@ebrains/angular 0.7.0-alpha.0 → 0.8.0-alpha.1

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.
@@ -2,6 +2,48 @@ import { __decorate, __metadata } from 'tslib';
2
2
  import * as i0 from '@angular/core';
3
3
  import { ChangeDetectorRef, ElementRef, NgZone, Component, ChangeDetectionStrategy } from '@angular/core';
4
4
  import { fromEvent } from 'rxjs';
5
+ import { defineCustomElement as defineCustomElement$1 } from '@ebrains/components/dist/components/eds-accordion.js';
6
+ import { defineCustomElement as defineCustomElement$2 } from '@ebrains/components/dist/components/eds-alert.js';
7
+ import { defineCustomElement as defineCustomElement$3 } from '@ebrains/components/dist/components/eds-avatar.js';
8
+ import { defineCustomElement as defineCustomElement$4 } from '@ebrains/components/dist/components/eds-block-break.js';
9
+ import { defineCustomElement as defineCustomElement$5 } from '@ebrains/components/dist/components/eds-breadcrumb.js';
10
+ import { defineCustomElement as defineCustomElement$6 } from '@ebrains/components/dist/components/eds-button.js';
11
+ import { defineCustomElement as defineCustomElement$7 } from '@ebrains/components/dist/components/eds-card-generic.js';
12
+ import { defineCustomElement as defineCustomElement$8 } from '@ebrains/components/dist/components/eds-card-section.js';
13
+ import { defineCustomElement as defineCustomElement$9 } from '@ebrains/components/dist/components/eds-code-block.js';
14
+ import { defineCustomElement as defineCustomElement$a } from '@ebrains/components/dist/components/eds-dropdown.js';
15
+ import { defineCustomElement as defineCustomElement$b } from '@ebrains/components/dist/components/eds-feedback.js';
16
+ import { defineCustomElement as defineCustomElement$c } from '@ebrains/components/dist/components/eds-footer.js';
17
+ import { defineCustomElement as defineCustomElement$d } from '@ebrains/components/dist/components/eds-form.js';
18
+ import { defineCustomElement as defineCustomElement$e } from '@ebrains/components/dist/components/eds-frame.js';
19
+ import { defineCustomElement as defineCustomElement$f } from '@ebrains/components/dist/components/eds-fullscreen-menu.js';
20
+ import { defineCustomElement as defineCustomElement$g } from '@ebrains/components/dist/components/eds-header.js';
21
+ import { defineCustomElement as defineCustomElement$h } from '@ebrains/components/dist/components/eds-icon-wrapper.js';
22
+ import { defineCustomElement as defineCustomElement$i } from '@ebrains/components/dist/components/eds-img.js';
23
+ import { defineCustomElement as defineCustomElement$j } from '@ebrains/components/dist/components/eds-input-field.js';
24
+ import { defineCustomElement as defineCustomElement$k } from '@ebrains/components/dist/components/eds-link.js';
25
+ import { defineCustomElement as defineCustomElement$l } from '@ebrains/components/dist/components/eds-login.js';
26
+ import { defineCustomElement as defineCustomElement$m } from '@ebrains/components/dist/components/eds-logo.js';
27
+ import { defineCustomElement as defineCustomElement$n } from '@ebrains/components/dist/components/eds-matomo-notice.js';
28
+ import { defineCustomElement as defineCustomElement$o } from '@ebrains/components/dist/components/eds-modal.js';
29
+ import { defineCustomElement as defineCustomElement$p } from '@ebrains/components/dist/components/eds-pagination.js';
30
+ import { defineCustomElement as defineCustomElement$q } from '@ebrains/components/dist/components/eds-progress-bar.js';
31
+ import { defineCustomElement as defineCustomElement$r } from '@ebrains/components/dist/components/eds-rating.js';
32
+ import { defineCustomElement as defineCustomElement$s } from '@ebrains/components/dist/components/eds-section-core.js';
33
+ import { defineCustomElement as defineCustomElement$t } from '@ebrains/components/dist/components/eds-section-heading.js';
34
+ import { defineCustomElement as defineCustomElement$u } from '@ebrains/components/dist/components/eds-social-networks.js';
35
+ import { defineCustomElement as defineCustomElement$v } from '@ebrains/components/dist/components/eds-spinner.js';
36
+ import { defineCustomElement as defineCustomElement$w } from '@ebrains/components/dist/components/eds-splash-screen.js';
37
+ import { defineCustomElement as defineCustomElement$x } from '@ebrains/components/dist/components/eds-steps.js';
38
+ import { defineCustomElement as defineCustomElement$y } from '@ebrains/components/dist/components/eds-steps-v2.js';
39
+ import { defineCustomElement as defineCustomElement$z } from '@ebrains/components/dist/components/eds-switch.js';
40
+ import { defineCustomElement as defineCustomElement$A } from '@ebrains/components/dist/components/eds-table.js';
41
+ import { defineCustomElement as defineCustomElement$B } from '@ebrains/components/dist/components/eds-tabs.js';
42
+ import { defineCustomElement as defineCustomElement$C } from '@ebrains/components/dist/components/eds-tag.js';
43
+ import { defineCustomElement as defineCustomElement$D } from '@ebrains/components/dist/components/eds-timeline.js';
44
+ import { defineCustomElement as defineCustomElement$E } from '@ebrains/components/dist/components/eds-toast.js';
45
+ import { defineCustomElement as defineCustomElement$F } from '@ebrains/components/dist/components/eds-tooltip.js';
46
+ import { defineCustomElement as defineCustomElement$G } from '@ebrains/components/dist/components/eds-user.js';
5
47
 
6
48
  /* eslint-disable */
7
49
  /* tslint:disable */
@@ -71,11 +113,12 @@ let EdsAccordion = class EdsAccordion {
71
113
  proxyOutputs(this, this.el, ['accordion']);
72
114
  }
73
115
  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
- 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 });
116
+ 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", switchBg: "switchBg", title: "title" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
75
117
  };
76
118
  EdsAccordion = __decorate([
77
119
  ProxyCmp({
78
- inputs: ['clampText', 'description', 'expanded', 'minHeightContent', 'switchBg', 'title']
120
+ defineCustomElementFn: defineCustomElement$1,
121
+ inputs: ['clampText', 'description', 'expanded', 'switchBg', 'title']
79
122
  }),
80
123
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
81
124
  ], EdsAccordion);
@@ -86,7 +129,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
86
129
  changeDetection: ChangeDetectionStrategy.OnPush,
87
130
  template: '<ng-content></ng-content>',
88
131
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
89
- inputs: ['clampText', 'description', 'expanded', 'minHeightContent', 'switchBg', 'title'],
132
+ inputs: ['clampText', 'description', 'expanded', 'switchBg', 'title'],
133
+ standalone: true
90
134
  }]
