@spw-ds/spw-angular-library 1.10.0 → 1.10.2-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.
|
@@ -266,7 +266,8 @@ let SpwButton = class SpwButton {
|
|
|
266
266
|
};
|
|
267
267
|
SpwButton = __decorate([
|
|
268
268
|
ProxyCmp({
|
|
269
|
-
inputs: ['accAriaLabel', 'disabled', 'download', 'form', 'hideTextOnMobile', 'href', 'icon', 'iconPosition', 'iconVariant', 'isFullWidth', 'isFullWidthMobile', 'isIconOnly', 'isLoading', 'name', 'rel', 'size', 'surface', 'target', 'type', 'value', 'variant']
|
|
269
|
+
inputs: ['accAriaLabel', 'disabled', 'download', 'form', 'hideTextOnMobile', 'href', 'icon', 'iconPosition', 'iconVariant', 'isFullWidth', 'isFullWidthMobile', 'isIconOnly', 'isLoading', 'name', 'rel', 'size', 'surface', 'target', 'type', 'value', 'variant'],
|
|
270
|
+
methods: ['setFocus']
|
|
270
271
|
})
|
|
271
272
|
], SpwButton);
|
|
272
273
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwButton, decorators: [{
|
|
@@ -455,11 +456,11 @@ let SpwCheckbox = class SpwCheckbox {
|
|
|
455
456
|
proxyOutputs(this, this.el, ['spwChange']);
|
|
456
457
|
}
|
|
457
458
|
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 }); }
|
|
459
|
+
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
460
|
};
|
|
460
461
|
SpwCheckbox = __decorate([
|
|
461
462
|
ProxyCmp({
|
|
462
|
-
inputs: ['accAriaLabel', 'checked', 'disabled', 'error', 'icon', 'name', 'variant'],
|
|
463
|
+
inputs: ['accAriaLabel', 'checked', 'disabled', 'error', 'icon', 'name', 'value', 'variant'],
|
|
463
464
|
methods: ['toggleCheckedState']
|
|
464
465
|
})
|
|
465
466
|
], SpwCheckbox);
|
|
@@ -470,7 +471,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
470
471
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
471
472
|
template: '<ng-content></ng-content>',
|
|
472
473
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
473
|
-
inputs: ['accAriaLabel', 'checked', 'disabled', 'error', 'icon', 'name', 'variant'],
|
|
474
|
+
inputs: ['accAriaLabel', 'checked', 'disabled', 'error', 'icon', 'name', 'value', 'variant'],
|
|
474
475
|
}]
|
|
475
476
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
476
477
|
let SpwCookies = class SpwCookies {
|
|
@@ -557,11 +558,11 @@ let SpwDropdown = class SpwDropdown {
|
|
|
557
558
|
proxyOutputs(this, this.el, ['spwDropdownOpen', 'spwDropdownClose']);
|
|
558
559
|
}
|
|
559
560
|
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 }); }
|
|
561
|
+
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
562
|
};
|
|
562
563
|
SpwDropdown = __decorate([
|
|
563
564
|
ProxyCmp({
|
|
564
|
-
inputs: ['contentWidth', 'direction', 'hasPadding', 'open'],
|
|
565
|
+
inputs: ['contentWidth', 'direction', 'hasPadding', 'maxHeight', 'open'],
|
|
565
566
|
methods: ['close']
|
|
566
567
|
})
|
|
567
568
|
], SpwDropdown);
|
|
@@ -572,7 +573,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
572
573
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
573
574
|
template: '<ng-content></ng-content>',
|
|
574
575
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
575
|
-
inputs: ['contentWidth', 'direction', 'hasPadding', 'open'],
|
|
576
|
+
inputs: ['contentWidth', 'direction', 'hasPadding', 'maxHeight', 'open'],
|
|
576
577
|
}]
|
|
577
578
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
578
579
|
let SpwDropdownContainer = class SpwDropdownContainer {
|
|
@@ -1163,11 +1164,11 @@ let SpwLink = class SpwLink {
|
|
|
1163
1164
|
proxyOutputs(this, this.el, ['spwClick']);
|
|
1164
1165
|
}
|
|
1165
1166
|
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 }); }
|
|
1167
|
+
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
1168
|
};
|
|
1168
1169
|
SpwLink = __decorate([
|
|
1169
1170
|
ProxyCmp({
|
|
1170
|
-
inputs: ['accAriaLabel', 'disabled', 'href', 'icon', 'iconPosition', 'rel', 'surface', 'target']
|
|
1171
|
+
inputs: ['accAriaLabel', 'disabled', 'download', 'href', 'icon', 'iconPosition', 'rel', 'surface', 'target']
|
|
1171
1172
|
})
|
|
1172
1173
|
], SpwLink);
|
|
1173
1174
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwLink, decorators: [{
|
|
@@ -1177,7 +1178,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1177
1178
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1178
1179
|
template: '<ng-content></ng-content>',
|
|
1179
1180
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1180
|
-
inputs: ['accAriaLabel', 'disabled', 'href', 'icon', 'iconPosition', 'rel', 'surface', 'target'],
|
|
1181
|
+
inputs: ['accAriaLabel', 'disabled', 'download', 'href', 'icon', 'iconPosition', 'rel', 'surface', 'target'],
|
|
1181
1182
|
}]
|
|
1182
1183
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1183
1184
|
let SpwList = class SpwList {
|
|
@@ -2062,11 +2063,11 @@ let SpwTag = class SpwTag {
|
|
|
2062
2063
|
this.el = r.nativeElement;
|
|
2063
2064
|
}
|
|
2064
2065
|
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 }); }
|
|
2066
|
+
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
2067
|
};
|
|
2067
2068
|
SpwTag = __decorate([
|
|
2068
2069
|
ProxyCmp({
|
|
2069
|
-
inputs: ['hasIcon', 'href', 'icon', 'iconVariant', 'size', 'surface', 'target', 'variant']
|
|
2070
|
+
inputs: ['hasIcon', 'href', 'icon', 'iconPosition', 'iconVariant', 'size', 'surface', 'target', 'variant']
|
|
2070
2071
|
})
|
|
2071
2072
|
], SpwTag);
|
|
2072
2073
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwTag, decorators: [{
|
|
@@ -2076,7 +2077,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2076
2077
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2077
2078
|
template: '<ng-content></ng-content>',
|
|
2078
2079
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2079
|
-
inputs: ['hasIcon', 'href', 'icon', 'iconVariant', 'size', 'surface', 'target', 'variant'],
|
|
2080
|
+
inputs: ['hasIcon', 'href', 'icon', 'iconPosition', 'iconVariant', 'size', 'surface', 'target', 'variant'],
|
|
2080
2081
|
}]
|
|
2081
2082
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2082
2083
|
let SpwTextField = class SpwTextField {
|
|
@@ -2376,10 +2377,12 @@ let SpwTocNavigation = class SpwTocNavigation {
|
|
|
2376
2377
|
this.el = r.nativeElement;
|
|
2377
2378
|
}
|
|
2378
2379
|
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 }); }
|
|
2380
|
+
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
2381
|
};
|
|
2381
2382
|
SpwTocNavigation = __decorate([
|
|
2382
|
-
ProxyCmp({
|
|
2383
|
+
ProxyCmp({
|
|
2384
|
+
inputs: ['variant']
|
|
2385
|
+
})
|
|
2383
2386
|
], SpwTocNavigation);
|
|
2384
2387
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwTocNavigation, decorators: [{
|
|
2385
2388
|
type: Component,
|
|
@@ -2388,7 +2391,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2388
2391
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2389
2392
|
template: '<ng-content></ng-content>',
|
|
2390
2393
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2391
|
-
inputs: [],
|
|
2394
|
+
inputs: ['variant'],
|
|
2392
2395
|
}]
|
|
2393
2396
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2394
2397
|
let SpwTooltip = class SpwTooltip {
|