@finsemble/finsemble-ui 6.1.4 → 6.3.0-beta.20211008

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 (814) hide show
  1. package/package.json +26 -22
  2. package/react/actions/smartDesktopDesignerActions.d.ts +7 -7
  3. package/react/actions/smartDesktopDesignerActions.js.map +1 -1
  4. package/react/actions/toolbarActions.d.ts +2 -3
  5. package/react/actions/toolbarActions.js.map +1 -1
  6. package/react/assets/css/defaultTheme.css +1 -1
  7. package/react/assets/css/notificationsCenter.css +5 -2
  8. package/react/assets/css/userPreferences.css +5 -2
  9. package/react/assets/css/windowTitleBar.css +34 -1
  10. package/react/assets/icons/check-square.svg +6 -0
  11. package/react/assets/icons/lock.svg +6 -0
  12. package/react/components/FinsembleProvider.js +1 -1
  13. package/react/components/FinsembleProvider.js.map +1 -1
  14. package/react/components/appCatalog/AppCatalogComponent.js.map +1 -1
  15. package/react/components/appCatalog/components/AppList.d.ts +7 -1
  16. package/react/components/appCatalog/components/AppList.js +1 -1
  17. package/react/components/appCatalog/components/AppList.js.map +1 -1
  18. package/react/components/appCatalog/components/AppResults.d.ts +10 -8
  19. package/react/components/appCatalog/components/AppResults.js +1 -1
  20. package/react/components/appCatalog/components/AppResults.js.map +1 -1
  21. package/react/components/appCatalog/components/Carousel.js +1 -1
  22. package/react/components/appCatalog/components/Carousel.js.map +1 -1
  23. package/react/components/appCatalog/components/EmptyResults.d.ts +2 -1
  24. package/react/components/appCatalog/components/EmptyResults.js +2 -4
  25. package/react/components/appCatalog/components/EmptyResults.js.map +1 -1
  26. package/react/components/appCatalog/components/Hero.d.ts +24 -4
  27. package/react/components/appCatalog/components/Hero.js +2 -1
  28. package/react/components/appCatalog/components/Hero.js.map +1 -1
  29. package/react/components/appCatalog/components/Home.d.ts +18 -4
  30. package/react/components/appCatalog/components/Home.js.map +1 -1
  31. package/react/components/appCatalog/components/SearchBar.d.ts +20 -7
  32. package/react/components/appCatalog/components/SearchBar.js +4 -7
  33. package/react/components/appCatalog/components/SearchBar.js.map +1 -1
  34. package/react/components/appCatalog/components/Showcase/AppDescription.d.ts +5 -3
  35. package/react/components/appCatalog/components/Showcase/AppDescription.js +4 -6
  36. package/react/components/appCatalog/components/Showcase/AppDescription.js.map +1 -1
  37. package/react/components/appCatalog/components/Showcase/AppDevNotes.d.ts +5 -4
  38. package/react/components/appCatalog/components/Showcase/AppDevNotes.js.map +1 -1
  39. package/react/components/appCatalog/components/Showcase/AppShowcase.js +1 -1
  40. package/react/components/appCatalog/components/Showcase/AppShowcase.js.map +1 -1
  41. package/react/components/appCatalog/components/Showcase/Header.d.ts +13 -5
  42. package/react/components/appCatalog/components/Showcase/Header.js +2 -2
  43. package/react/components/appCatalog/components/Showcase/Header.js.map +1 -1
  44. package/react/components/appCatalog/components/Showcase/Modal.d.ts +7 -4
  45. package/react/components/appCatalog/components/Showcase/Modal.js +6 -6
  46. package/react/components/appCatalog/components/Showcase/Modal.js.map +1 -1
  47. package/react/components/appCatalog/components/Showcase/defaults.d.ts +3 -3
  48. package/react/components/appCatalog/components/Showcase/defaults.js.map +1 -1
  49. package/react/components/appCatalog/components/Tag.d.ts +6 -4
  50. package/react/components/appCatalog/components/Tag.js.map +1 -1
  51. package/react/components/appCatalog/components/Toast.d.ts +5 -3
  52. package/react/components/appCatalog/components/Toast.js +5 -4
  53. package/react/components/appCatalog/components/Toast.js.map +1 -1
  54. package/react/components/appCatalog/modules/AppDirectory.d.ts +5 -1
  55. package/react/components/appCatalog/modules/AppDirectory.js.map +1 -1
  56. package/react/components/appCatalog/modules/FDC3.d.ts +12 -11
  57. package/react/components/appCatalog/modules/FDC3.js +20 -18
  58. package/react/components/appCatalog/modules/FDC3.js.map +1 -1
  59. package/react/components/appCatalog/stores/appStore.d.ts +9 -2
  60. package/react/components/appCatalog/stores/appStore.js +10 -4
  61. package/react/components/appCatalog/stores/appStore.js.map +1 -1
  62. package/react/components/appCatalog/stores/storeActions.js.map +1 -1
  63. package/react/components/common/Button.d.ts +5 -4
  64. package/react/components/common/Button.js +2 -2
  65. package/react/components/common/Button.js.map +1 -1
  66. package/react/components/common/ButtonIcon.js +1 -1
  67. package/react/components/common/ButtonIcon.js.map +1 -1
  68. package/react/components/common/ButtonRow.d.ts +15 -0
  69. package/react/components/common/ButtonRow.js +32 -0
  70. package/react/components/common/ButtonRow.js.map +1 -0
  71. package/react/components/common/Checkbox.d.ts +8 -0
  72. package/react/components/common/Checkbox.js +22 -0
  73. package/react/components/common/Checkbox.js.map +1 -0
  74. package/react/components/common/ColorPicker.js +1 -1
  75. package/react/components/common/ColorPicker.js.map +1 -1
  76. package/react/components/common/DropZone.d.ts +0 -5
  77. package/react/components/common/DropZone.js.map +1 -1
  78. package/react/components/common/DropdownButton.js +1 -1
  79. package/react/components/common/DropdownButton.js.map +1 -1
  80. package/react/components/common/FileInput.d.ts +0 -5
  81. package/react/components/common/FileInput.js +7 -9
  82. package/react/components/common/FileInput.js.map +1 -1
  83. package/react/components/common/FinsembleIcon.d.ts +2 -2
  84. package/react/components/common/FinsembleIcon.js +4 -0
  85. package/react/components/common/FinsembleIcon.js.map +1 -1
  86. package/react/components/common/FinsembleSelect.d.ts +3 -2
  87. package/react/components/common/FinsembleSelect.js +3 -6
  88. package/react/components/common/FinsembleSelect.js.map +1 -1
  89. package/react/components/common/FinsembleToggle.js +2 -2
  90. package/react/components/common/FinsembleToggle.js.map +1 -1
  91. package/react/components/common/FontSizeSelector.js +2 -2
  92. package/react/components/common/FontSizeSelector.js.map +1 -1
  93. package/react/components/common/ImagePreview.js +2 -2
  94. package/react/components/common/ImagePreview.js.map +1 -1
  95. package/react/components/common/Tab.js +2 -1
  96. package/react/components/common/Tab.js.map +1 -1
  97. package/react/components/common/Tooltip.d.ts +4 -3
  98. package/react/components/common/Tooltip.js +3 -3
  99. package/react/components/common/Tooltip.js.map +1 -1
  100. package/react/components/common/css/tooltip.css +10 -0
  101. package/react/components/common/file_helpers.js +3 -2
  102. package/react/components/common/file_helpers.js.map +1 -1
  103. package/react/components/common/helpers.js +20 -10
  104. package/react/components/common/helpers.js.map +1 -1
  105. package/react/components/common/stories/Button.stories.js +1 -1
  106. package/react/components/common/stories/Button.stories.js.map +1 -1
  107. package/react/components/common/stories/ButtonIcon.stories.js +1 -1
  108. package/react/components/common/stories/ButtonIcon.stories.js.map +1 -1
  109. package/react/components/common/stories/ButtonRow.stories.d.ts +14 -0
  110. package/react/components/common/stories/ButtonRow.stories.js +39 -0
  111. package/react/components/common/stories/ButtonRow.stories.js.map +1 -0
  112. package/react/components/common/stories/ButtonTile.stories.js +1 -1
  113. package/react/components/common/stories/ButtonTile.stories.js.map +1 -1
  114. package/react/components/common/stories/Checkbox.stories.d.ts +13 -0
  115. package/react/components/common/stories/Checkbox.stories.js +29 -0
  116. package/react/components/common/stories/Checkbox.stories.js.map +1 -0
  117. package/react/components/common/stories/ColorPicker.stories.js +1 -1
  118. package/react/components/common/stories/ColorPicker.stories.js.map +1 -1
  119. package/react/components/common/stories/DropZone.stories.js +1 -1
  120. package/react/components/common/stories/DropZone.stories.js.map +1 -1
  121. package/react/components/common/stories/DropdownButton.stories.d.ts +22 -0
  122. package/react/components/common/stories/DropdownButton.stories.js +29 -0
  123. package/react/components/common/stories/DropdownButton.stories.js.map +1 -0
  124. package/react/components/common/stories/FinsembleIcon.stories.js +2 -0
  125. package/react/components/common/stories/FinsembleIcon.stories.js.map +1 -1
  126. package/react/components/common/stories/FinsembleSelect.stories.d.ts +1 -1
  127. package/react/components/common/stories/FinsembleSelect.stories.js +1 -1
  128. package/react/components/common/stories/FinsembleSelect.stories.js.map +1 -1
  129. package/react/components/common/stories/FinsembleToggle.stories.js +3 -1
  130. package/react/components/common/stories/FinsembleToggle.stories.js.map +1 -1
  131. package/react/components/common/stories/FontSizeSelector.stories.js +1 -1
  132. package/react/components/common/stories/FontSizeSelector.stories.js.map +1 -1
  133. package/react/components/common/stories/Header.stories.js +1 -1
  134. package/react/components/common/stories/Header.stories.js.map +1 -1
  135. package/react/components/common/stories/Tooltip.stories.d.ts +1 -1
  136. package/react/components/{shared/addProtocolToValidURL.spec.d.ts → common/tests/ButtonRow.spec.d.ts} +0 -0
  137. package/react/components/common/tests/ButtonRow.spec.js +25 -0
  138. package/react/components/common/tests/ButtonRow.spec.js.map +1 -0
  139. package/react/components/common/tests/Checkbox.spec.d.ts +1 -0
  140. package/react/components/common/tests/Checkbox.spec.js +33 -0
  141. package/react/components/common/tests/Checkbox.spec.js.map +1 -0
  142. package/react/components/common/tests/ColorPicker.spec.js +6 -6
  143. package/react/components/common/tests/ColorPicker.spec.js.map +1 -1
  144. package/react/components/common/tests/DropZone.spec.js +4 -4
  145. package/react/components/common/tests/DropZone.spec.js.map +1 -1
  146. package/react/components/common/tests/FileInput.spec.js +5 -5
  147. package/react/components/common/tests/FileInput.spec.js.map +1 -1
  148. package/react/components/common/tests/FinsembleSelect.spec.js +12 -11
  149. package/react/components/common/tests/FinsembleSelect.spec.js.map +1 -1
  150. package/react/components/common/tests/FinsembleToggle.spec.js +8 -2
  151. package/react/components/common/tests/FinsembleToggle.spec.js.map +1 -1
  152. package/react/components/common/tests/Header.spec.js +3 -3
  153. package/react/components/common/tests/Header.spec.js.map +1 -1
  154. package/react/components/common/tests/ImagePreview.spec.js +8 -8
  155. package/react/components/common/tests/ImagePreview.spec.js.map +1 -1
  156. package/react/components/common/tests/Tab.spec.js +3 -3
  157. package/react/components/common/tests/Tab.spec.js.map +1 -1
  158. package/react/components/common/tests/Tooltip.spec.js +5 -5
  159. package/react/components/common/tests/Tooltip.spec.js.map +1 -1
  160. package/react/components/favorites/FavoriteMaker.d.ts +0 -5
  161. package/react/components/favorites/FavoriteMaker.js +1 -1
  162. package/react/components/favorites/FavoriteMaker.js.map +1 -1
  163. package/react/components/favorites/FavoritesShell.js +1 -1
  164. package/react/components/favorites/FavoritesShell.js.map +1 -1
  165. package/react/components/favorites/FavoritesShell.spec.js +7 -7
  166. package/react/components/favorites/FavoritesShell.spec.js.map +1 -1
  167. package/react/components/favorites/FavoritesShell.stories.js +5 -4
  168. package/react/components/favorites/FavoritesShell.stories.js.map +1 -1
  169. package/react/components/fdc3Resolver/ResolverContainer.js +2 -1
  170. package/react/components/fdc3Resolver/ResolverContainer.js.map +1 -1
  171. package/react/components/fdc3Resolver/ResolverDialog.css +1 -0
  172. package/react/components/fdc3Resolver/ResolverDialog.js +15 -16
  173. package/react/components/fdc3Resolver/ResolverDialog.js.map +1 -1
  174. package/react/components/fdc3Resolver/ResolverDialog.spec.js +6 -13
  175. package/react/components/fdc3Resolver/ResolverDialog.spec.js.map +1 -1
  176. package/react/components/fdc3Resolver/ResolverDialog.stories.js +46 -46
  177. package/react/components/fdc3Resolver/ResolverDialog.stories.js.map +1 -1
  178. package/react/components/icon/Icon.js +5 -4
  179. package/react/components/icon/Icon.js.map +1 -1
  180. package/react/components/legacyControls/FinsembleDialogButton.d.ts +1 -1
  181. package/react/components/legacyControls/FinsembleDialogButton.js +4 -3
  182. package/react/components/legacyControls/FinsembleDialogButton.js.map +1 -1
  183. package/react/components/legacyControls/FinsembleDialogQuestion.js +2 -1
  184. package/react/components/legacyControls/FinsembleDialogQuestion.js.map +1 -1
  185. package/react/components/legacyControls/FinsembleDialogTextInput.d.ts +1 -1
  186. package/react/components/legacyControls/FinsembleDialogTextInput.js +8 -5
  187. package/react/components/legacyControls/FinsembleDialogTextInput.js.map +1 -1
  188. package/react/components/legacyControls/FinsembleDnDContext.js +18 -17
  189. package/react/components/legacyControls/FinsembleDnDContext.js.map +1 -1
  190. package/react/components/legacyControls/FinsembleDraggable.js +3 -3
  191. package/react/components/legacyControls/FinsembleDraggable.js.map +1 -1
  192. package/react/components/legacyControls/FinsembleHoverDetector.js +2 -1
  193. package/react/components/legacyControls/FinsembleHoverDetector.js.map +1 -1
  194. package/react/components/legacyControls/FinsembleMenuSection.js +6 -3
  195. package/react/components/legacyControls/FinsembleMenuSection.js.map +1 -1
  196. package/react/components/legacyControls/stories/FinsembleDialog.stories.js +1 -1
  197. package/react/components/legacyControls/stories/FinsembleDialog.stories.js.map +1 -1
  198. package/react/components/legacyControls/stories/FinsembleDialogButton.stories.js +1 -1
  199. package/react/components/legacyControls/stories/FinsembleDialogButton.stories.js.map +1 -1
  200. package/react/components/legacyControls/stories/FinsembleDialogQuestion.stories.js +1 -1
  201. package/react/components/legacyControls/stories/FinsembleDialogQuestion.stories.js.map +1 -1
  202. package/react/components/legacyControls/stories/FinsembleDialogTextInput.stories.js +1 -1
  203. package/react/components/legacyControls/stories/FinsembleDialogTextInput.stories.js.map +1 -1
  204. package/react/components/legacyControls/tests/FinsembleDialog.spec.js +1 -1
  205. package/react/components/legacyControls/tests/FinsembleDialog.spec.js.map +1 -1
  206. package/react/components/legacyControls/tests/FinsembleDialogButton.spec.js +8 -7
  207. package/react/components/legacyControls/tests/FinsembleDialogButton.spec.js.map +1 -1
  208. package/react/components/legacyControls/tests/FinsembleDialogQuestion.spec.js +7 -5
  209. package/react/components/legacyControls/tests/FinsembleDialogQuestion.spec.js.map +1 -1
  210. package/react/components/legacyControls/tests/FinsembleDialogTextInput.spec.js +13 -12
  211. package/react/components/legacyControls/tests/FinsembleDialogTextInput.spec.js.map +1 -1
  212. package/react/components/linker/LinkerMenu.js +4 -3
  213. package/react/components/linker/LinkerMenu.js.map +1 -1
  214. package/react/components/linker/LinkerMenuDeprecated.js +1 -1
  215. package/react/components/linker/LinkerMenuDeprecated.js.map +1 -1
  216. package/react/components/linker/remoteRedux.d.ts +10 -42
  217. package/react/components/linker/remoteRedux.js.map +1 -1
  218. package/react/components/menu/Menu.d.ts +1 -1
  219. package/react/components/menu/Menu.js +1 -1
  220. package/react/components/menu/Menu.js.map +1 -1
  221. package/react/components/menu/MenuAutoResizer.js.map +1 -1
  222. package/react/components/menu/MenuPortal.js +7 -6
  223. package/react/components/menu/MenuPortal.js.map +1 -1
  224. package/react/components/menu/keyboardNavigation.js +14 -15
  225. package/react/components/menu/keyboardNavigation.js.map +1 -1
  226. package/react/components/notifications/components/NoNotifications.js +2 -4
  227. package/react/components/notifications/components/NoNotifications.js.map +1 -1
  228. package/react/components/notifications/components/drawer/Drawer.js +2 -4
  229. package/react/components/notifications/components/drawer/Drawer.js.map +1 -1
  230. package/react/components/notifications/components/drawer/DrawerControls.js +2 -4
  231. package/react/components/notifications/components/drawer/DrawerControls.js.map +1 -1
  232. package/react/components/notifications/components/drawer/DrawerHeader.js +3 -6
  233. package/react/components/notifications/components/drawer/DrawerHeader.js.map +1 -1
  234. package/react/components/notifications/components/notificationsCenter/NotificationsCenter.js +55 -69
  235. package/react/components/notifications/components/notificationsCenter/NotificationsCenter.js.map +1 -1
  236. package/react/components/notifications/components/notificationsToasts/NotificationsToasts.js +14 -15
  237. package/react/components/notifications/components/notificationsToasts/NotificationsToasts.js.map +1 -1
  238. package/react/components/notifications/components/shared/CheckButton.d.ts +2 -2
  239. package/react/components/notifications/components/shared/CheckButton.js.map +1 -1
  240. package/react/components/notifications/components/shared/IconButton.js +3 -5
  241. package/react/components/notifications/components/shared/IconButton.js.map +1 -1
  242. package/react/components/notifications/components/shared/NotificationCardShell.d.ts +3 -2
  243. package/react/components/notifications/components/shared/NotificationCardShell.js.map +1 -1
  244. package/react/components/notifications/components/shared/OverflowMenu.d.ts +2 -1
  245. package/react/components/notifications/components/shared/OverflowMenu.js +6 -5
  246. package/react/components/notifications/components/shared/OverflowMenu.js.map +1 -1
  247. package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyActions.d.ts +3 -2
  248. package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyActions.js +1 -1
  249. package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyActions.js.map +1 -1
  250. package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyShell.d.ts +3 -2
  251. package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyShell.js.map +1 -1
  252. package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.d.ts +3 -2
  253. package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.js +2 -4
  254. package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.js.map +1 -1
  255. package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.d.ts +3 -2
  256. package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.js.map +1 -1
  257. package/react/components/notifications/components/views/CardView.js +15 -24
  258. package/react/components/notifications/components/views/CardView.js.map +1 -1
  259. package/react/components/notifications/components/views/ListView.d.ts +2 -2
  260. package/react/components/notifications/components/views/ListView.js +10 -10
  261. package/react/components/notifications/components/views/ListView.js.map +1 -1
  262. package/react/components/notifications/components/views/NotificationDetailsView.d.ts +2 -2
  263. package/react/components/notifications/components/views/NotificationDetailsView.js +5 -8
  264. package/react/components/notifications/components/views/NotificationDetailsView.js.map +1 -1
  265. package/react/components/notifications/constants.d.ts +13 -0
  266. package/react/components/notifications/constants.js.map +1 -1
  267. package/react/components/notifications/types.d.ts +7 -6
  268. package/react/components/notifications/types.js.map +1 -1
  269. package/react/components/notifications/utils.d.ts +6 -4
  270. package/react/components/notifications/utils.js +26 -32
  271. package/react/components/notifications/utils.js.map +1 -1
  272. package/react/components/processMonitor/ProcessMonitor.d.ts +3 -1
  273. package/react/components/processMonitor/ProcessMonitor.js +17 -10
  274. package/react/components/processMonitor/ProcessMonitor.js.map +1 -1
  275. package/react/components/processMonitor/ProcessMonitorTypes.d.ts +33 -0
  276. package/react/components/processMonitor/ProcessMonitorTypes.js +6 -0
  277. package/react/components/processMonitor/ProcessMonitorTypes.js.map +1 -0
  278. package/react/components/processMonitor/components/ChildWindow.d.ts +10 -3
  279. package/react/components/processMonitor/components/ChildWindow.js +19 -10
  280. package/react/components/processMonitor/components/ChildWindow.js.map +1 -1
  281. package/react/components/processMonitor/components/ListHeader.d.ts +17 -4
  282. package/react/components/processMonitor/components/ListHeader.js.map +1 -1
  283. package/react/components/processMonitor/components/ProcessStatistics.d.ts +11 -3
  284. package/react/components/processMonitor/components/ProcessStatistics.js +25 -18
  285. package/react/components/processMonitor/components/ProcessStatistics.js.map +1 -1
  286. package/react/components/processMonitor/constants.d.ts +11 -16
  287. package/react/components/processMonitor/constants.js +3 -1
  288. package/react/components/processMonitor/constants.js.map +1 -1
  289. package/react/components/processMonitor/helpers.d.ts +25 -5
  290. package/react/components/processMonitor/helpers.js +28 -20
  291. package/react/components/processMonitor/helpers.js.map +1 -1
  292. package/react/components/processMonitor/helpers.spec.d.ts +1 -0
  293. package/react/components/processMonitor/helpers.spec.js +44 -0
  294. package/react/components/processMonitor/helpers.spec.js.map +1 -0
  295. package/react/components/processMonitor/stores/ProcessMonitorStore.d.ts +30 -15
  296. package/react/components/processMonitor/stores/ProcessMonitorStore.js +101 -86
  297. package/react/components/processMonitor/stores/ProcessMonitorStore.js.map +1 -1
  298. package/react/components/quickComponentForm/QuickComponentForm.d.ts +4 -1
  299. package/react/components/quickComponentForm/QuickComponentForm.js +13 -14
  300. package/react/components/quickComponentForm/QuickComponentForm.js.map +1 -1
  301. package/react/components/search/Highlight.js +13 -3
  302. package/react/components/search/Highlight.js.map +1 -1
  303. package/react/components/search/Highlight.spec.js +3 -3
  304. package/react/components/search/Highlight.spec.js.map +1 -1
  305. package/react/components/search/Highlight.stories.js +1 -1
  306. package/react/components/search/Highlight.stories.js.map +1 -1
  307. package/react/components/search/Search.js +17 -8
  308. package/react/components/search/Search.js.map +1 -1
  309. package/react/components/search/SearchBestMatch.js +2 -1
  310. package/react/components/search/SearchBestMatch.js.map +1 -1
  311. package/react/components/search/SearchProviderResults.js +4 -5
  312. package/react/components/search/SearchProviderResults.js.map +1 -1
  313. package/react/components/search/SearchResult.js +3 -2
  314. package/react/components/search/SearchResult.js.map +1 -1
  315. package/react/components/search/SearchResults.js +1 -1
  316. package/react/components/search/SearchResults.js.map +1 -1
  317. package/react/components/shared/Button.js +2 -4
  318. package/react/components/shared/Button.js.map +1 -1
  319. package/react/components/shared/DefaultDropdownButton.d.ts +1 -0
  320. package/react/components/shared/DefaultDropdownButton.js +14 -4
  321. package/react/components/shared/DefaultDropdownButton.js.map +1 -1
  322. package/react/components/shared/NavigationButton.js +9 -11
  323. package/react/components/shared/NavigationButton.js.map +1 -1
  324. package/react/components/shared/Tag.d.ts +11 -1
  325. package/react/components/shared/Tag.js.map +1 -1
  326. package/react/components/shared/TagsMenu.d.ts +26 -6
  327. package/react/components/shared/TagsMenu.js.map +1 -1
  328. package/react/components/shared/linkerUtil.d.ts +3 -1
  329. package/react/components/shared/linkerUtil.js.map +1 -1
  330. package/react/components/shared/tests/DefaultDropdownButton.spec.d.ts +1 -0
  331. package/react/components/shared/tests/DefaultDropdownButton.spec.js +54 -0
  332. package/react/components/shared/tests/DefaultDropdownButton.spec.js.map +1 -0
  333. package/react/components/shared/tests/addProtocolToValidURL.spec.d.ts +1 -0
  334. package/react/components/shared/{addProtocolToValidURL.spec.js → tests/addProtocolToValidURL.spec.js} +1 -1
  335. package/react/components/shared/tests/addProtocolToValidURL.spec.js.map +1 -0
  336. package/react/components/singleInputDialog/SingleInputDialog.spec.js +6 -6
  337. package/react/components/singleInputDialog/SingleInputDialog.spec.js.map +1 -1
  338. package/react/components/singleInputDialog/SingleInputDialog.stories.js +1 -1
  339. package/react/components/singleInputDialog/SingleInputDialog.stories.js.map +1 -1
  340. package/react/components/smartDesktopDesigner/AppEditAccess.d.ts +15 -0
  341. package/react/components/smartDesktopDesigner/AppEditAccess.js +138 -0
  342. package/react/components/smartDesktopDesigner/AppEditAccess.js.map +1 -0
  343. package/react/components/smartDesktopDesigner/AppEditPage.d.ts +9 -3
  344. package/react/components/smartDesktopDesigner/AppEditPage.js +5 -1
  345. package/react/components/smartDesktopDesigner/AppEditPage.js.map +1 -1
  346. package/react/components/smartDesktopDesigner/Appearance.js +3 -5
  347. package/react/components/smartDesktopDesigner/Appearance.js.map +1 -1
  348. package/react/components/smartDesktopDesigner/Application.d.ts +7 -4
  349. package/react/components/smartDesktopDesigner/Application.js +85 -83
  350. package/react/components/smartDesktopDesigner/Application.js.map +1 -1
  351. package/react/components/smartDesktopDesigner/ApplicationEdit.d.ts +3 -0
  352. package/react/components/smartDesktopDesigner/ApplicationEdit.js +68 -51
  353. package/react/components/smartDesktopDesigner/ApplicationEdit.js.map +1 -1
  354. package/react/components/smartDesktopDesigner/ApplicationList.d.ts +4 -2
  355. package/react/components/smartDesktopDesigner/ApplicationList.js +33 -20
  356. package/react/components/smartDesktopDesigner/ApplicationList.js.map +1 -1
  357. package/react/components/smartDesktopDesigner/ApplicationSetup.d.ts +7 -1
  358. package/react/components/smartDesktopDesigner/ApplicationSetup.js +8 -20
  359. package/react/components/smartDesktopDesigner/ApplicationSetup.js.map +1 -1
  360. package/react/components/smartDesktopDesigner/Applications.d.ts +2 -1
  361. package/react/components/smartDesktopDesigner/Applications.js +73 -62
  362. package/react/components/smartDesktopDesigner/Applications.js.map +1 -1
  363. package/react/components/smartDesktopDesigner/Authentication.js +2 -8
  364. package/react/components/smartDesktopDesigner/Authentication.js.map +1 -1
  365. package/react/components/smartDesktopDesigner/AuthenticationProviderConfig.js +1 -8
  366. package/react/components/smartDesktopDesigner/AuthenticationProviderConfig.js.map +1 -1
  367. package/react/components/smartDesktopDesigner/Content.js.map +1 -1
  368. package/react/components/smartDesktopDesigner/CurrentView.js +1 -1
  369. package/react/components/smartDesktopDesigner/CurrentView.js.map +1 -1
  370. package/react/components/smartDesktopDesigner/Export.js +3 -3
  371. package/react/components/smartDesktopDesigner/Export.js.map +1 -1
  372. package/react/components/smartDesktopDesigner/ExportCloud.js +1 -1
  373. package/react/components/smartDesktopDesigner/ExportCloud.js.map +1 -1
  374. package/react/components/smartDesktopDesigner/ExportDeployInfo.js +1 -1
  375. package/react/components/smartDesktopDesigner/ExportDeployInfo.js.map +1 -1
  376. package/react/components/smartDesktopDesigner/ExportZip.js +0 -1
  377. package/react/components/smartDesktopDesigner/ExportZip.js.map +1 -1
  378. package/react/components/smartDesktopDesigner/GettingStarted.d.ts +1 -1
  379. package/react/components/smartDesktopDesigner/GettingStarted.js +1 -1
  380. package/react/components/smartDesktopDesigner/GettingStarted.js.map +1 -1
  381. package/react/components/smartDesktopDesigner/ProjectHeader.d.ts +1 -1
  382. package/react/components/smartDesktopDesigner/ProjectHeader.js +1 -1
  383. package/react/components/smartDesktopDesigner/ProjectHeader.js.map +1 -1
  384. package/react/components/smartDesktopDesigner/Publish.js +1 -1
  385. package/react/components/smartDesktopDesigner/Publish.js.map +1 -1
  386. package/react/components/smartDesktopDesigner/SmartDesktopDesigner.d.ts +0 -11
  387. package/react/components/smartDesktopDesigner/SmartDesktopDesigner.js +11 -24
  388. package/react/components/smartDesktopDesigner/SmartDesktopDesigner.js.map +1 -1
  389. package/react/components/smartDesktopDesigner/Themes.js +2 -8
  390. package/react/components/smartDesktopDesigner/Themes.js.map +1 -1
  391. package/react/components/smartDesktopDesigner/View.js.map +1 -1
  392. package/react/components/smartDesktopDesigner/common/getCSSVars.d.ts +1 -1
  393. package/react/components/smartDesktopDesigner/common/getCSSVars.js +2 -1
  394. package/react/components/smartDesktopDesigner/common/getCSSVars.js.map +1 -1
  395. package/react/components/smartDesktopDesigner/common/views.d.ts +1 -1
  396. package/react/components/smartDesktopDesigner/common/views.js +6 -14
  397. package/react/components/smartDesktopDesigner/common/views.js.map +1 -1
  398. package/react/components/smartDesktopDesigner/css/applications.css +38 -0
  399. package/react/components/smartDesktopDesigner/fixtures/applicationEditProps.js +20 -2
  400. package/react/components/smartDesktopDesigner/fixtures/applicationEditProps.js.map +1 -1
  401. package/react/components/smartDesktopDesigner/fixtures/applicationSetupProps.js +10 -1
  402. package/react/components/smartDesktopDesigner/fixtures/applicationSetupProps.js.map +1 -1
  403. package/react/components/smartDesktopDesigner/fixtures/applicationsProps.js +6 -3
  404. package/react/components/smartDesktopDesigner/fixtures/applicationsProps.js.map +1 -1
  405. package/react/components/smartDesktopDesigner/fixtures/apps.d.ts +5 -2
  406. package/react/components/smartDesktopDesigner/fixtures/apps.js +15 -15
  407. package/react/components/smartDesktopDesigner/fixtures/apps.js.map +1 -1
  408. package/react/components/smartDesktopDesigner/fixtures/exportProps.js.map +1 -1
  409. package/react/components/smartDesktopDesigner/fixtures/publishProgress.d.ts +2 -1
  410. package/react/components/smartDesktopDesigner/fixtures/publishProgress.js.map +1 -1
  411. package/react/components/smartDesktopDesigner/fixtures/views.js +4 -4
  412. package/react/components/smartDesktopDesigner/fixtures/views.js.map +1 -1
  413. package/react/components/smartDesktopDesigner/sdd_helpers.js +2 -1
  414. package/react/components/smartDesktopDesigner/sdd_helpers.js.map +1 -1
  415. package/react/components/smartDesktopDesigner/stories/AppEditPage.stories.d.ts +3 -4
  416. package/react/components/smartDesktopDesigner/stories/AppEditPage.stories.js +22 -2
  417. package/react/components/smartDesktopDesigner/stories/AppEditPage.stories.js.map +1 -1
  418. package/react/components/smartDesktopDesigner/stories/Appearance.stories.js +7 -7
  419. package/react/components/smartDesktopDesigner/stories/Appearance.stories.js.map +1 -1
  420. package/react/components/smartDesktopDesigner/stories/ApplicationEdit.stories.js +3 -7
  421. package/react/components/smartDesktopDesigner/stories/ApplicationEdit.stories.js.map +1 -1
  422. package/react/components/smartDesktopDesigner/stories/ApplicationList.stories.js +9 -2
  423. package/react/components/smartDesktopDesigner/stories/ApplicationList.stories.js.map +1 -1
  424. package/react/components/smartDesktopDesigner/stories/ApplicationSetup.stories.js +3 -10
  425. package/react/components/smartDesktopDesigner/stories/ApplicationSetup.stories.js.map +1 -1
  426. package/react/components/smartDesktopDesigner/stories/Applications.stories.js +3 -2
  427. package/react/components/smartDesktopDesigner/stories/Applications.stories.js.map +1 -1
  428. package/react/components/smartDesktopDesigner/stories/Authentication.stories.js +7 -14
  429. package/react/components/smartDesktopDesigner/stories/Authentication.stories.js.map +1 -1
  430. package/react/components/smartDesktopDesigner/stories/Export.stories.js +2 -2
  431. package/react/components/smartDesktopDesigner/stories/Export.stories.js.map +1 -1
  432. package/react/components/smartDesktopDesigner/stories/ExportCloud.stories.js +2 -2
  433. package/react/components/smartDesktopDesigner/stories/ExportCloud.stories.js.map +1 -1
  434. package/react/components/smartDesktopDesigner/stories/ExportZip.stories.js +5 -11
  435. package/react/components/smartDesktopDesigner/stories/ExportZip.stories.js.map +1 -1
  436. package/react/components/smartDesktopDesigner/stories/GettingStarted.stories.d.ts +1 -1
  437. package/react/components/smartDesktopDesigner/stories/GettingStarted.stories.js +1 -1
  438. package/react/components/smartDesktopDesigner/stories/GettingStarted.stories.js.map +1 -1
  439. package/react/components/smartDesktopDesigner/stories/Navigation.stories.js +1 -1
  440. package/react/components/smartDesktopDesigner/stories/Navigation.stories.js.map +1 -1
  441. package/react/components/smartDesktopDesigner/stories/ProjectErrors.stories.js +2 -4
  442. package/react/components/smartDesktopDesigner/stories/ProjectErrors.stories.js.map +1 -1
  443. package/react/components/smartDesktopDesigner/stories/ProjectHeader.stories.d.ts +1 -1
  444. package/react/components/smartDesktopDesigner/stories/ProjectHeader.stories.js +1 -1
  445. package/react/components/smartDesktopDesigner/stories/ProjectHeader.stories.js.map +1 -1
  446. package/react/components/smartDesktopDesigner/stories/Publish.stories.js +13 -28
  447. package/react/components/smartDesktopDesigner/stories/Publish.stories.js.map +1 -1
  448. package/react/components/smartDesktopDesigner/stories/PublishProgress.stories.js +1 -1
  449. package/react/components/smartDesktopDesigner/stories/PublishProgress.stories.js.map +1 -1
  450. package/react/components/smartDesktopDesigner/stories/SmartDesktopDesigner.stories.js +3 -3
  451. package/react/components/smartDesktopDesigner/stories/SmartDesktopDesigner.stories.js.map +1 -1
  452. package/react/components/smartDesktopDesigner/stories/Themes.stories.js +1 -1
  453. package/react/components/smartDesktopDesigner/stories/Themes.stories.js.map +1 -1
  454. package/react/components/smartDesktopDesigner/tests/AppEditPage.spec.js +33 -32
  455. package/react/components/smartDesktopDesigner/tests/AppEditPage.spec.js.map +1 -1
  456. package/react/components/smartDesktopDesigner/tests/ApplicationEdit.spec.js +6 -5
  457. package/react/components/smartDesktopDesigner/tests/ApplicationEdit.spec.js.map +1 -1
  458. package/react/components/smartDesktopDesigner/tests/ApplicationList.spec.js +11 -11
  459. package/react/components/smartDesktopDesigner/tests/ApplicationList.spec.js.map +1 -1
  460. package/react/components/smartDesktopDesigner/tests/ApplicationSetup.spec.js +9 -7
  461. package/react/components/smartDesktopDesigner/tests/ApplicationSetup.spec.js.map +1 -1
  462. package/react/components/smartDesktopDesigner/tests/Applications.spec.d.ts +1 -1
  463. package/react/components/smartDesktopDesigner/tests/Applications.spec.js +118 -41
  464. package/react/components/smartDesktopDesigner/tests/Applications.spec.js.map +1 -1
  465. package/react/components/smartDesktopDesigner/tests/Authentication.spec.js +6 -18
  466. package/react/components/smartDesktopDesigner/tests/Authentication.spec.js.map +1 -1
  467. package/react/components/smartDesktopDesigner/tests/Export.spec.js +14 -22
  468. package/react/components/smartDesktopDesigner/tests/Export.spec.js.map +1 -1
  469. package/react/components/smartDesktopDesigner/tests/ExportZip.spec.js +2 -6
  470. package/react/components/smartDesktopDesigner/tests/ExportZip.spec.js.map +1 -1
  471. package/react/components/smartDesktopDesigner/tests/Navigation.spec.js +2 -2
  472. package/react/components/smartDesktopDesigner/tests/Navigation.spec.js.map +1 -1
  473. package/react/components/smartDesktopDesigner/tests/ProjectErrors.spec.js +2 -2
  474. package/react/components/smartDesktopDesigner/tests/ProjectErrors.spec.js.map +1 -1
  475. package/react/components/smartDesktopDesigner/tests/ProjectHeader.spec.js +2 -2
  476. package/react/components/smartDesktopDesigner/tests/ProjectHeader.spec.js.map +1 -1
  477. package/react/components/smartDesktopDesigner/tests/Publish.spec.js +3 -10
  478. package/react/components/smartDesktopDesigner/tests/Publish.spec.js.map +1 -1
  479. package/react/components/smartDesktopDesigner/tests/PublishProgess.spec.js +2 -6
  480. package/react/components/smartDesktopDesigner/tests/PublishProgess.spec.js.map +1 -1
  481. package/react/components/smartDesktopDesigner/tests/SmartDesktopDesigner.spec.js +3 -3
  482. package/react/components/smartDesktopDesigner/tests/SmartDesktopDesigner.spec.js.map +1 -1
  483. package/react/components/smartDesktopDesigner/tests/Themes.spec.js +7 -7
  484. package/react/components/smartDesktopDesigner/tests/Themes.spec.js.map +1 -1
  485. package/react/components/smartDesktopDesigner/tests/a11y_helper.js +2 -1
  486. package/react/components/smartDesktopDesigner/tests/a11y_helper.js.map +1 -1
  487. package/react/components/system/System.spec.js +1 -1
  488. package/react/components/system/System.spec.js.map +1 -1
  489. package/react/components/system/SystemTrayComponentShell.js +1 -1
  490. package/react/components/system/SystemTrayComponentShell.js.map +1 -1
  491. package/react/components/toolbar/MinimizeAll.spec.js +5 -5
  492. package/react/components/toolbar/MinimizeAll.spec.js.map +1 -1
  493. package/react/components/toolbar/NotificationControl.js +3 -2
  494. package/react/components/toolbar/NotificationControl.js.map +1 -1
  495. package/react/components/toolbar/RevealAll.spec.js +5 -5
  496. package/react/components/toolbar/RevealAll.spec.js.map +1 -1
  497. package/react/components/toolbar/ToolbarIcon.js +14 -2
  498. package/react/components/toolbar/ToolbarIcon.js.map +1 -1
  499. package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncher.d.ts +22 -5
  500. package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncher.js +11 -6
  501. package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncher.js.map +1 -1
  502. package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.js +21 -9
  503. package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.js.map +1 -1
  504. package/react/components/toolbar/advancedAppLauncher/components/AddNewAppForm.d.ts +33 -10
  505. package/react/components/toolbar/advancedAppLauncher/components/AddNewAppForm.js +24 -3
  506. package/react/components/toolbar/advancedAppLauncher/components/AddNewAppForm.js.map +1 -1
  507. package/react/components/toolbar/advancedAppLauncher/components/AddNewFolder.d.ts +3 -3
  508. package/react/components/toolbar/advancedAppLauncher/components/AddNewFolder.js +0 -3
  509. package/react/components/toolbar/advancedAppLauncher/components/AddNewFolder.js.map +1 -1
  510. package/react/components/toolbar/advancedAppLauncher/components/AppActionsMenu.d.ts +24 -8
  511. package/react/components/toolbar/advancedAppLauncher/components/AppActionsMenu.js +4 -2
  512. package/react/components/toolbar/advancedAppLauncher/components/AppActionsMenu.js.map +1 -1
  513. package/react/components/toolbar/advancedAppLauncher/components/AppDefinition.d.ts +18 -4
  514. package/react/components/toolbar/advancedAppLauncher/components/AppDefinition.js +5 -4
  515. package/react/components/toolbar/advancedAppLauncher/components/AppDefinition.js.map +1 -1
  516. package/react/components/toolbar/advancedAppLauncher/components/AppTagsList.d.ts +14 -6
  517. package/react/components/toolbar/advancedAppLauncher/components/AppTagsList.js +2 -2
  518. package/react/components/toolbar/advancedAppLauncher/components/AppTagsList.js.map +1 -1
  519. package/react/components/toolbar/advancedAppLauncher/components/Content.d.ts +34 -13
  520. package/react/components/toolbar/advancedAppLauncher/components/Content.js +22 -29
  521. package/react/components/toolbar/advancedAppLauncher/components/Content.js.map +1 -1
  522. package/react/components/toolbar/advancedAppLauncher/components/FilterSort.d.ts +15 -5
  523. package/react/components/toolbar/advancedAppLauncher/components/FilterSort.js +4 -3
  524. package/react/components/toolbar/advancedAppLauncher/components/FilterSort.js.map +1 -1
  525. package/react/components/toolbar/advancedAppLauncher/components/FoldersList.d.ts +38 -21
  526. package/react/components/toolbar/advancedAppLauncher/components/FoldersList.js +14 -9
  527. package/react/components/toolbar/advancedAppLauncher/components/FoldersList.js.map +1 -1
  528. package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.d.ts +18 -3
  529. package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.js +7 -3
  530. package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.js.map +1 -1
  531. package/react/components/toolbar/advancedAppLauncher/components/NoAppsFound.d.ts +10 -3
  532. package/react/components/toolbar/advancedAppLauncher/components/NoAppsFound.js +1 -3
  533. package/react/components/toolbar/advancedAppLauncher/components/NoAppsFound.js.map +1 -1
  534. package/react/components/toolbar/advancedAppLauncher/components/SearchBox.d.ts +15 -6
  535. package/react/components/toolbar/advancedAppLauncher/components/SearchBox.js +11 -6
  536. package/react/components/toolbar/advancedAppLauncher/components/SearchBox.js.map +1 -1
  537. package/react/components/toolbar/advancedAppLauncher/components/SortBy.d.ts +11 -4
  538. package/react/components/toolbar/advancedAppLauncher/components/SortBy.js +3 -2
  539. package/react/components/toolbar/advancedAppLauncher/components/SortBy.js.map +1 -1
  540. package/react/components/toolbar/advancedAppLauncher/components/TagsList.d.ts +18 -6
  541. package/react/components/toolbar/advancedAppLauncher/components/TagsList.js +2 -2
  542. package/react/components/toolbar/advancedAppLauncher/components/TagsList.js.map +1 -1
  543. package/react/components/toolbar/advancedAppLauncher/components/TagsMenu.d.ts +20 -4
  544. package/react/components/toolbar/advancedAppLauncher/components/TagsMenu.js +2 -4
  545. package/react/components/toolbar/advancedAppLauncher/components/TagsMenu.js.map +1 -1
  546. package/react/components/toolbar/advancedAppLauncher/modules/AppDirectory.d.ts +5 -1
  547. package/react/components/toolbar/advancedAppLauncher/modules/AppDirectory.js.map +1 -1
  548. package/react/components/toolbar/advancedAppLauncher/modules/FDC3.d.ts +15 -10
  549. package/react/components/toolbar/advancedAppLauncher/modules/FDC3.js.map +1 -1
  550. package/react/components/toolbar/advancedAppLauncher/stores/LauncherStore.d.ts +5 -2
  551. package/react/components/toolbar/advancedAppLauncher/stores/LauncherStore.js +1 -1
  552. package/react/components/toolbar/advancedAppLauncher/stores/LauncherStore.js.map +1 -1
  553. package/react/components/toolbar/advancedAppLauncher/stores/StoreActions.js +5 -4
  554. package/react/components/toolbar/advancedAppLauncher/stores/StoreActions.js.map +1 -1
  555. package/react/components/toolbar/advancedAppLauncher/utils/sort-functions.d.ts +7 -6
  556. package/react/components/toolbar/advancedAppLauncher/utils/sort-functions.js +11 -13
  557. package/react/components/toolbar/advancedAppLauncher/utils/sort-functions.js.map +1 -1
  558. package/react/components/toolbar/appLauncher/AppLauncherMenu.d.ts +3 -3
  559. package/react/components/toolbar/appLauncher/AppLauncherMenu.js +1 -1
  560. package/react/components/toolbar/appLauncher/AppLauncherMenu.js.map +1 -1
  561. package/react/components/toolbar/appLauncher/DynamicAppLauncher.js.map +1 -1
  562. package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.d.ts +25 -3
  563. package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.js +3 -10
  564. package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.js.map +1 -1
  565. package/react/components/toolbar/appLauncher/components/componentList.d.ts +34 -6
  566. package/react/components/toolbar/appLauncher/components/componentList.js +24 -21
  567. package/react/components/toolbar/appLauncher/components/componentList.js.map +1 -1
  568. package/react/components/toolbar/appLauncher/stores/appLauncherStore.d.ts +32 -32
  569. package/react/components/toolbar/appLauncher/stores/appLauncherStore.js +37 -55
  570. package/react/components/toolbar/appLauncher/stores/appLauncherStore.js.map +1 -1
  571. package/react/components/toolbar/dashbar/Dashbar.js +24 -13
  572. package/react/components/toolbar/dashbar/Dashbar.js.map +1 -1
  573. package/react/components/toolbar/dashbar/DashbarItem.js +1 -1
  574. package/react/components/toolbar/dashbar/DashbarItem.js.map +1 -1
  575. package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.d.ts +28 -5
  576. package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.js +17 -23
  577. package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.js.map +1 -1
  578. package/react/components/toolbar/workspaceManagementMenu/components/Workspace.d.ts +25 -3
  579. package/react/components/toolbar/workspaceManagementMenu/components/Workspace.js.map +1 -1
  580. package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceActions.d.ts +13 -8
  581. package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceActions.js +2 -2
  582. package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceActions.js.map +1 -1
  583. package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceList.d.ts +16 -8
  584. package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceList.js +0 -3
  585. package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceList.js.map +1 -1
  586. package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.d.ts +65 -11
  587. package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.js +95 -145
  588. package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.js.map +1 -1
  589. package/react/components/userPreferences/UserPreferenceTypes.d.ts +5 -0
  590. package/react/components/userPreferences/UserPreferenceTypes.js +2 -0
  591. package/react/components/userPreferences/UserPreferenceTypes.js.map +1 -0
  592. package/react/components/userPreferences/UserPreferences.js +8 -23
  593. package/react/components/userPreferences/UserPreferences.js.map +1 -1
  594. package/react/components/userPreferences/UserPreferencesBase.d.ts +3 -1
  595. package/react/components/userPreferences/UserPreferencesBase.js +5 -6
  596. package/react/components/userPreferences/UserPreferencesBase.js.map +1 -1
  597. package/react/components/userPreferences/UserPreferencesWrapper.d.ts +4 -0
  598. package/react/components/userPreferences/UserPreferencesWrapper.js +27 -0
  599. package/react/components/userPreferences/UserPreferencesWrapper.js.map +1 -0
  600. package/react/components/userPreferences/components/ContentSection.d.ts +18 -3
  601. package/react/components/userPreferences/components/ContentSection.js +6 -3
  602. package/react/components/userPreferences/components/ContentSection.js.map +1 -1
  603. package/react/components/userPreferences/components/LeftNav.d.ts +19 -4
  604. package/react/components/userPreferences/components/LeftNav.js +12 -11
  605. package/react/components/userPreferences/components/LeftNav.js.map +1 -1
  606. package/react/components/userPreferences/components/content/DashbarEditor.d.ts +20 -5
  607. package/react/components/userPreferences/components/content/DashbarEditor.js +11 -11
  608. package/react/components/userPreferences/components/content/DashbarEditor.js.map +1 -1
  609. package/react/components/userPreferences/components/content/DashbarEditorItem.d.ts +10 -0
  610. package/react/components/userPreferences/components/content/DashbarEditorItem.js +11 -0
  611. package/react/components/userPreferences/components/content/DashbarEditorItem.js.map +1 -0
  612. package/react/components/userPreferences/components/content/General.d.ts +10 -3
  613. package/react/components/userPreferences/components/content/General.js +2 -2
  614. package/react/components/userPreferences/components/content/General.js.map +1 -1
  615. package/react/components/userPreferences/components/content/Notifications.js +2 -0
  616. package/react/components/userPreferences/components/content/Notifications.js.map +1 -1
  617. package/react/components/userPreferences/components/content/Workspaces.js +51 -113
  618. package/react/components/userPreferences/components/content/Workspaces.js.map +1 -1
  619. package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.js +56 -61
  620. package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.js.map +1 -1
  621. package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.d.ts +1 -1
  622. package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.js +17 -15
  623. package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.js.map +1 -1
  624. package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.d.ts +3 -1
  625. package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.js +15 -16
  626. package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.js.map +1 -1
  627. package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.js +6 -6
  628. package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.js.map +1 -1
  629. package/react/components/userPreferences/components/general/ScheduledRestart.d.ts +24 -7
  630. package/react/components/userPreferences/components/general/ScheduledRestart.js +71 -23
  631. package/react/components/userPreferences/components/general/ScheduledRestart.js.map +1 -1
  632. package/react/components/userPreferences/components/workspaces/WorkspaceButton.d.ts +8 -0
  633. package/react/components/userPreferences/components/workspaces/WorkspaceButton.js +9 -0
  634. package/react/components/userPreferences/components/workspaces/WorkspaceButton.js.map +1 -0
  635. package/react/components/userPreferences/components/workspaces/WorkspaceComponents.d.ts +6 -0
  636. package/react/components/userPreferences/components/workspaces/WorkspaceComponents.js +11 -0
  637. package/react/components/userPreferences/components/workspaces/WorkspaceComponents.js.map +1 -0
  638. package/react/components/userPreferences/components/workspaces/WorkspaceItem.d.ts +45 -0
  639. package/react/components/userPreferences/components/workspaces/WorkspaceItem.js +89 -0
  640. package/react/components/userPreferences/components/workspaces/WorkspaceItem.js.map +1 -0
  641. package/react/components/userPreferences/components/workspaces/WorkspaceItemList.d.ts +8 -0
  642. package/react/components/userPreferences/components/workspaces/WorkspaceItemList.js +21 -0
  643. package/react/components/userPreferences/components/workspaces/WorkspaceItemList.js.map +1 -0
  644. package/react/components/userPreferences/index.d.ts +1 -1
  645. package/react/components/userPreferences/index.js +1 -1
  646. package/react/components/userPreferences/index.js.map +1 -1
  647. package/react/components/userPreferences/stores/UserPreferencesStore.d.ts +12 -13
  648. package/react/components/userPreferences/stores/UserPreferencesStore.js +13 -25
  649. package/react/components/userPreferences/stores/UserPreferencesStore.js.map +1 -1
  650. package/react/components/userPreferences/stories/DashbarEditor.stories.d.ts +2 -1
  651. package/react/components/userPreferences/stories/DashbarEditor.stories.js +35 -4
  652. package/react/components/userPreferences/stories/DashbarEditor.stories.js.map +1 -1
  653. package/react/components/userPreferences/stories/DashbarEditorItem.stories.d.ts +11 -0
  654. package/react/components/userPreferences/stories/DashbarEditorItem.stories.js +21 -0
  655. package/react/components/userPreferences/stories/DashbarEditorItem.stories.js.map +1 -0
  656. package/react/components/userPreferences/stories/General.stories.d.ts +9 -0
  657. package/react/components/userPreferences/stories/General.stories.js +16 -0
  658. package/react/components/userPreferences/stories/General.stories.js.map +1 -0
  659. package/react/components/userPreferences/stories/Notifications.stories.d.ts +9 -0
  660. package/react/components/userPreferences/stories/Notifications.stories.js +17 -0
  661. package/react/components/userPreferences/stories/Notifications.stories.js.map +1 -0
  662. package/react/components/userPreferences/stories/NotificationsSourceTypes.stories.d.ts +9 -0
  663. package/react/components/userPreferences/stories/NotificationsSourceTypes.stories.js +20 -0
  664. package/react/components/userPreferences/stories/NotificationsSourceTypes.stories.js.map +1 -0
  665. package/react/components/userPreferences/stories/NotificationsSources.stories.d.ts +12 -0
  666. package/react/components/userPreferences/stories/NotificationsSources.stories.js +28 -0
  667. package/react/components/userPreferences/stories/NotificationsSources.stories.js.map +1 -0
  668. package/react/components/userPreferences/stories/UserPreferences.stories.d.ts +8 -0
  669. package/react/components/userPreferences/stories/UserPreferences.stories.js +53 -0
  670. package/react/components/userPreferences/stories/UserPreferences.stories.js.map +1 -0
  671. package/react/components/userPreferences/stories/WorkspaceButton.stories.d.ts +11 -0
  672. package/react/components/userPreferences/stories/WorkspaceButton.stories.js +20 -0
  673. package/react/components/userPreferences/stories/WorkspaceButton.stories.js.map +1 -0
  674. package/react/components/userPreferences/stories/WorkspaceComponents.stories.d.ts +13 -0
  675. package/react/components/userPreferences/stories/WorkspaceComponents.stories.js +26 -0
  676. package/react/components/userPreferences/stories/WorkspaceComponents.stories.js.map +1 -0
  677. package/react/components/userPreferences/stories/WorkspaceItem.stories.d.ts +9 -0
  678. package/react/components/userPreferences/stories/WorkspaceItem.stories.js +30 -0
  679. package/react/components/userPreferences/stories/WorkspaceItem.stories.js.map +1 -0
  680. package/react/components/userPreferences/stories/WorkspaceItemList.stories.d.ts +10 -0
  681. package/react/components/userPreferences/stories/WorkspaceItemList.stories.js +57 -0
  682. package/react/components/userPreferences/stories/WorkspaceItemList.stories.js.map +1 -0
  683. package/react/components/userPreferences/stories/Workspaces.stories.d.ts +9 -0
  684. package/react/components/userPreferences/stories/Workspaces.stories.js +44 -0
  685. package/react/components/userPreferences/stories/Workspaces.stories.js.map +1 -0
  686. package/react/components/userPreferences/tests/ContentSection.spec.d.ts +1 -0
  687. package/react/components/userPreferences/tests/ContentSection.spec.js +41 -0
  688. package/react/components/userPreferences/tests/ContentSection.spec.js.map +1 -0
  689. package/react/components/userPreferences/tests/DashbarEditor.spec.d.ts +1 -0
  690. package/react/components/userPreferences/tests/DashbarEditor.spec.js +37 -0
  691. package/react/components/userPreferences/tests/DashbarEditor.spec.js.map +1 -0
  692. package/react/components/userPreferences/tests/DashbarEditorItem.spec.d.ts +1 -0
  693. package/react/components/userPreferences/tests/DashbarEditorItem.spec.js +38 -0
  694. package/react/components/userPreferences/tests/DashbarEditorItem.spec.js.map +1 -0
  695. package/react/components/userPreferences/tests/General.spec.d.ts +1 -0
  696. package/react/components/userPreferences/tests/General.spec.js +28 -0
  697. package/react/components/userPreferences/tests/General.spec.js.map +1 -0
  698. package/react/components/userPreferences/tests/LeftNav.spec.d.ts +1 -0
  699. package/react/components/userPreferences/tests/LeftNav.spec.js +12 -0
  700. package/react/components/userPreferences/tests/LeftNav.spec.js.map +1 -0
  701. package/react/components/userPreferences/tests/NotificationSourceTypes.spec.d.ts +1 -0
  702. package/react/components/userPreferences/tests/NotificationSourceTypes.spec.js +14 -0
  703. package/react/components/userPreferences/tests/NotificationSourceTypes.spec.js.map +1 -0
  704. package/react/components/userPreferences/tests/Notifications.spec.d.ts +1 -0
  705. package/react/components/userPreferences/tests/Notifications.spec.js +17 -0
  706. package/react/components/userPreferences/tests/Notifications.spec.js.map +1 -0
  707. package/react/components/userPreferences/tests/NotificationsPreferencesHome.spec.d.ts +1 -0
  708. package/react/components/userPreferences/tests/NotificationsPreferencesHome.spec.js +39 -0
  709. package/react/components/userPreferences/tests/NotificationsPreferencesHome.spec.js.map +1 -0
  710. package/react/components/userPreferences/tests/NotificationsSourcesPreferences.spec.d.ts +1 -0
  711. package/react/components/userPreferences/tests/NotificationsSourcesPreferences.spec.js +22 -0
  712. package/react/components/userPreferences/tests/NotificationsSourcesPreferences.spec.js.map +1 -0
  713. package/react/components/userPreferences/tests/ScheduledRestart.spec.d.ts +1 -0
  714. package/react/components/userPreferences/tests/ScheduledRestart.spec.js +70 -0
  715. package/react/components/userPreferences/tests/ScheduledRestart.spec.js.map +1 -0
  716. package/react/components/userPreferences/tests/WorkspaceButton.spec.d.ts +1 -0
  717. package/react/components/userPreferences/tests/WorkspaceButton.spec.js +38 -0
  718. package/react/components/userPreferences/tests/WorkspaceButton.spec.js.map +1 -0
  719. package/react/components/userPreferences/tests/WorkspaceComponents.spec.d.ts +1 -0
  720. package/react/components/userPreferences/tests/WorkspaceComponents.spec.js +22 -0
  721. package/react/components/userPreferences/tests/WorkspaceComponents.spec.js.map +1 -0
  722. package/react/components/userPreferences/tests/WorkspaceItem.spec.d.ts +1 -0
  723. package/react/components/userPreferences/tests/WorkspaceItem.spec.js +64 -0
  724. package/react/components/userPreferences/tests/WorkspaceItem.spec.js.map +1 -0
  725. package/react/components/userPreferences/tests/WorkspaceItemList.spec.d.ts +1 -0
  726. package/react/components/userPreferences/tests/WorkspaceItemList.spec.js +45 -0
  727. package/react/components/userPreferences/tests/WorkspaceItemList.spec.js.map +1 -0
  728. package/react/components/utils.js +1 -1
  729. package/react/components/utils.js.map +1 -1
  730. package/react/components/windowTitleBar/WindowTitleBarShell.d.ts +58 -31
  731. package/react/components/windowTitleBar/WindowTitleBarShell.js +47 -50
  732. package/react/components/windowTitleBar/WindowTitleBarShell.js.map +1 -1
  733. package/react/components/windowTitleBar/components/center/Tab.d.ts +27 -7
  734. package/react/components/windowTitleBar/components/center/Tab.js +2 -2
  735. package/react/components/windowTitleBar/components/center/Tab.js.map +1 -1
  736. package/react/components/windowTitleBar/components/center/TabList.d.ts +43 -30
  737. package/react/components/windowTitleBar/components/center/TabList.js +111 -37
  738. package/react/components/windowTitleBar/components/center/TabList.js.map +1 -1
  739. package/react/components/windowTitleBar/components/left/LinkerButton.js +5 -4
  740. package/react/components/windowTitleBar/components/left/LinkerButton.js.map +1 -1
  741. package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.d.ts +1 -21
  742. package/react/components/windowTitleBar/components/left/LinkerGroups.js +6 -8
  743. package/react/components/windowTitleBar/components/left/LinkerGroups.js.map +1 -1
  744. package/react/components/windowTitleBar/components/left/ShareButton.d.ts +1 -21
  745. package/react/components/windowTitleBar/components/right/CloseButton.d.ts +12 -25
  746. package/react/components/windowTitleBar/components/right/CloseButton.js.map +1 -1
  747. package/react/components/windowTitleBar/components/right/GroupingButton.d.ts +17 -26
  748. package/react/components/windowTitleBar/components/right/GroupingButton.js +2 -2
  749. package/react/components/windowTitleBar/components/right/GroupingButton.js.map +1 -1
  750. package/react/components/windowTitleBar/components/right/MaximizeButton.d.ts +1 -21
  751. package/react/components/windowTitleBar/components/right/MinimizeButton.d.ts +12 -25
  752. package/react/components/windowTitleBar/components/right/MinimizeButton.js.map +1 -1
  753. package/react/components/windowTitleBar/components/windowTitle.js +11 -6
  754. package/react/components/windowTitleBar/components/windowTitle.js.map +1 -1
  755. package/react/components/windowTitleBar/stores/windowTitleBarStore.d.ts +51 -44
  756. package/react/components/windowTitleBar/stores/windowTitleBarStore.js +63 -56
  757. package/react/components/windowTitleBar/stores/windowTitleBarStore.js.map +1 -1
  758. package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.d.ts +42 -44
  759. package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.js.map +1 -1
  760. package/react/components/windowTitleBar/windowTitleBarContext.d.ts +9 -9
  761. package/react/components/windowTitleBar/windowTitleBarContext.js +2 -4
  762. package/react/components/windowTitleBar/windowTitleBarContext.js.map +1 -1
  763. package/react/components/yesNoDialog/Timer.spec.js +2 -2
  764. package/react/components/yesNoDialog/Timer.spec.js.map +1 -1
  765. package/react/components/yesNoDialog/Timer.stories.js +1 -1
  766. package/react/components/yesNoDialog/Timer.stories.js.map +1 -1
  767. package/react/components/yesNoDialog/YesNoDialog.spec.js +5 -5
  768. package/react/components/yesNoDialog/YesNoDialog.spec.js.map +1 -1
  769. package/react/components/yesNoDialog/YesNoDialog.stories.js +1 -1
  770. package/react/components/yesNoDialog/YesNoDialog.stories.js.map +1 -1
  771. package/react/hooks/useFavoritesShell.js.map +1 -1
  772. package/react/hooks/useLinker.js +1 -1
  773. package/react/hooks/useLinker.js.map +1 -1
  774. package/react/hooks/useMenu.js +1 -1
  775. package/react/hooks/useMenu.js.map +1 -1
  776. package/react/hooks/useNotifications.d.ts +10 -6
  777. package/react/hooks/useNotifications.js +53 -47
  778. package/react/hooks/useNotifications.js.map +1 -1
  779. package/react/hooks/usePubSub.js.map +1 -1
  780. package/react/hooks/useSearch.js +1 -1
  781. package/react/hooks/useSearch.js.map +1 -1
  782. package/react/hooks/useToolbar.js +71 -48
  783. package/react/hooks/useToolbar.js.map +1 -1
  784. package/react/hooks/useWorkspace.js +1 -1
  785. package/react/hooks/useWorkspace.js.map +1 -1
  786. package/react/reducers/favoriteReducer.js +1 -1
  787. package/react/reducers/favoriteReducer.js.map +1 -1
  788. package/react/reducers/rootReducer.d.ts +3 -4
  789. package/react/reducers/toolbarReducer.js +1 -1
  790. package/react/reducers/toolbarReducer.js.map +1 -1
  791. package/react/store.d.ts +6 -7
  792. package/react/types/advancedAppLauncherTypes.d.ts +28 -1
  793. package/react/types/advancedAppLauncherTypes.js.map +1 -1
  794. package/react/types/dashbarTypes.d.ts +1 -1
  795. package/react/types/dashbarTypes.js.map +1 -1
  796. package/react/types/favoriteTypes.d.ts +1 -1
  797. package/react/types/favoriteTypes.js.map +1 -1
  798. package/react/types/fdc3.d.ts +28 -20
  799. package/react/types/fdc3.js.map +1 -1
  800. package/react/types/smartDesktopDesignerTypes.d.ts +13 -8
  801. package/react/types/smartDesktopDesignerTypes.js.map +1 -1
  802. package/react/types/windowTitleBar.d.ts +46 -0
  803. package/react/types/windowTitleBar.js +2 -0
  804. package/react/types/windowTitleBar.js.map +1 -0
  805. package/react/components/processMonitor/components/ChildWindows.d.ts +0 -4
  806. package/react/components/processMonitor/components/ChildWindows.js +0 -11
  807. package/react/components/processMonitor/components/ChildWindows.js.map +0 -1
  808. package/react/components/shared/addProtocolToValidURL.spec.js.map +0 -1
  809. package/react/components/toolbar/advancedAppLauncher/components/LeftNav.d.ts +0 -4
  810. package/react/components/toolbar/advancedAppLauncher/components/LeftNav.js +0 -14
  811. package/react/components/toolbar/advancedAppLauncher/components/LeftNav.js.map +0 -1
  812. package/react/components/userPreferences/components/Checkbox.d.ts +0 -4
  813. package/react/components/userPreferences/components/Checkbox.js +0 -27
  814. package/react/components/userPreferences/components/Checkbox.js.map +0 -1
