@xh/hoist 80.0.0-SNAPSHOT.1768251669499 → 80.0.0-SNAPSHOT.1768264663674
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.
|
@@ -31,9 +31,9 @@ export interface TabSwitcherConfig {
|
|
|
31
31
|
}
|
|
32
32
|
export interface TabContainerModelPersistOptions extends PersistOptions {
|
|
33
33
|
/** True (default) to persist the active tab ID or provide custom PersistOptions. */
|
|
34
|
-
persistActiveTabId?: boolean;
|
|
34
|
+
persistActiveTabId?: boolean | PersistOptions;
|
|
35
35
|
/** True (default) to persist favorite tab IDs or provide custom PersistOptions. */
|
|
36
|
-
persistFavoriteTabIds?: boolean;
|
|
36
|
+
persistFavoriteTabIds?: boolean | PersistOptions;
|
|
37
37
|
}
|
|
38
38
|
export interface TabSwitcherMenuContext extends MenuContext {
|
|
39
39
|
tab: TabModel;
|
package/cmp/tab/Types.ts
CHANGED
|
@@ -48,9 +48,9 @@ export interface TabSwitcherConfig {
|
|
|
48
48
|
|
|
49
49
|
export interface TabContainerModelPersistOptions extends PersistOptions {
|
|
50
50
|
/** True (default) to persist the active tab ID or provide custom PersistOptions. */
|
|
51
|
-
persistActiveTabId?: boolean;
|
|
51
|
+
persistActiveTabId?: boolean | PersistOptions;
|
|
52
52
|
/** True (default) to persist favorite tab IDs or provide custom PersistOptions. */
|
|
53
|
-
persistFavoriteTabIds?: boolean;
|
|
53
|
+
persistFavoriteTabIds?: boolean | PersistOptions;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
export interface TabSwitcherMenuContext extends MenuContext {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "80.0.0-SNAPSHOT.
|
|
3
|
+
"version": "80.0.0-SNAPSHOT.1768264663674",
|
|
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",
|