@nocobase/plugin-workflow 2.2.0-alpha.1 → 2.2.0-alpha.3
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/client-v2.d.ts +2 -0
- package/client-v2.js +1 -0
- package/dist/client/119.e7dbd037d52d1286.js +10 -0
- package/dist/client/142.d84a976875799df4.js +10 -0
- package/dist/client/159.3d5abee06b818db3.js +10 -0
- package/dist/client/276.69fb2aea13bc7c37.js +10 -0
- package/dist/client/346.66d060d37843d3d1.js +10 -0
- package/dist/client/382.80ebd002a9971b65.js +10 -0
- package/dist/client/394.d7eacf666590a6ae.js +10 -0
- package/dist/client/438.c4de8f085e490158.js +10 -0
- package/dist/client/509.2f72dd97808f12d1.js +10 -0
- package/dist/client/54.c452a382e9b3953d.js +10 -0
- package/dist/client/618.a97bc812678ab2a7.js +10 -0
- package/dist/client/635.3f165e9ed7e940b2.js +10 -0
- package/dist/client/67.4117e04bd42f9d42.js +10 -0
- package/dist/client/719.5801e3f1cf81b97b.js +10 -0
- package/dist/client/739.955f18b3dc31ae3a.js +10 -0
- package/dist/client/759.13aab01e6912ed8d.js +10 -0
- package/dist/client/772.1ebaef11a0ac8688.js +10 -0
- package/dist/client/782.332fd345a98b82c2.js +10 -0
- package/dist/client/828.77de843c49fb307a.js +10 -0
- package/dist/client/87.d2c2b5b1cae08bfc.js +10 -0
- package/dist/client/938.77649c32dae1c225.js +10 -0
- package/dist/client/964.cb1ecff7a46687b7.js +10 -0
- package/dist/client/972.4da2796f3f2df874.js +10 -0
- package/dist/client/AddNodeContext.d.ts +1 -9
- package/dist/client/Branch.d.ts +1 -1
- package/dist/client/BranchContext.d.ts +2 -10
- package/dist/client/FlowContext.d.ts +10 -5
- package/dist/client/NodeClipboardContext.d.ts +12 -2
- package/dist/client/NodeDragContext.d.ts +14 -2
- package/dist/client/RemoveNodeContext.d.ts +16 -2
- package/dist/client/index.d.ts +1 -1
- package/dist/client/index.js +1 -1
- package/dist/client/nodeVariableUtils.d.ts +7 -6
- package/dist/client/nodes/calculation.d.ts +3 -75
- package/dist/client/nodes/condition.d.ts +7 -111
- package/dist/client/nodes/create.d.ts +3 -124
- package/dist/client/nodes/destroy.d.ts +2 -57
- package/dist/client/nodes/end.d.ts +2 -23
- package/dist/client/nodes/index.d.ts +2 -91
- package/dist/client/nodes/multi-conditions.d.ts +10 -48
- package/dist/client/nodes/output.d.ts +2 -44
- package/dist/client/nodes/query.d.ts +3 -255
- package/dist/client/nodes/update.d.ts +2 -117
- package/dist/client/style.d.ts +7 -26
- package/dist/client/triggers/collection.d.ts +3 -154
- package/dist/client/triggers/index.d.ts +2 -36
- package/dist/client/triggers/schedule/index.d.ts +8 -65
- package/dist/client/utils.d.ts +4 -5
- package/dist/client/variable.d.ts +4 -44
- package/dist/client-v2/119.81195bcd0d451279.js +10 -0
- package/dist/client-v2/142.3d386748090ff6d3.js +10 -0
- package/dist/client-v2/159.cb221540c286cd32.js +10 -0
- package/dist/client-v2/224.44a5e1227bee33fb.js +10 -0
- package/dist/client-v2/276.43297f402f31970e.js +10 -0
- package/dist/client-v2/326.bdc99ad8e7590970.js +10 -0
- package/dist/client-v2/346.8c038b3c99d4fdc9.js +10 -0
- package/dist/client-v2/382.05f5482bb512b179.js +10 -0
- package/dist/client-v2/387.ab3eac2eb447f36f.js +10 -0
- package/dist/client-v2/394.515ed058e7f72797.js +10 -0
- package/dist/client-v2/438.b7df0416b66f8f64.js +10 -0
- package/dist/client-v2/513.ab2bdd96ad9ece4d.js +10 -0
- package/dist/client-v2/54.287764bc467d65da.js +10 -0
- package/dist/client-v2/635.37de4abe241b30e8.js +10 -0
- package/dist/client-v2/719.05cf070ef89a78f4.js +10 -0
- package/dist/client-v2/739.906e94bbe6d52a3d.js +10 -0
- package/dist/client-v2/759.7b162ad3adf450f1.js +10 -0
- package/dist/client-v2/772.8e5148d8c1518449.js +10 -0
- package/dist/client-v2/938.717e47af39485b29.js +10 -0
- package/dist/client-v2/ExecutionCanvas.d.ts +15 -0
- package/dist/client-v2/canvas/AddNodeContext.d.ts +35 -0
- package/dist/client-v2/canvas/AddNodeContext.shared.d.ts +33 -0
- package/dist/client-v2/canvas/AddNodeSlot.d.ts +20 -0
- package/dist/client-v2/canvas/Branch.d.ts +32 -0
- package/dist/client-v2/canvas/BranchContext.d.ts +20 -0
- package/dist/client-v2/canvas/BranchRenderContext.d.ts +14 -0
- package/dist/client-v2/canvas/CanvasContent.d.ts +20 -0
- package/dist/client-v2/canvas/DownstreamBranchIndex.d.ts +20 -0
- package/dist/client-v2/canvas/Instruction.d.ts +139 -0
- package/dist/{client/triggers/schedule/EndsByField.d.ts → client-v2/canvas/JobButton.d.ts} +3 -3
- package/dist/client-v2/canvas/Node.d.ts +36 -0
- package/dist/client-v2/canvas/NodeClipboardContext.d.ts +64 -0
- package/dist/client-v2/canvas/NodeConfigDrawer.d.ts +27 -0
- package/dist/client-v2/canvas/NodeDragContext.d.ts +83 -0
- package/dist/client-v2/canvas/RemoveNodeContext.d.ts +45 -0
- package/dist/client-v2/canvas/WorkflowTypedVariableInput.d.ts +16 -0
- package/dist/client-v2/canvas/WorkflowVariableInput.d.ts +39 -0
- package/dist/client-v2/canvas/WorkflowVariableJsonTextArea.d.ts +15 -0
- package/dist/client-v2/canvas/WorkflowVariableSelect.d.ts +29 -0
- package/dist/client-v2/canvas/WorkflowVariableTag.d.ts +22 -0
- package/dist/client-v2/canvas/WorkflowVariableTextArea.d.ts +18 -0
- package/dist/client-v2/canvas/adaptVariableOptionToMetaTree.d.ts +48 -0
- package/dist/client-v2/canvas/addNodeController.d.ts +70 -0
- package/dist/client-v2/canvas/collectionFieldOptions.d.ts +57 -0
- package/dist/client-v2/canvas/contexts.d.ts +84 -0
- package/dist/client-v2/canvas/dropImpact.d.ts +28 -0
- package/dist/client-v2/canvas/instructionAvailability.d.ts +26 -0
- package/dist/client-v2/canvas/nodeRenderDispatch.d.ts +79 -0
- package/dist/client-v2/canvas/nodeTree.d.ts +21 -0
- package/dist/client-v2/canvas/nodeVariableUtils.d.ts +14 -0
- package/dist/client-v2/canvas/removeNodeUtils.d.ts +31 -0
- package/dist/client-v2/canvas/style.d.ts +35 -0
- package/dist/client-v2/canvas/textAreaInsertion.d.ts +14 -0
- package/dist/client-v2/canvas/useWorkflowInstruction.d.ts +23 -0
- package/dist/client-v2/canvas/useWorkflowVariableOptions.d.ts +40 -0
- package/dist/client-v2/canvas/workflowVariableConverters.d.ts +13 -0
- package/dist/client-v2/components/Calculation.d.ts +18 -0
- package/dist/client-v2/components/ExecutionStatusIcon.d.ts +18 -0
- package/dist/{client/triggers/schedule/RepeatField.d.ts → client-v2/components/ExecutionStatusTag.d.ts} +3 -4
- package/dist/client-v2/components/ExecutionViewHeader.d.ts +29 -0
- package/dist/client-v2/components/ExecutionsDropdown.d.ts +25 -0
- package/dist/client-v2/components/FilterDynamicComponent.d.ts +22 -0
- package/dist/client-v2/components/HideVariableContext.d.ts +11 -0
- package/dist/client-v2/components/JobResultModal.d.ts +11 -0
- package/dist/client-v2/components/RadioWithTooltip.d.ts +23 -0
- package/dist/client-v2/components/SyncModeSelect.d.ts +16 -0
- package/dist/{client/triggers/schedule/OnField.d.ts → client-v2/components/SyncModeTag.d.ts} +3 -3
- package/dist/client-v2/components/TestRunButton.d.ts +36 -0
- package/dist/client-v2/components/TimeoutInput.d.ts +15 -0
- package/dist/client-v2/components/WorkflowCanvasHeader.d.ts +17 -0
- package/dist/client-v2/components/WorkflowDetailsModal.d.ts +25 -0
- package/dist/client-v2/components/WorkflowEnabledSwitch.d.ts +16 -0
- package/dist/client-v2/components/WorkflowMenu.d.ts +17 -0
- package/dist/client-v2/components/WorkflowRevisionsDropdown.d.ts +15 -0
- package/dist/client-v2/components/WorkflowVariableWrapper.d.ts +25 -0
- package/dist/client-v2/components/collection/AppendsSelect.d.ts +15 -0
- package/dist/client-v2/components/collection/AssignedFieldsEditor.d.ts +16 -0
- package/dist/client-v2/components/collection/CollectionCascader.d.ts +15 -0
- package/dist/client-v2/components/collection/FieldsSelect.d.ts +16 -0
- package/dist/client-v2/components/collection/PaginationFields.d.ts +14 -0
- package/dist/client-v2/components/collection/SortFieldsInput.d.ts +19 -0
- package/dist/client-v2/components/collection/TriggerCollectionRecordSelect.d.ts +15 -0
- package/dist/client-v2/components/collection/index.d.ts +16 -0
- package/dist/client-v2/components/collection/utils.d.ts +42 -0
- package/dist/client-v2/components/formatResultForDisplay.d.ts +17 -0
- package/dist/client-v2/components/jobStatus.d.ts +27 -0
- package/dist/client-v2/components/renderEngineReference.d.ts +10 -0
- package/dist/client-v2/components/workflowCanvas.d.ts +41 -0
- package/dist/client-v2/constants.d.ts +14 -0
- package/dist/client-v2/hooks/useWorkflowRuntimePaths.d.ts +37 -0
- package/dist/client-v2/index.d.ts +47 -0
- package/dist/client-v2/index.js +10 -0
- package/dist/client-v2/locale.d.ts +41 -0
- package/dist/{client → client-v2}/models/NodeDetailsGridModel.d.ts +1 -1
- package/dist/{client → client-v2}/models/NodeDetailsModel.d.ts +1 -1
- package/dist/{client → client-v2}/models/NodeValueModel.d.ts +1 -1
- package/dist/{client → client-v2}/models/TaskCardCommonItemModel.d.ts +1 -1
- package/dist/{client → client-v2}/models/index.d.ts +1 -0
- package/dist/client-v2/models/triggerWorkflows.d.ts +43 -0
- package/dist/client-v2/nodes/calculation.d.ts +38 -0
- package/dist/client-v2/nodes/collectionNode.d.ts +29 -0
- package/dist/client-v2/nodes/components/calculation.d.ts +11 -0
- package/dist/client-v2/nodes/components/collection.d.ts +15 -0
- package/dist/client-v2/nodes/components/condition.d.ts +25 -0
- package/dist/client-v2/nodes/components/conditionShared.d.ts +20 -0
- package/dist/client-v2/nodes/components/create.d.ts +12 -0
- package/dist/client-v2/nodes/components/destroy.d.ts +12 -0
- package/dist/{client/triggers/schedule/ScheduleConfig.d.ts → client-v2/nodes/components/end.d.ts} +1 -1
- package/dist/client-v2/nodes/components/filter.d.ts +16 -0
- package/dist/client-v2/nodes/components/multi-conditions.d.ts +13 -0
- package/dist/client-v2/nodes/components/multiConditionsShared.d.ts +20 -0
- package/dist/client-v2/nodes/components/output.d.ts +10 -0
- package/dist/client-v2/nodes/components/query.d.ts +12 -0
- package/dist/client-v2/nodes/components/update.d.ts +12 -0
- package/dist/client-v2/nodes/condition.d.ts +46 -0
- package/dist/client-v2/nodes/create.d.ts +30 -0
- package/dist/client-v2/nodes/destroy.d.ts +24 -0
- package/dist/client-v2/nodes/end.d.ts +21 -0
- package/dist/client-v2/nodes/multi-conditions.d.ts +34 -0
- package/dist/client-v2/nodes/output.d.ts +29 -0
- package/dist/client-v2/nodes/query.d.ts +32 -0
- package/dist/client-v2/nodes/update.d.ts +25 -0
- package/dist/client-v2/pages/ExecutionHistoryDrawer.d.ts +13 -0
- package/dist/client-v2/pages/ExecutionViewPage.d.ts +10 -0
- package/dist/client-v2/pages/WorkflowCanvasPage.d.ts +10 -0
- package/dist/client-v2/pages/WorkflowCategoryTabs.d.ts +25 -0
- package/dist/client-v2/pages/WorkflowFormDrawer.d.ts +39 -0
- package/dist/client-v2/pages/WorkflowPane.d.ts +10 -0
- package/dist/client-v2/plugin.d.ts +67 -0
- package/dist/client-v2/triggers/ExecuteWorkflowButton.d.ts +35 -0
- package/dist/client-v2/triggers/TriggerConfig.d.ts +22 -0
- package/dist/client-v2/triggers/TriggerExecutionButton.d.ts +13 -0
- package/dist/client-v2/triggers/collection/CollectionConfig.d.ts +14 -0
- package/dist/client-v2/triggers/collection/TriggerCollectionConfig.d.ts +11 -0
- package/dist/client-v2/triggers/collection/constants.d.ts +28 -0
- package/dist/client-v2/triggers/collection/index.d.ts +40 -0
- package/dist/client-v2/triggers/index.d.ts +61 -0
- package/dist/client-v2/triggers/schedule/EndsByField.d.ts +17 -0
- package/dist/client-v2/triggers/schedule/OnField.d.ts +20 -0
- package/dist/client-v2/triggers/schedule/RepeatField.d.ts +23 -0
- package/dist/client-v2/triggers/schedule/ScheduleConfig.d.ts +17 -0
- package/dist/client-v2/triggers/schedule/ScheduleModes.d.ts +41 -0
- package/dist/{client → client-v2}/triggers/schedule/TriggerScheduleConfig.d.ts +1 -0
- package/dist/{client → client-v2}/triggers/schedule/constants.d.ts +8 -5
- package/dist/client-v2/triggers/schedule/index.d.ts +40 -0
- package/dist/client-v2/triggers/schedule/locale/Cron.zh-CN.d.ts +11 -0
- package/dist/common/executionStatus.d.ts +44 -0
- package/dist/common/executionStatus.js +133 -0
- package/dist/externalVersion.js +16 -12
- package/dist/locale/de-DE.json +14 -1
- package/dist/locale/en-US.json +22 -2
- package/dist/locale/es-ES.json +14 -1
- package/dist/locale/fr-FR.json +14 -1
- package/dist/locale/hu-HU.json +14 -1
- package/dist/locale/id-ID.json +14 -1
- package/dist/locale/it-IT.json +14 -1
- package/dist/locale/ja-JP.json +14 -1
- package/dist/locale/ko-KR.json +14 -1
- package/dist/locale/nl-NL.json +14 -1
- package/dist/locale/pt-BR.json +14 -1
- package/dist/locale/ru-RU.json +14 -1
- package/dist/locale/tr-TR.json +14 -1
- package/dist/locale/uk-UA.json +14 -1
- package/dist/locale/vi-VN.json +14 -1
- package/dist/locale/zh-CN.json +21 -2
- package/dist/locale/zh-TW.json +14 -1
- 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.d.ts +1 -0
- package/dist/server/Dispatcher.js +46 -28
- package/dist/server/ExecutionTimeoutManager.js +2 -2
- package/dist/server/Processor.d.ts +16 -0
- package/dist/server/Processor.js +112 -0
- package/dist/server/actions/nodes.js +36 -1
- package/dist/server/index.d.ts +1 -1
- package/dist/server/instructions/CreateInstruction.js +6 -2
- package/dist/server/instructions/DestroyInstruction.js +2 -1
- package/dist/server/instructions/QueryInstruction.js +2 -1
- package/dist/server/instructions/UpdateInstruction.js +2 -1
- package/dist/server/triggers/CollectionTrigger.d.ts +5 -0
- package/dist/server/triggers/CollectionTrigger.js +26 -1
- package/dist/server/utils.js +27 -27
- package/package.json +3 -2
- package/dist/client/618.19af7f84261c815d.js +0 -10
- package/dist/client/67.452743ce8ec30617.js +0 -10
- package/dist/client/964.ffbf5b47ed12bbdc.js +0 -10
- package/dist/client/triggers/schedule/ScheduleModes.d.ts +0 -170
- package/dist/client/triggers/schedule/locale/Cron.zh-CN.d.ts +0 -42
|
@@ -6,260 +6,8 @@
|
|
|
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
|
-
|
|
12
|
-
import { WorkflowVariableInput } from '../variable';
|
|
13
|
-
import { Instruction, useNodeSavedConfig } from '.';
|
|
14
|
-
import { RadioWithTooltip } from '../components';
|
|
15
|
-
import { SubModelItem } from '@nocobase/flow-engine';
|
|
16
|
-
declare function useVariables({ key: name, title, config }: {
|
|
17
|
-
key: any;
|
|
18
|
-
title: any;
|
|
19
|
-
config: any;
|
|
20
|
-
}, options: any): import("../variable").VariableOption;
|
|
21
|
-
export default class extends Instruction {
|
|
22
|
-
title: string;
|
|
23
|
-
type: string;
|
|
24
|
-
group: string;
|
|
25
|
-
description: string;
|
|
26
|
-
icon: React.JSX.Element;
|
|
27
|
-
presetFieldset: {
|
|
28
|
-
collection: {
|
|
29
|
-
type: string;
|
|
30
|
-
title: string;
|
|
31
|
-
required: boolean;
|
|
32
|
-
'x-reactions': any[];
|
|
33
|
-
'x-decorator': string;
|
|
34
|
-
'x-component': string;
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
fieldset: {
|
|
38
|
-
collection: {
|
|
39
|
-
'x-disabled': string;
|
|
40
|
-
'x-reactions': any[];
|
|
41
|
-
type: string;
|
|
42
|
-
title: string;
|
|
43
|
-
required: boolean;
|
|
44
|
-
'x-decorator': string;
|
|
45
|
-
'x-component': string;
|
|
46
|
-
};
|
|
47
|
-
multiple: {
|
|
48
|
-
type: string;
|
|
49
|
-
title: string;
|
|
50
|
-
'x-decorator': string;
|
|
51
|
-
'x-component': string;
|
|
52
|
-
'x-component-props': {
|
|
53
|
-
options: {
|
|
54
|
-
label: string;
|
|
55
|
-
value: boolean;
|
|
56
|
-
tooltip: string;
|
|
57
|
-
}[];
|
|
58
|
-
};
|
|
59
|
-
required: boolean;
|
|
60
|
-
default: boolean;
|
|
61
|
-
};
|
|
62
|
-
params: {
|
|
63
|
-
type: string;
|
|
64
|
-
'x-component': string;
|
|
65
|
-
properties: {
|
|
66
|
-
filter: {
|
|
67
|
-
type: string;
|
|
68
|
-
title: string;
|
|
69
|
-
'x-decorator': string;
|
|
70
|
-
'x-component': string;
|
|
71
|
-
'x-use-component-props': () => {
|
|
72
|
-
options: any[];
|
|
73
|
-
className: string;
|
|
74
|
-
};
|
|
75
|
-
'x-component-props': {
|
|
76
|
-
dynamicComponent: string;
|
|
77
|
-
};
|
|
78
|
-
};
|
|
79
|
-
sort: {
|
|
80
|
-
type: string;
|
|
81
|
-
title: string;
|
|
82
|
-
'x-decorator': string;
|
|
83
|
-
'x-component': string;
|
|
84
|
-
items: {
|
|
85
|
-
type: string;
|
|
86
|
-
properties: {
|
|
87
|
-
space: {
|
|
88
|
-
type: string;
|
|
89
|
-
'x-component': string;
|
|
90
|
-
properties: {
|
|
91
|
-
sort: {
|
|
92
|
-
type: string;
|
|
93
|
-
'x-decorator': string;
|
|
94
|
-
'x-component': string;
|
|
95
|
-
};
|
|
96
|
-
field: {
|
|
97
|
-
type: string;
|
|
98
|
-
enum: string;
|
|
99
|
-
required: boolean;
|
|
100
|
-
'x-decorator': string;
|
|
101
|
-
'x-component': string;
|
|
102
|
-
'x-component-props': {
|
|
103
|
-
style: {
|
|
104
|
-
width: number;
|
|
105
|
-
};
|
|
106
|
-
};
|
|
107
|
-
};
|
|
108
|
-
direction: {
|
|
109
|
-
type: string;
|
|
110
|
-
'x-decorator': string;
|
|
111
|
-
'x-component': string;
|
|
112
|
-
'x-component-props': {
|
|
113
|
-
optionType: string;
|
|
114
|
-
};
|
|
115
|
-
enum: {
|
|
116
|
-
label: string;
|
|
117
|
-
value: string;
|
|
118
|
-
}[];
|
|
119
|
-
};
|
|
120
|
-
remove: {
|
|
121
|
-
type: string;
|
|
122
|
-
'x-decorator': string;
|
|
123
|
-
'x-component': string;
|
|
124
|
-
};
|
|
125
|
-
};
|
|
126
|
-
};
|
|
127
|
-
};
|
|
128
|
-
};
|
|
129
|
-
properties: {
|
|
130
|
-
add: {
|
|
131
|
-
type: string;
|
|
132
|
-
title: string;
|
|
133
|
-
'x-component': string;
|
|
134
|
-
};
|
|
135
|
-
};
|
|
136
|
-
};
|
|
137
|
-
pagination: {
|
|
138
|
-
type: string;
|
|
139
|
-
title: string;
|
|
140
|
-
'x-decorator': string;
|
|
141
|
-
'x-decorator-props': {
|
|
142
|
-
value: {
|
|
143
|
-
designable: boolean;
|
|
144
|
-
};
|
|
145
|
-
};
|
|
146
|
-
'x-component': string;
|
|
147
|
-
properties: {
|
|
148
|
-
row: {
|
|
149
|
-
type: string;
|
|
150
|
-
'x-component': string;
|
|
151
|
-
properties: {
|
|
152
|
-
page: {
|
|
153
|
-
type: string;
|
|
154
|
-
'x-component': string;
|
|
155
|
-
properties: {
|
|
156
|
-
page: {
|
|
157
|
-
type: string;
|
|
158
|
-
title: string;
|
|
159
|
-
'x-decorator': string;
|
|
160
|
-
'x-component': string;
|
|
161
|
-
'x-component-props': {
|
|
162
|
-
nullable: boolean;
|
|
163
|
-
useTypedConstant: (string | {
|
|
164
|
-
min: number;
|
|
165
|
-
})[][];
|
|
166
|
-
};
|
|
167
|
-
default: number;
|
|
168
|
-
};
|
|
169
|
-
};
|
|
170
|
-
};
|
|
171
|
-
pageSize: {
|
|
172
|
-
type: string;
|
|
173
|
-
'x-component': string;
|
|
174
|
-
properties: {
|
|
175
|
-
pageSize: {
|
|
176
|
-
type: string;
|
|
177
|
-
title: string;
|
|
178
|
-
'x-decorator': string;
|
|
179
|
-
'x-component': string;
|
|
180
|
-
'x-component-props': {
|
|
181
|
-
nullable: boolean;
|
|
182
|
-
useTypedConstant: (string | {
|
|
183
|
-
min: number;
|
|
184
|
-
})[][];
|
|
185
|
-
};
|
|
186
|
-
default: number;
|
|
187
|
-
};
|
|
188
|
-
};
|
|
189
|
-
};
|
|
190
|
-
};
|
|
191
|
-
};
|
|
192
|
-
};
|
|
193
|
-
};
|
|
194
|
-
appends: {
|
|
195
|
-
type: string;
|
|
196
|
-
title: string;
|
|
197
|
-
description: string;
|
|
198
|
-
'x-decorator': string;
|
|
199
|
-
'x-component': string;
|
|
200
|
-
'x-component-props': {
|
|
201
|
-
title: string;
|
|
202
|
-
multiple: boolean;
|
|
203
|
-
useCollection(): any;
|
|
204
|
-
};
|
|
205
|
-
'x-reactions': {
|
|
206
|
-
dependencies: string[];
|
|
207
|
-
fulfill: {
|
|
208
|
-
state: {
|
|
209
|
-
visible: string;
|
|
210
|
-
};
|
|
211
|
-
};
|
|
212
|
-
}[];
|
|
213
|
-
};
|
|
214
|
-
};
|
|
215
|
-
'x-reactions': {
|
|
216
|
-
dependencies: string[];
|
|
217
|
-
fulfill: {
|
|
218
|
-
state: {
|
|
219
|
-
visible: string;
|
|
220
|
-
};
|
|
221
|
-
};
|
|
222
|
-
}[];
|
|
223
|
-
};
|
|
224
|
-
failOnEmpty: {
|
|
225
|
-
type: string;
|
|
226
|
-
'x-decorator': string;
|
|
227
|
-
'x-component': string;
|
|
228
|
-
'x-content': string;
|
|
229
|
-
};
|
|
230
|
-
};
|
|
231
|
-
scope: {
|
|
232
|
-
useNodeSavedConfig: typeof useNodeSavedConfig;
|
|
233
|
-
useCollectionDataSource: typeof useCollectionDataSource;
|
|
234
|
-
useSortableFields(): {
|
|
235
|
-
value: any;
|
|
236
|
-
label: any;
|
|
237
|
-
}[];
|
|
238
|
-
};
|
|
239
|
-
components: {
|
|
240
|
-
ArrayItems: import("@formily/react").ReactFC<React.HTMLAttributes<HTMLDivElement>> & import("@formily/antd-v5").ArrayBaseMixins & {
|
|
241
|
-
Item: import("@formily/react").ReactFC<React.HTMLAttributes<HTMLDivElement> & {
|
|
242
|
-
type?: "divide" | "card";
|
|
243
|
-
}>;
|
|
244
|
-
};
|
|
245
|
-
FilterDynamicComponent: typeof FilterDynamicComponent;
|
|
246
|
-
SchemaComponentContext: React.Context<import("@nocobase/client").ISchemaComponentContext>;
|
|
247
|
-
WorkflowVariableInput: typeof WorkflowVariableInput;
|
|
248
|
-
RadioWithTooltip: typeof RadioWithTooltip;
|
|
249
|
-
};
|
|
250
|
-
useVariables: typeof useVariables;
|
|
9
|
+
import type { SchemaInitializerItemType } from '@nocobase/client';
|
|
10
|
+
import V2QueryInstruction from '../../client-v2/nodes/query';
|
|
11
|
+
export default class extends V2QueryInstruction {
|
|
251
12
|
useInitializers(node: any): SchemaInitializerItemType | null;
|
|
252
|
-
/**
|
|
253
|
-
* 2.0
|
|
254
|
-
*/
|
|
255
|
-
getCreateModelMenuItem({ node }: {
|
|
256
|
-
node: any;
|
|
257
|
-
}): SubModelItem;
|
|
258
|
-
useTempAssociationSource(node: any): {
|
|
259
|
-
collection: any;
|
|
260
|
-
nodeId: any;
|
|
261
|
-
nodeKey: any;
|
|
262
|
-
nodeType: "node";
|
|
263
|
-
};
|
|
264
13
|
}
|
|
265
|
-
export {};
|
|
@@ -6,121 +6,6 @@
|
|
|
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
|
-
|
|
11
|
-
import { AssignedFieldsFormSchemaConfig } from '../components/AssignedFieldsFormSchemaConfig';
|
|
12
|
-
import { FilterDynamicComponent } from '../components/FilterDynamicComponent';
|
|
13
|
-
import { RadioWithTooltip } from '../components/RadioWithTooltip';
|
|
14
|
-
import { Instruction, useNodeSavedConfig } from '.';
|
|
15
|
-
export default class extends Instruction {
|
|
16
|
-
title: string;
|
|
17
|
-
type: string;
|
|
18
|
-
group: string;
|
|
19
|
-
description: string;
|
|
20
|
-
icon: React.JSX.Element;
|
|
21
|
-
presetFieldset: {
|
|
22
|
-
collection: {
|
|
23
|
-
type: string;
|
|
24
|
-
title: string;
|
|
25
|
-
required: boolean;
|
|
26
|
-
'x-reactions': any[];
|
|
27
|
-
'x-decorator': string;
|
|
28
|
-
'x-component': string;
|
|
29
|
-
};
|
|
30
|
-
};
|
|
31
|
-
fieldset: {
|
|
32
|
-
collection: {
|
|
33
|
-
'x-disabled': string;
|
|
34
|
-
'x-reactions': any[];
|
|
35
|
-
type: string;
|
|
36
|
-
title: string;
|
|
37
|
-
required: boolean;
|
|
38
|
-
'x-decorator': string;
|
|
39
|
-
'x-component': string;
|
|
40
|
-
};
|
|
41
|
-
params: {
|
|
42
|
-
type: string;
|
|
43
|
-
properties: {
|
|
44
|
-
individualHooks: {
|
|
45
|
-
type: string;
|
|
46
|
-
title: string;
|
|
47
|
-
'x-decorator': string;
|
|
48
|
-
'x-component': string;
|
|
49
|
-
'x-component-props': {
|
|
50
|
-
options: {
|
|
51
|
-
label: string;
|
|
52
|
-
value: boolean;
|
|
53
|
-
tooltip: string;
|
|
54
|
-
}[];
|
|
55
|
-
};
|
|
56
|
-
default: boolean;
|
|
57
|
-
};
|
|
58
|
-
filter: {
|
|
59
|
-
title: string;
|
|
60
|
-
"x-validator"(value: any): string;
|
|
61
|
-
type: string;
|
|
62
|
-
'x-decorator': string;
|
|
63
|
-
'x-component': string;
|
|
64
|
-
'x-use-component-props': () => {
|
|
65
|
-
options: any[];
|
|
66
|
-
className: string;
|
|
67
|
-
};
|
|
68
|
-
'x-component-props': {
|
|
69
|
-
dynamicComponent: string;
|
|
70
|
-
};
|
|
71
|
-
};
|
|
72
|
-
values: {
|
|
73
|
-
'x-reactions': {
|
|
74
|
-
dependencies: string[];
|
|
75
|
-
fulfill: {
|
|
76
|
-
state: {
|
|
77
|
-
display: string;
|
|
78
|
-
};
|
|
79
|
-
};
|
|
80
|
-
}[];
|
|
81
|
-
type: string;
|
|
82
|
-
title: string;
|
|
83
|
-
description: string;
|
|
84
|
-
'x-decorator': string;
|
|
85
|
-
'x-decorator-props': {
|
|
86
|
-
labelAlign: string;
|
|
87
|
-
className: string;
|
|
88
|
-
};
|
|
89
|
-
'x-component': string;
|
|
90
|
-
};
|
|
91
|
-
};
|
|
92
|
-
};
|
|
93
|
-
usingAssignFormSchema: {
|
|
94
|
-
type: string;
|
|
95
|
-
};
|
|
96
|
-
assignFormSchema: {
|
|
97
|
-
type: string;
|
|
98
|
-
title: string;
|
|
99
|
-
'x-decorator': string;
|
|
100
|
-
'x-component': string;
|
|
101
|
-
'x-reactions': {
|
|
102
|
-
dependencies: string[];
|
|
103
|
-
fulfill: {
|
|
104
|
-
state: {
|
|
105
|
-
display: string;
|
|
106
|
-
};
|
|
107
|
-
};
|
|
108
|
-
}[];
|
|
109
|
-
};
|
|
110
|
-
};
|
|
111
|
-
createDefaultConfig(): {
|
|
112
|
-
usingAssignFormSchema: boolean;
|
|
113
|
-
assignFormSchema: {};
|
|
114
|
-
};
|
|
115
|
-
scope: {
|
|
116
|
-
useCollectionDataSource: typeof useCollectionDataSource;
|
|
117
|
-
useNodeSavedConfig: typeof useNodeSavedConfig;
|
|
118
|
-
};
|
|
119
|
-
components: {
|
|
120
|
-
FilterDynamicComponent: typeof FilterDynamicComponent;
|
|
121
|
-
CollectionFieldset: React.MemoExoticComponent<import("@formily/reactive-react").ReactFC<Omit<any, "ref">>>;
|
|
122
|
-
AssignedFieldsFormSchemaConfig: typeof AssignedFieldsFormSchemaConfig;
|
|
123
|
-
RadioWithTooltip: typeof RadioWithTooltip;
|
|
124
|
-
};
|
|
125
|
-
useTempAssociationSource(node: any): any;
|
|
9
|
+
import V2UpdateInstruction from '../../client-v2/nodes/update';
|
|
10
|
+
export default class extends V2UpdateInstruction {
|
|
126
11
|
}
|
package/dist/client/style.d.ts
CHANGED
|
@@ -6,29 +6,10 @@
|
|
|
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
|
-
nodeBlockClass: import("antd-style").SerializedStyles;
|
|
17
|
-
nodeClass: import("antd-style").SerializedStyles;
|
|
18
|
-
nodeCardClass: import("antd-style").SerializedStyles;
|
|
19
|
-
nodeJobButtonClass: import("antd-style").SerializedStyles;
|
|
20
|
-
nodeHeaderClass: import("antd-style").SerializedStyles;
|
|
21
|
-
nodeMetaClass: import("antd-style").SerializedStyles;
|
|
22
|
-
nodeTitleClass: import("antd-style").SerializedStyles;
|
|
23
|
-
nodeSubtreeClass: import("antd-style").SerializedStyles;
|
|
24
|
-
nodeJobResultClass: import("antd-style").SerializedStyles;
|
|
25
|
-
addButtonClass: import("antd-style").SerializedStyles;
|
|
26
|
-
dropZoneClass: import("antd-style").SerializedStyles;
|
|
27
|
-
pasteButtonClass: import("antd-style").SerializedStyles;
|
|
28
|
-
dragPreviewClass: import("antd-style").SerializedStyles;
|
|
29
|
-
clipboardPreviewClass: import("antd-style").SerializedStyles;
|
|
30
|
-
conditionClass: import("antd-style").SerializedStyles;
|
|
31
|
-
loopLineClass: import("antd-style").SerializedStyles;
|
|
32
|
-
terminalClass: import("antd-style").SerializedStyles;
|
|
33
|
-
}>;
|
|
34
|
-
export default useStyles;
|
|
9
|
+
/**
|
|
10
|
+
* The canvas stylesheet now lives in `src/client-v2/canvas/style.tsx` and is
|
|
11
|
+
* shared by both canvases (ADR-0003). This module re-exports it via the allowed
|
|
12
|
+
* `v1 → v2` import direction so existing v1 import sites (`import useStyles from
|
|
13
|
+
* '../style'`) are unchanged. Delete this file when the legacy canvas retires.
|
|
14
|
+
*/
|
|
15
|
+
export { default } from '../client-v2/canvas/style';
|
|
@@ -6,159 +6,8 @@
|
|
|
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
|
-
import
|
|
11
|
-
|
|
12
|
-
import { Trigger } from '.';
|
|
13
|
-
import { TriggerCollectionRecordSelect } from '../components/TriggerCollectionRecordSelect';
|
|
14
|
-
import { SubModelItem } from '@nocobase/flow-engine';
|
|
15
|
-
declare function useVariables(config: any, options: any): import("../variable").VariableOption[];
|
|
16
|
-
export default class extends Trigger {
|
|
17
|
-
title: string;
|
|
18
|
-
description: string;
|
|
19
|
-
presetFieldset: {
|
|
20
|
-
collection: {
|
|
21
|
-
'x-component-props': {
|
|
22
|
-
dataSourceFilter(item: any): any;
|
|
23
|
-
};
|
|
24
|
-
type: string;
|
|
25
|
-
title: string;
|
|
26
|
-
required: boolean;
|
|
27
|
-
'x-reactions': any[];
|
|
28
|
-
'x-decorator': string;
|
|
29
|
-
'x-component': string;
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
fieldset: {
|
|
33
|
-
collection: {
|
|
34
|
-
'x-disabled': boolean;
|
|
35
|
-
'x-component-props': {
|
|
36
|
-
dataSourceFilter(item: any): any;
|
|
37
|
-
};
|
|
38
|
-
"x-reactions": any[];
|
|
39
|
-
type: string;
|
|
40
|
-
title: string;
|
|
41
|
-
required: boolean;
|
|
42
|
-
'x-decorator': string;
|
|
43
|
-
'x-component': string;
|
|
44
|
-
};
|
|
45
|
-
mode: {
|
|
46
|
-
type: string;
|
|
47
|
-
title: string;
|
|
48
|
-
'x-decorator': string;
|
|
49
|
-
'x-component': string;
|
|
50
|
-
'x-component-props': {
|
|
51
|
-
popupMatchSelectWidth: boolean;
|
|
52
|
-
placeholder: string;
|
|
53
|
-
className: string;
|
|
54
|
-
};
|
|
55
|
-
enum: {
|
|
56
|
-
label: string;
|
|
57
|
-
value: number;
|
|
58
|
-
}[];
|
|
59
|
-
required: boolean;
|
|
60
|
-
'x-reactions': {
|
|
61
|
-
dependencies: string[];
|
|
62
|
-
fulfill: {
|
|
63
|
-
state: {
|
|
64
|
-
visible: string;
|
|
65
|
-
};
|
|
66
|
-
};
|
|
67
|
-
}[];
|
|
68
|
-
};
|
|
69
|
-
changed: {
|
|
70
|
-
type: string;
|
|
71
|
-
title: string;
|
|
72
|
-
description: string;
|
|
73
|
-
'x-decorator': string;
|
|
74
|
-
'x-component': string;
|
|
75
|
-
'x-component-props': {
|
|
76
|
-
mode: string;
|
|
77
|
-
placeholder: string;
|
|
78
|
-
filter(field: any): boolean;
|
|
79
|
-
};
|
|
80
|
-
'x-reactions': {
|
|
81
|
-
dependencies: string[];
|
|
82
|
-
fulfill: {
|
|
83
|
-
state: {
|
|
84
|
-
visible: string;
|
|
85
|
-
};
|
|
86
|
-
};
|
|
87
|
-
}[];
|
|
88
|
-
};
|
|
89
|
-
condition: {
|
|
90
|
-
title: string;
|
|
91
|
-
'x-component-props': {};
|
|
92
|
-
'x-reactions': {
|
|
93
|
-
dependencies: string[];
|
|
94
|
-
fulfill: {
|
|
95
|
-
state: {
|
|
96
|
-
visible: string;
|
|
97
|
-
};
|
|
98
|
-
};
|
|
99
|
-
}[];
|
|
100
|
-
type: string;
|
|
101
|
-
'x-decorator': string;
|
|
102
|
-
'x-component': string;
|
|
103
|
-
'x-use-component-props': () => {
|
|
104
|
-
options: any[];
|
|
105
|
-
className: string;
|
|
106
|
-
};
|
|
107
|
-
};
|
|
108
|
-
appends: {
|
|
109
|
-
'x-reactions': {
|
|
110
|
-
dependencies: string[];
|
|
111
|
-
fulfill: {
|
|
112
|
-
state: {
|
|
113
|
-
visible: string;
|
|
114
|
-
};
|
|
115
|
-
};
|
|
116
|
-
}[];
|
|
117
|
-
type: string;
|
|
118
|
-
title: string;
|
|
119
|
-
description: string;
|
|
120
|
-
'x-decorator': string;
|
|
121
|
-
'x-component': string;
|
|
122
|
-
'x-component-props': {
|
|
123
|
-
title: string;
|
|
124
|
-
multiple: boolean;
|
|
125
|
-
useCollection(): any;
|
|
126
|
-
};
|
|
127
|
-
};
|
|
128
|
-
};
|
|
129
|
-
scope: {
|
|
130
|
-
useCollectionDataSource: typeof useCollectionDataSource;
|
|
131
|
-
useWorkflowAnyExecuted: typeof useWorkflowAnyExecuted;
|
|
132
|
-
};
|
|
133
|
-
components: {
|
|
134
|
-
FieldsSelect: import("react").MemoExoticComponent<import("@formily/reactive-react").ReactFC<Omit<any, "ref">>>;
|
|
135
|
-
TriggerCollectionRecordSelect: typeof TriggerCollectionRecordSelect;
|
|
136
|
-
};
|
|
137
|
-
triggerFieldset: {
|
|
138
|
-
data: {
|
|
139
|
-
type: string;
|
|
140
|
-
title: string;
|
|
141
|
-
description: string;
|
|
142
|
-
'x-decorator': string;
|
|
143
|
-
'x-component': string;
|
|
144
|
-
default: any;
|
|
145
|
-
required: boolean;
|
|
146
|
-
};
|
|
147
|
-
};
|
|
148
|
-
validate(values: any): any;
|
|
149
|
-
useVariables: typeof useVariables;
|
|
9
|
+
import type { SchemaInitializerItemType } from '@nocobase/client';
|
|
10
|
+
import V2CollectionTrigger from '../../client-v2/triggers/collection';
|
|
11
|
+
export default class CollectionTrigger extends V2CollectionTrigger {
|
|
150
12
|
useInitializers(config: any): SchemaInitializerItemType | null;
|
|
151
|
-
/**
|
|
152
|
-
* 2.0
|
|
153
|
-
*/
|
|
154
|
-
getCreateModelMenuItem({ config }: {
|
|
155
|
-
config: any;
|
|
156
|
-
}): SubModelItem;
|
|
157
|
-
useTempAssociationSource(config: any, workflow: any): {
|
|
158
|
-
collection: any;
|
|
159
|
-
nodeId: any;
|
|
160
|
-
nodeKey: string;
|
|
161
|
-
nodeType: "workflow";
|
|
162
|
-
};
|
|
163
13
|
}
|
|
164
|
-
export {};
|
|
@@ -7,42 +7,8 @@
|
|
|
7
7
|
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
8
|
*/
|
|
9
9
|
import React from 'react';
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
import { UseVariableOptions, VariableOption } from '../variable';
|
|
13
|
-
export declare abstract class Trigger {
|
|
14
|
-
sync: boolean;
|
|
15
|
-
title: string;
|
|
16
|
-
description?: string;
|
|
17
|
-
useVariables?(config: Record<string, any>, options?: UseVariableOptions): VariableOption[];
|
|
18
|
-
fieldset: Record<string, ISchema>;
|
|
19
|
-
/**
|
|
20
|
-
* @experimental
|
|
21
|
-
*/
|
|
22
|
-
presetFieldset?: Record<string, ISchema>;
|
|
23
|
-
triggerFieldset?: Record<string, ISchema>;
|
|
24
|
-
validate(config: Record<string, any>): boolean;
|
|
25
|
-
view?: ISchema;
|
|
26
|
-
scope?: {
|
|
27
|
-
[key: string]: any;
|
|
28
|
-
};
|
|
29
|
-
components?: {
|
|
30
|
-
[key: string]: any;
|
|
31
|
-
};
|
|
32
|
-
useInitializers?(config: any): SchemaInitializerItemType | null;
|
|
33
|
-
initializers?: any;
|
|
34
|
-
isActionTriggerable_deprecated?: boolean | ((config: object, context?: object) => boolean);
|
|
35
|
-
/**
|
|
36
|
-
* @experimental
|
|
37
|
-
*/
|
|
38
|
-
useTempAssociationSource?(config: any, workflow: any): TriggerTempAssociationSource | null;
|
|
39
|
-
}
|
|
40
|
-
export type TriggerTempAssociationSource = {
|
|
41
|
-
collection: string;
|
|
42
|
-
nodeId: string | number;
|
|
43
|
-
nodeKey: string;
|
|
44
|
-
nodeType: 'workflow';
|
|
45
|
-
};
|
|
10
|
+
export { Trigger } from '../../client-v2/triggers';
|
|
11
|
+
export type { TriggerTempAssociationSource } from '../../client-v2/triggers';
|
|
46
12
|
export declare const TriggerConfig: () => React.JSX.Element;
|
|
47
13
|
/**
|
|
48
14
|
* @experimental
|