@finsemble/finsemble-ui 8.3.0 → 8.4.0-beta.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 +54 -24
- package/FEA.d.ts.map +1 -1
- package/FEA.js.map +1 -1
- package/clients/Interop/FinsembleDesktopAgent.js +2 -2
- package/clients/Interop/FinsembleDesktopAgent.js.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 +77 -116
- package/clients/Startup/windowStartup.js.map +1 -1
- package/clients/StoreModel.d.ts +8 -8
- package/clients/StoreModel.js +8 -8
- package/clients/appsClient.d.ts +90 -0
- package/clients/appsClient.d.ts.map +1 -0
- package/clients/appsClient.js +51 -0
- package/clients/appsClient.js.map +1 -0
- package/clients/authenticationClient.d.ts +29 -27
- package/clients/authenticationClient.d.ts.map +1 -1
- package/clients/authenticationClient.js +11 -15
- package/clients/authenticationClient.js.map +1 -1
- package/clients/configClient.d.ts +134 -70
- package/clients/configClient.d.ts.map +1 -1
- package/clients/configClient.js +129 -112
- 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 +1 -75
- package/clients/dialogManagerClient.d.ts.map +1 -1
- package/clients/dialogManagerClient.js +1 -208
- package/clients/dialogManagerClient.js.map +1 -1
- package/clients/distributedStoreClient.d.ts +1 -0
- package/clients/distributedStoreClient.d.ts.map +1 -1
- package/clients/distributedStoreClient.js +1 -0
- package/clients/distributedStoreClient.js.map +1 -1
- package/clients/hotkeyClient.d.ts +18 -9
- package/clients/hotkeyClient.d.ts.map +1 -1
- package/clients/hotkeyClient.js +30 -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 +157 -47
- package/clients/launcherClient.d.ts.map +1 -1
- package/clients/launcherClient.js +201 -22
- package/clients/launcherClient.js.map +1 -1
- package/clients/logger.d.ts.map +1 -1
- package/clients/logger.js +43 -41
- package/clients/logger.js.map +1 -1
- package/clients/notificationClient.d.ts +2 -2
- package/clients/notificationClient.d.ts.map +1 -1
- package/clients/notificationClient.js +2 -2
- package/clients/notificationClient.js.map +1 -1
- package/clients/routerClient.d.ts +25 -21
- package/clients/routerClient.d.ts.map +1 -1
- package/clients/routerClient.js +24 -20
- package/clients/routerClient.js.map +1 -1
- package/clients/searchClient.d.ts +2 -2
- package/clients/searchClient.js +2 -2
- package/clients/storageClient.d.ts +8 -5
- package/clients/storageClient.d.ts.map +1 -1
- package/clients/storageClient.js +7 -5
- package/clients/storageClient.js.map +1 -1
- package/clients/windowClient.d.ts +160 -79
- package/clients/windowClient.d.ts.map +1 -1
- package/clients/windowClient.js +244 -138
- package/clients/windowClient.js.map +1 -1
- package/clients/workspaceClient.d.ts +19 -14
- package/clients/workspaceClient.d.ts.map +1 -1
- package/clients/workspaceClient.js +15 -9
- package/clients/workspaceClient.js.map +1 -1
- package/common/Desktop.d.ts +9 -50
- package/common/Desktop.d.ts.map +1 -1
- package/common/Desktop.js +11 -64
- package/common/Desktop.js.map +1 -1
- package/common/FinsembleWindow.d.ts +4 -107
- package/common/FinsembleWindow.d.ts.map +1 -1
- package/common/FinsembleWindow.js +21 -342
- 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 +1 -2
- package/deprecated/deprecatedFunctions.js.map +1 -1
- package/deprecated/dragAndDropClient.d.ts +3 -3
- package/deprecated/dragAndDropClient.d.ts.map +1 -1
- 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 -190
- package/main.d.ts.map +1 -1
- package/main.js +3 -1
- package/main.js.map +1 -1
- package/package.json +3 -3
- package/platform/services/Interop/types.d.ts +2 -1
- package/platform/services/Interop/types.d.ts.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 +1 -0
- package/platform/services/systemManager/_constants.js.map +1 -1
- package/platform/services/window/modules/actions.d.ts +59 -0
- package/platform/services/window/modules/actions.d.ts.map +1 -0
- package/platform/services/window/modules/actions.js +57 -0
- package/platform/services/window/modules/actions.js.map +1 -0
- package/platform/services/window/types.d.ts +257 -50
- 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/assets/css/core/icons.css +0 -5
- package/react/assets/css/processMonitor.css +9 -4
- package/react/assets/css/windowTitleBar.css +98 -285
- package/react/assets/icons/chevron-down.svg +1 -0
- package/react/assets/icons/chevron-up.svg +1 -0
- 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/ContextMenu.d.ts.map +1 -1
- package/react/components/common/ContextMenu.js +2 -10
- 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/css/accordion.css +9 -21
- package/react/components/common/css/application-edit-page.css +0 -4
- 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/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/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/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/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 +81 -100
- package/react/components/singleInputDialog/SingleInputDialog.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/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/{components/right/CloseButton.d.ts → CloseButton.d.ts} +0 -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/{components/left/LinkerButton.d.ts → LinkerButton.d.ts} +0 -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/{components/left/LinkerGroups.d.ts → LinkerGroups.d.ts} +0 -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 +453 -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 +365 -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/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/clients/configClient.js
CHANGED
|
@@ -123,13 +123,13 @@ export const getManifest = async (cb) => {
|
|
|
123
123
|
*
|
|
124
124
|
* ```javascript
|
|
125
125
|
* FSBL.Clients.ConfigClient.get(
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
126
|
+
* ['field1', 'property1'], // field1.property1
|
|
127
|
+
* function(err,value){ }
|
|
128
|
+
* );
|
|
129
129
|
*
|
|
130
130
|
* const {err, data} = await FSBL.Clients.ConfigClient.get(
|
|
131
|
-
|
|
132
|
-
|
|
131
|
+
* ['field1', 'property1'] // field1.property1
|
|
132
|
+
* );
|
|
133
133
|
* ```
|
|
134
134
|
* @param {Function} cb Will return the value if found.
|
|
135
135
|
*/
|
|
@@ -151,13 +151,28 @@ export const get = async (path, cb) => {
|
|
|
151
151
|
*
|
|
152
152
|
* ```javascript
|
|
153
153
|
* FSBL.Clients.ConfigClient.getMultiple(
|
|
154
|
-
|
|
155
|
-
*
|
|
156
|
-
*
|
|
157
|
-
*
|
|
158
|
-
*
|
|
154
|
+
* [
|
|
155
|
+
* // field1.property1.subproperty1
|
|
156
|
+
* ["field1", "property1", "subproperty1"],
|
|
157
|
+
*
|
|
158
|
+
* // field1.property2
|
|
159
|
+
* ["field1", "property2"]
|
|
160
|
+
* ], (err, values) => {
|
|
161
|
+
* if(!err){
|
|
162
|
+
* console.log("Values: ", values);
|
|
163
|
+
* }
|
|
164
|
+
* });
|
|
165
|
+
*
|
|
166
|
+
* const {err, data} = await FSBL.Clients.ConfigClient.getMultiple([
|
|
167
|
+
* // field1.property1.subproperty1
|
|
168
|
+
* ["field1", "property1", "subproperty1"],
|
|
159
169
|
*
|
|
160
|
-
*
|
|
170
|
+
* // field1.property2
|
|
171
|
+
* ["field1", "property2"] // field1.property2
|
|
172
|
+
* ]);
|
|
173
|
+
* if(!err){
|
|
174
|
+
* console.log("Values: ", data);
|
|
175
|
+
* }
|
|
161
176
|
* ```
|
|
162
177
|
* @param {Function} cb Will return the value if found.
|
|
163
178
|
*/
|
|
@@ -172,7 +187,8 @@ export const getMultiple = async (paths, cb) => {
|
|
|
172
187
|
return { err, data: response.data };
|
|
173
188
|
};
|
|
174
189
|
/**
|
|
175
|
-
*
|
|
190
|
+
* @deprecated - Use [ `FSBL.Clients.ConfigClient.get()`](#get) instead.
|
|
191
|
+
*
|
|
176
192
|
* Get a value from the config.
|
|
177
193
|
*
|
|
178
194
|
* ```javascript
|
|
@@ -183,7 +199,6 @@ export const getMultiple = async (paths, cb) => {
|
|
|
183
199
|
* ```
|
|
184
200
|
* @param {Function} cb Will return the value if found.
|
|
185
201
|
*
|
|
186
|
-
* @deprecated - Use get ConfigClient.get
|
|
187
202
|
*/
|
|
188
203
|
export const getValue = async (params, cb) => {
|
|
189
204
|
if (typeof params === "string") {
|
|
@@ -202,10 +217,14 @@ export const getValue = async (params, cb) => {
|
|
|
202
217
|
return { err, data: response.data };
|
|
203
218
|
};
|
|
204
219
|
/**
|
|
205
|
-
*
|
|
220
|
+
* @deprecated - Use [`FSBL.Clients.ConfigClient.getMultiple()`](#getmultiple) instead.
|
|
221
|
+
*
|
|
206
222
|
* Get multiple values from the config.
|
|
207
223
|
*
|
|
208
|
-
*
|
|
224
|
+
* :::caution
|
|
225
|
+
* **Deprecated functionality**: If there are no fields provided, the complete configuration manifest
|
|
226
|
+
* is returned (use [getManifest()](#getmanifest)).
|
|
227
|
+
* :::
|
|
209
228
|
*
|
|
210
229
|
* ```javascript
|
|
211
230
|
* FSBL.Clients.ConfigClient.getValues(['field1','field2'], function(err,values){ });
|
|
@@ -214,8 +233,6 @@ export const getValue = async (params, cb) => {
|
|
|
214
233
|
* ```
|
|
215
234
|
* @param {fieldOnlyParam[] | string[]} fields An array of objects containing a field property or an array of string field names.
|
|
216
235
|
* @param {Function} cb Will return the value if found.
|
|
217
|
-
*
|
|
218
|
-
* * @deprecated - Use get ConfigClient.getMultiple
|
|
219
236
|
*/
|
|
220
237
|
export const getValues = async (fields, cb) => {
|
|
221
238
|
if (typeof fields === "function") {
|
|
@@ -233,15 +250,18 @@ export const getValues = async (fields, cb) => {
|
|
|
233
250
|
/**
|
|
234
251
|
* Sets a value in the config.
|
|
235
252
|
*
|
|
236
|
-
* Setting a value will trigger events that you can listen to using
|
|
253
|
+
* Setting a value will trigger events that you can listen to using [`addListener()`](#addlistener).
|
|
237
254
|
*
|
|
238
255
|
* ```javascript
|
|
239
|
-
*
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
256
|
+
* // Set field1.property1 = "foo"
|
|
257
|
+
* FSBL.Clients.ConfigClient.set(
|
|
258
|
+
* ['field1', 'property1'],
|
|
259
|
+
* "foo",
|
|
260
|
+
* function(err,value){ }
|
|
261
|
+
* );
|
|
243
262
|
*
|
|
244
|
-
*
|
|
263
|
+
* // Set field1.property1 = "foo"
|
|
264
|
+
* const {err, data} = await FSBL.Clients.ConfigClient.set(['field1', 'property1'], "foo");
|
|
245
265
|
* ```
|
|
246
266
|
* @param {Function} cb Optional callback.
|
|
247
267
|
*/
|
|
@@ -265,13 +285,20 @@ export const set = async (path, value, cb) => {
|
|
|
265
285
|
* Setting a value will trigger events that you can listen to using <a href="#addlistener">`addListener()`</a>.
|
|
266
286
|
*
|
|
267
287
|
* ```javascript
|
|
268
|
-
*
|
|
288
|
+
* // Set both field1.property1 = "foo" AND field2.property2 = "bar"
|
|
289
|
+
* FSBL.Clients.ConfigClient.setMultiple(
|
|
290
|
+
* [
|
|
269
291
|
* {field: ['field1', 'property1'], value: "foo"},
|
|
270
|
-
* {field: ['field2', 'property2'], value: "bar"}
|
|
292
|
+
* {field: ['field2', 'property2'], value: "bar"}
|
|
293
|
+
* ],
|
|
294
|
+
* function(err,value){ }
|
|
295
|
+
* );
|
|
271
296
|
*
|
|
297
|
+
* // Set both field1.property1 = "foo" AND field2.property2 = "bar"
|
|
272
298
|
* const {err, data} = await FSBL.Clients.ConfigClient.setMultiple([
|
|
273
|
-
*
|
|
274
|
-
*
|
|
299
|
+
* {field: ['field1', 'property1'], value: "foo"},
|
|
300
|
+
* {field: ['field2', 'property2'], value: "bar"}
|
|
301
|
+
* ]);
|
|
275
302
|
* ```
|
|
276
303
|
* @param {Function} cb Optional callback.
|
|
277
304
|
*/
|
|
@@ -286,7 +313,8 @@ export const setMultiple = async (pathsAndValues, cb) => {
|
|
|
286
313
|
return { err, data: response.data };
|
|
287
314
|
};
|
|
288
315
|
/**
|
|
289
|
-
*
|
|
316
|
+
* @deprecated - Use [`FSBL.Clients.ConfigClient.set()`](#set) instead.
|
|
317
|
+
*
|
|
290
318
|
* Set a value in the config. Setting a value will trigger events that you can listen to using <a href="#addlistener">`addListener()`</a>.
|
|
291
319
|
*
|
|
292
320
|
* ```javascript
|
|
@@ -294,8 +322,6 @@ export const setMultiple = async (pathsAndValues, cb) => {
|
|
|
294
322
|
* const {err} = await FSBL.Clients.ConfigClient.setValue({ field:'field1', value:'new value' })
|
|
295
323
|
* ```
|
|
296
324
|
* @param {function} cb Optional callback
|
|
297
|
-
*
|
|
298
|
-
* @deprecated - Use get ConfigClient.set
|
|
299
325
|
*/
|
|
300
326
|
export const setValue = async (params, cb) => {
|
|
301
327
|
const data = {
|
|
@@ -308,7 +334,8 @@ export const setValue = async (params, cb) => {
|
|
|
308
334
|
return { err };
|
|
309
335
|
};
|
|
310
336
|
/**
|
|
311
|
-
*
|
|
337
|
+
* @deprecated - Use [FSBL.Clients.ConfigClient.setMultiple()](#setmultiple) instead.
|
|
338
|
+
*
|
|
312
339
|
* Set multiple values in the config.
|
|
313
340
|
*
|
|
314
341
|
* ```javascript
|
|
@@ -316,8 +343,6 @@ export const setValue = async (params, cb) => {
|
|
|
316
343
|
* const {err} = await FSBL.Clients.ConfigClient.setValues([{ field:'field1', value: "new value" }]);
|
|
317
344
|
* ```
|
|
318
345
|
* @param {function} cb Optional callback
|
|
319
|
-
*
|
|
320
|
-
* * @deprecated - Use get ConfigClient.setMultiple
|
|
321
346
|
*/
|
|
322
347
|
export const setValues = async (fields, cb) => {
|
|
323
348
|
if (!fields) {
|
|
@@ -369,15 +394,20 @@ export const remove = async (path, cb) => {
|
|
|
369
394
|
* Removing a value will trigger events that you can listen to using <a href="#addlistener">`addListener()`</a>.
|
|
370
395
|
*
|
|
371
396
|
* ```javascript
|
|
372
|
-
*
|
|
373
|
-
*
|
|
374
|
-
*
|
|
375
|
-
|
|
376
|
-
|
|
397
|
+
* // Remove field1.property1 AND field2.property2
|
|
398
|
+
* FSBL.Clients.ConfigClient.removeMultiple(
|
|
399
|
+
* [
|
|
400
|
+
* ['field1', 'property1'],
|
|
401
|
+
* ['field2', 'property2']
|
|
402
|
+
* ],
|
|
403
|
+
* function(err,value){ }
|
|
404
|
+
* );
|
|
377
405
|
*
|
|
378
|
-
*
|
|
379
|
-
*
|
|
380
|
-
*
|
|
406
|
+
* // Remove field1.property1 AND field2.property2
|
|
407
|
+
* const {err, data} = await FSBL.Clients.ConfigClient.removeMultiple([
|
|
408
|
+
* ['field1', 'property1'],
|
|
409
|
+
* ['field2', 'property2']
|
|
410
|
+
* ]);
|
|
381
411
|
* ```
|
|
382
412
|
* @param {Function} cb Optional callback.
|
|
383
413
|
*/
|
|
@@ -392,7 +422,8 @@ export const removeMultiple = async (paths, cb) => {
|
|
|
392
422
|
return { err, data: response.data };
|
|
393
423
|
};
|
|
394
424
|
/**
|
|
395
|
-
*
|
|
425
|
+
* @deprecated - Use [`FSBL.Clients.ConfigClient.remove()`](#remove) instead.
|
|
426
|
+
*
|
|
396
427
|
* Remove a value from the config.
|
|
397
428
|
*
|
|
398
429
|
* ```javascript
|
|
@@ -404,8 +435,6 @@ export const removeMultiple = async (paths, cb) => {
|
|
|
404
435
|
* ```
|
|
405
436
|
* @param {String} field - Name of field to remove
|
|
406
437
|
* @param {Function} cb - Returns an error if there is one
|
|
407
|
-
*
|
|
408
|
-
* @deprecated - Use get ConfigClient.remove
|
|
409
438
|
*/
|
|
410
439
|
export const removeValue = async (params, cb) => {
|
|
411
440
|
if (typeof params === "string") {
|
|
@@ -422,7 +451,8 @@ export const removeValue = async (params, cb) => {
|
|
|
422
451
|
return { err };
|
|
423
452
|
};
|
|
424
453
|
/**
|
|
425
|
-
*
|
|
454
|
+
* @deprecated - Use [`FSBL.Clients.ConfigClient.removeMultiple()`](#removemultiple) instead.
|
|
455
|
+
*
|
|
426
456
|
* Removes multiple values from the config.
|
|
427
457
|
*
|
|
428
458
|
* ```javascript
|
|
@@ -431,8 +461,6 @@ export const removeValue = async (params, cb) => {
|
|
|
431
461
|
* ```
|
|
432
462
|
* @param {FieldOnlyParam[] | string[]} fields - An array of objects containing a field property or an array of string field names.
|
|
433
463
|
* @param {Function} cb - Returns an error if there is one.
|
|
434
|
-
*
|
|
435
|
-
* @deprecated - Use get ConfigClient.removeMultiple
|
|
436
464
|
*/
|
|
437
465
|
export const removeValues = async (fields, cb) => {
|
|
438
466
|
if (!fields) {
|
|
@@ -457,7 +485,7 @@ export const removeValues = async (fields, cb) => {
|
|
|
457
485
|
* If no field is given, the root config level is used. You can also listen for changes to config fields any number of levels deep -- finsemble.configitem.deeperconfigitem.evendeeperconfigitem
|
|
458
486
|
*
|
|
459
487
|
* ```javascript
|
|
460
|
-
* const myFunction = function(err,data){
|
|
488
|
+
* const myFunction = function(err,data){ };
|
|
461
489
|
*
|
|
462
490
|
* FSBL.Clients.ConfigClient.addListener({ field:'field1' }, myFunction, cb);
|
|
463
491
|
* FSBL.Clients.ConfigClient.addListener(['field1', 'property1'], myFunction, cb); // field1.property1
|
|
@@ -591,12 +619,25 @@ export const removeListener = (params, fn, cb) => {
|
|
|
591
619
|
* Remove an array of listeners from the config
|
|
592
620
|
*
|
|
593
621
|
* ```javascript
|
|
594
|
-
* let myFunction = function(err,data){ }
|
|
595
|
-
* FSBL.Clients.ConfigClient.removeListeners(
|
|
596
|
-
*
|
|
597
|
-
*
|
|
598
|
-
*
|
|
599
|
-
*
|
|
622
|
+
* let myFunction = function(err,data){ };
|
|
623
|
+
* FSBL.Clients.ConfigClient.removeListeners(
|
|
624
|
+
* {
|
|
625
|
+
* field: 'field1'
|
|
626
|
+
* },
|
|
627
|
+
* MyFunction,
|
|
628
|
+
* function(bool){ }
|
|
629
|
+
* );
|
|
630
|
+
*
|
|
631
|
+
* FSBL.Clients.ConfigClient.removeListeners(
|
|
632
|
+
* [{ field:'field1', listener: MyFunction }],
|
|
633
|
+
* function(bool){ }
|
|
634
|
+
* );
|
|
635
|
+
*
|
|
636
|
+
* FSBL.Clients.ConfigClient.removeListeners(
|
|
637
|
+
* ['field1'],
|
|
638
|
+
* MyFunction,
|
|
639
|
+
* function(bool) { }
|
|
640
|
+
* );
|
|
600
641
|
* ```
|
|
601
642
|
* @param {removeListenersType} params
|
|
602
643
|
* @param {function} fn The listener to remove
|
|
@@ -634,13 +675,31 @@ export const removeListeners = (params, fn, cb) => {
|
|
|
634
675
|
cb === null || cb === void 0 ? void 0 : cb(null, true);
|
|
635
676
|
};
|
|
636
677
|
/**
|
|
637
|
-
* Dynamically set config values within the Finsemble configuration.
|
|
638
|
-
*
|
|
639
|
-
*
|
|
640
|
-
*
|
|
641
|
-
*
|
|
642
|
-
*
|
|
643
|
-
*
|
|
678
|
+
* Dynamically set config values within the Finsemble configuration. You can set new config properties
|
|
679
|
+
* or modify existing ones. Note that configuration changes will not necessarily dynamically modify
|
|
680
|
+
* the components or services that use the corresponding configuration -- it depends if the component
|
|
681
|
+
* or service handles the corresponding change notifications (either though PubSub or the config's
|
|
682
|
+
* DataStore). Also, these changes do not persist in any config files.
|
|
683
|
+
*
|
|
684
|
+
* :::note
|
|
685
|
+
* Anytime you set config by using this API, the newConfig along with the updated manifest will by
|
|
686
|
+
* published to the PubSub topic "Config.changeNotification". To get these notifications any
|
|
687
|
+
* component or service you can subscribe to the topic. See an example below.
|
|
688
|
+
* :::
|
|
689
|
+
*
|
|
690
|
+
* :::note
|
|
691
|
+
* Anytime you set config by using this API, the dataStore underlying configuration
|
|
692
|
+
* 'Finsemble-Configuration-Store' will also be updated. To get these dataStore events, you can set
|
|
693
|
+
* a listener as shown in the example below. However, any config modifications made directly though
|
|
694
|
+
* the DataStore will not result in corresponding PubSub notifications.
|
|
695
|
+
* :::
|
|
696
|
+
*
|
|
697
|
+
* :::caution
|
|
698
|
+
* During dynamic configuration, Finsemble can overwrite components already in the configuration when
|
|
699
|
+
* `ConfigClient.processAndSet` is called. To prevent this from happening, set
|
|
700
|
+
* `manifest.component.category = "system"` in the config of the component. Use this setting, for
|
|
701
|
+
* example, to prevent system UI components from being dropped out of the config.
|
|
702
|
+
* :::
|
|
644
703
|
*
|
|
645
704
|
* ```javascript
|
|
646
705
|
* // Examples using processAndSet()
|
|
@@ -687,7 +746,6 @@ export const removeListeners = (params, fn, cb) => {
|
|
|
687
746
|
* @param {boolean} params.overwrite If true then overwrite any preexisting config with new config (can only set to true when running from same origin, not cross-domain); if false then newConfig must not match properties of existing config, including service and component configuration.
|
|
688
747
|
* @param {boolean} params.replace True specifies any component, app, or service definitions in the new config will place all existing non-system component and service configuration
|
|
689
748
|
* @param {StandardErrorCallback} callback Callback to be invoked upon task completion.
|
|
690
|
-
* @return {Promise<Manifest>} Returns the resulting manifest
|
|
691
749
|
*
|
|
692
750
|
*/
|
|
693
751
|
export const processAndSet = async (params, cb) => {
|
|
@@ -713,9 +771,13 @@ export const processAndSet = async (params, cb) => {
|
|
|
713
771
|
* field: "finsemble.initialWorkspace",
|
|
714
772
|
* value: "Workspace 2"
|
|
715
773
|
* }, (err, response) => {
|
|
716
|
-
* //preference has been set
|
|
774
|
+
* // preference has been set
|
|
775
|
+
* });
|
|
776
|
+
*
|
|
777
|
+
* const {err, data} = await FSBL.Clients.ConfigClient.setPreference({
|
|
778
|
+
* field: "finsemble.initialWorkspace",
|
|
779
|
+
* value: "Workspace 2"
|
|
717
780
|
* });
|
|
718
|
-
* const {err, data} = await FSBL.Clients.ConfigClient.setPreference({field: "finsemble.initialWorkspace", value: "Workspace 2"});
|
|
719
781
|
* ```
|
|
720
782
|
* @param {fieldAndValueParam} params
|
|
721
783
|
* @param {StandardErrorCallback} callback Callback to be invoked when preferences have been retrieved from the service or on error.
|
|
@@ -757,7 +819,9 @@ export const getPreferences = async (cb) => {
|
|
|
757
819
|
* }, (err, response) => {
|
|
758
820
|
* //preference has been unset
|
|
759
821
|
* });
|
|
760
|
-
* const {err, data} = await FSBL.Clients.ConfigClient.unsetPreference({
|
|
822
|
+
* const {err, data} = await FSBL.Clients.ConfigClient.unsetPreference({
|
|
823
|
+
* field: "finsemble.initialWorkspace"
|
|
824
|
+
* });
|
|
761
825
|
* ```
|
|
762
826
|
* @param params The preference field to unset.
|
|
763
827
|
* @param callback The callback to be invoked after the preference is removed or on error.
|
|
@@ -768,51 +832,6 @@ export const unsetPreference = async (params, cb) => {
|
|
|
768
832
|
cb === null || cb === void 0 ? void 0 : cb(err, response.data);
|
|
769
833
|
return { err, data: response.data };
|
|
770
834
|
};
|
|
771
|
-
/**
|
|
772
|
-
* Adds new FDC3 App(s) to Finsemble.
|
|
773
|
-
*
|
|
774
|
-
* ```javascript
|
|
775
|
-
* const {err, data} = await FSBL.Clients.ConfigClient.addApps([anFDC3App]);
|
|
776
|
-
* ```
|
|
777
|
-
*
|
|
778
|
-
* @param apps The array of FDC3AppDefinition to add
|
|
779
|
-
* @param cb The callback to be invoked after the apps are set or on error.
|
|
780
|
-
* @private
|
|
781
|
-
*/
|
|
782
|
-
const addApps = async (apps, cb) => {
|
|
783
|
-
if (!Array.isArray(apps)) {
|
|
784
|
-
const err = "The input was not an array. Please pass an array of type: FDC3AppDefinition[] (including if only adding a single app)";
|
|
785
|
-
cb === null || cb === void 0 ? void 0 : cb(err);
|
|
786
|
-
return { err };
|
|
787
|
-
}
|
|
788
|
-
waitForConfigService();
|
|
789
|
-
const { err, response } = await RouterClient.query("configService.addApps", apps);
|
|
790
|
-
cb === null || cb === void 0 ? void 0 : cb(err, response.data);
|
|
791
|
-
return { err, data: response.data };
|
|
792
|
-
};
|
|
793
|
-
/**
|
|
794
|
-
* Removes an FDC3 App(s) from Finsemble.
|
|
795
|
-
*
|
|
796
|
-
* ```javascript
|
|
797
|
-
* const {err, data} = await FSBL.Clients.ConfigClient.removeApps(["fdc3AppId"]);
|
|
798
|
-
* ```
|
|
799
|
-
*
|
|
800
|
-
* @param apps The array of appIds to remove
|
|
801
|
-
* @param cb The callback to be invoked after the apps are removed or on error.
|
|
802
|
-
*
|
|
803
|
-
* @private
|
|
804
|
-
*/
|
|
805
|
-
const removeApps = async (appIds, cb) => {
|
|
806
|
-
if (!Array.isArray(appIds)) {
|
|
807
|
-
const err = "The input was not an array. Please pass an array of string appIds to remove (including if only removing a single app)";
|
|
808
|
-
cb === null || cb === void 0 ? void 0 : cb(err);
|
|
809
|
-
return { err };
|
|
810
|
-
}
|
|
811
|
-
waitForConfigService();
|
|
812
|
-
const { err, response } = await RouterClient.query("configService.removeApps", appIds);
|
|
813
|
-
cb === null || cb === void 0 ? void 0 : cb(err, response.data);
|
|
814
|
-
return { err, data: response.data };
|
|
815
|
-
};
|
|
816
835
|
/**
|
|
817
836
|
* @ignore
|
|
818
837
|
*/
|
|
@@ -879,8 +898,6 @@ export const ConfigClient = {
|
|
|
879
898
|
setMultiple,
|
|
880
899
|
remove,
|
|
881
900
|
removeMultiple,
|
|
882
|
-
addApps,
|
|
883
|
-
removeApps,
|
|
884
901
|
};
|
|
885
902
|
/**
|
|
886
903
|
* @ignore
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configClient.js","sourceRoot":"","sources":["../../../src/clients/configClient.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"configClient.js","sourceRoot":"","sources":["../../../src/clients/configClient.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { FinsembleWindow } from "../../common/FinsembleWindow";
|
|
2
|
+
import { WindowIdentifier } from "../../platform/services/window/types";
|
|
3
|
+
import { StandardError } from "../../types";
|
|
4
|
+
import { ResponderMessage } from "../routerClient";
|
|
5
|
+
import { StoreModel } from "../StoreModel";
|
|
6
|
+
export declare class DialogManagerClientController {
|
|
7
|
+
initialized: boolean;
|
|
8
|
+
/**
|
|
9
|
+
* Can be used to set a specific timeout
|
|
10
|
+
*/
|
|
11
|
+
userInputTimeout: number | null;
|
|
12
|
+
/**
|
|
13
|
+
* A global store used to track which windows are registered as dialogs and their state.
|
|
14
|
+
* Dialogs are put in the "available" pool when they are available for use. They are put
|
|
15
|
+
* in the "open" pool when they are in use.
|
|
16
|
+
*/
|
|
17
|
+
DialogStore: StoreModel | null;
|
|
18
|
+
/**
|
|
19
|
+
* Will be set to true if the current window is a dialog
|
|
20
|
+
*/
|
|
21
|
+
isDialog: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Contains a unique channel name that a dialog can use to communicate back to
|
|
24
|
+
* its originating window. The originating window creates the channel as
|
|
25
|
+
* a query responder.
|
|
26
|
+
*/
|
|
27
|
+
RESPONDER_CHANNEL: string | null;
|
|
28
|
+
/**
|
|
29
|
+
* Used to send a message back to whoever opened this dialog
|
|
30
|
+
*/
|
|
31
|
+
openerMessage: ResponderMessage | null;
|
|
32
|
+
/**
|
|
33
|
+
* Same as FEAGlobals.finsembleWindow
|
|
34
|
+
*/
|
|
35
|
+
finsembleWindow: FinsembleWindow | null;
|
|
36
|
+
/**
|
|
37
|
+
* Will be set with the spawn data, which contains the input params and responseChannel
|
|
38
|
+
*/
|
|
39
|
+
spawnData: any;
|
|
40
|
+
/**
|
|
41
|
+
* Checks whether the window is a dialog, setting this.isDialog to true or false
|
|
42
|
+
* @param {cb} cb The callback to be invoked after the method completes successfully.
|
|
43
|
+
*/
|
|
44
|
+
checkIfWindowIsDialog(cb?: (err?: StandardError) => void): Promise<void>;
|
|
45
|
+
/**
|
|
46
|
+
* Registers the window as a dialog with the global store. If the component is incapable of being used as a dialog (this is set in the component's config), the callback is immediately invoked.
|
|
47
|
+
*
|
|
48
|
+
* **Note:** This method checks whether the calling window is a dialog.
|
|
49
|
+
* @param {function} callback The callback to be invoked after the method completes successfully.
|
|
50
|
+
*/
|
|
51
|
+
registerWithStore(cb?: () => void): Promise<void>;
|
|
52
|
+
/**
|
|
53
|
+
* Establishes a connection to the distributed store that is used
|
|
54
|
+
* by all dialogs. This function may be called many times but will
|
|
55
|
+
* only initialize one time.
|
|
56
|
+
*/
|
|
57
|
+
initializeOnce(): Promise<void>;
|
|
58
|
+
/**
|
|
59
|
+
* Creates the global store if it doesn't exist.
|
|
60
|
+
* @param {function} callback
|
|
61
|
+
*/
|
|
62
|
+
createStore(cb?: () => void): Promise<void>;
|
|
63
|
+
/**
|
|
64
|
+
*/
|
|
65
|
+
getFinsembleWindow(cb?: () => void): Promise<void>;
|
|
66
|
+
getAvailableDialog(type: string, cb?: (dialog: WindowIdentifier | null) => void): Promise<WindowIdentifier | null>;
|
|
67
|
+
/**
|
|
68
|
+
* State management - just moves an opened dialog back to the "available" pool.
|
|
69
|
+
* @param {object} identifier window identifier of the dialog.
|
|
70
|
+
*/
|
|
71
|
+
moveDialogFromOpenedToAvailable(identifier: WindowIdentifier): Promise<string | null>;
|
|
72
|
+
/**
|
|
73
|
+
* State management - just moves an available dialog out of the "available" pool.
|
|
74
|
+
* @param {object} identifier window identifier of the dialog.
|
|
75
|
+
*/
|
|
76
|
+
moveDialogFromAvailableToOpened(identifier: WindowIdentifier): Promise<string | null>;
|
|
77
|
+
}
|
|
78
|
+
//# sourceMappingURL=DialogManagerClientController.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogManagerClientController.d.ts","sourceRoot":"","sources":["../../../../src/clients/controller/DialogManagerClientController.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAG/D,OAAO,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AAExE,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAU3C,qBAAa,6BAA6B;IACzC,WAAW,EAAE,OAAO,CAAS;IAE7B;;OAEG;IACH,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAQ;IAEvC;;;;OAIG;IACH,WAAW,EAAE,UAAU,GAAG,IAAI,CAAQ;IAEtC;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAS;IAE1B;;;;OAIG;IACH,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAQ;IAExC;;OAEG;IACH,aAAa,EAAE,gBAAgB,GAAG,IAAI,CAAQ;IAE9C;;OAEG;IACH,eAAe,EAAE,eAAe,GAAG,IAAI,CAAQ;IAE/C;;OAEG;IACH,SAAS,EAAE,GAAG,CAAM;IAEpB;;;OAGG;IACG,qBAAqB,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,aAAa,KAAK,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;IAY9E;;;;;OAKG;IACG,iBAAiB,CAAC,EAAE,CAAC,EAAE,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;IAWvD;;;;OAIG;IACH,cAAc;IA0Bd;;;OAGG;IACG,WAAW,CAAC,EAAE,CAAC,EAAE,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;IAoBjD;OACG;IACG,kBAAkB,CAAC,EAAE,CAAC,EAAE,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;IASlD,kBAAkB,CACvB,IAAI,EAAE,MAAM,EACZ,EAAE,CAAC,EAAE,CAAC,MAAM,EAAE,gBAAgB,GAAG,IAAI,KAAK,IAAI,GAC5C,OAAO,CAAC,gBAAgB,GAAG,IAAI,CAAC;IA2BnC;;;OAGG;IACG,+BAA+B,CAAC,UAAU,EAAE,gBAAgB,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;IAuB3F;;;OAGG;IACG,+BAA+B,CAAC,UAAU,EAAE,gBAAgB,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;CAsB3F"}
|