@zeedhi/vuetify 1.82.0 → 1.82.1
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 +1 -7
- package/dist/zd-vuetify.umd.js +1 -7
- package/package.json +2 -2
package/dist/zd-vuetify.esm.js
CHANGED
@@ -44088,7 +44088,7 @@ __vue_render__$17._withStripped = true;
|
|
44088
44088
|
/* style */
|
44089
44089
|
const __vue_inject_styles__$17 = function (inject) {
|
44090
44090
|
if (!inject) return
|
44091
|
-
inject("data-v-
|
44091
|
+
inject("data-v-88c7c92c_0", { source: ".zd-dropdown {\n font-size: var(--zd-font-body1-size);\n font-weight: var(--zd-font-body1-weight);\n color: var(--zd-font-color);\n height: auto;\n line-height: unset;\n white-space: unset;\n overflow: auto;\n text-overflow: unset;\n padding: 2px;\n}\n.zd-dropdown .zd-dropdown-component {\n padding: 6px 14px;\n border-radius: var(--border);\n}\n.zd-dropdown-hover:hover {\n background-color: var(--v-grey-lighten5);\n}\n.zd-dropdown-cursor {\n cursor: var(--cursor);\n}\n.zd-dropdown-menu {\n margin: 0 !important;\n padding: 0 !important;\n box-shadow: var(--shadow-8);\n}", map: undefined, media: undefined });
|
44092
44092
|
|
44093
44093
|
};
|
44094
44094
|
/* scoped */
|
@@ -49659,12 +49659,6 @@ var __vue_render__$S = function () {
|
|
49659
49659
|
),
|
49660
49660
|
},
|
49661
49661
|
{ "zd-table-fixed-column-action": _vm.column.actionFixed },
|
49662
|
-
{
|
49663
|
-
"theme--dark":
|
49664
|
-
(_vm.$vuetify.theme.dark && !_vm.instance.light) ||
|
49665
|
-
_vm.instance.dark,
|
49666
|
-
},
|
49667
|
-
{ "theme--light": !_vm.$vuetify.theme.dark || _vm.instance.light },
|
49668
49662
|
],
|
49669
49663
|
cellStyle: _vm.cellStyle,
|
49670
49664
|
},
|
package/dist/zd-vuetify.umd.js
CHANGED
@@ -44087,7 +44087,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
44087
44087
|
/* style */
|
44088
44088
|
const __vue_inject_styles__$17 = function (inject) {
|
44089
44089
|
if (!inject) return
|
44090
|
-
inject("data-v-
|
44090
|
+
inject("data-v-88c7c92c_0", { source: ".zd-dropdown {\n font-size: var(--zd-font-body1-size);\n font-weight: var(--zd-font-body1-weight);\n color: var(--zd-font-color);\n height: auto;\n line-height: unset;\n white-space: unset;\n overflow: auto;\n text-overflow: unset;\n padding: 2px;\n}\n.zd-dropdown .zd-dropdown-component {\n padding: 6px 14px;\n border-radius: var(--border);\n}\n.zd-dropdown-hover:hover {\n background-color: var(--v-grey-lighten5);\n}\n.zd-dropdown-cursor {\n cursor: var(--cursor);\n}\n.zd-dropdown-menu {\n margin: 0 !important;\n padding: 0 !important;\n box-shadow: var(--shadow-8);\n}", map: undefined, media: undefined });
|
44091
44091
|
|
44092
44092
|
};
|
44093
44093
|
/* scoped */
|
@@ -49658,12 +49658,6 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
49658
49658
|
),
|
49659
49659
|
},
|
49660
49660
|
{ "zd-table-fixed-column-action": _vm.column.actionFixed },
|
49661
|
-
{
|
49662
|
-
"theme--dark":
|
49663
|
-
(_vm.$vuetify.theme.dark && !_vm.instance.light) ||
|
49664
|
-
_vm.instance.dark,
|
49665
|
-
},
|
49666
|
-
{ "theme--light": !_vm.$vuetify.theme.dark || _vm.instance.light },
|
49667
49661
|
],
|
49668
49662
|
cellStyle: _vm.cellStyle,
|
49669
49663
|
},
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@zeedhi/vuetify",
|
3
|
-
"version": "1.82.
|
3
|
+
"version": "1.82.1",
|
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": "98935dc55912b93a0392270028cee70f38d26f3e"
|
55
55
|
}
|