91
135
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
92
136
  let EdsAlert = class EdsAlert {
@@ -98,11 +142,12 @@ let EdsAlert = class EdsAlert {
98
142
  this.el = r.nativeElement;
99
143
  }
100
144
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
101
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsAlert, selector: "eds-alert", inputs: { direction: "direction", intent: "intent", message: "message", pressableLabel: "pressableLabel", pressableUrl: "pressableUrl" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
145
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsAlert, isStandalone: true, selector: "eds-alert", inputs: { brd: "brd", direction: "direction", intent: "intent", message: "message", pressableLabel: "pressableLabel", pressableUrl: "pressableUrl" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
102
146
  };
103
147
  EdsAlert = __decorate([
104
148
  ProxyCmp({
105
- inputs: ['direction', 'intent', 'message', 'pressableLabel', 'pressableUrl']
149
+ defineCustomElementFn: defineCustomElement$2,
150
+ inputs: ['brd', 'direction', 'intent', 'message', 'pressableLabel', 'pressableUrl']
106
151
  }),
107
152
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
108
153
  ], EdsAlert);
@@ -113,7 +158,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
113
158
  changeDetection: ChangeDetectionStrategy.OnPush,
114
159
  template: '<ng-content></ng-content>',
115
160
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
116
- inputs: ['direction', 'intent', 'message', 'pressableLabel', 'pressableUrl'],
161
+ inputs: ['brd', 'direction', 'intent', 'message', 'pressableLabel', 'pressableUrl'],
162
+ standalone: true
117
163
  }]
118
164
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
119
165
  let EdsAvatar = class EdsAvatar {
@@ -125,11 +171,12 @@ let EdsAvatar = class EdsAvatar {
125
171
  this.el = r.nativeElement;
126
172
  }
127
173
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
128
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsAvatar, selector: "eds-avatar", inputs: { color: "color", firstName: "firstName", initials: "initials", initialsStrong: "initialsStrong", lastName: "lastName", picture: "picture", rounded: "rounded" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
174
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsAvatar, isStandalone: true, selector: "eds-avatar", inputs: { color: "color", firstName: "firstName", initials: "initials", lastName: "lastName", picture: "picture" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
129
175
  };
130
176
  EdsAvatar = __decorate([
131
177
  ProxyCmp({
132
- inputs: ['color', 'firstName', 'initials', 'initialsStrong', 'lastName', 'picture', 'rounded']
178
+ defineCustomElementFn: defineCustomElement$3,
179
+ inputs: ['color', 'firstName', 'initials', 'lastName', 'picture']
133
180
  }),
134
181
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
135
182
  ], EdsAvatar);
@@ -140,7 +187,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
140
187
  changeDetection: ChangeDetectionStrategy.OnPush,
141
188
  template: '<ng-content></ng-content>',
142
189
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
143
- inputs: ['color', 'firstName', 'initials', 'initialsStrong', 'lastName', 'picture', 'rounded'],
190
+ inputs: ['color', 'firstName', 'initials', 'lastName', 'picture'],
191
+ standalone: true
144
192
  }]
