@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,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 IDIconPrintComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconPrintComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDIconPrintComponent, selector: "id-icon-print", usesInheritance: true, ngImport: i0, template: "<ids-icon-print #icon></ids-icon-print>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconPrintComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-print', template: "<ids-icon-print #icon></ids-icon-print>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1wcmludC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9wcmludC9pY29uLXByaW50LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL3ByaW50L2ljb24tcHJpbnQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBT3ZELE1BQU0sT0FBTyxvQkFBcUIsU0FBUSxVQUFVO3dHQUF2QyxvQkFBb0I7NEZBQXBCLG9CQUFvQiw0RUNSakMseUNBQXVDOzs0RkRRMUIsb0JBQW9CO2tCQUxoQyxTQUFTOytCQUNFLGVBQWUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElESWNvbkJhc2UgfSBmcm9tICdAaW5lcmEvaWRzLWFuZ3VsYXIvY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnaWQtaWNvbi1wcmludCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9pY29uLXByaW50LmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVzOiBbJzpob3N0IHsgZGlzcGxheTogY29udGVudHM7IH0nXVxufSlcbmV4cG9ydCBjbGFzcyBJREljb25QcmludENvbXBvbmVudCBleHRlbmRzIElESWNvbkJhc2Uge1xufVxuIiwiPGlkcy1pY29uLXByaW50ICNpY29uPjwvaWRzLWljb24tcHJpbnQ+Il19
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconPrintComponent } from './icon-print.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/print/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconPrintModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconPrintModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDIconPrintModule, declarations: [IDIconPrintComponent], exports: [IDIconPrintComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconPrintModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconPrintModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconPrintComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconPrintComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1wcmludC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9wcmludC9pY29uLXByaW50Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQzlELE9BQU8saURBQWlELENBQUM7O0FBV3pELE1BQU0sT0FBTyxpQkFBaUI7d0dBQWpCLGlCQUFpQjt5R0FBakIsaUJBQWlCLGlCQVAxQixvQkFBb0IsYUFHcEIsb0JBQW9CO3lHQUlYLGlCQUFpQjs7NEZBQWpCLGlCQUFpQjtrQkFUN0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osb0JBQW9CO3FCQUNyQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asb0JBQW9CO3FCQUNyQjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURJY29uUHJpbnRDb21wb25lbnQgfSBmcm9tICcuL2ljb24tcHJpbnQuY29tcG9uZW50JztcbmltcG9ydCAnQGluZXJhL2lkcy1jb3JlL2NvbXBvbmVudHMvaWNvbnMvcHJpbnQvcmVnaXN0ZXInO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBJREljb25QcmludENvbXBvbmVudFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgSURJY29uUHJpbnRDb21wb25lbnRcbiAgXSxcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxufSlcbmV4cG9ydCBjbGFzcyBJREljb25QcmludE1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtcHJpbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9wcmludC9pbmVyYS1pZHMtYW5ndWxhci1pY29ucy1wcmludC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconPrintComponent } from './icon-print.component';
|
|
2
|
-
export { IDIconPrintModule } from './icon-print.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL3ByaW50L3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDOUQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0scUJBQXFCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBJREljb25QcmludENvbXBvbmVudCB9IGZyb20gJy4vaWNvbi1wcmludC5jb21wb25lbnQnO1xuZXhwb3J0IHsgSURJY29uUHJpbnRNb2R1bGUgfSBmcm9tICcuL2ljb24tcHJpbnQubW9kdWxlJzsiXX0=
|
|
@@ -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 IDIconQuestionComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconQuestionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDIconQuestionComponent, selector: "id-icon-question", usesInheritance: true, ngImport: i0, template: "<ids-icon-question #icon></ids-icon-question>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconQuestionComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-question', template: "<ids-icon-question #icon></ids-icon-question>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1xdWVzdGlvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9xdWVzdGlvbi9pY29uLXF1ZXN0aW9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL3F1ZXN0aW9uL2ljb24tcXVlc3Rpb24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBT3ZELE1BQU0sT0FBTyx1QkFBd0IsU0FBUSxVQUFVO3dHQUExQyx1QkFBdUI7NEZBQXZCLHVCQUF1QiwrRUNScEMsK0NBQTZDOzs0RkRRaEMsdUJBQXVCO2tCQUxuQyxTQUFTOytCQUNFLGtCQUFrQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURJY29uQmFzZSB9IGZyb20gJ0BpbmVyYS9pZHMtYW5ndWxhci9jb21tb24nO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdpZC1pY29uLXF1ZXN0aW9uJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ljb24tcXVlc3Rpb24uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZXM6IFsnOmhvc3QgeyBkaXNwbGF5OiBjb250ZW50czsgfSddXG59KVxuZXhwb3J0IGNsYXNzIElESWNvblF1ZXN0aW9uQ29tcG9uZW50IGV4dGVuZHMgSURJY29uQmFzZSB7XG59XG4iLCI8aWRzLWljb24tcXVlc3Rpb24gI2ljb24+PC9pZHMtaWNvbi1xdWVzdGlvbj4iXX0=
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconQuestionComponent } from './icon-question.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/question/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconQuestionModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconQuestionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDIconQuestionModule, declarations: [IDIconQuestionComponent], exports: [IDIconQuestionComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconQuestionModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconQuestionModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconQuestionComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconQuestionComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1xdWVzdGlvbi5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9xdWVzdGlvbi9pY29uLXF1ZXN0aW9uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ3BFLE9BQU8sb0RBQW9ELENBQUM7O0FBVzVELE1BQU0sT0FBTyxvQkFBb0I7d0dBQXBCLG9CQUFvQjt5R0FBcEIsb0JBQW9CLGlCQVA3Qix1QkFBdUIsYUFHdkIsdUJBQXVCO3lHQUlkLG9CQUFvQjs7NEZBQXBCLG9CQUFvQjtrQkFUaEMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osdUJBQXVCO3FCQUN4QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsdUJBQXVCO3FCQUN4QjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURJY29uUXVlc3Rpb25Db21wb25lbnQgfSBmcm9tICcuL2ljb24tcXVlc3Rpb24uY29tcG9uZW50JztcbmltcG9ydCAnQGluZXJhL2lkcy1jb3JlL2NvbXBvbmVudHMvaWNvbnMvcXVlc3Rpb24vcmVnaXN0ZXInO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBJREljb25RdWVzdGlvbkNvbXBvbmVudFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgSURJY29uUXVlc3Rpb25Db21wb25lbnRcbiAgXSxcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxufSlcbmV4cG9ydCBjbGFzcyBJREljb25RdWVzdGlvbk1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtcXVlc3Rpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9xdWVzdGlvbi9pbmVyYS1pZHMtYW5ndWxhci1pY29ucy1xdWVzdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconQuestionComponent } from './icon-question.component';
|
|
2
|
-
export { IDIconQuestionModule } from './icon-question.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL3F1ZXN0aW9uL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDcEUsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sd0JBQXdCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBJREljb25RdWVzdGlvbkNvbXBvbmVudCB9IGZyb20gJy4vaWNvbi1xdWVzdGlvbi5jb21wb25lbnQnO1xuZXhwb3J0IHsgSURJY29uUXVlc3Rpb25Nb2R1bGUgfSBmcm9tICcuL2ljb24tcXVlc3Rpb24ubW9kdWxlJzsiXX0=
|
|
@@ -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 IDIconReloadComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconReloadComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDIconReloadComponent, selector: "id-icon-reload", usesInheritance: true, ngImport: i0, template: "<ids-icon-reload #icon></ids-icon-reload>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconReloadComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-reload', template: "<ids-icon-reload #icon></ids-icon-reload>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1yZWxvYWQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvcmVsb2FkL2ljb24tcmVsb2FkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL3JlbG9hZC9pY29uLXJlbG9hZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFPdkQsTUFBTSxPQUFPLHFCQUFzQixTQUFRLFVBQVU7d0dBQXhDLHFCQUFxQjs0RkFBckIscUJBQXFCLDZFQ1JsQywyQ0FBeUM7OzRGRFE1QixxQkFBcUI7a0JBTGpDLFNBQVM7K0JBQ0UsZ0JBQWdCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJREljb25CYXNlIH0gZnJvbSAnQGluZXJhL2lkcy1hbmd1bGFyL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2lkLWljb24tcmVsb2FkJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ljb24tcmVsb2FkLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVzOiBbJzpob3N0IHsgZGlzcGxheTogY29udGVudHM7IH0nXVxufSlcbmV4cG9ydCBjbGFzcyBJREljb25SZWxvYWRDb21wb25lbnQgZXh0ZW5kcyBJREljb25CYXNlIHtcbn1cbiIsIjxpZHMtaWNvbi1yZWxvYWQgI2ljb24+PC9pZHMtaWNvbi1yZWxvYWQ+Il19
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconReloadComponent } from './icon-reload.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/reload/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconReloadModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconReloadModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDIconReloadModule, declarations: [IDIconReloadComponent], exports: [IDIconReloadComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconReloadModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconReloadModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconReloadComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconReloadComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1yZWxvYWQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvcmVsb2FkL2ljb24tcmVsb2FkLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ2hFLE9BQU8sa0RBQWtELENBQUM7O0FBVzFELE1BQU0sT0FBTyxrQkFBa0I7d0dBQWxCLGtCQUFrQjt5R0FBbEIsa0JBQWtCLGlCQVAzQixxQkFBcUIsYUFHckIscUJBQXFCO3lHQUlaLGtCQUFrQjs7NEZBQWxCLGtCQUFrQjtrQkFUOUIsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1oscUJBQXFCO3FCQUN0QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AscUJBQXFCO3FCQUN0QjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURJY29uUmVsb2FkQ29tcG9uZW50IH0gZnJvbSAnLi9pY29uLXJlbG9hZC5jb21wb25lbnQnO1xuaW1wb3J0ICdAaW5lcmEvaWRzLWNvcmUvY29tcG9uZW50cy9pY29ucy9yZWxvYWQvcmVnaXN0ZXInO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBJREljb25SZWxvYWRDb21wb25lbnRcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIElESWNvblJlbG9hZENvbXBvbmVudFxuICBdLFxuICBzY2hlbWFzOiBbQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQV0sXG59KVxuZXhwb3J0IGNsYXNzIElESWNvblJlbG9hZE1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtcmVsb2FkLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvcmVsb2FkL2luZXJhLWlkcy1hbmd1bGFyLWljb25zLXJlbG9hZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconReloadComponent } from './icon-reload.component';
|
|
2
|
-
export { IDIconReloadModule } from './icon-reload.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL3JlbG9hZC9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ2hFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHNCQUFzQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgSURJY29uUmVsb2FkQ29tcG9uZW50IH0gZnJvbSAnLi9pY29uLXJlbG9hZC5jb21wb25lbnQnO1xuZXhwb3J0IHsgSURJY29uUmVsb2FkTW9kdWxlIH0gZnJvbSAnLi9pY29uLXJlbG9hZC5tb2R1bGUnOyJdfQ==
|
|
@@ -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 IDIconReplyComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconReplyComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDIconReplyComponent, selector: "id-icon-reply", usesInheritance: true, ngImport: i0, template: "<ids-icon-reply #icon></ids-icon-reply>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconReplyComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-reply', template: "<ids-icon-reply #icon></ids-icon-reply>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1yZXBseS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9yZXBseS9pY29uLXJlcGx5LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL3JlcGx5L2ljb24tcmVwbHkuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBT3ZELE1BQU0sT0FBTyxvQkFBcUIsU0FBUSxVQUFVO3dHQUF2QyxvQkFBb0I7NEZBQXBCLG9CQUFvQiw0RUNSakMseUNBQXVDOzs0RkRRMUIsb0JBQW9CO2tCQUxoQyxTQUFTOytCQUNFLGVBQWUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElESWNvbkJhc2UgfSBmcm9tICdAaW5lcmEvaWRzLWFuZ3VsYXIvY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnaWQtaWNvbi1yZXBseScsXG4gIHRlbXBsYXRlVXJsOiAnLi9pY29uLXJlcGx5LmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVzOiBbJzpob3N0IHsgZGlzcGxheTogY29udGVudHM7IH0nXVxufSlcbmV4cG9ydCBjbGFzcyBJREljb25SZXBseUNvbXBvbmVudCBleHRlbmRzIElESWNvbkJhc2Uge1xufVxuIiwiPGlkcy1pY29uLXJlcGx5ICNpY29uPjwvaWRzLWljb24tcmVwbHk+Il19
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconReplyComponent } from './icon-reply.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/reply/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconReplyModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconReplyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDIconReplyModule, declarations: [IDIconReplyComponent], exports: [IDIconReplyComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconReplyModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconReplyModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconReplyComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconReplyComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1yZXBseS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9yZXBseS9pY29uLXJlcGx5Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQzlELE9BQU8saURBQWlELENBQUM7O0FBV3pELE1BQU0sT0FBTyxpQkFBaUI7d0dBQWpCLGlCQUFpQjt5R0FBakIsaUJBQWlCLGlCQVAxQixvQkFBb0IsYUFHcEIsb0JBQW9CO3lHQUlYLGlCQUFpQjs7NEZBQWpCLGlCQUFpQjtrQkFUN0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osb0JBQW9CO3FCQUNyQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asb0JBQW9CO3FCQUNyQjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURJY29uUmVwbHlDb21wb25lbnQgfSBmcm9tICcuL2ljb24tcmVwbHkuY29tcG9uZW50JztcbmltcG9ydCAnQGluZXJhL2lkcy1jb3JlL2NvbXBvbmVudHMvaWNvbnMvcmVwbHkvcmVnaXN0ZXInO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBJREljb25SZXBseUNvbXBvbmVudFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgSURJY29uUmVwbHlDb21wb25lbnRcbiAgXSxcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxufSlcbmV4cG9ydCBjbGFzcyBJREljb25SZXBseU1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtcmVwbHkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9yZXBseS9pbmVyYS1pZHMtYW5ndWxhci1pY29ucy1yZXBseS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconReplyComponent } from './icon-reply.component';
|
|
2
|
-
export { IDIconReplyModule } from './icon-reply.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL3JlcGx5L3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDOUQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0scUJBQXFCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBJREljb25SZXBseUNvbXBvbmVudCB9IGZyb20gJy4vaWNvbi1yZXBseS5jb21wb25lbnQnO1xuZXhwb3J0IHsgSURJY29uUmVwbHlNb2R1bGUgfSBmcm9tICcuL2ljb24tcmVwbHkubW9kdWxlJzsiXX0=
|
|
@@ -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 IDIconSearchComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconSearchComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDIconSearchComponent, selector: "id-icon-search", usesInheritance: true, ngImport: i0, template: "<ids-icon-search #icon></ids-icon-search>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconSearchComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-search', template: "<ids-icon-search #icon></ids-icon-search>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1zZWFyY2guY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvc2VhcmNoL2ljb24tc2VhcmNoLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL3NlYXJjaC9pY29uLXNlYXJjaC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFPdkQsTUFBTSxPQUFPLHFCQUFzQixTQUFRLFVBQVU7d0dBQXhDLHFCQUFxQjs0RkFBckIscUJBQXFCLDZFQ1JsQywyQ0FBeUM7OzRGRFE1QixxQkFBcUI7a0JBTGpDLFNBQVM7K0JBQ0UsZ0JBQWdCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJREljb25CYXNlIH0gZnJvbSAnQGluZXJhL2lkcy1hbmd1bGFyL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2lkLWljb24tc2VhcmNoJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ljb24tc2VhcmNoLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVzOiBbJzpob3N0IHsgZGlzcGxheTogY29udGVudHM7IH0nXVxufSlcbmV4cG9ydCBjbGFzcyBJREljb25TZWFyY2hDb21wb25lbnQgZXh0ZW5kcyBJREljb25CYXNlIHtcbn1cbiIsIjxpZHMtaWNvbi1zZWFyY2ggI2ljb24+PC9pZHMtaWNvbi1zZWFyY2g+Il19
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconSearchComponent } from './icon-search.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/search/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconSearchModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconSearchModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDIconSearchModule, declarations: [IDIconSearchComponent], exports: [IDIconSearchComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconSearchModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconSearchModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconSearchComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconSearchComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1zZWFyY2gubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvc2VhcmNoL2ljb24tc2VhcmNoLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ2hFLE9BQU8sa0RBQWtELENBQUM7O0FBVzFELE1BQU0sT0FBTyxrQkFBa0I7d0dBQWxCLGtCQUFrQjt5R0FBbEIsa0JBQWtCLGlCQVAzQixxQkFBcUIsYUFHckIscUJBQXFCO3lHQUlaLGtCQUFrQjs7NEZBQWxCLGtCQUFrQjtrQkFUOUIsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1oscUJBQXFCO3FCQUN0QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AscUJBQXFCO3FCQUN0QjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURJY29uU2VhcmNoQ29tcG9uZW50IH0gZnJvbSAnLi9pY29uLXNlYXJjaC5jb21wb25lbnQnO1xuaW1wb3J0ICdAaW5lcmEvaWRzLWNvcmUvY29tcG9uZW50cy9pY29ucy9zZWFyY2gvcmVnaXN0ZXInO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBJREljb25TZWFyY2hDb21wb25lbnRcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIElESWNvblNlYXJjaENvbXBvbmVudFxuICBdLFxuICBzY2hlbWFzOiBbQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQV0sXG59KVxuZXhwb3J0IGNsYXNzIElESWNvblNlYXJjaE1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtc2VhcmNoLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvc2VhcmNoL2luZXJhLWlkcy1hbmd1bGFyLWljb25zLXNlYXJjaC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconSearchComponent } from './icon-search.component';
|
|
2
|
-
export { IDIconSearchModule } from './icon-search.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL3NlYXJjaC9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ2hFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHNCQUFzQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgSURJY29uU2VhcmNoQ29tcG9uZW50IH0gZnJvbSAnLi9pY29uLXNlYXJjaC5jb21wb25lbnQnO1xuZXhwb3J0IHsgSURJY29uU2VhcmNoTW9kdWxlIH0gZnJvbSAnLi9pY29uLXNlYXJjaC5tb2R1bGUnOyJdfQ==
|
|
@@ -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 IDIconSearchIneraComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconSearchIneraComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDIconSearchIneraComponent, selector: "id-icon-search-inera", usesInheritance: true, ngImport: i0, template: "<ids-icon-search-inera #icon></ids-icon-search-inera>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconSearchIneraComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-search-inera', template: "<ids-icon-search-inera #icon></ids-icon-search-inera>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1zZWFyY2gtaW5lcmEuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvc2VhcmNoLWluZXJhL2ljb24tc2VhcmNoLWluZXJhLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL3NlYXJjaC1pbmVyYS9pY29uLXNlYXJjaC1pbmVyYS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFPdkQsTUFBTSxPQUFPLDBCQUEyQixTQUFRLFVBQVU7d0dBQTdDLDBCQUEwQjs0RkFBMUIsMEJBQTBCLG1GQ1J2Qyx1REFBcUQ7OzRGRFF4QywwQkFBMEI7a0JBTHRDLFNBQVM7K0JBQ0Usc0JBQXNCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJREljb25CYXNlIH0gZnJvbSAnQGluZXJhL2lkcy1hbmd1bGFyL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2lkLWljb24tc2VhcmNoLWluZXJhJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ljb24tc2VhcmNoLWluZXJhLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVzOiBbJzpob3N0IHsgZGlzcGxheTogY29udGVudHM7IH0nXVxufSlcbmV4cG9ydCBjbGFzcyBJREljb25TZWFyY2hJbmVyYUNvbXBvbmVudCBleHRlbmRzIElESWNvbkJhc2Uge1xufVxuIiwiPGlkcy1pY29uLXNlYXJjaC1pbmVyYSAjaWNvbj48L2lkcy1pY29uLXNlYXJjaC1pbmVyYT4iXX0=
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconSearchIneraComponent } from './icon-search-inera.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/search-inera/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconSearchIneraModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconSearchIneraModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDIconSearchIneraModule, declarations: [IDIconSearchIneraComponent], exports: [IDIconSearchIneraComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconSearchIneraModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconSearchIneraModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconSearchIneraComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconSearchIneraComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1zZWFyY2gtaW5lcmEubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvc2VhcmNoLWluZXJhL2ljb24tc2VhcmNoLWluZXJhLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQzNFLE9BQU8sd0RBQXdELENBQUM7O0FBV2hFLE1BQU0sT0FBTyx1QkFBdUI7d0dBQXZCLHVCQUF1Qjt5R0FBdkIsdUJBQXVCLGlCQVBoQywwQkFBMEIsYUFHMUIsMEJBQTBCO3lHQUlqQix1QkFBdUI7OzRGQUF2Qix1QkFBdUI7a0JBVG5DLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLDBCQUEwQjtxQkFDM0I7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLDBCQUEwQjtxQkFDM0I7b0JBQ0QsT0FBTyxFQUFFLENBQUMsc0JBQXNCLENBQUM7aUJBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQSwgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElESWNvblNlYXJjaEluZXJhQ29tcG9uZW50IH0gZnJvbSAnLi9pY29uLXNlYXJjaC1pbmVyYS5jb21wb25lbnQnO1xuaW1wb3J0ICdAaW5lcmEvaWRzLWNvcmUvY29tcG9uZW50cy9pY29ucy9zZWFyY2gtaW5lcmEvcmVnaXN0ZXInO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBJREljb25TZWFyY2hJbmVyYUNvbXBvbmVudFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgSURJY29uU2VhcmNoSW5lcmFDb21wb25lbnRcbiAgXSxcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxufSlcbmV4cG9ydCBjbGFzcyBJREljb25TZWFyY2hJbmVyYU1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtc2VhcmNoLWluZXJhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvc2VhcmNoLWluZXJhL2luZXJhLWlkcy1hbmd1bGFyLWljb25zLXNlYXJjaC1pbmVyYS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconSearchIneraComponent } from './icon-search-inera.component';
|
|
2
|
-
export { IDIconSearchIneraModule } from './icon-search-inera.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL3NlYXJjaC1pbmVyYS9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQzNFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDRCQUE0QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgSURJY29uU2VhcmNoSW5lcmFDb21wb25lbnQgfSBmcm9tICcuL2ljb24tc2VhcmNoLWluZXJhLmNvbXBvbmVudCc7XG5leHBvcnQgeyBJREljb25TZWFyY2hJbmVyYU1vZHVsZSB9IGZyb20gJy4vaWNvbi1zZWFyY2gtaW5lcmEubW9kdWxlJzsiXX0=
|
|
@@ -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 IDIconShareComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconShareComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDIconShareComponent, selector: "id-icon-share", usesInheritance: true, ngImport: i0, template: "<ids-icon-share #icon></ids-icon-share>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconShareComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-share', template: "<ids-icon-share #icon></ids-icon-share>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1zaGFyZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9zaGFyZS9pY29uLXNoYXJlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL3NoYXJlL2ljb24tc2hhcmUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBT3ZELE1BQU0sT0FBTyxvQkFBcUIsU0FBUSxVQUFVO3dHQUF2QyxvQkFBb0I7NEZBQXBCLG9CQUFvQiw0RUNSakMseUNBQXVDOzs0RkRRMUIsb0JBQW9CO2tCQUxoQyxTQUFTOytCQUNFLGVBQWUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElESWNvbkJhc2UgfSBmcm9tICdAaW5lcmEvaWRzLWFuZ3VsYXIvY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnaWQtaWNvbi1zaGFyZScsXG4gIHRlbXBsYXRlVXJsOiAnLi9pY29uLXNoYXJlLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVzOiBbJzpob3N0IHsgZGlzcGxheTogY29udGVudHM7IH0nXVxufSlcbmV4cG9ydCBjbGFzcyBJREljb25TaGFyZUNvbXBvbmVudCBleHRlbmRzIElESWNvbkJhc2Uge1xufVxuIiwiPGlkcy1pY29uLXNoYXJlICNpY29uPjwvaWRzLWljb24tc2hhcmU+Il19
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconShareComponent } from './icon-share.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/share/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconShareModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconShareModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDIconShareModule, declarations: [IDIconShareComponent], exports: [IDIconShareComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconShareModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconShareModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconShareComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconShareComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1zaGFyZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9zaGFyZS9pY29uLXNoYXJlLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQzlELE9BQU8saURBQWlELENBQUM7O0FBV3pELE1BQU0sT0FBTyxpQkFBaUI7d0dBQWpCLGlCQUFpQjt5R0FBakIsaUJBQWlCLGlCQVAxQixvQkFBb0IsYUFHcEIsb0JBQW9CO3lHQUlYLGlCQUFpQjs7NEZBQWpCLGlCQUFpQjtrQkFUN0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osb0JBQW9CO3FCQUNyQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asb0JBQW9CO3FCQUNyQjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURJY29uU2hhcmVDb21wb25lbnQgfSBmcm9tICcuL2ljb24tc2hhcmUuY29tcG9uZW50JztcbmltcG9ydCAnQGluZXJhL2lkcy1jb3JlL2NvbXBvbmVudHMvaWNvbnMvc2hhcmUvcmVnaXN0ZXInO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBJREljb25TaGFyZUNvbXBvbmVudFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgSURJY29uU2hhcmVDb21wb25lbnRcbiAgXSxcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxufSlcbmV4cG9ydCBjbGFzcyBJREljb25TaGFyZU1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtc2hhcmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9zaGFyZS9pbmVyYS1pZHMtYW5ndWxhci1pY29ucy1zaGFyZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconShareComponent } from './icon-share.component';
|
|
2
|
-
export { IDIconShareModule } from './icon-share.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL3NoYXJlL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDOUQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0scUJBQXFCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBJREljb25TaGFyZUNvbXBvbmVudCB9IGZyb20gJy4vaWNvbi1zaGFyZS5jb21wb25lbnQnO1xuZXhwb3J0IHsgSURJY29uU2hhcmVNb2R1bGUgfSBmcm9tICcuL2ljb24tc2hhcmUubW9kdWxlJzsiXX0=
|
|
@@ -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 IDIconShieldLockedComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconShieldLockedComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDIconShieldLockedComponent, selector: "id-icon-shield-locked", usesInheritance: true, ngImport: i0, template: "<ids-icon-shield-locked #icon></ids-icon-shield-locked>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconShieldLockedComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-shield-locked', template: "<ids-icon-shield-locked #icon></ids-icon-shield-locked>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1zaGllbGQtbG9ja2VkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL3NoaWVsZC1sb2NrZWQvaWNvbi1zaGllbGQtbG9ja2VkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL3NoaWVsZC1sb2NrZWQvaWNvbi1zaGllbGQtbG9ja2VkLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLDJCQUEyQixDQUFDOztBQU92RCxNQUFNLE9BQU8sMkJBQTRCLFNBQVEsVUFBVTt3R0FBOUMsMkJBQTJCOzRGQUEzQiwyQkFBMkIsb0ZDUnhDLHlEQUF1RDs7NEZEUTFDLDJCQUEyQjtrQkFMdkMsU0FBUzsrQkFDRSx1QkFBdUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElESWNvbkJhc2UgfSBmcm9tICdAaW5lcmEvaWRzLWFuZ3VsYXIvY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnaWQtaWNvbi1zaGllbGQtbG9ja2VkJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ljb24tc2hpZWxkLWxvY2tlZC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlczogWyc6aG9zdCB7IGRpc3BsYXk6IGNvbnRlbnRzOyB9J11cbn0pXG5leHBvcnQgY2xhc3MgSURJY29uU2hpZWxkTG9ja2VkQ29tcG9uZW50IGV4dGVuZHMgSURJY29uQmFzZSB7XG59XG4iLCI8aWRzLWljb24tc2hpZWxkLWxvY2tlZCAjaWNvbj48L2lkcy1pY29uLXNoaWVsZC1sb2NrZWQ+Il19
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconShieldLockedComponent } from './icon-shield-locked.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/shield-locked/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconShieldLockedModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconShieldLockedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDIconShieldLockedModule, declarations: [IDIconShieldLockedComponent], exports: [IDIconShieldLockedComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconShieldLockedModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconShieldLockedModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconShieldLockedComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconShieldLockedComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1zaGllbGQtbG9ja2VkLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL3NoaWVsZC1sb2NrZWQvaWNvbi1zaGllbGQtbG9ja2VkLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLGdDQUFnQyxDQUFDO0FBQzdFLE9BQU8seURBQXlELENBQUM7O0FBV2pFLE1BQU0sT0FBTyx3QkFBd0I7d0dBQXhCLHdCQUF3Qjt5R0FBeEIsd0JBQXdCLGlCQVBqQywyQkFBMkIsYUFHM0IsMkJBQTJCO3lHQUlsQix3QkFBd0I7OzRGQUF4Qix3QkFBd0I7a0JBVHBDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLDJCQUEyQjtxQkFDNUI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLDJCQUEyQjtxQkFDNUI7b0JBQ0QsT0FBTyxFQUFFLENBQUMsc0JBQXNCLENBQUM7aUJBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQSwgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElESWNvblNoaWVsZExvY2tlZENvbXBvbmVudCB9IGZyb20gJy4vaWNvbi1zaGllbGQtbG9ja2VkLmNvbXBvbmVudCc7XG5pbXBvcnQgJ0BpbmVyYS9pZHMtY29yZS9jb21wb25lbnRzL2ljb25zL3NoaWVsZC1sb2NrZWQvcmVnaXN0ZXInO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBJREljb25TaGllbGRMb2NrZWRDb21wb25lbnRcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIElESWNvblNoaWVsZExvY2tlZENvbXBvbmVudFxuICBdLFxuICBzY2hlbWFzOiBbQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQV0sXG59KVxuZXhwb3J0IGNsYXNzIElESWNvblNoaWVsZExvY2tlZE1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtc2hpZWxkLWxvY2tlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL3NoaWVsZC1sb2NrZWQvaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtc2hpZWxkLWxvY2tlZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconShieldLockedComponent } from './icon-shield-locked.component';
|
|
2
|
-
export { IDIconShieldLockedModule } from './icon-shield-locked.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL3NoaWVsZC1sb2NrZWQvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUM3RSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IElESWNvblNoaWVsZExvY2tlZENvbXBvbmVudCB9IGZyb20gJy4vaWNvbi1zaGllbGQtbG9ja2VkLmNvbXBvbmVudCc7XG5leHBvcnQgeyBJREljb25TaGllbGRMb2NrZWRNb2R1bGUgfSBmcm9tICcuL2ljb24tc2hpZWxkLWxvY2tlZC5tb2R1bGUnOyJdfQ==
|
|
@@ -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 IDIconShieldLockedPrimaryComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconShieldLockedPrimaryComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDIconShieldLockedPrimaryComponent, selector: "id-icon-shield-locked-primary", usesInheritance: true, ngImport: i0, template: "<ids-icon-shield-locked-primary #icon></ids-icon-shield-locked-primary>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconShieldLockedPrimaryComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-shield-locked-primary', template: "<ids-icon-shield-locked-primary #icon></ids-icon-shield-locked-primary>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1zaGllbGQtbG9ja2VkLXByaW1hcnkuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvc2hpZWxkLWxvY2tlZC1wcmltYXJ5L2ljb24tc2hpZWxkLWxvY2tlZC1wcmltYXJ5LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL3NoaWVsZC1sb2NrZWQtcHJpbWFyeS9pY29uLXNoaWVsZC1sb2NrZWQtcHJpbWFyeS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFPdkQsTUFBTSxPQUFPLGtDQUFtQyxTQUFRLFVBQVU7d0dBQXJELGtDQUFrQzs0RkFBbEMsa0NBQWtDLDRGQ1IvQyx5RUFBdUU7OzRGRFExRCxrQ0FBa0M7a0JBTDlDLFNBQVM7K0JBQ0UsK0JBQStCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJREljb25CYXNlIH0gZnJvbSAnQGluZXJhL2lkcy1hbmd1bGFyL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2lkLWljb24tc2hpZWxkLWxvY2tlZC1wcmltYXJ5JyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ljb24tc2hpZWxkLWxvY2tlZC1wcmltYXJ5LmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVzOiBbJzpob3N0IHsgZGlzcGxheTogY29udGVudHM7IH0nXVxufSlcbmV4cG9ydCBjbGFzcyBJREljb25TaGllbGRMb2NrZWRQcmltYXJ5Q29tcG9uZW50IGV4dGVuZHMgSURJY29uQmFzZSB7XG59XG4iLCI8aWRzLWljb24tc2hpZWxkLWxvY2tlZC1wcmltYXJ5ICNpY29uPjwvaWRzLWljb24tc2hpZWxkLWxvY2tlZC1wcmltYXJ5PiJdfQ==
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconShieldLockedPrimaryComponent } from './icon-shield-locked-primary.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/shield-locked-primary/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconShieldLockedPrimaryModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconShieldLockedPrimaryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDIconShieldLockedPrimaryModule, declarations: [IDIconShieldLockedPrimaryComponent], exports: [IDIconShieldLockedPrimaryComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconShieldLockedPrimaryModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconShieldLockedPrimaryModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconShieldLockedPrimaryComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconShieldLockedPrimaryComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1zaGllbGQtbG9ja2VkLXByaW1hcnkubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvc2hpZWxkLWxvY2tlZC1wcmltYXJ5L2ljb24tc2hpZWxkLWxvY2tlZC1wcmltYXJ5Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxrQ0FBa0MsRUFBRSxNQUFNLHdDQUF3QyxDQUFDO0FBQzVGLE9BQU8saUVBQWlFLENBQUM7O0FBV3pFLE1BQU0sT0FBTywrQkFBK0I7d0dBQS9CLCtCQUErQjt5R0FBL0IsK0JBQStCLGlCQVB4QyxrQ0FBa0MsYUFHbEMsa0NBQWtDO3lHQUl6QiwrQkFBK0I7OzRGQUEvQiwrQkFBK0I7a0JBVDNDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLGtDQUFrQztxQkFDbkM7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLGtDQUFrQztxQkFDbkM7b0JBQ0QsT0FBTyxFQUFFLENBQUMsc0JBQXNCLENBQUM7aUJBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQSwgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElESWNvblNoaWVsZExvY2tlZFByaW1hcnlDb21wb25lbnQgfSBmcm9tICcuL2ljb24tc2hpZWxkLWxvY2tlZC1wcmltYXJ5LmNvbXBvbmVudCc7XG5pbXBvcnQgJ0BpbmVyYS9pZHMtY29yZS9jb21wb25lbnRzL2ljb25zL3NoaWVsZC1sb2NrZWQtcHJpbWFyeS9yZWdpc3Rlcic7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIElESWNvblNoaWVsZExvY2tlZFByaW1hcnlDb21wb25lbnRcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIElESWNvblNoaWVsZExvY2tlZFByaW1hcnlDb21wb25lbnRcbiAgXSxcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxufSlcbmV4cG9ydCBjbGFzcyBJREljb25TaGllbGRMb2NrZWRQcmltYXJ5TW9kdWxlIHsgfVxuIl19
|
package/esm2022/icons/shield-locked-primary/inera-ids-angular-icons-shield-locked-primary.mjs
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtc2hpZWxkLWxvY2tlZC1wcmltYXJ5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvaWNvbnMvc2hpZWxkLWxvY2tlZC1wcmltYXJ5L2luZXJhLWlkcy1hbmd1bGFyLWljb25zLXNoaWVsZC1sb2NrZWQtcHJpbWFyeS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconShieldLockedPrimaryComponent } from './icon-shield-locked-primary.component';
|
|
2
|
-
export { IDIconShieldLockedPrimaryModule } from './icon-shield-locked-primary.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL3NoaWVsZC1sb2NrZWQtcHJpbWFyeS9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxrQ0FBa0MsRUFBRSxNQUFNLHdDQUF3QyxDQUFDO0FBQzVGLE9BQU8sRUFBRSwrQkFBK0IsRUFBRSxNQUFNLHFDQUFxQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgSURJY29uU2hpZWxkTG9ja2VkUHJpbWFyeUNvbXBvbmVudCB9IGZyb20gJy4vaWNvbi1zaGllbGQtbG9ja2VkLXByaW1hcnkuY29tcG9uZW50JztcbmV4cG9ydCB7IElESWNvblNoaWVsZExvY2tlZFByaW1hcnlNb2R1bGUgfSBmcm9tICcuL2ljb24tc2hpZWxkLWxvY2tlZC1wcmltYXJ5Lm1vZHVsZSc7Il19
|
|
@@ -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 IDIconSkaneComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconSkaneComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDIconSkaneComponent, selector: "id-icon-skane", usesInheritance: true, ngImport: i0, template: "<ids-icon-skane #icon></ids-icon-skane>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconSkaneComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-skane', template: "<ids-icon-skane #icon></ids-icon-skane>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1za2FuZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9za2FuZS9pY29uLXNrYW5lLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL3NrYW5lL2ljb24tc2thbmUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBT3ZELE1BQU0sT0FBTyxvQkFBcUIsU0FBUSxVQUFVO3dHQUF2QyxvQkFBb0I7NEZBQXBCLG9CQUFvQiw0RUNSakMseUNBQXVDOzs0RkRRMUIsb0JBQW9CO2tCQUxoQyxTQUFTOytCQUNFLGVBQWUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElESWNvbkJhc2UgfSBmcm9tICdAaW5lcmEvaWRzLWFuZ3VsYXIvY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnaWQtaWNvbi1za2FuZScsXG4gIHRlbXBsYXRlVXJsOiAnLi9pY29uLXNrYW5lLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVzOiBbJzpob3N0IHsgZGlzcGxheTogY29udGVudHM7IH0nXVxufSlcbmV4cG9ydCBjbGFzcyBJREljb25Ta2FuZUNvbXBvbmVudCBleHRlbmRzIElESWNvbkJhc2Uge1xufVxuIiwiPGlkcy1pY29uLXNrYW5lICNpY29uPjwvaWRzLWljb24tc2thbmU+Il19
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDIconSkaneComponent } from './icon-skane.component';
|
|
3
|
-
import '@inera/ids-core/components/icons/skane/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDIconSkaneModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconSkaneModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDIconSkaneModule, declarations: [IDIconSkaneComponent], exports: [IDIconSkaneComponent] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconSkaneModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconSkaneModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDIconSkaneComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDIconSkaneComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1za2FuZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9za2FuZS9pY29uLXNrYW5lLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQzlELE9BQU8saURBQWlELENBQUM7O0FBV3pELE1BQU0sT0FBTyxpQkFBaUI7d0dBQWpCLGlCQUFpQjt5R0FBakIsaUJBQWlCLGlCQVAxQixvQkFBb0IsYUFHcEIsb0JBQW9CO3lHQUlYLGlCQUFpQjs7NEZBQWpCLGlCQUFpQjtrQkFUN0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osb0JBQW9CO3FCQUNyQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asb0JBQW9CO3FCQUNyQjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURJY29uU2thbmVDb21wb25lbnQgfSBmcm9tICcuL2ljb24tc2thbmUuY29tcG9uZW50JztcbmltcG9ydCAnQGluZXJhL2lkcy1jb3JlL2NvbXBvbmVudHMvaWNvbnMvc2thbmUvcmVnaXN0ZXInO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBJREljb25Ta2FuZUNvbXBvbmVudFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgSURJY29uU2thbmVDb21wb25lbnRcbiAgXSxcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxufSlcbmV4cG9ydCBjbGFzcyBJREljb25Ta2FuZU1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtc2thbmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9za2FuZS9pbmVyYS1pZHMtYW5ndWxhci1pY29ucy1za2FuZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDIconSkaneComponent } from './icon-skane.component';
|
|
2
|
-
export { IDIconSkaneModule } from './icon-skane.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL3NrYW5lL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDOUQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0scUJBQXFCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBJREljb25Ta2FuZUNvbXBvbmVudCB9IGZyb20gJy4vaWNvbi1za2FuZS5jb21wb25lbnQnO1xuZXhwb3J0IHsgSURJY29uU2thbmVNb2R1bGUgfSBmcm9tICcuL2ljb24tc2thbmUubW9kdWxlJzsiXX0=
|
|
@@ -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 IDIconSormlandComponent extends IDIconBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconSormlandComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDIconSormlandComponent, selector: "id-icon-sormland", usesInheritance: true, ngImport: i0, template: "<ids-icon-sormland #icon></ids-icon-sormland>", styles: [":host{display:contents}\n"] });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconSormlandComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'id-icon-sormland', template: "<ids-icon-sormland #icon></ids-icon-sormland>", styles: [":host{display:contents}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1zb3JtbGFuZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy9zb3JtbGFuZC9pY29uLXNvcm1sYW5kLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2ljb25zL3Nvcm1sYW5kL2ljb24tc29ybWxhbmQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBT3ZELE1BQU0sT0FBTyx1QkFBd0IsU0FBUSxVQUFVO3dHQUExQyx1QkFBdUI7NEZBQXZCLHVCQUF1QiwrRUNScEMsK0NBQTZDOzs0RkRRaEMsdUJBQXVCO2tCQUxuQyxTQUFTOytCQUNFLGtCQUFrQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURJY29uQmFzZSB9IGZyb20gJ0BpbmVyYS9pZHMtYW5ndWxhci9jb21tb24nO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdpZC1pY29uLXNvcm1sYW5kJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ljb24tc29ybWxhbmQuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZXM6IFsnOmhvc3QgeyBkaXNwbGF5OiBjb250ZW50czsgfSddXG59KVxuZXhwb3J0IGNsYXNzIElESWNvblNvcm1sYW5kQ29tcG9uZW50IGV4dGVuZHMgSURJY29uQmFzZSB7XG59XG4iLCI8aWRzLWljb24tc29ybWxhbmQgI2ljb24+PC9pZHMtaWNvbi1zb3JtbGFuZD4iXX0=
|