@schneideress/dashboardframework 0.0.175 → 0.0.177

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.
@@ -637,7 +637,7 @@
637
637
  maxItemRows: 1000,
638
638
  minItemRows: 1,
639
639
  maxItemArea: 1000,
640
- minItemArea: 2,
640
+ minItemArea: 1,
641
641
  defaultItemCols: 1,
642
642
  defaultItemRows: 1,
643
643
  keepFixedHeightInMobile: false,
@@ -684,8 +684,8 @@
684
684
  this.resInfo = [
685
685
  { 'start': 0, 'end': 767, 'minCols': 1, 'maxCols': 1 },
686
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': 8 }
687
+ { 'start': 1025, 'end': 1366, 'minCols': 1, 'maxCols': 6 },
688
+ { 'start': 1367, 'end': 9999999999, 'minCols': 1, 'maxCols': 8 }
689
689
  ];
690
690
  this.setScreenWidth();
691
691
  window.addEventListener('resize', (/**