@ebrains/angular 0.9.1-beta → 0.9.3-beta

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,45 @@ 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-fullscreen-menu.js';
19
+ import { defineCustomElement as defineCustomElement$f } from '@ebrains/components/dist/components/eds-header.js';
20
+ import { defineCustomElement as defineCustomElement$g } from '@ebrains/components/dist/components/eds-icon-wrapper.js';
21
+ import { defineCustomElement as defineCustomElement$h } from '@ebrains/components/dist/components/eds-img.js';
22
+ import { defineCustomElement as defineCustomElement$i } from '@ebrains/components/dist/components/eds-input-field.js';
23
+ import { defineCustomElement as defineCustomElement$j } from '@ebrains/components/dist/components/eds-link.js';
24
+ import { defineCustomElement as defineCustomElement$k } from '@ebrains/components/dist/components/eds-logo.js';
25
+ import { defineCustomElement as defineCustomElement$l } from '@ebrains/components/dist/components/eds-matomo-notice.js';
26
+ import { defineCustomElement as defineCustomElement$m } from '@ebrains/components/dist/components/eds-modal.js';
27
+ import { defineCustomElement as defineCustomElement$n } from '@ebrains/components/dist/components/eds-pagination.js';
28
+ import { defineCustomElement as defineCustomElement$o } from '@ebrains/components/dist/components/eds-progress-bar.js';
29
+ import { defineCustomElement as defineCustomElement$p } from '@ebrains/components/dist/components/eds-rating.js';
30
+ import { defineCustomElement as defineCustomElement$q } from '@ebrains/components/dist/components/eds-section-core.js';
31
+ import { defineCustomElement as defineCustomElement$r } from '@ebrains/components/dist/components/eds-social-networks.js';
32
+ import { defineCustomElement as defineCustomElement$s } from '@ebrains/components/dist/components/eds-spinner.js';
33
+ import { defineCustomElement as defineCustomElement$t } from '@ebrains/components/dist/components/eds-splash-screen.js';
34
+ import { defineCustomElement as defineCustomElement$u } from '@ebrains/components/dist/components/eds-steps.js';
35
+ import { defineCustomElement as defineCustomElement$v } from '@ebrains/components/dist/components/eds-steps-v2.js';
36
+ import { defineCustomElement as defineCustomElement$w } from '@ebrains/components/dist/components/eds-switch.js';
37
+ import { defineCustomElement as defineCustomElement$x } from '@ebrains/components/dist/components/eds-table.js';
38
+ import { defineCustomElement as defineCustomElement$y } from '@ebrains/components/dist/components/eds-tabs.js';
39
+ import { defineCustomElement as defineCustomElement$z } from '@ebrains/components/dist/components/eds-tag.js';
40
+ import { defineCustomElement as defineCustomElement$A } from '@ebrains/components/dist/components/eds-timeline.js';
41
+ import { defineCustomElement as defineCustomElement$B } from '@ebrains/components/dist/components/eds-toast.js';
42
+ import { defineCustomElement as defineCustomElement$C } from '@ebrains/components/dist/components/eds-tooltip.js';
43
+ import { defineCustomElement as defineCustomElement$D } from '@ebrains/components/dist/components/eds-user.js';
5
44
 
6
45
  /* eslint-disable */
7
46
  /* tslint:disable */
@@ -71,10 +110,11 @@ let EdsAccordion = class EdsAccordion {
71
110
  proxyOutputs(this, this.el, ['accordion']);
72
111
  }
73
112
  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", heading: "heading", switchBg: "switchBg" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
113
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsAccordion, isStandalone: true, selector: "eds-accordion", inputs: { clampText: "clampText", description: "description", expanded: "expanded", heading: "heading", switchBg: "switchBg" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
75
114
  };
76
115
  EdsAccordion = __decorate([
77
116
  ProxyCmp({
117
+ defineCustomElementFn: defineCustomElement$1,
78
118
  inputs: ['clampText', 'description', 'expanded', 'heading', 'switchBg']
79
119
  }),
80
120
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -87,6 +127,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
87
127
  template: '<ng-content></ng-content>',
88
128
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
89
129
  inputs: ['clampText', 'description', 'expanded', 'heading', 'switchBg'],
130
+ standalone: true
90
131
  }]
91
132
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
92
133
  let EdsAlert = class EdsAlert {
@@ -98,10 +139,11 @@ let EdsAlert = class EdsAlert {
98
139
  this.el = r.nativeElement;
99
140
  }
100
141
  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: { 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 });
142
+ 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
143
  };
