@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
|
@@ -807,12 +807,12 @@
|
|
|
807
807
|
var GridsterConfigDefaultSettings = {
|
|
808
808
|
gridType: GridType.ScrollVertical,
|
|
809
809
|
compactType: CompactType.None,
|
|
810
|
-
margin:
|
|
810
|
+
margin: 20,
|
|
811
811
|
outerMargin: true,
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
812
|
+
outerMarginTop: 10,
|
|
813
|
+
outerMarginRight: 10,
|
|
814
|
+
outerMarginBottom: 30,
|
|
815
|
+
outerMarginLeft: 10,
|
|
816
816
|
useTransformPositioning: true,
|
|
817
817
|
mobileBreakpoint: 640,
|
|
818
818
|
minCols: 10,
|
|
@@ -854,7 +854,7 @@
|
|
|
854
854
|
disablePushOnResize: false,
|
|
855
855
|
pushDirections: { north: true, east: true, south: true, west: true },
|
|
856
856
|
pushResizeItems: true,
|
|
857
|
-
displayGrid: DisplayGrid.
|
|
857
|
+
displayGrid: DisplayGrid.None,
|
|
858
858
|
disableWindowResize: false,
|
|
859
859
|
disableWarnings: false,
|
|
860
860
|
scrollToNewItems: true,
|