@tachybase/module-workflow 0.23.18 → 0.23.20
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/Branch.d.ts +1 -1
- package/dist/client/CanvasContent.d.ts +1 -2
- package/dist/client/CanvasContentWrapper.d.ts +1 -2
- package/dist/client/ExecutionCanvas.d.ts +1 -2
- package/dist/client/ExecutionContextProvider.d.ts +1 -2
- package/dist/client/ExecutionLink.d.ts +1 -2
- package/dist/client/ExecutionPage.d.ts +1 -2
- package/dist/client/ExecutionResourceProvider.d.ts +1 -2
- package/dist/client/WorkflowCanvas.d.ts +1 -2
- package/dist/client/WorkflowLink.d.ts +1 -2
- package/dist/client/WorkflowPage.d.ts +1 -2
- package/dist/client/WorkflowPane.d.ts +1 -2
- package/dist/client/components/AddNotifiedPerson.d.ts +1 -2
- package/dist/client/components/AutoResizeInput.d.ts +1 -2
- package/dist/client/components/CheckboxGroupWithTooltip.d.ts +1 -2
- package/dist/client/components/CollectionBlockInitializer.d.ts +1 -2
- package/dist/client/components/ColumnShowCollection.d.ts +1 -2
- package/dist/client/components/ColumnShowTitle.d.ts +1 -2
- package/dist/client/components/ConfigButtonMessage.d.ts +1 -2
- package/dist/client/components/DetailsBlockProvider.d.ts +1 -2
- package/dist/client/components/DrawerDescription.d.ts +1 -2
- package/dist/client/components/DrawerForm.d.ts +1 -2
- package/dist/client/components/ExecutionStatus.d.ts +2 -3
- package/dist/client/components/ExecutionTime.d.ts +1 -2
- package/dist/client/components/FilterDynamicComponent.d.ts +1 -2
- package/dist/client/components/GoBackButton.d.ts +1 -2
- package/dist/client/components/OpenDrawer.d.ts +1 -2
- package/dist/client/components/RadioWithTooltip.d.ts +1 -2
- package/dist/client/components/SelectNotifiedPerson.d.ts +1 -2
- package/dist/client/components/ShowNodeTypesInWorkflow.d.ts +1 -2
- package/dist/client/components/SimpleDesigner.d.ts +1 -2
- package/dist/client/components/StatusButton.d.ts +1 -2
- package/dist/client/components/WorkflowLink.d.ts +1 -2
- package/dist/client/components/renderEngineReference.d.ts +1 -2
- package/dist/client/constants.d.ts +2 -3
- package/dist/client/features/delay/DelayInstruction.d.ts +1 -2
- package/dist/client/features/dynamic-calculation/DynamicCalculation.d.ts +1 -2
- package/dist/client/features/loop/LoopInstruction.d.ts +1 -2
- package/dist/client/features/manual/instruction/AssigneesSelect.d.ts +1 -2
- package/dist/client/features/manual/instruction/FormBlockInitializer.d.ts +1 -2
- package/dist/client/features/manual/instruction/FormBlockProvider.d.ts +1 -2
- package/dist/client/features/manual/instruction/ModeConfig.d.ts +1 -2
- package/dist/client/features/manual/instruction/SchemaConfig.d.ts +2 -2
- package/dist/client/features/notice/configuration/Notice.instruction.d.ts +4 -4
- package/dist/client/features/notice/configuration/config-items/AddNotifiedPerson.view.d.ts +1 -2
- package/dist/client/features/notice/configuration/config-items/ConfigButtonNotice.view.d.ts +1 -2
- package/dist/client/features/notice/configuration/config-items/SelectNotifiedPerson.view.d.ts +1 -2
- package/dist/client/features/notice/configuration/show-interface/NoticeDetail.block.d.ts +1 -2
- package/dist/client/features/notice/configuration/show-interface/NoticeDetail.schema.d.ts +1 -2
- package/dist/client/features/notice/configuration/show-interface/NoticeDetailContainer.schema.d.ts +1 -2
- package/dist/client/features/notice/usage/NoticeBlock.initializer.d.ts +1 -2
- package/dist/client/features/notice/usage/NoticeBlock.provider.d.ts +1 -2
- package/dist/client/features/notice/usage/NoticeCenter.schema.d.ts +1 -2
- package/dist/client/features/notice/usage/column/column.action.d.ts +1 -2
- package/dist/client/features/notice/usage/column/column.status.d.ts +1 -1
- package/dist/client/features/notice/usage/show-detail/NoticeDetail.provider.d.ts +1 -2
- package/dist/client/features/notice/usage/show-detail/NoticeDetail.schema.d.ts +1 -2
- package/dist/client/features/omni-trigger/usage/APIRegular.schema.d.ts +1 -2
- package/dist/client/features/parallel/ParallelInstruction.d.ts +1 -2
- package/dist/client/features/variables/VariableTargetSelect.d.ts +1 -2
- package/dist/client/nodes/calculation.d.ts +1 -1
- package/dist/client/nodes/condition.d.ts +3 -4
- package/dist/client/nodes/default-node/Node.d.ts +1 -2
- package/dist/client/nodes/default-node/buttons/ArrowDownButton.d.ts +1 -2
- package/dist/client/nodes/default-node/buttons/ArrowUpButton.d.ts +1 -2
- package/dist/client/nodes/default-node/buttons/DragButton.d.ts +1 -2
- package/dist/client/nodes/default-node/buttons/JobButton.d.ts +1 -2
- package/dist/client/nodes/default-node/buttons/RemoveButton.d.ts +1 -2
- package/dist/client/nodes/default-node/components/AddButton.d.ts +1 -2
- package/dist/client/nodes/default-node/components/NodeConfig.d.ts +1 -2
- package/dist/client/nodes/default-node/components/NodeConfig.provider.d.ts +1 -2
- package/dist/client/nodes/default-node/components/NodeConfig.view.d.ts +1 -2
- package/dist/client/nodes/default-node/components/NodeConfigTitle.d.ts +1 -2
- package/dist/client/nodes/default-node/components/NodeDefaultView.d.ts +1 -2
- package/dist/client/nodes/default-node/components/NodePoint.d.ts +1 -2
- package/dist/client/nodes/update.d.ts +1 -1
- package/dist/client/triggers/index.d.ts +1 -2
- package/dist/client/triggers/schedule/EndsByField.d.ts +1 -2
- package/dist/client/triggers/schedule/OnField.d.ts +1 -2
- package/dist/client/triggers/schedule/RepeatField.d.ts +1 -2
- package/dist/client/triggers/schedule/ScheduleConfig.d.ts +1 -2
- package/dist/client/triggers/schedule/index.d.ts +1 -1
- package/dist/externalVersion.js +16 -16
- package/dist/node_modules/@babel/core/package.json +1 -1
- package/dist/node_modules/cron-parser/package.json +1 -1
- package/dist/node_modules/form-data/package.json +1 -1
- package/dist/node_modules/jsonata/package.json +1 -1
- package/dist/node_modules/lru-cache/package.json +1 -1
- package/dist/node_modules/mime-types/package.json +1 -1
- package/dist/node_modules/qrcode/package.json +1 -1
- package/package.json +17 -17
package/dist/client/Branch.d.ts
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function ExecutionCanvas(): React.JSX.Element;
|
|
1
|
+
export declare function ExecutionCanvas(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ExecutionLink: () => React.JSX.Element;
|
|
1
|
+
export declare const ExecutionLink: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ExecutionPage: () => React.JSX.Element;
|
|
1
|
+
export declare const ExecutionPage: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function WorkflowCanvas(): React.JSX.Element;
|
|
1
|
+
export declare function WorkflowCanvas(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const WorkflowLink: () => React.JSX.Element;
|
|
1
|
+
export declare const WorkflowLink: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const WorkflowPage: () => React.JSX.Element;
|
|
1
|
+
export declare const WorkflowPage: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function WorkflowPane(props: any): React.JSX.Element;
|
|
1
|
+
export declare function WorkflowPane(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
export interface CheckboxGroupWithTooltipOption {
|
|
3
2
|
value: any;
|
|
4
3
|
label: string;
|
|
5
4
|
tooltip?: string;
|
|
6
5
|
}
|
|
7
|
-
export declare function CheckboxGroupWithTooltip(props: any):
|
|
6
|
+
export declare function CheckboxGroupWithTooltip(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function CollectionBlockInitializer(props: any): React.JSX.Element;
|
|
1
|
+
export declare function CollectionBlockInitializer(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ColumnShowCollection: () => React.JSX.Element;
|
|
1
|
+
export declare const ColumnShowCollection: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ColumnShowTitle: () => React.JSX.Element;
|
|
1
|
+
export declare const ColumnShowTitle: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ConfigButtonMessage: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const ConfigButtonMessage: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
export declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
|
|
3
2
|
container: import("antd-style").SerializedStyles;
|
|
4
3
|
}>;
|
|
5
|
-
export declare function DrawerDescription(props: any):
|
|
4
|
+
export declare function DrawerDescription(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
export declare function useFormProviderProps(): {
|
|
3
2
|
form: import("@tachybase/schema").Form<any>;
|
|
4
3
|
};
|
|
5
|
-
export declare function DrawerFormProvider(props: any):
|
|
4
|
+
export declare function DrawerFormProvider(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
export declare function ExecutionStatusSelect({ ...props }: {
|
|
3
2
|
[x: string]: any;
|
|
4
|
-
}):
|
|
5
|
-
export declare function ExecutionStatusColumn(props: any):
|
|
3
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare function ExecutionStatusColumn(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const BackButton: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const BackButton: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
export interface RadioWithTooltipOption {
|
|
3
2
|
value: any;
|
|
4
3
|
label: string;
|
|
5
4
|
tooltip?: string;
|
|
6
5
|
}
|
|
7
|
-
export declare function RadioWithTooltip(props: any):
|
|
6
|
+
export declare function RadioWithTooltip(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const SelectNotifiedPerson: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const SelectNotifiedPerson: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ShowNodeTypesInWorkflow: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const ShowNodeTypesInWorkflow: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function SimpleDesigner(): React.JSX.Element;
|
|
1
|
+
export declare function SimpleDesigner(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function StatusButton(props: any): React.JSX.Element;
|
|
1
|
+
export declare function StatusButton(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const WorkflowLink: () => React.JSX.Element;
|
|
1
|
+
export declare const WorkflowLink: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const renderEngineReference: (key: string) => React.JSX.Element;
|
|
1
|
+
export declare const renderEngineReference: (key: string) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
export declare const EXECUTION_STATUS: {
|
|
3
2
|
QUEUEING: any;
|
|
4
3
|
STARTED: number;
|
|
@@ -14,7 +13,7 @@ export declare const ExecutionStatusOptions: {
|
|
|
14
13
|
value: any;
|
|
15
14
|
label: string;
|
|
16
15
|
color: string;
|
|
17
|
-
icon:
|
|
16
|
+
icon: import("react/jsx-runtime").JSX.Element;
|
|
18
17
|
description: string;
|
|
19
18
|
}[];
|
|
20
19
|
export declare const ExecutionStatusOptionsMap: {};
|
|
@@ -32,6 +31,6 @@ export declare const JobStatusOptions: {
|
|
|
32
31
|
value: JOB_STATUS;
|
|
33
32
|
label: string;
|
|
34
33
|
color: string;
|
|
35
|
-
icon:
|
|
34
|
+
icon: import("react/jsx-runtime").JSX.Element;
|
|
36
35
|
}[];
|
|
37
36
|
export declare const JobStatusOptionsMap: {};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { JOB_STATUS } from '../..';
|
|
3
2
|
import { Instruction } from '../../nodes/default-node/interface';
|
|
4
3
|
declare function Duration({ value, onChange }: {
|
|
5
4
|
value?: number;
|
|
6
5
|
onChange: any;
|
|
7
|
-
}):
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
8
7
|
/** 节点: */
|
|
9
8
|
export default class extends Instruction {
|
|
10
9
|
title: string;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { SchemaInitializerItemType } from '@tachybase/client';
|
|
3
2
|
import { WorkflowVariableInput } from '../..';
|
|
4
3
|
import { Instruction } from '../../nodes/default-node/interface';
|
|
5
4
|
declare function DynamicExpression({ value, onChange }: {
|
|
6
5
|
value: any;
|
|
7
6
|
onChange: any;
|
|
8
|
-
}):
|
|
7
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
9
8
|
export default class extends Instruction {
|
|
10
9
|
title: string;
|
|
11
10
|
type: string;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { VariableOption, WorkflowVariableInput } from '../..';
|
|
3
2
|
import { Instruction } from '../../nodes/default-node/interface';
|
|
4
3
|
export default class extends Instruction {
|
|
@@ -28,6 +27,6 @@ export default class extends Instruction {
|
|
|
28
27
|
};
|
|
29
28
|
Component({ data }: {
|
|
30
29
|
data: any;
|
|
31
|
-
}):
|
|
30
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
32
31
|
useScopeVariables(node: any, options: any): VariableOption[];
|
|
33
32
|
}
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function FormBlockInitializer(): React.JSX.Element;
|
|
1
|
+
export declare function FormBlockInitializer(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function FormBlockProvider(props: any): React.JSX.Element;
|
|
1
|
+
export declare function FormBlockProvider(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -45,6 +45,6 @@ export declare const addActionButton: SchemaInitializer<import("antd").ButtonPro
|
|
|
45
45
|
export declare function SchemaConfig({ value, onChange }: {
|
|
46
46
|
value: any;
|
|
47
47
|
onChange: any;
|
|
48
|
-
}):
|
|
49
|
-
export declare function SchemaConfigButton(props: any):
|
|
48
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
49
|
+
export declare function SchemaConfigButton(props: any): import("react/jsx-runtime").JSX.Element;
|
|
50
50
|
export {};
|
|
@@ -12,10 +12,10 @@ export declare class NoticeInstruction extends Instruction {
|
|
|
12
12
|
type?: "card" | "divide";
|
|
13
13
|
}>;
|
|
14
14
|
};
|
|
15
|
-
SelectNotifiedPerson: (props: any) => import("react").JSX.Element;
|
|
16
|
-
AdditionNotifiedPerson: () => import("react").JSX.Element;
|
|
17
|
-
ConfigButtonNotice: (props: any) => import("react").JSX.Element;
|
|
18
|
-
ShowNoticeDetail: () => import("react").JSX.Element;
|
|
15
|
+
SelectNotifiedPerson: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
AdditionNotifiedPerson: () => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
ConfigButtonNotice: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
ShowNoticeDetail: () => import("react/jsx-runtime").JSX.Element;
|
|
19
19
|
};
|
|
20
20
|
fieldset: {
|
|
21
21
|
notifiedPerson: {
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const AdditionNotifiedPerson: () => React.JSX.Element;
|
|
1
|
+
export declare const AdditionNotifiedPerson: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ConfigButtonNotice: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const ConfigButtonNotice: (props: any) => import("react/jsx-runtime").JSX.Element;
|
package/dist/client/features/notice/configuration/config-items/SelectNotifiedPerson.view.d.ts
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const SelectNotifiedPerson: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const SelectNotifiedPerson: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const NoticeDetailAddBlock: () => React.JSX.Element;
|
|
1
|
+
export declare const NoticeDetailAddBlock: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { Plugin } from '@tachybase/client';
|
|
3
2
|
export declare class SCNoticeDetail extends Plugin {
|
|
4
3
|
load(): Promise<void>;
|
|
5
4
|
}
|
|
6
|
-
export declare const NoticeDetail: (props: any) =>
|
|
5
|
+
export declare const NoticeDetail: (props: any) => import("react/jsx-runtime").JSX.Element;
|
package/dist/client/features/notice/configuration/show-interface/NoticeDetailContainer.schema.d.ts
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const NoticeDetailContainer: () => React.JSX.Element;
|
|
1
|
+
export declare const NoticeDetailContainer: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { Plugin } from '@tachybase/client';
|
|
3
2
|
export declare class SCApprovalBlock extends Plugin {
|
|
4
3
|
load(): Promise<void>;
|
|
5
4
|
}
|
|
6
|
-
export declare const NoticeBlockInitializer: () =>
|
|
5
|
+
export declare const NoticeBlockInitializer: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const NoticeCenter: () => React.JSX.Element;
|
|
1
|
+
export declare const NoticeCenter: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ColumnAction: () => React.JSX.Element;
|
|
1
|
+
export declare const ColumnAction: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
export declare const ColumnStatus: React.MemoExoticComponent<import("@tachybase/schema").ReactFC<unknown>>;
|
|
3
|
-
export declare const ColumnStatusComponent: (props: any) =>
|
|
3
|
+
export declare const ColumnStatusComponent: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
export declare const approvalStatusOptions: {
|
|
5
5
|
value: any;
|
|
6
6
|
label: string;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const NoticeDetailContent: () => React.JSX.Element;
|
|
1
|
+
export declare const NoticeDetailContent: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const APIRegularInitializer: () => React.JSX.Element;
|
|
1
|
+
export declare const APIRegularInitializer: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { RadioWithTooltip } from '../..';
|
|
3
2
|
import { Instruction } from '../../nodes/default-node/interface';
|
|
4
3
|
/** 节点: 分支 */
|
|
@@ -30,5 +29,5 @@ export default class extends Instruction {
|
|
|
30
29
|
};
|
|
31
30
|
Component({ data }: {
|
|
32
31
|
data: any;
|
|
33
|
-
}):
|
|
32
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
34
33
|
}
|
|
@@ -59,7 +59,7 @@ export default class extends Instruction {
|
|
|
59
59
|
};
|
|
60
60
|
};
|
|
61
61
|
scope: {
|
|
62
|
-
renderEngineReference: (key: string) => import("react").JSX.Element;
|
|
62
|
+
renderEngineReference: (key: string) => import("react/jsx-runtime").JSX.Element;
|
|
63
63
|
};
|
|
64
64
|
components: {
|
|
65
65
|
WorkflowVariableTextArea: typeof WorkflowVariableTextArea;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { Registry } from '@tachybase/utils/client';
|
|
3
2
|
import { RadioWithTooltip } from '../components/RadioWithTooltip';
|
|
4
3
|
import { useWorkflowVariableOptions, WorkflowVariableTextArea } from '../variable';
|
|
@@ -12,7 +11,7 @@ export declare const calculators: Registry<Calculator>;
|
|
|
12
11
|
declare function CalculationConfig({ value, onChange }: {
|
|
13
12
|
value: any;
|
|
14
13
|
onChange: any;
|
|
15
|
-
}):
|
|
14
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
16
15
|
/** 节点: 条件判断 */
|
|
17
16
|
export default class extends Instruction {
|
|
18
17
|
title: string;
|
|
@@ -93,7 +92,7 @@ export default class extends Instruction {
|
|
|
93
92
|
};
|
|
94
93
|
}[];
|
|
95
94
|
scope: {
|
|
96
|
-
renderEngineReference: (key: string) =>
|
|
95
|
+
renderEngineReference: (key: string) => import("react/jsx-runtime").JSX.Element;
|
|
97
96
|
useWorkflowVariableOptions: typeof useWorkflowVariableOptions;
|
|
98
97
|
};
|
|
99
98
|
components: {
|
|
@@ -103,6 +102,6 @@ export default class extends Instruction {
|
|
|
103
102
|
};
|
|
104
103
|
Component({ data }: {
|
|
105
104
|
data: any;
|
|
106
|
-
}):
|
|
105
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
107
106
|
}
|
|
108
107
|
export {};
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ArrowDownButton: () => React.JSX.Element;
|
|
1
|
+
export declare const ArrowDownButton: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ArrowUpButton: () => React.JSX.Element;
|
|
1
|
+
export declare const ArrowUpButton: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const DragButton: () => React.JSX.Element;
|
|
1
|
+
export declare const DragButton: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const JobButton: () => React.JSX.Element;
|
|
1
|
+
export declare const JobButton: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const RemoveButton: () => React.JSX.Element;
|
|
1
|
+
export declare const RemoveButton: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
interface AddButtonProps {
|
|
3
2
|
upstream: any;
|
|
4
3
|
branchIndex?: number | null;
|
|
@@ -7,5 +6,5 @@ interface AddButtonProps {
|
|
|
7
6
|
/**
|
|
8
7
|
* 添加按钮以及节点之间的连接线
|
|
9
8
|
*/
|
|
10
|
-
export declare const AddButton: (props: AddButtonProps) =>
|
|
9
|
+
export declare const AddButton: (props: AddButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
10
|
export {};
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const NodeConfig: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const NodeConfig: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ProviderNodeConfig: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const ProviderNodeConfig: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ViewNodeConfig: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const ViewNodeConfig: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function renderNodeConfigTitle(data: any, instruction: any): React.JSX.Element;
|
|
1
|
+
export declare function renderNodeConfigTitle(data: any, instruction: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const NodeDefaultView: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const NodeDefaultView: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const NodePoint: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const NodePoint: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -5,7 +5,7 @@ import { Instruction } from './default-node/interface';
|
|
|
5
5
|
declare function IndividualHooksRadioWithTooltip({ onChange, ...props }: {
|
|
6
6
|
[x: string]: any;
|
|
7
7
|
onChange: any;
|
|
8
|
-
}):
|
|
8
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
9
9
|
export default class extends Instruction {
|
|
10
10
|
title: string;
|
|
11
11
|
type: string;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { SchemaInitializerItemType } from '@tachybase/client';
|
|
3
2
|
import { ISchema } from '@tachybase/schema';
|
|
4
3
|
import { UseVariableOptions, VariableOption } from '../variable';
|
|
@@ -21,5 +20,5 @@ export declare abstract class Trigger {
|
|
|
21
20
|
initializers?: any;
|
|
22
21
|
isActionTriggerable?: boolean | ((config: object, context?: object) => boolean);
|
|
23
22
|
}
|
|
24
|
-
export declare const TriggerConfig: () =>
|
|
23
|
+
export declare const TriggerConfig: () => import("react/jsx-runtime").JSX.Element;
|
|
25
24
|
export declare function useTrigger(): Trigger;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ScheduleConfig: () => React.JSX.Element;
|
|
1
|
+
export declare const ScheduleConfig: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -15,7 +15,7 @@ export default class extends Trigger {
|
|
|
15
15
|
useCollectionDataSource: typeof useCollectionDataSource;
|
|
16
16
|
};
|
|
17
17
|
components: {
|
|
18
|
-
ScheduleConfig: () => import("react").JSX.Element;
|
|
18
|
+
ScheduleConfig: () => import("react/jsx-runtime").JSX.Element;
|
|
19
19
|
};
|
|
20
20
|
useVariables(config: any, opts: any): any[];
|
|
21
21
|
useInitializers(config: any): SchemaInitializerItemType | null;
|
package/dist/externalVersion.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "0.23.
|
|
3
|
+
"@tachybase/client": "0.23.20",
|
|
4
4
|
"@ant-design/icons": "5.3.7",
|
|
5
5
|
"antd": "5.22.5",
|
|
6
6
|
"lodash": "4.17.21",
|
|
7
|
-
"@tachybase/utils": "0.23.
|
|
7
|
+
"@tachybase/utils": "0.23.20",
|
|
8
8
|
"react-i18next": "15.2.0",
|
|
9
9
|
"react-router-dom": "6.28.1",
|
|
10
|
-
"@tachybase/schema": "0.23.
|
|
11
|
-
"@tachybase/database": "0.23.
|
|
12
|
-
"@tachybase/logger": "0.23.
|
|
13
|
-
"@tachybase/server": "0.23.
|
|
14
|
-
"@tachybase/evaluators": "0.23.
|
|
15
|
-
"@tachybase/components": "0.23.
|
|
16
|
-
"@tachybase/actions": "0.23.
|
|
17
|
-
"@tachybase/data-source": "0.23.
|
|
18
|
-
"axios": "1.7.
|
|
10
|
+
"@tachybase/schema": "0.23.20",
|
|
11
|
+
"@tachybase/database": "0.23.20",
|
|
12
|
+
"@tachybase/logger": "0.23.20",
|
|
13
|
+
"@tachybase/server": "0.23.20",
|
|
14
|
+
"@tachybase/evaluators": "0.23.20",
|
|
15
|
+
"@tachybase/components": "0.23.20",
|
|
16
|
+
"@tachybase/actions": "0.23.20",
|
|
17
|
+
"@tachybase/data-source": "0.23.20",
|
|
18
|
+
"axios": "1.7.7",
|
|
19
19
|
"sequelize": "6.37.5",
|
|
20
|
-
"@tachybase/plugin-workflow-test": "0.23.
|
|
21
|
-
"@tachybase/test": "0.23.
|
|
22
|
-
"@tachybase/module-error-handler": "0.23.
|
|
23
|
-
"@tachybase/resourcer": "0.23.
|
|
24
|
-
"@tachybase/module-ui-schema": "0.23.
|
|
20
|
+
"@tachybase/plugin-workflow-test": "0.23.20",
|
|
21
|
+
"@tachybase/test": "0.23.20",
|
|
22
|
+
"@tachybase/module-error-handler": "0.23.20",
|
|
23
|
+
"@tachybase/resourcer": "0.23.20",
|
|
24
|
+
"@tachybase/module-ui-schema": "0.23.20"
|
|
25
25
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@babel/core","version":"7.26.0","description":"Babel compiler core.","main":"./lib/index.js","author":"The Babel Team (https://babel.dev/team)","license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/babel/babel.git","directory":"packages/babel-core"},"homepage":"https://babel.dev/docs/en/next/babel-core","bugs":"https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20core%22+is%3Aopen","keywords":["6to5","babel","classes","const","es6","harmony","let","modules","transpile","transpiler","var","babel-core","compiler"],"engines":{"node":">=6.9.0"},"funding":{"type":"opencollective","url":"https://opencollective.com/babel"},"browser":{"./lib/config/files/index.js":"./lib/config/files/index-browser.js","./lib/config/resolve-targets.js":"./lib/config/resolve-targets-browser.js","./lib/transform-file.js":"./lib/transform-file-browser.js","./src/config/files/index.ts":"./src/config/files/index-browser.ts","./src/config/resolve-targets.ts":"./src/config/resolve-targets-browser.ts","./src/transform-file.ts":"./src/transform-file-browser.ts"},"dependencies":{"@ampproject/remapping":"^2.2.0","@babel/code-frame":"^7.26.0","@babel/generator":"^7.26.0","@babel/helper-compilation-targets":"^7.25.9","@babel/helper-module-transforms":"^7.26.0","@babel/helpers":"^7.26.0","@babel/parser":"^7.26.0","@babel/template":"^7.25.9","@babel/traverse":"^7.25.9","@babel/types":"^7.26.0","convert-source-map":"^2.0.0","debug":"^4.1.0","gensync":"^1.0.0-beta.2","json5":"^2.2.3","semver":"^6.3.1"},"devDependencies":{"@babel/helper-transform-fixture-test-runner":"^7.26.0","@babel/plugin-syntax-flow":"^7.26.0","@babel/plugin-transform-flow-strip-types":"^7.25.9","@babel/plugin-transform-modules-commonjs":"^7.25.9","@babel/preset-env":"^7.26.0","@babel/preset-typescript":"^7.26.0","@jridgewell/trace-mapping":"^0.3.25","@types/convert-source-map":"^2.0.0","@types/debug":"^4.1.0","@types/gensync":"^1.0.0","@types/resolve":"^1.3.2","@types/semver":"^5.4.0","rimraf":"^3.0.0","ts-node":"^11.0.0-beta.1"},"type":"commonjs","_lastModified":"2024-12-
|
|
1
|
+
{"name":"@babel/core","version":"7.26.0","description":"Babel compiler core.","main":"./lib/index.js","author":"The Babel Team (https://babel.dev/team)","license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/babel/babel.git","directory":"packages/babel-core"},"homepage":"https://babel.dev/docs/en/next/babel-core","bugs":"https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20core%22+is%3Aopen","keywords":["6to5","babel","classes","const","es6","harmony","let","modules","transpile","transpiler","var","babel-core","compiler"],"engines":{"node":">=6.9.0"},"funding":{"type":"opencollective","url":"https://opencollective.com/babel"},"browser":{"./lib/config/files/index.js":"./lib/config/files/index-browser.js","./lib/config/resolve-targets.js":"./lib/config/resolve-targets-browser.js","./lib/transform-file.js":"./lib/transform-file-browser.js","./src/config/files/index.ts":"./src/config/files/index-browser.ts","./src/config/resolve-targets.ts":"./src/config/resolve-targets-browser.ts","./src/transform-file.ts":"./src/transform-file-browser.ts"},"dependencies":{"@ampproject/remapping":"^2.2.0","@babel/code-frame":"^7.26.0","@babel/generator":"^7.26.0","@babel/helper-compilation-targets":"^7.25.9","@babel/helper-module-transforms":"^7.26.0","@babel/helpers":"^7.26.0","@babel/parser":"^7.26.0","@babel/template":"^7.25.9","@babel/traverse":"^7.25.9","@babel/types":"^7.26.0","convert-source-map":"^2.0.0","debug":"^4.1.0","gensync":"^1.0.0-beta.2","json5":"^2.2.3","semver":"^6.3.1"},"devDependencies":{"@babel/helper-transform-fixture-test-runner":"^7.26.0","@babel/plugin-syntax-flow":"^7.26.0","@babel/plugin-transform-flow-strip-types":"^7.25.9","@babel/plugin-transform-modules-commonjs":"^7.25.9","@babel/preset-env":"^7.26.0","@babel/preset-typescript":"^7.26.0","@jridgewell/trace-mapping":"^0.3.25","@types/convert-source-map":"^2.0.0","@types/debug":"^4.1.0","@types/gensync":"^1.0.0","@types/resolve":"^1.3.2","@types/semver":"^5.4.0","rimraf":"^3.0.0","ts-node":"^11.0.0-beta.1"},"type":"commonjs","_lastModified":"2024-12-29T06:01:29.391Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"cron-parser","version":"4.9.0","description":"Node.js library for parsing crontab instructions","main":"lib/parser.js","types":"types/index.d.ts","typesVersions":{"<4.1":{"*":["types/ts3/*"]}},"directories":{"test":"test"},"scripts":{"test:tsd":"tsd","test:unit":"TZ=UTC tap ./test/*.js","test:cover":"TZ=UTC tap --coverage-report=html ./test/*.js","lint":"eslint .","lint:fix":"eslint --fix .","test":"npm run lint && npm run test:unit && npm run test:tsd"},"repository":{"type":"git","url":"https://github.com/harrisiirak/cron-parser.git"},"keywords":["cron","crontab","parser"],"author":"Harri Siirak","contributors":["Nicholas Clawson","Daniel Prentis <daniel@salsitasoft.com>","Renault John Lecoultre","Richard Astbury <richard.astbury@gmail.com>","Meaglin Wasabi <Meaglin.wasabi@gmail.com>","Mike Kusold <hello@mikekusold.com>","Alex Kit <alex.kit@atmajs.com>","Santiago Gimeno <santiago.gimeno@gmail.com>","Daniel <darc.tec@gmail.com>","Christian Steininger <christian.steininger.cs@gmail.com>","Mykola Piskovyi <m.piskovyi@gmail.com>","Brian Vaughn <brian.david.vaughn@gmail.com>","Nicholas Clawson <nickclaw@gmail.com>","Yasuhiroki <yasuhiroki.duck@gmail.com>","Nicholas Clawson <nickclaw@gmail.com>","Brendan Warkentin <faazshift@gmail.com>","Charlie Fish <fishcharlie.code@gmail.com>","Ian Graves <ian+diskimage@iangrav.es>","Andy Thompson <me@andytson.com>","Regev Brody <regevbr@gmail.com>"],"license":"MIT","dependencies":{"luxon":"^3.2.1"},"devDependencies":{"eslint":"^8.27.0","sinon":"^15.0.1","tap":"^16.3.3","tsd":"^0.26.0"},"engines":{"node":">=12.0.0"},"browser":{"fs":false},"tap":{"check-coverage":false},"tsd":{"directory":"test","compilerOptions":{"lib":["es2017","dom"]}},"files":["lib","types","LICENSE","README.md"],"_lastModified":"2024-12-
|
|
1
|
+
{"name":"cron-parser","version":"4.9.0","description":"Node.js library for parsing crontab instructions","main":"lib/parser.js","types":"types/index.d.ts","typesVersions":{"<4.1":{"*":["types/ts3/*"]}},"directories":{"test":"test"},"scripts":{"test:tsd":"tsd","test:unit":"TZ=UTC tap ./test/*.js","test:cover":"TZ=UTC tap --coverage-report=html ./test/*.js","lint":"eslint .","lint:fix":"eslint --fix .","test":"npm run lint && npm run test:unit && npm run test:tsd"},"repository":{"type":"git","url":"https://github.com/harrisiirak/cron-parser.git"},"keywords":["cron","crontab","parser"],"author":"Harri Siirak","contributors":["Nicholas Clawson","Daniel Prentis <daniel@salsitasoft.com>","Renault John Lecoultre","Richard Astbury <richard.astbury@gmail.com>","Meaglin Wasabi <Meaglin.wasabi@gmail.com>","Mike Kusold <hello@mikekusold.com>","Alex Kit <alex.kit@atmajs.com>","Santiago Gimeno <santiago.gimeno@gmail.com>","Daniel <darc.tec@gmail.com>","Christian Steininger <christian.steininger.cs@gmail.com>","Mykola Piskovyi <m.piskovyi@gmail.com>","Brian Vaughn <brian.david.vaughn@gmail.com>","Nicholas Clawson <nickclaw@gmail.com>","Yasuhiroki <yasuhiroki.duck@gmail.com>","Nicholas Clawson <nickclaw@gmail.com>","Brendan Warkentin <faazshift@gmail.com>","Charlie Fish <fishcharlie.code@gmail.com>","Ian Graves <ian+diskimage@iangrav.es>","Andy Thompson <me@andytson.com>","Regev Brody <regevbr@gmail.com>"],"license":"MIT","dependencies":{"luxon":"^3.2.1"},"devDependencies":{"eslint":"^8.27.0","sinon":"^15.0.1","tap":"^16.3.3","tsd":"^0.26.0"},"engines":{"node":">=12.0.0"},"browser":{"fs":false},"tap":{"check-coverage":false},"tsd":{"directory":"test","compilerOptions":{"lib":["es2017","dom"]}},"files":["lib","types","LICENSE","README.md"],"_lastModified":"2024-12-29T06:01:29.624Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"author":"Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)","name":"form-data","description":"A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.","version":"4.0.1","repository":{"type":"git","url":"git://github.com/form-data/form-data.git"},"main":"./lib/form_data","browser":"./lib/browser","typings":"./index.d.ts","scripts":{"pretest":"npm run lint","pretests-only":"rimraf coverage test/tmp","tests-only":"istanbul cover test/run.js","posttests-only":"istanbul report lcov text","test":"npm run tests-only","posttest":"npx npm@'>=10.2' audit --production","lint":"eslint --ext=js,mjs .","report":"istanbul report lcov text","ci-lint":"is-node-modern 8 && npm run lint || is-node-not-modern 8","ci-test":"npm run tests-only && npm run browser && npm run report","predebug":"rimraf coverage test/tmp","debug":"verbose=1 ./test/run.js","browser":"browserify -t browserify-istanbul test/run-browser.js | obake --coverage","check":"istanbul check-coverage coverage/coverage*.json","files":"pkgfiles --sort=name","get-version":"node -e \"console.log(require('./package.json').version)\"","update-readme":"sed -i.bak 's/\\/master\\.svg/\\/v'$(npm --silent run get-version)'.svg/g' README.md","restore-readme":"mv README.md.bak README.md","prepublish":"in-publish && npm run update-readme || not-in-publish","postpublish":"npm run restore-readme"},"pre-commit":["lint","ci-test","check"],"engines":{"node":">= 6"},"dependencies":{"asynckit":"^0.4.0","combined-stream":"^1.0.8","mime-types":"^2.1.12"},"devDependencies":{"@types/node":"^12.0.10","browserify":"^13.1.1","browserify-istanbul":"^2.0.0","coveralls":"^3.0.4","cross-spawn":"^6.0.5","eslint":"^6.0.1","fake":"^0.2.2","far":"^0.0.7","formidable":"^1.0.17","in-publish":"^2.0.0","is-node-modern":"^1.0.0","istanbul":"^0.4.5","obake":"^0.1.2","puppeteer":"^1.19.0","pkgfiles":"^2.3.0","pre-commit":"^1.1.3","request":"^2.88.0","rimraf":"^2.7.1","tape":"^4.6.2","typescript":"^3.5.2"},"license":"MIT","_lastModified":"2024-12-
|
|
1
|
+
{"author":"Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)","name":"form-data","description":"A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.","version":"4.0.1","repository":{"type":"git","url":"git://github.com/form-data/form-data.git"},"main":"./lib/form_data","browser":"./lib/browser","typings":"./index.d.ts","scripts":{"pretest":"npm run lint","pretests-only":"rimraf coverage test/tmp","tests-only":"istanbul cover test/run.js","posttests-only":"istanbul report lcov text","test":"npm run tests-only","posttest":"npx npm@'>=10.2' audit --production","lint":"eslint --ext=js,mjs .","report":"istanbul report lcov text","ci-lint":"is-node-modern 8 && npm run lint || is-node-not-modern 8","ci-test":"npm run tests-only && npm run browser && npm run report","predebug":"rimraf coverage test/tmp","debug":"verbose=1 ./test/run.js","browser":"browserify -t browserify-istanbul test/run-browser.js | obake --coverage","check":"istanbul check-coverage coverage/coverage*.json","files":"pkgfiles --sort=name","get-version":"node -e \"console.log(require('./package.json').version)\"","update-readme":"sed -i.bak 's/\\/master\\.svg/\\/v'$(npm --silent run get-version)'.svg/g' README.md","restore-readme":"mv README.md.bak README.md","prepublish":"in-publish && npm run update-readme || not-in-publish","postpublish":"npm run restore-readme"},"pre-commit":["lint","ci-test","check"],"engines":{"node":">= 6"},"dependencies":{"asynckit":"^0.4.0","combined-stream":"^1.0.8","mime-types":"^2.1.12"},"devDependencies":{"@types/node":"^12.0.10","browserify":"^13.1.1","browserify-istanbul":"^2.0.0","coveralls":"^3.0.4","cross-spawn":"^6.0.5","eslint":"^6.0.1","fake":"^0.2.2","far":"^0.0.7","formidable":"^1.0.17","in-publish":"^2.0.0","is-node-modern":"^1.0.0","istanbul":"^0.4.5","obake":"^0.1.2","puppeteer":"^1.19.0","pkgfiles":"^2.3.0","pre-commit":"^1.1.3","request":"^2.88.0","rimraf":"^2.7.1","tape":"^4.6.2","typescript":"^3.5.2"},"license":"MIT","_lastModified":"2024-12-29T06:01:25.070Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"jsonata","version":"2.0.6","description":"JSON query and transformation language","module":"jsonata.js","main":"jsonata.js","typings":"jsonata.d.ts","homepage":"http://jsonata.org/","repository":{"type":"git","url":"https://github.com/jsonata-js/jsonata.git"},"scripts":{"pretest":"npm run lint","mocha":"nyc ./node_modules/mocha/bin/_mocha -- \"test/**/*.js\"","test":"npm run mocha","posttest":"npm run check-coverage && npm run browserify && npm run minify && npm run build-es5","build-es5":"npm run mkdir-dist && npm run regenerator && npm run browserify-es5 && npm run minify-es5","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","browserify":"browserify src/jsonata.js --outfile jsonata.js --standalone jsonata","mkdir-dist":"mkdirp ./dist","regenerator":"babel src --out-dir dist --presets=@babel/env","browserify-es5":"regenerator --include-runtime polyfill.js > jsonata-es5.js; browserify dist/jsonata.js --standalone jsonata >> jsonata-es5.js","prepublishOnly":"npm run browserify && npm run minify && npm run build-es5","lint":"eslint src","doc":"jsdoc --configure jsdoc.json .","cover":"nyc _mocha","minify":"uglifyjs jsonata.js -o jsonata.min.js --compress --mangle","minify-es5":"uglifyjs jsonata-es5.js -o jsonata-es5.min.js --compress --mangle"},"license":"MIT","keywords":["JSON","query","transformation","transform","mapping","path"],"devDependencies":{"@babel/cli":"^7.8.4","@babel/core":"^7.8.4","@babel/preset-env":"^7.8.4","browserify":"^16.5.0","chai":"^4.2.0","chai-as-promised":"^7.1.1","eslint":"8.0.0","eslint-plugin-ideal":"^0.1.3","eslint-plugin-promise":"^6.0.0","jsdoc":"^3.6.3","mkdirp":"^1.0.3","mocha":"^7.0.1","mocha-lcov-reporter":"^1.3.0","nyc":"^15.1.0","regenerator":"^0.14.4","request":"^2.88.2","uglify-es":"^3.3.10"},"engines":{"node":">= 8"},"_lastModified":"2024-12-
|
|
1
|
+
{"name":"jsonata","version":"2.0.6","description":"JSON query and transformation language","module":"jsonata.js","main":"jsonata.js","typings":"jsonata.d.ts","homepage":"http://jsonata.org/","repository":{"type":"git","url":"https://github.com/jsonata-js/jsonata.git"},"scripts":{"pretest":"npm run lint","mocha":"nyc ./node_modules/mocha/bin/_mocha -- \"test/**/*.js\"","test":"npm run mocha","posttest":"npm run check-coverage && npm run browserify && npm run minify && npm run build-es5","build-es5":"npm run mkdir-dist && npm run regenerator && npm run browserify-es5 && npm run minify-es5","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","browserify":"browserify src/jsonata.js --outfile jsonata.js --standalone jsonata","mkdir-dist":"mkdirp ./dist","regenerator":"babel src --out-dir dist --presets=@babel/env","browserify-es5":"regenerator --include-runtime polyfill.js > jsonata-es5.js; browserify dist/jsonata.js --standalone jsonata >> jsonata-es5.js","prepublishOnly":"npm run browserify && npm run minify && npm run build-es5","lint":"eslint src","doc":"jsdoc --configure jsdoc.json .","cover":"nyc _mocha","minify":"uglifyjs jsonata.js -o jsonata.min.js --compress --mangle","minify-es5":"uglifyjs jsonata-es5.js -o jsonata-es5.min.js --compress --mangle"},"license":"MIT","keywords":["JSON","query","transformation","transform","mapping","path"],"devDependencies":{"@babel/cli":"^7.8.4","@babel/core":"^7.8.4","@babel/preset-env":"^7.8.4","browserify":"^16.5.0","chai":"^4.2.0","chai-as-promised":"^7.1.1","eslint":"8.0.0","eslint-plugin-ideal":"^0.1.3","eslint-plugin-promise":"^6.0.0","jsdoc":"^3.6.3","mkdirp":"^1.0.3","mocha":"^7.0.1","mocha-lcov-reporter":"^1.3.0","nyc":"^15.1.0","regenerator":"^0.14.4","request":"^2.88.2","uglify-es":"^3.3.10"},"engines":{"node":">= 8"},"_lastModified":"2024-12-29T06:01:26.024Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"type":"commonjs","_lastModified":"2024-12-
|
|
1
|
+
{"type":"commonjs","_lastModified":"2024-12-29T06:01:24.826Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"mime-types","description":"The ultimate javascript content-type utility.","version":"2.1.35","contributors":["Douglas Christopher Wilson <doug@somethingdoug.com>","Jeremiah Senkpiel <fishrock123@rocketmail.com> (https://searchbeam.jit.su)","Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"],"license":"MIT","keywords":["mime","types"],"repository":"jshttp/mime-types","dependencies":{"mime-db":"1.52.0"},"devDependencies":{"eslint":"7.32.0","eslint-config-standard":"14.1.1","eslint-plugin-import":"2.25.4","eslint-plugin-markdown":"2.2.1","eslint-plugin-node":"11.1.0","eslint-plugin-promise":"5.2.0","eslint-plugin-standard":"4.1.0","mocha":"9.2.2","nyc":"15.1.0"},"files":["HISTORY.md","LICENSE","index.js"],"engines":{"node":">= 0.6"},"scripts":{"lint":"eslint .","test":"mocha --reporter spec test/test.js","test-ci":"nyc --reporter=lcov --reporter=text npm test","test-cov":"nyc --reporter=html --reporter=text npm test"},"_lastModified":"2024-12-
|
|
1
|
+
{"name":"mime-types","description":"The ultimate javascript content-type utility.","version":"2.1.35","contributors":["Douglas Christopher Wilson <doug@somethingdoug.com>","Jeremiah Senkpiel <fishrock123@rocketmail.com> (https://searchbeam.jit.su)","Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"],"license":"MIT","keywords":["mime","types"],"repository":"jshttp/mime-types","dependencies":{"mime-db":"1.52.0"},"devDependencies":{"eslint":"7.32.0","eslint-config-standard":"14.1.1","eslint-plugin-import":"2.25.4","eslint-plugin-markdown":"2.2.1","eslint-plugin-node":"11.1.0","eslint-plugin-promise":"5.2.0","eslint-plugin-standard":"4.1.0","mocha":"9.2.2","nyc":"15.1.0"},"files":["HISTORY.md","LICENSE","index.js"],"engines":{"node":">= 0.6"},"scripts":{"lint":"eslint .","test":"mocha --reporter spec test/test.js","test-ci":"nyc --reporter=lcov --reporter=text npm test","test-cov":"nyc --reporter=html --reporter=text npm test"},"_lastModified":"2024-12-29T06:01:25.220Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"qrcode","description":"QRCode / 2d Barcode api with both server side and client side support using canvas","version":"1.5.4","author":"Ryan Day <soldair@gmail.com>","contributors":["Vincenzo Greco <greco.vincenzo@gmail.com>","Linus Unnebäck <linus@folkdatorn.se>"],"keywords":["qr","code","canvas","qrcode"],"main":"./lib/index.js","browser":{"./lib/index.js":"./lib/browser.js","fs":false},"files":["bin","build","lib","helper"],"homepage":"http://github.com/soldair/node-qrcode","license":"MIT","scripts":{"lint":"standard","pretest":"npm run lint","test":"node --throw-deprecation test.js","build":"rollup -c","prepublish":"npm run build","browser":"node examples/clientsideserver.js"},"bin":{"qrcode":"./bin/qrcode"},"dependencies":{"dijkstrajs":"^1.0.1","pngjs":"^5.0.0","yargs":"^15.3.1"},"devDependencies":{"@babel/core":"^7.9.0","@babel/preset-env":"^7.9.5","@rollup/plugin-commonjs":"^11.1.0","@rollup/plugin-node-resolve":"^7.1.3","browserify":"^16.5.1","canvas":"^2.8.0","canvasutil":"0.0.4","colors":"^1.4.0","express":"^4.17.1","htmlparser2":"^4.1.0","rollup":"^2.6.1","rollup-plugin-babel":"^4.4.0","rollup-plugin-terser":"^5.3.0","sinon":"^9.0.2","standard":"^16.0.4","tap":"^16.2.0"},"repository":{"type":"git","url":"git://github.com/soldair/node-qrcode.git"},"engines":{"node":">=10.13.0"},"standard":{"ignore":["build/","examples/vendors/","lib/core/regex.js"]},"_lastModified":"2024-12-
|
|
1
|
+
{"name":"qrcode","description":"QRCode / 2d Barcode api with both server side and client side support using canvas","version":"1.5.4","author":"Ryan Day <soldair@gmail.com>","contributors":["Vincenzo Greco <greco.vincenzo@gmail.com>","Linus Unnebäck <linus@folkdatorn.se>"],"keywords":["qr","code","canvas","qrcode"],"main":"./lib/index.js","browser":{"./lib/index.js":"./lib/browser.js","fs":false},"files":["bin","build","lib","helper"],"homepage":"http://github.com/soldair/node-qrcode","license":"MIT","scripts":{"lint":"standard","pretest":"npm run lint","test":"node --throw-deprecation test.js","build":"rollup -c","prepublish":"npm run build","browser":"node examples/clientsideserver.js"},"bin":{"qrcode":"./bin/qrcode"},"dependencies":{"dijkstrajs":"^1.0.1","pngjs":"^5.0.0","yargs":"^15.3.1"},"devDependencies":{"@babel/core":"^7.9.0","@babel/preset-env":"^7.9.5","@rollup/plugin-commonjs":"^11.1.0","@rollup/plugin-node-resolve":"^7.1.3","browserify":"^16.5.1","canvas":"^2.8.0","canvasutil":"0.0.4","colors":"^1.4.0","express":"^4.17.1","htmlparser2":"^4.1.0","rollup":"^2.6.1","rollup-plugin-babel":"^4.4.0","rollup-plugin-terser":"^5.3.0","sinon":"^9.0.2","standard":"^16.0.4","tap":"^16.2.0"},"repository":{"type":"git","url":"git://github.com/soldair/node-qrcode.git"},"engines":{"node":">=10.13.0"},"standard":{"ignore":["build/","examples/vendors/","lib/core/regex.js"]},"_lastModified":"2024-12-29T06:01:25.620Z"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/module-workflow",
|
|
3
3
|
"displayName": "Workflow",
|
|
4
|
-
"version": "0.23.
|
|
4
|
+
"version": "0.23.20",
|
|
5
5
|
"description": "A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Workflow"
|
|
@@ -35,24 +35,24 @@
|
|
|
35
35
|
"react-js-cron": "^3.2.0",
|
|
36
36
|
"react-router-dom": "6.28.1",
|
|
37
37
|
"sequelize": "^6.37.5",
|
|
38
|
-
"@tachybase/components": "0.23.
|
|
39
|
-
"@tachybase/plugin-workflow-test": "0.23.
|
|
38
|
+
"@tachybase/components": "0.23.20",
|
|
39
|
+
"@tachybase/plugin-workflow-test": "0.23.20"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@tachybase/actions": "0.23.
|
|
43
|
-
"@tachybase/client": "0.23.
|
|
44
|
-
"@tachybase/data-source": "0.23.
|
|
45
|
-
"@tachybase/database": "0.23.
|
|
46
|
-
"@tachybase/
|
|
47
|
-
"@tachybase/
|
|
48
|
-
"@tachybase/module-
|
|
49
|
-
"@tachybase/module-
|
|
50
|
-
"@tachybase/module-user": "0.23.
|
|
51
|
-
"@tachybase/resourcer": "0.23.
|
|
52
|
-
"@tachybase/
|
|
53
|
-
"@tachybase/
|
|
54
|
-
"@tachybase/utils": "0.23.
|
|
55
|
-
"@tachybase/
|
|
42
|
+
"@tachybase/actions": "0.23.20",
|
|
43
|
+
"@tachybase/client": "0.23.20",
|
|
44
|
+
"@tachybase/data-source": "0.23.20",
|
|
45
|
+
"@tachybase/database": "0.23.20",
|
|
46
|
+
"@tachybase/evaluators": "0.23.20",
|
|
47
|
+
"@tachybase/logger": "0.23.20",
|
|
48
|
+
"@tachybase/module-collection": "0.23.20",
|
|
49
|
+
"@tachybase/module-error-handler": "0.23.20",
|
|
50
|
+
"@tachybase/module-user": "0.23.20",
|
|
51
|
+
"@tachybase/resourcer": "0.23.20",
|
|
52
|
+
"@tachybase/server": "0.23.20",
|
|
53
|
+
"@tachybase/test": "0.23.20",
|
|
54
|
+
"@tachybase/utils": "0.23.20",
|
|
55
|
+
"@tachybase/schema": "0.23.20"
|
|
56
56
|
},
|
|
57
57
|
"description.zh-CN": "一个强大的 BPM 工具,为业务自动化提供基础支持,并且可任意扩展更多的触发器和节点。",
|
|
58
58
|
"displayName.zh-CN": "工作流",
|