@schneideress/dashboardframework 0.0.178 → 0.0.179

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.
@@ -504,10 +504,8 @@ var RADashboardResponsiveService = /** @class */ (function () {
504
504
  console.log(window.outerWidth);
505
505
  console.log('window.innerWidth--------------');
506
506
  console.log(window.innerWidth);
507
- console.log('Orientation---------------');
508
- console.log(screen.orientation.angle);
509
507
  console.log('$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$');
510
- this.screenWidth = window.innerWidth;
508
+ this.screenWidth = window.outerWidth;
511
509
  if (this.IsDesktopView) {
512
510
  this.currentResInfo = this.resInfo[3];
513
511
  }