@sumaris-net/ngx-components 2.0.0-rc38 → 2.0.0-rc39
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/esm2020/src/app/core/services/model/entity.decorators.mjs +1 -5
- package/fesm2015/sumaris-net.ngx-components.mjs +0 -1
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +0 -4
- package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/services/model/entity.decorators.d.ts +0 -1
|
@@ -11166,10 +11166,6 @@ class EntityClasses {
|
|
|
11166
11166
|
EntityClasses.CLASSES_BY_NAME = new Map();
|
|
11167
11167
|
// eslint-disable-next-line prefer-arrow/prefer-arrow-functions
|
|
11168
11168
|
function EntityClass(opts) {
|
|
11169
|
-
opts = {
|
|
11170
|
-
fromObjectReuseStrategy: 'default',
|
|
11171
|
-
...opts
|
|
11172
|
-
};
|
|
11173
11169
|
// eslint-disable-next-line prefer-arrow/prefer-arrow-functions
|
|
11174
11170
|
return function (constructor) {
|
|
11175
11171
|
var _a, _b;
|