@zeedhi/vuetify 1.126.0 → 1.127.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.
@@ -54729,6 +54729,7 @@ var __vue_render__$A = function () {
54729
54729
  expression: "instance.isVisible",
54730
54730
  },
54731
54731
  ],
54732
+ class: [_vm.instance.cssClass, "zd-master-detail"],
54732
54733
  style: Object.assign(
54733
54734
  {},
54734
54735
  {
@@ -54728,6 +54728,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
54728
54728
  expression: "instance.isVisible",
54729
54729
  },
54730
54730
  ],
54731
+ class: [_vm.instance.cssClass, "zd-master-detail"],
54731
54732
  style: Object.assign(
54732
54733
  {},
54733
54734
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeedhi/vuetify",
3
- "version": "1.126.0",
3
+ "version": "1.127.0",
4
4
  "description": "Zeedhi Components based on Vuetify",
5
5
  "author": "Zeedhi <zeedhi@teknisa.com>",
6
6
  "license": "ISC",
@@ -51,5 +51,5 @@
51
51
  "@types/prismjs": "1.26.*",
52
52
  "@types/sortablejs": "1.15.*"
53
53
  },
54
- "gitHead": "195333965a4efd36a67efa3b714aa95d32fe4625"
54
+ "gitHead": "a45c7072010886be8b436dc25a3fb3e7cc75e0bd"
55
55
  }