@openfin/workspace 45.0.7 → 45.0.8
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.
- package/common/src/utils/usage-register.d.ts +3 -1
- package/externals.report.json +6 -6
- package/home.js +1 -1
- package/home.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/notifications.js +1 -1
- package/notifications.js.map +1 -1
- package/package.json +1 -1
- package/store.js +1 -1
- package/store.js.map +1 -1
|
@@ -15,7 +15,8 @@ export declare enum ComponentName {
|
|
|
15
15
|
Storefront = "Storefront",
|
|
16
16
|
Platform = "Platform",
|
|
17
17
|
Theming = "Theming",
|
|
18
|
-
Microflow = "Microflow"
|
|
18
|
+
Microflow = "Microflow",
|
|
19
|
+
SupertabHideShowTabs = "PRODM-318: Supertab Hide/Show Tab Headers"
|
|
19
20
|
}
|
|
20
21
|
export declare const registerBrowserUsage: (status: RegisterUsageStatus) => void;
|
|
21
22
|
export declare const registerHomeUsage: (status: RegisterUsageStatus) => void;
|
|
@@ -25,6 +26,7 @@ export declare const registerNotificationUsage: (status: RegisterUsageStatus) =>
|
|
|
25
26
|
export declare const registerPlatformUsage: (status: RegisterUsageStatus) => void;
|
|
26
27
|
export declare const registerThemingUsage: (status: RegisterUsageStatus) => void;
|
|
27
28
|
export declare const registerMicroflowUsage: (microflowName: string, status: RegisterUsageStatus) => void;
|
|
29
|
+
export declare const registerSupertabHideShowTabsUsage: () => void;
|
|
28
30
|
export type AnalyticsSource = 'Browser' | 'Dock' | 'Home' | 'Notification' | 'Store' | 'Platform' | 'Theming' | 'Interop';
|
|
29
31
|
/**
|
|
30
32
|
* Event for analytics
|
package/externals.report.json
CHANGED
|
@@ -68,6 +68,12 @@
|
|
|
68
68
|
}
|
|
69
69
|
],
|
|
70
70
|
"dexie": [
|
|
71
|
+
{
|
|
72
|
+
"type": "explicit",
|
|
73
|
+
"version": "^4.0.11",
|
|
74
|
+
"packageName": "common/package.json",
|
|
75
|
+
"issuer": "common/src/api/pages/idb.ts"
|
|
76
|
+
},
|
|
71
77
|
{
|
|
72
78
|
"type": "root-implicit",
|
|
73
79
|
"version": "^4.0.11",
|
|
@@ -85,12 +91,6 @@
|
|
|
85
91
|
"version": "^4.0.11",
|
|
86
92
|
"packageName": "common/package.json",
|
|
87
93
|
"issuer": "common/src/utils/create-and-migrate-ibd-store.ts"
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"type": "explicit",
|
|
91
|
-
"version": "^4.0.11",
|
|
92
|
-
"packageName": "common/package.json",
|
|
93
|
-
"issuer": "common/src/api/pages/idb.ts"
|
|
94
94
|
}
|
|
95
95
|
]
|
|
96
96
|
}
|