145
193
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
146
194
  let EdsBlockBreak = class EdsBlockBreak {
@@ -152,10 +200,11 @@ let EdsBlockBreak = class EdsBlockBreak {
152
200
  this.el = r.nativeElement;
153
201
  }
154
202
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsBlockBreak, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
155
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsBlockBreak, selector: "eds-block-break", inputs: { extraClass: "extraClass" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
203
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsBlockBreak, isStandalone: true, selector: "eds-block-break", inputs: { extraClass: "extraClass" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
156
204
  };
157
205
  EdsBlockBreak = __decorate([
158
206
  ProxyCmp({
207
+ defineCustomElementFn: defineCustomElement$4,
159
208
  inputs: ['extraClass']
160
209
  }),
161
210
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -168,6 +217,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
168
217
  template: '<ng-content></ng-content>',
169
218
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
170
219
  inputs: ['extraClass'],
220
+ standalone: true
171
221
  }]
172
222
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
173
223
  let EdsBreadcrumb = class EdsBreadcrumb {
@@ -179,10 +229,11 @@ let EdsBreadcrumb = class EdsBreadcrumb {
179
229
  this.el = r.nativeElement;
180
230
  }
181
231
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
182
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsBreadcrumb, selector: "eds-breadcrumb", inputs: { intent: "intent", items: "items" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
232
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsBreadcrumb, isStandalone: true, selector: "eds-breadcrumb", inputs: { intent: "intent", items: "items" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
183
233
  };
184
234
  EdsBreadcrumb = __decorate([
185
235
  ProxyCmp({
236
+ defineCustomElementFn: defineCustomElement$5,
186
237
  inputs: ['intent', 'items']
187
238
  }),
188
239
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -195,6 +246,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
195
246
  template: '<ng-content></ng-content>',
196
247
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
197
248
  inputs: ['intent', 'items'],
249
+ standalone: true
198
250
  }]
199
251
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
200
252
  let EdsButton = class EdsButton {
@@ -206,10 +258,11 @@ let EdsButton = class EdsButton {
206
258
  this.el = r.nativeElement;
207
259
  }
208
260
  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 });
209
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsButton, selector: "eds-button", inputs: { ariaLabel: "ariaLabel", disabled: "disabled", elementType: "elementType", extraClass: "extraClass", 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 });
261
+ 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", extraClass: "extraClass", 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 });
210
262
  };
211
263
  EdsButton = __decorate([
212
264
  ProxyCmp({
265
+ defineCustomElementFn: defineCustomElement$6,
213
266
  inputs: ['ariaLabel', 'disabled', 'elementType', 'extraClass', 'icon', 'iconPos', 'iconSmall', 'intent', 'label', 'loading', 'pill', 'size', 'triggerClick']
214
267
  }),
215
268
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -222,33 +275,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
222
275
  template: '<ng-content></ng-content>',
223
276
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
224
277
  inputs: ['ariaLabel', 'disabled', 'elementType', 'extraClass', 'icon', 'iconPos', 'iconSmall', 'intent', 'label', 'loading', 'pill', 'size', 'triggerClick'],
225
- }]
226
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
227
- let EdsCardDesc = class EdsCardDesc {
228
- z;
229
- el;
230
- constructor(c, r, z) {
231
- this.z = z;
232
- c.detach();
233
- this.el = r.nativeElement;
234
- }
235
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsCardDesc, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
236
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsCardDesc, selector: "eds-card-desc", inputs: { descClass: "descClass", description: "description", truncate: "truncate", truncateLines: "truncateLines" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
237
- };
238
- EdsCardDesc = __decorate([
239
- ProxyCmp({
240
- inputs: ['descClass', 'description', 'truncate', 'truncateLines']
241
- }),
242
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
243
- ], EdsCardDesc);
244
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsCardDesc, decorators: [{
245
- type: Component,
246
- args: [{
247
- selector: 'eds-card-desc',
248
- changeDetection: ChangeDetectionStrategy.OnPush,
249
- template: '<ng-content></ng-content>',
250
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
251
- inputs: ['descClass', 'description', 'truncate', 'truncateLines'],
278
+ standalone: true
252
279
  }]
253
280
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
254
281
  let EdsCardGeneric = class EdsCardGeneric {
@@ -260,10 +287,11 @@ let EdsCardGeneric = class EdsCardGeneric {
260
287
  this.el = r.nativeElement;
261
288
  }
262
289
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsCardGeneric, 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: EdsCardGeneric, selector: "eds-card-generic", inputs: { avatar: "avatar", bg: "bg", cardTitle: "cardTitle", description: "description", headingLevel: "headingLevel", hierarchy: "hierarchy", image: "image", shortAbbreviation: "shortAbbreviation", tags: "tags", tiny: "tiny", url: "url", withHover: "withHover" }, 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: EdsCardGeneric, isStandalone: true, selector: "eds-card-generic", inputs: { avatar: "avatar", bg: "bg", cardTitle: "cardTitle", description: "description", headingLevel: "headingLevel", hierarchy: "hierarchy", image: "image", shortAbbreviation: "shortAbbreviation", tags: "tags", tiny: "tiny", url: "url", withHover: "withHover" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
264
291
  };
265
292
  EdsCardGeneric = __decorate([
266
293
  ProxyCmp({
294
+ defineCustomElementFn: defineCustomElement$7,
267
295
  inputs: ['avatar', 'bg', 'cardTitle', 'description', 'headingLevel', 'hierarchy', 'image', 'shortAbbreviation', 'tags', 'tiny', 'url', 'withHover']
268
296
  }),
269
297
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -276,6 +304,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
276
304
  template: '<ng-content></ng-content>',
277
305
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
278
306
  inputs: ['avatar', 'bg', 'cardTitle', 'description', 'headingLevel', 'hierarchy', 'image', 'shortAbbreviation', 'tags', 'tiny', 'url', 'withHover'],
307
+ standalone: true
279
308
  }]
280
309
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
281
310
  let EdsCardSection = class EdsCardSection {
@@ -287,10 +316,11 @@ let EdsCardSection = class EdsCardSection {
287
316
  this.el = r.nativeElement;
288
317
  }
289
318
  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", occupyCols: "occupyCols" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
319
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsCardSection, isStandalone: true, selector: "eds-card-section", inputs: { cards: "cards", occupyCols: "occupyCols" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
291
320
  };
292
321
  EdsCardSection = __decorate([
293
322
  ProxyCmp({
323
+ defineCustomElementFn: defineCustomElement$8,
294
324
  inputs: ['cards', 'occupyCols']
295
325
  }),
296
326
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -303,6 +333,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
303
333
  template: '<ng-content></ng-content>',
304
334
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
305
335
  inputs: ['cards', 'occupyCols'],
336
+ standalone: true
306
337
  }]
307
338
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
308
339
  let EdsCodeBlock = class EdsCodeBlock {
@@ -314,10 +345,11 @@ let EdsCodeBlock = class EdsCodeBlock {
314
345
  this.el = r.nativeElement;
315
346
  }
316
347
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsCodeBlock, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
317
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsCodeBlock, selector: "eds-code-block", inputs: { code: "code", language: "language" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
348
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsCodeBlock, isStandalone: true, selector: "eds-code-block", inputs: { code: "code", language: "language" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
318
349
  };
319
350
  EdsCodeBlock = __decorate([
320
351
  ProxyCmp({
352
+ defineCustomElementFn: defineCustomElement$9,
321
353
  inputs: ['code', 'language']
322
354
  }),
323
355
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -330,6 +362,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
330
362
  template: '<ng-content></ng-content>',
331
363
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
332
364
  inputs: ['code', 'language'],
365
+ standalone: true
333
366
  }]
334
367
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
335
368
  let EdsDropdown = class EdsDropdown {
@@ -342,10 +375,11 @@ let EdsDropdown = class EdsDropdown {
342
375
  proxyOutputs(this, this.el, ['dropdown']);
343
376
  }
344
377
  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 });
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 });
378
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsDropdown, isStandalone: true, 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 });
346
379
  };
347
380
  EdsDropdown = __decorate([
348
381
  ProxyCmp({
382
+ defineCustomElementFn: defineCustomElement$a,
349
383
  inputs: ['ariaLabel', 'asNav', 'dropdownOffset', 'dropdownPos', 'icon', 'intent', 'label', 'rounded']
350
384
  }),
351
385
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -358,6 +392,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
358
392
  template: '<ng-content></ng-content>',
359
393
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
360
394
  inputs: ['ariaLabel', 'asNav', 'dropdownOffset', 'dropdownPos', 'icon', 'intent', 'label', 'rounded'],
395
+ standalone: true
361
396
  }]
362
397
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
363
398
  let EdsFeedback = class EdsFeedback {
@@ -370,10 +405,11 @@ let EdsFeedback = class EdsFeedback {
370
405
  proxyOutputs(this, this.el, ['rating']);
371
406
  }
372
407
  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 });
408
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsFeedback, isStandalone: true, 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
409
  };
375
410
  EdsFeedback = __decorate([
376
411
  ProxyCmp({
412
+ defineCustomElementFn: defineCustomElement$b,
377
413
  inputs: ['count', 'description', 'label', 'textMapping', 'type']
378
414
  }),
379
415
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -386,6 +422,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
386
422
  template: '<ng-content></ng-content>',
387
423
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
388
424
  inputs: ['count', 'description', 'label', 'textMapping', 'type'],
425
+ standalone: true
389
426
  }]
390
427
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
391
428
  let EdsFooter = class EdsFooter {
@@ -395,13 +432,15 @@ let EdsFooter = class EdsFooter {
395
432
  this.z = z;
396
433
  c.detach();
397
434
  this.el = r.nativeElement;
435
+ proxyOutputs(this, this.el, ['cookies']);
398
436
  }
399
437
  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 });
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 });
438
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsFooter, isStandalone: true, selector: "eds-footer", inputs: { enableCookiesSettings: "enableCookiesSettings", enableScrollTop: "enableScrollTop", fundedBy: "fundedBy", rightsReserved: "rightsReserved", social: "social" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
401
439
  };
402
440
  EdsFooter = __decorate([
403
441
  ProxyCmp({
404
- inputs: ['enableScrollTop', 'extraClass', 'fundedBy', 'rightsReserved', 'social']
442
+ defineCustomElementFn: defineCustomElement$c,
443
+ inputs: ['enableCookiesSettings', 'enableScrollTop', 'fundedBy', 'rightsReserved', 'social']
405
444
  }),
406
445
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
407
446
  ], EdsFooter);
@@ -412,7 +451,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
412
451
  changeDetection: ChangeDetectionStrategy.OnPush,
413
452
  template: '<ng-content></ng-content>',
414
453
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
415
- inputs: ['enableScrollTop', 'extraClass', 'fundedBy', 'rightsReserved', 'social'],
454
+ inputs: ['enableCookiesSettings', 'enableScrollTop', 'fundedBy', 'rightsReserved', 'social'],
455
+ standalone: true
416
456
  }]
