@spw-ds/spw-angular-library 1.3.2 → 1.3.4

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.
@@ -68,15 +68,15 @@ let SpwAccordion = class SpwAccordion {
68
68
  c.detach();
69
69
  this.el = r.nativeElement;
70
70
  }
71
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
72
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwAccordion, isStandalone: true, selector: "spw-accordion", inputs: { background: "background" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
71
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
72
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwAccordion, isStandalone: true, selector: "spw-accordion", inputs: { background: "background" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
73
73
  };
74
74
  SpwAccordion = __decorate([
75
75
  ProxyCmp({
76
76
  inputs: ['background']
77
77
  })
78
78
  ], SpwAccordion);
79
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwAccordion, decorators: [{
79
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwAccordion, decorators: [{
80
80
  type: Component,
81
81
  args: [{
82
82
  selector: 'spw-accordion',
@@ -92,13 +92,13 @@ let SpwAccordionContent = class SpwAccordionContent {
92
92
  c.detach();
93
93
  this.el = r.nativeElement;
94
94
  }
95
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwAccordionContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
96
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwAccordionContent, isStandalone: true, selector: "spw-accordion-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
95
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwAccordionContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
96
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwAccordionContent, isStandalone: true, selector: "spw-accordion-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
97
97
  };
98
98
  SpwAccordionContent = __decorate([
99
99
  ProxyCmp({})
100
100
  ], SpwAccordionContent);
101
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwAccordionContent, decorators: [{
101
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwAccordionContent, decorators: [{
102
102
  type: Component,
103
103
  args: [{
104
104
  selector: 'spw-accordion-content',
@@ -115,15 +115,15 @@ let SpwAccordionItem = class SpwAccordionItem {
115
115
  this.el = r.nativeElement;
116
116
  proxyOutputs(this, this.el, ['accordionToggle']);
117
117
  }
118
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwAccordionItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
119
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwAccordionItem, isStandalone: true, selector: "spw-accordion-item", inputs: { defaultOpen: "defaultOpen" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
118
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwAccordionItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
119
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwAccordionItem, isStandalone: true, selector: "spw-accordion-item", inputs: { defaultOpen: "defaultOpen" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
120
120
  };
121
121
  SpwAccordionItem = __decorate([
122
122
  ProxyCmp({
123
123
  inputs: ['defaultOpen']
124
124
  })
125
125
  ], SpwAccordionItem);
126
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwAccordionItem, decorators: [{
126
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwAccordionItem, decorators: [{
127
127
  type: Component,
128
128
  args: [{
129
129
  selector: 'spw-accordion-item',
@@ -139,15 +139,15 @@ let SpwAccordionTitle = class SpwAccordionTitle {
139
139
  c.detach();
140
140
  this.el = r.nativeElement;
141
141
  }
142
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwAccordionTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
143
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwAccordionTitle, isStandalone: true, selector: "spw-accordion-title", inputs: { icon: "icon", tag: "tag" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
142
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwAccordionTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
143
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwAccordionTitle, isStandalone: true, selector: "spw-accordion-title", inputs: { icon: "icon", tag: "tag" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
144
144
  };
145
145
  SpwAccordionTitle = __decorate([
146
146
  ProxyCmp({
147
147
  inputs: ['icon', 'tag']
148
148
  })
149
149
  ], SpwAccordionTitle);
150
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwAccordionTitle, decorators: [{
150
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwAccordionTitle, decorators: [{
151
151
  type: Component,
152
152
  args: [{
153
153
  selector: 'spw-accordion-title',
@@ -163,22 +163,22 @@ let SpwBreadcrumb = class SpwBreadcrumb {
163
163
  c.detach();
164
164
  this.el = r.nativeElement;
165
165
  }
166
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
167
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwBreadcrumb, isStandalone: true, selector: "spw-breadcrumb", inputs: { fontSize: "fontSize", surface: "surface", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
166
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
167
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwBreadcrumb, isStandalone: true, selector: "spw-breadcrumb", inputs: { accAriaLabel: "accAriaLabel", fontSize: "fontSize", surface: "surface", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
168
168
  };
169
169
  SpwBreadcrumb = __decorate([
170
170
  ProxyCmp({
171
- inputs: ['fontSize', 'surface', 'variant']
171
+ inputs: ['accAriaLabel', 'fontSize', 'surface', 'variant']
172
172
  })
173
173
  ], SpwBreadcrumb);
174
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwBreadcrumb, decorators: [{
174
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwBreadcrumb, decorators: [{
175
175
  type: Component,
176
176
  args: [{
177
177
  selector: 'spw-breadcrumb',
178
178
  changeDetection: ChangeDetectionStrategy.OnPush,
179
179
  template: '<ng-content></ng-content>',
180
180
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
181
- inputs: ['fontSize', 'surface', 'variant'],
181
+ inputs: ['accAriaLabel', 'fontSize', 'surface', 'variant'],
182
182
  }]
183
183
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
184
184
  let SpwBreadcrumbItem = class SpwBreadcrumbItem {
@@ -187,15 +187,15 @@ let SpwBreadcrumbItem = class SpwBreadcrumbItem {
187
187
  c.detach();
188
188
  this.el = r.nativeElement;
189
189
  }
190
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
191
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwBreadcrumbItem, isStandalone: true, selector: "spw-breadcrumb-item", inputs: { href: "href" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
190
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
191
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwBreadcrumbItem, isStandalone: true, selector: "spw-breadcrumb-item", inputs: { href: "href" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
192
192
  };
193
193
  SpwBreadcrumbItem = __decorate([
194
194
  ProxyCmp({
195
195
  inputs: ['href']
196
196
  })
197
197
  ], SpwBreadcrumbItem);
198
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwBreadcrumbItem, decorators: [{
198
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwBreadcrumbItem, decorators: [{
199
199
  type: Component,
200
200
  args: [{
201
201
  selector: 'spw-breadcrumb-item',
@@ -212,15 +212,15 @@ let SpwButton = class SpwButton {
212
212
  this.el = r.nativeElement;
213
213
  proxyOutputs(this, this.el, ['spwFocus', 'spwBlur', 'spwNavigate']);
214
214
  }
215
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
216
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwButton, isStandalone: true, selector: "spw-button", inputs: { accAriaLabel: "accAriaLabel", disabled: "disabled", download: "download", href: "href", icon: "icon", iconPosition: "iconPosition", isFullWidth: "isFullWidth", isFullWidthMobile: "isFullWidthMobile", isIconOnly: "isIconOnly", isLoading: "isLoading", name: "name", rel: "rel", size: "size", surface: "surface", target: "target", type: "type", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
215
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
216
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwButton, isStandalone: true, selector: "spw-button", inputs: { accAriaLabel: "accAriaLabel", disabled: "disabled", download: "download", href: "href", icon: "icon", iconPosition: "iconPosition", isFullWidth: "isFullWidth", isFullWidthMobile: "isFullWidthMobile", isIconOnly: "isIconOnly", isLoading: "isLoading", name: "name", rel: "rel", size: "size", surface: "surface", target: "target", type: "type", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
217
217
  };
218
218
  SpwButton = __decorate([
219
219
  ProxyCmp({
220
220
  inputs: ['accAriaLabel', 'disabled', 'download', 'href', 'icon', 'iconPosition', 'isFullWidth', 'isFullWidthMobile', 'isIconOnly', 'isLoading', 'name', 'rel', 'size', 'surface', 'target', 'type', 'value', 'variant']
221
221
  })
222
222
  ], SpwButton);
223
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwButton, decorators: [{
223
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwButton, decorators: [{
224
224
  type: Component,
225
225
  args: [{
226
226
  selector: 'spw-button',
@@ -236,15 +236,15 @@ let SpwCard = class SpwCard {
236
236
  c.detach();
237
237
  this.el = r.nativeElement;
238
238
  }
239
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
240
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwCard, isStandalone: true, selector: "spw-card", inputs: { accAriaLabel: "accAriaLabel", dateEnd: "dateEnd", dateStart: "dateStart", disabled: "disabled", elementType: "elementType", fullHeight: "fullHeight", href: "href", rel: "rel", target: "target", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
239
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
240
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwCard, isStandalone: true, selector: "spw-card", inputs: { accAriaLabel: "accAriaLabel", dateEnd: "dateEnd", dateStart: "dateStart", disabled: "disabled", elementType: "elementType", fullHeight: "fullHeight", href: "href", rel: "rel", target: "target", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
241
241
  };
242
242
  SpwCard = __decorate([
243
243
  ProxyCmp({
244
244
  inputs: ['accAriaLabel', 'dateEnd', 'dateStart', 'disabled', 'elementType', 'fullHeight', 'href', 'rel', 'target', 'variant']
245
245
  })
246
246
  ], SpwCard);
247
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwCard, decorators: [{
247
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwCard, decorators: [{
248
248
  type: Component,
249
249
  args: [{
250
250
  selector: 'spw-card',
@@ -260,15 +260,15 @@ let SpwCardContent = class SpwCardContent {
260
260
  c.detach();
261
261
  this.el = r.nativeElement;
262
262
  }
263
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwCardContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
264
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwCardContent, isStandalone: true, selector: "spw-card-content", inputs: { date: "date", tag: "tag" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
263
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwCardContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
264
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwCardContent, isStandalone: true, selector: "spw-card-content", inputs: { date: "date", tag: "tag" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
265
265
  };
266
266
  SpwCardContent = __decorate([
267
267
  ProxyCmp({
268
268
  inputs: ['date', 'tag']
269
269
  })
270
270
  ], SpwCardContent);
271
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwCardContent, decorators: [{
271
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwCardContent, decorators: [{
272
272
  type: Component,
273
273
  args: [{
274
274
  selector: 'spw-card-content',
@@ -284,15 +284,15 @@ let SpwCardExcerpt = class SpwCardExcerpt {
284
284
  c.detach();
285
285
  this.el = r.nativeElement;
286
286
  }
287
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwCardExcerpt, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
288
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwCardExcerpt, isStandalone: true, selector: "spw-card-excerpt", inputs: { lineClamp: "lineClamp" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
287
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwCardExcerpt, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
288
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwCardExcerpt, isStandalone: true, selector: "spw-card-excerpt", inputs: { lineClamp: "lineClamp" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
289
289
  };
290
290
  SpwCardExcerpt = __decorate([
291
291
  ProxyCmp({
292
292
  inputs: ['lineClamp']
293
293
  })
294
294
  ], SpwCardExcerpt);
295
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwCardExcerpt, decorators: [{
295
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwCardExcerpt, decorators: [{
296
296
  type: Component,
297
297
  args: [{
298
298
  selector: 'spw-card-excerpt',
@@ -308,22 +308,22 @@ let SpwCardImage = class SpwCardImage {
308
308
  c.detach();
309
309
  this.el = r.nativeElement;
310
310
  }
311
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwCardImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
312
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwCardImage, isStandalone: true, selector: "spw-card-image", inputs: { label: "label", ratio: "ratio" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
311
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwCardImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
312
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwCardImage, isStandalone: true, selector: "spw-card-image", inputs: { label: "label", ratio: "ratio", ratioDesktop: "ratioDesktop", ratioMobile: "ratioMobile", ratioTablet: "ratioTablet" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
313
313
  };
314
314
  SpwCardImage = __decorate([
315
315
  ProxyCmp({
316
- inputs: ['label', 'ratio']
316
+ inputs: ['label', 'ratio', 'ratioDesktop', 'ratioMobile', 'ratioTablet']
317
317
  })
318
318
  ], SpwCardImage);
319
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwCardImage, decorators: [{
319
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwCardImage, decorators: [{
320
320
  type: Component,
321
321
  args: [{
322
322
  selector: 'spw-card-image',
323
323
  changeDetection: ChangeDetectionStrategy.OnPush,
324
324
  template: '<ng-content></ng-content>',
325
325
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
326
- inputs: ['label', 'ratio'],
326
+ inputs: ['label', 'ratio', 'ratioDesktop', 'ratioMobile', 'ratioTablet'],
327
327
  }]
328
328
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
329
329
  let SpwCardSubtagItem = class SpwCardSubtagItem {
@@ -332,15 +332,15 @@ let SpwCardSubtagItem = class SpwCardSubtagItem {
332
332
  c.detach();
333
333
  this.el = r.nativeElement;
334
334
  }
335
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwCardSubtagItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
336
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwCardSubtagItem, isStandalone: true, selector: "spw-card-subtag-item", inputs: { link: "link" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
335
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwCardSubtagItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
336
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwCardSubtagItem, isStandalone: true, selector: "spw-card-subtag-item", inputs: { link: "link" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
337
337
  };
338
338
  SpwCardSubtagItem = __decorate([
339
339
  ProxyCmp({
340
340
  inputs: ['link']
341
341
  })
342
342
  ], SpwCardSubtagItem);
343
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwCardSubtagItem, decorators: [{
343
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwCardSubtagItem, decorators: [{
344
344
  type: Component,
345
345
  args: [{
346
346
  selector: 'spw-card-subtag-item',
@@ -356,15 +356,15 @@ let SpwCardSubtags = class SpwCardSubtags {
356
356
  c.detach();
357
357
  this.el = r.nativeElement;
358
358
  }
359
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwCardSubtags, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
360
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwCardSubtags, isStandalone: true, selector: "spw-card-subtags", inputs: { variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
359
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwCardSubtags, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
360
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwCardSubtags, isStandalone: true, selector: "spw-card-subtags", inputs: { variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
361
361
  };
362
362
  SpwCardSubtags = __decorate([
363
363
  ProxyCmp({
364
364
  inputs: ['variant']
365
365
  })
366
366
  ], SpwCardSubtags);
367
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwCardSubtags, decorators: [{
367
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwCardSubtags, decorators: [{
368
368
  type: Component,
369
369
  args: [{
370
370
  selector: 'spw-card-subtags',
@@ -380,15 +380,15 @@ let SpwCardTitle = class SpwCardTitle {
380
380
  c.detach();
381
381
  this.el = r.nativeElement;
382
382
  }
383
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwCardTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
384
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwCardTitle, isStandalone: true, selector: "spw-card-title", inputs: { borderColor: "borderColor" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
383
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwCardTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
384
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwCardTitle, isStandalone: true, selector: "spw-card-title", inputs: { borderColor: "borderColor" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
385
385
  };
386
386
  SpwCardTitle = __decorate([
387
387
  ProxyCmp({
388
388
  inputs: ['borderColor']
389
389
  })
390
390
  ], SpwCardTitle);
391
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwCardTitle, decorators: [{
391
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwCardTitle, decorators: [{
392
392
  type: Component,
393
393
  args: [{
394
394
  selector: 'spw-card-title',
@@ -405,23 +405,23 @@ let SpwCheckbox = class SpwCheckbox {
405
405
  this.el = r.nativeElement;
406
406
  proxyOutputs(this, this.el, ['spwChange']);
407
407
  }
408
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
409
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwCheckbox, isStandalone: true, selector: "spw-checkbox", inputs: { checked: "checked", disabled: "disabled", error: "error", icon: "icon", name: "name", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
408
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
409
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwCheckbox, isStandalone: true, selector: "spw-checkbox", inputs: { accAriaLabel: "accAriaLabel", checked: "checked", disabled: "disabled", error: "error", icon: "icon", name: "name", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
410
410
  };
411
411
  SpwCheckbox = __decorate([
412
412
  ProxyCmp({
413
- inputs: ['checked', 'disabled', 'error', 'icon', 'name', 'variant'],
413
+ inputs: ['accAriaLabel', 'checked', 'disabled', 'error', 'icon', 'name', 'variant'],
414
414
  methods: ['toggleCheckedState']
415
415
  })
416
416
  ], SpwCheckbox);
417
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwCheckbox, decorators: [{
417
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwCheckbox, decorators: [{
418
418
  type: Component,
419
419
  args: [{
420
420
  selector: 'spw-checkbox',
421
421
  changeDetection: ChangeDetectionStrategy.OnPush,
422
422
  template: '<ng-content></ng-content>',
423
423
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
424
- inputs: ['checked', 'disabled', 'error', 'icon', 'name', 'variant'],
424
+ inputs: ['accAriaLabel', 'checked', 'disabled', 'error', 'icon', 'name', 'variant'],
425
425
  }]
426
426
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
427
427
  let SpwCookies = class SpwCookies {
@@ -430,15 +430,15 @@ let SpwCookies = class SpwCookies {
430
430
  c.detach();
431
431
  this.el = r.nativeElement;
432
432
  }
433
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwCookies, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
434
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwCookies, isStandalone: true, selector: "spw-cookies", inputs: { acceptAllButtonText: "acceptAllButtonText", acceptRequiredButtonText: "acceptRequiredButtonText", cookiesDescription: "cookiesDescription", cookiesTitle: "cookiesTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
433
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwCookies, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
434
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwCookies, isStandalone: true, selector: "spw-cookies", inputs: { acceptAllButtonText: "acceptAllButtonText", acceptRequiredButtonText: "acceptRequiredButtonText", cookiesDescription: "cookiesDescription", cookiesTitle: "cookiesTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
435
435
  };
436
436
  SpwCookies = __decorate([
437
437
  ProxyCmp({
438
438
  inputs: ['acceptAllButtonText', 'acceptRequiredButtonText', 'cookiesDescription', 'cookiesTitle']
439
439
  })
440
440
  ], SpwCookies);
441
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwCookies, decorators: [{
441
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwCookies, decorators: [{
442
442
  type: Component,
443
443
  args: [{
444
444
  selector: 'spw-cookies',
@@ -455,16 +455,16 @@ let SpwCustomSelect = class SpwCustomSelect {
455
455
  this.el = r.nativeElement;
456
456
  proxyOutputs(this, this.el, ['valueChanged']);
457
457
  }
458
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwCustomSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
459
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwCustomSelect, isStandalone: true, selector: "spw-custom-select", inputs: { assistiveText: "assistiveText", disabled: "disabled", error: "error", hint: "hint", isSearch: "isSearch", items: "items", label: "label", multiple: "multiple", name: "name", placeholder: "placeholder", required: "required", showErrorIcon: "showErrorIcon", showHintIcon: "showHintIcon", showSuccessIcon: "showSuccessIcon", showWarningIcon: "showWarningIcon", size: "size", success: "success", value: "value", warning: "warning" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
458
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwCustomSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
459
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwCustomSelect, isStandalone: true, selector: "spw-custom-select", inputs: { assistiveText: "assistiveText", disabled: "disabled", error: "error", hint: "hint", isSearch: "isSearch", items: "items", label: "label", multiple: "multiple", name: "name", placeholder: "placeholder", required: "required", showErrorIcon: "showErrorIcon", showHintIcon: "showHintIcon", showSuccessIcon: "showSuccessIcon", showWarningIcon: "showWarningIcon", size: "size", success: "success", value: "value", warning: "warning" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
460
460
  };
461
461
  SpwCustomSelect = __decorate([
462
462
  ProxyCmp({
463
463
  inputs: ['assistiveText', 'disabled', 'error', 'hint', 'isSearch', 'items', 'label', 'multiple', 'name', 'placeholder', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'success', 'value', 'warning'],
464
- methods: ['resetSelect']
464
+ methods: ['resetSelect', 'setValue', 'getValue']
465
465
  })
466
466
  ], SpwCustomSelect);
467
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwCustomSelect, decorators: [{
467
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwCustomSelect, decorators: [{
468
468
  type: Component,
469
469
  args: [{
470
470
  selector: 'spw-custom-select',
@@ -481,23 +481,23 @@ let SpwDatePicker = class SpwDatePicker {
481
481
  this.el = r.nativeElement;
482
482
  proxyOutputs(this, this.el, ['dateChange', 'datePickerOpen', 'datePickerClose']);
483
483
  }
484
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
485
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwDatePicker, isStandalone: true, selector: "spw-date-picker", inputs: { assistiveText: "assistiveText", dateFormat: "dateFormat", disabled: "disabled", disabledDates: "disabledDates", disabledDays: "disabledDays", error: "error", hint: "hint", isStart: "isStart", label: "label", maxDate: "maxDate", minDate: "minDate", name: "name", placeholder: "placeholder", position: "position", range: "range", rangeId: "rangeId", required: "required", showErrorIcon: "showErrorIcon", showHintIcon: "showHintIcon", showSuccessIcon: "showSuccessIcon", showWarningIcon: "showWarningIcon", success: "success", value: "value", warning: "warning" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
484
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
485
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwDatePicker, isStandalone: true, selector: "spw-date-picker", inputs: { accAriaLabel: "accAriaLabel", assistiveText: "assistiveText", dateFormat: "dateFormat", disabled: "disabled", disabledDates: "disabledDates", disabledDays: "disabledDays", error: "error", hint: "hint", isStart: "isStart", label: "label", maxDate: "maxDate", minDate: "minDate", name: "name", placeholder: "placeholder", position: "position", range: "range", rangeId: "rangeId", required: "required", showErrorIcon: "showErrorIcon", showHintIcon: "showHintIcon", showSuccessIcon: "showSuccessIcon", showWarningIcon: "showWarningIcon", success: "success", value: "value", warning: "warning" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
486
486
  };
487
487
  SpwDatePicker = __decorate([
488
488
  ProxyCmp({
489
- inputs: ['assistiveText', 'dateFormat', 'disabled', 'disabledDates', 'disabledDays', 'error', 'hint', 'isStart', 'label', 'maxDate', 'minDate', 'name', 'placeholder', 'position', 'range', 'rangeId', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'success', 'value', 'warning'],
489
+ inputs: ['accAriaLabel', 'assistiveText', 'dateFormat', 'disabled', 'disabledDates', 'disabledDays', 'error', 'hint', 'isStart', 'label', 'maxDate', 'minDate', 'name', 'placeholder', 'position', 'range', 'rangeId', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'success', 'value', 'warning'],
490
490
  methods: ['open', 'close', 'setDate', 'getDate', 'getRange', 'updateConstraints', 'resetInput', 'resetConstraints']
491
491
  })
492
492
  ], SpwDatePicker);
493
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwDatePicker, decorators: [{
493
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwDatePicker, decorators: [{
494
494
  type: Component,
495
495
  args: [{
496
496
  selector: 'spw-date-picker',
497
497
  changeDetection: ChangeDetectionStrategy.OnPush,
498
498
  template: '<ng-content></ng-content>',
499
499
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
500
- inputs: ['assistiveText', 'dateFormat', 'disabled', 'disabledDates', 'disabledDays', 'error', 'hint', 'isStart', 'label', 'maxDate', 'minDate', 'name', 'placeholder', 'position', 'range', 'rangeId', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'success', 'value', 'warning'],
500
+ inputs: ['accAriaLabel', 'assistiveText', 'dateFormat', 'disabled', 'disabledDates', 'disabledDays', 'error', 'hint', 'isStart', 'label', 'maxDate', 'minDate', 'name', 'placeholder', 'position', 'range', 'rangeId', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'success', 'value', 'warning'],
501
501
  }]
502
502
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
503
503
  let SpwDropdown = class SpwDropdown {
@@ -506,8 +506,8 @@ let SpwDropdown = class SpwDropdown {
506
506
  c.detach();
507
507
  this.el = r.nativeElement;
508
508
  }
509
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
510
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwDropdown, isStandalone: true, selector: "spw-dropdown", inputs: { contentWidth: "contentWidth", direction: "direction", hasPadding: "hasPadding", open: "open" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
509
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
510
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwDropdown, isStandalone: true, selector: "spw-dropdown", inputs: { contentWidth: "contentWidth", direction: "direction", hasPadding: "hasPadding", open: "open" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
511
511
  };
512
512
  SpwDropdown = __decorate([
513
513
  ProxyCmp({
@@ -515,7 +515,7 @@ SpwDropdown = __decorate([
515
515
  methods: ['close']
516
516
  })
517
517
  ], SpwDropdown);
518
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwDropdown, decorators: [{
518
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwDropdown, decorators: [{
519
519
  type: Component,
520
520
  args: [{
521
521
  selector: 'spw-dropdown',
@@ -531,13 +531,13 @@ let SpwDropdownContainer = class SpwDropdownContainer {
531
531
  c.detach();
532
532
  this.el = r.nativeElement;
533
533
  }
534
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwDropdownContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
535
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwDropdownContainer, isStandalone: true, selector: "spw-dropdown-container", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
534
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwDropdownContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
535
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwDropdownContainer, isStandalone: true, selector: "spw-dropdown-container", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
536
536
  };
537
537
  SpwDropdownContainer = __decorate([
538
538
  ProxyCmp({})
539
539
  ], SpwDropdownContainer);
540
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwDropdownContainer, decorators: [{
540
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwDropdownContainer, decorators: [{
541
541
  type: Component,
542
542
  args: [{
543
543
  selector: 'spw-dropdown-container',
@@ -553,15 +553,15 @@ let SpwDropdownItem = class SpwDropdownItem {
553
553
  c.detach();
554
554
  this.el = r.nativeElement;
555
555
  }
556
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwDropdownItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
557
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwDropdownItem, isStandalone: true, selector: "spw-dropdown-item", inputs: { disabled: "disabled", href: "href", icon: "icon", iconVariant: "iconVariant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
556
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwDropdownItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
557
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwDropdownItem, isStandalone: true, selector: "spw-dropdown-item", inputs: { disabled: "disabled", href: "href", icon: "icon", iconVariant: "iconVariant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
558
558
  };
559
559
  SpwDropdownItem = __decorate([
560
560
  ProxyCmp({
561
561
  inputs: ['disabled', 'href', 'icon', 'iconVariant']
562
562
  })
563
563
  ], SpwDropdownItem);
564
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwDropdownItem, decorators: [{
564
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwDropdownItem, decorators: [{
565
565
  type: Component,
566
566
  args: [{
567
567
  selector: 'spw-dropdown-item',
@@ -577,15 +577,15 @@ let SpwFieldLabel = class SpwFieldLabel {
577
577
  c.detach();
578
578
  this.el = r.nativeElement;
579
579
  }
580
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwFieldLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
581
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwFieldLabel, isStandalone: true, selector: "spw-field-label", inputs: { label: "label", name: "name", required: "required" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
580
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwFieldLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
581
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwFieldLabel, isStandalone: true, selector: "spw-field-label", inputs: { label: "label", name: "name", required: "required" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
582
582
  };
583
583
  SpwFieldLabel = __decorate([
584
584
  ProxyCmp({
585
585
  inputs: ['label', 'name', 'required']
586
586
  })
587
587
  ], SpwFieldLabel);
588
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwFieldLabel, decorators: [{
588
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwFieldLabel, decorators: [{
589
589
  type: Component,
590
590
  args: [{
591
591
  selector: 'spw-field-label',
@@ -601,15 +601,15 @@ let SpwFieldMessage = class SpwFieldMessage {
601
601
  c.detach();
602
602
  this.el = r.nativeElement;
603
603
  }
604
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwFieldMessage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
605
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwFieldMessage, isStandalone: true, selector: "spw-field-message", inputs: { showIcon: "showIcon", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
604
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwFieldMessage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
605
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwFieldMessage, isStandalone: true, selector: "spw-field-message", inputs: { showIcon: "showIcon", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
606
606
  };
607
607
  SpwFieldMessage = __decorate([
608
608
  ProxyCmp({
609
609
  inputs: ['showIcon', 'variant']
610
610
  })
611
611
  ], SpwFieldMessage);
612
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwFieldMessage, decorators: [{
612
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwFieldMessage, decorators: [{
613
613
  type: Component,
614
614
  args: [{
615
615
  selector: 'spw-field-message',
@@ -626,23 +626,23 @@ let SpwFileUpload = class SpwFileUpload {
626
626
  this.el = r.nativeElement;
627
627
  proxyOutputs(this, this.el, ['spwFileChange']);
628
628
  }
629
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwFileUpload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
630
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwFileUpload, isStandalone: true, selector: "spw-file-upload", inputs: { accept: "accept", disabled: "disabled", enableDropZone: "enableDropZone", error: "error", maxFileSize: "maxFileSize", maxFiles: "maxFiles", multiple: "multiple", name: "name", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
629
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwFileUpload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
630
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwFileUpload, isStandalone: true, selector: "spw-file-upload", inputs: { accept: "accept", disabled: "disabled", enableDropZone: "enableDropZone", error: "error", maxFileSize: "maxFileSize", maxFiles: "maxFiles", multiple: "multiple", name: "name", refuse: "refuse", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
631
631
  };
632
632
  SpwFileUpload = __decorate([
633
633
  ProxyCmp({
634
- inputs: ['accept', 'disabled', 'enableDropZone', 'error', 'maxFileSize', 'maxFiles', 'multiple', 'name', 'value'],
634
+ inputs: ['accept', 'disabled', 'enableDropZone', 'error', 'maxFileSize', 'maxFiles', 'multiple', 'name', 'refuse', 'value'],
635
635
  methods: ['resetInput']
636
636
  })
637
637
  ], SpwFileUpload);
638
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwFileUpload, decorators: [{
638
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwFileUpload, decorators: [{
639
639
  type: Component,
640
640
  args: [{
641
641
  selector: 'spw-file-upload',
642
642
  changeDetection: ChangeDetectionStrategy.OnPush,
643
643
  template: '<ng-content></ng-content>',
644
644
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
645
- inputs: ['accept', 'disabled', 'enableDropZone', 'error', 'maxFileSize', 'maxFiles', 'multiple', 'name', 'value'],
645
+ inputs: ['accept', 'disabled', 'enableDropZone', 'error', 'maxFileSize', 'maxFiles', 'multiple', 'name', 'refuse', 'value'],
646
646
  }]
647
647
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
648
648
  let SpwFooter = class SpwFooter {
@@ -651,15 +651,15 @@ let SpwFooter = class SpwFooter {
651
651
  c.detach();
652
652
  this.el = r.nativeElement;
653
653
  }
654
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
655
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwFooter, isStandalone: true, selector: "spw-footer", inputs: { colsDesktop: "colsDesktop", colsMobile: "colsMobile", colsTablet: "colsTablet" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
654
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
655
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwFooter, isStandalone: true, selector: "spw-footer", inputs: { colsDesktop: "colsDesktop", colsMobile: "colsMobile", colsTablet: "colsTablet" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
656
656
  };
657
657
  SpwFooter = __decorate([
658
658
  ProxyCmp({
659
659
  inputs: ['colsDesktop', 'colsMobile', 'colsTablet']
660
660
  })
661
661
  ], SpwFooter);
662
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwFooter, decorators: [{
662
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwFooter, decorators: [{
663
663
  type: Component,
664
664
  args: [{
665
665
  selector: 'spw-footer',
@@ -675,15 +675,15 @@ let SpwFooterBottom = class SpwFooterBottom {
675
675
  c.detach();
676
676
  this.el = r.nativeElement;
677
677
  }
678
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwFooterBottom, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
679
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwFooterBottom, isStandalone: true, selector: "spw-footer-bottom", inputs: { hasWallonieLogo: "hasWallonieLogo", siteTitle: "siteTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
678
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwFooterBottom, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
679
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwFooterBottom, isStandalone: true, selector: "spw-footer-bottom", inputs: { hasWallonieLogo: "hasWallonieLogo", siteTitle: "siteTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
680
680
  };
681
681
  SpwFooterBottom = __decorate([
682
682
  ProxyCmp({
683
683
  inputs: ['hasWallonieLogo', 'siteTitle']
684
684
  })
685
685
  ], SpwFooterBottom);
686
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwFooterBottom, decorators: [{
686
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwFooterBottom, decorators: [{
687
687
  type: Component,
688
688
  args: [{
689
689
  selector: 'spw-footer-bottom',
@@ -699,13 +699,13 @@ let SpwFooterContent = class SpwFooterContent {
699
699
  c.detach();
700
700
  this.el = r.nativeElement;
701
701
  }
702
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwFooterContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
703
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwFooterContent, isStandalone: true, selector: "spw-footer-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
702
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwFooterContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
703
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwFooterContent, isStandalone: true, selector: "spw-footer-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
704
704
  };
705
705
  SpwFooterContent = __decorate([
706
706
  ProxyCmp({})
707
707
  ], SpwFooterContent);
708
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwFooterContent, decorators: [{
708
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwFooterContent, decorators: [{
709
709
  type: Component,
710
710
  args: [{
711
711
  selector: 'spw-footer-content',
@@ -721,15 +721,15 @@ let SpwFooterContentCol = class SpwFooterContentCol {
721
721
  c.detach();
722
722
  this.el = r.nativeElement;
723
723
  }
724
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwFooterContentCol, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
725
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwFooterContentCol, isStandalone: true, selector: "spw-footer-content-col", inputs: { colTitle: "colTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
724
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwFooterContentCol, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
725
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwFooterContentCol, isStandalone: true, selector: "spw-footer-content-col", inputs: { colTitle: "colTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
726
726
  };
727
727
  SpwFooterContentCol = __decorate([
728
728
  ProxyCmp({
729
729
  inputs: ['colTitle']
730
730
  })
731
731
  ], SpwFooterContentCol);
732
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwFooterContentCol, decorators: [{
732
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwFooterContentCol, decorators: [{
733
733
  type: Component,
734
734
  args: [{
735
735
  selector: 'spw-footer-content-col',
@@ -745,15 +745,15 @@ let SpwFooterLink = class SpwFooterLink {
745
745
  c.detach();
746
746
  this.el = r.nativeElement;
747
747
  }
748
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwFooterLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
749
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwFooterLink, isStandalone: true, selector: "spw-footer-link", inputs: { href: "href", linkTitle: "linkTitle", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
748
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwFooterLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
749
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwFooterLink, isStandalone: true, selector: "spw-footer-link", inputs: { href: "href", linkTitle: "linkTitle", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
750
750
  };
751
751
  SpwFooterLink = __decorate([
752
752
  ProxyCmp({
753
753
  inputs: ['href', 'linkTitle', 'target']
754
754
  })
755
755
  ], SpwFooterLink);
756
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwFooterLink, decorators: [{
756
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwFooterLink, decorators: [{
757
757
  type: Component,
758
758
  args: [{
759
759
  selector: 'spw-footer-link',
@@ -769,15 +769,15 @@ let SpwGrid = class SpwGrid {
769
769
  c.detach();
770
770
  this.el = r.nativeElement;
771
771
  }
772
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
773
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwGrid, isStandalone: true, selector: "spw-grid", inputs: { colsDesktop: "colsDesktop", colsMobile: "colsMobile", colsTablet: "colsTablet" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
772
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
773
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwGrid, isStandalone: true, selector: "spw-grid", inputs: { colsDesktop: "colsDesktop", colsMobile: "colsMobile", colsTablet: "colsTablet" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
774
774
  };
775
775
  SpwGrid = __decorate([
776
776
  ProxyCmp({
777
777
  inputs: ['colsDesktop', 'colsMobile', 'colsTablet']
778
778
  })
779
779
  ], SpwGrid);
780
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwGrid, decorators: [{
780
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwGrid, decorators: [{
781
781
  type: Component,
782
782
  args: [{
783
783
  selector: 'spw-grid',
@@ -793,15 +793,15 @@ let SpwGridItem = class SpwGridItem {
793
793
  c.detach();
794
794
  this.el = r.nativeElement;
795
795
  }
796
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwGridItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
797
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwGridItem, isStandalone: true, selector: "spw-grid-item", inputs: { colSpanDesktop: "colSpanDesktop", colSpanMobile: "colSpanMobile", colSpanTablet: "colSpanTablet", rowSpanDesktop: "rowSpanDesktop", rowSpanMobile: "rowSpanMobile", rowSpanTablet: "rowSpanTablet" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
796
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwGridItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
797
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwGridItem, isStandalone: true, selector: "spw-grid-item", inputs: { colSpanDesktop: "colSpanDesktop", colSpanMobile: "colSpanMobile", colSpanTablet: "colSpanTablet", rowSpanDesktop: "rowSpanDesktop", rowSpanMobile: "rowSpanMobile", rowSpanTablet: "rowSpanTablet" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
798
798
  };
799
799
  SpwGridItem = __decorate([
800
800
  ProxyCmp({
801
801
  inputs: ['colSpanDesktop', 'colSpanMobile', 'colSpanTablet', 'rowSpanDesktop', 'rowSpanMobile', 'rowSpanTablet']
802
802
  })
803
803
  ], SpwGridItem);
804
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwGridItem, decorators: [{
804
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwGridItem, decorators: [{
805
805
  type: Component,
806
806
  args: [{
807
807
  selector: 'spw-grid-item',
@@ -817,15 +817,15 @@ let SpwGroup = class SpwGroup {
817
817
  c.detach();
818
818
  this.el = r.nativeElement;
819
819
  }
820
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
821
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwGroup, isStandalone: true, selector: "spw-group", inputs: { alignment: "alignment", disabled: "disabled", isFullWidth: "isFullWidth", isReversed: "isReversed", label: "label", name: "name", orientation: "orientation", required: "required", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
820
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
821
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwGroup, isStandalone: true, selector: "spw-group", inputs: { alignment: "alignment", disabled: "disabled", isFullWidth: "isFullWidth", isReversed: "isReversed", label: "label", name: "name", orientation: "orientation", required: "required", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
822
822
  };
823
823
  SpwGroup = __decorate([
824
824
  ProxyCmp({
825
825
  inputs: ['alignment', 'disabled', 'isFullWidth', 'isReversed', 'label', 'name', 'orientation', 'required', 'type']
826
826
  })
827
827
  ], SpwGroup);
828
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwGroup, decorators: [{
828
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwGroup, decorators: [{
829
829
  type: Component,
830
830
  args: [{
831
831
  selector: 'spw-group',
@@ -841,15 +841,15 @@ let SpwHeader = class SpwHeader {
841
841
  c.detach();
842
842
  this.el = r.nativeElement;
843
843
  }
844
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
845
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwHeader, isStandalone: true, selector: "spw-header", inputs: { borderColor: "borderColor", hasMaWallonie: "hasMaWallonie", hasSearch: "hasSearch", hasWallonieBe: "hasWallonieBe", hasWallonieLogo: "hasWallonieLogo", maWallonieLabel: "maWallonieLabel", maWallonieLink: "maWallonieLink", menuCloseLabel: "menuCloseLabel", menuOpenLabel: "menuOpenLabel", searchCloseLabel: "searchCloseLabel", searchDirectHref: "searchDirectHref", searchDirectTarget: "searchDirectTarget", searchOpenLabel: "searchOpenLabel", searchType: "searchType", siteTitle: "siteTitle", wallonieBeLabel: "wallonieBeLabel", wallonieBeLink: "wallonieBeLink" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
844
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
845
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwHeader, isStandalone: true, selector: "spw-header", inputs: { borderColor: "borderColor", hasMaWallonie: "hasMaWallonie", hasSearch: "hasSearch", hasWallonieBe: "hasWallonieBe", hasWallonieLogo: "hasWallonieLogo", maWallonieLabel: "maWallonieLabel", maWallonieLink: "maWallonieLink", menuCloseLabel: "menuCloseLabel", menuOpenLabel: "menuOpenLabel", searchCloseLabel: "searchCloseLabel", searchDirectHref: "searchDirectHref", searchDirectTarget: "searchDirectTarget", searchOpenLabel: "searchOpenLabel", searchType: "searchType", siteTitle: "siteTitle", wallonieBeLabel: "wallonieBeLabel", wallonieBeLink: "wallonieBeLink" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
846
846
  };
847
847
  SpwHeader = __decorate([
848
848
  ProxyCmp({
849
849
  inputs: ['borderColor', 'hasMaWallonie', 'hasSearch', 'hasWallonieBe', 'hasWallonieLogo', 'maWallonieLabel', 'maWallonieLink', 'menuCloseLabel', 'menuOpenLabel', 'searchCloseLabel', 'searchDirectHref', 'searchDirectTarget', 'searchOpenLabel', 'searchType', 'siteTitle', 'wallonieBeLabel', 'wallonieBeLink']
850
850
  })
851
851
  ], SpwHeader);
852
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwHeader, decorators: [{
852
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwHeader, decorators: [{
853
853
  type: Component,
854
854
  args: [{
855
855
  selector: 'spw-header',
@@ -865,20 +865,22 @@ let SpwHeaderLang = class SpwHeaderLang {
865
865
  c.detach();
866
866
  this.el = r.nativeElement;
867
867
  }
868
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwHeaderLang, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
869
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwHeaderLang, isStandalone: true, selector: "spw-header-lang", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
868
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwHeaderLang, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
869
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwHeaderLang, isStandalone: true, selector: "spw-header-lang", inputs: { accAriaLabel: "accAriaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
870
870
  };
871
871
  SpwHeaderLang = __decorate([
872
- ProxyCmp({})
872
+ ProxyCmp({
873
+ inputs: ['accAriaLabel']
874
+ })
873
875
  ], SpwHeaderLang);
874
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwHeaderLang, decorators: [{
876
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwHeaderLang, decorators: [{
875
877
  type: Component,
876
878
  args: [{
877
879
  selector: 'spw-header-lang',
878
880
  changeDetection: ChangeDetectionStrategy.OnPush,
879
881
  template: '<ng-content></ng-content>',
880
882
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
881
- inputs: [],
883
+ inputs: ['accAriaLabel'],
882
884
  }]
883
885
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
884
886
  let SpwHeaderLangItem = class SpwHeaderLangItem {
@@ -887,15 +889,15 @@ let SpwHeaderLangItem = class SpwHeaderLangItem {
887
889
  c.detach();
888
890
  this.el = r.nativeElement;
889
891
  }
890
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwHeaderLangItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
891
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwHeaderLangItem, isStandalone: true, selector: "spw-header-lang-item", inputs: { active: "active" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
892
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwHeaderLangItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
893
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwHeaderLangItem, isStandalone: true, selector: "spw-header-lang-item", inputs: { active: "active" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
892
894
  };
893
895
  SpwHeaderLangItem = __decorate([
894
896
  ProxyCmp({
895
897
  inputs: ['active']
896
898
  })
897
899
  ], SpwHeaderLangItem);
898
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwHeaderLangItem, decorators: [{
900
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwHeaderLangItem, decorators: [{
899
901
  type: Component,
900
902
  args: [{
901
903
  selector: 'spw-header-lang-item',
@@ -911,15 +913,15 @@ let SpwHeaderNavigation = class SpwHeaderNavigation {
911
913
  c.detach();
912
914
  this.el = r.nativeElement;
913
915
  }
914
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwHeaderNavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
915
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwHeaderNavigation, isStandalone: true, selector: "spw-header-navigation", inputs: { alignment: "alignment", extraButton: "extraButton", extraButtonHref: "extraButtonHref", extraButtonIcon: "extraButtonIcon", extraButtonTarget: "extraButtonTarget", extraButtonText: "extraButtonText", extraButtonVariant: "extraButtonVariant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
916
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwHeaderNavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
917
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwHeaderNavigation, isStandalone: true, selector: "spw-header-navigation", inputs: { alignment: "alignment", extraButton: "extraButton", extraButtonHref: "extraButtonHref", extraButtonIcon: "extraButtonIcon", extraButtonTarget: "extraButtonTarget", extraButtonText: "extraButtonText", extraButtonVariant: "extraButtonVariant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
916
918
  };
917
919
  SpwHeaderNavigation = __decorate([
918
920
  ProxyCmp({
919
921
  inputs: ['alignment', 'extraButton', 'extraButtonHref', 'extraButtonIcon', 'extraButtonTarget', 'extraButtonText', 'extraButtonVariant']
920
922
  })
921
923
  ], SpwHeaderNavigation);
922
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwHeaderNavigation, decorators: [{
924
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwHeaderNavigation, decorators: [{
923
925
  type: Component,
924
926
  args: [{
925
927
  selector: 'spw-header-navigation',
@@ -935,13 +937,13 @@ let SpwHeaderNavigationDropdown = class SpwHeaderNavigationDropdown {
935
937
  c.detach();
936
938
  this.el = r.nativeElement;
937
939
  }
938
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwHeaderNavigationDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
939
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwHeaderNavigationDropdown, isStandalone: true, selector: "spw-header-navigation-dropdown", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
940
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwHeaderNavigationDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
941
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwHeaderNavigationDropdown, isStandalone: true, selector: "spw-header-navigation-dropdown", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
940
942
  };
941
943
  SpwHeaderNavigationDropdown = __decorate([
942
944
  ProxyCmp({})
943
945
  ], SpwHeaderNavigationDropdown);
944
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwHeaderNavigationDropdown, decorators: [{
946
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwHeaderNavigationDropdown, decorators: [{
945
947
  type: Component,
946
948
  args: [{
947
949
  selector: 'spw-header-navigation-dropdown',
@@ -958,15 +960,15 @@ let SpwHeaderNavigationItem = class SpwHeaderNavigationItem {
958
960
  this.el = r.nativeElement;
959
961
  proxyOutputs(this, this.el, ['spwHeaderNavigationNavigate']);
960
962
  }
961
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwHeaderNavigationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
962
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwHeaderNavigationItem, isStandalone: true, selector: "spw-header-navigation-item", inputs: { isActive: "isActive" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
963
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwHeaderNavigationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
964
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwHeaderNavigationItem, isStandalone: true, selector: "spw-header-navigation-item", inputs: { isActive: "isActive" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
963
965
  };
964
966
  SpwHeaderNavigationItem = __decorate([
965
967
  ProxyCmp({
966
968
  inputs: ['isActive']
967
969
  })
968
970
  ], SpwHeaderNavigationItem);
969
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwHeaderNavigationItem, decorators: [{
971
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwHeaderNavigationItem, decorators: [{
970
972
  type: Component,
971
973
  args: [{
972
974
  selector: 'spw-header-navigation-item',
@@ -982,22 +984,22 @@ let SpwHeaderPersona = class SpwHeaderPersona {
982
984
  c.detach();
983
985
  this.el = r.nativeElement;
984
986
  }
985
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwHeaderPersona, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
986
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwHeaderPersona, isStandalone: true, selector: "spw-header-persona", inputs: { personaLabel: "personaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
987
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwHeaderPersona, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
988
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwHeaderPersona, isStandalone: true, selector: "spw-header-persona", inputs: { accAriaLabel: "accAriaLabel", personaLabel: "personaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
987
989
  };
988
990
  SpwHeaderPersona = __decorate([
989
991
  ProxyCmp({
990
- inputs: ['personaLabel']
992
+ inputs: ['accAriaLabel', 'personaLabel']
991
993
  })
992
994
  ], SpwHeaderPersona);
993
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwHeaderPersona, decorators: [{
995
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwHeaderPersona, decorators: [{
994
996
  type: Component,
995
997
  args: [{
996
998
  selector: 'spw-header-persona',
997
999
  changeDetection: ChangeDetectionStrategy.OnPush,
998
1000
  template: '<ng-content></ng-content>',
999
1001
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1000
- inputs: ['personaLabel'],
1002
+ inputs: ['accAriaLabel', 'personaLabel'],
1001
1003
  }]
1002
1004
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1003
1005
  let SpwHeaderPersonaItem = class SpwHeaderPersonaItem {
@@ -1006,15 +1008,15 @@ let SpwHeaderPersonaItem = class SpwHeaderPersonaItem {
1006
1008
  c.detach();
1007
1009
  this.el = r.nativeElement;
1008
1010
  }
1009
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwHeaderPersonaItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1010
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwHeaderPersonaItem, isStandalone: true, selector: "spw-header-persona-item", inputs: { active: "active" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1011
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwHeaderPersonaItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1012
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwHeaderPersonaItem, isStandalone: true, selector: "spw-header-persona-item", inputs: { active: "active" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1011
1013
  };
1012
1014
  SpwHeaderPersonaItem = __decorate([
1013
1015
  ProxyCmp({
1014
1016
  inputs: ['active']
1015
1017
  })
1016
1018
  ], SpwHeaderPersonaItem);
1017
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwHeaderPersonaItem, decorators: [{
1019
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwHeaderPersonaItem, decorators: [{
1018
1020
  type: Component,
1019
1021
  args: [{
1020
1022
  selector: 'spw-header-persona-item',
@@ -1030,22 +1032,22 @@ let SpwHero = class SpwHero {
1030
1032
  c.detach();
1031
1033
  this.el = r.nativeElement;
1032
1034
  }
1033
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwHero, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1034
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwHero, isStandalone: true, selector: "spw-hero", inputs: { alignment: "alignment", hasPictureFull: "hasPictureFull", hasRadius: "hasRadius", hasShadow: "hasShadow", hasVideo: "hasVideo", imageAlt: "imageAlt", imageSrc: "imageSrc", modalVideoId: "modalVideoId", overlayColor: "overlayColor", overlayOpacity: "overlayOpacity", surface: "surface", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1035
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwHero, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1036
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwHero, isStandalone: true, selector: "spw-hero", inputs: { accPlayButtonAriaLabel: "accPlayButtonAriaLabel", alignment: "alignment", hasPictureFull: "hasPictureFull", hasRadius: "hasRadius", hasShadow: "hasShadow", hasVideo: "hasVideo", imageAlt: "imageAlt", imageSrc: "imageSrc", modalVideoId: "modalVideoId", overlayColor: "overlayColor", overlayOpacity: "overlayOpacity", surface: "surface", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1035
1037
  };
1036
1038
  SpwHero = __decorate([
1037
1039
  ProxyCmp({
1038
- inputs: ['alignment', 'hasPictureFull', 'hasRadius', 'hasShadow', 'hasVideo', 'imageAlt', 'imageSrc', 'modalVideoId', 'overlayColor', 'overlayOpacity', 'surface', 'variant']
1040
+ inputs: ['accPlayButtonAriaLabel', 'alignment', 'hasPictureFull', 'hasRadius', 'hasShadow', 'hasVideo', 'imageAlt', 'imageSrc', 'modalVideoId', 'overlayColor', 'overlayOpacity', 'surface', 'variant']
1039
1041
  })
1040
1042
  ], SpwHero);
1041
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwHero, decorators: [{
1043
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwHero, decorators: [{
1042
1044
  type: Component,
1043
1045
  args: [{
1044
1046
  selector: 'spw-hero',
1045
1047
  changeDetection: ChangeDetectionStrategy.OnPush,
1046
1048
  template: '<ng-content></ng-content>',
1047
1049
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1048
- inputs: ['alignment', 'hasPictureFull', 'hasRadius', 'hasShadow', 'hasVideo', 'imageAlt', 'imageSrc', 'modalVideoId', 'overlayColor', 'overlayOpacity', 'surface', 'variant'],
1050
+ inputs: ['accPlayButtonAriaLabel', 'alignment', 'hasPictureFull', 'hasRadius', 'hasShadow', 'hasVideo', 'imageAlt', 'imageSrc', 'modalVideoId', 'overlayColor', 'overlayOpacity', 'surface', 'variant'],
1049
1051
  }]
1050
1052
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1051
1053
  let SpwIcon = class SpwIcon {
@@ -1054,15 +1056,15 @@ let SpwIcon = class SpwIcon {
1054
1056
  c.detach();
1055
1057
  this.el = r.nativeElement;
1056
1058
  }
1057
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1058
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwIcon, isStandalone: true, selector: "spw-icon", inputs: { icon: "icon", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1059
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1060
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwIcon, isStandalone: true, selector: "spw-icon", inputs: { icon: "icon", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1059
1061
  };
1060
1062
  SpwIcon = __decorate([
1061
1063
  ProxyCmp({
1062
1064
  inputs: ['icon', 'variant']
1063
1065
  })
1064
1066
  ], SpwIcon);
1065
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwIcon, decorators: [{
1067
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwIcon, decorators: [{
1066
1068
  type: Component,
1067
1069
  args: [{
1068
1070
  selector: 'spw-icon',
@@ -1078,15 +1080,15 @@ let SpwIllustration = class SpwIllustration {
1078
1080
  c.detach();
1079
1081
  this.el = r.nativeElement;
1080
1082
  }
1081
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwIllustration, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1082
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwIllustration, isStandalone: true, selector: "spw-illustration", inputs: { alt: "alt", height: "height", variant: "variant", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1083
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwIllustration, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1084
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwIllustration, isStandalone: true, selector: "spw-illustration", inputs: { alt: "alt", height: "height", variant: "variant", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1083
1085
  };
1084
1086
  SpwIllustration = __decorate([
1085
1087
  ProxyCmp({
1086
1088
  inputs: ['alt', 'height', 'variant', 'width']
1087
1089
  })
1088
1090
  ], SpwIllustration);
1089
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwIllustration, decorators: [{
1091
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwIllustration, decorators: [{
1090
1092
  type: Component,
1091
1093
  args: [{
1092
1094
  selector: 'spw-illustration',
@@ -1096,28 +1098,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
1096
1098
  inputs: ['alt', 'height', 'variant', 'width'],
1097
1099
  }]
1098
1100
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1099
- let SpwIodda = class SpwIodda {
1100
- constructor(c, r, z) {
1101
- this.z = z;
1102
- c.detach();
1103
- this.el = r.nativeElement;
1104
- }
1105
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwIodda, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1106
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwIodda, isStandalone: true, selector: "spw-iodda", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1107
- };
1108
- SpwIodda = __decorate([
1109
- ProxyCmp({})
1110
- ], SpwIodda);
1111
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwIodda, decorators: [{
1112
- type: Component,
1113
- args: [{
1114
- selector: 'spw-iodda',
1115
- changeDetection: ChangeDetectionStrategy.OnPush,
1116
- template: '<ng-content></ng-content>',
1117
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1118
- inputs: [],
1119
- }]
1120
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1121
1101
  let SpwLink = class SpwLink {
1122
1102
  constructor(c, r, z) {
1123
1103
  this.z = z;
@@ -1125,15 +1105,15 @@ let SpwLink = class SpwLink {
1125
1105
  this.el = r.nativeElement;
1126
1106
  proxyOutputs(this, this.el, ['spwClick']);
1127
1107
  }
1128
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1129
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwLink, isStandalone: true, selector: "spw-link", inputs: { accAriaLabel: "accAriaLabel", disabled: "disabled", href: "href", icon: "icon", iconPosition: "iconPosition", rel: "rel", surface: "surface", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1108
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1109
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwLink, isStandalone: true, selector: "spw-link", inputs: { accAriaLabel: "accAriaLabel", disabled: "disabled", href: "href", icon: "icon", iconPosition: "iconPosition", rel: "rel", surface: "surface", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1130
1110
  };
1131
1111
  SpwLink = __decorate([
1132
1112
  ProxyCmp({
1133
1113
  inputs: ['accAriaLabel', 'disabled', 'href', 'icon', 'iconPosition', 'rel', 'surface', 'target']
1134
1114
  })
1135
1115
  ], SpwLink);
1136
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwLink, decorators: [{
1116
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwLink, decorators: [{
1137
1117
  type: Component,
1138
1118
  args: [{
1139
1119
  selector: 'spw-link',
@@ -1149,15 +1129,15 @@ let SpwList = class SpwList {
1149
1129
  c.detach();
1150
1130
  this.el = r.nativeElement;
1151
1131
  }
1152
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1153
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwList, isStandalone: true, selector: "spw-list", inputs: { gap: "gap", surface: "surface" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1132
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1133
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwList, isStandalone: true, selector: "spw-list", inputs: { gap: "gap", surface: "surface" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1154
1134
  };
1155
1135
  SpwList = __decorate([
1156
1136
  ProxyCmp({
1157
1137
  inputs: ['gap', 'surface']
1158
1138
  })
1159
1139
  ], SpwList);
1160
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwList, decorators: [{
1140
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwList, decorators: [{
1161
1141
  type: Component,
1162
1142
  args: [{
1163
1143
  selector: 'spw-list',
@@ -1173,15 +1153,15 @@ let SpwListDescription = class SpwListDescription {
1173
1153
  c.detach();
1174
1154
  this.el = r.nativeElement;
1175
1155
  }
1176
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwListDescription, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1177
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwListDescription, isStandalone: true, selector: "spw-list-description", inputs: { lineClamp: "lineClamp" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1156
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwListDescription, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1157
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwListDescription, isStandalone: true, selector: "spw-list-description", inputs: { lineClamp: "lineClamp" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1178
1158
  };
1179
1159
  SpwListDescription = __decorate([
1180
1160
  ProxyCmp({
1181
1161
  inputs: ['lineClamp']
1182
1162
  })
1183
1163
  ], SpwListDescription);
1184
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwListDescription, decorators: [{
1164
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwListDescription, decorators: [{
1185
1165
  type: Component,
1186
1166
  args: [{
1187
1167
  selector: 'spw-list-description',
@@ -1197,15 +1177,15 @@ let SpwListItem = class SpwListItem {
1197
1177
  c.detach();
1198
1178
  this.el = r.nativeElement;
1199
1179
  }
1200
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1201
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwListItem, isStandalone: true, selector: "spw-list-item", inputs: { category: "category", categoryIcon: "categoryIcon", categoryLink: "categoryLink", href: "href", icon: "icon", lineClamp: "lineClamp", surface: "surface", target: "target", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1180
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1181
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwListItem, isStandalone: true, selector: "spw-list-item", inputs: { category: "category", categoryIcon: "categoryIcon", categoryLink: "categoryLink", href: "href", icon: "icon", lineClamp: "lineClamp", surface: "surface", target: "target", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1202
1182
  };
1203
1183
  SpwListItem = __decorate([
1204
1184
  ProxyCmp({
1205
1185
  inputs: ['category', 'categoryIcon', 'categoryLink', 'href', 'icon', 'lineClamp', 'surface', 'target', 'variant']
1206
1186
  })
1207
1187
  ], SpwListItem);
1208
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwListItem, decorators: [{
1188
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwListItem, decorators: [{
1209
1189
  type: Component,
1210
1190
  args: [{
1211
1191
  selector: 'spw-list-item',
@@ -1221,15 +1201,15 @@ let SpwListTitle = class SpwListTitle {
1221
1201
  c.detach();
1222
1202
  this.el = r.nativeElement;
1223
1203
  }
1224
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwListTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1225
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwListTitle, isStandalone: true, selector: "spw-list-title", inputs: { icon: "icon", lineClamp: "lineClamp" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1204
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwListTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1205
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwListTitle, isStandalone: true, selector: "spw-list-title", inputs: { icon: "icon", lineClamp: "lineClamp" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1226
1206
  };
1227
1207
  SpwListTitle = __decorate([
1228
1208
  ProxyCmp({
1229
1209
  inputs: ['icon', 'lineClamp']
1230
1210
  })
1231
1211
  ], SpwListTitle);
1232
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwListTitle, decorators: [{
1212
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwListTitle, decorators: [{
1233
1213
  type: Component,
1234
1214
  args: [{
1235
1215
  selector: 'spw-list-title',
@@ -1245,15 +1225,15 @@ let SpwLoading = class SpwLoading {
1245
1225
  c.detach();
1246
1226
  this.el = r.nativeElement;
1247
1227
  }
1248
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwLoading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1249
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwLoading, isStandalone: true, selector: "spw-loading", inputs: { text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1228
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwLoading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1229
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwLoading, isStandalone: true, selector: "spw-loading", inputs: { text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1250
1230
  };
1251
1231
  SpwLoading = __decorate([
1252
1232
  ProxyCmp({
1253
1233
  inputs: ['text']
1254
1234
  })
1255
1235
  ], SpwLoading);
1256
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwLoading, decorators: [{
1236
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwLoading, decorators: [{
1257
1237
  type: Component,
1258
1238
  args: [{
1259
1239
  selector: 'spw-loading',
@@ -1269,15 +1249,15 @@ let SpwMessage = class SpwMessage {
1269
1249
  c.detach();
1270
1250
  this.el = r.nativeElement;
1271
1251
  }
1272
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwMessage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1273
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwMessage, isStandalone: true, selector: "spw-message", inputs: { dismissableText: "dismissableText", isDismissable: "isDismissable", messageId: "messageId", messageTitle: "messageTitle", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1252
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwMessage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1253
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwMessage, isStandalone: true, selector: "spw-message", inputs: { dismissableText: "dismissableText", isDismissable: "isDismissable", messageId: "messageId", messageTitle: "messageTitle", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1274
1254
  };
1275
1255
  SpwMessage = __decorate([
1276
1256
  ProxyCmp({
1277
1257
  inputs: ['dismissableText', 'isDismissable', 'messageId', 'messageTitle', 'variant']
1278
1258
  })
1279
1259
  ], SpwMessage);
1280
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwMessage, decorators: [{
1260
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwMessage, decorators: [{
1281
1261
  type: Component,
1282
1262
  args: [{
1283
1263
  selector: 'spw-message',
@@ -1294,8 +1274,8 @@ let SpwModal = class SpwModal {
1294
1274
  this.el = r.nativeElement;
1295
1275
  proxyOutputs(this, this.el, ['spwModalOpen', 'spwModalClose']);
1296
1276
  }
1297
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1298
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwModal, isStandalone: true, selector: "spw-modal", inputs: { alertIcon: "alertIcon", caption: "caption", closeOnOverlayClick: "closeOnOverlayClick", opened: "opened", showCloseButton: "showCloseButton", size: "size", stickyButtons: "stickyButtons" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1277
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1278
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwModal, isStandalone: true, selector: "spw-modal", inputs: { alertIcon: "alertIcon", caption: "caption", closeOnOverlayClick: "closeOnOverlayClick", opened: "opened", showCloseButton: "showCloseButton", size: "size", stickyButtons: "stickyButtons" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1299
1279
  };
1300
1280
  SpwModal = __decorate([
1301
1281
  ProxyCmp({
@@ -1303,7 +1283,7 @@ SpwModal = __decorate([
1303
1283
  methods: ['closeModal', 'openModal']
1304
1284
  })
1305
1285
  ], SpwModal);
1306
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwModal, decorators: [{
1286
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwModal, decorators: [{
1307
1287
  type: Component,
1308
1288
  args: [{
1309
1289
  selector: 'spw-modal',
@@ -1319,8 +1299,8 @@ let SpwMosaic = class SpwMosaic {
1319
1299
  c.detach();
1320
1300
  this.el = r.nativeElement;
1321
1301
  }
1322
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwMosaic, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1323
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwMosaic, isStandalone: true, selector: "spw-mosaic", inputs: { colsDesktop: "colsDesktop", colsMobile: "colsMobile", colsTablet: "colsTablet", isMasonry: "isMasonry", items: "items" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1302
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwMosaic, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1303
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwMosaic, isStandalone: true, selector: "spw-mosaic", inputs: { colsDesktop: "colsDesktop", colsMobile: "colsMobile", colsTablet: "colsTablet", isMasonry: "isMasonry", items: "items" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1324
1304
  };
1325
1305
  SpwMosaic = __decorate([
1326
1306
  ProxyCmp({
@@ -1328,7 +1308,7 @@ SpwMosaic = __decorate([
1328
1308
  methods: ['waitForImages', 'initializeMasonry']
1329
1309
  })
1330
1310
  ], SpwMosaic);
1331
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwMosaic, decorators: [{
1311
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwMosaic, decorators: [{
1332
1312
  type: Component,
1333
1313
  args: [{
1334
1314
  selector: 'spw-mosaic',
@@ -1344,20 +1324,22 @@ let SpwMosaicItem = class SpwMosaicItem {
1344
1324
  c.detach();
1345
1325
  this.el = r.nativeElement;
1346
1326
  }
1347
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwMosaicItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1348
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwMosaicItem, isStandalone: true, selector: "spw-mosaic-item", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1327
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwMosaicItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1328
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwMosaicItem, isStandalone: true, selector: "spw-mosaic-item", inputs: { colSpanDesktop: "colSpanDesktop", colSpanMobile: "colSpanMobile", colSpanTablet: "colSpanTablet" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1349
1329
  };
1350
1330
  SpwMosaicItem = __decorate([
1351
- ProxyCmp({})
1331
+ ProxyCmp({
1332
+ inputs: ['colSpanDesktop', 'colSpanMobile', 'colSpanTablet']
1333
+ })
1352
1334
  ], SpwMosaicItem);
1353
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwMosaicItem, decorators: [{
1335
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwMosaicItem, decorators: [{
1354
1336
  type: Component,
1355
1337
  args: [{
1356
1338
  selector: 'spw-mosaic-item',
1357
1339
  changeDetection: ChangeDetectionStrategy.OnPush,
1358
1340
  template: '<ng-content></ng-content>',
1359
1341
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1360
- inputs: [],
1342
+ inputs: ['colSpanDesktop', 'colSpanMobile', 'colSpanTablet'],
1361
1343
  }]
1362
1344
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1363
1345
  let SpwPagination = class SpwPagination {
@@ -1367,23 +1349,23 @@ let SpwPagination = class SpwPagination {
1367
1349
  this.el = r.nativeElement;
1368
1350
  proxyOutputs(this, this.el, ['pageChanged']);
1369
1351
  }
1370
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1371
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwPagination, isStandalone: true, selector: "spw-pagination", inputs: { currentPage: "currentPage", isDisabled: "isDisabled", itemsPerPage: "itemsPerPage", totalItems: "totalItems", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1352
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1353
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwPagination, isStandalone: true, selector: "spw-pagination", inputs: { currentPage: "currentPage", isDisabled: "isDisabled", isDynamic: "isDynamic", itemsPerPage: "itemsPerPage", nextButtonText: "nextButtonText", previousButtonText: "previousButtonText", totalItems: "totalItems", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1372
1354
  };
1373
1355
  SpwPagination = __decorate([
1374
1356
  ProxyCmp({
1375
- inputs: ['currentPage', 'isDisabled', 'itemsPerPage', 'totalItems', 'variant'],
1357
+ inputs: ['currentPage', 'isDisabled', 'isDynamic', 'itemsPerPage', 'nextButtonText', 'previousButtonText', 'totalItems', 'variant'],
1376
1358
  methods: ['setPage']
1377
1359
  })
1378
1360
  ], SpwPagination);
1379
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwPagination, decorators: [{
1361
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwPagination, decorators: [{
1380
1362
  type: Component,
1381
1363
  args: [{
1382
1364
  selector: 'spw-pagination',
1383
1365
  changeDetection: ChangeDetectionStrategy.OnPush,
1384
1366
  template: '<ng-content></ng-content>',
1385
1367
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1386
- inputs: ['currentPage', 'isDisabled', 'itemsPerPage', 'totalItems', 'variant'],
1368
+ inputs: ['currentPage', 'isDisabled', 'isDynamic', 'itemsPerPage', 'nextButtonText', 'previousButtonText', 'totalItems', 'variant'],
1387
1369
  }]
1388
1370
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1389
1371
  let SpwRadio = class SpwRadio {
@@ -1393,23 +1375,23 @@ let SpwRadio = class SpwRadio {
1393
1375
  this.el = r.nativeElement;
1394
1376
  proxyOutputs(this, this.el, ['spwChange']);
1395
1377
  }
1396
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1397
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwRadio, isStandalone: true, selector: "spw-radio", inputs: { checked: "checked", disabled: "disabled", error: "error", name: "name", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1378
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1379
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwRadio, isStandalone: true, selector: "spw-radio", inputs: { accAriaLabel: "accAriaLabel", checked: "checked", disabled: "disabled", error: "error", name: "name", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1398
1380
  };
1399
1381
  SpwRadio = __decorate([
1400
1382
  ProxyCmp({
1401
- inputs: ['checked', 'disabled', 'error', 'name', 'value'],
1383
+ inputs: ['accAriaLabel', 'checked', 'disabled', 'error', 'name', 'value'],
1402
1384
  methods: ['setChecked']
1403
1385
  })
1404
1386
  ], SpwRadio);
1405
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwRadio, decorators: [{
1387
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwRadio, decorators: [{
1406
1388
  type: Component,
1407
1389
  args: [{
1408
1390
  selector: 'spw-radio',
1409
1391
  changeDetection: ChangeDetectionStrategy.OnPush,
1410
1392
  template: '<ng-content></ng-content>',
1411
1393
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1412
- inputs: ['checked', 'disabled', 'error', 'name', 'value'],
1394
+ inputs: ['accAriaLabel', 'checked', 'disabled', 'error', 'name', 'value'],
1413
1395
  }]
1414
1396
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1415
1397
  let SpwSearchField = class SpwSearchField {
@@ -1419,8 +1401,8 @@ let SpwSearchField = class SpwSearchField {
1419
1401
  this.el = r.nativeElement;
1420
1402
  proxyOutputs(this, this.el, ['valueChanged']);
1421
1403
  }
1422
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSearchField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1423
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwSearchField, isStandalone: true, selector: "spw-search-field", inputs: { assistiveText: "assistiveText", disabled: "disabled", hasSubmitButton: "hasSubmitButton", isRounded: "isRounded", items: "items", label: "label", name: "name", noResults: "noResults", placeholder: "placeholder", required: "required", size: "size", viewAllResults: "viewAllResults", viewAllResultsLink: "viewAllResultsLink" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1404
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwSearchField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1405
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwSearchField, isStandalone: true, selector: "spw-search-field", inputs: { assistiveText: "assistiveText", disabled: "disabled", hasSubmitButton: "hasSubmitButton", isRounded: "isRounded", items: "items", label: "label", name: "name", noResults: "noResults", placeholder: "placeholder", required: "required", size: "size", viewAllResults: "viewAllResults", viewAllResultsLink: "viewAllResultsLink" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1424
1406
  };
1425
1407
  SpwSearchField = __decorate([
1426
1408
  ProxyCmp({
@@ -1428,7 +1410,7 @@ SpwSearchField = __decorate([
1428
1410
  methods: ['resetInput', 'setValue', 'getValue']
1429
1411
  })
1430
1412
  ], SpwSearchField);
1431
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSearchField, decorators: [{
1413
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwSearchField, decorators: [{
1432
1414
  type: Component,
1433
1415
  args: [{
1434
1416
  selector: 'spw-search-field',
@@ -1445,23 +1427,23 @@ let SpwSelect = class SpwSelect {
1445
1427
  this.el = r.nativeElement;
1446
1428
  proxyOutputs(this, this.el, ['valueChanged']);
1447
1429
  }
1448
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1449
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwSelect, isStandalone: true, selector: "spw-select", inputs: { assistiveText: "assistiveText", disabled: "disabled", error: "error", hint: "hint", itemLabel: "itemLabel", itemValue: "itemValue", items: "items", label: "label", name: "name", placeholder: "placeholder", required: "required", showErrorIcon: "showErrorIcon", showHintIcon: "showHintIcon", showSuccessIcon: "showSuccessIcon", showWarningIcon: "showWarningIcon", size: "size", success: "success", value: "value", warning: "warning" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1430
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1431
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwSelect, isStandalone: true, selector: "spw-select", inputs: { accAriaLabel: "accAriaLabel", assistiveText: "assistiveText", disabled: "disabled", error: "error", hint: "hint", itemLabel: "itemLabel", itemValue: "itemValue", items: "items", label: "label", name: "name", placeholder: "placeholder", required: "required", showErrorIcon: "showErrorIcon", showHintIcon: "showHintIcon", showSuccessIcon: "showSuccessIcon", showWarningIcon: "showWarningIcon", size: "size", success: "success", value: "value", warning: "warning" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1450
1432
  };
1451
1433
  SpwSelect = __decorate([
1452
1434
  ProxyCmp({
1453
- inputs: ['assistiveText', 'disabled', 'error', 'hint', 'itemLabel', 'itemValue', 'items', 'label', 'name', 'placeholder', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'success', 'value', 'warning'],
1454
- methods: ['resetSelect']
1435
+ inputs: ['accAriaLabel', 'assistiveText', 'disabled', 'error', 'hint', 'itemLabel', 'itemValue', 'items', 'label', 'name', 'placeholder', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'success', 'value', 'warning'],
1436
+ methods: ['resetSelect', 'setValue', 'getValue']
1455
1437
  })
1456
1438
  ], SpwSelect);
1457
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSelect, decorators: [{
1439
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwSelect, decorators: [{
1458
1440
  type: Component,
1459
1441
  args: [{
1460
1442
  selector: 'spw-select',
1461
1443
  changeDetection: ChangeDetectionStrategy.OnPush,
1462
1444
  template: '<ng-content></ng-content>',
1463
1445
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1464
- inputs: ['assistiveText', 'disabled', 'error', 'hint', 'itemLabel', 'itemValue', 'items', 'label', 'name', 'placeholder', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'success', 'value', 'warning'],
1446
+ inputs: ['accAriaLabel', 'assistiveText', 'disabled', 'error', 'hint', 'itemLabel', 'itemValue', 'items', 'label', 'name', 'placeholder', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'success', 'value', 'warning'],
1465
1447
  }]
1466
1448
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1467
1449
  let SpwSeparator = class SpwSeparator {
@@ -1470,15 +1452,15 @@ let SpwSeparator = class SpwSeparator {
1470
1452
  c.detach();
1471
1453
  this.el = r.nativeElement;
1472
1454
  }
1473
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSeparator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1474
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwSeparator, isStandalone: true, selector: "spw-separator", inputs: { direction: "direction", height: "height", surface: "surface", thickness: "thickness", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1455
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwSeparator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1456
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwSeparator, isStandalone: true, selector: "spw-separator", inputs: { direction: "direction", height: "height", surface: "surface", thickness: "thickness", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1475
1457
  };
1476
1458
  SpwSeparator = __decorate([
1477
1459
  ProxyCmp({
1478
1460
  inputs: ['direction', 'height', 'surface', 'thickness', 'width']
1479
1461
  })
1480
1462
  ], SpwSeparator);
1481
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSeparator, decorators: [{
1463
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwSeparator, decorators: [{
1482
1464
  type: Component,
1483
1465
  args: [{
1484
1466
  selector: 'spw-separator',
@@ -1494,15 +1476,15 @@ let SpwSidebar = class SpwSidebar {
1494
1476
  c.detach();
1495
1477
  this.el = r.nativeElement;
1496
1478
  }
1497
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSidebar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1498
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwSidebar, isStandalone: true, selector: "spw-sidebar", inputs: { defaultExpanded: "defaultExpanded" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1479
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwSidebar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1480
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwSidebar, isStandalone: true, selector: "spw-sidebar", inputs: { defaultExpanded: "defaultExpanded" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1499
1481
  };
1500
1482
  SpwSidebar = __decorate([
1501
1483
  ProxyCmp({
1502
1484
  inputs: ['defaultExpanded']
1503
1485
  })
1504
1486
  ], SpwSidebar);
1505
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSidebar, decorators: [{
1487
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwSidebar, decorators: [{
1506
1488
  type: Component,
1507
1489
  args: [{
1508
1490
  selector: 'spw-sidebar',
@@ -1518,15 +1500,15 @@ let SpwSidebarNavigationDropdown = class SpwSidebarNavigationDropdown {
1518
1500
  c.detach();
1519
1501
  this.el = r.nativeElement;
1520
1502
  }
1521
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSidebarNavigationDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1522
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwSidebarNavigationDropdown, isStandalone: true, selector: "spw-sidebar-navigation-dropdown", inputs: { open: "open" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1503
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwSidebarNavigationDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1504
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwSidebarNavigationDropdown, isStandalone: true, selector: "spw-sidebar-navigation-dropdown", inputs: { open: "open" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1523
1505
  };
1524
1506
  SpwSidebarNavigationDropdown = __decorate([
1525
1507
  ProxyCmp({
1526
1508
  inputs: ['open']
1527
1509
  })
1528
1510
  ], SpwSidebarNavigationDropdown);
1529
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSidebarNavigationDropdown, decorators: [{
1511
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwSidebarNavigationDropdown, decorators: [{
1530
1512
  type: Component,
1531
1513
  args: [{
1532
1514
  selector: 'spw-sidebar-navigation-dropdown',
@@ -1542,15 +1524,15 @@ let SpwSidebarNavigationItem = class SpwSidebarNavigationItem {
1542
1524
  c.detach();
1543
1525
  this.el = r.nativeElement;
1544
1526
  }
1545
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSidebarNavigationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1546
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwSidebarNavigationItem, isStandalone: true, selector: "spw-sidebar-navigation-item", inputs: { active: "active", bubble: "bubble", disabled: "disabled", href: "href", icon: "icon", iconVariant: "iconVariant", openOnClick: "openOnClick", tooltipTitle: "tooltipTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1527
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwSidebarNavigationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1528
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwSidebarNavigationItem, isStandalone: true, selector: "spw-sidebar-navigation-item", inputs: { active: "active", bubble: "bubble", disabled: "disabled", href: "href", icon: "icon", iconVariant: "iconVariant", openOnClick: "openOnClick", tooltipTitle: "tooltipTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1547
1529
  };
1548
1530
  SpwSidebarNavigationItem = __decorate([
1549
1531
  ProxyCmp({
1550
1532
  inputs: ['active', 'bubble', 'disabled', 'href', 'icon', 'iconVariant', 'openOnClick', 'tooltipTitle']
1551
1533
  })
1552
1534
  ], SpwSidebarNavigationItem);
1553
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSidebarNavigationItem, decorators: [{
1535
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwSidebarNavigationItem, decorators: [{
1554
1536
  type: Component,
1555
1537
  args: [{
1556
1538
  selector: 'spw-sidebar-navigation-item',
@@ -1566,13 +1548,13 @@ let SpwSidebarNavigationSeparator = class SpwSidebarNavigationSeparator {
1566
1548
  c.detach();
1567
1549
  this.el = r.nativeElement;
1568
1550
  }
1569
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSidebarNavigationSeparator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1570
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwSidebarNavigationSeparator, isStandalone: true, selector: "spw-sidebar-navigation-separator", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1551
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwSidebarNavigationSeparator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1552
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwSidebarNavigationSeparator, isStandalone: true, selector: "spw-sidebar-navigation-separator", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1571
1553
  };
1572
1554
  SpwSidebarNavigationSeparator = __decorate([
1573
1555
  ProxyCmp({})
1574
1556
  ], SpwSidebarNavigationSeparator);
1575
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSidebarNavigationSeparator, decorators: [{
1557
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwSidebarNavigationSeparator, decorators: [{
1576
1558
  type: Component,
1577
1559
  args: [{
1578
1560
  selector: 'spw-sidebar-navigation-separator',
@@ -1588,15 +1570,15 @@ let SpwSkeleton = class SpwSkeleton {
1588
1570
  c.detach();
1589
1571
  this.el = r.nativeElement;
1590
1572
  }
1591
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSkeleton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1592
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwSkeleton, isStandalone: true, selector: "spw-skeleton", inputs: { blocks: "blocks", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1573
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwSkeleton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1574
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwSkeleton, isStandalone: true, selector: "spw-skeleton", inputs: { blocks: "blocks", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1593
1575
  };
1594
1576
  SpwSkeleton = __decorate([
1595
1577
  ProxyCmp({
1596
1578
  inputs: ['blocks', 'variant']
1597
1579
  })
1598
1580
  ], SpwSkeleton);
1599
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSkeleton, decorators: [{
1581
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwSkeleton, decorators: [{
1600
1582
  type: Component,
1601
1583
  args: [{
1602
1584
  selector: 'spw-skeleton',
@@ -1612,22 +1594,22 @@ let SpwSlider = class SpwSlider {
1612
1594
  c.detach();
1613
1595
  this.el = r.nativeElement;
1614
1596
  }
1615
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1616
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwSlider, isStandalone: true, selector: "spw-slider", inputs: { arrowsPosition: "arrowsPosition", autoplayEnabled: "autoplayEnabled", autoplayInterval: "autoplayInterval", autoplayText: "autoplayText", showArrows: "showArrows", showAutoplayToggle: "showAutoplayToggle", showDots: "showDots" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1597
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1598
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwSlider, isStandalone: true, selector: "spw-slider", inputs: { arrowsPosition: "arrowsPosition", autoplayEnabled: "autoplayEnabled", autoplayInterval: "autoplayInterval", autoplayText: "autoplayText", nextSlideText: "nextSlideText", previousSlideText: "previousSlideText", showArrows: "showArrows", showAutoplayToggle: "showAutoplayToggle", showDots: "showDots" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1617
1599
  };
1618
1600
  SpwSlider = __decorate([
1619
1601
  ProxyCmp({
1620
- inputs: ['arrowsPosition', 'autoplayEnabled', 'autoplayInterval', 'autoplayText', 'showArrows', 'showAutoplayToggle', 'showDots']
1602
+ inputs: ['arrowsPosition', 'autoplayEnabled', 'autoplayInterval', 'autoplayText', 'nextSlideText', 'previousSlideText', 'showArrows', 'showAutoplayToggle', 'showDots']
1621
1603
  })
1622
1604
  ], SpwSlider);
1623
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSlider, decorators: [{
1605
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwSlider, decorators: [{
1624
1606
  type: Component,
1625
1607
  args: [{
1626
1608
  selector: 'spw-slider',
1627
1609
  changeDetection: ChangeDetectionStrategy.OnPush,
1628
1610
  template: '<ng-content></ng-content>',
1629
1611
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1630
- inputs: ['arrowsPosition', 'autoplayEnabled', 'autoplayInterval', 'autoplayText', 'showArrows', 'showAutoplayToggle', 'showDots'],
1612
+ inputs: ['arrowsPosition', 'autoplayEnabled', 'autoplayInterval', 'autoplayText', 'nextSlideText', 'previousSlideText', 'showArrows', 'showAutoplayToggle', 'showDots'],
1631
1613
  }]
1632
1614
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1633
1615
  let SpwSliderItem = class SpwSliderItem {
@@ -1636,13 +1618,13 @@ let SpwSliderItem = class SpwSliderItem {
1636
1618
  c.detach();
1637
1619
  this.el = r.nativeElement;
1638
1620
  }
1639
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSliderItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1640
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwSliderItem, isStandalone: true, selector: "spw-slider-item", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1621
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwSliderItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1622
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwSliderItem, isStandalone: true, selector: "spw-slider-item", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1641
1623
  };
1642
1624
  SpwSliderItem = __decorate([
1643
1625
  ProxyCmp({})
1644
1626
  ], SpwSliderItem);
1645
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSliderItem, decorators: [{
1627
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwSliderItem, decorators: [{
1646
1628
  type: Component,
1647
1629
  args: [{
1648
1630
  selector: 'spw-slider-item',
@@ -1658,15 +1640,15 @@ let SpwSocials = class SpwSocials {
1658
1640
  c.detach();
1659
1641
  this.el = r.nativeElement;
1660
1642
  }
1661
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSocials, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1662
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwSocials, isStandalone: true, selector: "spw-socials", inputs: { mainTitle: "mainTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1643
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwSocials, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1644
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwSocials, isStandalone: true, selector: "spw-socials", inputs: { mainTitle: "mainTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1663
1645
  };
1664
1646
  SpwSocials = __decorate([
1665
1647
  ProxyCmp({
1666
1648
  inputs: ['mainTitle']
1667
1649
  })
1668
1650
  ], SpwSocials);
1669
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSocials, decorators: [{
1651
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwSocials, decorators: [{
1670
1652
  type: Component,
1671
1653
  args: [{
1672
1654
  selector: 'spw-socials',
@@ -1683,15 +1665,15 @@ let SpwTable = class SpwTable {
1683
1665
  this.el = r.nativeElement;
1684
1666
  proxyOutputs(this, this.el, ['spwSort', 'spwResize']);
1685
1667
  }
1686
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1687
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTable, isStandalone: true, selector: "spw-table", inputs: { accAriaLabel: "accAriaLabel", currentSort: "currentSort", disableSort: "disableSort", isSticky: "isSticky", isZebra: "isZebra", maxHeight: "maxHeight", minHeight: "minHeight", minWidth: "minWidth", resizable: "resizable", tableLayout: "tableLayout" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1668
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1669
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwTable, isStandalone: true, selector: "spw-table", inputs: { accAriaLabel: "accAriaLabel", currentSort: "currentSort", disableSort: "disableSort", isSticky: "isSticky", isZebra: "isZebra", maxHeight: "maxHeight", minHeight: "minHeight", minWidth: "minWidth", resizable: "resizable", tableLayout: "tableLayout" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1688
1670
  };
1689
1671
  SpwTable = __decorate([
1690
1672
  ProxyCmp({
1691
1673
  inputs: ['accAriaLabel', 'currentSort', 'disableSort', 'isSticky', 'isZebra', 'maxHeight', 'minHeight', 'minWidth', 'resizable', 'tableLayout']
1692
1674
  })
1693
1675
  ], SpwTable);
1694
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTable, decorators: [{
1676
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTable, decorators: [{
1695
1677
  type: Component,
1696
1678
  args: [{
1697
1679
  selector: 'spw-table',
@@ -1707,8 +1689,8 @@ let SpwTableBody = class SpwTableBody {
1707
1689
  c.detach();
1708
1690
  this.el = r.nativeElement;
1709
1691
  }
1710
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTableBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1711
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTableBody, isStandalone: true, selector: "spw-table-body", inputs: { isZebra: "isZebra" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1692
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTableBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1693
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwTableBody, isStandalone: true, selector: "spw-table-body", inputs: { isZebra: "isZebra" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1712
1694
  };
1713
1695
  SpwTableBody = __decorate([
1714
1696
  ProxyCmp({
@@ -1716,7 +1698,7 @@ SpwTableBody = __decorate([
1716
1698
  methods: ['updateZebraStyles']
1717
1699
  })
1718
1700
  ], SpwTableBody);
1719
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTableBody, decorators: [{
1701
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTableBody, decorators: [{
1720
1702
  type: Component,
1721
1703
  args: [{
1722
1704
  selector: 'spw-table-body',
@@ -1732,15 +1714,15 @@ let SpwTableCell = class SpwTableCell {
1732
1714
  c.detach();
1733
1715
  this.el = r.nativeElement;
1734
1716
  }
1735
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTableCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1736
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTableCell, isStandalone: true, selector: "spw-table-cell", inputs: { colspan: "colspan", headers: "headers", isHighlighted: "isHighlighted", padding: "padding", rowspan: "rowspan", state: "state", sticky: "sticky", stickyOffset: "stickyOffset", stickyPosition: "stickyPosition", textAlign: "textAlign", verticalAlign: "verticalAlign", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1717
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTableCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1718
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwTableCell, isStandalone: true, selector: "spw-table-cell", inputs: { colspan: "colspan", headers: "headers", isHighlighted: "isHighlighted", padding: "padding", rowspan: "rowspan", state: "state", sticky: "sticky", stickyOffset: "stickyOffset", stickyPosition: "stickyPosition", textAlign: "textAlign", verticalAlign: "verticalAlign", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1737
1719
  };
1738
1720
  SpwTableCell = __decorate([
1739
1721
  ProxyCmp({
1740
1722
  inputs: ['colspan', 'headers', 'isHighlighted', 'padding', 'rowspan', 'state', 'sticky', 'stickyOffset', 'stickyPosition', 'textAlign', 'verticalAlign', 'width']
1741
1723
  })
1742
1724
  ], SpwTableCell);
1743
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTableCell, decorators: [{
1725
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTableCell, decorators: [{
1744
1726
  type: Component,
1745
1727
  args: [{
1746
1728
  selector: 'spw-table-cell',
@@ -1756,13 +1738,13 @@ let SpwTableContainer = class SpwTableContainer {
1756
1738
  c.detach();
1757
1739
  this.el = r.nativeElement;
1758
1740
  }
1759
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTableContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1760
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTableContainer, isStandalone: true, selector: "spw-table-container", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1741
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTableContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1742
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwTableContainer, isStandalone: true, selector: "spw-table-container", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1761
1743
  };
1762
1744
  SpwTableContainer = __decorate([
1763
1745
  ProxyCmp({})
1764
1746
  ], SpwTableContainer);
1765
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTableContainer, decorators: [{
1747
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTableContainer, decorators: [{
1766
1748
  type: Component,
1767
1749
  args: [{
1768
1750
  selector: 'spw-table-container',
@@ -1778,13 +1760,13 @@ let SpwTableFooter = class SpwTableFooter {
1778
1760
  c.detach();
1779
1761
  this.el = r.nativeElement;
1780
1762
  }
1781
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTableFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1782
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTableFooter, isStandalone: true, selector: "spw-table-footer", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1763
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTableFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1764
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwTableFooter, isStandalone: true, selector: "spw-table-footer", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1783
1765
  };
1784
1766
  SpwTableFooter = __decorate([
1785
1767
  ProxyCmp({})
1786
1768
  ], SpwTableFooter);
1787
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTableFooter, decorators: [{
1769
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTableFooter, decorators: [{
1788
1770
  type: Component,
1789
1771
  args: [{
1790
1772
  selector: 'spw-table-footer',
@@ -1800,13 +1782,13 @@ let SpwTableHead = class SpwTableHead {
1800
1782
  c.detach();
1801
1783
  this.el = r.nativeElement;
1802
1784
  }
1803
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTableHead, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1804
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTableHead, isStandalone: true, selector: "spw-table-head", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1785
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTableHead, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1786
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwTableHead, isStandalone: true, selector: "spw-table-head", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1805
1787
  };
1806
1788
  SpwTableHead = __decorate([
1807
1789
  ProxyCmp({})
1808
1790
  ], SpwTableHead);
1809
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTableHead, decorators: [{
1791
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTableHead, decorators: [{
1810
1792
  type: Component,
1811
1793
  args: [{
1812
1794
  selector: 'spw-table-head',
@@ -1823,15 +1805,15 @@ let SpwTableHeader = class SpwTableHeader {
1823
1805
  this.el = r.nativeElement;
1824
1806
  proxyOutputs(this, this.el, ['spwHeaderClick']);
1825
1807
  }
1826
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTableHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1827
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTableHeader, isStandalone: true, selector: "spw-table-header", inputs: { colspan: "colspan", columnId: "columnId", headers: "headers", isHighlighted: "isHighlighted", isSorted: "isSorted", padding: "padding", rowspan: "rowspan", sortDirection: "sortDirection", sortable: "sortable", sticky: "sticky", stickyOffset: "stickyOffset", stickyPosition: "stickyPosition", textAlign: "textAlign", tooltipText: "tooltipText", tooltipTitle: "tooltipTitle", verticalAlign: "verticalAlign" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1808
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTableHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1809
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwTableHeader, isStandalone: true, selector: "spw-table-header", inputs: { colspan: "colspan", columnId: "columnId", headers: "headers", isHighlighted: "isHighlighted", isSorted: "isSorted", padding: "padding", rowspan: "rowspan", sortDirection: "sortDirection", sortable: "sortable", sticky: "sticky", stickyOffset: "stickyOffset", stickyPosition: "stickyPosition", textAlign: "textAlign", tooltipText: "tooltipText", tooltipTitle: "tooltipTitle", verticalAlign: "verticalAlign" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1828
1810
  };
1829
1811
  SpwTableHeader = __decorate([
1830
1812
  ProxyCmp({
1831
1813
  inputs: ['colspan', 'columnId', 'headers', 'isHighlighted', 'isSorted', 'padding', 'rowspan', 'sortDirection', 'sortable', 'sticky', 'stickyOffset', 'stickyPosition', 'textAlign', 'tooltipText', 'tooltipTitle', 'verticalAlign']
1832
1814
  })
1833
1815
  ], SpwTableHeader);
1834
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTableHeader, decorators: [{
1816
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTableHeader, decorators: [{
1835
1817
  type: Component,
1836
1818
  args: [{
1837
1819
  selector: 'spw-table-header',
@@ -1847,15 +1829,15 @@ let SpwTableRow = class SpwTableRow {
1847
1829
  c.detach();
1848
1830
  this.el = r.nativeElement;
1849
1831
  }
1850
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1851
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTableRow, isStandalone: true, selector: "spw-table-row", inputs: { padding: "padding", state: "state" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1832
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1833
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwTableRow, isStandalone: true, selector: "spw-table-row", inputs: { padding: "padding", state: "state" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1852
1834
  };
1853
1835
  SpwTableRow = __decorate([
1854
1836
  ProxyCmp({
1855
1837
  inputs: ['padding', 'state']
1856
1838
  })
1857
1839
  ], SpwTableRow);
1858
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTableRow, decorators: [{
1840
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTableRow, decorators: [{
1859
1841
  type: Component,
1860
1842
  args: [{
1861
1843
  selector: 'spw-table-row',
@@ -1872,15 +1854,15 @@ let SpwTableSidebar = class SpwTableSidebar {
1872
1854
  this.el = r.nativeElement;
1873
1855
  proxyOutputs(this, this.el, ['sidebarReset']);
1874
1856
  }
1875
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTableSidebar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1876
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTableSidebar, isStandalone: true, selector: "spw-table-sidebar", inputs: { defaultExpanded: "defaultExpanded", hasReset: "hasReset", resetIcon: "resetIcon", sidebarIcon: "sidebarIcon", sidebarTitle: "sidebarTitle", sidebarWidth: "sidebarWidth" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1857
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTableSidebar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1858
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwTableSidebar, isStandalone: true, selector: "spw-table-sidebar", inputs: { defaultExpanded: "defaultExpanded", hasReset: "hasReset", resetIcon: "resetIcon", sidebarIcon: "sidebarIcon", sidebarTitle: "sidebarTitle", sidebarWidth: "sidebarWidth" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1877
1859
  };
1878
1860
  SpwTableSidebar = __decorate([
1879
1861
  ProxyCmp({
1880
1862
  inputs: ['defaultExpanded', 'hasReset', 'resetIcon', 'sidebarIcon', 'sidebarTitle', 'sidebarWidth']
1881
1863
  })
1882
1864
  ], SpwTableSidebar);
1883
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTableSidebar, decorators: [{
1865
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTableSidebar, decorators: [{
1884
1866
  type: Component,
1885
1867
  args: [{
1886
1868
  selector: 'spw-table-sidebar',
@@ -1897,8 +1879,8 @@ let SpwTabs = class SpwTabs {
1897
1879
  this.el = r.nativeElement;
1898
1880
  proxyOutputs(this, this.el, ['tabChanged']);
1899
1881
  }
1900
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1901
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTabs, isStandalone: true, selector: "spw-tabs", inputs: { defaultActiveTab: "defaultActiveTab", hasEllipsis: "hasEllipsis", maxWidth: "maxWidth", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1882
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1883
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwTabs, isStandalone: true, selector: "spw-tabs", inputs: { defaultActiveTab: "defaultActiveTab", hasEllipsis: "hasEllipsis", maxWidth: "maxWidth", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1902
1884
  };
1903
1885
  SpwTabs = __decorate([
1904
1886
  ProxyCmp({
@@ -1906,7 +1888,7 @@ SpwTabs = __decorate([
1906
1888
  methods: ['getSelectedTab', 'setSelectedTab']
1907
1889
  })
1908
1890
  ], SpwTabs);
1909
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTabs, decorators: [{
1891
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTabs, decorators: [{
1910
1892
  type: Component,
1911
1893
  args: [{
1912
1894
  selector: 'spw-tabs',
@@ -1922,15 +1904,15 @@ let SpwTabsContent = class SpwTabsContent {
1922
1904
  c.detach();
1923
1905
  this.el = r.nativeElement;
1924
1906
  }
1925
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTabsContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1926
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTabsContent, isStandalone: true, selector: "spw-tabs-content", inputs: { active: "active", tabId: "tabId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1907
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTabsContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1908
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwTabsContent, isStandalone: true, selector: "spw-tabs-content", inputs: { active: "active", tabId: "tabId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1927
1909
  };
1928
1910
  SpwTabsContent = __decorate([
1929
1911
  ProxyCmp({
1930
1912
  inputs: ['active', 'tabId']
1931
1913
  })
1932
1914
  ], SpwTabsContent);
1933
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTabsContent, decorators: [{
1915
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTabsContent, decorators: [{
1934
1916
  type: Component,
1935
1917
  args: [{
1936
1918
  selector: 'spw-tabs-content',
@@ -1946,20 +1928,22 @@ let SpwTabsNavigation = class SpwTabsNavigation {
1946
1928
  c.detach();
1947
1929
  this.el = r.nativeElement;
1948
1930
  }
1949
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTabsNavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1950
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTabsNavigation, isStandalone: true, selector: "spw-tabs-navigation", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1931
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTabsNavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1932
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwTabsNavigation, isStandalone: true, selector: "spw-tabs-navigation", inputs: { accAriaLabel: "accAriaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1951
1933
  };
1952
1934
  SpwTabsNavigation = __decorate([
1953
- ProxyCmp({})
1935
+ ProxyCmp({
1936
+ inputs: ['accAriaLabel']
1937
+ })
1954
1938
  ], SpwTabsNavigation);
1955
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTabsNavigation, decorators: [{
1939
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTabsNavigation, decorators: [{
1956
1940
  type: Component,
1957
1941
  args: [{
1958
1942
  selector: 'spw-tabs-navigation',
1959
1943
  changeDetection: ChangeDetectionStrategy.OnPush,
1960
1944
  template: '<ng-content></ng-content>',
1961
1945
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1962
- inputs: [],
1946
+ inputs: ['accAriaLabel'],
1963
1947
  }]
1964
1948
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1965
1949
  let SpwTabsNavigationItem = class SpwTabsNavigationItem {
@@ -1969,15 +1953,15 @@ let SpwTabsNavigationItem = class SpwTabsNavigationItem {
1969
1953
  this.el = r.nativeElement;
1970
1954
  proxyOutputs(this, this.el, ['tabSelected']);
1971
1955
  }
1972
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTabsNavigationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1973
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTabsNavigationItem, isStandalone: true, selector: "spw-tabs-navigation-item", inputs: { active: "active", bubble: "bubble", disabled: "disabled", hasEllipsis: "hasEllipsis", icon: "icon", iconPosition: "iconPosition", tabId: "tabId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1956
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTabsNavigationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1957
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwTabsNavigationItem, isStandalone: true, selector: "spw-tabs-navigation-item", inputs: { active: "active", bubble: "bubble", disabled: "disabled", hasEllipsis: "hasEllipsis", icon: "icon", iconPosition: "iconPosition", tabId: "tabId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1974
1958
  };
1975
1959
  SpwTabsNavigationItem = __decorate([
1976
1960
  ProxyCmp({
1977
1961
  inputs: ['active', 'bubble', 'disabled', 'hasEllipsis', 'icon', 'iconPosition', 'tabId']
1978
1962
  })
1979
1963
  ], SpwTabsNavigationItem);
1980
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTabsNavigationItem, decorators: [{
1964
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTabsNavigationItem, decorators: [{
1981
1965
  type: Component,
1982
1966
  args: [{
1983
1967
  selector: 'spw-tabs-navigation-item',
@@ -1993,15 +1977,15 @@ let SpwTag = class SpwTag {
1993
1977
  c.detach();
1994
1978
  this.el = r.nativeElement;
1995
1979
  }
1996
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1997
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTag, isStandalone: true, selector: "spw-tag", inputs: { hasIcon: "hasIcon", href: "href", size: "size", surface: "surface", target: "target", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1980
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1981
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwTag, isStandalone: true, selector: "spw-tag", inputs: { hasIcon: "hasIcon", href: "href", size: "size", surface: "surface", target: "target", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1998
1982
  };
1999
1983
  SpwTag = __decorate([
2000
1984
  ProxyCmp({
2001
1985
  inputs: ['hasIcon', 'href', 'size', 'surface', 'target', 'variant']
2002
1986
  })
2003
1987
  ], SpwTag);
2004
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTag, decorators: [{
1988
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTag, decorators: [{
2005
1989
  type: Component,
2006
1990
  args: [{
2007
1991
  selector: 'spw-tag',
@@ -2018,23 +2002,23 @@ let SpwTextField = class SpwTextField {
2018
2002
  this.el = r.nativeElement;
2019
2003
  proxyOutputs(this, this.el, ['valueChanged']);
2020
2004
  }
2021
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTextField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2022
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTextField, isStandalone: true, selector: "spw-text-field", inputs: { assistiveText: "assistiveText", disabled: "disabled", error: "error", hint: "hint", indicator: "indicator", isClear: "isClear", isSearch: "isSearch", label: "label", mask: "mask", max: "max", maxLength: "maxLength", min: "min", minLength: "minLength", name: "name", placeholder: "placeholder", required: "required", showErrorIcon: "showErrorIcon", showHintIcon: "showHintIcon", showSuccessIcon: "showSuccessIcon", showWarningIcon: "showWarningIcon", size: "size", step: "step", success: "success", type: "type", value: "value", warning: "warning" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2005
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTextField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2006
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwTextField, isStandalone: true, selector: "spw-text-field", inputs: { accAriaLabel: "accAriaLabel", assistiveText: "assistiveText", disabled: "disabled", error: "error", hint: "hint", indicator: "indicator", isClear: "isClear", isSearch: "isSearch", label: "label", mask: "mask", max: "max", maxLength: "maxLength", min: "min", minLength: "minLength", name: "name", placeholder: "placeholder", required: "required", showErrorIcon: "showErrorIcon", showHintIcon: "showHintIcon", showSuccessIcon: "showSuccessIcon", showWarningIcon: "showWarningIcon", size: "size", step: "step", success: "success", type: "type", value: "value", warning: "warning" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2023
2007
  };
2024
2008
  SpwTextField = __decorate([
2025
2009
  ProxyCmp({
2026
- inputs: ['assistiveText', 'disabled', 'error', 'hint', 'indicator', 'isClear', 'isSearch', 'label', 'mask', 'max', 'maxLength', 'min', 'minLength', 'name', 'placeholder', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'step', 'success', 'type', 'value', 'warning'],
2010
+ inputs: ['accAriaLabel', 'assistiveText', 'disabled', 'error', 'hint', 'indicator', 'isClear', 'isSearch', 'label', 'mask', 'max', 'maxLength', 'min', 'minLength', 'name', 'placeholder', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'step', 'success', 'type', 'value', 'warning'],
2027
2011
  methods: ['setValue']
2028
2012
  })
2029
2013
  ], SpwTextField);
2030
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTextField, decorators: [{
2014
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTextField, decorators: [{
2031
2015
  type: Component,
2032
2016
  args: [{
2033
2017
  selector: 'spw-text-field',
2034
2018
  changeDetection: ChangeDetectionStrategy.OnPush,
2035
2019
  template: '<ng-content></ng-content>',
2036
2020
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2037
- inputs: ['assistiveText', 'disabled', 'error', 'hint', 'indicator', 'isClear', 'isSearch', 'label', 'mask', 'max', 'maxLength', 'min', 'minLength', 'name', 'placeholder', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'step', 'success', 'type', 'value', 'warning'],
2021
+ inputs: ['accAriaLabel', 'assistiveText', 'disabled', 'error', 'hint', 'indicator', 'isClear', 'isSearch', 'label', 'mask', 'max', 'maxLength', 'min', 'minLength', 'name', 'placeholder', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'step', 'success', 'type', 'value', 'warning'],
2038
2022
  }]
2039
2023
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2040
2024
  let SpwTextarea = class SpwTextarea {
@@ -2044,15 +2028,15 @@ let SpwTextarea = class SpwTextarea {
2044
2028
  this.el = r.nativeElement;
2045
2029
  proxyOutputs(this, this.el, ['valueChanged']);
2046
2030
  }
2047
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2048
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTextarea, isStandalone: true, selector: "spw-textarea", inputs: { assistiveText: "assistiveText", disabled: "disabled", error: "error", hint: "hint", indicator: "indicator", isSearch: "isSearch", label: "label", maxLength: "maxLength", minLength: "minLength", name: "name", placeholder: "placeholder", required: "required", rows: "rows", showErrorIcon: "showErrorIcon", showHintIcon: "showHintIcon", showSuccessIcon: "showSuccessIcon", showWarningIcon: "showWarningIcon", size: "size", success: "success", value: "value", warning: "warning" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2031
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2032
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwTextarea, isStandalone: true, selector: "spw-textarea", inputs: { assistiveText: "assistiveText", disabled: "disabled", error: "error", hint: "hint", indicator: "indicator", isSearch: "isSearch", label: "label", maxLength: "maxLength", minLength: "minLength", name: "name", placeholder: "placeholder", required: "required", rows: "rows", showErrorIcon: "showErrorIcon", showHintIcon: "showHintIcon", showSuccessIcon: "showSuccessIcon", showWarningIcon: "showWarningIcon", size: "size", success: "success", value: "value", warning: "warning" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2049
2033
  };
2050
2034
  SpwTextarea = __decorate([
2051
2035
  ProxyCmp({
2052
2036
  inputs: ['assistiveText', 'disabled', 'error', 'hint', 'indicator', 'isSearch', 'label', 'maxLength', 'minLength', 'name', 'placeholder', 'required', 'rows', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'success', 'value', 'warning']
2053
2037
  })
2054
2038
  ], SpwTextarea);
2055
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTextarea, decorators: [{
2039
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTextarea, decorators: [{
2056
2040
  type: Component,
2057
2041
  args: [{
2058
2042
  selector: 'spw-textarea',
@@ -2068,15 +2052,15 @@ let SpwThemeProvider = class SpwThemeProvider {
2068
2052
  c.detach();
2069
2053
  this.el = r.nativeElement;
2070
2054
  }
2071
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwThemeProvider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2072
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwThemeProvider, isStandalone: true, selector: "spw-theme-provider", inputs: { theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2055
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwThemeProvider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2056
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwThemeProvider, isStandalone: true, selector: "spw-theme-provider", inputs: { theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2073
2057
  };
2074
2058
  SpwThemeProvider = __decorate([
2075
2059
  ProxyCmp({
2076
2060
  inputs: ['theme']
2077
2061
  })
2078
2062
  ], SpwThemeProvider);
2079
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwThemeProvider, decorators: [{
2063
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwThemeProvider, decorators: [{
2080
2064
  type: Component,
2081
2065
  args: [{
2082
2066
  selector: 'spw-theme-provider',
@@ -2092,22 +2076,22 @@ let SpwTile = class SpwTile {
2092
2076
  c.detach();
2093
2077
  this.el = r.nativeElement;
2094
2078
  }
2095
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2096
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTile, isStandalone: true, selector: "spw-tile", inputs: { height: "height", href: "href", imageAlt: "imageAlt", imageSrc: "imageSrc", target: "target", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2079
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2080
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwTile, isStandalone: true, selector: "spw-tile", inputs: { height: "height", href: "href", imageAlt: "imageAlt", imageSrc: "imageSrc", overlayOpacity: "overlayOpacity", target: "target", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2097
2081
  };
2098
2082
  SpwTile = __decorate([
2099
2083
  ProxyCmp({
2100
- inputs: ['height', 'href', 'imageAlt', 'imageSrc', 'target', 'variant']
2084
+ inputs: ['height', 'href', 'imageAlt', 'imageSrc', 'overlayOpacity', 'target', 'variant']
2101
2085
  })
2102
2086
  ], SpwTile);
2103
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTile, decorators: [{
2087
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTile, decorators: [{
2104
2088
  type: Component,
2105
2089
  args: [{
2106
2090
  selector: 'spw-tile',
2107
2091
  changeDetection: ChangeDetectionStrategy.OnPush,
2108
2092
  template: '<ng-content></ng-content>',
2109
2093
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2110
- inputs: ['height', 'href', 'imageAlt', 'imageSrc', 'target', 'variant'],
2094
+ inputs: ['height', 'href', 'imageAlt', 'imageSrc', 'overlayOpacity', 'target', 'variant'],
2111
2095
  }]
2112
2096
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2113
2097
  let SpwTileDescription = class SpwTileDescription {
@@ -2116,13 +2100,13 @@ let SpwTileDescription = class SpwTileDescription {
2116
2100
  c.detach();
2117
2101
  this.el = r.nativeElement;
2118
2102
  }
2119
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTileDescription, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2120
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTileDescription, isStandalone: true, selector: "spw-tile-description", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2103
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTileDescription, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2104
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwTileDescription, isStandalone: true, selector: "spw-tile-description", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2121
2105
  };
2122
2106
  SpwTileDescription = __decorate([
2123
2107
  ProxyCmp({})
2124
2108
  ], SpwTileDescription);
2125
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTileDescription, decorators: [{
2109
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTileDescription, decorators: [{
2126
2110
  type: Component,
2127
2111
  args: [{
2128
2112
  selector: 'spw-tile-description',
@@ -2138,13 +2122,13 @@ let SpwTileTitle = class SpwTileTitle {
2138
2122
  c.detach();
2139
2123
  this.el = r.nativeElement;
2140
2124
  }
2141
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTileTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2142
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTileTitle, isStandalone: true, selector: "spw-tile-title", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2125
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTileTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2126
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwTileTitle, isStandalone: true, selector: "spw-tile-title", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2143
2127
  };
2144
2128
  SpwTileTitle = __decorate([
2145
2129
  ProxyCmp({})
2146
2130
  ], SpwTileTitle);
2147
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTileTitle, decorators: [{
2131
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTileTitle, decorators: [{
2148
2132
  type: Component,
2149
2133
  args: [{
2150
2134
  selector: 'spw-tile-title',
@@ -2160,13 +2144,13 @@ let SpwToc = class SpwToc {
2160
2144
  c.detach();
2161
2145
  this.el = r.nativeElement;
2162
2146
  }
2163
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwToc, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2164
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwToc, isStandalone: true, selector: "spw-toc", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2147
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwToc, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2148
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwToc, isStandalone: true, selector: "spw-toc", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2165
2149
  };
2166
2150
  SpwToc = __decorate([
2167
2151
  ProxyCmp({})
2168
2152
  ], SpwToc);
2169
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwToc, decorators: [{
2153
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwToc, decorators: [{
2170
2154
  type: Component,
2171
2155
  args: [{
2172
2156
  selector: 'spw-toc',
@@ -2183,15 +2167,15 @@ let SpwTocContainer = class SpwTocContainer {
2183
2167
  this.el = r.nativeElement;
2184
2168
  proxyOutputs(this, this.el, ['tocItemsChanged']);
2185
2169
  }
2186
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTocContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2187
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTocContainer, isStandalone: true, selector: "spw-toc-container", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2170
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTocContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2171
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwTocContainer, isStandalone: true, selector: "spw-toc-container", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2188
2172
  };
2189
2173
  SpwTocContainer = __decorate([
2190
2174
  ProxyCmp({
2191
2175
  methods: ['getItems']
2192
2176
  })
2193
2177
  ], SpwTocContainer);
2194
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTocContainer, decorators: [{
2178
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTocContainer, decorators: [{
2195
2179
  type: Component,
2196
2180
  args: [{
2197
2181
  selector: 'spw-toc-container',
@@ -2207,13 +2191,13 @@ let SpwTocNavigation = class SpwTocNavigation {
2207
2191
  c.detach();
2208
2192
  this.el = r.nativeElement;
2209
2193
  }
2210
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTocNavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2211
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTocNavigation, isStandalone: true, selector: "spw-toc-navigation", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2194
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTocNavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2195
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwTocNavigation, isStandalone: true, selector: "spw-toc-navigation", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2212
2196
  };
2213
2197
  SpwTocNavigation = __decorate([
2214
2198
  ProxyCmp({})
2215
2199
  ], SpwTocNavigation);
2216
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTocNavigation, decorators: [{
2200
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTocNavigation, decorators: [{
2217
2201
  type: Component,
2218
2202
  args: [{
2219
2203
  selector: 'spw-toc-navigation',
@@ -2229,15 +2213,15 @@ let SpwTooltip = class SpwTooltip {
2229
2213
  c.detach();
2230
2214
  this.el = r.nativeElement;
2231
2215
  }
2232
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2233
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTooltip, isStandalone: true, selector: "spw-tooltip", inputs: { cursor: "cursor", direction: "direction", maxWidth: "maxWidth", tooltipText: "tooltipText", tooltipTitle: "tooltipTitle", visible: "visible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2216
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2217
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwTooltip, isStandalone: true, selector: "spw-tooltip", inputs: { cursor: "cursor", direction: "direction", maxWidth: "maxWidth", tooltipText: "tooltipText", tooltipTitle: "tooltipTitle", visible: "visible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2234
2218
  };
2235
2219
  SpwTooltip = __decorate([
2236
2220
  ProxyCmp({
2237
2221
  inputs: ['cursor', 'direction', 'maxWidth', 'tooltipText', 'tooltipTitle', 'visible']
2238
2222
  })
2239
2223
  ], SpwTooltip);
2240
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTooltip, decorators: [{
2224
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTooltip, decorators: [{
2241
2225
  type: Component,
2242
2226
  args: [{
2243
2227
  selector: 'spw-tooltip',
@@ -2253,13 +2237,13 @@ let SpwTopbar = class SpwTopbar {
2253
2237
  c.detach();
2254
2238
  this.el = r.nativeElement;
2255
2239
  }
2256
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTopbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2257
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTopbar, isStandalone: true, selector: "spw-topbar", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2240
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTopbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2241
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwTopbar, isStandalone: true, selector: "spw-topbar", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2258
2242
  };
2259
2243
  SpwTopbar = __decorate([
2260
2244
  ProxyCmp({})
2261
2245
  ], SpwTopbar);
2262
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTopbar, decorators: [{
2246
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwTopbar, decorators: [{
2263
2247
  type: Component,
2264
2248
  args: [{
2265
2249
  selector: 'spw-topbar',
@@ -2276,8 +2260,8 @@ let SpwWizard = class SpwWizard {
2276
2260
  this.el = r.nativeElement;
2277
2261
  proxyOutputs(this, this.el, ['stepClick']);
2278
2262
  }
2279
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwWizard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2280
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwWizard, isStandalone: true, selector: "spw-wizard", inputs: { currentStep: "currentStep", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2263
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwWizard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2264
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwWizard, isStandalone: true, selector: "spw-wizard", inputs: { currentStep: "currentStep", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2281
2265
  };
2282
2266
  SpwWizard = __decorate([
2283
2267
  ProxyCmp({
@@ -2285,7 +2269,7 @@ SpwWizard = __decorate([
2285
2269
  methods: ['setStep']
2286
2270
  })
2287
2271
  ], SpwWizard);
2288
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwWizard, decorators: [{
2272
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwWizard, decorators: [{
2289
2273
  type: Component,
2290
2274
  args: [{
2291
2275
  selector: 'spw-wizard',
@@ -2302,15 +2286,15 @@ let SpwWizardItem = class SpwWizardItem {
2302
2286
  this.el = r.nativeElement;
2303
2287
  proxyOutputs(this, this.el, ['wizardItemClick']);
2304
2288
  }
2305
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwWizardItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2306
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwWizardItem, isStandalone: true, selector: "spw-wizard-item", inputs: { additionalInfo: "additionalInfo", description: "description", icon: "icon", isAfterCurrent: "isAfterCurrent", isBeforeCurrent: "isBeforeCurrent", isClickable: "isClickable", isCurrent: "isCurrent", isLast: "isLast", label: "label", state: "state", status: "status", stepNumber: "stepNumber", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2289
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwWizardItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2290
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SpwWizardItem, isStandalone: true, selector: "spw-wizard-item", inputs: { additionalInfo: "additionalInfo", description: "description", icon: "icon", isAfterCurrent: "isAfterCurrent", isBeforeCurrent: "isBeforeCurrent", isClickable: "isClickable", isCurrent: "isCurrent", isLast: "isLast", label: "label", state: "state", status: "status", stepNumber: "stepNumber", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2307
2291
  };
2308
2292
  SpwWizardItem = __decorate([
2309
2293
  ProxyCmp({
2310
2294
  inputs: ['additionalInfo', 'description', 'icon', 'isAfterCurrent', 'isBeforeCurrent', 'isClickable', 'isCurrent', 'isLast', 'label', 'state', 'status', 'stepNumber', 'variant']
2311
2295
  })
2312
2296
  ], SpwWizardItem);
2313
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwWizardItem, decorators: [{
2297
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwWizardItem, decorators: [{
2314
2298
  type: Component,
2315
2299
  args: [{
2316
2300
  selector: 'spw-wizard-item',
@@ -2365,7 +2349,6 @@ const DIRECTIVES = [
2365
2349
  SpwHero,
2366
2350
  SpwIcon,
2367
2351
  SpwIllustration,
2368
- SpwIodda,
2369
2352
  SpwLink,
2370
2353
  SpwList,
2371
2354
  SpwListDescription,
@@ -2419,11 +2402,11 @@ const DIRECTIVES = [
2419
2402
  ];
2420
2403
 
2421
2404
  class SpwDesignSystemDirectivesModule {
2422
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwDesignSystemDirectivesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2423
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.11", ngImport: i0, type: SpwDesignSystemDirectivesModule, imports: [SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwDropdown, SpwDropdownContainer, SpwDropdownItem, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGrid, SpwGridItem, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderLangItem, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIllustration, SpwIodda, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwSearchField, SpwSelect, SpwSeparator, SpwSidebar, SpwSidebarNavigationDropdown, SpwSidebarNavigationItem, SpwSidebarNavigationSeparator, SpwSkeleton, SpwSlider, SpwSliderItem, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableContainer, SpwTableFooter, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTableSidebar, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwToc, SpwTocContainer, SpwTocNavigation, SpwTooltip, SpwTopbar, SpwWizard, SpwWizardItem], exports: [SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwDropdown, SpwDropdownContainer, SpwDropdownItem, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGrid, SpwGridItem, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderLangItem, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIllustration, SpwIodda, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwSearchField, SpwSelect, SpwSeparator, SpwSidebar, SpwSidebarNavigationDropdown, SpwSidebarNavigationItem, SpwSidebarNavigationSeparator, SpwSkeleton, SpwSlider, SpwSliderItem, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableContainer, SpwTableFooter, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTableSidebar, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwToc, SpwTocContainer, SpwTocNavigation, SpwTooltip, SpwTopbar, SpwWizard, SpwWizardItem] }); }
2424
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwDesignSystemDirectivesModule }); }
2405
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwDesignSystemDirectivesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2406
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: SpwDesignSystemDirectivesModule, imports: [SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwDropdown, SpwDropdownContainer, SpwDropdownItem, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGrid, SpwGridItem, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderLangItem, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIllustration, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwSearchField, SpwSelect, SpwSeparator, SpwSidebar, SpwSidebarNavigationDropdown, SpwSidebarNavigationItem, SpwSidebarNavigationSeparator, SpwSkeleton, SpwSlider, SpwSliderItem, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableContainer, SpwTableFooter, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTableSidebar, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwToc, SpwTocContainer, SpwTocNavigation, SpwTooltip, SpwTopbar, SpwWizard, SpwWizardItem], exports: [SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwDropdown, SpwDropdownContainer, SpwDropdownItem, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGrid, SpwGridItem, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderLangItem, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIllustration, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwSearchField, SpwSelect, SpwSeparator, SpwSidebar, SpwSidebarNavigationDropdown, SpwSidebarNavigationItem, SpwSidebarNavigationSeparator, SpwSkeleton, SpwSlider, SpwSliderItem, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableContainer, SpwTableFooter, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTableSidebar, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwToc, SpwTocContainer, SpwTocNavigation, SpwTooltip, SpwTopbar, SpwWizard, SpwWizardItem] }); }
2407
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwDesignSystemDirectivesModule }); }
2425
2408
  }
2426
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwDesignSystemDirectivesModule, decorators: [{
2409
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwDesignSystemDirectivesModule, decorators: [{
2427
2410
  type: NgModule,
2428
2411
  args: [{
2429
2412
  imports: [...DIRECTIVES],
@@ -2432,9 +2415,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
2432
2415
  }] });
2433
2416
 
2434
2417
  class SpwDesignSystemModule {
2435
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwDesignSystemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2436
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.11", ngImport: i0, type: SpwDesignSystemModule, imports: [SpwDesignSystemDirectivesModule], exports: [SpwDesignSystemDirectivesModule] }); }
2437
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwDesignSystemModule, providers: [
2418
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwDesignSystemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2419
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: SpwDesignSystemModule, imports: [SpwDesignSystemDirectivesModule], exports: [SpwDesignSystemDirectivesModule] }); }
2420
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwDesignSystemModule, providers: [
2438
2421
  {
2439
2422
  provide: APP_INITIALIZER,
2440
2423
  useFactory: () => defineCustomElements,
@@ -2442,7 +2425,7 @@ class SpwDesignSystemModule {
2442
2425
  },
2443
2426
  ], imports: [SpwDesignSystemDirectivesModule, SpwDesignSystemDirectivesModule] }); }
2444
2427
  }
2445
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwDesignSystemModule, decorators: [{
2428
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SpwDesignSystemModule, decorators: [{
2446
2429
  type: NgModule,
2447
2430
  args: [{
2448
2431
  imports: [SpwDesignSystemDirectivesModule],
@@ -2461,5 +2444,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
2461
2444
  * Generated bundle index. Do not edit.
2462
2445
  */
2463
2446
 
2464
- export { SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwDesignSystemDirectivesModule, SpwDesignSystemModule, SpwDropdown, SpwDropdownContainer, SpwDropdownItem, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGrid, SpwGridItem, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderLangItem, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIllustration, SpwIodda, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwSearchField, SpwSelect, SpwSeparator, SpwSidebar, SpwSidebarNavigationDropdown, SpwSidebarNavigationItem, SpwSidebarNavigationSeparator, SpwSkeleton, SpwSlider, SpwSliderItem, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableContainer, SpwTableFooter, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTableSidebar, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwToc, SpwTocContainer, SpwTocNavigation, SpwTooltip, SpwTopbar, SpwWizard, SpwWizardItem };
2447
+ export { SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwDesignSystemDirectivesModule, SpwDesignSystemModule, SpwDropdown, SpwDropdownContainer, SpwDropdownItem, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGrid, SpwGridItem, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderLangItem, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIllustration, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwSearchField, SpwSelect, SpwSeparator, SpwSidebar, SpwSidebarNavigationDropdown, SpwSidebarNavigationItem, SpwSidebarNavigationSeparator, SpwSkeleton, SpwSlider, SpwSliderItem, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableContainer, SpwTableFooter, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTableSidebar, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwToc, SpwTocContainer, SpwTocNavigation, SpwTooltip, SpwTopbar, SpwWizard, SpwWizardItem };
2465
2448
  //# sourceMappingURL=spw-ds-spw-angular-library.mjs.map