103
144
  EdsAlert = __decorate([
104
145
  ProxyCmp({
146
+ defineCustomElementFn: defineCustomElement$2,
105
147
  inputs: ['brd', 'direction', 'intent', 'message', 'pressableLabel', 'pressableUrl']
106
148
  }),
107
149
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -114,6 +156,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
114
156
  template: '<ng-content></ng-content>',
115
157
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
116
158
  inputs: ['brd', 'direction', 'intent', 'message', 'pressableLabel', 'pressableUrl'],
159
+ standalone: true
117
160
  }]
118
161
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
119
162
  let EdsAvatar = class EdsAvatar {
@@ -125,10 +168,11 @@ let EdsAvatar = class EdsAvatar {
125
168
  this.el = r.nativeElement;
126
169
  }
127
170
  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", lastName: "lastName", picture: "picture" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
171
+ 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
172
  };
130
173
  EdsAvatar = __decorate([
131
174
  ProxyCmp({
175
+ defineCustomElementFn: defineCustomElement$3,
132
176
  inputs: ['color', 'firstName', 'initials', 'lastName', 'picture']
133
177
  }),
134
178
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -141,6 +185,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
141
185
  template: '<ng-content></ng-content>',
142
186
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
143
187
  inputs: ['color', 'firstName', 'initials', 'lastName', 'picture'],
188
+ standalone: true
144
189
  }]
145
190
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
146
191
  let EdsBlockBreak = class EdsBlockBreak {
@@ -152,10 +197,11 @@ let EdsBlockBreak = class EdsBlockBreak {
152
197
  this.el = r.nativeElement;
153
198
  }
154
199
  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 });
200
+ 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
201
  };
157
202
  EdsBlockBreak = __decorate([
158
203
  ProxyCmp({
204
+ defineCustomElementFn: defineCustomElement$4,
159
205
  inputs: ['extraClass']
160
206
  }),
161
207
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -168,6 +214,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
168
214
  template: '<ng-content></ng-content>',
169
215
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
170
216
  inputs: ['extraClass'],
217
+ standalone: true
171
218
  }]
172
219
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
173
220
  let EdsBreadcrumb = class EdsBreadcrumb {
@@ -179,10 +226,11 @@ let EdsBreadcrumb = class EdsBreadcrumb {
179
226
  this.el = r.nativeElement;
180
227
  }
181
228
  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 });
229
+ 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
230
  };
184
231
  EdsBreadcrumb = __decorate([
185
232
  ProxyCmp({
233
+ defineCustomElementFn: defineCustomElement$5,
186
234
  inputs: ['intent', 'items']
187
235
  }),
188
236
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -195,6 +243,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
195
243
  template: '<ng-content></ng-content>',
196
244
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
197
245
  inputs: ['intent', 'items'],
246
+ standalone: true
198
247
  }]
199
248
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
200
249
  let EdsButton = class EdsButton {
@@ -206,10 +255,11 @@ let EdsButton = class EdsButton {
206
255
  this.el = r.nativeElement;
207
256
  }
208
257
  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 });
258
+ 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
259
  };
211
260
  EdsButton = __decorate([
212
261
  ProxyCmp({
262
+ defineCustomElementFn: defineCustomElement$6,
213
263
  inputs: ['ariaLabel', 'disabled', 'elementType', 'extraClass', 'icon', 'iconPos', 'iconSmall', 'intent', 'label', 'loading', 'pill', 'size', 'triggerClick']
214
264
  }),
215
265
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -222,6 +272,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
222
272
  template: '<ng-content></ng-content>',
223
273
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
224
274
  inputs: ['ariaLabel', 'disabled', 'elementType', 'extraClass', 'icon', 'iconPos', 'iconSmall', 'intent', 'label', 'loading', 'pill', 'size', 'triggerClick'],
275
+ standalone: true
225
276
  }]
226
277
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
227
278
  let EdsCardGeneric = class EdsCardGeneric {
@@ -233,10 +284,11 @@ let EdsCardGeneric = class EdsCardGeneric {
233
284
  this.el = r.nativeElement;
234
285
  }
235
286
  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 });
236
- 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 });
287
+ 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 });
237
288
  };
238
289
  EdsCardGeneric = __decorate([
239
290
  ProxyCmp({
291
+ defineCustomElementFn: defineCustomElement$7,
240
292
  inputs: ['avatar', 'bg', 'cardTitle', 'description', 'headingLevel', 'hierarchy', 'image', 'shortAbbreviation', 'tags', 'tiny', 'url', 'withHover']
241
293
  }),
242
294
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -249,6 +301,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
249
301
  template: '<ng-content></ng-content>',
250
302
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
251
303
  inputs: ['avatar', 'bg', 'cardTitle', 'description', 'headingLevel', 'hierarchy', 'image', 'shortAbbreviation', 'tags', 'tiny', 'url', 'withHover'],
304
+ standalone: true
252
305
  }]