417
457
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
418
458
  let EdsForm = class EdsForm {
@@ -425,11 +465,12 @@ let EdsForm = class EdsForm {
425
465
  proxyOutputs(this, this.el, ['form']);
426
466
  }
427
467
  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 });
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 });
468
+ 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 });
429
469
  };
430
470
  EdsForm = __decorate([
431
471
  ProxyCmp({
432
- inputs: ['coupleAuth', 'draft', 'draftData', 'endpoint', 'errorMessage', 'fields', 'name', 'setFormUrl', 'submitBtn', 'submitBtnHintMessage', 'submitBtnLabel', 'successMessage', 'user']
472
+ defineCustomElementFn: defineCustomElement$d,
473
+ inputs: ['errorMessage', 'fields', 'formBtn', 'formBtnLabel', 'initData', 'name', 'setFormUrl']
433
474
  }),
434
475
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
435
476
  ], EdsForm);
@@ -440,35 +481,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
440
481
  changeDetection: ChangeDetectionStrategy.OnPush,
441
482
  template: '<ng-content></ng-content>',
442
483
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
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
484
  inputs: ['errorMessage', 'fields', 'formBtn', 'formBtnLabel', 'initData', 'name', 'setFormUrl'],
485
+ standalone: true
472
486
  }]
473
487
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
474
488
  let EdsFrame = class EdsFrame {
@@ -480,10 +494,11 @@ let EdsFrame = class EdsFrame {
480
494
  this.el = r.nativeElement;
481
495
  }
482
496
  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 });
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 });
497
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsFrame, isStandalone: true, 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 });
484
498
  };
485
499
  EdsFrame = __decorate([
486
500
  ProxyCmp({
501
+ defineCustomElementFn: defineCustomElement$e,
487
502
  inputs: ['errorMessage', 'frameLabel', 'intent', 'size', 'storyPath', 'storybookUrl', 'urlLabel']
488
503
  }),
489
504
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -496,6 +511,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
496
511
  template: '<ng-content></ng-content>',
497
512
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
498
513
  inputs: ['errorMessage', 'frameLabel', 'intent', 'size', 'storyPath', 'storybookUrl', 'urlLabel'],
514
+ standalone: true
499
515
  }]
500
516
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
501
517
  let EdsFullscreenMenu = class EdsFullscreenMenu {
@@ -508,10 +524,11 @@ let EdsFullscreenMenu = class EdsFullscreenMenu {
508
524
  proxyOutputs(this, this.el, ['menuClose']);
509
525
  }
510
526
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsFullscreenMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
511
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsFullscreenMenu, selector: "eds-fullscreen-menu", inputs: { homeUrl: "homeUrl", inverseHeader: "inverseHeader", links: "links", menuLinks: "menuLinks" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
527
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsFullscreenMenu, isStandalone: true, selector: "eds-fullscreen-menu", inputs: { homeUrl: "homeUrl", inverseHeader: "inverseHeader", links: "links", menuLinks: "menuLinks" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
512
528
  };
513
529
  EdsFullscreenMenu = __decorate([
514
530
  ProxyCmp({
531
+ defineCustomElementFn: defineCustomElement$f,
515
532
  inputs: ['homeUrl', 'inverseHeader', 'links', 'menuLinks']
516
533
  }),
517
534
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -524,6 +541,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
524
541
  template: '<ng-content></ng-content>',
525
542
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
526
543
  inputs: ['homeUrl', 'inverseHeader', 'links', 'menuLinks'],
544
+ standalone: true
527
545
  }]
528
546
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
529
547
  let EdsHeader = class EdsHeader {
@@ -536,10 +554,11 @@ let EdsHeader = class EdsHeader {
536
554
  proxyOutputs(this, this.el, ['toggleMenu']);
537
555
  }
538
556
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
539
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsHeader, selector: "eds-header", inputs: { homeUrl: "homeUrl", inverseHeader: "inverseHeader", links: "links", menuEnabled: "menuEnabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
557
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsHeader, isStandalone: true, selector: "eds-header", inputs: { homeUrl: "homeUrl", inverseHeader: "inverseHeader", links: "links", menuEnabled: "menuEnabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
540
558
  };
541
559
  EdsHeader = __decorate([
542
560
  ProxyCmp({
561
+ defineCustomElementFn: defineCustomElement$g,
543
562
  inputs: ['homeUrl', 'inverseHeader', 'links', 'menuEnabled']
544
563
  }),
545
564
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -552,6 +571,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
552
571
  template: '<ng-content></ng-content>',
553
572
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
554
573
  inputs: ['homeUrl', 'inverseHeader', 'links', 'menuEnabled'],
574
+ standalone: true
555
575
  }]
556
576
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
557
577
  let EdsIconWrapper = class EdsIconWrapper {
@@ -563,10 +583,11 @@ let EdsIconWrapper = class EdsIconWrapper {
563
583
  this.el = r.nativeElement;
564
584
  }
565
585
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsIconWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
566
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsIconWrapper, selector: "eds-icon-wrapper", inputs: { class: "class", icon: "icon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
586
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsIconWrapper, isStandalone: true, selector: "eds-icon-wrapper", inputs: { class: "class", icon: "icon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
567
587
  };
568
588
  EdsIconWrapper = __decorate([
569
589
  ProxyCmp({
590
+ defineCustomElementFn: defineCustomElement$h,
570
591
  inputs: ['class', 'icon']
571
592
  }),
572
593
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -579,6 +600,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
579
600
  template: '<ng-content></ng-content>',
580
601
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
581
602
  inputs: ['class', 'icon'],
603
+ standalone: true
582
604
  }]
583
605
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
584
606
  let EdsImg = class EdsImg {
@@ -590,10 +612,11 @@ let EdsImg = class EdsImg {
590
612
  this.el = r.nativeElement;
591
613
  }
592
614
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsImg, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
593
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsImg, selector: "eds-img", inputs: { alt: "alt", formats: "formats", height: "height", lazyload: "lazyload", sizes: "sizes", src: "src", srcset: "srcset", width: "width", withBg: "withBg" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
615
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsImg, isStandalone: true, selector: "eds-img", inputs: { alt: "alt", formats: "formats", height: "height", lazyload: "lazyload", sizes: "sizes", src: "src", srcset: "srcset", width: "width", withBg: "withBg" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
594
616
  };
595
617
  EdsImg = __decorate([
596
618
  ProxyCmp({
619
+ defineCustomElementFn: defineCustomElement$i,
597
620
  inputs: ['alt', 'formats', 'height', 'lazyload', 'sizes', 'src', 'srcset', 'width', 'withBg']
598
621
  }),
599
622
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -606,6 +629,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
606
629
  template: '<ng-content></ng-content>',
607
630
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
608
631
  inputs: ['alt', 'formats', 'height', 'lazyload', 'sizes', 'src', 'srcset', 'width', 'withBg'],
632
+ standalone: true
609
633
  }]
610
634
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
611
635
  let EdsInputField = class EdsInputField {
@@ -617,10 +641,11 @@ let EdsInputField = class EdsInputField {
617
641
  this.el = r.nativeElement;
618
642
  }
619
643
  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 });
620
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsInputField, selector: "eds-input-field", inputs: { checked: "checked", disabled: "disabled", error: "error", errorMessage: "errorMessage", hint: "hint", icon: "icon", inputId: "inputId", label: "label", link: "link", maxLength: "maxLength", message: "message", name: "name", onChange: "onChange", 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 });
644
+ 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", hint: "hint", icon: "icon", inputId: "inputId", label: "label", link: "link", maxLength: "maxLength", message: "message", name: "name", onChange: "onChange", 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 });
621
645
  };
622
646
  EdsInputField = __decorate([
623
647
  ProxyCmp({
648
+ defineCustomElementFn: defineCustomElement$j,
624
649
  inputs: ['checked', 'disabled', 'error', 'errorMessage', 'hint', 'icon', 'inputId', 'label', 'link', 'maxLength', 'message', 'name', 'onChange', 'onInput', 'options', 'placeholder', 'required', 'type', 'value']
625
650
  }),
626
651
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -633,6 +658,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
633
658
  template: '<ng-content></ng-content>',
634
659
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
635
660
  inputs: ['checked', 'disabled', 'error', 'errorMessage', 'hint', 'icon', 'inputId', 'label', 'link', 'maxLength', 'message', 'name', 'onChange', 'onInput', 'options', 'placeholder', 'required', 'type', 'value'],
661
+ standalone: true
636
662
  }]
637
663
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
638
664
  let EdsLink = class EdsLink {
@@ -644,10 +670,11 @@ let EdsLink = class EdsLink {
644
670
  this.el = r.nativeElement;
645
671
  }
646
672
  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 });
647
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsLink, selector: "eds-link", inputs: { ariaLabel: "ariaLabel", current: "current", disabled: "disabled", download: "download", external: "external", extraClass: "extraClass", 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 });
673
+ 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", extraClass: "extraClass", 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 });
648
674
  };
649
675
  EdsLink = __decorate([
650
676
  ProxyCmp({
677
+ defineCustomElementFn: defineCustomElement$k,
651
678
  inputs: ['ariaLabel', 'current', 'disabled', 'download', 'external', 'extraClass', 'hideLabelOnSmallScreen', 'icon', 'iconPos', 'iconSmall', 'intent', 'label', 'size', 'url']
652
679
  }),
653
680
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -660,6 +687,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
660
687
  template: '<ng-content></ng-content>',
661
688
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
662
689
  inputs: ['ariaLabel', 'current', 'disabled', 'download', 'external', 'extraClass', 'hideLabelOnSmallScreen', 'icon', 'iconPos', 'iconSmall', 'intent', 'label', 'size', 'url'],
690
+ standalone: true
663
691
  }]
664
692
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
665
693
  let EdsLogin = class EdsLogin {
@@ -672,10 +700,11 @@ let EdsLogin = class EdsLogin {
672
700
  proxyOutputs(this, this.el, ['keycloak', 'auth']);
673
701
  }
674
702
  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 });
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 });
703
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsLogin, isStandalone: true, selector: "eds-login", inputs: { keycloakClientId: "keycloakClientId", keycloakRealm: "keycloakRealm", keycloakUrl: "keycloakUrl" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
676
704
  };
