@elyx-code/editor-ui 0.0.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 (452) hide show
  1. package/README.md +2 -0
  2. package/package.json +109 -0
  3. package/src/App.tsx +31 -0
  4. package/src/Router.tsx +115 -0
  5. package/src/__mocks__/defaultModuleMock.ts +1 -0
  6. package/src/__mocks__/fileMock.ts +1 -0
  7. package/src/__mocks__/styleMock.ts +1 -0
  8. package/src/assets/Clock-11.1s-18px.svg +16 -0
  9. package/src/assets/Clock-11.1s-28px.svg +16 -0
  10. package/src/assets/authentication.svg +1 -0
  11. package/src/assets/canvas-backdrop-0.png +0 -0
  12. package/src/assets/canvas-backdrop-1.png +0 -0
  13. package/src/assets/canvas-backdrop-2.png +0 -0
  14. package/src/assets/canvas-backdrop-3.png +0 -0
  15. package/src/assets/canvas-backdrop-4.png +0 -0
  16. package/src/assets/canvas-backdrop-5.png +0 -0
  17. package/src/assets/canvas-backdrop.png +0 -0
  18. package/src/assets/checkmark-animation.gif +0 -0
  19. package/src/assets/checkmark-animation.mp4 +0 -0
  20. package/src/assets/code-formatting/format-black.svg +6 -0
  21. package/src/assets/code-formatting/format-dark-grey.svg +6 -0
  22. package/src/assets/code-formatting/format-light-grey.svg +6 -0
  23. package/src/assets/code-formatting/format-white.svg +6 -0
  24. package/src/assets/code-formatting/inline-black.svg +5 -0
  25. package/src/assets/code-formatting/inline-dark-grey.svg +5 -0
  26. package/src/assets/code-formatting/inline-light-grey.svg +5 -0
  27. package/src/assets/code-formatting/inline-white.svg +5 -0
  28. package/src/assets/contained-logo-full-word.png +0 -0
  29. package/src/assets/cron-job-color.png +0 -0
  30. package/src/assets/cron-job.png +0 -0
  31. package/src/assets/database-table-color.png +0 -0
  32. package/src/assets/database-table.png +0 -0
  33. package/src/assets/datatype-icons/black/any.svg +1 -0
  34. package/src/assets/datatype-icons/black/binary.svg +1 -0
  35. package/src/assets/datatype-icons/black/boolean.svg +3 -0
  36. package/src/assets/datatype-icons/black/date-time.svg +3 -0
  37. package/src/assets/datatype-icons/black/definition-entity.svg +6 -0
  38. package/src/assets/datatype-icons/black/key-file.svg +1 -0
  39. package/src/assets/datatype-icons/black/list.svg +3 -0
  40. package/src/assets/datatype-icons/black/null.svg +3 -0
  41. package/src/assets/datatype-icons/black/number.svg +13 -0
  42. package/src/assets/datatype-icons/black/project.svg +12 -0
  43. package/src/assets/datatype-icons/black/sql-program.svg +2 -0
  44. package/src/assets/datatype-icons/black/text.svg +3 -0
  45. package/src/assets/datatype-icons/black/unknown.svg +3 -0
  46. package/src/assets/datatype-icons/black/uuid.svg +4 -0
  47. package/src/assets/datatype-icons/black/void.svg +1 -0
  48. package/src/assets/datatype-icons/dark-grey/any.svg +1 -0
  49. package/src/assets/datatype-icons/dark-grey/boolean.svg +3 -0
  50. package/src/assets/datatype-icons/dark-grey/date-time.svg +3 -0
  51. package/src/assets/datatype-icons/dark-grey/definition-entity.svg +6 -0
  52. package/src/assets/datatype-icons/dark-grey/list.svg +3 -0
  53. package/src/assets/datatype-icons/dark-grey/null.svg +3 -0
  54. package/src/assets/datatype-icons/dark-grey/number.svg +13 -0
  55. package/src/assets/datatype-icons/dark-grey/project.svg +12 -0
  56. package/src/assets/datatype-icons/dark-grey/sql-program.svg +2 -0
  57. package/src/assets/datatype-icons/dark-grey/text.svg +3 -0
  58. package/src/assets/datatype-icons/dark-grey/unknown.svg +3 -0
  59. package/src/assets/datatype-icons/dark-grey/uuid.svg +4 -0
  60. package/src/assets/datatype-icons/dark-grey/void.svg +1 -0
  61. package/src/assets/datatype-icons/light-grey/any.svg +1 -0
  62. package/src/assets/datatype-icons/light-grey/boolean.svg +3 -0
  63. package/src/assets/datatype-icons/light-grey/date-time.svg +3 -0
  64. package/src/assets/datatype-icons/light-grey/definition-entity.svg +6 -0
  65. package/src/assets/datatype-icons/light-grey/list.svg +3 -0
  66. package/src/assets/datatype-icons/light-grey/null.svg +3 -0
  67. package/src/assets/datatype-icons/light-grey/number.svg +13 -0
  68. package/src/assets/datatype-icons/light-grey/project.svg +12 -0
  69. package/src/assets/datatype-icons/light-grey/sql-program.svg +2 -0
  70. package/src/assets/datatype-icons/light-grey/text.svg +3 -0
  71. package/src/assets/datatype-icons/light-grey/unknown.svg +3 -0
  72. package/src/assets/datatype-icons/light-grey/uuid.svg +4 -0
  73. package/src/assets/datatype-icons/light-grey/void.svg +1 -0
  74. package/src/assets/edit.png +0 -0
  75. package/src/assets/execution.svg +13 -0
  76. package/src/assets/favicon.svg +14 -0
  77. package/src/assets/file-search.svg +1 -0
  78. package/src/assets/http-endpoint.png +0 -0
  79. package/src/assets/image-input-placeholder.png +0 -0
  80. package/src/assets/logo-full-word-white.png +0 -0
  81. package/src/assets/logo-full-word.png +0 -0
  82. package/src/assets/password.svg +85 -0
  83. package/src/assets/pencil.png +0 -0
  84. package/src/assets/publish-project-rich-icon-2.svg +1 -0
  85. package/src/assets/publish-project-rich-icon.svg +1 -0
  86. package/src/assets/relational-database.png +0 -0
  87. package/src/assets/resources.svg +3 -0
  88. package/src/assets/resume-icon-14px.png +0 -0
  89. package/src/assets/server.png +0 -0
  90. package/src/assets/small-status/checkmark.svg +4 -0
  91. package/src/assets/small-status/error.svg +4 -0
  92. package/src/assets/small-status/loading.svg +4 -0
  93. package/src/assets/small-status/skipped.svg +11 -0
  94. package/src/assets/sql-connection-config.svg +1 -0
  95. package/src/assets/sql-row-transformer.svg +1 -0
  96. package/src/assets/ssl-certificate-config.svg +1 -0
  97. package/src/assets/sync.svg +1 -0
  98. package/src/assets/testing-logic-icon.svg +1 -0
  99. package/src/assets/versions.svg +25 -0
  100. package/src/assets/visual-programming-icon.svg +1 -0
  101. package/src/assets/warning-sign-24px.png +0 -0
  102. package/src/auth/index.ts +318 -0
  103. package/src/components/DialogLoader.tsx +94 -0
  104. package/src/components/EntityDialogHeader.tsx +110 -0
  105. package/src/components/EntityDialogSectionHeader.tsx +214 -0
  106. package/src/components/GalleryAddExternalIntegrationInfoDialog.tsx +87 -0
  107. package/src/components/GenerateProjectStartingLogicPromptDialog.tsx +281 -0
  108. package/src/components/LegacyRouteRedirector.tsx +55 -0
  109. package/src/components/ProPlanChip.tsx +23 -0
  110. package/src/components/ReportBugDialog.tsx +412 -0
  111. package/src/components/RequestIntegrationAccessDialog.tsx +261 -0
  112. package/src/components/UseTemplateProjectDialog.tsx +193 -0
  113. package/src/components/WorkspaceLayout.tsx +152 -0
  114. package/src/components/animated-svg/AnimatedCheckmark.tsx +41 -0
  115. package/src/components/animated-svg/AnimatedCrossmark.tsx +51 -0
  116. package/src/components/animated-svg/AnimatedEmailSending.tsx +38 -0
  117. package/src/components/animated-svg/AnimatedLoading.tsx +72 -0
  118. package/src/components/animated-svg/animated-svg.css +239 -0
  119. package/src/components/canvas/Canvas.tsx +16 -0
  120. package/src/components/canvas/CreateEntityMenu.tsx +2020 -0
  121. package/src/components/canvas/canvas.css +10 -0
  122. package/src/components/canvas/create-entity-menu.css +579 -0
  123. package/src/components/canvas-search/CanvasSearch.tsx +501 -0
  124. package/src/components/canvas-search/canvas-search.css +126 -0
  125. package/src/components/canvas-settings-menu/CanvasSettingsMenuButton.tsx +515 -0
  126. package/src/components/canvas-settings-menu/canvas-settings-menu.css +96 -0
  127. package/src/components/circular-image-upload/CircularImageUpload.tsx +113 -0
  128. package/src/components/circular-image-upload/circular-image-upload.css +69 -0
  129. package/src/components/costs/CostsDialog.tsx +459 -0
  130. package/src/components/data-type/DataTypeBuilder.tsx +3127 -0
  131. package/src/components/data-type/data-type-builder.css +45 -0
  132. package/src/components/dialogs/BetaAcknowledgeDialog.tsx +43 -0
  133. package/src/components/dialogs/ComplexDataDialog.tsx +458 -0
  134. package/src/components/dialogs/CronBuilderDialog.tsx +2145 -0
  135. package/src/components/dialogs/ExternalIntegrationConnections.tsx +565 -0
  136. package/src/components/dialogs/JsonEditorDialog.tsx +1392 -0
  137. package/src/components/dialogs/StringEditorDialog.tsx +268 -0
  138. package/src/components/dialogs/argument-declaration/ArgumentDeclaration.tsx +1167 -0
  139. package/src/components/dialogs/argument-declaration/ArgumentDeclarationDialogContent.tsx +128 -0
  140. package/src/components/dialogs/beta-dialog.css +165 -0
  141. package/src/components/dialogs/condition/Condition.tsx +431 -0
  142. package/src/components/dialogs/condition/ConditionDialogContent.tsx +126 -0
  143. package/src/components/dialogs/definition-entity/DefinitionEntityDialogContent.tsx +973 -0
  144. package/src/components/dialogs/function-call/FunctionCall.tsx +442 -0
  145. package/src/components/dialogs/function-call/FunctionCallDialogContent.tsx +126 -0
  146. package/src/components/dialogs/function-declaration/FunctionDeclaration.tsx +926 -0
  147. package/src/components/dialogs/function-declaration/FunctionDeclarationDialogContent.tsx +124 -0
  148. package/src/components/dialogs/generating-project-starting-logic-overlay/GeneratingProjectStartingLogicOverlay.tsx +176 -0
  149. package/src/components/dialogs/generating-project-starting-logic-overlay/generating-project-starting-logic-overlay.css +13 -0
  150. package/src/components/dialogs/global-event/GlobalEvent.tsx +475 -0
  151. package/src/components/dialogs/global-event/GlobalEventDialogContent.tsx +126 -0
  152. package/src/components/dialogs/help/HelpDialog.tsx +217 -0
  153. package/src/components/dialogs/help/HelpDilalogHomeContent.tsx +178 -0
  154. package/src/components/dialogs/help/help-dialog.css +116 -0
  155. package/src/components/dialogs/help/help-icon/HelpIconButton.tsx +41 -0
  156. package/src/components/dialogs/help/help-icon/help-icon.css +9 -0
  157. package/src/components/dialogs/input-map/InputMap.tsx +635 -0
  158. package/src/components/dialogs/input-map/InputMapDialogContent.tsx +126 -0
  159. package/src/components/dialogs/json-editor-dialog.css +4 -0
  160. package/src/components/dialogs/loop/Loop.tsx +650 -0
  161. package/src/components/dialogs/loop/LoopDialogContent.tsx +122 -0
  162. package/src/components/dialogs/operation/Operation.tsx +440 -0
  163. package/src/components/dialogs/operation/OperationDialogContent.tsx +126 -0
  164. package/src/components/dialogs/output-map/OutputMap.tsx +536 -0
  165. package/src/components/dialogs/output-map/OutputMapDialogContent.tsx +126 -0
  166. package/src/components/dialogs/property/Property.tsx +1490 -0
  167. package/src/components/dialogs/property/PropertyDialogContent.tsx +106 -0
  168. package/src/components/dialogs/search-statement/ColumnSelector.tsx +334 -0
  169. package/src/components/dialogs/search-statement/ConditionBuilder.tsx +750 -0
  170. package/src/components/dialogs/search-statement/DataAggregationSection.tsx +621 -0
  171. package/src/components/dialogs/search-statement/DataSourceSelection.tsx +734 -0
  172. package/src/components/dialogs/search-statement/EntityMetadataSection.tsx +135 -0
  173. package/src/components/dialogs/search-statement/FilterConditionsSection.tsx +151 -0
  174. package/src/components/dialogs/search-statement/InlineInputMap.tsx +153 -0
  175. package/src/components/dialogs/search-statement/LiteralValue.tsx +616 -0
  176. package/src/components/dialogs/search-statement/MainSourceAndInputsSection.tsx +271 -0
  177. package/src/components/dialogs/search-statement/NestedSearchStatementBuilder.tsx +170 -0
  178. package/src/components/dialogs/search-statement/OutputFormatSection.tsx +1779 -0
  179. package/src/components/dialogs/search-statement/ResultsSection.tsx +344 -0
  180. package/src/components/dialogs/search-statement/SearchStatementBuilder.tsx +251 -0
  181. package/src/components/dialogs/search-statement/SearchStatementDialogContent.tsx +398 -0
  182. package/src/components/dialogs/search-statement/ValueSelector.tsx +766 -0
  183. package/src/components/dialogs/search-statement/search-statement-context.tsx +1630 -0
  184. package/src/components/dialogs/search-statement/search-statement-dialog.css +56 -0
  185. package/src/components/dialogs/search-statement/test.sql +111 -0
  186. package/src/components/dialogs/value-descriptor/ValueDescriptor.tsx +824 -0
  187. package/src/components/dialogs/value-descriptor/ValueDescriptorDialogContent.tsx +124 -0
  188. package/src/components/dialogs/variable-declaration/VariableDeclaration.tsx +836 -0
  189. package/src/components/dialogs/variable-declaration/VariableDeclarationDialogContent.tsx +106 -0
  190. package/src/components/dialogs/variable-instance/VariableInstance.tsx +443 -0
  191. package/src/components/dialogs/variable-instance/VariableInstanceDialogContent.tsx +124 -0
  192. package/src/components/draggable-entity-card/ArgumentDeclaration.tsx +736 -0
  193. package/src/components/draggable-entity-card/CollapseEntityButton.tsx +170 -0
  194. package/src/components/draggable-entity-card/ConditionCard.tsx +1062 -0
  195. package/src/components/draggable-entity-card/ConnectionDeleteButton.tsx +309 -0
  196. package/src/components/draggable-entity-card/DataTypeIcon.tsx +624 -0
  197. package/src/components/draggable-entity-card/DraggableEntityCard.tsx +617 -0
  198. package/src/components/draggable-entity-card/ErrorMapProperty.tsx +464 -0
  199. package/src/components/draggable-entity-card/EventCard.tsx +700 -0
  200. package/src/components/draggable-entity-card/ExecutionInProgressValue.tsx +327 -0
  201. package/src/components/draggable-entity-card/FunctionDeclarationCard.tsx +819 -0
  202. package/src/components/draggable-entity-card/InputMapProperty.tsx +1067 -0
  203. package/src/components/draggable-entity-card/InternalCall.tsx +978 -0
  204. package/src/components/draggable-entity-card/InternalCallExecutionNode.tsx +643 -0
  205. package/src/components/draggable-entity-card/LogicScopeCallerNode.tsx +262 -0
  206. package/src/components/draggable-entity-card/LoopCard.tsx +791 -0
  207. package/src/components/draggable-entity-card/MainValueInput.tsx +523 -0
  208. package/src/components/draggable-entity-card/MainValueOutput.tsx +458 -0
  209. package/src/components/draggable-entity-card/MethodDeclaration.tsx +1088 -0
  210. package/src/components/draggable-entity-card/NestedCondition.tsx +1025 -0
  211. package/src/components/draggable-entity-card/OutputMapProperty.tsx +843 -0
  212. package/src/components/draggable-entity-card/PassthroughEntityCard.tsx +1247 -0
  213. package/src/components/draggable-entity-card/ReturnedError.tsx +549 -0
  214. package/src/components/draggable-entity-card/SmallSuccessFailureNodes.tsx +523 -0
  215. package/src/components/draggable-entity-card/SuccessFailureNodes.tsx +509 -0
  216. package/src/components/draggable-entity-card/TestEntityButton.tsx +946 -0
  217. package/src/components/draggable-entity-card/TestMenu.tsx +523 -0
  218. package/src/components/draggable-entity-card/TestMenuValidationDropdown.tsx +84 -0
  219. package/src/components/draggable-entity-card/UnreachableMarker.tsx +114 -0
  220. package/src/components/draggable-entity-card/VariableCard.tsx +1577 -0
  221. package/src/components/draggable-entity-card/VariableScopeMarker.tsx +117 -0
  222. package/src/components/draggable-entity-card/collapse-entity-button.css +44 -0
  223. package/src/components/draggable-entity-card/definition-entity/DefinitionEntityCard.tsx +1181 -0
  224. package/src/components/draggable-entity-card/definition-entity/DefinitionEntityIcon.tsx +36 -0
  225. package/src/components/draggable-entity-card/definition-entity/DefinitionEntityProperty.tsx +478 -0
  226. package/src/components/draggable-entity-card/definition-entity/DynamicFooterActions.tsx +112 -0
  227. package/src/components/draggable-entity-card/definition-entity/actions/external-integration-connection/ExportCredentialsFooterAction.tsx +461 -0
  228. package/src/components/draggable-entity-card/definition-entity/actions/external-integration-connection/RestablishConnectionFooterAction.tsx +199 -0
  229. package/src/components/draggable-entity-card/definition-entity/actions/external-integration-connection/restablish-connection-footer-action.css +85 -0
  230. package/src/components/draggable-entity-card/definition-entity/actions/google-drive/GoogleDriveFilePickerAPIFooterAction.tsx +277 -0
  231. package/src/components/draggable-entity-card/definition-entity/actions/google-drive/google-drive-file-picker-api-footer-action.css +107 -0
  232. package/src/components/draggable-entity-card/definition-entity/actions/persisted-entity/DatabaseFooterAction.tsx +452 -0
  233. package/src/components/draggable-entity-card/definition-entity/actions/persisted-entity/database-footer-action.css +86 -0
  234. package/src/components/draggable-entity-card/definition-entity/definition-entity-card.css +17 -0
  235. package/src/components/draggable-entity-card/draggable-entity-card.css +1140 -0
  236. package/src/components/draggable-entity-card/entity-locked-icon/EntityLockedIcon.tsx +133 -0
  237. package/src/components/draggable-entity-card/entity-locked-icon/entity-locked.css +8 -0
  238. package/src/components/draggable-entity-card/expand-properties-icon-button/ExpandPropertiesIconButton.tsx +84 -0
  239. package/src/components/draggable-entity-card/expand-properties-icon-button/expand-properties-icon-button.css +21 -0
  240. package/src/components/draggable-entity-card/implement-entity-icon/ImplementEntityIcon.tsx +74 -0
  241. package/src/components/draggable-entity-card/implement-entity-icon/implement-entity-icon.css +13 -0
  242. package/src/components/draggable-entity-card/logic-error/LogicErrorIconMenu.tsx +424 -0
  243. package/src/components/draggable-entity-card/logic-error/logic-error.css +23 -0
  244. package/src/components/draggable-entity-card/new-card-input-button/NewCardInputButton.tsx +193 -0
  245. package/src/components/draggable-entity-card/new-card-input-button/NewDynamicInputButton.tsx +214 -0
  246. package/src/components/draggable-entity-card/new-card-input-button/new-card-input-button.css +71 -0
  247. package/src/components/draggable-entity-card/new-card-output-button/NewCardOutputButton.tsx +192 -0
  248. package/src/components/draggable-entity-card/new-card-output-button/new-card-output-button.css +71 -0
  249. package/src/components/draggable-entity-card/termination-statement/TerminationStatementCard.tsx +1543 -0
  250. package/src/components/draggable-entity-card/termination-statement/termination-statement-card.css +17 -0
  251. package/src/components/draggable-entity-card/test-entity-button.css +55 -0
  252. package/src/components/draggable-entity-card/test-menu.css +181 -0
  253. package/src/components/draggable-entity-card/unreachable-marker.css +43 -0
  254. package/src/components/draggable-entity-card/variable-scope-marker.css +22 -0
  255. package/src/components/dynamic-value/DynamicValue.tsx +2395 -0
  256. package/src/components/dynamic-value/DynamicValueEntry.tsx +1957 -0
  257. package/src/components/dynamic-value/dynamic-value.css +230 -0
  258. package/src/components/editor/ElyxMonacoEditor.tsx +38 -0
  259. package/src/components/entity-error/EntityErrorListItem.tsx +47 -0
  260. package/src/components/entity-error/entity-error.css +198 -0
  261. package/src/components/entity-icon/EntityIcon.tsx +292 -0
  262. package/src/components/entity-icon/entity-icon.css +39 -0
  263. package/src/components/gallery-card/CreateNewProject.tsx +222 -0
  264. package/src/components/gallery-card/GalleryCard.tsx +171 -0
  265. package/src/components/gallery-card/MarketplaceCard.tsx +87 -0
  266. package/src/components/gallery-card/ProjectDuplicationCard.tsx +575 -0
  267. package/src/components/gallery-card/gallery-card.css +25 -0
  268. package/src/components/notifications/NotificationsIconButton.tsx +124 -0
  269. package/src/components/notifications/NotificationsPanel.tsx +385 -0
  270. package/src/components/notifications/notifications.css +189 -0
  271. package/src/components/online-users/LocalOnlineUsers.tsx +175 -0
  272. package/src/components/online-users/PageOnlineUsers.tsx +297 -0
  273. package/src/components/online-users/online-users.css +72 -0
  274. package/src/components/page-backdrop/PageBackdrop.tsx +8 -0
  275. package/src/components/page-backdrop/page-backdrop.css +7 -0
  276. package/src/components/project-configuration/DeleteProjectConfirmationDialog.tsx +134 -0
  277. package/src/components/project-configuration/ProjectConfigurationDialog.tsx +972 -0
  278. package/src/components/project-configuration/ProjectDataForm.tsx +121 -0
  279. package/src/components/project-configuration/UnpublishProjectConfirmationDialog.tsx +162 -0
  280. package/src/components/project-configuration/project-configuration-content.css +209 -0
  281. package/src/components/project-name/ProjectName.tsx +2025 -0
  282. package/src/components/project-name/project-name.css +599 -0
  283. package/src/components/publishing/Publication.tsx +133 -0
  284. package/src/components/publishing/history/PublicationHistoryContent.tsx +414 -0
  285. package/src/components/publishing/history/PublicationHistoryDialog.tsx +234 -0
  286. package/src/components/publishing/preview/PublicationPreviewDialog.tsx +1158 -0
  287. package/src/components/publishing/preview/PublishingPriceForecast.tsx +160 -0
  288. package/src/components/publishing/preview/PublishingResourcesDetails.tsx +91 -0
  289. package/src/components/publishing/publication-sequence/PublishingSequenceContent.tsx +375 -0
  290. package/src/components/publishing/publication-sequence/PublishingSequenceDialog.tsx +344 -0
  291. package/src/components/publishing/publishing-dialog.css +142 -0
  292. package/src/components/publishing/utils.ts +227 -0
  293. package/src/components/resources/ResourcesDialog.tsx +591 -0
  294. package/src/components/resources/UpgradeBanner.tsx +102 -0
  295. package/src/components/resources/codebase/CodebaseDetails.tsx +156 -0
  296. package/src/components/resources/cron-job/CronJobsList.tsx +532 -0
  297. package/src/components/resources/functions/FunctionsList.tsx +454 -0
  298. package/src/components/resources/http-api/HttpAPI.tsx +566 -0
  299. package/src/components/resources/http-api/HttpAPIClientModule.tsx +37 -0
  300. package/src/components/resources/logs/LogsViewer.tsx +768 -0
  301. package/src/components/resources/query.ts +74 -0
  302. package/src/components/resources/relational-database/DatabaseTable.tsx +905 -0
  303. package/src/components/resources/relational-database/RelationalDatabase.tsx +83 -0
  304. package/src/components/resources/relational-database/RelationalDatabaseSecrets.tsx +361 -0
  305. package/src/components/resources/resources-dialog.css +74 -0
  306. package/src/components/test-relational-database/DatabaseTable.tsx +913 -0
  307. package/src/components/test-relational-database/TestDatabaseDialogContent.tsx +670 -0
  308. package/src/components/test-relational-database/query.ts +74 -0
  309. package/src/components/toolbar/ToolBar.tsx +236 -0
  310. package/src/components/toolbar/toolbar.css +78 -0
  311. package/src/components/transaction-history/TransactionHistoryDialog.tsx +268 -0
  312. package/src/components/user/CurrentUserAvatar.tsx +65 -0
  313. package/src/components/user/UserChip.tsx +62 -0
  314. package/src/components/user/user.css +39 -0
  315. package/src/components/user-profile/ChangePasswordForm.tsx +67 -0
  316. package/src/components/user-profile/OwnUserProfileContent.tsx +665 -0
  317. package/src/components/user-profile/PublicUserProfileContent.tsx +99 -0
  318. package/src/components/user-profile/UserDataForm.tsx +75 -0
  319. package/src/components/user-profile/UserProfileDialog.tsx +110 -0
  320. package/src/components/user-profile/user-profile-content.css +25 -0
  321. package/src/config.ts +130 -0
  322. package/src/globals.d.ts +13 -0
  323. package/src/index.html +27 -0
  324. package/src/index.tsx +23 -0
  325. package/src/lib/badge/Badge.tsx +35 -0
  326. package/src/lib/badge/badge.css +32 -0
  327. package/src/lib/button/Button.tsx +129 -0
  328. package/src/lib/button/button.css +145 -0
  329. package/src/lib/canvas/canvas-undo-redo.ts +263 -0
  330. package/src/lib/canvas/defs.ts +170 -0
  331. package/src/lib/canvas/index.test.ts +189 -0
  332. package/src/lib/canvas/index.ts +6999 -0
  333. package/src/lib/canvas/utils.ts +59 -0
  334. package/src/lib/card/Card.tsx +62 -0
  335. package/src/lib/card/LoadingCard.tsx +82 -0
  336. package/src/lib/card/card.css +259 -0
  337. package/src/lib/chip/Chip.tsx +79 -0
  338. package/src/lib/chip/chip.css +0 -0
  339. package/src/lib/dialog/Dialog.tsx +122 -0
  340. package/src/lib/dialog/SmallDialog.tsx +61 -0
  341. package/src/lib/dialog/dialog.css +40 -0
  342. package/src/lib/display-data-structure/index.tsx +21 -0
  343. package/src/lib/dropdown/CanvasDropdownMenuCard.tsx +68 -0
  344. package/src/lib/dropdown/CanvasDropdownMenuCardOption.tsx +136 -0
  345. package/src/lib/dropdown/DropdownButton.tsx +104 -0
  346. package/src/lib/dropdown/DropdownMenuCard.tsx +324 -0
  347. package/src/lib/dropdown/DropdownMenuPopup.tsx +27 -0
  348. package/src/lib/dropdown/dropdown-button.css +76 -0
  349. package/src/lib/dropdown/dropdown-menu.css +151 -0
  350. package/src/lib/json-editor/RawJsonEditor.tsx +137 -0
  351. package/src/lib/json-editor/json-editor.css +35 -0
  352. package/src/lib/loader/Loader.tsx +120 -0
  353. package/src/lib/loader/loader.css +38 -0
  354. package/src/lib/pagination/Pagination.tsx +64 -0
  355. package/src/lib/popup/CanvasPopupBaseComponent.tsx +103 -0
  356. package/src/lib/popup/Popup.tsx +243 -0
  357. package/src/lib/popup/popup.css +16 -0
  358. package/src/lib/table/RowForm.tsx +301 -0
  359. package/src/lib/table/Table.tsx +1069 -0
  360. package/src/lib/table/table.css +249 -0
  361. package/src/lib/table/types.ts +108 -0
  362. package/src/lib/text-area/TextArea.tsx +183 -0
  363. package/src/lib/text-area/text-area.css +156 -0
  364. package/src/lib/text-field/TextField.tsx +218 -0
  365. package/src/lib/text-field/index.ts +8 -0
  366. package/src/lib/text-field/text-field.css +201 -0
  367. package/src/lib/tooltip/Tooltip.tsx +24 -0
  368. package/src/lib/tooltip/tooltip.css +17 -0
  369. package/src/localization/index.ts +47 -0
  370. package/src/main.css +343 -0
  371. package/src/pages/Auth.tsx +848 -0
  372. package/src/pages/Editor.tsx +883 -0
  373. package/src/pages/ErrorPage.tsx +179 -0
  374. package/src/pages/Gallery.tsx +1693 -0
  375. package/src/pages/NewPaymentMethodCallback.tsx +53 -0
  376. package/src/pages/NotFoundPage.tsx +126 -0
  377. package/src/pages/PricingPlans.tsx +155 -0
  378. package/src/pages/auth.css +304 -0
  379. package/src/pages/gallery.css +421 -0
  380. package/src/payments/index.ts +187 -0
  381. package/src/popup-notification/index.ts +90 -0
  382. package/src/services/database/index.ts +1 -0
  383. package/src/services/database/utils.ts +1301 -0
  384. package/src/services/editor/CanvasElement.tsx +2934 -0
  385. package/src/services/editor/CanvasElementConnectionDeleteButton.ts +204 -0
  386. package/src/services/editor/CanvasPopup.tsx +749 -0
  387. package/src/services/editor/EditorService.ts +8157 -0
  388. package/src/services/editor/area.ts +1312 -0
  389. package/src/services/editor/connections.ts +1019 -0
  390. package/src/services/editor/create/condition.ts +25 -0
  391. package/src/services/editor/create/definition-entity.ts +29 -0
  392. package/src/services/editor/create/function-call.ts +25 -0
  393. package/src/services/editor/create/global-event.ts +33 -0
  394. package/src/services/editor/create/loop.ts +25 -0
  395. package/src/services/editor/create/operation.ts +30 -0
  396. package/src/services/editor/create/utils.ts +140 -0
  397. package/src/services/editor/create/variable-declaration.ts +135 -0
  398. package/src/services/editor/create/variable-instance.ts +100 -0
  399. package/src/services/editor/editor-ui-extensions-context.ts +43 -0
  400. package/src/services/editor/entities-metadata.json +9310 -0
  401. package/src/services/editor/icons.ts +1093 -0
  402. package/src/services/editor/index.ts +1 -0
  403. package/src/services/editor/layout.ts +102 -0
  404. package/src/services/editor/modules/built-in-function-implementations/base.ts +14 -0
  405. package/src/services/editor/modules/built-in-function-implementations/create-persisted-entity/index.ts +56 -0
  406. package/src/services/editor/modules/built-in-function-implementations/delete-persisted-entity/index.ts +55 -0
  407. package/src/services/editor/modules/built-in-function-implementations/index.ts +4 -0
  408. package/src/services/editor/modules/built-in-function-implementations/update-persisted-entity/index.ts +56 -0
  409. package/src/services/editor/modules/operations-implementations/external-integrations/google-drive/get-files.ts +183 -0
  410. package/src/services/editor/modules/operations-implementations/external-integrations/google-drive/list-drives.ts +124 -0
  411. package/src/services/editor/modules/operations-implementations/external-integrations/google-drive/list-root-folders.ts +125 -0
  412. package/src/services/editor/modules/operations-implementations/external-integrations/google-drive/smart-fetch-document.ts +702 -0
  413. package/src/services/editor/modules/operations-implementations/external-integrations/google-drive/upload-document.ts +535 -0
  414. package/src/services/editor/modules/operations-implementations/external-integrations/google-gemini/generate-content.ts +193 -0
  415. package/src/services/editor/modules/operations-implementations/external-integrations/google-mail/get-emails.ts +586 -0
  416. package/src/services/editor/modules/operations-implementations/external-integrations/google-mail/send-email.ts +386 -0
  417. package/src/services/editor/modules/operations-implementations/external-integrations/index.ts +12 -0
  418. package/src/services/editor/modules/operations-implementations/external-integrations/slack/channels.ts +240 -0
  419. package/src/services/editor/modules/operations-implementations/external-integrations/slack/messages.ts +210 -0
  420. package/src/services/editor/modules/operations-implementations/external-integrations/slack/replies.ts +200 -0
  421. package/src/services/editor/modules/operations-implementations/external-integrations/slack/send-message.ts +177 -0
  422. package/src/services/editor/modules/operations-implementations/index.ts +1 -0
  423. package/src/services/editor/modules/search-node-implementation/index.ts +42 -0
  424. package/src/services/editor/modules/sql-migrations-generation.tsx +1054 -0
  425. package/src/services/editor/publication/publication.ts +578 -0
  426. package/src/services/editor/ui.ts +1348 -0
  427. package/src/services/editor/utils.ts +5868 -0
  428. package/src/services/editor/value-store.ts +619 -0
  429. package/src/services/execution/built-in-function-implementations.ts +422 -0
  430. package/src/services/execution/index.ts +4747 -0
  431. package/src/services/execution/logic.ts +121 -0
  432. package/src/services/execution/test-instance.tsx +2296 -0
  433. package/src/services/execution/utils.ts +33 -0
  434. package/src/services/execution/value-resolution.test.ts +424 -0
  435. package/src/services/execution/value-resolution.ts +4087 -0
  436. package/src/services/integrations/ExternalIntegrationsService.ts +439 -0
  437. package/src/services/integrations/api.ts +175 -0
  438. package/src/services/local-relational-database/idb_helper.ts +66 -0
  439. package/src/services/local-relational-database/index.ts +3308 -0
  440. package/src/services/local-relational-database/utils.ts +403 -0
  441. package/src/services/notifications/index.ts +525 -0
  442. package/src/services/user/index.ts +144 -0
  443. package/src/setupTests.ts +1 -0
  444. package/src/socket/socket.ts +248 -0
  445. package/src/socket/utils.ts +10 -0
  446. package/src/store/workspace.ts +12 -0
  447. package/src/theme.ts +19 -0
  448. package/src/utils/DOM.ts +39 -0
  449. package/src/utils/date.ts +169 -0
  450. package/src/utils/index.ts +158 -0
  451. package/src/utils/react.tsx +679 -0
  452. package/src/utils/testing.ts +103 -0