253
306
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
254
307
  let EdsCardSection = class EdsCardSection {
@@ -260,10 +313,11 @@ let EdsCardSection = class EdsCardSection {
260
313
  this.el = r.nativeElement;
261
314
  }
262
315
  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 });
263
- 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 });
316
+ 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 });
264
317
  };
265
318
  EdsCardSection = __decorate([
266
319
  ProxyCmp({
320
+ defineCustomElementFn: defineCustomElement$8,
267
321
  inputs: ['cards', 'occupyCols']
268
322
  }),
269
323
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -276,6 +330,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
276
330
  template: '<ng-content></ng-content>',
277
331
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
278
332
  inputs: ['cards', 'occupyCols'],
333
+ standalone: true
279
334
  }]
280
335
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
281
336
  let EdsCodeBlock = class EdsCodeBlock {
@@ -287,10 +342,11 @@ let EdsCodeBlock = class EdsCodeBlock {
287
342
  this.el = r.nativeElement;
288
343
  }
289
344
  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 });
290
- 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 });
345
+ 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 });
291
346
  };
292
347
  EdsCodeBlock = __decorate([
293
348
  ProxyCmp({
349
+ defineCustomElementFn: defineCustomElement$9,
294
350
  inputs: ['code', 'language']
295
351
  }),
296
352
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -303,6 +359,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
303
359
  template: '<ng-content></ng-content>',
304
360
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
305
361
  inputs: ['code', 'language'],
362
+ standalone: true
306
363
  }]
307
364
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
308
365
  let EdsDropdown = class EdsDropdown {
@@ -315,10 +372,11 @@ let EdsDropdown = class EdsDropdown {
315
372
  proxyOutputs(this, this.el, ['dropdown']);
316
373
  }
317
374
  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 });
318
- 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 });
375
+ 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 });
319
376
  };
320
377
  EdsDropdown = __decorate([
321
378
  ProxyCmp({
379
+ defineCustomElementFn: defineCustomElement$a,
322
380
  inputs: ['ariaLabel', 'asNav', 'dropdownOffset', 'dropdownPos', 'icon', 'intent', 'label', 'rounded']
323
381
  }),
324
382
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -331,6 +389,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
331
389
  template: '<ng-content></ng-content>',
332
390
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
333
391
  inputs: ['ariaLabel', 'asNav', 'dropdownOffset', 'dropdownPos', 'icon', 'intent', 'label', 'rounded'],
392
+ standalone: true
334
393
  }]
335
394
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
336
395
  let EdsFeedback = class EdsFeedback {
@@ -343,10 +402,11 @@ let EdsFeedback = class EdsFeedback {
343
402
  proxyOutputs(this, this.el, ['rating']);
344
403
  }
345
404
  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 });
346
- 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 });
405
+ 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 });
347
406
  };
348
407
  EdsFeedback = __decorate([
349
408
  ProxyCmp({
409
+ defineCustomElementFn: defineCustomElement$b,
350
410
  inputs: ['count', 'description', 'label', 'textMapping', 'type']
351
411
  }),
352
412
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -359,6 +419,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
359
419
  template: '<ng-content></ng-content>',
360
420
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
361
421
  inputs: ['count', 'description', 'label', 'textMapping', 'type'],
422
+ standalone: true
362
423
  }]
363
424
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
364
425
  let EdsFooter = class EdsFooter {
@@ -371,10 +432,11 @@ let EdsFooter = class EdsFooter {
371
432
  proxyOutputs(this, this.el, ['cookies']);
372
433
  }
373
434
  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 });
374
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsFooter, 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 });
435
+ 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 });
375
436
  };
376
437
  EdsFooter = __decorate([
377
438
  ProxyCmp({
439
+ defineCustomElementFn: defineCustomElement$c,
378
440
  inputs: ['enableCookiesSettings', 'enableScrollTop', 'fundedBy', 'rightsReserved', 'social']
379
441
  }),
380
442
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -387,6 +449,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
387
449
  template: '<ng-content></ng-content>',
388
450
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
389
451
  inputs: ['enableCookiesSettings', 'enableScrollTop', 'fundedBy', 'rightsReserved', 'social'],
452
+ standalone: true
390
453
  }]
391
454
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
392
455
  let EdsForm = class EdsForm {
@@ -399,10 +462,11 @@ let EdsForm = class EdsForm {
399
462
  proxyOutputs(this, this.el, ['form']);
400
463
  }
401
464
  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 });
402
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsForm, 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 });
465
+ 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 });
403
466
  };
404
467
  EdsForm = __decorate([
405
468
  ProxyCmp({
469
+ defineCustomElementFn: defineCustomElement$d,
406
470
  inputs: ['errorMessage', 'fields', 'formBtn', 'formBtnLabel', 'initData', 'name', 'setFormUrl']
407
471
  }),
408
472
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -415,6 +479,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
415
479
  template: '<ng-content></ng-content>',
416
480
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
417
481
  inputs: ['errorMessage', 'fields', 'formBtn', 'formBtnLabel', 'initData', 'name', 'setFormUrl'],
482
+ standalone: true
418
483
  }]
