@finsemble/finsemble-ui 8.3.0 → 8.4.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (526) 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.js +2 -2
  5. package/clients/Interop/FinsembleDesktopAgent.js.map +1 -1
  6. package/clients/Startup/FSBLDesktop.d.ts +2 -8
  7. package/clients/Startup/FSBLDesktop.d.ts.map +1 -1
  8. package/clients/Startup/FSBLDesktop.js +2 -4
  9. package/clients/Startup/FSBLDesktop.js.map +1 -1
  10. package/clients/Startup/unhandledErrors.d.ts.map +1 -1
  11. package/clients/Startup/unhandledErrors.js +6 -4
  12. package/clients/Startup/unhandledErrors.js.map +1 -1
  13. package/clients/Startup/windowStartup.d.ts.map +1 -1
  14. package/clients/Startup/windowStartup.js +77 -116
  15. package/clients/Startup/windowStartup.js.map +1 -1
  16. package/clients/StoreModel.d.ts +8 -8
  17. package/clients/StoreModel.js +8 -8
  18. package/clients/appsClient.d.ts +90 -0
  19. package/clients/appsClient.d.ts.map +1 -0
  20. package/clients/appsClient.js +51 -0
  21. package/clients/appsClient.js.map +1 -0
  22. package/clients/authenticationClient.d.ts +29 -27
  23. package/clients/authenticationClient.d.ts.map +1 -1
  24. package/clients/authenticationClient.js +11 -15
  25. package/clients/authenticationClient.js.map +1 -1
  26. package/clients/configClient.d.ts +134 -70
  27. package/clients/configClient.d.ts.map +1 -1
  28. package/clients/configClient.js +129 -112
  29. package/clients/configClient.js.map +1 -1
  30. package/clients/controller/DialogManagerClientController.d.ts +78 -0
  31. package/clients/controller/DialogManagerClientController.d.ts.map +1 -0
  32. package/clients/controller/DialogManagerClientController.js +213 -0
  33. package/clients/controller/DialogManagerClientController.js.map +1 -0
  34. package/clients/dialogManagerClient.d.ts +1 -75
  35. package/clients/dialogManagerClient.d.ts.map +1 -1
  36. package/clients/dialogManagerClient.js +1 -208
  37. package/clients/dialogManagerClient.js.map +1 -1
  38. package/clients/distributedStoreClient.d.ts +1 -0
  39. package/clients/distributedStoreClient.d.ts.map +1 -1
  40. package/clients/distributedStoreClient.js +1 -0
  41. package/clients/distributedStoreClient.js.map +1 -1
  42. package/clients/hotkeyClient.d.ts +18 -9
  43. package/clients/hotkeyClient.d.ts.map +1 -1
  44. package/clients/hotkeyClient.js +30 -14
  45. package/clients/hotkeyClient.js.map +1 -1
  46. package/clients/index.d.ts +2 -0
  47. package/clients/index.d.ts.map +1 -1
  48. package/clients/index.js +2 -0
  49. package/clients/index.js.map +1 -1
  50. package/clients/launcherClient.d.ts +157 -47
  51. package/clients/launcherClient.d.ts.map +1 -1
  52. package/clients/launcherClient.js +201 -22
  53. package/clients/launcherClient.js.map +1 -1
  54. package/clients/logger.d.ts.map +1 -1
  55. package/clients/logger.js +43 -41
  56. package/clients/logger.js.map +1 -1
  57. package/clients/notificationClient.d.ts +2 -2
  58. package/clients/notificationClient.d.ts.map +1 -1
  59. package/clients/notificationClient.js +2 -2
  60. package/clients/notificationClient.js.map +1 -1
  61. package/clients/routerClient.d.ts +25 -21
  62. package/clients/routerClient.d.ts.map +1 -1
  63. package/clients/routerClient.js +24 -20
  64. package/clients/routerClient.js.map +1 -1
  65. package/clients/searchClient.d.ts +2 -2
  66. package/clients/searchClient.js +2 -2
  67. package/clients/storageClient.d.ts +8 -5
  68. package/clients/storageClient.d.ts.map +1 -1
  69. package/clients/storageClient.js +7 -5
  70. package/clients/storageClient.js.map +1 -1
  71. package/clients/windowClient.d.ts +160 -79
  72. package/clients/windowClient.d.ts.map +1 -1
  73. package/clients/windowClient.js +244 -138
  74. package/clients/windowClient.js.map +1 -1
  75. package/clients/workspaceClient.d.ts +19 -14
  76. package/clients/workspaceClient.d.ts.map +1 -1
  77. package/clients/workspaceClient.js +15 -9
  78. package/clients/workspaceClient.js.map +1 -1
  79. package/common/Desktop.d.ts +9 -50
  80. package/common/Desktop.d.ts.map +1 -1
  81. package/common/Desktop.js +11 -64
  82. package/common/Desktop.js.map +1 -1
  83. package/common/FinsembleWindow.d.ts +4 -107
  84. package/common/FinsembleWindow.d.ts.map +1 -1
  85. package/common/FinsembleWindow.js +21 -342
  86. package/common/FinsembleWindow.js.map +1 -1
  87. package/common/Monitors.d.ts +30 -18
  88. package/common/Monitors.d.ts.map +1 -1
  89. package/common/Monitors.js +45 -80
  90. package/common/Monitors.js.map +1 -1
  91. package/common/Singleton.d.ts +7 -1
  92. package/common/Singleton.d.ts.map +1 -1
  93. package/common/Singleton.js +24 -11
  94. package/common/Singleton.js.map +1 -1
  95. package/common/constants.d.ts +3 -9
  96. package/common/constants.d.ts.map +1 -1
  97. package/common/constants.js +3 -14
  98. package/common/constants.js.map +1 -1
  99. package/common/events/FinsembleEvent.d.ts +1 -1
  100. package/common/events/FinsembleEvent.d.ts.map +1 -1
  101. package/common/redux/getRemoteStore.d.ts +53 -0
  102. package/common/redux/getRemoteStore.d.ts.map +1 -0
  103. package/common/redux/getRemoteStore.js +50 -0
  104. package/common/redux/getRemoteStore.js.map +1 -0
  105. package/common/redux/remoteReduxEnhancer.d.ts +7 -7
  106. package/common/redux/remoteReduxEnhancer.d.ts.map +1 -1
  107. package/common/redux/remoteReduxEnhancer.js +35 -20
  108. package/common/redux/remoteReduxEnhancer.js.map +1 -1
  109. package/common/redux/types.d.ts +14 -1
  110. package/common/redux/types.d.ts.map +1 -1
  111. package/common/systemManagerClient.d.ts +11 -5
  112. package/common/systemManagerClient.d.ts.map +1 -1
  113. package/common/systemManagerClient.js +25 -8
  114. package/common/systemManagerClient.js.map +1 -1
  115. package/common/util.d.ts +1 -7
  116. package/common/util.d.ts.map +1 -1
  117. package/common/util.js +1 -14
  118. package/common/util.js.map +1 -1
  119. package/deprecated/deprecatedFunctions.d.ts +1 -1
  120. package/deprecated/deprecatedFunctions.d.ts.map +1 -1
  121. package/deprecated/deprecatedFunctions.js +1 -2
  122. package/deprecated/deprecatedFunctions.js.map +1 -1
  123. package/deprecated/dragAndDropClient.d.ts +3 -3
  124. package/deprecated/dragAndDropClient.d.ts.map +1 -1
  125. package/deprecated/dragAndDropClient.js.map +1 -1
  126. package/deprecated/linkerClient.d.ts +1 -1
  127. package/deprecated/linkerClient.d.ts.map +1 -1
  128. package/main.d.ts +289 -190
  129. package/main.d.ts.map +1 -1
  130. package/main.js +3 -1
  131. package/main.js.map +1 -1
  132. package/package.json +3 -3
  133. package/platform/services/Interop/types.d.ts +2 -1
  134. package/platform/services/Interop/types.d.ts.map +1 -1
  135. package/platform/services/router/types.d.ts +5 -6
  136. package/platform/services/router/types.d.ts.map +1 -1
  137. package/platform/services/systemManager/_constants.d.ts +1 -0
  138. package/platform/services/systemManager/_constants.d.ts.map +1 -1
  139. package/platform/services/systemManager/_constants.js +1 -0
  140. package/platform/services/systemManager/_constants.js.map +1 -1
  141. package/platform/services/window/modules/actions.d.ts +59 -0
  142. package/platform/services/window/modules/actions.d.ts.map +1 -0
  143. package/platform/services/window/modules/actions.js +57 -0
  144. package/platform/services/window/modules/actions.js.map +1 -0
  145. package/platform/services/window/types.d.ts +257 -50
  146. package/platform/services/window/types.d.ts.map +1 -1
  147. package/platform/services/workspace/types.d.ts +4 -3
  148. package/platform/services/workspace/types.d.ts.map +1 -1
  149. package/react/assets/css/core/icons.css +0 -5
  150. package/react/assets/css/processMonitor.css +9 -4
  151. package/react/assets/css/windowTitleBar.css +98 -285
  152. package/react/assets/icons/chevron-down.svg +1 -0
  153. package/react/assets/icons/chevron-up.svg +1 -0
  154. package/react/components/common/ButtonRow.d.ts.map +1 -1
  155. package/react/components/common/ButtonRow.js +4 -9
  156. package/react/components/common/ButtonRow.js.map +1 -1
  157. package/react/components/common/ContextMenu.d.ts.map +1 -1
  158. package/react/components/common/ContextMenu.js +2 -10
  159. package/react/components/common/ContextMenu.js.map +1 -1
  160. package/react/components/common/DropdownButton.d.ts.map +1 -1
  161. package/react/components/common/DropdownButton.js +11 -24
  162. package/react/components/common/DropdownButton.js.map +1 -1
  163. package/react/components/common/FinsembleIcon.d.ts +1 -1
  164. package/react/components/common/FinsembleIcon.d.ts.map +1 -1
  165. package/react/components/common/FinsembleIcon.js +6 -4
  166. package/react/components/common/FinsembleIcon.js.map +1 -1
  167. package/react/components/common/css/accordion.css +9 -21
  168. package/react/components/common/css/application-edit-page.css +0 -4
  169. package/react/components/common/css/selector.css +3 -1
  170. package/react/components/downloadManager/DownloadManager.d.ts +1 -1
  171. package/react/components/downloadManager/DownloadManager.d.ts.map +1 -1
  172. package/react/components/downloadManager/DownloadManager.js +2 -4
  173. package/react/components/downloadManager/DownloadManager.js.map +1 -1
  174. package/react/components/fdc3Resolver/ResolverContainer.d.ts +6 -0
  175. package/react/components/fdc3Resolver/ResolverContainer.d.ts.map +1 -1
  176. package/react/components/fdc3Resolver/ResolverContainer.js +37 -89
  177. package/react/components/fdc3Resolver/ResolverContainer.js.map +1 -1
  178. package/react/components/fdc3Resolver/ResolverDialog.d.ts +10 -1
  179. package/react/components/fdc3Resolver/ResolverDialog.d.ts.map +1 -1
  180. package/react/components/fdc3Resolver/ResolverDialog.js +78 -66
  181. package/react/components/fdc3Resolver/ResolverDialog.js.map +1 -1
  182. package/react/components/legacyControls/FinsembleDialogTextInput.d.ts +1 -1
  183. package/react/components/legacyControls/FinsembleDialogTextInput.d.ts.map +1 -1
  184. package/react/components/linker/remoteRedux.d.ts +2 -9
  185. package/react/components/linker/remoteRedux.d.ts.map +1 -1
  186. package/react/components/linker/remoteRedux.js +2 -22
  187. package/react/components/linker/remoteRedux.js.map +1 -1
  188. package/react/components/notifications/css/notification-center.css +2 -0
  189. package/react/components/processMonitor/ProcessMonitor.d.ts.map +1 -1
  190. package/react/components/processMonitor/ProcessMonitor.js +14 -36
  191. package/react/components/processMonitor/ProcessMonitor.js.map +1 -1
  192. package/react/components/processMonitor/ProcessMonitorTypes.d.ts +0 -4
  193. package/react/components/processMonitor/ProcessMonitorTypes.d.ts.map +1 -1
  194. package/react/components/processMonitor/ProcessMonitorTypes.js +1 -5
  195. package/react/components/processMonitor/ProcessMonitorTypes.js.map +1 -1
  196. package/react/components/processMonitor/components/ChildWindow.d.ts +2 -3
  197. package/react/components/processMonitor/components/ChildWindow.d.ts.map +1 -1
  198. package/react/components/processMonitor/components/ChildWindow.js +5 -9
  199. package/react/components/processMonitor/components/ChildWindow.js.map +1 -1
  200. package/react/components/processMonitor/components/ListHeader.d.ts +1 -5
  201. package/react/components/processMonitor/components/ListHeader.d.ts.map +1 -1
  202. package/react/components/processMonitor/components/ListHeader.js +3 -2
  203. package/react/components/processMonitor/components/ListHeader.js.map +1 -1
  204. package/react/components/processMonitor/components/Process.d.ts +10 -0
  205. package/react/components/processMonitor/components/Process.d.ts.map +1 -0
  206. package/react/components/processMonitor/components/Process.js +11 -0
  207. package/react/components/processMonitor/components/Process.js.map +1 -0
  208. package/react/components/processMonitor/components/ProcessStatistics.d.ts +5 -4
  209. package/react/components/processMonitor/components/ProcessStatistics.d.ts.map +1 -1
  210. package/react/components/processMonitor/components/ProcessStatistics.js +10 -7
  211. package/react/components/processMonitor/components/ProcessStatistics.js.map +1 -1
  212. package/react/components/processMonitor/constants.d.ts +1 -2
  213. package/react/components/processMonitor/constants.d.ts.map +1 -1
  214. package/react/components/processMonitor/constants.js +2 -8
  215. package/react/components/processMonitor/constants.js.map +1 -1
  216. package/react/components/processMonitor/helpers.d.ts +0 -1
  217. package/react/components/processMonitor/helpers.d.ts.map +1 -1
  218. package/react/components/processMonitor/helpers.js +2 -9
  219. package/react/components/processMonitor/helpers.js.map +1 -1
  220. package/react/components/processMonitor/stores/ProcessMonitorStore.d.ts +0 -4
  221. package/react/components/processMonitor/stores/ProcessMonitorStore.d.ts.map +1 -1
  222. package/react/components/processMonitor/stores/ProcessMonitorStore.js +0 -29
  223. package/react/components/processMonitor/stores/ProcessMonitorStore.js.map +1 -1
  224. package/react/components/search/SearchInput.d.ts +1 -2
  225. package/react/components/search/SearchInput.d.ts.map +1 -1
  226. package/react/components/search/SearchInput.js +11 -13
  227. package/react/components/search/SearchInput.js.map +1 -1
  228. package/react/components/shared/openQuitConfirmationDialog.d.ts.map +1 -1
  229. package/react/components/shared/openQuitConfirmationDialog.js +31 -4
  230. package/react/components/shared/openQuitConfirmationDialog.js.map +1 -1
  231. package/react/components/singleInputDialog/SingleInputDialog.d.ts.map +1 -1
  232. package/react/components/singleInputDialog/SingleInputDialog.js +81 -100
  233. package/react/components/singleInputDialog/SingleInputDialog.js.map +1 -1
  234. package/react/components/toolbar/ToolbarShell.d.ts +1 -0
  235. package/react/components/toolbar/ToolbarShell.d.ts.map +1 -1
  236. package/react/components/toolbar/ToolbarShell.js +3 -2
  237. package/react/components/toolbar/ToolbarShell.js.map +1 -1
  238. package/react/components/utils.d.ts +50 -0
  239. package/react/components/utils.d.ts.map +1 -0
  240. package/react/components/utils.js +60 -0
  241. package/react/components/utils.js.map +1 -0
  242. package/react/components/windowTitleBar/AlwaysOnTopButton.d.ts +9 -0
  243. package/react/components/windowTitleBar/AlwaysOnTopButton.d.ts.map +1 -0
  244. package/react/components/windowTitleBar/AlwaysOnTopButton.js +29 -0
  245. package/react/components/windowTitleBar/AlwaysOnTopButton.js.map +1 -0
  246. package/react/components/windowTitleBar/{components/right/CloseButton.d.ts → CloseButton.d.ts} +0 -0
  247. package/react/components/windowTitleBar/CloseButton.d.ts.map +1 -0
  248. package/react/components/windowTitleBar/CloseButton.js +22 -0
  249. package/react/components/windowTitleBar/CloseButton.js.map +1 -0
  250. package/react/components/windowTitleBar/GroupingButton.d.ts +3 -0
  251. package/react/components/windowTitleBar/GroupingButton.d.ts.map +1 -0
  252. package/react/components/windowTitleBar/GroupingButton.js +25 -0
  253. package/react/components/windowTitleBar/GroupingButton.js.map +1 -0
  254. package/react/components/windowTitleBar/{components/left/LinkerButton.d.ts → LinkerButton.d.ts} +0 -0
  255. package/react/components/windowTitleBar/LinkerButton.d.ts.map +1 -0
  256. package/react/components/windowTitleBar/{components/left/LinkerButton.js → LinkerButton.js} +4 -4
  257. package/react/components/windowTitleBar/LinkerButton.js.map +1 -0
  258. package/react/components/windowTitleBar/LinkerButtonDeprecated.d.ts +11 -0
  259. package/react/components/windowTitleBar/LinkerButtonDeprecated.d.ts.map +1 -0
  260. package/react/components/windowTitleBar/LinkerButtonDeprecated.js +63 -0
  261. package/react/components/windowTitleBar/LinkerButtonDeprecated.js.map +1 -0
  262. package/react/components/windowTitleBar/{components/left/LinkerGroups.d.ts → LinkerGroups.d.ts} +0 -0
  263. package/react/components/windowTitleBar/LinkerGroups.d.ts.map +1 -0
  264. package/react/components/windowTitleBar/{components/left/LinkerGroups.js → LinkerGroups.js} +2 -3
  265. package/react/components/windowTitleBar/LinkerGroups.js.map +1 -0
  266. package/react/components/windowTitleBar/LinkerGroupsDeprecated.d.ts +7 -0
  267. package/react/components/windowTitleBar/LinkerGroupsDeprecated.d.ts.map +1 -0
  268. package/react/components/windowTitleBar/LinkerGroupsDeprecated.js +35 -0
  269. package/react/components/windowTitleBar/LinkerGroupsDeprecated.js.map +1 -0
  270. package/react/components/windowTitleBar/MaximizeButton.d.ts +3 -0
  271. package/react/components/windowTitleBar/MaximizeButton.d.ts.map +1 -0
  272. package/react/components/windowTitleBar/MaximizeButton.js +18 -0
  273. package/react/components/windowTitleBar/MaximizeButton.js.map +1 -0
  274. package/react/components/windowTitleBar/MinimizeButton.d.ts +3 -0
  275. package/react/components/windowTitleBar/MinimizeButton.d.ts.map +1 -0
  276. package/react/components/windowTitleBar/MinimizeButton.js +21 -0
  277. package/react/components/windowTitleBar/MinimizeButton.js.map +1 -0
  278. package/react/components/windowTitleBar/ShareButton.d.ts +3 -0
  279. package/react/components/windowTitleBar/ShareButton.d.ts.map +1 -0
  280. package/react/components/windowTitleBar/ShareButton.js +24 -0
  281. package/react/components/windowTitleBar/ShareButton.js.map +1 -0
  282. package/react/components/windowTitleBar/TabRegion.d.ts +7 -0
  283. package/react/components/windowTitleBar/TabRegion.d.ts.map +1 -0
  284. package/react/components/windowTitleBar/TabRegion.js +453 -0
  285. package/react/components/windowTitleBar/TabRegion.js.map +1 -0
  286. package/react/components/windowTitleBar/TabTitle.d.ts +8 -0
  287. package/react/components/windowTitleBar/TabTitle.d.ts.map +1 -0
  288. package/react/components/windowTitleBar/TabTitle.js +17 -0
  289. package/react/components/windowTitleBar/TabTitle.js.map +1 -0
  290. package/react/components/windowTitleBar/TitleEdit.d.ts +10 -0
  291. package/react/components/windowTitleBar/TitleEdit.d.ts.map +1 -0
  292. package/react/components/windowTitleBar/TitleEdit.js +30 -0
  293. package/react/components/windowTitleBar/TitleEdit.js.map +1 -0
  294. package/react/components/windowTitleBar/WindowTitleBarContext.d.ts +12 -0
  295. package/react/components/windowTitleBar/WindowTitleBarContext.d.ts.map +1 -0
  296. package/react/components/windowTitleBar/WindowTitleBarContext.js +3 -0
  297. package/react/components/windowTitleBar/WindowTitleBarContext.js.map +1 -0
  298. package/react/components/windowTitleBar/WindowTitleBarShell.d.ts +14 -272
  299. package/react/components/windowTitleBar/WindowTitleBarShell.d.ts.map +1 -1
  300. package/react/components/windowTitleBar/WindowTitleBarShell.js +41 -929
  301. package/react/components/windowTitleBar/WindowTitleBarShell.js.map +1 -1
  302. package/react/components/windowTitleBar/index.d.ts +9 -8
  303. package/react/components/windowTitleBar/index.d.ts.map +1 -1
  304. package/react/components/windowTitleBar/index.js +9 -8
  305. package/react/components/windowTitleBar/index.js.map +1 -1
  306. package/react/components/windowTitleBar/useKeyboardNavigation.d.ts +7 -0
  307. package/react/components/windowTitleBar/useKeyboardNavigation.d.ts.map +1 -0
  308. package/react/components/windowTitleBar/useKeyboardNavigation.js +57 -0
  309. package/react/components/windowTitleBar/useKeyboardNavigation.js.map +1 -0
  310. package/react/components/windowTitleBar/useMaximize.d.ts +5 -0
  311. package/react/components/windowTitleBar/useMaximize.d.ts.map +1 -0
  312. package/react/components/windowTitleBar/useMaximize.js +23 -0
  313. package/react/components/windowTitleBar/useMaximize.js.map +1 -0
  314. package/react/components/yesNoDialog/timer.js +2 -1
  315. package/react/components/yesNoDialog/timer.js.map +1 -1
  316. package/react/hooks/useDashbar.d.ts.map +1 -1
  317. package/react/hooks/useDashbar.js.map +1 -1
  318. package/react/hooks/useDragRegion.d.ts +27 -0
  319. package/react/hooks/useDragRegion.d.ts.map +1 -0
  320. package/react/hooks/useDragRegion.js +74 -0
  321. package/react/hooks/useDragRegion.js.map +1 -0
  322. package/react/hooks/useInjectedTitleBar.d.ts +3 -0
  323. package/react/hooks/useInjectedTitleBar.d.ts.map +1 -0
  324. package/react/hooks/useInjectedTitleBar.js +365 -0
  325. package/react/hooks/useInjectedTitleBar.js.map +1 -0
  326. package/react/hooks/useNotifications.d.ts +1 -1
  327. package/react/hooks/useToolbar.d.ts +1 -0
  328. package/react/hooks/useToolbar.d.ts.map +1 -1
  329. package/react/hooks/useToolbar.js +13 -3
  330. package/react/hooks/useToolbar.js.map +1 -1
  331. package/typedoc-types.d.ts +9 -0
  332. package/typedoc-types.d.ts.map +1 -0
  333. package/typedoc-types.js +6 -0
  334. package/typedoc-types.js.map +1 -0
  335. package/types.d.ts +5 -11
  336. package/types.d.ts.map +1 -1
  337. package/types.js +2 -0
  338. package/types.js.map +1 -1
  339. package/common/events/PrivateEventManager.d.ts +0 -95
  340. package/common/events/PrivateEventManager.d.ts.map +0 -1
  341. package/common/events/PrivateEventManager.js +0 -295
  342. package/common/events/PrivateEventManager.js.map +0 -1
  343. package/common/events/PrivateFinsembleEvent.d.ts +0 -30
  344. package/common/events/PrivateFinsembleEvent.d.ts.map +0 -1
  345. package/common/events/PrivateFinsembleEvent.js +0 -65
  346. package/common/events/PrivateFinsembleEvent.js.map +0 -1
  347. package/common/redux/createReducer.d.ts +0 -128
  348. package/common/redux/createReducer.d.ts.map +0 -1
  349. package/common/redux/createReducer.js +0 -298
  350. package/common/redux/createReducer.js.map +0 -1
  351. package/common/redux/index.d.ts +0 -3
  352. package/common/redux/index.d.ts.map +0 -1
  353. package/common/redux/index.js +0 -3
  354. package/common/redux/index.js.map +0 -1
  355. package/platform/services/window/Common/Pools/ObjectPool.d.ts +0 -11
  356. package/platform/services/window/Common/Pools/ObjectPool.d.ts.map +0 -1
  357. package/platform/services/window/Common/Pools/ObjectPool.js +0 -43
  358. package/platform/services/window/Common/Pools/ObjectPool.js.map +0 -1
  359. package/platform/services/window/Common/Pools/PoolSingletons.d.ts +0 -10
  360. package/platform/services/window/Common/Pools/PoolSingletons.d.ts.map +0 -1
  361. package/platform/services/window/Common/Pools/PoolSingletons.js +0 -10
  362. package/platform/services/window/Common/Pools/PoolSingletons.js.map +0 -1
  363. package/platform/services/window/Common/Pools/WindowPool.d.ts +0 -7
  364. package/platform/services/window/Common/Pools/WindowPool.d.ts.map +0 -1
  365. package/platform/services/window/Common/Pools/WindowPool.js +0 -16
  366. package/platform/services/window/Common/Pools/WindowPool.js.map +0 -1
  367. package/platform/services/window/Docking/boxMath.d.ts +0 -144
  368. package/platform/services/window/Docking/boxMath.d.ts.map +0 -1
  369. package/platform/services/window/Docking/boxMath.js +0 -511
  370. package/platform/services/window/Docking/boxMath.js.map +0 -1
  371. package/platform/services/window/Docking/constants.d.ts +0 -29
  372. package/platform/services/window/Docking/constants.d.ts.map +0 -1
  373. package/platform/services/window/Docking/constants.js +0 -29
  374. package/platform/services/window/Docking/constants.js.map +0 -1
  375. package/platform/services/window/Docking/dockableBox.d.ts +0 -117
  376. package/platform/services/window/Docking/dockableBox.d.ts.map +0 -1
  377. package/platform/services/window/Docking/dockableBox.js +0 -525
  378. package/platform/services/window/Docking/dockableBox.js.map +0 -1
  379. package/platform/services/window/Docking/dockableGroup.d.ts +0 -252
  380. package/platform/services/window/Docking/dockableGroup.d.ts.map +0 -1
  381. package/platform/services/window/Docking/dockableGroup.js +0 -1054
  382. package/platform/services/window/Docking/dockableGroup.js.map +0 -1
  383. package/platform/services/window/Docking/dockableMonitor.d.ts +0 -99
  384. package/platform/services/window/Docking/dockableMonitor.d.ts.map +0 -1
  385. package/platform/services/window/Docking/dockableMonitor.js +0 -427
  386. package/platform/services/window/Docking/dockableMonitor.js.map +0 -1
  387. package/platform/services/window/Docking/dockableWindow.d.ts +0 -272
  388. package/platform/services/window/Docking/dockableWindow.d.ts.map +0 -1
  389. package/platform/services/window/Docking/dockableWindow.js +0 -1239
  390. package/platform/services/window/Docking/dockableWindow.js.map +0 -1
  391. package/platform/services/window/Docking/dockingCalculator.d.ts +0 -741
  392. package/platform/services/window/Docking/dockingCalculator.d.ts.map +0 -1
  393. package/platform/services/window/Docking/dockingCalculator.js +0 -3438
  394. package/platform/services/window/Docking/dockingCalculator.js.map +0 -1
  395. package/platform/services/window/Docking/dockingMain.d.ts +0 -349
  396. package/platform/services/window/Docking/dockingMain.d.ts.map +0 -1
  397. package/platform/services/window/Docking/dockingMain.js +0 -2541
  398. package/platform/services/window/Docking/dockingMain.js.map +0 -1
  399. package/platform/services/window/Docking/maskBoundsCalculator.d.ts +0 -28
  400. package/platform/services/window/Docking/maskBoundsCalculator.d.ts.map +0 -1
  401. package/platform/services/window/Docking/maskBoundsCalculator.js +0 -67
  402. package/platform/services/window/Docking/maskBoundsCalculator.js.map +0 -1
  403. package/platform/services/window/Docking/monitorUpdateHandler.d.ts +0 -32
  404. package/platform/services/window/Docking/monitorUpdateHandler.d.ts.map +0 -1
  405. package/platform/services/window/Docking/monitorUpdateHandler.js +0 -117
  406. package/platform/services/window/Docking/monitorUpdateHandler.js.map +0 -1
  407. package/platform/services/window/Docking/types.d.ts +0 -334
  408. package/platform/services/window/Docking/types.d.ts.map +0 -1
  409. package/platform/services/window/Docking/types.js +0 -12
  410. package/platform/services/window/Docking/types.js.map +0 -1
  411. package/platform/services/window/MultiWindowFeatures/autoArrange.d.ts +0 -90
  412. package/platform/services/window/MultiWindowFeatures/autoArrange.d.ts.map +0 -1
  413. package/platform/services/window/MultiWindowFeatures/autoArrange.js +0 -510
  414. package/platform/services/window/MultiWindowFeatures/autoArrange.js.map +0 -1
  415. package/platform/services/window/StackedWindowManager/stackedWindowManager.d.ts +0 -411
  416. package/platform/services/window/StackedWindowManager/stackedWindowManager.d.ts.map +0 -1
  417. package/platform/services/window/StackedWindowManager/stackedWindowManager.js +0 -1641
  418. package/platform/services/window/StackedWindowManager/stackedWindowManager.js.map +0 -1
  419. package/platform/services/window/WindowAbstractions/BaseWindow.d.ts +0 -469
  420. package/platform/services/window/WindowAbstractions/BaseWindow.d.ts.map +0 -1
  421. package/platform/services/window/WindowAbstractions/BaseWindow.js +0 -1347
  422. package/platform/services/window/WindowAbstractions/BaseWindow.js.map +0 -1
  423. package/platform/services/window/WindowAbstractions/FinsembleWindowInternal.d.ts +0 -9
  424. package/platform/services/window/WindowAbstractions/FinsembleWindowInternal.d.ts.map +0 -1
  425. package/platform/services/window/WindowAbstractions/FinsembleWindowInternal.js +0 -23
  426. package/platform/services/window/WindowAbstractions/FinsembleWindowInternal.js.map +0 -1
  427. package/platform/services/window/WindowAbstractions/WebWindowWrapper.d.ts +0 -227
  428. package/platform/services/window/WindowAbstractions/WebWindowWrapper.d.ts.map +0 -1
  429. package/platform/services/window/WindowAbstractions/WebWindowWrapper.js +0 -1168
  430. package/platform/services/window/WindowAbstractions/WebWindowWrapper.js.map +0 -1
  431. package/platform/services/window/WindowAbstractions/externalWindowWrapper.d.ts +0 -121
  432. package/platform/services/window/WindowAbstractions/externalWindowWrapper.d.ts.map +0 -1
  433. package/platform/services/window/WindowAbstractions/externalWindowWrapper.js +0 -591
  434. package/platform/services/window/WindowAbstractions/externalWindowWrapper.js.map +0 -1
  435. package/platform/services/window/WindowAbstractions/stackedWindowWrapper.d.ts +0 -194
  436. package/platform/services/window/WindowAbstractions/stackedWindowWrapper.d.ts.map +0 -1
  437. package/platform/services/window/WindowAbstractions/stackedWindowWrapper.js +0 -680
  438. package/platform/services/window/WindowAbstractions/stackedWindowWrapper.js.map +0 -1
  439. package/platform/services/window/windowGroup.d.ts +0 -86
  440. package/platform/services/window/windowGroup.d.ts.map +0 -1
  441. package/platform/services/window/windowGroup.js +0 -323
  442. package/platform/services/window/windowGroup.js.map +0 -1
  443. package/platform/services/workspace/windowStorageManager.d.ts +0 -180
  444. package/platform/services/workspace/windowStorageManager.d.ts.map +0 -1
  445. package/platform/services/workspace/windowStorageManager.js +0 -195
  446. package/platform/services/workspace/windowStorageManager.js.map +0 -1
  447. package/react/assets/icons/question-circle.svg +0 -6
  448. package/react/components/legacyControls/FinsembleHoverDetector.d.ts +0 -23
  449. package/react/components/legacyControls/FinsembleHoverDetector.d.ts.map +0 -1
  450. package/react/components/legacyControls/FinsembleHoverDetector.js +0 -57
  451. package/react/components/legacyControls/FinsembleHoverDetector.js.map +0 -1
  452. package/react/components/sdd/Appearance.helpers.d.ts +0 -2
  453. package/react/components/sdd/Appearance.helpers.d.ts.map +0 -1
  454. package/react/components/sdd/Appearance.helpers.js +0 -2
  455. package/react/components/sdd/Appearance.helpers.js.map +0 -1
  456. package/react/components/shared/linkerUtil.d.ts +0 -4
  457. package/react/components/shared/linkerUtil.d.ts.map +0 -1
  458. package/react/components/shared/linkerUtil.js +0 -10
  459. package/react/components/shared/linkerUtil.js.map +0 -1
  460. package/react/components/windowTitleBar/components/center/Tab.d.ts +0 -31
  461. package/react/components/windowTitleBar/components/center/Tab.d.ts.map +0 -1
  462. package/react/components/windowTitleBar/components/center/Tab.js +0 -58
  463. package/react/components/windowTitleBar/components/center/Tab.js.map +0 -1
  464. package/react/components/windowTitleBar/components/center/TabList.d.ts +0 -138
  465. package/react/components/windowTitleBar/components/center/TabList.d.ts.map +0 -1
  466. package/react/components/windowTitleBar/components/center/TabList.js +0 -614
  467. package/react/components/windowTitleBar/components/center/TabList.js.map +0 -1
  468. package/react/components/windowTitleBar/components/center/TabRegion.d.ts +0 -3
  469. package/react/components/windowTitleBar/components/center/TabRegion.d.ts.map +0 -1
  470. package/react/components/windowTitleBar/components/center/TabRegion.js +0 -13
  471. package/react/components/windowTitleBar/components/center/TabRegion.js.map +0 -1
  472. package/react/components/windowTitleBar/components/left/LinkerButton.d.ts.map +0 -1
  473. package/react/components/windowTitleBar/components/left/LinkerButton.js.map +0 -1
  474. package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.d.ts +0 -85
  475. package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.d.ts.map +0 -1
  476. package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.js +0 -172
  477. package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.js.map +0 -1
  478. package/react/components/windowTitleBar/components/left/LinkerGroups.d.ts.map +0 -1
  479. package/react/components/windowTitleBar/components/left/LinkerGroups.js.map +0 -1
  480. package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.d.ts +0 -50
  481. package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.d.ts.map +0 -1
  482. package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.js +0 -120
  483. package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.js.map +0 -1
  484. package/react/components/windowTitleBar/components/left/ShareButton.d.ts +0 -42
  485. package/react/components/windowTitleBar/components/left/ShareButton.d.ts.map +0 -1
  486. package/react/components/windowTitleBar/components/left/ShareButton.js +0 -82
  487. package/react/components/windowTitleBar/components/left/ShareButton.js.map +0 -1
  488. package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.d.ts +0 -3
  489. package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.d.ts.map +0 -1
  490. package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.js +0 -15
  491. package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.js.map +0 -1
  492. package/react/components/windowTitleBar/components/right/CloseButton.d.ts.map +0 -1
  493. package/react/components/windowTitleBar/components/right/CloseButton.js +0 -16
  494. package/react/components/windowTitleBar/components/right/CloseButton.js.map +0 -1
  495. package/react/components/windowTitleBar/components/right/GroupingButton.d.ts +0 -50
  496. package/react/components/windowTitleBar/components/right/GroupingButton.d.ts.map +0 -1
  497. package/react/components/windowTitleBar/components/right/GroupingButton.js +0 -82
  498. package/react/components/windowTitleBar/components/right/GroupingButton.js.map +0 -1
  499. package/react/components/windowTitleBar/components/right/MaximizeButton.d.ts +0 -59
  500. package/react/components/windowTitleBar/components/right/MaximizeButton.d.ts.map +0 -1
  501. package/react/components/windowTitleBar/components/right/MaximizeButton.js +0 -96
  502. package/react/components/windowTitleBar/components/right/MaximizeButton.js.map +0 -1
  503. package/react/components/windowTitleBar/components/right/MinimizeButton.d.ts +0 -26
  504. package/react/components/windowTitleBar/components/right/MinimizeButton.d.ts.map +0 -1
  505. package/react/components/windowTitleBar/components/right/MinimizeButton.js +0 -32
  506. package/react/components/windowTitleBar/components/right/MinimizeButton.js.map +0 -1
  507. package/react/components/windowTitleBar/components/windowTitle.d.ts +0 -67
  508. package/react/components/windowTitleBar/components/windowTitle.d.ts.map +0 -1
  509. package/react/components/windowTitleBar/components/windowTitle.js +0 -382
  510. package/react/components/windowTitleBar/components/windowTitle.js.map +0 -1
  511. package/react/components/windowTitleBar/stores/windowTitleBarStore.d.ts +0 -69
  512. package/react/components/windowTitleBar/stores/windowTitleBarStore.d.ts.map +0 -1
  513. package/react/components/windowTitleBar/stores/windowTitleBarStore.js +0 -610
  514. package/react/components/windowTitleBar/stores/windowTitleBarStore.js.map +0 -1
  515. package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.d.ts +0 -44
  516. package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.d.ts.map +0 -1
  517. package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.js +0 -43
  518. package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.js.map +0 -1
  519. package/react/components/windowTitleBar/windowTitleBarContext.d.ts +0 -23
  520. package/react/components/windowTitleBar/windowTitleBarContext.d.ts.map +0 -1
  521. package/react/components/windowTitleBar/windowTitleBarContext.js +0 -22
  522. package/react/components/windowTitleBar/windowTitleBarContext.js.map +0 -1
  523. package/react/types/windowTitleBar.d.ts +0 -49
  524. package/react/types/windowTitleBar.d.ts.map +0 -1
  525. package/react/types/windowTitleBar.js +0 -2
  526. package/react/types/windowTitleBar.js.map +0 -1
