slick-components 17.0.73 → 17.0.74

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.
@@ -23,7 +23,7 @@ class SlickInitParams {
23
23
  }
24
24
  }
25
25
  class SlickInitService {
26
- static { this.version = "17.0.73"; }
26
+ static { this.version = "17.0.74"; }
27
27
  constructor() { }
28
28
  static init(initParams) {
29
29
  console.info(`Slick Components Version ${SlickInitService.version}`);
@@ -8201,6 +8201,9 @@ class SlickSplitScreenComponent {
8201
8201
  this.resize();
8202
8202
  this.onOrientationChanged.emit(this.currentOrientation);
8203
8203
  }
8204
+ getCurrentOrientation() {
8205
+ return this.currentOrientation;
8206
+ }
8204
8207
  onDragStart(e) {
8205
8208
  return false;
8206
8209
  }