@finsemble/finsemble-ui 7.3.0 → 8.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/FEA.d.ts +1307 -0
- package/FEA.d.ts.map +1 -0
- package/FEA.js +11 -0
- package/FEA.js.map +1 -0
- package/README.md +4 -24
- package/clients/Interop/FinsembleDesktopAgent.d.ts +183 -0
- package/clients/Interop/FinsembleDesktopAgent.d.ts.map +1 -0
- package/clients/Interop/FinsembleDesktopAgent.js +813 -0
- package/clients/Interop/FinsembleDesktopAgent.js.map +1 -0
- package/clients/Interop/InteropAdmin.d.ts +30 -0
- package/clients/Interop/InteropAdmin.d.ts.map +1 -0
- package/clients/Interop/InteropAdmin.js +99 -0
- package/clients/Interop/InteropAdmin.js.map +1 -0
- package/clients/Interop/index.d.ts +2 -0
- package/clients/Interop/index.d.ts.map +1 -0
- package/clients/Interop/index.js +3 -0
- package/clients/Interop/index.js.map +1 -0
- package/clients/Interop/types.d.ts +325 -0
- package/clients/Interop/types.d.ts.map +1 -0
- package/clients/Interop/types.js +45 -0
- package/clients/Interop/types.js.map +1 -0
- package/clients/Startup/FSBLDesktop.d.ts +170 -0
- package/clients/Startup/FSBLDesktop.d.ts.map +1 -0
- package/clients/Startup/FSBLDesktop.js +436 -0
- package/clients/Startup/FSBLDesktop.js.map +1 -0
- package/clients/Startup/FSBLFreestanding.d.ts +28 -0
- package/clients/Startup/FSBLFreestanding.d.ts.map +1 -0
- package/clients/Startup/FSBLFreestanding.js +127 -0
- package/clients/Startup/FSBLFreestanding.js.map +1 -0
- package/clients/Startup/FSBLService.d.ts +8 -0
- package/clients/Startup/FSBLService.d.ts.map +1 -0
- package/clients/Startup/FSBLService.js +56 -0
- package/clients/Startup/FSBLService.js.map +1 -0
- package/clients/Startup/RouterConfig.d.ts +37 -0
- package/clients/Startup/RouterConfig.d.ts.map +1 -0
- package/clients/Startup/RouterConfig.js +108 -0
- package/clients/Startup/RouterConfig.js.map +1 -0
- package/clients/Startup/SDDListeners.d.ts +12 -0
- package/clients/Startup/SDDListeners.d.ts.map +1 -0
- package/clients/Startup/SDDListeners.js +98 -0
- package/clients/Startup/SDDListeners.js.map +1 -0
- package/clients/Startup/Startup.d.ts +59 -0
- package/clients/Startup/Startup.d.ts.map +1 -0
- package/clients/Startup/Startup.js +102 -0
- package/clients/Startup/Startup.js.map +1 -0
- package/clients/Startup/index.d.ts +2 -0
- package/clients/Startup/index.d.ts.map +1 -0
- package/clients/Startup/index.js +3 -0
- package/clients/Startup/index.js.map +1 -0
- package/clients/Startup/types.d.ts +60 -0
- package/clients/Startup/types.d.ts.map +1 -0
- package/clients/Startup/types.js +2 -0
- package/clients/Startup/types.js.map +1 -0
- package/clients/Startup/unhandledErrors.d.ts +7 -0
- package/clients/Startup/unhandledErrors.d.ts.map +1 -0
- package/clients/Startup/unhandledErrors.js +74 -0
- package/clients/Startup/unhandledErrors.js.map +1 -0
- package/clients/Startup/windowStartup.d.ts +18 -0
- package/clients/Startup/windowStartup.d.ts.map +1 -0
- package/clients/Startup/windowStartup.js +408 -0
- package/clients/Startup/windowStartup.js.map +1 -0
- package/clients/StoreModel.d.ts +318 -0
- package/clients/StoreModel.d.ts.map +1 -0
- package/clients/StoreModel.js +543 -0
- package/clients/StoreModel.js.map +1 -0
- package/clients/authenticationClient.d.ts +181 -0
- package/clients/authenticationClient.d.ts.map +1 -0
- package/clients/authenticationClient.js +243 -0
- package/clients/authenticationClient.js.map +1 -0
- package/clients/configClient.d.ts +394 -0
- package/clients/configClient.d.ts.map +1 -0
- package/clients/configClient.js +601 -0
- package/clients/configClient.js.map +1 -0
- package/clients/dialogManagerClient.d.ts +251 -0
- package/clients/dialogManagerClient.d.ts.map +1 -0
- package/clients/dialogManagerClient.js +691 -0
- package/clients/dialogManagerClient.js.map +1 -0
- package/clients/distributedStoreClient.d.ts +148 -0
- package/clients/distributedStoreClient.d.ts.map +1 -0
- package/clients/distributedStoreClient.js +250 -0
- package/clients/distributedStoreClient.js.map +1 -0
- package/clients/hotkeyClient.d.ts +114 -0
- package/clients/hotkeyClient.d.ts.map +1 -0
- package/clients/hotkeyClient.js +624 -0
- package/clients/hotkeyClient.js.map +1 -0
- package/clients/index.d.ts +15 -0
- package/clients/index.d.ts.map +1 -0
- package/clients/index.js +17 -0
- package/clients/index.js.map +1 -0
- package/clients/launcherClient.d.ts +278 -0
- package/clients/launcherClient.d.ts.map +1 -0
- package/clients/launcherClient.js +450 -0
- package/clients/launcherClient.js.map +1 -0
- package/clients/logger.d.ts +358 -0
- package/clients/logger.d.ts.map +1 -0
- package/clients/logger.js +924 -0
- package/clients/logger.js.map +1 -0
- package/clients/notificationClient.d.ts +287 -0
- package/clients/notificationClient.d.ts.map +1 -0
- package/clients/notificationClient.js +534 -0
- package/clients/notificationClient.js.map +1 -0
- package/clients/routerClient.d.ts +658 -0
- package/clients/routerClient.d.ts.map +1 -0
- package/clients/routerClient.js +1361 -0
- package/clients/routerClient.js.map +1 -0
- package/clients/searchClient.d.ts +151 -0
- package/clients/searchClient.d.ts.map +1 -0
- package/clients/searchClient.js +276 -0
- package/clients/searchClient.js.map +1 -0
- package/clients/storageClient.d.ts +217 -0
- package/clients/storageClient.d.ts.map +1 -0
- package/clients/storageClient.js +294 -0
- package/clients/storageClient.js.map +1 -0
- package/clients/windowClient.d.ts +572 -0
- package/clients/windowClient.d.ts.map +1 -0
- package/clients/windowClient.js +870 -0
- package/clients/windowClient.js.map +1 -0
- package/clients/workspaceClient.d.ts +481 -0
- package/clients/workspaceClient.d.ts.map +1 -0
- package/clients/workspaceClient.js +714 -0
- package/clients/workspaceClient.js.map +1 -0
- package/common/Desktop.d.ts +87 -0
- package/common/Desktop.d.ts.map +1 -0
- package/common/Desktop.js +125 -0
- package/common/Desktop.js.map +1 -0
- package/common/FinsembleWindow.d.ts +916 -0
- package/common/FinsembleWindow.d.ts.map +1 -0
- package/common/FinsembleWindow.js +1682 -0
- package/common/FinsembleWindow.js.map +1 -0
- package/common/Globals.d.ts +97 -0
- package/common/Globals.d.ts.map +1 -0
- package/common/Globals.js +30 -0
- package/common/Globals.js.map +1 -0
- package/common/Monitors.d.ts +133 -0
- package/common/Monitors.d.ts.map +1 -0
- package/common/Monitors.js +442 -0
- package/common/Monitors.js.map +1 -0
- package/common/Performance.d.ts +7 -0
- package/common/Performance.d.ts.map +1 -0
- package/common/Performance.js +13 -0
- package/common/Performance.js.map +1 -0
- package/common/REST.d.ts +17 -0
- package/common/REST.d.ts.map +1 -0
- package/common/REST.js +85 -0
- package/common/REST.js.map +1 -0
- package/common/Singleton.d.ts +67 -0
- package/common/Singleton.d.ts.map +1 -0
- package/common/Singleton.js +83 -0
- package/common/Singleton.js.map +1 -0
- package/common/configUtil.d.ts +50 -0
- package/common/configUtil.d.ts.map +1 -0
- package/common/configUtil.js +333 -0
- package/common/configUtil.js.map +1 -0
- package/common/constants.d.ts +106 -0
- package/common/constants.d.ts.map +1 -0
- package/common/constants.js +181 -0
- package/common/constants.js.map +1 -0
- package/common/dependencyManager.d.ts +172 -0
- package/common/dependencyManager.d.ts.map +1 -0
- package/common/dependencyManager.js +383 -0
- package/common/dependencyManager.js.map +1 -0
- package/common/events/FinsembleEvent.d.ts +30 -0
- package/common/events/FinsembleEvent.d.ts.map +1 -0
- package/common/events/FinsembleEvent.js +72 -0
- package/common/events/FinsembleEvent.js.map +1 -0
- package/common/events/PrivateEventManager.d.ts +95 -0
- package/common/events/PrivateEventManager.d.ts.map +1 -0
- package/common/events/PrivateEventManager.js +286 -0
- package/common/events/PrivateEventManager.js.map +1 -0
- package/common/events/PrivateFinsembleEvent.d.ts +30 -0
- package/common/events/PrivateFinsembleEvent.d.ts.map +1 -0
- package/common/events/PrivateFinsembleEvent.js +65 -0
- package/common/events/PrivateFinsembleEvent.js.map +1 -0
- package/common/events/PublicEventManager.d.ts +59 -0
- package/common/events/PublicEventManager.d.ts.map +1 -0
- package/common/events/PublicEventManager.js +124 -0
- package/common/events/PublicEventManager.js.map +1 -0
- package/common/index.d.ts +4 -0
- package/common/index.d.ts.map +1 -0
- package/common/index.js +6 -0
- package/common/index.js.map +1 -0
- package/common/redux/actionIdMapper.d.ts +33 -0
- package/common/redux/actionIdMapper.d.ts.map +1 -0
- package/common/redux/actionIdMapper.js +72 -0
- package/common/redux/actionIdMapper.js.map +1 -0
- package/common/redux/createReducer.d.ts +128 -0
- package/common/redux/createReducer.d.ts.map +1 -0
- package/common/redux/createReducer.js +298 -0
- package/common/redux/createReducer.js.map +1 -0
- package/common/redux/index.d.ts +3 -0
- package/common/redux/index.d.ts.map +1 -0
- package/common/redux/index.js +3 -0
- package/common/redux/index.js.map +1 -0
- package/common/redux/remoteReduxEnhancer.d.ts +29 -0
- package/common/redux/remoteReduxEnhancer.d.ts.map +1 -0
- package/common/redux/remoteReduxEnhancer.js +202 -0
- package/common/redux/remoteReduxEnhancer.js.map +1 -0
- package/common/redux/types.d.ts +14 -0
- package/common/redux/types.d.ts.map +1 -0
- package/common/redux/types.js +2 -0
- package/common/redux/types.js.map +1 -0
- package/common/system.d.ts +309 -0
- package/common/system.d.ts.map +1 -0
- package/common/system.js +545 -0
- package/common/system.js.map +1 -0
- package/common/systemManagerClient.d.ts +86 -0
- package/common/systemManagerClient.d.ts.map +1 -0
- package/common/systemManagerClient.js +173 -0
- package/common/systemManagerClient.js.map +1 -0
- package/common/testPoint.d.ts +57 -0
- package/common/testPoint.d.ts.map +1 -0
- package/common/testPoint.js +106 -0
- package/common/testPoint.js.map +1 -0
- package/common/toast.d.ts +36 -0
- package/common/toast.d.ts.map +1 -0
- package/common/toast.js +85 -0
- package/common/toast.js.map +1 -0
- package/common/util.d.ts +139 -0
- package/common/util.d.ts.map +1 -0
- package/common/util.js +455 -0
- package/common/util.js.map +1 -0
- package/deprecated/SmartDesktopClient.d.ts +19 -0
- package/deprecated/SmartDesktopClient.d.ts.map +1 -0
- package/deprecated/SmartDesktopClient.js +19 -0
- package/deprecated/SmartDesktopClient.js.map +1 -0
- package/deprecated/baseClient.d.ts +88 -0
- package/deprecated/baseClient.d.ts.map +1 -0
- package/deprecated/baseClient.js +124 -0
- package/deprecated/baseClient.js.map +1 -0
- package/deprecated/deprecatedFunctions.d.ts +45 -0
- package/deprecated/deprecatedFunctions.d.ts.map +1 -0
- package/deprecated/deprecatedFunctions.js +201 -0
- package/deprecated/deprecatedFunctions.js.map +1 -0
- package/deprecated/deprecatedlauncherClient.d.ts +163 -0
- package/deprecated/deprecatedlauncherClient.d.ts.map +1 -0
- package/deprecated/deprecatedlauncherClient.js +286 -0
- package/deprecated/deprecatedlauncherClient.js.map +1 -0
- package/deprecated/dragAndDropAssets/dragAndDropScrim.css +54 -0
- package/deprecated/dragAndDropAssets/ff-delete-circle.svg +11 -0
- package/deprecated/dragAndDropAssets/ff-share.svg +14 -0
- package/deprecated/dragAndDropClient.d.ts +288 -0
- package/deprecated/dragAndDropClient.d.ts.map +1 -0
- package/deprecated/dragAndDropClient.js +695 -0
- package/deprecated/dragAndDropClient.js.map +1 -0
- package/deprecated/index.d.ts +2 -0
- package/deprecated/index.d.ts.map +1 -0
- package/deprecated/index.js +2 -0
- package/deprecated/index.js.map +1 -0
- package/deprecated/legacyUIComponentNames.d.ts +25 -0
- package/deprecated/legacyUIComponentNames.d.ts.map +1 -0
- package/deprecated/legacyUIComponentNames.js +25 -0
- package/deprecated/legacyUIComponentNames.js.map +1 -0
- package/deprecated/linkerClient.d.ts +422 -0
- package/deprecated/linkerClient.d.ts.map +1 -0
- package/deprecated/linkerClient.js +889 -0
- package/deprecated/linkerClient.js.map +1 -0
- package/index.d.ts +69 -1
- package/index.d.ts.map +1 -0
- package/index.js +2 -0
- package/index.js.map +1 -0
- package/main.d.ts +736 -0
- package/main.d.ts.map +1 -0
- package/main.js +83 -0
- package/main.js.map +1 -0
- package/package.json +46 -113
- package/platform/services/Interop/AuthSignVerify.d.ts +57 -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/index.d.ts +3 -0
- package/platform/services/Interop/index.d.ts.map +1 -0
- package/platform/services/Interop/index.js +5 -0
- package/platform/services/Interop/index.js.map +1 -0
- package/platform/services/Interop/modules/authorize.d.ts +63 -0
- package/platform/services/Interop/modules/authorize.d.ts.map +1 -0
- package/platform/services/Interop/modules/authorize.js +132 -0
- package/platform/services/Interop/modules/authorize.js.map +1 -0
- package/platform/services/Interop/modules/commonUtils.d.ts +34 -0
- package/platform/services/Interop/modules/commonUtils.d.ts.map +1 -0
- package/platform/services/Interop/modules/commonUtils.js +80 -0
- package/platform/services/Interop/modules/commonUtils.js.map +1 -0
- package/platform/services/Interop/modules/index.d.ts +5 -0
- package/platform/services/Interop/modules/index.d.ts.map +1 -0
- package/platform/services/Interop/modules/index.js +9 -0
- package/platform/services/Interop/modules/index.js.map +1 -0
- package/platform/services/Interop/modules/linker.d.ts +70 -0
- package/platform/services/Interop/modules/linker.d.ts.map +1 -0
- package/platform/services/Interop/modules/linker.js +312 -0
- package/platform/services/Interop/modules/linker.js.map +1 -0
- package/platform/services/Interop/modules/resolver.d.ts +223 -0
- package/platform/services/Interop/modules/resolver.d.ts.map +1 -0
- package/platform/services/Interop/modules/resolver.js +2481 -0
- package/platform/services/Interop/modules/resolver.js.map +1 -0
- package/platform/services/Interop/modules/workspace.d.ts +22 -0
- package/platform/services/Interop/modules/workspace.d.ts.map +1 -0
- package/platform/services/Interop/modules/workspace.js +100 -0
- package/platform/services/Interop/modules/workspace.js.map +1 -0
- package/platform/services/Interop/selectConnect.d.ts +5 -0
- package/platform/services/Interop/selectConnect.d.ts.map +1 -0
- package/platform/services/Interop/selectConnect.js +160 -0
- package/platform/services/Interop/selectConnect.js.map +1 -0
- package/platform/services/Interop/types.d.ts +421 -0
- package/platform/services/Interop/types.d.ts.map +1 -0
- package/platform/services/Interop/types.js +12 -0
- package/platform/services/Interop/types.js.map +1 -0
- package/platform/services/baseService.d.ts +83 -0
- package/platform/services/baseService.d.ts.map +1 -0
- package/platform/services/baseService.js +301 -0
- package/platform/services/baseService.js.map +1 -0
- package/platform/services/distributedStore/storeUtils.d.ts +16 -0
- package/platform/services/distributedStore/storeUtils.d.ts.map +1 -0
- package/platform/services/distributedStore/storeUtils.js +110 -0
- package/platform/services/distributedStore/storeUtils.js.map +1 -0
- package/platform/services/index.d.ts +6 -0
- package/platform/services/index.d.ts.map +1 -0
- package/platform/services/index.js +11 -0
- package/platform/services/index.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/index.d.ts +2 -0
- package/platform/services/notification/index.d.ts.map +1 -0
- package/platform/services/notification/index.js +3 -0
- package/platform/services/notification/index.js.map +1 -0
- package/platform/services/notification/types/Action.d.ts +13 -0
- package/platform/services/notification/types/Action.d.ts.map +1 -0
- package/platform/services/notification/types/Action.js +8 -0
- package/platform/services/notification/types/Action.js.map +1 -0
- package/platform/services/notification/types/ActionTypes.d.ts +17 -0
- package/platform/services/notification/types/ActionTypes.d.ts.map +1 -0
- package/platform/services/notification/types/ActionTypes.js +19 -0
- package/platform/services/notification/types/ActionTypes.js.map +1 -0
- package/platform/services/notification/types/Callbacks.d.ts +8 -0
- package/platform/services/notification/types/Callbacks.d.ts.map +1 -0
- package/platform/services/notification/types/Callbacks.js +2 -0
- package/platform/services/notification/types/Callbacks.js.map +1 -0
- package/platform/services/notification/types/Filter.d.ts +23 -0
- package/platform/services/notification/types/Filter.d.ts.map +1 -0
- package/platform/services/notification/types/Filter.js +20 -0
- package/platform/services/notification/types/Filter.js.map +1 -0
- package/platform/services/notification/types/IAction.d.ts +52 -0
- package/platform/services/notification/types/IAction.d.ts.map +1 -0
- package/platform/services/notification/types/IAction.js +2 -0
- package/platform/services/notification/types/IAction.js.map +1 -0
- package/platform/services/notification/types/IFilter.d.ts +25 -0
- package/platform/services/notification/types/IFilter.d.ts.map +1 -0
- package/platform/services/notification/types/IFilter.js +2 -0
- package/platform/services/notification/types/IFilter.js.map +1 -0
- package/platform/services/notification/types/ILastIssued.d.ts +9 -0
- package/platform/services/notification/types/ILastIssued.d.ts.map +1 -0
- package/platform/services/notification/types/ILastIssued.js +2 -0
- package/platform/services/notification/types/ILastIssued.js.map +1 -0
- package/platform/services/notification/types/IMuteFilter.d.ts +8 -0
- package/platform/services/notification/types/IMuteFilter.d.ts.map +1 -0
- package/platform/services/notification/types/IMuteFilter.js +5 -0
- package/platform/services/notification/types/IMuteFilter.js.map +1 -0
- package/platform/services/notification/types/INotification.d.ts +101 -0
- package/platform/services/notification/types/INotification.d.ts.map +1 -0
- package/platform/services/notification/types/INotification.js +2 -0
- package/platform/services/notification/types/INotification.js.map +1 -0
- package/platform/services/notification/types/INotificationClient.d.ts +95 -0
- package/platform/services/notification/types/INotificationClient.d.ts.map +1 -0
- package/platform/services/notification/types/INotificationClient.js +2 -0
- package/platform/services/notification/types/INotificationClient.js.map +1 -0
- package/platform/services/notification/types/INotificationHistoryOptions.d.ts +19 -0
- package/platform/services/notification/types/INotificationHistoryOptions.d.ts.map +1 -0
- package/platform/services/notification/types/INotificationHistoryOptions.js +2 -0
- package/platform/services/notification/types/INotificationHistoryOptions.js.map +1 -0
- package/platform/services/notification/types/INotificationService.d.ts +58 -0
- package/platform/services/notification/types/INotificationService.d.ts.map +1 -0
- package/platform/services/notification/types/INotificationService.js +2 -0
- package/platform/services/notification/types/INotificationService.js.map +1 -0
- package/platform/services/notification/types/IPerformedAction.d.ts +10 -0
- package/platform/services/notification/types/IPerformedAction.d.ts.map +1 -0
- package/platform/services/notification/types/IPerformedAction.js +2 -0
- package/platform/services/notification/types/IPerformedAction.js.map +1 -0
- package/platform/services/notification/types/ISnoozeTimer.d.ts +14 -0
- package/platform/services/notification/types/ISnoozeTimer.d.ts.map +1 -0
- package/platform/services/notification/types/ISnoozeTimer.js +10 -0
- package/platform/services/notification/types/ISnoozeTimer.js.map +1 -0
- package/platform/services/notification/types/ISubscription.d.ts +16 -0
- package/platform/services/notification/types/ISubscription.d.ts.map +1 -0
- package/platform/services/notification/types/ISubscription.js +2 -0
- package/platform/services/notification/types/ISubscription.js.map +1 -0
- package/platform/services/notification/types/LastIssued.d.ts +11 -0
- package/platform/services/notification/types/LastIssued.d.ts.map +1 -0
- package/platform/services/notification/types/LastIssued.js +7 -0
- package/platform/services/notification/types/LastIssued.js.map +1 -0
- package/platform/services/notification/types/Meta.d.ts +13 -0
- package/platform/services/notification/types/Meta.d.ts.map +1 -0
- package/platform/services/notification/types/Meta.js +7 -0
- package/platform/services/notification/types/Meta.js.map +1 -0
- package/platform/services/notification/types/Notification.d.ts +30 -0
- package/platform/services/notification/types/Notification.d.ts.map +1 -0
- package/platform/services/notification/types/Notification.js +17 -0
- package/platform/services/notification/types/Notification.js.map +1 -0
- package/platform/services/notification/types/NotificationConfig.d.ts +22 -0
- package/platform/services/notification/types/NotificationConfig.d.ts.map +1 -0
- package/platform/services/notification/types/NotificationConfig.js +2 -0
- package/platform/services/notification/types/NotificationConfig.js.map +1 -0
- package/platform/services/notification/types/NotificationHookTypes.d.ts +7 -0
- package/platform/services/notification/types/NotificationHookTypes.d.ts.map +1 -0
- package/platform/services/notification/types/NotificationHookTypes.js +2 -0
- package/platform/services/notification/types/NotificationHookTypes.js.map +1 -0
- package/platform/services/notification/types/PerformedAction.d.ts +11 -0
- package/platform/services/notification/types/PerformedAction.d.ts.map +1 -0
- package/platform/services/notification/types/PerformedAction.js +8 -0
- package/platform/services/notification/types/PerformedAction.js.map +1 -0
- package/platform/services/notification/types/SnoozeTimer.d.ts +8 -0
- package/platform/services/notification/types/SnoozeTimer.d.ts.map +1 -0
- package/platform/services/notification/types/SnoozeTimer.js +3 -0
- package/platform/services/notification/types/SnoozeTimer.js.map +1 -0
- package/platform/services/notification/types/Subscription.d.ts +14 -0
- package/platform/services/notification/types/Subscription.d.ts.map +1 -0
- package/platform/services/notification/types/Subscription.js +15 -0
- package/platform/services/notification/types/Subscription.js.map +1 -0
- package/platform/services/notification/types/index.d.ts +48 -0
- package/platform/services/notification/types/index.d.ts.map +1 -0
- package/platform/services/notification/types/index.js +24 -0
- package/platform/services/notification/types/index.js.map +1 -0
- package/platform/services/router/routerTransport.d.ts +80 -0
- package/platform/services/router/routerTransport.d.ts.map +1 -0
- package/platform/services/router/routerTransport.js +361 -0
- package/platform/services/router/routerTransport.js.map +1 -0
- package/platform/services/search/index.d.ts +2 -0
- package/platform/services/search/index.d.ts.map +1 -0
- package/platform/services/search/index.js +3 -0
- package/platform/services/search/index.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/shutDownManager.d.ts +79 -0
- package/platform/services/systemManager/shutDownManager.d.ts.map +1 -0
- package/platform/services/systemManager/shutDownManager.js +253 -0
- package/platform/services/systemManager/shutDownManager.js.map +1 -0
- package/platform/services/systemManager/types.d.ts +46 -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 +2 -0
- package/platform/services/types.d.ts.map +1 -0
- package/platform/services/types.js +2 -0
- package/platform/services/types.js.map +1 -0
- package/platform/services/window/WindowAbstractions/BaseWindow.d.ts +485 -0
- package/platform/services/window/WindowAbstractions/BaseWindow.d.ts.map +1 -0
- package/platform/services/window/WindowAbstractions/BaseWindow.js +1346 -0
- package/platform/services/window/WindowAbstractions/BaseWindow.js.map +1 -0
- package/platform/services/window/index.d.ts +2 -0
- package/platform/services/window/index.d.ts.map +1 -0
- package/platform/services/window/index.js +3 -0
- package/platform/services/window/index.js.map +1 -0
- package/platform/services/window/types.d.ts +864 -0
- package/platform/services/window/types.d.ts.map +1 -0
- package/platform/services/window/types.js +2 -0
- package/platform/services/window/types.js.map +1 -0
- package/platform/services/workspace/index.d.ts +2 -0
- package/platform/services/workspace/index.d.ts.map +1 -0
- package/platform/services/workspace/index.js +3 -0
- package/platform/services/workspace/index.js.map +1 -0
- package/platform/services/workspace/types.d.ts +61 -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 +187 -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 -21
- package/react/actions/favoriteActions.d.ts.map +1 -0
- package/react/actions/favoriteActions.js +8 -8
- package/react/actions/favoriteActions.js.map +1 -1
- package/react/actions/linkerActions.d.ts +49 -48
- package/react/actions/linkerActions.d.ts.map +1 -0
- package/react/actions/linkerActions.js +8 -8
- package/react/actions/linkerActions.js.map +1 -1
- package/react/actions/menuActions.d.ts +17 -16
- package/react/actions/menuActions.d.ts.map +1 -0
- package/react/actions/menuActions.js +9 -9
- package/react/actions/menuActions.js.map +1 -1
- package/react/actions/rootActions.d.ts +10 -9
- package/react/actions/rootActions.d.ts.map +1 -0
- package/react/actions/rootActions.js +2 -2
- package/react/actions/rootActions.js.map +1 -1
- package/react/actions/searchActions.d.ts +13 -12
- package/react/actions/searchActions.d.ts.map +1 -0
- package/react/actions/searchActions.js +7 -7
- package/react/actions/searchActions.js.map +1 -1
- package/react/actions/smartDesktopDesignerActions.d.ts +47 -45
- package/react/actions/smartDesktopDesignerActions.d.ts.map +1 -0
- package/react/actions/smartDesktopDesignerActions.js +22 -22
- package/react/actions/smartDesktopDesignerActions.js.map +1 -1
- package/react/actions/toolbarActions.d.ts +62 -61
- package/react/actions/toolbarActions.d.ts.map +1 -0
- package/react/actions/toolbarActions.js +24 -24
- package/react/actions/toolbarActions.js.map +1 -1
- package/react/actions/workspaceActions.d.ts +12 -11
- package/react/actions/workspaceActions.d.ts.map +1 -0
- package/react/actions/workspaceActions.js +6 -6
- package/react/actions/workspaceActions.js.map +1 -1
- package/react/assets/css/advancedAppLauncher.css +11 -2
- package/react/assets/css/authentication.css +1 -0
- package/react/assets/css/dialogs.lazy.css +4 -0
- package/react/assets/css/finsemble.css +0 -1
- package/react/assets/css/finsemble.lazy.css +4 -0
- package/react/assets/css/floatingFocus.lazy.css +56 -0
- package/react/assets/css/notificationsCenter.css +14 -1
- package/react/assets/css/windowTitleBar.css +0 -1
- package/react/assets/css/windowTitleBar.lazy.css +4 -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 -14
- package/react/components/FinsembleProvider.d.ts.map +1 -0
- package/react/components/FinsembleProvider.js +26 -21
- package/react/components/FinsembleProvider.js.map +1 -1
- package/react/components/appCatalog/AppCatalog.d.ts +11 -10
- package/react/components/appCatalog/AppCatalog.d.ts.map +1 -0
- package/react/components/appCatalog/AppCatalog.js +30 -24
- package/react/components/appCatalog/AppCatalog.js.map +1 -1
- package/react/components/appCatalog/AppCatalogComponent.d.ts +95 -94
- package/react/components/appCatalog/AppCatalogComponent.d.ts.map +1 -0
- package/react/components/appCatalog/AppCatalogComponent.js +303 -303
- package/react/components/appCatalog/AppCatalogComponent.js.map +1 -1
- package/react/components/appCatalog/components/AppCard.d.ts +65 -64
- package/react/components/appCatalog/components/AppCard.d.ts.map +1 -0
- package/react/components/appCatalog/components/AppCard.js +200 -200
- package/react/components/appCatalog/components/AppCard.js.map +1 -1
- package/react/components/appCatalog/components/AppList.d.ts +9 -8
- package/react/components/appCatalog/components/AppList.d.ts.map +1 -0
- package/react/components/appCatalog/components/AppList.js +25 -25
- package/react/components/appCatalog/components/AppList.js.map +1 -1
- package/react/components/appCatalog/components/AppResults.d.ts +22 -21
- package/react/components/appCatalog/components/AppResults.d.ts.map +1 -0
- package/react/components/appCatalog/components/AppResults.js +71 -71
- package/react/components/appCatalog/components/AppResults.js.map +1 -1
- package/react/components/appCatalog/components/Carousel.d.ts +43 -42
- package/react/components/appCatalog/components/Carousel.d.ts.map +1 -0
- package/react/components/appCatalog/components/Carousel.js +126 -126
- package/react/components/appCatalog/components/Carousel.js.map +1 -1
- package/react/components/appCatalog/components/EmptyResults.d.ts +8 -7
- package/react/components/appCatalog/components/EmptyResults.d.ts.map +1 -0
- package/react/components/appCatalog/components/EmptyResults.js +12 -12
- package/react/components/appCatalog/components/EmptyResults.js.map +1 -1
- package/react/components/appCatalog/components/Hero.d.ts +43 -42
- package/react/components/appCatalog/components/Hero.d.ts.map +1 -0
- package/react/components/appCatalog/components/Hero.js +83 -83
- package/react/components/appCatalog/components/Hero.js.map +1 -1
- package/react/components/appCatalog/components/Home.d.ts +22 -21
- package/react/components/appCatalog/components/Home.d.ts.map +1 -0
- package/react/components/appCatalog/components/Home.js +28 -28
- package/react/components/appCatalog/components/Home.js.map +1 -1
- package/react/components/appCatalog/components/SearchBar.d.ts +58 -57
- package/react/components/appCatalog/components/SearchBar.d.ts.map +1 -0
- package/react/components/appCatalog/components/SearchBar.js +107 -107
- package/react/components/appCatalog/components/SearchBar.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/AppDescription.d.ts +12 -11
- package/react/components/appCatalog/components/Showcase/AppDescription.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/AppDescription.js +15 -15
- package/react/components/appCatalog/components/Showcase/AppDescription.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/AppDevNotes.d.ts +15 -14
- package/react/components/appCatalog/components/Showcase/AppDevNotes.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/AppDevNotes.js +30 -30
- package/react/components/appCatalog/components/Showcase/AppDevNotes.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/AppShowcase.d.ts +38 -37
- package/react/components/appCatalog/components/Showcase/AppShowcase.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/AppShowcase.js +128 -128
- package/react/components/appCatalog/components/Showcase/AppShowcase.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/Header.d.ts +22 -21
- package/react/components/appCatalog/components/Showcase/Header.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/Header.js +58 -57
- package/react/components/appCatalog/components/Showcase/Header.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/ImageCarousel.d.ts +14 -13
- package/react/components/appCatalog/components/Showcase/ImageCarousel.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/ImageCarousel.js +25 -25
- package/react/components/appCatalog/components/Showcase/ImageCarousel.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/Modal.d.ts +19 -18
- package/react/components/appCatalog/components/Showcase/Modal.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/Modal.js +23 -23
- package/react/components/appCatalog/components/Showcase/Modal.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/ReleaseNotes.d.ts +10 -9
- package/react/components/appCatalog/components/Showcase/ReleaseNotes.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/ReleaseNotes.js +18 -18
- package/react/components/appCatalog/components/Showcase/ReleaseNotes.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/SupportNotes.d.ts +12 -11
- package/react/components/appCatalog/components/Showcase/SupportNotes.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/SupportNotes.js +26 -26
- package/react/components/appCatalog/components/Showcase/SupportNotes.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/VersionNotes.d.ts +10 -9
- package/react/components/appCatalog/components/Showcase/VersionNotes.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/VersionNotes.js +21 -21
- package/react/components/appCatalog/components/Showcase/VersionNotes.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/defaults.d.ts +4 -3
- package/react/components/appCatalog/components/Showcase/defaults.d.ts.map +1 -0
- package/react/components/appCatalog/components/Showcase/defaults.js +3 -3
- package/react/components/appCatalog/components/Showcase/defaults.js.map +1 -1
- package/react/components/appCatalog/components/Toast.d.ts +12 -11
- package/react/components/appCatalog/components/Toast.d.ts.map +1 -0
- package/react/components/appCatalog/components/Toast.js +38 -38
- package/react/components/appCatalog/components/Toast.js.map +1 -1
- package/react/components/appCatalog/components/helpers.d.ts +3 -2
- package/react/components/appCatalog/components/helpers.d.ts.map +1 -0
- package/react/components/appCatalog/components/helpers.js +33 -33
- package/react/components/appCatalog/components/helpers.js.map +1 -1
- package/react/components/appCatalog/index.d.ts +2 -1
- package/react/components/appCatalog/index.d.ts.map +1 -0
- package/react/components/appCatalog/index.js +1 -1
- package/react/components/appCatalog/index.js.map +1 -1
- package/react/components/appCatalog/modules/AppDirectory.d.ts +13 -12
- package/react/components/appCatalog/modules/AppDirectory.d.ts.map +1 -0
- package/react/components/appCatalog/modules/AppDirectory.js +10 -10
- package/react/components/appCatalog/modules/AppDirectory.js.map +1 -1
- package/react/components/appCatalog/modules/FDC3.d.ts +52 -51
- package/react/components/appCatalog/modules/FDC3.d.ts.map +1 -0
- package/react/components/appCatalog/modules/FDC3.js +146 -146
- package/react/components/appCatalog/modules/FDC3.js.map +1 -1
- package/react/components/appCatalog/stores/appStore.d.ts +10 -9
- package/react/components/appCatalog/stores/appStore.d.ts.map +1 -0
- package/react/components/appCatalog/stores/appStore.js +47 -46
- package/react/components/appCatalog/stores/appStore.js.map +1 -1
- package/react/components/appCatalog/stores/storeActions.d.ts +146 -145
- package/react/components/appCatalog/stores/storeActions.d.ts.map +1 -0
- package/react/components/appCatalog/stores/storeActions.js +423 -423
- package/react/components/appCatalog/stores/storeActions.js.map +1 -1
- package/react/components/common/Button.d.ts +34 -33
- package/react/components/common/Button.d.ts.map +1 -0
- package/react/components/common/Button.js +20 -20
- package/react/components/common/Button.js.map +1 -1
- package/react/components/common/ButtonIcon.d.ts +5 -4
- package/react/components/common/ButtonIcon.d.ts.map +1 -0
- package/react/components/common/ButtonIcon.js +10 -10
- package/react/components/common/ButtonIcon.js.map +1 -1
- package/react/components/common/ButtonRow.d.ts +16 -15
- package/react/components/common/ButtonRow.d.ts.map +1 -0
- package/react/components/common/ButtonRow.js +29 -29
- package/react/components/common/ButtonRow.js.map +1 -1
- package/react/components/common/Checkbox.d.ts +12 -11
- package/react/components/common/Checkbox.d.ts.map +1 -0
- package/react/components/common/Checkbox.js +7 -7
- package/react/components/common/Checkbox.js.map +1 -1
- package/react/components/common/ContextMenu.d.ts +14 -13
- package/react/components/common/ContextMenu.d.ts.map +1 -0
- package/react/components/common/ContextMenu.js +68 -68
- package/react/components/common/ContextMenu.js.map +1 -1
- package/react/components/common/DropdownButton.d.ts +11 -10
- package/react/components/common/DropdownButton.d.ts.map +1 -0
- package/react/components/common/DropdownButton.js +65 -65
- package/react/components/common/DropdownButton.js.map +1 -1
- package/react/components/common/ErrorBoundary.d.ts +35 -34
- package/react/components/common/ErrorBoundary.d.ts.map +1 -0
- package/react/components/common/ErrorBoundary.js +43 -42
- package/react/components/common/ErrorBoundary.js.map +1 -1
- package/react/components/common/FinsembleIcon.d.ts +21 -20
- package/react/components/common/FinsembleIcon.d.ts.map +1 -0
- package/react/components/common/FinsembleIcon.js +138 -142
- package/react/components/common/FinsembleIcon.js.map +1 -1
- package/react/components/common/FinsembleSelect.d.ts +14 -13
- package/react/components/common/FinsembleSelect.d.ts.map +1 -0
- package/react/components/common/FinsembleSelect.js +61 -61
- package/react/components/common/FinsembleSelect.js.map +1 -1
- package/react/components/common/FinsembleToggle.d.ts +10 -9
- package/react/components/common/FinsembleToggle.d.ts.map +1 -0
- package/react/components/common/FinsembleToggle.js +11 -22
- package/react/components/common/FinsembleToggle.js.map +1 -1
- package/react/components/common/FinsembleToggleButtonBar.d.ts +14 -13
- package/react/components/common/FinsembleToggleButtonBar.d.ts.map +1 -0
- package/react/components/common/FinsembleToggleButtonBar.js +43 -43
- package/react/components/common/FinsembleToggleButtonBar.js.map +1 -1
- package/react/components/common/Header.d.ts +13 -12
- package/react/components/common/Header.d.ts.map +1 -0
- package/react/components/common/Header.js +18 -18
- package/react/components/common/Header.js.map +1 -1
- package/react/components/common/TimeSelect.d.ts +17 -16
- package/react/components/common/TimeSelect.d.ts.map +1 -0
- package/react/components/common/TimeSelect.js +173 -173
- package/react/components/common/TimeSelect.js.map +1 -1
- package/react/components/common/css/FinsembleToggle.css +11 -0
- package/react/components/common/css/button.css +15 -21
- package/react/components/common/css/selector.css +6 -2
- package/react/components/common/css/tab.css +1 -0
- package/react/components/common/css/toggle.css +34 -49
- package/react/components/favorites/FavoriteMaker.d.ts +17 -16
- package/react/components/favorites/FavoriteMaker.d.ts.map +1 -0
- package/react/components/favorites/FavoriteMaker.js +39 -39
- package/react/components/favorites/FavoriteMaker.js.map +1 -1
- package/react/components/favorites/FavoritesShell.d.ts +8 -7
- package/react/components/favorites/FavoritesShell.d.ts.map +1 -0
- package/react/components/favorites/FavoritesShell.js +40 -40
- package/react/components/favorites/FavoritesShell.js.map +1 -1
- package/react/components/fdc3Resolver/ResolverContainer.d.ts +3 -2
- package/react/components/fdc3Resolver/ResolverContainer.d.ts.map +1 -0
- package/react/components/fdc3Resolver/ResolverContainer.js +55 -52
- package/react/components/fdc3Resolver/ResolverContainer.js.map +1 -1
- package/react/components/fdc3Resolver/ResolverDialog.d.ts +20 -19
- package/react/components/fdc3Resolver/ResolverDialog.d.ts.map +1 -0
- package/react/components/fdc3Resolver/ResolverDialog.js +89 -89
- package/react/components/fdc3Resolver/ResolverDialog.js.map +1 -1
- package/react/components/fdc3Resolver/index.d.ts +2 -0
- package/react/components/fdc3Resolver/index.d.ts.map +1 -0
- package/react/components/fdc3Resolver/index.js +2 -0
- package/react/components/fdc3Resolver/index.js.map +1 -0
- package/react/components/icon/Icon.d.ts +22 -22
- package/react/components/icon/Icon.d.ts.map +1 -0
- package/react/components/icon/Icon.js +100 -100
- package/react/components/icon/Icon.js.map +1 -1
- package/react/components/icon/index.d.ts +2 -1
- package/react/components/icon/index.d.ts.map +1 -0
- package/react/components/icon/index.js +1 -1
- package/react/components/icon/index.js.map +1 -1
- package/react/components/index.d.ts +28 -0
- package/react/components/index.d.ts.map +1 -0
- package/react/components/index.js +28 -0
- package/react/components/index.js.map +1 -0
- package/react/components/legacyControls/FinsembleDialog.d.ts +19 -18
- package/react/components/legacyControls/FinsembleDialog.d.ts.map +1 -0
- package/react/components/legacyControls/FinsembleDialog.js +57 -56
- package/react/components/legacyControls/FinsembleDialog.js.map +1 -1
- package/react/components/legacyControls/FinsembleDialogButton.d.ts +16 -15
- package/react/components/legacyControls/FinsembleDialogButton.d.ts.map +1 -0
- package/react/components/legacyControls/FinsembleDialogButton.js +20 -20
- package/react/components/legacyControls/FinsembleDialogButton.js.map +1 -1
- package/react/components/legacyControls/FinsembleDialogQuestion.d.ts +14 -13
- package/react/components/legacyControls/FinsembleDialogQuestion.d.ts.map +1 -0
- package/react/components/legacyControls/FinsembleDialogQuestion.js +16 -16
- package/react/components/legacyControls/FinsembleDialogQuestion.js.map +1 -1
- package/react/components/legacyControls/FinsembleDialogTextInput.d.ts +22 -21
- package/react/components/legacyControls/FinsembleDialogTextInput.d.ts.map +1 -0
- package/react/components/legacyControls/FinsembleDialogTextInput.js +64 -63
- package/react/components/legacyControls/FinsembleDialogTextInput.js.map +1 -1
- package/react/components/legacyControls/FinsembleDnDContext.d.ts +46 -45
- package/react/components/legacyControls/FinsembleDnDContext.d.ts.map +1 -0
- package/react/components/legacyControls/FinsembleDnDContext.js +292 -292
- package/react/components/legacyControls/FinsembleDnDContext.js.map +1 -1
- package/react/components/legacyControls/FinsembleDraggable.d.ts +15 -14
- package/react/components/legacyControls/FinsembleDraggable.d.ts.map +1 -0
- package/react/components/legacyControls/FinsembleDraggable.js +21 -21
- package/react/components/legacyControls/FinsembleDraggable.js.map +1 -1
- package/react/components/legacyControls/FinsembleHoverDetector.d.ts +23 -22
- package/react/components/legacyControls/FinsembleHoverDetector.d.ts.map +1 -0
- package/react/components/legacyControls/FinsembleHoverDetector.js +56 -56
- package/react/components/legacyControls/FinsembleHoverDetector.js.map +1 -1
- package/react/components/linker/LinkerMenu.d.ts +7 -6
- package/react/components/linker/LinkerMenu.d.ts.map +1 -0
- package/react/components/linker/LinkerMenu.js +152 -144
- package/react/components/linker/LinkerMenu.js.map +1 -1
- package/react/components/linker/LinkerMenuDeprecated.d.ts +8 -7
- package/react/components/linker/LinkerMenuDeprecated.d.ts.map +1 -0
- package/react/components/linker/LinkerMenuDeprecated.js +38 -37
- package/react/components/linker/LinkerMenuDeprecated.js.map +1 -1
- package/react/components/linker/index.d.ts +2 -1
- package/react/components/linker/index.d.ts.map +1 -0
- package/react/components/linker/index.js +1 -1
- package/react/components/linker/index.js.map +1 -1
- package/react/components/linker/remoteRedux.d.ts +9 -12
- package/react/components/linker/remoteRedux.d.ts.map +1 -0
- package/react/components/linker/remoteRedux.js +29 -20
- package/react/components/linker/remoteRedux.js.map +1 -1
- package/react/components/menu/Menu.d.ts +29 -28
- package/react/components/menu/Menu.d.ts.map +1 -0
- package/react/components/menu/Menu.js +25 -25
- package/react/components/menu/Menu.js.map +1 -1
- package/react/components/menu/MenuAutoResizer.d.ts +19 -18
- package/react/components/menu/MenuAutoResizer.d.ts.map +1 -0
- package/react/components/menu/MenuAutoResizer.js +67 -66
- package/react/components/menu/MenuAutoResizer.js.map +1 -1
- package/react/components/menu/MenuContent.d.ts +9 -8
- package/react/components/menu/MenuContent.d.ts.map +1 -0
- package/react/components/menu/MenuContent.js +14 -14
- package/react/components/menu/MenuContent.js.map +1 -1
- package/react/components/menu/MenuHotKey.d.ts +20 -19
- package/react/components/menu/MenuHotKey.d.ts.map +1 -0
- package/react/components/menu/MenuHotKey.js +35 -34
- package/react/components/menu/MenuHotKey.js.map +1 -1
- package/react/components/menu/MenuItem.d.ts +17 -16
- package/react/components/menu/MenuItem.d.ts.map +1 -0
- package/react/components/menu/MenuItem.js +21 -21
- package/react/components/menu/MenuItem.js.map +1 -1
- package/react/components/menu/MenuPortal.d.ts +5 -4
- package/react/components/menu/MenuPortal.d.ts.map +1 -0
- package/react/components/menu/MenuPortal.js +242 -241
- package/react/components/menu/MenuPortal.js.map +1 -1
- package/react/components/menu/MenuShell.d.ts +31 -30
- package/react/components/menu/MenuShell.d.ts.map +1 -0
- package/react/components/menu/MenuShell.js +47 -47
- package/react/components/menu/MenuShell.js.map +1 -1
- package/react/components/menu/MenuToggle.d.ts +6 -5
- package/react/components/menu/MenuToggle.d.ts.map +1 -0
- package/react/components/menu/MenuToggle.js +18 -18
- package/react/components/menu/MenuToggle.js.map +1 -1
- package/react/components/menu/index.d.ts +6 -5
- package/react/components/menu/index.d.ts.map +1 -0
- package/react/components/menu/index.js +5 -5
- package/react/components/menu/index.js.map +1 -1
- package/react/components/menu/keyboardNavigation.d.ts +14 -13
- package/react/components/menu/keyboardNavigation.d.ts.map +1 -0
- package/react/components/menu/keyboardNavigation.js +195 -195
- package/react/components/menu/keyboardNavigation.js.map +1 -1
- package/react/components/menu/menuContext.d.ts +18 -17
- package/react/components/menu/menuContext.d.ts.map +1 -0
- package/react/components/menu/menuContext.js +8 -8
- package/react/components/menu/menuContext.js.map +1 -1
- package/react/components/menu/menuHelpers.d.ts +33 -32
- package/react/components/menu/menuHelpers.d.ts.map +1 -0
- package/react/components/menu/menuHelpers.js +110 -110
- package/react/components/menu/menuHelpers.js.map +1 -1
- package/react/components/notifications/components/NoNotifications.d.ts +4 -3
- package/react/components/notifications/components/NoNotifications.d.ts.map +1 -0
- package/react/components/notifications/components/NoNotifications.js +4 -4
- package/react/components/notifications/components/NoNotifications.js.map +1 -1
- package/react/components/notifications/components/drawer/Drawer.d.ts +8 -7
- package/react/components/notifications/components/drawer/Drawer.d.ts.map +1 -0
- package/react/components/notifications/components/drawer/Drawer.js +4 -4
- package/react/components/notifications/components/drawer/Drawer.js.map +1 -1
- package/react/components/notifications/components/drawer/DrawerControls.d.ts +4 -3
- package/react/components/notifications/components/drawer/DrawerControls.d.ts.map +1 -0
- package/react/components/notifications/components/drawer/DrawerControls.js +91 -116
- package/react/components/notifications/components/drawer/DrawerControls.js.map +1 -1
- package/react/components/notifications/components/drawer/DrawerHeader.d.ts +7 -6
- package/react/components/notifications/components/drawer/DrawerHeader.d.ts.map +1 -0
- package/react/components/notifications/components/drawer/DrawerHeader.js +77 -76
- package/react/components/notifications/components/drawer/DrawerHeader.js.map +1 -1
- package/react/components/notifications/components/notificationsCenter/NotificationsCenter.d.ts +5 -4
- package/react/components/notifications/components/notificationsCenter/NotificationsCenter.d.ts.map +1 -0
- package/react/components/notifications/components/notificationsCenter/NotificationsCenter.js +406 -402
- package/react/components/notifications/components/notificationsCenter/NotificationsCenter.js.map +1 -1
- package/react/components/notifications/components/notificationsToasts/NotificationsToasts.d.ts +5 -4
- package/react/components/notifications/components/notificationsToasts/NotificationsToasts.d.ts.map +1 -0
- package/react/components/notifications/components/notificationsToasts/NotificationsToasts.js +169 -164
- package/react/components/notifications/components/notificationsToasts/NotificationsToasts.js.map +1 -1
- package/react/components/notifications/components/shared/CheckButton.d.ts +7 -7
- package/react/components/notifications/components/shared/CheckButton.d.ts.map +1 -0
- package/react/components/notifications/components/shared/CheckButton.js +38 -38
- package/react/components/notifications/components/shared/CheckButton.js.map +1 -1
- package/react/components/notifications/components/shared/IconButton.d.ts +11 -10
- package/react/components/notifications/components/shared/IconButton.d.ts.map +1 -0
- package/react/components/notifications/components/shared/IconButton.js +10 -10
- package/react/components/notifications/components/shared/IconButton.js.map +1 -1
- package/react/components/notifications/components/shared/NotificationCardShell.d.ts +20 -21
- package/react/components/notifications/components/shared/NotificationCardShell.d.ts.map +1 -0
- package/react/components/notifications/components/shared/NotificationCardShell.js +92 -91
- package/react/components/notifications/components/shared/NotificationCardShell.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyActions.d.ts +6 -7
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyActions.d.ts.map +1 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyActions.js +31 -31
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyActions.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyContentLogo.d.ts +5 -4
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyContentLogo.d.ts.map +1 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyContentLogo.js +6 -6
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyContentLogo.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyShell.d.ts +6 -7
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyShell.d.ts.map +1 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyShell.js +12 -12
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyShell.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.d.ts +12 -13
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.d.ts.map +1 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.js +145 -144
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderLogo.d.ts +5 -4
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderLogo.d.ts.map +1 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderLogo.js +7 -7
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderLogo.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.d.ts +8 -9
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.d.ts.map +1 -0
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.js +18 -18
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.js.map +1 -1
- package/react/components/notifications/components/views/CardView.d.ts +5 -4
- package/react/components/notifications/components/views/CardView.d.ts.map +1 -0
- package/react/components/notifications/components/views/CardView.js +91 -91
- package/react/components/notifications/components/views/CardView.js.map +1 -1
- package/react/components/notifications/components/views/ListView.d.ts +11 -11
- package/react/components/notifications/components/views/ListView.d.ts.map +1 -0
- package/react/components/notifications/components/views/ListView.js +143 -144
- package/react/components/notifications/components/views/ListView.js.map +1 -1
- package/react/components/notifications/components/views/NotificationDetailsView.d.ts +7 -7
- package/react/components/notifications/components/views/NotificationDetailsView.d.ts.map +1 -0
- package/react/components/notifications/components/views/NotificationDetailsView.js +63 -63
- package/react/components/notifications/components/views/NotificationDetailsView.js.map +1 -1
- package/react/components/notifications/constants.d.ts +10 -9
- package/react/components/notifications/constants.d.ts.map +1 -0
- package/react/components/notifications/constants.js +11 -11
- package/react/components/notifications/constants.js.map +1 -1
- package/react/components/notifications/icons/EnvelopeClose.d.ts +3 -2
- package/react/components/notifications/icons/EnvelopeClose.d.ts.map +1 -0
- package/react/components/notifications/icons/EnvelopeClose.js +11 -11
- package/react/components/notifications/icons/EnvelopeClose.js.map +1 -1
- package/react/components/notifications/icons/EnvelopeOpen.d.ts +3 -2
- package/react/components/notifications/icons/EnvelopeOpen.d.ts.map +1 -0
- package/react/components/notifications/icons/EnvelopeOpen.js +10 -10
- package/react/components/notifications/icons/EnvelopeOpen.js.map +1 -1
- package/react/components/notifications/icons/SnoozeIcon.d.ts +3 -2
- package/react/components/notifications/icons/SnoozeIcon.d.ts.map +1 -0
- package/react/components/notifications/icons/SnoozeIcon.js +12 -12
- package/react/components/notifications/icons/SnoozeIcon.js.map +1 -1
- package/react/components/notifications/index.d.ts +9 -8
- package/react/components/notifications/index.d.ts.map +1 -0
- package/react/components/notifications/index.js +8 -8
- package/react/components/notifications/index.js.map +1 -1
- package/react/components/notifications/notificationsContext.d.ts +8 -7
- package/react/components/notifications/notificationsContext.d.ts.map +1 -0
- package/react/components/notifications/notificationsContext.js +6 -6
- package/react/components/notifications/notificationsContext.js.map +1 -1
- package/react/components/notifications/types.d.ts +91 -93
- package/react/components/notifications/types.d.ts.map +1 -0
- package/react/components/notifications/types.js +1 -1
- package/react/components/notifications/types.js.map +1 -1
- package/react/components/notifications/utils.d.ts +13 -16
- package/react/components/notifications/utils.d.ts.map +1 -0
- package/react/components/notifications/utils.js +70 -70
- package/react/components/notifications/utils.js.map +1 -1
- package/react/components/processMonitor/ProcessMonitor.d.ts +7 -6
- package/react/components/processMonitor/ProcessMonitor.d.ts.map +1 -0
- package/react/components/processMonitor/ProcessMonitor.js +105 -100
- package/react/components/processMonitor/ProcessMonitor.js.map +1 -1
- package/react/components/processMonitor/ProcessMonitorTypes.d.ts +27 -26
- package/react/components/processMonitor/ProcessMonitorTypes.d.ts.map +1 -0
- package/react/components/processMonitor/ProcessMonitorTypes.js +5 -5
- package/react/components/processMonitor/ProcessMonitorTypes.js.map +1 -1
- package/react/components/processMonitor/components/ChildWindow.d.ts +15 -14
- package/react/components/processMonitor/components/ChildWindow.d.ts.map +1 -0
- package/react/components/processMonitor/components/ChildWindow.js +39 -39
- package/react/components/processMonitor/components/ChildWindow.js.map +1 -1
- package/react/components/processMonitor/components/ListHeader.d.ts +25 -24
- package/react/components/processMonitor/components/ListHeader.d.ts.map +1 -0
- package/react/components/processMonitor/components/ListHeader.js +53 -53
- package/react/components/processMonitor/components/ListHeader.js.map +1 -1
- package/react/components/processMonitor/components/ProcessStatistics.d.ts +13 -12
- package/react/components/processMonitor/components/ProcessStatistics.d.ts.map +1 -0
- package/react/components/processMonitor/components/ProcessStatistics.js +66 -66
- package/react/components/processMonitor/components/ProcessStatistics.js.map +1 -1
- package/react/components/processMonitor/constants.d.ts +10 -9
- package/react/components/processMonitor/constants.d.ts.map +1 -0
- package/react/components/processMonitor/constants.js +29 -29
- package/react/components/processMonitor/constants.js.map +1 -1
- package/react/components/processMonitor/helpers.d.ts +19 -18
- package/react/components/processMonitor/helpers.d.ts.map +1 -0
- package/react/components/processMonitor/helpers.js +55 -55
- package/react/components/processMonitor/helpers.js.map +1 -1
- package/react/components/processMonitor/index.d.ts +2 -1
- package/react/components/processMonitor/index.d.ts.map +1 -0
- package/react/components/processMonitor/index.js +1 -1
- package/react/components/processMonitor/index.js.map +1 -1
- package/react/components/processMonitor/stores/ProcessMonitorStore.d.ts +63 -62
- package/react/components/processMonitor/stores/ProcessMonitorStore.d.ts.map +1 -0
- package/react/components/processMonitor/stores/ProcessMonitorStore.js +291 -290
- package/react/components/processMonitor/stores/ProcessMonitorStore.js.map +1 -1
- package/react/components/quickComponentForm/QuickComponentForm.d.ts +8 -7
- package/react/components/quickComponentForm/QuickComponentForm.d.ts.map +1 -0
- package/react/components/quickComponentForm/QuickComponentForm.js +123 -113
- package/react/components/quickComponentForm/QuickComponentForm.js.map +1 -1
- package/react/components/quickComponentForm/index.d.ts +2 -1
- package/react/components/quickComponentForm/index.d.ts.map +1 -0
- package/react/components/quickComponentForm/index.js +1 -1
- package/react/components/quickComponentForm/index.js.map +1 -1
- package/react/components/sdd/Appearance.helpers.d.ts +2 -1
- package/react/components/sdd/Appearance.helpers.d.ts.map +1 -0
- package/react/components/sdd/Appearance.helpers.js +1 -1
- package/react/components/sdd/Appearance.helpers.js.map +1 -1
- package/react/components/sdd/Dashboard.css +77 -0
- package/react/components/sdd/ThemePage.css +6 -0
- package/react/components/sdd/css/addApp.css +2 -2
- package/react/components/sdd/css/export.css +16 -0
- package/react/components/sdd/css/nav.css +5 -4
- package/react/components/search/Highlight.d.ts +13 -12
- package/react/components/search/Highlight.d.ts.map +1 -0
- package/react/components/search/Highlight.js +39 -39
- package/react/components/search/Highlight.js.map +1 -1
- package/react/components/search/Search.d.ts +6 -5
- package/react/components/search/Search.d.ts.map +1 -0
- package/react/components/search/Search.js +27 -27
- package/react/components/search/Search.js.map +1 -1
- package/react/components/search/SearchBestMatch.d.ts +7 -6
- package/react/components/search/SearchBestMatch.d.ts.map +1 -0
- package/react/components/search/SearchBestMatch.js +38 -38
- package/react/components/search/SearchBestMatch.js.map +1 -1
- package/react/components/search/SearchInput.d.ts +8 -7
- package/react/components/search/SearchInput.d.ts.map +1 -0
- package/react/components/search/SearchInput.js +28 -28
- package/react/components/search/SearchInput.js.map +1 -1
- package/react/components/search/SearchProviderResults.d.ts +6 -7
- package/react/components/search/SearchProviderResults.d.ts.map +1 -0
- package/react/components/search/SearchProviderResults.js +26 -25
- package/react/components/search/SearchProviderResults.js.map +1 -1
- package/react/components/search/SearchResult.d.ts +13 -14
- package/react/components/search/SearchResult.d.ts.map +1 -0
- package/react/components/search/SearchResult.js +47 -46
- package/react/components/search/SearchResult.js.map +1 -1
- package/react/components/search/SearchResults.d.ts +4 -3
- package/react/components/search/SearchResults.d.ts.map +1 -0
- package/react/components/search/SearchResults.js +21 -21
- package/react/components/search/SearchResults.js.map +1 -1
- package/react/components/search/index.d.ts +2 -1
- package/react/components/search/index.d.ts.map +1 -0
- package/react/components/search/index.js +1 -1
- package/react/components/search/index.js.map +1 -1
- package/react/components/shared/BellIcon.d.ts +4 -3
- package/react/components/shared/BellIcon.d.ts.map +1 -0
- package/react/components/shared/BellIcon.js +7 -7
- package/react/components/shared/BellIcon.js.map +1 -1
- package/react/components/shared/BellIconCrossed.d.ts +4 -3
- package/react/components/shared/BellIconCrossed.d.ts.map +1 -0
- package/react/components/shared/BellIconCrossed.js +9 -9
- package/react/components/shared/BellIconCrossed.js.map +1 -1
- package/react/components/shared/Button.d.ts +10 -9
- package/react/components/shared/Button.d.ts.map +1 -0
- package/react/components/shared/Button.js +5 -5
- package/react/components/shared/Button.js.map +1 -1
- package/react/components/shared/ConditionalWrapper.d.ts +9 -8
- package/react/components/shared/ConditionalWrapper.d.ts.map +1 -0
- package/react/components/shared/ConditionalWrapper.js +5 -5
- package/react/components/shared/ConditionalWrapper.js.map +1 -1
- package/react/components/shared/DefaultDropdownButton.d.ts +19 -18
- package/react/components/shared/DefaultDropdownButton.d.ts.map +1 -0
- package/react/components/shared/DefaultDropdownButton.js +117 -117
- package/react/components/shared/DefaultDropdownButton.js.map +1 -1
- package/react/components/shared/Tag.d.ts +9 -8
- package/react/components/shared/Tag.d.ts.map +1 -0
- package/react/components/shared/Tag.js +22 -22
- package/react/components/shared/Tag.js.map +1 -1
- package/react/components/shared/TagsMenu.d.ts +37 -36
- package/react/components/shared/TagsMenu.d.ts.map +1 -0
- package/react/components/shared/TagsMenu.js +77 -77
- package/react/components/shared/TagsMenu.js.map +1 -1
- package/react/components/shared/addProtocolToValidURL.d.ts +8 -7
- package/react/components/shared/addProtocolToValidURL.d.ts.map +1 -0
- package/react/components/shared/addProtocolToValidURL.js +11 -11
- package/react/components/shared/addProtocolToValidURL.js.map +1 -1
- package/react/components/shared/linkerUtil.d.ts +4 -3
- package/react/components/shared/linkerUtil.d.ts.map +1 -0
- package/react/components/shared/linkerUtil.js +9 -9
- package/react/components/shared/linkerUtil.js.map +1 -1
- package/react/components/shared/openQuitConfirmationDialog.d.ts +2 -1
- package/react/components/shared/openQuitConfirmationDialog.d.ts.map +1 -0
- package/react/components/shared/openQuitConfirmationDialog.js +17 -16
- package/react/components/shared/openQuitConfirmationDialog.js.map +1 -1
- package/react/components/shared/validateURL.d.ts +20 -19
- package/react/components/shared/validateURL.d.ts.map +1 -0
- package/react/components/shared/validateURL.js +29 -29
- package/react/components/shared/validateURL.js.map +1 -1
- package/react/components/singleInputDialog/SingleInputDialog.d.ts +9 -8
- package/react/components/singleInputDialog/SingleInputDialog.d.ts.map +1 -0
- package/react/components/singleInputDialog/SingleInputDialog.js +132 -129
- package/react/components/singleInputDialog/SingleInputDialog.js.map +1 -1
- package/react/components/singleInputDialog/index.d.ts +2 -1
- package/react/components/singleInputDialog/index.d.ts.map +1 -0
- package/react/components/singleInputDialog/index.js +1 -1
- package/react/components/singleInputDialog/index.js.map +1 -1
- package/react/components/system/System.d.ts +31 -30
- package/react/components/system/System.d.ts.map +1 -0
- package/react/components/system/System.js +53 -52
- package/react/components/system/System.js.map +1 -1
- package/react/components/system/SystemTrayComponentShell.d.ts +14 -10
- package/react/components/system/SystemTrayComponentShell.d.ts.map +1 -0
- package/react/components/system/SystemTrayComponentShell.js +43 -28
- package/react/components/system/SystemTrayComponentShell.js.map +1 -1
- package/react/components/system/index.d.ts +3 -2
- package/react/components/system/index.d.ts.map +1 -0
- package/react/components/system/index.js +2 -2
- package/react/components/system/index.js.map +1 -1
- package/react/components/toolbar/AutoArrange.d.ts +10 -9
- package/react/components/toolbar/AutoArrange.d.ts.map +1 -0
- package/react/components/toolbar/AutoArrange.js +36 -35
- package/react/components/toolbar/AutoArrange.js.map +1 -1
- package/react/components/toolbar/DragHandle.d.ts +12 -11
- package/react/components/toolbar/DragHandle.d.ts.map +1 -0
- package/react/components/toolbar/DragHandle.js +43 -42
- package/react/components/toolbar/DragHandle.js.map +1 -1
- package/react/components/toolbar/MinimizeAll.d.ts +9 -8
- package/react/components/toolbar/MinimizeAll.d.ts.map +1 -0
- package/react/components/toolbar/MinimizeAll.js +24 -24
- package/react/components/toolbar/MinimizeAll.js.map +1 -1
- package/react/components/toolbar/NotificationControl.d.ts +10 -9
- package/react/components/toolbar/NotificationControl.d.ts.map +1 -0
- package/react/components/toolbar/NotificationControl.js +63 -64
- package/react/components/toolbar/NotificationControl.js.map +1 -1
- package/react/components/toolbar/RevealAll.d.ts +9 -8
- package/react/components/toolbar/RevealAll.d.ts.map +1 -0
- package/react/components/toolbar/RevealAll.js +26 -26
- package/react/components/toolbar/RevealAll.js.map +1 -1
- package/react/components/toolbar/SddButton.d.ts +7 -6
- package/react/components/toolbar/SddButton.d.ts.map +1 -0
- package/react/components/toolbar/SddButton.js +27 -26
- package/react/components/toolbar/SddButton.js.map +1 -1
- package/react/components/toolbar/ToolbarIcon.d.ts +7 -6
- package/react/components/toolbar/ToolbarIcon.d.ts.map +1 -0
- package/react/components/toolbar/ToolbarIcon.js +32 -31
- package/react/components/toolbar/ToolbarIcon.js.map +1 -1
- package/react/components/toolbar/ToolbarSection.d.ts +17 -16
- package/react/components/toolbar/ToolbarSection.d.ts.map +1 -0
- package/react/components/toolbar/ToolbarSection.js +41 -41
- package/react/components/toolbar/ToolbarSection.js.map +1 -1
- package/react/components/toolbar/ToolbarShell.d.ts +19 -14
- package/react/components/toolbar/ToolbarShell.d.ts.map +1 -0
- package/react/components/toolbar/ToolbarShell.js +28 -22
- package/react/components/toolbar/ToolbarShell.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncher.d.ts +41 -40
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncher.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncher.js +93 -92
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncher.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.d.ts +11 -10
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.js +30 -30
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AddNewAppForm.d.ts +93 -92
- package/react/components/toolbar/advancedAppLauncher/components/AddNewAppForm.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/AddNewAppForm.js +277 -276
- package/react/components/toolbar/advancedAppLauncher/components/AddNewAppForm.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AddNewFolder.d.ts +11 -10
- package/react/components/toolbar/advancedAppLauncher/components/AddNewFolder.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/AddNewFolder.js +15 -15
- package/react/components/toolbar/advancedAppLauncher/components/AddNewFolder.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AppActionsMenu.d.ts +57 -56
- package/react/components/toolbar/advancedAppLauncher/components/AppActionsMenu.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/AppActionsMenu.js +175 -174
- package/react/components/toolbar/advancedAppLauncher/components/AppActionsMenu.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AppDefinition.d.ts +34 -34
- package/react/components/toolbar/advancedAppLauncher/components/AppDefinition.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/AppDefinition.js +56 -55
- package/react/components/toolbar/advancedAppLauncher/components/AppDefinition.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AppTagsList.d.ts +17 -16
- package/react/components/toolbar/advancedAppLauncher/components/AppTagsList.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/AppTagsList.js +43 -43
- package/react/components/toolbar/advancedAppLauncher/components/AppTagsList.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/Content.d.ts +39 -38
- package/react/components/toolbar/advancedAppLauncher/components/Content.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/Content.js +171 -170
- package/react/components/toolbar/advancedAppLauncher/components/Content.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/FilterSort.d.ts +22 -21
- package/react/components/toolbar/advancedAppLauncher/components/FilterSort.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/FilterSort.js +64 -64
- package/react/components/toolbar/advancedAppLauncher/components/FilterSort.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/FoldersList.d.ts +60 -59
- package/react/components/toolbar/advancedAppLauncher/components/FoldersList.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/FoldersList.js +298 -298
- package/react/components/toolbar/advancedAppLauncher/components/FoldersList.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.d.ts +26 -25
- package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.js +103 -102
- package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/NoAppsFound.d.ts +12 -11
- package/react/components/toolbar/advancedAppLauncher/components/NoAppsFound.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/NoAppsFound.js +9 -9
- package/react/components/toolbar/advancedAppLauncher/components/NoAppsFound.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/SearchBox.d.ts +19 -18
- package/react/components/toolbar/advancedAppLauncher/components/SearchBox.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/SearchBox.js +57 -57
- package/react/components/toolbar/advancedAppLauncher/components/SearchBox.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/SortBy.d.ts +14 -13
- package/react/components/toolbar/advancedAppLauncher/components/SortBy.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/SortBy.js +37 -37
- package/react/components/toolbar/advancedAppLauncher/components/SortBy.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/TagsList.d.ts +20 -19
- package/react/components/toolbar/advancedAppLauncher/components/TagsList.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/TagsList.js +38 -38
- package/react/components/toolbar/advancedAppLauncher/components/TagsList.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/ToggleFavoriteDropdown.d.ts +9 -8
- package/react/components/toolbar/advancedAppLauncher/components/ToggleFavoriteDropdown.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/components/ToggleFavoriteDropdown.js +26 -26
- package/react/components/toolbar/advancedAppLauncher/components/ToggleFavoriteDropdown.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/modules/AppDirectory.d.ts +9 -8
- package/react/components/toolbar/advancedAppLauncher/modules/AppDirectory.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/modules/AppDirectory.js +10 -10
- package/react/components/toolbar/advancedAppLauncher/modules/AppDirectory.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/modules/FDC3.d.ts +56 -55
- package/react/components/toolbar/advancedAppLauncher/modules/FDC3.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/modules/FDC3.js +145 -145
- package/react/components/toolbar/advancedAppLauncher/modules/FDC3.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/stores/LauncherStore.d.ts +6 -5
- package/react/components/toolbar/advancedAppLauncher/stores/LauncherStore.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/stores/LauncherStore.js +20 -19
- package/react/components/toolbar/advancedAppLauncher/stores/LauncherStore.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/stores/StoreActions.d.ts +97 -96
- package/react/components/toolbar/advancedAppLauncher/stores/StoreActions.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/stores/StoreActions.js +532 -531
- package/react/components/toolbar/advancedAppLauncher/stores/StoreActions.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/utils/sort-functions.d.ts +19 -18
- package/react/components/toolbar/advancedAppLauncher/utils/sort-functions.d.ts.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/utils/sort-functions.js +35 -35
- package/react/components/toolbar/advancedAppLauncher/utils/sort-functions.js.map +1 -1
- package/react/components/toolbar/appLauncher/AppLauncherMenu.d.ts +29 -28
- package/react/components/toolbar/appLauncher/AppLauncherMenu.d.ts.map +1 -0
- package/react/components/toolbar/appLauncher/AppLauncherMenu.js +45 -42
- package/react/components/toolbar/appLauncher/AppLauncherMenu.js.map +1 -1
- package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.d.ts +39 -38
- package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.d.ts.map +1 -0
- package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.js +57 -56
- package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.js.map +1 -1
- package/react/components/toolbar/appLauncher/components/componentList.d.ts +42 -41
- package/react/components/toolbar/appLauncher/components/componentList.d.ts.map +1 -0
- package/react/components/toolbar/appLauncher/components/componentList.js +153 -152
- package/react/components/toolbar/appLauncher/components/componentList.js.map +1 -1
- package/react/components/toolbar/appLauncher/stores/appLauncherStore.d.ts +45 -44
- package/react/components/toolbar/appLauncher/stores/appLauncherStore.d.ts.map +1 -0
- package/react/components/toolbar/appLauncher/stores/appLauncherStore.js +262 -261
- package/react/components/toolbar/appLauncher/stores/appLauncherStore.js.map +1 -1
- package/react/components/toolbar/dashbar/Dashbar.d.ts +5 -4
- package/react/components/toolbar/dashbar/Dashbar.d.ts.map +1 -0
- package/react/components/toolbar/dashbar/Dashbar.js +370 -369
- package/react/components/toolbar/dashbar/Dashbar.js.map +1 -1
- package/react/components/toolbar/dashbar/DashbarItem.d.ts +18 -17
- package/react/components/toolbar/dashbar/DashbarItem.d.ts.map +1 -0
- package/react/components/toolbar/dashbar/DashbarItem.js +37 -37
- package/react/components/toolbar/dashbar/DashbarItem.js.map +1 -1
- package/react/components/toolbar/index.d.ts +16 -15
- package/react/components/toolbar/index.d.ts.map +1 -0
- package/react/components/toolbar/index.js +15 -15
- package/react/components/toolbar/index.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.d.ts +39 -38
- package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.d.ts.map +1 -0
- package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.js +68 -68
- package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/components/Workspace.d.ts +53 -52
- package/react/components/toolbar/workspaceManagementMenu/components/Workspace.d.ts.map +1 -0
- package/react/components/toolbar/workspaceManagementMenu/components/Workspace.js +107 -106
- package/react/components/toolbar/workspaceManagementMenu/components/Workspace.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceActions.d.ts +45 -44
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceActions.d.ts.map +1 -0
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceActions.js +73 -73
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceActions.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceList.d.ts +23 -22
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceList.d.ts.map +1 -0
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceList.js +30 -30
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceList.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.d.ts +146 -147
- package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.d.ts.map +1 -0
- package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.js +723 -721
- package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.js.map +1 -1
- package/react/components/userPreferences/NotificationsPreferencesContext.d.ts +16 -15
- package/react/components/userPreferences/NotificationsPreferencesContext.d.ts.map +1 -0
- package/react/components/userPreferences/NotificationsPreferencesContext.js +6 -6
- package/react/components/userPreferences/NotificationsPreferencesContext.js.map +1 -1
- package/react/components/userPreferences/UserPreferenceTypes.d.ts +10 -9
- package/react/components/userPreferences/UserPreferenceTypes.d.ts.map +1 -0
- package/react/components/userPreferences/UserPreferenceTypes.js +1 -1
- package/react/components/userPreferences/UserPreferenceTypes.js.map +1 -1
- package/react/components/userPreferences/UserPreferences.d.ts +19 -17
- package/react/components/userPreferences/UserPreferences.d.ts.map +1 -0
- package/react/components/userPreferences/UserPreferences.js +26 -24
- package/react/components/userPreferences/UserPreferences.js.map +1 -1
- package/react/components/userPreferences/UserPreferencesBase.d.ts +4 -3
- package/react/components/userPreferences/UserPreferencesBase.d.ts.map +1 -0
- package/react/components/userPreferences/UserPreferencesBase.js +41 -45
- package/react/components/userPreferences/UserPreferencesBase.js.map +1 -1
- package/react/components/userPreferences/UserPreferencesWrapper.d.ts +5 -4
- package/react/components/userPreferences/UserPreferencesWrapper.d.ts.map +1 -0
- package/react/components/userPreferences/UserPreferencesWrapper.js +28 -26
- package/react/components/userPreferences/UserPreferencesWrapper.js.map +1 -1
- package/react/components/userPreferences/components/ContentSection.d.ts +23 -25
- package/react/components/userPreferences/components/ContentSection.d.ts.map +1 -0
- package/react/components/userPreferences/components/ContentSection.js +22 -25
- package/react/components/userPreferences/components/ContentSection.js.map +1 -1
- package/react/components/userPreferences/components/LeftNav.d.ts +15 -27
- package/react/components/userPreferences/components/LeftNav.d.ts.map +1 -0
- package/react/components/userPreferences/components/LeftNav.js +41 -59
- package/react/components/userPreferences/components/LeftNav.js.map +1 -1
- package/react/components/userPreferences/components/content/DashbarEditor.d.ts +9 -22
- package/react/components/userPreferences/components/content/DashbarEditor.d.ts.map +1 -0
- package/react/components/userPreferences/components/content/DashbarEditor.js +128 -131
- package/react/components/userPreferences/components/content/DashbarEditor.js.map +1 -1
- package/react/components/userPreferences/components/content/DashbarEditorItem.d.ts +11 -10
- package/react/components/userPreferences/components/content/DashbarEditorItem.d.ts.map +1 -0
- package/react/components/userPreferences/components/content/DashbarEditorItem.js +10 -10
- package/react/components/userPreferences/components/content/DashbarEditorItem.js.map +1 -1
- package/react/components/userPreferences/components/content/General.d.ts +9 -8
- package/react/components/userPreferences/components/content/General.d.ts.map +1 -0
- package/react/components/userPreferences/components/content/General.js +32 -31
- package/react/components/userPreferences/components/content/General.js.map +1 -1
- package/react/components/userPreferences/components/content/Notifications.d.ts +12 -11
- package/react/components/userPreferences/components/content/Notifications.d.ts.map +1 -0
- package/react/components/userPreferences/components/content/Notifications.js +35 -35
- package/react/components/userPreferences/components/content/Notifications.js.map +1 -1
- package/react/components/userPreferences/components/content/Workspaces.d.ts +86 -85
- package/react/components/userPreferences/components/content/Workspaces.d.ts.map +1 -0
- package/react/components/userPreferences/components/content/Workspaces.js +534 -531
- package/react/components/userPreferences/components/content/Workspaces.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.d.ts +4 -3
- package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.d.ts.map +1 -0
- package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.js +211 -213
- package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.d.ts +4 -3
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.d.ts.map +1 -0
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.js +134 -133
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.d.ts +6 -5
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.d.ts.map +1 -0
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.js +79 -78
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.d.ts +5 -2
- package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.d.ts.map +1 -0
- package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.js +36 -34
- package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.js.map +1 -1
- package/react/components/userPreferences/components/general/ScheduledClose.d.ts +11 -10
- package/react/components/userPreferences/components/general/ScheduledClose.d.ts.map +1 -0
- package/react/components/userPreferences/components/general/ScheduledClose.js +115 -115
- package/react/components/userPreferences/components/general/ScheduledClose.js.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceButton.d.ts +9 -8
- package/react/components/userPreferences/components/workspaces/WorkspaceButton.d.ts.map +1 -0
- package/react/components/userPreferences/components/workspaces/WorkspaceButton.js +8 -8
- package/react/components/userPreferences/components/workspaces/WorkspaceButton.js.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceComponents.d.ts +7 -6
- package/react/components/userPreferences/components/workspaces/WorkspaceComponents.d.ts.map +1 -0
- package/react/components/userPreferences/components/workspaces/WorkspaceComponents.js +10 -10
- package/react/components/userPreferences/components/workspaces/WorkspaceComponents.js.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceItem.d.ts +36 -46
- package/react/components/userPreferences/components/workspaces/WorkspaceItem.d.ts.map +1 -0
- package/react/components/userPreferences/components/workspaces/WorkspaceItem.js +86 -107
- package/react/components/userPreferences/components/workspaces/WorkspaceItem.js.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceItemList.d.ts +9 -8
- package/react/components/userPreferences/components/workspaces/WorkspaceItemList.d.ts.map +1 -0
- package/react/components/userPreferences/components/workspaces/WorkspaceItemList.js +20 -20
- package/react/components/userPreferences/components/workspaces/WorkspaceItemList.js.map +1 -1
- package/react/components/userPreferences/index.d.ts +6 -5
- package/react/components/userPreferences/index.d.ts.map +1 -0
- package/react/components/userPreferences/index.js +5 -5
- package/react/components/userPreferences/index.js.map +1 -1
- package/react/components/userPreferences/stores/UserPreferencesStore.d.ts +34 -33
- package/react/components/userPreferences/stores/UserPreferencesStore.d.ts.map +1 -0
- package/react/components/userPreferences/stores/UserPreferencesStore.js +140 -139
- package/react/components/userPreferences/stores/UserPreferencesStore.js.map +1 -1
- package/react/components/windowTitleBar/WindowTitleBarShell.d.ts +273 -269
- package/react/components/windowTitleBar/WindowTitleBarShell.d.ts.map +1 -0
- package/react/components/windowTitleBar/WindowTitleBarShell.js +906 -877
- package/react/components/windowTitleBar/WindowTitleBarShell.js.map +1 -1
- package/react/components/windowTitleBar/components/center/Tab.d.ts +33 -32
- package/react/components/windowTitleBar/components/center/Tab.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/center/Tab.js +63 -62
- package/react/components/windowTitleBar/components/center/Tab.js.map +1 -1
- package/react/components/windowTitleBar/components/center/TabList.d.ts +140 -138
- package/react/components/windowTitleBar/components/center/TabList.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/center/TabList.js +619 -615
- package/react/components/windowTitleBar/components/center/TabList.js.map +1 -1
- package/react/components/windowTitleBar/components/center/TabRegion.d.ts +3 -2
- package/react/components/windowTitleBar/components/center/TabRegion.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/center/TabRegion.js +12 -11
- package/react/components/windowTitleBar/components/center/TabRegion.js.map +1 -1
- package/react/components/windowTitleBar/components/left/LinkerButton.d.ts +11 -10
- package/react/components/windowTitleBar/components/left/LinkerButton.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/left/LinkerButton.js +106 -104
- package/react/components/windowTitleBar/components/left/LinkerButton.js.map +1 -1
- package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.d.ts +85 -84
- package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.js +171 -171
- package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.js.map +1 -1
- package/react/components/windowTitleBar/components/left/LinkerGroups.d.ts +7 -6
- package/react/components/windowTitleBar/components/left/LinkerGroups.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/left/LinkerGroups.js +21 -20
- package/react/components/windowTitleBar/components/left/LinkerGroups.js.map +1 -1
- package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.d.ts +50 -49
- package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.js +119 -119
- package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.js.map +1 -1
- package/react/components/windowTitleBar/components/left/ShareButton.d.ts +42 -41
- package/react/components/windowTitleBar/components/left/ShareButton.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/left/ShareButton.js +81 -81
- package/react/components/windowTitleBar/components/left/ShareButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.d.ts +3 -2
- package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.js +14 -13
- package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/CloseButton.d.ts +43 -42
- package/react/components/windowTitleBar/components/right/CloseButton.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/right/CloseButton.js +53 -53
- package/react/components/windowTitleBar/components/right/CloseButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/GroupingButton.d.ts +58 -57
- package/react/components/windowTitleBar/components/right/GroupingButton.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/right/GroupingButton.js +90 -90
- package/react/components/windowTitleBar/components/right/GroupingButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/MaximizeButton.d.ts +67 -73
- package/react/components/windowTitleBar/components/right/MaximizeButton.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/right/MaximizeButton.js +105 -114
- package/react/components/windowTitleBar/components/right/MaximizeButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/MinimizeButton.d.ts +42 -41
- package/react/components/windowTitleBar/components/right/MinimizeButton.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/right/MinimizeButton.js +52 -52
- package/react/components/windowTitleBar/components/right/MinimizeButton.js.map +1 -1
- package/react/components/windowTitleBar/components/windowTitle.d.ts +67 -66
- package/react/components/windowTitleBar/components/windowTitle.d.ts.map +1 -0
- package/react/components/windowTitleBar/components/windowTitle.js +377 -376
- package/react/components/windowTitleBar/components/windowTitle.js.map +1 -1
- package/react/components/windowTitleBar/getOrCreateWindowTitleBarContainer.d.ts +10 -0
- package/react/components/windowTitleBar/getOrCreateWindowTitleBarContainer.d.ts.map +1 -0
- package/react/components/windowTitleBar/getOrCreateWindowTitleBarContainer.js +23 -0
- package/react/components/windowTitleBar/getOrCreateWindowTitleBarContainer.js.map +1 -0
- package/react/components/windowTitleBar/index.d.ts +11 -9
- package/react/components/windowTitleBar/index.d.ts.map +1 -0
- package/react/components/windowTitleBar/index.js +10 -9
- package/react/components/windowTitleBar/index.js.map +1 -1
- package/react/components/windowTitleBar/stores/windowTitleBarStore.d.ts +69 -68
- package/react/components/windowTitleBar/stores/windowTitleBarStore.d.ts.map +1 -0
- package/react/components/windowTitleBar/stores/windowTitleBarStore.js +609 -608
- package/react/components/windowTitleBar/stores/windowTitleBarStore.js.map +1 -1
- package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.d.ts +44 -43
- package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.d.ts.map +1 -0
- package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.js +42 -42
- package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.js.map +1 -1
- package/react/components/windowTitleBar/windowTitleBarContext.d.ts +23 -22
- package/react/components/windowTitleBar/windowTitleBarContext.d.ts.map +1 -0
- package/react/components/windowTitleBar/windowTitleBarContext.js +21 -21
- package/react/components/windowTitleBar/windowTitleBarContext.js.map +1 -1
- package/react/components/yesNoDialog/YesNoDialog.d.ts +8 -7
- package/react/components/yesNoDialog/YesNoDialog.d.ts.map +1 -0
- package/react/components/yesNoDialog/YesNoDialog.js +164 -161
- package/react/components/yesNoDialog/YesNoDialog.js.map +1 -1
- package/react/components/yesNoDialog/index.d.ts +2 -1
- package/react/components/yesNoDialog/index.d.ts.map +1 -0
- package/react/components/yesNoDialog/index.js +1 -1
- package/react/components/yesNoDialog/index.js.map +1 -1
- package/react/components/yesNoDialog/timer.d.ts +17 -16
- package/react/components/yesNoDialog/timer.d.ts.map +1 -0
- package/react/components/yesNoDialog/timer.js +31 -31
- package/react/components/yesNoDialog/timer.js.map +1 -1
- package/react/hooks/index.d.ts +5 -2
- package/react/hooks/index.d.ts.map +1 -0
- package/react/hooks/index.js +4 -2
- package/react/hooks/index.js.map +1 -1
- package/react/hooks/useAuth.d.ts +11 -10
- package/react/hooks/useAuth.d.ts.map +1 -0
- package/react/hooks/useAuth.js +26 -25
- package/react/hooks/useAuth.js.map +1 -1
- package/react/hooks/useDashbar.d.ts +9 -8
- package/react/hooks/useDashbar.d.ts.map +1 -0
- package/react/hooks/useDashbar.js +114 -113
- package/react/hooks/useDashbar.js.map +1 -1
- package/react/hooks/useDeepEffect.d.ts +6 -5
- package/react/hooks/useDeepEffect.d.ts.map +1 -0
- package/react/hooks/useDeepEffect.js +33 -33
- package/react/hooks/useDeepEffect.js.map +1 -1
- package/react/hooks/useFavorites.d.ts +25 -24
- package/react/hooks/useFavorites.d.ts.map +1 -0
- package/react/hooks/useFavorites.js +23 -23
- package/react/hooks/useFavorites.js.map +1 -1
- package/react/hooks/useFavoritesShell.d.ts +15 -14
- package/react/hooks/useFavoritesShell.d.ts.map +1 -0
- package/react/hooks/useFavoritesShell.js +78 -77
- package/react/hooks/useFavoritesShell.js.map +1 -1
- package/react/hooks/useFloatingFocus.d.ts +16 -0
- package/react/hooks/useFloatingFocus.d.ts.map +1 -0
- package/react/hooks/useFloatingFocus.js +36 -0
- package/react/hooks/useFloatingFocus.js.map +1 -0
- package/react/hooks/useHotkey.d.ts +9 -8
- package/react/hooks/useHotkey.d.ts.map +1 -0
- package/react/hooks/useHotkey.js +24 -21
- package/react/hooks/useHotkey.js.map +1 -1
- package/react/hooks/useLinker.d.ts +5 -4
- package/react/hooks/useLinker.d.ts.map +1 -0
- package/react/hooks/useLinker.js +110 -109
- package/react/hooks/useLinker.js.map +1 -1
- package/react/hooks/useMenu.d.ts +40 -39
- package/react/hooks/useMenu.d.ts.map +1 -0
- package/react/hooks/useMenu.js +51 -49
- package/react/hooks/useMenu.js.map +1 -1
- package/react/hooks/useNotifications.d.ts +76 -80
- package/react/hooks/useNotifications.d.ts.map +1 -0
- package/react/hooks/useNotifications.js +396 -396
- package/react/hooks/useNotifications.js.map +1 -1
- package/react/hooks/useOAuth.d.ts +17 -0
- package/react/hooks/useOAuth.d.ts.map +1 -0
- package/react/hooks/useOAuth.js +116 -0
- package/react/hooks/useOAuth.js.map +1 -0
- package/react/hooks/useOutsideClickDetector.d.ts +6 -5
- package/react/hooks/useOutsideClickDetector.d.ts.map +1 -0
- package/react/hooks/useOutsideClickDetector.js +17 -17
- package/react/hooks/useOutsideClickDetector.js.map +1 -1
- package/react/hooks/usePubSub.d.ts +22 -21
- package/react/hooks/usePubSub.d.ts.map +1 -0
- package/react/hooks/usePubSub.js +38 -37
- package/react/hooks/usePubSub.js.map +1 -1
- package/react/hooks/useSearch.d.ts +15 -15
- package/react/hooks/useSearch.d.ts.map +1 -0
- package/react/hooks/useSearch.js +72 -72
- package/react/hooks/useSearch.js.map +1 -1
- package/react/hooks/useTitle.d.ts +18 -0
- package/react/hooks/useTitle.d.ts.map +1 -0
- package/react/hooks/useTitle.js +29 -0
- package/react/hooks/useTitle.js.map +1 -0
- package/react/hooks/useToolbar.d.ts +11 -10
- package/react/hooks/useToolbar.d.ts.map +1 -0
- package/react/hooks/useToolbar.js +151 -150
- package/react/hooks/useToolbar.js.map +1 -1
- package/react/index.d.ts +3 -0
- package/react/index.d.ts.map +1 -0
- package/react/index.js +3 -0
- package/react/index.js.map +1 -0
- package/react/reducers/favoriteReducer.d.ts +12 -11
- package/react/reducers/favoriteReducer.d.ts.map +1 -0
- package/react/reducers/favoriteReducer.js +27 -27
- package/react/reducers/favoriteReducer.js.map +1 -1
- package/react/reducers/linkerReducer.d.ts +14 -13
- package/react/reducers/linkerReducer.d.ts.map +1 -0
- package/react/reducers/linkerReducer.js +43 -43
- package/react/reducers/linkerReducer.js.map +1 -1
- package/react/reducers/menuReducer.d.ts +37 -36
- package/react/reducers/menuReducer.d.ts.map +1 -0
- package/react/reducers/menuReducer.js +65 -65
- package/react/reducers/menuReducer.js.map +1 -1
- package/react/reducers/rootReducer.d.ts +220 -219
- package/react/reducers/rootReducer.d.ts.map +1 -0
- package/react/reducers/rootReducer.js +20 -20
- package/react/reducers/rootReducer.js.map +1 -1
- package/react/reducers/searchReducer.d.ts +16 -15
- package/react/reducers/searchReducer.d.ts.map +1 -0
- package/react/reducers/searchReducer.js +27 -27
- package/react/reducers/searchReducer.js.map +1 -1
- package/react/reducers/smartDesktopDesignerReducer.d.ts +6 -5
- package/react/reducers/smartDesktopDesignerReducer.d.ts.map +1 -0
- package/react/reducers/smartDesktopDesignerReducer.js +170 -170
- package/react/reducers/smartDesktopDesignerReducer.js.map +1 -1
- package/react/reducers/toolbarReducer.d.ts +11 -10
- package/react/reducers/toolbarReducer.d.ts.map +1 -0
- package/react/reducers/toolbarReducer.js +29 -29
- package/react/reducers/toolbarReducer.js.map +1 -1
- package/react/reducers/workspaceReducer.d.ts +11 -10
- package/react/reducers/workspaceReducer.d.ts.map +1 -0
- package/react/reducers/workspaceReducer.js +26 -26
- package/react/reducers/workspaceReducer.js.map +1 -1
- package/react/store.d.ts +419 -418
- package/react/store.d.ts.map +1 -0
- package/react/store.js +24 -23
- package/react/store.js.map +1 -1
- package/react/types/advancedAppLauncherTypes.d.ts +45 -46
- package/react/types/advancedAppLauncherTypes.d.ts.map +1 -0
- package/react/types/advancedAppLauncherTypes.js +1 -1
- package/react/types/advancedAppLauncherTypes.js.map +1 -1
- package/react/types/dashbarTypes.d.ts +40 -39
- package/react/types/dashbarTypes.d.ts.map +1 -0
- package/react/types/dashbarTypes.js +1 -1
- package/react/types/dashbarTypes.js.map +1 -1
- package/react/types/favoriteTypes.d.ts +9 -10
- package/react/types/favoriteTypes.d.ts.map +1 -0
- package/react/types/favoriteTypes.js +1 -1
- package/react/types/favoriteTypes.js.map +1 -1
- package/react/types/fdc3.d.ts +30 -35
- package/react/types/fdc3.d.ts.map +1 -0
- package/react/types/fdc3.js +6 -6
- package/react/types/fdc3.js.map +1 -1
- package/react/types/hotkeyTypes.d.ts +2 -1
- package/react/types/hotkeyTypes.d.ts.map +1 -0
- package/react/types/hotkeyTypes.js +1 -1
- package/react/types/hotkeyTypes.js.map +1 -1
- package/react/types/linkerTypes.d.ts +28 -27
- package/react/types/linkerTypes.d.ts.map +1 -0
- package/react/types/linkerTypes.js +2 -2
- package/react/types/linkerTypes.js.map +1 -1
- package/react/types/smartDesktopDesignerTypes.d.ts +183 -183
- package/react/types/smartDesktopDesignerTypes.d.ts.map +1 -0
- package/react/types/smartDesktopDesignerTypes.js +19 -19
- package/react/types/smartDesktopDesignerTypes.js.map +1 -1
- package/react/types/windowTitleBar.d.ts +50 -49
- package/react/types/windowTitleBar.d.ts.map +1 -0
- package/react/types/windowTitleBar.js +1 -1
- package/react/types/windowTitleBar.js.map +1 -1
- package/react/types/workspaceTypes.d.ts +31 -30
- package/react/types/workspaceTypes.d.ts.map +1 -0
- package/react/types/workspaceTypes.js +1 -1
- package/react/types/workspaceTypes.js.map +1 -1
- package/typedefs/FDC3/api/AppIntent.d.ts +14 -0
- package/typedefs/FDC3/api/AppIntent.d.ts.map +1 -0
- package/typedefs/FDC3/api/AppIntent.js +6 -0
- package/typedefs/FDC3/api/AppIntent.js.map +1 -0
- package/typedefs/FDC3/api/AppMetadata.d.ts +26 -0
- package/typedefs/FDC3/api/AppMetadata.d.ts.map +1 -0
- package/typedefs/FDC3/api/AppMetadata.js +6 -0
- package/typedefs/FDC3/api/AppMetadata.js.map +1 -0
- package/typedefs/FDC3/api/Channel.d.ts +65 -0
- package/typedefs/FDC3/api/Channel.d.ts.map +1 -0
- package/typedefs/FDC3/api/Channel.js +6 -0
- package/typedefs/FDC3/api/Channel.js.map +1 -0
- package/typedefs/FDC3/api/DesktopAgent.d.ts +181 -0
- package/typedefs/FDC3/api/DesktopAgent.d.ts.map +1 -0
- package/typedefs/FDC3/api/DesktopAgent.js +6 -0
- package/typedefs/FDC3/api/DesktopAgent.js.map +1 -0
- package/typedefs/FDC3/api/DisplayMetadata.d.ts +24 -0
- package/typedefs/FDC3/api/DisplayMetadata.d.ts.map +1 -0
- package/typedefs/FDC3/api/DisplayMetadata.js +6 -0
- package/typedefs/FDC3/api/DisplayMetadata.js.map +1 -0
- package/typedefs/FDC3/api/Errors.d.ts +21 -0
- package/typedefs/FDC3/api/Errors.d.ts.map +1 -0
- package/typedefs/FDC3/api/Errors.js +24 -0
- package/typedefs/FDC3/api/Errors.js.map +1 -0
- package/typedefs/FDC3/api/ImplementationMetadata.d.ts +18 -0
- package/typedefs/FDC3/api/ImplementationMetadata.d.ts.map +1 -0
- package/typedefs/FDC3/api/ImplementationMetadata.js +6 -0
- package/typedefs/FDC3/api/ImplementationMetadata.js.map +1 -0
- package/typedefs/FDC3/api/IntentMetadata.d.ts +14 -0
- package/typedefs/FDC3/api/IntentMetadata.d.ts.map +1 -0
- package/typedefs/FDC3/api/IntentMetadata.js +6 -0
- package/typedefs/FDC3/api/IntentMetadata.js.map +1 -0
- package/typedefs/FDC3/api/IntentResolution.d.ts +25 -0
- package/typedefs/FDC3/api/IntentResolution.d.ts.map +1 -0
- package/typedefs/FDC3/api/IntentResolution.js +6 -0
- package/typedefs/FDC3/api/IntentResolution.js.map +1 -0
- package/typedefs/FDC3/api/Listener.d.ts +11 -0
- package/typedefs/FDC3/api/Listener.d.ts.map +1 -0
- package/typedefs/FDC3/api/Listener.js +6 -0
- package/typedefs/FDC3/api/Listener.js.map +1 -0
- package/typedefs/FDC3/api/Types.d.ts +9 -0
- package/typedefs/FDC3/api/Types.d.ts.map +1 -0
- package/typedefs/FDC3/api/Types.js +6 -0
- package/typedefs/FDC3/api/Types.js.map +1 -0
- package/typedefs/FDC3/context/ContextType.d.ts +11 -0
- package/typedefs/FDC3/context/ContextType.d.ts.map +1 -0
- package/typedefs/FDC3/context/ContextType.js +11 -0
- package/typedefs/FDC3/context/ContextType.js.map +1 -0
- package/typedefs/FDC3/context/ContextTypes.d.ts +105 -0
- package/typedefs/FDC3/context/ContextTypes.d.ts.map +1 -0
- package/typedefs/FDC3/context/ContextTypes.js +278 -0
- package/typedefs/FDC3/context/ContextTypes.js.map +1 -0
- package/typedefs/FDC3/index.d.ts +19 -0
- package/typedefs/FDC3/index.d.ts.map +1 -0
- package/typedefs/FDC3/index.js +19 -0
- package/typedefs/FDC3/index.js.map +1 -0
- package/typedefs/FDC3/intents/Intents.d.ts +11 -0
- package/typedefs/FDC3/intents/Intents.d.ts.map +1 -0
- package/typedefs/FDC3/intents/Intents.js +12 -0
- package/typedefs/FDC3/intents/Intents.js.map +1 -0
- package/typedefs/index.d.ts +2 -0
- package/typedefs/index.d.ts.map +1 -0
- package/typedefs/index.js +3 -0
- package/typedefs/index.js.map +1 -0
- package/types.d.ts +22 -0
- package/types.d.ts.map +1 -0
- package/types.js +5 -0
- package/types.js.map +1 -0
- package/react/assets/css/focus.css +0 -4
- package/react/componentTemplateGenerator.d.ts +0 -1
- package/react/componentTemplateGenerator.js +0 -150
- package/react/componentTemplateGenerator.js.map +0 -1
- package/react/components/appCatalog/components/Tag.d.ts +0 -13
- package/react/components/appCatalog/components/Tag.js +0 -23
- package/react/components/appCatalog/components/Tag.js.map +0 -1
- package/react/components/common/Accordion.d.ts +0 -11
- package/react/components/common/Accordion.js +0 -20
- package/react/components/common/Accordion.js.map +0 -1
- package/react/components/common/ButtonTile.d.ts +0 -4
- package/react/components/common/ButtonTile.js +0 -12
- package/react/components/common/ButtonTile.js.map +0 -1
- package/react/components/common/ColorPicker.d.ts +0 -20
- package/react/components/common/ColorPicker.js +0 -92
- package/react/components/common/ColorPicker.js.map +0 -1
- package/react/components/common/DropZone.d.ts +0 -22
- package/react/components/common/DropZone.js +0 -65
- package/react/components/common/DropZone.js.map +0 -1
- package/react/components/common/FileInput.d.ts +0 -30
- package/react/components/common/FileInput.js +0 -123
- package/react/components/common/FileInput.js.map +0 -1
- package/react/components/common/FinsembleLink.d.ts +0 -6
- package/react/components/common/FinsembleLink.js +0 -12
- package/react/components/common/FinsembleLink.js.map +0 -1
- package/react/components/common/ImagePreview.d.ts +0 -21
- package/react/components/common/ImagePreview.js +0 -43
- package/react/components/common/ImagePreview.js.map +0 -1
- package/react/components/common/InputTable.d.ts +0 -18
- package/react/components/common/InputTable.js +0 -57
- package/react/components/common/InputTable.js.map +0 -1
- package/react/components/common/LoadingSpinner.d.ts +0 -3
- package/react/components/common/LoadingSpinner.js +0 -11
- package/react/components/common/LoadingSpinner.js.map +0 -1
- package/react/components/common/Tab.d.ts +0 -11
- package/react/components/common/Tab.js +0 -58
- package/react/components/common/Tab.js.map +0 -1
- package/react/components/common/Tooltip.d.ts +0 -14
- package/react/components/common/Tooltip.js +0 -30
- package/react/components/common/Tooltip.js.map +0 -1
- package/react/components/common/file_helpers.d.ts +0 -2
- package/react/components/common/file_helpers.js +0 -22
- package/react/components/common/file_helpers.js.map +0 -1
- package/react/components/common/helpers.d.ts +0 -5
- package/react/components/common/helpers.js +0 -136
- package/react/components/common/helpers.js.map +0 -1
- package/react/components/common/stories/Accordion.stories.d.ts +0 -14
- package/react/components/common/stories/Accordion.stories.js +0 -42
- package/react/components/common/stories/Accordion.stories.js.map +0 -1
- package/react/components/common/stories/Button.stories.d.ts +0 -22
- package/react/components/common/stories/Button.stories.js +0 -77
- package/react/components/common/stories/Button.stories.js.map +0 -1
- package/react/components/common/stories/ButtonIcon.stories.d.ts +0 -15
- package/react/components/common/stories/ButtonIcon.stories.js +0 -35
- package/react/components/common/stories/ButtonIcon.stories.js.map +0 -1
- package/react/components/common/stories/ButtonRow.stories.d.ts +0 -14
- package/react/components/common/stories/ButtonRow.stories.js +0 -39
- package/react/components/common/stories/ButtonRow.stories.js.map +0 -1
- package/react/components/common/stories/ButtonTile.stories.d.ts +0 -17
- package/react/components/common/stories/ButtonTile.stories.js +0 -45
- package/react/components/common/stories/ButtonTile.stories.js.map +0 -1
- package/react/components/common/stories/Checkbox.stories.d.ts +0 -13
- package/react/components/common/stories/Checkbox.stories.js +0 -29
- package/react/components/common/stories/Checkbox.stories.js.map +0 -1
- package/react/components/common/stories/ColorPicker.stories.d.ts +0 -13
- package/react/components/common/stories/ColorPicker.stories.js +0 -29
- package/react/components/common/stories/ColorPicker.stories.js.map +0 -1
- package/react/components/common/stories/ContextMenu.stories.d.ts +0 -38
- package/react/components/common/stories/ContextMenu.stories.js +0 -70
- package/react/components/common/stories/ContextMenu.stories.js.map +0 -1
- package/react/components/common/stories/DropZone.stories.d.ts +0 -11
- package/react/components/common/stories/DropZone.stories.js +0 -16
- package/react/components/common/stories/DropZone.stories.js.map +0 -1
- package/react/components/common/stories/DropdownButton.stories.d.ts +0 -33
- package/react/components/common/stories/DropdownButton.stories.js +0 -42
- package/react/components/common/stories/DropdownButton.stories.js.map +0 -1
- package/react/components/common/stories/FileInput.stories.d.ts +0 -18
- package/react/components/common/stories/FileInput.stories.js +0 -59
- package/react/components/common/stories/FileInput.stories.js.map +0 -1
- package/react/components/common/stories/FinsembleIcon.stories.d.ts +0 -3
- package/react/components/common/stories/FinsembleIcon.stories.js +0 -43
- package/react/components/common/stories/FinsembleIcon.stories.js.map +0 -1
- package/react/components/common/stories/FinsembleSelect.stories.d.ts +0 -20
- package/react/components/common/stories/FinsembleSelect.stories.js +0 -188
- package/react/components/common/stories/FinsembleSelect.stories.js.map +0 -1
- package/react/components/common/stories/FinsembleToggle.stories.d.ts +0 -13
- package/react/components/common/stories/FinsembleToggle.stories.js +0 -28
- package/react/components/common/stories/FinsembleToggle.stories.js.map +0 -1
- package/react/components/common/stories/FinsembleToggleButtonBar.stories.d.ts +0 -14
- package/react/components/common/stories/FinsembleToggleButtonBar.stories.js +0 -97
- package/react/components/common/stories/FinsembleToggleButtonBar.stories.js.map +0 -1
- package/react/components/common/stories/Header.stories.d.ts +0 -14
- package/react/components/common/stories/Header.stories.js +0 -38
- package/react/components/common/stories/Header.stories.js.map +0 -1
- package/react/components/common/stories/ImagePreview.stories.d.ts +0 -16
- package/react/components/common/stories/ImagePreview.stories.js +0 -55
- package/react/components/common/stories/ImagePreview.stories.js.map +0 -1
- package/react/components/common/stories/InputTable.stories.d.ts +0 -13
- package/react/components/common/stories/InputTable.stories.js +0 -45
- package/react/components/common/stories/InputTable.stories.js.map +0 -1
- package/react/components/common/stories/LoadingSpinner.stories.d.ts +0 -9
- package/react/components/common/stories/LoadingSpinner.stories.js +0 -10
- package/react/components/common/stories/LoadingSpinner.stories.js.map +0 -1
- package/react/components/common/stories/Tab.stories.d.ts +0 -12
- package/react/components/common/stories/Tab.stories.js +0 -28
- package/react/components/common/stories/Tab.stories.js.map +0 -1
- package/react/components/common/stories/TimeSelect.stories.d.ts +0 -11
- package/react/components/common/stories/TimeSelect.stories.js +0 -20
- package/react/components/common/stories/TimeSelect.stories.js.map +0 -1
- package/react/components/common/stories/Tooltip.stories.d.ts +0 -27
- package/react/components/common/stories/Tooltip.stories.js +0 -47
- package/react/components/common/stories/Tooltip.stories.js.map +0 -1
- package/react/components/common/tests/Accordion.spec.d.ts +0 -1
- package/react/components/common/tests/Accordion.spec.js +0 -59
- package/react/components/common/tests/Accordion.spec.js.map +0 -1
- package/react/components/common/tests/ButtonRow.spec.d.ts +0 -1
- package/react/components/common/tests/ButtonRow.spec.js +0 -30
- package/react/components/common/tests/ButtonRow.spec.js.map +0 -1
- package/react/components/common/tests/Checkbox.spec.d.ts +0 -1
- package/react/components/common/tests/Checkbox.spec.js +0 -34
- package/react/components/common/tests/Checkbox.spec.js.map +0 -1
- package/react/components/common/tests/ColorPicker.spec.d.ts +0 -1
- package/react/components/common/tests/ColorPicker.spec.js +0 -96
- package/react/components/common/tests/ColorPicker.spec.js.map +0 -1
- package/react/components/common/tests/ContextMenu.spec.d.ts +0 -1
- package/react/components/common/tests/ContextMenu.spec.js +0 -108
- package/react/components/common/tests/ContextMenu.spec.js.map +0 -1
- package/react/components/common/tests/DropZone.spec.d.ts +0 -1
- package/react/components/common/tests/DropZone.spec.js +0 -55
- package/react/components/common/tests/DropZone.spec.js.map +0 -1
- package/react/components/common/tests/DropdownButton.spec.d.ts +0 -1
- package/react/components/common/tests/DropdownButton.spec.js +0 -32
- package/react/components/common/tests/DropdownButton.spec.js.map +0 -1
- package/react/components/common/tests/FileInput.spec.d.ts +0 -1
- package/react/components/common/tests/FileInput.spec.js +0 -72
- package/react/components/common/tests/FileInput.spec.js.map +0 -1
- package/react/components/common/tests/FinsembleSelect.spec.d.ts +0 -1
- package/react/components/common/tests/FinsembleSelect.spec.js +0 -89
- package/react/components/common/tests/FinsembleSelect.spec.js.map +0 -1
- package/react/components/common/tests/FinsembleToggle.spec.d.ts +0 -1
- package/react/components/common/tests/FinsembleToggle.spec.js +0 -29
- package/react/components/common/tests/FinsembleToggle.spec.js.map +0 -1
- package/react/components/common/tests/FinsembleToggleButtonBar.spec.d.ts +0 -1
- package/react/components/common/tests/FinsembleToggleButtonBar.spec.js +0 -41
- package/react/components/common/tests/FinsembleToggleButtonBar.spec.js.map +0 -1
- package/react/components/common/tests/Header.spec.d.ts +0 -1
- package/react/components/common/tests/Header.spec.js +0 -24
- package/react/components/common/tests/Header.spec.js.map +0 -1
- package/react/components/common/tests/ImagePreview.spec.d.ts +0 -1
- package/react/components/common/tests/ImagePreview.spec.js +0 -46
- package/react/components/common/tests/ImagePreview.spec.js.map +0 -1
- package/react/components/common/tests/InputTable.spec.d.ts +0 -1
- package/react/components/common/tests/InputTable.spec.js +0 -166
- package/react/components/common/tests/InputTable.spec.js.map +0 -1
- package/react/components/common/tests/Tab.spec.d.ts +0 -1
- package/react/components/common/tests/Tab.spec.js +0 -25
- package/react/components/common/tests/Tab.spec.js.map +0 -1
- package/react/components/common/tests/TimeSelect.spec.d.ts +0 -1
- package/react/components/common/tests/TimeSelect.spec.js +0 -75
- package/react/components/common/tests/TimeSelect.spec.js.map +0 -1
- package/react/components/common/tests/Tooltip.spec.d.ts +0 -1
- package/react/components/common/tests/Tooltip.spec.js +0 -50
- package/react/components/common/tests/Tooltip.spec.js.map +0 -1
- package/react/components/favorites/FavoritesShell.spec.d.ts +0 -1
- package/react/components/favorites/FavoritesShell.spec.js +0 -64
- package/react/components/favorites/FavoritesShell.spec.js.map +0 -1
- package/react/components/favorites/FavoritesShell.stories.d.ts +0 -9
- package/react/components/favorites/FavoritesShell.stories.js +0 -46
- package/react/components/favorites/FavoritesShell.stories.js.map +0 -1
- package/react/components/favorites/index.d.ts +0 -2
- package/react/components/favorites/index.js +0 -3
- package/react/components/favorites/index.js.map +0 -1
- package/react/components/fdc3Resolver/ResolverDialog.spec.d.ts +0 -1
- package/react/components/fdc3Resolver/ResolverDialog.spec.js +0 -52
- package/react/components/fdc3Resolver/ResolverDialog.spec.js.map +0 -1
- package/react/components/fdc3Resolver/ResolverDialog.stories.d.ts +0 -13
- package/react/components/fdc3Resolver/ResolverDialog.stories.js +0 -175
- package/react/components/fdc3Resolver/ResolverDialog.stories.js.map +0 -1
- package/react/components/legacyControls/FinsembleMenuSection.d.ts +0 -17
- package/react/components/legacyControls/FinsembleMenuSection.js +0 -123
- package/react/components/legacyControls/FinsembleMenuSection.js.map +0 -1
- package/react/components/legacyControls/stories/FinsembleDialog.stories.d.ts +0 -10
- package/react/components/legacyControls/stories/FinsembleDialog.stories.js +0 -21
- package/react/components/legacyControls/stories/FinsembleDialog.stories.js.map +0 -1
- package/react/components/legacyControls/stories/FinsembleDialogButton.stories.d.ts +0 -18
- package/react/components/legacyControls/stories/FinsembleDialogButton.stories.js +0 -37
- package/react/components/legacyControls/stories/FinsembleDialogButton.stories.js.map +0 -1
- package/react/components/legacyControls/stories/FinsembleDialogQuestion.stories.d.ts +0 -14
- package/react/components/legacyControls/stories/FinsembleDialogQuestion.stories.js +0 -15
- package/react/components/legacyControls/stories/FinsembleDialogQuestion.stories.js.map +0 -1
- package/react/components/legacyControls/stories/FinsembleDialogTextInput.stories.d.ts +0 -16
- package/react/components/legacyControls/stories/FinsembleDialogTextInput.stories.js +0 -51
- package/react/components/legacyControls/stories/FinsembleDialogTextInput.stories.js.map +0 -1
- package/react/components/legacyControls/tests/FinsembleDialog.spec.d.ts +0 -1
- package/react/components/legacyControls/tests/FinsembleDialog.spec.js +0 -12
- package/react/components/legacyControls/tests/FinsembleDialog.spec.js.map +0 -1
- package/react/components/legacyControls/tests/FinsembleDialogButton.spec.d.ts +0 -1
- package/react/components/legacyControls/tests/FinsembleDialogButton.spec.js +0 -39
- package/react/components/legacyControls/tests/FinsembleDialogButton.spec.js.map +0 -1
- package/react/components/legacyControls/tests/FinsembleDialogQuestion.spec.d.ts +0 -1
- package/react/components/legacyControls/tests/FinsembleDialogQuestion.spec.js +0 -19
- package/react/components/legacyControls/tests/FinsembleDialogQuestion.spec.js.map +0 -1
- package/react/components/legacyControls/tests/FinsembleDialogTextInput.spec.d.ts +0 -1
- package/react/components/legacyControls/tests/FinsembleDialogTextInput.spec.js +0 -83
- package/react/components/legacyControls/tests/FinsembleDialogTextInput.spec.js.map +0 -1
- package/react/components/notifications/icons/Card.d.ts +0 -2
- package/react/components/notifications/icons/Card.js +0 -11
- package/react/components/notifications/icons/Card.js.map +0 -1
- package/react/components/notifications/icons/Chevron.d.ts +0 -2
- package/react/components/notifications/icons/Chevron.js +0 -14
- package/react/components/notifications/icons/Chevron.js.map +0 -1
- package/react/components/notifications/icons/CloseIcon.d.ts +0 -2
- package/react/components/notifications/icons/CloseIcon.js +0 -10
- package/react/components/notifications/icons/CloseIcon.js.map +0 -1
- package/react/components/notifications/stories/NotificationCardShell.stories.d.ts +0 -14
- package/react/components/notifications/stories/NotificationCardShell.stories.js +0 -108
- package/react/components/notifications/stories/NotificationCardShell.stories.js.map +0 -1
- package/react/components/notifications/tests/NotificationCardShell.spec.d.ts +0 -1
- package/react/components/notifications/tests/NotificationCardShell.spec.js +0 -91
- package/react/components/notifications/tests/NotificationCardShell.spec.js.map +0 -1
- package/react/components/processMonitor/helpers.spec.d.ts +0 -1
- package/react/components/processMonitor/helpers.spec.js +0 -48
- package/react/components/processMonitor/helpers.spec.js.map +0 -1
- package/react/components/sdd/AddApp.d.ts +0 -17
- package/react/components/sdd/AddApp.js +0 -178
- package/react/components/sdd/AddApp.js.map +0 -1
- package/react/components/sdd/AppEditAccess.d.ts +0 -16
- package/react/components/sdd/AppEditAccess.js +0 -130
- package/react/components/sdd/AppEditAccess.js.map +0 -1
- package/react/components/sdd/AppEditPage.d.ts +0 -26
- package/react/components/sdd/AppEditPage.js +0 -421
- package/react/components/sdd/AppEditPage.js.map +0 -1
- package/react/components/sdd/Appearance.d.ts +0 -18
- package/react/components/sdd/Appearance.js +0 -64
- package/react/components/sdd/Appearance.js.map +0 -1
- package/react/components/sdd/Application.d.ts +0 -37
- package/react/components/sdd/Application.js +0 -269
- package/react/components/sdd/Application.js.map +0 -1
- package/react/components/sdd/Applications.d.ts +0 -20
- package/react/components/sdd/Applications.js +0 -281
- package/react/components/sdd/Applications.js.map +0 -1
- package/react/components/sdd/AssetsPage.d.ts +0 -15
- package/react/components/sdd/AssetsPage.js +0 -59
- package/react/components/sdd/AssetsPage.js.map +0 -1
- package/react/components/sdd/Authentication.d.ts +0 -9
- package/react/components/sdd/Authentication.js +0 -61
- package/react/components/sdd/Authentication.js.map +0 -1
- package/react/components/sdd/AuthenticationProviderConfig.d.ts +0 -9
- package/react/components/sdd/AuthenticationProviderConfig.js +0 -90
- package/react/components/sdd/AuthenticationProviderConfig.js.map +0 -1
- package/react/components/sdd/Content.d.ts +0 -8
- package/react/components/sdd/Content.js +0 -7
- package/react/components/sdd/Content.js.map +0 -1
- package/react/components/sdd/ContentHeader.d.ts +0 -5
- package/react/components/sdd/ContentHeader.js +0 -10
- package/react/components/sdd/ContentHeader.js.map +0 -1
- package/react/components/sdd/CurrentView.d.ts +0 -11
- package/react/components/sdd/CurrentView.js +0 -14
- package/react/components/sdd/CurrentView.js.map +0 -1
- package/react/components/sdd/EditPreload.d.ts +0 -13
- package/react/components/sdd/EditPreload.js +0 -183
- package/react/components/sdd/EditPreload.js.map +0 -1
- package/react/components/sdd/Export.d.ts +0 -17
- package/react/components/sdd/Export.js +0 -65
- package/react/components/sdd/Export.js.map +0 -1
- package/react/components/sdd/ExportCloud.d.ts +0 -6
- package/react/components/sdd/ExportCloud.js +0 -38
- package/react/components/sdd/ExportCloud.js.map +0 -1
- package/react/components/sdd/ExportDeployInfo.d.ts +0 -2
- package/react/components/sdd/ExportDeployInfo.js +0 -18
- package/react/components/sdd/ExportDeployInfo.js.map +0 -1
- package/react/components/sdd/ExportZip.d.ts +0 -6
- package/react/components/sdd/ExportZip.js +0 -48
- package/react/components/sdd/ExportZip.js.map +0 -1
- package/react/components/sdd/ItemList.d.ts +0 -17
- package/react/components/sdd/ItemList.js +0 -58
- package/react/components/sdd/ItemList.js.map +0 -1
- package/react/components/sdd/Navigation.d.ts +0 -11
- package/react/components/sdd/Navigation.js +0 -59
- package/react/components/sdd/Navigation.js.map +0 -1
- package/react/components/sdd/OptionalSettingsView.d.ts +0 -10
- package/react/components/sdd/OptionalSettingsView.js +0 -48
- package/react/components/sdd/OptionalSettingsView.js.map +0 -1
- package/react/components/sdd/Preloads.d.ts +0 -6
- package/react/components/sdd/Preloads.js +0 -24
- package/react/components/sdd/Preloads.js.map +0 -1
- package/react/components/sdd/ProjectErrors.d.ts +0 -11
- package/react/components/sdd/ProjectErrors.js +0 -25
- package/react/components/sdd/ProjectErrors.js.map +0 -1
- package/react/components/sdd/Publish.d.ts +0 -8
- package/react/components/sdd/Publish.js +0 -112
- package/react/components/sdd/Publish.js.map +0 -1
- package/react/components/sdd/PublishProgress.d.ts +0 -9
- package/react/components/sdd/PublishProgress.js +0 -24
- package/react/components/sdd/PublishProgress.js.map +0 -1
- package/react/components/sdd/SmartDesktopDesigner.d.ts +0 -30
- package/react/components/sdd/SmartDesktopDesigner.js +0 -146
- package/react/components/sdd/SmartDesktopDesigner.js.map +0 -1
- package/react/components/sdd/ThemePage.d.ts +0 -14
- package/react/components/sdd/ThemePage.js +0 -106
- package/react/components/sdd/ThemePage.js.map +0 -1
- package/react/components/sdd/Themes.d.ts +0 -22
- package/react/components/sdd/Themes.js +0 -15
- package/react/components/sdd/Themes.js.map +0 -1
- package/react/components/sdd/Toolbar.d.ts +0 -16
- package/react/components/sdd/Toolbar.js +0 -134
- package/react/components/sdd/Toolbar.js.map +0 -1
- package/react/components/sdd/View.d.ts +0 -8
- package/react/components/sdd/View.js +0 -7
- package/react/components/sdd/View.js.map +0 -1
- package/react/components/sdd/appEditPage/Behavior.d.ts +0 -34
- package/react/components/sdd/appEditPage/Behavior.js +0 -134
- package/react/components/sdd/appEditPage/Behavior.js.map +0 -1
- package/react/components/sdd/appEditPage/Component.d.ts +0 -22
- package/react/components/sdd/appEditPage/Component.js +0 -76
- package/react/components/sdd/appEditPage/Component.js.map +0 -1
- package/react/components/sdd/appEditPage/DebugToolkit.d.ts +0 -9
- package/react/components/sdd/appEditPage/DebugToolkit.js +0 -20
- package/react/components/sdd/appEditPage/DebugToolkit.js.map +0 -1
- package/react/components/sdd/appEditPage/Interop.d.ts +0 -10
- package/react/components/sdd/appEditPage/Interop.js +0 -40
- package/react/components/sdd/appEditPage/Interop.js.map +0 -1
- package/react/components/sdd/appEditPage/Position.d.ts +0 -18
- package/react/components/sdd/appEditPage/Position.js +0 -72
- package/react/components/sdd/appEditPage/Position.js.map +0 -1
- package/react/components/sdd/appEditPage/Preloads.d.ts +0 -9
- package/react/components/sdd/appEditPage/Preloads.js +0 -16
- package/react/components/sdd/appEditPage/Preloads.js.map +0 -1
- package/react/components/sdd/appEditPage/SelectConnect.d.ts +0 -15
- package/react/components/sdd/appEditPage/SelectConnect.js +0 -28
- package/react/components/sdd/appEditPage/SelectConnect.js.map +0 -1
- package/react/components/sdd/appEditPage/Workspace.d.ts +0 -12
- package/react/components/sdd/appEditPage/Workspace.js +0 -30
- package/react/components/sdd/appEditPage/Workspace.js.map +0 -1
- package/react/components/sdd/common/fsbl_functions.d.ts +0 -2
- package/react/components/sdd/common/fsbl_functions.js +0 -17
- package/react/components/sdd/common/fsbl_functions.js.map +0 -1
- package/react/components/sdd/common/getCSSVars.d.ts +0 -1
- package/react/components/sdd/common/getCSSVars.js +0 -15
- package/react/components/sdd/common/getCSSVars.js.map +0 -1
- package/react/components/sdd/common/setPreloadDefaults.d.ts +0 -1
- package/react/components/sdd/common/setPreloadDefaults.js +0 -26
- package/react/components/sdd/common/setPreloadDefaults.js.map +0 -1
- package/react/components/sdd/common/views.d.ts +0 -3
- package/react/components/sdd/common/views.js +0 -190
- package/react/components/sdd/common/views.js.map +0 -1
- package/react/components/sdd/fixtures/apps.d.ts +0 -9
- package/react/components/sdd/fixtures/apps.js +0 -383
- package/react/components/sdd/fixtures/apps.js.map +0 -1
- package/react/components/sdd/fixtures/authenticationProps.d.ts +0 -2
- package/react/components/sdd/fixtures/authenticationProps.js +0 -23
- package/react/components/sdd/fixtures/authenticationProps.js.map +0 -1
- package/react/components/sdd/fixtures/configTemplate.d.ts +0 -44
- package/react/components/sdd/fixtures/configTemplate.js +0 -54
- package/react/components/sdd/fixtures/configTemplate.js.map +0 -1
- package/react/components/sdd/fixtures/exportProps.d.ts +0 -2
- package/react/components/sdd/fixtures/exportProps.js +0 -34
- package/react/components/sdd/fixtures/exportProps.js.map +0 -1
- package/react/components/sdd/fixtures/preloads.d.ts +0 -3
- package/react/components/sdd/fixtures/preloads.js +0 -59
- package/react/components/sdd/fixtures/preloads.js.map +0 -1
- package/react/components/sdd/fixtures/projectErrorsProps.d.ts +0 -3
- package/react/components/sdd/fixtures/projectErrorsProps.js +0 -13
- package/react/components/sdd/fixtures/projectErrorsProps.js.map +0 -1
- package/react/components/sdd/fixtures/publishProgress.d.ts +0 -7
- package/react/components/sdd/fixtures/publishProgress.js +0 -358
- package/react/components/sdd/fixtures/publishProgress.js.map +0 -1
- package/react/components/sdd/fixtures/themeProps.d.ts +0 -26
- package/react/components/sdd/fixtures/themeProps.js +0 -18
- package/react/components/sdd/fixtures/themeProps.js.map +0 -1
- package/react/components/sdd/fixtures/views.d.ts +0 -3
- package/react/components/sdd/fixtures/views.js +0 -74
- package/react/components/sdd/fixtures/views.js.map +0 -1
- package/react/components/sdd/sdd_helpers.d.ts +0 -20
- package/react/components/sdd/sdd_helpers.js +0 -36
- package/react/components/sdd/sdd_helpers.js.map +0 -1
- package/react/components/sdd/smartDesktopClient.d.ts +0 -466
- package/react/components/sdd/smartDesktopClient.js +0 -906
- package/react/components/sdd/smartDesktopClient.js.map +0 -1
- package/react/components/sdd/smartDesktopClient.spec.d.ts +0 -1
- package/react/components/sdd/smartDesktopClient.spec.js +0 -64
- package/react/components/sdd/smartDesktopClient.spec.js.map +0 -1
- package/react/components/sdd/stories/AddApp.stories.d.ts +0 -11
- package/react/components/sdd/stories/AddApp.stories.js +0 -26
- package/react/components/sdd/stories/AddApp.stories.js.map +0 -1
- package/react/components/sdd/stories/AppEditPage.stories.d.ts +0 -17
- package/react/components/sdd/stories/AppEditPage.stories.js +0 -40
- package/react/components/sdd/stories/AppEditPage.stories.js.map +0 -1
- package/react/components/sdd/stories/Appearance.stories.d.ts +0 -10
- package/react/components/sdd/stories/Appearance.stories.js +0 -27
- package/react/components/sdd/stories/Appearance.stories.js.map +0 -1
- package/react/components/sdd/stories/Applications.stories.d.ts +0 -14
- package/react/components/sdd/stories/Applications.stories.js +0 -38
- package/react/components/sdd/stories/Applications.stories.js.map +0 -1
- package/react/components/sdd/stories/AssetsPage.stories.d.ts +0 -10
- package/react/components/sdd/stories/AssetsPage.stories.js +0 -16
- package/react/components/sdd/stories/AssetsPage.stories.js.map +0 -1
- package/react/components/sdd/stories/Authentication.stories.d.ts +0 -13
- package/react/components/sdd/stories/Authentication.stories.js +0 -25
- package/react/components/sdd/stories/Authentication.stories.js.map +0 -1
- package/react/components/sdd/stories/ContentHeader.stories.d.ts +0 -10
- package/react/components/sdd/stories/ContentHeader.stories.js +0 -13
- package/react/components/sdd/stories/ContentHeader.stories.js.map +0 -1
- package/react/components/sdd/stories/Export.stories.d.ts +0 -11
- package/react/components/sdd/stories/Export.stories.js +0 -19
- package/react/components/sdd/stories/Export.stories.js.map +0 -1
- package/react/components/sdd/stories/ExportCloud.stories.d.ts +0 -11
- package/react/components/sdd/stories/ExportCloud.stories.js +0 -19
- package/react/components/sdd/stories/ExportCloud.stories.js.map +0 -1
- package/react/components/sdd/stories/ExportZip.stories.d.ts +0 -12
- package/react/components/sdd/stories/ExportZip.stories.js +0 -26
- package/react/components/sdd/stories/ExportZip.stories.js.map +0 -1
- package/react/components/sdd/stories/ItemList.stories.d.ts +0 -16
- package/react/components/sdd/stories/ItemList.stories.js +0 -94
- package/react/components/sdd/stories/ItemList.stories.js.map +0 -1
- package/react/components/sdd/stories/Navigation.stories.d.ts +0 -11
- package/react/components/sdd/stories/Navigation.stories.js +0 -22
- package/react/components/sdd/stories/Navigation.stories.js.map +0 -1
- package/react/components/sdd/stories/OptionalSettingsView.stories.d.ts +0 -12
- package/react/components/sdd/stories/OptionalSettingsView.stories.js +0 -27
- package/react/components/sdd/stories/OptionalSettingsView.stories.js.map +0 -1
- package/react/components/sdd/stories/ProjectErrors.stories.d.ts +0 -11
- package/react/components/sdd/stories/ProjectErrors.stories.js +0 -19
- package/react/components/sdd/stories/ProjectErrors.stories.js.map +0 -1
- package/react/components/sdd/stories/Publish.stories.d.ts +0 -16
- package/react/components/sdd/stories/Publish.stories.js +0 -53
- package/react/components/sdd/stories/Publish.stories.js.map +0 -1
- package/react/components/sdd/stories/PublishProgress.stories.d.ts +0 -14
- package/react/components/sdd/stories/PublishProgress.stories.js +0 -26
- package/react/components/sdd/stories/PublishProgress.stories.js.map +0 -1
- package/react/components/sdd/stories/SmartDesktopDesigner.stories.d.ts +0 -10
- package/react/components/sdd/stories/SmartDesktopDesigner.stories.js +0 -65
- package/react/components/sdd/stories/SmartDesktopDesigner.stories.js.map +0 -1
- package/react/components/sdd/stories/ThemePage.stories.d.ts +0 -10
- package/react/components/sdd/stories/ThemePage.stories.js +0 -16
- package/react/components/sdd/stories/ThemePage.stories.js.map +0 -1
- package/react/components/sdd/stories/Themes.stories.d.ts +0 -10
- package/react/components/sdd/stories/Themes.stories.js +0 -28
- package/react/components/sdd/stories/Themes.stories.js.map +0 -1
- package/react/components/sdd/stories/Toolbar.stories.d.ts +0 -14
- package/react/components/sdd/stories/Toolbar.stories.js +0 -38
- package/react/components/sdd/stories/Toolbar.stories.js.map +0 -1
- package/react/components/sdd/tests/AddApp.spec.d.ts +0 -1
- package/react/components/sdd/tests/AddApp.spec.js +0 -239
- package/react/components/sdd/tests/AddApp.spec.js.map +0 -1
- package/react/components/sdd/tests/AppEditPage.spec.d.ts +0 -1
- package/react/components/sdd/tests/AppEditPage.spec.js +0 -1348
- package/react/components/sdd/tests/AppEditPage.spec.js.map +0 -1
- package/react/components/sdd/tests/Application.spec.d.ts +0 -1
- package/react/components/sdd/tests/Application.spec.js +0 -1460
- package/react/components/sdd/tests/Application.spec.js.map +0 -1
- package/react/components/sdd/tests/Applications.spec.d.ts +0 -1
- package/react/components/sdd/tests/Applications.spec.js +0 -165
- package/react/components/sdd/tests/Applications.spec.js.map +0 -1
- package/react/components/sdd/tests/Authentication.spec.d.ts +0 -1
- package/react/components/sdd/tests/Authentication.spec.js +0 -118
- package/react/components/sdd/tests/Authentication.spec.js.map +0 -1
- package/react/components/sdd/tests/ContentHeader.spec.d.ts +0 -1
- package/react/components/sdd/tests/ContentHeader.spec.js +0 -33
- package/react/components/sdd/tests/ContentHeader.spec.js.map +0 -1
- package/react/components/sdd/tests/EditPreload.spec.d.ts +0 -1
- package/react/components/sdd/tests/EditPreload.spec.js +0 -126
- package/react/components/sdd/tests/EditPreload.spec.js.map +0 -1
- package/react/components/sdd/tests/Export.spec.d.ts +0 -1
- package/react/components/sdd/tests/Export.spec.js +0 -190
- package/react/components/sdd/tests/Export.spec.js.map +0 -1
- package/react/components/sdd/tests/ExportZip.spec.d.ts +0 -1
- package/react/components/sdd/tests/ExportZip.spec.js +0 -32
- package/react/components/sdd/tests/ExportZip.spec.js.map +0 -1
- package/react/components/sdd/tests/ItemList.spec.d.ts +0 -1
- package/react/components/sdd/tests/ItemList.spec.js +0 -98
- package/react/components/sdd/tests/ItemList.spec.js.map +0 -1
- package/react/components/sdd/tests/Navigation.spec.d.ts +0 -1
- package/react/components/sdd/tests/Navigation.spec.js +0 -26
- package/react/components/sdd/tests/Navigation.spec.js.map +0 -1
- package/react/components/sdd/tests/OptionalSettingsView.spec.d.ts +0 -1
- package/react/components/sdd/tests/OptionalSettingsView.spec.js +0 -299
- package/react/components/sdd/tests/OptionalSettingsView.spec.js.map +0 -1
- package/react/components/sdd/tests/ProjectErrors.spec.d.ts +0 -1
- package/react/components/sdd/tests/ProjectErrors.spec.js +0 -46
- package/react/components/sdd/tests/ProjectErrors.spec.js.map +0 -1
- package/react/components/sdd/tests/Publish.spec.d.ts +0 -1
- package/react/components/sdd/tests/Publish.spec.js +0 -31
- package/react/components/sdd/tests/Publish.spec.js.map +0 -1
- package/react/components/sdd/tests/PublishProgess.spec.d.ts +0 -1
- package/react/components/sdd/tests/PublishProgess.spec.js +0 -17
- package/react/components/sdd/tests/PublishProgess.spec.js.map +0 -1
- package/react/components/sdd/tests/SmartDesktopDesigner.spec.d.ts +0 -1
- package/react/components/sdd/tests/SmartDesktopDesigner.spec.js +0 -57
- package/react/components/sdd/tests/SmartDesktopDesigner.spec.js.map +0 -1
- package/react/components/sdd/tests/Themes.spec.d.ts +0 -1
- package/react/components/sdd/tests/Themes.spec.js +0 -52
- package/react/components/sdd/tests/Themes.spec.js.map +0 -1
- package/react/components/sdd/tests/Toolbar.spec.d.ts +0 -1
- package/react/components/sdd/tests/Toolbar.spec.js +0 -256
- package/react/components/sdd/tests/Toolbar.spec.js.map +0 -1
- package/react/components/sdd/tests/a11y_helper.d.ts +0 -2
- package/react/components/sdd/tests/a11y_helper.js +0 -32
- package/react/components/sdd/tests/a11y_helper.js.map +0 -1
- package/react/components/sdd/tests/sdd_helpers.spec.d.ts +0 -1
- package/react/components/sdd/tests/sdd_helpers.spec.js +0 -18
- package/react/components/sdd/tests/sdd_helpers.spec.js.map +0 -1
- package/react/components/sdd/themeDefinitions.d.ts +0 -50
- package/react/components/sdd/themeDefinitions.js +0 -51
- package/react/components/sdd/themeDefinitions.js.map +0 -1
- package/react/components/search/Highlight.spec.d.ts +0 -1
- package/react/components/search/Highlight.spec.js +0 -22
- package/react/components/search/Highlight.spec.js.map +0 -1
- package/react/components/search/Highlight.stories.d.ts +0 -15
- package/react/components/search/Highlight.stories.js +0 -39
- package/react/components/search/Highlight.stories.js.map +0 -1
- package/react/components/search/SearchResult.spec.d.ts +0 -1
- package/react/components/search/SearchResult.spec.js +0 -46
- package/react/components/search/SearchResult.spec.js.map +0 -1
- package/react/components/search/SearchResult.stories.d.ts +0 -16
- package/react/components/search/SearchResult.stories.js +0 -113
- package/react/components/search/SearchResult.stories.js.map +0 -1
- package/react/components/search/SearchResults.spec.d.ts +0 -1
- package/react/components/search/SearchResults.spec.js +0 -35
- package/react/components/search/SearchResults.spec.js.map +0 -1
- package/react/components/search/SearchResults.stories.d.ts +0 -11
- package/react/components/search/SearchResults.stories.js +0 -458
- package/react/components/search/SearchResults.stories.js.map +0 -1
- package/react/components/shared/Animate.d.ts +0 -15
- package/react/components/shared/Animate.js +0 -36
- package/react/components/shared/Animate.js.map +0 -1
- package/react/components/shared/NavigationButton.d.ts +0 -10
- package/react/components/shared/NavigationButton.js +0 -13
- package/react/components/shared/NavigationButton.js.map +0 -1
- package/react/components/shared/tests/DefaultDropdownButton.spec.d.ts +0 -1
- package/react/components/shared/tests/DefaultDropdownButton.spec.js +0 -75
- package/react/components/shared/tests/DefaultDropdownButton.spec.js.map +0 -1
- package/react/components/shared/tests/addProtocolToValidURL.spec.d.ts +0 -1
- package/react/components/shared/tests/addProtocolToValidURL.spec.js +0 -20
- package/react/components/shared/tests/addProtocolToValidURL.spec.js.map +0 -1
- package/react/components/shared/validateURL.spec.d.ts +0 -1
- package/react/components/shared/validateURL.spec.js +0 -25
- package/react/components/shared/validateURL.spec.js.map +0 -1
- package/react/components/singleInputDialog/SingleInputDialog.spec.d.ts +0 -1
- package/react/components/singleInputDialog/SingleInputDialog.spec.js +0 -38
- package/react/components/singleInputDialog/SingleInputDialog.spec.js.map +0 -1
- package/react/components/singleInputDialog/SingleInputDialog.stories.d.ts +0 -15
- package/react/components/singleInputDialog/SingleInputDialog.stories.js +0 -65
- package/react/components/singleInputDialog/SingleInputDialog.stories.js.map +0 -1
- package/react/components/smartDesktopDesigner/SmartDesktopDesigner.d.ts +0 -2
- package/react/components/smartDesktopDesigner/SmartDesktopDesigner.js +0 -9
- package/react/components/smartDesktopDesigner/SmartDesktopDesigner.js.map +0 -1
- package/react/components/smartDesktopDesigner/common/views.d.ts +0 -3
- package/react/components/smartDesktopDesigner/common/views.js +0 -2
- package/react/components/smartDesktopDesigner/common/views.js.map +0 -1
- package/react/components/system/System.spec.d.ts +0 -1
- package/react/components/system/System.spec.js +0 -21
- package/react/components/system/System.spec.js.map +0 -1
- package/react/components/system/System.stories.d.ts +0 -9
- package/react/components/system/System.stories.js +0 -42
- package/react/components/system/System.stories.js.map +0 -1
- package/react/components/toolbar/AutoArrange.spec.d.ts +0 -1
- package/react/components/toolbar/AutoArrange.spec.js +0 -54
- package/react/components/toolbar/AutoArrange.spec.js.map +0 -1
- package/react/components/toolbar/AutoArrange.stories.d.ts +0 -11
- package/react/components/toolbar/AutoArrange.stories.js +0 -22
- package/react/components/toolbar/AutoArrange.stories.js.map +0 -1
- package/react/components/toolbar/DragHandle.spec.d.ts +0 -1
- package/react/components/toolbar/DragHandle.spec.js +0 -32
- package/react/components/toolbar/DragHandle.spec.js.map +0 -1
- package/react/components/toolbar/DragHandle.stories.d.ts +0 -13
- package/react/components/toolbar/DragHandle.stories.js +0 -40
- package/react/components/toolbar/DragHandle.stories.js.map +0 -1
- package/react/components/toolbar/MinimizeAll.spec.d.ts +0 -1
- package/react/components/toolbar/MinimizeAll.spec.js +0 -49
- package/react/components/toolbar/MinimizeAll.spec.js.map +0 -1
- package/react/components/toolbar/MinimizeAll.stories.d.ts +0 -11
- package/react/components/toolbar/MinimizeAll.stories.js +0 -22
- package/react/components/toolbar/MinimizeAll.stories.js.map +0 -1
- package/react/components/toolbar/RevealAll.spec.d.ts +0 -1
- package/react/components/toolbar/RevealAll.spec.js +0 -49
- package/react/components/toolbar/RevealAll.spec.js.map +0 -1
- package/react/components/toolbar/RevealAll.stories.d.ts +0 -11
- package/react/components/toolbar/RevealAll.stories.js +0 -22
- package/react/components/toolbar/RevealAll.stories.js.map +0 -1
- package/react/components/toolbar/advancedAppLauncher/components/TagsMenu.d.ts +0 -29
- package/react/components/toolbar/advancedAppLauncher/components/TagsMenu.js +0 -51
- package/react/components/toolbar/advancedAppLauncher/components/TagsMenu.js.map +0 -1
- package/react/components/userPreferences/stories/DashbarEditor.stories.d.ts +0 -10
- package/react/components/userPreferences/stories/DashbarEditor.stories.js +0 -42
- package/react/components/userPreferences/stories/DashbarEditor.stories.js.map +0 -1
- package/react/components/userPreferences/stories/DashbarEditorItem.stories.d.ts +0 -11
- package/react/components/userPreferences/stories/DashbarEditorItem.stories.js +0 -21
- package/react/components/userPreferences/stories/DashbarEditorItem.stories.js.map +0 -1
- package/react/components/userPreferences/stories/General.stories.d.ts +0 -13
- package/react/components/userPreferences/stories/General.stories.js +0 -16
- package/react/components/userPreferences/stories/General.stories.js.map +0 -1
- package/react/components/userPreferences/stories/Notifications.stories.d.ts +0 -9
- package/react/components/userPreferences/stories/Notifications.stories.js +0 -17
- package/react/components/userPreferences/stories/Notifications.stories.js.map +0 -1
- package/react/components/userPreferences/stories/NotificationsSourceTypes.stories.d.ts +0 -9
- package/react/components/userPreferences/stories/NotificationsSourceTypes.stories.js +0 -20
- package/react/components/userPreferences/stories/NotificationsSourceTypes.stories.js.map +0 -1
- package/react/components/userPreferences/stories/NotificationsSources.stories.d.ts +0 -12
- package/react/components/userPreferences/stories/NotificationsSources.stories.js +0 -28
- package/react/components/userPreferences/stories/NotificationsSources.stories.js.map +0 -1
- package/react/components/userPreferences/stories/ScheduledClose.stories.d.ts +0 -12
- package/react/components/userPreferences/stories/ScheduledClose.stories.js +0 -53
- package/react/components/userPreferences/stories/ScheduledClose.stories.js.map +0 -1
- package/react/components/userPreferences/stories/UserPreferences.stories.d.ts +0 -8
- package/react/components/userPreferences/stories/UserPreferences.stories.js +0 -53
- package/react/components/userPreferences/stories/UserPreferences.stories.js.map +0 -1
- package/react/components/userPreferences/stories/WorkspaceButton.stories.d.ts +0 -11
- package/react/components/userPreferences/stories/WorkspaceButton.stories.js +0 -20
- package/react/components/userPreferences/stories/WorkspaceButton.stories.js.map +0 -1
- package/react/components/userPreferences/stories/WorkspaceComponents.stories.d.ts +0 -13
- package/react/components/userPreferences/stories/WorkspaceComponents.stories.js +0 -26
- package/react/components/userPreferences/stories/WorkspaceComponents.stories.js.map +0 -1
- package/react/components/userPreferences/stories/WorkspaceItem.stories.d.ts +0 -9
- package/react/components/userPreferences/stories/WorkspaceItem.stories.js +0 -30
- package/react/components/userPreferences/stories/WorkspaceItem.stories.js.map +0 -1
- package/react/components/userPreferences/stories/WorkspaceItemList.stories.d.ts +0 -10
- package/react/components/userPreferences/stories/WorkspaceItemList.stories.js +0 -57
- package/react/components/userPreferences/stories/WorkspaceItemList.stories.js.map +0 -1
- package/react/components/userPreferences/stories/Workspaces.stories.d.ts +0 -9
- package/react/components/userPreferences/stories/Workspaces.stories.js +0 -44
- package/react/components/userPreferences/stories/Workspaces.stories.js.map +0 -1
- package/react/components/userPreferences/tests/ContentSection.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/ContentSection.spec.js +0 -41
- package/react/components/userPreferences/tests/ContentSection.spec.js.map +0 -1
- package/react/components/userPreferences/tests/DashbarEditor.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/DashbarEditor.spec.js +0 -37
- package/react/components/userPreferences/tests/DashbarEditor.spec.js.map +0 -1
- package/react/components/userPreferences/tests/DashbarEditorItem.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/DashbarEditorItem.spec.js +0 -38
- package/react/components/userPreferences/tests/DashbarEditorItem.spec.js.map +0 -1
- package/react/components/userPreferences/tests/General.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/General.spec.js +0 -15
- package/react/components/userPreferences/tests/General.spec.js.map +0 -1
- package/react/components/userPreferences/tests/LeftNav.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/LeftNav.spec.js +0 -26
- package/react/components/userPreferences/tests/LeftNav.spec.js.map +0 -1
- package/react/components/userPreferences/tests/NotificationSourceTypes.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/NotificationSourceTypes.spec.js +0 -14
- package/react/components/userPreferences/tests/NotificationSourceTypes.spec.js.map +0 -1
- package/react/components/userPreferences/tests/Notifications.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/Notifications.spec.js +0 -17
- package/react/components/userPreferences/tests/Notifications.spec.js.map +0 -1
- package/react/components/userPreferences/tests/NotificationsPreferencesHome.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/NotificationsPreferencesHome.spec.js +0 -43
- package/react/components/userPreferences/tests/NotificationsPreferencesHome.spec.js.map +0 -1
- package/react/components/userPreferences/tests/NotificationsSourcesPreferences.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/NotificationsSourcesPreferences.spec.js +0 -22
- package/react/components/userPreferences/tests/NotificationsSourcesPreferences.spec.js.map +0 -1
- package/react/components/userPreferences/tests/ScheduledClose.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/ScheduledClose.spec.js +0 -47
- package/react/components/userPreferences/tests/ScheduledClose.spec.js.map +0 -1
- package/react/components/userPreferences/tests/UserPreferencesBase.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/UserPreferencesBase.spec.js +0 -44
- package/react/components/userPreferences/tests/UserPreferencesBase.spec.js.map +0 -1
- package/react/components/userPreferences/tests/Workspace.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/Workspace.spec.js +0 -139
- package/react/components/userPreferences/tests/Workspace.spec.js.map +0 -1
- package/react/components/userPreferences/tests/WorkspaceButton.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/WorkspaceButton.spec.js +0 -38
- package/react/components/userPreferences/tests/WorkspaceButton.spec.js.map +0 -1
- package/react/components/userPreferences/tests/WorkspaceComponents.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/WorkspaceComponents.spec.js +0 -22
- package/react/components/userPreferences/tests/WorkspaceComponents.spec.js.map +0 -1
- package/react/components/userPreferences/tests/WorkspaceItem.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/WorkspaceItem.spec.js +0 -64
- package/react/components/userPreferences/tests/WorkspaceItem.spec.js.map +0 -1
- package/react/components/userPreferences/tests/WorkspaceItemList.spec.d.ts +0 -1
- package/react/components/userPreferences/tests/WorkspaceItemList.spec.js +0 -45
- package/react/components/userPreferences/tests/WorkspaceItemList.spec.js.map +0 -1
- package/react/components/utils.d.ts +0 -2
- package/react/components/utils.js +0 -6
- package/react/components/utils.js.map +0 -1
- package/react/components/yesNoDialog/Timer.spec.d.ts +0 -1
- package/react/components/yesNoDialog/Timer.spec.js +0 -18
- package/react/components/yesNoDialog/Timer.spec.js.map +0 -1
- package/react/components/yesNoDialog/Timer.stories.d.ts +0 -9
- package/react/components/yesNoDialog/Timer.stories.js +0 -15
- package/react/components/yesNoDialog/Timer.stories.js.map +0 -1
- package/react/components/yesNoDialog/YesNoDialog.spec.d.ts +0 -1
- package/react/components/yesNoDialog/YesNoDialog.spec.js +0 -63
- package/react/components/yesNoDialog/YesNoDialog.spec.js.map +0 -1
- package/react/components/yesNoDialog/YesNoDialog.stories.d.ts +0 -14
- package/react/components/yesNoDialog/YesNoDialog.stories.js +0 -74
- package/react/components/yesNoDialog/YesNoDialog.stories.js.map +0 -1
- package/react/enzymeSetup.d.ts +0 -1
- package/react/enzymeSetup.js +0 -35
- package/react/enzymeSetup.js.map +0 -1
- package/react/tsconfig.tsbuildinfo +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resolver.js","sourceRoot":"","sources":["../../../../../../src/platform/services/Interop/modules/resolver.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ActionReducerMapBuilder } from "../../../../common/redux/createReducer";
|
|
2
|
+
import { InteropStore, OutgoingDispatchMessage } from "../types";
|
|
3
|
+
import { ContextAny } from "../../../../clients/Interop/types";
|
|
4
|
+
declare type PersistedData = {
|
|
5
|
+
persistedData?: Record<string, ContextAny>;
|
|
6
|
+
windowName: string;
|
|
7
|
+
};
|
|
8
|
+
declare const _default: {
|
|
9
|
+
getInitialState: () => {
|
|
10
|
+
persistedData: {
|
|
11
|
+
[windowName: string]: Record<string, ContextAny>;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
addReducerCases: (builder: ActionReducerMapBuilder<InteropStore>) => void;
|
|
15
|
+
actions: {
|
|
16
|
+
loadThenBroadcastData: import("@reduxjs/toolkit").ActionCreatorWithPayload<PersistedData, string>;
|
|
17
|
+
listener: import("@reduxjs/toolkit").ActionCreatorWithPayload<OutgoingDispatchMessage, string>;
|
|
18
|
+
};
|
|
19
|
+
initialize: (store: any) => void;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
22
|
+
//# sourceMappingURL=workspace.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workspace.d.ts","sourceRoot":"","sources":["../../../../../../src/platform/services/Interop/modules/workspace.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AACjF,OAAO,EACN,YAAY,EAIZ,uBAAuB,EAEvB,MAAM,UAAU,CAAC;AAElB,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAS/D,aAAK,aAAa,GAAG;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;IAC3C,UAAU,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;;;;AAqGF,wBAKE"}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import { createAction } from "@reduxjs/toolkit";
|
|
2
|
+
import resolver from "./resolver";
|
|
3
|
+
import { setComponentState, getComponentState, uuidsFromWindowName } from "./commonUtils";
|
|
4
|
+
const { workspaceUuid } = resolver;
|
|
5
|
+
const { clientAdded, clientRemoved } = resolver.actions;
|
|
6
|
+
// ------- Helper functions
|
|
7
|
+
const getWorkspaceState = async (windowName) => {
|
|
8
|
+
const data = await getComponentState({ field: "Interop-#Workspace-contexts", windowName });
|
|
9
|
+
return {
|
|
10
|
+
persistedData: data,
|
|
11
|
+
windowName,
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
const actions = {
|
|
15
|
+
loadThenBroadcastData: createAction("workspace/loadThenBroadcastData"),
|
|
16
|
+
listener: createAction("workspace/listener"),
|
|
17
|
+
};
|
|
18
|
+
const initialize = (store) => {
|
|
19
|
+
store.dispatch(resolver.actions.registerSelectConnectChannel({
|
|
20
|
+
name: workspaceUuid,
|
|
21
|
+
dispatchAction: "workspace/listener",
|
|
22
|
+
}));
|
|
23
|
+
};
|
|
24
|
+
const getInitialState = () => {
|
|
25
|
+
return {
|
|
26
|
+
persistedData: {},
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
const addReducerCases = (builder) => {
|
|
30
|
+
builder
|
|
31
|
+
/**
|
|
32
|
+
* Initialize the new client with any contexts that were fetched from the workspace.
|
|
33
|
+
* Contexts are delivered by dispatching the resolver's "broadcast" action.
|
|
34
|
+
* We set the `to` field in the action's "meta" section so that the context is directed to the specific client rather than to any subscriber.
|
|
35
|
+
*/
|
|
36
|
+
.addCase(actions.loadThenBroadcastData, (state, action, cmd) => {
|
|
37
|
+
const { windowName, persistedData } = action.payload;
|
|
38
|
+
if (persistedData) {
|
|
39
|
+
state.workspace.persistedData[windowName] = persistedData;
|
|
40
|
+
Object.values(persistedData).forEach((context) => {
|
|
41
|
+
if (context.type) {
|
|
42
|
+
uuidsFromWindowName({ clients: state.resolver.clients, windowName }).forEach((uuid) => {
|
|
43
|
+
const interopBroadcast = {
|
|
44
|
+
type: "broadcast",
|
|
45
|
+
payload: {
|
|
46
|
+
context,
|
|
47
|
+
},
|
|
48
|
+
meta: {
|
|
49
|
+
uuid: workspaceUuid,
|
|
50
|
+
noSelectConnect: true,
|
|
51
|
+
to: uuid,
|
|
52
|
+
},
|
|
53
|
+
};
|
|
54
|
+
cmd === null || cmd === void 0 ? void 0 : cmd.action(resolver.actions.broadcast(interopBroadcast));
|
|
55
|
+
});
|
|
56
|
+
}
|
|
57
|
+
});
|
|
58
|
+
}
|
|
59
|
+
})
|
|
60
|
+
/**
|
|
61
|
+
* When a new client is added, check to see if we have any contexts saved to deliver to the app
|
|
62
|
+
* Whatever comes back fro the workspace is dispatched to "initializeContext"
|
|
63
|
+
*/
|
|
64
|
+
.addCase(clientAdded, (state, action, cmd) => {
|
|
65
|
+
const { windowName } = action.payload;
|
|
66
|
+
cmd === null || cmd === void 0 ? void 0 : cmd.run(getWorkspaceState, {
|
|
67
|
+
args: [windowName],
|
|
68
|
+
successActionCreator: actions.loadThenBroadcastData,
|
|
69
|
+
});
|
|
70
|
+
})
|
|
71
|
+
.addCase(clientRemoved, (state, action, cmd) => {
|
|
72
|
+
const { windowName } = action.payload;
|
|
73
|
+
delete state.workspace.persistedData[windowName];
|
|
74
|
+
})
|
|
75
|
+
/**
|
|
76
|
+
* This is the end result of any #Workspace SelectConnect rule. The outgoing dispatch message should include a context
|
|
77
|
+
* which is saved to the workspace (alongside any other previously saved contexts).
|
|
78
|
+
*/
|
|
79
|
+
.addCase(actions.listener, (state, action, cmd) => {
|
|
80
|
+
var _a;
|
|
81
|
+
const { context, uuid } = action.payload;
|
|
82
|
+
const { windowName } = state.resolver.clients[uuid];
|
|
83
|
+
// get current state, append/replace this new state, save to workspace
|
|
84
|
+
const originalData = (_a = state.workspace.persistedData[windowName]) !== null && _a !== void 0 ? _a : {};
|
|
85
|
+
if (context) {
|
|
86
|
+
const replacementData = Object.assign(Object.assign({}, originalData), { [context.type]: context });
|
|
87
|
+
state.workspace.persistedData[windowName] = replacementData;
|
|
88
|
+
cmd === null || cmd === void 0 ? void 0 : cmd.run(setComponentState, {
|
|
89
|
+
args: [{ field: "Interop-#Workspace-contexts", value: replacementData, windowName }],
|
|
90
|
+
});
|
|
91
|
+
}
|
|
92
|
+
});
|
|
93
|
+
};
|
|
94
|
+
export default {
|
|
95
|
+
getInitialState,
|
|
96
|
+
addReducerCases,
|
|
97
|
+
actions,
|
|
98
|
+
initialize,
|
|
99
|
+
};
|
|
100
|
+
//# sourceMappingURL=workspace.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workspace.js","sourceRoot":"","sources":["../../../../../../src/platform/services/Interop/modules/workspace.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { InteropStore, Destination, InteropBroadcastInternal } from "./types";
|
|
2
|
+
declare type TriggeredRule = InteropStore["root"]["testing"]["triggeredRules"][0];
|
|
3
|
+
export declare const selectConnect: (state: InteropStore, fsa: InteropBroadcastInternal, destinations: Destination[]) => [Destination[], TriggeredRule[]];
|
|
4
|
+
export {};
|
|
5
|
+
//# sourceMappingURL=selectConnect.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"selectConnect.d.ts","sourceRoot":"","sources":["../../../../../src/platform/services/Interop/selectConnect.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,WAAW,EAAsB,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAelG,aAAK,aAAa,GAAG,YAAY,CAAC,MAAM,CAAC,CAAC,SAAS,CAAC,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC;AA4K1E,eAAO,MAAM,aAAa,UAClB,YAAY,OACd,wBAAwB,gBACf,WAAW,EAAE,KACzB,CAAC,WAAW,EAAE,EAAE,aAAa,EAAE,CASjC,CAAC"}
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
import { filterForClientAuthorization } from "./modules/authorize";
|
|
2
|
+
import { isEqual } from "lodash";
|
|
3
|
+
import Logger from "../../../clients/logger";
|
|
4
|
+
const deepIndexOf = (arr, item) => {
|
|
5
|
+
for (var i = 0; i < arr.length; i++) {
|
|
6
|
+
const arrayItem = arr[i];
|
|
7
|
+
if (isEqual(arrayItem, item))
|
|
8
|
+
return i;
|
|
9
|
+
}
|
|
10
|
+
return -1;
|
|
11
|
+
};
|
|
12
|
+
const deDupe = (arr) => arr.filter((item, index) => deepIndexOf(arr, item) === index);
|
|
13
|
+
const triggeredRule = (state, rulePhase, result, rule, destination) => {
|
|
14
|
+
return {
|
|
15
|
+
rulePhase,
|
|
16
|
+
result,
|
|
17
|
+
uuid: destination.uuid,
|
|
18
|
+
rule,
|
|
19
|
+
destination,
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
const processBroadcastersRules = (state, fsa, destinations) => {
|
|
23
|
+
var _a, _b, _c, _d, _e;
|
|
24
|
+
const { uuid } = fsa.meta;
|
|
25
|
+
const rules = (_d = (_c = (_b = (_a = state.resolver.clients[uuid]) === null || _a === void 0 ? void 0 : _a.config) === null || _b === void 0 ? void 0 : _b.interop) === null || _c === void 0 ? void 0 : _c.selectConnect) !== null && _d !== void 0 ? _d : [];
|
|
26
|
+
let triggeredRules = [];
|
|
27
|
+
// Ensure that there is at least one destination. Without any destinations then generic rules that apply
|
|
28
|
+
// to the broadcaster would never run. This is a bit of a hack but can't find a more elegant approach.
|
|
29
|
+
destinations = destinations.length
|
|
30
|
+
? destinations
|
|
31
|
+
: [
|
|
32
|
+
{
|
|
33
|
+
type: "client",
|
|
34
|
+
routerChannel: "",
|
|
35
|
+
uuid: fsa.meta.uuid,
|
|
36
|
+
context: fsa.payload.context,
|
|
37
|
+
contextType: (_e = fsa.payload.context) === null || _e === void 0 ? void 0 : _e.type,
|
|
38
|
+
},
|
|
39
|
+
];
|
|
40
|
+
/**
|
|
41
|
+
* Loop through all the destination messages. Apply rules for the *broadcaster* against each destination.
|
|
42
|
+
* Any given destination may be left intact, or replaced if a "fwd" rule is triggered.
|
|
43
|
+
* The destinations may also expand if a "cc" rule is triggered.
|
|
44
|
+
*
|
|
45
|
+
* The resulting array of destinations may end up including dupes. These are removed by running a dedupe routine.
|
|
46
|
+
*/
|
|
47
|
+
const connectedDestinations = deDupe(destinations.flatMap((destination) => {
|
|
48
|
+
let connectedDestination = destination;
|
|
49
|
+
let ccDestinations = [];
|
|
50
|
+
rules.forEach((rule) => {
|
|
51
|
+
var _a;
|
|
52
|
+
const { contextType, cc, fwd, to, from, authorize } = rule;
|
|
53
|
+
// Proceed only if the rule's contextType matches the context we're broadcasting, or if the rule applies to any context
|
|
54
|
+
if (contextType && contextType !== ((_a = fsa.payload.context) === null || _a === void 0 ? void 0 : _a.type))
|
|
55
|
+
return;
|
|
56
|
+
// Proceed only if the rule targets the destination app/channel or targets all destinations
|
|
57
|
+
//if(to && to!==destination.appName) return;
|
|
58
|
+
// From rules can never apply to the broadcasting app
|
|
59
|
+
if (from)
|
|
60
|
+
return;
|
|
61
|
+
// cc and fwd current only support selectConnect destinations. In the future we might want to selectConnect directly to apps or channels.
|
|
62
|
+
if (cc) {
|
|
63
|
+
const ccDestination = {
|
|
64
|
+
type: "selectConnect",
|
|
65
|
+
name: cc,
|
|
66
|
+
uuid,
|
|
67
|
+
contextType: destination.contextType,
|
|
68
|
+
context: destination.context,
|
|
69
|
+
};
|
|
70
|
+
ccDestinations.push(ccDestination);
|
|
71
|
+
triggeredRules.push(triggeredRule(state, "broadcast", "cc", rule, ccDestination));
|
|
72
|
+
}
|
|
73
|
+
if (fwd) {
|
|
74
|
+
connectedDestination = {
|
|
75
|
+
type: "selectConnect",
|
|
76
|
+
name: fwd,
|
|
77
|
+
uuid,
|
|
78
|
+
contextType: destination.contextType,
|
|
79
|
+
context: destination.context,
|
|
80
|
+
};
|
|
81
|
+
triggeredRules.push(triggeredRule(state, "broadcast", "fwd", rule, connectedDestination));
|
|
82
|
+
}
|
|
83
|
+
});
|
|
84
|
+
return (connectedDestination ? [connectedDestination] : []).concat(ccDestinations);
|
|
85
|
+
}));
|
|
86
|
+
// Return the connected destinations, but eliminate the default broadcast destination if it still exists
|
|
87
|
+
const finalDestinations = connectedDestinations.filter((destination) => destination.type !== "client" || destination.routerChannel !== "");
|
|
88
|
+
Logger.debug("interopService.selectConnect.processBroadcastersRules", {
|
|
89
|
+
finalDestinations,
|
|
90
|
+
triggeredRules,
|
|
91
|
+
connectedDestinations,
|
|
92
|
+
rules,
|
|
93
|
+
});
|
|
94
|
+
return [finalDestinations, triggeredRules];
|
|
95
|
+
};
|
|
96
|
+
const processDestinationsRules = (state, fsa, destinations) => {
|
|
97
|
+
let triggeredRules = [];
|
|
98
|
+
const connectedDestinations = deDupe(destinations.flatMap((destination) => {
|
|
99
|
+
var _a, _b, _c, _d;
|
|
100
|
+
const name = destination.type === "client" ? destination.uuid : destination.name;
|
|
101
|
+
const rules = (_d = (_c = (_b = (_a = state.resolver.clients[name]) === null || _a === void 0 ? void 0 : _a.config) === null || _b === void 0 ? void 0 : _b.interop) === null || _c === void 0 ? void 0 : _c.selectConnect) !== null && _d !== void 0 ? _d : [];
|
|
102
|
+
let primaryDestination = destination;
|
|
103
|
+
let ccDestinations = [];
|
|
104
|
+
rules.forEach((rule) => {
|
|
105
|
+
const { contextType, cc, fwd, to, from, authorize } = rule;
|
|
106
|
+
// Proceed only if the rule's contextType matches the destination's listener, or the destination is listening for any context type, or if the rule applies to any context type
|
|
107
|
+
if (contextType && contextType !== destination.contextType && destination.contextType !== "*")
|
|
108
|
+
return;
|
|
109
|
+
// Proceed only if the rule targets the broadcasting app/channel or targets any broadcast
|
|
110
|
+
//if(from && from!==destination.appName) return;
|
|
111
|
+
// "to" rules don't apply for destinations
|
|
112
|
+
if (to)
|
|
113
|
+
return;
|
|
114
|
+
// cc and fwd current only support selectConnect destinations. In the future we might want to connect directly to apps or channels.
|
|
115
|
+
if (cc) {
|
|
116
|
+
const ccDestination = {
|
|
117
|
+
type: "selectConnect",
|
|
118
|
+
name: cc,
|
|
119
|
+
uuid: destination.uuid,
|
|
120
|
+
contextType,
|
|
121
|
+
context: fsa.payload.context,
|
|
122
|
+
};
|
|
123
|
+
ccDestinations.push(ccDestination);
|
|
124
|
+
triggeredRules.push(triggeredRule(state, "destination", "cc", rule, ccDestination));
|
|
125
|
+
}
|
|
126
|
+
if (fwd) {
|
|
127
|
+
primaryDestination = {
|
|
128
|
+
type: "selectConnect",
|
|
129
|
+
name: fwd,
|
|
130
|
+
uuid: destination.uuid,
|
|
131
|
+
contextType,
|
|
132
|
+
context: fsa.payload.context,
|
|
133
|
+
};
|
|
134
|
+
triggeredRules.push(triggeredRule(state, "destination", "fwd", rule, primaryDestination));
|
|
135
|
+
}
|
|
136
|
+
});
|
|
137
|
+
return (primaryDestination ? [primaryDestination] : []).concat(ccDestinations);
|
|
138
|
+
}));
|
|
139
|
+
return [connectedDestinations, triggeredRules];
|
|
140
|
+
};
|
|
141
|
+
const processAuthorizationRules = (state, fsa, destinations) => {
|
|
142
|
+
var _a;
|
|
143
|
+
const authorizedDesinationUuidList = filterForClientAuthorization({
|
|
144
|
+
state,
|
|
145
|
+
contextType: ((_a = fsa.payload.context) === null || _a === void 0 ? void 0 : _a.type) || "",
|
|
146
|
+
destinationClientUuidList: destinations.map((dest) => dest.uuid),
|
|
147
|
+
originClientUuid: fsa.meta.uuid,
|
|
148
|
+
});
|
|
149
|
+
return destinations.filter((dest) => authorizedDesinationUuidList === null || authorizedDesinationUuidList === void 0 ? void 0 : authorizedDesinationUuidList.includes(dest.uuid));
|
|
150
|
+
};
|
|
151
|
+
export const selectConnect = (state, fsa, destinations) => {
|
|
152
|
+
let triggeredRulesBroadcast = [];
|
|
153
|
+
let triggeredRulesDestination = [];
|
|
154
|
+
[destinations, triggeredRulesBroadcast] = processBroadcastersRules(state, fsa, destinations);
|
|
155
|
+
[destinations, triggeredRulesDestination] = processDestinationsRules(state, fsa, destinations);
|
|
156
|
+
destinations = processAuthorizationRules(state, fsa, destinations);
|
|
157
|
+
const finalTriggeredRules = triggeredRulesBroadcast.concat(triggeredRulesDestination);
|
|
158
|
+
return [destinations, finalTriggeredRules];
|
|
159
|
+
};
|
|
160
|
+
//# sourceMappingURL=selectConnect.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"selectConnect.js","sourceRoot":"","sources":["../../../../../src/platform/services/Interop/selectConnect.ts"],"names":[],"mappings":"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"}
|