@sd-angular/core 1.0.57 → 1.0.58
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/bundles/sd-angular-core-grid-material.umd.js +1 -1
- package/bundles/sd-angular-core-grid-material.umd.js.map +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js.map +1 -1
- package/esm2015/grid-material/src/lib/pipes/cell-view.pipe.js +2 -2
- package/fesm2015/sd-angular-core-grid-material.js +1 -1
- package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
- package/package.json +1 -1
- package/{sd-angular-core-1.0.57.tgz → sd-angular-core-1.0.58.tgz} +0 -0
|
@@ -4376,7 +4376,7 @@
|
|
|
4376
4376
|
result.display.value = Date.toFormat(value, column.type === 'date' ? 'dd/MM/yyyy' : 'dd/MM/yyyy HH:mm');
|
|
4377
4377
|
if (column.type === 'datetime' && result.display.value) {
|
|
4378
4378
|
result.display.hasHtml = true;
|
|
4379
|
-
result.display.html = "<span class=\"d-block T14R text-black400\">" + Date.toFormat(
|
|
4379
|
+
result.display.html = "<span class=\"d-block T14R text-black400\">" + Date.toFormat(value, 'HH:mm') + "</span><span class=\"d-block T14R\">" + Date.toFormat(value, 'dd/MM/yyyy') + "</span>";
|
|
4380
4380
|
}
|
|
4381
4381
|
}
|
|
4382
4382
|
}
|