677
705
  EdsLogin = __decorate([
678
706
  ProxyCmp({
707
+ defineCustomElementFn: defineCustomElement$l,
679
708
  inputs: ['keycloakClientId', 'keycloakRealm', 'keycloakUrl']
680
709
  }),
681
710
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -688,6 +717,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
688
717
  template: '<ng-content></ng-content>',
689
718
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
690
719
  inputs: ['keycloakClientId', 'keycloakRealm', 'keycloakUrl'],
720
+ standalone: true
691
721
  }]
692
722
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
693
723
  let EdsLogo = class EdsLogo {
@@ -699,10 +729,11 @@ let EdsLogo = class EdsLogo {
699
729
  this.el = r.nativeElement;
700
730
  }
701
731
  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 });
702
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsLogo, selector: "eds-logo", inputs: { href: "href", label: "label", orientation: "orientation", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
732
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsLogo, isStandalone: true, selector: "eds-logo", inputs: { href: "href", label: "label", orientation: "orientation", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
703
733
  };
704
734
  EdsLogo = __decorate([
705
735
  ProxyCmp({
736
+ defineCustomElementFn: defineCustomElement$m,
706
737
  inputs: ['href', 'label', 'orientation', 'type']
707
738
  }),
708
739
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -715,6 +746,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
715
746
  template: '<ng-content></ng-content>',
716
747
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
717
748
  inputs: ['href', 'label', 'orientation', 'type'],
749
+ standalone: true
718
750
  }]
719
751
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
720
752
  let EdsMatomoNotice = class EdsMatomoNotice {
@@ -727,11 +759,12 @@ let EdsMatomoNotice = class EdsMatomoNotice {
727
759
  proxyOutputs(this, this.el, ['consent']);
728
760
  }
729
761
  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 });
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 });
762
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsMatomoNotice, isStandalone: true, selector: "eds-matomo-notice", inputs: { description: "description", forceShow: "forceShow", optOutMessage: "optOutMessage", title: "title" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
731
763
  };
732
764
  EdsMatomoNotice = __decorate([
733
765
  ProxyCmp({
734
- inputs: ['description', 'forceShow', 'title']
766
+ defineCustomElementFn: defineCustomElement$n,
767
+ inputs: ['description', 'forceShow', 'optOutMessage', 'title']
735
768
  }),
736
769
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
737
770
  ], EdsMatomoNotice);
@@ -742,7 +775,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
742
775
  changeDetection: ChangeDetectionStrategy.OnPush,
743
776
  template: '<ng-content></ng-content>',
744
777
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
745
- inputs: ['description', 'forceShow', 'title'],
778
+ inputs: ['description', 'forceShow', 'optOutMessage', 'title'],
779
+ standalone: true
746
780
  }]
