@scania/tegel-angular-17 1.28.0 → 1.28.1-tegelmodule.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.
|
@@ -777,7 +777,7 @@ export declare class TdsStepper {
|
|
|
777
777
|
protected el: HTMLElement;
|
|
778
778
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
779
779
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdsStepper, never>;
|
|
780
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdsStepper, "tds-stepper", never, { "
|
|
780
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdsStepper, "tds-stepper", never, { "hideLabels": { "alias": "hideLabels"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "size": { "alias": "size"; "required": false; }; "stepperId": { "alias": "stepperId"; "required": false; }; "tdsAriaLabel": { "alias": "tdsAriaLabel"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
781
781
|
}
|
|
782
782
|
export declare interface TdsStepper extends Components.TdsStepper {
|
|
783
783
|
}
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scania/tegel-angular-17",
|
|
3
|
-
"version": "1.28.0",
|
|
3
|
+
"version": "1.28.1-tegelmodule.0",
|
|
4
4
|
"description": "Angular wrappers for Tegel package using Angular 17 and above",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": ">=17.0.0",
|
|
7
7
|
"@angular/core": ">=17.0.0",
|
|
8
|
-
"@scania/tegel": "
|
|
8
|
+
"@scania/tegel": "1.28.1-tegelmodule.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"tslib": "^2.3.0"
|