@inera/ids-react 4.9.0 → 5.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/api.d.ts +209 -184
- package/api.js +27 -2
- package/components/agent/agent.d.ts +5 -5
- package/components/agent/agent.js +7 -7
- package/components/alert/alert.d.ts +6 -6
- package/components/alert/alert.js +9 -9
- package/components/alert-global/alert-global.d.ts +5 -5
- package/components/alert-global/alert-global.js +8 -8
- package/components/badge/badge.d.ts +3 -3
- package/components/badge/badge.js +4 -4
- package/components/breadcrumbs/breacrumbs.d.ts +5 -5
- package/components/breadcrumbs/breacrumbs.js +9 -9
- package/components/button/button.d.ts +5 -5
- package/components/button/button.js +7 -7
- package/components/{button → button-group}/button-group.d.ts +3 -3
- package/components/{button → button-group}/button-group.js +4 -4
- package/components/card/card.d.ts +3 -3
- package/components/card/card.js +4 -4
- package/components/carousel/carousel.d.ts +5 -5
- package/components/carousel/carousel.js +9 -9
- package/components/date-label/date-label.d.ts +3 -3
- package/components/date-label/date-label.js +4 -4
- package/components/dialog/dialog.d.ts +6 -6
- package/components/dialog/dialog.js +8 -8
- package/components/expandable/expandable.d.ts +6 -6
- package/components/expandable/expandable.js +8 -8
- package/components/footer/footer.d.ts +3 -3
- package/components/footer/footer.js +4 -4
- package/components/footer-1177/footer-1177.d.ts +3 -0
- package/components/footer-1177/footer-1177.js +12 -0
- package/components/footer-1177-admin/footer-1177-admin.d.ts +3 -0
- package/components/footer-1177-admin/footer-1177-admin.js +12 -0
- package/components/footer-1177-pro/footer-1177-pro.d.ts +3 -0
- package/components/footer-1177-pro/footer-1177-pro.js +12 -0
- package/components/footer-inera/footer-inera.d.ts +3 -0
- package/components/footer-inera/footer-inera.js +12 -0
- package/components/footer-inera-admin/footer-inera-admin.d.ts +3 -0
- package/components/footer-inera-admin/footer-inera-admin.js +12 -0
- package/components/form/checkbox/checkbox-group.d.ts +3 -3
- package/components/form/checkbox/checkbox-group.js +4 -4
- package/components/form/checkbox/checkbox.d.ts +3 -3
- package/components/form/errormessage/error-message.d.ts +3 -3
- package/components/form/errormessage/error-message.js +4 -4
- package/components/form/input/input.d.ts +3 -3
- package/components/form/input/input.js +4 -4
- package/components/form/radio/radio-group.d.ts +3 -3
- package/components/form/radio/radio.d.ts +3 -3
- package/components/form/radio/radio.js +4 -4
- package/components/form/range/range.d.ts +3 -3
- package/components/form/range/range.js +4 -4
- package/components/form/select/select.d.ts +3 -3
- package/components/form/select/select.js +4 -4
- package/components/form/selectmultiple/select-multiple.d.ts +3 -3
- package/components/form/selectmultiple/select-multiple.js +4 -4
- package/components/form/spinner/spinner.d.ts +3 -3
- package/components/form/spinner/spinner.js +4 -4
- package/components/form/textarea/textarea.d.ts +3 -3
- package/components/form/textarea/textarea.js +4 -4
- package/components/form/time/time.d.ts +3 -3
- package/components/form/time/time.js +4 -4
- package/components/form/toggle/toggle.d.ts +3 -3
- package/components/form/toggle/toggle.js +4 -4
- package/components/{layout → grid}/grid.d.ts +9 -9
- package/components/{layout → grid}/grid.js +14 -14
- package/components/header/avatar/header-avatar.d.ts +5 -5
- package/components/header/avatar/header-avatar.js +8 -8
- package/components/header/header.d.ts +5 -5
- package/components/header/header.js +7 -7
- package/components/header/item/header-item.d.ts +3 -3
- package/components/header/item/header-item.js +4 -4
- package/components/header/mobile-menu/header-mobile-menu.d.ts +5 -5
- package/components/header/mobile-menu/header-mobile-menu.js +8 -8
- package/components/header/navigation/item/nav-item.d.ts +2 -2
- package/components/header/navigation/item/nav-item.js +4 -4
- package/components/header/navigation/mobile-item/nav-mobile-item.d.ts +2 -2
- package/components/header/navigation/mobile-item/nav-mobile-item.js +4 -4
- package/components/header/navigation/navigation.d.ts +2 -2
- package/components/header/navigation/navigation.js +4 -4
- package/components/header-1177/header-1177-avatar.d.ts +2 -0
- package/components/header-1177/header-1177-avatar.js +11 -0
- package/components/header-1177/header-1177-item.d.ts +2 -0
- package/components/header-1177/header-1177-item.js +11 -0
- package/components/header-1177/header-1177-nav-item-mobile.d.ts +2 -0
- package/components/header-1177/header-1177-nav-item-mobile.js +11 -0
- package/components/header-1177/header-1177-nav-item.d.ts +2 -0
- package/components/header-1177/header-1177-nav-item.js +11 -0
- package/components/header-1177/header-1177-nav-menu-mobile.d.ts +5 -0
- package/components/header-1177/header-1177-nav-menu-mobile.js +15 -0
- package/components/header-1177/header-1177-nav.d.ts +2 -0
- package/components/header-1177/header-1177-nav.js +11 -0
- package/components/header-1177/header-1177.d.ts +5 -0
- package/components/header-1177/header-1177.js +15 -0
- package/components/header-1177-admin/header-1177-admin-avatar-mobile.d.ts +2 -0
- package/components/header-1177-admin/header-1177-admin-avatar-mobile.js +11 -0
- package/components/header-1177-admin/header-1177-admin-avatar.d.ts +2 -0
- package/components/header-1177-admin/header-1177-admin-avatar.js +11 -0
- package/components/header-1177-admin/header-1177-admin-item.d.ts +2 -0
- package/components/header-1177-admin/header-1177-admin-item.js +11 -0
- package/components/header-1177-admin/header-1177-admin-nav-item.d.ts +2 -0
- package/components/header-1177-admin/header-1177-admin-nav-item.js +11 -0
- package/components/header-1177-admin/header-1177-admin-nav.d.ts +2 -0
- package/components/header-1177-admin/header-1177-admin-nav.js +11 -0
- package/components/header-1177-admin/header-1177-admin.d.ts +3 -0
- package/components/header-1177-admin/header-1177-admin.js +12 -0
- package/components/header-1177-pro/header-1177-pro-avatar-mobile.d.ts +2 -0
- package/components/header-1177-pro/header-1177-pro-avatar-mobile.js +11 -0
- package/components/header-1177-pro/header-1177-pro-avatar.d.ts +2 -0
- package/components/header-1177-pro/header-1177-pro-avatar.js +11 -0
- package/components/header-1177-pro/header-1177-pro-item.d.ts +2 -0
- package/components/header-1177-pro/header-1177-pro-item.js +11 -0
- package/components/header-1177-pro/header-1177-pro-nav-item.d.ts +2 -0
- package/components/header-1177-pro/header-1177-pro-nav-item.js +11 -0
- package/components/header-1177-pro/header-1177-pro-nav-menu-mobile.d.ts +5 -0
- package/components/header-1177-pro/header-1177-pro-nav-menu-mobile.js +15 -0
- package/components/header-1177-pro/header-1177-pro-nav.d.ts +2 -0
- package/components/header-1177-pro/header-1177-pro-nav.js +11 -0
- package/components/header-1177-pro/header-1177-pro.d.ts +5 -0
- package/components/header-1177-pro/header-1177-pro.js +15 -0
- package/components/icon-region/icon-region.d.ts +3 -3
- package/components/icon-region/icon-region.js +4 -4
- package/components/icons/icon-1177.d.ts +3 -3
- package/components/icons/icon-1177.js +4 -4
- package/components/icons/icon-activity.d.ts +3 -3
- package/components/icons/icon-activity.js +4 -4
- package/components/icons/icon-agent.d.ts +3 -3
- package/components/icons/icon-agent.js +4 -4
- package/components/icons/icon-alarm-clock-inactivity.d.ts +3 -3
- package/components/icons/icon-alarm-clock-inactivity.js +4 -4
- package/components/icons/icon-alarm-clock-neutral.d.ts +3 -3
- package/components/icons/icon-alarm-clock-neutral.js +4 -4
- package/components/icons/icon-archive.d.ts +3 -3
- package/components/icons/icon-archive.js +4 -4
- package/components/icons/icon-arrow.d.ts +3 -3
- package/components/icons/icon-arrow.js +4 -4
- package/components/icons/icon-attention.d.ts +3 -3
- package/components/icons/icon-attention.js +4 -4
- package/components/icons/icon-blekinge.d.ts +3 -3
- package/components/icons/icon-blekinge.js +4 -4
- package/components/icons/icon-bookmark.d.ts +3 -3
- package/components/icons/icon-bookmark.js +4 -4
- package/components/icons/icon-calendar.d.ts +3 -3
- package/components/icons/icon-calendar.js +4 -4
- package/components/icons/icon-call-active.d.ts +3 -3
- package/components/icons/icon-call-active.js +4 -4
- package/components/icons/icon-call.d.ts +3 -3
- package/components/icons/icon-call.js +4 -4
- package/components/icons/icon-camera-off.d.ts +3 -3
- package/components/icons/icon-camera-off.js +4 -4
- package/components/icons/icon-camera-on.d.ts +3 -3
- package/components/icons/icon-camera-on.js +4 -4
- package/components/icons/icon-camera-switch.d.ts +3 -3
- package/components/icons/icon-camera-switch.js +4 -4
- package/components/icons/icon-chart-bar.d.ts +3 -3
- package/components/icons/icon-chart-bar.js +4 -4
- package/components/icons/icon-chart-line.d.ts +3 -3
- package/components/icons/icon-chart-line.js +4 -4
- package/components/icons/icon-chat.d.ts +3 -3
- package/components/icons/icon-chat.js +4 -4
- package/components/icons/icon-check.d.ts +3 -3
- package/components/icons/icon-check.js +4 -4
- package/components/icons/icon-chevron-bold.d.ts +3 -3
- package/components/icons/icon-chevron-bold.js +4 -4
- package/components/icons/icon-chevron.d.ts +3 -3
- package/components/icons/icon-chevron.js +4 -4
- package/components/icons/icon-clipboard-cross.d.ts +3 -3
- package/components/icons/icon-clipboard-cross.js +4 -4
- package/components/icons/icon-clipboard-text.d.ts +3 -3
- package/components/icons/icon-clipboard-text.js +4 -4
- package/components/icons/icon-clipboard.d.ts +3 -3
- package/components/icons/icon-clipboard.js +4 -4
- package/components/icons/icon-clock.d.ts +3 -3
- package/components/icons/icon-clock.js +4 -4
- package/components/icons/icon-close-bold.d.ts +3 -3
- package/components/icons/icon-close-bold.js +4 -4
- package/components/icons/icon-close.d.ts +3 -3
- package/components/icons/icon-close.js +4 -4
- package/components/icons/icon-cog.d.ts +3 -3
- package/components/icons/icon-cog.js +4 -4
- package/components/icons/icon-computer-inera.d.ts +3 -3
- package/components/icons/icon-computer-inera.js +4 -4
- package/components/icons/icon-computer.d.ts +3 -3
- package/components/icons/icon-computer.js +4 -4
- package/components/icons/icon-copy-file.d.ts +3 -3
- package/components/icons/icon-copy-file.js +4 -4
- package/components/icons/icon-copy-link.d.ts +3 -3
- package/components/icons/icon-copy-link.js +4 -4
- package/components/icons/icon-dalarna.d.ts +3 -3
- package/components/icons/icon-dalarna.js +4 -4
- package/components/icons/icon-denied.d.ts +3 -3
- package/components/icons/icon-denied.js +4 -4
- package/components/icons/icon-doctors-bag.d.ts +3 -3
- package/components/icons/icon-doctors-bag.js +4 -4
- package/components/icons/icon-document.d.ts +3 -3
- package/components/icons/icon-document.js +4 -4
- package/components/icons/icon-download.d.ts +3 -3
- package/components/icons/icon-download.js +4 -4
- package/components/icons/icon-drag-n-drop.d.ts +3 -3
- package/components/icons/icon-drag-n-drop.js +4 -4
- package/components/icons/icon-ear-hearing.d.ts +3 -3
- package/components/icons/icon-ear-hearing.js +4 -4
- package/components/icons/icon-edit.d.ts +3 -3
- package/components/icons/icon-edit.js +4 -4
- package/components/icons/icon-email-sent.d.ts +3 -3
- package/components/icons/icon-email-sent.js +4 -4
- package/components/icons/icon-email-unread.d.ts +3 -3
- package/components/icons/icon-email-unread.js +4 -4
- package/components/icons/icon-email.d.ts +3 -3
- package/components/icons/icon-email.js +4 -4
- package/components/icons/icon-expand.d.ts +3 -3
- package/components/icons/icon-expand.js +4 -4
- package/components/icons/icon-external.d.ts +3 -3
- package/components/icons/icon-external.js +4 -4
- package/components/icons/icon-facebook.d.ts +3 -3
- package/components/icons/icon-facebook.js +4 -4
- package/components/icons/icon-file-csv.d.ts +3 -3
- package/components/icons/icon-file-csv.js +4 -4
- package/components/icons/icon-file-excel.d.ts +3 -3
- package/components/icons/icon-file-excel.js +4 -4
- package/components/icons/icon-file-other.d.ts +3 -3
- package/components/icons/icon-file-other.js +4 -4
- package/components/icons/icon-file-pdf.d.ts +3 -3
- package/components/icons/icon-file-pdf.js +4 -4
- package/components/icons/icon-file-picture.d.ts +3 -3
- package/components/icons/icon-file-picture.js +4 -4
- package/components/icons/icon-file-powerpoint.d.ts +3 -3
- package/components/icons/icon-file-powerpoint.js +4 -4
- package/components/icons/icon-file-word.d.ts +3 -3
- package/components/icons/icon-file-word.js +4 -4
- package/components/icons/icon-find-care.d.ts +3 -3
- package/components/icons/icon-find-care.js +4 -4
- package/components/icons/icon-find-region.d.ts +3 -3
- package/components/icons/icon-find-region.js +4 -4
- package/components/icons/icon-flag.d.ts +3 -3
- package/components/icons/icon-flag.js +4 -4
- package/components/icons/icon-form-numbered-reocurring.d.ts +3 -3
- package/components/icons/icon-form-numbered-reocurring.js +4 -4
- package/components/icons/icon-form-numbered.d.ts +3 -3
- package/components/icons/icon-form-numbered.js +4 -4
- package/components/icons/icon-gavleborg.d.ts +3 -3
- package/components/icons/icon-gavleborg.js +4 -4
- package/components/icons/icon-gotland.d.ts +3 -3
- package/components/icons/icon-gotland.js +4 -4
- package/components/icons/icon-halland.d.ts +3 -3
- package/components/icons/icon-halland.js +4 -4
- package/components/icons/icon-headphones.d.ts +3 -3
- package/components/icons/icon-headphones.js +4 -4
- package/components/icons/icon-hourglass-end.d.ts +3 -3
- package/components/icons/icon-hourglass-end.js +4 -4
- package/components/icons/icon-hourglass-start.d.ts +3 -3
- package/components/icons/icon-hourglass-start.js +4 -4
- package/components/icons/icon-hourglass.d.ts +3 -3
- package/components/icons/icon-hourglass.js +4 -4
- package/components/icons/icon-house.d.ts +3 -3
- package/components/icons/icon-house.js +4 -4
- package/components/icons/icon-id-card-locked.d.ts +3 -3
- package/components/icons/icon-id-card-locked.js +4 -4
- package/components/icons/icon-id-card.d.ts +3 -3
- package/components/icons/icon-id-card.js +4 -4
- package/components/icons/icon-image.d.ts +3 -3
- package/components/icons/icon-image.js +4 -4
- package/components/icons/icon-inera-legacy.d.ts +3 -3
- package/components/icons/icon-inera-legacy.js +4 -4
- package/components/icons/icon-inera.d.ts +3 -3
- package/components/icons/icon-inera.js +4 -4
- package/components/icons/icon-information.d.ts +3 -3
- package/components/icons/icon-information.js +4 -4
- package/components/icons/icon-jamtland-harjedalen.d.ts +3 -3
- package/components/icons/icon-jamtland-harjedalen.js +4 -4
- package/components/icons/icon-jonkoping.d.ts +3 -3
- package/components/icons/icon-jonkoping.js +4 -4
- package/components/icons/icon-kalmar.d.ts +3 -3
- package/components/icons/icon-kalmar.js +4 -4
- package/components/icons/icon-kronoberg.d.ts +3 -3
- package/components/icons/icon-kronoberg.js +4 -4
- package/components/icons/icon-lightbulb.d.ts +3 -3
- package/components/icons/icon-lightbulb.js +4 -4
- package/components/icons/icon-linkedin.d.ts +3 -3
- package/components/icons/icon-linkedin.js +4 -4
- package/components/icons/icon-list.d.ts +3 -3
- package/components/icons/icon-list.js +4 -4
- package/components/icons/icon-lock-open.d.ts +3 -3
- package/components/icons/icon-lock-open.js +4 -4
- package/components/icons/icon-lock.d.ts +3 -3
- package/components/icons/icon-lock.js +4 -4
- package/components/icons/icon-log-locked.d.ts +3 -3
- package/components/icons/icon-log-locked.js +4 -4
- package/components/icons/icon-log.d.ts +3 -3
- package/components/icons/icon-log.js +4 -4
- package/components/icons/icon-menu.d.ts +3 -3
- package/components/icons/icon-menu.js +4 -4
- package/components/icons/icon-minus.d.ts +3 -3
- package/components/icons/icon-minus.js +4 -4
- package/components/icons/icon-moment-start.d.ts +3 -3
- package/components/icons/icon-moment-start.js +4 -4
- package/components/icons/icon-moment-stop.d.ts +3 -3
- package/components/icons/icon-moment-stop.js +4 -4
- package/components/icons/icon-norrbotten.d.ts +3 -3
- package/components/icons/icon-norrbotten.js +4 -4
- package/components/icons/icon-office-building.d.ts +3 -3
- package/components/icons/icon-office-building.js +4 -4
- package/components/icons/icon-orebro.d.ts +3 -3
- package/components/icons/icon-orebro.js +4 -4
- package/components/icons/icon-organization.d.ts +3 -3
- package/components/icons/icon-organization.js +4 -4
- package/components/icons/icon-ostergotland.d.ts +3 -3
- package/components/icons/icon-ostergotland.js +4 -4
- package/components/icons/icon-plus.d.ts +3 -3
- package/components/icons/icon-plus.js +4 -4
- package/components/icons/icon-prescription.d.ts +3 -3
- package/components/icons/icon-prescription.js +4 -4
- package/components/icons/icon-print.d.ts +3 -3
- package/components/icons/icon-print.js +4 -4
- package/components/icons/icon-question.d.ts +3 -3
- package/components/icons/icon-question.js +4 -4
- package/components/icons/icon-reload.d.ts +3 -3
- package/components/icons/icon-reload.js +4 -4
- package/components/icons/icon-reply.d.ts +3 -3
- package/components/icons/icon-reply.js +4 -4
- package/components/icons/icon-search-inera.d.ts +3 -3
- package/components/icons/icon-search-inera.js +4 -4
- package/components/icons/icon-search.d.ts +3 -3
- package/components/icons/icon-search.js +4 -4
- package/components/icons/icon-share.d.ts +3 -3
- package/components/icons/icon-share.js +4 -4
- package/components/icons/icon-shield-locked-primary.d.ts +3 -3
- package/components/icons/icon-shield-locked-primary.js +4 -4
- package/components/icons/icon-shield-locked.d.ts +3 -3
- package/components/icons/icon-shield-locked.js +4 -4
- package/components/icons/icon-skane.d.ts +3 -3
- package/components/icons/icon-skane.js +4 -4
- package/components/icons/icon-sormland.d.ts +3 -3
- package/components/icons/icon-sormland.js +4 -4
- package/components/icons/icon-star-filled.d.ts +3 -3
- package/components/icons/icon-star-filled.js +4 -4
- package/components/icons/icon-star.d.ts +3 -3
- package/components/icons/icon-star.js +4 -4
- package/components/icons/icon-stockholm.d.ts +3 -3
- package/components/icons/icon-stockholm.js +4 -4
- package/components/icons/icon-success.d.ts +3 -3
- package/components/icons/icon-success.js +4 -4
- package/components/icons/icon-swap.d.ts +3 -3
- package/components/icons/icon-swap.js +4 -4
- package/components/icons/icon-switch-person.d.ts +3 -3
- package/components/icons/icon-switch-person.js +4 -4
- package/components/icons/icon-telephone.d.ts +3 -3
- package/components/icons/icon-telephone.js +4 -4
- package/components/icons/icon-test-tube-analyze.d.ts +3 -3
- package/components/icons/icon-test-tube-analyze.js +4 -4
- package/components/icons/icon-test-tube-empty.d.ts +3 -3
- package/components/icons/icon-test-tube-empty.js +4 -4
- package/components/icons/icon-test-tube.d.ts +3 -3
- package/components/icons/icon-test-tube.js +4 -4
- package/components/icons/icon-toggle-card.d.ts +3 -3
- package/components/icons/icon-toggle-card.js +4 -4
- package/components/icons/icon-toggle-list.d.ts +3 -3
- package/components/icons/icon-toggle-list.js +4 -4
- package/components/icons/icon-trash.d.ts +3 -3
- package/components/icons/icon-trash.js +4 -4
- package/components/icons/icon-twitter.d.ts +3 -3
- package/components/icons/icon-twitter.js +4 -4
- package/components/icons/icon-uppsala.d.ts +3 -3
- package/components/icons/icon-uppsala.js +4 -4
- package/components/icons/icon-user.d.ts +3 -3
- package/components/icons/icon-user.js +4 -4
- package/components/icons/icon-varmland.d.ts +3 -3
- package/components/icons/icon-varmland.js +4 -4
- package/components/icons/icon-vasterbotten.d.ts +3 -3
- package/components/icons/icon-vasterbotten.js +4 -4
- package/components/icons/icon-vasternorrland.d.ts +3 -3
- package/components/icons/icon-vasternorrland.js +4 -4
- package/components/icons/icon-vastmanland.d.ts +3 -3
- package/components/icons/icon-vastmanland.js +4 -4
- package/components/icons/icon-vastra-gotaland.d.ts +3 -3
- package/components/icons/icon-vastra-gotaland.js +4 -4
- package/components/icons/icon-video-off.d.ts +3 -3
- package/components/icons/icon-video-off.js +4 -4
- package/components/icons/icon-video-on.d.ts +3 -3
- package/components/icons/icon-video-on.js +4 -4
- package/components/icons/icon-video-switch.d.ts +3 -3
- package/components/icons/icon-video-switch.js +4 -4
- package/components/icons/icon-visibility-off.d.ts +3 -3
- package/components/icons/icon-visibility-off.js +4 -4
- package/components/icons/icon-visibility.d.ts +3 -3
- package/components/icons/icon-visibility.js +4 -4
- package/components/icons/icon-warning.d.ts +3 -3
- package/components/icons/icon-warning.js +4 -4
- package/components/icons/icon-x.d.ts +3 -3
- package/components/link/link.d.ts +3 -3
- package/components/link/link.js +4 -4
- package/components/list/item/info/list-item-info.d.ts +3 -3
- package/components/list/item/info/list-item-info.js +4 -4
- package/components/list/item/list-item.d.ts +3 -3
- package/components/list/item/list-item.js +4 -4
- package/components/list/list.d.ts +3 -3
- package/components/list/list.js +4 -4
- package/components/mobile/menu/avatar/mobile-avatar.d.ts +2 -2
- package/components/mobile/menu/avatar/mobile-avatar.js +4 -4
- package/components/mobile/menu/item/mobile-item.d.ts +4 -4
- package/components/mobile/menu/item/mobile-item.js +7 -7
- package/components/mobile/menu/mobile-menu.d.ts +3 -3
- package/components/mobile/menu/mobile-menu.js +4 -4
- package/components/navigation/content/navigation-content.d.ts +3 -3
- package/components/navigation/content/navigation-content.js +4 -4
- package/components/navigation/local/navigation-local.d.ts +3 -3
- package/components/navigation/local/navigation-local.js +4 -4
- package/components/notification/badge/notification-badge.d.ts +3 -3
- package/components/notification/badge/notification-badge.js +4 -4
- package/components/popover/popover.d.ts +5 -5
- package/components/popover/popover.js +9 -9
- package/components/progressbar/progressbar.d.ts +3 -3
- package/components/progressbar/progressbar.js +4 -4
- package/components/stepper/stepper.d.ts +5 -5
- package/components/stepper/stepper.js +9 -9
- package/components/tabs/tabs.d.ts +9 -9
- package/components/tabs/tabs.js +17 -17
- package/components/tag/tag.d.ts +6 -6
- package/components/tag/tag.js +8 -8
- package/components/tooltip/tooltip.d.ts +3 -3
- package/components/tooltip/tooltip.js +4 -4
- package/package.json +2 -2
|
@@ -4,15 +4,15 @@ import { IDSBreadcrumbs as IDSBreadcrumbs$1 } from '@inera/ids-core/components/b
|
|
|
4
4
|
import { IDSCrumb as IDSCrumb$1 } from '@inera/ids-core/components/breadcrumbs/crumb/crumb-element';
|
|
5
5
|
import { createComponent } from '@lit-labs/react';
|
|
6
6
|
|
|
7
|
-
const IDSBreadcrumbs = createComponent({
|
|
8
|
-
tagName: 'ids-breadcrumbs',
|
|
9
|
-
elementClass: IDSBreadcrumbs$1,
|
|
10
|
-
react: React,
|
|
11
|
-
});
|
|
12
|
-
const IDSCrumb = createComponent({
|
|
13
|
-
tagName: 'ids-crumb',
|
|
14
|
-
elementClass: IDSCrumb$1,
|
|
15
|
-
react: React,
|
|
7
|
+
const IDSBreadcrumbs = createComponent({
|
|
8
|
+
tagName: 'ids-breadcrumbs',
|
|
9
|
+
elementClass: IDSBreadcrumbs$1,
|
|
10
|
+
react: React,
|
|
11
|
+
});
|
|
12
|
+
const IDSCrumb = createComponent({
|
|
13
|
+
tagName: 'ids-crumb',
|
|
14
|
+
elementClass: IDSCrumb$1,
|
|
15
|
+
react: React,
|
|
16
16
|
});
|
|
17
17
|
|
|
18
18
|
export { IDSBreadcrumbs, IDSCrumb };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import '@inera/ids-core/components/button/register';
|
|
2
|
-
import { IDSButton as IDSComponent } from '@inera/ids-core/components/button/button-element';
|
|
3
|
-
export declare const IDSButton: import("@lit-labs/react").ReactWebComponent<IDSComponent, {
|
|
4
|
-
onClicked: string;
|
|
5
|
-
}>;
|
|
1
|
+
import '@inera/ids-core/components/button/register';
|
|
2
|
+
import { IDSButton as IDSComponent } from '@inera/ids-core/components/button/button-element';
|
|
3
|
+
export declare const IDSButton: import("@lit-labs/react").ReactWebComponent<IDSComponent, {
|
|
4
|
+
onClicked: string;
|
|
5
|
+
}>;
|
|
@@ -3,13 +3,13 @@ import { createComponent } from '@lit-labs/react';
|
|
|
3
3
|
import '@inera/ids-core/components/button/register';
|
|
4
4
|
import { IDSButton as IDSButton$1 } from '@inera/ids-core/components/button/button-element';
|
|
5
5
|
|
|
6
|
-
const IDSButton = createComponent({
|
|
7
|
-
tagName: 'ids-button',
|
|
8
|
-
elementClass: IDSButton$1,
|
|
9
|
-
react: React,
|
|
10
|
-
events: {
|
|
11
|
-
onClicked: 'clicked'
|
|
12
|
-
}
|
|
6
|
+
const IDSButton = createComponent({
|
|
7
|
+
tagName: 'ids-button',
|
|
8
|
+
elementClass: IDSButton$1,
|
|
9
|
+
react: React,
|
|
10
|
+
events: {
|
|
11
|
+
onClicked: 'clicked'
|
|
12
|
+
}
|
|
13
13
|
});
|
|
14
14
|
|
|
15
15
|
export { IDSButton };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/button-group/register';
|
|
2
|
-
import { IDSButtonGroup as Group } from '@inera/ids-core/components/button-group/button-group-element';
|
|
3
|
-
export declare const IDSButtonGroup: import("@lit-labs/react").ReactWebComponent<Group, {}>;
|
|
1
|
+
import '@inera/ids-core/components/button-group/register';
|
|
2
|
+
import { IDSButtonGroup as Group } from '@inera/ids-core/components/button-group/button-group-element';
|
|
3
|
+
export declare const IDSButtonGroup: import("@lit-labs/react").ReactWebComponent<Group, {}>;
|
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/button-group/register';
|
|
|
3
3
|
import { IDSButtonGroup as IDSButtonGroup$1 } from '@inera/ids-core/components/button-group/button-group-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSButtonGroup = createComponent({
|
|
7
|
-
tagName: 'ids-button-group',
|
|
8
|
-
elementClass: IDSButtonGroup$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSButtonGroup = createComponent({
|
|
7
|
+
tagName: 'ids-button-group',
|
|
8
|
+
elementClass: IDSButtonGroup$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSButtonGroup };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/card/register';
|
|
2
|
-
import { IDSCard as Card } from '@inera/ids-core/components/card/card-element';
|
|
3
|
-
export declare const IDSCard: import("@lit-labs/react").ReactWebComponent<Card, {}>;
|
|
1
|
+
import '@inera/ids-core/components/card/register';
|
|
2
|
+
import { IDSCard as Card } from '@inera/ids-core/components/card/card-element';
|
|
3
|
+
export declare const IDSCard: import("@lit-labs/react").ReactWebComponent<Card, {}>;
|
package/components/card/card.js
CHANGED
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/card/register';
|
|
|
3
3
|
import { IDSCard as IDSCard$1 } from '@inera/ids-core/components/card/card-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSCard = createComponent({
|
|
7
|
-
tagName: 'ids-card',
|
|
8
|
-
elementClass: IDSCard$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSCard = createComponent({
|
|
7
|
+
tagName: 'ids-card',
|
|
8
|
+
elementClass: IDSCard$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSCard };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import '@inera/ids-core/components/carousel/register';
|
|
2
|
-
import { IDSCarousel as Carousel } from '@inera/ids-core/components/carousel/carousel-element';
|
|
3
|
-
import { IDSCarouselItem as Carouseltem } from '@inera/ids-core/components/carousel/carousel-item/carousel-item-element';
|
|
4
|
-
export declare const IDSCarousel: import("@lit-labs/react").ReactWebComponent<Carousel, {}>;
|
|
5
|
-
export declare const IDSCarouselItem: import("@lit-labs/react").ReactWebComponent<Carouseltem, {}>;
|
|
1
|
+
import '@inera/ids-core/components/carousel/register';
|
|
2
|
+
import { IDSCarousel as Carousel } from '@inera/ids-core/components/carousel/carousel-element';
|
|
3
|
+
import { IDSCarouselItem as Carouseltem } from '@inera/ids-core/components/carousel/carousel-item/carousel-item-element';
|
|
4
|
+
export declare const IDSCarousel: import("@lit-labs/react").ReactWebComponent<Carousel, {}>;
|
|
5
|
+
export declare const IDSCarouselItem: import("@lit-labs/react").ReactWebComponent<Carouseltem, {}>;
|
|
@@ -4,15 +4,15 @@ import { IDSCarousel as IDSCarousel$1 } from '@inera/ids-core/components/carouse
|
|
|
4
4
|
import { IDSCarouselItem as IDSCarouselItem$1 } from '@inera/ids-core/components/carousel/carousel-item/carousel-item-element';
|
|
5
5
|
import { createComponent } from '@lit-labs/react';
|
|
6
6
|
|
|
7
|
-
const IDSCarousel = createComponent({
|
|
8
|
-
tagName: 'ids-carousel',
|
|
9
|
-
elementClass: IDSCarousel$1,
|
|
10
|
-
react: React,
|
|
11
|
-
});
|
|
12
|
-
const IDSCarouselItem = createComponent({
|
|
13
|
-
tagName: 'ids-carousel-item',
|
|
14
|
-
elementClass: IDSCarouselItem$1,
|
|
15
|
-
react: React,
|
|
7
|
+
const IDSCarousel = createComponent({
|
|
8
|
+
tagName: 'ids-carousel',
|
|
9
|
+
elementClass: IDSCarousel$1,
|
|
10
|
+
react: React,
|
|
11
|
+
});
|
|
12
|
+
const IDSCarouselItem = createComponent({
|
|
13
|
+
tagName: 'ids-carousel-item',
|
|
14
|
+
elementClass: IDSCarouselItem$1,
|
|
15
|
+
react: React,
|
|
16
16
|
});
|
|
17
17
|
|
|
18
18
|
export { IDSCarousel, IDSCarouselItem };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/date-label/register';
|
|
2
|
-
import { IDSDateLabel as DateLabel } from '@inera/ids-core/components/date-label/date-label-element';
|
|
3
|
-
export declare const IDSDateLabel: import("@lit-labs/react").ReactWebComponent<DateLabel, {}>;
|
|
1
|
+
import '@inera/ids-core/components/date-label/register';
|
|
2
|
+
import { IDSDateLabel as DateLabel } from '@inera/ids-core/components/date-label/date-label-element';
|
|
3
|
+
export declare const IDSDateLabel: import("@lit-labs/react").ReactWebComponent<DateLabel, {}>;
|
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/date-label/register';
|
|
|
3
3
|
import { IDSDateLabel as IDSDateLabel$1 } from '@inera/ids-core/components/date-label/date-label-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSDateLabel = createComponent({
|
|
7
|
-
tagName: 'ids-date-label',
|
|
8
|
-
elementClass: IDSDateLabel$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSDateLabel = createComponent({
|
|
7
|
+
tagName: 'ids-date-label',
|
|
8
|
+
elementClass: IDSDateLabel$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSDateLabel };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import '@inera/ids-core/components/dialog/register';
|
|
2
|
-
import { IDSDialog as Dialog } from '@inera/ids-core/components/dialog/dialog-element';
|
|
3
|
-
export declare const IDSDialog: import("@lit-labs/react").ReactWebComponent<Dialog, {
|
|
4
|
-
onClosed: string;
|
|
5
|
-
onOpen: string;
|
|
6
|
-
}>;
|
|
1
|
+
import '@inera/ids-core/components/dialog/register';
|
|
2
|
+
import { IDSDialog as Dialog } from '@inera/ids-core/components/dialog/dialog-element';
|
|
3
|
+
export declare const IDSDialog: import("@lit-labs/react").ReactWebComponent<Dialog, {
|
|
4
|
+
onClosed: string;
|
|
5
|
+
onOpen: string;
|
|
6
|
+
}>;
|
|
@@ -3,14 +3,14 @@ import '@inera/ids-core/components/dialog/register';
|
|
|
3
3
|
import { IDSDialog as IDSDialog$1 } from '@inera/ids-core/components/dialog/dialog-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSDialog = createComponent({
|
|
7
|
-
tagName: 'ids-dialog',
|
|
8
|
-
elementClass: IDSDialog$1,
|
|
9
|
-
react: React,
|
|
10
|
-
events: {
|
|
11
|
-
onClosed: 'closed',
|
|
12
|
-
onOpen: 'open'
|
|
13
|
-
}
|
|
6
|
+
const IDSDialog = createComponent({
|
|
7
|
+
tagName: 'ids-dialog',
|
|
8
|
+
elementClass: IDSDialog$1,
|
|
9
|
+
react: React,
|
|
10
|
+
events: {
|
|
11
|
+
onClosed: 'closed',
|
|
12
|
+
onOpen: 'open'
|
|
13
|
+
}
|
|
14
14
|
});
|
|
15
15
|
|
|
16
16
|
export { IDSDialog };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import '@inera/ids-core/components/expandable/register';
|
|
2
|
-
import { IDSExpandable as Expandable } from '@inera/ids-core/components/expandable/expandable-element';
|
|
3
|
-
export declare const IDSExpandable: import("@lit-labs/react").ReactWebComponent<Expandable, {
|
|
4
|
-
onClosed: string;
|
|
5
|
-
onExpanded: string;
|
|
6
|
-
}>;
|
|
1
|
+
import '@inera/ids-core/components/expandable/register';
|
|
2
|
+
import { IDSExpandable as Expandable } from '@inera/ids-core/components/expandable/expandable-element';
|
|
3
|
+
export declare const IDSExpandable: import("@lit-labs/react").ReactWebComponent<Expandable, {
|
|
4
|
+
onClosed: string;
|
|
5
|
+
onExpanded: string;
|
|
6
|
+
}>;
|
|
@@ -3,14 +3,14 @@ import { createComponent } from '@lit-labs/react';
|
|
|
3
3
|
import '@inera/ids-core/components/expandable/register';
|
|
4
4
|
import { IDSExpandable as IDSExpandable$1 } from '@inera/ids-core/components/expandable/expandable-element';
|
|
5
5
|
|
|
6
|
-
const IDSExpandable = createComponent({
|
|
7
|
-
tagName: 'ids-expandable',
|
|
8
|
-
elementClass: IDSExpandable$1,
|
|
9
|
-
react: React,
|
|
10
|
-
events: {
|
|
11
|
-
onClosed: 'closed',
|
|
12
|
-
onExpanded: 'expanded'
|
|
13
|
-
}
|
|
6
|
+
const IDSExpandable = createComponent({
|
|
7
|
+
tagName: 'ids-expandable',
|
|
8
|
+
elementClass: IDSExpandable$1,
|
|
9
|
+
react: React,
|
|
10
|
+
events: {
|
|
11
|
+
onClosed: 'closed',
|
|
12
|
+
onExpanded: 'expanded'
|
|
13
|
+
}
|
|
14
14
|
});
|
|
15
15
|
|
|
16
16
|
export { IDSExpandable };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/footer/register';
|
|
2
|
-
import { IDSFooter as Footer } from '@inera/ids-core/components/footer/footer-element';
|
|
3
|
-
export declare const IDSFooter: import("@lit-labs/react").ReactWebComponent<Footer, {}>;
|
|
1
|
+
import '@inera/ids-core/components/footer/register';
|
|
2
|
+
import { IDSFooter as Footer } from '@inera/ids-core/components/footer/footer-element';
|
|
3
|
+
export declare const IDSFooter: import("@lit-labs/react").ReactWebComponent<Footer, {}>;
|
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/footer/register';
|
|
|
3
3
|
import { IDSFooter as IDSFooter$1 } from '@inera/ids-core/components/footer/footer-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSFooter = createComponent({
|
|
7
|
-
tagName: 'ids-footer',
|
|
8
|
-
elementClass: IDSFooter$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSFooter = createComponent({
|
|
7
|
+
tagName: 'ids-footer',
|
|
8
|
+
elementClass: IDSFooter$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSFooter };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import '@inera/ids-core/components/footer-1177/register';
|
|
3
|
+
import { IDSFooter1177 as IDSFooter1177$1 } from '@inera/ids-core/components/footer-1177/footer-1177-element';
|
|
4
|
+
import { createComponent } from '@lit-labs/react';
|
|
5
|
+
|
|
6
|
+
const IDSFooter1177 = createComponent({
|
|
7
|
+
tagName: 'ids-footer-1177',
|
|
8
|
+
elementClass: IDSFooter1177$1,
|
|
9
|
+
react: React,
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
export { IDSFooter1177 };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import '@inera/ids-core/components/footer-1177-admin/register';
|
|
2
|
+
import { IDSFooter1177Admin as Footer } from '@inera/ids-core/components/footer-1177-admin/footer-1177-admin-element';
|
|
3
|
+
export declare const IDSFooter1177Admin: import("@lit-labs/react").ReactWebComponent<Footer, {}>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import '@inera/ids-core/components/footer-1177-admin/register';
|
|
3
|
+
import { IDSFooter1177Admin as IDSFooter1177Admin$1 } from '@inera/ids-core/components/footer-1177-admin/footer-1177-admin-element';
|
|
4
|
+
import { createComponent } from '@lit-labs/react';
|
|
5
|
+
|
|
6
|
+
const IDSFooter1177Admin = createComponent({
|
|
7
|
+
tagName: 'ids-footer-1177-admin',
|
|
8
|
+
elementClass: IDSFooter1177Admin$1,
|
|
9
|
+
react: React,
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
export { IDSFooter1177Admin };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import '@inera/ids-core/components/footer-1177-pro/register';
|
|
3
|
+
import { IDSFooter1177Pro as IDSFooter1177Pro$1 } from '@inera/ids-core/components/footer-1177-pro/footer-1177-pro-element';
|
|
4
|
+
import { createComponent } from '@lit-labs/react';
|
|
5
|
+
|
|
6
|
+
const IDSFooter1177Pro = createComponent({
|
|
7
|
+
tagName: 'ids-footer-1177-pro',
|
|
8
|
+
elementClass: IDSFooter1177Pro$1,
|
|
9
|
+
react: React,
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
export { IDSFooter1177Pro };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import '@inera/ids-core/components/footer-inera/register';
|
|
3
|
+
import { IDSFooterInera as IDSFooterInera$1 } from '@inera/ids-core/components/footer-inera/footer-inera-element';
|
|
4
|
+
import { createComponent } from '@lit-labs/react';
|
|
5
|
+
|
|
6
|
+
const IDSFooterInera = createComponent({
|
|
7
|
+
tagName: "ids-footer-inera",
|
|
8
|
+
elementClass: IDSFooterInera$1,
|
|
9
|
+
react: React,
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
export { IDSFooterInera };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import "@inera/ids-core/components/footer-inera-admin/register";
|
|
2
|
+
import { IDSFooterIneraAdmin as Footer } from "@inera/ids-core/components/footer-inera-admin/footer-inera-admin-element";
|
|
3
|
+
export declare const IDSFooterIneraAdmin: import("@lit-labs/react").ReactWebComponent<Footer, {}>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import '@inera/ids-core/components/footer-inera-admin/register';
|
|
3
|
+
import { IDSFooterIneraAdmin as IDSFooterIneraAdmin$1 } from '@inera/ids-core/components/footer-inera-admin/footer-inera-admin-element';
|
|
4
|
+
import { createComponent } from '@lit-labs/react';
|
|
5
|
+
|
|
6
|
+
const IDSFooterIneraAdmin = createComponent({
|
|
7
|
+
tagName: "ids-footer-inera-admin",
|
|
8
|
+
elementClass: IDSFooterIneraAdmin$1,
|
|
9
|
+
react: React,
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
export { IDSFooterIneraAdmin };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/form/checkbox-group/register';
|
|
2
|
-
import { IDSCheckboxGroup as CheckboxGroup } from '@inera/ids-core/components/form/checkbox-group/checkbox-group-element';
|
|
3
|
-
export declare const IDSCheckboxGroup: import("@lit-labs/react").ReactWebComponent<CheckboxGroup, {}>;
|
|
1
|
+
import '@inera/ids-core/components/form/checkbox-group/register';
|
|
2
|
+
import { IDSCheckboxGroup as CheckboxGroup } from '@inera/ids-core/components/form/checkbox-group/checkbox-group-element';
|
|
3
|
+
export declare const IDSCheckboxGroup: import("@lit-labs/react").ReactWebComponent<CheckboxGroup, {}>;
|
|
@@ -3,10 +3,10 @@ import { createComponent } from '@lit-labs/react';
|
|
|
3
3
|
import '@inera/ids-core/components/form/checkbox-group/register';
|
|
4
4
|
import { IDSCheckboxGroup as IDSCheckboxGroup$1 } from '@inera/ids-core/components/form/checkbox-group/checkbox-group-element';
|
|
5
5
|
|
|
6
|
-
const IDSCheckboxGroup = createComponent({
|
|
7
|
-
tagName: 'ids-checkbox-group',
|
|
8
|
-
elementClass: IDSCheckboxGroup$1,
|
|
9
|
-
react: React__default,
|
|
6
|
+
const IDSCheckboxGroup = createComponent({
|
|
7
|
+
tagName: 'ids-checkbox-group',
|
|
8
|
+
elementClass: IDSCheckboxGroup$1,
|
|
9
|
+
react: React__default,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSCheckboxGroup };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/form/checkbox/register';
|
|
2
|
-
import { IDSCheckbox as IDSComponent } from '@inera/ids-core/components/form/checkbox/checkbox-element';
|
|
3
|
-
export declare const IDSCheckbox: import("@lit-labs/react").ReactWebComponent<IDSComponent, {}>;
|
|
1
|
+
import '@inera/ids-core/components/form/checkbox/register';
|
|
2
|
+
import { IDSCheckbox as IDSComponent } from '@inera/ids-core/components/form/checkbox/checkbox-element';
|
|
3
|
+
export declare const IDSCheckbox: import("@lit-labs/react").ReactWebComponent<IDSComponent, {}>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/form/error-message/register';
|
|
2
|
-
import { IDSErrorMessage as ErrorMessage } from '@inera/ids-core/components/form/error-message/error-message-element';
|
|
3
|
-
export declare const IDSErrorMessage: import("@lit-labs/react").ReactWebComponent<ErrorMessage, {}>;
|
|
1
|
+
import '@inera/ids-core/components/form/error-message/register';
|
|
2
|
+
import { IDSErrorMessage as ErrorMessage } from '@inera/ids-core/components/form/error-message/error-message-element';
|
|
3
|
+
export declare const IDSErrorMessage: import("@lit-labs/react").ReactWebComponent<ErrorMessage, {}>;
|
|
@@ -3,10 +3,10 @@ import { createComponent } from '@lit-labs/react';
|
|
|
3
3
|
import '@inera/ids-core/components/form/error-message/register';
|
|
4
4
|
import { IDSErrorMessage as IDSErrorMessage$1 } from '@inera/ids-core/components/form/error-message/error-message-element';
|
|
5
5
|
|
|
6
|
-
const IDSErrorMessage = createComponent({
|
|
7
|
-
tagName: 'ids-error-message',
|
|
8
|
-
elementClass: IDSErrorMessage$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSErrorMessage = createComponent({
|
|
7
|
+
tagName: 'ids-error-message',
|
|
8
|
+
elementClass: IDSErrorMessage$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSErrorMessage };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/form/input/register';
|
|
2
|
-
import { IDSInput as Input } from '@inera/ids-core/components/form/input/input-element';
|
|
3
|
-
export declare const IDSInput: import("@lit-labs/react").ReactWebComponent<Input, {}>;
|
|
1
|
+
import '@inera/ids-core/components/form/input/register';
|
|
2
|
+
import { IDSInput as Input } from '@inera/ids-core/components/form/input/input-element';
|
|
3
|
+
export declare const IDSInput: import("@lit-labs/react").ReactWebComponent<Input, {}>;
|
|
@@ -3,10 +3,10 @@ import { createComponent } from '@lit-labs/react';
|
|
|
3
3
|
import '@inera/ids-core/components/form/input/register';
|
|
4
4
|
import { IDSInput as IDSInput$1 } from '@inera/ids-core/components/form/input/input-element';
|
|
5
5
|
|
|
6
|
-
const IDSInput = createComponent({
|
|
7
|
-
tagName: 'ids-input',
|
|
8
|
-
elementClass: IDSInput$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSInput = createComponent({
|
|
7
|
+
tagName: 'ids-input',
|
|
8
|
+
elementClass: IDSInput$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSInput };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/form/radio/register';
|
|
2
|
-
import { IDSRadioGroup as IDSComponent } from '@inera/ids-core/components/form/radio/radio-group-element';
|
|
3
|
-
export declare const IDSRadioGroup: import("@lit-labs/react").ReactWebComponent<IDSComponent, {}>;
|
|
1
|
+
import '@inera/ids-core/components/form/radio/register';
|
|
2
|
+
import { IDSRadioGroup as IDSComponent } from '@inera/ids-core/components/form/radio/radio-group-element';
|
|
3
|
+
export declare const IDSRadioGroup: import("@lit-labs/react").ReactWebComponent<IDSComponent, {}>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/form/radio/register';
|
|
2
|
-
import { IDSRadio as Radio } from '@inera/ids-core/components/form/radio/radio-element';
|
|
3
|
-
export declare const IDSRadio: import("@lit-labs/react").ReactWebComponent<Radio, {}>;
|
|
1
|
+
import '@inera/ids-core/components/form/radio/register';
|
|
2
|
+
import { IDSRadio as Radio } from '@inera/ids-core/components/form/radio/radio-element';
|
|
3
|
+
export declare const IDSRadio: import("@lit-labs/react").ReactWebComponent<Radio, {}>;
|
|
@@ -3,10 +3,10 @@ import { createComponent } from '@lit-labs/react';
|
|
|
3
3
|
import '@inera/ids-core/components/form/radio/register';
|
|
4
4
|
import { IDSRadio as IDSRadio$1 } from '@inera/ids-core/components/form/radio/radio-element';
|
|
5
5
|
|
|
6
|
-
const IDSRadio = createComponent({
|
|
7
|
-
tagName: 'ids-radio',
|
|
8
|
-
elementClass: IDSRadio$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSRadio = createComponent({
|
|
7
|
+
tagName: 'ids-radio',
|
|
8
|
+
elementClass: IDSRadio$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSRadio };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/form/range/register';
|
|
2
|
-
import { IDSRange as Range } from '@inera/ids-core/components/form/range/range-element';
|
|
3
|
-
export declare const IDSRange: import("@lit-labs/react").ReactWebComponent<Range, {}>;
|
|
1
|
+
import '@inera/ids-core/components/form/range/register';
|
|
2
|
+
import { IDSRange as Range } from '@inera/ids-core/components/form/range/range-element';
|
|
3
|
+
export declare const IDSRange: import("@lit-labs/react").ReactWebComponent<Range, {}>;
|
|
@@ -3,10 +3,10 @@ import { createComponent } from '@lit-labs/react';
|
|
|
3
3
|
import '@inera/ids-core/components/form/range/register';
|
|
4
4
|
import { IDSRange as IDSRange$1 } from '@inera/ids-core/components/form/range/range-element';
|
|
5
5
|
|
|
6
|
-
const IDSRange = createComponent({
|
|
7
|
-
tagName: 'ids-range',
|
|
8
|
-
elementClass: IDSRange$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSRange = createComponent({
|
|
7
|
+
tagName: 'ids-range',
|
|
8
|
+
elementClass: IDSRange$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSRange };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/form/select/register';
|
|
2
|
-
import { IDSSelect as Select } from '@inera/ids-core/components/form/select/select-element';
|
|
3
|
-
export declare const IDSSelect: import("@lit-labs/react").ReactWebComponent<Select, {}>;
|
|
1
|
+
import '@inera/ids-core/components/form/select/register';
|
|
2
|
+
import { IDSSelect as Select } from '@inera/ids-core/components/form/select/select-element';
|
|
3
|
+
export declare const IDSSelect: import("@lit-labs/react").ReactWebComponent<Select, {}>;
|
|
@@ -3,10 +3,10 @@ import { createComponent } from '@lit-labs/react';
|
|
|
3
3
|
import '@inera/ids-core/components/form/select/register';
|
|
4
4
|
import { IDSSelect as IDSSelect$1 } from '@inera/ids-core/components/form/select/select-element';
|
|
5
5
|
|
|
6
|
-
const IDSSelect = createComponent({
|
|
7
|
-
tagName: 'ids-select',
|
|
8
|
-
elementClass: IDSSelect$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSSelect = createComponent({
|
|
7
|
+
tagName: 'ids-select',
|
|
8
|
+
elementClass: IDSSelect$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSSelect };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/form/select-multiple/register';
|
|
2
|
-
import { IDSSelectMultiple as SelectMultiple } from '@inera/ids-core/components/form/select-multiple/select-multiple-element';
|
|
3
|
-
export declare const IDSSelectMultiple: import("@lit-labs/react").ReactWebComponent<SelectMultiple, {}>;
|
|
1
|
+
import '@inera/ids-core/components/form/select-multiple/register';
|
|
2
|
+
import { IDSSelectMultiple as SelectMultiple } from '@inera/ids-core/components/form/select-multiple/select-multiple-element';
|
|
3
|
+
export declare const IDSSelectMultiple: import("@lit-labs/react").ReactWebComponent<SelectMultiple, {}>;
|
|
@@ -3,10 +3,10 @@ import { createComponent } from '@lit-labs/react';
|
|
|
3
3
|
import '@inera/ids-core/components/form/select-multiple/register';
|
|
4
4
|
import { IDSSelectMultiple as IDSSelectMultiple$1 } from '@inera/ids-core/components/form/select-multiple/select-multiple-element';
|
|
5
5
|
|
|
6
|
-
const IDSSelectMultiple = createComponent({
|
|
7
|
-
tagName: 'ids-select-multiple',
|
|
8
|
-
elementClass: IDSSelectMultiple$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSSelectMultiple = createComponent({
|
|
7
|
+
tagName: 'ids-select-multiple',
|
|
8
|
+
elementClass: IDSSelectMultiple$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSSelectMultiple };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/form/spinner/register';
|
|
2
|
-
import { IDSSpinner as Spinner } from '@inera/ids-core/components/form/spinner/spinner-element';
|
|
3
|
-
export declare const IDSSpinner: import("@lit-labs/react").ReactWebComponent<Spinner, {}>;
|
|
1
|
+
import '@inera/ids-core/components/form/spinner/register';
|
|
2
|
+
import { IDSSpinner as Spinner } from '@inera/ids-core/components/form/spinner/spinner-element';
|
|
3
|
+
export declare const IDSSpinner: import("@lit-labs/react").ReactWebComponent<Spinner, {}>;
|
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/form/spinner/register';
|
|
|
3
3
|
import { IDSSpinner as IDSSpinner$1 } from '@inera/ids-core/components/form/spinner/spinner-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSSpinner = createComponent({
|
|
7
|
-
tagName: 'ids-spinner',
|
|
8
|
-
elementClass: IDSSpinner$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSSpinner = createComponent({
|
|
7
|
+
tagName: 'ids-spinner',
|
|
8
|
+
elementClass: IDSSpinner$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSSpinner };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/form/textarea/register';
|
|
2
|
-
import { IDSTextarea as Textarea } from '@inera/ids-core/components/form/textarea/textarea-element';
|
|
3
|
-
export declare const IDSTextarea: import("@lit-labs/react").ReactWebComponent<Textarea, {}>;
|
|
1
|
+
import '@inera/ids-core/components/form/textarea/register';
|
|
2
|
+
import { IDSTextarea as Textarea } from '@inera/ids-core/components/form/textarea/textarea-element';
|
|
3
|
+
export declare const IDSTextarea: import("@lit-labs/react").ReactWebComponent<Textarea, {}>;
|
|
@@ -3,10 +3,10 @@ import { createComponent } from '@lit-labs/react';
|
|
|
3
3
|
import '@inera/ids-core/components/form/textarea/register';
|
|
4
4
|
import { IDSTextarea as IDSTextarea$1 } from '@inera/ids-core/components/form/textarea/textarea-element';
|
|
5
5
|
|
|
6
|
-
const IDSTextarea = createComponent({
|
|
7
|
-
tagName: 'ids-textarea',
|
|
8
|
-
elementClass: IDSTextarea$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSTextarea = createComponent({
|
|
7
|
+
tagName: 'ids-textarea',
|
|
8
|
+
elementClass: IDSTextarea$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSTextarea };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/form/time/register';
|
|
2
|
-
import { IDSTime as Time } from '@inera/ids-core/components/form/time/time-element';
|
|
3
|
-
export declare const IDSTime: import("@lit-labs/react").ReactWebComponent<Time, {}>;
|
|
1
|
+
import '@inera/ids-core/components/form/time/register';
|
|
2
|
+
import { IDSTime as Time } from '@inera/ids-core/components/form/time/time-element';
|
|
3
|
+
export declare const IDSTime: import("@lit-labs/react").ReactWebComponent<Time, {}>;
|