@spw-ds/spw-angular-library 1.10.1-alpha.0 → 1.10.2
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.
|
@@ -231,7 +231,7 @@ export declare class SpwDropdown {
|
|
|
231
231
|
protected el: HTMLSpwDropdownElement;
|
|
232
232
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
233
233
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpwDropdown, never>;
|
|
234
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpwDropdown, "spw-dropdown", never, { "contentWidth": { "alias": "contentWidth"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "hasPadding": { "alias": "hasPadding"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "open": { "alias": "open"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
234
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpwDropdown, "spw-dropdown", never, { "alignment": { "alias": "alignment"; "required": false; }; "contentWidth": { "alias": "contentWidth"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "hasPadding": { "alias": "hasPadding"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "open": { "alias": "open"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
235
235
|
}
|
|
236
236
|
export declare interface SpwDropdown extends Components.SpwDropdown {
|
|
237
237
|
/**
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spw-ds/spw-angular-library",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.2",
|
|
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.
|
|
10
|
+
"@spw-ds/spw-stencil-library": "1.10.2"
|
|
11
11
|
},
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|