@xh/hoist 78.0.0-SNAPSHOT.1761929921002 → 78.0.0-SNAPSHOT.1762201137843
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.
|
@@ -35,12 +35,12 @@ export interface PersistOptions {
|
|
|
35
35
|
viewManagerModel?: ViewManagerModel;
|
|
36
36
|
/**
|
|
37
37
|
* Function returning blob of data to be used for reading state.
|
|
38
|
-
* Ignored if `prefKey`, `localStorageKey
|
|
38
|
+
* Ignored if `prefKey`, `localStorageKey`, `dashViewModel` or 'viewManagerModel' are provided.
|
|
39
39
|
*/
|
|
40
40
|
getData?: () => any;
|
|
41
41
|
/**
|
|
42
42
|
* Function to be used to write blob of data representing state.
|
|
43
|
-
* Ignored if `prefKey`, `localStorageKey
|
|
43
|
+
* Ignored if `prefKey`, `localStorageKey`, `dashViewModel` or 'viewManagerModel' are provided.
|
|
44
44
|
*/
|
|
45
45
|
setData?: (data: object) => void;
|
|
46
46
|
}
|
|
@@ -59,13 +59,13 @@ export interface PersistOptions {
|
|
|
59
59
|
|
|
60
60
|
/**
|
|
61
61
|
* Function returning blob of data to be used for reading state.
|
|
62
|
-
* Ignored if `prefKey`, `localStorageKey
|
|
62
|
+
* Ignored if `prefKey`, `localStorageKey`, `dashViewModel` or 'viewManagerModel' are provided.
|
|
63
63
|
*/
|
|
64
64
|
getData?: () => any;
|
|
65
65
|
|
|
66
66
|
/**
|
|
67
67
|
* Function to be used to write blob of data representing state.
|
|
68
|
-
* Ignored if `prefKey`, `localStorageKey
|
|
68
|
+
* Ignored if `prefKey`, `localStorageKey`, `dashViewModel` or 'viewManagerModel' are provided.
|
|
69
69
|
*/
|
|
70
70
|
setData?: (data: object) => void;
|
|
71
71
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "78.0.0-SNAPSHOT.
|
|
3
|
+
"version": "78.0.0-SNAPSHOT.1762201137843",
|
|
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",
|