@finsemble/finsemble-ui 1.0.0-beta-6 → 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":"dockableGroup.js","sourceRoot":"","sources":["../../../../../../src/platform/services/window/Docking/dockableGroup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAChE,OAAO,OAAO,MAAM,WAAW,CAAC;AAChC,OAAO,MAAM,MAAM,4BAA4B,CAAC;AAChD,OAAO,EASN,yBAAyB,GAQzB,MAAM,SAAS,CAAC;AAGjB,OAAO,QAAQ,MAAM,iBAAiB,CAAC;AAEvC,MAAM,YAAY,GAAG,GAAG,CAAC;AAEzB,MAAM,OAAO,aAAc,SAAQ,WAAW;IA2D7C;;;;OAIG;IACH,YAAY,MAAqB;QAChC,KAAK,CAAC,MAAM,CAAC,CAAC;QAhEf,cAAS,GAAG,WAAW,CAAC,SAAS,CAAC,SAAS,CAAC;QAE5C,aAAQ,GAAG,WAAW,CAAC,SAAS,CAAC,QAAQ,CAAC;QAE1C,oBAAe,GAAG,WAAW,CAAC,SAAS,CAAC,eAAe,CAAC;QAExD,qBAAgB,GAAG,WAAW,CAAC,SAAS,CAAC,gBAAgB,CAAC;QAE1D,mBAAc,GAAG,WAAW,CAAC,SAAS,CAAC,cAAc,CAAC;QAItD,eAAU,GAAY,KAAK,CAAC;QAI5B,8BAAyB,GAAW,EAAE,CAAC;QAEvC,sBAAiB,GAAgB;YAChC,GAAG,EAAE;gBACJ,CAAC,EAAE,CAAC;gBACJ,CAAC,EAAE,CAAC;aACJ;YACD,GAAG,EAAE;gBACJ,CAAC,EAAE,CAAC;gBACJ,CAAC,EAAE,CAAC;aACJ;SACD,CAAC;QAEF,8MAA8M;QAC9M,iBAAY,GAAW,CAAC,CAAC;QAEzB,gBAAW,GAAgB,IAAI,WAAW,EAAE,CAAC;QAE7C,wBAAmB,GAAiB,EAAE,CAAC;QAEvC,YAAO,GAAqB,EAAE,CAAC;QAE/B,kBAAa,GAAY,KAAK,CAAC;QAE/B,SAAI,GAAW,CAAC,CAAC;QAEjB,UAAK,GAAW,CAAC,CAAC;QAElB,WAAM,GAAW,CAAC,CAAC;QAEnB,QAAG,GAAW,CAAC,CAAC;QAEhB,UAAK,GAAW,CAAC,CAAC;QAElB,WAAM,GAAW,CAAC,CAAC;QAEnB,yBAAoB,GAAW,CAAC,CAAC;QAEjC,0BAAqB,GAAW,CAAC,CAAC;QAElC,aAAQ,GAA2B,EAAE,CAAC;QASrC,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;QACzB,IAAI,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC;QACxB,IAAI,CAAC,SAAS,GAAG,OAAO,MAAM,CAAC,SAAS,KAAK,WAAW,CAAC,CAAC,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,KAAK,CAAC;QACpF;;;WAGG;QACH,IAAI,CAAC,yBAAyB,GAAG,MAAM,CAAC,yBAAyB,IAAI,EAAE,CAAC;QAExE,4BAA4B;QAC5B,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACjD,IAAI,CAAC,uBAAuB,GAAG,IAAI,CAAC,uBAAuB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACvE,yIAAyI;QACzI,0FAA0F;QAC1F,6HAA6H;QAC7H,IAAI,CAAC,yBAAyB,GAAG,QAAQ,CAAC,IAAI,CAAC,yBAAyB,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,YAAY,CAAC,CAAC;IACpG,CAAC;IAED,oBAAoB,CAAC,KAAoB,EAAE,iBAA0B,IAAI;QACxE,OAAO,IAAI,CAAC,WAAW,CAAC,oBAAoB,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,cAAc,CAAC,CAAC;IAChF,CAAC;IAED;;;OAGG;IACH,uBAAuB,CAAC,EAAE,IAAI,EAAE,EAAE,WAAW,EAAE,EAAE;QAChD,KAAK,MAAM,QAAQ,IAAI,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE;YACnD,MAAM,kBAAkB,GAAG,QAAQ,CAAC,aAAa,EAAE,CAAC;YACpD,IAAI,kBAAkB,IAAI,WAAW;gBAAE,QAAQ,CAAC,WAAW,CAAC,WAAW,CAAC,CAAC;SACzE;IACF,CAAC;IAED;;OAEG;IACH,OAAO;QACN,MAAM,WAAW,GAAG,IAAI,CAAC,cAAc,EAAE,CAAC;QAC1C,MAAM,cAAc,GAAG,WAAW,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC;QAEzF,OAAO;YACN,WAAW;YACX,SAAS,EAAE,IAAI,CAAC,SAAS;YACzB,aAAa,EAAE,IAAI,CAAC,aAAa;YACjC,cAAc,EAAE,cAAc,aAAd,cAAc,cAAd,cAAc,GAAI,WAAW;YAC7C,YAAY,EAAE,IAAI,CAAC,YAAY,EAAE;YACjC,yBAAyB,EAAE,IAAI,CAAC,yBAAyB;SACzD,CAAC;IACH,CAAC;IAED;;;;;;;OAOG;IACH,eAAe,CAAC,YAAwB,EAAE,UAA6B;QACtE,IAAI,CAAC,mBAAmB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC5C,IAAI,CAAC,yBAAyB,CAAC,UAAU,EAAE,IAAI,CAAC,mBAAmB,CAAC,CAAC;IACtE,CAAC;IAED;;;;;;OAMG;IACH,yBAAyB,CAAC,UAA6B,EAAE,mBAAiC;QACzF,MAAM,CAAC,MAAM,CAAC,OAAO,CACpB,+EAA+E,EAC/E,mBAAmB,CACnB,CAAC;QACF,IAAI,MAAM,CAAC;QACX,MAAM,OAAO,GAAG;YACf,IAAI,CAAC,aAAa,CAAC,aAAa,CAAC;YACjC,IAAI,CAAC,aAAa,CAAC,YAAY,CAAC;YAChC,IAAI,CAAC,aAAa,CAAC,UAAU,CAAC;YAC9B,IAAI,CAAC,aAAa,CAAC,SAAS,CAAC;SAC7B,CAAC;QAEF,qHAAqH;QACrH,wGAAwG;QACxG,uEAAuE;QACvE,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;YACxC,6FAA6F;YAC7F,IAAI,YAAY,GAAG,mBAAmB,CAAC,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,WAAW,KAAK,IAAI,IAAI,GAAG,CAAC,IAAI,KAAK,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;YAC/G,IAAI,CAAC,YAAY,EAAE;gBAClB,YAAY,GAAG,mBAAmB,CAAC,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,IAAI,KAAK,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;aAC/E;YACD,IAAI,YAAY,EAAE;gBACjB,CAAC,EAAE,MAAM,EAAE,GAAG,YAAY,CAAC,CAAC;gBAC5B,MAAM,CAAC,MAAM,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;gBAC3B,MAAM,CAAC,WAAW,GAAG,IAAI,CAAC;gBAC1B,MAAM;aACN;SACD;QACD,yDAAyD;QACzD,yFAAyF;QACzF,0FAA0F;QAC1F,IAAI,CAAC,mBAAmB,GAAG,EAAE,CAAC;QAE9B,IAAI,CAAC,MAAM,EAAE;YACZ,MAAM,CAAC,MAAM,CAAC,KAAK,CAClB,2HAA2H,CAC3H,CAAC;YACF,OAAO;SACP;QACD,oGAAoG;QACpG,kFAAkF;QAClF,uGAAuG;QACvG,qEAAqE;QACrE,wGAAwG;QACxG,qBAAqB;QACrB,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;YACnC,IAAI,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,QAAQ,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC;gBAAE,MAAM,CAAC,GAAG,CAAC,EAAE,CAAC;QACrE,CAAC,CAAC,CAAC;QACH,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;QACpB,UAAU,CAAC,aAAa,EAAE,CAAC;IAC5B,CAAC;IAED;;;;;;;;;;;;;;;;OAgBG;IAEH,SAAS,CAAC,GAAmB;QAC5B,IAAI,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,MAAM,KAAK,CAAC,EAAE;YAC3C,IAAI,CAAC,iBAAiB,GAAG,SAAS,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC;SAC1D;QACD,IAAI,IAAI,CAAC,SAAS,EAAE;YACnB,GAAG,CAAC,GAAG,CAAC,cAAc,CAAC,EAAE,gBAAgB,EAAE,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC;SACxD;QACD,KAAK,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;QAEtB,IAAI,CAAC,YAAY,EAAE,CAAC;QACpB,IAAI,IAAI,CAAC,SAAS;YAAE,IAAI,CAAC,YAAY,CAAC,EAAE,cAAc,EAAE,KAAK,EAAE,CAAC,CAAC;QAEjE,oBAAoB;QACpB,IAAI,IAAI,CAAC,SAAS,EAAE;YACnB,GAAG,CAAC,GAAG,CAAC,gBAAgB,CAAC,aAAa,EAAE,IAAI,CAAC,uBAAuB,CAAC,CAAC;YACtE,MAAM,gBAAgB,GAAG,GAAG,CAAC,aAAa,EAAE,CAAC;YAC7C,sDAAsD;YACtD,yEAAyE;YACzE,8CAA8C;YAC9C,IAAI,CAAC,CAAC,GAAG,CAAC,IAAI,IAAI,IAAI,CAAC,yBAAyB,CAAC,EAAE;gBAClD,IAAI,CAAC,yBAAyB,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,gBAAgB,CAAC;aAC5D;YACD,gFAAgF;YAChF,kDAAkD;YAClD,MAAM,qBAAqB,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,aAAa,EAAE,CAAC,CAAC;YACvG,IAAI,qBAAqB,EAAE;gBAC1B,IAAI,gBAAgB,EAAE;oBACrB,8EAA8E;oBAC9E,IAAI,CAAC,uBAAuB,CAAC,EAAE,IAAI,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,EAAE,CAAC,CAAC;iBAC9D;qBAAM;oBACN,0DAA0D;oBAC1D,GAAG,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;iBACtB;aACD;SACD;IACF,CAAC;IAED,YAAY;QACX,MAAM,WAAW,GAAG,IAAI,CAAC,oBAAoB,EAAE,CAAC;QAChD,IAAI,CAAC,WAAW,EAAE;YACjB,OAAO;SACP;QACD,IAAI,CAAC,iBAAiB,GAAG,WAAW,CAAC;QACrC,IAAI,CAAC,SAAS,EAAE,CAAC;QACjB,IAAI,CAAC,SAAS,CAAC;YACd,IAAI,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;YACvB,GAAG,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;YACtB,KAAK,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;YACxB,MAAM,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;SACzB,CAAC,CAAC;IACJ,CAAC;IAED,0BAA0B;QACzB,MAAM,UAAU,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC;QACrC,KAAK,MAAM,UAAU,IAAI,UAAU,EAAE;YACpC,MAAM,GAAG,GAAG,IAAI,CAAC,iBAAiB,CAAC,UAAU,CAAC,CAAC;YAC/C,IAAI,GAAG;gBAAE,GAAG,CAAC,GAAG,CAAC,uBAAuB,EAAE,CAAC;SAC3C;IACF,CAAC;IAED,SAAS;QACR,MAAM,UAAU,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC;QACrC,KAAK,MAAM,UAAU,IAAI,UAAU,EAAE;YACpC,MAAM,GAAG,GAAG,IAAI,CAAC,iBAAiB,CAAC,UAAU,CAAC,CAAC;YAC/C,IAAI,GAAG;gBAAE,GAAG,CAAC,GAAG,CAAC,SAAS,EAAE,CAAC;SAC7B;IACF,CAAC;IAED,QAAQ;QACP,MAAM,UAAU,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC;QACrC,KAAK,MAAM,UAAU,IAAI,UAAU,EAAE;YACpC,MAAM,GAAG,GAAG,IAAI,CAAC,iBAAiB,CAAC,UAAU,CAAC,CAAC;YAC/C,GAAG,aAAH,GAAG,uBAAH,GAAG,CAAE,GAAG,CAAC,QAAQ,EAAE,CAAC;SACpB;IACF,CAAC;IAED,iBAAiB;QAChB,MAAM,gBAAgB,GAAG,EAAE,CAAC;QAC5B,MAAM,UAAU,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC;QACrC,KAAK,MAAM,UAAU,IAAI,UAAU,EAAE;YACpC,MAAM,GAAG,GAAG,IAAI,CAAC,iBAAiB,CAAC,UAAU,CAAC,CAAC;YAC/C,IAAI,GAAG,EAAE;gBACR,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;oBACtC,MAAM,IAAI,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;oBACtB,IAAI,GAAG,CAAC,IAAI,CAAC,KAAK,IAAI,CAAC,IAAI,CAAC,EAAE;wBAC7B,gBAAgB,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC;qBACjC;iBACD;aACD;SACD;QACD,OAAO,gBAAgB,CAAC;IACzB,CAAC;IAED,YAAY;QACX,IAAI,CAAC,YAAY,EAAE,CAAC;QACpB,MAAM,OAAO,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC;QAClC,MAAM,SAAS,GAAG,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,MAAM,CAAC;QAC3C,IAAI,UAAU,GAAG,CAAC,CAAC;QACnB,KAAK,MAAM,UAAU,IAAI,OAAO,EAAE;YACjC,MAAM,GAAG,GAAG,IAAI,CAAC,iBAAiB,CAAC,UAAU,CAAC,CAAC;YAC/C,IAAI,GAAG;gBAAE,UAAU,GAAG,UAAU,GAAG,GAAG,CAAC,KAAK,GAAG,GAAG,CAAC,MAAM,CAAC;SAC1D;QACD,OAAO,SAAS,KAAK,UAAU,CAAC;IACjC,CAAC;IAED;;;OAGG;IACH,aAAa,CAAC,eAAuB;QACpC,MAAM,eAAe,GAAG;YACvB,OAAO,EAAE;gBACR,gBAAgB,EAAE,QAAQ;gBAC1B,kBAAkB,EAAE,OAAO;aAC3B;YACD,UAAU,EAAE;gBACX,gBAAgB,EAAE,KAAK;gBACvB,kBAAkB,EAAE,OAAO;aAC3B;YACD,OAAO,EAAE;gBACR,gBAAgB,EAAE,OAAO;gBACzB,kBAAkB,EAAE,QAAQ;aAC5B;YACD,UAAU,EAAE;gBACX,gBAAgB,EAAE,OAAO;gBACzB,kBAAkB,EAAE,KAAK;aACzB;YACD,QAAQ,EAAE;gBACT,gBAAgB,EAAE,QAAQ;gBAC1B,kBAAkB,EAAE,MAAM;aAC1B;YACD,WAAW,EAAE;gBACZ,gBAAgB,EAAE,KAAK;gBACvB,kBAAkB,EAAE,MAAM;aAC1B;YACD,QAAQ,EAAE;gBACT,gBAAgB,EAAE,MAAM;gBACxB,kBAAkB,EAAE,QAAQ;aAC5B;YACD,WAAW,EAAE;gBACZ,gBAAgB,EAAE,MAAM;gBACxB,kBAAkB,EAAE,KAAK;aACzB;YACD,KAAK,EAAE;gBACN,gBAAgB,EAAE,MAAM;gBACxB,kBAAkB,EAAE,KAAK;aACzB;YACD,IAAI,EAAE;gBACL,gBAAgB,EAAE,OAAO;gBACzB,kBAAkB,EAAE,KAAK;aACzB;YACD,GAAG,EAAE;gBACJ,gBAAgB,EAAE,KAAK;gBACvB,kBAAkB,EAAE,MAAM;aAC1B;YACD,MAAM,EAAE;gBACP,gBAAgB,EAAE,QAAQ;gBAC1B,kBAAkB,EAAE,MAAM;aAC1B;SACD,CAAC;QACF,qIAAqI;QACrI,IAAI,CAAC,eAAe,CAAC,eAAe,CAAC,EAAE;YACtC,OAAO,CAAC,KAAK,CACZ,IAAI,eAAe,gDAAgD,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAC7G,CAAC;YACF,sBAAsB;SACtB;QAED,MAAM,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,GAAG,eAAe,CAAC,eAAe,CAAC,CAAC;QAClF,MAAM,WAAW,GAAG,IAAI,CAAC,cAAc,EAAE,CAAC;QAC1C,wFAAwF;QACxF,OAAO,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;YAChC,IAAI,IAAI,GAAG,CAAC,CAAC,gBAAgB,CAAC,CAAC;YAC/B,IAAI,IAAI,GAAG,CAAC,CAAC,gBAAgB,CAAC,CAAC;YAC/B,IAAI,kBAAkB,GAAG,gBAAgB,CAAC;YAC1C,IAAI,IAAI,KAAK,IAAI,EAAE;gBAClB,IAAI,GAAG,CAAC,CAAC,kBAAkB,CAAC,CAAC;gBAC7B,IAAI,GAAG,CAAC,CAAC,kBAAkB,CAAC,CAAC;gBAC7B,kBAAkB,GAAG,kBAAkB,CAAC;aACxC;YAED,IAAI,kBAAkB,KAAK,KAAK,IAAI,kBAAkB,KAAK,MAAM,EAAE;gBAClE,2CAA2C;gBAC3C,wGAAwG;gBACxG,uJAAuJ;gBACvJ,OAAO,IAAI,GAAG,IAAI,CAAC;aACnB;YACD,sCAAsC;YACtC,qKAAqK;YACrK,OAAO,IAAI,GAAG,IAAI,CAAC;QACpB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IACP,CAAC;IAED;;;;;OAKG;IACH,UAAU,CAAC,MAAc;QACxB,MAAM,KAAK,GAAG;YACb,GAAG,EAAE,QAAQ;YACb,KAAK,EAAE,MAAM;YACb,MAAM,EAAE,KAAK;YACb,IAAI,EAAE,OAAO;SACb,CAAC;QAEF,MAAM,SAAS,GAAG,MAAM,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC,CAAC;QAExE,MAAM,WAAW,GAAa,EAAE,CAAC;QACjC,MAAM,IAAI,GAAG,IAAI,CAAC;QAElB,KAAK,MAAM,UAAU,IAAI,IAAI,CAAC,OAAO,EAAE;YACtC,IAAI,WAAW,CAAC,QAAQ,CAAC,UAAU,CAAC,EAAE;gBACrC,SAAS;aACT;YACD,MAAM,GAAG,GAAG,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;YACrC,IAAI,QAAQ,GAAG,IAAI,CAAC;YACpB,SAAS,CAAC,OAAO,CAAC,CAAC,aAAa,EAAE,EAAE;gBACnC,MAAM,IAAI,GAAG,KAAK,CAAC,aAAa,CAAC,CAAC;gBAClC,IAAI,GAAG,CAAC,IAAI,CAAC,KAAK,IAAI,CAAC,IAAI,CAAC,EAAE;oBAC7B,QAAQ,GAAG,KAAK,CAAC;iBACjB;YACF,CAAC,CAAC,CAAC;YACH,IAAI,QAAQ,EAAE;gBACb,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;aAC7B;SACD;QAED,OAAO,WAAW,CAAC;IACpB,CAAC;IAED;;;OAGG;IACH,oBAAoB;QACnB,IAAI,WAAW,GAAuB,IAAI,CAAC;QAE3C,KAAK,MAAM,UAAU,IAAI,IAAI,CAAC,OAAO,EAAE;YACtC,MAAM,GAAG,GAAG,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;YACrC,mGAAmG;YACnG,IAAI,CAAC,GAAG,CAAC,KAAK;gBAAE,GAAG,CAAC,KAAK,GAAG,GAAG,CAAC,IAAI,GAAG,GAAG,CAAC,KAAK,CAAC;YACjD,IAAI,CAAC,GAAG,CAAC,MAAM;gBAAE,GAAG,CAAC,MAAM,GAAG,GAAG,CAAC,GAAG,GAAG,GAAG,CAAC,MAAM,CAAC;YACnD,IAAI,CAAC,WAAW,EAAE;gBACjB,WAAW,GAAG;oBACb,GAAG,EAAE;wBACJ,CAAC,EAAE,GAAG,CAAC,IAAI;wBACX,CAAC,EAAE,GAAG,CAAC,GAAG;qBACV;oBACD,GAAG,EAAE;wBACJ,CAAC,EAAE,GAAG,CAAC,KAAK;wBACZ,CAAC,EAAE,GAAG,CAAC,MAAM;qBACb;iBACD,CAAC;gBACF,SAAS;aACT;YAED,mEAAmE;YACnE,IAAI,GAAG,CAAC,IAAI,GAAG,WAAW,CAAC,GAAG,CAAC,CAAC,EAAE;gBACjC,WAAW,CAAC,GAAG,CAAC,CAAC,GAAG,GAAG,CAAC,IAAI,CAAC;aAC7B;YAED,IAAI,GAAG,CAAC,GAAG,GAAG,WAAW,CAAC,GAAG,CAAC,CAAC,EAAE;gBAChC,WAAW,CAAC,GAAG,CAAC,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC;aAC5B;YAED,IAAI,GAAG,CAAC,MAAM,GAAG,WAAW,CAAC,GAAG,CAAC,CAAC,EAAE;gBACnC,WAAW,CAAC,GAAG,CAAC,CAAC,GAAG,GAAG,CAAC,MAAM,CAAC;aAC/B;YAED,IAAI,GAAG,CAAC,KAAK,GAAG,WAAW,CAAC,GAAG,CAAC,CAAC,EAAE;gBAClC,WAAW,CAAC,GAAG,CAAC,CAAC,GAAG,GAAG,CAAC,KAAK,CAAC;aAC9B;SACD;QACD,OAAO,WAAW,CAAC;IACpB,CAAC;IAED;;;;OAIG;IACH,YAAY,CAAC,IAAY,EAAE,YAAqB,IAAI;QACnD,MAAM,GAAG,GAAG,IAAI,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC;QACzC,IAAI,GAAG,IAAI,IAAI,CAAC,SAAS,EAAE;YAC1B,GAAG,CAAC,GAAG,CAAC,cAAc,CAAC;gBACtB,gBAAgB,EAAE,GAAG,CAAC,GAAG,CAAC,IAAI;aAC9B,CAAC,CAAC;YAEH,6BAA6B;YAC7B,sBAAsB;YACtB,2DAA2D;YAC3D,GAAG,CAAC,GAAG,CAAC,mBAAmB,CAAC,aAAa,EAAE,IAAI,CAAC,uBAAuB,CAAC,CAAC;YACzE,IAAI,SAAS,EAAE;gBACd,GAAG,CAAC,WAAW,CAAC,IAAI,CAAC,yBAAyB,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC;aAC1D;YACD,mEAAmE;YACnE,sEAAsE;YACtE,2EAA2E;YAC3E,mCAAmC;SACnC;QAED,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;QAC1B,IAAI,CAAC,YAAY,EAAE,CAAC;IACrB,CAAC;IAED;;;;OAIG;IACH,QAAQ,CAAC,MAAqB;QAC7B,OAAO;YACN,IAAI,EAAE,MAAM,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI;YAC7B,KAAK,EAAE,MAAM,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK;YAChC,MAAM,EAAE,CAAC,MAAM,CAAC,MAAM,IAAI,CAAC,CAAC,GAAG,IAAI,CAAC,MAAM;YAC1C,KAAK,EAAE,CAAC,MAAM,CAAC,KAAK,IAAI,CAAC,CAAC,GAAG,IAAI,CAAC,KAAK;SACvC,CAAC;IACH,CAAC;IAED;;;;OAIG;IACH,SAAS,CAAC,MAAqB;QAC9B,IAAI,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC;QACxB,IAAI,CAAC,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAC1B,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,IAAI,CAAC,CAAC;QACjC,IAAI,CAAC,GAAG,GAAG,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC;QAC3B,IAAI,CAAC,KAAK,GAAG,MAAM,CAAC,KAAK,GAAG,MAAM,CAAC,IAAI,CAAC;QACxC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC;QACrC,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC;IAC9C,CAAC;IAED,SAAS;QACR,OAAO;YACN,IAAI,EAAE,IAAI,CAAC,IAAI;YACf,KAAK,EAAE,IAAI,CAAC,KAAK;YACjB,MAAM,EAAE,IAAI,CAAC,MAAM;YACnB,GAAG,EAAE,IAAI,CAAC,GAAG;YACb,KAAK,EAAE,IAAI,CAAC,KAAK;YACjB,MAAM,EAAE,IAAI,CAAC,MAAM;YACnB,QAAQ,EAAE,IAAI,CAAC,QAAQ;SACvB,CAAC;IACH,CAAC;IAED;;;;;;OAMG;IACH,KAAK,CAAC,SAAwB,EAAE,MAAc,EAAE,UAA6B;QAC5E,6JAA6J;QAC7J,SAAS,GAAG,UAAU,CAAC,kBAAkB,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;QAC3D,MAAM,UAAU,GAAG,IAAI,CAAC,cAAc,EAAE,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE;YACpD,uCACI,GAAG,CAAC,SAAS,EAAE,KAClB,IAAI,EAAE,GAAG,CAAC,IAAI,EACd,MAAM,EAAE,MAAM,CAAC,MAAM,CACpB;oBACC,QAAQ,EAAE,IAAI,CAAC,oBAAoB;oBACnC,SAAS,EAAE,IAAI,CAAC,qBAAqB;oBACrC,QAAQ,EAAE,QAAQ;oBAClB,SAAS,EAAE,QAAQ;iBACnB,EACD,GAAG,CAAC,MAAM,CACV,IACA;QACH,CAAC,CAAC,CAAC;QACH,MAAM,eAAe,GAAG,aAAa,CAAC,kBAAkB,CAAC,IAAI,CAAC,SAAS,EAAE,EAAE,SAAS,CAAC,CAAC;QACtF,iEAAiE;QACjE,MAAM,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC;QAC1D,KAAK,MAAM,MAAM,IAAI,OAAO,EAAE;YAC7B,OAAO,CAAC,MAAM,CAAC,WAAW,EAAE,CAAC,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;SAChD;QAED,IAAI,WAAW,GAAmB,EAAE,GAAG,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC;QAC3E,8OAA8O;QAC9O,IAAI,KAAK,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE;YAC3B,WAAW,CAAC,GAAG,GAAG,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC;YACrC,WAAW,CAAC,IAAI,GAAG,SAAS,CAAC,IAAI,CAAC;YAClC,QAAQ,MAAM,EAAE;gBACf,KAAK,MAAM;oBACV,8FAA8F;oBAC9F,WAAW,CAAC,IAAI,GAAG,SAAS,CAAC,KAAK,CAAC;oBACnC,MAAM;gBACP,KAAK,KAAK;oBACT,8FAA8F;oBAC9F,WAAW,CAAC,GAAG,GAAG,SAAS,CAAC,MAAM,IAAI,CAAC,CAAC;oBACxC,MAAM;gBACP;oBACC,MAAM;aACP;SACD;aAAM,IAAI,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE;YACpC,8CAA8C;YAC9C,iFAAiF;YACjF,MAAM,MAAM,GAAG,OAAO,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC,CAAC;YAClD,WAAW,GAAG;gBACb,GAAG,EAAE,MAAM,CAAC,CAAC;gBACb,IAAI,EAAE,MAAM,CAAC,CAAC;gBACd,KAAK,EAAE,CAAC;gBACR,MAAM,EAAE,CAAC;aACT,CAAC;SACF;QACD,yHAAyH;QACzH,MAAM,gBAAgB,GAAG,aAAa,CAAC,mBAAmB,CAAC;YAC1D,UAAU;YACV,eAAe;YACf,MAAM,EAAE,WAAW;SACnB,CAAC,CAAC;QAEH,6BAA6B;QAC7B,gBAAgB,CAAC,OAAO,CAAC,CAAC,YAAY,EAAE,EAAE;YACzC,UAAU,CAAC,UAAU,CAAC,YAAY,CAAC,CAAC;QACrC,CAAC,CAAC,CAAC;QACH,MAAM,YAAY,GAAG,EAAE,CAAC;QAExB,IAAI,CAAC,cAAc,EAAE,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,SAAS,EAAE,CAAC,CAAC,CAAC;QAEnF;;WAEG;QACH,UAAU,CAAC,kBAAkB,CAAC,IAAI,EAAE,YAAY,EAAE,IAAI,CAAC,CAAC;QAExD,IAAI,CAAC,YAAY,EAAE,CAAC;IACrB,CAAC;IAED;;;;;OAKG;IACH,WAAW,CAAC,GAAkB;QAC7B,IAAI,GAAG,EAAE;YACR,IAAI,CAAC,qBAAqB,GAAG,GAAG,CAAC,cAAc,CAAC;YAChD,IAAI,CAAC,oBAAoB,GAAG,GAAG,CAAC,aAAa,CAAC;SAC9C;IACF,CAAC;IAED;;;;;;;;;;OAUG;IACH,uBAAuB,CAAC,OAAoB;QAC3C,MAAM,gBAAgB,GAAiB,EAAE,CAAC;QAC1C,MAAM,OAAO,GAAG,IAAI,CAAC,cAAc,EAAE,CAAC;QACtC,MAAM,MAAM,GAAG,CAAC,OAAO,CAAC,GAAG,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC;QAE1C,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;YACxC,MAAM,GAAG,GAAG,IAAI,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC;YAC/C,IAAI,GAAG,EAAE;gBACR,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;oBAClD,MAAM,KAAK,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;oBACxB,IAAI,GAAG,CAAC,oBAAoB,CAAC,KAAK,CAAC,EAAE;wBACpC,MAAM,OAAO,GAAe;4BAC3B,IAAI,EAAE,GAAG,CAAC,IAAI;4BACd,IAAI,EAAE,GAAG,CAAC,cAAc,CAAC,KAAK,CAAC;4BAC/B,OAAO,EAAE,GAAG,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;4BACvD,GAAG;yBACH,CAAC;wBACF,gBAAgB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;wBAC/B,MAAM;qBACN;iBACD;aACD;SACD;QACD,OAAO,gBAAgB,CAAC;IACzB,CAAC;IAED;;;;;OAKG;IACH,gBAAgB,CAAC,GAAmB,EAAE,IAAY,EAAE,cAAuB;QAC1E,IAAI,cAAc,KAAK,SAAS,EAAE;YACjC,cAAc,GAAG,KAAK,CAAC;SACvB;QACD,MAAM,aAAa,GAAiB,EAAE,CAAC;QACvC,IAAI,CAAC,IAAI,EAAE;YACV,OAAO,EAAE,CAAC;SACV;QAED,MAAM,OAAO,GAAG,iBAAiB,CAAC,IAAI,CAAC,CAAC;QACxC,MAAM,aAAa,GAAG,GAAG,CAAC,QAAQ,CAAC,KAAK,EAAE,cAAc,CAAC,CAAC,IAAI,CAAC,CAAC;QAEhE,KAAK,MAAM,UAAU,IAAI,IAAI,CAAC,OAAO,EAAE;YACtC,MAAM,eAAe,GAAG,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;YACjD,IAAI,eAAe,CAAC,IAAI,KAAK,GAAG,CAAC,IAAI,EAAE;gBACtC,SAAS;aACT;YACD,MAAM,OAAO,GAAgB,eAAe,CAAC,QAAQ,CAAC,KAAK,EAAE,cAAc,CAAC,CAAC,OAAO,CAAC,CAAC;YACtF,IAAI,UAAU,GAAG,KAAK,CAAC;YACvB,IAAI,MAAM,GAAY;gBACrB;oBACC,IAAI,EAAE,eAAe,CAAC,IAAI;oBAC1B,GAAG,EAAE,OAAO,CAAC,GAAG;iBAChB;gBACD;oBACC,IAAI,EAAE,eAAe,CAAC,IAAI;oBAC1B,GAAG,EAAE,OAAO,CAAC,GAAG;iBAChB;gBACD;oBACC,IAAI,EAAE,GAAG,CAAC,IAAI;oBACd,GAAG,EAAE,aAAa,CAAC,GAAG;iBACtB;gBACD;oBACC,IAAI,EAAE,GAAG,CAAC,IAAI;oBACd,GAAG,EAAE,aAAa,CAAC,GAAG;iBACtB;aACD,CAAC;YAEF,IAAI,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE;gBACrC,IAAI,OAAO,CAAC,GAAG,CAAC,CAAC,KAAK,aAAa,CAAC,GAAG,CAAC,CAAC,EAAE;oBAC1C,SAAS;iBACT;gBACD,MAAM,GAAG,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;aAClD;YAED,IAAI,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE;gBACrC,IAAI,OAAO,CAAC,GAAG,CAAC,CAAC,KAAK,aAAa,CAAC,GAAG,CAAC,CAAC,EAAE;oBAC1C,SAAS;iBACT;gBACD,MAAM,GAAG,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;aAClD;YAED,IAAI,MAAM,CAAC,CAAC,CAAC,CAAC,IAAI,KAAK,MAAM,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE;gBACtC,UAAU,GAAG,IAAI,CAAC;aAClB;YAED,IAAI,UAAU,EAAE;gBACf,MAAM,OAAO,GAAe;oBAC3B,IAAI,EAAE,eAAe,CAAC,IAAI;oBAC1B,IAAI,EAAE,OAAO;oBACb,GAAG,EAAE,eAAe;iBACpB,CAAC;gBACF,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;aAC5B;SACD;QAED,OAAO,aAAa,CAAC;IACtB,CAAC;IAEO,qBAAqB,CAAC,GAAmB,EAAE,MAAmB;QACrE,MAAM,MAAM,GAAmB,yBAAyB,CAAC;QACzD,sEAAsE;QACtE,MAAM,CAAC,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;QAC/C,MAAM,CAAC,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;QAClD,MAAM,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC;QAC5C,MAAM,CAAC,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;QACrD,MAAM,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,GAAG,MAAM,CAAC,GAAG,CAAC;QAC3C,MAAM,CAAC,KAAK,GAAG,MAAM,CAAC,KAAK,GAAG,MAAM,CAAC,IAAI,CAAC;QAC1C,IAAI,IAAI,GAAkB,IAAI,CAAC;QAE/B,iSAAiS;QACjS,IAAI,MAAM,CAAC,KAAK,KAAK,IAAI,CAAC,KAAK,EAAE;YAChC,IAAI,MAAM,CAAC,GAAG,KAAK,IAAI,CAAC,MAAM;gBAAE,IAAI,GAAG,QAAQ,CAAC;YAChD,IAAI,MAAM,CAAC,MAAM,KAAK,IAAI,CAAC,GAAG;gBAAE,IAAI,GAAG,KAAK,CAAC;SAC7C;QACD,IAAI,MAAM,CAAC,MAAM,KAAK,IAAI,CAAC,MAAM,EAAE;YAClC,IAAI,MAAM,CAAC,IAAI,KAAK,IAAI,CAAC,KAAK;gBAAE,IAAI,GAAG,OAAO,CAAC;YAC/C,IAAI,MAAM,CAAC,KAAK,KAAK,IAAI,CAAC,IAAI;gBAAE,IAAI,GAAG,MAAM,CAAC;SAC9C;QACD,IAAI,CAAC,IAAI,EAAE;YACV,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,2CAA2C,CAAC,CAAC;YACjE,OAAO;SACP;QACD,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,IAAI,EAAE,GAAG,CAAC,UAAU,CAAC,CAAC;IAC1C,CAAC;IAED;;;;OAIG;IACH,KAAK,CAAC,QAAQ,CAAC,IAAoB;QAClC,IAAI,CAAC,YAAY,EAAE,CAAC;QAEpB,MAAM,MAAM,GAAG,IAAI,WAAW,CAAC,IAAI,CAAC,CAAC;QAErC,qEAAqE;QAErE,4EAA4E;QAC5E,MAAM,KAAK,GAAiC,MAAM,CAAC,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;QAC1E,IAAI,YAAY,GAAG,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC,IAAI,CAAC,CAAC,CAAC;QAM3E,qBAAqB;QACrB,IAAI,UAAU,GAAoB,YAAY;aAC5C,OAAO,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC;aACzB,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE;YACZ,uCACI,GAAG,KACN,eAAe,EAAE,CAAC,IACjB;QACH,CAAC,CAAC,CAAC;QAEJ,uEAAuE;QACvE,IAAI,CAAC,UAAU,CAAC,MAAM;YAAE,OAAO;QAE/B,6MAA6M;QAC7M,MAAM,GAAG,GAAG,IAAI,CAAC,iBAAiB,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;QACvD,IAAI,CAAC,GAAG;YAAE,OAAO;QAEjB,iDAAiD;QACjD,MAAM,CAAC,iBAAiB,GAAG,OAAO,CAAC,oBAAoB,CAAC,MAAM,CAAC,CAAC;QAEhE,6HAA6H;QAC7H,IAAI,CAAC,MAAM,CAAC,KAAK,KAAK,IAAI,CAAC,KAAK,IAAI,MAAM,CAAC,MAAM,KAAK,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,EAAE;YACpG,IAAI,CAAC,qBAAqB,CAAC,GAAG,EAAE,MAAM,CAAC,CAAC;YACxC,OAAO;SACP;QAED,sFAAsF;QACtF,0OAA0O;QAC1O,MAAM,eAAe,GAAoB,EAAE,CAAC;QAC5C,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,UAAU,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;YAC3C,IAAI,SAAS,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC;YAC9B,MAAM,IAAI,GAAG,IAAI,CAAC,iBAAiB,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;YACpD,MAAM,EAAE,IAAI,EAAE,GAAG,SAAS,CAAC;YAE3B,mFAAmF;YACnF,IAAI,IAAI,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE;gBACrC,MAAM,eAAe,GAAG,IAAI,CAAC,gBAAgB,CAAC,IAAI,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;gBACjE,SAAS,CAAC,eAAe,GAAG,eAAe,CAAC,MAAM,CAAC;gBACnD,SAAS,CAAC,GAAG,GAAG,IAAI,CAAC;gBACrB,eAAe,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;aAChC;SACD;QAED,uGAAuG;QACvG,IAAI,oBAAoB,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,eAAe,GAAG,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAC7G,IAAI,CAAC,oBAAoB,CAAC,GAAG;YAAE,OAAO;QAEtC,6BAA6B;QAC7B,IAAI,YAAY,GAAG,oBAAoB,CAAC,IAAI,CAAC;QAE7C,gKAAgK;QAChK,MAAM,SAAS,GAAG,oBAAoB,CAAC,GAAG,CAAC,SAAS,EAAE,CAAC;QACvD,IAAI,SAAS,mCACT,SAAS,KACZ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC,YAAY,CAAC,EACpC,MAAM,EAAE,SAAS,CAAC,MAAM,GAAG,SAAS,CAAC,GAAG,EACxC,KAAK,EAAE,SAAS,CAAC,KAAK,GAAG,SAAS,CAAC,IAAI,EACvC,UAAU,EAAE,CAAC,EACb,YAAY,EAAE,YAAY,EAC1B,iBAAiB,EAAE,IAAI,GACvB,CAAC;QAEF,wBAAwB;QACxB,MAAM,QAAQ,GAAG,CAAC,IAAI,CAAC,KAAK,IAAI,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,CAAC,CAAC;QACxD,IAAI,kBAAkB,GAAG,SAAS,CAAC,KAAK,GAAG,SAAS,CAAC,MAAM,CAAC;QAC5D,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,UAAU,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;YAC3C,MAAM,SAAS,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC;YAChC,MAAM,oBAAoB,GAAG,SAAS,CAAC,IAAI,CAAC;YAC5C,MAAM,eAAe,GAAG,SAAS,CAAC,GAAG,CAAC,SAAS,EAAE,CAAC;YAClD,MAAM,cAAc,mCAChB,eAAe,KAClB,CAAC,oBAAoB,CAAC,EAAE,MAAM,CAAC,oBAAoB,CAAC,EACpD,MAAM,EAAE,eAAe,CAAC,MAAM,GAAG,eAAe,CAAC,GAAG,EACpD,KAAK,EAAE,eAAe,CAAC,KAAK,GAAG,eAAe,CAAC,IAAI,GACnD,CAAC;YACF,MAAM,aAAa,GAAG,cAAc,CAAC,MAAM,GAAG,cAAc,CAAC,KAAK,CAAC;YAEnE,yMAAyM;YACzM,MAAM,eAAe,GAAG,aAAa,GAAG,QAAQ,GAAG,CAAC,CAAC;YACrD,MAAM,uBAAuB,GAAG,aAAa,GAAG,kBAAkB,CAAC;YACnE,MAAM,oBAAoB,GAAG,SAAS,CAAC,eAAe,IAAI,oBAAoB,CAAC,eAAe,CAAC;YAC/F,IAAI,eAAe,IAAI,uBAAuB,IAAI,oBAAoB,EAAE;gBACvE,oBAAoB,GAAG,SAAS,CAAC;gBACjC,kBAAkB,GAAG,aAAa,CAAC;gBACnC,YAAY,GAAG,oBAAoB,CAAC;gBACpC,SAAS,iDACL,SAAS,GACT,cAAc,KACjB,YAAY,EAAE,YAAY,GAC1B,CAAC;aACF;SACD;QACD,0LAA0L;QAC1L,SAAS,CAAC,IAAI,GAAG,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC;QAC/C,MAAM,GAAG,CAAC,UAAU,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC;QAC5C,IAAI,CAAC,YAAY,EAAE,CAAC;QAEpB,OAAO;QACP,IAAI,IAAI,CAAC,YAAY,EAAE,EAAE;YACxB,GAAG,CAAC,UAAU,CAAC,SAAS,EAAE,CAAC;YAC3B,IAAI,CAAC,YAAY,GAAG,CAAC,CAAC;YACtB,OAAO;SACP;QAED,oBAAoB;QACpB,IAAI,IAAI,CAAC,YAAY,KAAK,EAAE,EAAE;YAC7B,MAAM,YAAY,GAAG,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,CAAC,CAAC;YAC3F,MAAM,CAAC,MAAM,CAAC,IAAI,CACjB,sBAAsB,EACtB,2FAA2F,EAC3F,YAAY,EACZ,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,SAAS,EAAE,CAAC,CAClC,CAAC;YACF,IAAI,CAAC,YAAY,GAAG,CAAC,CAAC;YACtB,OAAO;SACP;QAED,4FAA4F;QAC5F,MAAM,SAAS,GAAG,OAAO,CAAC,QAAQ,CAAC,MAAM,EAAE,IAAI,WAAW,CAAC,SAAS,CAAC,EAAE,YAAY,CAAC,CAAC;QACrF,MAAM,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;IAChC,CAAC;IAED,MAAM,CAAC,MAAoB,EAAE,EAAE,GAAG,QAAQ,CAAC,SAAS;QACnD,6GAA6G;QAC7G,IAAI,CAAC,MAAM,CAAC,MAAM,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,UAAU,EAAE;YAChD,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,0FAA0F,CAAC,CAAC;YAClH,MAAM,CAAC,MAAM,GAAG,IAAI,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC;SAClD;QAED,0KAA0K;QAC1K,MAAM,MAAM,GAAG;YACd,WAAW,EAAE,MAAM,CAAC,WAAW;YAC/B,sBAAsB,EAAE,MAAM,CAAC,sBAAsB;SACrD,CAAC;QACF,MAAM,EAAE,UAAU,EAAE,GAAG,MAAM,CAAC,MAAM,CAAC;QACrC,MAAM,CAAC,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC;QACjC,MAAM,CAAC,UAAU,GAAG,CAAC,CAAC;QAEtB,UAAU,CAAC,WAAW,CAAC,MAAM,EAAE,GAAG,EAAE;YACnC,IAAI,CAAC,YAAY,EAAE,CAAC;YACpB,UAAU,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;YAC7B,EAAE,EAAE,CAAC;QACN,CAAC,CAAC,CAAC;IACJ,CAAC;IAED;;OAEG;IACH,0BAA0B;QACzB,MAAM,EAAE,OAAO,EAAE,KAAK,EAAE,GAAG,IAAI,CAAC,8BAA8B,EAAE,CAAC;QACjE,MAAM,aAAa,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE;YAC3D,MAAM,cAAc,GAAG,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,CAAC,KAAK,KAAK,CAAC,CAAC,IAAI,GAAG,CAAC,CAAC,KAAK,KAAK,CAAC,CAAC,CAAC,CAAC;YACvF,OAAO,cAAc,KAAK,KAAK,CAAC;QACjC,CAAC,CAAC,CAAC;QACH,OAAO,aAAa,CAAC,MAAM,CAAC,CAAC,MAAM,EAAE,EAAE;YACtC,MAAM,UAAU,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,MAAM,KAAK,MAAM,CAAC,MAAM,CAAC,CAAC;YACzE,OAAO,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC;QAC3E,CAAC,CAAC,CAAC;IACJ,CAAC;IAED;;;OAGG;IAEH;;;;;;OAMG;IACH;;;;;;;;;OASG;IACH;;;;OAIG;IACH;;;;OAIG;IACH,8BAA8B;QAC7B,IAAI,OAAO,GAAG,IAAI,CAAC,cAAc,EAAE,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE;YAC/C,IAAI,GAAG,GAAG,GAAG,CAAC,WAAW,CAAC,GAAG,CAAC,SAAS,EAAE,CAAC,CAAC;YAC3C,GAAG,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE;gBACnB,CAAC,CAAC,MAAM,GAAG,GAAG,CAAC,IAAI,CAAC;gBACpB,OAAO,CAAC,CAAC;YACV,CAAC,CAAC,CAAC;YACH,OAAO,GAAG,CAAC;QACZ,CAAC,CAAC,CAAC;QAEH,OAAO,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC;QAExD,IAAI,KAAK,GAAG,IAAI,CAAC,cAAc,EAAE,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE;YAC7C,IAAI,GAAG,GAAG,GAAG,CAAC,QAAQ,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;YACpC,GAAG,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE;gBACnB,CAAC,CAAC,MAAM,GAAG,GAAG,CAAC,IAAI,CAAC;gBACpB,OAAO,CAAC,CAAC;YACV,CAAC,CAAC,CAAC;YACH,OAAO,GAAG,CAAC;QACZ,CAAC,CAAC,CAAC;QACH,KAAK,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC;QACpD,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;IAC3B,CAAC;IAED;;;;;;OAMG;IACH,MAAM,CAAC,kBAAkB,CAAC,OAAsB,EAAE,OAAsB;QACvE,MAAM,MAAM,GAAG,OAAO,CAAC,KAAK,IAAI,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;QAClF,MAAM,MAAM,GAAG,OAAO,CAAC,MAAM,IAAI,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;QACtF,OAAO;YACN,CAAC,EAAE,MAAM;YACT,CAAC,EAAE,MAAM;SACT,CAAC;IACH,CAAC;IAED;;;;;;OAMG;IACH,MAAM,CAAC,sBAAsB,CAAC,MAAuD;QACpF,MAAM,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,EAAE,GAAG,MAAM,CAAC;QAChC,MAAM,OAAO,GAAG,MAAM,CAAC,IAAI,GAAG,CAAC,CAAC;QAChC,MAAM,OAAO,GAAG,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC;QACtC,MAAM,SAAS,GAAG;YACjB,GAAG,EAAE,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,GAAG,OAAO;YAChC,IAAI,EAAE,MAAM,CAAC,IAAI,GAAG,OAAO;YAC3B,MAAM,EAAE,CAAC;YACT,KAAK,EAAE,CAAC;YACR,KAAK,EAAE,CAAC;YACR,MAAM,EAAE,CAAC;SACT,CAAC;QACF,SAAS,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,IAAI,CAAC,CAAC;QACtC,SAAS,CAAC,KAAK,GAAG,MAAM,CAAC,KAAK,IAAI,CAAC,CAAC;QACpC,SAAS,CAAC,KAAK,GAAG,SAAS,CAAC,IAAI,GAAG,CAAC,MAAM,CAAC,KAAK,IAAI,CAAC,CAAC,CAAC;QACvD,SAAS,CAAC,MAAM,GAAG,SAAS,CAAC,GAAG,GAAG,CAAC,MAAM,CAAC,MAAM,IAAI,CAAC,CAAC,CAAC;QACxD,OAAO,SAAS,CAAC;IAClB,CAAC;IAED;;;;;;;;OAQG;IACH,MAAM,CAAC,WAAW,CAAC,MAAiE;QACnF,MAAM,EAAE,MAAM,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;QAE3C,kEAAkE;QAClE,MAAM,YAAY,GAAiB;YAClC,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,GAAG,eAAe,CAAC,CAAC,CAAC;YACjD,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,GAAG,eAAe,CAAC,CAAC,CAAC;YACtD,MAAM,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,MAAM,IAAI,CAAC,CAAC,GAAG,eAAe,CAAC,CAAC,CAAC;YAC5D,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,KAAK,IAAI,CAAC,CAAC,GAAG,eAAe,CAAC,CAAC,CAAC;SAC1D,CAAC;QACF,YAAY,CAAC,KAAK,GAAG,YAAY,CAAC,IAAI,GAAG,YAAY,CAAC,KAAK,CAAC;QAC5D,YAAY,CAAC,MAAM,GAAG,YAAY,CAAC,GAAG,GAAG,YAAY,CAAC,MAAM,CAAC;QAE7D,OAAO,YAAY,CAAC;IACrB,CAAC;IAED;;;;;;;OAOG;IACH,MAAM,CAAC,WAAW,CAAC,MAA8D;QAChF,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,GAAG,MAAM,CAAC;QACtC,OAAO,UAAU,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE;YAChC,MAAM,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC;YACxC,MAAM,CAAC,GAAG,GAAG,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC;YACnD,MAAM,CAAC,KAAK,GAAG,MAAM,CAAC,IAAI,GAAG,CAAC,MAAM,CAAC,KAAK,IAAI,CAAC,CAAC,CAAC;YACjD,MAAM,CAAC,MAAM,GAAG,MAAM,CAAC,GAAG,GAAG,CAAC,MAAM,CAAC,MAAM,IAAI,CAAC,CAAC,CAAC;YAClD,OAAO,MAAM,CAAC;QACf,CAAC,CAAC,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;;;;OAcG;IACH,MAAM,CAAC,mBAAmB,CAAC,MAAM;QAChC,IAAI,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,EAAE,GAAG,MAAM,CAAC;QACrD,kBAAkB;QAClB,UAAU,GAAG,IAAI,CAAC,WAAW,CAAC;YAC7B,UAAU;YACV,MAAM,EAAE;gBACP,IAAI,EAAE,MAAM,CAAC,IAAI;gBACjB,GAAG,EAAE,MAAM,CAAC,GAAG;gBACf,KAAK,EAAE,CAAC;aACR;SACD,CAAC,CAAC;QAEH,wFAAwF;QACxF,IAAI,SAAS,GAAG,eAAe,CAAC,CAAC,CAAC;QAClC,IAAI,SAAS,GAAG,eAAe,CAAC,CAAC,CAAC;QAClC,UAAU,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE;YACzB,MAAM,YAAY,GAAG,IAAI,CAAC,WAAW,CAAC;gBACrC,MAAM;gBACN,eAAe;aACf,CAAC,CAAC;YAEH,IAAI,YAAY,CAAC,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC,QAAQ,EAAE;gBAChD,SAAS,GAAG,IAAI,CAAC,GAAG,CAAC,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,QAAQ,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC;aACvE;iBAAM,IAAI,YAAY,CAAC,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC,QAAQ,EAAE;gBACvD,SAAS,GAAG,IAAI,CAAC,GAAG,CAAC,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,QAAQ,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC;aACvE;YACD,IAAI,YAAY,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,SAAS,EAAE;gBAClD,SAAS,GAAG,IAAI,CAAC,GAAG,CAAC,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,SAAS,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;aACzE;iBAAM,IAAI,YAAY,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,SAAS,EAAE;gBACzD,SAAS,GAAG,IAAI,CAAC,GAAG,CAAC,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,SAAS,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;aACzE;QACF,CAAC,CAAC,CAAC;QAEH,8DAA8D;QAC9D,IAAI,SAAS,IAAI,eAAe,CAAC,CAAC,IAAI,SAAS,IAAI,eAAe,CAAC,CAAC,EAAE;YACrE,eAAe,CAAC,CAAC,GAAG,SAAS,CAAC;YAC9B,eAAe,CAAC,CAAC,GAAG,SAAS,CAAC;SAC9B;QAED,kCAAkC;QAClC,UAAU,GAAG,UAAU,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE;YACtC,MAAM,YAAY,GAAG,IAAI,CAAC,WAAW,CAAC;gBACrC,MAAM;gBACN,eAAe;aACf,CAAC,CAAC;YACH,YAAY,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC;YAChC,YAAY,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;YACpC,OAAO,YAAY,CAAC;QACrB,CAAC,CAAC,CAAC;QAEH,sCAAsC;QACtC,UAAU,GAAG,IAAI,CAAC,WAAW,CAAC;YAC7B,UAAU;YACV,MAAM,EAAE;gBACP,IAAI,EAAE,CAAC,MAAM,CAAC,IAAI;gBAClB,GAAG,EAAE,CAAC,MAAM,CAAC,GAAG;gBAChB,KAAK,EAAE,CAAC;aACR;SACD,CAAC,CAAC;QACH,OAAO,UAAU,CAAC;IACnB,CAAC;CACD;AAED,yCAAyC;AACzC,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import DockingMain from "./dockingMain";
|
|
2
|
+
import { DockingBounds, BoundingBox, SnappingRegions, DockableMonitorParams, MoveRequest, DockableMonitorJSON, MonitorRectangle } from "./types";
|
|
3
|
+
import DockableWindow from "./dockableWindow";
|
|
4
|
+
import { MonitorInfoDetail } from "../../../../FEA";
|
|
5
|
+
export declare class DockableMonitor {
|
|
6
|
+
#private;
|
|
7
|
+
left: number;
|
|
8
|
+
top: number;
|
|
9
|
+
right: number;
|
|
10
|
+
bottom: number;
|
|
11
|
+
dockingMain: DockingMain;
|
|
12
|
+
rawMonitor: MonitorInfoDetail;
|
|
13
|
+
availableRect: DockingBounds;
|
|
14
|
+
bufferSize: number;
|
|
15
|
+
name: string;
|
|
16
|
+
bounds: BoundingBox;
|
|
17
|
+
snappingRegions: SnappingRegions;
|
|
18
|
+
monitorRect: MonitorRectangle;
|
|
19
|
+
initialBounds: DockingBounds;
|
|
20
|
+
deviceId?: number;
|
|
21
|
+
constructor(params: DockableMonitorParams);
|
|
22
|
+
/**
|
|
23
|
+
* @function {function name}
|
|
24
|
+
* @param {type} bufferSize {description}
|
|
25
|
+
* @return {type} {description}
|
|
26
|
+
*/
|
|
27
|
+
setBufferSize(bufferSize: number): void;
|
|
28
|
+
/**
|
|
29
|
+
* @function {function name}
|
|
30
|
+
* @return {type} {description}
|
|
31
|
+
*/
|
|
32
|
+
getWindowBoundingBox(): BoundingBox;
|
|
33
|
+
/**
|
|
34
|
+
* @function {function name}
|
|
35
|
+
* @param {type} bounds {description}
|
|
36
|
+
* @param {type} edge {description}
|
|
37
|
+
* @return {type} {description}
|
|
38
|
+
*/
|
|
39
|
+
getSnappingRegion(bounds: DockingBounds, edge: string): BoundingBox;
|
|
40
|
+
/**
|
|
41
|
+
* @function {function name}
|
|
42
|
+
* @return {type} {description}
|
|
43
|
+
*/
|
|
44
|
+
calculateSnappingRegions(): void;
|
|
45
|
+
/**
|
|
46
|
+
* @function {function name}
|
|
47
|
+
* @param {type} region {description}
|
|
48
|
+
* @param {type} request {description}
|
|
49
|
+
* @return {type} {description}
|
|
50
|
+
*/
|
|
51
|
+
canSnapToRegion(region: string, request: MoveRequest): boolean;
|
|
52
|
+
/**
|
|
53
|
+
* @function {function name}
|
|
54
|
+
* @param {type} request {description}
|
|
55
|
+
* @return {type} {description}
|
|
56
|
+
*/
|
|
57
|
+
canSnapToWindow(request: MoveRequest): boolean;
|
|
58
|
+
/**
|
|
59
|
+
* Determines if supplied window (or request) is near a given edge of the monitor
|
|
60
|
+
*
|
|
61
|
+
* @param {object} request The move request
|
|
62
|
+
* @return {string} A string containing any edges of the monitor the given request is near
|
|
63
|
+
*/
|
|
64
|
+
getSnappedEdge(request: MoveRequest): string;
|
|
65
|
+
/**
|
|
66
|
+
* @function {function name}
|
|
67
|
+
* @param {type} request {description}
|
|
68
|
+
* @return {type} {description}
|
|
69
|
+
*/
|
|
70
|
+
snapWindow(request: MoveRequest): MoveRequest | boolean;
|
|
71
|
+
/**
|
|
72
|
+
* Takes any snapped edges and a given request (window) and sets the appropriate bounds of the window (when docking, the windows width is expanded to take full screen)
|
|
73
|
+
* @param {string} edge A string containing any edges the window could snap to
|
|
74
|
+
* @param {object} request The window to dock
|
|
75
|
+
* @return {object} The modified request object
|
|
76
|
+
*/
|
|
77
|
+
getDockedPosition(request: MoveRequest): MoveRequest | false;
|
|
78
|
+
/**
|
|
79
|
+
* Docks a window to an edge if it needs to be. Calls to update dockableMonitor/dockableWindow properties
|
|
80
|
+
* @param {object} request The move request
|
|
81
|
+
* @param {object} win window to move
|
|
82
|
+
* @param {number} undockedWidth width of the window before docking
|
|
83
|
+
* @param {number} undockedHeight height of the window before docking
|
|
84
|
+
* @param {boolean} init optional - true if the dock is initiated on startup
|
|
85
|
+
*/
|
|
86
|
+
dockWindowToMonitor(request: MoveRequest | DockableWindow, win: DockableWindow, undockedWidth: number, undockedHeight: number, init?: boolean): Promise<void>;
|
|
87
|
+
/**
|
|
88
|
+
* JSON override method
|
|
89
|
+
*/
|
|
90
|
+
toJSON(): DockableMonitorJSON;
|
|
91
|
+
/**
|
|
92
|
+
* Undocks a window
|
|
93
|
+
* @param {object} win The window to undock
|
|
94
|
+
* @param {boolean} [isClosingAction] If true, this undock is being called on a window closing
|
|
95
|
+
*/
|
|
96
|
+
undockWindowFromMonitor(win: DockableWindow, isClosingAction?: boolean): void;
|
|
97
|
+
}
|
|
98
|
+
export default DockableMonitor;
|
|
99
|
+
//# sourceMappingURL=dockableMonitor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dockableMonitor.d.ts","sourceRoot":"","sources":["../../../../../../src/platform/services/window/Docking/dockableMonitor.ts"],"names":[],"mappings":"AAGA,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,EACN,aAAa,EACb,WAAW,EACX,eAAe,EACf,qBAAqB,EACrB,WAAW,EACX,mBAAmB,EACnB,gBAAgB,EAChB,MAAM,SAAS,CAAC;AACjB,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEpD,qBAAa,eAAe;;IAC3B,IAAI,EAAE,MAAM,CAAK;IAEjB,GAAG,EAAE,MAAM,CAAK;IAEhB,KAAK,EAAE,MAAM,CAAK;IAElB,MAAM,EAAE,MAAM,CAAK;IAEnB,WAAW,EAAE,WAAW,CAAC;IAEzB,UAAU,EAAE,iBAAiB,CAAC;IAE9B,aAAa,EAAE,aAAa,CAAC;IAE7B,UAAU,EAAE,MAAM,CAAC;IAEnB,IAAI,EAAE,MAAM,CAAC;IAEb,MAAM,EAAE,WAAW,CAAC;IAEpB,eAAe,EAAG,eAAe,CAAC;IAElC,WAAW,EAAG,gBAAgB,CAAC;IAE/B,aAAa,EAAE,aAAa,CAAC;IAE7B,QAAQ,CAAC,EAAE,MAAM,CAAC;gBAEN,MAAM,EAAE,qBAAqB;IAsDzC;;;;OAIG;IACH,aAAa,CAAC,UAAU,EAAE,MAAM;IAMhC;;;OAGG;IACH,oBAAoB,IAAI,WAAW;IAanC;;;;;OAKG;IACH,iBAAiB,CAAC,MAAM,EAAE,aAAa,EAAE,IAAI,EAAE,MAAM,GAAG,WAAW;IA8CnE;;;OAGG;IACH,wBAAwB;IASxB;;;;;OAKG;IACH,eAAe,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,GAAG,OAAO;IAc9D;;;;OAIG;IACH,eAAe,CAAC,OAAO,EAAE,WAAW,GAAG,OAAO;IAS9C;;;;;OAKG;IACH,cAAc,CAAC,OAAO,EAAE,WAAW,GAAG,MAAM;IAU5C;;;;OAIG;IACH,UAAU,CAAC,OAAO,EAAE,WAAW,GAAG,WAAW,GAAG,OAAO;IA2CvD;;;;;OAKG;IACH,iBAAiB,CAAC,OAAO,EAAE,WAAW,GAAG,WAAW,GAAG,KAAK;IAgE5D;;;;;;;OAOG;IACG,mBAAmB,CACxB,OAAO,EAAE,WAAW,GAAG,cAAc,EACrC,GAAG,EAAE,cAAc,EACnB,aAAa,EAAE,MAAM,EACrB,cAAc,EAAE,MAAM,EACtB,IAAI,GAAE,OAAe,GACnB,OAAO,CAAC,IAAI,CAAC;IAgGhB;;OAEG;IACH,MAAM,IAAI,mBAAmB;IAa7B;;;;OAIG;IACH,uBAAuB,CAAC,GAAG,EAAE,cAAc,EAAE,eAAe,GAAE,OAAe;CA6B7E;AAED,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,427 @@
|
|
|
1
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
2
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
3
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
4
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
5
|
+
};
|
|
6
|
+
var _DockableMonitor_instances, _DockableMonitor_shouldClaimSpace;
|
|
7
|
+
import BoxMath from "./boxMath";
|
|
8
|
+
import { Logger } from "../../../../clients/logger";
|
|
9
|
+
import { RouterClient } from "../../../../clients/routerClient";
|
|
10
|
+
export class DockableMonitor {
|
|
11
|
+
constructor(params) {
|
|
12
|
+
_DockableMonitor_instances.add(this);
|
|
13
|
+
this.left = 0;
|
|
14
|
+
this.top = 0;
|
|
15
|
+
this.right = 0;
|
|
16
|
+
this.bottom = 0;
|
|
17
|
+
let initialBounds;
|
|
18
|
+
// Pre-dockable components this function only took bounds. For backwards compatibility if the incoming params do now have a 'bounds' prop, we assume params = bounds
|
|
19
|
+
if (!params.hasOwnProperty("bounds")) {
|
|
20
|
+
initialBounds = params;
|
|
21
|
+
}
|
|
22
|
+
else {
|
|
23
|
+
({ bounds: initialBounds } = params);
|
|
24
|
+
}
|
|
25
|
+
this.initialBounds = initialBounds;
|
|
26
|
+
this.dockingMain = params.dockingMain;
|
|
27
|
+
this.left = initialBounds.left;
|
|
28
|
+
this.top = initialBounds.top;
|
|
29
|
+
this.right = initialBounds.right;
|
|
30
|
+
this.bottom = initialBounds.bottom;
|
|
31
|
+
// Use JSON.parse/stringify to clone the monitors object, since we intend to manipulate it locally
|
|
32
|
+
this.rawMonitor = JSON.parse(JSON.stringify(params.monitor instanceof DockableMonitor ? params.monitor.rawMonitor : params.monitor // Need this later in order to do docking related tasks
|
|
33
|
+
));
|
|
34
|
+
// When docking makes a change to monitor space (claim or unclaim) docking's monitor representation is updated. The rawMonitor (which comes from launcher and is a dumbed-down functionless representation) is not updated at all. We should remove the DockableMonitor reference to rawMonitor, and instead write a function that gets called when a DockableMonitor is updated to update the rawMonitor for launcher's use.
|
|
35
|
+
this.availableRect = params.monitor.availableRect;
|
|
36
|
+
this.bufferSize = 15;
|
|
37
|
+
this.bounds = this.getWindowBoundingBox();
|
|
38
|
+
this.calculateSnappingRegions();
|
|
39
|
+
this.name = initialBounds.name;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* @function {function name}
|
|
43
|
+
* @param {type} bufferSize {description}
|
|
44
|
+
* @return {type} {description}
|
|
45
|
+
*/
|
|
46
|
+
setBufferSize(bufferSize) {
|
|
47
|
+
this.bufferSize = bufferSize;
|
|
48
|
+
this.bounds = this.getWindowBoundingBox();
|
|
49
|
+
this.calculateSnappingRegions();
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* @function {function name}
|
|
53
|
+
* @return {type} {description}
|
|
54
|
+
*/
|
|
55
|
+
getWindowBoundingBox() {
|
|
56
|
+
return {
|
|
57
|
+
min: {
|
|
58
|
+
x: this.left,
|
|
59
|
+
y: this.top,
|
|
60
|
+
},
|
|
61
|
+
max: {
|
|
62
|
+
x: this.right,
|
|
63
|
+
y: this.bottom,
|
|
64
|
+
},
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* @function {function name}
|
|
69
|
+
* @param {type} bounds {description}
|
|
70
|
+
* @param {type} edge {description}
|
|
71
|
+
* @return {type} {description}
|
|
72
|
+
*/
|
|
73
|
+
getSnappingRegion(bounds, edge) {
|
|
74
|
+
var _a, _b, _c, _d;
|
|
75
|
+
const map = {
|
|
76
|
+
left: {
|
|
77
|
+
min: {
|
|
78
|
+
x: bounds.left - this.bufferSize,
|
|
79
|
+
y: bounds.top,
|
|
80
|
+
},
|
|
81
|
+
max: {
|
|
82
|
+
x: bounds.left + this.bufferSize,
|
|
83
|
+
y: bounds.bottom,
|
|
84
|
+
},
|
|
85
|
+
},
|
|
86
|
+
right: {
|
|
87
|
+
min: {
|
|
88
|
+
x: bounds.right - this.bufferSize,
|
|
89
|
+
y: bounds.top,
|
|
90
|
+
},
|
|
91
|
+
max: {
|
|
92
|
+
x: bounds.right + this.bufferSize,
|
|
93
|
+
y: bounds.bottom,
|
|
94
|
+
},
|
|
95
|
+
},
|
|
96
|
+
bottom: {
|
|
97
|
+
min: {
|
|
98
|
+
x: bounds.left,
|
|
99
|
+
y: ((_a = bounds.bottom) !== null && _a !== void 0 ? _a : 0) - this.bufferSize,
|
|
100
|
+
},
|
|
101
|
+
max: {
|
|
102
|
+
x: bounds.right,
|
|
103
|
+
y: ((_b = bounds.bottom) !== null && _b !== void 0 ? _b : 0) + this.bufferSize,
|
|
104
|
+
},
|
|
105
|
+
},
|
|
106
|
+
top: {
|
|
107
|
+
min: {
|
|
108
|
+
x: bounds.left,
|
|
109
|
+
y: ((_c = bounds.top) !== null && _c !== void 0 ? _c : 0) - this.bufferSize,
|
|
110
|
+
},
|
|
111
|
+
max: {
|
|
112
|
+
x: bounds.right,
|
|
113
|
+
y: ((_d = bounds.top) !== null && _d !== void 0 ? _d : 0) + this.bufferSize,
|
|
114
|
+
},
|
|
115
|
+
},
|
|
116
|
+
};
|
|
117
|
+
return map[edge];
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* @function {function name}
|
|
121
|
+
* @return {type} {description}
|
|
122
|
+
*/
|
|
123
|
+
calculateSnappingRegions() {
|
|
124
|
+
this.snappingRegions = {
|
|
125
|
+
top: this.getSnappingRegion(this.initialBounds, "top"),
|
|
126
|
+
right: this.getSnappingRegion(this.initialBounds, "right"),
|
|
127
|
+
bottom: this.getSnappingRegion(this.initialBounds, "bottom"),
|
|
128
|
+
left: this.getSnappingRegion(this.initialBounds, "left"),
|
|
129
|
+
};
|
|
130
|
+
}
|
|
131
|
+
/**
|
|
132
|
+
* @function {function name}
|
|
133
|
+
* @param {type} region {description}
|
|
134
|
+
* @param {type} request {description}
|
|
135
|
+
* @return {type} {description}
|
|
136
|
+
*/
|
|
137
|
+
canSnapToRegion(region, request) {
|
|
138
|
+
const innerAdjustment = 0 - this.bufferSize;
|
|
139
|
+
return BoxMath.intersectBoundingBoxes(this.snappingRegions[region], {
|
|
140
|
+
min: {
|
|
141
|
+
x: request.snappingRegions[region].min.x - innerAdjustment,
|
|
142
|
+
y: request.snappingRegions[region].min.y - innerAdjustment,
|
|
143
|
+
},
|
|
144
|
+
max: {
|
|
145
|
+
x: request.snappingRegions[region].max.x + innerAdjustment,
|
|
146
|
+
y: request.snappingRegions[region].max.y + innerAdjustment,
|
|
147
|
+
},
|
|
148
|
+
});
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* @function {function name}
|
|
152
|
+
* @param {type} request {description}
|
|
153
|
+
* @return {type} {description}
|
|
154
|
+
*/
|
|
155
|
+
canSnapToWindow(request) {
|
|
156
|
+
for (const region in this.snappingRegions) {
|
|
157
|
+
if (this.canSnapToRegion(region, request)) {
|
|
158
|
+
return true;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
return false;
|
|
162
|
+
}
|
|
163
|
+
/**
|
|
164
|
+
* Determines if supplied window (or request) is near a given edge of the monitor
|
|
165
|
+
*
|
|
166
|
+
* @param {object} request The move request
|
|
167
|
+
* @return {string} A string containing any edges of the monitor the given request is near
|
|
168
|
+
*/
|
|
169
|
+
getSnappedEdge(request) {
|
|
170
|
+
let snappedEdge = "";
|
|
171
|
+
if (request.top === this.bounds.min.y) {
|
|
172
|
+
snappedEdge = `${snappedEdge}top`;
|
|
173
|
+
}
|
|
174
|
+
else if (request.bottom === this.bounds.max.y) {
|
|
175
|
+
snappedEdge = `${snappedEdge}bottom`;
|
|
176
|
+
}
|
|
177
|
+
return snappedEdge;
|
|
178
|
+
}
|
|
179
|
+
/**
|
|
180
|
+
* @function {function name}
|
|
181
|
+
* @param {type} request {description}
|
|
182
|
+
* @return {type} {description}
|
|
183
|
+
*/
|
|
184
|
+
snapWindow(request) {
|
|
185
|
+
const regionsToSnap = Object.keys(this.snappingRegions).flatMap((region) => this.canSnapToRegion(region, request) ? [region] : []);
|
|
186
|
+
if (!regionsToSnap)
|
|
187
|
+
return false;
|
|
188
|
+
const joinedRegionsToSnap = regionsToSnap.join("");
|
|
189
|
+
// if req is to the right of the monitor's left edge.
|
|
190
|
+
if (joinedRegionsToSnap.includes("left") && request.left >= this.snappingRegions.left.min.x) {
|
|
191
|
+
request.left = this.bounds.min.x;
|
|
192
|
+
}
|
|
193
|
+
if (joinedRegionsToSnap.includes("top") && request.top >= this.snappingRegions.top.min.y) {
|
|
194
|
+
request.top = this.bounds.min.y;
|
|
195
|
+
}
|
|
196
|
+
if (joinedRegionsToSnap.includes("right") && request.right <= this.snappingRegions.right.max.x) {
|
|
197
|
+
// move
|
|
198
|
+
if (request.changeType === 0) {
|
|
199
|
+
request.left = this.bounds.max.x - request.width;
|
|
200
|
+
}
|
|
201
|
+
else {
|
|
202
|
+
request.right = this.bounds.max.x;
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
if (joinedRegionsToSnap.includes("bottom") && request.bottom <= this.snappingRegions.bottom.max.y) {
|
|
206
|
+
if (request.changeType === 0) {
|
|
207
|
+
request.top = this.bounds.max.y - request.height;
|
|
208
|
+
}
|
|
209
|
+
else {
|
|
210
|
+
request.bottom = this.bounds.max.y;
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
if (request.changeType === 0) {
|
|
214
|
+
request.right = request.left + request.width;
|
|
215
|
+
request.bottom = request.top + request.height;
|
|
216
|
+
}
|
|
217
|
+
else {
|
|
218
|
+
request.width = request.right - request.left;
|
|
219
|
+
request.height = request.bottom - request.top;
|
|
220
|
+
}
|
|
221
|
+
return request;
|
|
222
|
+
}
|
|
223
|
+
/**
|
|
224
|
+
* Takes any snapped edges and a given request (window) and sets the appropriate bounds of the window (when docking, the windows width is expanded to take full screen)
|
|
225
|
+
* @param {string} edge A string containing any edges the window could snap to
|
|
226
|
+
* @param {object} request The window to dock
|
|
227
|
+
* @return {object} The modified request object
|
|
228
|
+
*/
|
|
229
|
+
getDockedPosition(request) {
|
|
230
|
+
const edge = request.hasOwnProperty("snappedEdge")
|
|
231
|
+
? request.snappedEdge.toLowerCase()
|
|
232
|
+
: this.getSnappedEdge(request);
|
|
233
|
+
request.snappedEdge = edge;
|
|
234
|
+
if (request.dockableEdges && !request.dockableEdges.includes(edge)) {
|
|
235
|
+
Logger.log(`Requested docked position ${edge} is not allowed by window`);
|
|
236
|
+
return false;
|
|
237
|
+
}
|
|
238
|
+
switch (edge) {
|
|
239
|
+
case "top":
|
|
240
|
+
request.height = request.dockedHeight || request.height;
|
|
241
|
+
delete request.dockedHeight;
|
|
242
|
+
if (request.top >= this.snappingRegions.top.min.y) {
|
|
243
|
+
request.top = this.bounds.min.y;
|
|
244
|
+
request.width = this.bounds.max.x - this.bounds.min.x;
|
|
245
|
+
request.left = this.bounds.min.x;
|
|
246
|
+
request.right = this.bounds.max.x;
|
|
247
|
+
request.bottom = request.top + request.height;
|
|
248
|
+
}
|
|
249
|
+
break;
|
|
250
|
+
case "bottom":
|
|
251
|
+
request.height = request.dockedHeight || request.height;
|
|
252
|
+
delete request.dockedHeight;
|
|
253
|
+
if (request.bottom <= this.snappingRegions.bottom.max.y) {
|
|
254
|
+
request.top = this.bounds.max.y - request.height;
|
|
255
|
+
request.width = this.bounds.max.x - this.bounds.min.x;
|
|
256
|
+
request.left = this.bounds.min.x;
|
|
257
|
+
request.right = this.bounds.max.x;
|
|
258
|
+
request.bottom = this.bounds.max.y;
|
|
259
|
+
}
|
|
260
|
+
break;
|
|
261
|
+
case "left":
|
|
262
|
+
request.width = request.dockedWidth || request.width;
|
|
263
|
+
delete request.dockedWidth;
|
|
264
|
+
if (request.left >= this.snappingRegions.left.min.x) {
|
|
265
|
+
request.left = this.bounds.min.x;
|
|
266
|
+
request.height = this.bounds.max.y - this.bounds.min.y;
|
|
267
|
+
request.top = this.bounds.min.y;
|
|
268
|
+
request.bottom = this.bounds.max.y;
|
|
269
|
+
request.right = request.left + request.width;
|
|
270
|
+
}
|
|
271
|
+
break;
|
|
272
|
+
case "right":
|
|
273
|
+
request.width = request.dockedWidth || request.width;
|
|
274
|
+
delete request.dockedWidth;
|
|
275
|
+
if (request.right <= this.snappingRegions.right.max.x) {
|
|
276
|
+
request.left = this.bounds.max.x - request.width;
|
|
277
|
+
request.height = this.bounds.max.y - this.bounds.min.y;
|
|
278
|
+
request.top = this.bounds.min.y;
|
|
279
|
+
request.bottom = this.bounds.max.y;
|
|
280
|
+
request.right = this.bounds.max.x;
|
|
281
|
+
}
|
|
282
|
+
break;
|
|
283
|
+
default:
|
|
284
|
+
Logger.warn(`WARNING Requested docked position without providing an edge : edge = ${edge} request = `, request);
|
|
285
|
+
return false;
|
|
286
|
+
}
|
|
287
|
+
return request;
|
|
288
|
+
}
|
|
289
|
+
/**
|
|
290
|
+
* Docks a window to an edge if it needs to be. Calls to update dockableMonitor/dockableWindow properties
|
|
291
|
+
* @param {object} request The move request
|
|
292
|
+
* @param {object} win window to move
|
|
293
|
+
* @param {number} undockedWidth width of the window before docking
|
|
294
|
+
* @param {number} undockedHeight height of the window before docking
|
|
295
|
+
* @param {boolean} init optional - true if the dock is initiated on startup
|
|
296
|
+
*/
|
|
297
|
+
async dockWindowToMonitor(request, win, undockedWidth, undockedHeight, init = false) {
|
|
298
|
+
var _a, _b, _c;
|
|
299
|
+
const claimMonitorSpace = __classPrivateFieldGet(this, _DockableMonitor_instances, "m", _DockableMonitor_shouldClaimSpace).call(this, win);
|
|
300
|
+
Logger.system.debug("dockable.monitor.dockWindowToMonitor", `undockedWidth=${undockedWidth}`, `undockedHeight=${undockedHeight}`, `claimMonitorSpace=${claimMonitorSpace}`);
|
|
301
|
+
if (win.justUndocked) {
|
|
302
|
+
Logger.system.warn(`Prevented ${win.name} docking, because it was just undocked.`);
|
|
303
|
+
// restoring undocked window bounds
|
|
304
|
+
await win.setBounds({
|
|
305
|
+
width: undockedWidth,
|
|
306
|
+
height: undockedHeight,
|
|
307
|
+
left: win.left,
|
|
308
|
+
right: win.left + undockedWidth,
|
|
309
|
+
top: win.top,
|
|
310
|
+
});
|
|
311
|
+
return;
|
|
312
|
+
}
|
|
313
|
+
if (claimMonitorSpace) {
|
|
314
|
+
win.win._setOpacity({ opacity: 0 });
|
|
315
|
+
}
|
|
316
|
+
if (win.previouslySnappedEdge)
|
|
317
|
+
delete win.previouslySnappedEdge;
|
|
318
|
+
if (!request.snappedEdge)
|
|
319
|
+
return;
|
|
320
|
+
let newBounds = Object.assign({}, this.rawMonitor.availableRect);
|
|
321
|
+
switch (request.snappedEdge) {
|
|
322
|
+
case "top":
|
|
323
|
+
newBounds.bottom = ((_a = newBounds.top) !== null && _a !== void 0 ? _a : 0) + win.height;
|
|
324
|
+
newBounds.height = win.height;
|
|
325
|
+
break;
|
|
326
|
+
case "bottom":
|
|
327
|
+
newBounds.top = (newBounds.bottom || 0) - win.height;
|
|
328
|
+
newBounds.height = win.height;
|
|
329
|
+
break;
|
|
330
|
+
case "left":
|
|
331
|
+
newBounds.right = newBounds.left + win.width;
|
|
332
|
+
newBounds.width = win.width;
|
|
333
|
+
break;
|
|
334
|
+
case "right":
|
|
335
|
+
newBounds.left = newBounds.right - win.width;
|
|
336
|
+
newBounds.width = win.width;
|
|
337
|
+
break;
|
|
338
|
+
default:
|
|
339
|
+
break;
|
|
340
|
+
}
|
|
341
|
+
win.dockedBounds = newBounds;
|
|
342
|
+
await win.setBounds(newBounds);
|
|
343
|
+
if (claimMonitorSpace) {
|
|
344
|
+
RouterClient.query("Assimilation.dockWindow", {
|
|
345
|
+
key: win.win.windowOptions.nativeWindowHandle,
|
|
346
|
+
edge: request.snappedEdge,
|
|
347
|
+
bounds: newBounds,
|
|
348
|
+
init,
|
|
349
|
+
}, (err) => {
|
|
350
|
+
if (err) {
|
|
351
|
+
Logger.system.error("Error querying for dock", err);
|
|
352
|
+
}
|
|
353
|
+
});
|
|
354
|
+
}
|
|
355
|
+
win.justDocked = true;
|
|
356
|
+
if (win.win.windowOptions.resizable) {
|
|
357
|
+
win.win._setResizable(false);
|
|
358
|
+
}
|
|
359
|
+
win.win.isDocked = true;
|
|
360
|
+
win.undockedPosition = {
|
|
361
|
+
width: undockedWidth,
|
|
362
|
+
height: undockedHeight,
|
|
363
|
+
alwaysOnTop: win.win.windowOptions.alwaysOnTop,
|
|
364
|
+
};
|
|
365
|
+
if (((_c = (_b = this.dockingMain.serviceConfig) === null || _b === void 0 ? void 0 : _b.claimSpace) === null || _c === void 0 ? void 0 : _c.alwaysOnTop) && !win.win.windowOptions.alwaysOnTop) {
|
|
366
|
+
win.win._alwaysOnTop({ alwaysOnTop: true });
|
|
367
|
+
}
|
|
368
|
+
win.monitor = this;
|
|
369
|
+
const edge = request.snappedEdge.trim().toUpperCase();
|
|
370
|
+
if (win.monitorDockablePositions.hasOwnProperty(edge)) {
|
|
371
|
+
win.dockedPosition = win.monitorDockablePositions[edge];
|
|
372
|
+
}
|
|
373
|
+
win.saveDockableData();
|
|
374
|
+
}
|
|
375
|
+
/**
|
|
376
|
+
* JSON override method
|
|
377
|
+
*/
|
|
378
|
+
toJSON() {
|
|
379
|
+
return {
|
|
380
|
+
bounds: this.bounds,
|
|
381
|
+
availableRect: this.availableRect,
|
|
382
|
+
monitorRect: this.monitorRect,
|
|
383
|
+
name: this.name,
|
|
384
|
+
top: this.top,
|
|
385
|
+
right: this.right,
|
|
386
|
+
bottom: this.bottom,
|
|
387
|
+
left: this.left,
|
|
388
|
+
};
|
|
389
|
+
}
|
|
390
|
+
/**
|
|
391
|
+
* Undocks a window
|
|
392
|
+
* @param {object} win The window to undock
|
|
393
|
+
* @param {boolean} [isClosingAction] If true, this undock is being called on a window closing
|
|
394
|
+
*/
|
|
395
|
+
undockWindowFromMonitor(win, isClosingAction = false) {
|
|
396
|
+
Logger.system.debug("dockable.monitor.undockWindowFromMonitor");
|
|
397
|
+
RouterClient.query("Assimilation.undockWindow", { key: win.win.windowOptions.nativeWindowHandle }, () => { });
|
|
398
|
+
if (win.win.windowOptions.resizable) {
|
|
399
|
+
win.win._setResizable(true);
|
|
400
|
+
}
|
|
401
|
+
if (!win.undockedPosition.alwaysOnTop) {
|
|
402
|
+
win.win._alwaysOnTop({ alwaysOnTop: false });
|
|
403
|
+
}
|
|
404
|
+
// For Windows:
|
|
405
|
+
// If the win.win.windowOptions?.claimMonitorSpace is falsy, then OS monitorsChanged event never fired (for Windows)
|
|
406
|
+
// That means that the win.justUndocked will never set to false because it's happens in the docikngMain.handleUndockedWindow()
|
|
407
|
+
// For Mac:
|
|
408
|
+
// It is safe to set this to "false" (shouldClaimSpace will ALWAYS return false on MacOS) for all cases
|
|
409
|
+
win.justUndocked = __classPrivateFieldGet(this, _DockableMonitor_instances, "m", _DockableMonitor_shouldClaimSpace).call(this, win);
|
|
410
|
+
// If the system is closing down, we don't want to change the docking status
|
|
411
|
+
// but still want to undock to give the OS back the preserved space
|
|
412
|
+
// This will preserve docking status for windows that should restore docked
|
|
413
|
+
if (!isClosingAction) {
|
|
414
|
+
win.win.isDocked = false;
|
|
415
|
+
win.dockedPosition = win.monitorDockablePositions.NONE;
|
|
416
|
+
win.saveDockableData();
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
_DockableMonitor_instances = new WeakSet(), _DockableMonitor_shouldClaimSpace = function _DockableMonitor_shouldClaimSpace(win) {
|
|
421
|
+
var _a, _b, _c, _d;
|
|
422
|
+
return ((_d = (this.dockingMain.isWindows &&
|
|
423
|
+
((_b = (_a = this.dockingMain.serviceConfig) === null || _a === void 0 ? void 0 : _a.claimSpace) === null || _b === void 0 ? void 0 : _b.enabled) &&
|
|
424
|
+
((_c = win.win.windowOptions) === null || _c === void 0 ? void 0 : _c.claimMonitorSpace))) !== null && _d !== void 0 ? _d : true);
|
|
425
|
+
};
|
|
426
|
+
export default DockableMonitor;
|
|
427
|
+
//# sourceMappingURL=dockableMonitor.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dockableMonitor.js","sourceRoot":"","sources":["../../../../../../src/platform/services/window/Docking/dockableMonitor.ts"],"names":[],"mappings":"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"}
|