@sumaris-net/ngx-components 1.20.5 → 1.20.6
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/sumaris-net.ngx-components.umd.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/esm2015/src/app/shared/pipes/property.pipes.js +2 -2
- package/fesm2015/sumaris-net.ngx-components.js +1 -1
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -4919,7 +4919,7 @@
|
|
|
4919
4919
|
if ((_a = definition.autocomplete) === null || _a === void 0 ? void 0 : _a.displayWith) {
|
|
4920
4920
|
return definition.autocomplete.displayWith(value);
|
|
4921
4921
|
}
|
|
4922
|
-
return joinPropertiesPath(
|
|
4922
|
+
return joinPropertiesPath(value, ((_b = definition.autocomplete) === null || _b === void 0 ? void 0 : _b.attributes) || ['label', 'name']) || undefined;
|
|
4923
4923
|
}
|
|
4924
4924
|
case 'boolean':
|
|
4925
4925
|
return (obj === 1 || obj === true || obj === 'true') ? this.i18nYes : this.i18nNo;
|