@ebrains/angular 0.5.0-alpha.0 → 0.7.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.
@@ -68,7 +68,7 @@ let EdsAccordion = class EdsAccordion {
68
68
  this.z = z;
69
69
  c.detach();
70
70
  this.el = r.nativeElement;
71
- proxyOutputs(this, this.el, ['accordionChange']);
71
+ proxyOutputs(this, this.el, ['accordion']);
72
72
  }
73
73
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
74
74
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsAccordion, selector: "eds-accordion", inputs: { clampText: "clampText", description: "description", expanded: "expanded", minHeightContent: "minHeightContent", switchBg: "switchBg", title: "title" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
@@ -287,11 +287,11 @@ let EdsCardSection = class EdsCardSection {
287
287
  this.el = r.nativeElement;
288
288
  }
289
289
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsCardSection, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
290
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsCardSection, selector: "eds-card-section", inputs: { cards: "cards", cols: "cols" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
290
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsCardSection, selector: "eds-card-section", inputs: { cards: "cards", occupyCols: "occupyCols" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
291
291
  };
292
292
  EdsCardSection = __decorate([
293
293
  ProxyCmp({
294
- inputs: ['cards', 'cols']
294
+ inputs: ['cards', 'occupyCols']
295
295
  }),
296
296
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
297
297
  ], EdsCardSection);
@@ -302,7 +302,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
302
302
  changeDetection: ChangeDetectionStrategy.OnPush,
303
303
  template: '<ng-content></ng-content>',
304
304
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
305
- inputs: ['cards', 'cols'],
305
+ inputs: ['cards', 'occupyCols'],
306
306
  }]
307
307
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
308
308
  let EdsCodeBlock = class EdsCodeBlock {
@@ -339,6 +339,7 @@ let EdsDropdown = class EdsDropdown {
339
339
  this.z = z;
340
340
  c.detach();
341
341
  this.el = r.nativeElement;
342
+ proxyOutputs(this, this.el, ['dropdown']);
342
343
  }
343
344
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
344
345
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsDropdown, selector: "eds-dropdown", inputs: { ariaLabel: "ariaLabel", asNav: "asNav", dropdownOffset: "dropdownOffset", dropdownPos: "dropdownPos", icon: "icon", intent: "intent", label: "label", rounded: "rounded" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
@@ -359,6 +360,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
359
360
  inputs: ['ariaLabel', 'asNav', 'dropdownOffset', 'dropdownPos', 'icon', 'intent', 'label', 'rounded'],
360
361
  }]
