@bizdoc/core 1.10.0-next.8 → 1.10.0-next.9
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/fesm2020/bizdoc-core.mjs
CHANGED
@@ -14159,9 +14159,9 @@ class CubeMatrixComponent {
|
|
14159
14159
|
filters: this.filters,
|
14160
14160
|
scope: this.scope
|
14161
14161
|
}).pipe(modelize(), first$1()).subscribe(d => {
|
14162
|
+
this._totals(d);
|
14162
14163
|
this._sum &&
|
14163
14164
|
this._calculatesum(d);
|
14164
|
-
this._totals(d);
|
14165
14165
|
this.data = d;
|
14166
14166
|
}, (e) => {
|
14167
14167
|
this._sb.error(e.status === 401 ? 'Unauthorized' : null);
|