@vcita/design-system 1.17.4 → 1.17.5
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-48e8105b.js → entry-24b403af.js} +57 -31
- package/dist/{entry-d22b744e.js → entry-ad5553d4.js} +61 -33
- package/dist/{index-23f11b6a.js → index-0eff5514.js} +1 -1
- package/dist/{index-f60896e3.js → index-9ce7cc2a.js} +1 -1
- package/dist/{vue2-pdf-embed-f881828b.js → vue2-pdf-embed-1d424415.js} +1 -1
- package/dist/{vue2-pdf-embed-c20bb2c1.js → vue2-pdf-embed-dfb0f46e.js} +1 -1
- package/package.json +1 -1
- package/src/components/VcAccordion/VcAccordion.spec.js +61 -21
- package/src/components/VcAccordion/VcAccordion.stories.js +56 -3
- package/src/components/VcAccordion/VcAccordion.vue +47 -13
- package/src/components/VcInputGroup/VcInputGroup.stories.js +1 -1
- package/src/components/VcInputGroup/VcInputGroup.vue +51 -10
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { a_ as default } from '../entry-
|
|
1
|
+
export { a_ as default } from '../entry-24b403af.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-ad5553d4.js');require('vuetify/lib');exports["default"]=entry.a_;
|
|
@@ -19573,6 +19573,7 @@ var __vue_component__$1d = __vue_component__$1c;
|
|
|
19573
19573
|
var script$L = {
|
|
19574
19574
|
name: "VcAccordion",
|
|
19575
19575
|
components: {
|
|
19576
|
+
VcLayout,
|
|
19576
19577
|
VcIcon,
|
|
19577
19578
|
VcButton,
|
|
19578
19579
|
VExpansionPanelHeader: VExpansionPanelHeader,
|
|
@@ -19614,6 +19615,19 @@ var script$L = {
|
|
|
19614
19615
|
disabled: {
|
|
19615
19616
|
type: Boolean,
|
|
19616
19617
|
default: false
|
|
19618
|
+
},
|
|
19619
|
+
headerSize: {
|
|
19620
|
+
type: String,
|
|
19621
|
+
default: 'md',
|
|
19622
|
+
validator: size => ['sm', 'md'].includes(size)
|
|
19623
|
+
},
|
|
19624
|
+
|
|
19625
|
+
/**
|
|
19626
|
+
* If true, the size margins will be removed
|
|
19627
|
+
*/
|
|
19628
|
+
slim: {
|
|
19629
|
+
type: Boolean,
|
|
19630
|
+
default: false
|
|
19617
19631
|
}
|
|
19618
19632
|
},
|
|
19619
19633
|
computed: {
|
|
@@ -19639,7 +19653,7 @@ var __vue_render__$H = function () {
|
|
|
19639
19653
|
|
|
19640
19654
|
return _c('v-expansion-panels', {
|
|
19641
19655
|
staticClass: "VcAccordion",
|
|
19642
|
-
class: (_obj = {}, _obj["VcAccordion--gap-" + _vm.gap] = _vm.gap !== 'none', _obj),
|
|
19656
|
+
class: (_obj = {}, _obj["VcAccordion--gap-" + _vm.gap] = _vm.gap !== 'none', _obj["VcAccordion--size-" + _vm.headerSize] = true, _obj['VcAccordion--slim'] = _vm.slim, _obj),
|
|
19643
19657
|
attrs: {
|
|
19644
19658
|
"accordion": "",
|
|
19645
19659
|
"value": _vm.openPanels,
|
|
@@ -19671,8 +19685,16 @@ var __vue_render__$H = function () {
|
|
|
19671
19685
|
"disable-icon-rotate": ""
|
|
19672
19686
|
}
|
|
19673
19687
|
}, [_vm._t("header-" + i, function () {
|
|
19674
|
-
return [_c('
|
|
19675
|
-
|
|
19688
|
+
return [_c('VcLayout', {
|
|
19689
|
+
attrs: {
|
|
19690
|
+
"align-center": ""
|
|
19691
|
+
}
|
|
19692
|
+
}, [_c('div', {
|
|
19693
|
+
staticClass: "flex-grow-1"
|
|
19694
|
+
}, [_c('VcLayout', {
|
|
19695
|
+
attrs: {
|
|
19696
|
+
"align-center": ""
|
|
19697
|
+
}
|
|
19676
19698
|
}, [_c('VcIcon', {
|
|
19677
19699
|
staticClass: "expend-icon flex-grow-0 ms-1 me-2",
|
|
19678
19700
|
attrs: {
|
|
@@ -19680,27 +19702,31 @@ var __vue_render__$H = function () {
|
|
|
19680
19702
|
"color": _vm.iconColor
|
|
19681
19703
|
}
|
|
19682
19704
|
}, [_vm._v("$caret_down")]), _vm._v(" "), _c('span', {
|
|
19683
|
-
staticClass: "
|
|
19684
|
-
}, [_vm._v(_vm._s(item.name))]), _vm._v(" "),
|
|
19685
|
-
staticClass: "
|
|
19686
|
-
|
|
19687
|
-
|
|
19688
|
-
|
|
19689
|
-
|
|
19690
|
-
|
|
19691
|
-
|
|
19692
|
-
fn: function () {
|
|
19693
|
-
return [_c('VcIcon', {
|
|
19694
|
-
attrs: {
|
|
19695
|
-
"data-qa": _vm.dataQa + "_expendIcon_" + i,
|
|
19696
|
-
"size": "12",
|
|
19697
|
-
"color": "var(--gray-darken-2)"
|
|
19698
|
-
}
|
|
19699
|
-
}, [_vm._v("$plus")])];
|
|
19705
|
+
staticClass: "VcAccordion__panel__title"
|
|
19706
|
+
}, [_vm._v(_vm._s(item.name))])], 1), _vm._v(" "), _c('div', {
|
|
19707
|
+
staticClass: "ml-5 font-weight-medium expand-subtitle"
|
|
19708
|
+
}, [_vm._v(_vm._s(item.subtitle))])], 1), _vm._v(" "), _vm._t("header-" + i + "-append", function () {
|
|
19709
|
+
return [item.button ? _c('VcButton', {
|
|
19710
|
+
staticClass: "me-1",
|
|
19711
|
+
attrs: {
|
|
19712
|
+
"icon": "",
|
|
19713
|
+
"x-small": ""
|
|
19700
19714
|
},
|
|
19701
|
-
|
|
19702
|
-
|
|
19703
|
-
|
|
19715
|
+
scopedSlots: _vm._u([{
|
|
19716
|
+
key: "prepend",
|
|
19717
|
+
fn: function () {
|
|
19718
|
+
return [_c('VcIcon', {
|
|
19719
|
+
attrs: {
|
|
19720
|
+
"data-qa": _vm.dataQa + "_expendIcon_" + i,
|
|
19721
|
+
"size": "12",
|
|
19722
|
+
"color": "var(--gray-darken-2)"
|
|
19723
|
+
}
|
|
19724
|
+
}, [_vm._v("$plus")])];
|
|
19725
|
+
},
|
|
19726
|
+
proxy: true
|
|
19727
|
+
}], null, true)
|
|
19728
|
+
}) : _vm._e()];
|
|
19729
|
+
})], 2)];
|
|
19704
19730
|
})], 2), _vm._v(" "), _c('v-expansion-panel-content', {
|
|
19705
19731
|
staticClass: "VcAccordion__panel__content"
|
|
19706
19732
|
}, [_vm._t("content-" + i, null, {
|
|
@@ -19714,8 +19740,8 @@ var __vue_staticRenderFns__$H = [];
|
|
|
19714
19740
|
|
|
19715
19741
|
const __vue_inject_styles__$L = function (inject) {
|
|
19716
19742
|
if (!inject) return;
|
|
19717
|
-
inject("data-v-
|
|
19718
|
-
source: ".VcAccordion--gap-s[data-v-
|
|
19743
|
+
inject("data-v-1aab0a78_0", {
|
|
19744
|
+
source: ".VcAccordion--gap-s[data-v-1aab0a78]{gap:var(--size-value1)}.VcAccordion--gap-m[data-v-1aab0a78]{gap:var(--size-value2)}.VcAccordion--gap-l[data-v-1aab0a78]{gap:var(--size-value4)}.VcAccordion--size-sm .VcAccordion__panel__title[data-v-1aab0a78]{font-size:var(--font-size-x-small)}.VcAccordion--slim .VcAccordion__panel__header[data-v-1aab0a78]{padding:var(--size-value2) 0!important}.VcAccordion__panel.v-expansion-panel[data-v-1aab0a78]{background-color:transparent}.VcAccordion__panel__header[data-v-1aab0a78]{font-weight:var(--font-weight-large);padding:var(--size-value2) var(--size-value4)!important;min-height:unset}.VcAccordion__panel__header .v-icon.expend-icon[data-v-1aab0a78]{transform:rotate(-90deg)}#app[dir=rtl] .VcAccordion__panel__header .v-icon.expend-icon[data-v-1aab0a78]{transform:rotate(90deg)}.VcAccordion__panel__header .v-icon[data-v-1aab0a78]:not(.expend-icon){transition:unset}.VcAccordion__panel__header .expand-subtitle[data-v-1aab0a78]{font-size:var(--font-size-x-small)}.VcAccordion__panel__header.v-expansion-panel-header--active .v-icon[data-v-1aab0a78]{transform:unset}#app[dir=rtl] .VcAccordion__panel__header.v-expansion-panel-header--active .v-icon[data-v-1aab0a78]{transform:rotate(0)}.VcAccordion__panel__header[data-v-1aab0a78]:not(.disabled){color:var(--gray-darken-5)}.VcAccordion__panel__header.disabled[data-v-1aab0a78]{color:var(--gray-darken-2)}.VcAccordion__panel__header[data-v-1aab0a78]:hover{transition:color .3s}.VcAccordion__panel__header[data-v-1aab0a78]:focus{z-index:2;background-color:unset;transition:box-shadow .3s;box-shadow:var(--shadow-focused-frame);border-radius:var(--border-radius)}.VcAccordion__panel__header[data-v-1aab0a78]:focus:before{opacity:0}.VcAccordion__panel__content[data-v-1aab0a78] .v-expansion-panel-content__wrap{padding:var(--size-value0) var(--size-value4) var(--size-value2)}.VcAccordion__panel--flat[data-v-1aab0a78]{background-color:var(--gray-lighten-3)!important}",
|
|
19719
19745
|
map: undefined,
|
|
19720
19746
|
media: undefined
|
|
19721
19747
|
});
|
|
@@ -19723,7 +19749,7 @@ const __vue_inject_styles__$L = function (inject) {
|
|
|
19723
19749
|
/* scoped */
|
|
19724
19750
|
|
|
19725
19751
|
|
|
19726
|
-
const __vue_scope_id__$L = "data-v-
|
|
19752
|
+
const __vue_scope_id__$L = "data-v-1aab0a78";
|
|
19727
19753
|
/* module identifier */
|
|
19728
19754
|
|
|
19729
19755
|
const __vue_module_identifier__$L = undefined;
|
|
@@ -25803,7 +25829,7 @@ var script$a = {
|
|
|
25803
25829
|
components: {
|
|
25804
25830
|
ErrorWithServer,
|
|
25805
25831
|
VcLoader,
|
|
25806
|
-
VuePdfEmbed: () => import('./vue2-pdf-embed-
|
|
25832
|
+
VuePdfEmbed: () => import('./vue2-pdf-embed-1d424415.js').then(function (n) { return n.v; }),
|
|
25807
25833
|
DocPreview,
|
|
25808
25834
|
UnsupportedFile,
|
|
25809
25835
|
VcIcon
|
|
@@ -27708,8 +27734,8 @@ var __vue_staticRenderFns__$1 = [];
|
|
|
27708
27734
|
|
|
27709
27735
|
const __vue_inject_styles__$2 = function (inject) {
|
|
27710
27736
|
if (!inject) return;
|
|
27711
|
-
inject("data-v-
|
|
27712
|
-
source: ".VcInputGroup[data-v-
|
|
27737
|
+
inject("data-v-57e669f0_0", {
|
|
27738
|
+
source: ".VcInputGroup[data-v-57e669f0] :first-child,.VcInputGroup[data-v-57e669f0] >div:first-child{border-start-start-radius:var(--border-radius);border-end-start-radius:var(--border-radius)}.VcInputGroup[data-v-57e669f0] :last-child,.VcInputGroup[data-v-57e669f0] >div:last-child{border-start-end-radius:var(--border-radius);border-end-end-radius:var(--border-radius)}.VcInputGroup[data-v-57e669f0]{border-radius:var(--border-radius);height:var(--size-value13)}.VcInputGroup.unify[data-v-57e669f0]:hover{border-color:var(--gray-darken-3)}.VcInputGroup.unify[data-v-57e669f0]:active,.VcInputGroup.unify[data-v-57e669f0]:focus,.VcInputGroup.unify[data-v-57e669f0]:focus-within{box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcInputGroup.unify[data-v-57e669f0] .VcTextInput.v-text-field .v-input__slot:active,.VcInputGroup.unify[data-v-57e669f0] .VcTextInput.v-text-field .v-input__slot:focus,.VcInputGroup.unify[data-v-57e669f0] .VcTextInput.v-text-field .v-input__slot:focus-within,.VcInputGroup.unify[data-v-57e669f0] .VcTextInput.v-text-field .v-input__slot:hover{box-shadow:none}.VcInputGroup.split-even[data-v-57e669f0] >*{flex-basis:50%}.VcInputGroup.split-start[data-v-57e669f0] >:first-child{flex-basis:68px;flex-grow:0}.VcInputGroup.split-end[data-v-57e669f0] >:last-child{flex-basis:100px;flex-grow:0}.VcInputGroup[data-v-57e669f0] >*{margin:0;flex-grow:1;flex-shrink:0}.VcInputGroup[data-v-57e669f0] .VcButton{border-radius:unset}.VcInputGroup[data-v-57e669f0] .VcButton:first-child{border-start-start-radius:var(--border-radius);border-end-start-radius:var(--border-radius)}.VcInputGroup[data-v-57e669f0] .VcButton:last-child{border-start-end-radius:var(--border-radius);border-end-end-radius:var(--border-radius)}.VcInputGroup[data-v-57e669f0] .VcTextInput.v-text-field .v-input__slot{border-radius:unset}.VcInputGroup[data-v-57e669f0] .VcTextInput:first-child.v-text-field .v-input__slot{border-start-start-radius:var(--border-radius);border-end-start-radius:var(--border-radius)}.VcInputGroup[data-v-57e669f0] .VcTextInput:last-child.v-text-field .v-input__slot{border-start-end-radius:var(--border-radius);border-end-end-radius:var(--border-radius)}.VcInputGroup[data-v-57e669f0] .VcTextInput:has(.v-input__slot):active,.VcInputGroup[data-v-57e669f0] .VcTextInput:has(.v-input__slot):focus,.VcInputGroup[data-v-57e669f0] .VcTextInput:has(.v-input__slot):focus-within,.VcInputGroup[data-v-57e669f0] .VcTextInput:has(.v-input__slot):hover{z-index:1}.errorDisplay[data-v-57e669f0]{color:var(--v-error-base)!important;caret-color:var(--v-error-base)!important;text-align:start;font-size:12px}",
|
|
27713
27739
|
map: undefined,
|
|
27714
27740
|
media: undefined
|
|
27715
27741
|
});
|
|
@@ -27717,7 +27743,7 @@ const __vue_inject_styles__$2 = function (inject) {
|
|
|
27717
27743
|
/* scoped */
|
|
27718
27744
|
|
|
27719
27745
|
|
|
27720
|
-
const __vue_scope_id__$2 = "data-v-
|
|
27746
|
+
const __vue_scope_id__$2 = "data-v-57e669f0";
|
|
27721
27747
|
/* module identifier */
|
|
27722
27748
|
|
|
27723
27749
|
const __vue_module_identifier__$2 = undefined;
|
|
@@ -28098,7 +28124,7 @@ const install = function installdesignSystem(Vue, options) {
|
|
|
28098
28124
|
loadFunc(componentName, component);
|
|
28099
28125
|
});
|
|
28100
28126
|
} else {
|
|
28101
|
-
import('./index-
|
|
28127
|
+
import('./index-0eff5514.js').then(module => {
|
|
28102
28128
|
Object.entries(module).forEach(async ([componentName, component]) => {
|
|
28103
28129
|
if (typeof component === 'function') {
|
|
28104
28130
|
// eslint-disable-next-line no-undef
|
|
@@ -19291,6 +19291,7 @@ var __vue_component__$1c = /*#__PURE__*/normalizeComponent({
|
|
|
19291
19291
|
var __vue_component__$1d = __vue_component__$1c;var script$L = {
|
|
19292
19292
|
name: "VcAccordion",
|
|
19293
19293
|
components: {
|
|
19294
|
+
VcLayout: VcLayout,
|
|
19294
19295
|
VcIcon: VcIcon,
|
|
19295
19296
|
VcButton: VcButton,
|
|
19296
19297
|
VExpansionPanelHeader: lib.VExpansionPanelHeader,
|
|
@@ -19338,6 +19339,21 @@ var __vue_component__$1d = __vue_component__$1c;var script$L = {
|
|
|
19338
19339
|
disabled: {
|
|
19339
19340
|
type: Boolean,
|
|
19340
19341
|
default: false
|
|
19342
|
+
},
|
|
19343
|
+
headerSize: {
|
|
19344
|
+
type: String,
|
|
19345
|
+
default: 'md',
|
|
19346
|
+
validator: function validator(size) {
|
|
19347
|
+
return ['sm', 'md'].includes(size);
|
|
19348
|
+
}
|
|
19349
|
+
},
|
|
19350
|
+
|
|
19351
|
+
/**
|
|
19352
|
+
* If true, the size margins will be removed
|
|
19353
|
+
*/
|
|
19354
|
+
slim: {
|
|
19355
|
+
type: Boolean,
|
|
19356
|
+
default: false
|
|
19341
19357
|
}
|
|
19342
19358
|
},
|
|
19343
19359
|
computed: {
|
|
@@ -19360,7 +19376,7 @@ var __vue_render__$H = function __vue_render__() {
|
|
|
19360
19376
|
|
|
19361
19377
|
return _c('v-expansion-panels', {
|
|
19362
19378
|
staticClass: "VcAccordion",
|
|
19363
|
-
class: (_obj = {}, _obj["VcAccordion--gap-" + _vm.gap] = _vm.gap !== 'none', _obj),
|
|
19379
|
+
class: (_obj = {}, _obj["VcAccordion--gap-" + _vm.gap] = _vm.gap !== 'none', _obj["VcAccordion--size-" + _vm.headerSize] = true, _obj['VcAccordion--slim'] = _vm.slim, _obj),
|
|
19364
19380
|
attrs: {
|
|
19365
19381
|
"accordion": "",
|
|
19366
19382
|
"value": _vm.openPanels,
|
|
@@ -19392,8 +19408,16 @@ var __vue_render__$H = function __vue_render__() {
|
|
|
19392
19408
|
"disable-icon-rotate": ""
|
|
19393
19409
|
}
|
|
19394
19410
|
}, [_vm._t("header-" + i, function () {
|
|
19395
|
-
return [_c('
|
|
19396
|
-
|
|
19411
|
+
return [_c('VcLayout', {
|
|
19412
|
+
attrs: {
|
|
19413
|
+
"align-center": ""
|
|
19414
|
+
}
|
|
19415
|
+
}, [_c('div', {
|
|
19416
|
+
staticClass: "flex-grow-1"
|
|
19417
|
+
}, [_c('VcLayout', {
|
|
19418
|
+
attrs: {
|
|
19419
|
+
"align-center": ""
|
|
19420
|
+
}
|
|
19397
19421
|
}, [_c('VcIcon', {
|
|
19398
19422
|
staticClass: "expend-icon flex-grow-0 ms-1 me-2",
|
|
19399
19423
|
attrs: {
|
|
@@ -19401,27 +19425,31 @@ var __vue_render__$H = function __vue_render__() {
|
|
|
19401
19425
|
"color": _vm.iconColor
|
|
19402
19426
|
}
|
|
19403
19427
|
}, [_vm._v("$caret_down")]), _vm._v(" "), _c('span', {
|
|
19404
|
-
staticClass: "
|
|
19405
|
-
}, [_vm._v(_vm._s(item.name))]), _vm._v(" "),
|
|
19406
|
-
staticClass: "
|
|
19407
|
-
|
|
19408
|
-
|
|
19409
|
-
|
|
19410
|
-
|
|
19411
|
-
|
|
19412
|
-
|
|
19413
|
-
fn: function fn() {
|
|
19414
|
-
return [_c('VcIcon', {
|
|
19415
|
-
attrs: {
|
|
19416
|
-
"data-qa": _vm.dataQa + "_expendIcon_" + i,
|
|
19417
|
-
"size": "12",
|
|
19418
|
-
"color": "var(--gray-darken-2)"
|
|
19419
|
-
}
|
|
19420
|
-
}, [_vm._v("$plus")])];
|
|
19428
|
+
staticClass: "VcAccordion__panel__title"
|
|
19429
|
+
}, [_vm._v(_vm._s(item.name))])], 1), _vm._v(" "), _c('div', {
|
|
19430
|
+
staticClass: "ml-5 font-weight-medium expand-subtitle"
|
|
19431
|
+
}, [_vm._v(_vm._s(item.subtitle))])], 1), _vm._v(" "), _vm._t("header-" + i + "-append", function () {
|
|
19432
|
+
return [item.button ? _c('VcButton', {
|
|
19433
|
+
staticClass: "me-1",
|
|
19434
|
+
attrs: {
|
|
19435
|
+
"icon": "",
|
|
19436
|
+
"x-small": ""
|
|
19421
19437
|
},
|
|
19422
|
-
|
|
19423
|
-
|
|
19424
|
-
|
|
19438
|
+
scopedSlots: _vm._u([{
|
|
19439
|
+
key: "prepend",
|
|
19440
|
+
fn: function fn() {
|
|
19441
|
+
return [_c('VcIcon', {
|
|
19442
|
+
attrs: {
|
|
19443
|
+
"data-qa": _vm.dataQa + "_expendIcon_" + i,
|
|
19444
|
+
"size": "12",
|
|
19445
|
+
"color": "var(--gray-darken-2)"
|
|
19446
|
+
}
|
|
19447
|
+
}, [_vm._v("$plus")])];
|
|
19448
|
+
},
|
|
19449
|
+
proxy: true
|
|
19450
|
+
}], null, true)
|
|
19451
|
+
}) : _vm._e()];
|
|
19452
|
+
})], 2)];
|
|
19425
19453
|
})], 2), _vm._v(" "), _c('v-expansion-panel-content', {
|
|
19426
19454
|
staticClass: "VcAccordion__panel__content"
|
|
19427
19455
|
}, [_vm._t("content-" + i, null, {
|
|
@@ -19435,8 +19463,8 @@ var __vue_staticRenderFns__$H = [];
|
|
|
19435
19463
|
|
|
19436
19464
|
var __vue_inject_styles__$L = function __vue_inject_styles__(inject) {
|
|
19437
19465
|
if (!inject) return;
|
|
19438
|
-
inject("data-v-
|
|
19439
|
-
source: ".VcAccordion--gap-s[data-v-
|
|
19466
|
+
inject("data-v-1aab0a78_0", {
|
|
19467
|
+
source: ".VcAccordion--gap-s[data-v-1aab0a78]{gap:var(--size-value1)}.VcAccordion--gap-m[data-v-1aab0a78]{gap:var(--size-value2)}.VcAccordion--gap-l[data-v-1aab0a78]{gap:var(--size-value4)}.VcAccordion--size-sm .VcAccordion__panel__title[data-v-1aab0a78]{font-size:var(--font-size-x-small)}.VcAccordion--slim .VcAccordion__panel__header[data-v-1aab0a78]{padding:var(--size-value2) 0!important}.VcAccordion__panel.v-expansion-panel[data-v-1aab0a78]{background-color:transparent}.VcAccordion__panel__header[data-v-1aab0a78]{font-weight:var(--font-weight-large);padding:var(--size-value2) var(--size-value4)!important;min-height:unset}.VcAccordion__panel__header .v-icon.expend-icon[data-v-1aab0a78]{transform:rotate(-90deg)}#app[dir=rtl] .VcAccordion__panel__header .v-icon.expend-icon[data-v-1aab0a78]{transform:rotate(90deg)}.VcAccordion__panel__header .v-icon[data-v-1aab0a78]:not(.expend-icon){transition:unset}.VcAccordion__panel__header .expand-subtitle[data-v-1aab0a78]{font-size:var(--font-size-x-small)}.VcAccordion__panel__header.v-expansion-panel-header--active .v-icon[data-v-1aab0a78]{transform:unset}#app[dir=rtl] .VcAccordion__panel__header.v-expansion-panel-header--active .v-icon[data-v-1aab0a78]{transform:rotate(0)}.VcAccordion__panel__header[data-v-1aab0a78]:not(.disabled){color:var(--gray-darken-5)}.VcAccordion__panel__header.disabled[data-v-1aab0a78]{color:var(--gray-darken-2)}.VcAccordion__panel__header[data-v-1aab0a78]:hover{transition:color .3s}.VcAccordion__panel__header[data-v-1aab0a78]:focus{z-index:2;background-color:unset;transition:box-shadow .3s;box-shadow:var(--shadow-focused-frame);border-radius:var(--border-radius)}.VcAccordion__panel__header[data-v-1aab0a78]:focus:before{opacity:0}.VcAccordion__panel__content[data-v-1aab0a78] .v-expansion-panel-content__wrap{padding:var(--size-value0) var(--size-value4) var(--size-value2)}.VcAccordion__panel--flat[data-v-1aab0a78]{background-color:var(--gray-lighten-3)!important}",
|
|
19440
19468
|
map: undefined,
|
|
19441
19469
|
media: undefined
|
|
19442
19470
|
});
|
|
@@ -19444,10 +19472,10 @@ var __vue_inject_styles__$L = function __vue_inject_styles__(inject) {
|
|
|
19444
19472
|
/* scoped */
|
|
19445
19473
|
|
|
19446
19474
|
|
|
19447
|
-
var __vue_scope_id__$L = "data-v-
|
|
19475
|
+
var __vue_scope_id__$L = "data-v-1aab0a78";
|
|
19448
19476
|
/* module identifier */
|
|
19449
19477
|
|
|
19450
|
-
var __vue_module_identifier__$L = "data-v-
|
|
19478
|
+
var __vue_module_identifier__$L = "data-v-1aab0a78";
|
|
19451
19479
|
/* functional template */
|
|
19452
19480
|
|
|
19453
19481
|
var __vue_is_functional_template__$L = false;
|
|
@@ -25361,7 +25389,7 @@ var ErrorWithServer = __vue_component__$i;var script$a = {
|
|
|
25361
25389
|
ErrorWithServer: ErrorWithServer,
|
|
25362
25390
|
VcLoader: VcLoader,
|
|
25363
25391
|
VuePdfEmbed: function VuePdfEmbed() {
|
|
25364
|
-
return Promise.resolve().then(function(){return require('./vue2-pdf-embed-
|
|
25392
|
+
return Promise.resolve().then(function(){return require('./vue2-pdf-embed-dfb0f46e.js')}).then(function(n){return n.v});
|
|
25365
25393
|
},
|
|
25366
25394
|
DocPreview: DocPreview,
|
|
25367
25395
|
UnsupportedFile: UnsupportedFile,
|
|
@@ -27200,8 +27228,8 @@ var __vue_staticRenderFns__$1 = [];
|
|
|
27200
27228
|
|
|
27201
27229
|
var __vue_inject_styles__$2 = function __vue_inject_styles__(inject) {
|
|
27202
27230
|
if (!inject) return;
|
|
27203
|
-
inject("data-v-
|
|
27204
|
-
source: ".VcInputGroup[data-v-
|
|
27231
|
+
inject("data-v-57e669f0_0", {
|
|
27232
|
+
source: ".VcInputGroup[data-v-57e669f0] :first-child,.VcInputGroup[data-v-57e669f0] >div:first-child{border-start-start-radius:var(--border-radius);border-end-start-radius:var(--border-radius)}.VcInputGroup[data-v-57e669f0] :last-child,.VcInputGroup[data-v-57e669f0] >div:last-child{border-start-end-radius:var(--border-radius);border-end-end-radius:var(--border-radius)}.VcInputGroup[data-v-57e669f0]{border-radius:var(--border-radius);height:var(--size-value13)}.VcInputGroup.unify[data-v-57e669f0]:hover{border-color:var(--gray-darken-3)}.VcInputGroup.unify[data-v-57e669f0]:active,.VcInputGroup.unify[data-v-57e669f0]:focus,.VcInputGroup.unify[data-v-57e669f0]:focus-within{box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcInputGroup.unify[data-v-57e669f0] .VcTextInput.v-text-field .v-input__slot:active,.VcInputGroup.unify[data-v-57e669f0] .VcTextInput.v-text-field .v-input__slot:focus,.VcInputGroup.unify[data-v-57e669f0] .VcTextInput.v-text-field .v-input__slot:focus-within,.VcInputGroup.unify[data-v-57e669f0] .VcTextInput.v-text-field .v-input__slot:hover{box-shadow:none}.VcInputGroup.split-even[data-v-57e669f0] >*{flex-basis:50%}.VcInputGroup.split-start[data-v-57e669f0] >:first-child{flex-basis:68px;flex-grow:0}.VcInputGroup.split-end[data-v-57e669f0] >:last-child{flex-basis:100px;flex-grow:0}.VcInputGroup[data-v-57e669f0] >*{margin:0;flex-grow:1;flex-shrink:0}.VcInputGroup[data-v-57e669f0] .VcButton{border-radius:unset}.VcInputGroup[data-v-57e669f0] .VcButton:first-child{border-start-start-radius:var(--border-radius);border-end-start-radius:var(--border-radius)}.VcInputGroup[data-v-57e669f0] .VcButton:last-child{border-start-end-radius:var(--border-radius);border-end-end-radius:var(--border-radius)}.VcInputGroup[data-v-57e669f0] .VcTextInput.v-text-field .v-input__slot{border-radius:unset}.VcInputGroup[data-v-57e669f0] .VcTextInput:first-child.v-text-field .v-input__slot{border-start-start-radius:var(--border-radius);border-end-start-radius:var(--border-radius)}.VcInputGroup[data-v-57e669f0] .VcTextInput:last-child.v-text-field .v-input__slot{border-start-end-radius:var(--border-radius);border-end-end-radius:var(--border-radius)}.VcInputGroup[data-v-57e669f0] .VcTextInput:has(.v-input__slot):active,.VcInputGroup[data-v-57e669f0] .VcTextInput:has(.v-input__slot):focus,.VcInputGroup[data-v-57e669f0] .VcTextInput:has(.v-input__slot):focus-within,.VcInputGroup[data-v-57e669f0] .VcTextInput:has(.v-input__slot):hover{z-index:1}.errorDisplay[data-v-57e669f0]{color:var(--v-error-base)!important;caret-color:var(--v-error-base)!important;text-align:start;font-size:12px}",
|
|
27205
27233
|
map: undefined,
|
|
27206
27234
|
media: undefined
|
|
27207
27235
|
});
|
|
@@ -27209,10 +27237,10 @@ var __vue_inject_styles__$2 = function __vue_inject_styles__(inject) {
|
|
|
27209
27237
|
/* scoped */
|
|
27210
27238
|
|
|
27211
27239
|
|
|
27212
|
-
var __vue_scope_id__$2 = "data-v-
|
|
27240
|
+
var __vue_scope_id__$2 = "data-v-57e669f0";
|
|
27213
27241
|
/* module identifier */
|
|
27214
27242
|
|
|
27215
|
-
var __vue_module_identifier__$2 = "data-v-
|
|
27243
|
+
var __vue_module_identifier__$2 = "data-v-57e669f0";
|
|
27216
27244
|
/* functional template */
|
|
27217
27245
|
|
|
27218
27246
|
var __vue_is_functional_template__$2 = false;
|
|
@@ -27557,7 +27585,7 @@ var install = function installdesignSystem(Vue, options) {
|
|
|
27557
27585
|
loadFunc(componentName, component);
|
|
27558
27586
|
});
|
|
27559
27587
|
} else {
|
|
27560
|
-
Promise.resolve().then(function(){return require('./index-
|
|
27588
|
+
Promise.resolve().then(function(){return require('./index-9ce7cc2a.js')}).then(function (module) {
|
|
27561
27589
|
Object.entries(module).forEach( /*#__PURE__*/function () {
|
|
27562
27590
|
var _ref4 = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(_ref3) {
|
|
27563
27591
|
var _ref5, componentName, component;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { ak as VcAccordion, aF as VcAccountMenu, al as VcActionBar, j as VcActionList, k as VcActions, f as VcAlert, aX as VcAudioPlayer, H as VcAvatar, Z as VcBadge, U as VcBanner, x as VcBaseListItem, i as VcBottomActions, ap as VcBottomNav, q as VcBottomSheet, ae as VcBreadcrumbs, z as VcButton, A as VcButtonGroup, L as VcCard, M as VcCheckbox, o as VcChecklistItem, u as VcChip, v as VcChipList, au as VcClientItem, aj as VcColorPicker, aI as VcColumnHeader, _ as VcConfirmModal, aR as VcCounter, aJ as VcDataTable, aW as VcDatePicker, 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, aT as VcFlag, O as VcFocusArea, B as VcForm, aO as VcGallery, ac as VcGalleryItem, ad as VcGalleryList, R as VcGroupHeader, ai as VcGroupedItems, C as VcIcon, h as VcIconWithTooltip, Y as VcImage, an as VcInfiniteScroll, r as VcInputBottomSheet, aV as VcInputGroup, b as VcInputModal, t as VcInputPopover, V as VcLayout, P as VcLink, y as VcList, E as VcListEntity, Q as VcListItem, p as VcListbox, a as VcLoader, ag as VcMenu, ao as VcMenuItem, ar as VcMenuItemsGroup, ab as VcMiniBanner, m as VcMobileWizardProgress, a0 as VcModalContainer, d as VcModalFooter, e as VcModalHeader, c as VcNoticeModal, aH as VcOverlay, af as VcPageHeader, aU as VcPhoneField, s as VcPopover, at as VcPoweredBy, aN as VcPreview, as as VcProfileIndication, n as VcProgressCircular, aD as VcQuickActions, a3 as VcRadio, a2 as VcRadioGroup, aS as VcScrollShadow, w 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, l 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, g as VcTooltip, aq as VcTopMenuBar, $ as VcUpsellBlock, aE as VcWideTopMenuBar, X as VcWizard, W as VcWizardCtaContainer } from './entry-
|
|
1
|
+
export { ak as VcAccordion, aF as VcAccountMenu, al as VcActionBar, j as VcActionList, k as VcActions, f as VcAlert, aX as VcAudioPlayer, H as VcAvatar, Z as VcBadge, U as VcBanner, x as VcBaseListItem, i as VcBottomActions, ap as VcBottomNav, q as VcBottomSheet, ae as VcBreadcrumbs, z as VcButton, A as VcButtonGroup, L as VcCard, M as VcCheckbox, o as VcChecklistItem, u as VcChip, v as VcChipList, au as VcClientItem, aj as VcColorPicker, aI as VcColumnHeader, _ as VcConfirmModal, aR as VcCounter, aJ as VcDataTable, aW as VcDatePicker, 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, aT as VcFlag, O as VcFocusArea, B as VcForm, aO as VcGallery, ac as VcGalleryItem, ad as VcGalleryList, R as VcGroupHeader, ai as VcGroupedItems, C as VcIcon, h as VcIconWithTooltip, Y as VcImage, an as VcInfiniteScroll, r as VcInputBottomSheet, aV as VcInputGroup, b as VcInputModal, t as VcInputPopover, V as VcLayout, P as VcLink, y as VcList, E as VcListEntity, Q as VcListItem, p as VcListbox, a as VcLoader, ag as VcMenu, ao as VcMenuItem, ar as VcMenuItemsGroup, ab as VcMiniBanner, m as VcMobileWizardProgress, a0 as VcModalContainer, d as VcModalFooter, e as VcModalHeader, c as VcNoticeModal, aH as VcOverlay, af as VcPageHeader, aU as VcPhoneField, s as VcPopover, at as VcPoweredBy, aN as VcPreview, as as VcProfileIndication, n as VcProgressCircular, aD as VcQuickActions, a3 as VcRadio, a2 as VcRadioGroup, aS as VcScrollShadow, w 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, l 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, g as VcTooltip, aq as VcTopMenuBar, $ as VcUpsellBlock, aE as VcWideTopMenuBar, X as VcWizard, W as VcWizardCtaContainer } from './entry-24b403af.js';
|
|
2
2
|
import 'vuetify/lib';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var entry=require('./entry-
|
|
1
|
+
'use strict';var entry=require('./entry-ad5553d4.js');require('vuetify/lib');exports.VcAccordion=entry.ak;exports.VcAccountMenu=entry.aF;exports.VcActionBar=entry.al;exports.VcActionList=entry.j;exports.VcActions=entry.k;exports.VcAlert=entry.f;exports.VcAudioPlayer=entry.aX;exports.VcAvatar=entry.H;exports.VcBadge=entry.Z;exports.VcBanner=entry.U;exports.VcBaseListItem=entry.x;exports.VcBottomActions=entry.i;exports.VcBottomNav=entry.ap;exports.VcBottomSheet=entry.q;exports.VcBreadcrumbs=entry.ae;exports.VcButton=entry.z;exports.VcButtonGroup=entry.A;exports.VcCard=entry.L;exports.VcCheckbox=entry.M;exports.VcChecklistItem=entry.o;exports.VcChip=entry.u;exports.VcChipList=entry.v;exports.VcClientItem=entry.au;exports.VcColorPicker=entry.aj;exports.VcColumnHeader=entry.aI;exports.VcConfirmModal=entry._;exports.VcCounter=entry.aR;exports.VcDataTable=entry.aJ;exports.VcDatePicker=entry.aW;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.VcFlag=entry.aT;exports.VcFocusArea=entry.O;exports.VcForm=entry.B;exports.VcGallery=entry.aO;exports.VcGalleryItem=entry.ac;exports.VcGalleryList=entry.ad;exports.VcGroupHeader=entry.R;exports.VcGroupedItems=entry.ai;exports.VcIcon=entry.C;exports.VcIconWithTooltip=entry.h;exports.VcImage=entry.Y;exports.VcInfiniteScroll=entry.an;exports.VcInputBottomSheet=entry.r;exports.VcInputGroup=entry.aV;exports.VcInputModal=entry.b;exports.VcInputPopover=entry.t;exports.VcLayout=entry.V;exports.VcLink=entry.P;exports.VcList=entry.y;exports.VcListEntity=entry.E;exports.VcListItem=entry.Q;exports.VcListbox=entry.p;exports.VcLoader=entry.a;exports.VcMenu=entry.ag;exports.VcMenuItem=entry.ao;exports.VcMenuItemsGroup=entry.ar;exports.VcMiniBanner=entry.ab;exports.VcMobileWizardProgress=entry.m;exports.VcModalContainer=entry.a0;exports.VcModalFooter=entry.d;exports.VcModalHeader=entry.e;exports.VcNoticeModal=entry.c;exports.VcOverlay=entry.aH;exports.VcPageHeader=entry.af;exports.VcPhoneField=entry.aU;exports.VcPopover=entry.s;exports.VcPoweredBy=entry.at;exports.VcPreview=entry.aN;exports.VcProfileIndication=entry.as;exports.VcProgressCircular=entry.n;exports.VcQuickActions=entry.aD;exports.VcRadio=entry.a3;exports.VcRadioGroup=entry.a2;exports.VcScrollShadow=entry.aS;exports.VcSearchBar=entry.w;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.l;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.g;exports.VcTopMenuBar=entry.aq;exports.VcUpsellBlock=entry.$;exports.VcWideTopMenuBar=entry.aE;exports.VcWizard=entry.X;exports.VcWizardCtaContainer=entry.W;
|