@infrab4a/connect 5.1.1-beta.6 → 5.1.1-beta.7

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/index.cjs.js CHANGED
@@ -2925,8 +2925,8 @@ AttributeOptionHelper.FindByAttribute = (attributeName, fields) => {
2925
2925
  attributeName,
2926
2926
  columnName: attributeName.toString(),
2927
2927
  ...fieldOption,
2928
- to: fieldOption.to || ((value) => value),
2929
- from: fieldOption.from || ((value) => value),
2928
+ // to: fieldOption.to || ((value) => value),
2929
+ // from: fieldOption.from || ((value) => value),
2930
2930
  };
2931
2931
  };
2932
2932
  AttributeOptionHelper.CheckIsColumnOption = (fieldValue) => !!fieldValue?.columnName;
package/index.esm.js CHANGED
@@ -2900,8 +2900,8 @@ AttributeOptionHelper.FindByAttribute = (attributeName, fields) => {
2900
2900
  attributeName,
2901
2901
  columnName: attributeName.toString(),
2902
2902
  ...fieldOption,
2903
- to: fieldOption.to || ((value) => value),
2904
- from: fieldOption.from || ((value) => value),
2903
+ // to: fieldOption.to || ((value) => value),
2904
+ // from: fieldOption.from || ((value) => value),
2905
2905
  };
2906
2906
  };
2907
2907
  AttributeOptionHelper.CheckIsColumnOption = (fieldValue) => !!fieldValue?.columnName;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infrab4a/connect",
3
- "version": "5.1.1-beta.6",
3
+ "version": "5.1.1-beta.7",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org"
6
6
  },