@finsemble/finsemble-ui 8.4.2 → 8.5.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (230) hide show
  1. package/FEA.d.ts +48 -4
  2. package/FEA.d.ts.map +1 -1
  3. package/FEA.js.map +1 -1
  4. package/clients/Interop/FinsembleDesktopAgent.d.ts +1 -0
  5. package/clients/Interop/FinsembleDesktopAgent.d.ts.map +1 -1
  6. package/clients/Interop/FinsembleDesktopAgent.js +7 -6
  7. package/clients/Interop/FinsembleDesktopAgent.js.map +1 -1
  8. package/clients/Interop/types.d.ts +1 -0
  9. package/clients/Interop/types.d.ts.map +1 -1
  10. package/clients/StoreModel.js +1 -1
  11. package/clients/StoreModel.js.map +1 -1
  12. package/clients/appsClient.d.ts +34 -0
  13. package/clients/appsClient.d.ts.map +1 -1
  14. package/clients/appsClient.js +56 -9
  15. package/clients/appsClient.js.map +1 -1
  16. package/clients/authenticationClient.d.ts +7 -0
  17. package/clients/authenticationClient.d.ts.map +1 -1
  18. package/clients/authenticationClient.js +7 -0
  19. package/clients/authenticationClient.js.map +1 -1
  20. package/clients/configClient.d.ts +42 -1
  21. package/clients/configClient.d.ts.map +1 -1
  22. package/clients/configClient.js +42 -1
  23. package/clients/configClient.js.map +1 -1
  24. package/clients/dialogManagerClient.d.ts +10 -0
  25. package/clients/dialogManagerClient.d.ts.map +1 -1
  26. package/clients/dialogManagerClient.js +10 -0
  27. package/clients/dialogManagerClient.js.map +1 -1
  28. package/clients/distributedStoreClient.d.ts +3 -0
  29. package/clients/distributedStoreClient.d.ts.map +1 -1
  30. package/clients/distributedStoreClient.js +3 -0
  31. package/clients/distributedStoreClient.js.map +1 -1
  32. package/clients/hotkeyClient.d.ts +5 -0
  33. package/clients/hotkeyClient.d.ts.map +1 -1
  34. package/clients/hotkeyClient.js +5 -0
  35. package/clients/hotkeyClient.js.map +1 -1
  36. package/clients/launcherClient.d.ts +6 -1
  37. package/clients/launcherClient.d.ts.map +1 -1
  38. package/clients/launcherClient.js +3 -1
  39. package/clients/launcherClient.js.map +1 -1
  40. package/clients/logger.d.ts +6 -0
  41. package/clients/logger.d.ts.map +1 -1
  42. package/clients/logger.js +6 -0
  43. package/clients/logger.js.map +1 -1
  44. package/clients/notificationClient.d.ts +17 -0
  45. package/clients/notificationClient.d.ts.map +1 -1
  46. package/clients/notificationClient.js +17 -0
  47. package/clients/notificationClient.js.map +1 -1
  48. package/clients/routerClient.d.ts +14 -0
  49. package/clients/routerClient.d.ts.map +1 -1
  50. package/clients/routerClient.js +14 -0
  51. package/clients/routerClient.js.map +1 -1
  52. package/clients/searchClient.d.ts +5 -0
  53. package/clients/searchClient.d.ts.map +1 -1
  54. package/clients/searchClient.js +5 -0
  55. package/clients/searchClient.js.map +1 -1
  56. package/clients/storageClient.d.ts +11 -1
  57. package/clients/storageClient.d.ts.map +1 -1
  58. package/clients/storageClient.js +11 -1
  59. package/clients/storageClient.js.map +1 -1
  60. package/clients/windowClient.d.ts +47 -1
  61. package/clients/windowClient.d.ts.map +1 -1
  62. package/clients/windowClient.js +47 -1
  63. package/clients/windowClient.js.map +1 -1
  64. package/clients/workspaceClient.d.ts +26 -4
  65. package/clients/workspaceClient.d.ts.map +1 -1
  66. package/clients/workspaceClient.js +26 -4
  67. package/clients/workspaceClient.js.map +1 -1
  68. package/common/Desktop.d.ts +4 -1
  69. package/common/Desktop.d.ts.map +1 -1
  70. package/common/Desktop.js +4 -1
  71. package/common/Desktop.js.map +1 -1
  72. package/common/FinsembleWindow.d.ts +1 -1
  73. package/common/FinsembleWindow.d.ts.map +1 -1
  74. package/common/FinsembleWindow.js +7 -7
  75. package/common/FinsembleWindow.js.map +1 -1
  76. package/deprecated/dragAndDropClient.d.ts +1 -0
  77. package/deprecated/dragAndDropClient.d.ts.map +1 -1
  78. package/deprecated/dragAndDropClient.js +1 -0
  79. package/deprecated/dragAndDropClient.js.map +1 -1
  80. package/main.d.ts +13 -1
  81. package/main.d.ts.map +1 -1
  82. package/package.json +3 -3
  83. package/platform/services/Interop/modules/types.d.ts +2 -0
  84. package/platform/services/Interop/modules/types.d.ts.map +1 -1
  85. package/platform/services/Interop/types.d.ts +16 -1
  86. package/platform/services/Interop/types.d.ts.map +1 -1
  87. package/platform/services/Interop/types.js.map +1 -1
  88. package/platform/services/window/modules/actions.d.ts +5 -0
  89. package/platform/services/window/modules/actions.d.ts.map +1 -1
  90. package/platform/services/window/modules/actions.js +2 -0
  91. package/platform/services/window/modules/actions.js.map +1 -1
  92. package/platform/services/window/types.d.ts +11 -1
  93. package/platform/services/window/types.d.ts.map +1 -1
  94. package/react/actions/smartDesktopDesignerActions.d.ts +7 -1
  95. package/react/actions/smartDesktopDesignerActions.d.ts.map +1 -1
  96. package/react/actions/smartDesktopDesignerActions.js +3 -0
  97. package/react/actions/smartDesktopDesignerActions.js.map +1 -1
  98. package/react/assets/css/dialogs.css +2 -1
  99. package/react/assets/css/userPreferences.css +1 -1
  100. package/react/components/appCatalog/AppCatalog.d.ts +3 -0
  101. package/react/components/appCatalog/AppCatalog.d.ts.map +1 -1
  102. package/react/components/appCatalog/AppCatalog.js +3 -0
  103. package/react/components/appCatalog/AppCatalog.js.map +1 -1
  104. package/react/components/appCatalog/AppCatalogComponent.d.ts +4 -0
  105. package/react/components/appCatalog/AppCatalogComponent.d.ts.map +1 -1
  106. package/react/components/appCatalog/AppCatalogComponent.js +4 -0
  107. package/react/components/appCatalog/AppCatalogComponent.js.map +1 -1
  108. package/react/components/common/Checkbox.d.ts +1 -0
  109. package/react/components/common/Checkbox.d.ts.map +1 -1
  110. package/react/components/common/Checkbox.js +14 -2
  111. package/react/components/common/Checkbox.js.map +1 -1
  112. package/react/components/common/ContextMenu.d.ts.map +1 -1
  113. package/react/components/common/ContextMenu.js +3 -1
  114. package/react/components/common/ContextMenu.js.map +1 -1
  115. package/react/components/common/FinsembleLink.d.ts +7 -0
  116. package/react/components/common/FinsembleLink.d.ts.map +1 -0
  117. package/react/components/common/FinsembleLink.js +13 -0
  118. package/react/components/common/FinsembleLink.js.map +1 -0
  119. package/react/components/common/Header.d.ts +1 -0
  120. package/react/components/common/Header.d.ts.map +1 -1
  121. package/react/components/common/Header.js +4 -2
  122. package/react/components/common/Header.js.map +1 -1
  123. package/react/components/common/css/application-edit-page.css +0 -11
  124. package/react/components/common/css/application-list.css +54 -23
  125. package/react/components/common/css/button.css +20 -0
  126. package/react/components/fdc3Resolver/ResolverDialog.js +1 -1
  127. package/react/components/fdc3Resolver/ResolverDialog.js.map +1 -1
  128. package/react/components/icon/Icon.js +1 -1
  129. package/react/components/icon/Icon.js.map +1 -1
  130. package/react/components/notifications/components/shared/IconButton.d.ts +1 -1
  131. package/react/components/notifications/components/shared/IconButton.d.ts.map +1 -1
  132. package/react/components/notifications/components/shared/IconButton.js +2 -2
  133. package/react/components/notifications/components/shared/IconButton.js.map +1 -1
  134. package/react/components/notifications/components/shared/NotificationCardShell.d.ts +1 -1
  135. package/react/components/notifications/components/shared/NotificationCardShell.d.ts.map +1 -1
  136. package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.d.ts +1 -1
  137. package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.d.ts.map +1 -1
  138. package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.d.ts +1 -1
  139. package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.d.ts.map +1 -1
  140. package/react/components/sdd/Content.d.ts +9 -0
  141. package/react/components/sdd/Content.d.ts.map +1 -0
  142. package/react/components/sdd/Content.js +7 -0
  143. package/react/components/sdd/Content.js.map +1 -0
  144. package/react/components/sdd/Dashboard.d.ts +20 -0
  145. package/react/components/sdd/Dashboard.d.ts.map +1 -0
  146. package/react/components/sdd/Dashboard.js +103 -0
  147. package/react/components/sdd/Dashboard.js.map +1 -0
  148. package/react/components/sdd/Export.d.ts +24 -0
  149. package/react/components/sdd/Export.d.ts.map +1 -0
  150. package/react/components/sdd/Export.js +133 -0
  151. package/react/components/sdd/Export.js.map +1 -0
  152. package/react/components/sdd/ExportCloud.d.ts +7 -0
  153. package/react/components/sdd/ExportCloud.d.ts.map +1 -0
  154. package/react/components/sdd/ExportCloud.js +38 -0
  155. package/react/components/sdd/ExportCloud.js.map +1 -0
  156. package/react/components/sdd/ExportDeployInfo.d.ts +3 -0
  157. package/react/components/sdd/ExportDeployInfo.d.ts.map +1 -0
  158. package/react/components/sdd/ExportDeployInfo.js +18 -0
  159. package/react/components/sdd/ExportDeployInfo.js.map +1 -0
  160. package/react/components/sdd/ExportZip.d.ts +7 -0
  161. package/react/components/sdd/ExportZip.d.ts.map +1 -0
  162. package/react/components/sdd/ExportZip.js +43 -0
  163. package/react/components/sdd/ExportZip.js.map +1 -0
  164. package/react/components/sdd/ProjectErrors.d.ts +12 -0
  165. package/react/components/sdd/ProjectErrors.d.ts.map +1 -0
  166. package/react/components/sdd/ProjectErrors.js +26 -0
  167. package/react/components/sdd/ProjectErrors.js.map +1 -0
  168. package/react/components/sdd/ProjectMasonry.d.ts +13 -0
  169. package/react/components/sdd/ProjectMasonry.d.ts.map +1 -0
  170. package/react/components/sdd/ProjectMasonry.js +22 -0
  171. package/react/components/sdd/ProjectMasonry.js.map +1 -0
  172. package/react/components/sdd/Publish.d.ts +9 -0
  173. package/react/components/sdd/Publish.d.ts.map +1 -0
  174. package/react/components/sdd/Publish.js +113 -0
  175. package/react/components/sdd/Publish.js.map +1 -0
  176. package/react/components/sdd/PublishProgress.d.ts +10 -0
  177. package/react/components/sdd/PublishProgress.d.ts.map +1 -0
  178. package/react/components/sdd/PublishProgress.js +24 -0
  179. package/react/components/sdd/PublishProgress.js.map +1 -0
  180. package/react/components/sdd/View.d.ts +9 -0
  181. package/react/components/sdd/View.d.ts.map +1 -0
  182. package/react/components/sdd/View.js +7 -0
  183. package/react/components/sdd/View.js.map +1 -0
  184. package/react/components/sdd/css/addApp.css +62 -8
  185. package/react/components/sdd/css/appD.css +81 -0
  186. package/react/components/sdd/css/appDViewer.css +93 -0
  187. package/react/components/sdd/css/applications.css +53 -15
  188. package/react/components/sdd/css/exportAppD.css +31 -0
  189. package/react/components/sdd/css/horizontalScroll.css +9 -0
  190. package/react/components/sdd/css/project-header.css +2 -1
  191. package/react/components/sdd/css/views.css +3 -0
  192. package/react/components/sdd/smartDesktopClient.d.ts +627 -0
  193. package/react/components/sdd/smartDesktopClient.d.ts.map +1 -0
  194. package/react/components/sdd/smartDesktopClient.js +1222 -0
  195. package/react/components/sdd/smartDesktopClient.js.map +1 -0
  196. package/react/components/sdd/types.d.ts +9 -0
  197. package/react/components/sdd/types.d.ts.map +1 -0
  198. package/react/components/sdd/types.js +2 -0
  199. package/react/components/sdd/types.js.map +1 -0
  200. package/react/components/toolbar/DownloadButton.d.ts +1 -1
  201. package/react/components/toolbar/DownloadButton.d.ts.map +1 -1
  202. package/react/components/toolbar/DownloadButton.js +3 -6
  203. package/react/components/toolbar/DownloadButton.js.map +1 -1
  204. package/react/components/toolbar/ToolbarIcon.d.ts.map +1 -1
  205. package/react/components/toolbar/ToolbarIcon.js +10 -1
  206. package/react/components/toolbar/ToolbarIcon.js.map +1 -1
  207. package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.d.ts.map +1 -1
  208. package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.js +3 -0
  209. package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.js.map +1 -1
  210. package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.d.ts.map +1 -1
  211. package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.js +1 -1
  212. package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.js.map +1 -1
  213. package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.d.ts.map +1 -1
  214. package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.js +1 -1
  215. package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.js.map +1 -1
  216. package/react/components/windowTitleBar/TabRegion.d.ts.map +1 -1
  217. package/react/components/windowTitleBar/TabRegion.js +4 -0
  218. package/react/components/windowTitleBar/TabRegion.js.map +1 -1
  219. package/react/components/windowTitleBar/TabTitle.js +1 -1
  220. package/react/components/windowTitleBar/TabTitle.js.map +1 -1
  221. package/react/reducers/rootReducer.d.ts +12 -0
  222. package/react/reducers/rootReducer.d.ts.map +1 -1
  223. package/react/reducers/smartDesktopDesignerReducer.d.ts.map +1 -1
  224. package/react/reducers/smartDesktopDesignerReducer.js +12 -0
  225. package/react/reducers/smartDesktopDesignerReducer.js.map +1 -1
  226. package/react/store.d.ts +24 -0
  227. package/react/store.d.ts.map +1 -1
  228. package/react/types/smartDesktopDesignerTypes.d.ts +42 -1
  229. package/react/types/smartDesktopDesignerTypes.d.ts.map +1 -1
  230. package/react/types/smartDesktopDesignerTypes.js.map +1 -1
