@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
|
@@ -5,102 +5,42 @@
|
|
|
5
5
|
*/
|
|
6
6
|
@import url("./linkerWindow.css");
|
|
7
7
|
@import url("./defaultTheme.css");
|
|
8
|
-
@import url("core/icons.css");
|
|
9
|
-
@import url("core/windowFrame.css");
|
|
10
|
-
@import url("core/formElements.css");
|
|
8
|
+
@import url("./core/icons.css");
|
|
11
9
|
@import url("./font-finance.css");
|
|
12
10
|
@import url("./fonts/Open_Sans/OpenSans-Definition.css");
|
|
13
11
|
|
|
14
|
-
.fsbl-
|
|
15
|
-
z-index: 2147483641;
|
|
12
|
+
/* .fsbl-app-region is only used by e2e tests */
|
|
16
13
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
/* stylelint-disable-next-line declaration-no-important */
|
|
20
|
-
top: 5px !important;
|
|
21
|
-
/* stylelint-disable-next-line declaration-no-important */
|
|
22
|
-
margin-top: 0 !important;
|
|
23
|
-
|
|
24
|
-
/* use below without window scrollbar hack */
|
|
25
|
-
|
|
26
|
-
/* position: absolute; */
|
|
27
|
-
|
|
28
|
-
/* top: 0px!important; */
|
|
29
|
-
|
|
30
|
-
/* background-color: red; */
|
|
31
|
-
|
|
32
|
-
/* prevent dragging any data when move window */
|
|
33
|
-
user-select: none;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.fsbl-drag-handle-native-movement {
|
|
37
|
-
z-index: 2147483641;
|
|
38
|
-
|
|
39
|
-
/* use below with window scrollbar hack */
|
|
40
|
-
position: fixed;
|
|
41
|
-
/* stylelint-disable-next-line declaration-no-important */
|
|
42
|
-
top: 5px !important;
|
|
43
|
-
/* stylelint-disable-next-line declaration-no-important */
|
|
44
|
-
margin-top: 0 !important;
|
|
14
|
+
/* This gets added to draggable areas if useDOMBasedMovement is turned off in config */
|
|
15
|
+
.fsbl-no-dom-movement {
|
|
45
16
|
-webkit-app-region: drag;
|
|
46
|
-
|
|
47
|
-
/* prevent dragging any data when move window */
|
|
48
|
-
user-select: none;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.fsbl-drag-handle.hidden {
|
|
52
|
-
display: none;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.fsbl-drag-handle-native-movement.hidden {
|
|
56
|
-
display: none;
|
|
57
17
|
}
|
|
58
18
|
|
|
59
|
-
.
|
|
60
|
-
|
|
61
|
-
|
|
19
|
+
/* 100px minimum. flex-grow will fill up available space to the right */
|
|
20
|
+
.fsbl-guaranteed-drag-area {
|
|
21
|
+
min-width: 100px;
|
|
62
22
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
body::after {
|
|
67
|
-
content: "";
|
|
68
|
-
position: fixed;
|
|
69
|
-
display: block;
|
|
70
|
-
z-index: 2147483640;
|
|
71
|
-
background-color: var(--window-border-color);
|
|
23
|
+
/* if, for whatever reason, no tabs appear then this will ensure that the drag region has height to grab */
|
|
24
|
+
min-height: 20px;
|
|
25
|
+
flex-grow: 1;
|
|
72
26
|
}
|
|
73
27
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
*/
|
|
78
|
-
html::before {
|
|
79
|
-
height: 1px;
|
|
80
|
-
left: 0;
|
|
81
|
-
right: 0;
|
|
82
|
-
top: 0;
|
|
28
|
+
.fsbl-tab-region {
|
|
29
|
+
width: 100%;
|
|
30
|
+
display: inline-block;
|
|
83
31
|
}
|
|
84
32
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
top: 0;
|
|
88
|
-
right: 0;
|
|
89
|
-
bottom: 0;
|
|
33
|
+
.fsbl-tab-region-tabbing-disabled {
|
|
34
|
+
text-align: center;
|
|
90
35
|
}
|
|
91
36
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
bottom: 0;
|
|
96
|
-
left: 0;
|
|
37
|
+
.fsbl-tab-region-tabbing-enabled {
|
|
38
|
+
text-align: left;
|
|
39
|
+
display: flex;
|
|
97
40
|
}
|
|
98
41
|
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
top: 0;
|
|
102
|
-
bottom: 0;
|
|
103
|
-
left: 0;
|
|
42
|
+
#FSBLHeader {
|
|
43
|
+
color: white;
|
|
104
44
|
}
|
|
105
45
|
|
|
106
46
|
.fsbl-header {
|
|
@@ -117,7 +57,8 @@ body::after {
|
|
|
117
57
|
background: var(--titleBar-background-inactive-color);
|
|
118
58
|
width: 100%;
|
|
119
59
|
left: 0;
|
|
120
|
-
|
|
60
|
+
|
|
61
|
+
/* z-index: 2147483639; */
|
|
121
62
|
top: 0;
|
|
122
63
|
color: var(--titleBar-inactive-font-color);
|
|
123
64
|
}
|
|
@@ -127,39 +68,6 @@ body::after {
|
|
|
127
68
|
flex-shrink: unset;
|
|
128
69
|
}
|
|
129
70
|
|
|
130
|
-
html.desktop-active .fsbl-tab-title-text {
|
|
131
|
-
background: transparent;
|
|
132
|
-
color: var(--titleBar-active-font-color);
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
/* This class applies to a tab that is ALONE and active. For tabs that have neighbors, see .fsbl-tab */
|
|
136
|
-
.fsbl-header-title {
|
|
137
|
-
position: relative;
|
|
138
|
-
height: 100%;
|
|
139
|
-
padding-left: 8px;
|
|
140
|
-
overflow: hidden;
|
|
141
|
-
align-items: center;
|
|
142
|
-
display: flex;
|
|
143
|
-
padding-right: 14px;
|
|
144
|
-
transition: background-color 0.2s ease;
|
|
145
|
-
border-top-left-radius: 10px;
|
|
146
|
-
border-top-right-radius: 10px;
|
|
147
|
-
background-color: var(--titlebar-tab-active-background-color);
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
.fsbl-header-title:hover {
|
|
151
|
-
background-color: var(--core-primary-2);
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
html.desktop-active .fsbl-header-title .fsbl-tab-title {
|
|
155
|
-
color: var(--titlebar-tab-active-font-color);
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
html.desktop-active .fsbl-header-title:hover {
|
|
159
|
-
background-color: var(--titlebar-tab-active-background-color);
|
|
160
|
-
color: var(--titlebar-tab-active-font-color);
|
|
161
|
-
}
|
|
162
|
-
|
|
163
71
|
.fsbl-header-left {
|
|
164
72
|
height: calc(100% - 5px); /* leave some space for the resize cursor */
|
|
165
73
|
margin-left: 2px;
|
|
@@ -172,20 +80,17 @@ html.desktop-active .fsbl-header-title:hover {
|
|
|
172
80
|
}
|
|
173
81
|
|
|
174
82
|
.fsbl-header-center {
|
|
175
|
-
|
|
83
|
+
overflow: hidden;
|
|
84
|
+
height: 100%;
|
|
176
85
|
align-content: center;
|
|
177
86
|
display: flex;
|
|
178
87
|
align-items: center;
|
|
179
88
|
justify-content: center;
|
|
180
|
-
width:
|
|
89
|
+
width: 100%;
|
|
181
90
|
text-overflow: ellipsis;
|
|
182
91
|
white-space: nowrap;
|
|
183
|
-
|
|
184
|
-
--webkit-user-select: none;
|
|
185
|
-
|
|
186
92
|
user-select: none;
|
|
187
93
|
position: relative;
|
|
188
|
-
padding-bottom: 3px; /* This needs to be half of the thing subtracted from the height. e.g. height = 100% - 6px, then this is 3px) */
|
|
189
94
|
}
|
|
190
95
|
|
|
191
96
|
.fsbl-tabs-enabled .fsbl-header-center {
|
|
@@ -194,10 +99,6 @@ html.desktop-active .fsbl-header-title:hover {
|
|
|
194
99
|
padding-bottom: 0;
|
|
195
100
|
}
|
|
196
101
|
|
|
197
|
-
html.desktop-active .fsbl-header-right {
|
|
198
|
-
background: var(--titleBar-background-active-color);
|
|
199
|
-
}
|
|
200
|
-
|
|
201
102
|
.fsbl-header-right {
|
|
202
103
|
margin-right: 2px;
|
|
203
104
|
height: calc(100% - 5px); /* leave some space for the resize cursor */
|
|
@@ -212,17 +113,6 @@ html.desktop-active .fsbl-header-right {
|
|
|
212
113
|
margin-top: -2px;
|
|
213
114
|
}
|
|
214
115
|
|
|
215
|
-
html.desktop-active .fsbl-tab-region-drag-area {
|
|
216
|
-
background-color: var(--titleBar-background-inactive-color);
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
.tab-drop-region {
|
|
220
|
-
width: 100%;
|
|
221
|
-
height: 100%;
|
|
222
|
-
position: absolute;
|
|
223
|
-
z-index: 30000;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
116
|
.fsbl-icon {
|
|
227
117
|
position: relative;
|
|
228
118
|
color: var(--titleBar-inactive-font-color);
|
|
@@ -257,10 +147,6 @@ html.desktop-active .fsbl-tab-region-drag-area {
|
|
|
257
147
|
color: var(--titleBar-button-hover-negative-color);
|
|
258
148
|
}
|
|
259
149
|
|
|
260
|
-
html.desktop-active .fsbl-icon.fsbl-close:hover {
|
|
261
|
-
color: var(--titleBar-button-hover-negative-color);
|
|
262
|
-
}
|
|
263
|
-
|
|
264
150
|
.fsbl-icon-highlighted {
|
|
265
151
|
transition: background-color 300ms ease-in-out;
|
|
266
152
|
background-color: var(--titleBar-button-highlight-inactive-color);
|
|
@@ -268,21 +154,12 @@ html.desktop-active .fsbl-icon.fsbl-close:hover {
|
|
|
268
154
|
color: var(--titlebar-icon-hover-color);
|
|
269
155
|
}
|
|
270
156
|
|
|
271
|
-
html.desktop-active .fsbl-icon-highlighted {
|
|
272
|
-
background-color: var(--titleBar-button-highlight-active-color);
|
|
273
|
-
}
|
|
274
|
-
|
|
275
157
|
.fsbl-minimize {
|
|
276
158
|
align-items: center;
|
|
277
159
|
margin-top: -2px;
|
|
278
160
|
transition: 0.2s all;
|
|
279
161
|
}
|
|
280
162
|
|
|
281
|
-
.fsbl-ejector {
|
|
282
|
-
transition: background-color 300ms ease-in-out;
|
|
283
|
-
background-color: var(--titleBar-button-highlight-active-color);
|
|
284
|
-
}
|
|
285
|
-
|
|
286
163
|
.linkerSection {
|
|
287
164
|
display: flex;
|
|
288
165
|
height: 100%;
|
|
@@ -421,54 +298,44 @@ html.desktop-active .fsbl-icon-highlighted {
|
|
|
421
298
|
box-sizing: border-box;
|
|
422
299
|
justify-content: flex-start;
|
|
423
300
|
transition: color 0.2s ease;
|
|
424
|
-
|
|
301
|
+
transition: transform 0.2s ease-in-out;
|
|
302
|
+
max-width: max-content;
|
|
303
|
+
min-width: 30px;
|
|
425
304
|
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
color: var(--titlebar-tab-active-font-color);
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
.fsbl-tab:hover {
|
|
432
|
-
background-color: var(--titlebar-tab-hover-background-color);
|
|
433
|
-
color: var(--titlebar-tab-hover-font-color);
|
|
305
|
+
/* This is important, otherwise flex box expands the final tab, causing scroll buttons to appear when they aren't necessary */
|
|
306
|
+
overflow: hidden;
|
|
434
307
|
}
|
|
435
308
|
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
309
|
+
/* The gap that appears in the final, right-most, position in the tab region when dragging. */
|
|
310
|
+
.fsbl-tab-gap[data-display="true"] {
|
|
311
|
+
background-color: var(--titlebar-tab-active-background-color);
|
|
312
|
+
border-top-right-radius: 10px;
|
|
313
|
+
border-top-left-radius: 10px;
|
|
314
|
+
height: 23px;
|
|
439
315
|
}
|
|
440
316
|
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
317
|
+
.fsbl-active-tab {
|
|
318
|
+
background-color: var(--titlebar-tab-active-background-color);
|
|
319
|
+
color: var(--titlebar-tab-active-font-color);
|
|
444
320
|
}
|
|
445
321
|
|
|
446
|
-
.fsbl-tab-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
overflow: scroll;
|
|
453
|
-
}
|
|
322
|
+
.fsbl-tab-title {
|
|
323
|
+
text-align: left;
|
|
324
|
+
padding-left: 1px;
|
|
325
|
+
padding-right: 4px;
|
|
326
|
+
display: inline-flex;
|
|
327
|
+
align-items: center;
|
|
454
328
|
|
|
455
|
-
|
|
456
|
-
|
|
329
|
+
/* min-width: 20px; */
|
|
330
|
+
color: var(--titlebar-tab-inactive-font-color);
|
|
457
331
|
}
|
|
458
332
|
|
|
459
|
-
.fsbl-tab
|
|
460
|
-
|
|
461
|
-
z-index: 29999;
|
|
462
|
-
overflow: auto;
|
|
333
|
+
.fsbl-open-tab {
|
|
334
|
+
width: 100px;
|
|
463
335
|
}
|
|
464
336
|
|
|
465
|
-
.fsbl-tab-title {
|
|
466
|
-
|
|
467
|
-
padding-left: 1px;
|
|
468
|
-
min-width: 0;
|
|
469
|
-
color: var(--titlebar-tab-inactive-font-color);
|
|
470
|
-
display: flex;
|
|
471
|
-
align-items: center;
|
|
337
|
+
.fsbl-tab-title-text {
|
|
338
|
+
margin-right: 5px;
|
|
472
339
|
}
|
|
473
340
|
|
|
474
341
|
/* The block below allows for a flex-child to have text truncated with an ellipsis. */
|
|
@@ -494,20 +361,8 @@ html.desktop-active .fsbl-icon-highlighted {
|
|
|
494
361
|
transition-delay: 0.2s;
|
|
495
362
|
}
|
|
496
363
|
|
|
497
|
-
.fsbl-tab:hover .fsbl-tab-title .fsbl-tab-title-text {
|
|
498
|
-
padding-right: 18px;
|
|
499
|
-
}
|
|
500
|
-
|
|
501
364
|
div.fsbl-tab-close .ff-close {
|
|
502
|
-
|
|
503
|
-
Override the "transition: 2s all;" on .ff-close
|
|
504
|
-
*/
|
|
505
|
-
transition: 0s all;
|
|
506
|
-
transition-delay: 0.2s;
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
html.desktop-active .fsbl-active-tab .fsbl-tab-title {
|
|
510
|
-
color: var(--titlebar-tab-active-font-color);
|
|
365
|
+
transition: all 0.2s ease-in;
|
|
511
366
|
}
|
|
512
367
|
|
|
513
368
|
div.fsbl-tab-close {
|
|
@@ -521,7 +376,14 @@ div.fsbl-tab-close {
|
|
|
521
376
|
justify-content: center;
|
|
522
377
|
position: absolute;
|
|
523
378
|
right: 0;
|
|
524
|
-
|
|
379
|
+
|
|
380
|
+
/** This transition is critical. Without it, a user can click on a tab and accidentally close it. This happens if you click in the vicinity
|
|
381
|
+
of the close button when a different window currently has focus. This transition ensures that the close button isn't visible at the time
|
|
382
|
+
that such a click occurs. */
|
|
383
|
+
transition: visibility 0s ease 0.5s;
|
|
384
|
+
|
|
385
|
+
/* z-index: 30001; */
|
|
386
|
+
background-color: var(--titlebar-tab-hover-background-color);
|
|
525
387
|
}
|
|
526
388
|
|
|
527
389
|
.fsbl-tab-close:hover {
|
|
@@ -532,51 +394,11 @@ div.fsbl-tab-close {
|
|
|
532
394
|
visibility: visible;
|
|
533
395
|
}
|
|
534
396
|
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
padding-top: 3px;
|
|
538
|
-
width: auto;
|
|
539
|
-
height: auto;
|
|
540
|
-
color: var(--titlebar-tab-icon-font-color);
|
|
541
|
-
}
|
|
542
|
-
|
|
543
|
-
.fsbl-tab-logo i {
|
|
544
|
-
font-size: 14px;
|
|
545
|
-
}
|
|
546
|
-
|
|
547
|
-
.fsbl-tab-logo img {
|
|
548
|
-
height: 18px;
|
|
549
|
-
width: 18px;
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
.fsbl-tab .fsbl-tab-style {
|
|
553
|
-
position: relative;
|
|
554
|
-
height: 100%;
|
|
555
|
-
left: 0;
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
.fsbl-tab-region-drag-area::before {
|
|
559
|
-
content: "a";
|
|
560
|
-
visibility: hidden;
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
/* Without content, the ghost-tab caused really strange sizing behaviors. */
|
|
564
|
-
.ghost-tab::before {
|
|
565
|
-
content: "a";
|
|
397
|
+
/* Hovering will be disabled by the react component if the element is too thin and not the promoted tab */
|
|
398
|
+
.fsbl-tab:hover[data-show-close-button="false"] > .fsbl-tab-close {
|
|
566
399
|
visibility: hidden;
|
|
567
400
|
}
|
|
568
401
|
|
|
569
|
-
.ghost-tab {
|
|
570
|
-
background-color: var(--titlebar-tab-ghost-background-color);
|
|
571
|
-
border-right: 1px solid var(--titlebar-tab-ghost-border-colorcolor);
|
|
572
|
-
border-top: 1px solid var(--titlebar-tab-ghost-border-color);
|
|
573
|
-
width: 175px;
|
|
574
|
-
opacity: 0.7;
|
|
575
|
-
position: relative;
|
|
576
|
-
height: 100%;
|
|
577
|
-
left: 0;
|
|
578
|
-
}
|
|
579
|
-
|
|
580
402
|
/* Styles the zoom pop up */
|
|
581
403
|
.fsbl-zoom-popup {
|
|
582
404
|
display: none;
|
|
@@ -618,14 +440,6 @@ div.fsbl-tab-close {
|
|
|
618
440
|
/* stylelint-disable-next-line declaration-no-important */
|
|
619
441
|
display: none !important;
|
|
620
442
|
}
|
|
621
|
-
|
|
622
|
-
.fsbl-tabs-multiple .fsbl-header-right {
|
|
623
|
-
padding-left: 70px; /* leave some space for a user to grab */
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
.fsbl-header-title {
|
|
627
|
-
max-width: 50%;
|
|
628
|
-
}
|
|
629
443
|
}
|
|
630
444
|
|
|
631
445
|
/* At 310px, the left section of the header will be removed. */
|
|
@@ -634,10 +448,6 @@ div.fsbl-tab-close {
|
|
|
634
448
|
/* stylelint-disable-next-line declaration-no-important */
|
|
635
449
|
display: none !important;
|
|
636
450
|
}
|
|
637
|
-
|
|
638
|
-
.fsbl-tabs-multiple .fsbl-header-right {
|
|
639
|
-
padding-left: 60px; /* leave some space for a user to grab */
|
|
640
|
-
}
|
|
641
451
|
}
|
|
642
452
|
|
|
643
453
|
/* At 280px, the docking icon will be removed. */
|
|
@@ -647,10 +457,6 @@ div.fsbl-tab-close {
|
|
|
647
457
|
/* stylelint-disable-next-line declaration-no-important */
|
|
648
458
|
display: none !important;
|
|
649
459
|
}
|
|
650
|
-
|
|
651
|
-
.fsbl-tabs-multiple .fsbl-header-right {
|
|
652
|
-
padding-left: 50px; /* this will leave some space for window dragging */
|
|
653
|
-
}
|
|
654
460
|
}
|
|
655
461
|
|
|
656
462
|
/* At 245px, the maximize icon will be removed. */
|
|
@@ -659,10 +465,6 @@ div.fsbl-tab-close {
|
|
|
659
465
|
/* stylelint-disable-next-line declaration-no-important */
|
|
660
466
|
display: none !important;
|
|
661
467
|
}
|
|
662
|
-
|
|
663
|
-
.fsbl-tabs-multiple .fsbl-header-right {
|
|
664
|
-
padding-left: 40px; /* this will leave some space for window dragging */
|
|
665
|
-
}
|
|
666
468
|
}
|
|
667
469
|
|
|
668
470
|
/* At 210px, all other icons icon will be removed. */
|
|
@@ -681,21 +483,12 @@ div.fsbl-tab-close {
|
|
|
681
483
|
/* stylelint-disable-next-line declaration-no-important */
|
|
682
484
|
display: none !important;
|
|
683
485
|
}
|
|
684
|
-
|
|
685
|
-
.fsbl-tabs-multiple .fsbl-header-right {
|
|
686
|
-
padding-left: 30px; /* this will leave some space for window dragging */
|
|
687
|
-
}
|
|
688
|
-
|
|
689
|
-
.fsbl-header-title {
|
|
690
|
-
max-width: 25%;
|
|
691
|
-
}
|
|
692
486
|
}
|
|
693
487
|
|
|
694
488
|
.finsemble-toolbar .icon-avatar {
|
|
695
489
|
padding: 3px;
|
|
696
490
|
font-size: 7px;
|
|
697
491
|
position: relative;
|
|
698
|
-
top: -1px;
|
|
699
492
|
}
|
|
700
493
|
|
|
701
494
|
.finsemble-toolbar .icon-avatar > i {
|
|
@@ -703,30 +496,50 @@ div.fsbl-tab-close {
|
|
|
703
496
|
top: 1px;
|
|
704
497
|
}
|
|
705
498
|
|
|
706
|
-
|
|
499
|
+
.finsemble-toolbar .icon-avatar-wrapper {
|
|
500
|
+
align-items: normal;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
/* Do not attempt to animate the input's width. Doing so can cause the input tag to disappear due to stray clicks
|
|
504
|
+
that blur the input while animating */
|
|
505
|
+
input.fsbl-tab-input {
|
|
707
506
|
font-size: 12px;
|
|
708
|
-
|
|
709
|
-
width:
|
|
710
|
-
border:
|
|
507
|
+
margin-top: 1px;
|
|
508
|
+
width: 100%;
|
|
509
|
+
border-right: 2px solid gray;
|
|
711
510
|
border-bottom: 2px solid #73c3ff;
|
|
712
511
|
color: white;
|
|
713
512
|
transition: none;
|
|
714
|
-
background:
|
|
513
|
+
background-color: #353434;
|
|
715
514
|
}
|
|
716
515
|
|
|
717
|
-
input.
|
|
516
|
+
input.fsbl-tab-input:focus {
|
|
718
517
|
outline: none;
|
|
719
|
-
animation: input-highlighter 0.3s ease;
|
|
720
518
|
}
|
|
721
519
|
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
}
|
|
520
|
+
.fsbl-tabs-container {
|
|
521
|
+
display: flex;
|
|
522
|
+
align-items: center;
|
|
523
|
+
}
|
|
727
524
|
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
525
|
+
.fsbl-tabs-scroll-surround {
|
|
526
|
+
--webkit-app-region: no-drag;
|
|
527
|
+
|
|
528
|
+
overflow: hidden;
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
.fsbl-tab-region-tabbing-enabled .fsbl-tab {
|
|
532
|
+
display: flex;
|
|
533
|
+
white-space: nowrap;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
.fsbl-tab-scroll-button {
|
|
537
|
+
--webkit-app-region: no-drag;
|
|
538
|
+
|
|
539
|
+
background-color: transparent;
|
|
540
|
+
color: var(--titleBar-active-font-color);
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
.fsbl-tab-scroll-button:disabled {
|
|
544
|
+
color: var(--titleBar-inactive-font-color);
|
|
732
545
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M256 429.3l22.6-22.6 192-192L493.3 192 448 146.7l-22.6 22.6L256 338.7 86.6 169.4 64 146.7 18.7 192l22.6 22.6 192 192L256 429.3z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M256 82.7l22.6 22.6 192 192L493.3 320 448 365.3l-22.6-22.6L256 173.3 86.6 342.6 64 365.3 18.7 320l22.6-22.6 192-192L256 82.7z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ButtonRow.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/common/ButtonRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ButtonRow.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/common/ButtonRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,MAAM,WAAW,cAAc;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,QAAQ,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,OAAO,CAAC;CACvB;AAWD,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAoCvC,CAAC;AAGF,eAAe,SAAS,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import React, { useState } from "react";
|
|
2
|
+
import { onClickA11y } from "../utils";
|
|
2
3
|
const defaultProps = {
|
|
3
4
|
label: "",
|
|
4
5
|
onClick: () => { },
|
|
@@ -9,15 +10,9 @@ const defaultProps = {
|
|
|
9
10
|
};
|
|
10
11
|
const ButtonRow = ({ label, onClick, iconClass, disabled, img, showDefaultIcon, className, ariaSelected, role = "button", }) => {
|
|
11
12
|
const [imgError, setImgError] = useState(false);
|
|
12
|
-
return (React.createElement("div", { className: disabled ? "row-btn-disabled" : className, role: role,
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}
|
|
16
|
-
}, onKeyDown: (e) => {
|
|
17
|
-
if ((e.key === "Enter" || e.key === " ") && !disabled) {
|
|
18
|
-
onClick();
|
|
19
|
-
}
|
|
20
|
-
} },
|
|
13
|
+
return (React.createElement("div", Object.assign({ className: disabled ? "row-btn-disabled" : className, role: role, "aria-selected": ariaSelected }, onClickA11y(() => {
|
|
14
|
+
!disabled && onClick();
|
|
15
|
+
})),
|
|
21
16
|
img && (React.createElement("img", { src: img, alt: "", style: showDefaultIcon || imgError ? { display: "none" } : { width: "auto", height: "20px" }, onError: () => {
|
|
22
17
|
setImgError(true);
|
|
23
18
|
} })),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ButtonRow.js","sourceRoot":"","sources":["../../../../../src/ui/components/common/ButtonRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ButtonRow.js","sourceRoot":"","sources":["../../../../../src/ui/components/common/ButtonRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAevC,MAAM,YAAY,GAAmB;IACpC,KAAK,EAAE,EAAE;IACT,OAAO,EAAE,GAAG,EAAE,GAAE,CAAC;IACjB,SAAS,EAAE,EAAE;IACb,QAAQ,EAAE,KAAK;IACf,eAAe,EAAE,KAAK;IACtB,SAAS,EAAE,SAAS;CACpB,CAAC;AAEF,MAAM,SAAS,GAA6B,CAAC,EAC5C,KAAK,EACL,OAAO,EACP,SAAS,EACT,QAAQ,EACR,GAAG,EACH,eAAe,EACf,SAAS,EACT,YAAY,EACZ,IAAI,GAAG,QAAQ,GACf,EAAE,EAAE;IACJ,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;IAChD,OAAO,CACN,2CACC,SAAS,EAAE,QAAQ,CAAC,CAAC,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,EACpD,IAAI,EAAE,IAAI,mBACK,YAAY,IACvB,WAAW,CAAC,GAAG,EAAE;QACpB,CAAC,QAAQ,IAAI,OAAO,EAAE,CAAC;IACxB,CAAC,CAAC;QAED,GAAG,IAAI,CACP,6BACC,GAAG,EAAE,GAAG,EACR,GAAG,EAAC,EAAE,EACN,KAAK,EAAE,eAAe,IAAI,QAAQ,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,MAAM,EAAE,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAC5F,OAAO,EAAE,GAAG,EAAE;gBACb,WAAW,CAAC,IAAI,CAAC,CAAC;YACnB,CAAC,GACA,CACF;QACA,CAAC,eAAe,IAAI,QAAQ,CAAC,IAAI,2BAAG,SAAS,EAAC,0BAA0B,GAAG;QAC5E,8BAAM,SAAS,EAAC,UAAU,IAAE,KAAK,CAAQ;QACzC,2BAAG,SAAS,EAAE,SAAS,iBAAe,IAAI,GAAI,CACzC,CACN,CAAC;AACH,CAAC,CAAC;AAEF,SAAS,CAAC,YAAY,GAAG,YAAY,CAAC;AACtC,eAAe,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContextMenu.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/common/ContextMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgE,MAAM,OAAO,CAAC;AAOrF,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAM3D,OAAO,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"ContextMenu.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/common/ContextMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgE,MAAM,OAAO,CAAC;AAOrF,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAM3D,OAAO,kCAAkC,CAAC;AAG1C,MAAM,WAAW,gBAAgB;IAChC,WAAW,EAAE;QACZ,CAAC,GAAG,EAAE,MAAM,GAAG,iBAAiB,CAAC;KACjC,CAAC;IACF,OAAO,EAAE,GAAG,CAAC;IACb,mBAAmB,EAAE,OAAO,CAAC;CAC7B;AAED,eAAO,MAAM,uBAAuB,YAC1B,GAAG,cACA,iBAAiB,WAEpB,OAAO,4BAehB,CAAC;AA+CF,QAAA,MAAM,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAkBhE,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -6,20 +6,12 @@ import { useOutsideClickDetector } from "../../hooks/useOutsideClickDetector";
|
|
|
6
6
|
import IconButton from "../notifications/components/shared/IconButton";
|
|
7
7
|
// CSS
|
|
8
8
|
import "../../assets/css/contextMenu.css";
|
|
9
|
+
import { onClickA11y } from "../utils";
|
|
9
10
|
export const renderContextMenuAction = (message, menuAction,
|
|
10
11
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
11
12
|
isMuted) => {
|
|
12
13
|
if (menuAction.display) {
|
|
13
|
-
return (React.createElement("div", { key: `${message === null || message === void 0 ? void 0 : message.id}_${menuAction.name}`, className: "context-menu__action",
|
|
14
|
-
var _a;
|
|
15
|
-
(_a = menuAction === null || menuAction === void 0 ? void 0 : menuAction.action) === null || _a === void 0 ? void 0 : _a.call(menuAction, message);
|
|
16
|
-
}, onKeyDown: (e) => {
|
|
17
|
-
var _a;
|
|
18
|
-
if (e.key === "Enter") {
|
|
19
|
-
e.stopPropagation();
|
|
20
|
-
(_a = menuAction === null || menuAction === void 0 ? void 0 : menuAction.action) === null || _a === void 0 ? void 0 : _a.call(menuAction, message);
|
|
21
|
-
}
|
|
22
|
-
} }, menuAction === null || menuAction === void 0 ? void 0 :
|
|
14
|
+
return (React.createElement("div", Object.assign({ key: `${message === null || message === void 0 ? void 0 : message.id}_${menuAction.name}`, className: "context-menu__action", title: menuAction === null || menuAction === void 0 ? void 0 : menuAction.label }, onClickA11y(() => { var _a; return (_a = menuAction === null || menuAction === void 0 ? void 0 : menuAction.action) === null || _a === void 0 ? void 0 : _a.call(menuAction, message); })), menuAction === null || menuAction === void 0 ? void 0 :
|
|
23
15
|
menuAction.icon,
|
|
24
16
|
React.createElement("span", { className: "btn-label" }, menuAction === null || menuAction === void 0 ? void 0 : menuAction.label)));
|
|
25
17
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContextMenu.js","sourceRoot":"","sources":["../../../../../src/ui/components/common/ContextMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAA4B,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACrF,OAAO,EAAE,2BAA2B,EAAE,MAAM,4BAA4B,CAAC;AAEzE,QAAQ;AACR,OAAO,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AAK9E,QAAQ;AACR,OAAO,UAAU,MAAM,+CAA+C,CAAC;AAEvE,MAAM;AACN,OAAO,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"ContextMenu.js","sourceRoot":"","sources":["../../../../../src/ui/components/common/ContextMenu.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownButton.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/common/DropdownButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAC3D,OAAO,6BAA6B,CAAC;AAErC,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"DropdownButton.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/common/DropdownButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAC3D,OAAO,6BAA6B,CAAC;AAErC,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAGzD,MAAM,WAAW,mCAAmC;IACnD,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,KAAK,CAAC,qBAAqB,CAAC,CAAC;IAC5C,UAAU,EAAE,QAAQ,CAAC;CACrB;AAED,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mCAAmC,CAwFhF,CAAC;AAEF,eAAe,cAAc,CAAC"}
|