@xh/hoist 79.0.0-SNAPSHOT.1766100504431 → 79.0.0-SNAPSHOT.1766101640517
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.
|
@@ -12,7 +12,7 @@ export interface DashCanvasProps extends HoistProps<DashCanvasModel>, TestSuppor
|
|
|
12
12
|
* {@link https://www.npmjs.com/package/react-grid-layout#grid-layout-props}
|
|
13
13
|
* Note that some ReactGridLayout props are managed directly by DashCanvas and will be overridden if provided here.
|
|
14
14
|
*/
|
|
15
|
-
rglOptions?: GridLayoutProps
|
|
15
|
+
rglOptions?: Partial<GridLayoutProps>;
|
|
16
16
|
}
|
|
17
17
|
/**
|
|
18
18
|
* Dashboard-style container that allows users to drag-and-drop child widgets into flexible layouts.
|
|
@@ -45,7 +45,7 @@ export interface DashCanvasProps extends HoistProps<DashCanvasModel>, TestSuppor
|
|
|
45
45
|
* {@link https://www.npmjs.com/package/react-grid-layout#grid-layout-props}
|
|
46
46
|
* Note that some ReactGridLayout props are managed directly by DashCanvas and will be overridden if provided here.
|
|
47
47
|
*/
|
|
48
|
-
rglOptions?: GridLayoutProps
|
|
48
|
+
rglOptions?: Partial<GridLayoutProps>;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "79.0.0-SNAPSHOT.
|
|
3
|
+
"version": "79.0.0-SNAPSHOT.1766101640517",
|
|
4
4
|
"description": "Hoist add-on for building and deploying React Applications.",
|
|
5
5
|
"repository": "github:xh/hoist-react",
|
|
6
6
|
"homepage": "https://xh.io",
|