@zeedhi/vuetify 1.127.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.
- package/dist/zd-vuetify.esm.js +3 -4
- package/dist/zd-vuetify.umd.js +3 -4
- package/package.json +2 -2
package/dist/zd-vuetify.esm.js
CHANGED
|
@@ -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
|
-
|
|
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-
|
|
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 */
|
package/dist/zd-vuetify.umd.js
CHANGED
|
@@ -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
|
-
|
|
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-
|
|
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 */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeedhi/vuetify",
|
|
3
|
-
"version": "1.
|
|
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": "
|
|
54
|
+
"gitHead": "19d6a99d035add775e454a8a785ce801775b5406"
|
|
55
55
|
}
|