@inera/ids-angular 7.2.0 → 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common/public-api.d.ts +1 -2
- package/components/alert/alert.component.d.ts +2 -3
- package/components/card/card.component.d.ts +1 -1
- package/components/carousel/carousel.component.d.ts +1 -3
- package/components/date-label/date-label.component.d.ts +10 -4
- package/components/dialog/dialog.component.d.ts +2 -2
- package/components/dropdown/dropdown.component.d.ts +2 -3
- package/components/footer-1177/footer-1177.component.d.ts +2 -5
- package/components/footer-1177-admin/footer-1177-admin.component.d.ts +4 -6
- package/components/footer-1177-pro/footer-1177-pro.component.d.ts +3 -1
- package/components/footer-inera/footer-inera.component.d.ts +2 -7
- package/components/footer-inera-admin/footer-inera-admin.component.d.ts +2 -7
- package/components/form/checkbox-group/checkbox-group.component.d.ts +3 -4
- package/components/form/radio/radio.component.d.ts +3 -2
- package/components/global-alert/global-alert.component.d.ts +15 -0
- package/components/global-alert/global-alert.module.d.ts +9 -0
- package/components/{alert-global → global-alert}/index.d.ts +1 -1
- package/components/global-alert/public-api.d.ts +2 -0
- package/components/grid/container/container.component.d.ts +1 -2
- package/components/header-1177/avatar/header-1177-avatar.component.d.ts +3 -1
- package/components/header-1177/header-1177.component.d.ts +4 -10
- package/components/header-1177/item/header-1177-item.component.d.ts +3 -2
- package/components/header-1177/menu-mobile/header-1177-menu-mobile.component.d.ts +2 -3
- package/components/header-1177/nav/header-1177-nav.component.d.ts +5 -2
- package/components/header-1177/public-api.d.ts +2 -0
- package/components/header-1177/region-picker/header-1177-region-picker.component.d.ts +11 -0
- package/components/header-1177/region-picker-mobile/header-1177-region-picker-mobile.component.d.ts +10 -0
- package/components/header-1177-admin/avatar/header-1177-admin-avatar.component.d.ts +3 -2
- package/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.d.ts +2 -1
- package/components/header-1177-admin/header-1177-admin.component.d.ts +3 -5
- package/components/header-1177-admin/menu-mobile/header-1177-admin-menu-mobile.component.d.ts +6 -0
- package/components/header-1177-admin/nav/header-1177-admin-nav.component.d.ts +4 -1
- package/components/header-1177-admin/public-api.d.ts +7 -6
- package/components/header-1177-pro/avatar/header-1177-pro-avatar.component.d.ts +3 -2
- package/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.d.ts +4 -1
- package/components/header-1177-pro/header-1177-pro.component.d.ts +13 -13
- package/components/header-1177-pro/menu-mobile/header-1177-pro-menu-mobile.component.d.ts +7 -0
- package/components/header-1177-pro/nav/header-1177-pro-nav.component.d.ts +7 -9
- package/components/header-1177-pro/public-api.d.ts +3 -2
- package/components/header-1177-pro/region-picker/header-1177-pro-region-picker.component.d.ts +11 -0
- package/components/header-1177-pro/region-picker-mobile/header-1177-pro-region-picker-mobile.component.d.ts +10 -0
- package/components/header-inera/header-inera.component.d.ts +5 -6
- package/components/header-inera/item/header-inera-item.component.d.ts +2 -3
- package/components/header-inera/menu-mobile/header-inera-menu-mobile.component.d.ts +10 -0
- package/components/header-inera/nav/header-inera-nav-item.component.d.ts +1 -2
- package/components/header-inera/public-api.d.ts +1 -1
- package/components/header-inera-admin/avatar/header-inera-admin-avatar.component.d.ts +2 -1
- package/components/header-inera-admin/{nav-mobile/avatar → avatar-mobile}/header-inera-admin-avatar-mobile.component.d.ts +2 -1
- package/components/header-inera-admin/header-inera-admin.component.d.ts +4 -5
- package/components/header-inera-admin/menu-mobile/header-inera-admin-menu-mobile.component.d.ts +7 -0
- package/components/header-inera-admin/nav/header-inera-admin-nav.component.d.ts +4 -2
- package/components/header-inera-admin/{nav → nav-item}/header-inera-admin-nav-item.component.d.ts +1 -2
- package/components/header-inera-admin/public-api.d.ts +3 -3
- package/components/link/link.component.d.ts +3 -4
- package/components/navigation/content/navigation-content.component.d.ts +2 -1
- package/components/puff-list/puff-item/puff-info/puff-list-item-info.component.d.ts +2 -1
- package/components/puff-list/puff-item/puff-list-item.component.d.ts +8 -1
- package/components/side-panel/side-panel.component.d.ts +2 -1
- package/components/stepper/step/step.component.d.ts +2 -1
- package/components/tabs/panel/tab-panel.component.d.ts +3 -3
- package/esm2022/common/public-api.mjs +2 -3
- package/esm2022/components/alert/alert.component.mjs +7 -10
- package/esm2022/components/card/card.component.mjs +2 -2
- package/esm2022/components/carousel/carousel-item/carousel-item.component.mjs +6 -6
- package/esm2022/components/carousel/carousel.component.mjs +7 -13
- package/esm2022/components/date-label/date-label.component.mjs +22 -4
- package/esm2022/components/dialog/dialog.component.mjs +6 -6
- package/esm2022/components/dropdown/dropdown-content.component.mjs +1 -1
- package/esm2022/components/dropdown/dropdown.component.mjs +6 -9
- package/esm2022/components/footer-1177/footer-1177.component.mjs +9 -18
- package/esm2022/components/footer-1177-admin/footer-1177-admin.component.mjs +10 -16
- package/esm2022/components/footer-1177-pro/footer-1177-pro.component.mjs +10 -4
- package/esm2022/components/footer-inera/footer-inera.component.mjs +6 -21
- package/esm2022/components/footer-inera-admin/footer-inera-admin.component.mjs +6 -21
- package/esm2022/components/form/checkbox-group/checkbox-group.component.mjs +7 -11
- package/esm2022/components/form/radio/radio.component.mjs +9 -6
- package/esm2022/components/global-alert/global-alert.component.mjs +36 -0
- package/esm2022/components/global-alert/global-alert.module.mjs +20 -0
- package/esm2022/{icons/test-tube-analyze/inera-ids-angular-icons-test-tube-analyze.mjs → components/global-alert/inera-ids-angular-components-global-alert.mjs} +1 -1
- package/esm2022/components/global-alert/public-api.mjs +3 -0
- package/esm2022/components/grid/container/container.component.mjs +5 -8
- package/esm2022/components/header-1177/avatar/header-1177-avatar.component.mjs +8 -2
- package/esm2022/components/header-1177/header-1177.component.mjs +8 -26
- package/esm2022/components/header-1177/item/header-1177-item.component.mjs +7 -4
- package/esm2022/components/header-1177/menu-mobile/header-1177-menu-mobile.component.mjs +7 -8
- package/esm2022/components/header-1177/nav/header-1177-nav.component.mjs +13 -9
- package/esm2022/components/header-1177/public-api.mjs +3 -1
- package/esm2022/components/header-1177/region-picker/header-1177-region-picker.component.mjs +27 -0
- package/esm2022/components/header-1177/region-picker-mobile/header-1177-region-picker-mobile.component.mjs +24 -0
- package/esm2022/components/header-1177-admin/avatar/header-1177-admin-avatar.component.mjs +9 -6
- package/esm2022/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.mjs +6 -3
- package/esm2022/components/header-1177-admin/header-1177-admin.component.mjs +7 -13
- package/esm2022/components/header-1177-admin/menu-mobile/header-1177-admin-menu-mobile.component.mjs +14 -0
- package/esm2022/components/header-1177-admin/nav/header-1177-admin-nav.component.mjs +11 -4
- package/esm2022/components/header-1177-admin/public-api.mjs +8 -7
- package/esm2022/components/header-1177-pro/avatar/header-1177-pro-avatar.component.mjs +9 -6
- package/esm2022/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.mjs +13 -6
- package/esm2022/components/header-1177-pro/header-1177-pro.component.mjs +25 -27
- package/esm2022/components/header-1177-pro/menu-mobile/header-1177-pro-menu-mobile.component.mjs +15 -0
- package/esm2022/components/header-1177-pro/nav/header-1177-pro-nav.component.mjs +16 -27
- package/esm2022/components/header-1177-pro/public-api.mjs +4 -3
- package/esm2022/components/header-1177-pro/region-picker/header-1177-pro-region-picker.component.mjs +27 -0
- package/esm2022/components/header-1177-pro/region-picker-mobile/header-1177-pro-region-picker-mobile.component.mjs +24 -0
- package/esm2022/components/header-inera/header-inera.component.mjs +10 -13
- package/esm2022/components/header-inera/item/header-inera-item.component.mjs +4 -7
- package/esm2022/components/header-inera/menu-mobile/header-inera-menu-mobile.component.mjs +23 -0
- package/esm2022/components/header-inera/nav/header-inera-nav-item.component.mjs +2 -5
- package/esm2022/components/header-inera/nav/header-inera-nav.component.mjs +3 -3
- package/esm2022/components/header-inera/public-api.mjs +2 -2
- package/esm2022/components/header-inera-admin/avatar/header-inera-admin-avatar.component.mjs +5 -2
- package/esm2022/components/header-inera-admin/avatar-mobile/header-inera-admin-avatar-mobile.component.mjs +24 -0
- package/esm2022/components/header-inera-admin/header-inera-admin.component.mjs +10 -13
- package/esm2022/components/header-inera-admin/menu-mobile/header-inera-admin-menu-mobile.component.mjs +15 -0
- package/esm2022/components/header-inera-admin/nav/header-inera-admin-nav.component.mjs +10 -5
- package/esm2022/components/header-inera-admin/nav-item/header-inera-admin-nav-item.component.mjs +27 -0
- package/esm2022/components/header-inera-admin/public-api.mjs +4 -4
- package/esm2022/components/link/link.component.mjs +8 -11
- package/esm2022/components/navigation/content/navigation-content.component.mjs +8 -5
- package/esm2022/components/notification/badge/notification-badge.component.mjs +2 -2
- package/esm2022/components/puff-list/puff-item/puff-info/puff-list-item-info.component.mjs +8 -5
- package/esm2022/components/puff-list/puff-item/puff-list-item.component.mjs +26 -5
- package/esm2022/components/side-panel/side-panel.component.mjs +6 -3
- package/esm2022/components/stepper/step/step.component.mjs +6 -3
- package/esm2022/components/tabs/panel/tab-panel.component.mjs +5 -5
- package/fesm2022/inera-ids-angular-common.mjs +2 -98
- package/fesm2022/inera-ids-angular-common.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-alert.mjs +6 -9
- package/fesm2022/inera-ids-angular-components-alert.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-card.mjs +1 -1
- package/fesm2022/inera-ids-angular-components-card.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-carousel.mjs +9 -15
- package/fesm2022/inera-ids-angular-components-carousel.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-date-label.mjs +20 -2
- package/fesm2022/inera-ids-angular-components-date-label.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-dialog.mjs +5 -5
- package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-dropdown.mjs +5 -8
- package/fesm2022/inera-ids-angular-components-dropdown.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs +6 -12
- package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs +9 -3
- package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177.mjs +5 -14
- package/fesm2022/inera-ids-angular-components-footer-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs +5 -20
- package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-inera.mjs +5 -20
- package/fesm2022/inera-ids-angular-components-footer-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs +4 -8
- package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-radio.mjs +6 -3
- package/fesm2022/inera-ids-angular-components-form-radio.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-global-alert.mjs +60 -0
- package/fesm2022/inera-ids-angular-components-global-alert.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-grid-container.mjs +3 -6
- package/fesm2022/inera-ids-angular-components-grid-container.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid.mjs +3 -6
- package/fesm2022/inera-ids-angular-components-grid.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +52 -34
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +98 -73
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177.mjs +82 -40
- package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +48 -68
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera.mjs +19 -28
- package/fesm2022/inera-ids-angular-components-header-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-link.mjs +7 -10
- package/fesm2022/inera-ids-angular-components-link.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-navigation-content.mjs +6 -3
- package/fesm2022/inera-ids-angular-components-navigation-content.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-notification-badge.mjs +1 -1
- package/fesm2022/inera-ids-angular-components-notification-badge.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-puff-list.mjs +30 -6
- package/fesm2022/inera-ids-angular-components-puff-list.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-side-panel.mjs +5 -2
- package/fesm2022/inera-ids-angular-components-side-panel.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-stepper.mjs +5 -2
- package/fesm2022/inera-ids-angular-components-stepper.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tabs.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-tabs.mjs.map +1 -1
- package/package.json +65 -851
- package/common/classes/icon/IDIconBase.d.ts +0 -24
- package/components/agent/agent.component.d.ts +0 -12
- package/components/agent/agent.module.d.ts +0 -9
- package/components/agent/index.d.ts +0 -5
- package/components/agent/public-api.d.ts +0 -2
- package/components/alert-global/alert-global.component.d.ts +0 -14
- package/components/alert-global/alert-global.module.d.ts +0 -10
- package/components/alert-global/public-api.d.ts +0 -2
- package/components/header-1177-pro/nav-item-mobile/header-1177-pro-nav-item-mobile.component.d.ts +0 -7
- package/components/header-1177-pro/nav-menu-mobile/header-1177-pro-nav-menu-mobile.component.d.ts +0 -9
- package/components/header-inera/nav-mobile/header-inera-nav-mobile.component.d.ts +0 -10
- package/components/header-inera-admin/nav-mobile/header-inera-admin-nav-mobile.component.d.ts +0 -16
- package/esm2022/common/classes/icon/IDIconBase.mjs +0 -98
- package/esm2022/components/agent/agent.component.mjs +0 -28
- package/esm2022/components/agent/agent.module.mjs +0 -24
- package/esm2022/components/agent/inera-ids-angular-components-agent.mjs +0 -5
- package/esm2022/components/agent/public-api.mjs +0 -3
- package/esm2022/components/alert-global/alert-global.component.mjs +0 -33
- package/esm2022/components/alert-global/alert-global.module.mjs +0 -25
- package/esm2022/components/alert-global/inera-ids-angular-components-alert-global.mjs +0 -5
- package/esm2022/components/alert-global/public-api.mjs +0 -3
- package/esm2022/components/header-1177-pro/nav-item-mobile/header-1177-pro-nav-item-mobile.component.mjs +0 -15
- package/esm2022/components/header-1177-pro/nav-menu-mobile/header-1177-pro-nav-menu-mobile.component.mjs +0 -21
- package/esm2022/components/header-inera/nav-mobile/header-inera-nav-mobile.component.mjs +0 -23
- package/esm2022/components/header-inera-admin/nav/header-inera-admin-nav-item.component.mjs +0 -30
- package/esm2022/components/header-inera-admin/nav-mobile/avatar/header-inera-admin-avatar-mobile.component.mjs +0 -21
- package/esm2022/components/header-inera-admin/nav-mobile/header-inera-admin-nav-mobile.component.mjs +0 -42
- package/esm2022/icons/1177/icon-1177.component.mjs +0 -12
- package/esm2022/icons/1177/icon-1177.module.mjs +0 -22
- package/esm2022/icons/1177/inera-ids-angular-icons-1177.mjs +0 -5
- package/esm2022/icons/1177/public-api.mjs +0 -3
- package/esm2022/icons/activity/icon-activity.component.mjs +0 -12
- package/esm2022/icons/activity/icon-activity.module.mjs +0 -22
- package/esm2022/icons/activity/inera-ids-angular-icons-activity.mjs +0 -5
- package/esm2022/icons/activity/public-api.mjs +0 -3
- package/esm2022/icons/agent/icon-agent.component.mjs +0 -12
- package/esm2022/icons/agent/icon-agent.module.mjs +0 -22
- package/esm2022/icons/agent/inera-ids-angular-icons-agent.mjs +0 -5
- package/esm2022/icons/agent/public-api.mjs +0 -3
- package/esm2022/icons/alarm-clock-inactivity/icon-alarm-clock-inactivity.component.mjs +0 -12
- package/esm2022/icons/alarm-clock-inactivity/icon-alarm-clock-inactivity.module.mjs +0 -22
- package/esm2022/icons/alarm-clock-inactivity/inera-ids-angular-icons-alarm-clock-inactivity.mjs +0 -5
- package/esm2022/icons/alarm-clock-inactivity/public-api.mjs +0 -3
- package/esm2022/icons/alarm-clock-neutral/icon-alarm-clock-neutral.component.mjs +0 -12
- package/esm2022/icons/alarm-clock-neutral/icon-alarm-clock-neutral.module.mjs +0 -22
- package/esm2022/icons/alarm-clock-neutral/inera-ids-angular-icons-alarm-clock-neutral.mjs +0 -5
- package/esm2022/icons/alarm-clock-neutral/public-api.mjs +0 -3
- package/esm2022/icons/archive/icon-archive.component.mjs +0 -12
- package/esm2022/icons/archive/icon-archive.module.mjs +0 -22
- package/esm2022/icons/archive/inera-ids-angular-icons-archive.mjs +0 -5
- package/esm2022/icons/archive/public-api.mjs +0 -3
- package/esm2022/icons/arrow/icon-arrow.component.mjs +0 -12
- package/esm2022/icons/arrow/icon-arrow.module.mjs +0 -22
- package/esm2022/icons/arrow/inera-ids-angular-icons-arrow.mjs +0 -5
- package/esm2022/icons/arrow/public-api.mjs +0 -3
- package/esm2022/icons/attention/icon-attention.component.mjs +0 -12
- package/esm2022/icons/attention/icon-attention.module.mjs +0 -22
- package/esm2022/icons/attention/inera-ids-angular-icons-attention.mjs +0 -5
- package/esm2022/icons/attention/public-api.mjs +0 -3
- package/esm2022/icons/blekinge/icon-blekinge.component.mjs +0 -12
- package/esm2022/icons/blekinge/icon-blekinge.module.mjs +0 -22
- package/esm2022/icons/blekinge/inera-ids-angular-icons-blekinge.mjs +0 -5
- package/esm2022/icons/blekinge/public-api.mjs +0 -3
- package/esm2022/icons/bookmark/icon-bookmark.component.mjs +0 -12
- package/esm2022/icons/bookmark/icon-bookmark.module.mjs +0 -22
- package/esm2022/icons/bookmark/inera-ids-angular-icons-bookmark.mjs +0 -5
- package/esm2022/icons/bookmark/public-api.mjs +0 -3
- package/esm2022/icons/calendar/icon-calendar.component.mjs +0 -12
- package/esm2022/icons/calendar/icon-calendar.module.mjs +0 -22
- package/esm2022/icons/calendar/inera-ids-angular-icons-calendar.mjs +0 -5
- package/esm2022/icons/calendar/public-api.mjs +0 -3
- package/esm2022/icons/call/icon-call.component.mjs +0 -12
- package/esm2022/icons/call/icon-call.module.mjs +0 -22
- package/esm2022/icons/call/inera-ids-angular-icons-call.mjs +0 -5
- package/esm2022/icons/call/public-api.mjs +0 -3
- package/esm2022/icons/call-active/icon-call-active.component.mjs +0 -12
- package/esm2022/icons/call-active/icon-call-active.module.mjs +0 -22
- package/esm2022/icons/call-active/inera-ids-angular-icons-call-active.mjs +0 -5
- package/esm2022/icons/call-active/public-api.mjs +0 -3
- package/esm2022/icons/camera-off/icon-camera-off.component.mjs +0 -12
- package/esm2022/icons/camera-off/icon-camera-off.module.mjs +0 -22
- package/esm2022/icons/camera-off/inera-ids-angular-icons-camera-off.mjs +0 -5
- package/esm2022/icons/camera-off/public-api.mjs +0 -3
- package/esm2022/icons/camera-on/icon-camera-on.component.mjs +0 -12
- package/esm2022/icons/camera-on/icon-camera-on.module.mjs +0 -22
- package/esm2022/icons/camera-on/inera-ids-angular-icons-camera-on.mjs +0 -5
- package/esm2022/icons/camera-on/public-api.mjs +0 -3
- package/esm2022/icons/camera-switch/icon-camera-switch.component.mjs +0 -12
- package/esm2022/icons/camera-switch/icon-camera-switch.module.mjs +0 -22
- package/esm2022/icons/camera-switch/inera-ids-angular-icons-camera-switch.mjs +0 -5
- package/esm2022/icons/camera-switch/public-api.mjs +0 -3
- package/esm2022/icons/chart-bar/icon-chart-bar.component.mjs +0 -12
- package/esm2022/icons/chart-bar/icon-chart-bar.module.mjs +0 -22
- package/esm2022/icons/chart-bar/inera-ids-angular-icons-chart-bar.mjs +0 -5
- package/esm2022/icons/chart-bar/public-api.mjs +0 -3
- package/esm2022/icons/chart-line/icon-chart-line.component.mjs +0 -12
- package/esm2022/icons/chart-line/icon-chart-line.module.mjs +0 -22
- package/esm2022/icons/chart-line/inera-ids-angular-icons-chart-line.mjs +0 -5
- package/esm2022/icons/chart-line/public-api.mjs +0 -3
- package/esm2022/icons/chat/icon-chat.component.mjs +0 -12
- package/esm2022/icons/chat/icon-chat.module.mjs +0 -22
- package/esm2022/icons/chat/inera-ids-angular-icons-chat.mjs +0 -5
- package/esm2022/icons/chat/public-api.mjs +0 -3
- package/esm2022/icons/check/icon-check.component.mjs +0 -12
- package/esm2022/icons/check/icon-check.module.mjs +0 -22
- package/esm2022/icons/check/inera-ids-angular-icons-check.mjs +0 -5
- package/esm2022/icons/check/public-api.mjs +0 -3
- package/esm2022/icons/chevron/icon-chevron.component.mjs +0 -12
- package/esm2022/icons/chevron/icon-chevron.module.mjs +0 -22
- package/esm2022/icons/chevron/inera-ids-angular-icons-chevron.mjs +0 -5
- package/esm2022/icons/chevron/public-api.mjs +0 -3
- package/esm2022/icons/chevron-bold/icon-chevron-bold.component.mjs +0 -12
- package/esm2022/icons/chevron-bold/icon-chevron-bold.module.mjs +0 -22
- package/esm2022/icons/chevron-bold/inera-ids-angular-icons-chevron-bold.mjs +0 -5
- package/esm2022/icons/chevron-bold/public-api.mjs +0 -3
- package/esm2022/icons/clipboard/icon-clipboard.component.mjs +0 -12
- package/esm2022/icons/clipboard/icon-clipboard.module.mjs +0 -22
- package/esm2022/icons/clipboard/inera-ids-angular-icons-clipboard.mjs +0 -5
- package/esm2022/icons/clipboard/public-api.mjs +0 -3
- package/esm2022/icons/clipboard-cross/icon-clipboard-cross.component.mjs +0 -12
- package/esm2022/icons/clipboard-cross/icon-clipboard-cross.module.mjs +0 -22
- package/esm2022/icons/clipboard-cross/inera-ids-angular-icons-clipboard-cross.mjs +0 -5
- package/esm2022/icons/clipboard-cross/public-api.mjs +0 -3
- package/esm2022/icons/clipboard-text/icon-clipboard-text.component.mjs +0 -12
- package/esm2022/icons/clipboard-text/icon-clipboard-text.module.mjs +0 -22
- package/esm2022/icons/clipboard-text/inera-ids-angular-icons-clipboard-text.mjs +0 -5
- package/esm2022/icons/clipboard-text/public-api.mjs +0 -3
- package/esm2022/icons/clock/icon-clock.component.mjs +0 -12
- package/esm2022/icons/clock/icon-clock.module.mjs +0 -22
- package/esm2022/icons/clock/inera-ids-angular-icons-clock.mjs +0 -5
- package/esm2022/icons/clock/public-api.mjs +0 -3
- package/esm2022/icons/close/icon-close.component.mjs +0 -12
- package/esm2022/icons/close/icon-close.module.mjs +0 -22
- package/esm2022/icons/close/inera-ids-angular-icons-close.mjs +0 -5
- package/esm2022/icons/close/public-api.mjs +0 -3
- package/esm2022/icons/close-bold/icon-close-bold.component.mjs +0 -12
- package/esm2022/icons/close-bold/icon-close-bold.module.mjs +0 -22
- package/esm2022/icons/close-bold/inera-ids-angular-icons-close-bold.mjs +0 -5
- package/esm2022/icons/close-bold/public-api.mjs +0 -3
- package/esm2022/icons/cog/icon-cog.component.mjs +0 -12
- package/esm2022/icons/cog/icon-cog.module.mjs +0 -22
- package/esm2022/icons/cog/inera-ids-angular-icons-cog.mjs +0 -5
- package/esm2022/icons/cog/public-api.mjs +0 -3
- package/esm2022/icons/computer/icon-computer.component.mjs +0 -12
- package/esm2022/icons/computer/icon-computer.module.mjs +0 -22
- package/esm2022/icons/computer/inera-ids-angular-icons-computer.mjs +0 -5
- package/esm2022/icons/computer/public-api.mjs +0 -3
- package/esm2022/icons/computer-inera/icon-computer-inera.component.mjs +0 -12
- package/esm2022/icons/computer-inera/icon-computer-inera.module.mjs +0 -22
- package/esm2022/icons/computer-inera/inera-ids-angular-icons-computer-inera.mjs +0 -5
- package/esm2022/icons/computer-inera/public-api.mjs +0 -3
- package/esm2022/icons/copy-file/icon-copy-file.component.mjs +0 -12
- package/esm2022/icons/copy-file/icon-copy-file.module.mjs +0 -22
- package/esm2022/icons/copy-file/inera-ids-angular-icons-copy-file.mjs +0 -5
- package/esm2022/icons/copy-file/public-api.mjs +0 -3
- package/esm2022/icons/copy-link/icon-copy-link.component.mjs +0 -12
- package/esm2022/icons/copy-link/icon-copy-link.module.mjs +0 -22
- package/esm2022/icons/copy-link/inera-ids-angular-icons-copy-link.mjs +0 -5
- package/esm2022/icons/copy-link/public-api.mjs +0 -3
- package/esm2022/icons/denied/icon-denied.component.mjs +0 -12
- package/esm2022/icons/denied/icon-denied.module.mjs +0 -22
- package/esm2022/icons/denied/inera-ids-angular-icons-denied.mjs +0 -5
- package/esm2022/icons/denied/public-api.mjs +0 -3
- package/esm2022/icons/doctors-bag/icon-doctors-bag.component.mjs +0 -12
- package/esm2022/icons/doctors-bag/icon-doctors-bag.module.mjs +0 -22
- package/esm2022/icons/doctors-bag/inera-ids-angular-icons-doctors-bag.mjs +0 -5
- package/esm2022/icons/doctors-bag/public-api.mjs +0 -3
- package/esm2022/icons/document/icon-document.component.mjs +0 -12
- package/esm2022/icons/document/icon-document.module.mjs +0 -22
- package/esm2022/icons/document/inera-ids-angular-icons-document.mjs +0 -5
- package/esm2022/icons/document/public-api.mjs +0 -3
- package/esm2022/icons/download/icon-download.component.mjs +0 -12
- package/esm2022/icons/download/icon-download.module.mjs +0 -22
- package/esm2022/icons/download/inera-ids-angular-icons-download.mjs +0 -5
- package/esm2022/icons/download/public-api.mjs +0 -3
- package/esm2022/icons/drag-n-drop/icon-drag-n-drop.component.mjs +0 -12
- package/esm2022/icons/drag-n-drop/icon-drag-n-drop.module.mjs +0 -22
- package/esm2022/icons/drag-n-drop/inera-ids-angular-icons-drag-n-drop.mjs +0 -5
- package/esm2022/icons/drag-n-drop/public-api.mjs +0 -3
- package/esm2022/icons/ear-hearing/icon-ear-hearing.component.mjs +0 -12
- package/esm2022/icons/ear-hearing/icon-ear-hearing.module.mjs +0 -22
- package/esm2022/icons/ear-hearing/inera-ids-angular-icons-ear-hearing.mjs +0 -5
- package/esm2022/icons/ear-hearing/public-api.mjs +0 -3
- package/esm2022/icons/edit/icon-edit.component.mjs +0 -12
- package/esm2022/icons/edit/icon-edit.module.mjs +0 -22
- package/esm2022/icons/edit/inera-ids-angular-icons-edit.mjs +0 -5
- package/esm2022/icons/edit/public-api.mjs +0 -3
- package/esm2022/icons/email/icon-email.component.mjs +0 -12
- package/esm2022/icons/email/icon-email.module.mjs +0 -22
- package/esm2022/icons/email/inera-ids-angular-icons-email.mjs +0 -5
- package/esm2022/icons/email/public-api.mjs +0 -3
- package/esm2022/icons/email-sent/icon-email-sent.component.mjs +0 -12
- package/esm2022/icons/email-sent/icon-email-sent.module.mjs +0 -22
- package/esm2022/icons/email-sent/inera-ids-angular-icons-email-sent.mjs +0 -5
- package/esm2022/icons/email-sent/public-api.mjs +0 -3
- package/esm2022/icons/email-unread/icon-email-unread.component.mjs +0 -12
- package/esm2022/icons/email-unread/icon-email-unread.module.mjs +0 -22
- package/esm2022/icons/email-unread/inera-ids-angular-icons-email-unread.mjs +0 -5
- package/esm2022/icons/email-unread/public-api.mjs +0 -3
- package/esm2022/icons/expand/icon-expand.component.mjs +0 -12
- package/esm2022/icons/expand/icon-expand.module.mjs +0 -22
- package/esm2022/icons/expand/inera-ids-angular-icons-expand.mjs +0 -5
- package/esm2022/icons/expand/public-api.mjs +0 -3
- package/esm2022/icons/external/icon-external.component.mjs +0 -12
- package/esm2022/icons/external/icon-external.module.mjs +0 -22
- package/esm2022/icons/external/inera-ids-angular-icons-external.mjs +0 -5
- package/esm2022/icons/external/public-api.mjs +0 -3
- package/esm2022/icons/facebook/icon-facebook.component.mjs +0 -12
- package/esm2022/icons/facebook/icon-facebook.module.mjs +0 -22
- package/esm2022/icons/facebook/inera-ids-angular-icons-facebook.mjs +0 -5
- package/esm2022/icons/facebook/public-api.mjs +0 -3
- package/esm2022/icons/file-csv/icon-file-csv.component.mjs +0 -12
- package/esm2022/icons/file-csv/icon-file-csv.module.mjs +0 -22
- package/esm2022/icons/file-csv/inera-ids-angular-icons-file-csv.mjs +0 -5
- package/esm2022/icons/file-csv/public-api.mjs +0 -3
- package/esm2022/icons/file-excel/icon-file-excel.component.mjs +0 -12
- package/esm2022/icons/file-excel/icon-file-excel.module.mjs +0 -22
- package/esm2022/icons/file-excel/inera-ids-angular-icons-file-excel.mjs +0 -5
- package/esm2022/icons/file-excel/public-api.mjs +0 -3
- package/esm2022/icons/file-other/icon-file-other.component.mjs +0 -12
- package/esm2022/icons/file-other/icon-file-other.module.mjs +0 -22
- package/esm2022/icons/file-other/inera-ids-angular-icons-file-other.mjs +0 -5
- package/esm2022/icons/file-other/public-api.mjs +0 -3
- package/esm2022/icons/file-pdf/icon-file-pdf.component.mjs +0 -12
- package/esm2022/icons/file-pdf/icon-file-pdf.module.mjs +0 -22
- package/esm2022/icons/file-pdf/inera-ids-angular-icons-file-pdf.mjs +0 -5
- package/esm2022/icons/file-pdf/public-api.mjs +0 -3
- package/esm2022/icons/file-picture/icon-file-picture.component.mjs +0 -12
- package/esm2022/icons/file-picture/icon-file-picture.module.mjs +0 -22
- package/esm2022/icons/file-picture/inera-ids-angular-icons-file-picture.mjs +0 -5
- package/esm2022/icons/file-picture/public-api.mjs +0 -3
- package/esm2022/icons/file-powerpoint/icon-file-powerpoint.component.mjs +0 -12
- package/esm2022/icons/file-powerpoint/icon-file-powerpoint.module.mjs +0 -22
- package/esm2022/icons/file-powerpoint/inera-ids-angular-icons-file-powerpoint.mjs +0 -5
- package/esm2022/icons/file-powerpoint/public-api.mjs +0 -3
- package/esm2022/icons/file-word/icon-file-word.component.mjs +0 -12
- package/esm2022/icons/file-word/icon-file-word.module.mjs +0 -22
- package/esm2022/icons/file-word/inera-ids-angular-icons-file-word.mjs +0 -5
- package/esm2022/icons/file-word/public-api.mjs +0 -3
- package/esm2022/icons/find-care/icon-find-care.component.mjs +0 -12
- package/esm2022/icons/find-care/icon-find-care.module.mjs +0 -22
- package/esm2022/icons/find-care/inera-ids-angular-icons-find-care.mjs +0 -5
- package/esm2022/icons/find-care/public-api.mjs +0 -3
- package/esm2022/icons/find-region/icon-find-region.component.mjs +0 -12
- package/esm2022/icons/find-region/icon-find-region.module.mjs +0 -22
- package/esm2022/icons/find-region/inera-ids-angular-icons-find-region.mjs +0 -5
- package/esm2022/icons/find-region/public-api.mjs +0 -3
- package/esm2022/icons/flag/icon-flag.component.mjs +0 -12
- package/esm2022/icons/flag/icon-flag.module.mjs +0 -22
- package/esm2022/icons/flag/inera-ids-angular-icons-flag.mjs +0 -5
- package/esm2022/icons/flag/public-api.mjs +0 -3
- package/esm2022/icons/form-numbered/icon-form-numbered.component.mjs +0 -12
- package/esm2022/icons/form-numbered/icon-form-numbered.module.mjs +0 -22
- package/esm2022/icons/form-numbered/inera-ids-angular-icons-form-numbered.mjs +0 -5
- package/esm2022/icons/form-numbered/public-api.mjs +0 -3
- package/esm2022/icons/form-numbered-reocurring/icon-form-numbered-reoccuring.component.mjs +0 -12
- package/esm2022/icons/form-numbered-reocurring/icon-form-numbered-reoccuring.module.mjs +0 -22
- package/esm2022/icons/form-numbered-reocurring/inera-ids-angular-icons-form-numbered-reocurring.mjs +0 -5
- package/esm2022/icons/form-numbered-reocurring/public-api.mjs +0 -3
- package/esm2022/icons/gotland/icon-gotland.component.mjs +0 -12
- package/esm2022/icons/gotland/icon-gotland.module.mjs +0 -22
- package/esm2022/icons/gotland/inera-ids-angular-icons-gotland.mjs +0 -5
- package/esm2022/icons/gotland/public-api.mjs +0 -3
- package/esm2022/icons/halland/icon-halland.component.mjs +0 -12
- package/esm2022/icons/halland/icon-halland.module.mjs +0 -22
- package/esm2022/icons/halland/inera-ids-angular-icons-halland.mjs +0 -5
- package/esm2022/icons/halland/public-api.mjs +0 -3
- package/esm2022/icons/headphones/icon-headphones.component.mjs +0 -12
- package/esm2022/icons/headphones/icon-headphones.module.mjs +0 -22
- package/esm2022/icons/headphones/inera-ids-angular-icons-headphones.mjs +0 -5
- package/esm2022/icons/headphones/public-api.mjs +0 -3
- package/esm2022/icons/hourglass/icon-hourglass.component.mjs +0 -12
- package/esm2022/icons/hourglass/icon-hourglass.module.mjs +0 -22
- package/esm2022/icons/hourglass/inera-ids-angular-icons-hourglass.mjs +0 -5
- package/esm2022/icons/hourglass/public-api.mjs +0 -3
- package/esm2022/icons/hourglass-end/icon-hourglass-end.component.mjs +0 -12
- package/esm2022/icons/hourglass-end/icon-hourglass-end.module.mjs +0 -22
- package/esm2022/icons/hourglass-end/inera-ids-angular-icons-hourglass-end.mjs +0 -5
- package/esm2022/icons/hourglass-end/public-api.mjs +0 -3
- package/esm2022/icons/hourglass-start/icon-hourglass-start.component.mjs +0 -12
- package/esm2022/icons/hourglass-start/icon-hourglass-start.module.mjs +0 -22
- package/esm2022/icons/hourglass-start/inera-ids-angular-icons-hourglass-start.mjs +0 -5
- package/esm2022/icons/hourglass-start/public-api.mjs +0 -3
- package/esm2022/icons/house/icon-house.component.mjs +0 -12
- package/esm2022/icons/house/icon-house.module.mjs +0 -22
- package/esm2022/icons/house/inera-ids-angular-icons-house.mjs +0 -5
- package/esm2022/icons/house/public-api.mjs +0 -3
- package/esm2022/icons/id-card/icon-id-card.component.mjs +0 -12
- package/esm2022/icons/id-card/icon-id-card.module.mjs +0 -22
- package/esm2022/icons/id-card/inera-ids-angular-icons-id-card.mjs +0 -5
- package/esm2022/icons/id-card/public-api.mjs +0 -3
- package/esm2022/icons/id-card-locked/icon-id-card-locked.component.mjs +0 -12
- package/esm2022/icons/id-card-locked/icon-id-card-locked.module.mjs +0 -22
- package/esm2022/icons/id-card-locked/inera-ids-angular-icons-id-card-locked.mjs +0 -5
- package/esm2022/icons/id-card-locked/public-api.mjs +0 -3
- package/esm2022/icons/image/icon-image.component.mjs +0 -12
- package/esm2022/icons/image/icon-image.module.mjs +0 -22
- package/esm2022/icons/image/inera-ids-angular-icons-image.mjs +0 -5
- package/esm2022/icons/image/public-api.mjs +0 -3
- package/esm2022/icons/inera/icon-inera.component.mjs +0 -12
- package/esm2022/icons/inera/icon-inera.module.mjs +0 -22
- package/esm2022/icons/inera/inera-ids-angular-icons-inera.mjs +0 -5
- package/esm2022/icons/inera/public-api.mjs +0 -3
- package/esm2022/icons/inera-legacy/icon-inera-legacy.component.mjs +0 -12
- package/esm2022/icons/inera-legacy/icon-inera-legacy.module.mjs +0 -22
- package/esm2022/icons/inera-legacy/inera-ids-angular-icons-inera-legacy.mjs +0 -5
- package/esm2022/icons/inera-legacy/public-api.mjs +0 -3
- package/esm2022/icons/information/icon-information.component.mjs +0 -12
- package/esm2022/icons/information/icon-information.module.mjs +0 -22
- package/esm2022/icons/information/inera-ids-angular-icons-information.mjs +0 -5
- package/esm2022/icons/information/public-api.mjs +0 -3
- package/esm2022/icons/jamtland-harjedalen/icon-jamtland-harjedalen.component.mjs +0 -12
- package/esm2022/icons/jamtland-harjedalen/icon-jamtland-harjedalen.module.mjs +0 -22
- package/esm2022/icons/jamtland-harjedalen/inera-ids-angular-icons-jamtland-harjedalen.mjs +0 -5
- package/esm2022/icons/jamtland-harjedalen/public-api.mjs +0 -3
- package/esm2022/icons/jonkoping/icon-jonkoping.component.mjs +0 -12
- package/esm2022/icons/jonkoping/icon-jonkoping.module.mjs +0 -22
- package/esm2022/icons/jonkoping/inera-ids-angular-icons-jonkoping.mjs +0 -5
- package/esm2022/icons/jonkoping/public-api.mjs +0 -3
- package/esm2022/icons/kalmar/icon-kalmar.component.mjs +0 -12
- package/esm2022/icons/kalmar/icon-kalmar.module.mjs +0 -22
- package/esm2022/icons/kalmar/inera-ids-angular-icons-kalmar.mjs +0 -5
- package/esm2022/icons/kalmar/public-api.mjs +0 -3
- package/esm2022/icons/kronoberg/icon-kronoberg.component.mjs +0 -12
- package/esm2022/icons/kronoberg/icon-kronoberg.module.mjs +0 -22
- package/esm2022/icons/kronoberg/inera-ids-angular-icons-kronoberg.mjs +0 -5
- package/esm2022/icons/kronoberg/public-api.mjs +0 -3
- package/esm2022/icons/lightbulb/icon-lightbulb.component.mjs +0 -12
- package/esm2022/icons/lightbulb/icon-lightbulb.module.mjs +0 -22
- package/esm2022/icons/lightbulb/inera-ids-angular-icons-lightbulb.mjs +0 -5
- package/esm2022/icons/lightbulb/public-api.mjs +0 -3
- package/esm2022/icons/linkedin/icon-linkedin.component.mjs +0 -12
- package/esm2022/icons/linkedin/icon-linkedin.module.mjs +0 -22
- package/esm2022/icons/linkedin/inera-ids-angular-icons-linkedin.mjs +0 -5
- package/esm2022/icons/linkedin/public-api.mjs +0 -3
- package/esm2022/icons/list/icon-list.component.mjs +0 -12
- package/esm2022/icons/list/icon-list.module.mjs +0 -22
- package/esm2022/icons/list/inera-ids-angular-icons-list.mjs +0 -5
- package/esm2022/icons/list/public-api.mjs +0 -3
- package/esm2022/icons/lock/icon-lock.component.mjs +0 -12
- package/esm2022/icons/lock/icon-lock.module.mjs +0 -22
- package/esm2022/icons/lock/inera-ids-angular-icons-lock.mjs +0 -5
- package/esm2022/icons/lock/public-api.mjs +0 -3
- package/esm2022/icons/lock-open/icon-lock-open.component.mjs +0 -12
- package/esm2022/icons/lock-open/icon-lock-open.module.mjs +0 -22
- package/esm2022/icons/lock-open/inera-ids-angular-icons-lock-open.mjs +0 -5
- package/esm2022/icons/lock-open/public-api.mjs +0 -3
- package/esm2022/icons/log/icon-log.component.mjs +0 -12
- package/esm2022/icons/log/icon-log.module.mjs +0 -22
- package/esm2022/icons/log/inera-ids-angular-icons-log.mjs +0 -5
- package/esm2022/icons/log/public-api.mjs +0 -3
- package/esm2022/icons/log-locked/icon-log-locked.component.mjs +0 -12
- package/esm2022/icons/log-locked/icon-log-locked.module.mjs +0 -22
- package/esm2022/icons/log-locked/inera-ids-angular-icons-log-locked.mjs +0 -5
- package/esm2022/icons/log-locked/public-api.mjs +0 -3
- package/esm2022/icons/menu/icon-menu.component.mjs +0 -12
- package/esm2022/icons/menu/icon-menu.module.mjs +0 -22
- package/esm2022/icons/menu/inera-ids-angular-icons-menu.mjs +0 -5
- package/esm2022/icons/menu/public-api.mjs +0 -3
- package/esm2022/icons/minus/icon-minus.component.mjs +0 -12
- package/esm2022/icons/minus/icon-minus.module.mjs +0 -22
- package/esm2022/icons/minus/inera-ids-angular-icons-minus.mjs +0 -5
- package/esm2022/icons/minus/public-api.mjs +0 -3
- package/esm2022/icons/moment-start/icon-moment-start.component.mjs +0 -12
- package/esm2022/icons/moment-start/icon-moment-start.module.mjs +0 -22
- package/esm2022/icons/moment-start/inera-ids-angular-icons-moment-start.mjs +0 -5
- package/esm2022/icons/moment-start/public-api.mjs +0 -3
- package/esm2022/icons/moment-stop/icon-moment-stop.component.mjs +0 -12
- package/esm2022/icons/moment-stop/icon-moment-stop.module.mjs +0 -22
- package/esm2022/icons/moment-stop/inera-ids-angular-icons-moment-stop.mjs +0 -5
- package/esm2022/icons/moment-stop/public-api.mjs +0 -3
- package/esm2022/icons/norrbotten/icon-norrbotten.component.mjs +0 -12
- package/esm2022/icons/norrbotten/icon-norrbotten.module.mjs +0 -22
- package/esm2022/icons/norrbotten/inera-ids-angular-icons-norrbotten.mjs +0 -5
- package/esm2022/icons/norrbotten/public-api.mjs +0 -3
- package/esm2022/icons/office-building/icon-office-building.component.mjs +0 -12
- package/esm2022/icons/office-building/icon-office-building.module.mjs +0 -22
- package/esm2022/icons/office-building/inera-ids-angular-icons-office-building.mjs +0 -5
- package/esm2022/icons/office-building/public-api.mjs +0 -3
- package/esm2022/icons/orebro/icon-orebro.component.mjs +0 -12
- package/esm2022/icons/orebro/icon-orebro.module.mjs +0 -22
- package/esm2022/icons/orebro/inera-ids-angular-icons-orebro.mjs +0 -5
- package/esm2022/icons/orebro/public-api.mjs +0 -3
- package/esm2022/icons/organization/icon-organization.component.mjs +0 -12
- package/esm2022/icons/organization/icon-organization.module.mjs +0 -22
- package/esm2022/icons/organization/inera-ids-angular-icons-organization.mjs +0 -5
- package/esm2022/icons/organization/public-api.mjs +0 -3
- package/esm2022/icons/ostergotland/icon-ostergotland.component.mjs +0 -12
- package/esm2022/icons/ostergotland/icon-ostergotland.module.mjs +0 -22
- package/esm2022/icons/ostergotland/inera-ids-angular-icons-ostergotland.mjs +0 -5
- package/esm2022/icons/ostergotland/public-api.mjs +0 -3
- package/esm2022/icons/plus/icon-plus.component.mjs +0 -12
- package/esm2022/icons/plus/icon-plus.module.mjs +0 -22
- package/esm2022/icons/plus/inera-ids-angular-icons-plus.mjs +0 -5
- package/esm2022/icons/plus/public-api.mjs +0 -3
- package/esm2022/icons/prescription/icon-prescription.component.mjs +0 -12
- package/esm2022/icons/prescription/icon-prescription.module.mjs +0 -22
- package/esm2022/icons/prescription/inera-ids-angular-icons-prescription.mjs +0 -5
- package/esm2022/icons/prescription/public-api.mjs +0 -3
- package/esm2022/icons/print/icon-print.component.mjs +0 -12
- package/esm2022/icons/print/icon-print.module.mjs +0 -22
- package/esm2022/icons/print/inera-ids-angular-icons-print.mjs +0 -5
- package/esm2022/icons/print/public-api.mjs +0 -3
- package/esm2022/icons/question/icon-question.component.mjs +0 -12
- package/esm2022/icons/question/icon-question.module.mjs +0 -22
- package/esm2022/icons/question/inera-ids-angular-icons-question.mjs +0 -5
- package/esm2022/icons/question/public-api.mjs +0 -3
- package/esm2022/icons/reload/icon-reload.component.mjs +0 -12
- package/esm2022/icons/reload/icon-reload.module.mjs +0 -22
- package/esm2022/icons/reload/inera-ids-angular-icons-reload.mjs +0 -5
- package/esm2022/icons/reload/public-api.mjs +0 -3
- package/esm2022/icons/reply/icon-reply.component.mjs +0 -12
- package/esm2022/icons/reply/icon-reply.module.mjs +0 -22
- package/esm2022/icons/reply/inera-ids-angular-icons-reply.mjs +0 -5
- package/esm2022/icons/reply/public-api.mjs +0 -3
- package/esm2022/icons/search/icon-search.component.mjs +0 -12
- package/esm2022/icons/search/icon-search.module.mjs +0 -22
- package/esm2022/icons/search/inera-ids-angular-icons-search.mjs +0 -5
- package/esm2022/icons/search/public-api.mjs +0 -3
- package/esm2022/icons/search-inera/icon-search-inera.component.mjs +0 -12
- package/esm2022/icons/search-inera/icon-search-inera.module.mjs +0 -22
- package/esm2022/icons/search-inera/inera-ids-angular-icons-search-inera.mjs +0 -5
- package/esm2022/icons/search-inera/public-api.mjs +0 -3
- package/esm2022/icons/share/icon-share.component.mjs +0 -12
- package/esm2022/icons/share/icon-share.module.mjs +0 -22
- package/esm2022/icons/share/inera-ids-angular-icons-share.mjs +0 -5
- package/esm2022/icons/share/public-api.mjs +0 -3
- package/esm2022/icons/shield-locked/icon-shield-locked.component.mjs +0 -12
- package/esm2022/icons/shield-locked/icon-shield-locked.module.mjs +0 -22
- package/esm2022/icons/shield-locked/inera-ids-angular-icons-shield-locked.mjs +0 -5
- package/esm2022/icons/shield-locked/public-api.mjs +0 -3
- package/esm2022/icons/shield-locked-primary/icon-shield-locked-primary.component.mjs +0 -12
- package/esm2022/icons/shield-locked-primary/icon-shield-locked-primary.module.mjs +0 -22
- package/esm2022/icons/shield-locked-primary/inera-ids-angular-icons-shield-locked-primary.mjs +0 -5
- package/esm2022/icons/shield-locked-primary/public-api.mjs +0 -3
- package/esm2022/icons/skane/icon-skane.component.mjs +0 -12
- package/esm2022/icons/skane/icon-skane.module.mjs +0 -22
- package/esm2022/icons/skane/inera-ids-angular-icons-skane.mjs +0 -5
- package/esm2022/icons/skane/public-api.mjs +0 -3
- package/esm2022/icons/sormland/icon-sormland.component.mjs +0 -12
- package/esm2022/icons/sormland/icon-sormland.module.mjs +0 -22
- package/esm2022/icons/sormland/inera-ids-angular-icons-sormland.mjs +0 -5
- package/esm2022/icons/sormland/public-api.mjs +0 -3
- package/esm2022/icons/star/icon-star.component.mjs +0 -12
- package/esm2022/icons/star/icon-star.module.mjs +0 -22
- package/esm2022/icons/star/inera-ids-angular-icons-star.mjs +0 -5
- package/esm2022/icons/star/public-api.mjs +0 -3
- package/esm2022/icons/star-filled/icon-star-filled.component.mjs +0 -12
- package/esm2022/icons/star-filled/icon-star-filled.module.mjs +0 -22
- package/esm2022/icons/star-filled/inera-ids-angular-icons-star-filled.mjs +0 -5
- package/esm2022/icons/star-filled/public-api.mjs +0 -3
- package/esm2022/icons/stockholm/icon-stockholm.component.mjs +0 -12
- package/esm2022/icons/stockholm/icon-stockholm.module.mjs +0 -22
- package/esm2022/icons/stockholm/inera-ids-angular-icons-stockholm.mjs +0 -5
- package/esm2022/icons/stockholm/public-api.mjs +0 -3
- package/esm2022/icons/success/icon-success.component.mjs +0 -12
- package/esm2022/icons/success/icon-success.module.mjs +0 -22
- package/esm2022/icons/success/inera-ids-angular-icons-success.mjs +0 -5
- package/esm2022/icons/success/public-api.mjs +0 -3
- package/esm2022/icons/swap/icon-swap.component.mjs +0 -12
- package/esm2022/icons/swap/icon-swap.module.mjs +0 -22
- package/esm2022/icons/swap/inera-ids-angular-icons-swap.mjs +0 -5
- package/esm2022/icons/swap/public-api.mjs +0 -3
- package/esm2022/icons/switch-person/icon-switch-person.component.mjs +0 -12
- package/esm2022/icons/switch-person/icon-switch-person.module.mjs +0 -22
- package/esm2022/icons/switch-person/inera-ids-angular-icons-switch-person.mjs +0 -5
- package/esm2022/icons/switch-person/public-api.mjs +0 -3
- package/esm2022/icons/telephone/icon-telephone.component.mjs +0 -12
- package/esm2022/icons/telephone/icon-telephone.module.mjs +0 -22
- package/esm2022/icons/telephone/inera-ids-angular-icons-telephone.mjs +0 -5
- package/esm2022/icons/telephone/public-api.mjs +0 -3
- package/esm2022/icons/test-tube/icon-test-tube.component.mjs +0 -12
- package/esm2022/icons/test-tube/icon-test-tube.module.mjs +0 -22
- package/esm2022/icons/test-tube/inera-ids-angular-icons-test-tube.mjs +0 -5
- package/esm2022/icons/test-tube/public-api.mjs +0 -3
- package/esm2022/icons/test-tube-analyze/icon-test-tube-analyze.component.mjs +0 -12
- package/esm2022/icons/test-tube-analyze/icon-test-tube-analyze.module.mjs +0 -22
- package/esm2022/icons/test-tube-analyze/public-api.mjs +0 -3
- package/esm2022/icons/test-tube-empty/icon-test-tube-empty.component.mjs +0 -12
- package/esm2022/icons/test-tube-empty/icon-test-tube-empty.module.mjs +0 -22
- package/esm2022/icons/test-tube-empty/inera-ids-angular-icons-test-tube-empty.mjs +0 -5
- package/esm2022/icons/test-tube-empty/public-api.mjs +0 -3
- package/esm2022/icons/toggle-card/icon-toggle-card.component.mjs +0 -12
- package/esm2022/icons/toggle-card/icon-toggle-card.module.mjs +0 -22
- package/esm2022/icons/toggle-card/inera-ids-angular-icons-toggle-card.mjs +0 -5
- package/esm2022/icons/toggle-card/public-api.mjs +0 -3
- package/esm2022/icons/toggle-list/icon-toggle-list.component.mjs +0 -12
- package/esm2022/icons/toggle-list/icon-toggle-list.module.mjs +0 -22
- package/esm2022/icons/toggle-list/inera-ids-angular-icons-toggle-list.mjs +0 -5
- package/esm2022/icons/toggle-list/public-api.mjs +0 -3
- package/esm2022/icons/trash/icon-trash.component.mjs +0 -12
- package/esm2022/icons/trash/icon-trash.module.mjs +0 -22
- package/esm2022/icons/trash/inera-ids-angular-icons-trash.mjs +0 -5
- package/esm2022/icons/trash/public-api.mjs +0 -3
- package/esm2022/icons/twitter/icon-twitter.component.mjs +0 -12
- package/esm2022/icons/twitter/icon-twitter.module.mjs +0 -22
- package/esm2022/icons/twitter/inera-ids-angular-icons-twitter.mjs +0 -5
- package/esm2022/icons/twitter/public-api.mjs +0 -3
- package/esm2022/icons/uppsala/icon-uppsala.component.mjs +0 -12
- package/esm2022/icons/uppsala/icon-uppsala.module.mjs +0 -22
- package/esm2022/icons/uppsala/inera-ids-angular-icons-uppsala.mjs +0 -5
- package/esm2022/icons/uppsala/public-api.mjs +0 -3
- package/esm2022/icons/user/icon-user.component.mjs +0 -12
- package/esm2022/icons/user/icon-user.module.mjs +0 -18
- package/esm2022/icons/user/inera-ids-angular-icons-user.mjs +0 -5
- package/esm2022/icons/user/public-api.mjs +0 -3
- package/esm2022/icons/vasterbotten/icon-vasterbotten.component.mjs +0 -12
- package/esm2022/icons/vasterbotten/icon-vasterbotten.module.mjs +0 -22
- package/esm2022/icons/vasterbotten/inera-ids-angular-icons-vasterbotten.mjs +0 -5
- package/esm2022/icons/vasterbotten/public-api.mjs +0 -3
- package/esm2022/icons/vasternorrland/icon-vasternorrland.component.mjs +0 -12
- package/esm2022/icons/vasternorrland/icon-vasternorrland.module.mjs +0 -22
- package/esm2022/icons/vasternorrland/inera-ids-angular-icons-vasternorrland.mjs +0 -5
- package/esm2022/icons/vasternorrland/public-api.mjs +0 -3
- package/esm2022/icons/vastmanland/icon-vastmanland.component.mjs +0 -12
- package/esm2022/icons/vastmanland/icon-vastmanland.module.mjs +0 -22
- package/esm2022/icons/vastmanland/inera-ids-angular-icons-vastmanland.mjs +0 -5
- package/esm2022/icons/vastmanland/public-api.mjs +0 -3
- package/esm2022/icons/vastra-gotaland/icon-vastra-gotaland.component.mjs +0 -12
- package/esm2022/icons/vastra-gotaland/icon-vastra-gotaland.module.mjs +0 -22
- package/esm2022/icons/vastra-gotaland/inera-ids-angular-icons-vastra-gotaland.mjs +0 -5
- package/esm2022/icons/vastra-gotaland/public-api.mjs +0 -3
- package/esm2022/icons/video-off/icon-video-off.component.mjs +0 -12
- package/esm2022/icons/video-off/icon-video-off.module.mjs +0 -22
- package/esm2022/icons/video-off/inera-ids-angular-icons-video-off.mjs +0 -5
- package/esm2022/icons/video-off/public-api.mjs +0 -3
- package/esm2022/icons/video-on/icon-video-on.component.mjs +0 -12
- package/esm2022/icons/video-on/icon-video-on.module.mjs +0 -22
- package/esm2022/icons/video-on/inera-ids-angular-icons-video-on.mjs +0 -5
- package/esm2022/icons/video-on/public-api.mjs +0 -3
- package/esm2022/icons/video-switch/icon-video-switch.component.mjs +0 -12
- package/esm2022/icons/video-switch/icon-video-switch.module.mjs +0 -22
- package/esm2022/icons/video-switch/inera-ids-angular-icons-video-switch.mjs +0 -5
- package/esm2022/icons/video-switch/public-api.mjs +0 -3
- package/esm2022/icons/visibility/icon-visibility.component.mjs +0 -12
- package/esm2022/icons/visibility/icon-visibility.module.mjs +0 -22
- package/esm2022/icons/visibility/inera-ids-angular-icons-visibility.mjs +0 -5
- package/esm2022/icons/visibility/public-api.mjs +0 -3
- package/esm2022/icons/visibility-off/icon-visibility-off.component.mjs +0 -12
- package/esm2022/icons/visibility-off/icon-visibility-off.module.mjs +0 -22
- package/esm2022/icons/visibility-off/inera-ids-angular-icons-visibility-off.mjs +0 -5
- package/esm2022/icons/visibility-off/public-api.mjs +0 -3
- package/esm2022/icons/warning/icon-warning.component.mjs +0 -12
- package/esm2022/icons/warning/icon-warning.module.mjs +0 -22
- package/esm2022/icons/warning/inera-ids-angular-icons-warning.mjs +0 -5
- package/esm2022/icons/warning/public-api.mjs +0 -3
- package/fesm2022/inera-ids-angular-components-agent.mjs +0 -56
- package/fesm2022/inera-ids-angular-components-agent.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-components-alert-global.mjs +0 -62
- package/fesm2022/inera-ids-angular-components-alert-global.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-1177.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-1177.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-activity.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-activity.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-agent.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-agent.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-alarm-clock-inactivity.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-alarm-clock-inactivity.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-alarm-clock-neutral.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-alarm-clock-neutral.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-archive.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-archive.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-arrow.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-arrow.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-attention.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-attention.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-blekinge.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-blekinge.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-bookmark.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-bookmark.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-calendar.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-calendar.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-call-active.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-call-active.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-call.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-call.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-camera-off.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-camera-off.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-camera-on.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-camera-on.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-camera-switch.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-camera-switch.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-chart-bar.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-chart-bar.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-chart-line.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-chart-line.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-chat.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-chat.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-check.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-check.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-chevron-bold.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-chevron-bold.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-chevron.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-chevron.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-clipboard-cross.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-clipboard-cross.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-clipboard-text.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-clipboard-text.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-clipboard.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-clipboard.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-clock.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-clock.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-close-bold.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-close-bold.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-close.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-close.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-cog.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-cog.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-computer-inera.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-computer-inera.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-computer.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-computer.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-copy-file.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-copy-file.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-copy-link.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-copy-link.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-denied.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-denied.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-doctors-bag.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-doctors-bag.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-document.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-document.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-download.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-download.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-drag-n-drop.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-drag-n-drop.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-ear-hearing.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-ear-hearing.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-edit.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-edit.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-email-sent.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-email-sent.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-email-unread.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-email-unread.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-email.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-email.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-expand.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-expand.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-external.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-external.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-facebook.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-facebook.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-file-csv.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-file-csv.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-file-excel.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-file-excel.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-file-other.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-file-other.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-file-pdf.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-file-pdf.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-file-picture.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-file-picture.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-file-powerpoint.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-file-powerpoint.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-file-word.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-file-word.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-find-care.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-find-care.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-find-region.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-find-region.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-flag.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-flag.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-form-numbered-reocurring.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-form-numbered-reocurring.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-form-numbered.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-form-numbered.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-gotland.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-gotland.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-halland.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-halland.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-headphones.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-headphones.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-hourglass-end.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-hourglass-end.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-hourglass-start.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-hourglass-start.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-hourglass.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-hourglass.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-house.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-house.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-id-card-locked.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-id-card-locked.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-id-card.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-id-card.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-image.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-image.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-inera-legacy.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-inera-legacy.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-inera.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-inera.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-information.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-information.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-jamtland-harjedalen.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-jamtland-harjedalen.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-jonkoping.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-jonkoping.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-kalmar.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-kalmar.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-kronoberg.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-kronoberg.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-lightbulb.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-lightbulb.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-linkedin.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-linkedin.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-list.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-list.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-lock-open.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-lock-open.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-lock.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-lock.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-log-locked.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-log-locked.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-log.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-log.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-menu.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-menu.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-minus.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-minus.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-moment-start.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-moment-start.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-moment-stop.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-moment-stop.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-norrbotten.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-norrbotten.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-office-building.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-office-building.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-orebro.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-orebro.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-organization.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-organization.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-ostergotland.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-ostergotland.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-plus.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-plus.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-prescription.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-prescription.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-print.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-print.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-question.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-question.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-reload.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-reload.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-reply.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-reply.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-search-inera.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-search-inera.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-search.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-search.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-share.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-share.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-shield-locked-primary.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-shield-locked-primary.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-shield-locked.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-shield-locked.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-skane.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-skane.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-sormland.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-sormland.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-star-filled.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-star-filled.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-star.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-star.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-stockholm.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-stockholm.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-success.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-success.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-swap.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-swap.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-switch-person.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-switch-person.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-telephone.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-telephone.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-test-tube-analyze.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-test-tube-analyze.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-test-tube-empty.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-test-tube-empty.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-test-tube.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-test-tube.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-toggle-card.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-toggle-card.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-toggle-list.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-toggle-list.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-trash.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-trash.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-twitter.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-twitter.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-uppsala.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-uppsala.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-user.mjs +0 -34
- package/fesm2022/inera-ids-angular-icons-user.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-vasterbotten.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-vasterbotten.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-vasternorrland.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-vasternorrland.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-vastmanland.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-vastmanland.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-vastra-gotaland.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-vastra-gotaland.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-video-off.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-video-off.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-video-on.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-video-on.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-video-switch.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-video-switch.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-visibility-off.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-visibility-off.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-visibility.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-visibility.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-warning.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-warning.mjs.map +0 -1
- package/icons/1177/icon-1177.component.d.ts +0 -6
- package/icons/1177/icon-1177.module.d.ts +0 -8
- package/icons/1177/index.d.ts +0 -5
- package/icons/1177/public-api.d.ts +0 -2
- package/icons/activity/icon-activity.component.d.ts +0 -6
- package/icons/activity/icon-activity.module.d.ts +0 -8
- package/icons/activity/index.d.ts +0 -5
- package/icons/activity/public-api.d.ts +0 -2
- package/icons/agent/icon-agent.component.d.ts +0 -6
- package/icons/agent/icon-agent.module.d.ts +0 -8
- package/icons/agent/index.d.ts +0 -5
- package/icons/agent/public-api.d.ts +0 -2
- package/icons/alarm-clock-inactivity/icon-alarm-clock-inactivity.component.d.ts +0 -6
- package/icons/alarm-clock-inactivity/icon-alarm-clock-inactivity.module.d.ts +0 -8
- package/icons/alarm-clock-inactivity/index.d.ts +0 -5
- package/icons/alarm-clock-inactivity/public-api.d.ts +0 -2
- package/icons/alarm-clock-neutral/icon-alarm-clock-neutral.component.d.ts +0 -6
- package/icons/alarm-clock-neutral/icon-alarm-clock-neutral.module.d.ts +0 -8
- package/icons/alarm-clock-neutral/index.d.ts +0 -5
- package/icons/alarm-clock-neutral/public-api.d.ts +0 -2
- package/icons/archive/icon-archive.component.d.ts +0 -6
- package/icons/archive/icon-archive.module.d.ts +0 -8
- package/icons/archive/index.d.ts +0 -5
- package/icons/archive/public-api.d.ts +0 -2
- package/icons/arrow/icon-arrow.component.d.ts +0 -6
- package/icons/arrow/icon-arrow.module.d.ts +0 -8
- package/icons/arrow/index.d.ts +0 -5
- package/icons/arrow/public-api.d.ts +0 -2
- package/icons/attention/icon-attention.component.d.ts +0 -6
- package/icons/attention/icon-attention.module.d.ts +0 -8
- package/icons/attention/index.d.ts +0 -5
- package/icons/attention/public-api.d.ts +0 -2
- package/icons/blekinge/icon-blekinge.component.d.ts +0 -6
- package/icons/blekinge/icon-blekinge.module.d.ts +0 -8
- package/icons/blekinge/index.d.ts +0 -5
- package/icons/blekinge/public-api.d.ts +0 -2
- package/icons/bookmark/icon-bookmark.component.d.ts +0 -6
- package/icons/bookmark/icon-bookmark.module.d.ts +0 -8
- package/icons/bookmark/index.d.ts +0 -5
- package/icons/bookmark/public-api.d.ts +0 -2
- package/icons/calendar/icon-calendar.component.d.ts +0 -6
- package/icons/calendar/icon-calendar.module.d.ts +0 -8
- package/icons/calendar/index.d.ts +0 -5
- package/icons/calendar/public-api.d.ts +0 -2
- package/icons/call/icon-call.component.d.ts +0 -6
- package/icons/call/icon-call.module.d.ts +0 -8
- package/icons/call/index.d.ts +0 -5
- package/icons/call/public-api.d.ts +0 -2
- package/icons/call-active/icon-call-active.component.d.ts +0 -6
- package/icons/call-active/icon-call-active.module.d.ts +0 -8
- package/icons/call-active/index.d.ts +0 -5
- package/icons/call-active/public-api.d.ts +0 -2
- package/icons/camera-off/icon-camera-off.component.d.ts +0 -6
- package/icons/camera-off/icon-camera-off.module.d.ts +0 -8
- package/icons/camera-off/index.d.ts +0 -5
- package/icons/camera-off/public-api.d.ts +0 -2
- package/icons/camera-on/icon-camera-on.component.d.ts +0 -6
- package/icons/camera-on/icon-camera-on.module.d.ts +0 -8
- package/icons/camera-on/index.d.ts +0 -5
- package/icons/camera-on/public-api.d.ts +0 -2
- package/icons/camera-switch/icon-camera-switch.component.d.ts +0 -6
- package/icons/camera-switch/icon-camera-switch.module.d.ts +0 -8
- package/icons/camera-switch/index.d.ts +0 -5
- package/icons/camera-switch/public-api.d.ts +0 -2
- package/icons/chart-bar/icon-chart-bar.component.d.ts +0 -6
- package/icons/chart-bar/icon-chart-bar.module.d.ts +0 -8
- package/icons/chart-bar/index.d.ts +0 -5
- package/icons/chart-bar/public-api.d.ts +0 -2
- package/icons/chart-line/icon-chart-line.component.d.ts +0 -6
- package/icons/chart-line/icon-chart-line.module.d.ts +0 -8
- package/icons/chart-line/index.d.ts +0 -5
- package/icons/chart-line/public-api.d.ts +0 -2
- package/icons/chat/icon-chat.component.d.ts +0 -6
- package/icons/chat/icon-chat.module.d.ts +0 -8
- package/icons/chat/index.d.ts +0 -5
- package/icons/chat/public-api.d.ts +0 -2
- package/icons/check/icon-check.component.d.ts +0 -6
- package/icons/check/icon-check.module.d.ts +0 -8
- package/icons/check/index.d.ts +0 -5
- package/icons/check/public-api.d.ts +0 -2
- package/icons/chevron/icon-chevron.component.d.ts +0 -6
- package/icons/chevron/icon-chevron.module.d.ts +0 -8
- package/icons/chevron/index.d.ts +0 -5
- package/icons/chevron/public-api.d.ts +0 -2
- package/icons/chevron-bold/icon-chevron-bold.component.d.ts +0 -6
- package/icons/chevron-bold/icon-chevron-bold.module.d.ts +0 -8
- package/icons/chevron-bold/index.d.ts +0 -5
- package/icons/chevron-bold/public-api.d.ts +0 -2
- package/icons/clipboard/icon-clipboard.component.d.ts +0 -6
- package/icons/clipboard/icon-clipboard.module.d.ts +0 -8
- package/icons/clipboard/index.d.ts +0 -5
- package/icons/clipboard/public-api.d.ts +0 -2
- package/icons/clipboard-cross/icon-clipboard-cross.component.d.ts +0 -6
- package/icons/clipboard-cross/icon-clipboard-cross.module.d.ts +0 -8
- package/icons/clipboard-cross/index.d.ts +0 -5
- package/icons/clipboard-cross/public-api.d.ts +0 -2
- package/icons/clipboard-text/icon-clipboard-text.component.d.ts +0 -6
- package/icons/clipboard-text/icon-clipboard-text.module.d.ts +0 -8
- package/icons/clipboard-text/index.d.ts +0 -5
- package/icons/clipboard-text/public-api.d.ts +0 -2
- package/icons/clock/icon-clock.component.d.ts +0 -6
- package/icons/clock/icon-clock.module.d.ts +0 -8
- package/icons/clock/index.d.ts +0 -5
- package/icons/clock/public-api.d.ts +0 -2
- package/icons/close/icon-close.component.d.ts +0 -6
- package/icons/close/icon-close.module.d.ts +0 -8
- package/icons/close/index.d.ts +0 -5
- package/icons/close/public-api.d.ts +0 -2
- package/icons/close-bold/icon-close-bold.component.d.ts +0 -6
- package/icons/close-bold/icon-close-bold.module.d.ts +0 -8
- package/icons/close-bold/index.d.ts +0 -5
- package/icons/close-bold/public-api.d.ts +0 -2
- package/icons/cog/icon-cog.component.d.ts +0 -6
- package/icons/cog/icon-cog.module.d.ts +0 -8
- package/icons/cog/index.d.ts +0 -5
- package/icons/cog/public-api.d.ts +0 -2
- package/icons/computer/icon-computer.component.d.ts +0 -6
- package/icons/computer/icon-computer.module.d.ts +0 -8
- package/icons/computer/index.d.ts +0 -5
- package/icons/computer/public-api.d.ts +0 -2
- package/icons/computer-inera/icon-computer-inera.component.d.ts +0 -6
- package/icons/computer-inera/icon-computer-inera.module.d.ts +0 -8
- package/icons/computer-inera/index.d.ts +0 -5
- package/icons/computer-inera/public-api.d.ts +0 -2
- package/icons/copy-file/icon-copy-file.component.d.ts +0 -6
- package/icons/copy-file/icon-copy-file.module.d.ts +0 -8
- package/icons/copy-file/index.d.ts +0 -5
- package/icons/copy-file/public-api.d.ts +0 -2
- package/icons/copy-link/icon-copy-link.component.d.ts +0 -6
- package/icons/copy-link/icon-copy-link.module.d.ts +0 -8
- package/icons/copy-link/index.d.ts +0 -5
- package/icons/copy-link/public-api.d.ts +0 -2
- package/icons/denied/icon-denied.component.d.ts +0 -6
- package/icons/denied/icon-denied.module.d.ts +0 -8
- package/icons/denied/index.d.ts +0 -5
- package/icons/denied/public-api.d.ts +0 -2
- package/icons/doctors-bag/icon-doctors-bag.component.d.ts +0 -6
- package/icons/doctors-bag/icon-doctors-bag.module.d.ts +0 -8
- package/icons/doctors-bag/index.d.ts +0 -5
- package/icons/doctors-bag/public-api.d.ts +0 -2
- package/icons/document/icon-document.component.d.ts +0 -6
- package/icons/document/icon-document.module.d.ts +0 -8
- package/icons/document/index.d.ts +0 -5
- package/icons/document/public-api.d.ts +0 -2
- package/icons/download/icon-download.component.d.ts +0 -6
- package/icons/download/icon-download.module.d.ts +0 -8
- package/icons/download/index.d.ts +0 -5
- package/icons/download/public-api.d.ts +0 -2
- package/icons/drag-n-drop/icon-drag-n-drop.component.d.ts +0 -6
- package/icons/drag-n-drop/icon-drag-n-drop.module.d.ts +0 -8
- package/icons/drag-n-drop/index.d.ts +0 -5
- package/icons/drag-n-drop/public-api.d.ts +0 -2
- package/icons/ear-hearing/icon-ear-hearing.component.d.ts +0 -6
- package/icons/ear-hearing/icon-ear-hearing.module.d.ts +0 -8
- package/icons/ear-hearing/index.d.ts +0 -5
- package/icons/ear-hearing/public-api.d.ts +0 -2
- package/icons/edit/icon-edit.component.d.ts +0 -6
- package/icons/edit/icon-edit.module.d.ts +0 -8
- package/icons/edit/index.d.ts +0 -5
- package/icons/edit/public-api.d.ts +0 -2
- package/icons/email/icon-email.component.d.ts +0 -6
- package/icons/email/icon-email.module.d.ts +0 -8
- package/icons/email/index.d.ts +0 -5
- package/icons/email/public-api.d.ts +0 -2
- package/icons/email-sent/icon-email-sent.component.d.ts +0 -6
- package/icons/email-sent/icon-email-sent.module.d.ts +0 -8
- package/icons/email-sent/index.d.ts +0 -5
- package/icons/email-sent/public-api.d.ts +0 -2
- package/icons/email-unread/icon-email-unread.component.d.ts +0 -6
- package/icons/email-unread/icon-email-unread.module.d.ts +0 -8
- package/icons/email-unread/index.d.ts +0 -5
- package/icons/email-unread/public-api.d.ts +0 -2
- package/icons/expand/icon-expand.component.d.ts +0 -6
- package/icons/expand/icon-expand.module.d.ts +0 -8
- package/icons/expand/index.d.ts +0 -5
- package/icons/expand/public-api.d.ts +0 -2
- package/icons/external/icon-external.component.d.ts +0 -6
- package/icons/external/icon-external.module.d.ts +0 -8
- package/icons/external/index.d.ts +0 -5
- package/icons/external/public-api.d.ts +0 -2
- package/icons/facebook/icon-facebook.component.d.ts +0 -6
- package/icons/facebook/icon-facebook.module.d.ts +0 -8
- package/icons/facebook/index.d.ts +0 -5
- package/icons/facebook/public-api.d.ts +0 -2
- package/icons/file-csv/icon-file-csv.component.d.ts +0 -6
- package/icons/file-csv/icon-file-csv.module.d.ts +0 -8
- package/icons/file-csv/index.d.ts +0 -5
- package/icons/file-csv/public-api.d.ts +0 -2
- package/icons/file-excel/icon-file-excel.component.d.ts +0 -6
- package/icons/file-excel/icon-file-excel.module.d.ts +0 -8
- package/icons/file-excel/index.d.ts +0 -5
- package/icons/file-excel/public-api.d.ts +0 -2
- package/icons/file-other/icon-file-other.component.d.ts +0 -6
- package/icons/file-other/icon-file-other.module.d.ts +0 -8
- package/icons/file-other/index.d.ts +0 -5
- package/icons/file-other/public-api.d.ts +0 -2
- package/icons/file-pdf/icon-file-pdf.component.d.ts +0 -6
- package/icons/file-pdf/icon-file-pdf.module.d.ts +0 -8
- package/icons/file-pdf/index.d.ts +0 -5
- package/icons/file-pdf/public-api.d.ts +0 -2
- package/icons/file-picture/icon-file-picture.component.d.ts +0 -6
- package/icons/file-picture/icon-file-picture.module.d.ts +0 -8
- package/icons/file-picture/index.d.ts +0 -5
- package/icons/file-picture/public-api.d.ts +0 -2
- package/icons/file-powerpoint/icon-file-powerpoint.component.d.ts +0 -6
- package/icons/file-powerpoint/icon-file-powerpoint.module.d.ts +0 -8
- package/icons/file-powerpoint/index.d.ts +0 -5
- package/icons/file-powerpoint/public-api.d.ts +0 -2
- package/icons/file-word/icon-file-word.component.d.ts +0 -6
- package/icons/file-word/icon-file-word.module.d.ts +0 -8
- package/icons/file-word/index.d.ts +0 -5
- package/icons/file-word/public-api.d.ts +0 -2
- package/icons/find-care/icon-find-care.component.d.ts +0 -6
- package/icons/find-care/icon-find-care.module.d.ts +0 -8
- package/icons/find-care/index.d.ts +0 -5
- package/icons/find-care/public-api.d.ts +0 -2
- package/icons/find-region/icon-find-region.component.d.ts +0 -6
- package/icons/find-region/icon-find-region.module.d.ts +0 -8
- package/icons/find-region/index.d.ts +0 -5
- package/icons/find-region/public-api.d.ts +0 -2
- package/icons/flag/icon-flag.component.d.ts +0 -6
- package/icons/flag/icon-flag.module.d.ts +0 -8
- package/icons/flag/index.d.ts +0 -5
- package/icons/flag/public-api.d.ts +0 -2
- package/icons/form-numbered/icon-form-numbered.component.d.ts +0 -6
- package/icons/form-numbered/icon-form-numbered.module.d.ts +0 -8
- package/icons/form-numbered/index.d.ts +0 -5
- package/icons/form-numbered/public-api.d.ts +0 -2
- package/icons/form-numbered-reocurring/icon-form-numbered-reoccuring.component.d.ts +0 -6
- package/icons/form-numbered-reocurring/icon-form-numbered-reoccuring.module.d.ts +0 -8
- package/icons/form-numbered-reocurring/index.d.ts +0 -5
- package/icons/form-numbered-reocurring/public-api.d.ts +0 -2
- package/icons/gotland/icon-gotland.component.d.ts +0 -6
- package/icons/gotland/icon-gotland.module.d.ts +0 -8
- package/icons/gotland/index.d.ts +0 -5
- package/icons/gotland/public-api.d.ts +0 -2
- package/icons/halland/icon-halland.component.d.ts +0 -6
- package/icons/halland/icon-halland.module.d.ts +0 -8
- package/icons/halland/index.d.ts +0 -5
- package/icons/halland/public-api.d.ts +0 -2
- package/icons/headphones/icon-headphones.component.d.ts +0 -6
- package/icons/headphones/icon-headphones.module.d.ts +0 -8
- package/icons/headphones/index.d.ts +0 -5
- package/icons/headphones/public-api.d.ts +0 -2
- package/icons/hourglass/icon-hourglass.component.d.ts +0 -6
- package/icons/hourglass/icon-hourglass.module.d.ts +0 -8
- package/icons/hourglass/index.d.ts +0 -5
- package/icons/hourglass/public-api.d.ts +0 -2
- package/icons/hourglass-end/icon-hourglass-end.component.d.ts +0 -6
- package/icons/hourglass-end/icon-hourglass-end.module.d.ts +0 -8
- package/icons/hourglass-end/index.d.ts +0 -5
- package/icons/hourglass-end/public-api.d.ts +0 -2
- package/icons/hourglass-start/icon-hourglass-start.component.d.ts +0 -6
- package/icons/hourglass-start/icon-hourglass-start.module.d.ts +0 -8
- package/icons/hourglass-start/index.d.ts +0 -5
- package/icons/hourglass-start/public-api.d.ts +0 -2
- package/icons/house/icon-house.component.d.ts +0 -6
- package/icons/house/icon-house.module.d.ts +0 -8
- package/icons/house/index.d.ts +0 -5
- package/icons/house/public-api.d.ts +0 -2
- package/icons/id-card/icon-id-card.component.d.ts +0 -6
- package/icons/id-card/icon-id-card.module.d.ts +0 -8
- package/icons/id-card/index.d.ts +0 -5
- package/icons/id-card/public-api.d.ts +0 -2
- package/icons/id-card-locked/icon-id-card-locked.component.d.ts +0 -6
- package/icons/id-card-locked/icon-id-card-locked.module.d.ts +0 -8
- package/icons/id-card-locked/index.d.ts +0 -5
- package/icons/id-card-locked/public-api.d.ts +0 -2
- package/icons/image/icon-image.component.d.ts +0 -6
- package/icons/image/icon-image.module.d.ts +0 -8
- package/icons/image/index.d.ts +0 -5
- package/icons/image/public-api.d.ts +0 -2
- package/icons/inera/icon-inera.component.d.ts +0 -6
- package/icons/inera/icon-inera.module.d.ts +0 -8
- package/icons/inera/index.d.ts +0 -5
- package/icons/inera/public-api.d.ts +0 -2
- package/icons/inera-legacy/icon-inera-legacy.component.d.ts +0 -6
- package/icons/inera-legacy/icon-inera-legacy.module.d.ts +0 -8
- package/icons/inera-legacy/index.d.ts +0 -5
- package/icons/inera-legacy/public-api.d.ts +0 -2
- package/icons/information/icon-information.component.d.ts +0 -6
- package/icons/information/icon-information.module.d.ts +0 -8
- package/icons/information/index.d.ts +0 -5
- package/icons/information/public-api.d.ts +0 -2
- package/icons/jamtland-harjedalen/icon-jamtland-harjedalen.component.d.ts +0 -6
- package/icons/jamtland-harjedalen/icon-jamtland-harjedalen.module.d.ts +0 -8
- package/icons/jamtland-harjedalen/index.d.ts +0 -5
- package/icons/jamtland-harjedalen/public-api.d.ts +0 -2
- package/icons/jonkoping/icon-jonkoping.component.d.ts +0 -6
- package/icons/jonkoping/icon-jonkoping.module.d.ts +0 -8
- package/icons/jonkoping/index.d.ts +0 -5
- package/icons/jonkoping/public-api.d.ts +0 -2
- package/icons/kalmar/icon-kalmar.component.d.ts +0 -6
- package/icons/kalmar/icon-kalmar.module.d.ts +0 -8
- package/icons/kalmar/index.d.ts +0 -5
- package/icons/kalmar/public-api.d.ts +0 -2
- package/icons/kronoberg/icon-kronoberg.component.d.ts +0 -6
- package/icons/kronoberg/icon-kronoberg.module.d.ts +0 -8
- package/icons/kronoberg/index.d.ts +0 -5
- package/icons/kronoberg/public-api.d.ts +0 -2
- package/icons/lightbulb/icon-lightbulb.component.d.ts +0 -6
- package/icons/lightbulb/icon-lightbulb.module.d.ts +0 -8
- package/icons/lightbulb/index.d.ts +0 -5
- package/icons/lightbulb/public-api.d.ts +0 -2
- package/icons/linkedin/icon-linkedin.component.d.ts +0 -6
- package/icons/linkedin/icon-linkedin.module.d.ts +0 -8
- package/icons/linkedin/index.d.ts +0 -5
- package/icons/linkedin/public-api.d.ts +0 -2
- package/icons/list/icon-list.component.d.ts +0 -6
- package/icons/list/icon-list.module.d.ts +0 -8
- package/icons/list/index.d.ts +0 -5
- package/icons/list/public-api.d.ts +0 -2
- package/icons/lock/icon-lock.component.d.ts +0 -6
- package/icons/lock/icon-lock.module.d.ts +0 -8
- package/icons/lock/index.d.ts +0 -5
- package/icons/lock/public-api.d.ts +0 -2
- package/icons/lock-open/icon-lock-open.component.d.ts +0 -6
- package/icons/lock-open/icon-lock-open.module.d.ts +0 -8
- package/icons/lock-open/index.d.ts +0 -5
- package/icons/lock-open/public-api.d.ts +0 -2
- package/icons/log/icon-log.component.d.ts +0 -6
- package/icons/log/icon-log.module.d.ts +0 -8
- package/icons/log/index.d.ts +0 -5
- package/icons/log/public-api.d.ts +0 -2
- package/icons/log-locked/icon-log-locked.component.d.ts +0 -6
- package/icons/log-locked/icon-log-locked.module.d.ts +0 -8
- package/icons/log-locked/index.d.ts +0 -5
- package/icons/log-locked/public-api.d.ts +0 -2
- package/icons/menu/icon-menu.component.d.ts +0 -6
- package/icons/menu/icon-menu.module.d.ts +0 -8
- package/icons/menu/index.d.ts +0 -5
- package/icons/menu/public-api.d.ts +0 -2
- package/icons/minus/icon-minus.component.d.ts +0 -6
- package/icons/minus/icon-minus.module.d.ts +0 -8
- package/icons/minus/index.d.ts +0 -5
- package/icons/minus/public-api.d.ts +0 -2
- package/icons/moment-start/icon-moment-start.component.d.ts +0 -6
- package/icons/moment-start/icon-moment-start.module.d.ts +0 -8
- package/icons/moment-start/index.d.ts +0 -5
- package/icons/moment-start/public-api.d.ts +0 -2
- package/icons/moment-stop/icon-moment-stop.component.d.ts +0 -6
- package/icons/moment-stop/icon-moment-stop.module.d.ts +0 -8
- package/icons/moment-stop/index.d.ts +0 -5
- package/icons/moment-stop/public-api.d.ts +0 -2
- package/icons/norrbotten/icon-norrbotten.component.d.ts +0 -6
- package/icons/norrbotten/icon-norrbotten.module.d.ts +0 -8
- package/icons/norrbotten/index.d.ts +0 -5
- package/icons/norrbotten/public-api.d.ts +0 -2
- package/icons/office-building/icon-office-building.component.d.ts +0 -6
- package/icons/office-building/icon-office-building.module.d.ts +0 -8
- package/icons/office-building/index.d.ts +0 -5
- package/icons/office-building/public-api.d.ts +0 -2
- package/icons/orebro/icon-orebro.component.d.ts +0 -6
- package/icons/orebro/icon-orebro.module.d.ts +0 -8
- package/icons/orebro/index.d.ts +0 -5
- package/icons/orebro/public-api.d.ts +0 -2
- package/icons/organization/icon-organization.component.d.ts +0 -6
- package/icons/organization/icon-organization.module.d.ts +0 -8
- package/icons/organization/index.d.ts +0 -5
- package/icons/organization/public-api.d.ts +0 -2
- package/icons/ostergotland/icon-ostergotland.component.d.ts +0 -6
- package/icons/ostergotland/icon-ostergotland.module.d.ts +0 -8
- package/icons/ostergotland/index.d.ts +0 -5
- package/icons/ostergotland/public-api.d.ts +0 -2
- package/icons/plus/icon-plus.component.d.ts +0 -6
- package/icons/plus/icon-plus.module.d.ts +0 -8
- package/icons/plus/index.d.ts +0 -5
- package/icons/plus/public-api.d.ts +0 -2
- package/icons/prescription/icon-prescription.component.d.ts +0 -6
- package/icons/prescription/icon-prescription.module.d.ts +0 -8
- package/icons/prescription/index.d.ts +0 -5
- package/icons/prescription/public-api.d.ts +0 -2
- package/icons/print/icon-print.component.d.ts +0 -6
- package/icons/print/icon-print.module.d.ts +0 -8
- package/icons/print/index.d.ts +0 -5
- package/icons/print/public-api.d.ts +0 -2
- package/icons/question/icon-question.component.d.ts +0 -6
- package/icons/question/icon-question.module.d.ts +0 -8
- package/icons/question/index.d.ts +0 -5
- package/icons/question/public-api.d.ts +0 -2
- package/icons/reload/icon-reload.component.d.ts +0 -6
- package/icons/reload/icon-reload.module.d.ts +0 -8
- package/icons/reload/index.d.ts +0 -5
- package/icons/reload/public-api.d.ts +0 -2
- package/icons/reply/icon-reply.component.d.ts +0 -6
- package/icons/reply/icon-reply.module.d.ts +0 -8
- package/icons/reply/index.d.ts +0 -5
- package/icons/reply/public-api.d.ts +0 -2
- package/icons/search/icon-search.component.d.ts +0 -6
- package/icons/search/icon-search.module.d.ts +0 -8
- package/icons/search/index.d.ts +0 -5
- package/icons/search/public-api.d.ts +0 -2
- package/icons/search-inera/icon-search-inera.component.d.ts +0 -6
- package/icons/search-inera/icon-search-inera.module.d.ts +0 -8
- package/icons/search-inera/index.d.ts +0 -5
- package/icons/search-inera/public-api.d.ts +0 -2
- package/icons/share/icon-share.component.d.ts +0 -6
- package/icons/share/icon-share.module.d.ts +0 -8
- package/icons/share/index.d.ts +0 -5
- package/icons/share/public-api.d.ts +0 -2
- package/icons/shield-locked/icon-shield-locked.component.d.ts +0 -6
- package/icons/shield-locked/icon-shield-locked.module.d.ts +0 -8
- package/icons/shield-locked/index.d.ts +0 -5
- package/icons/shield-locked/public-api.d.ts +0 -2
- package/icons/shield-locked-primary/icon-shield-locked-primary.component.d.ts +0 -6
- package/icons/shield-locked-primary/icon-shield-locked-primary.module.d.ts +0 -8
- package/icons/shield-locked-primary/index.d.ts +0 -5
- package/icons/shield-locked-primary/public-api.d.ts +0 -2
- package/icons/skane/icon-skane.component.d.ts +0 -6
- package/icons/skane/icon-skane.module.d.ts +0 -8
- package/icons/skane/index.d.ts +0 -5
- package/icons/skane/public-api.d.ts +0 -2
- package/icons/sormland/icon-sormland.component.d.ts +0 -6
- package/icons/sormland/icon-sormland.module.d.ts +0 -8
- package/icons/sormland/index.d.ts +0 -5
- package/icons/sormland/public-api.d.ts +0 -2
- package/icons/star/icon-star.component.d.ts +0 -6
- package/icons/star/icon-star.module.d.ts +0 -8
- package/icons/star/index.d.ts +0 -5
- package/icons/star/public-api.d.ts +0 -2
- package/icons/star-filled/icon-star-filled.component.d.ts +0 -6
- package/icons/star-filled/icon-star-filled.module.d.ts +0 -8
- package/icons/star-filled/index.d.ts +0 -5
- package/icons/star-filled/public-api.d.ts +0 -2
- package/icons/stockholm/icon-stockholm.component.d.ts +0 -6
- package/icons/stockholm/icon-stockholm.module.d.ts +0 -8
- package/icons/stockholm/index.d.ts +0 -5
- package/icons/stockholm/public-api.d.ts +0 -2
- package/icons/success/icon-success.component.d.ts +0 -6
- package/icons/success/icon-success.module.d.ts +0 -8
- package/icons/success/index.d.ts +0 -5
- package/icons/success/public-api.d.ts +0 -2
- package/icons/swap/icon-swap.component.d.ts +0 -6
- package/icons/swap/icon-swap.module.d.ts +0 -8
- package/icons/swap/index.d.ts +0 -5
- package/icons/swap/public-api.d.ts +0 -2
- package/icons/switch-person/icon-switch-person.component.d.ts +0 -6
- package/icons/switch-person/icon-switch-person.module.d.ts +0 -8
- package/icons/switch-person/index.d.ts +0 -5
- package/icons/switch-person/public-api.d.ts +0 -2
- package/icons/telephone/icon-telephone.component.d.ts +0 -6
- package/icons/telephone/icon-telephone.module.d.ts +0 -8
- package/icons/telephone/index.d.ts +0 -5
- package/icons/telephone/public-api.d.ts +0 -2
- package/icons/test-tube/icon-test-tube.component.d.ts +0 -6
- package/icons/test-tube/icon-test-tube.module.d.ts +0 -8
- package/icons/test-tube/index.d.ts +0 -5
- package/icons/test-tube/public-api.d.ts +0 -2
- package/icons/test-tube-analyze/icon-test-tube-analyze.component.d.ts +0 -6
- package/icons/test-tube-analyze/icon-test-tube-analyze.module.d.ts +0 -8
- package/icons/test-tube-analyze/index.d.ts +0 -5
- package/icons/test-tube-analyze/public-api.d.ts +0 -2
- package/icons/test-tube-empty/icon-test-tube-empty.component.d.ts +0 -6
- package/icons/test-tube-empty/icon-test-tube-empty.module.d.ts +0 -8
- package/icons/test-tube-empty/index.d.ts +0 -5
- package/icons/test-tube-empty/public-api.d.ts +0 -2
- package/icons/toggle-card/icon-toggle-card.component.d.ts +0 -6
- package/icons/toggle-card/icon-toggle-card.module.d.ts +0 -8
- package/icons/toggle-card/index.d.ts +0 -5
- package/icons/toggle-card/public-api.d.ts +0 -2
- package/icons/toggle-list/icon-toggle-list.component.d.ts +0 -6
- package/icons/toggle-list/icon-toggle-list.module.d.ts +0 -8
- package/icons/toggle-list/index.d.ts +0 -5
- package/icons/toggle-list/public-api.d.ts +0 -2
- package/icons/trash/icon-trash.component.d.ts +0 -6
- package/icons/trash/icon-trash.module.d.ts +0 -8
- package/icons/trash/index.d.ts +0 -5
- package/icons/trash/public-api.d.ts +0 -2
- package/icons/twitter/icon-twitter.component.d.ts +0 -6
- package/icons/twitter/icon-twitter.module.d.ts +0 -8
- package/icons/twitter/index.d.ts +0 -5
- package/icons/twitter/public-api.d.ts +0 -2
- package/icons/uppsala/icon-uppsala.component.d.ts +0 -6
- package/icons/uppsala/icon-uppsala.module.d.ts +0 -8
- package/icons/uppsala/index.d.ts +0 -5
- package/icons/uppsala/public-api.d.ts +0 -2
- package/icons/user/icon-user.component.d.ts +0 -6
- package/icons/user/icon-user.module.d.ts +0 -8
- package/icons/user/index.d.ts +0 -5
- package/icons/user/public-api.d.ts +0 -2
- package/icons/vasterbotten/icon-vasterbotten.component.d.ts +0 -6
- package/icons/vasterbotten/icon-vasterbotten.module.d.ts +0 -8
- package/icons/vasterbotten/index.d.ts +0 -5
- package/icons/vasterbotten/public-api.d.ts +0 -2
- package/icons/vasternorrland/icon-vasternorrland.component.d.ts +0 -6
- package/icons/vasternorrland/icon-vasternorrland.module.d.ts +0 -8
- package/icons/vasternorrland/index.d.ts +0 -5
- package/icons/vasternorrland/public-api.d.ts +0 -2
- package/icons/vastmanland/icon-vastmanland.component.d.ts +0 -6
- package/icons/vastmanland/icon-vastmanland.module.d.ts +0 -8
- package/icons/vastmanland/index.d.ts +0 -5
- package/icons/vastmanland/public-api.d.ts +0 -2
- package/icons/vastra-gotaland/icon-vastra-gotaland.component.d.ts +0 -6
- package/icons/vastra-gotaland/icon-vastra-gotaland.module.d.ts +0 -8
- package/icons/vastra-gotaland/index.d.ts +0 -5
- package/icons/vastra-gotaland/public-api.d.ts +0 -2
- package/icons/video-off/icon-video-off.component.d.ts +0 -6
- package/icons/video-off/icon-video-off.module.d.ts +0 -8
- package/icons/video-off/index.d.ts +0 -5
- package/icons/video-off/public-api.d.ts +0 -2
- package/icons/video-on/icon-video-on.component.d.ts +0 -6
- package/icons/video-on/icon-video-on.module.d.ts +0 -8
- package/icons/video-on/index.d.ts +0 -5
- package/icons/video-on/public-api.d.ts +0 -2
- package/icons/video-switch/icon-video-switch.component.d.ts +0 -6
- package/icons/video-switch/icon-video-switch.module.d.ts +0 -8
- package/icons/video-switch/index.d.ts +0 -5
- package/icons/video-switch/public-api.d.ts +0 -2
- package/icons/visibility/icon-visibility.component.d.ts +0 -6
- package/icons/visibility/icon-visibility.module.d.ts +0 -8
- package/icons/visibility/index.d.ts +0 -5
- package/icons/visibility/public-api.d.ts +0 -2
- package/icons/visibility-off/icon-visibility-off.component.d.ts +0 -6
- package/icons/visibility-off/icon-visibility-off.module.d.ts +0 -8
- package/icons/visibility-off/index.d.ts +0 -5
- package/icons/visibility-off/public-api.d.ts +0 -2
- package/icons/warning/icon-warning.component.d.ts +0 -6
- package/icons/warning/icon-warning.module.d.ts +0 -8
- package/icons/warning/index.d.ts +0 -5
- package/icons/warning/public-api.d.ts +0 -2
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtZmlsZS1wb3dlcnBvaW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvZmlsZS1wb3dlcnBvaW50L2luZXJhLWlkcy1hbmd1bGFyLWljb25zLWZpbGUtcG93ZXJwb2ludC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconFilePowerpointComponent } from './icon-file-powerpoint.component';
|
|
2
|
-
export { IDIconFilePowerpointModule } from './icon-file-powerpoint.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZpbGUtcG93ZXJwb2ludC9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBQ2pGLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLCtCQUErQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgSURJY29uRmlsZVBvd2VycG9pbnRDb21wb25lbnQgfSBmcm9tICcuL2ljb24tZmlsZS1wb3dlcnBvaW50LmNvbXBvbmVudCc7XG5leHBvcnQgeyBJREljb25GaWxlUG93ZXJwb2ludE1vZHVsZSB9IGZyb20gJy4vaWNvbi1maWxlLXBvd2VycG9pbnQubW9kdWxlJzsiXX0=
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import { IDIconBase } from '@inera/ids-angular/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class IDIconFileWordComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFileWordComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDIconFileWordComponent, selector: "id-icon-file-word", usesInheritance: true, ngImport: i0, template: "<ids-icon-file-word #icon></ids-icon-file-word>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFileWordComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-file-word', template: "<ids-icon-file-word #icon></ids-icon-file-word>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1maWxlLXdvcmQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvZmlsZS13b3JkL2ljb24tZmlsZS13b3JkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZpbGUtd29yZC9pY29uLWZpbGUtd29yZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFPdkQsTUFBTSxPQUFPLHVCQUF3QixTQUFRLFVBQVU7d0dBQTFDLHVCQUF1Qjs0RkFBdkIsdUJBQXVCLGdGQ1JwQyxpREFBK0M7OzRGRFFsQyx1QkFBdUI7a0JBTG5DLFNBQVM7K0JBQ0UsbUJBQW1CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJREljb25CYXNlIH0gZnJvbSAnQGluZXJhL2lkcy1hbmd1bGFyL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2lkLWljb24tZmlsZS13b3JkJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ljb24tZmlsZS13b3JkLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVzOiBbJzpob3N0IHsgZGlzcGxheTogY29udGVudHM7IH0nXVxufSlcbmV4cG9ydCBjbGFzcyBJREljb25GaWxlV29yZENvbXBvbmVudCBleHRlbmRzIElESWNvbkJhc2Uge1xufVxuIiwiPGlkcy1pY29uLWZpbGUtd29yZCAjaWNvbj48L2lkcy1pY29uLWZpbGUtd29yZD4iXX0=
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconFileWordComponent } from './icon-file-word.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/file-word/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconFileWordModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFileWordModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDIconFileWordModule, declarations: [IDIconFileWordComponent], exports: [IDIconFileWordComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFileWordModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFileWordModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconFileWordComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconFileWordComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1maWxlLXdvcmQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvZmlsZS13b3JkL2ljb24tZmlsZS13b3JkLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ3JFLE9BQU8scURBQXFELENBQUM7O0FBVzdELE1BQU0sT0FBTyxvQkFBb0I7d0dBQXBCLG9CQUFvQjt5R0FBcEIsb0JBQW9CLGlCQVA3Qix1QkFBdUIsYUFHdkIsdUJBQXVCO3lHQUlkLG9CQUFvQjs7NEZBQXBCLG9CQUFvQjtrQkFUaEMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osdUJBQXVCO3FCQUN4QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsdUJBQXVCO3FCQUN4QjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURJY29uRmlsZVdvcmRDb21wb25lbnQgfSBmcm9tICcuL2ljb24tZmlsZS13b3JkLmNvbXBvbmVudCc7XG5pbXBvcnQgJ0BpbmVyYS9pZHMtY29yZS9jb21wb25lbnRzL2ljb25zL2ZpbGUtd29yZC9yZWdpc3Rlcic7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIElESWNvbkZpbGVXb3JkQ29tcG9uZW50XG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBJREljb25GaWxlV29yZENvbXBvbmVudFxuICBdLFxuICBzY2hlbWFzOiBbQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQV0sXG59KVxuZXhwb3J0IGNsYXNzIElESWNvbkZpbGVXb3JkTW9kdWxlIHsgfVxuIl19
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtZmlsZS13b3JkLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvZmlsZS13b3JkL2luZXJhLWlkcy1hbmd1bGFyLWljb25zLWZpbGUtd29yZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconFileWordComponent } from './icon-file-word.component';
|
|
2
|
-
export { IDIconFileWordModule } from './icon-file-word.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZpbGUtd29yZC9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ3JFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHlCQUF5QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgSURJY29uRmlsZVdvcmRDb21wb25lbnQgfSBmcm9tICcuL2ljb24tZmlsZS13b3JkLmNvbXBvbmVudCc7XG5leHBvcnQgeyBJREljb25GaWxlV29yZE1vZHVsZSB9IGZyb20gJy4vaWNvbi1maWxlLXdvcmQubW9kdWxlJzsiXX0=
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import { IDIconBase } from '@inera/ids-angular/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class IDIconFindCareComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFindCareComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDIconFindCareComponent, selector: "id-icon-find-care", usesInheritance: true, ngImport: i0, template: "<ids-icon-find-care #icon></ids-icon-find-care>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFindCareComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-find-care', template: "<ids-icon-find-care #icon></ids-icon-find-care>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1maW5kLWNhcmUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvZmluZC1jYXJlL2ljb24tZmluZC1jYXJlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZpbmQtY2FyZS9pY29uLWZpbmQtY2FyZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFPdkQsTUFBTSxPQUFPLHVCQUF3QixTQUFRLFVBQVU7d0dBQTFDLHVCQUF1Qjs0RkFBdkIsdUJBQXVCLGdGQ1JwQyxpREFBK0M7OzRGRFFsQyx1QkFBdUI7a0JBTG5DLFNBQVM7K0JBQ0UsbUJBQW1CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJREljb25CYXNlIH0gZnJvbSAnQGluZXJhL2lkcy1hbmd1bGFyL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2lkLWljb24tZmluZC1jYXJlJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ljb24tZmluZC1jYXJlLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVzOiBbJzpob3N0IHsgZGlzcGxheTogY29udGVudHM7IH0nXVxufSlcbmV4cG9ydCBjbGFzcyBJREljb25GaW5kQ2FyZUNvbXBvbmVudCBleHRlbmRzIElESWNvbkJhc2Uge1xufVxuIiwiPGlkcy1pY29uLWZpbmQtY2FyZSAjaWNvbj48L2lkcy1pY29uLWZpbmQtY2FyZT4iXX0=
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconFindCareComponent } from './icon-find-care.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/find-care/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconFindCareModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFindCareModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDIconFindCareModule, declarations: [IDIconFindCareComponent], exports: [IDIconFindCareComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFindCareModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFindCareModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconFindCareComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconFindCareComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1maW5kLWNhcmUubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvZmluZC1jYXJlL2ljb24tZmluZC1jYXJlLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ3JFLE9BQU8scURBQXFELENBQUM7O0FBVzdELE1BQU0sT0FBTyxvQkFBb0I7d0dBQXBCLG9CQUFvQjt5R0FBcEIsb0JBQW9CLGlCQVA3Qix1QkFBdUIsYUFHdkIsdUJBQXVCO3lHQUlkLG9CQUFvQjs7NEZBQXBCLG9CQUFvQjtrQkFUaEMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osdUJBQXVCO3FCQUN4QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsdUJBQXVCO3FCQUN4QjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURJY29uRmluZENhcmVDb21wb25lbnQgfSBmcm9tICcuL2ljb24tZmluZC1jYXJlLmNvbXBvbmVudCc7XG5pbXBvcnQgJ0BpbmVyYS9pZHMtY29yZS9jb21wb25lbnRzL2ljb25zL2ZpbmQtY2FyZS9yZWdpc3Rlcic7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIElESWNvbkZpbmRDYXJlQ29tcG9uZW50XG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBJREljb25GaW5kQ2FyZUNvbXBvbmVudFxuICBdLFxuICBzY2hlbWFzOiBbQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQV0sXG59KVxuZXhwb3J0IGNsYXNzIElESWNvbkZpbmRDYXJlTW9kdWxlIHsgfVxuIl19
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtZmluZC1jYXJlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvZmluZC1jYXJlL2luZXJhLWlkcy1hbmd1bGFyLWljb25zLWZpbmQtY2FyZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconFindCareComponent } from './icon-find-care.component';
|
|
2
|
-
export { IDIconFindCareModule } from './icon-find-care.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZpbmQtY2FyZS9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ3JFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHlCQUF5QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgSURJY29uRmluZENhcmVDb21wb25lbnQgfSBmcm9tICcuL2ljb24tZmluZC1jYXJlLmNvbXBvbmVudCc7XG5leHBvcnQgeyBJREljb25GaW5kQ2FyZU1vZHVsZSB9IGZyb20gJy4vaWNvbi1maW5kLWNhcmUubW9kdWxlJzsiXX0=
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import { IDIconBase } from '@inera/ids-angular/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class IDIconFindRegionComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFindRegionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDIconFindRegionComponent, selector: "id-icon-find-region", usesInheritance: true, ngImport: i0, template: "<ids-icon-find-region #icon></ids-icon-find-region>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFindRegionComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-find-region', template: "<ids-icon-find-region #icon></ids-icon-find-region>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1maW5kLXJlZ2lvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9maW5kLXJlZ2lvbi9pY29uLWZpbmQtcmVnaW9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZpbmQtcmVnaW9uL2ljb24tZmluZC1yZWdpb24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBT3ZELE1BQU0sT0FBTyx5QkFBMEIsU0FBUSxVQUFVO3dHQUE1Qyx5QkFBeUI7NEZBQXpCLHlCQUF5QixrRkNSdEMscURBQW1EOzs0RkRRdEMseUJBQXlCO2tCQUxyQyxTQUFTOytCQUNFLHFCQUFxQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURJY29uQmFzZSB9IGZyb20gJ0BpbmVyYS9pZHMtYW5ndWxhci9jb21tb24nO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdpZC1pY29uLWZpbmQtcmVnaW9uJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ljb24tZmluZC1yZWdpb24uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZXM6IFsnOmhvc3QgeyBkaXNwbGF5OiBjb250ZW50czsgfSddXG59KVxuZXhwb3J0IGNsYXNzIElESWNvbkZpbmRSZWdpb25Db21wb25lbnQgZXh0ZW5kcyBJREljb25CYXNlIHtcbn1cbiIsIjxpZHMtaWNvbi1maW5kLXJlZ2lvbiAjaWNvbj48L2lkcy1pY29uLWZpbmQtcmVnaW9uPiJdfQ==
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconFindRegionComponent } from './icon-find-region.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/find-region/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconFindRegionModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFindRegionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDIconFindRegionModule, declarations: [IDIconFindRegionComponent], exports: [IDIconFindRegionComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFindRegionModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFindRegionModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconFindRegionComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconFindRegionComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1maW5kLXJlZ2lvbi5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9maW5kLXJlZ2lvbi9pY29uLWZpbmQtcmVnaW9uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQ3pFLE9BQU8sdURBQXVELENBQUM7O0FBVy9ELE1BQU0sT0FBTyxzQkFBc0I7d0dBQXRCLHNCQUFzQjt5R0FBdEIsc0JBQXNCLGlCQVAvQix5QkFBeUIsYUFHekIseUJBQXlCO3lHQUloQixzQkFBc0I7OzRGQUF0QixzQkFBc0I7a0JBVGxDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLHlCQUF5QjtxQkFDMUI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLHlCQUF5QjtxQkFDMUI7b0JBQ0QsT0FBTyxFQUFFLENBQUMsc0JBQXNCLENBQUM7aUJBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQSwgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElESWNvbkZpbmRSZWdpb25Db21wb25lbnQgfSBmcm9tICcuL2ljb24tZmluZC1yZWdpb24uY29tcG9uZW50JztcbmltcG9ydCAnQGluZXJhL2lkcy1jb3JlL2NvbXBvbmVudHMvaWNvbnMvZmluZC1yZWdpb24vcmVnaXN0ZXInO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBJREljb25GaW5kUmVnaW9uQ29tcG9uZW50XG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBJREljb25GaW5kUmVnaW9uQ29tcG9uZW50XG4gIF0sXG4gIHNjaGVtYXM6IFtDVVNUT01fRUxFTUVOVFNfU0NIRU1BXSxcbn0pXG5leHBvcnQgY2xhc3MgSURJY29uRmluZFJlZ2lvbk1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtZmluZC1yZWdpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9maW5kLXJlZ2lvbi9pbmVyYS1pZHMtYW5ndWxhci1pY29ucy1maW5kLXJlZ2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconFindRegionComponent } from './icon-find-region.component';
|
|
2
|
-
export { IDIconFindRegionModule } from './icon-find-region.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZpbmQtcmVnaW9uL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDekUsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sMkJBQTJCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBJREljb25GaW5kUmVnaW9uQ29tcG9uZW50IH0gZnJvbSAnLi9pY29uLWZpbmQtcmVnaW9uLmNvbXBvbmVudCc7XG5leHBvcnQgeyBJREljb25GaW5kUmVnaW9uTW9kdWxlIH0gZnJvbSAnLi9pY29uLWZpbmQtcmVnaW9uLm1vZHVsZSc7Il19
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import { IDIconBase } from '@inera/ids-angular/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class IDIconFlagComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFlagComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDIconFlagComponent, selector: "id-icon-flag", usesInheritance: true, ngImport: i0, template: "<ids-icon-flag #icon></ids-icon-flag>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFlagComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-flag', template: "<ids-icon-flag #icon></ids-icon-flag>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1mbGFnLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZsYWcvaWNvbi1mbGFnLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZsYWcvaWNvbi1mbGFnLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLDJCQUEyQixDQUFDOztBQU92RCxNQUFNLE9BQU8sbUJBQW9CLFNBQVEsVUFBVTt3R0FBdEMsbUJBQW1COzRGQUFuQixtQkFBbUIsMkVDUmhDLHVDQUFxQzs7NEZEUXhCLG1CQUFtQjtrQkFML0IsU0FBUzsrQkFDRSxjQUFjIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJREljb25CYXNlIH0gZnJvbSAnQGluZXJhL2lkcy1hbmd1bGFyL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2lkLWljb24tZmxhZycsXG4gIHRlbXBsYXRlVXJsOiAnLi9pY29uLWZsYWcuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZXM6IFsnOmhvc3QgeyBkaXNwbGF5OiBjb250ZW50czsgfSddXG59KVxuZXhwb3J0IGNsYXNzIElESWNvbkZsYWdDb21wb25lbnQgZXh0ZW5kcyBJREljb25CYXNlIHtcbn1cbiIsIjxpZHMtaWNvbi1mbGFnICNpY29uPjwvaWRzLWljb24tZmxhZz4iXX0=
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconFlagComponent } from './icon-flag.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/flag/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconFlagModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFlagModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDIconFlagModule, declarations: [IDIconFlagComponent], exports: [IDIconFlagComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFlagModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFlagModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconFlagComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconFlagComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1mbGFnLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZsYWcvaWNvbi1mbGFnLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQzVELE9BQU8sZ0RBQWdELENBQUM7O0FBV3hELE1BQU0sT0FBTyxnQkFBZ0I7d0dBQWhCLGdCQUFnQjt5R0FBaEIsZ0JBQWdCLGlCQVB6QixtQkFBbUIsYUFHbkIsbUJBQW1CO3lHQUlWLGdCQUFnQjs7NEZBQWhCLGdCQUFnQjtrQkFUNUIsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osbUJBQW1CO3FCQUNwQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsbUJBQW1CO3FCQUNwQjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURJY29uRmxhZ0NvbXBvbmVudCB9IGZyb20gJy4vaWNvbi1mbGFnLmNvbXBvbmVudCc7XG5pbXBvcnQgJ0BpbmVyYS9pZHMtY29yZS9jb21wb25lbnRzL2ljb25zL2ZsYWcvcmVnaXN0ZXInO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBJREljb25GbGFnQ29tcG9uZW50XG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBJREljb25GbGFnQ29tcG9uZW50XG4gIF0sXG4gIHNjaGVtYXM6IFtDVVNUT01fRUxFTUVOVFNfU0NIRU1BXSxcbn0pXG5leHBvcnQgY2xhc3MgSURJY29uRmxhZ01vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtZmxhZy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZsYWcvaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtZmxhZy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconFlagComponent } from './icon-flag.component';
|
|
2
|
-
export { IDIconFlagModule } from './icon-flag.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZsYWcvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUM1RCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IElESWNvbkZsYWdDb21wb25lbnQgfSBmcm9tICcuL2ljb24tZmxhZy5jb21wb25lbnQnO1xuZXhwb3J0IHsgSURJY29uRmxhZ01vZHVsZSB9IGZyb20gJy4vaWNvbi1mbGFnLm1vZHVsZSc7Il19
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import { IDIconBase } from '@inera/ids-angular/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class IDIconFormNumberedComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFormNumberedComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDIconFormNumberedComponent, selector: "id-icon-form-numbered", usesInheritance: true, ngImport: i0, template: "<ids-icon-form-numbered #icon></ids-icon-form-numbered>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFormNumberedComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-form-numbered', template: "<ids-icon-form-numbered #icon></ids-icon-form-numbered>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1mb3JtLW51bWJlcmVkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2Zvcm0tbnVtYmVyZWQvaWNvbi1mb3JtLW51bWJlcmVkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2Zvcm0tbnVtYmVyZWQvaWNvbi1mb3JtLW51bWJlcmVkLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLDJCQUEyQixDQUFDOztBQU92RCxNQUFNLE9BQU8sMkJBQTRCLFNBQVEsVUFBVTt3R0FBOUMsMkJBQTJCOzRGQUEzQiwyQkFBMkIsb0ZDUnhDLHlEQUF1RDs7NEZEUTFDLDJCQUEyQjtrQkFMdkMsU0FBUzsrQkFDRSx1QkFBdUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElESWNvbkJhc2UgfSBmcm9tICdAaW5lcmEvaWRzLWFuZ3VsYXIvY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnaWQtaWNvbi1mb3JtLW51bWJlcmVkJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ljb24tZm9ybS1udW1iZXJlZC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlczogWyc6aG9zdCB7IGRpc3BsYXk6IGNvbnRlbnRzOyB9J11cbn0pXG5leHBvcnQgY2xhc3MgSURJY29uRm9ybU51bWJlcmVkQ29tcG9uZW50IGV4dGVuZHMgSURJY29uQmFzZSB7XG59XG4iLCI8aWRzLWljb24tZm9ybS1udW1iZXJlZCAjaWNvbj48L2lkcy1pY29uLWZvcm0tbnVtYmVyZWQ+Il19
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconFormNumberedComponent } from './icon-form-numbered.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/form-numbered/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconFormNumberedModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFormNumberedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDIconFormNumberedModule, declarations: [IDIconFormNumberedComponent], exports: [IDIconFormNumberedComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFormNumberedModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFormNumberedModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconFormNumberedComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconFormNumberedComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1mb3JtLW51bWJlcmVkLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2Zvcm0tbnVtYmVyZWQvaWNvbi1mb3JtLW51bWJlcmVkLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLGdDQUFnQyxDQUFDO0FBQzdFLE9BQU8seURBQXlELENBQUM7O0FBV2pFLE1BQU0sT0FBTyx3QkFBd0I7d0dBQXhCLHdCQUF3Qjt5R0FBeEIsd0JBQXdCLGlCQVBqQywyQkFBMkIsYUFHM0IsMkJBQTJCO3lHQUlsQix3QkFBd0I7OzRGQUF4Qix3QkFBd0I7a0JBVHBDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLDJCQUEyQjtxQkFDNUI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLDJCQUEyQjtxQkFDNUI7b0JBQ0QsT0FBTyxFQUFFLENBQUMsc0JBQXNCLENBQUM7aUJBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQSwgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElESWNvbkZvcm1OdW1iZXJlZENvbXBvbmVudCB9IGZyb20gJy4vaWNvbi1mb3JtLW51bWJlcmVkLmNvbXBvbmVudCc7XG5pbXBvcnQgJ0BpbmVyYS9pZHMtY29yZS9jb21wb25lbnRzL2ljb25zL2Zvcm0tbnVtYmVyZWQvcmVnaXN0ZXInO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBJREljb25Gb3JtTnVtYmVyZWRDb21wb25lbnRcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIElESWNvbkZvcm1OdW1iZXJlZENvbXBvbmVudFxuICBdLFxuICBzY2hlbWFzOiBbQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQV0sXG59KVxuZXhwb3J0IGNsYXNzIElESWNvbkZvcm1OdW1iZXJlZE1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtZm9ybS1udW1iZXJlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2Zvcm0tbnVtYmVyZWQvaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtZm9ybS1udW1iZXJlZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconFormNumberedComponent } from './icon-form-numbered.component';
|
|
2
|
-
export { IDIconFormNumberedModule } from './icon-form-numbered.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2Zvcm0tbnVtYmVyZWQvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUM3RSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IElESWNvbkZvcm1OdW1iZXJlZENvbXBvbmVudCB9IGZyb20gJy4vaWNvbi1mb3JtLW51bWJlcmVkLmNvbXBvbmVudCc7XG5leHBvcnQgeyBJREljb25Gb3JtTnVtYmVyZWRNb2R1bGUgfSBmcm9tICcuL2ljb24tZm9ybS1udW1iZXJlZC5tb2R1bGUnOyJdfQ==
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import { IDIconBase } from '@inera/ids-angular/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class IDIconFormNumberedReoccuringComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFormNumberedReoccuringComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDIconFormNumberedReoccuringComponent, selector: "id-icon-form-numbered-reoccuring", usesInheritance: true, ngImport: i0, template: "<ids-icon-form-numbered-reoccuring #icon></ids-icon-form-numbered-reoccuring>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFormNumberedReoccuringComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-form-numbered-reoccuring', template: "<ids-icon-form-numbered-reoccuring #icon></ids-icon-form-numbered-reoccuring>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1mb3JtLW51bWJlcmVkLXJlb2NjdXJpbmcuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvZm9ybS1udW1iZXJlZC1yZW9jdXJyaW5nL2ljb24tZm9ybS1udW1iZXJlZC1yZW9jY3VyaW5nLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2Zvcm0tbnVtYmVyZWQtcmVvY3VycmluZy9pY29uLWZvcm0tbnVtYmVyZWQtcmVvY2N1cmluZy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFPdkQsTUFBTSxPQUFPLHFDQUFzQyxTQUFRLFVBQVU7d0dBQXhELHFDQUFxQzs0RkFBckMscUNBQXFDLCtGQ1JsRCwrRUFBNkU7OzRGRFFoRSxxQ0FBcUM7a0JBTGpELFNBQVM7K0JBQ0Usa0NBQWtDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJREljb25CYXNlIH0gZnJvbSAnQGluZXJhL2lkcy1hbmd1bGFyL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2lkLWljb24tZm9ybS1udW1iZXJlZC1yZW9jY3VyaW5nJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ljb24tZm9ybS1udW1iZXJlZC1yZW9jY3VyaW5nLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVzOiBbJzpob3N0IHsgZGlzcGxheTogY29udGVudHM7IH0nXVxufSlcbmV4cG9ydCBjbGFzcyBJREljb25Gb3JtTnVtYmVyZWRSZW9jY3VyaW5nQ29tcG9uZW50IGV4dGVuZHMgSURJY29uQmFzZSB7XG59XG4iLCI8aWRzLWljb24tZm9ybS1udW1iZXJlZC1yZW9jY3VyaW5nICNpY29uPjwvaWRzLWljb24tZm9ybS1udW1iZXJlZC1yZW9jY3VyaW5nPiJdfQ==
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconFormNumberedReoccuringComponent } from './icon-form-numbered-reoccuring.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/form-numbered-reoccuring/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconFormNumberedReocurringModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFormNumberedReocurringModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDIconFormNumberedReocurringModule, declarations: [IDIconFormNumberedReoccuringComponent], exports: [IDIconFormNumberedReoccuringComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFormNumberedReocurringModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconFormNumberedReocurringModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconFormNumberedReoccuringComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconFormNumberedReoccuringComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1mb3JtLW51bWJlcmVkLXJlb2NjdXJpbmcubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvZm9ybS1udW1iZXJlZC1yZW9jdXJyaW5nL2ljb24tZm9ybS1udW1iZXJlZC1yZW9jY3VyaW5nLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxxQ0FBcUMsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBQ2xHLE9BQU8sb0VBQW9FLENBQUM7O0FBVzVFLE1BQU0sT0FBTyxrQ0FBa0M7d0dBQWxDLGtDQUFrQzt5R0FBbEMsa0NBQWtDLGlCQVAzQyxxQ0FBcUMsYUFHckMscUNBQXFDO3lHQUk1QixrQ0FBa0M7OzRGQUFsQyxrQ0FBa0M7a0JBVDlDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLHFDQUFxQztxQkFDdEM7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLHFDQUFxQztxQkFDdEM7b0JBQ0QsT0FBTyxFQUFFLENBQUMsc0JBQXNCLENBQUM7aUJBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQSwgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElESWNvbkZvcm1OdW1iZXJlZFJlb2NjdXJpbmdDb21wb25lbnQgfSBmcm9tICcuL2ljb24tZm9ybS1udW1iZXJlZC1yZW9jY3VyaW5nLmNvbXBvbmVudCc7XG5pbXBvcnQgJ0BpbmVyYS9pZHMtY29yZS9jb21wb25lbnRzL2ljb25zL2Zvcm0tbnVtYmVyZWQtcmVvY2N1cmluZy9yZWdpc3Rlcic7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIElESWNvbkZvcm1OdW1iZXJlZFJlb2NjdXJpbmdDb21wb25lbnRcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIElESWNvbkZvcm1OdW1iZXJlZFJlb2NjdXJpbmdDb21wb25lbnRcbiAgXSxcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxufSlcbmV4cG9ydCBjbGFzcyBJREljb25Gb3JtTnVtYmVyZWRSZW9jdXJyaW5nTW9kdWxlIHsgfVxuIl19
|
package/esm2022/icons/form-numbered-reocurring/inera-ids-angular-icons-form-numbered-reocurring.mjs
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtZm9ybS1udW1iZXJlZC1yZW9jdXJyaW5nLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvZm9ybS1udW1iZXJlZC1yZW9jdXJyaW5nL2luZXJhLWlkcy1hbmd1bGFyLWljb25zLWZvcm0tbnVtYmVyZWQtcmVvY3VycmluZy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconFormNumberedReoccuringComponent } from './icon-form-numbered-reoccuring.component';
|
|
2
|
-
export { IDIconFormNumberedReocurringModule } from './icon-form-numbered-reoccuring.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2Zvcm0tbnVtYmVyZWQtcmVvY3VycmluZy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxxQ0FBcUMsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBQ2xHLE9BQU8sRUFBRSxrQ0FBa0MsRUFBRSxNQUFNLHdDQUF3QyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgSURJY29uRm9ybU51bWJlcmVkUmVvY2N1cmluZ0NvbXBvbmVudCB9IGZyb20gJy4vaWNvbi1mb3JtLW51bWJlcmVkLXJlb2NjdXJpbmcuY29tcG9uZW50JztcbmV4cG9ydCB7IElESWNvbkZvcm1OdW1iZXJlZFJlb2N1cnJpbmdNb2R1bGUgfSBmcm9tICcuL2ljb24tZm9ybS1udW1iZXJlZC1yZW9jY3VyaW5nLm1vZHVsZSc7Il19
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import { IDIconBase } from '@inera/ids-angular/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class IDIconGotlandComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconGotlandComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDIconGotlandComponent, selector: "id-icon-gotland", usesInheritance: true, ngImport: i0, template: "<ids-icon-gotland #icon></ids-icon-gotland>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconGotlandComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-gotland', template: "<ids-icon-gotland #icon></ids-icon-gotland>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1nb3RsYW5kLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2dvdGxhbmQvaWNvbi1nb3RsYW5kLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2dvdGxhbmQvaWNvbi1nb3RsYW5kLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLDJCQUEyQixDQUFDOztBQU92RCxNQUFNLE9BQU8sc0JBQXVCLFNBQVEsVUFBVTt3R0FBekMsc0JBQXNCOzRGQUF0QixzQkFBc0IsOEVDUm5DLDZDQUEyQzs7NEZEUTlCLHNCQUFzQjtrQkFMbEMsU0FBUzsrQkFDRSxpQkFBaUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElESWNvbkJhc2UgfSBmcm9tICdAaW5lcmEvaWRzLWFuZ3VsYXIvY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnaWQtaWNvbi1nb3RsYW5kJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ljb24tZ290bGFuZC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlczogWyc6aG9zdCB7IGRpc3BsYXk6IGNvbnRlbnRzOyB9J11cbn0pXG5leHBvcnQgY2xhc3MgSURJY29uR290bGFuZENvbXBvbmVudCBleHRlbmRzIElESWNvbkJhc2Uge1xufVxuIiwiPGlkcy1pY29uLWdvdGxhbmQgI2ljb24+PC9pZHMtaWNvbi1nb3RsYW5kPiJdfQ==
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconGotlandComponent } from './icon-gotland.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/gotland/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconGotlandModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconGotlandModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDIconGotlandModule, declarations: [IDIconGotlandComponent], exports: [IDIconGotlandComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconGotlandModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconGotlandModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconGotlandComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconGotlandComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1nb3RsYW5kLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2dvdGxhbmQvaWNvbi1nb3RsYW5kLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQ2xFLE9BQU8sbURBQW1ELENBQUM7O0FBVzNELE1BQU0sT0FBTyxtQkFBbUI7d0dBQW5CLG1CQUFtQjt5R0FBbkIsbUJBQW1CLGlCQVA1QixzQkFBc0IsYUFHdEIsc0JBQXNCO3lHQUliLG1CQUFtQjs7NEZBQW5CLG1CQUFtQjtrQkFUL0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osc0JBQXNCO3FCQUN2QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asc0JBQXNCO3FCQUN2QjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURJY29uR290bGFuZENvbXBvbmVudCB9IGZyb20gJy4vaWNvbi1nb3RsYW5kLmNvbXBvbmVudCc7XG5pbXBvcnQgJ0BpbmVyYS9pZHMtY29yZS9jb21wb25lbnRzL2ljb25zL2dvdGxhbmQvcmVnaXN0ZXInO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBJREljb25Hb3RsYW5kQ29tcG9uZW50XG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBJREljb25Hb3RsYW5kQ29tcG9uZW50XG4gIF0sXG4gIHNjaGVtYXM6IFtDVVNUT01fRUxFTUVOVFNfU0NIRU1BXSxcbn0pXG5leHBvcnQgY2xhc3MgSURJY29uR290bGFuZE1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtZ290bGFuZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2dvdGxhbmQvaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtZ290bGFuZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconGotlandComponent } from './icon-gotland.component';
|
|
2
|
-
export { IDIconGotlandModule } from './icon-gotland.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2dvdGxhbmQvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IElESWNvbkdvdGxhbmRDb21wb25lbnQgfSBmcm9tICcuL2ljb24tZ290bGFuZC5jb21wb25lbnQnO1xuZXhwb3J0IHsgSURJY29uR290bGFuZE1vZHVsZSB9IGZyb20gJy4vaWNvbi1nb3RsYW5kLm1vZHVsZSc7Il19
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import { IDIconBase } from '@inera/ids-angular/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class IDIconHallandComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconHallandComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDIconHallandComponent, selector: "id-icon-halland", usesInheritance: true, ngImport: i0, template: "<ids-icon-halland #icon></ids-icon-halland>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconHallandComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-halland', template: "<ids-icon-halland #icon></ids-icon-halland>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1oYWxsYW5kLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2hhbGxhbmQvaWNvbi1oYWxsYW5kLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2hhbGxhbmQvaWNvbi1oYWxsYW5kLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLDJCQUEyQixDQUFDOztBQU92RCxNQUFNLE9BQU8sc0JBQXVCLFNBQVEsVUFBVTt3R0FBekMsc0JBQXNCOzRGQUF0QixzQkFBc0IsOEVDUm5DLDZDQUEyQzs7NEZEUTlCLHNCQUFzQjtrQkFMbEMsU0FBUzsrQkFDRSxpQkFBaUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElESWNvbkJhc2UgfSBmcm9tICdAaW5lcmEvaWRzLWFuZ3VsYXIvY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnaWQtaWNvbi1oYWxsYW5kJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ljb24taGFsbGFuZC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlczogWyc6aG9zdCB7IGRpc3BsYXk6IGNvbnRlbnRzOyB9J11cbn0pXG5leHBvcnQgY2xhc3MgSURJY29uSGFsbGFuZENvbXBvbmVudCBleHRlbmRzIElESWNvbkJhc2Uge1xufVxuIiwiPGlkcy1pY29uLWhhbGxhbmQgI2ljb24+PC9pZHMtaWNvbi1oYWxsYW5kPiJdfQ==
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconHallandComponent } from './icon-halland.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/halland/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconHallandModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconHallandModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDIconHallandModule, declarations: [IDIconHallandComponent], exports: [IDIconHallandComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconHallandModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconHallandModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconHallandComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconHallandComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1oYWxsYW5kLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2hhbGxhbmQvaWNvbi1oYWxsYW5kLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQ2xFLE9BQU8sbURBQW1ELENBQUM7O0FBVzNELE1BQU0sT0FBTyxtQkFBbUI7d0dBQW5CLG1CQUFtQjt5R0FBbkIsbUJBQW1CLGlCQVA1QixzQkFBc0IsYUFHdEIsc0JBQXNCO3lHQUliLG1CQUFtQjs7NEZBQW5CLG1CQUFtQjtrQkFUL0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osc0JBQXNCO3FCQUN2QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asc0JBQXNCO3FCQUN2QjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURJY29uSGFsbGFuZENvbXBvbmVudCB9IGZyb20gJy4vaWNvbi1oYWxsYW5kLmNvbXBvbmVudCc7XG5pbXBvcnQgJ0BpbmVyYS9pZHMtY29yZS9jb21wb25lbnRzL2ljb25zL2hhbGxhbmQvcmVnaXN0ZXInO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBJREljb25IYWxsYW5kQ29tcG9uZW50XG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBJREljb25IYWxsYW5kQ29tcG9uZW50XG4gIF0sXG4gIHNjaGVtYXM6IFtDVVNUT01fRUxFTUVOVFNfU0NIRU1BXSxcbn0pXG5leHBvcnQgY2xhc3MgSURJY29uSGFsbGFuZE1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtaGFsbGFuZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2hhbGxhbmQvaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtaGFsbGFuZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconHallandComponent } from './icon-halland.component';
|
|
2
|
-
export { IDIconHallandModule } from './icon-halland.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2hhbGxhbmQvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IElESWNvbkhhbGxhbmRDb21wb25lbnQgfSBmcm9tICcuL2ljb24taGFsbGFuZC5jb21wb25lbnQnO1xuZXhwb3J0IHsgSURJY29uSGFsbGFuZE1vZHVsZSB9IGZyb20gJy4vaWNvbi1oYWxsYW5kLm1vZHVsZSc7Il19
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import { IDIconBase } from '@inera/ids-angular/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class IDIconHeadphonesComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconHeadphonesComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDIconHeadphonesComponent, selector: "id-icon-headphones", usesInheritance: true, ngImport: i0, template: "<ids-icon-headphones #icon></ids-icon-headphones>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconHeadphonesComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-headphones', template: "<ids-icon-headphones #icon></ids-icon-headphones>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1oZWFkcGhvbmVzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2hlYWRwaG9uZXMvaWNvbi1oZWFkcGhvbmVzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2hlYWRwaG9uZXMvaWNvbi1oZWFkcGhvbmVzLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLDJCQUEyQixDQUFDOztBQU92RCxNQUFNLE9BQU8seUJBQTBCLFNBQVEsVUFBVTt3R0FBNUMseUJBQXlCOzRGQUF6Qix5QkFBeUIsaUZDUnRDLG1EQUFpRDs7NEZEUXBDLHlCQUF5QjtrQkFMckMsU0FBUzsrQkFDRSxvQkFBb0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElESWNvbkJhc2UgfSBmcm9tICdAaW5lcmEvaWRzLWFuZ3VsYXIvY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnaWQtaWNvbi1oZWFkcGhvbmVzJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ljb24taGVhZHBob25lcy5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlczogWyc6aG9zdCB7IGRpc3BsYXk6IGNvbnRlbnRzOyB9J11cbn0pXG5leHBvcnQgY2xhc3MgSURJY29uSGVhZHBob25lc0NvbXBvbmVudCBleHRlbmRzIElESWNvbkJhc2Uge1xufVxuIiwiPGlkcy1pY29uLWhlYWRwaG9uZXMgI2ljb24+PC9pZHMtaWNvbi1oZWFkcGhvbmVzPiJdfQ==
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconHeadphonesComponent } from './icon-headphones.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/headphones/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconHeadphonesModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconHeadphonesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDIconHeadphonesModule, declarations: [IDIconHeadphonesComponent], exports: [IDIconHeadphonesComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconHeadphonesModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconHeadphonesModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconHeadphonesComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconHeadphonesComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1oZWFkcGhvbmVzLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2hlYWRwaG9uZXMvaWNvbi1oZWFkcGhvbmVzLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ3hFLE9BQU8sc0RBQXNELENBQUM7O0FBVzlELE1BQU0sT0FBTyxzQkFBc0I7d0dBQXRCLHNCQUFzQjt5R0FBdEIsc0JBQXNCLGlCQVAvQix5QkFBeUIsYUFHekIseUJBQXlCO3lHQUloQixzQkFBc0I7OzRGQUF0QixzQkFBc0I7a0JBVGxDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLHlCQUF5QjtxQkFDMUI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLHlCQUF5QjtxQkFDMUI7b0JBQ0QsT0FBTyxFQUFFLENBQUMsc0JBQXNCLENBQUM7aUJBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQSwgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElESWNvbkhlYWRwaG9uZXNDb21wb25lbnQgfSBmcm9tICcuL2ljb24taGVhZHBob25lcy5jb21wb25lbnQnO1xuaW1wb3J0ICdAaW5lcmEvaWRzLWNvcmUvY29tcG9uZW50cy9pY29ucy9oZWFkcGhvbmVzL3JlZ2lzdGVyJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgSURJY29uSGVhZHBob25lc0NvbXBvbmVudFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgSURJY29uSGVhZHBob25lc0NvbXBvbmVudFxuICBdLFxuICBzY2hlbWFzOiBbQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQV0sXG59KVxuZXhwb3J0IGNsYXNzIElESWNvbkhlYWRwaG9uZXNNb2R1bGUgeyB9XG4iXX0=
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtaGVhZHBob25lcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2hlYWRwaG9uZXMvaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtaGVhZHBob25lcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconHeadphonesComponent } from './icon-headphones.component';
|
|
2
|
-
export { IDIconHeadphonesModule } from './icon-headphones.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2hlYWRwaG9uZXMvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQztBQUN4RSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IElESWNvbkhlYWRwaG9uZXNDb21wb25lbnQgfSBmcm9tICcuL2ljb24taGVhZHBob25lcy5jb21wb25lbnQnO1xuZXhwb3J0IHsgSURJY29uSGVhZHBob25lc01vZHVsZSB9IGZyb20gJy4vaWNvbi1oZWFkcGhvbmVzLm1vZHVsZSc7Il19
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import { IDIconBase } from '@inera/ids-angular/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class IDIconHourglassComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconHourglassComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDIconHourglassComponent, selector: "id-icon-hourglass", usesInheritance: true, ngImport: i0, template: "<ids-icon-hourglass #icon></ids-icon-hourglass>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconHourglassComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-hourglass', template: "<ids-icon-hourglass #icon></ids-icon-hourglass>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1ob3VyZ2xhc3MuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvaG91cmdsYXNzL2ljb24taG91cmdsYXNzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2hvdXJnbGFzcy9pY29uLWhvdXJnbGFzcy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFPdkQsTUFBTSxPQUFPLHdCQUF5QixTQUFRLFVBQVU7d0dBQTNDLHdCQUF3Qjs0RkFBeEIsd0JBQXdCLGdGQ1JyQyxpREFBK0M7OzRGRFFsQyx3QkFBd0I7a0JBTHBDLFNBQVM7K0JBQ0UsbUJBQW1CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJREljb25CYXNlIH0gZnJvbSAnQGluZXJhL2lkcy1hbmd1bGFyL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2lkLWljb24taG91cmdsYXNzJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ljb24taG91cmdsYXNzLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVzOiBbJzpob3N0IHsgZGlzcGxheTogY29udGVudHM7IH0nXVxufSlcbmV4cG9ydCBjbGFzcyBJREljb25Ib3VyZ2xhc3NDb21wb25lbnQgZXh0ZW5kcyBJREljb25CYXNlIHtcbn1cbiIsIjxpZHMtaWNvbi1ob3VyZ2xhc3MgI2ljb24+PC9pZHMtaWNvbi1ob3VyZ2xhc3M+Il19
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconHourglassComponent } from './icon-hourglass.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/hourglass/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconHourglassModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconHourglassModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDIconHourglassModule, declarations: [IDIconHourglassComponent], exports: [IDIconHourglassComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconHourglassModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDIconHourglassModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconHourglassComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconHourglassComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1ob3VyZ2xhc3MubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvaG91cmdsYXNzL2ljb24taG91cmdsYXNzLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ3RFLE9BQU8scURBQXFELENBQUM7O0FBVzdELE1BQU0sT0FBTyxxQkFBcUI7d0dBQXJCLHFCQUFxQjt5R0FBckIscUJBQXFCLGlCQVA5Qix3QkFBd0IsYUFHeEIsd0JBQXdCO3lHQUlmLHFCQUFxQjs7NEZBQXJCLHFCQUFxQjtrQkFUakMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osd0JBQXdCO3FCQUN6QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asd0JBQXdCO3FCQUN6QjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURJY29uSG91cmdsYXNzQ29tcG9uZW50IH0gZnJvbSAnLi9pY29uLWhvdXJnbGFzcy5jb21wb25lbnQnO1xuaW1wb3J0ICdAaW5lcmEvaWRzLWNvcmUvY29tcG9uZW50cy9pY29ucy9ob3VyZ2xhc3MvcmVnaXN0ZXInO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBJREljb25Ib3VyZ2xhc3NDb21wb25lbnRcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIElESWNvbkhvdXJnbGFzc0NvbXBvbmVudFxuICBdLFxuICBzY2hlbWFzOiBbQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQV0sXG59KVxuZXhwb3J0IGNsYXNzIElESWNvbkhvdXJnbGFzc01vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtaG91cmdsYXNzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvaG91cmdsYXNzL2luZXJhLWlkcy1hbmd1bGFyLWljb25zLWhvdXJnbGFzcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconHourglassComponent } from './icon-hourglass.component';
|
|
2
|
-
export { IDIconHourglassModule } from './icon-hourglass.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2hvdXJnbGFzcy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ3RFLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHlCQUF5QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgSURJY29uSG91cmdsYXNzQ29tcG9uZW50IH0gZnJvbSAnLi9pY29uLWhvdXJnbGFzcy5jb21wb25lbnQnO1xuZXhwb3J0IHsgSURJY29uSG91cmdsYXNzTW9kdWxlIH0gZnJvbSAnLi9pY29uLWhvdXJnbGFzcy5tb2R1bGUnOyJdfQ==
|