@vcita/design-system 1.13.1 → 1.13.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/@vcita/design-system.esm.js +1 -1
- package/dist/@vcita/design-system.ssr.js +1 -1
- package/dist/{entry-5f372474.js → entry-54c66667.js} +7 -6
- package/dist/{entry-5a20703b.js → entry-eccabfcc.js} +6 -5
- package/dist/{index-0ef05e55.js → index-5b9d1dd6.js} +1 -1
- package/dist/{index-e6a46a52.js → index-9f49fc41.js} +1 -1
- package/package.json +1 -1
- package/src/components/table/elements/VcDataTable/VcDataTable.vue +6 -3
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { aS as default } from '../entry-
|
|
1
|
+
export { aS as default } from '../entry-eccabfcc.js';
|
|
2
2
|
import 'vuetify/lib';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';Object.defineProperty(exports,'__esModule',{value:true});var entry=require('../entry-
|
|
1
|
+
'use strict';Object.defineProperty(exports,'__esModule',{value:true});var entry=require('../entry-54c66667.js');require('vuetify/lib');exports["default"]=entry.aS;
|
|
@@ -24684,7 +24684,8 @@ var __vue_render__$9 = function __vue_render__() {
|
|
|
24684
24684
|
fn: function fn(ref) {
|
|
24685
24685
|
var data = ref.data;
|
|
24686
24686
|
return [_vm._t("item-" + data.column, null, {
|
|
24687
|
-
"data": data
|
|
24687
|
+
"data": data,
|
|
24688
|
+
"item": item
|
|
24688
24689
|
})];
|
|
24689
24690
|
}
|
|
24690
24691
|
}], null, true)
|
|
@@ -24735,8 +24736,8 @@ var __vue_staticRenderFns__$9 = [];
|
|
|
24735
24736
|
|
|
24736
24737
|
var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
|
|
24737
24738
|
if (!inject) return;
|
|
24738
|
-
inject("data-v-
|
|
24739
|
-
source: ".VcDataTable--wrapper[data-v-
|
|
24739
|
+
inject("data-v-b7d8b6c4_0", {
|
|
24740
|
+
source: ".VcDataTable--wrapper[data-v-b7d8b6c4]{height:calc(100% - var(--size-value12))}.VcDataTable--wrapper.empty[data-v-b7d8b6c4] table{height:100%}.VcDataTable[data-v-b7d8b6c4]{height:100%;overflow-y:hidden}.VcDataTable.isScrolling[data-v-b7d8b6c4] table tbody td.sticky,.VcDataTable.isScrolling[data-v-b7d8b6c4] table thead th.sticky{box-shadow:var(--table-sticky-column-shadow)}.VcDataTable--actionBar[data-v-b7d8b6c4]{min-height:var(--size-value19);position:sticky;padding:var(--size-value3) var(--size-value5);margin-bottom:var(--size-value3);margin-left:var(--size-value1)}.VcDataTable--header[data-v-b7d8b6c4]{border-inline-end:var(--gray-lighten-2) solid 1px}.VcDataTable[data-v-b7d8b6c4] .v-data-table__wrapper{height:calc(100% - 88px)}.VcDataTable[data-v-b7d8b6c4] table{table-layout:auto}.VcDataTable[data-v-b7d8b6c4] thead{position:sticky;top:0;z-index:2}.VcDataTable[data-v-b7d8b6c4] table thead th.scroll-indicator{position:absolute;height:100vh!important}.VcDataTable[data-v-b7d8b6c4] table thead th.table-filler{min-width:0;background-color:var(--gray-lighten-4)}.VcDataTable[data-v-b7d8b6c4] table thead th.sticky{position:sticky;z-index:3}.VcDataTable[data-v-b7d8b6c4] table thead th:nth-child(2){left:0}.VcDataTable[data-v-b7d8b6c4] table tbody td.sticky:nth-child(3),.VcDataTable[data-v-b7d8b6c4] table thead th.sticky:nth-child(3){left:49px}.VcDataTable[data-v-b7d8b6c4] table tbody tr td{border-bottom:thin solid var(--gray-lighten-2)!important}.VcDataTable[data-v-b7d8b6c4] table tbody td.sticky,.VcDataTable[data-v-b7d8b6c4] table thead th.sticky{box-shadow:0 0 0 transparent;transition:box-shadow .1s ease-in-out}.VcDataTable[data-v-b7d8b6c4] table tbody td.sticky{position:sticky;background:#fff;z-index:1}.VcDataTable[data-v-b7d8b6c4] table tbody tr:not(.v-data-table__empty-wrapper):hover td{background:var(--gray-lighten-3)}.VcDataTable[data-v-b7d8b6c4] table tbody td.sticky:nth-child(2){left:0}.VcDataTable[data-v-b7d8b6c4] table tbody td:first-child{width:0;max-width:0}.VcDataTable[data-v-b7d8b6c4] tfoot{position:sticky;bottom:0;z-index:2}.VcDataTable[data-v-b7d8b6c4] .v-data-table__wrapper>table>thead>tr>th{padding:0;height:auto}.VcDataTable[data-v-b7d8b6c4] .v-data-table__wrapper>table>tbody>tr>td{padding:0}.VcDataTable[data-v-b7d8b6c4] .v-data-table-header__icon{display:none}.VcDataTable[data-v-b7d8b6c4] .VcDataTable--footer{position:sticky;bottom:0}.VcDataTable--emptyState[data-v-b7d8b6c4]{position:sticky;left:calc(-80px + min(50cqw,50%));width:160px;overflow-x:visible;white-space:nowrap;align-items:center}",
|
|
24740
24741
|
map: undefined,
|
|
24741
24742
|
media: undefined
|
|
24742
24743
|
});
|
|
@@ -24744,10 +24745,10 @@ var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
|
|
|
24744
24745
|
/* scoped */
|
|
24745
24746
|
|
|
24746
24747
|
|
|
24747
|
-
var __vue_scope_id__$9 = "data-v-
|
|
24748
|
+
var __vue_scope_id__$9 = "data-v-b7d8b6c4";
|
|
24748
24749
|
/* module identifier */
|
|
24749
24750
|
|
|
24750
|
-
var __vue_module_identifier__$9 = "data-v-
|
|
24751
|
+
var __vue_module_identifier__$9 = "data-v-b7d8b6c4";
|
|
24751
24752
|
/* functional template */
|
|
24752
24753
|
|
|
24753
24754
|
var __vue_is_functional_template__$9 = false;
|
|
@@ -26253,7 +26254,7 @@ var install = function installdesignSystem(Vue, options) {
|
|
|
26253
26254
|
loadFunc(componentName, component);
|
|
26254
26255
|
});
|
|
26255
26256
|
} else {
|
|
26256
|
-
Promise.resolve().then(function(){return require('./index-
|
|
26257
|
+
Promise.resolve().then(function(){return require('./index-5b9d1dd6.js')}).then(function (module) {
|
|
26257
26258
|
Object.entries(module).forEach(function (_ref3) {
|
|
26258
26259
|
var _ref4 = _slicedToArray(_ref3, 2),
|
|
26259
26260
|
componentName = _ref4[0],
|
|
@@ -25104,7 +25104,8 @@ var __vue_render__$9 = function () {
|
|
|
25104
25104
|
fn: function (ref) {
|
|
25105
25105
|
var data = ref.data;
|
|
25106
25106
|
return [_vm._t("item-" + data.column, null, {
|
|
25107
|
-
"data": data
|
|
25107
|
+
"data": data,
|
|
25108
|
+
"item": item
|
|
25108
25109
|
})];
|
|
25109
25110
|
}
|
|
25110
25111
|
}], null, true)
|
|
@@ -25155,8 +25156,8 @@ var __vue_staticRenderFns__$9 = [];
|
|
|
25155
25156
|
|
|
25156
25157
|
const __vue_inject_styles__$9 = function (inject) {
|
|
25157
25158
|
if (!inject) return;
|
|
25158
|
-
inject("data-v-
|
|
25159
|
-
source: ".VcDataTable--wrapper[data-v-
|
|
25159
|
+
inject("data-v-b7d8b6c4_0", {
|
|
25160
|
+
source: ".VcDataTable--wrapper[data-v-b7d8b6c4]{height:calc(100% - var(--size-value12))}.VcDataTable--wrapper.empty[data-v-b7d8b6c4] table{height:100%}.VcDataTable[data-v-b7d8b6c4]{height:100%;overflow-y:hidden}.VcDataTable.isScrolling[data-v-b7d8b6c4] table tbody td.sticky,.VcDataTable.isScrolling[data-v-b7d8b6c4] table thead th.sticky{box-shadow:var(--table-sticky-column-shadow)}.VcDataTable--actionBar[data-v-b7d8b6c4]{min-height:var(--size-value19);position:sticky;padding:var(--size-value3) var(--size-value5);margin-bottom:var(--size-value3);margin-left:var(--size-value1)}.VcDataTable--header[data-v-b7d8b6c4]{border-inline-end:var(--gray-lighten-2) solid 1px}.VcDataTable[data-v-b7d8b6c4] .v-data-table__wrapper{height:calc(100% - 88px)}.VcDataTable[data-v-b7d8b6c4] table{table-layout:auto}.VcDataTable[data-v-b7d8b6c4] thead{position:sticky;top:0;z-index:2}.VcDataTable[data-v-b7d8b6c4] table thead th.scroll-indicator{position:absolute;height:100vh!important}.VcDataTable[data-v-b7d8b6c4] table thead th.table-filler{min-width:0;background-color:var(--gray-lighten-4)}.VcDataTable[data-v-b7d8b6c4] table thead th.sticky{position:sticky;z-index:3}.VcDataTable[data-v-b7d8b6c4] table thead th:nth-child(2){left:0}.VcDataTable[data-v-b7d8b6c4] table tbody td.sticky:nth-child(3),.VcDataTable[data-v-b7d8b6c4] table thead th.sticky:nth-child(3){left:49px}.VcDataTable[data-v-b7d8b6c4] table tbody tr td{border-bottom:thin solid var(--gray-lighten-2)!important}.VcDataTable[data-v-b7d8b6c4] table tbody td.sticky,.VcDataTable[data-v-b7d8b6c4] table thead th.sticky{box-shadow:0 0 0 transparent;transition:box-shadow .1s ease-in-out}.VcDataTable[data-v-b7d8b6c4] table tbody td.sticky{position:sticky;background:#fff;z-index:1}.VcDataTable[data-v-b7d8b6c4] table tbody tr:not(.v-data-table__empty-wrapper):hover td{background:var(--gray-lighten-3)}.VcDataTable[data-v-b7d8b6c4] table tbody td.sticky:nth-child(2){left:0}.VcDataTable[data-v-b7d8b6c4] table tbody td:first-child{width:0;max-width:0}.VcDataTable[data-v-b7d8b6c4] tfoot{position:sticky;bottom:0;z-index:2}.VcDataTable[data-v-b7d8b6c4] .v-data-table__wrapper>table>thead>tr>th{padding:0;height:auto}.VcDataTable[data-v-b7d8b6c4] .v-data-table__wrapper>table>tbody>tr>td{padding:0}.VcDataTable[data-v-b7d8b6c4] .v-data-table-header__icon{display:none}.VcDataTable[data-v-b7d8b6c4] .VcDataTable--footer{position:sticky;bottom:0}.VcDataTable--emptyState[data-v-b7d8b6c4]{position:sticky;left:calc(-80px + min(50cqw,50%));width:160px;overflow-x:visible;white-space:nowrap;align-items:center}",
|
|
25160
25161
|
map: undefined,
|
|
25161
25162
|
media: undefined
|
|
25162
25163
|
});
|
|
@@ -25164,7 +25165,7 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
25164
25165
|
/* scoped */
|
|
25165
25166
|
|
|
25166
25167
|
|
|
25167
|
-
const __vue_scope_id__$9 = "data-v-
|
|
25168
|
+
const __vue_scope_id__$9 = "data-v-b7d8b6c4";
|
|
25168
25169
|
/* module identifier */
|
|
25169
25170
|
|
|
25170
25171
|
const __vue_module_identifier__$9 = undefined;
|
|
@@ -26772,7 +26773,7 @@ const install = function installdesignSystem(Vue, options) {
|
|
|
26772
26773
|
loadFunc(componentName, component);
|
|
26773
26774
|
});
|
|
26774
26775
|
} else {
|
|
26775
|
-
import('./index-
|
|
26776
|
+
import('./index-9f49fc41.js').then(module => {
|
|
26776
26777
|
Object.entries(module).forEach(([componentName, component]) => {
|
|
26777
26778
|
loadFunc(componentName, component);
|
|
26778
26779
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var entry=require('./entry-
|
|
1
|
+
'use strict';var entry=require('./entry-54c66667.js');require('vuetify/lib');exports.Todos=entry.aR;exports.VcAccordion=entry.ak;exports.VcAccountMenu=entry.aF;exports.VcActionBar=entry.al;exports.VcActionList=entry.h;exports.VcActions=entry.i;exports.VcAlert=entry.d;exports.VcAvatar=entry.H;exports.VcBadge=entry.Z;exports.VcBanner=entry.U;exports.VcBaseListItem=entry.v;exports.VcBottomActions=entry.g;exports.VcBottomNav=entry.ap;exports.VcBottomSheet=entry.o;exports.VcBreadcrumbs=entry.ae;exports.VcButton=entry.x;exports.VcButtonGroup=entry.y;exports.VcCard=entry.L;exports.VcCheckbox=entry.M;exports.VcChecklistItem=entry.m;exports.VcChip=entry.s;exports.VcChipList=entry.t;exports.VcClientItem=entry.au;exports.VcColorPicker=entry.aj;exports.VcColumnHeader=entry.aI;exports.VcConfirmModal=entry._;exports.VcDataTable=entry.aJ;exports.VcDetailItem=entry.av;exports.VcDivider=entry.aP;exports.VcDocItem=entry.a5;exports.VcDraggableList=entry.a8;exports.VcDropdown=entry.ah;exports.VcDropzone=entry.a1;exports.VcEmptyState=entry.S;exports.VcEntityList=entry.am;exports.VcEntityStatus=entry.ay;exports.VcExpansionCard=entry.F;exports.VcFilterPanel=entry.N;exports.VcFocusArea=entry.O;exports.VcForm=entry.z;exports.VcGallery=entry.aO;exports.VcGalleryItem=entry.ac;exports.VcGalleryList=entry.ad;exports.VcGroupHeader=entry.R;exports.VcGroupedItems=entry.ai;exports.VcIcon=entry.A;exports.VcIconWithTooltip=entry.f;exports.VcImage=entry.Y;exports.VcInfiniteScroll=entry.an;exports.VcInputBottomSheet=entry.p;exports.VcInputModal=entry.a;exports.VcInputPopover=entry.r;exports.VcLayout=entry.B;exports.VcLink=entry.P;exports.VcList=entry.w;exports.VcListEntity=entry.E;exports.VcListItem=entry.Q;exports.VcListbox=entry.n;exports.VcLoader=entry.C;exports.VcMenu=entry.ag;exports.VcMenuItem=entry.ao;exports.VcMenuItemsGroup=entry.ar;exports.VcMiniBanner=entry.ab;exports.VcMobileWizardProgress=entry.k;exports.VcModalContainer=entry.a0;exports.VcModalFooter=entry.V;exports.VcModalHeader=entry.c;exports.VcNoticeModal=entry.b;exports.VcOverlay=entry.aH;exports.VcPageHeader=entry.af;exports.VcPopover=entry.q;exports.VcPoweredBy=entry.at;exports.VcPreview=entry.aN;exports.VcProfileIndication=entry.as;exports.VcProgressCircular=entry.l;exports.VcQuickActions=entry.aD;exports.VcRadio=entry.a3;exports.VcRadioGroup=entry.a2;exports.VcSearchBar=entry.u;exports.VcSearchLayout=entry.aG;exports.VcSearchPicker=entry.a7;exports.VcSegmentedControl=entry.a4;exports.VcSelectField=entry.J;exports.VcServiceItem=entry.az;exports.VcSideNav=entry.aa;exports.VcSidepaneHeader=entry.aA;exports.VcSkeleton=entry.aQ;exports.VcStepsBar=entry.j;exports.VcSummary=entry.aB;exports.VcSvg=entry.T;exports.VcSwitch=entry.D;exports.VcSystemAlert=entry.aC;exports.VcTableActionBar=entry.aK;exports.VcTableFooter=entry.aL;exports.VcTableItem=entry.aM;exports.VcTabs=entry.a9;exports.VcTextArea=entry.I;exports.VcTextField=entry.G;exports.VcTimeSince=entry.a6;exports.VcTimeline=entry.aw;exports.VcTimelineRecord=entry.ax;exports.VcToast=entry.K;exports.VcTooltip=entry.e;exports.VcTopMenuBar=entry.aq;exports.VcUpsellBlock=entry.$;exports.VcWideTopMenuBar=entry.aE;exports.VcWizard=entry.X;exports.VcWizardCtaContainer=entry.W;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { aR as Todos, ak as VcAccordion, aF as VcAccountMenu, al as VcActionBar, h as VcActionList, i as VcActions, d as VcAlert, H as VcAvatar, Z as VcBadge, U as VcBanner, v as VcBaseListItem, g as VcBottomActions, ap as VcBottomNav, o as VcBottomSheet, ae as VcBreadcrumbs, x as VcButton, y as VcButtonGroup, L as VcCard, M as VcCheckbox, m as VcChecklistItem, s as VcChip, t as VcChipList, au as VcClientItem, aj as VcColorPicker, aI as VcColumnHeader, _ as VcConfirmModal, aJ as VcDataTable, av as VcDetailItem, aP as VcDivider, a5 as VcDocItem, a8 as VcDraggableList, ah as VcDropdown, a1 as VcDropzone, S as VcEmptyState, am as VcEntityList, ay as VcEntityStatus, F as VcExpansionCard, N as VcFilterPanel, O as VcFocusArea, z as VcForm, aO as VcGallery, ac as VcGalleryItem, ad as VcGalleryList, R as VcGroupHeader, ai as VcGroupedItems, A as VcIcon, f as VcIconWithTooltip, Y as VcImage, an as VcInfiniteScroll, p as VcInputBottomSheet, a as VcInputModal, r as VcInputPopover, B as VcLayout, P as VcLink, w as VcList, E as VcListEntity, Q as VcListItem, n as VcListbox, C as VcLoader, ag as VcMenu, ao as VcMenuItem, ar as VcMenuItemsGroup, ab as VcMiniBanner, k as VcMobileWizardProgress, a0 as VcModalContainer, V as VcModalFooter, c as VcModalHeader, b as VcNoticeModal, aH as VcOverlay, af as VcPageHeader, q as VcPopover, at as VcPoweredBy, aN as VcPreview, as as VcProfileIndication, l as VcProgressCircular, aD as VcQuickActions, a3 as VcRadio, a2 as VcRadioGroup, u as VcSearchBar, aG as VcSearchLayout, a7 as VcSearchPicker, a4 as VcSegmentedControl, J as VcSelectField, az as VcServiceItem, aa as VcSideNav, aA as VcSidepaneHeader, aQ as VcSkeleton, j as VcStepsBar, aB as VcSummary, T as VcSvg, D as VcSwitch, aC as VcSystemAlert, aK as VcTableActionBar, aL as VcTableFooter, aM as VcTableItem, a9 as VcTabs, I as VcTextArea, G as VcTextField, a6 as VcTimeSince, aw as VcTimeline, ax as VcTimelineRecord, K as VcToast, e as VcTooltip, aq as VcTopMenuBar, $ as VcUpsellBlock, aE as VcWideTopMenuBar, X as VcWizard, W as VcWizardCtaContainer } from './entry-
|
|
1
|
+
export { aR as Todos, ak as VcAccordion, aF as VcAccountMenu, al as VcActionBar, h as VcActionList, i as VcActions, d as VcAlert, H as VcAvatar, Z as VcBadge, U as VcBanner, v as VcBaseListItem, g as VcBottomActions, ap as VcBottomNav, o as VcBottomSheet, ae as VcBreadcrumbs, x as VcButton, y as VcButtonGroup, L as VcCard, M as VcCheckbox, m as VcChecklistItem, s as VcChip, t as VcChipList, au as VcClientItem, aj as VcColorPicker, aI as VcColumnHeader, _ as VcConfirmModal, aJ as VcDataTable, av as VcDetailItem, aP as VcDivider, a5 as VcDocItem, a8 as VcDraggableList, ah as VcDropdown, a1 as VcDropzone, S as VcEmptyState, am as VcEntityList, ay as VcEntityStatus, F as VcExpansionCard, N as VcFilterPanel, O as VcFocusArea, z as VcForm, aO as VcGallery, ac as VcGalleryItem, ad as VcGalleryList, R as VcGroupHeader, ai as VcGroupedItems, A as VcIcon, f as VcIconWithTooltip, Y as VcImage, an as VcInfiniteScroll, p as VcInputBottomSheet, a as VcInputModal, r as VcInputPopover, B as VcLayout, P as VcLink, w as VcList, E as VcListEntity, Q as VcListItem, n as VcListbox, C as VcLoader, ag as VcMenu, ao as VcMenuItem, ar as VcMenuItemsGroup, ab as VcMiniBanner, k as VcMobileWizardProgress, a0 as VcModalContainer, V as VcModalFooter, c as VcModalHeader, b as VcNoticeModal, aH as VcOverlay, af as VcPageHeader, q as VcPopover, at as VcPoweredBy, aN as VcPreview, as as VcProfileIndication, l as VcProgressCircular, aD as VcQuickActions, a3 as VcRadio, a2 as VcRadioGroup, u as VcSearchBar, aG as VcSearchLayout, a7 as VcSearchPicker, a4 as VcSegmentedControl, J as VcSelectField, az as VcServiceItem, aa as VcSideNav, aA as VcSidepaneHeader, aQ as VcSkeleton, j as VcStepsBar, aB as VcSummary, T as VcSvg, D as VcSwitch, aC as VcSystemAlert, aK as VcTableActionBar, aL as VcTableFooter, aM as VcTableItem, a9 as VcTabs, I as VcTextArea, G as VcTextField, a6 as VcTimeSince, aw as VcTimeline, ax as VcTimelineRecord, K as VcToast, e as VcTooltip, aq as VcTopMenuBar, $ as VcUpsellBlock, aE as VcWideTopMenuBar, X as VcWizard, W as VcWizardCtaContainer } from './entry-eccabfcc.js';
|
|
2
2
|
import 'vuetify/lib';
|
package/package.json
CHANGED
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
@change="value => $emit('onItemSelected', value, item)"
|
|
57
57
|
@onClickToAddTag="$emit('onClickToAddTag', item)">
|
|
58
58
|
<template #default="{data}">
|
|
59
|
-
<slot :name="`item-${data.column}`" :data="data"></slot>
|
|
59
|
+
<slot :name="`item-${data.column}`" :data="data" :item="item"></slot>
|
|
60
60
|
</template>
|
|
61
61
|
</VcTableItem>
|
|
62
62
|
</template>
|
|
@@ -357,8 +357,11 @@ export default {
|
|
|
357
357
|
&--emptyState {
|
|
358
358
|
position: sticky;
|
|
359
359
|
// https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_containment/Container_queries
|
|
360
|
-
left: calc(-80px + 50cqw);
|
|
361
|
-
width:
|
|
360
|
+
left: calc(-80px + min(50cqw, 50%));
|
|
361
|
+
width: 160px;
|
|
362
|
+
overflow-x: visible;
|
|
363
|
+
white-space: nowrap;
|
|
364
|
+
align-items: center;
|
|
362
365
|
}
|
|
363
366
|
}
|
|
364
367
|
|