@finsemble/finsemble-ui 8.3.0 → 8.4.0-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.
Files changed (548) hide show
  1. package/FEA.d.ts +54 -24
  2. package/FEA.d.ts.map +1 -1
  3. package/FEA.js.map +1 -1
  4. package/clients/Interop/FinsembleDesktopAgent.d.ts.map +1 -1
  5. package/clients/Interop/FinsembleDesktopAgent.js +7 -10
  6. package/clients/Interop/FinsembleDesktopAgent.js.map +1 -1
  7. package/clients/Startup/FSBLDesktop.d.ts +2 -8
  8. package/clients/Startup/FSBLDesktop.d.ts.map +1 -1
  9. package/clients/Startup/FSBLDesktop.js +2 -4
  10. package/clients/Startup/FSBLDesktop.js.map +1 -1
  11. package/clients/Startup/unhandledErrors.d.ts.map +1 -1
  12. package/clients/Startup/unhandledErrors.js +6 -4
  13. package/clients/Startup/unhandledErrors.js.map +1 -1
  14. package/clients/Startup/windowStartup.d.ts.map +1 -1
  15. package/clients/Startup/windowStartup.js +125 -112
  16. package/clients/Startup/windowStartup.js.map +1 -1
  17. package/clients/StoreModel.d.ts +8 -8
  18. package/clients/StoreModel.js +8 -8
  19. package/clients/appsClient.d.ts +429 -0
  20. package/clients/appsClient.d.ts.map +1 -0
  21. package/clients/appsClient.js +649 -0
  22. package/clients/appsClient.js.map +1 -0
  23. package/clients/authenticationClient.d.ts +29 -27
  24. package/clients/authenticationClient.d.ts.map +1 -1
  25. package/clients/authenticationClient.js +11 -15
  26. package/clients/authenticationClient.js.map +1 -1
  27. package/clients/configClient.d.ts +134 -70
  28. package/clients/configClient.d.ts.map +1 -1
  29. package/clients/configClient.js +129 -112
  30. package/clients/configClient.js.map +1 -1
  31. package/clients/controller/DialogManagerClientController.d.ts +78 -0
  32. package/clients/controller/DialogManagerClientController.d.ts.map +1 -0
  33. package/clients/controller/DialogManagerClientController.js +213 -0
  34. package/clients/controller/DialogManagerClientController.js.map +1 -0
  35. package/clients/dialogManagerClient.d.ts +1 -75
  36. package/clients/dialogManagerClient.d.ts.map +1 -1
  37. package/clients/dialogManagerClient.js +1 -208
  38. package/clients/dialogManagerClient.js.map +1 -1
  39. package/clients/distributedStoreClient.d.ts +1 -0
  40. package/clients/distributedStoreClient.d.ts.map +1 -1
  41. package/clients/distributedStoreClient.js +1 -0
  42. package/clients/distributedStoreClient.js.map +1 -1
  43. package/clients/hotkeyClient.d.ts +18 -9
  44. package/clients/hotkeyClient.d.ts.map +1 -1
  45. package/clients/hotkeyClient.js +30 -14
  46. package/clients/hotkeyClient.js.map +1 -1
  47. package/clients/index.d.ts +2 -0
  48. package/clients/index.d.ts.map +1 -1
  49. package/clients/index.js +2 -0
  50. package/clients/index.js.map +1 -1
  51. package/clients/launcherClient.d.ts +50 -209
  52. package/clients/launcherClient.d.ts.map +1 -1
  53. package/clients/launcherClient.js +35 -422
  54. package/clients/launcherClient.js.map +1 -1
  55. package/clients/logger.d.ts.map +1 -1
  56. package/clients/logger.js +43 -41
  57. package/clients/logger.js.map +1 -1
  58. package/clients/notificationClient.d.ts +15 -8
  59. package/clients/notificationClient.d.ts.map +1 -1
  60. package/clients/notificationClient.js +15 -8
  61. package/clients/notificationClient.js.map +1 -1
  62. package/clients/routerClient.d.ts +25 -21
  63. package/clients/routerClient.d.ts.map +1 -1
  64. package/clients/routerClient.js +24 -20
  65. package/clients/routerClient.js.map +1 -1
  66. package/clients/searchClient.d.ts +2 -2
  67. package/clients/searchClient.js +2 -2
  68. package/clients/storageClient.d.ts +8 -5
  69. package/clients/storageClient.d.ts.map +1 -1
  70. package/clients/storageClient.js +7 -5
  71. package/clients/storageClient.js.map +1 -1
  72. package/clients/windowClient.d.ts +160 -79
  73. package/clients/windowClient.d.ts.map +1 -1
  74. package/clients/windowClient.js +244 -138
  75. package/clients/windowClient.js.map +1 -1
  76. package/clients/workspaceClient.d.ts +19 -14
  77. package/clients/workspaceClient.d.ts.map +1 -1
  78. package/clients/workspaceClient.js +15 -9
  79. package/clients/workspaceClient.js.map +1 -1
  80. package/common/Desktop.d.ts +9 -50
  81. package/common/Desktop.d.ts.map +1 -1
  82. package/common/Desktop.js +11 -64
  83. package/common/Desktop.js.map +1 -1
  84. package/common/FinsembleWindow.d.ts +4 -107
  85. package/common/FinsembleWindow.d.ts.map +1 -1
  86. package/common/FinsembleWindow.js +21 -342
  87. package/common/FinsembleWindow.js.map +1 -1
  88. package/common/Monitors.d.ts +30 -18
  89. package/common/Monitors.d.ts.map +1 -1
  90. package/common/Monitors.js +45 -80
  91. package/common/Monitors.js.map +1 -1
  92. package/common/Singleton.d.ts +7 -1
  93. package/common/Singleton.d.ts.map +1 -1
  94. package/common/Singleton.js +24 -11
  95. package/common/Singleton.js.map +1 -1
  96. package/common/constants.d.ts +3 -9
  97. package/common/constants.d.ts.map +1 -1
  98. package/common/constants.js +3 -14
  99. package/common/constants.js.map +1 -1
  100. package/common/events/FinsembleEvent.d.ts +1 -1
  101. package/common/events/FinsembleEvent.d.ts.map +1 -1
  102. package/common/redux/getRemoteStore.d.ts +53 -0
  103. package/common/redux/getRemoteStore.d.ts.map +1 -0
  104. package/common/redux/getRemoteStore.js +50 -0
  105. package/common/redux/getRemoteStore.js.map +1 -0
  106. package/common/redux/remoteReduxEnhancer.d.ts +7 -7
  107. package/common/redux/remoteReduxEnhancer.d.ts.map +1 -1
  108. package/common/redux/remoteReduxEnhancer.js +35 -20
  109. package/common/redux/remoteReduxEnhancer.js.map +1 -1
  110. package/common/redux/types.d.ts +14 -1
  111. package/common/redux/types.d.ts.map +1 -1
  112. package/common/systemManagerClient.d.ts +11 -5
  113. package/common/systemManagerClient.d.ts.map +1 -1
  114. package/common/systemManagerClient.js +25 -8
  115. package/common/systemManagerClient.js.map +1 -1
  116. package/common/util.d.ts +1 -7
  117. package/common/util.d.ts.map +1 -1
  118. package/common/util.js +1 -14
  119. package/common/util.js.map +1 -1
  120. package/deprecated/deprecatedFunctions.d.ts +1 -1
  121. package/deprecated/deprecatedFunctions.d.ts.map +1 -1
  122. package/deprecated/deprecatedFunctions.js +3 -4
  123. package/deprecated/deprecatedFunctions.js.map +1 -1
  124. package/deprecated/deprecatedlauncherClient.d.ts +1 -1
  125. package/deprecated/deprecatedlauncherClient.d.ts.map +1 -1
  126. package/deprecated/deprecatedlauncherClient.js.map +1 -1
  127. package/deprecated/dragAndDropClient.d.ts +3 -3
  128. package/deprecated/dragAndDropClient.d.ts.map +1 -1
  129. package/deprecated/dragAndDropClient.js +14 -4
  130. package/deprecated/dragAndDropClient.js.map +1 -1
  131. package/deprecated/linkerClient.d.ts +1 -1
  132. package/deprecated/linkerClient.d.ts.map +1 -1
  133. package/main.d.ts +277 -171
  134. package/main.d.ts.map +1 -1
  135. package/main.js +3 -1
  136. package/main.js.map +1 -1
  137. package/package.json +3 -3
  138. package/platform/services/Interop/types.d.ts +8 -1
  139. package/platform/services/Interop/types.d.ts.map +1 -1
  140. package/platform/services/Interop/types.js.map +1 -1
  141. package/platform/services/router/types.d.ts +5 -6
  142. package/platform/services/router/types.d.ts.map +1 -1
  143. package/platform/services/systemManager/_constants.d.ts +1 -0
  144. package/platform/services/systemManager/_constants.d.ts.map +1 -1
  145. package/platform/services/systemManager/_constants.js +2 -0
  146. package/platform/services/systemManager/_constants.js.map +1 -1
  147. package/platform/services/systemManager/types.d.ts +1 -1
  148. package/platform/services/systemManager/types.d.ts.map +1 -1
  149. package/platform/services/systemManager/types.js.map +1 -1
  150. package/platform/services/window/modules/actions.d.ts +63 -0
  151. package/platform/services/window/modules/actions.d.ts.map +1 -0
  152. package/platform/services/window/modules/actions.js +58 -0
  153. package/platform/services/window/modules/actions.js.map +1 -0
  154. package/platform/services/window/types.d.ts +257 -50
  155. package/platform/services/window/types.d.ts.map +1 -1
  156. package/platform/services/workspace/types.d.ts +4 -3
  157. package/platform/services/workspace/types.d.ts.map +1 -1
  158. package/react/assets/css/core/icons.css +0 -5
  159. package/react/assets/css/fonts/icons-reference.html +1 -1
  160. package/react/assets/css/processMonitor.css +9 -4
  161. package/react/assets/css/windowTitleBar.css +100 -284
  162. package/react/assets/icons/chevron-down.svg +1 -0
  163. package/react/assets/icons/chevron-up.svg +1 -0
  164. package/react/components/common/ButtonRow.d.ts.map +1 -1
  165. package/react/components/common/ButtonRow.js +4 -9
  166. package/react/components/common/ButtonRow.js.map +1 -1
  167. package/react/components/common/ContextMenu.d.ts.map +1 -1
  168. package/react/components/common/ContextMenu.js +2 -10
  169. package/react/components/common/ContextMenu.js.map +1 -1
  170. package/react/components/common/DropdownButton.d.ts.map +1 -1
  171. package/react/components/common/DropdownButton.js +11 -24
  172. package/react/components/common/DropdownButton.js.map +1 -1
  173. package/react/components/common/FinsembleIcon.d.ts +1 -1
  174. package/react/components/common/FinsembleIcon.d.ts.map +1 -1
  175. package/react/components/common/FinsembleIcon.js +6 -4
  176. package/react/components/common/FinsembleIcon.js.map +1 -1
  177. package/react/components/common/css/accordion.css +9 -21
  178. package/react/components/common/css/application-edit-page.css +0 -4
  179. package/react/components/common/css/selector.css +3 -1
  180. package/react/components/downloadManager/DownloadManager.d.ts +1 -1
  181. package/react/components/downloadManager/DownloadManager.d.ts.map +1 -1
  182. package/react/components/downloadManager/DownloadManager.js +2 -4
  183. package/react/components/downloadManager/DownloadManager.js.map +1 -1
  184. package/react/components/fdc3Resolver/ResolverContainer.d.ts +6 -0
  185. package/react/components/fdc3Resolver/ResolverContainer.d.ts.map +1 -1
  186. package/react/components/fdc3Resolver/ResolverContainer.js +37 -89
  187. package/react/components/fdc3Resolver/ResolverContainer.js.map +1 -1
  188. package/react/components/fdc3Resolver/ResolverDialog.d.ts +10 -1
  189. package/react/components/fdc3Resolver/ResolverDialog.d.ts.map +1 -1
  190. package/react/components/fdc3Resolver/ResolverDialog.js +78 -66
  191. package/react/components/fdc3Resolver/ResolverDialog.js.map +1 -1
  192. package/react/components/legacyControls/FinsembleDialogTextInput.d.ts +1 -1
  193. package/react/components/legacyControls/FinsembleDialogTextInput.d.ts.map +1 -1
  194. package/react/components/linker/remoteRedux.d.ts +2 -9
  195. package/react/components/linker/remoteRedux.d.ts.map +1 -1
  196. package/react/components/linker/remoteRedux.js +2 -22
  197. package/react/components/linker/remoteRedux.js.map +1 -1
  198. package/react/components/notifications/css/notification-center.css +2 -0
  199. package/react/components/processMonitor/ProcessMonitor.d.ts.map +1 -1
  200. package/react/components/processMonitor/ProcessMonitor.js +14 -36
  201. package/react/components/processMonitor/ProcessMonitor.js.map +1 -1
  202. package/react/components/processMonitor/ProcessMonitorTypes.d.ts +0 -4
  203. package/react/components/processMonitor/ProcessMonitorTypes.d.ts.map +1 -1
  204. package/react/components/processMonitor/ProcessMonitorTypes.js +1 -5
  205. package/react/components/processMonitor/ProcessMonitorTypes.js.map +1 -1
  206. package/react/components/processMonitor/components/ChildWindow.d.ts +2 -3
  207. package/react/components/processMonitor/components/ChildWindow.d.ts.map +1 -1
  208. package/react/components/processMonitor/components/ChildWindow.js +5 -9
  209. package/react/components/processMonitor/components/ChildWindow.js.map +1 -1
  210. package/react/components/processMonitor/components/ListHeader.d.ts +1 -5
  211. package/react/components/processMonitor/components/ListHeader.d.ts.map +1 -1
  212. package/react/components/processMonitor/components/ListHeader.js +3 -2
  213. package/react/components/processMonitor/components/ListHeader.js.map +1 -1
  214. package/react/components/processMonitor/components/Process.d.ts +10 -0
  215. package/react/components/processMonitor/components/Process.d.ts.map +1 -0
  216. package/react/components/processMonitor/components/Process.js +11 -0
  217. package/react/components/processMonitor/components/Process.js.map +1 -0
  218. package/react/components/processMonitor/components/ProcessStatistics.d.ts +5 -4
  219. package/react/components/processMonitor/components/ProcessStatistics.d.ts.map +1 -1
  220. package/react/components/processMonitor/components/ProcessStatistics.js +10 -7
  221. package/react/components/processMonitor/components/ProcessStatistics.js.map +1 -1
  222. package/react/components/processMonitor/constants.d.ts +1 -2
  223. package/react/components/processMonitor/constants.d.ts.map +1 -1
  224. package/react/components/processMonitor/constants.js +2 -8
  225. package/react/components/processMonitor/constants.js.map +1 -1
  226. package/react/components/processMonitor/helpers.d.ts +0 -1
  227. package/react/components/processMonitor/helpers.d.ts.map +1 -1
  228. package/react/components/processMonitor/helpers.js +2 -9
  229. package/react/components/processMonitor/helpers.js.map +1 -1
  230. package/react/components/processMonitor/stores/ProcessMonitorStore.d.ts +0 -4
  231. package/react/components/processMonitor/stores/ProcessMonitorStore.d.ts.map +1 -1
  232. package/react/components/processMonitor/stores/ProcessMonitorStore.js +0 -29
  233. package/react/components/processMonitor/stores/ProcessMonitorStore.js.map +1 -1
  234. package/react/components/search/SearchInput.d.ts +1 -2
  235. package/react/components/search/SearchInput.d.ts.map +1 -1
  236. package/react/components/search/SearchInput.js +11 -13
  237. package/react/components/search/SearchInput.js.map +1 -1
  238. package/react/components/search/SearchResults.d.ts.map +1 -1
  239. package/react/components/search/SearchResults.js +6 -6
  240. package/react/components/search/SearchResults.js.map +1 -1
  241. package/react/components/shared/openQuitConfirmationDialog.d.ts.map +1 -1
  242. package/react/components/shared/openQuitConfirmationDialog.js +31 -4
  243. package/react/components/shared/openQuitConfirmationDialog.js.map +1 -1
  244. package/react/components/singleInputDialog/SingleInputDialog.d.ts.map +1 -1
  245. package/react/components/singleInputDialog/SingleInputDialog.js +83 -100
  246. package/react/components/singleInputDialog/SingleInputDialog.js.map +1 -1
  247. package/react/components/toolbar/DragHandle.d.ts.map +1 -1
  248. package/react/components/toolbar/DragHandle.js +8 -5
  249. package/react/components/toolbar/DragHandle.js.map +1 -1
  250. package/react/components/toolbar/ToolbarShell.d.ts +1 -0
  251. package/react/components/toolbar/ToolbarShell.d.ts.map +1 -1
  252. package/react/components/toolbar/ToolbarShell.js +3 -2
  253. package/react/components/toolbar/ToolbarShell.js.map +1 -1
  254. package/react/components/userPreferences/components/content/Workspaces.d.ts +5 -0
  255. package/react/components/userPreferences/components/content/Workspaces.d.ts.map +1 -1
  256. package/react/components/userPreferences/components/content/Workspaces.js +14 -1
  257. package/react/components/userPreferences/components/content/Workspaces.js.map +1 -1
  258. package/react/components/utils.d.ts +50 -0
  259. package/react/components/utils.d.ts.map +1 -0
  260. package/react/components/utils.js +60 -0
  261. package/react/components/utils.js.map +1 -0
  262. package/react/components/windowTitleBar/AlwaysOnTopButton.d.ts +9 -0
  263. package/react/components/windowTitleBar/AlwaysOnTopButton.d.ts.map +1 -0
  264. package/react/components/windowTitleBar/AlwaysOnTopButton.js +29 -0
  265. package/react/components/windowTitleBar/AlwaysOnTopButton.js.map +1 -0
  266. package/react/components/windowTitleBar/{components/right/CloseButton.d.ts → CloseButton.d.ts} +0 -0
  267. package/react/components/windowTitleBar/CloseButton.d.ts.map +1 -0
  268. package/react/components/windowTitleBar/CloseButton.js +22 -0
  269. package/react/components/windowTitleBar/CloseButton.js.map +1 -0
  270. package/react/components/windowTitleBar/GroupingButton.d.ts +3 -0
  271. package/react/components/windowTitleBar/GroupingButton.d.ts.map +1 -0
  272. package/react/components/windowTitleBar/GroupingButton.js +25 -0
  273. package/react/components/windowTitleBar/GroupingButton.js.map +1 -0
  274. package/react/components/windowTitleBar/{components/left/LinkerButton.d.ts → LinkerButton.d.ts} +0 -0
  275. package/react/components/windowTitleBar/LinkerButton.d.ts.map +1 -0
  276. package/react/components/windowTitleBar/{components/left/LinkerButton.js → LinkerButton.js} +4 -4
  277. package/react/components/windowTitleBar/LinkerButton.js.map +1 -0
  278. package/react/components/windowTitleBar/LinkerButtonDeprecated.d.ts +11 -0
  279. package/react/components/windowTitleBar/LinkerButtonDeprecated.d.ts.map +1 -0
  280. package/react/components/windowTitleBar/LinkerButtonDeprecated.js +63 -0
  281. package/react/components/windowTitleBar/LinkerButtonDeprecated.js.map +1 -0
  282. package/react/components/windowTitleBar/{components/left/LinkerGroups.d.ts → LinkerGroups.d.ts} +0 -0
  283. package/react/components/windowTitleBar/LinkerGroups.d.ts.map +1 -0
  284. package/react/components/windowTitleBar/{components/left/LinkerGroups.js → LinkerGroups.js} +2 -3
  285. package/react/components/windowTitleBar/LinkerGroups.js.map +1 -0
  286. package/react/components/windowTitleBar/LinkerGroupsDeprecated.d.ts +7 -0
  287. package/react/components/windowTitleBar/LinkerGroupsDeprecated.d.ts.map +1 -0
  288. package/react/components/windowTitleBar/LinkerGroupsDeprecated.js +35 -0
  289. package/react/components/windowTitleBar/LinkerGroupsDeprecated.js.map +1 -0
  290. package/react/components/windowTitleBar/MaximizeButton.d.ts +3 -0
  291. package/react/components/windowTitleBar/MaximizeButton.d.ts.map +1 -0
  292. package/react/components/windowTitleBar/MaximizeButton.js +18 -0
  293. package/react/components/windowTitleBar/MaximizeButton.js.map +1 -0
  294. package/react/components/windowTitleBar/MinimizeButton.d.ts +3 -0
  295. package/react/components/windowTitleBar/MinimizeButton.d.ts.map +1 -0
  296. package/react/components/windowTitleBar/MinimizeButton.js +21 -0
  297. package/react/components/windowTitleBar/MinimizeButton.js.map +1 -0
  298. package/react/components/windowTitleBar/ShareButton.d.ts +3 -0
  299. package/react/components/windowTitleBar/ShareButton.d.ts.map +1 -0
  300. package/react/components/windowTitleBar/ShareButton.js +24 -0
  301. package/react/components/windowTitleBar/ShareButton.js.map +1 -0
  302. package/react/components/windowTitleBar/TabRegion.d.ts +7 -0
  303. package/react/components/windowTitleBar/TabRegion.d.ts.map +1 -0
  304. package/react/components/windowTitleBar/TabRegion.js +453 -0
  305. package/react/components/windowTitleBar/TabRegion.js.map +1 -0
  306. package/react/components/windowTitleBar/TabTitle.d.ts +8 -0
  307. package/react/components/windowTitleBar/TabTitle.d.ts.map +1 -0
  308. package/react/components/windowTitleBar/TabTitle.js +17 -0
  309. package/react/components/windowTitleBar/TabTitle.js.map +1 -0
  310. package/react/components/windowTitleBar/TitleEdit.d.ts +10 -0
  311. package/react/components/windowTitleBar/TitleEdit.d.ts.map +1 -0
  312. package/react/components/windowTitleBar/TitleEdit.js +30 -0
  313. package/react/components/windowTitleBar/TitleEdit.js.map +1 -0
  314. package/react/components/windowTitleBar/WindowTitleBarContext.d.ts +12 -0
  315. package/react/components/windowTitleBar/WindowTitleBarContext.d.ts.map +1 -0
  316. package/react/components/windowTitleBar/WindowTitleBarContext.js +3 -0
  317. package/react/components/windowTitleBar/WindowTitleBarContext.js.map +1 -0
  318. package/react/components/windowTitleBar/WindowTitleBarShell.d.ts +14 -272
  319. package/react/components/windowTitleBar/WindowTitleBarShell.d.ts.map +1 -1
  320. package/react/components/windowTitleBar/WindowTitleBarShell.js +41 -929
  321. package/react/components/windowTitleBar/WindowTitleBarShell.js.map +1 -1
  322. package/react/components/windowTitleBar/index.d.ts +9 -8
  323. package/react/components/windowTitleBar/index.d.ts.map +1 -1
  324. package/react/components/windowTitleBar/index.js +9 -8
  325. package/react/components/windowTitleBar/index.js.map +1 -1
  326. package/react/components/windowTitleBar/useKeyboardNavigation.d.ts +7 -0
  327. package/react/components/windowTitleBar/useKeyboardNavigation.d.ts.map +1 -0
  328. package/react/components/windowTitleBar/useKeyboardNavigation.js +57 -0
  329. package/react/components/windowTitleBar/useKeyboardNavigation.js.map +1 -0
  330. package/react/components/windowTitleBar/useMaximize.d.ts +5 -0
  331. package/react/components/windowTitleBar/useMaximize.d.ts.map +1 -0
  332. package/react/components/windowTitleBar/useMaximize.js +23 -0
  333. package/react/components/windowTitleBar/useMaximize.js.map +1 -0
  334. package/react/components/yesNoDialog/timer.js +2 -1
  335. package/react/components/yesNoDialog/timer.js.map +1 -1
  336. package/react/hooks/useDashbar.d.ts.map +1 -1
  337. package/react/hooks/useDashbar.js.map +1 -1
  338. package/react/hooks/useDragRegion.d.ts +27 -0
  339. package/react/hooks/useDragRegion.d.ts.map +1 -0
  340. package/react/hooks/useDragRegion.js +74 -0
  341. package/react/hooks/useDragRegion.js.map +1 -0
  342. package/react/hooks/useInjectedTitleBar.d.ts +3 -0
  343. package/react/hooks/useInjectedTitleBar.d.ts.map +1 -0
  344. package/react/hooks/useInjectedTitleBar.js +437 -0
  345. package/react/hooks/useInjectedTitleBar.js.map +1 -0
  346. package/react/hooks/useNotifications.d.ts +1 -1
  347. package/react/hooks/useToolbar.d.ts +1 -0
  348. package/react/hooks/useToolbar.d.ts.map +1 -1
  349. package/react/hooks/useToolbar.js +13 -3
  350. package/react/hooks/useToolbar.js.map +1 -1
  351. package/typedefs/FDC3/api/AppMetadata.d.ts +1 -0
  352. package/typedefs/FDC3/api/AppMetadata.d.ts.map +1 -1
  353. package/typedoc-types.d.ts +9 -0
  354. package/typedoc-types.d.ts.map +1 -0
  355. package/typedoc-types.js +6 -0
  356. package/typedoc-types.js.map +1 -0
  357. package/types.d.ts +5 -11
  358. package/types.d.ts.map +1 -1
  359. package/types.js +2 -0
  360. package/types.js.map +1 -1
  361. package/common/events/PrivateEventManager.d.ts +0 -95
  362. package/common/events/PrivateEventManager.d.ts.map +0 -1
  363. package/common/events/PrivateEventManager.js +0 -295
  364. package/common/events/PrivateEventManager.js.map +0 -1
  365. package/common/events/PrivateFinsembleEvent.d.ts +0 -30
  366. package/common/events/PrivateFinsembleEvent.d.ts.map +0 -1
  367. package/common/events/PrivateFinsembleEvent.js +0 -65
  368. package/common/events/PrivateFinsembleEvent.js.map +0 -1
  369. package/common/redux/createReducer.d.ts +0 -128
  370. package/common/redux/createReducer.d.ts.map +0 -1
  371. package/common/redux/createReducer.js +0 -298
  372. package/common/redux/createReducer.js.map +0 -1
  373. package/common/redux/index.d.ts +0 -3
  374. package/common/redux/index.d.ts.map +0 -1
  375. package/common/redux/index.js +0 -3
  376. package/common/redux/index.js.map +0 -1
  377. package/platform/services/window/Common/Pools/ObjectPool.d.ts +0 -11
  378. package/platform/services/window/Common/Pools/ObjectPool.d.ts.map +0 -1
  379. package/platform/services/window/Common/Pools/ObjectPool.js +0 -43
  380. package/platform/services/window/Common/Pools/ObjectPool.js.map +0 -1
  381. package/platform/services/window/Common/Pools/PoolSingletons.d.ts +0 -10
  382. package/platform/services/window/Common/Pools/PoolSingletons.d.ts.map +0 -1
  383. package/platform/services/window/Common/Pools/PoolSingletons.js +0 -10
  384. package/platform/services/window/Common/Pools/PoolSingletons.js.map +0 -1
  385. package/platform/services/window/Common/Pools/WindowPool.d.ts +0 -7
  386. package/platform/services/window/Common/Pools/WindowPool.d.ts.map +0 -1
  387. package/platform/services/window/Common/Pools/WindowPool.js +0 -16
  388. package/platform/services/window/Common/Pools/WindowPool.js.map +0 -1
  389. package/platform/services/window/Docking/boxMath.d.ts +0 -144
  390. package/platform/services/window/Docking/boxMath.d.ts.map +0 -1
  391. package/platform/services/window/Docking/boxMath.js +0 -511
  392. package/platform/services/window/Docking/boxMath.js.map +0 -1
  393. package/platform/services/window/Docking/constants.d.ts +0 -29
  394. package/platform/services/window/Docking/constants.d.ts.map +0 -1
  395. package/platform/services/window/Docking/constants.js +0 -29
  396. package/platform/services/window/Docking/constants.js.map +0 -1
  397. package/platform/services/window/Docking/dockableBox.d.ts +0 -117
  398. package/platform/services/window/Docking/dockableBox.d.ts.map +0 -1
  399. package/platform/services/window/Docking/dockableBox.js +0 -525
  400. package/platform/services/window/Docking/dockableBox.js.map +0 -1
  401. package/platform/services/window/Docking/dockableGroup.d.ts +0 -252
  402. package/platform/services/window/Docking/dockableGroup.d.ts.map +0 -1
  403. package/platform/services/window/Docking/dockableGroup.js +0 -1054
  404. package/platform/services/window/Docking/dockableGroup.js.map +0 -1
  405. package/platform/services/window/Docking/dockableMonitor.d.ts +0 -99
  406. package/platform/services/window/Docking/dockableMonitor.d.ts.map +0 -1
  407. package/platform/services/window/Docking/dockableMonitor.js +0 -427
  408. package/platform/services/window/Docking/dockableMonitor.js.map +0 -1
  409. package/platform/services/window/Docking/dockableWindow.d.ts +0 -272
  410. package/platform/services/window/Docking/dockableWindow.d.ts.map +0 -1
  411. package/platform/services/window/Docking/dockableWindow.js +0 -1239
  412. package/platform/services/window/Docking/dockableWindow.js.map +0 -1
  413. package/platform/services/window/Docking/dockingCalculator.d.ts +0 -741
  414. package/platform/services/window/Docking/dockingCalculator.d.ts.map +0 -1
  415. package/platform/services/window/Docking/dockingCalculator.js +0 -3438
  416. package/platform/services/window/Docking/dockingCalculator.js.map +0 -1
  417. package/platform/services/window/Docking/dockingMain.d.ts +0 -349
  418. package/platform/services/window/Docking/dockingMain.d.ts.map +0 -1
  419. package/platform/services/window/Docking/dockingMain.js +0 -2541
  420. package/platform/services/window/Docking/dockingMain.js.map +0 -1
  421. package/platform/services/window/Docking/maskBoundsCalculator.d.ts +0 -28
  422. package/platform/services/window/Docking/maskBoundsCalculator.d.ts.map +0 -1
  423. package/platform/services/window/Docking/maskBoundsCalculator.js +0 -67
  424. package/platform/services/window/Docking/maskBoundsCalculator.js.map +0 -1
  425. package/platform/services/window/Docking/monitorUpdateHandler.d.ts +0 -32
  426. package/platform/services/window/Docking/monitorUpdateHandler.d.ts.map +0 -1
  427. package/platform/services/window/Docking/monitorUpdateHandler.js +0 -117
  428. package/platform/services/window/Docking/monitorUpdateHandler.js.map +0 -1
  429. package/platform/services/window/Docking/types.d.ts +0 -334
  430. package/platform/services/window/Docking/types.d.ts.map +0 -1
  431. package/platform/services/window/Docking/types.js +0 -12
  432. package/platform/services/window/Docking/types.js.map +0 -1
  433. package/platform/services/window/MultiWindowFeatures/autoArrange.d.ts +0 -90
  434. package/platform/services/window/MultiWindowFeatures/autoArrange.d.ts.map +0 -1
  435. package/platform/services/window/MultiWindowFeatures/autoArrange.js +0 -510
  436. package/platform/services/window/MultiWindowFeatures/autoArrange.js.map +0 -1
  437. package/platform/services/window/StackedWindowManager/stackedWindowManager.d.ts +0 -411
  438. package/platform/services/window/StackedWindowManager/stackedWindowManager.d.ts.map +0 -1
  439. package/platform/services/window/StackedWindowManager/stackedWindowManager.js +0 -1641
  440. package/platform/services/window/StackedWindowManager/stackedWindowManager.js.map +0 -1
  441. package/platform/services/window/WindowAbstractions/BaseWindow.d.ts +0 -469
  442. package/platform/services/window/WindowAbstractions/BaseWindow.d.ts.map +0 -1
  443. package/platform/services/window/WindowAbstractions/BaseWindow.js +0 -1347
  444. package/platform/services/window/WindowAbstractions/BaseWindow.js.map +0 -1
  445. package/platform/services/window/WindowAbstractions/FinsembleWindowInternal.d.ts +0 -9
  446. package/platform/services/window/WindowAbstractions/FinsembleWindowInternal.d.ts.map +0 -1
  447. package/platform/services/window/WindowAbstractions/FinsembleWindowInternal.js +0 -23
  448. package/platform/services/window/WindowAbstractions/FinsembleWindowInternal.js.map +0 -1
  449. package/platform/services/window/WindowAbstractions/WebWindowWrapper.d.ts +0 -227
  450. package/platform/services/window/WindowAbstractions/WebWindowWrapper.d.ts.map +0 -1
  451. package/platform/services/window/WindowAbstractions/WebWindowWrapper.js +0 -1168
  452. package/platform/services/window/WindowAbstractions/WebWindowWrapper.js.map +0 -1
  453. package/platform/services/window/WindowAbstractions/externalWindowWrapper.d.ts +0 -121
  454. package/platform/services/window/WindowAbstractions/externalWindowWrapper.d.ts.map +0 -1
  455. package/platform/services/window/WindowAbstractions/externalWindowWrapper.js +0 -591
  456. package/platform/services/window/WindowAbstractions/externalWindowWrapper.js.map +0 -1
  457. package/platform/services/window/WindowAbstractions/stackedWindowWrapper.d.ts +0 -194
  458. package/platform/services/window/WindowAbstractions/stackedWindowWrapper.d.ts.map +0 -1
  459. package/platform/services/window/WindowAbstractions/stackedWindowWrapper.js +0 -680
  460. package/platform/services/window/WindowAbstractions/stackedWindowWrapper.js.map +0 -1
  461. package/platform/services/window/windowGroup.d.ts +0 -86
  462. package/platform/services/window/windowGroup.d.ts.map +0 -1
  463. package/platform/services/window/windowGroup.js +0 -323
  464. package/platform/services/window/windowGroup.js.map +0 -1
  465. package/platform/services/workspace/windowStorageManager.d.ts +0 -180
  466. package/platform/services/workspace/windowStorageManager.d.ts.map +0 -1
  467. package/platform/services/workspace/windowStorageManager.js +0 -195
  468. package/platform/services/workspace/windowStorageManager.js.map +0 -1
  469. package/react/assets/icons/question-circle.svg +0 -6
  470. package/react/components/legacyControls/FinsembleHoverDetector.d.ts +0 -23
  471. package/react/components/legacyControls/FinsembleHoverDetector.d.ts.map +0 -1
  472. package/react/components/legacyControls/FinsembleHoverDetector.js +0 -57
  473. package/react/components/legacyControls/FinsembleHoverDetector.js.map +0 -1
  474. package/react/components/sdd/Appearance.helpers.d.ts +0 -2
  475. package/react/components/sdd/Appearance.helpers.d.ts.map +0 -1
  476. package/react/components/sdd/Appearance.helpers.js +0 -2
  477. package/react/components/sdd/Appearance.helpers.js.map +0 -1
  478. package/react/components/shared/linkerUtil.d.ts +0 -4
  479. package/react/components/shared/linkerUtil.d.ts.map +0 -1
  480. package/react/components/shared/linkerUtil.js +0 -10
  481. package/react/components/shared/linkerUtil.js.map +0 -1
  482. package/react/components/windowTitleBar/components/center/Tab.d.ts +0 -31
  483. package/react/components/windowTitleBar/components/center/Tab.d.ts.map +0 -1
  484. package/react/components/windowTitleBar/components/center/Tab.js +0 -58
  485. package/react/components/windowTitleBar/components/center/Tab.js.map +0 -1
  486. package/react/components/windowTitleBar/components/center/TabList.d.ts +0 -138
  487. package/react/components/windowTitleBar/components/center/TabList.d.ts.map +0 -1
  488. package/react/components/windowTitleBar/components/center/TabList.js +0 -614
  489. package/react/components/windowTitleBar/components/center/TabList.js.map +0 -1
  490. package/react/components/windowTitleBar/components/center/TabRegion.d.ts +0 -3
  491. package/react/components/windowTitleBar/components/center/TabRegion.d.ts.map +0 -1
  492. package/react/components/windowTitleBar/components/center/TabRegion.js +0 -13
  493. package/react/components/windowTitleBar/components/center/TabRegion.js.map +0 -1
  494. package/react/components/windowTitleBar/components/left/LinkerButton.d.ts.map +0 -1
  495. package/react/components/windowTitleBar/components/left/LinkerButton.js.map +0 -1
  496. package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.d.ts +0 -85
  497. package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.d.ts.map +0 -1
  498. package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.js +0 -172
  499. package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.js.map +0 -1
  500. package/react/components/windowTitleBar/components/left/LinkerGroups.d.ts.map +0 -1
  501. package/react/components/windowTitleBar/components/left/LinkerGroups.js.map +0 -1
  502. package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.d.ts +0 -50
  503. package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.d.ts.map +0 -1
  504. package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.js +0 -120
  505. package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.js.map +0 -1
  506. package/react/components/windowTitleBar/components/left/ShareButton.d.ts +0 -42
  507. package/react/components/windowTitleBar/components/left/ShareButton.d.ts.map +0 -1
  508. package/react/components/windowTitleBar/components/left/ShareButton.js +0 -82
  509. package/react/components/windowTitleBar/components/left/ShareButton.js.map +0 -1
  510. package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.d.ts +0 -3
  511. package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.d.ts.map +0 -1
  512. package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.js +0 -15
  513. package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.js.map +0 -1
  514. package/react/components/windowTitleBar/components/right/CloseButton.d.ts.map +0 -1
  515. package/react/components/windowTitleBar/components/right/CloseButton.js +0 -16
  516. package/react/components/windowTitleBar/components/right/CloseButton.js.map +0 -1
  517. package/react/components/windowTitleBar/components/right/GroupingButton.d.ts +0 -50
  518. package/react/components/windowTitleBar/components/right/GroupingButton.d.ts.map +0 -1
  519. package/react/components/windowTitleBar/components/right/GroupingButton.js +0 -82
  520. package/react/components/windowTitleBar/components/right/GroupingButton.js.map +0 -1
  521. package/react/components/windowTitleBar/components/right/MaximizeButton.d.ts +0 -59
  522. package/react/components/windowTitleBar/components/right/MaximizeButton.d.ts.map +0 -1
  523. package/react/components/windowTitleBar/components/right/MaximizeButton.js +0 -96
  524. package/react/components/windowTitleBar/components/right/MaximizeButton.js.map +0 -1
  525. package/react/components/windowTitleBar/components/right/MinimizeButton.d.ts +0 -26
  526. package/react/components/windowTitleBar/components/right/MinimizeButton.d.ts.map +0 -1
  527. package/react/components/windowTitleBar/components/right/MinimizeButton.js +0 -32
  528. package/react/components/windowTitleBar/components/right/MinimizeButton.js.map +0 -1
  529. package/react/components/windowTitleBar/components/windowTitle.d.ts +0 -67
  530. package/react/components/windowTitleBar/components/windowTitle.d.ts.map +0 -1
  531. package/react/components/windowTitleBar/components/windowTitle.js +0 -382
  532. package/react/components/windowTitleBar/components/windowTitle.js.map +0 -1
  533. package/react/components/windowTitleBar/stores/windowTitleBarStore.d.ts +0 -69
  534. package/react/components/windowTitleBar/stores/windowTitleBarStore.d.ts.map +0 -1
  535. package/react/components/windowTitleBar/stores/windowTitleBarStore.js +0 -610
  536. package/react/components/windowTitleBar/stores/windowTitleBarStore.js.map +0 -1
  537. package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.d.ts +0 -44
  538. package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.d.ts.map +0 -1
  539. package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.js +0 -43
  540. package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.js.map +0 -1
  541. package/react/components/windowTitleBar/windowTitleBarContext.d.ts +0 -23
  542. package/react/components/windowTitleBar/windowTitleBarContext.d.ts.map +0 -1
  543. package/react/components/windowTitleBar/windowTitleBarContext.js +0 -22
  544. package/react/components/windowTitleBar/windowTitleBarContext.js.map +0 -1
  545. package/react/types/windowTitleBar.d.ts +0 -49
  546. package/react/types/windowTitleBar.d.ts.map +0 -1
  547. package/react/types/windowTitleBar.js +0 -2
  548. package/react/types/windowTitleBar.js.map +0 -1
