@openfin/workspace 23.2.3 → 23.2.5

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.
@@ -18,7 +18,7 @@ export type { App, AppIntent, Image } from '../../client-api/src/shapes';
18
18
  export type { CustomActionSpecifier, CustomButtonConfig } from '../../common/src/api/action';
19
19
  export type { AttachedPage, Page, PageLayout, PageLayoutDetails, PageWithUpdatableRuntimeAttribs, PanelConfigHorizontal, PanelConfigVertical, PanelConfig, ExtendedPanelConfig, CopyPagePayload, HandleSaveModalOnPageClosePayload, SaveModalOnPageCloseResult, SetActivePageForWindowPayload, ShouldPageClosePayload, ShouldPageCloseResult, ViewsPreventingUnloadPayload } from '../../common/src/api/pages/shapes';
20
20
  export { PanelPosition } from '../../common/src/api/pages/shapes';
21
- export type { CustomThemes, CustomThemeOptions, CustomThemeOptionsWithScheme, CustomPaletteSet, BaseThemeOptions, ThemeExtension, WorkspaceThemeSet, NotificationIndicatorColorsSet, NotificationIndicatorColorsSetDarkScheme, NotificationIndicatorColorsSetLightScheme, NotificationIndicatorColorsWithScheme } from '../../common/src/api/theming';
21
+ export type { CustomThemes, CustomThemeOptions, ThemeOptions, CustomThemeOptionsWithScheme, CustomPaletteSet, BaseThemeOptions, ThemeExtension, WorkspaceThemeSet, NotificationIndicatorColorsSet, NotificationIndicatorColorsSetDarkScheme, NotificationIndicatorColorsSetLightScheme, NotificationIndicatorColorsWithScheme } from '../../common/src/api/theming';
22
22
  export type { AnalyticsEvent } from '../../common/src/utils/usage-register';
23
23
  export type { WorkflowIntegration } from '../../client-api/src/shapes/integrations';
24
24
  /**
@@ -1,6 +1,5 @@
1
1
  import type OpenFin from '@openfin/core';
2
2
  import { WindowIdentity } from '../../../common/src/utils/window';
3
- import { AttachedPageInternal } from '../../../common/src/api/pages/shapes';
4
3
  import { AttachedPage, PageLayout } from '../../../client-api-platform/src/shapes';
5
4
  export type LayoutDOMEventType =
6
5
  /**
@@ -53,6 +52,7 @@ export type LayoutDOMEvent = {
53
52
  };
54
53
  export type LayoutDOMEventListener = (ev: LayoutDOMEvent) => void;
55
54
  export declare const VIEW_NAME_PREFIX: "internal-generated-view-";
55
+ export declare const getViewNameFromTabId: (tabId: string) => string;
56
56
  export declare const getFirstActiveViewFromLayout: (identity: OpenFin.LayoutIdentity) => OpenFin.Identity | undefined;
57
57
  /**
58
58
  * Recursively clones a layout object, calling a passed callback on each `componentState` in the tree.
@@ -144,9 +144,6 @@ export declare const findViewInLayout: (node: any, viewId: OpenFin.Identity) =>
144
144
  */
145
145
  export declare const countViews: (node: OpenFin.LayoutContent) => number;
146
146
  export declare const getLayoutConfig: (layoutContainerKey: string) => Promise<any>;
147
- export declare const updateTabStateBasedOnViewCount: (page: AttachedPageInternal, viewCount: number) => Promise<void>;
148
- export declare const updatePageForViewCount: (activePage: AttachedPageInternal | undefined) => Promise<void>;
149
- export declare const debouncedUpdatePageForViewCount: import("lodash").DebouncedFunc<(activePage: AttachedPageInternal | undefined) => Promise<void>>;
150
147
  export declare const findPageForView: (viewName: string, browserWindowIdentity?: WindowIdentity) => Promise<AttachedPage | undefined>;
151
148
  /**
152
149
  * Only show the view tab icon when not on the landing page
@@ -43,22 +43,6 @@
43
43
  "issuer": "common/src/utils/layout.ts"
44
44
  }
45
45
  ],
46
- "react-i18next": [
47
- {
48
- "type": "root-implicit",
49
- "version": "15.4.0",
50
- "packageName": "common/package.json",
51
- "issuer": "common/src/api/i18next.ts"
52
- }
53
- ],
54
- "i18next": [
55
- {
56
- "type": "root-implicit",
57
- "version": "^23.7.16",
58
- "packageName": "common/package.json",
59
- "issuer": "common/src/api/i18next.ts"
60
- }
61
- ],
62
46
  "dexie": [
63
47
  {
64
48
  "type": "root-implicit",
@@ -76,13 +60,29 @@
76
60
  "type": "root-implicit",
77
61
  "version": "^4.0.11",
78
62
  "packageName": "common/package.json",
79
- "issuer": "common/src/api/pages/idb.ts"
63
+ "issuer": "common/src/utils/create-and-migrate-ibd-store.ts"
80
64
  },
81
65
  {
82
66
  "type": "root-implicit",
83
67
  "version": "^4.0.11",
84
68
  "packageName": "common/package.json",
85
- "issuer": "common/src/utils/create-and-migrate-ibd-store.ts"
69
+ "issuer": "common/src/api/pages/idb.ts"
70
+ }
71
+ ],
72
+ "react-i18next": [
73
+ {
74
+ "type": "root-implicit",
75
+ "version": "15.4.0",
76
+ "packageName": "common/package.json",
77
+ "issuer": "common/src/api/i18next.ts"
78
+ }
79
+ ],
80
+ "i18next": [
81
+ {
82
+ "type": "root-implicit",
83
+ "version": "^23.7.16",
84
+ "packageName": "common/package.json",
85
+ "issuer": "common/src/api/i18next.ts"
86
86
  }
87
87
  ]
88
88
  }