419
484
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
420
485
  let EdsFullscreenMenu = class EdsFullscreenMenu {
@@ -427,10 +492,11 @@ let EdsFullscreenMenu = class EdsFullscreenMenu {
427
492
  proxyOutputs(this, this.el, ['menuClose']);
428
493
  }
429
494
  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 });
430
- 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 });
495
+ 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 });
431
496
  };
432
497
  EdsFullscreenMenu = __decorate([
433
498
  ProxyCmp({
499
+ defineCustomElementFn: defineCustomElement$e,
434
500
  inputs: ['homeUrl', 'inverseHeader', 'links', 'menuLinks']
435
501
  }),
436
502
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -443,6 +509,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
443
509
  template: '<ng-content></ng-content>',
444
510
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
445
511
  inputs: ['homeUrl', 'inverseHeader', 'links', 'menuLinks'],
512
+ standalone: true
446
513
  }]
447
514
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
448
515
  let EdsHeader = class EdsHeader {
@@ -452,13 +519,14 @@ let EdsHeader = class EdsHeader {
452
519
  this.z = z;
453
520
  c.detach();
454
521
  this.el = r.nativeElement;
455
- proxyOutputs(this, this.el, ['toggleMenu']);
522
+ proxyOutputs(this, this.el, ['toggleheadermenu']);
456
523
  }
457
524
  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 });
458
- 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 });
525
+ 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 });
459
526
  };
460
527
  EdsHeader = __decorate([
461
528
  ProxyCmp({
529
+ defineCustomElementFn: defineCustomElement$f,
462
530
  inputs: ['homeUrl', 'inverseHeader', 'links', 'menuEnabled']
463
531
  }),
464
532
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -471,6 +539,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
471
539
  template: '<ng-content></ng-content>',
472
540
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
473
541
  inputs: ['homeUrl', 'inverseHeader', 'links', 'menuEnabled'],
542
+ standalone: true
474
543
  }]
475
544
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
476
545
  let EdsIconWrapper = class EdsIconWrapper {
@@ -482,10 +551,11 @@ let EdsIconWrapper = class EdsIconWrapper {
482
551
  this.el = r.nativeElement;
483
552
  }
484
553
  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 });
485
- 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 });
554
+ 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 });
486
555
  };
487
556
  EdsIconWrapper = __decorate([
488
557
  ProxyCmp({
558
+ defineCustomElementFn: defineCustomElement$g,
489
559
  inputs: ['class', 'icon']
490
560
  }),
491
561
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -498,6 +568,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
498
568
  template: '<ng-content></ng-content>',
499
569
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
500
570
  inputs: ['class', 'icon'],
571
+ standalone: true
501
572
  }]
502
573
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
503
574
  let EdsImg = class EdsImg {
@@ -509,10 +580,11 @@ let EdsImg = class EdsImg {
509
580
  this.el = r.nativeElement;
510
581
  }
511
582
  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 });
512
- 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 });
583
+ 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 });
513
584
  };
514
585
  EdsImg = __decorate([
515
586
  ProxyCmp({
587
+ defineCustomElementFn: defineCustomElement$h,
516
588
  inputs: ['alt', 'formats', 'height', 'lazyload', 'sizes', 'src', 'srcset', 'width', 'withBg']
517
589
  }),
518
590
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -525,6 +597,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
525
597
  template: '<ng-content></ng-content>',
526
598
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
527
599
  inputs: ['alt', 'formats', 'height', 'lazyload', 'sizes', 'src', 'srcset', 'width', 'withBg'],
600
+ standalone: true
528
601
  }]
529
602
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
530
603
  let EdsInputField = class EdsInputField {
@@ -536,10 +609,11 @@ let EdsInputField = class EdsInputField {
536
609
  this.el = r.nativeElement;
537
610
  }
538
611
  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 });
539
- 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 });
612
+ 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 });
540
613
  };
541
614
  EdsInputField = __decorate([
542
615
  ProxyCmp({
616
+ defineCustomElementFn: defineCustomElement$i,
543
617
  inputs: ['checked', 'disabled', 'error', 'errorMessage', 'hint', 'icon', 'inputId', 'label', 'link', 'maxLength', 'message', 'name', 'onChange', 'onInput', 'options', 'placeholder', 'required', 'type', 'value']
544
618
  }),
545
619
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -552,6 +626,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
552
626
  template: '<ng-content></ng-content>',
553
627
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
554
628
  inputs: ['checked', 'disabled', 'error', 'errorMessage', 'hint', 'icon', 'inputId', 'label', 'link', 'maxLength', 'message', 'name', 'onChange', 'onInput', 'options', 'placeholder', 'required', 'type', 'value'],
629
+ standalone: true
555
630
  }]
