@cubejs-client/vue3 0.30.0 → 0.30.46

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-client/vue3",
3
- "version": "0.30.0",
3
+ "version": "0.30.46",
4
4
  "engines": {},
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,7 +28,7 @@
28
28
  "src"
29
29
  ],
30
30
  "dependencies": {
31
- "@cubejs-client/core": "^0.30.0",
31
+ "@cubejs-client/core": "^0.30.46",
32
32
  "@vue/compiler-sfc": "^3.0.11",
33
33
  "core-js": "^3.6.5",
34
34
  "flush-promises": "^1.0.2",
@@ -80,5 +80,5 @@
80
80
  "publishConfig": {
81
81
  "access": "public"
82
82
  },
83
- "gitHead": "bc4774e0945cdf0141e344657406115e8a4597f7"
83
+ "gitHead": "c29f3e26e595a96f140c55049131b764e852876e"
84
84
  }
@@ -563,6 +563,9 @@ export default {
563
563
  setOffset(offset) {
564
564
  this.offset = offset;
565
565
  },
566
+ removeOffset() {
567
+ this.offset = null;
568
+ },
566
569
  updateChart(chartType) {
567
570
  this.chartType = chartType;
568
571
  },