@finsemble/finsemble-ui 6.1.1 → 6.1.5

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 (504) hide show
  1. package/README.md +28 -28
  2. package/package.json +1 -1
  3. package/react/actions/favoriteActions.js.map +1 -1
  4. package/react/actions/linkerActions.js.map +1 -1
  5. package/react/actions/menuActions.js.map +1 -1
  6. package/react/actions/rootActions.js.map +1 -1
  7. package/react/actions/searchActions.js.map +1 -1
  8. package/react/actions/smartDesktopDesignerActions.js.map +1 -1
  9. package/react/actions/toolbarActions.js.map +1 -1
  10. package/react/actions/workspaceActions.js.map +1 -1
  11. package/react/assets/css/advancedAppLauncher.css +636 -636
  12. package/react/assets/css/appCatalog.css +1069 -1069
  13. package/react/assets/css/authentication.css +78 -78
  14. package/react/assets/css/button.css +219 -219
  15. package/react/assets/css/core/formElements.css +23 -23
  16. package/react/assets/css/core/icons.css +69 -69
  17. package/react/assets/css/core/notifications.css +75 -75
  18. package/react/assets/css/core/windowFrame.css +36 -36
  19. package/react/assets/css/dashbar.css +78 -78
  20. package/react/assets/css/defaultTheme.css +356 -356
  21. package/react/assets/css/dialogs.css +158 -158
  22. package/react/assets/css/favorites.css +101 -101
  23. package/react/assets/css/finsemble.css +38 -38
  24. package/react/assets/css/focus.css +4 -4
  25. package/react/assets/css/font-finance.css +385 -385
  26. package/react/assets/css/fonts/Open_Sans/LICENSE.txt +202 -202
  27. package/react/assets/css/fonts/Open_Sans/OpenSans-Definition.css +118 -118
  28. package/react/assets/css/fonts/font-finance.svg +124 -124
  29. package/react/assets/css/fonts/icons-reference.html +1174 -1174
  30. package/react/assets/css/linkerWindow.css +124 -124
  31. package/react/assets/css/menus.css +195 -195
  32. package/react/assets/css/notificationsCenter.css +594 -594
  33. package/react/assets/css/processMonitor.css +213 -213
  34. package/react/assets/css/search.css +128 -128
  35. package/react/assets/css/shared/animations.css +99 -99
  36. package/react/assets/css/tags.css +136 -136
  37. package/react/assets/css/toolbar.css +413 -413
  38. package/react/assets/css/userPreferences.css +565 -565
  39. package/react/assets/css/windowTitleBar.css +619 -619
  40. package/react/assets/icons/check.svg +3 -3
  41. package/react/assets/icons/chevron-left.svg +3 -3
  42. package/react/assets/icons/chevron-right.svg +3 -3
  43. package/react/assets/icons/copy.svg +10 -10
  44. package/react/assets/icons/exclamation-circle.svg +4 -4
  45. package/react/assets/icons/external-link.svg +12 -12
  46. package/react/assets/icons/flag.svg +10 -10
  47. package/react/assets/icons/folder.svg +3 -3
  48. package/react/assets/icons/font.svg +3 -3
  49. package/react/assets/icons/globe.svg +3 -3
  50. package/react/assets/icons/hdd.svg +9 -9
  51. package/react/assets/icons/key.svg +10 -10
  52. package/react/assets/icons/life-ring.svg +3 -3
  53. package/react/assets/icons/magic.svg +15 -15
  54. package/react/assets/icons/moon.svg +10 -10
  55. package/react/assets/icons/paint-roller.svg +3 -3
  56. package/react/assets/icons/pencil.svg +10 -10
  57. package/react/assets/icons/plus.svg +3 -3
  58. package/react/assets/icons/question-circle.svg +5 -5
  59. package/react/assets/icons/search.svg +3 -3
  60. package/react/assets/icons/sun.svg +9 -9
  61. package/react/assets/icons/times.svg +3 -3
  62. package/react/assets/icons/toggle-off.svg +6 -6
  63. package/react/assets/icons/toggle-on.svg +6 -6
  64. package/react/assets/icons/tools.svg +3 -3
  65. package/react/assets/icons/trash.svg +12 -12
  66. package/react/assets/icons/upload.svg +10 -10
  67. package/react/assets/icons/window.svg +3 -3
  68. package/react/componentTemplateGenerator.js +85 -85
  69. package/react/componentTemplateGenerator.js.map +1 -1
  70. package/react/components/FinsembleProvider.js.map +1 -1
  71. package/react/components/appCatalog/AppCatalog.js.map +1 -1
  72. package/react/components/appCatalog/AppCatalogComponent.js.map +1 -1
  73. package/react/components/appCatalog/components/AppCard.js.map +1 -1
  74. package/react/components/appCatalog/components/AppList.js.map +1 -1
  75. package/react/components/appCatalog/components/AppResults.js.map +1 -1
  76. package/react/components/appCatalog/components/Carousel.js.map +1 -1
  77. package/react/components/appCatalog/components/EmptyResults.js.map +1 -1
  78. package/react/components/appCatalog/components/Hero.js.map +1 -1
  79. package/react/components/appCatalog/components/Home.js.map +1 -1
  80. package/react/components/appCatalog/components/SearchBar.js.map +1 -1
  81. package/react/components/appCatalog/components/Showcase/AppDescription.js.map +1 -1
  82. package/react/components/appCatalog/components/Showcase/AppDevNotes.js.map +1 -1
  83. package/react/components/appCatalog/components/Showcase/AppShowcase.js.map +1 -1
  84. package/react/components/appCatalog/components/Showcase/Header.js.map +1 -1
  85. package/react/components/appCatalog/components/Showcase/ImageCarousel.js.map +1 -1
  86. package/react/components/appCatalog/components/Showcase/Modal.js.map +1 -1
  87. package/react/components/appCatalog/components/Showcase/ReleaseNotes.js.map +1 -1
  88. package/react/components/appCatalog/components/Showcase/SupportNotes.js.map +1 -1
  89. package/react/components/appCatalog/components/Showcase/VersionNotes.js.map +1 -1
  90. package/react/components/appCatalog/components/Showcase/defaults.js.map +1 -1
  91. package/react/components/appCatalog/components/Tag.js.map +1 -1
  92. package/react/components/appCatalog/components/Toast.js.map +1 -1
  93. package/react/components/appCatalog/components/helpers.js.map +1 -1
  94. package/react/components/appCatalog/index.js.map +1 -1
  95. package/react/components/appCatalog/modules/AppDirectory.js.map +1 -1
  96. package/react/components/appCatalog/modules/FDC3.js.map +1 -1
  97. package/react/components/appCatalog/stores/appStore.js.map +1 -1
  98. package/react/components/appCatalog/stores/storeActions.js.map +1 -1
  99. package/react/components/common/Button.js.map +1 -1
  100. package/react/components/common/ButtonIcon.js.map +1 -1
  101. package/react/components/common/ButtonTile.js.map +1 -1
  102. package/react/components/common/ColorPicker.js.map +1 -1
  103. package/react/components/common/DropZone.js.map +1 -1
  104. package/react/components/common/DropdownButton.js.map +1 -1
  105. package/react/components/common/FileInput.js.map +1 -1
  106. package/react/components/common/FinsembleIcon.js.map +1 -1
  107. package/react/components/common/FinsembleSelect.js.map +1 -1
  108. package/react/components/common/FinsembleToggle.js.map +1 -1
  109. package/react/components/common/FontSizeSelector.js.map +1 -1
  110. package/react/components/common/Header.js.map +1 -1
  111. package/react/components/common/ImagePreview.js.map +1 -1
  112. package/react/components/common/LoadingSpinner.js.map +1 -1
  113. package/react/components/common/Tab.js.map +1 -1
  114. package/react/components/common/Tooltip.js.map +1 -1
  115. package/react/components/common/css/application-edit-page.css +117 -117
  116. package/react/components/common/css/application-list.css +47 -47
  117. package/react/components/common/css/button.css +164 -164
  118. package/react/components/common/css/color-picker.css +52 -52
  119. package/react/components/common/css/drop-zone.css +17 -17
  120. package/react/components/common/css/file-input.css +49 -49
  121. package/react/components/common/css/header.css +43 -43
  122. package/react/components/common/css/icon.css +13 -13
  123. package/react/components/common/css/image-preview.css +57 -57
  124. package/react/components/common/css/loading-spinner.css +39 -39
  125. package/react/components/common/css/selector.css +51 -51
  126. package/react/components/common/css/styles.css +128 -128
  127. package/react/components/common/css/tab.css +56 -56
  128. package/react/components/common/css/toggle.css +32 -32
  129. package/react/components/common/css/tooltip.css +68 -68
  130. package/react/components/common/file_helpers.js.map +1 -1
  131. package/react/components/common/fixtures/FinsembleIcon.css +4 -4
  132. package/react/components/common/helpers.js.map +1 -1
  133. package/react/components/common/stories/Button.stories.js.map +1 -1
  134. package/react/components/common/stories/ButtonIcon.stories.js.map +1 -1
  135. package/react/components/common/stories/ButtonTile.stories.js.map +1 -1
  136. package/react/components/common/stories/ColorPicker.stories.js.map +1 -1
  137. package/react/components/common/stories/DropZone.stories.js.map +1 -1
  138. package/react/components/common/stories/FileInput.stories.js.map +1 -1
  139. package/react/components/common/stories/FinsembleIcon.stories.js.map +1 -1
  140. package/react/components/common/stories/FinsembleSelect.stories.js.map +1 -1
  141. package/react/components/common/stories/FinsembleToggle.stories.js.map +1 -1
  142. package/react/components/common/stories/FontSizeSelector.stories.js.map +1 -1
  143. package/react/components/common/stories/Header.stories.js.map +1 -1
  144. package/react/components/common/stories/ImagePreview.stories.js.map +1 -1
  145. package/react/components/common/stories/LoadingSpinner.stories.js.map +1 -1
  146. package/react/components/common/stories/Tab.stories.js.map +1 -1
  147. package/react/components/common/stories/Tooltip.stories.js.map +1 -1
  148. package/react/components/common/tests/ColorPicker.spec.js.map +1 -1
  149. package/react/components/common/tests/DropZone.spec.js.map +1 -1
  150. package/react/components/common/tests/FileInput.spec.js.map +1 -1
  151. package/react/components/common/tests/FinsembleSelect.spec.js.map +1 -1
  152. package/react/components/common/tests/FinsembleToggle.spec.js.map +1 -1
  153. package/react/components/common/tests/Header.spec.js.map +1 -1
  154. package/react/components/common/tests/ImagePreview.spec.js.map +1 -1
  155. package/react/components/common/tests/Tab.spec.js.map +1 -1
  156. package/react/components/common/tests/Tooltip.spec.js.map +1 -1
  157. package/react/components/favorites/FavoriteMaker.js.map +1 -1
  158. package/react/components/favorites/FavoritesShell.js.map +1 -1
  159. package/react/components/favorites/FavoritesShell.spec.js.map +1 -1
  160. package/react/components/favorites/FavoritesShell.stories.js.map +1 -1
  161. package/react/components/favorites/index.js.map +1 -1
  162. package/react/components/fdc3Resolver/ResolverContainer.js.map +1 -1
  163. package/react/components/fdc3Resolver/ResolverDialog.css +125 -125
  164. package/react/components/fdc3Resolver/ResolverDialog.js.map +1 -1
  165. package/react/components/fdc3Resolver/ResolverDialog.spec.js.map +1 -1
  166. package/react/components/fdc3Resolver/ResolverDialog.stories.js.map +1 -1
  167. package/react/components/icon/Icon.js.map +1 -1
  168. package/react/components/icon/index.js.map +1 -1
  169. package/react/components/legacyControls/FinsembleDialog.js.map +1 -1
  170. package/react/components/legacyControls/FinsembleDialogButton.js.map +1 -1
  171. package/react/components/legacyControls/FinsembleDialogQuestion.js.map +1 -1
  172. package/react/components/legacyControls/FinsembleDialogTextInput.js.map +1 -1
  173. package/react/components/legacyControls/FinsembleDnDContext.js.map +1 -1
  174. package/react/components/legacyControls/FinsembleDraggable.js.map +1 -1
  175. package/react/components/legacyControls/FinsembleHoverDetector.js.map +1 -1
  176. package/react/components/legacyControls/FinsembleMenuSection.js.map +1 -1
  177. package/react/components/legacyControls/stories/FinsembleDialog.stories.js.map +1 -1
  178. package/react/components/legacyControls/stories/FinsembleDialogButton.stories.js.map +1 -1
  179. package/react/components/legacyControls/stories/FinsembleDialogQuestion.stories.js.map +1 -1
  180. package/react/components/legacyControls/stories/FinsembleDialogTextInput.stories.js.map +1 -1
  181. package/react/components/legacyControls/tests/FinsembleDialog.spec.js.map +1 -1
  182. package/react/components/legacyControls/tests/FinsembleDialogButton.spec.js.map +1 -1
  183. package/react/components/legacyControls/tests/FinsembleDialogQuestion.spec.js.map +1 -1
  184. package/react/components/legacyControls/tests/FinsembleDialogTextInput.spec.js.map +1 -1
  185. package/react/components/linker/LinkerMenu.js.map +1 -1
  186. package/react/components/linker/LinkerMenuDeprecated.js.map +1 -1
  187. package/react/components/linker/index.js.map +1 -1
  188. package/react/components/linker/remoteRedux.js.map +1 -1
  189. package/react/components/menu/Menu.js.map +1 -1
  190. package/react/components/menu/MenuAutoResizer.js.map +1 -1
  191. package/react/components/menu/MenuContent.js.map +1 -1
  192. package/react/components/menu/MenuHotKey.js.map +1 -1
  193. package/react/components/menu/MenuItem.js.map +1 -1
  194. package/react/components/menu/MenuPortal.js.map +1 -1
  195. package/react/components/menu/MenuShell.js.map +1 -1
  196. package/react/components/menu/MenuToggle.js.map +1 -1
  197. package/react/components/menu/index.js.map +1 -1
  198. package/react/components/menu/keyboardNavigation.js.map +1 -1
  199. package/react/components/menu/menuContext.js.map +1 -1
  200. package/react/components/menu/menuHelpers.js.map +1 -1
  201. package/react/components/notifications/components/NoNotifications.js.map +1 -1
  202. package/react/components/notifications/components/drawer/Drawer.js.map +1 -1
  203. package/react/components/notifications/components/drawer/DrawerControls.js.map +1 -1
  204. package/react/components/notifications/components/drawer/DrawerHeader.js.map +1 -1
  205. package/react/components/notifications/components/notificationsCenter/NotificationsCenter.js.map +1 -1
  206. package/react/components/notifications/components/notificationsToasts/NotificationsToasts.js.map +1 -1
  207. package/react/components/notifications/components/shared/CheckButton.js.map +1 -1
  208. package/react/components/notifications/components/shared/IconButton.js.map +1 -1
  209. package/react/components/notifications/components/shared/NotificationCardShell.js +1 -1
  210. package/react/components/notifications/components/shared/NotificationCardShell.js.map +1 -1
  211. package/react/components/notifications/components/shared/OverflowMenu.js.map +1 -1
  212. package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyActions.js.map +1 -1
  213. package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyContentLogo.js.map +1 -1
  214. package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyShell.js.map +1 -1
  215. package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.js.map +1 -1
  216. package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderLogo.js.map +1 -1
  217. package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.js.map +1 -1
  218. package/react/components/notifications/components/views/CardView.js.map +1 -1
  219. package/react/components/notifications/components/views/ListView.js +1 -1
  220. package/react/components/notifications/components/views/ListView.js.map +1 -1
  221. package/react/components/notifications/components/views/NotificationDetailsView.js.map +1 -1
  222. package/react/components/notifications/constants.js.map +1 -1
  223. package/react/components/notifications/icons/Card.js.map +1 -1
  224. package/react/components/notifications/icons/Chevron.js.map +1 -1
  225. package/react/components/notifications/icons/CloseIcon.js.map +1 -1
  226. package/react/components/notifications/icons/EnvelopeClose.js.map +1 -1
  227. package/react/components/notifications/icons/EnvelopeOpen.js.map +1 -1
  228. package/react/components/notifications/icons/SnoozeIcon.js.map +1 -1
  229. package/react/components/notifications/index.js.map +1 -1
  230. package/react/components/notifications/notificationsContext.js.map +1 -1
  231. package/react/components/notifications/types.js.map +1 -1
  232. package/react/components/notifications/utils.js.map +1 -1
  233. package/react/components/processMonitor/ProcessMonitor.js.map +1 -1
  234. package/react/components/processMonitor/components/ChildWindow.js.map +1 -1
  235. package/react/components/processMonitor/components/ChildWindows.js.map +1 -1
  236. package/react/components/processMonitor/components/ListHeader.js.map +1 -1
  237. package/react/components/processMonitor/components/ProcessStatistics.js.map +1 -1
  238. package/react/components/processMonitor/constants.js.map +1 -1
  239. package/react/components/processMonitor/helpers.js.map +1 -1
  240. package/react/components/processMonitor/index.js.map +1 -1
  241. package/react/components/processMonitor/stores/ProcessMonitorStore.js.map +1 -1
  242. package/react/components/quickComponentForm/QuickComponentForm.js.map +1 -1
  243. package/react/components/quickComponentForm/index.js.map +1 -1
  244. package/react/components/quickComponentForm/quickComponent.css +3 -3
  245. package/react/components/search/Highlight.js.map +1 -1
  246. package/react/components/search/Highlight.spec.js.map +1 -1
  247. package/react/components/search/Highlight.stories.js.map +1 -1
  248. package/react/components/search/Search.js.map +1 -1
  249. package/react/components/search/SearchBestMatch.js.map +1 -1
  250. package/react/components/search/SearchInput.js.map +1 -1
  251. package/react/components/search/SearchProviderResults.js.map +1 -1
  252. package/react/components/search/SearchResult.js.map +1 -1
  253. package/react/components/search/SearchResults.js.map +1 -1
  254. package/react/components/search/index.js.map +1 -1
  255. package/react/components/shared/Animate.js.map +1 -1
  256. package/react/components/shared/BellIcon.js.map +1 -1
  257. package/react/components/shared/BellIconCrossed.js.map +1 -1
  258. package/react/components/shared/Button.js.map +1 -1
  259. package/react/components/shared/ConditionalWrapper.js.map +1 -1
  260. package/react/components/shared/DefaultDropdownButton.js.map +1 -1
  261. package/react/components/shared/NavigationButton.js.map +1 -1
  262. package/react/components/shared/Tag.js.map +1 -1
  263. package/react/components/shared/TagsMenu.js.map +1 -1
  264. package/react/components/shared/addProtocolToValidURL.js.map +1 -1
  265. package/react/components/shared/addProtocolToValidURL.spec.js.map +1 -1
  266. package/react/components/shared/linkerUtil.js.map +1 -1
  267. package/react/components/shared/openQuitConfirmationDialog.js.map +1 -1
  268. package/react/components/shared/validateURL.js.map +1 -1
  269. package/react/components/shared/validateURL.spec.js.map +1 -1
  270. package/react/components/singleInputDialog/SingleInputDialog.css +3 -3
  271. package/react/components/singleInputDialog/SingleInputDialog.js.map +1 -1
  272. package/react/components/singleInputDialog/SingleInputDialog.spec.js.map +1 -1
  273. package/react/components/singleInputDialog/SingleInputDialog.stories.js.map +1 -1
  274. package/react/components/singleInputDialog/index.js.map +1 -1
  275. package/react/components/smartDesktopDesigner/AppEditPage.js.map +1 -1
  276. package/react/components/smartDesktopDesigner/Appearance.css +94 -94
  277. package/react/components/smartDesktopDesigner/Appearance.helpers.js.map +1 -1
  278. package/react/components/smartDesktopDesigner/Appearance.js.map +1 -1
  279. package/react/components/smartDesktopDesigner/Application.js.map +1 -1
  280. package/react/components/smartDesktopDesigner/ApplicationEdit.js.map +1 -1
  281. package/react/components/smartDesktopDesigner/ApplicationList.js.map +1 -1
  282. package/react/components/smartDesktopDesigner/ApplicationSetup.js.map +1 -1
  283. package/react/components/smartDesktopDesigner/Applications.js.map +1 -1
  284. package/react/components/smartDesktopDesigner/AssetsPage.css +26 -26
  285. package/react/components/smartDesktopDesigner/AssetsPage.js.map +1 -1
  286. package/react/components/smartDesktopDesigner/Authentication.js.map +1 -1
  287. package/react/components/smartDesktopDesigner/AuthenticationProviderConfig.js.map +1 -1
  288. package/react/components/smartDesktopDesigner/Content.js.map +1 -1
  289. package/react/components/smartDesktopDesigner/CurrentView.js.map +1 -1
  290. package/react/components/smartDesktopDesigner/Export.js.map +1 -1
  291. package/react/components/smartDesktopDesigner/ExportCloud.js.map +1 -1
  292. package/react/components/smartDesktopDesigner/ExportDeployInfo.js.map +1 -1
  293. package/react/components/smartDesktopDesigner/ExportZip.js.map +1 -1
  294. package/react/components/smartDesktopDesigner/GettingStarted.js.map +1 -1
  295. package/react/components/smartDesktopDesigner/Navigation.js.map +1 -1
  296. package/react/components/smartDesktopDesigner/ProjectErrors.js.map +1 -1
  297. package/react/components/smartDesktopDesigner/ProjectHeader.js.map +1 -1
  298. package/react/components/smartDesktopDesigner/Publish.js.map +1 -1
  299. package/react/components/smartDesktopDesigner/PublishProgress.js.map +1 -1
  300. package/react/components/smartDesktopDesigner/SmartDesktopDesigner.js.map +1 -1
  301. package/react/components/smartDesktopDesigner/ThemePage.css +110 -110
  302. package/react/components/smartDesktopDesigner/ThemePage.js.map +1 -1
  303. package/react/components/smartDesktopDesigner/Themes.js.map +1 -1
  304. package/react/components/smartDesktopDesigner/View.js.map +1 -1
  305. package/react/components/smartDesktopDesigner/common/fsbl_functions.js.map +1 -1
  306. package/react/components/smartDesktopDesigner/common/getCSSVars.js.map +1 -1
  307. package/react/components/smartDesktopDesigner/common/views.js +2 -2
  308. package/react/components/smartDesktopDesigner/common/views.js.map +1 -1
  309. package/react/components/smartDesktopDesigner/css/appearance.css +10 -10
  310. package/react/components/smartDesktopDesigner/css/applications.css +89 -89
  311. package/react/components/smartDesktopDesigner/css/authentication.css +125 -125
  312. package/react/components/smartDesktopDesigner/css/buttons.css +12 -12
  313. package/react/components/smartDesktopDesigner/css/export.css +163 -163
  314. package/react/components/smartDesktopDesigner/css/getting-started.css +6 -6
  315. package/react/components/smartDesktopDesigner/css/nav.css +93 -93
  316. package/react/components/smartDesktopDesigner/css/project-errors.css +15 -15
  317. package/react/components/smartDesktopDesigner/css/project-header.css +121 -121
  318. package/react/components/smartDesktopDesigner/css/styles.css +179 -179
  319. package/react/components/smartDesktopDesigner/css/views.css +16 -16
  320. package/react/components/smartDesktopDesigner/fixtures/applicationEditProps.js.map +1 -1
  321. package/react/components/smartDesktopDesigner/fixtures/applicationSetupProps.js.map +1 -1
  322. package/react/components/smartDesktopDesigner/fixtures/applicationsProps.js.map +1 -1
  323. package/react/components/smartDesktopDesigner/fixtures/apps.js.map +1 -1
  324. package/react/components/smartDesktopDesigner/fixtures/authenticationProps.js.map +1 -1
  325. package/react/components/smartDesktopDesigner/fixtures/configTemplate.js.map +1 -1
  326. package/react/components/smartDesktopDesigner/fixtures/exportProps.js.map +1 -1
  327. package/react/components/smartDesktopDesigner/fixtures/projectErrorsProps.js.map +1 -1
  328. package/react/components/smartDesktopDesigner/fixtures/publishProgress.js.map +1 -1
  329. package/react/components/smartDesktopDesigner/fixtures/themeProps.js.map +1 -1
  330. package/react/components/smartDesktopDesigner/fixtures/views.js.map +1 -1
  331. package/react/components/smartDesktopDesigner/sdd_helpers.js.map +1 -1
  332. package/react/components/smartDesktopDesigner/stories/AppEditPage.stories.js.map +1 -1
  333. package/react/components/smartDesktopDesigner/stories/Appearance.stories.js.map +1 -1
  334. package/react/components/smartDesktopDesigner/stories/ApplicationEdit.stories.js.map +1 -1
  335. package/react/components/smartDesktopDesigner/stories/ApplicationList.stories.js.map +1 -1
  336. package/react/components/smartDesktopDesigner/stories/ApplicationSetup.stories.js.map +1 -1
  337. package/react/components/smartDesktopDesigner/stories/Applications.stories.js.map +1 -1
  338. package/react/components/smartDesktopDesigner/stories/AssetsPage.stories.js.map +1 -1
  339. package/react/components/smartDesktopDesigner/stories/Authentication.stories.js.map +1 -1
  340. package/react/components/smartDesktopDesigner/stories/Export.stories.js.map +1 -1
  341. package/react/components/smartDesktopDesigner/stories/ExportCloud.stories.js.map +1 -1
  342. package/react/components/smartDesktopDesigner/stories/ExportZip.stories.js.map +1 -1
  343. package/react/components/smartDesktopDesigner/stories/GettingStarted.stories.js.map +1 -1
  344. package/react/components/smartDesktopDesigner/stories/Navigation.stories.js.map +1 -1
  345. package/react/components/smartDesktopDesigner/stories/ProjectErrors.stories.js.map +1 -1
  346. package/react/components/smartDesktopDesigner/stories/ProjectHeader.stories.js.map +1 -1
  347. package/react/components/smartDesktopDesigner/stories/Publish.stories.js.map +1 -1
  348. package/react/components/smartDesktopDesigner/stories/PublishProgress.stories.js.map +1 -1
  349. package/react/components/smartDesktopDesigner/stories/SmartDesktopDesigner.stories.js.map +1 -1
  350. package/react/components/smartDesktopDesigner/stories/ThemePage.stories.js.map +1 -1
  351. package/react/components/smartDesktopDesigner/stories/Themes.stories.js.map +1 -1
  352. package/react/components/smartDesktopDesigner/tests/AppEditPage.spec.js.map +1 -1
  353. package/react/components/smartDesktopDesigner/tests/ApplicationEdit.spec.js.map +1 -1
  354. package/react/components/smartDesktopDesigner/tests/ApplicationList.spec.js.map +1 -1
  355. package/react/components/smartDesktopDesigner/tests/ApplicationSetup.spec.js.map +1 -1
  356. package/react/components/smartDesktopDesigner/tests/Applications.spec.js.map +1 -1
  357. package/react/components/smartDesktopDesigner/tests/Authentication.spec.js.map +1 -1
  358. package/react/components/smartDesktopDesigner/tests/Export.spec.js.map +1 -1
  359. package/react/components/smartDesktopDesigner/tests/ExportZip.spec.js.map +1 -1
  360. package/react/components/smartDesktopDesigner/tests/Navigation.spec.js.map +1 -1
  361. package/react/components/smartDesktopDesigner/tests/ProjectErrors.spec.js.map +1 -1
  362. package/react/components/smartDesktopDesigner/tests/ProjectHeader.spec.js.map +1 -1
  363. package/react/components/smartDesktopDesigner/tests/Publish.spec.js.map +1 -1
  364. package/react/components/smartDesktopDesigner/tests/PublishProgess.spec.js.map +1 -1
  365. package/react/components/smartDesktopDesigner/tests/SmartDesktopDesigner.spec.js.map +1 -1
  366. package/react/components/smartDesktopDesigner/tests/Themes.spec.js.map +1 -1
  367. package/react/components/smartDesktopDesigner/tests/a11y_helper.js +3 -3
  368. package/react/components/smartDesktopDesigner/tests/a11y_helper.js.map +1 -1
  369. package/react/components/smartDesktopDesigner/themeDefinitions.js.map +1 -1
  370. package/react/components/system/System.js.map +1 -1
  371. package/react/components/system/System.spec.js.map +1 -1
  372. package/react/components/system/System.stories.js.map +1 -1
  373. package/react/components/system/SystemTrayComponentShell.js.map +1 -1
  374. package/react/components/system/index.js.map +1 -1
  375. package/react/components/toolbar/AutoArrange.js.map +1 -1
  376. package/react/components/toolbar/DragHandle.js.map +1 -1
  377. package/react/components/toolbar/MinimizeAll.js.map +1 -1
  378. package/react/components/toolbar/MinimizeAll.spec.js.map +1 -1
  379. package/react/components/toolbar/MinimizeAll.stories.js.map +1 -1
  380. package/react/components/toolbar/NotificationControl.js.map +1 -1
  381. package/react/components/toolbar/RevealAll.js.map +1 -1
  382. package/react/components/toolbar/RevealAll.spec.js.map +1 -1
  383. package/react/components/toolbar/RevealAll.stories.js.map +1 -1
  384. package/react/components/toolbar/ToolbarIcon.js.map +1 -1
  385. package/react/components/toolbar/ToolbarSection.js.map +1 -1
  386. package/react/components/toolbar/ToolbarShell.js.map +1 -1
  387. package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncher.js.map +1 -1
  388. package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.js.map +1 -1
  389. package/react/components/toolbar/advancedAppLauncher/components/AddNewAppForm.js.map +1 -1
  390. package/react/components/toolbar/advancedAppLauncher/components/AddNewFolder.js.map +1 -1
  391. package/react/components/toolbar/advancedAppLauncher/components/AppActionsMenu.js.map +1 -1
  392. package/react/components/toolbar/advancedAppLauncher/components/AppDefinition.js.map +1 -1
  393. package/react/components/toolbar/advancedAppLauncher/components/AppTagsList.js.map +1 -1
  394. package/react/components/toolbar/advancedAppLauncher/components/Content.js.map +1 -1
  395. package/react/components/toolbar/advancedAppLauncher/components/FilterSort.js.map +1 -1
  396. package/react/components/toolbar/advancedAppLauncher/components/FoldersList.js.map +1 -1
  397. package/react/components/toolbar/advancedAppLauncher/components/LeftNav.js.map +1 -1
  398. package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.js.map +1 -1
  399. package/react/components/toolbar/advancedAppLauncher/components/NoAppsFound.js.map +1 -1
  400. package/react/components/toolbar/advancedAppLauncher/components/SearchBox.js.map +1 -1
  401. package/react/components/toolbar/advancedAppLauncher/components/SortBy.js.map +1 -1
  402. package/react/components/toolbar/advancedAppLauncher/components/TagsList.js.map +1 -1
  403. package/react/components/toolbar/advancedAppLauncher/components/TagsMenu.js.map +1 -1
  404. package/react/components/toolbar/advancedAppLauncher/components/ToggleFavoriteDropdown.js.map +1 -1
  405. package/react/components/toolbar/advancedAppLauncher/modules/AppDirectory.js.map +1 -1
  406. package/react/components/toolbar/advancedAppLauncher/modules/FDC3.js.map +1 -1
  407. package/react/components/toolbar/advancedAppLauncher/stores/LauncherStore.js.map +1 -1
  408. package/react/components/toolbar/advancedAppLauncher/stores/StoreActions.js.map +1 -1
  409. package/react/components/toolbar/advancedAppLauncher/utils/sort-functions.js.map +1 -1
  410. package/react/components/toolbar/appLauncher/AppLauncherMenu.js.map +1 -1
  411. package/react/components/toolbar/appLauncher/DynamicAppLauncher.js.map +1 -1
  412. package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.js.map +1 -1
  413. package/react/components/toolbar/appLauncher/appLauncher.css +30 -30
  414. package/react/components/toolbar/appLauncher/components/componentList.js.map +1 -1
  415. package/react/components/toolbar/appLauncher/stores/appLauncherStore.js.map +1 -1
  416. package/react/components/toolbar/dashbar/Dashbar.js.map +1 -1
  417. package/react/components/toolbar/dashbar/DashbarItem.js.map +1 -1
  418. package/react/components/toolbar/index.js.map +1 -1
  419. package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.js.map +1 -1
  420. package/react/components/toolbar/workspaceManagementMenu/components/Workspace.js.map +1 -1
  421. package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceActions.js.map +1 -1
  422. package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceList.js.map +1 -1
  423. package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.js.map +1 -1
  424. package/react/components/toolbar/workspaceManagementMenu/workspaceManagementMenu.css +94 -94
  425. package/react/components/userPreferences/NotificationsPreferencesContext.js.map +1 -1
  426. package/react/components/userPreferences/UserPreferences.js.map +1 -1
  427. package/react/components/userPreferences/UserPreferencesBase.js.map +1 -1
  428. package/react/components/userPreferences/components/Checkbox.js.map +1 -1
  429. package/react/components/userPreferences/components/ContentSection.js.map +1 -1
  430. package/react/components/userPreferences/components/LeftNav.js.map +1 -1
  431. package/react/components/userPreferences/components/content/DashbarEditor.js.map +1 -1
  432. package/react/components/userPreferences/components/content/General.js.map +1 -1
  433. package/react/components/userPreferences/components/content/Notifications.js.map +1 -1
  434. package/react/components/userPreferences/components/content/Workspaces.js.map +1 -1
  435. package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.js.map +1 -1
  436. package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.js.map +1 -1
  437. package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.js.map +1 -1
  438. package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.js.map +1 -1
  439. package/react/components/userPreferences/components/general/ScheduledRestart.js.map +1 -1
  440. package/react/components/userPreferences/index.js.map +1 -1
  441. package/react/components/userPreferences/stores/UserPreferencesStore.js.map +1 -1
  442. package/react/components/userPreferences/stories/DashbarEditor.stories.js.map +1 -1
  443. package/react/components/utils.js.map +1 -1
  444. package/react/components/windowTitleBar/WindowTitleBarShell.js.map +1 -1
  445. package/react/components/windowTitleBar/components/center/Tab.js.map +1 -1
  446. package/react/components/windowTitleBar/components/center/TabList.js.map +1 -1
  447. package/react/components/windowTitleBar/components/center/TabRegion.js.map +1 -1
  448. package/react/components/windowTitleBar/components/left/LinkerButton.js.map +1 -1
  449. package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.js.map +1 -1
  450. package/react/components/windowTitleBar/components/left/LinkerGroups.js.map +1 -1
  451. package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.js.map +1 -1
  452. package/react/components/windowTitleBar/components/left/ShareButton.js.map +1 -1
  453. package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.js.map +1 -1
  454. package/react/components/windowTitleBar/components/right/CloseButton.js.map +1 -1
  455. package/react/components/windowTitleBar/components/right/GroupingButton.js.map +1 -1
  456. package/react/components/windowTitleBar/components/right/MaximizeButton.js.map +1 -1
  457. package/react/components/windowTitleBar/components/right/MinimizeButton.js.map +1 -1
  458. package/react/components/windowTitleBar/components/windowTitle.js.map +1 -1
  459. package/react/components/windowTitleBar/index.js.map +1 -1
  460. package/react/components/windowTitleBar/stores/windowTitleBarStore.js.map +1 -1
  461. package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.js.map +1 -1
  462. package/react/components/windowTitleBar/windowTitleBarContext.js.map +1 -1
  463. package/react/components/yesNoDialog/Timer.spec.js.map +1 -1
  464. package/react/components/yesNoDialog/Timer.stories.js.map +1 -1
  465. package/react/components/yesNoDialog/YesNoDialog.css +3 -3
  466. package/react/components/yesNoDialog/YesNoDialog.js.map +1 -1
  467. package/react/components/yesNoDialog/YesNoDialog.spec.js.map +1 -1
  468. package/react/components/yesNoDialog/YesNoDialog.stories.js.map +1 -1
  469. package/react/components/yesNoDialog/index.js.map +1 -1
  470. package/react/components/yesNoDialog/timer.js.map +1 -1
  471. package/react/enzymeSetup.js.map +1 -1
  472. package/react/hooks/index.js.map +1 -1
  473. package/react/hooks/useAuth.js.map +1 -1
  474. package/react/hooks/useDeepEffect.js.map +1 -1
  475. package/react/hooks/useFavorites.js.map +1 -1
  476. package/react/hooks/useFavoritesShell.js.map +1 -1
  477. package/react/hooks/useHotkey.js.map +1 -1
  478. package/react/hooks/useLinker.js.map +1 -1
  479. package/react/hooks/useMenu.js.map +1 -1
  480. package/react/hooks/useNotifications.js.map +1 -1
  481. package/react/hooks/useOutsideClickDetector.js.map +1 -1
  482. package/react/hooks/usePubSub.js.map +1 -1
  483. package/react/hooks/useSearch.js.map +1 -1
  484. package/react/hooks/useToolbar.js.map +1 -1
  485. package/react/hooks/useWorkspace.js.map +1 -1
  486. package/react/reducers/favoriteReducer.js.map +1 -1
  487. package/react/reducers/linkerReducer.js.map +1 -1
  488. package/react/reducers/menuReducer.js.map +1 -1
  489. package/react/reducers/rootReducer.js.map +1 -1
  490. package/react/reducers/searchReducer.js.map +1 -1
  491. package/react/reducers/smartDesktopDesignerReducer.js.map +1 -1
  492. package/react/reducers/toolbarReducer.js.map +1 -1
  493. package/react/reducers/workspaceReducer.js.map +1 -1
  494. package/react/store.js.map +1 -1
  495. package/react/types/advancedAppLauncherTypes.js.map +1 -1
  496. package/react/types/dashbarTypes.js.map +1 -1
  497. package/react/types/favoriteTypes.js.map +1 -1
  498. package/react/types/fdc3.js.map +1 -1
  499. package/react/types/hotkeyTypes.js.map +1 -1
  500. package/react/types/iconTypes.js.map +1 -1
  501. package/react/types/linkerTypes.js.map +1 -1
  502. package/react/types/searchTypes.js.map +1 -1
  503. package/react/types/smartDesktopDesignerTypes.js.map +1 -1
  504. package/react/types/workspaceTypes.js.map +1 -1
