@schneideress/dashboardframework 0.0.56 → 0.0.57
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.
- package/bundles/schneideress-dashboardframework.umd.js +6 -6
- package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
- package/esm2015/lib/ra.gridster.config.js +7 -7
- package/esm5/lib/ra.gridster.config.js +7 -7
- package/fesm2015/schneideress-dashboardframework.js +6 -6
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +6 -6
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/package.json +1 -1
|
@@ -617,12 +617,12 @@ if (false) {
|
|
|
617
617
|
var GridsterConfigDefaultSettings = {
|
|
618
618
|
gridType: GridType.ScrollVertical,
|
|
619
619
|
compactType: CompactType.None,
|
|
620
|
-
margin:
|
|
620
|
+
margin: 20,
|
|
621
621
|
outerMargin: true,
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
622
|
+
outerMarginTop: 10,
|
|
623
|
+
outerMarginRight: 10,
|
|
624
|
+
outerMarginBottom: 30,
|
|
625
|
+
outerMarginLeft: 10,
|
|
626
626
|
useTransformPositioning: true,
|
|
627
627
|
mobileBreakpoint: 640,
|
|
628
628
|
minCols: 10,
|
|
@@ -664,7 +664,7 @@ var GridsterConfigDefaultSettings = {
|
|
|
664
664
|
disablePushOnResize: false,
|
|
665
665
|
pushDirections: { north: true, east: true, south: true, west: true },
|
|
666
666
|
pushResizeItems: true,
|
|
667
|
-
displayGrid: DisplayGrid.
|
|
667
|
+
displayGrid: DisplayGrid.None,
|
|
668
668
|
disableWindowResize: false,
|
|
669
669
|
disableWarnings: false,
|
|
670
670
|
scrollToNewItems: true,
|