@scania/tegel-angular-17 1.40.0 → 1.41.0-angular-patch-types-beta.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.
@@ -236,6 +236,12 @@ export declare interface TdsDropdown extends Components.TdsDropdown {
236
236
  * Input event for the Dropdown.
237
237
  */
238
238
  tdsInput: EventEmitter<CustomEvent<InputEvent>>;
239
+ /**
240
+ * Clear event for the Dropdown.
241
+ */
242
+ tdsClear: EventEmitter<CustomEvent<{
243
+ clearedValue: string;
244
+ }>>;
239
245
  }
240
246
  export declare class TdsDropdownOption {
241
247
  protected z: NgZone;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@scania/tegel-angular-17",
3
- "version": "1.40.0",
3
+ "version": "1.41.0-angular-patch-types-beta.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": "^1.40.0"
8
+ "@scania/tegel": "1.41.0-angular-patch-types-beta.0"
9
9
  },
10
10
  "dependencies": {
11
11
  "tslib": "^2.3.0"