@nocobase/plugin-workflow 1.2.12-alpha → 1.3.0-alpha.20240710084543
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/package.json +3 -3
- package/dist/client/AddButton.d.ts +0 -16
- package/dist/client/Branch.d.ts +0 -17
- package/dist/client/CanvasContent.d.ts +0 -12
- package/dist/client/ExecutionCanvas.d.ts +0 -10
- package/dist/client/ExecutionContextProvider.d.ts +0 -15
- package/dist/client/ExecutionLink.d.ts +0 -10
- package/dist/client/ExecutionPage.d.ts +0 -10
- package/dist/client/ExecutionResourceProvider.d.ts +0 -14
- package/dist/client/FlowContext.d.ts +0 -11
- package/dist/client/WorkflowCanvas.d.ts +0 -10
- package/dist/client/WorkflowLink.d.ts +0 -10
- package/dist/client/WorkflowPage.d.ts +0 -10
- package/dist/client/WorkflowPane.d.ts +0 -10
- package/dist/client/components/AssignedFieldsFormSchemaConfig.d.ts +0 -10
- package/dist/client/components/CheckboxGroupWithTooltip.d.ts +0 -15
- package/dist/client/components/CollectionBlockInitializer.d.ts +0 -10
- package/dist/client/components/CollectionFieldset.d.ts +0 -14
- package/dist/client/components/DetailsBlockProvider.d.ts +0 -14
- package/dist/client/components/DrawerDescription.d.ts +0 -10
- package/dist/client/components/DrawerForm.d.ts +0 -13
- package/dist/client/components/ExecutionStatus.d.ts +0 -13
- package/dist/client/components/FieldsSelect.d.ts +0 -10
- package/dist/client/components/FilterDynamicComponent.d.ts +0 -14
- package/dist/client/components/OpenDrawer.d.ts +0 -14
- package/dist/client/components/RadioWithTooltip.d.ts +0 -15
- package/dist/client/components/SimpleDesigner.d.ts +0 -10
- package/dist/client/components/StatusButton.d.ts +0 -10
- package/dist/client/components/TriggerOptionRender.d.ts +0 -12
- package/dist/client/components/ValueBlock.d.ts +0 -14
- package/dist/client/components/index.d.ts +0 -16
- package/dist/client/components/renderEngineReference.d.ts +0 -10
- package/dist/client/constants.d.ts +0 -45
- package/dist/client/hooks/index.d.ts +0 -11
- package/dist/client/hooks/useGetAriaLabelOfAddButton.d.ts +0 -14
- package/dist/client/hooks/useRefreshActionProps.d.ts +0 -11
- package/dist/client/hooks/useTriggerWorkflowActionProps.d.ts +0 -20
- package/dist/client/hooks/useWorkflowExecuted.d.ts +0 -10
- package/dist/client/index.d.ts +0 -43
- package/dist/client/index.js +0 -569
- package/dist/client/locale/index.d.ts +0 -11
- package/dist/client/nodes/calculation.d.ts +0 -80
- package/dist/client/nodes/condition.d.ts +0 -108
- package/dist/client/nodes/create.d.ts +0 -110
- package/dist/client/nodes/destroy.d.ts +0 -54
- package/dist/client/nodes/end.d.ts +0 -30
- package/dist/client/nodes/index.d.ts +0 -76
- package/dist/client/nodes/query.d.ts +0 -236
- package/dist/client/nodes/update.d.ts +0 -114
- package/dist/client/schemas/collection.d.ts +0 -170
- package/dist/client/schemas/executions.d.ts +0 -282
- package/dist/client/schemas/workflows.d.ts +0 -10
- package/dist/client/settings/customizeSubmitToWorkflowActionSettings.d.ts +0 -10
- package/dist/client/style.d.ts +0 -30
- package/dist/client/triggers/collection.d.ts +0 -124
- package/dist/client/triggers/index.d.ts +0 -36
- package/dist/client/triggers/schedule/EndsByField.d.ts +0 -13
- package/dist/client/triggers/schedule/OnField.d.ts +0 -13
- package/dist/client/triggers/schedule/RepeatField.d.ts +0 -13
- package/dist/client/triggers/schedule/ScheduleConfig.d.ts +0 -10
- package/dist/client/triggers/schedule/constants.d.ts +0 -12
- package/dist/client/triggers/schedule/index.d.ts +0 -33
- package/dist/client/triggers/schedule/locale/Cron.zh-CN.d.ts +0 -42
- package/dist/client/utils.d.ts +0 -12
- package/dist/client/variable.d.ts +0 -93
- package/dist/externalVersion.js +0 -34
- package/dist/index.d.ts +0 -10
- package/dist/index.js +0 -48
- package/dist/locale/en-US.json +0 -98
- package/dist/locale/es-ES.json +0 -98
- package/dist/locale/fr-FR.json +0 -98
- package/dist/locale/ja-JP.json +0 -82
- package/dist/locale/ko_KR.json +0 -168
- package/dist/locale/pt-BR.json +0 -98
- package/dist/locale/ru-RU.json +0 -82
- package/dist/locale/tr-TR.json +0 -82
- package/dist/locale/zh-CN.json +0 -205
- package/dist/node_modules/cron-parser/.eslintrc.json +0 -15
- package/dist/node_modules/cron-parser/.travis.yml +0 -7
- package/dist/node_modules/cron-parser/LICENSE +0 -21
- package/dist/node_modules/cron-parser/component.json +0 -11
- package/dist/node_modules/cron-parser/index.d.ts +0 -1
- package/dist/node_modules/cron-parser/lib/date.js +0 -252
- package/dist/node_modules/cron-parser/lib/expression.js +0 -983
- package/dist/node_modules/cron-parser/lib/field_compactor.js +0 -70
- package/dist/node_modules/cron-parser/lib/field_stringify.js +0 -38
- package/dist/node_modules/cron-parser/lib/parser.js +0 -1
- package/dist/node_modules/cron-parser/node_modules/luxon/build/amd/luxon.js +0 -8489
- package/dist/node_modules/cron-parser/node_modules/luxon/build/cjs-browser/luxon.js +0 -8487
- package/dist/node_modules/cron-parser/node_modules/luxon/build/global/luxon.js +0 -8490
- package/dist/node_modules/cron-parser/node_modules/luxon/build/global/luxon.min.js +0 -1
- package/dist/node_modules/cron-parser/node_modules/luxon/build/node/luxon.js +0 -7522
- package/dist/node_modules/cron-parser/node_modules/luxon/package.json +0 -96
- package/dist/node_modules/cron-parser/node_modules/luxon/src/datetime.js +0 -2169
- package/dist/node_modules/cron-parser/node_modules/luxon/src/duration.js +0 -880
- package/dist/node_modules/cron-parser/node_modules/luxon/src/errors.js +0 -61
- package/dist/node_modules/cron-parser/node_modules/luxon/src/impl/conversions.js +0 -157
- package/dist/node_modules/cron-parser/node_modules/luxon/src/impl/diff.js +0 -80
- package/dist/node_modules/cron-parser/node_modules/luxon/src/impl/digits.js +0 -76
- package/dist/node_modules/cron-parser/node_modules/luxon/src/impl/english.js +0 -233
- package/dist/node_modules/cron-parser/node_modules/luxon/src/impl/formats.js +0 -191
- package/dist/node_modules/cron-parser/node_modules/luxon/src/impl/formatter.js +0 -386
- package/dist/node_modules/cron-parser/node_modules/luxon/src/impl/invalid.js +0 -14
- package/dist/node_modules/cron-parser/node_modules/luxon/src/impl/locale.js +0 -482
- package/dist/node_modules/cron-parser/node_modules/luxon/src/impl/regexParser.js +0 -335
- package/dist/node_modules/cron-parser/node_modules/luxon/src/impl/tokenParser.js +0 -424
- package/dist/node_modules/cron-parser/node_modules/luxon/src/impl/util.js +0 -292
- package/dist/node_modules/cron-parser/node_modules/luxon/src/impl/zoneUtil.js +0 -36
- package/dist/node_modules/cron-parser/node_modules/luxon/src/info.js +0 -193
- package/dist/node_modules/cron-parser/node_modules/luxon/src/interval.js +0 -602
- package/dist/node_modules/cron-parser/node_modules/luxon/src/luxon.js +0 -26
- package/dist/node_modules/cron-parser/node_modules/luxon/src/luxonFilled.js +0 -13
- package/dist/node_modules/cron-parser/node_modules/luxon/src/settings.js +0 -137
- package/dist/node_modules/cron-parser/node_modules/luxon/src/zone.js +0 -88
- package/dist/node_modules/cron-parser/node_modules/luxon/src/zones/IANAZone.js +0 -191
- package/dist/node_modules/cron-parser/node_modules/luxon/src/zones/fixedOffsetZone.js +0 -94
- package/dist/node_modules/cron-parser/node_modules/luxon/src/zones/invalidZone.js +0 -53
- package/dist/node_modules/cron-parser/node_modules/luxon/src/zones/localZone.js +0 -63
- package/dist/node_modules/cron-parser/package.json +0 -1
- package/dist/node_modules/cron-parser/test/31_of_month.js +0 -17
- package/dist/node_modules/cron-parser/test/bug.js +0 -29
- package/dist/node_modules/cron-parser/test/crondate.js +0 -16
- package/dist/node_modules/cron-parser/test/crontab.example +0 -7
- package/dist/node_modules/cron-parser/test/empty_around_comma.js +0 -22
- package/dist/node_modules/cron-parser/test/expression.js +0 -1489
- package/dist/node_modules/cron-parser/test/field_compactor.js +0 -250
- package/dist/node_modules/cron-parser/test/field_stringify.js +0 -84
- package/dist/node_modules/cron-parser/test/fields.js +0 -32
- package/dist/node_modules/cron-parser/test/increment_on_first_iteration.js +0 -22
- package/dist/node_modules/cron-parser/test/index-ts3.test-d.ts +0 -133
- package/dist/node_modules/cron-parser/test/index.test-d.ts +0 -138
- package/dist/node_modules/cron-parser/test/leap_year.js +0 -17
- package/dist/node_modules/cron-parser/test/parser.js +0 -46
- package/dist/node_modules/cron-parser/test/parser_crondate_formats.js +0 -145
- package/dist/node_modules/cron-parser/test/parser_day_of_month.js +0 -169
- package/dist/node_modules/cron-parser/test/prev_date.js +0 -32
- package/dist/node_modules/cron-parser/test/stringify.js +0 -402
- package/dist/node_modules/cron-parser/test/timezone.js +0 -422
- package/dist/node_modules/cron-parser/types/common.d.ts +0 -131
- package/dist/node_modules/cron-parser/types/index.d.ts +0 -45
- package/dist/node_modules/cron-parser/types/ts3/index.d.ts +0 -28
- package/dist/node_modules/lru-cache/LICENSE +0 -15
- package/dist/node_modules/lru-cache/dist/cjs/index-cjs.d.ts +0 -7
- package/dist/node_modules/lru-cache/dist/cjs/index-cjs.js +0 -1
- package/dist/node_modules/lru-cache/dist/cjs/index.d.ts +0 -807
- package/dist/node_modules/lru-cache/dist/cjs/index.js +0 -1334
- package/dist/node_modules/lru-cache/dist/cjs/index.min.js +0 -2
- package/dist/node_modules/lru-cache/dist/cjs/package.json +0 -3
- package/dist/node_modules/lru-cache/dist/mjs/index.d.ts +0 -807
- package/dist/node_modules/lru-cache/dist/mjs/index.js +0 -1330
- package/dist/node_modules/lru-cache/dist/mjs/index.min.js +0 -2
- package/dist/node_modules/lru-cache/dist/mjs/package.json +0 -3
- package/dist/node_modules/lru-cache/package.json +0 -1
- package/dist/server/Plugin.d.ts +0 -84
- package/dist/server/Plugin.js +0 -503
- package/dist/server/Processor.d.ts +0 -115
- package/dist/server/Processor.js +0 -363
- package/dist/server/actions/executions.d.ts +0 -11
- package/dist/server/actions/executions.js +0 -96
- package/dist/server/actions/index.d.ts +0 -11
- package/dist/server/actions/index.js +0 -66
- package/dist/server/actions/nodes.d.ts +0 -12
- package/dist/server/actions/nodes.js +0 -217
- package/dist/server/actions/workflows.d.ts +0 -14
- package/dist/server/actions/workflows.js +0 -184
- package/dist/server/collections/executions.d.ts +0 -11
- package/dist/server/collections/executions.js +0 -66
- package/dist/server/collections/flow_nodes.d.ts +0 -11
- package/dist/server/collections/flow_nodes.js +0 -87
- package/dist/server/collections/jobs.d.ts +0 -11
- package/dist/server/collections/jobs.js +0 -66
- package/dist/server/collections/workflows.d.ts +0 -10
- package/dist/server/collections/workflows.js +0 -126
- package/dist/server/constants.d.ts +0 -29
- package/dist/server/constants.js +0 -58
- package/dist/server/functions/index.d.ts +0 -17
- package/dist/server/functions/index.js +0 -40
- package/dist/server/index.d.ts +0 -15
- package/dist/server/index.js +0 -60
- package/dist/server/instructions/CalculationInstruction.d.ts +0 -25
- package/dist/server/instructions/CalculationInstruction.js +0 -59
- package/dist/server/instructions/ConditionInstruction.d.ts +0 -36
- package/dist/server/instructions/ConditionInstruction.js +0 -167
- package/dist/server/instructions/CreateInstruction.d.ts +0 -18
- package/dist/server/instructions/CreateInstruction.js +0 -75
- package/dist/server/instructions/DestroyInstruction.d.ts +0 -18
- package/dist/server/instructions/DestroyInstruction.js +0 -59
- package/dist/server/instructions/EndInstruction.d.ts +0 -14
- package/dist/server/instructions/EndInstruction.js +0 -55
- package/dist/server/instructions/QueryInstruction.d.ts +0 -21
- package/dist/server/instructions/QueryInstruction.js +0 -82
- package/dist/server/instructions/UpdateInstruction.d.ts +0 -18
- package/dist/server/instructions/UpdateInstruction.js +0 -59
- package/dist/server/instructions/index.d.ts +0 -31
- package/dist/server/instructions/index.js +0 -42
- package/dist/server/migrations/20221129153547-calculation-variables.d.ts +0 -14
- package/dist/server/migrations/20221129153547-calculation-variables.js +0 -92
- package/dist/server/migrations/20230221032941-change-request-body-type.d.ts +0 -14
- package/dist/server/migrations/20230221032941-change-request-body-type.js +0 -102
- package/dist/server/migrations/20230221071831-calculation-expression.d.ts +0 -13
- package/dist/server/migrations/20230221071831-calculation-expression.js +0 -121
- package/dist/server/migrations/20230221121203-condition-calculation.d.ts +0 -13
- package/dist/server/migrations/20230221121203-condition-calculation.js +0 -106
- package/dist/server/migrations/20230221162902-jsonb-to-json.d.ts +0 -13
- package/dist/server/migrations/20230221162902-jsonb-to-json.js +0 -63
- package/dist/server/migrations/20230411034722-manual-multi-form.d.ts +0 -13
- package/dist/server/migrations/20230411034722-manual-multi-form.js +0 -283
- package/dist/server/migrations/20230612021134-manual-collection-block.d.ts +0 -13
- package/dist/server/migrations/20230612021134-manual-collection-block.js +0 -152
- package/dist/server/migrations/20230710115902-manual-action-values.d.ts +0 -13
- package/dist/server/migrations/20230710115902-manual-action-values.js +0 -101
- package/dist/server/migrations/20230809113132-workflow-options.d.ts +0 -13
- package/dist/server/migrations/20230809113132-workflow-options.js +0 -64
- package/dist/server/migrations/20231024172342-add-node-key.d.ts +0 -13
- package/dist/server/migrations/20231024172342-add-node-key.js +0 -90
- package/dist/server/migrations/20231122143143-split-to-plugins.d.ts +0 -13
- package/dist/server/migrations/20231122143143-split-to-plugins.js +0 -67
- package/dist/server/migrations/20240115220721-add-node-key-to-job.d.ts +0 -14
- package/dist/server/migrations/20240115220721-add-node-key-to-job.js +0 -63
- package/dist/server/migrations/20240613222612-fix-assign-field-config.d.ts +0 -13
- package/dist/server/migrations/20240613222612-fix-assign-field-config.js +0 -62
- package/dist/server/triggers/CollectionTrigger.d.ts +0 -22
- package/dist/server/triggers/CollectionTrigger.js +0 -184
- package/dist/server/triggers/ScheduleTrigger/DateFieldScheduleTrigger.d.ts +0 -39
- package/dist/server/triggers/ScheduleTrigger/DateFieldScheduleTrigger.js +0 -356
- package/dist/server/triggers/ScheduleTrigger/StaticScheduleTrigger.d.ts +0 -21
- package/dist/server/triggers/ScheduleTrigger/StaticScheduleTrigger.js +0 -152
- package/dist/server/triggers/ScheduleTrigger/index.d.ts +0 -18
- package/dist/server/triggers/ScheduleTrigger/index.js +0 -84
- package/dist/server/triggers/ScheduleTrigger/utils.d.ts +0 -13
- package/dist/server/triggers/ScheduleTrigger/utils.js +0 -44
- package/dist/server/triggers/index.d.ts +0 -21
- package/dist/server/triggers/index.js +0 -46
- package/dist/server/types/Execution.d.ts +0 -25
- package/dist/server/types/Execution.js +0 -34
- package/dist/server/types/FlowNode.d.ts +0 -24
- package/dist/server/types/FlowNode.js +0 -34
- package/dist/server/types/Job.d.ts +0 -22
- package/dist/server/types/Job.js +0 -34
- package/dist/server/types/Workflow.d.ts +0 -35
- package/dist/server/types/Workflow.js +0 -34
- package/dist/server/types/index.d.ts +0 -12
- package/dist/server/types/index.js +0 -24
- package/dist/server/utils.d.ts +0 -9
- package/dist/server/utils.js +0 -51
- package/dist/swagger/index.d.ts +0 -762
- package/dist/swagger/index.js +0 -807
|
@@ -1,282 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file is part of the NocoBase (R) project.
|
|
3
|
-
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
-
* Authors: NocoBase Team.
|
|
5
|
-
*
|
|
6
|
-
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
-
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
-
*/
|
|
9
|
-
export declare const executionCollection: {
|
|
10
|
-
name: string;
|
|
11
|
-
fields: {
|
|
12
|
-
interface: string;
|
|
13
|
-
type: string;
|
|
14
|
-
name: string;
|
|
15
|
-
uiSchema: import("@formily/react").Stringify<{
|
|
16
|
-
[key: symbol]: any;
|
|
17
|
-
[key: `x-${string}`]: any;
|
|
18
|
-
[key: `x-${number}`]: any;
|
|
19
|
-
version?: string;
|
|
20
|
-
name?: import("@formily/react").SchemaKey;
|
|
21
|
-
title?: any;
|
|
22
|
-
description?: any;
|
|
23
|
-
default?: any;
|
|
24
|
-
readOnly?: boolean;
|
|
25
|
-
writeOnly?: boolean;
|
|
26
|
-
type?: import("@formily/react").SchemaTypes;
|
|
27
|
-
enum?: import("@formily/react").SchemaEnum<any>;
|
|
28
|
-
const?: any;
|
|
29
|
-
multipleOf?: number;
|
|
30
|
-
maximum?: number;
|
|
31
|
-
exclusiveMaximum?: number;
|
|
32
|
-
minimum?: number;
|
|
33
|
-
exclusiveMinimum?: number;
|
|
34
|
-
maxLength?: number;
|
|
35
|
-
minLength?: number;
|
|
36
|
-
pattern?: string | RegExp;
|
|
37
|
-
maxItems?: number;
|
|
38
|
-
minItems?: number;
|
|
39
|
-
uniqueItems?: boolean;
|
|
40
|
-
maxProperties?: number;
|
|
41
|
-
minProperties?: number;
|
|
42
|
-
required?: string | boolean | string[];
|
|
43
|
-
format?: string;
|
|
44
|
-
$ref?: string;
|
|
45
|
-
$namespace?: string;
|
|
46
|
-
definitions?: import("@formily/react").SchemaProperties<any, any, any, any, any, any, any, any>;
|
|
47
|
-
properties?: import("@formily/react").SchemaProperties<any, any, any, any, any, any, any, any>;
|
|
48
|
-
items?: import("@formily/react").SchemaItems<any, any, any, any, any, any, any, any>;
|
|
49
|
-
additionalItems?: import("@formily/react").Stringify<any>;
|
|
50
|
-
patternProperties?: import("@formily/react").SchemaProperties<any, any, any, any, any, any, any, any>;
|
|
51
|
-
additionalProperties?: import("@formily/react").Stringify<any>;
|
|
52
|
-
"x-value"?: any;
|
|
53
|
-
"x-index"?: number;
|
|
54
|
-
"x-pattern"?: any;
|
|
55
|
-
"x-display"?: any;
|
|
56
|
-
"x-validator"?: any;
|
|
57
|
-
"x-decorator"?: any;
|
|
58
|
-
"x-decorator-props"?: any;
|
|
59
|
-
"x-component"?: any;
|
|
60
|
-
"x-component-props"?: any;
|
|
61
|
-
"x-reactions"?: import("@formily/react").SchemaReactions<any>;
|
|
62
|
-
"x-content"?: any;
|
|
63
|
-
"x-data"?: any;
|
|
64
|
-
"x-visible"?: boolean;
|
|
65
|
-
"x-hidden"?: boolean;
|
|
66
|
-
"x-disabled"?: boolean;
|
|
67
|
-
"x-editable"?: boolean;
|
|
68
|
-
"x-read-only"?: boolean;
|
|
69
|
-
"x-read-pretty"?: boolean;
|
|
70
|
-
"x-compile-omitted"?: string[];
|
|
71
|
-
}>;
|
|
72
|
-
}[];
|
|
73
|
-
};
|
|
74
|
-
export declare const executionSchema: {
|
|
75
|
-
type: string;
|
|
76
|
-
name: string;
|
|
77
|
-
title: string;
|
|
78
|
-
'x-component': string;
|
|
79
|
-
properties: {
|
|
80
|
-
content: {
|
|
81
|
-
type: string;
|
|
82
|
-
'x-decorator': string;
|
|
83
|
-
'x-decorator-props': {
|
|
84
|
-
collection: {
|
|
85
|
-
name: string;
|
|
86
|
-
fields: {
|
|
87
|
-
interface: string;
|
|
88
|
-
type: string;
|
|
89
|
-
name: string;
|
|
90
|
-
uiSchema: import("@formily/react").Stringify<{
|
|
91
|
-
[key: symbol]: any;
|
|
92
|
-
[key: `x-${string}`]: any;
|
|
93
|
-
[key: `x-${number}`]: any;
|
|
94
|
-
version?: string;
|
|
95
|
-
name?: import("@formily/react").SchemaKey;
|
|
96
|
-
title?: any;
|
|
97
|
-
description?: any;
|
|
98
|
-
default?: any;
|
|
99
|
-
readOnly?: boolean;
|
|
100
|
-
writeOnly?: boolean;
|
|
101
|
-
type?: import("@formily/react").SchemaTypes;
|
|
102
|
-
enum?: import("@formily/react").SchemaEnum<any>;
|
|
103
|
-
const?: any;
|
|
104
|
-
multipleOf?: number;
|
|
105
|
-
maximum?: number;
|
|
106
|
-
exclusiveMaximum?: number;
|
|
107
|
-
minimum?: number;
|
|
108
|
-
exclusiveMinimum?: number;
|
|
109
|
-
maxLength?: number;
|
|
110
|
-
minLength?: number;
|
|
111
|
-
pattern?: string | RegExp;
|
|
112
|
-
maxItems?: number;
|
|
113
|
-
minItems?: number;
|
|
114
|
-
uniqueItems?: boolean;
|
|
115
|
-
maxProperties?: number;
|
|
116
|
-
minProperties?: number;
|
|
117
|
-
required?: string | boolean | string[];
|
|
118
|
-
format?: string;
|
|
119
|
-
$ref?: string;
|
|
120
|
-
$namespace?: string;
|
|
121
|
-
definitions?: import("@formily/react").SchemaProperties<any, any, any, any, any, any, any, any>;
|
|
122
|
-
properties?: import("@formily/react").SchemaProperties<any, any, any, any, any, any, any, any>;
|
|
123
|
-
items?: import("@formily/react").SchemaItems<any, any, any, any, any, any, any, any>;
|
|
124
|
-
additionalItems?: import("@formily/react").Stringify<any>;
|
|
125
|
-
patternProperties?: import("@formily/react").SchemaProperties<any, any, any, any, any, any, any, any>;
|
|
126
|
-
additionalProperties?: import("@formily/react").Stringify<any>;
|
|
127
|
-
"x-value"?: any;
|
|
128
|
-
"x-index"?: number;
|
|
129
|
-
"x-pattern"?: any;
|
|
130
|
-
"x-display"?: any;
|
|
131
|
-
"x-validator"?: any;
|
|
132
|
-
"x-decorator"?: any;
|
|
133
|
-
"x-decorator-props"?: any;
|
|
134
|
-
"x-component"?: any;
|
|
135
|
-
"x-component-props"?: any;
|
|
136
|
-
"x-reactions"?: import("@formily/react").SchemaReactions<any>;
|
|
137
|
-
"x-content"?: any;
|
|
138
|
-
"x-data"?: any;
|
|
139
|
-
"x-visible"?: boolean;
|
|
140
|
-
"x-hidden"?: boolean;
|
|
141
|
-
"x-disabled"?: boolean;
|
|
142
|
-
"x-editable"?: boolean;
|
|
143
|
-
"x-read-only"?: boolean;
|
|
144
|
-
"x-read-pretty"?: boolean;
|
|
145
|
-
"x-compile-omitted"?: string[];
|
|
146
|
-
}>;
|
|
147
|
-
}[];
|
|
148
|
-
};
|
|
149
|
-
resourceName: string;
|
|
150
|
-
request: {
|
|
151
|
-
resource: string;
|
|
152
|
-
action: string;
|
|
153
|
-
params: {
|
|
154
|
-
appends: string[];
|
|
155
|
-
pageSize: number;
|
|
156
|
-
sort: string[];
|
|
157
|
-
filter: {};
|
|
158
|
-
};
|
|
159
|
-
};
|
|
160
|
-
};
|
|
161
|
-
properties: {
|
|
162
|
-
actions: {
|
|
163
|
-
type: string;
|
|
164
|
-
'x-component': string;
|
|
165
|
-
'x-component-props': {
|
|
166
|
-
style: {
|
|
167
|
-
marginBottom: number;
|
|
168
|
-
};
|
|
169
|
-
};
|
|
170
|
-
properties: {
|
|
171
|
-
refresher: {
|
|
172
|
-
type: string;
|
|
173
|
-
title: string;
|
|
174
|
-
'x-component': string;
|
|
175
|
-
'x-use-component-props': string;
|
|
176
|
-
'x-component-props': {
|
|
177
|
-
icon: string;
|
|
178
|
-
};
|
|
179
|
-
};
|
|
180
|
-
clear: {
|
|
181
|
-
type: string;
|
|
182
|
-
title: string;
|
|
183
|
-
'x-component': string;
|
|
184
|
-
'x-component-props': {
|
|
185
|
-
useAction(): {
|
|
186
|
-
run(): Promise<void>;
|
|
187
|
-
};
|
|
188
|
-
confirm: {
|
|
189
|
-
title: string;
|
|
190
|
-
content: string;
|
|
191
|
-
};
|
|
192
|
-
};
|
|
193
|
-
};
|
|
194
|
-
};
|
|
195
|
-
};
|
|
196
|
-
table: {
|
|
197
|
-
type: string;
|
|
198
|
-
'x-component': string;
|
|
199
|
-
'x-component-props': {
|
|
200
|
-
rowKey: string;
|
|
201
|
-
useDataSource: string;
|
|
202
|
-
};
|
|
203
|
-
properties: {
|
|
204
|
-
id: {
|
|
205
|
-
type: string;
|
|
206
|
-
'x-decorator': string;
|
|
207
|
-
'x-component': string;
|
|
208
|
-
properties: {
|
|
209
|
-
id: {
|
|
210
|
-
type: string;
|
|
211
|
-
'x-component': string;
|
|
212
|
-
'x-read-pretty': boolean;
|
|
213
|
-
};
|
|
214
|
-
};
|
|
215
|
-
};
|
|
216
|
-
createdAt: {
|
|
217
|
-
type: string;
|
|
218
|
-
'x-decorator': string;
|
|
219
|
-
'x-component': string;
|
|
220
|
-
properties: {
|
|
221
|
-
createdAt: {
|
|
222
|
-
type: string;
|
|
223
|
-
'x-component': string;
|
|
224
|
-
'x-component-props': {
|
|
225
|
-
showTime: boolean;
|
|
226
|
-
};
|
|
227
|
-
'x-read-pretty': boolean;
|
|
228
|
-
};
|
|
229
|
-
};
|
|
230
|
-
};
|
|
231
|
-
workflowId: {
|
|
232
|
-
type: string;
|
|
233
|
-
'x-decorator': string;
|
|
234
|
-
'x-component': string;
|
|
235
|
-
properties: {
|
|
236
|
-
workflowId: {
|
|
237
|
-
type: string;
|
|
238
|
-
'x-component': string;
|
|
239
|
-
'x-read-pretty': boolean;
|
|
240
|
-
};
|
|
241
|
-
};
|
|
242
|
-
};
|
|
243
|
-
status: {
|
|
244
|
-
type: string;
|
|
245
|
-
'x-decorator': string;
|
|
246
|
-
'x-component': string;
|
|
247
|
-
title: string;
|
|
248
|
-
properties: {
|
|
249
|
-
status: {
|
|
250
|
-
type: string;
|
|
251
|
-
'x-decorator': string;
|
|
252
|
-
'x-component': string;
|
|
253
|
-
'x-read-pretty': boolean;
|
|
254
|
-
};
|
|
255
|
-
};
|
|
256
|
-
};
|
|
257
|
-
actions: {
|
|
258
|
-
type: string;
|
|
259
|
-
title: string;
|
|
260
|
-
'x-component': string;
|
|
261
|
-
properties: {
|
|
262
|
-
actions: {
|
|
263
|
-
type: string;
|
|
264
|
-
'x-component': string;
|
|
265
|
-
'x-component-props': {
|
|
266
|
-
split: string;
|
|
267
|
-
};
|
|
268
|
-
properties: {
|
|
269
|
-
link: {
|
|
270
|
-
type: string;
|
|
271
|
-
'x-component': string;
|
|
272
|
-
};
|
|
273
|
-
};
|
|
274
|
-
};
|
|
275
|
-
};
|
|
276
|
-
};
|
|
277
|
-
};
|
|
278
|
-
};
|
|
279
|
-
};
|
|
280
|
-
};
|
|
281
|
-
};
|
|
282
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file is part of the NocoBase (R) project.
|
|
3
|
-
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
-
* Authors: NocoBase Team.
|
|
5
|
-
*
|
|
6
|
-
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
-
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
-
*/
|
|
9
|
-
import { ISchema } from '@formily/react';
|
|
10
|
-
export declare const workflowSchema: ISchema;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file is part of the NocoBase (R) project.
|
|
3
|
-
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
-
* Authors: NocoBase Team.
|
|
5
|
-
*
|
|
6
|
-
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
-
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
-
*/
|
|
9
|
-
import { SchemaSettings } from '@nocobase/client';
|
|
10
|
-
export declare const customizeSubmitToWorkflowActionSettings: SchemaSettings<{}>;
|
package/dist/client/style.d.ts
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file is part of the NocoBase (R) project.
|
|
3
|
-
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
-
* Authors: NocoBase Team.
|
|
5
|
-
*
|
|
6
|
-
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
-
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
-
*/
|
|
9
|
-
declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
|
|
10
|
-
workflowPageClass: import("antd-style").SerializedStyles;
|
|
11
|
-
dropdownClass: import("antd-style").SerializedStyles;
|
|
12
|
-
workflowVersionDropdownClass: import("antd-style").SerializedStyles;
|
|
13
|
-
executionsDropdownRowClass: import("antd-style").SerializedStyles;
|
|
14
|
-
branchBlockClass: import("antd-style").SerializedStyles;
|
|
15
|
-
branchClass: import("antd-style").SerializedStyles;
|
|
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
|
-
conditionClass: import("antd-style").SerializedStyles;
|
|
27
|
-
loopLineClass: import("antd-style").SerializedStyles;
|
|
28
|
-
terminalClass: import("antd-style").SerializedStyles;
|
|
29
|
-
}>;
|
|
30
|
-
export default useStyles;
|
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file is part of the NocoBase (R) project.
|
|
3
|
-
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
-
* Authors: NocoBase Team.
|
|
5
|
-
*
|
|
6
|
-
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
-
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
-
*/
|
|
9
|
-
/// <reference types="react" />
|
|
10
|
-
import { SchemaInitializerItemType, useCollectionDataSource } from '@nocobase/client';
|
|
11
|
-
import { useWorkflowAnyExecuted } from '../hooks';
|
|
12
|
-
import { Trigger } from '.';
|
|
13
|
-
declare function useVariables(config: any, options: any): import("../variable").VariableOption[];
|
|
14
|
-
export default class extends Trigger {
|
|
15
|
-
title: string;
|
|
16
|
-
description: string;
|
|
17
|
-
fieldset: {
|
|
18
|
-
collection: {
|
|
19
|
-
'x-disabled': string;
|
|
20
|
-
'x-component-props': {
|
|
21
|
-
dataSourceFilter(item: any): any;
|
|
22
|
-
};
|
|
23
|
-
"x-reactions": any[];
|
|
24
|
-
type: string;
|
|
25
|
-
title: string;
|
|
26
|
-
required: boolean;
|
|
27
|
-
'x-decorator': string;
|
|
28
|
-
'x-component': string;
|
|
29
|
-
};
|
|
30
|
-
mode: {
|
|
31
|
-
type: string;
|
|
32
|
-
title: string;
|
|
33
|
-
'x-decorator': string;
|
|
34
|
-
'x-component': string;
|
|
35
|
-
'x-component-props': {
|
|
36
|
-
popupMatchSelectWidth: boolean;
|
|
37
|
-
placeholder: string;
|
|
38
|
-
className: string;
|
|
39
|
-
};
|
|
40
|
-
enum: {
|
|
41
|
-
label: string;
|
|
42
|
-
value: number;
|
|
43
|
-
}[];
|
|
44
|
-
required: boolean;
|
|
45
|
-
'x-reactions': {
|
|
46
|
-
dependencies: string[];
|
|
47
|
-
fulfill: {
|
|
48
|
-
state: {
|
|
49
|
-
visible: string;
|
|
50
|
-
};
|
|
51
|
-
};
|
|
52
|
-
}[];
|
|
53
|
-
};
|
|
54
|
-
changed: {
|
|
55
|
-
type: string;
|
|
56
|
-
title: string;
|
|
57
|
-
description: string;
|
|
58
|
-
'x-decorator': string;
|
|
59
|
-
'x-component': string;
|
|
60
|
-
'x-component-props': {
|
|
61
|
-
mode: string;
|
|
62
|
-
placeholder: string;
|
|
63
|
-
filter(field: any): boolean;
|
|
64
|
-
};
|
|
65
|
-
'x-reactions': {
|
|
66
|
-
dependencies: string[];
|
|
67
|
-
fulfill: {
|
|
68
|
-
state: {
|
|
69
|
-
visible: string;
|
|
70
|
-
};
|
|
71
|
-
};
|
|
72
|
-
}[];
|
|
73
|
-
};
|
|
74
|
-
condition: {
|
|
75
|
-
title: string;
|
|
76
|
-
'x-component-props': {};
|
|
77
|
-
'x-reactions': {
|
|
78
|
-
dependencies: string[];
|
|
79
|
-
fulfill: {
|
|
80
|
-
state: {
|
|
81
|
-
visible: string;
|
|
82
|
-
};
|
|
83
|
-
};
|
|
84
|
-
}[];
|
|
85
|
-
type: string;
|
|
86
|
-
'x-decorator': string;
|
|
87
|
-
'x-component': string;
|
|
88
|
-
'x-use-component-props': () => {
|
|
89
|
-
options: any[];
|
|
90
|
-
className: string;
|
|
91
|
-
};
|
|
92
|
-
};
|
|
93
|
-
appends: {
|
|
94
|
-
'x-reactions': {
|
|
95
|
-
dependencies: string[];
|
|
96
|
-
fulfill: {
|
|
97
|
-
state: {
|
|
98
|
-
visible: string;
|
|
99
|
-
};
|
|
100
|
-
};
|
|
101
|
-
}[];
|
|
102
|
-
type: string;
|
|
103
|
-
title: string;
|
|
104
|
-
description: string;
|
|
105
|
-
'x-decorator': string;
|
|
106
|
-
'x-component': string;
|
|
107
|
-
'x-component-props': {
|
|
108
|
-
title: string;
|
|
109
|
-
multiple: boolean;
|
|
110
|
-
useCollection(): any;
|
|
111
|
-
};
|
|
112
|
-
};
|
|
113
|
-
};
|
|
114
|
-
scope: {
|
|
115
|
-
useCollectionDataSource: typeof useCollectionDataSource;
|
|
116
|
-
useWorkflowAnyExecuted: typeof useWorkflowAnyExecuted;
|
|
117
|
-
};
|
|
118
|
-
components: {
|
|
119
|
-
FieldsSelect: import("react").MemoExoticComponent<import("@formily/reactive-react").ReactFC<Omit<any, "ref">>>;
|
|
120
|
-
};
|
|
121
|
-
useVariables: typeof useVariables;
|
|
122
|
-
useInitializers(config: any): SchemaInitializerItemType | null;
|
|
123
|
-
}
|
|
124
|
-
export {};
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file is part of the NocoBase (R) project.
|
|
3
|
-
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
-
* Authors: NocoBase Team.
|
|
5
|
-
*
|
|
6
|
-
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
-
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
-
*/
|
|
9
|
-
import React from 'react';
|
|
10
|
-
import { ISchema } from '@formily/react';
|
|
11
|
-
import { SchemaInitializerItemType } from '@nocobase/client';
|
|
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: {
|
|
19
|
-
[key: string]: ISchema;
|
|
20
|
-
};
|
|
21
|
-
view?: ISchema;
|
|
22
|
-
scope?: {
|
|
23
|
-
[key: string]: any;
|
|
24
|
-
};
|
|
25
|
-
components?: {
|
|
26
|
-
[key: string]: any;
|
|
27
|
-
};
|
|
28
|
-
useInitializers?(config: any): SchemaInitializerItemType | null;
|
|
29
|
-
initializers?: any;
|
|
30
|
-
isActionTriggerable?: boolean | ((config: object, context?: object) => boolean);
|
|
31
|
-
}
|
|
32
|
-
export declare const TriggerConfig: () => React.JSX.Element;
|
|
33
|
-
/**
|
|
34
|
-
* @experimental
|
|
35
|
-
*/
|
|
36
|
-
export declare function useTrigger(): any;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file is part of the NocoBase (R) project.
|
|
3
|
-
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
-
* Authors: NocoBase Team.
|
|
5
|
-
*
|
|
6
|
-
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
-
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
-
*/
|
|
9
|
-
import React from 'react';
|
|
10
|
-
export declare function EndsByField({ value, onChange }: {
|
|
11
|
-
value: any;
|
|
12
|
-
onChange: any;
|
|
13
|
-
}): React.JSX.Element;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file is part of the NocoBase (R) project.
|
|
3
|
-
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
-
* Authors: NocoBase Team.
|
|
5
|
-
*
|
|
6
|
-
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
-
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
-
*/
|
|
9
|
-
import React from 'react';
|
|
10
|
-
export declare function OnField({ value: propsValue, onChange }: {
|
|
11
|
-
value: any;
|
|
12
|
-
onChange: any;
|
|
13
|
-
}): React.JSX.Element;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file is part of the NocoBase (R) project.
|
|
3
|
-
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
-
* Authors: NocoBase Team.
|
|
5
|
-
*
|
|
6
|
-
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
-
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
-
*/
|
|
9
|
-
import React from 'react';
|
|
10
|
-
export declare function RepeatField({ value, onChange }: {
|
|
11
|
-
value?: any;
|
|
12
|
-
onChange: any;
|
|
13
|
-
}): React.JSX.Element;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file is part of the NocoBase (R) project.
|
|
3
|
-
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
-
* Authors: NocoBase Team.
|
|
5
|
-
*
|
|
6
|
-
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
-
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
-
*/
|
|
9
|
-
import React from 'react';
|
|
10
|
-
export declare const ScheduleConfig: () => React.JSX.Element;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file is part of the NocoBase (R) project.
|
|
3
|
-
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
-
* Authors: NocoBase Team.
|
|
5
|
-
*
|
|
6
|
-
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
-
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
-
*/
|
|
9
|
-
export declare const SCHEDULE_MODE: {
|
|
10
|
-
STATIC: number;
|
|
11
|
-
DATE_FIELD: number;
|
|
12
|
-
};
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file is part of the NocoBase (R) project.
|
|
3
|
-
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
-
* Authors: NocoBase Team.
|
|
5
|
-
*
|
|
6
|
-
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
-
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
-
*/
|
|
9
|
-
/// <reference types="react" />
|
|
10
|
-
import { SchemaInitializerItemType, useCollectionDataSource } from '@nocobase/client';
|
|
11
|
-
import { Trigger } from '..';
|
|
12
|
-
declare function useVariables(config: any, opts: any): any[];
|
|
13
|
-
export default class extends Trigger {
|
|
14
|
-
sync: boolean;
|
|
15
|
-
title: string;
|
|
16
|
-
description: string;
|
|
17
|
-
fieldset: {
|
|
18
|
-
config: {
|
|
19
|
-
type: string;
|
|
20
|
-
'x-component': string;
|
|
21
|
-
'x-component-props': {};
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
scope: {
|
|
25
|
-
useCollectionDataSource: typeof useCollectionDataSource;
|
|
26
|
-
};
|
|
27
|
-
components: {
|
|
28
|
-
ScheduleConfig: () => import("react").JSX.Element;
|
|
29
|
-
};
|
|
30
|
-
useVariables: typeof useVariables;
|
|
31
|
-
useInitializers(config: any): SchemaInitializerItemType | null;
|
|
32
|
-
}
|
|
33
|
-
export {};
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file is part of the NocoBase (R) project.
|
|
3
|
-
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
-
* Authors: NocoBase Team.
|
|
5
|
-
*
|
|
6
|
-
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
-
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
-
*/
|
|
9
|
-
declare const _default: {
|
|
10
|
-
everyText: string;
|
|
11
|
-
emptyMonths: string;
|
|
12
|
-
emptyMonthDays: string;
|
|
13
|
-
emptyMonthDaysShort: string;
|
|
14
|
-
emptyWeekDays: string;
|
|
15
|
-
emptyWeekDaysShort: string;
|
|
16
|
-
emptyHours: string;
|
|
17
|
-
emptyMinutes: string;
|
|
18
|
-
emptyMinutesForHourPeriod: string;
|
|
19
|
-
yearOption: string;
|
|
20
|
-
monthOption: string;
|
|
21
|
-
weekOption: string;
|
|
22
|
-
dayOption: string;
|
|
23
|
-
hourOption: string;
|
|
24
|
-
minuteOption: string;
|
|
25
|
-
rebootOption: string;
|
|
26
|
-
prefixPeriod: string;
|
|
27
|
-
prefixMonths: string;
|
|
28
|
-
prefixMonthDays: string;
|
|
29
|
-
prefixWeekDays: string;
|
|
30
|
-
prefixWeekDaysForMonthAndYearPeriod: string;
|
|
31
|
-
prefixHours: string;
|
|
32
|
-
prefixMinutes: string;
|
|
33
|
-
prefixMinutesForHourPeriod: string;
|
|
34
|
-
suffixMinutesForHourPeriod: string;
|
|
35
|
-
errorInvalidCron: string;
|
|
36
|
-
clearButtonText: string;
|
|
37
|
-
weekDays: string[];
|
|
38
|
-
months: string[];
|
|
39
|
-
altWeekDays: string[];
|
|
40
|
-
altMonths: string[];
|
|
41
|
-
};
|
|
42
|
-
export default _default;
|
package/dist/client/utils.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file is part of the NocoBase (R) project.
|
|
3
|
-
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
-
* Authors: NocoBase Team.
|
|
5
|
-
*
|
|
6
|
-
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
-
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
-
*/
|
|
9
|
-
export declare function linkNodes(nodes: any): void;
|
|
10
|
-
export declare function traverseSchema(schema: any, fn: any): void;
|
|
11
|
-
export declare function getWorkflowDetailPath(id: string | number): string;
|
|
12
|
-
export declare function getWorkflowExecutionsPath(id: string | number): string;
|