@vcita/design-system 1.20.14 → 1.20.16
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/{VcHeaderDropdown-7f343260.js → VcHeaderDropdown-3ee9e8d1.js} +15 -5
- package/dist/{VcHeaderDropdown-5633ba6c.js → VcHeaderDropdown-c9e3d467.js} +16 -6
- package/dist/{entry-53222cac.js → entry-10d4d746.js} +40 -12
- package/dist/{entry-4a43242e.js → entry-d7645e38.js} +35 -10
- package/dist/{index-140faba1.js → index-65d1aceb.js} +1 -1
- package/dist/{index-78b6e660.js → index-e73c424d.js} +1 -1
- package/dist/{vue2-pdf-embed-86a90d33.js → vue2-pdf-embed-a0c172ec.js} +1 -1
- package/dist/{vue2-pdf-embed-b7a5def1.js → vue2-pdf-embed-a7cb05e5.js} +1 -1
- package/package.json +1 -1
- package/src/components/table/elements/VcColumnHeader/VcColumnHeader.stories.js +3 -0
- package/src/components/table/elements/VcColumnHeader/VcColumnHeader.vue +13 -0
- package/src/components/table/elements/VcColumnHeader/VcHeaderDropdown.stories.js +3 -0
- package/src/components/table/elements/VcColumnHeader/VcHeaderDropdown.vue +9 -1
- package/src/components/table/elements/VcDataTable/VcDataTable.spec.js +12 -0
- package/src/components/table/elements/VcDataTable/VcDataTable.stories.js +8 -0
- package/src/components/table/elements/VcDataTable/VcDataTable.vue +15 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { b2 as default } from '../entry-
|
|
1
|
+
export { b2 as default } from '../entry-d7645e38.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-10d4d746.js');require('vuetify/lib');exports["default"]=entry.b2;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'vuetify/lib';
|
|
2
|
-
import { V as VcLayout, ak as VcGroupedItems, aj as VcDropdown, E as VcIcon, a_ as normalizeComponent, a$ as createInjector } from './entry-
|
|
2
|
+
import { V as VcLayout, ak as VcGroupedItems, aj as VcDropdown, E as VcIcon, a_ as normalizeComponent, a$ as createInjector } from './entry-d7645e38.js';
|
|
3
3
|
|
|
4
4
|
var script = {
|
|
5
5
|
name: 'VcHeaderDropdown',
|
|
@@ -19,6 +19,15 @@ var script = {
|
|
|
19
19
|
required: true
|
|
20
20
|
},
|
|
21
21
|
|
|
22
|
+
/**
|
|
23
|
+
* ID of the currently selected option
|
|
24
|
+
* Used to highlight the selected item in the dropdown
|
|
25
|
+
*/
|
|
26
|
+
selectedOptionId: {
|
|
27
|
+
type: String,
|
|
28
|
+
default: ''
|
|
29
|
+
},
|
|
30
|
+
|
|
22
31
|
/**
|
|
23
32
|
* Size of dropdown icon
|
|
24
33
|
*/
|
|
@@ -115,7 +124,8 @@ var __vue_render__ = function () {
|
|
|
115
124
|
}
|
|
116
125
|
}, [_vm._v(" "), _c('VcGroupedItems', {
|
|
117
126
|
attrs: {
|
|
118
|
-
"item-groups": _vm.options
|
|
127
|
+
"item-groups": _vm.options,
|
|
128
|
+
"selected": _vm.selectedOptionId
|
|
119
129
|
},
|
|
120
130
|
on: {
|
|
121
131
|
"change": function ($event) {
|
|
@@ -139,8 +149,8 @@ var __vue_staticRenderFns__ = [];
|
|
|
139
149
|
|
|
140
150
|
const __vue_inject_styles__ = function (inject) {
|
|
141
151
|
if (!inject) return;
|
|
142
|
-
inject("data-v-
|
|
143
|
-
source: ".VcHeaderDropdown__icon-wrapper[data-v-
|
|
152
|
+
inject("data-v-45665220_0", {
|
|
153
|
+
source: ".VcHeaderDropdown__icon-wrapper[data-v-45665220]{height:var(--size-value4);width:var(--size-value4);flex-grow:0;cursor:pointer}.VcHeaderDropdown__group-label[data-v-45665220]{color:var(--gray-darken-3);font-size:var(--font-size-xs-small);font-weight:var(--font-weight-large);padding:var(--size-value4) var(--size-value4) var(--size-value2)}",
|
|
144
154
|
map: undefined,
|
|
145
155
|
media: undefined
|
|
146
156
|
});
|
|
@@ -148,7 +158,7 @@ const __vue_inject_styles__ = function (inject) {
|
|
|
148
158
|
/* scoped */
|
|
149
159
|
|
|
150
160
|
|
|
151
|
-
const __vue_scope_id__ = "data-v-
|
|
161
|
+
const __vue_scope_id__ = "data-v-45665220";
|
|
152
162
|
/* module identifier */
|
|
153
163
|
|
|
154
164
|
const __vue_module_identifier__ = undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
'use strict';require('vuetify/lib');var entry=require('./entry-
|
|
1
|
+
'use strict';require('vuetify/lib');var entry=require('./entry-10d4d746.js');var script = {
|
|
2
2
|
name: 'VcHeaderDropdown',
|
|
3
3
|
components: {
|
|
4
4
|
VcLayout: entry.V,
|
|
@@ -16,6 +16,15 @@
|
|
|
16
16
|
required: true
|
|
17
17
|
},
|
|
18
18
|
|
|
19
|
+
/**
|
|
20
|
+
* ID of the currently selected option
|
|
21
|
+
* Used to highlight the selected item in the dropdown
|
|
22
|
+
*/
|
|
23
|
+
selectedOptionId: {
|
|
24
|
+
type: String,
|
|
25
|
+
default: ''
|
|
26
|
+
},
|
|
27
|
+
|
|
19
28
|
/**
|
|
20
29
|
* Size of dropdown icon
|
|
21
30
|
*/
|
|
@@ -108,7 +117,8 @@ var __vue_render__ = function __vue_render__() {
|
|
|
108
117
|
}
|
|
109
118
|
}, [_vm._v(" "), _c('VcGroupedItems', {
|
|
110
119
|
attrs: {
|
|
111
|
-
"item-groups": _vm.options
|
|
120
|
+
"item-groups": _vm.options,
|
|
121
|
+
"selected": _vm.selectedOptionId
|
|
112
122
|
},
|
|
113
123
|
on: {
|
|
114
124
|
"change": function change($event) {
|
|
@@ -132,8 +142,8 @@ var __vue_staticRenderFns__ = [];
|
|
|
132
142
|
|
|
133
143
|
var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
|
|
134
144
|
if (!inject) return;
|
|
135
|
-
inject("data-v-
|
|
136
|
-
source: ".VcHeaderDropdown__icon-wrapper[data-v-
|
|
145
|
+
inject("data-v-45665220_0", {
|
|
146
|
+
source: ".VcHeaderDropdown__icon-wrapper[data-v-45665220]{height:var(--size-value4);width:var(--size-value4);flex-grow:0;cursor:pointer}.VcHeaderDropdown__group-label[data-v-45665220]{color:var(--gray-darken-3);font-size:var(--font-size-xs-small);font-weight:var(--font-weight-large);padding:var(--size-value4) var(--size-value4) var(--size-value2)}",
|
|
137
147
|
map: undefined,
|
|
138
148
|
media: undefined
|
|
139
149
|
});
|
|
@@ -141,10 +151,10 @@ var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
|
|
|
141
151
|
/* scoped */
|
|
142
152
|
|
|
143
153
|
|
|
144
|
-
var __vue_scope_id__ = "data-v-
|
|
154
|
+
var __vue_scope_id__ = "data-v-45665220";
|
|
145
155
|
/* module identifier */
|
|
146
156
|
|
|
147
|
-
var __vue_module_identifier__ = "data-v-
|
|
157
|
+
var __vue_module_identifier__ = "data-v-45665220";
|
|
148
158
|
/* functional template */
|
|
149
159
|
|
|
150
160
|
var __vue_is_functional_template__ = false;
|
|
@@ -24672,7 +24672,7 @@ var VcHeaderSort = __vue_component__$s;var script$j = {
|
|
|
24672
24672
|
name: 'VcColumnHeader',
|
|
24673
24673
|
components: {
|
|
24674
24674
|
VcHeaderDropdown: function VcHeaderDropdown() {
|
|
24675
|
-
return Promise.resolve().then(function(){return require('./VcHeaderDropdown-
|
|
24675
|
+
return Promise.resolve().then(function(){return require('./VcHeaderDropdown-c9e3d467.js')});
|
|
24676
24676
|
},
|
|
24677
24677
|
VcHeaderSort: VcHeaderSort,
|
|
24678
24678
|
VcIcon: VcIcon,
|
|
@@ -24733,6 +24733,15 @@ var VcHeaderSort = __vue_component__$s;var script$j = {
|
|
|
24733
24733
|
dataQa: {
|
|
24734
24734
|
type: String,
|
|
24735
24735
|
default: 'VcColumnHeader'
|
|
24736
|
+
},
|
|
24737
|
+
|
|
24738
|
+
/**
|
|
24739
|
+
* ID of the currently selected option in the dropdown
|
|
24740
|
+
* Used to highlight the selected item in the dropdown
|
|
24741
|
+
*/
|
|
24742
|
+
selectedOptionId: {
|
|
24743
|
+
type: String,
|
|
24744
|
+
default: ''
|
|
24736
24745
|
}
|
|
24737
24746
|
},
|
|
24738
24747
|
data: function data() {
|
|
@@ -24808,6 +24817,7 @@ var __vue_render__$i = function __vue_render__() {
|
|
|
24808
24817
|
}, [_c('VcHeaderDropdown', {
|
|
24809
24818
|
attrs: {
|
|
24810
24819
|
"options": _vm.sortOptions,
|
|
24820
|
+
"selected-option-id": _vm.selectedOptionId,
|
|
24811
24821
|
"data-qa": _vm.dataQa + "-sort-options-dropdown",
|
|
24812
24822
|
"aria-label": "Show sort options"
|
|
24813
24823
|
},
|
|
@@ -24845,8 +24855,8 @@ var __vue_staticRenderFns__$i = [];
|
|
|
24845
24855
|
|
|
24846
24856
|
var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
|
|
24847
24857
|
if (!inject) return;
|
|
24848
|
-
inject("data-v-
|
|
24849
|
-
source: ".VcColumnHeader[data-v-
|
|
24858
|
+
inject("data-v-7b2d03ab_0", {
|
|
24859
|
+
source: ".VcColumnHeader[data-v-7b2d03ab]{height:var(--size-value9);padding:0 var(--size-value4);color:var(--gray-darken-5);font-size:10px;font-weight:var(--font-weight-large);background-color:var(--gray-lighten-4);border-bottom:var(--gray-lighten-2) solid 1px}.VcColumnHeader--text[data-v-7b2d03ab]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.VcColumnHeader--dropdown[data-v-7b2d03ab]{margin-inline-start:var(--size-value2)}.VcColumnHeader--sortable[data-v-7b2d03ab]:hover{cursor:pointer}.VcColumnHeader--sortable[data-v-7b2d03ab]{flex-grow:0;margin-inline-start:auto}",
|
|
24850
24860
|
map: undefined,
|
|
24851
24861
|
media: undefined
|
|
24852
24862
|
});
|
|
@@ -24854,10 +24864,10 @@ var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
|
|
|
24854
24864
|
/* scoped */
|
|
24855
24865
|
|
|
24856
24866
|
|
|
24857
|
-
var __vue_scope_id__$j = "data-v-
|
|
24867
|
+
var __vue_scope_id__$j = "data-v-7b2d03ab";
|
|
24858
24868
|
/* module identifier */
|
|
24859
24869
|
|
|
24860
|
-
var __vue_module_identifier__$j = "data-v-
|
|
24870
|
+
var __vue_module_identifier__$j = "data-v-7b2d03ab";
|
|
24861
24871
|
/* functional template */
|
|
24862
24872
|
|
|
24863
24873
|
var __vue_is_functional_template__$j = false;
|
|
@@ -25067,7 +25077,7 @@ var script$h = {
|
|
|
25067
25077
|
name: 'VcCheckboxColumnHeader',
|
|
25068
25078
|
components: {
|
|
25069
25079
|
VcHeaderDropdown: function VcHeaderDropdown() {
|
|
25070
|
-
return Promise.resolve().then(function(){return require('./VcHeaderDropdown-
|
|
25080
|
+
return Promise.resolve().then(function(){return require('./VcHeaderDropdown-c9e3d467.js')});
|
|
25071
25081
|
},
|
|
25072
25082
|
VcCheckbox: VcCheckbox,
|
|
25073
25083
|
VcLayout: VcLayout,
|
|
@@ -25691,6 +25701,17 @@ var VcTableItem = __vue_component__$n;var script$e = {
|
|
|
25691
25701
|
clickableRow: {
|
|
25692
25702
|
type: Boolean,
|
|
25693
25703
|
default: false
|
|
25704
|
+
},
|
|
25705
|
+
|
|
25706
|
+
/**
|
|
25707
|
+
* Array of { header: String, id: String } objects
|
|
25708
|
+
* Used to highlight the selected item in header sort dropdowns
|
|
25709
|
+
*/
|
|
25710
|
+
selectedOptions: {
|
|
25711
|
+
type: Array,
|
|
25712
|
+
default: function _default() {
|
|
25713
|
+
return [];
|
|
25714
|
+
}
|
|
25694
25715
|
}
|
|
25695
25716
|
},
|
|
25696
25717
|
data: function data() {
|
|
@@ -25766,6 +25787,12 @@ var VcTableItem = __vue_component__$n;var script$e = {
|
|
|
25766
25787
|
},
|
|
25767
25788
|
itemClass: function itemClass(item) {
|
|
25768
25789
|
return "data-table-row ".concat(item.checkbox ? 'selected' : '');
|
|
25790
|
+
},
|
|
25791
|
+
getSelectedOptionForHeader: function getSelectedOptionForHeader(headerValue) {
|
|
25792
|
+
var selectedOption = this.selectedOptions.find(function (option) {
|
|
25793
|
+
return option.header === headerValue;
|
|
25794
|
+
});
|
|
25795
|
+
return selectedOption ? selectedOption.id : '';
|
|
25769
25796
|
}
|
|
25770
25797
|
}
|
|
25771
25798
|
};/* script */
|
|
@@ -25907,6 +25934,7 @@ var __vue_render__$d = function __vue_render__() {
|
|
|
25907
25934
|
staticClass: "VcDataTable--header",
|
|
25908
25935
|
attrs: {
|
|
25909
25936
|
"is-loading": _vm.isLoading,
|
|
25937
|
+
"selected-option-id": _vm.getSelectedOptionForHeader(headerData.value),
|
|
25910
25938
|
"data-qa": _vm.dataQa + "-header-" + header.value
|
|
25911
25939
|
},
|
|
25912
25940
|
on: {
|
|
@@ -26055,8 +26083,8 @@ var __vue_staticRenderFns__$d = [];
|
|
|
26055
26083
|
|
|
26056
26084
|
var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
|
|
26057
26085
|
if (!inject) return;
|
|
26058
|
-
inject("data-v-
|
|
26059
|
-
source: ".VcDataTable--wrapper[data-v-
|
|
26086
|
+
inject("data-v-0ca8dd6b_0", {
|
|
26087
|
+
source: ".VcDataTable--wrapper[data-v-0ca8dd6b]{display:flex;flex-direction:column;max-height:100%}.VcDataTable--wrapper.empty[data-v-0ca8dd6b] table{height:100%}.VcDataTable[data-v-0ca8dd6b]{height:100%;display:flex;flex-direction:column;overflow:hidden}.VcDataTable.isScrolling[data-v-0ca8dd6b] table tbody td.sticky,.VcDataTable.isScrolling[data-v-0ca8dd6b] table thead th.sticky{box-shadow:var(--table-sticky-column-shadow)}.VcDataTable.clickableRow[data-v-0ca8dd6b] .data-table-row{cursor:pointer}.VcDataTable--actionBar[data-v-0ca8dd6b]{padding:var(--size-value3) var(--size-value5);margin-bottom:var(--size-value3)}.VcDataTable--actionBarMobile[data-v-0ca8dd6b]{padding:var(--size-value5);border-bottom:1px solid var(--gray-lighten-1)}.VcDataTable--header[data-v-0ca8dd6b]{border-inline-end:var(--gray-lighten-2) solid 1px}.VcDataTable[data-v-0ca8dd6b] table{table-layout:auto}.VcDataTable[data-v-0ca8dd6b] thead{position:sticky;top:0;z-index:2}.VcDataTable[data-v-0ca8dd6b] table thead th.scroll-indicator{position:absolute;height:100vh!important}.VcDataTable[data-v-0ca8dd6b] table thead th.table-filler{min-width:0;background-color:var(--gray-lighten-4)}.VcDataTable[data-v-0ca8dd6b] table thead th.sticky{position:sticky;z-index:3}.VcDataTable[data-v-0ca8dd6b] table thead th:nth-child(2){left:0}.VcDataTable[data-v-0ca8dd6b] table tbody td.sticky:nth-child(3),.VcDataTable[data-v-0ca8dd6b] table thead th.sticky:nth-child(3){left:49px}.VcDataTable[data-v-0ca8dd6b] table tbody tr td{border-bottom:thin solid var(--gray-lighten-2)!important}.VcDataTable[data-v-0ca8dd6b] table tbody td.sticky,.VcDataTable[data-v-0ca8dd6b] table thead th.sticky{box-shadow:0 0 0 transparent;transition:box-shadow .1s ease-in-out}.VcDataTable[data-v-0ca8dd6b] table tbody td.sticky{position:sticky;background:#fff;z-index:1}.VcDataTable[data-v-0ca8dd6b] table tbody tr.selected:not(:hover) td.sticky:before{content:\"\";position:absolute;height:100%;width:100%;background-color:var(--v-secondary-base-opacity-8)}.VcDataTable[data-v-0ca8dd6b] table tbody tr.selected:not(:hover) td:not(.sticky){background-color:var(--v-secondary-base-opacity-8)}.VcDataTable[data-v-0ca8dd6b] table tbody tr:not(.v-data-table__empty-wrapper):hover td{background:var(--gray-lighten-3)}.VcDataTable[data-v-0ca8dd6b] table tbody td.sticky:nth-child(2){left:0}.VcDataTable[data-v-0ca8dd6b] table tbody td:first-child{width:0;max-width:0}.VcDataTable[data-v-0ca8dd6b] tfoot{position:sticky;bottom:0;z-index:2}.VcDataTable[data-v-0ca8dd6b] .v-data-table__wrapper>table>thead>tr>th{padding:0;height:auto}.VcDataTable[data-v-0ca8dd6b] .v-data-table__wrapper>table>tbody>tr>td{padding:0}.VcDataTable[data-v-0ca8dd6b] .v-data-table-header__icon{display:none}.VcDataTable[data-v-0ca8dd6b] .VcDataTable--footer{min-height:48px}.VcDataTable[data-v-0ca8dd6b] .v-data-table__wrapper{flex:1}.VcDataTable--emptyState[data-v-0ca8dd6b]{position:sticky;width:160px;overflow-x:visible;white-space:nowrap;align-items:center}.VcDataTable--emptyState.directionLeft[data-v-0ca8dd6b]{left:calc(-80px + min(50cqw,50%))}.VcDataTable--emptyState.directionRight[data-v-0ca8dd6b]{right:calc(-80px + min(50cqw,50%))}.VcDataTable .footer-slot[data-v-0ca8dd6b],.VcDataTable .header-slot[data-v-0ca8dd6b]{flex:0}",
|
|
26060
26088
|
map: undefined,
|
|
26061
26089
|
media: undefined
|
|
26062
26090
|
});
|
|
@@ -26064,10 +26092,10 @@ var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
|
|
|
26064
26092
|
/* scoped */
|
|
26065
26093
|
|
|
26066
26094
|
|
|
26067
|
-
var __vue_scope_id__$e = "data-v-
|
|
26095
|
+
var __vue_scope_id__$e = "data-v-0ca8dd6b";
|
|
26068
26096
|
/* module identifier */
|
|
26069
26097
|
|
|
26070
|
-
var __vue_module_identifier__$e = "data-v-
|
|
26098
|
+
var __vue_module_identifier__$e = "data-v-0ca8dd6b";
|
|
26071
26099
|
/* functional template */
|
|
26072
26100
|
|
|
26073
26101
|
var __vue_is_functional_template__$e = false;
|
|
@@ -26356,7 +26384,7 @@ var ErrorWithServer = __vue_component__$i;var script$a = {
|
|
|
26356
26384
|
ErrorWithServer: ErrorWithServer,
|
|
26357
26385
|
VcLoader: VcLoader,
|
|
26358
26386
|
VuePdfEmbed: function VuePdfEmbed() {
|
|
26359
|
-
return Promise.resolve().then(function(){return require('./vue2-pdf-embed-
|
|
26387
|
+
return Promise.resolve().then(function(){return require('./vue2-pdf-embed-a0c172ec.js')}).then(function(n){return n.v});
|
|
26360
26388
|
},
|
|
26361
26389
|
DocPreview: DocPreview,
|
|
26362
26390
|
UnsupportedFile: UnsupportedFile,
|
|
@@ -28586,7 +28614,7 @@ var install = function installdesignSystem(Vue, options) {
|
|
|
28586
28614
|
loadFunc(componentName, component);
|
|
28587
28615
|
});
|
|
28588
28616
|
} else {
|
|
28589
|
-
Promise.resolve().then(function(){return require('./index-
|
|
28617
|
+
Promise.resolve().then(function(){return require('./index-65d1aceb.js')}).then(function (module) {
|
|
28590
28618
|
Object.entries(module).forEach( /*#__PURE__*/function () {
|
|
28591
28619
|
var _ref4 = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(_ref3) {
|
|
28592
28620
|
var _ref5, componentName, component;
|
|
@@ -25103,7 +25103,7 @@ var VcHeaderSort = __vue_component__$s;
|
|
|
25103
25103
|
var script$j = {
|
|
25104
25104
|
name: 'VcColumnHeader',
|
|
25105
25105
|
components: {
|
|
25106
|
-
VcHeaderDropdown: () => import('./VcHeaderDropdown-
|
|
25106
|
+
VcHeaderDropdown: () => import('./VcHeaderDropdown-3ee9e8d1.js'),
|
|
25107
25107
|
VcHeaderSort,
|
|
25108
25108
|
VcIcon,
|
|
25109
25109
|
VcLayout,
|
|
@@ -25157,6 +25157,15 @@ var script$j = {
|
|
|
25157
25157
|
dataQa: {
|
|
25158
25158
|
type: String,
|
|
25159
25159
|
default: 'VcColumnHeader'
|
|
25160
|
+
},
|
|
25161
|
+
|
|
25162
|
+
/**
|
|
25163
|
+
* ID of the currently selected option in the dropdown
|
|
25164
|
+
* Used to highlight the selected item in the dropdown
|
|
25165
|
+
*/
|
|
25166
|
+
selectedOptionId: {
|
|
25167
|
+
type: String,
|
|
25168
|
+
default: ''
|
|
25160
25169
|
}
|
|
25161
25170
|
},
|
|
25162
25171
|
data: () => ({
|
|
@@ -25233,6 +25242,7 @@ var __vue_render__$i = function () {
|
|
|
25233
25242
|
}, [_c('VcHeaderDropdown', {
|
|
25234
25243
|
attrs: {
|
|
25235
25244
|
"options": _vm.sortOptions,
|
|
25245
|
+
"selected-option-id": _vm.selectedOptionId,
|
|
25236
25246
|
"data-qa": _vm.dataQa + "-sort-options-dropdown",
|
|
25237
25247
|
"aria-label": "Show sort options"
|
|
25238
25248
|
},
|
|
@@ -25270,8 +25280,8 @@ var __vue_staticRenderFns__$i = [];
|
|
|
25270
25280
|
|
|
25271
25281
|
const __vue_inject_styles__$j = function (inject) {
|
|
25272
25282
|
if (!inject) return;
|
|
25273
|
-
inject("data-v-
|
|
25274
|
-
source: ".VcColumnHeader[data-v-
|
|
25283
|
+
inject("data-v-7b2d03ab_0", {
|
|
25284
|
+
source: ".VcColumnHeader[data-v-7b2d03ab]{height:var(--size-value9);padding:0 var(--size-value4);color:var(--gray-darken-5);font-size:10px;font-weight:var(--font-weight-large);background-color:var(--gray-lighten-4);border-bottom:var(--gray-lighten-2) solid 1px}.VcColumnHeader--text[data-v-7b2d03ab]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.VcColumnHeader--dropdown[data-v-7b2d03ab]{margin-inline-start:var(--size-value2)}.VcColumnHeader--sortable[data-v-7b2d03ab]:hover{cursor:pointer}.VcColumnHeader--sortable[data-v-7b2d03ab]{flex-grow:0;margin-inline-start:auto}",
|
|
25275
25285
|
map: undefined,
|
|
25276
25286
|
media: undefined
|
|
25277
25287
|
});
|
|
@@ -25279,7 +25289,7 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
25279
25289
|
/* scoped */
|
|
25280
25290
|
|
|
25281
25291
|
|
|
25282
|
-
const __vue_scope_id__$j = "data-v-
|
|
25292
|
+
const __vue_scope_id__$j = "data-v-7b2d03ab";
|
|
25283
25293
|
/* module identifier */
|
|
25284
25294
|
|
|
25285
25295
|
const __vue_module_identifier__$j = undefined;
|
|
@@ -25501,7 +25511,7 @@ var VcTableFooter = __vue_component__$q;
|
|
|
25501
25511
|
var script$h = {
|
|
25502
25512
|
name: 'VcCheckboxColumnHeader',
|
|
25503
25513
|
components: {
|
|
25504
|
-
VcHeaderDropdown: () => import('./VcHeaderDropdown-
|
|
25514
|
+
VcHeaderDropdown: () => import('./VcHeaderDropdown-3ee9e8d1.js'),
|
|
25505
25515
|
VcCheckbox,
|
|
25506
25516
|
VcLayout,
|
|
25507
25517
|
VcLoader
|
|
@@ -26123,6 +26133,15 @@ var script$e = {
|
|
|
26123
26133
|
clickableRow: {
|
|
26124
26134
|
type: Boolean,
|
|
26125
26135
|
default: false
|
|
26136
|
+
},
|
|
26137
|
+
|
|
26138
|
+
/**
|
|
26139
|
+
* Array of { header: String, id: String } objects
|
|
26140
|
+
* Used to highlight the selected item in header sort dropdowns
|
|
26141
|
+
*/
|
|
26142
|
+
selectedOptions: {
|
|
26143
|
+
type: Array,
|
|
26144
|
+
default: () => []
|
|
26126
26145
|
}
|
|
26127
26146
|
},
|
|
26128
26147
|
data: () => ({
|
|
@@ -26202,6 +26221,11 @@ var script$e = {
|
|
|
26202
26221
|
|
|
26203
26222
|
itemClass(item) {
|
|
26204
26223
|
return `data-table-row ${item.checkbox ? 'selected' : ''}`;
|
|
26224
|
+
},
|
|
26225
|
+
|
|
26226
|
+
getSelectedOptionForHeader(headerValue) {
|
|
26227
|
+
const selectedOption = this.selectedOptions.find(option => option.header === headerValue);
|
|
26228
|
+
return selectedOption ? selectedOption.id : '';
|
|
26205
26229
|
}
|
|
26206
26230
|
|
|
26207
26231
|
}
|
|
@@ -26346,6 +26370,7 @@ var __vue_render__$d = function () {
|
|
|
26346
26370
|
staticClass: "VcDataTable--header",
|
|
26347
26371
|
attrs: {
|
|
26348
26372
|
"is-loading": _vm.isLoading,
|
|
26373
|
+
"selected-option-id": _vm.getSelectedOptionForHeader(headerData.value),
|
|
26349
26374
|
"data-qa": _vm.dataQa + "-header-" + header.value
|
|
26350
26375
|
},
|
|
26351
26376
|
on: {
|
|
@@ -26494,8 +26519,8 @@ var __vue_staticRenderFns__$d = [];
|
|
|
26494
26519
|
|
|
26495
26520
|
const __vue_inject_styles__$e = function (inject) {
|
|
26496
26521
|
if (!inject) return;
|
|
26497
|
-
inject("data-v-
|
|
26498
|
-
source: ".VcDataTable--wrapper[data-v-
|
|
26522
|
+
inject("data-v-0ca8dd6b_0", {
|
|
26523
|
+
source: ".VcDataTable--wrapper[data-v-0ca8dd6b]{display:flex;flex-direction:column;max-height:100%}.VcDataTable--wrapper.empty[data-v-0ca8dd6b] table{height:100%}.VcDataTable[data-v-0ca8dd6b]{height:100%;display:flex;flex-direction:column;overflow:hidden}.VcDataTable.isScrolling[data-v-0ca8dd6b] table tbody td.sticky,.VcDataTable.isScrolling[data-v-0ca8dd6b] table thead th.sticky{box-shadow:var(--table-sticky-column-shadow)}.VcDataTable.clickableRow[data-v-0ca8dd6b] .data-table-row{cursor:pointer}.VcDataTable--actionBar[data-v-0ca8dd6b]{padding:var(--size-value3) var(--size-value5);margin-bottom:var(--size-value3)}.VcDataTable--actionBarMobile[data-v-0ca8dd6b]{padding:var(--size-value5);border-bottom:1px solid var(--gray-lighten-1)}.VcDataTable--header[data-v-0ca8dd6b]{border-inline-end:var(--gray-lighten-2) solid 1px}.VcDataTable[data-v-0ca8dd6b] table{table-layout:auto}.VcDataTable[data-v-0ca8dd6b] thead{position:sticky;top:0;z-index:2}.VcDataTable[data-v-0ca8dd6b] table thead th.scroll-indicator{position:absolute;height:100vh!important}.VcDataTable[data-v-0ca8dd6b] table thead th.table-filler{min-width:0;background-color:var(--gray-lighten-4)}.VcDataTable[data-v-0ca8dd6b] table thead th.sticky{position:sticky;z-index:3}.VcDataTable[data-v-0ca8dd6b] table thead th:nth-child(2){left:0}.VcDataTable[data-v-0ca8dd6b] table tbody td.sticky:nth-child(3),.VcDataTable[data-v-0ca8dd6b] table thead th.sticky:nth-child(3){left:49px}.VcDataTable[data-v-0ca8dd6b] table tbody tr td{border-bottom:thin solid var(--gray-lighten-2)!important}.VcDataTable[data-v-0ca8dd6b] table tbody td.sticky,.VcDataTable[data-v-0ca8dd6b] table thead th.sticky{box-shadow:0 0 0 transparent;transition:box-shadow .1s ease-in-out}.VcDataTable[data-v-0ca8dd6b] table tbody td.sticky{position:sticky;background:#fff;z-index:1}.VcDataTable[data-v-0ca8dd6b] table tbody tr.selected:not(:hover) td.sticky:before{content:\"\";position:absolute;height:100%;width:100%;background-color:var(--v-secondary-base-opacity-8)}.VcDataTable[data-v-0ca8dd6b] table tbody tr.selected:not(:hover) td:not(.sticky){background-color:var(--v-secondary-base-opacity-8)}.VcDataTable[data-v-0ca8dd6b] table tbody tr:not(.v-data-table__empty-wrapper):hover td{background:var(--gray-lighten-3)}.VcDataTable[data-v-0ca8dd6b] table tbody td.sticky:nth-child(2){left:0}.VcDataTable[data-v-0ca8dd6b] table tbody td:first-child{width:0;max-width:0}.VcDataTable[data-v-0ca8dd6b] tfoot{position:sticky;bottom:0;z-index:2}.VcDataTable[data-v-0ca8dd6b] .v-data-table__wrapper>table>thead>tr>th{padding:0;height:auto}.VcDataTable[data-v-0ca8dd6b] .v-data-table__wrapper>table>tbody>tr>td{padding:0}.VcDataTable[data-v-0ca8dd6b] .v-data-table-header__icon{display:none}.VcDataTable[data-v-0ca8dd6b] .VcDataTable--footer{min-height:48px}.VcDataTable[data-v-0ca8dd6b] .v-data-table__wrapper{flex:1}.VcDataTable--emptyState[data-v-0ca8dd6b]{position:sticky;width:160px;overflow-x:visible;white-space:nowrap;align-items:center}.VcDataTable--emptyState.directionLeft[data-v-0ca8dd6b]{left:calc(-80px + min(50cqw,50%))}.VcDataTable--emptyState.directionRight[data-v-0ca8dd6b]{right:calc(-80px + min(50cqw,50%))}.VcDataTable .footer-slot[data-v-0ca8dd6b],.VcDataTable .header-slot[data-v-0ca8dd6b]{flex:0}",
|
|
26499
26524
|
map: undefined,
|
|
26500
26525
|
media: undefined
|
|
26501
26526
|
});
|
|
@@ -26503,7 +26528,7 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
26503
26528
|
/* scoped */
|
|
26504
26529
|
|
|
26505
26530
|
|
|
26506
|
-
const __vue_scope_id__$e = "data-v-
|
|
26531
|
+
const __vue_scope_id__$e = "data-v-0ca8dd6b";
|
|
26507
26532
|
/* module identifier */
|
|
26508
26533
|
|
|
26509
26534
|
const __vue_module_identifier__$e = undefined;
|
|
@@ -26824,7 +26849,7 @@ var script$a = {
|
|
|
26824
26849
|
components: {
|
|
26825
26850
|
ErrorWithServer,
|
|
26826
26851
|
VcLoader,
|
|
26827
|
-
VuePdfEmbed: () => import('./vue2-pdf-embed-
|
|
26852
|
+
VuePdfEmbed: () => import('./vue2-pdf-embed-a7cb05e5.js').then(function (n) { return n.v; }),
|
|
26828
26853
|
DocPreview,
|
|
26829
26854
|
UnsupportedFile,
|
|
26830
26855
|
VcIcon
|
|
@@ -29152,7 +29177,7 @@ const install = function installdesignSystem(Vue, options) {
|
|
|
29152
29177
|
loadFunc(componentName, component);
|
|
29153
29178
|
});
|
|
29154
29179
|
} else {
|
|
29155
|
-
import('./index-
|
|
29180
|
+
import('./index-e73c424d.js').then(module => {
|
|
29156
29181
|
Object.entries(module).forEach(async ([componentName, component]) => {
|
|
29157
29182
|
if (typeof component === 'function') {
|
|
29158
29183
|
// eslint-disable-next-line no-undef
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var entry=require('./entry-
|
|
1
|
+
'use strict';var entry=require('./entry-10d4d746.js');require('vuetify/lib');exports.VcAccordion=entry.am;exports.VcAccountMenu=entry.aH;exports.VcActionBar=entry.an;exports.VcActionList=entry.k;exports.VcActions=entry.l;exports.VcAiButton=entry.B;exports.VcAlert=entry.f;exports.VcAudioPlayer=entry.aZ;exports.VcAvatar=entry.J;exports.VcBadge=entry.a0;exports.VcBanner=entry.X;exports.VcBaseListItem=entry.y;exports.VcBottomActions=entry.j;exports.VcBottomNav=entry.ar;exports.VcBottomSheet=entry.r;exports.VcBreadcrumbs=entry.ag;exports.VcButton=entry.A;exports.VcButtonGroup=entry.C;exports.VcCard=entry.N;exports.VcCheckbox=entry.O;exports.VcChecklistItem=entry.p;exports.VcChip=entry.v;exports.VcChipList=entry.w;exports.VcClientItem=entry.aw;exports.VcColorPicker=entry.al;exports.VcColumnHeader=entry.aK;exports.VcConfirmModal=entry._;exports.VcCounter=entry.aT;exports.VcDataTable=entry.aL;exports.VcDatePicker=entry.aY;exports.VcDetailItem=entry.ax;exports.VcDivider=entry.aR;exports.VcDocItem=entry.a7;exports.VcDraggableList=entry.aa;exports.VcDropdown=entry.aj;exports.VcDropzone=entry.a3;exports.VcEmptyState=entry.U;exports.VcEntityList=entry.ao;exports.VcEntityStatus=entry.aA;exports.VcExpansionCard=entry.H;exports.VcFilterPanel=entry.P;exports.VcFlag=entry.aV;exports.VcFocusArea=entry.Q;exports.VcForm=entry.D;exports.VcGallery=entry.aQ;exports.VcGalleryItem=entry.ae;exports.VcGalleryList=entry.af;exports.VcGroupHeader=entry.T;exports.VcGroupedItems=entry.ak;exports.VcIcon=entry.E;exports.VcIconWithTooltip=entry.h;exports.VcImage=entry.$;exports.VcInfiniteScroll=entry.ap;exports.VcInputBottomSheet=entry.s;exports.VcInputGroup=entry.aX;exports.VcInputModal=entry.b;exports.VcInputPopover=entry.u;exports.VcLayout=entry.V;exports.VcLink=entry.R;exports.VcList=entry.z;exports.VcListEntity=entry.G;exports.VcListItem=entry.S;exports.VcListbox=entry.q;exports.VcLoader=entry.a;exports.VcMenu=entry.ai;exports.VcMenuItem=entry.aq;exports.VcMenuItemsGroup=entry.at;exports.VcMiniBanner=entry.ad;exports.VcMobileWizardProgress=entry.n;exports.VcModalContainer=entry.a2;exports.VcModalFooter=entry.d;exports.VcModalHeader=entry.e;exports.VcNoticeModal=entry.c;exports.VcOverlay=entry.aJ;exports.VcPageHeader=entry.ah;exports.VcPhoneField=entry.aW;exports.VcPopover=entry.t;exports.VcPoweredBy=entry.av;exports.VcPreview=entry.aP;exports.VcProfileIndication=entry.au;exports.VcProgressCircular=entry.o;exports.VcQuickActions=entry.aF;exports.VcRadio=entry.a5;exports.VcRadioGroup=entry.a4;exports.VcScrollShadow=entry.aU;exports.VcSearchBar=entry.x;exports.VcSearchLayout=entry.aI;exports.VcSearchPicker=entry.a9;exports.VcSegmentedControl=entry.a6;exports.VcSelectField=entry.L;exports.VcServiceItem=entry.aB;exports.VcSideNav=entry.ac;exports.VcSidepaneHeader=entry.aC;exports.VcSkeleton=entry.aS;exports.VcStepsBar=entry.m;exports.VcSummary=entry.aD;exports.VcSvg=entry.W;exports.VcSwitch=entry.F;exports.VcSystemAlert=entry.aE;exports.VcTableActionBar=entry.aM;exports.VcTableFooter=entry.aN;exports.VcTableItem=entry.aO;exports.VcTabs=entry.ab;exports.VcTextArea=entry.K;exports.VcTextField=entry.I;exports.VcTimeSince=entry.a8;exports.VcTimeline=entry.ay;exports.VcTimelineRecord=entry.az;exports.VcToast=entry.M;exports.VcTooltip=entry.g;exports.VcTopMenuBar=entry.as;exports.VcTruncatedText=entry.i;exports.VcUpsellBlock=entry.a1;exports.VcWideTopMenuBar=entry.aG;exports.VcWizard=entry.Z;exports.VcWizardCtaContainer=entry.Y;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { am as VcAccordion, aH as VcAccountMenu, an as VcActionBar, k as VcActionList, l as VcActions, B as VcAiButton, f as VcAlert, aZ as VcAudioPlayer, J as VcAvatar, a0 as VcBadge, X as VcBanner, y as VcBaseListItem, j as VcBottomActions, ar as VcBottomNav, r as VcBottomSheet, ag as VcBreadcrumbs, A as VcButton, C as VcButtonGroup, N as VcCard, O as VcCheckbox, p as VcChecklistItem, v as VcChip, w as VcChipList, aw as VcClientItem, al as VcColorPicker, aK as VcColumnHeader, _ as VcConfirmModal, aT as VcCounter, aL as VcDataTable, aY as VcDatePicker, ax as VcDetailItem, aR as VcDivider, a7 as VcDocItem, aa as VcDraggableList, aj as VcDropdown, a3 as VcDropzone, U as VcEmptyState, ao as VcEntityList, aA as VcEntityStatus, H as VcExpansionCard, P as VcFilterPanel, aV as VcFlag, Q as VcFocusArea, D as VcForm, aQ as VcGallery, ae as VcGalleryItem, af as VcGalleryList, T as VcGroupHeader, ak as VcGroupedItems, E as VcIcon, h as VcIconWithTooltip, $ as VcImage, ap as VcInfiniteScroll, s as VcInputBottomSheet, aX as VcInputGroup, b as VcInputModal, u as VcInputPopover, V as VcLayout, R as VcLink, z as VcList, G as VcListEntity, S as VcListItem, q as VcListbox, a as VcLoader, ai as VcMenu, aq as VcMenuItem, at as VcMenuItemsGroup, ad as VcMiniBanner, n as VcMobileWizardProgress, a2 as VcModalContainer, d as VcModalFooter, e as VcModalHeader, c as VcNoticeModal, aJ as VcOverlay, ah as VcPageHeader, aW as VcPhoneField, t as VcPopover, av as VcPoweredBy, aP as VcPreview, au as VcProfileIndication, o as VcProgressCircular, aF as VcQuickActions, a5 as VcRadio, a4 as VcRadioGroup, aU as VcScrollShadow, x as VcSearchBar, aI as VcSearchLayout, a9 as VcSearchPicker, a6 as VcSegmentedControl, L as VcSelectField, aB as VcServiceItem, ac as VcSideNav, aC as VcSidepaneHeader, aS as VcSkeleton, m as VcStepsBar, aD as VcSummary, W as VcSvg, F as VcSwitch, aE as VcSystemAlert, aM as VcTableActionBar, aN as VcTableFooter, aO as VcTableItem, ab as VcTabs, K as VcTextArea, I as VcTextField, a8 as VcTimeSince, ay as VcTimeline, az as VcTimelineRecord, M as VcToast, g as VcTooltip, as as VcTopMenuBar, i as VcTruncatedText, a1 as VcUpsellBlock, aG as VcWideTopMenuBar, Z as VcWizard, Y as VcWizardCtaContainer } from './entry-
|
|
1
|
+
export { am as VcAccordion, aH as VcAccountMenu, an as VcActionBar, k as VcActionList, l as VcActions, B as VcAiButton, f as VcAlert, aZ as VcAudioPlayer, J as VcAvatar, a0 as VcBadge, X as VcBanner, y as VcBaseListItem, j as VcBottomActions, ar as VcBottomNav, r as VcBottomSheet, ag as VcBreadcrumbs, A as VcButton, C as VcButtonGroup, N as VcCard, O as VcCheckbox, p as VcChecklistItem, v as VcChip, w as VcChipList, aw as VcClientItem, al as VcColorPicker, aK as VcColumnHeader, _ as VcConfirmModal, aT as VcCounter, aL as VcDataTable, aY as VcDatePicker, ax as VcDetailItem, aR as VcDivider, a7 as VcDocItem, aa as VcDraggableList, aj as VcDropdown, a3 as VcDropzone, U as VcEmptyState, ao as VcEntityList, aA as VcEntityStatus, H as VcExpansionCard, P as VcFilterPanel, aV as VcFlag, Q as VcFocusArea, D as VcForm, aQ as VcGallery, ae as VcGalleryItem, af as VcGalleryList, T as VcGroupHeader, ak as VcGroupedItems, E as VcIcon, h as VcIconWithTooltip, $ as VcImage, ap as VcInfiniteScroll, s as VcInputBottomSheet, aX as VcInputGroup, b as VcInputModal, u as VcInputPopover, V as VcLayout, R as VcLink, z as VcList, G as VcListEntity, S as VcListItem, q as VcListbox, a as VcLoader, ai as VcMenu, aq as VcMenuItem, at as VcMenuItemsGroup, ad as VcMiniBanner, n as VcMobileWizardProgress, a2 as VcModalContainer, d as VcModalFooter, e as VcModalHeader, c as VcNoticeModal, aJ as VcOverlay, ah as VcPageHeader, aW as VcPhoneField, t as VcPopover, av as VcPoweredBy, aP as VcPreview, au as VcProfileIndication, o as VcProgressCircular, aF as VcQuickActions, a5 as VcRadio, a4 as VcRadioGroup, aU as VcScrollShadow, x as VcSearchBar, aI as VcSearchLayout, a9 as VcSearchPicker, a6 as VcSegmentedControl, L as VcSelectField, aB as VcServiceItem, ac as VcSideNav, aC as VcSidepaneHeader, aS as VcSkeleton, m as VcStepsBar, aD as VcSummary, W as VcSvg, F as VcSwitch, aE as VcSystemAlert, aM as VcTableActionBar, aN as VcTableFooter, aO as VcTableItem, ab as VcTabs, K as VcTextArea, I as VcTextField, a8 as VcTimeSince, ay as VcTimeline, az as VcTimelineRecord, M as VcToast, g as VcTooltip, as as VcTopMenuBar, i as VcTruncatedText, a1 as VcUpsellBlock, aG as VcWideTopMenuBar, Z as VcWizard, Y as VcWizardCtaContainer } from './entry-d7645e38.js';
|
|
2
2
|
import 'vuetify/lib';
|