361
362
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
363
+ let EdsFeedback = class EdsFeedback {
364
+ z;
365
+ el;
366
+ constructor(c, r, z) {
367
+ this.z = z;
368
+ c.detach();
369
+ this.el = r.nativeElement;
370
+ proxyOutputs(this, this.el, ['rating']);
371
+ }
372
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsFeedback, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
373
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsFeedback, selector: "eds-feedback", inputs: { count: "count", description: "description", label: "label", textMapping: "textMapping", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
374
+ };
375
+ EdsFeedback = __decorate([
376
+ ProxyCmp({
377
+ inputs: ['count', 'description', 'label', 'textMapping', 'type']
378
+ }),
379
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
380
+ ], EdsFeedback);
381
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsFeedback, decorators: [{
382
+ type: Component,
383
+ args: [{
384
+ selector: 'eds-feedback',
385
+ changeDetection: ChangeDetectionStrategy.OnPush,
386
+ template: '<ng-content></ng-content>',
387
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
388
+ inputs: ['count', 'description', 'label', 'textMapping', 'type'],
389
+ }]
390
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
362
391
  let EdsFooter = class EdsFooter {
363
392
  z;
364
393
  el;
@@ -368,11 +397,11 @@ let EdsFooter = class EdsFooter {
368
397
  this.el = r.nativeElement;
369
398
  }
370
399
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
371
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsFooter, selector: "eds-footer", inputs: { cookiesPreference: "cookiesPreference", enableScrollTop: "enableScrollTop", extraClass: "extraClass", fundedBy: "fundedBy", hasCookiesSetUp: "hasCookiesSetUp", rightsReserved: "rightsReserved", social: "social" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
400
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsFooter, selector: "eds-footer", inputs: { enableScrollTop: "enableScrollTop", extraClass: "extraClass", fundedBy: "fundedBy", rightsReserved: "rightsReserved", social: "social" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
372
401
  };
373
402
  EdsFooter = __decorate([
374
403
  ProxyCmp({
375
- inputs: ['cookiesPreference', 'enableScrollTop', 'extraClass', 'fundedBy', 'hasCookiesSetUp', 'rightsReserved', 'social']
404
+ inputs: ['enableScrollTop', 'extraClass', 'fundedBy', 'rightsReserved', 'social']
376
405
  }),
377
406
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
378
407
  ], EdsFooter);
@@ -383,7 +412,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
383
412
  changeDetection: ChangeDetectionStrategy.OnPush,
384
413
  template: '<ng-content></ng-content>',
385
414
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
386
- inputs: ['cookiesPreference', 'enableScrollTop', 'extraClass', 'fundedBy', 'hasCookiesSetUp', 'rightsReserved', 'social'],
415
+ inputs: ['enableScrollTop', 'extraClass', 'fundedBy', 'rightsReserved', 'social'],
387
416
  }]
388
417
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
389
418
  let EdsForm = class EdsForm {
@@ -393,14 +422,14 @@ let EdsForm = class EdsForm {
393
422
  this.z = z;
394
423
  c.detach();
395
424
  this.el = r.nativeElement;
396
- proxyOutputs(this, this.el, ['formSubmitting']);
425
+ proxyOutputs(this, this.el, ['form']);
397
426
  }
398
427
  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", submitBtn: "submitBtn", submitBtnHintMessage: "submitBtnHintMessage", submitBtnLabel: "submitBtnLabel", successMessage: "successMessage" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
428
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsForm, selector: "eds-form", inputs: { coupleAuth: "coupleAuth", draft: "draft", draftData: "draftData", endpoint: "endpoint", errorMessage: "errorMessage", fields: "fields", name: "name", setFormUrl: "setFormUrl", submitBtn: "submitBtn", submitBtnHintMessage: "submitBtnHintMessage", submitBtnLabel: "submitBtnLabel", successMessage: "successMessage", user: "user" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
400
429
  };
401
430
  EdsForm = __decorate([
402
431
  ProxyCmp({
403
- inputs: ['coupleAuth', 'endpoint', 'errorMessage', 'fields', 'name', 'setFormUrl', 'submitBtn', 'submitBtnHintMessage', 'submitBtnLabel', 'successMessage']
432
+ inputs: ['coupleAuth', 'draft', 'draftData', 'endpoint', 'errorMessage', 'fields', 'name', 'setFormUrl', 'submitBtn', 'submitBtnHintMessage', 'submitBtnLabel', 'successMessage', 'user']
404
433
  }),
405
434
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
406
435
  ], EdsForm);
@@ -411,7 +440,35 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
411
440
  changeDetection: ChangeDetectionStrategy.OnPush,
412
441
  template: '<ng-content></ng-content>',
413
442
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
414
- inputs: ['coupleAuth', 'endpoint', 'errorMessage', 'fields', 'name', 'setFormUrl', 'submitBtn', 'submitBtnHintMessage', 'submitBtnLabel', 'successMessage'],
443
+ inputs: ['coupleAuth', 'draft', 'draftData', 'endpoint', 'errorMessage', 'fields', 'name', 'setFormUrl', 'submitBtn', 'submitBtnHintMessage', 'submitBtnLabel', 'successMessage', 'user'],
444
+ }]
445
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
446
+ let EdsFormV2 = class EdsFormV2 {
447
+ z;
448
+ el;
449
+ constructor(c, r, z) {
450
+ this.z = z;
451
+ c.detach();
452
+ this.el = r.nativeElement;
453
+ proxyOutputs(this, this.el, ['form']);
454
+ }
455
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsFormV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
456
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsFormV2, selector: "eds-form-v2", inputs: { errorMessage: "errorMessage", fields: "fields", formBtn: "formBtn", formBtnLabel: "formBtnLabel", initData: "initData", name: "name", setFormUrl: "setFormUrl" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
457
+ };
458
+ EdsFormV2 = __decorate([
459
+ ProxyCmp({
460
+ inputs: ['errorMessage', 'fields', 'formBtn', 'formBtnLabel', 'initData', 'name', 'setFormUrl']
461
+ }),
462
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
463
+ ], EdsFormV2);
464
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsFormV2, decorators: [{
465
+ type: Component,
466
+ args: [{
467
+ selector: 'eds-form-v2',
468
+ changeDetection: ChangeDetectionStrategy.OnPush,
469
+ template: '<ng-content></ng-content>',
470
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
471
+ inputs: ['errorMessage', 'fields', 'formBtn', 'formBtnLabel', 'initData', 'name', 'setFormUrl'],
415
472
  }]
416
473
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
417
474
  let EdsFrame = class EdsFrame {
@@ -423,11 +480,11 @@ let EdsFrame = class EdsFrame {
423
480
  this.el = r.nativeElement;
424
481
  }
425
482
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsFrame, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
426
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsFrame, selector: "eds-frame", inputs: { bg: "bg", errorMessage: "errorMessage", frameLabel: "frameLabel", intent: "intent", size: "size", storyPath: "storyPath", storybookUrl: "storybookUrl", tiny: "tiny", urlLabel: "urlLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
483
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsFrame, selector: "eds-frame", inputs: { errorMessage: "errorMessage", frameLabel: "frameLabel", intent: "intent", size: "size", storyPath: "storyPath", storybookUrl: "storybookUrl", urlLabel: "urlLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
427
484
  };
428
485
  EdsFrame = __decorate([
429
486
  ProxyCmp({
430
- inputs: ['bg', 'errorMessage', 'frameLabel', 'intent', 'size', 'storyPath', 'storybookUrl', 'tiny', 'urlLabel']
487
+ inputs: ['errorMessage', 'frameLabel', 'intent', 'size', 'storyPath', 'storybookUrl', 'urlLabel']
431
488
  }),
432
489
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
433
490
  ], EdsFrame);
@@ -438,7 +495,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
438
495
  changeDetection: ChangeDetectionStrategy.OnPush,
439
496
  template: '<ng-content></ng-content>',
440
497
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
441
- inputs: ['bg', 'errorMessage', 'frameLabel', 'intent', 'size', 'storyPath', 'storybookUrl', 'tiny', 'urlLabel'],
498
+ inputs: ['errorMessage', 'frameLabel', 'intent', 'size', 'storyPath', 'storybookUrl', 'urlLabel'],
442
499
  }]
443
500
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
444
501
  let EdsFullscreenMenu = class EdsFullscreenMenu {
@@ -612,7 +669,7 @@ let EdsLogin = class EdsLogin {
612
669
  this.z = z;
613
670
  c.detach();
614
671
  this.el = r.nativeElement;
615
- proxyOutputs(this, this.el, ['authStatusChanged']);
672
+ proxyOutputs(this, this.el, ['keycloak', 'auth']);
616
673
  }
617
674
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsLogin, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
618
675
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsLogin, selector: "eds-login", inputs: { keycloakClientId: "keycloakClientId", keycloakRealm: "keycloakRealm", keycloakUrl: "keycloakUrl" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
@@ -667,13 +724,14 @@ let EdsMatomoNotice = class EdsMatomoNotice {
667
724
  this.z = z;
668
725
  c.detach();
669
726
  this.el = r.nativeElement;
727
+ proxyOutputs(this, this.el, ['consent']);
670
728
  }
671
729
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsMatomoNotice, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
672
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsMatomoNotice, selector: "eds-matomo-notice", inputs: { description: "description", title: "title" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
730
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsMatomoNotice, selector: "eds-matomo-notice", inputs: { description: "description", forceShow: "forceShow", title: "title" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
673
731
  };
674
732
  EdsMatomoNotice = __decorate([
675
733
  ProxyCmp({
676
- inputs: ['description', 'title']
734
+ inputs: ['description', 'forceShow', 'title']
677
735
  }),
678
736
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
679
737
  ], EdsMatomoNotice);
@@ -684,7 +742,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
684
742
  changeDetection: ChangeDetectionStrategy.OnPush,
685
743
  template: '<ng-content></ng-content>',
686
744
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
687
- inputs: ['description', 'title'],
745
+ inputs: ['description', 'forceShow', 'title'],
688
746
  }]
689
747
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
690
748
  let EdsModal = class EdsModal {
@@ -777,14 +835,14 @@ let EdsRating = class EdsRating {
777
835
  this.z = z;
778
836
  c.detach();
779
837
  this.el = r.nativeElement;
780
- proxyOutputs(this, this.el, ['ratingChange']);
838
+ proxyOutputs(this, this.el, ['rating']);
781
839
  }
782
840
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
783
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsRating, selector: "eds-rating", inputs: { label: "label", stars: "stars", textMapping: "textMapping" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
841
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsRating, selector: "eds-rating", inputs: { ratingCount: "ratingCount", ratingType: "ratingType" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
784
842
  };
785
843
  EdsRating = __decorate([
786
844
  ProxyCmp({
787
- inputs: ['label', 'stars', 'textMapping']
845
+ inputs: ['ratingCount', 'ratingType']
788
846
  }),
789
847
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
790
848
  ], EdsRating);
@@ -795,7 +853,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
795
853
  changeDetection: ChangeDetectionStrategy.OnPush,
796
854
  template: '<ng-content></ng-content>',
797
855
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
798
- inputs: ['label', 'stars', 'textMapping'],
856
+ inputs: ['ratingCount', 'ratingType'],
799
857
  }]
800
858
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
801
859
  let EdsSectionCore = class EdsSectionCore {
@@ -879,6 +937,61 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
879
937
  inputs: ['title'],
880
938
  }]
881
939
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
940
+ let EdsSpinner = class EdsSpinner {
941
+ z;
942
+ el;
943
+ constructor(c, r, z) {
944
+ this.z = z;
945
+ c.detach();
946
+ this.el = r.nativeElement;
947
+ }
948
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
949
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsSpinner, selector: "eds-spinner", inputs: { background: "background", borderColor: "borderColor", bottomColor: "bottomColor", fullscreen: "fullscreen", size: "size", thickness: "thickness" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
950
+ };
951
+ EdsSpinner = __decorate([
952
+ ProxyCmp({
953
+ inputs: ['background', 'borderColor', 'bottomColor', 'fullscreen', 'size', 'thickness']
954
+ }),
955
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
956
+ ], EdsSpinner);
957
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsSpinner, decorators: [{
958
+ type: Component,
959
+ args: [{
960
+ selector: 'eds-spinner',
961
+ changeDetection: ChangeDetectionStrategy.OnPush,
962
+ template: '<ng-content></ng-content>',
963
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
964
+ inputs: ['background', 'borderColor', 'bottomColor', 'fullscreen', 'size', 'thickness'],
965
+ }]
966
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
967
+ let EdsSplashScreen = class EdsSplashScreen {
968
+ z;
969
+ el;
970
+ constructor(c, r, z) {
971
+ this.z = z;
972
+ c.detach();
973
+ this.el = r.nativeElement;
974
+ proxyOutputs(this, this.el, ['splash']);
975
+ }
976
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsSplashScreen, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
977
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsSplashScreen, selector: "eds-splash-screen", inputs: { initPromise: "initPromise", inverse: "inverse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
978
+ };
979
+ EdsSplashScreen = __decorate([
980
+ ProxyCmp({
981
+ inputs: ['initPromise', 'inverse']
982
+ }),
983
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
984
+ ], EdsSplashScreen);
985
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsSplashScreen, decorators: [{
986
+ type: Component,
987
+ args: [{
988
+ selector: 'eds-splash-screen',
989
+ changeDetection: ChangeDetectionStrategy.OnPush,
990
+ template: '<ng-content></ng-content>',
991
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
992
+ inputs: ['initPromise', 'inverse'],
993
+ }]
994
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
882
995
  let EdsSteps = class EdsSteps {
883
996
  z;
884
997
  el;
@@ -886,7 +999,7 @@ let EdsSteps = class EdsSteps {
886
999
  this.z = z;
887
1000
  c.detach();
888
1001
  this.el = r.nativeElement;
889
- proxyOutputs(this, this.el, ['stepClick']);
1002
+ proxyOutputs(this, this.el, ['step']);
890
1003
  }
891
1004
  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
1005
  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 });
@@ -969,7 +1082,7 @@ let EdsTabs = class EdsTabs {
969
1082
  this.z = z;
970
1083
  c.detach();
971
1084
  this.el = r.nativeElement;
972
- proxyOutputs(this, this.el, ['tabChange']);
1085
+ proxyOutputs(this, this.el, ['tab']);
973
1086
  }
974
1087
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
975
1088
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsTabs, selector: "eds-tabs", inputs: { id: "id", navAriaLabel: "navAriaLabel", tabs: "tabs" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
@@ -999,11 +1112,11 @@ let EdsTag = class EdsTag {
999
1112
  this.el = r.nativeElement;
1000
1113
  }
1001
1114
  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 });
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 });
1115
+ 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 });
1003
1116
  };
1004
1117
  EdsTag = __decorate([
1005
1118
  ProxyCmp({
1006
- inputs: ['ariaLabel', 'intent', 'label']
1119
+ inputs: ['intent', 'label']
1007
1120
  }),
1008
1121
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
1009
1122
  ], EdsTag);
@@ -1014,7 +1127,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
1014
1127
  changeDetection: ChangeDetectionStrategy.OnPush,
1015
1128
  template: '<ng-content></ng-content>',
1016
1129
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1017
- inputs: ['ariaLabel', 'intent', 'label'],
1130
+ inputs: ['intent', 'label'],
1018
1131
  }]
1019
1132
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1020
1133
  let EdsTimeline = class EdsTimeline {
@@ -1071,31 +1184,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
1071
1184
  inputs: ['duration', 'intent', 'message'],
1072
1185
  }]
1073
1186
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1074
- let EdsToastManager = class EdsToastManager {
1075
- z;
1076
- el;
1077
- constructor(c, r, z) {
1078
- this.z = z;
1079
- c.detach();
1080
- this.el = r.nativeElement;
1081
- }
1082
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsToastManager, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1083
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsToastManager, selector: "eds-toast-manager", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1084
- };
1085
- EdsToastManager = __decorate([
1086
- ProxyCmp({}),
1087
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
1088
- ], EdsToastManager);
1089
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsToastManager, decorators: [{
1090
- type: Component,
1091
- args: [{
1092
- selector: 'eds-toast-manager',
1093
- changeDetection: ChangeDetectionStrategy.OnPush,
1094
- template: '<ng-content></ng-content>',
1095
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1096
- inputs: [],
1097
- }]
1098
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1099
1187
  let EdsTooltip = class EdsTooltip {
1100
1188
  z;
1101
1189
  el;
@@ -1130,14 +1218,13 @@ let EdsUser = class EdsUser {
1130
1218
  this.z = z;
1131
1219
  c.detach();
1132
1220
  this.el = r.nativeElement;
1133
- proxyOutputs(this, this.el, ['authStatusChanged']);
1134
1221
  }
1135
1222
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsUser, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1136
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsUser, selector: "eds-user", inputs: { keycloakClientId: "keycloakClientId", keycloakRealm: "keycloakRealm", keycloakUrl: "keycloakUrl" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1223
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsUser, selector: "eds-user", inputs: { user: "user" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1137
1224
  };
1138
1225
  EdsUser = __decorate([
1139
1226
  ProxyCmp({
1140
- inputs: ['keycloakClientId', 'keycloakRealm', 'keycloakUrl']
1227
+ inputs: ['user']
1141
1228
  }),
1142
1229
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
1143
1230
  ], EdsUser);
@@ -1148,7 +1235,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
1148
1235
  changeDetection: ChangeDetectionStrategy.OnPush,
1149
1236
  template: '<ng-content></ng-content>',
1150
1237
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1151
- inputs: ['keycloakClientId', 'keycloakRealm', 'keycloakUrl'],
1238
+ inputs: ['user'],
1152
1239
  }]
1153
1240
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1154
1241
  let EdsVerticalStepper = class EdsVerticalStepper {
@@ -1183,5 +1270,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
1183
1270
  * Generated bundle index. Do not edit.
1184
1271
  */
1185
1272
 
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 };
1273
+ export { EdsAccordion, EdsAlert, EdsAvatar, EdsBlockBreak, EdsBreadcrumb, EdsButton, EdsCardDesc, EdsCardGeneric, EdsCardSection, EdsCodeBlock, EdsDropdown, EdsFeedback, EdsFooter, EdsForm, EdsFormV2, EdsFrame, EdsFullscreenMenu, EdsHeader, EdsIconWrapper, EdsImg, EdsInputField, EdsLink, EdsLogin, EdsLogo, EdsMatomoNotice, EdsModal, EdsPagination, EdsProgressBar, EdsRating, EdsSectionCore, EdsSectionHeading, EdsSocialNetworks, EdsSpinner, EdsSplashScreen, EdsSteps, EdsSwitch, EdsTable, EdsTabs, EdsTag, EdsTimeline, EdsToast, EdsTooltip, EdsUser, EdsVerticalStepper };
1187
1274
  //# sourceMappingURL=ebrains-angular.mjs.map