@ebrains/angular 0.3.0-alpha.0 → 0.5.0-alpha.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.
@@ -396,11 +396,11 @@ let EdsForm = class EdsForm {
396
396
  proxyOutputs(this, this.el, ['formSubmitting']);
397
397
  }
398
398
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsForm, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
399
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsForm, selector: "eds-form", inputs: { coupleAuth: "coupleAuth", endpoint: "endpoint", errorMessage: "errorMessage", fields: "fields", name: "name", setFormUrl: "setFormUrl", smallAlert: "smallAlert", submitBtn: "submitBtn", submitBtnHintMessage: "submitBtnHintMessage", submitBtnLabel: "submitBtnLabel", successMessage: "successMessage" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
399
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsForm, selector: "eds-form", inputs: { coupleAuth: "coupleAuth", endpoint: "endpoint", errorMessage: "errorMessage", fields: "fields", name: "name", setFormUrl: "setFormUrl", submitBtn: "submitBtn", submitBtnHintMessage: "submitBtnHintMessage", submitBtnLabel: "submitBtnLabel", successMessage: "successMessage" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
400
400
  };
401
401
  EdsForm = __decorate([
402
402
  ProxyCmp({
403
- inputs: ['coupleAuth', 'endpoint', 'errorMessage', 'fields', 'name', 'setFormUrl', 'smallAlert', 'submitBtn', 'submitBtnHintMessage', 'submitBtnLabel', 'successMessage']
403
+ inputs: ['coupleAuth', 'endpoint', 'errorMessage', 'fields', 'name', 'setFormUrl', 'submitBtn', 'submitBtnHintMessage', 'submitBtnLabel', 'successMessage']
404
404
  }),
405
405
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
406
406
  ], EdsForm);
@@ -411,7 +411,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
411
411
  changeDetection: ChangeDetectionStrategy.OnPush,
412
412
  template: '<ng-content></ng-content>',
413
413
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
414
- inputs: ['coupleAuth', 'endpoint', 'errorMessage', 'fields', 'name', 'setFormUrl', 'smallAlert', 'submitBtn', 'submitBtnHintMessage', 'submitBtnLabel', 'successMessage'],
414
+ inputs: ['coupleAuth', 'endpoint', 'errorMessage', 'fields', 'name', 'setFormUrl', 'submitBtn', 'submitBtnHintMessage', 'submitBtnLabel', 'successMessage'],
415
415
  }]
416
416
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
417
417
  let EdsFrame = class EdsFrame {
@@ -479,11 +479,11 @@ let EdsHeader = class EdsHeader {
479
479
  proxyOutputs(this, this.el, ['toggleMenu']);
480
480
  }
481
481
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
482
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsHeader, selector: "eds-header", inputs: { homeUrl: "homeUrl", inverseHeader: "inverseHeader", keycloakClientId: "keycloakClientId", keycloakRealm: "keycloakRealm", keycloakUrl: "keycloakUrl", links: "links", menuEnabled: "menuEnabled", userFeature: "userFeature" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
482
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsHeader, selector: "eds-header", inputs: { homeUrl: "homeUrl", inverseHeader: "inverseHeader", links: "links", menuEnabled: "menuEnabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
483
483
  };
484
484
  EdsHeader = __decorate([
485
485
  ProxyCmp({
486
- inputs: ['homeUrl', 'inverseHeader', 'keycloakClientId', 'keycloakRealm', 'keycloakUrl', 'links', 'menuEnabled', 'userFeature']
486
+ inputs: ['homeUrl', 'inverseHeader', 'links', 'menuEnabled']
487
487
  }),
488
488
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
489
489
  ], EdsHeader);
@@ -494,7 +494,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
494
494
  changeDetection: ChangeDetectionStrategy.OnPush,
495
495
  template: '<ng-content></ng-content>',
496
496
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
497
- inputs: ['homeUrl', 'inverseHeader', 'keycloakClientId', 'keycloakRealm', 'keycloakUrl', 'links', 'menuEnabled', 'userFeature'],
497
+ inputs: ['homeUrl', 'inverseHeader', 'links', 'menuEnabled'],
498
498
  }]
499
499
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
500
500
  let EdsIconWrapper = class EdsIconWrapper {
@@ -578,34 +578,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
578
578
  inputs: ['checked', 'disabled', 'error', 'errorMessage', 'hint', 'icon', 'inputId', 'label', 'link', 'maxLength', 'message', 'name', 'onChange', 'onInput', 'options', 'placeholder', 'required', 'type', 'value'],
579
579
  }]