556
631
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
557
632
  let EdsLink = class EdsLink {
@@ -563,10 +638,11 @@ let EdsLink = class EdsLink {
563
638
  this.el = r.nativeElement;
564
639
  }
565
640
  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 });
566
- 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 });
641
+ 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 });
567
642
  };
568
643
  EdsLink = __decorate([
569
644
  ProxyCmp({
645
+ defineCustomElementFn: defineCustomElement$j,
570
646
  inputs: ['ariaLabel', 'current', 'disabled', 'download', 'external', 'extraClass', 'hideLabelOnSmallScreen', 'icon', 'iconPos', 'iconSmall', 'intent', 'label', 'size', 'url']
571
647
  }),
572
648
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -579,6 +655,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
579
655
  template: '<ng-content></ng-content>',
580
656
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
581
657
  inputs: ['ariaLabel', 'current', 'disabled', 'download', 'external', 'extraClass', 'hideLabelOnSmallScreen', 'icon', 'iconPos', 'iconSmall', 'intent', 'label', 'size', 'url'],
658
+ standalone: true
582
659
  }]
583
660
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
584
661
  let EdsLogo = class EdsLogo {
@@ -590,10 +667,11 @@ let EdsLogo = class EdsLogo {
590
667
  this.el = r.nativeElement;
591
668
  }
592
669
  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 });
593
- 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 });
670
+ 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 });
594
671
  };
595
672
  EdsLogo = __decorate([
596
673
  ProxyCmp({
674
+ defineCustomElementFn: defineCustomElement$k,
597
675
  inputs: ['href', 'label', 'orientation', 'type']
598
676
  }),
599
677
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -606,6 +684,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
606
684
  template: '<ng-content></ng-content>',
607
685
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
608
686
  inputs: ['href', 'label', 'orientation', 'type'],
687
+ standalone: true
609
688
  }]
610
689
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
611
690
  let EdsMatomoNotice = class EdsMatomoNotice {
@@ -618,10 +697,11 @@ let EdsMatomoNotice = class EdsMatomoNotice {
618
697
  proxyOutputs(this, this.el, ['consent']);
619
698
  }
620
699
  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 });
621
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsMatomoNotice, selector: "eds-matomo-notice", inputs: { description: "description", forceShow: "forceShow", heading: "heading", optOutMessage: "optOutMessage" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
700
+ 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", heading: "heading", optOutMessage: "optOutMessage" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
622
701
  };
623
702
  EdsMatomoNotice = __decorate([
624
703
  ProxyCmp({
704
+ defineCustomElementFn: defineCustomElement$l,
625
705
  inputs: ['description', 'forceShow', 'heading', 'optOutMessage']
626
706
  }),
627
707
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -634,6 +714,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
634
714
  template: '<ng-content></ng-content>',
635
715
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
636
716
  inputs: ['description', 'forceShow', 'heading', 'optOutMessage'],
717
+ standalone: true
637
718
  }]
638
719
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
639
720
  let EdsModal = class EdsModal {
@@ -645,11 +726,12 @@ let EdsModal = class EdsModal {
645
726
  this.el = r.nativeElement;
646
727
  }
647
728
  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 });
648
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsModal, selector: "eds-modal", inputs: { heading: "heading", position: "position", truncate: "truncate", truncateLines: "truncateLines" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
729
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsModal, isStandalone: true, selector: "eds-modal", inputs: { heading: "heading", inverseHeader: "inverseHeader", position: "position", truncate: "truncate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
649
730
  };
650
731
  EdsModal = __decorate([
651
732
  ProxyCmp({
652
- inputs: ['heading', 'position', 'truncate', 'truncateLines'],
733
+ defineCustomElementFn: defineCustomElement$m,
734
+ inputs: ['heading', 'inverseHeader', 'position', 'truncate'],
653
735
  methods: ['open', 'close', 'toggle']
654
736
  }),
655
737
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -661,7 +743,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
661
743
  changeDetection: ChangeDetectionStrategy.OnPush,
662
744
  template: '<ng-content></ng-content>',
663
745
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
664
- inputs: ['heading', 'position', 'truncate', 'truncateLines'],
746
+ inputs: ['heading', 'inverseHeader', 'position', 'truncate'],
747
+ standalone: true
665
748
  }]
666
749
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
667
750
  let EdsPagination = class EdsPagination {
@@ -673,10 +756,11 @@ let EdsPagination = class EdsPagination {
673
756
  this.el = r.nativeElement;
674
757
  }
675
758
  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 });
676
- 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 });
759
+ 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 });
677
760
  };
