@scania/tegel-angular-17 1.23.0-value-prop.beta.1 → 1.23.0-value-prop.beta.3
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.
|
@@ -528,7 +528,7 @@ export declare class TdsLink {
|
|
|
528
528
|
protected el: HTMLElement;
|
|
529
529
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
530
530
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdsLink, never>;
|
|
531
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdsLink, "tds-link", never, { "disabled": { "alias": "disabled"; "required": false; }; "underline": { "alias": "underline"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
531
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdsLink, "tds-link", never, { "disabled": { "alias": "disabled"; "required": false; }; "standalone": { "alias": "standalone"; "required": false; }; "underline": { "alias": "underline"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
532
532
|
}
|
|
533
533
|
export declare interface TdsLink extends Components.TdsLink {
|
|
534
534
|
}
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scania/tegel-angular-17",
|
|
3
|
-
"version": "1.23.0-value-prop.beta.
|
|
3
|
+
"version": "1.23.0-value-prop.beta.3",
|
|
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": "1.23.0-value-prop.beta.
|
|
8
|
+
"@scania/tegel": "1.23.0-value-prop.beta.3"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"tslib": "^2.3.0"
|