580
580
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
581
- let EdsInputSelect = class EdsInputSelect {
582
- z;
583
- el;
584
- constructor(c, r, z) {
585
- this.z = z;
586
- c.detach();
587
- this.el = r.nativeElement;
588
- proxyOutputs(this, this.el, ['changeEvent']);
589
- }
590
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsInputSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
591
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsInputSelect, selector: "eds-input-select", inputs: { disabled: "disabled", error: "error", hasMessage: "hasMessage", inputId: "inputId", labelKey: "labelKey", name: "name", options: "options", placeholder: "placeholder", required: "required", value: "value", valueKey: "valueKey" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
592
- };
593
- EdsInputSelect = __decorate([
594
- ProxyCmp({
595
- inputs: ['disabled', 'error', 'hasMessage', 'inputId', 'labelKey', 'name', 'options', 'placeholder', 'required', 'value', 'valueKey']
596
- }),
597
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
598
- ], EdsInputSelect);
599
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsInputSelect, decorators: [{
600
- type: Component,
601
- args: [{
602
- selector: 'eds-input-select',
603
- changeDetection: ChangeDetectionStrategy.OnPush,
604
- template: '<ng-content></ng-content>',
605
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
606
- inputs: ['disabled', 'error', 'hasMessage', 'inputId', 'labelKey', 'name', 'options', 'placeholder', 'required', 'value', 'valueKey'],
607
- }]
608
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
609
581
  let EdsLink = class EdsLink {
610
582
  z;
611
583
  el;
@@ -670,11 +642,11 @@ let EdsLogo = class EdsLogo {
670
642
  this.el = r.nativeElement;
671
643
  }
672
644
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsLogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
673
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsLogo, selector: "eds-logo", inputs: { href: "href", orientation: "orientation", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
645
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsLogo, selector: "eds-logo", inputs: { href: "href", label: "label", orientation: "orientation", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
674
646
  };
675
647
  EdsLogo = __decorate([
676
648
  ProxyCmp({
677
- inputs: ['href', 'orientation', 'type']
649
+ inputs: ['href', 'label', 'orientation', 'type']
678
650
  }),
679
651
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
680
652
  ], EdsLogo);
@@ -685,7 +657,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
685
657
  changeDetection: ChangeDetectionStrategy.OnPush,
686
658
  template: '<ng-content></ng-content>',
687
659
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
688
- inputs: ['href', 'orientation', 'type'],
660
+ inputs: ['href', 'label', 'orientation', 'type'],
689
661
  }]
690
662
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
691
663
  let EdsMatomoNotice = class EdsMatomoNotice {
@@ -724,11 +696,11 @@ let EdsModal = class EdsModal {
724
696
  this.el = r.nativeElement;
725
697
  }
726
698
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
727
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsModal, selector: "eds-modal", inputs: { title: "title", truncate: "truncate", truncateLines: "truncateLines" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
699
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsModal, selector: "eds-modal", inputs: { position: "position", title: "title", truncate: "truncate", truncateLines: "truncateLines" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
728
700
  };
729
701
  EdsModal = __decorate([
730
702
  ProxyCmp({
731
- inputs: ['title', 'truncate', 'truncateLines'],
703
+ inputs: ['position', 'title', 'truncate', 'truncateLines'],
732
704
  methods: ['open', 'close', 'toggle']
733
705
  }),
734
706
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -740,7 +712,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
740
712
  changeDetection: ChangeDetectionStrategy.OnPush,
741
713
  template: '<ng-content></ng-content>',
742
714
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
743
- inputs: ['title', 'truncate', 'truncateLines'],
715
+ inputs: ['position', 'title', 'truncate', 'truncateLines'],
744
716
  }]
745
717
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
746
718
  let EdsPagination = class EdsPagination {
@@ -907,6 +879,62 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
907
879
  inputs: ['title'],
908
880
  }]
909
881
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
882
+ let EdsSteps = class EdsSteps {
883
+ z;
884
+ el;
885
+ constructor(c, r, z) {
886
+ this.z = z;
887
+ c.detach();
888
+ this.el = r.nativeElement;
889
+ proxyOutputs(this, this.el, ['stepClick']);
890
+ }
891
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsSteps, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
892
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsSteps, selector: "eds-steps", inputs: { steps: "steps", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
893
+ };
894
+ EdsSteps = __decorate([
895
+ ProxyCmp({
896
+ inputs: ['steps', 'type']
897
+ }),
898
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
899
+ ], EdsSteps);
900
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsSteps, decorators: [{
901
+ type: Component,
902
+ args: [{
903
+ selector: 'eds-steps',
904
+ changeDetection: ChangeDetectionStrategy.OnPush,
905
+ template: '<ng-content></ng-content>',
906
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
907
+ inputs: ['steps', 'type'],
908
+ }]
909
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
910
+ let EdsSwitch = class EdsSwitch {
911
+ z;
912
+ el;
913
+ constructor(c, r, z) {
914
+ this.z = z;
915
+ c.detach();
916
+ this.el = r.nativeElement;
917
+ proxyOutputs(this, this.el, ['change']);
918
+ }
919
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
920
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsSwitch, selector: "eds-switch", inputs: { checked: "checked", disabled: "disabled", labelOff: "labelOff", labelOn: "labelOn" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
921
+ };
922
+ EdsSwitch = __decorate([
923
+ ProxyCmp({
924
+ inputs: ['checked', 'disabled', 'labelOff', 'labelOn']
925
+ }),
926
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
927
+ ], EdsSwitch);
928
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsSwitch, decorators: [{
929
+ type: Component,
930
+ args: [{
931
+ selector: 'eds-switch',
932
+ changeDetection: ChangeDetectionStrategy.OnPush,
933
+ template: '<ng-content></ng-content>',
934
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
935
+ inputs: ['checked', 'disabled', 'labelOff', 'labelOn'],
936
+ }]
937
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
910
938
  let EdsTable = class EdsTable {
911
939
  z;
912
940
  el;
@@ -971,11 +999,11 @@ let EdsTag = class EdsTag {
971
999
  this.el = r.nativeElement;
972
1000
  }
973
1001
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
974
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsTag, selector: "eds-tag", inputs: { intent: "intent", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1002
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsTag, selector: "eds-tag", inputs: { ariaLabel: "ariaLabel", intent: "intent", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
975
1003
  };
976
1004
  EdsTag = __decorate([
977
1005
  ProxyCmp({
978
- inputs: ['intent', 'label']
1006
+ inputs: ['ariaLabel', 'intent', 'label']
979
1007
  }),
980
1008
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
981
1009
  ], EdsTag);
@@ -986,7 +1014,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
986
1014
  changeDetection: ChangeDetectionStrategy.OnPush,
987
1015
  template: '<ng-content></ng-content>',
988
1016
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
989
- inputs: ['intent', 'label'],
1017
+ inputs: ['ariaLabel', 'intent', 'label'],
990
1018
  }]
991
1019
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
992
1020
  let EdsTimeline = class EdsTimeline {
@@ -1123,10 +1151,37 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
1123
1151
  inputs: ['keycloakClientId', 'keycloakRealm', 'keycloakUrl'],
1124
1152
  }]
1125
1153
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1154
+ let EdsVerticalStepper = class EdsVerticalStepper {
1155
+ z;
1156
+ el;
1157
+ constructor(c, r, z) {
1158
+ this.z = z;
1159
+ c.detach();
1160
+ this.el = r.nativeElement;
1161
+ }
1162
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsVerticalStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1163
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsVerticalStepper, selector: "eds-vertical-stepper", inputs: { steps: "steps" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1164
+ };
1165
+ EdsVerticalStepper = __decorate([
1166
+ ProxyCmp({
1167
+ inputs: ['steps']
1168
+ }),
1169
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
1170
+ ], EdsVerticalStepper);
1171
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsVerticalStepper, decorators: [{
1172
+ type: Component,
1173
+ args: [{
1174
+ selector: 'eds-vertical-stepper',
1175
+ changeDetection: ChangeDetectionStrategy.OnPush,
1176
+ template: '<ng-content></ng-content>',
1177
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1178
+ inputs: ['steps'],
1179
+ }]
1180
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1126
1181
 
1127
1182
  /**
1128
1183
  * Generated bundle index. Do not edit.
1129
1184
  */
1130
1185
 
1131
- export { EdsAccordion, EdsAlert, EdsAvatar, EdsBlockBreak, EdsBreadcrumb, EdsButton, EdsCardDesc, EdsCardGeneric, EdsCardSection, EdsCodeBlock, EdsDropdown, EdsFooter, EdsForm, EdsFrame, EdsFullscreenMenu, EdsHeader, EdsIconWrapper, EdsImg, EdsInputField, EdsInputSelect, EdsLink, EdsLogin, EdsLogo, EdsMatomoNotice, EdsModal, EdsPagination, EdsProgressBar, EdsRating, EdsSectionCore, EdsSectionHeading, EdsSocialNetworks, EdsTable, EdsTabs, EdsTag, EdsTimeline, EdsToast, EdsToastManager, EdsTooltip, EdsUser };
1186
+ export { EdsAccordion, EdsAlert, EdsAvatar, EdsBlockBreak, EdsBreadcrumb, EdsButton, EdsCardDesc, EdsCardGeneric, EdsCardSection, EdsCodeBlock, EdsDropdown, EdsFooter, EdsForm, EdsFrame, EdsFullscreenMenu, EdsHeader, EdsIconWrapper, EdsImg, EdsInputField, EdsLink, EdsLogin, EdsLogo, EdsMatomoNotice, EdsModal, EdsPagination, EdsProgressBar, EdsRating, EdsSectionCore, EdsSectionHeading, EdsSocialNetworks, EdsSteps, EdsSwitch, EdsTable, EdsTabs, EdsTag, EdsTimeline, EdsToast, EdsToastManager, EdsTooltip, EdsUser, EdsVerticalStepper };
1132
1187
  //# sourceMappingURL=ebrains-angular.mjs.map