678
761
  EdsPagination = __decorate([
679
762
  ProxyCmp({
763
+ defineCustomElementFn: defineCustomElement$n,
680
764
  inputs: ['currentPage', 'lastPage', 'mode', 'nextLabel', 'nextUrl', 'perPage', 'prevLabel', 'prevUrl', 'total', 'url']
681
765
  }),
682
766
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -689,6 +773,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
689
773
  template: '<ng-content></ng-content>',
690
774
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
691
775
  inputs: ['currentPage', 'lastPage', 'mode', 'nextLabel', 'nextUrl', 'perPage', 'prevLabel', 'prevUrl', 'total', 'url'],
776
+ standalone: true
692
777
  }]
693
778
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
694
779
  let EdsProgressBar = class EdsProgressBar {
@@ -700,10 +785,11 @@ let EdsProgressBar = class EdsProgressBar {
700
785
  this.el = r.nativeElement;
701
786
  }
702
787
  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 });
703
- 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 });
788
+ 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 });
704
789
  };
705
790
  EdsProgressBar = __decorate([
706
791
  ProxyCmp({
792
+ defineCustomElementFn: defineCustomElement$o,
707
793
  inputs: ['value'],
708
794
  methods: ['updateValue']
709
795
  }),
@@ -717,6 +803,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
717
803
  template: '<ng-content></ng-content>',
718
804
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
719
805
  inputs: ['value'],
806
+ standalone: true
720
807
  }]
721
808
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
722
809
  let EdsRating = class EdsRating {
@@ -729,10 +816,11 @@ let EdsRating = class EdsRating {
729
816
  proxyOutputs(this, this.el, ['rating']);
730
817
  }
731
818
  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 });
732
- 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 });
819
+ 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 });
733
820
  };
734
821
  EdsRating = __decorate([
735
822
  ProxyCmp({
823
+ defineCustomElementFn: defineCustomElement$p,
736
824
  inputs: ['ratingCount', 'ratingType']
737
825
  }),
738
826
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -745,6 +833,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
745
833
  template: '<ng-content></ng-content>',
746
834
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
747
835
  inputs: ['ratingCount', 'ratingType'],
836
+ standalone: true
748
837
  }]
749
838
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
750
839
  let EdsSectionCore = class EdsSectionCore {
@@ -756,10 +845,11 @@ let EdsSectionCore = class EdsSectionCore {
756
845
  this.el = r.nativeElement;
757
846
  }
758
847
  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 });
759
- 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 });
848
+ 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 });
760
849
  };
761
850
  EdsSectionCore = __decorate([
762
851
  ProxyCmp({
852
+ defineCustomElementFn: defineCustomElement$q,
763
853
  inputs: ['headingLevel', 'sectionTitle', 'tag']
764
854
  }),
765
855
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -772,6 +862,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
772
862
  template: '<ng-content></ng-content>',
773
863
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
774
864
  inputs: ['headingLevel', 'sectionTitle', 'tag'],
865
+ standalone: true
775
866
  }]
776
867
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
777
868
  let EdsSocialNetworks = class EdsSocialNetworks {
@@ -783,10 +874,11 @@ let EdsSocialNetworks = class EdsSocialNetworks {
783
874
  this.el = r.nativeElement;
784
875
  }
785
876
  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 });
786
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsSocialNetworks, selector: "eds-social-networks", inputs: { heading: "heading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
877
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsSocialNetworks, isStandalone: true, selector: "eds-social-networks", inputs: { heading: "heading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
787
878
  };
788
879
  EdsSocialNetworks = __decorate([
789
880
  ProxyCmp({
881
+ defineCustomElementFn: defineCustomElement$r,
790
882
  inputs: ['heading']
791
883
  }),
792
884
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -799,6 +891,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
799
891
  template: '<ng-content></ng-content>',
800
892
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
801
893
  inputs: ['heading'],
894
+ standalone: true
802
895
  }]
803
896
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
804
897
  let EdsSpinner = class EdsSpinner {
@@ -810,10 +903,11 @@ let EdsSpinner = class EdsSpinner {
810
903
  this.el = r.nativeElement;
811
904
  }
812
905
  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 });
813
- 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 });
906
+ 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 });
814
907
  };
815
908
  EdsSpinner = __decorate([
816
909
  ProxyCmp({
910
+ defineCustomElementFn: defineCustomElement$s,
817
911
  inputs: ['background', 'borderColor', 'bottomColor', 'fullscreen', 'size', 'thickness']
818
912
  }),
819
913
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -826,6 +920,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
826
920
  template: '<ng-content></ng-content>',
827
921
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
828
922
  inputs: ['background', 'borderColor', 'bottomColor', 'fullscreen', 'size', 'thickness'],
923
+ standalone: true
829
924
  }]
