@sumaris-net/ngx-components 18.23.31 → 18.23.32
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 +4 -0
- package/esm2022/src/app/core/table/async-table.class.mjs +15 -3
- package/esm2022/src/app/core/table/table.class.mjs +15 -3
- package/esm2022/src/app/shared/upload-file/upload-file-popover.component.mjs +4 -5
- package/fesm2022/sumaris-net.ngx-components.mjs +30 -6
- 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 +6 -2
- package/src/app/core/table/table.class.d.ts +6 -2
- package/src/app/shared/inputs.d.ts +1 -1
- package/src/assets/manifest.json +1 -1
package/doc/changelog.md
CHANGED
|
@@ -2118,3 +2118,7 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
2118
2118
|
|
|
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
|
+
|
|
2122
|
+
# 18.23.32
|
|
2123
|
+
- enh(table) Add getters for `totalRowCount` and `visibleRowCount` properties (subclasses can override. e.g. to exclude divider rows)
|
|
2124
|
+
- enh(async-table) Add getters for `totalRowCount` and `visibleRowCount` properties (subclasses can override. e.g. to exclude divider rows)
|