@spw-ds/spw-angular-library 1.2.8 → 1.3.1
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.
- package/fesm2022/spw-ds-spw-angular-library.mjs +154 -31
- package/fesm2022/spw-ds-spw-angular-library.mjs.map +1 -1
- package/lib/spw-design-system-directives.module.d.ts +1 -1
- package/lib/stencil-generated/components.d.ts +66 -9
- package/lib/stencil-generated/index.d.ts +1 -1
- package/package.json +6 -5
|
@@ -69,10 +69,12 @@ let SpwAccordion = class SpwAccordion {
|
|
|
69
69
|
this.el = r.nativeElement;
|
|
70
70
|
}
|
|
71
71
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
72
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwAccordion, isStandalone: true, selector: "spw-accordion", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
72
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwAccordion, isStandalone: true, selector: "spw-accordion", inputs: { background: "background" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
73
73
|
};
|
|
74
74
|
SpwAccordion = __decorate([
|
|
75
|
-
ProxyCmp({
|
|
75
|
+
ProxyCmp({
|
|
76
|
+
inputs: ['background']
|
|
77
|
+
})
|
|
76
78
|
], SpwAccordion);
|
|
77
79
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwAccordion, decorators: [{
|
|
78
80
|
type: Component,
|
|
@@ -81,7 +83,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
81
83
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
82
84
|
template: '<ng-content></ng-content>',
|
|
83
85
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
84
|
-
inputs: [],
|
|
86
|
+
inputs: ['background'],
|
|
85
87
|
}]
|
|
86
88
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
87
89
|
let SpwAccordionContent = class SpwAccordionContent {
|
|
@@ -307,11 +309,11 @@ let SpwCardImage = class SpwCardImage {
|
|
|
307
309
|
this.el = r.nativeElement;
|
|
308
310
|
}
|
|
309
311
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwCardImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
310
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwCardImage, isStandalone: true, selector: "spw-card-image", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
312
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwCardImage, isStandalone: true, selector: "spw-card-image", inputs: { label: "label", ratio: "ratio" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
311
313
|
};
|
|
312
314
|
SpwCardImage = __decorate([
|
|
313
315
|
ProxyCmp({
|
|
314
|
-
inputs: ['label']
|
|
316
|
+
inputs: ['label', 'ratio']
|
|
315
317
|
})
|
|
316
318
|
], SpwCardImage);
|
|
317
319
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwCardImage, decorators: [{
|
|
@@ -321,7 +323,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
321
323
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
322
324
|
template: '<ng-content></ng-content>',
|
|
323
325
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
324
|
-
inputs: ['label'],
|
|
326
|
+
inputs: ['label', 'ratio'],
|
|
325
327
|
}]
|
|
326
328
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
327
329
|
let SpwCardSubtagItem = class SpwCardSubtagItem {
|
|
@@ -485,7 +487,7 @@ let SpwDatePicker = class SpwDatePicker {
|
|
|
485
487
|
SpwDatePicker = __decorate([
|
|
486
488
|
ProxyCmp({
|
|
487
489
|
inputs: ['assistiveText', 'dateFormat', 'disabled', 'disabledDates', 'disabledDays', 'error', 'hint', 'isStart', 'label', 'maxDate', 'minDate', 'name', 'placeholder', 'position', 'range', 'rangeId', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'success', 'value', 'warning'],
|
|
488
|
-
methods: ['open', 'close', 'setDate', 'getDate', 'getRange', 'updateConstraints', 'resetInput']
|
|
490
|
+
methods: ['open', 'close', 'setDate', 'getDate', 'getRange', 'updateConstraints', 'resetInput', 'resetConstraints']
|
|
489
491
|
})
|
|
490
492
|
], SpwDatePicker);
|
|
491
493
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwDatePicker, decorators: [{
|
|
@@ -674,11 +676,11 @@ let SpwFooterBottom = class SpwFooterBottom {
|
|
|
674
676
|
this.el = r.nativeElement;
|
|
675
677
|
}
|
|
676
678
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwFooterBottom, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
677
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwFooterBottom, isStandalone: true, selector: "spw-footer-bottom", inputs: { siteTitle: "siteTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
679
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwFooterBottom, isStandalone: true, selector: "spw-footer-bottom", inputs: { hasWallonieLogo: "hasWallonieLogo", siteTitle: "siteTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
678
680
|
};
|
|
679
681
|
SpwFooterBottom = __decorate([
|
|
680
682
|
ProxyCmp({
|
|
681
|
-
inputs: ['siteTitle']
|
|
683
|
+
inputs: ['hasWallonieLogo', 'siteTitle']
|
|
682
684
|
})
|
|
683
685
|
], SpwFooterBottom);
|
|
684
686
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwFooterBottom, decorators: [{
|
|
@@ -688,7 +690,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
688
690
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
689
691
|
template: '<ng-content></ng-content>',
|
|
690
692
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
691
|
-
inputs: ['siteTitle'],
|
|
693
|
+
inputs: ['hasWallonieLogo', 'siteTitle'],
|
|
692
694
|
}]
|
|
693
695
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
694
696
|
let SpwFooterContent = class SpwFooterContent {
|
|
@@ -744,11 +746,11 @@ let SpwFooterLink = class SpwFooterLink {
|
|
|
744
746
|
this.el = r.nativeElement;
|
|
745
747
|
}
|
|
746
748
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwFooterLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
747
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwFooterLink, isStandalone: true, selector: "spw-footer-link", inputs: { href: "href", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
749
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwFooterLink, isStandalone: true, selector: "spw-footer-link", inputs: { href: "href", linkTitle: "linkTitle", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
748
750
|
};
|
|
749
751
|
SpwFooterLink = __decorate([
|
|
750
752
|
ProxyCmp({
|
|
751
|
-
inputs: ['href', 'target']
|
|
753
|
+
inputs: ['href', 'linkTitle', 'target']
|
|
752
754
|
})
|
|
753
755
|
], SpwFooterLink);
|
|
754
756
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwFooterLink, decorators: [{
|
|
@@ -758,7 +760,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
758
760
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
759
761
|
template: '<ng-content></ng-content>',
|
|
760
762
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
761
|
-
inputs: ['href', 'target'],
|
|
763
|
+
inputs: ['href', 'linkTitle', 'target'],
|
|
762
764
|
}]
|
|
763
765
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
764
766
|
let SpwGrid = class SpwGrid {
|
|
@@ -840,11 +842,11 @@ let SpwHeader = class SpwHeader {
|
|
|
840
842
|
this.el = r.nativeElement;
|
|
841
843
|
}
|
|
842
844
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
843
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwHeader, isStandalone: true, selector: "spw-header", inputs: { borderColor: "borderColor", hasMaWallonie: "hasMaWallonie", hasSearch: "hasSearch", hasWallonieBe: "hasWallonieBe", hasWallonieLogo: "hasWallonieLogo", maWallonieLabel: "maWallonieLabel", maWallonieLink: "maWallonieLink", menuCloseLabel: "menuCloseLabel", menuOpenLabel: "menuOpenLabel", searchCloseLabel: "searchCloseLabel", searchOpenLabel: "searchOpenLabel", siteTitle: "siteTitle", wallonieBeLabel: "wallonieBeLabel", wallonieBeLink: "wallonieBeLink" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
845
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwHeader, isStandalone: true, selector: "spw-header", inputs: { borderColor: "borderColor", hasMaWallonie: "hasMaWallonie", hasSearch: "hasSearch", hasWallonieBe: "hasWallonieBe", hasWallonieLogo: "hasWallonieLogo", maWallonieLabel: "maWallonieLabel", maWallonieLink: "maWallonieLink", menuCloseLabel: "menuCloseLabel", menuOpenLabel: "menuOpenLabel", searchCloseLabel: "searchCloseLabel", searchDirectHref: "searchDirectHref", searchDirectTarget: "searchDirectTarget", searchOpenLabel: "searchOpenLabel", searchType: "searchType", siteTitle: "siteTitle", wallonieBeLabel: "wallonieBeLabel", wallonieBeLink: "wallonieBeLink" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
844
846
|
};
|
|
845
847
|
SpwHeader = __decorate([
|
|
846
848
|
ProxyCmp({
|
|
847
|
-
inputs: ['borderColor', 'hasMaWallonie', 'hasSearch', 'hasWallonieBe', 'hasWallonieLogo', 'maWallonieLabel', 'maWallonieLink', 'menuCloseLabel', 'menuOpenLabel', 'searchCloseLabel', 'searchOpenLabel', 'siteTitle', 'wallonieBeLabel', 'wallonieBeLink']
|
|
849
|
+
inputs: ['borderColor', 'hasMaWallonie', 'hasSearch', 'hasWallonieBe', 'hasWallonieLogo', 'maWallonieLabel', 'maWallonieLink', 'menuCloseLabel', 'menuOpenLabel', 'searchCloseLabel', 'searchDirectHref', 'searchDirectTarget', 'searchOpenLabel', 'searchType', 'siteTitle', 'wallonieBeLabel', 'wallonieBeLink']
|
|
848
850
|
})
|
|
849
851
|
], SpwHeader);
|
|
850
852
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwHeader, decorators: [{
|
|
@@ -854,7 +856,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
854
856
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
855
857
|
template: '<ng-content></ng-content>',
|
|
856
858
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
857
|
-
inputs: ['borderColor', 'hasMaWallonie', 'hasSearch', 'hasWallonieBe', 'hasWallonieLogo', 'maWallonieLabel', 'maWallonieLink', 'menuCloseLabel', 'menuOpenLabel', 'searchCloseLabel', 'searchOpenLabel', 'siteTitle', 'wallonieBeLabel', 'wallonieBeLink'],
|
|
859
|
+
inputs: ['borderColor', 'hasMaWallonie', 'hasSearch', 'hasWallonieBe', 'hasWallonieLogo', 'maWallonieLabel', 'maWallonieLink', 'menuCloseLabel', 'menuOpenLabel', 'searchCloseLabel', 'searchDirectHref', 'searchDirectTarget', 'searchOpenLabel', 'searchType', 'siteTitle', 'wallonieBeLabel', 'wallonieBeLink'],
|
|
858
860
|
}]
|
|
859
861
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
860
862
|
let SpwHeaderLang = class SpwHeaderLang {
|
|
@@ -910,11 +912,11 @@ let SpwHeaderNavigation = class SpwHeaderNavigation {
|
|
|
910
912
|
this.el = r.nativeElement;
|
|
911
913
|
}
|
|
912
914
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwHeaderNavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
913
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwHeaderNavigation, isStandalone: true, selector: "spw-header-navigation", inputs: { alignment: "alignment" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
915
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwHeaderNavigation, isStandalone: true, selector: "spw-header-navigation", inputs: { alignment: "alignment", extraButton: "extraButton", extraButtonHref: "extraButtonHref", extraButtonIcon: "extraButtonIcon", extraButtonTarget: "extraButtonTarget", extraButtonText: "extraButtonText", extraButtonVariant: "extraButtonVariant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
914
916
|
};
|
|
915
917
|
SpwHeaderNavigation = __decorate([
|
|
916
918
|
ProxyCmp({
|
|
917
|
-
inputs: ['alignment']
|
|
919
|
+
inputs: ['alignment', 'extraButton', 'extraButtonHref', 'extraButtonIcon', 'extraButtonTarget', 'extraButtonText', 'extraButtonVariant']
|
|
918
920
|
})
|
|
919
921
|
], SpwHeaderNavigation);
|
|
920
922
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwHeaderNavigation, decorators: [{
|
|
@@ -924,7 +926,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
924
926
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
925
927
|
template: '<ng-content></ng-content>',
|
|
926
928
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
927
|
-
inputs: ['alignment'],
|
|
929
|
+
inputs: ['alignment', 'extraButton', 'extraButtonHref', 'extraButtonIcon', 'extraButtonTarget', 'extraButtonText', 'extraButtonVariant'],
|
|
928
930
|
}]
|
|
929
931
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
930
932
|
let SpwHeaderNavigationDropdown = class SpwHeaderNavigationDropdown {
|
|
@@ -1029,11 +1031,11 @@ let SpwHero = class SpwHero {
|
|
|
1029
1031
|
this.el = r.nativeElement;
|
|
1030
1032
|
}
|
|
1031
1033
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwHero, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1032
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwHero, isStandalone: true, selector: "spw-hero", inputs: { alignment: "alignment", hasPictureFull: "hasPictureFull", hasVideo: "hasVideo", imageAlt: "imageAlt", imageSrc: "imageSrc", modalVideoId: "modalVideoId", overlayOpacity: "overlayOpacity", surface: "surface", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1034
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwHero, isStandalone: true, selector: "spw-hero", inputs: { alignment: "alignment", hasPictureFull: "hasPictureFull", hasRadius: "hasRadius", hasShadow: "hasShadow", hasVideo: "hasVideo", imageAlt: "imageAlt", imageSrc: "imageSrc", modalVideoId: "modalVideoId", overlayColor: "overlayColor", overlayOpacity: "overlayOpacity", surface: "surface", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1033
1035
|
};
|
|
1034
1036
|
SpwHero = __decorate([
|
|
1035
1037
|
ProxyCmp({
|
|
1036
|
-
inputs: ['alignment', 'hasPictureFull', 'hasVideo', 'imageAlt', 'imageSrc', 'modalVideoId', 'overlayOpacity', 'surface', 'variant']
|
|
1038
|
+
inputs: ['alignment', 'hasPictureFull', 'hasRadius', 'hasShadow', 'hasVideo', 'imageAlt', 'imageSrc', 'modalVideoId', 'overlayColor', 'overlayOpacity', 'surface', 'variant']
|
|
1037
1039
|
})
|
|
1038
1040
|
], SpwHero);
|
|
1039
1041
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwHero, decorators: [{
|
|
@@ -1043,7 +1045,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
1043
1045
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1044
1046
|
template: '<ng-content></ng-content>',
|
|
1045
1047
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1046
|
-
inputs: ['alignment', 'hasPictureFull', 'hasVideo', 'imageAlt', 'imageSrc', 'modalVideoId', 'overlayOpacity', 'surface', 'variant'],
|
|
1048
|
+
inputs: ['alignment', 'hasPictureFull', 'hasRadius', 'hasShadow', 'hasVideo', 'imageAlt', 'imageSrc', 'modalVideoId', 'overlayColor', 'overlayOpacity', 'surface', 'variant'],
|
|
1047
1049
|
}]
|
|
1048
1050
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1049
1051
|
let SpwIcon = class SpwIcon {
|
|
@@ -1611,11 +1613,11 @@ let SpwSlider = class SpwSlider {
|
|
|
1611
1613
|
this.el = r.nativeElement;
|
|
1612
1614
|
}
|
|
1613
1615
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1614
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwSlider, isStandalone: true, selector: "spw-slider", inputs: { showArrows: "showArrows", showDots: "showDots" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1616
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwSlider, isStandalone: true, selector: "spw-slider", inputs: { arrowsPosition: "arrowsPosition", autoplayEnabled: "autoplayEnabled", autoplayInterval: "autoplayInterval", autoplayText: "autoplayText", showArrows: "showArrows", showAutoplayToggle: "showAutoplayToggle", showDots: "showDots" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1615
1617
|
};
|
|
1616
1618
|
SpwSlider = __decorate([
|
|
1617
1619
|
ProxyCmp({
|
|
1618
|
-
inputs: ['showArrows', 'showDots']
|
|
1620
|
+
inputs: ['arrowsPosition', 'autoplayEnabled', 'autoplayInterval', 'autoplayText', 'showArrows', 'showAutoplayToggle', 'showDots']
|
|
1619
1621
|
})
|
|
1620
1622
|
], SpwSlider);
|
|
1621
1623
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSlider, decorators: [{
|
|
@@ -1625,7 +1627,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
1625
1627
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1626
1628
|
template: '<ng-content></ng-content>',
|
|
1627
1629
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1628
|
-
inputs: ['showArrows', 'showDots'],
|
|
1630
|
+
inputs: ['arrowsPosition', 'autoplayEnabled', 'autoplayInterval', 'autoplayText', 'showArrows', 'showAutoplayToggle', 'showDots'],
|
|
1629
1631
|
}]
|
|
1630
1632
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1631
1633
|
let SpwSliderItem = class SpwSliderItem {
|
|
@@ -1679,14 +1681,14 @@ let SpwTable = class SpwTable {
|
|
|
1679
1681
|
this.z = z;
|
|
1680
1682
|
c.detach();
|
|
1681
1683
|
this.el = r.nativeElement;
|
|
1682
|
-
proxyOutputs(this, this.el, ['spwSort']);
|
|
1684
|
+
proxyOutputs(this, this.el, ['spwSort', 'spwResize']);
|
|
1683
1685
|
}
|
|
1684
1686
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1685
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTable, isStandalone: true, selector: "spw-table", inputs: { accAriaLabel: "accAriaLabel", currentSort: "currentSort", disableSort: "disableSort", isSticky: "isSticky", isZebra: "isZebra", maxHeight: "maxHeight", minWidth: "minWidth", tableLayout: "tableLayout" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1687
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTable, isStandalone: true, selector: "spw-table", inputs: { accAriaLabel: "accAriaLabel", currentSort: "currentSort", disableSort: "disableSort", isSticky: "isSticky", isZebra: "isZebra", maxHeight: "maxHeight", minHeight: "minHeight", minWidth: "minWidth", resizable: "resizable", tableLayout: "tableLayout" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1686
1688
|
};
|
|
1687
1689
|
SpwTable = __decorate([
|
|
1688
1690
|
ProxyCmp({
|
|
1689
|
-
inputs: ['accAriaLabel', 'currentSort', 'disableSort', 'isSticky', 'isZebra', 'maxHeight', 'minWidth', 'tableLayout']
|
|
1691
|
+
inputs: ['accAriaLabel', 'currentSort', 'disableSort', 'isSticky', 'isZebra', 'maxHeight', 'minHeight', 'minWidth', 'resizable', 'tableLayout']
|
|
1690
1692
|
})
|
|
1691
1693
|
], SpwTable);
|
|
1692
1694
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTable, decorators: [{
|
|
@@ -1696,7 +1698,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
1696
1698
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1697
1699
|
template: '<ng-content></ng-content>',
|
|
1698
1700
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1699
|
-
inputs: ['accAriaLabel', 'currentSort', 'disableSort', 'isSticky', 'isZebra', 'maxHeight', 'minWidth', 'tableLayout'],
|
|
1701
|
+
inputs: ['accAriaLabel', 'currentSort', 'disableSort', 'isSticky', 'isZebra', 'maxHeight', 'minHeight', 'minWidth', 'resizable', 'tableLayout'],
|
|
1700
1702
|
}]
|
|
1701
1703
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1702
1704
|
let SpwTableBody = class SpwTableBody {
|
|
@@ -1748,6 +1750,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
1748
1750
|
inputs: ['colspan', 'headers', 'isHighlighted', 'padding', 'rowspan', 'state', 'sticky', 'stickyOffset', 'stickyPosition', 'textAlign', 'verticalAlign', 'width'],
|
|
1749
1751
|
}]
|
|
1750
1752
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1753
|
+
let SpwTableContainer = class SpwTableContainer {
|
|
1754
|
+
constructor(c, r, z) {
|
|
1755
|
+
this.z = z;
|
|
1756
|
+
c.detach();
|
|
1757
|
+
this.el = r.nativeElement;
|
|
1758
|
+
}
|
|
1759
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTableContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1760
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTableContainer, isStandalone: true, selector: "spw-table-container", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1761
|
+
};
|
|
1762
|
+
SpwTableContainer = __decorate([
|
|
1763
|
+
ProxyCmp({})
|
|
1764
|
+
], SpwTableContainer);
|
|
1765
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTableContainer, decorators: [{
|
|
1766
|
+
type: Component,
|
|
1767
|
+
args: [{
|
|
1768
|
+
selector: 'spw-table-container',
|
|
1769
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1770
|
+
template: '<ng-content></ng-content>',
|
|
1771
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1772
|
+
inputs: [],
|
|
1773
|
+
}]
|
|
1774
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1751
1775
|
let SpwTableFooter = class SpwTableFooter {
|
|
1752
1776
|
constructor(c, r, z) {
|
|
1753
1777
|
this.z = z;
|
|
@@ -1841,6 +1865,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
1841
1865
|
inputs: ['padding', 'state'],
|
|
1842
1866
|
}]
|
|
1843
1867
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1868
|
+
let SpwTableSidebar = class SpwTableSidebar {
|
|
1869
|
+
constructor(c, r, z) {
|
|
1870
|
+
this.z = z;
|
|
1871
|
+
c.detach();
|
|
1872
|
+
this.el = r.nativeElement;
|
|
1873
|
+
proxyOutputs(this, this.el, ['sidebarReset']);
|
|
1874
|
+
}
|
|
1875
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTableSidebar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1876
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTableSidebar, isStandalone: true, selector: "spw-table-sidebar", inputs: { defaultExpanded: "defaultExpanded", hasReset: "hasReset", resetIcon: "resetIcon", sidebarIcon: "sidebarIcon", sidebarTitle: "sidebarTitle", sidebarWidth: "sidebarWidth" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1877
|
+
};
|
|
1878
|
+
SpwTableSidebar = __decorate([
|
|
1879
|
+
ProxyCmp({
|
|
1880
|
+
inputs: ['defaultExpanded', 'hasReset', 'resetIcon', 'sidebarIcon', 'sidebarTitle', 'sidebarWidth']
|
|
1881
|
+
})
|
|
1882
|
+
], SpwTableSidebar);
|
|
1883
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTableSidebar, decorators: [{
|
|
1884
|
+
type: Component,
|
|
1885
|
+
args: [{
|
|
1886
|
+
selector: 'spw-table-sidebar',
|
|
1887
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1888
|
+
template: '<ng-content></ng-content>',
|
|
1889
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1890
|
+
inputs: ['defaultExpanded', 'hasReset', 'resetIcon', 'sidebarIcon', 'sidebarTitle', 'sidebarWidth'],
|
|
1891
|
+
}]
|
|
1892
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1844
1893
|
let SpwTabs = class SpwTabs {
|
|
1845
1894
|
constructor(c, r, z) {
|
|
1846
1895
|
this.z = z;
|
|
@@ -2105,6 +2154,75 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
2105
2154
|
inputs: [],
|
|
2106
2155
|
}]
|
|
2107
2156
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2157
|
+
let SpwToc = class SpwToc {
|
|
2158
|
+
constructor(c, r, z) {
|
|
2159
|
+
this.z = z;
|
|
2160
|
+
c.detach();
|
|
2161
|
+
this.el = r.nativeElement;
|
|
2162
|
+
}
|
|
2163
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwToc, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2164
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwToc, isStandalone: true, selector: "spw-toc", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2165
|
+
};
|
|
2166
|
+
SpwToc = __decorate([
|
|
2167
|
+
ProxyCmp({})
|
|
2168
|
+
], SpwToc);
|
|
2169
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwToc, decorators: [{
|
|
2170
|
+
type: Component,
|
|
2171
|
+
args: [{
|
|
2172
|
+
selector: 'spw-toc',
|
|
2173
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2174
|
+
template: '<ng-content></ng-content>',
|
|
2175
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2176
|
+
inputs: [],
|
|
2177
|
+
}]
|
|
2178
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2179
|
+
let SpwTocContainer = class SpwTocContainer {
|
|
2180
|
+
constructor(c, r, z) {
|
|
2181
|
+
this.z = z;
|
|
2182
|
+
c.detach();
|
|
2183
|
+
this.el = r.nativeElement;
|
|
2184
|
+
proxyOutputs(this, this.el, ['tocItemsChanged']);
|
|
2185
|
+
}
|
|
2186
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTocContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2187
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTocContainer, isStandalone: true, selector: "spw-toc-container", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2188
|
+
};
|
|
2189
|
+
SpwTocContainer = __decorate([
|
|
2190
|
+
ProxyCmp({
|
|
2191
|
+
methods: ['getItems']
|
|
2192
|
+
})
|
|
2193
|
+
], SpwTocContainer);
|
|
2194
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTocContainer, decorators: [{
|
|
2195
|
+
type: Component,
|
|
2196
|
+
args: [{
|
|
2197
|
+
selector: 'spw-toc-container',
|
|
2198
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2199
|
+
template: '<ng-content></ng-content>',
|
|
2200
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2201
|
+
inputs: [],
|
|
2202
|
+
}]
|
|
2203
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2204
|
+
let SpwTocNavigation = class SpwTocNavigation {
|
|
2205
|
+
constructor(c, r, z) {
|
|
2206
|
+
this.z = z;
|
|
2207
|
+
c.detach();
|
|
2208
|
+
this.el = r.nativeElement;
|
|
2209
|
+
}
|
|
2210
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTocNavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2211
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTocNavigation, isStandalone: true, selector: "spw-toc-navigation", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2212
|
+
};
|
|
2213
|
+
SpwTocNavigation = __decorate([
|
|
2214
|
+
ProxyCmp({})
|
|
2215
|
+
], SpwTocNavigation);
|
|
2216
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTocNavigation, decorators: [{
|
|
2217
|
+
type: Component,
|
|
2218
|
+
args: [{
|
|
2219
|
+
selector: 'spw-toc-navigation',
|
|
2220
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2221
|
+
template: '<ng-content></ng-content>',
|
|
2222
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2223
|
+
inputs: [],
|
|
2224
|
+
}]
|
|
2225
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2108
2226
|
let SpwTooltip = class SpwTooltip {
|
|
2109
2227
|
constructor(c, r, z) {
|
|
2110
2228
|
this.z = z;
|
|
@@ -2274,10 +2392,12 @@ const DIRECTIVES = [
|
|
|
2274
2392
|
SpwTable,
|
|
2275
2393
|
SpwTableBody,
|
|
2276
2394
|
SpwTableCell,
|
|
2395
|
+
SpwTableContainer,
|
|
2277
2396
|
SpwTableFooter,
|
|
2278
2397
|
SpwTableHead,
|
|
2279
2398
|
SpwTableHeader,
|
|
2280
2399
|
SpwTableRow,
|
|
2400
|
+
SpwTableSidebar,
|
|
2281
2401
|
SpwTabs,
|
|
2282
2402
|
SpwTabsContent,
|
|
2283
2403
|
SpwTabsNavigation,
|
|
@@ -2289,6 +2409,9 @@ const DIRECTIVES = [
|
|
|
2289
2409
|
SpwTile,
|
|
2290
2410
|
SpwTileDescription,
|
|
2291
2411
|
SpwTileTitle,
|
|
2412
|
+
SpwToc,
|
|
2413
|
+
SpwTocContainer,
|
|
2414
|
+
SpwTocNavigation,
|
|
2292
2415
|
SpwTooltip,
|
|
2293
2416
|
SpwTopbar,
|
|
2294
2417
|
SpwWizard,
|
|
@@ -2297,7 +2420,7 @@ const DIRECTIVES = [
|
|
|
2297
2420
|
|
|
2298
2421
|
class SpwDesignSystemDirectivesModule {
|
|
2299
2422
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwDesignSystemDirectivesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2300
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.11", ngImport: i0, type: SpwDesignSystemDirectivesModule, imports: [SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwDropdown, SpwDropdownContainer, SpwDropdownItem, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGrid, SpwGridItem, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderLangItem, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIllustration, SpwIodda, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwSearchField, SpwSelect, SpwSeparator, SpwSidebar, SpwSidebarNavigationDropdown, SpwSidebarNavigationItem, SpwSidebarNavigationSeparator, SpwSkeleton, SpwSlider, SpwSliderItem, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableFooter, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwTooltip, SpwTopbar, SpwWizard, SpwWizardItem], exports: [SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwDropdown, SpwDropdownContainer, SpwDropdownItem, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGrid, SpwGridItem, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderLangItem, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIllustration, SpwIodda, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwSearchField, SpwSelect, SpwSeparator, SpwSidebar, SpwSidebarNavigationDropdown, SpwSidebarNavigationItem, SpwSidebarNavigationSeparator, SpwSkeleton, SpwSlider, SpwSliderItem, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableFooter, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwTooltip, SpwTopbar, SpwWizard, SpwWizardItem] }); }
|
|
2423
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.11", ngImport: i0, type: SpwDesignSystemDirectivesModule, imports: [SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwDropdown, SpwDropdownContainer, SpwDropdownItem, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGrid, SpwGridItem, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderLangItem, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIllustration, SpwIodda, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwSearchField, SpwSelect, SpwSeparator, SpwSidebar, SpwSidebarNavigationDropdown, SpwSidebarNavigationItem, SpwSidebarNavigationSeparator, SpwSkeleton, SpwSlider, SpwSliderItem, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableContainer, SpwTableFooter, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTableSidebar, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwToc, SpwTocContainer, SpwTocNavigation, SpwTooltip, SpwTopbar, SpwWizard, SpwWizardItem], exports: [SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwDropdown, SpwDropdownContainer, SpwDropdownItem, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGrid, SpwGridItem, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderLangItem, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIllustration, SpwIodda, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwSearchField, SpwSelect, SpwSeparator, SpwSidebar, SpwSidebarNavigationDropdown, SpwSidebarNavigationItem, SpwSidebarNavigationSeparator, SpwSkeleton, SpwSlider, SpwSliderItem, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableContainer, SpwTableFooter, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTableSidebar, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwToc, SpwTocContainer, SpwTocNavigation, SpwTooltip, SpwTopbar, SpwWizard, SpwWizardItem] }); }
|
|
2301
2424
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwDesignSystemDirectivesModule }); }
|
|
2302
2425
|
}
|
|
2303
2426
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwDesignSystemDirectivesModule, decorators: [{
|
|
@@ -2338,5 +2461,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
2338
2461
|
* Generated bundle index. Do not edit.
|
|
2339
2462
|
*/
|
|
2340
2463
|
|
|
2341
|
-
export { SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwDesignSystemDirectivesModule, SpwDesignSystemModule, SpwDropdown, SpwDropdownContainer, SpwDropdownItem, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGrid, SpwGridItem, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderLangItem, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIllustration, SpwIodda, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwSearchField, SpwSelect, SpwSeparator, SpwSidebar, SpwSidebarNavigationDropdown, SpwSidebarNavigationItem, SpwSidebarNavigationSeparator, SpwSkeleton, SpwSlider, SpwSliderItem, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableFooter, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwTooltip, SpwTopbar, SpwWizard, SpwWizardItem };
|
|
2464
|
+
export { SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwDesignSystemDirectivesModule, SpwDesignSystemModule, SpwDropdown, SpwDropdownContainer, SpwDropdownItem, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGrid, SpwGridItem, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderLangItem, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIllustration, SpwIodda, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwSearchField, SpwSelect, SpwSeparator, SpwSidebar, SpwSidebarNavigationDropdown, SpwSidebarNavigationItem, SpwSidebarNavigationSeparator, SpwSkeleton, SpwSlider, SpwSliderItem, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableContainer, SpwTableFooter, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTableSidebar, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwToc, SpwTocContainer, SpwTocNavigation, SpwTooltip, SpwTopbar, SpwWizard, SpwWizardItem };
|
|
2342
2465
|
//# sourceMappingURL=spw-ds-spw-angular-library.mjs.map
|