@finsemble/finsemble-ui 1.0.0-beta-5 → 1.0.0-beta-9
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 +1352 -0
- package/FEA.d.ts.map +1 -0
- package/FEA.js +11 -0
- package/FEA.js.map +1 -0
- package/clients/Interop/FinsembleDesktopAgent.d.ts +227 -0
- package/clients/Interop/FinsembleDesktopAgent.d.ts.map +1 -0
- package/clients/Interop/FinsembleDesktopAgent.js +1226 -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 +429 -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 +164 -0
- package/clients/Startup/FSBLDesktop.d.ts.map +1 -0
- package/clients/Startup/FSBLDesktop.js +431 -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 +130 -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 +57 -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 +82 -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 +423 -0
- package/clients/Startup/windowStartup.js.map +1 -0
- package/clients/StoreModel.d.ts +391 -0
- package/clients/StoreModel.d.ts.map +1 -0
- package/clients/StoreModel.js +892 -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 +494 -0
- package/clients/configClient.d.ts.map +1 -0
- package/clients/configClient.js +864 -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 +673 -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 +491 -0
- package/clients/routerClient.d.ts.map +1 -0
- package/clients/routerClient.js +1358 -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 +223 -0
- package/clients/storageClient.d.ts.map +1 -0
- package/clients/storageClient.js +296 -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 +95 -0
- package/common/Desktop.d.ts.map +1 -0
- package/common/Desktop.js +148 -0
- package/common/Desktop.js.map +1 -0
- package/common/FinsembleWindow.d.ts +917 -0
- package/common/FinsembleWindow.d.ts.map +1 -0
- package/common/FinsembleWindow.js +1727 -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 +139 -0
- package/common/Monitors.d.ts.map +1 -0
- package/common/Monitors.js +464 -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 +59 -0
- package/common/configUtil.d.ts.map +1 -0
- package/common/configUtil.js +348 -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 +68 -0
- package/common/events/PublicEventManager.d.ts.map +1 -0
- package/common/events/PublicEventManager.js +177 -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 +688 -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 +24 -0
- package/deprecated/legacyUIComponentNames.d.ts.map +1 -0
- package/deprecated/legacyUIComponentNames.js +24 -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 +890 -0
- package/deprecated/linkerClient.js.map +1 -0
- package/index.d.ts +72 -0
- package/index.d.ts.map +1 -0
- package/index.js +5 -0
- package/index.js.map +1 -0
- package/main.d.ts +745 -0
- package/main.d.ts.map +1 -0
- package/main.js +83 -0
- package/main.js.map +1 -0
- package/package.json +2 -2
- 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 +17 -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 +87 -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 +594 -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/config/types.d.ts +43 -0
- package/platform/services/config/types.d.ts.map +1 -0
- package/platform/services/config/types.js +2 -0
- package/platform/services/config/types.js.map +1 -0
- package/platform/services/distributedStore/storeUtils.d.ts +68 -0
- package/platform/services/distributedStore/storeUtils.d.ts.map +1 -0
- package/platform/services/distributedStore/storeUtils.js +239 -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 +46 -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 +359 -0
- package/platform/services/router/routerTransport.js.map +1 -0
- package/platform/services/router/types.d.ts +214 -0
- package/platform/services/router/types.d.ts.map +1 -0
- package/platform/services/router/types.js +2 -0
- package/platform/services/router/types.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 +11 -0
- package/platform/services/types.d.ts.map +1 -0
- package/platform/services/types.js +10 -0
- package/platform/services/types.js.map +1 -0
- package/platform/services/window/Common/Pools/ObjectPool.d.ts +11 -0
- package/platform/services/window/Common/Pools/ObjectPool.d.ts.map +1 -0
- package/platform/services/window/Common/Pools/ObjectPool.js +43 -0
- package/platform/services/window/Common/Pools/ObjectPool.js.map +1 -0
- package/platform/services/window/Common/Pools/PoolSingletons.d.ts +10 -0
- package/platform/services/window/Common/Pools/PoolSingletons.d.ts.map +1 -0
- package/platform/services/window/Common/Pools/PoolSingletons.js +10 -0
- package/platform/services/window/Common/Pools/PoolSingletons.js.map +1 -0
- package/platform/services/window/Common/Pools/WindowPool.d.ts +7 -0
- package/platform/services/window/Common/Pools/WindowPool.d.ts.map +1 -0
- package/platform/services/window/Common/Pools/WindowPool.js +16 -0
- package/platform/services/window/Common/Pools/WindowPool.js.map +1 -0
- package/platform/services/window/Docking/boxMath.d.ts +144 -0
- package/platform/services/window/Docking/boxMath.d.ts.map +1 -0
- package/platform/services/window/Docking/boxMath.js +511 -0
- package/platform/services/window/Docking/boxMath.js.map +1 -0
- package/platform/services/window/Docking/constants.d.ts +29 -0
- package/platform/services/window/Docking/constants.d.ts.map +1 -0
- package/platform/services/window/Docking/constants.js +29 -0
- package/platform/services/window/Docking/constants.js.map +1 -0
- package/platform/services/window/Docking/dockableBox.d.ts +117 -0
- package/platform/services/window/Docking/dockableBox.d.ts.map +1 -0
- package/platform/services/window/Docking/dockableBox.js +525 -0
- package/platform/services/window/Docking/dockableBox.js.map +1 -0
- package/platform/services/window/Docking/dockableGroup.d.ts +252 -0
- package/platform/services/window/Docking/dockableGroup.d.ts.map +1 -0
- package/platform/services/window/Docking/dockableGroup.js +1054 -0
- package/platform/services/window/Docking/dockableGroup.js.map +1 -0
- package/platform/services/window/Docking/dockableMonitor.d.ts +99 -0
- package/platform/services/window/Docking/dockableMonitor.d.ts.map +1 -0
- package/platform/services/window/Docking/dockableMonitor.js +427 -0
- package/platform/services/window/Docking/dockableMonitor.js.map +1 -0
- package/platform/services/window/Docking/dockableWindow.d.ts +272 -0
- package/platform/services/window/Docking/dockableWindow.d.ts.map +1 -0
- package/platform/services/window/Docking/dockableWindow.js +1239 -0
- package/platform/services/window/Docking/dockableWindow.js.map +1 -0
- package/platform/services/window/Docking/dockingCalculator.d.ts +741 -0
- package/platform/services/window/Docking/dockingCalculator.d.ts.map +1 -0
- package/platform/services/window/Docking/dockingCalculator.js +3438 -0
- package/platform/services/window/Docking/dockingCalculator.js.map +1 -0
- package/platform/services/window/Docking/dockingMain.d.ts +349 -0
- package/platform/services/window/Docking/dockingMain.d.ts.map +1 -0
- package/platform/services/window/Docking/dockingMain.js +2541 -0
- package/platform/services/window/Docking/dockingMain.js.map +1 -0
- package/platform/services/window/Docking/maskBoundsCalculator.d.ts +28 -0
- package/platform/services/window/Docking/maskBoundsCalculator.d.ts.map +1 -0
- package/platform/services/window/Docking/maskBoundsCalculator.js +67 -0
- package/platform/services/window/Docking/maskBoundsCalculator.js.map +1 -0
- package/platform/services/window/Docking/monitorUpdateHandler.d.ts +32 -0
- package/platform/services/window/Docking/monitorUpdateHandler.d.ts.map +1 -0
- package/platform/services/window/Docking/monitorUpdateHandler.js +117 -0
- package/platform/services/window/Docking/monitorUpdateHandler.js.map +1 -0
- package/platform/services/window/Docking/types.d.ts +334 -0
- package/platform/services/window/Docking/types.d.ts.map +1 -0
- package/platform/services/window/Docking/types.js +12 -0
- package/platform/services/window/Docking/types.js.map +1 -0
- package/platform/services/window/MultiWindowFeatures/autoArrange.d.ts +90 -0
- package/platform/services/window/MultiWindowFeatures/autoArrange.d.ts.map +1 -0
- package/platform/services/window/MultiWindowFeatures/autoArrange.js +510 -0
- package/platform/services/window/MultiWindowFeatures/autoArrange.js.map +1 -0
- package/platform/services/window/StackedWindowManager/stackedWindowManager.d.ts +411 -0
- package/platform/services/window/StackedWindowManager/stackedWindowManager.d.ts.map +1 -0
- package/platform/services/window/StackedWindowManager/stackedWindowManager.js +1641 -0
- package/platform/services/window/StackedWindowManager/stackedWindowManager.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 +1347 -0
- package/platform/services/window/WindowAbstractions/BaseWindow.js.map +1 -0
- package/platform/services/window/WindowAbstractions/FinsembleWindowInternal.d.ts +9 -0
- package/platform/services/window/WindowAbstractions/FinsembleWindowInternal.d.ts.map +1 -0
- package/platform/services/window/WindowAbstractions/FinsembleWindowInternal.js +23 -0
- package/platform/services/window/WindowAbstractions/FinsembleWindowInternal.js.map +1 -0
- package/platform/services/window/WindowAbstractions/WebWindowWrapper.d.ts +227 -0
- package/platform/services/window/WindowAbstractions/WebWindowWrapper.d.ts.map +1 -0
- package/platform/services/window/WindowAbstractions/WebWindowWrapper.js +1168 -0
- package/platform/services/window/WindowAbstractions/WebWindowWrapper.js.map +1 -0
- package/platform/services/window/WindowAbstractions/externalWindowWrapper.d.ts +121 -0
- package/platform/services/window/WindowAbstractions/externalWindowWrapper.d.ts.map +1 -0
- package/platform/services/window/WindowAbstractions/externalWindowWrapper.js +591 -0
- package/platform/services/window/WindowAbstractions/externalWindowWrapper.js.map +1 -0
- package/platform/services/window/WindowAbstractions/stackedWindowWrapper.d.ts +194 -0
- package/platform/services/window/WindowAbstractions/stackedWindowWrapper.d.ts.map +1 -0
- package/platform/services/window/WindowAbstractions/stackedWindowWrapper.js +680 -0
- package/platform/services/window/WindowAbstractions/stackedWindowWrapper.js.map +1 -0
- package/platform/services/window/types.d.ts +958 -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/window/windowGroup.d.ts +86 -0
- package/platform/services/window/windowGroup.d.ts.map +1 -0
- package/platform/services/window/windowGroup.js +323 -0
- package/platform/services/window/windowGroup.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/windowStorageManager.d.ts +180 -0
- package/platform/services/workspace/windowStorageManager.d.ts.map +1 -0
- package/platform/services/workspace/windowStorageManager.js +195 -0
- package/platform/services/workspace/windowStorageManager.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 +22 -0
- package/react/actions/favoriteActions.d.ts.map +1 -0
- package/react/actions/favoriteActions.js +9 -0
- package/react/actions/favoriteActions.js.map +1 -0
- package/react/actions/linkerActions.d.ts +49 -0
- package/react/actions/linkerActions.d.ts.map +1 -0
- package/react/actions/linkerActions.js +9 -0
- package/react/actions/linkerActions.js.map +1 -0
- package/react/actions/menuActions.d.ts +17 -0
- package/react/actions/menuActions.d.ts.map +1 -0
- package/react/actions/menuActions.js +10 -0
- package/react/actions/menuActions.js.map +1 -0
- package/react/actions/rootActions.d.ts +10 -0
- package/react/actions/rootActions.d.ts.map +1 -0
- package/react/actions/rootActions.js +3 -0
- package/react/actions/rootActions.js.map +1 -0
- package/react/actions/searchActions.d.ts +13 -0
- package/react/actions/searchActions.d.ts.map +1 -0
- package/react/actions/searchActions.js +8 -0
- package/react/actions/searchActions.js.map +1 -0
- package/react/actions/smartDesktopDesignerActions.d.ts +49 -0
- package/react/actions/smartDesktopDesignerActions.d.ts.map +1 -0
- package/react/actions/smartDesktopDesignerActions.js +24 -0
- package/react/actions/smartDesktopDesignerActions.js.map +1 -0
- package/react/actions/toolbarActions.d.ts +62 -0
- package/react/actions/toolbarActions.d.ts.map +1 -0
- package/react/actions/toolbarActions.js +25 -0
- package/react/actions/toolbarActions.js.map +1 -0
- package/react/actions/workspaceActions.d.ts +12 -0
- package/react/actions/workspaceActions.d.ts.map +1 -0
- package/react/actions/workspaceActions.js +7 -0
- package/react/actions/workspaceActions.js.map +1 -0
- package/react/assets/css/advancedAppLauncher.css +648 -0
- package/react/assets/css/appCatalog.css +1064 -0
- package/react/assets/css/authentication.css +80 -0
- package/react/assets/css/button.css +241 -0
- package/react/assets/css/contextMenu.css +116 -0
- package/react/assets/css/core/formElements.css +23 -0
- package/react/assets/css/core/icons.css +71 -0
- package/react/assets/css/core/notifications.css +75 -0
- package/react/assets/css/core/windowFrame.css +45 -0
- package/react/assets/css/dashbar.css +78 -0
- package/react/assets/css/defaultTheme.css +312 -0
- package/react/assets/css/dialogs.css +160 -0
- package/react/assets/css/dialogs.lazy.css +4 -0
- package/react/assets/css/download.css +119 -0
- package/react/assets/css/favorites.css +56 -0
- package/react/assets/css/finsemble.css +40 -0
- package/react/assets/css/finsemble.lazy.css +4 -0
- package/react/assets/css/floatingFocus.lazy.css +66 -0
- package/react/assets/css/font-finance.css +498 -0
- package/react/assets/css/fonts/Open_Sans/LICENSE.txt +202 -0
- package/react/assets/css/fonts/Open_Sans/OpenSans-Bold.ttf +0 -0
- package/react/assets/css/fonts/Open_Sans/OpenSans-BoldItalic.ttf +0 -0
- package/react/assets/css/fonts/Open_Sans/OpenSans-Definition.css +118 -0
- package/react/assets/css/fonts/Open_Sans/OpenSans-ExtraBold.ttf +0 -0
- package/react/assets/css/fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf +0 -0
- package/react/assets/css/fonts/Open_Sans/OpenSans-Italic.ttf +0 -0
- package/react/assets/css/fonts/Open_Sans/OpenSans-Light.ttf +0 -0
- package/react/assets/css/fonts/Open_Sans/OpenSans-LightItalic.ttf +0 -0
- package/react/assets/css/fonts/Open_Sans/OpenSans-Regular.ttf +0 -0
- package/react/assets/css/fonts/Open_Sans/OpenSans-SemiBold.ttf +0 -0
- package/react/assets/css/fonts/Open_Sans/OpenSans-SemiBoldItalic.ttf +0 -0
- package/react/assets/css/fonts/font-finance.eot +0 -0
- package/react/assets/css/fonts/font-finance.svg +124 -0
- package/react/assets/css/fonts/font-finance.ttf +0 -0
- package/react/assets/css/fonts/font-finance.woff +0 -0
- package/react/assets/css/fonts/icons-reference.html +1174 -0
- package/react/assets/css/linkerWindow.css +131 -0
- package/react/assets/css/menus.css +195 -0
- package/react/assets/css/processMonitor.css +216 -0
- package/react/assets/css/search.css +128 -0
- package/react/assets/css/shared/animations.css +101 -0
- package/react/assets/css/shared/common.css +40 -0
- package/react/assets/css/tags.css +136 -0
- package/react/assets/css/toolbar.css +412 -0
- package/react/assets/css/userPreferences.css +634 -0
- package/react/assets/css/windowTitleBar.css +732 -0
- package/react/assets/css/windowTitleBar.lazy.css +4 -0
- package/react/assets/icons/always-on-top.svg +20 -0
- package/react/assets/icons/cancel.svg +15 -0
- package/react/assets/icons/caret.svg +7 -0
- package/react/assets/icons/check-square.svg +6 -0
- package/react/assets/icons/check.svg +4 -0
- package/react/assets/icons/chevron-left.svg +4 -0
- package/react/assets/icons/chevron-right.svg +4 -0
- package/react/assets/icons/close.svg +11 -0
- package/react/assets/icons/code-block.svg +15 -0
- package/react/assets/icons/copy.svg +11 -0
- package/react/assets/icons/documentation.svg +20 -0
- package/react/assets/icons/exclamation-circle.svg +5 -0
- package/react/assets/icons/external-link.svg +13 -0
- package/react/assets/icons/flag.svg +11 -0
- package/react/assets/icons/folder.svg +4 -0
- package/react/assets/icons/font.svg +4 -0
- package/react/assets/icons/gear.svg +9 -0
- package/react/assets/icons/globe.svg +4 -0
- package/react/assets/icons/grid.svg +26 -0
- package/react/assets/icons/group.png +0 -0
- package/react/assets/icons/hdd.svg +10 -0
- package/react/assets/icons/icon-copy.png +0 -0
- package/react/assets/icons/icons-app-manual.png +0 -0
- package/react/assets/icons/icons-app-native.png +0 -0
- package/react/assets/icons/icons-app-web.png +0 -0
- package/react/assets/icons/icons-app-wizard.png +0 -0
- package/react/assets/icons/icons-cancel.png +0 -0
- package/react/assets/icons/icons-confirm.png +0 -0
- package/react/assets/icons/icons-welcome-application.png +0 -0
- package/react/assets/icons/icons-welcome-export.png +0 -0
- package/react/assets/icons/icons-welcome-start.png +0 -0
- package/react/assets/icons/icons-welcome-theme.png +0 -0
- package/react/assets/icons/key.svg +11 -0
- package/react/assets/icons/life-ring.svg +4 -0
- package/react/assets/icons/linker.svg +18 -0
- package/react/assets/icons/lock.svg +6 -0
- package/react/assets/icons/magic.svg +16 -0
- package/react/assets/icons/maximize.svg +16 -0
- package/react/assets/icons/minimize.svg +15 -0
- package/react/assets/icons/moon.svg +11 -0
- package/react/assets/icons/paint-roller.svg +4 -0
- package/react/assets/icons/pause.svg +15 -0
- package/react/assets/icons/pencil.svg +11 -0
- package/react/assets/icons/plus.svg +4 -0
- package/react/assets/icons/question-circle.svg +6 -0
- package/react/assets/icons/resume.svg +17 -0
- package/react/assets/icons/search.svg +4 -0
- package/react/assets/icons/server.svg +26 -0
- package/react/assets/icons/sun.svg +10 -0
- package/react/assets/icons/times.svg +4 -0
- package/react/assets/icons/toggle-off.svg +7 -0
- package/react/assets/icons/toggle-on.svg +7 -0
- package/react/assets/icons/toolbar.svg +12 -0
- package/react/assets/icons/tools.svg +4 -0
- package/react/assets/icons/trash.svg +13 -0
- package/react/assets/icons/upload.svg +11 -0
- package/react/assets/icons/window.svg +4 -0
- package/react/assets/img/Finsemble-installation.gif +0 -0
- package/react/assets/img/Finsemble_SystemTray_Icon.png +0 -0
- package/react/assets/img/Finsemble_Taskbar_Icon.png +0 -0
- package/react/assets/img/Finsemble_Toolbar_Icon.png +0 -0
- package/react/assets/img/cosaic-banner-100x20.png +0 -0
- package/react/assets/img/finsemble-display.png +0 -0
- package/react/assets/img/finsembleDarkBG_Solo@1.5x.png +0 -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 +19 -0
- package/react/components/FinsembleProvider.d.ts.map +1 -0
- package/react/components/FinsembleProvider.js +27 -0
- package/react/components/FinsembleProvider.js.map +1 -0
- package/react/components/appCatalog/AppCatalog.d.ts +11 -0
- package/react/components/appCatalog/AppCatalog.d.ts.map +1 -0
- package/react/components/appCatalog/AppCatalog.js +31 -0
- package/react/components/appCatalog/AppCatalog.js.map +1 -0
- package/react/components/appCatalog/AppCatalogComponent.d.ts +95 -0
- package/react/components/appCatalog/AppCatalogComponent.d.ts.map +1 -0
- package/react/components/appCatalog/AppCatalogComponent.js +304 -0
- package/react/components/appCatalog/AppCatalogComponent.js.map +1 -0
- package/react/components/appCatalog/components/AppCard.d.ts +65 -0
- package/react/components/appCatalog/components/AppCard.d.ts.map +1 -0
- package/react/components/appCatalog/components/AppCard.js +201 -0
- package/react/components/appCatalog/components/AppCard.js.map +1 -0
- package/react/components/appCatalog/components/AppList.d.ts +9 -0
- package/react/components/appCatalog/components/AppList.d.ts.map +1 -0
- package/react/components/appCatalog/components/AppList.js +26 -0
- package/react/components/appCatalog/components/AppList.js.map +1 -0
- package/react/components/appCatalog/components/AppResults.d.ts +22 -0
- package/react/components/appCatalog/components/AppResults.d.ts.map +1 -0
- package/react/components/appCatalog/components/AppResults.js +72 -0
- package/react/components/appCatalog/components/AppResults.js.map +1 -0
- package/react/components/appCatalog/components/Carousel.d.ts +43 -0
- package/react/components/appCatalog/components/Carousel.d.ts.map +1 -0
- package/react/components/appCatalog/components/Carousel.js +127 -0
- package/react/components/appCatalog/components/Carousel.js.map +1 -0
- package/react/components/appCatalog/components/EmptyResults.d.ts +8 -0
- package/react/components/appCatalog/components/EmptyResults.d.ts.map +1 -0
- package/react/components/appCatalog/components/EmptyResults.js +13 -0
- package/react/components/appCatalog/components/EmptyResults.js.map +1 -0
- package/react/components/appCatalog/components/Hero.d.ts +43 -0
- package/react/components/appCatalog/components/Hero.d.ts.map +1 -0
- package/react/components/appCatalog/components/Hero.js +84 -0
- package/react/components/appCatalog/components/Hero.js.map +1 -0
- package/react/components/appCatalog/components/Home.d.ts +22 -0
- package/react/components/appCatalog/components/Home.d.ts.map +1 -0
- package/react/components/appCatalog/components/Home.js +29 -0
- package/react/components/appCatalog/components/Home.js.map +1 -0
- package/react/components/appCatalog/components/SearchBar.d.ts +58 -0
- package/react/components/appCatalog/components/SearchBar.d.ts.map +1 -0
- package/react/components/appCatalog/components/SearchBar.js +108 -0
- package/react/components/appCatalog/components/SearchBar.js.map +1 -0
- package/react/components/appCatalog/components/Showcase/AppDescription.d.ts +12 -0
- package/react/components/appCatalog/components/Showcase/AppDescription.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/AppDescription.js +16 -0
- package/react/components/appCatalog/components/Showcase/AppDescription.js.map +1 -0
- package/react/components/appCatalog/components/Showcase/AppDevNotes.d.ts +15 -0
- package/react/components/appCatalog/components/Showcase/AppDevNotes.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/AppDevNotes.js +31 -0
- package/react/components/appCatalog/components/Showcase/AppDevNotes.js.map +1 -0
- package/react/components/appCatalog/components/Showcase/AppShowcase.d.ts +38 -0
- package/react/components/appCatalog/components/Showcase/AppShowcase.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/AppShowcase.js +129 -0
- package/react/components/appCatalog/components/Showcase/AppShowcase.js.map +1 -0
- package/react/components/appCatalog/components/Showcase/Header.d.ts +22 -0
- package/react/components/appCatalog/components/Showcase/Header.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/Header.js +59 -0
- package/react/components/appCatalog/components/Showcase/Header.js.map +1 -0
- package/react/components/appCatalog/components/Showcase/ImageCarousel.d.ts +14 -0
- package/react/components/appCatalog/components/Showcase/ImageCarousel.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/ImageCarousel.js +26 -0
- package/react/components/appCatalog/components/Showcase/ImageCarousel.js.map +1 -0
- package/react/components/appCatalog/components/Showcase/Modal.d.ts +19 -0
- package/react/components/appCatalog/components/Showcase/Modal.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/Modal.js +24 -0
- package/react/components/appCatalog/components/Showcase/Modal.js.map +1 -0
- package/react/components/appCatalog/components/Showcase/ReleaseNotes.d.ts +10 -0
- package/react/components/appCatalog/components/Showcase/ReleaseNotes.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/ReleaseNotes.js +19 -0
- package/react/components/appCatalog/components/Showcase/ReleaseNotes.js.map +1 -0
- package/react/components/appCatalog/components/Showcase/SupportNotes.d.ts +12 -0
- package/react/components/appCatalog/components/Showcase/SupportNotes.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/SupportNotes.js +27 -0
- package/react/components/appCatalog/components/Showcase/SupportNotes.js.map +1 -0
- package/react/components/appCatalog/components/Showcase/VersionNotes.d.ts +10 -0
- package/react/components/appCatalog/components/Showcase/VersionNotes.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/VersionNotes.js +22 -0
- package/react/components/appCatalog/components/Showcase/VersionNotes.js.map +1 -0
- package/react/components/appCatalog/components/Showcase/defaults.d.ts +4 -0
- package/react/components/appCatalog/components/Showcase/defaults.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/defaults.js +4 -0
- package/react/components/appCatalog/components/Showcase/defaults.js.map +1 -0
- package/react/components/appCatalog/components/Toast.d.ts +12 -0
- package/react/components/appCatalog/components/Toast.d.ts.map +1 -0
- package/react/components/appCatalog/components/Toast.js +39 -0
- package/react/components/appCatalog/components/Toast.js.map +1 -0
- package/react/components/appCatalog/components/helpers.d.ts +3 -0
- package/react/components/appCatalog/components/helpers.d.ts.map +1 -0
- package/react/components/appCatalog/components/helpers.js +34 -0
- package/react/components/appCatalog/components/helpers.js.map +1 -0
- package/react/components/appCatalog/index.d.ts +2 -0
- package/react/components/appCatalog/index.d.ts.map +1 -0
- package/react/components/appCatalog/index.js +2 -0
- package/react/components/appCatalog/index.js.map +1 -0
- package/react/components/appCatalog/modules/AppDirectory.d.ts +13 -0
- package/react/components/appCatalog/modules/AppDirectory.d.ts.map +1 -0
- package/react/components/appCatalog/modules/AppDirectory.js +11 -0
- package/react/components/appCatalog/modules/AppDirectory.js.map +1 -0
- package/react/components/appCatalog/modules/FDC3.d.ts +52 -0
- package/react/components/appCatalog/modules/FDC3.d.ts.map +1 -0
- package/react/components/appCatalog/modules/FDC3.js +147 -0
- package/react/components/appCatalog/modules/FDC3.js.map +1 -0
- package/react/components/appCatalog/stores/appStore.d.ts +10 -0
- package/react/components/appCatalog/stores/appStore.d.ts.map +1 -0
- package/react/components/appCatalog/stores/appStore.js +48 -0
- package/react/components/appCatalog/stores/appStore.js.map +1 -0
- package/react/components/appCatalog/stores/storeActions.d.ts +146 -0
- package/react/components/appCatalog/stores/storeActions.d.ts.map +1 -0
- package/react/components/appCatalog/stores/storeActions.js +424 -0
- package/react/components/appCatalog/stores/storeActions.js.map +1 -0
- package/react/components/common/Button.d.ts +36 -0
- package/react/components/common/Button.d.ts.map +1 -0
- package/react/components/common/Button.js +22 -0
- package/react/components/common/Button.js.map +1 -0
- package/react/components/common/ButtonIcon.d.ts +5 -0
- package/react/components/common/ButtonIcon.d.ts.map +1 -0
- package/react/components/common/ButtonIcon.js +12 -0
- package/react/components/common/ButtonIcon.js.map +1 -0
- package/react/components/common/ButtonRow.d.ts +16 -0
- package/react/components/common/ButtonRow.d.ts.map +1 -0
- package/react/components/common/ButtonRow.js +30 -0
- package/react/components/common/ButtonRow.js.map +1 -0
- package/react/components/common/Checkbox.d.ts +12 -0
- package/react/components/common/Checkbox.d.ts.map +1 -0
- package/react/components/common/Checkbox.js +8 -0
- package/react/components/common/Checkbox.js.map +1 -0
- package/react/components/common/ContextMenu.d.ts +14 -0
- package/react/components/common/ContextMenu.d.ts.map +1 -0
- package/react/components/common/ContextMenu.js +69 -0
- package/react/components/common/ContextMenu.js.map +1 -0
- package/react/components/common/Dropdown.d.ts +15 -0
- package/react/components/common/Dropdown.d.ts.map +1 -0
- package/react/components/common/Dropdown.js +83 -0
- package/react/components/common/Dropdown.js.map +1 -0
- package/react/components/common/DropdownButton.d.ts +11 -0
- package/react/components/common/DropdownButton.d.ts.map +1 -0
- package/react/components/common/DropdownButton.js +66 -0
- package/react/components/common/DropdownButton.js.map +1 -0
- package/react/components/common/ErrorBoundary.d.ts +35 -0
- package/react/components/common/ErrorBoundary.d.ts.map +1 -0
- package/react/components/common/ErrorBoundary.js +44 -0
- package/react/components/common/ErrorBoundary.js.map +1 -0
- package/react/components/common/FinsembleIcon.d.ts +21 -0
- package/react/components/common/FinsembleIcon.d.ts.map +1 -0
- package/react/components/common/FinsembleIcon.js +149 -0
- package/react/components/common/FinsembleIcon.js.map +1 -0
- package/react/components/common/FinsembleToggle.d.ts +10 -0
- package/react/components/common/FinsembleToggle.d.ts.map +1 -0
- package/react/components/common/FinsembleToggle.js +12 -0
- package/react/components/common/FinsembleToggle.js.map +1 -0
- package/react/components/common/FinsembleToggleButtonBar.d.ts +16 -0
- package/react/components/common/FinsembleToggleButtonBar.d.ts.map +1 -0
- package/react/components/common/FinsembleToggleButtonBar.js +40 -0
- package/react/components/common/FinsembleToggleButtonBar.js.map +1 -0
- package/react/components/common/Header.d.ts +13 -0
- package/react/components/common/Header.d.ts.map +1 -0
- package/react/components/common/Header.js +19 -0
- package/react/components/common/Header.js.map +1 -0
- package/react/components/common/TimeSelect.d.ts +17 -0
- package/react/components/common/TimeSelect.d.ts.map +1 -0
- package/react/components/common/TimeSelect.js +174 -0
- package/react/components/common/TimeSelect.js.map +1 -0
- package/react/components/common/css/FinsembleToggle.css +36 -0
- package/react/components/common/css/accordion.css +100 -0
- package/react/components/common/css/application-edit-page.css +329 -0
- package/react/components/common/css/application-list.css +53 -0
- package/react/components/common/css/button.css +187 -0
- package/react/components/common/css/checkbox.css +69 -0
- package/react/components/common/css/color-picker.css +52 -0
- package/react/components/common/css/drop-zone.css +13 -0
- package/react/components/common/css/dropdown.css +56 -0
- package/react/components/common/css/file-input.css +65 -0
- package/react/components/common/css/header.css +31 -0
- package/react/components/common/css/icon.css +13 -0
- package/react/components/common/css/image-preview.css +57 -0
- package/react/components/common/css/loading-spinner.css +34 -0
- package/react/components/common/css/preload-edit-page.css +37 -0
- package/react/components/common/css/selector.css +55 -0
- package/react/components/common/css/styles.css +133 -0
- package/react/components/common/css/tab.css +57 -0
- package/react/components/common/css/time-select.css +9 -0
- package/react/components/common/css/toggle.css +48 -0
- package/react/components/common/css/tooltip.css +77 -0
- package/react/components/common/fixtures/FinsembleIcon.css +4 -0
- package/react/components/downloadManager/DownloadItem.d.ts +16 -0
- package/react/components/downloadManager/DownloadItem.d.ts.map +1 -0
- package/react/components/downloadManager/DownloadItem.js +74 -0
- package/react/components/downloadManager/DownloadItem.js.map +1 -0
- package/react/components/downloadManager/DownloadManager.d.ts +10 -0
- package/react/components/downloadManager/DownloadManager.d.ts.map +1 -0
- package/react/components/downloadManager/DownloadManager.js +42 -0
- package/react/components/downloadManager/DownloadManager.js.map +1 -0
- package/react/components/downloadManager/index.d.ts +2 -0
- package/react/components/downloadManager/index.d.ts.map +1 -0
- package/react/components/downloadManager/index.js +2 -0
- package/react/components/downloadManager/index.js.map +1 -0
- package/react/components/favorites/FavoriteMaker.d.ts +17 -0
- package/react/components/favorites/FavoriteMaker.d.ts.map +1 -0
- package/react/components/favorites/FavoriteMaker.js +40 -0
- package/react/components/favorites/FavoriteMaker.js.map +1 -0
- package/react/components/favorites/FavoritesShell.d.ts +8 -0
- package/react/components/favorites/FavoritesShell.d.ts.map +1 -0
- package/react/components/favorites/FavoritesShell.js +41 -0
- package/react/components/favorites/FavoritesShell.js.map +1 -0
- package/react/components/fdc3Resolver/ResolverContainer.d.ts +3 -0
- package/react/components/fdc3Resolver/ResolverContainer.d.ts.map +1 -0
- package/react/components/fdc3Resolver/ResolverContainer.js +150 -0
- package/react/components/fdc3Resolver/ResolverContainer.js.map +1 -0
- package/react/components/fdc3Resolver/ResolverDialog.css +127 -0
- package/react/components/fdc3Resolver/ResolverDialog.d.ts +23 -0
- package/react/components/fdc3Resolver/ResolverDialog.d.ts.map +1 -0
- package/react/components/fdc3Resolver/ResolverDialog.js +138 -0
- package/react/components/fdc3Resolver/ResolverDialog.js.map +1 -0
- 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 +22 -0
- package/react/components/icon/Icon.d.ts.map +1 -0
- package/react/components/icon/Icon.js +101 -0
- package/react/components/icon/Icon.js.map +1 -0
- package/react/components/icon/index.d.ts +2 -0
- package/react/components/icon/index.d.ts.map +1 -0
- package/react/components/icon/index.js +2 -0
- package/react/components/icon/index.js.map +1 -0
- package/react/components/index.d.ts +29 -0
- package/react/components/index.d.ts.map +1 -0
- package/react/components/index.js +29 -0
- package/react/components/index.js.map +1 -0
- package/react/components/legacyControls/FinsembleDialog.d.ts +19 -0
- package/react/components/legacyControls/FinsembleDialog.d.ts.map +1 -0
- package/react/components/legacyControls/FinsembleDialog.js +58 -0
- package/react/components/legacyControls/FinsembleDialog.js.map +1 -0
- package/react/components/legacyControls/FinsembleDialogButton.d.ts +16 -0
- package/react/components/legacyControls/FinsembleDialogButton.d.ts.map +1 -0
- package/react/components/legacyControls/FinsembleDialogButton.js +21 -0
- package/react/components/legacyControls/FinsembleDialogButton.js.map +1 -0
- package/react/components/legacyControls/FinsembleDialogQuestion.d.ts +14 -0
- package/react/components/legacyControls/FinsembleDialogQuestion.d.ts.map +1 -0
- package/react/components/legacyControls/FinsembleDialogQuestion.js +17 -0
- package/react/components/legacyControls/FinsembleDialogQuestion.js.map +1 -0
- package/react/components/legacyControls/FinsembleDialogTextInput.d.ts +22 -0
- package/react/components/legacyControls/FinsembleDialogTextInput.d.ts.map +1 -0
- package/react/components/legacyControls/FinsembleDialogTextInput.js +65 -0
- package/react/components/legacyControls/FinsembleDialogTextInput.js.map +1 -0
- package/react/components/legacyControls/FinsembleDnDContext.d.ts +46 -0
- package/react/components/legacyControls/FinsembleDnDContext.d.ts.map +1 -0
- package/react/components/legacyControls/FinsembleDnDContext.js +293 -0
- package/react/components/legacyControls/FinsembleDnDContext.js.map +1 -0
- package/react/components/legacyControls/FinsembleDraggable.d.ts +15 -0
- package/react/components/legacyControls/FinsembleDraggable.d.ts.map +1 -0
- package/react/components/legacyControls/FinsembleDraggable.js +22 -0
- package/react/components/legacyControls/FinsembleDraggable.js.map +1 -0
- package/react/components/legacyControls/FinsembleHoverDetector.d.ts +23 -0
- package/react/components/legacyControls/FinsembleHoverDetector.d.ts.map +1 -0
- package/react/components/legacyControls/FinsembleHoverDetector.js +57 -0
- package/react/components/legacyControls/FinsembleHoverDetector.js.map +1 -0
- package/react/components/linker/LinkerMenu.d.ts +7 -0
- package/react/components/linker/LinkerMenu.d.ts.map +1 -0
- package/react/components/linker/LinkerMenu.js +153 -0
- package/react/components/linker/LinkerMenu.js.map +1 -0
- package/react/components/linker/LinkerMenuDeprecated.d.ts +8 -0
- package/react/components/linker/LinkerMenuDeprecated.d.ts.map +1 -0
- package/react/components/linker/LinkerMenuDeprecated.js +39 -0
- package/react/components/linker/LinkerMenuDeprecated.js.map +1 -0
- package/react/components/linker/index.d.ts +2 -0
- package/react/components/linker/index.d.ts.map +1 -0
- package/react/components/linker/index.js +2 -0
- package/react/components/linker/index.js.map +1 -0
- package/react/components/linker/remoteRedux.d.ts +11 -0
- package/react/components/linker/remoteRedux.d.ts.map +1 -0
- package/react/components/linker/remoteRedux.js +30 -0
- package/react/components/linker/remoteRedux.js.map +1 -0
- package/react/components/menu/Menu.d.ts +29 -0
- package/react/components/menu/Menu.d.ts.map +1 -0
- package/react/components/menu/Menu.js +26 -0
- package/react/components/menu/Menu.js.map +1 -0
- package/react/components/menu/MenuAutoResizer.d.ts +19 -0
- package/react/components/menu/MenuAutoResizer.d.ts.map +1 -0
- package/react/components/menu/MenuAutoResizer.js +68 -0
- package/react/components/menu/MenuAutoResizer.js.map +1 -0
- package/react/components/menu/MenuContent.d.ts +9 -0
- package/react/components/menu/MenuContent.d.ts.map +1 -0
- package/react/components/menu/MenuContent.js +15 -0
- package/react/components/menu/MenuContent.js.map +1 -0
- package/react/components/menu/MenuHotKey.d.ts +20 -0
- package/react/components/menu/MenuHotKey.d.ts.map +1 -0
- package/react/components/menu/MenuHotKey.js +46 -0
- package/react/components/menu/MenuHotKey.js.map +1 -0
- package/react/components/menu/MenuItem.d.ts +17 -0
- package/react/components/menu/MenuItem.d.ts.map +1 -0
- package/react/components/menu/MenuItem.js +22 -0
- package/react/components/menu/MenuItem.js.map +1 -0
- package/react/components/menu/MenuPortal.d.ts +5 -0
- package/react/components/menu/MenuPortal.d.ts.map +1 -0
- package/react/components/menu/MenuPortal.js +244 -0
- package/react/components/menu/MenuPortal.js.map +1 -0
- package/react/components/menu/MenuShell.d.ts +31 -0
- package/react/components/menu/MenuShell.d.ts.map +1 -0
- package/react/components/menu/MenuShell.js +48 -0
- package/react/components/menu/MenuShell.js.map +1 -0
- package/react/components/menu/MenuToggle.d.ts +6 -0
- package/react/components/menu/MenuToggle.d.ts.map +1 -0
- package/react/components/menu/MenuToggle.js +19 -0
- package/react/components/menu/MenuToggle.js.map +1 -0
- package/react/components/menu/index.d.ts +6 -0
- package/react/components/menu/index.d.ts.map +1 -0
- package/react/components/menu/index.js +6 -0
- package/react/components/menu/index.js.map +1 -0
- package/react/components/menu/keyboardNavigation.d.ts +14 -0
- package/react/components/menu/keyboardNavigation.d.ts.map +1 -0
- package/react/components/menu/keyboardNavigation.js +196 -0
- package/react/components/menu/keyboardNavigation.js.map +1 -0
- package/react/components/menu/menuContext.d.ts +18 -0
- package/react/components/menu/menuContext.d.ts.map +1 -0
- package/react/components/menu/menuContext.js +9 -0
- package/react/components/menu/menuContext.js.map +1 -0
- package/react/components/menu/menuHelpers.d.ts +33 -0
- package/react/components/menu/menuHelpers.d.ts.map +1 -0
- package/react/components/menu/menuHelpers.js +111 -0
- package/react/components/menu/menuHelpers.js.map +1 -0
- package/react/components/notifications/components/NoNotifications.d.ts +4 -0
- package/react/components/notifications/components/NoNotifications.d.ts.map +1 -0
- package/react/components/notifications/components/NoNotifications.js +5 -0
- package/react/components/notifications/components/NoNotifications.js.map +1 -0
- package/react/components/notifications/components/notificationsCenter/NotificationCenterUtils.d.ts +19 -0
- package/react/components/notifications/components/notificationsCenter/NotificationCenterUtils.d.ts.map +1 -0
- package/react/components/notifications/components/notificationsCenter/NotificationCenterUtils.js +84 -0
- package/react/components/notifications/components/notificationsCenter/NotificationCenterUtils.js.map +1 -0
- package/react/components/notifications/components/notificationsCenter/NotificationsCenter.d.ts +6 -0
- package/react/components/notifications/components/notificationsCenter/NotificationsCenter.d.ts.map +1 -0
- package/react/components/notifications/components/notificationsCenter/NotificationsCenter.js +45 -0
- package/react/components/notifications/components/notificationsCenter/NotificationsCenter.js.map +1 -0
- package/react/components/notifications/components/notificationsCenter/components/CardView.d.ts +5 -0
- package/react/components/notifications/components/notificationsCenter/components/CardView.d.ts.map +1 -0
- package/react/components/notifications/components/notificationsCenter/components/CardView.js +92 -0
- package/react/components/notifications/components/notificationsCenter/components/CardView.js.map +1 -0
- package/react/components/notifications/components/notificationsCenter/components/Drawer.d.ts +8 -0
- package/react/components/notifications/components/notificationsCenter/components/Drawer.d.ts.map +1 -0
- package/react/components/notifications/components/notificationsCenter/components/Drawer.js +5 -0
- package/react/components/notifications/components/notificationsCenter/components/Drawer.js.map +1 -0
- package/react/components/notifications/components/notificationsCenter/components/DrawerControls.d.ts +4 -0
- package/react/components/notifications/components/notificationsCenter/components/DrawerControls.d.ts.map +1 -0
- package/react/components/notifications/components/notificationsCenter/components/DrawerControls.js +94 -0
- package/react/components/notifications/components/notificationsCenter/components/DrawerControls.js.map +1 -0
- package/react/components/notifications/components/notificationsCenter/components/DrawerHeader.d.ts +7 -0
- package/react/components/notifications/components/notificationsCenter/components/DrawerHeader.d.ts.map +1 -0
- package/react/components/notifications/components/notificationsCenter/components/DrawerHeader.js +78 -0
- package/react/components/notifications/components/notificationsCenter/components/DrawerHeader.js.map +1 -0
- package/react/components/notifications/components/notificationsCenter/components/ListView.d.ts +11 -0
- package/react/components/notifications/components/notificationsCenter/components/ListView.d.ts.map +1 -0
- package/react/components/notifications/components/notificationsCenter/components/ListView.js +151 -0
- package/react/components/notifications/components/notificationsCenter/components/ListView.js.map +1 -0
- package/react/components/notifications/components/notificationsCenter/components/NotificationCenterMainView.d.ts +19 -0
- package/react/components/notifications/components/notificationsCenter/components/NotificationCenterMainView.d.ts.map +1 -0
- package/react/components/notifications/components/notificationsCenter/components/NotificationCenterMainView.js +69 -0
- package/react/components/notifications/components/notificationsCenter/components/NotificationCenterMainView.js.map +1 -0
- package/react/components/notifications/components/notificationsCenter/components/NotificationDetailsView.d.ts +7 -0
- package/react/components/notifications/components/notificationsCenter/components/NotificationDetailsView.d.ts.map +1 -0
- package/react/components/notifications/components/notificationsCenter/components/NotificationDetailsView.js +64 -0
- package/react/components/notifications/components/notificationsCenter/components/NotificationDetailsView.js.map +1 -0
- package/react/components/notifications/components/notificationsCenter/components/NotificationsCenterWindow.d.ts +10 -0
- package/react/components/notifications/components/notificationsCenter/components/NotificationsCenterWindow.d.ts.map +1 -0
- package/react/components/notifications/components/notificationsCenter/components/NotificationsCenterWindow.js +304 -0
- package/react/components/notifications/components/notificationsCenter/components/NotificationsCenterWindow.js.map +1 -0
- package/react/components/notifications/components/notificationsToasts/NotificationsToasts.d.ts +5 -0
- package/react/components/notifications/components/notificationsToasts/NotificationsToasts.d.ts.map +1 -0
- package/react/components/notifications/components/notificationsToasts/NotificationsToasts.js +206 -0
- package/react/components/notifications/components/notificationsToasts/NotificationsToasts.js.map +1 -0
- package/react/components/notifications/components/shared/CheckButton.d.ts +6 -0
- package/react/components/notifications/components/shared/CheckButton.d.ts.map +1 -0
- package/react/components/notifications/components/shared/CheckButton.js +39 -0
- package/react/components/notifications/components/shared/CheckButton.js.map +1 -0
- package/react/components/notifications/components/shared/IconButton.d.ts +11 -0
- package/react/components/notifications/components/shared/IconButton.d.ts.map +1 -0
- package/react/components/notifications/components/shared/IconButton.js +11 -0
- package/react/components/notifications/components/shared/IconButton.js.map +1 -0
- package/react/components/notifications/components/shared/NotificationCardShell.d.ts +20 -0
- package/react/components/notifications/components/shared/NotificationCardShell.d.ts.map +1 -0
- package/react/components/notifications/components/shared/NotificationCardShell.js +94 -0
- package/react/components/notifications/components/shared/NotificationCardShell.js.map +1 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyActions.d.ts +6 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyActions.d.ts.map +1 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyActions.js +32 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyActions.js.map +1 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyContentLogo.d.ts +5 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyContentLogo.d.ts.map +1 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyContentLogo.js +7 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyContentLogo.js.map +1 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyShell.d.ts +6 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyShell.d.ts.map +1 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyShell.js +13 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyShell.js.map +1 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.d.ts +12 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.d.ts.map +1 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.js +150 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.js.map +1 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderLogo.d.ts +5 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderLogo.d.ts.map +1 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderLogo.js +8 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderLogo.js.map +1 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.d.ts +8 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.d.ts.map +1 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.js +19 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.js.map +1 -0
- package/react/components/notifications/constants.d.ts +10 -0
- package/react/components/notifications/constants.d.ts.map +1 -0
- package/react/components/notifications/constants.js +12 -0
- package/react/components/notifications/constants.js.map +1 -0
- package/react/components/notifications/css/notification-card.css +169 -0
- package/react/components/notifications/css/notification-center.css +410 -0
- package/react/components/notifications/css/notifications-toasts.css +32 -0
- package/react/components/notifications/icons/EnvelopeClose.d.ts +3 -0
- package/react/components/notifications/icons/EnvelopeClose.d.ts.map +1 -0
- package/react/components/notifications/icons/EnvelopeClose.js +12 -0
- package/react/components/notifications/icons/EnvelopeClose.js.map +1 -0
- package/react/components/notifications/icons/EnvelopeOpen.d.ts +3 -0
- package/react/components/notifications/icons/EnvelopeOpen.d.ts.map +1 -0
- package/react/components/notifications/icons/EnvelopeOpen.js +11 -0
- package/react/components/notifications/icons/EnvelopeOpen.js.map +1 -0
- package/react/components/notifications/icons/SnoozeIcon.d.ts +3 -0
- package/react/components/notifications/icons/SnoozeIcon.d.ts.map +1 -0
- package/react/components/notifications/icons/SnoozeIcon.js +13 -0
- package/react/components/notifications/icons/SnoozeIcon.js.map +1 -0
- package/react/components/notifications/index.d.ts +9 -0
- package/react/components/notifications/index.d.ts.map +1 -0
- package/react/components/notifications/index.js +9 -0
- package/react/components/notifications/index.js.map +1 -0
- package/react/components/notifications/notificationsContext.d.ts +8 -0
- package/react/components/notifications/notificationsContext.d.ts.map +1 -0
- package/react/components/notifications/notificationsContext.js +7 -0
- package/react/components/notifications/notificationsContext.js.map +1 -0
- package/react/components/notifications/types.d.ts +91 -0
- package/react/components/notifications/types.d.ts.map +1 -0
- package/react/components/notifications/types.js +2 -0
- package/react/components/notifications/types.js.map +1 -0
- package/react/components/notifications/utils.d.ts +13 -0
- package/react/components/notifications/utils.d.ts.map +1 -0
- package/react/components/notifications/utils.js +71 -0
- package/react/components/notifications/utils.js.map +1 -0
- package/react/components/processMonitor/ProcessMonitor.d.ts +7 -0
- package/react/components/processMonitor/ProcessMonitor.d.ts.map +1 -0
- package/react/components/processMonitor/ProcessMonitor.js +87 -0
- package/react/components/processMonitor/ProcessMonitor.js.map +1 -0
- package/react/components/processMonitor/ProcessMonitorTypes.d.ts +27 -0
- package/react/components/processMonitor/ProcessMonitorTypes.d.ts.map +1 -0
- package/react/components/processMonitor/ProcessMonitorTypes.js +6 -0
- package/react/components/processMonitor/ProcessMonitorTypes.js.map +1 -0
- package/react/components/processMonitor/components/ChildWindow.d.ts +13 -0
- package/react/components/processMonitor/components/ChildWindow.d.ts.map +1 -0
- package/react/components/processMonitor/components/ChildWindow.js +37 -0
- package/react/components/processMonitor/components/ChildWindow.js.map +1 -0
- package/react/components/processMonitor/components/ListHeader.d.ts +13 -0
- package/react/components/processMonitor/components/ListHeader.d.ts.map +1 -0
- package/react/components/processMonitor/components/ListHeader.js +50 -0
- package/react/components/processMonitor/components/ListHeader.js.map +1 -0
- package/react/components/processMonitor/components/ProcessStatistics.d.ts +10 -0
- package/react/components/processMonitor/components/ProcessStatistics.d.ts.map +1 -0
- package/react/components/processMonitor/components/ProcessStatistics.js +62 -0
- package/react/components/processMonitor/components/ProcessStatistics.js.map +1 -0
- package/react/components/processMonitor/constants.d.ts +10 -0
- package/react/components/processMonitor/constants.d.ts.map +1 -0
- package/react/components/processMonitor/constants.js +30 -0
- package/react/components/processMonitor/constants.js.map +1 -0
- package/react/components/processMonitor/helpers.d.ts +19 -0
- package/react/components/processMonitor/helpers.d.ts.map +1 -0
- package/react/components/processMonitor/helpers.js +56 -0
- package/react/components/processMonitor/helpers.js.map +1 -0
- package/react/components/processMonitor/index.d.ts +2 -0
- package/react/components/processMonitor/index.d.ts.map +1 -0
- package/react/components/processMonitor/index.js +2 -0
- package/react/components/processMonitor/index.js.map +1 -0
- package/react/components/processMonitor/stores/ProcessMonitorStore.d.ts +63 -0
- package/react/components/processMonitor/stores/ProcessMonitorStore.d.ts.map +1 -0
- package/react/components/processMonitor/stores/ProcessMonitorStore.js +292 -0
- package/react/components/processMonitor/stores/ProcessMonitorStore.js.map +1 -0
- package/react/components/quickComponentForm/QuickComponentForm.d.ts +8 -0
- package/react/components/quickComponentForm/QuickComponentForm.d.ts.map +1 -0
- package/react/components/quickComponentForm/QuickComponentForm.js +124 -0
- package/react/components/quickComponentForm/QuickComponentForm.js.map +1 -0
- package/react/components/quickComponentForm/index.d.ts +2 -0
- package/react/components/quickComponentForm/index.d.ts.map +1 -0
- package/react/components/quickComponentForm/index.js +2 -0
- package/react/components/quickComponentForm/index.js.map +1 -0
- package/react/components/quickComponentForm/quickComponent.css +3 -0
- package/react/components/sdd/Appearance.css +36 -0
- package/react/components/sdd/Appearance.helpers.d.ts +2 -0
- package/react/components/sdd/Appearance.helpers.d.ts.map +1 -0
- package/react/components/sdd/Appearance.helpers.js +2 -0
- package/react/components/sdd/Appearance.helpers.js.map +1 -0
- package/react/components/sdd/AssetsPage.css +26 -0
- package/react/components/sdd/Dashboard.css +97 -0
- package/react/components/sdd/ThemePage.css +98 -0
- package/react/components/sdd/css/addApp.css +134 -0
- package/react/components/sdd/css/appearance.css +27 -0
- package/react/components/sdd/css/applications.css +160 -0
- package/react/components/sdd/css/authentication.css +124 -0
- package/react/components/sdd/css/buttons.css +12 -0
- package/react/components/sdd/css/export.css +243 -0
- package/react/components/sdd/css/getting-started.css +28 -0
- package/react/components/sdd/css/interopField.css +14 -0
- package/react/components/sdd/css/nav.css +142 -0
- package/react/components/sdd/css/project-errors.css +15 -0
- package/react/components/sdd/css/project-header.css +122 -0
- package/react/components/sdd/css/styles.css +184 -0
- package/react/components/sdd/css/views.css +23 -0
- package/react/components/search/Highlight.d.ts +13 -0
- package/react/components/search/Highlight.d.ts.map +1 -0
- package/react/components/search/Highlight.js +40 -0
- package/react/components/search/Highlight.js.map +1 -0
- package/react/components/search/Search.d.ts +6 -0
- package/react/components/search/Search.d.ts.map +1 -0
- package/react/components/search/Search.js +28 -0
- package/react/components/search/Search.js.map +1 -0
- package/react/components/search/SearchBestMatch.d.ts +7 -0
- package/react/components/search/SearchBestMatch.d.ts.map +1 -0
- package/react/components/search/SearchBestMatch.js +39 -0
- package/react/components/search/SearchBestMatch.js.map +1 -0
- package/react/components/search/SearchInput.d.ts +8 -0
- package/react/components/search/SearchInput.d.ts.map +1 -0
- package/react/components/search/SearchInput.js +29 -0
- package/react/components/search/SearchInput.js.map +1 -0
- package/react/components/search/SearchProviderResults.d.ts +6 -0
- package/react/components/search/SearchProviderResults.d.ts.map +1 -0
- package/react/components/search/SearchProviderResults.js +27 -0
- package/react/components/search/SearchProviderResults.js.map +1 -0
- package/react/components/search/SearchResult.d.ts +13 -0
- package/react/components/search/SearchResult.d.ts.map +1 -0
- package/react/components/search/SearchResult.js +48 -0
- package/react/components/search/SearchResult.js.map +1 -0
- package/react/components/search/SearchResults.d.ts +4 -0
- package/react/components/search/SearchResults.d.ts.map +1 -0
- package/react/components/search/SearchResults.js +22 -0
- package/react/components/search/SearchResults.js.map +1 -0
- package/react/components/search/index.d.ts +2 -0
- package/react/components/search/index.d.ts.map +1 -0
- package/react/components/search/index.js +2 -0
- package/react/components/search/index.js.map +1 -0
- package/react/components/shared/BellIcon.d.ts +4 -0
- package/react/components/shared/BellIcon.d.ts.map +1 -0
- package/react/components/shared/BellIcon.js +8 -0
- package/react/components/shared/BellIcon.js.map +1 -0
- package/react/components/shared/BellIconCrossed.d.ts +4 -0
- package/react/components/shared/BellIconCrossed.d.ts.map +1 -0
- package/react/components/shared/BellIconCrossed.js +10 -0
- package/react/components/shared/BellIconCrossed.js.map +1 -0
- package/react/components/shared/Button.d.ts +10 -0
- package/react/components/shared/Button.d.ts.map +1 -0
- package/react/components/shared/Button.js +6 -0
- package/react/components/shared/Button.js.map +1 -0
- package/react/components/shared/ConditionalWrapper.d.ts +9 -0
- package/react/components/shared/ConditionalWrapper.d.ts.map +1 -0
- package/react/components/shared/ConditionalWrapper.js +6 -0
- package/react/components/shared/ConditionalWrapper.js.map +1 -0
- package/react/components/shared/DefaultDropdownButton.d.ts +19 -0
- package/react/components/shared/DefaultDropdownButton.d.ts.map +1 -0
- package/react/components/shared/DefaultDropdownButton.js +118 -0
- package/react/components/shared/DefaultDropdownButton.js.map +1 -0
- package/react/components/shared/Tag.d.ts +9 -0
- package/react/components/shared/Tag.d.ts.map +1 -0
- package/react/components/shared/Tag.js +23 -0
- package/react/components/shared/Tag.js.map +1 -0
- package/react/components/shared/TagsMenu.d.ts +37 -0
- package/react/components/shared/TagsMenu.d.ts.map +1 -0
- package/react/components/shared/TagsMenu.js +78 -0
- package/react/components/shared/TagsMenu.js.map +1 -0
- package/react/components/shared/addProtocolToValidURL.d.ts +8 -0
- package/react/components/shared/addProtocolToValidURL.d.ts.map +1 -0
- package/react/components/shared/addProtocolToValidURL.js +12 -0
- package/react/components/shared/addProtocolToValidURL.js.map +1 -0
- package/react/components/shared/linkerUtil.d.ts +4 -0
- package/react/components/shared/linkerUtil.d.ts.map +1 -0
- package/react/components/shared/linkerUtil.js +10 -0
- package/react/components/shared/linkerUtil.js.map +1 -0
- package/react/components/shared/openQuitConfirmationDialog.d.ts +2 -0
- package/react/components/shared/openQuitConfirmationDialog.d.ts.map +1 -0
- package/react/components/shared/openQuitConfirmationDialog.js +18 -0
- package/react/components/shared/openQuitConfirmationDialog.js.map +1 -0
- package/react/components/shared/validateURL.d.ts +20 -0
- package/react/components/shared/validateURL.d.ts.map +1 -0
- package/react/components/shared/validateURL.js +30 -0
- package/react/components/shared/validateURL.js.map +1 -0
- package/react/components/singleInputDialog/SingleInputDialog.css +3 -0
- package/react/components/singleInputDialog/SingleInputDialog.d.ts +9 -0
- package/react/components/singleInputDialog/SingleInputDialog.d.ts.map +1 -0
- package/react/components/singleInputDialog/SingleInputDialog.js +114 -0
- package/react/components/singleInputDialog/SingleInputDialog.js.map +1 -0
- package/react/components/singleInputDialog/index.d.ts +2 -0
- package/react/components/singleInputDialog/index.d.ts.map +1 -0
- package/react/components/singleInputDialog/index.js +2 -0
- package/react/components/singleInputDialog/index.js.map +1 -0
- package/react/components/system/System.d.ts +31 -0
- package/react/components/system/System.d.ts.map +1 -0
- package/react/components/system/System.js +54 -0
- package/react/components/system/System.js.map +1 -0
- package/react/components/system/SystemTrayComponentShell.d.ts +14 -0
- package/react/components/system/SystemTrayComponentShell.d.ts.map +1 -0
- package/react/components/system/SystemTrayComponentShell.js +44 -0
- package/react/components/system/SystemTrayComponentShell.js.map +1 -0
- package/react/components/system/index.d.ts +3 -0
- package/react/components/system/index.d.ts.map +1 -0
- package/react/components/system/index.js +3 -0
- package/react/components/system/index.js.map +1 -0
- package/react/components/toolbar/AutoArrange.d.ts +10 -0
- package/react/components/toolbar/AutoArrange.d.ts.map +1 -0
- package/react/components/toolbar/AutoArrange.js +37 -0
- package/react/components/toolbar/AutoArrange.js.map +1 -0
- package/react/components/toolbar/DownloadButton.d.ts +8 -0
- package/react/components/toolbar/DownloadButton.d.ts.map +1 -0
- package/react/components/toolbar/DownloadButton.js +30 -0
- package/react/components/toolbar/DownloadButton.js.map +1 -0
- package/react/components/toolbar/DragHandle.d.ts +12 -0
- package/react/components/toolbar/DragHandle.d.ts.map +1 -0
- package/react/components/toolbar/DragHandle.js +44 -0
- package/react/components/toolbar/DragHandle.js.map +1 -0
- package/react/components/toolbar/MinimizeAll.d.ts +9 -0
- package/react/components/toolbar/MinimizeAll.d.ts.map +1 -0
- package/react/components/toolbar/MinimizeAll.js +25 -0
- package/react/components/toolbar/MinimizeAll.js.map +1 -0
- package/react/components/toolbar/NotificationControl.d.ts +10 -0
- package/react/components/toolbar/NotificationControl.d.ts.map +1 -0
- package/react/components/toolbar/NotificationControl.js +64 -0
- package/react/components/toolbar/NotificationControl.js.map +1 -0
- package/react/components/toolbar/RevealAll.d.ts +9 -0
- package/react/components/toolbar/RevealAll.d.ts.map +1 -0
- package/react/components/toolbar/RevealAll.js +27 -0
- package/react/components/toolbar/RevealAll.js.map +1 -0
- package/react/components/toolbar/SddButton.d.ts +7 -0
- package/react/components/toolbar/SddButton.d.ts.map +1 -0
- package/react/components/toolbar/SddButton.js +28 -0
- package/react/components/toolbar/SddButton.js.map +1 -0
- package/react/components/toolbar/ToolbarIcon.d.ts +7 -0
- package/react/components/toolbar/ToolbarIcon.d.ts.map +1 -0
- package/react/components/toolbar/ToolbarIcon.js +33 -0
- package/react/components/toolbar/ToolbarIcon.js.map +1 -0
- package/react/components/toolbar/ToolbarSection.d.ts +17 -0
- package/react/components/toolbar/ToolbarSection.d.ts.map +1 -0
- package/react/components/toolbar/ToolbarSection.js +42 -0
- package/react/components/toolbar/ToolbarSection.js.map +1 -0
- package/react/components/toolbar/ToolbarShell.d.ts +19 -0
- package/react/components/toolbar/ToolbarShell.d.ts.map +1 -0
- package/react/components/toolbar/ToolbarShell.js +29 -0
- package/react/components/toolbar/ToolbarShell.js.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncher.d.ts +41 -0
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncher.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncher.js +88 -0
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncher.js.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.d.ts +11 -0
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.js +31 -0
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.js.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/AddNewAppForm.d.ts +93 -0
- package/react/components/toolbar/advancedAppLauncher/components/AddNewAppForm.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/AddNewAppForm.js +278 -0
- package/react/components/toolbar/advancedAppLauncher/components/AddNewAppForm.js.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/AddNewFolder.d.ts +11 -0
- package/react/components/toolbar/advancedAppLauncher/components/AddNewFolder.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/AddNewFolder.js +16 -0
- package/react/components/toolbar/advancedAppLauncher/components/AddNewFolder.js.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/AppActionsMenu.d.ts +57 -0
- package/react/components/toolbar/advancedAppLauncher/components/AppActionsMenu.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/AppActionsMenu.js +176 -0
- package/react/components/toolbar/advancedAppLauncher/components/AppActionsMenu.js.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/AppDefinition.d.ts +34 -0
- package/react/components/toolbar/advancedAppLauncher/components/AppDefinition.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/AppDefinition.js +54 -0
- package/react/components/toolbar/advancedAppLauncher/components/AppDefinition.js.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/AppTagsList.d.ts +17 -0
- package/react/components/toolbar/advancedAppLauncher/components/AppTagsList.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/AppTagsList.js +44 -0
- package/react/components/toolbar/advancedAppLauncher/components/AppTagsList.js.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/Content.d.ts +39 -0
- package/react/components/toolbar/advancedAppLauncher/components/Content.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/Content.js +172 -0
- package/react/components/toolbar/advancedAppLauncher/components/Content.js.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/FilterSort.d.ts +21 -0
- package/react/components/toolbar/advancedAppLauncher/components/FilterSort.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/FilterSort.js +53 -0
- package/react/components/toolbar/advancedAppLauncher/components/FilterSort.js.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/FoldersList.d.ts +60 -0
- package/react/components/toolbar/advancedAppLauncher/components/FoldersList.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/FoldersList.js +296 -0
- package/react/components/toolbar/advancedAppLauncher/components/FoldersList.js.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.d.ts +26 -0
- package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.js +101 -0
- package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.js.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/NoAppsFound.d.ts +12 -0
- package/react/components/toolbar/advancedAppLauncher/components/NoAppsFound.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/NoAppsFound.js +10 -0
- package/react/components/toolbar/advancedAppLauncher/components/NoAppsFound.js.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/SearchBox.d.ts +19 -0
- package/react/components/toolbar/advancedAppLauncher/components/SearchBox.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/SearchBox.js +52 -0
- package/react/components/toolbar/advancedAppLauncher/components/SearchBox.js.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/SortBy.d.ts +14 -0
- package/react/components/toolbar/advancedAppLauncher/components/SortBy.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/SortBy.js +35 -0
- package/react/components/toolbar/advancedAppLauncher/components/SortBy.js.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/TagsList.d.ts +20 -0
- package/react/components/toolbar/advancedAppLauncher/components/TagsList.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/TagsList.js +39 -0
- package/react/components/toolbar/advancedAppLauncher/components/TagsList.js.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/ToggleFavoriteDropdown.d.ts +9 -0
- package/react/components/toolbar/advancedAppLauncher/components/ToggleFavoriteDropdown.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/ToggleFavoriteDropdown.js +27 -0
- package/react/components/toolbar/advancedAppLauncher/components/ToggleFavoriteDropdown.js.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/modules/AppDirectory.d.ts +9 -0
- package/react/components/toolbar/advancedAppLauncher/modules/AppDirectory.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/modules/AppDirectory.js +11 -0
- package/react/components/toolbar/advancedAppLauncher/modules/AppDirectory.js.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/modules/FDC3.d.ts +56 -0
- package/react/components/toolbar/advancedAppLauncher/modules/FDC3.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/modules/FDC3.js +146 -0
- package/react/components/toolbar/advancedAppLauncher/modules/FDC3.js.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/stores/LauncherStore.d.ts +6 -0
- package/react/components/toolbar/advancedAppLauncher/stores/LauncherStore.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/stores/LauncherStore.js +22 -0
- package/react/components/toolbar/advancedAppLauncher/stores/LauncherStore.js.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/stores/StoreActions.d.ts +97 -0
- package/react/components/toolbar/advancedAppLauncher/stores/StoreActions.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/stores/StoreActions.js +539 -0
- package/react/components/toolbar/advancedAppLauncher/stores/StoreActions.js.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/utils/sort-functions.d.ts +19 -0
- package/react/components/toolbar/advancedAppLauncher/utils/sort-functions.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/utils/sort-functions.js +36 -0
- package/react/components/toolbar/advancedAppLauncher/utils/sort-functions.js.map +1 -0
- package/react/components/toolbar/appLauncher/AppLauncherMenu.d.ts +29 -0
- package/react/components/toolbar/appLauncher/AppLauncherMenu.d.ts.map +1 -0
- package/react/components/toolbar/appLauncher/AppLauncherMenu.js +46 -0
- package/react/components/toolbar/appLauncher/AppLauncherMenu.js.map +1 -0
- package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.d.ts +30 -0
- package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.d.ts.map +1 -0
- package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.js +49 -0
- package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.js.map +1 -0
- package/react/components/toolbar/appLauncher/appLauncher.css +30 -0
- package/react/components/toolbar/appLauncher/components/componentList.d.ts +8 -0
- package/react/components/toolbar/appLauncher/components/componentList.d.ts.map +1 -0
- package/react/components/toolbar/appLauncher/components/componentList.js +134 -0
- package/react/components/toolbar/appLauncher/components/componentList.js.map +1 -0
- package/react/components/toolbar/appLauncher/stores/appLauncherStore.d.ts +45 -0
- package/react/components/toolbar/appLauncher/stores/appLauncherStore.d.ts.map +1 -0
- package/react/components/toolbar/appLauncher/stores/appLauncherStore.js +263 -0
- package/react/components/toolbar/appLauncher/stores/appLauncherStore.js.map +1 -0
- 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 +5 -0
- package/react/components/toolbar/dashbar/Dashbar.d.ts.map +1 -0
- package/react/components/toolbar/dashbar/Dashbar.js +403 -0
- package/react/components/toolbar/dashbar/Dashbar.js.map +1 -0
- package/react/components/toolbar/dashbar/DashbarItem.d.ts +18 -0
- package/react/components/toolbar/dashbar/DashbarItem.d.ts.map +1 -0
- package/react/components/toolbar/dashbar/DashbarItem.js +59 -0
- package/react/components/toolbar/dashbar/DashbarItem.js.map +1 -0
- package/react/components/toolbar/index.d.ts +18 -0
- package/react/components/toolbar/index.d.ts.map +1 -0
- package/react/components/toolbar/index.js +18 -0
- package/react/components/toolbar/index.js.map +1 -0
- package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.d.ts +22 -0
- package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.d.ts.map +1 -0
- package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.js +57 -0
- package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.js.map +1 -0
- package/react/components/toolbar/workspaceManagementMenu/components/Workspace.d.ts +24 -0
- package/react/components/toolbar/workspaceManagementMenu/components/Workspace.d.ts.map +1 -0
- package/react/components/toolbar/workspaceManagementMenu/components/Workspace.js +77 -0
- package/react/components/toolbar/workspaceManagementMenu/components/Workspace.js.map +1 -0
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceActions.d.ts +4 -0
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceActions.d.ts.map +1 -0
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceActions.js +51 -0
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceActions.js.map +1 -0
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceList.d.ts +10 -0
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceList.d.ts.map +1 -0
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceList.js +25 -0
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceList.js.map +1 -0
- package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.d.ts +147 -0
- package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.d.ts.map +1 -0
- package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.js +724 -0
- package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.js.map +1 -0
- package/react/components/toolbar/workspaceManagementMenu/workspaceManagementMenu.css +80 -0
- package/react/components/userPreferences/NotificationsPreferencesContext.d.ts +16 -0
- package/react/components/userPreferences/NotificationsPreferencesContext.d.ts.map +1 -0
- package/react/components/userPreferences/NotificationsPreferencesContext.js +7 -0
- package/react/components/userPreferences/NotificationsPreferencesContext.js.map +1 -0
- package/react/components/userPreferences/UserPreferenceTypes.d.ts +10 -0
- package/react/components/userPreferences/UserPreferenceTypes.d.ts.map +1 -0
- package/react/components/userPreferences/UserPreferenceTypes.js +2 -0
- package/react/components/userPreferences/UserPreferenceTypes.js.map +1 -0
- package/react/components/userPreferences/UserPreferences.d.ts +20 -0
- package/react/components/userPreferences/UserPreferences.d.ts.map +1 -0
- package/react/components/userPreferences/UserPreferences.js +28 -0
- package/react/components/userPreferences/UserPreferences.js.map +1 -0
- package/react/components/userPreferences/UserPreferencesBase.d.ts +4 -0
- package/react/components/userPreferences/UserPreferencesBase.d.ts.map +1 -0
- package/react/components/userPreferences/UserPreferencesBase.js +98 -0
- package/react/components/userPreferences/UserPreferencesBase.js.map +1 -0
- package/react/components/userPreferences/UserPreferencesWrapper.d.ts +5 -0
- package/react/components/userPreferences/UserPreferencesWrapper.d.ts.map +1 -0
- package/react/components/userPreferences/UserPreferencesWrapper.js +29 -0
- package/react/components/userPreferences/UserPreferencesWrapper.js.map +1 -0
- package/react/components/userPreferences/components/ContentSection.d.ts +24 -0
- package/react/components/userPreferences/components/ContentSection.d.ts.map +1 -0
- package/react/components/userPreferences/components/ContentSection.js +23 -0
- package/react/components/userPreferences/components/ContentSection.js.map +1 -0
- package/react/components/userPreferences/components/LeftNav.d.ts +15 -0
- package/react/components/userPreferences/components/LeftNav.d.ts.map +1 -0
- package/react/components/userPreferences/components/LeftNav.js +42 -0
- package/react/components/userPreferences/components/LeftNav.js.map +1 -0
- 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 +9 -0
- package/react/components/userPreferences/components/content/DashbarEditor.d.ts.map +1 -0
- package/react/components/userPreferences/components/content/DashbarEditor.js +128 -0
- package/react/components/userPreferences/components/content/DashbarEditor.js.map +1 -0
- package/react/components/userPreferences/components/content/DashbarEditorItem.d.ts +11 -0
- package/react/components/userPreferences/components/content/DashbarEditorItem.d.ts.map +1 -0
- package/react/components/userPreferences/components/content/DashbarEditorItem.js +11 -0
- package/react/components/userPreferences/components/content/DashbarEditorItem.js.map +1 -0
- package/react/components/userPreferences/components/content/General.d.ts +9 -0
- package/react/components/userPreferences/components/content/General.d.ts.map +1 -0
- package/react/components/userPreferences/components/content/General.js +49 -0
- package/react/components/userPreferences/components/content/General.js.map +1 -0
- package/react/components/userPreferences/components/content/Notifications.d.ts +12 -0
- package/react/components/userPreferences/components/content/Notifications.d.ts.map +1 -0
- package/react/components/userPreferences/components/content/Notifications.js +36 -0
- package/react/components/userPreferences/components/content/Notifications.js.map +1 -0
- package/react/components/userPreferences/components/content/Workspaces.d.ts +86 -0
- package/react/components/userPreferences/components/content/Workspaces.d.ts.map +1 -0
- package/react/components/userPreferences/components/content/Workspaces.js +536 -0
- package/react/components/userPreferences/components/content/Workspaces.js.map +1 -0
- package/react/components/userPreferences/components/content/bloomberg.css +44 -0
- package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.d.ts +4 -0
- package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.d.ts.map +1 -0
- package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.js +212 -0
- package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.js.map +1 -0
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.d.ts +4 -0
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.d.ts.map +1 -0
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.js +135 -0
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.js.map +1 -0
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.d.ts +6 -0
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.d.ts.map +1 -0
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.js +80 -0
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.js.map +1 -0
- package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.d.ts +5 -0
- package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.d.ts.map +1 -0
- package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.js +37 -0
- package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.js.map +1 -0
- package/react/components/userPreferences/components/general/DownloadPreferences.d.ts +10 -0
- package/react/components/userPreferences/components/general/DownloadPreferences.d.ts.map +1 -0
- package/react/components/userPreferences/components/general/DownloadPreferences.js +111 -0
- package/react/components/userPreferences/components/general/DownloadPreferences.js.map +1 -0
- 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 +44 -0
- package/react/components/userPreferences/components/general/ResetPreferences.js.map +1 -0
- package/react/components/userPreferences/components/general/ScheduledClose.d.ts +11 -0
- package/react/components/userPreferences/components/general/ScheduledClose.d.ts.map +1 -0
- package/react/components/userPreferences/components/general/ScheduledClose.js +131 -0
- package/react/components/userPreferences/components/general/ScheduledClose.js.map +1 -0
- package/react/components/userPreferences/components/workspaces/WorkspaceButton.d.ts +9 -0
- package/react/components/userPreferences/components/workspaces/WorkspaceButton.d.ts.map +1 -0
- package/react/components/userPreferences/components/workspaces/WorkspaceButton.js +9 -0
- package/react/components/userPreferences/components/workspaces/WorkspaceButton.js.map +1 -0
- package/react/components/userPreferences/components/workspaces/WorkspaceComponents.d.ts +7 -0
- package/react/components/userPreferences/components/workspaces/WorkspaceComponents.d.ts.map +1 -0
- package/react/components/userPreferences/components/workspaces/WorkspaceComponents.js +11 -0
- package/react/components/userPreferences/components/workspaces/WorkspaceComponents.js.map +1 -0
- package/react/components/userPreferences/components/workspaces/WorkspaceItem.d.ts +36 -0
- package/react/components/userPreferences/components/workspaces/WorkspaceItem.d.ts.map +1 -0
- package/react/components/userPreferences/components/workspaces/WorkspaceItem.js +87 -0
- package/react/components/userPreferences/components/workspaces/WorkspaceItem.js.map +1 -0
- package/react/components/userPreferences/components/workspaces/WorkspaceItemList.d.ts +9 -0
- package/react/components/userPreferences/components/workspaces/WorkspaceItemList.d.ts.map +1 -0
- package/react/components/userPreferences/components/workspaces/WorkspaceItemList.js +21 -0
- package/react/components/userPreferences/components/workspaces/WorkspaceItemList.js.map +1 -0
- package/react/components/userPreferences/index.d.ts +7 -0
- package/react/components/userPreferences/index.d.ts.map +1 -0
- package/react/components/userPreferences/index.js +7 -0
- package/react/components/userPreferences/index.js.map +1 -0
- package/react/components/userPreferences/stores/UserPreferencesStore.d.ts +40 -0
- package/react/components/userPreferences/stores/UserPreferencesStore.d.ts.map +1 -0
- package/react/components/userPreferences/stores/UserPreferencesStore.js +141 -0
- package/react/components/userPreferences/stores/UserPreferencesStore.js.map +1 -0
- package/react/components/windowTitleBar/WindowTitleBarShell.d.ts +275 -0
- package/react/components/windowTitleBar/WindowTitleBarShell.d.ts.map +1 -0
- package/react/components/windowTitleBar/WindowTitleBarShell.js +934 -0
- package/react/components/windowTitleBar/WindowTitleBarShell.js.map +1 -0
- package/react/components/windowTitleBar/components/center/Tab.d.ts +31 -0
- package/react/components/windowTitleBar/components/center/Tab.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/center/Tab.js +58 -0
- package/react/components/windowTitleBar/components/center/Tab.js.map +1 -0
- package/react/components/windowTitleBar/components/center/TabList.d.ts +139 -0
- package/react/components/windowTitleBar/components/center/TabList.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/center/TabList.js +614 -0
- package/react/components/windowTitleBar/components/center/TabList.js.map +1 -0
- package/react/components/windowTitleBar/components/center/TabRegion.d.ts +3 -0
- package/react/components/windowTitleBar/components/center/TabRegion.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/center/TabRegion.js +13 -0
- package/react/components/windowTitleBar/components/center/TabRegion.js.map +1 -0
- package/react/components/windowTitleBar/components/left/LinkerButton.d.ts +11 -0
- package/react/components/windowTitleBar/components/left/LinkerButton.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/left/LinkerButton.js +107 -0
- package/react/components/windowTitleBar/components/left/LinkerButton.js.map +1 -0
- package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.d.ts +85 -0
- package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.js +172 -0
- package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.js.map +1 -0
- package/react/components/windowTitleBar/components/left/LinkerGroups.d.ts +7 -0
- package/react/components/windowTitleBar/components/left/LinkerGroups.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/left/LinkerGroups.js +22 -0
- package/react/components/windowTitleBar/components/left/LinkerGroups.js.map +1 -0
- package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.d.ts +50 -0
- package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.js +120 -0
- package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.js.map +1 -0
- package/react/components/windowTitleBar/components/left/ShareButton.d.ts +42 -0
- package/react/components/windowTitleBar/components/left/ShareButton.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/left/ShareButton.js +82 -0
- package/react/components/windowTitleBar/components/left/ShareButton.js.map +1 -0
- package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.d.ts +3 -0
- package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.js +15 -0
- package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.js.map +1 -0
- package/react/components/windowTitleBar/components/right/CloseButton.d.ts +3 -0
- package/react/components/windowTitleBar/components/right/CloseButton.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/right/CloseButton.js +16 -0
- package/react/components/windowTitleBar/components/right/CloseButton.js.map +1 -0
- package/react/components/windowTitleBar/components/right/GroupingButton.d.ts +50 -0
- package/react/components/windowTitleBar/components/right/GroupingButton.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/right/GroupingButton.js +82 -0
- package/react/components/windowTitleBar/components/right/GroupingButton.js.map +1 -0
- package/react/components/windowTitleBar/components/right/MaximizeButton.d.ts +59 -0
- package/react/components/windowTitleBar/components/right/MaximizeButton.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/right/MaximizeButton.js +96 -0
- package/react/components/windowTitleBar/components/right/MaximizeButton.js.map +1 -0
- package/react/components/windowTitleBar/components/right/MinimizeButton.d.ts +26 -0
- package/react/components/windowTitleBar/components/right/MinimizeButton.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/right/MinimizeButton.js +32 -0
- package/react/components/windowTitleBar/components/right/MinimizeButton.js.map +1 -0
- package/react/components/windowTitleBar/components/windowTitle.d.ts +67 -0
- package/react/components/windowTitleBar/components/windowTitle.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/windowTitle.js +382 -0
- package/react/components/windowTitleBar/components/windowTitle.js.map +1 -0
- 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 +11 -0
- package/react/components/windowTitleBar/index.d.ts.map +1 -0
- package/react/components/windowTitleBar/index.js +11 -0
- package/react/components/windowTitleBar/index.js.map +1 -0
- package/react/components/windowTitleBar/stores/windowTitleBarStore.d.ts +69 -0
- package/react/components/windowTitleBar/stores/windowTitleBarStore.d.ts.map +1 -0
- package/react/components/windowTitleBar/stores/windowTitleBarStore.js +610 -0
- package/react/components/windowTitleBar/stores/windowTitleBarStore.js.map +1 -0
- package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.d.ts +44 -0
- package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.d.ts.map +1 -0
- package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.js +43 -0
- package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.js.map +1 -0
- package/react/components/windowTitleBar/windowTitleBarContext.d.ts +23 -0
- package/react/components/windowTitleBar/windowTitleBarContext.d.ts.map +1 -0
- package/react/components/windowTitleBar/windowTitleBarContext.js +22 -0
- package/react/components/windowTitleBar/windowTitleBarContext.js.map +1 -0
- package/react/components/yesNoDialog/YesNoDialog.css +3 -0
- package/react/components/yesNoDialog/YesNoDialog.d.ts +8 -0
- package/react/components/yesNoDialog/YesNoDialog.d.ts.map +1 -0
- package/react/components/yesNoDialog/YesNoDialog.js +158 -0
- package/react/components/yesNoDialog/YesNoDialog.js.map +1 -0
- package/react/components/yesNoDialog/index.d.ts +2 -0
- package/react/components/yesNoDialog/index.d.ts.map +1 -0
- package/react/components/yesNoDialog/index.js +2 -0
- package/react/components/yesNoDialog/index.js.map +1 -0
- package/react/components/yesNoDialog/timer.d.ts +17 -0
- package/react/components/yesNoDialog/timer.d.ts.map +1 -0
- package/react/components/yesNoDialog/timer.js +32 -0
- package/react/components/yesNoDialog/timer.js.map +1 -0
- package/react/hooks/index.d.ts +5 -0
- package/react/hooks/index.d.ts.map +1 -0
- package/react/hooks/index.js +5 -0
- package/react/hooks/index.js.map +1 -0
- package/react/hooks/useAuth.d.ts +11 -0
- package/react/hooks/useAuth.d.ts.map +1 -0
- package/react/hooks/useAuth.js +27 -0
- package/react/hooks/useAuth.js.map +1 -0
- package/react/hooks/useDashbar.d.ts +9 -0
- package/react/hooks/useDashbar.d.ts.map +1 -0
- package/react/hooks/useDashbar.js +109 -0
- package/react/hooks/useDashbar.js.map +1 -0
- package/react/hooks/useDeepEffect.d.ts +6 -0
- package/react/hooks/useDeepEffect.d.ts.map +1 -0
- package/react/hooks/useDeepEffect.js +34 -0
- package/react/hooks/useDeepEffect.js.map +1 -0
- package/react/hooks/useDownloadItems.d.ts +24 -0
- package/react/hooks/useDownloadItems.d.ts.map +1 -0
- package/react/hooks/useDownloadItems.js +68 -0
- package/react/hooks/useDownloadItems.js.map +1 -0
- package/react/hooks/useFavorites.d.ts +25 -0
- package/react/hooks/useFavorites.d.ts.map +1 -0
- package/react/hooks/useFavorites.js +24 -0
- package/react/hooks/useFavorites.js.map +1 -0
- package/react/hooks/useFavoritesShell.d.ts +15 -0
- package/react/hooks/useFavoritesShell.d.ts.map +1 -0
- package/react/hooks/useFavoritesShell.js +79 -0
- package/react/hooks/useFavoritesShell.js.map +1 -0
- 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 +9 -0
- package/react/hooks/useHotkey.d.ts.map +1 -0
- package/react/hooks/useHotkey.js +25 -0
- package/react/hooks/useHotkey.js.map +1 -0
- package/react/hooks/useLinker.d.ts +5 -0
- package/react/hooks/useLinker.d.ts.map +1 -0
- package/react/hooks/useLinker.js +111 -0
- package/react/hooks/useLinker.js.map +1 -0
- package/react/hooks/useMenu.d.ts +40 -0
- package/react/hooks/useMenu.d.ts.map +1 -0
- package/react/hooks/useMenu.js +52 -0
- package/react/hooks/useMenu.js.map +1 -0
- package/react/hooks/useNotifications.d.ts +77 -0
- package/react/hooks/useNotifications.d.ts.map +1 -0
- package/react/hooks/useNotifications.js +399 -0
- package/react/hooks/useNotifications.js.map +1 -0
- 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 +6 -0
- package/react/hooks/useOutsideClickDetector.d.ts.map +1 -0
- package/react/hooks/useOutsideClickDetector.js +18 -0
- package/react/hooks/useOutsideClickDetector.js.map +1 -0
- package/react/hooks/usePubSub.d.ts +22 -0
- package/react/hooks/usePubSub.d.ts.map +1 -0
- package/react/hooks/usePubSub.js +39 -0
- package/react/hooks/usePubSub.js.map +1 -0
- package/react/hooks/useSearch.d.ts +15 -0
- package/react/hooks/useSearch.d.ts.map +1 -0
- package/react/hooks/useSearch.js +73 -0
- package/react/hooks/useSearch.js.map +1 -0
- 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 +11 -0
- package/react/hooks/useToolbar.d.ts.map +1 -0
- package/react/hooks/useToolbar.js +152 -0
- package/react/hooks/useToolbar.js.map +1 -0
- 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 +12 -0
- package/react/reducers/favoriteReducer.d.ts.map +1 -0
- package/react/reducers/favoriteReducer.js +28 -0
- package/react/reducers/favoriteReducer.js.map +1 -0
- package/react/reducers/linkerReducer.d.ts +14 -0
- package/react/reducers/linkerReducer.d.ts.map +1 -0
- package/react/reducers/linkerReducer.js +44 -0
- package/react/reducers/linkerReducer.js.map +1 -0
- package/react/reducers/menuReducer.d.ts +37 -0
- package/react/reducers/menuReducer.d.ts.map +1 -0
- package/react/reducers/menuReducer.js +66 -0
- package/react/reducers/menuReducer.js.map +1 -0
- package/react/reducers/rootReducer.d.ts +224 -0
- package/react/reducers/rootReducer.d.ts.map +1 -0
- package/react/reducers/rootReducer.js +21 -0
- package/react/reducers/rootReducer.js.map +1 -0
- package/react/reducers/searchReducer.d.ts +16 -0
- package/react/reducers/searchReducer.d.ts.map +1 -0
- package/react/reducers/searchReducer.js +28 -0
- package/react/reducers/searchReducer.js.map +1 -0
- package/react/reducers/smartDesktopDesignerReducer.d.ts +6 -0
- package/react/reducers/smartDesktopDesignerReducer.d.ts.map +1 -0
- package/react/reducers/smartDesktopDesignerReducer.js +175 -0
- package/react/reducers/smartDesktopDesignerReducer.js.map +1 -0
- package/react/reducers/toolbarReducer.d.ts +11 -0
- package/react/reducers/toolbarReducer.d.ts.map +1 -0
- package/react/reducers/toolbarReducer.js +30 -0
- package/react/reducers/toolbarReducer.js.map +1 -0
- package/react/reducers/workspaceReducer.d.ts +11 -0
- package/react/reducers/workspaceReducer.d.ts.map +1 -0
- package/react/reducers/workspaceReducer.js +27 -0
- package/react/reducers/workspaceReducer.js.map +1 -0
- package/react/store.d.ts +427 -0
- package/react/store.d.ts.map +1 -0
- package/react/store.js +25 -0
- package/react/store.js.map +1 -0
- package/react/types/advancedAppLauncherTypes.d.ts +45 -0
- package/react/types/advancedAppLauncherTypes.d.ts.map +1 -0
- package/react/types/advancedAppLauncherTypes.js +2 -0
- package/react/types/advancedAppLauncherTypes.js.map +1 -0
- package/react/types/dashbarTypes.d.ts +42 -0
- package/react/types/dashbarTypes.d.ts.map +1 -0
- package/react/types/dashbarTypes.js +2 -0
- package/react/types/dashbarTypes.js.map +1 -0
- package/react/types/favoriteTypes.d.ts +9 -0
- package/react/types/favoriteTypes.d.ts.map +1 -0
- package/react/types/favoriteTypes.js +2 -0
- package/react/types/favoriteTypes.js.map +1 -0
- package/react/types/fdc3.d.ts +30 -0
- package/react/types/fdc3.d.ts.map +1 -0
- package/react/types/fdc3.js +7 -0
- package/react/types/fdc3.js.map +1 -0
- package/react/types/hotkeyTypes.d.ts +2 -0
- package/react/types/hotkeyTypes.d.ts.map +1 -0
- package/react/types/hotkeyTypes.js +2 -0
- package/react/types/hotkeyTypes.js.map +1 -0
- package/react/types/linkerTypes.d.ts +28 -0
- package/react/types/linkerTypes.d.ts.map +1 -0
- package/react/types/linkerTypes.js +3 -0
- package/react/types/linkerTypes.js.map +1 -0
- package/react/types/smartDesktopDesignerTypes.d.ts +185 -0
- package/react/types/smartDesktopDesignerTypes.d.ts.map +1 -0
- package/react/types/smartDesktopDesignerTypes.js +20 -0
- package/react/types/smartDesktopDesignerTypes.js.map +1 -0
- package/react/types/windowTitleBar.d.ts +49 -0
- package/react/types/windowTitleBar.d.ts.map +1 -0
- package/react/types/windowTitleBar.js +2 -0
- package/react/types/windowTitleBar.js.map +1 -0
- package/react/types/workspaceTypes.d.ts +31 -0
- package/react/types/workspaceTypes.d.ts.map +1 -0
- package/react/types/workspaceTypes.js +2 -0
- package/react/types/workspaceTypes.js.map +1 -0
- package/typedefs/FDC3/api/AppIdentifier.d.ts +18 -0
- package/typedefs/FDC3/api/AppIdentifier.d.ts.map +1 -0
- package/typedefs/FDC3/api/AppIdentifier.js +6 -0
- package/typedefs/FDC3/api/AppIdentifier.js.map +1 -0
- package/typedefs/FDC3/api/AppIntent.d.ts +16 -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 +39 -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 +66 -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/ContextMetadata.d.ts +19 -0
- package/typedefs/FDC3/api/ContextMetadata.d.ts.map +1 -0
- package/typedefs/FDC3/api/ContextMetadata.js +6 -0
- package/typedefs/FDC3/api/ContextMetadata.js.map +1 -0
- package/typedefs/FDC3/api/DesktopAgent.d.ts +493 -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 +47 -0
- package/typedefs/FDC3/api/Errors.d.ts.map +1 -0
- package/typedefs/FDC3/api/Errors.js +51 -0
- package/typedefs/FDC3/api/Errors.js.map +1 -0
- package/typedefs/FDC3/api/Icon.d.ts +13 -0
- package/typedefs/FDC3/api/Icon.d.ts.map +1 -0
- package/typedefs/FDC3/api/Icon.js +6 -0
- package/typedefs/FDC3/api/Icon.js.map +1 -0
- package/typedefs/FDC3/api/Image.d.ts +15 -0
- package/typedefs/FDC3/api/Image.d.ts.map +1 -0
- package/typedefs/FDC3/api/Image.js +6 -0
- package/typedefs/FDC3/api/Image.js.map +1 -0
- package/typedefs/FDC3/api/ImplementationMetadata.d.ts +21 -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 +63 -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/PrivateChannel.d.ts +54 -0
- package/typedefs/FDC3/api/PrivateChannel.d.ts.map +1 -0
- package/typedefs/FDC3/api/PrivateChannel.js +6 -0
- package/typedefs/FDC3/api/PrivateChannel.js.map +1 -0
- package/typedefs/FDC3/api/Types.d.ts +30 -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/api/index.d.ts +13 -0
- package/typedefs/FDC3/api/index.d.ts.map +1 -0
- package/typedefs/FDC3/api/index.js +13 -0
- package/typedefs/FDC3/api/index.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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stackedWindowManager.js","sourceRoot":"","sources":["../../../../../../src/platform/services/window/StackedWindowManager/stackedWindowManager.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,469 @@
|
|
|
1
|
+
import PrivateEventManager from "../../../../common/events/PrivateEventManager";
|
|
2
|
+
import * as constants from "../../../../common/constants";
|
|
3
|
+
import { StandardError, StandardErrorCallback, StandardPromise } from "../../../../types";
|
|
4
|
+
import { WrapState, WindowEventName, WindowBounds, WindowIdentifier } from "../types";
|
|
5
|
+
import { FinsembleWindowData, ComponentMutateParams } from "../types";
|
|
6
|
+
declare type Wrap = Record<string, any>;
|
|
7
|
+
export declare abstract class BaseWindow {
|
|
8
|
+
Group: any;
|
|
9
|
+
componentState: any;
|
|
10
|
+
wrapState: WrapState;
|
|
11
|
+
name: string;
|
|
12
|
+
windowName: string;
|
|
13
|
+
windowOptions: any;
|
|
14
|
+
bounds: object;
|
|
15
|
+
wrapStateChangeSubscription: any;
|
|
16
|
+
parentWindow: any;
|
|
17
|
+
windowKey: string;
|
|
18
|
+
componentKey: string;
|
|
19
|
+
TITLE_CHANGED_CHANNEL: string;
|
|
20
|
+
TITLE_CHANGED_SUBSCRIPTION: any;
|
|
21
|
+
windowState: number;
|
|
22
|
+
identifier?: WindowIdentifier;
|
|
23
|
+
type: string | null;
|
|
24
|
+
windowType?: string | null;
|
|
25
|
+
setWindowType?: string;
|
|
26
|
+
types: any;
|
|
27
|
+
parentSubscribeID: any;
|
|
28
|
+
eventManager: PrivateEventManager;
|
|
29
|
+
eventlistenerHandlerMap: object;
|
|
30
|
+
guid: string;
|
|
31
|
+
dockedPosition?: number;
|
|
32
|
+
enableWindowsAeroSnap: boolean;
|
|
33
|
+
finishedMove: boolean;
|
|
34
|
+
oldState: any;
|
|
35
|
+
limits: any;
|
|
36
|
+
static additionalWorkspaceFields: Array<string>;
|
|
37
|
+
private static cache;
|
|
38
|
+
cachedBounds: WindowBounds;
|
|
39
|
+
constructor(params: {
|
|
40
|
+
[x: string]: any;
|
|
41
|
+
setWindowType: string | number;
|
|
42
|
+
windowType: string;
|
|
43
|
+
windowName: string;
|
|
44
|
+
});
|
|
45
|
+
abstract removeListeners(): void;
|
|
46
|
+
static WINDOWSTATE: typeof constants.WINDOWSTATE;
|
|
47
|
+
windowServiceChannelName(channelTopic: string): string;
|
|
48
|
+
eventChannelName(channelTopic: string): string;
|
|
49
|
+
_startMove(changeType?: number): void;
|
|
50
|
+
_stopMove(): void;
|
|
51
|
+
doConstruction(params: {
|
|
52
|
+
[x: string]: any;
|
|
53
|
+
setWindowType: string | number;
|
|
54
|
+
windowType?: string;
|
|
55
|
+
windowName: string;
|
|
56
|
+
}): any;
|
|
57
|
+
static registerType(name: string, type: any): void;
|
|
58
|
+
/**
|
|
59
|
+
* 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.
|
|
60
|
+
* @param {} obj
|
|
61
|
+
*/
|
|
62
|
+
static bindFunctions(obj: BaseWindow): void;
|
|
63
|
+
setupListeners(name: string): void;
|
|
64
|
+
/**
|
|
65
|
+
* Event handler which is invoked when the title for a window changes.
|
|
66
|
+
*
|
|
67
|
+
* Title change events look like:
|
|
68
|
+
* title: string - the new title
|
|
69
|
+
* windowName: string - the name of the window which changed
|
|
70
|
+
*
|
|
71
|
+
* @param error the error from the event
|
|
72
|
+
* @param response the event response
|
|
73
|
+
*/
|
|
74
|
+
onTitleChanged(error: any, response: {
|
|
75
|
+
data: {
|
|
76
|
+
title: string;
|
|
77
|
+
windowName: string;
|
|
78
|
+
source?: string;
|
|
79
|
+
};
|
|
80
|
+
}): Promise<void>;
|
|
81
|
+
/**
|
|
82
|
+
* 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.
|
|
83
|
+
* @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
|
|
84
|
+
* @param {*} cb
|
|
85
|
+
*/
|
|
86
|
+
static wrap: typeof BaseWindow.getInstance;
|
|
87
|
+
static getInstanceStandardized(params: any): StandardPromise<BaseWindow>;
|
|
88
|
+
static getInstance(params: any, cb?: StandardErrorCallback<Wrap>): Promise<{
|
|
89
|
+
wrap: BaseWindow;
|
|
90
|
+
}>;
|
|
91
|
+
static _createWrap(params: {
|
|
92
|
+
retrievedIdentifier?: WindowIdentifier;
|
|
93
|
+
windowIdentifier: WindowIdentifier;
|
|
94
|
+
name: string | number;
|
|
95
|
+
setWindowType: any;
|
|
96
|
+
}): Promise<{
|
|
97
|
+
wrap: BaseWindow;
|
|
98
|
+
}>;
|
|
99
|
+
static _windowReady: (windowName: string) => Promise<unknown>;
|
|
100
|
+
static _getRemoveWrapChannel(name: string): string;
|
|
101
|
+
handleWrapRemoveRequest(): void;
|
|
102
|
+
cleanupRouter(): void;
|
|
103
|
+
handleWrapStateChange: (error: any, response: {
|
|
104
|
+
data: {
|
|
105
|
+
state: any;
|
|
106
|
+
};
|
|
107
|
+
}) => void;
|
|
108
|
+
onReady(cb?: () => void): Promise<void>;
|
|
109
|
+
/**
|
|
110
|
+
* @param {string} methodName method name (e.g. "minimize", "maximize")
|
|
111
|
+
* @param {object} params
|
|
112
|
+
* @param {function=} callback
|
|
113
|
+
* @memberof FinsembleWindow
|
|
114
|
+
* @private
|
|
115
|
+
*/
|
|
116
|
+
queryWindowService(methodName: string, params: any, callback?: Function): void;
|
|
117
|
+
addEventListener(eventName: WindowEventName, handler: Function): void;
|
|
118
|
+
removeEventListener(eventName: WindowEventName, handler: Function): void;
|
|
119
|
+
/**
|
|
120
|
+
*Register a window with docking. Use this if you don't want to use the full initialization function
|
|
121
|
+
*
|
|
122
|
+
* @param {Object} params - can be anything that is passed to docking for window registration.
|
|
123
|
+
* @param {Function} cb
|
|
124
|
+
* @memberof FSBLWindow
|
|
125
|
+
*/
|
|
126
|
+
registerWithDocking(params: any, cb: {
|
|
127
|
+
(): void;
|
|
128
|
+
(err: StandardError, response?: any): void;
|
|
129
|
+
}): void;
|
|
130
|
+
/**
|
|
131
|
+
*Unregister a window with docking
|
|
132
|
+
*
|
|
133
|
+
* @memberof FSBLWindow
|
|
134
|
+
*/
|
|
135
|
+
unRegisterWithDocking(): void;
|
|
136
|
+
/**
|
|
137
|
+
*This is if we want to handle the full register/ready state inside of the window
|
|
138
|
+
register with docking
|
|
139
|
+
send the message to launcher saying that component is ready
|
|
140
|
+
*
|
|
141
|
+
* @memberof FSBLWindow
|
|
142
|
+
*/
|
|
143
|
+
initializeWindow(params: any): void;
|
|
144
|
+
wrapReady(): void;
|
|
145
|
+
_minimize(params: {
|
|
146
|
+
notifyDocking?: boolean;
|
|
147
|
+
initialLoad?: boolean;
|
|
148
|
+
invokedByParent?: boolean;
|
|
149
|
+
windowIdentifier?: WindowIdentifier;
|
|
150
|
+
}, cb?: Function): void;
|
|
151
|
+
_maximize(params: {
|
|
152
|
+
notifyDocking?: boolean;
|
|
153
|
+
invokedByParent?: boolean;
|
|
154
|
+
windowIdentifier?: WindowIdentifier;
|
|
155
|
+
initialLoad?: boolean;
|
|
156
|
+
}, cb?: Function): void;
|
|
157
|
+
_restore(params: {
|
|
158
|
+
checkMaximize?: boolean;
|
|
159
|
+
checkMinimize?: boolean;
|
|
160
|
+
invokedByParent?: boolean;
|
|
161
|
+
windowIdentifier?: WindowIdentifier;
|
|
162
|
+
}, cb?: StandardErrorCallback<{
|
|
163
|
+
shouldContinue: boolean;
|
|
164
|
+
}>): StandardPromise<{
|
|
165
|
+
shouldContinue: boolean;
|
|
166
|
+
}>;
|
|
167
|
+
_blur(params: {
|
|
168
|
+
invokedByParent?: any;
|
|
169
|
+
windowIdentifier?: any;
|
|
170
|
+
}, cb?: Function): void;
|
|
171
|
+
_focus(params: {
|
|
172
|
+
invokedByParent?: any;
|
|
173
|
+
windowIdentifier?: any;
|
|
174
|
+
}, cb?: Function): void;
|
|
175
|
+
_bringToFront(params: {
|
|
176
|
+
invokedByParent?: any;
|
|
177
|
+
windowIdentifier?: any;
|
|
178
|
+
}, cb?: Function): void;
|
|
179
|
+
_isShowing(params: {
|
|
180
|
+
invokedByParent?: any;
|
|
181
|
+
windowIdentifier?: any;
|
|
182
|
+
}, cb?: Function): void;
|
|
183
|
+
disableFrame(cb?: Function): void;
|
|
184
|
+
_setBounds(params: {
|
|
185
|
+
bounds?: any;
|
|
186
|
+
invokedByParent?: any;
|
|
187
|
+
windowIdentifier?: any;
|
|
188
|
+
}, cb?: Function): void;
|
|
189
|
+
_getBounds(params: {
|
|
190
|
+
invokedByParent?: any;
|
|
191
|
+
windowIdentifier?: any;
|
|
192
|
+
}, cb: (err: any, response: any) => void): StandardPromise<any>;
|
|
193
|
+
_getBoundsFromSystem(params: {
|
|
194
|
+
invokedByParent?: any;
|
|
195
|
+
windowIdentifier?: any;
|
|
196
|
+
}, cb: {
|
|
197
|
+
(err: any, response: any): void;
|
|
198
|
+
(arg0: any, arg1: any): void;
|
|
199
|
+
(arg0: any, arg1: {
|
|
200
|
+
shouldContinue: boolean;
|
|
201
|
+
}): void;
|
|
202
|
+
}): void;
|
|
203
|
+
_updateOptions(params: {
|
|
204
|
+
alwaysOnTop?: boolean;
|
|
205
|
+
dontFireEvents?: boolean;
|
|
206
|
+
invokedByParent?: any;
|
|
207
|
+
windowIdentifier?: any;
|
|
208
|
+
title?: string;
|
|
209
|
+
showTaskbarIcon?: boolean;
|
|
210
|
+
taskbarIconGroup?: string;
|
|
211
|
+
opacity?: number;
|
|
212
|
+
autoShow?: boolean;
|
|
213
|
+
}, cb?: Function): void;
|
|
214
|
+
_hide(params: {
|
|
215
|
+
invokedByParent?: any;
|
|
216
|
+
windowIdentifier?: any;
|
|
217
|
+
}, cb?: Function): void;
|
|
218
|
+
_show(params: {
|
|
219
|
+
invokedByParent?: boolean;
|
|
220
|
+
windowIdentifier?: WindowIdentifier;
|
|
221
|
+
shouldMaximize?: boolean;
|
|
222
|
+
shouldRestore?: boolean;
|
|
223
|
+
saveState?: boolean;
|
|
224
|
+
switchedMonitors?: boolean;
|
|
225
|
+
}, cb?: StandardErrorCallback<{
|
|
226
|
+
shouldContinue: boolean;
|
|
227
|
+
}>): StandardPromise<{
|
|
228
|
+
shouldContinue: boolean;
|
|
229
|
+
}>;
|
|
230
|
+
_showAt(params: {
|
|
231
|
+
invokedByParent?: any;
|
|
232
|
+
windowIdentifier?: any;
|
|
233
|
+
}, cb?: Function): void;
|
|
234
|
+
/**
|
|
235
|
+
* Close
|
|
236
|
+
* @param params
|
|
237
|
+
* @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.
|
|
238
|
+
* @param cb
|
|
239
|
+
*/
|
|
240
|
+
_close(params?: {
|
|
241
|
+
fromSystem?: any;
|
|
242
|
+
removeFromWorkspace?: any;
|
|
243
|
+
stackedWindowIdentifier?: any;
|
|
244
|
+
invokedByParent?: any;
|
|
245
|
+
ignoreParent?: any;
|
|
246
|
+
windowIdentifier?: any;
|
|
247
|
+
noDocking?: any;
|
|
248
|
+
force?: boolean;
|
|
249
|
+
}, cb?: StandardErrorCallback<{
|
|
250
|
+
shouldContinue: boolean;
|
|
251
|
+
}>): StandardPromise<{
|
|
252
|
+
shouldContinue: boolean;
|
|
253
|
+
}>;
|
|
254
|
+
_alwaysOnTop(params: {
|
|
255
|
+
alwaysOnTop?: boolean;
|
|
256
|
+
invokedByParent?: any;
|
|
257
|
+
windowIdentifier?: any;
|
|
258
|
+
}, cb?: Function): void;
|
|
259
|
+
/**
|
|
260
|
+
* Returns the alwaysOnTop state for the window.
|
|
261
|
+
* @param params This parameter is ignored.
|
|
262
|
+
* @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.
|
|
263
|
+
* 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.
|
|
264
|
+
*/
|
|
265
|
+
_isAlwaysOnTop(params?: {}, cb?: Function): boolean;
|
|
266
|
+
_setOpacity(params: {
|
|
267
|
+
invokedByParent?: any;
|
|
268
|
+
windowIdentifier?: any;
|
|
269
|
+
opacity: number;
|
|
270
|
+
persist?: boolean;
|
|
271
|
+
}, cb?: Function): void;
|
|
272
|
+
_saveWindowOptions(params: {
|
|
273
|
+
invokedByParent?: any;
|
|
274
|
+
windowIdentifier?: any;
|
|
275
|
+
}, cb?: Function): void;
|
|
276
|
+
_getOptions(_params: any, cb?: Function): any;
|
|
277
|
+
abstract _setResizable(isResizeable: boolean, cb?: Function): void;
|
|
278
|
+
/**
|
|
279
|
+
* 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).
|
|
280
|
+
* @param {object} params for future use
|
|
281
|
+
*
|
|
282
|
+
* @example
|
|
283
|
+
* // dragging tab example using tracking and group
|
|
284
|
+
* BaseWindow.startTabTileMonitoring();
|
|
285
|
+
* // if dragging tab is in a group, then remove it given tracking results will decide what to do with the window
|
|
286
|
+
* BaseWindow.Group.getGroupID(this.identifier, function (err, tileGroupId) {
|
|
287
|
+
* if (!err) { // if no error then must be in a tile group
|
|
288
|
+
* self.Group.removeWindow(this.identifier);
|
|
289
|
+
* }
|
|
290
|
+
* });
|
|
291
|
+
*/
|
|
292
|
+
startTabTileMonitoring(params: any): void;
|
|
293
|
+
/**
|
|
294
|
+
* Invoked by client originating a dragStart that it has has ended. Typically inherited (base function only).
|
|
295
|
+
* @param {object} params for future use
|
|
296
|
+
* @param {function=} callback option callback that support overriding default behavior
|
|
297
|
+
*
|
|
298
|
+
* BaseWindow.stopTabTileMonitoring(params, function(err, results, defaultTabTileAction) {
|
|
299
|
+
* // . . . custom code goes here . . .
|
|
300
|
+
* defaultTabTileAction(results); // now take default action or call your own function instead
|
|
301
|
+
* });
|
|
302
|
+
*
|
|
303
|
+
*/
|
|
304
|
+
stopTabTileMonitoring(params: any, callback: (arg0: StandardError, arg1: any, arg2: any) => void): void;
|
|
305
|
+
/**
|
|
306
|
+
* Defines default TabTile action for stopTabTileMonitoring. May be overwritten by client -- see example in stopTabTileMonitoring. Typically inherited (base function only).
|
|
307
|
+
*
|
|
308
|
+
* @param {any} stopTabTileResults
|
|
309
|
+
* @memberof BaseWindow
|
|
310
|
+
*
|
|
311
|
+
* @private
|
|
312
|
+
*/
|
|
313
|
+
defaultTabTileAction(stopTabTileResults: {
|
|
314
|
+
stoppedLocation: any;
|
|
315
|
+
tileGroupId: any;
|
|
316
|
+
dropCoordinates: any;
|
|
317
|
+
droppedOnWindowIdentifier: any;
|
|
318
|
+
}): void;
|
|
319
|
+
mergeBounds(bounds: {
|
|
320
|
+
top: number;
|
|
321
|
+
left: number;
|
|
322
|
+
width: number;
|
|
323
|
+
height: number;
|
|
324
|
+
}): void;
|
|
325
|
+
startMove(params: {
|
|
326
|
+
windowIdentifier?: any;
|
|
327
|
+
}): void;
|
|
328
|
+
stopMove(params: {
|
|
329
|
+
windowIdentifier?: any;
|
|
330
|
+
}): void;
|
|
331
|
+
/**
|
|
332
|
+
* Given a field, this function retrieves component or window state. If no params are given you get the full state
|
|
333
|
+
* @param {object} params
|
|
334
|
+
* @param {string} params.stateVar A string containing "componentState" or "windowState"
|
|
335
|
+
* @param {string} params.field field
|
|
336
|
+
* @param {array} params.fields fields
|
|
337
|
+
* @param {string} params.key The storage key for the window.
|
|
338
|
+
* @param {function} cb Callback
|
|
339
|
+
* @private
|
|
340
|
+
* */
|
|
341
|
+
getFSBLState(params: {
|
|
342
|
+
stateVar?: "componentState" | "windowData";
|
|
343
|
+
field?: string;
|
|
344
|
+
fields?: string[];
|
|
345
|
+
key: string;
|
|
346
|
+
}, cb?: StandardErrorCallback<any>): StandardPromise<any>;
|
|
347
|
+
/**
|
|
348
|
+
* Given params, will return the component state. Either the params to search for, or the entire state.
|
|
349
|
+
*
|
|
350
|
+
* @param {object} params
|
|
351
|
+
* @param {string} params.field field
|
|
352
|
+
* @param {array} params.fields fields
|
|
353
|
+
* @param {function} cb Callback
|
|
354
|
+
*/
|
|
355
|
+
getComponentState(params: {
|
|
356
|
+
stateVar?: "componentState" | "windowData";
|
|
357
|
+
field?: string;
|
|
358
|
+
fields?: any;
|
|
359
|
+
key?: string;
|
|
360
|
+
}, cb?: StandardErrorCallback<any>): StandardPromise<any>;
|
|
361
|
+
/**
|
|
362
|
+
* Given params, will return the window state. Either the params to search for, or the entire state.
|
|
363
|
+
*
|
|
364
|
+
* @param {object} params
|
|
365
|
+
* @param {string} params.field field
|
|
366
|
+
* @param {array} params.fields fields
|
|
367
|
+
* @param {function} cb Callback
|
|
368
|
+
*/
|
|
369
|
+
getWindowState(params: any, cb?: StandardErrorCallback<any>): StandardPromise<any>;
|
|
370
|
+
/**
|
|
371
|
+
* Given params, will set the component state. Any fields included will be added to the state
|
|
372
|
+
*
|
|
373
|
+
* @param {object} params
|
|
374
|
+
* @param {string} params.field field
|
|
375
|
+
* @param {array} params.fields fields
|
|
376
|
+
* @param {function} cb Callback
|
|
377
|
+
*/
|
|
378
|
+
setComponentState(params: {
|
|
379
|
+
fields?: any;
|
|
380
|
+
}, cb?: Function): Promise<void>;
|
|
381
|
+
/**
|
|
382
|
+
* Removes one or more specified attributes from a component state in storage
|
|
383
|
+
* for this window.
|
|
384
|
+
*
|
|
385
|
+
* In addition to the name of the window, params should include either a `field`
|
|
386
|
+
* property as a string or a `fields` property as an array of strings.
|
|
387
|
+
*
|
|
388
|
+
* @param {object} params
|
|
389
|
+
* @param {string} [params.field] field
|
|
390
|
+
* @param {array} [params.fields] fields
|
|
391
|
+
* @param {function} cb Callback
|
|
392
|
+
*/
|
|
393
|
+
removeComponentState(params: ComponentMutateParams, cb?: StandardErrorCallback): void;
|
|
394
|
+
/**
|
|
395
|
+
* Given params, will set the window state. Any fields included will be added to the state
|
|
396
|
+
*
|
|
397
|
+
* @param {object} params
|
|
398
|
+
* @param {string} params.field field
|
|
399
|
+
* @param {array} params.fields fields
|
|
400
|
+
* @param {function} cb Callback
|
|
401
|
+
*/
|
|
402
|
+
setWindowState(params: {
|
|
403
|
+
fields?: any;
|
|
404
|
+
}, cb: any): Promise<void>;
|
|
405
|
+
saveWindowState(state: number): void;
|
|
406
|
+
static cleanupState(state: any): Promise<FinsembleWindowData>;
|
|
407
|
+
saveCompleteWindowState(state: any, cb?: Function): Promise<void>;
|
|
408
|
+
/**
|
|
409
|
+
* Given a field, this function sets and persists app state.
|
|
410
|
+
* @param {object} params
|
|
411
|
+
* @param {string} [params.field] field
|
|
412
|
+
* @param {array} [params.fields] fields
|
|
413
|
+
* @param {function=} cb Callback
|
|
414
|
+
* */
|
|
415
|
+
setFSBLState(params: {
|
|
416
|
+
fields?: any;
|
|
417
|
+
key?: any;
|
|
418
|
+
stateVar?: any;
|
|
419
|
+
field?: any;
|
|
420
|
+
value?: any;
|
|
421
|
+
}, cb: Function): Promise<void>;
|
|
422
|
+
/**
|
|
423
|
+
* Removes one or more specified attributes from either component or window state in storage.
|
|
424
|
+
*
|
|
425
|
+
* In addition to the name of the window, params should include either a `field`
|
|
426
|
+
* property as a string or a `fields` property as an array of strings.
|
|
427
|
+
*
|
|
428
|
+
* @param {object} params
|
|
429
|
+
* @param {string} [params.field] field
|
|
430
|
+
* @param {array} [params.fields] fields
|
|
431
|
+
* @param {function=} cb Callback
|
|
432
|
+
* */
|
|
433
|
+
removeFSBLState(params: ComponentMutateParams, cb?: StandardErrorCallback): void;
|
|
434
|
+
/**
|
|
435
|
+
*Cancels startTabTileMonitoring. Example use is a user "excapes" out of a drag operation.
|
|
436
|
+
*
|
|
437
|
+
* @param {object} params for future use
|
|
438
|
+
* @memberof BaseWindow
|
|
439
|
+
*/
|
|
440
|
+
cancelTabTileMonitoring(params: any): void;
|
|
441
|
+
/**
|
|
442
|
+
* Return the parent window's wrapper (e.g. StackedWindow).
|
|
443
|
+
*
|
|
444
|
+
*/
|
|
445
|
+
getParent(): any;
|
|
446
|
+
/**
|
|
447
|
+
* Sets the parent window (e.g. stackedWindow) and emits "setParent" event to window listeners.
|
|
448
|
+
*
|
|
449
|
+
* @param {object} stackedWindowIdentifier identifer of window to set as parent (e.g. stackedWindowIdentifier).
|
|
450
|
+
*
|
|
451
|
+
*/
|
|
452
|
+
setParent(windowIdentifier: {
|
|
453
|
+
windowName: any;
|
|
454
|
+
}, cb?: Function): void;
|
|
455
|
+
/**
|
|
456
|
+
* Clears the parent reference and emits "clearParent" event to window listeners. Used only internally.
|
|
457
|
+
*
|
|
458
|
+
* @private
|
|
459
|
+
*
|
|
460
|
+
*/
|
|
461
|
+
clearParent(): void;
|
|
462
|
+
setTitle(title: any): void;
|
|
463
|
+
close(params?: any, cb?: Function): StandardPromise<void>;
|
|
464
|
+
_animate(params: any, cb: (arg0: string, arg1: {
|
|
465
|
+
shouldContinue: boolean;
|
|
466
|
+
}) => void): void;
|
|
467
|
+
}
|
|
468
|
+
export {};
|
|
469
|
+
//# sourceMappingURL=BaseWindow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseWindow.d.ts","sourceRoot":"","sources":["../../../../../../src/platform/services/window/WindowAbstractions/BaseWindow.ts"],"names":[],"mappings":"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"}
|