@vcita/design-system 1.11.24 → 1.11.25
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.
|
@@ -22482,7 +22482,7 @@ var script$i = {
|
|
|
22482
22482
|
measureSize() {
|
|
22483
22483
|
var _this$$refs$actionTex, _this$$refs$actionTex2;
|
|
22484
22484
|
|
|
22485
|
-
this.showTooltip = ((_this$$refs$actionTex = this.$refs.actionText) === null || _this$$refs$actionTex === void 0 ? void 0 : _this$$refs$actionTex.offsetWidth)
|
|
22485
|
+
this.showTooltip = ((_this$$refs$actionTex = this.$refs.actionText) === null || _this$$refs$actionTex === void 0 ? void 0 : _this$$refs$actionTex.offsetWidth) < ((_this$$refs$actionTex2 = this.$refs.actionText) === null || _this$$refs$actionTex2 === void 0 ? void 0 : _this$$refs$actionTex2.scrollWidth);
|
|
22486
22486
|
}
|
|
22487
22487
|
|
|
22488
22488
|
},
|
|
@@ -22543,7 +22543,10 @@ var __vue_render__$g = function () {
|
|
|
22543
22543
|
}
|
|
22544
22544
|
}, [_c('div', {
|
|
22545
22545
|
ref: "actionText",
|
|
22546
|
-
staticClass: "VcSmallQuickAction--title"
|
|
22546
|
+
staticClass: "VcSmallQuickAction--title",
|
|
22547
|
+
class: {
|
|
22548
|
+
'ellipsis': _vm.showTooltip
|
|
22549
|
+
}
|
|
22547
22550
|
}, [_vm._v(_vm._s(_vm.title))])])], 1);
|
|
22548
22551
|
};
|
|
22549
22552
|
|
|
@@ -22552,8 +22555,8 @@ var __vue_staticRenderFns__$g = [];
|
|
|
22552
22555
|
|
|
22553
22556
|
const __vue_inject_styles__$i = function (inject) {
|
|
22554
22557
|
if (!inject) return;
|
|
22555
|
-
inject("data-v-
|
|
22556
|
-
source: ".VcSmallQuickAction[data-v-
|
|
22558
|
+
inject("data-v-361c6d4b_0", {
|
|
22559
|
+
source: ".VcSmallQuickAction[data-v-361c6d4b]{gap:var(--size-value3);width:162px}.VcSmallQuickAction--image[data-v-361c6d4b]{width:var(--size-value4);height:var(--size-value4)}.VcSmallQuickAction--tooltip[data-v-361c6d4b]{max-width:calc(100% - var(--size-value7))}.VcSmallQuickAction--title[data-v-361c6d4b]{font-size:13px;font-weight:var(--font-weight-medium);white-space:nowrap;overflow:hidden}.VcSmallQuickAction .ellipsis[data-v-361c6d4b]{text-overflow:ellipsis}",
|
|
22557
22560
|
map: undefined,
|
|
22558
22561
|
media: undefined
|
|
22559
22562
|
});
|
|
@@ -22561,7 +22564,7 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
22561
22564
|
/* scoped */
|
|
22562
22565
|
|
|
22563
22566
|
|
|
22564
|
-
const __vue_scope_id__$i = "data-v-
|
|
22567
|
+
const __vue_scope_id__$i = "data-v-361c6d4b";
|
|
22565
22568
|
/* module identifier */
|
|
22566
22569
|
|
|
22567
22570
|
const __vue_module_identifier__$i = undefined;
|