@nocobase/plugin-workflow 2.2.0-alpha.7 → 2.2.0-beta.10
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/dist/client/618.c91be3f6e4d73501.js +10 -0
- package/dist/client/67.61e70b8b777f8638.js +10 -0
- package/dist/client/964.5e11e1820fece37b.js +10 -0
- package/dist/client/AddNodeContext.d.ts +9 -1
- package/dist/client/BranchContext.d.ts +10 -2
- package/dist/client/FlowContext.d.ts +5 -10
- package/dist/client/NodeClipboardContext.d.ts +2 -12
- package/dist/client/NodeDragContext.d.ts +2 -14
- package/dist/client/RemoveNodeContext.d.ts +2 -16
- package/dist/client/index.d.ts +1 -1
- package/dist/client/index.js +1 -1
- package/dist/{client-v2 → client}/models/NodeDetailsGridModel.d.ts +1 -1
- package/dist/{client-v2 → client}/models/NodeDetailsModel.d.ts +1 -1
- package/dist/{client-v2 → client}/models/NodeValueModel.d.ts +1 -1
- package/dist/{client-v2 → client}/models/TaskCardCommonItemModel.d.ts +1 -1
- package/dist/{client-v2 → client}/models/index.d.ts +0 -2
- package/dist/client/nodeVariableUtils.d.ts +6 -7
- package/dist/client/nodes/calculation.d.ts +75 -3
- package/dist/client/nodes/condition.d.ts +111 -7
- package/dist/client/nodes/create.d.ts +124 -3
- package/dist/client/nodes/destroy.d.ts +57 -2
- package/dist/client/nodes/end.d.ts +23 -2
- package/dist/client/nodes/index.d.ts +91 -2
- package/dist/client/nodes/multi-conditions.d.ts +48 -10
- package/dist/client/nodes/output.d.ts +44 -2
- package/dist/client/nodes/query.d.ts +255 -3
- package/dist/client/nodes/update.d.ts +117 -2
- package/dist/client/style.d.ts +27 -7
- package/dist/client/triggers/collection.d.ts +181 -3
- package/dist/client/triggers/index.d.ts +36 -2
- package/dist/{client-v2/canvas/JobButton.d.ts → client/triggers/schedule/EndsByField.d.ts} +3 -3
- package/dist/{client-v2/components/SyncModeTag.d.ts → client/triggers/schedule/OnField.d.ts} +3 -3
- package/dist/{client-v2/components/ExecutionStatusTag.d.ts → client/triggers/schedule/RepeatField.d.ts} +4 -3
- package/dist/{client-v2/pages/WorkflowPane.d.ts → client/triggers/schedule/ScheduleConfig.d.ts} +1 -1
- package/dist/client/triggers/schedule/ScheduleModes.d.ts +170 -0
- package/dist/{client-v2 → client}/triggers/schedule/TriggerScheduleConfig.d.ts +0 -1
- package/dist/{client-v2 → client}/triggers/schedule/constants.d.ts +5 -8
- package/dist/client/triggers/schedule/index.d.ts +65 -8
- package/dist/client/triggers/schedule/locale/Cron.zh-CN.d.ts +42 -0
- package/dist/client/utils.d.ts +5 -4
- package/dist/client/variable.d.ts +53 -7
- package/dist/common/collections/workflows.d.ts +0 -18
- package/dist/common/collections/workflows.js +0 -5
- package/dist/externalVersion.js +13 -16
- package/dist/locale/de-DE.json +1 -13
- package/dist/locale/en-US.json +1 -23
- package/dist/locale/es-ES.json +1 -13
- package/dist/locale/fr-FR.json +1 -13
- package/dist/locale/hu-HU.json +1 -13
- package/dist/locale/id-ID.json +1 -13
- package/dist/locale/it-IT.json +1 -13
- package/dist/locale/ja-JP.json +1 -13
- package/dist/locale/ko-KR.json +1 -13
- package/dist/locale/nl-NL.json +1 -13
- package/dist/locale/pt-BR.json +1 -13
- package/dist/locale/ru-RU.json +1 -13
- package/dist/locale/tr-TR.json +1 -13
- package/dist/locale/uk-UA.json +1 -13
- package/dist/locale/vi-VN.json +1 -13
- package/dist/locale/zh-CN.json +1 -22
- package/dist/locale/zh-TW.json +1 -19
- package/dist/node_modules/cron-parser/package.json +1 -1
- package/dist/node_modules/joi/package.json +1 -1
- package/dist/node_modules/lru-cache/package.json +1 -1
- package/dist/node_modules/nodejs-snowflake/package.json +1 -1
- package/dist/server/Dispatcher.js +1 -2
- package/dist/server/ExecutionTimeoutManager.js +1 -2
- package/dist/server/actions/workflows.d.ts +0 -1
- package/dist/server/actions/workflows.js +0 -5
- package/dist/server/types/Workflow.d.ts +0 -1
- package/package.json +2 -4
- package/client-v2.d.ts +0 -2
- package/client-v2.js +0 -1
- package/dist/client/119.e7dbd037d52d1286.js +0 -10
- package/dist/client/142.fb4936d78fc80007.js +0 -10
- package/dist/client/159.cc9a0f2d92cab2c1.js +0 -10
- package/dist/client/276.69fb2aea13bc7c37.js +0 -10
- package/dist/client/346.66d060d37843d3d1.js +0 -10
- package/dist/client/382.d37fba14a6b91b0b.js +0 -10
- package/dist/client/394.a37310b78419ad7a.js +0 -10
- package/dist/client/438.6c6409d821d8c353.js +0 -10
- package/dist/client/509.e8d543f308a5823c.js +0 -10
- package/dist/client/54.d81b710f7b4c1cd5.js +0 -10
- package/dist/client/618.1aa6c21d0f2840cb.js +0 -10
- package/dist/client/635.ff6085589e23d39b.js +0 -10
- package/dist/client/67.ea0c78153b4842ef.js +0 -10
- package/dist/client/719.cd8ca7c9f00584be.js +0 -10
- package/dist/client/728.711fd4f1ed7d4e6a.js +0 -10
- package/dist/client/739.49407722fca8d236.js +0 -10
- package/dist/client/759.13aab01e6912ed8d.js +0 -10
- package/dist/client/772.1ebaef11a0ac8688.js +0 -10
- package/dist/client/782.e058403fcb6b1750.js +0 -10
- package/dist/client/828.78ff0c90212276c0.js +0 -10
- package/dist/client/87.083467b89aaf3e53.js +0 -10
- package/dist/client/938.26493fc09ba1ccbc.js +0 -10
- package/dist/client/964.5ab736effd480a42.js +0 -10
- package/dist/client/972.600a190e71978122.js +0 -10
- package/dist/client-v2/119.81195bcd0d451279.js +0 -10
- package/dist/client-v2/142.fe4f9b7869876ff1.js +0 -10
- package/dist/client-v2/159.cb221540c286cd32.js +0 -10
- package/dist/client-v2/276.8ca10542a0424df3.js +0 -10
- package/dist/client-v2/326.bdc99ad8e7590970.js +0 -10
- package/dist/client-v2/346.8c038b3c99d4fdc9.js +0 -10
- package/dist/client-v2/382.05f5482bb512b179.js +0 -10
- package/dist/client-v2/387.fd0a379e808b069f.js +0 -10
- package/dist/client-v2/394.515ed058e7f72797.js +0 -10
- package/dist/client-v2/438.b7df0416b66f8f64.js +0 -10
- package/dist/client-v2/513.19fe2e75d7cb18f8.js +0 -10
- package/dist/client-v2/54.d3daf06e53092726.js +0 -10
- package/dist/client-v2/635.20680bb5710698d0.js +0 -10
- package/dist/client-v2/677.a8c841cd3c3a6f7d.js +0 -10
- package/dist/client-v2/719.05cf070ef89a78f4.js +0 -10
- package/dist/client-v2/728.4e8322ff8fce87b9.js +0 -10
- package/dist/client-v2/739.5b60845103064f8d.js +0 -10
- package/dist/client-v2/759.7b162ad3adf450f1.js +0 -10
- package/dist/client-v2/772.8e5148d8c1518449.js +0 -10
- package/dist/client-v2/938.717e47af39485b29.js +0 -10
- package/dist/client-v2/ExecutionCanvas.d.ts +0 -15
- package/dist/client-v2/canvas/AddNodeContext.d.ts +0 -35
- package/dist/client-v2/canvas/AddNodeContext.shared.d.ts +0 -33
- package/dist/client-v2/canvas/AddNodeSlot.d.ts +0 -20
- package/dist/client-v2/canvas/Branch.d.ts +0 -32
- package/dist/client-v2/canvas/BranchContext.d.ts +0 -29
- package/dist/client-v2/canvas/BranchRenderContext.d.ts +0 -14
- package/dist/client-v2/canvas/CanvasContent.d.ts +0 -20
- package/dist/client-v2/canvas/DownstreamBranchIndex.d.ts +0 -20
- package/dist/client-v2/canvas/Instruction.d.ts +0 -139
- package/dist/client-v2/canvas/Node.d.ts +0 -38
- package/dist/client-v2/canvas/NodeClipboardContext.d.ts +0 -64
- package/dist/client-v2/canvas/NodeConfigDrawer.d.ts +0 -27
- package/dist/client-v2/canvas/NodeDragContext.d.ts +0 -83
- package/dist/client-v2/canvas/RemoveNodeContext.d.ts +0 -45
- package/dist/client-v2/canvas/WorkflowTypedVariableInput.d.ts +0 -16
- package/dist/client-v2/canvas/WorkflowVariableInput.d.ts +0 -40
- package/dist/client-v2/canvas/WorkflowVariableJsonTextArea.d.ts +0 -15
- package/dist/client-v2/canvas/WorkflowVariableTag.d.ts +0 -22
- package/dist/client-v2/canvas/WorkflowVariableTextArea.d.ts +0 -18
- package/dist/client-v2/canvas/adaptVariableOptionToMetaTree.d.ts +0 -48
- package/dist/client-v2/canvas/addNodeController.d.ts +0 -70
- package/dist/client-v2/canvas/collectionFieldOptions.d.ts +0 -57
- package/dist/client-v2/canvas/contexts.d.ts +0 -86
- package/dist/client-v2/canvas/dropImpact.d.ts +0 -28
- package/dist/client-v2/canvas/instructionAvailability.d.ts +0 -26
- package/dist/client-v2/canvas/nodeRenderDispatch.d.ts +0 -79
- package/dist/client-v2/canvas/nodeTree.d.ts +0 -21
- package/dist/client-v2/canvas/nodeVariableUtils.d.ts +0 -14
- package/dist/client-v2/canvas/removeNodeUtils.d.ts +0 -31
- package/dist/client-v2/canvas/style.d.ts +0 -35
- package/dist/client-v2/canvas/textAreaInsertion.d.ts +0 -14
- package/dist/client-v2/canvas/useWorkflowInstruction.d.ts +0 -23
- package/dist/client-v2/canvas/useWorkflowVariableOptions.d.ts +0 -40
- package/dist/client-v2/canvas/workflowVariableConverters.d.ts +0 -13
- package/dist/client-v2/components/Calculation.d.ts +0 -18
- package/dist/client-v2/components/ExecutionStatusIcon.d.ts +0 -18
- package/dist/client-v2/components/ExecutionViewHeader.d.ts +0 -29
- package/dist/client-v2/components/ExecutionsDropdown.d.ts +0 -25
- package/dist/client-v2/components/FilterDynamicComponent.d.ts +0 -27
- package/dist/client-v2/components/HideVariableContext.d.ts +0 -11
- package/dist/client-v2/components/JobResultModal.d.ts +0 -11
- package/dist/client-v2/components/RadioWithTooltip.d.ts +0 -23
- package/dist/client-v2/components/SyncModeSelect.d.ts +0 -16
- package/dist/client-v2/components/TestRunButton.d.ts +0 -36
- package/dist/client-v2/components/TimeoutInput.d.ts +0 -15
- package/dist/client-v2/components/WorkflowCanvasHeader.d.ts +0 -17
- package/dist/client-v2/components/WorkflowDetailsModal.d.ts +0 -25
- package/dist/client-v2/components/WorkflowEnabledSwitch.d.ts +0 -16
- package/dist/client-v2/components/WorkflowMenu.d.ts +0 -17
- package/dist/client-v2/components/WorkflowRevisionsDropdown.d.ts +0 -15
- package/dist/client-v2/components/WorkflowVariableWrapper.d.ts +0 -25
- package/dist/client-v2/components/collection/AppendsSelect.d.ts +0 -15
- package/dist/client-v2/components/collection/AssignedFieldsEditor.d.ts +0 -24
- package/dist/client-v2/components/collection/CollectionCascader.d.ts +0 -15
- package/dist/client-v2/components/collection/FieldsSelect.d.ts +0 -16
- package/dist/client-v2/components/collection/PaginationFields.d.ts +0 -14
- package/dist/client-v2/components/collection/SortFieldsInput.d.ts +0 -19
- package/dist/client-v2/components/collection/TriggerCollectionRecordSelect.d.ts +0 -15
- package/dist/client-v2/components/collection/index.d.ts +0 -16
- package/dist/client-v2/components/collection/utils.d.ts +0 -42
- package/dist/client-v2/components/formatResultForDisplay.d.ts +0 -17
- package/dist/client-v2/components/jobStatus.d.ts +0 -27
- package/dist/client-v2/components/renderEngineReference.d.ts +0 -10
- package/dist/client-v2/components/workflowCanvas.d.ts +0 -41
- package/dist/client-v2/constants.d.ts +0 -19
- package/dist/client-v2/hooks/useWorkflowRuntimePaths.d.ts +0 -16
- package/dist/client-v2/index.d.ts +0 -48
- package/dist/client-v2/index.js +0 -10
- package/dist/client-v2/locale.d.ts +0 -41
- package/dist/client-v2/models/WorkflowTasksTopbarActionModel.d.ts +0 -18
- package/dist/client-v2/models/triggerWorkflows.d.ts +0 -43
- package/dist/client-v2/nodes/calculation.d.ts +0 -38
- package/dist/client-v2/nodes/collectionNode.d.ts +0 -29
- package/dist/client-v2/nodes/components/calculation.d.ts +0 -11
- package/dist/client-v2/nodes/components/collection.d.ts +0 -15
- package/dist/client-v2/nodes/components/condition.d.ts +0 -25
- package/dist/client-v2/nodes/components/conditionShared.d.ts +0 -20
- package/dist/client-v2/nodes/components/create.d.ts +0 -12
- package/dist/client-v2/nodes/components/destroy.d.ts +0 -12
- package/dist/client-v2/nodes/components/end.d.ts +0 -10
- package/dist/client-v2/nodes/components/filter.d.ts +0 -17
- package/dist/client-v2/nodes/components/multi-conditions.d.ts +0 -13
- package/dist/client-v2/nodes/components/multiConditionsShared.d.ts +0 -20
- package/dist/client-v2/nodes/components/output.d.ts +0 -10
- package/dist/client-v2/nodes/components/query.d.ts +0 -12
- package/dist/client-v2/nodes/components/update.d.ts +0 -12
- package/dist/client-v2/nodes/condition.d.ts +0 -46
- package/dist/client-v2/nodes/create.d.ts +0 -30
- package/dist/client-v2/nodes/destroy.d.ts +0 -24
- package/dist/client-v2/nodes/end.d.ts +0 -21
- package/dist/client-v2/nodes/multi-conditions.d.ts +0 -34
- package/dist/client-v2/nodes/output.d.ts +0 -29
- package/dist/client-v2/nodes/query.d.ts +0 -32
- package/dist/client-v2/nodes/update.d.ts +0 -25
- package/dist/client-v2/pages/ExecutionHistoryDrawer.d.ts +0 -13
- package/dist/client-v2/pages/ExecutionViewPage.d.ts +0 -10
- package/dist/client-v2/pages/WorkflowCanvasPage.d.ts +0 -10
- package/dist/client-v2/pages/WorkflowCategoryTabs.d.ts +0 -25
- package/dist/client-v2/pages/WorkflowFormDrawer.d.ts +0 -39
- package/dist/client-v2/pages/WorkflowTasksPage.d.ts +0 -10
- package/dist/client-v2/plugin.d.ts +0 -119
- package/dist/client-v2/taskCenter.d.ts +0 -105
- package/dist/client-v2/triggers/ExecuteWorkflowButton.d.ts +0 -35
- package/dist/client-v2/triggers/TriggerConfig.d.ts +0 -22
- package/dist/client-v2/triggers/TriggerExecutionButton.d.ts +0 -13
- package/dist/client-v2/triggers/collection/CollectionConfig.d.ts +0 -14
- package/dist/client-v2/triggers/collection/TriggerCollectionConfig.d.ts +0 -11
- package/dist/client-v2/triggers/collection/constants.d.ts +0 -28
- package/dist/client-v2/triggers/collection/index.d.ts +0 -40
- package/dist/client-v2/triggers/index.d.ts +0 -63
- package/dist/client-v2/triggers/schedule/EndsByField.d.ts +0 -17
- package/dist/client-v2/triggers/schedule/OnField.d.ts +0 -20
- package/dist/client-v2/triggers/schedule/RepeatField.d.ts +0 -23
- package/dist/client-v2/triggers/schedule/ScheduleConfig.d.ts +0 -17
- package/dist/client-v2/triggers/schedule/ScheduleModes.d.ts +0 -41
- package/dist/client-v2/triggers/schedule/index.d.ts +0 -40
- package/dist/client-v2/triggers/schedule/locale/Cron.zh-CN.d.ts +0 -11
- package/dist/client-v2/utils/contextSingleton.d.ts +0 -9
- package/dist/common/defaultWorkflowFilter.d.ts +0 -21
- package/dist/common/defaultWorkflowFilter.js +0 -38
- package/dist/common/executionStatus.d.ts +0 -44
- package/dist/common/executionStatus.js +0 -133
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
7
|
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
8
|
*/
|
|
9
|
-
import { DetailsGridModel } from '@nocobase/client
|
|
9
|
+
import { DetailsGridModel } from '@nocobase/client';
|
|
10
10
|
import React from 'react';
|
|
11
11
|
export declare class NodeDetailsGridModel extends DetailsGridModel {
|
|
12
12
|
renderAddSubModelButton(): React.JSX.Element;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
7
|
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
8
|
*/
|
|
9
|
-
import { BlockGridModel, CollectionBlockModel, DetailsGridModel } from '@nocobase/client
|
|
9
|
+
import { BlockGridModel, CollectionBlockModel, DetailsGridModel } from '@nocobase/client';
|
|
10
10
|
import { SingleRecordResource } from '@nocobase/flow-engine';
|
|
11
11
|
import React from 'react';
|
|
12
12
|
export declare class NodeDetailsModel extends CollectionBlockModel<{
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
7
|
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
8
|
*/
|
|
9
|
-
import { BlockModel } from '@nocobase/client
|
|
9
|
+
import { BlockModel } from '@nocobase/client';
|
|
10
10
|
export declare class NodeValueModel extends BlockModel {
|
|
11
11
|
get execution(): any;
|
|
12
12
|
get dataSource(): any;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
7
|
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
8
|
*/
|
|
9
|
-
import { DetailsCustomItemModel } from '@nocobase/client
|
|
9
|
+
import { DetailsCustomItemModel } from '@nocobase/client';
|
|
10
10
|
import { FlowModelContext, ModelRenderMode, SubModelItem } from '@nocobase/flow-engine';
|
|
11
11
|
export declare class TaskCardCommonItemModel extends DetailsCustomItemModel {
|
|
12
12
|
static renderMode: ModelRenderMode;
|
|
@@ -7,7 +7,5 @@
|
|
|
7
7
|
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
8
|
*/
|
|
9
9
|
export { NodeDetailsModel } from './NodeDetailsModel';
|
|
10
|
-
export { NodeDetailsGridModel } from './NodeDetailsGridModel';
|
|
11
10
|
export { NodeValueModel } from './NodeValueModel';
|
|
12
11
|
export { TaskCardCommonItemModel } from './TaskCardCommonItemModel';
|
|
13
|
-
export { WorkflowTasksTopbarActionModel } from './WorkflowTasksTopbarActionModel';
|
|
@@ -6,10 +6,9 @@
|
|
|
6
6
|
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
7
|
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
8
|
*/
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
export { extractDependencyKeys, stripVariableReferences, collectUpstreams, } from '../client-v2/canvas/nodeVariableUtils';
|
|
9
|
+
export declare function extractDependencyKeys(config: Record<string, any>): Set<string>;
|
|
10
|
+
export declare function stripVariableReferences(value: any, keysToRemove: Set<string>): {
|
|
11
|
+
value: any;
|
|
12
|
+
changed: boolean;
|
|
13
|
+
};
|
|
14
|
+
export declare function collectUpstreams(node: any): Set<number>;
|
|
@@ -6,12 +6,84 @@
|
|
|
6
6
|
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
7
|
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
8
|
*/
|
|
9
|
+
import React from 'react';
|
|
9
10
|
import { SchemaInitializerItemType } from '@nocobase/client';
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
|
|
11
|
+
import { RadioWithTooltip } from '../components/RadioWithTooltip';
|
|
12
|
+
import { WorkflowVariableTextArea } from '../variable';
|
|
13
|
+
import { Instruction } from '.';
|
|
14
|
+
import { SubModelItem } from '@nocobase/flow-engine';
|
|
15
|
+
export default class extends Instruction {
|
|
16
|
+
title: string;
|
|
17
|
+
type: string;
|
|
18
|
+
group: string;
|
|
19
|
+
description: string;
|
|
20
|
+
icon: React.JSX.Element;
|
|
21
|
+
fieldset: {
|
|
22
|
+
engine: {
|
|
23
|
+
type: string;
|
|
24
|
+
title: string;
|
|
25
|
+
'x-decorator': string;
|
|
26
|
+
'x-component': string;
|
|
27
|
+
'x-component-props': {
|
|
28
|
+
options: any;
|
|
29
|
+
};
|
|
30
|
+
required: boolean;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
expression: {
|
|
34
|
+
type: string;
|
|
35
|
+
title: string;
|
|
36
|
+
'x-decorator': string;
|
|
37
|
+
'x-component': string;
|
|
38
|
+
'x-component-props': {
|
|
39
|
+
changeOnSelect: boolean;
|
|
40
|
+
};
|
|
41
|
+
"x-validator"(value: any, rules: any, { form }: {
|
|
42
|
+
form: any;
|
|
43
|
+
}): string;
|
|
44
|
+
'x-reactions': {
|
|
45
|
+
dependencies: string[];
|
|
46
|
+
fulfill: {
|
|
47
|
+
schema: {
|
|
48
|
+
description: string;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}[];
|
|
52
|
+
required: boolean;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
scope: {
|
|
56
|
+
renderEngineReference: (key: string) => React.JSX.Element;
|
|
57
|
+
};
|
|
58
|
+
components: {
|
|
59
|
+
WorkflowVariableTextArea: typeof WorkflowVariableTextArea;
|
|
60
|
+
RadioWithTooltip: typeof RadioWithTooltip;
|
|
61
|
+
ValueBlock: (() => JSX.Element) & {
|
|
62
|
+
Initializer: () => JSX.Element;
|
|
63
|
+
Result: (props: any) => JSX.Element;
|
|
64
|
+
Designer: () => JSX.Element;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
useVariables({ key, title }: {
|
|
68
|
+
key: any;
|
|
69
|
+
title: any;
|
|
70
|
+
}, { types, fieldNames }: {
|
|
71
|
+
types: any;
|
|
72
|
+
fieldNames?: {
|
|
73
|
+
readonly label: "label";
|
|
74
|
+
readonly value: "value";
|
|
75
|
+
readonly children: "children";
|
|
76
|
+
};
|
|
77
|
+
}): {
|
|
78
|
+
value: any;
|
|
79
|
+
label: any;
|
|
80
|
+
};
|
|
13
81
|
useInitializers(node: any): SchemaInitializerItemType;
|
|
82
|
+
/**
|
|
83
|
+
* 2.0
|
|
84
|
+
*/
|
|
14
85
|
getCreateModelMenuItem({ node }: {
|
|
15
86
|
node: any;
|
|
16
87
|
}): SubModelItem;
|
|
88
|
+
testable: boolean;
|
|
17
89
|
}
|
|
@@ -6,11 +6,115 @@
|
|
|
6
6
|
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
7
|
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
8
|
*/
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
import React from 'react';
|
|
10
|
+
import { Instruction } from '.';
|
|
11
|
+
import { RadioWithTooltip } from '../components/RadioWithTooltip';
|
|
12
|
+
import { useWorkflowVariableOptions, WorkflowVariableTextArea } from '../variable';
|
|
13
|
+
import { CalculationConfig } from '../components/Calculation';
|
|
14
|
+
export default class extends Instruction {
|
|
15
|
+
title: string;
|
|
16
|
+
type: string;
|
|
17
|
+
group: string;
|
|
18
|
+
description: string;
|
|
19
|
+
icon: React.JSX.Element;
|
|
20
|
+
fieldset: {
|
|
21
|
+
rejectOnFalse: {
|
|
22
|
+
type: string;
|
|
23
|
+
title: string;
|
|
24
|
+
'x-decorator': string;
|
|
25
|
+
'x-component': string;
|
|
26
|
+
'x-component-props': {
|
|
27
|
+
disabled: boolean;
|
|
28
|
+
};
|
|
29
|
+
enum: {
|
|
30
|
+
value: boolean;
|
|
31
|
+
label: string;
|
|
32
|
+
}[];
|
|
33
|
+
};
|
|
34
|
+
engine: {
|
|
35
|
+
type: string;
|
|
36
|
+
title: string;
|
|
37
|
+
'x-decorator': string;
|
|
38
|
+
'x-component': string;
|
|
39
|
+
'x-component-props': {
|
|
40
|
+
options: unknown;
|
|
41
|
+
};
|
|
42
|
+
required: boolean;
|
|
43
|
+
default: string;
|
|
44
|
+
};
|
|
45
|
+
calculation: {
|
|
46
|
+
type: string;
|
|
47
|
+
title: string;
|
|
48
|
+
'x-decorator': string;
|
|
49
|
+
'x-component': string;
|
|
50
|
+
'x-reactions': {
|
|
51
|
+
dependencies: string[];
|
|
52
|
+
fulfill: {
|
|
53
|
+
state: {
|
|
54
|
+
visible: string;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
required: boolean;
|
|
59
|
+
};
|
|
60
|
+
expression: {
|
|
61
|
+
type: string;
|
|
62
|
+
title: string;
|
|
63
|
+
'x-decorator': string;
|
|
64
|
+
'x-component': string;
|
|
65
|
+
'x-component-props': {
|
|
66
|
+
changeOnSelect: boolean;
|
|
67
|
+
};
|
|
68
|
+
"x-validator"(value: any, rules: any, { form }: {
|
|
69
|
+
form: any;
|
|
70
|
+
}): string;
|
|
71
|
+
'x-reactions': {
|
|
72
|
+
dependencies: string[];
|
|
73
|
+
fulfill: {
|
|
74
|
+
state: {
|
|
75
|
+
visible: string;
|
|
76
|
+
};
|
|
77
|
+
schema: {
|
|
78
|
+
description: string;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
required: boolean;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
presetFieldset: {
|
|
86
|
+
rejectOnFalse: {
|
|
87
|
+
type: string;
|
|
88
|
+
title: string;
|
|
89
|
+
'x-decorator': string;
|
|
90
|
+
'x-component': string;
|
|
91
|
+
enum: {
|
|
92
|
+
label: string;
|
|
93
|
+
value: boolean;
|
|
94
|
+
}[];
|
|
95
|
+
default: boolean;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
branching: ({ rejectOnFalse }?: {
|
|
99
|
+
rejectOnFalse?: boolean;
|
|
100
|
+
}) => false | ({
|
|
101
|
+
label: string;
|
|
102
|
+
value: 1;
|
|
103
|
+
} | {
|
|
104
|
+
label: string;
|
|
105
|
+
value: 0;
|
|
106
|
+
})[];
|
|
107
|
+
scope: {
|
|
108
|
+
renderEngineReference: (key: string) => React.JSX.Element;
|
|
109
|
+
useWorkflowVariableOptions: typeof useWorkflowVariableOptions;
|
|
110
|
+
};
|
|
111
|
+
components: {
|
|
112
|
+
CalculationConfig: typeof CalculationConfig;
|
|
113
|
+
WorkflowVariableTextArea: typeof WorkflowVariableTextArea;
|
|
114
|
+
RadioWithTooltip: typeof RadioWithTooltip;
|
|
115
|
+
};
|
|
116
|
+
Component({ data }: {
|
|
117
|
+
data: any;
|
|
118
|
+
}): React.JSX.Element;
|
|
119
|
+
testable: boolean;
|
|
16
120
|
}
|
|
@@ -6,8 +6,129 @@
|
|
|
6
6
|
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
7
|
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
8
|
*/
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
|
|
9
|
+
import React from 'react';
|
|
10
|
+
import { SchemaInitializerItemType, useCollectionDataSource } from '@nocobase/client';
|
|
11
|
+
import { AssignedFieldsFormSchemaConfig } from '../components/AssignedFieldsFormSchemaConfig';
|
|
12
|
+
import { Instruction, useNodeSavedConfig } from '.';
|
|
13
|
+
import { SubModelItem } from '@nocobase/flow-engine';
|
|
14
|
+
declare function useVariables({ key: name, title, config }: {
|
|
15
|
+
key: any;
|
|
16
|
+
title: any;
|
|
17
|
+
config: any;
|
|
18
|
+
}, options: any): import("../variable").VariableOption;
|
|
19
|
+
export default class extends Instruction {
|
|
20
|
+
title: string;
|
|
21
|
+
type: string;
|
|
22
|
+
group: string;
|
|
23
|
+
description: string;
|
|
24
|
+
icon: React.JSX.Element;
|
|
25
|
+
presetFieldset: {
|
|
26
|
+
collection: {
|
|
27
|
+
type: string;
|
|
28
|
+
title: string;
|
|
29
|
+
required: boolean;
|
|
30
|
+
'x-reactions': any[];
|
|
31
|
+
'x-decorator': string;
|
|
32
|
+
'x-component': string;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
fieldset: {
|
|
36
|
+
collection: {
|
|
37
|
+
'x-disabled': string;
|
|
38
|
+
'x-reactions': any[];
|
|
39
|
+
type: string;
|
|
40
|
+
title: string;
|
|
41
|
+
required: boolean;
|
|
42
|
+
'x-decorator': string;
|
|
43
|
+
'x-component': string;
|
|
44
|
+
};
|
|
45
|
+
usingAssignFormSchema: {
|
|
46
|
+
type: string;
|
|
47
|
+
};
|
|
48
|
+
assignFormSchema: {
|
|
49
|
+
type: string;
|
|
50
|
+
title: string;
|
|
51
|
+
'x-decorator': string;
|
|
52
|
+
'x-component': string;
|
|
53
|
+
'x-reactions': {
|
|
54
|
+
dependencies: string[];
|
|
55
|
+
fulfill: {
|
|
56
|
+
state: {
|
|
57
|
+
display: string;
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
}[];
|
|
61
|
+
};
|
|
62
|
+
params: {
|
|
63
|
+
type: string;
|
|
64
|
+
properties: {
|
|
65
|
+
values: {
|
|
66
|
+
'x-reactions': {
|
|
67
|
+
dependencies: string[];
|
|
68
|
+
fulfill: {
|
|
69
|
+
state: {
|
|
70
|
+
display: string;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
}[];
|
|
74
|
+
type: string;
|
|
75
|
+
title: string;
|
|
76
|
+
description: string;
|
|
77
|
+
'x-decorator': string;
|
|
78
|
+
'x-decorator-props': {
|
|
79
|
+
labelAlign: string;
|
|
80
|
+
className: string;
|
|
81
|
+
};
|
|
82
|
+
'x-component': string;
|
|
83
|
+
};
|
|
84
|
+
appends: {
|
|
85
|
+
type: string;
|
|
86
|
+
title: string;
|
|
87
|
+
description: string;
|
|
88
|
+
'x-decorator': string;
|
|
89
|
+
'x-component': string;
|
|
90
|
+
'x-component-props': {
|
|
91
|
+
title: string;
|
|
92
|
+
multiple: boolean;
|
|
93
|
+
useCollection(): any;
|
|
94
|
+
};
|
|
95
|
+
'x-reactions': {
|
|
96
|
+
dependencies: string[];
|
|
97
|
+
fulfill: {
|
|
98
|
+
state: {
|
|
99
|
+
visible: string;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
}[];
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
createDefaultConfig(): {
|
|
108
|
+
usingAssignFormSchema: boolean;
|
|
109
|
+
assignFormSchema: {};
|
|
110
|
+
};
|
|
111
|
+
scope: {
|
|
112
|
+
useCollectionDataSource: typeof useCollectionDataSource;
|
|
113
|
+
useNodeSavedConfig: typeof useNodeSavedConfig;
|
|
114
|
+
};
|
|
115
|
+
components: {
|
|
116
|
+
CollectionFieldset: React.MemoExoticComponent<import("@formily/reactive-react").ReactFC<Omit<any, "ref">>>;
|
|
117
|
+
AssignedFieldsFormSchemaConfig: typeof AssignedFieldsFormSchemaConfig;
|
|
118
|
+
};
|
|
119
|
+
useVariables: typeof useVariables;
|
|
12
120
|
useInitializers(node: any): SchemaInitializerItemType | null;
|
|
121
|
+
/**
|
|
122
|
+
* 2.0
|
|
123
|
+
*/
|
|
124
|
+
getCreateModelMenuItem({ node }: {
|
|
125
|
+
node: any;
|
|
126
|
+
}): SubModelItem;
|
|
127
|
+
useTempAssociationSource(node: any): {
|
|
128
|
+
collection: any;
|
|
129
|
+
nodeId: any;
|
|
130
|
+
nodeKey: any;
|
|
131
|
+
nodeType: "node";
|
|
132
|
+
};
|
|
13
133
|
}
|
|
134
|
+
export {};
|
|
@@ -6,6 +6,61 @@
|
|
|
6
6
|
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
7
|
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
8
|
*/
|
|
9
|
-
import
|
|
10
|
-
|
|
9
|
+
import React from 'react';
|
|
10
|
+
import { useCollectionDataSource } from '@nocobase/client';
|
|
11
|
+
import { FilterDynamicComponent } from '../components/FilterDynamicComponent';
|
|
12
|
+
import { Instruction, useNodeSavedConfig } from '.';
|
|
13
|
+
export default class extends Instruction {
|
|
14
|
+
title: string;
|
|
15
|
+
type: string;
|
|
16
|
+
group: string;
|
|
17
|
+
description: string;
|
|
18
|
+
icon: React.JSX.Element;
|
|
19
|
+
presetFieldset: {
|
|
20
|
+
collection: {
|
|
21
|
+
type: string;
|
|
22
|
+
title: string;
|
|
23
|
+
required: boolean;
|
|
24
|
+
'x-reactions': any[];
|
|
25
|
+
'x-decorator': string;
|
|
26
|
+
'x-component': string;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
fieldset: {
|
|
30
|
+
collection: {
|
|
31
|
+
'x-disabled': string;
|
|
32
|
+
'x-reactions': any[];
|
|
33
|
+
type: string;
|
|
34
|
+
title: string;
|
|
35
|
+
required: boolean;
|
|
36
|
+
'x-decorator': string;
|
|
37
|
+
'x-component': string;
|
|
38
|
+
};
|
|
39
|
+
params: {
|
|
40
|
+
type: string;
|
|
41
|
+
properties: {
|
|
42
|
+
filter: {
|
|
43
|
+
"x-validator"(value: any): string;
|
|
44
|
+
type: string;
|
|
45
|
+
title: string;
|
|
46
|
+
'x-decorator': string;
|
|
47
|
+
'x-component': string;
|
|
48
|
+
'x-use-component-props': () => {
|
|
49
|
+
options: any[];
|
|
50
|
+
className: string;
|
|
51
|
+
};
|
|
52
|
+
'x-component-props': {
|
|
53
|
+
dynamicComponent: string;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
scope: {
|
|
60
|
+
useNodeSavedConfig: typeof useNodeSavedConfig;
|
|
61
|
+
useCollectionDataSource: typeof useCollectionDataSource;
|
|
62
|
+
};
|
|
63
|
+
components: {
|
|
64
|
+
FilterDynamicComponent: typeof FilterDynamicComponent;
|
|
65
|
+
};
|
|
11
66
|
}
|
|
@@ -6,6 +6,27 @@
|
|
|
6
6
|
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
7
|
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
8
|
*/
|
|
9
|
-
import
|
|
10
|
-
|
|
9
|
+
import React from 'react';
|
|
10
|
+
import { Instruction } from '.';
|
|
11
|
+
export default class extends Instruction {
|
|
12
|
+
title: string;
|
|
13
|
+
type: string;
|
|
14
|
+
group: string;
|
|
15
|
+
description: string;
|
|
16
|
+
icon: React.JSX.Element;
|
|
17
|
+
fieldset: {
|
|
18
|
+
endStatus: {
|
|
19
|
+
type: string;
|
|
20
|
+
title: string;
|
|
21
|
+
'x-decorator': string;
|
|
22
|
+
'x-component': string;
|
|
23
|
+
enum: {
|
|
24
|
+
label: string;
|
|
25
|
+
value: number;
|
|
26
|
+
}[];
|
|
27
|
+
required: boolean;
|
|
28
|
+
default: number;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
end: boolean;
|
|
11
32
|
}
|
|
@@ -6,16 +6,104 @@
|
|
|
6
6
|
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
7
|
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
8
|
*/
|
|
9
|
+
import { ISchema } from '@formily/react';
|
|
9
10
|
import React from 'react';
|
|
10
|
-
|
|
11
|
-
|
|
11
|
+
import { SchemaInitializerItemType } from '@nocobase/client';
|
|
12
|
+
import WorkflowPlugin from '..';
|
|
13
|
+
import { UseVariableOptions, VariableOption } from '../variable';
|
|
14
|
+
import { SubModelItem } from '@nocobase/flow-engine';
|
|
15
|
+
export type NodeAvailableContext = {
|
|
16
|
+
engine: WorkflowPlugin;
|
|
17
|
+
workflow: object;
|
|
18
|
+
upstream: object;
|
|
19
|
+
branchIndex: number;
|
|
20
|
+
syncOnly?: boolean;
|
|
21
|
+
};
|
|
22
|
+
type Config = Record<string, any>;
|
|
23
|
+
type Options = {
|
|
24
|
+
label: string;
|
|
25
|
+
value: any;
|
|
26
|
+
}[];
|
|
27
|
+
export declare abstract class Instruction {
|
|
28
|
+
title: string;
|
|
29
|
+
type: string;
|
|
30
|
+
group: string;
|
|
31
|
+
description?: string;
|
|
32
|
+
icon?: JSX.Element;
|
|
33
|
+
async?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* @deprecated migrate to `presetFieldset` instead
|
|
36
|
+
*/
|
|
37
|
+
options?: {
|
|
38
|
+
label: string;
|
|
39
|
+
value: any;
|
|
40
|
+
key: string;
|
|
41
|
+
}[];
|
|
42
|
+
fieldset: Record<string, ISchema>;
|
|
43
|
+
/**
|
|
44
|
+
* @experimental
|
|
45
|
+
*/
|
|
46
|
+
presetFieldset?: Record<string, ISchema>;
|
|
47
|
+
/**
|
|
48
|
+
* To presentation if the instruction is creating a branch
|
|
49
|
+
* @experimental
|
|
50
|
+
*/
|
|
51
|
+
branching?: boolean | Options | ((config: Config) => boolean | Options);
|
|
52
|
+
/**
|
|
53
|
+
* @experimental
|
|
54
|
+
*/
|
|
55
|
+
view?: ISchema;
|
|
56
|
+
scope?: Record<string, any>;
|
|
57
|
+
components?: Record<string, any>;
|
|
58
|
+
Component?(props: any): JSX.Element;
|
|
59
|
+
/**
|
|
60
|
+
* @experimental
|
|
61
|
+
*/
|
|
62
|
+
createDefaultConfig?(): Config;
|
|
63
|
+
useVariables?(node: any, options?: UseVariableOptions): VariableOption;
|
|
64
|
+
useScopeVariables?(node: any, options?: any): VariableOption[];
|
|
65
|
+
useInitializers?(node: any): SchemaInitializerItemType | null;
|
|
66
|
+
/**
|
|
67
|
+
* @experimental
|
|
68
|
+
*/
|
|
69
|
+
isAvailable?(ctx: NodeAvailableContext): boolean;
|
|
70
|
+
end?: boolean | ((node: any) => boolean);
|
|
71
|
+
testable?: boolean;
|
|
72
|
+
/**
|
|
73
|
+
* 2.0
|
|
74
|
+
*/
|
|
75
|
+
getCreateModelMenuItem?({ node, workflow }: {
|
|
76
|
+
node: any;
|
|
77
|
+
workflow: any;
|
|
78
|
+
}): SubModelItem | null;
|
|
79
|
+
/**
|
|
80
|
+
* @experimental
|
|
81
|
+
*/
|
|
82
|
+
useTempAssociationSource?(node: any): TempAssociationSource | null;
|
|
83
|
+
}
|
|
84
|
+
export type TempAssociationSource = {
|
|
85
|
+
collection: string;
|
|
86
|
+
nodeId: string | number;
|
|
87
|
+
nodeKey: string;
|
|
88
|
+
nodeType: 'workflow' | 'node';
|
|
89
|
+
};
|
|
12
90
|
export declare function updateNodeConfig({ api, nodeId, config, resourceName }: {
|
|
13
91
|
api: any;
|
|
14
92
|
nodeId: any;
|
|
15
93
|
config: any;
|
|
16
94
|
resourceName?: string;
|
|
17
95
|
}): Promise<void>;
|
|
96
|
+
export declare const NodeContext: React.Context<any>;
|
|
97
|
+
export declare function useNodeContext(): any;
|
|
18
98
|
export declare function useNodeSavedConfig(keys?: any[]): boolean;
|
|
99
|
+
/**
|
|
100
|
+
* @experimental
|
|
101
|
+
*/
|
|
102
|
+
export declare function useAvailableUpstreams(node: any, filter?: any): any[];
|
|
103
|
+
/**
|
|
104
|
+
* @experimental
|
|
105
|
+
*/
|
|
106
|
+
export declare function useUpstreamScopes(node: any): any[];
|
|
19
107
|
export declare function Node({ data }: {
|
|
20
108
|
data: any;
|
|
21
109
|
}): React.JSX.Element;
|
|
@@ -25,3 +113,4 @@ export declare function LogCollapse({ value }: {
|
|
|
25
113
|
value: any;
|
|
26
114
|
}): React.JSX.Element;
|
|
27
115
|
export declare function NodeDefaultView(props: any): React.JSX.Element;
|
|
116
|
+
export {};
|
|
@@ -6,14 +6,52 @@
|
|
|
6
6
|
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
7
|
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
8
|
*/
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
9
|
+
import React from 'react';
|
|
10
|
+
import { Instruction } from '.';
|
|
11
|
+
import { RadioWithTooltip } from '../components/RadioWithTooltip';
|
|
12
|
+
import { useWorkflowVariableOptions, WorkflowVariableTextArea } from '../variable';
|
|
13
|
+
declare function NodeComponent({ data }: {
|
|
14
|
+
data: any;
|
|
15
|
+
}): React.JSX.Element;
|
|
16
|
+
export default class extends Instruction {
|
|
17
|
+
title: string;
|
|
18
|
+
type: string;
|
|
19
|
+
group: string;
|
|
20
|
+
description: string;
|
|
21
|
+
icon: React.JSX.Element;
|
|
22
|
+
fieldset: {
|
|
23
|
+
continueOnNoMatch: {
|
|
24
|
+
type: string;
|
|
25
|
+
title: string;
|
|
26
|
+
'x-decorator': string;
|
|
27
|
+
'x-component': string;
|
|
28
|
+
'x-component-props': {
|
|
29
|
+
options: {
|
|
30
|
+
label: string;
|
|
31
|
+
value: boolean;
|
|
32
|
+
}[];
|
|
33
|
+
};
|
|
34
|
+
default: boolean;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
branching: {
|
|
38
|
+
label: string;
|
|
39
|
+
value: number;
|
|
40
|
+
}[];
|
|
41
|
+
scope: {
|
|
42
|
+
renderEngineReference: (key: string) => React.JSX.Element;
|
|
43
|
+
useWorkflowVariableOptions: typeof useWorkflowVariableOptions;
|
|
44
|
+
};
|
|
45
|
+
components: {
|
|
46
|
+
WorkflowVariableTextArea: typeof WorkflowVariableTextArea;
|
|
47
|
+
RadioWithTooltip: typeof RadioWithTooltip;
|
|
48
|
+
};
|
|
49
|
+
Component: typeof NodeComponent;
|
|
50
|
+
createDefaultConfig(): {
|
|
51
|
+
conditions: {
|
|
52
|
+
uid: any;
|
|
53
|
+
}[];
|
|
54
|
+
continueOnNoMatch: boolean;
|
|
55
|
+
};
|
|
19
56
|
}
|
|
57
|
+
export {};
|