@cubejs-client/vue3 0.34.2 → 0.34.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.
@@ -10628,6 +10628,11 @@
10628
10628
  value: function pivotQuery() {
10629
10629
  return this.loadResponse.pivotQuery || null;
10630
10630
  }
10631
+ }, {
10632
+ key: "totalRows",
10633
+ value: function totalRows() {
10634
+ return this.loadResponses[0].total;
10635
+ }
10631
10636
  }, {
10632
10637
  key: "rawData",
10633
10638
  value: function rawData() {