@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.
- package/README.md +2 -0
- package/package.json +109 -0
- package/src/App.tsx +31 -0
- package/src/Router.tsx +115 -0
- package/src/__mocks__/defaultModuleMock.ts +1 -0
- package/src/__mocks__/fileMock.ts +1 -0
- package/src/__mocks__/styleMock.ts +1 -0
- package/src/assets/Clock-11.1s-18px.svg +16 -0
- package/src/assets/Clock-11.1s-28px.svg +16 -0
- package/src/assets/authentication.svg +1 -0
- package/src/assets/canvas-backdrop-0.png +0 -0
- package/src/assets/canvas-backdrop-1.png +0 -0
- package/src/assets/canvas-backdrop-2.png +0 -0
- package/src/assets/canvas-backdrop-3.png +0 -0
- package/src/assets/canvas-backdrop-4.png +0 -0
- package/src/assets/canvas-backdrop-5.png +0 -0
- package/src/assets/canvas-backdrop.png +0 -0
- package/src/assets/checkmark-animation.gif +0 -0
- package/src/assets/checkmark-animation.mp4 +0 -0
- package/src/assets/code-formatting/format-black.svg +6 -0
- package/src/assets/code-formatting/format-dark-grey.svg +6 -0
- package/src/assets/code-formatting/format-light-grey.svg +6 -0
- package/src/assets/code-formatting/format-white.svg +6 -0
- package/src/assets/code-formatting/inline-black.svg +5 -0
- package/src/assets/code-formatting/inline-dark-grey.svg +5 -0
- package/src/assets/code-formatting/inline-light-grey.svg +5 -0
- package/src/assets/code-formatting/inline-white.svg +5 -0
- package/src/assets/contained-logo-full-word.png +0 -0
- package/src/assets/cron-job-color.png +0 -0
- package/src/assets/cron-job.png +0 -0
- package/src/assets/database-table-color.png +0 -0
- package/src/assets/database-table.png +0 -0
- package/src/assets/datatype-icons/black/any.svg +1 -0
- package/src/assets/datatype-icons/black/binary.svg +1 -0
- package/src/assets/datatype-icons/black/boolean.svg +3 -0
- package/src/assets/datatype-icons/black/date-time.svg +3 -0
- package/src/assets/datatype-icons/black/definition-entity.svg +6 -0
- package/src/assets/datatype-icons/black/key-file.svg +1 -0
- package/src/assets/datatype-icons/black/list.svg +3 -0
- package/src/assets/datatype-icons/black/null.svg +3 -0
- package/src/assets/datatype-icons/black/number.svg +13 -0
- package/src/assets/datatype-icons/black/project.svg +12 -0
- package/src/assets/datatype-icons/black/sql-program.svg +2 -0
- package/src/assets/datatype-icons/black/text.svg +3 -0
- package/src/assets/datatype-icons/black/unknown.svg +3 -0
- package/src/assets/datatype-icons/black/uuid.svg +4 -0
- package/src/assets/datatype-icons/black/void.svg +1 -0
- package/src/assets/datatype-icons/dark-grey/any.svg +1 -0
- package/src/assets/datatype-icons/dark-grey/boolean.svg +3 -0
- package/src/assets/datatype-icons/dark-grey/date-time.svg +3 -0
- package/src/assets/datatype-icons/dark-grey/definition-entity.svg +6 -0
- package/src/assets/datatype-icons/dark-grey/list.svg +3 -0
- package/src/assets/datatype-icons/dark-grey/null.svg +3 -0
- package/src/assets/datatype-icons/dark-grey/number.svg +13 -0
- package/src/assets/datatype-icons/dark-grey/project.svg +12 -0
- package/src/assets/datatype-icons/dark-grey/sql-program.svg +2 -0
- package/src/assets/datatype-icons/dark-grey/text.svg +3 -0
- package/src/assets/datatype-icons/dark-grey/unknown.svg +3 -0
- package/src/assets/datatype-icons/dark-grey/uuid.svg +4 -0
- package/src/assets/datatype-icons/dark-grey/void.svg +1 -0
- package/src/assets/datatype-icons/light-grey/any.svg +1 -0
- package/src/assets/datatype-icons/light-grey/boolean.svg +3 -0
- package/src/assets/datatype-icons/light-grey/date-time.svg +3 -0
- package/src/assets/datatype-icons/light-grey/definition-entity.svg +6 -0
- package/src/assets/datatype-icons/light-grey/list.svg +3 -0
- package/src/assets/datatype-icons/light-grey/null.svg +3 -0
- package/src/assets/datatype-icons/light-grey/number.svg +13 -0
- package/src/assets/datatype-icons/light-grey/project.svg +12 -0
- package/src/assets/datatype-icons/light-grey/sql-program.svg +2 -0
- package/src/assets/datatype-icons/light-grey/text.svg +3 -0
- package/src/assets/datatype-icons/light-grey/unknown.svg +3 -0
- package/src/assets/datatype-icons/light-grey/uuid.svg +4 -0
- package/src/assets/datatype-icons/light-grey/void.svg +1 -0
- package/src/assets/edit.png +0 -0
- package/src/assets/execution.svg +13 -0
- package/src/assets/favicon.svg +14 -0
- package/src/assets/file-search.svg +1 -0
- package/src/assets/http-endpoint.png +0 -0
- package/src/assets/image-input-placeholder.png +0 -0
- package/src/assets/logo-full-word-white.png +0 -0
- package/src/assets/logo-full-word.png +0 -0
- package/src/assets/password.svg +85 -0
- package/src/assets/pencil.png +0 -0
- package/src/assets/publish-project-rich-icon-2.svg +1 -0
- package/src/assets/publish-project-rich-icon.svg +1 -0
- package/src/assets/relational-database.png +0 -0
- package/src/assets/resources.svg +3 -0
- package/src/assets/resume-icon-14px.png +0 -0
- package/src/assets/server.png +0 -0
- package/src/assets/small-status/checkmark.svg +4 -0
- package/src/assets/small-status/error.svg +4 -0
- package/src/assets/small-status/loading.svg +4 -0
- package/src/assets/small-status/skipped.svg +11 -0
- package/src/assets/sql-connection-config.svg +1 -0
- package/src/assets/sql-row-transformer.svg +1 -0
- package/src/assets/ssl-certificate-config.svg +1 -0
- package/src/assets/sync.svg +1 -0
- package/src/assets/testing-logic-icon.svg +1 -0
- package/src/assets/versions.svg +25 -0
- package/src/assets/visual-programming-icon.svg +1 -0
- package/src/assets/warning-sign-24px.png +0 -0
- package/src/auth/index.ts +318 -0
- package/src/components/DialogLoader.tsx +94 -0
- package/src/components/EntityDialogHeader.tsx +110 -0
- package/src/components/EntityDialogSectionHeader.tsx +214 -0
- package/src/components/GalleryAddExternalIntegrationInfoDialog.tsx +87 -0
- package/src/components/GenerateProjectStartingLogicPromptDialog.tsx +281 -0
- package/src/components/LegacyRouteRedirector.tsx +55 -0
- package/src/components/ProPlanChip.tsx +23 -0
- package/src/components/ReportBugDialog.tsx +412 -0
- package/src/components/RequestIntegrationAccessDialog.tsx +261 -0
- package/src/components/UseTemplateProjectDialog.tsx +193 -0
- package/src/components/WorkspaceLayout.tsx +152 -0
- package/src/components/animated-svg/AnimatedCheckmark.tsx +41 -0
- package/src/components/animated-svg/AnimatedCrossmark.tsx +51 -0
- package/src/components/animated-svg/AnimatedEmailSending.tsx +38 -0
- package/src/components/animated-svg/AnimatedLoading.tsx +72 -0
- package/src/components/animated-svg/animated-svg.css +239 -0
- package/src/components/canvas/Canvas.tsx +16 -0
- package/src/components/canvas/CreateEntityMenu.tsx +2020 -0
- package/src/components/canvas/canvas.css +10 -0
- package/src/components/canvas/create-entity-menu.css +579 -0
- package/src/components/canvas-search/CanvasSearch.tsx +501 -0
- package/src/components/canvas-search/canvas-search.css +126 -0
- package/src/components/canvas-settings-menu/CanvasSettingsMenuButton.tsx +515 -0
- package/src/components/canvas-settings-menu/canvas-settings-menu.css +96 -0
- package/src/components/circular-image-upload/CircularImageUpload.tsx +113 -0
- package/src/components/circular-image-upload/circular-image-upload.css +69 -0
- package/src/components/costs/CostsDialog.tsx +459 -0
- package/src/components/data-type/DataTypeBuilder.tsx +3127 -0
- package/src/components/data-type/data-type-builder.css +45 -0
- package/src/components/dialogs/BetaAcknowledgeDialog.tsx +43 -0
- package/src/components/dialogs/ComplexDataDialog.tsx +458 -0
- package/src/components/dialogs/CronBuilderDialog.tsx +2145 -0
- package/src/components/dialogs/ExternalIntegrationConnections.tsx +565 -0
- package/src/components/dialogs/JsonEditorDialog.tsx +1392 -0
- package/src/components/dialogs/StringEditorDialog.tsx +268 -0
- package/src/components/dialogs/argument-declaration/ArgumentDeclaration.tsx +1167 -0
- package/src/components/dialogs/argument-declaration/ArgumentDeclarationDialogContent.tsx +128 -0
- package/src/components/dialogs/beta-dialog.css +165 -0
- package/src/components/dialogs/condition/Condition.tsx +431 -0
- package/src/components/dialogs/condition/ConditionDialogContent.tsx +126 -0
- package/src/components/dialogs/definition-entity/DefinitionEntityDialogContent.tsx +973 -0
- package/src/components/dialogs/function-call/FunctionCall.tsx +442 -0
- package/src/components/dialogs/function-call/FunctionCallDialogContent.tsx +126 -0
- package/src/components/dialogs/function-declaration/FunctionDeclaration.tsx +926 -0
- package/src/components/dialogs/function-declaration/FunctionDeclarationDialogContent.tsx +124 -0
- package/src/components/dialogs/generating-project-starting-logic-overlay/GeneratingProjectStartingLogicOverlay.tsx +176 -0
- package/src/components/dialogs/generating-project-starting-logic-overlay/generating-project-starting-logic-overlay.css +13 -0
- package/src/components/dialogs/global-event/GlobalEvent.tsx +475 -0
- package/src/components/dialogs/global-event/GlobalEventDialogContent.tsx +126 -0
- package/src/components/dialogs/help/HelpDialog.tsx +217 -0
- package/src/components/dialogs/help/HelpDilalogHomeContent.tsx +178 -0
- package/src/components/dialogs/help/help-dialog.css +116 -0
- package/src/components/dialogs/help/help-icon/HelpIconButton.tsx +41 -0
- package/src/components/dialogs/help/help-icon/help-icon.css +9 -0
- package/src/components/dialogs/input-map/InputMap.tsx +635 -0
- package/src/components/dialogs/input-map/InputMapDialogContent.tsx +126 -0
- package/src/components/dialogs/json-editor-dialog.css +4 -0
- package/src/components/dialogs/loop/Loop.tsx +650 -0
- package/src/components/dialogs/loop/LoopDialogContent.tsx +122 -0
- package/src/components/dialogs/operation/Operation.tsx +440 -0
- package/src/components/dialogs/operation/OperationDialogContent.tsx +126 -0
- package/src/components/dialogs/output-map/OutputMap.tsx +536 -0
- package/src/components/dialogs/output-map/OutputMapDialogContent.tsx +126 -0
- package/src/components/dialogs/property/Property.tsx +1490 -0
- package/src/components/dialogs/property/PropertyDialogContent.tsx +106 -0
- package/src/components/dialogs/search-statement/ColumnSelector.tsx +334 -0
- package/src/components/dialogs/search-statement/ConditionBuilder.tsx +750 -0
- package/src/components/dialogs/search-statement/DataAggregationSection.tsx +621 -0
- package/src/components/dialogs/search-statement/DataSourceSelection.tsx +734 -0
- package/src/components/dialogs/search-statement/EntityMetadataSection.tsx +135 -0
- package/src/components/dialogs/search-statement/FilterConditionsSection.tsx +151 -0
- package/src/components/dialogs/search-statement/InlineInputMap.tsx +153 -0
- package/src/components/dialogs/search-statement/LiteralValue.tsx +616 -0
- package/src/components/dialogs/search-statement/MainSourceAndInputsSection.tsx +271 -0
- package/src/components/dialogs/search-statement/NestedSearchStatementBuilder.tsx +170 -0
- package/src/components/dialogs/search-statement/OutputFormatSection.tsx +1779 -0
- package/src/components/dialogs/search-statement/ResultsSection.tsx +344 -0
- package/src/components/dialogs/search-statement/SearchStatementBuilder.tsx +251 -0
- package/src/components/dialogs/search-statement/SearchStatementDialogContent.tsx +398 -0
- package/src/components/dialogs/search-statement/ValueSelector.tsx +766 -0
- package/src/components/dialogs/search-statement/search-statement-context.tsx +1630 -0
- package/src/components/dialogs/search-statement/search-statement-dialog.css +56 -0
- package/src/components/dialogs/search-statement/test.sql +111 -0
- package/src/components/dialogs/value-descriptor/ValueDescriptor.tsx +824 -0
- package/src/components/dialogs/value-descriptor/ValueDescriptorDialogContent.tsx +124 -0
- package/src/components/dialogs/variable-declaration/VariableDeclaration.tsx +836 -0
- package/src/components/dialogs/variable-declaration/VariableDeclarationDialogContent.tsx +106 -0
- package/src/components/dialogs/variable-instance/VariableInstance.tsx +443 -0
- package/src/components/dialogs/variable-instance/VariableInstanceDialogContent.tsx +124 -0
- package/src/components/draggable-entity-card/ArgumentDeclaration.tsx +736 -0
- package/src/components/draggable-entity-card/CollapseEntityButton.tsx +170 -0
- package/src/components/draggable-entity-card/ConditionCard.tsx +1062 -0
- package/src/components/draggable-entity-card/ConnectionDeleteButton.tsx +309 -0
- package/src/components/draggable-entity-card/DataTypeIcon.tsx +624 -0
- package/src/components/draggable-entity-card/DraggableEntityCard.tsx +617 -0
- package/src/components/draggable-entity-card/ErrorMapProperty.tsx +464 -0
- package/src/components/draggable-entity-card/EventCard.tsx +700 -0
- package/src/components/draggable-entity-card/ExecutionInProgressValue.tsx +327 -0
- package/src/components/draggable-entity-card/FunctionDeclarationCard.tsx +819 -0
- package/src/components/draggable-entity-card/InputMapProperty.tsx +1067 -0
- package/src/components/draggable-entity-card/InternalCall.tsx +978 -0
- package/src/components/draggable-entity-card/InternalCallExecutionNode.tsx +643 -0
- package/src/components/draggable-entity-card/LogicScopeCallerNode.tsx +262 -0
- package/src/components/draggable-entity-card/LoopCard.tsx +791 -0
- package/src/components/draggable-entity-card/MainValueInput.tsx +523 -0
- package/src/components/draggable-entity-card/MainValueOutput.tsx +458 -0
- package/src/components/draggable-entity-card/MethodDeclaration.tsx +1088 -0
- package/src/components/draggable-entity-card/NestedCondition.tsx +1025 -0
- package/src/components/draggable-entity-card/OutputMapProperty.tsx +843 -0
- package/src/components/draggable-entity-card/PassthroughEntityCard.tsx +1247 -0
- package/src/components/draggable-entity-card/ReturnedError.tsx +549 -0
- package/src/components/draggable-entity-card/SmallSuccessFailureNodes.tsx +523 -0
- package/src/components/draggable-entity-card/SuccessFailureNodes.tsx +509 -0
- package/src/components/draggable-entity-card/TestEntityButton.tsx +946 -0
- package/src/components/draggable-entity-card/TestMenu.tsx +523 -0
- package/src/components/draggable-entity-card/TestMenuValidationDropdown.tsx +84 -0
- package/src/components/draggable-entity-card/UnreachableMarker.tsx +114 -0
- package/src/components/draggable-entity-card/VariableCard.tsx +1577 -0
- package/src/components/draggable-entity-card/VariableScopeMarker.tsx +117 -0
- package/src/components/draggable-entity-card/collapse-entity-button.css +44 -0
- package/src/components/draggable-entity-card/definition-entity/DefinitionEntityCard.tsx +1181 -0
- package/src/components/draggable-entity-card/definition-entity/DefinitionEntityIcon.tsx +36 -0
- package/src/components/draggable-entity-card/definition-entity/DefinitionEntityProperty.tsx +478 -0
- package/src/components/draggable-entity-card/definition-entity/DynamicFooterActions.tsx +112 -0
- package/src/components/draggable-entity-card/definition-entity/actions/external-integration-connection/ExportCredentialsFooterAction.tsx +461 -0
- package/src/components/draggable-entity-card/definition-entity/actions/external-integration-connection/RestablishConnectionFooterAction.tsx +199 -0
- package/src/components/draggable-entity-card/definition-entity/actions/external-integration-connection/restablish-connection-footer-action.css +85 -0
- package/src/components/draggable-entity-card/definition-entity/actions/google-drive/GoogleDriveFilePickerAPIFooterAction.tsx +277 -0
- package/src/components/draggable-entity-card/definition-entity/actions/google-drive/google-drive-file-picker-api-footer-action.css +107 -0
- package/src/components/draggable-entity-card/definition-entity/actions/persisted-entity/DatabaseFooterAction.tsx +452 -0
- package/src/components/draggable-entity-card/definition-entity/actions/persisted-entity/database-footer-action.css +86 -0
- package/src/components/draggable-entity-card/definition-entity/definition-entity-card.css +17 -0
- package/src/components/draggable-entity-card/draggable-entity-card.css +1140 -0
- package/src/components/draggable-entity-card/entity-locked-icon/EntityLockedIcon.tsx +133 -0
- package/src/components/draggable-entity-card/entity-locked-icon/entity-locked.css +8 -0
- package/src/components/draggable-entity-card/expand-properties-icon-button/ExpandPropertiesIconButton.tsx +84 -0
- package/src/components/draggable-entity-card/expand-properties-icon-button/expand-properties-icon-button.css +21 -0
- package/src/components/draggable-entity-card/implement-entity-icon/ImplementEntityIcon.tsx +74 -0
- package/src/components/draggable-entity-card/implement-entity-icon/implement-entity-icon.css +13 -0
- package/src/components/draggable-entity-card/logic-error/LogicErrorIconMenu.tsx +424 -0
- package/src/components/draggable-entity-card/logic-error/logic-error.css +23 -0
- package/src/components/draggable-entity-card/new-card-input-button/NewCardInputButton.tsx +193 -0
- package/src/components/draggable-entity-card/new-card-input-button/NewDynamicInputButton.tsx +214 -0
- package/src/components/draggable-entity-card/new-card-input-button/new-card-input-button.css +71 -0
- package/src/components/draggable-entity-card/new-card-output-button/NewCardOutputButton.tsx +192 -0
- package/src/components/draggable-entity-card/new-card-output-button/new-card-output-button.css +71 -0
- package/src/components/draggable-entity-card/termination-statement/TerminationStatementCard.tsx +1543 -0
- package/src/components/draggable-entity-card/termination-statement/termination-statement-card.css +17 -0
- package/src/components/draggable-entity-card/test-entity-button.css +55 -0
- package/src/components/draggable-entity-card/test-menu.css +181 -0
- package/src/components/draggable-entity-card/unreachable-marker.css +43 -0
- package/src/components/draggable-entity-card/variable-scope-marker.css +22 -0
- package/src/components/dynamic-value/DynamicValue.tsx +2395 -0
- package/src/components/dynamic-value/DynamicValueEntry.tsx +1957 -0
- package/src/components/dynamic-value/dynamic-value.css +230 -0
- package/src/components/editor/ElyxMonacoEditor.tsx +38 -0
- package/src/components/entity-error/EntityErrorListItem.tsx +47 -0
- package/src/components/entity-error/entity-error.css +198 -0
- package/src/components/entity-icon/EntityIcon.tsx +292 -0
- package/src/components/entity-icon/entity-icon.css +39 -0
- package/src/components/gallery-card/CreateNewProject.tsx +222 -0
- package/src/components/gallery-card/GalleryCard.tsx +171 -0
- package/src/components/gallery-card/MarketplaceCard.tsx +87 -0
- package/src/components/gallery-card/ProjectDuplicationCard.tsx +575 -0
- package/src/components/gallery-card/gallery-card.css +25 -0
- package/src/components/notifications/NotificationsIconButton.tsx +124 -0
- package/src/components/notifications/NotificationsPanel.tsx +385 -0
- package/src/components/notifications/notifications.css +189 -0
- package/src/components/online-users/LocalOnlineUsers.tsx +175 -0
- package/src/components/online-users/PageOnlineUsers.tsx +297 -0
- package/src/components/online-users/online-users.css +72 -0
- package/src/components/page-backdrop/PageBackdrop.tsx +8 -0
- package/src/components/page-backdrop/page-backdrop.css +7 -0
- package/src/components/project-configuration/DeleteProjectConfirmationDialog.tsx +134 -0
- package/src/components/project-configuration/ProjectConfigurationDialog.tsx +972 -0
- package/src/components/project-configuration/ProjectDataForm.tsx +121 -0
- package/src/components/project-configuration/UnpublishProjectConfirmationDialog.tsx +162 -0
- package/src/components/project-configuration/project-configuration-content.css +209 -0
- package/src/components/project-name/ProjectName.tsx +2025 -0
- package/src/components/project-name/project-name.css +599 -0
- package/src/components/publishing/Publication.tsx +133 -0
- package/src/components/publishing/history/PublicationHistoryContent.tsx +414 -0
- package/src/components/publishing/history/PublicationHistoryDialog.tsx +234 -0
- package/src/components/publishing/preview/PublicationPreviewDialog.tsx +1158 -0
- package/src/components/publishing/preview/PublishingPriceForecast.tsx +160 -0
- package/src/components/publishing/preview/PublishingResourcesDetails.tsx +91 -0
- package/src/components/publishing/publication-sequence/PublishingSequenceContent.tsx +375 -0
- package/src/components/publishing/publication-sequence/PublishingSequenceDialog.tsx +344 -0
- package/src/components/publishing/publishing-dialog.css +142 -0
- package/src/components/publishing/utils.ts +227 -0
- package/src/components/resources/ResourcesDialog.tsx +591 -0
- package/src/components/resources/UpgradeBanner.tsx +102 -0
- package/src/components/resources/codebase/CodebaseDetails.tsx +156 -0
- package/src/components/resources/cron-job/CronJobsList.tsx +532 -0
- package/src/components/resources/functions/FunctionsList.tsx +454 -0
- package/src/components/resources/http-api/HttpAPI.tsx +566 -0
- package/src/components/resources/http-api/HttpAPIClientModule.tsx +37 -0
- package/src/components/resources/logs/LogsViewer.tsx +768 -0
- package/src/components/resources/query.ts +74 -0
- package/src/components/resources/relational-database/DatabaseTable.tsx +905 -0
- package/src/components/resources/relational-database/RelationalDatabase.tsx +83 -0
- package/src/components/resources/relational-database/RelationalDatabaseSecrets.tsx +361 -0
- package/src/components/resources/resources-dialog.css +74 -0
- package/src/components/test-relational-database/DatabaseTable.tsx +913 -0
- package/src/components/test-relational-database/TestDatabaseDialogContent.tsx +670 -0
- package/src/components/test-relational-database/query.ts +74 -0
- package/src/components/toolbar/ToolBar.tsx +236 -0
- package/src/components/toolbar/toolbar.css +78 -0
- package/src/components/transaction-history/TransactionHistoryDialog.tsx +268 -0
- package/src/components/user/CurrentUserAvatar.tsx +65 -0
- package/src/components/user/UserChip.tsx +62 -0
- package/src/components/user/user.css +39 -0
- package/src/components/user-profile/ChangePasswordForm.tsx +67 -0
- package/src/components/user-profile/OwnUserProfileContent.tsx +665 -0
- package/src/components/user-profile/PublicUserProfileContent.tsx +99 -0
- package/src/components/user-profile/UserDataForm.tsx +75 -0
- package/src/components/user-profile/UserProfileDialog.tsx +110 -0
- package/src/components/user-profile/user-profile-content.css +25 -0
- package/src/config.ts +130 -0
- package/src/globals.d.ts +13 -0
- package/src/index.html +27 -0
- package/src/index.tsx +23 -0
- package/src/lib/badge/Badge.tsx +35 -0
- package/src/lib/badge/badge.css +32 -0
- package/src/lib/button/Button.tsx +129 -0
- package/src/lib/button/button.css +145 -0
- package/src/lib/canvas/canvas-undo-redo.ts +263 -0
- package/src/lib/canvas/defs.ts +170 -0
- package/src/lib/canvas/index.test.ts +189 -0
- package/src/lib/canvas/index.ts +6999 -0
- package/src/lib/canvas/utils.ts +59 -0
- package/src/lib/card/Card.tsx +62 -0
- package/src/lib/card/LoadingCard.tsx +82 -0
- package/src/lib/card/card.css +259 -0
- package/src/lib/chip/Chip.tsx +79 -0
- package/src/lib/chip/chip.css +0 -0
- package/src/lib/dialog/Dialog.tsx +122 -0
- package/src/lib/dialog/SmallDialog.tsx +61 -0
- package/src/lib/dialog/dialog.css +40 -0
- package/src/lib/display-data-structure/index.tsx +21 -0
- package/src/lib/dropdown/CanvasDropdownMenuCard.tsx +68 -0
- package/src/lib/dropdown/CanvasDropdownMenuCardOption.tsx +136 -0
- package/src/lib/dropdown/DropdownButton.tsx +104 -0
- package/src/lib/dropdown/DropdownMenuCard.tsx +324 -0
- package/src/lib/dropdown/DropdownMenuPopup.tsx +27 -0
- package/src/lib/dropdown/dropdown-button.css +76 -0
- package/src/lib/dropdown/dropdown-menu.css +151 -0
- package/src/lib/json-editor/RawJsonEditor.tsx +137 -0
- package/src/lib/json-editor/json-editor.css +35 -0
- package/src/lib/loader/Loader.tsx +120 -0
- package/src/lib/loader/loader.css +38 -0
- package/src/lib/pagination/Pagination.tsx +64 -0
- package/src/lib/popup/CanvasPopupBaseComponent.tsx +103 -0
- package/src/lib/popup/Popup.tsx +243 -0
- package/src/lib/popup/popup.css +16 -0
- package/src/lib/table/RowForm.tsx +301 -0
- package/src/lib/table/Table.tsx +1069 -0
- package/src/lib/table/table.css +249 -0
- package/src/lib/table/types.ts +108 -0
- package/src/lib/text-area/TextArea.tsx +183 -0
- package/src/lib/text-area/text-area.css +156 -0
- package/src/lib/text-field/TextField.tsx +218 -0
- package/src/lib/text-field/index.ts +8 -0
- package/src/lib/text-field/text-field.css +201 -0
- package/src/lib/tooltip/Tooltip.tsx +24 -0
- package/src/lib/tooltip/tooltip.css +17 -0
- package/src/localization/index.ts +47 -0
- package/src/main.css +343 -0
- package/src/pages/Auth.tsx +848 -0
- package/src/pages/Editor.tsx +883 -0
- package/src/pages/ErrorPage.tsx +179 -0
- package/src/pages/Gallery.tsx +1693 -0
- package/src/pages/NewPaymentMethodCallback.tsx +53 -0
- package/src/pages/NotFoundPage.tsx +126 -0
- package/src/pages/PricingPlans.tsx +155 -0
- package/src/pages/auth.css +304 -0
- package/src/pages/gallery.css +421 -0
- package/src/payments/index.ts +187 -0
- package/src/popup-notification/index.ts +90 -0
- package/src/services/database/index.ts +1 -0
- package/src/services/database/utils.ts +1301 -0
- package/src/services/editor/CanvasElement.tsx +2934 -0
- package/src/services/editor/CanvasElementConnectionDeleteButton.ts +204 -0
- package/src/services/editor/CanvasPopup.tsx +749 -0
- package/src/services/editor/EditorService.ts +8157 -0
- package/src/services/editor/area.ts +1312 -0
- package/src/services/editor/connections.ts +1019 -0
- package/src/services/editor/create/condition.ts +25 -0
- package/src/services/editor/create/definition-entity.ts +29 -0
- package/src/services/editor/create/function-call.ts +25 -0
- package/src/services/editor/create/global-event.ts +33 -0
- package/src/services/editor/create/loop.ts +25 -0
- package/src/services/editor/create/operation.ts +30 -0
- package/src/services/editor/create/utils.ts +140 -0
- package/src/services/editor/create/variable-declaration.ts +135 -0
- package/src/services/editor/create/variable-instance.ts +100 -0
- package/src/services/editor/editor-ui-extensions-context.ts +43 -0
- package/src/services/editor/entities-metadata.json +9310 -0
- package/src/services/editor/icons.ts +1093 -0
- package/src/services/editor/index.ts +1 -0
- package/src/services/editor/layout.ts +102 -0
- package/src/services/editor/modules/built-in-function-implementations/base.ts +14 -0
- package/src/services/editor/modules/built-in-function-implementations/create-persisted-entity/index.ts +56 -0
- package/src/services/editor/modules/built-in-function-implementations/delete-persisted-entity/index.ts +55 -0
- package/src/services/editor/modules/built-in-function-implementations/index.ts +4 -0
- package/src/services/editor/modules/built-in-function-implementations/update-persisted-entity/index.ts +56 -0
- package/src/services/editor/modules/operations-implementations/external-integrations/google-drive/get-files.ts +183 -0
- package/src/services/editor/modules/operations-implementations/external-integrations/google-drive/list-drives.ts +124 -0
- package/src/services/editor/modules/operations-implementations/external-integrations/google-drive/list-root-folders.ts +125 -0
- package/src/services/editor/modules/operations-implementations/external-integrations/google-drive/smart-fetch-document.ts +702 -0
- package/src/services/editor/modules/operations-implementations/external-integrations/google-drive/upload-document.ts +535 -0
- package/src/services/editor/modules/operations-implementations/external-integrations/google-gemini/generate-content.ts +193 -0
- package/src/services/editor/modules/operations-implementations/external-integrations/google-mail/get-emails.ts +586 -0
- package/src/services/editor/modules/operations-implementations/external-integrations/google-mail/send-email.ts +386 -0
- package/src/services/editor/modules/operations-implementations/external-integrations/index.ts +12 -0
- package/src/services/editor/modules/operations-implementations/external-integrations/slack/channels.ts +240 -0
- package/src/services/editor/modules/operations-implementations/external-integrations/slack/messages.ts +210 -0
- package/src/services/editor/modules/operations-implementations/external-integrations/slack/replies.ts +200 -0
- package/src/services/editor/modules/operations-implementations/external-integrations/slack/send-message.ts +177 -0
- package/src/services/editor/modules/operations-implementations/index.ts +1 -0
- package/src/services/editor/modules/search-node-implementation/index.ts +42 -0
- package/src/services/editor/modules/sql-migrations-generation.tsx +1054 -0
- package/src/services/editor/publication/publication.ts +578 -0
- package/src/services/editor/ui.ts +1348 -0
- package/src/services/editor/utils.ts +5868 -0
- package/src/services/editor/value-store.ts +619 -0
- package/src/services/execution/built-in-function-implementations.ts +422 -0
- package/src/services/execution/index.ts +4747 -0
- package/src/services/execution/logic.ts +121 -0
- package/src/services/execution/test-instance.tsx +2296 -0
- package/src/services/execution/utils.ts +33 -0
- package/src/services/execution/value-resolution.test.ts +424 -0
- package/src/services/execution/value-resolution.ts +4087 -0
- package/src/services/integrations/ExternalIntegrationsService.ts +439 -0
- package/src/services/integrations/api.ts +175 -0
- package/src/services/local-relational-database/idb_helper.ts +66 -0
- package/src/services/local-relational-database/index.ts +3308 -0
- package/src/services/local-relational-database/utils.ts +403 -0
- package/src/services/notifications/index.ts +525 -0
- package/src/services/user/index.ts +144 -0
- package/src/setupTests.ts +1 -0
- package/src/socket/socket.ts +248 -0
- package/src/socket/utils.ts +10 -0
- package/src/store/workspace.ts +12 -0
- package/src/theme.ts +19 -0
- package/src/utils/DOM.ts +39 -0
- package/src/utils/date.ts +169 -0
- package/src/utils/index.ts +158 -0
- package/src/utils/react.tsx +679 -0
- package/src/utils/testing.ts +103 -0
|
@@ -0,0 +1,1093 @@
|
|
|
1
|
+
import {
|
|
2
|
+
BaseEntityNames,
|
|
3
|
+
BUILT_IN_BASE_ENTITY_IDS,
|
|
4
|
+
checkHasBaseEntity,
|
|
5
|
+
EntityType,
|
|
6
|
+
EntityWithValueState,
|
|
7
|
+
getBaseBuiltInEntities,
|
|
8
|
+
getExternalIntegrationNameFromBuiltInBaseName,
|
|
9
|
+
inferDataType,
|
|
10
|
+
LiteralValueState,
|
|
11
|
+
PrimitiveTypes,
|
|
12
|
+
PropertyState,
|
|
13
|
+
ValueDescriptorState,
|
|
14
|
+
DefinitionEntityState,
|
|
15
|
+
BuiltInBaseEntityState,
|
|
16
|
+
EntityState,
|
|
17
|
+
PrimitiveEntityState,
|
|
18
|
+
getFirstBaseEntityWithOwnBase,
|
|
19
|
+
ENTITY_WITH_DEFAULT_VALUE_TYPES,
|
|
20
|
+
EntityWithDefaultValueState,
|
|
21
|
+
DataTypeState,
|
|
22
|
+
FunctionDeclarationState,
|
|
23
|
+
} from '@elyx-code/project-logic-tree';
|
|
24
|
+
import NumberDataTypeBlackIcon from '../../assets/dataType-icons/black/number.svg';
|
|
25
|
+
import ListDataTypeBlackIcon from '../../assets/dataType-icons/black/list.svg';
|
|
26
|
+
import DefinitionEntityDataTypeBlackIcon from '../../assets/dataType-icons/black/definition-entity.svg';
|
|
27
|
+
import TextDataTypeBlackIcon from '../../assets/dataType-icons/black/text.svg';
|
|
28
|
+
import BooleanDataTypeBlackIcon from '../../assets/dataType-icons/black/boolean.svg';
|
|
29
|
+
import UUIDDataTypeBlackIcon from '../../assets/dataType-icons/black/uuid.svg';
|
|
30
|
+
import DateTimeDataTypeBlackIcon from '../../assets/dataType-icons/black/date-time.svg';
|
|
31
|
+
import UnknownDataTypeBlackIcon from '../../assets/dataType-icons/black/unknown.svg';
|
|
32
|
+
import NumberDataTypeLightGreyIcon from '../../assets/dataType-icons/light-grey/number.svg';
|
|
33
|
+
import ListDataTypeLightGreyIcon from '../../assets/dataType-icons/light-grey/list.svg';
|
|
34
|
+
import DefinitionEntityDataTypeLightGreyIcon from '../../assets/dataType-icons/light-grey/definition-entity.svg';
|
|
35
|
+
import TextDataTypeLightGreyIcon from '../../assets/dataType-icons/light-grey/text.svg';
|
|
36
|
+
import BooleanDataTypeLightGreyIcon from '../../assets/dataType-icons/light-grey/boolean.svg';
|
|
37
|
+
import UUIDDataTypeLightGreyIcon from '../../assets/dataType-icons/light-grey/uuid.svg';
|
|
38
|
+
import DateTimeDataTypeLightGreyIcon from '../../assets/dataType-icons/light-grey/date-time.svg';
|
|
39
|
+
import UnknownDataTypeLightGreyIcon from '../../assets/dataType-icons/light-grey/unknown.svg';
|
|
40
|
+
import NumberDataTypeDarkGreyIcon from '../../assets/dataType-icons/dark-grey/number.svg';
|
|
41
|
+
import ListDataTypeDarkGreyIcon from '../../assets/dataType-icons/dark-grey/list.svg';
|
|
42
|
+
import DefinitionEntityDataTypeDarkGreyIcon from '../../assets/dataType-icons/dark-grey/definition-entity.svg';
|
|
43
|
+
import TextDataTypeDarkGreyIcon from '../../assets/dataType-icons/dark-grey/text.svg';
|
|
44
|
+
import BooleanDataTypeDarkGreyIcon from '../../assets/dataType-icons/dark-grey/boolean.svg';
|
|
45
|
+
import UUIDDataTypeDarkGreyIcon from '../../assets/dataType-icons/dark-grey/uuid.svg';
|
|
46
|
+
import DateTimeDataTypeDarkGreyIcon from '../../assets/dataType-icons/dark-grey/date-time.svg';
|
|
47
|
+
import UnknownDataTypeDarkGreyIcon from '../../assets/dataType-icons/dark-grey/unknown.svg';
|
|
48
|
+
import DatabaseTableIcon from '../../assets/database-table.png';
|
|
49
|
+
import HTTPEndpointIcon from '../../assets/http-endpoint.png';
|
|
50
|
+
import RelationalDatabaseIcon from '../../assets/relational-database.png';
|
|
51
|
+
import NullDataTypeBlackIcon from '../../assets/dataType-icons/black/null.svg';
|
|
52
|
+
import NullDataTypeDarkGreyIcon from '../../assets/dataType-icons/dark-grey/null.svg';
|
|
53
|
+
import NullDataTypeLightGreyIcon from '../../assets/dataType-icons/light-grey/null.svg';
|
|
54
|
+
import VoidDataTypeBlackIcon from '../../assets/dataType-icons/black/void.svg';
|
|
55
|
+
import VoidDataTypeDarkGreyIcon from '../../assets/dataType-icons/dark-grey/void.svg';
|
|
56
|
+
import VoidDataTypeLightGreyIcon from '../../assets/dataType-icons/light-grey/void.svg';
|
|
57
|
+
import ExplicitAnyDataTypeBlackIcon from '../../assets/dataType-icons/black/any.svg';
|
|
58
|
+
import ExplicitAnyDataTypeDarkGreyIcon from '../../assets/dataType-icons/dark-grey/any.svg';
|
|
59
|
+
import ExplicitAnyDataTypeLightGreyIcon from '../../assets/dataType-icons/light-grey/any.svg';
|
|
60
|
+
import BytesDataTypeBlackIcon from '../../assets/dataType-icons/black/binary.svg';
|
|
61
|
+
import ForeignKeyRefBlackIcon from '../../assets/datatype-icons/black/key-file.svg';
|
|
62
|
+
import SQLProgramBlackIcon from '../../assets/datatype-icons/black/sql-program.svg';
|
|
63
|
+
import CronJobIcon from '../../assets/cron-job.png';
|
|
64
|
+
import SQLConnectionConfigIcon from '../../assets/sql-connection-config.svg';
|
|
65
|
+
import SSLCertificateConfigIcon from '../../assets/ssl-certificate-config.svg';
|
|
66
|
+
import SQLRowTransformerIcon from '../../assets/sql-row-transformer.svg';
|
|
67
|
+
import ExternalIntegrationAccountConnectionIcon from '../../assets/authentication.svg';
|
|
68
|
+
import { ENTITY_FA_ICON_NAMES, LOOP_FA_ICON_NAME } from './ui';
|
|
69
|
+
import { getExternalIntegrationIdFromAction } from './utils';
|
|
70
|
+
import { envConfig } from '../../config';
|
|
71
|
+
|
|
72
|
+
export type EntityTypeIconSize = 'small' | 'medium' | 'large';
|
|
73
|
+
export type EntityTypeIconColor = 'black' | 'dark-grey' | 'light-grey';
|
|
74
|
+
|
|
75
|
+
export function resolveBuiltInBaseEntityIcon(
|
|
76
|
+
entity: BuiltInBaseEntityState,
|
|
77
|
+
color: EntityTypeIconColor = 'black',
|
|
78
|
+
): { fa?: string; file?: string; url?: string } {
|
|
79
|
+
const baseEntity = getFirstBaseEntityWithOwnBase(
|
|
80
|
+
entity,
|
|
81
|
+
BaseEntityNames.EXTERNAL_INTEGRATION_CONNECTION,
|
|
82
|
+
);
|
|
83
|
+
|
|
84
|
+
if (!!baseEntity) {
|
|
85
|
+
const integrationsProperty = entity.properties.find(
|
|
86
|
+
(property) =>
|
|
87
|
+
property.id ===
|
|
88
|
+
BUILT_IN_BASE_ENTITY_IDS['built-in-base-entity'][
|
|
89
|
+
baseEntity.id as 'BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_ENTITY'
|
|
90
|
+
].properties.integration.id,
|
|
91
|
+
);
|
|
92
|
+
|
|
93
|
+
if (!!integrationsProperty) {
|
|
94
|
+
const defaultValue = integrationsProperty.getDefaultValue();
|
|
95
|
+
|
|
96
|
+
const externalIntegrationId = defaultValue?.value as string | null;
|
|
97
|
+
|
|
98
|
+
if (externalIntegrationId) {
|
|
99
|
+
const url = `${envConfig.EXTERNAL_INTEGRATIONS_LOGOS_URL}/${externalIntegrationId}.svg`;
|
|
100
|
+
|
|
101
|
+
return {
|
|
102
|
+
url: url,
|
|
103
|
+
};
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
switch (entity.name) {
|
|
109
|
+
case BaseEntityNames.HTTP_ENDPOINT:
|
|
110
|
+
return { file: HTTPEndpointIcon };
|
|
111
|
+
case BaseEntityNames.PERSISTED_ENTITY:
|
|
112
|
+
return { file: DatabaseTableIcon };
|
|
113
|
+
case BaseEntityNames.CRON_JOB:
|
|
114
|
+
return { file: CronJobIcon };
|
|
115
|
+
case BaseEntityNames.RELATIONAL_DATABASE:
|
|
116
|
+
return { file: RelationalDatabaseIcon };
|
|
117
|
+
case BaseEntityNames.EXTERNAL_INTEGRATION_CONNECTION:
|
|
118
|
+
return { file: ExternalIntegrationAccountConnectionIcon };
|
|
119
|
+
case BaseEntityNames.SQL_ROW_TRANSFORMER:
|
|
120
|
+
return { file: SQLRowTransformerIcon };
|
|
121
|
+
case BaseEntityNames.SQL_ROOT_CONNECTION_CONFIG:
|
|
122
|
+
return { file: SQLConnectionConfigIcon };
|
|
123
|
+
case BaseEntityNames.SQL_SSL_CONNECTION_CONFIG:
|
|
124
|
+
return { file: SSLCertificateConfigIcon };
|
|
125
|
+
default:
|
|
126
|
+
return { file: DefinitionEntityDataTypeBlackIcon };
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
export function resolveComplexEntityIcon(
|
|
131
|
+
entity: DefinitionEntityState | BuiltInBaseEntityState | PrimitiveEntityState,
|
|
132
|
+
color: EntityTypeIconColor = 'black',
|
|
133
|
+
): { fa?: string; file?: string; url?: string } {
|
|
134
|
+
switch (entity.type) {
|
|
135
|
+
case EntityType.DefinitionEntity:
|
|
136
|
+
return resolveDefinitionEntityIcon(entity, color);
|
|
137
|
+
case EntityType.BuiltInBaseEntity:
|
|
138
|
+
return resolveBuiltInBaseEntityIcon(entity, color);
|
|
139
|
+
case EntityType.PrimitiveEntity:
|
|
140
|
+
return resolvePrimitiveEntityDataTypeIcon(entity, color);
|
|
141
|
+
default:
|
|
142
|
+
return {
|
|
143
|
+
file: DefinitionEntityDataTypeBlackIcon,
|
|
144
|
+
};
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
export function resolveDefinitionEntityIcon(
|
|
149
|
+
entity: DefinitionEntityState,
|
|
150
|
+
color: EntityTypeIconColor = 'black',
|
|
151
|
+
): { fa?: string; file?: string; url?: string } {
|
|
152
|
+
if (
|
|
153
|
+
checkHasBaseEntity(entity, BaseEntityNames.EXTERNAL_INTEGRATION_CONNECTION)
|
|
154
|
+
) {
|
|
155
|
+
const baseEntity = getFirstBaseEntityWithOwnBase(
|
|
156
|
+
entity,
|
|
157
|
+
BaseEntityNames.EXTERNAL_INTEGRATION_CONNECTION,
|
|
158
|
+
);
|
|
159
|
+
|
|
160
|
+
const integrationBuiltInPropertyId =
|
|
161
|
+
BUILT_IN_BASE_ENTITY_IDS['built-in-base-entity'][
|
|
162
|
+
baseEntity.id as 'BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_ENTITY'
|
|
163
|
+
].properties.integration.id;
|
|
164
|
+
|
|
165
|
+
const integrationsProperty = entity.properties.find(
|
|
166
|
+
(property) =>
|
|
167
|
+
property.extends?.id === integrationBuiltInPropertyId ||
|
|
168
|
+
// It could be that this is a specific connection entity, and therefore itself extends the base connection entity
|
|
169
|
+
property.implements.find(
|
|
170
|
+
(impl) => impl.id === integrationBuiltInPropertyId,
|
|
171
|
+
),
|
|
172
|
+
);
|
|
173
|
+
|
|
174
|
+
if (!!integrationsProperty) {
|
|
175
|
+
const defaultValue = integrationsProperty.getDefaultValue();
|
|
176
|
+
|
|
177
|
+
const externalIntegrationId = defaultValue?.value as string | null;
|
|
178
|
+
|
|
179
|
+
if (externalIntegrationId) {
|
|
180
|
+
const url = `${envConfig.EXTERNAL_INTEGRATIONS_LOGOS_URL}/${externalIntegrationId}.svg`;
|
|
181
|
+
|
|
182
|
+
return {
|
|
183
|
+
url: url,
|
|
184
|
+
};
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
return { file: ExternalIntegrationAccountConnectionIcon };
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
const baseEntityTypes = getBaseBuiltInEntities(entity);
|
|
192
|
+
if (
|
|
193
|
+
!!baseEntityTypes.find((ent) => ent.id === BaseEntityNames.HTTP_ENDPOINT)
|
|
194
|
+
) {
|
|
195
|
+
return { file: HTTPEndpointIcon };
|
|
196
|
+
} else if (
|
|
197
|
+
!!baseEntityTypes.find((ent) => ent.id === BaseEntityNames.PERSISTED_ENTITY)
|
|
198
|
+
) {
|
|
199
|
+
return { file: DatabaseTableIcon };
|
|
200
|
+
} else if (
|
|
201
|
+
!!baseEntityTypes.find((ent) => ent.id === BaseEntityNames.CRON_JOB)
|
|
202
|
+
) {
|
|
203
|
+
return { file: CronJobIcon };
|
|
204
|
+
} else if (
|
|
205
|
+
!!baseEntityTypes.find(
|
|
206
|
+
(ent) => ent.id === BaseEntityNames.RELATIONAL_DATABASE,
|
|
207
|
+
)
|
|
208
|
+
) {
|
|
209
|
+
return { file: RelationalDatabaseIcon };
|
|
210
|
+
} else if (
|
|
211
|
+
!!baseEntityTypes.find(
|
|
212
|
+
(ent) => ent.id === BaseEntityNames.EXTERNAL_INTEGRATION_CONNECTION,
|
|
213
|
+
)
|
|
214
|
+
) {
|
|
215
|
+
return { file: ExternalIntegrationAccountConnectionIcon };
|
|
216
|
+
} else if (
|
|
217
|
+
!!baseEntityTypes.find(
|
|
218
|
+
(ent) => ent.id === BaseEntityNames.SQL_ROW_TRANSFORMER,
|
|
219
|
+
)
|
|
220
|
+
) {
|
|
221
|
+
return { file: SQLRowTransformerIcon };
|
|
222
|
+
} else if (
|
|
223
|
+
!!baseEntityTypes.find(
|
|
224
|
+
(ent) => ent.id === BaseEntityNames.SQL_ROOT_CONNECTION_CONFIG,
|
|
225
|
+
)
|
|
226
|
+
) {
|
|
227
|
+
return { file: SQLConnectionConfigIcon };
|
|
228
|
+
} else if (
|
|
229
|
+
!!baseEntityTypes.find(
|
|
230
|
+
(ent) => ent.id === BaseEntityNames.SQL_SSL_CONNECTION_CONFIG,
|
|
231
|
+
)
|
|
232
|
+
) {
|
|
233
|
+
return { file: SSLCertificateConfigIcon };
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
return {
|
|
237
|
+
file: DefinitionEntityDataTypeBlackIcon,
|
|
238
|
+
};
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
export function resolveLiteralValueDataTypeIcon(
|
|
242
|
+
entity: LiteralValueState,
|
|
243
|
+
color: EntityTypeIconColor = 'black',
|
|
244
|
+
): { fa?: string; file?: string; url?: string } {
|
|
245
|
+
if (entity.name === PrimitiveTypes.Number) {
|
|
246
|
+
switch (color) {
|
|
247
|
+
case 'black':
|
|
248
|
+
return { file: NumberDataTypeBlackIcon };
|
|
249
|
+
case 'dark-grey':
|
|
250
|
+
return { file: NumberDataTypeDarkGreyIcon };
|
|
251
|
+
case 'light-grey':
|
|
252
|
+
return { file: NumberDataTypeLightGreyIcon };
|
|
253
|
+
default:
|
|
254
|
+
return { file: NumberDataTypeBlackIcon };
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
if (entity.name === PrimitiveTypes.String) {
|
|
259
|
+
switch (color) {
|
|
260
|
+
case 'black':
|
|
261
|
+
return { file: TextDataTypeBlackIcon };
|
|
262
|
+
case 'dark-grey':
|
|
263
|
+
return { file: TextDataTypeDarkGreyIcon };
|
|
264
|
+
case 'light-grey':
|
|
265
|
+
return { file: TextDataTypeLightGreyIcon };
|
|
266
|
+
default:
|
|
267
|
+
return { file: TextDataTypeBlackIcon };
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
if (entity.name === PrimitiveTypes.Boolean) {
|
|
272
|
+
switch (color) {
|
|
273
|
+
case 'black':
|
|
274
|
+
return { file: BooleanDataTypeBlackIcon };
|
|
275
|
+
case 'dark-grey':
|
|
276
|
+
return { file: BooleanDataTypeDarkGreyIcon };
|
|
277
|
+
case 'light-grey':
|
|
278
|
+
return { file: BooleanDataTypeLightGreyIcon };
|
|
279
|
+
default:
|
|
280
|
+
return { file: BooleanDataTypeBlackIcon };
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
if (entity.name === PrimitiveTypes.UUID) {
|
|
285
|
+
switch (color) {
|
|
286
|
+
case 'black':
|
|
287
|
+
return { file: UUIDDataTypeBlackIcon };
|
|
288
|
+
case 'dark-grey':
|
|
289
|
+
return { file: UUIDDataTypeDarkGreyIcon };
|
|
290
|
+
case 'light-grey':
|
|
291
|
+
return { file: UUIDDataTypeLightGreyIcon };
|
|
292
|
+
default:
|
|
293
|
+
return { file: UUIDDataTypeBlackIcon };
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
if (entity.name === PrimitiveTypes.Date) {
|
|
298
|
+
switch (color) {
|
|
299
|
+
case 'black':
|
|
300
|
+
return { file: DateTimeDataTypeBlackIcon };
|
|
301
|
+
case 'dark-grey':
|
|
302
|
+
return { file: DateTimeDataTypeDarkGreyIcon };
|
|
303
|
+
case 'light-grey':
|
|
304
|
+
return { file: DateTimeDataTypeLightGreyIcon };
|
|
305
|
+
default:
|
|
306
|
+
return { file: DateTimeDataTypeBlackIcon };
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
if (entity.name === PrimitiveTypes.KeyValue) {
|
|
311
|
+
switch (color) {
|
|
312
|
+
case 'black':
|
|
313
|
+
return { file: DefinitionEntityDataTypeBlackIcon };
|
|
314
|
+
case 'dark-grey':
|
|
315
|
+
return { file: DefinitionEntityDataTypeDarkGreyIcon };
|
|
316
|
+
case 'light-grey':
|
|
317
|
+
return { file: DefinitionEntityDataTypeLightGreyIcon };
|
|
318
|
+
default:
|
|
319
|
+
return { file: DefinitionEntityDataTypeBlackIcon };
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
if (entity.name === PrimitiveTypes.Untyped) {
|
|
324
|
+
switch (color) {
|
|
325
|
+
case 'black':
|
|
326
|
+
return { file: ExplicitAnyDataTypeBlackIcon };
|
|
327
|
+
case 'dark-grey':
|
|
328
|
+
return { file: ExplicitAnyDataTypeDarkGreyIcon };
|
|
329
|
+
case 'light-grey':
|
|
330
|
+
return { file: ExplicitAnyDataTypeLightGreyIcon };
|
|
331
|
+
default:
|
|
332
|
+
return { file: ExplicitAnyDataTypeBlackIcon };
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
if (entity.name === PrimitiveTypes.Bytes) {
|
|
337
|
+
switch (color) {
|
|
338
|
+
case 'black':
|
|
339
|
+
return { file: BytesDataTypeBlackIcon };
|
|
340
|
+
case 'dark-grey':
|
|
341
|
+
return { file: BytesDataTypeBlackIcon };
|
|
342
|
+
case 'light-grey':
|
|
343
|
+
return { file: BytesDataTypeBlackIcon };
|
|
344
|
+
default:
|
|
345
|
+
return { file: BytesDataTypeBlackIcon };
|
|
346
|
+
}
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
switch (color) {
|
|
350
|
+
case 'black':
|
|
351
|
+
return { file: UnknownDataTypeBlackIcon };
|
|
352
|
+
case 'dark-grey':
|
|
353
|
+
return { file: UnknownDataTypeDarkGreyIcon };
|
|
354
|
+
case 'light-grey':
|
|
355
|
+
return { file: UnknownDataTypeLightGreyIcon };
|
|
356
|
+
default:
|
|
357
|
+
return { file: UnknownDataTypeBlackIcon };
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
export function resolvePrimitiveEntityDataTypeIcon(
|
|
362
|
+
entity: PrimitiveEntityState,
|
|
363
|
+
color: EntityTypeIconColor = 'black',
|
|
364
|
+
): { fa?: string; file?: string; url?: string } {
|
|
365
|
+
switch (entity.name) {
|
|
366
|
+
case PrimitiveTypes.Number: {
|
|
367
|
+
switch (color) {
|
|
368
|
+
case 'black':
|
|
369
|
+
return { file: NumberDataTypeBlackIcon };
|
|
370
|
+
case 'dark-grey':
|
|
371
|
+
return { file: NumberDataTypeDarkGreyIcon };
|
|
372
|
+
case 'light-grey':
|
|
373
|
+
return { file: NumberDataTypeLightGreyIcon };
|
|
374
|
+
default:
|
|
375
|
+
return { file: NumberDataTypeBlackIcon };
|
|
376
|
+
}
|
|
377
|
+
}
|
|
378
|
+
case PrimitiveTypes.String:
|
|
379
|
+
case PrimitiveTypes.Enum: {
|
|
380
|
+
switch (color) {
|
|
381
|
+
case 'black':
|
|
382
|
+
return { file: TextDataTypeBlackIcon };
|
|
383
|
+
case 'dark-grey':
|
|
384
|
+
return { file: TextDataTypeDarkGreyIcon };
|
|
385
|
+
case 'light-grey':
|
|
386
|
+
return { file: TextDataTypeLightGreyIcon };
|
|
387
|
+
default:
|
|
388
|
+
return { file: TextDataTypeBlackIcon };
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
case PrimitiveTypes.Boolean: {
|
|
392
|
+
switch (color) {
|
|
393
|
+
case 'black':
|
|
394
|
+
return { file: BooleanDataTypeBlackIcon };
|
|
395
|
+
case 'dark-grey':
|
|
396
|
+
return { file: BooleanDataTypeDarkGreyIcon };
|
|
397
|
+
case 'light-grey':
|
|
398
|
+
return { file: BooleanDataTypeLightGreyIcon };
|
|
399
|
+
default:
|
|
400
|
+
return { file: BooleanDataTypeBlackIcon };
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
case PrimitiveTypes.UUID: {
|
|
404
|
+
switch (color) {
|
|
405
|
+
case 'black':
|
|
406
|
+
return { file: UUIDDataTypeBlackIcon };
|
|
407
|
+
case 'dark-grey':
|
|
408
|
+
return { file: UUIDDataTypeDarkGreyIcon };
|
|
409
|
+
case 'light-grey':
|
|
410
|
+
return { file: UUIDDataTypeLightGreyIcon };
|
|
411
|
+
default:
|
|
412
|
+
return { file: UUIDDataTypeBlackIcon };
|
|
413
|
+
}
|
|
414
|
+
}
|
|
415
|
+
case PrimitiveTypes.Date: {
|
|
416
|
+
switch (color) {
|
|
417
|
+
case 'black':
|
|
418
|
+
return { file: DateTimeDataTypeBlackIcon };
|
|
419
|
+
case 'dark-grey':
|
|
420
|
+
return { file: DateTimeDataTypeDarkGreyIcon };
|
|
421
|
+
case 'light-grey':
|
|
422
|
+
return { file: DateTimeDataTypeLightGreyIcon };
|
|
423
|
+
default:
|
|
424
|
+
return { file: DateTimeDataTypeBlackIcon };
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
case PrimitiveTypes.Untyped: {
|
|
428
|
+
switch (color) {
|
|
429
|
+
case 'black':
|
|
430
|
+
return { file: ExplicitAnyDataTypeBlackIcon };
|
|
431
|
+
case 'dark-grey':
|
|
432
|
+
return { file: ExplicitAnyDataTypeDarkGreyIcon };
|
|
433
|
+
case 'light-grey':
|
|
434
|
+
return { file: ExplicitAnyDataTypeLightGreyIcon };
|
|
435
|
+
default:
|
|
436
|
+
return { file: ExplicitAnyDataTypeBlackIcon };
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
case PrimitiveTypes.Bytes: {
|
|
440
|
+
switch (color) {
|
|
441
|
+
case 'black':
|
|
442
|
+
return { file: BytesDataTypeBlackIcon };
|
|
443
|
+
case 'dark-grey':
|
|
444
|
+
return { file: BytesDataTypeBlackIcon };
|
|
445
|
+
case 'light-grey':
|
|
446
|
+
return { file: BytesDataTypeBlackIcon };
|
|
447
|
+
default:
|
|
448
|
+
return { file: BytesDataTypeBlackIcon };
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
// fa-solid fa-empty-set
|
|
452
|
+
case PrimitiveTypes.Null: {
|
|
453
|
+
switch (color) {
|
|
454
|
+
case 'black':
|
|
455
|
+
return { file: NullDataTypeBlackIcon };
|
|
456
|
+
case 'dark-grey':
|
|
457
|
+
return { file: NullDataTypeDarkGreyIcon };
|
|
458
|
+
case 'light-grey':
|
|
459
|
+
return { file: NullDataTypeLightGreyIcon };
|
|
460
|
+
default:
|
|
461
|
+
return { file: NullDataTypeBlackIcon };
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
case PrimitiveTypes.Void: {
|
|
465
|
+
switch (color) {
|
|
466
|
+
case 'black':
|
|
467
|
+
return { file: VoidDataTypeBlackIcon };
|
|
468
|
+
case 'dark-grey':
|
|
469
|
+
return { file: VoidDataTypeDarkGreyIcon };
|
|
470
|
+
case 'light-grey':
|
|
471
|
+
return { file: VoidDataTypeLightGreyIcon };
|
|
472
|
+
default:
|
|
473
|
+
return { file: VoidDataTypeBlackIcon };
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
case PrimitiveTypes.SqlProgram: {
|
|
477
|
+
switch (color) {
|
|
478
|
+
case 'black':
|
|
479
|
+
return { file: SQLProgramBlackIcon };
|
|
480
|
+
case 'dark-grey':
|
|
481
|
+
return { file: SQLProgramBlackIcon };
|
|
482
|
+
case 'light-grey':
|
|
483
|
+
return { file: SQLProgramBlackIcon };
|
|
484
|
+
default:
|
|
485
|
+
return { file: SQLProgramBlackIcon };
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
case PrimitiveTypes.Untyped: {
|
|
489
|
+
switch (color) {
|
|
490
|
+
case 'black':
|
|
491
|
+
return { file: ExplicitAnyDataTypeBlackIcon };
|
|
492
|
+
case 'dark-grey':
|
|
493
|
+
return { file: ExplicitAnyDataTypeDarkGreyIcon };
|
|
494
|
+
case 'light-grey':
|
|
495
|
+
return { file: ExplicitAnyDataTypeLightGreyIcon };
|
|
496
|
+
default:
|
|
497
|
+
return { file: ExplicitAnyDataTypeBlackIcon };
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
default: {
|
|
501
|
+
switch (color) {
|
|
502
|
+
case 'black':
|
|
503
|
+
return { file: DefinitionEntityDataTypeBlackIcon };
|
|
504
|
+
case 'dark-grey':
|
|
505
|
+
return { file: DefinitionEntityDataTypeDarkGreyIcon };
|
|
506
|
+
case 'light-grey':
|
|
507
|
+
return { file: DefinitionEntityDataTypeLightGreyIcon };
|
|
508
|
+
default:
|
|
509
|
+
return { file: DefinitionEntityDataTypeBlackIcon };
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
export function resolveExplicitDataTypeIcon(
|
|
516
|
+
icon:
|
|
517
|
+
| PrimitiveTypes
|
|
518
|
+
| 'list'
|
|
519
|
+
| EntityType.DefinitionEntity
|
|
520
|
+
| 'unknown'
|
|
521
|
+
| BaseEntityNames
|
|
522
|
+
| 'foreign-key-ref',
|
|
523
|
+
color: EntityTypeIconColor = 'black',
|
|
524
|
+
): { fa?: string; file?: string; url?: string } {
|
|
525
|
+
if (!icon || icon === 'unknown') {
|
|
526
|
+
switch (color) {
|
|
527
|
+
case 'black':
|
|
528
|
+
return { file: UnknownDataTypeBlackIcon };
|
|
529
|
+
case 'dark-grey':
|
|
530
|
+
return { file: UnknownDataTypeDarkGreyIcon };
|
|
531
|
+
case 'light-grey':
|
|
532
|
+
return { file: UnknownDataTypeLightGreyIcon };
|
|
533
|
+
default:
|
|
534
|
+
return { file: UnknownDataTypeBlackIcon };
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
if (icon === 'foreign-key-ref') {
|
|
539
|
+
switch (color) {
|
|
540
|
+
case 'black':
|
|
541
|
+
return { file: ForeignKeyRefBlackIcon };
|
|
542
|
+
case 'dark-grey':
|
|
543
|
+
return { file: ForeignKeyRefBlackIcon };
|
|
544
|
+
case 'light-grey':
|
|
545
|
+
return { file: ForeignKeyRefBlackIcon };
|
|
546
|
+
default:
|
|
547
|
+
return { file: ForeignKeyRefBlackIcon };
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
// If there is a default value, we can infer the type from it
|
|
552
|
+
if (icon === PrimitiveTypes.Number) {
|
|
553
|
+
switch (color) {
|
|
554
|
+
case 'black':
|
|
555
|
+
return { file: NumberDataTypeBlackIcon };
|
|
556
|
+
case 'dark-grey':
|
|
557
|
+
return { file: NumberDataTypeDarkGreyIcon };
|
|
558
|
+
case 'light-grey':
|
|
559
|
+
return { file: NumberDataTypeLightGreyIcon };
|
|
560
|
+
default:
|
|
561
|
+
return { file: NumberDataTypeBlackIcon };
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
if (icon === PrimitiveTypes.String) {
|
|
566
|
+
switch (color) {
|
|
567
|
+
case 'black':
|
|
568
|
+
return { file: TextDataTypeBlackIcon };
|
|
569
|
+
case 'dark-grey':
|
|
570
|
+
return { file: TextDataTypeDarkGreyIcon };
|
|
571
|
+
case 'light-grey':
|
|
572
|
+
return { file: TextDataTypeLightGreyIcon };
|
|
573
|
+
default:
|
|
574
|
+
return { file: TextDataTypeBlackIcon };
|
|
575
|
+
}
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
if (icon === PrimitiveTypes.Boolean) {
|
|
579
|
+
switch (color) {
|
|
580
|
+
case 'black':
|
|
581
|
+
return { file: BooleanDataTypeBlackIcon };
|
|
582
|
+
case 'dark-grey':
|
|
583
|
+
return { file: BooleanDataTypeDarkGreyIcon };
|
|
584
|
+
case 'light-grey':
|
|
585
|
+
return { file: BooleanDataTypeLightGreyIcon };
|
|
586
|
+
default:
|
|
587
|
+
return { file: BooleanDataTypeBlackIcon };
|
|
588
|
+
}
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
if (icon === PrimitiveTypes.UUID) {
|
|
592
|
+
switch (color) {
|
|
593
|
+
case 'black':
|
|
594
|
+
return { file: UUIDDataTypeBlackIcon };
|
|
595
|
+
case 'dark-grey':
|
|
596
|
+
return { file: UUIDDataTypeDarkGreyIcon };
|
|
597
|
+
case 'light-grey':
|
|
598
|
+
return { file: UUIDDataTypeLightGreyIcon };
|
|
599
|
+
default:
|
|
600
|
+
return { file: UUIDDataTypeBlackIcon };
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
if (icon === PrimitiveTypes.Date) {
|
|
605
|
+
switch (color) {
|
|
606
|
+
case 'black':
|
|
607
|
+
return { file: DateTimeDataTypeBlackIcon };
|
|
608
|
+
case 'dark-grey':
|
|
609
|
+
return { file: DateTimeDataTypeDarkGreyIcon };
|
|
610
|
+
case 'light-grey':
|
|
611
|
+
return { file: DateTimeDataTypeLightGreyIcon };
|
|
612
|
+
default:
|
|
613
|
+
return { file: DateTimeDataTypeBlackIcon };
|
|
614
|
+
}
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
if (icon === PrimitiveTypes.KeyValue) {
|
|
618
|
+
switch (color) {
|
|
619
|
+
case 'black':
|
|
620
|
+
return { file: DefinitionEntityDataTypeBlackIcon };
|
|
621
|
+
case 'dark-grey':
|
|
622
|
+
return { file: DefinitionEntityDataTypeDarkGreyIcon };
|
|
623
|
+
case 'light-grey':
|
|
624
|
+
return { file: DefinitionEntityDataTypeLightGreyIcon };
|
|
625
|
+
default:
|
|
626
|
+
return { file: DefinitionEntityDataTypeBlackIcon };
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
if (icon === PrimitiveTypes.Untyped) {
|
|
631
|
+
switch (color) {
|
|
632
|
+
case 'black':
|
|
633
|
+
return { file: ExplicitAnyDataTypeBlackIcon };
|
|
634
|
+
case 'dark-grey':
|
|
635
|
+
return { file: ExplicitAnyDataTypeDarkGreyIcon };
|
|
636
|
+
case 'light-grey':
|
|
637
|
+
return { file: ExplicitAnyDataTypeLightGreyIcon };
|
|
638
|
+
default:
|
|
639
|
+
return { file: ExplicitAnyDataTypeBlackIcon };
|
|
640
|
+
}
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
if (icon === PrimitiveTypes.Null) {
|
|
644
|
+
switch (color) {
|
|
645
|
+
case 'black':
|
|
646
|
+
return { file: NullDataTypeBlackIcon };
|
|
647
|
+
case 'dark-grey':
|
|
648
|
+
return { file: NullDataTypeDarkGreyIcon };
|
|
649
|
+
case 'light-grey':
|
|
650
|
+
return { file: NullDataTypeLightGreyIcon };
|
|
651
|
+
default:
|
|
652
|
+
return { file: NullDataTypeBlackIcon };
|
|
653
|
+
}
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
if (icon === PrimitiveTypes.Void) {
|
|
657
|
+
switch (color) {
|
|
658
|
+
case 'black':
|
|
659
|
+
return { file: VoidDataTypeBlackIcon };
|
|
660
|
+
case 'dark-grey':
|
|
661
|
+
return { file: VoidDataTypeDarkGreyIcon };
|
|
662
|
+
case 'light-grey':
|
|
663
|
+
return { file: VoidDataTypeLightGreyIcon };
|
|
664
|
+
default:
|
|
665
|
+
return { file: VoidDataTypeBlackIcon };
|
|
666
|
+
}
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
if (icon === PrimitiveTypes.SqlProgram) {
|
|
670
|
+
switch (color) {
|
|
671
|
+
case 'black':
|
|
672
|
+
return { file: SQLProgramBlackIcon };
|
|
673
|
+
case 'dark-grey':
|
|
674
|
+
return { file: SQLProgramBlackIcon };
|
|
675
|
+
case 'light-grey':
|
|
676
|
+
return { file: SQLProgramBlackIcon };
|
|
677
|
+
default:
|
|
678
|
+
return { file: SQLProgramBlackIcon };
|
|
679
|
+
}
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
if (icon === PrimitiveTypes.Bytes) {
|
|
683
|
+
switch (color) {
|
|
684
|
+
case 'black':
|
|
685
|
+
return { file: BytesDataTypeBlackIcon };
|
|
686
|
+
case 'dark-grey':
|
|
687
|
+
return { file: BytesDataTypeBlackIcon };
|
|
688
|
+
case 'light-grey':
|
|
689
|
+
return { file: BytesDataTypeBlackIcon };
|
|
690
|
+
default:
|
|
691
|
+
return { file: BytesDataTypeBlackIcon };
|
|
692
|
+
}
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
if (icon === 'list') {
|
|
696
|
+
switch (color) {
|
|
697
|
+
case 'black':
|
|
698
|
+
return { file: ListDataTypeBlackIcon };
|
|
699
|
+
case 'dark-grey':
|
|
700
|
+
return { file: ListDataTypeDarkGreyIcon };
|
|
701
|
+
case 'light-grey':
|
|
702
|
+
return { file: ListDataTypeLightGreyIcon };
|
|
703
|
+
default:
|
|
704
|
+
return { file: ListDataTypeBlackIcon };
|
|
705
|
+
}
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
if (icon === EntityType.DefinitionEntity) {
|
|
709
|
+
switch (color) {
|
|
710
|
+
case 'black':
|
|
711
|
+
return { file: DefinitionEntityDataTypeBlackIcon };
|
|
712
|
+
case 'dark-grey':
|
|
713
|
+
return { file: DefinitionEntityDataTypeDarkGreyIcon };
|
|
714
|
+
case 'light-grey':
|
|
715
|
+
return { file: DefinitionEntityDataTypeLightGreyIcon };
|
|
716
|
+
default:
|
|
717
|
+
return { file: DefinitionEntityDataTypeBlackIcon };
|
|
718
|
+
}
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
if (icon === BaseEntityNames.HTTP_ENDPOINT) {
|
|
722
|
+
return { file: HTTPEndpointIcon };
|
|
723
|
+
} else if (icon === BaseEntityNames.PERSISTED_ENTITY) {
|
|
724
|
+
return { file: DatabaseTableIcon };
|
|
725
|
+
} else if (icon === BaseEntityNames.CRON_JOB) {
|
|
726
|
+
return { file: CronJobIcon };
|
|
727
|
+
} else if (icon === BaseEntityNames.RELATIONAL_DATABASE) {
|
|
728
|
+
return { file: RelationalDatabaseIcon };
|
|
729
|
+
} else if (icon === BaseEntityNames.EXTERNAL_INTEGRATION_CONNECTION) {
|
|
730
|
+
return { file: ExternalIntegrationAccountConnectionIcon };
|
|
731
|
+
} else if (icon === BaseEntityNames.SQL_ROW_TRANSFORMER) {
|
|
732
|
+
return { file: SQLRowTransformerIcon };
|
|
733
|
+
} else if (icon === BaseEntityNames.SQL_ROOT_CONNECTION_CONFIG) {
|
|
734
|
+
return { file: SQLConnectionConfigIcon };
|
|
735
|
+
} else if (icon === BaseEntityNames.SQL_SSL_CONNECTION_CONFIG) {
|
|
736
|
+
return { file: SSLCertificateConfigIcon };
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
const externalIntegrationId = getExternalIntegrationNameFromBuiltInBaseName(
|
|
740
|
+
icon as BaseEntityNames,
|
|
741
|
+
);
|
|
742
|
+
|
|
743
|
+
if (externalIntegrationId) {
|
|
744
|
+
const url = `${envConfig.EXTERNAL_INTEGRATIONS_LOGOS_URL}/${externalIntegrationId}.svg`;
|
|
745
|
+
return { url: url };
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
return { file: DefinitionEntityDataTypeBlackIcon };
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
export function resolveDataTypeIcon(
|
|
752
|
+
dataType: DataTypeState,
|
|
753
|
+
color: EntityTypeIconColor = 'black',
|
|
754
|
+
): { fa?: string; file?: string; url?: string } {
|
|
755
|
+
if (!dataType) {
|
|
756
|
+
if (ENTITY_WITH_DEFAULT_VALUE_TYPES.includes(dataType?.parent.type)) {
|
|
757
|
+
const defaultValue = (
|
|
758
|
+
dataType?.parent as EntityWithDefaultValueState
|
|
759
|
+
).getDefaultValue();
|
|
760
|
+
// If there is a default value, we can infer the type from it
|
|
761
|
+
if (defaultValue) {
|
|
762
|
+
return resolveLiteralValueDataTypeIcon(defaultValue, color);
|
|
763
|
+
}
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
switch (color) {
|
|
767
|
+
case 'black':
|
|
768
|
+
return { file: UnknownDataTypeBlackIcon };
|
|
769
|
+
case 'dark-grey':
|
|
770
|
+
return { file: UnknownDataTypeDarkGreyIcon };
|
|
771
|
+
case 'light-grey':
|
|
772
|
+
return { file: UnknownDataTypeLightGreyIcon };
|
|
773
|
+
default:
|
|
774
|
+
return { file: UnknownDataTypeBlackIcon };
|
|
775
|
+
}
|
|
776
|
+
}
|
|
777
|
+
|
|
778
|
+
if (dataType.isList) {
|
|
779
|
+
switch (color) {
|
|
780
|
+
case 'black':
|
|
781
|
+
return { file: ListDataTypeBlackIcon };
|
|
782
|
+
case 'dark-grey':
|
|
783
|
+
return { file: ListDataTypeDarkGreyIcon };
|
|
784
|
+
case 'light-grey':
|
|
785
|
+
return { file: ListDataTypeLightGreyIcon };
|
|
786
|
+
default:
|
|
787
|
+
return { file: ListDataTypeBlackIcon };
|
|
788
|
+
}
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
if (!!dataType.foreignKeyRef) {
|
|
792
|
+
switch (color) {
|
|
793
|
+
case 'black':
|
|
794
|
+
return { file: ForeignKeyRefBlackIcon };
|
|
795
|
+
case 'dark-grey':
|
|
796
|
+
return { file: ForeignKeyRefBlackIcon };
|
|
797
|
+
case 'light-grey':
|
|
798
|
+
return { file: ForeignKeyRefBlackIcon };
|
|
799
|
+
default:
|
|
800
|
+
return { file: ForeignKeyRefBlackIcon };
|
|
801
|
+
}
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
// if (!dataType.entity) {
|
|
805
|
+
// switch (color) {
|
|
806
|
+
// case 'black':
|
|
807
|
+
// return { file: UnknownDataTypeBlackIcon };
|
|
808
|
+
// case 'dark-grey':
|
|
809
|
+
// return { file: UnknownDataTypeDarkGreyIcon };
|
|
810
|
+
// case 'light-grey':
|
|
811
|
+
// return { file: UnknownDataTypeLightGreyIcon };
|
|
812
|
+
// default:
|
|
813
|
+
// return { file: UnknownDataTypeBlackIcon };
|
|
814
|
+
// }
|
|
815
|
+
// }
|
|
816
|
+
|
|
817
|
+
if (dataType.entity?.type === EntityType.DefinitionEntity) {
|
|
818
|
+
return resolveDefinitionEntityIcon(dataType.entity);
|
|
819
|
+
} else if (dataType.entity?.type === EntityType.BuiltInBaseEntity) {
|
|
820
|
+
return resolveBuiltInBaseEntityIcon(dataType.entity);
|
|
821
|
+
} else if (dataType.entity?.type === EntityType.PrimitiveEntity) {
|
|
822
|
+
const resolved = resolvePrimitiveEntityDataTypeIcon(dataType.entity, color);
|
|
823
|
+
return resolved;
|
|
824
|
+
} else if (dataType.entity?.type === EntityType.LiteralValue) {
|
|
825
|
+
return resolveLiteralValueDataTypeIcon(dataType.entity, color);
|
|
826
|
+
}
|
|
827
|
+
|
|
828
|
+
if (
|
|
829
|
+
!!dataType.andChildrenGroup &&
|
|
830
|
+
Array.isArray(dataType.andChildrenGroup) &&
|
|
831
|
+
dataType.andChildrenGroup.length > 0
|
|
832
|
+
) {
|
|
833
|
+
if (dataType.andChildrenGroup.length === 1) {
|
|
834
|
+
// For AND groups, just resolve the first child's data-type icon
|
|
835
|
+
const firstChild = dataType.andChildrenGroup[0];
|
|
836
|
+
|
|
837
|
+
if (!!firstChild) {
|
|
838
|
+
return resolveDataTypeIcon(firstChild, color);
|
|
839
|
+
}
|
|
840
|
+
} else {
|
|
841
|
+
const primitiveChild = dataType.andChildrenGroup.find(
|
|
842
|
+
(child) =>
|
|
843
|
+
!!child?.entity &&
|
|
844
|
+
[EntityType.PrimitiveEntity, EntityType.LiteralValue].includes(
|
|
845
|
+
child.entity?.type,
|
|
846
|
+
),
|
|
847
|
+
);
|
|
848
|
+
|
|
849
|
+
if (!!primitiveChild) {
|
|
850
|
+
return resolveDataTypeIcon(primitiveChild, color);
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
const numberOfDefEntities = dataType.andChildrenGroup.filter((child) =>
|
|
854
|
+
[EntityType.DefinitionEntity].includes(child.entity?.type),
|
|
855
|
+
).length;
|
|
856
|
+
|
|
857
|
+
const definitionEntityChild = dataType.andChildrenGroup.find((child) =>
|
|
858
|
+
[EntityType.DefinitionEntity].includes(child.entity?.type),
|
|
859
|
+
);
|
|
860
|
+
|
|
861
|
+
if (numberOfDefEntities === 1 && definitionEntityChild) {
|
|
862
|
+
return resolveDataTypeIcon(definitionEntityChild, color);
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
if (numberOfDefEntities > 1) {
|
|
866
|
+
// If there are multiple definition entities, just return the generic definition entity icon
|
|
867
|
+
switch (color) {
|
|
868
|
+
case 'black':
|
|
869
|
+
return { file: DefinitionEntityDataTypeBlackIcon };
|
|
870
|
+
case 'dark-grey':
|
|
871
|
+
return { file: DefinitionEntityDataTypeDarkGreyIcon };
|
|
872
|
+
case 'light-grey':
|
|
873
|
+
return { file: DefinitionEntityDataTypeLightGreyIcon };
|
|
874
|
+
default:
|
|
875
|
+
return { file: DefinitionEntityDataTypeBlackIcon };
|
|
876
|
+
}
|
|
877
|
+
}
|
|
878
|
+
}
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
if (
|
|
882
|
+
!!dataType.orChildrenGroup &&
|
|
883
|
+
Array.isArray(dataType.orChildrenGroup) &&
|
|
884
|
+
dataType.orChildrenGroup.length > 0
|
|
885
|
+
) {
|
|
886
|
+
// const hasNullChild = dataType.orChildrenGroup.find(
|
|
887
|
+
// (child) => child.entity?.name === PrimitiveTypes.Null,
|
|
888
|
+
// );
|
|
889
|
+
|
|
890
|
+
// For OR groups, just resolve the first child's data-type icon
|
|
891
|
+
const childrenWithoutNull = dataType.orChildrenGroup.filter(
|
|
892
|
+
(child) =>
|
|
893
|
+
child.entity?.name !== PrimitiveTypes.Null,
|
|
894
|
+
);
|
|
895
|
+
|
|
896
|
+
if (childrenWithoutNull.length === 1) {
|
|
897
|
+
const firstChild = childrenWithoutNull[0];
|
|
898
|
+
|
|
899
|
+
if (!!firstChild) {
|
|
900
|
+
return resolveDataTypeIcon(firstChild, color);
|
|
901
|
+
}
|
|
902
|
+
}
|
|
903
|
+
}
|
|
904
|
+
|
|
905
|
+
if (ENTITY_WITH_DEFAULT_VALUE_TYPES.includes(dataType?.parent.type)) {
|
|
906
|
+
const defaultValue = (
|
|
907
|
+
dataType?.parent as EntityWithDefaultValueState
|
|
908
|
+
).getDefaultValue();
|
|
909
|
+
// If there is a default value, we can infer the type from it
|
|
910
|
+
if (defaultValue) {
|
|
911
|
+
return resolveLiteralValueDataTypeIcon(defaultValue, color);
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
|
+
|
|
915
|
+
switch (color) {
|
|
916
|
+
case 'black':
|
|
917
|
+
return { file: UnknownDataTypeBlackIcon };
|
|
918
|
+
case 'dark-grey':
|
|
919
|
+
return { file: UnknownDataTypeDarkGreyIcon };
|
|
920
|
+
case 'light-grey':
|
|
921
|
+
return { file: UnknownDataTypeLightGreyIcon };
|
|
922
|
+
default:
|
|
923
|
+
return { file: UnknownDataTypeBlackIcon };
|
|
924
|
+
}
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
export function resolveEntityDataTypeIcon(
|
|
928
|
+
entity: EntityWithValueState | PropertyState | ValueDescriptorState | FunctionDeclarationState,
|
|
929
|
+
color: EntityTypeIconColor = 'black',
|
|
930
|
+
): { fa?: string; file?: string; url?: string } {
|
|
931
|
+
if (!entity) {
|
|
932
|
+
switch (color) {
|
|
933
|
+
case 'black':
|
|
934
|
+
return {
|
|
935
|
+
file: UnknownDataTypeBlackIcon,
|
|
936
|
+
};
|
|
937
|
+
case 'dark-grey':
|
|
938
|
+
return {
|
|
939
|
+
file: UnknownDataTypeDarkGreyIcon,
|
|
940
|
+
};
|
|
941
|
+
case 'light-grey':
|
|
942
|
+
return {
|
|
943
|
+
file: UnknownDataTypeLightGreyIcon,
|
|
944
|
+
};
|
|
945
|
+
default:
|
|
946
|
+
return {
|
|
947
|
+
file: UnknownDataTypeBlackIcon,
|
|
948
|
+
};
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
const dataType =
|
|
953
|
+
entity?.getDataType(null) || inferDataType(entity, null) || null;
|
|
954
|
+
|
|
955
|
+
return resolveDataTypeIcon(dataType, color);
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
export function resolveEntityIcon(
|
|
959
|
+
entity: EntityState,
|
|
960
|
+
color: EntityTypeIconColor = 'black',
|
|
961
|
+
): { fa?: string; file?: string; url?: string } {
|
|
962
|
+
if (!entity) {
|
|
963
|
+
return {
|
|
964
|
+
file: UnknownDataTypeBlackIcon,
|
|
965
|
+
};
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
switch (entity.type) {
|
|
969
|
+
case EntityType.DefinitionEntity:
|
|
970
|
+
return resolveDefinitionEntityIcon(entity, color);
|
|
971
|
+
case EntityType.BuiltInBaseEntity: {
|
|
972
|
+
return resolveBuiltInBaseEntityIcon(entity, color);
|
|
973
|
+
}
|
|
974
|
+
case EntityType.PrimitiveEntity: {
|
|
975
|
+
return resolvePrimitiveEntityDataTypeIcon(entity, color);
|
|
976
|
+
}
|
|
977
|
+
case EntityType.GlobalEvent: {
|
|
978
|
+
return {
|
|
979
|
+
fa: ENTITY_FA_ICON_NAMES[EntityType.GlobalEvent],
|
|
980
|
+
};
|
|
981
|
+
}
|
|
982
|
+
// case EntityType.FunctionDeclaration
|
|
983
|
+
case EntityType.InternalCall: {
|
|
984
|
+
return {
|
|
985
|
+
fa: ENTITY_FA_ICON_NAMES[EntityType.InternalCall],
|
|
986
|
+
};
|
|
987
|
+
}
|
|
988
|
+
case EntityType.VariableInstance:
|
|
989
|
+
case EntityType.OutputMap:
|
|
990
|
+
case EntityType.InputMap: {
|
|
991
|
+
if (entity.declaration) {
|
|
992
|
+
const declaration = entity.declaration;
|
|
993
|
+
|
|
994
|
+
return resolveEntityIcon(declaration, color);
|
|
995
|
+
}
|
|
996
|
+
|
|
997
|
+
return resolveEntityDataTypeIcon(entity, color);
|
|
998
|
+
}
|
|
999
|
+
case EntityType.Operation: {
|
|
1000
|
+
const externalIntegrationId = getExternalIntegrationIdFromAction(entity);
|
|
1001
|
+
|
|
1002
|
+
if (externalIntegrationId) {
|
|
1003
|
+
const url = `${envConfig.EXTERNAL_INTEGRATIONS_LOGOS_URL}/${externalIntegrationId}.svg`;
|
|
1004
|
+
|
|
1005
|
+
return {
|
|
1006
|
+
url: url,
|
|
1007
|
+
};
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
return {
|
|
1011
|
+
fa: ENTITY_FA_ICON_NAMES[EntityType.Operation],
|
|
1012
|
+
};
|
|
1013
|
+
}
|
|
1014
|
+
case EntityType.Property:
|
|
1015
|
+
case EntityType.VariableDeclaration:
|
|
1016
|
+
case EntityType.ArgumentDeclaration:
|
|
1017
|
+
case EntityType.ValueDescriptor: {
|
|
1018
|
+
return resolveEntityDataTypeIcon(entity, color);
|
|
1019
|
+
}
|
|
1020
|
+
case EntityType.Loop: {
|
|
1021
|
+
return {
|
|
1022
|
+
fa: LOOP_FA_ICON_NAME,
|
|
1023
|
+
};
|
|
1024
|
+
}
|
|
1025
|
+
case EntityType.ActionDescriptor: {
|
|
1026
|
+
// Here, find out what is describing,
|
|
1027
|
+
// If they are a built in value-descriptor, they must be part of one of the types
|
|
1028
|
+
const asOperation = entity.project.operationDeclarations.find(
|
|
1029
|
+
(op) => op.id === entity.id,
|
|
1030
|
+
);
|
|
1031
|
+
|
|
1032
|
+
if (asOperation) {
|
|
1033
|
+
// If it is an operation that represents an external integration,
|
|
1034
|
+
// Return the URL of the icon
|
|
1035
|
+
const externalIntegrationId =
|
|
1036
|
+
getExternalIntegrationIdFromAction(asOperation);
|
|
1037
|
+
|
|
1038
|
+
if (externalIntegrationId) {
|
|
1039
|
+
const url = `${envConfig.EXTERNAL_INTEGRATIONS_LOGOS_URL}/${externalIntegrationId}.svg`;
|
|
1040
|
+
|
|
1041
|
+
return {
|
|
1042
|
+
url: url,
|
|
1043
|
+
};
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
return {
|
|
1047
|
+
fa: ENTITY_FA_ICON_NAMES[EntityType.Operation],
|
|
1048
|
+
};
|
|
1049
|
+
}
|
|
1050
|
+
|
|
1051
|
+
const asEvent = entity.project.globalEventActionDescriptors.find(
|
|
1052
|
+
(op) => op.id === entity.id,
|
|
1053
|
+
);
|
|
1054
|
+
|
|
1055
|
+
if (asEvent) {
|
|
1056
|
+
return {
|
|
1057
|
+
fa: ENTITY_FA_ICON_NAMES[EntityType.GlobalEvent],
|
|
1058
|
+
};
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1061
|
+
const asLoop = entity.project.loopDeclarations.find(
|
|
1062
|
+
(op) => op.id === entity.id,
|
|
1063
|
+
);
|
|
1064
|
+
|
|
1065
|
+
if (asLoop) {
|
|
1066
|
+
return {
|
|
1067
|
+
fa: LOOP_FA_ICON_NAME,
|
|
1068
|
+
};
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1071
|
+
const asCondition = entity.project.conditionDeclarations.find(
|
|
1072
|
+
(op) => op.id === entity.id,
|
|
1073
|
+
);
|
|
1074
|
+
|
|
1075
|
+
if (asCondition) {
|
|
1076
|
+
return {
|
|
1077
|
+
fa: ENTITY_FA_ICON_NAMES[EntityType.Condition],
|
|
1078
|
+
};
|
|
1079
|
+
}
|
|
1080
|
+
|
|
1081
|
+
// Other, used as global data-types to be used in the project by the user
|
|
1082
|
+
return {
|
|
1083
|
+
fa: 'fa-cube',
|
|
1084
|
+
};
|
|
1085
|
+
}
|
|
1086
|
+
default: {
|
|
1087
|
+
return {
|
|
1088
|
+
// @ts-ignore
|
|
1089
|
+
fa: ENTITY_FA_ICON_NAMES[entity.type] || 'fa-cube',
|
|
1090
|
+
};
|
|
1091
|
+
}
|
|
1092
|
+
}
|
|
1093
|
+
}
|