@@ -8,19 +8,21 @@ import { Globals } from "../../common/Globals";
8
8
  * The console is therefore not monkey-patched in browser views because those contain customer apps.
9
9
  */
10
10
  const maybeSendConsoleErrorsToCentralLogger = () => {
11
+ if (globalThis.console.unwrappedError)
12
+ return; // already wrapped
11
13
  if (System.isBrowserView()) {
12
14
  Logger.console.log("Logger client console.error is not wrapped to capture logs.");
13
15
  return;
14
16
  }
15
17
  Logger.console.log("Logger client console.error is wrapped to capture logs.");
16
18
  // save console.error function for internal use since it will be wrapped below to send errors to Central Logger.
17
- const standardErrorFunction = console.error.bind(Globals.console);
19
+ const standardErrorFunction = globalThis.console.error.bind(globalThis.console);
18
20
  // make original error function available as console.unwrappedError for cases where the wrapped version needs to be bypassed
19
- console.unwrappedError = console.error;
21
+ globalThis.console.unwrappedError = globalThis.console.error;
20
22
  /**
21
23
  * wrap console.error so all error messages are routed to Central Logger before being logged locally.
22
24
  */
23
- console.error = function (...args) {
25
+ globalThis.console.error = function (...args) {
24
26
  // annotate to identify source of message
25
27
  args.push("(console error)");
26
28
  let filteredArgs;
@@ -52,7 +54,7 @@ const maybeCatchUnhandledErrors = () => {
52
54
  // Note JSON.stringify(errorObject) essentially fails here so have to work around that.
53
55
  Logger.console.warn(`Logger client caught what is likely a DOM error event where type=${errorObject === null || errorObject === void 0 ? void 0 : errorObject.type} and target=${errorObject === null || errorObject === void 0 ? void 0 : errorObject.target}. Probably due to <img> or <script> failing to load. See component's browserView window for more details.`);
54
56
  // Much of the Event data is not serializable so can't be sent to Central logger, so log details here using a standard console warning.
55
- console.warn("Event Details (for above message)", errorObject);
57
+ globalThis.console.warn("Event Details (for above message)", errorObject);
56
58
  }
57
59
  }, true);
58
60
  if (Globals.addEventListener)
@@ -1 +1 @@
1
- {"version":3,"file":"unhandledErrors.js","sourceRoot":"","sources":["../../../../src/clients/Startup/unhandledErrors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AACnC,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAE/C;;;;;GAKG;AACH,MAAM,qCAAqC,GAAG,GAAG,EAAE;IAClD,IAAI,MAAM,CAAC,aAAa,EAAE,EAAE;QAC3B,MAAM,CAAC,OAAO,CAAC,GAAG,CAAC,6DAA6D,CAAC,CAAC;QAClF,OAAO;KACP;IACD,MAAM,CAAC,OAAO,CAAC,GAAG,CAAC,yDAAyD,CAAC,CAAC;IAE9E,gHAAgH;IAChH,MAAM,qBAAqB,GAAG,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;IAElE,4HAA4H;IAC3H,OAAe,CAAC,cAAc,GAAG,OAAO,CAAC,KAAK,CAAC;IAEhD;;OAEG;IACH,OAAO,CAAC,KAAK,GAAG,UAAU,GAAG,IAAW;QACvC,yCAAyC;QACzC,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QAE7B,IAAI,YAAY,CAAC;QAEjB,IAAI;YACH,6FAA6F;YAC7F,YAAY,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC;SAChD;QAAC,WAAM;YACP,YAAY,GAAG,8DAA8D,CAAC;YAC9E,IAAI,CAAC,IAAI,CAAC,6DAA6D,CAAC,CAAC;YACzE,qBAAqB,CAAC,GAAG,IAAI,CAAC,CAAC;SAC/B;QAED,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,GAAG,YAAY,CAAC,CAAC;IACvC,CAAC,CAAC;AACH,CAAC,CAAC;AAEF;;;GAGG;AACH,MAAM,yBAAyB,GAAG,GAAG,EAAE;IACtC,IAAI,OAAO,CAAC,gBAAgB;QAC3B,OAAO,CAAC,gBAAgB,CACvB,OAAO,EACP,CAAC,WAAW,EAAE,EAAE;YACf,wCAAwC;YACxC,IAAI,CAAA,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,OAAO,MAAI,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,QAAQ,CAAA,EAAE;gBAClD,MAAM,CAAC,OAAO,CAAC,KAAK,CACnB,2CAA2C,WAAW,CAAC,OAAO,EAAE,EAChE,SAAS,WAAW,CAAC,QAAQ,EAAE,EAC/B,gBAAgB,WAAW,CAAC,MAAM,EAAE,CACpC,CAAC;aACF;iBAAM;gBACN,gHAAgH;gBAChH,uFAAuF;gBACvF,MAAM,CAAC,OAAO,CAAC,IAAI,CAClB,oEAAoE,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,IAAI,eAAe,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,MAAM,4GAA4G,CACnO,CAAC;gBACF,uIAAuI;gBACvI,OAAO,CAAC,IAAI,CAAC,mCAAmC,EAAE,WAAW,CAAC,CAAC;aAC/D;QACF,CAAC,EACD,IAAI,CACJ,CAAC;IAEH,IAAI,OAAO,CAAC,gBAAgB;QAC3B,OAAO,CAAC,gBAAgB,CACvB,oBAAoB,EACpB,CAAC,KAAK,EAAE,EAAE;YACT,MAAM,CAAC,OAAO,CAAC,KAAK,CACnB,0CAA0C,EAC1C,QAAQ;YACR,qHAAqH;YACpH,KAA+B,CAAC,MAAM,EACvC,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CACrB,CAAC;QACH,CAAC,EACD,IAAI,CACJ,CAAC;AACJ,CAAC,CAAC;AAEF;;;;GAIG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,GAAG,EAAE;IACnC,yBAAyB,EAAE,CAAC;IAC5B,qCAAqC,EAAE,CAAC;AACzC,CAAC,CAAC"}
1
+ {"version":3,"file":"unhandledErrors.js","sourceRoot":"","sources":["../../../../src/clients/Startup/unhandledErrors.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"windowStartup.d.ts","sourceRoot":"","sources":["../../../../src/clients/Startup/windowStartup.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAyU/D;;GAEG;AACH,eAAO,MAAM,kBAAkB,qBAyB9B,CAAC;AA+FF;;;;GAIG;AACH,eAAO,MAAM,aAAa;gBAMb,MAAM;;qBAED,eAAe;uBACb,iBAAiB;MACjC,QAAQ,IAAI,CAaf,CAAC"}
1
+ {"version":3,"file":"windowStartup.d.ts","sourceRoot":"","sources":["../../../../src/clients/Startup/windowStartup.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AA0U/D;;GAEG;AACH,eAAO,MAAM,kBAAkB,qBAyB9B,CAAC;AA+FF;;;;GAIG;AACH,eAAO,MAAM,aAAa;gBAMb,MAAM;;qBAED,eAAe;uBACb,iBAAiB;MACjC,QAAQ,IAAI,CAaf,CAAC"}
@@ -5,35 +5,79 @@
5
5
  import { System } from "../../common/system";
6
6
  import { FEAGlobals } from "../../common/Globals";
7
7
  import { RouterClient } from "../routerClient";
8
- import { WindowClient, getControllerInstance } from "../windowClient";
8
+ import { getControllerInstance } from "../windowClient";
9
9
  import { ConfigClient } from "../configClient";
10
- import { LauncherClient } from "../launcherClient";
11
10
  import { Logger } from "../logger";
12
11
  import SystemManagerClient from "../../common/systemManagerClient";
13
12
  import { NotificationClient } from "../notificationClient";
13
+ import { actions, emptyStore } from "../../platform/services/window/modules/actions";
14
+ import { getRemoteStore } from "../../common/redux/getRemoteStore";
15
+ import debounce from "lodash/debounce";
16
+ import AppsClient from "../appsClient";
14
17
  /**
15
18
  * This code sends document.title changes (and initial value) off to the window service.
16
19
  * The window service may then decide to use this new value for display in the windowTitleBar
17
20
  * (e.g. unless overridden in app config)
18
21
  *
19
- * We use polling because it is simple and reliable. There are too many ways permutations to
20
- * track for how a document's title may be changed (<title> tag including virtual dom, setting
21
- * document.title programatically, combinations of the two, etc).
22
+ * We use a MutationObserver to watch the title tag for changes. If the title tag doesn't exist
23
+ * then we use another MutationObserver to watch the document head until the title does exist.
22
24
  *
23
- * Electron event for future refactoring title management in window management:
24
- * https://github.com/electron/electron/blob/main/docs/api/browser-window.md#event-page-title-updated
25
+ * Note that calling document.title does update the title tag. It will also create the tag if one doesn't exist, and that
26
+ * tag will always be in the head.
27
+ *
28
+ * This code will pick up an initial title tag anywhere, including the body (where many apps keep their title) but
29
+ * it will not pick up the case where a tag is dynamically added to the body.
30
+ *
31
+ * Note that Electron's "page-title-updated" event is not reliable. It doesn't update in WebContents (BrowserViews)
32
+ * and is reliant on Chromium's underlying WebObserver which has documented bugs that seem to affect Electron.
25
33
  */
26
34
  const monitorDocumentTitleChanges = () => {
35
+ let previousTitle = null;
27
36
  if (!System.isTitlebarWindow()) {
28
- // Initial title set (only if the title is present)
29
- if (!!(document === null || document === void 0 ? void 0 : document.title)) {
30
- WindowClient.setWindowTitlePrivate(document.title);
31
- }
32
- // Add a watcher for the title change
33
- setInterval(() => {
34
- if ((document === null || document === void 0 ? void 0 : document.title) && WindowClient.getWindowTitle() !== document.title)
35
- WindowClient.setWindowTitlePrivate(document.title);
36
- }, 200);
37
+ const store = getRemoteStore({
38
+ server: "@@finsemble/remoteRedux/WindowServiceStore",
39
+ slice: "windowTitleBar",
40
+ emptyStore,
41
+ dispatchOnly: true,
42
+ });
43
+ // Adds the <title> observer, once we know for sure that a title tag exists
44
+ const addTitleObserver = (titleTag) => {
45
+ // Don't update any more frequently than every 250 milliseconds, and only if the title has actually changed
46
+ const observer = new MutationObserver(debounce(() => {
47
+ if (document.title !== previousTitle) {
48
+ previousTitle = document.title;
49
+ store.dispatch(actions.setDocumentTitle({
50
+ title: document.title,
51
+ }));
52
+ }
53
+ }, 250));
54
+ observer.observe(titleTag, { attributes: false, childList: true, subtree: false });
55
+ };
56
+ // Check to see if the title tag exists, and if so then shoot off an initial value and set up the observer
57
+ const maybeAddTitleObserver = () => {
58
+ const titleTag = document.getElementsByTagName("title")[0];
59
+ if (titleTag) {
60
+ store.dispatch(actions.setDocumentTitle({
61
+ title: document.title,
62
+ }));
63
+ addTitleObserver(titleTag);
64
+ return true;
65
+ }
66
+ return false;
67
+ };
68
+ // Observes the document.head until a document.title exists. Then it starts up the title observer and
69
+ // shuts itself down
70
+ const waitForTitleTagToExist = () => {
71
+ const observer = new MutationObserver(() => {
72
+ if (document.title) {
73
+ maybeAddTitleObserver();
74
+ observer.disconnect();
75
+ }
76
+ });
77
+ observer.observe(document.head, { attributes: false, childList: true, subtree: false });
78
+ };
79
+ if (!maybeAddTitleObserver())
80
+ waitForTitleTagToExist();
37
81
  }
38
82
  };
39
83
  /**
@@ -92,7 +136,7 @@ const preventUnintendedDropEvents = () => {
92
136
  * Checks if a component is resizable
93
137
  * @returns {Boolean} resizable setting
94
138
  */
95
- const isResizeable = async () => new Promise((res) => {
139
+ const isResizable = async () => new Promise((res) => {
96
140
  System.Window.getCurrent().getOptions((opt) => {
97
141
  if (opt.resizable !== undefined)
98
142
  res(opt.resizable);
@@ -116,10 +160,21 @@ const maybeRejectWindowsKeyResizes = async () => {
116
160
  const { enableWindowsAeroSnap = false } = (_b = (_a = data === null || data === void 0 ? void 0 : data.services) === null || _a === void 0 ? void 0 : _a.windowService) === null || _b === void 0 ? void 0 : _b.config;
117
161
  // Responds to key events here in order to send router messages and determine whether a system-bounds-changed event should occur.
118
162
  // Essentially, this is catching actions to allow Finsemble to respond to windows aero snap functionality.
119
- // While true resize will be disabled which will prevent disable aerosnap from working. This flag will only be true while the windows key is down.
163
+ // While true resize will be disabled which will prevent disable Aero Snap from working. This flag will only be true while the windows key is down.
120
164
  let preventResize = false;
121
- const resizeable = await isResizeable();
165
+ const resizable = await isResizable();
122
166
  let metaIsPressed = false;
167
+ const releaseMetaKey = () => {
168
+ // When Aero Snap is disabled and the windows key released, windows will be able to be resized.
169
+ // Otherwise users would not be able to manually resize windows.
170
+ if (preventResize && resizable) {
171
+ preventResize = false;
172
+ System.Window.getCurrent().updateOptions({
173
+ resizable: true,
174
+ });
175
+ }
176
+ metaIsPressed = false;
177
+ };
123
178
  const onKeyUp = (e) => {
124
179
  if (e.key !== "Meta")
125
180
  return;
@@ -129,15 +184,7 @@ const maybeRejectWindowsKeyResizes = async () => {
129
184
  RouterClient.transmit("Finsemble.WindowService.WindowsKey", "up");
130
185
  }
131
186
  else {
132
- metaIsPressed = false;
133
- // When aerosnap is disabled and the windows key released, windows will be able to be resized.
134
- // Otherwise users would not be able to manually resize windows.
135
- if (preventResize && resizeable) {
136
- preventResize = false;
137
- System.Window.getCurrent().updateOptions({
138
- resizable: true,
139
- });
140
- }
187
+ releaseMetaKey();
141
188
  }
142
189
  };
143
190
  const onKeyDown = (e) => {
@@ -150,8 +197,8 @@ const maybeRejectWindowsKeyResizes = async () => {
150
197
  }
151
198
  else {
152
199
  metaIsPressed = true;
153
- // When aero snap is disabled and the windows key is down, disable resize on windows to prevent aerosnap from working.
154
- if (resizeable) {
200
+ // When aero snap is disabled and the windows key is down, disable resize on windows to prevent Aero Snap from working.
201
+ if (resizable) {
155
202
  preventResize = true;
156
203
  System.Window.getCurrent().updateOptions({
157
204
  resizable: false,
@@ -173,6 +220,7 @@ const maybeRejectWindowsKeyResizes = async () => {
173
220
  */
174
221
  window.addEventListener("keyup", onKeyUp);
175
222
  window.addEventListener("keydown", onKeyDown);
223
+ window.addEventListener("blur", releaseMetaKey);
176
224
  };
177
225
  /**
178
226
  * Intercepts CTRL-R within titlebar windows and then causes both the titlebar window and app contents window
@@ -194,91 +242,56 @@ const modifyReload = () => {
194
242
  });
195
243
  }
196
244
  };
197
- let startedRegistrationWithDocking = false;
198
- let deregisterPlease = false;
199
- /**
200
- * This function is critical if you don't want to keep references of windows in the LauncherService after they close. It simply notifies the LauncherService that the window is no longer dockable. It's invoked when the window is closed.
201
- * **NOTE:** If you are using the finsemble windowTitleBar component, you do not need to call this function.
202
- */
203
- const deregisterWithDockingManager = async () => {
204
- if (startedRegistrationWithDocking) {
205
- deregisterPlease = true;
206
- }
207
- const { name } = FEAGlobals.finsembleWindow;
208
- RouterClient.transmit("DockingService.deregisterWindow", {
209
- name,
210
- });
211
- };
212
245
  /**
213
- * This function is critical if you want docking and snapping to work. It transmits a message to the LauncherService, which registers it as a dockable window.
246
+ * Add listeners to the window that checks for standard tab navigation shortcuts, and changes the active
247
+ * tab accordingly.
248
+ *
249
+ * Listeners are only added to browserview windows. Injected titlebars implement keyboard navigation
250
+ * in their own way.
251
+ *
252
+ * Supported tab navigation shortcut pairs:
253
+ * - Ctrl+Tab / Ctrl+Shift+Tab
254
+ * - Ctrl+PgUp / Ctrl+PgDn
255
+ * - Cmd+Opt+Right / Cmd+Opt+Left
214
256
  */
215
- const registerWithDockingManager = async (options) => {
216
- if (FEAGlobals.finsembleWindow.parentWindow) {
217
- Logger.system.debug("registerWithDockingManager ignore registration request if has a parent");
257
+ const handleKeyboardInteractions = () => {
258
+ if (!System.isBrowserView()) {
218
259
  return;
219
260
  }
220
- const { uuid, name } = FEAGlobals.finsembleWindow;
221
- startedRegistrationWithDocking = true;
222
- await RouterClient.query("DockingService.registerWindow", {
223
- name,
224
- uuid,
225
- options,
226
- windowType: "WebWindow",
261
+ const store = getRemoteStore({
262
+ server: "@@finsemble/remoteRedux/WindowServiceStore",
263
+ slice: "windowTitleBar",
264
+ emptyStore,
265
+ dispatchOnly: true,
266
+ });
267
+ document.addEventListener("keydown", (e) => {
268
+ if (e.ctrlKey) {
269
+ // On Mac or Windows, Ctrl+Tab changes tabs to the right
270
+ // On Windows, Ctrl+PageDown changes tabs to the right
271
+ if ((e.key === "Tab" && !e.shiftKey) || e.key === "PageDown") {
272
+ store.dispatch(actions.shiftPromotedTab(1));
273
+ e.preventDefault();
274
+ // On Mac or Windows, Ctrl+Shift+Tab changes tabs to the left
275
+ // On Windows, Ctrl+PageUp changes tabs to the left
276
+ }
277
+ else if (e.key === "PageUp" || (e.key === "Tab" && e.shiftKey)) {
278
+ store.dispatch(actions.shiftPromotedTab(-1));
279
+ e.preventDefault();
280
+ }
281
+ }
282
+ else if (e.metaKey && e.altKey) {
283
+ // On Mac, Cmd+Opt+Right changes tabs to the right
284
+ if (e.key === "ArrowRight") {
285
+ store.dispatch(actions.shiftPromotedTab(1));
286
+ e.preventDefault();
287
+ // On Mac, Cmd+Opt+Left changes tabs to the left
288
+ }
289
+ else if (e.key === "ArrowLeft") {
290
+ store.dispatch(actions.shiftPromotedTab(-1));
291
+ e.preventDefault();
292
+ }
293
+ }
227
294
  });
228
- startedRegistrationWithDocking = false;
229
- if (deregisterPlease) {
230
- deregisterWithDockingManager();
231
- deregisterPlease = false;
232
- }
233
- Logger.system.debug("WINDOW LIFECYCLE: Docking Registration complete.");
234
- };
235
- const maybeRegisterForDocking = async (myConfig) => {
236
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0;
237
- /**
238
- * BrowserViews should never register with the window service, nor should
239
- * windows that don't have a "component" entry in their config.
240
- */
241
- if (System.isBrowserView() || !(myConfig === null || myConfig === void 0 ? void 0 : myConfig.component))
242
- return;
243
- const windowServiceConfig = (_b = (_a = myConfig === null || myConfig === void 0 ? void 0 : myConfig.foreign) === null || _a === void 0 ? void 0 : _a.services) === null || _b === void 0 ? void 0 : _b.windowService;
244
- const anyAllowIsTrue = (windowServiceConfig === null || windowServiceConfig === void 0 ? void 0 : windowServiceConfig.allowSnapping) ||
245
- (windowServiceConfig === null || windowServiceConfig === void 0 ? void 0 : windowServiceConfig.allowGrouping) ||
246
- (windowServiceConfig === null || windowServiceConfig === void 0 ? void 0 : windowServiceConfig.allowAutoArrange) ||
247
- (windowServiceConfig === null || windowServiceConfig === void 0 ? void 0 : windowServiceConfig.allowTabbing) ||
248
- (windowServiceConfig === null || windowServiceConfig === void 0 ? void 0 : windowServiceConfig.allowTiling) ||
249
- (windowServiceConfig === null || windowServiceConfig === void 0 ? void 0 : windowServiceConfig.allowMinimize) ||
250
- (windowServiceConfig === null || windowServiceConfig === void 0 ? void 0 : windowServiceConfig.allowMaximize);
251
- // default value in the Schema is `true`
252
- const manageWindowMovement = (_c = windowServiceConfig === null || windowServiceConfig === void 0 ? void 0 : windowServiceConfig.manageWindowMovement) !== null && _c !== void 0 ? _c : true;
253
- const isDockable = (_d = myConfig === null || myConfig === void 0 ? void 0 : myConfig.window) === null || _d === void 0 ? void 0 : _d.dockable;
254
- const FSBLHeader = (_g = (_f = (_e = myConfig === null || myConfig === void 0 ? void 0 : myConfig.foreign) === null || _e === void 0 ? void 0 : _e.components) === null || _f === void 0 ? void 0 : _f["Window Manager"]) === null || _g === void 0 ? void 0 : _g.FSBLHeader;
255
- // If we can manipulate window (allow*) OR manage movement OR window is dockable OR window has FSBLHeader then register for docking.
256
- const shouldRegisterDocking = anyAllowIsTrue || manageWindowMovement || isDockable || FSBLHeader;
257
- if (shouldRegisterDocking) {
258
- /**
259
- * manageMovement dictates generically whether this is a window that the user can manipulate. This is true if
260
- * manageWindowMovement is not set explicitly to `false`, or if there is an FSBLHeader (windowTitleBar) or if the window is explicitly dockable.
261
- */
262
- const defaultValue = (_j = (_h = windowServiceConfig === null || windowServiceConfig === void 0 ? void 0 : windowServiceConfig.manageWindowMovement) !== null && _h !== void 0 ? _h : (FSBLHeader || isDockable)) !== null && _j !== void 0 ? _j : true;
263
- const registerMessage = {
264
- allowAutoArrange: (_k = windowServiceConfig === null || windowServiceConfig === void 0 ? void 0 : windowServiceConfig.allowAutoArrange) !== null && _k !== void 0 ? _k : defaultValue,
265
- // Ephemeral windows are not allowed to snap
266
- snapping: !((_l = myConfig === null || myConfig === void 0 ? void 0 : myConfig.window) === null || _l === void 0 ? void 0 : _l.ephemeral) && ((_m = windowServiceConfig === null || windowServiceConfig === void 0 ? void 0 : windowServiceConfig.allowSnapping) !== null && _m !== void 0 ? _m : defaultValue),
267
- tiling: (_o = windowServiceConfig === null || windowServiceConfig === void 0 ? void 0 : windowServiceConfig.allowTiling) !== null && _o !== void 0 ? _o : defaultValue,
268
- tabbing: (_p = windowServiceConfig === null || windowServiceConfig === void 0 ? void 0 : windowServiceConfig.allowTabbing) !== null && _p !== void 0 ? _p : defaultValue,
269
- canGroup: (_q = windowServiceConfig === null || windowServiceConfig === void 0 ? void 0 : windowServiceConfig.allowGrouping) !== null && _q !== void 0 ? _q : defaultValue,
270
- canMinimize: (_t = (_r = windowServiceConfig === null || windowServiceConfig === void 0 ? void 0 : windowServiceConfig.allowMinimize) !== null && _r !== void 0 ? _r : (_s = myConfig === null || myConfig === void 0 ? void 0 : myConfig.component) === null || _s === void 0 ? void 0 : _s.canMinimize) !== null && _t !== void 0 ? _t : defaultValue,
271
- canMaximize: (_w = (_u = windowServiceConfig === null || windowServiceConfig === void 0 ? void 0 : windowServiceConfig.allowMaximize) !== null && _u !== void 0 ? _u : (_v = myConfig === null || myConfig === void 0 ? void 0 : myConfig.component) === null || _v === void 0 ? void 0 : _v.canMaximize) !== null && _w !== void 0 ? _w : defaultValue,
272
- // Determines whether a dockable component should retrieve its state from memory, or start with default (config defined) options every time
273
- overwriteStartDocked: (_0 = (_z = (_y = (_x = myConfig === null || myConfig === void 0 ? void 0 : myConfig.foreign) === null || _x === void 0 ? void 0 : _x.services) === null || _y === void 0 ? void 0 : _y.workspaceService) === null || _z === void 0 ? void 0 : _z.global) !== null && _0 !== void 0 ? _0 : false,
274
- };
275
- await registerWithDockingManager(Object.assign(Object.assign({}, myConfig.window), registerMessage));
276
- // stack takes care of this too but doesn't work at startup or workspace switch so do again here
277
- FEAGlobals.finsembleWindow.addListener("setParent", () => {
278
- Logger.system.info("finsembleWindow setParent event: deregisterWithDockingManager");
279
- deregisterWithDockingManager();
280
- });
281
- }
282
295
  };
283
296
  /**
284
297
  * Both FinsembleWindow and WindowClient provide a static member that contains system options.
@@ -370,7 +383,7 @@ const getWindowGroups = (finsembleWindow) => {
370
383
  };
371
384
  finsembleWindow.getComponentState({ field: "finsemble:windowGroups" }, (err, groups) => {
372
385
  if (!err && groups) {
373
- return LauncherClient.addToGroups({
386
+ return AppsClient.addToGroups({
374
387
  groupNames: groups,
375
388
  }, subscribeToGroupUpdates);
376
389
  }
@@ -416,8 +429,8 @@ export const windowStartup = async ({ windowName, componentType, finsembleWindow
416
429
  modifyReload();
417
430
  setInitialOptions(systemStartupData);
418
431
  addMinimizedRestoreWatcher();
432
+ handleKeyboardInteractions();
419
433
  overrideBrowserNotify(windowName, systemStartupData.customData, componentType);
420
- await maybeRegisterForDocking(systemStartupData.customData);
421
434
  await cacheInitialBounds();
422
435
  };
423
436
  //# sourceMappingURL=windowStartup.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"windowStartup.js","sourceRoot":"","sources":["../../../../src/clients/Startup/windowStartup.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"windowStartup.js","sourceRoot":"","sources":["../../../../src/clients/Startup/windowStartup.ts"],"names":[],"mappings":"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"}
@@ -79,6 +79,8 @@ export declare class StoreModel {
79
79
  data: any;
80
80
  }): void;
81
81
  /**
82
+ * @deprecated - Use [store.set](#set) instead
83
+ *
82
84
  * Set a value in the store. Two events will be triggered with topics of: store and field.
83
85
  *
84
86
  * ```javascript
@@ -87,8 +89,6 @@ export declare class StoreModel {
87
89
  * @param {String} params.field The name of the field where data will be stored
88
90
  * @param {String} params.value Value to be stored
89
91
  * @param {function} cb callback
90
- *
91
- * @deprecated - use store.set
92
92
  */
93
93
  setValue(params: FieldAndValueParam, cb?: StandardErrorCallback<void>): void;
94
94
  /**
@@ -116,6 +116,8 @@ export declare class StoreModel {
116
116
  */
117
117
  setValues(fields: FieldAndValueParam[], cb?: StandardErrorCallback<void>): void;
118
118
  /**
119
+ * @deprecated - Use [store.get](#get) instead.
120
+ *
119
121
  * Get a value from the store. If global is not set, we'll check local first then we'll check global. Returns the value of the field. If no callback is given and the value is local, this will run synchronously.
120
122
  *
121
123
  * Be very careful not to `await` this function as it is not promisified. Use `await getGlobalValue` instead.
@@ -128,8 +130,6 @@ export declare class StoreModel {
128
130
  * @param {String} params.field The field where the value is stored.
129
131
  * @param {StandardCallback} cb Callback that will receive the value if found, null if not found or an error if the parameters to the call were not correct.
130
132
  * @returns any Don't use the return statement. Always use the cb.
131
- *
132
- * @deprecated use store.get
133
133
  */
134
134
  getValue<T = any>(params: FieldOnlyParam | string, cb?: StandardErrorCallback<T>): T | any;
135
135
  /**
@@ -154,13 +154,13 @@ export declare class StoreModel {
154
154
  */
155
155
  getValues(fields: FieldOnlyParam[] | string[], cb?: StandardErrorCallback<any>): any;
156
156
  /**
157
+ * @deprecated - Use [store.getGlobal](#getglobal) instead.
158
+ *
157
159
  * Get a single value from a *global* store.
158
160
  *
159
161
  * @param {string} field The field to fetch
160
162
  * @param {(err, data) => void} [cb] Optional callback to receive value. `err` will be string if an error occurred. `data` will contain the returned value or be undefined.
161
163
  * @return {Promise<{err, data}} `err` will be string if an error occurred. `data` will contain the returned value or be undefined.
162
- *
163
- * @deprecated - use store.getGlobal
164
164
  */
165
165
  getGlobalValue<T = any>(field: string, cb?: StandardErrorCallback<T>): StandardPromise<T>;
166
166
  /**
@@ -188,6 +188,8 @@ export declare class StoreModel {
188
188
  */
189
189
  private getGlobalMultiple;
190
190
  /**
191
+ * @deprecated - Use [store.remove](#remove) instead.
192
+ *
191
193
  * Remove a value from the store.
192
194
  *
193
195
  * ```javascript
@@ -196,8 +198,6 @@ export declare class StoreModel {
196
198
  * @param {Object | String} params - Either an object (`{ field: string }`) or string
197
199
  * @param {String} param.field The name of the field
198
200
  * @param {Function} cb returns an error if there is one
199
- *
200
- * @deprecated - Use store.remove
201
201
  */
202
202
  removeValue(params: string | {
203
203
  field: string;
@@ -115,6 +115,8 @@ export class StoreModel {
115
115
  }
116
116
  }
117
117
  /**
118
+ * @deprecated - Use [store.set](#set) instead
119
+ *
118
120
  * Set a value in the store. Two events will be triggered with topics of: store and field.
119
121
  *
120
122
  * ```javascript
@@ -123,8 +125,6 @@ export class StoreModel {
123
125
  * @param {String} params.field The name of the field where data will be stored
124
126
  * @param {String} params.value Value to be stored
125
127
  * @param {function} cb callback
126
- *
127
- * @deprecated - use store.set
128
128
  */
129
129
  setValue(params, cb) {
130
130
  if (!params.field) {
@@ -211,6 +211,8 @@ export class StoreModel {
211
211
  }, (err) => (cb ? cb(err) : null));
212
212
  }
213
213
  /**
214
+ * @deprecated - Use [store.get](#get) instead.
215
+ *
214
216
  * Get a value from the store. If global is not set, we'll check local first then we'll check global. Returns the value of the field. If no callback is given and the value is local, this will run synchronously.
215
217
  *
216
218
  * Be very careful not to `await` this function as it is not promisified. Use `await getGlobalValue` instead.
@@ -223,8 +225,6 @@ export class StoreModel {
223
225
  * @param {String} params.field The field where the value is stored.
224
226
  * @param {StandardCallback} cb Callback that will receive the value if found, null if not found or an error if the parameters to the call were not correct.
225
227
  * @returns any Don't use the return statement. Always use the cb.
226
- *
227
- * @deprecated use store.get
228
228
  */
229
229
  getValue(params, cb) {
230
230
  if (typeof params === "string") {
@@ -318,13 +318,13 @@ export class StoreModel {
318
318
  return cb(null, values);
319
319
  }
320
320
  /**
321
+ * @deprecated - Use [store.getGlobal](#getglobal) instead.
322
+ *
321
323
  * Get a single value from a *global* store.
322
324
  *
323
325
  * @param {string} field The field to fetch
324
326
  * @param {(err, data) => void} [cb] Optional callback to receive value. `err` will be string if an error occurred. `data` will contain the returned value or be undefined.
325
327
  * @return {Promise<{err, data}} `err` will be string if an error occurred. `data` will contain the returned value or be undefined.
326
- *
327
- * @deprecated - use store.getGlobal
328
328
  */
329
329
  async getGlobalValue(field, cb) {
330
330
  return this.getGlobal(toPath(field), cb);
@@ -377,6 +377,8 @@ export class StoreModel {
377
377
  });
378
378
  }
379
379
  /**
380
+ * @deprecated - Use [store.remove](#remove) instead.
381
+ *
380
382
  * Remove a value from the store.
381
383
  *
382
384
  * ```javascript
@@ -385,8 +387,6 @@ export class StoreModel {
385
387
  * @param {Object | String} params - Either an object (`{ field: string }`) or string
386
388
  * @param {String} param.field The name of the field
387
389
  * @param {Function} cb returns an error if there is one
388
- *
389
- * @deprecated - Use store.remove
390
390
  */
391
391
  removeValue(params, cb) {
392
392
  if (typeof params === "string") {