@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 @@
|
|
|
1
|
+
export declare function parseTs(): void;
|
|
@@ -0,0 +1,457 @@
|
|
|
1
|
+
export declare const fi: {
|
|
2
|
+
'tasksView.title': string;
|
|
3
|
+
'tasksTableHeader.taskName': string;
|
|
4
|
+
'tasksTableHeader.category': string;
|
|
5
|
+
'tasksTableHeader.status': string;
|
|
6
|
+
'tasksTableHeader.dueDate': string;
|
|
7
|
+
'tasksTableHeader.priority': string;
|
|
8
|
+
'tasksTableHeader.assigned': string;
|
|
9
|
+
'tasksTableAction.editTask': string;
|
|
10
|
+
'tasksTableAction.deleteTask': string;
|
|
11
|
+
'taskPriority.low': string;
|
|
12
|
+
'taskPriority.normal': string;
|
|
13
|
+
'taskPriority.high': string;
|
|
14
|
+
'taskDialog.priority': string;
|
|
15
|
+
'taskDialog.subject': string;
|
|
16
|
+
'taskDialog.description': string;
|
|
17
|
+
'taskDialog.dueDate': string;
|
|
18
|
+
'taskDialog.assignedTo': string;
|
|
19
|
+
'taskDialog.assignedUser': string;
|
|
20
|
+
'taskDialog.status': string;
|
|
21
|
+
'taskDialog.task': string;
|
|
22
|
+
'taskDialog.category': string;
|
|
23
|
+
'taskDialog.source': string;
|
|
24
|
+
'task.priority.low': string;
|
|
25
|
+
'task.priority.normal': string;
|
|
26
|
+
'task.priority.high': string;
|
|
27
|
+
'task.status.new': string;
|
|
28
|
+
'task.status.open': string;
|
|
29
|
+
'task.status.completed': string;
|
|
30
|
+
'task.status.rejected': string;
|
|
31
|
+
'task.form.review': string;
|
|
32
|
+
'task.form.feedback.manage': string;
|
|
33
|
+
'task.created': string;
|
|
34
|
+
'task.updated': string;
|
|
35
|
+
comments: string;
|
|
36
|
+
'task.comments.external.createTask': string;
|
|
37
|
+
'task.comments.internal.createTask': string;
|
|
38
|
+
'task.attachments.createTask': string;
|
|
39
|
+
internalComments: string;
|
|
40
|
+
externalComments: string;
|
|
41
|
+
'comment.store': string;
|
|
42
|
+
'comment.add': string;
|
|
43
|
+
'comment.addInternal': string;
|
|
44
|
+
'comment.addExternal': string;
|
|
45
|
+
'comment.reply': string;
|
|
46
|
+
'taskButton.addTask': string;
|
|
47
|
+
'taskButton.refresh': string;
|
|
48
|
+
'taskButton.accept': string;
|
|
49
|
+
'taskButton.cancel': string;
|
|
50
|
+
'table.body.emptyDataSourceMessage': string;
|
|
51
|
+
'table.body.filterRow.filterTooltip': string;
|
|
52
|
+
'table.body.deleteTooltip': string;
|
|
53
|
+
'table.body.editRow.deleteText': string;
|
|
54
|
+
'table.body.editRow.cancelTask': string;
|
|
55
|
+
'table.body.editRow.saveTask': string;
|
|
56
|
+
'table.pagination.labelDisplayedRows': string;
|
|
57
|
+
'table.pagination.labelRowsPerPage': string;
|
|
58
|
+
'table.pagination.firstPage': string;
|
|
59
|
+
'table.pagination.previousPage': string;
|
|
60
|
+
'table.pagination.nextPage': string;
|
|
61
|
+
'table.pagination.lastPage': string;
|
|
62
|
+
'table.toolbar.search': string;
|
|
63
|
+
'table.toolbar.showColumnsTitle': string;
|
|
64
|
+
'table.toolbar.addRemoveColumns': string;
|
|
65
|
+
'taskLink.title': string;
|
|
66
|
+
'taskLink.button.open': string;
|
|
67
|
+
'taskLink.pdf.open': string;
|
|
68
|
+
'explorer.title': string;
|
|
69
|
+
'explorer.login': string;
|
|
70
|
+
'locale.fi': string;
|
|
71
|
+
'locale.sv': string;
|
|
72
|
+
'locale.en': string;
|
|
73
|
+
'app.logout': string;
|
|
74
|
+
'app.login': string;
|
|
75
|
+
'app.feedback': string;
|
|
76
|
+
'menu.dashboard': string;
|
|
77
|
+
'menu.profile': string;
|
|
78
|
+
'menu.tasks': string;
|
|
79
|
+
'menu.evaluations': string;
|
|
80
|
+
'menu.forms': string;
|
|
81
|
+
'menu.queues': string;
|
|
82
|
+
'menu.users': string;
|
|
83
|
+
'menu.help': string;
|
|
84
|
+
'menu.flow': string;
|
|
85
|
+
'menu.processes': string;
|
|
86
|
+
'menu.reports': string;
|
|
87
|
+
'menu.workflows': string;
|
|
88
|
+
'menu.logout': string;
|
|
89
|
+
'menu.workflowTags': string;
|
|
90
|
+
'menu.publications': string;
|
|
91
|
+
'menu.services': string;
|
|
92
|
+
'menu.content': string;
|
|
93
|
+
'menu.calendar': string;
|
|
94
|
+
'menu.feedback': string;
|
|
95
|
+
'front.intro.title': string;
|
|
96
|
+
'profile.title': string;
|
|
97
|
+
'profile.user.name': string;
|
|
98
|
+
'profile.user.email': string;
|
|
99
|
+
'profile.user.role': string;
|
|
100
|
+
'profile.user.phone': string;
|
|
101
|
+
'profile.app.version': string;
|
|
102
|
+
'button.cancel': string;
|
|
103
|
+
'button.delete': string;
|
|
104
|
+
'button.update': string;
|
|
105
|
+
'button.publish': string;
|
|
106
|
+
'button.accept': string;
|
|
107
|
+
'button.edit': string;
|
|
108
|
+
'button.close': string;
|
|
109
|
+
'button.reject': string;
|
|
110
|
+
'button.send': string;
|
|
111
|
+
'button.dismiss': string;
|
|
112
|
+
'button.editRoles': string;
|
|
113
|
+
'button.select': string;
|
|
114
|
+
'error.minTextLength': string;
|
|
115
|
+
'error.maxTextLength': string;
|
|
116
|
+
'error.valueRequired': string;
|
|
117
|
+
'error.title': string;
|
|
118
|
+
'error.dialob.session': string;
|
|
119
|
+
'error.errorLoadingData': string;
|
|
120
|
+
'error.unauthorized.title': string;
|
|
121
|
+
'error.unauthorized.text': string;
|
|
122
|
+
'error.unauthorizedAccess': string;
|
|
123
|
+
'error.dataAccess': string;
|
|
124
|
+
'error.statusOpenError': string;
|
|
125
|
+
'error.workflowCreation': string;
|
|
126
|
+
'table.body.addTooltip': string;
|
|
127
|
+
'table.body.editTooltip': string;
|
|
128
|
+
'table.body.editRow.deleteMessage': string;
|
|
129
|
+
'workflowTable.title': string;
|
|
130
|
+
'workflowTableHeader.name': string;
|
|
131
|
+
'workflowTableHeader.formName': string;
|
|
132
|
+
'workflowTableHeader.flowName': string;
|
|
133
|
+
'workflowTableHeader.updated': string;
|
|
134
|
+
'workflowTable.addButton': string;
|
|
135
|
+
'workflowTable.editButton': string;
|
|
136
|
+
'workflow.dialogTitle': string;
|
|
137
|
+
'workflow.name': string;
|
|
138
|
+
'workflow.form.formName': string;
|
|
139
|
+
'workflow.form.formTag': string;
|
|
140
|
+
'workflow.flowName': string;
|
|
141
|
+
'processTable.title': string;
|
|
142
|
+
'processTableHeader.workflow': string;
|
|
143
|
+
'processTableHeader.user': string;
|
|
144
|
+
'processTableHeader.status': string;
|
|
145
|
+
'processTableHeader.created': string;
|
|
146
|
+
'processTableHeader.questionnaireId': string;
|
|
147
|
+
'process.status.ANSWERED': string;
|
|
148
|
+
'process.status.CREATED': string;
|
|
149
|
+
'process.status.ANSWERING': string;
|
|
150
|
+
'process.status.IN_PROGRESS': string;
|
|
151
|
+
'process.status.WAITING': string;
|
|
152
|
+
'process.status.COMPLETED': string;
|
|
153
|
+
'process.status.REJECTED': string;
|
|
154
|
+
'comment.button': string;
|
|
155
|
+
'comment.title': string;
|
|
156
|
+
'comment.form.email': string;
|
|
157
|
+
'comment.form.feedbackType': string;
|
|
158
|
+
'comment.form.body': string;
|
|
159
|
+
'comment.type.general': string;
|
|
160
|
+
'comment.type.propose': string;
|
|
161
|
+
'comment.type.contact': string;
|
|
162
|
+
'comment.submitted.success': string;
|
|
163
|
+
'comment.submitted.failure': string;
|
|
164
|
+
'spoTasksTableHeader.taskName': string;
|
|
165
|
+
'spoTasksTableHeader.category': string;
|
|
166
|
+
'spoTasksTableHeader.status': string;
|
|
167
|
+
'spoTasksTableHeader.priority': string;
|
|
168
|
+
'spoTasksTableHeader.dueDate': string;
|
|
169
|
+
'spoTasksTableHeader.assigned': string;
|
|
170
|
+
'spoTasksTableHeader.assignedUser': string;
|
|
171
|
+
'spoTasksTableHeader.created': string;
|
|
172
|
+
'spoTasksTableHeader.clientName': string;
|
|
173
|
+
'taskDialog.clientIdentificator': string;
|
|
174
|
+
'taskDialog.assignedUserEmail': string;
|
|
175
|
+
'task.editRoles': string;
|
|
176
|
+
Questionnaire: string;
|
|
177
|
+
Manual: string;
|
|
178
|
+
Protected: string;
|
|
179
|
+
Normal: string;
|
|
180
|
+
Represented: string;
|
|
181
|
+
CustomerCreated: string;
|
|
182
|
+
Internal: string;
|
|
183
|
+
'task.role.assignedAllUsers': string;
|
|
184
|
+
'task.feedback.published': string;
|
|
185
|
+
'confirm.close.title': string;
|
|
186
|
+
'confirm.unsavedChanges': string;
|
|
187
|
+
'task.statistics.statusCount': string;
|
|
188
|
+
'task.statistics.priorityCount': string;
|
|
189
|
+
'task.statistics.daily': string;
|
|
190
|
+
'task.statistics.overdue': string;
|
|
191
|
+
'feedback.button': string;
|
|
192
|
+
'feedback.thanks': string;
|
|
193
|
+
'feedback.create.title': string;
|
|
194
|
+
'feedback.title': string;
|
|
195
|
+
'feedback.update.title': string;
|
|
196
|
+
'feedback.description': string;
|
|
197
|
+
'feedback.name': string;
|
|
198
|
+
'feedback.sendScreenshot': string;
|
|
199
|
+
'feedback.close': string;
|
|
200
|
+
'feedback.send': string;
|
|
201
|
+
'feedback.category': string;
|
|
202
|
+
'feedback.subCategory': string;
|
|
203
|
+
'feedback.myReply': string;
|
|
204
|
+
'feedback.noFeedback.info1': string;
|
|
205
|
+
'feedback.noFeedback.info2': string;
|
|
206
|
+
'feedback.customerFeedback': string;
|
|
207
|
+
'feedback.customerApprovals': string;
|
|
208
|
+
'feedback.sourceTaskId': string;
|
|
209
|
+
'feedback.formName': string;
|
|
210
|
+
'feedback.dateReceived': string;
|
|
211
|
+
'feedback.createdBy': string;
|
|
212
|
+
'feedback.updatedBy': string;
|
|
213
|
+
'feedback.updated': string;
|
|
214
|
+
'feedback.notPublished': string;
|
|
215
|
+
'feedback.isPublished': string;
|
|
216
|
+
'help.title': string;
|
|
217
|
+
'attachmentView.title': string;
|
|
218
|
+
'attachmentTableHeader.size': string;
|
|
219
|
+
'attachmentTableHeader.updated': string;
|
|
220
|
+
'attachmentTableHeader.created': string;
|
|
221
|
+
'attachmentTableHeader.name': string;
|
|
222
|
+
'attachmentButton.addAttachment': string;
|
|
223
|
+
'attachmentButton.downloadAttachment': string;
|
|
224
|
+
'attachment.uploadOk': string;
|
|
225
|
+
'attachment.uploadFailed': string;
|
|
226
|
+
'workflowReleaseTable.title': string;
|
|
227
|
+
'workflowReleaseTableHeader.name': string;
|
|
228
|
+
'workflowReleaseTableHeader.description': string;
|
|
229
|
+
'workflowReleaseTableHeader.updatedBy': string;
|
|
230
|
+
'workflowReleaseTableHeader.updated': string;
|
|
231
|
+
'workflowReleaseTable.addButton': string;
|
|
232
|
+
'workflowReleaseTable.viewButton': string;
|
|
233
|
+
'workflowReleaseTable.exportButton': string;
|
|
234
|
+
'workflowRelease.dialogTitle': string;
|
|
235
|
+
'workflowRelease.name': string;
|
|
236
|
+
'workflowRelease.description': string;
|
|
237
|
+
'workflowRelease.releaseCreationFailed': string;
|
|
238
|
+
'publicationsTable.title': string;
|
|
239
|
+
'publicationsTableHeader.name': string;
|
|
240
|
+
'publicationsTableHeader.description': string;
|
|
241
|
+
'publicationsTableHeader.createdBy': string;
|
|
242
|
+
'publicationsTableHeader.created': string;
|
|
243
|
+
'publicationsTableHeader.contentTag': string;
|
|
244
|
+
'publicationsTableHeader.workflowTag': string;
|
|
245
|
+
'publicationsTableHeader.wrenchTag': string;
|
|
246
|
+
'publicationsTable.addButton': string;
|
|
247
|
+
'publicationsTable.viewButton': string;
|
|
248
|
+
'publicationsTable.exportButton': string;
|
|
249
|
+
'publications.dialogTitle': string;
|
|
250
|
+
'publications.name': string;
|
|
251
|
+
'publications.description': string;
|
|
252
|
+
'publications.workflowTag': string;
|
|
253
|
+
'publications.wrenchTag': string;
|
|
254
|
+
'publications.contentTag': string;
|
|
255
|
+
'publications.createNewTag': string;
|
|
256
|
+
'publications.downloadFailed': string;
|
|
257
|
+
'publications.tagCreationFailed': string;
|
|
258
|
+
'dialobForms.dialog.heading': string;
|
|
259
|
+
'dialobForms.table.tooltip.add': string;
|
|
260
|
+
'dialobForms.table.label': string;
|
|
261
|
+
'dialobForms.table.created': string;
|
|
262
|
+
'dialobForms.table.lastSaved': string;
|
|
263
|
+
'dialobForms.table.tooltip.edit': string;
|
|
264
|
+
'dialobForms.dialog.emptyTitle': string;
|
|
265
|
+
'dialobForms.table.tooltip.copy': string;
|
|
266
|
+
'dialobForms.table.tooltip.delete': string;
|
|
267
|
+
'dialobForm.saveFailed': string;
|
|
268
|
+
'dialobForm.downloadFailed': string;
|
|
269
|
+
'dialobForm.deleteFailed': string;
|
|
270
|
+
'dialobForm.heading.copyDialog': string;
|
|
271
|
+
'dialobForm.heading.addDialog': string;
|
|
272
|
+
'dialobForm.dialog.formName': string;
|
|
273
|
+
'dialobForm.dialog.formLabel': string;
|
|
274
|
+
'dialobForm.error.invalidFormName': string;
|
|
275
|
+
'dialobForm.dialog.deleteQuestion': string;
|
|
276
|
+
'dialobForm.heading.deleteDialog': string;
|
|
277
|
+
'dialobForm.review.title': string;
|
|
278
|
+
'feedback.notenabled': string;
|
|
279
|
+
pages: string;
|
|
280
|
+
articles: string;
|
|
281
|
+
locale: string;
|
|
282
|
+
locales: string;
|
|
283
|
+
tag: string;
|
|
284
|
+
links: string;
|
|
285
|
+
releases: string;
|
|
286
|
+
options: string;
|
|
287
|
+
value: string;
|
|
288
|
+
date: string;
|
|
289
|
+
order: string;
|
|
290
|
+
description: string;
|
|
291
|
+
name: string;
|
|
292
|
+
delete: string;
|
|
293
|
+
download: string;
|
|
294
|
+
disable: string;
|
|
295
|
+
status: string;
|
|
296
|
+
created: string;
|
|
297
|
+
modified: string;
|
|
298
|
+
rename: string;
|
|
299
|
+
reorder: string;
|
|
300
|
+
remove: string;
|
|
301
|
+
'composer.select.article': string;
|
|
302
|
+
'toolbar.help': string;
|
|
303
|
+
'toolbar.import': string;
|
|
304
|
+
'link.type.internal': string;
|
|
305
|
+
'link.type.external': string;
|
|
306
|
+
'link.type.phone': string;
|
|
307
|
+
imports: string;
|
|
308
|
+
'imports.select': string;
|
|
309
|
+
'imports.import.action': string;
|
|
310
|
+
'article.composer.title': string;
|
|
311
|
+
'article.composer.parent': string;
|
|
312
|
+
'article.composer.parent.unselected': string;
|
|
313
|
+
'article.create': string;
|
|
314
|
+
'article.name': string;
|
|
315
|
+
'article.delete.title': string;
|
|
316
|
+
'article.delete.description': string;
|
|
317
|
+
'article.edit.title': string;
|
|
318
|
+
'article.edit.parent': string;
|
|
319
|
+
'article.edit.orderhelper': string;
|
|
320
|
+
'article.composer.orderhelper': string;
|
|
321
|
+
'button.create': string;
|
|
322
|
+
'button.add': string;
|
|
323
|
+
'button.disable': string;
|
|
324
|
+
'button.enable': string;
|
|
325
|
+
'button.remove': string;
|
|
326
|
+
'button.apply': string;
|
|
327
|
+
'button.view.all.locales': string;
|
|
328
|
+
'button.view.all.releases': string;
|
|
329
|
+
'links.message': string;
|
|
330
|
+
'link.article.add.title': string;
|
|
331
|
+
'link.article.select': string;
|
|
332
|
+
'link.type': string;
|
|
333
|
+
'link.url': string;
|
|
334
|
+
'link.locale.all': string;
|
|
335
|
+
'link.content': string;
|
|
336
|
+
'link.composer.title': string;
|
|
337
|
+
'link.composer.descriptionlabel': string;
|
|
338
|
+
'link.composer.descriptionhelper': string;
|
|
339
|
+
'link.composer.valuehelper': string;
|
|
340
|
+
'link.edit.title': string;
|
|
341
|
+
'link.delete.title': string;
|
|
342
|
+
'link.delete': string;
|
|
343
|
+
'link.removepage.title': string;
|
|
344
|
+
'link.removepage': string;
|
|
345
|
+
'link.options': string;
|
|
346
|
+
'link.options.add': string;
|
|
347
|
+
'resource.edit.links': string;
|
|
348
|
+
'link.create': string;
|
|
349
|
+
'locale.create': string;
|
|
350
|
+
'locale.disable.title': string;
|
|
351
|
+
'locale.enable.title': string;
|
|
352
|
+
'locale.disable': string;
|
|
353
|
+
'locale.enable': string;
|
|
354
|
+
'locale.composer.title': string;
|
|
355
|
+
'locale.composer.helper': string;
|
|
356
|
+
'locale.overview': string;
|
|
357
|
+
'locales.content': string;
|
|
358
|
+
'locales.nocontent': string;
|
|
359
|
+
'locales.nopage': string;
|
|
360
|
+
'newpage.title': string;
|
|
361
|
+
'newpage.info': string;
|
|
362
|
+
'newpage.article.info': string;
|
|
363
|
+
'page.create': string;
|
|
364
|
+
'pages.save': string;
|
|
365
|
+
'pages.add': string;
|
|
366
|
+
'pages.change': string;
|
|
367
|
+
'pages.change.info': string;
|
|
368
|
+
'pages.delete': string;
|
|
369
|
+
'pages.delete.message': string;
|
|
370
|
+
'pages.options': string;
|
|
371
|
+
'pages.edit.selectpage': string;
|
|
372
|
+
'pages.edit.selectTargetLocale': string;
|
|
373
|
+
'release.create': string;
|
|
374
|
+
'release.composer.title': string;
|
|
375
|
+
'release.composer.label': string;
|
|
376
|
+
'release.composer.note': string;
|
|
377
|
+
'release.composer.helper': string;
|
|
378
|
+
'menu.feedbackAllTasks': string;
|
|
379
|
+
'feedback.all': string;
|
|
380
|
+
'feedback.none': string;
|
|
381
|
+
'feedback.search': string;
|
|
382
|
+
'feedback.search.placeholder': string;
|
|
383
|
+
'feedback.search.filter.category': string;
|
|
384
|
+
'feedback.search.filter.subCategory': string;
|
|
385
|
+
'feedback.filter.selectNone': string;
|
|
386
|
+
'toolbar.preview': string;
|
|
387
|
+
'workflow.edit.title': string;
|
|
388
|
+
'workflow.create': string;
|
|
389
|
+
'button.view.all.articles': string;
|
|
390
|
+
'button.view.all.pages': string;
|
|
391
|
+
'button.view.all.links': string;
|
|
392
|
+
'button.view.all.workflows': string;
|
|
393
|
+
workflows: string;
|
|
394
|
+
'associations.add': string;
|
|
395
|
+
'explorer.pages': string;
|
|
396
|
+
'explorer.pages.create': string;
|
|
397
|
+
'explorer.pages.dualview': string;
|
|
398
|
+
'explorer.locale.empty': string;
|
|
399
|
+
'articles.message': string;
|
|
400
|
+
'article.deletepage.title': string;
|
|
401
|
+
'article.deletepage': string;
|
|
402
|
+
'article.options': string;
|
|
403
|
+
'article.addlink': string;
|
|
404
|
+
'article.links.addremove': string;
|
|
405
|
+
'article.links': string;
|
|
406
|
+
'article.links.sitelinks': string;
|
|
407
|
+
'article.links.remove': string;
|
|
408
|
+
'article.workflows.addremove': string;
|
|
409
|
+
'article.workflows': string;
|
|
410
|
+
'article.workflows.add': string;
|
|
411
|
+
'article.workflows.remove': string;
|
|
412
|
+
'article.workflows.siteworkflows': string;
|
|
413
|
+
'button.view': string;
|
|
414
|
+
'button.addremove': string;
|
|
415
|
+
'composer.article.title': string;
|
|
416
|
+
'composer.article.desc': string;
|
|
417
|
+
'composer.locale.title': string;
|
|
418
|
+
'composer.locale.desc': string;
|
|
419
|
+
'composer.page.title': string;
|
|
420
|
+
'composer.page.desc': string;
|
|
421
|
+
'composer.link.title': string;
|
|
422
|
+
'composer.link.desc': string;
|
|
423
|
+
'composer.workflow.title': string;
|
|
424
|
+
'composer.workflow.desc': string;
|
|
425
|
+
'composer.release.title': string;
|
|
426
|
+
'composer.release.desc': string;
|
|
427
|
+
'toolbar.dashboard': string;
|
|
428
|
+
'dashboard.view.helper': string;
|
|
429
|
+
'link.associate.title': string;
|
|
430
|
+
'link.options.edit': string;
|
|
431
|
+
'link.options.remove': string;
|
|
432
|
+
'resource.options': string;
|
|
433
|
+
'resource.edit.workflows': string;
|
|
434
|
+
'workflow.associate.title': string;
|
|
435
|
+
'workflow.composer.title': string;
|
|
436
|
+
'workflow.composer.name': string;
|
|
437
|
+
'workflow.technicalname': string;
|
|
438
|
+
'workflow.composer.select': string;
|
|
439
|
+
'workflow.composer.helper': string;
|
|
440
|
+
'workflow.composer.placeholder': string;
|
|
441
|
+
'workflow.delete.title': string;
|
|
442
|
+
'workflow.delete': string;
|
|
443
|
+
'workflow.removepage.title': string;
|
|
444
|
+
'workflow.removepage': string;
|
|
445
|
+
'workflow.options': string;
|
|
446
|
+
'workflow.add': string;
|
|
447
|
+
'workflow.edit': string;
|
|
448
|
+
'workflow.remove': string;
|
|
449
|
+
'toolbar.articles': string;
|
|
450
|
+
'toolbar.newarticle': string;
|
|
451
|
+
'toolbar.newlocale': string;
|
|
452
|
+
'toolbar.explorer': string;
|
|
453
|
+
'toolbar.links': string;
|
|
454
|
+
'toolbar.workflows': string;
|
|
455
|
+
'toolbar.releases': string;
|
|
456
|
+
'toolbar.locales': string;
|
|
457
|
+
};
|