@resolveio/client-lib-core 15.0.8 → 15.0.10
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/esm2020/lib/util/common.helper.mjs +2 -2
- package/esm2020/lib/widgets/data-table/data-table.model.mjs +1 -1
- package/fesm2015/resolveio-client-lib-core.mjs +1 -1
- package/fesm2015/resolveio-client-lib-core.mjs.map +1 -1
- package/fesm2020/resolveio-client-lib-core.mjs +1 -1
- package/fesm2020/resolveio-client-lib-core.mjs.map +1 -1
- package/lib/widgets/data-table/data-table.model.d.ts +1 -0
- package/package.json +1 -1
|
@@ -467,7 +467,7 @@ function deepDiffDetails(object1, object2) {
|
|
|
467
467
|
let obj1 = deepCopy(object1);
|
|
468
468
|
let obj2 = deepCopy(object2);
|
|
469
469
|
let diff = detailedDiff(obj1, obj2);
|
|
470
|
-
let diffString = '
|
|
470
|
+
let diffString = '';
|
|
471
471
|
const formatValue = (value) => {
|
|
472
472
|
if (value instanceof Date) {
|
|
473
473
|
return moment(value).format('llll');
|