@zeedhi/vuetify 1.126.0 → 1.128.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.
@@ -45717,6 +45717,7 @@ var __vue_render__$1b = function () {
45717
45717
  _vm._b(
45718
45718
  {
45719
45719
  tag: "component",
45720
+ staticClass: "zd-form-child",
45720
45721
  attrs: { parent: _vm.instance },
45721
45722
  on: {
45722
45723
  "update:value": function ($event) {
@@ -45725,9 +45726,7 @@ var __vue_render__$1b = function () {
45725
45726
  },
45726
45727
  },
45727
45728
  "component",
45728
- Object.assign({}, child, {
45729
- cssClass: (child.cssClass || "") + " zd-form-child",
45730
- }),
45729
+ child,
45731
45730
  false
45732
45731
  )
45733
45732
  ),
@@ -45750,7 +45749,7 @@ __vue_render__$1b._withStripped = true;
45750
45749
  /* style */
45751
45750
  const __vue_inject_styles__$1b = function (inject) {
45752
45751
  if (!inject) return
45753
- inject("data-v-076cbf35_0", { source: ".zd-form {\n padding: 0 4px 4px 4px;\n}\n.zd-form > .row {\n height: 100%;\n align-content: flex-start;\n margin: 0 -12px;\n}\n.zd-form > .row.row--dense {\n margin: 0 -4px;\n}", map: undefined, media: undefined });
45752
+ inject("data-v-e884d5a4_0", { source: ".zd-form {\n padding: 0 4px 4px 4px;\n}\n.zd-form > .row {\n height: 100%;\n align-content: flex-start;\n margin: 0 -12px;\n}\n.zd-form > .row.row--dense {\n margin: 0 -4px;\n}", map: undefined, media: undefined });
45754
45753
 
45755
45754
  };
45756
45755
  /* scoped */
@@ -54729,6 +54728,7 @@ var __vue_render__$A = function () {
54729
54728
  expression: "instance.isVisible",
54730
54729
  },
54731
54730
  ],
54731
+ class: [_vm.instance.cssClass, "zd-master-detail"],
54732
54732
  style: Object.assign(
54733
54733
  {},
54734
54734
  {
@@ -45716,6 +45716,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
45716
45716
  _vm._b(
45717
45717
  {
45718
45718
  tag: "component",
45719
+ staticClass: "zd-form-child",
45719
45720
  attrs: { parent: _vm.instance },
45720
45721
  on: {
45721
45722
  "update:value": function ($event) {
@@ -45724,9 +45725,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
45724
45725
  },
45725
45726
  },
45726
45727
  "component",
45727
- Object.assign({}, child, {
45728
- cssClass: (child.cssClass || "") + " zd-form-child",
45729
- }),
45728
+ child,
45730
45729
  false
45731
45730
  )
45732
45731
  ),
@@ -45749,7 +45748,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
45749
45748
  /* style */
45750
45749
  const __vue_inject_styles__$1b = function (inject) {
45751
45750
  if (!inject) return
45752
- inject("data-v-076cbf35_0", { source: ".zd-form {\n padding: 0 4px 4px 4px;\n}\n.zd-form > .row {\n height: 100%;\n align-content: flex-start;\n margin: 0 -12px;\n}\n.zd-form > .row.row--dense {\n margin: 0 -4px;\n}", map: undefined, media: undefined });
45751
+ inject("data-v-e884d5a4_0", { source: ".zd-form {\n padding: 0 4px 4px 4px;\n}\n.zd-form > .row {\n height: 100%;\n align-content: flex-start;\n margin: 0 -12px;\n}\n.zd-form > .row.row--dense {\n margin: 0 -4px;\n}", map: undefined, media: undefined });
45753
45752
 
45754
45753
  };
45755
45754
  /* scoped */
@@ -54728,6 +54727,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
54728
54727
  expression: "instance.isVisible",
54729
54728
  },
54730
54729
  ],
54730
+ class: [_vm.instance.cssClass, "zd-master-detail"],
54731
54731
  style: Object.assign(
54732
54732
  {},
54733
54733
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeedhi/vuetify",
3
- "version": "1.126.0",
3
+ "version": "1.128.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": "19d6a99d035add775e454a8a785ce801775b5406"
55
55
  }