@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.
@@ -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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmfp/ngx",
3
- "version": "0.20.0",
3
+ "version": "1.2.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",