@finsemble/finsemble-ui 8.3.0-beta.8 → 8.3.1
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/FEA.d.ts +102 -28
- package/FEA.d.ts.map +1 -1
- package/FEA.js.map +1 -1
- package/clients/Interop/FinsembleDesktopAgent.d.ts +1 -0
- package/clients/Interop/FinsembleDesktopAgent.d.ts.map +1 -1
- package/clients/Interop/FinsembleDesktopAgent.js +17 -16
- package/clients/Interop/FinsembleDesktopAgent.js.map +1 -1
- package/clients/Interop/types.d.ts +1 -0
- package/clients/Interop/types.d.ts.map +1 -1
- package/clients/Startup/FSBLDesktop.d.ts +2 -8
- package/clients/Startup/FSBLDesktop.d.ts.map +1 -1
- package/clients/Startup/FSBLDesktop.js +2 -4
- package/clients/Startup/FSBLDesktop.js.map +1 -1
- package/clients/Startup/unhandledErrors.d.ts.map +1 -1
- package/clients/Startup/unhandledErrors.js +6 -4
- package/clients/Startup/unhandledErrors.js.map +1 -1
- package/clients/Startup/windowStartup.d.ts.map +1 -1
- package/clients/Startup/windowStartup.js +125 -112
- package/clients/Startup/windowStartup.js.map +1 -1
- package/clients/StoreModel.d.ts +8 -8
- package/clients/StoreModel.js +9 -9
- package/clients/StoreModel.js.map +1 -1
- package/clients/appsClient.d.ts +463 -0
- package/clients/appsClient.d.ts.map +1 -0
- package/clients/appsClient.js +696 -0
- package/clients/appsClient.js.map +1 -0
- package/clients/authenticationClient.d.ts +36 -27
- package/clients/authenticationClient.d.ts.map +1 -1
- package/clients/authenticationClient.js +18 -15
- package/clients/authenticationClient.js.map +1 -1
- package/clients/configClient.d.ts +189 -71
- package/clients/configClient.d.ts.map +1 -1
- package/clients/configClient.js +185 -114
- package/clients/configClient.js.map +1 -1
- package/clients/controller/DialogManagerClientController.d.ts +78 -0
- package/clients/controller/DialogManagerClientController.d.ts.map +1 -0
- package/clients/controller/DialogManagerClientController.js +213 -0
- package/clients/controller/DialogManagerClientController.js.map +1 -0
- package/clients/dialogManagerClient.d.ts +11 -75
- package/clients/dialogManagerClient.d.ts.map +1 -1
- package/clients/dialogManagerClient.js +11 -208
- package/clients/dialogManagerClient.js.map +1 -1
- package/clients/distributedStoreClient.d.ts +4 -0
- package/clients/distributedStoreClient.d.ts.map +1 -1
- package/clients/distributedStoreClient.js +4 -0
- package/clients/distributedStoreClient.js.map +1 -1
- package/clients/hotkeyClient.d.ts +23 -9
- package/clients/hotkeyClient.d.ts.map +1 -1
- package/clients/hotkeyClient.js +35 -14
- package/clients/hotkeyClient.js.map +1 -1
- package/clients/index.d.ts +2 -0
- package/clients/index.d.ts.map +1 -1
- package/clients/index.js +2 -0
- package/clients/index.js.map +1 -1
- package/clients/launcherClient.d.ts +55 -209
- package/clients/launcherClient.d.ts.map +1 -1
- package/clients/launcherClient.js +37 -422
- package/clients/launcherClient.js.map +1 -1
- package/clients/logger.d.ts +6 -0
- package/clients/logger.d.ts.map +1 -1
- package/clients/logger.js +49 -41
- package/clients/logger.js.map +1 -1
- package/clients/notificationClient.d.ts +32 -8
- package/clients/notificationClient.d.ts.map +1 -1
- package/clients/notificationClient.js +32 -8
- package/clients/notificationClient.js.map +1 -1
- package/clients/routerClient.d.ts +39 -21
- package/clients/routerClient.d.ts.map +1 -1
- package/clients/routerClient.js +38 -20
- package/clients/routerClient.js.map +1 -1
- package/clients/searchClient.d.ts +7 -2
- package/clients/searchClient.d.ts.map +1 -1
- package/clients/searchClient.js +7 -2
- package/clients/searchClient.js.map +1 -1
- package/clients/storageClient.d.ts +19 -6
- package/clients/storageClient.d.ts.map +1 -1
- package/clients/storageClient.js +18 -6
- package/clients/storageClient.js.map +1 -1
- package/clients/windowClient.d.ts +207 -80
- package/clients/windowClient.d.ts.map +1 -1
- package/clients/windowClient.js +291 -139
- package/clients/windowClient.js.map +1 -1
- package/clients/workspaceClient.d.ts +45 -18
- package/clients/workspaceClient.d.ts.map +1 -1
- package/clients/workspaceClient.js +41 -13
- package/clients/workspaceClient.js.map +1 -1
- package/common/Desktop.d.ts +12 -50
- package/common/Desktop.d.ts.map +1 -1
- package/common/Desktop.js +14 -64
- package/common/Desktop.js.map +1 -1
- package/common/FinsembleWindow.d.ts +5 -108
- package/common/FinsembleWindow.d.ts.map +1 -1
- package/common/FinsembleWindow.js +28 -349
- package/common/FinsembleWindow.js.map +1 -1
- package/common/Monitors.d.ts +30 -18
- package/common/Monitors.d.ts.map +1 -1
- package/common/Monitors.js +45 -80
- package/common/Monitors.js.map +1 -1
- package/common/Singleton.d.ts +7 -1
- package/common/Singleton.d.ts.map +1 -1
- package/common/Singleton.js +24 -11
- package/common/Singleton.js.map +1 -1
- package/common/constants.d.ts +3 -9
- package/common/constants.d.ts.map +1 -1
- package/common/constants.js +3 -14
- package/common/constants.js.map +1 -1
- package/common/events/FinsembleEvent.d.ts +1 -1
- package/common/events/FinsembleEvent.d.ts.map +1 -1
- package/common/redux/getRemoteStore.d.ts +53 -0
- package/common/redux/getRemoteStore.d.ts.map +1 -0
- package/common/redux/getRemoteStore.js +50 -0
- package/common/redux/getRemoteStore.js.map +1 -0
- package/common/redux/remoteReduxEnhancer.d.ts +7 -7
- package/common/redux/remoteReduxEnhancer.d.ts.map +1 -1
- package/common/redux/remoteReduxEnhancer.js +35 -20
- package/common/redux/remoteReduxEnhancer.js.map +1 -1
- package/common/redux/types.d.ts +14 -1
- package/common/redux/types.d.ts.map +1 -1
- package/common/systemManagerClient.d.ts +11 -5
- package/common/systemManagerClient.d.ts.map +1 -1
- package/common/systemManagerClient.js +25 -8
- package/common/systemManagerClient.js.map +1 -1
- package/common/util.d.ts +1 -7
- package/common/util.d.ts.map +1 -1
- package/common/util.js +1 -14
- package/common/util.js.map +1 -1
- package/deprecated/deprecatedFunctions.d.ts +1 -1
- package/deprecated/deprecatedFunctions.d.ts.map +1 -1
- package/deprecated/deprecatedFunctions.js +3 -4
- package/deprecated/deprecatedFunctions.js.map +1 -1
- package/deprecated/deprecatedlauncherClient.d.ts +1 -1
- package/deprecated/deprecatedlauncherClient.d.ts.map +1 -1
- package/deprecated/deprecatedlauncherClient.js.map +1 -1
- package/deprecated/dragAndDropClient.d.ts +4 -3
- package/deprecated/dragAndDropClient.d.ts.map +1 -1
- package/deprecated/dragAndDropClient.js +15 -4
- package/deprecated/dragAndDropClient.js.map +1 -1
- package/deprecated/linkerClient.d.ts +1 -1
- package/deprecated/linkerClient.d.ts.map +1 -1
- package/main.d.ts +289 -171
- package/main.d.ts.map +1 -1
- package/main.js +3 -1
- package/main.js.map +1 -1
- package/package.json +4 -4
- package/platform/services/Interop/modules/types.d.ts +2 -0
- package/platform/services/Interop/modules/types.d.ts.map +1 -1
- package/platform/services/Interop/types.d.ts +24 -2
- package/platform/services/Interop/types.d.ts.map +1 -1
- package/platform/services/Interop/types.js.map +1 -1
- package/platform/services/router/types.d.ts +5 -6
- package/platform/services/router/types.d.ts.map +1 -1
- package/platform/services/systemManager/_constants.d.ts +1 -0
- package/platform/services/systemManager/_constants.d.ts.map +1 -1
- package/platform/services/systemManager/_constants.js +2 -0
- package/platform/services/systemManager/_constants.js.map +1 -1
- package/platform/services/systemManager/types.d.ts +1 -1
- package/platform/services/systemManager/types.d.ts.map +1 -1
- package/platform/services/systemManager/types.js.map +1 -1
- package/platform/services/window/modules/actions.d.ts +68 -0
- package/platform/services/window/modules/actions.d.ts.map +1 -0
- package/platform/services/window/modules/actions.js +60 -0
- package/platform/services/window/modules/actions.js.map +1 -0
- package/platform/services/window/types.d.ts +275 -51
- package/platform/services/window/types.d.ts.map +1 -1
- package/platform/services/workspace/types.d.ts +4 -3
- package/platform/services/workspace/types.d.ts.map +1 -1
- package/react/actions/smartDesktopDesignerActions.d.ts +7 -1
- package/react/actions/smartDesktopDesignerActions.d.ts.map +1 -1
- package/react/actions/smartDesktopDesignerActions.js +3 -0
- package/react/actions/smartDesktopDesignerActions.js.map +1 -1
- package/react/assets/css/core/icons.css +0 -5
- package/react/assets/css/dialogs.css +2 -1
- package/react/assets/css/fonts/icons-reference.html +1 -1
- package/react/assets/css/processMonitor.css +9 -4
- package/react/assets/css/userPreferences.css +1 -1
- package/react/assets/css/windowTitleBar.css +101 -285
- package/react/assets/icons/chevron-down.svg +1 -0
- package/react/assets/icons/chevron-up.svg +1 -0
- package/react/components/appCatalog/AppCatalog.d.ts +3 -0
- package/react/components/appCatalog/AppCatalog.d.ts.map +1 -1
- package/react/components/appCatalog/AppCatalog.js +3 -0
- package/react/components/appCatalog/AppCatalog.js.map +1 -1
- package/react/components/appCatalog/AppCatalogComponent.d.ts +4 -0
- package/react/components/appCatalog/AppCatalogComponent.d.ts.map +1 -1
- package/react/components/appCatalog/AppCatalogComponent.js +6 -2
- package/react/components/appCatalog/AppCatalogComponent.js.map +1 -1
- package/react/components/common/ButtonRow.d.ts.map +1 -1
- package/react/components/common/ButtonRow.js +4 -9
- package/react/components/common/ButtonRow.js.map +1 -1
- package/react/components/common/Checkbox.d.ts +1 -0
- package/react/components/common/Checkbox.d.ts.map +1 -1
- package/react/components/common/Checkbox.js +14 -2
- package/react/components/common/Checkbox.js.map +1 -1
- package/react/components/common/ContextMenu.d.ts.map +1 -1
- package/react/components/common/ContextMenu.js +5 -11
- package/react/components/common/ContextMenu.js.map +1 -1
- package/react/components/common/DropdownButton.d.ts.map +1 -1
- package/react/components/common/DropdownButton.js +11 -24
- package/react/components/common/DropdownButton.js.map +1 -1
- package/react/components/common/FinsembleIcon.d.ts +1 -1
- package/react/components/common/FinsembleIcon.d.ts.map +1 -1
- package/react/components/common/FinsembleIcon.js +6 -4
- package/react/components/common/FinsembleIcon.js.map +1 -1
- package/react/components/common/FinsembleLink.d.ts +7 -0
- package/react/components/common/FinsembleLink.d.ts.map +1 -0
- package/react/components/common/FinsembleLink.js +13 -0
- package/react/components/common/FinsembleLink.js.map +1 -0
- package/react/components/common/Header.d.ts +1 -0
- package/react/components/common/Header.d.ts.map +1 -1
- package/react/components/common/Header.js +4 -2
- package/react/components/common/Header.js.map +1 -1
- package/react/components/common/css/accordion.css +9 -21
- package/react/components/common/css/application-edit-page.css +0 -15
- package/react/components/common/css/application-list.css +54 -23
- package/react/components/common/css/button.css +20 -0
- package/react/components/common/css/selector.css +3 -1
- package/react/components/downloadManager/DownloadManager.d.ts +1 -1
- package/react/components/downloadManager/DownloadManager.d.ts.map +1 -1
- package/react/components/downloadManager/DownloadManager.js +2 -4
- package/react/components/downloadManager/DownloadManager.js.map +1 -1
- package/react/components/fdc3Resolver/ResolverContainer.d.ts +6 -0
- package/react/components/fdc3Resolver/ResolverContainer.d.ts.map +1 -1
- package/react/components/fdc3Resolver/ResolverContainer.js +37 -89
- package/react/components/fdc3Resolver/ResolverContainer.js.map +1 -1
- package/react/components/fdc3Resolver/ResolverDialog.d.ts +10 -1
- package/react/components/fdc3Resolver/ResolverDialog.d.ts.map +1 -1
- package/react/components/fdc3Resolver/ResolverDialog.js +78 -66
- package/react/components/fdc3Resolver/ResolverDialog.js.map +1 -1
- package/react/components/icon/Icon.js +1 -1
- package/react/components/icon/Icon.js.map +1 -1
- package/react/components/legacyControls/FinsembleDialogTextInput.d.ts +1 -1
- package/react/components/legacyControls/FinsembleDialogTextInput.d.ts.map +1 -1
- package/react/components/linker/remoteRedux.d.ts +2 -9
- package/react/components/linker/remoteRedux.d.ts.map +1 -1
- package/react/components/linker/remoteRedux.js +2 -22
- package/react/components/linker/remoteRedux.js.map +1 -1
- package/react/components/notifications/components/shared/IconButton.d.ts +1 -1
- package/react/components/notifications/components/shared/IconButton.d.ts.map +1 -1
- package/react/components/notifications/components/shared/IconButton.js +2 -2
- package/react/components/notifications/components/shared/IconButton.js.map +1 -1
- package/react/components/notifications/components/shared/NotificationCardShell.d.ts +1 -1
- package/react/components/notifications/components/shared/NotificationCardShell.d.ts.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.d.ts +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.d.ts.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.d.ts +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.d.ts.map +1 -1
- package/react/components/notifications/css/notification-center.css +2 -0
- package/react/components/processMonitor/ProcessMonitor.d.ts.map +1 -1
- package/react/components/processMonitor/ProcessMonitor.js +14 -36
- package/react/components/processMonitor/ProcessMonitor.js.map +1 -1
- package/react/components/processMonitor/ProcessMonitorTypes.d.ts +0 -4
- package/react/components/processMonitor/ProcessMonitorTypes.d.ts.map +1 -1
- package/react/components/processMonitor/ProcessMonitorTypes.js +1 -5
- package/react/components/processMonitor/ProcessMonitorTypes.js.map +1 -1
- package/react/components/processMonitor/components/ChildWindow.d.ts +2 -3
- package/react/components/processMonitor/components/ChildWindow.d.ts.map +1 -1
- package/react/components/processMonitor/components/ChildWindow.js +5 -9
- package/react/components/processMonitor/components/ChildWindow.js.map +1 -1
- package/react/components/processMonitor/components/ListHeader.d.ts +1 -5
- package/react/components/processMonitor/components/ListHeader.d.ts.map +1 -1
- package/react/components/processMonitor/components/ListHeader.js +3 -2
- package/react/components/processMonitor/components/ListHeader.js.map +1 -1
- package/react/components/processMonitor/components/Process.d.ts +10 -0
- package/react/components/processMonitor/components/Process.d.ts.map +1 -0
- package/react/components/processMonitor/components/Process.js +11 -0
- package/react/components/processMonitor/components/Process.js.map +1 -0
- package/react/components/processMonitor/components/ProcessStatistics.d.ts +5 -4
- package/react/components/processMonitor/components/ProcessStatistics.d.ts.map +1 -1
- package/react/components/processMonitor/components/ProcessStatistics.js +10 -7
- package/react/components/processMonitor/components/ProcessStatistics.js.map +1 -1
- package/react/components/processMonitor/constants.d.ts +1 -2
- package/react/components/processMonitor/constants.d.ts.map +1 -1
- package/react/components/processMonitor/constants.js +2 -8
- package/react/components/processMonitor/constants.js.map +1 -1
- package/react/components/processMonitor/helpers.d.ts +0 -1
- package/react/components/processMonitor/helpers.d.ts.map +1 -1
- package/react/components/processMonitor/helpers.js +2 -9
- package/react/components/processMonitor/helpers.js.map +1 -1
- package/react/components/processMonitor/stores/ProcessMonitorStore.d.ts +0 -4
- package/react/components/processMonitor/stores/ProcessMonitorStore.d.ts.map +1 -1
- package/react/components/processMonitor/stores/ProcessMonitorStore.js +0 -29
- package/react/components/processMonitor/stores/ProcessMonitorStore.js.map +1 -1
- package/react/components/sdd/Content.d.ts +9 -0
- package/react/components/sdd/Content.d.ts.map +1 -0
- package/react/components/sdd/Content.js +7 -0
- package/react/components/sdd/Content.js.map +1 -0
- package/react/components/sdd/Dashboard.d.ts +20 -0
- package/react/components/sdd/Dashboard.d.ts.map +1 -0
- package/react/components/sdd/Dashboard.js +103 -0
- package/react/components/sdd/Dashboard.js.map +1 -0
- package/react/components/sdd/Export.d.ts +24 -0
- package/react/components/sdd/Export.d.ts.map +1 -0
- package/react/components/sdd/Export.js +133 -0
- package/react/components/sdd/Export.js.map +1 -0
- package/react/components/sdd/ExportCloud.d.ts +7 -0
- package/react/components/sdd/ExportCloud.d.ts.map +1 -0
- package/react/components/sdd/ExportCloud.js +38 -0
- package/react/components/sdd/ExportCloud.js.map +1 -0
- package/react/components/sdd/ExportDeployInfo.d.ts +3 -0
- package/react/components/sdd/ExportDeployInfo.d.ts.map +1 -0
- package/react/components/sdd/ExportDeployInfo.js +18 -0
- package/react/components/sdd/ExportDeployInfo.js.map +1 -0
- package/react/components/sdd/ExportZip.d.ts +7 -0
- package/react/components/sdd/ExportZip.d.ts.map +1 -0
- package/react/components/sdd/ExportZip.js +43 -0
- package/react/components/sdd/ExportZip.js.map +1 -0
- package/react/components/sdd/ProjectErrors.d.ts +12 -0
- package/react/components/sdd/ProjectErrors.d.ts.map +1 -0
- package/react/components/sdd/ProjectErrors.js +26 -0
- package/react/components/sdd/ProjectErrors.js.map +1 -0
- package/react/components/sdd/ProjectMasonry.d.ts +13 -0
- package/react/components/sdd/ProjectMasonry.d.ts.map +1 -0
- package/react/components/sdd/ProjectMasonry.js +22 -0
- package/react/components/sdd/ProjectMasonry.js.map +1 -0
- package/react/components/sdd/Publish.d.ts +9 -0
- package/react/components/sdd/Publish.d.ts.map +1 -0
- package/react/components/sdd/Publish.js +113 -0
- package/react/components/sdd/Publish.js.map +1 -0
- package/react/components/sdd/PublishProgress.d.ts +10 -0
- package/react/components/sdd/PublishProgress.d.ts.map +1 -0
- package/react/components/sdd/PublishProgress.js +24 -0
- package/react/components/sdd/PublishProgress.js.map +1 -0
- package/react/components/sdd/View.d.ts +9 -0
- package/react/components/sdd/View.d.ts.map +1 -0
- package/react/components/sdd/View.js +7 -0
- package/react/components/sdd/View.js.map +1 -0
- package/react/components/sdd/css/addApp.css +62 -8
- package/react/components/sdd/css/appD.css +81 -0
- package/react/components/sdd/css/appDViewer.css +93 -0
- package/react/components/sdd/css/applications.css +53 -15
- package/react/components/sdd/css/exportAppD.css +31 -0
- package/react/components/sdd/css/horizontalScroll.css +9 -0
- package/react/components/sdd/css/project-header.css +2 -1
- package/react/components/sdd/css/views.css +3 -0
- package/react/components/sdd/smartDesktopClient.d.ts +627 -0
- package/react/components/sdd/smartDesktopClient.d.ts.map +1 -0
- package/react/components/sdd/smartDesktopClient.js +1222 -0
- package/react/components/sdd/smartDesktopClient.js.map +1 -0
- package/react/components/sdd/types.d.ts +9 -0
- package/react/components/sdd/types.d.ts.map +1 -0
- package/react/components/sdd/types.js +2 -0
- package/react/components/sdd/types.js.map +1 -0
- package/react/components/search/SearchInput.d.ts +1 -2
- package/react/components/search/SearchInput.d.ts.map +1 -1
- package/react/components/search/SearchInput.js +11 -13
- package/react/components/search/SearchInput.js.map +1 -1
- package/react/components/search/SearchResults.d.ts.map +1 -1
- package/react/components/search/SearchResults.js +6 -6
- package/react/components/search/SearchResults.js.map +1 -1
- package/react/components/shared/openQuitConfirmationDialog.d.ts.map +1 -1
- package/react/components/shared/openQuitConfirmationDialog.js +31 -4
- package/react/components/shared/openQuitConfirmationDialog.js.map +1 -1
- package/react/components/singleInputDialog/SingleInputDialog.d.ts.map +1 -1
- package/react/components/singleInputDialog/SingleInputDialog.js +83 -100
- package/react/components/singleInputDialog/SingleInputDialog.js.map +1 -1
- package/react/components/toolbar/DownloadButton.d.ts +1 -1
- package/react/components/toolbar/DownloadButton.d.ts.map +1 -1
- package/react/components/toolbar/DownloadButton.js +3 -6
- package/react/components/toolbar/DownloadButton.js.map +1 -1
- package/react/components/toolbar/DragHandle.d.ts.map +1 -1
- package/react/components/toolbar/DragHandle.js +8 -5
- package/react/components/toolbar/DragHandle.js.map +1 -1
- package/react/components/toolbar/ToolbarIcon.d.ts.map +1 -1
- package/react/components/toolbar/ToolbarIcon.js +10 -1
- package/react/components/toolbar/ToolbarIcon.js.map +1 -1
- package/react/components/toolbar/ToolbarShell.d.ts +1 -0
- package/react/components/toolbar/ToolbarShell.d.ts.map +1 -1
- package/react/components/toolbar/ToolbarShell.js +3 -2
- package/react/components/toolbar/ToolbarShell.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.js +3 -0
- package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.js.map +1 -1
- package/react/components/userPreferences/components/content/Workspaces.d.ts +5 -0
- package/react/components/userPreferences/components/content/Workspaces.d.ts.map +1 -1
- package/react/components/userPreferences/components/content/Workspaces.js +14 -1
- package/react/components/userPreferences/components/content/Workspaces.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.d.ts.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.js +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.d.ts.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.js +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.js.map +1 -1
- package/react/components/utils.d.ts +50 -0
- package/react/components/utils.d.ts.map +1 -0
- package/react/components/utils.js +60 -0
- package/react/components/utils.js.map +1 -0
- package/react/components/windowTitleBar/AlwaysOnTopButton.d.ts +9 -0
- package/react/components/windowTitleBar/AlwaysOnTopButton.d.ts.map +1 -0
- package/react/components/windowTitleBar/AlwaysOnTopButton.js +29 -0
- package/react/components/windowTitleBar/AlwaysOnTopButton.js.map +1 -0
- package/react/components/windowTitleBar/CloseButton.d.ts.map +1 -0
- package/react/components/windowTitleBar/CloseButton.js +22 -0
- package/react/components/windowTitleBar/CloseButton.js.map +1 -0
- package/react/components/windowTitleBar/GroupingButton.d.ts +3 -0
- package/react/components/windowTitleBar/GroupingButton.d.ts.map +1 -0
- package/react/components/windowTitleBar/GroupingButton.js +25 -0
- package/react/components/windowTitleBar/GroupingButton.js.map +1 -0
- package/react/components/windowTitleBar/LinkerButton.d.ts.map +1 -0
- package/react/components/windowTitleBar/{components/left/LinkerButton.js → LinkerButton.js} +4 -4
- package/react/components/windowTitleBar/LinkerButton.js.map +1 -0
- package/react/components/windowTitleBar/LinkerButtonDeprecated.d.ts +11 -0
- package/react/components/windowTitleBar/LinkerButtonDeprecated.d.ts.map +1 -0
- package/react/components/windowTitleBar/LinkerButtonDeprecated.js +63 -0
- package/react/components/windowTitleBar/LinkerButtonDeprecated.js.map +1 -0
- package/react/components/windowTitleBar/LinkerGroups.d.ts.map +1 -0
- package/react/components/windowTitleBar/{components/left/LinkerGroups.js → LinkerGroups.js} +2 -3
- package/react/components/windowTitleBar/LinkerGroups.js.map +1 -0
- package/react/components/windowTitleBar/LinkerGroupsDeprecated.d.ts +7 -0
- package/react/components/windowTitleBar/LinkerGroupsDeprecated.d.ts.map +1 -0
- package/react/components/windowTitleBar/LinkerGroupsDeprecated.js +35 -0
- package/react/components/windowTitleBar/LinkerGroupsDeprecated.js.map +1 -0
- package/react/components/windowTitleBar/MaximizeButton.d.ts +3 -0
- package/react/components/windowTitleBar/MaximizeButton.d.ts.map +1 -0
- package/react/components/windowTitleBar/MaximizeButton.js +18 -0
- package/react/components/windowTitleBar/MaximizeButton.js.map +1 -0
- package/react/components/windowTitleBar/MinimizeButton.d.ts +3 -0
- package/react/components/windowTitleBar/MinimizeButton.d.ts.map +1 -0
- package/react/components/windowTitleBar/MinimizeButton.js +21 -0
- package/react/components/windowTitleBar/MinimizeButton.js.map +1 -0
- package/react/components/windowTitleBar/ShareButton.d.ts +3 -0
- package/react/components/windowTitleBar/ShareButton.d.ts.map +1 -0
- package/react/components/windowTitleBar/ShareButton.js +24 -0
- package/react/components/windowTitleBar/ShareButton.js.map +1 -0
- package/react/components/windowTitleBar/TabRegion.d.ts +7 -0
- package/react/components/windowTitleBar/TabRegion.d.ts.map +1 -0
- package/react/components/windowTitleBar/TabRegion.js +479 -0
- package/react/components/windowTitleBar/TabRegion.js.map +1 -0
- package/react/components/windowTitleBar/TabTitle.d.ts +8 -0
- package/react/components/windowTitleBar/TabTitle.d.ts.map +1 -0
- package/react/components/windowTitleBar/TabTitle.js +17 -0
- package/react/components/windowTitleBar/TabTitle.js.map +1 -0
- package/react/components/windowTitleBar/TitleEdit.d.ts +10 -0
- package/react/components/windowTitleBar/TitleEdit.d.ts.map +1 -0
- package/react/components/windowTitleBar/TitleEdit.js +30 -0
- package/react/components/windowTitleBar/TitleEdit.js.map +1 -0
- package/react/components/windowTitleBar/WindowTitleBarContext.d.ts +12 -0
- package/react/components/windowTitleBar/WindowTitleBarContext.d.ts.map +1 -0
- package/react/components/windowTitleBar/WindowTitleBarContext.js +3 -0
- package/react/components/windowTitleBar/WindowTitleBarContext.js.map +1 -0
- package/react/components/windowTitleBar/WindowTitleBarShell.d.ts +14 -272
- package/react/components/windowTitleBar/WindowTitleBarShell.d.ts.map +1 -1
- package/react/components/windowTitleBar/WindowTitleBarShell.js +41 -929
- package/react/components/windowTitleBar/WindowTitleBarShell.js.map +1 -1
- package/react/components/windowTitleBar/index.d.ts +9 -8
- package/react/components/windowTitleBar/index.d.ts.map +1 -1
- package/react/components/windowTitleBar/index.js +9 -8
- package/react/components/windowTitleBar/index.js.map +1 -1
- package/react/components/windowTitleBar/useKeyboardNavigation.d.ts +7 -0
- package/react/components/windowTitleBar/useKeyboardNavigation.d.ts.map +1 -0
- package/react/components/windowTitleBar/useKeyboardNavigation.js +57 -0
- package/react/components/windowTitleBar/useKeyboardNavigation.js.map +1 -0
- package/react/components/windowTitleBar/useMaximize.d.ts +5 -0
- package/react/components/windowTitleBar/useMaximize.d.ts.map +1 -0
- package/react/components/windowTitleBar/useMaximize.js +23 -0
- package/react/components/windowTitleBar/useMaximize.js.map +1 -0
- package/react/components/yesNoDialog/timer.js +2 -1
- package/react/components/yesNoDialog/timer.js.map +1 -1
- package/react/hooks/useDashbar.d.ts.map +1 -1
- package/react/hooks/useDashbar.js.map +1 -1
- package/react/hooks/useDragRegion.d.ts +27 -0
- package/react/hooks/useDragRegion.d.ts.map +1 -0
- package/react/hooks/useDragRegion.js +74 -0
- package/react/hooks/useDragRegion.js.map +1 -0
- package/react/hooks/useInjectedTitleBar.d.ts +3 -0
- package/react/hooks/useInjectedTitleBar.d.ts.map +1 -0
- package/react/hooks/useInjectedTitleBar.js +437 -0
- package/react/hooks/useInjectedTitleBar.js.map +1 -0
- package/react/hooks/useNotifications.d.ts +1 -1
- package/react/hooks/useToolbar.d.ts +1 -0
- package/react/hooks/useToolbar.d.ts.map +1 -1
- package/react/hooks/useToolbar.js +13 -3
- package/react/hooks/useToolbar.js.map +1 -1
- package/react/reducers/rootReducer.d.ts +12 -0
- package/react/reducers/rootReducer.d.ts.map +1 -1
- package/react/reducers/smartDesktopDesignerReducer.d.ts.map +1 -1
- package/react/reducers/smartDesktopDesignerReducer.js +12 -0
- package/react/reducers/smartDesktopDesignerReducer.js.map +1 -1
- package/react/store.d.ts +24 -0
- package/react/store.d.ts.map +1 -1
- package/react/types/smartDesktopDesignerTypes.d.ts +42 -1
- package/react/types/smartDesktopDesignerTypes.d.ts.map +1 -1
- package/react/types/smartDesktopDesignerTypes.js.map +1 -1
- package/typedefs/FDC3/api/AppMetadata.d.ts +1 -0
- package/typedefs/FDC3/api/AppMetadata.d.ts.map +1 -1
- package/typedoc-types.d.ts +9 -0
- package/typedoc-types.d.ts.map +1 -0
- package/typedoc-types.js +6 -0
- package/typedoc-types.js.map +1 -0
- package/types.d.ts +5 -11
- package/types.d.ts.map +1 -1
- package/types.js +2 -0
- package/types.js.map +1 -1
- package/common/events/PrivateEventManager.d.ts +0 -95
- package/common/events/PrivateEventManager.d.ts.map +0 -1
- package/common/events/PrivateEventManager.js +0 -295
- package/common/events/PrivateEventManager.js.map +0 -1
- package/common/events/PrivateFinsembleEvent.d.ts +0 -30
- package/common/events/PrivateFinsembleEvent.d.ts.map +0 -1
- package/common/events/PrivateFinsembleEvent.js +0 -65
- package/common/events/PrivateFinsembleEvent.js.map +0 -1
- package/common/redux/createReducer.d.ts +0 -128
- package/common/redux/createReducer.d.ts.map +0 -1
- package/common/redux/createReducer.js +0 -298
- package/common/redux/createReducer.js.map +0 -1
- package/common/redux/index.d.ts +0 -3
- package/common/redux/index.d.ts.map +0 -1
- package/common/redux/index.js +0 -3
- package/common/redux/index.js.map +0 -1
- package/platform/services/window/Common/Pools/ObjectPool.d.ts +0 -11
- package/platform/services/window/Common/Pools/ObjectPool.d.ts.map +0 -1
- package/platform/services/window/Common/Pools/ObjectPool.js +0 -43
- package/platform/services/window/Common/Pools/ObjectPool.js.map +0 -1
- package/platform/services/window/Common/Pools/PoolSingletons.d.ts +0 -10
- package/platform/services/window/Common/Pools/PoolSingletons.d.ts.map +0 -1
- package/platform/services/window/Common/Pools/PoolSingletons.js +0 -10
- package/platform/services/window/Common/Pools/PoolSingletons.js.map +0 -1
- package/platform/services/window/Common/Pools/WindowPool.d.ts +0 -7
- package/platform/services/window/Common/Pools/WindowPool.d.ts.map +0 -1
- package/platform/services/window/Common/Pools/WindowPool.js +0 -16
- package/platform/services/window/Common/Pools/WindowPool.js.map +0 -1
- package/platform/services/window/Docking/boxMath.d.ts +0 -144
- package/platform/services/window/Docking/boxMath.d.ts.map +0 -1
- package/platform/services/window/Docking/boxMath.js +0 -511
- package/platform/services/window/Docking/boxMath.js.map +0 -1
- package/platform/services/window/Docking/constants.d.ts +0 -29
- package/platform/services/window/Docking/constants.d.ts.map +0 -1
- package/platform/services/window/Docking/constants.js +0 -29
- package/platform/services/window/Docking/constants.js.map +0 -1
- package/platform/services/window/Docking/dockableBox.d.ts +0 -117
- package/platform/services/window/Docking/dockableBox.d.ts.map +0 -1
- package/platform/services/window/Docking/dockableBox.js +0 -525
- package/platform/services/window/Docking/dockableBox.js.map +0 -1
- package/platform/services/window/Docking/dockableGroup.d.ts +0 -252
- package/platform/services/window/Docking/dockableGroup.d.ts.map +0 -1
- package/platform/services/window/Docking/dockableGroup.js +0 -1054
- package/platform/services/window/Docking/dockableGroup.js.map +0 -1
- package/platform/services/window/Docking/dockableMonitor.d.ts +0 -99
- package/platform/services/window/Docking/dockableMonitor.d.ts.map +0 -1
- package/platform/services/window/Docking/dockableMonitor.js +0 -427
- package/platform/services/window/Docking/dockableMonitor.js.map +0 -1
- package/platform/services/window/Docking/dockableWindow.d.ts +0 -272
- package/platform/services/window/Docking/dockableWindow.d.ts.map +0 -1
- package/platform/services/window/Docking/dockableWindow.js +0 -1239
- package/platform/services/window/Docking/dockableWindow.js.map +0 -1
- package/platform/services/window/Docking/dockingCalculator.d.ts +0 -741
- package/platform/services/window/Docking/dockingCalculator.d.ts.map +0 -1
- package/platform/services/window/Docking/dockingCalculator.js +0 -3438
- package/platform/services/window/Docking/dockingCalculator.js.map +0 -1
- package/platform/services/window/Docking/dockingMain.d.ts +0 -349
- package/platform/services/window/Docking/dockingMain.d.ts.map +0 -1
- package/platform/services/window/Docking/dockingMain.js +0 -2541
- package/platform/services/window/Docking/dockingMain.js.map +0 -1
- package/platform/services/window/Docking/maskBoundsCalculator.d.ts +0 -28
- package/platform/services/window/Docking/maskBoundsCalculator.d.ts.map +0 -1
- package/platform/services/window/Docking/maskBoundsCalculator.js +0 -67
- package/platform/services/window/Docking/maskBoundsCalculator.js.map +0 -1
- package/platform/services/window/Docking/monitorUpdateHandler.d.ts +0 -32
- package/platform/services/window/Docking/monitorUpdateHandler.d.ts.map +0 -1
- package/platform/services/window/Docking/monitorUpdateHandler.js +0 -117
- package/platform/services/window/Docking/monitorUpdateHandler.js.map +0 -1
- package/platform/services/window/Docking/types.d.ts +0 -334
- package/platform/services/window/Docking/types.d.ts.map +0 -1
- package/platform/services/window/Docking/types.js +0 -12
- package/platform/services/window/Docking/types.js.map +0 -1
- package/platform/services/window/MultiWindowFeatures/autoArrange.d.ts +0 -90
- package/platform/services/window/MultiWindowFeatures/autoArrange.d.ts.map +0 -1
- package/platform/services/window/MultiWindowFeatures/autoArrange.js +0 -510
- package/platform/services/window/MultiWindowFeatures/autoArrange.js.map +0 -1
- package/platform/services/window/StackedWindowManager/stackedWindowManager.d.ts +0 -411
- package/platform/services/window/StackedWindowManager/stackedWindowManager.d.ts.map +0 -1
- package/platform/services/window/StackedWindowManager/stackedWindowManager.js +0 -1641
- package/platform/services/window/StackedWindowManager/stackedWindowManager.js.map +0 -1
- package/platform/services/window/WindowAbstractions/BaseWindow.d.ts +0 -469
- package/platform/services/window/WindowAbstractions/BaseWindow.d.ts.map +0 -1
- package/platform/services/window/WindowAbstractions/BaseWindow.js +0 -1347
- package/platform/services/window/WindowAbstractions/BaseWindow.js.map +0 -1
- package/platform/services/window/WindowAbstractions/FinsembleWindowInternal.d.ts +0 -9
- package/platform/services/window/WindowAbstractions/FinsembleWindowInternal.d.ts.map +0 -1
- package/platform/services/window/WindowAbstractions/FinsembleWindowInternal.js +0 -23
- package/platform/services/window/WindowAbstractions/FinsembleWindowInternal.js.map +0 -1
- package/platform/services/window/WindowAbstractions/WebWindowWrapper.d.ts +0 -227
- package/platform/services/window/WindowAbstractions/WebWindowWrapper.d.ts.map +0 -1
- package/platform/services/window/WindowAbstractions/WebWindowWrapper.js +0 -1168
- package/platform/services/window/WindowAbstractions/WebWindowWrapper.js.map +0 -1
- package/platform/services/window/WindowAbstractions/externalWindowWrapper.d.ts +0 -121
- package/platform/services/window/WindowAbstractions/externalWindowWrapper.d.ts.map +0 -1
- package/platform/services/window/WindowAbstractions/externalWindowWrapper.js +0 -591
- package/platform/services/window/WindowAbstractions/externalWindowWrapper.js.map +0 -1
- package/platform/services/window/WindowAbstractions/stackedWindowWrapper.d.ts +0 -194
- package/platform/services/window/WindowAbstractions/stackedWindowWrapper.d.ts.map +0 -1
- package/platform/services/window/WindowAbstractions/stackedWindowWrapper.js +0 -680
- package/platform/services/window/WindowAbstractions/stackedWindowWrapper.js.map +0 -1
- package/platform/services/window/windowGroup.d.ts +0 -86
- package/platform/services/window/windowGroup.d.ts.map +0 -1
- package/platform/services/window/windowGroup.js +0 -323
- package/platform/services/window/windowGroup.js.map +0 -1
- package/platform/services/workspace/windowStorageManager.d.ts +0 -180
- package/platform/services/workspace/windowStorageManager.d.ts.map +0 -1
- package/platform/services/workspace/windowStorageManager.js +0 -195
- package/platform/services/workspace/windowStorageManager.js.map +0 -1
- package/react/assets/icons/question-circle.svg +0 -6
- package/react/components/legacyControls/FinsembleHoverDetector.d.ts +0 -23
- package/react/components/legacyControls/FinsembleHoverDetector.d.ts.map +0 -1
- package/react/components/legacyControls/FinsembleHoverDetector.js +0 -57
- package/react/components/legacyControls/FinsembleHoverDetector.js.map +0 -1
- package/react/components/sdd/Appearance.helpers.d.ts +0 -2
- package/react/components/sdd/Appearance.helpers.d.ts.map +0 -1
- package/react/components/sdd/Appearance.helpers.js +0 -2
- package/react/components/sdd/Appearance.helpers.js.map +0 -1
- package/react/components/shared/linkerUtil.d.ts +0 -4
- package/react/components/shared/linkerUtil.d.ts.map +0 -1
- package/react/components/shared/linkerUtil.js +0 -10
- package/react/components/shared/linkerUtil.js.map +0 -1
- package/react/components/windowTitleBar/components/center/Tab.d.ts +0 -31
- package/react/components/windowTitleBar/components/center/Tab.d.ts.map +0 -1
- package/react/components/windowTitleBar/components/center/Tab.js +0 -58
- package/react/components/windowTitleBar/components/center/Tab.js.map +0 -1
- package/react/components/windowTitleBar/components/center/TabList.d.ts +0 -138
- package/react/components/windowTitleBar/components/center/TabList.d.ts.map +0 -1
- package/react/components/windowTitleBar/components/center/TabList.js +0 -614
- package/react/components/windowTitleBar/components/center/TabList.js.map +0 -1
- package/react/components/windowTitleBar/components/center/TabRegion.d.ts +0 -3
- package/react/components/windowTitleBar/components/center/TabRegion.d.ts.map +0 -1
- package/react/components/windowTitleBar/components/center/TabRegion.js +0 -13
- package/react/components/windowTitleBar/components/center/TabRegion.js.map +0 -1
- package/react/components/windowTitleBar/components/left/LinkerButton.d.ts.map +0 -1
- package/react/components/windowTitleBar/components/left/LinkerButton.js.map +0 -1
- package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.d.ts +0 -85
- package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.d.ts.map +0 -1
- package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.js +0 -172
- package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.js.map +0 -1
- package/react/components/windowTitleBar/components/left/LinkerGroups.d.ts.map +0 -1
- package/react/components/windowTitleBar/components/left/LinkerGroups.js.map +0 -1
- package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.d.ts +0 -50
- package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.d.ts.map +0 -1
- package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.js +0 -120
- package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.js.map +0 -1
- package/react/components/windowTitleBar/components/left/ShareButton.d.ts +0 -42
- package/react/components/windowTitleBar/components/left/ShareButton.d.ts.map +0 -1
- package/react/components/windowTitleBar/components/left/ShareButton.js +0 -82
- package/react/components/windowTitleBar/components/left/ShareButton.js.map +0 -1
- package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.d.ts +0 -3
- package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.d.ts.map +0 -1
- package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.js +0 -15
- package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.js.map +0 -1
- package/react/components/windowTitleBar/components/right/CloseButton.d.ts.map +0 -1
- package/react/components/windowTitleBar/components/right/CloseButton.js +0 -16
- package/react/components/windowTitleBar/components/right/CloseButton.js.map +0 -1
- package/react/components/windowTitleBar/components/right/GroupingButton.d.ts +0 -50
- package/react/components/windowTitleBar/components/right/GroupingButton.d.ts.map +0 -1
- package/react/components/windowTitleBar/components/right/GroupingButton.js +0 -82
- package/react/components/windowTitleBar/components/right/GroupingButton.js.map +0 -1
- package/react/components/windowTitleBar/components/right/MaximizeButton.d.ts +0 -59
- package/react/components/windowTitleBar/components/right/MaximizeButton.d.ts.map +0 -1
- package/react/components/windowTitleBar/components/right/MaximizeButton.js +0 -96
- package/react/components/windowTitleBar/components/right/MaximizeButton.js.map +0 -1
- package/react/components/windowTitleBar/components/right/MinimizeButton.d.ts +0 -26
- package/react/components/windowTitleBar/components/right/MinimizeButton.d.ts.map +0 -1
- package/react/components/windowTitleBar/components/right/MinimizeButton.js +0 -32
- package/react/components/windowTitleBar/components/right/MinimizeButton.js.map +0 -1
- package/react/components/windowTitleBar/components/windowTitle.d.ts +0 -67
- package/react/components/windowTitleBar/components/windowTitle.d.ts.map +0 -1
- package/react/components/windowTitleBar/components/windowTitle.js +0 -382
- package/react/components/windowTitleBar/components/windowTitle.js.map +0 -1
- package/react/components/windowTitleBar/stores/windowTitleBarStore.d.ts +0 -69
- package/react/components/windowTitleBar/stores/windowTitleBarStore.d.ts.map +0 -1
- package/react/components/windowTitleBar/stores/windowTitleBarStore.js +0 -610
- package/react/components/windowTitleBar/stores/windowTitleBarStore.js.map +0 -1
- package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.d.ts +0 -44
- package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.d.ts.map +0 -1
- package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.js +0 -43
- package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.js.map +0 -1
- package/react/components/windowTitleBar/windowTitleBarContext.d.ts +0 -23
- package/react/components/windowTitleBar/windowTitleBarContext.d.ts.map +0 -1
- package/react/components/windowTitleBar/windowTitleBarContext.js +0 -22
- package/react/components/windowTitleBar/windowTitleBarContext.js.map +0 -1
- package/react/types/windowTitleBar.d.ts +0 -49
- package/react/types/windowTitleBar.d.ts.map +0 -1
- package/react/types/windowTitleBar.js +0 -2
- package/react/types/windowTitleBar.js.map +0 -1
- /package/react/components/windowTitleBar/{components/right/CloseButton.d.ts → CloseButton.d.ts} +0 -0
- /package/react/components/windowTitleBar/{components/left/LinkerButton.d.ts → LinkerButton.d.ts} +0 -0
- /package/react/components/windowTitleBar/{components/left/LinkerGroups.d.ts → LinkerGroups.d.ts} +0 -0
package/main.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../src/main.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,WAAW,IAAI,WAAW,EAAE,MAAM,iCAAiC,CAAC;
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../src/main.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,WAAW,IAAI,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAc7E,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAItD,OAAO,gBAAgB,MAAM,gBAAgB,CAAC;AAC9C,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,iBAAiB,MAAM,4BAA4B,CAAC;AAC3D,OAAO,WAAW,MAAM,2CAA2C,CAAC;AACpE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AACjC;;GAEG;AACH,OAAO,KAAK,GAAG,MAAM,OAAO,CAAC;AAC7B,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,KAAK,SAAS,MAAM,oBAAoB,CAAC;AAEhD,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,MAAM,CAAC;AAErB;;;;;;GAMG;AAGH,OAAO,EACN,gBAAgB,EAChB,gBAAgB,EAChB,aAAa,EACb,WAAW,EACX,gBAAgB,GAChB,MAAM,kCAAkC,CAAC;AAE1C,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAEhE,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AAEzE,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAE9E;;;;GAIG;AAEH;;GAEG;AACH,eAAO,MAAM,MAAM;;CAElB,CAAC;AAEF,OAAO,EAAE,WAAW,EAAE,CAAC;AAEvB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,4CAA4C,CAAC;AAE3F;;;GAGG;AACH,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;AAE3F;;;GAGG;AACH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mRA3BpB;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAqCF,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKlB,CAAC"}
|
package/main.js
CHANGED
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
import { BaseService as baseService } from "./platform/services/baseService";
|
|
5
5
|
import RouterClient from "./clients/routerClient";
|
|
6
6
|
import StorageClient from "./clients/storageClient";
|
|
7
|
-
import LauncherClient from "./clients/launcherClient";
|
|
8
7
|
import DistributedStoreClient from "./clients/distributedStoreClient";
|
|
9
8
|
import LinkerClient from "./deprecated/linkerClient";
|
|
10
9
|
import WindowClient from "./clients/windowClient";
|
|
@@ -14,6 +13,8 @@ import AuthenticationClient from "./clients/authenticationClient";
|
|
|
14
13
|
import ConfigClient from "./clients/configClient";
|
|
15
14
|
import DragAndDropClient from "./deprecated/dragAndDropClient";
|
|
16
15
|
import Logger from "./clients/logger";
|
|
16
|
+
import AppsClient from "./clients/appsClient";
|
|
17
|
+
import LauncherClient from "./clients/launcherClient";
|
|
17
18
|
import { _BaseClient } from "./deprecated/baseClient";
|
|
18
19
|
import SearchClient from "./clients/searchClient";
|
|
19
20
|
import HotkeyClient from "./clients/hotkeyClient";
|
|
@@ -64,6 +65,7 @@ export { FinsembleWindow, baseService, UserNotification, DependencyManager, Syst
|
|
|
64
65
|
export const Clients = {
|
|
65
66
|
RouterClient,
|
|
66
67
|
StorageClient,
|
|
68
|
+
AppsClient,
|
|
67
69
|
LauncherClient,
|
|
68
70
|
DistributedStoreClient,
|
|
69
71
|
LinkerClient,
|
package/main.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.js","sourceRoot":"","sources":["../../src/main.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,WAAW,IAAI,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAC7E,OAAO,YAAY,MAAM,wBAAwB,CAAC;AAClD,OAAO,aAAa,MAAM,yBAAyB,CAAC;AACpD,OAAO,
|
|
1
|
+
{"version":3,"file":"main.js","sourceRoot":"","sources":["../../src/main.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,WAAW,IAAI,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAC7E,OAAO,YAAY,MAAM,wBAAwB,CAAC;AAClD,OAAO,aAAa,MAAM,yBAAyB,CAAC;AACpD,OAAO,sBAAsB,MAAM,kCAAkC,CAAC;AACtE,OAAO,YAAY,MAAM,2BAA2B,CAAC;AACrD,OAAO,YAAY,MAAM,wBAAwB,CAAC;AAClD,OAAO,eAAe,MAAM,2BAA2B,CAAC;AACxD,OAAO,aAAa,MAAM,+BAA+B,CAAC;AAC1D,OAAO,oBAAoB,MAAM,gCAAgC,CAAC;AAClE,OAAO,YAAY,MAAM,wBAAwB,CAAC;AAClD,OAAO,iBAAiB,MAAM,gCAAgC,CAAC;AAC/D,OAAO,MAAM,MAAM,kBAAkB,CAAC;AACtC,OAAO,UAAU,MAAM,sBAAsB,CAAC;AAC9C,OAAO,cAAc,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,YAAY,MAAM,wBAAwB,CAAC;AAClD,OAAO,YAAY,MAAM,wBAAwB,CAAC;AAClD,OAAO,kBAAkB,MAAM,8BAA8B,CAAC;AAC9D,OAAO,gBAAgB,MAAM,gBAAgB,CAAC;AAC9C,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,iBAAiB,MAAM,4BAA4B,CAAC;AAC3D,OAAO,WAAW,MAAM,2CAA2C,CAAC;AACpE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;2BAClC,WAAW;sBAAxB,OAAO;yBACI,SAAS;oBAApB,KAAK;uBAII,OAAO;kBAAhB,GAAG;0BACS,UAAU;qBAAtB,MAAM;8BACU,cAAc;yBAA9B,UAAU;6BACK,oBAAoB;wBAAnC,SAAS;AAErB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,MAAM,CAAC;AAyBrB;;;;GAIG;AAEH;;GAEG;AACH,MAAM,CAAC,MAAM,MAAM,GAAG;IACrB,WAAW;CACX,CAAC;AAEF,OAAO,EAAE,WAAW,EAAE,CAAC;AAIvB;;;GAGG;AACH,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;AAE3F;;;GAGG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG;IACtB,YAAY;IACZ,aAAa;IACb,UAAU;IACV,cAAc;IACd,sBAAsB;IACtB,YAAY;IACZ,YAAY;IACZ,eAAe;IACf,aAAa;IACb,oBAAoB;IACpB,YAAY;IACZ,iBAAiB;IACjB,MAAM;IACN,kBAAkB;IAClB,UAAU,EAAE,WAAW;IACvB,YAAY;IACZ,YAAY;IACZ,kBAAkB;CAClB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finsemble/finsemble-ui",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.1",
|
|
4
4
|
"description": "This library has been deprecated and is being maintained for long term support. Finsemble's UI components can now be imported directly from @finsemble/finsemble-core. See https://documentation.finsemble.com/tutorial-UIComponents.html",
|
|
5
5
|
"files": [
|
|
6
6
|
"*.ts",
|
|
@@ -19,17 +19,17 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@finos/fdc3": "1.2.0",
|
|
21
21
|
"@q42/floating-focus-a11y": "^1.3.3",
|
|
22
|
-
"@reduxjs/toolkit": "1.9.
|
|
22
|
+
"@reduxjs/toolkit": "1.9.2",
|
|
23
23
|
"@types/react": "17.0.45",
|
|
24
24
|
"@types/react-dom": "17.0.16",
|
|
25
25
|
"async": "3.2.4",
|
|
26
26
|
"events": "3.3.0",
|
|
27
|
-
"immer": "9.0.
|
|
27
|
+
"immer": "9.0.19",
|
|
28
28
|
"react": "17.0.2",
|
|
29
29
|
"react-dom": "17.0.2",
|
|
30
30
|
"react-redux": "7.2.8",
|
|
31
31
|
"react-sortable-hoc": "2.0.0",
|
|
32
|
-
"react-transition-group": "4.4.
|
|
32
|
+
"react-transition-group": "4.4.5",
|
|
33
33
|
"redux-loop": "6.2.0",
|
|
34
34
|
"unionize": "3.1.0",
|
|
35
35
|
"uuid-random": "^1.3.2"
|
|
@@ -61,6 +61,8 @@ export declare type InteropLinkerSetActiveWindow = {
|
|
|
61
61
|
};
|
|
62
62
|
export declare type LinkerInitializeWindow = {
|
|
63
63
|
channels?: string[];
|
|
64
|
+
connectIdChannel?: string;
|
|
65
|
+
modifiedConnectIdChannel?: string;
|
|
64
66
|
windowName: string;
|
|
65
67
|
};
|
|
66
68
|
export declare type OpenAppResult = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/platform/services/Interop/modules/types.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,UAAU,EACV,gBAAgB,EAChB,kBAAkB,EAClB,kBAAkB,EAClB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAE1D;;;;;;GAMG;AACH,oBAAY,wBAAwB,GAAG;IACtC,IAAI,EAAE,WAAW,GAAG,aAAa,CAAC;IAClC,OAAO,EAAE;QACR,OAAO,CAAC,EAAE,UAAU,CAAC;QACrB,MAAM,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,IAAI,EAAE;QACL,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,CAAC,EAAE,MAAM,CAAC;QAGjB,EAAE,CAAC,EAAE,MAAM,CAAC;QAEZ,eAAe,CAAC,EAAE,OAAO,CAAC;QAE1B,gBAAgB,CAAC,EAAE,OAAO,CAAC;QAC3B,eAAe,CAAC,EAAE,QAAQ,CAAC;QAE3B,aAAa,CAAC,EAAE,OAAO,CAAC;QAGxB,kBAAkB,CAAC,EAAE,MAAM,CAAC;KAC5B,CAAC;CACF,CAAC;AAEF,oBAAY,eAAe,GAAG;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,oBAAY,mBAAmB,GAAG;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CACf,EAAE,CAAC;AAEJ,oBAAY,mBAAmB,GAAG;IACjC,IAAI,EAAE,qBAAqB,CAAC;IAC5B,OAAO,EAAE;QACR,QAAQ,EAAE,MAAM,EAAE,CAAC;KACnB,CAAC;IACF,IAAI,EAAE;QACL,UAAU,EAAE,MAAM,CAAC;KACnB,CAAC;CACF,CAAC;AAEF,oBAAY,qBAAqB,GAAG;IACnC,IAAI,EAAE,uBAAuB,CAAC;IAC9B,OAAO,EAAE;QACR,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;KACpB,CAAC;IACF,IAAI,EAAE;QACL,UAAU,EAAE,MAAM,CAAC;KACnB,CAAC;CACF,CAAC;AAEF,oBAAY,4BAA4B,GAAG;IAC1C,IAAI,EAAE,wBAAwB,CAAC;IAC/B,OAAO,EAAE;QACR,UAAU,EAAE,MAAM,CAAC;QACnB,iBAAiB,CAAC,EAAE,OAAO,CAAC;KAC5B,CAAC;CACF,CAAC;AAEF,oBAAY,sBAAsB,GAAG;IACpC,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,oBAAY,aAAa,GAAG;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,wBAAwB,GAAG,IAAI,CAAC;IAChD,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,oBAAoB,EAAE,MAAM,CAAC;CAC7B,CAAC;AAEF,oBAAY,kBAAkB,GAAG;IAChC,QAAQ,EAAE,QAAQ,CAAC;IACnB,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,cAAc,EAAE,kBAAkB,GAAG,gBAAgB,CAAC;CACtD,CAAC;AAEF,oBAAY,iBAAiB,GAAG;IAC/B,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,UAAU,CAAC,OAAO,UAAU,CAAC,CAAC;CAC1C,CAAC;AAEF,oBAAY,aAAa,GAAG;IAC3B,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;IAC3C,UAAU,EAAE,MAAM,CAAC;CACnB,CAAC"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/platform/services/Interop/modules/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -171,7 +171,7 @@ export declare type FinsembleComponentConfig = {
|
|
|
171
171
|
signatureKey?: SignatureKey;
|
|
172
172
|
window?: SpawnParams;
|
|
173
173
|
foreign?: {
|
|
174
|
-
|
|
174
|
+
agentLabel?: string;
|
|
175
175
|
clients?: {
|
|
176
176
|
dialogManager?: {
|
|
177
177
|
isDialog?: boolean;
|
|
@@ -338,10 +338,21 @@ export declare type FDC3AppDefinition = {
|
|
|
338
338
|
intents?: FDC3AppIntents;
|
|
339
339
|
};
|
|
340
340
|
};
|
|
341
|
+
export declare type AppDefinitionMetadata = {
|
|
342
|
+
retrievedAt: string;
|
|
343
|
+
appDUrl: string;
|
|
344
|
+
autoUpdate?: boolean;
|
|
345
|
+
serverDisplayName?: string;
|
|
346
|
+
};
|
|
341
347
|
export interface AppDefinition extends FDC3AppDefinition {
|
|
342
348
|
firstRegistrationTimestamp?: number;
|
|
343
349
|
verified?: boolean;
|
|
350
|
+
metadata?: AppDefinitionMetadata;
|
|
344
351
|
}
|
|
352
|
+
export declare type WindowInteropPersistedData = {
|
|
353
|
+
connectId?: ConnectId;
|
|
354
|
+
connectIdParentWindow?: string;
|
|
355
|
+
};
|
|
345
356
|
export declare type InteropClient = {
|
|
346
357
|
readiness: "initializing" | "ready";
|
|
347
358
|
heartbeatTime: number;
|
|
@@ -379,6 +390,11 @@ export declare type InteropClient = {
|
|
|
379
390
|
};
|
|
380
391
|
};
|
|
381
392
|
};
|
|
393
|
+
export interface InternalAppDServerMetadata {
|
|
394
|
+
url: string;
|
|
395
|
+
displayName: string;
|
|
396
|
+
iconURL?: string;
|
|
397
|
+
}
|
|
382
398
|
export declare type LoopDetectionEntry = {
|
|
383
399
|
timestamp: number;
|
|
384
400
|
count: number;
|
|
@@ -402,7 +418,10 @@ export declare const EmptyCurrentContext: {
|
|
|
402
418
|
};
|
|
403
419
|
};
|
|
404
420
|
export declare type LinkerClient = {
|
|
405
|
-
connectId?: ConnectId
|
|
421
|
+
connectId?: ConnectId;
|
|
422
|
+
connectIdParentWindow?: string;
|
|
423
|
+
connectIdChannel?: string;
|
|
424
|
+
modifiedConnectIdChannel?: string;
|
|
406
425
|
spawnedFromWorkspace?: boolean;
|
|
407
426
|
joinedChannels: string[];
|
|
408
427
|
};
|
|
@@ -518,6 +537,7 @@ export declare type InteropStore = {
|
|
|
518
537
|
[uuid: string]: LoopDetectionEntry;
|
|
519
538
|
};
|
|
520
539
|
addIntentListenerMaxInitializationTimeout: number;
|
|
540
|
+
joinMultipleChannelsFlag: boolean;
|
|
521
541
|
};
|
|
522
542
|
root: {
|
|
523
543
|
isVisible: boolean;
|
|
@@ -559,6 +579,7 @@ export declare type ClientAdded = {
|
|
|
559
579
|
windowName: string;
|
|
560
580
|
appId: string;
|
|
561
581
|
connectId?: ConnectId;
|
|
582
|
+
connectIdParentWindow?: string;
|
|
562
583
|
spawnedFromWorkspace?: boolean;
|
|
563
584
|
};
|
|
564
585
|
export declare type ClientRemoved = {
|
|
@@ -580,6 +601,7 @@ export declare type RegistrationResult = {
|
|
|
580
601
|
uuid: string;
|
|
581
602
|
newPendingInteropRegistrationData?: InteropRegistrationData[];
|
|
582
603
|
connectId?: ConnectId;
|
|
604
|
+
connectIdParentWindow?: string;
|
|
583
605
|
spawnedFromWorkspace?: boolean;
|
|
584
606
|
actionId: ActionId;
|
|
585
607
|
savedUIResolverChoices?: Record<string, Record<string, string>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/platform/services/Interop/types.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/platform/services/Interop/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../../src/platform/services/Interop/types.ts"],"names":[],"mappings":"AAuBA,cAAc,iBAAiB,CAAC;AAEhC,4GAA4G;AAC5G,MAAM,CAAC,MAAM,gBAAgB,GAAG,EAAE,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../../src/platform/services/Interop/types.ts"],"names":[],"mappings":"AAuBA,cAAc,iBAAiB,CAAC;AAEhC,4GAA4G;AAC5G,MAAM,CAAC,MAAM,gBAAgB,GAAG,EAAE,GAAG,IAAI,CAAC;AA0e1C,MAAM,CAAC,MAAM,mBAAmB,GAAG;IAClC,OAAO,EAAE;QACR,IAAI,EAAE,EAAE;KACR;IACD,IAAI,EAAE;QACL,SAAS,EAAE,CAAC;QACZ,kBAAkB,EAAE,SAAS;KAC7B;CACD,CAAC"}
|
|
@@ -15,7 +15,7 @@ export declare type RouterHeader = {
|
|
|
15
15
|
subscribeID?: string;
|
|
16
16
|
queryID?: string;
|
|
17
17
|
handleOnServer?: boolean;
|
|
18
|
-
originMetadata
|
|
18
|
+
originMetadata: ConnectionMetadata;
|
|
19
19
|
};
|
|
20
20
|
export interface RouterResponse<T> {
|
|
21
21
|
data: T;
|
|
@@ -176,19 +176,19 @@ export declare type NotifyCallback<T = any> = (err: StandardError, response: Sub
|
|
|
176
176
|
export declare type SubscribeCallback<T = any> = (err: null | string, data: SubscribeHookMessage<T>) => void;
|
|
177
177
|
export declare type UnsubscribeCallback = (err: null | string, data: UnsubscribeHookMessage) => void;
|
|
178
178
|
export declare type PublishCallback<T = any> = (err: null | string, data: PublishHookMessage<T>) => void;
|
|
179
|
-
declare type IPCTransportInfo = {
|
|
179
|
+
export declare type IPCTransportInfo = {
|
|
180
180
|
name: string;
|
|
181
181
|
transportID: "IPCBus";
|
|
182
182
|
};
|
|
183
|
-
declare type SharedWorkerTransportInfo = {
|
|
183
|
+
export declare type SharedWorkerTransportInfo = {
|
|
184
184
|
port: number;
|
|
185
185
|
transportID: "SharedWorker";
|
|
186
186
|
};
|
|
187
|
-
declare type IACTransportInfo = {
|
|
187
|
+
export declare type IACTransportInfo = {
|
|
188
188
|
client: string;
|
|
189
189
|
transportID: "FinsembleTransport";
|
|
190
190
|
};
|
|
191
|
-
declare type AvailableTransports = IPCTransportInfo["transportID"] | SharedWorkerTransportInfo["transportID"] | IACTransportInfo["transportID"];
|
|
191
|
+
export declare type AvailableTransports = IPCTransportInfo["transportID"] | SharedWorkerTransportInfo["transportID"] | IACTransportInfo["transportID"];
|
|
192
192
|
export declare type TransportInfo = {
|
|
193
193
|
transportID: AvailableTransports;
|
|
194
194
|
port?: number;
|
|
@@ -210,5 +210,4 @@ export declare type ConnectionMetadata = {
|
|
|
210
210
|
appId: string | null;
|
|
211
211
|
webContentsName: string | null;
|
|
212
212
|
};
|
|
213
|
-
export {};
|
|
214
213
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/platform/services/router/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAE/C,oBAAY,qBAAqB,GAAG;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,mBAAmB,CAAC;IACjC,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,oBAAY,YAAY,GAAG;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,cAAc,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/platform/services/router/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,6 +3,7 @@ export declare const ALL_BOOT_STAGES: BootStage[];
|
|
|
3
3
|
export declare const CRITICAL_BOOT_STAGES: BootStage[];
|
|
4
4
|
export declare const SYSLOG_CHANNEL = "systemManager.systemlog";
|
|
5
5
|
export declare const SHOW_SYSLOG_CHANNEL = "systemManager.showSystemlog";
|
|
6
|
+
export declare const HIDE_SYSLOG_CHANNEL = "systemManager.hideSystemlog";
|
|
6
7
|
export declare const STATUS_CHANNEL_BASE = "systemManager.boot.status";
|
|
7
8
|
export declare const STAGE_CHANNEL = "systemManager.boot.stage";
|
|
8
9
|
export declare const CHECKPOINT_CHANNEL_BASE = "systemManager.checkpoint";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_constants.d.ts","sourceRoot":"","sources":["../../../../../src/platform/services/systemManager/_constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,eAAe,EAAE,SAAS,
|
|
1
|
+
{"version":3,"file":"_constants.d.ts","sourceRoot":"","sources":["../../../../../src/platform/services/systemManager/_constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,eAAe,EAAE,SAAS,EAatC,CAAC;AACF,eAAO,MAAM,oBAAoB,EAAE,SAAS,EAA8B,CAAC;AAE3E,eAAO,MAAM,cAAc,4BAA4B,CAAC;AACxD,eAAO,MAAM,mBAAmB,gCAAgC,CAAC;AACjE,eAAO,MAAM,mBAAmB,gCAAgC,CAAC;AACjE,eAAO,MAAM,mBAAmB,8BAA8B,CAAC;AAC/D,eAAO,MAAM,aAAa,6BAA6B,CAAC;AACxD,eAAO,MAAM,uBAAuB,6BAA6B,CAAC"}
|
|
@@ -3,6 +3,7 @@ export const ALL_BOOT_STAGES = [
|
|
|
3
3
|
"kernel",
|
|
4
4
|
"pre-authentication",
|
|
5
5
|
"authentication",
|
|
6
|
+
"appd-retrieval",
|
|
6
7
|
"system-preuser",
|
|
7
8
|
"preuser",
|
|
8
9
|
"preuser2",
|
|
@@ -14,6 +15,7 @@ export const ALL_BOOT_STAGES = [
|
|
|
14
15
|
export const CRITICAL_BOOT_STAGES = ["microkernel", "kernel"];
|
|
15
16
|
export const SYSLOG_CHANNEL = "systemManager.systemlog";
|
|
16
17
|
export const SHOW_SYSLOG_CHANNEL = "systemManager.showSystemlog";
|
|
18
|
+
export const HIDE_SYSLOG_CHANNEL = "systemManager.hideSystemlog";
|
|
17
19
|
export const STATUS_CHANNEL_BASE = "systemManager.boot.status";
|
|
18
20
|
export const STAGE_CHANNEL = "systemManager.boot.stage";
|
|
19
21
|
export const CHECKPOINT_CHANNEL_BASE = "systemManager.checkpoint";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_constants.js","sourceRoot":"","sources":["../../../../../src/platform/services/systemManager/_constants.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,eAAe,GAAgB;IAC3C,aAAa;IACb,QAAQ;IACR,oBAAoB;IACpB,gBAAgB;IAChB,gBAAgB;IAChB,SAAS;IACT,UAAU;IACV,UAAU;IACV,UAAU;IACV,WAAW;IACX,MAAM;CACN,CAAC;AACF,MAAM,CAAC,MAAM,oBAAoB,GAAgB,CAAC,aAAa,EAAE,QAAQ,CAAC,CAAC;AAE3E,MAAM,CAAC,MAAM,cAAc,GAAG,yBAAyB,CAAC;AACxD,MAAM,CAAC,MAAM,mBAAmB,GAAG,6BAA6B,CAAC;AACjE,MAAM,CAAC,MAAM,mBAAmB,GAAG,2BAA2B,CAAC;AAC/D,MAAM,CAAC,MAAM,aAAa,GAAG,0BAA0B,CAAC;AACxD,MAAM,CAAC,MAAM,uBAAuB,GAAG,0BAA0B,CAAC"}
|
|
1
|
+
{"version":3,"file":"_constants.js","sourceRoot":"","sources":["../../../../../src/platform/services/systemManager/_constants.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,eAAe,GAAgB;IAC3C,aAAa;IACb,QAAQ;IACR,oBAAoB;IACpB,gBAAgB;IAChB,gBAAgB;IAChB,gBAAgB;IAChB,SAAS;IACT,UAAU;IACV,UAAU;IACV,UAAU;IACV,WAAW;IACX,MAAM;CACN,CAAC;AACF,MAAM,CAAC,MAAM,oBAAoB,GAAgB,CAAC,aAAa,EAAE,QAAQ,CAAC,CAAC;AAE3E,MAAM,CAAC,MAAM,cAAc,GAAG,yBAAyB,CAAC;AACxD,MAAM,CAAC,MAAM,mBAAmB,GAAG,6BAA6B,CAAC;AACjE,MAAM,CAAC,MAAM,mBAAmB,GAAG,6BAA6B,CAAC;AACjE,MAAM,CAAC,MAAM,mBAAmB,GAAG,2BAA2B,CAAC;AAC/D,MAAM,CAAC,MAAM,aAAa,GAAG,0BAA0B,CAAC;AACxD,MAAM,CAAC,MAAM,uBAAuB,GAAG,0BAA0B,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare type BootDependencyType = "bootTasks" | "services" | "components" | "checkpoints";
|
|
2
|
-
export declare type BootStage = "microkernel" | "kernel" | "pre-authentication" | "authentication" | "system-preuser" | "preuser" | "preuser2" | "preuser3" | "preuser4" | "earlyuser" | "user" | "undefined";
|
|
2
|
+
export declare type BootStage = "microkernel" | "kernel" | "pre-authentication" | "authentication" | "appd-retrieval" | "system-preuser" | "preuser" | "preuser2" | "preuser3" | "preuser4" | "earlyuser" | "user" | "undefined";
|
|
3
3
|
export declare type BootDependencyState = "uninitialized" | "disabled" | "blockedByDisabled" | "failed" | "blockedByFailure" | "waitingOnDependencies" | "readyToStart" | "starting" | "completed";
|
|
4
4
|
export declare type BootState = "uninitialized" | "failed" | "starting" | "completed";
|
|
5
5
|
export declare type BootStatusUpdate = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/platform/services/systemManager/types.ts"],"names":[],"mappings":"AAAA,oBAAY,kBAAkB,GAAG,WAAW,GAAG,UAAU,GAAG,YAAY,GAAG,aAAa,CAAC;AACzF,oBAAY,SAAS,GAClB,aAAa,GACb,QAAQ,GACR,oBAAoB,GACpB,gBAAgB,GAChB,gBAAgB,GAChB,SAAS,GACT,UAAU,GACV,UAAU,GACV,UAAU,GACV,WAAW,GACX,MAAM,GACN,WAAW,CAAC;AACf,oBAAY,mBAAmB,GAC5B,eAAe,GACf,UAAU,GACV,mBAAmB,GACnB,QAAQ,GACR,kBAAkB,GAClB,uBAAuB,GACvB,cAAc,GACd,UAAU,GACV,WAAW,CAAC;AAEf,oBAAY,SAAS,GAAG,eAAe,GAAG,QAAQ,GAAG,UAAU,GAAG,WAAW,CAAC;AAE9E,oBAAY,gBAAgB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,kBAAkB,CAAC;IACzB,KAAK,EAAE,SAAS,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF;;GAEG;AACH,oBAAY,iBAAiB,GAAG;IAC/B,IAAI,EAAE,MAAM,CAAC;IAGb,IAAI,EAAE,kBAAkB,CAAC;IAGzB,KAAK,EAAE,SAAS,CAAC;IAGjB,YAAY,EAAE,MAAM,EAAE,CAAC;IAGvB,aAAa,EAAE,OAAO,CAAC;IAGvB,SAAS,EAAE,OAAO,CAAC;IAGnB,oBAAoB,EAAE,MAAM,CAAC;IAG7B,OAAO,EAAE,MAAM,CAAC;IAGhB,cAAc,EAAE,GAAG,CAAC;IAGpB,mBAAmB,EAAE,OAAO,CAAC;IAG7B,gBAAgB,EAAE,GAAG,CAAC;IAGtB,qBAAqB,EAAE,OAAO,CAAC;CAC/B,CAAC;AAEF;;GAEG;AACH,qBAAa,aAAa;IACzB,IAAI,EAAE,MAAM,CAAC;IAGb,IAAI,EAAE,kBAAkB,CAAC;IAGzB,MAAM,EAAE,iBAAiB,CAAC;gBAGd,IAAI,KAAA,EAAE,IAAI,KAAA,EAAE,MAAM,KAAA;CAK9B;AAED;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACzC,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,kBAAkB,EAAE,KAAK,EAAE,mBAAmB,GAAG,IAAI,CAAC;CAC/E;AAED,oBAAY,gBAAgB,GAAG;IAC9B,KAAK,EAAE,WAAW,GAAG,cAAc,GAAG,gBAAgB,GAAG,eAAe,GAAG,aAAa,GAAG,OAAO,GAAG,SAAS,CAAC;CAC/G,CAAC;AAEF,oBAAY,aAAa,GAAG;IAC3B,YAAY,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/platform/services/systemManager/types.ts"],"names":[],"mappings":"AAAA,oBAAY,kBAAkB,GAAG,WAAW,GAAG,UAAU,GAAG,YAAY,GAAG,aAAa,CAAC;AACzF,oBAAY,SAAS,GAClB,aAAa,GACb,QAAQ,GACR,oBAAoB,GACpB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,SAAS,GACT,UAAU,GACV,UAAU,GACV,UAAU,GACV,WAAW,GACX,MAAM,GACN,WAAW,CAAC;AACf,oBAAY,mBAAmB,GAC5B,eAAe,GACf,UAAU,GACV,mBAAmB,GACnB,QAAQ,GACR,kBAAkB,GAClB,uBAAuB,GACvB,cAAc,GACd,UAAU,GACV,WAAW,CAAC;AAEf,oBAAY,SAAS,GAAG,eAAe,GAAG,QAAQ,GAAG,UAAU,GAAG,WAAW,CAAC;AAE9E,oBAAY,gBAAgB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,kBAAkB,CAAC;IACzB,KAAK,EAAE,SAAS,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF;;GAEG;AACH,oBAAY,iBAAiB,GAAG;IAC/B,IAAI,EAAE,MAAM,CAAC;IAGb,IAAI,EAAE,kBAAkB,CAAC;IAGzB,KAAK,EAAE,SAAS,CAAC;IAGjB,YAAY,EAAE,MAAM,EAAE,CAAC;IAGvB,aAAa,EAAE,OAAO,CAAC;IAGvB,SAAS,EAAE,OAAO,CAAC;IAGnB,oBAAoB,EAAE,MAAM,CAAC;IAG7B,OAAO,EAAE,MAAM,CAAC;IAGhB,cAAc,EAAE,GAAG,CAAC;IAGpB,mBAAmB,EAAE,OAAO,CAAC;IAG7B,gBAAgB,EAAE,GAAG,CAAC;IAGtB,qBAAqB,EAAE,OAAO,CAAC;CAC/B,CAAC;AAEF;;GAEG;AACH,qBAAa,aAAa;IACzB,IAAI,EAAE,MAAM,CAAC;IAGb,IAAI,EAAE,kBAAkB,CAAC;IAGzB,MAAM,EAAE,iBAAiB,CAAC;gBAGd,IAAI,KAAA,EAAE,IAAI,KAAA,EAAE,MAAM,KAAA;CAK9B;AAED;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACzC,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,kBAAkB,EAAE,KAAK,EAAE,mBAAmB,GAAG,IAAI,CAAC;CAC/E;AAED,oBAAY,gBAAgB,GAAG;IAC9B,KAAK,EAAE,WAAW,GAAG,cAAc,GAAG,gBAAgB,GAAG,eAAe,GAAG,aAAa,GAAG,OAAO,GAAG,SAAS,CAAC;CAC/G,CAAC;AAEF,oBAAY,aAAa,GAAG;IAC3B,YAAY,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../../src/platform/services/systemManager/types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../../src/platform/services/systemManager/types.ts"],"names":[],"mappings":"AA2EA;;GAEG;AACH,MAAM,OAAO,aAAa;IASzB,kCAAkC;IAClC,YAAY,IAAI,EAAE,IAAI,EAAE,MAAM;QAC7B,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACtB,CAAC;CACD"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { ReduxPayloadWindowName, ReduxPayloadWindowNames, ReduxPayloadEmpty, ReduxPayloadAddLaunchData, ReduxPayloadSetLocation, ReduxPayloadWindowTitle, ReduxPayloadToggleState, ReduxPayloadToggleStateWithTarget, ReduxPayloadGroups, ReduxPayloadAddToCollection, ReduxPayloadCollection, ReduxPayloadWorkspaceLoad, ReduxPayloadEmulatedMaximization, ReduxPayloadScrollTabCollection, WindowTitleBarStore, SafetyTimeout } from "../types";
|
|
2
|
+
import { PhysicalWindowStateEvent } from "../../../../FEA";
|
|
3
|
+
/**
|
|
4
|
+
* Export the empty store from here instead of store.ts, so that we don't drag the entire redux server-side
|
|
5
|
+
* infrastructure into our built library.
|
|
6
|
+
*/
|
|
7
|
+
export declare const emptyStore: WindowTitleBarStore;
|
|
8
|
+
/**
|
|
9
|
+
* Actions beginning with `windowTitleBar` represent actions received from the WindowTitleBar UI component. These
|
|
10
|
+
* will generally affect the windowTitleBar slice of the store but may also interact with the main slice.
|
|
11
|
+
*
|
|
12
|
+
* Actions beginning with `main` represent actions received from other locations. These include the window service,
|
|
13
|
+
* the docking system, FEA, windowStartup.ts. These will generally interact with the main slice of the store but
|
|
14
|
+
* may interact with other slices when required.
|
|
15
|
+
*/
|
|
16
|
+
export declare const actions: {
|
|
17
|
+
close: import("@reduxjs/toolkit").ActionCreatorWithPayload<ReduxPayloadEmpty, string>;
|
|
18
|
+
closeTab: import("@reduxjs/toolkit").ActionCreatorWithPayload<ReduxPayloadWindowName, string>;
|
|
19
|
+
disableDOMBasedMovement: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>;
|
|
20
|
+
setMaximize: import("@reduxjs/toolkit").ActionCreatorWithPayload<ReduxPayloadToggleState, string>;
|
|
21
|
+
minimize: import("@reduxjs/toolkit").ActionCreatorWithPayload<ReduxPayloadEmpty, string>;
|
|
22
|
+
promoteTab: import("@reduxjs/toolkit").ActionCreatorWithPayload<ReduxPayloadWindowName, string>;
|
|
23
|
+
register: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>;
|
|
24
|
+
removeFromTabCollection: import("@reduxjs/toolkit").ActionCreatorWithPayload<ReduxPayloadSetLocation, string>;
|
|
25
|
+
scroll: import("@reduxjs/toolkit").ActionCreatorWithPayload<ReduxPayloadScrollTabCollection, string>;
|
|
26
|
+
setAlwaysOnTop: import("@reduxjs/toolkit").ActionCreatorWithPayload<ReduxPayloadToggleState, string>;
|
|
27
|
+
setGrouped: import("@reduxjs/toolkit").ActionCreatorWithPayload<ReduxPayloadToggleState, string>;
|
|
28
|
+
setUserDefinedTitle: import("@reduxjs/toolkit").ActionCreatorWithPayload<ReduxPayloadWindowTitle, string>;
|
|
29
|
+
setDraggingStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
30
|
+
windowNameBeingDragged: string;
|
|
31
|
+
inWindowName: string | null;
|
|
32
|
+
temporaryPosition: number | null;
|
|
33
|
+
tabWidth: number | null;
|
|
34
|
+
}, string>;
|
|
35
|
+
stopDragging: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>;
|
|
36
|
+
shiftPromotedTab: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, string>;
|
|
37
|
+
createTabCollection: import("@reduxjs/toolkit").ActionCreatorWithPayload<ReduxPayloadCollection, string>;
|
|
38
|
+
addTabsToTabCollection: import("@reduxjs/toolkit").ActionCreatorWithPayload<ReduxPayloadAddToCollection, string>;
|
|
39
|
+
removeTabsFromTabCollection: import("@reduxjs/toolkit").ActionCreatorWithPayload<ReduxPayloadWindowNames, string>;
|
|
40
|
+
showScrim: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>;
|
|
41
|
+
hideScrim: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>;
|
|
42
|
+
setScrimSafetyTimeout: import("@reduxjs/toolkit").ActionCreatorWithPayload<SafetyTimeout, string>;
|
|
43
|
+
addLaunchData: import("@reduxjs/toolkit").ActionCreatorWithPayload<ReduxPayloadAddLaunchData, string>;
|
|
44
|
+
dockingOperation: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
45
|
+
type: "swapping" | "detaching" | "tiling" | null;
|
|
46
|
+
}, string>;
|
|
47
|
+
loadWorkspace: import("@reduxjs/toolkit").ActionCreatorWithPayload<ReduxPayloadWorkspaceLoad, string>;
|
|
48
|
+
setEmulatedMaximization: import("@reduxjs/toolkit").ActionCreatorWithPayload<ReduxPayloadEmulatedMaximization, string>;
|
|
49
|
+
enableDND: import("@reduxjs/toolkit").ActionCreatorWithPayload<ReduxPayloadToggleStateWithTarget, string>;
|
|
50
|
+
loadUserDefinedTitle: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
51
|
+
windowName: string;
|
|
52
|
+
title: string | null;
|
|
53
|
+
}, string>;
|
|
54
|
+
saveSpawnTabTitleToWorkspace: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
55
|
+
windowName: string;
|
|
56
|
+
tabTitle: string;
|
|
57
|
+
}, string>;
|
|
58
|
+
setDocumentTitle: import("@reduxjs/toolkit").ActionCreatorWithPayload<ReduxPayloadWindowTitle, string>;
|
|
59
|
+
setAPITitle: import("@reduxjs/toolkit").ActionCreatorWithPayload<ReduxPayloadWindowTitle, string>;
|
|
60
|
+
updateGroupedWindows: import("@reduxjs/toolkit").ActionCreatorWithPayload<ReduxPayloadGroups, string>;
|
|
61
|
+
windowEvent: import("@reduxjs/toolkit").ActionCreatorWithPayload<PhysicalWindowStateEvent, string>;
|
|
62
|
+
workspaceClosing: import("@reduxjs/toolkit").ActionCreatorWithPayload<string[], string>;
|
|
63
|
+
setTabCollectionForEvergreen: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
64
|
+
windowName: string;
|
|
65
|
+
tabCollectionId: string;
|
|
66
|
+
}, string>;
|
|
67
|
+
};
|
|
68
|
+
//# sourceMappingURL=actions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../../../../src/platform/services/window/modules/actions.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,sBAAsB,EACtB,uBAAuB,EACvB,iBAAiB,EACjB,yBAAyB,EACzB,uBAAuB,EACvB,uBAAuB,EACvB,uBAAuB,EACvB,iCAAiC,EACjC,kBAAkB,EAClB,2BAA2B,EAC3B,sBAAsB,EACtB,yBAAyB,EACzB,gCAAgC,EAChC,+BAA+B,EAG/B,mBAAmB,EACnB,aAAa,EACb,MAAM,UAAU,CAAC;AAClB,OAAO,EAAE,wBAAwB,EAAE,MAAM,iBAAiB,CAAC;AAG3D;;;GAGG;AACH,eAAO,MAAM,UAAU,EAAE,mBAKxB,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAkC8B,MAAM;eAAS,MAAM,GAAG,IAAI;;;oBACpB,MAAM;kBAAY,MAAM;;;;;;;;oBAQxB,MAAM;yBAAmB,MAAM;;CAGxF,CAAC"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { createAction } from "@reduxjs/toolkit";
|
|
2
|
+
/**
|
|
3
|
+
* Export the empty store from here instead of store.ts, so that we don't drag the entire redux server-side
|
|
4
|
+
* infrastructure into our built library.
|
|
5
|
+
*/
|
|
6
|
+
export const emptyStore = {
|
|
7
|
+
windows: {},
|
|
8
|
+
dragging: null,
|
|
9
|
+
tabCollections: {},
|
|
10
|
+
useDOMBasedMovement: true,
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* Actions beginning with `windowTitleBar` represent actions received from the WindowTitleBar UI component. These
|
|
14
|
+
* will generally affect the windowTitleBar slice of the store but may also interact with the main slice.
|
|
15
|
+
*
|
|
16
|
+
* Actions beginning with `main` represent actions received from other locations. These include the window service,
|
|
17
|
+
* the docking system, FEA, windowStartup.ts. These will generally interact with the main slice of the store but
|
|
18
|
+
* may interact with other slices when required.
|
|
19
|
+
*/
|
|
20
|
+
export const actions = {
|
|
21
|
+
// actions that originate in the WindowTitleBar (i.e. through user actions)
|
|
22
|
+
close: createAction("windowTitleBar/close"),
|
|
23
|
+
closeTab: createAction("windowTitleBar/closeTab"),
|
|
24
|
+
disableDOMBasedMovement: createAction("windowTitleBar/disableDOMBasedMovement"),
|
|
25
|
+
setMaximize: createAction("windowTitleBar/maximize"),
|
|
26
|
+
minimize: createAction("windowTitleBar/minimize"),
|
|
27
|
+
promoteTab: createAction("windowTitleBar/promoteTab"),
|
|
28
|
+
register: createAction("windowTitleBar/register"),
|
|
29
|
+
removeFromTabCollection: createAction("windowTitleBar/removeFromTabCollection"),
|
|
30
|
+
scroll: createAction("windowTitleBar/scrollTabCollection"),
|
|
31
|
+
setAlwaysOnTop: createAction("windowTitleBar/setAlwaysOnTop"),
|
|
32
|
+
setGrouped: createAction("windowTitleBar/setGrouped"),
|
|
33
|
+
setUserDefinedTitle: createAction("windowTitleBar/setUserDefinedTitle"),
|
|
34
|
+
setDraggingStatus: createAction("windowTitlebar/setDraggingStatus"),
|
|
35
|
+
stopDragging: createAction("windowTitlebar/stopDragging"),
|
|
36
|
+
shiftPromotedTab: createAction("windowTitleBar/shiftPromotedTab"),
|
|
37
|
+
//api specific Actions
|
|
38
|
+
createTabCollection: createAction("api/createTabCollection"),
|
|
39
|
+
addTabsToTabCollection: createAction("api/addTabsToTabCollection"),
|
|
40
|
+
removeTabsFromTabCollection: createAction("api/removeTabsFromTabCollection"),
|
|
41
|
+
//Finsemble UX specific Actions
|
|
42
|
+
showScrim: createAction("ux/showScrim"),
|
|
43
|
+
hideScrim: createAction("ux/hideScrim"),
|
|
44
|
+
setScrimSafetyTimeout: createAction("ux/setScrimSafetyTimeout"),
|
|
45
|
+
// actions that don't come from the WindowTitleBar.
|
|
46
|
+
addLaunchData: createAction("main/addLaunchData"),
|
|
47
|
+
dockingOperation: createAction("main/dockingOperation"),
|
|
48
|
+
loadWorkspace: createAction("main/loadWorkspace"),
|
|
49
|
+
setEmulatedMaximization: createAction("main/setEmulatedMaximization"),
|
|
50
|
+
enableDND: createAction("main/enableDND"),
|
|
51
|
+
loadUserDefinedTitle: createAction("main/loadUserDefinedTitle"),
|
|
52
|
+
saveSpawnTabTitleToWorkspace: createAction("main/saveSpawnTabTitleToWorkspace"),
|
|
53
|
+
setDocumentTitle: createAction("main/updatedDocumentTitle"),
|
|
54
|
+
setAPITitle: createAction("main/updatedAPITitle"),
|
|
55
|
+
updateGroupedWindows: createAction("main/updateGroupedWindows"),
|
|
56
|
+
windowEvent: createAction("main/windowEvent"),
|
|
57
|
+
workspaceClosing: createAction("main/workspaceClosing"),
|
|
58
|
+
setTabCollectionForEvergreen: createAction("main/setTabCollectionForEvergreen"),
|
|
59
|
+
};
|
|
60
|
+
//# sourceMappingURL=actions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"actions.js","sourceRoot":"","sources":["../../../../../../src/platform/services/window/modules/actions.ts"],"names":[],"mappings":"AAqBA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD;;;GAGG;AACH,MAAM,CAAC,MAAM,UAAU,GAAwB;IAC9C,OAAO,EAAE,EAAE;IACX,QAAQ,EAAE,IAAI;IACd,cAAc,EAAE,EAAE;IAClB,mBAAmB,EAAE,IAAI;CACzB,CAAC;AAEF;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG;IACtB,2EAA2E;IAC3E,KAAK,EAAE,YAAY,CAAoB,sBAAsB,CAAC;IAC9D,QAAQ,EAAE,YAAY,CAAyB,yBAAyB,CAAC;IACzE,uBAAuB,EAAE,YAAY,CAAO,wCAAwC,CAAC;IACrF,WAAW,EAAE,YAAY,CAA0B,yBAAyB,CAAC;IAC7E,QAAQ,EAAE,YAAY,CAAoB,yBAAyB,CAAC;IACpE,UAAU,EAAE,YAAY,CAAyB,2BAA2B,CAAC;IAC7E,QAAQ,EAAE,YAAY,CAAS,yBAAyB,CAAC;IACzD,uBAAuB,EAAE,YAAY,CAA0B,wCAAwC,CAAC;IACxG,MAAM,EAAE,YAAY,CAAkC,oCAAoC,CAAC;IAC3F,cAAc,EAAE,YAAY,CAA0B,+BAA+B,CAAC;IACtF,UAAU,EAAE,YAAY,CAA0B,2BAA2B,CAAC;IAC9E,mBAAmB,EAAE,YAAY,CAA0B,oCAAoC,CAAC;IAChG,iBAAiB,EAAE,YAAY,CAAiB,kCAAkC,CAAC;IACnF,YAAY,EAAE,YAAY,CAAO,6BAA6B,CAAC;IAC/D,gBAAgB,EAAE,YAAY,CAAS,iCAAiC,CAAC;IAEzE,sBAAsB;IACtB,mBAAmB,EAAE,YAAY,CAAyB,yBAAyB,CAAC;IACpF,sBAAsB,EAAE,YAAY,CAA8B,4BAA4B,CAAC;IAC/F,2BAA2B,EAAE,YAAY,CAA0B,iCAAiC,CAAC;IAErG,+BAA+B;IAC/B,SAAS,EAAE,YAAY,CAAS,cAAc,CAAC;IAC/C,SAAS,EAAE,YAAY,CAAO,cAAc,CAAC;IAC7C,qBAAqB,EAAE,YAAY,CAAgB,0BAA0B,CAAC;IAE9E,mDAAmD;IACnD,aAAa,EAAE,YAAY,CAA4B,oBAAoB,CAAC;IAC5E,gBAAgB,EAAE,YAAY,CAAmB,uBAAuB,CAAC;IACzE,aAAa,EAAE,YAAY,CAA4B,oBAAoB,CAAC;IAC5E,uBAAuB,EAAE,YAAY,CAAmC,8BAA8B,CAAC;IACvG,SAAS,EAAE,YAAY,CAAoC,gBAAgB,CAAC;IAC5E,oBAAoB,EAAE,YAAY,CAA+C,2BAA2B,CAAC;IAC7G,4BAA4B,EAAE,YAAY,CACzC,mCAAmC,CACnC;IACD,gBAAgB,EAAE,YAAY,CAA0B,2BAA2B,CAAC;IACpF,WAAW,EAAE,YAAY,CAA0B,sBAAsB,CAAC;IAC1E,oBAAoB,EAAE,YAAY,CAAqB,2BAA2B,CAAC;IACnF,WAAW,EAAE,YAAY,CAA2B,kBAAkB,CAAC;IACvE,gBAAgB,EAAE,YAAY,CAAW,uBAAuB,CAAC;IACjE,4BAA4B,EAAE,YAAY,CACzC,mCAAmC,CACnC;CACD,CAAC"}
|