@sumaris-net/ngx-components 18.23.32 → 18.23.33
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 +1 -1
- package/esm2022/src/app/core/table/table.class.mjs +3 -3
- package/fesm2022/sumaris-net.ngx-components.mjs +2 -2
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/table/table.class.d.ts +2 -2
- package/src/assets/manifest.json +1 -1
package/doc/changelog.md
CHANGED
|
@@ -2119,6 +2119,6 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
2119
2119
|
# 18.23.31
|
|
2120
2120
|
- enh(image-service) Mobile web: open camera by default, when `style` is undefined or `auto` (the Capacitor Camera plugin is now compatible with web)
|
|
2121
2121
|
|
|
2122
|
-
# 18.23.
|
|
2122
|
+
# 18.23.33
|
|
2123
2123
|
- enh(table) Add getters for `totalRowCount` and `visibleRowCount` properties (subclasses can override. e.g. to exclude divider rows)
|
|
2124
2124
|
- enh(async-table) Add getters for `totalRowCount` and `visibleRowCount` properties (subclasses can override. e.g. to exclude divider rows)
|