@spw-ds/spw-angular-library 1.9.1-alpha.0 → 1.10.1-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -358,11 +358,11 @@ let SpwCardImage = class SpwCardImage {
|
|
|
358
358
|
this.el = r.nativeElement;
|
|
359
359
|
}
|
|
360
360
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwCardImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
361
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwCardImage, isStandalone: true, selector: "spw-card-image", inputs: { imagePosition: "imagePosition", label: "label", ratio: "ratio", ratioDesktop: "ratioDesktop", ratioMobile: "ratioMobile", ratioTablet: "ratioTablet" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
361
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwCardImage, isStandalone: true, selector: "spw-card-image", inputs: { imageFit: "imageFit", imagePosition: "imagePosition", label: "label", ratio: "ratio", ratioDesktop: "ratioDesktop", ratioMobile: "ratioMobile", ratioTablet: "ratioTablet" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
362
362
|
};
|
|
363
363
|
SpwCardImage = __decorate([
|
|
364
364
|
ProxyCmp({
|
|
365
|
-
inputs: ['imagePosition', 'label', 'ratio', 'ratioDesktop', 'ratioMobile', 'ratioTablet']
|
|
365
|
+
inputs: ['imageFit', 'imagePosition', 'label', 'ratio', 'ratioDesktop', 'ratioMobile', 'ratioTablet']
|
|
366
366
|
})
|
|
367
367
|
], SpwCardImage);
|
|
368
368
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwCardImage, decorators: [{
|
|
@@ -372,7 +372,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
372
372
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
373
373
|
template: '<ng-content></ng-content>',
|
|
374
374
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
375
|
-
inputs: ['imagePosition', 'label', 'ratio', 'ratioDesktop', 'ratioMobile', 'ratioTablet'],
|
|
375
|
+
inputs: ['imageFit', 'imagePosition', 'label', 'ratio', 'ratioDesktop', 'ratioMobile', 'ratioTablet'],
|
|
376
376
|
}]
|
|
377
377
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
378
378
|
let SpwCardSubtagItem = class SpwCardSubtagItem {
|
|
@@ -455,11 +455,11 @@ let SpwCheckbox = class SpwCheckbox {
|
|
|
455
455
|
proxyOutputs(this, this.el, ['spwChange']);
|
|
456
456
|
}
|
|
457
457
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
458
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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 }); }
|
|
458
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwCheckbox, isStandalone: true, selector: "spw-checkbox", inputs: { accAriaLabel: "accAriaLabel", checked: "checked", disabled: "disabled", error: "error", icon: "icon", name: "name", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
459
459
|
};
|
|
460
460
|
SpwCheckbox = __decorate([
|
|
461
461
|
ProxyCmp({
|
|
462
|
-
inputs: ['accAriaLabel', 'checked', 'disabled', 'error', 'icon', 'name', 'variant'],
|
|
462
|
+
inputs: ['accAriaLabel', 'checked', 'disabled', 'error', 'icon', 'name', 'value', 'variant'],
|
|
463
463
|
methods: ['toggleCheckedState']
|
|
464
464
|
})
|
|
465
465
|
], SpwCheckbox);
|
|
@@ -470,7 +470,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
470
470
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
471
471
|
template: '<ng-content></ng-content>',
|
|
472
472
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
473
|
-
inputs: ['accAriaLabel', 'checked', 'disabled', 'error', 'icon', 'name', 'variant'],
|
|
473
|
+
inputs: ['accAriaLabel', 'checked', 'disabled', 'error', 'icon', 'name', 'value', 'variant'],
|
|
474
474
|
}]
|
|
475
475
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
476
476
|
let SpwCookies = class SpwCookies {
|
|
@@ -557,11 +557,11 @@ let SpwDropdown = class SpwDropdown {
|
|
|
557
557
|
proxyOutputs(this, this.el, ['spwDropdownOpen', 'spwDropdownClose']);
|
|
558
558
|
}
|
|
559
559
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
560
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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 }); }
|
|
560
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwDropdown, isStandalone: true, selector: "spw-dropdown", inputs: { contentWidth: "contentWidth", direction: "direction", hasPadding: "hasPadding", maxHeight: "maxHeight", open: "open" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
561
561
|
};
|
|
562
562
|
SpwDropdown = __decorate([
|
|
563
563
|
ProxyCmp({
|
|
564
|
-
inputs: ['contentWidth', 'direction', 'hasPadding', 'open'],
|
|
564
|
+
inputs: ['contentWidth', 'direction', 'hasPadding', 'maxHeight', 'open'],
|
|
565
565
|
methods: ['close']
|
|
566
566
|
})
|
|
567
567
|
], SpwDropdown);
|
|
@@ -572,7 +572,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
572
572
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
573
573
|
template: '<ng-content></ng-content>',
|
|
574
574
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
575
|
-
inputs: ['contentWidth', 'direction', 'hasPadding', 'open'],
|
|
575
|
+
inputs: ['contentWidth', 'direction', 'hasPadding', 'maxHeight', 'open'],
|
|
576
576
|
}]
|
|
577
577
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
578
578
|
let SpwDropdownContainer = class SpwDropdownContainer {
|
|
@@ -1163,11 +1163,11 @@ let SpwLink = class SpwLink {
|
|
|
1163
1163
|
proxyOutputs(this, this.el, ['spwClick']);
|
|
1164
1164
|
}
|
|
1165
1165
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1166
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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 }); }
|
|
1166
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwLink, isStandalone: true, selector: "spw-link", inputs: { accAriaLabel: "accAriaLabel", disabled: "disabled", download: "download", 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 }); }
|
|
1167
1167
|
};
|
|
1168
1168
|
SpwLink = __decorate([
|
|
1169
1169
|
ProxyCmp({
|
|
1170
|
-
inputs: ['accAriaLabel', 'disabled', 'href', 'icon', 'iconPosition', 'rel', 'surface', 'target']
|
|
1170
|
+
inputs: ['accAriaLabel', 'disabled', 'download', 'href', 'icon', 'iconPosition', 'rel', 'surface', 'target']
|
|
1171
1171
|
})
|
|
1172
1172
|
], SpwLink);
|
|
1173
1173
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwLink, decorators: [{
|
|
@@ -1177,7 +1177,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1177
1177
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1178
1178
|
template: '<ng-content></ng-content>',
|
|
1179
1179
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1180
|
-
inputs: ['accAriaLabel', 'disabled', 'href', 'icon', 'iconPosition', 'rel', 'surface', 'target'],
|
|
1180
|
+
inputs: ['accAriaLabel', 'disabled', 'download', 'href', 'icon', 'iconPosition', 'rel', 'surface', 'target'],
|
|
1181
1181
|
}]
|
|
1182
1182
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1183
1183
|
let SpwList = class SpwList {
|
|
@@ -1679,11 +1679,11 @@ let SpwSlider = class SpwSlider {
|
|
|
1679
1679
|
this.el = r.nativeElement;
|
|
1680
1680
|
}
|
|
1681
1681
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1682
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwSlider, isStandalone: true, selector: "spw-slider", inputs: { arrowsPosition: "arrowsPosition", autoplayEnabled: "autoplayEnabled", autoplayInterval: "autoplayInterval", autoplayText: "autoplayText", hasFixedHeight: "hasFixedHeight", nextSlideText: "nextSlideText", previousSlideText: "previousSlideText", showArrows: "showArrows", showAutoplayToggle: "showAutoplayToggle", showDots: "showDots" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1682
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwSlider, isStandalone: true, selector: "spw-slider", inputs: { accAriaLabel: "accAriaLabel", arrowsPosition: "arrowsPosition", autoplayEnabled: "autoplayEnabled", autoplayInterval: "autoplayInterval", autoplayText: "autoplayText", hasFixedHeight: "hasFixedHeight", nextSlideText: "nextSlideText", previousSlideText: "previousSlideText", showArrows: "showArrows", showAutoplayToggle: "showAutoplayToggle", showDots: "showDots" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1683
1683
|
};
|
|
1684
1684
|
SpwSlider = __decorate([
|
|
1685
1685
|
ProxyCmp({
|
|
1686
|
-
inputs: ['arrowsPosition', 'autoplayEnabled', 'autoplayInterval', 'autoplayText', 'hasFixedHeight', 'nextSlideText', 'previousSlideText', 'showArrows', 'showAutoplayToggle', 'showDots']
|
|
1686
|
+
inputs: ['accAriaLabel', 'arrowsPosition', 'autoplayEnabled', 'autoplayInterval', 'autoplayText', 'hasFixedHeight', 'nextSlideText', 'previousSlideText', 'showArrows', 'showAutoplayToggle', 'showDots']
|
|
1687
1687
|
})
|
|
1688
1688
|
], SpwSlider);
|
|
1689
1689
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwSlider, decorators: [{
|
|
@@ -1693,7 +1693,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1693
1693
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1694
1694
|
template: '<ng-content></ng-content>',
|
|
1695
1695
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1696
|
-
inputs: ['arrowsPosition', 'autoplayEnabled', 'autoplayInterval', 'autoplayText', 'hasFixedHeight', 'nextSlideText', 'previousSlideText', 'showArrows', 'showAutoplayToggle', 'showDots'],
|
|
1696
|
+
inputs: ['accAriaLabel', 'arrowsPosition', 'autoplayEnabled', 'autoplayInterval', 'autoplayText', 'hasFixedHeight', 'nextSlideText', 'previousSlideText', 'showArrows', 'showAutoplayToggle', 'showDots'],
|
|
1697
1697
|
}]
|
|
1698
1698
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1699
1699
|
let SpwSliderItem = class SpwSliderItem {
|
|
@@ -2062,11 +2062,11 @@ let SpwTag = class SpwTag {
|
|
|
2062
2062
|
this.el = r.nativeElement;
|
|
2063
2063
|
}
|
|
2064
2064
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2065
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwTag, isStandalone: true, selector: "spw-tag", inputs: { hasIcon: "hasIcon", href: "href", icon: "icon", iconVariant: "iconVariant", size: "size", surface: "surface", target: "target", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2065
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwTag, isStandalone: true, selector: "spw-tag", inputs: { hasIcon: "hasIcon", href: "href", icon: "icon", iconPosition: "iconPosition", iconVariant: "iconVariant", size: "size", surface: "surface", target: "target", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2066
2066
|
};
|
|
2067
2067
|
SpwTag = __decorate([
|
|
2068
2068
|
ProxyCmp({
|
|
2069
|
-
inputs: ['hasIcon', 'href', 'icon', 'iconVariant', 'size', 'surface', 'target', 'variant']
|
|
2069
|
+
inputs: ['hasIcon', 'href', 'icon', 'iconPosition', 'iconVariant', 'size', 'surface', 'target', 'variant']
|
|
2070
2070
|
})
|
|
2071
2071
|
], SpwTag);
|
|
2072
2072
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwTag, decorators: [{
|
|
@@ -2076,7 +2076,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2076
2076
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2077
2077
|
template: '<ng-content></ng-content>',
|
|
2078
2078
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2079
|
-
inputs: ['hasIcon', 'href', 'icon', 'iconVariant', 'size', 'surface', 'target', 'variant'],
|
|
2079
|
+
inputs: ['hasIcon', 'href', 'icon', 'iconPosition', 'iconVariant', 'size', 'surface', 'target', 'variant'],
|
|
2080
2080
|
}]
|
|
2081
2081
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2082
2082
|
let SpwTextField = class SpwTextField {
|
|
@@ -2376,10 +2376,12 @@ let SpwTocNavigation = class SpwTocNavigation {
|
|
|
2376
2376
|
this.el = r.nativeElement;
|
|
2377
2377
|
}
|
|
2378
2378
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwTocNavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2379
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwTocNavigation, isStandalone: true, selector: "spw-toc-navigation", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2379
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwTocNavigation, isStandalone: true, selector: "spw-toc-navigation", inputs: { variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2380
2380
|
};
|
|
2381
2381
|
SpwTocNavigation = __decorate([
|
|
2382
|
-
ProxyCmp({
|
|
2382
|
+
ProxyCmp({
|
|
2383
|
+
inputs: ['variant']
|
|
2384
|
+
})
|
|
2383
2385
|
], SpwTocNavigation);
|
|
2384
2386
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwTocNavigation, decorators: [{
|
|
2385
2387
|
type: Component,
|
|
@@ -2388,7 +2390,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2388
2390
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2389
2391
|
template: '<ng-content></ng-content>',
|
|
2390
2392
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2391
|
-
inputs: [],
|
|
2393
|
+
inputs: ['variant'],
|
|
2392
2394
|
}]
|
|
2393
2395
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2394
2396
|
let SpwTooltip = class SpwTooltip {
|