@@ -1,23 +1,24 @@
1
1
  import windowTitleBarStoreDefaults from "./windowTitleBarStoreDefaults";
2
- var StoreClient;
3
- var windowTitleBarStore;
4
- var WindowClient;
5
- let constants = {};
6
- var Actions = {
2
+ const getWindowNameForDocking = (finsembleWindow) => {
3
+ const parent = finsembleWindow.parentWindow;
4
+ return parent ? parent.name : finsembleWindow.name;
5
+ };
6
+ let windowTitleBarStore;
7
+ let constants;
8
+ const Actions = {
9
+ parentWrapperStore: null,
7
10
  initialize: function () {
11
+ var _a, _b;
8
12
  let { options } = FSBL.Clients.WindowClient;
9
13
  let windowTitleBarConfig = options.customData.foreign.components["Window Manager"];
10
14
  let { FSBLHeader } = windowTitleBarConfig;
11
15
  let self = this;
12
- let displayName = null;
13
- if (options.customData.component && options.customData.component.displayName) {
14
- displayName = options.customData.component.displayName;
15
- }
16
- WindowClient.headerCommandChannel((command, state) => {
16
+ const displayName = (_b = (_a = options.customData) === null || _a === void 0 ? void 0 : _a.component) === null || _b === void 0 ? void 0 : _b.displayName;
17
+ FSBL.Clients.WindowClient.headerCommandChannel((command, state) => {
17
18
  this.remoteStateUpdate(command, state);
18
19
  });
19
20
  if (FSBLHeader) {
20
- var max = !!FSBLHeader.hideMaximize;
21
+ const max = !!FSBLHeader.hideMaximize;
21
22
  windowTitleBarStore.setValues([
22
23
  { field: "Maximize.hide", value: max },
23
24
  { field: "Minimize.hide", value: !!FSBLHeader.hideMinimize },
@@ -28,13 +29,13 @@ var Actions = {
28
29
  field: "hackScrollbar",
29
30
  value: windowTitleBarConfig.hackScrollbar !== false,
30
31
  });
31
- var title = FSBL.Clients.WindowClient.title || windowTitleBarConfig.title || displayName;
32
+ const title = FSBL.Clients.WindowClient.title || windowTitleBarConfig.title || displayName;
32
33
  if (title) {
33
34
  document.title = title;
34
35
  }
35
36
  }
36
37
  if (windowTitleBarConfig.showLinker) {
37
- let cb = (err, response) => {
38
+ const cb = (err, response) => {
38
39
  if (response.channels) {
39
40
  windowTitleBarStore.setValue({
40
41
  field: "Linker.channels",
@@ -64,7 +65,7 @@ var Actions = {
64
65
  },
65
66
  ]);
66
67
  });
67
- var onDockingGroupUpdate = function (err, response) {
68
+ const onDockingGroupUpdate = function (err, response) {
68
69
  if (err || !response.data || !response.data.groupData) {
69
70
  return;
70
71
  }
@@ -89,7 +90,7 @@ var Actions = {
89
90
  let isSnapped = false;
90
91
  let isInMovableGroup = false;
91
92
  let isTopRight = false;
92
- let windowName = FSBL.Clients.WindowClient.getWindowNameForDocking();
93
+ let windowName = getWindowNameForDocking(finsembleWindow);
93
94
  for (let i = 0; i < myGroups.length; i++) {
94
95
  let myGroup = myGroups[i];
95
96
  if (myGroup.isMovable) {
@@ -121,7 +122,7 @@ var Actions = {
121
122
  field: "Main.windowTitle",
122
123
  value: FSBL.Clients.WindowClient.getWindowTitle(),
123
124
  });
124
- FSBL.Clients.ConfigClient.getValues([{ field: "finsemble" }, { field: "finsemble-electron-adapter" }], (err, values) => {
125
+ const getValuesCallback = (err, values) => {
125
126
  const finsembleConfig = values.finsemble;
126
127
  const { useDOMBasedMovement } = values["finsemble-electron-adapter"];
127
128
  windowTitleBarStore.setValue({
@@ -166,7 +167,7 @@ var Actions = {
166
167
  });
167
168
  }
168
169
  let showTabs = true;
169
- finsembleWindow.getOptions((err, opts) => {
170
+ const getOptionsCallback = (err, opts) => {
170
171
  if (opts.customData && opts.customData.foreign && opts.customData.foreign.services) {
171
172
  if (opts.customData.foreign.services.windowService) {
172
173
  if (opts.customData.foreign.services.windowService.allowTabbing !== undefined) {
@@ -189,11 +190,14 @@ var Actions = {
189
190
  field: "showTabs",
190
191
  value: showTabs,
191
192
  });
192
- });
193
+ };
194
+ finsembleWindow.getOptions(getOptionsCallback);
193
195
  }
194
- });
196
+ };
197
+ FSBL.Clients.ConfigClient.getValues([{ field: "finsemble" }, { field: "finsemble-electron-adapter" }], getValuesCallback);
195
198
  Actions.getInitialTabList((err, values) => {
196
- var onParentSet = () => {
199
+ var _a, _b;
200
+ const onParentSet = () => {
197
201
  Actions.parentWrapper = null;
198
202
  Actions.getInitialTabList(() => {
199
203
  FSBL.Clients.Logger.system.debug("docking group update after initial tab list");
@@ -206,7 +210,7 @@ var Actions = {
206
210
  });
207
211
  });
208
212
  };
209
- var onParentCleared = () => {
213
+ const onParentCleared = () => {
210
214
  Actions.parentWrapper = null;
211
215
  FSBL.Clients.Logger.system.debug("ClearParent, setting tabs to null");
212
216
  Actions.stopListeningOnParentWrapper(() => {
@@ -221,8 +225,8 @@ var Actions = {
221
225
  });
222
226
  });
223
227
  };
224
- FSBL.Clients.WindowClient.finsembleWindow.addListener("setParent", onParentSet);
225
- FSBL.Clients.WindowClient.finsembleWindow.addListener("clearParent", onParentCleared);
228
+ (_a = FSBL.Clients.WindowClient.finsembleWindow) === null || _a === void 0 ? void 0 : _a.addListener("setParent", onParentSet);
229
+ (_b = FSBL.Clients.WindowClient.finsembleWindow) === null || _b === void 0 ? void 0 : _b.addListener("clearParent", onParentCleared);
226
230
  if (err) {
227
231
  return FSBL.Clients.Logger.error("Error in getInitialTabList.", err);
228
232
  }
@@ -231,14 +235,15 @@ var Actions = {
231
235
  });
232
236
  },
233
237
  getMyDockingGroups: function (groupData) {
238
+ var _a, _b;
234
239
  let myGroups = [];
235
- let windowName = FSBL.Clients.WindowClient.getWindowNameForDocking();
236
- if (FSBL.Clients.WindowClient.finsembleWindow.parentWindow) {
237
- windowName = FSBL.Clients.WindowClient.finsembleWindow.parentWindow.name;
240
+ let windowName = getWindowNameForDocking(finsembleWindow);
241
+ if ((_a = FSBL.Clients.WindowClient.finsembleWindow) === null || _a === void 0 ? void 0 : _a.parentWindow) {
242
+ windowName = (_b = FSBL.Clients.WindowClient.finsembleWindow) === null || _b === void 0 ? void 0 : _b.parentWindow.name;
238
243
  }
239
244
  FSBL.Clients.Logger.system.debug("Getting docking groups for ", windowName, groupData);
240
245
  if (groupData) {
241
- for (var groupName in groupData) {
246
+ for (let groupName in groupData) {
242
247
  groupData[groupName].groupName = groupName;
243
248
  if (groupData[groupName].windowNames.includes(windowName)) {
244
249
  myGroups.push(groupData[groupName]);
@@ -259,28 +264,23 @@ var Actions = {
259
264
  });
260
265
  },
261
266
  remoteStateUpdate: function (command, state) {
262
- var key = Object.keys(state)[0];
263
- var field = `${command}.${key}`;
267
+ const key = Object.keys(state)[0];
268
+ const field = `${command}.${key}`;
264
269
  windowTitleBarStore.setValue({ field: field, value: state[key] });
265
270
  },
266
271
  clickMinimize: function () {
267
- var isGrouped = windowTitleBarStore.getValue({ field: "isGrouped" });
268
- if (isGrouped) {
269
- FSBL.Clients.WindowClient.minimizeWithDockedWindows();
270
- }
271
- else {
272
- FSBL.Clients.WindowClient.minimize();
273
- }
272
+ FSBL.Clients.WindowClient.minimize(() => { });
274
273
  },
275
274
  clickClose: function () {
276
275
  FSBL.Clients.WindowClient.close({
276
+ closeWindow: true,
277
277
  removeFromWorkspace: true,
278
278
  userInitiated: true,
279
279
  });
280
280
  },
281
281
  toggleGroup: function () {
282
- let groups = windowTitleBarStore.getValue({ field: "Main.dockingGroups" });
283
- let isInMovableGroup = groups.some((group) => group.isMovable);
282
+ const groups = windowTitleBarStore.getValue({ field: "Main.dockingGroups" });
283
+ const isInMovableGroup = groups.some((group) => group.isMovable);
284
284
  if (isInMovableGroup) {
285
285
  FSBL.Clients.WindowClient.ejectFromGroup();
286
286
  }
@@ -328,7 +328,7 @@ var Actions = {
328
328
  },
329
329
  removeTabLocally: function (windowIdentifier) {
330
330
  let tabs = Actions.getTabs();
331
- let i = tabs.findIndex((el) => el.name === windowIdentifier.name && el.uuid === windowIdentifier.uuid);
331
+ let i = tabs.findIndex((el) => el.windowName === windowIdentifier.windowName && el.uuid === windowIdentifier.uuid);
332
332
  tabs.splice(i, 1);
333
333
  Actions._setTabs(tabs);
334
334
  },
@@ -349,7 +349,8 @@ var Actions = {
349
349
  tabs.push(windowIdentifier);
350
350
  Actions._setTabs(tabs);
351
351
  let callback = () => {
352
- Actions.parentWrapper.setVisibleWindow({ windowIdentifier });
352
+ var _a;
353
+ (_a = Actions.parentWrapper) === null || _a === void 0 ? void 0 : _a.setVisibleWindow({ windowIdentifier });
353
354
  };
354
355
  if (!Actions.parentWrapper) {
355
356
  return Actions.createParentWrapper({
@@ -361,15 +362,17 @@ var Actions = {
361
362
  return Actions.parentWrapper.addWindow({ windowIdentifier, position: i }, callback);
362
363
  },
363
364
  removeTab: function (windowIdentifier, i) {
364
- return Actions.parentWrapper.removeWindow({
365
+ var _a;
366
+ return (_a = Actions.parentWrapper) === null || _a === void 0 ? void 0 : _a.removeWindow({
365
367
  windowIdentifier,
366
368
  position: i,
367
369
  });
368
370
  },
369
371
  closeTab: function (windowIdentifier) {
370
- FSBL.FinsembleWindow.getInstance(windowIdentifier, (err, wrap) => {
372
+ const close = (err, wrap) => {
371
373
  wrap.close({ removeFromWorkspace: true });
372
- });
374
+ };
375
+ FSBL.FinsembleWindow.getInstance(windowIdentifier, close);
373
376
  },
374
377
  reorderTab: function (tab, newIndex) {
375
378
  let tabs = Actions.getTabs();
@@ -413,14 +416,17 @@ var Actions = {
413
416
  Actions.parentSubscriptions.push(TABLIST_SUBSCRIPTION);
414
417
  },
415
418
  setupStore: function (cb = Function.prototype) {
416
- constants.PARENT_WRAPPER_UPDATES = `Finsemble.StackedWindow.${Actions.parentWrapper.identifier.windowName}`;
417
- constants.CHILD_WINDOW_FIELD = "childWindowIdentifiers";
418
- constants.VISIBLE_WINDOW_FIELD = "visibleWindowIdentifier";
419
- constants.TAB_SCROLL_POSITION_CHANGED = `${Actions.parentWrapper.name}.tabListTabListScrollPositionChanged`;
419
+ var _a, _b, _c;
420
+ constants = {
421
+ PARENT_WRAPPER_UPDATES: `Finsemble.StackedWindow.${(_b = (_a = Actions.parentWrapper) === null || _a === void 0 ? void 0 : _a.identifier) === null || _b === void 0 ? void 0 : _b.windowName}`,
422
+ CHILD_WINDOW_FIELD: "childWindowIdentifiers",
423
+ VISIBLE_WINDOW_FIELD: "visibleWindowIdentifier",
424
+ TAB_SCROLL_POSITION_CHANGED: `${(_c = Actions.parentWrapper) === null || _c === void 0 ? void 0 : _c.name}.tabListTabListScrollPositionChanged`,
425
+ };
420
426
  Actions.listenOnParentWrapper();
421
427
  cb();
422
428
  },
423
- getInitialTabList: function (cb = Function.prototype) {
429
+ getInitialTabList: function (cb) {
424
430
  finsembleWindow.getParent((err, parentWrapper) => {
425
431
  Actions.parentWrapper = parentWrapper;
426
432
  if (Actions.parentWrapper) {
@@ -435,13 +441,13 @@ var Actions = {
435
441
  }
436
442
  });
437
443
  },
438
- createParentWrapper(params, cb) {
444
+ createParentWrapper(params, cb = Function.prototype) {
439
445
  window.Actions = Actions;
440
446
  if (Actions.parentWrapper) {
441
447
  cb();
442
448
  }
443
449
  else {
444
- FSBL.Clients.WindowClient.getStackedWindow(params, (err, wrap) => {
450
+ const getStackedWindowCallback = (err, wrap) => {
445
451
  if (err) {
446
452
  Actions.parentWrapper = null;
447
453
  Actions._setTabs(null);
@@ -450,15 +456,16 @@ var Actions = {
450
456
  Actions.parentWrapper = wrap;
451
457
  Actions.setupStore(cb);
452
458
  }
453
- });
459
+ };
460
+ FSBL.Clients.WindowClient.getStackedWindow(params, getStackedWindowCallback);
454
461
  }
455
462
  },
456
463
  };
457
464
  function initialize(cb) {
458
- WindowClient = FSBL.Clients.WindowClient;
459
- StoreClient = FSBL.Clients.DistributedStoreClient;
460
- StoreClient.createStore({ store: "windowTitleBarStore", values: windowTitleBarStoreDefaults }, (err, store) => {
461
- windowTitleBarStore = store;
465
+ FSBL.Clients.DistributedStoreClient.createStore({ store: "windowTitleBarStore", values: windowTitleBarStoreDefaults }, (err, store) => {
466
+ if (!err && store) {
467
+ windowTitleBarStore = store;
468
+ }
462
469
  Actions.initialize();
463
470
  return cb(store, Actions);
464
471
  });
@@ -468,8 +475,8 @@ class StoreManager {
468
475
  constructor() {
469
476
  this.initialized = false;
470
477
  this.initializing = false;
471
- this.callbacks = [];
472
478
  this.store = null;
479
+ this.callbacks = [];
473
480
  }
474
481
  initialize() {
475
482
  if (this.initializing)
@@ -1 +1 @@
1
- {"version":3,"file":"windowTitleBarStore.js","sourceRoot":"","sources":["../../../../src/components/windowTitleBar/stores/windowTitleBarStore.js"],"names":[],"mappings":"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","sourcesContent":["/*!\r\n * Copyright 2017 by ChartIQ, Inc.\r\n * All rights reserved.\r\n */\r\nimport windowTitleBarStoreDefaults from \"./windowTitleBarStoreDefaults\";\r\nvar StoreClient;\r\nvar windowTitleBarStore;\r\nvar WindowClient;\r\n\r\n// these are constants that are set inside of setupStore. so they're declared as vars and not constants.\r\nlet constants = {};\r\nvar Actions = {\r\n\tinitialize: function () {\r\n\t\t// This ensures that our config is correct, even if the developer missed some entries\r\n\t\tlet { options } = FSBL.Clients.WindowClient;\r\n\t\t// TODO, this should come from config server (probably via a WindowsClient.getConfig() command), so that live components always have the latest config. Currently this config gets saved with the component via workspace customData.\r\n\t\tlet windowTitleBarConfig = options.customData.foreign.components[\"Window Manager\"];\r\n\t\tlet { FSBLHeader } = windowTitleBarConfig;\r\n\t\tlet self = this;\r\n\t\tlet displayName = null;\r\n\r\n\t\t// Display name is first up for display. If it doesn't exist, we look for a default title (or one that's already set on init). If no title, we display the window's name (e.g., '5434-Welcome Component-2321').\r\n\t\tif (options.customData.component && options.customData.component.displayName) {\r\n\t\t\tdisplayName = options.customData.component.displayName;\r\n\t\t}\r\n\r\n\t\t/**\r\n\t\t * The windowTitleBar (header) is dumb. It just reflects the state of the component window. The headerCommandChannel allows the WindowClient to take control of the state of the header. All of the details of listening to window events are handled inside the WindowClient\r\n\t\t */\r\n\t\tWindowClient.headerCommandChannel((command, state) => {\r\n\t\t\tthis.remoteStateUpdate(command, state);\r\n\t\t});\r\n\r\n\t\t/**\r\n\t\t * \"FSBLHeader\" can be true, false or an object. If false then we'll never even be here. If true, then maximize, minimize and close buttons will display. If an object, then the developer can override whether buttons are shown with \"hideMaximize\", \"hideMinimize\" and \"hideClose\"\r\n\t\t */\r\n\t\tif (FSBLHeader) {\r\n\t\t\tvar max = !!FSBLHeader.hideMaximize;\r\n\r\n\t\t\twindowTitleBarStore.setValues([\r\n\t\t\t\t{ field: \"Maximize.hide\", value: max },\r\n\t\t\t\t{ field: \"Minimize.hide\", value: !!FSBLHeader.hideMinimize },\r\n\t\t\t\t{ field: \"Close.hide\", value: !!FSBLHeader.hideClose },\r\n\t\t\t\t{ field: \"AlwaysOnTop.show\", value: !!FSBLHeader.alwaysOnTop },\r\n\t\t\t]);\r\n\r\n\t\t\t// By default, we hack the window's scroll bar so that it displays underneath the header. html.overflow: hidden body.overflow:auto\r\n\t\t\twindowTitleBarStore.setValue({\r\n\t\t\t\tfield: \"hackScrollbar\",\r\n\t\t\t\tvalue: windowTitleBarConfig.hackScrollbar !== false,\r\n\t\t\t});\r\n\r\n\t\t\t// Set by calling WindowClient.setTitle() || from config \"foreign.components.Window Manager.title\"\r\n\t\t\tvar title = FSBL.Clients.WindowClient.title || windowTitleBarConfig.title || displayName;\r\n\r\n\t\t\tif (title) {\r\n\t\t\t\tdocument.title = title;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t/**\r\n\t\t * Handles whether to show the linker button.\r\n\t\t */\r\n\t\tif (windowTitleBarConfig.showLinker) {\r\n\t\t\t// Get state (channel membership) from the linkerClient. Then set the value in the header so that the title bar accurately reflects the state.\r\n\t\t\tlet cb = (err, response) => {\r\n\t\t\t\tif (response.channels) {\r\n\t\t\t\t\twindowTitleBarStore.setValue({\r\n\t\t\t\t\t\tfield: \"Linker.channels\",\r\n\t\t\t\t\t\tvalue: response.channels,\r\n\t\t\t\t\t});\r\n\t\t\t\t}\r\n\t\t\t\twindowTitleBarStore.setValue({\r\n\t\t\t\t\tfield: \"Linker.showLinkerButton\",\r\n\t\t\t\t\tvalue: true,\r\n\t\t\t\t});\r\n\t\t\t};\r\n\t\t\tcb(null, FSBL.Clients.LinkerClient.getState());\r\n\t\t\t/* [Terry] no longer necessary?\r\n\t\t\tFSBL.Clients.LinkerClient.getLinkedChannels({\r\n\t\t\t\twindowName: options.name,\r\n\t\t\t\tuuid: options.uuid,\r\n\t\t\t\tcomponentType: options.customData.component.type\r\n\t\t\t}, cb);\r\n\t\t\t*/\r\n\t\t\tFSBL.Clients.LinkerClient.onStateChange(cb);\r\n\t\t}\r\n\r\n\t\t/**\r\n\t\t * Listen for updates from the dragAndDropClient.\r\n\t\t */\r\n\t\tFSBL.Clients.RouterClient.subscribe(\r\n\t\t\t`${FSBL.Clients.WindowClient.options.name}Finsemble.Sharer`,\r\n\t\t\t(err, response) => {\r\n\t\t\t\tif (err) {\r\n\t\t\t\t\treturn console.error(err);\r\n\t\t\t\t}\r\n\t\t\t\twindowTitleBarStore.setValues([\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tfield: \"Sharer.emitterEnabled\",\r\n\t\t\t\t\t\tvalue: response.data.emitterEnabled,\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tfield: \"Sharer.receiverEnabled\",\r\n\t\t\t\t\t\tvalue: response.data.receiverEnabled,\r\n\t\t\t\t\t},\r\n\t\t\t\t]);\r\n\t\t\t}\r\n\t\t);\r\n\r\n\t\t/**\r\n\t\t * When a group update is publish, we sift through the data to see if this window is snapped or grouped with other windows. Then we publish that info, and the GroupingButton renders the correct icon.\r\n\t\t * @param {*} err\r\n\t\t * @param {*} response\r\n\t\t */\r\n\t\tvar onDockingGroupUpdate = function (err, response) {\r\n\t\t\tif (err || !response.data || !response.data.groupData) {\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n\t\t\tFSBL.Clients.Logger.system.debug(\"On docking group update\", response.data.groupData);\r\n\t\t\tlet groupNames = Object.keys(response.data.groupData);\r\n\t\t\tlet movableGroups = groupNames\r\n\t\t\t\t.filter((groupName) => response.data.groupData[groupName].isMovable)\r\n\t\t\t\t.map((groupName) => response.data.groupData[groupName]);\r\n\t\t\t// This is all movable and snapped groups. It's used later to figure out the icon to display.\r\n\t\t\twindowTitleBarStore.setValue({\r\n\t\t\t\tfield: \"Main.allDockingGroups\",\r\n\t\t\t\tvalue: response.data.groupData,\r\n\t\t\t});\r\n\r\n\t\t\twindowTitleBarStore.setValue({\r\n\t\t\t\tfield: \"Main.allMovableDockingGroups\",\r\n\t\t\t\tvalue: movableGroups,\r\n\t\t\t});\r\n\t\t\tlet myGroups = self.getMyDockingGroups(response.data.groupData);\r\n\t\t\twindowTitleBarStore.setValue({\r\n\t\t\t\tfield: \"Main.dockingGroups\",\r\n\t\t\t\tvalue: myGroups,\r\n\t\t\t});\r\n\t\t\t/**\r\n\t\t\t * Goes through groups and sees if this window is grouped, snapped, or freely hanging out there.\r\n\t\t\t */\r\n\t\t\tlet isSnapped = false;\r\n\t\t\tlet isInMovableGroup = false;\r\n\t\t\tlet isTopRight = false;\r\n\t\t\tlet windowName = FSBL.Clients.WindowClient.getWindowNameForDocking();\r\n\t\t\tfor (let i = 0; i < myGroups.length; i++) {\r\n\t\t\t\tlet myGroup = myGroups[i];\r\n\t\t\t\tif (myGroup.isMovable) {\r\n\t\t\t\t\tisInMovableGroup = true;\r\n\t\t\t\t\tif (windowName == myGroup.topRightWindow) {\r\n\t\t\t\t\t\tisTopRight = true;\r\n\t\t\t\t\t}\r\n\t\t\t\t} else {\r\n\t\t\t\t\tisSnapped = true;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\tlet icon = false;\r\n\r\n\t\t\tif (isSnapped) {\r\n\t\t\t\ticon = \"joiner\";\r\n\t\t\t}\r\n\t\t\tif (isInMovableGroup) {\r\n\t\t\t\ticon = \"ejector\";\r\n\t\t\t}\r\n\r\n\t\t\twindowTitleBarStore.setValues([\r\n\t\t\t\t{ field: \"isSnapped\", value: isSnapped },\r\n\t\t\t\t{ field: \"isGrouped\", value: isInMovableGroup },\r\n\t\t\t\t{ field: \"isTopRight\", value: isTopRight },\r\n\t\t\t\t{ field: \"Main.dockingIcon\", value: icon },\r\n\t\t\t]);\r\n\t\t};\r\n\r\n\t\tFSBL.Clients.RouterClient.subscribe(\"Finsemble.WorkspaceService.groupUpdate\", onDockingGroupUpdate);\r\n\r\n\t\t// default title.\r\n\t\twindowTitleBarStore.setValue({\r\n\t\t\tfield: \"Main.windowTitle\",\r\n\t\t\tvalue: FSBL.Clients.WindowClient.getWindowTitle(),\r\n\t\t});\r\n\r\n\t\tFSBL.Clients.ConfigClient.getValues(\r\n\t\t\t[{ field: \"finsemble\" }, { field: \"finsemble-electron-adapter\" }],\r\n\t\t\t(err, values) => {\r\n\t\t\t\tconst finsembleConfig = values.finsemble;\r\n\r\n\t\t\t\t// Check FEA config for DOM based movement configuration\r\n\t\t\t\tconst { useDOMBasedMovement } = values[\"finsemble-electron-adapter\"];\r\n\r\n\t\t\t\twindowTitleBarStore.setValue({\r\n\t\t\t\t\tfield: \"Main.useDOMBasedMovement\",\r\n\t\t\t\t\tvalue: typeof useDOMBasedMovement === \"undefined\" ? true : useDOMBasedMovement,\r\n\t\t\t\t});\r\n\r\n\t\t\t\tlet globalWindowManagerConfig = finsembleConfig[\"Window Manager\"] || {\r\n\t\t\t\t\talwaysOnTopIcon: false,\r\n\t\t\t\t\tshowTabs: false,\r\n\t\t\t\t}; // Override defaults if finsemble.Window Manager exists.\r\n\r\n\t\t\t\t// Look to see if docking is enabled. Cascade through backward compatibility with old \"betaFeatures\" and then a default if no config is found at all.\r\n\r\n\t\t\t\tif (!finsembleConfig.servicesConfig) finsembleConfig.servicesConfig = {};\r\n\t\t\t\tlet dockingConfig = finsembleConfig.servicesConfig.docking || finsembleConfig.docking;\r\n\t\t\t\tif (!dockingConfig && finsembleConfig.betaFeatures) dockingConfig = finsembleConfig.betaFeatures.docking;\r\n\t\t\t\tif (!dockingConfig) dockingConfig = { enabled: true };\r\n\t\t\t\tif (!dockingConfig.tabbing) dockingConfig.tabbing = {};\r\n\r\n\t\t\t\twindowTitleBarStore.setValues([{ field: \"Main.dockingEnabled\", value: dockingConfig.enabled }]);\r\n\r\n\t\t\t\t// Whether the alwaysOnTop pin shows or not depends first on the global setting (finsemble[\"Window Manager\"].alwaysOnTop) and then\r\n\t\t\t\t// on the specific setting for this component (foreign.components[\"Widow Manager\"].alwaysOnTop)\r\n\t\t\t\tlet { alwaysOnTopIcon } = globalWindowManagerConfig;\r\n\t\t\t\tif (windowTitleBarConfig.alwaysOnTopIcon === false || windowTitleBarConfig.alwaysOnTopIcon === true)\r\n\t\t\t\t\talwaysOnTopIcon = windowTitleBarConfig.alwaysOnTopIcon;\r\n\r\n\t\t\t\twindowTitleBarStore.setValues([{ field: \"AlwaysOnTop.show\", value: alwaysOnTopIcon }]);\r\n\r\n\t\t\t\t// If tabbing is turned off, ignore global/local 'windowManager' config about whether to allow tabbing.\r\n\t\t\t\tif (dockingConfig.tabbing.enabled === false) {\r\n\t\t\t\t\twindowTitleBarStore.setValue({\r\n\t\t\t\t\t\tfield: \"showTabs\",\r\n\t\t\t\t\t\tvalue: dockingConfig.tabbing.enabled,\r\n\t\t\t\t\t});\r\n\t\t\t\t} else {\r\n\t\t\t\t\t// If tabbing is enabled system-wide, look to the global config for its value. Then look to the local component's config.\r\n\r\n\t\t\t\t\t// This is the global window manager config.\r\n\t\t\t\t\tif (typeof windowTitleBarConfig.showTabs !== \"boolean\") {\r\n\t\t\t\t\t\twindowTitleBarStore.setValue({\r\n\t\t\t\t\t\t\tfield: \"showTabs\",\r\n\t\t\t\t\t\t\tvalue: globalWindowManagerConfig.showTabs,\r\n\t\t\t\t\t\t});\r\n\t\t\t\t\t}\r\n\t\t\t\t\t// This is the component's config.\r\n\t\t\t\t\tif (windowTitleBarConfig.showTabs || windowTitleBarConfig.showTabs === false) {\r\n\t\t\t\t\t\twindowTitleBarStore.setValue({\r\n\t\t\t\t\t\t\tfield: \"showTabs\",\r\n\t\t\t\t\t\t\tvalue: windowTitleBarConfig.showTabs,\r\n\t\t\t\t\t\t});\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\t// Once the above has been checked the individual component config is checked for customData.foreign.services[windowService || dockingService][!ignoreTilingAndTabbingRequests || allowTabbing]\r\n\t\t\t\t\tlet showTabs = true;\r\n\t\t\t\t\tfinsembleWindow.getOptions((err, opts) => {\r\n\t\t\t\t\t\tif (opts.customData && opts.customData.foreign && opts.customData.foreign.services) {\r\n\t\t\t\t\t\t\tif (opts.customData.foreign.services.windowService) {\r\n\t\t\t\t\t\t\t\tif (opts.customData.foreign.services.windowService.allowTabbing !== undefined) {\r\n\t\t\t\t\t\t\t\t\tshowTabs = opts.customData.foreign.services.windowService.allowTabbing;\r\n\t\t\t\t\t\t\t\t} else if (opts.customData.foreign.services.windowService.ignoreTilingAndTabbingRequests != undefined) {\r\n\t\t\t\t\t\t\t\t\tshowTabs = !opts.customData.foreign.services.windowService.ignoreTilingAndTabbingRequests;\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t} else if (opts.customData.foreign.services.dockingService) {\r\n\t\t\t\t\t\t\t\tif (opts.customData.foreign.services.dockingService.allowTabbing !== undefined) {\r\n\t\t\t\t\t\t\t\t\tshowTabs = opts.customData.foreign.services.dockingService.allowTabbing;\r\n\t\t\t\t\t\t\t\t} else if (\r\n\t\t\t\t\t\t\t\t\topts.customData.foreign.services.dockingService.ignoreTilingAndTabbingRequests != undefined\r\n\t\t\t\t\t\t\t\t) {\r\n\t\t\t\t\t\t\t\t\tshowTabs = !opts.customData.foreign.services.dockingService.ignoreTilingAndTabbingRequests;\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\r\n\t\t\t\t\t\twindowTitleBarStore.setValue({\r\n\t\t\t\t\t\t\tfield: \"showTabs\",\r\n\t\t\t\t\t\t\tvalue: showTabs,\r\n\t\t\t\t\t\t});\r\n\t\t\t\t\t});\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t);\r\n\r\n\t\tActions.getInitialTabList((err, values) => {\r\n\t\t\tvar onParentSet = () => {\r\n\t\t\t\tActions.parentWrapper = null;\r\n\t\t\t\tActions.getInitialTabList(() => {\r\n\t\t\t\t\tFSBL.Clients.Logger.system.debug(\"docking group update after initial tab list\");\r\n\t\t\t\t\tonDockingGroupUpdate(null, {\r\n\t\t\t\t\t\tdata: {\r\n\t\t\t\t\t\t\tgroupData: windowTitleBarStore.getValue({\r\n\t\t\t\t\t\t\t\tfield: \"Main.allDockingGroups\",\r\n\t\t\t\t\t\t\t}),\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t});\r\n\t\t\t\t});\r\n\t\t\t};\r\n\t\t\tvar onParentCleared = () => {\r\n\t\t\t\tActions.parentWrapper = null;\r\n\t\t\t\tFSBL.Clients.Logger.system.debug(\"ClearParent, setting tabs to null\");\r\n\t\t\t\tActions.stopListeningOnParentWrapper(() => {\r\n\t\t\t\t\tActions.parentWrapperStore = null;\r\n\t\t\t\t\tActions._setTabs(null);\r\n\t\t\t\t\tonDockingGroupUpdate(null, {\r\n\t\t\t\t\t\tdata: {\r\n\t\t\t\t\t\t\tgroupData: windowTitleBarStore.getValue({\r\n\t\t\t\t\t\t\t\tfield: \"Main.allDockingGroups\",\r\n\t\t\t\t\t\t\t}),\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t});\r\n\t\t\t\t});\r\n\t\t\t};\r\n\r\n\t\t\tFSBL.Clients.WindowClient.finsembleWindow.addListener(\"setParent\", onParentSet);\r\n\t\t\tFSBL.Clients.WindowClient.finsembleWindow.addListener(\"clearParent\", onParentCleared);\r\n\t\t\tif (err) {\r\n\t\t\t\treturn FSBL.Clients.Logger.error(\"Error in getInitialTabList.\", err);\r\n\t\t\t}\r\n\r\n\t\t\tif (values) Actions._setTabs(values);\r\n\t\t});\r\n\t},\r\n\t/**\r\n\t * Helper function to sift through all of the data coming from the windowService. Outputs an array of groups that the window belongs to.\r\n\t * @todo consider sending targeted messages to windows instead of a bulk update. Will cut down on this kind of code.\r\n\t */\r\n\tgetMyDockingGroups: function (groupData) {\r\n\t\tlet myGroups = [];\r\n\t\tlet windowName = FSBL.Clients.WindowClient.getWindowNameForDocking();\r\n\t\tif (FSBL.Clients.WindowClient.finsembleWindow.parentWindow) {\r\n\t\t\twindowName = FSBL.Clients.WindowClient.finsembleWindow.parentWindow.name;\r\n\t\t}\r\n\t\tFSBL.Clients.Logger.system.debug(\"Getting docking groups for \", windowName, groupData);\r\n\t\tif (groupData) {\r\n\t\t\tfor (var groupName in groupData) {\r\n\t\t\t\tgroupData[groupName].groupName = groupName;\r\n\t\t\t\tif (groupData[groupName].windowNames.includes(windowName)) {\r\n\t\t\t\t\tmyGroups.push(groupData[groupName]);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn myGroups;\r\n\t},\r\n\tonTabListScrollPositionChanged: function (err, response) {\r\n\t\twindowTitleBarStore.setValue({\r\n\t\t\tfield: \"tabListTranslateX\",\r\n\t\t\tvalue: response.data.translateX,\r\n\t\t});\r\n\t},\r\n\tsetTabListScrollPosition: function (translateX) {\r\n\t\tFSBL.Clients.RouterClient.transmit(constants.TAB_SCROLL_POSITION_CHANGED, {\r\n\t\t\ttranslateX,\r\n\t\t});\r\n\t},\r\n\t/**\r\n\t * Handles messages coming from the windowClient.\r\n\t */\r\n\tremoteStateUpdate: function (command, state) {\r\n\t\tvar key = Object.keys(state)[0];\r\n\t\tvar field = `${command}.${key}`;\r\n\t\twindowTitleBarStore.setValue({ field: field, value: state[key] });\r\n\t},\r\n\t/**\r\n\t * Minimizes the window.\r\n\t */\r\n\tclickMinimize: function () {\r\n\t\tvar isGrouped = windowTitleBarStore.getValue({ field: \"isGrouped\" });\r\n\t\tif (isGrouped) {\r\n\t\t\tFSBL.Clients.WindowClient.minimizeWithDockedWindows();\r\n\t\t} else {\r\n\t\t\tFSBL.Clients.WindowClient.minimize();\r\n\t\t}\r\n\t},\r\n\t/**\r\n\t * Closes the window, allows for cleanup. Removes the window from workspace; this function is only invoked when the user clicks the close button.\r\n\t */\r\n\tclickClose: function () {\r\n\t\tFSBL.Clients.WindowClient.close({\r\n\t\t\tremoveFromWorkspace: true, // this will cause the entire stack to close. Using this instead of a new parameter to ensure backwards compatibility\r\n\t\t\tuserInitiated: true,\r\n\t\t});\r\n\t},\r\n\t/**\r\n\t * Toggles group membership. If two windows are snapped, and this button is clicked, they become part of the same group that can be moved around together.\r\n\t */\r\n\ttoggleGroup: function () {\r\n\t\tlet groups = windowTitleBarStore.getValue({ field: \"Main.dockingGroups\" });\r\n\t\tlet isInMovableGroup = groups.some((group) => group.isMovable);\r\n\t\tif (isInMovableGroup) {\r\n\t\t\tFSBL.Clients.WindowClient.ejectFromGroup();\r\n\t\t} else {\r\n\t\t\tFSBL.Clients.WindowClient.formGroup();\r\n\t\t}\r\n\t},\r\n\t/**\r\n\t * Maximizes the window.\r\n\t */\r\n\tclickMaximize: function () {\r\n\t\tif (finsembleWindow.windowState !== finsembleWindow.WINDOWSTATE.MAXIMIZED)\r\n\t\t\treturn FSBL.Clients.WindowClient.maximize(() => {\r\n\t\t\t\twindowTitleBarStore.setValue({\r\n\t\t\t\t\tfield: \"Maximize.maximized\",\r\n\t\t\t\t\tvalue: true,\r\n\t\t\t\t});\r\n\t\t\t});\r\n\r\n\t\treturn FSBL.Clients.WindowClient.restore(() => {\r\n\t\t\twindowTitleBarStore.setValue({\r\n\t\t\t\tfield: \"Maximize.maximized\",\r\n\t\t\t\tvalue: false,\r\n\t\t\t});\r\n\t\t});\r\n\t},\r\n\r\n\tgetTabs() {\r\n\t\treturn windowTitleBarStore.getValue({ field: \"tabs\" });\r\n\t},\r\n\t_setTabs(tabs) {\r\n\t\tFSBL.Clients.Logger.system.debug(\"Set tabs\", tabs);\r\n\t\tlet activeIdentifier = finsembleWindow.identifier;\r\n\t\tactiveIdentifier.title = finsembleWindow.windowOptions.title;\r\n\t\treturn windowTitleBarStore.setValue({\r\n\t\t\tfield: \"tabs\",\r\n\t\t\tvalue: tabs || [activeIdentifier],\r\n\t\t});\r\n\t},\r\n\taddTabLocally: function (windowIdentifier, i) {\r\n\t\tlet tabs = Actions.getTabs();\r\n\t\tif (typeof i === \"undefined\") {\r\n\t\t\ti = tabs.length + 1;\r\n\t\t}\r\n\t\ttabs.splice(i, 0, windowIdentifier);\r\n\t\tActions._setTabs(tabs);\r\n\t},\r\n\tremoveTabsLocally: function () {\r\n\t\tActions._setTabs(null);\r\n\t},\r\n\tremoveTabLocally: function (windowIdentifier) {\r\n\t\tlet tabs = Actions.getTabs();\r\n\t\tlet i = tabs.findIndex((el) => el.name === windowIdentifier.name && el.uuid === windowIdentifier.uuid);\r\n\t\ttabs.splice(i, 1);\r\n\t\tActions._setTabs(tabs);\r\n\t},\r\n\treorderTabLocally: function (tab, newIndex) {\r\n\t\tlet tabs = Actions.getTabs();\r\n\t\tlet { currentIndex } = Actions.findTab(tab);\r\n\t\tif (currentIndex === newIndex) return;\r\n\t\tif (currentIndex === -1) {\r\n\t\t\treturn Actions.addTabLocally(tab, newIndex);\r\n\t\t}\r\n\t\ttabs.splice(currentIndex, 1);\r\n\t\ttabs.splice(newIndex, 0, tab);\r\n\r\n\t\tActions._setTabs(tabs);\r\n\t},\r\n\taddTab: function (windowIdentifier, i) {\r\n\t\tlet tabs = Actions.getTabs();\r\n\t\ttabs.push(windowIdentifier);\r\n\t\t// quick UI update\r\n\t\tActions._setTabs(tabs);\r\n\t\tlet callback = () => {\r\n\t\t\tActions.parentWrapper.setVisibleWindow({ windowIdentifier });\r\n\t\t};\r\n\r\n\t\tif (!Actions.parentWrapper) {\r\n\t\t\treturn Actions.createParentWrapper({\r\n\t\t\t\twindowIdentifiers: [finsembleWindow.identifier, windowIdentifier],\r\n\t\t\t\tvisibleWindowIdentifier: windowIdentifier,\r\n\t\t\t\tcreate: true,\r\n\t\t\t});\r\n\t\t}\r\n\t\treturn Actions.parentWrapper.addWindow({ windowIdentifier, position: i }, callback);\r\n\t},\r\n\tremoveTab: function (windowIdentifier, i) {\r\n\t\treturn Actions.parentWrapper.removeWindow({\r\n\t\t\twindowIdentifier,\r\n\t\t\tposition: i,\r\n\t\t});\r\n\t},\r\n\tcloseTab: function (windowIdentifier) {\r\n\t\tFSBL.FinsembleWindow.getInstance(windowIdentifier, (err, wrap) => {\r\n\t\t\twrap.close({ removeFromWorkspace: true });\r\n\t\t});\r\n\t},\r\n\treorderTab: function (tab, newIndex) {\r\n\t\tlet tabs = Actions.getTabs();\r\n\t\tlet { currentIndex } = Actions.findTab(tab);\r\n\t\tif (currentIndex === -1 || !Actions.parentWrapper) {\r\n\t\t\treturn Actions.addTab(tab, newIndex);\r\n\t\t}\r\n\t\ttabs.splice(currentIndex, 1);\r\n\t\ttabs.splice(newIndex, 0, tab);\r\n\t\t// Local change, quickly updates the dom.\r\n\t\tActions._setTabs(tabs);\r\n\t\tActions.parentWrapper.reorder({ windowIdentifiers: tabs });\r\n\t},\r\n\tfindTab: function (tab) {\r\n\t\tlet tabs = this.getTabs();\r\n\t\tlet currentIndex = tabs.findIndex((el) => tab.windowName === el.windowName && tab.uuid === el.uuid);\r\n\t\treturn { tab, currentIndex };\r\n\t},\r\n\tsetActiveTab: function (windowIdentifier) {\r\n\t\tFSBL.Clients.Logger.system.debug(\"setActiveTab.visibleWindow\");\r\n\t\treturn finsembleWindow.parentWindow.setVisibleWindow({ windowIdentifier });\r\n\t},\r\n\tparentWrapper: null,\r\n\tonTabListChanged: function (err, response) {\r\n\t\tFSBL.Clients.Logger.system.debug(\"OnTabListChanged\", response.data);\r\n\t\tif (response.data && response.data.hasOwnProperty(constants.CHILD_WINDOW_FIELD)) {\r\n\t\t\tActions._setTabs(response.data[constants.CHILD_WINDOW_FIELD]);\r\n\t\t}\r\n\t},\r\n\tparentSubscriptions: [],\r\n\tstopListeningOnParentWrapper: function (cb) {\r\n\t\tActions.parentSubscriptions.forEach((sub) => {\r\n\t\t\tFSBL.Clients.RouterClient.unsubscribe(sub);\r\n\t\t});\r\n\t\tActions.parentSubscriptions = []; // remove the subscribeId\r\n\t\t// Syncs scroll state across all tabs in a stack.\r\n\t\tFSBL.Clients.RouterClient.removeListener(\r\n\t\t\tconstants.TAB_SCROLL_POSITION_CHANGED,\r\n\t\t\tActions.onTabListScrollPositionChanged\r\n\t\t);\r\n\t\tcb();\r\n\t},\r\n\tlistenOnParentWrapper: function () {\r\n\t\tlet TABLIST_SUBSCRIPTION = FSBL.Clients.RouterClient.subscribe(\r\n\t\t\tconstants.PARENT_WRAPPER_UPDATES,\r\n\t\t\tActions.onTabListChanged\r\n\t\t);\r\n\t\tFSBL.Clients.RouterClient.addListener(\r\n\t\t\tconstants.TAB_SCROLL_POSITION_CHANGED,\r\n\t\t\tActions.onTabListScrollPositionChanged\r\n\t\t);\r\n\t\tActions.parentSubscriptions.push(TABLIST_SUBSCRIPTION);\r\n\t},\r\n\tsetupStore: function (cb = Function.prototype) {\r\n\t\tconstants.PARENT_WRAPPER_UPDATES = `Finsemble.StackedWindow.${Actions.parentWrapper.identifier.windowName}`;\r\n\t\tconstants.CHILD_WINDOW_FIELD = \"childWindowIdentifiers\";\r\n\t\tconstants.VISIBLE_WINDOW_FIELD = \"visibleWindowIdentifier\";\r\n\t\tconstants.TAB_SCROLL_POSITION_CHANGED = `${Actions.parentWrapper.name}.tabListTabListScrollPositionChanged`;\r\n\t\tActions.listenOnParentWrapper();\r\n\t\tcb();\r\n\t},\r\n\tgetInitialTabList: function (cb = Function.prototype) {\r\n\t\tfinsembleWindow.getParent((err, parentWrapper) => {\r\n\t\t\tActions.parentWrapper = parentWrapper;\r\n\t\t\tif (Actions.parentWrapper) {\r\n\t\t\t\tFSBL.Clients.Logger.debug(\"GetInitialTabList, parent exists\");\r\n\t\t\t\tActions.setupStore(cb);\r\n\t\t\t} else {\r\n\t\t\t\tlet activeIdentifier = finsembleWindow.identifier;\r\n\t\t\t\tactiveIdentifier.title = finsembleWindow.windowOptions.title;\r\n\t\t\t\tlet tabs = [activeIdentifier];\r\n\t\t\t\tcb(null, tabs);\r\n\t\t\t}\r\n\t\t});\r\n\t},\r\n\tcreateParentWrapper(params, cb) {\r\n\t\twindow.Actions = Actions;\r\n\t\tif (Actions.parentWrapper) {\r\n\t\t\tcb();\r\n\t\t} else {\r\n\t\t\tFSBL.Clients.WindowClient.getStackedWindow(params, (err, wrap) => {\r\n\t\t\t\tif (err) {\r\n\t\t\t\t\tActions.parentWrapper = null;\r\n\t\t\t\t\tActions._setTabs(null);\r\n\t\t\t\t} else {\r\n\t\t\t\t\tActions.parentWrapper = wrap;\r\n\t\t\t\t\tActions.setupStore(cb);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t}\r\n\t},\r\n};\r\n\r\n/**\r\n * Initializes the store for the windowTitleBar.\r\n *\r\n * @param {any} cb\r\n */\r\nfunction initialize(cb) {\r\n\tWindowClient = FSBL.Clients.WindowClient;\r\n\tStoreClient = FSBL.Clients.DistributedStoreClient;\r\n\r\n\tStoreClient.createStore({ store: \"windowTitleBarStore\", values: windowTitleBarStoreDefaults }, (err, store) => {\r\n\t\twindowTitleBarStore = store;\r\n\t\tActions.initialize();\r\n\t\treturn cb(store, Actions);\r\n\t});\r\n}\r\n\r\nlet getStore = () => windowTitleBarStore;\r\n\r\nclass StoreManager {\r\n\tconstructor() {\r\n\t\tthis.initialized = false;\r\n\t\tthis.initializing = false;\r\n\t\tthis.callbacks = [];\r\n\t\tthis.store = null;\r\n\t}\r\n\r\n\tinitialize() {\r\n\t\tif (this.initializing) return;\r\n\t\tthis.initializing = true;\r\n\t\tinitialize((store) => {\r\n\t\t\tthis.initialized = true;\r\n\t\t\tthis.store = store;\r\n\t\t\tthis.callbacks.forEach((cb) => cb(store));\r\n\t\t});\r\n\t}\r\n\r\n\taddInitializedListener(cb) {\r\n\t\tif (this.initialized) return cb(this.store);\r\n\t\tthis.callbacks.push(cb);\r\n\t}\r\n\r\n\tremoveInitializedListener(cb) {\r\n\t\tthis.callbacks = this.callbacks.filter((entry) => entry !== cb);\r\n\t}\r\n}\r\nconst storeManager = new StoreManager();\r\n\r\nexport { storeManager };\r\nexport { initialize };\r\nexport { windowTitleBarStore as Store };\r\nexport { Actions };\r\nexport { getStore };\r\n"]}
1
+ {"version":3,"file":"windowTitleBarStore.js","sourceRoot":"","sources":["../../../../src/components/windowTitleBar/stores/windowTitleBarStore.ts"],"names":[],"mappings":"AAIA,OAAO,2BAA2B,MAAM,+BAA+B,CAAC;AAKxE,MAAM,uBAAuB,GAAG,CAAC,eAAgC,EAAE,EAAE;IACpE,MAAM,MAAM,GAAG,eAAe,CAAC,YAAY,CAAC;IAC5C,OAAO,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,eAAe,CAAC,IAAI,CAAC;AACpD,CAAC,CAAC;AAEF,IAAI,mBAA+B,CAAC;AA4CpC,IAAI,SAAwB,CAAC;AAC7B,MAAM,OAAO,GAAgB;IAC5B,kBAAkB,EAAE,IAAI;IACxB,UAAU,EAAE;;QAEX,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC;QAE5C,IAAI,oBAAoB,GAAG,OAAO,CAAC,UAAU,CAAC,OAAO,CAAC,UAAU,CAAC,gBAAgB,CAAC,CAAC;QACnF,IAAI,EAAE,UAAU,EAAE,GAAG,oBAAoB,CAAC;QAC1C,IAAI,IAAI,GAAG,IAAI,CAAC;QAGhB,MAAM,WAAW,GAAG,MAAA,MAAA,OAAO,CAAC,UAAU,0CAAE,SAAS,0CAAE,WAAW,CAAC;QAK/D,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,oBAAoB,CAAC,CAAC,OAAO,EAAE,KAAK,EAAE,EAAE;YACjE,IAAI,CAAC,iBAAiB,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC;QACxC,CAAC,CAAC,CAAC;QAKH,IAAI,UAAU,EAAE;YACf,MAAM,GAAG,GAAG,CAAC,CAAC,UAAU,CAAC,YAAY,CAAC;YAEtC,mBAAmB,CAAC,SAAS,CAAC;gBAC7B,EAAE,KAAK,EAAE,eAAe,EAAE,KAAK,EAAE,GAAG,EAAE;gBACtC,EAAE,KAAK,EAAE,eAAe,EAAE,KAAK,EAAE,CAAC,CAAC,UAAU,CAAC,YAAY,EAAE;gBAC5D,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,CAAC,CAAC,UAAU,CAAC,SAAS,EAAE;gBACtD,EAAE,KAAK,EAAE,kBAAkB,EAAE,KAAK,EAAE,CAAC,CAAC,UAAU,CAAC,WAAW,EAAE;aAC9D,CAAC,CAAC;YAGH,mBAAmB,CAAC,QAAQ,CAAC;gBAC5B,KAAK,EAAE,eAAe;gBACtB,KAAK,EAAE,oBAAoB,CAAC,aAAa,KAAK,KAAK;aACnD,CAAC,CAAC;YAGH,MAAM,KAAK,GAAG,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,KAAK,IAAI,oBAAoB,CAAC,KAAK,IAAI,WAAW,CAAC;YAE3F,IAAI,KAAK,EAAE;gBACV,QAAQ,CAAC,KAAK,GAAG,KAAK,CAAC;aACvB;SACD;QAKD,IAAI,oBAAoB,CAAC,UAAU,EAAE;YAEpC,MAAM,EAAE,GAAqB,CAAC,GAAG,EAAE,QAAQ,EAAE,EAAE;gBAC9C,IAAI,QAAQ,CAAC,QAAQ,EAAE;oBACtB,mBAAmB,CAAC,QAAQ,CAAC;wBAC5B,KAAK,EAAE,iBAAiB;wBACxB,KAAK,EAAE,QAAQ,CAAC,QAAQ;qBACxB,CAAC,CAAC;iBACH;gBACD,mBAAmB,CAAC,QAAQ,CAAC;oBAC5B,KAAK,EAAE,yBAAyB;oBAChC,KAAK,EAAE,IAAI;iBACX,CAAC,CAAC;YACJ,CAAC,CAAC;YACF,EAAE,CAAC,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,QAAQ,EAAE,CAAC,CAAC;YAQ/C,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,aAAa,CAAC,EAAE,CAAC,CAAC;SAC5C;QAKD,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,SAAS,CAClC,GAAG,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,OAAO,CAAC,IAAI,kBAAkB,EAC3D,CAAC,GAAG,EAAE,QAAQ,EAAE,EAAE;YACjB,IAAI,GAAG,EAAE;gBACR,OAAO,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;aAC1B;YACD,mBAAmB,CAAC,SAAS,CAAC;gBAC7B;oBACC,KAAK,EAAE,uBAAuB;oBAC9B,KAAK,EAAE,QAAQ,CAAC,IAAI,CAAC,cAAc;iBACnC;gBACD;oBACC,KAAK,EAAE,wBAAwB;oBAC/B,KAAK,EAAE,QAAQ,CAAC,IAAI,CAAC,eAAe;iBACpC;aACD,CAAC,CAAC;QACJ,CAAC,CACD,CAAC;QAOF,MAAM,oBAAoB,GAAqB,UAAU,GAAG,EAAE,QAAQ;YACrE,IAAI,GAAG,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,SAAS,EAAE;gBACtD,OAAO;aACP;YACD,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,yBAAyB,EAAE,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YACrF,IAAI,UAAU,GAAG,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YACtD,IAAI,aAAa,GAAG,UAAU;iBAC5B,MAAM,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,SAAS,CAAC;iBACnE,GAAG,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC;YAEzD,mBAAmB,CAAC,QAAQ,CAAC;gBAC5B,KAAK,EAAE,uBAAuB;gBAC9B,KAAK,EAAE,QAAQ,CAAC,IAAI,CAAC,SAAS;aAC9B,CAAC,CAAC;YAEH,mBAAmB,CAAC,QAAQ,CAAC;gBAC5B,KAAK,EAAE,8BAA8B;gBACrC,KAAK,EAAE,aAAa;aACpB,CAAC,CAAC;YACH,IAAI,QAAQ,GAAG,IAAI,CAAC,kBAAkB,CAAC,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YAChE,mBAAmB,CAAC,QAAQ,CAAC;gBAC5B,KAAK,EAAE,oBAAoB;gBAC3B,KAAK,EAAE,QAAQ;aACf,CAAC,CAAC;YAIH,IAAI,SAAS,GAAG,KAAK,CAAC;YACtB,IAAI,gBAAgB,GAAG,KAAK,CAAC;YAC7B,IAAI,UAAU,GAAG,KAAK,CAAC;YACvB,IAAI,UAAU,GAAG,uBAAuB,CAAC,eAAe,CAAC,CAAC;YAC1D,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,QAAQ,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;gBACzC,IAAI,OAAO,GAAG,QAAQ,CAAC,CAAC,CAAC,CAAC;gBAC1B,IAAI,OAAO,CAAC,SAAS,EAAE;oBACtB,gBAAgB,GAAG,IAAI,CAAC;oBACxB,IAAI,UAAU,IAAI,OAAO,CAAC,cAAc,EAAE;wBACzC,UAAU,GAAG,IAAI,CAAC;qBAClB;iBACD;qBAAM;oBACN,SAAS,GAAG,IAAI,CAAC;iBACjB;aACD;YACD,IAAI,IAAI,GAAmB,KAAK,CAAC;YAEjC,IAAI,SAAS,EAAE;gBACd,IAAI,GAAG,QAAQ,CAAC;aAChB;YACD,IAAI,gBAAgB,EAAE;gBACrB,IAAI,GAAG,SAAS,CAAC;aACjB;YAED,mBAAmB,CAAC,SAAS,CAAC;gBAC7B,EAAE,KAAK,EAAE,WAAW,EAAE,KAAK,EAAE,SAAS,EAAE;gBACxC,EAAE,KAAK,EAAE,WAAW,EAAE,KAAK,EAAE,gBAAgB,EAAE;gBAC/C,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,UAAU,EAAE;gBAC1C,EAAE,KAAK,EAAE,kBAAkB,EAAE,KAAK,EAAE,IAAI,EAAE;aAC1C,CAAC,CAAC;QACJ,CAAC,CAAC;QAEF,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,SAAS,CAAC,wCAAwC,EAAE,oBAAoB,CAAC,CAAC;QAGpG,mBAAmB,CAAC,QAAQ,CAAC;YAC5B,KAAK,EAAE,kBAAkB;YACzB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,cAAc,EAAE;SACjD,CAAC,CAAC;QAEH,MAAM,iBAAiB,GAAqB,CAAC,GAAG,EAAE,MAAM,EAAE,EAAE;YAC3D,MAAM,eAAe,GAAG,MAAM,CAAC,SAAS,CAAC;YAGzC,MAAM,EAAE,mBAAmB,EAAE,GAAG,MAAM,CAAC,4BAA4B,CAAC,CAAC;YAErE,mBAAmB,CAAC,QAAQ,CAAC;gBAC5B,KAAK,EAAE,0BAA0B;gBACjC,KAAK,EAAE,OAAO,mBAAmB,KAAK,WAAW,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,mBAAmB;aAC9E,CAAC,CAAC;YAEH,IAAI,yBAAyB,GAAG,eAAe,CAAC,gBAAgB,CAAC,IAAI;gBACpE,eAAe,EAAE,KAAK;gBACtB,QAAQ,EAAE,KAAK;aACf,CAAC;YAIF,IAAI,CAAC,eAAe,CAAC,cAAc;gBAAE,eAAe,CAAC,cAAc,GAAG,EAAE,CAAC;YACzE,IAAI,aAAa,GAAG,eAAe,CAAC,cAAc,CAAC,OAAO,IAAI,eAAe,CAAC,OAAO,CAAC;YACtF,IAAI,CAAC,aAAa,IAAI,eAAe,CAAC,YAAY;gBAAE,aAAa,GAAG,eAAe,CAAC,YAAY,CAAC,OAAO,CAAC;YACzG,IAAI,CAAC,aAAa;gBAAE,aAAa,GAAG,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;YACtD,IAAI,CAAC,aAAa,CAAC,OAAO;gBAAE,aAAa,CAAC,OAAO,GAAG,EAAE,CAAC;YAEvD,mBAAmB,CAAC,SAAS,CAAC,CAAC,EAAE,KAAK,EAAE,qBAAqB,EAAE,KAAK,EAAE,aAAa,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC;YAIhG,IAAI,EAAE,eAAe,EAAE,GAAG,yBAAyB,CAAC;YACpD,IAAI,oBAAoB,CAAC,eAAe,KAAK,KAAK,IAAI,oBAAoB,CAAC,eAAe,KAAK,IAAI;gBAClG,eAAe,GAAG,oBAAoB,CAAC,eAAe,CAAC;YAExD,mBAAmB,CAAC,SAAS,CAAC,CAAC,EAAE,KAAK,EAAE,kBAAkB,EAAE,KAAK,EAAE,eAAe,EAAE,CAAC,CAAC,CAAC;YAGvF,IAAI,aAAa,CAAC,OAAO,CAAC,OAAO,KAAK,KAAK,EAAE;gBAC5C,mBAAmB,CAAC,QAAQ,CAAC;oBAC5B,KAAK,EAAE,UAAU;oBACjB,KAAK,EAAE,aAAa,CAAC,OAAO,CAAC,OAAO;iBACpC,CAAC,CAAC;aACH;iBAAM;gBAIN,IAAI,OAAO,oBAAoB,CAAC,QAAQ,KAAK,SAAS,EAAE;oBACvD,mBAAmB,CAAC,QAAQ,CAAC;wBAC5B,KAAK,EAAE,UAAU;wBACjB,KAAK,EAAE,yBAAyB,CAAC,QAAQ;qBACzC,CAAC,CAAC;iBACH;gBAED,IAAI,oBAAoB,CAAC,QAAQ,IAAI,oBAAoB,CAAC,QAAQ,KAAK,KAAK,EAAE;oBAC7E,mBAAmB,CAAC,QAAQ,CAAC;wBAC5B,KAAK,EAAE,UAAU;wBACjB,KAAK,EAAE,oBAAoB,CAAC,QAAQ;qBACpC,CAAC,CAAC;iBACH;gBAGD,IAAI,QAAQ,GAAG,IAAI,CAAC;gBACpB,MAAM,kBAAkB,GAAqB,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;oBAC1D,IAAI,IAAI,CAAC,UAAU,IAAI,IAAI,CAAC,UAAU,CAAC,OAAO,IAAI,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,QAAQ,EAAE;wBACnF,IAAI,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,QAAQ,CAAC,aAAa,EAAE;4BACnD,IAAI,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAC,YAAY,KAAK,SAAS,EAAE;gCAC9E,QAAQ,GAAG,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAC,YAAY,CAAC;6BACvE;iCAAM,IAAI,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAC,8BAA8B,IAAI,SAAS,EAAE;gCACtG,QAAQ,GAAG,CAAC,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAC,8BAA8B,CAAC;6BAC1F;yBACD;6BAAM,IAAI,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,QAAQ,CAAC,cAAc,EAAE;4BAC3D,IAAI,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAC,YAAY,KAAK,SAAS,EAAE;gCAC/E,QAAQ,GAAG,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAC,YAAY,CAAC;6BACxE;iCAAM,IAAI,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAC,8BAA8B,IAAI,SAAS,EAAE;gCACvG,QAAQ,GAAG,CAAC,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAC,8BAA8B,CAAC;6BAC3F;yBACD;qBACD;oBAED,mBAAmB,CAAC,QAAQ,CAAC;wBAC5B,KAAK,EAAE,UAAU;wBACjB,KAAK,EAAE,QAAQ;qBACf,CAAC,CAAC;gBACJ,CAAC,CAAC;gBACF,eAAe,CAAC,UAAU,CAAC,kBAAkB,CAAC,CAAC;aAC/C;QACF,CAAC,CAAC;QACF,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,SAAS,CAClC,CAAC,EAAE,KAAK,EAAE,WAAW,EAAE,EAAE,EAAE,KAAK,EAAE,4BAA4B,EAAE,CAAC,EACjE,iBAAiB,CACjB,CAAC;QAEF,OAAO,CAAC,iBAAiB,CAAC,CAAC,GAAG,EAAE,MAAM,EAAE,EAAE;;YACzC,MAAM,WAAW,GAAG,GAAG,EAAE;gBACxB,OAAO,CAAC,aAAa,GAAG,IAAI,CAAC;gBAC7B,OAAO,CAAC,iBAAiB,CAAC,GAAG,EAAE;oBAC9B,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,6CAA6C,CAAC,CAAC;oBAChF,oBAAoB,CAAC,IAAI,EAAE;wBAC1B,IAAI,EAAE;4BACL,SAAS,EAAE,mBAAmB,CAAC,QAAQ,CAAC;gCACvC,KAAK,EAAE,uBAAuB;6BAC9B,CAAC;yBACF;qBACD,CAAC,CAAC;gBACJ,CAAC,CAAC,CAAC;YACJ,CAAC,CAAC;YACF,MAAM,eAAe,GAAG,GAAG,EAAE;gBAC5B,OAAO,CAAC,aAAa,GAAG,IAAI,CAAC;gBAC7B,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,mCAAmC,CAAC,CAAC;gBACtE,OAAO,CAAC,4BAA4B,CAAC,GAAG,EAAE;oBACzC,OAAO,CAAC,kBAAkB,GAAG,IAAI,CAAC;oBAClC,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;oBACvB,oBAAoB,CAAC,IAAI,EAAE;wBAC1B,IAAI,EAAE;4BACL,SAAS,EAAE,mBAAmB,CAAC,QAAQ,CAAC;gCACvC,KAAK,EAAE,uBAAuB;6BAC9B,CAAC;yBACF;qBACD,CAAC,CAAC;gBACJ,CAAC,CAAC,CAAC;YACJ,CAAC,CAAC;YAEF,MAAA,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,eAAe,0CAAE,WAAW,CAAC,WAAW,EAAE,WAAW,CAAC,CAAC;YACjF,MAAA,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,eAAe,0CAAE,WAAW,CAAC,aAAa,EAAE,eAAe,CAAC,CAAC;YACvF,IAAI,GAAG,EAAE;gBACR,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,6BAA6B,EAAE,GAAG,CAAC,CAAC;aACrE;YAED,IAAI,MAAM;gBAAE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;QACtC,CAAC,CAAC,CAAC;IACJ,CAAC;IAKD,kBAAkB,EAAE,UAAU,SAAS;;QACtC,IAAI,QAAQ,GAAG,EAAE,CAAC;QAClB,IAAI,UAAU,GAAG,uBAAuB,CAAC,eAAe,CAAC,CAAC;QAC1D,IAAI,MAAA,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,eAAe,0CAAE,YAAY,EAAE;YAC5D,UAAU,GAAG,MAAA,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,eAAe,0CAAE,YAAY,CAAC,IAAI,CAAC;SAC1E;QACD,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,6BAA6B,EAAE,UAAU,EAAE,SAAS,CAAC,CAAC;QACvF,IAAI,SAAS,EAAE;YACd,KAAK,IAAI,SAAS,IAAI,SAAS,EAAE;gBAChC,SAAS,CAAC,SAAS,CAAC,CAAC,SAAS,GAAG,SAAS,CAAC;gBAC3C,IAAI,SAAS,CAAC,SAAS,CAAC,CAAC,WAAW,CAAC,QAAQ,CAAC,UAAU,CAAC,EAAE;oBAC1D,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC;iBACpC;aACD;SACD;QACD,OAAO,QAAQ,CAAC;IACjB,CAAC;IACD,8BAA8B,EAAE,UAAU,GAAG,EAAE,QAAQ;QACtD,mBAAmB,CAAC,QAAQ,CAAC;YAC5B,KAAK,EAAE,mBAAmB;YAC1B,KAAK,EAAE,QAAQ,CAAC,IAAI,CAAC,UAAU;SAC/B,CAAC,CAAC;IACJ,CAAC;IACD,wBAAwB,EAAE,UAAU,UAAU;QAC7C,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,QAAQ,CAAC,SAAS,CAAC,2BAA2B,EAAE;YACzE,UAAU;SACV,CAAC,CAAC;IACJ,CAAC;IAID,iBAAiB,EAAE,UAAU,OAAO,EAAE,KAAK;QAC1C,MAAM,GAAG,GAAG,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;QAClC,MAAM,KAAK,GAAG,GAAG,OAAO,IAAI,GAAG,EAAE,CAAC;QAClC,mBAAmB,CAAC,QAAQ,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;IACnE,CAAC;IAID,aAAa,EAAE;QACd,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,QAAQ,CAAC,GAAG,EAAE,GAAE,CAAC,CAAC,CAAC;IAC9C,CAAC;IAID,UAAU,EAAE;QACX,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,KAAK,CAAC;YAC/B,WAAW,EAAE,IAAI;YACjB,mBAAmB,EAAE,IAAI;YACzB,aAAa,EAAE,IAAI;SACnB,CAAC,CAAC;IACJ,CAAC;IAID,WAAW,EAAE;QACZ,MAAM,MAAM,GAAG,mBAAmB,CAAC,QAAQ,CAAC,EAAE,KAAK,EAAE,oBAAoB,EAAE,CAAC,CAAC;QAC7E,MAAM,gBAAgB,GAAG,MAAM,CAAC,IAAI,CAAC,CAAC,KAAU,EAAE,EAAE,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;QACtE,IAAI,gBAAgB,EAAE;YACrB,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,cAAc,EAAE,CAAC;SAC3C;aAAM;YACN,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,SAAS,EAAE,CAAC;SACtC;IACF,CAAC;IAID,aAAa,EAAE;QACd,IAAI,eAAe,CAAC,WAAW,KAAK,eAAe,CAAC,WAAW,CAAC,SAAS;YACxE,OAAO,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,QAAQ,CAAC,GAAG,EAAE;gBAC9C,mBAAmB,CAAC,QAAQ,CAAC;oBAC5B,KAAK,EAAE,oBAAoB;oBAC3B,KAAK,EAAE,IAAI;iBACX,CAAC,CAAC;YACJ,CAAC,CAAC,CAAC;QAEJ,OAAO,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,OAAO,CAAC,GAAG,EAAE;YAC7C,mBAAmB,CAAC,QAAQ,CAAC;gBAC5B,KAAK,EAAE,oBAAoB;gBAC3B,KAAK,EAAE,KAAK;aACZ,CAAC,CAAC;QACJ,CAAC,CAAC,CAAC;IACJ,CAAC;IAED,OAAO;QACN,OAAO,mBAAmB,CAAC,QAAQ,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,CAAuB,CAAC;IAC9E,CAAC;IACD,QAAQ,CAAC,IAAI;QACZ,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;QACnD,IAAI,gBAAgB,GAAQ,eAAe,CAAC,UAAU,CAAC;QACvD,gBAAgB,CAAC,KAAK,GAAG,eAAe,CAAC,aAAa,CAAC,KAAK,CAAC;QAC7D,OAAO,mBAAmB,CAAC,QAAQ,CAAC;YACnC,KAAK,EAAE,MAAM;YACb,KAAK,EAAE,IAAI,IAAI,CAAC,gBAAgB,CAAC;SACjC,CAAC,CAAC;IACJ,CAAC;IACD,aAAa,EAAE,UAAU,gBAAgB,EAAE,CAAC;QAC3C,IAAI,IAAI,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;QAC7B,IAAI,OAAO,CAAC,KAAK,WAAW,EAAE;YAC7B,CAAC,GAAG,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;SACpB;QACD,IAAI,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,gBAAgB,CAAC,CAAC;QACpC,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;IACxB,CAAC;IACD,iBAAiB,EAAE;QAClB,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;IACxB,CAAC;IACD,gBAAgB,EAAE,UAAU,gBAAgB;QAC3C,IAAI,IAAI,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;QAC7B,IAAI,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,UAAU,KAAK,gBAAgB,CAAC,UAAU,IAAI,EAAE,CAAC,IAAI,KAAK,gBAAgB,CAAC,IAAI,CAAC,CAAC;QACnH,IAAI,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;QAClB,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;IACxB,CAAC;IACD,iBAAiB,EAAE,UAAU,GAAG,EAAE,QAAQ;QACzC,IAAI,IAAI,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;QAC7B,IAAI,EAAE,YAAY,EAAE,GAAG,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;QAC5C,IAAI,YAAY,KAAK,QAAQ;YAAE,OAAO;QACtC,IAAI,YAAY,KAAK,CAAC,CAAC,EAAE;YACxB,OAAO,OAAO,CAAC,aAAa,CAAC,GAAG,EAAE,QAAQ,CAAC,CAAC;SAC5C;QACD,IAAI,CAAC,MAAM,CAAC,YAAY,EAAE,CAAC,CAAC,CAAC;QAC7B,IAAI,CAAC,MAAM,CAAC,QAAQ,EAAE,CAAC,EAAE,GAAG,CAAC,CAAC;QAE9B,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;IACxB,CAAC;IACD,MAAM,EAAE,UAAU,gBAAgB,EAAE,CAAC;QACpC,IAAI,IAAI,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;QAC7B,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QAE5B,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;QACvB,IAAI,QAAQ,GAAG,GAAG,EAAE;;YACnB,MAAA,OAAO,CAAC,aAAa,0CAAE,gBAAgB,CAAC,EAAE,gBAAgB,EAAE,CAAC,CAAC;QAC/D,CAAC,CAAC;QAEF,IAAI,CAAC,OAAO,CAAC,aAAa,EAAE;YAC3B,OAAO,OAAO,CAAC,mBAAmB,CAAC;gBAClC,iBAAiB,EAAE,CAAC,eAAe,CAAC,UAAU,EAAE,gBAAgB,CAAC;gBACjE,uBAAuB,EAAE,gBAAgB;gBACzC,MAAM,EAAE,IAAI;aACZ,CAAC,CAAC;SACH;QACD,OAAO,OAAO,CAAC,aAAa,CAAC,SAAS,CAAC,EAAE,gBAAgB,EAAE,QAAQ,EAAE,CAAC,EAAE,EAAE,QAAQ,CAAC,CAAC;IACrF,CAAC;IACD,SAAS,EAAE,UAAU,gBAAgB,EAAE,CAAC;;QACvC,OAAO,MAAA,OAAO,CAAC,aAAa,0CAAE,YAAY,CAAC;YAC1C,gBAAgB;YAChB,QAAQ,EAAE,CAAC;SACX,CAAC,CAAC;IACJ,CAAC;IACD,QAAQ,EAAE,UAAU,gBAAgB;QACnC,MAAM,KAAK,GAAqB,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;YAC7C,IAAI,CAAC,KAAK,CAAC,EAAE,mBAAmB,EAAE,IAAI,EAAE,CAAC,CAAC;QAC3C,CAAC,CAAC;QACF,IAAI,CAAC,eAAe,CAAC,WAAW,CAAC,gBAAgB,EAAE,KAAK,CAAC,CAAC;IAC3D,CAAC;IACD,UAAU,EAAE,UAAU,GAAG,EAAE,QAAQ;QAClC,IAAI,IAAI,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;QAC7B,IAAI,EAAE,YAAY,EAAE,GAAG,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;QAC5C,IAAI,YAAY,KAAK,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,aAAa,EAAE;YAClD,OAAO,OAAO,CAAC,MAAM,CAAC,GAAG,EAAE,QAAQ,CAAC,CAAC;SACrC;QACD,IAAI,CAAC,MAAM,CAAC,YAAY,EAAE,CAAC,CAAC,CAAC;QAC7B,IAAI,CAAC,MAAM,CAAC,QAAQ,EAAE,CAAC,EAAE,GAAG,CAAC,CAAC;QAE9B,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;QACvB,OAAO,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,iBAAiB,EAAE,IAAI,EAAE,CAAC,CAAC;IAC5D,CAAC;IACD,OAAO,EAAE,UAAU,GAAG;QACrB,IAAI,IAAI,GAAG,IAAI,CAAC,OAAO,EAAE,CAAC;QAC1B,IAAI,YAAY,GAAG,IAAI,CAAC,SAAS,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,GAAG,CAAC,UAAU,KAAK,EAAE,CAAC,UAAU,IAAI,GAAG,CAAC,IAAI,KAAK,EAAE,CAAC,IAAI,CAAC,CAAC;QACpG,OAAO,EAAE,GAAG,EAAE,YAAY,EAAE,CAAC;IAC9B,CAAC;IACD,YAAY,EAAE,UAAU,gBAAgB;QACvC,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,4BAA4B,CAAC,CAAC;QAC/D,OAAO,eAAe,CAAC,YAAY,CAAC,gBAAgB,CAAC,EAAE,gBAAgB,EAAE,CAAC,CAAC;IAC5E,CAAC;IACD,aAAa,EAAE,IAAI;IACnB,gBAAgB,EAAE,UAAU,GAAG,EAAE,QAAQ;QACxC,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,kBAAkB,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAC;QACpE,IAAI,QAAQ,CAAC,IAAI,IAAI,QAAQ,CAAC,IAAI,CAAC,cAAc,CAAC,SAAS,CAAC,kBAAkB,CAAC,EAAE;YAChF,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,kBAAkB,CAAC,CAAC,CAAC;SAC9D;IACF,CAAC;IACD,mBAAmB,EAAE,EAAE;IACvB,4BAA4B,EAAE,UAAU,EAAE;QACzC,OAAO,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;YAC3C,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC;QAC5C,CAAC,CAAC,CAAC;QACH,OAAO,CAAC,mBAAmB,GAAG,EAAE,CAAC;QAEjC,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,cAAc,CACvC,SAAS,CAAC,2BAA2B,EACrC,OAAO,CAAC,8BAA8B,CACtC,CAAC;QACF,EAAE,EAAE,CAAC;IACN,CAAC;IACD,qBAAqB,EAAE;QACtB,IAAI,oBAAoB,GAAG,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,SAAS,CAC7D,SAAS,CAAC,sBAAsB,EAChC,OAAO,CAAC,gBAAgB,CACxB,CAAC;QACF,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,WAAW,CACpC,SAAS,CAAC,2BAA2B,EACrC,OAAO,CAAC,8BAA8B,CACtC,CAAC;QACF,OAAO,CAAC,mBAAmB,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;IACxD,CAAC;IACD,UAAU,EAAE,UAAU,EAAE,GAAG,QAAQ,CAAC,SAAS;;QAC5C,SAAS,GAAG;YACX,sBAAsB,EAAE,2BAA2B,MAAA,MAAA,OAAO,CAAC,aAAa,0CAAE,UAAU,0CAAE,UAAU,EAAE;YAClG,kBAAkB,EAAE,wBAAwB;YAC5C,oBAAoB,EAAE,yBAAyB;YAC/C,2BAA2B,EAAE,GAAG,MAAA,OAAO,CAAC,aAAa,0CAAE,IAAI,sCAAsC;SACjG,CAAC;QACF,OAAO,CAAC,qBAAqB,EAAE,CAAC;QAChC,EAAE,EAAE,CAAC;IACN,CAAC;IACD,iBAAiB,EAAE,UAAU,EAAE;QAC9B,eAAe,CAAC,SAAS,CAAC,CAAC,GAAG,EAAE,aAAa,EAAE,EAAE;YAChD,OAAO,CAAC,aAAa,GAAG,aAAa,CAAC;YACtC,IAAI,OAAO,CAAC,aAAa,EAAE;gBAC1B,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,kCAAkC,CAAC,CAAC;gBAC9D,OAAO,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC;aACvB;iBAAM;gBACN,IAAI,gBAAgB,GAAQ,eAAe,CAAC,UAAU,CAAC;gBACvD,gBAAgB,CAAC,KAAK,GAAG,eAAe,CAAC,aAAa,CAAC,KAAK,CAAC;gBAC7D,IAAI,IAAI,GAAG,CAAC,gBAAgB,CAAC,CAAC;gBAC9B,EAAE,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;aACf;QACF,CAAC,CAAC,CAAC;IACJ,CAAC;IACD,mBAAmB,CAAC,MAAM,EAAE,EAAE,GAAG,QAAQ,CAAC,SAAS;QACjD,MAAc,CAAC,OAAO,GAAG,OAAO,CAAC;QAClC,IAAI,OAAO,CAAC,aAAa,EAAE;YAC1B,EAAE,EAAE,CAAC;SACL;aAAM;YACN,MAAM,wBAAwB,GAAqB,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;gBAChE,IAAI,GAAG,EAAE;oBACR,OAAO,CAAC,aAAa,GAAG,IAAI,CAAC;oBAC7B,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;iBACvB;qBAAM;oBACN,OAAO,CAAC,aAAa,GAAG,IAAI,CAAC;oBAC7B,OAAO,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC;iBACvB;YACF,CAAC,CAAC;YACF,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,gBAAgB,CAAC,MAAM,EAAE,wBAAwB,CAAC,CAAC;SAC7E;IACF,CAAC;CACD,CAAC;AAOF,SAAS,UAAU,CAAC,EAAY;IAC/B,IAAI,CAAC,OAAO,CAAC,sBAAsB,CAAC,WAAW,CAC9C,EAAE,KAAK,EAAE,qBAAqB,EAAE,MAAM,EAAE,2BAA2B,EAAE,EACrE,CAAC,GAAG,EAAE,KAAK,EAAE,EAAE;QACd,IAAI,CAAC,GAAG,IAAI,KAAK,EAAE;YAClB,mBAAmB,GAAG,KAAK,CAAC;SAC5B;QACD,OAAO,CAAC,UAAU,EAAE,CAAC;QACrB,OAAO,EAAE,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC3B,CAAC,CACD,CAAC;AACH,CAAC;AAED,IAAI,QAAQ,GAAG,GAAG,EAAE,CAAC,mBAAmB,CAAC;AAEzC,MAAM,YAAY;IASjB;QARA,gBAAW,GAAG,KAAK,CAAC;QAEpB,iBAAY,GAAG,KAAK,CAAC;QAErB,UAAK,GAAsB,IAAI,CAAC;QAEhC,cAAS,GAAe,EAAE,CAAC;IAEZ,CAAC;IAEhB,UAAU;QACT,IAAI,IAAI,CAAC,YAAY;YAAE,OAAO;QAC9B,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC;QACzB,UAAU,CAAC,CAAC,KAAiB,EAAE,EAAE;YAChC,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC;YACxB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;YACnB,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC;QAC3C,CAAC,CAAC,CAAC;IACJ,CAAC;IAED,sBAAsB,CAAC,EAAY;QAClC,IAAI,IAAI,CAAC,WAAW;YAAE,OAAO,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QAC5C,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IACzB,CAAC;IAED,yBAAyB,CAAC,EAAY;QACrC,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,KAAK,EAAE,CAAC,CAAC;IACjE,CAAC;CACD;AACD,MAAM,YAAY,GAAG,IAAI,YAAY,EAAE,CAAC;AAExC,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB,OAAO,EAAE,UAAU,EAAE,CAAC;AACtB,OAAO,EAAE,mBAAmB,IAAI,KAAK,EAAE,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,CAAC;AACnB,OAAO,EAAE,QAAQ,EAAE,CAAC","sourcesContent":["/*!\r\n * Copyright 2017 by ChartIQ, Inc.\r\n * All rights reserved.\r\n */\r\nimport windowTitleBarStoreDefaults from \"./windowTitleBarStoreDefaults\";\r\nimport { StandardCallback } from \"@finsemble/finsemble-core/types/types\";\r\nimport { FinsembleWindow, WindowIdentifier } from \"@finsemble/finsemble-core\";\r\nimport StoreModel from \"@finsemble/finsemble-core/types/clients/StoreModel\";\r\n\r\nconst getWindowNameForDocking = (finsembleWindow: FinsembleWindow) => {\r\n\tconst parent = finsembleWindow.parentWindow;\r\n\treturn parent ? parent.name : finsembleWindow.name;\r\n};\r\n\r\nlet windowTitleBarStore: StoreModel;\r\n\r\ntype ConstantsType = {\r\n\tPARENT_WRAPPER_UPDATES: string;\r\n\tCHILD_WINDOW_FIELD: string;\r\n\tVISIBLE_WINDOW_FIELD: string;\r\n\tTAB_SCROLL_POSITION_CHANGED: string;\r\n};\r\n\r\ntype ActionsType = {\r\n\tparentWrapperStore: any;\r\n\tparentSubscriptions: any[];\r\n\tparentWrapper: FinsembleWindow | null;\r\n\r\n\tinitialize: () => void;\r\n\tgetMyDockingGroups: (groupData: any) => any[];\r\n\tonTabListScrollPositionChanged: StandardCallback;\r\n\tsetTabListScrollPosition: (translateX: number) => void;\r\n\tremoteStateUpdate: (command: string, state: any) => void;\r\n\tclickMinimize: () => void;\r\n\tclickClose: () => void;\r\n\ttoggleGroup: () => void;\r\n\tclickMaximize: () => void;\r\n\tgetTabs: () => WindowIdentifier[];\r\n\t_setTabs: (tabs: WindowIdentifier[] | null) => any;\r\n\taddTabLocally: (windowIdentifier: WindowIdentifier, i: number) => void;\r\n\tremoveTabsLocally: () => void;\r\n\tremoveTabLocally: (windowIdentifier: WindowIdentifier) => void;\r\n\treorderTabLocally: (tab: WindowIdentifier, newIndex: number) => undefined | any;\r\n\taddTab: (windowIdentifier: WindowIdentifier, i: number) => any;\r\n\tremoveTab: (windowIdentifier: WindowIdentifier, i: number) => any;\r\n\tcloseTab: (windowIdentifier: WindowIdentifier) => void;\r\n\treorderTab: (tab: WindowIdentifier, newIndex: number) => any;\r\n\tfindTab: (tab: WindowIdentifier) => { tab: WindowIdentifier; currentIndex: number };\r\n\tsetActiveTab: (windowIdentifier: WindowIdentifier) => Promise<any>;\r\n\tonTabListChanged: StandardCallback;\r\n\tstopListeningOnParentWrapper: (cb: Function) => void;\r\n\tlistenOnParentWrapper: () => void;\r\n\tsetupStore: (cb?: Function) => void;\r\n\tgetInitialTabList: (cb: StandardCallback) => void;\r\n\tcreateParentWrapper: (params: Object, cb?: Function) => void;\r\n};\r\n\r\n// these are constants that are set inside of setupStore. so they're declared as vars and not constants.\r\nlet constants: ConstantsType;\r\nconst Actions: ActionsType = {\r\n\tparentWrapperStore: null,\r\n\tinitialize: function () {\r\n\t\t// This ensures that our config is correct, even if the developer missed some entries\r\n\t\tlet { options } = FSBL.Clients.WindowClient;\r\n\t\t// TODO, this should come from config server (probably via a WindowsClient.getConfig() command), so that live components always have the latest config. Currently this config gets saved with the component via workspace customData.\r\n\t\tlet windowTitleBarConfig = options.customData.foreign.components[\"Window Manager\"];\r\n\t\tlet { FSBLHeader } = windowTitleBarConfig;\r\n\t\tlet self = this;\r\n\r\n\t\t// Display name is first up for display. If it doesn't exist, we look for a default title (or one that's already set on init). If no title, we display the window's name (e.g., '5434-Welcome Component-2321').\r\n\t\tconst displayName = options.customData?.component?.displayName;\r\n\r\n\t\t/**\r\n\t\t * The windowTitleBar (header) is dumb. It just reflects the state of the component window. The headerCommandChannel allows the WindowClient to take control of the state of the header. All of the details of listening to window events are handled inside the WindowClient\r\n\t\t */\r\n\t\tFSBL.Clients.WindowClient.headerCommandChannel((command, state) => {\r\n\t\t\tthis.remoteStateUpdate(command, state);\r\n\t\t});\r\n\r\n\t\t/**\r\n\t\t * \"FSBLHeader\" can be true, false or an object. If false then we'll never even be here. If true, then maximize, minimize and close buttons will display. If an object, then the developer can override whether buttons are shown with \"hideMaximize\", \"hideMinimize\" and \"hideClose\"\r\n\t\t */\r\n\t\tif (FSBLHeader) {\r\n\t\t\tconst max = !!FSBLHeader.hideMaximize;\r\n\r\n\t\t\twindowTitleBarStore.setValues([\r\n\t\t\t\t{ field: \"Maximize.hide\", value: max },\r\n\t\t\t\t{ field: \"Minimize.hide\", value: !!FSBLHeader.hideMinimize },\r\n\t\t\t\t{ field: \"Close.hide\", value: !!FSBLHeader.hideClose },\r\n\t\t\t\t{ field: \"AlwaysOnTop.show\", value: !!FSBLHeader.alwaysOnTop },\r\n\t\t\t]);\r\n\r\n\t\t\t// By default, we hack the window's scroll bar so that it displays underneath the header. html.overflow: hidden body.overflow:auto\r\n\t\t\twindowTitleBarStore.setValue({\r\n\t\t\t\tfield: \"hackScrollbar\",\r\n\t\t\t\tvalue: windowTitleBarConfig.hackScrollbar !== false,\r\n\t\t\t});\r\n\r\n\t\t\t// Set by calling WindowClient.setTitle() || from config \"foreign.components.Window Manager.title\"\r\n\t\t\tconst title = FSBL.Clients.WindowClient.title || windowTitleBarConfig.title || displayName;\r\n\r\n\t\t\tif (title) {\r\n\t\t\t\tdocument.title = title;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t/**\r\n\t\t * Handles whether to show the linker button.\r\n\t\t */\r\n\t\tif (windowTitleBarConfig.showLinker) {\r\n\t\t\t// Get state (channel membership) from the linkerClient. Then set the value in the header so that the title bar accurately reflects the state.\r\n\t\t\tconst cb: StandardCallback = (err, response) => {\r\n\t\t\t\tif (response.channels) {\r\n\t\t\t\t\twindowTitleBarStore.setValue({\r\n\t\t\t\t\t\tfield: \"Linker.channels\",\r\n\t\t\t\t\t\tvalue: response.channels,\r\n\t\t\t\t\t});\r\n\t\t\t\t}\r\n\t\t\t\twindowTitleBarStore.setValue({\r\n\t\t\t\t\tfield: \"Linker.showLinkerButton\",\r\n\t\t\t\t\tvalue: true,\r\n\t\t\t\t});\r\n\t\t\t};\r\n\t\t\tcb(null, FSBL.Clients.LinkerClient.getState());\r\n\t\t\t/* [Terry] no longer necessary?\r\n\t\t\tFSBL.Clients.LinkerClient.getLinkedChannels({\r\n\t\t\t\twindowName: options.name,\r\n\t\t\t\tuuid: options.uuid,\r\n\t\t\t\tcomponentType: options.customData.component.type\r\n\t\t\t}, cb);\r\n\t\t\t*/\r\n\t\t\tFSBL.Clients.LinkerClient.onStateChange(cb);\r\n\t\t}\r\n\r\n\t\t/**\r\n\t\t * Listen for updates from the dragAndDropClient.\r\n\t\t */\r\n\t\tFSBL.Clients.RouterClient.subscribe(\r\n\t\t\t`${FSBL.Clients.WindowClient.options.name}Finsemble.Sharer`,\r\n\t\t\t(err, response) => {\r\n\t\t\t\tif (err) {\r\n\t\t\t\t\treturn console.error(err);\r\n\t\t\t\t}\r\n\t\t\t\twindowTitleBarStore.setValues([\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tfield: \"Sharer.emitterEnabled\",\r\n\t\t\t\t\t\tvalue: response.data.emitterEnabled,\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tfield: \"Sharer.receiverEnabled\",\r\n\t\t\t\t\t\tvalue: response.data.receiverEnabled,\r\n\t\t\t\t\t},\r\n\t\t\t\t]);\r\n\t\t\t}\r\n\t\t);\r\n\r\n\t\t/**\r\n\t\t * When a group update is publish, we sift through the data to see if this window is snapped or grouped with other windows. Then we publish that info, and the GroupingButton renders the correct icon.\r\n\t\t * @param {*} err\r\n\t\t * @param {*} response\r\n\t\t */\r\n\t\tconst onDockingGroupUpdate: StandardCallback = function (err, response) {\r\n\t\t\tif (err || !response.data || !response.data.groupData) {\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n\t\t\tFSBL.Clients.Logger.system.debug(\"On docking group update\", response.data.groupData);\r\n\t\t\tlet groupNames = Object.keys(response.data.groupData);\r\n\t\t\tlet movableGroups = groupNames\r\n\t\t\t\t.filter((groupName) => response.data.groupData[groupName].isMovable)\r\n\t\t\t\t.map((groupName) => response.data.groupData[groupName]);\r\n\t\t\t// This is all movable and snapped groups. It's used later to figure out the icon to display.\r\n\t\t\twindowTitleBarStore.setValue({\r\n\t\t\t\tfield: \"Main.allDockingGroups\",\r\n\t\t\t\tvalue: response.data.groupData,\r\n\t\t\t});\r\n\r\n\t\t\twindowTitleBarStore.setValue({\r\n\t\t\t\tfield: \"Main.allMovableDockingGroups\",\r\n\t\t\t\tvalue: movableGroups,\r\n\t\t\t});\r\n\t\t\tlet myGroups = self.getMyDockingGroups(response.data.groupData);\r\n\t\t\twindowTitleBarStore.setValue({\r\n\t\t\t\tfield: \"Main.dockingGroups\",\r\n\t\t\t\tvalue: myGroups,\r\n\t\t\t});\r\n\t\t\t/**\r\n\t\t\t * Goes through groups and sees if this window is grouped, snapped, or freely hanging out there.\r\n\t\t\t */\r\n\t\t\tlet isSnapped = false;\r\n\t\t\tlet isInMovableGroup = false;\r\n\t\t\tlet isTopRight = false;\r\n\t\t\tlet windowName = getWindowNameForDocking(finsembleWindow);\r\n\t\t\tfor (let i = 0; i < myGroups.length; i++) {\r\n\t\t\t\tlet myGroup = myGroups[i];\r\n\t\t\t\tif (myGroup.isMovable) {\r\n\t\t\t\t\tisInMovableGroup = true;\r\n\t\t\t\t\tif (windowName == myGroup.topRightWindow) {\r\n\t\t\t\t\t\tisTopRight = true;\r\n\t\t\t\t\t}\r\n\t\t\t\t} else {\r\n\t\t\t\t\tisSnapped = true;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\tlet icon: string | false = false;\r\n\r\n\t\t\tif (isSnapped) {\r\n\t\t\t\ticon = \"joiner\";\r\n\t\t\t}\r\n\t\t\tif (isInMovableGroup) {\r\n\t\t\t\ticon = \"ejector\";\r\n\t\t\t}\r\n\r\n\t\t\twindowTitleBarStore.setValues([\r\n\t\t\t\t{ field: \"isSnapped\", value: isSnapped },\r\n\t\t\t\t{ field: \"isGrouped\", value: isInMovableGroup },\r\n\t\t\t\t{ field: \"isTopRight\", value: isTopRight },\r\n\t\t\t\t{ field: \"Main.dockingIcon\", value: icon },\r\n\t\t\t]);\r\n\t\t};\r\n\r\n\t\tFSBL.Clients.RouterClient.subscribe(\"Finsemble.WorkspaceService.groupUpdate\", onDockingGroupUpdate);\r\n\r\n\t\t// default title.\r\n\t\twindowTitleBarStore.setValue({\r\n\t\t\tfield: \"Main.windowTitle\",\r\n\t\t\tvalue: FSBL.Clients.WindowClient.getWindowTitle(),\r\n\t\t});\r\n\r\n\t\tconst getValuesCallback: StandardCallback = (err, values) => {\r\n\t\t\tconst finsembleConfig = values.finsemble;\r\n\r\n\t\t\t// Check FEA config for DOM based movement configuration\r\n\t\t\tconst { useDOMBasedMovement } = values[\"finsemble-electron-adapter\"];\r\n\r\n\t\t\twindowTitleBarStore.setValue({\r\n\t\t\t\tfield: \"Main.useDOMBasedMovement\",\r\n\t\t\t\tvalue: typeof useDOMBasedMovement === \"undefined\" ? true : useDOMBasedMovement,\r\n\t\t\t});\r\n\r\n\t\t\tlet globalWindowManagerConfig = finsembleConfig[\"Window Manager\"] || {\r\n\t\t\t\talwaysOnTopIcon: false,\r\n\t\t\t\tshowTabs: false,\r\n\t\t\t}; // Override defaults if finsemble.Window Manager exists.\r\n\r\n\t\t\t// Look to see if docking is enabled. Cascade through backward compatibility with old \"betaFeatures\" and then a default if no config is found at all.\r\n\r\n\t\t\tif (!finsembleConfig.servicesConfig) finsembleConfig.servicesConfig = {};\r\n\t\t\tlet dockingConfig = finsembleConfig.servicesConfig.docking || finsembleConfig.docking;\r\n\t\t\tif (!dockingConfig && finsembleConfig.betaFeatures) dockingConfig = finsembleConfig.betaFeatures.docking;\r\n\t\t\tif (!dockingConfig) dockingConfig = { enabled: true };\r\n\t\t\tif (!dockingConfig.tabbing) dockingConfig.tabbing = {};\r\n\r\n\t\t\twindowTitleBarStore.setValues([{ field: \"Main.dockingEnabled\", value: dockingConfig.enabled }]);\r\n\r\n\t\t\t// Whether the alwaysOnTop pin shows or not depends first on the global setting (finsemble[\"Window Manager\"].alwaysOnTop) and then\r\n\t\t\t// on the specific setting for this component (foreign.components[\"Widow Manager\"].alwaysOnTop)\r\n\t\t\tlet { alwaysOnTopIcon } = globalWindowManagerConfig;\r\n\t\t\tif (windowTitleBarConfig.alwaysOnTopIcon === false || windowTitleBarConfig.alwaysOnTopIcon === true)\r\n\t\t\t\talwaysOnTopIcon = windowTitleBarConfig.alwaysOnTopIcon;\r\n\r\n\t\t\twindowTitleBarStore.setValues([{ field: \"AlwaysOnTop.show\", value: alwaysOnTopIcon }]);\r\n\r\n\t\t\t// If tabbing is turned off, ignore global/local 'windowManager' config about whether to allow tabbing.\r\n\t\t\tif (dockingConfig.tabbing.enabled === false) {\r\n\t\t\t\twindowTitleBarStore.setValue({\r\n\t\t\t\t\tfield: \"showTabs\",\r\n\t\t\t\t\tvalue: dockingConfig.tabbing.enabled,\r\n\t\t\t\t});\r\n\t\t\t} else {\r\n\t\t\t\t// If tabbing is enabled system-wide, look to the global config for its value. Then look to the local component's config.\r\n\r\n\t\t\t\t// This is the global window manager config.\r\n\t\t\t\tif (typeof windowTitleBarConfig.showTabs !== \"boolean\") {\r\n\t\t\t\t\twindowTitleBarStore.setValue({\r\n\t\t\t\t\t\tfield: \"showTabs\",\r\n\t\t\t\t\t\tvalue: globalWindowManagerConfig.showTabs,\r\n\t\t\t\t\t});\r\n\t\t\t\t}\r\n\t\t\t\t// This is the component's config.\r\n\t\t\t\tif (windowTitleBarConfig.showTabs || windowTitleBarConfig.showTabs === false) {\r\n\t\t\t\t\twindowTitleBarStore.setValue({\r\n\t\t\t\t\t\tfield: \"showTabs\",\r\n\t\t\t\t\t\tvalue: windowTitleBarConfig.showTabs,\r\n\t\t\t\t\t});\r\n\t\t\t\t}\r\n\r\n\t\t\t\t// Once the above has been checked the individual component config is checked for customData.foreign.services[windowService || dockingService][!ignoreTilingAndTabbingRequests || allowTabbing]\r\n\t\t\t\tlet showTabs = true;\r\n\t\t\t\tconst getOptionsCallback: StandardCallback = (err, opts) => {\r\n\t\t\t\t\tif (opts.customData && opts.customData.foreign && opts.customData.foreign.services) {\r\n\t\t\t\t\t\tif (opts.customData.foreign.services.windowService) {\r\n\t\t\t\t\t\t\tif (opts.customData.foreign.services.windowService.allowTabbing !== undefined) {\r\n\t\t\t\t\t\t\t\tshowTabs = opts.customData.foreign.services.windowService.allowTabbing;\r\n\t\t\t\t\t\t\t} else if (opts.customData.foreign.services.windowService.ignoreTilingAndTabbingRequests != undefined) {\r\n\t\t\t\t\t\t\t\tshowTabs = !opts.customData.foreign.services.windowService.ignoreTilingAndTabbingRequests;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t} else if (opts.customData.foreign.services.dockingService) {\r\n\t\t\t\t\t\t\tif (opts.customData.foreign.services.dockingService.allowTabbing !== undefined) {\r\n\t\t\t\t\t\t\t\tshowTabs = opts.customData.foreign.services.dockingService.allowTabbing;\r\n\t\t\t\t\t\t\t} else if (opts.customData.foreign.services.dockingService.ignoreTilingAndTabbingRequests != undefined) {\r\n\t\t\t\t\t\t\t\tshowTabs = !opts.customData.foreign.services.dockingService.ignoreTilingAndTabbingRequests;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\twindowTitleBarStore.setValue({\r\n\t\t\t\t\t\tfield: \"showTabs\",\r\n\t\t\t\t\t\tvalue: showTabs,\r\n\t\t\t\t\t});\r\n\t\t\t\t};\r\n\t\t\t\tfinsembleWindow.getOptions(getOptionsCallback);\r\n\t\t\t}\r\n\t\t};\r\n\t\tFSBL.Clients.ConfigClient.getValues(\r\n\t\t\t[{ field: \"finsemble\" }, { field: \"finsemble-electron-adapter\" }],\r\n\t\t\tgetValuesCallback\r\n\t\t);\r\n\r\n\t\tActions.getInitialTabList((err, values) => {\r\n\t\t\tconst onParentSet = () => {\r\n\t\t\t\tActions.parentWrapper = null;\r\n\t\t\t\tActions.getInitialTabList(() => {\r\n\t\t\t\t\tFSBL.Clients.Logger.system.debug(\"docking group update after initial tab list\");\r\n\t\t\t\t\tonDockingGroupUpdate(null, {\r\n\t\t\t\t\t\tdata: {\r\n\t\t\t\t\t\t\tgroupData: windowTitleBarStore.getValue({\r\n\t\t\t\t\t\t\t\tfield: \"Main.allDockingGroups\",\r\n\t\t\t\t\t\t\t}),\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t});\r\n\t\t\t\t});\r\n\t\t\t};\r\n\t\t\tconst onParentCleared = () => {\r\n\t\t\t\tActions.parentWrapper = null;\r\n\t\t\t\tFSBL.Clients.Logger.system.debug(\"ClearParent, setting tabs to null\");\r\n\t\t\t\tActions.stopListeningOnParentWrapper(() => {\r\n\t\t\t\t\tActions.parentWrapperStore = null;\r\n\t\t\t\t\tActions._setTabs(null);\r\n\t\t\t\t\tonDockingGroupUpdate(null, {\r\n\t\t\t\t\t\tdata: {\r\n\t\t\t\t\t\t\tgroupData: windowTitleBarStore.getValue({\r\n\t\t\t\t\t\t\t\tfield: \"Main.allDockingGroups\",\r\n\t\t\t\t\t\t\t}),\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t});\r\n\t\t\t\t});\r\n\t\t\t};\r\n\r\n\t\t\tFSBL.Clients.WindowClient.finsembleWindow?.addListener(\"setParent\", onParentSet);\r\n\t\t\tFSBL.Clients.WindowClient.finsembleWindow?.addListener(\"clearParent\", onParentCleared);\r\n\t\t\tif (err) {\r\n\t\t\t\treturn FSBL.Clients.Logger.error(\"Error in getInitialTabList.\", err);\r\n\t\t\t}\r\n\r\n\t\t\tif (values) Actions._setTabs(values);\r\n\t\t});\r\n\t},\r\n\t/**\r\n\t * Helper function to sift through all of the data coming from the windowService. Outputs an array of groups that the window belongs to.\r\n\t * @todo consider sending targeted messages to windows instead of a bulk update. Will cut down on this kind of code.\r\n\t */\r\n\tgetMyDockingGroups: function (groupData) {\r\n\t\tlet myGroups = [];\r\n\t\tlet windowName = getWindowNameForDocking(finsembleWindow);\r\n\t\tif (FSBL.Clients.WindowClient.finsembleWindow?.parentWindow) {\r\n\t\t\twindowName = FSBL.Clients.WindowClient.finsembleWindow?.parentWindow.name;\r\n\t\t}\r\n\t\tFSBL.Clients.Logger.system.debug(\"Getting docking groups for \", windowName, groupData);\r\n\t\tif (groupData) {\r\n\t\t\tfor (let groupName in groupData) {\r\n\t\t\t\tgroupData[groupName].groupName = groupName;\r\n\t\t\t\tif (groupData[groupName].windowNames.includes(windowName)) {\r\n\t\t\t\t\tmyGroups.push(groupData[groupName]);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn myGroups;\r\n\t},\r\n\tonTabListScrollPositionChanged: function (err, response) {\r\n\t\twindowTitleBarStore.setValue({\r\n\t\t\tfield: \"tabListTranslateX\",\r\n\t\t\tvalue: response.data.translateX,\r\n\t\t});\r\n\t},\r\n\tsetTabListScrollPosition: function (translateX) {\r\n\t\tFSBL.Clients.RouterClient.transmit(constants.TAB_SCROLL_POSITION_CHANGED, {\r\n\t\t\ttranslateX,\r\n\t\t});\r\n\t},\r\n\t/**\r\n\t * Handles messages coming from the windowClient.\r\n\t */\r\n\tremoteStateUpdate: function (command, state) {\r\n\t\tconst key = Object.keys(state)[0];\r\n\t\tconst field = `${command}.${key}`;\r\n\t\twindowTitleBarStore.setValue({ field: field, value: state[key] });\r\n\t},\r\n\t/**\r\n\t * Minimizes the window.\r\n\t */\r\n\tclickMinimize: function () {\r\n\t\tFSBL.Clients.WindowClient.minimize(() => {});\r\n\t},\r\n\t/**\r\n\t * Closes the window, allows for cleanup. Removes the window from workspace; this function is only invoked when the user clicks the close button.\r\n\t */\r\n\tclickClose: function () {\r\n\t\tFSBL.Clients.WindowClient.close({\r\n\t\t\tcloseWindow: true,\r\n\t\t\tremoveFromWorkspace: true, // this will cause the entire stack to close. Using this instead of a new parameter to ensure backwards compatibility\r\n\t\t\tuserInitiated: true,\r\n\t\t});\r\n\t},\r\n\t/**\r\n\t * Toggles group membership. If two windows are snapped, and this button is clicked, they become part of the same group that can be moved around together.\r\n\t */\r\n\ttoggleGroup: function () {\r\n\t\tconst groups = windowTitleBarStore.getValue({ field: \"Main.dockingGroups\" });\r\n\t\tconst isInMovableGroup = groups.some((group: any) => group.isMovable);\r\n\t\tif (isInMovableGroup) {\r\n\t\t\tFSBL.Clients.WindowClient.ejectFromGroup();\r\n\t\t} else {\r\n\t\t\tFSBL.Clients.WindowClient.formGroup();\r\n\t\t}\r\n\t},\r\n\t/**\r\n\t * Maximizes the window.\r\n\t */\r\n\tclickMaximize: function () {\r\n\t\tif (finsembleWindow.windowState !== finsembleWindow.WINDOWSTATE.MAXIMIZED)\r\n\t\t\treturn FSBL.Clients.WindowClient.maximize(() => {\r\n\t\t\t\twindowTitleBarStore.setValue({\r\n\t\t\t\t\tfield: \"Maximize.maximized\",\r\n\t\t\t\t\tvalue: true,\r\n\t\t\t\t});\r\n\t\t\t});\r\n\r\n\t\treturn FSBL.Clients.WindowClient.restore(() => {\r\n\t\t\twindowTitleBarStore.setValue({\r\n\t\t\t\tfield: \"Maximize.maximized\",\r\n\t\t\t\tvalue: false,\r\n\t\t\t});\r\n\t\t});\r\n\t},\r\n\r\n\tgetTabs() {\r\n\t\treturn windowTitleBarStore.getValue({ field: \"tabs\" }) as WindowIdentifier[];\r\n\t},\r\n\t_setTabs(tabs) {\r\n\t\tFSBL.Clients.Logger.system.debug(\"Set tabs\", tabs);\r\n\t\tlet activeIdentifier: any = finsembleWindow.identifier;\r\n\t\tactiveIdentifier.title = finsembleWindow.windowOptions.title;\r\n\t\treturn windowTitleBarStore.setValue({\r\n\t\t\tfield: \"tabs\",\r\n\t\t\tvalue: tabs || [activeIdentifier],\r\n\t\t});\r\n\t},\r\n\taddTabLocally: function (windowIdentifier, i) {\r\n\t\tlet tabs = Actions.getTabs();\r\n\t\tif (typeof i === \"undefined\") {\r\n\t\t\ti = tabs.length + 1;\r\n\t\t}\r\n\t\ttabs.splice(i, 0, windowIdentifier);\r\n\t\tActions._setTabs(tabs);\r\n\t},\r\n\tremoveTabsLocally: function () {\r\n\t\tActions._setTabs(null);\r\n\t},\r\n\tremoveTabLocally: function (windowIdentifier) {\r\n\t\tlet tabs = Actions.getTabs();\r\n\t\tlet i = tabs.findIndex((el) => el.windowName === windowIdentifier.windowName && el.uuid === windowIdentifier.uuid);\r\n\t\ttabs.splice(i, 1);\r\n\t\tActions._setTabs(tabs);\r\n\t},\r\n\treorderTabLocally: function (tab, newIndex) {\r\n\t\tlet tabs = Actions.getTabs();\r\n\t\tlet { currentIndex } = Actions.findTab(tab);\r\n\t\tif (currentIndex === newIndex) return;\r\n\t\tif (currentIndex === -1) {\r\n\t\t\treturn Actions.addTabLocally(tab, newIndex);\r\n\t\t}\r\n\t\ttabs.splice(currentIndex, 1);\r\n\t\ttabs.splice(newIndex, 0, tab);\r\n\r\n\t\tActions._setTabs(tabs);\r\n\t},\r\n\taddTab: function (windowIdentifier, i) {\r\n\t\tlet tabs = Actions.getTabs();\r\n\t\ttabs.push(windowIdentifier);\r\n\t\t// quick UI update\r\n\t\tActions._setTabs(tabs);\r\n\t\tlet callback = () => {\r\n\t\t\tActions.parentWrapper?.setVisibleWindow({ windowIdentifier });\r\n\t\t};\r\n\r\n\t\tif (!Actions.parentWrapper) {\r\n\t\t\treturn Actions.createParentWrapper({\r\n\t\t\t\twindowIdentifiers: [finsembleWindow.identifier, windowIdentifier],\r\n\t\t\t\tvisibleWindowIdentifier: windowIdentifier,\r\n\t\t\t\tcreate: true,\r\n\t\t\t});\r\n\t\t}\r\n\t\treturn Actions.parentWrapper.addWindow({ windowIdentifier, position: i }, callback);\r\n\t},\r\n\tremoveTab: function (windowIdentifier, i) {\r\n\t\treturn Actions.parentWrapper?.removeWindow({\r\n\t\t\twindowIdentifier,\r\n\t\t\tposition: i,\r\n\t\t});\r\n\t},\r\n\tcloseTab: function (windowIdentifier) {\r\n\t\tconst close: StandardCallback = (err, wrap) => {\r\n\t\t\twrap.close({ removeFromWorkspace: true });\r\n\t\t};\r\n\t\tFSBL.FinsembleWindow.getInstance(windowIdentifier, close);\r\n\t},\r\n\treorderTab: function (tab, newIndex) {\r\n\t\tlet tabs = Actions.getTabs();\r\n\t\tlet { currentIndex } = Actions.findTab(tab);\r\n\t\tif (currentIndex === -1 || !Actions.parentWrapper) {\r\n\t\t\treturn Actions.addTab(tab, newIndex);\r\n\t\t}\r\n\t\ttabs.splice(currentIndex, 1);\r\n\t\ttabs.splice(newIndex, 0, tab);\r\n\t\t// Local change, quickly updates the dom.\r\n\t\tActions._setTabs(tabs);\r\n\t\tActions.parentWrapper.reorder({ windowIdentifiers: tabs });\r\n\t},\r\n\tfindTab: function (tab) {\r\n\t\tlet tabs = this.getTabs();\r\n\t\tlet currentIndex = tabs.findIndex((el) => tab.windowName === el.windowName && tab.uuid === el.uuid);\r\n\t\treturn { tab, currentIndex };\r\n\t},\r\n\tsetActiveTab: function (windowIdentifier) {\r\n\t\tFSBL.Clients.Logger.system.debug(\"setActiveTab.visibleWindow\");\r\n\t\treturn finsembleWindow.parentWindow.setVisibleWindow({ windowIdentifier });\r\n\t},\r\n\tparentWrapper: null,\r\n\tonTabListChanged: function (err, response) {\r\n\t\tFSBL.Clients.Logger.system.debug(\"OnTabListChanged\", response.data);\r\n\t\tif (response.data && response.data.hasOwnProperty(constants.CHILD_WINDOW_FIELD)) {\r\n\t\t\tActions._setTabs(response.data[constants.CHILD_WINDOW_FIELD]);\r\n\t\t}\r\n\t},\r\n\tparentSubscriptions: [],\r\n\tstopListeningOnParentWrapper: function (cb) {\r\n\t\tActions.parentSubscriptions.forEach((sub) => {\r\n\t\t\tFSBL.Clients.RouterClient.unsubscribe(sub);\r\n\t\t});\r\n\t\tActions.parentSubscriptions = []; // remove the subscribeId\r\n\t\t// Syncs scroll state across all tabs in a stack.\r\n\t\tFSBL.Clients.RouterClient.removeListener(\r\n\t\t\tconstants.TAB_SCROLL_POSITION_CHANGED,\r\n\t\t\tActions.onTabListScrollPositionChanged\r\n\t\t);\r\n\t\tcb();\r\n\t},\r\n\tlistenOnParentWrapper: function () {\r\n\t\tlet TABLIST_SUBSCRIPTION = FSBL.Clients.RouterClient.subscribe(\r\n\t\t\tconstants.PARENT_WRAPPER_UPDATES,\r\n\t\t\tActions.onTabListChanged\r\n\t\t);\r\n\t\tFSBL.Clients.RouterClient.addListener(\r\n\t\t\tconstants.TAB_SCROLL_POSITION_CHANGED,\r\n\t\t\tActions.onTabListScrollPositionChanged\r\n\t\t);\r\n\t\tActions.parentSubscriptions.push(TABLIST_SUBSCRIPTION);\r\n\t},\r\n\tsetupStore: function (cb = Function.prototype) {\r\n\t\tconstants = {\r\n\t\t\tPARENT_WRAPPER_UPDATES: `Finsemble.StackedWindow.${Actions.parentWrapper?.identifier?.windowName}`,\r\n\t\t\tCHILD_WINDOW_FIELD: \"childWindowIdentifiers\",\r\n\t\t\tVISIBLE_WINDOW_FIELD: \"visibleWindowIdentifier\",\r\n\t\t\tTAB_SCROLL_POSITION_CHANGED: `${Actions.parentWrapper?.name}.tabListTabListScrollPositionChanged`,\r\n\t\t};\r\n\t\tActions.listenOnParentWrapper();\r\n\t\tcb();\r\n\t},\r\n\tgetInitialTabList: function (cb) {\r\n\t\tfinsembleWindow.getParent((err, parentWrapper) => {\r\n\t\t\tActions.parentWrapper = parentWrapper;\r\n\t\t\tif (Actions.parentWrapper) {\r\n\t\t\t\tFSBL.Clients.Logger.debug(\"GetInitialTabList, parent exists\");\r\n\t\t\t\tActions.setupStore(cb);\r\n\t\t\t} else {\r\n\t\t\t\tlet activeIdentifier: any = finsembleWindow.identifier;\r\n\t\t\t\tactiveIdentifier.title = finsembleWindow.windowOptions.title;\r\n\t\t\t\tlet tabs = [activeIdentifier];\r\n\t\t\t\tcb(null, tabs);\r\n\t\t\t}\r\n\t\t});\r\n\t},\r\n\tcreateParentWrapper(params, cb = Function.prototype) {\r\n\t\t(window as any).Actions = Actions;\r\n\t\tif (Actions.parentWrapper) {\r\n\t\t\tcb();\r\n\t\t} else {\r\n\t\t\tconst getStackedWindowCallback: StandardCallback = (err, wrap) => {\r\n\t\t\t\tif (err) {\r\n\t\t\t\t\tActions.parentWrapper = null;\r\n\t\t\t\t\tActions._setTabs(null);\r\n\t\t\t\t} else {\r\n\t\t\t\t\tActions.parentWrapper = wrap;\r\n\t\t\t\t\tActions.setupStore(cb);\r\n\t\t\t\t}\r\n\t\t\t};\r\n\t\t\tFSBL.Clients.WindowClient.getStackedWindow(params, getStackedWindowCallback);\r\n\t\t}\r\n\t},\r\n};\r\n\r\n/**\r\n * Initializes the store for the windowTitleBar.\r\n *\r\n * @param {any} cb\r\n */\r\nfunction initialize(cb: Function) {\r\n\tFSBL.Clients.DistributedStoreClient.createStore(\r\n\t\t{ store: \"windowTitleBarStore\", values: windowTitleBarStoreDefaults },\r\n\t\t(err, store) => {\r\n\t\t\tif (!err && store) {\r\n\t\t\t\twindowTitleBarStore = store;\r\n\t\t\t}\r\n\t\t\tActions.initialize();\r\n\t\t\treturn cb(store, Actions);\r\n\t\t}\r\n\t);\r\n}\r\n\r\nlet getStore = () => windowTitleBarStore;\r\n\r\nclass StoreManager {\r\n\tinitialized = false;\r\n\r\n\tinitializing = false;\r\n\r\n\tstore: StoreModel | null = null;\r\n\r\n\tcallbacks: Function[] = [];\r\n\r\n\tconstructor() {}\r\n\r\n\tinitialize() {\r\n\t\tif (this.initializing) return;\r\n\t\tthis.initializing = true;\r\n\t\tinitialize((store: StoreModel) => {\r\n\t\t\tthis.initialized = true;\r\n\t\t\tthis.store = store;\r\n\t\t\tthis.callbacks.forEach((cb) => cb(store));\r\n\t\t});\r\n\t}\r\n\r\n\taddInitializedListener(cb: Function) {\r\n\t\tif (this.initialized) return cb(this.store);\r\n\t\tthis.callbacks.push(cb);\r\n\t}\r\n\r\n\tremoveInitializedListener(cb: Function) {\r\n\t\tthis.callbacks = this.callbacks.filter((entry) => entry !== cb);\r\n\t}\r\n}\r\nconst storeManager = new StoreManager();\r\n\r\nexport { storeManager };\r\nexport { initialize };\r\nexport { windowTitleBarStore as Store };\r\nexport { Actions };\r\nexport { getStore };\r\n"]}
@@ -1,45 +1,43 @@
1
- declare namespace _default {
2
- namespace Main {
3
- const windowTitle: string;
4
- const showDockingTooltip: boolean;
5
- const dockingIcon: boolean;
6
- const dockingEnabled: boolean;
7
- namespace mains2 {
8
- namespace main3 {
9
- const main4: {};
10
- }
11
- }
12
- const useDOMBasedMovement: boolean;
13
- }
14
- namespace Sharer {
15
- const emitterEnabled: boolean;
16
- const receiverEnabled: boolean;
17
- const receiverHandler: boolean;
18
- }
19
- namespace Linker {
20
- const channels: {};
21
- const allChannels: {};
22
- const showLinkerButton: boolean;
23
- }
24
- namespace Close {
25
- const hide: boolean;
26
- }
27
- namespace Maximize {
28
- export const maximized: boolean;
29
- const hide_1: boolean;
30
- export { hide_1 as hide };
31
- }
32
- namespace Minimize {
33
- const hide_2: boolean;
34
- export { hide_2 as hide };
35
- }
36
- namespace Ejector {
37
- const enabled: boolean;
38
- }
39
- const isSnapped: boolean;
40
- const isGrouped: boolean;
41
- const isTopRight: boolean;
42
- const tabs: never[];
43
- const activeTab: {};
44
- }
1
+ declare const _default: {
2
+ Main: {
3
+ windowTitle: string;
4
+ showDockingTooltip: boolean;
5
+ dockingIcon: boolean;
6
+ dockingEnabled: boolean;
7
+ mains2: {
8
+ main3: {
9
+ main4: {};
10
+ };
11
+ };
12
+ useDOMBasedMovement: boolean;
13
+ };
14
+ Sharer: {
15
+ emitterEnabled: boolean;
16
+ receiverEnabled: boolean;
17
+ receiverHandler: boolean;
18
+ };
19
+ Linker: {
20
+ channels: {};
21
+ allChannels: {};
22
+ showLinkerButton: boolean;
23
+ };
24
+ Close: {
25
+ hide: boolean;
26
+ };
27
+ Maximize: {
28
+ maximized: boolean;
29
+ hide: boolean;
30
+ };
31
+ Minimize: {
32
+ hide: boolean;
33
+ };
34
+ Ejector: {
35
+ enabled: boolean;
36
+ };
37
+ isSnapped: boolean;
38
+ isGrouped: boolean;
39
+ isTopRight: boolean;
40
+ tabs: never[];
41
+ activeTab: {};
42
+ };
45
43
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"windowTitleBarStoreDefaults.js","sourceRoot":"","sources":["../../../../src/components/windowTitleBar/stores/windowTitleBarStoreDefaults.js"],"names":[],"mappings":"AAAA,eAAe;IACd,IAAI,EAAE;QACL,WAAW,EAAE,EAAE;QACf,kBAAkB,EAAE,KAAK;QACzB,WAAW,EAAE,KAAK;QAClB,cAAc,EAAE,KAAK;QACrB,MAAM,EAAE;YACP,KAAK,EAAE;gBACN,KAAK,EAAE,EAAE;aACT;SACD;QACD,mBAAmB,EAAE,IAAI;KACzB;IACD,MAAM,EAAE;QACP,cAAc,EAAE,KAAK;QACrB,eAAe,EAAE,KAAK;QACtB,eAAe,EAAE,KAAK;KACtB;IACD,MAAM,EAAE;QACP,QAAQ,EAAE,EAAE;QACZ,WAAW,EAAE,EAAE;QACf,gBAAgB,EAAE,KAAK;KACvB;IACD,KAAK,EAAE;QACN,IAAI,EAAE,KAAK;KACX;IACD,QAAQ,EAAE;QACT,SAAS,EAAE,KAAK;QAChB,IAAI,EAAE,KAAK;KACX;IACD,QAAQ,EAAE;QACT,IAAI,EAAE,KAAK;KACX;IACD,OAAO,EAAE;QACR,OAAO,EAAE,KAAK;KACd;IACD,SAAS,EAAE,KAAK;IAChB,SAAS,EAAE,KAAK;IAChB,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,EAAE;IACR,SAAS,EAAE,EAAE;CACb,CAAC","sourcesContent":["export default {\r\n\tMain: {\r\n\t\twindowTitle: \"\",\r\n\t\tshowDockingTooltip: false,\r\n\t\tdockingIcon: false,\r\n\t\tdockingEnabled: false,\r\n\t\tmains2: {\r\n\t\t\tmain3: {\r\n\t\t\t\tmain4: {},\r\n\t\t\t},\r\n\t\t},\r\n\t\tuseDOMBasedMovement: true,\r\n\t},\r\n\tSharer: {\r\n\t\temitterEnabled: false,\r\n\t\treceiverEnabled: false,\r\n\t\treceiverHandler: false,\r\n\t},\r\n\tLinker: {\r\n\t\tchannels: {},\r\n\t\tallChannels: {},\r\n\t\tshowLinkerButton: false,\r\n\t},\r\n\tClose: {\r\n\t\thide: false,\r\n\t},\r\n\tMaximize: {\r\n\t\tmaximized: false,\r\n\t\thide: false,\r\n\t},\r\n\tMinimize: {\r\n\t\thide: false,\r\n\t},\r\n\tEjector: {\r\n\t\tenabled: false,\r\n\t},\r\n\tisSnapped: false,\r\n\tisGrouped: false,\r\n\tisTopRight: false,\r\n\ttabs: [],\r\n\tactiveTab: {},\r\n};\r\n"]}
1
+ {"version":3,"file":"windowTitleBarStoreDefaults.js","sourceRoot":"","sources":["../../../../src/components/windowTitleBar/stores/windowTitleBarStoreDefaults.ts"],"names":[],"mappings":"AAAA,eAAe;IACd,IAAI,EAAE;QACL,WAAW,EAAE,EAAE;QACf,kBAAkB,EAAE,KAAK;QACzB,WAAW,EAAE,KAAK;QAClB,cAAc,EAAE,KAAK;QACrB,MAAM,EAAE;YACP,KAAK,EAAE;gBACN,KAAK,EAAE,EAAE;aACT;SACD;QACD,mBAAmB,EAAE,IAAI;KACzB;IACD,MAAM,EAAE;QACP,cAAc,EAAE,KAAK;QACrB,eAAe,EAAE,KAAK;QACtB,eAAe,EAAE,KAAK;KACtB;IACD,MAAM,EAAE;QACP,QAAQ,EAAE,EAAE;QACZ,WAAW,EAAE,EAAE;QACf,gBAAgB,EAAE,KAAK;KACvB;IACD,KAAK,EAAE;QACN,IAAI,EAAE,KAAK;KACX;IACD,QAAQ,EAAE;QACT,SAAS,EAAE,KAAK;QAChB,IAAI,EAAE,KAAK;KACX;IACD,QAAQ,EAAE;QACT,IAAI,EAAE,KAAK;KACX;IACD,OAAO,EAAE;QACR,OAAO,EAAE,KAAK;KACd;IACD,SAAS,EAAE,KAAK;IAChB,SAAS,EAAE,KAAK;IAChB,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,EAAE;IACR,SAAS,EAAE,EAAE;CACb,CAAC","sourcesContent":["export default {\r\n\tMain: {\r\n\t\twindowTitle: \"\",\r\n\t\tshowDockingTooltip: false,\r\n\t\tdockingIcon: false,\r\n\t\tdockingEnabled: false,\r\n\t\tmains2: {\r\n\t\t\tmain3: {\r\n\t\t\t\tmain4: {},\r\n\t\t\t},\r\n\t\t},\r\n\t\tuseDOMBasedMovement: true,\r\n\t},\r\n\tSharer: {\r\n\t\temitterEnabled: false,\r\n\t\treceiverEnabled: false,\r\n\t\treceiverHandler: false,\r\n\t},\r\n\tLinker: {\r\n\t\tchannels: {},\r\n\t\tallChannels: {},\r\n\t\tshowLinkerButton: false,\r\n\t},\r\n\tClose: {\r\n\t\thide: false,\r\n\t},\r\n\tMaximize: {\r\n\t\tmaximized: false,\r\n\t\thide: false,\r\n\t},\r\n\tMinimize: {\r\n\t\thide: false,\r\n\t},\r\n\tEjector: {\r\n\t\tenabled: false,\r\n\t},\r\n\tisSnapped: false,\r\n\tisGrouped: false,\r\n\tisTopRight: false,\r\n\ttabs: [],\r\n\tactiveTab: {},\r\n};\r\n"]}
@@ -1,22 +1,22 @@
1
1
  import * as React from "react";
2
- export declare const WindowTitleBarContext: React.Context<{
2
+ import { TabProperties } from "../../types/windowTitleBar";
3
+ export interface WindowTitleBarContextType {
4
+ showDockingButton: string | false;
3
5
  useDOMBasedMovement: boolean;
6
+ tabs: TabProperties[];
4
7
  showLinkerButton: boolean;
5
8
  showShareButton: boolean;
6
9
  showTabRegion: boolean;
7
- showDockingButton: boolean;
8
10
  showAlwaysOnTopButton: boolean;
9
11
  showMinimizeButton: boolean;
10
12
  showMaximizeButton: boolean;
11
13
  showCloseButton: boolean;
12
- setTabRef: any;
13
- onTabDropped: any;
14
+ onTabDropped: Function;
14
15
  thisWindowTitle: string;
15
16
  boundingBox: any;
16
- listenForDragOver: any;
17
- tabs: any;
18
- onTitleUpdated: any;
19
- setToolbarRight: any;
17
+ listenForDragOver: boolean;
18
+ onTitleUpdated: Function;
20
19
  showTabs: boolean;
21
20
  alwaysOnTop: boolean;
22
- }>;
21
+ }
22
+ export declare const WindowTitleBarContext: React.Context<WindowTitleBarContextType>;