@scania/tegel-angular-17 1.44.0 → 1.44.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.
|
@@ -153,7 +153,7 @@ export declare interface TdsChip extends Components.TdsChip {
|
|
|
153
153
|
*/
|
|
154
154
|
tdsChange: EventEmitter<CustomEvent<{
|
|
155
155
|
chipId: string;
|
|
156
|
-
value: string;
|
|
156
|
+
value: string | undefined;
|
|
157
157
|
checked?: boolean;
|
|
158
158
|
}>>;
|
|
159
159
|
/**
|
|
@@ -221,7 +221,7 @@ export declare interface TdsDropdown extends Components.TdsDropdown {
|
|
|
221
221
|
* Change event for the Dropdown.
|
|
222
222
|
*/
|
|
223
223
|
tdsChange: EventEmitter<CustomEvent<{
|
|
224
|
-
name: string;
|
|
224
|
+
name: string | undefined;
|
|
225
225
|
value: string | null;
|
|
226
226
|
}>>;
|
|
227
227
|
/**
|
|
@@ -632,7 +632,7 @@ export declare interface TdsRadioButton extends Components.TdsRadioButton {
|
|
|
632
632
|
*/
|
|
633
633
|
tdsChange: EventEmitter<CustomEvent<{
|
|
634
634
|
radioId: string;
|
|
635
|
-
value: string;
|
|
635
|
+
value: string | undefined;
|
|
636
636
|
}>>;
|
|
637
637
|
}
|
|
638
638
|
export declare class TdsSideMenu {
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scania/tegel-angular-17",
|
|
3
|
-
"version": "1.44.
|
|
3
|
+
"version": "1.44.1",
|
|
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.44.
|
|
8
|
+
"@scania/tegel": "^1.44.1"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"tslib": "^2.3.0"
|