@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.
@@ -683,9 +683,9 @@
683
683
  var _this = this;
684
684
  this.resInfo = [
685
685
  { 'start': 0, 'end': 767, 'minCols': 1, 'maxCols': 1 },
686
- { 'start': 768, 'end': 1024, 'minCols': 1, 'maxCols': 2 },
687
- { 'start': 1025, 'end': 1366, 'minCols': 2, 'maxCols': 6 },
688
- { 'start': 1367, 'end': 9999999999, 'minCols': 2, 'maxCols': 10 }
686
+ { 'start': 768, 'end': 960, 'minCols': 1, 'maxCols': 2 },
687
+ { 'start': 961, 'end': 1366, 'minCols': 2, 'maxCols': 6 },
688
+ { 'start': 1367, 'end': 9999999999, 'minCols': 2, 'maxCols': 8 }
689
689
  ];
690
690
  this.setScreenWidth();
691
691
  window.addEventListener('resize', (/**
@@ -708,6 +708,8 @@
708
708
  this.screenWidth = screen.width;
709
709
  if (this.IsDesktopView) {
710
710
  this.currentResInfo = this.resInfo[3];
711
+ console.log('current res info is');
712
+ console.log(this.currentResInfo);
711
713
  }
712
714
  // else if (this.IsMobile) {
713
715
  // this.currentResInfo = this.resInfo[0];