@@ -1,179 +1,179 @@
1
- body,
2
- html {
3
- padding: 0px;
4
- margin: 0px;
5
- width: 100vw;
6
- height: 100vh;
7
- font-size: 13px;
8
- background-color: #22262f;
9
- }
10
-
11
- p {
12
- opacity: 75%;
13
- margin-left: 1em;
14
- line-height: 1.7em;
15
- }
16
-
17
- h2 {
18
- margin: 0em;
19
- }
20
-
21
- * {
22
- -webkit-font-smoothing: antialiased;
23
- -moz-osx-font-smoothing: grayscale;
24
- }
25
-
26
- *,
27
- *::after,
28
- *::before {
29
- -webkit-user-select: none;
30
- -webkit-user-drag: none;
31
- -webkit-app-region: no-drag;
32
- cursor: default;
33
- }
34
-
35
- button {
36
- border-radius: 3px;
37
- font-family: OpenSans;
38
- font-weight: 600;
39
- padding: 0.5em 1em;
40
- background-color: transparent;
41
- border: 0px solid transparent;
42
- color: #fff;
43
- font-size: 0.9rem;
44
- transition: all 0.2s ease-in;
45
- cursor: pointer;
46
- }
47
-
48
- .tile-type-button {
49
- width: 13.6em;
50
- height: 8.5em;
51
- flex-grow: 0;
52
- flex-shrink: 0;
53
- flex-direction: column;
54
- justify-content: center;
55
- align-items: center;
56
- padding-top: 1.3em;
57
- margin: 0.5em 0.5em;
58
- background-color: #373b43;
59
- border-radius: 0.5em;
60
- font-size: 1.1em;
61
- transition: all 0.25s;
62
- border: 2px solid transparent;
63
- }
64
-
65
- .tile-type-button:hover {
66
- border-color: #36788b;
67
- }
68
-
69
- button[type="submit"] {
70
- background-color: #42a5ba;
71
- }
72
-
73
- fieldset {
74
- padding: 0px;
75
- margin: 0px;
76
- border: 0px;
77
- }
78
-
79
- legend {
80
- margin: 0px;
81
- padding: 0px;
82
- }
83
-
84
- input[type="text"] {
85
- border: 0px transparent solid;
86
- border-bottom: 2px solid transparent;
87
- }
88
-
89
- textarea {
90
- padding: 1em 0em;
91
- border: 0;
92
- border-bottom: 2px transparent solid;
93
- cursor: text;
94
- }
95
-
96
- input[type="text"],
97
- textarea {
98
- font-family: OpenSans;
99
- font-size: 0.9em;
100
- height: 2.9em;
101
- padding-left: 0.5em;
102
- color: #fff;
103
- border-bottom: 2px solid #3d4455;
104
- background-color: #22262f;
105
- transition: all 0.2s ease-in;
106
- cursor: text;
107
- }
108
-
109
- input[type="text"]:focus,
110
- textarea:focus {
111
- outline: none;
112
- border-color: #42a5ba;
113
- }
114
-
115
- input[type="text"][aria-invalid="true"] {
116
- border-bottom: 2px solid #f26666;
117
- }
118
-
119
- .invalid-message {
120
- font-size: 10px;
121
- color: #f26666;
122
- display: block;
123
- }
124
-
125
- .config-container {
126
- top: 0px;
127
- left: 0px;
128
- right: 0px;
129
- bottom: 0px;
130
- max-width: 100%;
131
- max-height: 100%;
132
- position: absolute;
133
- display: flex;
134
- flex-direction: column;
135
- overflow: hidden;
136
- }
137
-
138
- .project-container {
139
- display: flex;
140
- flex-grow: 1;
141
- max-height: 100%;
142
- overflow: auto;
143
- }
144
-
145
- /* width: 8px, per @DanNicolai */
146
-
147
- ::-webkit-scrollbar {
148
- width: 8px;
149
- }
150
-
151
- /* Track */
152
-
153
- ::-webkit-scrollbar-track {
154
- background: none;
155
- }
156
-
157
- /* Handle */
158
-
159
- ::-webkit-scrollbar-thumb {
160
- background: #f1f1f1;
161
- border-radius: 3px;
162
- }
163
-
164
- /* Handle on hover */
165
-
166
- ::-webkit-scrollbar-thumb:hover {
167
- background: #555;
168
- }
169
-
170
- input[type="file"] {
171
- font-family: OpenSans;
172
- font-size: 1em;
173
- font-weight: 600;
174
- }
175
-
176
- @import url("./nav.css");
177
- @import url("./views.css");
178
- @import url("./getting-started.css");
179
- @import url("./project-header.css");
1
+ body,
2
+ html {
3
+ padding: 0px;
4
+ margin: 0px;
5
+ width: 100vw;
6
+ height: 100vh;
7
+ font-size: 13px;
8
+ background-color: #22262f;
9
+ }
10
+
11
+ p {
12
+ opacity: 75%;
13
+ margin-left: 1em;
14
+ line-height: 1.7em;
15
+ }
16
+
17
+ h2 {
18
+ margin: 0em;
19
+ }
20
+
21
+ * {
22
+ -webkit-font-smoothing: antialiased;
23
+ -moz-osx-font-smoothing: grayscale;
24
+ }
25
+
26
+ *,
27
+ *::after,
28
+ *::before {
29
+ -webkit-user-select: none;
30
+ -webkit-user-drag: none;
31
+ -webkit-app-region: no-drag;
32
+ cursor: default;
33
+ }
34
+
35
+ button {
36
+ border-radius: 3px;
37
+ font-family: OpenSans;
38
+ font-weight: 600;
39
+ padding: 0.5em 1em;
40
+ background-color: transparent;
41
+ border: 0px solid transparent;
42
+ color: #fff;
43
+ font-size: 0.9rem;
44
+ transition: all 0.2s ease-in;
45
+ cursor: pointer;
46
+ }
47
+
48
+ .tile-type-button {
49
+ width: 13.6em;
50
+ height: 8.5em;
51
+ flex-grow: 0;
52
+ flex-shrink: 0;
53
+ flex-direction: column;
54
+ justify-content: center;
55
+ align-items: center;
56
+ padding-top: 1.3em;
57
+ margin: 0.5em 0.5em;
58
+ background-color: #373b43;
59
+ border-radius: 0.5em;
60
+ font-size: 1.1em;
61
+ transition: all 0.25s;
62
+ border: 2px solid transparent;
63
+ }
64
+
65
+ .tile-type-button:hover {
66
+ border-color: #36788b;
67
+ }
68
+
69
+ button[type="submit"] {
70
+ background-color: #42a5ba;
71
+ }
72
+
73
+ fieldset {
74
+ padding: 0px;
75
+ margin: 0px;
76
+ border: 0px;
77
+ }
78
+
79
+ legend {
80
+ margin: 0px;
81
+ padding: 0px;
82
+ }
83
+
84
+ input[type="text"] {
85
+ border: 0px transparent solid;
86
+ border-bottom: 2px solid transparent;
87
+ }
88
+
89
+ textarea {
90
+ padding: 1em 0em;
91
+ border: 0;
92
+ border-bottom: 2px transparent solid;
93
+ cursor: text;
94
+ }
95
+
96
+ input[type="text"],
97
+ textarea {
98
+ font-family: OpenSans;
99
+ font-size: 0.9em;
100
+ height: 2.9em;
101
+ padding-left: 0.5em;
102
+ color: #fff;
103
+ border-bottom: 2px solid #3d4455;
104
+ background-color: #22262f;
105
+ transition: all 0.2s ease-in;
106
+ cursor: text;
107
+ }
108
+
109
+ input[type="text"]:focus,
110
+ textarea:focus {
111
+ outline: none;
112
+ border-color: #42a5ba;
113
+ }
114
+
115
+ input[type="text"][aria-invalid="true"] {
116
+ border-bottom: 2px solid #f26666;
117
+ }
118
+
119
+ .invalid-message {
120
+ font-size: 10px;
121
+ color: #f26666;
122
+ display: block;
123
+ }
124
+
125
+ .config-container {
126
+ top: 0px;
127
+ left: 0px;
128
+ right: 0px;
129
+ bottom: 0px;
130
+ max-width: 100%;
131
+ max-height: 100%;
132
+ position: absolute;
133
+ display: flex;
134
+ flex-direction: column;
135
+ overflow: hidden;
136
+ }
137
+
138
+ .project-container {
139
+ display: flex;
140
+ flex-grow: 1;
141
+ max-height: 100%;
142
+ overflow: auto;
143
+ }
144
+
145
+ /* width: 8px, per @DanNicolai */
146
+
147
+ ::-webkit-scrollbar {
148
+ width: 8px;
149
+ }
150
+
151
+ /* Track */
152
+
153
+ ::-webkit-scrollbar-track {
154
+ background: none;
155
+ }
156
+
157
+ /* Handle */
158
+
159
+ ::-webkit-scrollbar-thumb {
160
+ background: #f1f1f1;
161
+ border-radius: 3px;
162
+ }
163
+
164
+ /* Handle on hover */
165
+
166
+ ::-webkit-scrollbar-thumb:hover {
167
+ background: #555;
168
+ }
169
+
170
+ input[type="file"] {
171
+ font-family: OpenSans;
172
+ font-size: 1em;
173
+ font-weight: 600;
174
+ }
175
+
176
+ @import url("./nav.css");
177
+ @import url("./views.css");
178
+ @import url("./getting-started.css");
179
+ @import url("./project-header.css");
@@ -1,16 +1,16 @@
1
- .view-container {
2
- flex-grow: 1;
3
- height: 100%;
4
- overflow-x: hidden;
5
- overflow-y: auto;
6
- position: relative;
7
- background-color: #171a20;
8
- border-radius: 20px 0 0 0;
9
- }
10
-
11
- .view-content {
12
- margin: 0em 2.1rem;
13
- }
14
-
15
- @import url("./applications.css");
16
- @import url("./appearance.css");
1
+ .view-container {
2
+ flex-grow: 1;
3
+ height: 100%;
4
+ overflow-x: hidden;
5
+ overflow-y: auto;
6
+ position: relative;
7
+ background-color: #171a20;
8
+ border-radius: 20px 0 0 0;
9
+ }
10
+
11
+ .view-content {
12
+ margin: 0em 2.1rem;
13
+ }
14
+
15
+ @import url("./applications.css");
16
+ @import url("./appearance.css");
@@ -1 +1 @@
1
- {"version":3,"file":"applicationEditProps.js","sourceRoot":"","sources":["../../../../src/components/smartDesktopDesigner/fixtures/applicationEditProps.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AAEpD,MAAM,gBAAgB,GAAyB;IAC9C,EAAE,EAAE,KAAK;IACT,UAAU,EAAE,KAAK;IACjB,aAAa,EAAE,KAAK;IACpB,qBAAqB,EAAE,GAAG,EAAE,GAAE,CAAC;IAC/B,WAAW,EAAE,GAAG,EAAE,GAAE,CAAC;IACrB,UAAU,EAAE,CAAC,IAAyB,EAAE,EAAE,CACzC,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAC/B,OAAO,CAAC,EAAE,CAAC,CAAC;IACb,CAAC,CAAC;IACH,IAAI,EAAE,EAAE,GAAG,YAAY,EAAE;IACzB,IAAI,EAAE;QACL,IAAI,EAAE,EAAE;QACR,WAAW,EAAE,EAAE;QACf,IAAI,EAAE,EAAE;QACR,GAAG,EAAE,EAAE;QACP,MAAM,EAAE,CAAC;QACT,KAAK,EAAE,CAAC;KACR;CACD,CAAC;AACF,MAAM,cAAc,GAAyB;IAC5C,EAAE,EAAE,YAAY,CAAC,CAAC,CAAC,CAAC,KAAK;IACzB,UAAU,EAAE,IAAI;IAChB,aAAa,EAAE,KAAK;IACpB,qBAAqB,EAAE,GAAG,EAAE,GAAE,CAAC;IAC/B,WAAW,EAAE,GAAG,EAAE,GAAE,CAAC;IACrB,UAAU,EAAE,CAAC,IAAyB,EAAE,EAAE,CACzC,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAC/B,OAAO,CAAC,EAAE,CAAC,CAAC;IACb,CAAC,CAAC;IACH,IAAI,EAAE,EAAE,GAAG,YAAY,EAAE;IACzB,IAAI,EAAE,kBAAkB,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;CACzC,CAAC;AAEF,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,CAAC","sourcesContent":["import { ApplicationSaveData } from \"../../../types/smartDesktopDesignerTypes\";\r\nimport { ApplicationEditProps } from \"../ApplicationEdit\";\r\nimport { default_apps } from \"../fixtures/apps\";\r\nimport { appConfigToAppData } from \"../Application\";\r\n\r\nconst APP_CREATE_PROPS: ApplicationEditProps = {\r\n\tid: \"new\",\r\n\tisEditMode: false,\r\n\tisSetupWizard: false,\r\n\tsetCurrentComponentID: () => {},\r\n\tremoveAppID: () => {},\r\n\tonSaveData: (data: ApplicationSaveData) =>\r\n\t\tnew Promise((resolve, reject) => {\r\n\t\t\tresolve({});\r\n\t\t}),\r\n\tapps: { ...default_apps },\r\n\tdata: {\r\n\t\tname: \"\",\r\n\t\tdescription: \"\",\r\n\t\tpath: \"\",\r\n\t\turl: \"\",\r\n\t\theight: 0,\r\n\t\twidth: 0,\r\n\t},\r\n};\r\nconst APP_EDIT_PROPS: ApplicationEditProps = {\r\n\tid: default_apps[0].appId,\r\n\tisEditMode: true,\r\n\tisSetupWizard: false,\r\n\tsetCurrentComponentID: () => {},\r\n\tremoveAppID: () => {},\r\n\tonSaveData: (data: ApplicationSaveData) =>\r\n\t\tnew Promise((resolve, reject) => {\r\n\t\t\tresolve({});\r\n\t\t}),\r\n\tapps: { ...default_apps },\r\n\tdata: appConfigToAppData(default_apps[0]),\r\n};\r\n\r\nexport { APP_CREATE_PROPS, APP_EDIT_PROPS };\r\n"]}
1
+ {"version":3,"file":"applicationEditProps.js","sourceRoot":"","sources":["../../../../src/components/smartDesktopDesigner/fixtures/applicationEditProps.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AAEpD,MAAM,gBAAgB,GAAyB;IAC9C,EAAE,EAAE,KAAK;IACT,UAAU,EAAE,KAAK;IACjB,aAAa,EAAE,KAAK;IACpB,qBAAqB,EAAE,GAAG,EAAE,GAAE,CAAC;IAC/B,WAAW,EAAE,GAAG,EAAE,GAAE,CAAC;IACrB,UAAU,EAAE,CAAC,IAAyB,EAAE,EAAE,CACzC,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAC/B,OAAO,CAAC,EAAE,CAAC,CAAC;IACb,CAAC,CAAC;IACH,IAAI,EAAE,EAAE,GAAG,YAAY,EAAE;IACzB,IAAI,EAAE;QACL,IAAI,EAAE,EAAE;QACR,WAAW,EAAE,EAAE;QACf,IAAI,EAAE,EAAE;QACR,GAAG,EAAE,EAAE;QACP,MAAM,EAAE,CAAC;QACT,KAAK,EAAE,CAAC;KACR;CACD,CAAC;AACF,MAAM,cAAc,GAAyB;IAC5C,EAAE,EAAE,YAAY,CAAC,CAAC,CAAC,CAAC,KAAK;IACzB,UAAU,EAAE,IAAI;IAChB,aAAa,EAAE,KAAK;IACpB,qBAAqB,EAAE,GAAG,EAAE,GAAE,CAAC;IAC/B,WAAW,EAAE,GAAG,EAAE,GAAE,CAAC;IACrB,UAAU,EAAE,CAAC,IAAyB,EAAE,EAAE,CACzC,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAC/B,OAAO,CAAC,EAAE,CAAC,CAAC;IACb,CAAC,CAAC;IACH,IAAI,EAAE,EAAE,GAAG,YAAY,EAAE;IACzB,IAAI,EAAE,kBAAkB,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;CACzC,CAAC;AAEF,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,CAAC","sourcesContent":["import { ApplicationSaveData } from \"../../../types/smartDesktopDesignerTypes\";\nimport { ApplicationEditProps } from \"../ApplicationEdit\";\nimport { default_apps } from \"../fixtures/apps\";\nimport { appConfigToAppData } from \"../Application\";\n\nconst APP_CREATE_PROPS: ApplicationEditProps = {\n\tid: \"new\",\n\tisEditMode: false,\n\tisSetupWizard: false,\n\tsetCurrentComponentID: () => {},\n\tremoveAppID: () => {},\n\tonSaveData: (data: ApplicationSaveData) =>\n\t\tnew Promise((resolve, reject) => {\n\t\t\tresolve({});\n\t\t}),\n\tapps: { ...default_apps },\n\tdata: {\n\t\tname: \"\",\n\t\tdescription: \"\",\n\t\tpath: \"\",\n\t\turl: \"\",\n\t\theight: 0,\n\t\twidth: 0,\n\t},\n};\nconst APP_EDIT_PROPS: ApplicationEditProps = {\n\tid: default_apps[0].appId,\n\tisEditMode: true,\n\tisSetupWizard: false,\n\tsetCurrentComponentID: () => {},\n\tremoveAppID: () => {},\n\tonSaveData: (data: ApplicationSaveData) =>\n\t\tnew Promise((resolve, reject) => {\n\t\t\tresolve({});\n\t\t}),\n\tapps: { ...default_apps },\n\tdata: appConfigToAppData(default_apps[0]),\n};\n\nexport { APP_CREATE_PROPS, APP_EDIT_PROPS };\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"applicationSetupProps.js","sourceRoot":"","sources":["../../../../src/components/smartDesktopDesigner/fixtures/applicationSetupProps.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,MAAM,uBAAuB,GAA0B;IACtD,EAAE,EAAE,KAAK;IACT,qBAAqB,EAAE,GAAG,EAAE,GAAE,CAAC;IAC/B,WAAW,EAAE,GAAG,EAAE,GAAE,CAAC;IACrB,UAAU,EAAE,CAAC,IAAyB,EAAE,EAAE,CACzC,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAC/B,OAAO,CAAC,EAAE,CAAC,CAAC;IACb,CAAC,CAAC;IACH,YAAY,EAAE,GAAG,EAAE,GAAE,CAAC;IACtB,IAAI,EAAE,EAAE,GAAG,YAAY,EAAE;IACzB,IAAI,EAAE;QACL,IAAI,EAAE,EAAE;QACR,WAAW,EAAE,EAAE;QACf,IAAI,EAAE,EAAE;QACR,GAAG,EAAE,EAAE;QACP,MAAM,EAAE,CAAC;QACT,KAAK,EAAE,CAAC;KACR;CACD,CAAC;AAEF,eAAe,uBAAuB,CAAC","sourcesContent":["import { ApplicationSaveData } from \"../../../types/smartDesktopDesignerTypes\";\r\nimport { ApplicationSetupProps } from \"../ApplicationSetup\";\r\nimport { default_apps } from \"../fixtures/apps\";\r\n\r\nconst DEFAULT_APP_SETUP_PROPS: ApplicationSetupProps = {\r\n\tid: \"new\",\r\n\tsetCurrentComponentID: () => {},\r\n\tremoveAppID: () => {},\r\n\tonSaveData: (data: ApplicationSaveData) =>\r\n\t\tnew Promise((resolve, reject) => {\r\n\t\t\tresolve({});\r\n\t\t}),\r\n\tbackFunction: () => {},\r\n\tapps: { ...default_apps },\r\n\tdata: {\r\n\t\tname: \"\",\r\n\t\tdescription: \"\",\r\n\t\tpath: \"\",\r\n\t\turl: \"\",\r\n\t\theight: 0,\r\n\t\twidth: 0,\r\n\t},\r\n};\r\n\r\nexport default DEFAULT_APP_SETUP_PROPS;\r\n"]}
1
+ {"version":3,"file":"applicationSetupProps.js","sourceRoot":"","sources":["../../../../src/components/smartDesktopDesigner/fixtures/applicationSetupProps.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,MAAM,uBAAuB,GAA0B;IACtD,EAAE,EAAE,KAAK;IACT,qBAAqB,EAAE,GAAG,EAAE,GAAE,CAAC;IAC/B,WAAW,EAAE,GAAG,EAAE,GAAE,CAAC;IACrB,UAAU,EAAE,CAAC,IAAyB,EAAE,EAAE,CACzC,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAC/B,OAAO,CAAC,EAAE,CAAC,CAAC;IACb,CAAC,CAAC;IACH,YAAY,EAAE,GAAG,EAAE,GAAE,CAAC;IACtB,IAAI,EAAE,EAAE,GAAG,YAAY,EAAE;IACzB,IAAI,EAAE;QACL,IAAI,EAAE,EAAE;QACR,WAAW,EAAE,EAAE;QACf,IAAI,EAAE,EAAE;QACR,GAAG,EAAE,EAAE;QACP,MAAM,EAAE,CAAC;QACT,KAAK,EAAE,CAAC;KACR;CACD,CAAC;AAEF,eAAe,uBAAuB,CAAC","sourcesContent":["import { ApplicationSaveData } from \"../../../types/smartDesktopDesignerTypes\";\nimport { ApplicationSetupProps } from \"../ApplicationSetup\";\nimport { default_apps } from \"../fixtures/apps\";\n\nconst DEFAULT_APP_SETUP_PROPS: ApplicationSetupProps = {\n\tid: \"new\",\n\tsetCurrentComponentID: () => {},\n\tremoveAppID: () => {},\n\tonSaveData: (data: ApplicationSaveData) =>\n\t\tnew Promise((resolve, reject) => {\n\t\t\tresolve({});\n\t\t}),\n\tbackFunction: () => {},\n\tapps: { ...default_apps },\n\tdata: {\n\t\tname: \"\",\n\t\tdescription: \"\",\n\t\tpath: \"\",\n\t\turl: \"\",\n\t\theight: 0,\n\t\twidth: 0,\n\t},\n};\n\nexport default DEFAULT_APP_SETUP_PROPS;\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"applicationsProps.js","sourceRoot":"","sources":["../../../../src/components/smartDesktopDesigner/fixtures/applicationsProps.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEtC,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACxC,OAAO,EAAE,GAAG,EAAE,CACb,IAAI,OAAO,CAAM,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QACpC,OAAO,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC,CAAC;IAC1C,CAAC,CAAC;IACH,MAAM,EAAE,CAAC,OAAe,EAAE,SAAqB,EAAE,EAAE,CAClD,IAAI,OAAO,CAAe,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAC7C,OAAO,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,CAAC;IACtB,CAAC,CAAC;IACH,SAAS,EAAE,CAAC,OAAe,EAAE,SAAqB,EAAE,EAAE,GAAE,CAAC;IACzD,SAAS,EAAE,CAAC,OAAe,EAAE,EAAE,GAAE,CAAC;IAClC,oBAAoB,EAAE,GAAG,EAAE,CAC1B,IAAI,OAAO,CAAkB,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAChD,OAAO,CAAC;YACP,MAAM,EAAE;gBACP,KAAK,EAAE,KAAK;gBACZ,IAAI,EAAE,EAAE;gBACR,QAAQ,EAAE;oBACT,MAAM,EAAE;wBAEP,GAAG,EAAE,EAAE;wBACP,SAAS,EAAE,IAAI;wBACf,KAAK,EAAE,KAAK;wBACZ,QAAQ,EAAE,IAAI;wBACd,GAAG,EAAE,QAAQ;wBACb,IAAI,EAAE,QAAQ;wBACd,KAAK,EAAE,IAAI;wBACX,MAAM,EAAE,GAAG;qBACX;oBACD,SAAS,EAAE;wBACV,cAAc,EAAE,KAAK;wBACrB,OAAO,EAAE,KAAK;qBACd;oBACD,OAAO,EAAE;wBACR,QAAQ,EAAE;4BACT,cAAc,EAAE;gCACf,QAAQ,EAAE,IAAI;6BACd;yBACD;wBACD,UAAU,EAAE;4BACX,cAAc,EAAE;gCACf,gBAAgB,EAAE,IAAI;6BACtB;4BACD,gBAAgB,EAAE;gCACjB,kBAAkB,EAAE,IAAI;gCACxB,UAAU,EAAE,IAAI;6BAChB;yBACD;qBACD;iBACD;gBACD,YAAY,EAAE,aAAa;gBAC3B,OAAO,EAAE,GAAG;gBACZ,KAAK,EAAE,WAAW;gBAClB,OAAO,EAAE,SAAS;gBAClB,WAAW,EAAE,EAAE;gBACf,MAAM,EAAE;oBACP;wBACC,GAAG,EAAE,QAAQ;qBACb;iBACD;gBACD,YAAY,EAAE,QAAQ;gBACtB,YAAY,EAAE,QAAQ;gBACtB,SAAS,EAAE,QAAQ;gBACnB,KAAK,EAAE;oBACN;wBACC,IAAI,EAAE,QAAQ;qBACd;iBACD;gBACD,YAAY,EAAE;oBACb;wBACC,IAAI,EAAE,QAAQ;wBACd,KAAK,EAAE,QAAQ;qBACf;iBACD;gBACD,OAAO,EAAE;oBACR;wBACC,IAAI,EAAE,QAAQ;wBACd,WAAW,EAAE,QAAQ;wBACrB,QAAQ,EAAE,CAAC,QAAQ,CAAC;wBACpB,YAAY,EAAE,EAAE;qBAChB;iBACD;aACD;SACD,CAAC,CAAC;IACJ,CAAC,CAAC;CACkB,CAAC","sourcesContent":["import { ApplicationsProps } from \"../Applications\";\r\nimport { default_apps } from \"./apps\";\r\n\r\nexport const default_application_props = {\r\n\tgetApps: () =>\r\n\t\tnew Promise<any>((resolve, reject) => {\r\n\t\t\tresolve({ err: \"\", apps: default_apps });\r\n\t\t}),\r\n\taddApp: (appName: string, appConfig: AppDConfig) =>\r\n\t\tnew Promise<{ err: any }>((resolve, reject) => {\r\n\t\t\tresolve({ err: \"\" });\r\n\t\t}),\r\n\tupdateApp: (appName: string, appConfig: AppDConfig) => {},\r\n\tdeleteApp: (appName: string) => {},\r\n\tgetAppConfigTemplate: () =>\r\n\t\tnew Promise<{ config: any }>((resolve, reject) => {\r\n\t\t\tresolve({\r\n\t\t\t\tconfig: {\r\n\t\t\t\t\tappId: \"123\",\r\n\t\t\t\t\tname: \"\",\r\n\t\t\t\t\tmanifest: {\r\n\t\t\t\t\t\twindow: {\r\n\t\t\t\t\t\t\t// url: \"$applicationRoot/components/welcome/welcome.html\",\r\n\t\t\t\t\t\t\turl: \"\",\r\n\t\t\t\t\t\t\tresizable: true,\r\n\t\t\t\t\t\t\tframe: false,\r\n\t\t\t\t\t\t\tautoShow: true,\r\n\t\t\t\t\t\t\ttop: \"center\",\r\n\t\t\t\t\t\t\tleft: \"center\",\r\n\t\t\t\t\t\t\twidth: 1280,\r\n\t\t\t\t\t\t\theight: 600,\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\tcomponent: {\r\n\t\t\t\t\t\t\tspawnOnStartup: false,\r\n\t\t\t\t\t\t\tpreload: false,\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\tforeign: {\r\n\t\t\t\t\t\t\tservices: {\r\n\t\t\t\t\t\t\t\tdockingService: {\r\n\t\t\t\t\t\t\t\t\tcanGroup: true,\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\tcomponents: {\r\n\t\t\t\t\t\t\t\t\"App Launcher\": {\r\n\t\t\t\t\t\t\t\t\tlaunchableByUser: true,\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\"Window Manager\": {\r\n\t\t\t\t\t\t\t\t\tpersistWindowState: true,\r\n\t\t\t\t\t\t\t\t\tFSBLHeader: true,\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\t\t\t\t\t},\r\n\t\t\t\t\tmanifestType: \"vendor_type\",\r\n\t\t\t\t\tversion: \"1\",\r\n\t\t\t\t\ttitle: \"app title\",\r\n\t\t\t\t\ttooltip: \"app tip\",\r\n\t\t\t\t\tdescription: \"\",\r\n\t\t\t\t\timages: [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\turl: \"string\",\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t],\r\n\t\t\t\t\tcontactEmail: \"string\",\r\n\t\t\t\t\tsupportEmail: \"string\",\r\n\t\t\t\t\tpublisher: \"string\",\r\n\t\t\t\t\ticons: [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\ticon: \"string\",\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t],\r\n\t\t\t\t\tcustomConfig: [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\tname: \"string\",\r\n\t\t\t\t\t\t\tvalue: \"string\",\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t],\r\n\t\t\t\t\tintents: [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\tname: \"string\",\r\n\t\t\t\t\t\t\tdisplayName: \"string\",\r\n\t\t\t\t\t\t\tcontexts: [\"string\"],\r\n\t\t\t\t\t\t\tcustomConfig: {},\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} as ApplicationsProps;\r\n"]}
1
+ {"version":3,"file":"applicationsProps.js","sourceRoot":"","sources":["../../../../src/components/smartDesktopDesigner/fixtures/applicationsProps.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEtC,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACxC,OAAO,EAAE,GAAG,EAAE,CACb,IAAI,OAAO,CAAM,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QACpC,OAAO,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC,CAAC;IAC1C,CAAC,CAAC;IACH,MAAM,EAAE,CAAC,OAAe,EAAE,SAAqB,EAAE,EAAE,CAClD,IAAI,OAAO,CAAe,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAC7C,OAAO,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,CAAC;IACtB,CAAC,CAAC;IACH,SAAS,EAAE,CAAC,OAAe,EAAE,SAAqB,EAAE,EAAE,GAAE,CAAC;IACzD,SAAS,EAAE,CAAC,OAAe,EAAE,EAAE,GAAE,CAAC;IAClC,oBAAoB,EAAE,GAAG,EAAE,CAC1B,IAAI,OAAO,CAAkB,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAChD,OAAO,CAAC;YACP,MAAM,EAAE;gBACP,KAAK,EAAE,KAAK;gBACZ,IAAI,EAAE,EAAE;gBACR,QAAQ,EAAE;oBACT,MAAM,EAAE;wBAEP,GAAG,EAAE,EAAE;wBACP,SAAS,EAAE,IAAI;wBACf,KAAK,EAAE,KAAK;wBACZ,QAAQ,EAAE,IAAI;wBACd,GAAG,EAAE,QAAQ;wBACb,IAAI,EAAE,QAAQ;wBACd,KAAK,EAAE,IAAI;wBACX,MAAM,EAAE,GAAG;qBACX;oBACD,SAAS,EAAE;wBACV,cAAc,EAAE,KAAK;wBACrB,OAAO,EAAE,KAAK;qBACd;oBACD,OAAO,EAAE;wBACR,QAAQ,EAAE;4BACT,cAAc,EAAE;gCACf,QAAQ,EAAE,IAAI;6BACd;yBACD;wBACD,UAAU,EAAE;4BACX,cAAc,EAAE;gCACf,gBAAgB,EAAE,IAAI;6BACtB;4BACD,gBAAgB,EAAE;gCACjB,kBAAkB,EAAE,IAAI;gCACxB,UAAU,EAAE,IAAI;6BAChB;yBACD;qBACD;iBACD;gBACD,YAAY,EAAE,aAAa;gBAC3B,OAAO,EAAE,GAAG;gBACZ,KAAK,EAAE,WAAW;gBAClB,OAAO,EAAE,SAAS;gBAClB,WAAW,EAAE,EAAE;gBACf,MAAM,EAAE;oBACP;wBACC,GAAG,EAAE,QAAQ;qBACb;iBACD;gBACD,YAAY,EAAE,QAAQ;gBACtB,YAAY,EAAE,QAAQ;gBACtB,SAAS,EAAE,QAAQ;gBACnB,KAAK,EAAE;oBACN;wBACC,IAAI,EAAE,QAAQ;qBACd;iBACD;gBACD,YAAY,EAAE;oBACb;wBACC,IAAI,EAAE,QAAQ;wBACd,KAAK,EAAE,QAAQ;qBACf;iBACD;gBACD,OAAO,EAAE;oBACR;wBACC,IAAI,EAAE,QAAQ;wBACd,WAAW,EAAE,QAAQ;wBACrB,QAAQ,EAAE,CAAC,QAAQ,CAAC;wBACpB,YAAY,EAAE,EAAE;qBAChB;iBACD;aACD;SACD,CAAC,CAAC;IACJ,CAAC,CAAC;CACkB,CAAC","sourcesContent":["import { ApplicationsProps } from \"../Applications\";\nimport { default_apps } from \"./apps\";\n\nexport const default_application_props = {\n\tgetApps: () =>\n\t\tnew Promise<any>((resolve, reject) => {\n\t\t\tresolve({ err: \"\", apps: default_apps });\n\t\t}),\n\taddApp: (appName: string, appConfig: AppDConfig) =>\n\t\tnew Promise<{ err: any }>((resolve, reject) => {\n\t\t\tresolve({ err: \"\" });\n\t\t}),\n\tupdateApp: (appName: string, appConfig: AppDConfig) => {},\n\tdeleteApp: (appName: string) => {},\n\tgetAppConfigTemplate: () =>\n\t\tnew Promise<{ config: any }>((resolve, reject) => {\n\t\t\tresolve({\n\t\t\t\tconfig: {\n\t\t\t\t\tappId: \"123\",\n\t\t\t\t\tname: \"\",\n\t\t\t\t\tmanifest: {\n\t\t\t\t\t\twindow: {\n\t\t\t\t\t\t\t// url: \"$applicationRoot/components/welcome/welcome.html\",\n\t\t\t\t\t\t\turl: \"\",\n\t\t\t\t\t\t\tresizable: true,\n\t\t\t\t\t\t\tframe: false,\n\t\t\t\t\t\t\tautoShow: true,\n\t\t\t\t\t\t\ttop: \"center\",\n\t\t\t\t\t\t\tleft: \"center\",\n\t\t\t\t\t\t\twidth: 1280,\n\t\t\t\t\t\t\theight: 600,\n\t\t\t\t\t\t},\n\t\t\t\t\t\tcomponent: {\n\t\t\t\t\t\t\tspawnOnStartup: false,\n\t\t\t\t\t\t\tpreload: false,\n\t\t\t\t\t\t},\n\t\t\t\t\t\tforeign: {\n\t\t\t\t\t\t\tservices: {\n\t\t\t\t\t\t\t\tdockingService: {\n\t\t\t\t\t\t\t\t\tcanGroup: true,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tcomponents: {\n\t\t\t\t\t\t\t\t\"App Launcher\": {\n\t\t\t\t\t\t\t\t\tlaunchableByUser: true,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\"Window Manager\": {\n\t\t\t\t\t\t\t\t\tpersistWindowState: true,\n\t\t\t\t\t\t\t\t\tFSBLHeader: true,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tmanifestType: \"vendor_type\",\n\t\t\t\t\tversion: \"1\",\n\t\t\t\t\ttitle: \"app title\",\n\t\t\t\t\ttooltip: \"app tip\",\n\t\t\t\t\tdescription: \"\",\n\t\t\t\t\timages: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\turl: \"string\",\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\tcontactEmail: \"string\",\n\t\t\t\t\tsupportEmail: \"string\",\n\t\t\t\t\tpublisher: \"string\",\n\t\t\t\t\ticons: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ticon: \"string\",\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\tcustomConfig: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tname: \"string\",\n\t\t\t\t\t\t\tvalue: \"string\",\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\tintents: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tname: \"string\",\n\t\t\t\t\t\t\tdisplayName: \"string\",\n\t\t\t\t\t\t\tcontexts: [\"string\"],\n\t\t\t\t\t\t\tcustomConfig: {},\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t},\n\t\t\t});\n\t\t}),\n} as ApplicationsProps;\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"apps.js","sourceRoot":"","sources":["../../../../src/components/smartDesktopDesigner/fixtures/apps.ts"],"names":[],"mappings":"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","sourcesContent":["import { ApplicationsProps } from \"../Applications\";\r\nimport configTemplate from \"./configTemplate\";\r\nimport { clone } from \"../Appearance.helpers\";\r\n\r\nexport const default_apps = [\r\n\t{\r\n\t\tappId: \"Example Charts App\",\r\n\t\tname: \"Example Charts App\",\r\n\t\ttype: \"component\",\r\n\t\tdescription: \"Visualize market data in the leading technical chart.\",\r\n\t\tmanifest: {\r\n\t\t\twindow: {\r\n\t\t\t\turl: \"https://salesdemo-dev.finsemble.com/components/chartiq/chartiq/technical-analysis-chart.html\",\r\n\t\t\t\twidth: 800,\r\n\t\t\t\theight: 600,\r\n\t\t\t\toptions: {\r\n\t\t\t\t\tminWidth: 75,\r\n\t\t\t\t\tsecurityPolicy: \"trusted\",\r\n\t\t\t\t},\r\n\t\t\t},\r\n\t\t\tforeign: {\r\n\t\t\t\tservices: {\r\n\t\t\t\t\tdockingService: {\r\n\t\t\t\t\t\tisArrangable: true,\r\n\t\t\t\t\t},\r\n\t\t\t\t},\r\n\t\t\t\tcomponents: {\r\n\t\t\t\t\t\"App Launcher\": {\r\n\t\t\t\t\t\tlaunchableByUser: true,\r\n\t\t\t\t\t},\r\n\t\t\t\t\tToolbar: {\r\n\t\t\t\t\t\ticonClass: \"ff-chart-advanced\",\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"Window Manager\": {\r\n\t\t\t\t\t\tFSBLHeader: true,\r\n\t\t\t\t\t\tpersistWindowState: true,\r\n\t\t\t\t\t},\r\n\t\t\t\t},\r\n\t\t\t},\r\n\t\t\tcomponent: {\r\n\t\t\t\tpreload: [\"https://salesdemo-dev.finsemble.com/components/chartiq/chartiq.js\"],\r\n\t\t\t},\r\n\t\t},\r\n\t\tmanifestType: \"finsemble\",\r\n\t\tversion: \"1.0.0\",\r\n\t\treleaseNotes: \"This is the only version.\",\r\n\t\ttooltip: \"ChartIQ Advanced Chart\",\r\n\t\timages: [\r\n\t\t\t{\r\n\t\t\t\turl: \"https://i.imgur.com/10C3LdH.png\",\r\n\t\t\t\ttooltip: \"Candle Chart\",\r\n\t\t\t},\r\n\t\t],\r\n\t\ttags: [\"charts\", \"market data\", \"visualization\", \"graphics\"],\r\n\t\tcontactEmail: \"info@cosaic.io\",\r\n\t\tsupportEmail: \"support@finsemble.com\",\r\n\t\tpublisher: \"Cosaic\",\r\n\t\ticons: [\r\n\t\t\t{\r\n\t\t\t\turl: \"https://i.imgur.com/mpBdiHd.png\",\r\n\t\t\t},\r\n\t\t],\r\n\t},\r\n\t{\r\n\t\tappId: \"Example News App\",\r\n\t\tname: \"Example News App\",\r\n\t\ttype: \"component\",\r\n\t\tdescription: \"Financial news headlines.\",\r\n\t\tmanifest: {\r\n\t\t\twindow: {\r\n\t\t\t\turl: \"https://finsemble.chartiq.com/components/widgets/news/news.html\",\r\n\t\t\t\twidth: 354,\r\n\t\t\t\theight: 600,\r\n\t\t\t},\r\n\t\t\tforeign: {\r\n\t\t\t\tservices: {\r\n\t\t\t\t\tdockingService: {\r\n\t\t\t\t\t\tisArrangable: true,\r\n\t\t\t\t\t},\r\n\t\t\t\t},\r\n\t\t\t\tcomponents: {\r\n\t\t\t\t\tToolbar: {\r\n\t\t\t\t\t\ticonClass: \"ff-news\",\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"Window Manager\": {\r\n\t\t\t\t\t\tFSBLHeader: true,\r\n\t\t\t\t\t\tpersistWindowState: true,\r\n\t\t\t\t\t},\r\n\t\t\t\t},\r\n\t\t\t},\r\n\t\t},\r\n\t\tmanifestType: \"finsemble\",\r\n\t\tversion: \"1.0.0\",\r\n\t\treleaseNotes: \"This is the only version of News\",\r\n\t\ttooltip: \"News\",\r\n\t\timages: [\r\n\t\t\t{\r\n\t\t\t\turl: \"https://i.imgur.com/6oZjqP7.png\",\r\n\t\t\t\ttooltip: \"News\",\r\n\t\t\t},\r\n\t\t],\r\n\t\ttags: [\"news\"],\r\n\t\tcontactEmail: \"info@cosaic.io\",\r\n\t\tsupportEmail: \"support@finsemble.com\",\r\n\t\tpublisher: \"Cosaic\",\r\n\t\ticons: [\r\n\t\t\t{\r\n\t\t\t\turl: \"https://i.imgur.com/gHfwucS.png\",\r\n\t\t\t},\r\n\t\t],\r\n\t},\r\n\t{\r\n\t\tappId: \"Google\",\r\n\t\tname: \"Google\",\r\n\t\tmanifest: {\r\n\t\t\twindow: {\r\n\t\t\t\turl: \"http://google.com\",\r\n\t\t\t\twidth: 1280,\r\n\t\t\t\theight: 600,\r\n\t\t\t},\r\n\t\t\tforeign: {\r\n\t\t\t\tcomponents: {\r\n\t\t\t\t\t\"Window Manager\": {\r\n\t\t\t\t\t\tpersistWindowState: true,\r\n\t\t\t\t\t\tFSBLHeader: true,\r\n\t\t\t\t\t},\r\n\t\t\t\t},\r\n\t\t\t},\r\n\t\t},\r\n\t\tmanifestType: \"vendor_type\",\r\n\t\tversion: \"1\",\r\n\t\ttitle: \"app title\",\r\n\t\ttooltip: \"app tip\",\r\n\t\tdescription: \"\",\r\n\t\timages: [\r\n\t\t\t{\r\n\t\t\t\turl: \"string\",\r\n\t\t\t},\r\n\t\t],\r\n\t\tcontactEmail: \"string\",\r\n\t\tsupportEmail: \"string\",\r\n\t\tpublisher: \"string\",\r\n\t\ticons: [\r\n\t\t\t{\r\n\t\t\t\ticon: \"string\",\r\n\t\t\t},\r\n\t\t],\r\n\t\tcustomConfig: [\r\n\t\t\t{\r\n\t\t\t\tname: \"string\",\r\n\t\t\t\tvalue: \"string\",\r\n\t\t\t},\r\n\t\t],\r\n\t\tintents: [\r\n\t\t\t{\r\n\t\t\t\tname: \"string\",\r\n\t\t\t\tdisplayName: \"string\",\r\n\t\t\t\tcontexts: [\"string\"],\r\n\t\t\t\tcustomConfig: {},\r\n\t\t\t},\r\n\t\t],\r\n\t\tappName: \"Google\",\r\n\t},\r\n] as AppDConfig[];\r\n\r\nconst default_menus = {\r\n\t1: {\r\n\t\tdisplayName: \"Examples\",\r\n\t\tapplications: [\"Example Charts App\", \"Example News App\"],\r\n\t},\r\n};\r\n\r\nconst long_menus = {\r\n\t1: {\r\n\t\tdisplayName: \"A\",\r\n\t\tapplications: [\"Example Charts App\", \"Example News App\"],\r\n\t},\r\n\t2: {\r\n\t\tdisplayName: \"B\",\r\n\t\tapplications: [\"Example Charts App\", \"Example News App\"],\r\n\t},\r\n\t3: {\r\n\t\tdisplayName: \"C\",\r\n\t\tapplications: [\"Example Charts App\", \"Example News App\"],\r\n\t},\r\n\t4: {\r\n\t\tdisplayName: \"D\",\r\n\t\tapplications: [\"Example Charts App\", \"Example News App\"],\r\n\t},\r\n\t5: {\r\n\t\tdisplayName: \"E\",\r\n\t\tapplications: [],\r\n\t},\r\n};\r\n\r\nexport const temporary_apps = [\r\n\t{\r\n\t\tappId: \"Google\",\r\n\t\tname: \"Google\",\r\n\t\tmanifest: {\r\n\t\t\twindow: {\r\n\t\t\t\turl: \"http://google.com\",\r\n\t\t\t\twidth: 1280,\r\n\t\t\t\theight: 600,\r\n\t\t\t},\r\n\t\t\tforeign: {\r\n\t\t\t\tcomponents: {\r\n\t\t\t\t\t\"Window Manager\": {\r\n\t\t\t\t\t\tpersistWindowState: true,\r\n\t\t\t\t\t\tFSBLHeader: true,\r\n\t\t\t\t\t},\r\n\t\t\t\t},\r\n\t\t\t},\r\n\t\t},\r\n\t\tmanifestType: \"vendor_type\",\r\n\t\tversion: \"1\",\r\n\t\ttitle: \"app title\",\r\n\t\ttooltip: \"app tip\",\r\n\t\tdescription: \"\",\r\n\t\timages: [\r\n\t\t\t{\r\n\t\t\t\turl: \"string\",\r\n\t\t\t},\r\n\t\t],\r\n\t\tcontactEmail: \"string\",\r\n\t\tsupportEmail: \"string\",\r\n\t\tpublisher: \"string\",\r\n\t\ticons: [\r\n\t\t\t{\r\n\t\t\t\ticon: \"string\",\r\n\t\t\t},\r\n\t\t],\r\n\t\tcustomConfig: [\r\n\t\t\t{\r\n\t\t\t\tname: \"string\",\r\n\t\t\t\tvalue: \"string\",\r\n\t\t\t},\r\n\t\t],\r\n\t\tintents: [\r\n\t\t\t{\r\n\t\t\t\tname: \"string\",\r\n\t\t\t\tdisplayName: \"string\",\r\n\t\t\t\tcontexts: [\"string\"],\r\n\t\t\t\tcustomConfig: {},\r\n\t\t\t},\r\n\t\t],\r\n\t\tappName: \"Google\",\r\n\t},\r\n\t{\r\n\t\tappId: \"123456789\",\r\n\t\tmanifest: {\r\n\t\t\ttemporary: true,\r\n\t\t},\r\n\t},\r\n] as AppDConfig[];\r\n\r\nexport const getApplicationsArgs = (init: \"default\" | \"empty\" | \"long\" | \"temporary\"): ApplicationsProps => {\r\n\tlet apps: AppDConfig[] = [];\r\n\tlet menus: any = {};\r\n\r\n\tif (init === \"default\") {\r\n\t\tapps = clone(default_apps);\r\n\t\tmenus = clone(default_menus);\r\n\t} else if (init === \"temporary\") {\r\n\t\tapps = JSON.parse(JSON.stringify(temporary_apps));\r\n\t} else if (init === \"long\") {\r\n\t\tapps = clone(default_apps);\r\n\t\tmenus = clone(long_menus);\r\n\t}\r\n\r\n\treturn {\r\n\t\tgetApps: () =>\r\n\t\t\tnew Promise((resolve, reject) => {\r\n\t\t\t\tresolve({ err: null, apps });\r\n\t\t\t}),\r\n\t\taddApp: (appName: string, appConfig: AppDConfig) => {\r\n\t\t\tapps = [...apps, appConfig];\r\n\r\n\t\t\treturn new Promise((resolve, reject) => {\r\n\t\t\t\tresolve({ err: null });\r\n\t\t\t});\r\n\t\t},\r\n\t\tdeleteApp: (appName: string) => {\r\n\t\t\tapps = apps.filter((app) => app.appId !== appName);\r\n\r\n\t\t\treturn new Promise((resolve, reject) => {\r\n\t\t\t\tresolve({ err: null });\r\n\t\t\t});\r\n\t\t},\r\n\t\tupdateApp: (appName: string) => new Promise((resolve, reject) => {}),\r\n\t\tgetAppConfigTemplate: () =>\r\n\t\t\tnew Promise((resolve, reject) => {\r\n\t\t\t\tresolve({ config: { ...configTemplate } });\r\n\t\t\t}),\r\n\t\tgetMenus: () =>\r\n\t\t\tnew Promise((resolve, reject) => {\r\n\t\t\t\tresolve({\r\n\t\t\t\t\terr: null,\r\n\t\t\t\t\tmenus,\r\n\t\t\t\t});\r\n\t\t\t}),\r\n\t\taddMenu: (menuConfig: any) =>\r\n\t\t\tnew Promise((resolve, reject) => {\r\n\t\t\t\tconst length = String(Object.keys(menus).length + 1);\r\n\t\t\t\tmenus = {\r\n\t\t\t\t\t...menus,\r\n\t\t\t\t\t[length]: menuConfig,\r\n\t\t\t\t};\r\n\r\n\t\t\t\tresolve({ err: null });\r\n\t\t\t}),\r\n\t\tupdateMenu: (menuId: string, menuConfig: any) =>\r\n\t\t\tnew Promise((resolve, reject) => {\r\n\t\t\t\tmenus = {\r\n\t\t\t\t\t...menus,\r\n\t\t\t\t\t[menuId]: menuConfig,\r\n\t\t\t\t};\r\n\t\t\t\tresolve({ err: null });\r\n\t\t\t}),\r\n\t\tdeleteMenu: (menuId: string) =>\r\n\t\t\tnew Promise((resolve, reject) => {\r\n\t\t\t\tconst newMenu = clone(menus);\r\n\t\t\t\tdelete newMenu[menuId];\r\n\t\t\t\tmenus = newMenu;\r\n\t\t\t\tresolve({ err: null });\r\n\t\t\t}),\r\n\t};\r\n};\r\n"]}
1
+ {"version":3,"file":"apps.js","sourceRoot":"","sources":["../../../../src/components/smartDesktopDesigner/fixtures/apps.ts"],"names":[],"mappings":"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","sourcesContent":["import { ApplicationsProps } from \"../Applications\";\nimport configTemplate from \"./configTemplate\";\nimport { clone } from \"../Appearance.helpers\";\n\nexport const default_apps = [\n\t{\n\t\tappId: \"Example Charts App\",\n\t\tname: \"Example Charts App\",\n\t\ttype: \"component\",\n\t\tdescription: \"Visualize market data in the leading technical chart.\",\n\t\tmanifest: {\n\t\t\twindow: {\n\t\t\t\turl: \"https://salesdemo-dev.finsemble.com/components/chartiq/chartiq/technical-analysis-chart.html\",\n\t\t\t\twidth: 800,\n\t\t\t\theight: 600,\n\t\t\t\toptions: {\n\t\t\t\t\tminWidth: 75,\n\t\t\t\t\tsecurityPolicy: \"trusted\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tforeign: {\n\t\t\t\tservices: {\n\t\t\t\t\tdockingService: {\n\t\t\t\t\t\tisArrangable: true,\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tcomponents: {\n\t\t\t\t\t\"App Launcher\": {\n\t\t\t\t\t\tlaunchableByUser: true,\n\t\t\t\t\t},\n\t\t\t\t\tToolbar: {\n\t\t\t\t\t\ticonClass: \"ff-chart-advanced\",\n\t\t\t\t\t},\n\t\t\t\t\t\"Window Manager\": {\n\t\t\t\t\t\tFSBLHeader: true,\n\t\t\t\t\t\tpersistWindowState: true,\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tcomponent: {\n\t\t\t\tpreload: [\"https://salesdemo-dev.finsemble.com/components/chartiq/chartiq.js\"],\n\t\t\t},\n\t\t},\n\t\tmanifestType: \"finsemble\",\n\t\tversion: \"1.0.0\",\n\t\treleaseNotes: \"This is the only version.\",\n\t\ttooltip: \"ChartIQ Advanced Chart\",\n\t\timages: [\n\t\t\t{\n\t\t\t\turl: \"https://i.imgur.com/10C3LdH.png\",\n\t\t\t\ttooltip: \"Candle Chart\",\n\t\t\t},\n\t\t],\n\t\ttags: [\"charts\", \"market data\", \"visualization\", \"graphics\"],\n\t\tcontactEmail: \"info@cosaic.io\",\n\t\tsupportEmail: \"support@finsemble.com\",\n\t\tpublisher: \"Cosaic\",\n\t\ticons: [\n\t\t\t{\n\t\t\t\turl: \"https://i.imgur.com/mpBdiHd.png\",\n\t\t\t},\n\t\t],\n\t},\n\t{\n\t\tappId: \"Example News App\",\n\t\tname: \"Example News App\",\n\t\ttype: \"component\",\n\t\tdescription: \"Financial news headlines.\",\n\t\tmanifest: {\n\t\t\twindow: {\n\t\t\t\turl: \"https://finsemble.chartiq.com/components/widgets/news/news.html\",\n\t\t\t\twidth: 354,\n\t\t\t\theight: 600,\n\t\t\t},\n\t\t\tforeign: {\n\t\t\t\tservices: {\n\t\t\t\t\tdockingService: {\n\t\t\t\t\t\tisArrangable: true,\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tcomponents: {\n\t\t\t\t\tToolbar: {\n\t\t\t\t\t\ticonClass: \"ff-news\",\n\t\t\t\t\t},\n\t\t\t\t\t\"Window Manager\": {\n\t\t\t\t\t\tFSBLHeader: true,\n\t\t\t\t\t\tpersistWindowState: true,\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tmanifestType: \"finsemble\",\n\t\tversion: \"1.0.0\",\n\t\treleaseNotes: \"This is the only version of News\",\n\t\ttooltip: \"News\",\n\t\timages: [\n\t\t\t{\n\t\t\t\turl: \"https://i.imgur.com/6oZjqP7.png\",\n\t\t\t\ttooltip: \"News\",\n\t\t\t},\n\t\t],\n\t\ttags: [\"news\"],\n\t\tcontactEmail: \"info@cosaic.io\",\n\t\tsupportEmail: \"support@finsemble.com\",\n\t\tpublisher: \"Cosaic\",\n\t\ticons: [\n\t\t\t{\n\t\t\t\turl: \"https://i.imgur.com/gHfwucS.png\",\n\t\t\t},\n\t\t],\n\t},\n\t{\n\t\tappId: \"Google\",\n\t\tname: \"Google\",\n\t\tmanifest: {\n\t\t\twindow: {\n\t\t\t\turl: \"http://google.com\",\n\t\t\t\twidth: 1280,\n\t\t\t\theight: 600,\n\t\t\t},\n\t\t\tforeign: {\n\t\t\t\tcomponents: {\n\t\t\t\t\t\"Window Manager\": {\n\t\t\t\t\t\tpersistWindowState: true,\n\t\t\t\t\t\tFSBLHeader: true,\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tmanifestType: \"vendor_type\",\n\t\tversion: \"1\",\n\t\ttitle: \"app title\",\n\t\ttooltip: \"app tip\",\n\t\tdescription: \"\",\n\t\timages: [\n\t\t\t{\n\t\t\t\turl: \"string\",\n\t\t\t},\n\t\t],\n\t\tcontactEmail: \"string\",\n\t\tsupportEmail: \"string\",\n\t\tpublisher: \"string\",\n\t\ticons: [\n\t\t\t{\n\t\t\t\ticon: \"string\",\n\t\t\t},\n\t\t],\n\t\tcustomConfig: [\n\t\t\t{\n\t\t\t\tname: \"string\",\n\t\t\t\tvalue: \"string\",\n\t\t\t},\n\t\t],\n\t\tintents: [\n\t\t\t{\n\t\t\t\tname: \"string\",\n\t\t\t\tdisplayName: \"string\",\n\t\t\t\tcontexts: [\"string\"],\n\t\t\t\tcustomConfig: {},\n\t\t\t},\n\t\t],\n\t\tappName: \"Google\",\n\t},\n] as AppDConfig[];\n\nconst default_menus = {\n\t1: {\n\t\tdisplayName: \"Examples\",\n\t\tapplications: [\"Example Charts App\", \"Example News App\"],\n\t},\n};\n\nconst long_menus = {\n\t1: {\n\t\tdisplayName: \"A\",\n\t\tapplications: [\"Example Charts App\", \"Example News App\"],\n\t},\n\t2: {\n\t\tdisplayName: \"B\",\n\t\tapplications: [\"Example Charts App\", \"Example News App\"],\n\t},\n\t3: {\n\t\tdisplayName: \"C\",\n\t\tapplications: [\"Example Charts App\", \"Example News App\"],\n\t},\n\t4: {\n\t\tdisplayName: \"D\",\n\t\tapplications: [\"Example Charts App\", \"Example News App\"],\n\t},\n\t5: {\n\t\tdisplayName: \"E\",\n\t\tapplications: [],\n\t},\n};\n\nexport const temporary_apps = [\n\t{\n\t\tappId: \"Google\",\n\t\tname: \"Google\",\n\t\tmanifest: {\n\t\t\twindow: {\n\t\t\t\turl: \"http://google.com\",\n\t\t\t\twidth: 1280,\n\t\t\t\theight: 600,\n\t\t\t},\n\t\t\tforeign: {\n\t\t\t\tcomponents: {\n\t\t\t\t\t\"Window Manager\": {\n\t\t\t\t\t\tpersistWindowState: true,\n\t\t\t\t\t\tFSBLHeader: true,\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tmanifestType: \"vendor_type\",\n\t\tversion: \"1\",\n\t\ttitle: \"app title\",\n\t\ttooltip: \"app tip\",\n\t\tdescription: \"\",\n\t\timages: [\n\t\t\t{\n\t\t\t\turl: \"string\",\n\t\t\t},\n\t\t],\n\t\tcontactEmail: \"string\",\n\t\tsupportEmail: \"string\",\n\t\tpublisher: \"string\",\n\t\ticons: [\n\t\t\t{\n\t\t\t\ticon: \"string\",\n\t\t\t},\n\t\t],\n\t\tcustomConfig: [\n\t\t\t{\n\t\t\t\tname: \"string\",\n\t\t\t\tvalue: \"string\",\n\t\t\t},\n\t\t],\n\t\tintents: [\n\t\t\t{\n\t\t\t\tname: \"string\",\n\t\t\t\tdisplayName: \"string\",\n\t\t\t\tcontexts: [\"string\"],\n\t\t\t\tcustomConfig: {},\n\t\t\t},\n\t\t],\n\t\tappName: \"Google\",\n\t},\n\t{\n\t\tappId: \"123456789\",\n\t\tmanifest: {\n\t\t\ttemporary: true,\n\t\t},\n\t},\n] as AppDConfig[];\n\nexport const getApplicationsArgs = (init: \"default\" | \"empty\" | \"long\" | \"temporary\"): ApplicationsProps => {\n\tlet apps: AppDConfig[] = [];\n\tlet menus: any = {};\n\n\tif (init === \"default\") {\n\t\tapps = clone(default_apps);\n\t\tmenus = clone(default_menus);\n\t} else if (init === \"temporary\") {\n\t\tapps = JSON.parse(JSON.stringify(temporary_apps));\n\t} else if (init === \"long\") {\n\t\tapps = clone(default_apps);\n\t\tmenus = clone(long_menus);\n\t}\n\n\treturn {\n\t\tgetApps: () =>\n\t\t\tnew Promise((resolve, reject) => {\n\t\t\t\tresolve({ err: null, apps });\n\t\t\t}),\n\t\taddApp: (appName: string, appConfig: AppDConfig) => {\n\t\t\tapps = [...apps, appConfig];\n\n\t\t\treturn new Promise((resolve, reject) => {\n\t\t\t\tresolve({ err: null });\n\t\t\t});\n\t\t},\n\t\tdeleteApp: (appName: string) => {\n\t\t\tapps = apps.filter((app) => app.appId !== appName);\n\n\t\t\treturn new Promise((resolve, reject) => {\n\t\t\t\tresolve({ err: null });\n\t\t\t});\n\t\t},\n\t\tupdateApp: (appName: string) => new Promise((resolve, reject) => {}),\n\t\tgetAppConfigTemplate: () =>\n\t\t\tnew Promise((resolve, reject) => {\n\t\t\t\tresolve({ config: { ...configTemplate } });\n\t\t\t}),\n\t\tgetMenus: () =>\n\t\t\tnew Promise((resolve, reject) => {\n\t\t\t\tresolve({\n\t\t\t\t\terr: null,\n\t\t\t\t\tmenus,\n\t\t\t\t});\n\t\t\t}),\n\t\taddMenu: (menuConfig: any) =>\n\t\t\tnew Promise((resolve, reject) => {\n\t\t\t\tconst length = String(Object.keys(menus).length + 1);\n\t\t\t\tmenus = {\n\t\t\t\t\t...menus,\n\t\t\t\t\t[length]: menuConfig,\n\t\t\t\t};\n\n\t\t\t\tresolve({ err: null });\n\t\t\t}),\n\t\tupdateMenu: (menuId: string, menuConfig: any) =>\n\t\t\tnew Promise((resolve, reject) => {\n\t\t\t\tmenus = {\n\t\t\t\t\t...menus,\n\t\t\t\t\t[menuId]: menuConfig,\n\t\t\t\t};\n\t\t\t\tresolve({ err: null });\n\t\t\t}),\n\t\tdeleteMenu: (menuId: string) =>\n\t\t\tnew Promise((resolve, reject) => {\n\t\t\t\tconst newMenu = clone(menus);\n\t\t\t\tdelete newMenu[menuId];\n\t\t\t\tmenus = newMenu;\n\t\t\t\tresolve({ err: null });\n\t\t\t}),\n\t};\n};\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"authenticationProps.js","sourceRoot":"","sources":["../../../../src/components/smartDesktopDesigner/fixtures/authenticationProps.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,4BAA4B,GAAG;IAC3C,0BAA0B,EAAE,GAAG,EAAE,CAChC,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAC/B,OAAO,CAAC,EAAE,CAAC,CAAC;IACb,CAAC,CAAC;IACH,0BAA0B,EAAE,CAAC,SAAS,EAAE,EAAE,CACzC,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAC/B,OAAO,CAAC,IAAI,CAAC,CAAC;IACf,CAAC,CAAC;IACH,0BAA0B,EAAE,CAAC,QAAQ,EAAE,EAAE,CACxC,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAC/B,OAAO,CAAC,IAAI,CAAC,CAAC;IACf,CAAC,CAAC;CACoB,CAAC","sourcesContent":["import { AuthenticationProps } from \"../Authentication\";\r\n\r\nexport const default_authentication_props = {\r\n\tgetAuthenticationProviders: () =>\r\n\t\tnew Promise((resolve, reject) => {\r\n\t\t\tresolve([]);\r\n\t\t}),\r\n\tsetAuthenticationProviders: (providers) =>\r\n\t\tnew Promise((resolve, reject) => {\r\n\t\t\tresolve(null);\r\n\t\t}),\r\n\ttestAuthenticationProvider: (provider) =>\r\n\t\tnew Promise((resolve, reject) => {\r\n\t\t\tresolve(null);\r\n\t\t}),\r\n} as AuthenticationProps;\r\n"]}
1
+ {"version":3,"file":"authenticationProps.js","sourceRoot":"","sources":["../../../../src/components/smartDesktopDesigner/fixtures/authenticationProps.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,4BAA4B,GAAG;IAC3C,0BAA0B,EAAE,GAAG,EAAE,CAChC,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAC/B,OAAO,CAAC,EAAE,CAAC,CAAC;IACb,CAAC,CAAC;IACH,0BAA0B,EAAE,CAAC,SAAS,EAAE,EAAE,CACzC,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAC/B,OAAO,CAAC,IAAI,CAAC,CAAC;IACf,CAAC,CAAC;IACH,0BAA0B,EAAE,CAAC,QAAQ,EAAE,EAAE,CACxC,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAC/B,OAAO,CAAC,IAAI,CAAC,CAAC;IACf,CAAC,CAAC;CACoB,CAAC","sourcesContent":["import { AuthenticationProps } from \"../Authentication\";\n\nexport const default_authentication_props = {\n\tgetAuthenticationProviders: () =>\n\t\tnew Promise((resolve, reject) => {\n\t\t\tresolve([]);\n\t\t}),\n\tsetAuthenticationProviders: (providers) =>\n\t\tnew Promise((resolve, reject) => {\n\t\t\tresolve(null);\n\t\t}),\n\ttestAuthenticationProvider: (provider) =>\n\t\tnew Promise((resolve, reject) => {\n\t\t\tresolve(null);\n\t\t}),\n} as AuthenticationProps;\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"configTemplate.js","sourceRoot":"","sources":["../../../../src/components/smartDesktopDesigner/fixtures/configTemplate.ts"],"names":[],"mappings":"AAAA,IAAI,aAAa,GAAG;IACnB,MAAM,EAAE;QAEP,GAAG,EAAE,EAAE;QACP,KAAK,EAAE,IAAI;QACX,MAAM,EAAE,GAAG;KACX;IACD,OAAO,EAAE;QACR,UAAU,EAAE;YACX,gBAAgB,EAAE;gBACjB,kBAAkB,EAAE,IAAI;gBACxB,UAAU,EAAE,IAAI;aAChB;SACD;KACD;CACD,CAAC;AAEF,eAAe;IACd,KAAK,EAAE,KAAK;IACZ,IAAI,EAAE,EAAE;IACR,QAAQ,EAAE,aAAa;IACvB,YAAY,EAAE,aAAa;IAC3B,OAAO,EAAE,GAAG;IACZ,KAAK,EAAE,WAAW;IAClB,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,EAAE;IACf,MAAM,EAAE;QACP;YACC,GAAG,EAAE,QAAQ;SACb;KACD;IACD,YAAY,EAAE,QAAQ;IACtB,YAAY,EAAE,QAAQ;IACtB,SAAS,EAAE,QAAQ;IACnB,KAAK,EAAE;QACN;YACC,IAAI,EAAE,QAAQ;SACd;KACD;IACD,YAAY,EAAE;QACb;YACC,IAAI,EAAE,QAAQ;YACd,KAAK,EAAE,QAAQ;SACf;KACD;IACD,OAAO,EAAE;QACR;YACC,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,QAAQ;YACrB,QAAQ,EAAE,CAAC,QAAQ,CAAC;YACpB,YAAY,EAAE,EAAE;SAChB;KACD;CACD,CAAC","sourcesContent":["let componentJson = {\r\n\twindow: {\r\n\t\t// url: \"$applicationRoot/components/welcome/welcome.html\",\r\n\t\turl: \"\",\r\n\t\twidth: 1280,\r\n\t\theight: 600,\r\n\t},\r\n\tforeign: {\r\n\t\tcomponents: {\r\n\t\t\t\"Window Manager\": {\r\n\t\t\t\tpersistWindowState: true,\r\n\t\t\t\tFSBLHeader: true,\r\n\t\t\t},\r\n\t\t},\r\n\t},\r\n};\r\n\r\nexport default {\r\n\tappId: \"123\",\r\n\tname: \"\",\r\n\tmanifest: componentJson,\r\n\tmanifestType: \"vendor_type\",\r\n\tversion: \"1\",\r\n\ttitle: \"app title\",\r\n\ttooltip: \"app tip\",\r\n\tdescription: \"\",\r\n\timages: [\r\n\t\t{\r\n\t\t\turl: \"string\",\r\n\t\t},\r\n\t],\r\n\tcontactEmail: \"string\",\r\n\tsupportEmail: \"string\",\r\n\tpublisher: \"string\",\r\n\ticons: [\r\n\t\t{\r\n\t\t\ticon: \"string\",\r\n\t\t},\r\n\t],\r\n\tcustomConfig: [\r\n\t\t{\r\n\t\t\tname: \"string\",\r\n\t\t\tvalue: \"string\",\r\n\t\t},\r\n\t],\r\n\tintents: [\r\n\t\t{\r\n\t\t\tname: \"string\",\r\n\t\t\tdisplayName: \"string\",\r\n\t\t\tcontexts: [\"string\"],\r\n\t\t\tcustomConfig: {},\r\n\t\t},\r\n\t],\r\n};\r\n"]}
1
+ {"version":3,"file":"configTemplate.js","sourceRoot":"","sources":["../../../../src/components/smartDesktopDesigner/fixtures/configTemplate.ts"],"names":[],"mappings":"AAAA,IAAI,aAAa,GAAG;IACnB,MAAM,EAAE;QAEP,GAAG,EAAE,EAAE;QACP,KAAK,EAAE,IAAI;QACX,MAAM,EAAE,GAAG;KACX;IACD,OAAO,EAAE;QACR,UAAU,EAAE;YACX,gBAAgB,EAAE;gBACjB,kBAAkB,EAAE,IAAI;gBACxB,UAAU,EAAE,IAAI;aAChB;SACD;KACD;CACD,CAAC;AAEF,eAAe;IACd,KAAK,EAAE,KAAK;IACZ,IAAI,EAAE,EAAE;IACR,QAAQ,EAAE,aAAa;IACvB,YAAY,EAAE,aAAa;IAC3B,OAAO,EAAE,GAAG;IACZ,KAAK,EAAE,WAAW;IAClB,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,EAAE;IACf,MAAM,EAAE;QACP;YACC,GAAG,EAAE,QAAQ;SACb;KACD;IACD,YAAY,EAAE,QAAQ;IACtB,YAAY,EAAE,QAAQ;IACtB,SAAS,EAAE,QAAQ;IACnB,KAAK,EAAE;QACN;YACC,IAAI,EAAE,QAAQ;SACd;KACD;IACD,YAAY,EAAE;QACb;YACC,IAAI,EAAE,QAAQ;YACd,KAAK,EAAE,QAAQ;SACf;KACD;IACD,OAAO,EAAE;QACR;YACC,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,QAAQ;YACrB,QAAQ,EAAE,CAAC,QAAQ,CAAC;YACpB,YAAY,EAAE,EAAE;SAChB;KACD;CACD,CAAC","sourcesContent":["let componentJson = {\n\twindow: {\n\t\t// url: \"$applicationRoot/components/welcome/welcome.html\",\n\t\turl: \"\",\n\t\twidth: 1280,\n\t\theight: 600,\n\t},\n\tforeign: {\n\t\tcomponents: {\n\t\t\t\"Window Manager\": {\n\t\t\t\tpersistWindowState: true,\n\t\t\t\tFSBLHeader: true,\n\t\t\t},\n\t\t},\n\t},\n};\n\nexport default {\n\tappId: \"123\",\n\tname: \"\",\n\tmanifest: componentJson,\n\tmanifestType: \"vendor_type\",\n\tversion: \"1\",\n\ttitle: \"app title\",\n\ttooltip: \"app tip\",\n\tdescription: \"\",\n\timages: [\n\t\t{\n\t\t\turl: \"string\",\n\t\t},\n\t],\n\tcontactEmail: \"string\",\n\tsupportEmail: \"string\",\n\tpublisher: \"string\",\n\ticons: [\n\t\t{\n\t\t\ticon: \"string\",\n\t\t},\n\t],\n\tcustomConfig: [\n\t\t{\n\t\t\tname: \"string\",\n\t\t\tvalue: \"string\",\n\t\t},\n\t],\n\tintents: [\n\t\t{\n\t\t\tname: \"string\",\n\t\t\tdisplayName: \"string\",\n\t\t\tcontexts: [\"string\"],\n\t\t\tcustomConfig: {},\n\t\t},\n\t],\n};\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"exportProps.js","sourceRoot":"","sources":["../../../../src/components/smartDesktopDesigner/fixtures/exportProps.ts"],"names":[],"mappings":"AACA,OAAO,YAAY,MAAM,mBAAmB,CAAC;AAE7C,MAAM,CAAC,MAAM,aAAa,GAAG;IAC5B,qBAAqB,EAAE,IAAI;IAC3B,gBAAgB,EAAE,GAAG,EAAE,CACtB,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAC/B,OAAO,CAAC;YACP,IAAI,EAAE,EAAE;SACS,CAAC,CAAC;IACrB,CAAC,CAAC;IACH,gBAAgB,EAAE,CAAC,WAAgB,EAAE,aAA8B,SAAS,EAAE,EAAE,CAC/E,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAC/B,OAAO,CAAC,UAAU,CAAC,CAAC;IACrB,CAAC,CAAC;IACH,oBAAoB,EAAE,GAAG,EAAE,CAC1B,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAC/B,OAAO,CAAC;YACP,IAAI,EAAE,KAAK;YACX,YAAY,EAAE,oBAAoB;YAClC,WAAW,EAAE,oBAAoB;SACnB,CAAC,CAAC;IAClB,CAAC,CAAC;IACH,kBAAkB,EAAE,GAAG,EAAE,CACxB,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAC/B,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;IACpC,CAAC,CAAC;IACH,gBAAgB,EAAE,CAAC,WAAgB,EAAE,aAA8B,SAAS,EAAE,EAAE,CAC/E,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAC/B,OAAO,CAAC;YACP;gBACC,MAAM,EAAE,kBAAkB;gBAC1B,MAAM,EAAE,mBAAmB;aAC3B;SACD,CAAC,CAAC;IACJ,CAAC,CAAC;CACY,CAAC","sourcesContent":["import { ExportProps } from \"../Export\";\r\nimport publishTests from \"./publishProgress\";\r\n\r\nexport const DEFAULT_PROPS = {\r\n\tprogressCheckInterval: 1000,\r\n\tgetProjectConfig: () =>\r\n\t\tnew Promise((resolve, reject) => {\r\n\t\t\tresolve({\r\n\t\t\t\tname: \"\",\r\n\t\t\t} as ProjectConfig);\r\n\t\t}),\r\n\tcreateProjectZip: (projectName: any, targetPath: any | undefined = undefined) =>\r\n\t\tnew Promise((resolve, reject) => {\r\n\t\t\tresolve(\"test.zip\");\r\n\t\t}),\r\n\tpublishToCosaicCloud: () =>\r\n\t\tnew Promise((resolve, reject) => {\r\n\t\t\tresolve({\r\n\t\t\t\tuuid: \"123\",\r\n\t\t\t\tinstallerURL: \"https://cosaic.io/\",\r\n\t\t\t\tmanifestURL: \"https://cosaic.io/\",\r\n\t\t\t} as DeployInfo);\r\n\t\t}),\r\n\tgetPublishProgress: () =>\r\n\t\tnew Promise((resolve, reject) => {\r\n\t\t\tresolve(publishTests[0].states[0]);\r\n\t\t}),\r\n\tcopyProjectFiles: (projectName: any, targetPath: any | undefined = undefined) =>\r\n\t\tnew Promise((resolve, reject) => {\r\n\t\t\tresolve([\r\n\t\t\t\t{\r\n\t\t\t\t\tsource: \"/tmp/config.json\",\r\n\t\t\t\t\ttarget: \"/seed/config.json\",\r\n\t\t\t\t},\r\n\t\t\t]);\r\n\t\t}),\r\n} as ExportProps;\r\n"]}
1
+ {"version":3,"file":"exportProps.js","sourceRoot":"","sources":["../../../../src/components/smartDesktopDesigner/fixtures/exportProps.ts"],"names":[],"mappings":"AACA,OAAO,YAAY,MAAM,mBAAmB,CAAC;AAE7C,MAAM,CAAC,MAAM,aAAa,GAAG;IAC5B,qBAAqB,EAAE,IAAI;IAC3B,gBAAgB,EAAE,GAAG,EAAE,CACtB,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAC/B,OAAO,CAAC;YACP,IAAI,EAAE,EAAE;SACS,CAAC,CAAC;IACrB,CAAC,CAAC;IACH,gBAAgB,EAAE,CAAC,WAAgB,EAAE,aAA8B,SAAS,EAAE,EAAE,CAC/E,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAC/B,OAAO,CAAC,UAAU,CAAC,CAAC;IACrB,CAAC,CAAC;IACH,oBAAoB,EAAE,GAAG,EAAE,CAC1B,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAC/B,OAAO,CAAC;YACP,IAAI,EAAE,KAAK;YACX,YAAY,EAAE,oBAAoB;YAClC,WAAW,EAAE,oBAAoB;SACnB,CAAC,CAAC;IAClB,CAAC,CAAC;IACH,kBAAkB,EAAE,GAAG,EAAE,CACxB,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAC/B,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;IACpC,CAAC,CAAC;IACH,gBAAgB,EAAE,CAAC,WAAgB,EAAE,aAA8B,SAAS,EAAE,EAAE,CAC/E,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAC/B,OAAO,CAAC;YACP;gBACC,MAAM,EAAE,kBAAkB;gBAC1B,MAAM,EAAE,mBAAmB;aAC3B;SACD,CAAC,CAAC;IACJ,CAAC,CAAC;CACY,CAAC","sourcesContent":["import { ExportProps } from \"../Export\";\nimport publishTests from \"./publishProgress\";\n\nexport const DEFAULT_PROPS = {\n\tprogressCheckInterval: 1000,\n\tgetProjectConfig: () =>\n\t\tnew Promise((resolve, reject) => {\n\t\t\tresolve({\n\t\t\t\tname: \"\",\n\t\t\t} as ProjectConfig);\n\t\t}),\n\tcreateProjectZip: (projectName: any, targetPath: any | undefined = undefined) =>\n\t\tnew Promise((resolve, reject) => {\n\t\t\tresolve(\"test.zip\");\n\t\t}),\n\tpublishToCosaicCloud: () =>\n\t\tnew Promise((resolve, reject) => {\n\t\t\tresolve({\n\t\t\t\tuuid: \"123\",\n\t\t\t\tinstallerURL: \"https://cosaic.io/\",\n\t\t\t\tmanifestURL: \"https://cosaic.io/\",\n\t\t\t} as DeployInfo);\n\t\t}),\n\tgetPublishProgress: () =>\n\t\tnew Promise((resolve, reject) => {\n\t\t\tresolve(publishTests[0].states[0]);\n\t\t}),\n\tcopyProjectFiles: (projectName: any, targetPath: any | undefined = undefined) =>\n\t\tnew Promise((resolve, reject) => {\n\t\t\tresolve([\n\t\t\t\t{\n\t\t\t\t\tsource: \"/tmp/config.json\",\n\t\t\t\t\ttarget: \"/seed/config.json\",\n\t\t\t\t},\n\t\t\t]);\n\t\t}),\n} as ExportProps;\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"projectErrorsProps.js","sourceRoot":"","sources":["../../../../src/components/smartDesktopDesigner/fixtures/projectErrorsProps.ts"],"names":[],"mappings":"AAEA,eAAmC;IAClC,MAAM,EAAE;QACP;YACC,MAAM,EAAE,MAAM;YACd,OAAO,EAAE,eAAe;SACxB;QACD;YACC,MAAM,EAAE,MAAM;YACd,OAAO,EAAE,eAAe;SACxB;KACD;CACD,CAAC","sourcesContent":["import { ProjectErrorsProps } from \"../ProjectErrors\";\r\n\r\nexport default <ProjectErrorsProps>{\r\n\terrors: [\r\n\t\t{\r\n\t\t\tviewId: \"test\",\r\n\t\t\tmessage: \"Error message\",\r\n\t\t},\r\n\t\t{\r\n\t\t\tviewId: \"test\",\r\n\t\t\tmessage: \"Error message\",\r\n\t\t},\r\n\t],\r\n};\r\n"]}
1
+ {"version":3,"file":"projectErrorsProps.js","sourceRoot":"","sources":["../../../../src/components/smartDesktopDesigner/fixtures/projectErrorsProps.ts"],"names":[],"mappings":"AAEA,eAAmC;IAClC,MAAM,EAAE;QACP;YACC,MAAM,EAAE,MAAM;YACd,OAAO,EAAE,eAAe;SACxB;QACD;YACC,MAAM,EAAE,MAAM;YACd,OAAO,EAAE,eAAe;SACxB;KACD;CACD,CAAC","sourcesContent":["import { ProjectErrorsProps } from \"../ProjectErrors\";\n\nexport default <ProjectErrorsProps>{\n\terrors: [\n\t\t{\n\t\t\tviewId: \"test\",\n\t\t\tmessage: \"Error message\",\n\t\t},\n\t\t{\n\t\t\tviewId: \"test\",\n\t\t\tmessage: \"Error message\",\n\t\t},\n\t],\n};\n"]}