@vef-framework-react/approval-flow-editor 2.1.2 → 2.1.4
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/es/components/approval-flow-editor.js +1 -1
- package/dist/es/components/config/approval-node-config.js +1 -1
- package/dist/es/components/config/assignee-list.js +1 -1
- package/dist/es/components/config/basic-node-config.js +1 -1
- package/dist/es/components/config/cc-list.js +1 -1
- package/dist/es/components/config/cc-node-config.js +1 -1
- package/dist/es/components/config/condition-config.js +1 -1
- package/dist/es/components/config/condition-editor-modal.js +1 -1
- package/dist/es/components/config/condition-operators.js +1 -1
- package/dist/es/components/config/condition-rule-item.js +1 -1
- package/dist/es/components/config/field-permission-table.js +1 -1
- package/dist/es/components/config/handle-node-config.js +1 -1
- package/dist/es/components/config/shared.js +1 -1
- package/dist/es/components/config-panel.js +1 -1
- package/dist/es/components/edges/approval-edge.js +1 -1
- package/dist/es/components/edges/index.js +1 -1
- package/dist/es/components/editor-toolbar.js +1 -1
- package/dist/es/components/nodes/approval-node.js +1 -1
- package/dist/es/components/nodes/base-node.js +1 -1
- package/dist/es/components/nodes/cc-node.js +1 -1
- package/dist/es/components/nodes/condition-node.js +1 -1
- package/dist/es/components/nodes/end-node.js +1 -1
- package/dist/es/components/nodes/handle-node.js +1 -1
- package/dist/es/components/nodes/index.js +1 -1
- package/dist/es/components/nodes/node-shell.js +1 -1
- package/dist/es/components/nodes/start-node.js +1 -1
- package/dist/es/components/zoom-control.js +1 -1
- package/dist/es/constants.js +1 -1
- package/dist/es/hooks/use-auto-layout.js +1 -1
- package/dist/es/hooks/use-connection-validation.js +1 -1
- package/dist/es/hooks/use-drag-drop.js +1 -1
- package/dist/es/icons.js +1 -1
- package/dist/es/index.js +1 -1
- package/dist/es/plugins/context.js +1 -1
- package/dist/es/plugins/index.js +1 -1
- package/dist/es/shared/connection-rules.js +1 -1
- package/dist/es/shared/serialization.js +1 -1
- package/dist/es/specifications/approval.js +1 -1
- package/dist/es/specifications/cc.js +1 -1
- package/dist/es/specifications/condition.js +1 -1
- package/dist/es/specifications/end.js +1 -1
- package/dist/es/specifications/handle.js +1 -1
- package/dist/es/specifications/index.js +1 -1
- package/dist/es/specifications/start.js +1 -1
- package/dist/es/store/editor.js +1 -1
- package/dist/es/store/flow-slice.js +1 -1
- package/dist/es/store/graph-slice.js +1 -1
- package/dist/es/store/index.js +1 -1
- package/dist/es/store/interaction-slice.js +1 -1
- package/dist/es/styles/base.js +1 -1
- package/dist/es/styles/index.js +1 -1
- package/dist/es/styles/theme.js +1 -1
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { fromFlowDefinition as e } from "../shared/serialization.js";
|
|
3
3
|
import { EditorPluginsContext as t } from "../plugins/context.js";
|
|
4
4
|
import { reactFlowGlobalBaseStyle as n } from "../styles/base.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { useEditorPlugins as e } from "../../plugins/context.js";
|
|
3
3
|
import { CheckboxList as t, ConfigSection as n, FormField as r } from "./shared.js";
|
|
4
4
|
import { AssigneeList as i } from "./assignee-list.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { useEditorPlugins as e } from "../../plugins/context.js";
|
|
3
3
|
import { fullWidthStyle as t } from "../../styles/theme.js";
|
|
4
4
|
import { FormField as n } from "./shared.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { ConfigSection as e, FormField as t } from "./shared.js";
|
|
3
3
|
import { useEditorStore as n } from "../../store/editor.js";
|
|
4
4
|
import { Input as r } from "@vef-framework-react/components";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { useEditorPlugins as e } from "../../plugins/context.js";
|
|
3
3
|
import { fullWidthStyle as t } from "../../styles/theme.js";
|
|
4
4
|
import { FormField as n } from "./shared.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { CheckboxList as e, ConfigSection as t, FormField as n } from "./shared.js";
|
|
3
3
|
import { CcList as r } from "./cc-list.js";
|
|
4
4
|
import { FieldPermissionTable as i } from "./field-permission-table.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { useEditorPlugins as e } from "../../plugins/context.js";
|
|
3
3
|
import { ConfigSection as t, FormField as n } from "./shared.js";
|
|
4
4
|
import { ConditionEditorModal as r } from "./condition-editor-modal.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { ConditionRuleItem as e } from "./condition-rule-item.js";
|
|
3
3
|
import { css as t } from "@emotion/react";
|
|
4
4
|
import { Fragment as n, useEffect as r, useState as i } from "react";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
//#region src/components/config/condition-operators.ts
|
|
3
3
|
var e = {
|
|
4
4
|
eq: "等于",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { MULTI_VALUE_OPERATORS as e, NO_VALUE_OPERATORS as t, OPERATOR_LABELS as n, getOperatorsForFieldKind as r } from "./condition-operators.js";
|
|
3
3
|
import { css as i } from "@emotion/react";
|
|
4
4
|
import { Button as a, DatePicker as o, Input as s, InputNumber as c, Select as l, globalCssVars as u } from "@vef-framework-react/components";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { useEditorPlugins as e } from "../../plugins/context.js";
|
|
3
3
|
import { css as t } from "@emotion/react";
|
|
4
4
|
import { Radio as n, globalCssVars as r } from "@vef-framework-react/components";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { useEditorPlugins as e } from "../../plugins/context.js";
|
|
3
3
|
import { CheckboxList as t, ConfigSection as n, FormField as r } from "./shared.js";
|
|
4
4
|
import { AssigneeList as i } from "./assignee-list.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { configSectionContentStyle as e, configSectionStyle as t, formFieldLabelStyle as n, formFieldStyle as r } from "../../styles/theme.js";
|
|
3
3
|
import { ChevronRightIcon as i } from "../../icons.js";
|
|
4
4
|
import { css as a } from "@emotion/react";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { configPanelBodyStyle as e, configPanelCloseStyle as t, configPanelHeaderStyle as n, configPanelTitleStyle as r, configPanelWrapperStyle as i } from "../styles/theme.js";
|
|
3
3
|
import { XIcon as a } from "../icons.js";
|
|
4
4
|
import { BasicNodeConfig as o } from "./config/basic-node-config.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { useEditorStore as e } from "../../store/editor.js";
|
|
3
3
|
import { css as t } from "@emotion/react";
|
|
4
4
|
import { BaseEdge as n, EdgeLabelRenderer as r, getBezierPath as i } from "@xyflow/react";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { ApprovalEdge as e } from "./approval-edge.js";
|
|
3
3
|
//#region src/components/edges/index.ts
|
|
4
4
|
var t = { approval: e };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { toolbarContainerStyle as e } from "../styles/theme.js";
|
|
3
3
|
import { getDraggableSpecifications as t } from "../specifications/index.js";
|
|
4
4
|
import { handleDragStart as n } from "../hooks/use-drag-drop.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { BaseNode as e } from "./base-node.js";
|
|
3
3
|
import { Handle as t, Position as n } from "@xyflow/react";
|
|
4
4
|
import { jsx as r, jsxs as i } from "@emotion/react/jsx-runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { getSpecification as e } from "../../specifications/index.js";
|
|
3
3
|
import { NodeShell as t } from "./node-shell.js";
|
|
4
4
|
import { css as n } from "@emotion/react";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { BaseNode as e } from "./base-node.js";
|
|
3
3
|
import { Handle as t, Position as n } from "@xyflow/react";
|
|
4
4
|
import { jsx as r, jsxs as i } from "@emotion/react/jsx-runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { BaseNode as e } from "./base-node.js";
|
|
3
3
|
import { css as t } from "@emotion/react";
|
|
4
4
|
import { Handle as n, Position as r, useUpdateNodeInternals as i } from "@xyflow/react";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { BaseNode as e } from "./base-node.js";
|
|
3
3
|
import { Handle as t, Position as n } from "@xyflow/react";
|
|
4
4
|
import { jsx as r } from "@emotion/react/jsx-runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { BaseNode as e } from "./base-node.js";
|
|
3
3
|
import { Handle as t, Position as n } from "@xyflow/react";
|
|
4
4
|
import { jsx as r, jsxs as i } from "@emotion/react/jsx-runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { ApprovalNode as e } from "./approval-node.js";
|
|
3
3
|
import { CcNode as t } from "./cc-node.js";
|
|
4
4
|
import { ConditionNode as n } from "./condition-node.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { nodeContainerStyle as e } from "../../styles/theme.js";
|
|
3
3
|
import { getSpecification as t } from "../../specifications/index.js";
|
|
4
4
|
import { jsx as n } from "@emotion/react/jsx-runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { BaseNode as e } from "./base-node.js";
|
|
3
3
|
import { Handle as t, Position as n } from "@xyflow/react";
|
|
4
4
|
import { jsx as r } from "@emotion/react/jsx-runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { css as e, keyframes as t } from "@emotion/react";
|
|
3
3
|
import { Panel as n, useReactFlow as r, useViewport as i } from "@xyflow/react";
|
|
4
4
|
import { useEffect as a, useRef as o, useState as s } from "react";
|
package/dist/es/constants.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { NODE_DIMENSIONS as e } from "../constants.js";
|
|
3
3
|
import { useEditorStoreApi as t } from "../store/editor.js";
|
|
4
4
|
import { useReactFlow as n } from "@xyflow/react";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { validateConnection as e } from "../shared/connection-rules.js";
|
|
3
3
|
import { useEditorStoreApi as t } from "../store/editor.js";
|
|
4
4
|
import { useCallback as n } from "react";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { useEditorStore as e } from "../store/editor.js";
|
|
3
3
|
import { useReactFlow as t } from "@xyflow/react";
|
|
4
4
|
import { useCallback as n } from "react";
|
package/dist/es/icons.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { BadgeCheckIcon as e, ChevronRightIcon as t, CirclePlayIcon as n, CircleStopIcon as r, ClipboardPenIcon as i, GitForkIcon as a, MailIcon as o, XIcon as s } from "lucide-react";
|
|
3
3
|
export { e as ApprovalIcon, o as CcIcon, t as ChevronRightIcon, a as ConditionIcon, r as EndIcon, i as HandleIcon, n as StartIcon, s as XIcon };
|
package/dist/es/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { fromFlowDefinition as e, toFlowDefinition as t } from "./shared/serialization.js";
|
|
3
3
|
import { DEFAULT_NODE_DATA as n, NODE_KINDS as r, NODE_KIND_COLORS as i, NODE_KIND_LABELS as a } from "./constants.js";
|
|
4
4
|
import { ApprovalIcon as o, CcIcon as s, ConditionIcon as c, EndIcon as l, HandleIcon as u, StartIcon as d } from "./icons.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { createContext as e, use as t } from "react";
|
|
3
3
|
//#region src/plugins/context.ts
|
|
4
4
|
var n = e({});
|
package/dist/es/plugins/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import "./context.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
//#region src/shared/connection-rules.ts
|
|
3
3
|
function e(e, t, n) {
|
|
4
4
|
let r = /* @__PURE__ */ new Set(), i = [t];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { NODE_KIND_COLORS as e, NODE_KIND_LABELS as t } from "../constants.js";
|
|
3
3
|
import { ApprovalIcon as n } from "../icons.js";
|
|
4
4
|
import { ApprovalNodeConfig as r } from "../components/config/approval-node-config.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { NODE_KIND_COLORS as e, NODE_KIND_LABELS as t } from "../constants.js";
|
|
3
3
|
import { CcIcon as n } from "../icons.js";
|
|
4
4
|
import { CcNodeConfig as r } from "../components/config/cc-node-config.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { NODE_KIND_COLORS as e, NODE_KIND_LABELS as t } from "../constants.js";
|
|
3
3
|
import { ConditionIcon as n } from "../icons.js";
|
|
4
4
|
import { ConditionConfig as r } from "../components/config/condition-config.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { NODE_KIND_COLORS as e, NODE_KIND_LABELS as t } from "../constants.js";
|
|
3
3
|
import { EndIcon as n } from "../icons.js";
|
|
4
4
|
import { BasicNodeConfig as r } from "../components/config/basic-node-config.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { NODE_KIND_COLORS as e, NODE_KIND_LABELS as t } from "../constants.js";
|
|
3
3
|
import { HandleIcon as n } from "../icons.js";
|
|
4
4
|
import { HandleNodeConfig as r } from "../components/config/handle-node-config.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { approvalSpecification as e } from "./approval.js";
|
|
3
3
|
import { ccSpecification as t } from "./cc.js";
|
|
4
4
|
import { conditionSpecification as n } from "./condition.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { NODE_KIND_COLORS as e, NODE_KIND_LABELS as t } from "../constants.js";
|
|
3
3
|
import { StartIcon as n } from "../icons.js";
|
|
4
4
|
import { BasicNodeConfig as r } from "../components/config/basic-node-config.js";
|
package/dist/es/store/editor.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { createFlowSlice as e } from "./flow-slice.js";
|
|
3
3
|
import { createGraphSlice as t } from "./graph-slice.js";
|
|
4
4
|
import { createInteractionSlice as n } from "./interaction-slice.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { fromFlowDefinition as e, toFlowDefinition as t } from "../shared/serialization.js";
|
|
3
3
|
//#region src/store/flow-slice.ts
|
|
4
4
|
var n = (n, r) => ({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { validateConnection as e } from "../shared/connection-rules.js";
|
|
3
3
|
import { DEFAULT_NODE_DATA as t } from "../constants.js";
|
|
4
4
|
import { getSpecification as n } from "../specifications/index.js";
|
package/dist/es/store/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import "./editor.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
//#region src/store/interaction-slice.ts
|
|
3
3
|
var e = (e) => ({
|
|
4
4
|
selectedNodeId: null,
|
package/dist/es/styles/base.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { css as e } from "@emotion/react";
|
|
3
3
|
import t from "@xyflow/react/dist/base.css?raw";
|
|
4
4
|
//#region src/styles/base.ts
|
package/dist/es/styles/index.js
CHANGED
package/dist/es/styles/theme.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/approval-flow-editor v2.1.
|
|
1
|
+
/*! @vef-framework-react/approval-flow-editor v2.1.4 made by Venus | 2026-03-30T03:49:25.283Z */
|
|
2
2
|
import { css as e } from "@emotion/react";
|
|
3
3
|
import { globalCssVars as t } from "@vef-framework-react/components";
|
|
4
4
|
//#region src/styles/theme.ts
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vef-framework-react/approval-flow-editor",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.4",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Approval flow editor for VEF framework",
|
|
7
7
|
"author": {
|
|
@@ -54,9 +54,9 @@
|
|
|
54
54
|
"@xyflow/react": "^12.10.2",
|
|
55
55
|
"elkjs": "^0.11.1",
|
|
56
56
|
"lucide-react": "^1.7.0",
|
|
57
|
-
"@vef-framework-react/components": "2.1.
|
|
58
|
-
"@vef-framework-react/core": "2.1.
|
|
59
|
-
"@vef-framework-react/shared": "2.1.
|
|
57
|
+
"@vef-framework-react/components": "2.1.4",
|
|
58
|
+
"@vef-framework-react/core": "2.1.4",
|
|
59
|
+
"@vef-framework-react/shared": "2.1.4"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"react": "^19.2.4"
|