@openmfp/ngx 0.20.0 → 1.2.0
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/fesm2022/openmfp-ngx.mjs +0 -1
- package/package.json +1 -1
package/fesm2022/openmfp-ngx.mjs
CHANGED
|
@@ -1232,7 +1232,6 @@ class Dashboard {
|
|
|
1232
1232
|
...(ngDevMode ? [{ debugName: "isDashboardEditable" }] : /* istanbul ignore next */ []));
|
|
1233
1233
|
gridOptions = computed(() => ({
|
|
1234
1234
|
cellHeight: CELL_HEIGHT,
|
|
1235
|
-
sizeToContent: true,
|
|
1236
1235
|
disableResize: !this.editMode(),
|
|
1237
1236
|
disableDrag: !this.editMode(),
|
|
1238
1237
|
marginBottom: 0,
|