@finsemble/finsemble-ui 7.3.0 → 8.0.0-alpha-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 +1307 -0
- package/FEA.d.ts.map +1 -0
- package/FEA.js +11 -0
- package/FEA.js.map +1 -0
- package/README.md +4 -24
- package/clients/Interop/FinsembleDesktopAgent.d.ts +183 -0
- package/clients/Interop/FinsembleDesktopAgent.d.ts.map +1 -0
- package/clients/Interop/FinsembleDesktopAgent.js +813 -0
- package/clients/Interop/FinsembleDesktopAgent.js.map +1 -0
- package/clients/Interop/InteropAdmin.d.ts +30 -0
- package/clients/Interop/InteropAdmin.d.ts.map +1 -0
- package/clients/Interop/InteropAdmin.js +99 -0
- package/clients/Interop/InteropAdmin.js.map +1 -0
- package/clients/Interop/index.d.ts +2 -0
- package/clients/Interop/index.d.ts.map +1 -0
- package/clients/Interop/index.js +3 -0
- package/clients/Interop/index.js.map +1 -0
- package/clients/Interop/types.d.ts +325 -0
- package/clients/Interop/types.d.ts.map +1 -0
- package/clients/Interop/types.js +45 -0
- package/clients/Interop/types.js.map +1 -0
- package/clients/Startup/FSBLDesktop.d.ts +170 -0
- package/clients/Startup/FSBLDesktop.d.ts.map +1 -0
- package/clients/Startup/FSBLDesktop.js +436 -0
- package/clients/Startup/FSBLDesktop.js.map +1 -0
- package/clients/Startup/FSBLFreestanding.d.ts +28 -0
- package/clients/Startup/FSBLFreestanding.d.ts.map +1 -0
- package/clients/Startup/FSBLFreestanding.js +127 -0
- package/clients/Startup/FSBLFreestanding.js.map +1 -0
- package/clients/Startup/FSBLService.d.ts +8 -0
- package/clients/Startup/FSBLService.d.ts.map +1 -0
- package/clients/Startup/FSBLService.js +56 -0
- package/clients/Startup/FSBLService.js.map +1 -0
- package/clients/Startup/RouterConfig.d.ts +37 -0
- package/clients/Startup/RouterConfig.d.ts.map +1 -0
- package/clients/Startup/RouterConfig.js +108 -0
- package/clients/Startup/RouterConfig.js.map +1 -0
- package/clients/Startup/SDDListeners.d.ts +12 -0
- package/clients/Startup/SDDListeners.d.ts.map +1 -0
- package/clients/Startup/SDDListeners.js +98 -0
- package/clients/Startup/SDDListeners.js.map +1 -0
- package/clients/Startup/Startup.d.ts +59 -0
- package/clients/Startup/Startup.d.ts.map +1 -0
- package/clients/Startup/Startup.js +102 -0
- package/clients/Startup/Startup.js.map +1 -0
- package/clients/Startup/index.d.ts +2 -0
- package/clients/Startup/index.d.ts.map +1 -0
- package/clients/Startup/index.js +3 -0
- package/clients/Startup/index.js.map +1 -0
- package/clients/Startup/types.d.ts +60 -0
- package/clients/Startup/types.d.ts.map +1 -0
- package/clients/Startup/types.js +2 -0
- package/clients/Startup/types.js.map +1 -0
- package/clients/Startup/unhandledErrors.d.ts +7 -0
- package/clients/Startup/unhandledErrors.d.ts.map +1 -0
- package/clients/Startup/unhandledErrors.js +74 -0
- package/clients/Startup/unhandledErrors.js.map +1 -0
- package/clients/Startup/windowStartup.d.ts +18 -0
- package/clients/Startup/windowStartup.d.ts.map +1 -0
- package/clients/Startup/windowStartup.js +421 -0
- package/clients/Startup/windowStartup.js.map +1 -0
- package/clients/StoreModel.d.ts +318 -0
- package/clients/StoreModel.d.ts.map +1 -0
- package/clients/StoreModel.js +543 -0
- package/clients/StoreModel.js.map +1 -0
- package/clients/authenticationClient.d.ts +181 -0
- package/clients/authenticationClient.d.ts.map +1 -0
- package/clients/authenticationClient.js +243 -0
- package/clients/authenticationClient.js.map +1 -0
- package/clients/configClient.d.ts +394 -0
- package/clients/configClient.d.ts.map +1 -0
- package/clients/configClient.js +601 -0
- package/clients/configClient.js.map +1 -0
- package/clients/dialogManagerClient.d.ts +251 -0
- package/clients/dialogManagerClient.d.ts.map +1 -0
- package/clients/dialogManagerClient.js +691 -0
- package/clients/dialogManagerClient.js.map +1 -0
- package/clients/distributedStoreClient.d.ts +148 -0
- package/clients/distributedStoreClient.d.ts.map +1 -0
- package/clients/distributedStoreClient.js +250 -0
- package/clients/distributedStoreClient.js.map +1 -0
- package/clients/hotkeyClient.d.ts +114 -0
- package/clients/hotkeyClient.d.ts.map +1 -0
- package/clients/hotkeyClient.js +624 -0
- package/clients/hotkeyClient.js.map +1 -0
- package/clients/index.d.ts +15 -0
- package/clients/index.d.ts.map +1 -0
- package/clients/index.js +17 -0
- package/clients/index.js.map +1 -0
- package/clients/launcherClient.d.ts +278 -0
- package/clients/launcherClient.d.ts.map +1 -0
- package/clients/launcherClient.js +450 -0
- package/clients/launcherClient.js.map +1 -0
- package/clients/logger.d.ts +358 -0
- package/clients/logger.d.ts.map +1 -0
- package/clients/logger.js +924 -0
- package/clients/logger.js.map +1 -0
- package/clients/notificationClient.d.ts +287 -0
- package/clients/notificationClient.d.ts.map +1 -0
- package/clients/notificationClient.js +534 -0
- package/clients/notificationClient.js.map +1 -0
- package/clients/routerClient.d.ts +658 -0
- package/clients/routerClient.d.ts.map +1 -0
- package/clients/routerClient.js +1361 -0
- package/clients/routerClient.js.map +1 -0
- package/clients/searchClient.d.ts +151 -0
- package/clients/searchClient.d.ts.map +1 -0
- package/clients/searchClient.js +276 -0
- package/clients/searchClient.js.map +1 -0
- package/clients/storageClient.d.ts +217 -0
- package/clients/storageClient.d.ts.map +1 -0
- package/clients/storageClient.js +294 -0
- package/clients/storageClient.js.map +1 -0
- package/clients/windowClient.d.ts +572 -0
- package/clients/windowClient.d.ts.map +1 -0
- package/clients/windowClient.js +870 -0
- package/clients/windowClient.js.map +1 -0
- package/clients/workspaceClient.d.ts +481 -0
- package/clients/workspaceClient.d.ts.map +1 -0
- package/clients/workspaceClient.js +714 -0
- package/clients/workspaceClient.js.map +1 -0
- package/common/Desktop.d.ts +87 -0
- package/common/Desktop.d.ts.map +1 -0
- package/common/Desktop.js +125 -0
- package/common/Desktop.js.map +1 -0
- package/common/FinsembleWindow.d.ts +916 -0
- package/common/FinsembleWindow.d.ts.map +1 -0
- package/common/FinsembleWindow.js +1682 -0
- package/common/FinsembleWindow.js.map +1 -0
- package/common/Globals.d.ts +97 -0
- package/common/Globals.d.ts.map +1 -0
- package/common/Globals.js +30 -0
- package/common/Globals.js.map +1 -0
- package/common/Monitors.d.ts +133 -0
- package/common/Monitors.d.ts.map +1 -0
- package/common/Monitors.js +442 -0
- package/common/Monitors.js.map +1 -0
- package/common/Performance.d.ts +7 -0
- package/common/Performance.d.ts.map +1 -0
- package/common/Performance.js +13 -0
- package/common/Performance.js.map +1 -0
- package/common/REST.d.ts +17 -0
- package/common/REST.d.ts.map +1 -0
- package/common/REST.js +85 -0
- package/common/REST.js.map +1 -0
- package/common/Singleton.d.ts +67 -0
- package/common/Singleton.d.ts.map +1 -0
- package/common/Singleton.js +83 -0
- package/common/Singleton.js.map +1 -0
- package/common/configUtil.d.ts +50 -0
- package/common/configUtil.d.ts.map +1 -0
- package/common/configUtil.js +333 -0
- package/common/configUtil.js.map +1 -0
- package/common/constants.d.ts +106 -0
- package/common/constants.d.ts.map +1 -0
- package/common/constants.js +181 -0
- package/common/constants.js.map +1 -0
- package/common/dependencyManager.d.ts +172 -0
- package/common/dependencyManager.d.ts.map +1 -0
- package/common/dependencyManager.js +383 -0
- package/common/dependencyManager.js.map +1 -0
- package/common/events/FinsembleEvent.d.ts +30 -0
- package/common/events/FinsembleEvent.d.ts.map +1 -0
- package/common/events/FinsembleEvent.js +72 -0
- package/common/events/FinsembleEvent.js.map +1 -0
- package/common/events/PrivateEventManager.d.ts +95 -0
- package/common/events/PrivateEventManager.d.ts.map +1 -0
- package/common/events/PrivateEventManager.js +295 -0
- package/common/events/PrivateEventManager.js.map +1 -0
- package/common/events/PrivateFinsembleEvent.d.ts +30 -0
- package/common/events/PrivateFinsembleEvent.d.ts.map +1 -0
- package/common/events/PrivateFinsembleEvent.js +65 -0
- package/common/events/PrivateFinsembleEvent.js.map +1 -0
- package/common/events/PublicEventManager.d.ts +59 -0
- package/common/events/PublicEventManager.d.ts.map +1 -0
- package/common/events/PublicEventManager.js +124 -0
- package/common/events/PublicEventManager.js.map +1 -0
- package/common/index.d.ts +4 -0
- package/common/index.d.ts.map +1 -0
- package/common/index.js +6 -0
- package/common/index.js.map +1 -0
- package/common/redux/createReducer.d.ts +128 -0
- package/common/redux/createReducer.d.ts.map +1 -0
- package/common/redux/createReducer.js +298 -0
- package/common/redux/createReducer.js.map +1 -0
- package/common/redux/index.d.ts +3 -0
- package/common/redux/index.d.ts.map +1 -0
- package/common/redux/index.js +3 -0
- package/common/redux/index.js.map +1 -0
- package/common/redux/remoteReduxEnhancer.d.ts +29 -0
- package/common/redux/remoteReduxEnhancer.d.ts.map +1 -0
- package/common/redux/remoteReduxEnhancer.js +202 -0
- package/common/redux/remoteReduxEnhancer.js.map +1 -0
- package/common/redux/types.d.ts +14 -0
- package/common/redux/types.d.ts.map +1 -0
- package/common/redux/types.js +2 -0
- package/common/redux/types.js.map +1 -0
- package/common/system.d.ts +309 -0
- package/common/system.d.ts.map +1 -0
- package/common/system.js +545 -0
- package/common/system.js.map +1 -0
- package/common/systemManagerClient.d.ts +86 -0
- package/common/systemManagerClient.d.ts.map +1 -0
- package/common/systemManagerClient.js +173 -0
- package/common/systemManagerClient.js.map +1 -0
- package/common/testPoint.d.ts +57 -0
- package/common/testPoint.d.ts.map +1 -0
- package/common/testPoint.js +106 -0
- package/common/testPoint.js.map +1 -0
- package/common/toast.d.ts +36 -0
- package/common/toast.d.ts.map +1 -0
- package/common/toast.js +85 -0
- package/common/toast.js.map +1 -0
- package/common/util.d.ts +139 -0
- package/common/util.d.ts.map +1 -0
- package/common/util.js +455 -0
- package/common/util.js.map +1 -0
- package/deprecated/SmartDesktopClient.d.ts +19 -0
- package/deprecated/SmartDesktopClient.d.ts.map +1 -0
- package/deprecated/SmartDesktopClient.js +19 -0
- package/deprecated/SmartDesktopClient.js.map +1 -0
- package/deprecated/baseClient.d.ts +88 -0
- package/deprecated/baseClient.d.ts.map +1 -0
- package/deprecated/baseClient.js +124 -0
- package/deprecated/baseClient.js.map +1 -0
- package/deprecated/deprecatedFunctions.d.ts +45 -0
- package/deprecated/deprecatedFunctions.d.ts.map +1 -0
- package/deprecated/deprecatedFunctions.js +201 -0
- package/deprecated/deprecatedFunctions.js.map +1 -0
- package/deprecated/deprecatedlauncherClient.d.ts +163 -0
- package/deprecated/deprecatedlauncherClient.d.ts.map +1 -0
- package/deprecated/deprecatedlauncherClient.js +286 -0
- package/deprecated/deprecatedlauncherClient.js.map +1 -0
- package/deprecated/dragAndDropAssets/dragAndDropScrim.css +54 -0
- package/deprecated/dragAndDropAssets/ff-delete-circle.svg +11 -0
- package/deprecated/dragAndDropAssets/ff-share.svg +14 -0
- package/deprecated/dragAndDropClient.d.ts +288 -0
- package/deprecated/dragAndDropClient.d.ts.map +1 -0
- package/deprecated/dragAndDropClient.js +695 -0
- package/deprecated/dragAndDropClient.js.map +1 -0
- package/deprecated/index.d.ts +2 -0
- package/deprecated/index.d.ts.map +1 -0
- package/deprecated/index.js +2 -0
- package/deprecated/index.js.map +1 -0
- package/deprecated/legacyUIComponentNames.d.ts +25 -0
- package/deprecated/legacyUIComponentNames.d.ts.map +1 -0
- package/deprecated/legacyUIComponentNames.js +25 -0
- package/deprecated/legacyUIComponentNames.js.map +1 -0
- package/deprecated/linkerClient.d.ts +422 -0
- package/deprecated/linkerClient.d.ts.map +1 -0
- package/deprecated/linkerClient.js +889 -0
- package/deprecated/linkerClient.js.map +1 -0
- package/index.d.ts +69 -1
- package/index.d.ts.map +1 -0
- package/index.js +2 -0
- package/index.js.map +1 -0
- package/main.d.ts +737 -0
- package/main.d.ts.map +1 -0
- package/main.js +83 -0
- package/main.js.map +1 -0
- package/package.json +23 -90
- package/platform/preloads/BloombergBridgeClient.d.ts +454 -0
- package/platform/preloads/BloombergBridgeClient.d.ts.map +1 -0
- package/platform/preloads/BloombergBridgeClient.js +569 -0
- package/platform/preloads/BloombergBridgeClient.js.map +1 -0
- package/platform/services/Interop/AuthSignVerify.d.ts +51 -0
- package/platform/services/Interop/AuthSignVerify.d.ts.map +1 -0
- package/platform/services/Interop/AuthSignVerify.js +284 -0
- package/platform/services/Interop/AuthSignVerify.js.map +1 -0
- package/platform/services/Interop/modules/actions.d.ts +16 -0
- package/platform/services/Interop/modules/actions.d.ts.map +1 -0
- package/platform/services/Interop/modules/actions.js +11 -0
- package/platform/services/Interop/modules/actions.js.map +1 -0
- package/platform/services/Interop/modules/types.d.ts +85 -0
- package/platform/services/Interop/modules/types.d.ts.map +1 -0
- package/platform/services/Interop/modules/types.js +2 -0
- package/platform/services/Interop/modules/types.js.map +1 -0
- package/platform/services/Interop/types.d.ts +486 -0
- package/platform/services/Interop/types.d.ts.map +1 -0
- package/platform/services/Interop/types.js +13 -0
- package/platform/services/Interop/types.js.map +1 -0
- package/platform/services/baseService.d.ts +83 -0
- package/platform/services/baseService.d.ts.map +1 -0
- package/platform/services/baseService.js +301 -0
- package/platform/services/baseService.js.map +1 -0
- package/platform/services/distributedStore/storeUtils.d.ts +16 -0
- package/platform/services/distributedStore/storeUtils.d.ts.map +1 -0
- package/platform/services/distributedStore/storeUtils.js +110 -0
- package/platform/services/distributedStore/storeUtils.js.map +1 -0
- package/platform/services/logger/types.d.ts +79 -0
- package/platform/services/logger/types.d.ts.map +1 -0
- package/platform/services/logger/types.js +2 -0
- package/platform/services/logger/types.js.map +1 -0
- package/platform/services/notification/types/Action.d.ts +13 -0
- package/platform/services/notification/types/Action.d.ts.map +1 -0
- package/platform/services/notification/types/Action.js +8 -0
- package/platform/services/notification/types/Action.js.map +1 -0
- package/platform/services/notification/types/ActionTypes.d.ts +17 -0
- package/platform/services/notification/types/ActionTypes.d.ts.map +1 -0
- package/platform/services/notification/types/ActionTypes.js +19 -0
- package/platform/services/notification/types/ActionTypes.js.map +1 -0
- package/platform/services/notification/types/Callbacks.d.ts +8 -0
- package/platform/services/notification/types/Callbacks.d.ts.map +1 -0
- package/platform/services/notification/types/Callbacks.js +2 -0
- package/platform/services/notification/types/Callbacks.js.map +1 -0
- package/platform/services/notification/types/Filter.d.ts +23 -0
- package/platform/services/notification/types/Filter.d.ts.map +1 -0
- package/platform/services/notification/types/Filter.js +20 -0
- package/platform/services/notification/types/Filter.js.map +1 -0
- package/platform/services/notification/types/IAction.d.ts +52 -0
- package/platform/services/notification/types/IAction.d.ts.map +1 -0
- package/platform/services/notification/types/IAction.js +2 -0
- package/platform/services/notification/types/IAction.js.map +1 -0
- package/platform/services/notification/types/IFilter.d.ts +25 -0
- package/platform/services/notification/types/IFilter.d.ts.map +1 -0
- package/platform/services/notification/types/IFilter.js +2 -0
- package/platform/services/notification/types/IFilter.js.map +1 -0
- package/platform/services/notification/types/ILastIssued.d.ts +9 -0
- package/platform/services/notification/types/ILastIssued.d.ts.map +1 -0
- package/platform/services/notification/types/ILastIssued.js +2 -0
- package/platform/services/notification/types/ILastIssued.js.map +1 -0
- package/platform/services/notification/types/IMuteFilter.d.ts +8 -0
- package/platform/services/notification/types/IMuteFilter.d.ts.map +1 -0
- package/platform/services/notification/types/IMuteFilter.js +5 -0
- package/platform/services/notification/types/IMuteFilter.js.map +1 -0
- package/platform/services/notification/types/INotification.d.ts +101 -0
- package/platform/services/notification/types/INotification.d.ts.map +1 -0
- package/platform/services/notification/types/INotification.js +2 -0
- package/platform/services/notification/types/INotification.js.map +1 -0
- package/platform/services/notification/types/INotificationClient.d.ts +95 -0
- package/platform/services/notification/types/INotificationClient.d.ts.map +1 -0
- package/platform/services/notification/types/INotificationClient.js +2 -0
- package/platform/services/notification/types/INotificationClient.js.map +1 -0
- package/platform/services/notification/types/INotificationHistoryOptions.d.ts +19 -0
- package/platform/services/notification/types/INotificationHistoryOptions.d.ts.map +1 -0
- package/platform/services/notification/types/INotificationHistoryOptions.js +2 -0
- package/platform/services/notification/types/INotificationHistoryOptions.js.map +1 -0
- package/platform/services/notification/types/INotificationService.d.ts +58 -0
- package/platform/services/notification/types/INotificationService.d.ts.map +1 -0
- package/platform/services/notification/types/INotificationService.js +2 -0
- package/platform/services/notification/types/INotificationService.js.map +1 -0
- package/platform/services/notification/types/IPerformedAction.d.ts +10 -0
- package/platform/services/notification/types/IPerformedAction.d.ts.map +1 -0
- package/platform/services/notification/types/IPerformedAction.js +2 -0
- package/platform/services/notification/types/IPerformedAction.js.map +1 -0
- package/platform/services/notification/types/ISnoozeTimer.d.ts +14 -0
- package/platform/services/notification/types/ISnoozeTimer.d.ts.map +1 -0
- package/platform/services/notification/types/ISnoozeTimer.js +10 -0
- package/platform/services/notification/types/ISnoozeTimer.js.map +1 -0
- package/platform/services/notification/types/ISubscription.d.ts +16 -0
- package/platform/services/notification/types/ISubscription.d.ts.map +1 -0
- package/platform/services/notification/types/ISubscription.js +2 -0
- package/platform/services/notification/types/ISubscription.js.map +1 -0
- package/platform/services/notification/types/LastIssued.d.ts +11 -0
- package/platform/services/notification/types/LastIssued.d.ts.map +1 -0
- package/platform/services/notification/types/LastIssued.js +7 -0
- package/platform/services/notification/types/LastIssued.js.map +1 -0
- package/platform/services/notification/types/Meta.d.ts +13 -0
- package/platform/services/notification/types/Meta.d.ts.map +1 -0
- package/platform/services/notification/types/Meta.js +7 -0
- package/platform/services/notification/types/Meta.js.map +1 -0
- package/platform/services/notification/types/Notification.d.ts +30 -0
- package/platform/services/notification/types/Notification.d.ts.map +1 -0
- package/platform/services/notification/types/Notification.js +17 -0
- package/platform/services/notification/types/Notification.js.map +1 -0
- package/platform/services/notification/types/NotificationConfig.d.ts +22 -0
- package/platform/services/notification/types/NotificationConfig.d.ts.map +1 -0
- package/platform/services/notification/types/NotificationConfig.js +2 -0
- package/platform/services/notification/types/NotificationConfig.js.map +1 -0
- package/platform/services/notification/types/NotificationHookTypes.d.ts +7 -0
- package/platform/services/notification/types/NotificationHookTypes.d.ts.map +1 -0
- package/platform/services/notification/types/NotificationHookTypes.js +2 -0
- package/platform/services/notification/types/NotificationHookTypes.js.map +1 -0
- package/platform/services/notification/types/PerformedAction.d.ts +11 -0
- package/platform/services/notification/types/PerformedAction.d.ts.map +1 -0
- package/platform/services/notification/types/PerformedAction.js +8 -0
- package/platform/services/notification/types/PerformedAction.js.map +1 -0
- package/platform/services/notification/types/SnoozeTimer.d.ts +8 -0
- package/platform/services/notification/types/SnoozeTimer.d.ts.map +1 -0
- package/platform/services/notification/types/SnoozeTimer.js +3 -0
- package/platform/services/notification/types/SnoozeTimer.js.map +1 -0
- package/platform/services/notification/types/Subscription.d.ts +14 -0
- package/platform/services/notification/types/Subscription.d.ts.map +1 -0
- package/platform/services/notification/types/Subscription.js +15 -0
- package/platform/services/notification/types/Subscription.js.map +1 -0
- package/platform/services/notification/types/index.d.ts +48 -0
- package/platform/services/notification/types/index.d.ts.map +1 -0
- package/platform/services/notification/types/index.js +24 -0
- package/platform/services/notification/types/index.js.map +1 -0
- package/platform/services/router/routerTransport.d.ts +80 -0
- package/platform/services/router/routerTransport.d.ts.map +1 -0
- package/platform/services/router/routerTransport.js +361 -0
- package/platform/services/router/routerTransport.js.map +1 -0
- package/platform/services/search/types.d.ts +30 -0
- package/platform/services/search/types.d.ts.map +1 -0
- package/platform/services/search/types.js +2 -0
- package/platform/services/search/types.js.map +1 -0
- package/platform/services/storage/adapters/base.d.ts +4 -0
- package/platform/services/storage/adapters/base.d.ts.map +1 -0
- package/platform/services/storage/adapters/base.js +64 -0
- package/platform/services/storage/adapters/base.js.map +1 -0
- package/platform/services/storage/adapters/types.d.ts +22 -0
- package/platform/services/storage/adapters/types.d.ts.map +1 -0
- package/platform/services/storage/adapters/types.js +2 -0
- package/platform/services/storage/adapters/types.js.map +1 -0
- package/platform/services/systemManager/_constants.d.ts +9 -0
- package/platform/services/systemManager/_constants.d.ts.map +1 -0
- package/platform/services/systemManager/_constants.js +20 -0
- package/platform/services/systemManager/_constants.js.map +1 -0
- package/platform/services/systemManager/common.d.ts +14 -0
- package/platform/services/systemManager/common.d.ts.map +1 -0
- package/platform/services/systemManager/common.js +20 -0
- package/platform/services/systemManager/common.js.map +1 -0
- package/platform/services/systemManager/types.d.ts +49 -0
- package/platform/services/systemManager/types.d.ts.map +1 -0
- package/platform/services/systemManager/types.js +12 -0
- package/platform/services/systemManager/types.js.map +1 -0
- package/platform/services/types.d.ts +9 -0
- package/platform/services/types.d.ts.map +1 -0
- package/platform/services/types.js +8 -0
- package/platform/services/types.js.map +1 -0
- package/platform/services/window/WindowAbstractions/BaseWindow.d.ts +469 -0
- package/platform/services/window/WindowAbstractions/BaseWindow.d.ts.map +1 -0
- package/platform/services/window/WindowAbstractions/BaseWindow.js +1346 -0
- package/platform/services/window/WindowAbstractions/BaseWindow.js.map +1 -0
- package/platform/services/window/types.d.ts +945 -0
- package/platform/services/window/types.d.ts.map +1 -0
- package/platform/services/window/types.js +2 -0
- package/platform/services/window/types.js.map +1 -0
- package/platform/services/workspace/types.d.ts +78 -0
- package/platform/services/workspace/types.d.ts.map +1 -0
- package/platform/services/workspace/types.js +2 -0
- package/platform/services/workspace/types.js.map +1 -0
- package/platform/services/workspace/workspaceAdminAPI.d.ts +27 -0
- package/platform/services/workspace/workspaceAdminAPI.d.ts.map +1 -0
- package/platform/services/workspace/workspaceAdminAPI.js +45 -0
- package/platform/services/workspace/workspaceAdminAPI.js.map +1 -0
- package/react/actions/favoriteActions.d.ts +1 -0
- package/react/actions/favoriteActions.d.ts.map +1 -0
- package/react/actions/favoriteActions.js.map +1 -1
- package/react/actions/linkerActions.d.ts +1 -0
- package/react/actions/linkerActions.d.ts.map +1 -0
- package/react/actions/linkerActions.js.map +1 -1
- package/react/actions/menuActions.d.ts +1 -0
- package/react/actions/menuActions.d.ts.map +1 -0
- package/react/actions/menuActions.js.map +1 -1
- package/react/actions/rootActions.d.ts +1 -0
- package/react/actions/rootActions.d.ts.map +1 -0
- package/react/actions/rootActions.js.map +1 -1
- package/react/actions/searchActions.d.ts +1 -0
- package/react/actions/searchActions.d.ts.map +1 -0
- package/react/actions/searchActions.js.map +1 -1
- package/react/actions/smartDesktopDesignerActions.d.ts +9 -7
- package/react/actions/smartDesktopDesignerActions.d.ts.map +1 -0
- package/react/actions/smartDesktopDesignerActions.js.map +1 -1
- package/react/actions/toolbarActions.d.ts +1 -0
- package/react/actions/toolbarActions.d.ts.map +1 -0
- package/react/actions/toolbarActions.js.map +1 -1
- package/react/actions/workspaceActions.d.ts +1 -0
- package/react/actions/workspaceActions.d.ts.map +1 -0
- package/react/actions/workspaceActions.js.map +1 -1
- package/react/assets/css/advancedAppLauncher.css +11 -2
- package/react/assets/css/authentication.css +1 -0
- package/react/assets/css/contextMenu.css +0 -2
- package/react/assets/css/dialogs.lazy.css +4 -0
- package/react/assets/css/finsemble.css +0 -1
- package/react/assets/css/finsemble.lazy.css +4 -0
- package/react/assets/css/floatingFocus.lazy.css +66 -0
- package/react/assets/css/linkerWindow.css +0 -5
- package/react/assets/css/notificationsCenter.css +14 -27
- package/react/assets/css/shared/animations.css +0 -4
- package/react/assets/css/toolbar.css +1 -1
- package/react/assets/css/userPreferences.css +8 -0
- package/react/assets/css/windowTitleBar.css +37 -12
- package/react/assets/css/windowTitleBar.lazy.css +4 -0
- package/react/assets/icons/grid.svg +26 -0
- package/react/components/FinsembleCSS.d.ts +13 -0
- package/react/components/FinsembleCSS.d.ts.map +1 -0
- package/react/components/FinsembleCSS.js +27 -0
- package/react/components/FinsembleCSS.js.map +1 -0
- package/react/components/FinsembleProvider.d.ts +8 -3
- package/react/components/FinsembleProvider.d.ts.map +1 -0
- package/react/components/FinsembleProvider.js +10 -5
- package/react/components/FinsembleProvider.js.map +1 -1
- package/react/components/appCatalog/AppCatalog.d.ts +1 -0
- package/react/components/appCatalog/AppCatalog.d.ts.map +1 -0
- package/react/components/appCatalog/AppCatalog.js +6 -0
- package/react/components/appCatalog/AppCatalog.js.map +1 -1
- package/react/components/appCatalog/AppCatalogComponent.d.ts +2 -1
- package/react/components/appCatalog/AppCatalogComponent.d.ts.map +1 -0
- package/react/components/appCatalog/AppCatalogComponent.js.map +1 -1
- package/react/components/appCatalog/components/AppCard.d.ts +1 -0
- package/react/components/appCatalog/components/AppCard.d.ts.map +1 -0
- package/react/components/appCatalog/components/AppCard.js.map +1 -1
- package/react/components/appCatalog/components/AppList.d.ts +1 -0
- package/react/components/appCatalog/components/AppList.d.ts.map +1 -0
- package/react/components/appCatalog/components/AppList.js.map +1 -1
- package/react/components/appCatalog/components/AppResults.d.ts +1 -0
- package/react/components/appCatalog/components/AppResults.d.ts.map +1 -0
- package/react/components/appCatalog/components/AppResults.js.map +1 -1
- package/react/components/appCatalog/components/Carousel.d.ts +1 -0
- package/react/components/appCatalog/components/Carousel.d.ts.map +1 -0
- package/react/components/appCatalog/components/Carousel.js.map +1 -1
- package/react/components/appCatalog/components/EmptyResults.d.ts +1 -0
- package/react/components/appCatalog/components/EmptyResults.d.ts.map +1 -0
- package/react/components/appCatalog/components/EmptyResults.js.map +1 -1
- package/react/components/appCatalog/components/Hero.d.ts +1 -0
- package/react/components/appCatalog/components/Hero.d.ts.map +1 -0
- package/react/components/appCatalog/components/Hero.js.map +1 -1
- package/react/components/appCatalog/components/Home.d.ts +1 -0
- package/react/components/appCatalog/components/Home.d.ts.map +1 -0
- package/react/components/appCatalog/components/Home.js.map +1 -1
- package/react/components/appCatalog/components/SearchBar.d.ts +1 -0
- package/react/components/appCatalog/components/SearchBar.d.ts.map +1 -0
- package/react/components/appCatalog/components/SearchBar.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/AppDescription.d.ts +1 -0
- package/react/components/appCatalog/components/Showcase/AppDescription.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/AppDescription.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/AppDevNotes.d.ts +1 -0
- package/react/components/appCatalog/components/Showcase/AppDevNotes.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/AppDevNotes.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/AppShowcase.d.ts +1 -0
- package/react/components/appCatalog/components/Showcase/AppShowcase.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/AppShowcase.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/Header.d.ts +1 -0
- package/react/components/appCatalog/components/Showcase/Header.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/Header.js +3 -2
- package/react/components/appCatalog/components/Showcase/Header.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/ImageCarousel.d.ts +2 -1
- package/react/components/appCatalog/components/Showcase/ImageCarousel.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/ImageCarousel.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/Modal.d.ts +1 -0
- package/react/components/appCatalog/components/Showcase/Modal.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/Modal.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/ReleaseNotes.d.ts +1 -0
- package/react/components/appCatalog/components/Showcase/ReleaseNotes.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/ReleaseNotes.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/SupportNotes.d.ts +2 -1
- package/react/components/appCatalog/components/Showcase/SupportNotes.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/SupportNotes.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/VersionNotes.d.ts +1 -0
- package/react/components/appCatalog/components/Showcase/VersionNotes.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/VersionNotes.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/defaults.d.ts +1 -0
- package/react/components/appCatalog/components/Showcase/defaults.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/defaults.js.map +1 -1
- package/react/components/appCatalog/components/Toast.d.ts +1 -0
- package/react/components/appCatalog/components/Toast.d.ts.map +1 -0
- package/react/components/appCatalog/components/Toast.js.map +1 -1
- package/react/components/appCatalog/components/helpers.d.ts +1 -0
- package/react/components/appCatalog/components/helpers.d.ts.map +1 -0
- package/react/components/appCatalog/components/helpers.js.map +1 -1
- package/react/components/appCatalog/index.d.ts +1 -0
- package/react/components/appCatalog/index.d.ts.map +1 -0
- package/react/components/appCatalog/index.js.map +1 -1
- package/react/components/appCatalog/modules/AppDirectory.d.ts +1 -0
- package/react/components/appCatalog/modules/AppDirectory.d.ts.map +1 -0
- package/react/components/appCatalog/modules/AppDirectory.js.map +1 -1
- package/react/components/appCatalog/modules/FDC3.d.ts +2 -1
- package/react/components/appCatalog/modules/FDC3.d.ts.map +1 -0
- package/react/components/appCatalog/modules/FDC3.js.map +1 -1
- package/react/components/appCatalog/stores/appStore.d.ts +3 -2
- package/react/components/appCatalog/stores/appStore.d.ts.map +1 -0
- package/react/components/appCatalog/stores/appStore.js +2 -1
- package/react/components/appCatalog/stores/appStore.js.map +1 -1
- package/react/components/appCatalog/stores/storeActions.d.ts +1 -0
- package/react/components/appCatalog/stores/storeActions.d.ts.map +1 -0
- package/react/components/appCatalog/stores/storeActions.js.map +1 -1
- package/react/components/common/Button.d.ts +3 -1
- package/react/components/common/Button.d.ts.map +1 -0
- package/react/components/common/Button.js +1 -0
- package/react/components/common/Button.js.map +1 -1
- package/react/components/common/ButtonIcon.d.ts +1 -0
- package/react/components/common/ButtonIcon.d.ts.map +1 -0
- package/react/components/common/ButtonIcon.js.map +1 -1
- package/react/components/common/ButtonRow.d.ts +1 -0
- package/react/components/common/ButtonRow.d.ts.map +1 -0
- package/react/components/common/ButtonRow.js.map +1 -1
- package/react/components/common/Checkbox.d.ts +1 -0
- package/react/components/common/Checkbox.d.ts.map +1 -0
- package/react/components/common/Checkbox.js.map +1 -1
- package/react/components/common/ContextMenu.d.ts +1 -0
- package/react/components/common/ContextMenu.d.ts.map +1 -0
- package/react/components/common/ContextMenu.js.map +1 -1
- package/react/components/common/DropdownButton.d.ts +1 -0
- package/react/components/common/DropdownButton.d.ts.map +1 -0
- package/react/components/common/DropdownButton.js.map +1 -1
- package/react/components/common/ErrorBoundary.d.ts +1 -0
- package/react/components/common/ErrorBoundary.d.ts.map +1 -0
- package/react/components/common/ErrorBoundary.js +2 -1
- package/react/components/common/ErrorBoundary.js.map +1 -1
- package/react/components/common/FinsembleIcon.d.ts +2 -1
- package/react/components/common/FinsembleIcon.d.ts.map +1 -0
- package/react/components/common/FinsembleIcon.js +2 -4
- package/react/components/common/FinsembleIcon.js.map +1 -1
- package/react/components/common/FinsembleSelect.d.ts +1 -0
- package/react/components/common/FinsembleSelect.d.ts.map +1 -0
- package/react/components/common/FinsembleSelect.js.map +1 -1
- package/react/components/common/FinsembleToggle.d.ts +1 -0
- package/react/components/common/FinsembleToggle.d.ts.map +1 -0
- package/react/components/common/FinsembleToggle.js +8 -19
- package/react/components/common/FinsembleToggle.js.map +1 -1
- package/react/components/common/FinsembleToggleButtonBar.d.ts +1 -0
- package/react/components/common/FinsembleToggleButtonBar.d.ts.map +1 -0
- package/react/components/common/FinsembleToggleButtonBar.js.map +1 -1
- package/react/components/common/Header.d.ts +1 -0
- package/react/components/common/Header.d.ts.map +1 -0
- package/react/components/common/Header.js.map +1 -1
- package/react/components/common/TimeSelect.d.ts +1 -0
- package/react/components/common/TimeSelect.d.ts.map +1 -0
- package/react/components/common/TimeSelect.js.map +1 -1
- package/react/components/common/css/FinsembleToggle.css +11 -0
- package/react/components/common/css/button.css +29 -21
- package/react/components/common/css/selector.css +6 -2
- package/react/components/common/css/tab.css +1 -0
- package/react/components/common/css/toggle.css +34 -49
- package/react/components/favorites/FavoriteMaker.d.ts +1 -0
- package/react/components/favorites/FavoriteMaker.d.ts.map +1 -0
- package/react/components/favorites/FavoriteMaker.js.map +1 -1
- package/react/components/favorites/FavoritesShell.d.ts +1 -0
- package/react/components/favorites/FavoritesShell.d.ts.map +1 -0
- package/react/components/favorites/FavoritesShell.js.map +1 -1
- package/react/components/fdc3Resolver/ResolverContainer.d.ts +1 -0
- package/react/components/fdc3Resolver/ResolverContainer.d.ts.map +1 -0
- package/react/components/fdc3Resolver/ResolverContainer.js +7 -4
- package/react/components/fdc3Resolver/ResolverContainer.js.map +1 -1
- package/react/components/fdc3Resolver/ResolverDialog.d.ts +2 -1
- package/react/components/fdc3Resolver/ResolverDialog.d.ts.map +1 -0
- package/react/components/fdc3Resolver/ResolverDialog.js.map +1 -1
- package/react/components/fdc3Resolver/index.d.ts +2 -0
- package/react/components/fdc3Resolver/index.d.ts.map +1 -0
- package/react/components/fdc3Resolver/index.js +2 -0
- package/react/components/fdc3Resolver/index.js.map +1 -0
- package/react/components/icon/Icon.d.ts +2 -2
- package/react/components/icon/Icon.d.ts.map +1 -0
- package/react/components/icon/Icon.js.map +1 -1
- package/react/components/icon/index.d.ts +1 -0
- package/react/components/icon/index.d.ts.map +1 -0
- package/react/components/icon/index.js.map +1 -1
- package/react/components/index.d.ts +28 -0
- package/react/components/index.d.ts.map +1 -0
- package/react/components/index.js +28 -0
- package/react/components/index.js.map +1 -0
- package/react/components/legacyControls/FinsembleDialog.d.ts +1 -0
- package/react/components/legacyControls/FinsembleDialog.d.ts.map +1 -0
- package/react/components/legacyControls/FinsembleDialog.js +13 -12
- package/react/components/legacyControls/FinsembleDialog.js.map +1 -1
- package/react/components/legacyControls/FinsembleDialogButton.d.ts +1 -0
- package/react/components/legacyControls/FinsembleDialogButton.d.ts.map +1 -0
- package/react/components/legacyControls/FinsembleDialogButton.js.map +1 -1
- package/react/components/legacyControls/FinsembleDialogQuestion.d.ts +1 -0
- package/react/components/legacyControls/FinsembleDialogQuestion.d.ts.map +1 -0
- package/react/components/legacyControls/FinsembleDialogQuestion.js.map +1 -1
- package/react/components/legacyControls/FinsembleDialogTextInput.d.ts +1 -0
- package/react/components/legacyControls/FinsembleDialogTextInput.d.ts.map +1 -0
- package/react/components/legacyControls/FinsembleDialogTextInput.js +4 -3
- package/react/components/legacyControls/FinsembleDialogTextInput.js.map +1 -1
- package/react/components/legacyControls/FinsembleDnDContext.d.ts +1 -0
- package/react/components/legacyControls/FinsembleDnDContext.d.ts.map +1 -0
- package/react/components/legacyControls/FinsembleDnDContext.js.map +1 -1
- package/react/components/legacyControls/FinsembleDraggable.d.ts +1 -0
- package/react/components/legacyControls/FinsembleDraggable.d.ts.map +1 -0
- package/react/components/legacyControls/FinsembleDraggable.js.map +1 -1
- package/react/components/legacyControls/FinsembleHoverDetector.d.ts +1 -0
- package/react/components/legacyControls/FinsembleHoverDetector.d.ts.map +1 -0
- package/react/components/legacyControls/FinsembleHoverDetector.js.map +1 -1
- package/react/components/linker/LinkerMenu.d.ts +1 -0
- package/react/components/linker/LinkerMenu.d.ts.map +1 -0
- package/react/components/linker/LinkerMenu.js +30 -22
- package/react/components/linker/LinkerMenu.js.map +1 -1
- package/react/components/linker/LinkerMenuDeprecated.d.ts +1 -0
- package/react/components/linker/LinkerMenuDeprecated.d.ts.map +1 -0
- package/react/components/linker/LinkerMenuDeprecated.js +3 -2
- package/react/components/linker/LinkerMenuDeprecated.js.map +1 -1
- package/react/components/linker/index.d.ts +1 -0
- package/react/components/linker/index.d.ts.map +1 -0
- package/react/components/linker/index.js.map +1 -1
- package/react/components/linker/remoteRedux.d.ts +9 -12
- package/react/components/linker/remoteRedux.d.ts.map +1 -0
- package/react/components/linker/remoteRedux.js +21 -12
- package/react/components/linker/remoteRedux.js.map +1 -1
- package/react/components/menu/Menu.d.ts +5 -4
- package/react/components/menu/Menu.d.ts.map +1 -0
- package/react/components/menu/Menu.js +4 -4
- package/react/components/menu/Menu.js.map +1 -1
- package/react/components/menu/MenuAutoResizer.d.ts +1 -0
- package/react/components/menu/MenuAutoResizer.d.ts.map +1 -0
- package/react/components/menu/MenuAutoResizer.js +2 -1
- package/react/components/menu/MenuAutoResizer.js.map +1 -1
- package/react/components/menu/MenuContent.d.ts +1 -0
- package/react/components/menu/MenuContent.d.ts.map +1 -0
- package/react/components/menu/MenuContent.js.map +1 -1
- package/react/components/menu/MenuHotKey.d.ts +1 -0
- package/react/components/menu/MenuHotKey.d.ts.map +1 -0
- package/react/components/menu/MenuHotKey.js +6 -5
- package/react/components/menu/MenuHotKey.js.map +1 -1
- package/react/components/menu/MenuItem.d.ts +1 -0
- package/react/components/menu/MenuItem.d.ts.map +1 -0
- package/react/components/menu/MenuItem.js.map +1 -1
- package/react/components/menu/MenuPortal.d.ts +1 -0
- package/react/components/menu/MenuPortal.d.ts.map +1 -0
- package/react/components/menu/MenuPortal.js +5 -4
- package/react/components/menu/MenuPortal.js.map +1 -1
- package/react/components/menu/MenuShell.d.ts +3 -2
- package/react/components/menu/MenuShell.d.ts.map +1 -0
- package/react/components/menu/MenuShell.js +2 -2
- package/react/components/menu/MenuShell.js.map +1 -1
- package/react/components/menu/MenuToggle.d.ts +1 -0
- package/react/components/menu/MenuToggle.d.ts.map +1 -0
- package/react/components/menu/MenuToggle.js.map +1 -1
- package/react/components/menu/index.d.ts +1 -0
- package/react/components/menu/index.d.ts.map +1 -0
- package/react/components/menu/index.js.map +1 -1
- package/react/components/menu/keyboardNavigation.d.ts +1 -0
- package/react/components/menu/keyboardNavigation.d.ts.map +1 -0
- package/react/components/menu/keyboardNavigation.js +1 -1
- package/react/components/menu/keyboardNavigation.js.map +1 -1
- package/react/components/menu/menuContext.d.ts +1 -0
- package/react/components/menu/menuContext.d.ts.map +1 -0
- package/react/components/menu/menuContext.js.map +1 -1
- package/react/components/menu/menuHelpers.d.ts +1 -0
- package/react/components/menu/menuHelpers.d.ts.map +1 -0
- package/react/components/menu/menuHelpers.js.map +1 -1
- package/react/components/notifications/components/NoNotifications.d.ts +1 -0
- package/react/components/notifications/components/NoNotifications.d.ts.map +1 -0
- package/react/components/notifications/components/NoNotifications.js.map +1 -1
- package/react/components/notifications/components/drawer/Drawer.d.ts +1 -0
- package/react/components/notifications/components/drawer/Drawer.d.ts.map +1 -0
- package/react/components/notifications/components/drawer/Drawer.js.map +1 -1
- package/react/components/notifications/components/drawer/DrawerControls.d.ts +1 -0
- package/react/components/notifications/components/drawer/DrawerControls.d.ts.map +1 -0
- package/react/components/notifications/components/drawer/DrawerControls.js +33 -58
- package/react/components/notifications/components/drawer/DrawerControls.js.map +1 -1
- package/react/components/notifications/components/drawer/DrawerHeader.d.ts +1 -0
- package/react/components/notifications/components/drawer/DrawerHeader.d.ts.map +1 -0
- package/react/components/notifications/components/drawer/DrawerHeader.js +3 -2
- package/react/components/notifications/components/drawer/DrawerHeader.js.map +1 -1
- package/react/components/notifications/components/notificationsCenter/NotificationsCenter.d.ts +1 -0
- package/react/components/notifications/components/notificationsCenter/NotificationsCenter.d.ts.map +1 -0
- package/react/components/notifications/components/notificationsCenter/NotificationsCenter.js +64 -54
- package/react/components/notifications/components/notificationsCenter/NotificationsCenter.js.map +1 -1
- package/react/components/notifications/components/notificationsToasts/NotificationsToasts.d.ts +2 -1
- package/react/components/notifications/components/notificationsToasts/NotificationsToasts.d.ts.map +1 -0
- package/react/components/notifications/components/notificationsToasts/NotificationsToasts.js +137 -102
- package/react/components/notifications/components/notificationsToasts/NotificationsToasts.js.map +1 -1
- package/react/components/notifications/components/shared/CheckButton.d.ts +2 -2
- package/react/components/notifications/components/shared/CheckButton.d.ts.map +1 -0
- package/react/components/notifications/components/shared/CheckButton.js.map +1 -1
- package/react/components/notifications/components/shared/IconButton.d.ts +1 -0
- package/react/components/notifications/components/shared/IconButton.d.ts.map +1 -0
- package/react/components/notifications/components/shared/IconButton.js.map +1 -1
- package/react/components/notifications/components/shared/NotificationCardShell.d.ts +2 -3
- package/react/components/notifications/components/shared/NotificationCardShell.d.ts.map +1 -0
- package/react/components/notifications/components/shared/NotificationCardShell.js +5 -4
- package/react/components/notifications/components/shared/NotificationCardShell.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyActions.d.ts +2 -3
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyActions.d.ts.map +1 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyActions.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyContentLogo.d.ts +1 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyContentLogo.d.ts.map +1 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyContentLogo.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyShell.d.ts +2 -3
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyShell.d.ts.map +1 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyShell.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.d.ts +3 -4
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.d.ts.map +1 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.js +93 -88
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderLogo.d.ts +1 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderLogo.d.ts.map +1 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderLogo.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.d.ts +2 -3
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.d.ts.map +1 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.js.map +1 -1
- package/react/components/notifications/components/views/CardView.d.ts +1 -0
- package/react/components/notifications/components/views/CardView.d.ts.map +1 -0
- package/react/components/notifications/components/views/CardView.js.map +1 -1
- package/react/components/notifications/components/views/ListView.d.ts +2 -2
- package/react/components/notifications/components/views/ListView.d.ts.map +1 -0
- package/react/components/notifications/components/views/ListView.js +13 -8
- package/react/components/notifications/components/views/ListView.js.map +1 -1
- package/react/components/notifications/components/views/NotificationDetailsView.d.ts +2 -2
- package/react/components/notifications/components/views/NotificationDetailsView.d.ts.map +1 -0
- package/react/components/notifications/components/views/NotificationDetailsView.js.map +1 -1
- package/react/components/notifications/constants.d.ts +1 -0
- package/react/components/notifications/constants.d.ts.map +1 -0
- package/react/components/notifications/constants.js.map +1 -1
- package/react/components/notifications/css/notification-card.css +7 -7
- package/react/components/notifications/css/notifications-toasts.css +32 -0
- package/react/components/notifications/icons/EnvelopeClose.d.ts +1 -0
- package/react/components/notifications/icons/EnvelopeClose.d.ts.map +1 -0
- package/react/components/notifications/icons/EnvelopeClose.js.map +1 -1
- package/react/components/notifications/icons/EnvelopeOpen.d.ts +1 -0
- package/react/components/notifications/icons/EnvelopeOpen.d.ts.map +1 -0
- package/react/components/notifications/icons/EnvelopeOpen.js.map +1 -1
- package/react/components/notifications/icons/SnoozeIcon.d.ts +1 -0
- package/react/components/notifications/icons/SnoozeIcon.d.ts.map +1 -0
- package/react/components/notifications/icons/SnoozeIcon.js.map +1 -1
- package/react/components/notifications/index.d.ts +1 -0
- package/react/components/notifications/index.d.ts.map +1 -0
- package/react/components/notifications/index.js.map +1 -1
- package/react/components/notifications/notificationsContext.d.ts +1 -0
- package/react/components/notifications/notificationsContext.d.ts.map +1 -0
- package/react/components/notifications/notificationsContext.js.map +1 -1
- package/react/components/notifications/types.d.ts +5 -7
- package/react/components/notifications/types.d.ts.map +1 -0
- package/react/components/notifications/types.js.map +1 -1
- package/react/components/notifications/utils.d.ts +2 -5
- package/react/components/notifications/utils.d.ts.map +1 -0
- package/react/components/notifications/utils.js.map +1 -1
- package/react/components/processMonitor/ProcessMonitor.d.ts +1 -0
- package/react/components/processMonitor/ProcessMonitor.d.ts.map +1 -0
- package/react/components/processMonitor/ProcessMonitor.js +12 -7
- package/react/components/processMonitor/ProcessMonitor.js.map +1 -1
- package/react/components/processMonitor/ProcessMonitorTypes.d.ts +2 -1
- package/react/components/processMonitor/ProcessMonitorTypes.d.ts.map +1 -0
- package/react/components/processMonitor/ProcessMonitorTypes.js.map +1 -1
- package/react/components/processMonitor/components/ChildWindow.d.ts +1 -0
- package/react/components/processMonitor/components/ChildWindow.d.ts.map +1 -0
- package/react/components/processMonitor/components/ChildWindow.js.map +1 -1
- package/react/components/processMonitor/components/ListHeader.d.ts +2 -1
- package/react/components/processMonitor/components/ListHeader.d.ts.map +1 -0
- package/react/components/processMonitor/components/ListHeader.js.map +1 -1
- package/react/components/processMonitor/components/ProcessStatistics.d.ts +1 -0
- package/react/components/processMonitor/components/ProcessStatistics.d.ts.map +1 -0
- package/react/components/processMonitor/components/ProcessStatistics.js.map +1 -1
- package/react/components/processMonitor/constants.d.ts +1 -0
- package/react/components/processMonitor/constants.d.ts.map +1 -0
- package/react/components/processMonitor/constants.js.map +1 -1
- package/react/components/processMonitor/helpers.d.ts +1 -0
- package/react/components/processMonitor/helpers.d.ts.map +1 -0
- package/react/components/processMonitor/helpers.js.map +1 -1
- package/react/components/processMonitor/index.d.ts +1 -0
- package/react/components/processMonitor/index.d.ts.map +1 -0
- package/react/components/processMonitor/index.js.map +1 -1
- package/react/components/processMonitor/stores/ProcessMonitorStore.d.ts +4 -3
- package/react/components/processMonitor/stores/ProcessMonitorStore.d.ts.map +1 -0
- package/react/components/processMonitor/stores/ProcessMonitorStore.js +7 -6
- package/react/components/processMonitor/stores/ProcessMonitorStore.js.map +1 -1
- package/react/components/quickComponentForm/QuickComponentForm.d.ts +1 -0
- package/react/components/quickComponentForm/QuickComponentForm.d.ts.map +1 -0
- package/react/components/quickComponentForm/QuickComponentForm.js +27 -17
- package/react/components/quickComponentForm/QuickComponentForm.js.map +1 -1
- package/react/components/quickComponentForm/index.d.ts +1 -0
- package/react/components/quickComponentForm/index.d.ts.map +1 -0
- package/react/components/quickComponentForm/index.js.map +1 -1
- package/react/components/sdd/Appearance.helpers.d.ts +1 -0
- package/react/components/sdd/Appearance.helpers.d.ts.map +1 -0
- package/react/components/sdd/Appearance.helpers.js.map +1 -1
- package/react/components/sdd/Dashboard.css +76 -0
- package/react/components/sdd/ThemePage.css +6 -0
- package/react/components/sdd/css/addApp.css +2 -2
- package/react/components/sdd/css/authentication.css +1 -1
- package/react/components/sdd/css/export.css +35 -0
- package/react/components/sdd/css/interopField.css +14 -0
- package/react/components/sdd/css/nav.css +25 -20
- package/react/components/search/Highlight.d.ts +1 -0
- package/react/components/search/Highlight.d.ts.map +1 -0
- package/react/components/search/Highlight.js.map +1 -1
- package/react/components/search/Search.d.ts +1 -0
- package/react/components/search/Search.d.ts.map +1 -0
- package/react/components/search/Search.js.map +1 -1
- package/react/components/search/SearchBestMatch.d.ts +1 -0
- package/react/components/search/SearchBestMatch.d.ts.map +1 -0
- package/react/components/search/SearchBestMatch.js.map +1 -1
- package/react/components/search/SearchInput.d.ts +1 -0
- package/react/components/search/SearchInput.d.ts.map +1 -0
- package/react/components/search/SearchInput.js.map +1 -1
- package/react/components/search/SearchProviderResults.d.ts +2 -3
- package/react/components/search/SearchProviderResults.d.ts.map +1 -0
- package/react/components/search/SearchProviderResults.js +3 -2
- package/react/components/search/SearchProviderResults.js.map +1 -1
- package/react/components/search/SearchResult.d.ts +2 -3
- package/react/components/search/SearchResult.d.ts.map +1 -0
- package/react/components/search/SearchResult.js +4 -3
- package/react/components/search/SearchResult.js.map +1 -1
- package/react/components/search/SearchResults.d.ts +1 -0
- package/react/components/search/SearchResults.d.ts.map +1 -0
- package/react/components/search/SearchResults.js.map +1 -1
- package/react/components/search/index.d.ts +1 -0
- package/react/components/search/index.d.ts.map +1 -0
- package/react/components/search/index.js.map +1 -1
- package/react/components/shared/BellIcon.d.ts +1 -0
- package/react/components/shared/BellIcon.d.ts.map +1 -0
- package/react/components/shared/BellIcon.js.map +1 -1
- package/react/components/shared/BellIconCrossed.d.ts +1 -0
- package/react/components/shared/BellIconCrossed.d.ts.map +1 -0
- package/react/components/shared/BellIconCrossed.js.map +1 -1
- package/react/components/shared/Button.d.ts +1 -0
- package/react/components/shared/Button.d.ts.map +1 -0
- package/react/components/shared/Button.js.map +1 -1
- package/react/components/shared/ConditionalWrapper.d.ts +1 -0
- package/react/components/shared/ConditionalWrapper.d.ts.map +1 -0
- package/react/components/shared/ConditionalWrapper.js.map +1 -1
- package/react/components/shared/DefaultDropdownButton.d.ts +1 -0
- package/react/components/shared/DefaultDropdownButton.d.ts.map +1 -0
- package/react/components/shared/DefaultDropdownButton.js.map +1 -1
- package/react/components/shared/Tag.d.ts +1 -0
- package/react/components/shared/Tag.d.ts.map +1 -0
- package/react/components/shared/Tag.js.map +1 -1
- package/react/components/shared/TagsMenu.d.ts +1 -0
- package/react/components/shared/TagsMenu.d.ts.map +1 -0
- package/react/components/shared/TagsMenu.js.map +1 -1
- package/react/components/shared/addProtocolToValidURL.d.ts +1 -0
- package/react/components/shared/addProtocolToValidURL.d.ts.map +1 -0
- package/react/components/shared/addProtocolToValidURL.js.map +1 -1
- package/react/components/shared/linkerUtil.d.ts +2 -1
- package/react/components/shared/linkerUtil.d.ts.map +1 -0
- package/react/components/shared/linkerUtil.js.map +1 -1
- package/react/components/shared/openQuitConfirmationDialog.d.ts +1 -0
- package/react/components/shared/openQuitConfirmationDialog.d.ts.map +1 -0
- package/react/components/shared/openQuitConfirmationDialog.js +4 -3
- package/react/components/shared/openQuitConfirmationDialog.js.map +1 -1
- package/react/components/shared/validateURL.d.ts +1 -0
- package/react/components/shared/validateURL.d.ts.map +1 -0
- package/react/components/shared/validateURL.js.map +1 -1
- package/react/components/singleInputDialog/SingleInputDialog.d.ts +1 -0
- package/react/components/singleInputDialog/SingleInputDialog.d.ts.map +1 -0
- package/react/components/singleInputDialog/SingleInputDialog.js +8 -5
- package/react/components/singleInputDialog/SingleInputDialog.js.map +1 -1
- package/react/components/singleInputDialog/index.d.ts +1 -0
- package/react/components/singleInputDialog/index.d.ts.map +1 -0
- package/react/components/singleInputDialog/index.js.map +1 -1
- package/react/components/system/System.d.ts +1 -0
- package/react/components/system/System.d.ts.map +1 -0
- package/react/components/system/System.js +7 -6
- package/react/components/system/System.js.map +1 -1
- package/react/components/system/SystemTrayComponentShell.d.ts +6 -2
- package/react/components/system/SystemTrayComponentShell.d.ts.map +1 -0
- package/react/components/system/SystemTrayComponentShell.js +22 -7
- package/react/components/system/SystemTrayComponentShell.js.map +1 -1
- package/react/components/system/index.d.ts +1 -0
- package/react/components/system/index.d.ts.map +1 -0
- package/react/components/system/index.js.map +1 -1
- package/react/components/toolbar/AutoArrange.d.ts +1 -0
- package/react/components/toolbar/AutoArrange.d.ts.map +1 -0
- package/react/components/toolbar/AutoArrange.js +2 -1
- package/react/components/toolbar/AutoArrange.js.map +1 -1
- package/react/components/toolbar/DragHandle.d.ts +1 -0
- package/react/components/toolbar/DragHandle.d.ts.map +1 -0
- package/react/components/toolbar/DragHandle.js +4 -3
- package/react/components/toolbar/DragHandle.js.map +1 -1
- package/react/components/toolbar/MinimizeAll.d.ts +2 -1
- package/react/components/toolbar/MinimizeAll.d.ts.map +1 -0
- package/react/components/toolbar/MinimizeAll.js +1 -1
- package/react/components/toolbar/MinimizeAll.js.map +1 -1
- package/react/components/toolbar/NotificationControl.d.ts +1 -0
- package/react/components/toolbar/NotificationControl.d.ts.map +1 -0
- package/react/components/toolbar/NotificationControl.js +4 -5
- package/react/components/toolbar/NotificationControl.js.map +1 -1
- package/react/components/toolbar/RevealAll.d.ts +2 -1
- package/react/components/toolbar/RevealAll.d.ts.map +1 -0
- package/react/components/toolbar/RevealAll.js +1 -1
- package/react/components/toolbar/RevealAll.js.map +1 -1
- package/react/components/toolbar/SddButton.d.ts +1 -0
- package/react/components/toolbar/SddButton.d.ts.map +1 -0
- package/react/components/toolbar/SddButton.js +3 -2
- package/react/components/toolbar/SddButton.js.map +1 -1
- package/react/components/toolbar/ToolbarIcon.d.ts +2 -1
- package/react/components/toolbar/ToolbarIcon.d.ts.map +1 -0
- package/react/components/toolbar/ToolbarIcon.js +4 -3
- package/react/components/toolbar/ToolbarIcon.js.map +1 -1
- package/react/components/toolbar/ToolbarSection.d.ts +1 -0
- package/react/components/toolbar/ToolbarSection.d.ts.map +1 -0
- package/react/components/toolbar/ToolbarSection.js.map +1 -1
- package/react/components/toolbar/ToolbarShell.d.ts +6 -1
- package/react/components/toolbar/ToolbarShell.d.ts.map +1 -0
- package/react/components/toolbar/ToolbarShell.js +12 -6
- package/react/components/toolbar/ToolbarShell.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncher.d.ts +2 -1
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncher.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncher.js +3 -2
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncher.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.d.ts +1 -0
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AddNewAppForm.d.ts +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/AddNewAppForm.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/AddNewAppForm.js +6 -5
- package/react/components/toolbar/advancedAppLauncher/components/AddNewAppForm.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AddNewFolder.d.ts +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/AddNewFolder.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/AddNewFolder.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AppActionsMenu.d.ts +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/AppActionsMenu.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/AppActionsMenu.js +3 -2
- package/react/components/toolbar/advancedAppLauncher/components/AppActionsMenu.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AppDefinition.d.ts +2 -2
- package/react/components/toolbar/advancedAppLauncher/components/AppDefinition.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/AppDefinition.js +2 -1
- package/react/components/toolbar/advancedAppLauncher/components/AppDefinition.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AppTagsList.d.ts +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/AppTagsList.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/AppTagsList.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/Content.d.ts +2 -1
- package/react/components/toolbar/advancedAppLauncher/components/Content.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/Content.js +4 -3
- package/react/components/toolbar/advancedAppLauncher/components/Content.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/FilterSort.d.ts +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/FilterSort.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/FilterSort.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/FoldersList.d.ts +2 -1
- package/react/components/toolbar/advancedAppLauncher/components/FoldersList.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/FoldersList.js +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/FoldersList.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.d.ts +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.js +6 -5
- package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/NoAppsFound.d.ts +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/NoAppsFound.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/NoAppsFound.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/SearchBox.d.ts +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/SearchBox.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/SearchBox.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/SortBy.d.ts +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/SortBy.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/SortBy.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/TagsList.d.ts +2 -1
- package/react/components/toolbar/advancedAppLauncher/components/TagsList.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/TagsList.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/ToggleFavoriteDropdown.d.ts +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/ToggleFavoriteDropdown.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/ToggleFavoriteDropdown.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/modules/AppDirectory.d.ts +1 -0
- package/react/components/toolbar/advancedAppLauncher/modules/AppDirectory.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/modules/AppDirectory.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/modules/FDC3.d.ts +1 -0
- package/react/components/toolbar/advancedAppLauncher/modules/FDC3.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/modules/FDC3.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/stores/LauncherStore.d.ts +3 -2
- package/react/components/toolbar/advancedAppLauncher/stores/LauncherStore.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/stores/LauncherStore.js +2 -1
- package/react/components/toolbar/advancedAppLauncher/stores/LauncherStore.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/stores/StoreActions.d.ts +1 -0
- package/react/components/toolbar/advancedAppLauncher/stores/StoreActions.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/stores/StoreActions.js +18 -17
- package/react/components/toolbar/advancedAppLauncher/stores/StoreActions.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/utils/sort-functions.d.ts +1 -0
- package/react/components/toolbar/advancedAppLauncher/utils/sort-functions.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/utils/sort-functions.js.map +1 -1
- package/react/components/toolbar/appLauncher/AppLauncherMenu.d.ts +4 -3
- package/react/components/toolbar/appLauncher/AppLauncherMenu.d.ts.map +1 -0
- package/react/components/toolbar/appLauncher/AppLauncherMenu.js +8 -5
- package/react/components/toolbar/appLauncher/AppLauncherMenu.js.map +1 -1
- package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.d.ts +1 -0
- package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.d.ts.map +1 -0
- package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.js +6 -5
- package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.js.map +1 -1
- package/react/components/toolbar/appLauncher/components/componentList.d.ts +3 -2
- package/react/components/toolbar/appLauncher/components/componentList.d.ts.map +1 -0
- package/react/components/toolbar/appLauncher/components/componentList.js +2 -1
- package/react/components/toolbar/appLauncher/components/componentList.js.map +1 -1
- package/react/components/toolbar/appLauncher/stores/appLauncherStore.d.ts +3 -2
- package/react/components/toolbar/appLauncher/stores/appLauncherStore.d.ts.map +1 -0
- package/react/components/toolbar/appLauncher/stores/appLauncherStore.js +25 -24
- package/react/components/toolbar/appLauncher/stores/appLauncherStore.js.map +1 -1
- package/react/components/toolbar/bloomberg/BloombergStatus.d.ts +5 -0
- package/react/components/toolbar/bloomberg/BloombergStatus.d.ts.map +1 -0
- package/react/components/toolbar/bloomberg/BloombergStatus.js +117 -0
- package/react/components/toolbar/bloomberg/BloombergStatus.js.map +1 -0
- package/react/components/toolbar/bloomberg/bloomberg.css +38 -0
- package/react/components/toolbar/dashbar/Dashbar.d.ts +1 -0
- package/react/components/toolbar/dashbar/Dashbar.d.ts.map +1 -0
- package/react/components/toolbar/dashbar/Dashbar.js +7 -6
- package/react/components/toolbar/dashbar/Dashbar.js.map +1 -1
- package/react/components/toolbar/dashbar/DashbarItem.d.ts +1 -0
- package/react/components/toolbar/dashbar/DashbarItem.d.ts.map +1 -0
- package/react/components/toolbar/dashbar/DashbarItem.js.map +1 -1
- package/react/components/toolbar/index.d.ts +2 -0
- package/react/components/toolbar/index.d.ts.map +1 -0
- package/react/components/toolbar/index.js +1 -0
- package/react/components/toolbar/index.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.d.ts +3 -2
- package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.d.ts.map +1 -0
- package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.js +1 -1
- package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/components/Workspace.d.ts +3 -2
- package/react/components/toolbar/workspaceManagementMenu/components/Workspace.d.ts.map +1 -0
- package/react/components/toolbar/workspaceManagementMenu/components/Workspace.js +6 -5
- package/react/components/toolbar/workspaceManagementMenu/components/Workspace.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceActions.d.ts +1 -0
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceActions.d.ts.map +1 -0
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceActions.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceList.d.ts +2 -1
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceList.d.ts.map +1 -0
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceList.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.d.ts +6 -7
- package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.d.ts.map +1 -0
- package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.js +44 -42
- package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.js.map +1 -1
- package/react/components/userPreferences/NotificationsPreferencesContext.d.ts +1 -0
- package/react/components/userPreferences/NotificationsPreferencesContext.d.ts.map +1 -0
- package/react/components/userPreferences/NotificationsPreferencesContext.js.map +1 -1
- package/react/components/userPreferences/UserPreferenceTypes.d.ts +1 -0
- package/react/components/userPreferences/UserPreferenceTypes.d.ts.map +1 -0
- package/react/components/userPreferences/UserPreferenceTypes.js.map +1 -1
- package/react/components/userPreferences/UserPreferences.d.ts +4 -1
- package/react/components/userPreferences/UserPreferences.d.ts.map +1 -0
- package/react/components/userPreferences/UserPreferences.js +5 -2
- package/react/components/userPreferences/UserPreferences.js.map +1 -1
- package/react/components/userPreferences/UserPreferencesBase.d.ts +1 -0
- package/react/components/userPreferences/UserPreferencesBase.d.ts.map +1 -0
- package/react/components/userPreferences/UserPreferencesBase.js +3 -7
- package/react/components/userPreferences/UserPreferencesBase.js.map +1 -1
- package/react/components/userPreferences/UserPreferencesWrapper.d.ts +1 -0
- package/react/components/userPreferences/UserPreferencesWrapper.d.ts.map +1 -0
- package/react/components/userPreferences/UserPreferencesWrapper.js +5 -3
- package/react/components/userPreferences/UserPreferencesWrapper.js.map +1 -1
- package/react/components/userPreferences/components/ContentSection.d.ts +12 -13
- package/react/components/userPreferences/components/ContentSection.d.ts.map +1 -0
- package/react/components/userPreferences/components/ContentSection.js +20 -23
- package/react/components/userPreferences/components/ContentSection.js.map +1 -1
- package/react/components/userPreferences/components/LeftNav.d.ts +4 -16
- package/react/components/userPreferences/components/LeftNav.d.ts.map +1 -0
- package/react/components/userPreferences/components/LeftNav.js +36 -54
- package/react/components/userPreferences/components/LeftNav.js.map +1 -1
- package/react/components/userPreferences/components/content/BloombergPreferences.d.ts +5 -0
- package/react/components/userPreferences/components/content/BloombergPreferences.d.ts.map +1 -0
- package/react/components/userPreferences/components/content/BloombergPreferences.js +97 -0
- package/react/components/userPreferences/components/content/BloombergPreferences.js.map +1 -0
- package/react/components/userPreferences/components/content/DashbarEditor.d.ts +4 -17
- package/react/components/userPreferences/components/content/DashbarEditor.d.ts.map +1 -0
- package/react/components/userPreferences/components/content/DashbarEditor.js +98 -101
- package/react/components/userPreferences/components/content/DashbarEditor.js.map +1 -1
- package/react/components/userPreferences/components/content/DashbarEditorItem.d.ts +1 -0
- package/react/components/userPreferences/components/content/DashbarEditorItem.d.ts.map +1 -0
- package/react/components/userPreferences/components/content/DashbarEditorItem.js.map +1 -1
- package/react/components/userPreferences/components/content/General.d.ts +1 -0
- package/react/components/userPreferences/components/content/General.d.ts.map +1 -0
- package/react/components/userPreferences/components/content/General.js +6 -2
- package/react/components/userPreferences/components/content/General.js.map +1 -1
- package/react/components/userPreferences/components/content/Notifications.d.ts +1 -0
- package/react/components/userPreferences/components/content/Notifications.d.ts.map +1 -0
- package/react/components/userPreferences/components/content/Notifications.js.map +1 -1
- package/react/components/userPreferences/components/content/Workspaces.d.ts +3 -2
- package/react/components/userPreferences/components/content/Workspaces.d.ts.map +1 -0
- package/react/components/userPreferences/components/content/Workspaces.js +43 -40
- package/react/components/userPreferences/components/content/Workspaces.js.map +1 -1
- package/react/components/userPreferences/components/content/bloomberg.css +44 -0
- package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.d.ts +1 -0
- package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.d.ts.map +1 -0
- package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.js +10 -12
- package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.d.ts +1 -0
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.d.ts.map +1 -0
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.js +11 -10
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.d.ts +1 -0
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.d.ts.map +1 -0
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.js +5 -4
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.d.ts +3 -0
- package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.d.ts.map +1 -0
- package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.js +5 -3
- package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.js.map +1 -1
- package/react/components/userPreferences/components/general/ResetPreferences.d.ts +4 -0
- package/react/components/userPreferences/components/general/ResetPreferences.d.ts.map +1 -0
- package/react/components/userPreferences/components/general/ResetPreferences.js +42 -0
- package/react/components/userPreferences/components/general/ResetPreferences.js.map +1 -0
- package/react/components/userPreferences/components/general/ScheduledClose.d.ts +2 -1
- package/react/components/userPreferences/components/general/ScheduledClose.d.ts.map +1 -0
- package/react/components/userPreferences/components/general/ScheduledClose.js.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceButton.d.ts +1 -0
- package/react/components/userPreferences/components/workspaces/WorkspaceButton.d.ts.map +1 -0
- package/react/components/userPreferences/components/workspaces/WorkspaceButton.js.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceComponents.d.ts +1 -0
- package/react/components/userPreferences/components/workspaces/WorkspaceComponents.d.ts.map +1 -0
- package/react/components/userPreferences/components/workspaces/WorkspaceComponents.js.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceItem.d.ts +2 -12
- package/react/components/userPreferences/components/workspaces/WorkspaceItem.d.ts.map +1 -0
- package/react/components/userPreferences/components/workspaces/WorkspaceItem.js +33 -54
- package/react/components/userPreferences/components/workspaces/WorkspaceItem.js.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceItemList.d.ts +1 -0
- package/react/components/userPreferences/components/workspaces/WorkspaceItemList.d.ts.map +1 -0
- package/react/components/userPreferences/components/workspaces/WorkspaceItemList.js.map +1 -1
- package/react/components/userPreferences/index.d.ts +2 -0
- package/react/components/userPreferences/index.d.ts.map +1 -0
- package/react/components/userPreferences/index.js +1 -0
- package/react/components/userPreferences/index.js.map +1 -1
- package/react/components/userPreferences/stores/UserPreferencesStore.d.ts +3 -2
- package/react/components/userPreferences/stores/UserPreferencesStore.d.ts.map +1 -0
- package/react/components/userPreferences/stores/UserPreferencesStore.js +14 -13
- package/react/components/userPreferences/stores/UserPreferencesStore.js.map +1 -1
- package/react/components/windowTitleBar/WindowTitleBarShell.d.ts +10 -6
- package/react/components/windowTitleBar/WindowTitleBarShell.d.ts.map +1 -0
- package/react/components/windowTitleBar/WindowTitleBarShell.js +80 -51
- package/react/components/windowTitleBar/WindowTitleBarShell.js.map +1 -1
- package/react/components/windowTitleBar/components/center/Tab.d.ts +1 -2
- package/react/components/windowTitleBar/components/center/Tab.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/center/Tab.js +4 -9
- package/react/components/windowTitleBar/components/center/Tab.js.map +1 -1
- package/react/components/windowTitleBar/components/center/TabList.d.ts +4 -3
- package/react/components/windowTitleBar/components/center/TabList.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/center/TabList.js +34 -36
- package/react/components/windowTitleBar/components/center/TabList.js.map +1 -1
- package/react/components/windowTitleBar/components/center/TabRegion.d.ts +1 -0
- package/react/components/windowTitleBar/components/center/TabRegion.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/center/TabRegion.js +2 -1
- package/react/components/windowTitleBar/components/center/TabRegion.js.map +1 -1
- package/react/components/windowTitleBar/components/left/LinkerButton.d.ts +1 -0
- package/react/components/windowTitleBar/components/left/LinkerButton.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/left/LinkerButton.js +10 -8
- package/react/components/windowTitleBar/components/left/LinkerButton.js.map +1 -1
- package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.d.ts +1 -0
- package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.js +1 -1
- package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.js.map +1 -1
- package/react/components/windowTitleBar/components/left/LinkerGroups.d.ts +1 -0
- package/react/components/windowTitleBar/components/left/LinkerGroups.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/left/LinkerGroups.js +2 -1
- package/react/components/windowTitleBar/components/left/LinkerGroups.js.map +1 -1
- package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.d.ts +1 -0
- package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.js.map +1 -1
- package/react/components/windowTitleBar/components/left/ShareButton.d.ts +1 -0
- package/react/components/windowTitleBar/components/left/ShareButton.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/left/ShareButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.d.ts +1 -0
- package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.js +2 -1
- package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/CloseButton.d.ts +2 -17
- package/react/components/windowTitleBar/components/right/CloseButton.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/right/CloseButton.js +1 -22
- package/react/components/windowTitleBar/components/right/CloseButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/GroupingButton.d.ts +1 -8
- package/react/components/windowTitleBar/components/right/GroupingButton.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/right/GroupingButton.js +1 -14
- package/react/components/windowTitleBar/components/right/GroupingButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/MaximizeButton.d.ts +1 -15
- package/react/components/windowTitleBar/components/right/MaximizeButton.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/right/MaximizeButton.js +8 -30
- package/react/components/windowTitleBar/components/right/MaximizeButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/MinimizeButton.d.ts +2 -17
- package/react/components/windowTitleBar/components/right/MinimizeButton.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/right/MinimizeButton.js +1 -22
- package/react/components/windowTitleBar/components/right/MinimizeButton.js.map +1 -1
- package/react/components/windowTitleBar/components/windowTitle.d.ts +3 -2
- package/react/components/windowTitleBar/components/windowTitle.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/windowTitle.js +28 -27
- package/react/components/windowTitleBar/components/windowTitle.js.map +1 -1
- package/react/components/windowTitleBar/getOrCreateWindowTitleBarContainer.d.ts +10 -0
- package/react/components/windowTitleBar/getOrCreateWindowTitleBarContainer.d.ts.map +1 -0
- package/react/components/windowTitleBar/getOrCreateWindowTitleBarContainer.js +23 -0
- package/react/components/windowTitleBar/getOrCreateWindowTitleBarContainer.js.map +1 -0
- package/react/components/windowTitleBar/index.d.ts +2 -0
- package/react/components/windowTitleBar/index.d.ts.map +1 -0
- package/react/components/windowTitleBar/index.js +1 -0
- package/react/components/windowTitleBar/index.js.map +1 -1
- package/react/components/windowTitleBar/stores/windowTitleBarStore.d.ts +4 -3
- package/react/components/windowTitleBar/stores/windowTitleBarStore.d.ts.map +1 -0
- package/react/components/windowTitleBar/stores/windowTitleBarStore.js +56 -55
- package/react/components/windowTitleBar/stores/windowTitleBarStore.js.map +1 -1
- package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.d.ts +1 -0
- package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.d.ts.map +1 -0
- package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.js.map +1 -1
- package/react/components/windowTitleBar/windowTitleBarContext.d.ts +1 -0
- package/react/components/windowTitleBar/windowTitleBarContext.d.ts.map +1 -0
- package/react/components/windowTitleBar/windowTitleBarContext.js.map +1 -1
- package/react/components/yesNoDialog/YesNoDialog.d.ts +1 -0
- package/react/components/yesNoDialog/YesNoDialog.d.ts.map +1 -0
- package/react/components/yesNoDialog/YesNoDialog.js +10 -7
- package/react/components/yesNoDialog/YesNoDialog.js.map +1 -1
- package/react/components/yesNoDialog/index.d.ts +1 -0
- package/react/components/yesNoDialog/index.d.ts.map +1 -0
- package/react/components/yesNoDialog/index.js.map +1 -1
- package/react/components/yesNoDialog/timer.d.ts +1 -0
- package/react/components/yesNoDialog/timer.d.ts.map +1 -0
- package/react/components/yesNoDialog/timer.js.map +1 -1
- package/react/hooks/index.d.ts +3 -0
- package/react/hooks/index.d.ts.map +1 -0
- package/react/hooks/index.js +2 -0
- package/react/hooks/index.js.map +1 -1
- package/react/hooks/useAuth.d.ts +1 -0
- package/react/hooks/useAuth.d.ts.map +1 -0
- package/react/hooks/useAuth.js +4 -3
- package/react/hooks/useAuth.js.map +1 -1
- package/react/hooks/useDashbar.d.ts +1 -0
- package/react/hooks/useDashbar.d.ts.map +1 -0
- package/react/hooks/useDashbar.js +6 -5
- package/react/hooks/useDashbar.js.map +1 -1
- package/react/hooks/useDeepEffect.d.ts +1 -0
- package/react/hooks/useDeepEffect.d.ts.map +1 -0
- package/react/hooks/useDeepEffect.js.map +1 -1
- package/react/hooks/useFavorites.d.ts +1 -0
- package/react/hooks/useFavorites.d.ts.map +1 -0
- package/react/hooks/useFavorites.js.map +1 -1
- package/react/hooks/useFavoritesShell.d.ts +1 -0
- package/react/hooks/useFavoritesShell.d.ts.map +1 -0
- package/react/hooks/useFavoritesShell.js +6 -5
- package/react/hooks/useFavoritesShell.js.map +1 -1
- package/react/hooks/useFloatingFocus.d.ts +16 -0
- package/react/hooks/useFloatingFocus.d.ts.map +1 -0
- package/react/hooks/useFloatingFocus.js +36 -0
- package/react/hooks/useFloatingFocus.js.map +1 -0
- package/react/hooks/useHotkey.d.ts +1 -0
- package/react/hooks/useHotkey.d.ts.map +1 -0
- package/react/hooks/useHotkey.js +5 -2
- package/react/hooks/useHotkey.js.map +1 -1
- package/react/hooks/useLinker.d.ts +1 -0
- package/react/hooks/useLinker.d.ts.map +1 -0
- package/react/hooks/useLinker.js +25 -24
- package/react/hooks/useLinker.js.map +1 -1
- package/react/hooks/useMenu.d.ts +2 -1
- package/react/hooks/useMenu.d.ts.map +1 -0
- package/react/hooks/useMenu.js +5 -3
- package/react/hooks/useMenu.js.map +1 -1
- package/react/hooks/useNotifications.d.ts +4 -8
- package/react/hooks/useNotifications.d.ts.map +1 -0
- package/react/hooks/useNotifications.js +60 -41
- package/react/hooks/useNotifications.js.map +1 -1
- package/react/hooks/useOAuth.d.ts +17 -0
- package/react/hooks/useOAuth.d.ts.map +1 -0
- package/react/hooks/useOAuth.js +116 -0
- package/react/hooks/useOAuth.js.map +1 -0
- package/react/hooks/useOutsideClickDetector.d.ts +1 -0
- package/react/hooks/useOutsideClickDetector.d.ts.map +1 -0
- package/react/hooks/useOutsideClickDetector.js.map +1 -1
- package/react/hooks/usePubSub.d.ts +1 -0
- package/react/hooks/usePubSub.d.ts.map +1 -0
- package/react/hooks/usePubSub.js +4 -3
- package/react/hooks/usePubSub.js.map +1 -1
- package/react/hooks/useSearch.d.ts +2 -2
- package/react/hooks/useSearch.d.ts.map +1 -0
- package/react/hooks/useSearch.js +2 -2
- package/react/hooks/useSearch.js.map +1 -1
- package/react/hooks/useTitle.d.ts +18 -0
- package/react/hooks/useTitle.d.ts.map +1 -0
- package/react/hooks/useTitle.js +29 -0
- package/react/hooks/useTitle.js.map +1 -0
- package/react/hooks/useToolbar.d.ts +1 -0
- package/react/hooks/useToolbar.d.ts.map +1 -0
- package/react/hooks/useToolbar.js +21 -20
- package/react/hooks/useToolbar.js.map +1 -1
- package/react/index.d.ts +3 -0
- package/react/index.d.ts.map +1 -0
- package/react/index.js +3 -0
- package/react/index.js.map +1 -0
- package/react/reducers/favoriteReducer.d.ts +1 -0
- package/react/reducers/favoriteReducer.d.ts.map +1 -0
- package/react/reducers/favoriteReducer.js.map +1 -1
- package/react/reducers/linkerReducer.d.ts +1 -0
- package/react/reducers/linkerReducer.d.ts.map +1 -0
- package/react/reducers/linkerReducer.js.map +1 -1
- package/react/reducers/menuReducer.d.ts +1 -0
- package/react/reducers/menuReducer.d.ts.map +1 -0
- package/react/reducers/menuReducer.js.map +1 -1
- package/react/reducers/rootReducer.d.ts +4 -3
- package/react/reducers/rootReducer.d.ts.map +1 -0
- package/react/reducers/rootReducer.js.map +1 -1
- package/react/reducers/searchReducer.d.ts +1 -0
- package/react/reducers/searchReducer.d.ts.map +1 -0
- package/react/reducers/searchReducer.js.map +1 -1
- package/react/reducers/smartDesktopDesignerReducer.d.ts +1 -0
- package/react/reducers/smartDesktopDesignerReducer.d.ts.map +1 -0
- package/react/reducers/smartDesktopDesignerReducer.js.map +1 -1
- package/react/reducers/toolbarReducer.d.ts +1 -0
- package/react/reducers/toolbarReducer.d.ts.map +1 -0
- package/react/reducers/toolbarReducer.js.map +1 -1
- package/react/reducers/workspaceReducer.d.ts +1 -0
- package/react/reducers/workspaceReducer.d.ts.map +1 -0
- package/react/reducers/workspaceReducer.js.map +1 -1
- package/react/store.d.ts +7 -6
- package/react/store.d.ts.map +1 -0
- package/react/store.js +2 -1
- package/react/store.js.map +1 -1
- package/react/types/advancedAppLauncherTypes.d.ts +2 -3
- package/react/types/advancedAppLauncherTypes.d.ts.map +1 -0
- package/react/types/advancedAppLauncherTypes.js.map +1 -1
- package/react/types/dashbarTypes.d.ts +1 -0
- package/react/types/dashbarTypes.d.ts.map +1 -0
- package/react/types/dashbarTypes.js.map +1 -1
- package/react/types/favoriteTypes.d.ts +2 -3
- package/react/types/favoriteTypes.d.ts.map +1 -0
- package/react/types/favoriteTypes.js.map +1 -1
- package/react/types/fdc3.d.ts +2 -7
- package/react/types/fdc3.d.ts.map +1 -0
- package/react/types/fdc3.js.map +1 -1
- package/react/types/hotkeyTypes.d.ts +1 -0
- package/react/types/hotkeyTypes.d.ts.map +1 -0
- package/react/types/hotkeyTypes.js.map +1 -1
- package/react/types/linkerTypes.d.ts +1 -0
- package/react/types/linkerTypes.d.ts.map +1 -0
- package/react/types/linkerTypes.js.map +1 -1
- package/react/types/smartDesktopDesignerTypes.d.ts +6 -6
- package/react/types/smartDesktopDesignerTypes.d.ts.map +1 -0
- package/react/types/smartDesktopDesignerTypes.js.map +1 -1
- package/react/types/windowTitleBar.d.ts +2 -2
- package/react/types/windowTitleBar.d.ts.map +1 -0
- package/react/types/windowTitleBar.js.map +1 -1
- package/react/types/workspaceTypes.d.ts +1 -0
- package/react/types/workspaceTypes.d.ts.map +1 -0
- package/react/types/workspaceTypes.js.map +1 -1
- package/typedefs/FDC3/api/AppIntent.d.ts +14 -0
- package/typedefs/FDC3/api/AppIntent.d.ts.map +1 -0
- package/typedefs/FDC3/api/AppIntent.js +6 -0
- package/typedefs/FDC3/api/AppIntent.js.map +1 -0
- package/typedefs/FDC3/api/AppMetadata.d.ts +26 -0
- package/typedefs/FDC3/api/AppMetadata.d.ts.map +1 -0
- package/typedefs/FDC3/api/AppMetadata.js +6 -0
- package/typedefs/FDC3/api/AppMetadata.js.map +1 -0
- package/typedefs/FDC3/api/Channel.d.ts +65 -0
- package/typedefs/FDC3/api/Channel.d.ts.map +1 -0
- package/typedefs/FDC3/api/Channel.js +6 -0
- package/typedefs/FDC3/api/Channel.js.map +1 -0
- package/typedefs/FDC3/api/DesktopAgent.d.ts +181 -0
- package/typedefs/FDC3/api/DesktopAgent.d.ts.map +1 -0
- package/typedefs/FDC3/api/DesktopAgent.js +6 -0
- package/typedefs/FDC3/api/DesktopAgent.js.map +1 -0
- package/typedefs/FDC3/api/DisplayMetadata.d.ts +24 -0
- package/typedefs/FDC3/api/DisplayMetadata.d.ts.map +1 -0
- package/typedefs/FDC3/api/DisplayMetadata.js +6 -0
- package/typedefs/FDC3/api/DisplayMetadata.js.map +1 -0
- package/typedefs/FDC3/api/Errors.d.ts +21 -0
- package/typedefs/FDC3/api/Errors.d.ts.map +1 -0
- package/typedefs/FDC3/api/Errors.js +24 -0
- package/typedefs/FDC3/api/Errors.js.map +1 -0
- package/typedefs/FDC3/api/ImplementationMetadata.d.ts +18 -0
- package/typedefs/FDC3/api/ImplementationMetadata.d.ts.map +1 -0
- package/typedefs/FDC3/api/ImplementationMetadata.js +6 -0
- package/typedefs/FDC3/api/ImplementationMetadata.js.map +1 -0
- package/typedefs/FDC3/api/IntentMetadata.d.ts +14 -0
- package/typedefs/FDC3/api/IntentMetadata.d.ts.map +1 -0
- package/typedefs/FDC3/api/IntentMetadata.js +6 -0
- package/typedefs/FDC3/api/IntentMetadata.js.map +1 -0
- package/typedefs/FDC3/api/IntentResolution.d.ts +25 -0
- package/typedefs/FDC3/api/IntentResolution.d.ts.map +1 -0
- package/typedefs/FDC3/api/IntentResolution.js +6 -0
- package/typedefs/FDC3/api/IntentResolution.js.map +1 -0
- package/typedefs/FDC3/api/Listener.d.ts +11 -0
- package/typedefs/FDC3/api/Listener.d.ts.map +1 -0
- package/typedefs/FDC3/api/Listener.js +6 -0
- package/typedefs/FDC3/api/Listener.js.map +1 -0
- package/typedefs/FDC3/api/Types.d.ts +9 -0
- package/typedefs/FDC3/api/Types.d.ts.map +1 -0
- package/typedefs/FDC3/api/Types.js +6 -0
- package/typedefs/FDC3/api/Types.js.map +1 -0
- package/typedefs/FDC3/context/ContextType.d.ts +11 -0
- package/typedefs/FDC3/context/ContextType.d.ts.map +1 -0
- package/typedefs/FDC3/context/ContextType.js +11 -0
- package/typedefs/FDC3/context/ContextType.js.map +1 -0
- package/typedefs/FDC3/context/ContextTypes.d.ts +105 -0
- package/typedefs/FDC3/context/ContextTypes.d.ts.map +1 -0
- package/typedefs/FDC3/context/ContextTypes.js +278 -0
- package/typedefs/FDC3/context/ContextTypes.js.map +1 -0
- package/typedefs/FDC3/index.d.ts +19 -0
- package/typedefs/FDC3/index.d.ts.map +1 -0
- package/typedefs/FDC3/index.js +19 -0
- package/typedefs/FDC3/index.js.map +1 -0
- package/typedefs/FDC3/intents/Intents.d.ts +11 -0
- package/typedefs/FDC3/intents/Intents.d.ts.map +1 -0
- package/typedefs/FDC3/intents/Intents.js +12 -0
- package/typedefs/FDC3/intents/Intents.js.map +1 -0
- package/typedefs/index.d.ts +2 -0
- package/typedefs/index.d.ts.map +1 -0
- package/typedefs/index.js +3 -0
- package/typedefs/index.js.map +1 -0
- package/types.d.ts +23 -0
- package/types.d.ts.map +1 -0
- package/types.js +6 -0
- package/types.js.map +1 -0
- package/react/assets/css/focus.css +0 -4
- package/react/componentTemplateGenerator.d.ts +0 -1
- package/react/componentTemplateGenerator.js +0 -150
- package/react/componentTemplateGenerator.js.map +0 -1
- package/react/components/appCatalog/components/Tag.d.ts +0 -13
- package/react/components/appCatalog/components/Tag.js +0 -23
- package/react/components/appCatalog/components/Tag.js.map +0 -1
- package/react/components/common/Accordion.d.ts +0 -11
- package/react/components/common/Accordion.js +0 -20
- package/react/components/common/Accordion.js.map +0 -1
- package/react/components/common/ButtonTile.d.ts +0 -4
- package/react/components/common/ButtonTile.js +0 -12
- package/react/components/common/ButtonTile.js.map +0 -1
- package/react/components/common/ColorPicker.d.ts +0 -20
- package/react/components/common/ColorPicker.js +0 -92
- package/react/components/common/ColorPicker.js.map +0 -1
- package/react/components/common/DropZone.d.ts +0 -22
- package/react/components/common/DropZone.js +0 -65
- package/react/components/common/DropZone.js.map +0 -1
- package/react/components/common/FileInput.d.ts +0 -30
- package/react/components/common/FileInput.js +0 -123
- package/react/components/common/FileInput.js.map +0 -1
- package/react/components/common/FinsembleLink.d.ts +0 -6
- package/react/components/common/FinsembleLink.js +0 -12
- package/react/components/common/FinsembleLink.js.map +0 -1
- package/react/components/common/ImagePreview.d.ts +0 -21
- package/react/components/common/ImagePreview.js +0 -43
- package/react/components/common/ImagePreview.js.map +0 -1
- package/react/components/common/InputTable.d.ts +0 -18
- package/react/components/common/InputTable.js +0 -57
- package/react/components/common/InputTable.js.map +0 -1
- package/react/components/common/LoadingSpinner.d.ts +0 -3
- package/react/components/common/LoadingSpinner.js +0 -11
- package/react/components/common/LoadingSpinner.js.map +0 -1
- package/react/components/common/Tab.d.ts +0 -11
- package/react/components/common/Tab.js +0 -58
- package/react/components/common/Tab.js.map +0 -1
- package/react/components/common/Tooltip.d.ts +0 -14
- package/react/components/common/Tooltip.js +0 -30
- package/react/components/common/Tooltip.js.map +0 -1
- package/react/components/common/file_helpers.d.ts +0 -2
- package/react/components/common/file_helpers.js +0 -22
- package/react/components/common/file_helpers.js.map +0 -1
- package/react/components/common/helpers.d.ts +0 -5
- package/react/components/common/helpers.js +0 -136
- package/react/components/common/helpers.js.map +0 -1
- package/react/components/common/stories/Accordion.stories.d.ts +0 -14
- package/react/components/common/stories/Accordion.stories.js +0 -42
- package/react/components/common/stories/Accordion.stories.js.map +0 -1
- package/react/components/common/stories/Button.stories.d.ts +0 -22
- package/react/components/common/stories/Button.stories.js +0 -77
- package/react/components/common/stories/Button.stories.js.map +0 -1
- package/react/components/common/stories/ButtonIcon.stories.d.ts +0 -15
- package/react/components/common/stories/ButtonIcon.stories.js +0 -35
- package/react/components/common/stories/ButtonIcon.stories.js.map +0 -1
- package/react/components/common/stories/ButtonRow.stories.d.ts +0 -14
- package/react/components/common/stories/ButtonRow.stories.js +0 -39
- package/react/components/common/stories/ButtonRow.stories.js.map +0 -1
- package/react/components/common/stories/ButtonTile.stories.d.ts +0 -17
- package/react/components/common/stories/ButtonTile.stories.js +0 -45
- package/react/components/common/stories/ButtonTile.stories.js.map +0 -1
- package/react/components/common/stories/Checkbox.stories.d.ts +0 -13
- package/react/components/common/stories/Checkbox.stories.js +0 -29
- package/react/components/common/stories/Checkbox.stories.js.map +0 -1
- package/react/components/common/stories/ColorPicker.stories.d.ts +0 -13
- package/react/components/common/stories/ColorPicker.stories.js +0 -29
- package/react/components/common/stories/ColorPicker.stories.js.map +0 -1
- package/react/components/common/stories/ContextMenu.stories.d.ts +0 -38
- package/react/components/common/stories/ContextMenu.stories.js +0 -70
- package/react/components/common/stories/ContextMenu.stories.js.map +0 -1
- package/react/components/common/stories/DropZone.stories.d.ts +0 -11
- package/react/components/common/stories/DropZone.stories.js +0 -16
- package/react/components/common/stories/DropZone.stories.js.map +0 -1
- package/react/components/common/stories/DropdownButton.stories.d.ts +0 -33
- package/react/components/common/stories/DropdownButton.stories.js +0 -42
- package/react/components/common/stories/DropdownButton.stories.js.map +0 -1
- package/react/components/common/stories/FileInput.stories.d.ts +0 -18
- package/react/components/common/stories/FileInput.stories.js +0 -59
- package/react/components/common/stories/FileInput.stories.js.map +0 -1
- package/react/components/common/stories/FinsembleIcon.stories.d.ts +0 -3
- package/react/components/common/stories/FinsembleIcon.stories.js +0 -43
- package/react/components/common/stories/FinsembleIcon.stories.js.map +0 -1
- package/react/components/common/stories/FinsembleSelect.stories.d.ts +0 -20
- package/react/components/common/stories/FinsembleSelect.stories.js +0 -188
- package/react/components/common/stories/FinsembleSelect.stories.js.map +0 -1
- package/react/components/common/stories/FinsembleToggle.stories.d.ts +0 -13
- package/react/components/common/stories/FinsembleToggle.stories.js +0 -28
- package/react/components/common/stories/FinsembleToggle.stories.js.map +0 -1
- package/react/components/common/stories/FinsembleToggleButtonBar.stories.d.ts +0 -14
- package/react/components/common/stories/FinsembleToggleButtonBar.stories.js +0 -97
- package/react/components/common/stories/FinsembleToggleButtonBar.stories.js.map +0 -1
- package/react/components/common/stories/Header.stories.d.ts +0 -14
- package/react/components/common/stories/Header.stories.js +0 -38
- package/react/components/common/stories/Header.stories.js.map +0 -1
- package/react/components/common/stories/ImagePreview.stories.d.ts +0 -16
- package/react/components/common/stories/ImagePreview.stories.js +0 -55
- package/react/components/common/stories/ImagePreview.stories.js.map +0 -1
- package/react/components/common/stories/InputTable.stories.d.ts +0 -13
- package/react/components/common/stories/InputTable.stories.js +0 -45
- package/react/components/common/stories/InputTable.stories.js.map +0 -1
- package/react/components/common/stories/LoadingSpinner.stories.d.ts +0 -9
- package/react/components/common/stories/LoadingSpinner.stories.js +0 -10
- package/react/components/common/stories/LoadingSpinner.stories.js.map +0 -1
- package/react/components/common/stories/Tab.stories.d.ts +0 -12
- package/react/components/common/stories/Tab.stories.js +0 -28
- package/react/components/common/stories/Tab.stories.js.map +0 -1
- package/react/components/common/stories/TimeSelect.stories.d.ts +0 -11
- package/react/components/common/stories/TimeSelect.stories.js +0 -20
- package/react/components/common/stories/TimeSelect.stories.js.map +0 -1
- package/react/components/common/stories/Tooltip.stories.d.ts +0 -27
- package/react/components/common/stories/Tooltip.stories.js +0 -47
- package/react/components/common/stories/Tooltip.stories.js.map +0 -1
- package/react/components/common/tests/Accordion.spec.d.ts +0 -1
- package/react/components/common/tests/Accordion.spec.js +0 -59
- package/react/components/common/tests/Accordion.spec.js.map +0 -1
- package/react/components/common/tests/ButtonRow.spec.d.ts +0 -1
- package/react/components/common/tests/ButtonRow.spec.js +0 -30
- package/react/components/common/tests/ButtonRow.spec.js.map +0 -1
- package/react/components/common/tests/Checkbox.spec.d.ts +0 -1
- package/react/components/common/tests/Checkbox.spec.js +0 -34
- package/react/components/common/tests/Checkbox.spec.js.map +0 -1
- package/react/components/common/tests/ColorPicker.spec.d.ts +0 -1
- package/react/components/common/tests/ColorPicker.spec.js +0 -96
- package/react/components/common/tests/ColorPicker.spec.js.map +0 -1
- package/react/components/common/tests/ContextMenu.spec.d.ts +0 -1
- package/react/components/common/tests/ContextMenu.spec.js +0 -108
- package/react/components/common/tests/ContextMenu.spec.js.map +0 -1
- package/react/components/common/tests/DropZone.spec.d.ts +0 -1
- package/react/components/common/tests/DropZone.spec.js +0 -55
- package/react/components/common/tests/DropZone.spec.js.map +0 -1
- package/react/components/common/tests/DropdownButton.spec.d.ts +0 -1
- package/react/components/common/tests/DropdownButton.spec.js +0 -32
- package/react/components/common/tests/DropdownButton.spec.js.map +0 -1
- package/react/components/common/tests/FileInput.spec.d.ts +0 -1
- package/react/components/common/tests/FileInput.spec.js +0 -72
- package/react/components/common/tests/FileInput.spec.js.map +0 -1
- package/react/components/common/tests/FinsembleSelect.spec.d.ts +0 -1
- package/react/components/common/tests/FinsembleSelect.spec.js +0 -89
- package/react/components/common/tests/FinsembleSelect.spec.js.map +0 -1
- package/react/components/common/tests/FinsembleToggle.spec.d.ts +0 -1
- package/react/components/common/tests/FinsembleToggle.spec.js +0 -29
- package/react/components/common/tests/FinsembleToggle.spec.js.map +0 -1
- package/react/components/common/tests/FinsembleToggleButtonBar.spec.d.ts +0 -1
- package/react/components/common/tests/FinsembleToggleButtonBar.spec.js +0 -41
- package/react/components/common/tests/FinsembleToggleButtonBar.spec.js.map +0 -1
- package/react/components/common/tests/Header.spec.d.ts +0 -1
- package/react/components/common/tests/Header.spec.js +0 -24
- package/react/components/common/tests/Header.spec.js.map +0 -1
- package/react/components/common/tests/ImagePreview.spec.d.ts +0 -1
- package/react/components/common/tests/ImagePreview.spec.js +0 -46
- package/react/components/common/tests/ImagePreview.spec.js.map +0 -1
- package/react/components/common/tests/InputTable.spec.d.ts +0 -1
- package/react/components/common/tests/InputTable.spec.js +0 -166
- package/react/components/common/tests/InputTable.spec.js.map +0 -1
- package/react/components/common/tests/Tab.spec.d.ts +0 -1
- package/react/components/common/tests/Tab.spec.js +0 -25
- package/react/components/common/tests/Tab.spec.js.map +0 -1
- package/react/components/common/tests/TimeSelect.spec.d.ts +0 -1
- package/react/components/common/tests/TimeSelect.spec.js +0 -75
- package/react/components/common/tests/TimeSelect.spec.js.map +0 -1
- package/react/components/common/tests/Tooltip.spec.d.ts +0 -1
- package/react/components/common/tests/Tooltip.spec.js +0 -50
- package/react/components/common/tests/Tooltip.spec.js.map +0 -1
- package/react/components/favorites/FavoritesShell.spec.d.ts +0 -1
- package/react/components/favorites/FavoritesShell.spec.js +0 -64
- package/react/components/favorites/FavoritesShell.spec.js.map +0 -1
- package/react/components/favorites/FavoritesShell.stories.d.ts +0 -9
- package/react/components/favorites/FavoritesShell.stories.js +0 -46
- package/react/components/favorites/FavoritesShell.stories.js.map +0 -1
- package/react/components/favorites/index.d.ts +0 -2
- package/react/components/favorites/index.js +0 -3
- package/react/components/favorites/index.js.map +0 -1
- package/react/components/fdc3Resolver/ResolverDialog.spec.d.ts +0 -1
- package/react/components/fdc3Resolver/ResolverDialog.spec.js +0 -52
- package/react/components/fdc3Resolver/ResolverDialog.spec.js.map +0 -1
- package/react/components/fdc3Resolver/ResolverDialog.stories.d.ts +0 -13
- package/react/components/fdc3Resolver/ResolverDialog.stories.js +0 -175
- package/react/components/fdc3Resolver/ResolverDialog.stories.js.map +0 -1
- package/react/components/legacyControls/FinsembleMenuSection.d.ts +0 -17
- package/react/components/legacyControls/FinsembleMenuSection.js +0 -123
- package/react/components/legacyControls/FinsembleMenuSection.js.map +0 -1
- package/react/components/legacyControls/stories/FinsembleDialog.stories.d.ts +0 -10
- package/react/components/legacyControls/stories/FinsembleDialog.stories.js +0 -21
- package/react/components/legacyControls/stories/FinsembleDialog.stories.js.map +0 -1
- package/react/components/legacyControls/stories/FinsembleDialogButton.stories.d.ts +0 -18
- package/react/components/legacyControls/stories/FinsembleDialogButton.stories.js +0 -37
- package/react/components/legacyControls/stories/FinsembleDialogButton.stories.js.map +0 -1
- package/react/components/legacyControls/stories/FinsembleDialogQuestion.stories.d.ts +0 -14
- package/react/components/legacyControls/stories/FinsembleDialogQuestion.stories.js +0 -15
- package/react/components/legacyControls/stories/FinsembleDialogQuestion.stories.js.map +0 -1
- package/react/components/legacyControls/stories/FinsembleDialogTextInput.stories.d.ts +0 -16
- package/react/components/legacyControls/stories/FinsembleDialogTextInput.stories.js +0 -51
- package/react/components/legacyControls/stories/FinsembleDialogTextInput.stories.js.map +0 -1
- package/react/components/legacyControls/tests/FinsembleDialog.spec.d.ts +0 -1
- package/react/components/legacyControls/tests/FinsembleDialog.spec.js +0 -12
- package/react/components/legacyControls/tests/FinsembleDialog.spec.js.map +0 -1
- package/react/components/legacyControls/tests/FinsembleDialogButton.spec.d.ts +0 -1
- package/react/components/legacyControls/tests/FinsembleDialogButton.spec.js +0 -39
- package/react/components/legacyControls/tests/FinsembleDialogButton.spec.js.map +0 -1
- package/react/components/legacyControls/tests/FinsembleDialogQuestion.spec.d.ts +0 -1
- package/react/components/legacyControls/tests/FinsembleDialogQuestion.spec.js +0 -19
- package/react/components/legacyControls/tests/FinsembleDialogQuestion.spec.js.map +0 -1
- package/react/components/legacyControls/tests/FinsembleDialogTextInput.spec.d.ts +0 -1
- package/react/components/legacyControls/tests/FinsembleDialogTextInput.spec.js +0 -83
- package/react/components/legacyControls/tests/FinsembleDialogTextInput.spec.js.map +0 -1
- package/react/components/notifications/icons/Card.d.ts +0 -2
- package/react/components/notifications/icons/Card.js +0 -11
- package/react/components/notifications/icons/Card.js.map +0 -1
- package/react/components/notifications/icons/Chevron.d.ts +0 -2
- package/react/components/notifications/icons/Chevron.js +0 -14
- package/react/components/notifications/icons/Chevron.js.map +0 -1
- package/react/components/notifications/icons/CloseIcon.d.ts +0 -2
- package/react/components/notifications/icons/CloseIcon.js +0 -10
- package/react/components/notifications/icons/CloseIcon.js.map +0 -1
- package/react/components/notifications/stories/NotificationCardShell.stories.d.ts +0 -14
- package/react/components/notifications/stories/NotificationCardShell.stories.js +0 -108
- package/react/components/notifications/stories/NotificationCardShell.stories.js.map +0 -1
- package/react/components/notifications/tests/NotificationCardShell.spec.d.ts +0 -1
- package/react/components/notifications/tests/NotificationCardShell.spec.js +0 -91
- package/react/components/notifications/tests/NotificationCardShell.spec.js.map +0 -1
- package/react/components/processMonitor/helpers.spec.d.ts +0 -1
- package/react/components/processMonitor/helpers.spec.js +0 -48
- package/react/components/processMonitor/helpers.spec.js.map +0 -1
- package/react/components/sdd/AddApp.d.ts +0 -17
- package/react/components/sdd/AddApp.js +0 -178
- package/react/components/sdd/AddApp.js.map +0 -1
- package/react/components/sdd/AppEditAccess.d.ts +0 -16
- package/react/components/sdd/AppEditAccess.js +0 -130
- package/react/components/sdd/AppEditAccess.js.map +0 -1
- package/react/components/sdd/AppEditPage.d.ts +0 -26
- package/react/components/sdd/AppEditPage.js +0 -421
- package/react/components/sdd/AppEditPage.js.map +0 -1
- package/react/components/sdd/Appearance.d.ts +0 -18
- package/react/components/sdd/Appearance.js +0 -64
- package/react/components/sdd/Appearance.js.map +0 -1
- package/react/components/sdd/Application.d.ts +0 -37
- package/react/components/sdd/Application.js +0 -269
- package/react/components/sdd/Application.js.map +0 -1
- package/react/components/sdd/Applications.d.ts +0 -20
- package/react/components/sdd/Applications.js +0 -281
- package/react/components/sdd/Applications.js.map +0 -1
- package/react/components/sdd/AssetsPage.d.ts +0 -15
- package/react/components/sdd/AssetsPage.js +0 -59
- package/react/components/sdd/AssetsPage.js.map +0 -1
- package/react/components/sdd/Authentication.d.ts +0 -9
- package/react/components/sdd/Authentication.js +0 -61
- package/react/components/sdd/Authentication.js.map +0 -1
- package/react/components/sdd/AuthenticationProviderConfig.d.ts +0 -9
- package/react/components/sdd/AuthenticationProviderConfig.js +0 -90
- package/react/components/sdd/AuthenticationProviderConfig.js.map +0 -1
- package/react/components/sdd/Content.d.ts +0 -8
- package/react/components/sdd/Content.js +0 -7
- package/react/components/sdd/Content.js.map +0 -1
- package/react/components/sdd/ContentHeader.d.ts +0 -5
- package/react/components/sdd/ContentHeader.js +0 -10
- package/react/components/sdd/ContentHeader.js.map +0 -1
- package/react/components/sdd/CurrentView.d.ts +0 -11
- package/react/components/sdd/CurrentView.js +0 -14
- package/react/components/sdd/CurrentView.js.map +0 -1
- package/react/components/sdd/EditPreload.d.ts +0 -13
- package/react/components/sdd/EditPreload.js +0 -183
- package/react/components/sdd/EditPreload.js.map +0 -1
- package/react/components/sdd/Export.d.ts +0 -17
- package/react/components/sdd/Export.js +0 -65
- package/react/components/sdd/Export.js.map +0 -1
- package/react/components/sdd/ExportCloud.d.ts +0 -6
- package/react/components/sdd/ExportCloud.js +0 -38
- package/react/components/sdd/ExportCloud.js.map +0 -1
- package/react/components/sdd/ExportDeployInfo.d.ts +0 -2
- package/react/components/sdd/ExportDeployInfo.js +0 -18
- package/react/components/sdd/ExportDeployInfo.js.map +0 -1
- package/react/components/sdd/ExportZip.d.ts +0 -6
- package/react/components/sdd/ExportZip.js +0 -48
- package/react/components/sdd/ExportZip.js.map +0 -1
- package/react/components/sdd/ItemList.d.ts +0 -17
- package/react/components/sdd/ItemList.js +0 -58
- package/react/components/sdd/ItemList.js.map +0 -1
- package/react/components/sdd/Navigation.d.ts +0 -11
- package/react/components/sdd/Navigation.js +0 -59
- package/react/components/sdd/Navigation.js.map +0 -1
- package/react/components/sdd/OptionalSettingsView.d.ts +0 -10
- package/react/components/sdd/OptionalSettingsView.js +0 -48
- package/react/components/sdd/OptionalSettingsView.js.map +0 -1
- package/react/components/sdd/Preloads.d.ts +0 -6
- package/react/components/sdd/Preloads.js +0 -24
- package/react/components/sdd/Preloads.js.map +0 -1
- package/react/components/sdd/ProjectErrors.d.ts +0 -11
- package/react/components/sdd/ProjectErrors.js +0 -25
- package/react/components/sdd/ProjectErrors.js.map +0 -1
- package/react/components/sdd/Publish.d.ts +0 -8
- package/react/components/sdd/Publish.js +0 -112
- package/react/components/sdd/Publish.js.map +0 -1
- package/react/components/sdd/PublishProgress.d.ts +0 -9
- package/react/components/sdd/PublishProgress.js +0 -24
- package/react/components/sdd/PublishProgress.js.map +0 -1
- package/react/components/sdd/SmartDesktopDesigner.d.ts +0 -30
- package/react/components/sdd/SmartDesktopDesigner.js +0 -146
- package/react/components/sdd/SmartDesktopDesigner.js.map +0 -1
- package/react/components/sdd/ThemePage.d.ts +0 -14
- package/react/components/sdd/ThemePage.js +0 -106
- package/react/components/sdd/ThemePage.js.map +0 -1
- package/react/components/sdd/Themes.d.ts +0 -22
- package/react/components/sdd/Themes.js +0 -15
- package/react/components/sdd/Themes.js.map +0 -1
- package/react/components/sdd/Toolbar.d.ts +0 -16
- package/react/components/sdd/Toolbar.js +0 -134
- package/react/components/sdd/Toolbar.js.map +0 -1
- package/react/components/sdd/View.d.ts +0 -8
- package/react/components/sdd/View.js +0 -7
- package/react/components/sdd/View.js.map +0 -1
- package/react/components/sdd/appEditPage/Behavior.d.ts +0 -34
- package/react/components/sdd/appEditPage/Behavior.js +0 -134
- package/react/components/sdd/appEditPage/Behavior.js.map +0 -1
- package/react/components/sdd/appEditPage/Component.d.ts +0 -22
- package/react/components/sdd/appEditPage/Component.js +0 -76
- package/react/components/sdd/appEditPage/Component.js.map +0 -1
- package/react/components/sdd/appEditPage/DebugToolkit.d.ts +0 -9
- package/react/components/sdd/appEditPage/DebugToolkit.js +0 -20
- package/react/components/sdd/appEditPage/DebugToolkit.js.map +0 -1
- package/react/components/sdd/appEditPage/Interop.d.ts +0 -10
- package/react/components/sdd/appEditPage/Interop.js +0 -40
- package/react/components/sdd/appEditPage/Interop.js.map +0 -1
- package/react/components/sdd/appEditPage/Position.d.ts +0 -18
- package/react/components/sdd/appEditPage/Position.js +0 -72
- package/react/components/sdd/appEditPage/Position.js.map +0 -1
- package/react/components/sdd/appEditPage/Preloads.d.ts +0 -9
- package/react/components/sdd/appEditPage/Preloads.js +0 -16
- package/react/components/sdd/appEditPage/Preloads.js.map +0 -1
- package/react/components/sdd/appEditPage/SelectConnect.d.ts +0 -15
- package/react/components/sdd/appEditPage/SelectConnect.js +0 -28
- package/react/components/sdd/appEditPage/SelectConnect.js.map +0 -1
- package/react/components/sdd/appEditPage/Workspace.d.ts +0 -12
- package/react/components/sdd/appEditPage/Workspace.js +0 -30
- package/react/components/sdd/appEditPage/Workspace.js.map +0 -1
- package/react/components/sdd/common/fsbl_functions.d.ts +0 -2
- package/react/components/sdd/common/fsbl_functions.js +0 -17
- package/react/components/sdd/common/fsbl_functions.js.map +0 -1
- package/react/components/sdd/common/getCSSVars.d.ts +0 -1
- package/react/components/sdd/common/getCSSVars.js +0 -15
- package/react/components/sdd/common/getCSSVars.js.map +0 -1
- package/react/components/sdd/common/setPreloadDefaults.d.ts +0 -1
- package/react/components/sdd/common/setPreloadDefaults.js +0 -26
- package/react/components/sdd/common/setPreloadDefaults.js.map +0 -1
- package/react/components/sdd/common/views.d.ts +0 -3
- package/react/components/sdd/common/views.js +0 -190
- package/react/components/sdd/common/views.js.map +0 -1
- package/react/components/sdd/fixtures/apps.d.ts +0 -9
- package/react/components/sdd/fixtures/apps.js +0 -383
- package/react/components/sdd/fixtures/apps.js.map +0 -1
- package/react/components/sdd/fixtures/authenticationProps.d.ts +0 -2
- package/react/components/sdd/fixtures/authenticationProps.js +0 -23
- package/react/components/sdd/fixtures/authenticationProps.js.map +0 -1
- package/react/components/sdd/fixtures/configTemplate.d.ts +0 -44
- package/react/components/sdd/fixtures/configTemplate.js +0 -54
- package/react/components/sdd/fixtures/configTemplate.js.map +0 -1
- package/react/components/sdd/fixtures/exportProps.d.ts +0 -2
- package/react/components/sdd/fixtures/exportProps.js +0 -34
- package/react/components/sdd/fixtures/exportProps.js.map +0 -1
- package/react/components/sdd/fixtures/preloads.d.ts +0 -3
- package/react/components/sdd/fixtures/preloads.js +0 -59
- package/react/components/sdd/fixtures/preloads.js.map +0 -1
- package/react/components/sdd/fixtures/projectErrorsProps.d.ts +0 -3
- package/react/components/sdd/fixtures/projectErrorsProps.js +0 -13
- package/react/components/sdd/fixtures/projectErrorsProps.js.map +0 -1
- package/react/components/sdd/fixtures/publishProgress.d.ts +0 -7
- package/react/components/sdd/fixtures/publishProgress.js +0 -358
- package/react/components/sdd/fixtures/publishProgress.js.map +0 -1
- package/react/components/sdd/fixtures/themeProps.d.ts +0 -26
- package/react/components/sdd/fixtures/themeProps.js +0 -18
- package/react/components/sdd/fixtures/themeProps.js.map +0 -1
- package/react/components/sdd/fixtures/views.d.ts +0 -3
- package/react/components/sdd/fixtures/views.js +0 -74
- package/react/components/sdd/fixtures/views.js.map +0 -1
- package/react/components/sdd/sdd_helpers.d.ts +0 -20
- package/react/components/sdd/sdd_helpers.js +0 -36
- package/react/components/sdd/sdd_helpers.js.map +0 -1
- package/react/components/sdd/smartDesktopClient.d.ts +0 -466
- package/react/components/sdd/smartDesktopClient.js +0 -906
- package/react/components/sdd/smartDesktopClient.js.map +0 -1
- package/react/components/sdd/smartDesktopClient.spec.d.ts +0 -1
- package/react/components/sdd/smartDesktopClient.spec.js +0 -64
- package/react/components/sdd/smartDesktopClient.spec.js.map +0 -1
- package/react/components/sdd/stories/AddApp.stories.d.ts +0 -11
- package/react/components/sdd/stories/AddApp.stories.js +0 -26
- package/react/components/sdd/stories/AddApp.stories.js.map +0 -1
- package/react/components/sdd/stories/AppEditPage.stories.d.ts +0 -17
- package/react/components/sdd/stories/AppEditPage.stories.js +0 -40
- package/react/components/sdd/stories/AppEditPage.stories.js.map +0 -1
- package/react/components/sdd/stories/Appearance.stories.d.ts +0 -10
- package/react/components/sdd/stories/Appearance.stories.js +0 -27
- package/react/components/sdd/stories/Appearance.stories.js.map +0 -1
- package/react/components/sdd/stories/Applications.stories.d.ts +0 -14
- package/react/components/sdd/stories/Applications.stories.js +0 -38
- package/react/components/sdd/stories/Applications.stories.js.map +0 -1
- package/react/components/sdd/stories/AssetsPage.stories.d.ts +0 -10
- package/react/components/sdd/stories/AssetsPage.stories.js +0 -16
- package/react/components/sdd/stories/AssetsPage.stories.js.map +0 -1
- package/react/components/sdd/stories/Authentication.stories.d.ts +0 -13
- package/react/components/sdd/stories/Authentication.stories.js +0 -25
- package/react/components/sdd/stories/Authentication.stories.js.map +0 -1
- package/react/components/sdd/stories/ContentHeader.stories.d.ts +0 -10
- package/react/components/sdd/stories/ContentHeader.stories.js +0 -13
- package/react/components/sdd/stories/ContentHeader.stories.js.map +0 -1
- package/react/components/sdd/stories/Export.stories.d.ts +0 -11
- package/react/components/sdd/stories/Export.stories.js +0 -19
- package/react/components/sdd/stories/Export.stories.js.map +0 -1
- package/react/components/sdd/stories/ExportCloud.stories.d.ts +0 -11
- package/react/components/sdd/stories/ExportCloud.stories.js +0 -19
- package/react/components/sdd/stories/ExportCloud.stories.js.map +0 -1
- package/react/components/sdd/stories/ExportZip.stories.d.ts +0 -12
- package/react/components/sdd/stories/ExportZip.stories.js +0 -26
- package/react/components/sdd/stories/ExportZip.stories.js.map +0 -1
- package/react/components/sdd/stories/ItemList.stories.d.ts +0 -16
- package/react/components/sdd/stories/ItemList.stories.js +0 -94
- package/react/components/sdd/stories/ItemList.stories.js.map +0 -1
- package/react/components/sdd/stories/Navigation.stories.d.ts +0 -11
- package/react/components/sdd/stories/Navigation.stories.js +0 -22
- package/react/components/sdd/stories/Navigation.stories.js.map +0 -1
- package/react/components/sdd/stories/OptionalSettingsView.stories.d.ts +0 -12
- package/react/components/sdd/stories/OptionalSettingsView.stories.js +0 -27
- package/react/components/sdd/stories/OptionalSettingsView.stories.js.map +0 -1
- package/react/components/sdd/stories/ProjectErrors.stories.d.ts +0 -11
- package/react/components/sdd/stories/ProjectErrors.stories.js +0 -19
- package/react/components/sdd/stories/ProjectErrors.stories.js.map +0 -1
- package/react/components/sdd/stories/Publish.stories.d.ts +0 -16
- package/react/components/sdd/stories/Publish.stories.js +0 -53
- package/react/components/sdd/stories/Publish.stories.js.map +0 -1
- package/react/components/sdd/stories/PublishProgress.stories.d.ts +0 -14
- package/react/components/sdd/stories/PublishProgress.stories.js +0 -26
- package/react/components/sdd/stories/PublishProgress.stories.js.map +0 -1
- package/react/components/sdd/stories/SmartDesktopDesigner.stories.d.ts +0 -10
- package/react/components/sdd/stories/SmartDesktopDesigner.stories.js +0 -65
- package/react/components/sdd/stories/SmartDesktopDesigner.stories.js.map +0 -1
- package/react/components/sdd/stories/ThemePage.stories.d.ts +0 -10
- package/react/components/sdd/stories/ThemePage.stories.js +0 -16
- package/react/components/sdd/stories/ThemePage.stories.js.map +0 -1
- package/react/components/sdd/stories/Themes.stories.d.ts +0 -10
- package/react/components/sdd/stories/Themes.stories.js +0 -28
- package/react/components/sdd/stories/Themes.stories.js.map +0 -1
- package/react/components/sdd/stories/Toolbar.stories.d.ts +0 -14
- package/react/components/sdd/stories/Toolbar.stories.js +0 -38
- package/react/components/sdd/stories/Toolbar.stories.js.map +0 -1
- package/react/components/sdd/tests/AddApp.spec.d.ts +0 -1
- package/react/components/sdd/tests/AddApp.spec.js +0 -239
- package/react/components/sdd/tests/AddApp.spec.js.map +0 -1
- package/react/components/sdd/tests/AppEditPage.spec.d.ts +0 -1
- package/react/components/sdd/tests/AppEditPage.spec.js +0 -1348
- package/react/components/sdd/tests/AppEditPage.spec.js.map +0 -1
- package/react/components/sdd/tests/Application.spec.d.ts +0 -1
- package/react/components/sdd/tests/Application.spec.js +0 -1460
- package/react/components/sdd/tests/Application.spec.js.map +0 -1
- package/react/components/sdd/tests/Applications.spec.d.ts +0 -1
- package/react/components/sdd/tests/Applications.spec.js +0 -165
- package/react/components/sdd/tests/Applications.spec.js.map +0 -1
- package/react/components/sdd/tests/Authentication.spec.d.ts +0 -1
- package/react/components/sdd/tests/Authentication.spec.js +0 -118
- package/react/components/sdd/tests/Authentication.spec.js.map +0 -1
- package/react/components/sdd/tests/ContentHeader.spec.d.ts +0 -1
- package/react/components/sdd/tests/ContentHeader.spec.js +0 -33
- package/react/components/sdd/tests/ContentHeader.spec.js.map +0 -1
- package/react/components/sdd/tests/EditPreload.spec.d.ts +0 -1
- package/react/components/sdd/tests/EditPreload.spec.js +0 -126
- package/react/components/sdd/tests/EditPreload.spec.js.map +0 -1
- package/react/components/sdd/tests/Export.spec.d.ts +0 -1
- package/react/components/sdd/tests/Export.spec.js +0 -190
- package/react/components/sdd/tests/Export.spec.js.map +0 -1
- package/react/components/sdd/tests/ExportZip.spec.d.ts +0 -1
- package/react/components/sdd/tests/ExportZip.spec.js +0 -32
- package/react/components/sdd/tests/ExportZip.spec.js.map +0 -1
- package/react/components/sdd/tests/ItemList.spec.d.ts +0 -1
- package/react/components/sdd/tests/ItemList.spec.js +0 -98
- package/react/components/sdd/tests/ItemList.spec.js.map +0 -1
- package/react/components/sdd/tests/Navigation.spec.d.ts +0 -1
- package/react/components/sdd/tests/Navigation.spec.js +0 -26
- package/react/components/sdd/tests/Navigation.spec.js.map +0 -1
- package/react/components/sdd/tests/OptionalSettingsView.spec.d.ts +0 -1
- package/react/components/sdd/tests/OptionalSettingsView.spec.js +0 -299
- package/react/components/sdd/tests/OptionalSettingsView.spec.js.map +0 -1
- package/react/components/sdd/tests/ProjectErrors.spec.d.ts +0 -1
- package/react/components/sdd/tests/ProjectErrors.spec.js +0 -46
- package/react/components/sdd/tests/ProjectErrors.spec.js.map +0 -1
- package/react/components/sdd/tests/Publish.spec.d.ts +0 -1
- package/react/components/sdd/tests/Publish.spec.js +0 -31
- package/react/components/sdd/tests/Publish.spec.js.map +0 -1
- package/react/components/sdd/tests/PublishProgess.spec.d.ts +0 -1
- package/react/components/sdd/tests/PublishProgess.spec.js +0 -17
- package/react/components/sdd/tests/PublishProgess.spec.js.map +0 -1
- package/react/components/sdd/tests/SmartDesktopDesigner.spec.d.ts +0 -1
- package/react/components/sdd/tests/SmartDesktopDesigner.spec.js +0 -57
- package/react/components/sdd/tests/SmartDesktopDesigner.spec.js.map +0 -1
- package/react/components/sdd/tests/Themes.spec.d.ts +0 -1
- package/react/components/sdd/tests/Themes.spec.js +0 -52
- package/react/components/sdd/tests/Themes.spec.js.map +0 -1
- package/react/components/sdd/tests/Toolbar.spec.d.ts +0 -1
- package/react/components/sdd/tests/Toolbar.spec.js +0 -256
- package/react/components/sdd/tests/Toolbar.spec.js.map +0 -1
- package/react/components/sdd/tests/a11y_helper.d.ts +0 -2
- package/react/components/sdd/tests/a11y_helper.js +0 -32
- package/react/components/sdd/tests/a11y_helper.js.map +0 -1
- package/react/components/sdd/tests/sdd_helpers.spec.d.ts +0 -1
- package/react/components/sdd/tests/sdd_helpers.spec.js +0 -18
- package/react/components/sdd/tests/sdd_helpers.spec.js.map +0 -1
- package/react/components/sdd/themeDefinitions.d.ts +0 -50
- package/react/components/sdd/themeDefinitions.js +0 -51
- package/react/components/sdd/themeDefinitions.js.map +0 -1
- package/react/components/search/Highlight.spec.d.ts +0 -1
- package/react/components/search/Highlight.spec.js +0 -22
- package/react/components/search/Highlight.spec.js.map +0 -1
- package/react/components/search/Highlight.stories.d.ts +0 -15
- package/react/components/search/Highlight.stories.js +0 -39
- package/react/components/search/Highlight.stories.js.map +0 -1
- package/react/components/search/SearchResult.spec.d.ts +0 -1
- package/react/components/search/SearchResult.spec.js +0 -46
- package/react/components/search/SearchResult.spec.js.map +0 -1
- package/react/components/search/SearchResult.stories.d.ts +0 -16
- package/react/components/search/SearchResult.stories.js +0 -113
- package/react/components/search/SearchResult.stories.js.map +0 -1
- package/react/components/search/SearchResults.spec.d.ts +0 -1
- package/react/components/search/SearchResults.spec.js +0 -35
- package/react/components/search/SearchResults.spec.js.map +0 -1
- package/react/components/search/SearchResults.stories.d.ts +0 -11
- package/react/components/search/SearchResults.stories.js +0 -458
- package/react/components/search/SearchResults.stories.js.map +0 -1
- package/react/components/shared/Animate.d.ts +0 -15
- package/react/components/shared/Animate.js +0 -36
- package/react/components/shared/Animate.js.map +0 -1
- package/react/components/shared/NavigationButton.d.ts +0 -10
- package/react/components/shared/NavigationButton.js +0 -13
- package/react/components/shared/NavigationButton.js.map +0 -1
- package/react/components/shared/tests/DefaultDropdownButton.spec.d.ts +0 -1
- package/react/components/shared/tests/DefaultDropdownButton.spec.js +0 -75
- package/react/components/shared/tests/DefaultDropdownButton.spec.js.map +0 -1
- package/react/components/shared/tests/addProtocolToValidURL.spec.d.ts +0 -1
- package/react/components/shared/tests/addProtocolToValidURL.spec.js +0 -20
- package/react/components/shared/tests/addProtocolToValidURL.spec.js.map +0 -1
- package/react/components/shared/validateURL.spec.d.ts +0 -1
- package/react/components/shared/validateURL.spec.js +0 -25
- package/react/components/shared/validateURL.spec.js.map +0 -1
- package/react/components/singleInputDialog/SingleInputDialog.spec.d.ts +0 -1
- package/react/components/singleInputDialog/SingleInputDialog.spec.js +0 -38
- package/react/components/singleInputDialog/SingleInputDialog.spec.js.map +0 -1
- package/react/components/singleInputDialog/SingleInputDialog.stories.d.ts +0 -15
- package/react/components/singleInputDialog/SingleInputDialog.stories.js +0 -65
- package/react/components/singleInputDialog/SingleInputDialog.stories.js.map +0 -1
- package/react/components/smartDesktopDesigner/SmartDesktopDesigner.d.ts +0 -2
- package/react/components/smartDesktopDesigner/SmartDesktopDesigner.js +0 -9
- package/react/components/smartDesktopDesigner/SmartDesktopDesigner.js.map +0 -1
- package/react/components/smartDesktopDesigner/common/views.d.ts +0 -3
- package/react/components/smartDesktopDesigner/common/views.js +0 -2
- package/react/components/smartDesktopDesigner/common/views.js.map +0 -1
- package/react/components/system/System.spec.d.ts +0 -1
- package/react/components/system/System.spec.js +0 -21
- package/react/components/system/System.spec.js.map +0 -1
- package/react/components/system/System.stories.d.ts +0 -9
- package/react/components/system/System.stories.js +0 -42
- package/react/components/system/System.stories.js.map +0 -1
- package/react/components/toolbar/AutoArrange.spec.d.ts +0 -1
- package/react/components/toolbar/AutoArrange.spec.js +0 -54
- package/react/components/toolbar/AutoArrange.spec.js.map +0 -1
- package/react/components/toolbar/AutoArrange.stories.d.ts +0 -11
- package/react/components/toolbar/AutoArrange.stories.js +0 -22
- package/react/components/toolbar/AutoArrange.stories.js.map +0 -1
- package/react/components/toolbar/DragHandle.spec.d.ts +0 -1
- package/react/components/toolbar/DragHandle.spec.js +0 -32
- package/react/components/toolbar/DragHandle.spec.js.map +0 -1
- package/react/components/toolbar/DragHandle.stories.d.ts +0 -13
- package/react/components/toolbar/DragHandle.stories.js +0 -40
- package/react/components/toolbar/DragHandle.stories.js.map +0 -1
- package/react/components/toolbar/MinimizeAll.spec.d.ts +0 -1
- package/react/components/toolbar/MinimizeAll.spec.js +0 -49
- package/react/components/toolbar/MinimizeAll.spec.js.map +0 -1
- package/react/components/toolbar/MinimizeAll.stories.d.ts +0 -11
- package/react/components/toolbar/MinimizeAll.stories.js +0 -22
- package/react/components/toolbar/MinimizeAll.stories.js.map +0 -1
- package/react/components/toolbar/RevealAll.spec.d.ts +0 -1
- package/react/components/toolbar/RevealAll.spec.js +0 -49
- package/react/components/toolbar/RevealAll.spec.js.map +0 -1
- package/react/components/toolbar/RevealAll.stories.d.ts +0 -11
- package/react/components/toolbar/RevealAll.stories.js +0 -22
- package/react/components/toolbar/RevealAll.stories.js.map +0 -1
- package/react/components/toolbar/advancedAppLauncher/components/TagsMenu.d.ts +0 -29
- package/react/components/toolbar/advancedAppLauncher/components/TagsMenu.js +0 -51
- package/react/components/toolbar/advancedAppLauncher/components/TagsMenu.js.map +0 -1
- package/react/components/userPreferences/stories/DashbarEditor.stories.d.ts +0 -10
- package/react/components/userPreferences/stories/DashbarEditor.stories.js +0 -42
- package/react/components/userPreferences/stories/DashbarEditor.stories.js.map +0 -1
- package/react/components/userPreferences/stories/DashbarEditorItem.stories.d.ts +0 -11
- package/react/components/userPreferences/stories/DashbarEditorItem.stories.js +0 -21
- package/react/components/userPreferences/stories/DashbarEditorItem.stories.js.map +0 -1
- package/react/components/userPreferences/stories/General.stories.d.ts +0 -13
- package/react/components/userPreferences/stories/General.stories.js +0 -16
- package/react/components/userPreferences/stories/General.stories.js.map +0 -1
- package/react/components/userPreferences/stories/Notifications.stories.d.ts +0 -9
- package/react/components/userPreferences/stories/Notifications.stories.js +0 -17
- package/react/components/userPreferences/stories/Notifications.stories.js.map +0 -1
- package/react/components/userPreferences/stories/NotificationsSourceTypes.stories.d.ts +0 -9
- package/react/components/userPreferences/stories/NotificationsSourceTypes.stories.js +0 -20
- package/react/components/userPreferences/stories/NotificationsSourceTypes.stories.js.map +0 -1
- package/react/components/userPreferences/stories/NotificationsSources.stories.d.ts +0 -12
- package/react/components/userPreferences/stories/NotificationsSources.stories.js +0 -28
- package/react/components/userPreferences/stories/NotificationsSources.stories.js.map +0 -1
- package/react/components/userPreferences/stories/ScheduledClose.stories.d.ts +0 -12
- package/react/components/userPreferences/stories/ScheduledClose.stories.js +0 -53
- package/react/components/userPreferences/stories/ScheduledClose.stories.js.map +0 -1
- package/react/components/userPreferences/stories/UserPreferences.stories.d.ts +0 -8
- package/react/components/userPreferences/stories/UserPreferences.stories.js +0 -53
- package/react/components/userPreferences/stories/UserPreferences.stories.js.map +0 -1
- package/react/components/userPreferences/stories/WorkspaceButton.stories.d.ts +0 -11
- package/react/components/userPreferences/stories/WorkspaceButton.stories.js +0 -20
- package/react/components/userPreferences/stories/WorkspaceButton.stories.js.map +0 -1
- package/react/components/userPreferences/stories/WorkspaceComponents.stories.d.ts +0 -13
- package/react/components/userPreferences/stories/WorkspaceComponents.stories.js +0 -26
- package/react/components/userPreferences/stories/WorkspaceComponents.stories.js.map +0 -1
- package/react/components/userPreferences/stories/WorkspaceItem.stories.d.ts +0 -9
- package/react/components/userPreferences/stories/WorkspaceItem.stories.js +0 -30
- package/react/components/userPreferences/stories/WorkspaceItem.stories.js.map +0 -1
- package/react/components/userPreferences/stories/WorkspaceItemList.stories.d.ts +0 -10
- package/react/components/userPreferences/stories/WorkspaceItemList.stories.js +0 -57
- package/react/components/userPreferences/stories/WorkspaceItemList.stories.js.map +0 -1
- package/react/components/userPreferences/stories/Workspaces.stories.d.ts +0 -9
- package/react/components/userPreferences/stories/Workspaces.stories.js +0 -44
- package/react/components/userPreferences/stories/Workspaces.stories.js.map +0 -1
- package/react/components/userPreferences/tests/ContentSection.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/ContentSection.spec.js +0 -41
- package/react/components/userPreferences/tests/ContentSection.spec.js.map +0 -1
- package/react/components/userPreferences/tests/DashbarEditor.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/DashbarEditor.spec.js +0 -37
- package/react/components/userPreferences/tests/DashbarEditor.spec.js.map +0 -1
- package/react/components/userPreferences/tests/DashbarEditorItem.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/DashbarEditorItem.spec.js +0 -38
- package/react/components/userPreferences/tests/DashbarEditorItem.spec.js.map +0 -1
- package/react/components/userPreferences/tests/General.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/General.spec.js +0 -15
- package/react/components/userPreferences/tests/General.spec.js.map +0 -1
- package/react/components/userPreferences/tests/LeftNav.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/LeftNav.spec.js +0 -26
- package/react/components/userPreferences/tests/LeftNav.spec.js.map +0 -1
- package/react/components/userPreferences/tests/NotificationSourceTypes.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/NotificationSourceTypes.spec.js +0 -14
- package/react/components/userPreferences/tests/NotificationSourceTypes.spec.js.map +0 -1
- package/react/components/userPreferences/tests/Notifications.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/Notifications.spec.js +0 -17
- package/react/components/userPreferences/tests/Notifications.spec.js.map +0 -1
- package/react/components/userPreferences/tests/NotificationsPreferencesHome.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/NotificationsPreferencesHome.spec.js +0 -43
- package/react/components/userPreferences/tests/NotificationsPreferencesHome.spec.js.map +0 -1
- package/react/components/userPreferences/tests/NotificationsSourcesPreferences.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/NotificationsSourcesPreferences.spec.js +0 -22
- package/react/components/userPreferences/tests/NotificationsSourcesPreferences.spec.js.map +0 -1
- package/react/components/userPreferences/tests/ScheduledClose.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/ScheduledClose.spec.js +0 -47
- package/react/components/userPreferences/tests/ScheduledClose.spec.js.map +0 -1
- package/react/components/userPreferences/tests/UserPreferencesBase.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/UserPreferencesBase.spec.js +0 -44
- package/react/components/userPreferences/tests/UserPreferencesBase.spec.js.map +0 -1
- package/react/components/userPreferences/tests/Workspace.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/Workspace.spec.js +0 -139
- package/react/components/userPreferences/tests/Workspace.spec.js.map +0 -1
- package/react/components/userPreferences/tests/WorkspaceButton.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/WorkspaceButton.spec.js +0 -38
- package/react/components/userPreferences/tests/WorkspaceButton.spec.js.map +0 -1
- package/react/components/userPreferences/tests/WorkspaceComponents.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/WorkspaceComponents.spec.js +0 -22
- package/react/components/userPreferences/tests/WorkspaceComponents.spec.js.map +0 -1
- package/react/components/userPreferences/tests/WorkspaceItem.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/WorkspaceItem.spec.js +0 -64
- package/react/components/userPreferences/tests/WorkspaceItem.spec.js.map +0 -1
- package/react/components/userPreferences/tests/WorkspaceItemList.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/WorkspaceItemList.spec.js +0 -45
- package/react/components/userPreferences/tests/WorkspaceItemList.spec.js.map +0 -1
- package/react/components/utils.d.ts +0 -2
- package/react/components/utils.js +0 -6
- package/react/components/utils.js.map +0 -1
- package/react/components/yesNoDialog/Timer.spec.d.ts +0 -1
- package/react/components/yesNoDialog/Timer.spec.js +0 -18
- package/react/components/yesNoDialog/Timer.spec.js.map +0 -1
- package/react/components/yesNoDialog/Timer.stories.d.ts +0 -9
- package/react/components/yesNoDialog/Timer.stories.js +0 -15
- package/react/components/yesNoDialog/Timer.stories.js.map +0 -1
- package/react/components/yesNoDialog/YesNoDialog.spec.d.ts +0 -1
- package/react/components/yesNoDialog/YesNoDialog.spec.js +0 -63
- package/react/components/yesNoDialog/YesNoDialog.spec.js.map +0 -1
- package/react/components/yesNoDialog/YesNoDialog.stories.d.ts +0 -14
- package/react/components/yesNoDialog/YesNoDialog.stories.js +0 -74
- package/react/components/yesNoDialog/YesNoDialog.stories.js.map +0 -1
- package/react/enzymeSetup.d.ts +0 -1
- package/react/enzymeSetup.js +0 -35
- package/react/enzymeSetup.js.map +0 -1
- package/react/tsconfig.tsbuildinfo +0 -1
|
@@ -0,0 +1,1346 @@
|
|
|
1
|
+
var _a;
|
|
2
|
+
import { RouterClient } from "../../../../clients/routerClient";
|
|
3
|
+
import { ConfigClient } from "../../../../clients/configClient";
|
|
4
|
+
import { Logger } from "../../../../clients/logger";
|
|
5
|
+
import { isEqualIgnoringArrayOrder } from "../../../../common/util";
|
|
6
|
+
import * as util from "../../../../common/util";
|
|
7
|
+
import PrivateEventManager from "../../../../common/events/PrivateEventManager";
|
|
8
|
+
import * as constants from "../../../../common/constants";
|
|
9
|
+
import { System } from "../../../../common/system";
|
|
10
|
+
import { WORKSPACE } from "../../../../common/constants";
|
|
11
|
+
import { DistributedStoreClient } from "../../../../clients/distributedStoreClient";
|
|
12
|
+
import { StorageClient } from "../../../../clients/storageClient";
|
|
13
|
+
import { setWindowState } from "../../../../clients/workspaceClient";
|
|
14
|
+
import uuidv4 from "uuid-random";
|
|
15
|
+
import merge from "deepmerge";
|
|
16
|
+
import clone from "lodash/cloneDeep";
|
|
17
|
+
// The store name for the distributed store which tracks tab titles
|
|
18
|
+
const WINDOW_TAB_TITLE_STORE = "window-tab-title";
|
|
19
|
+
/**
|
|
20
|
+
* Gets the store which tracks the tab title for a windowName. This is a distributed store shared by all components.
|
|
21
|
+
*
|
|
22
|
+
* @returns a Promise which resolves the StoreModel associated with window and tab names
|
|
23
|
+
*/
|
|
24
|
+
const getWindowTabNameStore = async () => {
|
|
25
|
+
let { data: store } = await DistributedStoreClient.createGlobalStore({ store: WINDOW_TAB_TITLE_STORE });
|
|
26
|
+
return store;
|
|
27
|
+
};
|
|
28
|
+
export class BaseWindow {
|
|
29
|
+
constructor(params) {
|
|
30
|
+
this.name = "Unknown window";
|
|
31
|
+
this.windowName = "Unknown window";
|
|
32
|
+
this.eventlistenerHandlerMap = {};
|
|
33
|
+
// ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
34
|
+
// Handlers to generate wrapper events from incoming transmits
|
|
35
|
+
// ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
36
|
+
this.handleWrapStateChange = (error, response) => {
|
|
37
|
+
const { state } = response.data;
|
|
38
|
+
// closed gets emitted from the window. we don't want to emit a window closed event because the wrap state changed to closed.
|
|
39
|
+
if (state && state !== this.wrapState && state !== "closed") {
|
|
40
|
+
this.wrapState = state;
|
|
41
|
+
this.eventManager.trigger(state);
|
|
42
|
+
this.eventManager.trigger("wrap-state-changed", { state });
|
|
43
|
+
}
|
|
44
|
+
};
|
|
45
|
+
this.types = {};
|
|
46
|
+
this.guid = uuidv4();
|
|
47
|
+
this.wrapState = "initializing";
|
|
48
|
+
this.componentState = {};
|
|
49
|
+
this.windowState = BaseWindow.WINDOWSTATE.NORMAL;
|
|
50
|
+
this.type = null;
|
|
51
|
+
this.windowType = null;
|
|
52
|
+
this.windowOptions = {};
|
|
53
|
+
this.bounds = {};
|
|
54
|
+
this.name;
|
|
55
|
+
this.enableWindowsAeroSnap = false;
|
|
56
|
+
// because we were doing this[i]=params[i] in the constructor jscrambler was creating a reference to "this" above _super_, causing everything to break and it made me cry.
|
|
57
|
+
this.doConstruction(params);
|
|
58
|
+
this.TITLE_CHANGED_CHANNEL = `Finsemble.${this.name}.titleChanged`;
|
|
59
|
+
this.componentKey = util.camelCase("activeWorkspace", this.name, this.name);
|
|
60
|
+
this.windowKey = util.camelCase("activeWorkspace", this.name);
|
|
61
|
+
BaseWindow.bindFunctions(this);
|
|
62
|
+
this.wrapStateChangeSubscription = RouterClient.subscribe(`Finsemble.Component.State.${this.name}`, this.handleWrapStateChange);
|
|
63
|
+
this.eventManager = new PrivateEventManager({
|
|
64
|
+
name: this.name,
|
|
65
|
+
sourceType: "Window",
|
|
66
|
+
});
|
|
67
|
+
this.finishedMove = true;
|
|
68
|
+
this.oldState = {};
|
|
69
|
+
}
|
|
70
|
+
windowServiceChannelName(channelTopic) {
|
|
71
|
+
return `WindowService-Request-${channelTopic}`;
|
|
72
|
+
}
|
|
73
|
+
eventChannelName(channelTopic) {
|
|
74
|
+
const name = this.name || this.windowName;
|
|
75
|
+
return `WindowService-Event-${name}-${channelTopic}`;
|
|
76
|
+
}
|
|
77
|
+
_startMove(changeType = 0) {
|
|
78
|
+
window.aeroMode = false;
|
|
79
|
+
if (changeType === 0) {
|
|
80
|
+
this.finishedMove = false;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
_stopMove() {
|
|
84
|
+
this.finishedMove = true;
|
|
85
|
+
}
|
|
86
|
+
doConstruction(params) {
|
|
87
|
+
if (!params.setWindowType && !params.windowType) {
|
|
88
|
+
// Default WindowType
|
|
89
|
+
params.windowType = "WebWindow";
|
|
90
|
+
}
|
|
91
|
+
if (params.windowType) {
|
|
92
|
+
// We need to make a specific kind of Window
|
|
93
|
+
params.setWindowType = params.windowType;
|
|
94
|
+
delete params.windowType; // Prevent infinite loop
|
|
95
|
+
const BW = BaseWindow; // have to do this because we're mutating the class using static functions and all kinds of bad stuff. This tells the typescript compiler that the BaseWindow here is of type any -- basically don't worry about its type.
|
|
96
|
+
return new BW.types[params.setWindowType](params);
|
|
97
|
+
} // We are a specific kind of window
|
|
98
|
+
if (params) {
|
|
99
|
+
for (const i in params) {
|
|
100
|
+
this[i] = params[i];
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
if (!this.name)
|
|
104
|
+
this.name = params.windowName;
|
|
105
|
+
this.windowType = this.setWindowType;
|
|
106
|
+
}
|
|
107
|
+
static registerType(name, type /*typeof import("../WindowAbstractions/WebWindowWrapper").default */) {
|
|
108
|
+
const BW = BaseWindow; // have to do this because we're mutating the class using static functions and all kinds of bad stuff. This tells the typescript compiler that the BaseWindow here is of type any -- basically don't worry about its type.
|
|
109
|
+
if (!BW.types) {
|
|
110
|
+
BW.types = {};
|
|
111
|
+
}
|
|
112
|
+
BW.types[name] = type;
|
|
113
|
+
}
|
|
114
|
+
/**
|
|
115
|
+
* This is used to bind all functions only in BaseWindow and not in the child wrappers to the wrappers. Without this binding, the value of "this" in the functions is wrong.
|
|
116
|
+
* @param {} obj
|
|
117
|
+
*/
|
|
118
|
+
static bindFunctions(obj) {
|
|
119
|
+
obj.setParent = obj.setParent.bind(obj);
|
|
120
|
+
obj.getParent = obj.getParent.bind(obj);
|
|
121
|
+
obj.eventChannelName = obj.eventChannelName.bind(obj);
|
|
122
|
+
obj.windowServiceChannelName = obj.windowServiceChannelName.bind(obj);
|
|
123
|
+
obj.setupListeners = obj.setupListeners.bind(obj);
|
|
124
|
+
obj.onTitleChanged = obj.onTitleChanged.bind(obj);
|
|
125
|
+
obj.handleWrapRemoveRequest = obj.handleWrapRemoveRequest.bind(obj);
|
|
126
|
+
}
|
|
127
|
+
// set up this window's listeners
|
|
128
|
+
setupListeners(name) {
|
|
129
|
+
Logger.system.debug("BaseWindow parent change notification setup", name);
|
|
130
|
+
this.parentSubscribeID = RouterClient.subscribe(`Finsemble.parentChange.${name}`, (err, message) => {
|
|
131
|
+
if (err) {
|
|
132
|
+
Logger.system.error("BaseWindow parent change notification error", err);
|
|
133
|
+
}
|
|
134
|
+
else {
|
|
135
|
+
const parentState = message.data || {};
|
|
136
|
+
if (parentState.type == "Added") {
|
|
137
|
+
Logger.system.debug("BaseWindow Parent Notification: window.addedToStack listener", parentState);
|
|
138
|
+
this.setParent(parentState.stackedWindowIdentifier);
|
|
139
|
+
}
|
|
140
|
+
else if (parentState.type == "Removed") {
|
|
141
|
+
Logger.system.debug("BaseWindow Parent Notification: window.removedFromStack listener", parentState);
|
|
142
|
+
this.clearParent();
|
|
143
|
+
}
|
|
144
|
+
else if (parentState.type === "Exists") {
|
|
145
|
+
// Do nothing
|
|
146
|
+
}
|
|
147
|
+
else if (parentState.type) {
|
|
148
|
+
// if defined but unknown type
|
|
149
|
+
Logger.system.error("BaseWindow Parent Notification: unknown type", parentState);
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
});
|
|
153
|
+
this.TITLE_CHANGED_SUBSCRIPTION = RouterClient.subscribe(this.TITLE_CHANGED_CHANNEL, this.onTitleChanged);
|
|
154
|
+
}
|
|
155
|
+
/**
|
|
156
|
+
* Event handler which is invoked when the title for a window changes.
|
|
157
|
+
*
|
|
158
|
+
* Title change events look like:
|
|
159
|
+
* title: string - the new title
|
|
160
|
+
* windowName: string - the name of the window which changed
|
|
161
|
+
*
|
|
162
|
+
* @param error the error from the event
|
|
163
|
+
* @param response the event response
|
|
164
|
+
*/
|
|
165
|
+
async onTitleChanged(error, response) {
|
|
166
|
+
var _b, _c, _d;
|
|
167
|
+
if (typeof ((_b = response.data) === null || _b === void 0 ? void 0 : _b.title) !== "string" && typeof response.data.title !== "number") {
|
|
168
|
+
return;
|
|
169
|
+
}
|
|
170
|
+
if (this._updateOptions) {
|
|
171
|
+
this._updateOptions({ title: response.data.title });
|
|
172
|
+
}
|
|
173
|
+
// The window/tab store should be updated (in order to keep tab titles up to date)
|
|
174
|
+
if (((_c = response.data) === null || _c === void 0 ? void 0 : _c.windowName) && ((_d = response.data) === null || _d === void 0 ? void 0 : _d.title)) {
|
|
175
|
+
Logger.debug(`Component window "${response.data.windowName}" is changing title to "${response.data.title}"`);
|
|
176
|
+
// Setting the store value is asynchronous
|
|
177
|
+
try {
|
|
178
|
+
// Get the store for window/tab names
|
|
179
|
+
const store = await getWindowTabNameStore();
|
|
180
|
+
if (!store) {
|
|
181
|
+
// This is not critical, but tab titles may be stale
|
|
182
|
+
Logger.warn("Error setting tab title: the store was not found");
|
|
183
|
+
return;
|
|
184
|
+
}
|
|
185
|
+
// Setting the store value will trigger listeners (tab title components)
|
|
186
|
+
await store.setValue({ field: response.data.windowName, value: response.data.title });
|
|
187
|
+
}
|
|
188
|
+
catch (err) {
|
|
189
|
+
// This is unfortunate but not critical; when an error is reached here the WORST CASE is that a tab will render with the not-current title
|
|
190
|
+
Logger.system.warn(`Error saving window "${response.data.windowName}" tab name "${response.data.title}" to store "${WINDOW_TAB_TITLE_STORE}"`, err);
|
|
191
|
+
}
|
|
192
|
+
finally {
|
|
193
|
+
// Although this is not used within the core code to manage titles, this is a "public" event that must be triggered
|
|
194
|
+
this.eventManager.trigger("title-changed", {
|
|
195
|
+
name: this.name,
|
|
196
|
+
title: response.data.title,
|
|
197
|
+
});
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
static async getInstanceStandardized(params) {
|
|
202
|
+
try {
|
|
203
|
+
const result = await BaseWindow.getInstance(params);
|
|
204
|
+
return { data: result.wrap };
|
|
205
|
+
}
|
|
206
|
+
catch (err) {
|
|
207
|
+
return { err };
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
static getInstance(params, cb) {
|
|
211
|
+
return new Promise(async (resolve, reject) => {
|
|
212
|
+
var _b, _c;
|
|
213
|
+
const myName = System.Window.getCurrent().name;
|
|
214
|
+
const name = (_b = params === null || params === void 0 ? void 0 : params.name) !== null && _b !== void 0 ? _b : params === null || params === void 0 ? void 0 : params.windowName;
|
|
215
|
+
const { waitForReady, uuid, windowType } = params;
|
|
216
|
+
if (!name) {
|
|
217
|
+
const error = `"name" is a required parameter`;
|
|
218
|
+
cb === null || cb === void 0 ? void 0 : cb(error);
|
|
219
|
+
reject(error);
|
|
220
|
+
return;
|
|
221
|
+
}
|
|
222
|
+
params.windowName = name; // just in case
|
|
223
|
+
if (waitForReady !== false) {
|
|
224
|
+
Logger.system.debug("WRAP LIFECYCLE:WAIT FOR READY", name);
|
|
225
|
+
await BaseWindow._windowReady(name); // wait to insure the window is fully ready in the window service
|
|
226
|
+
Logger.system.debug("WRAP LIFECYCLE:WAIT DONE -- READY", name);
|
|
227
|
+
}
|
|
228
|
+
// Return early if we already have the wrap cached.
|
|
229
|
+
if (BaseWindow.cache[name]) {
|
|
230
|
+
Logger.system.debug("WRAP LIFECYCLE:", name, "Window found in the cache, returning without going to the Launcher");
|
|
231
|
+
const wrap = BaseWindow.cache[name];
|
|
232
|
+
resolve({ wrap });
|
|
233
|
+
cb === null || cb === void 0 ? void 0 : cb(null, wrap);
|
|
234
|
+
return;
|
|
235
|
+
}
|
|
236
|
+
// If we already have all of the information, just call createWrap.
|
|
237
|
+
if (uuid && name) {
|
|
238
|
+
const windowIdentifier = {
|
|
239
|
+
uuid,
|
|
240
|
+
name,
|
|
241
|
+
windowName: name,
|
|
242
|
+
windowType,
|
|
243
|
+
};
|
|
244
|
+
Logger.system.debug("WRAP LIFECYCLE:", name, "All information for wrap passed in, creating wrap locally");
|
|
245
|
+
const { wrap } = await BaseWindow._createWrap(Object.assign(Object.assign({}, params), { windowIdentifier: (_c = params.windowIdentifier) !== null && _c !== void 0 ? _c : windowIdentifier }));
|
|
246
|
+
resolve({ wrap });
|
|
247
|
+
cb === null || cb === void 0 ? void 0 : cb(null, wrap);
|
|
248
|
+
return;
|
|
249
|
+
}
|
|
250
|
+
const wrapFromServer = async (err, response) => {
|
|
251
|
+
var _b;
|
|
252
|
+
if (err || !response.data) {
|
|
253
|
+
Logger.system.error(err);
|
|
254
|
+
reject(err);
|
|
255
|
+
cb === null || cb === void 0 ? void 0 : cb(err);
|
|
256
|
+
return;
|
|
257
|
+
}
|
|
258
|
+
if (BaseWindow.cache[name]) {
|
|
259
|
+
const wrap = BaseWindow.cache[name];
|
|
260
|
+
Logger.system.debug("WRAP LIFECYCLE:", name, "Information received from launcher, but wrap exists in cache. Returning cached wrap.");
|
|
261
|
+
resolve({ wrap });
|
|
262
|
+
cb === null || cb === void 0 ? void 0 : cb(null, wrap);
|
|
263
|
+
return;
|
|
264
|
+
}
|
|
265
|
+
const { identifier } = response.data;
|
|
266
|
+
Logger.system.debug("WRAP LIFECYCLE:", name, "Information received from launcher. Creating wrap.");
|
|
267
|
+
const { wrap } = await BaseWindow._createWrap(Object.assign(Object.assign({}, params), { retrievedIdentifier: Object.assign(Object.assign({}, identifier), { name: (_b = identifier.windowName) !== null && _b !== void 0 ? _b : identifier.name }) }));
|
|
268
|
+
resolve({ wrap });
|
|
269
|
+
cb === null || cb === void 0 ? void 0 : cb(null, wrap);
|
|
270
|
+
};
|
|
271
|
+
// All we have is a windowName. we send a request to the launcher for more information so that we can construct the proper object. This also the place where
|
|
272
|
+
RouterClient.query("WindowService-Request-getWindowIdentifier", { windowName: params.name, requester: myName }, wrapFromServer);
|
|
273
|
+
});
|
|
274
|
+
}
|
|
275
|
+
static _createWrap(params) {
|
|
276
|
+
return new Promise((resolve) => {
|
|
277
|
+
const identifier = params.retrievedIdentifier || params.windowIdentifier;
|
|
278
|
+
// Top level keeps important info (e.g., uuid, name, windowType).
|
|
279
|
+
let paramsForWindow = Object.assign({}, identifier);
|
|
280
|
+
if ((!params.setWindowType && !identifier.windowType) || identifier.windowType === "WebApplication") {
|
|
281
|
+
// Default WindowType
|
|
282
|
+
identifier.windowType = "WebWindow";
|
|
283
|
+
}
|
|
284
|
+
// Also pull in anything that was passed into the constructor (e.g., windowDescriptor, etc);
|
|
285
|
+
paramsForWindow = Object.assign(paramsForWindow, params);
|
|
286
|
+
paramsForWindow = Object.assign(paramsForWindow, identifier);
|
|
287
|
+
paramsForWindow.setWindowType = paramsForWindow.windowType;
|
|
288
|
+
delete paramsForWindow.windowType; // Prevent infinite loop
|
|
289
|
+
Logger.system.debug("WRAP LIFECYCLE: Placing wrap into the local cache.", identifier.windowName);
|
|
290
|
+
const BW = BaseWindow; // have to do this because we're mutating the class using static functions.
|
|
291
|
+
if (BaseWindow.cache.hasOwnProperty(identifier.windowName)) {
|
|
292
|
+
Logger.system.error("DUPLICATE WRAPPER for", identifier.windowName);
|
|
293
|
+
}
|
|
294
|
+
else {
|
|
295
|
+
BaseWindow.cache[identifier.windowName] = new BW.types[paramsForWindow.setWindowType](paramsForWindow);
|
|
296
|
+
}
|
|
297
|
+
let wrap = BaseWindow.cache[identifier.windowName];
|
|
298
|
+
wrap.windowType = identifier.windowType;
|
|
299
|
+
wrap.identifier = identifier;
|
|
300
|
+
wrap.setupListeners(identifier.windowName);
|
|
301
|
+
resolve({ wrap });
|
|
302
|
+
});
|
|
303
|
+
}
|
|
304
|
+
static _getRemoveWrapChannel(name) {
|
|
305
|
+
return `${System.Window.getCurrent().name}.removeWrap.${name}`;
|
|
306
|
+
}
|
|
307
|
+
handleWrapRemoveRequest() {
|
|
308
|
+
// wrap is the Web or stacked window. if the removeListeners function exists, we remove all listeners we added during the lifecycle of that window wrapper.
|
|
309
|
+
if (this.removeListeners) {
|
|
310
|
+
this.removeListeners();
|
|
311
|
+
}
|
|
312
|
+
this.eventManager.cleanup();
|
|
313
|
+
for (const event in this.eventlistenerHandlerMap) {
|
|
314
|
+
for (let i = 0; i < this.eventlistenerHandlerMap[event].length; i++) {
|
|
315
|
+
this.eventlistenerHandlerMap[event][i].interceptor.removeAllListeners();
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
this.eventManager.cleanup();
|
|
319
|
+
Logger.system.debug("WRAP CLOSE. Deleting cached wrap.");
|
|
320
|
+
delete BaseWindow.cache[this.name];
|
|
321
|
+
this.cleanupRouter();
|
|
322
|
+
}
|
|
323
|
+
cleanupRouter() {
|
|
324
|
+
const REMOVE_WRAP_CHANNEL = BaseWindow._getRemoveWrapChannel(this.name);
|
|
325
|
+
RouterClient.removeResponder(REMOVE_WRAP_CHANNEL);
|
|
326
|
+
if (this.TITLE_CHANGED_SUBSCRIPTION) {
|
|
327
|
+
RouterClient.unsubscribe(this.TITLE_CHANGED_SUBSCRIPTION);
|
|
328
|
+
}
|
|
329
|
+
RouterClient.unsubscribe(this.wrapStateChangeSubscription);
|
|
330
|
+
}
|
|
331
|
+
onReady(cb) {
|
|
332
|
+
return new Promise((resolve) => {
|
|
333
|
+
if (this.wrapState === "ready") {
|
|
334
|
+
cb === null || cb === void 0 ? void 0 : cb();
|
|
335
|
+
resolve();
|
|
336
|
+
}
|
|
337
|
+
else {
|
|
338
|
+
this.addEventListener("ready", () => {
|
|
339
|
+
cb === null || cb === void 0 ? void 0 : cb();
|
|
340
|
+
resolve();
|
|
341
|
+
});
|
|
342
|
+
}
|
|
343
|
+
});
|
|
344
|
+
}
|
|
345
|
+
// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
346
|
+
// Common template for window-function requests to window service -- see public functions
|
|
347
|
+
// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
348
|
+
/**
|
|
349
|
+
* @param {string} methodName method name (e.g. "minimize", "maximize")
|
|
350
|
+
* @param {object} params
|
|
351
|
+
* @param {function=} callback
|
|
352
|
+
* @memberof FinsembleWindow
|
|
353
|
+
* @private
|
|
354
|
+
*/
|
|
355
|
+
queryWindowService(methodName, params, callback = Function.prototype) {
|
|
356
|
+
if (typeof params === "function") {
|
|
357
|
+
callback = params;
|
|
358
|
+
params = {};
|
|
359
|
+
}
|
|
360
|
+
params = params || {};
|
|
361
|
+
params.windowIdentifier = this.identifier; // add this window's identifier
|
|
362
|
+
Logger.system.debug("FinsembleWindow.queryWindowService", this.windowServiceChannelName(methodName), params);
|
|
363
|
+
console.debug("FinsembleWindow.queryWindowService", this, this.windowServiceChannelName(methodName), params);
|
|
364
|
+
let responseData = null;
|
|
365
|
+
RouterClient.query(this.windowServiceChannelName(methodName), params, (err, queryResponseMessage) => {
|
|
366
|
+
if (err) {
|
|
367
|
+
Logger.system.warn(`WindowService.${methodName}: failed`, err);
|
|
368
|
+
console.debug(`WindowService.${methodName}: failed`, err);
|
|
369
|
+
}
|
|
370
|
+
else {
|
|
371
|
+
responseData = queryResponseMessage.data;
|
|
372
|
+
Logger.system.debug(`${this.windowServiceChannelName(methodName)} successful`, responseData);
|
|
373
|
+
console.debug(`${this.windowServiceChannelName(methodName)} successful`, responseData);
|
|
374
|
+
}
|
|
375
|
+
if (callback)
|
|
376
|
+
callback(err, responseData);
|
|
377
|
+
});
|
|
378
|
+
}
|
|
379
|
+
// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
380
|
+
// Core Window Functions: can be invoked by any service or component. Most are sent to the WindowService to be executed.
|
|
381
|
+
// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
382
|
+
addEventListener(eventName, handler) {
|
|
383
|
+
this.eventManager.addEventListener(eventName, handler);
|
|
384
|
+
}
|
|
385
|
+
removeEventListener(eventName, handler) {
|
|
386
|
+
return this.eventManager.removeEventListener(eventName, handler);
|
|
387
|
+
}
|
|
388
|
+
/**
|
|
389
|
+
*Register a window with docking. Use this if you don't want to use the full initialization function
|
|
390
|
+
*
|
|
391
|
+
* @param {Object} params - can be anything that is passed to docking for window registration.
|
|
392
|
+
* @param {Function} cb
|
|
393
|
+
* @memberof FSBLWindow
|
|
394
|
+
*/
|
|
395
|
+
registerWithDocking(params, cb) {
|
|
396
|
+
RouterClient.query("DockingService.registerWindow", {
|
|
397
|
+
type: this.type,
|
|
398
|
+
windowType: this.windowType,
|
|
399
|
+
windowMsg: params,
|
|
400
|
+
name: this.windowName,
|
|
401
|
+
}, cb);
|
|
402
|
+
}
|
|
403
|
+
/**
|
|
404
|
+
*Unregister a window with docking
|
|
405
|
+
*
|
|
406
|
+
* @memberof FSBLWindow
|
|
407
|
+
*/
|
|
408
|
+
unRegisterWithDocking() {
|
|
409
|
+
RouterClient.transmit("DockingService.deregisterWindow", {
|
|
410
|
+
name: this.windowName,
|
|
411
|
+
});
|
|
412
|
+
}
|
|
413
|
+
/**
|
|
414
|
+
*This is if we want to handle the full register/ready state inside of the window
|
|
415
|
+
register with docking
|
|
416
|
+
send the message to launcher saying that component is ready
|
|
417
|
+
*
|
|
418
|
+
* @memberof FSBLWindow
|
|
419
|
+
*/
|
|
420
|
+
initializeWindow(params) {
|
|
421
|
+
this.registerWithDocking(params, () => {
|
|
422
|
+
RouterClient.publish(`Finsemble.${this.windowName}.componentReady`, {
|
|
423
|
+
// signal workspace and launcher service that component is ready
|
|
424
|
+
name: this.windowName,
|
|
425
|
+
});
|
|
426
|
+
});
|
|
427
|
+
}
|
|
428
|
+
wrapReady() {
|
|
429
|
+
RouterClient.publish(`Finsemble.${this.windowName}.wrapReady`, {
|
|
430
|
+
name: this.windowName,
|
|
431
|
+
state: "open",
|
|
432
|
+
});
|
|
433
|
+
}
|
|
434
|
+
// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
435
|
+
// Core Private Window Functions: generally should only be directly invoked by the WindowService (an exception is _close)
|
|
436
|
+
// Note: These private window functions can also optionally be invoked from the derived class definition. See WebWindowWrapper _minimize for example.
|
|
437
|
+
// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
438
|
+
// Private base window function optionally invoked by derived class (e.g. WebWindowWrapper, FinsembleNativeWindow). All base function follow same template.
|
|
439
|
+
// If parent defined then let parent decide appropriate functionality, including passing result back to caller specifying what to do next.
|
|
440
|
+
_minimize(params, cb = Function.prototype) {
|
|
441
|
+
Logger.system.debug("BaseWindow._minimize", params);
|
|
442
|
+
params = params || {};
|
|
443
|
+
if (!params.invokedByParent && this.parentWindow) {
|
|
444
|
+
// if parent defined and not circular loop, invoke parent functionality. Parent result passed back to caller
|
|
445
|
+
params.windowIdentifier = this.identifier; // add this window's identifier for parent invocation
|
|
446
|
+
this.parentWindow._minimize(params, (err, result) => {
|
|
447
|
+
Logger.system.debug("BaseWindow._minimize parent", result);
|
|
448
|
+
cb(err, { shouldContinue: false });
|
|
449
|
+
});
|
|
450
|
+
}
|
|
451
|
+
else {
|
|
452
|
+
cb(null, { shouldContinue: true });
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
// Private base window function optionally invoked by derived class (e.g. WebWindowWrapper, FinsembleNativeWindow). All base function follow same template.
|
|
456
|
+
// If parent defined then let parent decide appropriate functionality, including passing result back to caller specifying what to do next.
|
|
457
|
+
_maximize(params, cb = Function.prototype) {
|
|
458
|
+
Logger.system.debug("BaseWindow._maximize", params);
|
|
459
|
+
cb(null, { shouldContinue: true });
|
|
460
|
+
}
|
|
461
|
+
// Private base window function optionally invoked by derived class (e.g. WebWindowWrapper, FinsembleNativeWindow). All base function follow same template.
|
|
462
|
+
// If parent defined then let parent decide appropriate functionality, including passing result back to caller specifying what to do next.
|
|
463
|
+
_restore(params, cb) {
|
|
464
|
+
return new Promise((resolve) => {
|
|
465
|
+
Logger.system.debug("BaseWindow._restore", params);
|
|
466
|
+
params = params || {};
|
|
467
|
+
if (!params.invokedByParent && this.parentWindow) {
|
|
468
|
+
// if parent defined and not circular loop, invoke parent functionality. Parent result passed back to caller
|
|
469
|
+
params.windowIdentifier = this.identifier; // add this window's identifier for parent invocation
|
|
470
|
+
this.parentWindow._restore(params, (err, result) => {
|
|
471
|
+
Logger.system.debug("BaseWindow._restore parent", result);
|
|
472
|
+
cb === null || cb === void 0 ? void 0 : cb(err, { shouldContinue: false });
|
|
473
|
+
resolve({ err, data: { shouldContinue: false } });
|
|
474
|
+
});
|
|
475
|
+
}
|
|
476
|
+
else {
|
|
477
|
+
cb === null || cb === void 0 ? void 0 : cb(null, { shouldContinue: true });
|
|
478
|
+
resolve({ data: { shouldContinue: true } });
|
|
479
|
+
}
|
|
480
|
+
});
|
|
481
|
+
}
|
|
482
|
+
_blur(params, cb = Function.prototype) {
|
|
483
|
+
Logger.system.debug("BaseWindow._blur", params);
|
|
484
|
+
params = params || {};
|
|
485
|
+
if (!params.invokedByParent && this.parentWindow) {
|
|
486
|
+
// if parent defined and not circular loop, invoke parent functionality. Parent result passed back to caller
|
|
487
|
+
params.windowIdentifier = this.identifier; // add this window's identifier for parent invocation
|
|
488
|
+
this.parentWindow._blur(params, (err, result) => {
|
|
489
|
+
Logger.system.debug("BaseWindow._blur parent", result);
|
|
490
|
+
cb(err, { shouldContinue: false });
|
|
491
|
+
});
|
|
492
|
+
}
|
|
493
|
+
else {
|
|
494
|
+
cb(null, { shouldContinue: true });
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
// Private base window function optionally invoked by derived class (e.g. WebWindowWrapper, FinsembleNativeWindow). All base function follow same template.
|
|
498
|
+
// If parent defined then let parent decide appropriate functionality, including passing result back to caller specifying what to do next.
|
|
499
|
+
_focus(params, cb = Function.prototype) {
|
|
500
|
+
Logger.system.debug("BaseWindow._focus", params);
|
|
501
|
+
params = params || {};
|
|
502
|
+
if (!params.invokedByParent && this.parentWindow) {
|
|
503
|
+
// if parent defined and not circular loop, invoke parent functionality. Parent result passed back to caller
|
|
504
|
+
params.windowIdentifier = this.identifier; // add this window's identifier for parent invocation
|
|
505
|
+
this.parentWindow._focus(params, (err, result) => {
|
|
506
|
+
Logger.system.debug("BaseWindow._focus parent", result);
|
|
507
|
+
cb(err, { shouldContinue: false });
|
|
508
|
+
});
|
|
509
|
+
}
|
|
510
|
+
else {
|
|
511
|
+
cb(null, { shouldContinue: true });
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
// Private base window function optionally invoked by derived class (e.g. WebWindowWrapper, FinsembleNativeWindow). All base function follow same template.
|
|
515
|
+
// If parent defined then let parent decide appropriate functionality, including passing result back to caller specifying what to do next.
|
|
516
|
+
_bringToFront(params, cb = Function.prototype) {
|
|
517
|
+
Logger.system.debug("BaseWindow._bringToFront", params);
|
|
518
|
+
params = params || {};
|
|
519
|
+
if (!params.invokedByParent && this.parentWindow) {
|
|
520
|
+
// if parent defined and not circular loop, invoke parent functionality. Parent result passed back to caller
|
|
521
|
+
params.windowIdentifier = this.identifier; // add this window's identifier for parent invocation
|
|
522
|
+
this.parentWindow._bringToFront(params, (err, result) => {
|
|
523
|
+
Logger.system.debug("BaseWindow._bringToFront parent", result);
|
|
524
|
+
cb(err, { shouldContinue: false });
|
|
525
|
+
});
|
|
526
|
+
}
|
|
527
|
+
else {
|
|
528
|
+
cb(null, { shouldContinue: true });
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
// Private base window function optionally invoked by derived class (e.g. WebWindowWrapper, FinsembleNativeWindow). All base function follow same template.
|
|
532
|
+
// If parent defined then let parent decide appropriate functionality, including passing result back to caller specifying what to do next.
|
|
533
|
+
_isShowing(params, cb = Function.prototype) {
|
|
534
|
+
Logger.system.debug("BaseWindow._isShowing", params);
|
|
535
|
+
params = params || {};
|
|
536
|
+
if (!params.invokedByParent && this.parentWindow) {
|
|
537
|
+
// if parent defined and not circular loop, invoke parent functionality. Parent result passed back to caller
|
|
538
|
+
params.windowIdentifier = this.identifier; // add this window's identifier for parent invocation
|
|
539
|
+
this.parentWindow._isShowing(params, (err, result) => {
|
|
540
|
+
Logger.system.debug("BaseWindow._isShowing parent", result);
|
|
541
|
+
cb(err, { shouldContinue: false });
|
|
542
|
+
});
|
|
543
|
+
}
|
|
544
|
+
else {
|
|
545
|
+
cb(null, { shouldContinue: true });
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
disableFrame(cb) {
|
|
549
|
+
cb === null || cb === void 0 ? void 0 : cb();
|
|
550
|
+
}
|
|
551
|
+
// Private base window function optionally invoked by derived class (e.g. WebWindowWrapper, FinsembleNativeWindow). All base function follow same template.
|
|
552
|
+
// If parent defined then let parent decide appropriate functionality, including passing result back to caller specifying what to do next.
|
|
553
|
+
_setBounds(params, cb = Function.prototype) {
|
|
554
|
+
Logger.system.verbose("BaseWindow._setBounds", params);
|
|
555
|
+
params = params || {};
|
|
556
|
+
const { bounds } = params;
|
|
557
|
+
this.mergeBounds(bounds); // This happens twice...remove this
|
|
558
|
+
if (!params.invokedByParent && this.parentWindow) {
|
|
559
|
+
// if parent defined and not circular loop, invoke parent functionality. Parent result passed back to caller
|
|
560
|
+
params.windowIdentifier = this.identifier; // add this window's identifier for parent invocation
|
|
561
|
+
this.parentWindow._setBounds(params, (err, result) => {
|
|
562
|
+
Logger.system.verbose("BaseWindow._setBounds parent", result);
|
|
563
|
+
cb(err, { shouldContinue: false });
|
|
564
|
+
});
|
|
565
|
+
}
|
|
566
|
+
else {
|
|
567
|
+
cb(null, { shouldContinue: true });
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
// Private base window function optionally invoked by derived class (e.g. WebWindowWrapper, FinsembleNativeWindow). All base function follow same template.
|
|
571
|
+
// If parent defined then let parent decide appropriate functionality, including passing result back to caller specifying what to do next.
|
|
572
|
+
// First parameter, "params" is pass-by-references (its values can change)
|
|
573
|
+
_getBounds(params, cb) {
|
|
574
|
+
return new Promise((resolve) => {
|
|
575
|
+
Logger.system.verbose("BaseWindow._getBounds", params);
|
|
576
|
+
params = params || {};
|
|
577
|
+
if (!params.invokedByParent && this.parentWindow) {
|
|
578
|
+
// if parent defined and not circular loop, invoke parent functionality. Parent result passed back to caller
|
|
579
|
+
params.windowIdentifier = this.identifier; // add this window's identifier for parent invocation
|
|
580
|
+
this.parentWindow._getBounds(params, (err, bounds) => {
|
|
581
|
+
Logger.system.verbose("BaseWindow._getBounds parent", bounds);
|
|
582
|
+
cb(err, bounds); // shouldContinue not defined in return value, but implicitly false
|
|
583
|
+
resolve({ err, data: bounds });
|
|
584
|
+
});
|
|
585
|
+
}
|
|
586
|
+
else {
|
|
587
|
+
cb(null, { shouldContinue: true }); // if should continue, bounds will be calculated by derived class
|
|
588
|
+
resolve({ data: { shouldContinue: true } });
|
|
589
|
+
}
|
|
590
|
+
});
|
|
591
|
+
}
|
|
592
|
+
// Private base window function optionally invoked by derived class (e.g. FinsembleNativeWindow). All base function follow same template.
|
|
593
|
+
// If parent defined then let parent decide appropriate functionality, including passing result back to caller specifying what to do next.
|
|
594
|
+
_getBoundsFromSystem(params, cb) {
|
|
595
|
+
Logger.system.debug("BaseWindow._getBoundsFromSystem", params);
|
|
596
|
+
params = params || {};
|
|
597
|
+
if (!params.invokedByParent && this.parentWindow) {
|
|
598
|
+
// if parent defined and not circular loop, invoke parent functionality. Parent result passed back to caller
|
|
599
|
+
params.windowIdentifier = this.identifier; // add this window's identifier for parent invocation
|
|
600
|
+
this.parentWindow._getBoundsFromSystem(params, (err, bounds) => {
|
|
601
|
+
Logger.system.verbose("BaseWindow._getBoundsFromSystem parent", bounds);
|
|
602
|
+
cb(err, bounds); // shouldContinue not defined in return value, but implicitly false
|
|
603
|
+
});
|
|
604
|
+
}
|
|
605
|
+
else {
|
|
606
|
+
cb(null, { shouldContinue: true }); // if should continue, bounds will be calculated by derived class
|
|
607
|
+
}
|
|
608
|
+
}
|
|
609
|
+
// Private base window function optionally invoked by derived class (e.g. WebWindowWrapper, FinsembleNativeWindow). All base function follow same template.
|
|
610
|
+
// If parent defined then let parent decide appropriate functionality, including passing result back to caller specifying what to do next.
|
|
611
|
+
_updateOptions(params, cb = Function.prototype) {
|
|
612
|
+
// @todo: Couldn't get title to update when calling `finsembleWindow.updateOptions({title: "Hello World"})` on a random window. Is title really supported here?
|
|
613
|
+
Logger.system.debug("BaseWindow._updateOptions", params);
|
|
614
|
+
params = params || {};
|
|
615
|
+
if (!params.invokedByParent && this.parentWindow) {
|
|
616
|
+
// if parent defined and not circular loop, invoke parent functionality. Parent result passed back to caller
|
|
617
|
+
params.windowIdentifier = this.identifier; // add this window's identifier for parent invocation
|
|
618
|
+
this.parentWindow._updateOptions(params, (err, result) => {
|
|
619
|
+
Logger.system.debug("BaseWindow._updateOptions parent", result);
|
|
620
|
+
cb(err, { shouldContinue: false });
|
|
621
|
+
});
|
|
622
|
+
}
|
|
623
|
+
else {
|
|
624
|
+
cb(null, { shouldContinue: true });
|
|
625
|
+
}
|
|
626
|
+
}
|
|
627
|
+
// Private base window function optionally invoked by derived class (e.g. WebWindowWrapper, FinsembleNativeWindow). All base function follow same template.
|
|
628
|
+
// If parent defined then let parent decide appropriate functionality, including passing result back to caller specifying what to do next.
|
|
629
|
+
_hide(params, cb = Function.prototype) {
|
|
630
|
+
// Note: passed-through params.windowIdentifier is either not used or overwritten. Passing through the value will cause it to be dropped if not side-effect'd.
|
|
631
|
+
Logger.system.debug("BaseWindow._hide", params);
|
|
632
|
+
params = params || {};
|
|
633
|
+
if (!params.invokedByParent && this.parentWindow) {
|
|
634
|
+
// if parent defined and not circular loop, invoke parent functionality. Parent result passed back to caller
|
|
635
|
+
params.windowIdentifier = this.identifier; // add this window's identifier for parent invocation
|
|
636
|
+
this.parentWindow._hide(params, (err, result) => {
|
|
637
|
+
Logger.system.debug("BaseWindow._hide parent", result);
|
|
638
|
+
cb(err, { shouldContinue: false });
|
|
639
|
+
});
|
|
640
|
+
}
|
|
641
|
+
else {
|
|
642
|
+
cb(null, { shouldContinue: true });
|
|
643
|
+
}
|
|
644
|
+
}
|
|
645
|
+
// Private base window function optionally invoked by derived class (e.g. WebWindowWrapper, FinsembleNativeWindow). All base function follow same template.
|
|
646
|
+
// If parent defined then let parent decide appropriate functionality, including passing result back to caller specifying what to do next.
|
|
647
|
+
async _show(params, cb) {
|
|
648
|
+
Logger.system.debug("BaseWindow._show", params);
|
|
649
|
+
params = params || {};
|
|
650
|
+
if (!params.invokedByParent && this.parentWindow) {
|
|
651
|
+
// if parent defined and not circular loop, invoke parent functionality. Parent result passed back to caller
|
|
652
|
+
params.windowIdentifier = this.identifier; // add this window's identifier for parent invocation
|
|
653
|
+
const { err, data } = await this.parentWindow._show(params);
|
|
654
|
+
Logger.system.debug("BaseWindow._show parent", data);
|
|
655
|
+
cb === null || cb === void 0 ? void 0 : cb(err, { shouldContinue: false });
|
|
656
|
+
return { err, data: { shouldContinue: false } };
|
|
657
|
+
}
|
|
658
|
+
else {
|
|
659
|
+
cb === null || cb === void 0 ? void 0 : cb(null, { shouldContinue: true });
|
|
660
|
+
return { data: { shouldContinue: true } };
|
|
661
|
+
}
|
|
662
|
+
}
|
|
663
|
+
_showAt(params, cb = Function.prototype) {
|
|
664
|
+
Logger.system.debug("BaseWindow._showAt", params);
|
|
665
|
+
params = params || {};
|
|
666
|
+
if (!params.invokedByParent && this.parentWindow) {
|
|
667
|
+
// if parent defined and not circular loop, invoke parent functionality. Parent result passed back to caller
|
|
668
|
+
params.windowIdentifier = this.identifier; // add this window's identifier for parent invocation
|
|
669
|
+
this.parentWindow._showAt(params, (err, result) => {
|
|
670
|
+
Logger.system.debug("BaseWindow._showAt parent", result);
|
|
671
|
+
cb(err, { shouldContinue: false });
|
|
672
|
+
});
|
|
673
|
+
}
|
|
674
|
+
else {
|
|
675
|
+
cb(null, { shouldContinue: true });
|
|
676
|
+
}
|
|
677
|
+
}
|
|
678
|
+
// Private base window function optionally invoked by derived class (e.g. WebWindowWrapper, FinsembleNativeWindow). All base function follow same template.
|
|
679
|
+
// If parent defined then let parent decide appropriate functionality, including passing result back to caller specifying what to do next.
|
|
680
|
+
/**
|
|
681
|
+
* Close
|
|
682
|
+
* @param params
|
|
683
|
+
* @param params.fromSystem Bool. If true, event bubbled up because of an alt+f4, task manager, etc. Something closed the window that wasn't Finsemble.
|
|
684
|
+
* @param cb
|
|
685
|
+
*/
|
|
686
|
+
_close(params = {}, cb) {
|
|
687
|
+
return new Promise((resolve) => {
|
|
688
|
+
Logger.system.debug("WRAP CLOSE. BaseWindow._close", this.name, params);
|
|
689
|
+
const { parentWindow } = this;
|
|
690
|
+
if (params.fromSystem) {
|
|
691
|
+
// If the close is initiated from a system close (i.e. close from the taskbar or using the hotkey) and we're closing a stacked window, close the entire stacked window.
|
|
692
|
+
// Except for when a native window is part of that stack and the system close is initiated on the native window, in which case we only close the native window instead of the whole stack.
|
|
693
|
+
// fromSystem is only set by the WebWindowWrapper in _systemClosed. It is not set by other kinds of windows.
|
|
694
|
+
if (parentWindow && parentWindow.componentType.toLowerCase() === "stackedwindow") {
|
|
695
|
+
params = {};
|
|
696
|
+
params.removeFromWorkspace = true;
|
|
697
|
+
params.fromSystem = true;
|
|
698
|
+
params.stackedWindowIdentifier = parentWindow.identifier;
|
|
699
|
+
parentWindow.close(params, (err, result) => {
|
|
700
|
+
Logger.system.debug("BaseWindow.close stacked window", result);
|
|
701
|
+
cb === null || cb === void 0 ? void 0 : cb(err, { shouldContinue: false });
|
|
702
|
+
resolve({ err, data: { shouldContinue: false } });
|
|
703
|
+
});
|
|
704
|
+
}
|
|
705
|
+
else {
|
|
706
|
+
cb === null || cb === void 0 ? void 0 : cb(null, { shouldContinue: true });
|
|
707
|
+
resolve({ data: { shouldContinue: true } });
|
|
708
|
+
}
|
|
709
|
+
}
|
|
710
|
+
else if (!params.invokedByParent && !params.ignoreParent && parentWindow) {
|
|
711
|
+
// if parent defined and not circular loop, invoke parent functionality. Parent result passed back to caller
|
|
712
|
+
params.windowIdentifier = this.identifier; // add this window's identifier for parent invocation
|
|
713
|
+
params.noDocking = true; // when removing from stacked window don't register child with docking
|
|
714
|
+
parentWindow._removeWindow(params, (err, result) => {
|
|
715
|
+
Logger.system.debug("BaseWindow._close parent", result);
|
|
716
|
+
cb === null || cb === void 0 ? void 0 : cb(err, { shouldContinue: true });
|
|
717
|
+
resolve({ err, data: { shouldContinue: true } });
|
|
718
|
+
});
|
|
719
|
+
}
|
|
720
|
+
else {
|
|
721
|
+
cb === null || cb === void 0 ? void 0 : cb(null, { shouldContinue: true });
|
|
722
|
+
resolve({ data: { shouldContinue: true } });
|
|
723
|
+
}
|
|
724
|
+
});
|
|
725
|
+
}
|
|
726
|
+
// Private base window function optionally invoked by derived class (e.g. WebWindowWrapper, FinsembleNativeWindow). All base function follow same template.
|
|
727
|
+
// If parent defined then let parent decide appropriate functionality, including passing result back to caller specifying what to do next.
|
|
728
|
+
_alwaysOnTop(params, cb = Function.prototype) {
|
|
729
|
+
Logger.system.debug("BaseWindow._alwaysOnTop", params);
|
|
730
|
+
params = params || {};
|
|
731
|
+
if (!params.invokedByParent && this.parentWindow) {
|
|
732
|
+
// if parent defined and not circular loop, invoke parent functionality. Parent result passed back to caller
|
|
733
|
+
params.windowIdentifier = this.identifier; // add this window's identifier for parent invocation
|
|
734
|
+
this.parentWindow._alwaysOnTop(params, (err, result) => {
|
|
735
|
+
Logger.system.debug("BaseWindow._alwaysOnTop parent", result);
|
|
736
|
+
cb(err, { shouldContinue: false });
|
|
737
|
+
});
|
|
738
|
+
}
|
|
739
|
+
else {
|
|
740
|
+
cb(null, { shouldContinue: true });
|
|
741
|
+
}
|
|
742
|
+
}
|
|
743
|
+
/**
|
|
744
|
+
* Returns the alwaysOnTop state for the window.
|
|
745
|
+
* @param params This parameter is ignored.
|
|
746
|
+
* @param cb A callback accepting two arguments: an error object (which is always `null` for this method), and a boolean value representing the alwaysOnTop state.
|
|
747
|
+
* Disable eslint below because params is undefined, but we don't want to refactor the other calls to expect the 1st param to equal the callback.
|
|
748
|
+
*/
|
|
749
|
+
_isAlwaysOnTop(params = {}, cb = Function.prototype) {
|
|
750
|
+
cb(null, Boolean(this.windowOptions.alwaysOnTop));
|
|
751
|
+
return Boolean(this.windowOptions.alwaysOnTop);
|
|
752
|
+
}
|
|
753
|
+
// Private base window function optionally invoked by derived class (e.g. WebWindowWrapper, FinsembleNativeWindow). All base function follow same template.
|
|
754
|
+
// If parent defined then let parent decide appropriate functionality, including passing result back to caller specifying what to do next.
|
|
755
|
+
_setOpacity(params, cb = Function.prototype) {
|
|
756
|
+
Logger.system.debug("BaseWindow._setOpacity", params);
|
|
757
|
+
params = params || {};
|
|
758
|
+
if (!params.invokedByParent && this.parentWindow) {
|
|
759
|
+
// if parent defined and not circular loop, invoke parent functionality. Parent result passed back to caller
|
|
760
|
+
params.windowIdentifier = this.identifier; // add this window's identifier for parent invocation
|
|
761
|
+
this.parentWindow._setOpacity(params, (err, result) => {
|
|
762
|
+
Logger.system.debug("BaseWindow._setOpacity parent", result);
|
|
763
|
+
cb(err, { shouldContinue: false });
|
|
764
|
+
});
|
|
765
|
+
}
|
|
766
|
+
else {
|
|
767
|
+
cb(null, { shouldContinue: true });
|
|
768
|
+
}
|
|
769
|
+
}
|
|
770
|
+
// Private base window function optionally invoked by derived class (e.g. WebWindowWrapper, FinsembleNativeWindow). All base function follow same template.
|
|
771
|
+
// If parent defined then let parent decide appropriate functionality, including passing result back to caller specifying what to do next.
|
|
772
|
+
_saveWindowOptions(params, cb = Function.prototype) {
|
|
773
|
+
Logger.system.debug("BaseWindow._saveWindowOptions", params);
|
|
774
|
+
params = params || {};
|
|
775
|
+
if (!params.invokedByParent && this.parentWindow) {
|
|
776
|
+
// if parent defined and not circular loop, invoke parent functionality. Parent result passed back to caller
|
|
777
|
+
params.windowIdentifier = this.identifier; // add this window's identifier for parent invocation
|
|
778
|
+
this.parentWindow._saveWindowOptions(params, (err, result) => {
|
|
779
|
+
Logger.system.debug("BaseWindow._saveWindowOptions parent", result);
|
|
780
|
+
cb(err, { shouldContinue: true });
|
|
781
|
+
});
|
|
782
|
+
}
|
|
783
|
+
else {
|
|
784
|
+
cb(null, { shouldContinue: true });
|
|
785
|
+
}
|
|
786
|
+
}
|
|
787
|
+
_getOptions(_params, cb = Function.prototype) {
|
|
788
|
+
return cb(null, {});
|
|
789
|
+
}
|
|
790
|
+
// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
791
|
+
// Other Baseclass Function: These are common functions shared across derived classes
|
|
792
|
+
// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
793
|
+
/**
|
|
794
|
+
* Invoked to indicate an operation (e.g. dragging out of tab region) has started. This signals the Docking service to start tracking the mouse location and invoking tiling behavior as needed. Typically inherited (base function only).
|
|
795
|
+
* @param {object} params for future use
|
|
796
|
+
*
|
|
797
|
+
* @example
|
|
798
|
+
* // dragging tab example using tracking and group
|
|
799
|
+
* BaseWindow.startTabTileMonitoring();
|
|
800
|
+
* // if dragging tab is in a group, then remove it given tracking results will decide what to do with the window
|
|
801
|
+
* BaseWindow.Group.getGroupID(this.identifier, function (err, tileGroupId) {
|
|
802
|
+
* if (!err) { // if no error then must be in a tile group
|
|
803
|
+
* self.Group.removeWindow(this.identifier);
|
|
804
|
+
* }
|
|
805
|
+
* });
|
|
806
|
+
*/
|
|
807
|
+
startTabTileMonitoring(params) {
|
|
808
|
+
Logger.system.debug("BaseWindow.startTabTileMonitoring", params);
|
|
809
|
+
RouterClient.transmit("TabTile.startTabTile", { params });
|
|
810
|
+
}
|
|
811
|
+
/**
|
|
812
|
+
* Invoked by client originating a dragStart that it has has ended. Typically inherited (base function only).
|
|
813
|
+
* @param {object} params for future use
|
|
814
|
+
* @param {function=} callback option callback that support overriding default behavior
|
|
815
|
+
*
|
|
816
|
+
* BaseWindow.stopTabTileMonitoring(params, function(err, results, defaultTabTileAction) {
|
|
817
|
+
* // . . . custom code goes here . . .
|
|
818
|
+
* defaultTabTileAction(results); // now take default action or call your own function instead
|
|
819
|
+
* });
|
|
820
|
+
*
|
|
821
|
+
*/
|
|
822
|
+
stopTabTileMonitoring(params, callback) {
|
|
823
|
+
Logger.system.debug("BaseWindow.stopTabTileMonitoring", params);
|
|
824
|
+
RouterClient.query("TabTile.stopTabTile", { params }, function (err, queryResponseMessage) {
|
|
825
|
+
if (err) {
|
|
826
|
+
Logger.system.warn("TabTile.stopTabTile: query failed", err);
|
|
827
|
+
}
|
|
828
|
+
else {
|
|
829
|
+
Logger.system.debug("TabTile.stopTabTile results", queryResponseMessage.data);
|
|
830
|
+
}
|
|
831
|
+
const stopTabTileResults = queryResponseMessage.data;
|
|
832
|
+
if (callback) {
|
|
833
|
+
callback(err, stopTabTileResults, this.defaultStopTrackingAction);
|
|
834
|
+
}
|
|
835
|
+
else {
|
|
836
|
+
this.defaultTabTileAction(stopTabTileResults);
|
|
837
|
+
}
|
|
838
|
+
});
|
|
839
|
+
}
|
|
840
|
+
/**
|
|
841
|
+
* Defines default TabTile action for stopTabTileMonitoring. May be overwritten by client -- see example in stopTabTileMonitoring. Typically inherited (base function only).
|
|
842
|
+
*
|
|
843
|
+
* @param {any} stopTabTileResults
|
|
844
|
+
* @memberof BaseWindow
|
|
845
|
+
*
|
|
846
|
+
* @private
|
|
847
|
+
*/
|
|
848
|
+
defaultTabTileAction(stopTabTileResults) {
|
|
849
|
+
const self = this;
|
|
850
|
+
Logger.system.debug("BaseWindow.defaultTabTileAction", stopTabTileResults);
|
|
851
|
+
switch (stopTabTileResults.stoppedLocation) {
|
|
852
|
+
case "OutsideWindow":
|
|
853
|
+
// move window to drop location (since for now assuming only single-tabbed windows)
|
|
854
|
+
break;
|
|
855
|
+
case "TabSection":
|
|
856
|
+
// WindowStack.addWindowToStack(callback) // for when we get to tabbing
|
|
857
|
+
break;
|
|
858
|
+
case "InsideWindow":
|
|
859
|
+
if (stopTabTileResults.tileGroupId) {
|
|
860
|
+
// if dropped in an existing tile group (which might be the same it was dragging from)
|
|
861
|
+
self.Group.addWindow(this.identifier, stopTabTileResults.tileGroupId, stopTabTileResults.dropCoordinates);
|
|
862
|
+
}
|
|
863
|
+
else {
|
|
864
|
+
// if dropped in a separate window outside a tile group
|
|
865
|
+
self.Group.createGroup(function (newGroupId) {
|
|
866
|
+
// add dragging window to new tile group, but specify the dropped on window as the starting window in the tile group
|
|
867
|
+
self.Group.addWindow(this.identifier, newGroupId, stopTabTileResults.dropCoordinates, {
|
|
868
|
+
startingWindowIdentifier: stopTabTileResults.droppedOnWindowIdentifier,
|
|
869
|
+
});
|
|
870
|
+
});
|
|
871
|
+
}
|
|
872
|
+
break;
|
|
873
|
+
default:
|
|
874
|
+
Logger.system.error("stopTracking returned an unknown stoppedLocation result", stopTabTileResults);
|
|
875
|
+
}
|
|
876
|
+
}
|
|
877
|
+
mergeBounds(bounds) {
|
|
878
|
+
if (!bounds || !Number.isInteger(bounds.top)) {
|
|
879
|
+
console.error("Invalid bounds", bounds);
|
|
880
|
+
Logger.system.warn("BaseWindow.mergeBounds Invalid bounds", "bounds=", bounds);
|
|
881
|
+
return;
|
|
882
|
+
}
|
|
883
|
+
const newBounds = {
|
|
884
|
+
top: Math.round(bounds.top),
|
|
885
|
+
left: Math.round(bounds.left),
|
|
886
|
+
width: Math.round(bounds.width),
|
|
887
|
+
height: Math.round(bounds.height),
|
|
888
|
+
};
|
|
889
|
+
newBounds.bottom = newBounds.top + newBounds.height;
|
|
890
|
+
newBounds.right = newBounds.left + newBounds.width;
|
|
891
|
+
const defaultBounds = {
|
|
892
|
+
defaultLeft: newBounds.left,
|
|
893
|
+
defaultWidth: newBounds.width,
|
|
894
|
+
defaultTop: newBounds.top,
|
|
895
|
+
defaultHeight: newBounds.height,
|
|
896
|
+
};
|
|
897
|
+
Object.assign(this.windowOptions, newBounds);
|
|
898
|
+
Object.assign(this.windowOptions, defaultBounds);
|
|
899
|
+
this.windowOptions.bounds = newBounds;
|
|
900
|
+
}
|
|
901
|
+
startMove(params) {
|
|
902
|
+
// Note: the params are not being used, should we remove them? @todo
|
|
903
|
+
Logger.system.debug("BaseWindow.startMove", params);
|
|
904
|
+
params = params || {};
|
|
905
|
+
params.windowIdentifier = this.identifier; // add this window's identifier
|
|
906
|
+
this.eventManager.trigger("bounds-change-start", Object.assign({}, this.windowOptions.bounds));
|
|
907
|
+
}
|
|
908
|
+
stopMove(params) {
|
|
909
|
+
// Note: the params are not being used, should we remove them? @todo
|
|
910
|
+
Logger.system.debug("BaseWindow.stopMove", params);
|
|
911
|
+
params = params || {};
|
|
912
|
+
params.windowIdentifier = this.identifier; // add this window's identifier
|
|
913
|
+
this.eventManager.trigger("bounds-change-end", Object.assign({ name: this.name, eventName: "bounds-change-end", dockedPosition: this.dockedPosition }, this.windowOptions.bounds));
|
|
914
|
+
}
|
|
915
|
+
/**
|
|
916
|
+
* Given a field, this function retrieves component or window state. If no params are given you get the full state
|
|
917
|
+
* @param {object} params
|
|
918
|
+
* @param {string} params.stateVar A string containing "componentState" or "windowState"
|
|
919
|
+
* @param {string} params.field field
|
|
920
|
+
* @param {array} params.fields fields
|
|
921
|
+
* @param {string} params.key The storage key for the window.
|
|
922
|
+
* @param {function} cb Callback
|
|
923
|
+
* @private
|
|
924
|
+
* */
|
|
925
|
+
async getFSBLState(params, cb) {
|
|
926
|
+
Logger.system.debug("BaseWindow.getState", params);
|
|
927
|
+
const { err, data: response } = await StorageClient.getStandardized({
|
|
928
|
+
topic: WORKSPACE.CACHE_STORAGE_TOPIC,
|
|
929
|
+
key: params.key,
|
|
930
|
+
});
|
|
931
|
+
if (params.stateVar === "componentState") {
|
|
932
|
+
this.componentState = response;
|
|
933
|
+
}
|
|
934
|
+
const { field, fields } = params;
|
|
935
|
+
if (!err && response) {
|
|
936
|
+
if (field) {
|
|
937
|
+
cb === null || cb === void 0 ? void 0 : cb(err, response[field]);
|
|
938
|
+
return { data: response[field] };
|
|
939
|
+
}
|
|
940
|
+
else if (fields) {
|
|
941
|
+
const respObject = {};
|
|
942
|
+
for (let i = 0; i < fields.length; i++) {
|
|
943
|
+
if (response[fields[i]]) {
|
|
944
|
+
respObject[fields[i]] = response[fields[i]];
|
|
945
|
+
}
|
|
946
|
+
}
|
|
947
|
+
cb === null || cb === void 0 ? void 0 : cb(null, respObject);
|
|
948
|
+
return { data: respObject };
|
|
949
|
+
}
|
|
950
|
+
else {
|
|
951
|
+
cb === null || cb === void 0 ? void 0 : cb(null, response);
|
|
952
|
+
return { data: response };
|
|
953
|
+
}
|
|
954
|
+
}
|
|
955
|
+
else {
|
|
956
|
+
const error = `Not found`;
|
|
957
|
+
Logger.system.info("WindowClient:getComponentState:error, response, params", err, response, params);
|
|
958
|
+
cb === null || cb === void 0 ? void 0 : cb(error, response);
|
|
959
|
+
return { err: error };
|
|
960
|
+
}
|
|
961
|
+
}
|
|
962
|
+
/**
|
|
963
|
+
* Given params, will return the component state. Either the params to search for, or the entire state.
|
|
964
|
+
*
|
|
965
|
+
* @param {object} params
|
|
966
|
+
* @param {string} params.field field
|
|
967
|
+
* @param {array} params.fields fields
|
|
968
|
+
* @param {function} cb Callback
|
|
969
|
+
*/
|
|
970
|
+
getComponentState(params, cb) {
|
|
971
|
+
if (!params)
|
|
972
|
+
params = {};
|
|
973
|
+
if (params.fields && !Array.isArray(params.fields)) {
|
|
974
|
+
params.fields = [params.fields];
|
|
975
|
+
}
|
|
976
|
+
return this.getFSBLState(Object.assign(Object.assign({}, params), { key: this.componentKey, stateVar: "componentState" }), cb);
|
|
977
|
+
}
|
|
978
|
+
/**
|
|
979
|
+
* Given params, will return the window state. Either the params to search for, or the entire state.
|
|
980
|
+
*
|
|
981
|
+
* @param {object} params
|
|
982
|
+
* @param {string} params.field field
|
|
983
|
+
* @param {array} params.fields fields
|
|
984
|
+
* @param {function} cb Callback
|
|
985
|
+
*/
|
|
986
|
+
getWindowState(params, cb) {
|
|
987
|
+
if (!params)
|
|
988
|
+
params = {};
|
|
989
|
+
if (params.fields && !Array.isArray(params.fields)) {
|
|
990
|
+
params.fields = [params.fields];
|
|
991
|
+
}
|
|
992
|
+
params.key = this.windowKey;
|
|
993
|
+
params.stateVar = "windowData";
|
|
994
|
+
return this.getFSBLState(params, cb);
|
|
995
|
+
}
|
|
996
|
+
/**
|
|
997
|
+
* Given params, will set the component state. Any fields included will be added to the state
|
|
998
|
+
*
|
|
999
|
+
* @param {object} params
|
|
1000
|
+
* @param {string} params.field field
|
|
1001
|
+
* @param {array} params.fields fields
|
|
1002
|
+
* @param {function} cb Callback
|
|
1003
|
+
*/
|
|
1004
|
+
setComponentState(params, cb = Function.prototype) {
|
|
1005
|
+
if (!params)
|
|
1006
|
+
params = {};
|
|
1007
|
+
if (params.fields && !Array.isArray(params.fields)) {
|
|
1008
|
+
params.fields = [params.fields];
|
|
1009
|
+
}
|
|
1010
|
+
return this.setFSBLState(Object.assign(Object.assign({}, params), { key: this.componentKey, stateVar: "componentState" }), cb);
|
|
1011
|
+
}
|
|
1012
|
+
/**
|
|
1013
|
+
* Removes one or more specified attributes from a component state in storage
|
|
1014
|
+
* for this window.
|
|
1015
|
+
*
|
|
1016
|
+
* In addition to the name of the window, params should include either a `field`
|
|
1017
|
+
* property as a string or a `fields` property as an array of strings.
|
|
1018
|
+
*
|
|
1019
|
+
* @param {object} params
|
|
1020
|
+
* @param {string} [params.field] field
|
|
1021
|
+
* @param {array} [params.fields] fields
|
|
1022
|
+
* @param {function} cb Callback
|
|
1023
|
+
*/
|
|
1024
|
+
removeComponentState(params, cb = () => { }) {
|
|
1025
|
+
if (params.fields && !Array.isArray(params.fields)) {
|
|
1026
|
+
params.fields = [params.fields];
|
|
1027
|
+
}
|
|
1028
|
+
return this.removeFSBLState(Object.assign(Object.assign({}, params), { key: this.componentKey, stateVar: "componentState" }), cb);
|
|
1029
|
+
}
|
|
1030
|
+
/**
|
|
1031
|
+
* Given params, will set the window state. Any fields included will be added to the state
|
|
1032
|
+
*
|
|
1033
|
+
* @param {object} params
|
|
1034
|
+
* @param {string} params.field field
|
|
1035
|
+
* @param {array} params.fields fields
|
|
1036
|
+
* @param {function} cb Callback
|
|
1037
|
+
*/
|
|
1038
|
+
setWindowState(params, cb) {
|
|
1039
|
+
if (!params)
|
|
1040
|
+
params = {};
|
|
1041
|
+
if (params.fields && !Array.isArray(params.fields)) {
|
|
1042
|
+
params.fields = [params.fields];
|
|
1043
|
+
}
|
|
1044
|
+
return this.setFSBLState(Object.assign(Object.assign({}, params), { key: this.windowKey, stateVar: "windowData" }), cb);
|
|
1045
|
+
}
|
|
1046
|
+
saveWindowState(state) {
|
|
1047
|
+
this.windowState = state;
|
|
1048
|
+
}
|
|
1049
|
+
static async cleanupState(state) {
|
|
1050
|
+
const stateToSave = {
|
|
1051
|
+
componentType: state.componentType,
|
|
1052
|
+
name: state.name,
|
|
1053
|
+
};
|
|
1054
|
+
if (!BaseWindow.additionalWorkspaceFields) {
|
|
1055
|
+
try {
|
|
1056
|
+
const additionalFields = await ConfigClient.getValue("finsemble.servicesConfig.window.additionalWorkspaceFields");
|
|
1057
|
+
BaseWindow.additionalWorkspaceFields = additionalFields.data || [];
|
|
1058
|
+
}
|
|
1059
|
+
catch (_b) {
|
|
1060
|
+
BaseWindow.additionalWorkspaceFields = [];
|
|
1061
|
+
}
|
|
1062
|
+
}
|
|
1063
|
+
let windowTypeProps;
|
|
1064
|
+
if (WORKSPACE.ADDITIONAL_WINDOW_PROPS[state.windowType]) {
|
|
1065
|
+
windowTypeProps = WORKSPACE.ADDITIONAL_WINDOW_PROPS[state.windowType];
|
|
1066
|
+
}
|
|
1067
|
+
else {
|
|
1068
|
+
windowTypeProps = WORKSPACE.ADDITIONAL_WINDOW_PROPS["WebWindow"];
|
|
1069
|
+
}
|
|
1070
|
+
if (state.windowType === "WebApplication") {
|
|
1071
|
+
state.windowType = "WebWindow";
|
|
1072
|
+
}
|
|
1073
|
+
const allowedKeys = [
|
|
1074
|
+
...WORKSPACE.DEFAULT_WINDOW_PROPS,
|
|
1075
|
+
...windowTypeProps,
|
|
1076
|
+
...BaseWindow.additionalWorkspaceFields,
|
|
1077
|
+
];
|
|
1078
|
+
for (const key of allowedKeys) {
|
|
1079
|
+
if (state[key] !== undefined) {
|
|
1080
|
+
stateToSave[key] = state[key];
|
|
1081
|
+
}
|
|
1082
|
+
}
|
|
1083
|
+
return stateToSave;
|
|
1084
|
+
}
|
|
1085
|
+
async saveCompleteWindowState(state, cb = Function.prototype) {
|
|
1086
|
+
Logger.system.debug("COMPONENT LIFECYCLE:SAVING STATE:", state.name);
|
|
1087
|
+
if (!state) {
|
|
1088
|
+
cb("No State Provided");
|
|
1089
|
+
}
|
|
1090
|
+
else {
|
|
1091
|
+
if (state.windowType === "StackedWindow") {
|
|
1092
|
+
state.componentType = "StackedWindow";
|
|
1093
|
+
this.mergeBounds(state.bounds);
|
|
1094
|
+
}
|
|
1095
|
+
const stateToSave = await BaseWindow.cleanupState(state);
|
|
1096
|
+
// don't save if no change from previously saved state
|
|
1097
|
+
if (isEqualIgnoringArrayOrder(this.oldState, stateToSave)) {
|
|
1098
|
+
Logger.system.debug("saveCompleteWindowState -- deep equal");
|
|
1099
|
+
cb();
|
|
1100
|
+
}
|
|
1101
|
+
else {
|
|
1102
|
+
Logger.system.debug("saveCompleteWindowState -- not deep equal", this.oldState, stateToSave);
|
|
1103
|
+
this.oldState = clone(stateToSave);
|
|
1104
|
+
try {
|
|
1105
|
+
await setWindowState({
|
|
1106
|
+
windowName: this.windowName,
|
|
1107
|
+
state: { windowData: stateToSave },
|
|
1108
|
+
});
|
|
1109
|
+
}
|
|
1110
|
+
catch (_b) { }
|
|
1111
|
+
cb();
|
|
1112
|
+
}
|
|
1113
|
+
}
|
|
1114
|
+
}
|
|
1115
|
+
/**
|
|
1116
|
+
* Given a field, this function sets and persists app state.
|
|
1117
|
+
* @param {object} params
|
|
1118
|
+
* @param {string} [params.field] field
|
|
1119
|
+
* @param {array} [params.fields] fields
|
|
1120
|
+
* @param {function=} cb Callback
|
|
1121
|
+
* */
|
|
1122
|
+
async setFSBLState(params, cb) {
|
|
1123
|
+
const getParams = {
|
|
1124
|
+
key: params.key,
|
|
1125
|
+
stateVar: params.stateVar,
|
|
1126
|
+
};
|
|
1127
|
+
if (!getParams.key) {
|
|
1128
|
+
if (getParams.stateVar === "componentState") {
|
|
1129
|
+
getParams.key = this.componentKey;
|
|
1130
|
+
}
|
|
1131
|
+
else if (getParams.stateVar === "windowData") {
|
|
1132
|
+
getParams.key = this.windowKey;
|
|
1133
|
+
}
|
|
1134
|
+
}
|
|
1135
|
+
const propertyToUse = params.stateVar === "componentState" ? "componentState" : "windowOptions";
|
|
1136
|
+
await this.getFSBLState(getParams);
|
|
1137
|
+
/* Sidd Notes: We are always comparing the entire saved state to see if things have changed instead of just the new fields - that is expensive. */
|
|
1138
|
+
Logger.system.debug("BaseWindow.getState", params);
|
|
1139
|
+
let localComponentState = merge(this[propertyToUse], {});
|
|
1140
|
+
let { fields } = params;
|
|
1141
|
+
if (params.field) {
|
|
1142
|
+
fields = [
|
|
1143
|
+
{
|
|
1144
|
+
field: params.field,
|
|
1145
|
+
value: params.value,
|
|
1146
|
+
},
|
|
1147
|
+
];
|
|
1148
|
+
}
|
|
1149
|
+
for (let i = 0; i < fields.length; i++) {
|
|
1150
|
+
const field = fields[i];
|
|
1151
|
+
if (!field.field || typeof field.value === "undefined") {
|
|
1152
|
+
continue;
|
|
1153
|
+
}
|
|
1154
|
+
localComponentState[field.field] = field.value;
|
|
1155
|
+
}
|
|
1156
|
+
params.value = localComponentState;
|
|
1157
|
+
Logger.system.debug(`COMPONENT LIFECYCLE: SAVING ${params.stateVar}:`, localComponentState);
|
|
1158
|
+
if (params.stateVar === "windowData") {
|
|
1159
|
+
localComponentState = await BaseWindow.cleanupState(localComponentState);
|
|
1160
|
+
}
|
|
1161
|
+
try {
|
|
1162
|
+
await setWindowState({
|
|
1163
|
+
windowName: this.windowName,
|
|
1164
|
+
state: { [params.stateVar]: localComponentState },
|
|
1165
|
+
});
|
|
1166
|
+
}
|
|
1167
|
+
catch (_b) { }
|
|
1168
|
+
this[propertyToUse] = localComponentState;
|
|
1169
|
+
cb === null || cb === void 0 ? void 0 : cb();
|
|
1170
|
+
}
|
|
1171
|
+
/**
|
|
1172
|
+
* Removes one or more specified attributes from either component or window state in storage.
|
|
1173
|
+
*
|
|
1174
|
+
* In addition to the name of the window, params should include either a `field`
|
|
1175
|
+
* property as a string or a `fields` property as an array of strings.
|
|
1176
|
+
*
|
|
1177
|
+
* @param {object} params
|
|
1178
|
+
* @param {string} [params.field] field
|
|
1179
|
+
* @param {array} [params.fields] fields
|
|
1180
|
+
* @param {function=} cb Callback
|
|
1181
|
+
* */
|
|
1182
|
+
removeFSBLState(params, cb = () => { }) {
|
|
1183
|
+
var _b;
|
|
1184
|
+
const getParams = {
|
|
1185
|
+
key: params.key,
|
|
1186
|
+
stateVar: params.stateVar,
|
|
1187
|
+
};
|
|
1188
|
+
// Ensure that we have a key
|
|
1189
|
+
const defaultKey = getParams.stateVar === "componentState" ? this.componentKey : this.windowKey;
|
|
1190
|
+
const key = (_b = getParams.key) !== null && _b !== void 0 ? _b : defaultKey;
|
|
1191
|
+
const propertyToUse = params.stateVar === "componentState" ? "componentState" : "windowOptions";
|
|
1192
|
+
this.getFSBLState(Object.assign(Object.assign({}, getParams), { key }), async () => {
|
|
1193
|
+
var _b;
|
|
1194
|
+
/* Sidd Notes: We are always comparing the entire saved state to see if things have changed instead of just the new fields - that is expensive. */
|
|
1195
|
+
Logger.system.debug("BaseWindow.getState", params);
|
|
1196
|
+
// deepmerge treats undefined as empty object
|
|
1197
|
+
let localComponentState = merge(this[propertyToUse], {});
|
|
1198
|
+
let { fields = [] } = params;
|
|
1199
|
+
if (params.field) {
|
|
1200
|
+
fields = [
|
|
1201
|
+
{
|
|
1202
|
+
field: params.field,
|
|
1203
|
+
},
|
|
1204
|
+
];
|
|
1205
|
+
}
|
|
1206
|
+
for (let i = 0; i < fields.length; i++) {
|
|
1207
|
+
const field = fields[i];
|
|
1208
|
+
if (!field.field) {
|
|
1209
|
+
continue;
|
|
1210
|
+
}
|
|
1211
|
+
delete localComponentState[field.field];
|
|
1212
|
+
}
|
|
1213
|
+
params.value = localComponentState;
|
|
1214
|
+
Logger.system.debug(`COMPONENT LIFECYCLE: SAVING ${params.stateVar}:`, localComponentState);
|
|
1215
|
+
if (params.stateVar === "windowData") {
|
|
1216
|
+
localComponentState = await BaseWindow.cleanupState(localComponentState);
|
|
1217
|
+
}
|
|
1218
|
+
const stateVar = (_b = params.stateVar) !== null && _b !== void 0 ? _b : "windowData";
|
|
1219
|
+
try {
|
|
1220
|
+
await setWindowState({
|
|
1221
|
+
windowName: this.windowName,
|
|
1222
|
+
state: { [stateVar]: localComponentState },
|
|
1223
|
+
});
|
|
1224
|
+
}
|
|
1225
|
+
catch (_c) { }
|
|
1226
|
+
this[propertyToUse] = localComponentState;
|
|
1227
|
+
cb(null);
|
|
1228
|
+
});
|
|
1229
|
+
}
|
|
1230
|
+
/**
|
|
1231
|
+
*Cancels startTabTileMonitoring. Example use is a user "excapes" out of a drag operation.
|
|
1232
|
+
*
|
|
1233
|
+
* @param {object} params for future use
|
|
1234
|
+
* @memberof BaseWindow
|
|
1235
|
+
*/
|
|
1236
|
+
cancelTabTileMonitoring(params) {
|
|
1237
|
+
Logger.system.debug("BaseWindow.cancelTabTileMonitoring", params);
|
|
1238
|
+
RouterClient.transmit("TabTile.cancelTabTile", { params });
|
|
1239
|
+
}
|
|
1240
|
+
/**
|
|
1241
|
+
* Return the parent window's wrapper (e.g. StackedWindow).
|
|
1242
|
+
*
|
|
1243
|
+
*/
|
|
1244
|
+
getParent() {
|
|
1245
|
+
return this.parentWindow;
|
|
1246
|
+
}
|
|
1247
|
+
/**
|
|
1248
|
+
* Sets the parent window (e.g. stackedWindow) and emits "setParent" event to window listeners.
|
|
1249
|
+
*
|
|
1250
|
+
* @param {object} stackedWindowIdentifier identifer of window to set as parent (e.g. stackedWindowIdentifier).
|
|
1251
|
+
*
|
|
1252
|
+
*/
|
|
1253
|
+
setParent(windowIdentifier, cb = Function.prototype) {
|
|
1254
|
+
if (this.parentWindow && this.parentWindow.name === windowIdentifier.windowName) {
|
|
1255
|
+
Logger.system.debug("BaseWindow.setParent already set", windowIdentifier);
|
|
1256
|
+
cb(null, windowIdentifier);
|
|
1257
|
+
}
|
|
1258
|
+
else {
|
|
1259
|
+
Logger.system.debug("BaseWindow.setParent", windowIdentifier);
|
|
1260
|
+
// set up store listener to change if
|
|
1261
|
+
BaseWindow.getInstance(windowIdentifier, (err, wrappedStackedWindow) => {
|
|
1262
|
+
if (!err) {
|
|
1263
|
+
Logger.system.debug("BaseWindow.setParent wrap success", windowIdentifier);
|
|
1264
|
+
console.debug("BaseWindow.setParent wrap success", this, wrappedStackedWindow);
|
|
1265
|
+
this.parentWindow = wrappedStackedWindow;
|
|
1266
|
+
this.eventManager.trigger("parent-set", {
|
|
1267
|
+
parentName: this.parentWindow.name,
|
|
1268
|
+
});
|
|
1269
|
+
}
|
|
1270
|
+
else {
|
|
1271
|
+
Logger.system.error("BaseWindow.setParent error", err);
|
|
1272
|
+
}
|
|
1273
|
+
cb(err, windowIdentifier);
|
|
1274
|
+
});
|
|
1275
|
+
}
|
|
1276
|
+
}
|
|
1277
|
+
/**
|
|
1278
|
+
* Clears the parent reference and emits "clearParent" event to window listeners. Used only internally.
|
|
1279
|
+
*
|
|
1280
|
+
* @private
|
|
1281
|
+
*
|
|
1282
|
+
*/
|
|
1283
|
+
clearParent() {
|
|
1284
|
+
Logger.system.debug("BaseWindow.clearParent");
|
|
1285
|
+
this.parentWindow = null;
|
|
1286
|
+
this.eventManager.trigger("parent-unset", this.parentWindow);
|
|
1287
|
+
}
|
|
1288
|
+
setTitle(title) {
|
|
1289
|
+
if (this.windowOptions) {
|
|
1290
|
+
this.windowOptions.title = title;
|
|
1291
|
+
}
|
|
1292
|
+
Logger.system.debug("Title change", title);
|
|
1293
|
+
// Publish a title changed event (include the target window (windowName) and the new title (title))
|
|
1294
|
+
RouterClient.publish(this.TITLE_CHANGED_CHANNEL, { title, windowName: this.windowName });
|
|
1295
|
+
}
|
|
1296
|
+
// public Window functions - needed to handle events properly e.g. for close.
|
|
1297
|
+
close(params = {}, cb) {
|
|
1298
|
+
return new Promise((resolve) => {
|
|
1299
|
+
this.queryWindowService("close", params, (err, data) => {
|
|
1300
|
+
cb === null || cb === void 0 ? void 0 : cb(err, data);
|
|
1301
|
+
resolve({ err });
|
|
1302
|
+
});
|
|
1303
|
+
});
|
|
1304
|
+
}
|
|
1305
|
+
_animate(params, cb) {
|
|
1306
|
+
if (typeof params === "function") {
|
|
1307
|
+
cb = params;
|
|
1308
|
+
params = null;
|
|
1309
|
+
}
|
|
1310
|
+
cb("Method not implemented for window", { shouldContinue: true });
|
|
1311
|
+
}
|
|
1312
|
+
}
|
|
1313
|
+
_a = BaseWindow;
|
|
1314
|
+
BaseWindow.cache = {};
|
|
1315
|
+
BaseWindow.WINDOWSTATE = constants.WINDOWSTATE;
|
|
1316
|
+
// ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
1317
|
+
// The window wrappers
|
|
1318
|
+
// ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
1319
|
+
/**
|
|
1320
|
+
* Async wrap. Given a name/windowName, it will query the launcher for information required to wrap the window. Then it will return an object that can be operated on. Also this creates a cache of all wrapped windows for performance. Our clients wrap the same window often and this was causing excessive messaging to the store and degrading performance.
|
|
1321
|
+
* @param {*} params Need only name in most cases. For service and other cases where the window is not part of what the launcher considers active windows, name and uuid are required
|
|
1322
|
+
* @param {*} cb
|
|
1323
|
+
*/
|
|
1324
|
+
BaseWindow.wrap = BaseWindow.getInstance;
|
|
1325
|
+
BaseWindow._windowReady = (windowName) => {
|
|
1326
|
+
const promiseResolver = async (resolve) => {
|
|
1327
|
+
Logger.system.debug(`windowServiceReady: ${windowName} waiting`);
|
|
1328
|
+
const subscribeId = RouterClient.subscribe(`Finsemble.Component.State.${windowName}`, (error, response) => {
|
|
1329
|
+
const { state } = response.data;
|
|
1330
|
+
Logger.system.debug(`windowServiceReady: ${windowName} state change: ${state}`);
|
|
1331
|
+
switch (state) {
|
|
1332
|
+
case "ready":
|
|
1333
|
+
case "reloading":
|
|
1334
|
+
case "closing": // if ready state or any state beyond
|
|
1335
|
+
Logger.system.debug(`windowServiceReady: ${windowName} ${state}`);
|
|
1336
|
+
RouterClient.unsubscribe(subscribeId);
|
|
1337
|
+
resolve();
|
|
1338
|
+
break;
|
|
1339
|
+
default:
|
|
1340
|
+
Logger.system.debug(`windowServiceReady default: ${windowName} ${state}`);
|
|
1341
|
+
}
|
|
1342
|
+
});
|
|
1343
|
+
};
|
|
1344
|
+
return new Promise(promiseResolver);
|
|
1345
|
+
};
|
|
1346
|
+
//# sourceMappingURL=BaseWindow.js.map
|