@spw-ds/spw-angular-library 1.9.1-alpha.0 → 1.10.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.
|
@@ -136,7 +136,7 @@ export declare class SpwCardImage {
|
|
|
136
136
|
protected el: HTMLSpwCardImageElement;
|
|
137
137
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
138
138
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpwCardImage, never>;
|
|
139
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpwCardImage, "spw-card-image", never, { "imagePosition": { "alias": "imagePosition"; "required": false; }; "label": { "alias": "label"; "required": false; }; "ratio": { "alias": "ratio"; "required": false; }; "ratioDesktop": { "alias": "ratioDesktop"; "required": false; }; "ratioMobile": { "alias": "ratioMobile"; "required": false; }; "ratioTablet": { "alias": "ratioTablet"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
139
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpwCardImage, "spw-card-image", never, { "imageFit": { "alias": "imageFit"; "required": false; }; "imagePosition": { "alias": "imagePosition"; "required": false; }; "label": { "alias": "label"; "required": false; }; "ratio": { "alias": "ratio"; "required": false; }; "ratioDesktop": { "alias": "ratioDesktop"; "required": false; }; "ratioMobile": { "alias": "ratioMobile"; "required": false; }; "ratioTablet": { "alias": "ratioTablet"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
140
140
|
}
|
|
141
141
|
export declare interface SpwCardImage extends Components.SpwCardImage {
|
|
142
142
|
}
|
|
@@ -718,7 +718,7 @@ export declare class SpwSlider {
|
|
|
718
718
|
protected el: HTMLSpwSliderElement;
|
|
719
719
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
720
720
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpwSlider, never>;
|
|
721
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpwSlider, "spw-slider", never, { "arrowsPosition": { "alias": "arrowsPosition"; "required": false; }; "autoplayEnabled": { "alias": "autoplayEnabled"; "required": false; }; "autoplayInterval": { "alias": "autoplayInterval"; "required": false; }; "autoplayText": { "alias": "autoplayText"; "required": false; }; "hasFixedHeight": { "alias": "hasFixedHeight"; "required": false; }; "nextSlideText": { "alias": "nextSlideText"; "required": false; }; "previousSlideText": { "alias": "previousSlideText"; "required": false; }; "showArrows": { "alias": "showArrows"; "required": false; }; "showAutoplayToggle": { "alias": "showAutoplayToggle"; "required": false; }; "showDots": { "alias": "showDots"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
721
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpwSlider, "spw-slider", never, { "accAriaLabel": { "alias": "accAriaLabel"; "required": false; }; "arrowsPosition": { "alias": "arrowsPosition"; "required": false; }; "autoplayEnabled": { "alias": "autoplayEnabled"; "required": false; }; "autoplayInterval": { "alias": "autoplayInterval"; "required": false; }; "autoplayText": { "alias": "autoplayText"; "required": false; }; "hasFixedHeight": { "alias": "hasFixedHeight"; "required": false; }; "nextSlideText": { "alias": "nextSlideText"; "required": false; }; "previousSlideText": { "alias": "previousSlideText"; "required": false; }; "showArrows": { "alias": "showArrows"; "required": false; }; "showAutoplayToggle": { "alias": "showAutoplayToggle"; "required": false; }; "showDots": { "alias": "showDots"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
722
722
|
}
|
|
723
723
|
export declare interface SpwSlider extends Components.SpwSlider {
|
|
724
724
|
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spw-ds/spw-angular-library",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.10.0",
|
|
4
4
|
"description": "Design System du SPW. Librairie Angular.",
|
|
5
5
|
"readme": "../../../../README.md",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@angular/common": ">=18.0.0",
|
|
8
8
|
"@angular/core": ">=18.0.0",
|
|
9
9
|
"@angular/forms": ">=18.0.0",
|
|
10
|
-
"@spw-ds/spw-stencil-library": "1.
|
|
10
|
+
"@spw-ds/spw-stencil-library": "1.10.0"
|
|
11
11
|
},
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|