747
781
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
748
782
  let EdsModal = class EdsModal {
@@ -754,10 +788,11 @@ let EdsModal = class EdsModal {
754
788
  this.el = r.nativeElement;
755
789
  }
756
790
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
757
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsModal, selector: "eds-modal", inputs: { position: "position", title: "title", truncate: "truncate", truncateLines: "truncateLines" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
791
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsModal, isStandalone: true, selector: "eds-modal", inputs: { position: "position", title: "title", truncate: "truncate", truncateLines: "truncateLines" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
758
792
  };
759
793
  EdsModal = __decorate([
760
794
  ProxyCmp({
795
+ defineCustomElementFn: defineCustomElement$o,
761
796
  inputs: ['position', 'title', 'truncate', 'truncateLines'],
762
797
  methods: ['open', 'close', 'toggle']
763
798
  }),
@@ -771,6 +806,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
771
806
  template: '<ng-content></ng-content>',
772
807
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
773
808
  inputs: ['position', 'title', 'truncate', 'truncateLines'],
809
+ standalone: true
774
810
  }]
775
811
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
776
812
  let EdsPagination = class EdsPagination {
@@ -782,10 +818,11 @@ let EdsPagination = class EdsPagination {
782
818
  this.el = r.nativeElement;
783
819
  }
784
820
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
785
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsPagination, selector: "eds-pagination", inputs: { currentPage: "currentPage", lastPage: "lastPage", mode: "mode", nextLabel: "nextLabel", nextUrl: "nextUrl", perPage: "perPage", prevLabel: "prevLabel", prevUrl: "prevUrl", total: "total", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
821
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsPagination, isStandalone: true, selector: "eds-pagination", inputs: { currentPage: "currentPage", lastPage: "lastPage", mode: "mode", nextLabel: "nextLabel", nextUrl: "nextUrl", perPage: "perPage", prevLabel: "prevLabel", prevUrl: "prevUrl", total: "total", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
786
822
  };
787
823
  EdsPagination = __decorate([
788
824
  ProxyCmp({
825
+ defineCustomElementFn: defineCustomElement$p,
789
826
  inputs: ['currentPage', 'lastPage', 'mode', 'nextLabel', 'nextUrl', 'perPage', 'prevLabel', 'prevUrl', 'total', 'url']
790
827
  }),
791
828
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -798,6 +835,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
798
835
  template: '<ng-content></ng-content>',
799
836
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
800
837
  inputs: ['currentPage', 'lastPage', 'mode', 'nextLabel', 'nextUrl', 'perPage', 'prevLabel', 'prevUrl', 'total', 'url'],
838
+ standalone: true
801
839
  }]
802
840
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
803
841
  let EdsProgressBar = class EdsProgressBar {
@@ -809,10 +847,11 @@ let EdsProgressBar = class EdsProgressBar {
809
847
  this.el = r.nativeElement;
810
848
  }
811
849
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
812
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsProgressBar, selector: "eds-progress-bar", inputs: { value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
850
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsProgressBar, isStandalone: true, selector: "eds-progress-bar", inputs: { value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
813
851
  };
814
852
  EdsProgressBar = __decorate([
815
853
  ProxyCmp({
854
+ defineCustomElementFn: defineCustomElement$q,
816
855
  inputs: ['value'],
817
856
  methods: ['updateValue']
818
857
  }),
@@ -826,6 +865,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
826
865
  template: '<ng-content></ng-content>',
827
866
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
828
867
  inputs: ['value'],
868
+ standalone: true
829
869
  }]
830
870
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
831
871
  let EdsRating = class EdsRating {
@@ -838,10 +878,11 @@ let EdsRating = class EdsRating {
838
878
  proxyOutputs(this, this.el, ['rating']);
839
879
  }
840
880
  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 });
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 });
881
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsRating, isStandalone: true, selector: "eds-rating", inputs: { ratingCount: "ratingCount", ratingType: "ratingType" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
842
882
  };
843
883
  EdsRating = __decorate([
844
884
  ProxyCmp({
885
+ defineCustomElementFn: defineCustomElement$r,
845
886
  inputs: ['ratingCount', 'ratingType']
846
887
  }),
847
888
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -854,6 +895,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
854
895
  template: '<ng-content></ng-content>',
855
896
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
856
897
  inputs: ['ratingCount', 'ratingType'],
898
+ standalone: true
857
899
  }]
858
900
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
859
901
  let EdsSectionCore = class EdsSectionCore {
@@ -865,10 +907,11 @@ let EdsSectionCore = class EdsSectionCore {
865
907
  this.el = r.nativeElement;
866
908
  }
867
909
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsSectionCore, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
868
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsSectionCore, selector: "eds-section-core", inputs: { headingLevel: "headingLevel", sectionTitle: "sectionTitle", tag: "tag" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
910
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsSectionCore, isStandalone: true, selector: "eds-section-core", inputs: { headingLevel: "headingLevel", sectionTitle: "sectionTitle", tag: "tag" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
869
911
  };
870
912
  EdsSectionCore = __decorate([
871
913
  ProxyCmp({
914
+ defineCustomElementFn: defineCustomElement$s,
872
915
  inputs: ['headingLevel', 'sectionTitle', 'tag']
873
916
  }),
874
917
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -881,6 +924,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
881
924
  template: '<ng-content></ng-content>',
882
925
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
883
926
  inputs: ['headingLevel', 'sectionTitle', 'tag'],
927
+ standalone: true
884
928
  }]
885
929
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
886
930
  let EdsSectionHeading = class EdsSectionHeading {
@@ -892,10 +936,11 @@ let EdsSectionHeading = class EdsSectionHeading {
892
936
  this.el = r.nativeElement;
893
937
  }
894
938
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsSectionHeading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
895
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsSectionHeading, selector: "eds-section-heading", inputs: { headingLevel: "headingLevel", sectionTitle: "sectionTitle", spacingLarge: "spacingLarge", tag: "tag", withContainer: "withContainer" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
939
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsSectionHeading, isStandalone: true, selector: "eds-section-heading", inputs: { headingLevel: "headingLevel", sectionTitle: "sectionTitle", spacingLarge: "spacingLarge", tag: "tag", withContainer: "withContainer" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
896
940
  };
897
941
  EdsSectionHeading = __decorate([
898
942
  ProxyCmp({
943
+ defineCustomElementFn: defineCustomElement$t,
899
944
  inputs: ['headingLevel', 'sectionTitle', 'spacingLarge', 'tag', 'withContainer']
900
945
  }),
901
946
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -908,6 +953,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
908
953
  template: '<ng-content></ng-content>',
909
954
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
910
955
  inputs: ['headingLevel', 'sectionTitle', 'spacingLarge', 'tag', 'withContainer'],
956
+ standalone: true
911
957
  }]
912
958
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
913
959
  let EdsSocialNetworks = class EdsSocialNetworks {
@@ -919,10 +965,11 @@ let EdsSocialNetworks = class EdsSocialNetworks {
919
965
  this.el = r.nativeElement;
920
966
  }
921
967
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsSocialNetworks, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
922
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsSocialNetworks, selector: "eds-social-networks", inputs: { title: "title" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
968
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsSocialNetworks, isStandalone: true, selector: "eds-social-networks", inputs: { title: "title" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
923
969
  };
924
970
  EdsSocialNetworks = __decorate([
925
971
  ProxyCmp({
972
+ defineCustomElementFn: defineCustomElement$u,
926
973
  inputs: ['title']
927
974
  }),
928
975
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -935,6 +982,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
935
982
  template: '<ng-content></ng-content>',
936
983
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
937
984
  inputs: ['title'],
985
+ standalone: true
938
986
  }]
939
987
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
940
988
  let EdsSpinner = class EdsSpinner {
@@ -946,10 +994,11 @@ let EdsSpinner = class EdsSpinner {
946
994
  this.el = r.nativeElement;
947
995
  }
948
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 });
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 });
997
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsSpinner, isStandalone: true, 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
998
  };
951
999
  EdsSpinner = __decorate([
952
1000
  ProxyCmp({
1001
+ defineCustomElementFn: defineCustomElement$v,
953
1002
  inputs: ['background', 'borderColor', 'bottomColor', 'fullscreen', 'size', 'thickness']
954
1003
  }),
955
1004
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -962,6 +1011,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
962
1011
  template: '<ng-content></ng-content>',
963
1012
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
964
1013
  inputs: ['background', 'borderColor', 'bottomColor', 'fullscreen', 'size', 'thickness'],
1014
+ standalone: true
965
1015
  }]
966
1016
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
967
1017
  let EdsSplashScreen = class EdsSplashScreen {
@@ -974,10 +1024,11 @@ let EdsSplashScreen = class EdsSplashScreen {
974
1024
  proxyOutputs(this, this.el, ['splash']);
975
1025
  }
976
1026
  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 });
1027
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsSplashScreen, isStandalone: true, selector: "eds-splash-screen", inputs: { initPromise: "initPromise", inverse: "inverse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
978
1028
  };
979
1029
  EdsSplashScreen = __decorate([
980
1030
  ProxyCmp({
1031
+ defineCustomElementFn: defineCustomElement$w,
981
1032
  inputs: ['initPromise', 'inverse']
982
1033
  }),
983
1034
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -990,6 +1041,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
990
1041
  template: '<ng-content></ng-content>',
991
1042
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
992
1043
  inputs: ['initPromise', 'inverse'],
1044
+ standalone: true
993
1045
  }]
994
1046
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
995
1047
  let EdsSteps = class EdsSteps {
@@ -1002,10 +1054,11 @@ let EdsSteps = class EdsSteps {
1002
1054
  proxyOutputs(this, this.el, ['step']);
1003
1055
  }
1004
1056
  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 });
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 });
1057
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsSteps, isStandalone: true, selector: "eds-steps", inputs: { steps: "steps", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1006
1058
  };
1007
1059
  EdsSteps = __decorate([
1008
1060
  ProxyCmp({
1061
+ defineCustomElementFn: defineCustomElement$x,
1009
1062
  inputs: ['steps', 'type']
1010
1063
  }),
1011
1064
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -1018,6 +1071,37 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
1018
1071
  template: '<ng-content></ng-content>',
1019
1072
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1020
1073
  inputs: ['steps', 'type'],
1074
+ standalone: true
1075
+ }]
1076
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1077
+ let EdsStepsV2 = class EdsStepsV2 {
1078
+ z;
1079
+ el;
1080
+ constructor(c, r, z) {
1081
+ this.z = z;
1082
+ c.detach();
1083
+ this.el = r.nativeElement;
1084
+ proxyOutputs(this, this.el, ['step']);
1085
+ }
1086
+ 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 });
1087
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsStepsV2, isStandalone: true, selector: "eds-steps-v2", inputs: { bg: "bg", imageSrc: "imageSrc", message: "message", steps: "steps", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1088
+ };
1089
+ EdsStepsV2 = __decorate([
1090
+ ProxyCmp({
1091
+ defineCustomElementFn: defineCustomElement$y,
1092
+ inputs: ['bg', 'imageSrc', 'message', 'steps', 'type']
1093
+ }),
1094
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
1095
+ ], EdsStepsV2);
1096
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsStepsV2, decorators: [{
1097
+ type: Component,
1098
+ args: [{
1099
+ selector: 'eds-steps-v2',
1100
+ changeDetection: ChangeDetectionStrategy.OnPush,
1101
+ template: '<ng-content></ng-content>',
1102
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1103
+ inputs: ['bg', 'imageSrc', 'message', 'steps', 'type'],
1104
+ standalone: true
1021
1105
  }]
1022
1106
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1023
1107
  let EdsSwitch = class EdsSwitch {
@@ -1030,10 +1114,11 @@ let EdsSwitch = class EdsSwitch {
1030
1114
  proxyOutputs(this, this.el, ['change']);
1031
1115
  }
1032
1116
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1033
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsSwitch, selector: "eds-switch", inputs: { checked: "checked", disabled: "disabled", labelOff: "labelOff", labelOn: "labelOn" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1117
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsSwitch, isStandalone: true, selector: "eds-switch", inputs: { checked: "checked", disabled: "disabled", labelOff: "labelOff", labelOn: "labelOn" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1034
1118
  };
1035
1119
  EdsSwitch = __decorate([
1036
1120
  ProxyCmp({
1121
+ defineCustomElementFn: defineCustomElement$z,
1037
1122
  inputs: ['checked', 'disabled', 'labelOff', 'labelOn']
1038
1123
  }),
1039
1124
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -1046,6 +1131,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
1046
1131
  template: '<ng-content></ng-content>',
1047
1132
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1048
1133
  inputs: ['checked', 'disabled', 'labelOff', 'labelOn'],
1134
+ standalone: true
1049
1135
  }]
1050
1136
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1051
1137
  let EdsTable = class EdsTable {
@@ -1057,10 +1143,11 @@ let EdsTable = class EdsTable {
1057
1143
  this.el = r.nativeElement;
1058
1144
  }
1059
1145
  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 });
1060
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsTable, selector: "eds-table", inputs: { columnSize: "columnSize", config: "config", data: "data", endpoint: "endpoint", hostWidth: "hostWidth", paginationEnabled: "paginationEnabled", rowsPerPage: "rowsPerPage", searchEnabled: "searchEnabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1146
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsTable, isStandalone: true, selector: "eds-table", inputs: { columnSize: "columnSize", config: "config", data: "data", endpoint: "endpoint", hostWidth: "hostWidth", paginationEnabled: "paginationEnabled", rowsPerPage: "rowsPerPage", searchEnabled: "searchEnabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1061
1147
  };
1062
1148
  EdsTable = __decorate([
1063
1149
  ProxyCmp({
1150
+ defineCustomElementFn: defineCustomElement$A,
1064
1151
  inputs: ['columnSize', 'config', 'data', 'endpoint', 'hostWidth', 'paginationEnabled', 'rowsPerPage', 'searchEnabled']
1065
1152
  }),
1066
1153
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -1073,6 +1160,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
1073
1160
  template: '<ng-content></ng-content>',
1074
1161
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1075
1162
  inputs: ['columnSize', 'config', 'data', 'endpoint', 'hostWidth', 'paginationEnabled', 'rowsPerPage', 'searchEnabled'],
1163
+ standalone: true
1076
1164
  }]
1077
1165
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1078
1166
  let EdsTabs = class EdsTabs {
@@ -1085,10 +1173,11 @@ let EdsTabs = class EdsTabs {
1085
1173
  proxyOutputs(this, this.el, ['tab']);
1086
1174
  }
1087
1175
  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 });
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 });
1176
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsTabs, isStandalone: true, selector: "eds-tabs", inputs: { id: "id", navAriaLabel: "navAriaLabel", tabs: "tabs" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1089
1177
  };
1090
1178
  EdsTabs = __decorate([
1091
1179
  ProxyCmp({
1180
+ defineCustomElementFn: defineCustomElement$B,
1092
1181
  inputs: ['id', 'navAriaLabel', 'tabs']
1093
1182
  }),
1094
1183
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -1101,6 +1190,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
1101
1190
  template: '<ng-content></ng-content>',
1102
1191
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1103
1192
  inputs: ['id', 'navAriaLabel', 'tabs'],
1193
+ standalone: true
1104
1194
  }]
1105
1195
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1106
1196
  let EdsTag = class EdsTag {
@@ -1112,10 +1202,11 @@ let EdsTag = class EdsTag {
1112
1202
  this.el = r.nativeElement;
1113
1203
  }
1114
1204
  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 });
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 });
1205
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsTag, isStandalone: true, selector: "eds-tag", inputs: { intent: "intent", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1116
1206
  };
