camunda-bpmn-js 5.26.0 → 5.26.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/base-modeler.development.js +7 -3
- package/dist/base-modeler.production.min.js +1 -1
- package/dist/camunda-cloud-modeler.development.js +7 -3
- package/dist/camunda-cloud-modeler.production.min.js +1 -1
- package/dist/camunda-platform-modeler.development.js +7 -3
- package/dist/camunda-platform-modeler.production.min.js +9 -9
- package/package.json +4 -4
|
@@ -82181,7 +82181,7 @@
|
|
|
82181
82181
|
/**
|
|
82182
82182
|
* Takes any number of Contexts and merges them into a single context.
|
|
82183
82183
|
*
|
|
82184
|
-
* @param { ...VariableContext } contexts
|
|
82184
|
+
* @param { ...(VariableContext | undefined) } contexts
|
|
82185
82185
|
* @returns { VariableContext }
|
|
82186
82186
|
*/
|
|
82187
82187
|
static of(...contexts) {
|
|
@@ -82378,7 +82378,7 @@
|
|
|
82378
82378
|
}
|
|
82379
82379
|
|
|
82380
82380
|
/**
|
|
82381
|
-
* Get or compute the context cache for fast
|
|
82381
|
+
* Get or compute the context cache for fast retrieval
|
|
82382
82382
|
* of keys, prefixes and original mappings.
|
|
82383
82383
|
*
|
|
82384
82384
|
* @returns {ContextCache}
|
|
@@ -82688,6 +82688,10 @@
|
|
|
82688
82688
|
// preserve type information through `get value(context, key)` utility
|
|
82689
82689
|
if (name?.raw === 'get value') {
|
|
82690
82690
|
variables = getContextValue(variables, args);
|
|
82691
|
+
} else {
|
|
82692
|
+
variables = variables.assign({
|
|
82693
|
+
value: name?.computedValue() || Context.of(undefined)
|
|
82694
|
+
});
|
|
82691
82695
|
}
|
|
82692
82696
|
}
|
|
82693
82697
|
|
|
@@ -82983,7 +82987,7 @@
|
|
|
82983
82987
|
propSources: [feelHighlighting],
|
|
82984
82988
|
skippedNodes: [0,1,2],
|
|
82985
82989
|
repeatNodeCount: 14,
|
|
82986
|
-
tokenData: "
|
|
82990
|
+
tokenData: ".v~RvXY#iYZ$^Z[#i]^$^pq#iqr$crs$nwx(Wxy(]yz(bz{(g{|(t|}(y}!O)O!O!P)]!P!Q*g!Q![,b![!],y!]!^-O!^!_-T!_!`$i!`!a-d!b!c-n!}#O-s#P#Q-x#Q#R(o#S#T-}#o#p.l#q#r.q$f$g#i#BY#BZ#i$IS$I_#i$I|$I}$^$I}$JO$^$JT$JU#i$KV$KW#i&FU&FV#i?HT?HU#i~#nY#r~XY#iZ[#ipq#i$f$g#i#BY#BZ#i$IS$I_#i$JT$JU#i$KV$KW#i&FU&FV#i?HT?HU#i~$cO#s~~$fP!_!`$i~$nOr~~$qXOY$nYZ%^Zr$nrs&zs#O$n#O#P'R#P;'S$n;'S;=`(Q<%lO$n~%aVOr%^rs%vs#O%^#O#P%{#P;'S%^;'S;=`&t<%lO%^~%{O$i~~&ORO;'S%^;'S;=`&X;=`O%^~&[WOr%^rs%vs#O%^#O#P%{#P;'S%^;'S;=`&t;=`<%l%^<%lO%^~&wP;=`<%l%^~'RO$i~$j~~'URO;'S$n;'S;=`'_;=`O$n~'bYOY$nYZ%^Zr$nrs&zs#O$n#O#P'R#P;'S$n;'S;=`(Q;=`<%l$n<%lO$n~(TP;=`<%l$n~(]O#{~~(bOv~~(gOx~~(lP^~z{(o~(tO_~~(yO[~~)OO$O~R)TPZP!`!a)WQ)]O$^Q~)bQ#z~!O!P)h!Q![)m~)mO#}~~)rR$h~!Q![)m!g!h){#X#Y){~*OR{|*X}!O*X!Q![*_~*[P!Q![*_~*dP$h~!Q![*_~*lQ]~z{*r!P!Q+y~*uTOz*rz{+U{;'S*r;'S;=`+s<%lO*r~+XVOz*rz{+U{!P*r!P!Q+n!Q;'S*r;'S;=`+s<%lO*r~+sOQ~~+vP;=`<%l*r~,OSP~OY+yZ;'S+y;'S;=`,[<%lO+y~,_P;=`<%l+y~,gS$h~!O!P,s!Q![,b!g!h){#X#Y){~,vP!Q![)m~-OO$[~~-TO$s~R-[P!]QsP!_!`-_P-dOsPR-kP!YQsP!_!`-_~-sO$l~~-xO!i~~-}O!g~~.QTO#S-}#S#T.a#T;'S-};'S;=`.f<%lO-}~.fO$Y~~.iP;=`<%l-}~.qO#S~~.vO#R~",
|
|
82987
82991
|
tokenizers: [propertyIdentifiers, identifiers, insertSemicolon, 0, 1],
|
|
82988
82992
|
topRules: {"Expression":[0,3],"Expressions":[1,102],"UnaryTests":[2,103]},
|
|
82989
82993
|
dialects: {camunda: 2564},
|