@schneideress/dashboardframework 0.0.161 → 0.0.163

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.
@@ -477,9 +477,9 @@ var RADashboardResponsiveService = /** @class */ (function () {
477
477
  var _this = this;
478
478
  this.resInfo = [
479
479
  { 'start': 0, 'end': 767, 'minCols': 1, 'maxCols': 1 },
480
- { 'start': 768, 'end': 1024, 'minCols': 1, 'maxCols': 2 },
481
- { 'start': 1025, 'end': 1366, 'minCols': 2, 'maxCols': 6 },
482
- { 'start': 1367, 'end': 9999999999, 'minCols': 2, 'maxCols': 10 }
480
+ { 'start': 768, 'end': 960, 'minCols': 1, 'maxCols': 2 },
481
+ { 'start': 961, 'end': 1366, 'minCols': 2, 'maxCols': 6 },
482
+ { 'start': 1367, 'end': 9999999999, 'minCols': 2, 'maxCols': 8 }
483
483
  ];
484
484
  this.setScreenWidth();
485
485
  window.addEventListener('resize', (/**
@@ -502,6 +502,8 @@ var RADashboardResponsiveService = /** @class */ (function () {
502
502
  this.screenWidth = screen.width;
503
503
  if (this.IsDesktopView) {
504
504
  this.currentResInfo = this.resInfo[3];
505
+ console.log('current res info is');
506
+ console.log(this.currentResInfo);
505
507
  }
506
508
  // else if (this.IsMobile) {
507
509
  // this.currentResInfo = this.resInfo[0];