@singularsystems/neo-react 0.10.22 → 0.10.23
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.
|
@@ -5,7 +5,7 @@ export interface IValidationSummaryProps {
|
|
|
5
5
|
* Invalid object graph from Validation.getValidationSummary().
|
|
6
6
|
* If this is null, 'model' must be specified.
|
|
7
7
|
*/
|
|
8
|
-
graph?: Validation.IInvalidObjectGraph | Validation.IInvalidObjectGraph[];
|
|
8
|
+
graph?: Validation.IInvalidObjectGraph | Validation.IInvalidObjectGraph[] | null;
|
|
9
9
|
/**
|
|
10
10
|
* Model or list of models.
|
|
11
11
|
* If this is null, 'graph' must be specified.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@singularsystems/neo-react",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.23",
|
|
4
4
|
"description": "React application logic and components for the Neo client library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@types/rc-slider": "^8.6.5",
|
|
33
33
|
"@types/react-color": "^3.0.1",
|
|
34
34
|
"@types/react-select": "3.1.0",
|
|
35
|
-
"@singularsystems/neo-core": "^0.10.
|
|
35
|
+
"@singularsystems/neo-core": "^0.10.30",
|
|
36
36
|
"axios": "^0.21.1",
|
|
37
37
|
"history": "4.10.1",
|
|
38
38
|
"inversify": "5.0.1",
|