@ixo/editor 6.16.0 → 6.16.1
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/{chunk-MR37B67W.js → chunk-EWKSBZ62.js} +2 -2
- package/dist/{chunk-6IOOGDDS.js → chunk-SSHQ3OTO.js} +2 -2
- package/dist/{chunk-TFY73KIE.js → chunk-WYIBJ24C.js} +3 -1
- package/dist/{chunk-TFY73KIE.js.map → chunk-WYIBJ24C.js.map} +1 -1
- package/dist/core/index.js +2 -2
- package/dist/index.js +3 -3
- package/dist/mantine/index.js +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-MR37B67W.js.map → chunk-EWKSBZ62.js.map} +0 -0
- /package/dist/{chunk-6IOOGDDS.js.map → chunk-SSHQ3OTO.js.map} +0 -0
|
@@ -77,7 +77,7 @@ import {
|
|
|
77
77
|
verifyCompletion,
|
|
78
78
|
warnOnce,
|
|
79
79
|
writeRunRecordAndReconcile
|
|
80
|
-
} from "./chunk-
|
|
80
|
+
} from "./chunk-WYIBJ24C.js";
|
|
81
81
|
|
|
82
82
|
// src/mantine/hooks/usePanel.ts
|
|
83
83
|
import { useCallback, useMemo, useEffect, useRef } from "react";
|
|
@@ -51530,4 +51530,4 @@ export {
|
|
|
51530
51530
|
ixoGraphQLClient,
|
|
51531
51531
|
getEntity
|
|
51532
51532
|
};
|
|
51533
|
-
//# sourceMappingURL=chunk-
|
|
51533
|
+
//# sourceMappingURL=chunk-EWKSBZ62.js.map
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
replaceBlockInFragment,
|
|
11
11
|
swapBlocksInFragment,
|
|
12
12
|
writeCompiledBlocksToFragment
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-WYIBJ24C.js";
|
|
14
14
|
|
|
15
15
|
// src/core/lib/flowCompiler/authoring.ts
|
|
16
16
|
import * as Y from "yjs";
|
|
@@ -257,4 +257,4 @@ export {
|
|
|
257
257
|
resetStepRuntime,
|
|
258
258
|
setFormAnswers
|
|
259
259
|
};
|
|
260
|
-
//# sourceMappingURL=chunk-
|
|
260
|
+
//# sourceMappingURL=chunk-SSHQ3OTO.js.map
|
|
@@ -14892,6 +14892,8 @@ async function callConfiguredExecutor(command, context, options) {
|
|
|
14892
14892
|
return options.executor.assignActor?.(command, context);
|
|
14893
14893
|
case "execute_action":
|
|
14894
14894
|
return options.executor.executeAction?.(command, context);
|
|
14895
|
+
case "notify_actor":
|
|
14896
|
+
return options.executor.notifyActor?.(command, context);
|
|
14895
14897
|
case "diagnose_blocker":
|
|
14896
14898
|
return options.executor.diagnoseBlocker?.(command, context);
|
|
14897
14899
|
default:
|
|
@@ -15204,4 +15206,4 @@ export {
|
|
|
15204
15206
|
executeQueuedFlowAgentCoreCommands,
|
|
15205
15207
|
FlowAgentService
|
|
15206
15208
|
};
|
|
15207
|
-
//# sourceMappingURL=chunk-
|
|
15209
|
+
//# sourceMappingURL=chunk-WYIBJ24C.js.map
|