@sumaris-net/ngx-components 18.7.11 → 18.7.13-beta1
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 +6 -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/esm2022/src/app/shared/material/material.animations.mjs +28 -1
- package/fesm2022/sumaris-net.ngx-components.mjs +32 -3
- 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/app/shared/material/material.animations.d.ts +1 -0
- package/src/assets/manifest.json +1 -1
package/doc/changelog.md
CHANGED
|
@@ -1271,3 +1271,9 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
1271
1271
|
|
|
1272
1272
|
# 18.7.10
|
|
1273
1273
|
- enh(table, async-table): Do not clear selection inside `clickRow()`, but only in `openRow()` before navigating to detail
|
|
1274
|
+
|
|
1275
|
+
# 18.7.11
|
|
1276
|
+
- enh(table, async-table): Add `@Output() onClickRow`
|
|
1277
|
+
|
|
1278
|
+
# 18.7.12
|
|
1279
|
+
- enh(animation): Add `expansionAnimation`
|