@drax/audit-vue 2.8.0 → 3.0.0

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": "2.8.0",
6
+ "version": "3.0.0",
7
7
  "type": "module",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
@@ -24,9 +24,9 @@
24
24
  "format": "prettier --write src/"
25
25
  },
26
26
  "dependencies": {
27
- "@drax/audit-front": "^2.8.0",
28
- "@drax/crud-front": "^2.0.0",
29
- "@drax/crud-share": "^2.8.0"
27
+ "@drax/audit-front": "^3.0.0",
28
+ "@drax/crud-front": "^3.0.0",
29
+ "@drax/crud-share": "^3.0.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "pinia": "^3.0.4",
@@ -51,5 +51,5 @@
51
51
  "vue-tsc": "^3.2.4",
52
52
  "vuetify": "^3.11.8"
53
53
  },
54
- "gitHead": "3adeb31ee60eb83c92137dc28162f9226cab06c1"
54
+ "gitHead": "63ae718b24ea25ae80b1a9a5dfb84a3abbb95199"
55
55
  }
@@ -242,6 +242,10 @@ class AuditCrud extends EntityCrud implements IEntityCrud {
242
242
  return []
243
243
  }
244
244
 
245
+ get containerFluid(){
246
+ return true
247
+ }
248
+
245
249
 
246
250
  }
247
251