@@ -4,6 +4,7 @@ import { SelectConnectRule } from "../../platform/services/Interop/types";
4
4
  import { AppDefinition } from "../../platform/services/Interop/types";
5
5
  import { BootStage } from "../../platform/services/systemManager/types";
6
6
  import { DeployInfo } from "../../FEA";
7
+ import { IconProp } from "@fortawesome/fontawesome-svg-core";
7
8
  export declare type ApplicationRule = SelectConnectRule;
8
9
  export declare type ApplicationSaveData = {
9
10
  name: string;
@@ -149,6 +150,7 @@ export declare type SmartDesktopDesignerState = {
149
150
  currentPreload: PreloadType | null;
150
151
  menus: MenuType;
151
152
  preloads: PreloadMap;
153
+ appdServers: AppDServerInfo[];
152
154
  projectInfo: ProjectSaveData;
153
155
  export: {
154
156
  uuid: string | null;
@@ -165,7 +167,8 @@ export declare type SmartDesktopDesignerState = {
165
167
  };
166
168
  export declare type ViewInfo = {
167
169
  id: string;
168
- icon: FinsembleIconType;
170
+ icon?: FinsembleIconType;
171
+ faIcon?: IconProp;
169
172
  name: string;
170
173
  component: React.ReactNode;
171
174
  props?: any;
@@ -183,4 +186,42 @@ export declare type MenuObjType = {
183
186
  export declare type MenuType = {
184
187
  [key: string]: MenuObjType;
185
188
  };
189
+ export declare type AppDApplicationTypes = {
190
+ applications: AppDEntryType[];
191
+ message: string;
192
+ };
193
+ export declare type AppDEntryType = {
194
+ appId: string;
195
+ name: string;
196
+ title: string;
197
+ description: string;
198
+ categories: string[];
199
+ version: string;
200
+ tooltip: string;
201
+ lang: string;
202
+ icons: AppDEntryIconAndImageType[];
203
+ screenshots: AppDEntryIconAndImageType[];
204
+ contactEmail: string;
205
+ supportEmail: string;
206
+ moreInfo?: string;
207
+ publisher: string;
208
+ type: string;
209
+ details: {
210
+ url: string;
211
+ };
212
+ hostManifests?: any;
213
+ interop?: any;
214
+ localizedVersions?: any;
215
+ };
216
+ export declare type AppDEntryIconAndImageType = {
217
+ src: string;
218
+ size?: string;
219
+ type?: string;
220
+ label?: string;
221
+ };
222
+ export declare type AppDServerInfo = {
223
+ url: string;
224
+ displayName: string;
225
+ iconURL?: string;
226
+ };
186
227
  //# sourceMappingURL=smartDesktopDesignerTypes.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"smartDesktopDesignerTypes.d.ts","sourceRoot":"","sources":["../../../../src/ui/types/smartDesktopDesignerTypes.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"smartDesktopDesignerTypes.d.ts","sourceRoot":"","sources":["../../../../src/ui/types/smartDesktopDesignerTypes.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"smartDesktopDesignerTypes.js","sourceRoot":"","sources":["../../../../src/ui/types/smartDesktopDesignerTypes.ts"],"names":[],"mappings":"AAoGA,MAAM,CAAN,IAAY,aAKX;AALD,WAAY,aAAa;IACxB,oCAAmB,CAAA;IACnB,0CAAyB,CAAA;IACzB,sCAAqB,CAAA;IACrB,gCAAe,CAAA;AAChB,CAAC,EALW,aAAa,KAAb,aAAa,QAKxB;AASD,MAAM,CAAN,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC/B,mFAAc,CAAA;IACd,uFAAgB,CAAA;IAChB,qFAAe,CAAA;IACf,yFAAiB,CAAA;AAClB,CAAC,EALW,oBAAoB,KAApB,oBAAoB,QAK/B;AAED,MAAM,CAAN,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC7B,uCAAiB,CAAA;IACjB,2CAAqB,CAAA;AACtB,CAAC,EAHW,kBAAkB,KAAlB,kBAAkB,QAG7B"}
1
+ {"version":3,"file":"smartDesktopDesignerTypes.js","sourceRoot":"","sources":["../../../../src/ui/types/smartDesktopDesignerTypes.ts"],"names":[],"mappings":"AAwGA,MAAM,CAAN,IAAY,aAKX;AALD,WAAY,aAAa;IACxB,oCAAmB,CAAA;IACnB,0CAAyB,CAAA;IACzB,sCAAqB,CAAA;IACrB,gCAAe,CAAA;AAChB,CAAC,EALW,aAAa,KAAb,aAAa,QAKxB;AASD,MAAM,CAAN,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC/B,mFAAc,CAAA;IACd,uFAAgB,CAAA;IAChB,qFAAe,CAAA;IACf,yFAAiB,CAAA;AAClB,CAAC,EALW,oBAAoB,KAApB,oBAAoB,QAK/B;AAED,MAAM,CAAN,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC7B,uCAAiB,CAAA;IACjB,2CAAqB,CAAA;AACtB,CAAC,EAHW,kBAAkB,KAAlB,kBAAkB,QAG7B"}