@finsemble/finsemble-ui 10.0.0-iocd.8 → 10.0.3-beta.2
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 +1440 -1430
- package/FEA.d.ts.map +1 -1
- package/FEA.js +10 -10
- package/FEA.js.map +1 -1
- package/clients/Interop/FinsembleDesktopAgent.d.ts +235 -235
- package/clients/Interop/FinsembleDesktopAgent.d.ts.map +1 -1
- package/clients/Interop/FinsembleDesktopAgent.js +1331 -1308
- package/clients/Interop/FinsembleDesktopAgent.js.map +1 -1
- package/clients/Interop/InteropAdmin.d.ts +29 -29
- package/clients/Interop/InteropAdmin.js +98 -98
- package/clients/Interop/InteropAdmin.js.map +1 -1
- package/clients/Interop/index.d.ts +1 -1
- package/clients/Interop/index.js +2 -2
- package/clients/Interop/types.d.ts +445 -443
- package/clients/Interop/types.d.ts.map +1 -1
- package/clients/Interop/types.js +45 -45
- package/clients/Interop/types.js.map +1 -1
- package/clients/Startup/FSBLDesktop.d.ts +157 -157
- package/clients/Startup/FSBLDesktop.d.ts.map +1 -1
- package/clients/Startup/FSBLDesktop.js +447 -430
- package/clients/Startup/FSBLDesktop.js.map +1 -1
- package/clients/Startup/FSBLFreestanding.d.ts +27 -27
- package/clients/Startup/FSBLFreestanding.js +129 -129
- package/clients/Startup/FSBLFreestanding.js.map +1 -1
- package/clients/Startup/FSBLService.d.ts +7 -7
- package/clients/Startup/FSBLService.js +57 -57
- package/clients/Startup/RouterConfig.d.ts +37 -37
- package/clients/Startup/RouterConfig.d.ts.map +1 -1
- package/clients/Startup/RouterConfig.js +124 -115
- package/clients/Startup/RouterConfig.js.map +1 -1
- package/clients/Startup/SDDListeners.d.ts +11 -11
- package/clients/Startup/SDDListeners.d.ts.map +1 -1
- package/clients/Startup/SDDListeners.js +96 -96
- package/clients/Startup/SDDListeners.js.map +1 -1
- package/clients/Startup/Startup.d.ts +58 -58
- package/clients/Startup/Startup.js +101 -101
- package/clients/Startup/Startup.js.map +1 -1
- package/clients/Startup/index.d.ts +1 -1
- package/clients/Startup/index.js +2 -2
- package/clients/Startup/types.d.ts +81 -81
- package/clients/Startup/types.d.ts.map +1 -1
- package/clients/Startup/types.js +1 -1
- package/clients/Startup/unhandledErrors.d.ts +6 -6
- package/clients/Startup/unhandledErrors.d.ts.map +1 -1
- package/clients/Startup/unhandledErrors.js +77 -75
- package/clients/Startup/unhandledErrors.js.map +1 -1
- package/clients/Startup/windowStartup.d.ts +17 -17
- package/clients/Startup/windowStartup.d.ts.map +1 -1
- package/clients/Startup/windowStartup.js +491 -478
- package/clients/Startup/windowStartup.js.map +1 -1
- package/clients/StoreModel.d.ts +394 -394
- package/clients/StoreModel.d.ts.map +1 -1
- package/clients/StoreModel.js +906 -906
- package/clients/StoreModel.js.map +1 -1
- package/clients/appsClient.d.ts +618 -476
- package/clients/appsClient.d.ts.map +1 -1
- package/clients/appsClient.js +729 -710
- package/clients/appsClient.js.map +1 -1
- package/clients/authenticationClient.d.ts +190 -190
- package/clients/authenticationClient.d.ts.map +1 -1
- package/clients/authenticationClient.js +247 -247
- package/clients/authenticationClient.js.map +1 -1
- package/clients/configClient.d.ts +638 -638
- package/clients/configClient.d.ts.map +1 -1
- package/clients/configClient.js +969 -969
- package/clients/configClient.js.map +1 -1
- package/clients/controller/DialogManagerClientController.d.ts +77 -77
- package/clients/controller/DialogManagerClientController.js +215 -215
- package/clients/controller/DialogManagerClientController.js.map +1 -1
- package/clients/dialogManagerClient.d.ts +186 -186
- package/clients/dialogManagerClient.d.ts.map +1 -1
- package/clients/dialogManagerClient.js +479 -475
- package/clients/dialogManagerClient.js.map +1 -1
- package/clients/distributedStoreClient.d.ts +150 -151
- package/clients/distributedStoreClient.d.ts.map +1 -1
- package/clients/distributedStoreClient.js +256 -253
- package/clients/distributedStoreClient.js.map +1 -1
- package/clients/hotkeyClient.d.ts +128 -128
- package/clients/hotkeyClient.d.ts.map +1 -1
- package/clients/hotkeyClient.js +648 -648
- package/clients/hotkeyClient.js.map +1 -1
- package/clients/index.d.ts +16 -16
- package/clients/index.js +18 -18
- package/clients/launcherClient.d.ts +123 -123
- package/clients/launcherClient.d.ts.map +1 -1
- package/clients/launcherClient.js +64 -64
- package/clients/logger.d.ts +363 -363
- package/clients/logger.d.ts.map +1 -1
- package/clients/logger.js +940 -931
- package/clients/logger.js.map +1 -1
- package/clients/notificationClient.d.ts +310 -310
- package/clients/notificationClient.d.ts.map +1 -1
- package/clients/notificationClient.js +557 -557
- package/clients/notificationClient.js.map +1 -1
- package/clients/routerClient.d.ts +520 -520
- package/clients/routerClient.d.ts.map +1 -1
- package/clients/routerClient.js +1448 -1416
- package/clients/routerClient.js.map +1 -1
- package/clients/searchClient.d.ts +156 -156
- package/clients/searchClient.d.ts.map +1 -1
- package/clients/searchClient.js +282 -282
- package/clients/searchClient.js.map +1 -1
- package/clients/storageClient.d.ts +235 -235
- package/clients/storageClient.d.ts.map +1 -1
- package/clients/storageClient.js +308 -308
- package/clients/storageClient.js.map +1 -1
- package/clients/windowClient.d.ts +714 -712
- package/clients/windowClient.d.ts.map +1 -1
- package/clients/windowClient.js +1072 -1070
- package/clients/windowClient.js.map +1 -1
- package/clients/workspaceClient.d.ts +511 -511
- package/clients/workspaceClient.d.ts.map +1 -1
- package/clients/workspaceClient.js +758 -746
- package/clients/workspaceClient.js.map +1 -1
- package/common/Desktop.d.ts +56 -56
- package/common/Desktop.d.ts.map +1 -1
- package/common/Desktop.js +109 -97
- package/common/Desktop.js.map +1 -1
- package/common/FinsembleWindow.d.ts +823 -813
- package/common/FinsembleWindow.d.ts.map +1 -1
- package/common/FinsembleWindow.js +1458 -1416
- package/common/FinsembleWindow.js.map +1 -1
- package/common/Globals.d.ts +96 -96
- package/common/Globals.d.ts.map +1 -1
- package/common/Globals.js +29 -29
- package/common/Monitors.d.ts +160 -155
- package/common/Monitors.d.ts.map +1 -1
- package/common/Monitors.js +504 -447
- package/common/Monitors.js.map +1 -1
- package/common/Performance.d.ts +6 -6
- package/common/Performance.js +12 -12
- package/common/REST.d.ts +16 -16
- package/common/REST.js +84 -84
- package/common/REST.js.map +1 -1
- package/common/Singleton.d.ts +74 -72
- package/common/Singleton.d.ts.map +1 -1
- package/common/Singleton.js +95 -95
- package/common/Singleton.js.map +1 -1
- package/common/configUtil.d.ts +58 -58
- package/common/configUtil.d.ts.map +1 -1
- package/common/configUtil.js +347 -347
- package/common/configUtil.js.map +1 -1
- package/common/constants.d.ts +101 -101
- package/common/constants.js +171 -171
- package/common/dependencyManager.d.ts +170 -171
- package/common/dependencyManager.d.ts.map +1 -1
- package/common/dependencyManager.js +383 -383
- package/common/dependencyManager.js.map +1 -1
- package/common/events/FinsembleEvent.d.ts +29 -29
- package/common/events/FinsembleEvent.d.ts.map +1 -1
- package/common/events/FinsembleEvent.js +71 -71
- package/common/events/FinsembleEvent.js.map +1 -1
- package/common/events/PublicEventManager.d.ts +69 -68
- package/common/events/PublicEventManager.d.ts.map +1 -1
- package/common/events/PublicEventManager.js +192 -192
- package/common/events/PublicEventManager.js.map +1 -1
- package/common/index.d.ts +3 -3
- package/common/index.js +5 -5
- package/common/redux/getRemoteStore.d.ts +53 -53
- package/common/redux/getRemoteStore.d.ts.map +1 -1
- package/common/redux/getRemoteStore.js +50 -50
- package/common/redux/remoteReduxEnhancer.d.ts +28 -28
- package/common/redux/remoteReduxEnhancer.d.ts.map +1 -1
- package/common/redux/remoteReduxEnhancer.js +228 -218
- package/common/redux/remoteReduxEnhancer.js.map +1 -1
- package/common/redux/types.d.ts +26 -26
- package/common/redux/types.d.ts.map +1 -1
- package/common/redux/types.js +1 -1
- package/common/system.d.ts +328 -308
- package/common/system.d.ts.map +1 -1
- package/common/system.js +559 -545
- package/common/system.js.map +1 -1
- package/common/systemManagerClient.d.ts +91 -91
- package/common/systemManagerClient.d.ts.map +1 -1
- package/common/systemManagerClient.js +189 -189
- package/common/systemManagerClient.js.map +1 -1
- package/common/testPoint.d.ts +56 -56
- package/common/testPoint.js +105 -105
- package/common/testPoint.js.map +1 -1
- package/common/toast.d.ts +35 -35
- package/common/toast.d.ts.map +1 -1
- package/common/toast.js +93 -87
- package/common/toast.js.map +1 -1
- package/common/util.d.ts +141 -136
- package/common/util.d.ts.map +1 -1
- package/common/util.js +458 -445
- package/common/util.js.map +1 -1
- package/deprecated/SmartDesktopClient.d.ts +18 -18
- package/deprecated/SmartDesktopClient.js +18 -18
- package/deprecated/baseClient.d.ts +87 -87
- package/deprecated/baseClient.d.ts.map +1 -1
- package/deprecated/baseClient.js +123 -123
- package/deprecated/baseClient.js.map +1 -1
- package/deprecated/deprecatedFunctions.d.ts +44 -44
- package/deprecated/deprecatedFunctions.d.ts.map +1 -1
- package/deprecated/deprecatedFunctions.js +199 -199
- package/deprecated/deprecatedFunctions.js.map +1 -1
- package/deprecated/deprecatedlauncherClient.d.ts +162 -162
- package/deprecated/deprecatedlauncherClient.d.ts.map +1 -1
- package/deprecated/deprecatedlauncherClient.js +285 -285
- package/deprecated/deprecatedlauncherClient.js.map +1 -1
- package/deprecated/dragAndDropClient.d.ts +288 -288
- package/deprecated/dragAndDropClient.d.ts.map +1 -1
- package/deprecated/dragAndDropClient.js +753 -698
- package/deprecated/dragAndDropClient.js.map +1 -1
- package/deprecated/index.d.ts +1 -1
- package/deprecated/index.d.ts.map +1 -1
- package/deprecated/index.js +1 -1
- package/deprecated/legacyUIComponentNames.d.ts +23 -23
- package/deprecated/legacyUIComponentNames.js +23 -23
- package/deprecated/linkerClient.d.ts +422 -422
- package/deprecated/linkerClient.d.ts.map +1 -1
- package/deprecated/linkerClient.js +892 -892
- package/deprecated/linkerClient.js.map +1 -1
- package/index.d.ts +65 -70
- package/index.d.ts.map +1 -1
- package/index.js +3 -5
- package/index.js.map +1 -1
- package/main.d.ts +725 -862
- package/main.d.ts.map +1 -1
- package/main.js +85 -85
- package/package.json +10 -14
- package/platform/preloads/BloombergBridgeClient.d.ts +453 -453
- package/platform/preloads/BloombergBridgeClient.d.ts.map +1 -1
- package/platform/preloads/BloombergBridgeClient.js +568 -568
- package/platform/preloads/BloombergBridgeClient.js.map +1 -1
- package/platform/services/Interop/AuthSignVerify.d.ts +50 -50
- package/platform/services/Interop/AuthSignVerify.js +283 -283
- package/platform/services/Interop/AuthSignVerify.js.map +1 -1
- package/platform/services/Interop/modules/actions.d.ts +16 -16
- package/platform/services/Interop/modules/actions.js +10 -10
- package/platform/services/Interop/modules/types.d.ts +182 -182
- package/platform/services/Interop/modules/types.d.ts.map +1 -1
- package/platform/services/Interop/modules/types.js +1 -1
- package/platform/services/Interop/types.d.ts +634 -632
- package/platform/services/Interop/types.d.ts.map +1 -1
- package/platform/services/Interop/types.js +25 -25
- package/platform/services/Interop/types.js.map +1 -1
- package/platform/services/baseService.d.ts +82 -82
- package/platform/services/baseService.d.ts.map +1 -1
- package/platform/services/baseService.js +300 -300
- package/platform/services/baseService.js.map +1 -1
- package/platform/services/bloombergBridge/lib/types.d.ts +108 -108
- package/platform/services/bloombergBridge/lib/types.d.ts.map +1 -1
- package/platform/services/bloombergBridge/lib/types.js +39 -39
- package/platform/services/config/types.d.ts +42 -42
- package/platform/services/config/types.d.ts.map +1 -1
- package/platform/services/config/types.js +1 -1
- package/platform/services/distributedStore/storeUtils.d.ts +67 -67
- package/platform/services/distributedStore/storeUtils.d.ts.map +1 -1
- package/platform/services/distributedStore/storeUtils.js +238 -238
- package/platform/services/distributedStore/storeUtils.js.map +1 -1
- package/platform/services/index.d.ts +5 -5
- package/platform/services/index.js +9 -9
- package/platform/services/logger/types.d.ts +78 -78
- package/platform/services/logger/types.d.ts.map +1 -1
- package/platform/services/logger/types.js +1 -1
- package/platform/services/notification/index.d.ts +1 -1
- package/platform/services/notification/index.js +2 -2
- package/platform/services/notification/types/Action.d.ts +12 -12
- package/platform/services/notification/types/Action.js +7 -7
- package/platform/services/notification/types/ActionTypes.d.ts +16 -16
- package/platform/services/notification/types/ActionTypes.js +18 -18
- package/platform/services/notification/types/Callbacks.d.ts +7 -7
- package/platform/services/notification/types/Callbacks.js +1 -1
- package/platform/services/notification/types/Filter.d.ts +22 -22
- package/platform/services/notification/types/Filter.js +19 -19
- package/platform/services/notification/types/IAction.d.ts +51 -51
- package/platform/services/notification/types/IAction.js +1 -1
- package/platform/services/notification/types/IFilter.d.ts +24 -24
- package/platform/services/notification/types/IFilter.js +1 -1
- package/platform/services/notification/types/ILastIssued.d.ts +8 -8
- package/platform/services/notification/types/ILastIssued.js +1 -1
- package/platform/services/notification/types/IMuteFilter.d.ts +7 -7
- package/platform/services/notification/types/IMuteFilter.js +4 -4
- package/platform/services/notification/types/INotification.d.ts +100 -100
- package/platform/services/notification/types/INotification.d.ts.map +1 -1
- package/platform/services/notification/types/INotification.js +1 -1
- package/platform/services/notification/types/INotificationClient.d.ts +94 -94
- package/platform/services/notification/types/INotificationClient.js +1 -1
- package/platform/services/notification/types/INotificationHistoryOptions.d.ts +18 -18
- package/platform/services/notification/types/INotificationHistoryOptions.d.ts.map +1 -1
- package/platform/services/notification/types/INotificationHistoryOptions.js +1 -1
- package/platform/services/notification/types/INotificationService.d.ts +57 -57
- package/platform/services/notification/types/INotificationService.js +1 -1
- package/platform/services/notification/types/IPerformedAction.d.ts +9 -9
- package/platform/services/notification/types/IPerformedAction.js +1 -1
- package/platform/services/notification/types/ISnoozeTimer.d.ts +13 -13
- package/platform/services/notification/types/ISnoozeTimer.js +9 -9
- package/platform/services/notification/types/ISubscription.d.ts +15 -15
- package/platform/services/notification/types/ISubscription.js +1 -1
- package/platform/services/notification/types/LastIssued.d.ts +10 -10
- package/platform/services/notification/types/LastIssued.js +6 -6
- package/platform/services/notification/types/Meta.d.ts +12 -12
- package/platform/services/notification/types/Meta.js +6 -6
- package/platform/services/notification/types/Notification.d.ts +29 -29
- package/platform/services/notification/types/Notification.js +16 -16
- package/platform/services/notification/types/NotificationConfig.d.ts +21 -21
- package/platform/services/notification/types/NotificationConfig.js +1 -1
- package/platform/services/notification/types/NotificationHookTypes.d.ts +6 -6
- package/platform/services/notification/types/NotificationHookTypes.js +1 -1
- package/platform/services/notification/types/PerformedAction.d.ts +10 -10
- package/platform/services/notification/types/PerformedAction.js +7 -7
- package/platform/services/notification/types/SnoozeTimer.d.ts +7 -7
- package/platform/services/notification/types/SnoozeTimer.js +2 -2
- package/platform/services/notification/types/Subscription.d.ts +13 -13
- package/platform/services/notification/types/Subscription.js +14 -14
- package/platform/services/notification/types/index.d.ts +45 -45
- package/platform/services/notification/types/index.d.ts.map +1 -1
- package/platform/services/notification/types/index.js +23 -23
- package/platform/services/router/routerTransport.d.ts +80 -80
- package/platform/services/router/routerTransport.d.ts.map +1 -1
- package/platform/services/router/routerTransport.js +486 -476
- package/platform/services/router/routerTransport.js.map +1 -1
- package/platform/services/router/types.d.ts +214 -212
- package/platform/services/router/types.d.ts.map +1 -1
- package/platform/services/router/types.js +1 -1
- package/platform/services/search/index.d.ts +1 -1
- package/platform/services/search/index.js +2 -2
- package/platform/services/search/types.d.ts +29 -29
- package/platform/services/search/types.d.ts.map +1 -1
- package/platform/services/search/types.js +1 -1
- package/platform/services/storage/adapters/base.d.ts +3 -3
- package/platform/services/storage/adapters/base.js +63 -63
- package/platform/services/storage/adapters/base.js.map +1 -1
- package/platform/services/storage/adapters/types.d.ts +21 -21
- package/platform/services/storage/adapters/types.d.ts.map +1 -1
- package/platform/services/storage/adapters/types.js +1 -1
- package/platform/services/systemManager/_constants.d.ts +9 -9
- package/platform/services/systemManager/_constants.js +22 -22
- package/platform/services/systemManager/common.d.ts +13 -13
- package/platform/services/systemManager/common.js +19 -19
- package/platform/services/systemManager/types.d.ts +49 -48
- package/platform/services/systemManager/types.d.ts.map +1 -1
- package/platform/services/systemManager/types.js +11 -11
- package/platform/services/types.d.ts +10 -10
- package/platform/services/types.d.ts.map +1 -1
- package/platform/services/types.js +9 -9
- package/platform/services/window/index.d.ts +1 -1
- package/platform/services/window/index.js +2 -2
- package/platform/services/window/modules/actions.d.ts +76 -70
- package/platform/services/window/modules/actions.d.ts.map +1 -1
- package/platform/services/window/modules/actions.js +67 -62
- package/platform/services/window/modules/actions.js.map +1 -1
- package/platform/services/window/types.d.ts +1211 -1194
- package/platform/services/window/types.d.ts.map +1 -1
- package/platform/services/window/types.js +6 -1
- package/platform/services/window/types.js.map +1 -1
- package/platform/services/workspace/index.d.ts +1 -1
- package/platform/services/workspace/index.js +2 -2
- package/platform/services/workspace/types.d.ts +78 -78
- package/platform/services/workspace/types.d.ts.map +1 -1
- package/platform/services/workspace/types.js +1 -1
- package/platform/services/workspace/workspaceAdminAPI.d.ts +26 -26
- package/platform/services/workspace/workspaceAdminAPI.d.ts.map +1 -1
- package/platform/services/workspace/workspaceAdminAPI.js +44 -44
- package/platform/services/workspace/workspaceAdminAPI.js.map +1 -1
- package/react/actions/favoriteActions.d.ts +21 -21
- package/react/actions/favoriteActions.d.ts.map +1 -1
- package/react/actions/favoriteActions.js +8 -8
- package/react/actions/linkerActions.d.ts +48 -48
- package/react/actions/linkerActions.d.ts.map +1 -1
- package/react/actions/linkerActions.js +8 -8
- package/react/actions/menuActions.d.ts +16 -16
- package/react/actions/menuActions.d.ts.map +1 -1
- package/react/actions/menuActions.js +9 -9
- package/react/actions/rootActions.d.ts +9 -9
- package/react/actions/rootActions.d.ts.map +1 -1
- package/react/actions/rootActions.js +2 -2
- package/react/actions/searchActions.d.ts +12 -12
- package/react/actions/searchActions.d.ts.map +1 -1
- package/react/actions/searchActions.js +7 -7
- package/react/actions/smartDesktopDesignerActions.d.ts +56 -56
- package/react/actions/smartDesktopDesignerActions.d.ts.map +1 -1
- package/react/actions/smartDesktopDesignerActions.js +27 -27
- package/react/actions/toolbarActions.d.ts +61 -61
- package/react/actions/toolbarActions.d.ts.map +1 -1
- package/react/actions/toolbarActions.js +24 -24
- package/react/actions/workspaceActions.d.ts +11 -11
- package/react/actions/workspaceActions.d.ts.map +1 -1
- package/react/actions/workspaceActions.js +6 -6
- package/react/assets/css/advancedAppLauncher.css +1 -1
- package/react/assets/css/appCatalog.css +4 -4
- package/react/assets/css/dialogs.css +2 -6
- package/react/assets/css/favorites.css +1 -3
- package/react/assets/css/finsemble.css +0 -1
- package/react/assets/css/font-finance.css +4 -282
- package/react/assets/css/menus.css +5 -1
- package/react/assets/css/search.css +1 -2
- package/react/assets/css/toolbar.css +9 -1
- package/react/assets/css/userPreferences.css +1 -1
- package/react/components/FinsembleCSS.d.ts +17 -17
- package/react/components/FinsembleCSS.d.ts.map +1 -1
- package/react/components/FinsembleCSS.js +27 -26
- package/react/components/FinsembleCSS.js.map +1 -1
- package/react/components/FinsembleProvider.d.ts +28 -28
- package/react/components/FinsembleProvider.d.ts.map +1 -1
- package/react/components/FinsembleProvider.js +33 -33
- package/react/components/appCatalog/AppCatalog.d.ts +13 -13
- package/react/components/appCatalog/AppCatalog.d.ts.map +1 -1
- package/react/components/appCatalog/AppCatalog.js +33 -33
- package/react/components/appCatalog/AppCatalogComponent.d.ts +98 -98
- package/react/components/appCatalog/AppCatalogComponent.d.ts.map +1 -1
- package/react/components/appCatalog/AppCatalogComponent.js +307 -307
- package/react/components/appCatalog/AppCatalogComponent.js.map +1 -1
- package/react/components/appCatalog/components/AppCard.d.ts +64 -64
- package/react/components/appCatalog/components/AppCard.d.ts.map +1 -1
- 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 +8 -8
- package/react/components/appCatalog/components/AppList.d.ts.map +1 -1
- 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 +25 -21
- package/react/components/appCatalog/components/AppResults.d.ts.map +1 -1
- 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 +42 -42
- package/react/components/appCatalog/components/Carousel.d.ts.map +1 -1
- 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 +11 -7
- package/react/components/appCatalog/components/EmptyResults.d.ts.map +1 -1
- package/react/components/appCatalog/components/EmptyResults.js +12 -12
- package/react/components/appCatalog/components/Hero.d.ts +42 -42
- package/react/components/appCatalog/components/Hero.d.ts.map +1 -1
- 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 +29 -21
- package/react/components/appCatalog/components/Home.d.ts.map +1 -1
- package/react/components/appCatalog/components/Home.js +28 -28
- package/react/components/appCatalog/components/SearchBar.d.ts +57 -57
- 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 +15 -11
- package/react/components/appCatalog/components/Showcase/AppDescription.d.ts.map +1 -1
- package/react/components/appCatalog/components/Showcase/AppDescription.js +15 -15
- package/react/components/appCatalog/components/Showcase/AppDevNotes.d.ts +18 -14
- package/react/components/appCatalog/components/Showcase/AppDevNotes.d.ts.map +1 -1
- package/react/components/appCatalog/components/Showcase/AppDevNotes.js +30 -30
- package/react/components/appCatalog/components/Showcase/AppShowcase.d.ts +37 -37
- package/react/components/appCatalog/components/Showcase/AppShowcase.d.ts.map +1 -1
- 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 +21 -21
- package/react/components/appCatalog/components/Showcase/Header.d.ts.map +1 -1
- package/react/components/appCatalog/components/Showcase/Header.js +58 -58
- 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 -1
- package/react/components/appCatalog/components/Showcase/ImageCarousel.js +25 -25
- package/react/components/appCatalog/components/Showcase/Modal.d.ts +18 -18
- package/react/components/appCatalog/components/Showcase/Modal.d.ts.map +1 -1
- 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 -1
- package/react/components/appCatalog/components/Showcase/ReleaseNotes.js +18 -18
- package/react/components/appCatalog/components/Showcase/SupportNotes.d.ts +12 -11
- package/react/components/appCatalog/components/Showcase/SupportNotes.d.ts.map +1 -1
- package/react/components/appCatalog/components/Showcase/SupportNotes.js +26 -26
- package/react/components/appCatalog/components/Showcase/VersionNotes.d.ts +10 -9
- package/react/components/appCatalog/components/Showcase/VersionNotes.d.ts.map +1 -1
- package/react/components/appCatalog/components/Showcase/VersionNotes.js +21 -21
- package/react/components/appCatalog/components/Showcase/defaults.d.ts +3 -3
- package/react/components/appCatalog/components/Showcase/defaults.js +3 -3
- package/react/components/appCatalog/components/Toast.d.ts +15 -11
- package/react/components/appCatalog/components/Toast.d.ts.map +1 -1
- 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 +2 -2
- 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 +1 -1
- package/react/components/appCatalog/index.js +1 -1
- package/react/components/appCatalog/modules/AppDirectory.d.ts +12 -12
- package/react/components/appCatalog/modules/AppDirectory.d.ts.map +1 -1
- package/react/components/appCatalog/modules/AppDirectory.js +10 -10
- package/react/components/appCatalog/modules/FDC3.d.ts +51 -51
- 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 +9 -9
- package/react/components/appCatalog/stores/appStore.js +47 -47
- package/react/components/appCatalog/stores/appStore.js.map +1 -1
- package/react/components/appCatalog/stores/storeActions.d.ts +145 -145
- package/react/components/appCatalog/stores/storeActions.d.ts.map +1 -1
- package/react/components/appCatalog/stores/storeActions.js +423 -423
- package/react/components/appCatalog/stores/storeActions.js.map +1 -1
- package/react/components/bloomberg/BloombergFDC3.d.ts +3 -3
- package/react/components/bloomberg/BloombergFDC3.d.ts.map +1 -1
- package/react/components/bloomberg/BloombergFDC3.js +71 -71
- package/react/components/bloomberg/BloombergFDC3.js.map +1 -1
- package/react/components/bloomberg/BloombergLink.d.ts +11 -11
- package/react/components/bloomberg/BloombergLink.d.ts.map +1 -1
- package/react/components/bloomberg/BloombergLink.js +48 -48
- package/react/components/bloomberg/BloombergLink.js.map +1 -1
- package/react/components/bloomberg/BloombergRelay.d.ts +9 -9
- package/react/components/bloomberg/BloombergRelay.d.ts.map +1 -1
- package/react/components/bloomberg/BloombergRelay.js +74 -68
- package/react/components/bloomberg/BloombergRelay.js.map +1 -1
- package/react/components/common/Button.d.ts +35 -35
- package/react/components/common/Button.js +21 -21
- package/react/components/common/Button.js.map +1 -1
- package/react/components/common/ButtonIcon.d.ts +4 -4
- package/react/components/common/ButtonIcon.js +11 -11
- package/react/components/common/ButtonIcon.js.map +1 -1
- package/react/components/common/ButtonRow.d.ts +15 -15
- package/react/components/common/ButtonRow.js +24 -24
- package/react/components/common/ButtonRow.js.map +1 -1
- package/react/components/common/Checkbox.d.ts +12 -12
- package/react/components/common/Checkbox.js +19 -19
- package/react/components/common/Checkbox.js.map +1 -1
- package/react/components/common/ContextMenu.d.ts +13 -13
- package/react/components/common/ContextMenu.d.ts.map +1 -1
- package/react/components/common/ContextMenu.js +62 -62
- package/react/components/common/ContextMenu.js.map +1 -1
- package/react/components/common/Dropdown.d.ts +14 -14
- package/react/components/common/Dropdown.d.ts.map +1 -1
- package/react/components/common/Dropdown.js +82 -82
- package/react/components/common/Dropdown.js.map +1 -1
- package/react/components/common/DropdownButton.d.ts +10 -10
- package/react/components/common/DropdownButton.d.ts.map +1 -1
- package/react/components/common/DropdownButton.js +52 -52
- package/react/components/common/DropdownButton.js.map +1 -1
- package/react/components/common/ErrorBoundary.d.ts +35 -35
- package/react/components/common/ErrorBoundary.d.ts.map +1 -1
- package/react/components/common/ErrorBoundary.js +43 -43
- package/react/components/common/ErrorBoundary.js.map +1 -1
- package/react/components/common/FinsembleIcon.d.ts +20 -20
- package/react/components/common/FinsembleIcon.d.ts.map +1 -1
- package/react/components/common/FinsembleIcon.js +150 -150
- package/react/components/common/FinsembleIcon.js.map +1 -1
- package/react/components/common/FinsembleToggle.d.ts +9 -9
- package/react/components/common/FinsembleToggle.d.ts.map +1 -1
- package/react/components/common/FinsembleToggle.js +11 -11
- package/react/components/common/FinsembleToggleButtonBar.d.ts +15 -15
- package/react/components/common/FinsembleToggleButtonBar.d.ts.map +1 -1
- package/react/components/common/FinsembleToggleButtonBar.js +39 -39
- package/react/components/common/FinsembleToggleButtonBar.js.map +1 -1
- package/react/components/common/Header.d.ts +13 -13
- package/react/components/common/Header.d.ts.map +1 -1
- package/react/components/common/Header.js +20 -20
- package/react/components/common/Header.js.map +1 -1
- package/react/components/common/TimeSelect.d.ts +16 -16
- package/react/components/common/TimeSelect.d.ts.map +1 -1
- package/react/components/common/TimeSelect.js +173 -173
- package/react/components/common/TimeSelect.js.map +1 -1
- package/react/components/common/css/icon.css +0 -2
- package/react/components/common/loadCSSAsStyle.d.ts +3 -0
- package/react/components/common/loadCSSAsStyle.d.ts.map +1 -0
- package/react/components/common/loadCSSAsStyle.js +18 -0
- package/react/components/common/loadCSSAsStyle.js.map +1 -0
- package/react/components/downloadManager/DownloadItem.d.ts +14 -14
- package/react/components/downloadManager/DownloadItem.d.ts.map +1 -1
- package/react/components/downloadManager/DownloadItem.js +76 -76
- package/react/components/downloadManager/DownloadItem.js.map +1 -1
- package/react/components/downloadManager/DownloadManager.d.ts +9 -9
- package/react/components/downloadManager/DownloadManager.d.ts.map +1 -1
- package/react/components/downloadManager/DownloadManager.js +39 -39
- package/react/components/downloadManager/DownloadManager.js.map +1 -1
- package/react/components/downloadManager/index.d.ts +1 -1
- package/react/components/downloadManager/index.js +1 -1
- package/react/components/favorites/FavoriteMaker.d.ts +17 -17
- package/react/components/favorites/FavoriteMaker.d.ts.map +1 -1
- package/react/components/favorites/FavoriteMaker.js +41 -41
- package/react/components/favorites/FavoriteMaker.js.map +1 -1
- package/react/components/favorites/FavoritesShell.d.ts +7 -7
- package/react/components/favorites/FavoritesShell.d.ts.map +1 -1
- package/react/components/favorites/FavoritesShell.js +40 -40
- package/react/components/favorites/FavoritesShell.js.map +1 -1
- package/react/components/fdc3Resolver/ResolverContainer.d.ts +12 -8
- package/react/components/fdc3Resolver/ResolverContainer.d.ts.map +1 -1
- package/react/components/fdc3Resolver/ResolverContainer.js +98 -98
- package/react/components/fdc3Resolver/ResolverContainer.js.map +1 -1
- package/react/components/fdc3Resolver/ResolverDialog.d.ts +31 -31
- package/react/components/fdc3Resolver/ResolverDialog.d.ts.map +1 -1
- package/react/components/fdc3Resolver/ResolverDialog.js +167 -164
- package/react/components/fdc3Resolver/ResolverDialog.js.map +1 -1
- package/react/components/fdc3Resolver/index.d.ts +1 -1
- package/react/components/fdc3Resolver/index.js +1 -1
- package/react/components/icon/Icon.d.ts +21 -21
- package/react/components/icon/Icon.d.ts.map +1 -1
- package/react/components/icon/Icon.js +102 -102
- package/react/components/icon/Icon.js.map +1 -1
- package/react/components/icon/index.d.ts +1 -1
- package/react/components/icon/index.js +1 -1
- package/react/components/index.d.ts +28 -28
- package/react/components/index.js +28 -28
- package/react/components/legacyControls/FinsembleDialog.d.ts +18 -18
- package/react/components/legacyControls/FinsembleDialog.d.ts.map +1 -1
- package/react/components/legacyControls/FinsembleDialog.js +47 -47
- package/react/components/legacyControls/FinsembleDialog.js.map +1 -1
- package/react/components/legacyControls/FinsembleDialogButton.d.ts +16 -16
- package/react/components/legacyControls/FinsembleDialogButton.d.ts.map +1 -1
- package/react/components/legacyControls/FinsembleDialogButton.js +21 -21
- package/react/components/legacyControls/FinsembleDialogButton.js.map +1 -1
- package/react/components/legacyControls/FinsembleDialogQuestion.d.ts +14 -14
- package/react/components/legacyControls/FinsembleDialogQuestion.d.ts.map +1 -1
- package/react/components/legacyControls/FinsembleDialogQuestion.js +16 -16
- package/react/components/legacyControls/FinsembleDialogTextInput.d.ts +22 -22
- package/react/components/legacyControls/FinsembleDialogTextInput.d.ts.map +1 -1
- package/react/components/legacyControls/FinsembleDialogTextInput.js +64 -64
- package/react/components/legacyControls/FinsembleDialogTextInput.js.map +1 -1
- package/react/components/legacyControls/FinsembleDnDContext.d.ts +46 -46
- package/react/components/legacyControls/FinsembleDnDContext.d.ts.map +1 -1
- package/react/components/legacyControls/FinsembleDnDContext.js +308 -308
- package/react/components/legacyControls/FinsembleDnDContext.js.map +1 -1
- package/react/components/legacyControls/FinsembleDraggable.d.ts +15 -15
- package/react/components/legacyControls/FinsembleDraggable.d.ts.map +1 -1
- package/react/components/legacyControls/FinsembleDraggable.js +21 -21
- package/react/components/legacyControls/FinsembleDraggable.js.map +1 -1
- package/react/components/linker/LinkerMenu.d.ts +10 -6
- package/react/components/linker/LinkerMenu.d.ts.map +1 -1
- package/react/components/linker/LinkerMenu.js +155 -155
- package/react/components/linker/LinkerMenu.js.map +1 -1
- package/react/components/linker/LinkerMenuDeprecated.d.ts +13 -7
- package/react/components/linker/LinkerMenuDeprecated.d.ts.map +1 -1
- package/react/components/linker/LinkerMenuDeprecated.js +38 -38
- package/react/components/linker/LinkerMenuDeprecated.js.map +1 -1
- package/react/components/linker/index.d.ts +1 -1
- package/react/components/linker/index.js +1 -1
- package/react/components/linker/remoteRedux.d.ts +3 -3
- package/react/components/linker/remoteRedux.d.ts.map +1 -1
- package/react/components/linker/remoteRedux.js +10 -9
- package/react/components/linker/remoteRedux.js.map +1 -1
- package/react/components/menu/Menu.d.ts +29 -29
- package/react/components/menu/Menu.d.ts.map +1 -1
- 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 -1
- package/react/components/menu/MenuAutoResizer.js +125 -67
- package/react/components/menu/MenuAutoResizer.js.map +1 -1
- package/react/components/menu/MenuContent.d.ts +11 -11
- package/react/components/menu/MenuContent.d.ts.map +1 -1
- package/react/components/menu/MenuContent.js +14 -14
- package/react/components/menu/MenuHotKey.d.ts +20 -20
- package/react/components/menu/MenuHotKey.d.ts.map +1 -1
- package/react/components/menu/MenuHotKey.js +45 -45
- package/react/components/menu/MenuHotKey.js.map +1 -1
- package/react/components/menu/MenuItem.d.ts +19 -19
- package/react/components/menu/MenuItem.d.ts.map +1 -1
- package/react/components/menu/MenuItem.js +28 -21
- package/react/components/menu/MenuItem.js.map +1 -1
- package/react/components/menu/MenuPortal.d.ts +7 -7
- package/react/components/menu/MenuPortal.d.ts.map +1 -1
- package/react/components/menu/MenuPortal.js +321 -245
- package/react/components/menu/MenuPortal.js.map +1 -1
- package/react/components/menu/MenuShell.d.ts +31 -31
- package/react/components/menu/MenuShell.d.ts.map +1 -1
- package/react/components/menu/MenuShell.js +47 -47
- package/react/components/menu/MenuToggle.d.ts +7 -7
- package/react/components/menu/MenuToggle.d.ts.map +1 -1
- package/react/components/menu/MenuToggle.js +19 -18
- package/react/components/menu/MenuToggle.js.map +1 -1
- package/react/components/menu/index.d.ts +5 -5
- package/react/components/menu/index.js +5 -5
- package/react/components/menu/keyboardNavigation.d.ts +13 -13
- package/react/components/menu/keyboardNavigation.d.ts.map +1 -1
- package/react/components/menu/keyboardNavigation.js +197 -195
- package/react/components/menu/keyboardNavigation.js.map +1 -1
- package/react/components/menu/menuContext.d.ts +16 -17
- package/react/components/menu/menuContext.d.ts.map +1 -1
- package/react/components/menu/menuContext.js +8 -8
- package/react/components/menu/menuHelpers.d.ts +32 -32
- package/react/components/menu/menuHelpers.d.ts.map +1 -1
- package/react/components/menu/menuHelpers.js +112 -112
- package/react/components/menu/menuHelpers.js.map +1 -1
- package/react/components/notifications/components/NoNotifications.d.ts +3 -3
- package/react/components/notifications/components/NoNotifications.d.ts.map +1 -1
- package/react/components/notifications/components/NoNotifications.js +4 -4
- package/react/components/notifications/components/notificationsCenter/NotificationCenterUtils.d.ts +18 -18
- package/react/components/notifications/components/notificationsCenter/NotificationCenterUtils.d.ts.map +1 -1
- package/react/components/notifications/components/notificationsCenter/NotificationCenterUtils.js +83 -83
- package/react/components/notifications/components/notificationsCenter/NotificationCenterUtils.js.map +1 -1
- package/react/components/notifications/components/notificationsCenter/NotificationsCenter.d.ts +5 -5
- package/react/components/notifications/components/notificationsCenter/NotificationsCenter.d.ts.map +1 -1
- package/react/components/notifications/components/notificationsCenter/NotificationsCenter.js +44 -44
- package/react/components/notifications/components/notificationsCenter/NotificationsCenter.js.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/CardView.d.ts +4 -4
- package/react/components/notifications/components/notificationsCenter/components/CardView.d.ts.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/CardView.js +91 -91
- package/react/components/notifications/components/notificationsCenter/components/CardView.js.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/Drawer.d.ts +7 -7
- package/react/components/notifications/components/notificationsCenter/components/Drawer.d.ts.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/Drawer.js +4 -4
- package/react/components/notifications/components/notificationsCenter/components/DrawerControls.d.ts +3 -3
- package/react/components/notifications/components/notificationsCenter/components/DrawerControls.d.ts.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/DrawerControls.js +93 -93
- package/react/components/notifications/components/notificationsCenter/components/DrawerControls.js.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/DrawerHeader.d.ts +7 -7
- package/react/components/notifications/components/notificationsCenter/components/DrawerHeader.d.ts.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/DrawerHeader.js +80 -77
- package/react/components/notifications/components/notificationsCenter/components/DrawerHeader.js.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/ListView.d.ts +14 -14
- package/react/components/notifications/components/notificationsCenter/components/ListView.d.ts.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/ListView.js +150 -150
- package/react/components/notifications/components/notificationsCenter/components/ListView.js.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/NotificationCenterMainView.d.ts +18 -18
- package/react/components/notifications/components/notificationsCenter/components/NotificationCenterMainView.d.ts.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/NotificationCenterMainView.js +68 -68
- package/react/components/notifications/components/notificationsCenter/components/NotificationCenterMainView.js.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/NotificationDetailsView.d.ts +6 -6
- package/react/components/notifications/components/notificationsCenter/components/NotificationDetailsView.d.ts.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/NotificationDetailsView.js +63 -63
- package/react/components/notifications/components/notificationsCenter/components/NotificationDetailsView.js.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/NotificationsCenterWindow.d.ts +9 -9
- package/react/components/notifications/components/notificationsCenter/components/NotificationsCenterWindow.d.ts.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/NotificationsCenterWindow.js +312 -303
- package/react/components/notifications/components/notificationsCenter/components/NotificationsCenterWindow.js.map +1 -1
- package/react/components/notifications/components/notificationsToasts/NotificationsToasts.d.ts +4 -4
- package/react/components/notifications/components/notificationsToasts/NotificationsToasts.d.ts.map +1 -1
- package/react/components/notifications/components/notificationsToasts/NotificationsToasts.js +220 -220
- package/react/components/notifications/components/notificationsToasts/NotificationsToasts.js.map +1 -1
- package/react/components/notifications/components/shared/CheckButton.d.ts +5 -5
- package/react/components/notifications/components/shared/CheckButton.d.ts.map +1 -1
- 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 +10 -10
- package/react/components/notifications/components/shared/IconButton.d.ts.map +1 -1
- 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 -20
- package/react/components/notifications/components/shared/NotificationCardShell.d.ts.map +1 -1
- package/react/components/notifications/components/shared/NotificationCardShell.js +92 -92
- package/react/components/notifications/components/shared/NotificationCardShell.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyActions.d.ts +5 -5
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyActions.d.ts.map +1 -1
- 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 +4 -4
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyContentLogo.d.ts.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyContentLogo.js +6 -6
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyShell.d.ts +8 -8
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyShell.d.ts.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyShell.js +12 -12
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.d.ts +13 -13
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.d.ts.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.js +149 -149
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderLogo.d.ts +4 -4
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderLogo.d.ts.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderLogo.js +7 -7
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.d.ts +10 -10
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.d.ts.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.js +18 -18
- package/react/components/notifications/constants.d.ts +9 -9
- package/react/components/notifications/constants.js +11 -11
- package/react/components/notifications/css/notification-card.css +1 -1
- package/react/components/notifications/icons/EnvelopeClose.d.ts +2 -2
- package/react/components/notifications/icons/EnvelopeClose.d.ts.map +1 -1
- package/react/components/notifications/icons/EnvelopeClose.js +11 -11
- package/react/components/notifications/icons/EnvelopeOpen.d.ts +2 -2
- package/react/components/notifications/icons/EnvelopeOpen.d.ts.map +1 -1
- package/react/components/notifications/icons/EnvelopeOpen.js +10 -10
- package/react/components/notifications/icons/SnoozeIcon.d.ts +2 -2
- package/react/components/notifications/icons/SnoozeIcon.d.ts.map +1 -1
- package/react/components/notifications/icons/SnoozeIcon.js +12 -12
- package/react/components/notifications/index.d.ts +8 -8
- package/react/components/notifications/index.js +8 -8
- package/react/components/notifications/notificationsContext.d.ts +6 -7
- package/react/components/notifications/notificationsContext.d.ts.map +1 -1
- package/react/components/notifications/notificationsContext.js +6 -6
- package/react/components/notifications/types.d.ts +90 -90
- package/react/components/notifications/types.d.ts.map +1 -1
- package/react/components/notifications/types.js +1 -1
- package/react/components/notifications/utils.d.ts +12 -12
- package/react/components/notifications/utils.js +70 -70
- package/react/components/notifications/utils.js.map +1 -1
- package/react/components/processMonitor/ProcessMonitor.d.ts +6 -6
- package/react/components/processMonitor/ProcessMonitor.d.ts.map +1 -1
- package/react/components/processMonitor/ProcessMonitor.js +64 -64
- package/react/components/processMonitor/ProcessMonitor.js.map +1 -1
- package/react/components/processMonitor/ProcessMonitorTypes.d.ts +22 -22
- package/react/components/processMonitor/ProcessMonitorTypes.d.ts.map +1 -1
- package/react/components/processMonitor/ProcessMonitorTypes.js +1 -1
- package/react/components/processMonitor/components/ChildWindow.d.ts +11 -11
- package/react/components/processMonitor/components/ChildWindow.d.ts.map +1 -1
- package/react/components/processMonitor/components/ChildWindow.js +32 -32
- package/react/components/processMonitor/components/ChildWindow.js.map +1 -1
- package/react/components/processMonitor/components/ListHeader.d.ts +8 -8
- package/react/components/processMonitor/components/ListHeader.d.ts.map +1 -1
- package/react/components/processMonitor/components/ListHeader.js +50 -50
- package/react/components/processMonitor/components/ListHeader.js.map +1 -1
- package/react/components/processMonitor/components/Process.d.ts +9 -9
- package/react/components/processMonitor/components/Process.d.ts.map +1 -1
- package/react/components/processMonitor/components/Process.js +10 -10
- package/react/components/processMonitor/components/ProcessStatistics.d.ts +10 -10
- package/react/components/processMonitor/components/ProcessStatistics.d.ts.map +1 -1
- package/react/components/processMonitor/components/ProcessStatistics.js +64 -64
- package/react/components/processMonitor/components/ProcessStatistics.js.map +1 -1
- package/react/components/processMonitor/constants.d.ts +8 -8
- package/react/components/processMonitor/constants.js +23 -23
- package/react/components/processMonitor/helpers.d.ts +17 -17
- package/react/components/processMonitor/helpers.js +48 -48
- package/react/components/processMonitor/helpers.js.map +1 -1
- package/react/components/processMonitor/index.d.ts +1 -1
- package/react/components/processMonitor/index.js +1 -1
- package/react/components/processMonitor/stores/ProcessMonitorStore.d.ts +58 -58
- package/react/components/processMonitor/stores/ProcessMonitorStore.d.ts.map +1 -1
- package/react/components/processMonitor/stores/ProcessMonitorStore.js +264 -264
- package/react/components/processMonitor/stores/ProcessMonitorStore.js.map +1 -1
- package/react/components/quickComponentForm/QuickComponentForm.d.ts +7 -7
- package/react/components/quickComponentForm/QuickComponentForm.d.ts.map +1 -1
- package/react/components/quickComponentForm/QuickComponentForm.js +123 -123
- package/react/components/quickComponentForm/QuickComponentForm.js.map +1 -1
- package/react/components/quickComponentForm/index.d.ts +1 -1
- package/react/components/quickComponentForm/index.js +1 -1
- package/react/components/search/Highlight.d.ts +12 -12
- package/react/components/search/Highlight.d.ts.map +1 -1
- package/react/components/search/Highlight.js +41 -41
- package/react/components/search/Highlight.js.map +1 -1
- package/react/components/search/Search.d.ts +5 -5
- package/react/components/search/Search.d.ts.map +1 -1
- package/react/components/search/Search.js +19 -27
- package/react/components/search/Search.js.map +1 -1
- package/react/components/search/SearchBestMatch.d.ts +6 -6
- package/react/components/search/SearchBestMatch.d.ts.map +1 -1
- package/react/components/search/SearchBestMatch.js +38 -38
- package/react/components/search/SearchBestMatch.js.map +1 -1
- package/react/components/search/SearchInput.d.ts +6 -6
- package/react/components/search/SearchInput.d.ts.map +1 -1
- package/react/components/search/SearchInput.js +26 -26
- package/react/components/search/SearchInput.js.map +1 -1
- package/react/components/search/SearchProviderResults.d.ts +5 -5
- package/react/components/search/SearchProviderResults.d.ts.map +1 -1
- package/react/components/search/SearchProviderResults.js +26 -26
- package/react/components/search/SearchResult.d.ts +12 -12
- package/react/components/search/SearchResult.d.ts.map +1 -1
- package/react/components/search/SearchResult.js +52 -47
- package/react/components/search/SearchResult.js.map +1 -1
- package/react/components/search/SearchResults.d.ts +3 -3
- package/react/components/search/SearchResults.d.ts.map +1 -1
- package/react/components/search/SearchResults.js +21 -21
- package/react/components/search/SearchResults.js.map +1 -1
- package/react/components/search/index.d.ts +1 -1
- package/react/components/search/index.js +1 -1
- package/react/components/shared/BellIcon.d.ts +3 -3
- package/react/components/shared/BellIcon.d.ts.map +1 -1
- package/react/components/shared/BellIcon.js +7 -7
- package/react/components/shared/BellIconCrossed.d.ts +3 -3
- package/react/components/shared/BellIconCrossed.d.ts.map +1 -1
- package/react/components/shared/BellIconCrossed.js +9 -9
- package/react/components/shared/Button.d.ts +9 -9
- package/react/components/shared/Button.d.ts.map +1 -1
- package/react/components/shared/Button.js +5 -5
- package/react/components/shared/ConditionalWrapper.d.ts +8 -8
- package/react/components/shared/ConditionalWrapper.d.ts.map +1 -1
- package/react/components/shared/ConditionalWrapper.js +5 -5
- package/react/components/shared/DefaultDropdownButton.d.ts +18 -18
- package/react/components/shared/DefaultDropdownButton.d.ts.map +1 -1
- package/react/components/shared/DefaultDropdownButton.js +117 -117
- package/react/components/shared/DefaultDropdownButton.js.map +1 -1
- package/react/components/shared/Tag.d.ts +16 -8
- package/react/components/shared/Tag.d.ts.map +1 -1
- package/react/components/shared/Tag.js +22 -22
- package/react/components/shared/TagsMenu.d.ts +36 -36
- package/react/components/shared/TagsMenu.js +77 -77
- package/react/components/shared/TagsMenu.js.map +1 -1
- package/react/components/shared/addProtocolToValidURL.d.ts +7 -7
- package/react/components/shared/addProtocolToValidURL.js +11 -11
- package/react/components/shared/openQuitConfirmationDialog.d.ts +1 -1
- package/react/components/shared/openQuitConfirmationDialog.d.ts.map +1 -1
- package/react/components/shared/openQuitConfirmationDialog.js +73 -71
- package/react/components/shared/openQuitConfirmationDialog.js.map +1 -1
- package/react/components/shared/validateURL.d.ts +19 -19
- package/react/components/shared/validateURL.js +29 -29
- package/react/components/singleInputDialog/SingleInputDialog.d.ts +12 -8
- package/react/components/singleInputDialog/SingleInputDialog.d.ts.map +1 -1
- package/react/components/singleInputDialog/SingleInputDialog.js +112 -112
- package/react/components/singleInputDialog/SingleInputDialog.js.map +1 -1
- package/react/components/singleInputDialog/index.d.ts +1 -1
- package/react/components/singleInputDialog/index.js +1 -1
- package/react/components/system/System.d.ts +34 -34
- package/react/components/system/System.d.ts.map +1 -1
- package/react/components/system/System.js +92 -93
- package/react/components/system/System.js.map +1 -1
- package/react/components/system/SystemTrayComponentShell.d.ts +14 -14
- package/react/components/system/SystemTrayComponentShell.d.ts.map +1 -1
- package/react/components/system/SystemTrayComponentShell.js +47 -45
- package/react/components/system/SystemTrayComponentShell.js.map +1 -1
- package/react/components/system/index.d.ts +2 -2
- package/react/components/system/index.js +2 -2
- package/react/components/toolbar/AlwaysOnTop.d.ts +10 -10
- package/react/components/toolbar/AlwaysOnTop.d.ts.map +1 -1
- package/react/components/toolbar/AlwaysOnTop.js +95 -78
- package/react/components/toolbar/AlwaysOnTop.js.map +1 -1
- package/react/components/toolbar/AutoArrange.d.ts +12 -12
- package/react/components/toolbar/AutoArrange.d.ts.map +1 -1
- package/react/components/toolbar/AutoArrange.js +36 -36
- package/react/components/toolbar/AutoArrange.js.map +1 -1
- package/react/components/toolbar/DownloadButton.d.ts +10 -10
- package/react/components/toolbar/DownloadButton.d.ts.map +1 -1
- package/react/components/toolbar/DownloadButton.js +43 -46
- package/react/components/toolbar/DownloadButton.js.map +1 -1
- package/react/components/toolbar/DragHandle.d.ts +11 -11
- package/react/components/toolbar/DragHandle.d.ts.map +1 -1
- package/react/components/toolbar/DragHandle.js +49 -49
- package/react/components/toolbar/MinimizeAll.d.ts +11 -11
- package/react/components/toolbar/MinimizeAll.d.ts.map +1 -1
- package/react/components/toolbar/MinimizeAll.js +24 -24
- package/react/components/toolbar/MinimizeAll.js.map +1 -1
- package/react/components/toolbar/NotificationControl.d.ts +12 -12
- package/react/components/toolbar/NotificationControl.d.ts.map +1 -1
- package/react/components/toolbar/NotificationControl.js +85 -79
- package/react/components/toolbar/NotificationControl.js.map +1 -1
- package/react/components/toolbar/RevealAll.d.ts +11 -11
- package/react/components/toolbar/RevealAll.d.ts.map +1 -1
- package/react/components/toolbar/RevealAll.js +26 -26
- package/react/components/toolbar/RevealAll.js.map +1 -1
- package/react/components/toolbar/SddButton.d.ts +6 -6
- package/react/components/toolbar/SddButton.d.ts.map +1 -1
- package/react/components/toolbar/SddButton.js +27 -27
- package/react/components/toolbar/SddButton.js.map +1 -1
- package/react/components/toolbar/ToolbarIcon.d.ts +6 -6
- package/react/components/toolbar/ToolbarIcon.d.ts.map +1 -1
- package/react/components/toolbar/ToolbarIcon.js +29 -41
- package/react/components/toolbar/ToolbarIcon.js.map +1 -1
- package/react/components/toolbar/ToolbarSection.d.ts +16 -16
- package/react/components/toolbar/ToolbarSection.d.ts.map +1 -1
- package/react/components/toolbar/ToolbarSection.js +41 -41
- package/react/components/toolbar/ToolbarSection.js.map +1 -1
- package/react/components/toolbar/ToolbarShell.d.ts +20 -20
- package/react/components/toolbar/ToolbarShell.d.ts.map +1 -1
- package/react/components/toolbar/ToolbarShell.js +35 -35
- package/react/components/toolbar/ToolbarShell.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.d.ts +10 -10
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.js +26 -33
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/AdvancedAppLauncher.d.ts +43 -42
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/AdvancedAppLauncher.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/AdvancedAppLauncher.js +97 -89
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/AdvancedAppLauncher.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AddNewAppForm.d.ts +93 -93
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AddNewAppForm.js +334 -333
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AddNewAppForm.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AddNewFolder.d.ts +10 -10
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AddNewFolder.js +15 -15
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AppActionsMenu.d.ts +56 -56
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AppActionsMenu.js +175 -175
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AppActionsMenu.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AppDefinition.d.ts +33 -33
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AppDefinition.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AppDefinition.js +53 -53
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AppDefinition.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AppTagsList.d.ts +16 -16
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AppTagsList.js +43 -43
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AppTagsList.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/Content.d.ts +38 -38
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/Content.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/Content.js +172 -171
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/Content.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/FilterSort.d.ts +20 -20
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/FilterSort.js +52 -52
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/FilterSort.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/FoldersList.d.ts +59 -59
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/FoldersList.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/FoldersList.js +308 -295
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/FoldersList.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/LeftNavBottomLinks.d.ts +25 -25
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/LeftNavBottomLinks.js +103 -103
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/LeftNavBottomLinks.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/NoAppsFound.d.ts +11 -11
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/NoAppsFound.js +9 -9
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/SearchBox.d.ts +18 -18
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/SearchBox.js +51 -51
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/SortBy.d.ts +13 -13
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/SortBy.js +34 -34
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/TagsList.d.ts +19 -19
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/TagsList.js +38 -38
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/ToggleFavoriteDropdown.d.ts +8 -8
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/ToggleFavoriteDropdown.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/ToggleFavoriteDropdown.js +26 -26
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/ToggleFavoriteDropdown.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/modules/AppDirectory.d.ts +8 -8
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/modules/AppDirectory.js +10 -10
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/modules/FDC3.d.ts +55 -55
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/modules/FDC3.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/modules/FDC3.js +145 -145
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/modules/FDC3.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/stores/LauncherStore.d.ts +5 -5
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/stores/LauncherStore.js +21 -21
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/stores/LauncherStore.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/stores/StoreActions.d.ts +96 -96
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/stores/StoreActions.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/stores/StoreActions.js +548 -546
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/stores/StoreActions.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/utils/sort-functions.d.ts +18 -18
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/utils/sort-functions.js +55 -55
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/utils/sort-functions.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/AdvancedAppLauncher.d.ts +16 -16
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/AdvancedAppLauncher.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/AdvancedAppLauncher.js +279 -240
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/AdvancedAppLauncher.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AddNewAppForm.d.ts +96 -96
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AddNewAppForm.js +329 -328
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AddNewAppForm.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppDefinition.d.ts +40 -40
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppDefinition.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppDefinition.js +61 -61
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppDefinition.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppTagsList.d.ts +17 -17
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppTagsList.js +42 -42
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppTagsList.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/Content.d.ts +18 -18
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/Content.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/Content.js +114 -114
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/Content.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/FoldersList.d.ts +62 -62
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/FoldersList.js +260 -271
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/FoldersList.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/LeftNavBottomLinks.d.ts +9 -9
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/LeftNavBottomLinks.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/LeftNavBottomLinks.js +36 -37
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/LeftNavBottomLinks.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/NoAppsFound.d.ts +11 -11
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/NoAppsFound.js +9 -9
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/SearchBox.d.ts +12 -12
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/SearchBox.js +23 -23
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/SortBy.d.ts +12 -12
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/SortBy.js +16 -16
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/SortBy.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/TagsList.d.ts +11 -11
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/TagsList.js +15 -15
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/constants.d.ts +4 -4
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/constants.js +4 -4
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/initializeStore.d.ts +26 -26
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/initializeStore.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/initializeStore.js +44 -42
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/initializeStore.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/types.d.ts +19 -19
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/types.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/types.js +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/utils/sort-functions.d.ts +16 -16
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/utils/sort-functions.js +46 -46
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/utils/sort-functions.js.map +1 -1
- package/react/components/toolbar/appLauncher/AppLauncherMenu.d.ts +28 -28
- package/react/components/toolbar/appLauncher/AppLauncherMenu.d.ts.map +1 -1
- package/react/components/toolbar/appLauncher/AppLauncherMenu.js +48 -48
- package/react/components/toolbar/appLauncher/AppLauncherMenu.js.map +1 -1
- package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.d.ts +29 -29
- package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.d.ts.map +1 -1
- package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.js +54 -48
- package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.js.map +1 -1
- package/react/components/toolbar/appLauncher/appLauncher.css +0 -6
- package/react/components/toolbar/appLauncher/components/componentList.d.ts +14 -7
- package/react/components/toolbar/appLauncher/components/componentList.d.ts.map +1 -1
- package/react/components/toolbar/appLauncher/components/componentList.js +133 -133
- package/react/components/toolbar/appLauncher/components/componentList.js.map +1 -1
- package/react/components/toolbar/appLauncher/stores/appLauncherStore.d.ts +44 -44
- package/react/components/toolbar/appLauncher/stores/appLauncherStore.d.ts.map +1 -1
- package/react/components/toolbar/appLauncher/stores/appLauncherStore.js +274 -259
- package/react/components/toolbar/appLauncher/stores/appLauncherStore.js.map +1 -1
- package/react/components/toolbar/bloomberg/BloombergStatus.d.ts +4 -4
- package/react/components/toolbar/bloomberg/BloombergStatus.d.ts.map +1 -1
- package/react/components/toolbar/bloomberg/BloombergStatus.js +109 -109
- package/react/components/toolbar/bloomberg/BloombergStatus.js.map +1 -1
- package/react/components/toolbar/dashbar/Dashbar.d.ts +4 -4
- package/react/components/toolbar/dashbar/Dashbar.d.ts.map +1 -1
- package/react/components/toolbar/dashbar/Dashbar.js +441 -449
- package/react/components/toolbar/dashbar/Dashbar.js.map +1 -1
- package/react/components/toolbar/dashbar/DashbarItem.d.ts +17 -17
- package/react/components/toolbar/dashbar/DashbarItem.d.ts.map +1 -1
- package/react/components/toolbar/dashbar/DashbarItem.js +58 -58
- package/react/components/toolbar/dashbar/DashbarItem.js.map +1 -1
- package/react/components/toolbar/index.d.ts +18 -18
- package/react/components/toolbar/index.js +18 -18
- package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.d.ts +21 -21
- package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.d.ts.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.js +62 -56
- package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/components/Workspace.d.ts +23 -23
- package/react/components/toolbar/workspaceManagementMenu/components/Workspace.d.ts.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/components/Workspace.js +76 -76
- package/react/components/toolbar/workspaceManagementMenu/components/Workspace.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceActions.d.ts +8 -3
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceActions.d.ts.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceActions.js +50 -50
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceList.d.ts +14 -9
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceList.d.ts.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceList.js +24 -24
- package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.d.ts +136 -136
- package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.d.ts.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.js +684 -684
- package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.js.map +1 -1
- package/react/components/userPreferences/NotificationsPreferencesContext.d.ts +14 -15
- package/react/components/userPreferences/NotificationsPreferencesContext.d.ts.map +1 -1
- package/react/components/userPreferences/NotificationsPreferencesContext.js +6 -6
- package/react/components/userPreferences/UserPreferenceTypes.d.ts +9 -9
- package/react/components/userPreferences/UserPreferenceTypes.d.ts.map +1 -1
- package/react/components/userPreferences/UserPreferenceTypes.js +1 -1
- package/react/components/userPreferences/UserPreferences.d.ts +20 -16
- package/react/components/userPreferences/UserPreferences.d.ts.map +1 -1
- package/react/components/userPreferences/UserPreferences.js +27 -24
- package/react/components/userPreferences/UserPreferences.js.map +1 -1
- package/react/components/userPreferences/UserPreferencesBase.d.ts +3 -11
- package/react/components/userPreferences/UserPreferencesBase.d.ts.map +1 -1
- package/react/components/userPreferences/UserPreferencesBase.js +101 -101
- package/react/components/userPreferences/UserPreferencesBase.js.map +1 -1
- package/react/components/userPreferences/UserPreferencesWrapper.d.ts +4 -4
- package/react/components/userPreferences/UserPreferencesWrapper.d.ts.map +1 -1
- package/react/components/userPreferences/UserPreferencesWrapper.js +32 -28
- package/react/components/userPreferences/UserPreferencesWrapper.js.map +1 -1
- package/react/components/userPreferences/components/ContentSection.d.ts +23 -12
- package/react/components/userPreferences/components/ContentSection.d.ts.map +1 -1
- package/react/components/userPreferences/components/ContentSection.js +21 -21
- package/react/components/userPreferences/components/ContentSection.js.map +1 -1
- package/react/components/userPreferences/components/LeftNav.d.ts +14 -14
- package/react/components/userPreferences/components/LeftNav.d.ts.map +1 -1
- package/react/components/userPreferences/components/LeftNav.js +31 -31
- package/react/components/userPreferences/components/LeftNav.js.map +1 -1
- package/react/components/userPreferences/components/content/BloombergPreferences.d.ts +3 -3
- package/react/components/userPreferences/components/content/BloombergPreferences.d.ts.map +1 -1
- package/react/components/userPreferences/components/content/BloombergPreferences.js +58 -58
- package/react/components/userPreferences/components/content/BloombergPreferences.js.map +1 -1
- package/react/components/userPreferences/components/content/DashbarEditor.d.ts +8 -8
- package/react/components/userPreferences/components/content/DashbarEditor.d.ts.map +1 -1
- package/react/components/userPreferences/components/content/DashbarEditor.js +129 -129
- package/react/components/userPreferences/components/content/DashbarEditor.js.map +1 -1
- package/react/components/userPreferences/components/content/DashbarEditorItem.d.ts +10 -10
- package/react/components/userPreferences/components/content/DashbarEditorItem.d.ts.map +1 -1
- package/react/components/userPreferences/components/content/DashbarEditorItem.js +10 -10
- package/react/components/userPreferences/components/content/General.d.ts +3 -4
- package/react/components/userPreferences/components/content/General.d.ts.map +1 -1
- package/react/components/userPreferences/components/content/General.js +48 -29
- package/react/components/userPreferences/components/content/General.js.map +1 -1
- package/react/components/userPreferences/components/content/Notifications.d.ts +11 -11
- package/react/components/userPreferences/components/content/Notifications.d.ts.map +1 -1
- package/react/components/userPreferences/components/content/Notifications.js +39 -35
- package/react/components/userPreferences/components/content/Notifications.js.map +1 -1
- package/react/components/userPreferences/components/content/Workspaces.d.ts +88 -88
- package/react/components/userPreferences/components/content/Workspaces.d.ts.map +1 -1
- package/react/components/userPreferences/components/content/Workspaces.js +546 -529
- package/react/components/userPreferences/components/content/Workspaces.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.d.ts +3 -3
- package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.d.ts.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.js +220 -211
- package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.d.ts +3 -3
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.d.ts.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.js +134 -134
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.d.ts +3 -3
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.d.ts.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.js +79 -79
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.d.ts +4 -4
- package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.d.ts.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.js +39 -39
- package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.js.map +1 -1
- package/react/components/userPreferences/components/general/DownloadPreferences.d.ts +9 -9
- package/react/components/userPreferences/components/general/DownloadPreferences.d.ts.map +1 -1
- package/react/components/userPreferences/components/general/DownloadPreferences.js +119 -111
- package/react/components/userPreferences/components/general/DownloadPreferences.js.map +1 -1
- package/react/components/userPreferences/components/general/ResetPreferences.d.ts +3 -4
- package/react/components/userPreferences/components/general/ResetPreferences.d.ts.map +1 -1
- package/react/components/userPreferences/components/general/ResetPreferences.js +42 -36
- package/react/components/userPreferences/components/general/ResetPreferences.js.map +1 -1
- package/react/components/userPreferences/components/general/ScheduledClose.d.ts +10 -10
- package/react/components/userPreferences/components/general/ScheduledClose.d.ts.map +1 -1
- package/react/components/userPreferences/components/general/ScheduledClose.js +133 -76
- package/react/components/userPreferences/components/general/ScheduledClose.js.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceButton.d.ts +8 -8
- package/react/components/userPreferences/components/workspaces/WorkspaceButton.d.ts.map +1 -1
- 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 +6 -6
- package/react/components/userPreferences/components/workspaces/WorkspaceComponents.d.ts.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceComponents.js +10 -10
- package/react/components/userPreferences/components/workspaces/WorkspaceItem.d.ts +36 -35
- package/react/components/userPreferences/components/workspaces/WorkspaceItem.d.ts.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceItem.js +85 -86
- package/react/components/userPreferences/components/workspaces/WorkspaceItem.js.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceItemList.d.ts +8 -8
- package/react/components/userPreferences/components/workspaces/WorkspaceItemList.d.ts.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceItemList.js +6 -20
- package/react/components/userPreferences/components/workspaces/WorkspaceItemList.js.map +1 -1
- package/react/components/userPreferences/index.d.ts +6 -6
- package/react/components/userPreferences/index.js +6 -6
- package/react/components/userPreferences/stores/UserPreferencesStore.d.ts +39 -39
- package/react/components/userPreferences/stores/UserPreferencesStore.js +140 -140
- package/react/components/userPreferences/stores/UserPreferencesStore.js.map +1 -1
- package/react/components/utils.d.ts +49 -49
- package/react/components/utils.d.ts.map +1 -1
- package/react/components/utils.js +59 -59
- package/react/components/utils.js.map +1 -1
- package/react/components/windowTitleBar/AlwaysOnTopButton.d.ts +8 -8
- package/react/components/windowTitleBar/AlwaysOnTopButton.d.ts.map +1 -1
- package/react/components/windowTitleBar/AlwaysOnTopButton.js +28 -28
- package/react/components/windowTitleBar/CloneButton.d.ts +2 -2
- package/react/components/windowTitleBar/CloneButton.d.ts.map +1 -1
- package/react/components/windowTitleBar/CloneButton.js +22 -22
- package/react/components/windowTitleBar/CloneButton.js.map +1 -1
- package/react/components/windowTitleBar/CloseButton.d.ts +2 -2
- package/react/components/windowTitleBar/CloseButton.d.ts.map +1 -1
- package/react/components/windowTitleBar/CloseButton.js +21 -21
- package/react/components/windowTitleBar/CloseButton.js.map +1 -1
- package/react/components/windowTitleBar/GroupingButton.d.ts +2 -2
- package/react/components/windowTitleBar/GroupingButton.d.ts.map +1 -1
- package/react/components/windowTitleBar/GroupingButton.js +24 -24
- package/react/components/windowTitleBar/LinkerButton.d.ts +10 -6
- package/react/components/windowTitleBar/LinkerButton.d.ts.map +1 -1
- package/react/components/windowTitleBar/LinkerButton.js +116 -116
- package/react/components/windowTitleBar/LinkerButton.js.map +1 -1
- package/react/components/windowTitleBar/LinkerButtonDeprecated.d.ts +10 -6
- package/react/components/windowTitleBar/LinkerButtonDeprecated.d.ts.map +1 -1
- package/react/components/windowTitleBar/LinkerButtonDeprecated.js +62 -62
- package/react/components/windowTitleBar/LinkerButtonDeprecated.js.map +1 -1
- package/react/components/windowTitleBar/LinkerGroups.d.ts +6 -2
- package/react/components/windowTitleBar/LinkerGroups.d.ts.map +1 -1
- package/react/components/windowTitleBar/LinkerGroups.js +20 -20
- package/react/components/windowTitleBar/LinkerGroupsDeprecated.d.ts +6 -2
- package/react/components/windowTitleBar/LinkerGroupsDeprecated.d.ts.map +1 -1
- package/react/components/windowTitleBar/LinkerGroupsDeprecated.js +34 -34
- package/react/components/windowTitleBar/LinkerGroupsDeprecated.js.map +1 -1
- package/react/components/windowTitleBar/MaximizeButton.d.ts +2 -2
- package/react/components/windowTitleBar/MaximizeButton.d.ts.map +1 -1
- package/react/components/windowTitleBar/MaximizeButton.js +17 -17
- package/react/components/windowTitleBar/MinimizeButton.d.ts +2 -2
- package/react/components/windowTitleBar/MinimizeButton.d.ts.map +1 -1
- package/react/components/windowTitleBar/MinimizeButton.js +20 -20
- package/react/components/windowTitleBar/ShareButton.d.ts +2 -2
- package/react/components/windowTitleBar/ShareButton.d.ts.map +1 -1
- package/react/components/windowTitleBar/ShareButton.js +23 -23
- package/react/components/windowTitleBar/TabRegion.d.ts +30 -30
- package/react/components/windowTitleBar/TabRegion.d.ts.map +1 -1
- package/react/components/windowTitleBar/TabRegion.js +502 -490
- package/react/components/windowTitleBar/TabRegion.js.map +1 -1
- package/react/components/windowTitleBar/TabTitle.d.ts +7 -7
- package/react/components/windowTitleBar/TabTitle.d.ts.map +1 -1
- package/react/components/windowTitleBar/TabTitle.js +16 -16
- package/react/components/windowTitleBar/TabTitle.js.map +1 -1
- package/react/components/windowTitleBar/TitleEdit.d.ts +9 -9
- package/react/components/windowTitleBar/TitleEdit.d.ts.map +1 -1
- package/react/components/windowTitleBar/TitleEdit.js +30 -29
- package/react/components/windowTitleBar/TitleEdit.js.map +1 -1
- package/react/components/windowTitleBar/WindowTitleBarContext.d.ts +10 -11
- package/react/components/windowTitleBar/WindowTitleBarContext.d.ts.map +1 -1
- package/react/components/windowTitleBar/WindowTitleBarContext.js +2 -2
- package/react/components/windowTitleBar/WindowTitleBarShell.d.ts +16 -16
- package/react/components/windowTitleBar/WindowTitleBarShell.d.ts.map +1 -1
- package/react/components/windowTitleBar/WindowTitleBarShell.js +46 -45
- package/react/components/windowTitleBar/WindowTitleBarShell.js.map +1 -1
- package/react/components/windowTitleBar/getOrCreateWindowTitleBarContainer.d.ts +9 -9
- package/react/components/windowTitleBar/getOrCreateWindowTitleBarContainer.js +22 -22
- package/react/components/windowTitleBar/index.d.ts +12 -12
- package/react/components/windowTitleBar/index.js +12 -12
- package/react/components/windowTitleBar/useKeyboardNavigation.d.ts +6 -6
- package/react/components/windowTitleBar/useKeyboardNavigation.js +56 -56
- package/react/components/windowTitleBar/useKeyboardNavigation.js.map +1 -1
- package/react/components/windowTitleBar/useMaximize.d.ts +4 -4
- package/react/components/windowTitleBar/useMaximize.js +22 -22
- package/react/components/yesNoDialog/YesNoDialog.d.ts +11 -7
- package/react/components/yesNoDialog/YesNoDialog.d.ts.map +1 -1
- package/react/components/yesNoDialog/YesNoDialog.js +154 -154
- package/react/components/yesNoDialog/YesNoDialog.js.map +1 -1
- package/react/components/yesNoDialog/index.d.ts +1 -1
- package/react/components/yesNoDialog/index.js +1 -1
- package/react/components/yesNoDialog/timer.d.ts +15 -16
- package/react/components/yesNoDialog/timer.d.ts.map +1 -1
- package/react/components/yesNoDialog/timer.js +32 -32
- package/react/components/yesNoDialog/timer.js.map +1 -1
- package/react/hooks/index.d.ts +4 -4
- package/react/hooks/index.js +4 -4
- package/react/hooks/useAuth.d.ts +10 -10
- package/react/hooks/useAuth.d.ts.map +1 -1
- package/react/hooks/useAuth.js +26 -26
- package/react/hooks/useDashbar.d.ts +8 -8
- package/react/hooks/useDashbar.d.ts.map +1 -1
- package/react/hooks/useDashbar.js +115 -115
- package/react/hooks/useDashbar.js.map +1 -1
- package/react/hooks/useDeepEffect.d.ts +5 -5
- package/react/hooks/useDeepEffect.js +33 -33
- package/react/hooks/useDeepEffect.js.map +1 -1
- package/react/hooks/useDownloadItems.d.ts +23 -23
- package/react/hooks/useDownloadItems.d.ts.map +1 -1
- package/react/hooks/useDownloadItems.js +67 -67
- package/react/hooks/useDownloadItems.js.map +1 -1
- package/react/hooks/useDragRegion.d.ts +25 -26
- package/react/hooks/useDragRegion.d.ts.map +1 -1
- package/react/hooks/useDragRegion.js +73 -73
- package/react/hooks/useDragRegion.js.map +1 -1
- package/react/hooks/useFavorites.d.ts +24 -24
- package/react/hooks/useFavorites.d.ts.map +1 -1
- package/react/hooks/useFavorites.js +23 -23
- package/react/hooks/useFavoritesShell.d.ts +14 -14
- package/react/hooks/useFavoritesShell.d.ts.map +1 -1
- package/react/hooks/useFavoritesShell.js +76 -83
- package/react/hooks/useFavoritesShell.js.map +1 -1
- package/react/hooks/useFloatingFocus.d.ts +15 -15
- package/react/hooks/useFloatingFocus.d.ts.map +1 -1
- package/react/hooks/useFloatingFocus.js +36 -35
- package/react/hooks/useFloatingFocus.js.map +1 -1
- package/react/hooks/useHotkey.d.ts +8 -8
- package/react/hooks/useHotkey.js +24 -24
- package/react/hooks/useInjectedTitleBar.d.ts +2 -2
- package/react/hooks/useInjectedTitleBar.js +436 -436
- package/react/hooks/useInjectedTitleBar.js.map +1 -1
- package/react/hooks/useLinker.d.ts +4 -4
- package/react/hooks/useLinker.js +111 -111
- package/react/hooks/useLinker.js.map +1 -1
- package/react/hooks/useMenu.d.ts +39 -39
- package/react/hooks/useMenu.d.ts.map +1 -1
- package/react/hooks/useMenu.js +51 -51
- package/react/hooks/useNotifications.d.ts +76 -76
- package/react/hooks/useNotifications.d.ts.map +1 -1
- package/react/hooks/useNotifications.js +457 -434
- package/react/hooks/useNotifications.js.map +1 -1
- package/react/hooks/useOAuth.d.ts +16 -16
- package/react/hooks/useOAuth.d.ts.map +1 -1
- package/react/hooks/useOAuth.js +115 -115
- package/react/hooks/useOAuth.js.map +1 -1
- package/react/hooks/useOutsideClickDetector.d.ts +5 -5
- package/react/hooks/useOutsideClickDetector.d.ts.map +1 -1
- package/react/hooks/useOutsideClickDetector.js +17 -17
- package/react/hooks/useOutsideClickDetector.js.map +1 -1
- package/react/hooks/usePubSub.d.ts +21 -21
- package/react/hooks/usePubSub.js +38 -38
- package/react/hooks/usePubSub.js.map +1 -1
- package/react/hooks/useSearch.d.ts +14 -14
- package/react/hooks/useSearch.d.ts.map +1 -1
- package/react/hooks/useSearch.js +76 -72
- package/react/hooks/useSearch.js.map +1 -1
- package/react/hooks/useTitle.d.ts +17 -17
- package/react/hooks/useTitle.d.ts.map +1 -1
- package/react/hooks/useTitle.js +28 -28
- package/react/hooks/useTitle.js.map +1 -1
- package/react/hooks/useToolbar.d.ts +11 -11
- package/react/hooks/useToolbar.js +162 -162
- package/react/hooks/useToolbar.js.map +1 -1
- package/react/index.d.ts +2 -2
- package/react/index.js +2 -2
- package/react/reducers/favoriteReducer.d.ts +11 -11
- package/react/reducers/favoriteReducer.d.ts.map +1 -1
- package/react/reducers/favoriteReducer.js +27 -27
- package/react/reducers/linkerReducer.d.ts +13 -13
- package/react/reducers/linkerReducer.d.ts.map +1 -1
- package/react/reducers/linkerReducer.js +43 -43
- package/react/reducers/linkerReducer.js.map +1 -1
- package/react/reducers/menuReducer.d.ts +36 -36
- package/react/reducers/menuReducer.d.ts.map +1 -1
- package/react/reducers/menuReducer.js +65 -65
- package/react/reducers/rootReducer.d.ts +239 -239
- package/react/reducers/rootReducer.d.ts.map +1 -1
- package/react/reducers/rootReducer.js +20 -20
- package/react/reducers/searchReducer.d.ts +15 -15
- package/react/reducers/searchReducer.d.ts.map +1 -1
- package/react/reducers/searchReducer.js +27 -27
- package/react/reducers/smartDesktopDesignerReducer.d.ts +5 -5
- package/react/reducers/smartDesktopDesignerReducer.js +190 -190
- package/react/reducers/smartDesktopDesignerReducer.js.map +1 -1
- package/react/reducers/toolbarReducer.d.ts +10 -10
- package/react/reducers/toolbarReducer.d.ts.map +1 -1
- package/react/reducers/toolbarReducer.js +29 -29
- package/react/reducers/workspaceReducer.d.ts +10 -10
- package/react/reducers/workspaceReducer.d.ts.map +1 -1
- package/react/reducers/workspaceReducer.js +26 -26
- package/react/reducers/workspaceReducer.js.map +1 -1
- package/react/store.d.ts +450 -450
- package/react/store.d.ts.map +1 -1
- package/react/store.js +17 -17
- package/react/types/advancedAppLauncherTypes.d.ts +44 -44
- package/react/types/advancedAppLauncherTypes.d.ts.map +1 -1
- package/react/types/advancedAppLauncherTypes.js +1 -1
- package/react/types/dashbarTypes.d.ts +44 -41
- package/react/types/dashbarTypes.d.ts.map +1 -1
- package/react/types/dashbarTypes.js +1 -1
- package/react/types/favoriteTypes.d.ts +8 -8
- package/react/types/favoriteTypes.d.ts.map +1 -1
- package/react/types/favoriteTypes.js +1 -1
- package/react/types/fdc3.d.ts +27 -29
- package/react/types/fdc3.d.ts.map +1 -1
- package/react/types/fdc3.js +6 -6
- package/react/types/hotkeyTypes.d.ts +1 -1
- package/react/types/hotkeyTypes.d.ts.map +1 -1
- package/react/types/hotkeyTypes.js +1 -1
- package/react/types/linkerTypes.d.ts +27 -27
- package/react/types/linkerTypes.d.ts.map +1 -1
- package/react/types/linkerTypes.js +2 -2
- package/react/types/smartDesktopDesignerTypes.d.ts +227 -227
- package/react/types/smartDesktopDesignerTypes.d.ts.map +1 -1
- package/react/types/smartDesktopDesignerTypes.js +19 -19
- package/react/types/workspaceTypes.d.ts +30 -30
- package/react/types/workspaceTypes.d.ts.map +1 -1
- package/react/types/workspaceTypes.js +1 -1
- package/services/index.d.ts +6 -0
- package/services/index.d.ts.map +1 -0
- package/services/index.js +6 -0
- package/services/index.js.map +1 -0
- package/services/logger/types.d.ts +2 -0
- package/services/logger/types.d.ts.map +1 -0
- package/services/logger/types.js +2 -0
- package/services/logger/types.js.map +1 -0
- package/services/search/types.d.ts +2 -0
- package/services/search/types.d.ts.map +1 -0
- package/services/search/types.js +2 -0
- package/services/search/types.js.map +1 -0
- package/services/storage/adapters/types.d.ts +2 -0
- package/services/storage/adapters/types.d.ts.map +1 -0
- package/services/storage/adapters/types.js +2 -0
- package/services/storage/adapters/types.js.map +1 -0
- package/services/window/types.d.ts +2 -0
- package/services/window/types.d.ts.map +1 -0
- package/services/window/types.js +2 -0
- package/services/window/types.js.map +1 -0
- package/services/workspace/types.d.ts +2 -0
- package/services/workspace/types.d.ts.map +1 -0
- package/services/workspace/types.js +2 -0
- package/services/workspace/types.js.map +1 -0
- package/typedoc-types.d.ts +8 -8
- package/typedoc-types.d.ts.map +1 -1
- package/typedoc-types.js +5 -5
- package/types.d.ts +15 -16
- package/types.d.ts.map +1 -1
- package/types.js +4 -7
- package/types.js.map +1 -1
- package/react/components/userPreferences/FinsembleUserPreferences.d.ts +0 -17
- package/react/components/userPreferences/FinsembleUserPreferences.d.ts.map +0 -1
- package/react/components/userPreferences/FinsembleUserPreferences.js +0 -28
- package/react/components/userPreferences/FinsembleUserPreferences.js.map +0 -1
- package/react/components/userPreferences/iocdUserPreferences.d.ts +0 -17
- package/react/components/userPreferences/iocdUserPreferences.d.ts.map +0 -1
- package/react/components/userPreferences/iocdUserPreferences.js +0 -49
- package/react/components/userPreferences/iocdUserPreferences.js.map +0 -1
- package/react/components/userPreferences/utils.d.ts +0 -3
- package/react/components/userPreferences/utils.d.ts.map +0 -1
- package/react/components/userPreferences/utils.js +0 -11
- package/react/components/userPreferences/utils.js.map +0 -1
- package/typedefs/FDC3/api/AppIdentifier.d.ts +0 -22
- package/typedefs/FDC3/api/AppIdentifier.d.ts.map +0 -1
- package/typedefs/FDC3/api/AppIdentifier.js +0 -6
- package/typedefs/FDC3/api/AppIdentifier.js.map +0 -1
- package/typedefs/FDC3/api/AppIntent.d.ts +0 -16
- package/typedefs/FDC3/api/AppIntent.d.ts.map +0 -1
- package/typedefs/FDC3/api/AppIntent.js +0 -6
- package/typedefs/FDC3/api/AppIntent.js.map +0 -1
- package/typedefs/FDC3/api/AppMetadata.d.ts +0 -41
- package/typedefs/FDC3/api/AppMetadata.d.ts.map +0 -1
- package/typedefs/FDC3/api/AppMetadata.js +0 -6
- package/typedefs/FDC3/api/AppMetadata.js.map +0 -1
- package/typedefs/FDC3/api/Channel.d.ts +0 -73
- package/typedefs/FDC3/api/Channel.d.ts.map +0 -1
- package/typedefs/FDC3/api/Channel.js +0 -6
- package/typedefs/FDC3/api/Channel.js.map +0 -1
- package/typedefs/FDC3/api/ContextMetadata.d.ts +0 -19
- package/typedefs/FDC3/api/ContextMetadata.d.ts.map +0 -1
- package/typedefs/FDC3/api/ContextMetadata.js +0 -6
- package/typedefs/FDC3/api/ContextMetadata.js.map +0 -1
- package/typedefs/FDC3/api/DesktopAgent.d.ts +0 -549
- package/typedefs/FDC3/api/DesktopAgent.d.ts.map +0 -1
- package/typedefs/FDC3/api/DesktopAgent.js +0 -6
- package/typedefs/FDC3/api/DesktopAgent.js.map +0 -1
- package/typedefs/FDC3/api/DisplayMetadata.d.ts +0 -24
- package/typedefs/FDC3/api/DisplayMetadata.d.ts.map +0 -1
- package/typedefs/FDC3/api/DisplayMetadata.js +0 -6
- package/typedefs/FDC3/api/DisplayMetadata.js.map +0 -1
- package/typedefs/FDC3/api/Errors.d.ts +0 -67
- package/typedefs/FDC3/api/Errors.d.ts.map +0 -1
- package/typedefs/FDC3/api/Errors.js +0 -72
- package/typedefs/FDC3/api/Errors.js.map +0 -1
- package/typedefs/FDC3/api/Icon.d.ts +0 -13
- package/typedefs/FDC3/api/Icon.d.ts.map +0 -1
- package/typedefs/FDC3/api/Icon.js +0 -6
- package/typedefs/FDC3/api/Icon.js.map +0 -1
- package/typedefs/FDC3/api/Image.d.ts +0 -15
- package/typedefs/FDC3/api/Image.d.ts.map +0 -1
- package/typedefs/FDC3/api/Image.js +0 -6
- package/typedefs/FDC3/api/Image.js.map +0 -1
- package/typedefs/FDC3/api/ImplementationMetadata.d.ts +0 -36
- package/typedefs/FDC3/api/ImplementationMetadata.d.ts.map +0 -1
- package/typedefs/FDC3/api/ImplementationMetadata.js +0 -6
- package/typedefs/FDC3/api/ImplementationMetadata.js.map +0 -1
- package/typedefs/FDC3/api/IntentMetadata.d.ts +0 -18
- package/typedefs/FDC3/api/IntentMetadata.d.ts.map +0 -1
- package/typedefs/FDC3/api/IntentMetadata.js +0 -6
- package/typedefs/FDC3/api/IntentMetadata.js.map +0 -1
- package/typedefs/FDC3/api/IntentResolution.d.ts +0 -68
- package/typedefs/FDC3/api/IntentResolution.d.ts.map +0 -1
- package/typedefs/FDC3/api/IntentResolution.js +0 -6
- package/typedefs/FDC3/api/IntentResolution.js.map +0 -1
- package/typedefs/FDC3/api/Listener.d.ts +0 -11
- package/typedefs/FDC3/api/Listener.d.ts.map +0 -1
- package/typedefs/FDC3/api/Listener.js +0 -6
- package/typedefs/FDC3/api/Listener.js.map +0 -1
- package/typedefs/FDC3/api/Methods.d.ts +0 -72
- package/typedefs/FDC3/api/Methods.d.ts.map +0 -1
- package/typedefs/FDC3/api/Methods.js +0 -199
- package/typedefs/FDC3/api/Methods.js.map +0 -1
- package/typedefs/FDC3/api/PrivateChannel.d.ts +0 -54
- package/typedefs/FDC3/api/PrivateChannel.d.ts.map +0 -1
- package/typedefs/FDC3/api/PrivateChannel.js +0 -6
- package/typedefs/FDC3/api/PrivateChannel.js.map +0 -1
- package/typedefs/FDC3/api/RecommendedChannels.d.ts +0 -14
- package/typedefs/FDC3/api/RecommendedChannels.d.ts.map +0 -1
- package/typedefs/FDC3/api/RecommendedChannels.js +0 -80
- package/typedefs/FDC3/api/RecommendedChannels.js.map +0 -1
- package/typedefs/FDC3/api/Types.d.ts +0 -30
- package/typedefs/FDC3/api/Types.d.ts.map +0 -1
- package/typedefs/FDC3/api/Types.js +0 -6
- package/typedefs/FDC3/api/Types.js.map +0 -1
- package/typedefs/FDC3/bridging/BridgingTypes.d.ts +0 -3967
- package/typedefs/FDC3/bridging/BridgingTypes.d.ts.map +0 -1
- package/typedefs/FDC3/bridging/BridgingTypes.js +0 -1857
- package/typedefs/FDC3/bridging/BridgingTypes.js.map +0 -1
- package/typedefs/FDC3/context/ContextType.d.ts +0 -41
- package/typedefs/FDC3/context/ContextType.d.ts.map +0 -1
- package/typedefs/FDC3/context/ContextType.js +0 -30
- package/typedefs/FDC3/context/ContextType.js.map +0 -1
- package/typedefs/FDC3/context/ContextTypes.d.ts +0 -2000
- package/typedefs/FDC3/context/ContextTypes.d.ts.map +0 -1
- package/typedefs/FDC3/context/ContextTypes.js +0 -873
- package/typedefs/FDC3/context/ContextTypes.js.map +0 -1
- package/typedefs/FDC3/index.d.ts +0 -34
- package/typedefs/FDC3/index.d.ts.map +0 -1
- package/typedefs/FDC3/index.js +0 -30
- package/typedefs/FDC3/index.js.map +0 -1
- package/typedefs/FDC3/intents/Intents.d.ts +0 -36
- package/typedefs/FDC3/intents/Intents.d.ts.map +0 -1
- package/typedefs/FDC3/intents/Intents.js +0 -29
- package/typedefs/FDC3/intents/Intents.js.map +0 -1
- package/typedefs/FDC3/internal/contextConfiguration.d.ts +0 -2
- package/typedefs/FDC3/internal/contextConfiguration.d.ts.map +0 -1
- package/typedefs/FDC3/internal/contextConfiguration.js +0 -5
- package/typedefs/FDC3/internal/contextConfiguration.js.map +0 -1
- package/typedefs/FDC3/internal/intentConfiguration.d.ts +0 -2
- package/typedefs/FDC3/internal/intentConfiguration.d.ts.map +0 -1
- package/typedefs/FDC3/internal/intentConfiguration.js +0 -5
- package/typedefs/FDC3/internal/intentConfiguration.js.map +0 -1
- package/typedefs/FDC3/internal/typeHelpers.d.ts +0 -7
- package/typedefs/FDC3/internal/typeHelpers.d.ts.map +0 -1
- package/typedefs/FDC3/internal/typeHelpers.js +0 -5
- package/typedefs/FDC3/internal/typeHelpers.js.map +0 -1
- package/typedefs/index.d.ts +0 -2
- package/typedefs/index.d.ts.map +0 -1
- package/typedefs/index.js +0 -3
- package/typedefs/index.js.map +0 -1
package/FEA.d.ts
CHANGED
|
@@ -1,1431 +1,1441 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Contains type definitions for the `fin` object which is preloaded by FEA (e2o.js).
|
|
3
|
-
*/
|
|
4
|
-
import { Manifest, StandardErrorCallback, StandardPromise } from "./types";
|
|
5
|
-
import { WindowTypes } from "./platform/services/window/types";
|
|
6
|
-
export
|
|
7
|
-
interface FEADesktop {
|
|
8
|
-
main(f: () => any): void;
|
|
9
|
-
InterApplicationBus: FEAInterApplicationBus;
|
|
10
|
-
Notification: FEANotificationStatic;
|
|
11
|
-
System: FEASystem;
|
|
12
|
-
Window: FEAWindow;
|
|
13
|
-
}
|
|
14
|
-
export
|
|
15
|
-
Electron: string;
|
|
16
|
-
FEA: string;
|
|
17
|
-
isDevLaunch: boolean;
|
|
18
|
-
sddEnabled: boolean;
|
|
19
|
-
isDevMode: boolean;
|
|
20
|
-
};
|
|
21
|
-
export
|
|
22
|
-
height: number;
|
|
23
|
-
width: number;
|
|
24
|
-
x: number;
|
|
25
|
-
y: number;
|
|
26
|
-
};
|
|
27
|
-
export
|
|
28
|
-
/**
|
|
29
|
-
* An event that updates the state of a window. If a value is non-null then it indicates that the
|
|
30
|
-
* state has changed.
|
|
31
|
-
*
|
|
32
|
-
* Bounds is sent with all events except for "closed", regardless of whether it has changed or not.
|
|
33
|
-
*/
|
|
34
|
-
export
|
|
35
|
-
windowName: string;
|
|
36
|
-
open?: boolean;
|
|
37
|
-
normalBounds: Rectangle;
|
|
38
|
-
bounds: Rectangle;
|
|
39
|
-
title?: string;
|
|
40
|
-
isAlwaysOnTop?: boolean;
|
|
41
|
-
visible?: boolean;
|
|
42
|
-
windowState: WindowState;
|
|
43
|
-
focused?: boolean;
|
|
44
|
-
};
|
|
45
|
-
export
|
|
46
|
-
eventName: string;
|
|
47
|
-
};
|
|
48
|
-
interface SuccessObj {
|
|
49
|
-
httpResponseCode: number;
|
|
50
|
-
}
|
|
51
|
-
interface NetworkErrorInfo extends ErrorInfo {
|
|
52
|
-
networkErrorCode: number;
|
|
53
|
-
}
|
|
54
|
-
export interface ErrorInfo {
|
|
55
|
-
stack: string;
|
|
56
|
-
message: string;
|
|
57
|
-
}
|
|
58
|
-
export interface WindowOptions {
|
|
59
|
-
/**
|
|
60
|
-
* A flag to always position the window at the top of the window stack. Default: false.
|
|
61
|
-
* Updatable
|
|
62
|
-
*/
|
|
63
|
-
alwaysOnTop?: boolean;
|
|
64
|
-
/**
|
|
65
|
-
* The arguments that were sent to the application
|
|
66
|
-
*/
|
|
67
|
-
arguments?: string;
|
|
68
|
-
/**
|
|
69
|
-
* A flag to automatically show the Window when it is created. Default: false.
|
|
70
|
-
*/
|
|
71
|
-
autoShow?: boolean;
|
|
72
|
-
/**
|
|
73
|
-
* The type of the component
|
|
74
|
-
*/
|
|
75
|
-
componentType?: string;
|
|
76
|
-
/**
|
|
77
|
-
* A flag to show the context menu when right-clicking on a window. Gives access to the Developer Console for the Window. Default: true
|
|
78
|
-
* Updatable
|
|
79
|
-
*/
|
|
80
|
-
contextMenu?: boolean;
|
|
81
|
-
/**
|
|
82
|
-
* This defines and applies rounded corners for a frameless window. Default for both width and height: 0.
|
|
83
|
-
* Updatable
|
|
84
|
-
*/
|
|
85
|
-
cornerRounding?: {
|
|
86
|
-
width?: number;
|
|
87
|
-
height?: number;
|
|
88
|
-
};
|
|
89
|
-
/**
|
|
90
|
-
* A field that the user can attach serializable data to to be ferried around with the window options. Default: ''.
|
|
91
|
-
*/
|
|
92
|
-
customData?: any;
|
|
93
|
-
/**
|
|
94
|
-
* Specifies that the window will be positioned in the center of the primary monitor when loaded for the first time on a machine.
|
|
95
|
-
* When the window corresponding to that id is loaded again, the position from before the window was closed is used.
|
|
96
|
-
* This option overrides defaultLeft and defaultTop. Default: false.
|
|
97
|
-
*/
|
|
98
|
-
defaultCentered?: boolean;
|
|
99
|
-
/**
|
|
100
|
-
* The default height of the window. Specifies the height of the window when loaded for the first time on a machine.
|
|
101
|
-
* When the window corresponding to that id is loaded again, the height is taken to be the last height of the window before it was closed. Default: 500.
|
|
102
|
-
*/
|
|
103
|
-
defaultHeight?: number;
|
|
104
|
-
/**
|
|
105
|
-
* The default width of the window. Specifies the width of the window when loaded for the first time on a machine.
|
|
106
|
-
* When the window corresponding to that id is loaded again, the width is taken to be the last width of the window before it was closed. Default: 800.
|
|
107
|
-
*/
|
|
108
|
-
defaultWidth?: number;
|
|
109
|
-
/**
|
|
110
|
-
* The default top position of the window. Specifies the position of the top of the window when loaded for the first time on a machine.
|
|
111
|
-
* When the window corresponding to that id is loaded again, the value of top is taken to be the last value before the window was closed. Default: 100.
|
|
112
|
-
*/
|
|
113
|
-
defaultTop?: number;
|
|
114
|
-
/**
|
|
115
|
-
* The default left position of the window. Specifies the position of the left of the window when loaded for the first time on a machine.
|
|
116
|
-
* When the window corresponding to that id is loaded again, the value of left is taken to be the last value before the window was closed. Default: 100.
|
|
117
|
-
*/
|
|
118
|
-
defaultLeft?: number;
|
|
119
|
-
/**
|
|
120
|
-
* A flag to show the frame. Default: true.
|
|
121
|
-
* Updatable
|
|
122
|
-
*/
|
|
123
|
-
frame?: boolean;
|
|
124
|
-
/**
|
|
125
|
-
* The window's current height
|
|
126
|
-
*/
|
|
127
|
-
height?: number;
|
|
128
|
-
/**
|
|
129
|
-
* A flag to allow a window to be hidden when the close button is clicked.Default: false.
|
|
130
|
-
* Updatable
|
|
131
|
-
*/
|
|
132
|
-
hideOnClose?: boolean;
|
|
133
|
-
/**
|
|
134
|
-
* A URL for the icon to be shown in the window title bar and the taskbar.Default: The parent application's applicationIcon.
|
|
135
|
-
* Updatable
|
|
136
|
-
*/
|
|
137
|
-
icon?: string;
|
|
138
|
-
/**
|
|
139
|
-
* The window's current left position
|
|
140
|
-
*/
|
|
141
|
-
left?: number;
|
|
142
|
-
/**
|
|
143
|
-
* The maximum height of a window.Will default to the OS defined value if set to - 1. Default: -1.
|
|
144
|
-
* Updatable
|
|
145
|
-
*/
|
|
146
|
-
maxHeight?: number;
|
|
147
|
-
/**
|
|
148
|
-
* A flag that lets the window be maximized.Default: true.
|
|
149
|
-
* Updatable
|
|
150
|
-
*/
|
|
151
|
-
maximizable?: boolean;
|
|
152
|
-
/**
|
|
153
|
-
* The maximum width of a window.Will default to the OS defined value if set to - 1. Default: -1.
|
|
154
|
-
* Updatable
|
|
155
|
-
*/
|
|
156
|
-
maxWidth?: number;
|
|
157
|
-
/**
|
|
158
|
-
* The minimum height of a window.Default: 0.
|
|
159
|
-
* Updatable
|
|
160
|
-
*/
|
|
161
|
-
minHeight?: number;
|
|
162
|
-
/**
|
|
163
|
-
* A flag that lets the window be minimized.Default: true.
|
|
164
|
-
*/
|
|
165
|
-
minimizable?: boolean;
|
|
166
|
-
/**
|
|
167
|
-
* The minimum width of a window.Default: 0.
|
|
168
|
-
*/
|
|
169
|
-
minWidth?: number;
|
|
170
|
-
/**
|
|
171
|
-
* The name for the window which must be unique within the context of the invoking Application.
|
|
172
|
-
*/
|
|
173
|
-
name?: string;
|
|
174
|
-
/**
|
|
175
|
-
* A flag that specifies how transparent the window will be.This value is clamped between 0.0 and 1.0.Default: 1.0.
|
|
176
|
-
* Updatable
|
|
177
|
-
*/
|
|
178
|
-
opacity?: number;
|
|
179
|
-
/**
|
|
180
|
-
* The path to the application when windowType is "native" or "assimilation".
|
|
181
|
-
*/
|
|
182
|
-
path?: string;
|
|
183
|
-
/**
|
|
184
|
-
* A flag to drop to allow the user to resize the window.Default: true.
|
|
185
|
-
* Updatable
|
|
186
|
-
*/
|
|
187
|
-
resizable?: boolean;
|
|
188
|
-
/**
|
|
189
|
-
* Defines a region in pixels that will respond to user mouse interaction for resizing a frameless window.
|
|
190
|
-
* Updatable
|
|
191
|
-
*/
|
|
192
|
-
resizeRegion?: {
|
|
193
|
-
/**
|
|
194
|
-
* The size in pixels (Default: 2),
|
|
195
|
-
*/
|
|
196
|
-
size?: number;
|
|
197
|
-
/**
|
|
198
|
-
* The size in pixels of an additional
|
|
199
|
-
* square resizable region located at the
|
|
200
|
-
* bottom right corner of a
|
|
201
|
-
* frameless window. (Default: 4)
|
|
202
|
-
*/
|
|
203
|
-
bottomRightCorner?: number;
|
|
204
|
-
};
|
|
205
|
-
/**
|
|
206
|
-
* A flag to show the Window's icon in the taskbar. Default: true.
|
|
207
|
-
*/
|
|
208
|
-
showTaskbarIcon?: boolean;
|
|
209
|
-
/**
|
|
210
|
-
* A flag to cache the location of the window or not. Default: true.
|
|
211
|
-
*/
|
|
212
|
-
saveWindowState?: boolean;
|
|
213
|
-
/**
|
|
214
|
-
* Specify a taskbar group for the window. Default: app's uuid.
|
|
215
|
-
*/
|
|
216
|
-
taskbarIconGroup?: string;
|
|
217
|
-
/**
|
|
218
|
-
* The window's current top position
|
|
219
|
-
*/
|
|
220
|
-
top?: number;
|
|
221
|
-
/**
|
|
222
|
-
* Whether window should be shown
|
|
223
|
-
*/
|
|
224
|
-
show?: boolean;
|
|
225
|
-
/**
|
|
226
|
-
* A string that sets the window to be "minimized", "maximized", or "normal" on creation. Default: "normal".
|
|
227
|
-
*/
|
|
228
|
-
state?: string;
|
|
229
|
-
/**
|
|
230
|
-
* Makes the window transparent.
|
|
231
|
-
*/
|
|
232
|
-
transparent?: boolean;
|
|
233
|
-
/**
|
|
234
|
-
* Which the type window to spawn
|
|
235
|
-
*/
|
|
236
|
-
windowType?: WindowTypes;
|
|
237
|
-
/**
|
|
238
|
-
* The window's current width
|
|
239
|
-
*/
|
|
240
|
-
width?: number;
|
|
241
|
-
/**
|
|
242
|
-
* The URL of the window. Default: "about:blank".
|
|
243
|
-
*/
|
|
244
|
-
url?: string;
|
|
245
|
-
/**
|
|
246
|
-
* When set to false, the window will render before the "load" event is fired on the content's window.
|
|
247
|
-
* Caution, when false you will see an initial empty white window. Default: true.
|
|
248
|
-
*/
|
|
249
|
-
waitForPageLoad?: boolean;
|
|
250
|
-
/**
|
|
251
|
-
* The url for the window's titlebar component.
|
|
252
|
-
*/
|
|
253
|
-
windowTitleBarUrl?: string;
|
|
254
|
-
}
|
|
255
|
-
/**
|
|
256
|
-
* Clipboard
|
|
257
|
-
* Clipboard API allows reading and writing to the clipboard in multiple formats.
|
|
258
|
-
*/
|
|
259
|
-
interface FEAClipboard {
|
|
260
|
-
new (): FEAClipboard;
|
|
261
|
-
/**
|
|
262
|
-
* Creates a new Application.
|
|
263
|
-
* An object representing an application. Allows the developer to create, execute, show/close an application as well as listen to application events.
|
|
264
|
-
*/
|
|
265
|
-
new (): FEAClipboard;
|
|
266
|
-
/**
|
|
267
|
-
* Reads available formats for the clipboard type
|
|
268
|
-
*/
|
|
269
|
-
availableFormats(type: string | null, callback?: (formats: string[]) => void, errorCallback?: (reason: string, error: ErrorInfo) => void): void;
|
|
270
|
-
/**
|
|
271
|
-
* Reads available formats for the clipboard type
|
|
272
|
-
*/
|
|
273
|
-
readHTML(type: string | null, callback?: (html: string) => void, errorCallback?: (reason: string, error: ErrorInfo) => void): void;
|
|
274
|
-
/**
|
|
275
|
-
* Read the content of the clipboard as Rtf
|
|
276
|
-
*/
|
|
277
|
-
readRTF(type: string | null, callback?: (rtf: string) => void, errorCallback?: (reason: string, error: ErrorInfo) => void): void;
|
|
278
|
-
/**
|
|
279
|
-
* Read the content of the clipboard as plain text
|
|
280
|
-
*/
|
|
281
|
-
readText(type: string | null, callback?: (text: string) => void, errorCallback?: (reason: string, error: ErrorInfo) => void): void;
|
|
282
|
-
/**
|
|
283
|
-
* Writes data into the clipboard
|
|
284
|
-
*/
|
|
285
|
-
write(data: any, type: string | null, callback?: () => void, errorCallback?: (reason: string, error: ErrorInfo) => void): void;
|
|
286
|
-
/**
|
|
287
|
-
* Writes data into the clipboard as Html
|
|
288
|
-
*/
|
|
289
|
-
writeHTML(data: string, type: string | null, callback?: () => void, errorCallback?: (reason: string, error: ErrorInfo) => void): void;
|
|
290
|
-
/**
|
|
291
|
-
* Writes data into the clipboard as Rtf
|
|
292
|
-
*/
|
|
293
|
-
writeRTF(data: string, type: string | null, callback?: () => void, errorCallback?: (reason: string, error: ErrorInfo) => void): void;
|
|
294
|
-
/**
|
|
295
|
-
* Writes data into the clipboard as plain text
|
|
296
|
-
*/
|
|
297
|
-
writeText(data: string, type: string | null, callback?: () => void, errorCallback?: (reason: string, error: ErrorInfo) => void): void;
|
|
298
|
-
}
|
|
299
|
-
/**
|
|
300
|
-
* InterApplicationBus
|
|
301
|
-
* A messaging bus that allows for pub/sub messaging between different applications.
|
|
302
|
-
*/
|
|
303
|
-
export interface FEAInterApplicationBus {
|
|
304
|
-
/**
|
|
305
|
-
* Adds a listener that gets called when applications subscribe to the current application's messages.
|
|
306
|
-
*/
|
|
307
|
-
addSubscribeListener(listener: (uuid: string, topic: string, name: string) => void): void;
|
|
308
|
-
/**
|
|
309
|
-
* Adds a listener that gets called when applications unsubscribe to the current application's messages.
|
|
310
|
-
*/
|
|
311
|
-
addUnsubscribeListener(listener: (uuid: string, topic: string, name: string) => void): void;
|
|
312
|
-
/**
|
|
313
|
-
* Removes a previously registered subscribe listener.
|
|
314
|
-
*/
|
|
315
|
-
removeSubscribeListener(listener: (uuid: string, topic: string, name: string) => void): void;
|
|
316
|
-
/**
|
|
317
|
-
* Removes a previously registered unsubscribe listener.
|
|
318
|
-
*/
|
|
319
|
-
removeUnsubscribeListener(listener: (uuid: string, topic: string, name: string) => void): void;
|
|
320
|
-
/**
|
|
321
|
-
* Publishes a message to all applications running on FEA Runtime that are subscribed to the specified topic.
|
|
322
|
-
*/
|
|
323
|
-
publish(topic: string, message: any, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
324
|
-
/**
|
|
325
|
-
* Sends a message to a specific application on a specific topic.
|
|
326
|
-
*/
|
|
327
|
-
send(destinationUuid: string, name: string, topic: string, message: any, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
328
|
-
send(destinationUuid: string, topic: string, message: any, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
329
|
-
/**
|
|
330
|
-
* Subscribes to messages from the specified application on the specified topic. If the subscription is for a uuid, [name],
|
|
331
|
-
* topic combination that has already been published to upon subscription you will receive the last 20 missed messages in the order they were published.
|
|
332
|
-
*
|
|
333
|
-
* Returns an id which can be passed to unsubscribe.
|
|
334
|
-
*/
|
|
335
|
-
subscribe(senderUuid: string, topic: string, listener: (message: any, uuid: string, name: string) => void, callback?: () => void, errorCallback?: (reason: string) => void): string | null;
|
|
336
|
-
/**
|
|
337
|
-
* Discontinues the subscription
|
|
338
|
-
*/
|
|
339
|
-
unsubscribe(
|
|
340
|
-
/**
|
|
341
|
-
* The return value from a previous call to subscribe()
|
|
342
|
-
*/
|
|
343
|
-
subscriptionID: string | null): void;
|
|
344
|
-
}
|
|
345
|
-
interface FEANotificationStatic {
|
|
346
|
-
/**
|
|
347
|
-
* Sends a system notification
|
|
348
|
-
*/
|
|
349
|
-
send(options: NotificationOptions): void;
|
|
350
|
-
/**
|
|
351
|
-
* Gets an instance of the current notification. For use within a notification window to close the window or send a message back to its parent application.
|
|
352
|
-
*/
|
|
353
|
-
getCurrent(): FEANotification;
|
|
354
|
-
}
|
|
355
|
-
/**
|
|
356
|
-
* Notification
|
|
357
|
-
* Notification represents a window on FEA Runtime which is shown briefly to the user on the bottom-right corner of the primary monitor.
|
|
358
|
-
* A notification is typically used to alert the user of some important event which requires his or her attention.
|
|
359
|
-
* Notifications are a child or your application that are controlled by the runtime.
|
|
360
|
-
*/
|
|
361
|
-
interface FEANotification {
|
|
362
|
-
/**
|
|
363
|
-
* Closes the notification.
|
|
364
|
-
*/
|
|
365
|
-
close(callback?: () => void): void;
|
|
366
|
-
/**
|
|
367
|
-
* Sends a message to the notification.
|
|
368
|
-
*/
|
|
369
|
-
sendMessage(message: any, callback?: () => void): void;
|
|
370
|
-
/**
|
|
371
|
-
* Sends a message from the notification to the application that created the notification. The message is handled by the notification's onMessage callback.
|
|
372
|
-
*/
|
|
373
|
-
sendMessageToApplication(message: any, callback?: () => void): void;
|
|
374
|
-
}
|
|
375
|
-
export interface NotificationOptions {
|
|
376
|
-
/**
|
|
377
|
-
* A boolean that will force dismissal even if the mouse is hovering over the notification
|
|
378
|
-
*/
|
|
379
|
-
ignoreMouseOver?: boolean;
|
|
380
|
-
/**
|
|
381
|
-
* A message of any primitive or composite-primitive type to be passed to the notification upon creation.
|
|
382
|
-
*/
|
|
383
|
-
message?: any;
|
|
384
|
-
/**
|
|
385
|
-
* The timeout for displaying a notification.Can be in milliseconds or "never".
|
|
386
|
-
*/
|
|
387
|
-
duration?: number | "never";
|
|
388
|
-
/**
|
|
389
|
-
* The url of the notification
|
|
390
|
-
*/
|
|
391
|
-
url?: string;
|
|
392
|
-
/**
|
|
393
|
-
* A function that is called when a notification is clicked.
|
|
394
|
-
*/
|
|
395
|
-
onClick?(callback: () => void): void;
|
|
396
|
-
/**
|
|
397
|
-
* Invoked when the notification is closed via .close() method on the created notification instance
|
|
398
|
-
* or the by the notification itself via fin.desktop.Notification.getCurrent().close().
|
|
399
|
-
* NOTE: this is not invoked when the notification is dismissed via a swipe. For the swipe dismissal callback see onDismiss
|
|
400
|
-
*/
|
|
401
|
-
onClose?(callback: () => void): void;
|
|
402
|
-
/**
|
|
403
|
-
* Invoked when a the notification is dismissed by swiping it off the screen to the right. NOTE: this is no fired on a programmatic close.
|
|
404
|
-
*/
|
|
405
|
-
onDismiss?(callback: () => void): void;
|
|
406
|
-
/**
|
|
407
|
-
* A function that is called when an error occurs.The reason for the error is passed as an argument.
|
|
408
|
-
*/
|
|
409
|
-
onError?(errorCallback: (reason: string, errorObj: NetworkErrorInfo) => void): void;
|
|
410
|
-
/**
|
|
411
|
-
* The onMessage function will respond to messages sent from notification.sendMessageToApplication.
|
|
412
|
-
* The function is passed the message, which can be of any primitive or composite-primitive type.
|
|
413
|
-
*/
|
|
414
|
-
onMessage?(callback: (message: any) => void): void;
|
|
415
|
-
/**
|
|
416
|
-
* A function that is called when a notification is shown.
|
|
417
|
-
*/
|
|
418
|
-
onShow?(callback: (successObj: SuccessObj) => void): void;
|
|
419
|
-
}
|
|
420
|
-
/**
|
|
421
|
-
* System
|
|
422
|
-
* An object representing the core of FEA Runtime.
|
|
423
|
-
* Allows the developer to perform system-level actions, such as accessing logs, viewing processes, clearing the cache and exiting the runtime.
|
|
424
|
-
*/
|
|
425
|
-
interface FEASystem {
|
|
426
|
-
Clipboard: FEAClipboard;
|
|
427
|
-
GlobalShortcut: {
|
|
428
|
-
register: (keys: string, cb: Function) => void;
|
|
429
|
-
unregister: (keys: string) => void;
|
|
430
|
-
};
|
|
431
|
-
addCertificateErrorListener(): any;
|
|
432
|
-
/**
|
|
433
|
-
* Registers an event listener on the specified event.
|
|
434
|
-
*/
|
|
435
|
-
addEventListener(type: FEASystemEventType, listener: (event: SystemBaseEvent | DesktopIconClickedEvent | IdleStateChangedEvent | MonitorInfoChangedEvent | SessionChangedEvent | ProtocolHandlerEvent | UpdateDownloadEvent) => void, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
436
|
-
addSelectClientCertificateListener(): any;
|
|
437
|
-
/**
|
|
438
|
-
* Clears cached data containing window state/positions,
|
|
439
|
-
* application resource files (images, HTML, JavaScript files), cookies, and items stored in the Local Storage.
|
|
440
|
-
*/
|
|
441
|
-
clearCache(options: CacheOptions, callback?: () => void, errorCallback?: (reason: string) => void): Promise<void>;
|
|
442
|
-
/**
|
|
443
|
-
* Downloads the given application asset
|
|
444
|
-
*/
|
|
445
|
-
downloadAsset(assetObj: AppAssetInfo, progressListener?: (progress: {
|
|
446
|
-
downloadedBytes: number;
|
|
447
|
-
totalBytes: number;
|
|
448
|
-
}) => void, callback?: (successObj: {
|
|
449
|
-
path: string;
|
|
450
|
-
}) => void, errorCallback?: (reason: string, errorObj: NetworkErrorInfo) => void): void;
|
|
451
|
-
/**
|
|
452
|
-
* Exits the Runtime.
|
|
453
|
-
*/
|
|
454
|
-
exit(callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
455
|
-
/**
|
|
456
|
-
* Get additional info of cookies.
|
|
457
|
-
*/
|
|
458
|
-
getCookies(option: CookieOption, callback?: (info: CookieInfo[]) => void, errorCallback?: (reason: string) => void): void;
|
|
459
|
-
/**
|
|
460
|
-
* Retrieves the command line argument string that started FEA Runtime.
|
|
461
|
-
*/
|
|
462
|
-
getCommandLineArguments(callback?: (args: string) => void, errorCallback?: (reason: string) => void): void;
|
|
463
|
-
/**
|
|
464
|
-
* Gets the value of a given environment variable on the computer on which the runtime is installed.
|
|
465
|
-
*/
|
|
466
|
-
getEnvironmentVariable(envVar: string, callback?: (variable: string) => void, errorCallback?: (reason: string) => void): void;
|
|
467
|
-
/**
|
|
468
|
-
* Retrieves the JSON manifest that was used to create the application. Invokes the error callback if the application was not created from a manifest.
|
|
469
|
-
*/
|
|
470
|
-
getManifest(callback?: (manifest: Manifest) => void, errorCallback?: (reason: string) => void): void;
|
|
471
|
-
/**
|
|
472
|
-
* Retrieves smart desktop server info
|
|
473
|
-
*/
|
|
474
|
-
getSDServerInfo(callback?: (info: SDServerInfo) => void, errorCallback?: (reason: string) => void): void;
|
|
475
|
-
/**
|
|
476
|
-
* Retrieves system information.
|
|
477
|
-
*/
|
|
478
|
-
getHostSpecs(callback?: (info: HostSpecInfo) => void, errorCallback?: (reason: string) => void): void;
|
|
479
|
-
/**
|
|
480
|
-
* Retrieves an object that contains data about the about the monitor setup of the computer that the runtime is running on.
|
|
481
|
-
*/
|
|
482
|
-
getMonitorInfo(callback?: (monitorInfo: MonitorInfo) => void, errorCallback?: (reason: string) => void): void;
|
|
483
|
-
/**
|
|
484
|
-
* Returns the mouse in virtual screen coordinates (left, top).
|
|
485
|
-
*/
|
|
486
|
-
getMousePosition(callback?: (mousePosition: VirtualScreenCoordinates) => void, errorCallback?: (reason: string) => void): void;
|
|
487
|
-
/**
|
|
488
|
-
* Deletes app assets
|
|
489
|
-
* @param alias - If set, then delete that specific asset, otherwise delete all
|
|
490
|
-
*/
|
|
491
|
-
deleteAssets(alias?: string | null): StandardPromise<void>;
|
|
492
|
-
/**
|
|
493
|
-
* Returns smart desktop server info
|
|
494
|
-
*/
|
|
495
|
-
getSDServerInfo(callback?: (info: Object) => void, errorCallback?: (err: string) => void): void;
|
|
496
|
-
/**
|
|
497
|
-
* Retrieves an array of all of the runtime processes that are currently running.
|
|
498
|
-
* Each element in the array is an object containing the uuid and the name of the application to which the process belongs.
|
|
499
|
-
*/
|
|
500
|
-
getProcessList(callback?: (processInfoList: ProcessInfo[]) => void, errorCallback?: (reason: string) => void): void;
|
|
501
|
-
getUpdateAvailable: (cb: (isUpdateAvailable: boolean) => void) => void;
|
|
502
|
-
/**
|
|
503
|
-
* Returns the version numbers of Electron and FEA.
|
|
504
|
-
*/
|
|
505
|
-
getFEAInfo(cb?: (versions: FEAInfo) => void): Promise<FEAInfo>;
|
|
506
|
-
/**
|
|
507
|
-
* @deprecated Use getFEAInfo
|
|
508
|
-
*/
|
|
509
|
-
getVersion(callback?: (version: string) => void, errorCallback?: (reason: string) => void): void;
|
|
510
|
-
hideSplashScreen: () => void;
|
|
511
|
-
notifyLoggerReady: () => void;
|
|
512
|
-
updateCentralLoggerState: (loggerState: any) => void;
|
|
513
|
-
/**
|
|
514
|
-
* Runs an executable or batch file.
|
|
515
|
-
*/
|
|
516
|
-
launchExternalProcess(options: ExternalProcessLaunchInfo, callback?: (payload: {
|
|
517
|
-
uuid: string;
|
|
518
|
-
}) => void, errorCallback?: (reason: string) => void): void;
|
|
519
|
-
/**
|
|
520
|
-
* Sends a log message to the FEA log. This is only allowed if the app is running
|
|
521
|
-
* under a security profile that has logToDisk set to true (such as the "trusted" profile.)
|
|
522
|
-
*
|
|
523
|
-
* @param level The log level to use
|
|
524
|
-
* @param ...messages Messages to log
|
|
525
|
-
*/
|
|
526
|
-
logToDisk(level: FEALogLevel, ...messages: any[]): void;
|
|
527
|
-
/**
|
|
528
|
-
* Subscribes to the WindowEventStream. This is reserved for the window service.
|
|
529
|
-
*/
|
|
530
|
-
subscribeToWindowEventStream(handler: (data: PhysicalWindowStateEvent) => void): any;
|
|
531
|
-
/**
|
|
532
|
-
* Monitors a running process.
|
|
533
|
-
*/
|
|
534
|
-
monitorExternalProcess(options: ExternalProcessInfo, callback?: (payload: {
|
|
535
|
-
uuid: string;
|
|
536
|
-
}) => void, errorCallback?: (reason: string) => void): void;
|
|
537
|
-
/**
|
|
538
|
-
* Opens the passed URL in the default web browser.
|
|
539
|
-
*/
|
|
540
|
-
openUrlWithBrowser(url: string, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
541
|
-
/**
|
|
542
|
-
* Gets list of downloads currently stored.
|
|
543
|
-
*/
|
|
544
|
-
getDownloadList(callback?: (downloadList: any) => void, errorCallback?: (reason: string) => void): void;
|
|
545
|
-
/**
|
|
546
|
-
* Removes a download from the list of downloads.
|
|
547
|
-
*/
|
|
548
|
-
removeDownloadItem(id: string): StandardPromise<void>;
|
|
549
|
-
/**
|
|
550
|
-
* Cancels a download.
|
|
551
|
-
*/
|
|
552
|
-
cancelDownload(id: string): void;
|
|
553
|
-
/**
|
|
554
|
-
* Pauses a download.
|
|
555
|
-
*/
|
|
556
|
-
pauseDownload(id: string): void;
|
|
557
|
-
/**
|
|
558
|
-
* Resumes a paused download.
|
|
559
|
-
*/
|
|
560
|
-
resumeDownload(id: string): void;
|
|
561
|
-
/**
|
|
562
|
-
* Sets the location where downloads should be saved
|
|
563
|
-
*/
|
|
564
|
-
setDownloadSavePath(path: string): void;
|
|
565
|
-
/**
|
|
566
|
-
* Opens the folder where the download was saved
|
|
567
|
-
*/
|
|
568
|
-
showDownloadedFileInFolder(id: string): void;
|
|
569
|
-
/**
|
|
570
|
-
* Clears the download list for testing
|
|
571
|
-
*/
|
|
572
|
-
clearDownloadList(): void;
|
|
573
|
-
/**
|
|
574
|
-
* Removes a previously registered event listener from the specified event.
|
|
575
|
-
*/
|
|
576
|
-
removeEventListener(type: FEASystemEventType, listener: (event: SystemBaseEvent | DesktopIconClickedEvent | IdleStateChangedEvent | MonitorInfoChangedEvent | SessionChangedEvent | ProtocolHandlerEvent | UpdateDownloadEvent) => void, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
577
|
-
/**
|
|
578
|
-
* Restarts the entire application (FEA)
|
|
579
|
-
*/
|
|
580
|
-
restart(): void;
|
|
581
|
-
setTrayIcon(url: string, cb?: () => void): void;
|
|
582
|
-
/**
|
|
583
|
-
* Shows the Chrome Developer Tools for the specified window.
|
|
584
|
-
*/
|
|
585
|
-
showDeveloperTools(name: string,
|
|
586
|
-
/** Defaults to true. When true, automatically show developer tools for current window or view. Otherwise, specify the number of the explicit BrowserView, or null for the BrowserWindow */
|
|
587
|
-
isView?: number | boolean | null, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
588
|
-
/**
|
|
589
|
-
* Performs handshake with FEA to indicate the primary application started successfully
|
|
590
|
-
*/
|
|
591
|
-
startupApplicationHandshake(): void;
|
|
592
|
-
/**
|
|
593
|
-
* Terminates the entire application (FEA)
|
|
594
|
-
*/
|
|
595
|
-
terminate(): void;
|
|
596
|
-
/**
|
|
597
|
-
* Attempt to close an external process. The process will be terminated if it has not closed after the elapsed timeout in milliseconds.
|
|
598
|
-
*/
|
|
599
|
-
terminateExternalProcess(processUuid: string, timeout: number, callback?: (info: {
|
|
600
|
-
result: "clean" | "terminated" | "failed";
|
|
601
|
-
}) => void, errorCallback?: (reason: string) => void): void;
|
|
602
|
-
getProtocolString(cb?: (data: string) => void): Promise<string>;
|
|
603
|
-
}
|
|
604
|
-
export interface CacheOptions {
|
|
605
|
-
cache?: boolean;
|
|
606
|
-
cookies?: boolean;
|
|
607
|
-
localStorage?: boolean;
|
|
608
|
-
appcache?: boolean;
|
|
609
|
-
userData?: boolean;
|
|
610
|
-
filesystem?: boolean;
|
|
611
|
-
shadercache?: boolean;
|
|
612
|
-
websql?: boolean;
|
|
613
|
-
serviceworkers?: boolean;
|
|
614
|
-
cachestorage?: boolean;
|
|
615
|
-
}
|
|
616
|
-
interface AppAssetInfo {
|
|
617
|
-
src?: string;
|
|
618
|
-
alias?: string;
|
|
619
|
-
version?: string;
|
|
620
|
-
target?: string;
|
|
621
|
-
args?: string;
|
|
622
|
-
mandatory?: boolean;
|
|
623
|
-
}
|
|
624
|
-
interface CookieInfo {
|
|
625
|
-
name: string;
|
|
626
|
-
domain: string;
|
|
627
|
-
path: string;
|
|
628
|
-
}
|
|
629
|
-
interface CookieOption {
|
|
630
|
-
name: string;
|
|
631
|
-
}
|
|
632
|
-
export interface WindowDetails {
|
|
633
|
-
uuid?: string;
|
|
634
|
-
mainWindow?: WindowInfo;
|
|
635
|
-
childWindows?: WindowInfo[];
|
|
636
|
-
}
|
|
637
|
-
interface WindowInfo {
|
|
638
|
-
/**
|
|
639
|
-
* name of the child window
|
|
640
|
-
*/
|
|
641
|
-
name?: string;
|
|
642
|
-
/**
|
|
643
|
-
* top-most coordinate of the child window
|
|
644
|
-
*/
|
|
645
|
-
top?: number;
|
|
646
|
-
/**
|
|
647
|
-
* right-most coordinate of the child window
|
|
648
|
-
*/
|
|
649
|
-
right?: number;
|
|
650
|
-
/**
|
|
651
|
-
* bottom-most coordinate of the child window
|
|
652
|
-
*/
|
|
653
|
-
bottom?: number;
|
|
654
|
-
/**
|
|
655
|
-
* left-most coordinate of the child window
|
|
656
|
-
*/
|
|
657
|
-
left?: number;
|
|
658
|
-
}
|
|
659
|
-
|
|
660
|
-
installerURL: string;
|
|
661
|
-
manifestURL: string;
|
|
662
|
-
};
|
|
663
|
-
export
|
|
664
|
-
uuid?: string;
|
|
665
|
-
};
|
|
666
|
-
export interface ProjectConfig {
|
|
667
|
-
name: string;
|
|
668
|
-
deployInfo?: DeployInfo;
|
|
669
|
-
}
|
|
670
|
-
export interface SDServerInfo {
|
|
671
|
-
enabled: boolean;
|
|
672
|
-
applicationRoot?: string;
|
|
673
|
-
projectConfig?: ProjectConfig;
|
|
674
|
-
}
|
|
675
|
-
interface HostSpecInfo {
|
|
676
|
-
/**
|
|
677
|
-
* "x86" for 32-bit or "x86_64" for 64-bit
|
|
678
|
-
*/
|
|
679
|
-
arch: string;
|
|
680
|
-
/**
|
|
681
|
-
* Same payload as Node's os.cpus()
|
|
682
|
-
*/
|
|
683
|
-
cpus: NodeCpuInfo[];
|
|
684
|
-
gpu: {
|
|
685
|
-
/**
|
|
686
|
-
* Graphics card name
|
|
687
|
-
*/
|
|
688
|
-
name: string;
|
|
689
|
-
};
|
|
690
|
-
/**
|
|
691
|
-
* Same payload as Node's os.totalmem()
|
|
692
|
-
*/
|
|
693
|
-
memory: number;
|
|
694
|
-
/**
|
|
695
|
-
* OS name and version/edition
|
|
696
|
-
*/
|
|
697
|
-
name: string;
|
|
698
|
-
}
|
|
699
|
-
interface NodeCpuInfo {
|
|
700
|
-
model: string;
|
|
701
|
-
/**
|
|
702
|
-
* in MHz
|
|
703
|
-
*/
|
|
704
|
-
speed: number;
|
|
705
|
-
times: {
|
|
706
|
-
/**
|
|
707
|
-
* The number of milliseconds the CPU has spent in user mode.
|
|
708
|
-
*/
|
|
709
|
-
user: number;
|
|
710
|
-
/**
|
|
711
|
-
* The number of milliseconds the CPU has spent in nice mode.
|
|
712
|
-
*/
|
|
713
|
-
nice: number;
|
|
714
|
-
/**
|
|
715
|
-
* The number of milliseconds the CPU has spent in sys mode.
|
|
716
|
-
*/
|
|
717
|
-
sys: number;
|
|
718
|
-
/**
|
|
719
|
-
* The number of milliseconds the CPU has spent in idle mode.
|
|
720
|
-
*/
|
|
721
|
-
idle: number;
|
|
722
|
-
/**
|
|
723
|
-
* The number of milliseconds the CPU has spent in irq mode.
|
|
724
|
-
*/
|
|
725
|
-
irq: number;
|
|
726
|
-
};
|
|
727
|
-
}
|
|
728
|
-
export
|
|
729
|
-
/**
|
|
730
|
-
* the percentage of total CPU usage
|
|
731
|
-
*/
|
|
732
|
-
cpuUsage: number;
|
|
733
|
-
/**
|
|
734
|
-
* Process name (e.g. Main Process, GPU, etc)
|
|
735
|
-
*/
|
|
736
|
-
name: string;
|
|
737
|
-
type: "Browser" | "Tab" | "Utility" | "Zygote" | "Sandbox helper" | "GPU" | "Pepper Plugin" | "Pepper Plugin Broker" | "Unknown";
|
|
738
|
-
/**
|
|
739
|
-
* the peak working set size in bytes
|
|
740
|
-
*/
|
|
741
|
-
peakWorkingSetSize: number;
|
|
742
|
-
/**
|
|
743
|
-
* the native process identifier
|
|
744
|
-
*/
|
|
745
|
-
processId: number;
|
|
746
|
-
workingSetSize: number;
|
|
747
|
-
webContents: {
|
|
748
|
-
[webContentId: number]: {
|
|
749
|
-
windowName: string;
|
|
750
|
-
webContentsName: string;
|
|
751
|
-
type: "window" | "view";
|
|
752
|
-
};
|
|
753
|
-
};
|
|
754
|
-
};
|
|
755
|
-
export
|
|
756
|
-
export interface ExternalProcessLaunchInfo {
|
|
757
|
-
path?: string;
|
|
758
|
-
/**
|
|
759
|
-
* Additionally note that the executable found in the zip file specified in appAssets
|
|
760
|
-
* will default to the one mentioned by appAssets.target
|
|
761
|
-
* If the the path below refers to a specific path it will override this default
|
|
762
|
-
*/
|
|
763
|
-
alias?: string;
|
|
764
|
-
/**
|
|
765
|
-
* When using alias; if no arguments are passed then the arguments (if any)
|
|
766
|
-
* are taken from the 'app.json' file, from the 'args' parameter
|
|
767
|
-
* of the 'appAssets' Object with the relevant 'alias'.
|
|
768
|
-
* If 'arguments' is passed as a parameter it takes precedence
|
|
769
|
-
* over any 'args' set in the 'app.json'.
|
|
770
|
-
*/
|
|
771
|
-
arguments?: string;
|
|
772
|
-
listener?(result: {
|
|
773
|
-
/**
|
|
774
|
-
* "Exited"
|
|
775
|
-
*/
|
|
776
|
-
topic?: string;
|
|
777
|
-
/**
|
|
778
|
-
* The mapped UUID which identifies the launched process
|
|
779
|
-
*/
|
|
780
|
-
uuid?: string;
|
|
781
|
-
exitCode?: number;
|
|
782
|
-
}): void;
|
|
783
|
-
certificate?: CertificationInfo;
|
|
784
|
-
}
|
|
785
|
-
interface CertificationInfo {
|
|
786
|
-
/**
|
|
787
|
-
* A hex string with or without spaces
|
|
788
|
-
*/
|
|
789
|
-
serial?: string;
|
|
790
|
-
/**
|
|
791
|
-
* An internally tokenized and comma delimited string allowing partial or full checks of the subject fields
|
|
792
|
-
*/
|
|
793
|
-
subject?: string;
|
|
794
|
-
/**
|
|
795
|
-
* A hex string with or without spaces
|
|
796
|
-
*/
|
|
797
|
-
publickey?: string;
|
|
798
|
-
/**
|
|
799
|
-
* A hex string with or without spaces
|
|
800
|
-
*/
|
|
801
|
-
thumbprint?: string;
|
|
802
|
-
/**
|
|
803
|
-
* A boolean indicating that the certificate is trusted and not revoked
|
|
804
|
-
*/
|
|
805
|
-
trusted?: boolean;
|
|
806
|
-
}
|
|
807
|
-
interface ExternalProcessInfo {
|
|
808
|
-
pid?: number;
|
|
809
|
-
listener?(result: {
|
|
810
|
-
/**
|
|
811
|
-
* "Exited"
|
|
812
|
-
*/
|
|
813
|
-
topic?: string;
|
|
814
|
-
/**
|
|
815
|
-
* The mapped UUID which identifies the launched process
|
|
816
|
-
*/
|
|
817
|
-
uuid?: string;
|
|
818
|
-
exitCode?: number;
|
|
819
|
-
}): void;
|
|
820
|
-
}
|
|
821
|
-
/**
|
|
822
|
-
* Window
|
|
823
|
-
* A basic window that wraps a native HTML window. Provides more fine-grained control over the window state such as the ability to minimize,
|
|
824
|
-
* maximize, restore, etc. By default a window does not show upon instantiation; instead the window's show() method must be invoked manually.
|
|
825
|
-
* The new window appears in the same process as the parent window.
|
|
826
|
-
*/
|
|
827
|
-
export interface FEAWindow {
|
|
828
|
-
/**
|
|
829
|
-
* Name of window (parent window if this is a view)
|
|
830
|
-
*/
|
|
831
|
-
name: string;
|
|
832
|
-
/**
|
|
833
|
-
* Name assigned to this WebContents (same as name unless is a titlebar or browser view)
|
|
834
|
-
*/
|
|
835
|
-
webContentsName: string;
|
|
836
|
-
/**
|
|
837
|
-
* The Electron WebContents ID associated with this WebContents. Guaranteed to be unique.
|
|
838
|
-
*/
|
|
839
|
-
webContentsId: number;
|
|
840
|
-
addBrowserView(data: any, cb: Function): any;
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
*
|
|
876
|
-
*
|
|
877
|
-
* 'frame-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
*
|
|
884
|
-
*
|
|
885
|
-
* 'frame-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
}
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
/**
|
|
1034
|
-
|
|
1035
|
-
/**
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
}
|
|
1052
|
-
export
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
};
|
|
1083
|
-
export
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
*
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
*
|
|
1242
|
-
*/
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
*
|
|
1249
|
-
* '
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
*
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
}
|
|
1288
|
-
interface
|
|
1289
|
-
/**
|
|
1290
|
-
*
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
/**
|
|
1329
|
-
*
|
|
1330
|
-
*/
|
|
1331
|
-
|
|
1332
|
-
/**
|
|
1333
|
-
*
|
|
1334
|
-
*/
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
/**
|
|
1347
|
-
*
|
|
1348
|
-
*/
|
|
1349
|
-
|
|
1350
|
-
/**
|
|
1351
|
-
*
|
|
1352
|
-
*/
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
}
|
|
1374
|
-
interface
|
|
1375
|
-
/**
|
|
1376
|
-
* the
|
|
1377
|
-
*/
|
|
1378
|
-
|
|
1379
|
-
/**
|
|
1380
|
-
*
|
|
1381
|
-
*/
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
/**
|
|
1394
|
-
*
|
|
1395
|
-
*/
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Contains type definitions for the `fin` object which is preloaded by FEA (e2o.js).
|
|
3
|
+
*/
|
|
4
|
+
import { Manifest, StandardErrorCallback, StandardPromise } from "./types";
|
|
5
|
+
import { WindowTypes } from "./platform/services/window/types";
|
|
6
|
+
export type FEALogLevel = "error" | "warn" | "log" | "info" | "debug" | "verbose";
|
|
7
|
+
interface FEADesktop {
|
|
8
|
+
main(f: () => any): void;
|
|
9
|
+
InterApplicationBus: FEAInterApplicationBus;
|
|
10
|
+
Notification: FEANotificationStatic;
|
|
11
|
+
System: FEASystem;
|
|
12
|
+
Window: FEAWindow;
|
|
13
|
+
}
|
|
14
|
+
export type FEAInfo = {
|
|
15
|
+
Electron: string;
|
|
16
|
+
FEA: string;
|
|
17
|
+
isDevLaunch: boolean;
|
|
18
|
+
sddEnabled: boolean;
|
|
19
|
+
isDevMode: boolean;
|
|
20
|
+
};
|
|
21
|
+
export type Rectangle = {
|
|
22
|
+
height: number;
|
|
23
|
+
width: number;
|
|
24
|
+
x: number;
|
|
25
|
+
y: number;
|
|
26
|
+
};
|
|
27
|
+
export type WindowState = "normal" | "minimized" | "maximized" | "full-screen" | "kiosk" | "minimized_from_maximized";
|
|
28
|
+
/**
|
|
29
|
+
* An event that updates the state of a window. If a value is non-null then it indicates that the
|
|
30
|
+
* state has changed.
|
|
31
|
+
*
|
|
32
|
+
* Bounds is sent with all events except for "closed", regardless of whether it has changed or not.
|
|
33
|
+
*/
|
|
34
|
+
export type PhysicalWindowState = {
|
|
35
|
+
windowName: string;
|
|
36
|
+
open?: boolean;
|
|
37
|
+
normalBounds: Rectangle;
|
|
38
|
+
bounds: Rectangle;
|
|
39
|
+
title?: string;
|
|
40
|
+
isAlwaysOnTop?: boolean;
|
|
41
|
+
visible?: boolean;
|
|
42
|
+
windowState: WindowState;
|
|
43
|
+
focused?: boolean;
|
|
44
|
+
};
|
|
45
|
+
export type PhysicalWindowStateEvent = PhysicalWindowState & {
|
|
46
|
+
eventName: string;
|
|
47
|
+
};
|
|
48
|
+
interface SuccessObj {
|
|
49
|
+
httpResponseCode: number;
|
|
50
|
+
}
|
|
51
|
+
interface NetworkErrorInfo extends ErrorInfo {
|
|
52
|
+
networkErrorCode: number;
|
|
53
|
+
}
|
|
54
|
+
export interface ErrorInfo {
|
|
55
|
+
stack: string;
|
|
56
|
+
message: string;
|
|
57
|
+
}
|
|
58
|
+
export interface WindowOptions {
|
|
59
|
+
/**
|
|
60
|
+
* A flag to always position the window at the top of the window stack. Default: false.
|
|
61
|
+
* Updatable
|
|
62
|
+
*/
|
|
63
|
+
alwaysOnTop?: boolean;
|
|
64
|
+
/**
|
|
65
|
+
* The arguments that were sent to the application
|
|
66
|
+
*/
|
|
67
|
+
arguments?: string;
|
|
68
|
+
/**
|
|
69
|
+
* A flag to automatically show the Window when it is created. Default: false.
|
|
70
|
+
*/
|
|
71
|
+
autoShow?: boolean;
|
|
72
|
+
/**
|
|
73
|
+
* The type of the component
|
|
74
|
+
*/
|
|
75
|
+
componentType?: string;
|
|
76
|
+
/**
|
|
77
|
+
* A flag to show the context menu when right-clicking on a window. Gives access to the Developer Console for the Window. Default: true
|
|
78
|
+
* Updatable
|
|
79
|
+
*/
|
|
80
|
+
contextMenu?: boolean;
|
|
81
|
+
/**
|
|
82
|
+
* This defines and applies rounded corners for a frameless window. Default for both width and height: 0.
|
|
83
|
+
* Updatable
|
|
84
|
+
*/
|
|
85
|
+
cornerRounding?: {
|
|
86
|
+
width?: number;
|
|
87
|
+
height?: number;
|
|
88
|
+
};
|
|
89
|
+
/**
|
|
90
|
+
* A field that the user can attach serializable data to to be ferried around with the window options. Default: ''.
|
|
91
|
+
*/
|
|
92
|
+
customData?: any;
|
|
93
|
+
/**
|
|
94
|
+
* Specifies that the window will be positioned in the center of the primary monitor when loaded for the first time on a machine.
|
|
95
|
+
* When the window corresponding to that id is loaded again, the position from before the window was closed is used.
|
|
96
|
+
* This option overrides defaultLeft and defaultTop. Default: false.
|
|
97
|
+
*/
|
|
98
|
+
defaultCentered?: boolean;
|
|
99
|
+
/**
|
|
100
|
+
* The default height of the window. Specifies the height of the window when loaded for the first time on a machine.
|
|
101
|
+
* When the window corresponding to that id is loaded again, the height is taken to be the last height of the window before it was closed. Default: 500.
|
|
102
|
+
*/
|
|
103
|
+
defaultHeight?: number;
|
|
104
|
+
/**
|
|
105
|
+
* The default width of the window. Specifies the width of the window when loaded for the first time on a machine.
|
|
106
|
+
* When the window corresponding to that id is loaded again, the width is taken to be the last width of the window before it was closed. Default: 800.
|
|
107
|
+
*/
|
|
108
|
+
defaultWidth?: number;
|
|
109
|
+
/**
|
|
110
|
+
* The default top position of the window. Specifies the position of the top of the window when loaded for the first time on a machine.
|
|
111
|
+
* When the window corresponding to that id is loaded again, the value of top is taken to be the last value before the window was closed. Default: 100.
|
|
112
|
+
*/
|
|
113
|
+
defaultTop?: number;
|
|
114
|
+
/**
|
|
115
|
+
* The default left position of the window. Specifies the position of the left of the window when loaded for the first time on a machine.
|
|
116
|
+
* When the window corresponding to that id is loaded again, the value of left is taken to be the last value before the window was closed. Default: 100.
|
|
117
|
+
*/
|
|
118
|
+
defaultLeft?: number;
|
|
119
|
+
/**
|
|
120
|
+
* A flag to show the frame. Default: true.
|
|
121
|
+
* Updatable
|
|
122
|
+
*/
|
|
123
|
+
frame?: boolean;
|
|
124
|
+
/**
|
|
125
|
+
* The window's current height
|
|
126
|
+
*/
|
|
127
|
+
height?: number;
|
|
128
|
+
/**
|
|
129
|
+
* A flag to allow a window to be hidden when the close button is clicked.Default: false.
|
|
130
|
+
* Updatable
|
|
131
|
+
*/
|
|
132
|
+
hideOnClose?: boolean;
|
|
133
|
+
/**
|
|
134
|
+
* A URL for the icon to be shown in the window title bar and the taskbar.Default: The parent application's applicationIcon.
|
|
135
|
+
* Updatable
|
|
136
|
+
*/
|
|
137
|
+
icon?: string;
|
|
138
|
+
/**
|
|
139
|
+
* The window's current left position
|
|
140
|
+
*/
|
|
141
|
+
left?: number;
|
|
142
|
+
/**
|
|
143
|
+
* The maximum height of a window.Will default to the OS defined value if set to - 1. Default: -1.
|
|
144
|
+
* Updatable
|
|
145
|
+
*/
|
|
146
|
+
maxHeight?: number;
|
|
147
|
+
/**
|
|
148
|
+
* A flag that lets the window be maximized.Default: true.
|
|
149
|
+
* Updatable
|
|
150
|
+
*/
|
|
151
|
+
maximizable?: boolean;
|
|
152
|
+
/**
|
|
153
|
+
* The maximum width of a window.Will default to the OS defined value if set to - 1. Default: -1.
|
|
154
|
+
* Updatable
|
|
155
|
+
*/
|
|
156
|
+
maxWidth?: number;
|
|
157
|
+
/**
|
|
158
|
+
* The minimum height of a window.Default: 0.
|
|
159
|
+
* Updatable
|
|
160
|
+
*/
|
|
161
|
+
minHeight?: number;
|
|
162
|
+
/**
|
|
163
|
+
* A flag that lets the window be minimized.Default: true.
|
|
164
|
+
*/
|
|
165
|
+
minimizable?: boolean;
|
|
166
|
+
/**
|
|
167
|
+
* The minimum width of a window.Default: 0.
|
|
168
|
+
*/
|
|
169
|
+
minWidth?: number;
|
|
170
|
+
/**
|
|
171
|
+
* The name for the window which must be unique within the context of the invoking Application.
|
|
172
|
+
*/
|
|
173
|
+
name?: string;
|
|
174
|
+
/**
|
|
175
|
+
* A flag that specifies how transparent the window will be.This value is clamped between 0.0 and 1.0.Default: 1.0.
|
|
176
|
+
* Updatable
|
|
177
|
+
*/
|
|
178
|
+
opacity?: number;
|
|
179
|
+
/**
|
|
180
|
+
* The path to the application when windowType is "external", "native" or "assimilation".
|
|
181
|
+
*/
|
|
182
|
+
path?: string;
|
|
183
|
+
/**
|
|
184
|
+
* A flag to drop to allow the user to resize the window.Default: true.
|
|
185
|
+
* Updatable
|
|
186
|
+
*/
|
|
187
|
+
resizable?: boolean;
|
|
188
|
+
/**
|
|
189
|
+
* Defines a region in pixels that will respond to user mouse interaction for resizing a frameless window.
|
|
190
|
+
* Updatable
|
|
191
|
+
*/
|
|
192
|
+
resizeRegion?: {
|
|
193
|
+
/**
|
|
194
|
+
* The size in pixels (Default: 2),
|
|
195
|
+
*/
|
|
196
|
+
size?: number;
|
|
197
|
+
/**
|
|
198
|
+
* The size in pixels of an additional
|
|
199
|
+
* square resizable region located at the
|
|
200
|
+
* bottom right corner of a
|
|
201
|
+
* frameless window. (Default: 4)
|
|
202
|
+
*/
|
|
203
|
+
bottomRightCorner?: number;
|
|
204
|
+
};
|
|
205
|
+
/**
|
|
206
|
+
* A flag to show the Window's icon in the taskbar. Default: true.
|
|
207
|
+
*/
|
|
208
|
+
showTaskbarIcon?: boolean;
|
|
209
|
+
/**
|
|
210
|
+
* A flag to cache the location of the window or not. Default: true.
|
|
211
|
+
*/
|
|
212
|
+
saveWindowState?: boolean;
|
|
213
|
+
/**
|
|
214
|
+
* Specify a taskbar group for the window. Default: app's uuid.
|
|
215
|
+
*/
|
|
216
|
+
taskbarIconGroup?: string;
|
|
217
|
+
/**
|
|
218
|
+
* The window's current top position
|
|
219
|
+
*/
|
|
220
|
+
top?: number;
|
|
221
|
+
/**
|
|
222
|
+
* Whether window should be shown
|
|
223
|
+
*/
|
|
224
|
+
show?: boolean;
|
|
225
|
+
/**
|
|
226
|
+
* A string that sets the window to be "minimized", "maximized", or "normal" on creation. Default: "normal".
|
|
227
|
+
*/
|
|
228
|
+
state?: string;
|
|
229
|
+
/**
|
|
230
|
+
* Makes the window transparent.
|
|
231
|
+
*/
|
|
232
|
+
transparent?: boolean;
|
|
233
|
+
/**
|
|
234
|
+
* Which the type window to spawn
|
|
235
|
+
*/
|
|
236
|
+
windowType?: WindowTypes;
|
|
237
|
+
/**
|
|
238
|
+
* The window's current width
|
|
239
|
+
*/
|
|
240
|
+
width?: number;
|
|
241
|
+
/**
|
|
242
|
+
* The URL of the window. Default: "about:blank".
|
|
243
|
+
*/
|
|
244
|
+
url?: string;
|
|
245
|
+
/**
|
|
246
|
+
* When set to false, the window will render before the "load" event is fired on the content's window.
|
|
247
|
+
* Caution, when false you will see an initial empty white window. Default: true.
|
|
248
|
+
*/
|
|
249
|
+
waitForPageLoad?: boolean;
|
|
250
|
+
/**
|
|
251
|
+
* The url for the window's titlebar component.
|
|
252
|
+
*/
|
|
253
|
+
windowTitleBarUrl?: string;
|
|
254
|
+
}
|
|
255
|
+
/**
|
|
256
|
+
* Clipboard
|
|
257
|
+
* Clipboard API allows reading and writing to the clipboard in multiple formats.
|
|
258
|
+
*/
|
|
259
|
+
interface FEAClipboard {
|
|
260
|
+
new (): FEAClipboard;
|
|
261
|
+
/**
|
|
262
|
+
* Creates a new Application.
|
|
263
|
+
* An object representing an application. Allows the developer to create, execute, show/close an application as well as listen to application events.
|
|
264
|
+
*/
|
|
265
|
+
new (): FEAClipboard;
|
|
266
|
+
/**
|
|
267
|
+
* Reads available formats for the clipboard type
|
|
268
|
+
*/
|
|
269
|
+
availableFormats(type: string | null, callback?: (formats: string[]) => void, errorCallback?: (reason: string, error: ErrorInfo) => void): void;
|
|
270
|
+
/**
|
|
271
|
+
* Reads available formats for the clipboard type
|
|
272
|
+
*/
|
|
273
|
+
readHTML(type: string | null, callback?: (html: string) => void, errorCallback?: (reason: string, error: ErrorInfo) => void): void;
|
|
274
|
+
/**
|
|
275
|
+
* Read the content of the clipboard as Rtf
|
|
276
|
+
*/
|
|
277
|
+
readRTF(type: string | null, callback?: (rtf: string) => void, errorCallback?: (reason: string, error: ErrorInfo) => void): void;
|
|
278
|
+
/**
|
|
279
|
+
* Read the content of the clipboard as plain text
|
|
280
|
+
*/
|
|
281
|
+
readText(type: string | null, callback?: (text: string) => void, errorCallback?: (reason: string, error: ErrorInfo) => void): void;
|
|
282
|
+
/**
|
|
283
|
+
* Writes data into the clipboard
|
|
284
|
+
*/
|
|
285
|
+
write(data: any, type: string | null, callback?: () => void, errorCallback?: (reason: string, error: ErrorInfo) => void): void;
|
|
286
|
+
/**
|
|
287
|
+
* Writes data into the clipboard as Html
|
|
288
|
+
*/
|
|
289
|
+
writeHTML(data: string, type: string | null, callback?: () => void, errorCallback?: (reason: string, error: ErrorInfo) => void): void;
|
|
290
|
+
/**
|
|
291
|
+
* Writes data into the clipboard as Rtf
|
|
292
|
+
*/
|
|
293
|
+
writeRTF(data: string, type: string | null, callback?: () => void, errorCallback?: (reason: string, error: ErrorInfo) => void): void;
|
|
294
|
+
/**
|
|
295
|
+
* Writes data into the clipboard as plain text
|
|
296
|
+
*/
|
|
297
|
+
writeText(data: string, type: string | null, callback?: () => void, errorCallback?: (reason: string, error: ErrorInfo) => void): void;
|
|
298
|
+
}
|
|
299
|
+
/**
|
|
300
|
+
* InterApplicationBus
|
|
301
|
+
* A messaging bus that allows for pub/sub messaging between different applications.
|
|
302
|
+
*/
|
|
303
|
+
export interface FEAInterApplicationBus {
|
|
304
|
+
/**
|
|
305
|
+
* Adds a listener that gets called when applications subscribe to the current application's messages.
|
|
306
|
+
*/
|
|
307
|
+
addSubscribeListener(listener: (uuid: string, topic: string, name: string) => void): void;
|
|
308
|
+
/**
|
|
309
|
+
* Adds a listener that gets called when applications unsubscribe to the current application's messages.
|
|
310
|
+
*/
|
|
311
|
+
addUnsubscribeListener(listener: (uuid: string, topic: string, name: string) => void): void;
|
|
312
|
+
/**
|
|
313
|
+
* Removes a previously registered subscribe listener.
|
|
314
|
+
*/
|
|
315
|
+
removeSubscribeListener(listener: (uuid: string, topic: string, name: string) => void): void;
|
|
316
|
+
/**
|
|
317
|
+
* Removes a previously registered unsubscribe listener.
|
|
318
|
+
*/
|
|
319
|
+
removeUnsubscribeListener(listener: (uuid: string, topic: string, name: string) => void): void;
|
|
320
|
+
/**
|
|
321
|
+
* Publishes a message to all applications running on FEA Runtime that are subscribed to the specified topic.
|
|
322
|
+
*/
|
|
323
|
+
publish(topic: string, message: any, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
324
|
+
/**
|
|
325
|
+
* Sends a message to a specific application on a specific topic.
|
|
326
|
+
*/
|
|
327
|
+
send(destinationUuid: string, name: string, topic: string, message: any, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
328
|
+
send(destinationUuid: string, topic: string, message: any, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
329
|
+
/**
|
|
330
|
+
* Subscribes to messages from the specified application on the specified topic. If the subscription is for a uuid, [name],
|
|
331
|
+
* topic combination that has already been published to upon subscription you will receive the last 20 missed messages in the order they were published.
|
|
332
|
+
*
|
|
333
|
+
* Returns an id which can be passed to unsubscribe.
|
|
334
|
+
*/
|
|
335
|
+
subscribe(senderUuid: string, topic: string, listener: (message: any, uuid: string, name: string) => void, callback?: () => void, errorCallback?: (reason: string) => void): string | null;
|
|
336
|
+
/**
|
|
337
|
+
* Discontinues the subscription
|
|
338
|
+
*/
|
|
339
|
+
unsubscribe(
|
|
340
|
+
/**
|
|
341
|
+
* The return value from a previous call to subscribe()
|
|
342
|
+
*/
|
|
343
|
+
subscriptionID: string | null): void;
|
|
344
|
+
}
|
|
345
|
+
interface FEANotificationStatic {
|
|
346
|
+
/**
|
|
347
|
+
* Sends a system notification
|
|
348
|
+
*/
|
|
349
|
+
send(options: NotificationOptions): void;
|
|
350
|
+
/**
|
|
351
|
+
* Gets an instance of the current notification. For use within a notification window to close the window or send a message back to its parent application.
|
|
352
|
+
*/
|
|
353
|
+
getCurrent(): FEANotification;
|
|
354
|
+
}
|
|
355
|
+
/**
|
|
356
|
+
* Notification
|
|
357
|
+
* Notification represents a window on FEA Runtime which is shown briefly to the user on the bottom-right corner of the primary monitor.
|
|
358
|
+
* A notification is typically used to alert the user of some important event which requires his or her attention.
|
|
359
|
+
* Notifications are a child or your application that are controlled by the runtime.
|
|
360
|
+
*/
|
|
361
|
+
interface FEANotification {
|
|
362
|
+
/**
|
|
363
|
+
* Closes the notification.
|
|
364
|
+
*/
|
|
365
|
+
close(callback?: () => void): void;
|
|
366
|
+
/**
|
|
367
|
+
* Sends a message to the notification.
|
|
368
|
+
*/
|
|
369
|
+
sendMessage(message: any, callback?: () => void): void;
|
|
370
|
+
/**
|
|
371
|
+
* Sends a message from the notification to the application that created the notification. The message is handled by the notification's onMessage callback.
|
|
372
|
+
*/
|
|
373
|
+
sendMessageToApplication(message: any, callback?: () => void): void;
|
|
374
|
+
}
|
|
375
|
+
export interface NotificationOptions {
|
|
376
|
+
/**
|
|
377
|
+
* A boolean that will force dismissal even if the mouse is hovering over the notification
|
|
378
|
+
*/
|
|
379
|
+
ignoreMouseOver?: boolean;
|
|
380
|
+
/**
|
|
381
|
+
* A message of any primitive or composite-primitive type to be passed to the notification upon creation.
|
|
382
|
+
*/
|
|
383
|
+
message?: any;
|
|
384
|
+
/**
|
|
385
|
+
* The timeout for displaying a notification.Can be in milliseconds or "never".
|
|
386
|
+
*/
|
|
387
|
+
duration?: number | "never";
|
|
388
|
+
/**
|
|
389
|
+
* The url of the notification
|
|
390
|
+
*/
|
|
391
|
+
url?: string;
|
|
392
|
+
/**
|
|
393
|
+
* A function that is called when a notification is clicked.
|
|
394
|
+
*/
|
|
395
|
+
onClick?(callback: () => void): void;
|
|
396
|
+
/**
|
|
397
|
+
* Invoked when the notification is closed via .close() method on the created notification instance
|
|
398
|
+
* or the by the notification itself via fin.desktop.Notification.getCurrent().close().
|
|
399
|
+
* NOTE: this is not invoked when the notification is dismissed via a swipe. For the swipe dismissal callback see onDismiss
|
|
400
|
+
*/
|
|
401
|
+
onClose?(callback: () => void): void;
|
|
402
|
+
/**
|
|
403
|
+
* Invoked when a the notification is dismissed by swiping it off the screen to the right. NOTE: this is no fired on a programmatic close.
|
|
404
|
+
*/
|
|
405
|
+
onDismiss?(callback: () => void): void;
|
|
406
|
+
/**
|
|
407
|
+
* A function that is called when an error occurs.The reason for the error is passed as an argument.
|
|
408
|
+
*/
|
|
409
|
+
onError?(errorCallback: (reason: string, errorObj: NetworkErrorInfo) => void): void;
|
|
410
|
+
/**
|
|
411
|
+
* The onMessage function will respond to messages sent from notification.sendMessageToApplication.
|
|
412
|
+
* The function is passed the message, which can be of any primitive or composite-primitive type.
|
|
413
|
+
*/
|
|
414
|
+
onMessage?(callback: (message: any) => void): void;
|
|
415
|
+
/**
|
|
416
|
+
* A function that is called when a notification is shown.
|
|
417
|
+
*/
|
|
418
|
+
onShow?(callback: (successObj: SuccessObj) => void): void;
|
|
419
|
+
}
|
|
420
|
+
/**
|
|
421
|
+
* System
|
|
422
|
+
* An object representing the core of FEA Runtime.
|
|
423
|
+
* Allows the developer to perform system-level actions, such as accessing logs, viewing processes, clearing the cache and exiting the runtime.
|
|
424
|
+
*/
|
|
425
|
+
interface FEASystem {
|
|
426
|
+
Clipboard: FEAClipboard;
|
|
427
|
+
GlobalShortcut: {
|
|
428
|
+
register: (keys: string, cb: Function) => void;
|
|
429
|
+
unregister: (keys: string) => void;
|
|
430
|
+
};
|
|
431
|
+
addCertificateErrorListener(): any;
|
|
432
|
+
/**
|
|
433
|
+
* Registers an event listener on the specified event.
|
|
434
|
+
*/
|
|
435
|
+
addEventListener(type: FEASystemEventType, listener: (event: SystemBaseEvent | DesktopIconClickedEvent | IdleStateChangedEvent | MonitorInfoChangedEvent | SessionChangedEvent | ProtocolHandlerEvent | UpdateDownloadEvent | WindowForceClosedEvent) => void, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
436
|
+
addSelectClientCertificateListener(): any;
|
|
437
|
+
/**
|
|
438
|
+
* Clears cached data containing window state/positions,
|
|
439
|
+
* application resource files (images, HTML, JavaScript files), cookies, and items stored in the Local Storage.
|
|
440
|
+
*/
|
|
441
|
+
clearCache(options: CacheOptions, callback?: () => void, errorCallback?: (reason: string) => void): Promise<void>;
|
|
442
|
+
/**
|
|
443
|
+
* Downloads the given application asset
|
|
444
|
+
*/
|
|
445
|
+
downloadAsset(assetObj: AppAssetInfo, progressListener?: (progress: {
|
|
446
|
+
downloadedBytes: number;
|
|
447
|
+
totalBytes: number;
|
|
448
|
+
}) => void, callback?: (successObj: {
|
|
449
|
+
path: string;
|
|
450
|
+
}) => void, errorCallback?: (reason: string, errorObj: NetworkErrorInfo) => void): void;
|
|
451
|
+
/**
|
|
452
|
+
* Exits the Runtime.
|
|
453
|
+
*/
|
|
454
|
+
exit(callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
455
|
+
/**
|
|
456
|
+
* Get additional info of cookies.
|
|
457
|
+
*/
|
|
458
|
+
getCookies(option: CookieOption, callback?: (info: CookieInfo[]) => void, errorCallback?: (reason: string) => void): void;
|
|
459
|
+
/**
|
|
460
|
+
* Retrieves the command line argument string that started FEA Runtime.
|
|
461
|
+
*/
|
|
462
|
+
getCommandLineArguments(callback?: (args: string) => void, errorCallback?: (reason: string) => void): void;
|
|
463
|
+
/**
|
|
464
|
+
* Gets the value of a given environment variable on the computer on which the runtime is installed.
|
|
465
|
+
*/
|
|
466
|
+
getEnvironmentVariable(envVar: string, callback?: (variable: string) => void, errorCallback?: (reason: string) => void): void;
|
|
467
|
+
/**
|
|
468
|
+
* Retrieves the JSON manifest that was used to create the application. Invokes the error callback if the application was not created from a manifest.
|
|
469
|
+
*/
|
|
470
|
+
getManifest(callback?: (manifest: Manifest) => void, errorCallback?: (reason: string) => void): void;
|
|
471
|
+
/**
|
|
472
|
+
* Retrieves smart desktop server info
|
|
473
|
+
*/
|
|
474
|
+
getSDServerInfo(callback?: (info: SDServerInfo) => void, errorCallback?: (reason: string) => void): void;
|
|
475
|
+
/**
|
|
476
|
+
* Retrieves system information.
|
|
477
|
+
*/
|
|
478
|
+
getHostSpecs(callback?: (info: HostSpecInfo) => void, errorCallback?: (reason: string) => void): void;
|
|
479
|
+
/**
|
|
480
|
+
* Retrieves an object that contains data about the about the monitor setup of the computer that the runtime is running on.
|
|
481
|
+
*/
|
|
482
|
+
getMonitorInfo(callback?: (monitorInfo: MonitorInfo) => void, errorCallback?: (reason: string) => void): void;
|
|
483
|
+
/**
|
|
484
|
+
* Returns the mouse in virtual screen coordinates (left, top).
|
|
485
|
+
*/
|
|
486
|
+
getMousePosition(callback?: (mousePosition: VirtualScreenCoordinates) => void, errorCallback?: (reason: string) => void): void;
|
|
487
|
+
/**
|
|
488
|
+
* Deletes app assets
|
|
489
|
+
* @param alias - If set, then delete that specific asset, otherwise delete all
|
|
490
|
+
*/
|
|
491
|
+
deleteAssets(alias?: string | null): StandardPromise<void>;
|
|
492
|
+
/**
|
|
493
|
+
* Returns smart desktop server info
|
|
494
|
+
*/
|
|
495
|
+
getSDServerInfo(callback?: (info: Object) => void, errorCallback?: (err: string) => void): void;
|
|
496
|
+
/**
|
|
497
|
+
* Retrieves an array of all of the runtime processes that are currently running.
|
|
498
|
+
* Each element in the array is an object containing the uuid and the name of the application to which the process belongs.
|
|
499
|
+
*/
|
|
500
|
+
getProcessList(callback?: (processInfoList: ProcessInfo[]) => void, errorCallback?: (reason: string) => void): void;
|
|
501
|
+
getUpdateAvailable: (cb: (isUpdateAvailable: boolean) => void) => void;
|
|
502
|
+
/**
|
|
503
|
+
* Returns the version numbers of Electron and FEA.
|
|
504
|
+
*/
|
|
505
|
+
getFEAInfo(cb?: (versions: FEAInfo) => void): Promise<FEAInfo>;
|
|
506
|
+
/**
|
|
507
|
+
* @deprecated Use getFEAInfo
|
|
508
|
+
*/
|
|
509
|
+
getVersion(callback?: (version: string) => void, errorCallback?: (reason: string) => void): void;
|
|
510
|
+
hideSplashScreen: () => void;
|
|
511
|
+
notifyLoggerReady: () => void;
|
|
512
|
+
updateCentralLoggerState: (loggerState: any) => void;
|
|
513
|
+
/**
|
|
514
|
+
* Runs an executable or batch file.
|
|
515
|
+
*/
|
|
516
|
+
launchExternalProcess(options: ExternalProcessLaunchInfo, callback?: (payload: {
|
|
517
|
+
uuid: string;
|
|
518
|
+
}) => void, errorCallback?: (reason: string) => void): void;
|
|
519
|
+
/**
|
|
520
|
+
* Sends a log message to the FEA log. This is only allowed if the app is running
|
|
521
|
+
* under a security profile that has logToDisk set to true (such as the "trusted" profile.)
|
|
522
|
+
*
|
|
523
|
+
* @param level The log level to use
|
|
524
|
+
* @param ...messages Messages to log
|
|
525
|
+
*/
|
|
526
|
+
logToDisk(level: FEALogLevel, ...messages: any[]): void;
|
|
527
|
+
/**
|
|
528
|
+
* Subscribes to the WindowEventStream. This is reserved for the window service.
|
|
529
|
+
*/
|
|
530
|
+
subscribeToWindowEventStream(handler: (data: PhysicalWindowStateEvent) => void): any;
|
|
531
|
+
/**
|
|
532
|
+
* Monitors a running process.
|
|
533
|
+
*/
|
|
534
|
+
monitorExternalProcess(options: ExternalProcessInfo, callback?: (payload: {
|
|
535
|
+
uuid: string;
|
|
536
|
+
}) => void, errorCallback?: (reason: string) => void): void;
|
|
537
|
+
/**
|
|
538
|
+
* Opens the passed URL in the default web browser.
|
|
539
|
+
*/
|
|
540
|
+
openUrlWithBrowser(url: string, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
541
|
+
/**
|
|
542
|
+
* Gets list of downloads currently stored.
|
|
543
|
+
*/
|
|
544
|
+
getDownloadList(callback?: (downloadList: any) => void, errorCallback?: (reason: string) => void): void;
|
|
545
|
+
/**
|
|
546
|
+
* Removes a download from the list of downloads.
|
|
547
|
+
*/
|
|
548
|
+
removeDownloadItem(id: string): StandardPromise<void>;
|
|
549
|
+
/**
|
|
550
|
+
* Cancels a download.
|
|
551
|
+
*/
|
|
552
|
+
cancelDownload(id: string): void;
|
|
553
|
+
/**
|
|
554
|
+
* Pauses a download.
|
|
555
|
+
*/
|
|
556
|
+
pauseDownload(id: string): void;
|
|
557
|
+
/**
|
|
558
|
+
* Resumes a paused download.
|
|
559
|
+
*/
|
|
560
|
+
resumeDownload(id: string): void;
|
|
561
|
+
/**
|
|
562
|
+
* Sets the location where downloads should be saved
|
|
563
|
+
*/
|
|
564
|
+
setDownloadSavePath(path: string): void;
|
|
565
|
+
/**
|
|
566
|
+
* Opens the folder where the download was saved
|
|
567
|
+
*/
|
|
568
|
+
showDownloadedFileInFolder(id: string): void;
|
|
569
|
+
/**
|
|
570
|
+
* Clears the download list for testing
|
|
571
|
+
*/
|
|
572
|
+
clearDownloadList(): void;
|
|
573
|
+
/**
|
|
574
|
+
* Removes a previously registered event listener from the specified event.
|
|
575
|
+
*/
|
|
576
|
+
removeEventListener(type: FEASystemEventType, listener: (event: SystemBaseEvent | DesktopIconClickedEvent | IdleStateChangedEvent | MonitorInfoChangedEvent | SessionChangedEvent | ProtocolHandlerEvent | UpdateDownloadEvent) => void, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
577
|
+
/**
|
|
578
|
+
* Restarts the entire application (FEA)
|
|
579
|
+
*/
|
|
580
|
+
restart(): void;
|
|
581
|
+
setTrayIcon(url: string, cb?: () => void): void;
|
|
582
|
+
/**
|
|
583
|
+
* Shows the Chrome Developer Tools for the specified window.
|
|
584
|
+
*/
|
|
585
|
+
showDeveloperTools(name: string,
|
|
586
|
+
/** Defaults to true. When true, automatically show developer tools for current window or view. Otherwise, specify the number of the explicit BrowserView, or null for the BrowserWindow */
|
|
587
|
+
isView?: number | boolean | null, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
588
|
+
/**
|
|
589
|
+
* Performs handshake with FEA to indicate the primary application started successfully
|
|
590
|
+
*/
|
|
591
|
+
startupApplicationHandshake(): void;
|
|
592
|
+
/**
|
|
593
|
+
* Terminates the entire application (FEA)
|
|
594
|
+
*/
|
|
595
|
+
terminate(): void;
|
|
596
|
+
/**
|
|
597
|
+
* Attempt to close an external process. The process will be terminated if it has not closed after the elapsed timeout in milliseconds.
|
|
598
|
+
*/
|
|
599
|
+
terminateExternalProcess(processUuid: string, timeout: number, callback?: (info: {
|
|
600
|
+
result: "clean" | "terminated" | "failed";
|
|
601
|
+
}) => void, errorCallback?: (reason: string) => void): void;
|
|
602
|
+
getProtocolString(cb?: (data: string) => void): Promise<string>;
|
|
603
|
+
}
|
|
604
|
+
export interface CacheOptions {
|
|
605
|
+
cache?: boolean;
|
|
606
|
+
cookies?: boolean;
|
|
607
|
+
localStorage?: boolean;
|
|
608
|
+
appcache?: boolean;
|
|
609
|
+
userData?: boolean;
|
|
610
|
+
filesystem?: boolean;
|
|
611
|
+
shadercache?: boolean;
|
|
612
|
+
websql?: boolean;
|
|
613
|
+
serviceworkers?: boolean;
|
|
614
|
+
cachestorage?: boolean;
|
|
615
|
+
}
|
|
616
|
+
interface AppAssetInfo {
|
|
617
|
+
src?: string;
|
|
618
|
+
alias?: string;
|
|
619
|
+
version?: string;
|
|
620
|
+
target?: string;
|
|
621
|
+
args?: string;
|
|
622
|
+
mandatory?: boolean;
|
|
623
|
+
}
|
|
624
|
+
interface CookieInfo {
|
|
625
|
+
name: string;
|
|
626
|
+
domain: string;
|
|
627
|
+
path: string;
|
|
628
|
+
}
|
|
629
|
+
interface CookieOption {
|
|
630
|
+
name: string;
|
|
631
|
+
}
|
|
632
|
+
export interface WindowDetails {
|
|
633
|
+
uuid?: string;
|
|
634
|
+
mainWindow?: WindowInfo;
|
|
635
|
+
childWindows?: WindowInfo[];
|
|
636
|
+
}
|
|
637
|
+
interface WindowInfo {
|
|
638
|
+
/**
|
|
639
|
+
* name of the child window
|
|
640
|
+
*/
|
|
641
|
+
name?: string;
|
|
642
|
+
/**
|
|
643
|
+
* top-most coordinate of the child window
|
|
644
|
+
*/
|
|
645
|
+
top?: number;
|
|
646
|
+
/**
|
|
647
|
+
* right-most coordinate of the child window
|
|
648
|
+
*/
|
|
649
|
+
right?: number;
|
|
650
|
+
/**
|
|
651
|
+
* bottom-most coordinate of the child window
|
|
652
|
+
*/
|
|
653
|
+
bottom?: number;
|
|
654
|
+
/**
|
|
655
|
+
* left-most coordinate of the child window
|
|
656
|
+
*/
|
|
657
|
+
left?: number;
|
|
658
|
+
}
|
|
659
|
+
type CosaicCloudInfo = {
|
|
660
|
+
installerURL: string;
|
|
661
|
+
manifestURL: string;
|
|
662
|
+
};
|
|
663
|
+
export type DeployInfo = CosaicCloudInfo & {
|
|
664
|
+
uuid?: string;
|
|
665
|
+
};
|
|
666
|
+
export interface ProjectConfig {
|
|
667
|
+
name: string;
|
|
668
|
+
deployInfo?: DeployInfo;
|
|
669
|
+
}
|
|
670
|
+
export interface SDServerInfo {
|
|
671
|
+
enabled: boolean;
|
|
672
|
+
applicationRoot?: string;
|
|
673
|
+
projectConfig?: ProjectConfig;
|
|
674
|
+
}
|
|
675
|
+
interface HostSpecInfo {
|
|
676
|
+
/**
|
|
677
|
+
* "x86" for 32-bit or "x86_64" for 64-bit
|
|
678
|
+
*/
|
|
679
|
+
arch: string;
|
|
680
|
+
/**
|
|
681
|
+
* Same payload as Node's os.cpus()
|
|
682
|
+
*/
|
|
683
|
+
cpus: NodeCpuInfo[];
|
|
684
|
+
gpu: {
|
|
685
|
+
/**
|
|
686
|
+
* Graphics card name
|
|
687
|
+
*/
|
|
688
|
+
name: string;
|
|
689
|
+
};
|
|
690
|
+
/**
|
|
691
|
+
* Same payload as Node's os.totalmem()
|
|
692
|
+
*/
|
|
693
|
+
memory: number;
|
|
694
|
+
/**
|
|
695
|
+
* OS name and version/edition
|
|
696
|
+
*/
|
|
697
|
+
name: string;
|
|
698
|
+
}
|
|
699
|
+
interface NodeCpuInfo {
|
|
700
|
+
model: string;
|
|
701
|
+
/**
|
|
702
|
+
* in MHz
|
|
703
|
+
*/
|
|
704
|
+
speed: number;
|
|
705
|
+
times: {
|
|
706
|
+
/**
|
|
707
|
+
* The number of milliseconds the CPU has spent in user mode.
|
|
708
|
+
*/
|
|
709
|
+
user: number;
|
|
710
|
+
/**
|
|
711
|
+
* The number of milliseconds the CPU has spent in nice mode.
|
|
712
|
+
*/
|
|
713
|
+
nice: number;
|
|
714
|
+
/**
|
|
715
|
+
* The number of milliseconds the CPU has spent in sys mode.
|
|
716
|
+
*/
|
|
717
|
+
sys: number;
|
|
718
|
+
/**
|
|
719
|
+
* The number of milliseconds the CPU has spent in idle mode.
|
|
720
|
+
*/
|
|
721
|
+
idle: number;
|
|
722
|
+
/**
|
|
723
|
+
* The number of milliseconds the CPU has spent in irq mode.
|
|
724
|
+
*/
|
|
725
|
+
irq: number;
|
|
726
|
+
};
|
|
727
|
+
}
|
|
728
|
+
export type Metric = {
|
|
729
|
+
/**
|
|
730
|
+
* the percentage of total CPU usage
|
|
731
|
+
*/
|
|
732
|
+
cpuUsage: number;
|
|
733
|
+
/**
|
|
734
|
+
* Process name (e.g. Main Process, GPU, etc)
|
|
735
|
+
*/
|
|
736
|
+
name: string;
|
|
737
|
+
type: "Browser" | "Tab" | "Utility" | "Zygote" | "Sandbox helper" | "GPU" | "Pepper Plugin" | "Pepper Plugin Broker" | "Unknown";
|
|
738
|
+
/**
|
|
739
|
+
* the peak working set size in bytes
|
|
740
|
+
*/
|
|
741
|
+
peakWorkingSetSize: number;
|
|
742
|
+
/**
|
|
743
|
+
* the native process identifier
|
|
744
|
+
*/
|
|
745
|
+
processId: number;
|
|
746
|
+
workingSetSize: number;
|
|
747
|
+
webContents: {
|
|
748
|
+
[webContentId: number]: {
|
|
749
|
+
windowName: string;
|
|
750
|
+
webContentsName: string;
|
|
751
|
+
type: "window" | "view";
|
|
752
|
+
};
|
|
753
|
+
};
|
|
754
|
+
};
|
|
755
|
+
export type ProcessInfo = Metric;
|
|
756
|
+
export interface ExternalProcessLaunchInfo {
|
|
757
|
+
path?: string;
|
|
758
|
+
/**
|
|
759
|
+
* Additionally note that the executable found in the zip file specified in appAssets
|
|
760
|
+
* will default to the one mentioned by appAssets.target
|
|
761
|
+
* If the the path below refers to a specific path it will override this default
|
|
762
|
+
*/
|
|
763
|
+
alias?: string;
|
|
764
|
+
/**
|
|
765
|
+
* When using alias; if no arguments are passed then the arguments (if any)
|
|
766
|
+
* are taken from the 'app.json' file, from the 'args' parameter
|
|
767
|
+
* of the 'appAssets' Object with the relevant 'alias'.
|
|
768
|
+
* If 'arguments' is passed as a parameter it takes precedence
|
|
769
|
+
* over any 'args' set in the 'app.json'.
|
|
770
|
+
*/
|
|
771
|
+
arguments?: string;
|
|
772
|
+
listener?(result: {
|
|
773
|
+
/**
|
|
774
|
+
* "Exited"
|
|
775
|
+
*/
|
|
776
|
+
topic?: string;
|
|
777
|
+
/**
|
|
778
|
+
* The mapped UUID which identifies the launched process
|
|
779
|
+
*/
|
|
780
|
+
uuid?: string;
|
|
781
|
+
exitCode?: number;
|
|
782
|
+
}): void;
|
|
783
|
+
certificate?: CertificationInfo;
|
|
784
|
+
}
|
|
785
|
+
interface CertificationInfo {
|
|
786
|
+
/**
|
|
787
|
+
* A hex string with or without spaces
|
|
788
|
+
*/
|
|
789
|
+
serial?: string;
|
|
790
|
+
/**
|
|
791
|
+
* An internally tokenized and comma delimited string allowing partial or full checks of the subject fields
|
|
792
|
+
*/
|
|
793
|
+
subject?: string;
|
|
794
|
+
/**
|
|
795
|
+
* A hex string with or without spaces
|
|
796
|
+
*/
|
|
797
|
+
publickey?: string;
|
|
798
|
+
/**
|
|
799
|
+
* A hex string with or without spaces
|
|
800
|
+
*/
|
|
801
|
+
thumbprint?: string;
|
|
802
|
+
/**
|
|
803
|
+
* A boolean indicating that the certificate is trusted and not revoked
|
|
804
|
+
*/
|
|
805
|
+
trusted?: boolean;
|
|
806
|
+
}
|
|
807
|
+
interface ExternalProcessInfo {
|
|
808
|
+
pid?: number;
|
|
809
|
+
listener?(result: {
|
|
810
|
+
/**
|
|
811
|
+
* "Exited"
|
|
812
|
+
*/
|
|
813
|
+
topic?: string;
|
|
814
|
+
/**
|
|
815
|
+
* The mapped UUID which identifies the launched process
|
|
816
|
+
*/
|
|
817
|
+
uuid?: string;
|
|
818
|
+
exitCode?: number;
|
|
819
|
+
}): void;
|
|
820
|
+
}
|
|
821
|
+
/**
|
|
822
|
+
* Window
|
|
823
|
+
* A basic window that wraps a native HTML window. Provides more fine-grained control over the window state such as the ability to minimize,
|
|
824
|
+
* maximize, restore, etc. By default a window does not show upon instantiation; instead the window's show() method must be invoked manually.
|
|
825
|
+
* The new window appears in the same process as the parent window.
|
|
826
|
+
*/
|
|
827
|
+
export interface FEAWindow {
|
|
828
|
+
/**
|
|
829
|
+
* Name of window (parent window if this is a view)
|
|
830
|
+
*/
|
|
831
|
+
name: string;
|
|
832
|
+
/**
|
|
833
|
+
* Name assigned to this WebContents (same as name unless is a titlebar or browser view)
|
|
834
|
+
*/
|
|
835
|
+
webContentsName: string;
|
|
836
|
+
/**
|
|
837
|
+
* The Electron WebContents ID associated with this WebContents. Guaranteed to be unique.
|
|
838
|
+
*/
|
|
839
|
+
webContentsId: number;
|
|
840
|
+
addBrowserView(data: any, cb: Function): any;
|
|
841
|
+
setZoomFactor(zoomFactor: number, cb?: Function): void;
|
|
842
|
+
getZoomFactor(cb: (zoomFactor: number) => void): void;
|
|
843
|
+
/**
|
|
844
|
+
* Registers an event listener on the specified event.
|
|
845
|
+
*/
|
|
846
|
+
addEventListener(type: FEAWindowEventType, listener: (event: WindowBaseEvent | WindowAuthRequestedEvent | WindowBoundsEvent | WindowExternalProcessStartedEvent | WindowExternalProcessExited | WindowGroupChangedEvent | WindowHiddenEvent | Window_NavigationRejectedEvent) => void, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
847
|
+
/**
|
|
848
|
+
* Performs the specified window transitions
|
|
849
|
+
*/
|
|
850
|
+
animate(transitions: AnimationTransition, options: AnimationOptions, callback?: (event: any) => void, errorCallback?: (reason: string) => void): void;
|
|
851
|
+
/**
|
|
852
|
+
* Provides credentials to authentication requests
|
|
853
|
+
*/
|
|
854
|
+
authenticate(userName: string, password: string, callback?: () => void, errorCallback?: (reason: string, error: ErrorInfo) => void): void;
|
|
855
|
+
/**
|
|
856
|
+
* Removes focus from the window.
|
|
857
|
+
*/
|
|
858
|
+
blur(callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
859
|
+
/**
|
|
860
|
+
* Brings the window to the front of the FEA window stack.
|
|
861
|
+
*/
|
|
862
|
+
bringToFront(callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
863
|
+
/**
|
|
864
|
+
* Closes the window.
|
|
865
|
+
* @param Close will be prevented from closing when force is false and 'close-requested' has been subscribed to for application's main window.
|
|
866
|
+
*/
|
|
867
|
+
bringViewToFront(viewId: any, cb: Function): any;
|
|
868
|
+
close(force?: boolean, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
869
|
+
/**
|
|
870
|
+
* Create a basic window that wraps a native HTML window. Provides more fine-grained control over the window state such as the ability to minimize,
|
|
871
|
+
* maximize, restore, etc. The new window appears in the same process as the parent window.
|
|
872
|
+
*/
|
|
873
|
+
createNew(options: WindowOptions, cb: StandardErrorCallback<FEAWindow>): void;
|
|
874
|
+
/**
|
|
875
|
+
* Prevents a user from changing a window's size/position when using the window's frame.
|
|
876
|
+
* 'disabled-frame-bounds-changing' is generated at the start of and during a user move/size operation.
|
|
877
|
+
* 'disabled-frame-bounds-changed' is generated after a user move/size operation.
|
|
878
|
+
* The events provide the bounds that would have been applied if the frame was enabled.
|
|
879
|
+
* 'frame-disabled' is generated when an enabled frame becomes disabled.
|
|
880
|
+
*/
|
|
881
|
+
disableFrame(callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
882
|
+
/**
|
|
883
|
+
* Re-enables user changes to a window's size/position when using the window's frame.
|
|
884
|
+
* 'disabled-frame-bounds-changing' is generated at the start of and during a user move/size operation.
|
|
885
|
+
* 'disabled-frame-bounds-changed' is generated after a user move/size operation.
|
|
886
|
+
* The events provide the bounds that would have been applied if the frame was enabled.
|
|
887
|
+
* 'frame-enabled' is generated when a disabled frame has becomes enabled.
|
|
888
|
+
*/
|
|
889
|
+
enableFrame(callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
890
|
+
/**
|
|
891
|
+
* Flashes the window's frame and taskbar icon until the window is activated.
|
|
892
|
+
*/
|
|
893
|
+
flash(options?: any, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
894
|
+
/**
|
|
895
|
+
* Gives focus to the window.
|
|
896
|
+
*/
|
|
897
|
+
focus(callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
898
|
+
/**
|
|
899
|
+
* Gives focus to the title bar window.
|
|
900
|
+
*/
|
|
901
|
+
focusTitleBarWindow(callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
902
|
+
/**
|
|
903
|
+
* Gets the current bounds (top, left, width, height) of the window.
|
|
904
|
+
*/
|
|
905
|
+
getBounds(callback?: (bounds: WindowBounds) => void, errorCallback?: (reason: string) => void): void;
|
|
906
|
+
/**
|
|
907
|
+
* Returns an instance of the current window.
|
|
908
|
+
* @returns Current window
|
|
909
|
+
*/
|
|
910
|
+
getCurrent(): FEAWindow;
|
|
911
|
+
/**
|
|
912
|
+
* Retrieves an array containing wrapped fin.desktop.Windows that are grouped with this window. If a window is not in a group an empty array is returned.
|
|
913
|
+
* Please note that calling window is included in the result array.
|
|
914
|
+
*/
|
|
915
|
+
getGroup(callback?: (group: FEAWindow[]) => void, errorCallback?: (reason: string) => void): void;
|
|
916
|
+
/**
|
|
917
|
+
* Gets the current settings of the window.
|
|
918
|
+
*/
|
|
919
|
+
getOptions(callback?: (options: WindowOptions) => void, errorCallback?: (reason: string) => void): void;
|
|
920
|
+
/**
|
|
921
|
+
* Gets a base64 encoded PNG snapshot of the window.
|
|
922
|
+
*/
|
|
923
|
+
getSnapshot(callback?: (base64Snapshot: string) => void, errorCallback?: (reason: string) => void): void;
|
|
924
|
+
/**
|
|
925
|
+
* Gets the current state ("minimized", "maximized", or "restored") of the window.
|
|
926
|
+
*/
|
|
927
|
+
getState(callback?: (state: "minimized" | "maximized" | "restored") => void, errorCallback?: (reason: string) => void): void;
|
|
928
|
+
/**
|
|
929
|
+
* Gets the current title of the window.
|
|
930
|
+
*/
|
|
931
|
+
getTaskbarTitle(): string;
|
|
932
|
+
/**
|
|
933
|
+
* Returns the zoom level of the window.
|
|
934
|
+
*/
|
|
935
|
+
getZoomLevel(callback?: (level: number) => void, errorCallback?: (reason: string) => void): void;
|
|
936
|
+
/**
|
|
937
|
+
* Hides the window.
|
|
938
|
+
*/
|
|
939
|
+
hide(callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
940
|
+
/**
|
|
941
|
+
* Determines if the window is currently showing.
|
|
942
|
+
*/
|
|
943
|
+
isShowing(callback?: (showing: boolean) => void, errorCallback?: (reason: string) => void): void;
|
|
944
|
+
/**
|
|
945
|
+
* Joins the same window group as the specified window.
|
|
946
|
+
*/
|
|
947
|
+
joinGroup(target: FEAWindow, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
948
|
+
/**
|
|
949
|
+
* Leaves the current window group so that the window can be move independently of those in the group.
|
|
950
|
+
*/
|
|
951
|
+
leaveGroup(callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
952
|
+
/**
|
|
953
|
+
* Maximizes the window.
|
|
954
|
+
*/
|
|
955
|
+
maximize(callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
956
|
+
/**
|
|
957
|
+
* Merges the instance's window group with the same window group as the specified window
|
|
958
|
+
*/
|
|
959
|
+
mergeGroups(target: FEAWindow, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
960
|
+
/**
|
|
961
|
+
* Minimizes the window.
|
|
962
|
+
*/
|
|
963
|
+
minimize(callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
964
|
+
/**
|
|
965
|
+
* Moves the window by a specified amount.
|
|
966
|
+
*/
|
|
967
|
+
moveBy(deltaLeft: number, deltaTop: number, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
968
|
+
/**
|
|
969
|
+
* Moves the window to a specified location.
|
|
970
|
+
*/
|
|
971
|
+
moveTo(left: number, top: number, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
972
|
+
/**
|
|
973
|
+
* Removes a previously registered event listener from the specified event.
|
|
974
|
+
*/
|
|
975
|
+
removeEventListener(type: FEAWindowEventType, listener: (event: WindowBaseEvent | WindowAuthRequestedEvent | WindowBoundsEvent | WindowExternalProcessStartedEvent | WindowExternalProcessExited | WindowGroupChangedEvent | WindowHiddenEvent | Window_NavigationRejectedEvent) => void, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
976
|
+
removeBrowserView(viewId: number, cb?: Function): any;
|
|
977
|
+
/**
|
|
978
|
+
* Removes the application's icon from the tray.
|
|
979
|
+
* @deprecated
|
|
980
|
+
*/
|
|
981
|
+
removeTrayIcon(callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
982
|
+
resetBrowserView(cb?: Function): any;
|
|
983
|
+
/**
|
|
984
|
+
* Resizes the window by a specified amount.
|
|
985
|
+
*/
|
|
986
|
+
resizeBy(deltaWidth: number, deltaHeight: number, anchor: FEAAnchor, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
987
|
+
/**
|
|
988
|
+
* Resizes the window by a specified amount.
|
|
989
|
+
*/
|
|
990
|
+
resizeTo(width: number, height: number, anchor: FEAAnchor, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
991
|
+
/**
|
|
992
|
+
* Restores the window to its normal state (i.e., unminimized, unmaximized).
|
|
993
|
+
*/
|
|
994
|
+
restore(callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
995
|
+
/**
|
|
996
|
+
* Will bring the window to the front of the entire stack and give it focus.
|
|
997
|
+
*/
|
|
998
|
+
setAsForeground(callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
999
|
+
/**
|
|
1000
|
+
* Sets the window's size and position
|
|
1001
|
+
*/
|
|
1002
|
+
setBounds(left: number, top: number, width: number, height: number, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
1003
|
+
setTaskbarIcon(data: any): void;
|
|
1004
|
+
setTaskbarIconOverlay({ iconURL }: {
|
|
1005
|
+
iconURL: string | null;
|
|
1006
|
+
}): void;
|
|
1007
|
+
/**
|
|
1008
|
+
* Sets the window's title
|
|
1009
|
+
* @param title {string} window title to be displayed
|
|
1010
|
+
*/
|
|
1011
|
+
setTaskbarTitle(title: string): void;
|
|
1012
|
+
/**
|
|
1013
|
+
* Adds a customizable icon in the system tray and notifies the application when clicked.
|
|
1014
|
+
* @deprecated use System.setTrayIcon
|
|
1015
|
+
*/
|
|
1016
|
+
setTrayIcon(iconUrl: string, listener: {
|
|
1017
|
+
[key: string]: Function;
|
|
1018
|
+
}, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
1019
|
+
setViewBounds(viewId: any, bounds: any, cb: Function): any;
|
|
1020
|
+
/**
|
|
1021
|
+
* Sets the zoom level of the window.
|
|
1022
|
+
*/
|
|
1023
|
+
setZoomLevel(level: number, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
1024
|
+
/**
|
|
1025
|
+
* Shows the window if it is hidden.
|
|
1026
|
+
* @param Show will be prevented from closing when force is false and 'show-requested' has been subscribed to for application's main window.
|
|
1027
|
+
*/
|
|
1028
|
+
show(force?: boolean, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
1029
|
+
/**
|
|
1030
|
+
* Shows the window if it is hidden at the specified location. If the toggle parameter is set to true, the window will alternate between showing and hiding.
|
|
1031
|
+
*/
|
|
1032
|
+
showAt(left: number, top: number, force?: boolean, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
1033
|
+
/** Starts moving the window programatically. Will begin following the user's mouse. */
|
|
1034
|
+
startMovingWindow(event: MouseEvent): any;
|
|
1035
|
+
/** Stops moving the window. */
|
|
1036
|
+
stopMovingWindow(): any;
|
|
1037
|
+
/**
|
|
1038
|
+
* Stops the taskbar icon from flashing.
|
|
1039
|
+
*/
|
|
1040
|
+
stopFlashing(callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
1041
|
+
/**
|
|
1042
|
+
* Updates the window using the passed options
|
|
1043
|
+
*/
|
|
1044
|
+
updateOptions(options: WindowOptions, callback?: () => void, errorCallback?: (reason: string) => void): void;
|
|
1045
|
+
/**
|
|
1046
|
+
* Returns a Window object that wraps an existing window.
|
|
1047
|
+
*/
|
|
1048
|
+
wrap(windowName: string): FEAWindow;
|
|
1049
|
+
showBrowserView(viewId: number, cb: Function): void;
|
|
1050
|
+
hideBrowserView(viewId: number, cb: Function): void;
|
|
1051
|
+
}
|
|
1052
|
+
export interface MonitorInfoChangedEvent extends MonitorInfo {
|
|
1053
|
+
topic: "system";
|
|
1054
|
+
type: "monitor-info-changed";
|
|
1055
|
+
}
|
|
1056
|
+
export type MonitorTaskbar = {
|
|
1057
|
+
edge: "left" | "right" | "top" | "bottom";
|
|
1058
|
+
top: number;
|
|
1059
|
+
left: number;
|
|
1060
|
+
right: number;
|
|
1061
|
+
bottom: number;
|
|
1062
|
+
width: number;
|
|
1063
|
+
height: number;
|
|
1064
|
+
};
|
|
1065
|
+
export interface MonitorInfo {
|
|
1066
|
+
nonPrimaryMonitors: MonitorInfoDetail[];
|
|
1067
|
+
primaryMonitor: MonitorInfoDetail;
|
|
1068
|
+
reason: string;
|
|
1069
|
+
taskbar: MonitorTaskbar;
|
|
1070
|
+
topic: "system";
|
|
1071
|
+
type: "monitor-info-changed";
|
|
1072
|
+
virtualScreen: MonitorCoordinates;
|
|
1073
|
+
}
|
|
1074
|
+
export type MonitorInfoTaskbarDetails = {
|
|
1075
|
+
edge: "bottom" | "top" | "left" | "right";
|
|
1076
|
+
height: number;
|
|
1077
|
+
width: number;
|
|
1078
|
+
bottom: number;
|
|
1079
|
+
left: number;
|
|
1080
|
+
right: number;
|
|
1081
|
+
top: number;
|
|
1082
|
+
};
|
|
1083
|
+
export type MonitorRectDetails = {
|
|
1084
|
+
dipRect: MonitorCoordinates;
|
|
1085
|
+
scaledRect: MonitorCoordinates;
|
|
1086
|
+
};
|
|
1087
|
+
export type MonitorInfoDetail = {
|
|
1088
|
+
monitor: MonitorRectDetails;
|
|
1089
|
+
availableRect: MonitorCoordinates;
|
|
1090
|
+
deviceId: string;
|
|
1091
|
+
displayDeviceActive: boolean;
|
|
1092
|
+
monitorRect: MonitorCoordinates;
|
|
1093
|
+
rawMonitor?: MonitorInfoDetail;
|
|
1094
|
+
name: string;
|
|
1095
|
+
whichMonitor?: number | "primary";
|
|
1096
|
+
position?: number;
|
|
1097
|
+
deviceScaleFactor: number;
|
|
1098
|
+
taskbar?: MonitorInfoTaskbarDetails;
|
|
1099
|
+
};
|
|
1100
|
+
export type MonitorCoordinates = {
|
|
1101
|
+
bottom: number;
|
|
1102
|
+
left: number;
|
|
1103
|
+
right: number;
|
|
1104
|
+
top: number;
|
|
1105
|
+
width: number;
|
|
1106
|
+
height: number;
|
|
1107
|
+
};
|
|
1108
|
+
export interface VirtualScreenCoordinates {
|
|
1109
|
+
left: number;
|
|
1110
|
+
top: number;
|
|
1111
|
+
x: number;
|
|
1112
|
+
y: number;
|
|
1113
|
+
}
|
|
1114
|
+
export interface SystemBaseEvent {
|
|
1115
|
+
topic: string;
|
|
1116
|
+
type: FEASystemEventType;
|
|
1117
|
+
uuid: string;
|
|
1118
|
+
}
|
|
1119
|
+
export interface ProtocolHandlerEvent {
|
|
1120
|
+
url: string;
|
|
1121
|
+
}
|
|
1122
|
+
export interface DownloadItem {
|
|
1123
|
+
id: string;
|
|
1124
|
+
displayInfo: {
|
|
1125
|
+
filename: string;
|
|
1126
|
+
url: string;
|
|
1127
|
+
state: string;
|
|
1128
|
+
receivedBytes?: number;
|
|
1129
|
+
totalBytes: number;
|
|
1130
|
+
};
|
|
1131
|
+
}
|
|
1132
|
+
export interface UpdateDownloadEvent {
|
|
1133
|
+
downloadItem: DownloadItem;
|
|
1134
|
+
}
|
|
1135
|
+
export interface WindowForceClosedEvent {
|
|
1136
|
+
windowName: string;
|
|
1137
|
+
cause: "gone" | "unresponsive";
|
|
1138
|
+
exitCode?: number;
|
|
1139
|
+
reason?: string;
|
|
1140
|
+
}
|
|
1141
|
+
export interface DesktopIconClickedEvent {
|
|
1142
|
+
mouse: {
|
|
1143
|
+
/**
|
|
1144
|
+
* the left virtual screen coordinate of the mouse
|
|
1145
|
+
*/
|
|
1146
|
+
left: number;
|
|
1147
|
+
/**
|
|
1148
|
+
* the top virtual screen coordinate of the mouse
|
|
1149
|
+
*/
|
|
1150
|
+
top: number;
|
|
1151
|
+
};
|
|
1152
|
+
/**
|
|
1153
|
+
* the number of milliseconds that have elapsed since the system was started,
|
|
1154
|
+
*/
|
|
1155
|
+
tickCount: number;
|
|
1156
|
+
topic: "system";
|
|
1157
|
+
type: "desktop-icon-clicked";
|
|
1158
|
+
}
|
|
1159
|
+
export interface IdleStateChangedEvent {
|
|
1160
|
+
/**
|
|
1161
|
+
* How long in milliseconds since the user has been idle.
|
|
1162
|
+
*/
|
|
1163
|
+
elapsedTime: number;
|
|
1164
|
+
/**
|
|
1165
|
+
* true when the user is idle,false when the user has returned;
|
|
1166
|
+
*/
|
|
1167
|
+
isIdle: boolean;
|
|
1168
|
+
topic: "system";
|
|
1169
|
+
type: "idle-state-changed";
|
|
1170
|
+
}
|
|
1171
|
+
interface WindowBaseEvent {
|
|
1172
|
+
/**
|
|
1173
|
+
* the name of the window
|
|
1174
|
+
*/
|
|
1175
|
+
name: string;
|
|
1176
|
+
/**
|
|
1177
|
+
* always window
|
|
1178
|
+
*/
|
|
1179
|
+
topic: "window";
|
|
1180
|
+
/**
|
|
1181
|
+
* window event type
|
|
1182
|
+
*/
|
|
1183
|
+
type: FEAWindowEventType;
|
|
1184
|
+
/**
|
|
1185
|
+
* the UUID of the application the window belongs to
|
|
1186
|
+
*/
|
|
1187
|
+
uuid: string;
|
|
1188
|
+
}
|
|
1189
|
+
interface WindowAuthRequestedEvent extends WindowBaseEvent {
|
|
1190
|
+
authInfo: {
|
|
1191
|
+
host: string;
|
|
1192
|
+
isProxy: boolean;
|
|
1193
|
+
port: number;
|
|
1194
|
+
realm: string;
|
|
1195
|
+
scheme: string;
|
|
1196
|
+
};
|
|
1197
|
+
}
|
|
1198
|
+
interface WindowBoundsEvent extends WindowBaseEvent {
|
|
1199
|
+
/**
|
|
1200
|
+
* describes what kind of change occurred.
|
|
1201
|
+
* 0 means a change in position.
|
|
1202
|
+
* 1 means a change in size.
|
|
1203
|
+
* 2 means a change in position and size.
|
|
1204
|
+
*/
|
|
1205
|
+
changeType: number;
|
|
1206
|
+
/**
|
|
1207
|
+
* true when pending changes have been applied to the window.
|
|
1208
|
+
*/
|
|
1209
|
+
deferred: boolean;
|
|
1210
|
+
/**
|
|
1211
|
+
* the new height of the window.
|
|
1212
|
+
*/
|
|
1213
|
+
height: number;
|
|
1214
|
+
/**
|
|
1215
|
+
* the left-most coordinate of the window.
|
|
1216
|
+
*/
|
|
1217
|
+
left: number;
|
|
1218
|
+
/**
|
|
1219
|
+
* the top-most coordinate of the window.
|
|
1220
|
+
*/
|
|
1221
|
+
top: number;
|
|
1222
|
+
type: "bounds-changed" | "bounds-changing" | "disabled-frame-bounds-changed" | "disabled-frame-bounds-changing" | "bounds-change-end";
|
|
1223
|
+
/**
|
|
1224
|
+
* the new width of the window.
|
|
1225
|
+
*/
|
|
1226
|
+
width: number;
|
|
1227
|
+
}
|
|
1228
|
+
interface WindowExternalProcessStartedEvent extends WindowBaseEvent {
|
|
1229
|
+
/**
|
|
1230
|
+
* the process handle uuid
|
|
1231
|
+
*/
|
|
1232
|
+
processUuid: string;
|
|
1233
|
+
type: "external-process-started";
|
|
1234
|
+
}
|
|
1235
|
+
interface WindowExternalProcessExited extends WindowBaseEvent {
|
|
1236
|
+
/**
|
|
1237
|
+
* the process exit code
|
|
1238
|
+
*/
|
|
1239
|
+
exitCode: number;
|
|
1240
|
+
/**
|
|
1241
|
+
* the process handle uuid
|
|
1242
|
+
*/
|
|
1243
|
+
processUuid: string;
|
|
1244
|
+
type: "external-process-exited";
|
|
1245
|
+
}
|
|
1246
|
+
interface WindowGroupChangedEvent extends WindowBaseEvent {
|
|
1247
|
+
/**
|
|
1248
|
+
* Which group array the window that the event listener was registered on is included in:
|
|
1249
|
+
* 'source' The window is included in sourceGroup.
|
|
1250
|
+
* 'target' The window is included in targetGroup.
|
|
1251
|
+
* 'nothing' The window is not included in sourceGroup nor targetGroup.
|
|
1252
|
+
*/
|
|
1253
|
+
memberOf: "source" | "target" | "nothing";
|
|
1254
|
+
/**
|
|
1255
|
+
* The reason this event was triggered.
|
|
1256
|
+
* 'leave' A window has left the group due to a leave or merge with group.
|
|
1257
|
+
* 'join' A window has joined the group.
|
|
1258
|
+
* 'merge' Two groups have been merged together.
|
|
1259
|
+
* 'disband' There are no other windows in the group.
|
|
1260
|
+
*/
|
|
1261
|
+
reason: "leave" | "join" | "merge" | "disband";
|
|
1262
|
+
/**
|
|
1263
|
+
* All the windows in the group the sourceWindow originated from.
|
|
1264
|
+
*/
|
|
1265
|
+
sourceGroup: WindowOfGroupInfo[];
|
|
1266
|
+
/**
|
|
1267
|
+
* The UUID of the application the sourceWindow belongs to The source window is the window in which (merge/join/leave)group(s) was called.
|
|
1268
|
+
*/
|
|
1269
|
+
sourceWindowAppUuid: string;
|
|
1270
|
+
/**
|
|
1271
|
+
* the name of the source window.The source window is the window in which(merge / join / leave) group(s) was called.
|
|
1272
|
+
*/
|
|
1273
|
+
sourceWindowName: string;
|
|
1274
|
+
/**
|
|
1275
|
+
* All the windows in the group the targetWindow originated from
|
|
1276
|
+
*/
|
|
1277
|
+
targetGroup: WindowOfGroupInfo[];
|
|
1278
|
+
/**
|
|
1279
|
+
* The UUID of the application the targetWindow belongs to. The target window is the window that was passed into (merge/join) group(s).
|
|
1280
|
+
*/
|
|
1281
|
+
targetWindowAppUuid: string;
|
|
1282
|
+
/**
|
|
1283
|
+
* The name of the targetWindow. The target window is the window that was passed into (merge/join) group(s).
|
|
1284
|
+
*/
|
|
1285
|
+
targetWindowName: string;
|
|
1286
|
+
type: "group-changed";
|
|
1287
|
+
}
|
|
1288
|
+
interface WindowOfGroupInfo {
|
|
1289
|
+
/**
|
|
1290
|
+
* The UUID of the application this window entry belongs to.
|
|
1291
|
+
*/
|
|
1292
|
+
appUuid: string;
|
|
1293
|
+
/**
|
|
1294
|
+
* The name of this window entry.
|
|
1295
|
+
*/
|
|
1296
|
+
windowName: string;
|
|
1297
|
+
}
|
|
1298
|
+
interface WindowHiddenEvent extends WindowBaseEvent {
|
|
1299
|
+
/**
|
|
1300
|
+
* What action prompted the close.
|
|
1301
|
+
* The reasons are: "hide", "hide-on-close"
|
|
1302
|
+
*/
|
|
1303
|
+
reason: "hide" | "hide-on-close";
|
|
1304
|
+
type: "hidden";
|
|
1305
|
+
}
|
|
1306
|
+
interface Window_NavigationRejectedEvent {
|
|
1307
|
+
name: string;
|
|
1308
|
+
/**
|
|
1309
|
+
* source of navigation window name
|
|
1310
|
+
*/
|
|
1311
|
+
sourceName: string;
|
|
1312
|
+
topic: "navigation-rejected";
|
|
1313
|
+
/**
|
|
1314
|
+
* Url that was not reached "http://blocked-content.url"
|
|
1315
|
+
*/
|
|
1316
|
+
url: string;
|
|
1317
|
+
/**
|
|
1318
|
+
* the UUID of the application the window belongs to.
|
|
1319
|
+
*/
|
|
1320
|
+
uuid: string;
|
|
1321
|
+
}
|
|
1322
|
+
interface AnimationTransition {
|
|
1323
|
+
opacity?: {
|
|
1324
|
+
/**
|
|
1325
|
+
* This value is clamped from 0.0 to 1.0
|
|
1326
|
+
*/
|
|
1327
|
+
opacity?: number;
|
|
1328
|
+
/**
|
|
1329
|
+
* The total time in milliseconds this transition should take.
|
|
1330
|
+
*/
|
|
1331
|
+
duration?: number;
|
|
1332
|
+
/**
|
|
1333
|
+
* Treat 'opacity' as absolute or as a delta. Defaults to false.
|
|
1334
|
+
*/
|
|
1335
|
+
relative?: boolean;
|
|
1336
|
+
};
|
|
1337
|
+
position?: {
|
|
1338
|
+
/**
|
|
1339
|
+
* Defaults to the window's current left position in virtual screen coordinates.
|
|
1340
|
+
*/
|
|
1341
|
+
left?: number;
|
|
1342
|
+
/**
|
|
1343
|
+
* Defaults to the window's current top position in virtual screen coordinates.
|
|
1344
|
+
*/
|
|
1345
|
+
top?: number;
|
|
1346
|
+
/**
|
|
1347
|
+
* The total time in milliseconds this transition should take.
|
|
1348
|
+
*/
|
|
1349
|
+
duration?: number;
|
|
1350
|
+
/**
|
|
1351
|
+
* Treat 'left' and 'top' as absolute or as deltas. Defaults to false.
|
|
1352
|
+
*/
|
|
1353
|
+
relative?: boolean;
|
|
1354
|
+
};
|
|
1355
|
+
size?: {
|
|
1356
|
+
/**
|
|
1357
|
+
* Optional if height is present. Defaults to the window's current width.
|
|
1358
|
+
*/
|
|
1359
|
+
width?: number;
|
|
1360
|
+
/**
|
|
1361
|
+
* Optional if width is present. Defaults to the window's current height.
|
|
1362
|
+
*/
|
|
1363
|
+
height?: number;
|
|
1364
|
+
/**
|
|
1365
|
+
* The total time in milliseconds this transition should take.
|
|
1366
|
+
*/
|
|
1367
|
+
duration?: number;
|
|
1368
|
+
/**
|
|
1369
|
+
* Treat 'width' and 'height' as absolute or as deltas. Defaults to false.
|
|
1370
|
+
*/
|
|
1371
|
+
relative?: boolean;
|
|
1372
|
+
};
|
|
1373
|
+
}
|
|
1374
|
+
interface AnimationOptions {
|
|
1375
|
+
/**
|
|
1376
|
+
* This option interrupts the current animation. When false it pushes this animation onto the end of the animation queue.
|
|
1377
|
+
*/
|
|
1378
|
+
interrupt?: boolean;
|
|
1379
|
+
/**
|
|
1380
|
+
* Transition effect. Defaults to 'ease-in-out'.
|
|
1381
|
+
*/
|
|
1382
|
+
tween?: FEATweenType;
|
|
1383
|
+
}
|
|
1384
|
+
interface WindowBounds {
|
|
1385
|
+
/**
|
|
1386
|
+
* the height of the window.
|
|
1387
|
+
*/
|
|
1388
|
+
height?: number;
|
|
1389
|
+
/**
|
|
1390
|
+
* left-most coordinate of the window.
|
|
1391
|
+
*/
|
|
1392
|
+
left?: number;
|
|
1393
|
+
/**
|
|
1394
|
+
* top-most coordinate of the window.
|
|
1395
|
+
*/
|
|
1396
|
+
top?: number;
|
|
1397
|
+
/**
|
|
1398
|
+
* the width of the window.
|
|
1399
|
+
*/
|
|
1400
|
+
width?: number;
|
|
1401
|
+
}
|
|
1402
|
+
export interface SessionChangedEvent {
|
|
1403
|
+
/**
|
|
1404
|
+
* the action that triggered this event:
|
|
1405
|
+
*/
|
|
1406
|
+
reason: "lock" | "unlock" | "remote-connect" | "remote-disconnect" | "unknown";
|
|
1407
|
+
topic: "system";
|
|
1408
|
+
type: "session-changed";
|
|
1409
|
+
}
|
|
1410
|
+
type FEATweenType = "linear" | "ease-in" | "ease-out" | "ease-in-out" | "ease-in-quad" | "ease-out-quad" | "ease-in-out-quad" | "ease-in-cubic" | "ease-out-cubic" | "ease-in-out-cubic" | "ease-out-bounce" | "ease-in-back" | "ease-out-back" | "ease-in-out-back" | "ease-in-elastic" | "ease-out-elastic" | "ease-in-out-elastic";
|
|
1411
|
+
type FEASystemEventType = "application-closed" | "application-crashed" | "application-created" | "application-started" | "apply-update-requested" | "desktop-icon-clicked" | "idle-state-changed" | "monitor-info-changed" | "new-window-created" | "session-changed" | "system-tray-click" | "system-tray-right-click" | "system-tray-mouse-enter" | "protocol-handler-triggered" | "log-fea" | "download-update" | "window-force-closed" | "browserView-content-loaded";
|
|
1412
|
+
type FEAWindowEventType = "auth-requested" | "blurred" | "bounds-changed" | "bounds-changing" | "bounds-change-end" | "close-requested" | "closed" | "disabled-frame-bounds-changed" | "disabled-frame-bounds-changing" | "embedded" | "external-process-exited" | "external-process-started" | "focused" | "frame-disabled" | "frame-enabled" | "group-changed" | "hidden" | "initialized" | "maximized" | "minimized" | "navigation-rejected" | "restored" | "show-requested" | "shown";
|
|
1413
|
+
type FEAAnchor = "top-left" | "top-right" | "bottom-left" | "bottom-right";
|
|
1414
|
+
export interface FEA {
|
|
1415
|
+
desktop: FEADesktop;
|
|
1416
|
+
isTitlebarWindow: () => boolean;
|
|
1417
|
+
isBrowserView: () => boolean;
|
|
1418
|
+
hasBrowserView: () => boolean;
|
|
1419
|
+
getViewId: () => number | null;
|
|
1420
|
+
getWebContentsId: () => number | null;
|
|
1421
|
+
}
|
|
1422
|
+
export declare enum ProgressState {
|
|
1423
|
+
NotStarted = "NotStarted",
|
|
1424
|
+
Started = "Started",
|
|
1425
|
+
Error = "Error",
|
|
1426
|
+
Finished = "Finished"
|
|
1427
|
+
}
|
|
1428
|
+
export type ProgressItem = {
|
|
1429
|
+
step: string;
|
|
1430
|
+
state: ProgressState;
|
|
1431
|
+
percentComplete: number;
|
|
1432
|
+
error: string;
|
|
1433
|
+
};
|
|
1434
|
+
export type Progress = {
|
|
1435
|
+
steps: {
|
|
1436
|
+
[key: string]: ProgressItem;
|
|
1437
|
+
};
|
|
1438
|
+
currentStep: string;
|
|
1439
|
+
};
|
|
1440
|
+
export {};
|
|
1431
1441
|
//# sourceMappingURL=FEA.d.ts.map
|