@inera/ids-angular 7.1.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 +5 -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/components/tabs/tabs.component.d.ts +6 -5
- package/esm2022/common/classes/form/IDFormBase.mjs +3 -3
- package/esm2022/common/public-api.mjs +2 -3
- package/esm2022/components/accordion/accordion.component.mjs +3 -3
- package/esm2022/components/accordion/accordion.module.mjs +4 -4
- package/esm2022/components/alert/alert.component.mjs +9 -12
- package/esm2022/components/alert/alert.module.mjs +4 -4
- package/esm2022/components/badge/badge.component.mjs +3 -3
- package/esm2022/components/badge/badge.module.mjs +4 -4
- package/esm2022/components/box-link/box-link.component.mjs +3 -3
- package/esm2022/components/box-link/box-link.module.mjs +4 -4
- package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +3 -3
- package/esm2022/components/breadcrumbs/breadcrumbs.module.mjs +4 -4
- package/esm2022/components/breadcrumbs/crumb.component.mjs +3 -3
- package/esm2022/components/button/button.component.mjs +3 -3
- package/esm2022/components/button/button.module.mjs +4 -4
- package/esm2022/components/button-group/button-group.component.mjs +3 -3
- package/esm2022/components/button-group/button-group.module.mjs +4 -4
- package/esm2022/components/card/card.component.mjs +5 -5
- package/esm2022/components/card/card.module.mjs +4 -4
- package/esm2022/components/carousel/carousel-item/carousel-item.component.mjs +9 -9
- package/esm2022/components/carousel/carousel.component.mjs +9 -15
- package/esm2022/components/carousel/carousel.module.mjs +4 -4
- package/esm2022/components/date-label/date-label.component.mjs +24 -6
- package/esm2022/components/date-label/date-label.module.mjs +4 -4
- package/esm2022/components/dialog/dialog.component.mjs +8 -8
- package/esm2022/components/dialog/dialog.module.mjs +4 -4
- package/esm2022/components/dropdown/dropdown-content.component.mjs +4 -4
- package/esm2022/components/dropdown/dropdown.component.mjs +8 -11
- package/esm2022/components/footer-1177/footer-1177.component.mjs +11 -20
- package/esm2022/components/footer-1177-admin/footer-1177-admin.component.mjs +12 -18
- package/esm2022/components/footer-1177-pro/footer-1177-pro.component.mjs +12 -6
- package/esm2022/components/footer-inera/footer-inera.component.mjs +8 -23
- package/esm2022/components/footer-inera-admin/footer-inera-admin.component.mjs +8 -23
- package/esm2022/components/form/check-button/check-button.component.mjs +3 -3
- package/esm2022/components/form/check-button/check-button.module.mjs +4 -4
- package/esm2022/components/form/checkbox/checkbox.component.mjs +3 -3
- package/esm2022/components/form/checkbox/checkbox.module.mjs +4 -4
- package/esm2022/components/form/checkbox-group/checkbox-group.component.mjs +9 -13
- package/esm2022/components/form/checkbox-group/checkbox-group.module.mjs +4 -4
- package/esm2022/components/form/error-message/error-message.component.mjs +3 -3
- package/esm2022/components/form/error-message/error-message.module.mjs +4 -4
- package/esm2022/components/form/input/input.component.mjs +3 -3
- package/esm2022/components/form/input/input.module.mjs +4 -4
- package/esm2022/components/form/radio/radio-group.component.mjs +3 -3
- package/esm2022/components/form/radio/radio.component.mjs +11 -8
- package/esm2022/components/form/radio/radio.module.mjs +4 -4
- package/esm2022/components/form/radio-button/radio-button-group.component.mjs +3 -3
- package/esm2022/components/form/radio-button/radio-button.component.mjs +3 -3
- package/esm2022/components/form/radio-button/radio-button.module.mjs +4 -4
- package/esm2022/components/form/range/range.component.mjs +3 -3
- package/esm2022/components/form/range/range.module.mjs +4 -4
- package/esm2022/components/form/select/select.component.mjs +3 -3
- package/esm2022/components/form/select/select.module.mjs +4 -4
- package/esm2022/components/form/select-multiple/select-multiple.component.mjs +3 -3
- package/esm2022/components/form/select-multiple/select-multiple.module.mjs +4 -4
- package/esm2022/components/form/spinner/spinner.component.mjs +3 -3
- package/esm2022/components/form/spinner/spinner.module.mjs +4 -4
- package/esm2022/components/form/textarea/textarea.component.mjs +3 -3
- package/esm2022/components/form/textarea/textarea.module.mjs +4 -4
- package/esm2022/components/form/time/time.component.mjs +3 -3
- package/esm2022/components/form/time/time.module.mjs +4 -4
- package/esm2022/components/form/toggle/toggle.component.mjs +3 -3
- package/esm2022/components/form/toggle/toggle.module.mjs +4 -4
- package/esm2022/components/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/column/column.component.mjs +3 -3
- package/esm2022/components/grid/column/column.module.mjs +4 -4
- package/esm2022/components/grid/container/container.component.mjs +7 -10
- package/esm2022/components/grid/container/container.module.mjs +4 -4
- package/esm2022/components/grid/row/row.component.mjs +3 -3
- package/esm2022/components/grid/row/row.module.mjs +4 -4
- package/esm2022/components/header-1177/avatar/header-1177-avatar.component.mjs +10 -4
- package/esm2022/components/header-1177/header-1177.component.mjs +10 -28
- package/esm2022/components/header-1177/item/header-1177-item.component.mjs +9 -6
- package/esm2022/components/header-1177/menu-mobile/header-1177-menu-mobile.component.mjs +9 -10
- package/esm2022/components/header-1177/nav/header-1177-nav.component.mjs +15 -11
- package/esm2022/components/header-1177/nav-item/header-1177-nav-item.component.mjs +3 -3
- package/esm2022/components/header-1177/nav-item-mobile/header-1177-nav-item-mobile.component.mjs +3 -3
- package/esm2022/components/header-1177/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 +11 -8
- package/esm2022/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.mjs +8 -5
- package/esm2022/components/header-1177-admin/header-1177-admin.component.mjs +9 -15
- package/esm2022/components/header-1177-admin/item/header-1177-admin-item.component.mjs +3 -3
- 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 +13 -6
- package/esm2022/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.mjs +3 -3
- package/esm2022/components/header-1177-admin/public-api.mjs +8 -7
- package/esm2022/components/header-1177-pro/avatar/header-1177-pro-avatar.component.mjs +11 -8
- package/esm2022/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.mjs +15 -8
- package/esm2022/components/header-1177-pro/header-1177-pro.component.mjs +27 -29
- package/esm2022/components/header-1177-pro/item/header-1177-pro-item.component.mjs +3 -3
- 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 +18 -29
- package/esm2022/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.mjs +3 -3
- 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 +12 -15
- package/esm2022/components/header-inera/item/header-inera-item.component.mjs +6 -9
- 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 +4 -7
- package/esm2022/components/header-inera/nav/header-inera-nav.component.mjs +5 -5
- package/esm2022/components/header-inera/public-api.mjs +2 -2
- package/esm2022/components/header-inera-admin/avatar/header-inera-admin-avatar.component.mjs +7 -4
- 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 +14 -14
- package/esm2022/components/header-inera-admin/item/header-inera-admin-item.component.mjs +3 -3
- 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 +12 -7
- 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/header-patient/header-patient.component.mjs +3 -3
- package/esm2022/components/header-patient/header-patient.module.mjs +4 -4
- package/esm2022/components/link/link.component.mjs +10 -13
- package/esm2022/components/link/link.module.mjs +4 -4
- package/esm2022/components/mobile/menu/item/mobile-menu-item.component.mjs +3 -3
- package/esm2022/components/mobile/menu/item/mobile-menu-item.module.mjs +4 -4
- package/esm2022/components/mobile/menu/mobile-menu.component.mjs +3 -3
- package/esm2022/components/mobile/menu/mobile-menu.module.mjs +4 -4
- package/esm2022/components/navigation/content/navigation-content.component.mjs +10 -7
- package/esm2022/components/navigation/content/navigation-content.module.mjs +4 -4
- package/esm2022/components/navigation/local/navigation-local.component.mjs +3 -3
- package/esm2022/components/navigation/local/navigation-local.module.mjs +4 -4
- package/esm2022/components/notification/badge/notification-badge.component.mjs +5 -5
- package/esm2022/components/notification/badge/notification-badge.module.mjs +4 -4
- package/esm2022/components/pagination/data-pagination/data-pagination.component.mjs +3 -3
- package/esm2022/components/pagination/data-pagination/data-pagination.module.mjs +4 -4
- package/esm2022/components/pagination/list-pagination/list-pagination.component.mjs +3 -3
- package/esm2022/components/pagination/list-pagination/list-pagination.module.mjs +4 -4
- package/esm2022/components/popover/popover.component.mjs +3 -3
- package/esm2022/components/popover/popover.module.mjs +4 -4
- package/esm2022/components/progressbar/progressbar.component.mjs +3 -3
- package/esm2022/components/progressbar/progressbar.module.mjs +4 -4
- package/esm2022/components/puff-list/puff-item/puff-header/puff-list-item-header.component.mjs +3 -3
- package/esm2022/components/puff-list/puff-item/puff-info/puff-list-item-info.component.mjs +10 -7
- package/esm2022/components/puff-list/puff-item/puff-list-item.component.mjs +28 -7
- package/esm2022/components/puff-list/puff-list.component.mjs +3 -3
- package/esm2022/components/puff-list/puff-list.module.mjs +4 -4
- package/esm2022/components/region-icon/region-icon.component.mjs +3 -3
- package/esm2022/components/region-icon/region-icon.module.mjs +4 -4
- package/esm2022/components/side-menu/side-menu.component.mjs +3 -3
- package/esm2022/components/side-menu/side-menu.module.mjs +4 -4
- package/esm2022/components/side-panel/side-panel.component.mjs +8 -5
- package/esm2022/components/side-panel/side-panel.module.mjs +4 -4
- package/esm2022/components/stepper/step/step.component.mjs +8 -5
- package/esm2022/components/stepper/stepper.component.mjs +3 -3
- package/esm2022/components/stepper/stepper.module.mjs +4 -4
- package/esm2022/components/tabs/panel/tab-panel.component.mjs +8 -8
- package/esm2022/components/tabs/tab/tab.component.mjs +3 -3
- package/esm2022/components/tabs/tabs.component.mjs +13 -10
- package/esm2022/components/tabs/tabs.module.mjs +4 -4
- package/esm2022/components/tag/tag.component.mjs +3 -3
- package/esm2022/components/tag/tag.module.mjs +4 -4
- package/esm2022/components/tooltip/tooltip.component.mjs +3 -3
- package/esm2022/components/tooltip/tooltip.module.mjs +4 -4
- package/fesm2022/inera-ids-angular-common.mjs +5 -101
- package/fesm2022/inera-ids-angular-common.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-accordion.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-alert.mjs +12 -15
- package/fesm2022/inera-ids-angular-components-alert.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-badge.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-badge.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-box-link.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-box-link.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs +10 -10
- package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-button-group.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-button.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-button.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-card.mjs +8 -8
- package/fesm2022/inera-ids-angular-components-card.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-carousel.mjs +18 -24
- package/fesm2022/inera-ids-angular-components-carousel.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-date-label.mjs +26 -8
- package/fesm2022/inera-ids-angular-components-date-label.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-dialog.mjs +11 -11
- package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-dropdown.mjs +10 -13
- package/fesm2022/inera-ids-angular-components-dropdown.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs +8 -14
- package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs +11 -5
- package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177.mjs +7 -16
- package/fesm2022/inera-ids-angular-components-footer-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs +7 -22
- package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-inera.mjs +7 -22
- package/fesm2022/inera-ids-angular-components-footer-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-check-button.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-check-button.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs +10 -14
- package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-checkbox.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-checkbox.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-error-message.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-error-message.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-input.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-input.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-radio-button.mjs +10 -10
- package/fesm2022/inera-ids-angular-components-form-radio.mjs +15 -12
- package/fesm2022/inera-ids-angular-components-form-radio.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-range.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-select.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-spinner.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-textarea.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-textarea.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-time.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-toggle.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-global-alert.mjs +60 -0
- package/fesm2022/inera-ids-angular-components-global-alert.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-grid-column.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-grid-column.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid-container.mjs +9 -12
- package/fesm2022/inera-ids-angular-components-grid-container.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid-row.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-grid-row.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid.mjs +23 -26
- package/fesm2022/inera-ids-angular-components-grid.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +64 -46
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +110 -85
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177.mjs +96 -54
- package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +61 -78
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera.mjs +27 -36
- package/fesm2022/inera-ids-angular-components-header-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-patient.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-header-patient.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-link.mjs +13 -16
- package/fesm2022/inera-ids-angular-components-link.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-mobile-menu.mjs +10 -10
- package/fesm2022/inera-ids-angular-components-navigation-content.mjs +12 -9
- package/fesm2022/inera-ids-angular-components-navigation-content.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-navigation-local.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-navigation-local.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-notification-badge.mjs +8 -8
- package/fesm2022/inera-ids-angular-components-notification-badge.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-popover.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-popover.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-progressbar.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-progressbar.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-puff-list.mjs +44 -20
- package/fesm2022/inera-ids-angular-components-puff-list.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-region-icon.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-region-icon.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-side-menu.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-side-menu.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-side-panel.mjs +11 -8
- package/fesm2022/inera-ids-angular-components-side-panel.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-stepper.mjs +14 -11
- package/fesm2022/inera-ids-angular-components-stepper.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tabs.mjs +22 -19
- package/fesm2022/inera-ids-angular-components-tabs.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tag.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-tag.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tooltip.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-tooltip.mjs.map +1 -1
- package/package.json +53 -839
- 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,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconEmailSentComponent } from './icon-email-sent.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/email-sent/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconEmailSentModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconEmailSentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDIconEmailSentModule, declarations: [IDIconEmailSentComponent], exports: [IDIconEmailSentComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconEmailSentModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconEmailSentModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconEmailSentComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconEmailSentComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1lbWFpbC1zZW50Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2VtYWlsLXNlbnQvaWNvbi1lbWFpbC1zZW50Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ3ZFLE9BQU8sc0RBQXNELENBQUM7O0FBVzlELE1BQU0sT0FBTyxxQkFBcUI7d0dBQXJCLHFCQUFxQjt5R0FBckIscUJBQXFCLGlCQVA5Qix3QkFBd0IsYUFHeEIsd0JBQXdCO3lHQUlmLHFCQUFxQjs7NEZBQXJCLHFCQUFxQjtrQkFUakMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osd0JBQXdCO3FCQUN6QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asd0JBQXdCO3FCQUN6QjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURJY29uRW1haWxTZW50Q29tcG9uZW50IH0gZnJvbSAnLi9pY29uLWVtYWlsLXNlbnQuY29tcG9uZW50JztcbmltcG9ydCAnQGluZXJhL2lkcy1jb3JlL2NvbXBvbmVudHMvaWNvbnMvZW1haWwtc2VudC9yZWdpc3Rlcic7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIElESWNvbkVtYWlsU2VudENvbXBvbmVudFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgSURJY29uRW1haWxTZW50Q29tcG9uZW50XG4gIF0sXG4gIHNjaGVtYXM6IFtDVVNUT01fRUxFTUVOVFNfU0NIRU1BXSxcbn0pXG5leHBvcnQgY2xhc3MgSURJY29uRW1haWxTZW50TW9kdWxlIHsgfVxuIl19
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtZW1haWwtc2VudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2VtYWlsLXNlbnQvaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtZW1haWwtc2VudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconEmailSentComponent } from './icon-email-sent.component';
|
|
2
|
-
export { IDIconEmailSentModule } from './icon-email-sent.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2VtYWlsLXNlbnQvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQztBQUN2RSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IElESWNvbkVtYWlsU2VudENvbXBvbmVudCB9IGZyb20gJy4vaWNvbi1lbWFpbC1zZW50LmNvbXBvbmVudCc7XG5leHBvcnQgeyBJREljb25FbWFpbFNlbnRNb2R1bGUgfSBmcm9tICcuL2ljb24tZW1haWwtc2VudC5tb2R1bGUnOyJdfQ==
|
|
@@ -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 IDIconEmailUnreadComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconEmailUnreadComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDIconEmailUnreadComponent, selector: "id-icon-email-unread", usesInheritance: true, ngImport: i0, template: "<ids-icon-email-unread #icon></ids-icon-email-unread>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconEmailUnreadComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-email-unread', template: "<ids-icon-email-unread #icon></ids-icon-email-unread>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1lbWFpbC11bnJlYWQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvZW1haWwtdW5yZWFkL2ljb24tZW1haWwtdW5yZWFkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2VtYWlsLXVucmVhZC9pY29uLWVtYWlsLXVucmVhZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFPdkQsTUFBTSxPQUFPLDBCQUEyQixTQUFRLFVBQVU7d0dBQTdDLDBCQUEwQjs0RkFBMUIsMEJBQTBCLG1GQ1J2Qyx1REFBcUQ7OzRGRFF4QywwQkFBMEI7a0JBTHRDLFNBQVM7K0JBQ0Usc0JBQXNCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJREljb25CYXNlIH0gZnJvbSAnQGluZXJhL2lkcy1hbmd1bGFyL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2lkLWljb24tZW1haWwtdW5yZWFkJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ljb24tZW1haWwtdW5yZWFkLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVzOiBbJzpob3N0IHsgZGlzcGxheTogY29udGVudHM7IH0nXVxufSlcbmV4cG9ydCBjbGFzcyBJREljb25FbWFpbFVucmVhZENvbXBvbmVudCBleHRlbmRzIElESWNvbkJhc2Uge1xufVxuIiwiPGlkcy1pY29uLWVtYWlsLXVucmVhZCAjaWNvbj48L2lkcy1pY29uLWVtYWlsLXVucmVhZD4iXX0=
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconEmailUnreadComponent } from './icon-email-unread.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/email-unread/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconEmailUnreadModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconEmailUnreadModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDIconEmailUnreadModule, declarations: [IDIconEmailUnreadComponent], exports: [IDIconEmailUnreadComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconEmailUnreadModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconEmailUnreadModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconEmailUnreadComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconEmailUnreadComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1lbWFpbC11bnJlYWQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvZW1haWwtdW5yZWFkL2ljb24tZW1haWwtdW5yZWFkLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQzNFLE9BQU8sd0RBQXdELENBQUM7O0FBV2hFLE1BQU0sT0FBTyx1QkFBdUI7d0dBQXZCLHVCQUF1Qjt5R0FBdkIsdUJBQXVCLGlCQVBoQywwQkFBMEIsYUFHMUIsMEJBQTBCO3lHQUlqQix1QkFBdUI7OzRGQUF2Qix1QkFBdUI7a0JBVG5DLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLDBCQUEwQjtxQkFDM0I7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLDBCQUEwQjtxQkFDM0I7b0JBQ0QsT0FBTyxFQUFFLENBQUMsc0JBQXNCLENBQUM7aUJBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQSwgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElESWNvbkVtYWlsVW5yZWFkQ29tcG9uZW50IH0gZnJvbSAnLi9pY29uLWVtYWlsLXVucmVhZC5jb21wb25lbnQnO1xuaW1wb3J0ICdAaW5lcmEvaWRzLWNvcmUvY29tcG9uZW50cy9pY29ucy9lbWFpbC11bnJlYWQvcmVnaXN0ZXInO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBJREljb25FbWFpbFVucmVhZENvbXBvbmVudFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgSURJY29uRW1haWxVbnJlYWRDb21wb25lbnRcbiAgXSxcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxufSlcbmV4cG9ydCBjbGFzcyBJREljb25FbWFpbFVucmVhZE1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtZW1haWwtdW5yZWFkLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvZW1haWwtdW5yZWFkL2luZXJhLWlkcy1hbmd1bGFyLWljb25zLWVtYWlsLXVucmVhZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconEmailUnreadComponent } from './icon-email-unread.component';
|
|
2
|
-
export { IDIconEmailUnreadModule } from './icon-email-unread.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2VtYWlsLXVucmVhZC9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQzNFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDRCQUE0QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgSURJY29uRW1haWxVbnJlYWRDb21wb25lbnQgfSBmcm9tICcuL2ljb24tZW1haWwtdW5yZWFkLmNvbXBvbmVudCc7XG5leHBvcnQgeyBJREljb25FbWFpbFVucmVhZE1vZHVsZSB9IGZyb20gJy4vaWNvbi1lbWFpbC11bnJlYWQubW9kdWxlJzsiXX0=
|
|
@@ -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 IDIconExpandComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconExpandComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDIconExpandComponent, selector: "id-icon-expand", usesInheritance: true, ngImport: i0, template: "<ids-icon-expand #icon></ids-icon-expand>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconExpandComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-expand', template: "<ids-icon-expand #icon></ids-icon-expand>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1leHBhbmQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvZXhwYW5kL2ljb24tZXhwYW5kLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2V4cGFuZC9pY29uLWV4cGFuZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFPdkQsTUFBTSxPQUFPLHFCQUFzQixTQUFRLFVBQVU7d0dBQXhDLHFCQUFxQjs0RkFBckIscUJBQXFCLDZFQ1JsQywyQ0FBeUM7OzRGRFE1QixxQkFBcUI7a0JBTGpDLFNBQVM7K0JBQ0UsZ0JBQWdCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJREljb25CYXNlIH0gZnJvbSAnQGluZXJhL2lkcy1hbmd1bGFyL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2lkLWljb24tZXhwYW5kJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ljb24tZXhwYW5kLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVzOiBbJzpob3N0IHsgZGlzcGxheTogY29udGVudHM7IH0nXVxufSlcbmV4cG9ydCBjbGFzcyBJREljb25FeHBhbmRDb21wb25lbnQgZXh0ZW5kcyBJREljb25CYXNlIHtcbn1cbiIsIjxpZHMtaWNvbi1leHBhbmQgI2ljb24+PC9pZHMtaWNvbi1leHBhbmQ+Il19
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconExpandComponent } from './icon-expand.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/expand/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconExpandModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconExpandModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDIconExpandModule, declarations: [IDIconExpandComponent], exports: [IDIconExpandComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconExpandModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconExpandModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconExpandComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconExpandComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1leHBhbmQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvZXhwYW5kL2ljb24tZXhwYW5kLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ2hFLE9BQU8sa0RBQWtELENBQUM7O0FBVzFELE1BQU0sT0FBTyxrQkFBa0I7d0dBQWxCLGtCQUFrQjt5R0FBbEIsa0JBQWtCLGlCQVAzQixxQkFBcUIsYUFHckIscUJBQXFCO3lHQUlaLGtCQUFrQjs7NEZBQWxCLGtCQUFrQjtrQkFUOUIsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1oscUJBQXFCO3FCQUN0QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AscUJBQXFCO3FCQUN0QjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURJY29uRXhwYW5kQ29tcG9uZW50IH0gZnJvbSAnLi9pY29uLWV4cGFuZC5jb21wb25lbnQnO1xuaW1wb3J0ICdAaW5lcmEvaWRzLWNvcmUvY29tcG9uZW50cy9pY29ucy9leHBhbmQvcmVnaXN0ZXInO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBJREljb25FeHBhbmRDb21wb25lbnRcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIElESWNvbkV4cGFuZENvbXBvbmVudFxuICBdLFxuICBzY2hlbWFzOiBbQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQV0sXG59KVxuZXhwb3J0IGNsYXNzIElESWNvbkV4cGFuZE1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtZXhwYW5kLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvZXhwYW5kL2luZXJhLWlkcy1hbmd1bGFyLWljb25zLWV4cGFuZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconExpandComponent } from './icon-expand.component';
|
|
2
|
-
export { IDIconExpandModule } from './icon-expand.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2V4cGFuZC9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ2hFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHNCQUFzQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgSURJY29uRXhwYW5kQ29tcG9uZW50IH0gZnJvbSAnLi9pY29uLWV4cGFuZC5jb21wb25lbnQnO1xuZXhwb3J0IHsgSURJY29uRXhwYW5kTW9kdWxlIH0gZnJvbSAnLi9pY29uLWV4cGFuZC5tb2R1bGUnOyJdfQ==
|
|
@@ -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 IDIconExternalComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconExternalComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDIconExternalComponent, selector: "id-icon-external", usesInheritance: true, ngImport: i0, template: "<ids-icon-external #icon></ids-icon-external>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconExternalComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-external', template: "<ids-icon-external #icon></ids-icon-external>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1leHRlcm5hbC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9leHRlcm5hbC9pY29uLWV4dGVybmFsLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2V4dGVybmFsL2ljb24tZXh0ZXJuYWwuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBT3ZELE1BQU0sT0FBTyx1QkFBd0IsU0FBUSxVQUFVO3dHQUExQyx1QkFBdUI7NEZBQXZCLHVCQUF1QiwrRUNScEMsK0NBQTZDOzs0RkRRaEMsdUJBQXVCO2tCQUxuQyxTQUFTOytCQUNFLGtCQUFrQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURJY29uQmFzZSB9IGZyb20gJ0BpbmVyYS9pZHMtYW5ndWxhci9jb21tb24nO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdpZC1pY29uLWV4dGVybmFsJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ljb24tZXh0ZXJuYWwuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZXM6IFsnOmhvc3QgeyBkaXNwbGF5OiBjb250ZW50czsgfSddXG59KVxuZXhwb3J0IGNsYXNzIElESWNvbkV4dGVybmFsQ29tcG9uZW50IGV4dGVuZHMgSURJY29uQmFzZSB7XG59XG4iLCI8aWRzLWljb24tZXh0ZXJuYWwgI2ljb24+PC9pZHMtaWNvbi1leHRlcm5hbD4iXX0=
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconExternalComponent } from './icon-external.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/external/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconExternalModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconExternalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDIconExternalModule, declarations: [IDIconExternalComponent], exports: [IDIconExternalComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconExternalModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconExternalModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconExternalComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconExternalComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1leHRlcm5hbC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9leHRlcm5hbC9pY29uLWV4dGVybmFsLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ3BFLE9BQU8sb0RBQW9ELENBQUM7O0FBVzVELE1BQU0sT0FBTyxvQkFBb0I7d0dBQXBCLG9CQUFvQjt5R0FBcEIsb0JBQW9CLGlCQVA3Qix1QkFBdUIsYUFHdkIsdUJBQXVCO3lHQUlkLG9CQUFvQjs7NEZBQXBCLG9CQUFvQjtrQkFUaEMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osdUJBQXVCO3FCQUN4QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsdUJBQXVCO3FCQUN4QjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURJY29uRXh0ZXJuYWxDb21wb25lbnQgfSBmcm9tICcuL2ljb24tZXh0ZXJuYWwuY29tcG9uZW50JztcbmltcG9ydCAnQGluZXJhL2lkcy1jb3JlL2NvbXBvbmVudHMvaWNvbnMvZXh0ZXJuYWwvcmVnaXN0ZXInO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBJREljb25FeHRlcm5hbENvbXBvbmVudFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgSURJY29uRXh0ZXJuYWxDb21wb25lbnRcbiAgXSxcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxufSlcbmV4cG9ydCBjbGFzcyBJREljb25FeHRlcm5hbE1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtZXh0ZXJuYWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9leHRlcm5hbC9pbmVyYS1pZHMtYW5ndWxhci1pY29ucy1leHRlcm5hbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconExternalComponent } from './icon-external.component';
|
|
2
|
-
export { IDIconExternalModule } from './icon-external.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2V4dGVybmFsL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDcEUsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sd0JBQXdCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBJREljb25FeHRlcm5hbENvbXBvbmVudCB9IGZyb20gJy4vaWNvbi1leHRlcm5hbC5jb21wb25lbnQnO1xuZXhwb3J0IHsgSURJY29uRXh0ZXJuYWxNb2R1bGUgfSBmcm9tICcuL2ljb24tZXh0ZXJuYWwubW9kdWxlJzsiXX0=
|
|
@@ -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 IDIconFacebookComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFacebookComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDIconFacebookComponent, selector: "id-icon-facebook", usesInheritance: true, ngImport: i0, template: "<ids-icon-facebook #icon></ids-icon-facebook>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFacebookComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-facebook', template: "<ids-icon-facebook #icon></ids-icon-facebook>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1mYWNlYm9vay5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9mYWNlYm9vay9pY29uLWZhY2Vib29rLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZhY2Vib29rL2ljb24tZmFjZWJvb2suY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBT3ZELE1BQU0sT0FBTyx1QkFBd0IsU0FBUSxVQUFVO3dHQUExQyx1QkFBdUI7NEZBQXZCLHVCQUF1QiwrRUNScEMsK0NBQTZDOzs0RkRRaEMsdUJBQXVCO2tCQUxuQyxTQUFTOytCQUNFLGtCQUFrQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURJY29uQmFzZSB9IGZyb20gJ0BpbmVyYS9pZHMtYW5ndWxhci9jb21tb24nO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdpZC1pY29uLWZhY2Vib29rJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ljb24tZmFjZWJvb2suY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZXM6IFsnOmhvc3QgeyBkaXNwbGF5OiBjb250ZW50czsgfSddXG59KVxuZXhwb3J0IGNsYXNzIElESWNvbkZhY2Vib29rQ29tcG9uZW50IGV4dGVuZHMgSURJY29uQmFzZSB7XG59XG4iLCI8aWRzLWljb24tZmFjZWJvb2sgI2ljb24+PC9pZHMtaWNvbi1mYWNlYm9vaz4iXX0=
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconFacebookComponent } from './icon-facebook.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/facebook/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconFacebookModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFacebookModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDIconFacebookModule, declarations: [IDIconFacebookComponent], exports: [IDIconFacebookComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFacebookModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFacebookModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconFacebookComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconFacebookComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1mYWNlYm9vay5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9mYWNlYm9vay9pY29uLWZhY2Vib29rLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ3BFLE9BQU8sb0RBQW9ELENBQUM7O0FBVzVELE1BQU0sT0FBTyxvQkFBb0I7d0dBQXBCLG9CQUFvQjt5R0FBcEIsb0JBQW9CLGlCQVA3Qix1QkFBdUIsYUFHdkIsdUJBQXVCO3lHQUlkLG9CQUFvQjs7NEZBQXBCLG9CQUFvQjtrQkFUaEMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osdUJBQXVCO3FCQUN4QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsdUJBQXVCO3FCQUN4QjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURJY29uRmFjZWJvb2tDb21wb25lbnQgfSBmcm9tICcuL2ljb24tZmFjZWJvb2suY29tcG9uZW50JztcbmltcG9ydCAnQGluZXJhL2lkcy1jb3JlL2NvbXBvbmVudHMvaWNvbnMvZmFjZWJvb2svcmVnaXN0ZXInO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBJREljb25GYWNlYm9va0NvbXBvbmVudFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgSURJY29uRmFjZWJvb2tDb21wb25lbnRcbiAgXSxcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxufSlcbmV4cG9ydCBjbGFzcyBJREljb25GYWNlYm9va01vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtZmFjZWJvb2suanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9mYWNlYm9vay9pbmVyYS1pZHMtYW5ndWxhci1pY29ucy1mYWNlYm9vay50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconFacebookComponent } from './icon-facebook.component';
|
|
2
|
-
export { IDIconFacebookModule } from './icon-facebook.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZhY2Vib29rL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDcEUsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sd0JBQXdCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBJREljb25GYWNlYm9va0NvbXBvbmVudCB9IGZyb20gJy4vaWNvbi1mYWNlYm9vay5jb21wb25lbnQnO1xuZXhwb3J0IHsgSURJY29uRmFjZWJvb2tNb2R1bGUgfSBmcm9tICcuL2ljb24tZmFjZWJvb2subW9kdWxlJzsiXX0=
|
|
@@ -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 IDIconFileCSVComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFileCSVComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDIconFileCSVComponent, selector: "id-icon-file-csv", usesInheritance: true, ngImport: i0, template: "<ids-icon-file-csv #icon></ids-icon-file-csv>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFileCSVComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-file-csv', template: "<ids-icon-file-csv #icon></ids-icon-file-csv>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1maWxlLWNzdi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9maWxlLWNzdi9pY29uLWZpbGUtY3N2LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZpbGUtY3N2L2ljb24tZmlsZS1jc3YuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBT3ZELE1BQU0sT0FBTyxzQkFBdUIsU0FBUSxVQUFVO3dHQUF6QyxzQkFBc0I7NEZBQXRCLHNCQUFzQiwrRUNSbkMsK0NBQTZDOzs0RkRRaEMsc0JBQXNCO2tCQUxsQyxTQUFTOytCQUNFLGtCQUFrQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURJY29uQmFzZSB9IGZyb20gJ0BpbmVyYS9pZHMtYW5ndWxhci9jb21tb24nO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdpZC1pY29uLWZpbGUtY3N2JyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ljb24tZmlsZS1jc3YuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZXM6IFsnOmhvc3QgeyBkaXNwbGF5OiBjb250ZW50czsgfSddXG59KVxuZXhwb3J0IGNsYXNzIElESWNvbkZpbGVDU1ZDb21wb25lbnQgZXh0ZW5kcyBJREljb25CYXNlIHtcbn1cbiIsIjxpZHMtaWNvbi1maWxlLWNzdiAjaWNvbj48L2lkcy1pY29uLWZpbGUtY3N2PiJdfQ==
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconFileCSVComponent } from './icon-file-csv.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/file-csv/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconFileCSVModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFileCSVModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDIconFileCSVModule, declarations: [IDIconFileCSVComponent], exports: [IDIconFileCSVComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFileCSVModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFileCSVModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconFileCSVComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconFileCSVComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1maWxlLWNzdi5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9maWxlLWNzdi9pY29uLWZpbGUtY3N2Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ25FLE9BQU8sb0RBQW9ELENBQUM7O0FBVzVELE1BQU0sT0FBTyxtQkFBbUI7d0dBQW5CLG1CQUFtQjt5R0FBbkIsbUJBQW1CLGlCQVA1QixzQkFBc0IsYUFHdEIsc0JBQXNCO3lHQUliLG1CQUFtQjs7NEZBQW5CLG1CQUFtQjtrQkFUL0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osc0JBQXNCO3FCQUN2QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asc0JBQXNCO3FCQUN2QjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURJY29uRmlsZUNTVkNvbXBvbmVudCB9IGZyb20gJy4vaWNvbi1maWxlLWNzdi5jb21wb25lbnQnO1xuaW1wb3J0ICdAaW5lcmEvaWRzLWNvcmUvY29tcG9uZW50cy9pY29ucy9maWxlLWNzdi9yZWdpc3Rlcic7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIElESWNvbkZpbGVDU1ZDb21wb25lbnRcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIElESWNvbkZpbGVDU1ZDb21wb25lbnRcbiAgXSxcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxufSlcbmV4cG9ydCBjbGFzcyBJREljb25GaWxlQ1NWTW9kdWxlIHsgfVxuIl19
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtZmlsZS1jc3YuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9maWxlLWNzdi9pbmVyYS1pZHMtYW5ndWxhci1pY29ucy1maWxlLWNzdi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconFileCSVComponent } from './icon-file-csv.component';
|
|
2
|
-
export { IDIconFileCSVModule } from './icon-file-csv.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZpbGUtY3N2L3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDbkUsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sd0JBQXdCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBJREljb25GaWxlQ1NWQ29tcG9uZW50IH0gZnJvbSAnLi9pY29uLWZpbGUtY3N2LmNvbXBvbmVudCc7XG5leHBvcnQgeyBJREljb25GaWxlQ1NWTW9kdWxlIH0gZnJvbSAnLi9pY29uLWZpbGUtY3N2Lm1vZHVsZSc7Il19
|
|
@@ -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 IDIconFileExcelComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFileExcelComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDIconFileExcelComponent, selector: "id-icon-file-excel", usesInheritance: true, ngImport: i0, template: "<ids-icon-file-excel #icon></ids-icon-file-excel>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFileExcelComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-file-excel', template: "<ids-icon-file-excel #icon></ids-icon-file-excel>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1maWxlLWV4Y2VsLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZpbGUtZXhjZWwvaWNvbi1maWxlLWV4Y2VsLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZpbGUtZXhjZWwvaWNvbi1maWxlLWV4Y2VsLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLDJCQUEyQixDQUFDOztBQU92RCxNQUFNLE9BQU8sd0JBQXlCLFNBQVEsVUFBVTt3R0FBM0Msd0JBQXdCOzRGQUF4Qix3QkFBd0IsaUZDUnJDLG1EQUFpRDs7NEZEUXBDLHdCQUF3QjtrQkFMcEMsU0FBUzsrQkFDRSxvQkFBb0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElESWNvbkJhc2UgfSBmcm9tICdAaW5lcmEvaWRzLWFuZ3VsYXIvY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnaWQtaWNvbi1maWxlLWV4Y2VsJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ljb24tZmlsZS1leGNlbC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlczogWyc6aG9zdCB7IGRpc3BsYXk6IGNvbnRlbnRzOyB9J11cbn0pXG5leHBvcnQgY2xhc3MgSURJY29uRmlsZUV4Y2VsQ29tcG9uZW50IGV4dGVuZHMgSURJY29uQmFzZSB7XG59XG4iLCI8aWRzLWljb24tZmlsZS1leGNlbCAjaWNvbj48L2lkcy1pY29uLWZpbGUtZXhjZWw+Il19
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconFileExcelComponent } from './icon-file-excel.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/file-excel/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconFileExcelModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFileExcelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDIconFileExcelModule, declarations: [IDIconFileExcelComponent], exports: [IDIconFileExcelComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFileExcelModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFileExcelModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconFileExcelComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconFileExcelComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1maWxlLWV4Y2VsLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZpbGUtZXhjZWwvaWNvbi1maWxlLWV4Y2VsLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ3ZFLE9BQU8sc0RBQXNELENBQUM7O0FBVzlELE1BQU0sT0FBTyxxQkFBcUI7d0dBQXJCLHFCQUFxQjt5R0FBckIscUJBQXFCLGlCQVA5Qix3QkFBd0IsYUFHeEIsd0JBQXdCO3lHQUlmLHFCQUFxQjs7NEZBQXJCLHFCQUFxQjtrQkFUakMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osd0JBQXdCO3FCQUN6QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asd0JBQXdCO3FCQUN6QjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURJY29uRmlsZUV4Y2VsQ29tcG9uZW50IH0gZnJvbSAnLi9pY29uLWZpbGUtZXhjZWwuY29tcG9uZW50JztcbmltcG9ydCAnQGluZXJhL2lkcy1jb3JlL2NvbXBvbmVudHMvaWNvbnMvZmlsZS1leGNlbC9yZWdpc3Rlcic7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIElESWNvbkZpbGVFeGNlbENvbXBvbmVudFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgSURJY29uRmlsZUV4Y2VsQ29tcG9uZW50XG4gIF0sXG4gIHNjaGVtYXM6IFtDVVNUT01fRUxFTUVOVFNfU0NIRU1BXSxcbn0pXG5leHBvcnQgY2xhc3MgSURJY29uRmlsZUV4Y2VsTW9kdWxlIHsgfVxuIl19
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtZmlsZS1leGNlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZpbGUtZXhjZWwvaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtZmlsZS1leGNlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconFileExcelComponent } from './icon-file-excel.component';
|
|
2
|
-
export { IDIconFileExcelModule } from './icon-file-excel.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZpbGUtZXhjZWwvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQztBQUN2RSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IElESWNvbkZpbGVFeGNlbENvbXBvbmVudCB9IGZyb20gJy4vaWNvbi1maWxlLWV4Y2VsLmNvbXBvbmVudCc7XG5leHBvcnQgeyBJREljb25GaWxlRXhjZWxNb2R1bGUgfSBmcm9tICcuL2ljb24tZmlsZS1leGNlbC5tb2R1bGUnOyJdfQ==
|
|
@@ -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 IDIconFileOtherComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFileOtherComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDIconFileOtherComponent, selector: "id-icon-file-other", usesInheritance: true, ngImport: i0, template: "<ids-icon-file-other #icon></ids-icon-file-other>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFileOtherComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-file-other', template: "<ids-icon-file-other #icon></ids-icon-file-other>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1maWxlLW90aGVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZpbGUtb3RoZXIvaWNvbi1maWxlLW90aGVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZpbGUtb3RoZXIvaWNvbi1maWxlLW90aGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLDJCQUEyQixDQUFDOztBQU92RCxNQUFNLE9BQU8sd0JBQXlCLFNBQVEsVUFBVTt3R0FBM0Msd0JBQXdCOzRGQUF4Qix3QkFBd0IsaUZDUnJDLG1EQUFpRDs7NEZEUXBDLHdCQUF3QjtrQkFMcEMsU0FBUzsrQkFDRSxvQkFBb0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElESWNvbkJhc2UgfSBmcm9tICdAaW5lcmEvaWRzLWFuZ3VsYXIvY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnaWQtaWNvbi1maWxlLW90aGVyJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ljb24tZmlsZS1vdGhlci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlczogWyc6aG9zdCB7IGRpc3BsYXk6IGNvbnRlbnRzOyB9J11cbn0pXG5leHBvcnQgY2xhc3MgSURJY29uRmlsZU90aGVyQ29tcG9uZW50IGV4dGVuZHMgSURJY29uQmFzZSB7XG59XG4iLCI8aWRzLWljb24tZmlsZS1vdGhlciAjaWNvbj48L2lkcy1pY29uLWZpbGUtb3RoZXI+Il19
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconFileOtherComponent } from './icon-file-other.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/file-other/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconFileOtherModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFileOtherModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDIconFileOtherModule, declarations: [IDIconFileOtherComponent], exports: [IDIconFileOtherComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFileOtherModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFileOtherModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconFileOtherComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconFileOtherComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1maWxlLW90aGVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZpbGUtb3RoZXIvaWNvbi1maWxlLW90aGVyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ3ZFLE9BQU8sc0RBQXNELENBQUM7O0FBVzlELE1BQU0sT0FBTyxxQkFBcUI7d0dBQXJCLHFCQUFxQjt5R0FBckIscUJBQXFCLGlCQVA5Qix3QkFBd0IsYUFHeEIsd0JBQXdCO3lHQUlmLHFCQUFxQjs7NEZBQXJCLHFCQUFxQjtrQkFUakMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osd0JBQXdCO3FCQUN6QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asd0JBQXdCO3FCQUN6QjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURJY29uRmlsZU90aGVyQ29tcG9uZW50IH0gZnJvbSAnLi9pY29uLWZpbGUtb3RoZXIuY29tcG9uZW50JztcbmltcG9ydCAnQGluZXJhL2lkcy1jb3JlL2NvbXBvbmVudHMvaWNvbnMvZmlsZS1vdGhlci9yZWdpc3Rlcic7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIElESWNvbkZpbGVPdGhlckNvbXBvbmVudFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgSURJY29uRmlsZU90aGVyQ29tcG9uZW50XG4gIF0sXG4gIHNjaGVtYXM6IFtDVVNUT01fRUxFTUVOVFNfU0NIRU1BXSxcbn0pXG5leHBvcnQgY2xhc3MgSURJY29uRmlsZU90aGVyTW9kdWxlIHsgfVxuIl19
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtZmlsZS1vdGhlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZpbGUtb3RoZXIvaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtZmlsZS1vdGhlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconFileOtherComponent } from './icon-file-other.component';
|
|
2
|
-
export { IDIconFileOtherModule } from './icon-file-other.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZpbGUtb3RoZXIvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQztBQUN2RSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IElESWNvbkZpbGVPdGhlckNvbXBvbmVudCB9IGZyb20gJy4vaWNvbi1maWxlLW90aGVyLmNvbXBvbmVudCc7XG5leHBvcnQgeyBJREljb25GaWxlT3RoZXJNb2R1bGUgfSBmcm9tICcuL2ljb24tZmlsZS1vdGhlci5tb2R1bGUnOyJdfQ==
|
|
@@ -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 IDIconFilePDFComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFilePDFComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDIconFilePDFComponent, selector: "id-icon-file-pdf", usesInheritance: true, ngImport: i0, template: "<ids-icon-file-pdf #icon></ids-icon-file-pdf>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFilePDFComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-file-pdf', template: "<ids-icon-file-pdf #icon></ids-icon-file-pdf>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1maWxlLXBkZi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9maWxlLXBkZi9pY29uLWZpbGUtcGRmLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZpbGUtcGRmL2ljb24tZmlsZS1wZGYuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBT3ZELE1BQU0sT0FBTyxzQkFBdUIsU0FBUSxVQUFVO3dHQUF6QyxzQkFBc0I7NEZBQXRCLHNCQUFzQiwrRUNSbkMsK0NBQTZDOzs0RkRRaEMsc0JBQXNCO2tCQUxsQyxTQUFTOytCQUNFLGtCQUFrQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURJY29uQmFzZSB9IGZyb20gJ0BpbmVyYS9pZHMtYW5ndWxhci9jb21tb24nO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdpZC1pY29uLWZpbGUtcGRmJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ljb24tZmlsZS1wZGYuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZXM6IFsnOmhvc3QgeyBkaXNwbGF5OiBjb250ZW50czsgfSddXG59KVxuZXhwb3J0IGNsYXNzIElESWNvbkZpbGVQREZDb21wb25lbnQgZXh0ZW5kcyBJREljb25CYXNlIHtcbn1cbiIsIjxpZHMtaWNvbi1maWxlLXBkZiAjaWNvbj48L2lkcy1pY29uLWZpbGUtcGRmPiJdfQ==
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconFilePDFComponent } from './icon-file-pdf.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/file-pdf/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconFilePDFModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFilePDFModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDIconFilePDFModule, declarations: [IDIconFilePDFComponent], exports: [IDIconFilePDFComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFilePDFModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFilePDFModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconFilePDFComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconFilePDFComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1maWxlLXBkZi5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9maWxlLXBkZi9pY29uLWZpbGUtcGRmLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ25FLE9BQU8sb0RBQW9ELENBQUM7O0FBVzVELE1BQU0sT0FBTyxtQkFBbUI7d0dBQW5CLG1CQUFtQjt5R0FBbkIsbUJBQW1CLGlCQVA1QixzQkFBc0IsYUFHdEIsc0JBQXNCO3lHQUliLG1CQUFtQjs7NEZBQW5CLG1CQUFtQjtrQkFUL0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osc0JBQXNCO3FCQUN2QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asc0JBQXNCO3FCQUN2QjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURJY29uRmlsZVBERkNvbXBvbmVudCB9IGZyb20gJy4vaWNvbi1maWxlLXBkZi5jb21wb25lbnQnO1xuaW1wb3J0ICdAaW5lcmEvaWRzLWNvcmUvY29tcG9uZW50cy9pY29ucy9maWxlLXBkZi9yZWdpc3Rlcic7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIElESWNvbkZpbGVQREZDb21wb25lbnRcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIElESWNvbkZpbGVQREZDb21wb25lbnRcbiAgXSxcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxufSlcbmV4cG9ydCBjbGFzcyBJREljb25GaWxlUERGTW9kdWxlIHsgfVxuIl19
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtZmlsZS1wZGYuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9maWxlLXBkZi9pbmVyYS1pZHMtYW5ndWxhci1pY29ucy1maWxlLXBkZi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconFilePDFComponent } from './icon-file-pdf.component';
|
|
2
|
-
export { IDIconFilePDFModule } from './icon-file-pdf.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZpbGUtcGRmL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDbkUsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sd0JBQXdCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBJREljb25GaWxlUERGQ29tcG9uZW50IH0gZnJvbSAnLi9pY29uLWZpbGUtcGRmLmNvbXBvbmVudCc7XG5leHBvcnQgeyBJREljb25GaWxlUERGTW9kdWxlIH0gZnJvbSAnLi9pY29uLWZpbGUtcGRmLm1vZHVsZSc7Il19
|
|
@@ -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 IDIconFilePictureComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFilePictureComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDIconFilePictureComponent, selector: "id-icon-file-picture", usesInheritance: true, ngImport: i0, template: "<ids-icon-file-picture #icon></ids-icon-file-picture>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFilePictureComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-file-picture', template: "<ids-icon-file-picture #icon></ids-icon-file-picture>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1maWxlLXBpY3R1cmUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvZmlsZS1waWN0dXJlL2ljb24tZmlsZS1waWN0dXJlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZpbGUtcGljdHVyZS9pY29uLWZpbGUtcGljdHVyZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFPdkQsTUFBTSxPQUFPLDBCQUEyQixTQUFRLFVBQVU7d0dBQTdDLDBCQUEwQjs0RkFBMUIsMEJBQTBCLG1GQ1J2Qyx1REFBcUQ7OzRGRFF4QywwQkFBMEI7a0JBTHRDLFNBQVM7K0JBQ0Usc0JBQXNCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJREljb25CYXNlIH0gZnJvbSAnQGluZXJhL2lkcy1hbmd1bGFyL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2lkLWljb24tZmlsZS1waWN0dXJlJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ljb24tZmlsZS1waWN0dXJlLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVzOiBbJzpob3N0IHsgZGlzcGxheTogY29udGVudHM7IH0nXVxufSlcbmV4cG9ydCBjbGFzcyBJREljb25GaWxlUGljdHVyZUNvbXBvbmVudCBleHRlbmRzIElESWNvbkJhc2Uge1xufVxuIiwiPGlkcy1pY29uLWZpbGUtcGljdHVyZSAjaWNvbj48L2lkcy1pY29uLWZpbGUtcGljdHVyZT4iXX0=
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconFilePictureComponent } from './icon-file-picture.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/file-picture/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconFilePictureModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFilePictureModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDIconFilePictureModule, declarations: [IDIconFilePictureComponent], exports: [IDIconFilePictureComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFilePictureModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFilePictureModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconFilePictureComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconFilePictureComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1maWxlLXBpY3R1cmUubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvZmlsZS1waWN0dXJlL2ljb24tZmlsZS1waWN0dXJlLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQzNFLE9BQU8sd0RBQXdELENBQUM7O0FBV2hFLE1BQU0sT0FBTyx1QkFBdUI7d0dBQXZCLHVCQUF1Qjt5R0FBdkIsdUJBQXVCLGlCQVBoQywwQkFBMEIsYUFHMUIsMEJBQTBCO3lHQUlqQix1QkFBdUI7OzRGQUF2Qix1QkFBdUI7a0JBVG5DLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLDBCQUEwQjtxQkFDM0I7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLDBCQUEwQjtxQkFDM0I7b0JBQ0QsT0FBTyxFQUFFLENBQUMsc0JBQXNCLENBQUM7aUJBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQSwgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElESWNvbkZpbGVQaWN0dXJlQ29tcG9uZW50IH0gZnJvbSAnLi9pY29uLWZpbGUtcGljdHVyZS5jb21wb25lbnQnO1xuaW1wb3J0ICdAaW5lcmEvaWRzLWNvcmUvY29tcG9uZW50cy9pY29ucy9maWxlLXBpY3R1cmUvcmVnaXN0ZXInO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBJREljb25GaWxlUGljdHVyZUNvbXBvbmVudFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgSURJY29uRmlsZVBpY3R1cmVDb21wb25lbnRcbiAgXSxcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxufSlcbmV4cG9ydCBjbGFzcyBJREljb25GaWxlUGljdHVyZU1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtZmlsZS1waWN0dXJlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvZmlsZS1waWN0dXJlL2luZXJhLWlkcy1hbmd1bGFyLWljb25zLWZpbGUtcGljdHVyZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconFilePictureComponent } from './icon-file-picture.component';
|
|
2
|
-
export { IDIconFilePictureModule } from './icon-file-picture.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZpbGUtcGljdHVyZS9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQzNFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDRCQUE0QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgSURJY29uRmlsZVBpY3R1cmVDb21wb25lbnQgfSBmcm9tICcuL2ljb24tZmlsZS1waWN0dXJlLmNvbXBvbmVudCc7XG5leHBvcnQgeyBJREljb25GaWxlUGljdHVyZU1vZHVsZSB9IGZyb20gJy4vaWNvbi1maWxlLXBpY3R1cmUubW9kdWxlJzsiXX0=
|
|
@@ -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 IDIconFilePowerpointComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFilePowerpointComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDIconFilePowerpointComponent, selector: "id-icon-file-powerpoint", usesInheritance: true, ngImport: i0, template: "<ids-icon-file-powerpoint #icon></ids-icon-file-powerpoint>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFilePowerpointComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-file-powerpoint', template: "<ids-icon-file-powerpoint #icon></ids-icon-file-powerpoint>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1maWxlLXBvd2VycG9pbnQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvZmlsZS1wb3dlcnBvaW50L2ljb24tZmlsZS1wb3dlcnBvaW50LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL2ZpbGUtcG93ZXJwb2ludC9pY29uLWZpbGUtcG93ZXJwb2ludC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFPdkQsTUFBTSxPQUFPLDZCQUE4QixTQUFRLFVBQVU7d0dBQWhELDZCQUE2Qjs0RkFBN0IsNkJBQTZCLHNGQ1IxQyw2REFBMkQ7OzRGRFE5Qyw2QkFBNkI7a0JBTHpDLFNBQVM7K0JBQ0UseUJBQXlCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJREljb25CYXNlIH0gZnJvbSAnQGluZXJhL2lkcy1hbmd1bGFyL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2lkLWljb24tZmlsZS1wb3dlcnBvaW50JyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ljb24tZmlsZS1wb3dlcnBvaW50LmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVzOiBbJzpob3N0IHsgZGlzcGxheTogY29udGVudHM7IH0nXVxufSlcbmV4cG9ydCBjbGFzcyBJREljb25GaWxlUG93ZXJwb2ludENvbXBvbmVudCBleHRlbmRzIElESWNvbkJhc2Uge1xufVxuIiwiPGlkcy1pY29uLWZpbGUtcG93ZXJwb2ludCAjaWNvbj48L2lkcy1pY29uLWZpbGUtcG93ZXJwb2ludD4iXX0=
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconFilePowerpointComponent } from './icon-file-powerpoint.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/file-powerpoint/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconFilePowerpointModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFilePowerpointModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDIconFilePowerpointModule, declarations: [IDIconFilePowerpointComponent], exports: [IDIconFilePowerpointComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFilePowerpointModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconFilePowerpointModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconFilePowerpointComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconFilePowerpointComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1maWxlLXBvd2VycG9pbnQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvZmlsZS1wb3dlcnBvaW50L2ljb24tZmlsZS1wb3dlcnBvaW50Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBQ2pGLE9BQU8sMkRBQTJELENBQUM7O0FBV25FLE1BQU0sT0FBTywwQkFBMEI7d0dBQTFCLDBCQUEwQjt5R0FBMUIsMEJBQTBCLGlCQVBuQyw2QkFBNkIsYUFHN0IsNkJBQTZCO3lHQUlwQiwwQkFBMEI7OzRGQUExQiwwQkFBMEI7a0JBVHRDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLDZCQUE2QjtxQkFDOUI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLDZCQUE2QjtxQkFDOUI7b0JBQ0QsT0FBTyxFQUFFLENBQUMsc0JBQXNCLENBQUM7aUJBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQSwgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElESWNvbkZpbGVQb3dlcnBvaW50Q29tcG9uZW50IH0gZnJvbSAnLi9pY29uLWZpbGUtcG93ZXJwb2ludC5jb21wb25lbnQnO1xuaW1wb3J0ICdAaW5lcmEvaWRzLWNvcmUvY29tcG9uZW50cy9pY29ucy9maWxlLXBvd2VycG9pbnQvcmVnaXN0ZXInO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBJREljb25GaWxlUG93ZXJwb2ludENvbXBvbmVudFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgSURJY29uRmlsZVBvd2VycG9pbnRDb21wb25lbnRcbiAgXSxcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxufSlcbmV4cG9ydCBjbGFzcyBJREljb25GaWxlUG93ZXJwb2ludE1vZHVsZSB7IH1cbiJdfQ==
|