@ixo/editor 6.24.0 → 6.26.0
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-DBH72SPW.js → chunk-BISN3FA2.js} +171 -67
- package/dist/chunk-BISN3FA2.js.map +1 -0
- package/dist/{chunk-R3H7TDTG.js → chunk-PW5J4EAV.js} +2 -2
- package/dist/{chunk-BTMC55BR.js → chunk-YC6GPQZG.js} +4 -1
- package/dist/chunk-YC6GPQZG.js.map +1 -0
- package/dist/core/index.d.ts +4 -4
- package/dist/core/index.js +2 -2
- package/dist/{graphql-client-DQD1v9Yw.d.ts → graphql-client-pPdj3dsK.d.ts} +7 -2
- package/dist/{index-x1R0c9P_.d.ts → index-CfkeGZGU.d.ts} +7 -0
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/dist/mantine/index.d.ts +12 -5
- package/dist/mantine/index.js +4 -2
- package/dist/mantine/index.js.map +1 -1
- package/dist/{store-wmrw3T5K.d.ts → store-CzML9Czj.d.ts} +1 -1
- package/package.json +1 -1
- package/dist/chunk-BTMC55BR.js.map +0 -1
- package/dist/chunk-DBH72SPW.js.map +0 -1
- /package/dist/{chunk-R3H7TDTG.js.map → chunk-PW5J4EAV.js.map} +0 -0
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
swapBlocksInFragment,
|
|
15
15
|
writeActionState,
|
|
16
16
|
writeCompiledBlocksToFragment
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-YC6GPQZG.js";
|
|
18
18
|
|
|
19
19
|
// src/core/lib/flowCompiler/authoring.ts
|
|
20
20
|
import * as Y from "yjs";
|
|
@@ -370,4 +370,4 @@ export {
|
|
|
370
370
|
setFlowParticipantPowerLevel,
|
|
371
371
|
setFlowParticipantRequirements
|
|
372
372
|
};
|
|
373
|
-
//# sourceMappingURL=chunk-
|
|
373
|
+
//# sourceMappingURL=chunk-PW5J4EAV.js.map
|
|
@@ -3950,6 +3950,9 @@ function isEvaluationAgentRole(role) {
|
|
|
3950
3950
|
registerAction({
|
|
3951
3951
|
type: "qi/bid.evaluate",
|
|
3952
3952
|
can: "bid/evaluate",
|
|
3953
|
+
// Superseded by qi/collection.users (IXO-2586) — not offered to authors
|
|
3954
|
+
// anymore; kept registered so existing flows and templates still work.
|
|
3955
|
+
hiddenFromAuthoring: true,
|
|
3953
3956
|
sideEffect: true,
|
|
3954
3957
|
proof: { fields: ["bidId"] },
|
|
3955
3958
|
done: doneWhenCompleted,
|
|
@@ -18541,4 +18544,4 @@ export {
|
|
|
18541
18544
|
executeQueuedFlowAgentCoreCommands,
|
|
18542
18545
|
FlowAgentService
|
|
18543
18546
|
};
|
|
18544
|
-
//# sourceMappingURL=chunk-
|
|
18547
|
+
//# sourceMappingURL=chunk-YC6GPQZG.js.map
|