@jsonui/react 0.7.3 → 0.7.5
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 declare type JSONObject = {
|
|
|
5
5
|
[member: string]: any;
|
|
6
6
|
};
|
|
7
7
|
export declare type JSONArray = Array<any>;
|
|
8
|
-
export declare type JSONValue = JSONPrimitive | JSONObject | JSONArray;
|
|
8
|
+
export declare type JSONValue = JSONPrimitive | JSONObject | JSONArray | undefined;
|
|
9
9
|
export interface ChangeDefaultValueFuncProp {
|
|
10
10
|
store: string;
|
|
11
11
|
path: string;
|
|
@@ -5,7 +5,7 @@ export declare type JSONObject = {
|
|
|
5
5
|
[member: string]: any;
|
|
6
6
|
};
|
|
7
7
|
export declare type JSONArray = Array<any>;
|
|
8
|
-
export declare type JSONValue = JSONPrimitive | JSONObject | JSONArray;
|
|
8
|
+
export declare type JSONValue = JSONPrimitive | JSONObject | JSONArray | undefined;
|
|
9
9
|
export interface ChangeDefaultValueFuncProp {
|
|
10
10
|
store: string;
|
|
11
11
|
path: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ declare type JSONObject = {
|
|
|
9
9
|
[member: string]: any;
|
|
10
10
|
};
|
|
11
11
|
declare type JSONArray = Array<any>;
|
|
12
|
-
declare type JSONValue = JSONPrimitive | JSONObject | JSONArray;
|
|
12
|
+
declare type JSONValue = JSONPrimitive | JSONObject | JSONArray | undefined;
|
|
13
13
|
interface ChangeDefaultValueFuncProp {
|
|
14
14
|
store: string;
|
|
15
15
|
path: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsonui/react",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.5",
|
|
4
4
|
"author": "Istvan Fodor <fodori@jsonui.org>",
|
|
5
5
|
"contributors": [],
|
|
6
6
|
"bugs": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@emotion/react": "^11.13.3",
|
|
40
|
-
"@jsonui/core": "^0.7.
|
|
40
|
+
"@jsonui/core": "^0.7.5",
|
|
41
41
|
"batchflow": "^0.4.0",
|
|
42
42
|
"jsonata": "^1.8.5",
|
|
43
43
|
"lodash": "^4.17.21",
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
"last 1 safari version"
|
|
113
113
|
]
|
|
114
114
|
},
|
|
115
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "6d81d8253ba84681a5b3c832dee1084cd2e5d26f"
|
|
116
116
|
}
|