@ebrains/react 0.9.3-beta → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/{analytics-44b1416b.esm.js → analytics-d99780e3.esm.js} +2 -2
- package/color-primary-palette_6.entry.esm.js +106 -106
- package/components-section.entry.esm.js +22 -16
- package/correct-use-of-colors.entry.esm.js +33 -33
- package/docs-palettes.entry.esm.js +1 -1
- package/docs-tokens.entry.esm.js +1 -1
- package/eds-accordion.entry.esm.js +2 -2
- package/eds-alert.entry.esm.js +1 -1
- package/eds-app-root.entry.esm.js +4 -4
- package/eds-avatar_34.entry.esm.js +3594 -0
- package/eds-card-project.entry.esm.js +130 -13
- package/eds-card-tool.entry.esm.js +5 -5
- package/eds-cookies-preference.entry.esm.js +2 -2
- package/eds-feedback.entry.esm.js +12 -7
- package/eds-frame.entry.esm.js +6 -6
- package/eds-matomo-notice.entry.esm.js +5 -8
- package/eds-pagination_2.entry.esm.js +10 -10
- package/eds-progress-bar.entry.esm.js +19 -8
- package/eds-rating.entry.esm.js +1 -1
- package/eds-section-core_2.entry.esm.js +5 -5
- package/eds-spinner.entry.esm.js +3 -3
- package/eds-splash-screen.entry.esm.js +87 -0
- package/eds-switch.entry.esm.js +21 -11
- package/eds-timeline.entry.esm.js +5 -5
- package/eds-toast-manager.entry.esm.js +33 -2
- package/eds-toast.entry.esm.js +4 -3
- package/eds-trl.entry.esm.js +2 -2
- package/incorrect-use-of-colors.entry.esm.js +11 -8
- package/index.esm.js +1 -1
- package/index.esm2.js +39 -314
- package/logo-space.entry.esm.js +9 -9
- package/logo-variations-horizontal_2.entry.esm.js +28 -28
- package/logo-variations-tabs.entry.esm.js +1 -1
- package/logo-wrong-usage.entry.esm.js +25 -25
- package/package.json +1 -1
- package/src/components.d.ts +2 -2
- package/src/generated/components.d.ts +1 -1
- package/svg-repository.entry.esm.js +2 -2
- package/token-list_3.entry.esm.js +5 -5
- package/token-ratios.entry.esm.js +3 -3
- package/token-typography.entry.esm.js +2 -2
- package/color-2554aad6.esm.js +0 -122
- package/eds-avatar_27.entry.esm.js +0 -332
- package/eds-card-desc_2.entry.esm.js +0 -86
- package/eds-card-generic.entry.esm.js +0 -114
- package/eds-card-wrapper.entry.esm.js +0 -39
- package/eds-login_2.entry.esm.js +0 -1828
- package/eds-tabs.entry.esm.js +0 -143
- package/eds-tooltip.entry.esm.js +0 -125
- package/toastManager-d9eee791.esm.js +0 -34
package/index.esm2.js
CHANGED
|
@@ -2688,10 +2688,10 @@ const BUILD = /* components */{
|
|
|
2688
2688
|
shadowDom: true,
|
|
2689
2689
|
slot: true,
|
|
2690
2690
|
slotChildNodesFix: false,
|
|
2691
|
-
slotRelocation:
|
|
2691
|
+
slotRelocation: false,
|
|
2692
2692
|
state: true,
|
|
2693
2693
|
style: true,
|
|
2694
|
-
svg:
|
|
2694
|
+
svg: true,
|
|
2695
2695
|
taskQueue: true,
|
|
2696
2696
|
transformTagName: false,
|
|
2697
2697
|
updatable: true,
|
|
@@ -2760,9 +2760,9 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
2760
2760
|
return importedModule[exportName];
|
|
2761
2761
|
};
|
|
2762
2762
|
switch (bundleId) {
|
|
2763
|
-
case 'eds-
|
|
2763
|
+
case 'eds-avatar_34':
|
|
2764
2764
|
return import(/* webpackMode: "lazy" */
|
|
2765
|
-
'./eds-
|
|
2765
|
+
'./eds-avatar_34.entry.esm.js').then(processMod, consoleError);
|
|
2766
2766
|
case 'components-section':
|
|
2767
2767
|
return import(/* webpackMode: "lazy" */
|
|
2768
2768
|
'./components-section.entry.esm.js').then(processMod, consoleError);
|
|
@@ -2790,9 +2790,6 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
2790
2790
|
case 'eds-card-tool':
|
|
2791
2791
|
return import(/* webpackMode: "lazy" */
|
|
2792
2792
|
'./eds-card-tool.entry.esm.js').then(processMod, consoleError);
|
|
2793
|
-
case 'eds-card-wrapper':
|
|
2794
|
-
return import(/* webpackMode: "lazy" */
|
|
2795
|
-
'./eds-card-wrapper.entry.esm.js').then(processMod, consoleError);
|
|
2796
2793
|
case 'eds-cookies-preference':
|
|
2797
2794
|
return import(/* webpackMode: "lazy" */
|
|
2798
2795
|
'./eds-cookies-preference.entry.esm.js').then(processMod, consoleError);
|
|
@@ -2913,18 +2910,12 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
2913
2910
|
case 'eds-switch':
|
|
2914
2911
|
return import(/* webpackMode: "lazy" */
|
|
2915
2912
|
'./eds-switch.entry.esm.js').then(processMod, consoleError);
|
|
2916
|
-
case 'eds-tabs':
|
|
2917
|
-
return import(/* webpackMode: "lazy" */
|
|
2918
|
-
'./eds-tabs.entry.esm.js').then(processMod, consoleError);
|
|
2919
2913
|
case 'eds-timeline':
|
|
2920
2914
|
return import(/* webpackMode: "lazy" */
|
|
2921
2915
|
'./eds-timeline.entry.esm.js').then(processMod, consoleError);
|
|
2922
2916
|
case 'eds-toast-manager':
|
|
2923
2917
|
return import(/* webpackMode: "lazy" */
|
|
2924
2918
|
'./eds-toast-manager.entry.esm.js').then(processMod, consoleError);
|
|
2925
|
-
case 'eds-tooltip':
|
|
2926
|
-
return import(/* webpackMode: "lazy" */
|
|
2927
|
-
'./eds-tooltip.entry.esm.js').then(processMod, consoleError);
|
|
2928
2919
|
case 'eds-trl':
|
|
2929
2920
|
return import(/* webpackMode: "lazy" */
|
|
2930
2921
|
'./eds-trl.entry.esm.js').then(processMod, consoleError);
|
|
@@ -2952,9 +2943,6 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
2952
2943
|
case 'color-primary-palette_6':
|
|
2953
2944
|
return import(/* webpackMode: "lazy" */
|
|
2954
2945
|
'./color-primary-palette_6.entry.esm.js').then(processMod, consoleError);
|
|
2955
|
-
case 'eds-login_2':
|
|
2956
|
-
return import(/* webpackMode: "lazy" */
|
|
2957
|
-
'./eds-login_2.entry.esm.js').then(processMod, consoleError);
|
|
2958
2946
|
case 'eds-matomo-notice':
|
|
2959
2947
|
return import(/* webpackMode: "lazy" */
|
|
2960
2948
|
'./eds-matomo-notice.entry.esm.js').then(processMod, consoleError);
|
|
@@ -2964,6 +2952,9 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
2964
2952
|
case 'eds-rating':
|
|
2965
2953
|
return import(/* webpackMode: "lazy" */
|
|
2966
2954
|
'./eds-rating.entry.esm.js').then(processMod, consoleError);
|
|
2955
|
+
case 'eds-splash-screen':
|
|
2956
|
+
return import(/* webpackMode: "lazy" */
|
|
2957
|
+
'./eds-splash-screen.entry.esm.js').then(processMod, consoleError);
|
|
2967
2958
|
case 'eds-toast':
|
|
2968
2959
|
return import(/* webpackMode: "lazy" */
|
|
2969
2960
|
'./eds-toast.entry.esm.js').then(processMod, consoleError);
|
|
@@ -2979,9 +2970,6 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
2979
2970
|
case 'eds-alert':
|
|
2980
2971
|
return import(/* webpackMode: "lazy" */
|
|
2981
2972
|
'./eds-alert.entry.esm.js').then(processMod, consoleError);
|
|
2982
|
-
case 'eds-card-generic':
|
|
2983
|
-
return import(/* webpackMode: "lazy" */
|
|
2984
|
-
'./eds-card-generic.entry.esm.js').then(processMod, consoleError);
|
|
2985
2973
|
case 'eds-section-core_2':
|
|
2986
2974
|
return import(/* webpackMode: "lazy" */
|
|
2987
2975
|
'./eds-section-core_2.entry.esm.js').then(processMod, consoleError);
|
|
@@ -2991,9 +2979,6 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
2991
2979
|
case 'eds-pagination_2':
|
|
2992
2980
|
return import(/* webpackMode: "lazy" */
|
|
2993
2981
|
'./eds-pagination_2.entry.esm.js').then(processMod, consoleError);
|
|
2994
|
-
case 'eds-card-desc_2':
|
|
2995
|
-
return import(/* webpackMode: "lazy" */
|
|
2996
|
-
'./eds-card-desc_2.entry.esm.js').then(processMod, consoleError);
|
|
2997
2982
|
case 'eds-code-block':
|
|
2998
2983
|
return import(/* webpackMode: "lazy" */
|
|
2999
2984
|
'./eds-code-block.entry.esm.js').then(processMod, consoleError);
|
|
@@ -3096,6 +3081,8 @@ var writeTask = /* @__PURE__ */queueTask(queueDomWrites);
|
|
|
3096
3081
|
|
|
3097
3082
|
// src/utils/constants.ts
|
|
3098
3083
|
var EMPTY_OBJ = {};
|
|
3084
|
+
var SVG_NS = "http://www.w3.org/2000/svg";
|
|
3085
|
+
var HTML_NS = "http://www.w3.org/1999/xhtml";
|
|
3099
3086
|
|
|
3100
3087
|
// src/utils/helpers.ts
|
|
3101
3088
|
var isDef = v => v != null;
|
|
@@ -3175,7 +3162,6 @@ var uniqueTime = (key, measureText) => {
|
|
|
3175
3162
|
var h = (nodeName, vnodeData, ...children) => {
|
|
3176
3163
|
let child = null;
|
|
3177
3164
|
let key = null;
|
|
3178
|
-
let slotName = null;
|
|
3179
3165
|
let simple = false;
|
|
3180
3166
|
let lastSimple = false;
|
|
3181
3167
|
const vNodeChildren = [];
|
|
@@ -3202,9 +3188,6 @@ var h = (nodeName, vnodeData, ...children) => {
|
|
|
3202
3188
|
if (vnodeData.key) {
|
|
3203
3189
|
key = vnodeData.key;
|
|
3204
3190
|
}
|
|
3205
|
-
if (vnodeData.name) {
|
|
3206
|
-
slotName = vnodeData.name;
|
|
3207
|
-
}
|
|
3208
3191
|
{
|
|
3209
3192
|
const classData = vnodeData.className || vnodeData.class;
|
|
3210
3193
|
if (classData) {
|
|
@@ -3223,9 +3206,6 @@ var h = (nodeName, vnodeData, ...children) => {
|
|
|
3223
3206
|
{
|
|
3224
3207
|
vnode.$key$ = key;
|
|
3225
3208
|
}
|
|
3226
|
-
{
|
|
3227
|
-
vnode.$name$ = slotName;
|
|
3228
|
-
}
|
|
3229
3209
|
return vnode;
|
|
3230
3210
|
};
|
|
3231
3211
|
var newVNode = (tag, text) => {
|
|
@@ -3242,9 +3222,6 @@ var newVNode = (tag, text) => {
|
|
|
3242
3222
|
{
|
|
3243
3223
|
vnode.$key$ = null;
|
|
3244
3224
|
}
|
|
3245
|
-
{
|
|
3246
|
-
vnode.$name$ = null;
|
|
3247
|
-
}
|
|
3248
3225
|
return vnode;
|
|
3249
3226
|
};
|
|
3250
3227
|
var Host = {};
|
|
@@ -3425,9 +3402,6 @@ var clientHydrate = (parentVNode, childRenderNodes, slotNodes, shadowRootNodes,
|
|
|
3425
3402
|
} else if (childNodeType === CONTENT_REF_ID) {
|
|
3426
3403
|
if (shadowRootNodes) {
|
|
3427
3404
|
node.remove();
|
|
3428
|
-
} else {
|
|
3429
|
-
hostElm["s-cr"] = node;
|
|
3430
|
-
node["s-cn"] = true;
|
|
3431
3405
|
}
|
|
3432
3406
|
}
|
|
3433
3407
|
}
|
|
@@ -3704,41 +3678,24 @@ function sortedAttrNames(attrNames) {
|
|
|
3704
3678
|
|
|
3705
3679
|
// src/runtime/vdom/vdom-render.ts
|
|
3706
3680
|
var scopeId;
|
|
3707
|
-
var contentRef;
|
|
3708
3681
|
var hostTagName;
|
|
3709
3682
|
var useNativeShadowDom = false;
|
|
3710
|
-
var checkSlotFallbackVisibility = false;
|
|
3711
|
-
var checkSlotRelocate = false;
|
|
3712
3683
|
var isSvgMode = false;
|
|
3713
3684
|
var createElm = (oldParentVNode, newParentVNode, childIndex, parentElm) => {
|
|
3714
|
-
var _a;
|
|
3715
3685
|
const newVNode2 = newParentVNode.$children$[childIndex];
|
|
3716
3686
|
let i2 = 0;
|
|
3717
3687
|
let elm;
|
|
3718
3688
|
let childNode;
|
|
3719
|
-
let oldVNode;
|
|
3720
|
-
if (!useNativeShadowDom) {
|
|
3721
|
-
checkSlotRelocate = true;
|
|
3722
|
-
if (newVNode2.$tag$ === "slot") {
|
|
3723
|
-
if (scopeId) {
|
|
3724
|
-
parentElm.classList.add(scopeId + "-s");
|
|
3725
|
-
}
|
|
3726
|
-
newVNode2.$flags$ |= newVNode2.$children$ ?
|
|
3727
|
-
// slot element has fallback content
|
|
3728
|
-
// still create an element that "mocks" the slot element
|
|
3729
|
-
2 /* isSlotFallback */ :
|
|
3730
|
-
// slot element does not have fallback content
|
|
3731
|
-
// create an html comment we'll use to always reference
|
|
3732
|
-
// where actual slot content should sit next to
|
|
3733
|
-
1 /* isSlotReference */;
|
|
3734
|
-
}
|
|
3735
|
-
}
|
|
3736
3689
|
if (newVNode2.$text$ !== null) {
|
|
3737
3690
|
elm = newVNode2.$elm$ = doc.createTextNode(newVNode2.$text$);
|
|
3738
|
-
} else if (newVNode2.$flags$ & 1 /* isSlotReference */) {
|
|
3739
|
-
elm = newVNode2.$elm$ = doc.createTextNode("");
|
|
3740
3691
|
} else {
|
|
3741
|
-
|
|
3692
|
+
if (!isSvgMode) {
|
|
3693
|
+
isSvgMode = newVNode2.$tag$ === "svg";
|
|
3694
|
+
}
|
|
3695
|
+
elm = newVNode2.$elm$ = doc.createElementNS(isSvgMode ? SVG_NS : HTML_NS, !useNativeShadowDom && BUILD.slotRelocation && newVNode2.$flags$ & 2 /* isSlotFallback */ ? "slot-fb" : newVNode2.$tag$);
|
|
3696
|
+
if (isSvgMode && newVNode2.$tag$ === "foreignObject") {
|
|
3697
|
+
isSvgMode = false;
|
|
3698
|
+
}
|
|
3742
3699
|
{
|
|
3743
3700
|
updateElement(null, newVNode2, isSvgMode);
|
|
3744
3701
|
}
|
|
@@ -3749,68 +3706,35 @@ var createElm = (oldParentVNode, newParentVNode, childIndex, parentElm) => {
|
|
|
3749
3706
|
}
|
|
3750
3707
|
if (newVNode2.$children$) {
|
|
3751
3708
|
for (i2 = 0; i2 < newVNode2.$children$.length; ++i2) {
|
|
3752
|
-
childNode = createElm(oldParentVNode, newVNode2, i2
|
|
3709
|
+
childNode = createElm(oldParentVNode, newVNode2, i2);
|
|
3753
3710
|
if (childNode) {
|
|
3754
3711
|
elm.appendChild(childNode);
|
|
3755
3712
|
}
|
|
3756
3713
|
}
|
|
3757
3714
|
}
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
elm["s-cr"] = contentRef;
|
|
3764
|
-
elm["s-sn"] = newVNode2.$name$ || "";
|
|
3765
|
-
elm["s-rf"] = (_a = newVNode2.$attrs$) == null ? void 0 : _a.ref;
|
|
3766
|
-
oldVNode = oldParentVNode && oldParentVNode.$children$ && oldParentVNode.$children$[childIndex];
|
|
3767
|
-
if (oldVNode && oldVNode.$tag$ === newVNode2.$tag$ && oldParentVNode.$elm$) {
|
|
3768
|
-
{
|
|
3769
|
-
putBackInOriginalLocation(oldParentVNode.$elm$, false);
|
|
3770
|
-
}
|
|
3715
|
+
{
|
|
3716
|
+
if (newVNode2.$tag$ === "svg") {
|
|
3717
|
+
isSvgMode = false;
|
|
3718
|
+
} else if (elm.tagName === "foreignObject") {
|
|
3719
|
+
isSvgMode = true;
|
|
3771
3720
|
}
|
|
3772
3721
|
}
|
|
3773
3722
|
}
|
|
3723
|
+
elm["s-hn"] = hostTagName;
|
|
3774
3724
|
return elm;
|
|
3775
3725
|
};
|
|
3776
|
-
var putBackInOriginalLocation = (parentElm, recursive) => {
|
|
3777
|
-
plt.$flags$ |= 1 /* isTmpDisconnected */;
|
|
3778
|
-
const oldSlotChildNodes = Array.from(parentElm.childNodes);
|
|
3779
|
-
if (parentElm["s-sr"] && BUILD.experimentalSlotFixes) {
|
|
3780
|
-
let node = parentElm;
|
|
3781
|
-
while (node = node.nextSibling) {
|
|
3782
|
-
if (node && node["s-sn"] === parentElm["s-sn"] && node["s-sh"] === hostTagName) {
|
|
3783
|
-
oldSlotChildNodes.push(node);
|
|
3784
|
-
}
|
|
3785
|
-
}
|
|
3786
|
-
}
|
|
3787
|
-
for (let i2 = oldSlotChildNodes.length - 1; i2 >= 0; i2--) {
|
|
3788
|
-
const childNode = oldSlotChildNodes[i2];
|
|
3789
|
-
if (childNode["s-hn"] !== hostTagName && childNode["s-ol"]) {
|
|
3790
|
-
insertBefore(parentReferenceNode(childNode), childNode, referenceNode(childNode));
|
|
3791
|
-
childNode["s-ol"].remove();
|
|
3792
|
-
childNode["s-ol"] = void 0;
|
|
3793
|
-
childNode["s-sh"] = void 0;
|
|
3794
|
-
checkSlotRelocate = true;
|
|
3795
|
-
}
|
|
3796
|
-
if (recursive) {
|
|
3797
|
-
putBackInOriginalLocation(childNode, recursive);
|
|
3798
|
-
}
|
|
3799
|
-
}
|
|
3800
|
-
plt.$flags$ &= ~1 /* isTmpDisconnected */;
|
|
3801
|
-
};
|
|
3802
3726
|
var addVnodes = (parentElm, before, parentVNode, vnodes, startIdx, endIdx) => {
|
|
3803
|
-
let containerElm = parentElm
|
|
3727
|
+
let containerElm = parentElm;
|
|
3804
3728
|
let childNode;
|
|
3805
3729
|
if (containerElm.shadowRoot && containerElm.tagName === hostTagName) {
|
|
3806
3730
|
containerElm = containerElm.shadowRoot;
|
|
3807
3731
|
}
|
|
3808
3732
|
for (; startIdx <= endIdx; ++startIdx) {
|
|
3809
3733
|
if (vnodes[startIdx]) {
|
|
3810
|
-
childNode = createElm(null, parentVNode, startIdx
|
|
3734
|
+
childNode = createElm(null, parentVNode, startIdx);
|
|
3811
3735
|
if (childNode) {
|
|
3812
3736
|
vnodes[startIdx].$elm$ = childNode;
|
|
3813
|
-
insertBefore(containerElm, childNode,
|
|
3737
|
+
insertBefore(containerElm, childNode, before);
|
|
3814
3738
|
}
|
|
3815
3739
|
}
|
|
3816
3740
|
}
|
|
@@ -3822,14 +3746,6 @@ var removeVnodes = (vnodes, startIdx, endIdx) => {
|
|
|
3822
3746
|
const elm = vnode.$elm$;
|
|
3823
3747
|
nullifyVNodeRefs(vnode);
|
|
3824
3748
|
if (elm) {
|
|
3825
|
-
{
|
|
3826
|
-
checkSlotFallbackVisibility = true;
|
|
3827
|
-
if (elm["s-ol"]) {
|
|
3828
|
-
elm["s-ol"].remove();
|
|
3829
|
-
} else {
|
|
3830
|
-
putBackInOriginalLocation(elm, true);
|
|
3831
|
-
}
|
|
3832
|
-
}
|
|
3833
3749
|
elm.remove();
|
|
3834
3750
|
}
|
|
3835
3751
|
}
|
|
@@ -3866,17 +3782,11 @@ var updateChildren = (parentElm, oldCh, newVNode2, newCh, isInitialRender = fals
|
|
|
3866
3782
|
oldEndVnode = oldCh[--oldEndIdx];
|
|
3867
3783
|
newEndVnode = newCh[--newEndIdx];
|
|
3868
3784
|
} else if (isSameVnode(oldStartVnode, newEndVnode, isInitialRender)) {
|
|
3869
|
-
if (oldStartVnode.$tag$ === "slot" || newEndVnode.$tag$ === "slot") {
|
|
3870
|
-
putBackInOriginalLocation(oldStartVnode.$elm$.parentNode, false);
|
|
3871
|
-
}
|
|
3872
3785
|
patch(oldStartVnode, newEndVnode, isInitialRender);
|
|
3873
3786
|
insertBefore(parentElm, oldStartVnode.$elm$, oldEndVnode.$elm$.nextSibling);
|
|
3874
3787
|
oldStartVnode = oldCh[++oldStartIdx];
|
|
3875
3788
|
newEndVnode = newCh[--newEndIdx];
|
|
3876
3789
|
} else if (isSameVnode(oldEndVnode, newStartVnode, isInitialRender)) {
|
|
3877
|
-
if (oldStartVnode.$tag$ === "slot" || newEndVnode.$tag$ === "slot") {
|
|
3878
|
-
putBackInOriginalLocation(oldEndVnode.$elm$.parentNode, false);
|
|
3879
|
-
}
|
|
3880
3790
|
patch(oldEndVnode, newStartVnode, isInitialRender);
|
|
3881
3791
|
insertBefore(parentElm, oldEndVnode.$elm$, oldStartVnode.$elm$);
|
|
3882
3792
|
oldEndVnode = oldCh[--oldEndIdx];
|
|
@@ -3894,7 +3804,7 @@ var updateChildren = (parentElm, oldCh, newVNode2, newCh, isInitialRender = fals
|
|
|
3894
3804
|
if (idxInOld >= 0) {
|
|
3895
3805
|
elmToMove = oldCh[idxInOld];
|
|
3896
3806
|
if (elmToMove.$tag$ !== newStartVnode.$tag$) {
|
|
3897
|
-
node = createElm(oldCh && oldCh[newStartIdx], newVNode2, idxInOld
|
|
3807
|
+
node = createElm(oldCh && oldCh[newStartIdx], newVNode2, idxInOld);
|
|
3898
3808
|
} else {
|
|
3899
3809
|
patch(elmToMove, newStartVnode, isInitialRender);
|
|
3900
3810
|
oldCh[idxInOld] = void 0;
|
|
@@ -3902,12 +3812,12 @@ var updateChildren = (parentElm, oldCh, newVNode2, newCh, isInitialRender = fals
|
|
|
3902
3812
|
}
|
|
3903
3813
|
newStartVnode = newCh[++newStartIdx];
|
|
3904
3814
|
} else {
|
|
3905
|
-
node = createElm(oldCh && oldCh[newStartIdx], newVNode2, newStartIdx
|
|
3815
|
+
node = createElm(oldCh && oldCh[newStartIdx], newVNode2, newStartIdx);
|
|
3906
3816
|
newStartVnode = newCh[++newStartIdx];
|
|
3907
3817
|
}
|
|
3908
3818
|
if (node) {
|
|
3909
3819
|
{
|
|
3910
|
-
insertBefore(
|
|
3820
|
+
insertBefore(oldStartVnode.$elm$.parentNode, node, oldStartVnode.$elm$);
|
|
3911
3821
|
}
|
|
3912
3822
|
}
|
|
3913
3823
|
}
|
|
@@ -3920,18 +3830,6 @@ var updateChildren = (parentElm, oldCh, newVNode2, newCh, isInitialRender = fals
|
|
|
3920
3830
|
};
|
|
3921
3831
|
var isSameVnode = (leftVNode, rightVNode, isInitialRender = false) => {
|
|
3922
3832
|
if (leftVNode.$tag$ === rightVNode.$tag$) {
|
|
3923
|
-
if (leftVNode.$tag$ === "slot") {
|
|
3924
|
-
if (
|
|
3925
|
-
// The component gets hydrated and no VDOM has been initialized.
|
|
3926
|
-
// Here the comparison can't happen as $name$ property is not set for `leftNode`.
|
|
3927
|
-
"$nodeId$" in leftVNode && isInitialRender &&
|
|
3928
|
-
// `leftNode` is not from type HTMLComment which would cause many
|
|
3929
|
-
// hydration comments to be removed
|
|
3930
|
-
leftVNode.$elm$.nodeType !== 8) {
|
|
3931
|
-
return false;
|
|
3932
|
-
}
|
|
3933
|
-
return leftVNode.$name$ === rightVNode.$name$;
|
|
3934
|
-
}
|
|
3935
3833
|
if (!isInitialRender) {
|
|
3936
3834
|
return leftVNode.$key$ === rightVNode.$key$;
|
|
3937
3835
|
}
|
|
@@ -3939,18 +3837,16 @@ var isSameVnode = (leftVNode, rightVNode, isInitialRender = false) => {
|
|
|
3939
3837
|
}
|
|
3940
3838
|
return false;
|
|
3941
3839
|
};
|
|
3942
|
-
var referenceNode = node => {
|
|
3943
|
-
return node && node["s-ol"] || node;
|
|
3944
|
-
};
|
|
3945
|
-
var parentReferenceNode = node => (node["s-ol"] ? node["s-ol"] : node).parentNode;
|
|
3946
3840
|
var patch = (oldVNode, newVNode2, isInitialRender = false) => {
|
|
3947
3841
|
const elm = newVNode2.$elm$ = oldVNode.$elm$;
|
|
3948
3842
|
const oldChildren = oldVNode.$children$;
|
|
3949
3843
|
const newChildren = newVNode2.$children$;
|
|
3950
3844
|
const tag = newVNode2.$tag$;
|
|
3951
3845
|
const text = newVNode2.$text$;
|
|
3952
|
-
let defaultHolder;
|
|
3953
3846
|
if (text === null) {
|
|
3847
|
+
{
|
|
3848
|
+
isSvgMode = tag === "svg" ? true : tag === "foreignObject" ? false : isSvgMode;
|
|
3849
|
+
}
|
|
3954
3850
|
{
|
|
3955
3851
|
if (tag === "slot" && !useNativeShadowDom) ;else {
|
|
3956
3852
|
updateElement(oldVNode, newVNode2, isSvgMode);
|
|
@@ -3968,103 +3864,13 @@ var patch = (oldVNode, newVNode2, isInitialRender = false) => {
|
|
|
3968
3864
|
!isInitialRender && BUILD.updatable && oldChildren !== null) {
|
|
3969
3865
|
removeVnodes(oldChildren, 0, oldChildren.length - 1);
|
|
3970
3866
|
}
|
|
3971
|
-
|
|
3972
|
-
|
|
3867
|
+
if (isSvgMode && tag === "svg") {
|
|
3868
|
+
isSvgMode = false;
|
|
3869
|
+
}
|
|
3973
3870
|
} else if (oldVNode.$text$ !== text) {
|
|
3974
3871
|
elm.data = text;
|
|
3975
3872
|
}
|
|
3976
3873
|
};
|
|
3977
|
-
var updateFallbackSlotVisibility = elm => {
|
|
3978
|
-
const childNodes = elm.childNodes;
|
|
3979
|
-
for (const childNode of childNodes) {
|
|
3980
|
-
if (childNode.nodeType === 1 /* ElementNode */) {
|
|
3981
|
-
if (childNode["s-sr"]) {
|
|
3982
|
-
const slotName = childNode["s-sn"];
|
|
3983
|
-
childNode.hidden = false;
|
|
3984
|
-
for (const siblingNode of childNodes) {
|
|
3985
|
-
if (siblingNode !== childNode) {
|
|
3986
|
-
if (siblingNode["s-hn"] !== childNode["s-hn"] || slotName !== "") {
|
|
3987
|
-
if (siblingNode.nodeType === 1 /* ElementNode */ && (slotName === siblingNode.getAttribute("slot") || slotName === siblingNode["s-sn"]) || siblingNode.nodeType === 3 /* TextNode */ && slotName === siblingNode["s-sn"]) {
|
|
3988
|
-
childNode.hidden = true;
|
|
3989
|
-
break;
|
|
3990
|
-
}
|
|
3991
|
-
} else {
|
|
3992
|
-
if (siblingNode.nodeType === 1 /* ElementNode */ || siblingNode.nodeType === 3 /* TextNode */ && siblingNode.textContent.trim() !== "") {
|
|
3993
|
-
childNode.hidden = true;
|
|
3994
|
-
break;
|
|
3995
|
-
}
|
|
3996
|
-
}
|
|
3997
|
-
}
|
|
3998
|
-
}
|
|
3999
|
-
}
|
|
4000
|
-
updateFallbackSlotVisibility(childNode);
|
|
4001
|
-
}
|
|
4002
|
-
}
|
|
4003
|
-
};
|
|
4004
|
-
var relocateNodes = [];
|
|
4005
|
-
var markSlotContentForRelocation = elm => {
|
|
4006
|
-
let node;
|
|
4007
|
-
let hostContentNodes;
|
|
4008
|
-
let j;
|
|
4009
|
-
for (const childNode of elm.childNodes) {
|
|
4010
|
-
if (childNode["s-sr"] && (node = childNode["s-cr"]) && node.parentNode) {
|
|
4011
|
-
hostContentNodes = node.parentNode.childNodes;
|
|
4012
|
-
const slotName = childNode["s-sn"];
|
|
4013
|
-
for (j = hostContentNodes.length - 1; j >= 0; j--) {
|
|
4014
|
-
node = hostContentNodes[j];
|
|
4015
|
-
if (!node["s-cn"] && !node["s-nr"] && node["s-hn"] !== childNode["s-hn"] && !BUILD.experimentalSlotFixes) {
|
|
4016
|
-
if (isNodeLocatedInSlot(node, slotName)) {
|
|
4017
|
-
let relocateNodeData = relocateNodes.find(r => r.$nodeToRelocate$ === node);
|
|
4018
|
-
checkSlotFallbackVisibility = true;
|
|
4019
|
-
node["s-sn"] = node["s-sn"] || slotName;
|
|
4020
|
-
if (relocateNodeData) {
|
|
4021
|
-
relocateNodeData.$nodeToRelocate$["s-sh"] = childNode["s-hn"];
|
|
4022
|
-
relocateNodeData.$slotRefNode$ = childNode;
|
|
4023
|
-
} else {
|
|
4024
|
-
node["s-sh"] = childNode["s-hn"];
|
|
4025
|
-
relocateNodes.push({
|
|
4026
|
-
$slotRefNode$: childNode,
|
|
4027
|
-
$nodeToRelocate$: node
|
|
4028
|
-
});
|
|
4029
|
-
}
|
|
4030
|
-
if (node["s-sr"]) {
|
|
4031
|
-
relocateNodes.map(relocateNode => {
|
|
4032
|
-
if (isNodeLocatedInSlot(relocateNode.$nodeToRelocate$, node["s-sn"])) {
|
|
4033
|
-
relocateNodeData = relocateNodes.find(r => r.$nodeToRelocate$ === node);
|
|
4034
|
-
if (relocateNodeData && !relocateNode.$slotRefNode$) {
|
|
4035
|
-
relocateNode.$slotRefNode$ = relocateNodeData.$slotRefNode$;
|
|
4036
|
-
}
|
|
4037
|
-
}
|
|
4038
|
-
});
|
|
4039
|
-
}
|
|
4040
|
-
} else if (!relocateNodes.some(r => r.$nodeToRelocate$ === node)) {
|
|
4041
|
-
relocateNodes.push({
|
|
4042
|
-
$nodeToRelocate$: node
|
|
4043
|
-
});
|
|
4044
|
-
}
|
|
4045
|
-
}
|
|
4046
|
-
}
|
|
4047
|
-
}
|
|
4048
|
-
if (childNode.nodeType === 1 /* ElementNode */) {
|
|
4049
|
-
markSlotContentForRelocation(childNode);
|
|
4050
|
-
}
|
|
4051
|
-
}
|
|
4052
|
-
};
|
|
4053
|
-
var isNodeLocatedInSlot = (nodeToRelocate, slotName) => {
|
|
4054
|
-
if (nodeToRelocate.nodeType === 1 /* ElementNode */) {
|
|
4055
|
-
if (nodeToRelocate.getAttribute("slot") === null && slotName === "") {
|
|
4056
|
-
return true;
|
|
4057
|
-
}
|
|
4058
|
-
if (nodeToRelocate.getAttribute("slot") === slotName) {
|
|
4059
|
-
return true;
|
|
4060
|
-
}
|
|
4061
|
-
return false;
|
|
4062
|
-
}
|
|
4063
|
-
if (nodeToRelocate["s-sn"] === slotName) {
|
|
4064
|
-
return true;
|
|
4065
|
-
}
|
|
4066
|
-
return slotName === "";
|
|
4067
|
-
};
|
|
4068
3874
|
var nullifyVNodeRefs = vNode => {
|
|
4069
3875
|
{
|
|
4070
3876
|
vNode.$attrs$ && vNode.$attrs$.ref && vNode.$attrs$.ref(null);
|
|
@@ -4076,7 +3882,6 @@ var insertBefore = (parent, newNode, reference) => {
|
|
|
4076
3882
|
return inserted;
|
|
4077
3883
|
};
|
|
4078
3884
|
var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
|
|
4079
|
-
var _a, _b, _c, _d;
|
|
4080
3885
|
const hostElm = hostRef.$hostElement$;
|
|
4081
3886
|
const cmpMeta = hostRef.$cmpMeta$;
|
|
4082
3887
|
const oldVNode = hostRef.$vnode$ || newVNode(null, null);
|
|
@@ -4101,75 +3906,7 @@ var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
|
|
|
4101
3906
|
scopeId = hostElm["s-sc"];
|
|
4102
3907
|
}
|
|
4103
3908
|
useNativeShadowDom = (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) !== 0;
|
|
4104
|
-
{
|
|
4105
|
-
contentRef = hostElm["s-cr"];
|
|
4106
|
-
checkSlotFallbackVisibility = false;
|
|
4107
|
-
}
|
|
4108
3909
|
patch(oldVNode, rootVnode, isInitialLoad);
|
|
4109
|
-
{
|
|
4110
|
-
plt.$flags$ |= 1 /* isTmpDisconnected */;
|
|
4111
|
-
if (checkSlotRelocate) {
|
|
4112
|
-
markSlotContentForRelocation(rootVnode.$elm$);
|
|
4113
|
-
for (const relocateData of relocateNodes) {
|
|
4114
|
-
const nodeToRelocate = relocateData.$nodeToRelocate$;
|
|
4115
|
-
if (!nodeToRelocate["s-ol"]) {
|
|
4116
|
-
const orgLocationNode = doc.createTextNode("");
|
|
4117
|
-
orgLocationNode["s-nr"] = nodeToRelocate;
|
|
4118
|
-
insertBefore(nodeToRelocate.parentNode, nodeToRelocate["s-ol"] = orgLocationNode, nodeToRelocate);
|
|
4119
|
-
}
|
|
4120
|
-
}
|
|
4121
|
-
for (const relocateData of relocateNodes) {
|
|
4122
|
-
const nodeToRelocate = relocateData.$nodeToRelocate$;
|
|
4123
|
-
const slotRefNode = relocateData.$slotRefNode$;
|
|
4124
|
-
if (slotRefNode) {
|
|
4125
|
-
const parentNodeRef = slotRefNode.parentNode;
|
|
4126
|
-
let insertBeforeNode = slotRefNode.nextSibling;
|
|
4127
|
-
{
|
|
4128
|
-
let orgLocationNode = (_a = nodeToRelocate["s-ol"]) == null ? void 0 : _a.previousSibling;
|
|
4129
|
-
while (orgLocationNode) {
|
|
4130
|
-
let refNode = (_b = orgLocationNode["s-nr"]) != null ? _b : null;
|
|
4131
|
-
if (refNode && refNode["s-sn"] === nodeToRelocate["s-sn"] && parentNodeRef === refNode.parentNode) {
|
|
4132
|
-
refNode = refNode.nextSibling;
|
|
4133
|
-
while (refNode === nodeToRelocate || (refNode == null ? void 0 : refNode["s-sr"])) {
|
|
4134
|
-
refNode = refNode == null ? void 0 : refNode.nextSibling;
|
|
4135
|
-
}
|
|
4136
|
-
if (!refNode || !refNode["s-nr"]) {
|
|
4137
|
-
insertBeforeNode = refNode;
|
|
4138
|
-
break;
|
|
4139
|
-
}
|
|
4140
|
-
}
|
|
4141
|
-
orgLocationNode = orgLocationNode.previousSibling;
|
|
4142
|
-
}
|
|
4143
|
-
}
|
|
4144
|
-
if (!insertBeforeNode && parentNodeRef !== nodeToRelocate.parentNode || nodeToRelocate.nextSibling !== insertBeforeNode) {
|
|
4145
|
-
if (nodeToRelocate !== insertBeforeNode) {
|
|
4146
|
-
if (!nodeToRelocate["s-hn"] && nodeToRelocate["s-ol"]) {
|
|
4147
|
-
nodeToRelocate["s-hn"] = nodeToRelocate["s-ol"].parentNode.nodeName;
|
|
4148
|
-
}
|
|
4149
|
-
insertBefore(parentNodeRef, nodeToRelocate, insertBeforeNode);
|
|
4150
|
-
if (nodeToRelocate.nodeType === 1 /* ElementNode */) {
|
|
4151
|
-
nodeToRelocate.hidden = (_c = nodeToRelocate["s-ih"]) != null ? _c : false;
|
|
4152
|
-
}
|
|
4153
|
-
}
|
|
4154
|
-
}
|
|
4155
|
-
nodeToRelocate && typeof slotRefNode["s-rf"] === "function" && slotRefNode["s-rf"](nodeToRelocate);
|
|
4156
|
-
} else {
|
|
4157
|
-
if (nodeToRelocate.nodeType === 1 /* ElementNode */) {
|
|
4158
|
-
if (isInitialLoad) {
|
|
4159
|
-
nodeToRelocate["s-ih"] = (_d = nodeToRelocate.hidden) != null ? _d : false;
|
|
4160
|
-
}
|
|
4161
|
-
nodeToRelocate.hidden = true;
|
|
4162
|
-
}
|
|
4163
|
-
}
|
|
4164
|
-
}
|
|
4165
|
-
}
|
|
4166
|
-
if (checkSlotFallbackVisibility) {
|
|
4167
|
-
updateFallbackSlotVisibility(rootVnode.$elm$);
|
|
4168
|
-
}
|
|
4169
|
-
plt.$flags$ &= ~1 /* isTmpDisconnected */;
|
|
4170
|
-
relocateNodes.length = 0;
|
|
4171
|
-
}
|
|
4172
|
-
contentRef = void 0;
|
|
4173
3910
|
};
|
|
4174
3911
|
|
|
4175
3912
|
// src/runtime/update-component.ts
|
|
@@ -4542,13 +4279,6 @@ var connectedCallback = elm => {
|
|
|
4542
4279
|
initializeClientHydrate(elm, cmpMeta.$tagName$, hostId, hostRef);
|
|
4543
4280
|
}
|
|
4544
4281
|
}
|
|
4545
|
-
if (!hostId) {
|
|
4546
|
-
if (
|
|
4547
|
-
// TODO(STENCIL-854): Remove code related to legacy shadowDomShim field
|
|
4548
|
-
cmpMeta.$flags$ & (4 /* hasSlotRelocation */ | 8 /* needsShadowDomShim */)) {
|
|
4549
|
-
setContentReference(elm);
|
|
4550
|
-
}
|
|
4551
|
-
}
|
|
4552
4282
|
{
|
|
4553
4283
|
let ancestorComponent = elm;
|
|
4554
4284
|
while (ancestorComponent = ancestorComponent.parentNode || ancestorComponent.host) {
|
|
@@ -4581,11 +4311,6 @@ var connectedCallback = elm => {
|
|
|
4581
4311
|
endConnected();
|
|
4582
4312
|
}
|
|
4583
4313
|
};
|
|
4584
|
-
var setContentReference = elm => {
|
|
4585
|
-
const contentRefElm = elm["s-cr"] = doc.createComment("");
|
|
4586
|
-
contentRefElm["s-cn"] = true;
|
|
4587
|
-
insertBefore(elm, contentRefElm, elm.firstChild);
|
|
4588
|
-
};
|
|
4589
4314
|
var disconnectInstance = instance => {
|
|
4590
4315
|
{
|
|
4591
4316
|
safeCall(instance, "disconnectedCallback");
|
|
@@ -4771,7 +4496,7 @@ const globalScripts = () => {};
|
|
|
4771
4496
|
const defineCustomElements = async (win, options) => {
|
|
4772
4497
|
if (typeof window === 'undefined') return undefined;
|
|
4773
4498
|
await globalScripts();
|
|
4774
|
-
return bootstrapLazy(JSON.parse("[[\"eds-avatar_27\",[[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,\"toggleheadermenu\",\"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\"]}],[1,\"eds-modal\",{\"heading\":[1,\"title\"],\"truncate\":[2],\"position\":[1],\"inverseHeader\":[4,\"inverse-header\"],\"isOpen\":[32],\"open\":[64],\"close\":[64],\"toggle\":[64]},[[0,\"eds-modal-open\",\"handleGlobalOpen\"],[0,\"eds-modal-close\",\"handleGlobalClose\"],[8,\"keydown\",\"handleKeyDown\"]]],[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\"]}]]],[\"eds-trl\",[[0,\"eds-trl\",{\"applications\":[1]}]]],[\"logo-space\",[[1,\"logo-space\"]]],[\"svg-repository\",[[1,\"svg-repository\"]]],[\"docs-palettes\",[[0,\"docs-palettes\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"components-section\",[[0,\"components-section\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"eds-app-root\",[[1,\"eds-app-root\",{\"isAuthenticated\":[32]}]]],[\"eds-card-section\",[[1,\"eds-card-section\",{\"cards\":[1],\"occupyCols\":[2,\"occupy-cols\"]}]]],[\"eds-timeline\",[[1,\"eds-timeline\",{\"events\":[1],\"selectedEvent\":[32],\"parsedEvents\":[32]},null,{\"events\":[\"parseEvents\"]}]]],[\"docs-tokens\",[[0,\"docs-tokens\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"eds-card-tool\",[[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]}]]],[\"eds-cookies-preference\",[[0,\"eds-cookies-preference\",{\"buttonText\":[1,\"button-text\"],\"intent\":[1],\"showMatomoNotice\":[32],\"noticeKey\":[32]}]]],[\"eds-card-project\",[[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]}]]],[\"eds-feedback\",[[1,\"eds-feedback\",{\"type\":[1],\"count\":[2],\"label\":[1],\"description\":[1],\"textMapping\":[1,\"text-mapping\"],\"selectedRating\":[32]},[[16,\"rating\",\"ratingUpdated\"]]]]],[\"eds-toast-manager\",[[1,\"eds-toast-manager\",{\"toasts\":[32]}]]],[\"incorrect-use-of-colors\",[[0,\"incorrect-use-of-colors\"]]],[\"logo-variations-tabs\",[[0,\"logo-variations-tabs\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"correct-use-of-colors\",[[0,\"correct-use-of-colors\"]]],[\"eds-frame\",[[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]}]]],[\"token-ratios\",[[0,\"token-ratios\"]]],[\"token-typography\",[[0,\"token-typography\"]]],[\"eds-card-tags\",[[1,\"eds-card-tags\",{\"accent\":[4],\"tags\":[16]}]]],[\"eds-card-wrapper\",[[4,\"eds-card-wrapper\",{\"tiny\":[4],\"withBg\":[4,\"with-bg\"],\"withHover\":[4,\"with-hover\"]}]]],[\"eds-icon-arrow-diagonal\",[[0,\"eds-icon-arrow-diagonal\",{\"class\":[1]}]]],[\"eds-icon-arrow-right\",[[0,\"eds-icon-arrow-right\",{\"class\":[1]}]]],[\"eds-icon-bluesky\",[[0,\"eds-icon-bluesky\",{\"class\":[1]}]]],[\"eds-icon-bookmark\",[[0,\"eds-icon-bookmark\",{\"class\":[1]}]]],[\"eds-icon-chevron-down\",[[0,\"eds-icon-chevron-down\",{\"class\":[1]}]]],[\"eds-icon-chevron-left\",[[0,\"eds-icon-chevron-left\",{\"class\":[1]}]]],[\"eds-icon-chevron-right\",[[0,\"eds-icon-chevron-right\",{\"class\":[1]}]]],[\"eds-icon-chevron-up\",[[0,\"eds-icon-chevron-up\",{\"class\":[1]}]]],[\"eds-icon-close\",[[0,\"eds-icon-close\",{\"class\":[1]}]]],[\"eds-icon-copy\",[[0,\"eds-icon-copy\",{\"class\":[1]}]]],[\"eds-icon-eu\",[[0,\"eds-icon-eu\",{\"class\":[1]}]]],[\"eds-icon-external\",[[0,\"eds-icon-external\",{\"class\":[1]}]]],[\"eds-icon-facebook\",[[0,\"eds-icon-facebook\",{\"class\":[1]}]]],[\"eds-icon-gitlab\",[[0,\"eds-icon-gitlab\",{\"class\":[1]}]]],[\"eds-icon-linkedin\",[[0,\"eds-icon-linkedin\",{\"class\":[1]}]]],[\"eds-icon-loader\",[[0,\"eds-icon-loader\",{\"class\":[1]}]]],[\"eds-icon-mastodon\",[[0,\"eds-icon-mastodon\",{\"class\":[1]}]]],[\"eds-icon-menu\",[[0,\"eds-icon-menu\",{\"class\":[1]}]]],[\"eds-icon-minus\",[[0,\"eds-icon-minus\",{\"class\":[1]}]]],[\"eds-icon-more\",[[0,\"eds-icon-more\",{\"class\":[1]}]]],[\"eds-icon-paper\",[[0,\"eds-icon-paper\",{\"class\":[1]}]]],[\"eds-icon-plus\",[[0,\"eds-icon-plus\",{\"class\":[1]}]]],[\"eds-icon-portal\",[[0,\"eds-icon-portal\",{\"class\":[1]}]]],[\"eds-icon-private\",[[0,\"eds-icon-private\",{\"class\":[1]}]]],[\"eds-icon-public\",[[0,\"eds-icon-public\",{\"class\":[1]}]]],[\"eds-icon-search\",[[0,\"eds-icon-search\",{\"class\":[1]}]]],[\"eds-icon-star\",[[0,\"eds-icon-star\",{\"class\":[1]}]]],[\"eds-icon-success\",[[0,\"eds-icon-success\",{\"class\":[1]}]]],[\"eds-icon-thumbs-down\",[[0,\"eds-icon-thumbs-down\",{\"class\":[1]}]]],[\"eds-icon-thumbs-up\",[[0,\"eds-icon-thumbs-up\",{\"class\":[1]}]]],[\"eds-icon-tutorial\",[[0,\"eds-icon-tutorial\",{\"class\":[1]}]]],[\"eds-icon-twitter\",[[0,\"eds-icon-twitter\",{\"class\":[1]}]]],[\"eds-icon-unknown\",[[0,\"eds-icon-unknown\",{\"class\":[1]}]]],[\"eds-icon-updown\",[[0,\"eds-icon-updown\",{\"class\":[1]}]]],[\"eds-icon-user\",[[0,\"eds-icon-user\",{\"class\":[1]}]]],[\"eds-icon-youtube\",[[0,\"eds-icon-youtube\",{\"class\":[1]}]]],[\"eds-switch\",[[1,\"eds-switch\",{\"checked\":[1540],\"disabled\":[4],\"labelOn\":[1,\"label-on\"],\"labelOff\":[1,\"label-off\"]}]]],[\"eds-tabs\",[[1,\"eds-tabs\",{\"identifier\":[1,\"id\"],\"navAriaLabel\":[1,\"nav-aria-label\"],\"tabs\":[1],\"parsedTabs\":[32],\"activeIndex\":[32]},null,{\"tabs\":[\"parseTabs\"]}]]],[\"eds-tooltip\",[[1,\"eds-tooltip\",{\"content\":[1],\"position\":[1],\"isVisible\":[32],\"isPositioned\":[32],\"tooltipStyle\":[32]},[[1,\"mouseover\",\"showTooltip\"],[1,\"mouseout\",\"hideTooltip\"],[8,\"keydown\",\"handleKeyPress\"]]]]],[\"logo-wrong-usage\",[[1,\"logo-wrong-usage\"]]],[\"eds-accordion\",[[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]}]]],[\"eds-matomo-notice\",[[1,\"eds-matomo-notice\",{\"heading\":[1,\"title\"],\"description\":[1],\"optOutMessage\":[1,\"opt-out-message\"],\"forceShow\":[4,\"force-show\"],\"showNotice\":[32]},[[16,\"cookies\",\"toggleCookiesConsent\"]]]]],[\"eds-rating\",[[1,\"eds-rating\",{\"ratingType\":[1,\"rating-type\"],\"ratingCount\":[2,\"rating-count\"],\"selectedRating\":[32]}]]],[\"eds-toast\",[[1,\"eds-toast\",{\"message\":[1],\"intent\":[1],\"duration\":[2],\"visible\":[32]}]]],[\"eds-progress-bar\",[[1,\"eds-progress-bar\",{\"value\":[1026],\"updateValue\":[64]}]]],[\"eds-card-desc_2\",[[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]}]]],[\"eds-card-generic\",[[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\"]]]]],[\"eds-login_2\",[[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\"]}]]],[\"logo-variations-horizontal_2\",[[1,\"logo-variations-horizontal\"],[1,\"logo-variations-vertical\",{\"orientation\":[1],\"type\":[1]}]]],[\"eds-alert\",[[1,\"eds-alert\",{\"message\":[1],\"pressableLabel\":[1,\"pressable-label\"],\"pressableUrl\":[1,\"pressable-url\"],\"direction\":[1],\"intent\":[1],\"brd\":[1],\"withBtn\":[32]}]]],[\"eds-spinner\",[[1,\"eds-spinner\",{\"size\":[1],\"thickness\":[1],\"borderColor\":[1,\"border-color\"],\"bottomColor\":[1,\"bottom-color\"],\"background\":[1],\"fullscreen\":[4]}]]],[\"eds-code-block\",[[1,\"eds-code-block\",{\"code\":[1],\"language\":[1],\"copied\":[32]}]]],[\"token-list_3\",[[0,\"token-list\",{\"show\":[1]}],[0,\"token-radii\"],[0,\"token-shadows\"]]],[\"eds-section-core_2\",[[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\"]}]]],[\"color-primary-palette_6\",[[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\"]]],[\"eds-pagination_2\",[[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\"]}]]]]"), options);
|
|
4499
|
+
return bootstrapLazy(JSON.parse("[[\"eds-avatar_34\",[[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],\"getData\":[64]},null,{\"fields\":[\"parseFields\"]}],[1,\"eds-fullscreen-menu\",{\"links\":[1],\"menuLinks\":[1,\"menu-links\"],\"homeUrl\":[1,\"home-url\"],\"inverseHeader\":[4,\"inverse-header\"],\"isMenuOpen\":[32]},[[16,\"toggleheadermenu\",\"handleToggleMenu\"]]],[1,\"eds-user\",{\"user\":[1025]}],[1,\"eds-header\",{\"homeUrl\":[513,\"home-url\"],\"links\":[1],\"headerVariant\":[513,\"header-variant\"],\"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\"]}],[1,\"eds-modal\",{\"heading\":[1,\"title\"],\"truncate\":[2],\"position\":[1],\"inverseHeader\":[4,\"inverse-header\"],\"isOpen\":[32],\"open\":[64],\"close\":[64],\"toggle\":[64]},[[0,\"eds-modal-open\",\"handleGlobalOpen\"],[0,\"eds-modal-close\",\"handleGlobalClose\"],[8,\"keydown\",\"handleKeyDown\"]]],[1,\"eds-gauge\",{\"size\":[2],\"valueMin\":[2,\"value-min\"],\"valueMax\":[2,\"value-max\"],\"value\":[2],\"thickness\":[2],\"variant\":[1]}],[1,\"eds-pie\",{\"size\":[2],\"slices\":[1],\"thickness\":[2],\"display\":[1],\"legend\":[4],\"colorScheme\":[1,\"color-scheme\"]}],[1,\"eds-tabs\",{\"identifier\":[1,\"id\"],\"navAriaLabel\":[1,\"nav-aria-label\"],\"tabs\":[1],\"parsedTabs\":[32],\"activeIndex\":[32]},null,{\"tabs\":[\"parseTabs\"]}],[1,\"eds-tooltip\",{\"content\":[1]},[[1,\"mouseenter\",\"handleHover\"]]],[0,\"token-spacing\"],[1,\"eds-footer\",{\"social\":[4],\"enableScrollTop\":[4,\"enable-scroll-top\"],\"fundedBy\":[1,\"funded-by\"],\"rightsReserved\":[1,\"rights-reserved\"],\"cookiesPreferences\":[1,\"cookies-preferences\"],\"enableCookiesSettings\":[4,\"enable-cookies-settings\"],\"backToTopAriaLabel\":[1,\"back-to-top-aria-label\"],\"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-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\"]]],[1,\"eds-social-networks\",{\"heading\":[1,\"title\"]}],[1,\"eds-block-break\",{\"inverse\":[4]}],[1,\"eds-card-desc\",{\"description\":[1],\"truncate\":[4],\"truncateLines\":[1,\"truncate-lines\"]}],[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],\"exposeValueEvents\":[4,\"expose-value-events\"]}],[1,\"eds-avatar\",{\"firstName\":[1,\"first-name\"],\"lastName\":[1,\"last-name\"],\"picture\":[1],\"initials\":[1],\"color\":[1]}],[1,\"eds-card-title\",{\"url\":[1],\"titleClass\":[1,\"title-class\"],\"headingLevel\":[1,\"heading-level\"],\"externalLink\":[4,\"external-link\"],\"cardTitle\":[1,\"card-title\"],\"hierarchy\":[4]}],[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],\"value\":[8]}],[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\"]}]]],[\"eds-trl\",[[0,\"eds-trl\",{\"applications\":[1]}]]],[\"logo-space\",[[1,\"logo-space\"]]],[\"svg-repository\",[[1,\"svg-repository\"]]],[\"docs-palettes\",[[0,\"docs-palettes\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"components-section\",[[0,\"components-section\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"eds-card-section\",[[1,\"eds-card-section\",{\"cards\":[1],\"occupyCols\":[2,\"occupy-cols\"]}]]],[\"eds-timeline\",[[1,\"eds-timeline\",{\"events\":[1],\"selectedEvent\":[32],\"parsedEvents\":[32]},null,{\"events\":[\"parseEvents\"]}]]],[\"docs-tokens\",[[0,\"docs-tokens\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"eds-card-tool\",[[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]}]]],[\"eds-cookies-preference\",[[0,\"eds-cookies-preference\",{\"buttonText\":[1,\"button-text\"],\"intent\":[1],\"showMatomoNotice\":[32],\"noticeKey\":[32]}]]],[\"eds-app-root\",[[1,\"eds-app-root\",{\"isAuthenticated\":[32]}]]],[\"eds-card-project\",[[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]}]]],[\"eds-feedback\",[[1,\"eds-feedback\",{\"headingLevel\":[1,\"heading-level\"],\"type\":[1],\"count\":[2],\"label\":[1],\"description\":[1],\"textMapping\":[1,\"text-mapping\"],\"selectedRating\":[32]},[[16,\"rating\",\"ratingUpdated\"]]]]],[\"eds-toast-manager\",[[1,\"eds-toast-manager\",{\"toasts\":[32]}]]],[\"incorrect-use-of-colors\",[[0,\"incorrect-use-of-colors\"]]],[\"logo-variations-tabs\",[[0,\"logo-variations-tabs\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"correct-use-of-colors\",[[0,\"correct-use-of-colors\"]]],[\"eds-frame\",[[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]}]]],[\"token-ratios\",[[0,\"token-ratios\"]]],[\"token-typography\",[[0,\"token-typography\"]]],[\"eds-card-tags\",[[1,\"eds-card-tags\",{\"accent\":[4],\"tags\":[16]}]]],[\"eds-icon-arrow-diagonal\",[[0,\"eds-icon-arrow-diagonal\",{\"class\":[1]}]]],[\"eds-icon-arrow-right\",[[0,\"eds-icon-arrow-right\",{\"class\":[1]}]]],[\"eds-icon-bluesky\",[[0,\"eds-icon-bluesky\",{\"class\":[1]}]]],[\"eds-icon-bookmark\",[[0,\"eds-icon-bookmark\",{\"class\":[1]}]]],[\"eds-icon-chevron-down\",[[0,\"eds-icon-chevron-down\",{\"class\":[1]}]]],[\"eds-icon-chevron-left\",[[0,\"eds-icon-chevron-left\",{\"class\":[1]}]]],[\"eds-icon-chevron-right\",[[0,\"eds-icon-chevron-right\",{\"class\":[1]}]]],[\"eds-icon-chevron-up\",[[0,\"eds-icon-chevron-up\",{\"class\":[1]}]]],[\"eds-icon-close\",[[0,\"eds-icon-close\",{\"class\":[1]}]]],[\"eds-icon-copy\",[[0,\"eds-icon-copy\",{\"class\":[1]}]]],[\"eds-icon-eu\",[[0,\"eds-icon-eu\",{\"class\":[1]}]]],[\"eds-icon-external\",[[0,\"eds-icon-external\",{\"class\":[1]}]]],[\"eds-icon-facebook\",[[0,\"eds-icon-facebook\",{\"class\":[1]}]]],[\"eds-icon-gitlab\",[[0,\"eds-icon-gitlab\",{\"class\":[1]}]]],[\"eds-icon-linkedin\",[[0,\"eds-icon-linkedin\",{\"class\":[1]}]]],[\"eds-icon-loader\",[[0,\"eds-icon-loader\",{\"class\":[1]}]]],[\"eds-icon-mastodon\",[[0,\"eds-icon-mastodon\",{\"class\":[1]}]]],[\"eds-icon-menu\",[[0,\"eds-icon-menu\",{\"class\":[1]}]]],[\"eds-icon-minus\",[[0,\"eds-icon-minus\",{\"class\":[1]}]]],[\"eds-icon-more\",[[0,\"eds-icon-more\",{\"class\":[1]}]]],[\"eds-icon-paper\",[[0,\"eds-icon-paper\",{\"class\":[1]}]]],[\"eds-icon-plus\",[[0,\"eds-icon-plus\",{\"class\":[1]}]]],[\"eds-icon-portal\",[[0,\"eds-icon-portal\",{\"class\":[1]}]]],[\"eds-icon-private\",[[0,\"eds-icon-private\",{\"class\":[1]}]]],[\"eds-icon-public\",[[0,\"eds-icon-public\",{\"class\":[1]}]]],[\"eds-icon-search\",[[0,\"eds-icon-search\",{\"class\":[1]}]]],[\"eds-icon-star\",[[0,\"eds-icon-star\",{\"class\":[1]}]]],[\"eds-icon-success\",[[0,\"eds-icon-success\",{\"class\":[1]}]]],[\"eds-icon-thumbs-down\",[[0,\"eds-icon-thumbs-down\",{\"class\":[1]}]]],[\"eds-icon-thumbs-up\",[[0,\"eds-icon-thumbs-up\",{\"class\":[1]}]]],[\"eds-icon-tutorial\",[[0,\"eds-icon-tutorial\",{\"class\":[1]}]]],[\"eds-icon-twitter\",[[0,\"eds-icon-twitter\",{\"class\":[1]}]]],[\"eds-icon-unknown\",[[0,\"eds-icon-unknown\",{\"class\":[1]}]]],[\"eds-icon-updown\",[[0,\"eds-icon-updown\",{\"class\":[1]}]]],[\"eds-icon-user\",[[0,\"eds-icon-user\",{\"class\":[1]}]]],[\"eds-icon-youtube\",[[0,\"eds-icon-youtube\",{\"class\":[1]}]]],[\"eds-switch\",[[1,\"eds-switch\",{\"checked\":[1540],\"disabled\":[4],\"labelOn\":[1,\"label-on\"],\"labelOff\":[1,\"label-off\"]}]]],[\"logo-wrong-usage\",[[1,\"logo-wrong-usage\"]]],[\"eds-accordion\",[[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]}]]],[\"eds-matomo-notice\",[[1,\"eds-matomo-notice\",{\"heading\":[1,\"title\"],\"description\":[1],\"optOutMessage\":[1,\"opt-out-message\"],\"forceShow\":[4,\"force-show\"],\"showNotice\":[32]},[[16,\"cookies\",\"toggleCookiesConsent\"]]]]],[\"eds-rating\",[[1,\"eds-rating\",{\"ratingType\":[1,\"rating-type\"],\"ratingCount\":[2,\"rating-count\"],\"selectedRating\":[32]}]]],[\"eds-spinner\",[[1,\"eds-spinner\",{\"size\":[1],\"thickness\":[1],\"borderColor\":[1,\"border-color\"],\"bottomColor\":[1,\"bottom-color\"],\"background\":[1],\"fullscreen\":[4]}]]],[\"eds-splash-screen\",[[1,\"eds-splash-screen\",{\"inverse\":[4],\"initPromise\":[16],\"isVisible\":[32]},[[8,\"hideSplash\",\"handleHideSplash\"]],{\"initPromise\":[\"watchInitPromise\"]}]]],[\"eds-toast\",[[1,\"eds-toast\",{\"message\":[1],\"intent\":[1],\"duration\":[2],\"visible\":[32]}]]],[\"eds-progress-bar\",[[1,\"eds-progress-bar\",{\"value\":[1026],\"rounded\":[4],\"updateValue\":[64]}]]],[\"logo-variations-horizontal_2\",[[1,\"logo-variations-horizontal\"],[1,\"logo-variations-vertical\",{\"orientation\":[1],\"type\":[1]}]]],[\"eds-alert\",[[1,\"eds-alert\",{\"message\":[1],\"pressableLabel\":[1,\"pressable-label\"],\"pressableUrl\":[1,\"pressable-url\"],\"direction\":[1],\"intent\":[1],\"brd\":[1],\"withBtn\":[32]}]]],[\"eds-code-block\",[[1,\"eds-code-block\",{\"code\":[1],\"language\":[1],\"copied\":[32]}]]],[\"token-list_3\",[[0,\"token-list\",{\"show\":[1]}],[0,\"token-radii\"],[0,\"token-shadows\"]]],[\"eds-section-core_2\",[[1,\"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\"]}]]],[\"color-primary-palette_6\",[[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\"]]],[\"eds-pagination_2\",[[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\"]}]]]]"), options);
|
|
4775
4500
|
};
|
|
4776
4501
|
|
|
4777
4502
|
(function () {
|
|
@@ -4804,6 +4529,7 @@ const EdsFeedback = /*@__PURE__*/createReactComponent('eds-feedback');
|
|
|
4804
4529
|
const EdsFooter = /*@__PURE__*/createReactComponent('eds-footer');
|
|
4805
4530
|
const EdsForm = /*@__PURE__*/createReactComponent('eds-form');
|
|
4806
4531
|
const EdsFullscreenMenu = /*@__PURE__*/createReactComponent('eds-fullscreen-menu');
|
|
4532
|
+
const EdsGauge = /*@__PURE__*/createReactComponent('eds-gauge');
|
|
4807
4533
|
const EdsHeader = /*@__PURE__*/createReactComponent('eds-header');
|
|
4808
4534
|
const EdsIconWrapper = /*@__PURE__*/createReactComponent('eds-icon-wrapper');
|
|
4809
4535
|
const EdsImg = /*@__PURE__*/createReactComponent('eds-img');
|
|
@@ -4813,9 +4539,9 @@ const EdsLogo = /*@__PURE__*/createReactComponent('eds-logo');
|
|
|
4813
4539
|
const EdsMatomoNotice = /*@__PURE__*/createReactComponent('eds-matomo-notice');
|
|
4814
4540
|
const EdsModal = /*@__PURE__*/createReactComponent('eds-modal');
|
|
4815
4541
|
const EdsPagination = /*@__PURE__*/createReactComponent('eds-pagination');
|
|
4542
|
+
const EdsPie = /*@__PURE__*/createReactComponent('eds-pie');
|
|
4816
4543
|
const EdsProgressBar = /*@__PURE__*/createReactComponent('eds-progress-bar');
|
|
4817
4544
|
const EdsRating = /*@__PURE__*/createReactComponent('eds-rating');
|
|
4818
|
-
const EdsSectionCore = /*@__PURE__*/createReactComponent('eds-section-core');
|
|
4819
4545
|
const EdsSocialNetworks = /*@__PURE__*/createReactComponent('eds-social-networks');
|
|
4820
4546
|
const EdsSpinner = /*@__PURE__*/createReactComponent('eds-spinner');
|
|
4821
4547
|
const EdsSplashScreen = /*@__PURE__*/createReactComponent('eds-splash-screen');
|
|
@@ -4825,9 +4551,8 @@ const EdsSwitch = /*@__PURE__*/createReactComponent('eds-switch');
|
|
|
4825
4551
|
const EdsTable = /*@__PURE__*/createReactComponent('eds-table');
|
|
4826
4552
|
const EdsTabs = /*@__PURE__*/createReactComponent('eds-tabs');
|
|
4827
4553
|
const EdsTag = /*@__PURE__*/createReactComponent('eds-tag');
|
|
4828
|
-
const EdsTimeline = /*@__PURE__*/createReactComponent('eds-timeline');
|
|
4829
4554
|
const EdsToast = /*@__PURE__*/createReactComponent('eds-toast');
|
|
4830
4555
|
const EdsTooltip = /*@__PURE__*/createReactComponent('eds-tooltip');
|
|
4831
4556
|
const EdsUser = /*@__PURE__*/createReactComponent('eds-user');
|
|
4832
4557
|
|
|
4833
|
-
export {
|
|
4558
|
+
export { EdsPagination as A, EdsPie as B, EdsProgressBar as C, EdsRating as D, EdsAccordion as E, EdsSocialNetworks as F, EdsSpinner as G, Host as H, EdsSplashScreen as I, EdsSteps as J, EdsStepsV2 as K, EdsSwitch as L, EdsTable as M, EdsTabs as N, EdsTag as O, EdsToast as P, EdsTooltip as Q, EdsUser as R, EdsAlert as a, EdsAvatar as b, createEvent as c, EdsBlockBreak as d, EdsBreadcrumb as e, EdsButton as f, getElement as g, h, EdsCardGeneric as i, EdsCardSection as j, EdsCodeBlock as k, EdsDropdown as l, EdsFeedback as m, EdsFooter as n, EdsForm as o, EdsFullscreenMenu as p, EdsGauge as q, registerInstance as r, EdsHeader as s, EdsIconWrapper as t, EdsImg as u, EdsInputField as v, EdsLink as w, EdsLogo as x, EdsMatomoNotice as y, EdsModal as z };
|