@ebrains/components 0.9.0-beta → 0.9.1-beta
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/LICENSE +21 -0
- package/README.md +9 -0
- package/dist/cjs/components.cjs.js +1 -1
- package/dist/cjs/eds-accordion.cjs.entry.js +4 -4
- package/dist/cjs/{eds-avatar_24.cjs.entry.js → eds-avatar_26.cjs.entry.js} +186 -5
- package/dist/cjs/{eds-card-desc_3.cjs.entry.js → eds-card-desc_2.cjs.entry.js} +0 -35
- package/dist/cjs/eds-card-generic.cjs.entry.js +2 -2
- package/dist/cjs/eds-matomo-notice.cjs.entry.js +2 -2
- package/dist/cjs/eds-modal.cjs.entry.js +5 -5
- package/dist/cjs/eds-section-core_2.cjs.entry.js +2 -2
- package/dist/cjs/eds-switch.cjs.entry.js +2 -2
- package/dist/cjs/eds-tabs.cjs.entry.js +5 -5
- package/dist/cjs/eds-timeline.cjs.entry.js +1 -1
- package/dist/cjs/index-2f63169d.js +4 -8
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/eds-accordion/eds-accordion.js +5 -5
- package/dist/collection/components/eds-breadcrump/eds-breadcrump.js +8 -1
- package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.css +5 -0
- package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.js +1 -1
- package/dist/collection/components/eds-link/eds-link.css +6 -6
- package/dist/collection/components/eds-modal/eds-modal.js +6 -6
- package/dist/collection/components/eds-section/eds-section-heading/eds-section-heading.js +5 -2
- package/dist/collection/components/eds-switch/eds-switch.js +3 -3
- package/dist/collection/components/eds-tag/eds-tag.css +45 -0
- package/dist/collection/components/eds-tag/eds-tag.js +31 -5
- package/dist/collection/components/eds-tag/eds-tag.stories.js +11 -4
- package/dist/collection/components/eds-timeline/eds-timeline.css +20 -0
- package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.js +3 -3
- package/dist/collection/shared-ui/eds-social-networks/eds-social-networks.js +3 -3
- package/dist/collection/shared-ui/eds-tabs/eds-tabs.css +20 -0
- package/dist/collection/shared-ui/eds-tabs/eds-tabs.js +5 -5
- package/dist/collection/shared-ui/eds-user/eds-user.css +20 -0
- package/dist/components/components.css +20 -0
- package/dist/components/components.esm.js +1 -1
- package/dist/components/eds-accordion2.js +5 -5
- package/dist/components/eds-breadcrumb.js +8 -1
- package/dist/components/eds-card-generic2.js +2 -2
- package/dist/components/eds-link2.js +1 -1
- package/dist/components/eds-matomo-notice2.js +3 -3
- package/dist/components/eds-modal.js +6 -6
- package/dist/components/eds-section-heading2.js +2 -2
- package/dist/components/eds-social-networks2.js +3 -3
- package/dist/components/eds-switch.js +2 -2
- package/dist/components/eds-tabs.js +6 -6
- package/dist/components/eds-tag2.js +15 -6
- package/dist/components/eds-timeline.js +1 -1
- package/dist/components/eds-user.js +1 -1
- package/dist/components/p-0467ceb5.entry.js +1 -0
- package/dist/components/{p-424ba743.entry.js → p-1309a74c.entry.js} +1 -1
- package/dist/components/p-4620ebf5.entry.js +1 -0
- package/dist/components/{p-bcbc7b7f.entry.js → p-94b1f974.entry.js} +1 -1
- package/dist/components/p-b931a634.entry.js +1 -0
- package/dist/components/{p-9cbcccf8.entry.js → p-c5c782e7.entry.js} +1 -1
- package/dist/components/p-c99745a8.entry.js +1 -0
- package/dist/components/p-e42eb100.entry.js +1 -0
- package/dist/components/{p-59d963d1.entry.js → p-e710c860.entry.js} +1 -1
- package/dist/components/p-f4ce515a.entry.js +1 -0
- package/dist/esm/components.js +1 -1
- package/dist/esm/eds-accordion.entry.js +4 -4
- package/dist/esm/{eds-avatar_24.entry.js → eds-avatar_26.entry.js} +185 -6
- package/dist/esm/{eds-card-desc_3.entry.js → eds-card-desc_2.entry.js} +1 -35
- package/dist/esm/eds-card-generic.entry.js +2 -2
- package/dist/esm/eds-matomo-notice.entry.js +2 -2
- package/dist/esm/eds-modal.entry.js +5 -5
- package/dist/esm/eds-section-core_2.entry.js +2 -2
- package/dist/esm/eds-switch.entry.js +2 -2
- package/dist/esm/eds-tabs.entry.js +5 -5
- package/dist/esm/eds-timeline.entry.js +1 -1
- package/dist/esm/index-8a71b9a7.js +4 -8
- package/dist/esm/loader.js +1 -1
- package/dist/hydrate/index.js +59 -40
- package/dist/hydrate/index.mjs +59 -40
- package/dist/stencil.config.js +16 -1
- package/dist/types/components/eds-accordion/eds-accordion.d.ts +1 -1
- package/dist/types/components/eds-modal/eds-modal.d.ts +1 -1
- package/dist/types/components/eds-section/eds-section-heading/eds-section-heading.d.ts +3 -0
- package/dist/types/components/eds-switch/eds-switch.d.ts +1 -1
- package/dist/types/components/eds-tag/eds-tag.d.ts +5 -1
- package/dist/types/components/eds-tag/eds-tag.stories.d.ts +7 -0
- package/dist/types/components.d.ts +40 -64
- package/dist/types/shared-ui/eds-matomo-notice/eds-matomo-notice.d.ts +1 -1
- package/dist/types/shared-ui/eds-social-networks/eds-social-networks.d.ts +1 -1
- package/dist/types/shared-ui/eds-tabs/eds-tabs.d.ts +1 -1
- package/package.json +3 -3
- package/dist/cjs/eds-breadcrumb.cjs.entry.js +0 -139
- package/dist/components/p-032f9f64.entry.js +0 -1
- package/dist/components/p-058cf100.entry.js +0 -1
- package/dist/components/p-1b4e9576.entry.js +0 -1
- package/dist/components/p-30a319d5.entry.js +0 -1
- package/dist/components/p-85ad681a.entry.js +0 -1
- package/dist/components/p-b47d115d.entry.js +0 -1
- package/dist/components/p-b55b0091.entry.js +0 -1
- package/dist/esm/eds-breadcrumb.entry.js +0 -135
|
@@ -44,7 +44,7 @@ export class EdsSocialNetworks {
|
|
|
44
44
|
icon: 'bluesky'
|
|
45
45
|
}
|
|
46
46
|
];
|
|
47
|
-
this.
|
|
47
|
+
this.heading = 'Follow EBRAINS to keep up-to-date';
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
50
|
* Renders the component's HTML structure with links to EBRAINS social profiles.
|
|
@@ -53,7 +53,7 @@ export class EdsSocialNetworks {
|
|
|
53
53
|
* @returns {JSX.Element} The rendered JSX for the component.
|
|
54
54
|
*/
|
|
55
55
|
render() {
|
|
56
|
-
return (h("div", { key: '
|
|
56
|
+
return (h("div", { key: '830f2648d282b24630f9266bc07dcf9d1fb528de' }, h("p", { key: '14d58e971d0ca585376d21400258742d2067471d', class: "f-ui-02" }, this.heading), h("ul", { key: 'd5ff24b6dbcfa25bae9b863b64e635e5c838db50', class: "mt-12 flex gap-4" }, this.socialNetworks.map((network, index) => (h("li", { key: index }, h("eds-link", { "extra-class": "effect-color effect-focus text-lighter hover:text-default flex items-center justify-center rounded-sm", external: true, "aria-label": network.label, url: network.url, icon: network.icon, intent: "strong" })))))));
|
|
57
57
|
}
|
|
58
58
|
static get is() { return "eds-social-networks"; }
|
|
59
59
|
static get encapsulation() { return "shadow"; }
|
|
@@ -69,7 +69,7 @@ export class EdsSocialNetworks {
|
|
|
69
69
|
}
|
|
70
70
|
static get properties() {
|
|
71
71
|
return {
|
|
72
|
-
"
|
|
72
|
+
"heading": {
|
|
73
73
|
"type": "string",
|
|
74
74
|
"mutable": false,
|
|
75
75
|
"complexType": {
|
|
@@ -6695,6 +6695,10 @@ input[type="range"]::-webkit-slider-thumb {
|
|
|
6695
6695
|
.gap-4 {
|
|
6696
6696
|
gap: 0.25rem;
|
|
6697
6697
|
}
|
|
6698
|
+
.gap-x-1 {
|
|
6699
|
+
-moz-column-gap: 0.0625rem;
|
|
6700
|
+
column-gap: 0.0625rem;
|
|
6701
|
+
}
|
|
6698
6702
|
.gap-x-12 {
|
|
6699
6703
|
-moz-column-gap: 0.75rem;
|
|
6700
6704
|
column-gap: 0.75rem;
|
|
@@ -7038,6 +7042,14 @@ input[type="range"]::-webkit-slider-thumb {
|
|
|
7038
7042
|
padding-left: 0.25rem;
|
|
7039
7043
|
padding-right: 0.25rem;
|
|
7040
7044
|
}
|
|
7045
|
+
.px-5 {
|
|
7046
|
+
padding-left: 0.3125rem;
|
|
7047
|
+
padding-right: 0.3125rem;
|
|
7048
|
+
}
|
|
7049
|
+
.px-6 {
|
|
7050
|
+
padding-left: 0.375rem;
|
|
7051
|
+
padding-right: 0.375rem;
|
|
7052
|
+
}
|
|
7041
7053
|
.py-1 {
|
|
7042
7054
|
padding-top: 0.0625rem;
|
|
7043
7055
|
padding-bottom: 0.0625rem;
|
|
@@ -7050,10 +7062,18 @@ input[type="range"]::-webkit-slider-thumb {
|
|
|
7050
7062
|
padding-top: 1rem;
|
|
7051
7063
|
padding-bottom: 1rem;
|
|
7052
7064
|
}
|
|
7065
|
+
.py-2 {
|
|
7066
|
+
padding-top: 0.125rem;
|
|
7067
|
+
padding-bottom: 0.125rem;
|
|
7068
|
+
}
|
|
7053
7069
|
.py-20 {
|
|
7054
7070
|
padding-top: 1.25rem;
|
|
7055
7071
|
padding-bottom: 1.25rem;
|
|
7056
7072
|
}
|
|
7073
|
+
.py-3 {
|
|
7074
|
+
padding-top: 0.1875rem;
|
|
7075
|
+
padding-bottom: 0.1875rem;
|
|
7076
|
+
}
|
|
7057
7077
|
.py-4 {
|
|
7058
7078
|
padding-top: 0.25rem;
|
|
7059
7079
|
padding-bottom: 0.25rem;
|
|
@@ -41,7 +41,7 @@ export class EdsTabs {
|
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
});
|
|
44
|
-
this.
|
|
44
|
+
this.identifier = undefined;
|
|
45
45
|
this.navAriaLabel = 'Tabs';
|
|
46
46
|
this.tabs = undefined;
|
|
47
47
|
this.parsedTabs = [];
|
|
@@ -50,7 +50,7 @@ export class EdsTabs {
|
|
|
50
50
|
componentWillLoad() {
|
|
51
51
|
this.parseTabs();
|
|
52
52
|
this.setActiveIndex();
|
|
53
|
-
this.tab.emit({ tabId: this.
|
|
53
|
+
this.tab.emit({ tabId: this.identifier, index: 0 });
|
|
54
54
|
}
|
|
55
55
|
/**
|
|
56
56
|
* Parses the `links` prop into an array of link objects.
|
|
@@ -104,7 +104,7 @@ export class EdsTabs {
|
|
|
104
104
|
// Update the active index and set all tabs' active state accordingly
|
|
105
105
|
this.activeIndex = index;
|
|
106
106
|
this.parsedTabs = this.parsedTabs.map((tab, tabIndex) => (Object.assign(Object.assign({}, tab), { active: tabIndex === index })));
|
|
107
|
-
this.tab.emit({ tabId: this.
|
|
107
|
+
this.tab.emit({ tabId: this.identifier, index: index, name: tabLabel });
|
|
108
108
|
sendAnalytics({
|
|
109
109
|
category: 'ui-component',
|
|
110
110
|
tag: this.el.tagName.toLowerCase(),
|
|
@@ -113,7 +113,7 @@ export class EdsTabs {
|
|
|
113
113
|
});
|
|
114
114
|
}
|
|
115
115
|
render() {
|
|
116
|
-
return (h("div", { key: '
|
|
116
|
+
return (h("div", { key: '78e73af37efa96baee5b9bbd7df026f1bac8c9c5', id: `${this.identifier}`, class: "after:border-softest before:bg-gradient-y relative overflow-x-hidden before:absolute before:inset-x-0 before:bottom-0 before:h-12 before:opacity-5 before:content-[''] after:absolute after:inset-x-0 after:bottom-0 after:border-b-2 after:content-['']" }, h("div", { key: '22b7d1dbd3463065b162985571b378a6324e0119', class: "scroller-x overflow-x-auto max-w-xxxl xxxl:px-0 relative z-[1] mx-auto px-16 pt-8 lg:px-28" }, h("nav", { key: 'e8e3d55837e9be701615ff89b3efa0bda79ba235', ref: (el) => (this.tabContainer = el), class: "inline-flex", "aria-label": this.navAriaLabel }, this.parsedTabs.map((tab, index) => {
|
|
117
117
|
const TabComponent = tab.active ? 'span' : 'a';
|
|
118
118
|
const tabProps = this.getTabOptions(tab.active, index);
|
|
119
119
|
return (h(TabComponent, Object.assign({}, tabProps, { "aria-label": tab.label, "aria-current": index === this.activeIndex, onClick: () => this.handleTabClick(index, tab.label) }), tab.label || tab.ariaLabel));
|
|
@@ -133,7 +133,7 @@ export class EdsTabs {
|
|
|
133
133
|
}
|
|
134
134
|
static get properties() {
|
|
135
135
|
return {
|
|
136
|
-
"
|
|
136
|
+
"identifier": {
|
|
137
137
|
"type": "string",
|
|
138
138
|
"mutable": false,
|
|
139
139
|
"complexType": {
|
|
@@ -6695,6 +6695,10 @@ input[type="range"]::-webkit-slider-thumb {
|
|
|
6695
6695
|
.gap-4 {
|
|
6696
6696
|
gap: 0.25rem;
|
|
6697
6697
|
}
|
|
6698
|
+
.gap-x-1 {
|
|
6699
|
+
-moz-column-gap: 0.0625rem;
|
|
6700
|
+
column-gap: 0.0625rem;
|
|
6701
|
+
}
|
|
6698
6702
|
.gap-x-12 {
|
|
6699
6703
|
-moz-column-gap: 0.75rem;
|
|
6700
6704
|
column-gap: 0.75rem;
|
|
@@ -7038,6 +7042,14 @@ input[type="range"]::-webkit-slider-thumb {
|
|
|
7038
7042
|
padding-left: 0.25rem;
|
|
7039
7043
|
padding-right: 0.25rem;
|
|
7040
7044
|
}
|
|
7045
|
+
.px-5 {
|
|
7046
|
+
padding-left: 0.3125rem;
|
|
7047
|
+
padding-right: 0.3125rem;
|
|
7048
|
+
}
|
|
7049
|
+
.px-6 {
|
|
7050
|
+
padding-left: 0.375rem;
|
|
7051
|
+
padding-right: 0.375rem;
|
|
7052
|
+
}
|
|
7041
7053
|
.py-1 {
|
|
7042
7054
|
padding-top: 0.0625rem;
|
|
7043
7055
|
padding-bottom: 0.0625rem;
|
|
@@ -7050,10 +7062,18 @@ input[type="range"]::-webkit-slider-thumb {
|
|
|
7050
7062
|
padding-top: 1rem;
|
|
7051
7063
|
padding-bottom: 1rem;
|
|
7052
7064
|
}
|
|
7065
|
+
.py-2 {
|
|
7066
|
+
padding-top: 0.125rem;
|
|
7067
|
+
padding-bottom: 0.125rem;
|
|
7068
|
+
}
|
|
7053
7069
|
.py-20 {
|
|
7054
7070
|
padding-top: 1.25rem;
|
|
7055
7071
|
padding-bottom: 1.25rem;
|
|
7056
7072
|
}
|
|
7073
|
+
.py-3 {
|
|
7074
|
+
padding-top: 0.1875rem;
|
|
7075
|
+
padding-bottom: 0.1875rem;
|
|
7076
|
+
}
|
|
7057
7077
|
.py-4 {
|
|
7058
7078
|
padding-top: 0.25rem;
|
|
7059
7079
|
padding-bottom: 0.25rem;
|
|
@@ -6695,6 +6695,10 @@ input[type="range"]::-webkit-slider-thumb {
|
|
|
6695
6695
|
.gap-4 {
|
|
6696
6696
|
gap: 0.25rem;
|
|
6697
6697
|
}
|
|
6698
|
+
.gap-x-1 {
|
|
6699
|
+
-moz-column-gap: 0.0625rem;
|
|
6700
|
+
column-gap: 0.0625rem;
|
|
6701
|
+
}
|
|
6698
6702
|
.gap-x-12 {
|
|
6699
6703
|
-moz-column-gap: 0.75rem;
|
|
6700
6704
|
column-gap: 0.75rem;
|
|
@@ -7038,6 +7042,14 @@ input[type="range"]::-webkit-slider-thumb {
|
|
|
7038
7042
|
padding-left: 0.25rem;
|
|
7039
7043
|
padding-right: 0.25rem;
|
|
7040
7044
|
}
|
|
7045
|
+
.px-5 {
|
|
7046
|
+
padding-left: 0.3125rem;
|
|
7047
|
+
padding-right: 0.3125rem;
|
|
7048
|
+
}
|
|
7049
|
+
.px-6 {
|
|
7050
|
+
padding-left: 0.375rem;
|
|
7051
|
+
padding-right: 0.375rem;
|
|
7052
|
+
}
|
|
7041
7053
|
.py-1 {
|
|
7042
7054
|
padding-top: 0.0625rem;
|
|
7043
7055
|
padding-bottom: 0.0625rem;
|
|
@@ -7050,10 +7062,18 @@ input[type="range"]::-webkit-slider-thumb {
|
|
|
7050
7062
|
padding-top: 1rem;
|
|
7051
7063
|
padding-bottom: 1rem;
|
|
7052
7064
|
}
|
|
7065
|
+
.py-2 {
|
|
7066
|
+
padding-top: 0.125rem;
|
|
7067
|
+
padding-bottom: 0.125rem;
|
|
7068
|
+
}
|
|
7053
7069
|
.py-20 {
|
|
7054
7070
|
padding-top: 1.25rem;
|
|
7055
7071
|
padding-bottom: 1.25rem;
|
|
7056
7072
|
}
|
|
7073
|
+
.py-3 {
|
|
7074
|
+
padding-top: 0.1875rem;
|
|
7075
|
+
padding-bottom: 0.1875rem;
|
|
7076
|
+
}
|
|
7057
7077
|
.py-4 {
|
|
7058
7078
|
padding-top: 0.25rem;
|
|
7059
7079
|
padding-bottom: 0.25rem;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,b as a}from"./p-cccacbd3.js";export{s as setNonce}from"./p-cccacbd3.js";import{g as t}from"./p-e1255160.js";(()=>{const a=import.meta.url,s={};return""!==a&&(s.resourcesUrl=new URL(".",a).href),e(s)})().then((async e=>(await t(),a(JSON.parse('[["p-30a319d5",[[1,"eds-form",{"name":[1],"setFormUrl":[4,"set-form-url"],"formBtn":[4,"form-btn"],"formBtnLabel":[1,"form-btn-label"],"errorMessage":[1,"error-message"],"fields":[1],"initData":[16],"values":[32],"isSubmitting":[32],"hasError":[32],"errors":[32],"parsedFields":[32]},null,{"fields":["parseFields"]}],[1,"eds-fullscreen-menu",{"links":[1],"menuLinks":[1,"menu-links"],"homeUrl":[1,"home-url"],"inverseHeader":[4,"inverse-header"],"isMenuOpen":[32]},[[16,"toggleMenu","handleToggleMenu"]]],[1,"eds-user",{"user":[1025]}],[1,"eds-header",{"homeUrl":[513,"home-url"],"links":[1],"inverseHeader":[4,"inverse-header"],"menuEnabled":[4,"menu-enabled"],"isMenuOpen":[32],"isUserMenuOpen":[32],"isAuthenticated":[32]},[[16,"authStatusChanged","onAuthStatusChanged"]]],[1,"eds-steps-v2",{"steps":[1],"type":[1],"imageSrc":[1,"image-src"],"bg":[4],"message":[1],"activeStep":[32]},null,{"activeStep":["activeStepChanged"]}],[0,"token-spacing"],[1,"eds-footer",{"social":[4],"enableScrollTop":[4,"enable-scroll-top"],"fundedBy":[1,"funded-by"],"rightsReserved":[1,"rights-reserved"],"enableCookiesSettings":[4,"enable-cookies-settings"],"showMatomoNotice":[32]}],[1,"eds-dropdown",{"icon":[1],"label":[1],"rounded":[4],"ariaLabel":[1,"aria-label"],"asNav":[4,"as-nav"],"dropdownPos":[1,"dropdown-pos"],"dropdownOffset":[4,"dropdown-offset"],"intent":[1],"isOpen":[32],"focusIndex":[32]},[[8,"click","handleWindowClick"],[8,"keydown","handleKeyDown"]]],[1,"eds-steps",{"steps":[1],"type":[1],"activeStep":[32]},null,{"activeStep":["activeStepChanged"]}],[1,"eds-social-networks",{"title":[1]}],[1,"eds-block-break",{"extraClass":[1,"extra-class"]}],[1,"eds-input-field",{"name":[1],"inputId":[1,"input-id"],"placeholder":[1],"disabled":[4],"onChange":[16],"onInput":[16],"type":[1],"required":[4],"label":[1],"hint":[1],"icon":[1],"link":[16],"message":[1],"error":[4],"checked":[4],"errorMessage":[1,"error-message"],"value":[8],"maxLength":[2,"max-length"],"options":[1]}],[1,"eds-avatar",{"firstName":[1,"first-name"],"lastName":[1,"last-name"],"picture":[1],"initials":[1],"color":[1]}],[0,"eds-input",{"name":[1],"inputId":[1,"input-id"],"placeholder":[1],"disabled":[4],"hasMessage":[4,"has-message"],"error":[4],"checked":[4],"type":[1],"required":[4],"value":[8],"icon":[1],"maxLength":[2,"max-length"],"options":[16],"extraClass":[1,"extra-class"],"innerVal":[32],"maxLengthReached":[32]},null,{"value":["onValueChanged"]}],[0,"eds-input-footer",{"name":[1],"errorMessage":[1,"error-message"],"message":[1],"error":[4],"link":[16]}],[0,"eds-input-search",{"name":[1],"inputId":[1,"input-id"],"placeholder":[1],"value":[1],"disabled":[4],"required":[4],"decorate":[1],"label":[1],"getInputElement":[64]}],[0,"eds-input-select",{"inputId":[1,"input-id"],"name":[1],"placeholder":[1],"disabled":[4],"hasMessage":[4,"has-message"],"error":[4],"required":[4],"options":[16],"labelKey":[1,"label-key"],"valueKey":[1,"value-key"],"value":[8],"dynamicOptions":[32],"loading":[32],"dynamicValueKey":[32],"dynamicLabelKey":[32],"hasFetched":[32]},null,{"options":["loadOptions"]}],[0,"eds-input-label",{"label":[1],"name":[1],"required":[4],"disabled":[4]}],[0,"eds-input-range",{"name":[1],"inputId":[1,"input-id"],"disabled":[4],"required":[4],"min":[2],"max":[2],"step":[2],"value":[2],"sliderVal":[32],"getInputElement":[64]},null,{"value":["onValueChange"]}],[1,"eds-logo",{"href":[1],"orientation":[1],"type":[1],"label":[1]}],[1,"eds-img",{"src":[1],"alt":[1],"width":[2],"height":[2],"srcset":[1],"sizes":[1],"formats":[16],"lazyload":[4],"withBg":[4,"with-bg"],"loaded":[32],"showBg":[32]}],[1,"eds-link",{"label":[1],"intent":[1],"icon":[1],"iconPos":[1,"icon-pos"],"iconSmall":[4,"icon-small"],"size":[1],"external":[4],"current":[4],"download":[4],"url":[1],"ariaLabel":[1,"aria-label"],"disabled":[4],"hideLabelOnSmallScreen":[4,"hide-label-on-small-screen"],"extraClass":[1,"extra-class"]},[[0,"parentContext","handleParentContext"]]],[1,"eds-button",{"label":[1],"ariaLabel":[1,"aria-label"],"elementType":[1,"element-type"],"intent":[1],"loading":[4],"disabled":[4],"pill":[4],"icon":[1],"size":[1],"iconPos":[1,"icon-pos"],"iconSmall":[4,"icon-small"],"extraClass":[1,"extra-class"],"triggerClick":[16]},[[0,"parentContext","handleParentContext"]]],[0,"eds-icon-wrapper",{"icon":[1],"class":[1],"IconComponent":[32]},null,{"icon":["iconChanged"]}]]],["p-b0b37831",[[0,"eds-trl",{"applications":[1]}]]],["p-063b0683",[[1,"logo-space"]]],["p-4e8a317b",[[1,"svg-repository"]]],["p-1aab55cf",[[0,"docs-palettes",{"tabIndex":[2,"tab-index"]}]]],["p-f48a4313",[[0,"components-section",{"tabIndex":[2,"tab-index"]}]]],["p-b96fc468",[[1,"eds-app-root",{"isAuthenticated":[32]}]]],["p-b8ba7e5c",[[1,"eds-card-section",{"cards":[1],"occupyCols":[2,"occupy-cols"]}]]],["p-bcbc7b7f",[[1,"eds-timeline",{"events":[1],"selectedEvent":[32],"parsedEvents":[32]},null,{"events":["parseEvents"]}]]],["p-6dc26e53",[[0,"docs-tokens",{"tabIndex":[2,"tab-index"]}]]],["p-3f480c3c",[[1,"eds-card-tool",{"cardTitle":[1,"card-title"],"url":[1],"description":[1],"image":[8],"avatar":[1],"shortAbbreviation":[1,"short-abbreviation"],"headingLevel":[1,"heading-level"],"tags":[8],"tiny":[4],"bg":[4],"withHover":[4,"with-hover"],"external":[4],"hierarchy":[4]}]]],["p-941240b5",[[0,"eds-cookies-preference",{"buttonText":[1,"button-text"],"intent":[1],"showMatomoNotice":[32],"noticeKey":[32]}]]],["p-91440d2f",[[0,"eds-card-project",{"image":[8],"editorialTitle":[1,"editorial-title"],"headingLevel":[1,"heading-level"],"categoryTitle":[1,"category-title"],"color":[1],"bgOnHover":[4,"bg-on-hover"],"vertical":[4],"titleProject":[1,"title-project"],"url":[1],"parsedImage":[32]}]]],["p-0ce924b1",[[1,"eds-feedback",{"type":[1],"count":[2],"label":[1],"description":[1],"textMapping":[1,"text-mapping"],"selectedRating":[32]},[[16,"rating","ratingUpdated"]]]]],["p-526cdc57",[[1,"eds-toast-manager",{"toasts":[32]}]]],["p-cd624044",[[0,"incorrect-use-of-colors"]]],["p-c8abff96",[[0,"logo-variations-tabs",{"tabIndex":[2,"tab-index"]}]]],["p-cccff1e3",[[0,"correct-use-of-colors"]]],["p-b47d115d",[[1,"eds-breadcrumb",{"items":[1],"intent":[1],"parsedItems":[32],"isSmallScreen":[32],"maxVisibleItems":[32]},null,{"items":["parseItems"]}]]],["p-18eb23ff",[[1,"eds-frame",{"frameLabel":[1,"frame-label"],"frameSrc":[1,"frame-src"],"urlLabel":[1,"url-label"],"errorMessage":[1,"error-message"],"url":[1],"intent":[1],"size":[1],"iframeError":[32]}]]],["p-b55b0091",[[1,"eds-modal",{"title":[1],"truncate":[4],"truncateLines":[1,"truncate-lines"],"position":[1],"isOpen":[32],"open":[64],"close":[64],"toggle":[64]},[[0,"eds-modal-open","handleGlobalOpen"],[0,"eds-modal-close","handleGlobalClose"],[8,"keydown","handleKeyDown"]]]]],["p-41e89554",[[0,"token-ratios"]]],["p-3a7be9a7",[[0,"token-typography"]]],["p-c86243a3",[[1,"eds-card-tags",{"accent":[4],"tags":[16]}]]],["p-622dd2a1",[[4,"eds-card-wrapper",{"tiny":[4],"withBg":[4,"with-bg"],"withHover":[4,"with-hover"]}]]],["p-b299b89a",[[0,"eds-icon-arrow-diagonal",{"class":[1]}]]],["p-a1d55013",[[0,"eds-icon-arrow-right",{"class":[1]}]]],["p-3af94671",[[0,"eds-icon-bluesky",{"class":[1]}]]],["p-b76aa402",[[0,"eds-icon-bookmark",{"class":[1]}]]],["p-9873ebec",[[0,"eds-icon-chevron-down",{"class":[1]}]]],["p-376b706b",[[0,"eds-icon-chevron-left",{"class":[1]}]]],["p-cdc36ea8",[[0,"eds-icon-chevron-right",{"class":[1]}]]],["p-8baa7e01",[[0,"eds-icon-chevron-up",{"class":[1]}]]],["p-97e95520",[[0,"eds-icon-close",{"class":[1]}]]],["p-acc4d234",[[0,"eds-icon-copy",{"class":[1]}]]],["p-83936521",[[0,"eds-icon-eu",{"class":[1]}]]],["p-923f67b5",[[0,"eds-icon-external",{"class":[1]}]]],["p-6404e157",[[0,"eds-icon-facebook",{"class":[1]}]]],["p-35ed7ebf",[[0,"eds-icon-gitlab",{"class":[1]}]]],["p-9dc879c9",[[0,"eds-icon-linkedin",{"class":[1]}]]],["p-29e807f5",[[0,"eds-icon-loader",{"class":[1]}]]],["p-20e9ae7f",[[0,"eds-icon-mastodon",{"class":[1]}]]],["p-a8b0fe92",[[0,"eds-icon-menu",{"class":[1]}]]],["p-bab07ba6",[[0,"eds-icon-minus",{"class":[1]}]]],["p-93093977",[[0,"eds-icon-more",{"class":[1]}]]],["p-52913e2e",[[0,"eds-icon-paper",{"class":[1]}]]],["p-efc73304",[[0,"eds-icon-plus",{"class":[1]}]]],["p-b2b46793",[[0,"eds-icon-portal",{"class":[1]}]]],["p-7dce734a",[[0,"eds-icon-private",{"class":[1]}]]],["p-4c7852f8",[[0,"eds-icon-public",{"class":[1]}]]],["p-435a8942",[[0,"eds-icon-search",{"class":[1]}]]],["p-3932d0af",[[0,"eds-icon-star",{"class":[1]}]]],["p-eebf7ebf",[[0,"eds-icon-success",{"class":[1]}]]],["p-78fa7132",[[0,"eds-icon-thumbs-down",{"class":[1]}]]],["p-f13e9ab1",[[0,"eds-icon-thumbs-up",{"class":[1]}]]],["p-66bb44c9",[[0,"eds-icon-tutorial",{"class":[1]}]]],["p-dbcf1f0e",[[0,"eds-icon-twitter",{"class":[1]}]]],["p-8653bc36",[[0,"eds-icon-unknown",{"class":[1]}]]],["p-20b3a999",[[0,"eds-icon-updown",{"class":[1]}]]],["p-dcc08064",[[0,"eds-icon-user",{"class":[1]}]]],["p-a56f0579",[[0,"eds-icon-youtube",{"class":[1]}]]],["p-424ba743",[[1,"eds-switch",{"checked":[1540],"disabled":[4],"labelOn":[1,"label-on"],"labelOff":[1,"label-off"]}]]],["p-85ad681a",[[1,"eds-tabs",{"id":[1],"navAriaLabel":[1,"nav-aria-label"],"tabs":[1],"parsedTabs":[32],"activeIndex":[32]},null,{"tabs":["parseTabs"]}]]],["p-2c1be2bb",[[1,"eds-tooltip",{"content":[1],"position":[1],"isVisible":[32],"isPositioned":[32],"tooltipStyle":[32]},[[1,"mouseover","showTooltip"],[1,"mouseout","hideTooltip"],[8,"keydown","handleKeyPress"]]]]],["p-d94a44b9",[[1,"logo-wrong-usage"]]],["p-032f9f64",[[1,"eds-accordion",{"title":[1],"description":[1],"switchBg":[4,"switch-bg"],"expanded":[4],"clampText":[4,"clamp-text"],"isExpanded":[32],"panelHeight":[32],"shortContent":[32],"headerHeight":[32]}]]],["p-1b4e9576",[[1,"eds-matomo-notice",{"title":[1],"description":[1],"optOutMessage":[1,"opt-out-message"],"forceShow":[4,"force-show"],"showNotice":[32]},[[16,"cookies","toggleCookiesConsent"]]]]],["p-c935aa46",[[1,"eds-rating",{"ratingType":[1,"rating-type"],"ratingCount":[2,"rating-count"],"selectedRating":[32]}]]],["p-dcd4de1f",[[1,"eds-toast",{"message":[1],"intent":[1],"duration":[2],"visible":[32]}]]],["p-ff7acb55",[[1,"eds-progress-bar",{"value":[1026],"updateValue":[64]}]]],["p-21a746a4",[[1,"eds-code-block",{"code":[1],"language":[1],"copied":[32]}]]],["p-058cf100",[[1,"eds-card-desc",{"description":[1],"descClass":[1,"desc-class"],"truncate":[4],"truncateLines":[1,"truncate-lines"]}],[1,"eds-card-title",{"url":[1],"titleClass":[1,"title-class"],"headingLevel":[1,"heading-level"],"externalLink":[4,"external-link"],"cardTitle":[1,"card-title"],"hierarchy":[4]}],[1,"eds-tag",{"label":[1],"intent":[1]}]]],["p-9cbcccf8",[[1,"eds-card-generic",{"cardTitle":[1,"card-title"],"url":[1],"description":[1],"image":[8],"avatar":[1],"shortAbbreviation":[1,"short-abbreviation"],"headingLevel":[1,"heading-level"],"tags":[1],"tiny":[4],"bg":[4],"withHover":[4,"with-hover"],"hierarchy":[4],"parsedImage":[32]},[[0,"parentContext","handleParentContext"]]]]],["p-7fa88255",[[1,"eds-login",{"keycloakUrl":[1,"keycloak-url"],"keycloakRealm":[1,"keycloak-realm"],"keycloakClientId":[1,"keycloak-client-id"],"authenticated":[32],"user":[32],"serverAvailable":[32]}],[1,"eds-splash-screen",{"inverse":[4],"initPromise":[16],"isVisible":[32]},[[8,"hideSplash","handleHideSplash"]],{"initPromise":["watchInitPromise"]}]]],["p-ea089f4e",[[1,"logo-variations-horizontal"],[1,"logo-variations-vertical",{"orientation":[1],"type":[1]}]]],["p-8527ef5f",[[1,"eds-alert",{"message":[1],"pressableLabel":[1,"pressable-label"],"pressableUrl":[1,"pressable-url"],"direction":[1],"intent":[1],"brd":[1],"withBtn":[32]}]]],["p-e64cd6f7",[[1,"eds-spinner",{"size":[1],"thickness":[1],"borderColor":[1,"border-color"],"bottomColor":[1,"bottom-color"],"background":[1],"fullscreen":[4]}]]],["p-9a1a6df1",[[0,"token-list",{"show":[1]}],[0,"token-radii"],[0,"token-shadows"]]],["p-59d963d1",[[4,"eds-section-core",{"tag":[1],"sectionTitle":[1,"section-title"],"headingLevel":[1,"heading-level"]}],[0,"eds-section-heading",{"sectionTitle":[1,"section-title"],"withContainer":[4,"with-container"],"headingLevel":[1,"heading-level"],"tag":[1],"spacingLarge":[4,"spacing-large"]}]]],["p-8e3c6c63",[[0,"gradient-secondary-palette"],[0,"color-primary-palette"],[0,"color-secondary-palette",{"show":[1]}],[0,"color-support-palette"],[0,"gradient-primary-palette"],[0,"gradient-support-palette"]]],["p-d525ed36",[[1,"eds-table",{"data":[1,"table-data"],"endpoint":[1],"config":[1],"rowsPerPage":[2,"rows-per-page"],"paginationEnabled":[4,"pagination-enabled"],"searchEnabled":[4,"search-enabled"],"hostWidth":[1,"host-width"],"columnSize":[1,"column-size"],"tbData":[32],"columns":[32],"currentPage":[32],"parsedConfig":[32],"totalRows":[32],"searchQuery":[32],"containerWidth":[32]},null,{"data":["handleDataChange","parseData"],"config":["handleConfigChange"]}],[1,"eds-pagination",{"currentPage":[2,"current-page"],"lastPage":[2,"last-page"],"perPage":[2,"per-page"],"total":[2],"url":[1],"mode":[1],"prevLabel":[1,"prev-label"],"nextLabel":[1,"next-label"],"prevUrl":[1,"prev-url"],"nextUrl":[1,"next-url"],"links":[32]},null,{"currentPage":["onPageOrLastPageChange"],"lastPage":["onPageOrLastPageChange"]}]]]]'),e))));
|
|
1
|
+
import{p as e,b as a}from"./p-cccacbd3.js";export{s as setNonce}from"./p-cccacbd3.js";import{g as t}from"./p-e1255160.js";(()=>{const a=import.meta.url,s={};return""!==a&&(s.resourcesUrl=new URL(".",a).href),e(s)})().then((async e=>(await t(),a(JSON.parse('[["p-b931a634",[[1,"eds-form",{"name":[1],"setFormUrl":[4,"set-form-url"],"formBtn":[4,"form-btn"],"formBtnLabel":[1,"form-btn-label"],"errorMessage":[1,"error-message"],"fields":[1],"initData":[16],"values":[32],"isSubmitting":[32],"hasError":[32],"errors":[32],"parsedFields":[32]},null,{"fields":["parseFields"]}],[1,"eds-fullscreen-menu",{"links":[1],"menuLinks":[1,"menu-links"],"homeUrl":[1,"home-url"],"inverseHeader":[4,"inverse-header"],"isMenuOpen":[32]},[[16,"toggleMenu","handleToggleMenu"]]],[1,"eds-user",{"user":[1025]}],[1,"eds-header",{"homeUrl":[513,"home-url"],"links":[1],"inverseHeader":[4,"inverse-header"],"menuEnabled":[4,"menu-enabled"],"isMenuOpen":[32],"isUserMenuOpen":[32],"isAuthenticated":[32]},[[16,"authStatusChanged","onAuthStatusChanged"]]],[1,"eds-steps-v2",{"steps":[1],"type":[1],"imageSrc":[1,"image-src"],"bg":[4],"message":[1],"activeStep":[32]},null,{"activeStep":["activeStepChanged"]}],[1,"eds-breadcrumb",{"items":[1],"intent":[1],"parsedItems":[32],"isSmallScreen":[32],"maxVisibleItems":[32]},null,{"items":["parseItems"]}],[0,"token-spacing"],[1,"eds-footer",{"social":[4],"enableScrollTop":[4,"enable-scroll-top"],"fundedBy":[1,"funded-by"],"rightsReserved":[1,"rights-reserved"],"enableCookiesSettings":[4,"enable-cookies-settings"],"showMatomoNotice":[32]}],[1,"eds-dropdown",{"icon":[1],"label":[1],"rounded":[4],"ariaLabel":[1,"aria-label"],"asNav":[4,"as-nav"],"dropdownPos":[1,"dropdown-pos"],"dropdownOffset":[4,"dropdown-offset"],"intent":[1],"isOpen":[32],"focusIndex":[32]},[[8,"click","handleWindowClick"],[8,"keydown","handleKeyDown"]]],[1,"eds-steps",{"steps":[1],"type":[1],"activeStep":[32]},null,{"activeStep":["activeStepChanged"]}],[1,"eds-social-networks",{"heading":[1,"title"]}],[1,"eds-block-break",{"extraClass":[1,"extra-class"]}],[1,"eds-input-field",{"name":[1],"inputId":[1,"input-id"],"placeholder":[1],"disabled":[4],"onChange":[16],"onInput":[16],"type":[1],"required":[4],"label":[1],"hint":[1],"icon":[1],"link":[16],"message":[1],"error":[4],"checked":[4],"errorMessage":[1,"error-message"],"value":[8],"maxLength":[2,"max-length"],"options":[1]}],[1,"eds-avatar",{"firstName":[1,"first-name"],"lastName":[1,"last-name"],"picture":[1],"initials":[1],"color":[1]}],[0,"eds-input",{"name":[1],"inputId":[1,"input-id"],"placeholder":[1],"disabled":[4],"hasMessage":[4,"has-message"],"error":[4],"checked":[4],"type":[1],"required":[4],"value":[8],"icon":[1],"maxLength":[2,"max-length"],"options":[16],"extraClass":[1,"extra-class"],"innerVal":[32],"maxLengthReached":[32]},null,{"value":["onValueChanged"]}],[0,"eds-input-footer",{"name":[1],"errorMessage":[1,"error-message"],"message":[1],"error":[4],"link":[16]}],[0,"eds-input-search",{"name":[1],"inputId":[1,"input-id"],"placeholder":[1],"value":[1],"disabled":[4],"required":[4],"decorate":[1],"label":[1],"getInputElement":[64]}],[0,"eds-input-select",{"inputId":[1,"input-id"],"name":[1],"placeholder":[1],"disabled":[4],"hasMessage":[4,"has-message"],"error":[4],"required":[4],"options":[16],"labelKey":[1,"label-key"],"valueKey":[1,"value-key"],"value":[8],"dynamicOptions":[32],"loading":[32],"dynamicValueKey":[32],"dynamicLabelKey":[32],"hasFetched":[32]},null,{"options":["loadOptions"]}],[0,"eds-input-label",{"label":[1],"name":[1],"required":[4],"disabled":[4]}],[0,"eds-input-range",{"name":[1],"inputId":[1,"input-id"],"disabled":[4],"required":[4],"min":[2],"max":[2],"step":[2],"value":[2],"sliderVal":[32],"getInputElement":[64]},null,{"value":["onValueChange"]}],[1,"eds-tag",{"label":[1],"intent":[1],"size":[1]}],[1,"eds-logo",{"href":[1],"orientation":[1],"type":[1],"label":[1]}],[1,"eds-img",{"src":[1],"alt":[1],"width":[2],"height":[2],"srcset":[1],"sizes":[1],"formats":[16],"lazyload":[4],"withBg":[4,"with-bg"],"loaded":[32],"showBg":[32]}],[1,"eds-link",{"label":[1],"intent":[1],"icon":[1],"iconPos":[1,"icon-pos"],"iconSmall":[4,"icon-small"],"size":[1],"external":[4],"current":[4],"download":[4],"url":[1],"ariaLabel":[1,"aria-label"],"disabled":[4],"hideLabelOnSmallScreen":[4,"hide-label-on-small-screen"],"extraClass":[1,"extra-class"]},[[0,"parentContext","handleParentContext"]]],[1,"eds-button",{"label":[1],"ariaLabel":[1,"aria-label"],"elementType":[1,"element-type"],"intent":[1],"loading":[4],"disabled":[4],"pill":[4],"icon":[1],"size":[1],"iconPos":[1,"icon-pos"],"iconSmall":[4,"icon-small"],"extraClass":[1,"extra-class"],"triggerClick":[16]},[[0,"parentContext","handleParentContext"]]],[0,"eds-icon-wrapper",{"icon":[1],"class":[1],"IconComponent":[32]},null,{"icon":["iconChanged"]}]]],["p-b0b37831",[[0,"eds-trl",{"applications":[1]}]]],["p-063b0683",[[1,"logo-space"]]],["p-4e8a317b",[[1,"svg-repository"]]],["p-1aab55cf",[[0,"docs-palettes",{"tabIndex":[2,"tab-index"]}]]],["p-f48a4313",[[0,"components-section",{"tabIndex":[2,"tab-index"]}]]],["p-b96fc468",[[1,"eds-app-root",{"isAuthenticated":[32]}]]],["p-b8ba7e5c",[[1,"eds-card-section",{"cards":[1],"occupyCols":[2,"occupy-cols"]}]]],["p-94b1f974",[[1,"eds-timeline",{"events":[1],"selectedEvent":[32],"parsedEvents":[32]},null,{"events":["parseEvents"]}]]],["p-6dc26e53",[[0,"docs-tokens",{"tabIndex":[2,"tab-index"]}]]],["p-3f480c3c",[[1,"eds-card-tool",{"cardTitle":[1,"card-title"],"url":[1],"description":[1],"image":[8],"avatar":[1],"shortAbbreviation":[1,"short-abbreviation"],"headingLevel":[1,"heading-level"],"tags":[8],"tiny":[4],"bg":[4],"withHover":[4,"with-hover"],"external":[4],"hierarchy":[4]}]]],["p-941240b5",[[0,"eds-cookies-preference",{"buttonText":[1,"button-text"],"intent":[1],"showMatomoNotice":[32],"noticeKey":[32]}]]],["p-91440d2f",[[0,"eds-card-project",{"image":[8],"editorialTitle":[1,"editorial-title"],"headingLevel":[1,"heading-level"],"categoryTitle":[1,"category-title"],"color":[1],"bgOnHover":[4,"bg-on-hover"],"vertical":[4],"titleProject":[1,"title-project"],"url":[1],"parsedImage":[32]}]]],["p-0ce924b1",[[1,"eds-feedback",{"type":[1],"count":[2],"label":[1],"description":[1],"textMapping":[1,"text-mapping"],"selectedRating":[32]},[[16,"rating","ratingUpdated"]]]]],["p-526cdc57",[[1,"eds-toast-manager",{"toasts":[32]}]]],["p-cd624044",[[0,"incorrect-use-of-colors"]]],["p-c8abff96",[[0,"logo-variations-tabs",{"tabIndex":[2,"tab-index"]}]]],["p-cccff1e3",[[0,"correct-use-of-colors"]]],["p-18eb23ff",[[1,"eds-frame",{"frameLabel":[1,"frame-label"],"frameSrc":[1,"frame-src"],"urlLabel":[1,"url-label"],"errorMessage":[1,"error-message"],"url":[1],"intent":[1],"size":[1],"iframeError":[32]}]]],["p-f4ce515a",[[1,"eds-modal",{"heading":[1,"title"],"truncate":[4],"truncateLines":[1,"truncate-lines"],"position":[1],"isOpen":[32],"open":[64],"close":[64],"toggle":[64]},[[0,"eds-modal-open","handleGlobalOpen"],[0,"eds-modal-close","handleGlobalClose"],[8,"keydown","handleKeyDown"]]]]],["p-41e89554",[[0,"token-ratios"]]],["p-3a7be9a7",[[0,"token-typography"]]],["p-c86243a3",[[1,"eds-card-tags",{"accent":[4],"tags":[16]}]]],["p-622dd2a1",[[4,"eds-card-wrapper",{"tiny":[4],"withBg":[4,"with-bg"],"withHover":[4,"with-hover"]}]]],["p-b299b89a",[[0,"eds-icon-arrow-diagonal",{"class":[1]}]]],["p-a1d55013",[[0,"eds-icon-arrow-right",{"class":[1]}]]],["p-3af94671",[[0,"eds-icon-bluesky",{"class":[1]}]]],["p-b76aa402",[[0,"eds-icon-bookmark",{"class":[1]}]]],["p-9873ebec",[[0,"eds-icon-chevron-down",{"class":[1]}]]],["p-376b706b",[[0,"eds-icon-chevron-left",{"class":[1]}]]],["p-cdc36ea8",[[0,"eds-icon-chevron-right",{"class":[1]}]]],["p-8baa7e01",[[0,"eds-icon-chevron-up",{"class":[1]}]]],["p-97e95520",[[0,"eds-icon-close",{"class":[1]}]]],["p-acc4d234",[[0,"eds-icon-copy",{"class":[1]}]]],["p-83936521",[[0,"eds-icon-eu",{"class":[1]}]]],["p-923f67b5",[[0,"eds-icon-external",{"class":[1]}]]],["p-6404e157",[[0,"eds-icon-facebook",{"class":[1]}]]],["p-35ed7ebf",[[0,"eds-icon-gitlab",{"class":[1]}]]],["p-9dc879c9",[[0,"eds-icon-linkedin",{"class":[1]}]]],["p-29e807f5",[[0,"eds-icon-loader",{"class":[1]}]]],["p-20e9ae7f",[[0,"eds-icon-mastodon",{"class":[1]}]]],["p-a8b0fe92",[[0,"eds-icon-menu",{"class":[1]}]]],["p-bab07ba6",[[0,"eds-icon-minus",{"class":[1]}]]],["p-93093977",[[0,"eds-icon-more",{"class":[1]}]]],["p-52913e2e",[[0,"eds-icon-paper",{"class":[1]}]]],["p-efc73304",[[0,"eds-icon-plus",{"class":[1]}]]],["p-b2b46793",[[0,"eds-icon-portal",{"class":[1]}]]],["p-7dce734a",[[0,"eds-icon-private",{"class":[1]}]]],["p-4c7852f8",[[0,"eds-icon-public",{"class":[1]}]]],["p-435a8942",[[0,"eds-icon-search",{"class":[1]}]]],["p-3932d0af",[[0,"eds-icon-star",{"class":[1]}]]],["p-eebf7ebf",[[0,"eds-icon-success",{"class":[1]}]]],["p-78fa7132",[[0,"eds-icon-thumbs-down",{"class":[1]}]]],["p-f13e9ab1",[[0,"eds-icon-thumbs-up",{"class":[1]}]]],["p-66bb44c9",[[0,"eds-icon-tutorial",{"class":[1]}]]],["p-dbcf1f0e",[[0,"eds-icon-twitter",{"class":[1]}]]],["p-8653bc36",[[0,"eds-icon-unknown",{"class":[1]}]]],["p-20b3a999",[[0,"eds-icon-updown",{"class":[1]}]]],["p-dcc08064",[[0,"eds-icon-user",{"class":[1]}]]],["p-a56f0579",[[0,"eds-icon-youtube",{"class":[1]}]]],["p-1309a74c",[[1,"eds-switch",{"checked":[1540],"disabled":[4],"labelOn":[1,"label-on"],"labelOff":[1,"label-off"]}]]],["p-e42eb100",[[1,"eds-tabs",{"identifier":[1,"id"],"navAriaLabel":[1,"nav-aria-label"],"tabs":[1],"parsedTabs":[32],"activeIndex":[32]},null,{"tabs":["parseTabs"]}]]],["p-2c1be2bb",[[1,"eds-tooltip",{"content":[1],"position":[1],"isVisible":[32],"isPositioned":[32],"tooltipStyle":[32]},[[1,"mouseover","showTooltip"],[1,"mouseout","hideTooltip"],[8,"keydown","handleKeyPress"]]]]],["p-d94a44b9",[[1,"logo-wrong-usage"]]],["p-4620ebf5",[[1,"eds-accordion",{"heading":[1,"title"],"description":[1],"switchBg":[4,"switch-bg"],"expanded":[4],"clampText":[4,"clamp-text"],"isExpanded":[32],"panelHeight":[32],"shortContent":[32],"headerHeight":[32]}]]],["p-0467ceb5",[[1,"eds-matomo-notice",{"heading":[1,"title"],"description":[1],"optOutMessage":[1,"opt-out-message"],"forceShow":[4,"force-show"],"showNotice":[32]},[[16,"cookies","toggleCookiesConsent"]]]]],["p-c935aa46",[[1,"eds-rating",{"ratingType":[1,"rating-type"],"ratingCount":[2,"rating-count"],"selectedRating":[32]}]]],["p-dcd4de1f",[[1,"eds-toast",{"message":[1],"intent":[1],"duration":[2],"visible":[32]}]]],["p-ff7acb55",[[1,"eds-progress-bar",{"value":[1026],"updateValue":[64]}]]],["p-c99745a8",[[1,"eds-card-desc",{"description":[1],"descClass":[1,"desc-class"],"truncate":[4],"truncateLines":[1,"truncate-lines"]}],[1,"eds-card-title",{"url":[1],"titleClass":[1,"title-class"],"headingLevel":[1,"heading-level"],"externalLink":[4,"external-link"],"cardTitle":[1,"card-title"],"hierarchy":[4]}]]],["p-c5c782e7",[[1,"eds-card-generic",{"cardTitle":[1,"card-title"],"url":[1],"description":[1],"image":[8],"avatar":[1],"shortAbbreviation":[1,"short-abbreviation"],"headingLevel":[1,"heading-level"],"tags":[1],"tiny":[4],"bg":[4],"withHover":[4,"with-hover"],"hierarchy":[4],"parsedImage":[32]},[[0,"parentContext","handleParentContext"]]]]],["p-7fa88255",[[1,"eds-login",{"keycloakUrl":[1,"keycloak-url"],"keycloakRealm":[1,"keycloak-realm"],"keycloakClientId":[1,"keycloak-client-id"],"authenticated":[32],"user":[32],"serverAvailable":[32]}],[1,"eds-splash-screen",{"inverse":[4],"initPromise":[16],"isVisible":[32]},[[8,"hideSplash","handleHideSplash"]],{"initPromise":["watchInitPromise"]}]]],["p-ea089f4e",[[1,"logo-variations-horizontal"],[1,"logo-variations-vertical",{"orientation":[1],"type":[1]}]]],["p-8527ef5f",[[1,"eds-alert",{"message":[1],"pressableLabel":[1,"pressable-label"],"pressableUrl":[1,"pressable-url"],"direction":[1],"intent":[1],"brd":[1],"withBtn":[32]}]]],["p-e64cd6f7",[[1,"eds-spinner",{"size":[1],"thickness":[1],"borderColor":[1,"border-color"],"bottomColor":[1,"bottom-color"],"background":[1],"fullscreen":[4]}]]],["p-9a1a6df1",[[0,"token-list",{"show":[1]}],[0,"token-radii"],[0,"token-shadows"]]],["p-e710c860",[[4,"eds-section-core",{"tag":[1],"sectionTitle":[1,"section-title"],"headingLevel":[1,"heading-level"]}],[0,"eds-section-heading",{"sectionTitle":[1,"section-title"],"withContainer":[4,"with-container"],"headingLevel":[1,"heading-level"],"tag":[1],"spacingLarge":[4,"spacing-large"]}]]],["p-21a746a4",[[1,"eds-code-block",{"code":[1],"language":[1],"copied":[32]}]]],["p-8e3c6c63",[[0,"gradient-secondary-palette"],[0,"color-primary-palette"],[0,"color-secondary-palette",{"show":[1]}],[0,"color-support-palette"],[0,"gradient-primary-palette"],[0,"gradient-support-palette"]]],["p-d525ed36",[[1,"eds-table",{"data":[1,"table-data"],"endpoint":[1],"config":[1],"rowsPerPage":[2,"rows-per-page"],"paginationEnabled":[4,"pagination-enabled"],"searchEnabled":[4,"search-enabled"],"hostWidth":[1,"host-width"],"columnSize":[1,"column-size"],"tbData":[32],"columns":[32],"currentPage":[32],"parsedConfig":[32],"totalRows":[32],"searchQuery":[32],"containerWidth":[32]},null,{"data":["handleDataChange","parseData"],"config":["handleConfigChange"]}],[1,"eds-pagination",{"currentPage":[2,"current-page"],"lastPage":[2,"last-page"],"perPage":[2,"per-page"],"total":[2],"url":[1],"mode":[1],"prevLabel":[1,"prev-label"],"nextLabel":[1,"next-label"],"prevUrl":[1,"prev-url"],"nextUrl":[1,"next-url"],"links":[32]},null,{"currentPage":["onPageOrLastPageChange"],"lastPage":["onPageOrLastPageChange"]}]]]]'),e))));
|
|
@@ -25,7 +25,7 @@ const EdsAccordion = /*@__PURE__*/ proxyCustomElement(class EdsAccordion extends
|
|
|
25
25
|
category: 'ui-component',
|
|
26
26
|
parentContext: null,
|
|
27
27
|
tag: this.el.tagName.toLowerCase(),
|
|
28
|
-
name: ((_a = this.
|
|
28
|
+
name: ((_a = this.heading) === null || _a === void 0 ? void 0 : _a.toLowerCase()) || '',
|
|
29
29
|
action: this.isExpanded ? 'expanded' : 'collapsed'
|
|
30
30
|
});
|
|
31
31
|
};
|
|
@@ -45,7 +45,7 @@ const EdsAccordion = /*@__PURE__*/ proxyCustomElement(class EdsAccordion extends
|
|
|
45
45
|
this.headerHeight = this.headerRef.scrollHeight - 30;
|
|
46
46
|
}
|
|
47
47
|
};
|
|
48
|
-
this.
|
|
48
|
+
this.heading = undefined;
|
|
49
49
|
this.description = undefined;
|
|
50
50
|
this.switchBg = true;
|
|
51
51
|
this.expanded = false;
|
|
@@ -74,15 +74,15 @@ const EdsAccordion = /*@__PURE__*/ proxyCustomElement(class EdsAccordion extends
|
|
|
74
74
|
* Adjusts styles based on `switchBg`, `tiny`, `clampText`, and other props.
|
|
75
75
|
*/
|
|
76
76
|
render() {
|
|
77
|
-
return (h("div", { key: '
|
|
77
|
+
return (h("div", { key: '9545d005b8c1dab935f2dcc7d9194aacfded535e', ref: (el) => (this.wrapperRef = el), class: `flex effect-color border-softer relative grid overflow-hidden rounded-lg border-2 p-16
|
|
78
78
|
${this.switchBg && this.isExpanded ? 'bg-inverse' : 'bg-default'}
|
|
79
79
|
${this.switchBg ? 'hover:bg-inverse' : ''}
|
|
80
|
-
${this.description ? 'min-h-56' : ''}` }, h("h3", { key: '
|
|
80
|
+
${this.description ? 'min-h-56' : ''}` }, h("h3", { key: '243b3a8e6c168f8b7809e997c2299917f000d6ee', ref: (el) => (this.headerRef = el), class: "mr-auto f-heading-06 text-left absolute inset-x-16 break-words top-16 pr-40" }, this.heading), h("div", { key: '7ecf3dca450a58169464e1482962e5cc5e8b7b5e', class: "ml-auto" }, h("eds-button", { key: '4a3572e61e1054dca181d1eb05eef1d73f07ff96', id: "toggleAccordion", intent: "tertiary", "aria-expanded": this.isExpanded || this.shortContent, "aria-label": "Toggle accordion", "aria-controls": "accordionSection", class: `effect-color flex w-full items-center justify-between rounded-md outline-none focus:outline-none`, onClick: this.handleClick, icon: "chevron-down" })), h("div", { key: 'f7cd77703aab8f2b56e6f7d36aeab90f7263bd76', class: `w-full`, style: Number.isFinite(this.headerHeight) ? { marginTop: `${this.headerHeight}px` } : {} }, this.description ? (h("span", { class: `text-light ${!this.isExpanded && this.clampText ? 'line-clamp-1' : ''}` }, this.description)) : null, h("section", { key: 'dbfa879d6aa14be50d18a31587e451f7e06a03df', id: "accordionSection", role: "region", "aria-labelledby": "accordionHeader", "aria-hidden": !this.isExpanded, class: `z-1 effect-height relative h-0 w-full ${!this.isExpanded && this.clampText ? 'overflow-hidden' : ''}`, style: { height: this.isExpanded ? 'auto' : '0' } }, h("div", { key: 'ae5c56f8eb6597c34df4bd1cb78a00b3333baf1e', ref: (el) => (this.childContentRef = el), class: `accordion-content effect-color pt-4`, "aria-hidden": !this.isExpanded }, h("span", { key: '093f851cde64acefd8b9285d4b6e15f7d2e5c592', class: `${!this.isExpanded && this.clampText ? 'line-clamp-2' : ''}` }, h("slot", { key: '68f428a78168f89637018f588ab431e1a1bef7a4' })))))));
|
|
81
81
|
}
|
|
82
82
|
get el() { return this; }
|
|
83
83
|
static get style() { return EdsAccordionStyle0; }
|
|
84
84
|
}, [1, "eds-accordion", {
|
|
85
|
-
"
|
|
85
|
+
"heading": [1, "title"],
|
|
86
86
|
"description": [1],
|
|
87
87
|
"switchBg": [4, "switch-bg"],
|
|
88
88
|
"expanded": [4],
|
|
@@ -125,7 +125,14 @@ const EdsBreadcrumb$1 = /*@__PURE__*/ proxyCustomElement(class EdsBreadcrumb ext
|
|
|
125
125
|
const isLast = index === itemsToRender.length - 1;
|
|
126
126
|
return (h("li", { class: "flex items-center" }, !item.isHidden ? ((() => {
|
|
127
127
|
const { displayLabel, fullLabel } = this.getLabels(item, isLast);
|
|
128
|
-
|
|
128
|
+
const linkIntent = isLast
|
|
129
|
+
? this.intent === 'strong'
|
|
130
|
+
? 'weak'
|
|
131
|
+
: this.intent === 'weak'
|
|
132
|
+
? 'strong'
|
|
133
|
+
: this.intent
|
|
134
|
+
: this.intent;
|
|
135
|
+
return (h("eds-link", Object.assign({ label: displayLabel, url: item.url, intent: linkIntent, current: isLast, "aria-label": fullLabel, size: "small", "icon-small": "false" }, (isLast ? { 'aria-current': 'page' } : {}))));
|
|
129
136
|
})()) : (h("span", { class: "truncate px-2", "aria-hidden": "true" }, "...")), !isLast && !item.isHidden && (h("eds-icon-wrapper", { icon: "chevron-right", class: "w-20 h-20" }))));
|
|
130
137
|
}))));
|
|
131
138
|
}
|
|
@@ -7,7 +7,7 @@ import { d as defineCustomElement$3 } from './eds-card-title2.js';
|
|
|
7
7
|
import { d as defineCustomElement$2 } from './eds-img2.js';
|
|
8
8
|
import { d as defineCustomElement$1 } from './eds-tag2.js';
|
|
9
9
|
|
|
10
|
-
const edsCardGenericCss = ".h-auto{height:auto}.h-full{height:100%}.\\!min-h-20{min-height:1.25rem !important}.min-h-120{min-height:120px}.min-h-156{min-height:156px}.bg-default{background-color:var(--grey-200)}.bg-inverse{background-color:var(--white)}.effect-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}.hover\\:shadow-hover:hover{--tw-shadow:0px 0px 16px rgba(0, 0, 0, 0.2);--tw-shadow-colored:0px 0px 16px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.cursor-pointer{cursor:pointer}.border-soft{border-color:rgba(0, 0, 0, .15)}.border-softer{border:2px solid rgba(0, 0, 0, .1)}.effect-focus-within{outline-width:3px;outline-offset:2px;outline-color:var(--green-500)}.effect-focus-within:focus-within{outline-style:solid}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grow{flex-grow:1}.flex-col{flex-direction:column}.rounded-lg{border-radius:16px}.border-2{border-width:2px}.p-12{padding:0.75rem}.p-16{padding:1rem}.mt-6{margin-top:0.375rem}.mt-8{margin-top:0.5rem}.gap-y-4{row-gap:0.25rem}.order-first{order:-9999}.mb-10{margin-bottom:0.625rem}.mb-12{margin-bottom:0.75rem}";
|
|
10
|
+
const edsCardGenericCss = ".h-auto{height:auto}.h-full{height:100%}.\\!min-h-20{min-height:1.25rem !important}.min-h-120{min-height:120px}.min-h-156{min-height:156px}.bg-default{background-color:var(--grey-200)}.bg-inverse{background-color:var(--white)}.effect-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}.hover\\:shadow-hover:hover{--tw-shadow:0px 0px 16px rgba(0, 0, 0, 0.2);--tw-shadow-colored:0px 0px 16px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.cursor-pointer{cursor:pointer}.border-soft{border-color:rgba(0, 0, 0, .15)}.border-softer{border:2px solid rgba(0, 0, 0, .1)}.effect-focus-within{outline-width:3px;outline-offset:2px;outline-color:var(--green-500)}.effect-focus-within:focus-within{outline-style:solid}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grow{flex-grow:1}.flex-col{flex-direction:column}.rounded-lg{border-radius:16px}.border-2{border-width:2px}.p-12{padding:0.75rem}.p-16{padding:1rem}.mt-6{margin-top:0.375rem}.mt-8{margin-top:0.5rem}.gap-x-1{-moz-column-gap:0.0625rem;column-gap:0.0625rem}.gap-y-4{row-gap:0.25rem}.order-first{order:-9999}.mb-10{margin-bottom:0.625rem}.mb-12{margin-bottom:0.75rem}";
|
|
11
11
|
const EdsCardGenericStyle0 = edsCardGenericCss;
|
|
12
12
|
|
|
13
13
|
const EdsCardGeneric = /*@__PURE__*/ proxyCustomElement(class EdsCardGeneric extends HTMLElement {
|
|
@@ -86,7 +86,7 @@ const EdsCardGeneric = /*@__PURE__*/ proxyCustomElement(class EdsCardGeneric ext
|
|
|
86
86
|
});
|
|
87
87
|
}
|
|
88
88
|
render() {
|
|
89
|
-
return (h("article", { key: '440a448c841370838c0c66610bd1266b46f66541', class: this.articleClasses(), onClick: () => this.handleClick() }, h("eds-card-title", { key: '292d93a9a993c6dcbfd276097a21d3984b1794c4', "heading-level": this.headingLevel, titleClass: this.image ? 'f-ui-01' : undefined, "card-title": this.cardTitle, url: this.url, hierarchy: this.hierarchy }), this.description && (h("eds-card-desc", { key: '4b304cc3c65a42b3b1bcbebd9968c45e79cdabf7', class: "mt-8", "truncate-lines": "3", description: this.description })), this.parsedImage ? (h("eds-img", Object.assign({ class: "mt-8" }, this.parsedImage))) : this.avatar || this.shortAbbreviation ? (h("eds-avatar", { class: "order-first mb-12", picture: this.avatar, initials: this.shortAbbreviation })) : null, h("div", { key: '
|
|
89
|
+
return (h("article", { key: '440a448c841370838c0c66610bd1266b46f66541', class: this.articleClasses(), onClick: () => this.handleClick() }, h("eds-card-title", { key: '292d93a9a993c6dcbfd276097a21d3984b1794c4', "heading-level": this.headingLevel, titleClass: this.image ? 'f-ui-01' : undefined, "card-title": this.cardTitle, url: this.url, hierarchy: this.hierarchy }), this.description && (h("eds-card-desc", { key: '4b304cc3c65a42b3b1bcbebd9968c45e79cdabf7', class: "mt-8", "truncate-lines": "3", description: this.description })), this.parsedImage ? (h("eds-img", Object.assign({ class: "mt-8" }, this.parsedImage))) : this.avatar || this.shortAbbreviation ? (h("eds-avatar", { class: "order-first mb-12", picture: this.avatar, initials: this.shortAbbreviation })) : null, h("div", { key: '8bdcbbe2982a450843e9ada727e3f6eb62872ae1', class: "flex flex-wrap gap-y-4 gap-x-1" }, this.parsedTags.map((tag, index) => (h("eds-tag", { key: index, intent: tag.style, label: tag.label })))), ' '));
|
|
90
90
|
}
|
|
91
91
|
get el() { return this; }
|
|
92
92
|
static get style() { return EdsCardGenericStyle0; }
|