cronapp-framework-js 2.9.1-SP.17 → 2.9.1-SP.19

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/js/directives.js CHANGED
@@ -3047,7 +3047,7 @@
3047
3047
  row.cells[cellIndex].format = "dd/mm/yyyy hh:mm:ss;@";
3048
3048
  }
3049
3049
 
3050
- if (row.type === "footer") {
3050
+ if (row.type === "footer" || row.type === "group-footer") {
3051
3051
  if (row.cells[cellIndex].value) {
3052
3052
  let rawValue = row.cells[cellIndex].value;
3053
3053
  let content = $(rawValue)[0].innerHTML;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cronapp-framework-js",
3
- "version": "2.9.1-SP.17",
3
+ "version": "2.9.1-SP.19",
4
4
  "description": "Javascript library for CronApp's projects",
5
5
  "main": "cronapp.framework.js",
6
6
  "scripts": {