@ebrains/angular 1.3.0 → 2.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.
|
@@ -112,12 +112,12 @@ let EdsAccordion = class EdsAccordion {
|
|
|
112
112
|
proxyOutputs(this, this.el, ['accordion']);
|
|
113
113
|
}
|
|
114
114
|
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 });
|
|
115
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsAccordion, isStandalone: true, selector: "eds-accordion", inputs: { clampText: "clampText", description: "description", expanded: "expanded", heading: "heading", switchBg: "switchBg" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
115
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsAccordion, isStandalone: true, selector: "eds-accordion", inputs: { buttonIntent: "buttonIntent", clampText: "clampText", description: "description", expanded: "expanded", heading: "heading", switchBg: "switchBg" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
116
116
|
};
|
|
117
117
|
EdsAccordion = __decorate([
|
|
118
118
|
ProxyCmp({
|
|
119
119
|
defineCustomElementFn: defineCustomElement$1,
|
|
120
|
-
inputs: ['clampText', 'description', 'expanded', 'heading', 'switchBg']
|
|
120
|
+
inputs: ['buttonIntent', 'clampText', 'description', 'expanded', 'heading', 'switchBg']
|
|
121
121
|
}),
|
|
122
122
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
123
123
|
], EdsAccordion);
|
|
@@ -128,7 +128,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
|
|
|
128
128
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
129
129
|
template: '<ng-content></ng-content>',
|
|
130
130
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
131
|
-
inputs: ['clampText', 'description', 'expanded', 'heading', 'switchBg'],
|
|
131
|
+
inputs: ['buttonIntent', 'clampText', 'description', 'expanded', 'heading', 'switchBg'],
|
|
132
132
|
standalone: true
|
|
133
133
|
}]
|
|
134
134
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -464,12 +464,12 @@ let EdsForm = class EdsForm {
|
|
|
464
464
|
proxyOutputs(this, this.el, ['form']);
|
|
465
465
|
}
|
|
466
466
|
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 });
|
|
467
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsForm, isStandalone: true, selector: "eds-form", 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 });
|
|
467
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsForm, isStandalone: true, selector: "eds-form", inputs: { errorMessage: "errorMessage", fields: "fields", formBtn: "formBtn", formBtnLabel: "formBtnLabel", groups: "groups", initData: "initData", name: "name", setFormUrl: "setFormUrl" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
468
468
|
};
|
|
469
469
|
EdsForm = __decorate([
|
|
470
470
|
ProxyCmp({
|
|
471
471
|
defineCustomElementFn: defineCustomElement$d,
|
|
472
|
-
inputs: ['errorMessage', 'fields', 'formBtn', 'formBtnLabel', 'initData', 'name', 'setFormUrl'],
|
|
472
|
+
inputs: ['errorMessage', 'fields', 'formBtn', 'formBtnLabel', 'groups', 'initData', 'name', 'setFormUrl'],
|
|
473
473
|
methods: ['setData', 'getData']
|
|
474
474
|
}),
|
|
475
475
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -481,7 +481,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
|
|
|
481
481
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
482
482
|
template: '<ng-content></ng-content>',
|
|
483
483
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
484
|
-
inputs: ['errorMessage', 'fields', 'formBtn', 'formBtnLabel', 'initData', 'name', 'setFormUrl'],
|
|
484
|
+
inputs: ['errorMessage', 'fields', 'formBtn', 'formBtnLabel', 'groups', 'initData', 'name', 'setFormUrl'],
|
|
485
485
|
standalone: true
|
|
486
486
|
}]
|
|
487
487
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -642,12 +642,12 @@ let EdsInputField = class EdsInputField {
|
|
|
642
642
|
proxyOutputs(this, this.el, ['edsinput', 'edschange']);
|
|
643
643
|
}
|
|
644
644
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsInputField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
645
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsInputField, isStandalone: true, selector: "eds-input-field", inputs: { checked: "checked", disabled: "disabled", error: "error", errorMessage: "errorMessage", exposeValueEvents: "exposeValueEvents", hint: "hint", icon: "icon", inputId: "inputId", label: "label", link: "link", maxLength: "maxLength", message: "message", name: "name", onChangeNative: "onChangeNative", onInput: "onInput", options: "options", placeholder: "placeholder", required: "required", type: "type", value: "value" }, 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: EdsInputField, isStandalone: true, selector: "eds-input-field", inputs: { checked: "checked", disabled: "disabled", error: "error", errorMessage: "errorMessage", exposeValueEvents: "exposeValueEvents", hint: "hint", icon: "icon", inputId: "inputId", label: "label", link: "link", max: "max", maxLength: "maxLength", message: "message", min: "min", name: "name", onChangeNative: "onChangeNative", onInput: "onInput", options: "options", placeholder: "placeholder", required: "required", step: "step", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
646
646
|
};
|
|
647
647
|
EdsInputField = __decorate([
|
|
648
648
|
ProxyCmp({
|
|
649
649
|
defineCustomElementFn: defineCustomElement$j,
|
|
650
|
-
inputs: ['checked', 'disabled', 'error', 'errorMessage', 'exposeValueEvents', 'hint', 'icon', 'inputId', 'label', 'link', 'maxLength', 'message', 'name', 'onChangeNative', 'onInput', 'options', 'placeholder', 'required', 'type', 'value']
|
|
650
|
+
inputs: ['checked', 'disabled', 'error', 'errorMessage', 'exposeValueEvents', 'hint', 'icon', 'inputId', 'label', 'link', 'max', 'maxLength', 'message', 'min', 'name', 'onChangeNative', 'onInput', 'options', 'placeholder', 'required', 'step', 'type', 'value']
|
|
651
651
|
}),
|
|
652
652
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
653
653
|
], EdsInputField);
|
|
@@ -658,7 +658,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
|
|
|
658
658
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
659
659
|
template: '<ng-content></ng-content>',
|
|
660
660
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
661
|
-
inputs: ['checked', 'disabled', 'error', 'errorMessage', 'exposeValueEvents', 'hint', 'icon', 'inputId', 'label', 'link', 'maxLength', 'message', 'name', 'onChangeNative', 'onInput', 'options', 'placeholder', 'required', 'type', 'value'],
|
|
661
|
+
inputs: ['checked', 'disabled', 'error', 'errorMessage', 'exposeValueEvents', 'hint', 'icon', 'inputId', 'label', 'link', 'max', 'maxLength', 'message', 'min', 'name', 'onChangeNative', 'onInput', 'options', 'placeholder', 'required', 'step', 'type', 'value'],
|
|
662
662
|
standalone: true
|
|
663
663
|
}]
|
|
664
664
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -994,12 +994,12 @@ let EdsSpinner = class EdsSpinner {
|
|
|
994
994
|
this.el = r.nativeElement;
|
|
995
995
|
}
|
|
996
996
|
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 });
|
|
997
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsSpinner, isStandalone: true, selector: "eds-spinner", inputs: { background: "background",
|
|
997
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsSpinner, isStandalone: true, selector: "eds-spinner", inputs: { background: "background", fullscreen: "fullscreen", message: "message", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
998
998
|
};
|
|
999
999
|
EdsSpinner = __decorate([
|
|
1000
1000
|
ProxyCmp({
|
|
1001
1001
|
defineCustomElementFn: defineCustomElement$v,
|
|
1002
|
-
inputs: ['background', '
|
|
1002
|
+
inputs: ['background', 'fullscreen', 'message', 'size', 'variant']
|
|
1003
1003
|
}),
|
|
1004
1004
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1005
1005
|
], EdsSpinner);
|
|
@@ -1010,7 +1010,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
|
|
|
1010
1010
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1011
1011
|
template: '<ng-content></ng-content>',
|
|
1012
1012
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1013
|
-
inputs: ['background', '
|
|
1013
|
+
inputs: ['background', 'fullscreen', 'message', 'size', 'variant'],
|
|
1014
1014
|
standalone: true
|
|
1015
1015
|
}]
|
|
1016
1016
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -1230,6 +1230,7 @@ let EdsToast = class EdsToast {
|
|
|
1230
1230
|
this.z = z;
|
|
1231
1231
|
c.detach();
|
|
1232
1232
|
this.el = r.nativeElement;
|
|
1233
|
+
proxyOutputs(this, this.el, ['toast']);
|
|
1233
1234
|
}
|
|
1234
1235
|
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 });
|
|
1235
1236
|
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 });
|
|
@@ -1261,12 +1262,12 @@ let EdsTooltip = class EdsTooltip {
|
|
|
1261
1262
|
this.el = r.nativeElement;
|
|
1262
1263
|
}
|
|
1263
1264
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1264
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsTooltip, isStandalone: true, selector: "eds-tooltip", inputs: { content: "content" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1265
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsTooltip, isStandalone: true, selector: "eds-tooltip", inputs: { content: "content", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1265
1266
|
};
|
|
1266
1267
|
EdsTooltip = __decorate([
|
|
1267
1268
|
ProxyCmp({
|
|
1268
1269
|
defineCustomElementFn: defineCustomElement$E,
|
|
1269
|
-
inputs: ['content']
|
|
1270
|
+
inputs: ['content', 'position']
|
|
1270
1271
|
}),
|
|
1271
1272
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1272
1273
|
], EdsTooltip);
|
|
@@ -1277,7 +1278,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
|
|
|
1277
1278
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1278
1279
|
template: '<ng-content></ng-content>',
|
|
1279
1280
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1280
|
-
inputs: ['content'],
|
|
1281
|
+
inputs: ['content', 'position'],
|
|
1281
1282
|
standalone: true
|
|
1282
1283
|
}]
|
|
1283
1284
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|