1117
1207
  EdsTag = __decorate([
1118
1208
  ProxyCmp({
1209
+ defineCustomElementFn: defineCustomElement$C,
1119
1210
  inputs: ['intent', 'label']
1120
1211
  }),
1121
1212
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -1128,6 +1219,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
1128
1219
  template: '<ng-content></ng-content>',
1129
1220
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1130
1221
  inputs: ['intent', 'label'],
1222
+ standalone: true
1131
1223
  }]
1132
1224
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1133
1225
  let EdsTimeline = class EdsTimeline {
@@ -1139,10 +1231,11 @@ let EdsTimeline = class EdsTimeline {
1139
1231
  this.el = r.nativeElement;
1140
1232
  }
1141
1233
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsTimeline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1142
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsTimeline, selector: "eds-timeline", inputs: { events: "events" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1234
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsTimeline, isStandalone: true, selector: "eds-timeline", inputs: { events: "events" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1143
1235
  };
1144
1236
  EdsTimeline = __decorate([
1145
1237
  ProxyCmp({
1238
+ defineCustomElementFn: defineCustomElement$D,
1146
1239
  inputs: ['events']
1147
1240
  }),
1148
1241
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -1155,6 +1248,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
1155
1248
  template: '<ng-content></ng-content>',
1156
1249
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1157
1250
  inputs: ['events'],
1251
+ standalone: true
1158
1252
  }]
1159
1253
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1160
1254
  let EdsToast = class EdsToast {
@@ -1166,10 +1260,11 @@ let EdsToast = class EdsToast {
1166
1260
  this.el = r.nativeElement;
1167
1261
  }
1168
1262
  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 });
1169
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsToast, selector: "eds-toast", inputs: { duration: "duration", intent: "intent", message: "message" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1263
+ 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 });
1170
1264
  };
