@zeedhi/vuetify 1.118.1 → 1.118.2
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 +4 -6
- package/dist/zd-vuetify.umd.js +4 -6
- package/package.json +2 -2
package/dist/zd-vuetify.esm.js
CHANGED
|
@@ -38671,7 +38671,7 @@ function setFillHeight(element) {
|
|
|
38671
38671
|
parent.style.flexFlow = 'column';
|
|
38672
38672
|
Array.from(parent.children).forEach((child) => {
|
|
38673
38673
|
if (child === element) {
|
|
38674
|
-
child.style.flex = '1 1
|
|
38674
|
+
child.style.flex = '1 1 0';
|
|
38675
38675
|
child.style.overflowY = 'auto';
|
|
38676
38676
|
}
|
|
38677
38677
|
else {
|
|
@@ -57295,7 +57295,7 @@ __vue_render__$m._withStripped = true;
|
|
|
57295
57295
|
/* style */
|
|
57296
57296
|
const __vue_inject_styles__$m = function (inject) {
|
|
57297
57297
|
if (!inject) return
|
|
57298
|
-
inject("data-v-
|
|
57298
|
+
inject("data-v-0794902d_0", { source: ".zd-search {\n width: 100%;\n}\n.zd-search.show-search-field.zd-input.v-input.zd-no-helper > .v-input__control > .v-text-field__details {\n display: flex;\n}\n.zd-search.show-search-field .v-input__append-inner .v-input__icon--append .v-icon {\n background-color: var(--v-primary-base) !important;\n color: white !important;\n border-radius: 3px !important;\n height: var(--icon-size);\n width: var(--icon-size);\n margin-right: 8px !important;\n}\n.zd-search.show-search-field.zd-dense .v-input__append-inner .v-input__icon--append .v-icon {\n margin-right: 2px !important;\n height: var(--icon-size-small);\n width: var(--icon-size-small);\n}\n.zd-search-buttons {\n display: block;\n width: 100%;\n justify-content: left;\n}", map: undefined, media: undefined });
|
|
57299
57299
|
|
|
57300
57300
|
};
|
|
57301
57301
|
/* scoped */
|
|
@@ -57639,11 +57639,9 @@ let ZdSelectMultiple = class ZdSelectMultiple extends __vue_component__$K {
|
|
|
57639
57639
|
return chips;
|
|
57640
57640
|
}
|
|
57641
57641
|
toggle() {
|
|
57642
|
-
|
|
57643
|
-
|
|
57644
|
-
menu.isActive = !this.instance.readonly && !this.instance.disabled && !menu.isActive;
|
|
57642
|
+
this.superMethods(__vue_component__$K).toggle.call(this);
|
|
57643
|
+
const { menu } = this.componentRef.$refs;
|
|
57645
57644
|
this.rows = menu.isActive ? this.maxRowsNumber : 1;
|
|
57646
|
-
this.$nextTick(() => { this.componentRef.isFocused = true; });
|
|
57647
57645
|
}
|
|
57648
57646
|
/**
|
|
57649
57647
|
* Removes first item if it's text is overflowing out of parent
|
package/dist/zd-vuetify.umd.js
CHANGED
|
@@ -38670,7 +38670,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
|
38670
38670
|
parent.style.flexFlow = 'column';
|
|
38671
38671
|
Array.from(parent.children).forEach((child) => {
|
|
38672
38672
|
if (child === element) {
|
|
38673
|
-
child.style.flex = '1 1
|
|
38673
|
+
child.style.flex = '1 1 0';
|
|
38674
38674
|
child.style.overflowY = 'auto';
|
|
38675
38675
|
}
|
|
38676
38676
|
else {
|
|
@@ -57294,7 +57294,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
|
57294
57294
|
/* style */
|
|
57295
57295
|
const __vue_inject_styles__$m = function (inject) {
|
|
57296
57296
|
if (!inject) return
|
|
57297
|
-
inject("data-v-
|
|
57297
|
+
inject("data-v-0794902d_0", { source: ".zd-search {\n width: 100%;\n}\n.zd-search.show-search-field.zd-input.v-input.zd-no-helper > .v-input__control > .v-text-field__details {\n display: flex;\n}\n.zd-search.show-search-field .v-input__append-inner .v-input__icon--append .v-icon {\n background-color: var(--v-primary-base) !important;\n color: white !important;\n border-radius: 3px !important;\n height: var(--icon-size);\n width: var(--icon-size);\n margin-right: 8px !important;\n}\n.zd-search.show-search-field.zd-dense .v-input__append-inner .v-input__icon--append .v-icon {\n margin-right: 2px !important;\n height: var(--icon-size-small);\n width: var(--icon-size-small);\n}\n.zd-search-buttons {\n display: block;\n width: 100%;\n justify-content: left;\n}", map: undefined, media: undefined });
|
|
57298
57298
|
|
|
57299
57299
|
};
|
|
57300
57300
|
/* scoped */
|
|
@@ -57638,11 +57638,9 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
|
57638
57638
|
return chips;
|
|
57639
57639
|
}
|
|
57640
57640
|
toggle() {
|
|
57641
|
-
|
|
57642
|
-
|
|
57643
|
-
menu.isActive = !this.instance.readonly && !this.instance.disabled && !menu.isActive;
|
|
57641
|
+
this.superMethods(__vue_component__$K).toggle.call(this);
|
|
57642
|
+
const { menu } = this.componentRef.$refs;
|
|
57644
57643
|
this.rows = menu.isActive ? this.maxRowsNumber : 1;
|
|
57645
|
-
this.$nextTick(() => { this.componentRef.isFocused = true; });
|
|
57646
57644
|
}
|
|
57647
57645
|
/**
|
|
57648
57646
|
* Removes first item if it's text is overflowing out of parent
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeedhi/vuetify",
|
|
3
|
-
"version": "1.118.
|
|
3
|
+
"version": "1.118.2",
|
|
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": "f927c0a8e9875a7da553e61f57de8c8a4a9d1568"
|
|
55
55
|
}
|