@openfin/workspace 20.2.5 → 20.3.0
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/api/app-directory.d.ts +1 -1
- package/client-api-platform/src/init/override-callback/browser-defaults.d.ts +0 -1
- package/client-api-platform/src/shapes.d.ts +5 -6
- package/common/src/api/pages/shapes.d.ts +21 -0
- package/common/src/utils/browser-base-url.d.ts +21 -2
- package/common/src/utils/context-menu.d.ts +2 -0
- package/common/src/utils/env.d.ts +1 -1
- package/common/src/utils/layout.d.ts +5 -1
- package/common/src/utils/popup-window.d.ts +5 -1
- package/common/src/utils/route.d.ts +44 -16
- package/common/src/utils/router/base.d.ts +2 -1
- package/home.js +1 -1
- package/home.js.map +1 -1
- package/index.js +3 -3
- package/index.js.map +1 -1
- package/notifications.js +1 -1
- package/notifications.js.map +1 -1
- package/package.json +1 -1
- package/search-api/src/client/index.d.ts +1 -1
- package/search-api/src/client/remote/channel-client-factory.d.ts +1 -1
- package/search-api/src/client/remote/disconnect.d.ts +1 -1
- package/search-api/src/common.d.ts +0 -5
- package/search-api/src/provider/index.d.ts +1 -1
- package/search-api/src/provider/remote/channel-factory.d.ts +1 -1
- package/store.js +1 -1
- package/store.js.map +1 -1
- package/browser/src/api/color-linking.d.ts +0 -23
- package/browser/src/api/controls.d.ts +0 -23
- package/browser/src/api/pages/attached.d.ts +0 -23
- package/browser/src/api/pages/state.d.ts +0 -10
- package/browser/src/api/panels.d.ts +0 -106
- package/browser/src/api/view.d.ts +0 -22
- package/browser/src/components/ControlBar/LeftControlsContainer/EnterpriseNavigationContainer/AddressBar/AddressBar.d.ts +0 -15
- package/browser/src/components/ControlBar/LeftControlsContainer/EnterpriseNavigationContainer/AddressBar/AddressBarInput.d.ts +0 -18
- package/browser/src/components/ControlBar/RightControlsContainer/ToolbarContainer/menus/menuConfig.d.ts +0 -17
- package/browser/src/components/ControlBar/SearchMenu/BookmarkButton.d.ts +0 -9
- package/browser/src/components/ControlBar/SearchMenu/CommandBar.d.ts +0 -9
- package/browser/src/components/ControlBar/SearchMenu/Icons.d.ts +0 -23
- package/browser/src/components/ControlBar/SearchMenu/ResultIcon.d.ts +0 -11
- package/browser/src/components/ControlBar/SearchMenu/SecureIcon.d.ts +0 -5
- package/browser/src/components/ControlBar/SearchMenu/UrlInput.d.ts +0 -3
- package/browser/src/components/ControlBar/SearchMenu/useBookmarkButtonHover.d.ts +0 -2
- package/browser/src/components/ControlBar/SearchMenu/useEnterpriseBookmarkDialogWindow.d.ts +0 -2
- package/browser/src/components/ControlBar/SearchMenu/useIsBookmarked.d.ts +0 -1
- package/browser/src/components/ControlBar/SearchMenu/useIsPageOpen.d.ts +0 -3
- package/browser/src/components/ControlBar/SearchMenu/useIsSelectedViewNavigated.d.ts +0 -5
- package/browser/src/components/ControlBar/SearchMenu/useSelectedAndOpenViewsBroadcastChannel.d.ts +0 -8
- package/browser/src/components/ControlBar/SearchMenu/utils.d.ts +0 -11
- package/browser/src/components/ControlBar/Tablist/utils.d.ts +0 -8
- package/browser/src/components/ControlBar/utils.d.ts +0 -1
- package/browser/src/components/LandingPage/BrandIcon.d.ts +0 -6
- package/browser/src/components/LayoutContainer/utils.d.ts +0 -10
- package/browser/src/components/PanelContainer/BookmarksPanel/BookmarkItem.d.ts +0 -17
- package/browser/src/components/PanelContainer/BookmarksPanel/BookmarksFolderHeader.d.ts +0 -8
- package/browser/src/components/PanelContainer/BookmarksPanel/BookmarksPanel.d.ts +0 -9
- package/browser/src/components/PanelContainer/BookmarksPanel/BookmarksPanelHeader.d.ts +0 -3
- package/browser/src/components/PanelContainer/BookmarksPanel/BookmarksResults.d.ts +0 -15
- package/browser/src/components/PanelContainer/BookmarksPanel/BookmarksSearchInput.d.ts +0 -7
- package/browser/src/components/PanelContainer/BookmarksPanel/useBookmarksSearch.d.ts +0 -16
- package/browser/src/components/PanelContainer/BookmarksPanel/useUpdateBookmarkResultsActions.d.ts +0 -15
- package/browser/src/components/PanelContainer/PanelContainer.d.ts +0 -8
- package/browser/src/hooks/EnterpriseSearchMenu/AdjustSearchMenuDimensions/getDimensions.d.ts +0 -14
- package/browser/src/hooks/EnterpriseSearchMenu/AdjustSearchMenuDimensions/useAdjustSearchMenuViewDimensions.d.ts +0 -25
- package/browser/src/hooks/EnterpriseSearchMenu/useInitChannelToSearchMenuView.d.ts +0 -18
- package/browser/src/hooks/EnterpriseSearchMenu/usePostMessageToSearchMenuView.d.ts +0 -18
- package/browser/src/hooks/EnterpriseSearchMenu/useProcessChildContentBlockEvent.d.ts +0 -3
- package/browser/src/hooks/EnterpriseSearchMenu/useSearchMenuViewLifecycleManager.d.ts +0 -16
- package/browser/src/hooks/EnterpriseSearchMenu/useUpdateInputExpansionState.d.ts +0 -15
- package/browser/src/hooks/EnterpriseSearchMenu/useUpdateViewExpansionState.d.ts +0 -32
- package/browser/src/hooks/useEnterpriseHotkeys.d.ts +0 -4
- package/browser/src/hooks/usePanelBounds.d.ts +0 -4
- package/browser/src/hooks/useSingleViewPage.d.ts +0 -2
- package/browser/src/hooks/useWindowFocusState.d.ts +0 -17
- package/browser/src/slices/menu.d.ts +0 -28
- package/browser/src/slices/modal/close.d.ts +0 -10
- package/browser/src/slices/modal/index.d.ts +0 -8
- package/browser/src/slices/pages/attached.d.ts +0 -83
- package/browser/src/slices/tab-focus.d.ts +0 -85
- package/browser/src/store/index.d.ts +0 -90
- package/client-api-platform/src/init/override-callback/enterprise-page-required-layout-settings.d.ts +0 -5
- package/common/src/api/pages/internal.d.ts +0 -8
- package/common/src/api/workspace-events.d.ts +0 -49
- package/common/src/components/BaseButton/BaseButton.d.ts +0 -53
- package/common/src/components/CloseButton/CloseButtonLarge.d.ts +0 -4
- package/common/src/components/Icon/CustomIcon.d.ts +0 -15
- package/common/src/hooks/context.d.ts +0 -58
- package/common/src/hooks/useAddEditBookmarkDialog.d.ts +0 -7
- package/common/src/hooks/usePlatformTheme.d.ts +0 -6
- package/common/src/hooks/usePreloadedWindow.d.ts +0 -13
- package/common/src/hooks/useSystemSchemeCheck.d.ts +0 -13
- package/common/src/slices/environment.d.ts +0 -22
- package/common/src/slices/target-theming.d.ts +0 -56
- package/common/src/styles/svg-icons.d.ts +0 -7
- package/common/src/utils/a11y/index.d.ts +0 -3
- package/common/src/utils/bookmark-item-context-menu.d.ts +0 -8
- package/common/src/utils/bookmarks.d.ts +0 -16
- package/common/src/utils/custom-logo.d.ts +0 -16
- package/common/src/utils/get-browser-window.d.ts +0 -3
- package/common/src/utils/interop.d.ts +0 -30
- package/common/src/utils/navigate.d.ts +0 -8
- package/common/src/utils/test-ids.d.ts +0 -70
- package/common/src/utils/url.d.ts +0 -1
|
@@ -6,7 +6,7 @@ import type { LaunchAppRequest, SearchSitesRequest, SearchSitesResponse, Site }
|
|
|
6
6
|
* @param app the app directory entry.
|
|
7
7
|
* @param opts launch options.
|
|
8
8
|
*/
|
|
9
|
-
export declare function launchApp({ app, target }: LaunchAppRequest): Promise<void | OpenFin.
|
|
9
|
+
export declare function launchApp({ app, target }: LaunchAppRequest): Promise<void | OpenFin.View | OpenFin.Identity | OpenFin.Platform | OpenFin.Application>;
|
|
10
10
|
export declare const enterpriseAppDirectoryChannelClient: () => Promise<OpenFin.ChannelClient>;
|
|
11
11
|
export declare function getResults(payload: {
|
|
12
12
|
req: SearchSitesRequest;
|
|
@@ -2,7 +2,6 @@ import type OpenFin from '@openfin/core';
|
|
|
2
2
|
import { WindowName } from '../../../../common/src/utils/window';
|
|
3
3
|
import type { PreloadedThemeData } from '../../../../common/src/api/theming';
|
|
4
4
|
import { BrowserInitConfig } from '../../../../client-api-platform/src/shapes';
|
|
5
|
-
export declare const defaultBrowserUrl: () => Promise<string>;
|
|
6
5
|
export declare const ENTERPRISE_LANDING_PAGE_URL: string;
|
|
7
6
|
export declare const searchMenuIdentityBase: {
|
|
8
7
|
uuid: string;
|
|
@@ -5,7 +5,7 @@ import { Point } from '../../common/src/utils/window';
|
|
|
5
5
|
import { BaseCustomDropdownItem, CustomActionSpecifier, CustomButtonConfig } from '../../common/src/api/action';
|
|
6
6
|
import { Resource } from '../../common/src/api/i18next';
|
|
7
7
|
import { TrackedSite } from '../../common/src/api/pages/idb';
|
|
8
|
-
import { AddDefaultPagePayload, AttachedPage, BookmarkNode, CopyPagePayload, CreateBookmarkNodeRequest, HandlePagesAndWindowClosePayload, HandlePagesAndWindowCloseResult, HandleSaveModalOnPageClosePayload, Page, PageWithUpdatableRuntimeAttribs, SaveModalOnPageCloseResult, ShouldPageClosePayload, ShouldPageCloseResult, UpdateBookmarkNodeRequest, ViewsPreventingUnloadPayload } from '../../common/src/api/pages/shapes';
|
|
8
|
+
import { AddDefaultPagePayload, AttachedPage, BookmarkNode, CopyPagePayload, CreateBookmarkNodeRequest, HandlePagesAndWindowClosePayload, HandlePagesAndWindowCloseResult, HandleSaveModalOnPageClosePayload, Page, PageLayoutsWithSelectedViews, PageWithUpdatableRuntimeAttribs, SaveModalOnPageCloseResult, ShouldPageClosePayload, ShouldPageCloseResult, UpdateBookmarkNodeRequest, ViewsPreventingUnloadPayload } from '../../common/src/api/pages/shapes';
|
|
9
9
|
import { SetActivePageForWindowPayload } from '../../common/src/api/pages/shapes';
|
|
10
10
|
import { NotificationsCustomManifestOptions } from '../../common/src/api/shapes/notifications';
|
|
11
11
|
import type { CustomThemes } from '../../common/src/api/theming';
|
|
@@ -161,6 +161,9 @@ export declare enum PageTabContextMenuOptionType {
|
|
|
161
161
|
Refresh = "Refresh",
|
|
162
162
|
CloseOthers = "Close others",
|
|
163
163
|
Delete = "Delete",
|
|
164
|
+
Print = "Print",
|
|
165
|
+
PrintAll = "PrintAll",
|
|
166
|
+
PrintScreen = "PrintScreen",
|
|
164
167
|
Custom = "Custom"
|
|
165
168
|
}
|
|
166
169
|
/** @internal */
|
|
@@ -1064,11 +1067,7 @@ export interface BrowserWindowModule {
|
|
|
1064
1067
|
/**
|
|
1065
1068
|
* Internal implementation to retrieve selected view ids from available layouts in a browser window instances
|
|
1066
1069
|
*/
|
|
1067
|
-
_getLayoutsWithSelectedViews(): Promise<
|
|
1068
|
-
layoutContainerKey: string;
|
|
1069
|
-
isActive: boolean;
|
|
1070
|
-
selectedViews: OpenFin.Identity[];
|
|
1071
|
-
}>>;
|
|
1070
|
+
_getLayoutsWithSelectedViews(): Promise<PageLayoutsWithSelectedViews[]>;
|
|
1072
1071
|
/**
|
|
1073
1072
|
* Internal implementation that supports adding at a specific index
|
|
1074
1073
|
* @param req the reparent page request.
|
|
@@ -348,4 +348,25 @@ export interface UpdateBookmarkNodeRequest {
|
|
|
348
348
|
*/
|
|
349
349
|
changes: UpdatedBookmarkNodeAttrs;
|
|
350
350
|
}
|
|
351
|
+
/**
|
|
352
|
+
* Represents the layout of a page with selected views.
|
|
353
|
+
*/
|
|
354
|
+
export interface PageLayoutsWithSelectedViews {
|
|
355
|
+
/**
|
|
356
|
+
* The unique id of the page.
|
|
357
|
+
*/
|
|
358
|
+
pageId: string;
|
|
359
|
+
/**
|
|
360
|
+
* The key of the layout container.
|
|
361
|
+
*/
|
|
362
|
+
layoutContainerKey: string;
|
|
363
|
+
/**
|
|
364
|
+
* Indicates if the page is active.
|
|
365
|
+
*/
|
|
366
|
+
isActive: boolean;
|
|
367
|
+
/**
|
|
368
|
+
* The selected views in the layout.
|
|
369
|
+
*/
|
|
370
|
+
selectedViews: OpenFin.Identity[];
|
|
371
|
+
}
|
|
351
372
|
export {};
|
|
@@ -1,7 +1,26 @@
|
|
|
1
1
|
export declare function setLocalBrowserUrl(url: string): void;
|
|
2
2
|
/**
|
|
3
|
-
* Get the
|
|
3
|
+
* Get the base url override if it exists
|
|
4
4
|
*
|
|
5
|
+
* @returns The base url override if it exists, otherwise null
|
|
6
|
+
*/
|
|
7
|
+
export declare function getBaseUrl(): Promise<string>;
|
|
8
|
+
/**
|
|
9
|
+
* Get the browser base url
|
|
10
|
+
* @param returnUrlWithATrailingSlash - if true, the url is returned with a trailing slash, if false it is not.
|
|
11
|
+
* @returns The browser base url override if it exists, otherwise null
|
|
12
|
+
*/
|
|
13
|
+
export declare function getBrowserBaseUrl(returnUrlWithATrailingSlash?: boolean): Promise<string>;
|
|
14
|
+
/**
|
|
15
|
+
* Get the enterprise browser base url
|
|
16
|
+
* @param returnUrlWithATrailingSlash - if true, the url is returned with a trailing slash, if false it is not.
|
|
17
|
+
* @returns The browser base url override if it exists, otherwise null
|
|
18
|
+
*/
|
|
19
|
+
export declare function getEnterpriseBaseUrl(returnUrlWithATrailingSlash?: boolean): Promise<string>;
|
|
20
|
+
/**
|
|
21
|
+
* Get the enterprise browser or the workspace browser base url
|
|
22
|
+
* @param isEnterprise - if true, we are in enterprise browser
|
|
23
|
+
* @param returnUrlWithATrailingSlash - if true, the url is returned with a trailing slash, if false it is not.
|
|
5
24
|
* @returns The browser base url override if it exists, otherwise null
|
|
6
25
|
*/
|
|
7
|
-
export declare
|
|
26
|
+
export declare const getDefaultBrowserUrl: (isEnterprise: boolean, returnUrlWithATrailingSlash?: boolean) => Promise<string>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type OpenFin from '@openfin/core';
|
|
2
2
|
import { AnchorBehavior } from '../../../client-api-platform/src/api/context-menu';
|
|
3
|
+
import { PageTabContextMenuItemTemplate, ViewTabContextMenuTemplate } from '../../../client-api-platform/src/shapes';
|
|
3
4
|
import { ContextMenuType } from './popup-window';
|
|
4
5
|
export declare enum MenuItemType {
|
|
5
6
|
Label = "normal",
|
|
@@ -18,3 +19,4 @@ export declare const DefaultSaveMenuBounds: {
|
|
|
18
19
|
width: number;
|
|
19
20
|
height: number;
|
|
20
21
|
};
|
|
22
|
+
export declare const getPrintOption: () => Promise<ViewTabContextMenuTemplate | PageTabContextMenuItemTemplate>;
|
|
@@ -11,7 +11,7 @@ export declare const isDocumentDefined: boolean;
|
|
|
11
11
|
export declare const isWindowDefinedWithIndexDB: boolean;
|
|
12
12
|
export declare const finUUID: string;
|
|
13
13
|
export declare const finName: string;
|
|
14
|
-
export declare const finEntityType: "" | "
|
|
14
|
+
export declare const finEntityType: "" | "window" | "view";
|
|
15
15
|
export declare const isEnvLocal: boolean;
|
|
16
16
|
export declare const isEnvDev: boolean;
|
|
17
17
|
export declare const isEnvStaging: boolean;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="lodash" />
|
|
2
2
|
import type OpenFin from '@openfin/core';
|
|
3
|
+
import { WindowIdentity } from '../../../common/src/utils/window';
|
|
3
4
|
import { AttachedPageInternal } from '../../../common/src/api/pages/shapes';
|
|
4
5
|
import { AttachedPage, PageLayout } from '../../../client-api-platform/src/shapes';
|
|
5
|
-
import { WindowIdentity } from './window';
|
|
6
6
|
export type LayoutDOMEventType =
|
|
7
7
|
/**
|
|
8
8
|
* Fired when a tab is created in a container. (Emmitted by ??)
|
|
@@ -123,3 +123,7 @@ export declare const updateTabStateBasedOnViewCount: (page: AttachedPageInternal
|
|
|
123
123
|
export declare const updatePageForViewCount: (activePage: AttachedPageInternal) => Promise<void>;
|
|
124
124
|
export declare const debouncedUpdatePageForViewCount: import("lodash").DebouncedFunc<(activePage: AttachedPageInternal) => Promise<void>>;
|
|
125
125
|
export declare const findPageForView: (viewName: string, browserWindowIdentity?: WindowIdentity) => Promise<AttachedPage | undefined>;
|
|
126
|
+
/**
|
|
127
|
+
* Only show the view tab icon when not on the landing page
|
|
128
|
+
*/
|
|
129
|
+
export declare const hideFavIconForLandingPage: (view: OpenFin.View, tab: HTMLElement) => Promise<void>;
|
|
@@ -2,12 +2,15 @@ import type OpenFin from '@openfin/core';
|
|
|
2
2
|
import { UserMenuParams } from '../../../common/src/utils/menu';
|
|
3
3
|
import { OptionalExceptFor } from '../../../common/src/utils/types';
|
|
4
4
|
import { AnchorBehavior } from '../../../client-api-platform/src/api/context-menu';
|
|
5
|
-
import { SearchViewExpansionState } from '../../../browser/src/components/ControlBar/LeftControlsContainer/EnterpriseNavigationContainer/AddressBar/AddressBar';
|
|
6
5
|
import { Site, SiteAction } from '../../../client-api-platform/src/shapes';
|
|
7
6
|
export declare enum SaveMenuType {
|
|
8
7
|
Save = "Save",
|
|
9
8
|
SaveAs = "SaveAs"
|
|
10
9
|
}
|
|
10
|
+
type SearchViewExpansionState = {
|
|
11
|
+
method?: 'click' | 'keystroke';
|
|
12
|
+
shouldExpand: boolean;
|
|
13
|
+
};
|
|
11
14
|
export declare function showModalWin<T extends keyof UserMenuParams>(params: UserMenuParams[T], windowOpts: OptionalExceptFor<OpenFin.WindowOptions, 'x' | 'y' | 'defaultWidth' | 'url' | 'name'>): Promise<OpenFin.Window>;
|
|
12
15
|
export type SearchMenuChannelUpdateState = {
|
|
13
16
|
selectedViews: OpenFin.Identity[];
|
|
@@ -68,3 +71,4 @@ export type SearchMenuChannelResponse = {
|
|
|
68
71
|
keyboardEvent: BrowserSearchMenuKeyboardEvent;
|
|
69
72
|
};
|
|
70
73
|
export declare function showPopupWin<T extends keyof UserMenuParams>(parentWindow: OpenFin.Window, params: UserMenuParams[T], windowOpts: OpenFin.PopupOptions): Promise<OpenFin.PopupResult>;
|
|
74
|
+
export {};
|
|
@@ -3,31 +3,59 @@
|
|
|
3
3
|
* Routes should include the zone that the HTML page is a part of.
|
|
4
4
|
* Make sure to include trailing slash, as it is essential for deployed version to route correctly.
|
|
5
5
|
*/
|
|
6
|
-
|
|
6
|
+
declare enum WorkspaceRoute {
|
|
7
7
|
Home = "/home/",
|
|
8
8
|
HomeSearch = "/home/?deeplink=search",
|
|
9
9
|
HomePagesRename = "/home/pages/rename/",
|
|
10
10
|
Dock = "/dock/",
|
|
11
|
-
Browser = "/browser/",
|
|
12
|
-
BrowserPopupMenu = "/browser/popup-menu/",
|
|
13
|
-
Provider = "/provider/",
|
|
14
|
-
BrowserPopupMenuSaveModal = "/browser/popup-menu/save-modal/",
|
|
15
|
-
BrowserPopupMenuLayouts = "/browser/popup-menu/layouts/layouts/",
|
|
16
|
-
BrowserPopupMenuColorLinking = "/browser/popup-menu/color-linking/color-linking/",
|
|
17
|
-
BrowserIndicator = "/browser/indicator/",
|
|
18
|
-
BrowserPopupMenuAddressSearchResultsView = "/browser/popup-menu/address-search-results-view/",
|
|
19
|
-
ResponseModal = "/browser/popup-menu/response-modal/",
|
|
20
|
-
CloseConfirmationModal = "/browser/popup-menu/close-confirmation-modal/",
|
|
21
11
|
Docs = "/provider/docs/",
|
|
22
12
|
Storefront = "/storefront/",
|
|
23
13
|
DeprecatedAlert = "/provider/deprecated-alert/",
|
|
24
14
|
Analytics = "/provider/analytics/",
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
15
|
+
Provider = "/provider/"
|
|
16
|
+
}
|
|
17
|
+
declare enum BrowserRoute {
|
|
18
|
+
Browser = "/browser/",
|
|
19
|
+
BrowserPopupMenu = "/popup-menu/",
|
|
20
|
+
BrowserPopupMenuSaveModal = "/popup-menu/save-modal/",
|
|
21
|
+
BrowserPopupMenuLayouts = "/popup-menu/layouts/layouts/",
|
|
22
|
+
BrowserPopupMenuColorLinking = "/popup-menu/color-linking/color-linking/",
|
|
23
|
+
BrowserIndicator = "/indicator/",
|
|
24
|
+
BrowserPopupMenuAddressSearchResultsView = "/popup-menu/address-search-results-view/",
|
|
25
|
+
ResponseModal = "/popup-menu/response-modal/",
|
|
26
|
+
CloseConfirmationModal = "/popup-menu/close-confirmation-modal/",
|
|
27
|
+
EnterpriseBrowser = "/enterprise/",
|
|
28
|
+
EnterpriseContextMenu = "/enterprise/context-menu/",
|
|
29
|
+
EnterpriseBookmarkDialog = "/enterprise/bookmark-dialog/",
|
|
30
|
+
DropdownMenu = "/enterprise/dropdown-menu/",
|
|
31
|
+
EnterpriseDock = "/enterprise/dock/"
|
|
30
32
|
}
|
|
33
|
+
declare const PageRoute: {
|
|
34
|
+
Browser: BrowserRoute.Browser;
|
|
35
|
+
BrowserPopupMenu: BrowserRoute.BrowserPopupMenu;
|
|
36
|
+
BrowserPopupMenuSaveModal: BrowserRoute.BrowserPopupMenuSaveModal;
|
|
37
|
+
BrowserPopupMenuLayouts: BrowserRoute.BrowserPopupMenuLayouts;
|
|
38
|
+
BrowserPopupMenuColorLinking: BrowserRoute.BrowserPopupMenuColorLinking;
|
|
39
|
+
BrowserIndicator: BrowserRoute.BrowserIndicator;
|
|
40
|
+
BrowserPopupMenuAddressSearchResultsView: BrowserRoute.BrowserPopupMenuAddressSearchResultsView;
|
|
41
|
+
ResponseModal: BrowserRoute.ResponseModal;
|
|
42
|
+
CloseConfirmationModal: BrowserRoute.CloseConfirmationModal;
|
|
43
|
+
EnterpriseBrowser: BrowserRoute.EnterpriseBrowser;
|
|
44
|
+
EnterpriseContextMenu: BrowserRoute.EnterpriseContextMenu;
|
|
45
|
+
EnterpriseBookmarkDialog: BrowserRoute.EnterpriseBookmarkDialog;
|
|
46
|
+
DropdownMenu: BrowserRoute.DropdownMenu;
|
|
47
|
+
EnterpriseDock: BrowserRoute.EnterpriseDock;
|
|
48
|
+
Home: WorkspaceRoute.Home;
|
|
49
|
+
HomeSearch: WorkspaceRoute.HomeSearch;
|
|
50
|
+
HomePagesRename: WorkspaceRoute.HomePagesRename;
|
|
51
|
+
Dock: WorkspaceRoute.Dock;
|
|
52
|
+
Docs: WorkspaceRoute.Docs;
|
|
53
|
+
Storefront: WorkspaceRoute.Storefront;
|
|
54
|
+
DeprecatedAlert: WorkspaceRoute.DeprecatedAlert;
|
|
55
|
+
Analytics: WorkspaceRoute.Analytics;
|
|
56
|
+
Provider: WorkspaceRoute.Provider;
|
|
57
|
+
};
|
|
58
|
+
type PageRoute = WorkspaceRoute | BrowserRoute;
|
|
31
59
|
export declare const Assets: {
|
|
32
60
|
readonly IconOpenFinLogo: "/icons/openfinlogo.svg";
|
|
33
61
|
readonly IconFilter: "/icons/filter.svg";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import type PageRoute from '../../../../common/src/utils/route';
|
|
2
2
|
/**
|
|
3
3
|
* Multiple different Next projects can be merged together into one using zones.
|
|
4
4
|
* This is the path prefix to a single one of those deployed projects.
|
|
@@ -8,6 +8,7 @@ import type { PageRoute } from '../route';
|
|
|
8
8
|
export declare enum Zone {
|
|
9
9
|
Home = "/home",
|
|
10
10
|
Browser = "/browser",
|
|
11
|
+
Enterprise = "/enterprise",
|
|
11
12
|
Provider = "/provider",
|
|
12
13
|
Storefront = "/storefront",
|
|
13
14
|
Dock = "/dock"
|