@scania/tegel-angular-17 1.22.0 → 1.23.0-feat-dropdown-allow-numbers-beta.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.
@@ -222,7 +222,7 @@ export declare interface TdsDropdown extends Components.TdsDropdown {
222
222
  */
223
223
  tdsChange: EventEmitter<CustomEvent<{
224
224
  name: string;
225
- value: string;
225
+ value: (string | number)[];
226
226
  }>>;
227
227
  /**
228
228
  * Focus event for the Dropdown.
@@ -250,7 +250,7 @@ export declare interface TdsDropdownOption extends Components.TdsDropdownOption
250
250
  */
251
251
  tdsSelect: EventEmitter<CustomEvent<{
252
252
  selected: boolean;
253
- value: string;
253
+ value: string | number;
254
254
  }>>;
255
255
  /**
256
256
  * Focus event for the Dropdown option.
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@scania/tegel-angular-17",
3
- "version": "1.22.0",
3
+ "version": "1.23.0-feat-dropdown-allow-numbers-beta.2",
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.22.0"
8
+ "@scania/tegel": "1.23.0-feat-dropdown-allow-numbers-beta.2"
9
9
  },
10
10
  "dependencies": {
11
11
  "tslib": "^2.3.0"