@openfin/workspace-platform 24.0.1 → 24.0.2
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/api/pages/shapes.d.ts +3 -0
- package/externals.report.json +8 -8
- package/index.js +1 -1
- package/package.json +1 -1
|
@@ -73,6 +73,8 @@ export interface Page {
|
|
|
73
73
|
panels?: PanelConfig[];
|
|
74
74
|
/** Optional property to attach custom metadata to the page object, such as version or timestamp. Must be serializable. */
|
|
75
75
|
customData?: any;
|
|
76
|
+
/** For published page, supertab icon will show the --color-shared-icon-accent border. default to false when published by admin */
|
|
77
|
+
isPublished?: boolean;
|
|
76
78
|
}
|
|
77
79
|
type AttachedPageMetadata = {
|
|
78
80
|
/** The window the page is currently attached to. */
|
|
@@ -93,6 +95,7 @@ export type AttachedPageInternal = {
|
|
|
93
95
|
attachedPageType?: 'singleView' | 'multiView' | undefined;
|
|
94
96
|
isLayoutCreated?: boolean;
|
|
95
97
|
pageIcon?: string;
|
|
98
|
+
isPublished?: boolean;
|
|
96
99
|
} & AttachedPage;
|
|
97
100
|
export type ReparentAttachedPage = AttachedPage & {
|
|
98
101
|
multiInstanceViewBehavior?: 'reparent';
|
package/externals.report.json
CHANGED
|
@@ -13,28 +13,28 @@
|
|
|
13
13
|
"issuer": "common/src/utils/layout.ts"
|
|
14
14
|
}
|
|
15
15
|
],
|
|
16
|
-
"
|
|
16
|
+
"lodash.clonedeep": [
|
|
17
17
|
{
|
|
18
18
|
"type": "explicit",
|
|
19
|
-
"version": "
|
|
19
|
+
"version": "4.5.0",
|
|
20
20
|
"packageName": "common/package.json",
|
|
21
|
-
"issuer": "common/src/
|
|
21
|
+
"issuer": "common/src/utils/layout.ts"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
24
|
-
"i18next": [
|
|
24
|
+
"react-i18next": [
|
|
25
25
|
{
|
|
26
26
|
"type": "explicit",
|
|
27
|
-
"version": "
|
|
27
|
+
"version": "15.4.0",
|
|
28
28
|
"packageName": "common/package.json",
|
|
29
29
|
"issuer": "common/src/api/i18next.ts"
|
|
30
30
|
}
|
|
31
31
|
],
|
|
32
|
-
"
|
|
32
|
+
"i18next": [
|
|
33
33
|
{
|
|
34
34
|
"type": "explicit",
|
|
35
|
-
"version": "
|
|
35
|
+
"version": "^23.7.16",
|
|
36
36
|
"packageName": "common/package.json",
|
|
37
|
-
"issuer": "common/src/
|
|
37
|
+
"issuer": "common/src/api/i18next.ts"
|
|
38
38
|
}
|
|
39
39
|
],
|
|
40
40
|
"title-case": [
|