@@ -0,0 +1,1167 @@
1
+ import React, { useCallback, useEffect, useMemo, useState } from 'react';
2
+ import {
3
+ ChangeSet,
4
+ ChangeSetEntityChangeType,
5
+ DataTypeState,
6
+ EntityId,
7
+ EntityType,
8
+ ProjectState,
9
+ resolveEntityName,
10
+ ValueDescriptorState,
11
+ ArgumentDeclarationState,
12
+ READABLE_ENTITY_TYPES,
13
+ EntityInstanceErrorCode,
14
+ IValueDescriptorShallowTransfer,
15
+ IPropertyShallowTransfer,
16
+ PropertyState,
17
+ StateMutationErrorCode,
18
+ translateLogicErrorCodeShort,
19
+ toSentenceCase,
20
+ getRecursiveParentsIds,
21
+ StateMutationAction,
22
+ } from '@elyx-code/project-logic-tree';
23
+ import {
24
+ Alert,
25
+ Autocomplete,
26
+ TextField,
27
+ Tooltip as MuiTooltip,
28
+ Box,
29
+ Checkbox,
30
+ Chip,
31
+ Stack,
32
+ Collapse,
33
+ FormGroup,
34
+ FormControlLabel,
35
+ } from '@mui/material';
36
+ import CancelIcon from '@mui/icons-material/Cancel';
37
+ import CheckBoxOutlineBlankIcon from '@mui/icons-material/CheckBoxOutlineBlank';
38
+ import CheckBoxIcon from '@mui/icons-material/CheckBox';
39
+ import { EditorService } from '../../../services/editor';
40
+ import DataTypeBuilder, {
41
+ AllowedDataTypeListTypes,
42
+ ILiteralValueOption,
43
+ } from '../../data-type/DataTypeBuilder';
44
+ import Tooltip from '../../../lib/tooltip/Tooltip';
45
+ import Button from '../../../lib/button/Button';
46
+ import { useParams } from 'react-router-dom';
47
+ import EntityIcon from '../../entity-icon/EntityIcon';
48
+ import EntityDialogSectionHeader from '../../EntityDialogSectionHeader';
49
+ import DynamicValueEntry from '../../dynamic-value/DynamicValueEntry';
50
+ import WarningIcon from '../../../assets/warning-sign-24px.png';
51
+ import { DataTypeBuilderOption } from '../../../services/editor/utils';
52
+ import { debounce } from '../../../utils';
53
+
54
+ const icon = <CheckBoxOutlineBlankIcon fontSize='small' />;
55
+ const checkedIcon = <CheckBoxIcon fontSize='small' />;
56
+
57
+ export interface IArgumentDeclarationProps {
58
+ project: EditorService;
59
+ entity?: ArgumentDeclarationState;
60
+ onClose?: (e: any) => void;
61
+ }
62
+
63
+ export enum ArgumentDeclarationErrorEnum {
64
+ NameRequired = 'name-required',
65
+ IncompleteDataType = 'incomplete-data-type',
66
+ }
67
+
68
+ export type ArgumentDeclarationError =
69
+ | ArgumentDeclarationErrorEnum
70
+ | EntityInstanceErrorCode;
71
+
72
+ export function fromArgumentDeclarationErrorToReadableMessage(
73
+ error: ArgumentDeclarationError | string,
74
+ ): string {
75
+ switch (error) {
76
+ case ArgumentDeclarationErrorEnum.NameRequired:
77
+ return 'Name is required';
78
+ case ArgumentDeclarationErrorEnum.IncompleteDataType:
79
+ return 'The composition of the data type is incomplete. Please fill in all required fields on each data type element.';
80
+ default:
81
+ return toSentenceCase(error);
82
+ }
83
+ }
84
+
85
+ function calculateArgumentDeclarationCreationFormErrors(
86
+ entity: ArgumentDeclarationState,
87
+ ): (ArgumentDeclarationError | string)[] {
88
+ const errors: (ArgumentDeclarationError | string)[] = [];
89
+
90
+ if (!entity.name) {
91
+ errors.push(ArgumentDeclarationErrorEnum.NameRequired);
92
+ }
93
+
94
+ if (!!entity.dataType) {
95
+ if (!entity.dataType.isResolved) {
96
+ errors.push(ArgumentDeclarationErrorEnum.IncompleteDataType);
97
+ }
98
+
99
+ const flatErrors = (
100
+ entity.dataType.toFlat().filter((child) => {
101
+ if (child.type === EntityType.DataType) {
102
+ if (child.id === entity.dataType.id) {
103
+ // This is the root data type, skip
104
+ return true;
105
+ }
106
+
107
+ const allParentsOfNestedDT = getRecursiveParentsIds(child);
108
+
109
+ if (allParentsOfNestedDT.includes(entity.dataType.id)) {
110
+ // This is a nested data type that creates a circular reference
111
+ return true;
112
+ } else {
113
+ return false;
114
+ }
115
+ }
116
+
117
+ return false;
118
+ }) as DataTypeState[]
119
+ ).flatMap((dt) => dt.getShallowErrors());
120
+
121
+ if (flatErrors.length > 0) {
122
+ errors.push(
123
+ ...flatErrors.map((err) => translateLogicErrorCodeShort(err)),
124
+ );
125
+ }
126
+ }
127
+
128
+ return errors;
129
+ }
130
+
131
+ // Not all entity types can have inputs with any data type
132
+ // Sometimes, like in the case of a search, the data type of its inputs can only be a primitive type or a list of primitives
133
+ // This function, given an option, will return some metadata that will help it render the option in the data type builder
134
+ export function resolveDataTypeOptionConfigForArgumentDeclaration(
135
+ option: DataTypeBuilderOption | ILiteralValueOption,
136
+ input: ArgumentDeclarationState,
137
+ ): {
138
+ disabled: boolean;
139
+ tooltip: React.ReactNode;
140
+ } {
141
+ return {
142
+ disabled: false,
143
+ tooltip: null,
144
+ };
145
+ }
146
+
147
+ export function resolveDataTypeAsTypeConfigForArgumentDeclaration(
148
+ input: ArgumentDeclarationState,
149
+ ): {
150
+ disabled: boolean;
151
+ tooltip: React.ReactNode;
152
+ } {
153
+ return {
154
+ disabled: false,
155
+ tooltip: null,
156
+ };
157
+ }
158
+
159
+ export function resolveDataTypeLikeConfigForArgumentDeclaration(
160
+ input: ArgumentDeclarationState,
161
+ ): {
162
+ disabled: boolean;
163
+ tooltip: React.ReactNode;
164
+ } {
165
+ return {
166
+ disabled: false,
167
+ tooltip: null,
168
+ };
169
+ }
170
+
171
+ export function resolveDataTypeAsListConfigForArgumentDeclaration(
172
+ input: ArgumentDeclarationState,
173
+ ): {
174
+ allowed: AllowedDataTypeListTypes;
175
+ tooltip: React.ReactNode;
176
+ } {
177
+ return {
178
+ allowed: AllowedDataTypeListTypes.All,
179
+ tooltip: null,
180
+ };
181
+ }
182
+
183
+ const ArgumentDeclaration: React.FC<IArgumentDeclarationProps> = ({
184
+ project,
185
+ entity: _entity,
186
+ onClose,
187
+ }) => {
188
+ const [updateKey, setUpdateKey] = useState(0);
189
+ const { entityId } = useParams<{
190
+ entityType: EntityType;
191
+ entityId: EntityId;
192
+ }>();
193
+
194
+ const entity: ArgumentDeclarationState | null =
195
+ _entity ||
196
+ (project?.logic?.get(entityId) as ArgumentDeclarationState | null) ||
197
+ null;
198
+
199
+ const [dataType, _setDataType] = useState<DataTypeState | null>(
200
+ entity?.dataType || null,
201
+ );
202
+ const [entityName, setEntityName] = useState<string>(entity.name);
203
+ const [entityDescription, setEntityDescription] = useState<string>(
204
+ entity.description,
205
+ );
206
+
207
+ const [implementsValue, setImplementsValue] = useState<
208
+ (IPropertyShallowTransfer | IValueDescriptorShallowTransfer)[]
209
+ >(entity.implements.map((ent) => ent.toShallowJSON()));
210
+
211
+ const [isConstant, _setIsConstant] = useState<boolean>(
212
+ (entity as ArgumentDeclarationState).constant || false,
213
+ );
214
+ const [isRequired, _setIsRequired] = useState<boolean>(entity.required);
215
+
216
+ const [metadataSectionOpen, setMetadataSectionOpen] = useState(true);
217
+ const [dataTypeSectionOpen, setDataTypeSectionOpen] = useState(false);
218
+ const [defaultValueSectionOpen, setDefaultValueSectionOpen] = useState(false);
219
+ const [baseFunctionalitySectionOpen, setBaseFunctionalitySectionOpen] =
220
+ useState(false);
221
+ const [interactivitySectionOpen, setInteractivitySectionOpen] =
222
+ useState(false);
223
+
224
+ const setIsRequired = useCallback((value: boolean) => {
225
+ _setIsRequired(value);
226
+
227
+ const changeSet = project?.logic?.addChangeSet(
228
+ new ChangeSet(
229
+ project?.logic,
230
+ ProjectState.sessionAuthor,
231
+ new Date().toISOString(),
232
+ entity,
233
+ false,
234
+ value
235
+ ? StateMutationAction.MakeArgRequired
236
+ : StateMutationAction.MakeArgNonRequired,
237
+ ),
238
+ );
239
+
240
+ entity?.metaSync({ required: value }, changeSet);
241
+
242
+ entity?.afterAllChildrenInitialized(changeSet);
243
+
244
+ project.renderAndCloseChangeSet(changeSet);
245
+ }, []);
246
+
247
+ const debouncedOnChangeName = useCallback(
248
+ debounce(
249
+ (value: string) => {
250
+ const changeSet = project?.logic?.addChangeSet(
251
+ new ChangeSet(
252
+ project?.logic,
253
+ ProjectState.sessionAuthor,
254
+ new Date().toISOString(),
255
+ entity,
256
+ false,
257
+ StateMutationAction.RenameArg,
258
+ ),
259
+ );
260
+
261
+ setUpdateKey((prev) => prev + 1);
262
+ entity?.metaSync({ name: value || null }, changeSet);
263
+
264
+ project.renderAndCloseChangeSet(changeSet);
265
+ if (changeSet.has(entity.id)) {
266
+ project.emit(entity.id, {});
267
+ }
268
+ },
269
+ 1500,
270
+ false,
271
+ ),
272
+ [],
273
+ );
274
+
275
+ const debouncedOnChangeDescription = useCallback(
276
+ debounce(
277
+ (value: string) => {
278
+ const changeSet = project?.logic?.addChangeSet(
279
+ new ChangeSet(
280
+ project?.logic,
281
+ ProjectState.sessionAuthor,
282
+ new Date().toISOString(),
283
+ entity,
284
+ false,
285
+ StateMutationAction.ChangeArgDescription,
286
+ ),
287
+ );
288
+
289
+ setUpdateKey((prev) => prev + 1);
290
+ entity?.metaSync({ description: value || null }, changeSet);
291
+
292
+ project.renderAndCloseChangeSet(changeSet);
293
+ if (changeSet.has(entity.id)) {
294
+ project.emit(entity.id, {});
295
+ }
296
+ },
297
+ 600,
298
+ false,
299
+ ),
300
+ [],
301
+ );
302
+
303
+ const [errors, setErrors] = useState<(ArgumentDeclarationError | string)[]>(
304
+ calculateArgumentDeclarationCreationFormErrors(entity),
305
+ );
306
+
307
+ const setDataType = (
308
+ newDataTypeEntity: DataTypeState | null,
309
+ changeSet: ChangeSet | null,
310
+ ) => {
311
+ newDataTypeEntity?.setParent(entity, changeSet);
312
+ entity?.setDataType(newDataTypeEntity, changeSet);
313
+
314
+ changeSet?.add(entity, ChangeSetEntityChangeType.Affected);
315
+
316
+ _setDataType(newDataTypeEntity);
317
+ setUpdateKey((prev) => prev + 1);
318
+
319
+ project.renderAndCloseChangeSet(changeSet);
320
+ };
321
+
322
+ useEffect(() => {
323
+ const newErrors = calculateArgumentDeclarationCreationFormErrors(entity);
324
+ setErrors(newErrors);
325
+ project.emit(entity.parent.id, {});
326
+ }, [entityName, updateKey]);
327
+
328
+ const implementsOptions = useMemo(() => {
329
+ const options: (ValueDescriptorState | PropertyState)[] = [
330
+ ...(entity.parent.implements?.inputs || []),
331
+ ];
332
+
333
+ // There might be a case where the current implementations are not in the options
334
+ // We then add its to the options so it can be shown as selected
335
+ const activeImplementationsNotInOptions = entity.implements.filter(
336
+ (ent) => !options.find((o) => o.id === ent.id),
337
+ );
338
+
339
+ options.push(...activeImplementationsNotInOptions);
340
+
341
+ return options.map((ent) => ent.toShallowJSON());
342
+ }, [entity.parent]);
343
+
344
+ return (
345
+ <div
346
+ style={{
347
+ display: 'flex',
348
+ flexGrow: 1,
349
+ height: '100%',
350
+ overflowY: 'scroll',
351
+ }}
352
+ >
353
+ {/* We need the 'span' for the react ref */}
354
+ <span
355
+ style={{
356
+ maxHeight: '100%',
357
+ maxWidth: '100%',
358
+ flexGrow: 1,
359
+ height: '100%',
360
+ }}
361
+ >
362
+ <div
363
+ style={{
364
+ display: 'flex',
365
+ flexDirection: 'column',
366
+ height: '100%',
367
+ gap: '4px',
368
+ justifyContent: 'space-between',
369
+ }}
370
+ >
371
+ <span
372
+ style={{
373
+ maxWidth: '100%',
374
+ maxHeight: '100%',
375
+ overflowY: 'scroll',
376
+ display: 'flex',
377
+ flexDirection: 'column',
378
+ height: '100%',
379
+ }}
380
+ >
381
+ <section
382
+ style={{
383
+ display: 'flex',
384
+ flexDirection: 'column',
385
+ paddingBottom: metadataSectionOpen ? 20 : 0,
386
+ }}
387
+ >
388
+ <EntityDialogSectionHeader
389
+ title='Name and description'
390
+ subtitle={`Add a name and description for this ${READABLE_ENTITY_TYPES[
391
+ entity.type
392
+ ].singular.toLowerCase()}`}
393
+ hideShowSuffix='the name and description section'
394
+ open={metadataSectionOpen}
395
+ onToggle={() => setMetadataSectionOpen(!metadataSectionOpen)}
396
+ />
397
+
398
+ <Collapse in={metadataSectionOpen}>
399
+ <div
400
+ style={{
401
+ marginTop: 6,
402
+ display: 'flex',
403
+ flexDirection: 'column',
404
+ gap: 12,
405
+ marginLeft: 80,
406
+ paddingRight: 40,
407
+ }}
408
+ >
409
+ <TextField
410
+ label='Input name'
411
+ variant='outlined'
412
+ style={{ width: '50%' }}
413
+ disabled={!entity.editable}
414
+ size='small'
415
+ value={entityName || ''}
416
+ onChange={(e) => {
417
+ setEntityName(e.target.value);
418
+ debouncedOnChangeName(e.target.value);
419
+ }}
420
+ />
421
+
422
+ <TextField
423
+ label='Input description'
424
+ variant='outlined'
425
+ disabled={!entity.editable}
426
+ fullWidth
427
+ multiline
428
+ minRows={3}
429
+ size='small'
430
+ value={entityDescription || ''}
431
+ onChange={(e) => {
432
+ setEntityDescription(e.target.value);
433
+ debouncedOnChangeDescription(e.target.value);
434
+ }}
435
+ />
436
+ </div>
437
+ </Collapse>
438
+ </section>
439
+
440
+ {entity.type === EntityType.ArgumentDeclaration && (
441
+ <>
442
+ <hr
443
+ style={{
444
+ margin: '1px 0',
445
+ border: '1px solid rgba(0,0,0,0.08)',
446
+ }}
447
+ />
448
+
449
+ <section
450
+ style={{
451
+ display: 'flex',
452
+ flexDirection: 'column',
453
+ paddingBottom: baseFunctionalitySectionOpen ? 20 : 0,
454
+ }}
455
+ >
456
+ <EntityDialogSectionHeader
457
+ title='Base functionality'
458
+ subtitle='Link this input to functionality from an existing base input'
459
+ hideShowSuffix='the base functionality section'
460
+ open={baseFunctionalitySectionOpen}
461
+ onToggle={() =>
462
+ setBaseFunctionalitySectionOpen(
463
+ !baseFunctionalitySectionOpen,
464
+ )
465
+ }
466
+ />
467
+
468
+ <Collapse in={baseFunctionalitySectionOpen}>
469
+ <div
470
+ style={{
471
+ marginTop: 6,
472
+ display: 'flex',
473
+ flexDirection: 'column',
474
+ gap: 20,
475
+ marginLeft: 80,
476
+ paddingRight: 40,
477
+ }}
478
+ >
479
+ <Autocomplete
480
+ multiple
481
+ disabled={!entity.editable}
482
+ id='implements'
483
+ options={implementsOptions}
484
+ getOptionLabel={(option) => option.name}
485
+ isOptionEqualToValue={(option, value) =>
486
+ option.id === value.id
487
+ }
488
+ value={implementsValue}
489
+ getOptionDisabled={(option) => {
490
+ const baseParentOptions: ValueDescriptorState[] = [
491
+ ...(entity.parent.implements?.inputs || []),
492
+ ];
493
+
494
+ let forcedOption = false;
495
+
496
+ // If an option is not in the parent, and it is selected, it means it was added manually
497
+ // We cannot let the user remove it
498
+ if (
499
+ !baseParentOptions.find((o) => o.id === option.id)
500
+ ) {
501
+ forcedOption = true;
502
+ }
503
+
504
+ const alreadyImplemented =
505
+ !!entity.parent.inputs.find(
506
+ (p) =>
507
+ p.id !== entity.id &&
508
+ p.implements.find((i) => i.id === option.id),
509
+ );
510
+
511
+ return alreadyImplemented && !forcedOption;
512
+ }}
513
+ renderOption={(props, option) => {
514
+ const { key, ...optionProps } = props;
515
+ const ent = project.logic.get(option.id) as
516
+ | PropertyState
517
+ | ValueDescriptorState;
518
+
519
+ const baseParentOptions: ValueDescriptorState[] = [
520
+ ...(entity.parent.implements?.inputs || []),
521
+ ];
522
+
523
+ let forcedOption = false;
524
+
525
+ // If an option is not in the parent, and it is selected, it means it was added manually
526
+ // We cannot let the user remove it
527
+ if (!baseParentOptions.find((o) => o.id === ent.id)) {
528
+ forcedOption = true;
529
+ }
530
+
531
+ return (
532
+ <MuiTooltip
533
+ key={key}
534
+ title={(() => {
535
+ const alreadyImplemented =
536
+ !!entity.parent.inputs.find(
537
+ (p) =>
538
+ p.id !== entity.id &&
539
+ p.implements.find(
540
+ (i) => i.id === option.id,
541
+ ),
542
+ );
543
+
544
+ if (alreadyImplemented && !forcedOption) {
545
+ return 'This base input is already implemented by another input in the current node';
546
+ }
547
+ })()}
548
+ placement='bottom'
549
+ arrow
550
+ enterDelay={
551
+ (() => {
552
+ const alreadyImplemented =
553
+ !!entity.parent.inputs.find(
554
+ (p) =>
555
+ p.id !== entity.id &&
556
+ p.implements.find(
557
+ (i) => i.id === option.id,
558
+ ),
559
+ );
560
+
561
+ return alreadyImplemented && !forcedOption;
562
+ })()
563
+ ? 100
564
+ : 400
565
+ }
566
+ leaveDelay={200}
567
+ >
568
+ <Box
569
+ component='li'
570
+ sx={{ '& > img': { mr: 2, flexShrink: 0 } }}
571
+ {...optionProps}
572
+ >
573
+ <Checkbox
574
+ icon={icon}
575
+ disabled={forcedOption}
576
+ checkedIcon={checkedIcon}
577
+ style={{ marginRight: 8 }}
578
+ checked={
579
+ implementsValue.findIndex(
580
+ (v) => v.id === ent.id,
581
+ ) > -1
582
+ }
583
+ />
584
+ <Stack
585
+ direction='row'
586
+ gap={1}
587
+ alignItems='center'
588
+ >
589
+ <EntityIcon entity={ent} project={project} />
590
+ {resolveEntityName(ent, project.logic)}
591
+ </Stack>
592
+ </Box>
593
+ </MuiTooltip>
594
+ );
595
+ }}
596
+ renderTags={(selected) => (
597
+ <Stack gap={1} direction='row' flexWrap='wrap'>
598
+ {selected.map((value) => {
599
+ const ent = project.logic.get(
600
+ value.id,
601
+ ) as PropertyState;
602
+
603
+ const baseParentOptions: ValueDescriptorState[] =
604
+ [...(entity.parent.implements?.inputs || [])];
605
+
606
+ let forcedOption = false;
607
+
608
+ // If an option is not in the parent, and it is selected, it means it was added manually
609
+ // We cannot let the user remove it
610
+ if (
611
+ !baseParentOptions.find((o) => o.id === ent.id)
612
+ ) {
613
+ forcedOption = true;
614
+ }
615
+
616
+ return (
617
+ <MuiTooltip
618
+ title={(() => {
619
+ if (forcedOption) {
620
+ return 'This base functionality was added by the system and cannot be removed';
621
+ }
622
+ return '';
623
+ })()}
624
+ placement='top'
625
+ arrow
626
+ enterDelay={100}
627
+ leaveDelay={200}
628
+ >
629
+ <Box
630
+ component='span'
631
+ sx={{ display: 'inline-block' }}
632
+ >
633
+ <Chip
634
+ avatar={
635
+ <EntityIcon
636
+ entity={ent}
637
+ style={{ marginLeft: 8 }}
638
+ size='small'
639
+ project={project}
640
+ />
641
+ }
642
+ key={value.id}
643
+ label={resolveEntityName(
644
+ ent,
645
+ project.logic,
646
+ )}
647
+ disabled={forcedOption}
648
+ onDelete={() => {
649
+ const changeSet =
650
+ project?.logic?.addChangeSet(
651
+ new ChangeSet(
652
+ project?.logic,
653
+ ProjectState.sessionAuthor,
654
+ new Date().toISOString(),
655
+ entity,
656
+ false,
657
+ StateMutationAction.RemoveArgBaseImplementation,
658
+ ),
659
+ );
660
+
661
+ const fullEnt = project.logic.get(
662
+ value.id,
663
+ ) as
664
+ | PropertyState
665
+ | ValueDescriptorState;
666
+
667
+ entity?.removeImplementation(
668
+ fullEnt,
669
+ changeSet,
670
+ );
671
+
672
+ changeSet.add(
673
+ entity,
674
+ ChangeSetEntityChangeType.Updated,
675
+ );
676
+
677
+ setImplementsValue(
678
+ implementsValue.filter(
679
+ (v) => v.id !== value.id,
680
+ ),
681
+ );
682
+ project.emit(entity.id, {});
683
+
684
+ project.renderAndCloseChangeSet(
685
+ changeSet,
686
+ );
687
+ }}
688
+ deleteIcon={
689
+ <CancelIcon
690
+ onMouseDown={(event) =>
691
+ event.stopPropagation()
692
+ }
693
+ />
694
+ }
695
+ />
696
+ </Box>
697
+ </MuiTooltip>
698
+ );
699
+ })}
700
+ </Stack>
701
+ )}
702
+ onChange={(_, newValue) => {
703
+ // Filter out duplicates
704
+ const sanitizedValue = newValue.filter(
705
+ (v, i, a) =>
706
+ a.findIndex((t) => t.id === v.id) === i,
707
+ );
708
+
709
+ const baseParentOptions: ValueDescriptorState[] = [
710
+ ...(entity.parent.implements?.inputs || []),
711
+ ];
712
+
713
+ const changeSet = project?.logic?.addChangeSet(
714
+ new ChangeSet(
715
+ project?.logic,
716
+ ProjectState.sessionAuthor,
717
+ new Date().toISOString(),
718
+ entity,
719
+ false,
720
+ StateMutationAction.AddArgBaseImplementation,
721
+ ),
722
+ );
723
+
724
+ const existingEntities = entity.implements.map(
725
+ (ent) => ent.id,
726
+ );
727
+ const newEntities = sanitizedValue.map(
728
+ (ent) => ent.id,
729
+ );
730
+
731
+ const toAdd = newEntities.filter(
732
+ (ent) => !existingEntities.includes(ent),
733
+ );
734
+ const toRemove = existingEntities.filter((ent) => {
735
+ const currentEnt = project.logic.get(ent) as
736
+ | PropertyState
737
+ | ValueDescriptorState;
738
+ if (
739
+ (currentEnt.parent.type ===
740
+ EntityType.DefinitionEntity ||
741
+ currentEnt.parent.type ===
742
+ EntityType.BuiltInBaseEntity) &&
743
+ !currentEnt.parent.additionalProperties
744
+ ) {
745
+ return false;
746
+ }
747
+
748
+ // If an option is not in the parent, and it is selected, it means it was added manually
749
+ // We cannot let the user remove it
750
+ if (!baseParentOptions.find((o) => o.id === ent)) {
751
+ return false;
752
+ }
753
+
754
+ if (!newEntities.includes(ent)) {
755
+ return true;
756
+ }
757
+ });
758
+
759
+ toAdd.forEach((ent) => {
760
+ const fullEnt = project.logic.get(
761
+ ent,
762
+ ) as PropertyState;
763
+ entity?.addImplementation(fullEnt, changeSet);
764
+
765
+ changeSet.add(
766
+ entity,
767
+ ChangeSetEntityChangeType.Updated,
768
+ );
769
+ });
770
+
771
+ toRemove.forEach((ent) => {
772
+ const fullEnt = project.logic.get(ent) as
773
+ | PropertyState
774
+ | ValueDescriptorState;
775
+ entity?.removeImplementation(fullEnt, changeSet);
776
+
777
+ changeSet.add(
778
+ entity,
779
+ ChangeSetEntityChangeType.Updated,
780
+ );
781
+ });
782
+
783
+ if (toAdd.length || toRemove.length) {
784
+ setImplementsValue(sanitizedValue);
785
+ entity.afterAllChildrenInitialized(changeSet);
786
+ project.emit(entity.id, {});
787
+ }
788
+
789
+ project.renderAndCloseChangeSet(changeSet);
790
+ }}
791
+ renderInput={(params) => (
792
+ <TextField
793
+ {...params}
794
+ label='Implements'
795
+ variant='outlined'
796
+ size='small'
797
+ />
798
+ )}
799
+ />
800
+ </div>
801
+ </Collapse>
802
+ </section>
803
+ </>
804
+ )}
805
+
806
+ <hr
807
+ style={{
808
+ margin: '1px 0',
809
+ border: '1px solid rgba(0,0,0,0.08)',
810
+ }}
811
+ />
812
+
813
+ <section
814
+ style={{
815
+ display: 'flex',
816
+ flexDirection: 'column',
817
+ paddingBottom: dataTypeSectionOpen ? 20 : 0,
818
+ }}
819
+ >
820
+ <EntityDialogSectionHeader
821
+ title='Data type'
822
+ subtitle='Select the type of data that this input will hold'
823
+ hideShowSuffix='the data type section'
824
+ open={dataTypeSectionOpen}
825
+ onToggle={() => setDataTypeSectionOpen(!dataTypeSectionOpen)}
826
+ headerStartIcon={
827
+ <EntityIcon entity={entity} project={project} />
828
+ }
829
+ />
830
+
831
+ <Collapse in={dataTypeSectionOpen}>
832
+ <div
833
+ style={{
834
+ display: 'flex',
835
+ flexDirection: 'column',
836
+ gap: 20,
837
+ marginLeft: 80,
838
+ paddingRight: 40,
839
+ }}
840
+ >
841
+ <DataTypeBuilder
842
+ project={project}
843
+ dataType={dataType}
844
+ topParent={entity}
845
+ readOnly={!entity.editable}
846
+ baseDataTypes={entity.implements.map(
847
+ (impl) => impl.dataType,
848
+ )}
849
+ onChangeSet={() => {
850
+ const newChangeSet = project.logic.addChangeSet(
851
+ new ChangeSet(
852
+ project.logic,
853
+ ProjectState.sessionAuthor,
854
+ new Date().toISOString(),
855
+ entity,
856
+ false,
857
+ StateMutationAction.ChangeArgDataType
858
+ ),
859
+ );
860
+
861
+ return newChangeSet;
862
+ }}
863
+ onChange={(newDataTypeEntity, changeSet) => {
864
+ setDataType(newDataTypeEntity, changeSet);
865
+ }}
866
+ lists={
867
+ resolveDataTypeAsListConfigForArgumentDeclaration(entity)
868
+ .allowed
869
+ }
870
+ getOptionDisabled={(option) =>
871
+ resolveDataTypeOptionConfigForArgumentDeclaration(
872
+ option,
873
+ entity,
874
+ ).disabled
875
+ }
876
+ getListDisabledTooltip={(option) =>
877
+ resolveDataTypeAsListConfigForArgumentDeclaration(entity)
878
+ .tooltip
879
+ }
880
+ getOptionTooltip={(option) =>
881
+ resolveDataTypeOptionConfigForArgumentDeclaration(
882
+ option,
883
+ entity,
884
+ ).tooltip
885
+ }
886
+ disallowAsType={
887
+ resolveDataTypeAsTypeConfigForArgumentDeclaration(entity)
888
+ .disabled
889
+ }
890
+ getAsTypeDisabledTooltip={() =>
891
+ resolveDataTypeAsTypeConfigForArgumentDeclaration(entity)
892
+ .tooltip
893
+ }
894
+ disallowLike={
895
+ resolveDataTypeLikeConfigForArgumentDeclaration(entity)
896
+ .disabled
897
+ }
898
+ getLikeDisabledTooltip={() =>
899
+ resolveDataTypeLikeConfigForArgumentDeclaration(entity)
900
+ .tooltip
901
+ }
902
+ />
903
+ </div>
904
+ </Collapse>
905
+ </section>
906
+
907
+ <hr
908
+ style={{
909
+ margin: '1px 0',
910
+ border: '1px solid rgba(0,0,0,0.08)',
911
+ }}
912
+ />
913
+
914
+ <section
915
+ style={{
916
+ display: 'flex',
917
+ flexDirection: 'column',
918
+ paddingBottom: defaultValueSectionOpen ? 20 : 0,
919
+ }}
920
+ >
921
+ <EntityDialogSectionHeader
922
+ title='Default value'
923
+ subtitle='The initial value, if no other is given when the input is first used'
924
+ hideShowSuffix='the default value section'
925
+ open={defaultValueSectionOpen}
926
+ onToggle={() =>
927
+ setDefaultValueSectionOpen(!defaultValueSectionOpen)
928
+ }
929
+ headerStartIcon={
930
+ !!entity.errors.find(
931
+ (error) =>
932
+ error.code ===
933
+ EntityInstanceErrorCode.MissingRequiredValue,
934
+ ) ? (
935
+ <MuiTooltip
936
+ title='Missing required value'
937
+ placement='top'
938
+ arrow
939
+ >
940
+ <img
941
+ style={{ width: 20, height: 20 }}
942
+ id={'logic-error-icon--' + entity.id}
943
+ src={WarningIcon}
944
+ className={'warning-icon logic-error-icon'}
945
+ />
946
+ </MuiTooltip>
947
+ ) : null
948
+ }
949
+ />
950
+
951
+ <Collapse in={defaultValueSectionOpen}>
952
+ <div
953
+ style={{
954
+ marginTop: 6,
955
+ display: 'flex',
956
+ flexDirection: 'column',
957
+ gap: 20,
958
+ marginLeft: 80,
959
+ paddingRight: 40,
960
+ }}
961
+ >
962
+ <DynamicValueEntry
963
+ entity={entity}
964
+ project={project}
965
+ parentDisabledReasons={
966
+ !entity.editable
967
+ ? [StateMutationErrorCode.ActionOwnerEntityNotEditable]
968
+ : []
969
+ }
970
+ onlyDefault
971
+ >
972
+ {(extraContent) => extraContent}
973
+ </DynamicValueEntry>
974
+ </div>
975
+ </Collapse>
976
+ </section>
977
+
978
+ <hr
979
+ style={{
980
+ margin: '1px 0',
981
+ border: '1px solid rgba(0,0,0,0.08)',
982
+ }}
983
+ />
984
+
985
+ <section
986
+ style={{
987
+ display: 'flex',
988
+ flexDirection: 'column',
989
+ paddingBottom: interactivitySectionOpen ? 20 : 0,
990
+ }}
991
+ >
992
+ <EntityDialogSectionHeader
993
+ title='Interactivity'
994
+ subtitle='Define how this input is used in the logic'
995
+ hideShowSuffix='the interactivity section'
996
+ open={interactivitySectionOpen}
997
+ onToggle={() =>
998
+ setInteractivitySectionOpen(!interactivitySectionOpen)
999
+ }
1000
+ />
1001
+
1002
+ <Collapse in={interactivitySectionOpen}>
1003
+ <div
1004
+ style={{
1005
+ marginTop: 6,
1006
+ display: 'flex',
1007
+ flexDirection: 'row',
1008
+ gap: 12,
1009
+ marginLeft: 80,
1010
+ paddingRight: 40,
1011
+ }}
1012
+ >
1013
+ <MuiTooltip
1014
+ title={
1015
+ 'When checked, the value of this input must be present in any representation of the parent definition-entity as a value'
1016
+ }
1017
+ placement='bottom'
1018
+ arrow
1019
+ enterDelay={false ? 100 : 400}
1020
+ leaveDelay={200}
1021
+ >
1022
+ <FormGroup>
1023
+ <FormControlLabel
1024
+ control={
1025
+ <Checkbox
1026
+ disabled={!entity.editable}
1027
+ className='input-declaration-builder--required-checkbox'
1028
+ checked={isRequired}
1029
+ onChange={(e) => {
1030
+ const value = e.target.checked;
1031
+ setIsRequired(value);
1032
+ }}
1033
+ />
1034
+ }
1035
+ label={'Required'}
1036
+ />
1037
+ </FormGroup>
1038
+ </MuiTooltip>
1039
+ </div>
1040
+ </Collapse>
1041
+ </section>
1042
+ </span>
1043
+
1044
+ {errors.length > 0 && (
1045
+ <div
1046
+ style={{
1047
+ marginTop: 20,
1048
+ marginRight: 40,
1049
+ marginLeft: 80,
1050
+ }}
1051
+ >
1052
+ <Alert severity='error'>
1053
+ {errors.length === 1 ? (
1054
+ <span
1055
+ style={{
1056
+ display: 'flex',
1057
+ alignItems: 'center',
1058
+ gap: 6,
1059
+ }}
1060
+ >
1061
+ <h4
1062
+ style={{
1063
+ margin: 0,
1064
+ display: 'flex',
1065
+ }}
1066
+ >
1067
+ Error:
1068
+ </h4>
1069
+ <p
1070
+ style={{
1071
+ margin: 0,
1072
+ display: 'flex',
1073
+ }}
1074
+ >
1075
+ {fromArgumentDeclarationErrorToReadableMessage(errors[0])}
1076
+ </p>
1077
+ </span>
1078
+ ) : (
1079
+ <>
1080
+ <h4
1081
+ style={{
1082
+ margin: 0,
1083
+ }}
1084
+ >
1085
+ Errors
1086
+ </h4>
1087
+ <br className='quarter-space' />
1088
+ <ul
1089
+ style={{
1090
+ listStyleType: 'none',
1091
+ padding: 0,
1092
+ }}
1093
+ >
1094
+ {errors.map((error, index) => (
1095
+ <li
1096
+ key={index}
1097
+ style={{
1098
+ display: 'flex',
1099
+ alignItems: 'center',
1100
+ }}
1101
+ >
1102
+ {/* Circle */}
1103
+ <span
1104
+ style={{
1105
+ fontSize: 10,
1106
+ marginRight: 5,
1107
+ }}
1108
+ >
1109
+ &#9679;
1110
+ </span>
1111
+ <p
1112
+ style={{
1113
+ margin: 0,
1114
+ // fontSize: 10,
1115
+ }}
1116
+ >
1117
+ {fromArgumentDeclarationErrorToReadableMessage(
1118
+ error,
1119
+ )}
1120
+ </p>
1121
+ </li>
1122
+ ))}
1123
+ </ul>
1124
+ </>
1125
+ )}
1126
+ </Alert>
1127
+ </div>
1128
+ )}
1129
+
1130
+ <div
1131
+ style={{
1132
+ alignSelf: 'flex-start',
1133
+ display: 'flex',
1134
+ flexDirection: 'row',
1135
+ justifyContent: 'flex-end',
1136
+ width: '100%',
1137
+ gap: '16px',
1138
+ padding: '0 40px',
1139
+ }}
1140
+ >
1141
+ <Button
1142
+ id='input-declaration--done-button'
1143
+ onClick={(e: any) => {
1144
+ onClose?.(e);
1145
+ }}
1146
+ color='primary'
1147
+ disabled={errors.length > 0}
1148
+ >
1149
+ Done
1150
+ </Button>
1151
+ <Tooltip
1152
+ anchorQuerySelector='#input-declaration--done-button'
1153
+ placement='bottom'
1154
+ openDelay={100}
1155
+ >
1156
+ {errors.length > 0
1157
+ ? 'Resolve the errors to save the input definition'
1158
+ : 'Save the input definition'}
1159
+ </Tooltip>
1160
+ </div>
1161
+ </div>
1162
+ </span>
1163
+ </div>
1164
+ );
1165
+ };
1166
+
1167
+ export default ArgumentDeclaration;