@schneideress/dashboardframework 0.0.168 → 0.0.170

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.
@@ -500,14 +500,14 @@ var RADashboardResponsiveService = /** @class */ (function () {
500
500
  function () {
501
501
  var _this = this;
502
502
  console.log('$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$');
503
- console.log('Width---------------');
504
- console.log(screen.width);
505
- console.log('Height--------------');
506
- console.log(screen.height);
503
+ console.log('window.outerWidth---------------');
504
+ console.log(window.outerWidth);
505
+ console.log('window.innerWidth--------------');
506
+ console.log(window.innerWidth);
507
507
  console.log('Orientation---------------');
508
508
  console.log(screen.orientation.angle);
509
509
  console.log('$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$');
510
- this.screenWidth = screen.width;
510
+ this.screenWidth = window.outerWidth;
511
511
  if (this.IsDesktopView) {
512
512
  this.currentResInfo = this.resInfo[3];
513
513
  }
@@ -692,8 +692,8 @@ var RADashboardArea = /** @class */ (function () {
692
692
  this.gridcellHeight = 0;
693
693
  this.isWidgetLoaded = false;
694
694
  this.domResized = false;
695
- this.widgetHeight = 3;
696
- this.widgetWidth = 5;
695
+ this.widgetHeight = 4;
696
+ this.widgetWidth = 4;
697
697
  }
698
698
  /**
699
699
  * @param {?} event