novo-elements 5.8.1 → 5.9.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/bundles/novo-elements.umd.js +1 -0
- package/bundles/novo-elements.umd.js.map +1 -1
- package/bundles/novo-elements.umd.min.js +1 -1
- package/bundles/novo-elements.umd.min.js.map +1 -1
- package/elements/form/FormInterfaces.d.ts +1 -0
- package/esm2015/elements/form/FormInterfaces.js +1 -1
- package/esm2015/utils/form-utils/FormUtils.js +2 -1
- package/fesm2015/novo-elements.js +1 -0
- package/fesm2015/novo-elements.js.map +1 -1
- package/package.json +1 -1
|
@@ -32088,6 +32088,7 @@
|
|
|
32088
32088
|
})
|
|
32089
32089
|
: [];
|
|
32090
32090
|
var fields = meta.fields.map(function (field) {
|
|
32091
|
+
field.parentEntity = meta.entity;
|
|
32091
32092
|
if (!field.hasOwnProperty('sortOrder')) {
|
|
32092
32093
|
field.sortOrder = Number.MAX_SAFE_INTEGER - 1;
|
|
32093
32094
|
}
|