@schneideress/dashboardframework 0.0.164 → 0.0.166

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.
@@ -499,11 +499,15 @@ var RADashboardResponsiveService = /** @class */ (function () {
499
499
  */
500
500
  function () {
501
501
  var _this = this;
502
- this.screenWidth = screen.width;
502
+ this.screenWidth = window.innerWidth; //screen.width;
503
+ console.log('$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$');
504
+ console.log('Width---------------');
505
+ console.log(this.screenWidth);
506
+ console.log('Height--------------');
507
+ console.log(window.innerHeight);
508
+ console.log('$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$');
503
509
  if (this.IsDesktopView) {
504
510
  this.currentResInfo = this.resInfo[3];
505
- console.log('current res info is');
506
- console.log(this.currentResInfo);
507
511
  }
508
512
  // else if (this.IsMobile) {
509
513
  // this.currentResInfo = this.resInfo[0];