1171
1265
  EdsToast = __decorate([
1172
1266
  ProxyCmp({
1267
+ defineCustomElementFn: defineCustomElement$E,
1173
1268
  inputs: ['duration', 'intent', 'message']
1174
1269
  }),
1175
1270
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -1182,6 +1277,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
1182
1277
  template: '<ng-content></ng-content>',
1183
1278
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1184
1279
  inputs: ['duration', 'intent', 'message'],
1280
+ standalone: true
1185
1281
  }]
1186
1282
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1187
1283
  let EdsTooltip = class EdsTooltip {
@@ -1193,10 +1289,11 @@ let EdsTooltip = class EdsTooltip {
1193
1289
  this.el = r.nativeElement;
1194
1290
  }
1195
1291
  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 });
1196
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsTooltip, selector: "eds-tooltip", inputs: { content: "content", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1292
+ 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 });
1197
1293
  };
1198
1294
  EdsTooltip = __decorate([
1199
1295
  ProxyCmp({
1296
+ defineCustomElementFn: defineCustomElement$F,
1200
1297
  inputs: ['content', 'position']
1201
1298
  }),
1202
1299
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -1209,6 +1306,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
1209
1306
  template: '<ng-content></ng-content>',
1210
1307
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1211
1308
  inputs: ['content', 'position'],
1309
+ standalone: true
1212
1310
  }]
1213
1311
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1214
1312
  let EdsUser = class EdsUser {
@@ -1220,10 +1318,11 @@ let EdsUser = class EdsUser {
1220
1318
  this.el = r.nativeElement;
1221
1319
  }
1222
1320
  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 });
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 });
1321
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsUser, isStandalone: true, selector: "eds-user", inputs: { user: "user" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1224
1322
  };
1225
1323
  EdsUser = __decorate([
1226
1324
  ProxyCmp({
1325
+ defineCustomElementFn: defineCustomElement$G,
1227
1326
  inputs: ['user']
1228
1327
  }),
1229
1328
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -1236,33 +1335,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
1236
1335
  template: '<ng-content></ng-content>',
1237
1336
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1238
1337
  inputs: ['user'],
1239
- }]
1240
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1241
- let EdsVerticalStepper = class EdsVerticalStepper {
1242
- z;
1243
- el;
1244
- constructor(c, r, z) {
1245
- this.z = z;
1246
- c.detach();
1247
- this.el = r.nativeElement;
1248
- }
1249
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsVerticalStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1250
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsVerticalStepper, selector: "eds-vertical-stepper", inputs: { steps: "steps" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1251
- };
1252
- EdsVerticalStepper = __decorate([
1253
- ProxyCmp({
1254
- inputs: ['steps']
1255
- }),
1256
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
1257
- ], EdsVerticalStepper);
1258
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: EdsVerticalStepper, decorators: [{
1259
- type: Component,
1260
- args: [{
1261
- selector: 'eds-vertical-stepper',
1262
- changeDetection: ChangeDetectionStrategy.OnPush,
1263
- template: '<ng-content></ng-content>',
1264
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1265
- inputs: ['steps'],
1338
+ standalone: true
1266
1339
  }]
1267
1340
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1268
1341
 
@@ -1270,5 +1343,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
1270
1343
  * Generated bundle index. Do not edit.
1271
1344
  */
1272
1345
 
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 };
1346
+ export { EdsAccordion, EdsAlert, EdsAvatar, EdsBlockBreak, EdsBreadcrumb, EdsButton, EdsCardGeneric, EdsCardSection, EdsCodeBlock, EdsDropdown, EdsFeedback, EdsFooter, EdsForm, EdsFrame, EdsFullscreenMenu, EdsHeader, EdsIconWrapper, EdsImg, EdsInputField, EdsLink, EdsLogin, EdsLogo, EdsMatomoNotice, EdsModal, EdsPagination, EdsProgressBar, EdsRating, EdsSectionCore, EdsSectionHeading, EdsSocialNetworks, EdsSpinner, EdsSplashScreen, EdsSteps, EdsStepsV2, EdsSwitch, EdsTable, EdsTabs, EdsTag, EdsTimeline, EdsToast, EdsTooltip, EdsUser };
1274
1347
  //# sourceMappingURL=ebrains-angular.mjs.map