/* eslint-disable */ /* tslint:disable */ /** * This is an autogenerated file created by the Stencil compiler. * It contains typing information for all components that exist in this project. */ import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime"; import { ActivityDefinitionProperty, ActivityDescriptor, ActivityModel, ActivityPropertyDescriptor, ElsaStudio, IntellisenseContext, OrderBy, SelectListItem, VersionOptions, WorkflowBlueprint, WorkflowDefinition, WorkflowExecutionLogRecord, WorkflowFault, WorkflowInstance, WorkflowModel, WorkflowStatus } from "./models"; import { LocationSegments, MatchResults, RouterHistory } from "@stencil/router"; import { MenuItem } from "./components/controls/elsa-context-menu/models"; import { VNode } from "./stencil-public-runtime"; import { ActivityContextMenuState, LayoutDirection, WorkflowDesignerMode } from "./components/designers/tree/elsa-designer-tree/models"; import { DropdownButtonItem, DropdownButtonOrigin } from "./components/controls/elsa-dropdown-button/models"; import { MonacoValueChangedArgs } from "./components/controls/elsa-monaco/elsa-monaco"; import { Map } from "./utils/utils"; import { PagerData } from "./components/controls/elsa-pager/elsa-pager"; import { ToastNotificationOptions } from "./components/shared/elsa-toast-notification/elsa-toast-notification"; import { WebhookDefinition } from "./modules/elsa-webhooks/models"; import { ActivityStats } from "."; export namespace Components { interface ElsaActivityEditorModal { "culture": string; } interface ElsaActivityPickerModal { } interface ElsaCheckListProperty { "activityModel": ActivityModel; "propertyDescriptor": ActivityPropertyDescriptor; "propertyModel": ActivityDefinitionProperty; "serverUrl": string; } interface ElsaCheckboxProperty { "activityModel": ActivityModel; "propertyDescriptor": ActivityPropertyDescriptor; "propertyModel": ActivityDefinitionProperty; } interface ElsaConfirmDialog { "culture": string; "hide": () => Promise; "show": (caption: string, message: string) => Promise; } interface ElsaContextMenu { "history": RouterHistory; "menuItems": Array; } interface ElsaControl { "content": VNode | string | Element; } interface ElsaCopyButton { "value": string; } interface ElsaCronExpressionProperty { "activityModel": ActivityModel; "propertyDescriptor": ActivityPropertyDescriptor; "propertyModel": ActivityDefinitionProperty; } interface ElsaDesignerPanel { "culture": string; } interface ElsaDesignerTree { "activityBorderColor"?: (activity: ActivityModel) => string; "activityContextMenu"?: ActivityContextMenuState; "activityContextMenuButton"?: (activity: ActivityModel) => string; "activityContextTestMenu"?: ActivityContextMenuState; "connectionContextMenu"?: ActivityContextMenuState; "enableMultipleConnectionsFromSingleSource": boolean; "layoutDirection": LayoutDirection; "mode": WorkflowDesignerMode; "model": WorkflowModel; "removeActivity": (activity: ActivityModel) => Promise; "removeSelectedActivities": () => Promise; "selectedActivityIds": Array; "showActivityEditor": (activity: ActivityModel, animate: boolean) => Promise; } interface ElsaDictionaryProperty { "activityModel": ActivityModel; "propertyDescriptor": ActivityPropertyDescriptor; "propertyModel": ActivityDefinitionProperty; "serverUrl": string; } interface ElsaDropdownButton { "icon"?: any; "items": Array; "origin": DropdownButtonOrigin; "text": string; } interface ElsaDropdownProperty { "activityModel": ActivityModel; "propertyDescriptor": ActivityPropertyDescriptor; "propertyModel": ActivityDefinitionProperty; "serverUrl": string; } interface ElsaExpressionEditor { "context"?: IntellisenseContext; "editorHeight": string; "expression": string; "language": string; "padding": string; "serverUrl": string; "setExpression": (value: string) => Promise; "singleLineMode": boolean; "workflowDefinitionId": string; } interface ElsaFlyoutPanel { "expandButtonPosition": number; "selectTab": (tab: string, expand?: boolean) => Promise; } interface ElsaInputTags { "fieldId"?: string; "fieldName"?: string; "placeHolder"?: string; "values"?: Array; } interface ElsaInputTagsDropdown { "dropdownValues"?: Array; "fieldId"?: string; "fieldName"?: string; "placeHolder"?: string; "values"?: Array; } interface ElsaJsonProperty { "activityModel": ActivityModel; "propertyDescriptor": ActivityPropertyDescriptor; "propertyModel": ActivityDefinitionProperty; } interface ElsaModalDialog { "hide": (animate?: boolean) => Promise; "show": (animate?: boolean) => Promise; } interface ElsaMonaco { "addJavaScriptLib": (libSource: string, libUri: string) => Promise; "editorHeight": string; "language": string; "monacoLibPath": string; "padding": string; "setValue": (value: string) => Promise; "singleLineMode": boolean; "value": string; } interface ElsaMultiExpressionEditor { "context"?: IntellisenseContext; "defaultSyntax": string; "editorHeight": string; "expressions": Map; "fieldName"?: string; "isReadOnly"?: boolean; "label": string; "singleLineMode": boolean; "supportedSyntaxes": Array; "syntax"?: string; } interface ElsaMultiLineProperty { "activityModel": ActivityModel; "propertyDescriptor": ActivityPropertyDescriptor; "propertyModel": ActivityDefinitionProperty; } interface ElsaMultiTextProperty { "activityModel": ActivityModel; "propertyDescriptor": ActivityPropertyDescriptor; "propertyModel": ActivityDefinitionProperty; "serverUrl": string; } interface ElsaPager { "culture": string; "history"?: RouterHistory; "location": LocationSegments; "page": number; "pageSize": number; "totalCount": number; } interface ElsaPropertyEditor { "activityModel": ActivityModel; "context"?: string; "editorHeight": string; "propertyDescriptor": ActivityPropertyDescriptor; "propertyModel": ActivityDefinitionProperty; "showLabel": boolean; "singleLineMode": boolean; } interface ElsaRadioListProperty { "activityModel": ActivityModel; "propertyDescriptor": ActivityPropertyDescriptor; "propertyModel": ActivityDefinitionProperty; "serverUrl": string; } interface ElsaScriptProperty { "activityModel": ActivityModel; "editorHeight": string; "propertyDescriptor": ActivityPropertyDescriptor; "propertyModel": ActivityDefinitionProperty; "serverUrl": string; "singleLineMode": boolean; "syntax"?: string; "workflowDefinitionId": string; } interface ElsaSingleLineProperty { "activityModel": ActivityModel; "propertyDescriptor": ActivityPropertyDescriptor; "propertyModel": ActivityDefinitionProperty; } interface ElsaStudioDashboard { "basePath": string; "culture": string; } interface ElsaStudioHome { "culture": string; } interface ElsaStudioRoot { "addPlugin": (pluginType: any) => Promise; "addPlugins": (pluginTypes: Array) => Promise; "basePath": string; "config": string; "culture": string; "features": any; "monacoLibPath": string; "serverUrl": string; } interface ElsaStudioWebhookDefinitionsEdit { "match": MatchResults; } interface ElsaStudioWebhookDefinitionsList { "basePath": string; "culture": string; } interface ElsaStudioWorkflowBlueprintView { "match": MatchResults; } interface ElsaStudioWorkflowDefinitionsEdit { "match": MatchResults; } interface ElsaStudioWorkflowDefinitionsList { "basePath": string; "culture": string; "history": RouterHistory; } interface ElsaStudioWorkflowInstancesList { "culture": string; } interface ElsaStudioWorkflowInstancesView { "match": MatchResults; } interface ElsaStudioWorkflowRegistry { "basePath": string; "culture": string; } interface ElsaSwitchCasesProperty { "activityModel": ActivityModel; "propertyDescriptor": ActivityPropertyDescriptor; "propertyModel": ActivityDefinitionProperty; } interface ElsaTabContent { "active": boolean; "tab": string; } interface ElsaTabHeader { "active": boolean; "tab": string; } interface ElsaToastNotification { "hide": () => Promise; "show": (options: ToastNotificationOptions) => Promise; } interface ElsaWebhookDefinitionEditorNotifications { } interface ElsaWebhookDefinitionEditorScreen { "culture": string; "getServerUrl": () => Promise; "getWebhookId": () => Promise; "history"?: RouterHistory; "serverUrl": string; "webhookDefinition": WebhookDefinition; "webhookId": string; } interface ElsaWebhookDefinitionsListScreen { "basePath": string; "culture": string; "history"?: RouterHistory; "serverUrl": string; } interface ElsaWorkflowBlueprintPropertiesPanel { "culture": string; "serverUrl": string; "workflowId": string; } interface ElsaWorkflowBlueprintViewerScreen { "culture": string; "getServerUrl": () => Promise; "serverUrl": string; "workflowDefinitionId": string; } interface ElsaWorkflowDefinitionEditorNotifications { } interface ElsaWorkflowDefinitionEditorScreen { "basePath": string; "culture": string; "exportWorkflow": () => Promise; "features": string; "getServerUrl": () => Promise; "getWorkflowDefinitionId": () => Promise; "history": RouterHistory; "importWorkflow": (file: File) => Promise; "monacoLibPath": string; "serverFeatures": Array; "serverUrl": string; "workflowDefinitionId": string; } interface ElsaWorkflowDefinitionsListScreen { "basePath": string; "culture": string; "history"?: RouterHistory; "serverUrl": string; } interface ElsaWorkflowFaultInformation { "faultedAt": Date; "workflowFault": WorkflowFault; } interface ElsaWorkflowInstanceJournal { "activityDescriptors": Array; "selectActivityRecord": (activityId?: string) => Promise; "serverUrl": string; "workflowBlueprint": WorkflowBlueprint; "workflowInstance": WorkflowInstance; "workflowInstanceId": string; "workflowModel": WorkflowModel; } interface ElsaWorkflowInstanceListScreen { "basePath": string; "correlationId"?: string; "culture": string; "getSelectedWorkflowInstanceIds": () => Promise; "history"?: RouterHistory; "orderBy"?: OrderBy; "refresh": () => Promise; "serverUrl": string; "workflowId"?: string; "workflowStatus"?: WorkflowStatus; } interface ElsaWorkflowInstanceViewerScreen { "culture": string; "getServerUrl": () => Promise; "serverUrl": string; "workflowInstanceId": string; } interface ElsaWorkflowPerformanceInformation { "activityStats": ActivityStats; } interface ElsaWorkflowPropertiesPanel { "culture": string; "serverUrl": string; "workflowDefinition": WorkflowDefinition; } interface ElsaWorkflowPublishButton { "culture": string; "publishing": boolean; "workflowDefinition": WorkflowDefinition; } interface ElsaWorkflowRegistryListScreen { "basePath": string; "culture": string; "history"?: RouterHistory; "serverUrl": string; } interface ElsaWorkflowSettingsModal { "serverUrl": string; "workflowDefinition": WorkflowDefinition; } interface ElsaWorkflowTestPanel { "culture": string; "serverUrl": string; "workflowDefinition": WorkflowDefinition; "workflowTestActivityId": string; } } declare global { interface HTMLElsaActivityEditorModalElement extends Components.ElsaActivityEditorModal, HTMLStencilElement { } var HTMLElsaActivityEditorModalElement: { prototype: HTMLElsaActivityEditorModalElement; new (): HTMLElsaActivityEditorModalElement; }; interface HTMLElsaActivityPickerModalElement extends Components.ElsaActivityPickerModal, HTMLStencilElement { } var HTMLElsaActivityPickerModalElement: { prototype: HTMLElsaActivityPickerModalElement; new (): HTMLElsaActivityPickerModalElement; }; interface HTMLElsaCheckListPropertyElement extends Components.ElsaCheckListProperty, HTMLStencilElement { } var HTMLElsaCheckListPropertyElement: { prototype: HTMLElsaCheckListPropertyElement; new (): HTMLElsaCheckListPropertyElement; }; interface HTMLElsaCheckboxPropertyElement extends Components.ElsaCheckboxProperty, HTMLStencilElement { } var HTMLElsaCheckboxPropertyElement: { prototype: HTMLElsaCheckboxPropertyElement; new (): HTMLElsaCheckboxPropertyElement; }; interface HTMLElsaConfirmDialogElement extends Components.ElsaConfirmDialog, HTMLStencilElement { } var HTMLElsaConfirmDialogElement: { prototype: HTMLElsaConfirmDialogElement; new (): HTMLElsaConfirmDialogElement; }; interface HTMLElsaContextMenuElement extends Components.ElsaContextMenu, HTMLStencilElement { } var HTMLElsaContextMenuElement: { prototype: HTMLElsaContextMenuElement; new (): HTMLElsaContextMenuElement; }; interface HTMLElsaControlElement extends Components.ElsaControl, HTMLStencilElement { } var HTMLElsaControlElement: { prototype: HTMLElsaControlElement; new (): HTMLElsaControlElement; }; interface HTMLElsaCopyButtonElement extends Components.ElsaCopyButton, HTMLStencilElement { } var HTMLElsaCopyButtonElement: { prototype: HTMLElsaCopyButtonElement; new (): HTMLElsaCopyButtonElement; }; interface HTMLElsaCronExpressionPropertyElement extends Components.ElsaCronExpressionProperty, HTMLStencilElement { } var HTMLElsaCronExpressionPropertyElement: { prototype: HTMLElsaCronExpressionPropertyElement; new (): HTMLElsaCronExpressionPropertyElement; }; interface HTMLElsaDesignerPanelElement extends Components.ElsaDesignerPanel, HTMLStencilElement { } var HTMLElsaDesignerPanelElement: { prototype: HTMLElsaDesignerPanelElement; new (): HTMLElsaDesignerPanelElement; }; interface HTMLElsaDesignerTreeElement extends Components.ElsaDesignerTree, HTMLStencilElement { } var HTMLElsaDesignerTreeElement: { prototype: HTMLElsaDesignerTreeElement; new (): HTMLElsaDesignerTreeElement; }; interface HTMLElsaDictionaryPropertyElement extends Components.ElsaDictionaryProperty, HTMLStencilElement { } var HTMLElsaDictionaryPropertyElement: { prototype: HTMLElsaDictionaryPropertyElement; new (): HTMLElsaDictionaryPropertyElement; }; interface HTMLElsaDropdownButtonElement extends Components.ElsaDropdownButton, HTMLStencilElement { } var HTMLElsaDropdownButtonElement: { prototype: HTMLElsaDropdownButtonElement; new (): HTMLElsaDropdownButtonElement; }; interface HTMLElsaDropdownPropertyElement extends Components.ElsaDropdownProperty, HTMLStencilElement { } var HTMLElsaDropdownPropertyElement: { prototype: HTMLElsaDropdownPropertyElement; new (): HTMLElsaDropdownPropertyElement; }; interface HTMLElsaExpressionEditorElement extends Components.ElsaExpressionEditor, HTMLStencilElement { } var HTMLElsaExpressionEditorElement: { prototype: HTMLElsaExpressionEditorElement; new (): HTMLElsaExpressionEditorElement; }; interface HTMLElsaFlyoutPanelElement extends Components.ElsaFlyoutPanel, HTMLStencilElement { } var HTMLElsaFlyoutPanelElement: { prototype: HTMLElsaFlyoutPanelElement; new (): HTMLElsaFlyoutPanelElement; }; interface HTMLElsaInputTagsElement extends Components.ElsaInputTags, HTMLStencilElement { } var HTMLElsaInputTagsElement: { prototype: HTMLElsaInputTagsElement; new (): HTMLElsaInputTagsElement; }; interface HTMLElsaInputTagsDropdownElement extends Components.ElsaInputTagsDropdown, HTMLStencilElement { } var HTMLElsaInputTagsDropdownElement: { prototype: HTMLElsaInputTagsDropdownElement; new (): HTMLElsaInputTagsDropdownElement; }; interface HTMLElsaJsonPropertyElement extends Components.ElsaJsonProperty, HTMLStencilElement { } var HTMLElsaJsonPropertyElement: { prototype: HTMLElsaJsonPropertyElement; new (): HTMLElsaJsonPropertyElement; }; interface HTMLElsaModalDialogElement extends Components.ElsaModalDialog, HTMLStencilElement { } var HTMLElsaModalDialogElement: { prototype: HTMLElsaModalDialogElement; new (): HTMLElsaModalDialogElement; }; interface HTMLElsaMonacoElement extends Components.ElsaMonaco, HTMLStencilElement { } var HTMLElsaMonacoElement: { prototype: HTMLElsaMonacoElement; new (): HTMLElsaMonacoElement; }; interface HTMLElsaMultiExpressionEditorElement extends Components.ElsaMultiExpressionEditor, HTMLStencilElement { } var HTMLElsaMultiExpressionEditorElement: { prototype: HTMLElsaMultiExpressionEditorElement; new (): HTMLElsaMultiExpressionEditorElement; }; interface HTMLElsaMultiLinePropertyElement extends Components.ElsaMultiLineProperty, HTMLStencilElement { } var HTMLElsaMultiLinePropertyElement: { prototype: HTMLElsaMultiLinePropertyElement; new (): HTMLElsaMultiLinePropertyElement; }; interface HTMLElsaMultiTextPropertyElement extends Components.ElsaMultiTextProperty, HTMLStencilElement { } var HTMLElsaMultiTextPropertyElement: { prototype: HTMLElsaMultiTextPropertyElement; new (): HTMLElsaMultiTextPropertyElement; }; interface HTMLElsaPagerElement extends Components.ElsaPager, HTMLStencilElement { } var HTMLElsaPagerElement: { prototype: HTMLElsaPagerElement; new (): HTMLElsaPagerElement; }; interface HTMLElsaPropertyEditorElement extends Components.ElsaPropertyEditor, HTMLStencilElement { } var HTMLElsaPropertyEditorElement: { prototype: HTMLElsaPropertyEditorElement; new (): HTMLElsaPropertyEditorElement; }; interface HTMLElsaRadioListPropertyElement extends Components.ElsaRadioListProperty, HTMLStencilElement { } var HTMLElsaRadioListPropertyElement: { prototype: HTMLElsaRadioListPropertyElement; new (): HTMLElsaRadioListPropertyElement; }; interface HTMLElsaScriptPropertyElement extends Components.ElsaScriptProperty, HTMLStencilElement { } var HTMLElsaScriptPropertyElement: { prototype: HTMLElsaScriptPropertyElement; new (): HTMLElsaScriptPropertyElement; }; interface HTMLElsaSingleLinePropertyElement extends Components.ElsaSingleLineProperty, HTMLStencilElement { } var HTMLElsaSingleLinePropertyElement: { prototype: HTMLElsaSingleLinePropertyElement; new (): HTMLElsaSingleLinePropertyElement; }; interface HTMLElsaStudioDashboardElement extends Components.ElsaStudioDashboard, HTMLStencilElement { } var HTMLElsaStudioDashboardElement: { prototype: HTMLElsaStudioDashboardElement; new (): HTMLElsaStudioDashboardElement; }; interface HTMLElsaStudioHomeElement extends Components.ElsaStudioHome, HTMLStencilElement { } var HTMLElsaStudioHomeElement: { prototype: HTMLElsaStudioHomeElement; new (): HTMLElsaStudioHomeElement; }; interface HTMLElsaStudioRootElement extends Components.ElsaStudioRoot, HTMLStencilElement { } var HTMLElsaStudioRootElement: { prototype: HTMLElsaStudioRootElement; new (): HTMLElsaStudioRootElement; }; interface HTMLElsaStudioWebhookDefinitionsEditElement extends Components.ElsaStudioWebhookDefinitionsEdit, HTMLStencilElement { } var HTMLElsaStudioWebhookDefinitionsEditElement: { prototype: HTMLElsaStudioWebhookDefinitionsEditElement; new (): HTMLElsaStudioWebhookDefinitionsEditElement; }; interface HTMLElsaStudioWebhookDefinitionsListElement extends Components.ElsaStudioWebhookDefinitionsList, HTMLStencilElement { } var HTMLElsaStudioWebhookDefinitionsListElement: { prototype: HTMLElsaStudioWebhookDefinitionsListElement; new (): HTMLElsaStudioWebhookDefinitionsListElement; }; interface HTMLElsaStudioWorkflowBlueprintViewElement extends Components.ElsaStudioWorkflowBlueprintView, HTMLStencilElement { } var HTMLElsaStudioWorkflowBlueprintViewElement: { prototype: HTMLElsaStudioWorkflowBlueprintViewElement; new (): HTMLElsaStudioWorkflowBlueprintViewElement; }; interface HTMLElsaStudioWorkflowDefinitionsEditElement extends Components.ElsaStudioWorkflowDefinitionsEdit, HTMLStencilElement { } var HTMLElsaStudioWorkflowDefinitionsEditElement: { prototype: HTMLElsaStudioWorkflowDefinitionsEditElement; new (): HTMLElsaStudioWorkflowDefinitionsEditElement; }; interface HTMLElsaStudioWorkflowDefinitionsListElement extends Components.ElsaStudioWorkflowDefinitionsList, HTMLStencilElement { } var HTMLElsaStudioWorkflowDefinitionsListElement: { prototype: HTMLElsaStudioWorkflowDefinitionsListElement; new (): HTMLElsaStudioWorkflowDefinitionsListElement; }; interface HTMLElsaStudioWorkflowInstancesListElement extends Components.ElsaStudioWorkflowInstancesList, HTMLStencilElement { } var HTMLElsaStudioWorkflowInstancesListElement: { prototype: HTMLElsaStudioWorkflowInstancesListElement; new (): HTMLElsaStudioWorkflowInstancesListElement; }; interface HTMLElsaStudioWorkflowInstancesViewElement extends Components.ElsaStudioWorkflowInstancesView, HTMLStencilElement { } var HTMLElsaStudioWorkflowInstancesViewElement: { prototype: HTMLElsaStudioWorkflowInstancesViewElement; new (): HTMLElsaStudioWorkflowInstancesViewElement; }; interface HTMLElsaStudioWorkflowRegistryElement extends Components.ElsaStudioWorkflowRegistry, HTMLStencilElement { } var HTMLElsaStudioWorkflowRegistryElement: { prototype: HTMLElsaStudioWorkflowRegistryElement; new (): HTMLElsaStudioWorkflowRegistryElement; }; interface HTMLElsaSwitchCasesPropertyElement extends Components.ElsaSwitchCasesProperty, HTMLStencilElement { } var HTMLElsaSwitchCasesPropertyElement: { prototype: HTMLElsaSwitchCasesPropertyElement; new (): HTMLElsaSwitchCasesPropertyElement; }; interface HTMLElsaTabContentElement extends Components.ElsaTabContent, HTMLStencilElement { } var HTMLElsaTabContentElement: { prototype: HTMLElsaTabContentElement; new (): HTMLElsaTabContentElement; }; interface HTMLElsaTabHeaderElement extends Components.ElsaTabHeader, HTMLStencilElement { } var HTMLElsaTabHeaderElement: { prototype: HTMLElsaTabHeaderElement; new (): HTMLElsaTabHeaderElement; }; interface HTMLElsaToastNotificationElement extends Components.ElsaToastNotification, HTMLStencilElement { } var HTMLElsaToastNotificationElement: { prototype: HTMLElsaToastNotificationElement; new (): HTMLElsaToastNotificationElement; }; interface HTMLElsaWebhookDefinitionEditorNotificationsElement extends Components.ElsaWebhookDefinitionEditorNotifications, HTMLStencilElement { } var HTMLElsaWebhookDefinitionEditorNotificationsElement: { prototype: HTMLElsaWebhookDefinitionEditorNotificationsElement; new (): HTMLElsaWebhookDefinitionEditorNotificationsElement; }; interface HTMLElsaWebhookDefinitionEditorScreenElement extends Components.ElsaWebhookDefinitionEditorScreen, HTMLStencilElement { } var HTMLElsaWebhookDefinitionEditorScreenElement: { prototype: HTMLElsaWebhookDefinitionEditorScreenElement; new (): HTMLElsaWebhookDefinitionEditorScreenElement; }; interface HTMLElsaWebhookDefinitionsListScreenElement extends Components.ElsaWebhookDefinitionsListScreen, HTMLStencilElement { } var HTMLElsaWebhookDefinitionsListScreenElement: { prototype: HTMLElsaWebhookDefinitionsListScreenElement; new (): HTMLElsaWebhookDefinitionsListScreenElement; }; interface HTMLElsaWorkflowBlueprintPropertiesPanelElement extends Components.ElsaWorkflowBlueprintPropertiesPanel, HTMLStencilElement { } var HTMLElsaWorkflowBlueprintPropertiesPanelElement: { prototype: HTMLElsaWorkflowBlueprintPropertiesPanelElement; new (): HTMLElsaWorkflowBlueprintPropertiesPanelElement; }; interface HTMLElsaWorkflowBlueprintViewerScreenElement extends Components.ElsaWorkflowBlueprintViewerScreen, HTMLStencilElement { } var HTMLElsaWorkflowBlueprintViewerScreenElement: { prototype: HTMLElsaWorkflowBlueprintViewerScreenElement; new (): HTMLElsaWorkflowBlueprintViewerScreenElement; }; interface HTMLElsaWorkflowDefinitionEditorNotificationsElement extends Components.ElsaWorkflowDefinitionEditorNotifications, HTMLStencilElement { } var HTMLElsaWorkflowDefinitionEditorNotificationsElement: { prototype: HTMLElsaWorkflowDefinitionEditorNotificationsElement; new (): HTMLElsaWorkflowDefinitionEditorNotificationsElement; }; interface HTMLElsaWorkflowDefinitionEditorScreenElement extends Components.ElsaWorkflowDefinitionEditorScreen, HTMLStencilElement { } var HTMLElsaWorkflowDefinitionEditorScreenElement: { prototype: HTMLElsaWorkflowDefinitionEditorScreenElement; new (): HTMLElsaWorkflowDefinitionEditorScreenElement; }; interface HTMLElsaWorkflowDefinitionsListScreenElement extends Components.ElsaWorkflowDefinitionsListScreen, HTMLStencilElement { } var HTMLElsaWorkflowDefinitionsListScreenElement: { prototype: HTMLElsaWorkflowDefinitionsListScreenElement; new (): HTMLElsaWorkflowDefinitionsListScreenElement; }; interface HTMLElsaWorkflowFaultInformationElement extends Components.ElsaWorkflowFaultInformation, HTMLStencilElement { } var HTMLElsaWorkflowFaultInformationElement: { prototype: HTMLElsaWorkflowFaultInformationElement; new (): HTMLElsaWorkflowFaultInformationElement; }; interface HTMLElsaWorkflowInstanceJournalElement extends Components.ElsaWorkflowInstanceJournal, HTMLStencilElement { } var HTMLElsaWorkflowInstanceJournalElement: { prototype: HTMLElsaWorkflowInstanceJournalElement; new (): HTMLElsaWorkflowInstanceJournalElement; }; interface HTMLElsaWorkflowInstanceListScreenElement extends Components.ElsaWorkflowInstanceListScreen, HTMLStencilElement { } var HTMLElsaWorkflowInstanceListScreenElement: { prototype: HTMLElsaWorkflowInstanceListScreenElement; new (): HTMLElsaWorkflowInstanceListScreenElement; }; interface HTMLElsaWorkflowInstanceViewerScreenElement extends Components.ElsaWorkflowInstanceViewerScreen, HTMLStencilElement { } var HTMLElsaWorkflowInstanceViewerScreenElement: { prototype: HTMLElsaWorkflowInstanceViewerScreenElement; new (): HTMLElsaWorkflowInstanceViewerScreenElement; }; interface HTMLElsaWorkflowPerformanceInformationElement extends Components.ElsaWorkflowPerformanceInformation, HTMLStencilElement { } var HTMLElsaWorkflowPerformanceInformationElement: { prototype: HTMLElsaWorkflowPerformanceInformationElement; new (): HTMLElsaWorkflowPerformanceInformationElement; }; interface HTMLElsaWorkflowPropertiesPanelElement extends Components.ElsaWorkflowPropertiesPanel, HTMLStencilElement { } var HTMLElsaWorkflowPropertiesPanelElement: { prototype: HTMLElsaWorkflowPropertiesPanelElement; new (): HTMLElsaWorkflowPropertiesPanelElement; }; interface HTMLElsaWorkflowPublishButtonElement extends Components.ElsaWorkflowPublishButton, HTMLStencilElement { } var HTMLElsaWorkflowPublishButtonElement: { prototype: HTMLElsaWorkflowPublishButtonElement; new (): HTMLElsaWorkflowPublishButtonElement; }; interface HTMLElsaWorkflowRegistryListScreenElement extends Components.ElsaWorkflowRegistryListScreen, HTMLStencilElement { } var HTMLElsaWorkflowRegistryListScreenElement: { prototype: HTMLElsaWorkflowRegistryListScreenElement; new (): HTMLElsaWorkflowRegistryListScreenElement; }; interface HTMLElsaWorkflowSettingsModalElement extends Components.ElsaWorkflowSettingsModal, HTMLStencilElement { } var HTMLElsaWorkflowSettingsModalElement: { prototype: HTMLElsaWorkflowSettingsModalElement; new (): HTMLElsaWorkflowSettingsModalElement; }; interface HTMLElsaWorkflowTestPanelElement extends Components.ElsaWorkflowTestPanel, HTMLStencilElement { } var HTMLElsaWorkflowTestPanelElement: { prototype: HTMLElsaWorkflowTestPanelElement; new (): HTMLElsaWorkflowTestPanelElement; }; interface HTMLElementTagNameMap { "elsa-activity-editor-modal": HTMLElsaActivityEditorModalElement; "elsa-activity-picker-modal": HTMLElsaActivityPickerModalElement; "elsa-check-list-property": HTMLElsaCheckListPropertyElement; "elsa-checkbox-property": HTMLElsaCheckboxPropertyElement; "elsa-confirm-dialog": HTMLElsaConfirmDialogElement; "elsa-context-menu": HTMLElsaContextMenuElement; "elsa-control": HTMLElsaControlElement; "elsa-copy-button": HTMLElsaCopyButtonElement; "elsa-cron-expression-property": HTMLElsaCronExpressionPropertyElement; "elsa-designer-panel": HTMLElsaDesignerPanelElement; "elsa-designer-tree": HTMLElsaDesignerTreeElement; "elsa-dictionary-property": HTMLElsaDictionaryPropertyElement; "elsa-dropdown-button": HTMLElsaDropdownButtonElement; "elsa-dropdown-property": HTMLElsaDropdownPropertyElement; "elsa-expression-editor": HTMLElsaExpressionEditorElement; "elsa-flyout-panel": HTMLElsaFlyoutPanelElement; "elsa-input-tags": HTMLElsaInputTagsElement; "elsa-input-tags-dropdown": HTMLElsaInputTagsDropdownElement; "elsa-json-property": HTMLElsaJsonPropertyElement; "elsa-modal-dialog": HTMLElsaModalDialogElement; "elsa-monaco": HTMLElsaMonacoElement; "elsa-multi-expression-editor": HTMLElsaMultiExpressionEditorElement; "elsa-multi-line-property": HTMLElsaMultiLinePropertyElement; "elsa-multi-text-property": HTMLElsaMultiTextPropertyElement; "elsa-pager": HTMLElsaPagerElement; "elsa-property-editor": HTMLElsaPropertyEditorElement; "elsa-radio-list-property": HTMLElsaRadioListPropertyElement; "elsa-script-property": HTMLElsaScriptPropertyElement; "elsa-single-line-property": HTMLElsaSingleLinePropertyElement; "elsa-studio-dashboard": HTMLElsaStudioDashboardElement; "elsa-studio-home": HTMLElsaStudioHomeElement; "elsa-studio-root": HTMLElsaStudioRootElement; "elsa-studio-webhook-definitions-edit": HTMLElsaStudioWebhookDefinitionsEditElement; "elsa-studio-webhook-definitions-list": HTMLElsaStudioWebhookDefinitionsListElement; "elsa-studio-workflow-blueprint-view": HTMLElsaStudioWorkflowBlueprintViewElement; "elsa-studio-workflow-definitions-edit": HTMLElsaStudioWorkflowDefinitionsEditElement; "elsa-studio-workflow-definitions-list": HTMLElsaStudioWorkflowDefinitionsListElement; "elsa-studio-workflow-instances-list": HTMLElsaStudioWorkflowInstancesListElement; "elsa-studio-workflow-instances-view": HTMLElsaStudioWorkflowInstancesViewElement; "elsa-studio-workflow-registry": HTMLElsaStudioWorkflowRegistryElement; "elsa-switch-cases-property": HTMLElsaSwitchCasesPropertyElement; "elsa-tab-content": HTMLElsaTabContentElement; "elsa-tab-header": HTMLElsaTabHeaderElement; "elsa-toast-notification": HTMLElsaToastNotificationElement; "elsa-webhook-definition-editor-notifications": HTMLElsaWebhookDefinitionEditorNotificationsElement; "elsa-webhook-definition-editor-screen": HTMLElsaWebhookDefinitionEditorScreenElement; "elsa-webhook-definitions-list-screen": HTMLElsaWebhookDefinitionsListScreenElement; "elsa-workflow-blueprint-properties-panel": HTMLElsaWorkflowBlueprintPropertiesPanelElement; "elsa-workflow-blueprint-viewer-screen": HTMLElsaWorkflowBlueprintViewerScreenElement; "elsa-workflow-definition-editor-notifications": HTMLElsaWorkflowDefinitionEditorNotificationsElement; "elsa-workflow-definition-editor-screen": HTMLElsaWorkflowDefinitionEditorScreenElement; "elsa-workflow-definitions-list-screen": HTMLElsaWorkflowDefinitionsListScreenElement; "elsa-workflow-fault-information": HTMLElsaWorkflowFaultInformationElement; "elsa-workflow-instance-journal": HTMLElsaWorkflowInstanceJournalElement; "elsa-workflow-instance-list-screen": HTMLElsaWorkflowInstanceListScreenElement; "elsa-workflow-instance-viewer-screen": HTMLElsaWorkflowInstanceViewerScreenElement; "elsa-workflow-performance-information": HTMLElsaWorkflowPerformanceInformationElement; "elsa-workflow-properties-panel": HTMLElsaWorkflowPropertiesPanelElement; "elsa-workflow-publish-button": HTMLElsaWorkflowPublishButtonElement; "elsa-workflow-registry-list-screen": HTMLElsaWorkflowRegistryListScreenElement; "elsa-workflow-settings-modal": HTMLElsaWorkflowSettingsModalElement; "elsa-workflow-test-panel": HTMLElsaWorkflowTestPanelElement; } } declare namespace LocalJSX { interface ElsaActivityEditorModal { "culture"?: string; } interface ElsaActivityPickerModal { } interface ElsaCheckListProperty { "activityModel"?: ActivityModel; "propertyDescriptor"?: ActivityPropertyDescriptor; "propertyModel"?: ActivityDefinitionProperty; "serverUrl"?: string; } interface ElsaCheckboxProperty { "activityModel"?: ActivityModel; "propertyDescriptor"?: ActivityPropertyDescriptor; "propertyModel"?: ActivityDefinitionProperty; } interface ElsaConfirmDialog { "culture"?: string; } interface ElsaContextMenu { "history"?: RouterHistory; "menuItems"?: Array; } interface ElsaControl { "content"?: VNode | string | Element; } interface ElsaCopyButton { "value"?: string; } interface ElsaCronExpressionProperty { "activityModel"?: ActivityModel; "propertyDescriptor"?: ActivityPropertyDescriptor; "propertyModel"?: ActivityDefinitionProperty; } interface ElsaDesignerPanel { "culture"?: string; "onFeatureChanged"?: (event: CustomEvent) => void; "onFeatureStatusChanged"?: (event: CustomEvent) => void; } interface ElsaDesignerTree { "activityBorderColor"?: (activity: ActivityModel) => string; "activityContextMenu"?: ActivityContextMenuState; "activityContextMenuButton"?: (activity: ActivityModel) => string; "activityContextTestMenu"?: ActivityContextMenuState; "connectionContextMenu"?: ActivityContextMenuState; "enableMultipleConnectionsFromSingleSource"?: boolean; "layoutDirection"?: LayoutDirection; "mode"?: WorkflowDesignerMode; "model"?: WorkflowModel; "onActivityContextMenuButtonClicked"?: (event: CustomEvent) => void; "onActivityContextMenuButtonTestClicked"?: (event: CustomEvent) => void; "onActivityDeselected"?: (event: CustomEvent) => void; "onActivitySelected"?: (event: CustomEvent) => void; "onConnectionContextMenuButtonClicked"?: (event: CustomEvent) => void; "onWorkflow-changed"?: (event: CustomEvent) => void; "selectedActivityIds"?: Array; } interface ElsaDictionaryProperty { "activityModel"?: ActivityModel; "propertyDescriptor"?: ActivityPropertyDescriptor; "propertyModel"?: ActivityDefinitionProperty; "serverUrl"?: string; } interface ElsaDropdownButton { "icon"?: any; "items"?: Array; "onItemSelected"?: (event: CustomEvent) => void; "origin"?: DropdownButtonOrigin; "text"?: string; } interface ElsaDropdownProperty { "activityModel"?: ActivityModel; "propertyDescriptor"?: ActivityPropertyDescriptor; "propertyModel"?: ActivityDefinitionProperty; "serverUrl"?: string; } interface ElsaExpressionEditor { "context"?: IntellisenseContext; "editorHeight"?: string; "expression"?: string; "language"?: string; "onExpressionChanged"?: (event: CustomEvent) => void; "padding"?: string; "serverUrl"?: string; "singleLineMode"?: boolean; "workflowDefinitionId"?: string; } interface ElsaFlyoutPanel { "expandButtonPosition"?: number; } interface ElsaInputTags { "fieldId"?: string; "fieldName"?: string; "onValueChanged"?: (event: CustomEvent>) => void; "placeHolder"?: string; "values"?: Array; } interface ElsaInputTagsDropdown { "dropdownValues"?: Array; "fieldId"?: string; "fieldName"?: string; "onValueChanged"?: (event: CustomEvent>) => void; "placeHolder"?: string; "values"?: Array; } interface ElsaJsonProperty { "activityModel"?: ActivityModel; "propertyDescriptor"?: ActivityPropertyDescriptor; "propertyModel"?: ActivityDefinitionProperty; } interface ElsaModalDialog { "onHidden"?: (event: CustomEvent) => void; "onShown"?: (event: CustomEvent) => void; } interface ElsaMonaco { "editorHeight"?: string; "language"?: string; "monacoLibPath"?: string; "onValueChanged"?: (event: CustomEvent) => void; "padding"?: string; "singleLineMode"?: boolean; "value"?: string; } interface ElsaMultiExpressionEditor { "context"?: IntellisenseContext; "defaultSyntax"?: string; "editorHeight"?: string; "expressions"?: Map; "fieldName"?: string; "isReadOnly"?: boolean; "label"?: string; "onExpressionChanged"?: (event: CustomEvent) => void; "onSyntaxChanged"?: (event: CustomEvent) => void; "singleLineMode"?: boolean; "supportedSyntaxes"?: Array; "syntax"?: string; } interface ElsaMultiLineProperty { "activityModel"?: ActivityModel; "propertyDescriptor"?: ActivityPropertyDescriptor; "propertyModel"?: ActivityDefinitionProperty; } interface ElsaMultiTextProperty { "activityModel"?: ActivityModel; "propertyDescriptor"?: ActivityPropertyDescriptor; "propertyModel"?: ActivityDefinitionProperty; "serverUrl"?: string; } interface ElsaPager { "culture"?: string; "history"?: RouterHistory; "location"?: LocationSegments; "onPaged"?: (event: CustomEvent) => void; "page"?: number; "pageSize"?: number; "totalCount"?: number; } interface ElsaPropertyEditor { "activityModel"?: ActivityModel; "context"?: string; "editorHeight"?: string; "onDefaultSyntaxValueChanged"?: (event: CustomEvent) => void; "propertyDescriptor"?: ActivityPropertyDescriptor; "propertyModel"?: ActivityDefinitionProperty; "showLabel"?: boolean; "singleLineMode"?: boolean; } interface ElsaRadioListProperty { "activityModel"?: ActivityModel; "propertyDescriptor"?: ActivityPropertyDescriptor; "propertyModel"?: ActivityDefinitionProperty; "serverUrl"?: string; } interface ElsaScriptProperty { "activityModel"?: ActivityModel; "editorHeight"?: string; "propertyDescriptor"?: ActivityPropertyDescriptor; "propertyModel"?: ActivityDefinitionProperty; "serverUrl"?: string; "singleLineMode"?: boolean; "syntax"?: string; "workflowDefinitionId"?: string; } interface ElsaSingleLineProperty { "activityModel"?: ActivityModel; "propertyDescriptor"?: ActivityPropertyDescriptor; "propertyModel"?: ActivityDefinitionProperty; } interface ElsaStudioDashboard { "basePath"?: string; "culture"?: string; } interface ElsaStudioHome { "culture"?: string; } interface ElsaStudioRoot { "basePath"?: string; "config"?: string; "culture"?: string; "features"?: any; "monacoLibPath"?: string; "onInitialized"?: (event: CustomEvent) => void; "onInitializing"?: (event: CustomEvent) => void; "serverUrl"?: string; } interface ElsaStudioWebhookDefinitionsEdit { "match"?: MatchResults; } interface ElsaStudioWebhookDefinitionsList { "basePath"?: string; "culture"?: string; } interface ElsaStudioWorkflowBlueprintView { "match"?: MatchResults; } interface ElsaStudioWorkflowDefinitionsEdit { "match"?: MatchResults; } interface ElsaStudioWorkflowDefinitionsList { "basePath"?: string; "culture"?: string; "history"?: RouterHistory; } interface ElsaStudioWorkflowInstancesList { "culture"?: string; } interface ElsaStudioWorkflowInstancesView { "match"?: MatchResults; } interface ElsaStudioWorkflowRegistry { "basePath"?: string; "culture"?: string; } interface ElsaSwitchCasesProperty { "activityModel"?: ActivityModel; "propertyDescriptor"?: ActivityPropertyDescriptor; "propertyModel"?: ActivityDefinitionProperty; } interface ElsaTabContent { "active"?: boolean; "tab"?: string; } interface ElsaTabHeader { "active"?: boolean; "tab"?: string; } interface ElsaToastNotification { } interface ElsaWebhookDefinitionEditorNotifications { } interface ElsaWebhookDefinitionEditorScreen { "culture"?: string; "history"?: RouterHistory; "serverUrl"?: string; "webhookDefinition"?: WebhookDefinition; "webhookId"?: string; } interface ElsaWebhookDefinitionsListScreen { "basePath"?: string; "culture"?: string; "history"?: RouterHistory; "serverUrl"?: string; } interface ElsaWorkflowBlueprintPropertiesPanel { "culture"?: string; "serverUrl"?: string; "workflowId"?: string; } interface ElsaWorkflowBlueprintViewerScreen { "culture"?: string; "serverUrl"?: string; "workflowDefinitionId"?: string; } interface ElsaWorkflowDefinitionEditorNotifications { } interface ElsaWorkflowDefinitionEditorScreen { "basePath"?: string; "culture"?: string; "features"?: string; "history"?: RouterHistory; "monacoLibPath"?: string; "onWorkflowSaved"?: (event: CustomEvent) => void; "serverFeatures"?: Array; "serverUrl"?: string; "workflowDefinitionId"?: string; } interface ElsaWorkflowDefinitionsListScreen { "basePath"?: string; "culture"?: string; "history"?: RouterHistory; "serverUrl"?: string; } interface ElsaWorkflowFaultInformation { "faultedAt"?: Date; "workflowFault"?: WorkflowFault; } interface ElsaWorkflowInstanceJournal { "activityDescriptors"?: Array; "onRecordSelected"?: (event: CustomEvent) => void; "serverUrl"?: string; "workflowBlueprint"?: WorkflowBlueprint; "workflowInstance"?: WorkflowInstance; "workflowInstanceId"?: string; "workflowModel"?: WorkflowModel; } interface ElsaWorkflowInstanceListScreen { "basePath"?: string; "correlationId"?: string; "culture"?: string; "history"?: RouterHistory; "orderBy"?: OrderBy; "serverUrl"?: string; "workflowId"?: string; "workflowStatus"?: WorkflowStatus; } interface ElsaWorkflowInstanceViewerScreen { "culture"?: string; "serverUrl"?: string; "workflowInstanceId"?: string; } interface ElsaWorkflowPerformanceInformation { "activityStats"?: ActivityStats; } interface ElsaWorkflowPropertiesPanel { "culture"?: string; "serverUrl"?: string; "workflowDefinition"?: WorkflowDefinition; } interface ElsaWorkflowPublishButton { "culture"?: string; "onExportClicked"?: (event: CustomEvent) => void; "onImportClicked"?: (event: CustomEvent) => void; "onPublishClicked"?: (event: CustomEvent) => void; "onUnPublishClicked"?: (event: CustomEvent) => void; "publishing"?: boolean; "workflowDefinition"?: WorkflowDefinition; } interface ElsaWorkflowRegistryListScreen { "basePath"?: string; "culture"?: string; "history"?: RouterHistory; "serverUrl"?: string; } interface ElsaWorkflowSettingsModal { "serverUrl"?: string; "workflowDefinition"?: WorkflowDefinition; } interface ElsaWorkflowTestPanel { "culture"?: string; "serverUrl"?: string; "workflowDefinition"?: WorkflowDefinition; "workflowTestActivityId"?: string; } interface IntrinsicElements { "elsa-activity-editor-modal": ElsaActivityEditorModal; "elsa-activity-picker-modal": ElsaActivityPickerModal; "elsa-check-list-property": ElsaCheckListProperty; "elsa-checkbox-property": ElsaCheckboxProperty; "elsa-confirm-dialog": ElsaConfirmDialog; "elsa-context-menu": ElsaContextMenu; "elsa-control": ElsaControl; "elsa-copy-button": ElsaCopyButton; "elsa-cron-expression-property": ElsaCronExpressionProperty; "elsa-designer-panel": ElsaDesignerPanel; "elsa-designer-tree": ElsaDesignerTree; "elsa-dictionary-property": ElsaDictionaryProperty; "elsa-dropdown-button": ElsaDropdownButton; "elsa-dropdown-property": ElsaDropdownProperty; "elsa-expression-editor": ElsaExpressionEditor; "elsa-flyout-panel": ElsaFlyoutPanel; "elsa-input-tags": ElsaInputTags; "elsa-input-tags-dropdown": ElsaInputTagsDropdown; "elsa-json-property": ElsaJsonProperty; "elsa-modal-dialog": ElsaModalDialog; "elsa-monaco": ElsaMonaco; "elsa-multi-expression-editor": ElsaMultiExpressionEditor; "elsa-multi-line-property": ElsaMultiLineProperty; "elsa-multi-text-property": ElsaMultiTextProperty; "elsa-pager": ElsaPager; "elsa-property-editor": ElsaPropertyEditor; "elsa-radio-list-property": ElsaRadioListProperty; "elsa-script-property": ElsaScriptProperty; "elsa-single-line-property": ElsaSingleLineProperty; "elsa-studio-dashboard": ElsaStudioDashboard; "elsa-studio-home": ElsaStudioHome; "elsa-studio-root": ElsaStudioRoot; "elsa-studio-webhook-definitions-edit": ElsaStudioWebhookDefinitionsEdit; "elsa-studio-webhook-definitions-list": ElsaStudioWebhookDefinitionsList; "elsa-studio-workflow-blueprint-view": ElsaStudioWorkflowBlueprintView; "elsa-studio-workflow-definitions-edit": ElsaStudioWorkflowDefinitionsEdit; "elsa-studio-workflow-definitions-list": ElsaStudioWorkflowDefinitionsList; "elsa-studio-workflow-instances-list": ElsaStudioWorkflowInstancesList; "elsa-studio-workflow-instances-view": ElsaStudioWorkflowInstancesView; "elsa-studio-workflow-registry": ElsaStudioWorkflowRegistry; "elsa-switch-cases-property": ElsaSwitchCasesProperty; "elsa-tab-content": ElsaTabContent; "elsa-tab-header": ElsaTabHeader; "elsa-toast-notification": ElsaToastNotification; "elsa-webhook-definition-editor-notifications": ElsaWebhookDefinitionEditorNotifications; "elsa-webhook-definition-editor-screen": ElsaWebhookDefinitionEditorScreen; "elsa-webhook-definitions-list-screen": ElsaWebhookDefinitionsListScreen; "elsa-workflow-blueprint-properties-panel": ElsaWorkflowBlueprintPropertiesPanel; "elsa-workflow-blueprint-viewer-screen": ElsaWorkflowBlueprintViewerScreen; "elsa-workflow-definition-editor-notifications": ElsaWorkflowDefinitionEditorNotifications; "elsa-workflow-definition-editor-screen": ElsaWorkflowDefinitionEditorScreen; "elsa-workflow-definitions-list-screen": ElsaWorkflowDefinitionsListScreen; "elsa-workflow-fault-information": ElsaWorkflowFaultInformation; "elsa-workflow-instance-journal": ElsaWorkflowInstanceJournal; "elsa-workflow-instance-list-screen": ElsaWorkflowInstanceListScreen; "elsa-workflow-instance-viewer-screen": ElsaWorkflowInstanceViewerScreen; "elsa-workflow-performance-information": ElsaWorkflowPerformanceInformation; "elsa-workflow-properties-panel": ElsaWorkflowPropertiesPanel; "elsa-workflow-publish-button": ElsaWorkflowPublishButton; "elsa-workflow-registry-list-screen": ElsaWorkflowRegistryListScreen; "elsa-workflow-settings-modal": ElsaWorkflowSettingsModal; "elsa-workflow-test-panel": ElsaWorkflowTestPanel; } } export { LocalJSX as JSX }; declare module "@stencil/core" { export namespace JSX { interface IntrinsicElements { "elsa-activity-editor-modal": LocalJSX.ElsaActivityEditorModal & JSXBase.HTMLAttributes; "elsa-activity-picker-modal": LocalJSX.ElsaActivityPickerModal & JSXBase.HTMLAttributes; "elsa-check-list-property": LocalJSX.ElsaCheckListProperty & JSXBase.HTMLAttributes; "elsa-checkbox-property": LocalJSX.ElsaCheckboxProperty & JSXBase.HTMLAttributes; "elsa-confirm-dialog": LocalJSX.ElsaConfirmDialog & JSXBase.HTMLAttributes; "elsa-context-menu": LocalJSX.ElsaContextMenu & JSXBase.HTMLAttributes; "elsa-control": LocalJSX.ElsaControl & JSXBase.HTMLAttributes; "elsa-copy-button": LocalJSX.ElsaCopyButton & JSXBase.HTMLAttributes; "elsa-cron-expression-property": LocalJSX.ElsaCronExpressionProperty & JSXBase.HTMLAttributes; "elsa-designer-panel": LocalJSX.ElsaDesignerPanel & JSXBase.HTMLAttributes; "elsa-designer-tree": LocalJSX.ElsaDesignerTree & JSXBase.HTMLAttributes; "elsa-dictionary-property": LocalJSX.ElsaDictionaryProperty & JSXBase.HTMLAttributes; "elsa-dropdown-button": LocalJSX.ElsaDropdownButton & JSXBase.HTMLAttributes; "elsa-dropdown-property": LocalJSX.ElsaDropdownProperty & JSXBase.HTMLAttributes; "elsa-expression-editor": LocalJSX.ElsaExpressionEditor & JSXBase.HTMLAttributes; "elsa-flyout-panel": LocalJSX.ElsaFlyoutPanel & JSXBase.HTMLAttributes; "elsa-input-tags": LocalJSX.ElsaInputTags & JSXBase.HTMLAttributes; "elsa-input-tags-dropdown": LocalJSX.ElsaInputTagsDropdown & JSXBase.HTMLAttributes; "elsa-json-property": LocalJSX.ElsaJsonProperty & JSXBase.HTMLAttributes; "elsa-modal-dialog": LocalJSX.ElsaModalDialog & JSXBase.HTMLAttributes; "elsa-monaco": LocalJSX.ElsaMonaco & JSXBase.HTMLAttributes; "elsa-multi-expression-editor": LocalJSX.ElsaMultiExpressionEditor & JSXBase.HTMLAttributes; "elsa-multi-line-property": LocalJSX.ElsaMultiLineProperty & JSXBase.HTMLAttributes; "elsa-multi-text-property": LocalJSX.ElsaMultiTextProperty & JSXBase.HTMLAttributes; "elsa-pager": LocalJSX.ElsaPager & JSXBase.HTMLAttributes; "elsa-property-editor": LocalJSX.ElsaPropertyEditor & JSXBase.HTMLAttributes; "elsa-radio-list-property": LocalJSX.ElsaRadioListProperty & JSXBase.HTMLAttributes; "elsa-script-property": LocalJSX.ElsaScriptProperty & JSXBase.HTMLAttributes; "elsa-single-line-property": LocalJSX.ElsaSingleLineProperty & JSXBase.HTMLAttributes; "elsa-studio-dashboard": LocalJSX.ElsaStudioDashboard & JSXBase.HTMLAttributes; "elsa-studio-home": LocalJSX.ElsaStudioHome & JSXBase.HTMLAttributes; "elsa-studio-root": LocalJSX.ElsaStudioRoot & JSXBase.HTMLAttributes; "elsa-studio-webhook-definitions-edit": LocalJSX.ElsaStudioWebhookDefinitionsEdit & JSXBase.HTMLAttributes; "elsa-studio-webhook-definitions-list": LocalJSX.ElsaStudioWebhookDefinitionsList & JSXBase.HTMLAttributes; "elsa-studio-workflow-blueprint-view": LocalJSX.ElsaStudioWorkflowBlueprintView & JSXBase.HTMLAttributes; "elsa-studio-workflow-definitions-edit": LocalJSX.ElsaStudioWorkflowDefinitionsEdit & JSXBase.HTMLAttributes; "elsa-studio-workflow-definitions-list": LocalJSX.ElsaStudioWorkflowDefinitionsList & JSXBase.HTMLAttributes; "elsa-studio-workflow-instances-list": LocalJSX.ElsaStudioWorkflowInstancesList & JSXBase.HTMLAttributes; "elsa-studio-workflow-instances-view": LocalJSX.ElsaStudioWorkflowInstancesView & JSXBase.HTMLAttributes; "elsa-studio-workflow-registry": LocalJSX.ElsaStudioWorkflowRegistry & JSXBase.HTMLAttributes; "elsa-switch-cases-property": LocalJSX.ElsaSwitchCasesProperty & JSXBase.HTMLAttributes; "elsa-tab-content": LocalJSX.ElsaTabContent & JSXBase.HTMLAttributes; "elsa-tab-header": LocalJSX.ElsaTabHeader & JSXBase.HTMLAttributes; "elsa-toast-notification": LocalJSX.ElsaToastNotification & JSXBase.HTMLAttributes; "elsa-webhook-definition-editor-notifications": LocalJSX.ElsaWebhookDefinitionEditorNotifications & JSXBase.HTMLAttributes; "elsa-webhook-definition-editor-screen": LocalJSX.ElsaWebhookDefinitionEditorScreen & JSXBase.HTMLAttributes; "elsa-webhook-definitions-list-screen": LocalJSX.ElsaWebhookDefinitionsListScreen & JSXBase.HTMLAttributes; "elsa-workflow-blueprint-properties-panel": LocalJSX.ElsaWorkflowBlueprintPropertiesPanel & JSXBase.HTMLAttributes; "elsa-workflow-blueprint-viewer-screen": LocalJSX.ElsaWorkflowBlueprintViewerScreen & JSXBase.HTMLAttributes; "elsa-workflow-definition-editor-notifications": LocalJSX.ElsaWorkflowDefinitionEditorNotifications & JSXBase.HTMLAttributes; "elsa-workflow-definition-editor-screen": LocalJSX.ElsaWorkflowDefinitionEditorScreen & JSXBase.HTMLAttributes; "elsa-workflow-definitions-list-screen": LocalJSX.ElsaWorkflowDefinitionsListScreen & JSXBase.HTMLAttributes; "elsa-workflow-fault-information": LocalJSX.ElsaWorkflowFaultInformation & JSXBase.HTMLAttributes; "elsa-workflow-instance-journal": LocalJSX.ElsaWorkflowInstanceJournal & JSXBase.HTMLAttributes; "elsa-workflow-instance-list-screen": LocalJSX.ElsaWorkflowInstanceListScreen & JSXBase.HTMLAttributes; "elsa-workflow-instance-viewer-screen": LocalJSX.ElsaWorkflowInstanceViewerScreen & JSXBase.HTMLAttributes; "elsa-workflow-performance-information": LocalJSX.ElsaWorkflowPerformanceInformation & JSXBase.HTMLAttributes; "elsa-workflow-properties-panel": LocalJSX.ElsaWorkflowPropertiesPanel & JSXBase.HTMLAttributes; "elsa-workflow-publish-button": LocalJSX.ElsaWorkflowPublishButton & JSXBase.HTMLAttributes; "elsa-workflow-registry-list-screen": LocalJSX.ElsaWorkflowRegistryListScreen & JSXBase.HTMLAttributes; "elsa-workflow-settings-modal": LocalJSX.ElsaWorkflowSettingsModal & JSXBase.HTMLAttributes; "elsa-workflow-test-panel": LocalJSX.ElsaWorkflowTestPanel & JSXBase.HTMLAttributes; } } }