@dxs-ts/eveli-ide 0.0.113 → 0.0.115
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/build/demo-app/frontdesk-app.d.ts +2 -0
- package/build/demo-app/index.d.ts +1 -0
- package/build/demo-app/stencil-app.d.ts +2 -0
- package/build/demo-app/ui-dev-app.d.ts +2 -0
- package/build/demo-app/wrench-app.d.ts +2 -0
- package/build/index.js +134341 -133148
- package/build/src/burger/api-config/ConfigContext.d.ts +17 -0
- package/build/src/burger/api-config/index.d.ts +1 -0
- package/build/src/burger/api-iam/IamBackendProvider.d.ts +12 -0
- package/build/src/burger/api-iam/IamForcedLogin.d.ts +5 -0
- package/build/src/burger/api-iam/IamLiveness.d.ts +7 -0
- package/build/src/burger/api-iam/iam-types.d.ts +35 -0
- package/build/src/burger/api-iam/index.d.ts +7 -0
- package/build/src/burger/api-iconbar/IconbarProvider.d.ts +7 -0
- package/build/src/burger/api-iconbar/iconbar-api.d.ts +4 -0
- package/build/src/burger/api-iconbar/index.d.ts +2 -0
- package/build/src/burger/api-locale/LocaleProvider.d.ts +10 -0
- package/build/src/burger/api-locale/index.d.ts +2 -0
- package/build/src/burger/api-locale/locale-types.d.ts +13 -0
- package/build/src/burger/api-variants/index.d.ts +1 -0
- package/build/src/burger/api-variants/useVariantOverride.d.ts +8 -0
- package/build/src/burger/eveli-activities/EveliActivities.d.ts +5 -0
- package/build/src/burger/eveli-activities/index.d.ts +1 -0
- package/build/src/burger/eveli-activities/useUtilityClasses.d.ts +7 -0
- package/build/src/burger/eveli-alert/EveliAlert.d.ts +5 -0
- package/build/src/burger/eveli-alert/index.d.ts +1 -0
- package/build/src/burger/eveli-alert/useUtilityClasses.d.ts +7 -0
- package/build/src/burger/eveli-app/EveliApp.d.ts +13 -0
- package/build/src/burger/eveli-app/index.d.ts +1 -0
- package/build/src/burger/eveli-flex/EveliFlex.d.ts +17 -0
- package/build/src/burger/eveli-flex/EveliFlexBody.d.ts +6 -0
- package/build/src/burger/eveli-flex/EveliFlexHeader.d.ts +5 -0
- package/build/src/burger/eveli-flex/EveliFlexHidden.d.ts +7 -0
- package/build/src/burger/eveli-flex/index.d.ts +1 -0
- package/build/src/burger/eveli-footer/EveliFooter.d.ts +7 -0
- package/build/src/burger/eveli-footer/index.d.ts +2 -0
- package/build/src/burger/eveli-footer/useUtilityClasses.d.ts +10 -0
- package/build/src/burger/eveli-layout/EveliLayout.d.ts +20 -0
- package/build/src/burger/eveli-layout/index.d.ts +1 -0
- package/build/src/burger/eveli-layout/useUtilityClasses.d.ts +16 -0
- package/build/src/burger/eveli-locales/EveliLocales.d.ts +10 -0
- package/build/src/burger/eveli-locales/index.d.ts +2 -0
- package/build/src/burger/eveli-locales/useAnchor.d.ts +14 -0
- package/build/src/burger/eveli-locales/useUtilityClasses.d.ts +8 -0
- package/build/src/burger/eveli-login/EveliLogin.d.ts +11 -0
- package/build/src/burger/eveli-login/index.d.ts +2 -0
- package/build/src/burger/eveli-login/useUtilityClasses.d.ts +11 -0
- package/build/src/burger/eveli-logo/GLogo.d.ts +9 -0
- package/build/src/burger/eveli-logo/index.d.ts +2 -0
- package/build/src/burger/eveli-logo/useUtilityClasses.d.ts +17 -0
- package/build/src/burger/eveli-search/EveliSearch.d.ts +5 -0
- package/build/src/burger/eveli-search/index.d.ts +1 -0
- package/build/src/burger/eveli-search/useUtilityClasses.d.ts +14 -0
- package/build/src/burger/eveli-shell/EveliShell.d.ts +3 -0
- package/build/src/burger/eveli-shell/EveliShellContext.d.ts +22 -0
- package/build/src/burger/eveli-shell/EveliShellProps.d.ts +22 -0
- package/build/src/burger/eveli-shell/index.d.ts +4 -0
- package/build/src/burger/eveli-shell/useUtilityClasses.d.ts +20 -0
- package/build/src/burger/eveli-shell-compose/EveliShellCompose.d.ts +8 -0
- package/build/src/burger/eveli-shell-compose/index.d.ts +1 -0
- package/build/src/burger/eveli-shell-compose/useUtilityClasses.d.ts +3 -0
- package/build/src/burger/eveli-shell-explorer/EveliShellExplorer.d.ts +7 -0
- package/build/src/burger/eveli-shell-explorer/index.d.ts +1 -0
- package/build/src/burger/eveli-shell-explorer/useUtilityClasses.d.ts +9 -0
- package/build/src/burger/index.d.ts +19 -0
- package/build/src/burger/styles/StyledInputField.d.ts +23 -0
- package/build/src/burger/styles/StyledSelect.d.ts +31 -0
- package/build/src/burger/styles/StyledSwitch.d.ts +10 -0
- package/build/src/burger/styles/StyledTransferList.d.ts +25 -0
- package/build/src/burger/styles/StyledTreeItem.d.ts +23 -0
- package/build/src/burger/theme/siteTheme.d.ts +16 -0
- package/build/src/burger/utils/DateTimeFormatter.d.ts +8 -0
- package/build/src/dialob-review/DialobReview.d.ts +6 -0
- package/build/src/dialob-review/index.d.ts +1 -0
- package/build/src/eveli-fetch/FetchProvider.d.ts +26 -0
- package/build/src/eveli-fetch/createFileFetch.d.ts +902 -0
- package/build/src/eveli-fetch/fetch-api.d.ts +6 -0
- package/build/src/eveli-fetch/index.d.ts +3 -0
- package/build/src/feedback/approval-count/ApprovalCount.d.ts +6 -0
- package/build/src/feedback/approval-count/index.d.ts +1 -0
- package/build/src/feedback/feedback-api/FeedbackProvider.d.ts +18 -0
- package/build/src/feedback/feedback-api/feedback-types.d.ts +82 -0
- package/build/src/feedback/feedback-api/index.d.ts +2 -0
- package/build/src/feedback/feedbackAllTasks/FeedbackAllTasks.d.ts +4 -0
- package/build/src/feedback/feedbackAllTasks/FeedbackReducer.d.ts +26 -0
- package/build/src/feedback/feedbackAllTasks/index.d.ts +1 -0
- package/build/src/feedback/index.d.ts +4 -0
- package/build/src/feedback/status-indicator/StatusIndicator.d.ts +6 -0
- package/build/src/feedback/status-indicator/index.d.ts +1 -0
- package/build/src/feedback/upsert-one-feedback/CreateOneFeedback.d.ts +7 -0
- package/build/src/feedback/upsert-one-feedback/UpdateOneFeedback.d.ts +7 -0
- package/build/src/feedback/upsert-one-feedback/UpsertOneFeedback.d.ts +8 -0
- package/build/src/feedback/upsert-one-feedback/index.d.ts +1 -0
- package/build/src/fetch/$org.groupList.get.d.ts +8 -0
- package/build/src/fetch/$org.groupMembership.get.d.ts +8 -0
- package/build/src/fetch/$org.userInfo.get.d.ts +10 -0
- package/build/src/fetch/__root.d.ts +1 -0
- package/build/src/fetch/config.get.d.ts +8 -0
- package/build/src/fetch/dialob.get.d.ts +5 -0
- package/build/src/fetch/statistics.priority.d.ts +21 -0
- package/build/src/fetch/statistics.status-timeline.d.ts +6 -0
- package/build/src/fetch/statistics.status.d.ts +21 -0
- package/build/src/fetch/statistics.task-overdue.d.ts +11 -0
- package/build/src/fetch/worker.rest.api.assets.any-tags.stencil-tags.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.any-tags.wrench-tags.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.deployments.$deploymentId.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.deployments.$deploymentId.put.d.ts +13 -0
- package/build/src/fetch/worker.rest.api.assets.deployments.post.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.dialob.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.dialob.proxy.forms.$formId.delete.d.ts +7 -0
- package/build/src/fetch/worker.rest.api.assets.dialob.proxy.forms.$formId.get.d.ts +7 -0
- package/build/src/fetch/worker.rest.api.assets.dialob.proxy.forms.post.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.dialob.tags.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.publications.get.d.ts +10 -0
- package/build/src/fetch/worker.rest.api.assets.publications.post.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.stencil.$assetType.delete.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.stencil.$assetType.post.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.stencil.$assetType.put.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.stencil.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.stencil.releases.$releaseId.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.stencil.version.get.d.ts +11 -0
- package/build/src/fetch/worker.rest.api.assets.workflows.$workflowId.put.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.workflows.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.commands.post.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.copyas.post.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.dataModels.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.debugs.post.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.diff.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.flow-names.get.d.ts +5 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.importTag.post.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.resources.$id.delete.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.resources.post.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.resources.put.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.summary.$tagId.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.version.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.feedback.$feedbackId.delete.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.feedback.$feedbackId.enabled.get.d.ts +7 -0
- package/build/src/fetch/worker.rest.api.feedback.$feedbackId.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.feedback.$feedbackId.post.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.feedback.$feedbackId.put.d.ts +10 -0
- package/build/src/fetch/worker.rest.api.feedback.$feedbackId.templates.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.feedback.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.iam.liveness.d.ts +11 -0
- package/build/src/fetch/worker.rest.api.pdf.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.processes.get.d.ts +7 -0
- package/build/src/fetch/worker.rest.api.queues.configs.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.queues.deliveries.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.queues.messages.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.tasks.$taskId.comments.get.d.ts +9 -0
- package/build/src/fetch/worker.rest.api.tasks.$taskId.comments.post.d.ts +9 -0
- package/build/src/fetch/worker.rest.api.tasks.$taskId.delete.d.ts +7 -0
- package/build/src/fetch/worker.rest.api.tasks.$taskId.files.$filename.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.tasks.$taskId.files.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.tasks.$taskId.files.post.d.ts +7 -0
- package/build/src/fetch/worker.rest.api.tasks.$taskId.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.tasks.$taskId.put.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.tasks.$taskId.reviews.d.ts +7 -0
- package/build/src/fetch/worker.rest.api.tasks.get.d.ts +17 -0
- package/build/src/fetch/worker.rest.api.tasks.post.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.tasks.unread.get.d.ts +5 -0
- package/build/src/fetchTree.gen.d.ts +998 -0
- package/build/src/frontdesk/Secondary.d.ts +2 -0
- package/build/src/frontdesk/Toolbar.d.ts +2 -0
- package/build/src/frontdesk/components/ConfirmationDialog.d.ts +16 -0
- package/build/src/frontdesk/components/DateTimeFormatter.d.ts +4 -0
- package/build/src/frontdesk/components/Datepicker.d.ts +13 -0
- package/build/src/frontdesk/components/ExternalLink.d.ts +11 -0
- package/build/src/frontdesk/components/Impersonation.d.ts +2 -0
- package/build/src/frontdesk/components/PageLeaveConfirmation.d.ts +5 -0
- package/build/src/frontdesk/components/TableDateFilter.d.ts +1 -0
- package/build/src/frontdesk/components/TableHeader.d.ts +5 -0
- package/build/src/frontdesk/components/tableFormatter.d.ts +1 -0
- package/build/src/frontdesk/components/task/ColorMap.d.ts +10 -0
- package/build/src/frontdesk/components/task/Indicator.d.ts +11 -0
- package/build/src/frontdesk/components/task/Priority.d.ts +28 -0
- package/build/src/frontdesk/components/task/RadioGroupPopover.d.ts +14 -0
- package/build/src/frontdesk/components/task/Status.d.ts +33 -0
- package/build/src/frontdesk/components/task/TaskLinkComponent.d.ts +18 -0
- package/build/src/frontdesk/components/task/TaskLinkKey.d.ts +1 -0
- package/build/src/frontdesk/context/AttachmentContext.d.ts +12 -0
- package/build/src/frontdesk/context/ComponentResolver.d.ts +7 -0
- package/build/src/frontdesk/context/TaskSessionContext.d.ts +13 -0
- package/build/src/frontdesk/context/TaskViewContext.d.ts +11 -0
- package/build/src/frontdesk/context/index.d.ts +1 -0
- package/build/src/frontdesk/dialob/_DialobReviewDialog.d.ts +0 -0
- package/build/src/frontdesk/explorer/MenuItem.d.ts +8 -0
- package/build/src/frontdesk/explorer/index.d.ts +1 -0
- package/build/src/frontdesk/index.d.ts +1 -0
- package/build/src/frontdesk/types/AssetTag.d.ts +6 -0
- package/build/src/frontdesk/types/Attachment.d.ts +10 -0
- package/build/src/frontdesk/types/Dialob.d.ts +44 -0
- package/build/src/frontdesk/types/Process.d.ts +10 -0
- package/build/src/frontdesk/types/Publication.d.ts +36 -0
- package/build/src/frontdesk/types/TaskStatistics.d.ts +20 -0
- package/build/src/frontdesk/types/Workflow.d.ts +11 -0
- package/build/src/frontdesk/types/WorkflowRelease.d.ts +19 -0
- package/build/src/frontdesk/types/index.d.ts +2 -0
- package/build/src/frontdesk/types/task/Comment.d.ts +15 -0
- package/build/src/frontdesk/types/task/Task.d.ts +35 -0
- package/build/src/frontdesk/types/task/TaskLink.d.ts +5 -0
- package/build/src/frontdesk/util/localizeTable.d.ts +35 -0
- package/build/src/frontdesk/util/mapNestedEntities.d.ts +1 -0
- package/build/src/frontdesk/util/tableQuery.d.ts +2 -0
- package/build/src/frontdesk/views/dashboard/DashboardView.d.ts +2 -0
- package/build/src/frontdesk/views/forms/CreateDialog.d.ts +9 -0
- package/build/src/frontdesk/views/forms/DeleteDialog.d.ts +9 -0
- package/build/src/frontdesk/views/forms/DialobAdminView.d.ts +2 -0
- package/build/src/frontdesk/views/forms/DialobFormsView.d.ts +2 -0
- package/build/src/frontdesk/views/help/HelpView.d.ts +2 -0
- package/build/src/frontdesk/views/process/ProcessTable.d.ts +2 -0
- package/build/src/frontdesk/views/process/ProcessView.d.ts +2 -0
- package/build/src/frontdesk/views/publications/NewPublicationDialog.d.ts +7 -0
- package/build/src/frontdesk/views/publications/PublicationsTable.d.ts +2 -0
- package/build/src/frontdesk/views/publications/PublicationsView.d.ts +2 -0
- package/build/src/frontdesk/views/publications/UploadPublicationDialog.d.ts +7 -0
- package/build/src/frontdesk/views/task/AttachmentTable.d.ts +10 -0
- package/build/src/frontdesk/views/task/CommentAdd.d.ts +12 -0
- package/build/src/frontdesk/views/task/CommentLocal.d.ts +14 -0
- package/build/src/frontdesk/views/task/CommentThread.d.ts +12 -0
- package/build/src/frontdesk/views/task/LinkResolver.d.ts +10 -0
- package/build/src/frontdesk/views/task/TaskContainer.d.ts +4 -0
- package/build/src/frontdesk/views/task/TaskCreate.d.ts +26 -0
- package/build/src/frontdesk/views/task/TaskFeedback.d.ts +4 -0
- package/build/src/frontdesk/views/task/TaskRoleDialog.d.ts +9 -0
- package/build/src/frontdesk/views/task/TaskView.d.ts +14 -0
- package/build/src/frontdesk/views/task/TasksTable.d.ts +13 -0
- package/build/src/frontdesk/views/task/TasksView.d.ts +2 -0
- package/build/src/frontdesk/views/task/Thread.d.ts +13 -0
- package/build/src/frontdesk/views/task/index.d.ts +1 -0
- package/build/src/frontdesk/views/workflow/CreateOrEditWorkflowDialog.d.ts +11 -0
- package/build/src/frontdesk/views/workflow/WorkflowTable.d.ts +9 -0
- package/build/src/frontdesk/views/workflow/WorkflowView.d.ts +2 -0
- package/build/src/index.d.ts +13 -0
- package/build/src/intl/en.d.ts +870 -0
- package/build/src/intl/exporter.d.ts +1 -0
- package/build/src/intl/fi.d.ts +457 -0
- package/build/src/intl/index.d.ts +1615 -0
- package/build/src/intl/sv.d.ts +285 -0
- package/build/src/queue/find-all-deliveries/FindAllDeliveries.d.ts +2 -0
- package/build/src/queue/find-all-deliveries/index.d.ts +1 -0
- package/build/src/queue/find-all-messages/FindAllMessages.d.ts +2 -0
- package/build/src/queue/find-all-messages/index.d.ts +1 -0
- package/build/src/queue/find-all-queues/FindAllQueues.d.ts +4 -0
- package/build/src/queue/find-all-queues/index.d.ts +1 -0
- package/build/src/queue/index.d.ts +4 -0
- package/build/src/queue/queue-api/QueueProvider.d.ts +13 -0
- package/build/src/queue/queue-api/index.d.ts +2 -0
- package/build/src/queue/queue-api/queue-types.d.ts +73 -0
- package/build/src/routeTree.gen.d.ts +333 -0
- package/build/src/router.d.ts +6 -0
- package/build/src/routes/__root.d.ts +1 -0
- package/build/src/routes/index.d.ts +1 -0
- package/build/src/routes/public.$locale.auth.d.ts +1 -0
- package/build/src/routes/secured.$locale.assets.d.ts +1 -0
- package/build/src/routes/secured.$locale.assets.forms.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.assets.services.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.assets.stencil.index.d.ts +2 -0
- package/build/src/routes/secured.$locale.assets.wrench.index.d.ts +2 -0
- package/build/src/routes/secured.$locale.d.ts +1 -0
- package/build/src/routes/secured.$locale.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.dashboard.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.feedback.$feedbackId.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.feedback.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.help.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.monitoring.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.publications.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.queues.deliveries.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.queues.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.queues.messages.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.tasks.$taskId.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.tasks.create.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.tasks.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.tasks.index.d.ts +1 -0
- package/build/src/stencil/Activities.d.ts +50 -0
- package/build/src/stencil/Main.d.ts +3 -0
- package/build/src/stencil/Secondary.d.ts +3 -0
- package/build/src/stencil/Tabs.d.ts +2 -0
- package/build/src/stencil/Toolbar.d.ts +2 -0
- package/build/src/stencil/article/ArticleComposer.d.ts +5 -0
- package/build/src/stencil/article/ArticleDelete.d.ts +8 -0
- package/build/src/stencil/article/ArticleEdit.d.ts +7 -0
- package/build/src/stencil/article/ArticleLinksComposer.d.ts +6 -0
- package/build/src/stencil/article/ArticleOrderNumberViewer.d.ts +2 -0
- package/build/src/stencil/article/ArticlePageComposer.d.ts +9 -0
- package/build/src/stencil/article/ArticleWorkflowsComposer.d.ts +6 -0
- package/build/src/stencil/article/ArticlesView.d.ts +2 -0
- package/build/src/stencil/article/index.d.ts +7 -0
- package/build/src/stencil/client/StencilApi.d.ts +284 -0
- package/build/src/stencil/client/error.d.ts +2 -0
- package/build/src/stencil/client/index.d.ts +19 -0
- package/build/src/stencil/context/Reducer.d.ts +35 -0
- package/build/src/stencil/context/SessionData.d.ts +71 -0
- package/build/src/stencil/context/ide.d.ts +124 -0
- package/build/src/stencil/context/index.d.ts +5 -0
- package/build/src/stencil/explorer/article/ArticleItem.d.ts +13 -0
- package/build/src/stencil/explorer/article/ArticleList.d.ts +4 -0
- package/build/src/stencil/explorer/article/ArticleOptions.d.ts +7 -0
- package/build/src/stencil/explorer/article/ArticlePageItem.d.ts +7 -0
- package/build/src/stencil/explorer/article/index.d.ts +4 -0
- package/build/src/stencil/explorer/article/useUtilityClasses.d.ts +13 -0
- package/build/src/stencil/explorer/filter/LocaleFilter.d.ts +3 -0
- package/build/src/stencil/explorer/filter/index.d.ts +1 -0
- package/build/src/stencil/explorer/index.d.ts +4 -0
- package/build/src/stencil/explorer/link/LinkItem.d.ts +6 -0
- package/build/src/stencil/explorer/link/LinkOptions.d.ts +6 -0
- package/build/src/stencil/explorer/link/LinksList.d.ts +4 -0
- package/build/src/stencil/explorer/link/useUtilityClasses.d.ts +13 -0
- package/build/src/stencil/explorer/search/SearchExplorer.d.ts +3 -0
- package/build/src/stencil/explorer/workflow/WorkflowItem.d.ts +6 -0
- package/build/src/stencil/explorer/workflow/WorkflowList.d.ts +4 -0
- package/build/src/stencil/explorer/workflow/WorkflowOptions.d.ts +6 -0
- package/build/src/stencil/explorer/workflow/useUtilityClasses.d.ts +13 -0
- package/build/src/stencil/index.d.ts +18 -0
- package/build/src/stencil/link/LinkComposer.d.ts +5 -0
- package/build/src/stencil/link/LinkDelete.d.ts +8 -0
- package/build/src/stencil/link/LinkEdit.d.ts +8 -0
- package/build/src/stencil/link/LinksView.d.ts +2 -0
- package/build/src/stencil/link/index.d.ts +4 -0
- package/build/src/stencil/locale/LocaleComposer.d.ts +5 -0
- package/build/src/stencil/locale/LocaleLabels.d.ts +16 -0
- package/build/src/stencil/locale/LocalesOverview.d.ts +6 -0
- package/build/src/stencil/locale/LocalesView.d.ts +3 -0
- package/build/src/stencil/locale/index.d.ts +3 -0
- package/build/src/stencil/migration/MigrationComposer.d.ts +5 -0
- package/build/src/stencil/migration/index.d.ts +1 -0
- package/build/src/stencil/nav/index.d.ts +4 -0
- package/build/src/stencil/nav/stencil-nav-types.d.ts +40 -0
- package/build/src/stencil/nav/useStencilNav.d.ts +11 -0
- package/build/src/stencil/nav/useStencilTabChange.d.ts +4 -0
- package/build/src/stencil/nav/useStencilTabClose.d.ts +4 -0
- package/build/src/stencil/page/NewArticlePage.d.ts +10 -0
- package/build/src/stencil/page/NewPage.d.ts +7 -0
- package/build/src/stencil/page/PageDelete.d.ts +7 -0
- package/build/src/stencil/page/PageEdit.d.ts +7 -0
- package/build/src/stencil/page/PageEditDevMode.d.ts +7 -0
- package/build/src/stencil/page/index.d.ts +5 -0
- package/build/src/stencil/release/ReleaseComposer.d.ts +5 -0
- package/build/src/stencil/release/ReleaseDelete.d.ts +8 -0
- package/build/src/stencil/release/ReleaseTable.d.ts +8 -0
- package/build/src/stencil/release/ReleasesView.d.ts +3 -0
- package/build/src/stencil/release/index.d.ts +3 -0
- package/build/src/stencil/search/SearchView.d.ts +2 -0
- package/build/src/stencil/search/index.d.ts +1 -0
- package/build/src/stencil/template/TemplateComposer.d.ts +6 -0
- package/build/src/stencil/template/TemplateDelete.d.ts +8 -0
- package/build/src/stencil/template/TemplateEdit.d.ts +8 -0
- package/build/src/stencil/template/TemplatesView.d.ts +3 -0
- package/build/src/stencil/template/index.d.ts +4 -0
- package/build/src/stencil/version.d.ts +2 -0
- package/build/src/stencil/workflow/WorkflowComposer.d.ts +5 -0
- package/build/src/stencil/workflow/WorkflowDelete.d.ts +8 -0
- package/build/src/stencil/workflow/WorkflowEdit.d.ts +8 -0
- package/build/src/stencil/workflow/WorkflowsView.d.ts +2 -0
- package/build/src/stencil/workflow/index.d.ts +3 -0
- package/build/src/uiDev/ComposeSelect.d.ts +8 -0
- package/build/src/uiDev/LocaleSelect.d.ts +7 -0
- package/build/src/uiDev/UiDev.d.ts +3 -0
- package/build/src/uiDev/UiDevExplorer.d.ts +2 -0
- package/build/src/uiDev/UiDevExplorerToolbar.d.ts +2 -0
- package/build/src/uiDev/UiDevSearchAsset.d.ts +4 -0
- package/build/src/uiDev/UiDevSearchGeneral.d.ts +4 -0
- package/build/src/uiDev/index.d.ts +4 -0
- package/build/src/uiDev/types.d.ts +1 -0
- package/build/src/uiDev/useUtilityClasses.d.ts +33 -0
- package/build/src/version.d.ts +5 -0
- package/build/src/wrench/code-editor/CodeEditor.d.ts +4 -0
- package/build/src/wrench/code-editor/ViewImpl.d.ts +43 -0
- package/build/src/wrench/code-editor/index.d.ts +4 -0
- package/build/src/wrench/core/Activities.d.ts +13 -0
- package/build/src/wrench/core/Main.d.ts +3 -0
- package/build/src/wrench/core/Secondary.d.ts +2 -0
- package/build/src/wrench/core/Tabs.d.ts +2 -0
- package/build/src/wrench/core/Toolbar.d.ts +3 -0
- package/build/src/wrench/core/client/api.d.ts +339 -0
- package/build/src/wrench/core/client/error.d.ts +2 -0
- package/build/src/wrench/core/client/index.d.ts +35 -0
- package/build/src/wrench/core/compare/CompareView.d.ts +7 -0
- package/build/src/wrench/core/compare/index.d.ts +2 -0
- package/build/src/wrench/core/context/Reducer.d.ts +38 -0
- package/build/src/wrench/core/context/SessionData.d.ts +45 -0
- package/build/src/wrench/core/context/ide.d.ts +75 -0
- package/build/src/wrench/core/context/index.d.ts +2 -0
- package/build/src/wrench/core/debug/DebugError.d.ts +6 -0
- package/build/src/wrench/core/debug/DebugHeader.d.ts +6 -0
- package/build/src/wrench/core/debug/DebugInput.d.ts +9 -0
- package/build/src/wrench/core/debug/DebugView.d.ts +3 -0
- package/build/src/wrench/core/debug/api.d.ts +1 -0
- package/build/src/wrench/core/debug/drawer/DebugDrawer.d.ts +9 -0
- package/build/src/wrench/core/debug/drawer/InputCSV.d.ts +11 -0
- package/build/src/wrench/core/debug/drawer/InputFORM.d.ts +11 -0
- package/build/src/wrench/core/debug/drawer/InputFORMField.d.ts +9 -0
- package/build/src/wrench/core/debug/drawer/InputJSON.d.ts +9 -0
- package/build/src/wrench/core/debug/drawer/SelectAsset.d.ts +9 -0
- package/build/src/wrench/core/debug/index.d.ts +2 -0
- package/build/src/wrench/core/debug/outputs/DebugOutput.d.ts +8 -0
- package/build/src/wrench/core/debug/outputs/DebugOutputCsv.d.ts +5 -0
- package/build/src/wrench/core/debug/outputs/DebugOutputCsvRow.d.ts +7 -0
- package/build/src/wrench/core/debug/outputs/DebugOutputsDt.d.ts +6 -0
- package/build/src/wrench/core/debug/outputs/DebugOutputsFl.d.ts +6 -0
- package/build/src/wrench/core/debug/outputs/DebugOutputsFt.d.ts +6 -0
- package/build/src/wrench/core/debug/outputs/utils.d.ts +2 -0
- package/build/src/wrench/core/decision/DecisionComposer.d.ts +5 -0
- package/build/src/wrench/core/decision/DecisionEdit.d.ts +7 -0
- package/build/src/wrench/core/decision/DecisionsView.d.ts +2 -0
- package/build/src/wrench/core/decision/editors/CellEdit.d.ts +11 -0
- package/build/src/wrench/core/decision/editors/HeaderEdit.d.ts +11 -0
- package/build/src/wrench/core/decision/editors/NameDescHitPolicyEdit.d.ts +8 -0
- package/build/src/wrench/core/decision/editors/OrderEdit.d.ts +10 -0
- package/build/src/wrench/core/decision/editors/UploadCSV.d.ts +9 -0
- package/build/src/wrench/core/decision/editors/builders/EditBoolean.d.ts +6 -0
- package/build/src/wrench/core/decision/editors/builders/EditDate.d.ts +6 -0
- package/build/src/wrench/core/decision/editors/builders/EditDateSimple.d.ts +6 -0
- package/build/src/wrench/core/decision/editors/builders/EditDateTime.d.ts +6 -0
- package/build/src/wrench/core/decision/editors/builders/EditDateTimeSimple.d.ts +6 -0
- package/build/src/wrench/core/decision/editors/builders/EditNumber.d.ts +6 -0
- package/build/src/wrench/core/decision/editors/builders/EditNumberSimple.d.ts +6 -0
- package/build/src/wrench/core/decision/editors/builders/EditString.d.ts +6 -0
- package/build/src/wrench/core/decision/editors/builders/EditStringSimple.d.ts +6 -0
- package/build/src/wrench/core/decision/editors/builders/EditValueSet.d.ts +11 -0
- package/build/src/wrench/core/decision/editors/builders/TypeBooleanBuilder.d.ts +18 -0
- package/build/src/wrench/core/decision/editors/builders/TypeDateBuilder.d.ts +32 -0
- package/build/src/wrench/core/decision/editors/builders/TypeNumberBuilder.d.ts +35 -0
- package/build/src/wrench/core/decision/editors/builders/TypeStringBuilder.d.ts +26 -0
- package/build/src/wrench/core/decision/editors/builders/TypeValueSetBuilder.d.ts +14 -0
- package/build/src/wrench/core/decision/editors/builders/ValueSetChooser.d.ts +7 -0
- package/build/src/wrench/core/decision/editors/builders/index.d.ts +21 -0
- package/build/src/wrench/core/decision/editors/index.d.ts +5 -0
- package/build/src/wrench/core/decision/index.d.ts +3 -0
- package/build/src/wrench/core/decision/table/DecisionTable.d.ts +24 -0
- package/build/src/wrench/core/decision/table/DecisionTableCell.d.ts +9 -0
- package/build/src/wrench/core/decision/table/DecisionTableHeader.d.ts +10 -0
- package/build/src/wrench/core/decision/table/DecisionTableRow.d.ts +12 -0
- package/build/src/wrench/core/decision/table/index.d.ts +30 -0
- package/build/src/wrench/core/explorer/MsgTreeItem.d.ts +9 -0
- package/build/src/wrench/core/explorer/TreeViewToggle.d.ts +9 -0
- package/build/src/wrench/core/explorer/decision/DecisionItem.d.ts +6 -0
- package/build/src/wrench/core/explorer/decision/DecisionOptions.d.ts +6 -0
- package/build/src/wrench/core/explorer/decision/DecisionsList.d.ts +2 -0
- package/build/src/wrench/core/explorer/decision/useUtilityClasses.d.ts +13 -0
- package/build/src/wrench/core/explorer/flow/FlowItem.d.ts +6 -0
- package/build/src/wrench/core/explorer/flow/FlowOptions.d.ts +6 -0
- package/build/src/wrench/core/explorer/flow/FlowsList.d.ts +2 -0
- package/build/src/wrench/core/explorer/flow/useUtilityClasses.d.ts +13 -0
- package/build/src/wrench/core/explorer/index.d.ts +4 -0
- package/build/src/wrench/core/explorer/service/ServiceItem.d.ts +6 -0
- package/build/src/wrench/core/explorer/service/ServiceOptions.d.ts +6 -0
- package/build/src/wrench/core/explorer/service/ServicesList.d.ts +3 -0
- package/build/src/wrench/core/explorer/service/useUtilityClasses.d.ts +13 -0
- package/build/src/wrench/core/flow/FlowComposer.d.ts +5 -0
- package/build/src/wrench/core/flow/FlowEdit.d.ts +6 -0
- package/build/src/wrench/core/flow/FlowsView.d.ts +2 -0
- package/build/src/wrench/core/flow/autocomplete/AutocompleteTask.d.ts +13 -0
- package/build/src/wrench/core/flow/autocomplete/api.d.ts +51 -0
- package/build/src/wrench/core/flow/autocomplete/index.d.ts +2 -0
- package/build/src/wrench/core/flow/graph/Container.d.ts +11 -0
- package/build/src/wrench/core/flow/graph/GraphAPI.d.ts +9 -0
- package/build/src/wrench/core/flow/graph/index.d.ts +3 -0
- package/build/src/wrench/core/flow/index.d.ts +4 -0
- package/build/src/wrench/core/index.d.ts +21 -0
- package/build/src/wrench/core/migration/MigrationComposer.d.ts +5 -0
- package/build/src/wrench/core/migration/index.d.ts +2 -0
- package/build/src/wrench/core/nav/index.d.ts +4 -0
- package/build/src/wrench/core/nav/useWrenchNav.d.ts +13 -0
- package/build/src/wrench/core/nav/useWrenchTabChange.d.ts +4 -0
- package/build/src/wrench/core/nav/useWrenchTabClose.d.ts +4 -0
- package/build/src/wrench/core/nav/wrench-nav-types.d.ts +36 -0
- package/build/src/wrench/core/release/ReleaseComposer.d.ts +5 -0
- package/build/src/wrench/core/release/ReleasesTable.d.ts +7 -0
- package/build/src/wrench/core/release/ReleasesView.d.ts +3 -0
- package/build/src/wrench/core/release/index.d.ts +4 -0
- package/build/src/wrench/core/release/release-types.d.ts +15 -0
- package/build/src/wrench/core/search/SearchView.d.ts +2 -0
- package/build/src/wrench/core/search/index.d.ts +1 -0
- package/build/src/wrench/core/service/ServiceComposer.d.ts +5 -0
- package/build/src/wrench/core/service/ServiceEdit.d.ts +6 -0
- package/build/src/wrench/core/service/ServicesView.d.ts +2 -0
- package/build/src/wrench/core/service/index.d.ts +3 -0
- package/build/src/wrench/core/styles/ErrorView.d.ts +6 -0
- package/build/src/wrench/core/styles/index.d.ts +2 -0
- package/build/src/wrench/core/template/TemplateComposer.d.ts +5 -0
- package/build/src/wrench/core/template/index.d.ts +2 -0
- package/build/src/wrench/core/version.d.ts +2 -0
- package/build/src/wrench/index.d.ts +11 -0
- package/build/src/wrench/vis/DecisionNode.d.ts +4 -0
- package/build/src/wrench/vis/EndNode.d.ts +4 -0
- package/build/src/wrench/vis/Internal.d.ts +3 -0
- package/build/src/wrench/vis/ServiceNode.d.ts +4 -0
- package/build/src/wrench/vis/StartNode.d.ts +4 -0
- package/build/src/wrench/vis/Styles.d.ts +1 -0
- package/build/src/wrench/vis/SwitchNode.d.ts +4 -0
- package/build/src/wrench/vis/elk-layout.d.ts +6 -0
- package/build/src/wrench/vis/index.d.ts +4 -0
- package/build/src/wrench/vis/vis-context.d.ts +1 -0
- package/build/src/wrench/vis/vis-types.d.ts +25 -0
- package/build/style.css +1 -1
- package/package.json +5 -7
- package/build/index.d.ts +0 -910
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { default as CodeMirror } from 'codemirror';
|
|
2
|
+
interface ViewEvents {
|
|
3
|
+
onChanges?: (content: string) => void;
|
|
4
|
+
lint?: () => LintMessage[];
|
|
5
|
+
hint?: (props: HintProps) => CodeMirror.Hints;
|
|
6
|
+
}
|
|
7
|
+
type ViewLang = "yaml" | "groovy" | "json";
|
|
8
|
+
interface ViewProps {
|
|
9
|
+
id: string;
|
|
10
|
+
mode: ViewLang;
|
|
11
|
+
src: string;
|
|
12
|
+
onChange?: (newValue: string) => void;
|
|
13
|
+
lint?: () => LintMessage[];
|
|
14
|
+
hint?: (props: HintProps) => CodeMirror.Hints;
|
|
15
|
+
}
|
|
16
|
+
interface HintProps {
|
|
17
|
+
pos: CodeMirror.Position;
|
|
18
|
+
content: string;
|
|
19
|
+
emptyLine: boolean;
|
|
20
|
+
cm: CodeMirror.Editor;
|
|
21
|
+
}
|
|
22
|
+
interface LintMessage {
|
|
23
|
+
line: number;
|
|
24
|
+
value: string;
|
|
25
|
+
type: "ERROR" | "WARNING";
|
|
26
|
+
range?: LintRange;
|
|
27
|
+
}
|
|
28
|
+
interface LintRange {
|
|
29
|
+
start: number;
|
|
30
|
+
end: number;
|
|
31
|
+
column?: number;
|
|
32
|
+
insert?: boolean;
|
|
33
|
+
}
|
|
34
|
+
interface View {
|
|
35
|
+
id: string;
|
|
36
|
+
withValue(value: string): View;
|
|
37
|
+
withEvents(events: ViewEvents): View;
|
|
38
|
+
remove(): void;
|
|
39
|
+
refresh(): void;
|
|
40
|
+
}
|
|
41
|
+
declare const createView: (area: React.RefObject<HTMLTextAreaElement>, props: ViewProps) => View;
|
|
42
|
+
export { createView };
|
|
43
|
+
export type { View, ViewProps, HintProps };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export interface ActivityProps {
|
|
3
|
+
title: React.ReactNode;
|
|
4
|
+
desc: React.ReactNode;
|
|
5
|
+
buttonCreate: React.ReactNode;
|
|
6
|
+
buttonViewAll?: React.ReactNode;
|
|
7
|
+
onView?: () => void;
|
|
8
|
+
composer: React.FC<{
|
|
9
|
+
onClose: () => void;
|
|
10
|
+
}>;
|
|
11
|
+
}
|
|
12
|
+
export declare function useActivities(): ActivityProps[];
|
|
13
|
+
export declare const Activities: React.FC<{}>;
|
|
@@ -0,0 +1,339 @@
|
|
|
1
|
+
export declare namespace HdesApi {
|
|
2
|
+
type TagId = string;
|
|
3
|
+
type EntityId = string;
|
|
4
|
+
type FlowId = string;
|
|
5
|
+
type ServiceId = string;
|
|
6
|
+
type DecisionId = string;
|
|
7
|
+
type BranchId = string;
|
|
8
|
+
type AstBodyType = "FLOW" | "FLOW_TASK" | "DT" | "TAG" | "BRANCH";
|
|
9
|
+
type Direction = "IN" | "OUT";
|
|
10
|
+
type ValueType = "TIME" | "DATE" | "DATE_TIME" | "INSTANT" | "PERIOD" | "DURATION" | "STRING" | "INTEGER" | "LONG" | "BOOLEAN" | "PERCENT" | "OBJECT" | "ARRAY" | "DECIMAL" | "MAP" | "FLOW_CONTEXT";
|
|
11
|
+
type ProgramStatus = "UP" | "AST_ERROR" | "PROGRAM_ERROR" | "DEPENDENCY_ERROR";
|
|
12
|
+
type HitPolicy = "FIRST" | "ALL";
|
|
13
|
+
type AssociationType = "ONE_TO_ONE" | "ONE_TO_MANY";
|
|
14
|
+
type ColumnExpressionType = "IN" | "EQUALS";
|
|
15
|
+
type FlowCommandMessageType = "ERROR" | "WARNING";
|
|
16
|
+
type AstCommandValue = ("SET" | "ADD" | "DELETE" | "SET_BODY" | "SET_NAME" | "SET_DESCRIPTION" | "IMPORT_CSV" | "IMPORT_ORDERED_CSV" | "MOVE_ROW" | "MOVE_HEADER" | "INSERT_ROW" | "COPY_ROW" | "SET_HEADER_TYPE" | "SET_HEADER_REF" | "SET_HEADER_NAME" | "SET_HEADER_SCRIPT" | "SET_HEADER_DIRECTION" | "SET_HEADER_EXPRESSION" | "SET_HIT_POLICY" | "SET_CELL_VALUE" | "DELETE_CELL" | "DELETE_HEADER" | "DELETE_ROW" | "ADD_LOG" | "ADD_HEADER_IN" | "ADD_HEADER_OUT" | "ADD_ROW" | "SET_VALUE_SET" | "CREATE_BRANCH" | "SET_BRANCH_NAME" | "SET_BRANCH_TAG" | "SET_BRANCH_CREATED");
|
|
17
|
+
interface CommandsAndChanges {
|
|
18
|
+
commands: AstCommand[];
|
|
19
|
+
src: AstChangeset[];
|
|
20
|
+
}
|
|
21
|
+
interface AstChangeset {
|
|
22
|
+
line: number;
|
|
23
|
+
value: string;
|
|
24
|
+
commands: AstCommand[];
|
|
25
|
+
}
|
|
26
|
+
interface ProgramMessage {
|
|
27
|
+
id: string;
|
|
28
|
+
msg: string;
|
|
29
|
+
}
|
|
30
|
+
interface AstCommand {
|
|
31
|
+
id?: string;
|
|
32
|
+
value?: string;
|
|
33
|
+
type: AstCommandValue;
|
|
34
|
+
}
|
|
35
|
+
interface TypeDef {
|
|
36
|
+
id: string;
|
|
37
|
+
name: string;
|
|
38
|
+
order: number;
|
|
39
|
+
data: boolean;
|
|
40
|
+
direction: Direction;
|
|
41
|
+
valueType: ValueType;
|
|
42
|
+
required: boolean;
|
|
43
|
+
properties: TypeDef[];
|
|
44
|
+
values?: string;
|
|
45
|
+
valueSet?: string[];
|
|
46
|
+
}
|
|
47
|
+
interface AstBody {
|
|
48
|
+
name: string;
|
|
49
|
+
description?: string;
|
|
50
|
+
headers: Headers;
|
|
51
|
+
bodyType: AstBodyType;
|
|
52
|
+
}
|
|
53
|
+
interface Headers {
|
|
54
|
+
acceptDefs: TypeDef[];
|
|
55
|
+
returnDefs: TypeDef[];
|
|
56
|
+
}
|
|
57
|
+
interface AstSource {
|
|
58
|
+
id: string;
|
|
59
|
+
hash: string;
|
|
60
|
+
bodyType: AstBodyType;
|
|
61
|
+
commands: AstCommand[];
|
|
62
|
+
}
|
|
63
|
+
interface ProgramAssociation {
|
|
64
|
+
id?: string;
|
|
65
|
+
ref: string;
|
|
66
|
+
refType: AstBodyType;
|
|
67
|
+
refStatus: ProgramStatus;
|
|
68
|
+
owner: string;
|
|
69
|
+
}
|
|
70
|
+
interface Site {
|
|
71
|
+
name: string;
|
|
72
|
+
contentType: "OK" | "NOT_CREATED" | "EMPTY" | "ERRORS" | "NO_CONNECTION";
|
|
73
|
+
tags: Record<TagId, Entity<AstTag>>;
|
|
74
|
+
flows: Record<FlowId, Entity<AstFlow>>;
|
|
75
|
+
services: Record<ServiceId, Entity<AstService>>;
|
|
76
|
+
decisions: Record<DecisionId, Entity<AstDecision>>;
|
|
77
|
+
branches: Record<BranchId, Entity<AstBranch>>;
|
|
78
|
+
}
|
|
79
|
+
interface Entity<A extends AstBody> {
|
|
80
|
+
id: EntityId;
|
|
81
|
+
ast?: A;
|
|
82
|
+
source: AstSource;
|
|
83
|
+
warnings: ProgramMessage[];
|
|
84
|
+
errors: ProgramMessage[];
|
|
85
|
+
associations: ProgramAssociation[];
|
|
86
|
+
status: ProgramStatus;
|
|
87
|
+
}
|
|
88
|
+
interface AstDecision extends AstBody {
|
|
89
|
+
headerTypes: string[];
|
|
90
|
+
headerExpressions: Record<ValueType, string[]>;
|
|
91
|
+
hitPolicy: HitPolicy;
|
|
92
|
+
rows: AstDecisionRow[];
|
|
93
|
+
}
|
|
94
|
+
interface AstDecisionRow {
|
|
95
|
+
id: string;
|
|
96
|
+
order: number;
|
|
97
|
+
cells: AstDecisionCell[];
|
|
98
|
+
}
|
|
99
|
+
interface AstDecisionCell {
|
|
100
|
+
id: string;
|
|
101
|
+
header: string;
|
|
102
|
+
value?: string;
|
|
103
|
+
}
|
|
104
|
+
interface AstFlow extends AstBody {
|
|
105
|
+
src: AstFlowRoot;
|
|
106
|
+
messages: FlowAstCommandMessage[];
|
|
107
|
+
}
|
|
108
|
+
interface FlowAstCommandMessage {
|
|
109
|
+
line: number;
|
|
110
|
+
value: string;
|
|
111
|
+
type: FlowCommandMessageType;
|
|
112
|
+
range?: FlowAstCommandRange;
|
|
113
|
+
}
|
|
114
|
+
interface FlowAstCommandRange {
|
|
115
|
+
start: number;
|
|
116
|
+
end: number;
|
|
117
|
+
}
|
|
118
|
+
interface AstFlowInputType {
|
|
119
|
+
name: string;
|
|
120
|
+
value: string;
|
|
121
|
+
ref?: string;
|
|
122
|
+
}
|
|
123
|
+
interface AstFlowRoot extends AstFlowNode {
|
|
124
|
+
id: AstFlowNode;
|
|
125
|
+
description: AstFlowNode;
|
|
126
|
+
types: AstFlowInputType[];
|
|
127
|
+
inputs: Record<string, AstFlowInputNode>;
|
|
128
|
+
tasks: Record<string, AstFlowTaskNode>;
|
|
129
|
+
}
|
|
130
|
+
interface AstFlowTaskNode extends Omit<AstFlowNode, "switch"> {
|
|
131
|
+
id: AstFlowNode;
|
|
132
|
+
order: number;
|
|
133
|
+
then: AstFlowNode;
|
|
134
|
+
ref: AstFlowRefNode;
|
|
135
|
+
userTask: AstFlowRefNode;
|
|
136
|
+
decisionTable: AstFlowRefNode;
|
|
137
|
+
service: AstFlowRefNode;
|
|
138
|
+
switch: Record<string, AstFlowSwitchNode>;
|
|
139
|
+
}
|
|
140
|
+
interface AstFlowRefNode extends AstFlowNode {
|
|
141
|
+
ref: AstFlowNode;
|
|
142
|
+
collection: AstFlowNode;
|
|
143
|
+
inputsNode: AstFlowNode;
|
|
144
|
+
inputs: Record<string, AstFlowNode>;
|
|
145
|
+
}
|
|
146
|
+
interface AstFlowSwitchNode extends AstFlowNode {
|
|
147
|
+
order: string;
|
|
148
|
+
when: AstFlowNode;
|
|
149
|
+
then: AstFlowNode;
|
|
150
|
+
}
|
|
151
|
+
interface AstFlowInputNode extends AstFlowNode {
|
|
152
|
+
required: AstFlowNode;
|
|
153
|
+
type: AstFlowNode;
|
|
154
|
+
debugValue: AstFlowNode;
|
|
155
|
+
}
|
|
156
|
+
interface AstFlowNode {
|
|
157
|
+
parent: AstFlowNode;
|
|
158
|
+
keyword: string;
|
|
159
|
+
children: Record<string, AstFlowNode>;
|
|
160
|
+
value: string;
|
|
161
|
+
source: AstChangeset;
|
|
162
|
+
start: number;
|
|
163
|
+
end: number;
|
|
164
|
+
service?: AstFlowNode | undefined;
|
|
165
|
+
decisionTable?: AstFlowNode | undefined;
|
|
166
|
+
then?: AstFlowNode | undefined;
|
|
167
|
+
id?: AstFlowNode | undefined;
|
|
168
|
+
switch?: AstFlowNode | undefined;
|
|
169
|
+
}
|
|
170
|
+
interface AstService extends AstBody {
|
|
171
|
+
executorType: "TYPE_0" | "TYPE_1" | "TYPE_2";
|
|
172
|
+
value: string;
|
|
173
|
+
}
|
|
174
|
+
interface AstTag extends AstBody {
|
|
175
|
+
name: string;
|
|
176
|
+
created: string;
|
|
177
|
+
values: AstTagValue[];
|
|
178
|
+
}
|
|
179
|
+
interface AstTagValue {
|
|
180
|
+
hash: string;
|
|
181
|
+
bodyType: AstBodyType;
|
|
182
|
+
commands: AstCommand[];
|
|
183
|
+
}
|
|
184
|
+
interface AstBranch extends AstBody {
|
|
185
|
+
name: string;
|
|
186
|
+
created: string;
|
|
187
|
+
tagId: string;
|
|
188
|
+
}
|
|
189
|
+
interface ServiceErrorMsg {
|
|
190
|
+
id: string;
|
|
191
|
+
value: string;
|
|
192
|
+
}
|
|
193
|
+
interface ServiceErrorProps {
|
|
194
|
+
text: string;
|
|
195
|
+
status: number;
|
|
196
|
+
errors: ServiceErrorMsg[];
|
|
197
|
+
}
|
|
198
|
+
interface DebugRequest {
|
|
199
|
+
id: string;
|
|
200
|
+
input?: string;
|
|
201
|
+
inputCSV?: string;
|
|
202
|
+
}
|
|
203
|
+
interface DebugResponse {
|
|
204
|
+
id: string;
|
|
205
|
+
body?: ProgramResult;
|
|
206
|
+
bodyCsv?: string;
|
|
207
|
+
}
|
|
208
|
+
interface ProgramResult {
|
|
209
|
+
}
|
|
210
|
+
interface ServiceResult extends ProgramResult {
|
|
211
|
+
value: any;
|
|
212
|
+
}
|
|
213
|
+
interface DecisionResult extends ProgramResult {
|
|
214
|
+
rejections: DecisionLog[];
|
|
215
|
+
matches: DecisionLog[];
|
|
216
|
+
}
|
|
217
|
+
interface DecisionLog {
|
|
218
|
+
match: boolean;
|
|
219
|
+
order: number;
|
|
220
|
+
accepts: DecisionLogEntry[];
|
|
221
|
+
returns: DecisionLogEntry[];
|
|
222
|
+
}
|
|
223
|
+
interface DecisionLogEntry {
|
|
224
|
+
match: boolean;
|
|
225
|
+
headerType: TypeDef;
|
|
226
|
+
expression: string;
|
|
227
|
+
usedValue?: any;
|
|
228
|
+
}
|
|
229
|
+
type FlowProgramStepPointerType = "SWITCH" | "THEN" | "END";
|
|
230
|
+
type FlowProgramStepRefType = "SERVICE" | "DT";
|
|
231
|
+
type FlowExecutionStatus = "COMPLETED" | "ERROR";
|
|
232
|
+
interface FlowResult extends ProgramResult {
|
|
233
|
+
stepId: string;
|
|
234
|
+
shortHistory: string;
|
|
235
|
+
logs: FlowResultLog[];
|
|
236
|
+
status: FlowExecutionStatus;
|
|
237
|
+
accepts: Record<string, any>;
|
|
238
|
+
returns: Record<string, any>;
|
|
239
|
+
}
|
|
240
|
+
interface FlowResultLog {
|
|
241
|
+
id: number;
|
|
242
|
+
stepId: string;
|
|
243
|
+
start: string | Date;
|
|
244
|
+
end: string | Date;
|
|
245
|
+
errors: FlowResultErrorLog[];
|
|
246
|
+
status: FlowExecutionStatus;
|
|
247
|
+
accepts: Record<string, any>;
|
|
248
|
+
returns: Record<string, any>;
|
|
249
|
+
}
|
|
250
|
+
interface FlowResultErrorLog {
|
|
251
|
+
id: string;
|
|
252
|
+
msg: string;
|
|
253
|
+
}
|
|
254
|
+
interface Input {
|
|
255
|
+
name: string | null | undefined;
|
|
256
|
+
value: string | null | undefined;
|
|
257
|
+
}
|
|
258
|
+
interface Output {
|
|
259
|
+
name: string | null | undefined;
|
|
260
|
+
value: string | null | undefined;
|
|
261
|
+
}
|
|
262
|
+
interface CsvRow {
|
|
263
|
+
id: string;
|
|
264
|
+
inputs: Input[];
|
|
265
|
+
outputs: Output[];
|
|
266
|
+
}
|
|
267
|
+
interface CreateBuilder {
|
|
268
|
+
site(): Promise<Site>;
|
|
269
|
+
importData(init: string): Promise<Site>;
|
|
270
|
+
tag(props: {
|
|
271
|
+
name: string;
|
|
272
|
+
desc: string;
|
|
273
|
+
}): Promise<Site>;
|
|
274
|
+
flow(name: string): Promise<Site>;
|
|
275
|
+
service(name: string): Promise<Site>;
|
|
276
|
+
decision(name: string): Promise<Site>;
|
|
277
|
+
branch(body: AstCommand[]): Promise<Site>;
|
|
278
|
+
}
|
|
279
|
+
interface DeleteBuilder {
|
|
280
|
+
tag(tagId: TagId): Promise<Site>;
|
|
281
|
+
flow(flowId: FlowId): Promise<Site>;
|
|
282
|
+
service(serviceId: ServiceId): Promise<Site>;
|
|
283
|
+
decision(decisionId: DecisionId): Promise<Site>;
|
|
284
|
+
branch(branchId: BranchId): Promise<Site>;
|
|
285
|
+
}
|
|
286
|
+
interface DiffRequest {
|
|
287
|
+
baseId: string;
|
|
288
|
+
targetId: string;
|
|
289
|
+
}
|
|
290
|
+
interface DiffResponse {
|
|
291
|
+
baseName: string;
|
|
292
|
+
targetName: string;
|
|
293
|
+
baseId: string;
|
|
294
|
+
targetId: string;
|
|
295
|
+
created: string;
|
|
296
|
+
body: string;
|
|
297
|
+
}
|
|
298
|
+
interface AstTagSummaryEntity {
|
|
299
|
+
id: string;
|
|
300
|
+
name: string;
|
|
301
|
+
body: string;
|
|
302
|
+
}
|
|
303
|
+
interface AstTagSummary {
|
|
304
|
+
tagName: string;
|
|
305
|
+
flows: AstTagSummaryEntity[];
|
|
306
|
+
services: AstTagSummaryEntity[];
|
|
307
|
+
decisions: AstTagSummaryEntity[];
|
|
308
|
+
}
|
|
309
|
+
interface VersionEntity {
|
|
310
|
+
version: string;
|
|
311
|
+
built: string;
|
|
312
|
+
}
|
|
313
|
+
interface Service {
|
|
314
|
+
delete(): DeleteBuilder;
|
|
315
|
+
create(): CreateBuilder;
|
|
316
|
+
update(id: string, body: AstCommand[]): Promise<Site>;
|
|
317
|
+
ast(id: string, body: AstCommand[]): Promise<Entity<any>>;
|
|
318
|
+
debug(input: DebugRequest): Promise<DebugResponse>;
|
|
319
|
+
getSite(): Promise<Site>;
|
|
320
|
+
copy(id: string, name: string): Promise<Site>;
|
|
321
|
+
version(): Promise<VersionEntity>;
|
|
322
|
+
diff(input: DiffRequest): Promise<DiffResponse>;
|
|
323
|
+
summary(tagId: string): Promise<AstTagSummary>;
|
|
324
|
+
}
|
|
325
|
+
interface StoreError extends Error {
|
|
326
|
+
text: string;
|
|
327
|
+
status: number;
|
|
328
|
+
errors: ServiceErrorMsg[];
|
|
329
|
+
}
|
|
330
|
+
interface StoreConfig {
|
|
331
|
+
url: string;
|
|
332
|
+
oidc?: string;
|
|
333
|
+
status?: string;
|
|
334
|
+
csrf?: {
|
|
335
|
+
key: string;
|
|
336
|
+
value: string;
|
|
337
|
+
};
|
|
338
|
+
}
|
|
339
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { HdesApi } from './api';
|
|
2
|
+
declare namespace HdesClient {
|
|
3
|
+
}
|
|
4
|
+
declare namespace HdesClient {
|
|
5
|
+
interface ServiceRestApi {
|
|
6
|
+
update(id: string, body: HdesApi.AstCommand[]): Promise<HdesApi.Site>;
|
|
7
|
+
createAsset(name: string, desc: string | undefined, type: HdesApi.AstBodyType | "SITE", body?: HdesApi.AstCommand[]): Promise<HdesApi.Site>;
|
|
8
|
+
ast(id: string, body: HdesApi.AstCommand[]): Promise<HdesApi.Entity<any>>;
|
|
9
|
+
getSite(): Promise<HdesApi.Site>;
|
|
10
|
+
debug(debug: HdesApi.DebugRequest): Promise<HdesApi.DebugResponse>;
|
|
11
|
+
copy(id: string, name: string): Promise<HdesApi.Site>;
|
|
12
|
+
version(): Promise<HdesApi.VersionEntity>;
|
|
13
|
+
diff(input: HdesApi.DiffRequest): Promise<HdesApi.DiffResponse>;
|
|
14
|
+
summary(tagId: string): Promise<HdesApi.AstTagSummary>;
|
|
15
|
+
remove(id: string): Promise<HdesApi.Site>;
|
|
16
|
+
importTag(tagContentAsString: string): Promise<HdesApi.Site>;
|
|
17
|
+
}
|
|
18
|
+
class ServiceImpl implements HdesApi.Service {
|
|
19
|
+
private _api;
|
|
20
|
+
constructor(props: ServiceRestApi);
|
|
21
|
+
create(): HdesApi.CreateBuilder;
|
|
22
|
+
delete(): HdesApi.DeleteBuilder;
|
|
23
|
+
update(id: string, body: HdesApi.AstCommand[]): Promise<HdesApi.Site>;
|
|
24
|
+
createAsset(name: string, desc: string | undefined, type: HdesApi.AstBodyType | "SITE", body?: HdesApi.AstCommand[]): Promise<HdesApi.Site>;
|
|
25
|
+
ast(id: string, body: HdesApi.AstCommand[]): Promise<HdesApi.Entity<any>>;
|
|
26
|
+
getSite(): Promise<HdesApi.Site>;
|
|
27
|
+
debug(debug: HdesApi.DebugRequest): Promise<HdesApi.DebugResponse>;
|
|
28
|
+
copy(id: string, name: string): Promise<HdesApi.Site>;
|
|
29
|
+
version(): Promise<HdesApi.VersionEntity>;
|
|
30
|
+
diff(input: HdesApi.DiffRequest): Promise<HdesApi.DiffResponse>;
|
|
31
|
+
summary(tagId: string): Promise<HdesApi.AstTagSummary>;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
export type { HdesApi };
|
|
35
|
+
export default HdesClient;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { default as Ide } from './ide';
|
|
2
|
+
import { HdesApi } from '../client';
|
|
3
|
+
declare enum ActionType {
|
|
4
|
+
setDebugUpdate = "setDebugUpdate",
|
|
5
|
+
setSite = "setSite",
|
|
6
|
+
setPageUpdate = "setPageUpdate",
|
|
7
|
+
setPageUpdateRemove = "setPageUpdateRemove",
|
|
8
|
+
setBranchUpdate = "setBranchUpdate"
|
|
9
|
+
}
|
|
10
|
+
interface Action {
|
|
11
|
+
type: ActionType;
|
|
12
|
+
setPageUpdateRemove?: {
|
|
13
|
+
pages: HdesApi.EntityId[];
|
|
14
|
+
};
|
|
15
|
+
setPageUpdate?: {
|
|
16
|
+
page: HdesApi.EntityId;
|
|
17
|
+
value: HdesApi.AstCommand[];
|
|
18
|
+
};
|
|
19
|
+
setSite?: {
|
|
20
|
+
site: HdesApi.Site;
|
|
21
|
+
};
|
|
22
|
+
setDebugUpdate?: Ide.DebugSession;
|
|
23
|
+
setBranchUpdate?: string;
|
|
24
|
+
}
|
|
25
|
+
declare class ReducerDispatch implements Ide.Actions {
|
|
26
|
+
private _sessionDispatch;
|
|
27
|
+
private _service;
|
|
28
|
+
constructor(session: React.Dispatch<Action>, service: HdesApi.Service);
|
|
29
|
+
handleLoad(): Promise<void>;
|
|
30
|
+
handleLoadSite(site?: HdesApi.Site): Promise<void>;
|
|
31
|
+
handleBranchUpdate(branchName?: string): void;
|
|
32
|
+
handleDebugUpdate(debug: Ide.DebugSession): void;
|
|
33
|
+
handlePageUpdate(page: HdesApi.EntityId, value: HdesApi.AstCommand[]): void;
|
|
34
|
+
handlePageUpdateRemove(pages: HdesApi.EntityId[]): void;
|
|
35
|
+
}
|
|
36
|
+
declare const Reducer: (state: Ide.Session, action: Action) => Ide.Session;
|
|
37
|
+
export type { Action };
|
|
38
|
+
export { Reducer, ReducerDispatch, ActionType };
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { default as WrenchComposerApi } from './ide';
|
|
2
|
+
import { HdesApi } from '../client';
|
|
3
|
+
declare class SiteCache {
|
|
4
|
+
private _site;
|
|
5
|
+
private _decisions;
|
|
6
|
+
private _flows;
|
|
7
|
+
private _services;
|
|
8
|
+
constructor(site: HdesApi.Site);
|
|
9
|
+
private visitFlow;
|
|
10
|
+
private visitDecision;
|
|
11
|
+
private visitService;
|
|
12
|
+
getEntity(entityId: HdesApi.EntityId): HdesApi.Entity<any>;
|
|
13
|
+
getDecision(decisionName: string): undefined | HdesApi.Entity<HdesApi.AstDecision>;
|
|
14
|
+
getFlow(flowName: string): undefined | HdesApi.Entity<HdesApi.AstFlow>;
|
|
15
|
+
getService(serviceName: string): undefined | HdesApi.Entity<HdesApi.AstService>;
|
|
16
|
+
}
|
|
17
|
+
declare class SessionData implements WrenchComposerApi.Session {
|
|
18
|
+
private _site;
|
|
19
|
+
private _pages;
|
|
20
|
+
private _cache;
|
|
21
|
+
private _debug;
|
|
22
|
+
private _branchName?;
|
|
23
|
+
constructor(props: {
|
|
24
|
+
site?: HdesApi.Site;
|
|
25
|
+
pages?: Record<HdesApi.EntityId, WrenchComposerApi.PageUpdate>;
|
|
26
|
+
cache?: SiteCache;
|
|
27
|
+
debug?: WrenchComposerApi.DebugSessions;
|
|
28
|
+
branchName?: string;
|
|
29
|
+
});
|
|
30
|
+
get site(): HdesApi.Site;
|
|
31
|
+
get pages(): Record<string, WrenchComposerApi.PageUpdate>;
|
|
32
|
+
get debug(): WrenchComposerApi.DebugSessions;
|
|
33
|
+
get branchName(): string | undefined;
|
|
34
|
+
getDecision(decisionName: string): undefined | HdesApi.Entity<HdesApi.AstDecision>;
|
|
35
|
+
getFlow(flowName: string): undefined | HdesApi.Entity<HdesApi.AstFlow>;
|
|
36
|
+
getService(serviceName: string): undefined | HdesApi.Entity<HdesApi.AstService>;
|
|
37
|
+
getEntity(entityId: HdesApi.EntityId): HdesApi.Entity<any> | undefined;
|
|
38
|
+
withSite(site: HdesApi.Site): SessionData;
|
|
39
|
+
withDebug(debugSession: WrenchComposerApi.DebugSession): SessionData;
|
|
40
|
+
withBranch(branchName: string): WrenchComposerApi.Session;
|
|
41
|
+
withoutPages(pageIds: HdesApi.EntityId[]): WrenchComposerApi.Session;
|
|
42
|
+
withPage(page: HdesApi.EntityId): WrenchComposerApi.Session;
|
|
43
|
+
withPageValue(page: HdesApi.EntityId, value: HdesApi.AstCommand[]): WrenchComposerApi.Session;
|
|
44
|
+
}
|
|
45
|
+
export { SessionData };
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { HdesApi } from '../client';
|
|
3
|
+
declare namespace WrenchComposerApi {
|
|
4
|
+
interface DebugSession {
|
|
5
|
+
error?: HdesApi.StoreError;
|
|
6
|
+
debug?: HdesApi.DebugResponse;
|
|
7
|
+
csv?: string;
|
|
8
|
+
json?: string;
|
|
9
|
+
selected: HdesApi.EntityId;
|
|
10
|
+
inputType: DebugInputType;
|
|
11
|
+
}
|
|
12
|
+
type DebugInputType = "CSV" | "JSON";
|
|
13
|
+
interface DebugSessions {
|
|
14
|
+
selected?: HdesApi.EntityId;
|
|
15
|
+
values: Record<HdesApi.EntityId, DebugSession>;
|
|
16
|
+
}
|
|
17
|
+
interface PageUpdate {
|
|
18
|
+
saved: boolean;
|
|
19
|
+
origin: HdesApi.Entity<any>;
|
|
20
|
+
value: HdesApi.AstCommand[];
|
|
21
|
+
withValue(value: HdesApi.AstCommand[]): PageUpdate;
|
|
22
|
+
}
|
|
23
|
+
interface Session {
|
|
24
|
+
site: HdesApi.Site;
|
|
25
|
+
pages: Record<HdesApi.EntityId, PageUpdate>;
|
|
26
|
+
debug: DebugSessions;
|
|
27
|
+
branchName?: string;
|
|
28
|
+
getDecision(decisionName: string): undefined | HdesApi.Entity<HdesApi.AstDecision>;
|
|
29
|
+
getFlow(flowName: string): undefined | HdesApi.Entity<HdesApi.AstFlow>;
|
|
30
|
+
getService(serviceName: string): undefined | HdesApi.Entity<HdesApi.AstService>;
|
|
31
|
+
getEntity(id: HdesApi.EntityId): undefined | HdesApi.Entity<any>;
|
|
32
|
+
withDebug(page: DebugSession): Session;
|
|
33
|
+
withPage(page: HdesApi.EntityId): Session;
|
|
34
|
+
withPageValue(page: HdesApi.EntityId, value: HdesApi.AstCommand[]): Session;
|
|
35
|
+
withoutPages(pages: HdesApi.EntityId[]): Session;
|
|
36
|
+
withBranch(branchName?: string): Session;
|
|
37
|
+
withSite(site: HdesApi.Site): Session;
|
|
38
|
+
}
|
|
39
|
+
interface Actions {
|
|
40
|
+
handleLoad(): Promise<void>;
|
|
41
|
+
handleLoadSite(site?: HdesApi.Site): Promise<void>;
|
|
42
|
+
handleDebugUpdate(debug: DebugSession): void;
|
|
43
|
+
handlePageUpdate(page: HdesApi.EntityId, value: HdesApi.AstCommand[]): void;
|
|
44
|
+
handlePageUpdateRemove(pages: HdesApi.EntityId[]): void;
|
|
45
|
+
handleBranchUpdate(branchName?: string): void;
|
|
46
|
+
}
|
|
47
|
+
interface ContextType {
|
|
48
|
+
session: Session;
|
|
49
|
+
actions: Actions;
|
|
50
|
+
service: HdesApi.Service;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
declare namespace WrenchComposerApi {
|
|
54
|
+
const ComposerContext: React.Context<ContextType>;
|
|
55
|
+
const useUnsaved: (entity: HdesApi.Entity<any>) => boolean;
|
|
56
|
+
const useComposer: () => {
|
|
57
|
+
session: Session;
|
|
58
|
+
service: HdesApi.Service;
|
|
59
|
+
actions: Actions;
|
|
60
|
+
site: HdesApi.Site;
|
|
61
|
+
isArticleSaved: (entity: HdesApi.Entity<any>) => boolean;
|
|
62
|
+
};
|
|
63
|
+
const useSite: () => HdesApi.Site;
|
|
64
|
+
const useBranchName: () => string | undefined;
|
|
65
|
+
const useQueryHeaders: () => Record<string, string>;
|
|
66
|
+
const useSession: () => Session;
|
|
67
|
+
const useDebug: () => {
|
|
68
|
+
handleDebugInit: (selected: HdesApi.EntityId) => void;
|
|
69
|
+
};
|
|
70
|
+
const Provider: React.FC<{
|
|
71
|
+
children: React.ReactNode;
|
|
72
|
+
service: HdesApi.Service;
|
|
73
|
+
}>;
|
|
74
|
+
}
|
|
75
|
+
export default WrenchComposerApi;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type DebugOptionType = "SELECT_ASSET" | "INPUT_CSV" | "INPUT_FORM" | "INPUT_JSON" | "DRAWER";
|