@drax/dashboard-vue 0.37.1 → 0.37.3

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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.37.1",
6
+ "version": "0.37.3",
7
7
  "type": "module",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
@@ -62,5 +62,5 @@
62
62
  "vue-tsc": "^2.0.11",
63
63
  "vuetify": "^3.7.1"
64
64
  },
65
- "gitHead": "e4be12cd506bf5255e0f8b26b89cdd2a660a523d"
65
+ "gitHead": "d8cf16ef1e9c06ea03714dcc8104e3b9904d034e"
66
66
  }
@@ -184,7 +184,7 @@ class DashboardCrud extends EntityCrud implements IEntityCrud {
184
184
  }
185
185
 
186
186
  get isExportable() {
187
- return true
187
+ return false
188
188
  }
189
189
 
190
190
  get exportFormats() {
@@ -196,7 +196,7 @@ class DashboardCrud extends EntityCrud implements IEntityCrud {
196
196
  }
197
197
 
198
198
  get isImportable() {
199
- return true
199
+ return false
200
200
  }
201
201
 
202
202
  get isColumnSelectable() {