830
925
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
831
926
  let EdsSplashScreen = class EdsSplashScreen {
@@ -838,10 +933,11 @@ let EdsSplashScreen = class EdsSplashScreen {
838
933
  proxyOutputs(this, this.el, ['splash']);
839
934
  }
840
935
  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 });
841
- 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 });
936
+ 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 });
842
937
  };
843
938
  EdsSplashScreen = __decorate([
844
939
  ProxyCmp({
940
+ defineCustomElementFn: defineCustomElement$t,
845
941
  inputs: ['initPromise', 'inverse']
846
942
  }),
847
943
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -854,6 +950,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
854
950
  template: '<ng-content></ng-content>',
855
951
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
856
952
  inputs: ['initPromise', 'inverse'],
953
+ standalone: true
857
954
  }]
858
955
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
859
956
  let EdsSteps = class EdsSteps {
@@ -866,10 +963,11 @@ let EdsSteps = class EdsSteps {
866
963
  proxyOutputs(this, this.el, ['step']);
867
964
  }
868
965
  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 });
869
- 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 });
966
+ 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 });
870
967
  };
871
968
  EdsSteps = __decorate([
872
969
  ProxyCmp({
970
+ defineCustomElementFn: defineCustomElement$u,
873
971
  inputs: ['steps', 'type']
874
972
  }),
875
973
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -882,6 +980,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
882
980
  template: '<ng-content></ng-content>',
883
981
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
884
982
  inputs: ['steps', 'type'],
983
+ standalone: true
885
984
  }]
886
985
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
887
986
  let EdsStepsV2 = class EdsStepsV2 {
@@ -894,10 +993,11 @@ let EdsStepsV2 = class EdsStepsV2 {
894
993
  proxyOutputs(this, this.el, ['step']);
895
994
  }
896
995
  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 });
897
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsStepsV2, 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 });
996
+ 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 });
898
997
  };
899
998
  EdsStepsV2 = __decorate([
900
999
  ProxyCmp({
1000
+ defineCustomElementFn: defineCustomElement$v,
901
1001
  inputs: ['bg', 'imageSrc', 'message', 'steps', 'type']
902
1002
  }),
903
1003
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -910,6 +1010,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
910
1010
  template: '<ng-content></ng-content>',
911
1011
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
912
1012
  inputs: ['bg', 'imageSrc', 'message', 'steps', 'type'],
1013
+ standalone: true
913
1014
  }]
914
1015
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
915
1016
  let EdsSwitch = class EdsSwitch {
@@ -922,10 +1023,11 @@ let EdsSwitch = class EdsSwitch {
922
1023
  proxyOutputs(this, this.el, ['toggle']);
923
1024
  }
924
1025
  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 });
925
- 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 });
1026
+ 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 });
926
1027
  };
927
1028
  EdsSwitch = __decorate([
928
1029
  ProxyCmp({
1030
+ defineCustomElementFn: defineCustomElement$w,
929
1031
  inputs: ['checked', 'disabled', 'labelOff', 'labelOn']
930
1032
  }),
931
1033
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -938,6 +1040,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
938
1040
  template: '<ng-content></ng-content>',
939
1041
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
940
1042
  inputs: ['checked', 'disabled', 'labelOff', 'labelOn'],
1043
+ standalone: true
941
1044
  }]
942
1045
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
943
1046
  let EdsTable = class EdsTable {
@@ -949,10 +1052,11 @@ let EdsTable = class EdsTable {
949
1052
  this.el = r.nativeElement;
950
1053
  }
951
1054
  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 });
952
- 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 });
1055
+ 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 });
953
1056
  };
954
1057
  EdsTable = __decorate([
955
1058
  ProxyCmp({
1059
+ defineCustomElementFn: defineCustomElement$x,
956
1060
  inputs: ['columnSize', 'config', 'data', 'endpoint', 'hostWidth', 'paginationEnabled', 'rowsPerPage', 'searchEnabled']
957
1061
  }),
958
1062
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -965,6 +1069,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
965
1069
  template: '<ng-content></ng-content>',
966
1070
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
967
1071
  inputs: ['columnSize', 'config', 'data', 'endpoint', 'hostWidth', 'paginationEnabled', 'rowsPerPage', 'searchEnabled'],
1072
+ standalone: true
968
1073
  }]
969
1074
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
970
1075
  let EdsTabs = class EdsTabs {
@@ -977,10 +1082,11 @@ let EdsTabs = class EdsTabs {
977
1082
  proxyOutputs(this, this.el, ['tab']);
978
1083
  }
979
1084
  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 });
