@vcita/design-system 1.11.9 → 1.11.10
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/@vcita/design-system.esm.js +24 -24
- package/dist/@vcita/design-system.min.js +1 -1
- package/dist/@vcita/design-system.ssr.js +26 -26
- package/package.json +1 -1
- package/src/components/table/elements/VcColumnHeader/VcColumnHeader.vue +3 -3
- package/src/components/table/elements/VcTableItem/VcTableItem.vue +4 -4
|
@@ -23772,19 +23772,19 @@ var __vue_render__$a = function () {
|
|
|
23772
23772
|
"small": "",
|
|
23773
23773
|
"image": _vm.display
|
|
23774
23774
|
}
|
|
23775
|
-
})], 1) : _vm._e(), _vm._v(" "), _vm.isSortable && !_vm.isLoading ? _c('VcLayout', {
|
|
23776
|
-
attrs: {
|
|
23777
|
-
"justify-end": ""
|
|
23778
|
-
}
|
|
23779
|
-
}, [_c('VcHeaderSort', {
|
|
23780
|
-
attrs: {
|
|
23781
|
-
"direction": _vm.direction,
|
|
23782
|
-
"hover": _vm.hover
|
|
23783
|
-
}
|
|
23784
23775
|
})], 1) : _vm._e()];
|
|
23785
23776
|
}, {
|
|
23786
23777
|
"data": _vm.$props
|
|
23787
|
-
})
|
|
23778
|
+
}), _vm._v(" "), _vm.isSortable && !_vm.isLoading ? _c('VcLayout', {
|
|
23779
|
+
attrs: {
|
|
23780
|
+
"justify-end": ""
|
|
23781
|
+
}
|
|
23782
|
+
}, [_c('VcHeaderSort', {
|
|
23783
|
+
attrs: {
|
|
23784
|
+
"direction": _vm.direction,
|
|
23785
|
+
"hover": _vm.hover
|
|
23786
|
+
}
|
|
23787
|
+
})], 1) : _vm._e()], 2);
|
|
23788
23788
|
};
|
|
23789
23789
|
|
|
23790
23790
|
var __vue_staticRenderFns__$a = [];
|
|
@@ -23792,8 +23792,8 @@ var __vue_staticRenderFns__$a = [];
|
|
|
23792
23792
|
|
|
23793
23793
|
const __vue_inject_styles__$a = function (inject) {
|
|
23794
23794
|
if (!inject) return;
|
|
23795
|
-
inject("data-v-
|
|
23796
|
-
source: ".VcColumnHeader[data-v-
|
|
23795
|
+
inject("data-v-5059d6c0_0", {
|
|
23796
|
+
source: ".VcColumnHeader[data-v-5059d6c0]{height:var(--size-value9);padding:0 var(--size-value4);color:var(--gray-darken-4);font-size:10px;font-weight:var(--font-weight-medium2);background-color:var(--gray-lighten-4);border-bottom:var(--gray-lighten-2) solid 1px}.VcColumnHeader--text[data-v-5059d6c0]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.VcColumnHeader.loading[data-v-5059d6c0]:not(.type-checkbox):not(.type-avatar){min-width:200px}.VcColumnHeader.sortable[data-v-5059d6c0]:hover{cursor:pointer;background:rgba(0,0,0,.04)}.VcColumnHeader[data-v-5059d6c0] .vc-checkbox label{display:none}",
|
|
23797
23797
|
map: undefined,
|
|
23798
23798
|
media: undefined
|
|
23799
23799
|
});
|
|
@@ -23801,7 +23801,7 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
23801
23801
|
/* scoped */
|
|
23802
23802
|
|
|
23803
23803
|
|
|
23804
|
-
const __vue_scope_id__$a = "data-v-
|
|
23804
|
+
const __vue_scope_id__$a = "data-v-5059d6c0";
|
|
23805
23805
|
/* module identifier */
|
|
23806
23806
|
|
|
23807
23807
|
const __vue_module_identifier__$a = undefined;
|
|
@@ -24244,14 +24244,14 @@ var __vue_render__$7 = function () {
|
|
|
24244
24244
|
"justify-center": ['avatar', 'icon', 'checkbox'].includes(_vm.type),
|
|
24245
24245
|
"data-qa": _vm.dataQa
|
|
24246
24246
|
}
|
|
24247
|
-
}, [_vm.
|
|
24248
|
-
|
|
24249
|
-
|
|
24250
|
-
|
|
24251
|
-
|
|
24252
|
-
|
|
24253
|
-
|
|
24254
|
-
|
|
24247
|
+
}, [_vm.isLoading && 'checkbox' !== _vm.type ? _c('VSkeletonLoader', {
|
|
24248
|
+
staticClass: "VcTableItem--skeleton",
|
|
24249
|
+
attrs: {
|
|
24250
|
+
"type": "list-item",
|
|
24251
|
+
"data-qa": _vm.dataQa + "-skeleton"
|
|
24252
|
+
}
|
|
24253
|
+
}) : _vm._t("default", function () {
|
|
24254
|
+
return [['text', 'text-2-lines'].includes(_vm.type) ? _c('div', {
|
|
24255
24255
|
class: {
|
|
24256
24256
|
'VcTableItem--text': _vm.type === 'text',
|
|
24257
24257
|
'VcTableItem--text-2-lines': _vm.type === 'text-2-lines'
|
|
@@ -24311,8 +24311,8 @@ var __vue_staticRenderFns__$7 = [];
|
|
|
24311
24311
|
|
|
24312
24312
|
const __vue_inject_styles__$7 = function (inject) {
|
|
24313
24313
|
if (!inject) return;
|
|
24314
|
-
inject("data-v-
|
|
24315
|
-
source: ".VcTableItem[data-v-
|
|
24314
|
+
inject("data-v-e4c9883e_0", {
|
|
24315
|
+
source: ".VcTableItem[data-v-e4c9883e]{position:relative;font-size:13px;font-weight:var(--font-weight-medium2);height:60px}.VcTableItem.itemPadding[data-v-e4c9883e]{padding:0 var(--size-value4)}.VcTableItem.loading:not(.type-checkbox) .VcTableItem--skeleton[data-v-e4c9883e]{width:100%}.VcTableItem--text[data-v-e4c9883e]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.VcTableItem--text-2-lines[data-v-e4c9883e]{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.VcTableItem--selected[data-v-e4c9883e] label{display:none}.VcTableItem.type-tag[data-v-e4c9883e]{overflow-x:hidden}.VcTableItem--addTag[data-v-e4c9883e]{color:var(--gray-darken-3)}",
|
|
24316
24316
|
map: undefined,
|
|
24317
24317
|
media: undefined
|
|
24318
24318
|
});
|
|
@@ -24320,7 +24320,7 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
24320
24320
|
/* scoped */
|
|
24321
24321
|
|
|
24322
24322
|
|
|
24323
|
-
const __vue_scope_id__$7 = "data-v-
|
|
24323
|
+
const __vue_scope_id__$7 = "data-v-e4c9883e";
|
|
24324
24324
|
/* module identifier */
|
|
24325
24325
|
|
|
24326
24326
|
const __vue_module_identifier__$7 = undefined;
|