@sumaris-net/ngx-components 18.23.30 → 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 +8 -1
- 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/image/image.service.mjs +9 -3
- package/esm2022/src/app/shared/upload-file/upload-file-popover.component.mjs +4 -5
- package/fesm2022/sumaris-net.ngx-components.mjs +38 -8
- 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/assets/manifest.json +1 -1
package/doc/changelog.md
CHANGED
|
@@ -2114,4 +2114,11 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
2114
2114
|
- fix(scss) Fix style in tables, for class `cdk-visssualy-hidden` on cell or footer-cell
|
|
2115
2115
|
|
|
2116
2116
|
# 18.23.30
|
|
2117
|
-
-
|
|
2117
|
+
- enh(image-gallery) Add public function `setViewMode()`
|
|
2118
|
+
|
|
2119
|
+
# 18.23.31
|
|
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)
|