@ebrains/components 0.9.3-beta → 1.1.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/README.md +4 -2
- package/dist/cjs/{analytics-d8fb3fdd.js → analytics-28713bf7.js} +2 -2
- package/dist/cjs/color-primary-palette_6.cjs.entry.js +15 -15
- package/dist/cjs/components-section.cjs.entry.js +24 -18
- package/dist/cjs/components.cjs.js +2 -2
- package/dist/cjs/correct-use-of-colors.cjs.entry.js +2 -2
- package/dist/cjs/docs-palettes.cjs.entry.js +2 -2
- package/dist/cjs/docs-tokens.cjs.entry.js +2 -2
- package/dist/cjs/eds-accordion.cjs.entry.js +5 -5
- package/dist/cjs/eds-alert.cjs.entry.js +4 -4
- package/dist/cjs/eds-app-root.cjs.entry.js +2 -2
- package/dist/cjs/eds-avatar_28.cjs.entry.js +2711 -0
- package/dist/cjs/eds-breadcrumb.cjs.entry.js +145 -0
- package/dist/cjs/eds-card-desc_2.cjs.entry.js +4 -5
- package/dist/cjs/eds-card-generic.cjs.entry.js +4 -4
- package/dist/cjs/eds-card-project.cjs.entry.js +136 -8
- package/dist/cjs/eds-card-section.cjs.entry.js +1 -1
- package/dist/cjs/eds-card-tags.cjs.entry.js +2 -2
- package/dist/cjs/eds-card-tool.cjs.entry.js +3 -3
- package/dist/cjs/eds-code-block.cjs.entry.js +2 -2
- package/dist/cjs/eds-cookies-preference.cjs.entry.js +2 -2
- package/dist/cjs/eds-feedback.cjs.entry.js +7 -2
- package/dist/cjs/eds-frame.cjs.entry.js +3 -3
- package/dist/cjs/eds-gauge.cjs.entry.js +60 -0
- package/dist/cjs/eds-icon-arrow-diagonal.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-arrow-right.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-bluesky.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-bookmark.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-chevron-down.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-chevron-left.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-chevron-right.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-chevron-up.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-close.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-copy.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-eu.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-external.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-facebook.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-gitlab.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-linkedin.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-loader.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-mastodon.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-menu.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-minus.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-more.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-paper.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-plus.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-portal.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-private.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-public.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-search.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-star.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-success.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-thumbs-down.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-thumbs-up.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-tutorial.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-twitter.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-unknown.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-updown.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-user.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-youtube.cjs.entry.js +2 -2
- package/dist/cjs/eds-matomo-notice.cjs.entry.js +10 -8
- package/dist/cjs/eds-pie.cjs.entry.js +106 -0
- package/dist/cjs/eds-progress-bar.cjs.entry.js +32 -5
- package/dist/cjs/eds-rating.cjs.entry.js +2 -2
- package/dist/cjs/eds-section-core_2.cjs.entry.js +4 -4
- package/dist/cjs/eds-spinner.cjs.entry.js +2 -2
- package/dist/cjs/eds-splash-screen.cjs.entry.js +60 -0
- package/dist/cjs/eds-switch.cjs.entry.js +14 -6
- package/dist/cjs/eds-timeline.cjs.entry.js +3 -3
- package/dist/cjs/eds-toast-manager.cjs.entry.js +33 -4
- package/dist/cjs/eds-toast.cjs.entry.js +5 -4
- package/dist/cjs/eds-tooltip.cjs.entry.js +7 -84
- package/dist/cjs/eds-trl.cjs.entry.js +2 -2
- package/dist/cjs/incorrect-use-of-colors.cjs.entry.js +2 -2
- package/dist/cjs/{index-2f63169d.js → index-88c8039f.js} +53 -311
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/logo-space.cjs.entry.js +2 -2
- package/dist/cjs/logo-variations-horizontal_2.cjs.entry.js +3 -3
- package/dist/cjs/logo-variations-tabs.cjs.entry.js +2 -2
- package/dist/cjs/logo-wrong-usage.cjs.entry.js +2 -2
- package/dist/cjs/svg-repository.cjs.entry.js +2 -2
- package/dist/cjs/token-list_3.cjs.entry.js +4 -4
- package/dist/cjs/token-ratios.cjs.entry.js +2 -2
- package/dist/cjs/token-spacing.cjs.entry.js +16 -0
- package/dist/cjs/token-typography.cjs.entry.js +2 -2
- package/dist/collection/collection-manifest.json +4 -4
- package/dist/collection/components/eds-accordion/eds-accordion.css +0 -8
- package/dist/collection/components/eds-accordion/eds-accordion.js +2 -2
- package/dist/collection/components/eds-alert/eds-alert.css +1 -575
- package/dist/collection/components/eds-alert/eds-alert.js +2 -2
- package/dist/collection/components/eds-alert/eds-alert.stories.js +3 -1
- package/dist/collection/components/eds-avatar/eds-avatar.css +40 -25
- package/dist/collection/components/eds-avatar/eds-avatar.js +11 -21
- package/dist/collection/components/eds-avatar/eds-avatar.stories.js +5 -2
- package/dist/collection/components/eds-block-break/eds-block-break.css +2 -27
- package/dist/collection/components/eds-block-break/eds-block-break.js +9 -14
- package/dist/collection/components/eds-breadcrump/eds-breadcrump.js +1 -1
- package/dist/collection/components/eds-button/eds-button.css +318 -8312
- package/dist/collection/components/eds-button/eds-button.js +5 -59
- package/dist/collection/components/eds-button/eds-button.stories.js +4 -1
- package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.css +5 -7
- package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.js +1 -20
- package/dist/collection/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.js +1 -1
- package/dist/collection/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.js +1 -1
- package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.css +10 -1
- package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.js +1 -1
- package/dist/collection/components/eds-cards/eds-card-project/eds-card-project.js +1 -1
- package/dist/collection/components/eds-cards/eds-card-tool/eds-card-tool.js +1 -1
- package/dist/collection/components/eds-charts/eds-gauge/eds-gauge.css +58 -0
- package/dist/collection/components/eds-charts/eds-gauge/eds-gauge.js +172 -0
- package/dist/collection/components/eds-charts/eds-gauge/eds-gauge.stories.js +57 -0
- package/dist/collection/components/eds-charts/eds-pie/eds-pie.css +135 -0
- package/dist/collection/components/eds-charts/eds-pie/eds-pie.js +229 -0
- package/dist/collection/components/eds-charts/eds-pie/eds-pie.stories.js +76 -0
- package/dist/collection/components/eds-code-block/eds-code-block.js +1 -1
- package/dist/collection/components/eds-dropdown/eds-dropdown.js +2 -2
- package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-down/eds-icon-chevron-down.js +1 -1
- package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-left/eds-icon-chevron-left.js +1 -1
- package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-right/eds-icon-chevron-right.js +1 -1
- package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-up/eds-icon-chevron-up.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-arrow-diagonal/eds-icon-arrow-diagonal.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-arrow-right/eds-icon-arrow-right.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-bookmark/eds-icon-bookmark.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-close/eds-icon-close.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-copy/eds-icon-copy.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-eu/eds-icon-eu.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-external/eds-icon-external.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-gitlab/eds-icon-gitlab.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-loader/eds-icon-loader.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-menu/eds-icon-menu.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-minus/eds-icon-minus.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-more/eds-icon-more.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-paper/eds-icon-paper.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-plus/eds-icon-plus.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-portal/eds-icon-portal.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-private/eds-icon-private.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-public/eds-icon-public.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-search/eds-icon-search.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-star/eds-icon-star.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-success/eds-icon-success.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-thumbs-down/eds-icon-thumbs-down.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-thumbs-up/eds-icon-thumbs-up.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-tutorial/eds-icon-tutorial.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-unknown/eds-icon-unknown.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-updown/eds-icon-updown.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-user/eds-icon-user.js +1 -1
- package/dist/collection/components/eds-icons/social/eds-icon-bluesky/eds-icon-bluesky.js +1 -1
- package/dist/collection/components/eds-icons/social/eds-icon-facebook/eds-icon-facebook.js +1 -1
- package/dist/collection/components/eds-icons/social/eds-icon-linkedin/eds-icon-linkedin.js +1 -1
- package/dist/collection/components/eds-icons/social/eds-icon-mastodon/eds-icon-mastodon.js +1 -1
- package/dist/collection/components/eds-icons/social/eds-icon-twitter/eds-icon-twitter.js +1 -1
- package/dist/collection/components/eds-icons/social/eds-icon-youtube/eds-icon-youtube.js +1 -1
- package/dist/collection/components/eds-img/eds-img.js +2 -2
- package/dist/collection/components/eds-input-elements/eds-input/eds-input.js +2 -2
- package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.js +1 -1
- package/dist/collection/components/eds-input-elements/eds-input-label/eds-input-label.js +1 -1
- package/dist/collection/components/eds-input-elements/eds-input-range/eds-input-range.js +1 -1
- package/dist/collection/components/eds-input-elements/eds-input-search/eds-input-search.js +1 -1
- package/dist/collection/components/eds-input-elements/eds-input-select/eds-input-select.js +33 -156
- package/dist/collection/components/eds-input-field/eds-input-field.js +42 -15
- package/dist/collection/components/eds-link/eds-link.css +384 -6247
- package/dist/collection/components/eds-link/eds-link.js +2 -1
- package/dist/collection/components/eds-logo/eds-logo.js +1 -1
- package/dist/collection/components/eds-modal/eds-modal.js +2 -2
- package/dist/collection/components/eds-pagination/eds-pagination.js +1 -1
- package/dist/collection/components/eds-progress-bar/eds-progress-bar.css +96 -61
- package/dist/collection/components/eds-progress-bar/eds-progress-bar.js +48 -3
- package/dist/collection/components/eds-progress-bar/eds-progress-bar.stories.js +3 -4
- package/dist/collection/components/eds-rating/eds-rating.js +1 -1
- package/dist/collection/components/eds-section/eds-section-core/eds-section-core.js +5 -1
- package/dist/collection/components/eds-section/eds-section-heading/eds-section-heading.js +2 -2
- package/dist/collection/components/eds-spinner/eds-spinner.js +1 -1
- package/dist/collection/components/eds-switch/eds-switch.css +13 -2
- package/dist/collection/components/eds-switch/eds-switch.js +13 -5
- package/dist/collection/components/eds-table/eds-table.css +5 -0
- package/dist/collection/components/eds-table/eds-table.js +171 -22
- package/dist/collection/components/eds-table/eds-table.stories.js +1 -11
- package/dist/collection/components/eds-tag/eds-tag.css +22 -12
- package/dist/collection/components/eds-tag/eds-tag.js +1 -1
- package/dist/collection/components/eds-timeline/eds-timeline.css +46 -7755
- package/dist/collection/components/eds-timeline/eds-timeline.js +4 -1
- package/dist/collection/components/eds-toast/eds-toast.js +7 -7
- package/dist/collection/components/eds-tooltip/eds-tooltip.css +89 -93
- package/dist/collection/components/eds-tooltip/eds-tooltip.js +6 -120
- package/dist/collection/components/eds-tooltip/eds-tooltip.stories.js +5 -3
- package/dist/collection/components/eds-trl/eds-trl.js +1 -1
- package/dist/collection/eds-docs-ui/colors/color-palette/primary.js +1 -1
- package/dist/collection/eds-docs-ui/colors/color-palette/secondary.js +1 -1
- package/dist/collection/eds-docs-ui/colors/color-palette/support.js +1 -1
- package/dist/collection/eds-docs-ui/colors/gradient-palette/primary.js +1 -1
- package/dist/collection/eds-docs-ui/colors/gradient-palette/secondary.js +7 -7
- package/dist/collection/eds-docs-ui/colors/gradient-palette/support.js +3 -3
- package/dist/collection/eds-docs-ui/colors/use-of-colors/correct-use-of-colors.js +1 -1
- package/dist/collection/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.js +1 -1
- package/dist/collection/eds-docs-ui/components-section/components-section.js +1 -1
- package/dist/collection/eds-docs-ui/components-section/functional/angular.js +1 -1
- package/dist/collection/eds-docs-ui/components-section/functional/installation.js +1 -1
- package/dist/collection/eds-docs-ui/components-section/functional/overview.js +2 -2
- package/dist/collection/eds-docs-ui/components-section/functional/react.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/docs-tokens/docs-tokens.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-list/token-list.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-radii/token-radii.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-ratios/token-ratios.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-shadows/token-shadows.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-spacing/token-spacing.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-typography/token-typography.js +1 -1
- package/dist/collection/eds-docs-ui/docs-palettes/docs-palettes.js +1 -1
- package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.js +1 -1
- package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.js +1 -1
- package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.js +1 -1
- package/dist/collection/eds-docs-ui/logo/logo-variations-tabs/logo-variations.js +1 -1
- package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.js +1 -1
- package/dist/collection/eds-docs-ui/svg-repository/svg-repository.js +1 -1
- package/dist/collection/shared-ui/eds-cookies-preference/eds-cookies-preference.js +1 -1
- package/dist/collection/shared-ui/eds-feedback/eds-feedback.js +24 -1
- package/dist/collection/shared-ui/eds-feedback/eds-feedback.stories.js +9 -1
- package/dist/collection/shared-ui/eds-footer/eds-footer.css +4 -0
- package/dist/collection/shared-ui/eds-footer/eds-footer.js +46 -2
- package/dist/collection/shared-ui/eds-footer/eds-footer.stories.js +16 -3
- package/dist/collection/shared-ui/eds-form/eds-form.js +74 -10
- package/dist/collection/shared-ui/eds-frame/eds-frame.css +147 -115
- package/dist/collection/shared-ui/eds-frame/eds-frame.js +1 -1
- package/dist/collection/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.css +149 -117
- package/dist/collection/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.js +1 -1
- package/dist/collection/shared-ui/eds-header/eds-header.css +178 -132
- package/dist/collection/shared-ui/eds-header/eds-header.js +21 -40
- package/dist/collection/shared-ui/eds-header/eds-header.stories.js +6 -5
- package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.js +8 -6
- package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.js +1 -0
- package/dist/collection/shared-ui/eds-social-networks/eds-social-networks.js +1 -1
- package/dist/collection/{components → shared-ui}/eds-steps/eds-steps.css +2 -35
- package/dist/collection/{components → shared-ui}/eds-steps/eds-steps.js +4 -4
- package/dist/collection/{components → shared-ui}/eds-steps/eds-steps.stories.js +1 -1
- package/dist/collection/shared-ui/eds-steps-v2/eds-steps-v2.css +14 -121
- package/dist/collection/shared-ui/eds-steps-v2/eds-steps-v2.js +20 -2
- package/dist/collection/shared-ui/eds-steps-v2/eds-steps-v2.stories.js +1 -1
- package/dist/collection/shared-ui/eds-tabs/eds-tabs.css +268 -7686
- package/dist/collection/shared-ui/eds-tabs/eds-tabs.js +10 -10
- package/dist/collection/shared-ui/eds-tabs/eds-tabs.stories.js +20 -10
- package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.js +1 -1
- package/dist/collection/shared-ui/eds-user/eds-user.css +36 -7758
- package/dist/collection/shared-ui/eds-user/eds-user.js +1 -1
- package/dist/collection/shared-ui/examples/eds-app-root/eds-app-root.js +1 -1
- package/dist/collection/utils/analytics.js +2 -2
- package/dist/collection/utils/color.js +8 -8
- package/dist/components/analytics.js +2 -2
- package/dist/components/components-section.js +23 -17
- package/dist/components/components.css +36 -515
- package/dist/components/components.esm.js +1 -1
- package/dist/components/correct-use-of-colors.js +1 -1
- package/dist/components/docs-palettes.js +1 -1
- package/dist/components/docs-tokens.js +1 -1
- package/dist/components/eds-accordion2.js +3 -3
- package/dist/components/eds-alert2.js +3 -3
- package/dist/components/eds-app-root.js +2 -20
- package/dist/components/eds-avatar2.js +4 -15
- package/dist/components/eds-block-break2.js +4 -4
- package/dist/components/eds-breadcrumb.js +1 -1
- package/dist/components/eds-button2.js +6 -60
- package/dist/components/eds-card-desc2.js +2 -4
- package/dist/components/eds-card-generic2.js +2 -2
- package/dist/components/eds-card-project.js +131 -2
- package/dist/components/eds-card-tags.js +1 -1
- package/dist/components/eds-card-title2.js +1 -1
- package/dist/components/eds-card-tool.js +1 -1
- package/dist/components/eds-code-block2.js +1 -1
- package/dist/components/eds-cookies-preference.js +1 -1
- package/dist/components/eds-dropdown2.js +2 -2
- package/dist/components/eds-feedback.js +7 -1
- package/dist/components/eds-footer2.js +7 -3
- package/dist/components/eds-form.js +29 -9
- package/dist/components/eds-frame.js +2 -2
- package/dist/components/eds-fullscreen-menu.js +1 -1
- package/dist/components/{eds-login.d.ts → eds-gauge.d.ts} +4 -4
- package/dist/components/eds-gauge.js +81 -0
- package/dist/components/eds-header.js +15 -34
- package/dist/components/eds-icon-arrow-diagonal.js +1 -1
- package/dist/components/eds-icon-arrow-right.js +1 -1
- package/dist/components/eds-icon-bluesky.js +1 -1
- package/dist/components/eds-icon-bookmark.js +1 -1
- package/dist/components/eds-icon-chevron-down.js +1 -1
- package/dist/components/eds-icon-chevron-left.js +1 -1
- package/dist/components/eds-icon-chevron-right.js +1 -1
- package/dist/components/eds-icon-chevron-up.js +1 -1
- package/dist/components/eds-icon-close.js +1 -1
- package/dist/components/eds-icon-copy.js +1 -1
- package/dist/components/eds-icon-eu.js +1 -1
- package/dist/components/eds-icon-external.js +1 -1
- package/dist/components/eds-icon-facebook.js +1 -1
- package/dist/components/eds-icon-gitlab.js +1 -1
- package/dist/components/eds-icon-linkedin.js +1 -1
- package/dist/components/eds-icon-loader.js +1 -1
- package/dist/components/eds-icon-mastodon.js +1 -1
- package/dist/components/eds-icon-menu.js +1 -1
- package/dist/components/eds-icon-minus.js +1 -1
- package/dist/components/eds-icon-more.js +1 -1
- package/dist/components/eds-icon-paper.js +1 -1
- package/dist/components/eds-icon-plus.js +1 -1
- package/dist/components/eds-icon-portal.js +1 -1
- package/dist/components/eds-icon-private.js +1 -1
- package/dist/components/eds-icon-public.js +1 -1
- package/dist/components/eds-icon-search.js +1 -1
- package/dist/components/eds-icon-star.js +1 -1
- package/dist/components/eds-icon-success.js +1 -1
- package/dist/components/eds-icon-thumbs-down.js +1 -1
- package/dist/components/eds-icon-thumbs-up.js +1 -1
- package/dist/components/eds-icon-tutorial.js +1 -1
- package/dist/components/eds-icon-twitter.js +1 -1
- package/dist/components/eds-icon-unknown.js +1 -1
- package/dist/components/eds-icon-updown.js +1 -1
- package/dist/components/eds-icon-user.js +1 -1
- package/dist/components/eds-icon-youtube.js +1 -1
- package/dist/components/eds-img2.js +2 -2
- package/dist/components/eds-input-field2.js +26 -16
- package/dist/components/eds-input-footer2.js +1 -1
- package/dist/components/eds-input-label2.js +1 -1
- package/dist/components/eds-input-range2.js +1 -1
- package/dist/components/eds-input-search2.js +1 -1
- package/dist/components/eds-input-select2.js +12 -84
- package/dist/components/eds-input2.js +2 -2
- package/dist/components/eds-link2.js +3 -2
- package/dist/components/eds-logo2.js +1 -1
- package/dist/components/eds-matomo-notice2.js +8 -6
- package/dist/components/eds-modal.js +2 -2
- package/dist/components/eds-pagination2.js +1 -1
- package/dist/components/{eds-card-wrapper.d.ts → eds-pie.d.ts} +4 -4
- package/dist/components/eds-pie.js +127 -0
- package/dist/components/eds-progress-bar2.js +32 -4
- package/dist/components/eds-rating2.js +1 -1
- package/dist/components/eds-section-core2.js +3 -2
- package/dist/components/eds-section-heading2.js +2 -2
- package/dist/components/eds-social-networks2.js +1 -1
- package/dist/components/eds-spinner2.js +1 -1
- package/dist/components/eds-steps-v2.js +5 -3
- package/dist/components/eds-steps2.js +3 -3
- package/dist/components/eds-switch.js +13 -5
- package/dist/components/eds-table2.js +85 -25
- package/dist/components/eds-tabs.js +11 -11
- package/dist/components/eds-tag2.js +2 -2
- package/dist/components/eds-timeline.js +2 -2
- package/dist/components/eds-toast-manager.js +31 -2
- package/dist/components/eds-toast2.js +4 -3
- package/dist/components/eds-tooltip.js +7 -88
- package/dist/components/eds-trl.js +1 -1
- package/dist/components/eds-user.js +10 -4
- package/dist/components/incorrect-use-of-colors.js +1 -1
- package/dist/components/logo-space.js +1 -1
- package/dist/components/logo-variations-horizontal2.js +1 -1
- package/dist/components/logo-variations-tabs.js +1 -1
- package/dist/components/logo-variations-vertical2.js +1 -1
- package/dist/components/logo-wrong-usage.js +1 -1
- package/dist/components/p-019555e2.entry.js +1 -0
- package/dist/components/p-023bc47c.entry.js +1 -0
- package/dist/components/p-0ed92872.entry.js +1 -0
- package/dist/components/{p-892362e0.entry.js → p-10db551c.entry.js} +1 -1
- package/dist/components/p-11efb1d1.entry.js +1 -0
- package/dist/components/p-14679a86.entry.js +1 -0
- package/dist/components/p-158c95bc.entry.js +1 -0
- package/dist/components/{p-e089797c.entry.js → p-1661f33c.entry.js} +1 -1
- package/dist/components/p-177103fd.entry.js +1 -0
- package/dist/components/p-17d39d66.entry.js +1 -0
- package/dist/components/p-19d586e6.entry.js +1 -0
- package/dist/components/p-1de8401b.entry.js +1 -0
- package/dist/components/{p-7a550385.entry.js → p-1f5c19b9.entry.js} +1 -1
- package/dist/components/p-223ba66e.entry.js +1 -0
- package/dist/components/{p-751497f4.entry.js → p-24dab785.entry.js} +1 -1
- package/dist/components/p-2810d568.entry.js +1 -0
- package/dist/components/p-28ae3f3a.js +2 -0
- package/dist/components/p-2c571550.entry.js +1 -0
- package/dist/components/p-321a950b.entry.js +1 -0
- package/dist/components/p-326d9e55.entry.js +1 -0
- package/dist/components/p-36d6134f.entry.js +1 -0
- package/dist/components/p-38c9aee7.entry.js +1 -0
- package/dist/components/p-42295abe.entry.js +1 -0
- package/dist/components/p-424e91b3.entry.js +1 -0
- package/dist/components/p-43cff423.entry.js +1 -0
- package/dist/components/p-45f21238.entry.js +1 -0
- package/dist/components/{p-75d37c48.entry.js → p-46a6ab04.entry.js} +1 -1
- package/dist/components/p-4bdf1589.entry.js +1 -0
- package/dist/components/p-4dcdd4d9.entry.js +1 -0
- package/dist/components/p-4fad9296.entry.js +1 -0
- package/dist/components/p-50f43dfd.entry.js +1 -0
- package/dist/components/p-563d56c0.entry.js +1 -0
- package/dist/components/p-5827fd52.entry.js +1 -0
- package/dist/components/p-590fb0e7.entry.js +1 -0
- package/dist/components/p-5c5dfc4a.entry.js +1 -0
- package/dist/components/p-66f4cdd9.entry.js +1 -0
- package/dist/components/{p-0b99fd3c.entry.js → p-682f7376.entry.js} +1 -1
- package/dist/components/p-6907a47c.entry.js +1 -0
- package/dist/components/p-6dc6f729.entry.js +1 -0
- package/dist/components/p-6f9ab63c.entry.js +1 -0
- package/dist/components/p-7502b8b4.entry.js +1 -0
- package/dist/components/p-750e3ec8.entry.js +1 -0
- package/dist/components/p-7f31622d.entry.js +1 -0
- package/dist/components/p-8c0b0121.entry.js +1 -0
- package/dist/components/p-95518776.entry.js +1 -0
- package/dist/components/p-99d9bb29.entry.js +1 -0
- package/dist/components/p-9a4b5746.entry.js +1 -0
- package/dist/components/p-9c823b5e.entry.js +1 -0
- package/dist/components/p-9d64d1fd.entry.js +1 -0
- package/dist/components/{p-29ad9c73.entry.js → p-a4f552b2.entry.js} +1 -1
- package/dist/components/p-ab4447f6.entry.js +1 -0
- package/dist/components/{p-b8ba7e5c.entry.js → p-adbd0d7b.entry.js} +1 -1
- package/dist/components/p-b073d78f.entry.js +1 -0
- package/dist/components/{p-7db75d62.entry.js → p-b4abff90.entry.js} +1 -1
- package/dist/components/{p-67c72c20.entry.js → p-b50fc0d7.entry.js} +1 -1
- package/dist/components/{p-037975af.entry.js → p-b5e64725.entry.js} +1 -1
- package/dist/components/p-b630e51a.entry.js +1 -0
- package/dist/components/p-bb9af709.entry.js +1 -0
- package/dist/components/p-c91b4eec.entry.js +1 -0
- package/dist/components/{p-688e07d6.entry.js → p-cde3d7a4.entry.js} +1 -1
- package/dist/components/p-cfccddc3.entry.js +1 -0
- package/dist/components/{p-c4db0829.entry.js → p-d05a09df.entry.js} +1 -1
- package/dist/components/p-d0b1e963.entry.js +1 -0
- package/dist/components/p-d15065c3.js +1 -0
- package/dist/components/p-d25364db.entry.js +1 -0
- package/dist/components/p-d3bb444a.entry.js +1 -0
- package/dist/components/p-d4f239d7.entry.js +1 -0
- package/dist/components/p-deb9bbed.entry.js +1 -0
- package/dist/components/p-df772a35.entry.js +1 -0
- package/dist/components/p-e5113509.entry.js +1 -0
- package/dist/components/p-e6a0b8c2.entry.js +1 -0
- package/dist/components/p-e8f0d7fc.entry.js +1 -0
- package/dist/components/{p-e2b00067.entry.js → p-eac593ee.entry.js} +1 -1
- package/dist/components/p-f189be4f.entry.js +1 -0
- package/dist/components/p-f221eca2.entry.js +1 -0
- package/dist/components/p-f2416727.entry.js +1 -0
- package/dist/components/{p-7ac9881e.entry.js → p-f2c23162.entry.js} +1 -1
- package/dist/components/{p-d83d2815.entry.js → p-f7716080.entry.js} +1 -1
- package/dist/components/p-fc4edb18.entry.js +1 -0
- package/dist/components/p-fd85675b.entry.js +1 -0
- package/dist/components/{p-55e3683c.entry.js → p-fe167c78.entry.js} +2 -2
- package/dist/components/p-ffccfeb6.entry.js +1 -0
- package/dist/components/primary.js +1 -1
- package/dist/components/primary2.js +1 -1
- package/dist/components/secondary.js +1 -1
- package/dist/components/secondary2.js +7 -7
- package/dist/components/support.js +1 -1
- package/dist/components/support2.js +3 -3
- package/dist/components/svg-repository.js +1 -1
- package/dist/components/token-list2.js +1 -1
- package/dist/components/token-radii2.js +1 -1
- package/dist/components/token-ratios.js +1 -1
- package/dist/components/token-shadows2.js +1 -1
- package/dist/components/token-spacing.js +1 -1
- package/dist/components/token-typography.js +1 -1
- package/dist/esm/{analytics-44b1416b.js → analytics-d99780e3.js} +2 -2
- package/dist/esm/color-primary-palette_6.entry.js +15 -15
- package/dist/esm/components-section.entry.js +24 -18
- package/dist/esm/components.js +3 -3
- package/dist/esm/correct-use-of-colors.entry.js +2 -2
- package/dist/esm/docs-palettes.entry.js +2 -2
- package/dist/esm/docs-tokens.entry.js +2 -2
- package/dist/esm/eds-accordion.entry.js +5 -5
- package/dist/esm/eds-alert.entry.js +4 -4
- package/dist/esm/eds-app-root.entry.js +2 -2
- package/dist/esm/eds-avatar_28.entry.js +2680 -0
- package/dist/esm/eds-breadcrumb.entry.js +141 -0
- package/dist/esm/eds-card-desc_2.entry.js +4 -5
- package/dist/esm/eds-card-generic.entry.js +4 -4
- package/dist/esm/eds-card-project.entry.js +133 -5
- package/dist/esm/eds-card-section.entry.js +1 -1
- package/dist/esm/eds-card-tags.entry.js +2 -2
- package/dist/esm/eds-card-tool.entry.js +3 -3
- package/dist/esm/eds-code-block.entry.js +2 -2
- package/dist/esm/eds-cookies-preference.entry.js +2 -2
- package/dist/esm/eds-feedback.entry.js +7 -2
- package/dist/esm/eds-frame.entry.js +3 -3
- package/dist/esm/eds-gauge.entry.js +56 -0
- package/dist/esm/eds-icon-arrow-diagonal.entry.js +2 -2
- package/dist/esm/eds-icon-arrow-right.entry.js +2 -2
- package/dist/esm/eds-icon-bluesky.entry.js +2 -2
- package/dist/esm/eds-icon-bookmark.entry.js +2 -2
- package/dist/esm/eds-icon-chevron-down.entry.js +2 -2
- package/dist/esm/eds-icon-chevron-left.entry.js +2 -2
- package/dist/esm/eds-icon-chevron-right.entry.js +2 -2
- package/dist/esm/eds-icon-chevron-up.entry.js +2 -2
- package/dist/esm/eds-icon-close.entry.js +2 -2
- package/dist/esm/eds-icon-copy.entry.js +2 -2
- package/dist/esm/eds-icon-eu.entry.js +2 -2
- package/dist/esm/eds-icon-external.entry.js +2 -2
- package/dist/esm/eds-icon-facebook.entry.js +2 -2
- package/dist/esm/eds-icon-gitlab.entry.js +2 -2
- package/dist/esm/eds-icon-linkedin.entry.js +2 -2
- package/dist/esm/eds-icon-loader.entry.js +2 -2
- package/dist/esm/eds-icon-mastodon.entry.js +2 -2
- package/dist/esm/eds-icon-menu.entry.js +2 -2
- package/dist/esm/eds-icon-minus.entry.js +2 -2
- package/dist/esm/eds-icon-more.entry.js +2 -2
- package/dist/esm/eds-icon-paper.entry.js +2 -2
- package/dist/esm/eds-icon-plus.entry.js +2 -2
- package/dist/esm/eds-icon-portal.entry.js +2 -2
- package/dist/esm/eds-icon-private.entry.js +2 -2
- package/dist/esm/eds-icon-public.entry.js +2 -2
- package/dist/esm/eds-icon-search.entry.js +2 -2
- package/dist/esm/eds-icon-star.entry.js +2 -2
- package/dist/esm/eds-icon-success.entry.js +2 -2
- package/dist/esm/eds-icon-thumbs-down.entry.js +2 -2
- package/dist/esm/eds-icon-thumbs-up.entry.js +2 -2
- package/dist/esm/eds-icon-tutorial.entry.js +2 -2
- package/dist/esm/eds-icon-twitter.entry.js +2 -2
- package/dist/esm/eds-icon-unknown.entry.js +2 -2
- package/dist/esm/eds-icon-updown.entry.js +2 -2
- package/dist/esm/eds-icon-user.entry.js +2 -2
- package/dist/esm/eds-icon-youtube.entry.js +2 -2
- package/dist/esm/eds-matomo-notice.entry.js +10 -8
- package/dist/esm/eds-pie.entry.js +102 -0
- package/dist/esm/eds-progress-bar.entry.js +32 -5
- package/dist/esm/eds-rating.entry.js +2 -2
- package/dist/esm/eds-section-core_2.entry.js +4 -4
- package/dist/esm/eds-spinner.entry.js +2 -2
- package/dist/esm/eds-splash-screen.entry.js +56 -0
- package/dist/esm/eds-switch.entry.js +14 -6
- package/dist/esm/eds-timeline.entry.js +3 -3
- package/dist/esm/eds-toast-manager.entry.js +32 -3
- package/dist/esm/eds-toast.entry.js +5 -4
- package/dist/esm/eds-tooltip.entry.js +7 -84
- package/dist/esm/eds-trl.entry.js +2 -2
- package/dist/esm/incorrect-use-of-colors.entry.js +2 -2
- package/dist/esm/{index-8a71b9a7.js → index-fdb33359.js} +53 -311
- package/dist/esm/loader.js +3 -3
- package/dist/esm/logo-space.entry.js +2 -2
- package/dist/esm/logo-variations-horizontal_2.entry.js +3 -3
- package/dist/esm/logo-variations-tabs.entry.js +2 -2
- package/dist/esm/logo-wrong-usage.entry.js +2 -2
- package/dist/esm/svg-repository.entry.js +2 -2
- package/dist/esm/token-list_3.entry.js +4 -4
- package/dist/esm/token-ratios.entry.js +2 -2
- package/dist/esm/token-spacing.entry.js +12 -0
- package/dist/esm/token-typography.entry.js +2 -2
- package/dist/hydrate/index.js +941 -2935
- package/dist/hydrate/index.mjs +941 -2935
- package/dist/types/components/eds-avatar/eds-avatar.d.ts +3 -4
- package/dist/types/components/eds-avatar/eds-avatar.stories.d.ts +2 -1
- package/dist/types/components/eds-block-break/eds-block-break.d.ts +2 -7
- package/dist/types/components/eds-button/eds-button.d.ts +0 -1
- package/dist/types/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.d.ts +0 -5
- package/dist/types/components/eds-charts/eds-gauge/eds-gauge.d.ts +14 -0
- package/dist/types/components/eds-charts/eds-gauge/eds-gauge.stories.d.ts +52 -0
- package/dist/types/components/eds-charts/eds-pie/eds-pie.d.ts +28 -0
- package/dist/types/components/eds-charts/eds-pie/eds-pie.stories.d.ts +60 -0
- package/dist/types/components/eds-input-elements/eds-input-select/eds-input-select.d.ts +18 -116
- package/dist/types/components/eds-input-field/eds-input-field.d.ts +6 -0
- package/dist/types/components/eds-progress-bar/eds-progress-bar.d.ts +3 -3
- package/dist/types/components/eds-progress-bar/eds-progress-bar.stories.d.ts +3 -0
- package/dist/types/components/eds-section/eds-section-core/eds-section-core.d.ts +3 -0
- package/dist/types/components/eds-switch/eds-switch.d.ts +2 -1
- package/dist/types/components/eds-table/eds-table.d.ts +69 -0
- package/dist/types/components/eds-table/eds-table.stories.d.ts +0 -8
- package/dist/types/components/eds-timeline/eds-timeline.d.ts +3 -0
- package/dist/types/components/eds-toast/eds-toast.d.ts +3 -2
- package/dist/types/components/eds-tooltip/eds-tooltip.d.ts +2 -36
- package/dist/types/components.d.ts +259 -241
- package/dist/types/shared-ui/eds-feedback/eds-feedback.d.ts +4 -0
- package/dist/types/shared-ui/eds-feedback/eds-feedback.stories.d.ts +8 -4
- package/dist/types/shared-ui/eds-footer/eds-footer.d.ts +10 -0
- package/dist/types/shared-ui/eds-footer/eds-footer.stories.d.ts +10 -0
- package/dist/types/shared-ui/eds-form/eds-form.d.ts +4 -1
- package/dist/types/shared-ui/eds-header/eds-header.d.ts +5 -24
- package/dist/types/shared-ui/eds-header/eds-header.stories.d.ts +6 -3
- package/dist/types/shared-ui/eds-matomo-notice/eds-matomo-notice.d.ts +0 -1
- package/dist/types/shared-ui/eds-steps-v2/eds-steps-v2.d.ts +2 -0
- package/dist/types/shared-ui/eds-tabs/eds-tabs.stories.d.ts +0 -1
- package/package.json +14 -4
- package/dist/cjs/color-c00146a8.js +0 -134
- package/dist/cjs/eds-avatar_27.cjs.entry.js +0 -2404
- package/dist/cjs/eds-card-wrapper.cjs.entry.js +0 -32
- package/dist/cjs/eds-login_2.cjs.entry.js +0 -2100
- package/dist/cjs/eds-pagination_2.cjs.entry.js +0 -403
- package/dist/cjs/eds-tabs.cjs.entry.js +0 -130
- package/dist/cjs/toastManager-4e9535f3.js +0 -33
- package/dist/collection/components/eds-cards/eds-card-composer/eds-card-wrapper/eds-card-wrapper.js +0 -86
- package/dist/collection/shared-ui/eds-login/eds-login.js +0 -190
- package/dist/components/color.js +0 -132
- package/dist/components/eds-card-wrapper.js +0 -49
- package/dist/components/eds-login.js +0 -6
- package/dist/components/eds-login2.js +0 -2076
- package/dist/components/p-05549a74.entry.js +0 -1
- package/dist/components/p-05b272e5.entry.js +0 -1
- package/dist/components/p-0e378e0e.entry.js +0 -1
- package/dist/components/p-13efafb9.js +0 -1
- package/dist/components/p-1ec25dc2.entry.js +0 -1
- package/dist/components/p-202f78cc.entry.js +0 -1
- package/dist/components/p-22b76c3c.entry.js +0 -1
- package/dist/components/p-22f9e720.js +0 -1
- package/dist/components/p-24300934.entry.js +0 -1
- package/dist/components/p-25f1cc6c.entry.js +0 -1
- package/dist/components/p-31ca07fd.entry.js +0 -1
- package/dist/components/p-342bc3d8.entry.js +0 -1
- package/dist/components/p-35068b80.entry.js +0 -1
- package/dist/components/p-3950debe.entry.js +0 -1
- package/dist/components/p-3d74d4b1.entry.js +0 -1
- package/dist/components/p-42f19373.entry.js +0 -1
- package/dist/components/p-4ecaedbc.entry.js +0 -1
- package/dist/components/p-5055eb25.entry.js +0 -1
- package/dist/components/p-5646902d.entry.js +0 -1
- package/dist/components/p-5ff68e7d.entry.js +0 -1
- package/dist/components/p-63cc5d3d.entry.js +0 -1
- package/dist/components/p-6506cf52.entry.js +0 -1
- package/dist/components/p-6aa17003.entry.js +0 -1
- package/dist/components/p-6e273e0f.entry.js +0 -1
- package/dist/components/p-6fcb754e.entry.js +0 -1
- package/dist/components/p-70c9af1e.entry.js +0 -1
- package/dist/components/p-7180a36b.entry.js +0 -1
- package/dist/components/p-7351cad3.entry.js +0 -1
- package/dist/components/p-75cc9f9e.entry.js +0 -1
- package/dist/components/p-7a31c31f.entry.js +0 -1
- package/dist/components/p-7cb60f9c.entry.js +0 -1
- package/dist/components/p-888c3471.entry.js +0 -1
- package/dist/components/p-8a4d9b9b.entry.js +0 -1
- package/dist/components/p-8b7f5204.entry.js +0 -1
- package/dist/components/p-8db820ef.entry.js +0 -1
- package/dist/components/p-aa2e6fec.entry.js +0 -1
- package/dist/components/p-ae4f5e3a.entry.js +0 -1
- package/dist/components/p-b024183c.entry.js +0 -1
- package/dist/components/p-b115c3f1.entry.js +0 -1
- package/dist/components/p-b3a3ae59.entry.js +0 -1
- package/dist/components/p-b4595a9e.entry.js +0 -1
- package/dist/components/p-b817dceb.entry.js +0 -1
- package/dist/components/p-b8ca2127.entry.js +0 -1
- package/dist/components/p-ba6cc102.entry.js +0 -1
- package/dist/components/p-c51b5f04.entry.js +0 -1
- package/dist/components/p-c5a7d2b1.entry.js +0 -1
- package/dist/components/p-c5c782e7.entry.js +0 -1
- package/dist/components/p-c5f98369.entry.js +0 -1
- package/dist/components/p-c604063d.entry.js +0 -1
- package/dist/components/p-c9a19e93.entry.js +0 -1
- package/dist/components/p-cccacbd3.js +0 -2
- package/dist/components/p-d164a75d.entry.js +0 -1
- package/dist/components/p-d4c920fa.entry.js +0 -1
- package/dist/components/p-d82cc261.entry.js +0 -1
- package/dist/components/p-da6e49a9.entry.js +0 -1
- package/dist/components/p-dcd4de1f.entry.js +0 -1
- package/dist/components/p-e8a2d709.entry.js +0 -1
- package/dist/components/p-ea942740.entry.js +0 -1
- package/dist/components/p-eb0b93d5.js +0 -1
- package/dist/components/p-ece20356.entry.js +0 -1
- package/dist/components/p-ed6fd4b8.entry.js +0 -1
- package/dist/components/p-f3822d6b.entry.js +0 -1
- package/dist/components/p-f539febe.entry.js +0 -1
- package/dist/components/p-f7f4b247.entry.js +0 -1
- package/dist/components/p-fdbfa776.entry.js +0 -1
- package/dist/components/p-fe27f4a9.entry.js +0 -1
- package/dist/components/toastManager.js +0 -31
- package/dist/esm/color-2554aad6.js +0 -132
- package/dist/esm/eds-avatar_27.entry.js +0 -2374
- package/dist/esm/eds-card-wrapper.entry.js +0 -28
- package/dist/esm/eds-login_2.entry.js +0 -2095
- package/dist/esm/eds-pagination_2.entry.js +0 -398
- package/dist/esm/eds-tabs.entry.js +0 -126
- package/dist/esm/toastManager-d9eee791.js +0 -31
- package/dist/types/components/eds-cards/eds-card-composer/eds-card-wrapper/eds-card-wrapper.d.ts +0 -23
- package/dist/types/shared-ui/eds-login/eds-login.d.ts +0 -67
- /package/dist/collection/components/eds-section/eds-section-core/{eds-section-core.stories.js → eds-section-core.donotstories.js} +0 -0
- /package/dist/collection/components/eds-timeline/{eds-timeline.stories.js → eds-timeline.donot-stories.js} +0 -0
- /package/dist/types/components/eds-section/eds-section-core/{eds-section-core.stories.d.ts → eds-section-core.donotstories.d.ts} +0 -0
- /package/dist/types/components/eds-timeline/{eds-timeline.stories.d.ts → eds-timeline.donot-stories.d.ts} +0 -0
- /package/dist/types/{components → shared-ui}/eds-steps/eds-steps.d.ts +0 -0
- /package/dist/types/{components → shared-ui}/eds-steps/eds-steps.stories.d.ts +0 -0
|
@@ -7,12 +7,16 @@
|
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
8
|
import { Tag } from "./components/eds-cards/eds-card-generic/eds-card-generic";
|
|
9
9
|
import { Card } from "./shared-ui/eds-card-section/eds-card-section";
|
|
10
|
-
import { Step } from "./
|
|
10
|
+
import { Step } from "./shared-ui/eds-steps/eds-steps";
|
|
11
11
|
import { Step as Step1 } from "./shared-ui/eds-steps-v2/eds-steps-v2";
|
|
12
|
+
import { TableAction } from "./components/eds-table/eds-table";
|
|
13
|
+
import { VNode } from "./stencil-public-runtime";
|
|
12
14
|
export { Tag } from "./components/eds-cards/eds-card-generic/eds-card-generic";
|
|
13
15
|
export { Card } from "./shared-ui/eds-card-section/eds-card-section";
|
|
14
|
-
export { Step } from "./
|
|
16
|
+
export { Step } from "./shared-ui/eds-steps/eds-steps";
|
|
15
17
|
export { Step as Step1 } from "./shared-ui/eds-steps-v2/eds-steps-v2";
|
|
18
|
+
export { TableAction } from "./components/eds-table/eds-table";
|
|
19
|
+
export { VNode } from "./stencil-public-runtime";
|
|
16
20
|
export namespace Components {
|
|
17
21
|
interface ColorPrimaryPalette {
|
|
18
22
|
}
|
|
@@ -118,20 +122,19 @@ export namespace Components {
|
|
|
118
122
|
interface EdsAppRoot {
|
|
119
123
|
}
|
|
120
124
|
/**
|
|
121
|
-
* `EdsAvatar` is a
|
|
125
|
+
* `EdsAvatar` is a component for displaying user profile representations, including initials or profile pictures.
|
|
122
126
|
* This component is customizable to adapt to various styles and use cases.
|
|
123
127
|
* Key features include:
|
|
124
128
|
* - Display user initials generated from `firstName` and `lastName` or use custom initials.
|
|
125
129
|
* - Option to display a profile picture if a URL is provided.
|
|
126
130
|
* - Customizable background color, including gradient options.
|
|
127
131
|
* - Configurable shape (rounded or square) and font strength for initials.
|
|
128
|
-
* The avatar component offers flexibility for different user profile displays, supporting use cases from contact lists to detailed profile views.
|
|
129
132
|
*/
|
|
130
133
|
interface EdsAvatar {
|
|
131
134
|
/**
|
|
132
|
-
* Background color
|
|
135
|
+
* Background color: 'grey' for grey background, 'black' for black background with accent text.
|
|
133
136
|
*/
|
|
134
|
-
"color"
|
|
137
|
+
"color": 'grey' | 'black';
|
|
135
138
|
/**
|
|
136
139
|
* First name of the user for generating initials.
|
|
137
140
|
*/
|
|
@@ -151,16 +154,12 @@ export namespace Components {
|
|
|
151
154
|
}
|
|
152
155
|
/**
|
|
153
156
|
* `EdsBlockBreak` is a divider component designed to render a horizontal line that separates content visually.
|
|
154
|
-
* This component includes customizable styling options to adapt to various layouts and design needs.
|
|
155
|
-
* Key features include:
|
|
156
|
-
* - Configurable additional classes for styling through the `extraClass` prop.
|
|
157
|
-
* - Suitable for dividing sections or breaking content blocks within a page.
|
|
158
157
|
*/
|
|
159
158
|
interface EdsBlockBreak {
|
|
160
159
|
/**
|
|
161
|
-
*
|
|
160
|
+
* Whether to use the inverse break style
|
|
162
161
|
*/
|
|
163
|
-
"
|
|
162
|
+
"inverse": boolean;
|
|
164
163
|
}
|
|
165
164
|
/**
|
|
166
165
|
* `EdsBreadcrumb` is a navigational component that displays the user's current location within a hierarchy of pages.
|
|
@@ -245,10 +244,6 @@ export namespace Components {
|
|
|
245
244
|
"triggerClick"?: () => void;
|
|
246
245
|
}
|
|
247
246
|
interface EdsCardDesc {
|
|
248
|
-
/**
|
|
249
|
-
* A custom CSS class to style the description text. Default is 'f-ui-03-light'.
|
|
250
|
-
*/
|
|
251
|
-
"descClass": string;
|
|
252
247
|
/**
|
|
253
248
|
* The description text to be displayed inside the card.
|
|
254
249
|
*/
|
|
@@ -468,20 +463,6 @@ export namespace Components {
|
|
|
468
463
|
*/
|
|
469
464
|
"withHover": boolean;
|
|
470
465
|
}
|
|
471
|
-
interface EdsCardWrapper {
|
|
472
|
-
/**
|
|
473
|
-
* A boolean that determines whether the card should be displayed with a smaller height. If true, the card will use the 'tiny' height class.
|
|
474
|
-
*/
|
|
475
|
-
"tiny": boolean;
|
|
476
|
-
/**
|
|
477
|
-
* A boolean that determines whether the card should have a background color. If true, the card will have a background, otherwise it will not.
|
|
478
|
-
*/
|
|
479
|
-
"withBg": boolean;
|
|
480
|
-
/**
|
|
481
|
-
* A boolean that determines whether the card should display a hover effect. If true, the card will have a shadow effect and change its cursor on hover.
|
|
482
|
-
*/
|
|
483
|
-
"withHover": boolean;
|
|
484
|
-
}
|
|
485
466
|
/**
|
|
486
467
|
* A component that displays a code block with syntax highlighting.
|
|
487
468
|
* Uses Prism.js for syntax highlighting. Supports multiple languages such as JavaScript, HTML, CSS,
|
|
@@ -584,6 +565,10 @@ export namespace Components {
|
|
|
584
565
|
* Number of stars in the rating system.
|
|
585
566
|
*/
|
|
586
567
|
"description": string;
|
|
568
|
+
/**
|
|
569
|
+
* The HTML heading level to use for the label. Valid values: 'h1' - 'h5'.
|
|
570
|
+
*/
|
|
571
|
+
"headingLevel": 'h1' | 'h2' | 'h3' | 'h4' | 'h5';
|
|
587
572
|
/**
|
|
588
573
|
* Number of stars in the rating system.
|
|
589
574
|
*/
|
|
@@ -610,6 +595,16 @@ export namespace Components {
|
|
|
610
595
|
* across the EBRAINS platform, with options for social links and a "Back to top" button.
|
|
611
596
|
*/
|
|
612
597
|
interface EdsFooter {
|
|
598
|
+
/**
|
|
599
|
+
* Controls the display of the "Back to Top" aria label text.
|
|
600
|
+
* @type {string}
|
|
601
|
+
*/
|
|
602
|
+
"backToTopAriaLabel": string;
|
|
603
|
+
/**
|
|
604
|
+
* Controls the display of the "Cookies preferences" text.
|
|
605
|
+
* @type {string}
|
|
606
|
+
*/
|
|
607
|
+
"cookiesPreferences": string;
|
|
613
608
|
"enableCookiesSettings": boolean;
|
|
614
609
|
/**
|
|
615
610
|
* Controls the display of the "Back to Top" button. When true, the button appears in the footer.
|
|
@@ -659,6 +654,7 @@ export namespace Components {
|
|
|
659
654
|
* If `true`, includes a submit button in the form.
|
|
660
655
|
*/
|
|
661
656
|
"formBtnLabel"?: string;
|
|
657
|
+
"getData": () => Promise<FormData>;
|
|
662
658
|
/**
|
|
663
659
|
* The init data the form will attempt to populate in the provided fields.
|
|
664
660
|
*/
|
|
@@ -667,6 +663,7 @@ export namespace Components {
|
|
|
667
663
|
* The name of the form, used for grouping inputs and identifying the form.
|
|
668
664
|
*/
|
|
669
665
|
"name": string;
|
|
666
|
+
"setData": (newData: { [key: string]: any; }) => Promise<void>;
|
|
670
667
|
/**
|
|
671
668
|
* If `true`, includes the current form URL in the submission data.
|
|
672
669
|
*/
|
|
@@ -724,6 +721,29 @@ export namespace Components {
|
|
|
724
721
|
*/
|
|
725
722
|
"menuLinks": string;
|
|
726
723
|
}
|
|
724
|
+
interface EdsGauge {
|
|
725
|
+
/**
|
|
726
|
+
* Diameter of the pie chart (pixels)
|
|
727
|
+
*/
|
|
728
|
+
"size": number;
|
|
729
|
+
/**
|
|
730
|
+
* Thickness of inner mask as fraction of radius (0.1–0.2). Values outside this range will be clamped.
|
|
731
|
+
*/
|
|
732
|
+
"thickness": number;
|
|
733
|
+
/**
|
|
734
|
+
* Current value
|
|
735
|
+
*/
|
|
736
|
+
"value": number;
|
|
737
|
+
/**
|
|
738
|
+
* Maximum value (gauge end)
|
|
739
|
+
*/
|
|
740
|
+
"valueMax": number;
|
|
741
|
+
/**
|
|
742
|
+
* Minimum value (gauge start)
|
|
743
|
+
*/
|
|
744
|
+
"valueMin": number;
|
|
745
|
+
"variant": 'default' | 'dark' | 'strong' | 'black';
|
|
746
|
+
}
|
|
727
747
|
/**
|
|
728
748
|
* `EdsHeader` is a header component designed for the EBRAINS platform.
|
|
729
749
|
* It provides a customizable and responsive navigation experience, tailored for both desktop and mobile views.
|
|
@@ -737,13 +757,13 @@ export namespace Components {
|
|
|
737
757
|
*/
|
|
738
758
|
interface EdsHeader {
|
|
739
759
|
/**
|
|
740
|
-
*
|
|
760
|
+
* Header style variant: determines text and background colors. - "default": text-default on bg-dark - "inverse": text-default on bg-inverse - "strong": text-inverse on bg-strongest
|
|
741
761
|
*/
|
|
742
|
-
"
|
|
762
|
+
"headerVariant": 'default' | 'inverse' | 'strong';
|
|
743
763
|
/**
|
|
744
|
-
*
|
|
764
|
+
* URL for the home logo link. This is the default URL that the logo points to.
|
|
745
765
|
*/
|
|
746
|
-
"
|
|
766
|
+
"homeUrl": string;
|
|
747
767
|
/**
|
|
748
768
|
* JSON string representing the links for primary navigation. Each link should include `label`, `url`, and optionally an `icon`.
|
|
749
769
|
*/
|
|
@@ -1084,6 +1104,10 @@ export namespace Components {
|
|
|
1084
1104
|
* The error message displayed when validation fails.
|
|
1085
1105
|
*/
|
|
1086
1106
|
"errorMessage"?: string;
|
|
1107
|
+
/**
|
|
1108
|
+
* Control whether the component emits value events (`oninput` / `onchange`). Defaults to `true`. Password fields are always suppressed for security.
|
|
1109
|
+
*/
|
|
1110
|
+
"exposeValueEvents": boolean;
|
|
1087
1111
|
/**
|
|
1088
1112
|
* A short hint displayed alongside the input field.
|
|
1089
1113
|
*/
|
|
@@ -1242,49 +1266,41 @@ export namespace Components {
|
|
|
1242
1266
|
}
|
|
1243
1267
|
interface EdsInputSelect {
|
|
1244
1268
|
/**
|
|
1245
|
-
*
|
|
1269
|
+
* Disable the select
|
|
1246
1270
|
*/
|
|
1247
1271
|
"disabled": boolean;
|
|
1248
1272
|
/**
|
|
1249
|
-
*
|
|
1273
|
+
* Mark field as invalid
|
|
1250
1274
|
*/
|
|
1251
1275
|
"error": boolean;
|
|
1252
1276
|
/**
|
|
1253
|
-
*
|
|
1277
|
+
* Show associated message (help or error)
|
|
1254
1278
|
*/
|
|
1255
1279
|
"hasMessage": boolean;
|
|
1256
1280
|
/**
|
|
1257
|
-
* Optional id for the
|
|
1281
|
+
* Optional id for the select element; defaults to name
|
|
1258
1282
|
*/
|
|
1259
1283
|
"inputId"?: string;
|
|
1260
1284
|
/**
|
|
1261
|
-
*
|
|
1262
|
-
*/
|
|
1263
|
-
"labelKey": string;
|
|
1264
|
-
/**
|
|
1265
|
-
* The name attribute of the select input. Also used as the fallback id.
|
|
1285
|
+
* Name attribute of the select
|
|
1266
1286
|
*/
|
|
1267
1287
|
"name": string;
|
|
1268
1288
|
/**
|
|
1269
|
-
*
|
|
1289
|
+
* List of static options: { value, label }
|
|
1270
1290
|
*/
|
|
1271
|
-
"options": {
|
|
1291
|
+
"options": Array<{ value: string | number; label: string }>;
|
|
1272
1292
|
/**
|
|
1273
|
-
* Placeholder
|
|
1293
|
+
* Placeholder shown as a disabled hidden option
|
|
1274
1294
|
*/
|
|
1275
1295
|
"placeholder"?: string;
|
|
1276
1296
|
/**
|
|
1277
|
-
*
|
|
1297
|
+
* Mark field as required
|
|
1278
1298
|
*/
|
|
1279
1299
|
"required": boolean;
|
|
1280
1300
|
/**
|
|
1281
|
-
*
|
|
1301
|
+
* Currently selected value
|
|
1282
1302
|
*/
|
|
1283
1303
|
"value"?: string | number;
|
|
1284
|
-
/**
|
|
1285
|
-
* For static options, this property defines the key used to retrieve the option value.
|
|
1286
|
-
*/
|
|
1287
|
-
"valueKey": string;
|
|
1288
1304
|
}
|
|
1289
1305
|
/**
|
|
1290
1306
|
* `EdsLink` is a versatile link component offering different styles and behaviors.
|
|
@@ -1358,20 +1374,6 @@ export namespace Components {
|
|
|
1358
1374
|
*/
|
|
1359
1375
|
"url"?: string;
|
|
1360
1376
|
}
|
|
1361
|
-
interface EdsLogin {
|
|
1362
|
-
/**
|
|
1363
|
-
* The Keycloak Client ID. The client ID represents the client application that Keycloak protects. It's configured in the Keycloak admin console and used to identify the app requesting authentication. Example: `my-client-app`
|
|
1364
|
-
*/
|
|
1365
|
-
"keycloakClientId": string;
|
|
1366
|
-
/**
|
|
1367
|
-
* The Keycloak Realm. A realm in Keycloak is a space where you manage a set of users, roles, groups, and credentials.
|
|
1368
|
-
*/
|
|
1369
|
-
"keycloakRealm": string;
|
|
1370
|
-
/**
|
|
1371
|
-
* The URL of the Keycloak server. This is the base URL where your Keycloak instance is hosted.
|
|
1372
|
-
*/
|
|
1373
|
-
"keycloakUrl": string;
|
|
1374
|
-
}
|
|
1375
1377
|
/**
|
|
1376
1378
|
* `EdsLogo` is a logo component designed to display a clickable logo that can link to a specified URL.
|
|
1377
1379
|
* Key Features:
|
|
@@ -1503,7 +1505,37 @@ export namespace Components {
|
|
|
1503
1505
|
*/
|
|
1504
1506
|
"url": string;
|
|
1505
1507
|
}
|
|
1508
|
+
interface EdsPie {
|
|
1509
|
+
/**
|
|
1510
|
+
* Color scheme: semantic, brand, or mono
|
|
1511
|
+
*/
|
|
1512
|
+
"colorScheme": 'semantic' | 'mono';
|
|
1513
|
+
/**
|
|
1514
|
+
* Show raw value or percentage
|
|
1515
|
+
*/
|
|
1516
|
+
"display": DisplayMode;
|
|
1517
|
+
/**
|
|
1518
|
+
* Show legend
|
|
1519
|
+
*/
|
|
1520
|
+
"legend": boolean;
|
|
1521
|
+
/**
|
|
1522
|
+
* Diameter in pixels
|
|
1523
|
+
*/
|
|
1524
|
+
"size": number;
|
|
1525
|
+
/**
|
|
1526
|
+
* Array or JSON string of slices
|
|
1527
|
+
*/
|
|
1528
|
+
"slices": PieSlice[] | string;
|
|
1529
|
+
/**
|
|
1530
|
+
* Inner-radius fraction (always 0.5-1)
|
|
1531
|
+
*/
|
|
1532
|
+
"thickness": number;
|
|
1533
|
+
}
|
|
1506
1534
|
interface EdsProgressBar {
|
|
1535
|
+
/**
|
|
1536
|
+
* Whether to render with rounded corners.
|
|
1537
|
+
*/
|
|
1538
|
+
"rounded": boolean;
|
|
1507
1539
|
/**
|
|
1508
1540
|
* Method to update the progress value externally.
|
|
1509
1541
|
* @param newValue The new progress value (0-100).
|
|
@@ -1524,14 +1556,6 @@ export namespace Components {
|
|
|
1524
1556
|
*/
|
|
1525
1557
|
"ratingType": 'star' | 'thumbs-up' | 'thumbs-down';
|
|
1526
1558
|
}
|
|
1527
|
-
/**
|
|
1528
|
-
* `EdsSectionCore` is a flexible wrapper component for creating structured sections with customizable headings.
|
|
1529
|
-
* Key Features:
|
|
1530
|
-
* - Allows dynamic selection of HTML tag (`div` or `section`) for the wrapper.
|
|
1531
|
-
* - Configurable section title and heading level for accessibility and hierarchy.
|
|
1532
|
-
* - Passes section title to an internal heading component (`eds-section-heading`).
|
|
1533
|
-
* This component is suitable for organizing content into clearly defined sections with semantic HTML structure.
|
|
1534
|
-
*/
|
|
1535
1559
|
interface EdsSectionCore {
|
|
1536
1560
|
/**
|
|
1537
1561
|
* The heading level for the section title, such as 'h1', 'h2', etc. Default is 'h2'.
|
|
@@ -1633,6 +1657,10 @@ export namespace Components {
|
|
|
1633
1657
|
* Optional image source to display above the steps.
|
|
1634
1658
|
*/
|
|
1635
1659
|
"imageSrc"?: string;
|
|
1660
|
+
/**
|
|
1661
|
+
* Optional image width for the eds-img component.
|
|
1662
|
+
*/
|
|
1663
|
+
"imageWidth"?: number;
|
|
1636
1664
|
/**
|
|
1637
1665
|
* Optional message to display inside the placeholder if no image is provided.
|
|
1638
1666
|
*/
|
|
@@ -1674,6 +1702,14 @@ export namespace Components {
|
|
|
1674
1702
|
* This component is versatile for displaying data with flexible configuration, and integrates with pagination and search functionalities.
|
|
1675
1703
|
*/
|
|
1676
1704
|
interface EdsTable {
|
|
1705
|
+
/**
|
|
1706
|
+
* Optional: allow the consumer to supply a full JSX render‐prop instead of simple name/label pairs. If provided, this takes priority.
|
|
1707
|
+
*/
|
|
1708
|
+
"actionTemplate"?: (row: any) => VNode;
|
|
1709
|
+
/**
|
|
1710
|
+
* Array of actions to render in each row. Each action should have: - `name`: a unique key (e.g. "view", "delete") - `label`: what shows in the button (or you could pass an icon name here)
|
|
1711
|
+
*/
|
|
1712
|
+
"actions": string | TableAction[];
|
|
1677
1713
|
/**
|
|
1678
1714
|
* Optional property to control the column sizing mode. - 'default' uses containerWidth / visibleColumns. - 'medium' divides that result by 2. - 'large' divides that result by 4.
|
|
1679
1715
|
*/
|
|
@@ -1758,9 +1794,9 @@ export namespace Components {
|
|
|
1758
1794
|
}
|
|
1759
1795
|
interface EdsToast {
|
|
1760
1796
|
/**
|
|
1761
|
-
* Determines the duration before the toast auto-dismisses (in milliseconds).
|
|
1797
|
+
* Determines the duration before the toast auto-dismisses (in milliseconds). If set, the toast will auto-dismiss and show a close button. If not set (or set to 0), it will persist without a close button.
|
|
1762
1798
|
*/
|
|
1763
|
-
"duration"
|
|
1799
|
+
"duration"?: number;
|
|
1764
1800
|
/**
|
|
1765
1801
|
* The visual intent or style of the toast, indicating the toast type.
|
|
1766
1802
|
*/
|
|
@@ -1780,10 +1816,6 @@ export namespace Components {
|
|
|
1780
1816
|
* The content of the tooltip.
|
|
1781
1817
|
*/
|
|
1782
1818
|
"content"?: string;
|
|
1783
|
-
/**
|
|
1784
|
-
* The preferred position of the tooltip (`above`, `below`, `left`, `right`).
|
|
1785
|
-
*/
|
|
1786
|
-
"position": 'above' | 'below';
|
|
1787
1819
|
}
|
|
1788
1820
|
interface EdsTrl {
|
|
1789
1821
|
/**
|
|
@@ -1885,10 +1917,6 @@ export interface EdsInputSelectCustomEvent<T> extends CustomEvent<T> {
|
|
|
1885
1917
|
detail: T;
|
|
1886
1918
|
target: HTMLEdsInputSelectElement;
|
|
1887
1919
|
}
|
|
1888
|
-
export interface EdsLoginCustomEvent<T> extends CustomEvent<T> {
|
|
1889
|
-
detail: T;
|
|
1890
|
-
target: HTMLEdsLoginElement;
|
|
1891
|
-
}
|
|
1892
1920
|
export interface EdsMatomoNoticeCustomEvent<T> extends CustomEvent<T> {
|
|
1893
1921
|
detail: T;
|
|
1894
1922
|
target: HTMLEdsMatomoNoticeElement;
|
|
@@ -1913,6 +1941,10 @@ export interface EdsSwitchCustomEvent<T> extends CustomEvent<T> {
|
|
|
1913
1941
|
detail: T;
|
|
1914
1942
|
target: HTMLEdsSwitchElement;
|
|
1915
1943
|
}
|
|
1944
|
+
export interface EdsTableCustomEvent<T> extends CustomEvent<T> {
|
|
1945
|
+
detail: T;
|
|
1946
|
+
target: HTMLEdsTableElement;
|
|
1947
|
+
}
|
|
1916
1948
|
export interface EdsTabsCustomEvent<T> extends CustomEvent<T> {
|
|
1917
1949
|
detail: T;
|
|
1918
1950
|
target: HTMLEdsTabsElement;
|
|
@@ -2016,14 +2048,13 @@ declare global {
|
|
|
2016
2048
|
new (): HTMLEdsAppRootElement;
|
|
2017
2049
|
};
|
|
2018
2050
|
/**
|
|
2019
|
-
* `EdsAvatar` is a
|
|
2051
|
+
* `EdsAvatar` is a component for displaying user profile representations, including initials or profile pictures.
|
|
2020
2052
|
* This component is customizable to adapt to various styles and use cases.
|
|
2021
2053
|
* Key features include:
|
|
2022
2054
|
* - Display user initials generated from `firstName` and `lastName` or use custom initials.
|
|
2023
2055
|
* - Option to display a profile picture if a URL is provided.
|
|
2024
2056
|
* - Customizable background color, including gradient options.
|
|
2025
2057
|
* - Configurable shape (rounded or square) and font strength for initials.
|
|
2026
|
-
* The avatar component offers flexibility for different user profile displays, supporting use cases from contact lists to detailed profile views.
|
|
2027
2058
|
*/
|
|
2028
2059
|
interface HTMLEdsAvatarElement extends Components.EdsAvatar, HTMLStencilElement {
|
|
2029
2060
|
}
|
|
@@ -2033,10 +2064,6 @@ declare global {
|
|
|
2033
2064
|
};
|
|
2034
2065
|
/**
|
|
2035
2066
|
* `EdsBlockBreak` is a divider component designed to render a horizontal line that separates content visually.
|
|
2036
|
-
* This component includes customizable styling options to adapt to various layouts and design needs.
|
|
2037
|
-
* Key features include:
|
|
2038
|
-
* - Configurable additional classes for styling through the `extraClass` prop.
|
|
2039
|
-
* - Suitable for dividing sections or breaking content blocks within a page.
|
|
2040
2067
|
*/
|
|
2041
2068
|
interface HTMLEdsBlockBreakElement extends Components.EdsBlockBreak, HTMLStencilElement {
|
|
2042
2069
|
}
|
|
@@ -2137,12 +2164,6 @@ declare global {
|
|
|
2137
2164
|
prototype: HTMLEdsCardToolElement;
|
|
2138
2165
|
new (): HTMLEdsCardToolElement;
|
|
2139
2166
|
};
|
|
2140
|
-
interface HTMLEdsCardWrapperElement extends Components.EdsCardWrapper, HTMLStencilElement {
|
|
2141
|
-
}
|
|
2142
|
-
var HTMLEdsCardWrapperElement: {
|
|
2143
|
-
prototype: HTMLEdsCardWrapperElement;
|
|
2144
|
-
new (): HTMLEdsCardWrapperElement;
|
|
2145
|
-
};
|
|
2146
2167
|
/**
|
|
2147
2168
|
* A component that displays a code block with syntax highlighting.
|
|
2148
2169
|
* Uses Prism.js for syntax highlighting. Supports multiple languages such as JavaScript, HTML, CSS,
|
|
@@ -2242,7 +2263,6 @@ declare global {
|
|
|
2242
2263
|
value?: any;
|
|
2243
2264
|
message?: string;
|
|
2244
2265
|
success?: boolean;
|
|
2245
|
-
data: any;
|
|
2246
2266
|
};
|
|
2247
2267
|
}
|
|
2248
2268
|
/**
|
|
@@ -2302,6 +2322,12 @@ declare global {
|
|
|
2302
2322
|
prototype: HTMLEdsFullscreenMenuElement;
|
|
2303
2323
|
new (): HTMLEdsFullscreenMenuElement;
|
|
2304
2324
|
};
|
|
2325
|
+
interface HTMLEdsGaugeElement extends Components.EdsGauge, HTMLStencilElement {
|
|
2326
|
+
}
|
|
2327
|
+
var HTMLEdsGaugeElement: {
|
|
2328
|
+
prototype: HTMLEdsGaugeElement;
|
|
2329
|
+
new (): HTMLEdsGaugeElement;
|
|
2330
|
+
};
|
|
2305
2331
|
interface HTMLEdsHeaderElementEventMap {
|
|
2306
2332
|
"toggleheadermenu": boolean;
|
|
2307
2333
|
}
|
|
@@ -2654,7 +2680,7 @@ declare global {
|
|
|
2654
2680
|
new (): HTMLEdsInputSearchElement;
|
|
2655
2681
|
};
|
|
2656
2682
|
interface HTMLEdsInputSelectElementEventMap {
|
|
2657
|
-
"
|
|
2683
|
+
"edsselect": string | number;
|
|
2658
2684
|
}
|
|
2659
2685
|
interface HTMLEdsInputSelectElement extends Components.EdsInputSelect, HTMLStencilElement {
|
|
2660
2686
|
addEventListener<K extends keyof HTMLEdsInputSelectElementEventMap>(type: K, listener: (this: HTMLEdsInputSelectElement, ev: EdsInputSelectCustomEvent<HTMLEdsInputSelectElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -2685,27 +2711,6 @@ declare global {
|
|
|
2685
2711
|
prototype: HTMLEdsLinkElement;
|
|
2686
2712
|
new (): HTMLEdsLinkElement;
|
|
2687
2713
|
};
|
|
2688
|
-
interface HTMLEdsLoginElementEventMap {
|
|
2689
|
-
"keycloak": { init: boolean };
|
|
2690
|
-
"auth": {
|
|
2691
|
-
authenticated: boolean;
|
|
2692
|
-
user: any;
|
|
2693
|
-
};
|
|
2694
|
-
}
|
|
2695
|
-
interface HTMLEdsLoginElement extends Components.EdsLogin, HTMLStencilElement {
|
|
2696
|
-
addEventListener<K extends keyof HTMLEdsLoginElementEventMap>(type: K, listener: (this: HTMLEdsLoginElement, ev: EdsLoginCustomEvent<HTMLEdsLoginElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2697
|
-
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2698
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2699
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2700
|
-
removeEventListener<K extends keyof HTMLEdsLoginElementEventMap>(type: K, listener: (this: HTMLEdsLoginElement, ev: EdsLoginCustomEvent<HTMLEdsLoginElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
2701
|
-
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2702
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2703
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2704
|
-
}
|
|
2705
|
-
var HTMLEdsLoginElement: {
|
|
2706
|
-
prototype: HTMLEdsLoginElement;
|
|
2707
|
-
new (): HTMLEdsLoginElement;
|
|
2708
|
-
};
|
|
2709
2714
|
/**
|
|
2710
2715
|
* `EdsLogo` is a logo component designed to display a clickable logo that can link to a specified URL.
|
|
2711
2716
|
* Key Features:
|
|
@@ -2770,6 +2775,12 @@ declare global {
|
|
|
2770
2775
|
prototype: HTMLEdsPaginationElement;
|
|
2771
2776
|
new (): HTMLEdsPaginationElement;
|
|
2772
2777
|
};
|
|
2778
|
+
interface HTMLEdsPieElement extends Components.EdsPie, HTMLStencilElement {
|
|
2779
|
+
}
|
|
2780
|
+
var HTMLEdsPieElement: {
|
|
2781
|
+
prototype: HTMLEdsPieElement;
|
|
2782
|
+
new (): HTMLEdsPieElement;
|
|
2783
|
+
};
|
|
2773
2784
|
interface HTMLEdsProgressBarElement extends Components.EdsProgressBar, HTMLStencilElement {
|
|
2774
2785
|
}
|
|
2775
2786
|
var HTMLEdsProgressBarElement: {
|
|
@@ -2793,14 +2804,6 @@ declare global {
|
|
|
2793
2804
|
prototype: HTMLEdsRatingElement;
|
|
2794
2805
|
new (): HTMLEdsRatingElement;
|
|
2795
2806
|
};
|
|
2796
|
-
/**
|
|
2797
|
-
* `EdsSectionCore` is a flexible wrapper component for creating structured sections with customizable headings.
|
|
2798
|
-
* Key Features:
|
|
2799
|
-
* - Allows dynamic selection of HTML tag (`div` or `section`) for the wrapper.
|
|
2800
|
-
* - Configurable section title and heading level for accessibility and hierarchy.
|
|
2801
|
-
* - Passes section title to an internal heading component (`eds-section-heading`).
|
|
2802
|
-
* This component is suitable for organizing content into clearly defined sections with semantic HTML structure.
|
|
2803
|
-
*/
|
|
2804
2807
|
interface HTMLEdsSectionCoreElement extends Components.EdsSectionCore, HTMLStencilElement {
|
|
2805
2808
|
}
|
|
2806
2809
|
var HTMLEdsSectionCoreElement: {
|
|
@@ -2881,7 +2884,7 @@ declare global {
|
|
|
2881
2884
|
new (): HTMLEdsStepsV2Element;
|
|
2882
2885
|
};
|
|
2883
2886
|
interface HTMLEdsSwitchElementEventMap {
|
|
2884
|
-
"
|
|
2887
|
+
"uiswitch": boolean;
|
|
2885
2888
|
}
|
|
2886
2889
|
interface HTMLEdsSwitchElement extends Components.EdsSwitch, HTMLStencilElement {
|
|
2887
2890
|
addEventListener<K extends keyof HTMLEdsSwitchElementEventMap>(type: K, listener: (this: HTMLEdsSwitchElement, ev: EdsSwitchCustomEvent<HTMLEdsSwitchElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -2897,6 +2900,9 @@ declare global {
|
|
|
2897
2900
|
prototype: HTMLEdsSwitchElement;
|
|
2898
2901
|
new (): HTMLEdsSwitchElement;
|
|
2899
2902
|
};
|
|
2903
|
+
interface HTMLEdsTableElementEventMap {
|
|
2904
|
+
"rowaction": { action: string; row: any; checked: boolean };
|
|
2905
|
+
}
|
|
2900
2906
|
/**
|
|
2901
2907
|
* `EdsTable` is a customizable data table component with support for dynamic data fetching, column configuration, pagination, and search functionality.
|
|
2902
2908
|
* Key Features:
|
|
@@ -2907,6 +2913,14 @@ declare global {
|
|
|
2907
2913
|
* This component is versatile for displaying data with flexible configuration, and integrates with pagination and search functionalities.
|
|
2908
2914
|
*/
|
|
2909
2915
|
interface HTMLEdsTableElement extends Components.EdsTable, HTMLStencilElement {
|
|
2916
|
+
addEventListener<K extends keyof HTMLEdsTableElementEventMap>(type: K, listener: (this: HTMLEdsTableElement, ev: EdsTableCustomEvent<HTMLEdsTableElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2917
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2918
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2919
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2920
|
+
removeEventListener<K extends keyof HTMLEdsTableElementEventMap>(type: K, listener: (this: HTMLEdsTableElement, ev: EdsTableCustomEvent<HTMLEdsTableElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
2921
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2922
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2923
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2910
2924
|
}
|
|
2911
2925
|
var HTMLEdsTableElement: {
|
|
2912
2926
|
prototype: HTMLEdsTableElement;
|
|
@@ -3113,7 +3127,6 @@ declare global {
|
|
|
3113
3127
|
"eds-card-tags": HTMLEdsCardTagsElement;
|
|
3114
3128
|
"eds-card-title": HTMLEdsCardTitleElement;
|
|
3115
3129
|
"eds-card-tool": HTMLEdsCardToolElement;
|
|
3116
|
-
"eds-card-wrapper": HTMLEdsCardWrapperElement;
|
|
3117
3130
|
"eds-code-block": HTMLEdsCodeBlockElement;
|
|
3118
3131
|
"eds-cookies-preference": HTMLEdsCookiesPreferenceElement;
|
|
3119
3132
|
"eds-dropdown": HTMLEdsDropdownElement;
|
|
@@ -3122,6 +3135,7 @@ declare global {
|
|
|
3122
3135
|
"eds-form": HTMLEdsFormElement;
|
|
3123
3136
|
"eds-frame": HTMLEdsFrameElement;
|
|
3124
3137
|
"eds-fullscreen-menu": HTMLEdsFullscreenMenuElement;
|
|
3138
|
+
"eds-gauge": HTMLEdsGaugeElement;
|
|
3125
3139
|
"eds-header": HTMLEdsHeaderElement;
|
|
3126
3140
|
"eds-icon-arrow-diagonal": HTMLEdsIconArrowDiagonalElement;
|
|
3127
3141
|
"eds-icon-arrow-right": HTMLEdsIconArrowRightElement;
|
|
@@ -3169,11 +3183,11 @@ declare global {
|
|
|
3169
3183
|
"eds-input-search": HTMLEdsInputSearchElement;
|
|
3170
3184
|
"eds-input-select": HTMLEdsInputSelectElement;
|
|
3171
3185
|
"eds-link": HTMLEdsLinkElement;
|
|
3172
|
-
"eds-login": HTMLEdsLoginElement;
|
|
3173
3186
|
"eds-logo": HTMLEdsLogoElement;
|
|
3174
3187
|
"eds-matomo-notice": HTMLEdsMatomoNoticeElement;
|
|
3175
3188
|
"eds-modal": HTMLEdsModalElement;
|
|
3176
3189
|
"eds-pagination": HTMLEdsPaginationElement;
|
|
3190
|
+
"eds-pie": HTMLEdsPieElement;
|
|
3177
3191
|
"eds-progress-bar": HTMLEdsProgressBarElement;
|
|
3178
3192
|
"eds-rating": HTMLEdsRatingElement;
|
|
3179
3193
|
"eds-section-core": HTMLEdsSectionCoreElement;
|
|
@@ -3320,20 +3334,19 @@ declare namespace LocalJSX {
|
|
|
3320
3334
|
interface EdsAppRoot {
|
|
3321
3335
|
}
|
|
3322
3336
|
/**
|
|
3323
|
-
* `EdsAvatar` is a
|
|
3337
|
+
* `EdsAvatar` is a component for displaying user profile representations, including initials or profile pictures.
|
|
3324
3338
|
* This component is customizable to adapt to various styles and use cases.
|
|
3325
3339
|
* Key features include:
|
|
3326
3340
|
* - Display user initials generated from `firstName` and `lastName` or use custom initials.
|
|
3327
3341
|
* - Option to display a profile picture if a URL is provided.
|
|
3328
3342
|
* - Customizable background color, including gradient options.
|
|
3329
3343
|
* - Configurable shape (rounded or square) and font strength for initials.
|
|
3330
|
-
* The avatar component offers flexibility for different user profile displays, supporting use cases from contact lists to detailed profile views.
|
|
3331
3344
|
*/
|
|
3332
3345
|
interface EdsAvatar {
|
|
3333
3346
|
/**
|
|
3334
|
-
* Background color
|
|
3347
|
+
* Background color: 'grey' for grey background, 'black' for black background with accent text.
|
|
3335
3348
|
*/
|
|
3336
|
-
"color"?:
|
|
3349
|
+
"color"?: 'grey' | 'black';
|
|
3337
3350
|
/**
|
|
3338
3351
|
* First name of the user for generating initials.
|
|
3339
3352
|
*/
|
|
@@ -3353,16 +3366,12 @@ declare namespace LocalJSX {
|
|
|
3353
3366
|
}
|
|
3354
3367
|
/**
|
|
3355
3368
|
* `EdsBlockBreak` is a divider component designed to render a horizontal line that separates content visually.
|
|
3356
|
-
* This component includes customizable styling options to adapt to various layouts and design needs.
|
|
3357
|
-
* Key features include:
|
|
3358
|
-
* - Configurable additional classes for styling through the `extraClass` prop.
|
|
3359
|
-
* - Suitable for dividing sections or breaking content blocks within a page.
|
|
3360
3369
|
*/
|
|
3361
3370
|
interface EdsBlockBreak {
|
|
3362
3371
|
/**
|
|
3363
|
-
*
|
|
3372
|
+
* Whether to use the inverse break style
|
|
3364
3373
|
*/
|
|
3365
|
-
"
|
|
3374
|
+
"inverse"?: boolean;
|
|
3366
3375
|
}
|
|
3367
3376
|
/**
|
|
3368
3377
|
* `EdsBreadcrumb` is a navigational component that displays the user's current location within a hierarchy of pages.
|
|
@@ -3447,10 +3456,6 @@ declare namespace LocalJSX {
|
|
|
3447
3456
|
"triggerClick"?: () => void;
|
|
3448
3457
|
}
|
|
3449
3458
|
interface EdsCardDesc {
|
|
3450
|
-
/**
|
|
3451
|
-
* A custom CSS class to style the description text. Default is 'f-ui-03-light'.
|
|
3452
|
-
*/
|
|
3453
|
-
"descClass"?: string;
|
|
3454
3459
|
/**
|
|
3455
3460
|
* The description text to be displayed inside the card.
|
|
3456
3461
|
*/
|
|
@@ -3670,20 +3675,6 @@ declare namespace LocalJSX {
|
|
|
3670
3675
|
*/
|
|
3671
3676
|
"withHover"?: boolean;
|
|
3672
3677
|
}
|
|
3673
|
-
interface EdsCardWrapper {
|
|
3674
|
-
/**
|
|
3675
|
-
* A boolean that determines whether the card should be displayed with a smaller height. If true, the card will use the 'tiny' height class.
|
|
3676
|
-
*/
|
|
3677
|
-
"tiny"?: boolean;
|
|
3678
|
-
/**
|
|
3679
|
-
* A boolean that determines whether the card should have a background color. If true, the card will have a background, otherwise it will not.
|
|
3680
|
-
*/
|
|
3681
|
-
"withBg"?: boolean;
|
|
3682
|
-
/**
|
|
3683
|
-
* A boolean that determines whether the card should display a hover effect. If true, the card will have a shadow effect and change its cursor on hover.
|
|
3684
|
-
*/
|
|
3685
|
-
"withHover"?: boolean;
|
|
3686
|
-
}
|
|
3687
3678
|
/**
|
|
3688
3679
|
* A component that displays a code block with syntax highlighting.
|
|
3689
3680
|
* Uses Prism.js for syntax highlighting. Supports multiple languages such as JavaScript, HTML, CSS,
|
|
@@ -3790,6 +3781,10 @@ declare namespace LocalJSX {
|
|
|
3790
3781
|
* Number of stars in the rating system.
|
|
3791
3782
|
*/
|
|
3792
3783
|
"description"?: string;
|
|
3784
|
+
/**
|
|
3785
|
+
* The HTML heading level to use for the label. Valid values: 'h1' - 'h5'.
|
|
3786
|
+
*/
|
|
3787
|
+
"headingLevel"?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5';
|
|
3793
3788
|
/**
|
|
3794
3789
|
* Number of stars in the rating system.
|
|
3795
3790
|
*/
|
|
@@ -3820,6 +3815,16 @@ declare namespace LocalJSX {
|
|
|
3820
3815
|
* across the EBRAINS platform, with options for social links and a "Back to top" button.
|
|
3821
3816
|
*/
|
|
3822
3817
|
interface EdsFooter {
|
|
3818
|
+
/**
|
|
3819
|
+
* Controls the display of the "Back to Top" aria label text.
|
|
3820
|
+
* @type {string}
|
|
3821
|
+
*/
|
|
3822
|
+
"backToTopAriaLabel"?: string;
|
|
3823
|
+
/**
|
|
3824
|
+
* Controls the display of the "Cookies preferences" text.
|
|
3825
|
+
* @type {string}
|
|
3826
|
+
*/
|
|
3827
|
+
"cookiesPreferences"?: string;
|
|
3823
3828
|
"enableCookiesSettings"?: boolean;
|
|
3824
3829
|
/**
|
|
3825
3830
|
* Controls the display of the "Back to Top" button. When true, the button appears in the footer.
|
|
@@ -3885,7 +3890,6 @@ declare namespace LocalJSX {
|
|
|
3885
3890
|
value?: any;
|
|
3886
3891
|
message?: string;
|
|
3887
3892
|
success?: boolean;
|
|
3888
|
-
data: any;
|
|
3889
3893
|
}>) => void;
|
|
3890
3894
|
/**
|
|
3891
3895
|
* If `true`, includes the current form URL in the submission data.
|
|
@@ -3948,6 +3952,29 @@ declare namespace LocalJSX {
|
|
|
3948
3952
|
*/
|
|
3949
3953
|
"onMenuClose"?: (event: EdsFullscreenMenuCustomEvent<void>) => void;
|
|
3950
3954
|
}
|
|
3955
|
+
interface EdsGauge {
|
|
3956
|
+
/**
|
|
3957
|
+
* Diameter of the pie chart (pixels)
|
|
3958
|
+
*/
|
|
3959
|
+
"size"?: number;
|
|
3960
|
+
/**
|
|
3961
|
+
* Thickness of inner mask as fraction of radius (0.1–0.2). Values outside this range will be clamped.
|
|
3962
|
+
*/
|
|
3963
|
+
"thickness"?: number;
|
|
3964
|
+
/**
|
|
3965
|
+
* Current value
|
|
3966
|
+
*/
|
|
3967
|
+
"value"?: number;
|
|
3968
|
+
/**
|
|
3969
|
+
* Maximum value (gauge end)
|
|
3970
|
+
*/
|
|
3971
|
+
"valueMax"?: number;
|
|
3972
|
+
/**
|
|
3973
|
+
* Minimum value (gauge start)
|
|
3974
|
+
*/
|
|
3975
|
+
"valueMin"?: number;
|
|
3976
|
+
"variant"?: 'default' | 'dark' | 'strong' | 'black';
|
|
3977
|
+
}
|
|
3951
3978
|
/**
|
|
3952
3979
|
* `EdsHeader` is a header component designed for the EBRAINS platform.
|
|
3953
3980
|
* It provides a customizable and responsive navigation experience, tailored for both desktop and mobile views.
|
|
@@ -3961,13 +3988,13 @@ declare namespace LocalJSX {
|
|
|
3961
3988
|
*/
|
|
3962
3989
|
interface EdsHeader {
|
|
3963
3990
|
/**
|
|
3964
|
-
*
|
|
3991
|
+
* Header style variant: determines text and background colors. - "default": text-default on bg-dark - "inverse": text-default on bg-inverse - "strong": text-inverse on bg-strongest
|
|
3965
3992
|
*/
|
|
3966
|
-
"
|
|
3993
|
+
"headerVariant"?: 'default' | 'inverse' | 'strong';
|
|
3967
3994
|
/**
|
|
3968
|
-
*
|
|
3995
|
+
* URL for the home logo link. This is the default URL that the logo points to.
|
|
3969
3996
|
*/
|
|
3970
|
-
"
|
|
3997
|
+
"homeUrl"?: string;
|
|
3971
3998
|
/**
|
|
3972
3999
|
* JSON string representing the links for primary navigation. Each link should include `label`, `url`, and optionally an `icon`.
|
|
3973
4000
|
*/
|
|
@@ -4312,6 +4339,10 @@ declare namespace LocalJSX {
|
|
|
4312
4339
|
* The error message displayed when validation fails.
|
|
4313
4340
|
*/
|
|
4314
4341
|
"errorMessage"?: string;
|
|
4342
|
+
/**
|
|
4343
|
+
* Control whether the component emits value events (`oninput` / `onchange`). Defaults to `true`. Password fields are always suppressed for security.
|
|
4344
|
+
*/
|
|
4345
|
+
"exposeValueEvents"?: boolean;
|
|
4315
4346
|
/**
|
|
4316
4347
|
* A short hint displayed alongside the input field.
|
|
4317
4348
|
*/
|
|
@@ -4476,54 +4507,45 @@ declare namespace LocalJSX {
|
|
|
4476
4507
|
}
|
|
4477
4508
|
interface EdsInputSelect {
|
|
4478
4509
|
/**
|
|
4479
|
-
*
|
|
4510
|
+
* Disable the select
|
|
4480
4511
|
*/
|
|
4481
4512
|
"disabled"?: boolean;
|
|
4482
4513
|
/**
|
|
4483
|
-
*
|
|
4514
|
+
* Mark field as invalid
|
|
4484
4515
|
*/
|
|
4485
4516
|
"error"?: boolean;
|
|
4486
4517
|
/**
|
|
4487
|
-
*
|
|
4518
|
+
* Show associated message (help or error)
|
|
4488
4519
|
*/
|
|
4489
4520
|
"hasMessage"?: boolean;
|
|
4490
4521
|
/**
|
|
4491
|
-
* Optional id for the
|
|
4522
|
+
* Optional id for the select element; defaults to name
|
|
4492
4523
|
*/
|
|
4493
4524
|
"inputId"?: string;
|
|
4494
4525
|
/**
|
|
4495
|
-
*
|
|
4496
|
-
*/
|
|
4497
|
-
"labelKey"?: string;
|
|
4498
|
-
/**
|
|
4499
|
-
* The name attribute of the select input. Also used as the fallback id.
|
|
4526
|
+
* Name attribute of the select
|
|
4500
4527
|
*/
|
|
4501
4528
|
"name": string;
|
|
4502
4529
|
/**
|
|
4503
|
-
* Emitted when
|
|
4504
|
-
* @event changeEvent
|
|
4530
|
+
* Emitted when selection changes
|
|
4505
4531
|
*/
|
|
4506
|
-
"
|
|
4532
|
+
"onEdsselect"?: (event: EdsInputSelectCustomEvent<string | number>) => void;
|
|
4507
4533
|
/**
|
|
4508
|
-
*
|
|
4534
|
+
* List of static options: { value, label }
|
|
4509
4535
|
*/
|
|
4510
|
-
"options"?: {
|
|
4536
|
+
"options"?: Array<{ value: string | number; label: string }>;
|
|
4511
4537
|
/**
|
|
4512
|
-
* Placeholder
|
|
4538
|
+
* Placeholder shown as a disabled hidden option
|
|
4513
4539
|
*/
|
|
4514
4540
|
"placeholder"?: string;
|
|
4515
4541
|
/**
|
|
4516
|
-
*
|
|
4542
|
+
* Mark field as required
|
|
4517
4543
|
*/
|
|
4518
4544
|
"required"?: boolean;
|
|
4519
4545
|
/**
|
|
4520
|
-
*
|
|
4546
|
+
* Currently selected value
|
|
4521
4547
|
*/
|
|
4522
4548
|
"value"?: string | number;
|
|
4523
|
-
/**
|
|
4524
|
-
* For static options, this property defines the key used to retrieve the option value.
|
|
4525
|
-
*/
|
|
4526
|
-
"valueKey"?: string;
|
|
4527
4549
|
}
|
|
4528
4550
|
/**
|
|
4529
4551
|
* `EdsLink` is a versatile link component offering different styles and behaviors.
|
|
@@ -4597,31 +4619,6 @@ declare namespace LocalJSX {
|
|
|
4597
4619
|
*/
|
|
4598
4620
|
"url"?: string;
|
|
4599
4621
|
}
|
|
4600
|
-
interface EdsLogin {
|
|
4601
|
-
/**
|
|
4602
|
-
* The Keycloak Client ID. The client ID represents the client application that Keycloak protects. It's configured in the Keycloak admin console and used to identify the app requesting authentication. Example: `my-client-app`
|
|
4603
|
-
*/
|
|
4604
|
-
"keycloakClientId"?: string;
|
|
4605
|
-
/**
|
|
4606
|
-
* The Keycloak Realm. A realm in Keycloak is a space where you manage a set of users, roles, groups, and credentials.
|
|
4607
|
-
*/
|
|
4608
|
-
"keycloakRealm"?: string;
|
|
4609
|
-
/**
|
|
4610
|
-
* The URL of the Keycloak server. This is the base URL where your Keycloak instance is hosted.
|
|
4611
|
-
*/
|
|
4612
|
-
"keycloakUrl"?: string;
|
|
4613
|
-
/**
|
|
4614
|
-
* Event emitted when the authentication status changes. It emits an object {authenticated, user} indicating the new authentication status and the user's information.
|
|
4615
|
-
*/
|
|
4616
|
-
"onAuth"?: (event: EdsLoginCustomEvent<{
|
|
4617
|
-
authenticated: boolean;
|
|
4618
|
-
user: any;
|
|
4619
|
-
}>) => void;
|
|
4620
|
-
/**
|
|
4621
|
-
* Event emitted when the initKeycloak status changes.
|
|
4622
|
-
*/
|
|
4623
|
-
"onKeycloak"?: (event: EdsLoginCustomEvent<{ init: boolean }>) => void;
|
|
4624
|
-
}
|
|
4625
4622
|
/**
|
|
4626
4623
|
* `EdsLogo` is a logo component designed to display a clickable logo that can link to a specified URL.
|
|
4627
4624
|
* Key Features:
|
|
@@ -4745,7 +4742,37 @@ declare namespace LocalJSX {
|
|
|
4745
4742
|
*/
|
|
4746
4743
|
"url"?: string;
|
|
4747
4744
|
}
|
|
4745
|
+
interface EdsPie {
|
|
4746
|
+
/**
|
|
4747
|
+
* Color scheme: semantic, brand, or mono
|
|
4748
|
+
*/
|
|
4749
|
+
"colorScheme"?: 'semantic' | 'mono';
|
|
4750
|
+
/**
|
|
4751
|
+
* Show raw value or percentage
|
|
4752
|
+
*/
|
|
4753
|
+
"display"?: DisplayMode;
|
|
4754
|
+
/**
|
|
4755
|
+
* Show legend
|
|
4756
|
+
*/
|
|
4757
|
+
"legend"?: boolean;
|
|
4758
|
+
/**
|
|
4759
|
+
* Diameter in pixels
|
|
4760
|
+
*/
|
|
4761
|
+
"size"?: number;
|
|
4762
|
+
/**
|
|
4763
|
+
* Array or JSON string of slices
|
|
4764
|
+
*/
|
|
4765
|
+
"slices"?: PieSlice[] | string;
|
|
4766
|
+
/**
|
|
4767
|
+
* Inner-radius fraction (always 0.5-1)
|
|
4768
|
+
*/
|
|
4769
|
+
"thickness"?: number;
|
|
4770
|
+
}
|
|
4748
4771
|
interface EdsProgressBar {
|
|
4772
|
+
/**
|
|
4773
|
+
* Whether to render with rounded corners.
|
|
4774
|
+
*/
|
|
4775
|
+
"rounded"?: boolean;
|
|
4749
4776
|
/**
|
|
4750
4777
|
* The progress value (0-100).
|
|
4751
4778
|
*/
|
|
@@ -4765,14 +4792,6 @@ declare namespace LocalJSX {
|
|
|
4765
4792
|
*/
|
|
4766
4793
|
"ratingType"?: 'star' | 'thumbs-up' | 'thumbs-down';
|
|
4767
4794
|
}
|
|
4768
|
-
/**
|
|
4769
|
-
* `EdsSectionCore` is a flexible wrapper component for creating structured sections with customizable headings.
|
|
4770
|
-
* Key Features:
|
|
4771
|
-
* - Allows dynamic selection of HTML tag (`div` or `section`) for the wrapper.
|
|
4772
|
-
* - Configurable section title and heading level for accessibility and hierarchy.
|
|
4773
|
-
* - Passes section title to an internal heading component (`eds-section-heading`).
|
|
4774
|
-
* This component is suitable for organizing content into clearly defined sections with semantic HTML structure.
|
|
4775
|
-
*/
|
|
4776
4795
|
interface EdsSectionCore {
|
|
4777
4796
|
/**
|
|
4778
4797
|
* The heading level for the section title, such as 'h1', 'h2', etc. Default is 'h2'.
|
|
@@ -4882,6 +4901,10 @@ declare namespace LocalJSX {
|
|
|
4882
4901
|
* Optional image source to display above the steps.
|
|
4883
4902
|
*/
|
|
4884
4903
|
"imageSrc"?: string;
|
|
4904
|
+
/**
|
|
4905
|
+
* Optional image width for the eds-img component.
|
|
4906
|
+
*/
|
|
4907
|
+
"imageWidth"?: number;
|
|
4885
4908
|
/**
|
|
4886
4909
|
* Optional message to display inside the placeholder if no image is provided.
|
|
4887
4910
|
*/
|
|
@@ -4919,7 +4942,7 @@ declare namespace LocalJSX {
|
|
|
4919
4942
|
/**
|
|
4920
4943
|
* Emitted when the switch is toggled.
|
|
4921
4944
|
*/
|
|
4922
|
-
"
|
|
4945
|
+
"onUiswitch"?: (event: EdsSwitchCustomEvent<boolean>) => void;
|
|
4923
4946
|
}
|
|
4924
4947
|
/**
|
|
4925
4948
|
* `EdsTable` is a customizable data table component with support for dynamic data fetching, column configuration, pagination, and search functionality.
|
|
@@ -4931,6 +4954,14 @@ declare namespace LocalJSX {
|
|
|
4931
4954
|
* This component is versatile for displaying data with flexible configuration, and integrates with pagination and search functionalities.
|
|
4932
4955
|
*/
|
|
4933
4956
|
interface EdsTable {
|
|
4957
|
+
/**
|
|
4958
|
+
* Optional: allow the consumer to supply a full JSX render‐prop instead of simple name/label pairs. If provided, this takes priority.
|
|
4959
|
+
*/
|
|
4960
|
+
"actionTemplate"?: (row: any) => VNode;
|
|
4961
|
+
/**
|
|
4962
|
+
* Array of actions to render in each row. Each action should have: - `name`: a unique key (e.g. "view", "delete") - `label`: what shows in the button (or you could pass an icon name here)
|
|
4963
|
+
*/
|
|
4964
|
+
"actions"?: string | TableAction[];
|
|
4934
4965
|
/**
|
|
4935
4966
|
* Optional property to control the column sizing mode. - 'default' uses containerWidth / visibleColumns. - 'medium' divides that result by 2. - 'large' divides that result by 4.
|
|
4936
4967
|
*/
|
|
@@ -4954,6 +4985,10 @@ declare namespace LocalJSX {
|
|
|
4954
4985
|
*/
|
|
4955
4986
|
"endpoint"?: string | null;
|
|
4956
4987
|
"hostWidth"?: string;
|
|
4988
|
+
/**
|
|
4989
|
+
* Define the event with the payload type
|
|
4990
|
+
*/
|
|
4991
|
+
"onRowaction"?: (event: EdsTableCustomEvent<{ action: string; row: any; checked: boolean }>) => void;
|
|
4957
4992
|
/**
|
|
4958
4993
|
* Enable or disable pagination explicitly
|
|
4959
4994
|
*/
|
|
@@ -5020,7 +5055,7 @@ declare namespace LocalJSX {
|
|
|
5020
5055
|
}
|
|
5021
5056
|
interface EdsToast {
|
|
5022
5057
|
/**
|
|
5023
|
-
* Determines the duration before the toast auto-dismisses (in milliseconds).
|
|
5058
|
+
* Determines the duration before the toast auto-dismisses (in milliseconds). If set, the toast will auto-dismiss and show a close button. If not set (or set to 0), it will persist without a close button.
|
|
5024
5059
|
*/
|
|
5025
5060
|
"duration"?: number;
|
|
5026
5061
|
/**
|
|
@@ -5042,10 +5077,6 @@ declare namespace LocalJSX {
|
|
|
5042
5077
|
* The content of the tooltip.
|
|
5043
5078
|
*/
|
|
5044
5079
|
"content"?: string;
|
|
5045
|
-
/**
|
|
5046
|
-
* The preferred position of the tooltip (`above`, `below`, `left`, `right`).
|
|
5047
|
-
*/
|
|
5048
|
-
"position"?: 'above' | 'below';
|
|
5049
5080
|
}
|
|
5050
5081
|
interface EdsTrl {
|
|
5051
5082
|
/**
|
|
@@ -5128,7 +5159,6 @@ declare namespace LocalJSX {
|
|
|
5128
5159
|
"eds-card-tags": EdsCardTags;
|
|
5129
5160
|
"eds-card-title": EdsCardTitle;
|
|
5130
5161
|
"eds-card-tool": EdsCardTool;
|
|
5131
|
-
"eds-card-wrapper": EdsCardWrapper;
|
|
5132
5162
|
"eds-code-block": EdsCodeBlock;
|
|
5133
5163
|
"eds-cookies-preference": EdsCookiesPreference;
|
|
5134
5164
|
"eds-dropdown": EdsDropdown;
|
|
@@ -5137,6 +5167,7 @@ declare namespace LocalJSX {
|
|
|
5137
5167
|
"eds-form": EdsForm;
|
|
5138
5168
|
"eds-frame": EdsFrame;
|
|
5139
5169
|
"eds-fullscreen-menu": EdsFullscreenMenu;
|
|
5170
|
+
"eds-gauge": EdsGauge;
|
|
5140
5171
|
"eds-header": EdsHeader;
|
|
5141
5172
|
"eds-icon-arrow-diagonal": EdsIconArrowDiagonal;
|
|
5142
5173
|
"eds-icon-arrow-right": EdsIconArrowRight;
|
|
@@ -5184,11 +5215,11 @@ declare namespace LocalJSX {
|
|
|
5184
5215
|
"eds-input-search": EdsInputSearch;
|
|
5185
5216
|
"eds-input-select": EdsInputSelect;
|
|
5186
5217
|
"eds-link": EdsLink;
|
|
5187
|
-
"eds-login": EdsLogin;
|
|
5188
5218
|
"eds-logo": EdsLogo;
|
|
5189
5219
|
"eds-matomo-notice": EdsMatomoNotice;
|
|
5190
5220
|
"eds-modal": EdsModal;
|
|
5191
5221
|
"eds-pagination": EdsPagination;
|
|
5222
|
+
"eds-pie": EdsPie;
|
|
5192
5223
|
"eds-progress-bar": EdsProgressBar;
|
|
5193
5224
|
"eds-rating": EdsRating;
|
|
5194
5225
|
"eds-section-core": EdsSectionCore;
|
|
@@ -5267,22 +5298,17 @@ declare module "@stencil/core" {
|
|
|
5267
5298
|
"eds-alert": LocalJSX.EdsAlert & JSXBase.HTMLAttributes<HTMLEdsAlertElement>;
|
|
5268
5299
|
"eds-app-root": LocalJSX.EdsAppRoot & JSXBase.HTMLAttributes<HTMLEdsAppRootElement>;
|
|
5269
5300
|
/**
|
|
5270
|
-
* `EdsAvatar` is a
|
|
5301
|
+
* `EdsAvatar` is a component for displaying user profile representations, including initials or profile pictures.
|
|
5271
5302
|
* This component is customizable to adapt to various styles and use cases.
|
|
5272
5303
|
* Key features include:
|
|
5273
5304
|
* - Display user initials generated from `firstName` and `lastName` or use custom initials.
|
|
5274
5305
|
* - Option to display a profile picture if a URL is provided.
|
|
5275
5306
|
* - Customizable background color, including gradient options.
|
|
5276
5307
|
* - Configurable shape (rounded or square) and font strength for initials.
|
|
5277
|
-
* The avatar component offers flexibility for different user profile displays, supporting use cases from contact lists to detailed profile views.
|
|
5278
5308
|
*/
|
|
5279
5309
|
"eds-avatar": LocalJSX.EdsAvatar & JSXBase.HTMLAttributes<HTMLEdsAvatarElement>;
|
|
5280
5310
|
/**
|
|
5281
5311
|
* `EdsBlockBreak` is a divider component designed to render a horizontal line that separates content visually.
|
|
5282
|
-
* This component includes customizable styling options to adapt to various layouts and design needs.
|
|
5283
|
-
* Key features include:
|
|
5284
|
-
* - Configurable additional classes for styling through the `extraClass` prop.
|
|
5285
|
-
* - Suitable for dividing sections or breaking content blocks within a page.
|
|
5286
5312
|
*/
|
|
5287
5313
|
"eds-block-break": LocalJSX.EdsBlockBreak & JSXBase.HTMLAttributes<HTMLEdsBlockBreakElement>;
|
|
5288
5314
|
/**
|
|
@@ -5333,7 +5359,6 @@ declare module "@stencil/core" {
|
|
|
5333
5359
|
"eds-card-tags": LocalJSX.EdsCardTags & JSXBase.HTMLAttributes<HTMLEdsCardTagsElement>;
|
|
5334
5360
|
"eds-card-title": LocalJSX.EdsCardTitle & JSXBase.HTMLAttributes<HTMLEdsCardTitleElement>;
|
|
5335
5361
|
"eds-card-tool": LocalJSX.EdsCardTool & JSXBase.HTMLAttributes<HTMLEdsCardToolElement>;
|
|
5336
|
-
"eds-card-wrapper": LocalJSX.EdsCardWrapper & JSXBase.HTMLAttributes<HTMLEdsCardWrapperElement>;
|
|
5337
5362
|
/**
|
|
5338
5363
|
* A component that displays a code block with syntax highlighting.
|
|
5339
5364
|
* Uses Prism.js for syntax highlighting. Supports multiple languages such as JavaScript, HTML, CSS,
|
|
@@ -5390,6 +5415,7 @@ declare module "@stencil/core" {
|
|
|
5390
5415
|
* - **Footer Integration**: Optionally displays social links and a customizable footer section within the fullscreen menu.
|
|
5391
5416
|
*/
|
|
5392
5417
|
"eds-fullscreen-menu": LocalJSX.EdsFullscreenMenu & JSXBase.HTMLAttributes<HTMLEdsFullscreenMenuElement>;
|
|
5418
|
+
"eds-gauge": LocalJSX.EdsGauge & JSXBase.HTMLAttributes<HTMLEdsGaugeElement>;
|
|
5393
5419
|
/**
|
|
5394
5420
|
* `EdsHeader` is a header component designed for the EBRAINS platform.
|
|
5395
5421
|
* It provides a customizable and responsive navigation experience, tailored for both desktop and mobile views.
|
|
@@ -5491,7 +5517,6 @@ declare module "@stencil/core" {
|
|
|
5491
5517
|
* This component is designed for flexible navigation and styling, making it suitable for a range of UI needs.
|
|
5492
5518
|
*/
|
|
5493
5519
|
"eds-link": LocalJSX.EdsLink & JSXBase.HTMLAttributes<HTMLEdsLinkElement>;
|
|
5494
|
-
"eds-login": LocalJSX.EdsLogin & JSXBase.HTMLAttributes<HTMLEdsLoginElement>;
|
|
5495
5520
|
/**
|
|
5496
5521
|
* `EdsLogo` is a logo component designed to display a clickable logo that can link to a specified URL.
|
|
5497
5522
|
* Key Features:
|
|
@@ -5525,16 +5550,9 @@ declare module "@stencil/core" {
|
|
|
5525
5550
|
* This component is designed for flexible and accessible pagination controls, suitable for various display needs.
|
|
5526
5551
|
*/
|
|
5527
5552
|
"eds-pagination": LocalJSX.EdsPagination & JSXBase.HTMLAttributes<HTMLEdsPaginationElement>;
|
|
5553
|
+
"eds-pie": LocalJSX.EdsPie & JSXBase.HTMLAttributes<HTMLEdsPieElement>;
|
|
5528
5554
|
"eds-progress-bar": LocalJSX.EdsProgressBar & JSXBase.HTMLAttributes<HTMLEdsProgressBarElement>;
|
|
5529
5555
|
"eds-rating": LocalJSX.EdsRating & JSXBase.HTMLAttributes<HTMLEdsRatingElement>;
|
|
5530
|
-
/**
|
|
5531
|
-
* `EdsSectionCore` is a flexible wrapper component for creating structured sections with customizable headings.
|
|
5532
|
-
* Key Features:
|
|
5533
|
-
* - Allows dynamic selection of HTML tag (`div` or `section`) for the wrapper.
|
|
5534
|
-
* - Configurable section title and heading level for accessibility and hierarchy.
|
|
5535
|
-
* - Passes section title to an internal heading component (`eds-section-heading`).
|
|
5536
|
-
* This component is suitable for organizing content into clearly defined sections with semantic HTML structure.
|
|
5537
|
-
*/
|
|
5538
5556
|
"eds-section-core": LocalJSX.EdsSectionCore & JSXBase.HTMLAttributes<HTMLEdsSectionCoreElement>;
|
|
5539
5557
|
"eds-section-heading": LocalJSX.EdsSectionHeading & JSXBase.HTMLAttributes<HTMLEdsSectionHeadingElement>;
|
|
5540
5558
|
/**
|