@@ -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
10
  import { LauncherClient } from "../launcherClient";
11
11
  import { Logger } from "../logger";
12
12
  import SystemManagerClient from "../../common/systemManagerClient";
13
13
  import { NotificationClient } from "../notificationClient";
14
+ import { actions, emptyStore } from "../../platform/services/window/modules/actions";
15
+ import { getRemoteStore } from "../../common/redux/getRemoteStore";
16
+ import debounce from "lodash/debounce";
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,92 +242,6 @@ 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
- /**
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.
214
- */
215
- const registerWithDockingManager = async (options) => {
216
- if (FEAGlobals.finsembleWindow.parentWindow) {
217
- Logger.system.debug("registerWithDockingManager ignore registration request if has a parent");
218
- return;
219
- }
220
- const { uuid, name } = FEAGlobals.finsembleWindow;
221
- startedRegistrationWithDocking = true;
222
- await RouterClient.query("DockingService.registerWindow", {
223
- name,
224
- uuid,
225
- options,
226
- windowType: "WebWindow",
227
- });
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
- };
283
245
  /**
284
246
  * Both FinsembleWindow and WindowClient provide a static member that contains system options.
285
247
  * These must be initialized on startup.
@@ -417,7 +379,6 @@ export const windowStartup = async ({ windowName, componentType, finsembleWindow
417
379
  setInitialOptions(systemStartupData);
418
380
  addMinimizedRestoreWatcher();
419
381
  overrideBrowserNotify(windowName, systemStartupData.customData, componentType);
420
- await maybeRegisterForDocking(systemStartupData.customData);
421
382
  await cacheInitialBounds();
422
383
  };
423
384
  //# 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") {
@@ -0,0 +1,90 @@
1
+ export declare const AppsClient: {
2
+ /**
3
+ * For backward compatibility
4
+ * @private
5
+ * @deprecated
6
+ */
7
+ initialize: () => void;
8
+ /**
9
+ * For backward compatibility
10
+ * @private
11
+ * @deprecated
12
+ */
13
+ onReady: (cb?: any) => void;
14
+ addToGroups: (params: {
15
+ windowIdentifier?: import("./launcherClient").WindowIdentifier | undefined;
16
+ groupNames?: string[] | undefined;
17
+ }, cb: (err?: import("..").StandardError) => void) => Promise<{
18
+ err: import("..").StandardError;
19
+ }>;
20
+ getGroupsForWindow: (params: {
21
+ windowIdentifier: import("./launcherClient").WindowIdentifier;
22
+ } | null, cb?: Function) => Promise<unknown>;
23
+ removeWindowsFromGroup: (params: {
24
+ windowList?: string[] | import("./launcherClient").WindowIdentifier[] | undefined;
25
+ groupName?: string | undefined;
26
+ }, cb?: Function) => Promise<unknown>;
27
+ addWindowsToGroup: (params: {
28
+ windowList?: string[] | import("./launcherClient").WindowIdentifier[] | undefined;
29
+ groupName?: string | undefined;
30
+ }, cb?: Function) => Promise<unknown>;
31
+ createWindowGroup: (params: {
32
+ windowList?: string[] | import("./launcherClient").WindowIdentifier[] | undefined;
33
+ groupName?: string | undefined;
34
+ }, cb?: Function) => Promise<unknown>;
35
+ minimizeWindows: (params?: {
36
+ windowList?: string[] | undefined;
37
+ } | undefined, cb?: import("..").StandardErrorCallback<void> | undefined) => import("..").StandardPromise<void>;
38
+ hyperFocus: (params: {
39
+ windowList?: string[] | import("./launcherClient").WindowIdentifier[] | undefined;
40
+ groupName?: string | undefined;
41
+ componentType?: string | undefined;
42
+ }, cb?: (() => void) | undefined) => Promise<void>;
43
+ bringWindowsToFront: (params?: {
44
+ windowList?: string[] | undefined;
45
+ } | undefined, cb?: import("..").StandardErrorCallback<void> | undefined) => import("..").StandardPromise<void>;
46
+ getComponentsThatCanReceiveDataTypes: (params: {
47
+ dataTypes: string[];
48
+ }, cb?: Function) => Promise<unknown>;
49
+ removeUserDefinedComponent: (params: {
50
+ name: string;
51
+ url?: string | undefined;
52
+ }, cb?: import("..").StandardErrorCallback<void> | undefined) => import("..").StandardPromise<void>;
53
+ addUserDefinedComponent: (params: {
54
+ name: string;
55
+ url: string;
56
+ }, cb?: import("..").StandardErrorCallback<void> | undefined) => import("..").StandardPromise<void>;
57
+ getPendingWindows: () => import("..").StandardPromise<string[]>;
58
+ getActiveAndPendingWindowNames: (cb?: Function) => Promise<{
59
+ err: any;
60
+ data: any;
61
+ }>;
62
+ getActiveDescriptors: (cb?: import("..").StandardErrorCallback<Record<string, import("./launcherClient").WindowDescriptor>> | undefined) => import("..").StandardPromise<Record<string, import("./launcherClient").WindowDescriptor>>;
63
+ getMyWindowIdentifier: (cb?: ((windowIdentifier: import("./launcherClient").WindowIdentifier) => void) | undefined) => Promise<import("./launcherClient").WindowIdentifier>;
64
+ getMonitor: (windowIdentifier: import("./launcherClient").WindowIdentifier, cb?: import("..").StandardErrorCallback<any> | undefined) => import("..").StandardPromise<any>;
65
+ spawn: (component: string, params: import("./launcherClient").SpawnParams, cb?: import("..").StandardErrorCallback<import("./launcherClient").SpawnResponse> | undefined) => Promise<{
66
+ error?: import("..").StandardError;
67
+ response?: import("./launcherClient").SpawnResponse | undefined;
68
+ }>;
69
+ toggleWindowOnClick: (element: HTMLElement, windowLocator: import("./launcherClient").WindowLocator, params: any) => void;
70
+ showWindow: (windowLocator: import("./launcherClient").WindowLocator, params: any, cb?: import("..").StandardErrorCallback<import("./launcherClient").SpawnResponse> | undefined) => import("..").StandardPromise<import("./launcherClient").SpawnResponse>;
71
+ unRegisterComponent: (params: {
72
+ componentType: string;
73
+ }, cb?: import("..").StandardErrorCallback<string> | undefined) => import("..").StandardPromise<string>;
74
+ registerComponent: (params: {
75
+ componentType: string;
76
+ manifest: import("./launcherClient").ComponentDescriptor;
77
+ }, cb: import("..").StandardErrorCallback<string>) => import("..").StandardPromise<string>;
78
+ getMonitorInfo: (params?: {
79
+ monitor?: import("./launcherClient").MonitorCommand | undefined;
80
+ windowIdentifier?: import("./launcherClient").WindowIdentifier | undefined;
81
+ }, cb?: import("..").StandardErrorCallback<import("./launcherClient").MonitorInfoDetail> | undefined) => import("..").StandardPromise<import("./launcherClient").MonitorInfoDetail>;
82
+ getMonitorInfoAll: (cb?: import("..").StandardErrorCallback<import("./launcherClient").MonitorInfoDetail[]> | undefined) => import("..").StandardPromise<import("./launcherClient").MonitorInfoDetail[]>;
83
+ getComponentDefaultConfig: (componentType: string, cb?: import("..").StandardErrorCallback<import("./launcherClient").ComponentDescriptor> | undefined) => import("..").StandardPromise<import("./launcherClient").ComponentDescriptor>;
84
+ getComponentList: (cb?: import("..").StandardErrorCallback<import("./launcherClient").ComponentList> | undefined) => import("..").StandardPromise<import("./launcherClient").ComponentList>;
85
+ addApps: <T = any>(apps: import("../platform/services/types").FDC3AppDefinition[], cb?: import("..").StandardErrorCallback<T> | undefined) => import("..").StandardPromise<T>;
86
+ removeApps: <T_1 = any>(appIds: string[], cb?: import("..").StandardErrorCallback<T_1> | undefined) => import("..").StandardPromise<T_1>;
87
+ getApps: <T_2 = any>(appIds?: string[] | undefined, cb?: import("..").StandardErrorCallback<T_2> | undefined) => import("..").StandardPromise<T_2>;
88
+ };
89
+ export default AppsClient;
90
+ //# sourceMappingURL=appsClient.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"appsClient.d.ts","sourceRoot":"","sources":["../../../src/clients/appsClient.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU;IACtB;;;;OAIG;;IAIH;;;;OAIG;mBACY,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgClB,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,51 @@
1
+ import LauncherClient from "./launcherClient";
2
+ import { Logger } from "./logger";
3
+ export const AppsClient = {
4
+ /**
5
+ * For backward compatibility
6
+ * @private
7
+ * @deprecated
8
+ */
9
+ initialize: () => {
10
+ Logger.system.deprecated("It is no longer necessary to call AppsClient.initialized()");
11
+ },
12
+ /**
13
+ * For backward compatibility
14
+ * @private
15
+ * @deprecated
16
+ */
17
+ onReady: (cb) => {
18
+ Logger.system.deprecated("It is no longer necessary to call AppsClient.onReady()");
19
+ cb === null || cb === void 0 ? void 0 : cb();
20
+ },
21
+ addToGroups: LauncherClient.addToGroups,
22
+ getGroupsForWindow: LauncherClient.getGroupsForWindow,
23
+ removeWindowsFromGroup: LauncherClient.removeWindowsFromGroup,
24
+ addWindowsToGroup: LauncherClient.addWindowsToGroup,
25
+ createWindowGroup: LauncherClient.createWindowGroup,
26
+ minimizeWindows: LauncherClient.minimizeWindows,
27
+ hyperFocus: LauncherClient.hyperFocus,
28
+ bringWindowsToFront: LauncherClient.bringWindowsToFront,
29
+ getComponentsThatCanReceiveDataTypes: LauncherClient.getComponentsThatCanReceiveDataTypes,
30
+ removeUserDefinedComponent: LauncherClient.removeUserDefinedComponent,
31
+ addUserDefinedComponent: LauncherClient.addUserDefinedComponent,
32
+ getPendingWindows: LauncherClient.getPendingWindows,
33
+ getActiveAndPendingWindowNames: LauncherClient.getActiveAndPendingWindowNames,
34
+ getActiveDescriptors: LauncherClient.getActiveDescriptors,
35
+ getMyWindowIdentifier: LauncherClient.getMyWindowIdentifier,
36
+ getMonitor: LauncherClient.getMonitor,
37
+ spawn: LauncherClient.spawn,
38
+ toggleWindowOnClick: LauncherClient.toggleWindowOnClick,
39
+ showWindow: LauncherClient.showWindow,
40
+ unRegisterComponent: LauncherClient.unRegisterComponent,
41
+ registerComponent: LauncherClient.registerComponent,
42
+ getMonitorInfo: LauncherClient.getMonitorInfo,
43
+ getMonitorInfoAll: LauncherClient.getMonitorInfoAll,
44
+ getComponentDefaultConfig: LauncherClient.getComponentDefaultConfig,
45
+ getComponentList: LauncherClient.getComponentList,
46
+ addApps: LauncherClient.addApps,
47
+ removeApps: LauncherClient.removeApps,
48
+ getApps: LauncherClient.getApps,
49
+ };
50
+ export default AppsClient;
51
+ //# sourceMappingURL=appsClient.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"appsClient.js","sourceRoot":"","sources":["../../../src/clients/appsClient.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,MAAM,CAAC,MAAM,UAAU,GAAG;IACzB;;;;OAIG;IACH,UAAU,EAAE,GAAG,EAAE;QAChB,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC,4DAA4D,CAAC,CAAC;IACxF,CAAC;IACD;;;;OAIG;IACH,OAAO,EAAE,CAAC,EAAQ,EAAE,EAAE;QACrB,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC,wDAAwD,CAAC,CAAC;QACnF,EAAE,aAAF,EAAE,uBAAF,EAAE,EAAI,CAAC;IACR,CAAC;IACD,WAAW,EAAE,cAAc,CAAC,WAAW;IACvC,kBAAkB,EAAE,cAAc,CAAC,kBAAkB;IACrD,sBAAsB,EAAE,cAAc,CAAC,sBAAsB;IAC7D,iBAAiB,EAAE,cAAc,CAAC,iBAAiB;IACnD,iBAAiB,EAAE,cAAc,CAAC,iBAAiB;IACnD,eAAe,EAAE,cAAc,CAAC,eAAe;IAC/C,UAAU,EAAE,cAAc,CAAC,UAAU;IACrC,mBAAmB,EAAE,cAAc,CAAC,mBAAmB;IACvD,oCAAoC,EAAE,cAAc,CAAC,oCAAoC;IACzF,0BAA0B,EAAE,cAAc,CAAC,0BAA0B;IACrE,uBAAuB,EAAE,cAAc,CAAC,uBAAuB;IAC/D,iBAAiB,EAAE,cAAc,CAAC,iBAAiB;IACnD,8BAA8B,EAAE,cAAc,CAAC,8BAA8B;IAC7E,oBAAoB,EAAE,cAAc,CAAC,oBAAoB;IACzD,qBAAqB,EAAE,cAAc,CAAC,qBAAqB;IAC3D,UAAU,EAAE,cAAc,CAAC,UAAU;IACrC,KAAK,EAAE,cAAc,CAAC,KAAK;IAC3B,mBAAmB,EAAE,cAAc,CAAC,mBAAmB;IACvD,UAAU,EAAE,cAAc,CAAC,UAAU;IACrC,mBAAmB,EAAE,cAAc,CAAC,mBAAmB;IACvD,iBAAiB,EAAE,cAAc,CAAC,iBAAiB;IACnD,cAAc,EAAE,cAAc,CAAC,cAAc;IAC7C,iBAAiB,EAAE,cAAc,CAAC,iBAAiB;IACnD,yBAAyB,EAAE,cAAc,CAAC,yBAAyB;IACnE,gBAAgB,EAAE,cAAc,CAAC,gBAAgB;IACjD,OAAO,EAAE,cAAc,CAAC,OAAO;IAC/B,UAAU,EAAE,cAAc,CAAC,UAAU;IACrC,OAAO,EAAE,cAAc,CAAC,OAAO;CAC/B,CAAC;AAEF,eAAe,UAAU,CAAC"}