@sumaris-net/ngx-components 2.8.2-beta2 → 2.8.2-beta3
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/doc/changelog.md +3 -0
- package/esm2022/src/app/core/services/account.service.mjs +30 -4
- package/fesm2022/sumaris-net.ngx-components.mjs +29 -3
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/services/account.service.d.ts +6 -2
- package/src/app/shared/inputs.d.ts +1 -1
package/doc/changelog.md
CHANGED
|
@@ -738,3 +738,6 @@ This will allow subclasses to override the default selectedTabIndex after an err
|
|
|
738
738
|
- [enh] Update pipe `propertyFormat` to use complex path (using `getPropertyByPath()`)
|
|
739
739
|
- [enh] Add static functions `CsvUtils.getLocalizedEncoding()` and `CsvUtils.getLocalizedSeparator()`
|
|
740
740
|
- [enh] Add static function `JsonUtils.getLocalizedEncoding()`
|
|
741
|
+
|
|
742
|
+
# 2.8.2
|
|
743
|
+
- [enh] function `getPropertyByPath` now handles the optional chaining operator `(?.)`
|