@sumaris-net/ngx-components 18.7.12 → 18.7.13
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/table/async-table.class.mjs +3 -2
- package/esm2022/src/app/core/table/table.class.mjs +3 -2
- package/fesm2022/sumaris-net.ngx-components.mjs +4 -2
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/install/install-upgrade-card.component.d.ts +1 -1
- package/src/assets/manifest.json +1 -1
package/doc/changelog.md
CHANGED
|
@@ -1277,3 +1277,6 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
1277
1277
|
|
|
1278
1278
|
# 18.7.12
|
|
1279
1279
|
- enh(animation): Add `expansionAnimation`
|
|
1280
|
+
|
|
1281
|
+
# 18.7.13
|
|
1282
|
+
- fix(table, async-table): Don't threat undefined value emitted by `loadingSubject`
|