@cellaware/utils 8.19.0 → 8.20.1
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/dist/chatwms/alert.d.ts +1 -0
- package/dist/chatwms/alert.js +1 -0
- package/dist/chatwms/bi-studio.d.ts +1 -0
- package/dist/chatwms/bi-studio.js +1 -0
- package/dist/chatwms/dashboard.d.ts +1 -0
- package/dist/chatwms/dashboard.js +1 -0
- package/dist/chatwms/datagrid.js +2 -2
- package/dist/chatwms/report.d.ts +1 -0
- package/dist/chatwms/report.js +1 -0
- package/package.json +1 -1
package/dist/chatwms/alert.d.ts
CHANGED
package/dist/chatwms/alert.js
CHANGED
package/dist/chatwms/datagrid.js
CHANGED
|
@@ -1391,7 +1391,7 @@ export function transformDatagrid(rows, datagridState, locale, condition) {
|
|
|
1391
1391
|
rowIdx++;
|
|
1392
1392
|
});
|
|
1393
1393
|
if (!!condition) {
|
|
1394
|
-
|
|
1394
|
+
adjRows = evaluatePivotDatagridCondition(adjRows, condition, mappedDisplayColumnNames);
|
|
1395
1395
|
}
|
|
1396
1396
|
}
|
|
1397
1397
|
else {
|
|
@@ -1451,7 +1451,7 @@ export function transformDatagrid(rows, datagridState, locale, condition) {
|
|
|
1451
1451
|
rowIdx++;
|
|
1452
1452
|
});
|
|
1453
1453
|
if (!!condition) {
|
|
1454
|
-
adjRows = evaluateDatagridCondition(
|
|
1454
|
+
adjRows = evaluateDatagridCondition(adjRows, condition);
|
|
1455
1455
|
}
|
|
1456
1456
|
}
|
|
1457
1457
|
return {
|
package/dist/chatwms/report.d.ts
CHANGED
package/dist/chatwms/report.js
CHANGED