@ebrains/angular 3.1.0 → 3.2.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.
|
@@ -594,12 +594,12 @@ let EdsForm = class EdsForm {
|
|
|
594
594
|
proxyOutputs(this, this.el, ['form']);
|
|
595
595
|
}
|
|
596
596
|
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 });
|
|
597
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsForm, isStandalone: true, selector: "eds-form", inputs: { buttonIntent: "buttonIntent", clearBtn: "clearBtn", clearBtnLabel: "clearBtnLabel", description: "description", errorMessage: "errorMessage", fields: "fields", formBtn: "formBtn", formBtnLabel: "formBtnLabel", formStyle: "formStyle", groups: "groups", initData: "initData", name: "name", setFormUrl: "setFormUrl", title: "title" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
597
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsForm, isStandalone: true, selector: "eds-form", inputs: { buttonIntent: "buttonIntent", clearBtn: "clearBtn", clearBtnLabel: "clearBtnLabel", description: "description", errorMessage: "errorMessage", estimatedTime: "estimatedTime", expires: "expires", eyebrow: "eyebrow", fields: "fields", formBtn: "formBtn", formBtnLabel: "formBtnLabel", formStyle: "formStyle", gdpr: "gdpr", groups: "groups", initData: "initData", name: "name", policy: "policy", progress: "progress", saveLabel: "saveLabel", saveStatus: "saveStatus", setFormUrl: "setFormUrl", status: "status", title: "title" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
598
598
|
};
|
|
599
599
|
EdsForm = __decorate([
|
|
600
600
|
ProxyCmp({
|
|
601
601
|
defineCustomElementFn: defineCustomElement$h,
|
|
602
|
-
inputs: ['buttonIntent', 'clearBtn', 'clearBtnLabel', 'description', 'errorMessage', 'fields', 'formBtn', 'formBtnLabel', 'formStyle', 'groups', 'initData', 'name', 'setFormUrl', 'title'],
|
|
602
|
+
inputs: ['buttonIntent', 'clearBtn', 'clearBtnLabel', 'description', 'errorMessage', 'estimatedTime', 'expires', 'eyebrow', 'fields', 'formBtn', 'formBtnLabel', 'formStyle', 'gdpr', 'groups', 'initData', 'name', 'policy', 'progress', 'saveLabel', 'saveStatus', 'setFormUrl', 'status', 'title'],
|
|
603
603
|
methods: ['setData', 'getData']
|
|
604
604
|
}),
|
|
605
605
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -611,7 +611,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
|
|
|
611
611
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
612
612
|
template: '<ng-content></ng-content>',
|
|
613
613
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
614
|
-
inputs: ['buttonIntent', 'clearBtn', 'clearBtnLabel', 'description', 'errorMessage', 'fields', 'formBtn', 'formBtnLabel', 'formStyle', 'groups', 'initData', 'name', 'setFormUrl', 'title'],
|
|
614
|
+
inputs: ['buttonIntent', 'clearBtn', 'clearBtnLabel', 'description', 'errorMessage', 'estimatedTime', 'expires', 'eyebrow', 'fields', 'formBtn', 'formBtnLabel', 'formStyle', 'gdpr', 'groups', 'initData', 'name', 'policy', 'progress', 'saveLabel', 'saveStatus', 'setFormUrl', 'status', 'title'],
|
|
615
615
|
standalone: true
|
|
616
616
|
}]
|
|
617
617
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -1007,12 +1007,12 @@ let EdsLogo = class EdsLogo {
|
|
|
1007
1007
|
this.el = r.nativeElement;
|
|
1008
1008
|
}
|
|
1009
1009
|
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 });
|
|
1010
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsLogo, isStandalone: true, selector: "eds-logo", inputs: { href: "href",
|
|
1010
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsLogo, isStandalone: true, selector: "eds-logo", inputs: { href: "href", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1011
1011
|
};
|
|
1012
1012
|
EdsLogo = __decorate([
|
|
1013
1013
|
ProxyCmp({
|
|
1014
1014
|
defineCustomElementFn: defineCustomElement$v,
|
|
1015
|
-
inputs: ['href', '
|
|
1015
|
+
inputs: ['href', 'variant']
|
|
1016
1016
|
}),
|
|
1017
1017
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1018
1018
|
], EdsLogo);
|
|
@@ -1023,7 +1023,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
|
|
|
1023
1023
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1024
1024
|
template: '<ng-content></ng-content>',
|
|
1025
1025
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1026
|
-
inputs: ['href', '
|
|
1026
|
+
inputs: ['href', 'variant'],
|
|
1027
1027
|
standalone: true
|
|
1028
1028
|
}]
|
|
1029
1029
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -1423,12 +1423,12 @@ let EdsStepsV2 = class EdsStepsV2 {
|
|
|
1423
1423
|
proxyOutputs(this, this.el, ['step', 'finished', 'next', 'back']);
|
|
1424
1424
|
}
|
|
1425
1425
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsStepsV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1426
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsStepsV2, isStandalone: true, selector: "eds-steps-v2", inputs: { backLabel: "backLabel", disableNext: "disableNext", finishLabel: "finishLabel", headingLevel: "headingLevel", imageSrc: "imageSrc", imageWidth: "imageWidth", message: "message", nextLabel: "nextLabel", orientation: "orientation", showFinish: "showFinish", steps: "steps", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1426
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsStepsV2, isStandalone: true, selector: "eds-steps-v2", inputs: { backLabel: "backLabel", card: "card", disableNext: "disableNext", finishLabel: "finishLabel", headingLevel: "headingLevel", imageSrc: "imageSrc", imageWidth: "imageWidth", message: "message", nextLabel: "nextLabel", orientation: "orientation", showFinish: "showFinish", steps: "steps", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1427
1427
|
};
|
|
1428
1428
|
EdsStepsV2 = __decorate([
|
|
1429
1429
|
ProxyCmp({
|
|
1430
1430
|
defineCustomElementFn: defineCustomElement$J,
|
|
1431
|
-
inputs: ['backLabel', 'disableNext', 'finishLabel', 'headingLevel', 'imageSrc', 'imageWidth', 'message', 'nextLabel', 'orientation', 'showFinish', 'steps', 'theme', 'type']
|
|
1431
|
+
inputs: ['backLabel', 'card', 'disableNext', 'finishLabel', 'headingLevel', 'imageSrc', 'imageWidth', 'message', 'nextLabel', 'orientation', 'showFinish', 'steps', 'theme', 'type']
|
|
1432
1432
|
}),
|
|
1433
1433
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1434
1434
|
], EdsStepsV2);
|
|
@@ -1439,7 +1439,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
|
|
|
1439
1439
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1440
1440
|
template: '<ng-content></ng-content>',
|
|
1441
1441
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1442
|
-
inputs: ['backLabel', 'disableNext', 'finishLabel', 'headingLevel', 'imageSrc', 'imageWidth', 'message', 'nextLabel', 'orientation', 'showFinish', 'steps', 'theme', 'type'],
|
|
1442
|
+
inputs: ['backLabel', 'card', 'disableNext', 'finishLabel', 'headingLevel', 'imageSrc', 'imageWidth', 'message', 'nextLabel', 'orientation', 'showFinish', 'steps', 'theme', 'type'],
|
|
1443
1443
|
standalone: true
|
|
1444
1444
|
}]
|
|
1445
1445
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -1572,12 +1572,12 @@ let EdsToast = class EdsToast {
|
|
|
1572
1572
|
proxyOutputs(this, this.el, ['toast']);
|
|
1573
1573
|
}
|
|
1574
1574
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1575
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsToast, isStandalone: true, selector: "eds-toast", inputs: { duration: "duration", intent: "intent", message: "message" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1575
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsToast, isStandalone: true, selector: "eds-toast", inputs: { dismissible: "dismissible", duration: "duration", heading: "heading", icon: "icon", intent: "intent", message: "message", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1576
1576
|
};
|
|
1577
1577
|
EdsToast = __decorate([
|
|
1578
1578
|
ProxyCmp({
|
|
1579
1579
|
defineCustomElementFn: defineCustomElement$O,
|
|
1580
|
-
inputs: ['duration', 'intent', 'message']
|
|
1580
|
+
inputs: ['dismissible', 'duration', 'heading', 'icon', 'intent', 'message', 'variant']
|
|
1581
1581
|
}),
|
|
1582
1582
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1583
1583
|
], EdsToast);
|
|
@@ -1588,7 +1588,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
|
|
|
1588
1588
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1589
1589
|
template: '<ng-content></ng-content>',
|
|
1590
1590
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1591
|
-
inputs: ['duration', 'intent', 'message'],
|
|
1591
|
+
inputs: ['dismissible', 'duration', 'heading', 'icon', 'intent', 'message', 'variant'],
|
|
1592
1592
|
standalone: true
|
|
1593
1593
|
}]
|
|
1594
1594
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|