@sumaris-net/ngx-components 2.8.2-beta5 → 2.8.3-beta6
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 -2
- package/esm2022/src/app/core/table/async-table.class.mjs +75 -65
- package/esm2022/src/app/core/table/table.class.mjs +15 -19
- package/fesm2022/sumaris-net.ngx-components.mjs +87 -81
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/table/async-table.class.d.ts +11 -9
- package/src/app/core/table/table.class.d.ts +2 -2
- package/src/app/shared/inputs.d.ts +1 -1
- package/src/assets/manifest.json +1 -1
package/doc/changelog.md
CHANGED
|
@@ -740,5 +740,6 @@ This will allow subclasses to override the default selectedTabIndex after an err
|
|
|
740
740
|
- [enh] Add static function `JsonUtils.getLocalizedEncoding()`
|
|
741
741
|
|
|
742
742
|
# 2.8.2
|
|
743
|
-
- [enh]
|
|
744
|
-
- [enh]
|
|
743
|
+
- [enh] Function `getPropertyByPath` now handles the optional chaining operator `(?.)`
|
|
744
|
+
- [enh] Add `AccountService.onWillLogout` emitter
|
|
745
|
+
- [fix] Table: Call `emitRefresh()` instead of `onRefresh.emit()` to safely emit to an opened Observable
|