@sumaris-net/ngx-components 18.7.9 → 18.7.11
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 +16 -9
- package/esm2022/src/app/core/table/table.class.mjs +16 -9
- package/fesm2022/sumaris-net.ngx-components.mjs +30 -16
- 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 +3 -2
- package/src/app/core/table/table.class.d.ts +2 -1
- package/src/app/shared/inputs.d.ts +1 -1
- package/src/assets/manifest.json +1 -1
package/doc/changelog.md
CHANGED
|
@@ -1268,3 +1268,6 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
1268
1268
|
|
|
1269
1269
|
# 18.7.9
|
|
1270
1270
|
- enh(ImageGallery) Add `@Input() cardTemplate` to override the default card template
|
|
1271
|
+
|
|
1272
|
+
# 18.7.10
|
|
1273
|
+
- enh(table, async-table): Do not clear selection inside `clickRow()`, but only in `openRow()` before navigating to detail
|