ywana-core8 0.0.512 → 0.0.515

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.
@@ -1825,11 +1825,12 @@ var EntityCellViewer = function EntityCellViewer(_ref5) {
1825
1825
  var fields = Object.values(item).filter(function (field) {
1826
1826
  return field.column === true;
1827
1827
  });
1828
+ var locale = window.navigator.userLanguage || window.navigator.language;
1828
1829
  return fields.map(function (field) {
1829
1830
  var text = value[field.id];
1830
1831
 
1831
1832
  if (field.format) {
1832
- switch (format) {
1833
+ switch (field.format) {
1833
1834
  case FORMATS.COLOR:
1834
1835
  text = /*#__PURE__*/React.createElement("input", {
1835
1836
  type: "color",