@zeedhi/teknisa-components-vuetify 1.116.0 → 1.117.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.
|
@@ -5136,6 +5136,9 @@ __decorate([
|
|
|
5136
5136
|
__decorate([
|
|
5137
5137
|
Prop({ type: [Array], default: undefined })
|
|
5138
5138
|
], TekUserInfo.prototype, "bottomSlot", void 0);
|
|
5139
|
+
__decorate([
|
|
5140
|
+
PropWatch({ type: [Number, String], default: '' })
|
|
5141
|
+
], TekUserInfo.prototype, "aboutModalHeaderHeight", void 0);
|
|
5139
5142
|
TekUserInfo = __decorate([
|
|
5140
5143
|
Component
|
|
5141
5144
|
], TekUserInfo);
|
|
@@ -8798,7 +8801,7 @@ __vue_render__$1._withStripped = true;
|
|
|
8798
8801
|
/* style */
|
|
8799
8802
|
const __vue_inject_styles__$1 = function (inject) {
|
|
8800
8803
|
if (!inject) return
|
|
8801
|
-
inject("data-v-
|
|
8804
|
+
inject("data-v-959903a2_0", { source: ".about-modal {\n flex-grow: 0;\n overflow-y: unset;\n width: auto;\n border: 3px solid var(--v-primary-base);\n}\n.about-modal .zd-modal-card, .about-modal .zd-modal-card-text, .about-modal .zd-modal-container, .about-modal .zd-tabs {\n height: 100%;\n}\n.about-modal .zd-modal-card-text {\n padding: 8px !important;\n}\n.about-modal .zd-modal-container {\n display: flex;\n flex-direction: column;\n}\n.about-modal .zd-tabs, .about-modal .v-tabs-items {\n overflow-y: auto;\n}\n.about-modal .zd-image-valid {\n width: 70%;\n align-items: center;\n}\n.about-modal .zd-header-slot-left {\n height: 100%;\n width: 100%;\n}\n.about-modal .zd-header-slot-left > * {\n height: 100%;\n width: 100%;\n}\n.about-modal .zd-header-slot {\n height: 100%;\n}\n.about-modal .zd-tekUserInfo-tab {\n height: 300px !important;\n}\n.about-modal .zd-tekUserInfo-about-image {\n height: 100% !important;\n object-fit: contain;\n object-position: center;\n text-align: center;\n}", map: undefined, media: undefined });
|
|
8802
8805
|
|
|
8803
8806
|
};
|
|
8804
8807
|
/* scoped */
|
|
@@ -5136,6 +5136,9 @@
|
|
|
5136
5136
|
__decorate([
|
|
5137
5137
|
vuePropertyDecorator.Prop({ type: [Array], default: undefined })
|
|
5138
5138
|
], TekUserInfo.prototype, "bottomSlot", void 0);
|
|
5139
|
+
__decorate([
|
|
5140
|
+
vuetify.PropWatch({ type: [Number, String], default: '' })
|
|
5141
|
+
], TekUserInfo.prototype, "aboutModalHeaderHeight", void 0);
|
|
5139
5142
|
TekUserInfo = __decorate([
|
|
5140
5143
|
vuePropertyDecorator.Component
|
|
5141
5144
|
], TekUserInfo);
|
|
@@ -8798,7 +8801,7 @@
|
|
|
8798
8801
|
/* style */
|
|
8799
8802
|
const __vue_inject_styles__$1 = function (inject) {
|
|
8800
8803
|
if (!inject) return
|
|
8801
|
-
inject("data-v-
|
|
8804
|
+
inject("data-v-959903a2_0", { source: ".about-modal {\n flex-grow: 0;\n overflow-y: unset;\n width: auto;\n border: 3px solid var(--v-primary-base);\n}\n.about-modal .zd-modal-card, .about-modal .zd-modal-card-text, .about-modal .zd-modal-container, .about-modal .zd-tabs {\n height: 100%;\n}\n.about-modal .zd-modal-card-text {\n padding: 8px !important;\n}\n.about-modal .zd-modal-container {\n display: flex;\n flex-direction: column;\n}\n.about-modal .zd-tabs, .about-modal .v-tabs-items {\n overflow-y: auto;\n}\n.about-modal .zd-image-valid {\n width: 70%;\n align-items: center;\n}\n.about-modal .zd-header-slot-left {\n height: 100%;\n width: 100%;\n}\n.about-modal .zd-header-slot-left > * {\n height: 100%;\n width: 100%;\n}\n.about-modal .zd-header-slot {\n height: 100%;\n}\n.about-modal .zd-tekUserInfo-tab {\n height: 300px !important;\n}\n.about-modal .zd-tekUserInfo-about-image {\n height: 100% !important;\n object-fit: contain;\n object-position: center;\n text-align: center;\n}", map: undefined, media: undefined });
|
|
8802
8805
|
|
|
8803
8806
|
};
|
|
8804
8807
|
/* scoped */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeedhi/teknisa-components-vuetify",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.117.0",
|
|
4
4
|
"description": "Teknisa Components based on Vuetify",
|
|
5
5
|
"author": "Zeedhi <zeedhi@teknisa.com>",
|
|
6
6
|
"license": "ISC",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"vue": "2.7.*",
|
|
45
45
|
"vuetify": "2.6.*"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "ac4945d42e6031702234ad16a8413793d88e7406"
|
|
48
48
|
}
|