@vitrosoftware/common-ui-ts 1.1.214 → 1.1.215

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/index.js CHANGED
@@ -66384,7 +66384,7 @@ var Filter = function Filter(props) {
66384
66384
  var list = [].concat(props.fieldList);
66385
66385
  return list.map(function (val) {
66386
66386
  return _extends({}, val, {
66387
- internalName: columnService.getName(val.internalName)
66387
+ internalName: columnService.getName(val.internalName, props.listConfig)
66388
66388
  });
66389
66389
  });
66390
66390
  };
@@ -67023,7 +67023,7 @@ var Viewer = function Viewer(props) {
67023
67023
  };
67024
67024
 
67025
67025
  var name = "@vitrosoftware/common-ui-ts";
67026
- var version$1 = "1.1.214";
67026
+ var version$1 = "1.1.215";
67027
67027
  var description = "vitro software common ui ts";
67028
67028
  var author = "";
67029
67029
  var license = "MIT";