@ebrains/angular 2.3.0 → 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 }] });
|
|
@@ -504,7 +505,8 @@ let EdsFullscreenMenu = class EdsFullscreenMenu {
|
|
|
504
505
|
EdsFullscreenMenu = __decorate([
|
|
505
506
|
ProxyCmp({
|
|
506
507
|
defineCustomElementFn: defineCustomElement$e,
|
|
507
|
-
inputs: ['homeUrl', 'inverseHeader', 'links', 'menuLinks']
|
|
508
|
+
inputs: ['homeUrl', 'inverseHeader', 'links', 'menuLinks'],
|
|
509
|
+
methods: ['open', 'close']
|
|
508
510
|
}),
|
|
509
511
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
510
512
|
], EdsFullscreenMenu);
|
|
@@ -763,12 +765,12 @@ let EdsLink = class EdsLink {
|
|
|
763
765
|
this.el = r.nativeElement;
|
|
764
766
|
}
|
|
765
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 });
|
|
766
|
-
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 });
|
|
767
769
|
};
|
|
768
770
|
EdsLink = __decorate([
|
|
769
771
|
ProxyCmp({
|
|
770
772
|
defineCustomElementFn: defineCustomElement$n,
|
|
771
|
-
inputs: ['ariaLabel', 'current', 'disabled', 'download', 'external', '
|
|
773
|
+
inputs: ['ariaLabel', 'current', 'disabled', 'download', 'external', 'hideLabelOnSmallScreen', 'icon', 'iconPos', 'iconSmall', 'intent', 'label', 'size', 'url']
|
|
772
774
|
}),
|
|
773
775
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
774
776
|
], EdsLink);
|
|
@@ -779,7 +781,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
|
|
|
779
781
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
780
782
|
template: '<ng-content></ng-content>',
|
|
781
783
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
782
|
-
inputs: ['ariaLabel', 'current', 'disabled', 'download', 'external', '
|
|
784
|
+
inputs: ['ariaLabel', 'current', 'disabled', 'download', 'external', 'hideLabelOnSmallScreen', 'icon', 'iconPos', 'iconSmall', 'intent', 'label', 'size', 'url'],
|
|
783
785
|
standalone: true
|
|
784
786
|
}]
|
|
785
787
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -1020,6 +1022,36 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
|
|
|
1020
1022
|
standalone: true
|
|
1021
1023
|
}]
|
|
1022
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 }] });
|
|
1023
1055
|
let EdsSocialNetworks = class EdsSocialNetworks {
|
|
1024
1056
|
z;
|
|
1025
1057
|
el;
|
|
@@ -1033,7 +1065,7 @@ let EdsSocialNetworks = class EdsSocialNetworks {
|
|
|
1033
1065
|
};
|
|
1034
1066
|
EdsSocialNetworks = __decorate([
|
|
1035
1067
|
ProxyCmp({
|
|
1036
|
-
defineCustomElementFn: defineCustomElement$
|
|
1068
|
+
defineCustomElementFn: defineCustomElement$x,
|
|
1037
1069
|
inputs: ['heading']
|
|
1038
1070
|
}),
|
|
1039
1071
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -1062,7 +1094,7 @@ let EdsSpinner = class EdsSpinner {
|
|
|
1062
1094
|
};
|
|
1063
1095
|
EdsSpinner = __decorate([
|
|
1064
1096
|
ProxyCmp({
|
|
1065
|
-
defineCustomElementFn: defineCustomElement$
|
|
1097
|
+
defineCustomElementFn: defineCustomElement$y,
|
|
1066
1098
|
inputs: ['background', 'fullscreen', 'message', 'size', 'variant']
|
|
1067
1099
|
}),
|
|
1068
1100
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -1092,7 +1124,7 @@ let EdsSplashScreen = class EdsSplashScreen {
|
|
|
1092
1124
|
};
|
|
1093
1125
|
EdsSplashScreen = __decorate([
|
|
1094
1126
|
ProxyCmp({
|
|
1095
|
-
defineCustomElementFn: defineCustomElement$
|
|
1127
|
+
defineCustomElementFn: defineCustomElement$z,
|
|
1096
1128
|
inputs: ['initPromise', 'inverse']
|
|
1097
1129
|
}),
|
|
1098
1130
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -1118,12 +1150,12 @@ let EdsSteps = class EdsSteps {
|
|
|
1118
1150
|
proxyOutputs(this, this.el, ['step', 'finished', 'next', 'back']);
|
|
1119
1151
|
}
|
|
1120
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 });
|
|
1121
|
-
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 });
|
|
1122
1154
|
};
|
|
1123
1155
|
EdsSteps = __decorate([
|
|
1124
1156
|
ProxyCmp({
|
|
1125
|
-
defineCustomElementFn: defineCustomElement$
|
|
1126
|
-
inputs: ['backLabel', 'disableNext', 'finishLabel', 'headingLevel', 'nextLabel', 'steps', 'type']
|
|
1157
|
+
defineCustomElementFn: defineCustomElement$A,
|
|
1158
|
+
inputs: ['backLabel', 'collapsibleTitles', 'disableNext', 'finishLabel', 'headingLevel', 'nextLabel', 'orientation', 'steps', 'type']
|
|
1127
1159
|
}),
|
|
1128
1160
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1129
1161
|
], EdsSteps);
|
|
@@ -1134,7 +1166,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
|
|
|
1134
1166
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1135
1167
|
template: '<ng-content></ng-content>',
|
|
1136
1168
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1137
|
-
inputs: ['backLabel', 'disableNext', 'finishLabel', 'headingLevel', 'nextLabel', 'steps', 'type'],
|
|
1169
|
+
inputs: ['backLabel', 'collapsibleTitles', 'disableNext', 'finishLabel', 'headingLevel', 'nextLabel', 'orientation', 'steps', 'type'],
|
|
1138
1170
|
standalone: true
|
|
1139
1171
|
}]
|
|
1140
1172
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -1148,12 +1180,12 @@ let EdsStepsV2 = class EdsStepsV2 {
|
|
|
1148
1180
|
proxyOutputs(this, this.el, ['step', 'finished', 'next', 'back']);
|
|
1149
1181
|
}
|
|
1150
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 });
|
|
1151
|
-
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 });
|
|
1152
1184
|
};
|
|
1153
1185
|
EdsStepsV2 = __decorate([
|
|
1154
1186
|
ProxyCmp({
|
|
1155
|
-
defineCustomElementFn: defineCustomElement$
|
|
1156
|
-
inputs: ['backLabel', '
|
|
1187
|
+
defineCustomElementFn: defineCustomElement$B,
|
|
1188
|
+
inputs: ['backLabel', 'disableNext', 'finishLabel', 'headingLevel', 'imageSrc', 'imageWidth', 'message', 'nextLabel', 'orientation', 'steps', 'type']
|
|
1157
1189
|
}),
|
|
1158
1190
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1159
1191
|
], EdsStepsV2);
|
|
@@ -1164,7 +1196,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
|
|
|
1164
1196
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1165
1197
|
template: '<ng-content></ng-content>',
|
|
1166
1198
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1167
|
-
inputs: ['backLabel', '
|
|
1199
|
+
inputs: ['backLabel', 'disableNext', 'finishLabel', 'headingLevel', 'imageSrc', 'imageWidth', 'message', 'nextLabel', 'orientation', 'steps', 'type'],
|
|
1168
1200
|
standalone: true
|
|
1169
1201
|
}]
|
|
1170
1202
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -1182,7 +1214,7 @@ let EdsSwitch = class EdsSwitch {
|
|
|
1182
1214
|
};
|
|
1183
1215
|
EdsSwitch = __decorate([
|
|
1184
1216
|
ProxyCmp({
|
|
1185
|
-
defineCustomElementFn: defineCustomElement$
|
|
1217
|
+
defineCustomElementFn: defineCustomElement$C,
|
|
1186
1218
|
inputs: ['checked', 'disabled', 'labelOff', 'labelOn']
|
|
1187
1219
|
}),
|
|
1188
1220
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -1208,12 +1240,12 @@ let EdsTable = class EdsTable {
|
|
|
1208
1240
|
proxyOutputs(this, this.el, ['rowaction']);
|
|
1209
1241
|
}
|
|
1210
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 });
|
|
1211
|
-
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 });
|
|
1212
1244
|
};
|
|
1213
1245
|
EdsTable = __decorate([
|
|
1214
1246
|
ProxyCmp({
|
|
1215
|
-
defineCustomElementFn: defineCustomElement$
|
|
1216
|
-
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']
|
|
1217
1249
|
}),
|
|
1218
1250
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1219
1251
|
], EdsTable);
|
|
@@ -1224,7 +1256,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
|
|
|
1224
1256
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1225
1257
|
template: '<ng-content></ng-content>',
|
|
1226
1258
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1227
|
-
inputs: ['actionTemplate', 'actions', 'columnSize', 'config', 'data', 'hostWidth', 'paginationEnabled', 'rowsPerPage', 'searchEnabled'],
|
|
1259
|
+
inputs: ['actionTemplate', 'actions', 'columnSize', 'config', 'data', 'hostWidth', 'paginationEnabled', 'rowsPerPage', 'searchEnabled', 'sortingEnabled', 'theme'],
|
|
1228
1260
|
standalone: true
|
|
1229
1261
|
}]
|
|
1230
1262
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -1242,7 +1274,7 @@ let EdsTabs = class EdsTabs {
|
|
|
1242
1274
|
};
|
|
1243
1275
|
EdsTabs = __decorate([
|
|
1244
1276
|
ProxyCmp({
|
|
1245
|
-
defineCustomElementFn: defineCustomElement$
|
|
1277
|
+
defineCustomElementFn: defineCustomElement$E,
|
|
1246
1278
|
inputs: ['identifier', 'navAriaLabel', 'tabs']
|
|
1247
1279
|
}),
|
|
1248
1280
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -1271,7 +1303,7 @@ let EdsTag = class EdsTag {
|
|
|
1271
1303
|
};
|
|
1272
1304
|
EdsTag = __decorate([
|
|
1273
1305
|
ProxyCmp({
|
|
1274
|
-
defineCustomElementFn: defineCustomElement$
|
|
1306
|
+
defineCustomElementFn: defineCustomElement$F,
|
|
1275
1307
|
inputs: ['intent', 'label', 'size']
|
|
1276
1308
|
}),
|
|
1277
1309
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -1301,7 +1333,7 @@ let EdsToast = class EdsToast {
|
|
|
1301
1333
|
};
|
|
1302
1334
|
EdsToast = __decorate([
|
|
1303
1335
|
ProxyCmp({
|
|
1304
|
-
defineCustomElementFn: defineCustomElement$
|
|
1336
|
+
defineCustomElementFn: defineCustomElement$G,
|
|
1305
1337
|
inputs: ['duration', 'intent', 'message']
|
|
1306
1338
|
}),
|
|
1307
1339
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -1330,7 +1362,7 @@ let EdsTooltip = class EdsTooltip {
|
|
|
1330
1362
|
};
|
|
1331
1363
|
EdsTooltip = __decorate([
|
|
1332
1364
|
ProxyCmp({
|
|
1333
|
-
defineCustomElementFn: defineCustomElement$
|
|
1365
|
+
defineCustomElementFn: defineCustomElement$H,
|
|
1334
1366
|
inputs: ['content', 'position']
|
|
1335
1367
|
}),
|
|
1336
1368
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -1359,7 +1391,7 @@ let EdsUser = class EdsUser {
|
|
|
1359
1391
|
};
|
|
1360
1392
|
EdsUser = __decorate([
|
|
1361
1393
|
ProxyCmp({
|
|
1362
|
-
defineCustomElementFn: defineCustomElement$
|
|
1394
|
+
defineCustomElementFn: defineCustomElement$I,
|
|
1363
1395
|
inputs: ['dropdownLabel', 'intent', 'user'],
|
|
1364
1396
|
methods: ['closeDropdown']
|
|
1365
1397
|
}),
|
|
@@ -1381,5 +1413,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
|
|
|
1381
1413
|
* Generated bundle index. Do not edit.
|
|
1382
1414
|
*/
|
|
1383
1415
|
|
|
1384
|
-
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 };
|
|
1385
1417
|
//# sourceMappingURL=ebrains-angular.mjs.map
|