@spw-ds/spw-angular-library 1.3.3 → 1.3.5
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: "21.1.
|
|
72
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
71
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
79
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", 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: "21.1.
|
|
96
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
95
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
101
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", 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: "21.1.
|
|
119
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
118
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
126
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", 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: "21.1.
|
|
143
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
142
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwAccordionTitle, decorators: [{
|
|
151
151
|
type: Component,
|
|
152
152
|
args: [{
|
|
153
153
|
selector: 'spw-accordion-title',
|
|
@@ -163,15 +163,15 @@ 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: "21.1.
|
|
167
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
166
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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
171
|
inputs: ['accAriaLabel', 'fontSize', 'surface', 'variant']
|
|
172
172
|
})
|
|
173
173
|
], SpwBreadcrumb);
|
|
174
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
174
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwBreadcrumb, decorators: [{
|
|
175
175
|
type: Component,
|
|
176
176
|
args: [{
|
|
177
177
|
selector: 'spw-breadcrumb',
|
|
@@ -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: "21.1.
|
|
191
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
190
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
198
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", 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: "21.1.
|
|
216
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
215
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
223
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", 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: "21.1.
|
|
240
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
239
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
247
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", 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: "21.1.
|
|
264
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
263
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
271
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", 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: "21.1.
|
|
288
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
287
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
295
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", 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: "21.1.
|
|
312
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
311
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
319
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", 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: "21.1.
|
|
336
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
335
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
343
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", 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: "21.1.
|
|
360
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
359
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
367
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", 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: "21.1.
|
|
384
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
383
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
391
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwCardTitle, decorators: [{
|
|
392
392
|
type: Component,
|
|
393
393
|
args: [{
|
|
394
394
|
selector: 'spw-card-title',
|
|
@@ -405,8 +405,8 @@ 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: "21.1.
|
|
409
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
408
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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({
|
|
@@ -414,7 +414,7 @@ SpwCheckbox = __decorate([
|
|
|
414
414
|
methods: ['toggleCheckedState']
|
|
415
415
|
})
|
|
416
416
|
], SpwCheckbox);
|
|
417
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
417
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwCheckbox, decorators: [{
|
|
418
418
|
type: Component,
|
|
419
419
|
args: [{
|
|
420
420
|
selector: 'spw-checkbox',
|
|
@@ -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: "21.1.
|
|
434
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
433
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
441
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", 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: "21.1.
|
|
459
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
458
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
467
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwCustomSelect, decorators: [{
|
|
468
468
|
type: Component,
|
|
469
469
|
args: [{
|
|
470
470
|
selector: 'spw-custom-select',
|
|
@@ -481,8 +481,8 @@ 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: "21.1.
|
|
485
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
484
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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({
|
|
@@ -490,7 +490,7 @@ SpwDatePicker = __decorate([
|
|
|
490
490
|
methods: ['open', 'close', 'setDate', 'getDate', 'getRange', 'updateConstraints', 'resetInput', 'resetConstraints']
|
|
491
491
|
})
|
|
492
492
|
], SpwDatePicker);
|
|
493
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
493
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwDatePicker, decorators: [{
|
|
494
494
|
type: Component,
|
|
495
495
|
args: [{
|
|
496
496
|
selector: 'spw-date-picker',
|
|
@@ -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: "21.1.
|
|
510
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
509
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
518
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", 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: "21.1.
|
|
535
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
534
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
540
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", 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: "21.1.
|
|
557
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
556
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
564
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", 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: "21.1.
|
|
581
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
580
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
588
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", 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: "21.1.
|
|
605
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
604
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
612
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", 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: "21.1.
|
|
630
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
629
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
638
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", 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: "21.1.
|
|
655
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
654
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
662
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", 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: "21.1.
|
|
679
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
678
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
686
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", 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: "21.1.
|
|
703
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
702
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
708
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", 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: "21.1.
|
|
725
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
724
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
732
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", 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: "21.1.
|
|
749
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
748
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
756
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", 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: "21.1.
|
|
773
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
772
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
780
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", 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: "21.1.
|
|
797
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
796
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
804
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", 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: "21.1.
|
|
821
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
820
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
828
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", 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: "21.1.
|
|
845
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
844
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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: "21.1.
|
|
852
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwHeader, decorators: [{
|
|
853
853
|
type: Component,
|
|
854
854
|
args: [{
|
|
855
855
|
selector: 'spw-header',
|
|
@@ -865,15 +865,15 @@ 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: "21.1.
|
|
869
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
868
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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
872
|
ProxyCmp({
|
|
873
873
|
inputs: ['accAriaLabel']
|
|
874
874
|
})
|
|
875
875
|
], SpwHeaderLang);
|
|
876
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
876
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwHeaderLang, decorators: [{
|
|
877
877
|
type: Component,
|
|
878
878
|
args: [{
|
|
879
879
|
selector: 'spw-header-lang',
|
|
@@ -889,15 +889,15 @@ let SpwHeaderLangItem = class SpwHeaderLangItem {
|
|
|
889
889
|
c.detach();
|
|
890
890
|
this.el = r.nativeElement;
|
|
891
891
|
}
|
|
892
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
893
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
892
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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 }); }
|
|
894
894
|
};
|
|
895
895
|
SpwHeaderLangItem = __decorate([
|
|
896
896
|
ProxyCmp({
|
|
897
897
|
inputs: ['active']
|
|
898
898
|
})
|
|
899
899
|
], SpwHeaderLangItem);
|
|
900
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
900
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwHeaderLangItem, decorators: [{
|
|
901
901
|
type: Component,
|
|
902
902
|
args: [{
|
|
903
903
|
selector: 'spw-header-lang-item',
|
|
@@ -913,15 +913,15 @@ let SpwHeaderNavigation = class SpwHeaderNavigation {
|
|
|
913
913
|
c.detach();
|
|
914
914
|
this.el = r.nativeElement;
|
|
915
915
|
}
|
|
916
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
917
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
916
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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 }); }
|
|
918
918
|
};
|
|
919
919
|
SpwHeaderNavigation = __decorate([
|
|
920
920
|
ProxyCmp({
|
|
921
921
|
inputs: ['alignment', 'extraButton', 'extraButtonHref', 'extraButtonIcon', 'extraButtonTarget', 'extraButtonText', 'extraButtonVariant']
|
|
922
922
|
})
|
|
923
923
|
], SpwHeaderNavigation);
|
|
924
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
924
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwHeaderNavigation, decorators: [{
|
|
925
925
|
type: Component,
|
|
926
926
|
args: [{
|
|
927
927
|
selector: 'spw-header-navigation',
|
|
@@ -937,13 +937,13 @@ let SpwHeaderNavigationDropdown = class SpwHeaderNavigationDropdown {
|
|
|
937
937
|
c.detach();
|
|
938
938
|
this.el = r.nativeElement;
|
|
939
939
|
}
|
|
940
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
941
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
940
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", type: SpwHeaderNavigationDropdown, isStandalone: true, selector: "spw-header-navigation-dropdown", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
942
942
|
};
|
|
943
943
|
SpwHeaderNavigationDropdown = __decorate([
|
|
944
944
|
ProxyCmp({})
|
|
945
945
|
], SpwHeaderNavigationDropdown);
|
|
946
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
946
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwHeaderNavigationDropdown, decorators: [{
|
|
947
947
|
type: Component,
|
|
948
948
|
args: [{
|
|
949
949
|
selector: 'spw-header-navigation-dropdown',
|
|
@@ -960,15 +960,15 @@ let SpwHeaderNavigationItem = class SpwHeaderNavigationItem {
|
|
|
960
960
|
this.el = r.nativeElement;
|
|
961
961
|
proxyOutputs(this, this.el, ['spwHeaderNavigationNavigate']);
|
|
962
962
|
}
|
|
963
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
964
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
963
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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 }); }
|
|
965
965
|
};
|
|
966
966
|
SpwHeaderNavigationItem = __decorate([
|
|
967
967
|
ProxyCmp({
|
|
968
968
|
inputs: ['isActive']
|
|
969
969
|
})
|
|
970
970
|
], SpwHeaderNavigationItem);
|
|
971
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
971
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwHeaderNavigationItem, decorators: [{
|
|
972
972
|
type: Component,
|
|
973
973
|
args: [{
|
|
974
974
|
selector: 'spw-header-navigation-item',
|
|
@@ -984,15 +984,15 @@ let SpwHeaderPersona = class SpwHeaderPersona {
|
|
|
984
984
|
c.detach();
|
|
985
985
|
this.el = r.nativeElement;
|
|
986
986
|
}
|
|
987
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
988
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
987
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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 }); }
|
|
989
989
|
};
|
|
990
990
|
SpwHeaderPersona = __decorate([
|
|
991
991
|
ProxyCmp({
|
|
992
992
|
inputs: ['accAriaLabel', 'personaLabel']
|
|
993
993
|
})
|
|
994
994
|
], SpwHeaderPersona);
|
|
995
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
995
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwHeaderPersona, decorators: [{
|
|
996
996
|
type: Component,
|
|
997
997
|
args: [{
|
|
998
998
|
selector: 'spw-header-persona',
|
|
@@ -1008,15 +1008,15 @@ let SpwHeaderPersonaItem = class SpwHeaderPersonaItem {
|
|
|
1008
1008
|
c.detach();
|
|
1009
1009
|
this.el = r.nativeElement;
|
|
1010
1010
|
}
|
|
1011
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1012
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1011
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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 }); }
|
|
1013
1013
|
};
|
|
1014
1014
|
SpwHeaderPersonaItem = __decorate([
|
|
1015
1015
|
ProxyCmp({
|
|
1016
1016
|
inputs: ['active']
|
|
1017
1017
|
})
|
|
1018
1018
|
], SpwHeaderPersonaItem);
|
|
1019
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1019
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwHeaderPersonaItem, decorators: [{
|
|
1020
1020
|
type: Component,
|
|
1021
1021
|
args: [{
|
|
1022
1022
|
selector: 'spw-header-persona-item',
|
|
@@ -1032,15 +1032,15 @@ let SpwHero = class SpwHero {
|
|
|
1032
1032
|
c.detach();
|
|
1033
1033
|
this.el = r.nativeElement;
|
|
1034
1034
|
}
|
|
1035
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1036
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1035
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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 }); }
|
|
1037
1037
|
};
|
|
1038
1038
|
SpwHero = __decorate([
|
|
1039
1039
|
ProxyCmp({
|
|
1040
1040
|
inputs: ['accPlayButtonAriaLabel', 'alignment', 'hasPictureFull', 'hasRadius', 'hasShadow', 'hasVideo', 'imageAlt', 'imageSrc', 'modalVideoId', 'overlayColor', 'overlayOpacity', 'surface', 'variant']
|
|
1041
1041
|
})
|
|
1042
1042
|
], SpwHero);
|
|
1043
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1043
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwHero, decorators: [{
|
|
1044
1044
|
type: Component,
|
|
1045
1045
|
args: [{
|
|
1046
1046
|
selector: 'spw-hero',
|
|
@@ -1056,15 +1056,15 @@ let SpwIcon = class SpwIcon {
|
|
|
1056
1056
|
c.detach();
|
|
1057
1057
|
this.el = r.nativeElement;
|
|
1058
1058
|
}
|
|
1059
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1060
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1059
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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 }); }
|
|
1061
1061
|
};
|
|
1062
1062
|
SpwIcon = __decorate([
|
|
1063
1063
|
ProxyCmp({
|
|
1064
1064
|
inputs: ['icon', 'variant']
|
|
1065
1065
|
})
|
|
1066
1066
|
], SpwIcon);
|
|
1067
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1067
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwIcon, decorators: [{
|
|
1068
1068
|
type: Component,
|
|
1069
1069
|
args: [{
|
|
1070
1070
|
selector: 'spw-icon',
|
|
@@ -1080,15 +1080,15 @@ let SpwIllustration = class SpwIllustration {
|
|
|
1080
1080
|
c.detach();
|
|
1081
1081
|
this.el = r.nativeElement;
|
|
1082
1082
|
}
|
|
1083
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1084
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1083
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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 }); }
|
|
1085
1085
|
};
|
|
1086
1086
|
SpwIllustration = __decorate([
|
|
1087
1087
|
ProxyCmp({
|
|
1088
1088
|
inputs: ['alt', 'height', 'variant', 'width']
|
|
1089
1089
|
})
|
|
1090
1090
|
], SpwIllustration);
|
|
1091
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1091
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwIllustration, decorators: [{
|
|
1092
1092
|
type: Component,
|
|
1093
1093
|
args: [{
|
|
1094
1094
|
selector: 'spw-illustration',
|
|
@@ -1105,15 +1105,15 @@ let SpwLink = class SpwLink {
|
|
|
1105
1105
|
this.el = r.nativeElement;
|
|
1106
1106
|
proxyOutputs(this, this.el, ['spwClick']);
|
|
1107
1107
|
}
|
|
1108
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1109
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1108
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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 }); }
|
|
1110
1110
|
};
|
|
1111
1111
|
SpwLink = __decorate([
|
|
1112
1112
|
ProxyCmp({
|
|
1113
1113
|
inputs: ['accAriaLabel', 'disabled', 'href', 'icon', 'iconPosition', 'rel', 'surface', 'target']
|
|
1114
1114
|
})
|
|
1115
1115
|
], SpwLink);
|
|
1116
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1116
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwLink, decorators: [{
|
|
1117
1117
|
type: Component,
|
|
1118
1118
|
args: [{
|
|
1119
1119
|
selector: 'spw-link',
|
|
@@ -1129,15 +1129,15 @@ let SpwList = class SpwList {
|
|
|
1129
1129
|
c.detach();
|
|
1130
1130
|
this.el = r.nativeElement;
|
|
1131
1131
|
}
|
|
1132
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1133
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1132
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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 }); }
|
|
1134
1134
|
};
|
|
1135
1135
|
SpwList = __decorate([
|
|
1136
1136
|
ProxyCmp({
|
|
1137
1137
|
inputs: ['gap', 'surface']
|
|
1138
1138
|
})
|
|
1139
1139
|
], SpwList);
|
|
1140
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1140
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwList, decorators: [{
|
|
1141
1141
|
type: Component,
|
|
1142
1142
|
args: [{
|
|
1143
1143
|
selector: 'spw-list',
|
|
@@ -1153,15 +1153,15 @@ let SpwListDescription = class SpwListDescription {
|
|
|
1153
1153
|
c.detach();
|
|
1154
1154
|
this.el = r.nativeElement;
|
|
1155
1155
|
}
|
|
1156
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1157
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1156
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", type: SpwListDescription, isStandalone: true, selector: "spw-list-description", inputs: { lineClamp: "lineClamp" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1158
1158
|
};
|
|
1159
1159
|
SpwListDescription = __decorate([
|
|
1160
1160
|
ProxyCmp({
|
|
1161
1161
|
inputs: ['lineClamp']
|
|
1162
1162
|
})
|
|
1163
1163
|
], SpwListDescription);
|
|
1164
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1164
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwListDescription, decorators: [{
|
|
1165
1165
|
type: Component,
|
|
1166
1166
|
args: [{
|
|
1167
1167
|
selector: 'spw-list-description',
|
|
@@ -1177,15 +1177,15 @@ let SpwListItem = class SpwListItem {
|
|
|
1177
1177
|
c.detach();
|
|
1178
1178
|
this.el = r.nativeElement;
|
|
1179
1179
|
}
|
|
1180
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1181
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1180
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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 }); }
|
|
1182
1182
|
};
|
|
1183
1183
|
SpwListItem = __decorate([
|
|
1184
1184
|
ProxyCmp({
|
|
1185
1185
|
inputs: ['category', 'categoryIcon', 'categoryLink', 'href', 'icon', 'lineClamp', 'surface', 'target', 'variant']
|
|
1186
1186
|
})
|
|
1187
1187
|
], SpwListItem);
|
|
1188
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1188
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwListItem, decorators: [{
|
|
1189
1189
|
type: Component,
|
|
1190
1190
|
args: [{
|
|
1191
1191
|
selector: 'spw-list-item',
|
|
@@ -1201,15 +1201,15 @@ let SpwListTitle = class SpwListTitle {
|
|
|
1201
1201
|
c.detach();
|
|
1202
1202
|
this.el = r.nativeElement;
|
|
1203
1203
|
}
|
|
1204
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1205
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1204
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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 }); }
|
|
1206
1206
|
};
|
|
1207
1207
|
SpwListTitle = __decorate([
|
|
1208
1208
|
ProxyCmp({
|
|
1209
1209
|
inputs: ['icon', 'lineClamp']
|
|
1210
1210
|
})
|
|
1211
1211
|
], SpwListTitle);
|
|
1212
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1212
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwListTitle, decorators: [{
|
|
1213
1213
|
type: Component,
|
|
1214
1214
|
args: [{
|
|
1215
1215
|
selector: 'spw-list-title',
|
|
@@ -1225,15 +1225,15 @@ let SpwLoading = class SpwLoading {
|
|
|
1225
1225
|
c.detach();
|
|
1226
1226
|
this.el = r.nativeElement;
|
|
1227
1227
|
}
|
|
1228
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1229
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1228
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", type: SpwLoading, isStandalone: true, selector: "spw-loading", inputs: { text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1230
1230
|
};
|
|
1231
1231
|
SpwLoading = __decorate([
|
|
1232
1232
|
ProxyCmp({
|
|
1233
1233
|
inputs: ['text']
|
|
1234
1234
|
})
|
|
1235
1235
|
], SpwLoading);
|
|
1236
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1236
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwLoading, decorators: [{
|
|
1237
1237
|
type: Component,
|
|
1238
1238
|
args: [{
|
|
1239
1239
|
selector: 'spw-loading',
|
|
@@ -1249,15 +1249,15 @@ let SpwMessage = class SpwMessage {
|
|
|
1249
1249
|
c.detach();
|
|
1250
1250
|
this.el = r.nativeElement;
|
|
1251
1251
|
}
|
|
1252
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1253
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1252
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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 }); }
|
|
1254
1254
|
};
|
|
1255
1255
|
SpwMessage = __decorate([
|
|
1256
1256
|
ProxyCmp({
|
|
1257
1257
|
inputs: ['dismissableText', 'isDismissable', 'messageId', 'messageTitle', 'variant']
|
|
1258
1258
|
})
|
|
1259
1259
|
], SpwMessage);
|
|
1260
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1260
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwMessage, decorators: [{
|
|
1261
1261
|
type: Component,
|
|
1262
1262
|
args: [{
|
|
1263
1263
|
selector: 'spw-message',
|
|
@@ -1274,8 +1274,8 @@ let SpwModal = class SpwModal {
|
|
|
1274
1274
|
this.el = r.nativeElement;
|
|
1275
1275
|
proxyOutputs(this, this.el, ['spwModalOpen', 'spwModalClose']);
|
|
1276
1276
|
}
|
|
1277
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1278
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1277
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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 }); }
|
|
1279
1279
|
};
|
|
1280
1280
|
SpwModal = __decorate([
|
|
1281
1281
|
ProxyCmp({
|
|
@@ -1283,7 +1283,7 @@ SpwModal = __decorate([
|
|
|
1283
1283
|
methods: ['closeModal', 'openModal']
|
|
1284
1284
|
})
|
|
1285
1285
|
], SpwModal);
|
|
1286
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1286
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwModal, decorators: [{
|
|
1287
1287
|
type: Component,
|
|
1288
1288
|
args: [{
|
|
1289
1289
|
selector: 'spw-modal',
|
|
@@ -1299,8 +1299,8 @@ let SpwMosaic = class SpwMosaic {
|
|
|
1299
1299
|
c.detach();
|
|
1300
1300
|
this.el = r.nativeElement;
|
|
1301
1301
|
}
|
|
1302
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1303
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1302
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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 }); }
|
|
1304
1304
|
};
|
|
1305
1305
|
SpwMosaic = __decorate([
|
|
1306
1306
|
ProxyCmp({
|
|
@@ -1308,7 +1308,7 @@ SpwMosaic = __decorate([
|
|
|
1308
1308
|
methods: ['waitForImages', 'initializeMasonry']
|
|
1309
1309
|
})
|
|
1310
1310
|
], SpwMosaic);
|
|
1311
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1311
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwMosaic, decorators: [{
|
|
1312
1312
|
type: Component,
|
|
1313
1313
|
args: [{
|
|
1314
1314
|
selector: 'spw-mosaic',
|
|
@@ -1324,20 +1324,22 @@ let SpwMosaicItem = class SpwMosaicItem {
|
|
|
1324
1324
|
c.detach();
|
|
1325
1325
|
this.el = r.nativeElement;
|
|
1326
1326
|
}
|
|
1327
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1328
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1327
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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 }); }
|
|
1329
1329
|
};
|
|
1330
1330
|
SpwMosaicItem = __decorate([
|
|
1331
|
-
ProxyCmp({
|
|
1331
|
+
ProxyCmp({
|
|
1332
|
+
inputs: ['colSpanDesktop', 'colSpanMobile', 'colSpanTablet']
|
|
1333
|
+
})
|
|
1332
1334
|
], SpwMosaicItem);
|
|
1333
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwMosaicItem, decorators: [{
|
|
1334
1336
|
type: Component,
|
|
1335
1337
|
args: [{
|
|
1336
1338
|
selector: 'spw-mosaic-item',
|
|
1337
1339
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1338
1340
|
template: '<ng-content></ng-content>',
|
|
1339
1341
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1340
|
-
inputs: [],
|
|
1342
|
+
inputs: ['colSpanDesktop', 'colSpanMobile', 'colSpanTablet'],
|
|
1341
1343
|
}]
|
|
1342
1344
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1343
1345
|
let SpwPagination = class SpwPagination {
|
|
@@ -1347,8 +1349,8 @@ let SpwPagination = class SpwPagination {
|
|
|
1347
1349
|
this.el = r.nativeElement;
|
|
1348
1350
|
proxyOutputs(this, this.el, ['pageChanged']);
|
|
1349
1351
|
}
|
|
1350
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1351
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1352
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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 }); }
|
|
1352
1354
|
};
|
|
1353
1355
|
SpwPagination = __decorate([
|
|
1354
1356
|
ProxyCmp({
|
|
@@ -1356,7 +1358,7 @@ SpwPagination = __decorate([
|
|
|
1356
1358
|
methods: ['setPage']
|
|
1357
1359
|
})
|
|
1358
1360
|
], SpwPagination);
|
|
1359
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1361
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwPagination, decorators: [{
|
|
1360
1362
|
type: Component,
|
|
1361
1363
|
args: [{
|
|
1362
1364
|
selector: 'spw-pagination',
|
|
@@ -1373,8 +1375,8 @@ let SpwRadio = class SpwRadio {
|
|
|
1373
1375
|
this.el = r.nativeElement;
|
|
1374
1376
|
proxyOutputs(this, this.el, ['spwChange']);
|
|
1375
1377
|
}
|
|
1376
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1377
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1378
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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 }); }
|
|
1378
1380
|
};
|
|
1379
1381
|
SpwRadio = __decorate([
|
|
1380
1382
|
ProxyCmp({
|
|
@@ -1382,7 +1384,7 @@ SpwRadio = __decorate([
|
|
|
1382
1384
|
methods: ['setChecked']
|
|
1383
1385
|
})
|
|
1384
1386
|
], SpwRadio);
|
|
1385
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1387
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwRadio, decorators: [{
|
|
1386
1388
|
type: Component,
|
|
1387
1389
|
args: [{
|
|
1388
1390
|
selector: 'spw-radio',
|
|
@@ -1399,8 +1401,8 @@ let SpwSearchField = class SpwSearchField {
|
|
|
1399
1401
|
this.el = r.nativeElement;
|
|
1400
1402
|
proxyOutputs(this, this.el, ['valueChanged']);
|
|
1401
1403
|
}
|
|
1402
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1403
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1404
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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
1406
|
};
|
|
1405
1407
|
SpwSearchField = __decorate([
|
|
1406
1408
|
ProxyCmp({
|
|
@@ -1408,7 +1410,7 @@ SpwSearchField = __decorate([
|
|
|
1408
1410
|
methods: ['resetInput', 'setValue', 'getValue']
|
|
1409
1411
|
})
|
|
1410
1412
|
], SpwSearchField);
|
|
1411
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1413
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwSearchField, decorators: [{
|
|
1412
1414
|
type: Component,
|
|
1413
1415
|
args: [{
|
|
1414
1416
|
selector: 'spw-search-field',
|
|
@@ -1425,16 +1427,16 @@ let SpwSelect = class SpwSelect {
|
|
|
1425
1427
|
this.el = r.nativeElement;
|
|
1426
1428
|
proxyOutputs(this, this.el, ['valueChanged']);
|
|
1427
1429
|
}
|
|
1428
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1429
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1430
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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 }); }
|
|
1430
1432
|
};
|
|
1431
1433
|
SpwSelect = __decorate([
|
|
1432
1434
|
ProxyCmp({
|
|
1433
1435
|
inputs: ['accAriaLabel', 'assistiveText', 'disabled', 'error', 'hint', 'itemLabel', 'itemValue', 'items', 'label', 'name', 'placeholder', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'success', 'value', 'warning'],
|
|
1434
|
-
methods: ['resetSelect']
|
|
1436
|
+
methods: ['resetSelect', 'setValue', 'getValue']
|
|
1435
1437
|
})
|
|
1436
1438
|
], SpwSelect);
|
|
1437
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1439
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwSelect, decorators: [{
|
|
1438
1440
|
type: Component,
|
|
1439
1441
|
args: [{
|
|
1440
1442
|
selector: 'spw-select',
|
|
@@ -1450,15 +1452,15 @@ let SpwSeparator = class SpwSeparator {
|
|
|
1450
1452
|
c.detach();
|
|
1451
1453
|
this.el = r.nativeElement;
|
|
1452
1454
|
}
|
|
1453
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1454
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1455
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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
1457
|
};
|
|
1456
1458
|
SpwSeparator = __decorate([
|
|
1457
1459
|
ProxyCmp({
|
|
1458
1460
|
inputs: ['direction', 'height', 'surface', 'thickness', 'width']
|
|
1459
1461
|
})
|
|
1460
1462
|
], SpwSeparator);
|
|
1461
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1463
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwSeparator, decorators: [{
|
|
1462
1464
|
type: Component,
|
|
1463
1465
|
args: [{
|
|
1464
1466
|
selector: 'spw-separator',
|
|
@@ -1474,15 +1476,15 @@ let SpwSidebar = class SpwSidebar {
|
|
|
1474
1476
|
c.detach();
|
|
1475
1477
|
this.el = r.nativeElement;
|
|
1476
1478
|
}
|
|
1477
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1478
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1479
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", type: SpwSidebar, isStandalone: true, selector: "spw-sidebar", inputs: { defaultExpanded: "defaultExpanded" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1479
1481
|
};
|
|
1480
1482
|
SpwSidebar = __decorate([
|
|
1481
1483
|
ProxyCmp({
|
|
1482
1484
|
inputs: ['defaultExpanded']
|
|
1483
1485
|
})
|
|
1484
1486
|
], SpwSidebar);
|
|
1485
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1487
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwSidebar, decorators: [{
|
|
1486
1488
|
type: Component,
|
|
1487
1489
|
args: [{
|
|
1488
1490
|
selector: 'spw-sidebar',
|
|
@@ -1498,15 +1500,15 @@ let SpwSidebarNavigationDropdown = class SpwSidebarNavigationDropdown {
|
|
|
1498
1500
|
c.detach();
|
|
1499
1501
|
this.el = r.nativeElement;
|
|
1500
1502
|
}
|
|
1501
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1502
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1503
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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
1505
|
};
|
|
1504
1506
|
SpwSidebarNavigationDropdown = __decorate([
|
|
1505
1507
|
ProxyCmp({
|
|
1506
1508
|
inputs: ['open']
|
|
1507
1509
|
})
|
|
1508
1510
|
], SpwSidebarNavigationDropdown);
|
|
1509
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1511
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwSidebarNavigationDropdown, decorators: [{
|
|
1510
1512
|
type: Component,
|
|
1511
1513
|
args: [{
|
|
1512
1514
|
selector: 'spw-sidebar-navigation-dropdown',
|
|
@@ -1522,15 +1524,15 @@ let SpwSidebarNavigationItem = class SpwSidebarNavigationItem {
|
|
|
1522
1524
|
c.detach();
|
|
1523
1525
|
this.el = r.nativeElement;
|
|
1524
1526
|
}
|
|
1525
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1526
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1527
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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
1529
|
};
|
|
1528
1530
|
SpwSidebarNavigationItem = __decorate([
|
|
1529
1531
|
ProxyCmp({
|
|
1530
1532
|
inputs: ['active', 'bubble', 'disabled', 'href', 'icon', 'iconVariant', 'openOnClick', 'tooltipTitle']
|
|
1531
1533
|
})
|
|
1532
1534
|
], SpwSidebarNavigationItem);
|
|
1533
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1535
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwSidebarNavigationItem, decorators: [{
|
|
1534
1536
|
type: Component,
|
|
1535
1537
|
args: [{
|
|
1536
1538
|
selector: 'spw-sidebar-navigation-item',
|
|
@@ -1546,13 +1548,13 @@ let SpwSidebarNavigationSeparator = class SpwSidebarNavigationSeparator {
|
|
|
1546
1548
|
c.detach();
|
|
1547
1549
|
this.el = r.nativeElement;
|
|
1548
1550
|
}
|
|
1549
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1550
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1551
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", type: SpwSidebarNavigationSeparator, isStandalone: true, selector: "spw-sidebar-navigation-separator", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1551
1553
|
};
|
|
1552
1554
|
SpwSidebarNavigationSeparator = __decorate([
|
|
1553
1555
|
ProxyCmp({})
|
|
1554
1556
|
], SpwSidebarNavigationSeparator);
|
|
1555
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1557
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwSidebarNavigationSeparator, decorators: [{
|
|
1556
1558
|
type: Component,
|
|
1557
1559
|
args: [{
|
|
1558
1560
|
selector: 'spw-sidebar-navigation-separator',
|
|
@@ -1568,15 +1570,15 @@ let SpwSkeleton = class SpwSkeleton {
|
|
|
1568
1570
|
c.detach();
|
|
1569
1571
|
this.el = r.nativeElement;
|
|
1570
1572
|
}
|
|
1571
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1572
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1573
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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
1575
|
};
|
|
1574
1576
|
SpwSkeleton = __decorate([
|
|
1575
1577
|
ProxyCmp({
|
|
1576
1578
|
inputs: ['blocks', 'variant']
|
|
1577
1579
|
})
|
|
1578
1580
|
], SpwSkeleton);
|
|
1579
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1581
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwSkeleton, decorators: [{
|
|
1580
1582
|
type: Component,
|
|
1581
1583
|
args: [{
|
|
1582
1584
|
selector: 'spw-skeleton',
|
|
@@ -1592,15 +1594,15 @@ let SpwSlider = class SpwSlider {
|
|
|
1592
1594
|
c.detach();
|
|
1593
1595
|
this.el = r.nativeElement;
|
|
1594
1596
|
}
|
|
1595
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1596
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1597
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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 }); }
|
|
1597
1599
|
};
|
|
1598
1600
|
SpwSlider = __decorate([
|
|
1599
1601
|
ProxyCmp({
|
|
1600
1602
|
inputs: ['arrowsPosition', 'autoplayEnabled', 'autoplayInterval', 'autoplayText', 'nextSlideText', 'previousSlideText', 'showArrows', 'showAutoplayToggle', 'showDots']
|
|
1601
1603
|
})
|
|
1602
1604
|
], SpwSlider);
|
|
1603
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1605
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwSlider, decorators: [{
|
|
1604
1606
|
type: Component,
|
|
1605
1607
|
args: [{
|
|
1606
1608
|
selector: 'spw-slider',
|
|
@@ -1616,13 +1618,13 @@ let SpwSliderItem = class SpwSliderItem {
|
|
|
1616
1618
|
c.detach();
|
|
1617
1619
|
this.el = r.nativeElement;
|
|
1618
1620
|
}
|
|
1619
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1620
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1621
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", type: SpwSliderItem, isStandalone: true, selector: "spw-slider-item", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1621
1623
|
};
|
|
1622
1624
|
SpwSliderItem = __decorate([
|
|
1623
1625
|
ProxyCmp({})
|
|
1624
1626
|
], SpwSliderItem);
|
|
1625
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1627
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwSliderItem, decorators: [{
|
|
1626
1628
|
type: Component,
|
|
1627
1629
|
args: [{
|
|
1628
1630
|
selector: 'spw-slider-item',
|
|
@@ -1638,15 +1640,15 @@ let SpwSocials = class SpwSocials {
|
|
|
1638
1640
|
c.detach();
|
|
1639
1641
|
this.el = r.nativeElement;
|
|
1640
1642
|
}
|
|
1641
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1642
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1643
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", type: SpwSocials, isStandalone: true, selector: "spw-socials", inputs: { mainTitle: "mainTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1643
1645
|
};
|
|
1644
1646
|
SpwSocials = __decorate([
|
|
1645
1647
|
ProxyCmp({
|
|
1646
1648
|
inputs: ['mainTitle']
|
|
1647
1649
|
})
|
|
1648
1650
|
], SpwSocials);
|
|
1649
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1651
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwSocials, decorators: [{
|
|
1650
1652
|
type: Component,
|
|
1651
1653
|
args: [{
|
|
1652
1654
|
selector: 'spw-socials',
|
|
@@ -1663,15 +1665,15 @@ let SpwTable = class SpwTable {
|
|
|
1663
1665
|
this.el = r.nativeElement;
|
|
1664
1666
|
proxyOutputs(this, this.el, ['spwSort', 'spwResize']);
|
|
1665
1667
|
}
|
|
1666
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1667
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1668
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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
1670
|
};
|
|
1669
1671
|
SpwTable = __decorate([
|
|
1670
1672
|
ProxyCmp({
|
|
1671
1673
|
inputs: ['accAriaLabel', 'currentSort', 'disableSort', 'isSticky', 'isZebra', 'maxHeight', 'minHeight', 'minWidth', 'resizable', 'tableLayout']
|
|
1672
1674
|
})
|
|
1673
1675
|
], SpwTable);
|
|
1674
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1676
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwTable, decorators: [{
|
|
1675
1677
|
type: Component,
|
|
1676
1678
|
args: [{
|
|
1677
1679
|
selector: 'spw-table',
|
|
@@ -1687,8 +1689,8 @@ let SpwTableBody = class SpwTableBody {
|
|
|
1687
1689
|
c.detach();
|
|
1688
1690
|
this.el = r.nativeElement;
|
|
1689
1691
|
}
|
|
1690
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1691
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1692
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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
1694
|
};
|
|
1693
1695
|
SpwTableBody = __decorate([
|
|
1694
1696
|
ProxyCmp({
|
|
@@ -1696,7 +1698,7 @@ SpwTableBody = __decorate([
|
|
|
1696
1698
|
methods: ['updateZebraStyles']
|
|
1697
1699
|
})
|
|
1698
1700
|
], SpwTableBody);
|
|
1699
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1701
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwTableBody, decorators: [{
|
|
1700
1702
|
type: Component,
|
|
1701
1703
|
args: [{
|
|
1702
1704
|
selector: 'spw-table-body',
|
|
@@ -1712,15 +1714,15 @@ let SpwTableCell = class SpwTableCell {
|
|
|
1712
1714
|
c.detach();
|
|
1713
1715
|
this.el = r.nativeElement;
|
|
1714
1716
|
}
|
|
1715
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1716
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1717
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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
1719
|
};
|
|
1718
1720
|
SpwTableCell = __decorate([
|
|
1719
1721
|
ProxyCmp({
|
|
1720
1722
|
inputs: ['colspan', 'headers', 'isHighlighted', 'padding', 'rowspan', 'state', 'sticky', 'stickyOffset', 'stickyPosition', 'textAlign', 'verticalAlign', 'width']
|
|
1721
1723
|
})
|
|
1722
1724
|
], SpwTableCell);
|
|
1723
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1725
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwTableCell, decorators: [{
|
|
1724
1726
|
type: Component,
|
|
1725
1727
|
args: [{
|
|
1726
1728
|
selector: 'spw-table-cell',
|
|
@@ -1736,13 +1738,13 @@ let SpwTableContainer = class SpwTableContainer {
|
|
|
1736
1738
|
c.detach();
|
|
1737
1739
|
this.el = r.nativeElement;
|
|
1738
1740
|
}
|
|
1739
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1740
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1741
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", type: SpwTableContainer, isStandalone: true, selector: "spw-table-container", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1741
1743
|
};
|
|
1742
1744
|
SpwTableContainer = __decorate([
|
|
1743
1745
|
ProxyCmp({})
|
|
1744
1746
|
], SpwTableContainer);
|
|
1745
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1747
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwTableContainer, decorators: [{
|
|
1746
1748
|
type: Component,
|
|
1747
1749
|
args: [{
|
|
1748
1750
|
selector: 'spw-table-container',
|
|
@@ -1758,13 +1760,13 @@ let SpwTableFooter = class SpwTableFooter {
|
|
|
1758
1760
|
c.detach();
|
|
1759
1761
|
this.el = r.nativeElement;
|
|
1760
1762
|
}
|
|
1761
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1762
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1763
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", type: SpwTableFooter, isStandalone: true, selector: "spw-table-footer", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1763
1765
|
};
|
|
1764
1766
|
SpwTableFooter = __decorate([
|
|
1765
1767
|
ProxyCmp({})
|
|
1766
1768
|
], SpwTableFooter);
|
|
1767
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1769
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwTableFooter, decorators: [{
|
|
1768
1770
|
type: Component,
|
|
1769
1771
|
args: [{
|
|
1770
1772
|
selector: 'spw-table-footer',
|
|
@@ -1780,13 +1782,13 @@ let SpwTableHead = class SpwTableHead {
|
|
|
1780
1782
|
c.detach();
|
|
1781
1783
|
this.el = r.nativeElement;
|
|
1782
1784
|
}
|
|
1783
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1784
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1785
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", type: SpwTableHead, isStandalone: true, selector: "spw-table-head", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1785
1787
|
};
|
|
1786
1788
|
SpwTableHead = __decorate([
|
|
1787
1789
|
ProxyCmp({})
|
|
1788
1790
|
], SpwTableHead);
|
|
1789
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1791
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwTableHead, decorators: [{
|
|
1790
1792
|
type: Component,
|
|
1791
1793
|
args: [{
|
|
1792
1794
|
selector: 'spw-table-head',
|
|
@@ -1803,15 +1805,15 @@ let SpwTableHeader = class SpwTableHeader {
|
|
|
1803
1805
|
this.el = r.nativeElement;
|
|
1804
1806
|
proxyOutputs(this, this.el, ['spwHeaderClick']);
|
|
1805
1807
|
}
|
|
1806
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1807
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1808
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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
1810
|
};
|
|
1809
1811
|
SpwTableHeader = __decorate([
|
|
1810
1812
|
ProxyCmp({
|
|
1811
1813
|
inputs: ['colspan', 'columnId', 'headers', 'isHighlighted', 'isSorted', 'padding', 'rowspan', 'sortDirection', 'sortable', 'sticky', 'stickyOffset', 'stickyPosition', 'textAlign', 'tooltipText', 'tooltipTitle', 'verticalAlign']
|
|
1812
1814
|
})
|
|
1813
1815
|
], SpwTableHeader);
|
|
1814
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1816
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwTableHeader, decorators: [{
|
|
1815
1817
|
type: Component,
|
|
1816
1818
|
args: [{
|
|
1817
1819
|
selector: 'spw-table-header',
|
|
@@ -1827,15 +1829,15 @@ let SpwTableRow = class SpwTableRow {
|
|
|
1827
1829
|
c.detach();
|
|
1828
1830
|
this.el = r.nativeElement;
|
|
1829
1831
|
}
|
|
1830
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1831
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1832
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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
1834
|
};
|
|
1833
1835
|
SpwTableRow = __decorate([
|
|
1834
1836
|
ProxyCmp({
|
|
1835
1837
|
inputs: ['padding', 'state']
|
|
1836
1838
|
})
|
|
1837
1839
|
], SpwTableRow);
|
|
1838
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1840
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwTableRow, decorators: [{
|
|
1839
1841
|
type: Component,
|
|
1840
1842
|
args: [{
|
|
1841
1843
|
selector: 'spw-table-row',
|
|
@@ -1852,15 +1854,15 @@ let SpwTableSidebar = class SpwTableSidebar {
|
|
|
1852
1854
|
this.el = r.nativeElement;
|
|
1853
1855
|
proxyOutputs(this, this.el, ['sidebarReset']);
|
|
1854
1856
|
}
|
|
1855
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1856
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1857
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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
1859
|
};
|
|
1858
1860
|
SpwTableSidebar = __decorate([
|
|
1859
1861
|
ProxyCmp({
|
|
1860
1862
|
inputs: ['defaultExpanded', 'hasReset', 'resetIcon', 'sidebarIcon', 'sidebarTitle', 'sidebarWidth']
|
|
1861
1863
|
})
|
|
1862
1864
|
], SpwTableSidebar);
|
|
1863
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1865
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwTableSidebar, decorators: [{
|
|
1864
1866
|
type: Component,
|
|
1865
1867
|
args: [{
|
|
1866
1868
|
selector: 'spw-table-sidebar',
|
|
@@ -1877,8 +1879,8 @@ let SpwTabs = class SpwTabs {
|
|
|
1877
1879
|
this.el = r.nativeElement;
|
|
1878
1880
|
proxyOutputs(this, this.el, ['tabChanged']);
|
|
1879
1881
|
}
|
|
1880
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1881
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1882
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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
1884
|
};
|
|
1883
1885
|
SpwTabs = __decorate([
|
|
1884
1886
|
ProxyCmp({
|
|
@@ -1886,7 +1888,7 @@ SpwTabs = __decorate([
|
|
|
1886
1888
|
methods: ['getSelectedTab', 'setSelectedTab']
|
|
1887
1889
|
})
|
|
1888
1890
|
], SpwTabs);
|
|
1889
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1891
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwTabs, decorators: [{
|
|
1890
1892
|
type: Component,
|
|
1891
1893
|
args: [{
|
|
1892
1894
|
selector: 'spw-tabs',
|
|
@@ -1902,15 +1904,15 @@ let SpwTabsContent = class SpwTabsContent {
|
|
|
1902
1904
|
c.detach();
|
|
1903
1905
|
this.el = r.nativeElement;
|
|
1904
1906
|
}
|
|
1905
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1906
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1907
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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
1909
|
};
|
|
1908
1910
|
SpwTabsContent = __decorate([
|
|
1909
1911
|
ProxyCmp({
|
|
1910
1912
|
inputs: ['active', 'tabId']
|
|
1911
1913
|
})
|
|
1912
1914
|
], SpwTabsContent);
|
|
1913
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1915
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwTabsContent, decorators: [{
|
|
1914
1916
|
type: Component,
|
|
1915
1917
|
args: [{
|
|
1916
1918
|
selector: 'spw-tabs-content',
|
|
@@ -1926,15 +1928,15 @@ let SpwTabsNavigation = class SpwTabsNavigation {
|
|
|
1926
1928
|
c.detach();
|
|
1927
1929
|
this.el = r.nativeElement;
|
|
1928
1930
|
}
|
|
1929
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1930
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1931
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", type: SpwTabsNavigation, isStandalone: true, selector: "spw-tabs-navigation", inputs: { accAriaLabel: "accAriaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1931
1933
|
};
|
|
1932
1934
|
SpwTabsNavigation = __decorate([
|
|
1933
1935
|
ProxyCmp({
|
|
1934
1936
|
inputs: ['accAriaLabel']
|
|
1935
1937
|
})
|
|
1936
1938
|
], SpwTabsNavigation);
|
|
1937
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1939
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwTabsNavigation, decorators: [{
|
|
1938
1940
|
type: Component,
|
|
1939
1941
|
args: [{
|
|
1940
1942
|
selector: 'spw-tabs-navigation',
|
|
@@ -1951,15 +1953,15 @@ let SpwTabsNavigationItem = class SpwTabsNavigationItem {
|
|
|
1951
1953
|
this.el = r.nativeElement;
|
|
1952
1954
|
proxyOutputs(this, this.el, ['tabSelected']);
|
|
1953
1955
|
}
|
|
1954
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1955
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1956
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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
1958
|
};
|
|
1957
1959
|
SpwTabsNavigationItem = __decorate([
|
|
1958
1960
|
ProxyCmp({
|
|
1959
1961
|
inputs: ['active', 'bubble', 'disabled', 'hasEllipsis', 'icon', 'iconPosition', 'tabId']
|
|
1960
1962
|
})
|
|
1961
1963
|
], SpwTabsNavigationItem);
|
|
1962
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1964
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwTabsNavigationItem, decorators: [{
|
|
1963
1965
|
type: Component,
|
|
1964
1966
|
args: [{
|
|
1965
1967
|
selector: 'spw-tabs-navigation-item',
|
|
@@ -1975,15 +1977,15 @@ let SpwTag = class SpwTag {
|
|
|
1975
1977
|
c.detach();
|
|
1976
1978
|
this.el = r.nativeElement;
|
|
1977
1979
|
}
|
|
1978
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
1979
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
1980
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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
1982
|
};
|
|
1981
1983
|
SpwTag = __decorate([
|
|
1982
1984
|
ProxyCmp({
|
|
1983
1985
|
inputs: ['hasIcon', 'href', 'size', 'surface', 'target', 'variant']
|
|
1984
1986
|
})
|
|
1985
1987
|
], SpwTag);
|
|
1986
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
1988
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwTag, decorators: [{
|
|
1987
1989
|
type: Component,
|
|
1988
1990
|
args: [{
|
|
1989
1991
|
selector: 'spw-tag',
|
|
@@ -2000,8 +2002,8 @@ let SpwTextField = class SpwTextField {
|
|
|
2000
2002
|
this.el = r.nativeElement;
|
|
2001
2003
|
proxyOutputs(this, this.el, ['valueChanged']);
|
|
2002
2004
|
}
|
|
2003
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
2004
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
2005
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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 }); }
|
|
2005
2007
|
};
|
|
2006
2008
|
SpwTextField = __decorate([
|
|
2007
2009
|
ProxyCmp({
|
|
@@ -2009,7 +2011,7 @@ SpwTextField = __decorate([
|
|
|
2009
2011
|
methods: ['setValue']
|
|
2010
2012
|
})
|
|
2011
2013
|
], SpwTextField);
|
|
2012
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
2014
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwTextField, decorators: [{
|
|
2013
2015
|
type: Component,
|
|
2014
2016
|
args: [{
|
|
2015
2017
|
selector: 'spw-text-field',
|
|
@@ -2026,15 +2028,15 @@ let SpwTextarea = class SpwTextarea {
|
|
|
2026
2028
|
this.el = r.nativeElement;
|
|
2027
2029
|
proxyOutputs(this, this.el, ['valueChanged']);
|
|
2028
2030
|
}
|
|
2029
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
2030
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
2031
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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
2033
|
};
|
|
2032
2034
|
SpwTextarea = __decorate([
|
|
2033
2035
|
ProxyCmp({
|
|
2034
2036
|
inputs: ['assistiveText', 'disabled', 'error', 'hint', 'indicator', 'isSearch', 'label', 'maxLength', 'minLength', 'name', 'placeholder', 'required', 'rows', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'success', 'value', 'warning']
|
|
2035
2037
|
})
|
|
2036
2038
|
], SpwTextarea);
|
|
2037
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
2039
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwTextarea, decorators: [{
|
|
2038
2040
|
type: Component,
|
|
2039
2041
|
args: [{
|
|
2040
2042
|
selector: 'spw-textarea',
|
|
@@ -2050,15 +2052,15 @@ let SpwThemeProvider = class SpwThemeProvider {
|
|
|
2050
2052
|
c.detach();
|
|
2051
2053
|
this.el = r.nativeElement;
|
|
2052
2054
|
}
|
|
2053
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
2054
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
2055
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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
2057
|
};
|
|
2056
2058
|
SpwThemeProvider = __decorate([
|
|
2057
2059
|
ProxyCmp({
|
|
2058
2060
|
inputs: ['theme']
|
|
2059
2061
|
})
|
|
2060
2062
|
], SpwThemeProvider);
|
|
2061
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
2063
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwThemeProvider, decorators: [{
|
|
2062
2064
|
type: Component,
|
|
2063
2065
|
args: [{
|
|
2064
2066
|
selector: 'spw-theme-provider',
|
|
@@ -2074,15 +2076,15 @@ let SpwTile = class SpwTile {
|
|
|
2074
2076
|
c.detach();
|
|
2075
2077
|
this.el = r.nativeElement;
|
|
2076
2078
|
}
|
|
2077
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
2078
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
2079
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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 }); }
|
|
2079
2081
|
};
|
|
2080
2082
|
SpwTile = __decorate([
|
|
2081
2083
|
ProxyCmp({
|
|
2082
2084
|
inputs: ['height', 'href', 'imageAlt', 'imageSrc', 'overlayOpacity', 'target', 'variant']
|
|
2083
2085
|
})
|
|
2084
2086
|
], SpwTile);
|
|
2085
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
2087
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwTile, decorators: [{
|
|
2086
2088
|
type: Component,
|
|
2087
2089
|
args: [{
|
|
2088
2090
|
selector: 'spw-tile',
|
|
@@ -2098,13 +2100,13 @@ let SpwTileDescription = class SpwTileDescription {
|
|
|
2098
2100
|
c.detach();
|
|
2099
2101
|
this.el = r.nativeElement;
|
|
2100
2102
|
}
|
|
2101
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
2102
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
2103
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", type: SpwTileDescription, isStandalone: true, selector: "spw-tile-description", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2103
2105
|
};
|
|
2104
2106
|
SpwTileDescription = __decorate([
|
|
2105
2107
|
ProxyCmp({})
|
|
2106
2108
|
], SpwTileDescription);
|
|
2107
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
2109
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwTileDescription, decorators: [{
|
|
2108
2110
|
type: Component,
|
|
2109
2111
|
args: [{
|
|
2110
2112
|
selector: 'spw-tile-description',
|
|
@@ -2120,13 +2122,13 @@ let SpwTileTitle = class SpwTileTitle {
|
|
|
2120
2122
|
c.detach();
|
|
2121
2123
|
this.el = r.nativeElement;
|
|
2122
2124
|
}
|
|
2123
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
2124
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
2125
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", type: SpwTileTitle, isStandalone: true, selector: "spw-tile-title", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2125
2127
|
};
|
|
2126
2128
|
SpwTileTitle = __decorate([
|
|
2127
2129
|
ProxyCmp({})
|
|
2128
2130
|
], SpwTileTitle);
|
|
2129
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
2131
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwTileTitle, decorators: [{
|
|
2130
2132
|
type: Component,
|
|
2131
2133
|
args: [{
|
|
2132
2134
|
selector: 'spw-tile-title',
|
|
@@ -2142,13 +2144,13 @@ let SpwToc = class SpwToc {
|
|
|
2142
2144
|
c.detach();
|
|
2143
2145
|
this.el = r.nativeElement;
|
|
2144
2146
|
}
|
|
2145
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
2146
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
2147
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", type: SpwToc, isStandalone: true, selector: "spw-toc", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2147
2149
|
};
|
|
2148
2150
|
SpwToc = __decorate([
|
|
2149
2151
|
ProxyCmp({})
|
|
2150
2152
|
], SpwToc);
|
|
2151
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
2153
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwToc, decorators: [{
|
|
2152
2154
|
type: Component,
|
|
2153
2155
|
args: [{
|
|
2154
2156
|
selector: 'spw-toc',
|
|
@@ -2165,15 +2167,15 @@ let SpwTocContainer = class SpwTocContainer {
|
|
|
2165
2167
|
this.el = r.nativeElement;
|
|
2166
2168
|
proxyOutputs(this, this.el, ['tocItemsChanged']);
|
|
2167
2169
|
}
|
|
2168
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
2169
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
2170
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", type: SpwTocContainer, isStandalone: true, selector: "spw-toc-container", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2170
2172
|
};
|
|
2171
2173
|
SpwTocContainer = __decorate([
|
|
2172
2174
|
ProxyCmp({
|
|
2173
2175
|
methods: ['getItems']
|
|
2174
2176
|
})
|
|
2175
2177
|
], SpwTocContainer);
|
|
2176
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
2178
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwTocContainer, decorators: [{
|
|
2177
2179
|
type: Component,
|
|
2178
2180
|
args: [{
|
|
2179
2181
|
selector: 'spw-toc-container',
|
|
@@ -2189,13 +2191,13 @@ let SpwTocNavigation = class SpwTocNavigation {
|
|
|
2189
2191
|
c.detach();
|
|
2190
2192
|
this.el = r.nativeElement;
|
|
2191
2193
|
}
|
|
2192
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
2193
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
2194
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", type: SpwTocNavigation, isStandalone: true, selector: "spw-toc-navigation", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2194
2196
|
};
|
|
2195
2197
|
SpwTocNavigation = __decorate([
|
|
2196
2198
|
ProxyCmp({})
|
|
2197
2199
|
], SpwTocNavigation);
|
|
2198
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
2200
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwTocNavigation, decorators: [{
|
|
2199
2201
|
type: Component,
|
|
2200
2202
|
args: [{
|
|
2201
2203
|
selector: 'spw-toc-navigation',
|
|
@@ -2211,15 +2213,15 @@ let SpwTooltip = class SpwTooltip {
|
|
|
2211
2213
|
c.detach();
|
|
2212
2214
|
this.el = r.nativeElement;
|
|
2213
2215
|
}
|
|
2214
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
2215
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
2216
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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
2218
|
};
|
|
2217
2219
|
SpwTooltip = __decorate([
|
|
2218
2220
|
ProxyCmp({
|
|
2219
2221
|
inputs: ['cursor', 'direction', 'maxWidth', 'tooltipText', 'tooltipTitle', 'visible']
|
|
2220
2222
|
})
|
|
2221
2223
|
], SpwTooltip);
|
|
2222
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
2224
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwTooltip, decorators: [{
|
|
2223
2225
|
type: Component,
|
|
2224
2226
|
args: [{
|
|
2225
2227
|
selector: 'spw-tooltip',
|
|
@@ -2235,13 +2237,13 @@ let SpwTopbar = class SpwTopbar {
|
|
|
2235
2237
|
c.detach();
|
|
2236
2238
|
this.el = r.nativeElement;
|
|
2237
2239
|
}
|
|
2238
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
2239
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
2240
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", type: SpwTopbar, isStandalone: true, selector: "spw-topbar", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2240
2242
|
};
|
|
2241
2243
|
SpwTopbar = __decorate([
|
|
2242
2244
|
ProxyCmp({})
|
|
2243
2245
|
], SpwTopbar);
|
|
2244
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
2246
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwTopbar, decorators: [{
|
|
2245
2247
|
type: Component,
|
|
2246
2248
|
args: [{
|
|
2247
2249
|
selector: 'spw-topbar',
|
|
@@ -2258,8 +2260,8 @@ let SpwWizard = class SpwWizard {
|
|
|
2258
2260
|
this.el = r.nativeElement;
|
|
2259
2261
|
proxyOutputs(this, this.el, ['stepClick']);
|
|
2260
2262
|
}
|
|
2261
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
2262
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
2263
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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
2265
|
};
|
|
2264
2266
|
SpwWizard = __decorate([
|
|
2265
2267
|
ProxyCmp({
|
|
@@ -2267,7 +2269,7 @@ SpwWizard = __decorate([
|
|
|
2267
2269
|
methods: ['setStep']
|
|
2268
2270
|
})
|
|
2269
2271
|
], SpwWizard);
|
|
2270
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
2272
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwWizard, decorators: [{
|
|
2271
2273
|
type: Component,
|
|
2272
2274
|
args: [{
|
|
2273
2275
|
selector: 'spw-wizard',
|
|
@@ -2284,15 +2286,15 @@ let SpwWizardItem = class SpwWizardItem {
|
|
|
2284
2286
|
this.el = r.nativeElement;
|
|
2285
2287
|
proxyOutputs(this, this.el, ['wizardItemClick']);
|
|
2286
2288
|
}
|
|
2287
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
2288
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.
|
|
2289
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", 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.2", 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
2291
|
};
|
|
2290
2292
|
SpwWizardItem = __decorate([
|
|
2291
2293
|
ProxyCmp({
|
|
2292
2294
|
inputs: ['additionalInfo', 'description', 'icon', 'isAfterCurrent', 'isBeforeCurrent', 'isClickable', 'isCurrent', 'isLast', 'label', 'state', 'status', 'stepNumber', 'variant']
|
|
2293
2295
|
})
|
|
2294
2296
|
], SpwWizardItem);
|
|
2295
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
2297
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwWizardItem, decorators: [{
|
|
2296
2298
|
type: Component,
|
|
2297
2299
|
args: [{
|
|
2298
2300
|
selector: 'spw-wizard-item',
|
|
@@ -2400,11 +2402,11 @@ const DIRECTIVES = [
|
|
|
2400
2402
|
];
|
|
2401
2403
|
|
|
2402
2404
|
class SpwDesignSystemDirectivesModule {
|
|
2403
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
2404
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.
|
|
2405
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.
|
|
2405
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwDesignSystemDirectivesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2406
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.2", 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.2", ngImport: i0, type: SpwDesignSystemDirectivesModule }); }
|
|
2406
2408
|
}
|
|
2407
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
2409
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwDesignSystemDirectivesModule, decorators: [{
|
|
2408
2410
|
type: NgModule,
|
|
2409
2411
|
args: [{
|
|
2410
2412
|
imports: [...DIRECTIVES],
|
|
@@ -2413,9 +2415,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImpor
|
|
|
2413
2415
|
}] });
|
|
2414
2416
|
|
|
2415
2417
|
class SpwDesignSystemModule {
|
|
2416
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
2417
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.
|
|
2418
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.
|
|
2418
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwDesignSystemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2419
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.2", ngImport: i0, type: SpwDesignSystemModule, imports: [SpwDesignSystemDirectivesModule], exports: [SpwDesignSystemDirectivesModule] }); }
|
|
2420
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwDesignSystemModule, providers: [
|
|
2419
2421
|
{
|
|
2420
2422
|
provide: APP_INITIALIZER,
|
|
2421
2423
|
useFactory: () => defineCustomElements,
|
|
@@ -2423,7 +2425,7 @@ class SpwDesignSystemModule {
|
|
|
2423
2425
|
},
|
|
2424
2426
|
], imports: [SpwDesignSystemDirectivesModule, SpwDesignSystemDirectivesModule] }); }
|
|
2425
2427
|
}
|
|
2426
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
2428
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: SpwDesignSystemModule, decorators: [{
|
|
2427
2429
|
type: NgModule,
|
|
2428
2430
|
args: [{
|
|
2429
2431
|
imports: [SpwDesignSystemDirectivesModule],
|