js-gei 1.1.11 → 1.1.12
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/js-gei.es.js +1 -1
- package/dist/js-gei.umd.js +1 -1
- package/package.json +1 -1
- package/src/Structure/RecordSingle.ts +1 -1
package/dist/js-gei.es.js
CHANGED
|
@@ -35816,7 +35816,7 @@ class xa {
|
|
|
35816
35816
|
return null;
|
|
35817
35817
|
const a = e[(u = this.Parent) == null ? void 0 : u.Tablename], i = Object.keys(a);
|
|
35818
35818
|
for (let p = 0; p < i.length; p++) {
|
|
35819
|
-
const d = i[p], y = a[d].Type, w = a[d].
|
|
35819
|
+
const d = i[p], y = a[d].Type, w = a[d].AliasExport ?? d;
|
|
35820
35820
|
let D = this.Record[d], h = null;
|
|
35821
35821
|
switch (y == null ? void 0 : y.toLowerCase()) {
|
|
35822
35822
|
case "date": {
|