@ebrains/angular 2.3.1 → 2.4.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.
|
@@ -33,18 +33,19 @@ import { defineCustomElement as defineCustomElement$s } from '@ebrains/component
|
|
|
33
33
|
import { defineCustomElement as defineCustomElement$t } from '@ebrains/components/dist/components/eds-pie.js';
|
|
34
34
|
import { defineCustomElement as defineCustomElement$u } from '@ebrains/components/dist/components/eds-progress-bar.js';
|
|
35
35
|
import { defineCustomElement as defineCustomElement$v } from '@ebrains/components/dist/components/eds-rating.js';
|
|
36
|
-
import { defineCustomElement as defineCustomElement$w } from '@ebrains/components/dist/components/eds-
|
|
37
|
-
import { defineCustomElement as defineCustomElement$x } from '@ebrains/components/dist/components/eds-
|
|
38
|
-
import { defineCustomElement as defineCustomElement$y } from '@ebrains/components/dist/components/eds-
|
|
39
|
-
import { defineCustomElement as defineCustomElement$z } from '@ebrains/components/dist/components/eds-
|
|
40
|
-
import { defineCustomElement as defineCustomElement$A } from '@ebrains/components/dist/components/eds-steps
|
|
41
|
-
import { defineCustomElement as defineCustomElement$B } from '@ebrains/components/dist/components/eds-
|
|
42
|
-
import { defineCustomElement as defineCustomElement$C } from '@ebrains/components/dist/components/eds-
|
|
43
|
-
import { defineCustomElement as defineCustomElement$D } from '@ebrains/components/dist/components/eds-
|
|
44
|
-
import { defineCustomElement as defineCustomElement$E } from '@ebrains/components/dist/components/eds-
|
|
45
|
-
import { defineCustomElement as defineCustomElement$F } from '@ebrains/components/dist/components/eds-
|
|
46
|
-
import { defineCustomElement as defineCustomElement$G } from '@ebrains/components/dist/components/eds-
|
|
47
|
-
import { defineCustomElement as defineCustomElement$H } from '@ebrains/components/dist/components/eds-
|
|
36
|
+
import { defineCustomElement as defineCustomElement$w } from '@ebrains/components/dist/components/eds-sidebar.js';
|
|
37
|
+
import { defineCustomElement as defineCustomElement$x } from '@ebrains/components/dist/components/eds-social-networks.js';
|
|
38
|
+
import { defineCustomElement as defineCustomElement$y } from '@ebrains/components/dist/components/eds-spinner.js';
|
|
39
|
+
import { defineCustomElement as defineCustomElement$z } from '@ebrains/components/dist/components/eds-splash-screen.js';
|
|
40
|
+
import { defineCustomElement as defineCustomElement$A } from '@ebrains/components/dist/components/eds-steps.js';
|
|
41
|
+
import { defineCustomElement as defineCustomElement$B } from '@ebrains/components/dist/components/eds-steps-v2.js';
|
|
42
|
+
import { defineCustomElement as defineCustomElement$C } from '@ebrains/components/dist/components/eds-switch.js';
|
|
43
|
+
import { defineCustomElement as defineCustomElement$D } from '@ebrains/components/dist/components/eds-table.js';
|
|
44
|
+
import { defineCustomElement as defineCustomElement$E } from '@ebrains/components/dist/components/eds-tabs.js';
|
|
45
|
+
import { defineCustomElement as defineCustomElement$F } from '@ebrains/components/dist/components/eds-tag.js';
|
|
46
|
+
import { defineCustomElement as defineCustomElement$G } from '@ebrains/components/dist/components/eds-toast.js';
|
|
47
|
+
import { defineCustomElement as defineCustomElement$H } from '@ebrains/components/dist/components/eds-tooltip.js';
|
|
48
|
+
import { defineCustomElement as defineCustomElement$I } from '@ebrains/components/dist/components/eds-user.js';
|
|
48
49
|
|
|
49
50
|
/* eslint-disable */
|
|
50
51
|
/* tslint:disable */
|
|
@@ -260,12 +261,12 @@ let EdsButton = class EdsButton {
|
|
|
260
261
|
this.el = r.nativeElement;
|
|
261
262
|
}
|
|
262
263
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
263
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsButton, isStandalone: true, selector: "eds-button", inputs: { ariaLabel: "ariaLabel", disabled: "disabled", elementType: "elementType",
|
|
264
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsButton, isStandalone: true, selector: "eds-button", inputs: { ariaLabel: "ariaLabel", disabled: "disabled", elementType: "elementType", icon: "icon", iconPos: "iconPos", iconSmall: "iconSmall", intent: "intent", label: "label", loading: "loading", pill: "pill", size: "size", triggerClick: "triggerClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
264
265
|
};
|
|
265
266
|
EdsButton = __decorate([
|
|
266
267
|
ProxyCmp({
|
|
267
268
|
defineCustomElementFn: defineCustomElement$6,
|
|
268
|
-
inputs: ['ariaLabel', 'disabled', 'elementType', '
|
|
269
|
+
inputs: ['ariaLabel', 'disabled', 'elementType', 'icon', 'iconPos', 'iconSmall', 'intent', 'label', 'loading', 'pill', 'size', 'triggerClick']
|
|
269
270
|
}),
|
|
270
271
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
271
272
|
], EdsButton);
|
|
@@ -276,7 +277,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
|
|
|
276
277
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
277
278
|
template: '<ng-content></ng-content>',
|
|
278
279
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
279
|
-
inputs: ['ariaLabel', 'disabled', 'elementType', '
|
|
280
|
+
inputs: ['ariaLabel', 'disabled', 'elementType', 'icon', 'iconPos', 'iconSmall', 'intent', 'label', 'loading', 'pill', 'size', 'triggerClick'],
|
|
280
281
|
standalone: true
|
|
281
282
|
}]
|
|
282
283
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -764,12 +765,12 @@ let EdsLink = class EdsLink {
|
|
|
764
765
|
this.el = r.nativeElement;
|
|
765
766
|
}
|
|
766
767
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
767
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsLink, isStandalone: true, selector: "eds-link", inputs: { ariaLabel: "ariaLabel", current: "current", disabled: "disabled", download: "download", external: "external",
|
|
768
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsLink, isStandalone: true, selector: "eds-link", inputs: { ariaLabel: "ariaLabel", current: "current", disabled: "disabled", download: "download", external: "external", hideLabelOnSmallScreen: "hideLabelOnSmallScreen", icon: "icon", iconPos: "iconPos", iconSmall: "iconSmall", intent: "intent", label: "label", size: "size", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
768
769
|
};
|
|
769
770
|
EdsLink = __decorate([
|
|
770
771
|
ProxyCmp({
|
|
771
772
|
defineCustomElementFn: defineCustomElement$n,
|
|
772
|
-
inputs: ['ariaLabel', 'current', 'disabled', 'download', 'external', '
|
|
773
|
+
inputs: ['ariaLabel', 'current', 'disabled', 'download', 'external', 'hideLabelOnSmallScreen', 'icon', 'iconPos', 'iconSmall', 'intent', 'label', 'size', 'url']
|
|
773
774
|
}),
|
|
774
775
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
775
776
|
], EdsLink);
|
|
@@ -780,7 +781,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
|
|
|
780
781
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
781
782
|
template: '<ng-content></ng-content>',
|
|
782
783
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
783
|
-
inputs: ['ariaLabel', 'current', 'disabled', 'download', 'external', '
|
|
784
|
+
inputs: ['ariaLabel', 'current', 'disabled', 'download', 'external', 'hideLabelOnSmallScreen', 'icon', 'iconPos', 'iconSmall', 'intent', 'label', 'size', 'url'],
|
|
784
785
|
standalone: true
|
|
785
786
|
}]
|
|
786
787
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -1021,6 +1022,36 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
|
|
|
1021
1022
|
standalone: true
|
|
1022
1023
|
}]
|
|
1023
1024
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1025
|
+
let EdsSidebar = class EdsSidebar {
|
|
1026
|
+
z;
|
|
1027
|
+
el;
|
|
1028
|
+
constructor(c, r, z) {
|
|
1029
|
+
this.z = z;
|
|
1030
|
+
c.detach();
|
|
1031
|
+
this.el = r.nativeElement;
|
|
1032
|
+
proxyOutputs(this, this.el, ['sidebar']);
|
|
1033
|
+
}
|
|
1034
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsSidebar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1035
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsSidebar, isStandalone: true, selector: "eds-sidebar", inputs: { activeUrl: "activeUrl", enableRouting: "enableRouting", items: "items", maxLevel: "maxLevel", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1036
|
+
};
|
|
1037
|
+
EdsSidebar = __decorate([
|
|
1038
|
+
ProxyCmp({
|
|
1039
|
+
defineCustomElementFn: defineCustomElement$w,
|
|
1040
|
+
inputs: ['activeUrl', 'enableRouting', 'items', 'maxLevel', 'theme']
|
|
1041
|
+
}),
|
|
1042
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1043
|
+
], EdsSidebar);
|
|
1044
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsSidebar, decorators: [{
|
|
1045
|
+
type: Component,
|
|
1046
|
+
args: [{
|
|
1047
|
+
selector: 'eds-sidebar',
|
|
1048
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1049
|
+
template: '<ng-content></ng-content>',
|
|
1050
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1051
|
+
inputs: ['activeUrl', 'enableRouting', 'items', 'maxLevel', 'theme'],
|
|
1052
|
+
standalone: true
|
|
1053
|
+
}]
|
|
1054
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1024
1055
|
let EdsSocialNetworks = class EdsSocialNetworks {
|
|
1025
1056
|
z;
|
|
1026
1057
|
el;
|
|
@@ -1034,7 +1065,7 @@ let EdsSocialNetworks = class EdsSocialNetworks {
|
|
|
1034
1065
|
};
|
|
1035
1066
|
EdsSocialNetworks = __decorate([
|
|
1036
1067
|
ProxyCmp({
|
|
1037
|
-
defineCustomElementFn: defineCustomElement$
|
|
1068
|
+
defineCustomElementFn: defineCustomElement$x,
|
|
1038
1069
|
inputs: ['heading']
|
|
1039
1070
|
}),
|
|
1040
1071
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -1063,7 +1094,7 @@ let EdsSpinner = class EdsSpinner {
|
|
|
1063
1094
|
};
|
|
1064
1095
|
EdsSpinner = __decorate([
|
|
1065
1096
|
ProxyCmp({
|
|
1066
|
-
defineCustomElementFn: defineCustomElement$
|
|
1097
|
+
defineCustomElementFn: defineCustomElement$y,
|
|
1067
1098
|
inputs: ['background', 'fullscreen', 'message', 'size', 'variant']
|
|
1068
1099
|
}),
|
|
1069
1100
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -1093,7 +1124,7 @@ let EdsSplashScreen = class EdsSplashScreen {
|
|
|
1093
1124
|
};
|
|
1094
1125
|
EdsSplashScreen = __decorate([
|
|
1095
1126
|
ProxyCmp({
|
|
1096
|
-
defineCustomElementFn: defineCustomElement$
|
|
1127
|
+
defineCustomElementFn: defineCustomElement$z,
|
|
1097
1128
|
inputs: ['initPromise', 'inverse']
|
|
1098
1129
|
}),
|
|
1099
1130
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -1119,12 +1150,12 @@ let EdsSteps = class EdsSteps {
|
|
|
1119
1150
|
proxyOutputs(this, this.el, ['step', 'finished', 'next', 'back']);
|
|
1120
1151
|
}
|
|
1121
1152
|
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 });
|
|
1122
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsSteps, isStandalone: true, selector: "eds-steps", inputs: { backLabel: "backLabel", disableNext: "disableNext", finishLabel: "finishLabel", headingLevel: "headingLevel", nextLabel: "nextLabel", steps: "steps", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1153
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsSteps, isStandalone: true, selector: "eds-steps", inputs: { backLabel: "backLabel", collapsibleTitles: "collapsibleTitles", disableNext: "disableNext", finishLabel: "finishLabel", headingLevel: "headingLevel", nextLabel: "nextLabel", orientation: "orientation", steps: "steps", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1123
1154
|
};
|
|
1124
1155
|
EdsSteps = __decorate([
|
|
1125
1156
|
ProxyCmp({
|
|
1126
|
-
defineCustomElementFn: defineCustomElement$
|
|
1127
|
-
inputs: ['backLabel', 'disableNext', 'finishLabel', 'headingLevel', 'nextLabel', 'steps', 'type']
|
|
1157
|
+
defineCustomElementFn: defineCustomElement$A,
|
|
1158
|
+
inputs: ['backLabel', 'collapsibleTitles', 'disableNext', 'finishLabel', 'headingLevel', 'nextLabel', 'orientation', 'steps', 'type']
|
|
1128
1159
|
}),
|
|
1129
1160
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1130
1161
|
], EdsSteps);
|
|
@@ -1135,7 +1166,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
|
|
|
1135
1166
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1136
1167
|
template: '<ng-content></ng-content>',
|
|
1137
1168
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1138
|
-
inputs: ['backLabel', 'disableNext', 'finishLabel', 'headingLevel', 'nextLabel', 'steps', 'type'],
|
|
1169
|
+
inputs: ['backLabel', 'collapsibleTitles', 'disableNext', 'finishLabel', 'headingLevel', 'nextLabel', 'orientation', 'steps', 'type'],
|
|
1139
1170
|
standalone: true
|
|
1140
1171
|
}]
|
|
1141
1172
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -1149,12 +1180,12 @@ let EdsStepsV2 = class EdsStepsV2 {
|
|
|
1149
1180
|
proxyOutputs(this, this.el, ['step', 'finished', 'next', 'back']);
|
|
1150
1181
|
}
|
|
1151
1182
|
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 });
|
|
1152
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsStepsV2, isStandalone: true, selector: "eds-steps-v2", inputs: { backLabel: "backLabel",
|
|
1183
|
+
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", steps: "steps", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1153
1184
|
};
|
|
1154
1185
|
EdsStepsV2 = __decorate([
|
|
1155
1186
|
ProxyCmp({
|
|
1156
|
-
defineCustomElementFn: defineCustomElement$
|
|
1157
|
-
inputs: ['backLabel', '
|
|
1187
|
+
defineCustomElementFn: defineCustomElement$B,
|
|
1188
|
+
inputs: ['backLabel', 'disableNext', 'finishLabel', 'headingLevel', 'imageSrc', 'imageWidth', 'message', 'nextLabel', 'orientation', 'steps', 'type']
|
|
1158
1189
|
}),
|
|
1159
1190
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1160
1191
|
], EdsStepsV2);
|
|
@@ -1165,7 +1196,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
|
|
|
1165
1196
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1166
1197
|
template: '<ng-content></ng-content>',
|
|
1167
1198
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1168
|
-
inputs: ['backLabel', '
|
|
1199
|
+
inputs: ['backLabel', 'disableNext', 'finishLabel', 'headingLevel', 'imageSrc', 'imageWidth', 'message', 'nextLabel', 'orientation', 'steps', 'type'],
|
|
1169
1200
|
standalone: true
|
|
1170
1201
|
}]
|
|
1171
1202
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -1183,7 +1214,7 @@ let EdsSwitch = class EdsSwitch {
|
|
|
1183
1214
|
};
|
|
1184
1215
|
EdsSwitch = __decorate([
|
|
1185
1216
|
ProxyCmp({
|
|
1186
|
-
defineCustomElementFn: defineCustomElement$
|
|
1217
|
+
defineCustomElementFn: defineCustomElement$C,
|
|
1187
1218
|
inputs: ['checked', 'disabled', 'labelOff', 'labelOn']
|
|
1188
1219
|
}),
|
|
1189
1220
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -1209,12 +1240,12 @@ let EdsTable = class EdsTable {
|
|
|
1209
1240
|
proxyOutputs(this, this.el, ['rowaction']);
|
|
1210
1241
|
}
|
|
1211
1242
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1212
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsTable, isStandalone: true, selector: "eds-table", inputs: { actionTemplate: "actionTemplate", actions: "actions", columnSize: "columnSize", config: "config", data: "data", hostWidth: "hostWidth", paginationEnabled: "paginationEnabled", rowsPerPage: "rowsPerPage", searchEnabled: "searchEnabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1243
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsTable, isStandalone: true, selector: "eds-table", inputs: { actionTemplate: "actionTemplate", actions: "actions", columnSize: "columnSize", config: "config", data: "data", hostWidth: "hostWidth", paginationEnabled: "paginationEnabled", rowsPerPage: "rowsPerPage", searchEnabled: "searchEnabled", sortingEnabled: "sortingEnabled", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1213
1244
|
};
|
|
1214
1245
|
EdsTable = __decorate([
|
|
1215
1246
|
ProxyCmp({
|
|
1216
|
-
defineCustomElementFn: defineCustomElement$
|
|
1217
|
-
inputs: ['actionTemplate', 'actions', 'columnSize', 'config', 'data', 'hostWidth', 'paginationEnabled', 'rowsPerPage', 'searchEnabled']
|
|
1247
|
+
defineCustomElementFn: defineCustomElement$D,
|
|
1248
|
+
inputs: ['actionTemplate', 'actions', 'columnSize', 'config', 'data', 'hostWidth', 'paginationEnabled', 'rowsPerPage', 'searchEnabled', 'sortingEnabled', 'theme']
|
|
1218
1249
|
}),
|
|
1219
1250
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1220
1251
|
], EdsTable);
|
|
@@ -1225,7 +1256,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
|
|
|
1225
1256
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1226
1257
|
template: '<ng-content></ng-content>',
|
|
1227
1258
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1228
|
-
inputs: ['actionTemplate', 'actions', 'columnSize', 'config', 'data', 'hostWidth', 'paginationEnabled', 'rowsPerPage', 'searchEnabled'],
|
|
1259
|
+
inputs: ['actionTemplate', 'actions', 'columnSize', 'config', 'data', 'hostWidth', 'paginationEnabled', 'rowsPerPage', 'searchEnabled', 'sortingEnabled', 'theme'],
|
|
1229
1260
|
standalone: true
|
|
1230
1261
|
}]
|
|
1231
1262
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -1243,7 +1274,7 @@ let EdsTabs = class EdsTabs {
|
|
|
1243
1274
|
};
|
|
1244
1275
|
EdsTabs = __decorate([
|
|
1245
1276
|
ProxyCmp({
|
|
1246
|
-
defineCustomElementFn: defineCustomElement$
|
|
1277
|
+
defineCustomElementFn: defineCustomElement$E,
|
|
1247
1278
|
inputs: ['identifier', 'navAriaLabel', 'tabs']
|
|
1248
1279
|
}),
|
|
1249
1280
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -1272,7 +1303,7 @@ let EdsTag = class EdsTag {
|
|
|
1272
1303
|
};
|
|
1273
1304
|
EdsTag = __decorate([
|
|
1274
1305
|
ProxyCmp({
|
|
1275
|
-
defineCustomElementFn: defineCustomElement$
|
|
1306
|
+
defineCustomElementFn: defineCustomElement$F,
|
|
1276
1307
|
inputs: ['intent', 'label', 'size']
|
|
1277
1308
|
}),
|
|
1278
1309
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -1302,7 +1333,7 @@ let EdsToast = class EdsToast {
|
|
|
1302
1333
|
};
|
|
1303
1334
|
EdsToast = __decorate([
|
|
1304
1335
|
ProxyCmp({
|
|
1305
|
-
defineCustomElementFn: defineCustomElement$
|
|
1336
|
+
defineCustomElementFn: defineCustomElement$G,
|
|
1306
1337
|
inputs: ['duration', 'intent', 'message']
|
|
1307
1338
|
}),
|
|
1308
1339
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -1331,7 +1362,7 @@ let EdsTooltip = class EdsTooltip {
|
|
|
1331
1362
|
};
|
|
1332
1363
|
EdsTooltip = __decorate([
|
|
1333
1364
|
ProxyCmp({
|
|
1334
|
-
defineCustomElementFn: defineCustomElement$
|
|
1365
|
+
defineCustomElementFn: defineCustomElement$H,
|
|
1335
1366
|
inputs: ['content', 'position']
|
|
1336
1367
|
}),
|
|
1337
1368
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -1360,7 +1391,7 @@ let EdsUser = class EdsUser {
|
|
|
1360
1391
|
};
|
|
1361
1392
|
EdsUser = __decorate([
|
|
1362
1393
|
ProxyCmp({
|
|
1363
|
-
defineCustomElementFn: defineCustomElement$
|
|
1394
|
+
defineCustomElementFn: defineCustomElement$I,
|
|
1364
1395
|
inputs: ['dropdownLabel', 'intent', 'user'],
|
|
1365
1396
|
methods: ['closeDropdown']
|
|
1366
1397
|
}),
|
|
@@ -1382,5 +1413,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
|
|
|
1382
1413
|
* Generated bundle index. Do not edit.
|
|
1383
1414
|
*/
|
|
1384
1415
|
|
|
1385
|
-
export { EdsAccordion, EdsAlert, EdsAvatar, EdsBlockBreak, EdsBreadcrumb, EdsButton, EdsCardGeneric, EdsCardSection, EdsCodeBlock, EdsDropdown, EdsFeedback, EdsFooter, EdsForm, EdsFullscreenMenu, EdsGauge, EdsGlobalSearch, EdsHeader, EdsIconWrapper, EdsImg, EdsInputField, EdsInputFooter, EdsInputLabel, EdsLink, EdsLogo, EdsMatomoNotice, EdsModal, EdsNps, EdsPagination, EdsPie, EdsProgressBar, EdsRating, EdsSocialNetworks, EdsSpinner, EdsSplashScreen, EdsSteps, EdsStepsV2, EdsSwitch, EdsTable, EdsTabs, EdsTag, EdsToast, EdsTooltip, EdsUser };
|
|
1416
|
+
export { EdsAccordion, EdsAlert, EdsAvatar, EdsBlockBreak, EdsBreadcrumb, EdsButton, EdsCardGeneric, EdsCardSection, EdsCodeBlock, EdsDropdown, EdsFeedback, EdsFooter, EdsForm, EdsFullscreenMenu, EdsGauge, EdsGlobalSearch, EdsHeader, EdsIconWrapper, EdsImg, EdsInputField, EdsInputFooter, EdsInputLabel, EdsLink, EdsLogo, EdsMatomoNotice, EdsModal, EdsNps, EdsPagination, EdsPie, EdsProgressBar, EdsRating, EdsSidebar, EdsSocialNetworks, EdsSpinner, EdsSplashScreen, EdsSteps, EdsStepsV2, EdsSwitch, EdsTable, EdsTabs, EdsTag, EdsToast, EdsTooltip, EdsUser };
|
|
1386
1417
|
//# sourceMappingURL=ebrains-angular.mjs.map
|