cx 23.12.3 → 24.0.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/data.js CHANGED
@@ -415,12 +415,15 @@ function expression(str) {
415
415
  var _Function;
416
416
  var compute = (_Function = _construct(
417
417
  Function,
418
- formats
419
- .map(function (f, i) {
418
+ ["fmt"].concat(
419
+ formats.map(function (f, i) {
420
420
  return "fmt" + i;
421
- })
422
- .concat(keys, helperNames, [body])
423
- )).bind.apply(_Function, [Format].concat(formats, helperValues));
421
+ }),
422
+ keys,
423
+ helperNames,
424
+ [body]
425
+ )
426
+ )).bind.apply(_Function, [Format, Format.value].concat(formats, helperValues));
424
427
  var selector = computable.apply(
425
428
  void 0,
426
429
  keys