@openfin/workspace 24.0.7 → 24.1.0-alpha.ad7de216
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/client-api-platform/src/shapes.d.ts +0 -2
- package/common/src/utils/popup-window.d.ts +14 -9
- package/externals.report.json +26 -26
- 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
|
@@ -2874,7 +2874,6 @@ export type WorkspacePlatformOverrideCallback = OpenFin.OverrideCallback<Workspa
|
|
|
2874
2874
|
export type BrowserOverrideCallback = WorkspacePlatformOverrideCallback;
|
|
2875
2875
|
/**
|
|
2876
2876
|
* Content menu entry shape cloned and re-exported from UI Library.
|
|
2877
|
-
* @internal
|
|
2878
2877
|
*/
|
|
2879
2878
|
export type ContentMenuEntry = {
|
|
2880
2879
|
bookmarked?: boolean;
|
|
@@ -2902,7 +2901,6 @@ export type BookmarkDockEntryPayload = {
|
|
|
2902
2901
|
};
|
|
2903
2902
|
/**
|
|
2904
2903
|
* Represents dock entry for favorites
|
|
2905
|
-
* @internal
|
|
2906
2904
|
*/
|
|
2907
2905
|
export type DockEntry = {
|
|
2908
2906
|
type: 'folder';
|
|
@@ -45,7 +45,6 @@ export declare enum PopupWindowMenuType {
|
|
|
45
45
|
RenameSupertab = "rename-supertab",
|
|
46
46
|
AddEditBookmark = "add-edit-bookmark",
|
|
47
47
|
DropdownMenu = "dropdown-menu",
|
|
48
|
-
ZoomControls = "zoom-controls",
|
|
49
48
|
TabSearch = "tab-search"
|
|
50
49
|
}
|
|
51
50
|
export type BookmarkButtonPayload = {
|
|
@@ -80,15 +79,21 @@ export type BookmarkDialogChannelMessage = BasePopupMenuChannelMessage & {
|
|
|
80
79
|
type: PopupWindowMenuType.AddEditBookmark;
|
|
81
80
|
payload: BookmarkButtonPayload;
|
|
82
81
|
};
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
82
|
+
/** Sent from browser to zoom dialog window to position and hydrate UI (initial open or live sync). */
|
|
83
|
+
export type ZoomControlsDialogStateMessage = {
|
|
84
|
+
/**
|
|
85
|
+
* The identity of the window the dialog/menu invocation came from.
|
|
86
|
+
*/
|
|
87
|
+
parentIdentity: OpenFin.Identity;
|
|
88
|
+
x: number;
|
|
89
|
+
y: number;
|
|
90
|
+
payload: {
|
|
91
|
+
selectedViewIdentity?: OpenFin.Identity;
|
|
92
|
+
zoomPercent?: number;
|
|
93
|
+
openedViaMouseClick?: boolean;
|
|
94
|
+
};
|
|
91
95
|
};
|
|
96
|
+
export declare const ZOOM_DIALOG_CHANNEL_ACTION: "state";
|
|
92
97
|
export type DropdownMenuChannelMessage = BasePopupMenuChannelMessage & {
|
|
93
98
|
type: PopupWindowMenuType.DropdownMenu;
|
|
94
99
|
payload: {
|
package/externals.report.json
CHANGED
|
@@ -43,30 +43,6 @@
|
|
|
43
43
|
"issuer": "common/src/utils/layout.ts"
|
|
44
44
|
}
|
|
45
45
|
],
|
|
46
|
-
"react-i18next": [
|
|
47
|
-
{
|
|
48
|
-
"type": "explicit",
|
|
49
|
-
"version": "15.4.0",
|
|
50
|
-
"packageName": "common/package.json",
|
|
51
|
-
"issuer": "common/src/api/i18next.ts"
|
|
52
|
-
}
|
|
53
|
-
],
|
|
54
|
-
"i18next": [
|
|
55
|
-
{
|
|
56
|
-
"type": "explicit",
|
|
57
|
-
"version": "^23.7.16",
|
|
58
|
-
"packageName": "common/package.json",
|
|
59
|
-
"issuer": "common/src/api/i18next.ts"
|
|
60
|
-
}
|
|
61
|
-
],
|
|
62
|
-
"lodash.clonedeep": [
|
|
63
|
-
{
|
|
64
|
-
"type": "explicit",
|
|
65
|
-
"version": "4.5.0",
|
|
66
|
-
"packageName": "common/package.json",
|
|
67
|
-
"issuer": "common/src/utils/layout.ts"
|
|
68
|
-
}
|
|
69
|
-
],
|
|
70
46
|
"dexie": [
|
|
71
47
|
{
|
|
72
48
|
"type": "root-implicit",
|
|
@@ -84,13 +60,37 @@
|
|
|
84
60
|
"type": "explicit",
|
|
85
61
|
"version": "^4.0.11",
|
|
86
62
|
"packageName": "common/package.json",
|
|
87
|
-
"issuer": "common/src/
|
|
63
|
+
"issuer": "common/src/utils/create-and-migrate-ibd-store.ts"
|
|
88
64
|
},
|
|
89
65
|
{
|
|
90
66
|
"type": "explicit",
|
|
91
67
|
"version": "^4.0.11",
|
|
92
68
|
"packageName": "common/package.json",
|
|
93
|
-
"issuer": "common/src/
|
|
69
|
+
"issuer": "common/src/api/pages/idb.ts"
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"react-i18next": [
|
|
73
|
+
{
|
|
74
|
+
"type": "explicit",
|
|
75
|
+
"version": "15.4.0",
|
|
76
|
+
"packageName": "common/package.json",
|
|
77
|
+
"issuer": "common/src/api/i18next.ts"
|
|
78
|
+
}
|
|
79
|
+
],
|
|
80
|
+
"i18next": [
|
|
81
|
+
{
|
|
82
|
+
"type": "explicit",
|
|
83
|
+
"version": "^23.7.16",
|
|
84
|
+
"packageName": "common/package.json",
|
|
85
|
+
"issuer": "common/src/api/i18next.ts"
|
|
86
|
+
}
|
|
87
|
+
],
|
|
88
|
+
"lodash.clonedeep": [
|
|
89
|
+
{
|
|
90
|
+
"type": "explicit",
|
|
91
|
+
"version": "4.5.0",
|
|
92
|
+
"packageName": "common/package.json",
|
|
93
|
+
"issuer": "common/src/utils/layout.ts"
|
|
94
94
|
}
|
|
95
95
|
]
|
|
96
96
|
}
|