980
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsTabs, selector: "eds-tabs", inputs: { identifier: "identifier", navAriaLabel: "navAriaLabel", tabs: "tabs" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1085
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsTabs, isStandalone: true, selector: "eds-tabs", inputs: { identifier: "identifier", navAriaLabel: "navAriaLabel", tabs: "tabs" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
981
1086
  };
982
1087
  EdsTabs = __decorate([
983
1088
  ProxyCmp({
1089
+ defineCustomElementFn: defineCustomElement$y,
984
1090
  inputs: ['identifier', 'navAriaLabel', 'tabs']
985
1091
  }),
986
1092
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -993,6 +1099,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
993
1099
  template: '<ng-content></ng-content>',
994
1100
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
995
1101
  inputs: ['identifier', 'navAriaLabel', 'tabs'],
1102
+ standalone: true
996
1103
  }]
997
1104
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
998
1105
  let EdsTag = class EdsTag {
@@ -1004,10 +1111,11 @@ let EdsTag = class EdsTag {
1004
1111
  this.el = r.nativeElement;
1005
1112
  }
1006
1113
  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 });
1007
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsTag, selector: "eds-tag", inputs: { intent: "intent", label: "label", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1114
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: EdsTag, isStandalone: true, selector: "eds-tag", inputs: { intent: "intent", label: "label", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1008
1115
  };
1009
1116
  EdsTag = __decorate([
1010
1117
  ProxyCmp({
1118
+ defineCustomElementFn: defineCustomElement$z,
1011
1119
  inputs: ['intent', 'label', 'size']
1012
1120
  }),
1013
1121
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -1020,6 +1128,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
1020
1128
  template: '<ng-content></ng-content>',
1021
1129
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1022
1130
  inputs: ['intent', 'label', 'size'],
1131
+ standalone: true
1023
1132
  }]
1024
1133
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1025
1134
  let EdsTimeline = class EdsTimeline {
@@ -1031,10 +1140,11 @@ let EdsTimeline = class EdsTimeline {
1031
1140
  this.el = r.nativeElement;
1032
1141
  }
1033
1142
  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 });
1034
- 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 });
1143
+ 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 });
1035
1144
  };
1036
1145
  EdsTimeline = __decorate([
1037
1146
  ProxyCmp({
1147
+ defineCustomElementFn: defineCustomElement$A,
1038
1148
  inputs: ['events']
1039
1149
  }),
1040
1150
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -1047,6 +1157,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
1047
1157
  template: '<ng-content></ng-content>',
1048
1158
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1049
1159
  inputs: ['events'],
1160
+ standalone: true
1050
1161
  }]
1051
1162
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1052
1163
  let EdsToast = class EdsToast {
@@ -1058,10 +1169,11 @@ let EdsToast = class EdsToast {
1058
1169
  this.el = r.nativeElement;
1059
1170
  }
1060
1171
  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 });
1061
- 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 });
1172
+ 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 });
1062
1173
  };
1063
1174
  EdsToast = __decorate([
1064
1175
  ProxyCmp({
1176
+ defineCustomElementFn: defineCustomElement$B,
1065
1177
  inputs: ['duration', 'intent', 'message']
1066
1178
  }),
1067
1179
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -1074,6 +1186,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
1074
1186
  template: '<ng-content></ng-content>',
1075
1187
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1076
1188
  inputs: ['duration', 'intent', 'message'],
1189
+ standalone: true
1077
1190
  }]
1078
1191
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1079
1192
  let EdsTooltip = class EdsTooltip {
@@ -1085,10 +1198,11 @@ let EdsTooltip = class EdsTooltip {
1085
1198
  this.el = r.nativeElement;
1086
1199
  }
1087
1200
  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 });
1088
- 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 });
1201
+ 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 });
1089
1202
  };
1090
1203
  EdsTooltip = __decorate([
1091
1204
  ProxyCmp({
1205
+ defineCustomElementFn: defineCustomElement$C,
1092
1206
  inputs: ['content', 'position']
1093
1207
  }),
1094
1208
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -1101,6 +1215,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
1101
1215
  template: '<ng-content></ng-content>',
1102
1216
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1103
1217
  inputs: ['content', 'position'],
1218
+ standalone: true
1104
1219
  }]
1105
1220
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1106
1221
  let EdsUser = class EdsUser {
@@ -1112,10 +1227,11 @@ let EdsUser = class EdsUser {
1112
1227
  this.el = r.nativeElement;
1113
1228
  }
1114
1229
  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 });
1115
- 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 });
1230
+ 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 });
1116
1231
  };
1117
1232
  EdsUser = __decorate([
1118
1233
  ProxyCmp({
1234
+ defineCustomElementFn: defineCustomElement$D,
1119
1235
  inputs: ['user']
1120
1236
  }),
1121
1237
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -1128,6 +1244,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImpor
1128
1244
  template: '<ng-content></ng-content>',
1129
1245
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1130
1246
  inputs: ['user'],
1247
+ standalone: true
1131
1248
  }]
1132
1249
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1133
1250