@scania/tegel-angular-17 1.30.0-beta-enhance-focus-dropdown.0 → 1.30.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.
@@ -546,6 +546,10 @@ export declare interface TdsModal extends Components.TdsModal {
546
546
  * Emits when the Modal is closed.
547
547
  */
548
548
  tdsClose: EventEmitter<CustomEvent<any>>;
549
+ /**
550
+ * Emits just before Modal is opened.
551
+ */
552
+ tdsOpen: EventEmitter<CustomEvent<void>>;
549
553
  }
550
554
  export declare class TdsNavigationTab {
551
555
  protected z: NgZone;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@scania/tegel-angular-17",
3
- "version": "1.30.0-beta-enhance-focus-dropdown.0",
3
+ "version": "1.30.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.30.0-beta-enhance-focus-dropdown.0"
8
+ "@scania/tegel": "^1.31.1"
9
9
  },
10
10
  "dependencies": {
11
11
  "tslib": "^2.3.0"