@vcita/design-system 1.1.6 → 1.1.7-beta.1
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 +1097 -896
- package/dist/@vcita/design-system.min.js +2 -2
- package/dist/@vcita/design-system.ssr.js +1000 -796
- package/init/DesignSystem.js +8 -2
- package/package.json +1 -1
- package/src/components/VcDocItem/VcDocItem.vue +1 -1
- package/src/components/VcSearchPicker/VcSearchPicker.spec.js +15 -0
- package/src/components/VcSearchPicker/VcSearchPicker.stories.js +5 -0
- package/src/components/VcSearchPicker/VcSearchPicker.vue +10 -3
- package/src/components/VcSearchPicker/mockData.js +1 -1
- package/src/components/VcTabs/VcTabs.spec.js +57 -0
- package/src/components/VcTabs/VcTabs.stories.js +182 -0
- package/src/components/VcTabs/VcTabs.vue +125 -0
- package/src/components/VcUpsellBlock/VcUpsellBlock.stories.js +24 -0
- package/src/components/index.js +1 -0
- package/src/components/wizard/VcWizard/VcWizard.stories.js +2 -2
- package/src/stories/welcome.stories.mdx +0 -6
- package/styles/variables.scss +0 -4
|
@@ -192,7 +192,7 @@ function _createForOfIteratorHelper(o, allowArrayLike) {
|
|
|
192
192
|
//
|
|
193
193
|
//
|
|
194
194
|
//
|
|
195
|
-
var script
|
|
195
|
+
var script$10 = {
|
|
196
196
|
components: {
|
|
197
197
|
VDialog: lib.VDialog
|
|
198
198
|
},
|
|
@@ -332,10 +332,10 @@ function renderStyles(styles) {
|
|
|
332
332
|
}
|
|
333
333
|
return css;
|
|
334
334
|
}/* script */
|
|
335
|
-
var __vue_script__
|
|
335
|
+
var __vue_script__$10 = script$10;
|
|
336
336
|
/* template */
|
|
337
337
|
|
|
338
|
-
var __vue_render__$
|
|
338
|
+
var __vue_render__$Z = function __vue_render__() {
|
|
339
339
|
var _vm = this;
|
|
340
340
|
|
|
341
341
|
var _h = _vm.$createElement;
|
|
@@ -370,10 +370,10 @@ var __vue_render__$Y = function __vue_render__() {
|
|
|
370
370
|
}, [_vm._t("default")], 2);
|
|
371
371
|
};
|
|
372
372
|
|
|
373
|
-
var __vue_staticRenderFns__$
|
|
373
|
+
var __vue_staticRenderFns__$Z = [];
|
|
374
374
|
/* style */
|
|
375
375
|
|
|
376
|
-
var __vue_inject_styles__
|
|
376
|
+
var __vue_inject_styles__$10 = function __vue_inject_styles__(inject) {
|
|
377
377
|
if (!inject) return;
|
|
378
378
|
inject("data-v-2f9f1f74_0", {
|
|
379
379
|
source: ".VcModalWrapper{position:relative;width:auto;background-color:var(--modal-bg-color);box-shadow:var(--modal-box-shadow)}@media screen and (min-width:960px){.VcModalWrapper{margin:0 24px}.VcModalWrapper.offset{left:var(--modal-desktop-offset)}#app[dir=rtl] .VcModalWrapper.offset{left:auto;right:var(--modal-desktop-offset)}}",
|
|
@@ -384,21 +384,21 @@ var __vue_inject_styles__$$ = function __vue_inject_styles__(inject) {
|
|
|
384
384
|
/* scoped */
|
|
385
385
|
|
|
386
386
|
|
|
387
|
-
var __vue_scope_id__
|
|
387
|
+
var __vue_scope_id__$10 = undefined;
|
|
388
388
|
/* module identifier */
|
|
389
389
|
|
|
390
|
-
var __vue_module_identifier__
|
|
390
|
+
var __vue_module_identifier__$10 = "data-v-2f9f1f74";
|
|
391
391
|
/* functional template */
|
|
392
392
|
|
|
393
|
-
var __vue_is_functional_template__
|
|
393
|
+
var __vue_is_functional_template__$10 = false;
|
|
394
394
|
/* style inject shadow dom */
|
|
395
395
|
|
|
396
|
-
var __vue_component__$
|
|
397
|
-
render: __vue_render__$
|
|
398
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
399
|
-
}, __vue_inject_styles__
|
|
396
|
+
var __vue_component__$1v = /*#__PURE__*/normalizeComponent({
|
|
397
|
+
render: __vue_render__$Z,
|
|
398
|
+
staticRenderFns: __vue_staticRenderFns__$Z
|
|
399
|
+
}, __vue_inject_styles__$10, __vue_script__$10, __vue_scope_id__$10, __vue_is_functional_template__$10, __vue_module_identifier__$10, false, undefined, createInjectorSSR, undefined);
|
|
400
400
|
|
|
401
|
-
var VcModalWrapper = __vue_component__$
|
|
401
|
+
var VcModalWrapper = __vue_component__$1v;var script$$ = {
|
|
402
402
|
name: "VcIcon",
|
|
403
403
|
props: {
|
|
404
404
|
dataQa: {
|
|
@@ -416,30 +416,30 @@ var VcModalWrapper = __vue_component__$1t;var script$_ = {
|
|
|
416
416
|
return createElement('v-icon', props, this.$slots.default);
|
|
417
417
|
}
|
|
418
418
|
};/* script */
|
|
419
|
-
var __vue_script__
|
|
419
|
+
var __vue_script__$$ = script$$;
|
|
420
420
|
/* template */
|
|
421
421
|
|
|
422
422
|
/* style */
|
|
423
423
|
|
|
424
|
-
var __vue_inject_styles__
|
|
424
|
+
var __vue_inject_styles__$$ = undefined;
|
|
425
425
|
/* scoped */
|
|
426
426
|
|
|
427
|
-
var __vue_scope_id__
|
|
427
|
+
var __vue_scope_id__$$ = undefined;
|
|
428
428
|
/* module identifier */
|
|
429
429
|
|
|
430
|
-
var __vue_module_identifier__
|
|
430
|
+
var __vue_module_identifier__$$ = "data-v-365c8ada";
|
|
431
431
|
/* functional template */
|
|
432
432
|
|
|
433
|
-
var __vue_is_functional_template__
|
|
433
|
+
var __vue_is_functional_template__$$ = undefined;
|
|
434
434
|
/* style inject */
|
|
435
435
|
|
|
436
436
|
/* style inject SSR */
|
|
437
437
|
|
|
438
438
|
/* style inject shadow dom */
|
|
439
439
|
|
|
440
|
-
var __vue_component__$
|
|
440
|
+
var __vue_component__$1u = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$$, __vue_script__$$, __vue_scope_id__$$, __vue_is_functional_template__$$, __vue_module_identifier__$$, false, undefined, undefined, undefined);
|
|
441
441
|
|
|
442
|
-
var VcIcon = __vue_component__$
|
|
442
|
+
var VcIcon = __vue_component__$1u;var script$_ = {
|
|
443
443
|
name: "VcButton",
|
|
444
444
|
components: {
|
|
445
445
|
VcIcon: VcIcon,
|
|
@@ -554,10 +554,10 @@ var VcIcon = __vue_component__$1s;var script$Z = {
|
|
|
554
554
|
}
|
|
555
555
|
}
|
|
556
556
|
};/* script */
|
|
557
|
-
var __vue_script__$
|
|
557
|
+
var __vue_script__$_ = script$_;
|
|
558
558
|
/* template */
|
|
559
559
|
|
|
560
|
-
var __vue_render__$
|
|
560
|
+
var __vue_render__$Y = function __vue_render__() {
|
|
561
561
|
var _vm = this;
|
|
562
562
|
|
|
563
563
|
var _h = _vm.$createElement;
|
|
@@ -603,10 +603,10 @@ var __vue_render__$X = function __vue_render__() {
|
|
|
603
603
|
}), _vm._v("\n " + _vm._s(_vm.label || _vm.$slots.default && _vm.$slots.default[0].text || "") + "\n "), _vm._t("append")], 2);
|
|
604
604
|
};
|
|
605
605
|
|
|
606
|
-
var __vue_staticRenderFns__$
|
|
606
|
+
var __vue_staticRenderFns__$Y = [];
|
|
607
607
|
/* style */
|
|
608
608
|
|
|
609
|
-
var __vue_inject_styles__$
|
|
609
|
+
var __vue_inject_styles__$_ = function __vue_inject_styles__(inject) {
|
|
610
610
|
if (!inject) return;
|
|
611
611
|
inject("data-v-1b007814_0", {
|
|
612
612
|
source: ".VcButton[data-v-1b007814]{letter-spacing:var(--letter-spacing)}.VcButton[data-v-1b007814]:disabled{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}.VcButton .prependDefaultIcon[data-v-1b007814]{margin-inline-end:var(--size-value3)}.VcButton .prependDefaultIcon[data-v-1b007814] svg{fill:currentColor}.VcButton.secondary__text[data-v-1b007814]{color:var(--gray-darken-5)!important;border-color:var(--neutral-lighten-1)}",
|
|
@@ -617,21 +617,21 @@ var __vue_inject_styles__$Z = function __vue_inject_styles__(inject) {
|
|
|
617
617
|
/* scoped */
|
|
618
618
|
|
|
619
619
|
|
|
620
|
-
var __vue_scope_id__$
|
|
620
|
+
var __vue_scope_id__$_ = "data-v-1b007814";
|
|
621
621
|
/* module identifier */
|
|
622
622
|
|
|
623
|
-
var __vue_module_identifier__$
|
|
623
|
+
var __vue_module_identifier__$_ = "data-v-1b007814";
|
|
624
624
|
/* functional template */
|
|
625
625
|
|
|
626
|
-
var __vue_is_functional_template__$
|
|
626
|
+
var __vue_is_functional_template__$_ = false;
|
|
627
627
|
/* style inject shadow dom */
|
|
628
628
|
|
|
629
|
-
var __vue_component__$
|
|
630
|
-
render: __vue_render__$
|
|
631
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
632
|
-
}, __vue_inject_styles__$
|
|
629
|
+
var __vue_component__$1t = /*#__PURE__*/normalizeComponent({
|
|
630
|
+
render: __vue_render__$Y,
|
|
631
|
+
staticRenderFns: __vue_staticRenderFns__$Y
|
|
632
|
+
}, __vue_inject_styles__$_, __vue_script__$_, __vue_scope_id__$_, __vue_is_functional_template__$_, __vue_module_identifier__$_, false, undefined, createInjectorSSR, undefined);
|
|
633
633
|
|
|
634
|
-
var VcButton = __vue_component__$
|
|
634
|
+
var VcButton = __vue_component__$1t;var script$Z = {
|
|
635
635
|
name: 'VcModalContainer',
|
|
636
636
|
components: {
|
|
637
637
|
VcButton: VcButton,
|
|
@@ -683,10 +683,10 @@ var VcButton = __vue_component__$1r;var script$Y = {
|
|
|
683
683
|
}
|
|
684
684
|
}
|
|
685
685
|
};/* script */
|
|
686
|
-
var __vue_script__$
|
|
686
|
+
var __vue_script__$Z = script$Z;
|
|
687
687
|
/* template */
|
|
688
688
|
|
|
689
|
-
var __vue_render__$
|
|
689
|
+
var __vue_render__$X = function __vue_render__() {
|
|
690
690
|
var _vm = this;
|
|
691
691
|
|
|
692
692
|
var _h = _vm.$createElement;
|
|
@@ -759,10 +759,10 @@ var __vue_render__$W = function __vue_render__() {
|
|
|
759
759
|
}, [_vm._t("footer")], 2) : _vm._e()])]], 2) : _vm._e();
|
|
760
760
|
};
|
|
761
761
|
|
|
762
|
-
var __vue_staticRenderFns__$
|
|
762
|
+
var __vue_staticRenderFns__$X = [];
|
|
763
763
|
/* style */
|
|
764
764
|
|
|
765
|
-
var __vue_inject_styles__$
|
|
765
|
+
var __vue_inject_styles__$Z = function __vue_inject_styles__(inject) {
|
|
766
766
|
if (!inject) return;
|
|
767
767
|
inject("data-v-ddd97b66_0", {
|
|
768
768
|
source: ".VcModalContainer{overflow-y:hidden;height:auto;min-height:100px;min-width:300px;display:flex}.VcModalContainer.sm{width:var(--modal-width-small)}.VcModalContainer.md{width:var(--modal-width-medium)}.VcModalContainer.lg{width:var(--modal-width-large)}.VcModalContainer.xl{width:var(--modal-width-x-large)}.VcModalContainer.responsive{width:100%;margin:0 24px}.VcModalContainer .VcModalContainerContent,.VcModalContainer footer,.VcModalContainer header{flex-shrink:0}.VcModalContainer header{display:flex;justify-content:space-between}.VcModalContainer header .VcModalCloseButton{position:absolute;z-index:1;inset-inline-end:5px;top:var(--size-value2)}.VcModalContainer header .VcModalCloseButton .VcIcon{font-size:22px}.VcModalContainer header.showDivider{border-bottom:1px solid rgba(0,0,0,.12)}.VcModalContainer .VcModalContainerContent{overflow-y:auto;overflow-x:hidden;height:calc(100% - 138px);line-height:var(--size-value6);flex-grow:1;font-size:var(--font-size-small);padding:0 var(--size-value6) var(--size-value6)}.VcModalContainer footer{padding:var(--size-value3) var(--size-value4) var(--size-value3);text-align:right}#app[dir=rtl] .VcModalContainer footer{text-align:left}.VcModalContainer footer.showDivider{border-top:1px solid rgba(0,0,0,.12)}@media screen and (min-width:960px){.VcModalContainer footer{padding:var(--size-value3) var(--size-value6) var(--size-value3)}}.VcModalContainer.notice header,.VcModalContainer.prominent header{font-weight:var(--font-weight-xl);font-size:var(--font-size-medium2);padding-bottom:0;padding-top:var(--size-value10)}.VcModalContainer.notice .VcModalContainerContent,.VcModalContainer.prominent .VcModalContainerContent{padding:0;min-height:168px;height:calc(100% - 497px)}@media screen and (min-width:960px){.VcModalContainer.notice .VcModalContainerContent,.VcModalContainer.prominent .VcModalContainerContent{margin-bottom:var(--size-value2)}}.VcModalContainer.notice footer,.VcModalContainer.prominent footer{padding-top:var(--size-value3);padding-bottom:0}.VcModalContainer.notice.responsive .VcModalContainerContent,.VcModalContainer.notice.sm .VcModalContainerContent,.VcModalContainer.prominent.responsive .VcModalContainerContent,.VcModalContainer.prominent.sm .VcModalContainerContent{margin-left:var(--size-value6);padding-right:var(--size-value6)}.VcModalContainer.notice.md .VcModalContainerContent,.VcModalContainer.prominent.md .VcModalContainerContent{margin-left:var(--size-value10);padding-right:var(--size-value10)}.VcModalContainer.notice.lg header,.VcModalContainer.prominent.lg header{height:initial}.VcModalContainer.notice.lg .VcModalContainerContent,.VcModalContainer.prominent.lg .VcModalContainerContent{min-height:0;margin-left:var(--size-value16);padding-right:var(--size-value16)}.VcModalContainer.prominent .VcModalContainerContent{margin-bottom:var(--size-value6)}.VcModalContainer.input.responsive{height:100%;margin:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.VcModalContainer.input .VcModalContainerContent{padding:0}",
|
|
@@ -773,21 +773,21 @@ var __vue_inject_styles__$Y = function __vue_inject_styles__(inject) {
|
|
|
773
773
|
/* scoped */
|
|
774
774
|
|
|
775
775
|
|
|
776
|
-
var __vue_scope_id__$
|
|
776
|
+
var __vue_scope_id__$Z = undefined;
|
|
777
777
|
/* module identifier */
|
|
778
778
|
|
|
779
|
-
var __vue_module_identifier__$
|
|
779
|
+
var __vue_module_identifier__$Z = "data-v-ddd97b66";
|
|
780
780
|
/* functional template */
|
|
781
781
|
|
|
782
|
-
var __vue_is_functional_template__$
|
|
782
|
+
var __vue_is_functional_template__$Z = false;
|
|
783
783
|
/* style inject shadow dom */
|
|
784
784
|
|
|
785
|
-
var __vue_component__$
|
|
786
|
-
render: __vue_render__$
|
|
787
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
788
|
-
}, __vue_inject_styles__$
|
|
785
|
+
var __vue_component__$1s = /*#__PURE__*/normalizeComponent({
|
|
786
|
+
render: __vue_render__$X,
|
|
787
|
+
staticRenderFns: __vue_staticRenderFns__$X
|
|
788
|
+
}, __vue_inject_styles__$Z, __vue_script__$Z, __vue_scope_id__$Z, __vue_is_functional_template__$Z, __vue_module_identifier__$Z, false, undefined, createInjectorSSR, undefined);
|
|
789
789
|
|
|
790
|
-
var VcModalContainer = __vue_component__$
|
|
790
|
+
var VcModalContainer = __vue_component__$1s;var script$Y = {
|
|
791
791
|
name: "VcLayout",
|
|
792
792
|
render: function render(createElement) {
|
|
793
793
|
// `<v-layout><slot></slot></v-layout>`
|
|
@@ -798,30 +798,30 @@ var VcModalContainer = __vue_component__$1q;var script$X = {
|
|
|
798
798
|
return createElement('v-layout', props, this.$slots.default);
|
|
799
799
|
}
|
|
800
800
|
};/* script */
|
|
801
|
-
var __vue_script__$
|
|
801
|
+
var __vue_script__$Y = script$Y;
|
|
802
802
|
/* template */
|
|
803
803
|
|
|
804
804
|
/* style */
|
|
805
805
|
|
|
806
|
-
var __vue_inject_styles__$
|
|
806
|
+
var __vue_inject_styles__$Y = undefined;
|
|
807
807
|
/* scoped */
|
|
808
808
|
|
|
809
|
-
var __vue_scope_id__$
|
|
809
|
+
var __vue_scope_id__$Y = "data-v-0751575a";
|
|
810
810
|
/* module identifier */
|
|
811
811
|
|
|
812
|
-
var __vue_module_identifier__$
|
|
812
|
+
var __vue_module_identifier__$Y = "data-v-0751575a";
|
|
813
813
|
/* functional template */
|
|
814
814
|
|
|
815
|
-
var __vue_is_functional_template__$
|
|
815
|
+
var __vue_is_functional_template__$Y = undefined;
|
|
816
816
|
/* style inject */
|
|
817
817
|
|
|
818
818
|
/* style inject SSR */
|
|
819
819
|
|
|
820
820
|
/* style inject shadow dom */
|
|
821
821
|
|
|
822
|
-
var __vue_component__$
|
|
822
|
+
var __vue_component__$1r = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$Y, __vue_script__$Y, __vue_scope_id__$Y, __vue_is_functional_template__$Y, __vue_module_identifier__$Y, false, undefined, undefined, undefined);
|
|
823
823
|
|
|
824
|
-
var VcLayout = __vue_component__$
|
|
824
|
+
var VcLayout = __vue_component__$1r;var script$X = {
|
|
825
825
|
name: "VcModalFooter",
|
|
826
826
|
components: {
|
|
827
827
|
VcLayout: VcLayout,
|
|
@@ -860,10 +860,10 @@ var VcLayout = __vue_component__$1p;var script$W = {
|
|
|
860
860
|
}
|
|
861
861
|
}
|
|
862
862
|
};/* script */
|
|
863
|
-
var __vue_script__$
|
|
863
|
+
var __vue_script__$X = script$X;
|
|
864
864
|
/* template */
|
|
865
865
|
|
|
866
|
-
var __vue_render__$
|
|
866
|
+
var __vue_render__$W = function __vue_render__() {
|
|
867
867
|
var _vm = this;
|
|
868
868
|
|
|
869
869
|
var _h = _vm.$createElement;
|
|
@@ -899,10 +899,10 @@ var __vue_render__$V = function __vue_render__() {
|
|
|
899
899
|
}), 1);
|
|
900
900
|
};
|
|
901
901
|
|
|
902
|
-
var __vue_staticRenderFns__$
|
|
902
|
+
var __vue_staticRenderFns__$W = [];
|
|
903
903
|
/* style */
|
|
904
904
|
|
|
905
|
-
var __vue_inject_styles__$
|
|
905
|
+
var __vue_inject_styles__$X = function __vue_inject_styles__(inject) {
|
|
906
906
|
if (!inject) return;
|
|
907
907
|
inject("data-v-2818e350_0", {
|
|
908
908
|
source: ".VcModalFooter.vertical .VcFooterButton[data-v-2818e350]{width:100%;margin-bottom:var(--size-value2)}.VcModalFooter.vertical .VcFooterButton[data-v-2818e350]:last-of-type{margin-bottom:0}@media screen and (min-width:960px){.VcModalFooter.vertical .VcFooterButton[data-v-2818e350]{width:auto}}.VcModalFooter.horizontal .VcFooterButton[data-v-2818e350]{flex-basis:0;flex-grow:1}.VcModalFooter.horizontal .VcFooterButton[data-v-2818e350]:first-of-type{margin-left:0}.VcModalFooter.horizontal .VcFooterButton[data-v-2818e350]:last-of-type{margin-right:0}@media screen and (min-width:960px){.VcModalFooter.horizontal .VcFooterButton[data-v-2818e350]{flex-basis:auto;flex-grow:0}}.VcModalFooter .VcFooterButton[data-v-2818e350]{margin-left:var(--size-value1);margin-right:var(--size-value1)}",
|
|
@@ -913,21 +913,21 @@ var __vue_inject_styles__$W = function __vue_inject_styles__(inject) {
|
|
|
913
913
|
/* scoped */
|
|
914
914
|
|
|
915
915
|
|
|
916
|
-
var __vue_scope_id__$
|
|
916
|
+
var __vue_scope_id__$X = "data-v-2818e350";
|
|
917
917
|
/* module identifier */
|
|
918
918
|
|
|
919
|
-
var __vue_module_identifier__$
|
|
919
|
+
var __vue_module_identifier__$X = "data-v-2818e350";
|
|
920
920
|
/* functional template */
|
|
921
921
|
|
|
922
|
-
var __vue_is_functional_template__$
|
|
922
|
+
var __vue_is_functional_template__$X = false;
|
|
923
923
|
/* style inject shadow dom */
|
|
924
924
|
|
|
925
|
-
var __vue_component__$
|
|
926
|
-
render: __vue_render__$
|
|
927
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
928
|
-
}, __vue_inject_styles__$
|
|
925
|
+
var __vue_component__$1q = /*#__PURE__*/normalizeComponent({
|
|
926
|
+
render: __vue_render__$W,
|
|
927
|
+
staticRenderFns: __vue_staticRenderFns__$W
|
|
928
|
+
}, __vue_inject_styles__$X, __vue_script__$X, __vue_scope_id__$X, __vue_is_functional_template__$X, __vue_module_identifier__$X, false, undefined, createInjectorSSR, undefined);
|
|
929
929
|
|
|
930
|
-
var VcModalFooter = __vue_component__$
|
|
930
|
+
var VcModalFooter = __vue_component__$1q;var script$W = {
|
|
931
931
|
name: "VcModalHeader",
|
|
932
932
|
components: {
|
|
933
933
|
VcLayout: VcLayout,
|
|
@@ -994,10 +994,10 @@ var VcModalFooter = __vue_component__$1o;var script$V = {
|
|
|
994
994
|
}
|
|
995
995
|
}
|
|
996
996
|
};/* script */
|
|
997
|
-
var __vue_script__$
|
|
997
|
+
var __vue_script__$W = script$W;
|
|
998
998
|
/* template */
|
|
999
999
|
|
|
1000
|
-
var __vue_render__$
|
|
1000
|
+
var __vue_render__$V = function __vue_render__() {
|
|
1001
1001
|
var _vm = this;
|
|
1002
1002
|
|
|
1003
1003
|
var _h = _vm.$createElement;
|
|
@@ -1124,10 +1124,10 @@ var __vue_render__$U = function __vue_render__() {
|
|
|
1124
1124
|
}) : _vm._e()], 2);
|
|
1125
1125
|
};
|
|
1126
1126
|
|
|
1127
|
-
var __vue_staticRenderFns__$
|
|
1127
|
+
var __vue_staticRenderFns__$V = [];
|
|
1128
1128
|
/* style */
|
|
1129
1129
|
|
|
1130
|
-
var __vue_inject_styles__$
|
|
1130
|
+
var __vue_inject_styles__$W = function __vue_inject_styles__(inject) {
|
|
1131
1131
|
if (!inject) return;
|
|
1132
1132
|
inject("data-v-12fac24f_0", {
|
|
1133
1133
|
source: ".VcHeader[data-v-12fac24f]{padding:var(--size-value4);font-weight:var(--font-weight-large);font-size:var(--font-size-medium);line-height:var(--size-value7);letter-spacing:var(--letter-spacing)}@media screen and (min-width:960px){.VcHeader[data-v-12fac24f]{padding:var(--size-value4) var(--size-value4) var(--size-value4) var(--size-value6)}}.VcHeader.no-close-button[data-v-12fac24f]{font-weight:var(--font-weight-large2);font-size:var(--font-size-small2);padding:var(--size-value4) var(--size-value6) var(--size-value0)}.VcHeader.no-close-button.input[data-v-12fac24f]{padding-block-end:var(--size-value0)}.VcHeader .VcHeaderImage[data-v-12fac24f]{width:var(--size-value8);margin-right:var(--size-value3);padding:5px;border:1px solid var(--gray-lighten-1);box-sizing:border-box;border-radius:var(--border-radius)}.VcHeader .VcHeaderTopTitle[data-v-12fac24f]{font-size:11px;font-weight:var(--font-weight-medium);line-height:var(--size-value3);color:var(--gray-darken-3)}.VcHeader .VcHeaderTitleWithPadding[data-v-12fac24f]{padding-left:var(--size-value6)}.VcHeader .VcHeaderDescription[data-v-12fac24f]{font-size:var(--font-size-xx-small);font-weight:var(--font-weight-medium);line-height:var(--size-value4);color:var(--gray-darken-4)}.VcHeader .VcHeaderSubtitle[data-v-12fac24f]{font-size:var(--font-size-small2);font-weight:var(--font-weight-medium);color:var(--gray-darken-5);padding-left:var(--size-value2)}.VcHeader.confirm[data-v-12fac24f]{font-weight:var(--font-weight-large);font-size:var(--font-size-medium);line-height:var(--size-value7);display:flex;align-items:flex-end;letter-spacing:var(--letter-spacing);color:var(--gray-darken-5);padding-inline:var(--size-value6) var(--size-value4)}@media screen and (min-width:960px){.VcHeader.confirm[data-v-12fac24f]{font-weight:var(--font-weight-large2);padding-bottom:var(--size-value1);padding-top:var(--size-value6)}}.VcHeader.confirm .VcHeaderButton[data-v-12fac24f],.VcHeader.input .VcHeaderButton[data-v-12fac24f]{max-height:24px;margin-right:var(--size-value3)}.VcHeader.confirm .VcRightButton[data-v-12fac24f],.VcHeader.input .VcRightButton[data-v-12fac24f]{max-height:24px}.VcHeader.confirm .VcHeaderIcon[data-v-12fac24f],.VcHeader.input .VcHeaderIcon[data-v-12fac24f]{padding-right:var(--size-value3);font-size:var(--font-size-medium)}.VcHeader.confirm .VcHeaderRightIcon[data-v-12fac24f] path,.VcHeader.confirm .VcHeaderRightIcon[data-v-12fac24f] svg,.VcHeader.input .VcHeaderRightIcon[data-v-12fac24f] path,.VcHeader.input .VcHeaderRightIcon[data-v-12fac24f] svg{fill:var(--gray-darken-3)}@media screen and (min-width:960px){.VcHeader.input[data-v-12fac24f]{padding-bottom:var(--size-value3)}}.VcHeader .close-button[data-v-12fac24f]{height:var(--size-value3);width:var(--size-value3);padding:unset}.VcHeader .close-button .mobile-close-icon[data-v-12fac24f]{fill:var(--gray-darken-2);width:var(--size-value3)}",
|
|
@@ -1138,21 +1138,21 @@ var __vue_inject_styles__$V = function __vue_inject_styles__(inject) {
|
|
|
1138
1138
|
/* scoped */
|
|
1139
1139
|
|
|
1140
1140
|
|
|
1141
|
-
var __vue_scope_id__$
|
|
1141
|
+
var __vue_scope_id__$W = "data-v-12fac24f";
|
|
1142
1142
|
/* module identifier */
|
|
1143
1143
|
|
|
1144
|
-
var __vue_module_identifier__$
|
|
1144
|
+
var __vue_module_identifier__$W = "data-v-12fac24f";
|
|
1145
1145
|
/* functional template */
|
|
1146
1146
|
|
|
1147
|
-
var __vue_is_functional_template__$
|
|
1147
|
+
var __vue_is_functional_template__$W = false;
|
|
1148
1148
|
/* style inject shadow dom */
|
|
1149
1149
|
|
|
1150
|
-
var __vue_component__$
|
|
1151
|
-
render: __vue_render__$
|
|
1152
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1153
|
-
}, __vue_inject_styles__$
|
|
1150
|
+
var __vue_component__$1p = /*#__PURE__*/normalizeComponent({
|
|
1151
|
+
render: __vue_render__$V,
|
|
1152
|
+
staticRenderFns: __vue_staticRenderFns__$V
|
|
1153
|
+
}, __vue_inject_styles__$W, __vue_script__$W, __vue_scope_id__$W, __vue_is_functional_template__$W, __vue_module_identifier__$W, false, undefined, createInjectorSSR, undefined);
|
|
1154
1154
|
|
|
1155
|
-
var VcModalHeader = __vue_component__$
|
|
1155
|
+
var VcModalHeader = __vue_component__$1p;var script$V = {
|
|
1156
1156
|
name: "VcConfirmModal",
|
|
1157
1157
|
components: {
|
|
1158
1158
|
VcModalHeader: VcModalHeader,
|
|
@@ -1216,10 +1216,10 @@ var VcModalHeader = __vue_component__$1n;var script$U = {
|
|
|
1216
1216
|
}
|
|
1217
1217
|
}
|
|
1218
1218
|
};/* script */
|
|
1219
|
-
var __vue_script__$
|
|
1219
|
+
var __vue_script__$V = script$V;
|
|
1220
1220
|
/* template */
|
|
1221
1221
|
|
|
1222
|
-
var __vue_render__$
|
|
1222
|
+
var __vue_render__$U = function __vue_render__() {
|
|
1223
1223
|
var _vm = this;
|
|
1224
1224
|
|
|
1225
1225
|
var _h = _vm.$createElement;
|
|
@@ -1302,31 +1302,31 @@ var __vue_render__$T = function __vue_render__() {
|
|
|
1302
1302
|
});
|
|
1303
1303
|
};
|
|
1304
1304
|
|
|
1305
|
-
var __vue_staticRenderFns__$
|
|
1305
|
+
var __vue_staticRenderFns__$U = [];
|
|
1306
1306
|
/* style */
|
|
1307
1307
|
|
|
1308
|
-
var __vue_inject_styles__$
|
|
1308
|
+
var __vue_inject_styles__$V = undefined;
|
|
1309
1309
|
/* scoped */
|
|
1310
1310
|
|
|
1311
|
-
var __vue_scope_id__$
|
|
1311
|
+
var __vue_scope_id__$V = "data-v-5b1ba5c6";
|
|
1312
1312
|
/* module identifier */
|
|
1313
1313
|
|
|
1314
|
-
var __vue_module_identifier__$
|
|
1314
|
+
var __vue_module_identifier__$V = "data-v-5b1ba5c6";
|
|
1315
1315
|
/* functional template */
|
|
1316
1316
|
|
|
1317
|
-
var __vue_is_functional_template__$
|
|
1317
|
+
var __vue_is_functional_template__$V = false;
|
|
1318
1318
|
/* style inject */
|
|
1319
1319
|
|
|
1320
1320
|
/* style inject SSR */
|
|
1321
1321
|
|
|
1322
1322
|
/* style inject shadow dom */
|
|
1323
1323
|
|
|
1324
|
-
var __vue_component__$
|
|
1325
|
-
render: __vue_render__$
|
|
1326
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1327
|
-
}, __vue_inject_styles__$
|
|
1324
|
+
var __vue_component__$1n = /*#__PURE__*/normalizeComponent({
|
|
1325
|
+
render: __vue_render__$U,
|
|
1326
|
+
staticRenderFns: __vue_staticRenderFns__$U
|
|
1327
|
+
}, __vue_inject_styles__$V, __vue_script__$V, __vue_scope_id__$V, __vue_is_functional_template__$V, __vue_module_identifier__$V, false, undefined, undefined, undefined);
|
|
1328
1328
|
|
|
1329
|
-
var __vue_component__$
|
|
1329
|
+
var __vue_component__$1o = __vue_component__$1n;var script$U = {
|
|
1330
1330
|
name: "VcForm",
|
|
1331
1331
|
methods: {
|
|
1332
1332
|
validate: function validate() {
|
|
@@ -1343,30 +1343,30 @@ var __vue_component__$1m = __vue_component__$1l;var script$T = {
|
|
|
1343
1343
|
return this.form;
|
|
1344
1344
|
}
|
|
1345
1345
|
};/* script */
|
|
1346
|
-
var __vue_script__$
|
|
1346
|
+
var __vue_script__$U = script$U;
|
|
1347
1347
|
/* template */
|
|
1348
1348
|
|
|
1349
1349
|
/* style */
|
|
1350
1350
|
|
|
1351
|
-
var __vue_inject_styles__$
|
|
1351
|
+
var __vue_inject_styles__$U = undefined;
|
|
1352
1352
|
/* scoped */
|
|
1353
1353
|
|
|
1354
|
-
var __vue_scope_id__$
|
|
1354
|
+
var __vue_scope_id__$U = "data-v-398cf17d";
|
|
1355
1355
|
/* module identifier */
|
|
1356
1356
|
|
|
1357
|
-
var __vue_module_identifier__$
|
|
1357
|
+
var __vue_module_identifier__$U = "data-v-398cf17d";
|
|
1358
1358
|
/* functional template */
|
|
1359
1359
|
|
|
1360
|
-
var __vue_is_functional_template__$
|
|
1360
|
+
var __vue_is_functional_template__$U = undefined;
|
|
1361
1361
|
/* style inject */
|
|
1362
1362
|
|
|
1363
1363
|
/* style inject SSR */
|
|
1364
1364
|
|
|
1365
1365
|
/* style inject shadow dom */
|
|
1366
1366
|
|
|
1367
|
-
var __vue_component__$
|
|
1367
|
+
var __vue_component__$1m = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$U, __vue_script__$U, __vue_scope_id__$U, __vue_is_functional_template__$U, __vue_module_identifier__$U, false, undefined, undefined, undefined);
|
|
1368
1368
|
|
|
1369
|
-
var VcForm = __vue_component__$
|
|
1369
|
+
var VcForm = __vue_component__$1m;var script$T = {
|
|
1370
1370
|
name: "VcInputModal",
|
|
1371
1371
|
components: {
|
|
1372
1372
|
VcForm: VcForm,
|
|
@@ -1469,10 +1469,10 @@ var VcForm = __vue_component__$1k;var script$S = {
|
|
|
1469
1469
|
}
|
|
1470
1470
|
}
|
|
1471
1471
|
};/* script */
|
|
1472
|
-
var __vue_script__$
|
|
1472
|
+
var __vue_script__$T = script$T;
|
|
1473
1473
|
/* template */
|
|
1474
1474
|
|
|
1475
|
-
var __vue_render__$
|
|
1475
|
+
var __vue_render__$T = function __vue_render__() {
|
|
1476
1476
|
var _vm = this;
|
|
1477
1477
|
|
|
1478
1478
|
var _h = _vm.$createElement;
|
|
@@ -1576,10 +1576,10 @@ var __vue_render__$S = function __vue_render__() {
|
|
|
1576
1576
|
});
|
|
1577
1577
|
};
|
|
1578
1578
|
|
|
1579
|
-
var __vue_staticRenderFns__$
|
|
1579
|
+
var __vue_staticRenderFns__$T = [];
|
|
1580
1580
|
/* style */
|
|
1581
1581
|
|
|
1582
|
-
var __vue_inject_styles__$
|
|
1582
|
+
var __vue_inject_styles__$T = function __vue_inject_styles__(inject) {
|
|
1583
1583
|
if (!inject) return;
|
|
1584
1584
|
inject("data-v-fccf3a1a_0", {
|
|
1585
1585
|
source: ".VcInputForm-layout .VcInputForm-main[data-v-fccf3a1a]{width:100%;max-width:100%;padding:var(--size-value6)}.VcInputForm-layout .VcInputForm-additional[data-v-fccf3a1a]{min-width:324px;padding:var(--size-value6);background:#f8f9fb;border-left:1px solid rgba(0,0,0,.12)}",
|
|
@@ -1590,21 +1590,21 @@ var __vue_inject_styles__$S = function __vue_inject_styles__(inject) {
|
|
|
1590
1590
|
/* scoped */
|
|
1591
1591
|
|
|
1592
1592
|
|
|
1593
|
-
var __vue_scope_id__$
|
|
1593
|
+
var __vue_scope_id__$T = "data-v-fccf3a1a";
|
|
1594
1594
|
/* module identifier */
|
|
1595
1595
|
|
|
1596
|
-
var __vue_module_identifier__$
|
|
1596
|
+
var __vue_module_identifier__$T = "data-v-fccf3a1a";
|
|
1597
1597
|
/* functional template */
|
|
1598
1598
|
|
|
1599
|
-
var __vue_is_functional_template__$
|
|
1599
|
+
var __vue_is_functional_template__$T = false;
|
|
1600
1600
|
/* style inject shadow dom */
|
|
1601
1601
|
|
|
1602
|
-
var __vue_component__$
|
|
1603
|
-
render: __vue_render__$
|
|
1604
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1605
|
-
}, __vue_inject_styles__$
|
|
1602
|
+
var __vue_component__$1k = /*#__PURE__*/normalizeComponent({
|
|
1603
|
+
render: __vue_render__$T,
|
|
1604
|
+
staticRenderFns: __vue_staticRenderFns__$T
|
|
1605
|
+
}, __vue_inject_styles__$T, __vue_script__$T, __vue_scope_id__$T, __vue_is_functional_template__$T, __vue_module_identifier__$T, false, undefined, createInjectorSSR, undefined);
|
|
1606
1606
|
|
|
1607
|
-
var __vue_component__$
|
|
1607
|
+
var __vue_component__$1l = __vue_component__$1k;var script$S = {
|
|
1608
1608
|
name: "VcImage",
|
|
1609
1609
|
components: {
|
|
1610
1610
|
VcLayout: VcLayout
|
|
@@ -1620,10 +1620,10 @@ var __vue_component__$1j = __vue_component__$1i;var script$R = {
|
|
|
1620
1620
|
}
|
|
1621
1621
|
}
|
|
1622
1622
|
};/* script */
|
|
1623
|
-
var __vue_script__$
|
|
1623
|
+
var __vue_script__$S = script$S;
|
|
1624
1624
|
/* template */
|
|
1625
1625
|
|
|
1626
|
-
var __vue_render__$
|
|
1626
|
+
var __vue_render__$S = function __vue_render__() {
|
|
1627
1627
|
var _vm = this;
|
|
1628
1628
|
|
|
1629
1629
|
var _h = _vm.$createElement;
|
|
@@ -1647,10 +1647,10 @@ var __vue_render__$R = function __vue_render__() {
|
|
|
1647
1647
|
})], 1);
|
|
1648
1648
|
};
|
|
1649
1649
|
|
|
1650
|
-
var __vue_staticRenderFns__$
|
|
1650
|
+
var __vue_staticRenderFns__$S = [];
|
|
1651
1651
|
/* style */
|
|
1652
1652
|
|
|
1653
|
-
var __vue_inject_styles__$
|
|
1653
|
+
var __vue_inject_styles__$S = function __vue_inject_styles__(inject) {
|
|
1654
1654
|
if (!inject) return;
|
|
1655
1655
|
inject("data-v-46be532e_0", {
|
|
1656
1656
|
source: ".VcImage[data-v-46be532e]{height:100%;justify-content:center}.VcImage[data-v-46be532e] img{height:100%}.VcImage[data-v-46be532e] svg{max-width:100%;height:100%}",
|
|
@@ -1661,21 +1661,21 @@ var __vue_inject_styles__$R = function __vue_inject_styles__(inject) {
|
|
|
1661
1661
|
/* scoped */
|
|
1662
1662
|
|
|
1663
1663
|
|
|
1664
|
-
var __vue_scope_id__$
|
|
1664
|
+
var __vue_scope_id__$S = "data-v-46be532e";
|
|
1665
1665
|
/* module identifier */
|
|
1666
1666
|
|
|
1667
|
-
var __vue_module_identifier__$
|
|
1667
|
+
var __vue_module_identifier__$S = "data-v-46be532e";
|
|
1668
1668
|
/* functional template */
|
|
1669
1669
|
|
|
1670
|
-
var __vue_is_functional_template__$
|
|
1670
|
+
var __vue_is_functional_template__$S = false;
|
|
1671
1671
|
/* style inject shadow dom */
|
|
1672
1672
|
|
|
1673
|
-
var __vue_component__$
|
|
1674
|
-
render: __vue_render__$
|
|
1675
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1676
|
-
}, __vue_inject_styles__$
|
|
1673
|
+
var __vue_component__$1j = /*#__PURE__*/normalizeComponent({
|
|
1674
|
+
render: __vue_render__$S,
|
|
1675
|
+
staticRenderFns: __vue_staticRenderFns__$S
|
|
1676
|
+
}, __vue_inject_styles__$S, __vue_script__$S, __vue_scope_id__$S, __vue_is_functional_template__$S, __vue_module_identifier__$S, false, undefined, createInjectorSSR, undefined);
|
|
1677
1677
|
|
|
1678
|
-
var VcImage = __vue_component__$
|
|
1678
|
+
var VcImage = __vue_component__$1j;var script$R = {
|
|
1679
1679
|
name: "VcNoticeModal",
|
|
1680
1680
|
components: {
|
|
1681
1681
|
VcImage: VcImage,
|
|
@@ -1742,10 +1742,10 @@ var VcImage = __vue_component__$1h;var script$Q = {
|
|
|
1742
1742
|
}
|
|
1743
1743
|
}
|
|
1744
1744
|
};/* script */
|
|
1745
|
-
var __vue_script__$
|
|
1745
|
+
var __vue_script__$R = script$R;
|
|
1746
1746
|
/* template */
|
|
1747
1747
|
|
|
1748
|
-
var __vue_render__$
|
|
1748
|
+
var __vue_render__$R = function __vue_render__() {
|
|
1749
1749
|
var _vm = this;
|
|
1750
1750
|
|
|
1751
1751
|
var _h = _vm.$createElement;
|
|
@@ -1832,10 +1832,10 @@ var __vue_render__$Q = function __vue_render__() {
|
|
|
1832
1832
|
});
|
|
1833
1833
|
};
|
|
1834
1834
|
|
|
1835
|
-
var __vue_staticRenderFns__$
|
|
1835
|
+
var __vue_staticRenderFns__$R = [];
|
|
1836
1836
|
/* style */
|
|
1837
1837
|
|
|
1838
|
-
var __vue_inject_styles__$
|
|
1838
|
+
var __vue_inject_styles__$R = function __vue_inject_styles__(inject) {
|
|
1839
1839
|
if (!inject) return;
|
|
1840
1840
|
inject("data-v-d8b2c82a_0", {
|
|
1841
1841
|
source: ".VcNoticeImage[data-v-d8b2c82a]{margin-bottom:var(--size-value4)}.VcNoticeImage.md[data-v-d8b2c82a],.VcNoticeImage.responsive[data-v-d8b2c82a],.VcNoticeImage.sm[data-v-d8b2c82a]{height:160px}.VcNoticeImage.lg[data-v-d8b2c82a]{height:208px}.VcNoticeContent[data-v-d8b2c82a],.VcNoticeHeader[data-v-d8b2c82a],.VcNoticeSubtitle[data-v-d8b2c82a]{text-align:center;line-height:24px}.VcNoticeHeader[data-v-d8b2c82a]{text-align:center;align-items:center;font-size:18px;font-weight:600;line-height:28px}@media screen and (min-width:960px){.VcNoticeHeader[data-v-d8b2c82a]{font-size:24px;font-weight:800;line-height:var(--size-value10)}}.VcNoticeHeader .VcNoticeHeaderText[data-v-d8b2c82a]{padding-bottom:var(--size-value2)}.VcNoticeHeader.prominent .VcNoticeHeaderText[data-v-d8b2c82a]{font-size:18px;font-weight:600}.VcNoticeSubtitle[data-v-d8b2c82a]{font-size:15px;font-weight:var(--font-weight-medium);line-height:var(--size-value6)}@media screen and (min-width:960px){.VcNoticeSubtitle[data-v-d8b2c82a]{font-size:var(--font-size-small)}}.VcNoticeSubtitle.prominent[data-v-d8b2c82a]{font-size:15px}.VcNoticeContent[data-v-d8b2c82a]{background:#eafcf2;border:1px solid #cff8e1;box-sizing:border-box;border-radius:8px;padding:var(--size-value3) var(--size-value4);margin-top:var(--size-value4);line-height:20px;font-size:13px}@media screen and (min-width:960px){.VcNoticeContent[data-v-d8b2c82a]{line-height:21px;font-size:14px}}.VcNoticeFooter[data-v-d8b2c82a]{padding-bottom:var(--size-value10)}",
|
|
@@ -1846,21 +1846,21 @@ var __vue_inject_styles__$Q = function __vue_inject_styles__(inject) {
|
|
|
1846
1846
|
/* scoped */
|
|
1847
1847
|
|
|
1848
1848
|
|
|
1849
|
-
var __vue_scope_id__$
|
|
1849
|
+
var __vue_scope_id__$R = "data-v-d8b2c82a";
|
|
1850
1850
|
/* module identifier */
|
|
1851
1851
|
|
|
1852
|
-
var __vue_module_identifier__$
|
|
1852
|
+
var __vue_module_identifier__$R = "data-v-d8b2c82a";
|
|
1853
1853
|
/* functional template */
|
|
1854
1854
|
|
|
1855
|
-
var __vue_is_functional_template__$
|
|
1855
|
+
var __vue_is_functional_template__$R = false;
|
|
1856
1856
|
/* style inject shadow dom */
|
|
1857
1857
|
|
|
1858
|
-
var __vue_component__$
|
|
1859
|
-
render: __vue_render__$
|
|
1860
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1861
|
-
}, __vue_inject_styles__$
|
|
1858
|
+
var __vue_component__$1h = /*#__PURE__*/normalizeComponent({
|
|
1859
|
+
render: __vue_render__$R,
|
|
1860
|
+
staticRenderFns: __vue_staticRenderFns__$R
|
|
1861
|
+
}, __vue_inject_styles__$R, __vue_script__$R, __vue_scope_id__$R, __vue_is_functional_template__$R, __vue_module_identifier__$R, false, undefined, createInjectorSSR, undefined);
|
|
1862
1862
|
|
|
1863
|
-
var __vue_component__$
|
|
1863
|
+
var __vue_component__$1i = __vue_component__$1h;var script$Q = {
|
|
1864
1864
|
name: "VcAlert",
|
|
1865
1865
|
components: {
|
|
1866
1866
|
VcIcon: VcIcon,
|
|
@@ -1956,10 +1956,10 @@ var __vue_component__$1g = __vue_component__$1f;var script$P = {
|
|
|
1956
1956
|
}
|
|
1957
1957
|
}
|
|
1958
1958
|
};/* script */
|
|
1959
|
-
var __vue_script__$
|
|
1959
|
+
var __vue_script__$Q = script$Q;
|
|
1960
1960
|
/* template */
|
|
1961
1961
|
|
|
1962
|
-
var __vue_render__$
|
|
1962
|
+
var __vue_render__$Q = function __vue_render__() {
|
|
1963
1963
|
var _vm = this;
|
|
1964
1964
|
|
|
1965
1965
|
var _h = _vm.$createElement;
|
|
@@ -2029,10 +2029,10 @@ var __vue_render__$P = function __vue_render__() {
|
|
|
2029
2029
|
}) : _vm._e()], 1);
|
|
2030
2030
|
};
|
|
2031
2031
|
|
|
2032
|
-
var __vue_staticRenderFns__$
|
|
2032
|
+
var __vue_staticRenderFns__$Q = [];
|
|
2033
2033
|
/* style */
|
|
2034
2034
|
|
|
2035
|
-
var __vue_inject_styles__$
|
|
2035
|
+
var __vue_inject_styles__$Q = function __vue_inject_styles__(inject) {
|
|
2036
2036
|
if (!inject) return;
|
|
2037
2037
|
inject("data-v-7847c9c0_0", {
|
|
2038
2038
|
source: ".dialog-alert{padding:var(--size-value3);margin:var(--size-value0)}.dialog-alert__close-btn{margin-inline-end:var(--size-value7)}.dialog-alert .alert-content{padding-inline-end:var(--size-value9)}.dialog-alert .v-alert__icon{margin-inline-end:var(--size-value2);font-size:var(--size-value5);height:var(--size-value5);min-width:var(--size-value5)}.dialog-alert .close-button{position:absolute;width:var(--size-value6);height:var(--size-value6);top:var(--size-value3);right:var(--size-value3)}#app[dir=rtl] .dialog-alert .close-button{right:auto;left:var(--size-value3)}.dialog-alert .close-button .v-btn__content{opacity:unset}.dialog-alert .close-button:hover{background-color:rgba(0,0,0,.07)}.dialog-alert .close-button .v-icon{margin-right:var(--size-value0)}.dialog-alert .close-button .v-icon svg{fill:var(--gray-darken-2);width:var(--size-value4);height:var(--size-value4)}.dialog-alert.stripe.v-alert{border-radius:var(--size-value0);border-top:none;border-left:none;border-right:none}.dialog-alert.inline.v-alert{border-radius:var(--size-value0);border:none;padding:var(--size-value0);background-color:transparent}.dialog-alert.vcita-alert-attention{border:1px solid var(--red-lighten-2);background-color:var(--red-lighten-3)}.dialog-alert.vcita-alert-attention .v-icon svg.vc-attention-fill,.dialog-alert.vcita-alert-attention .v-icon svg.vc-notif{fill:var(--red)}.dialog-alert.vcita-alert-warning{border:1px solid var(--yellow-lighten-2);background-color:var(--yellow-lighten-3)}.dialog-alert.vcita-alert-warning .v-alert__wrapper .v-icon svg.vc-notif,.dialog-alert.vcita-alert-warning .v-alert__wrapper .v-icon svg.vc-warning-fill{fill:var(--yellow)}.dialog-alert.vcita-alert-info{border:1px solid var(--blue-lighten-2);background-color:var(--blue-lighten-3)}.dialog-alert.vcita-alert-info .v-alert__wrapper .v-icon svg.vc-info-fill,.dialog-alert.vcita-alert-info .v-alert__wrapper .v-icon svg.vc-notif{fill:var(--blue)}.dialog-alert.vcita-alert-success{border:1px solid var(--green-lighten-2);background-color:var(--green-lighten-3)}.dialog-alert.vcita-alert-success .v-icon svg.vc-check-fill,.dialog-alert.vcita-alert-success .v-icon svg.vc-notif{fill:var(--green)}.dialog-alert .v-alert__wrapper .v-icon__component{height:var(--size-value4);width:var(--size-value4)}.dialog-alert .v-alert__wrapper .v-icon__component svg.vc-notif{font-size:var(--size-value4);height:var(--size-value4);min-width:var(--size-value4)}.dialog-alert .v-alert__wrapper .v-icon__component svg.arrow-right{fill:var(--blue)}.dialog-alert .alert-header{font-weight:700;font-size:var(--font-size-x-small);line-height:var(--size-value5);letter-spacing:var(--letter-spacing);margin-bottom:var(--size-value1);color:var(--gray-darken-5)}.dialog-alert .alert-header:after{content:\" \";padding-right:var(--size-value1)}.dialog-alert .alert-body{font-size:var(--font-size-x-small);line-height:var(--size-value5);letter-spacing:-.01em;color:var(--gray-darken-5)}.dialog-alert .alert-body a{color:-webkit-link}.dialog-alert .VcButton .v-icon{margin-right:initial;align-items:initial}.dialog-alert .VcButton.action-button{height:var(--size-value6);color:var(--blue)!important;font-weight:var(--font-weight-large);font-size:var(--font-size-x-small);line-height:var(--size-value6);margin-top:var(--size-value1);padding:var(--size-value0)}.dialog-alert .VcButton.action-button span.v-btn__content{opacity:unset!important}.dialog-alert .VcButton.action-button span.v-btn__content .v-icon:before{content:\" \";padding-right:var(--size-value1)}",
|
|
@@ -2043,21 +2043,21 @@ var __vue_inject_styles__$P = function __vue_inject_styles__(inject) {
|
|
|
2043
2043
|
/* scoped */
|
|
2044
2044
|
|
|
2045
2045
|
|
|
2046
|
-
var __vue_scope_id__$
|
|
2046
|
+
var __vue_scope_id__$Q = undefined;
|
|
2047
2047
|
/* module identifier */
|
|
2048
2048
|
|
|
2049
|
-
var __vue_module_identifier__$
|
|
2049
|
+
var __vue_module_identifier__$Q = "data-v-7847c9c0";
|
|
2050
2050
|
/* functional template */
|
|
2051
2051
|
|
|
2052
|
-
var __vue_is_functional_template__$
|
|
2052
|
+
var __vue_is_functional_template__$Q = false;
|
|
2053
2053
|
/* style inject shadow dom */
|
|
2054
2054
|
|
|
2055
|
-
var __vue_component__$
|
|
2056
|
-
render: __vue_render__$
|
|
2057
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2058
|
-
}, __vue_inject_styles__$
|
|
2055
|
+
var __vue_component__$1g = /*#__PURE__*/normalizeComponent({
|
|
2056
|
+
render: __vue_render__$Q,
|
|
2057
|
+
staticRenderFns: __vue_staticRenderFns__$Q
|
|
2058
|
+
}, __vue_inject_styles__$Q, __vue_script__$Q, __vue_scope_id__$Q, __vue_is_functional_template__$Q, __vue_module_identifier__$Q, false, undefined, createInjectorSSR, undefined);
|
|
2059
2059
|
|
|
2060
|
-
var VcAlert = __vue_component__$
|
|
2060
|
+
var VcAlert = __vue_component__$1g;var script$P = {
|
|
2061
2061
|
name: "VcTooltip",
|
|
2062
2062
|
components: {
|
|
2063
2063
|
VcIcon: VcIcon,
|
|
@@ -2111,10 +2111,10 @@ var VcAlert = __vue_component__$1e;var script$O = {
|
|
|
2111
2111
|
}
|
|
2112
2112
|
}
|
|
2113
2113
|
};/* script */
|
|
2114
|
-
var __vue_script__$
|
|
2114
|
+
var __vue_script__$P = script$P;
|
|
2115
2115
|
/* template */
|
|
2116
2116
|
|
|
2117
|
-
var __vue_render__$
|
|
2117
|
+
var __vue_render__$P = function __vue_render__() {
|
|
2118
2118
|
var _vm = this;
|
|
2119
2119
|
|
|
2120
2120
|
var _h = _vm.$createElement;
|
|
@@ -2175,13 +2175,13 @@ var __vue_render__$O = function __vue_render__() {
|
|
|
2175
2175
|
}) : _vm._e(), _vm._v(" "), _vm._t("content")], 2)])])])], 1);
|
|
2176
2176
|
};
|
|
2177
2177
|
|
|
2178
|
-
var __vue_staticRenderFns__$
|
|
2178
|
+
var __vue_staticRenderFns__$P = [];
|
|
2179
2179
|
/* style */
|
|
2180
2180
|
|
|
2181
|
-
var __vue_inject_styles__$
|
|
2181
|
+
var __vue_inject_styles__$P = function __vue_inject_styles__(inject) {
|
|
2182
2182
|
if (!inject) return;
|
|
2183
2183
|
inject("data-v-4def565c_0", {
|
|
2184
|
-
source: ":root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--
|
|
2184
|
+
source: ":root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-tooltip{opacity:1!important;padding:0;border-radius:var(--border-radius)}.vc-tooltip .dark-tooltip{background-color:rgba(0,0,0,.97);font-size:var(--size-value3);font-weight:400;border-radius:var(--size-value1);padding:var(--size-value2)}.vc-tooltip .tooltip-wrapper{background:var(--modal-bg-color);box-shadow:0 5px 5px -3px rgba(0,0,0,.1),0 8px 10px 1px rgba(0,0,0,.06),0 3px 14px 2px rgba(0,0,0,.06);border-radius:var(--border-radius)}.vc-tooltip .tooltip-wrapper .tooltip-header{color:var(--gray-darken-5);font-size:var(--font-size-small2);border-radius:var(--border-radius) var(--border-radius) 0 0;font-weight:var(--font-weight-large);padding:var(--size-value3) var(--size-value4)}.vc-tooltip .tooltip-wrapper .tooltip-header.alert{background-color:var(--red-lighten-3)}.vc-tooltip .tooltip-wrapper .tooltip-header.information{background-color:var(--blue-lighten-3)}.vc-tooltip .tooltip-wrapper .tooltip-content{display:block;font-size:var(--font-size-x-small);padding:var(--size-value3) var(--size-value4) var(--size-value4)}.vc-tooltip .tooltip-wrapper .tooltip-content .content-text{color:var(--gray-darken-5);max-width:fit-content;min-width:250px;word-wrap:break-word}.vc-tooltip .inner-content{display:contents}",
|
|
2185
2185
|
map: undefined,
|
|
2186
2186
|
media: undefined
|
|
2187
2187
|
});
|
|
@@ -2189,21 +2189,21 @@ var __vue_inject_styles__$O = function __vue_inject_styles__(inject) {
|
|
|
2189
2189
|
/* scoped */
|
|
2190
2190
|
|
|
2191
2191
|
|
|
2192
|
-
var __vue_scope_id__$
|
|
2192
|
+
var __vue_scope_id__$P = undefined;
|
|
2193
2193
|
/* module identifier */
|
|
2194
2194
|
|
|
2195
|
-
var __vue_module_identifier__$
|
|
2195
|
+
var __vue_module_identifier__$P = "data-v-4def565c";
|
|
2196
2196
|
/* functional template */
|
|
2197
2197
|
|
|
2198
|
-
var __vue_is_functional_template__$
|
|
2198
|
+
var __vue_is_functional_template__$P = false;
|
|
2199
2199
|
/* style inject shadow dom */
|
|
2200
2200
|
|
|
2201
|
-
var __vue_component__$
|
|
2202
|
-
render: __vue_render__$
|
|
2203
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2204
|
-
}, __vue_inject_styles__$
|
|
2201
|
+
var __vue_component__$1f = /*#__PURE__*/normalizeComponent({
|
|
2202
|
+
render: __vue_render__$P,
|
|
2203
|
+
staticRenderFns: __vue_staticRenderFns__$P
|
|
2204
|
+
}, __vue_inject_styles__$P, __vue_script__$P, __vue_scope_id__$P, __vue_is_functional_template__$P, __vue_module_identifier__$P, false, undefined, createInjectorSSR, undefined);
|
|
2205
2205
|
|
|
2206
|
-
var VcTooltip = __vue_component__$
|
|
2206
|
+
var VcTooltip = __vue_component__$1f;var script$O = {
|
|
2207
2207
|
name: "VcIconWithTooltip",
|
|
2208
2208
|
components: {
|
|
2209
2209
|
VcTooltip: VcTooltip,
|
|
@@ -2262,10 +2262,10 @@ var VcTooltip = __vue_component__$1d;var script$N = {
|
|
|
2262
2262
|
}
|
|
2263
2263
|
}
|
|
2264
2264
|
};/* script */
|
|
2265
|
-
var __vue_script__$
|
|
2265
|
+
var __vue_script__$O = script$O;
|
|
2266
2266
|
/* template */
|
|
2267
2267
|
|
|
2268
|
-
var __vue_render__$
|
|
2268
|
+
var __vue_render__$O = function __vue_render__() {
|
|
2269
2269
|
var _vm = this;
|
|
2270
2270
|
|
|
2271
2271
|
var _h = _vm.$createElement;
|
|
@@ -2295,13 +2295,13 @@ var __vue_render__$N = function __vue_render__() {
|
|
|
2295
2295
|
}, [_vm._v("\n " + _vm._s(_vm.getIcon) + "\n ")])]], 2);
|
|
2296
2296
|
};
|
|
2297
2297
|
|
|
2298
|
-
var __vue_staticRenderFns__$
|
|
2298
|
+
var __vue_staticRenderFns__$O = [];
|
|
2299
2299
|
/* style */
|
|
2300
2300
|
|
|
2301
|
-
var __vue_inject_styles__$
|
|
2301
|
+
var __vue_inject_styles__$O = function __vue_inject_styles__(inject) {
|
|
2302
2302
|
if (!inject) return;
|
|
2303
2303
|
inject("data-v-7193d7d6_0", {
|
|
2304
|
-
source: ":root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--
|
|
2304
|
+
source: ":root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.tooltip-icon{cursor:pointer}.tooltip-icon .vc-question{fill:rgba(0,0,0,.4)}.tooltip-icon .vc-question-fill{fill:var(--gray-darken-4)}.tooltip-icon .vc-info-fill,.tooltip-icon .vc-information{fill:var(--v-info-base)}.tooltip-icon .vc-attention,.tooltip-icon .vc-attention-fill{fill:var(--red)}.tooltip-icon.vc-default .vc-info-fill,.tooltip-icon.vc-default .vc-information{fill:rgba(0,0,0,.4)}.tooltip-icon.vc-default_hovering .vc-info-fill,.tooltip-icon.vc-default_hovering .vc-information{fill:var(--gray-darken-4)}",
|
|
2305
2305
|
map: undefined,
|
|
2306
2306
|
media: undefined
|
|
2307
2307
|
});
|
|
@@ -2309,21 +2309,21 @@ var __vue_inject_styles__$N = function __vue_inject_styles__(inject) {
|
|
|
2309
2309
|
/* scoped */
|
|
2310
2310
|
|
|
2311
2311
|
|
|
2312
|
-
var __vue_scope_id__$
|
|
2312
|
+
var __vue_scope_id__$O = undefined;
|
|
2313
2313
|
/* module identifier */
|
|
2314
2314
|
|
|
2315
|
-
var __vue_module_identifier__$
|
|
2315
|
+
var __vue_module_identifier__$O = "data-v-7193d7d6";
|
|
2316
2316
|
/* functional template */
|
|
2317
2317
|
|
|
2318
|
-
var __vue_is_functional_template__$
|
|
2318
|
+
var __vue_is_functional_template__$O = false;
|
|
2319
2319
|
/* style inject shadow dom */
|
|
2320
2320
|
|
|
2321
|
-
var __vue_component__$
|
|
2322
|
-
render: __vue_render__$
|
|
2323
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2324
|
-
}, __vue_inject_styles__$
|
|
2321
|
+
var __vue_component__$1e = /*#__PURE__*/normalizeComponent({
|
|
2322
|
+
render: __vue_render__$O,
|
|
2323
|
+
staticRenderFns: __vue_staticRenderFns__$O
|
|
2324
|
+
}, __vue_inject_styles__$O, __vue_script__$O, __vue_scope_id__$O, __vue_is_functional_template__$O, __vue_module_identifier__$O, false, undefined, createInjectorSSR, undefined);
|
|
2325
2325
|
|
|
2326
|
-
var VcIconWithTooltip = __vue_component__$
|
|
2326
|
+
var VcIconWithTooltip = __vue_component__$1e;var script$N = {
|
|
2327
2327
|
components: {
|
|
2328
2328
|
VcImage: VcImage,
|
|
2329
2329
|
VIcon: lib.VIcon,
|
|
@@ -2449,10 +2449,10 @@ var VcIconWithTooltip = __vue_component__$1c;var script$M = {
|
|
|
2449
2449
|
}
|
|
2450
2450
|
}
|
|
2451
2451
|
};/* script */
|
|
2452
|
-
var __vue_script__$
|
|
2452
|
+
var __vue_script__$N = script$N;
|
|
2453
2453
|
/* template */
|
|
2454
2454
|
|
|
2455
|
-
var __vue_render__$
|
|
2455
|
+
var __vue_render__$N = function __vue_render__() {
|
|
2456
2456
|
var _vm = this;
|
|
2457
2457
|
|
|
2458
2458
|
var _h = _vm.$createElement;
|
|
@@ -2502,13 +2502,13 @@ var __vue_render__$M = function __vue_render__() {
|
|
|
2502
2502
|
}, [_vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.lightModeTooltip))])])], 1);
|
|
2503
2503
|
};
|
|
2504
2504
|
|
|
2505
|
-
var __vue_staticRenderFns__$
|
|
2505
|
+
var __vue_staticRenderFns__$N = [];
|
|
2506
2506
|
/* style */
|
|
2507
2507
|
|
|
2508
|
-
var __vue_inject_styles__$
|
|
2508
|
+
var __vue_inject_styles__$N = function __vue_inject_styles__(inject) {
|
|
2509
2509
|
if (!inject) return;
|
|
2510
2510
|
inject("data-v-0b67cc7a_0", {
|
|
2511
|
-
source: "[data-v-0b67cc7a]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--
|
|
2511
|
+
source: "[data-v-0b67cc7a]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.avatar-wrapper[data-v-0b67cc7a]{position:relative;border-radius:50%;text-align:center;color:var(--modal-bg-color)}.avatar-wrapper.show-border[data-v-0b67cc7a]{border:1px solid var(--modal-bg-color)}.avatar-wrapper.vc-disabled[data-v-0b67cc7a]{filter:grayscale(100%)}.avatar-wrapper.light-mode[data-v-0b67cc7a]{border:1px solid rgba(0,0,0,.3);color:rgba(0,0,0,.3);background-color:var(--modal-bg-color)}.avatar-wrapper.x-sm[data-v-0b67cc7a]{height:var(--avatar-x-sm);width:var(--avatar-x-sm);font-size:var(--font-size-xxx-small)}.avatar-wrapper.sm[data-v-0b67cc7a]{height:var(--avatar-sm);width:var(--avatar-sm);font-size:var(--font-size-xx-small)}.avatar-wrapper.md[data-v-0b67cc7a]{height:var(--avatar-md);width:var(--avatar-md);font-size:var(--font-size-small)}.avatar-wrapper.lg[data-v-0b67cc7a]{height:var(--avatar-lg);width:var(--avatar-lg);font-size:var(--font-size-small3)}.avatar-wrapper .avatar-image[data-v-0b67cc7a]{height:100%;width:100%;border-radius:50%;overflow:hidden}.avatar-wrapper .avatar-image[data-v-0b67cc7a] svg{height:100%}.avatar-wrapper .avatar-image[data-v-0b67cc7a] img{height:100%}.avatar-wrapper .avatar-initials[data-v-0b67cc7a]{position:relative;top:50%;font-weight:var(--font-weight-medium2);transform:translateY(-50%)}.avatar-wrapper .badge[data-v-0b67cc7a]{fill:#fff;position:absolute;--gap:0;height:var(--size-value4);width:var(--size-value4);border-radius:50%;bottom:calc(var(--gap) * -1);left:calc(var(--gap) * -1)}.avatar-wrapper .badge.x-sm[data-v-0b67cc7a]{--gap:var(--size-value1)}.avatar-wrapper .badge.sm[data-v-0b67cc7a]{--gap:var(--size-value1)}.avatar-wrapper .badge.md[data-v-0b67cc7a]{--gap:2px}.avatar-wrapper .badge.lg[data-v-0b67cc7a]{--gap:var(--size-value0)}.avatar-wrapper .badge.right[data-v-0b67cc7a]{left:unset;right:calc(var(--gap) * -1)}.avatar-wrapper .badge.confirmed[data-v-0b67cc7a]{border:2px var(--modal-bg-color) solid}.color-0[data-v-0b67cc7a]{background-color:#fed62f}.color-1[data-v-0b67cc7a]{background-color:#fec22e}.color-2[data-v-0b67cc7a]{background-color:#feac2a}.color-3[data-v-0b67cc7a]{background-color:#fe9a28}.color-4[data-v-0b67cc7a]{background-color:#fd7024}.color-5[data-v-0b67cc7a]{background-color:#fd5b32}.color-6[data-v-0b67cc7a]{background-color:#f2483f}.color-7[data-v-0b67cc7a]{background-color:#dc331b}.color-8[data-v-0b67cc7a]{background-color:#d41419}.color-9[data-v-0b67cc7a]{background-color:#e72866}.color-10[data-v-0b67cc7a]{background-color:#c41c63}.color-11[data-v-0b67cc7a]{background-color:#9b2bae}.color-12[data-v-0b67cc7a]{background-color:#673bb5}.color-13[data-v-0b67cc7a]{background-color:#7c4efc}.color-14[data-v-0b67cc7a]{background-color:#4051b3}.color-15[data-v-0b67cc7a]{background-color:#311b92}.color-16[data-v-0b67cc7a]{background-color:#2d62fb}.color-17[data-v-0b67cc7a]{background-color:#5c6bc0}.color-18[data-v-0b67cc7a]{background-color:#17a8f1}.color-19[data-v-0b67cc7a]{background-color:#17bbd2}.color-20[data-v-0b67cc7a]{background-color:#14abbf}.color-21[data-v-0b67cc7a]{background-color:#0f9587}.color-22[data-v-0b67cc7a]{background-color:#16bea5}.color-23[data-v-0b67cc7a]{background-color:#4eae53}.color-24[data-v-0b67cc7a]{background-color:#3a8d3f}.color-25[data-v-0b67cc7a]{background-color:#8cc250}.color-26[data-v-0b67cc7a]{background-color:#66bb6a}.color-27[data-v-0b67cc7a]{background-color:#880e4f}.color-28[data-v-0b67cc7a]{background-color:#1565c0}.color-29[data-v-0b67cc7a]{background-color:#1e88e5}.color-9999[data-v-0b67cc7a]{background-color:#4675d9}",
|
|
2512
2512
|
map: undefined,
|
|
2513
2513
|
media: undefined
|
|
2514
2514
|
});
|
|
@@ -2516,21 +2516,21 @@ var __vue_inject_styles__$M = function __vue_inject_styles__(inject) {
|
|
|
2516
2516
|
/* scoped */
|
|
2517
2517
|
|
|
2518
2518
|
|
|
2519
|
-
var __vue_scope_id__$
|
|
2519
|
+
var __vue_scope_id__$N = "data-v-0b67cc7a";
|
|
2520
2520
|
/* module identifier */
|
|
2521
2521
|
|
|
2522
|
-
var __vue_module_identifier__$
|
|
2522
|
+
var __vue_module_identifier__$N = "data-v-0b67cc7a";
|
|
2523
2523
|
/* functional template */
|
|
2524
2524
|
|
|
2525
|
-
var __vue_is_functional_template__$
|
|
2525
|
+
var __vue_is_functional_template__$N = false;
|
|
2526
2526
|
/* style inject shadow dom */
|
|
2527
2527
|
|
|
2528
|
-
var __vue_component__$
|
|
2529
|
-
render: __vue_render__$
|
|
2530
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2531
|
-
}, __vue_inject_styles__$
|
|
2528
|
+
var __vue_component__$1d = /*#__PURE__*/normalizeComponent({
|
|
2529
|
+
render: __vue_render__$N,
|
|
2530
|
+
staticRenderFns: __vue_staticRenderFns__$N
|
|
2531
|
+
}, __vue_inject_styles__$N, __vue_script__$N, __vue_scope_id__$N, __vue_is_functional_template__$N, __vue_module_identifier__$N, false, undefined, createInjectorSSR, undefined);
|
|
2532
2532
|
|
|
2533
|
-
var VcAvatar = __vue_component__$
|
|
2533
|
+
var VcAvatar = __vue_component__$1d;var script$M = {
|
|
2534
2534
|
name: "VcBottomActions",
|
|
2535
2535
|
components: {
|
|
2536
2536
|
VcLayout: VcLayout,
|
|
@@ -2581,10 +2581,10 @@ var VcAvatar = __vue_component__$1b;var script$L = {
|
|
|
2581
2581
|
}
|
|
2582
2582
|
}
|
|
2583
2583
|
};/* script */
|
|
2584
|
-
var __vue_script__$
|
|
2584
|
+
var __vue_script__$M = script$M;
|
|
2585
2585
|
/* template */
|
|
2586
2586
|
|
|
2587
|
-
var __vue_render__$
|
|
2587
|
+
var __vue_render__$M = function __vue_render__() {
|
|
2588
2588
|
var _vm = this;
|
|
2589
2589
|
|
|
2590
2590
|
var _h = _vm.$createElement;
|
|
@@ -2670,13 +2670,13 @@ var __vue_render__$L = function __vue_render__() {
|
|
|
2670
2670
|
}), 1)], 1)], 1);
|
|
2671
2671
|
};
|
|
2672
2672
|
|
|
2673
|
-
var __vue_staticRenderFns__$
|
|
2673
|
+
var __vue_staticRenderFns__$M = [];
|
|
2674
2674
|
/* style */
|
|
2675
2675
|
|
|
2676
|
-
var __vue_inject_styles__$
|
|
2676
|
+
var __vue_inject_styles__$M = function __vue_inject_styles__(inject) {
|
|
2677
2677
|
if (!inject) return;
|
|
2678
2678
|
inject("data-v-51eeacd7_0", {
|
|
2679
|
-
source: ":root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--
|
|
2679
|
+
source: ":root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-bottom-sheet{box-shadow:0 1px 10px rgba(0,0,0,.12),0 4px 5px rgba(0,0,0,.14),0 2px 4px -1px rgba(0,0,0,.2);margin:var(--size-value3) var(--size-value3) var(--size-value5)!important;border-radius:var(--modal-border-radius)!important}.vc-bottom-sheet .v-sheet.v-list{border-radius:var(--modal-border-radius);padding-top:var(--size-value0)}.vc-bottom-sheet .v-sheet.v-list .subheader{border-bottom:1px solid rgba(0,0,0,.12);padding:var(--size-value3) var(--size-value4);color:var(--gray-darken-5)}.vc-bottom-sheet .v-sheet.v-list .subheader .avatar{margin-inline-end:var(--size-value3)}.vc-bottom-sheet .v-sheet.v-list .subheader .vc-title{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small)}.vc-bottom-sheet .v-sheet.v-list .subheader .button-close-wrapper{flex-grow:1;justify-content:flex-end}.vc-bottom-sheet .v-sheet.v-list .subheader .button-close-wrapper .close-button{justify-content:flex-end;padding:var(--size-value0)}.vc-bottom-sheet .v-sheet.v-list .subheader .button-close-wrapper .close-button .v-btn__content{opacity:unset}.vc-bottom-sheet .v-sheet.v-list .subheader .button-close-wrapper .close-button .v-icon svg{fill:rgba(0,0,0,.4);width:var(--size-value4);height:var(--size-value4)}.vc-bottom-sheet .v-sheet.v-list .items-wrapper{padding:var(--size-value1) var(--size-value0)}.vc-bottom-sheet .v-sheet.v-list .items-wrapper .sheet-item{min-height:var(--size-value10)}.vc-bottom-sheet .v-sheet.v-list .items-wrapper .sheet-item .option-title{font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);letter-spacing:-.2px}.vc-bottom-sheet .v-sheet.v-list .items-wrapper .sheet-item .option-title .icon-item{vertical-align:sub;margin-inline-end:var(--size-value3)}",
|
|
2680
2680
|
map: undefined,
|
|
2681
2681
|
media: undefined
|
|
2682
2682
|
});
|
|
@@ -2684,21 +2684,21 @@ var __vue_inject_styles__$L = function __vue_inject_styles__(inject) {
|
|
|
2684
2684
|
/* scoped */
|
|
2685
2685
|
|
|
2686
2686
|
|
|
2687
|
-
var __vue_scope_id__$
|
|
2687
|
+
var __vue_scope_id__$M = undefined;
|
|
2688
2688
|
/* module identifier */
|
|
2689
2689
|
|
|
2690
|
-
var __vue_module_identifier__$
|
|
2690
|
+
var __vue_module_identifier__$M = "data-v-51eeacd7";
|
|
2691
2691
|
/* functional template */
|
|
2692
2692
|
|
|
2693
|
-
var __vue_is_functional_template__$
|
|
2693
|
+
var __vue_is_functional_template__$M = false;
|
|
2694
2694
|
/* style inject shadow dom */
|
|
2695
2695
|
|
|
2696
|
-
var __vue_component__$
|
|
2697
|
-
render: __vue_render__$
|
|
2698
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2699
|
-
}, __vue_inject_styles__$
|
|
2696
|
+
var __vue_component__$1c = /*#__PURE__*/normalizeComponent({
|
|
2697
|
+
render: __vue_render__$M,
|
|
2698
|
+
staticRenderFns: __vue_staticRenderFns__$M
|
|
2699
|
+
}, __vue_inject_styles__$M, __vue_script__$M, __vue_scope_id__$M, __vue_is_functional_template__$M, __vue_module_identifier__$M, false, undefined, createInjectorSSR, undefined);
|
|
2700
2700
|
|
|
2701
|
-
var VcBottomActions = __vue_component__$
|
|
2701
|
+
var VcBottomActions = __vue_component__$1c;var script$L = {
|
|
2702
2702
|
name: "VcActionList",
|
|
2703
2703
|
components: {
|
|
2704
2704
|
VcLayout: VcLayout,
|
|
@@ -2732,10 +2732,10 @@ var VcBottomActions = __vue_component__$1a;var script$K = {
|
|
|
2732
2732
|
}
|
|
2733
2733
|
}
|
|
2734
2734
|
};/* script */
|
|
2735
|
-
var __vue_script__$
|
|
2735
|
+
var __vue_script__$L = script$L;
|
|
2736
2736
|
/* template */
|
|
2737
2737
|
|
|
2738
|
-
var __vue_render__$
|
|
2738
|
+
var __vue_render__$L = function __vue_render__() {
|
|
2739
2739
|
var _vm = this;
|
|
2740
2740
|
|
|
2741
2741
|
var _h = _vm.$createElement;
|
|
@@ -2787,13 +2787,13 @@ var __vue_render__$K = function __vue_render__() {
|
|
|
2787
2787
|
}), 1)], 1)], 1);
|
|
2788
2788
|
};
|
|
2789
2789
|
|
|
2790
|
-
var __vue_staticRenderFns__$
|
|
2790
|
+
var __vue_staticRenderFns__$L = [];
|
|
2791
2791
|
/* style */
|
|
2792
2792
|
|
|
2793
|
-
var __vue_inject_styles__$
|
|
2793
|
+
var __vue_inject_styles__$L = function __vue_inject_styles__(inject) {
|
|
2794
2794
|
if (!inject) return;
|
|
2795
2795
|
inject("data-v-500d77ad_0", {
|
|
2796
|
-
source: ":root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--
|
|
2796
|
+
source: ":root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-action-list{box-shadow:0 1px 10px rgba(0,0,0,.12),0 4px 5px rgba(0,0,0,.14),0 2px 4px -1px rgba(0,0,0,.2);border-radius:var(--modal-border-radius)}.vc-action-list .v-list{border-radius:var(--modal-border-radius);padding:var(--size-value1) 0}.vc-action-list .v-list .items-wrapper .sheet-item{min-height:var(--size-value10)}.vc-action-list .v-list .items-wrapper .sheet-item .option-title{font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);letter-spacing:-.2px}.vc-action-list .v-list .items-wrapper .sheet-item .option-title .icon-item{width:25px;vertical-align:sub;margin-inline-end:var(--size-value3)}",
|
|
2797
2797
|
map: undefined,
|
|
2798
2798
|
media: undefined
|
|
2799
2799
|
});
|
|
@@ -2801,21 +2801,21 @@ var __vue_inject_styles__$K = function __vue_inject_styles__(inject) {
|
|
|
2801
2801
|
/* scoped */
|
|
2802
2802
|
|
|
2803
2803
|
|
|
2804
|
-
var __vue_scope_id__$
|
|
2804
|
+
var __vue_scope_id__$L = undefined;
|
|
2805
2805
|
/* module identifier */
|
|
2806
2806
|
|
|
2807
|
-
var __vue_module_identifier__$
|
|
2807
|
+
var __vue_module_identifier__$L = "data-v-500d77ad";
|
|
2808
2808
|
/* functional template */
|
|
2809
2809
|
|
|
2810
|
-
var __vue_is_functional_template__$
|
|
2810
|
+
var __vue_is_functional_template__$L = false;
|
|
2811
2811
|
/* style inject shadow dom */
|
|
2812
2812
|
|
|
2813
|
-
var __vue_component__$
|
|
2814
|
-
render: __vue_render__$
|
|
2815
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2816
|
-
}, __vue_inject_styles__$
|
|
2813
|
+
var __vue_component__$1b = /*#__PURE__*/normalizeComponent({
|
|
2814
|
+
render: __vue_render__$L,
|
|
2815
|
+
staticRenderFns: __vue_staticRenderFns__$L
|
|
2816
|
+
}, __vue_inject_styles__$L, __vue_script__$L, __vue_scope_id__$L, __vue_is_functional_template__$L, __vue_module_identifier__$L, false, undefined, createInjectorSSR, undefined);
|
|
2817
2817
|
|
|
2818
|
-
var VcActionList = __vue_component__$
|
|
2818
|
+
var VcActionList = __vue_component__$1b;var script$K = {
|
|
2819
2819
|
name: "VcActions",
|
|
2820
2820
|
components: {
|
|
2821
2821
|
VcIcon: VcIcon,
|
|
@@ -2870,10 +2870,10 @@ var VcActionList = __vue_component__$19;var script$J = {
|
|
|
2870
2870
|
}
|
|
2871
2871
|
}
|
|
2872
2872
|
};/* script */
|
|
2873
|
-
var __vue_script__$
|
|
2873
|
+
var __vue_script__$K = script$K;
|
|
2874
2874
|
/* template */
|
|
2875
2875
|
|
|
2876
|
-
var __vue_render__$
|
|
2876
|
+
var __vue_render__$K = function __vue_render__() {
|
|
2877
2877
|
var _vm = this;
|
|
2878
2878
|
|
|
2879
2879
|
var _h = _vm.$createElement;
|
|
@@ -2917,31 +2917,31 @@ var __vue_render__$J = function __vue_render__() {
|
|
|
2917
2917
|
}, 'component', _vm.$props, false));
|
|
2918
2918
|
};
|
|
2919
2919
|
|
|
2920
|
-
var __vue_staticRenderFns__$
|
|
2920
|
+
var __vue_staticRenderFns__$K = [];
|
|
2921
2921
|
/* style */
|
|
2922
2922
|
|
|
2923
|
-
var __vue_inject_styles__$
|
|
2923
|
+
var __vue_inject_styles__$K = undefined;
|
|
2924
2924
|
/* scoped */
|
|
2925
2925
|
|
|
2926
|
-
var __vue_scope_id__$
|
|
2926
|
+
var __vue_scope_id__$K = undefined;
|
|
2927
2927
|
/* module identifier */
|
|
2928
2928
|
|
|
2929
|
-
var __vue_module_identifier__$
|
|
2929
|
+
var __vue_module_identifier__$K = "data-v-2071ab6c";
|
|
2930
2930
|
/* functional template */
|
|
2931
2931
|
|
|
2932
|
-
var __vue_is_functional_template__$
|
|
2932
|
+
var __vue_is_functional_template__$K = false;
|
|
2933
2933
|
/* style inject */
|
|
2934
2934
|
|
|
2935
2935
|
/* style inject SSR */
|
|
2936
2936
|
|
|
2937
2937
|
/* style inject shadow dom */
|
|
2938
2938
|
|
|
2939
|
-
var __vue_component__$
|
|
2940
|
-
render: __vue_render__$
|
|
2941
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2942
|
-
}, __vue_inject_styles__$
|
|
2939
|
+
var __vue_component__$1a = /*#__PURE__*/normalizeComponent({
|
|
2940
|
+
render: __vue_render__$K,
|
|
2941
|
+
staticRenderFns: __vue_staticRenderFns__$K
|
|
2942
|
+
}, __vue_inject_styles__$K, __vue_script__$K, __vue_scope_id__$K, __vue_is_functional_template__$K, __vue_module_identifier__$K, false, undefined, undefined, undefined);
|
|
2943
2943
|
|
|
2944
|
-
var VcActions = __vue_component__$
|
|
2944
|
+
var VcActions = __vue_component__$1a;//
|
|
2945
2945
|
//
|
|
2946
2946
|
//
|
|
2947
2947
|
//
|
|
@@ -2964,7 +2964,7 @@ var VcActions = __vue_component__$18;//
|
|
|
2964
2964
|
//
|
|
2965
2965
|
//
|
|
2966
2966
|
//
|
|
2967
|
-
var script$
|
|
2967
|
+
var script$J = {
|
|
2968
2968
|
components: {
|
|
2969
2969
|
VStepperStep: lib.VStepperStep,
|
|
2970
2970
|
VStepper: lib.VStepper
|
|
@@ -3036,10 +3036,10 @@ var script$I = {
|
|
|
3036
3036
|
}
|
|
3037
3037
|
}
|
|
3038
3038
|
};/* script */
|
|
3039
|
-
var __vue_script__$
|
|
3039
|
+
var __vue_script__$J = script$J;
|
|
3040
3040
|
/* template */
|
|
3041
3041
|
|
|
3042
|
-
var __vue_render__$
|
|
3042
|
+
var __vue_render__$J = function __vue_render__() {
|
|
3043
3043
|
var _vm = this;
|
|
3044
3044
|
|
|
3045
3045
|
var _h = _vm.$createElement;
|
|
@@ -3078,13 +3078,13 @@ var __vue_render__$I = function __vue_render__() {
|
|
|
3078
3078
|
})], 2)], 1);
|
|
3079
3079
|
};
|
|
3080
3080
|
|
|
3081
|
-
var __vue_staticRenderFns__$
|
|
3081
|
+
var __vue_staticRenderFns__$J = [];
|
|
3082
3082
|
/* style */
|
|
3083
3083
|
|
|
3084
|
-
var __vue_inject_styles__$
|
|
3084
|
+
var __vue_inject_styles__$J = function __vue_inject_styles__(inject) {
|
|
3085
3085
|
if (!inject) return;
|
|
3086
3086
|
inject("data-v-d21a486c_0", {
|
|
3087
|
-
source: "[data-v-d21a486c]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--
|
|
3087
|
+
source: "[data-v-d21a486c]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-stepper-container[data-v-d21a486c]{height:100%;padding-block-start:var(--size-value4);padding-inline-start:var(--size-value10)}.vc-stepper.v-stepper[data-v-d21a486c]{box-shadow:none}.vc-stepper.v-stepper .stepper-title[data-v-d21a486c]{margin-block-end:var(--size-value6);font-weight:var(--font-weight-large2);font-size:var(--font-size-medium);letter-spacing:.03em;color:var(--gray-darken-5)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c]{padding:var(--size-value0);width:fit-content;align-items:flex-start;margin-block-end:var(--size-value1)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c] .v-stepper__label{padding-inline-end:var(--size-value6);text-shadow:none;font-size:var(--font-size-small2);letter-spacing:.01em;line-height:var(--size-value6);padding-bottom:var(--size-value7)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c] span.v-stepper__step__step{height:var(--size-value5);min-width:var(--size-value5);width:var(--size-value5);margin-inline-end:var(--size-value3);margin-inline-start:var(--size-value0);margin-block:2px;font-size:var(--font-size-xx-small);font-weight:var(--font-weight-medium2)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c]:not(.v-stepper__step--active):not(.v-stepper__step--complete) span.v-stepper__step__step{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c]:not(.v-stepper__step--active):not(.v-stepper__step--complete) .v-stepper__label{color:var(--gray-darken-4)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--active[data-v-d21a486c]:not(.v-stepper__step--complete) span.v-stepper__step__step{background-color:var(--v-secondary-base)!important}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--active[data-v-d21a486c]:not(.v-stepper__step--complete) .v-stepper__label{color:var(--gray-darken-5);font-weight:var(--font-weight-large)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete[data-v-d21a486c] span.v-stepper__step__step{background-color:var(--green)!important}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete[data-v-d21a486c] span.v-stepper__step__step i{font-size:var(--size-value3)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete[data-v-d21a486c] .v-stepper__label{color:var(--gray-darken-5)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete.v-stepper__step--active[data-v-d21a486c] .v-stepper__label{font-weight:var(--font-weight-large)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c]:not(:last-child)::after{content:\"\";border-inline-start:2px solid var(--gray-lighten-1);position:absolute;top:0;margin-inline-start:9px;height:-webkit-fill-available;margin-top:var(--size-value7)}",
|
|
3088
3088
|
map: undefined,
|
|
3089
3089
|
media: undefined
|
|
3090
3090
|
});
|
|
@@ -3092,21 +3092,21 @@ var __vue_inject_styles__$I = function __vue_inject_styles__(inject) {
|
|
|
3092
3092
|
/* scoped */
|
|
3093
3093
|
|
|
3094
3094
|
|
|
3095
|
-
var __vue_scope_id__$
|
|
3095
|
+
var __vue_scope_id__$J = "data-v-d21a486c";
|
|
3096
3096
|
/* module identifier */
|
|
3097
3097
|
|
|
3098
|
-
var __vue_module_identifier__$
|
|
3098
|
+
var __vue_module_identifier__$J = "data-v-d21a486c";
|
|
3099
3099
|
/* functional template */
|
|
3100
3100
|
|
|
3101
|
-
var __vue_is_functional_template__$
|
|
3101
|
+
var __vue_is_functional_template__$J = false;
|
|
3102
3102
|
/* style inject shadow dom */
|
|
3103
3103
|
|
|
3104
|
-
var __vue_component__$
|
|
3105
|
-
render: __vue_render__$
|
|
3106
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3107
|
-
}, __vue_inject_styles__$
|
|
3104
|
+
var __vue_component__$19 = /*#__PURE__*/normalizeComponent({
|
|
3105
|
+
render: __vue_render__$J,
|
|
3106
|
+
staticRenderFns: __vue_staticRenderFns__$J
|
|
3107
|
+
}, __vue_inject_styles__$J, __vue_script__$J, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, undefined, createInjectorSSR, undefined);
|
|
3108
3108
|
|
|
3109
|
-
var VcStepsBar = __vue_component__$
|
|
3109
|
+
var VcStepsBar = __vue_component__$19;//
|
|
3110
3110
|
//
|
|
3111
3111
|
//
|
|
3112
3112
|
//
|
|
@@ -3121,7 +3121,7 @@ var VcStepsBar = __vue_component__$17;//
|
|
|
3121
3121
|
//
|
|
3122
3122
|
//
|
|
3123
3123
|
//
|
|
3124
|
-
var script$
|
|
3124
|
+
var script$I = {
|
|
3125
3125
|
components: {
|
|
3126
3126
|
VProgressCircular: lib.VProgressCircular
|
|
3127
3127
|
},
|
|
@@ -3185,10 +3185,10 @@ var script$H = {
|
|
|
3185
3185
|
}
|
|
3186
3186
|
}
|
|
3187
3187
|
};/* script */
|
|
3188
|
-
var __vue_script__$
|
|
3188
|
+
var __vue_script__$I = script$I;
|
|
3189
3189
|
/* template */
|
|
3190
3190
|
|
|
3191
|
-
var __vue_render__$
|
|
3191
|
+
var __vue_render__$I = function __vue_render__() {
|
|
3192
3192
|
var _vm = this;
|
|
3193
3193
|
|
|
3194
3194
|
var _h = _vm.$createElement;
|
|
@@ -3209,13 +3209,13 @@ var __vue_render__$H = function __vue_render__() {
|
|
|
3209
3209
|
}, [_vm._v("\n " + _vm._s(_vm.currentStep) + " / " + _vm._s(_vm.steps) + "\n ")]) : _vm._e()]);
|
|
3210
3210
|
};
|
|
3211
3211
|
|
|
3212
|
-
var __vue_staticRenderFns__$
|
|
3212
|
+
var __vue_staticRenderFns__$I = [];
|
|
3213
3213
|
/* style */
|
|
3214
3214
|
|
|
3215
|
-
var __vue_inject_styles__$
|
|
3215
|
+
var __vue_inject_styles__$I = function __vue_inject_styles__(inject) {
|
|
3216
3216
|
if (!inject) return;
|
|
3217
3217
|
inject("data-v-5c278fc2_0", {
|
|
3218
|
-
source: "[data-v-5c278fc2]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--
|
|
3218
|
+
source: "[data-v-5c278fc2]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-progress-circular .vc-progress-counter[data-v-5c278fc2]{font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);color:var(--gray-darken-5)}.vc-progress-circular[data-v-5c278fc2] .v-progress-circular__underlay{stroke:var(--neutral-lighten-1)}",
|
|
3219
3219
|
map: undefined,
|
|
3220
3220
|
media: undefined
|
|
3221
3221
|
});
|
|
@@ -3223,21 +3223,21 @@ var __vue_inject_styles__$H = function __vue_inject_styles__(inject) {
|
|
|
3223
3223
|
/* scoped */
|
|
3224
3224
|
|
|
3225
3225
|
|
|
3226
|
-
var __vue_scope_id__$
|
|
3226
|
+
var __vue_scope_id__$I = "data-v-5c278fc2";
|
|
3227
3227
|
/* module identifier */
|
|
3228
3228
|
|
|
3229
|
-
var __vue_module_identifier__$
|
|
3229
|
+
var __vue_module_identifier__$I = "data-v-5c278fc2";
|
|
3230
3230
|
/* functional template */
|
|
3231
3231
|
|
|
3232
|
-
var __vue_is_functional_template__$
|
|
3232
|
+
var __vue_is_functional_template__$I = false;
|
|
3233
3233
|
/* style inject shadow dom */
|
|
3234
3234
|
|
|
3235
|
-
var __vue_component__$
|
|
3236
|
-
render: __vue_render__$
|
|
3237
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3238
|
-
}, __vue_inject_styles__$
|
|
3235
|
+
var __vue_component__$18 = /*#__PURE__*/normalizeComponent({
|
|
3236
|
+
render: __vue_render__$I,
|
|
3237
|
+
staticRenderFns: __vue_staticRenderFns__$I
|
|
3238
|
+
}, __vue_inject_styles__$I, __vue_script__$I, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, undefined, createInjectorSSR, undefined);
|
|
3239
3239
|
|
|
3240
|
-
var VcProgressCircular = __vue_component__$
|
|
3240
|
+
var VcProgressCircular = __vue_component__$18;var script$H = {
|
|
3241
3241
|
name: "VcMobileWizardProgress",
|
|
3242
3242
|
components: {
|
|
3243
3243
|
VcLayout: VcLayout,
|
|
@@ -3293,10 +3293,10 @@ var VcProgressCircular = __vue_component__$16;var script$G = {
|
|
|
3293
3293
|
}
|
|
3294
3294
|
}
|
|
3295
3295
|
};/* script */
|
|
3296
|
-
var __vue_script__$
|
|
3296
|
+
var __vue_script__$H = script$H;
|
|
3297
3297
|
/* template */
|
|
3298
3298
|
|
|
3299
|
-
var __vue_render__$
|
|
3299
|
+
var __vue_render__$H = function __vue_render__() {
|
|
3300
3300
|
var _vm = this;
|
|
3301
3301
|
|
|
3302
3302
|
var _h = _vm.$createElement;
|
|
@@ -3332,13 +3332,13 @@ var __vue_render__$G = function __vue_render__() {
|
|
|
3332
3332
|
}, [_vm._v(_vm._s(_vm.nextStepName))]) : _vm._e()])], 1);
|
|
3333
3333
|
};
|
|
3334
3334
|
|
|
3335
|
-
var __vue_staticRenderFns__$
|
|
3335
|
+
var __vue_staticRenderFns__$H = [];
|
|
3336
3336
|
/* style */
|
|
3337
3337
|
|
|
3338
|
-
var __vue_inject_styles__$
|
|
3338
|
+
var __vue_inject_styles__$H = function __vue_inject_styles__(inject) {
|
|
3339
3339
|
if (!inject) return;
|
|
3340
3340
|
inject("data-v-4fe04d36_0", {
|
|
3341
|
-
source: "[data-v-4fe04d36]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--
|
|
3341
|
+
source: "[data-v-4fe04d36]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-mobile-wizard-progress[data-v-4fe04d36]{padding:var(--size-value4);background-color:var(--neutral-lighten-3);width:100%;max-height:84px}.vc-mobile-wizard-progress .titles-container[data-v-4fe04d36]{margin:var(--size-value0) var(--size-value4)}.vc-mobile-wizard-progress .titles-container .current-step[data-v-4fe04d36]{font-weight:var(--font-weight-large2);font-size:var(--font-size-small2)}.vc-mobile-wizard-progress .titles-container .next-step[data-v-4fe04d36]{font-size:var(--font-size-x-small);color:var(--gray-darken-4)}",
|
|
3342
3342
|
map: undefined,
|
|
3343
3343
|
media: undefined
|
|
3344
3344
|
});
|
|
@@ -3346,21 +3346,21 @@ var __vue_inject_styles__$G = function __vue_inject_styles__(inject) {
|
|
|
3346
3346
|
/* scoped */
|
|
3347
3347
|
|
|
3348
3348
|
|
|
3349
|
-
var __vue_scope_id__$
|
|
3349
|
+
var __vue_scope_id__$H = "data-v-4fe04d36";
|
|
3350
3350
|
/* module identifier */
|
|
3351
3351
|
|
|
3352
|
-
var __vue_module_identifier__$
|
|
3352
|
+
var __vue_module_identifier__$H = "data-v-4fe04d36";
|
|
3353
3353
|
/* functional template */
|
|
3354
3354
|
|
|
3355
|
-
var __vue_is_functional_template__$
|
|
3355
|
+
var __vue_is_functional_template__$H = false;
|
|
3356
3356
|
/* style inject shadow dom */
|
|
3357
3357
|
|
|
3358
|
-
var __vue_component__$
|
|
3359
|
-
render: __vue_render__$
|
|
3360
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3361
|
-
}, __vue_inject_styles__$
|
|
3358
|
+
var __vue_component__$17 = /*#__PURE__*/normalizeComponent({
|
|
3359
|
+
render: __vue_render__$H,
|
|
3360
|
+
staticRenderFns: __vue_staticRenderFns__$H
|
|
3361
|
+
}, __vue_inject_styles__$H, __vue_script__$H, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, undefined, createInjectorSSR, undefined);
|
|
3362
3362
|
|
|
3363
|
-
var VcMobileWizardProgress = __vue_component__$
|
|
3363
|
+
var VcMobileWizardProgress = __vue_component__$17;var script$G = {
|
|
3364
3364
|
name: 'VcCheckbox',
|
|
3365
3365
|
components: {
|
|
3366
3366
|
VcIcon: VcIcon,
|
|
@@ -3417,10 +3417,10 @@ var VcMobileWizardProgress = __vue_component__$15;var script$F = {
|
|
|
3417
3417
|
}
|
|
3418
3418
|
}
|
|
3419
3419
|
};/* script */
|
|
3420
|
-
var __vue_script__$
|
|
3420
|
+
var __vue_script__$G = script$G;
|
|
3421
3421
|
/* template */
|
|
3422
3422
|
|
|
3423
|
-
var __vue_render__$
|
|
3423
|
+
var __vue_render__$G = function __vue_render__() {
|
|
3424
3424
|
var _vm = this;
|
|
3425
3425
|
|
|
3426
3426
|
var _h = _vm.$createElement;
|
|
@@ -3484,10 +3484,10 @@ var __vue_render__$F = function __vue_render__() {
|
|
|
3484
3484
|
});
|
|
3485
3485
|
};
|
|
3486
3486
|
|
|
3487
|
-
var __vue_staticRenderFns__$
|
|
3487
|
+
var __vue_staticRenderFns__$G = [];
|
|
3488
3488
|
/* style */
|
|
3489
3489
|
|
|
3490
|
-
var __vue_inject_styles__$
|
|
3490
|
+
var __vue_inject_styles__$G = function __vue_inject_styles__(inject) {
|
|
3491
3491
|
if (!inject) return;
|
|
3492
3492
|
inject("data-v-347ec55e_0", {
|
|
3493
3493
|
source: ".vc-checkbox[data-v-347ec55e]{font-family:var(--primary-font-family)}.vc-checkbox[data-v-347ec55e] .v-input__slot .v-input--selection-controls__input{width:var(--size-value4);height:var(--size-value4)}.vc-checkbox[data-v-347ec55e] .v-input__slot .v-input--selection-controls__input .v-icon{color:transparent;border:1px solid rgba(0,0,0,.2);box-sizing:border-box;border-radius:2px;font-size:var(--font-size-small);font-weight:700}.vc-checkbox[data-v-347ec55e] .checkbox-label{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small)}.vc-checkbox[data-v-347ec55e]:not(.v-input--is-disabled) .checkbox-label{color:var(--gray-darken-5)}.vc-checkbox[data-v-347ec55e] .tooltip-icon{color:var(--gray-darken-3)}.vc-checkbox[data-v-347ec55e] .avatar-wrapper .avatar-initials{font-size:var(--font-size-xxx-small);font-weight:var(--font-weight-medium2)}.vc-checkbox[data-v-347ec55e].v-input--indeterminate:not(.v-input--is-disabled) .v-input--selection-controls__input .v-icon{background-color:var(--green);color:#fff}.vc-checkbox[data-v-347ec55e].v-input--is-label-active:not(.v-input--is-disabled) .v-input--selection-controls__input .v-icon{background-color:var(--green);color:#fff;border:none}.vc-checkbox[data-v-347ec55e]:not(.v-input--is-disabled):hover:not(:active) .v-input--selection-controls__input .v-icon{background-color:rgba(0,0,0,.03)}.vc-checkbox[data-v-347ec55e].v-input--indeterminate:not(.v-input--is-disabled):hover .v-input--selection-controls__input .v-icon,.vc-checkbox[data-v-347ec55e].v-input--is-label-active:not(.v-input--is-disabled):hover .v-input--selection-controls__input .v-icon{background-color:rgba(84,210,140,.76)}.vc-checkbox[data-v-347ec55e].v-input--indeterminate:not(.v-input--is-disabled):active .v-input--selection-controls__input .v-icon,.vc-checkbox[data-v-347ec55e].v-input--is-label-active:not(.v-input--is-disabled):active .v-input--selection-controls__input .v-icon{background-color:rgba(84,210,140,.5)}.vc-checkbox[data-v-347ec55e]:not(.v-input--is-label-active):not(.v-input--indeterminate):not(.v-input--is-disabled):active .v-input--selection-controls__input .v-icon{background:rgba(0,0,0,.12)}.vc-checkbox[data-v-347ec55e]:not(.v-input--is-disabled):focus .v-input--selection-controls__input .v-icon{box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.vc-checkbox[data-v-347ec55e].v-input--is-disabled .v-input--selection-controls__input .v-icon{background:rgba(0,0,0,.07)}.vc-checkbox[data-v-347ec55e].v-input--is-disabled.v-input--is-label-active .v-input--selection-controls__input .v-icon{border:none}",
|
|
@@ -3498,21 +3498,21 @@ var __vue_inject_styles__$F = function __vue_inject_styles__(inject) {
|
|
|
3498
3498
|
/* scoped */
|
|
3499
3499
|
|
|
3500
3500
|
|
|
3501
|
-
var __vue_scope_id__$
|
|
3501
|
+
var __vue_scope_id__$G = "data-v-347ec55e";
|
|
3502
3502
|
/* module identifier */
|
|
3503
3503
|
|
|
3504
|
-
var __vue_module_identifier__$
|
|
3504
|
+
var __vue_module_identifier__$G = "data-v-347ec55e";
|
|
3505
3505
|
/* functional template */
|
|
3506
3506
|
|
|
3507
|
-
var __vue_is_functional_template__$
|
|
3507
|
+
var __vue_is_functional_template__$G = false;
|
|
3508
3508
|
/* style inject shadow dom */
|
|
3509
3509
|
|
|
3510
|
-
var __vue_component__$
|
|
3511
|
-
render: __vue_render__$
|
|
3512
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3513
|
-
}, __vue_inject_styles__$
|
|
3510
|
+
var __vue_component__$16 = /*#__PURE__*/normalizeComponent({
|
|
3511
|
+
render: __vue_render__$G,
|
|
3512
|
+
staticRenderFns: __vue_staticRenderFns__$G
|
|
3513
|
+
}, __vue_inject_styles__$G, __vue_script__$G, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, undefined, createInjectorSSR, undefined);
|
|
3514
3514
|
|
|
3515
|
-
var VcCheckbox = __vue_component__$
|
|
3515
|
+
var VcCheckbox = __vue_component__$16;var script$F = {
|
|
3516
3516
|
name: "VcChecklistItem",
|
|
3517
3517
|
components: {
|
|
3518
3518
|
VcLayout: VcLayout,
|
|
@@ -3565,10 +3565,10 @@ var VcCheckbox = __vue_component__$14;var script$E = {
|
|
|
3565
3565
|
}
|
|
3566
3566
|
}
|
|
3567
3567
|
};/* script */
|
|
3568
|
-
var __vue_script__$
|
|
3568
|
+
var __vue_script__$F = script$F;
|
|
3569
3569
|
/* template */
|
|
3570
3570
|
|
|
3571
|
-
var __vue_render__$
|
|
3571
|
+
var __vue_render__$F = function __vue_render__() {
|
|
3572
3572
|
var _vm = this;
|
|
3573
3573
|
|
|
3574
3574
|
var _h = _vm.$createElement;
|
|
@@ -3605,10 +3605,10 @@ var __vue_render__$E = function __vue_render__() {
|
|
|
3605
3605
|
})], 1)]], 2);
|
|
3606
3606
|
};
|
|
3607
3607
|
|
|
3608
|
-
var __vue_staticRenderFns__$
|
|
3608
|
+
var __vue_staticRenderFns__$F = [];
|
|
3609
3609
|
/* style */
|
|
3610
3610
|
|
|
3611
|
-
var __vue_inject_styles__$
|
|
3611
|
+
var __vue_inject_styles__$F = function __vue_inject_styles__(inject) {
|
|
3612
3612
|
if (!inject) return;
|
|
3613
3613
|
inject("data-v-eb804af2_0", {
|
|
3614
3614
|
source: ".VcChecklistItem-wrapper[data-v-eb804af2]{width:100%}.VcChecklistItem-wrapper[hide=true][data-v-eb804af2]{display:none}.VcChecklistItem-wrapper .VcChecklistItem.disabled[data-v-eb804af2]{background-color:var(--gray-lighten-3)}.VcChecklistItem-wrapper .VcChecklistItem .vc-checkbox[data-v-eb804af2]{flex:1 1 auto;padding:var(--size-value0);margin:var(--size-value0)}.VcChecklistItem-wrapper .VcChecklistItem .vc-checkbox[data-v-eb804af2] .v-input__control .v-input__slot{padding:var(--size-value2) var(--size-value4)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-eb804af2]:hover{background-color:var(--gray-lighten-3)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-eb804af2]:focus{box-shadow:0 0 0 2px var(--v-secondary-lighten1)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-eb804af2]:active{background-color:var(--v-secondary-lighten3)}",
|
|
@@ -3619,21 +3619,21 @@ var __vue_inject_styles__$E = function __vue_inject_styles__(inject) {
|
|
|
3619
3619
|
/* scoped */
|
|
3620
3620
|
|
|
3621
3621
|
|
|
3622
|
-
var __vue_scope_id__$
|
|
3622
|
+
var __vue_scope_id__$F = "data-v-eb804af2";
|
|
3623
3623
|
/* module identifier */
|
|
3624
3624
|
|
|
3625
|
-
var __vue_module_identifier__$
|
|
3625
|
+
var __vue_module_identifier__$F = "data-v-eb804af2";
|
|
3626
3626
|
/* functional template */
|
|
3627
3627
|
|
|
3628
|
-
var __vue_is_functional_template__$
|
|
3628
|
+
var __vue_is_functional_template__$F = false;
|
|
3629
3629
|
/* style inject shadow dom */
|
|
3630
3630
|
|
|
3631
|
-
var __vue_component__$
|
|
3632
|
-
render: __vue_render__$
|
|
3633
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3634
|
-
}, __vue_inject_styles__$
|
|
3631
|
+
var __vue_component__$15 = /*#__PURE__*/normalizeComponent({
|
|
3632
|
+
render: __vue_render__$F,
|
|
3633
|
+
staticRenderFns: __vue_staticRenderFns__$F
|
|
3634
|
+
}, __vue_inject_styles__$F, __vue_script__$F, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, undefined, createInjectorSSR, undefined);
|
|
3635
3635
|
|
|
3636
|
-
var VcChecklistItem = __vue_component__$
|
|
3636
|
+
var VcChecklistItem = __vue_component__$15;var script$E = {
|
|
3637
3637
|
name: 'VcTextField',
|
|
3638
3638
|
components: {
|
|
3639
3639
|
VcIconWithTooltip: VcIconWithTooltip,
|
|
@@ -3838,10 +3838,10 @@ var VcChecklistItem = __vue_component__$13;var script$D = {
|
|
|
3838
3838
|
}
|
|
3839
3839
|
}
|
|
3840
3840
|
};/* script */
|
|
3841
|
-
var __vue_script__$
|
|
3841
|
+
var __vue_script__$E = script$E;
|
|
3842
3842
|
/* template */
|
|
3843
3843
|
|
|
3844
|
-
var __vue_render__$
|
|
3844
|
+
var __vue_render__$E = function __vue_render__() {
|
|
3845
3845
|
var _vm = this;
|
|
3846
3846
|
|
|
3847
3847
|
var _h = _vm.$createElement;
|
|
@@ -3904,10 +3904,10 @@ var __vue_render__$D = function __vue_render__() {
|
|
|
3904
3904
|
});
|
|
3905
3905
|
};
|
|
3906
3906
|
|
|
3907
|
-
var __vue_staticRenderFns__$
|
|
3907
|
+
var __vue_staticRenderFns__$E = [];
|
|
3908
3908
|
/* style */
|
|
3909
3909
|
|
|
3910
|
-
var __vue_inject_styles__$
|
|
3910
|
+
var __vue_inject_styles__$E = function __vue_inject_styles__(inject) {
|
|
3911
3911
|
if (!inject) return;
|
|
3912
3912
|
inject("data-v-75d9b6f0_0", {
|
|
3913
3913
|
source: ".VcTextInput.v-text-field[data-v-75d9b6f0]{font-family:var(--primary-font-family)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot{padding:0 var(--size-value3);height:var(--size-value13);background:#fff;border:1px solid var(--gray-lighten-1);box-sizing:border-box;border-radius:6px}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot label{font-size:var(--font-size-small2);line-height:var(--size-value5);color:var(--gray-darken-3);font-weight:var(--font-weight-medium)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot .v-text-field__prefix{color:var(--gray-darken-5)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot input{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:var(--size-value5);color:var(--gray-darken-5);caret-color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot input::placeholder{font-weight:var(--font-weight-medium)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:after,.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:before{display:none}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:hover{border-color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:active,.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:focus,.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:focus-within{border:1px solid var(--v-secondary-base);box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:active input,.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:focus input,.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:focus-within input{color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot .v-input__prepend-inner{padding-inline-end:var(--size-value3);align-self:center}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot .v-input__icon .v-icon{margin:var(--size-value0)!important}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot .v-input__icon .v-icon__component{height:var(--size-value3);width:var(--size-value3);line-height:0}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot .v-input__icon .v-icon__component .vc-chevron-right{fill:var(--gray-darken-2)}.VcTextInput.v-text-field[data-v-75d9b6f0].error--text .v-input__slot{border-color:var(--red);color:unset;box-shadow:unset;font-size:var(--font-size-xx-small);line-height:var(--size-value4)}.VcTextInput.v-text-field[data-v-75d9b6f0].v-input--is-focused label,.VcTextInput.v-text-field[data-v-75d9b6f0].v-input--is-label-active label{font-size:var(--font-size-small);line-height:14px;height:var(--size-value4);letter-spacing:-.3px;color:var(--gray-darken-4)!important;transform:translateY(-100%) scale(.85);top:var(--size-value2)}.VcTextInput.v-text-field[data-v-75d9b6f0].v-input--is-focused .v-text-field__slot,.VcTextInput.v-text-field[data-v-75d9b6f0].v-input--is-label-active .v-text-field__slot{margin-bottom:-14px}.VcTextInput.v-text-field[data-v-75d9b6f0].v-input--is-disabled .v-input__slot{background:var(--gray-lighten-3);border:1px solid var(--gray-lighten-1)}.VcTextInput.v-text-field[data-v-75d9b6f0].v-input--is-disabled .v-input__slot input,.VcTextInput.v-text-field[data-v-75d9b6f0].v-input--is-disabled .v-input__slot label{color:var(--gray-darken-2)}.VcTextInput.v-text-field[data-v-75d9b6f0]:not(.v-input--is-label-active):not(.v-input--is-focused) input{padding:var(--size-value2) 0}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-messages__message{line-height:var(--size-value4)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__append-inner{align-self:center;fill:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__append-inner .v-input__icon--append{min-width:var(--size-value5);width:var(--size-value5)}.VcTextInput.v-text-field[data-v-75d9b6f0].v-input--dense:not(.v-text-field--outlined) input{padding-block:var(--size-value2)}.VcTextInput.v-text-field[data-v-75d9b6f0].v-input--is-readonly{cursor:pointer}",
|
|
@@ -3918,23 +3918,23 @@ var __vue_inject_styles__$D = function __vue_inject_styles__(inject) {
|
|
|
3918
3918
|
/* scoped */
|
|
3919
3919
|
|
|
3920
3920
|
|
|
3921
|
-
var __vue_scope_id__$
|
|
3921
|
+
var __vue_scope_id__$E = "data-v-75d9b6f0";
|
|
3922
3922
|
/* module identifier */
|
|
3923
3923
|
|
|
3924
|
-
var __vue_module_identifier__$
|
|
3924
|
+
var __vue_module_identifier__$E = "data-v-75d9b6f0";
|
|
3925
3925
|
/* functional template */
|
|
3926
3926
|
|
|
3927
|
-
var __vue_is_functional_template__$
|
|
3927
|
+
var __vue_is_functional_template__$E = false;
|
|
3928
3928
|
/* style inject shadow dom */
|
|
3929
3929
|
|
|
3930
|
-
var __vue_component__$
|
|
3931
|
-
render: __vue_render__$
|
|
3932
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3933
|
-
}, __vue_inject_styles__$
|
|
3930
|
+
var __vue_component__$14 = /*#__PURE__*/normalizeComponent({
|
|
3931
|
+
render: __vue_render__$E,
|
|
3932
|
+
staticRenderFns: __vue_staticRenderFns__$E
|
|
3933
|
+
}, __vue_inject_styles__$E, __vue_script__$E, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, undefined, createInjectorSSR, undefined);
|
|
3934
3934
|
|
|
3935
|
-
var VcTextField = __vue_component__$
|
|
3935
|
+
var VcTextField = __vue_component__$14;var throttle$1 = require("lodash.throttle");
|
|
3936
3936
|
|
|
3937
|
-
var script$
|
|
3937
|
+
var script$D = {
|
|
3938
3938
|
name: "VcSearchBar",
|
|
3939
3939
|
components: {
|
|
3940
3940
|
VcTextField: VcTextField,
|
|
@@ -3995,10 +3995,10 @@ var script$C = {
|
|
|
3995
3995
|
};
|
|
3996
3996
|
}
|
|
3997
3997
|
};/* script */
|
|
3998
|
-
var __vue_script__$
|
|
3998
|
+
var __vue_script__$D = script$D;
|
|
3999
3999
|
/* template */
|
|
4000
4000
|
|
|
4001
|
-
var __vue_render__$
|
|
4001
|
+
var __vue_render__$D = function __vue_render__() {
|
|
4002
4002
|
var _vm = this;
|
|
4003
4003
|
|
|
4004
4004
|
var _h = _vm.$createElement;
|
|
@@ -4034,10 +4034,10 @@ var __vue_render__$C = function __vue_render__() {
|
|
|
4034
4034
|
});
|
|
4035
4035
|
};
|
|
4036
4036
|
|
|
4037
|
-
var __vue_staticRenderFns__$
|
|
4037
|
+
var __vue_staticRenderFns__$D = [];
|
|
4038
4038
|
/* style */
|
|
4039
4039
|
|
|
4040
|
-
var __vue_inject_styles__$
|
|
4040
|
+
var __vue_inject_styles__$D = function __vue_inject_styles__(inject) {
|
|
4041
4041
|
if (!inject) return;
|
|
4042
4042
|
inject("data-v-aa7c74d0_0", {
|
|
4043
4043
|
source: ".vc-search-bar.VcTextInput[data-v-aa7c74d0]{padding:var(--size-value0);margin:var(--size-value0)}.vc-search-bar.VcTextInput.border-top-radius[data-v-aa7c74d0] .v-input__control .v-input__slot{border-radius:var(--border-radius) var(--border-radius) var(--size-value0) var(--size-value0)}.vc-search-bar.VcTextInput.v-input--has-state[data-v-aa7c74d0] .v-input__slot .v-text-field__slot,.vc-search-bar.VcTextInput.v-input--is-focused[data-v-aa7c74d0] .v-input__slot .v-text-field__slot,.vc-search-bar.VcTextInput.v-input--is-label-active[data-v-aa7c74d0] .v-input__slot .v-text-field__slot{margin:0}.vc-search-bar.VcTextInput__magnify[data-v-aa7c74d0]{fill:var(--gray-darken-2)}.vc-search-bar.VcTextInput[data-v-aa7c74d0]:hover{border-color:var(--gray-darken-2)}.vc-search-bar.VcTextInput[data-v-aa7c74d0]:hover .v-input__slot label{color:var(--gray-darken-2)}.vc-search-bar.VcTextInput.medium[data-v-aa7c74d0] .v-input__control .v-input__slot{height:var(--size-value10)}.vc-search-bar.VcTextInput.medium[data-v-aa7c74d0] .v-input__control .v-input__slot .v-input__prepend-inner{padding:var(--size-value3)}.vc-search-bar.VcTextInput[data-v-aa7c74d0] .v-input__control .v-input__slot{padding:var(--size-value0)}.vc-search-bar.VcTextInput[data-v-aa7c74d0] .v-input__control .v-input__slot .v-input__prepend-inner{padding:18px var(--size-value3);margin:var(--size-value0)}",
|
|
@@ -4048,21 +4048,21 @@ var __vue_inject_styles__$C = function __vue_inject_styles__(inject) {
|
|
|
4048
4048
|
/* scoped */
|
|
4049
4049
|
|
|
4050
4050
|
|
|
4051
|
-
var __vue_scope_id__$
|
|
4051
|
+
var __vue_scope_id__$D = "data-v-aa7c74d0";
|
|
4052
4052
|
/* module identifier */
|
|
4053
4053
|
|
|
4054
|
-
var __vue_module_identifier__$
|
|
4054
|
+
var __vue_module_identifier__$D = "data-v-aa7c74d0";
|
|
4055
4055
|
/* functional template */
|
|
4056
4056
|
|
|
4057
|
-
var __vue_is_functional_template__$
|
|
4057
|
+
var __vue_is_functional_template__$D = false;
|
|
4058
4058
|
/* style inject shadow dom */
|
|
4059
4059
|
|
|
4060
|
-
var __vue_component__$
|
|
4061
|
-
render: __vue_render__$
|
|
4062
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4063
|
-
}, __vue_inject_styles__$
|
|
4060
|
+
var __vue_component__$13 = /*#__PURE__*/normalizeComponent({
|
|
4061
|
+
render: __vue_render__$D,
|
|
4062
|
+
staticRenderFns: __vue_staticRenderFns__$D
|
|
4063
|
+
}, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, undefined, createInjectorSSR, undefined);
|
|
4064
4064
|
|
|
4065
|
-
var VcSearchBar = __vue_component__$
|
|
4065
|
+
var VcSearchBar = __vue_component__$13;var script$C = {
|
|
4066
4066
|
name: "VcListbox",
|
|
4067
4067
|
components: {
|
|
4068
4068
|
VcLayout: VcLayout,
|
|
@@ -4158,10 +4158,10 @@ var VcSearchBar = __vue_component__$11;var script$B = {
|
|
|
4158
4158
|
}
|
|
4159
4159
|
}
|
|
4160
4160
|
};/* script */
|
|
4161
|
-
var __vue_script__$
|
|
4161
|
+
var __vue_script__$C = script$C;
|
|
4162
4162
|
/* template */
|
|
4163
4163
|
|
|
4164
|
-
var __vue_render__$
|
|
4164
|
+
var __vue_render__$C = function __vue_render__() {
|
|
4165
4165
|
var _vm = this;
|
|
4166
4166
|
|
|
4167
4167
|
var _h = _vm.$createElement;
|
|
@@ -4249,10 +4249,10 @@ var __vue_render__$B = function __vue_render__() {
|
|
|
4249
4249
|
}, [_vm._v(_vm._s(_vm.getAddAnotherLabel))])], 1)], 1) : _vm._e()], 1)], 2);
|
|
4250
4250
|
};
|
|
4251
4251
|
|
|
4252
|
-
var __vue_staticRenderFns__$
|
|
4252
|
+
var __vue_staticRenderFns__$C = [];
|
|
4253
4253
|
/* style */
|
|
4254
4254
|
|
|
4255
|
-
var __vue_inject_styles__$
|
|
4255
|
+
var __vue_inject_styles__$C = function __vue_inject_styles__(inject) {
|
|
4256
4256
|
if (!inject) return;
|
|
4257
4257
|
inject("data-v-511fa191_0", {
|
|
4258
4258
|
source: ".vc-list-title[data-v-511fa191]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:var(--size-value5);margin-block-end:var(--size-value3)}.VcListbox[data-v-511fa191]{padding-block:var(--size-value1);margin-block:var(--size-value1);border:1px solid var(--gray-lighten-1);box-sizing:border-box;border-radius:var(--border-radius);box-shadow:none!important}.VcListbox.with-search[data-v-511fa191]{border:none}.VcListbox.with-search .vc-overflow[data-v-511fa191]{border-inline:var(--border-frame);border-block-end:var(--border-frame);border-radius:0 0 var(--border-radius) var(--border-radius)}.VcListbox.with-search.with-add-another .vc-overflow[data-v-511fa191]{border-inline:var(--border-frame);border-block-end:unset;border-radius:unset}.VcListbox.with-search.with-add-another .last-item[data-v-511fa191]{border-inline:var(--border-frame);border-block-end:var(--border-frame);border-radius:0 0 var(--border-radius) var(--border-radius)}.VcListbox .vc-overflow[data-v-511fa191]{overflow:auto;height:160px}.VcListbox .vc-overflow .vc-list-item[data-v-511fa191]{padding:var(--size-value0);min-height:unset}.VcListbox .vc-overflow .vc-list-item[data-v-511fa191]:before{opacity:0}.VcListbox .divider[data-v-511fa191]{border-color:var(--gray-lighten-1)}.VcListbox .last-item[data-v-511fa191]{cursor:pointer;min-height:var(--size-value10);padding-block:var(--size-value1) var(--size-value2)}.VcListbox .last-item[data-v-511fa191]:hover{background-color:var(--gray-lighten-3)}.VcListbox .last-item .add-another-label[data-v-511fa191]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-5)}.VcListbox .last-item .add-another-icon[data-v-511fa191]{margin-inline-end:var(--size-value3);cursor:pointer}.VcListbox .last-item .add-another-icon[data-v-511fa191] .v-icon__component{height:unset;width:unset}.VcListbox .last-item .add-another-icon[data-v-511fa191] .v-icon__component svg{width:var(--size-value3)}.VcListbox__empty[data-v-511fa191]{height:100%;font-weight:var(--font-weight-medium2);font-size:var(--font-size-xx-small);color:var(--gray-darken-4)}",
|
|
@@ -4263,21 +4263,21 @@ var __vue_inject_styles__$B = function __vue_inject_styles__(inject) {
|
|
|
4263
4263
|
/* scoped */
|
|
4264
4264
|
|
|
4265
4265
|
|
|
4266
|
-
var __vue_scope_id__$
|
|
4266
|
+
var __vue_scope_id__$C = "data-v-511fa191";
|
|
4267
4267
|
/* module identifier */
|
|
4268
4268
|
|
|
4269
|
-
var __vue_module_identifier__$
|
|
4269
|
+
var __vue_module_identifier__$C = "data-v-511fa191";
|
|
4270
4270
|
/* functional template */
|
|
4271
4271
|
|
|
4272
|
-
var __vue_is_functional_template__$
|
|
4272
|
+
var __vue_is_functional_template__$C = false;
|
|
4273
4273
|
/* style inject shadow dom */
|
|
4274
4274
|
|
|
4275
|
-
var __vue_component__
|
|
4276
|
-
render: __vue_render__$
|
|
4277
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4278
|
-
}, __vue_inject_styles__$
|
|
4275
|
+
var __vue_component__$11 = /*#__PURE__*/normalizeComponent({
|
|
4276
|
+
render: __vue_render__$C,
|
|
4277
|
+
staticRenderFns: __vue_staticRenderFns__$C
|
|
4278
|
+
}, __vue_inject_styles__$C, __vue_script__$C, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, undefined, createInjectorSSR, undefined);
|
|
4279
4279
|
|
|
4280
|
-
var __vue_component__$
|
|
4280
|
+
var __vue_component__$12 = __vue_component__$11;var script$B = {
|
|
4281
4281
|
name: "VcBottomSheet",
|
|
4282
4282
|
components: {
|
|
4283
4283
|
VcLayout: VcLayout,
|
|
@@ -4299,10 +4299,10 @@ var __vue_component__$10 = __vue_component__$$;var script$A = {
|
|
|
4299
4299
|
}
|
|
4300
4300
|
}
|
|
4301
4301
|
};/* script */
|
|
4302
|
-
var __vue_script__$
|
|
4302
|
+
var __vue_script__$B = script$B;
|
|
4303
4303
|
/* template */
|
|
4304
4304
|
|
|
4305
|
-
var __vue_render__$
|
|
4305
|
+
var __vue_render__$B = function __vue_render__() {
|
|
4306
4306
|
var _vm = this;
|
|
4307
4307
|
|
|
4308
4308
|
var _h = _vm.$createElement;
|
|
@@ -4335,13 +4335,13 @@ var __vue_render__$A = function __vue_render__() {
|
|
|
4335
4335
|
}, [_vm._t("default")], 2)], 1);
|
|
4336
4336
|
};
|
|
4337
4337
|
|
|
4338
|
-
var __vue_staticRenderFns__$
|
|
4338
|
+
var __vue_staticRenderFns__$B = [];
|
|
4339
4339
|
/* style */
|
|
4340
4340
|
|
|
4341
|
-
var __vue_inject_styles__$
|
|
4341
|
+
var __vue_inject_styles__$B = function __vue_inject_styles__(inject) {
|
|
4342
4342
|
if (!inject) return;
|
|
4343
4343
|
inject("data-v-d837dcb8_0", {
|
|
4344
|
-
source: "[data-v-d837dcb8]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--
|
|
4344
|
+
source: "[data-v-d837dcb8]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcBottomSheet .vc-sheet[data-v-d837dcb8]{max-height:92vh;border-radius:var(--modal-border-radius) var(--modal-border-radius) 0 0;display:flex;box-shadow:var(--modal-box-shadow)}",
|
|
4345
4345
|
map: undefined,
|
|
4346
4346
|
media: undefined
|
|
4347
4347
|
});
|
|
@@ -4349,21 +4349,21 @@ var __vue_inject_styles__$A = function __vue_inject_styles__(inject) {
|
|
|
4349
4349
|
/* scoped */
|
|
4350
4350
|
|
|
4351
4351
|
|
|
4352
|
-
var __vue_scope_id__$
|
|
4352
|
+
var __vue_scope_id__$B = "data-v-d837dcb8";
|
|
4353
4353
|
/* module identifier */
|
|
4354
4354
|
|
|
4355
|
-
var __vue_module_identifier__$
|
|
4355
|
+
var __vue_module_identifier__$B = "data-v-d837dcb8";
|
|
4356
4356
|
/* functional template */
|
|
4357
4357
|
|
|
4358
|
-
var __vue_is_functional_template__$
|
|
4358
|
+
var __vue_is_functional_template__$B = false;
|
|
4359
4359
|
/* style inject shadow dom */
|
|
4360
4360
|
|
|
4361
|
-
var __vue_component__$
|
|
4362
|
-
render: __vue_render__$
|
|
4363
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4364
|
-
}, __vue_inject_styles__$
|
|
4361
|
+
var __vue_component__$10 = /*#__PURE__*/normalizeComponent({
|
|
4362
|
+
render: __vue_render__$B,
|
|
4363
|
+
staticRenderFns: __vue_staticRenderFns__$B
|
|
4364
|
+
}, __vue_inject_styles__$B, __vue_script__$B, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, undefined, createInjectorSSR, undefined);
|
|
4365
4365
|
|
|
4366
|
-
var VcBottomSheet = __vue_component__$
|
|
4366
|
+
var VcBottomSheet = __vue_component__$10;var script$A = {
|
|
4367
4367
|
components: {
|
|
4368
4368
|
VcIcon: VcIcon,
|
|
4369
4369
|
VSwitch: lib.VSwitch
|
|
@@ -4408,10 +4408,10 @@ var VcBottomSheet = __vue_component__$_;var script$z = {
|
|
|
4408
4408
|
}
|
|
4409
4409
|
}
|
|
4410
4410
|
};/* script */
|
|
4411
|
-
var __vue_script__$
|
|
4411
|
+
var __vue_script__$A = script$A;
|
|
4412
4412
|
/* template */
|
|
4413
4413
|
|
|
4414
|
-
var __vue_render__$
|
|
4414
|
+
var __vue_render__$A = function __vue_render__() {
|
|
4415
4415
|
var _vm = this;
|
|
4416
4416
|
|
|
4417
4417
|
var _h = _vm.$createElement;
|
|
@@ -4467,10 +4467,10 @@ var __vue_render__$z = function __vue_render__() {
|
|
|
4467
4467
|
}, [_vm._v("$close_button")]) : _vm._e()], 2);
|
|
4468
4468
|
};
|
|
4469
4469
|
|
|
4470
|
-
var __vue_staticRenderFns__$
|
|
4470
|
+
var __vue_staticRenderFns__$A = [];
|
|
4471
4471
|
/* style */
|
|
4472
4472
|
|
|
4473
|
-
var __vue_inject_styles__$
|
|
4473
|
+
var __vue_inject_styles__$A = function __vue_inject_styles__(inject) {
|
|
4474
4474
|
if (!inject) return;
|
|
4475
4475
|
inject("data-v-422626ac_0", {
|
|
4476
4476
|
source: ".switchContainer .VcSwitch[data-v-422626ac]{padding:0;margin:0}.switchContainer .VcSwitch[data-v-422626ac] label{font-size:var(--font-size-small);font-weight:var(--font-weight-medium);line-height:var(--size-value6);color:var(--neutral-lighten-1)}.switchContainer .VcSwitch[data-v-422626ac] input{height:var(--size-value5)}.switchContainer .VcSwitch[data-v-422626ac] .v-input--selection-controls__input{margin-left:0;margin-right:var(--size-value3);height:var(--size-value5);width:var(--size-value8)}#app[dir=rtl] .switchContainer .VcSwitch[data-v-422626ac] .v-input--selection-controls__input{margin-left:var(--size-value3)}#app[dir=rtl] .switchContainer .VcSwitch[data-v-422626ac] .v-input--selection-controls__input{margin-right:0}.switchContainer .VcSwitch[data-v-422626ac] .v-input--switch__track{top:0;left:0}#app[dir=rtl] .switchContainer .VcSwitch[data-v-422626ac] .v-input--switch__track{left:auto;right:0}.switchContainer .VcSwitch[data-v-422626ac] .v-input--selection-controls__ripple{left:-10px;height:25px;width:25px}#app[dir=rtl] .switchContainer .VcSwitch[data-v-422626ac] .v-input--selection-controls__ripple{left:auto;right:-10px}.switchContainer .VcSwitch[data-v-422626ac] .v-input--switch__thumb{height:14px;width:14px;background-color:#fff;top:calc(50% - 7px);transform:translateX(3px)!important;box-shadow:var(--shadow-5)}#app[dir=rtl] .switchContainer .VcSwitch[data-v-422626ac] .v-input--switch__thumb{transform:translateX(-3px)!important}.switchContainer .VcSwitch.v-input--is-disabled[data-v-422626ac] {opacity:1}.switchContainer .VcSwitch.v-input--is-disabled[data-v-422626ac] .v-input--switch__track{color:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.v-input--is-disabled[data-v-422626ac] .v-input--switch__thumb{background-color:var(--gray)!important;box-shadow:none}.switchContainer .VcSwitch.is-active[data-v-422626ac] .v-input--switch__track{opacity:1;background-color:currentColor}.switchContainer .VcSwitch.is-active[data-v-422626ac] .v-input--selection-controls__ripple{transform:translateX(14px)!important}#app[dir=rtl] .switchContainer .VcSwitch.is-active[data-v-422626ac] .v-input--selection-controls__ripple{transform:translateX(-14px)!important}.switchContainer .VcSwitch.is-active[data-v-422626ac] .v-input--switch__thumb{transform:translateX(17px)!important}#app[dir=rtl] .switchContainer .VcSwitch.is-active[data-v-422626ac] .v-input--switch__thumb{transform:translateX(-17px)!important}.switchContainer .VcSwitch.pre-label[data-v-422626ac] label{order:-1;flex:unset;margin-inline-end:var(--size-value2)}.switchContainer .VcSwitch.pre-label[data-v-422626ac] .v-input--selection-controls__input{margin:unset!important}.switchContainer .VcSwitch.with-icon[data-v-422626ac] input{height:var(--size-value6)}.switchContainer .VcSwitch.with-icon[data-v-422626ac] .v-input--selection-controls__input{margin-left:0;margin-right:var(--size-value3);height:var(--size-value6);width:var(--size-value12)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-422626ac] .v-input--selection-controls__input{margin-left:var(--size-value3)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-422626ac] .v-input--selection-controls__input{margin-right:0}.switchContainer .VcSwitch.with-icon[data-v-422626ac] .v-input--switch__track{top:0;left:0;height:var(--size-value6);width:var(--size-value12)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-422626ac] .v-input--switch__track{left:auto;right:0}.switchContainer .VcSwitch.with-icon[data-v-422626ac] .v-input--selection-controls__ripple{left:-9px;height:29px;width:29px;top:calc(50% - 21.5px)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-422626ac] .v-input--selection-controls__ripple{left:auto;right:-9px}.switchContainer .VcSwitch.with-icon[data-v-422626ac] .v-input--switch__thumb{height:18px;width:18px;top:calc(50% - 9px);transform:translateX(3.5px)!important}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-422626ac] .v-input--switch__thumb{transform:translateX(-3.5px)!important}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-422626ac] {opacity:1}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-422626ac] .v-input--switch__track{color:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-422626ac] .v-input--switch__thumb{background-color:var(--gray)!important;box-shadow:none}.switchContainer .VcSwitch.with-icon.v-input--is-disabled+.VcSwitchIcon[data-v-422626ac]{fill:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.with-icon.is-active[data-v-422626ac] .v-input--switch__track{opacity:1;background-color:currentColor}.switchContainer .VcSwitch.with-icon.is-active[data-v-422626ac] .v-input--selection-controls__ripple{transform:translateX(23.5px)!important}#app[dir=rtl] .switchContainer .VcSwitch.with-icon.is-active[data-v-422626ac] .v-input--selection-controls__ripple{transform:translateX(-23.5px)!important}.switchContainer .VcSwitch.with-icon.is-active[data-v-422626ac] .v-input--switch__thumb{transform:translateX(26px)!important}#app[dir=rtl] .switchContainer .VcSwitch.with-icon.is-active[data-v-422626ac] .v-input--switch__thumb{transform:translateX(-26px)!important}.switchContainer .VcSwitchIcon[data-v-422626ac]{cursor:pointer;pointer-events:none;margin:17px;left:-10px}.switchContainer .VcSwitchIconV[data-v-422626ac]{top:-33px;transform:translateX(23px);fill:var(--v-secondary-base)}.switchContainer .VcSwitchIconX[data-v-422626ac]{top:-34px;transform:translate(0,0);fill:var(--neutral-lighten-1)}.switchContainer.with-icon[data-v-422626ac]{height:var(--size-value6)}",
|
|
@@ -4481,21 +4481,21 @@ var __vue_inject_styles__$z = function __vue_inject_styles__(inject) {
|
|
|
4481
4481
|
/* scoped */
|
|
4482
4482
|
|
|
4483
4483
|
|
|
4484
|
-
var __vue_scope_id__$
|
|
4484
|
+
var __vue_scope_id__$A = "data-v-422626ac";
|
|
4485
4485
|
/* module identifier */
|
|
4486
4486
|
|
|
4487
|
-
var __vue_module_identifier__$
|
|
4487
|
+
var __vue_module_identifier__$A = "data-v-422626ac";
|
|
4488
4488
|
/* functional template */
|
|
4489
4489
|
|
|
4490
|
-
var __vue_is_functional_template__$
|
|
4490
|
+
var __vue_is_functional_template__$A = false;
|
|
4491
4491
|
/* style inject shadow dom */
|
|
4492
4492
|
|
|
4493
|
-
var __vue_component__
|
|
4494
|
-
render: __vue_render__$
|
|
4495
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4496
|
-
}, __vue_inject_styles__$
|
|
4493
|
+
var __vue_component__$$ = /*#__PURE__*/normalizeComponent({
|
|
4494
|
+
render: __vue_render__$A,
|
|
4495
|
+
staticRenderFns: __vue_staticRenderFns__$A
|
|
4496
|
+
}, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, undefined, createInjectorSSR, undefined);
|
|
4497
4497
|
|
|
4498
|
-
var VcSwitch = __vue_component__
|
|
4498
|
+
var VcSwitch = __vue_component__$$;var script$z = {
|
|
4499
4499
|
name: "VcInputBottomSheet",
|
|
4500
4500
|
components: {
|
|
4501
4501
|
VcBottomSheet: VcBottomSheet,
|
|
@@ -4584,10 +4584,10 @@ var VcSwitch = __vue_component__$Z;var script$y = {
|
|
|
4584
4584
|
}
|
|
4585
4585
|
}
|
|
4586
4586
|
};/* script */
|
|
4587
|
-
var __vue_script__$
|
|
4587
|
+
var __vue_script__$z = script$z;
|
|
4588
4588
|
/* template */
|
|
4589
4589
|
|
|
4590
|
-
var __vue_render__$
|
|
4590
|
+
var __vue_render__$z = function __vue_render__() {
|
|
4591
4591
|
var _vm = this;
|
|
4592
4592
|
|
|
4593
4593
|
var _h = _vm.$createElement;
|
|
@@ -4706,13 +4706,13 @@ var __vue_render__$y = function __vue_render__() {
|
|
|
4706
4706
|
}) : _vm._e()], 1)]], 2);
|
|
4707
4707
|
};
|
|
4708
4708
|
|
|
4709
|
-
var __vue_staticRenderFns__$
|
|
4709
|
+
var __vue_staticRenderFns__$z = [];
|
|
4710
4710
|
/* style */
|
|
4711
4711
|
|
|
4712
|
-
var __vue_inject_styles__$
|
|
4712
|
+
var __vue_inject_styles__$z = function __vue_inject_styles__(inject) {
|
|
4713
4713
|
if (!inject) return;
|
|
4714
4714
|
inject("data-v-e1c1f348_0", {
|
|
4715
|
-
source: "[data-v-e1c1f348]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--
|
|
4715
|
+
source: "[data-v-e1c1f348]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcInputBottomSheet .vc-bottom-sheet__header.showDivider[data-v-e1c1f348]{border-bottom:1px solid var(--gray-lighten-1)}.VcInputBottomSheet .vc-bottom-sheet__footer[data-v-e1c1f348]{padding:var(--size-value3) var(--size-value4)}.VcInputBottomSheet .vc-bottom-sheet__footer.showDivider[data-v-e1c1f348]{border-top:1px solid var(--gray-lighten-1);display:flex}.VcInputBottomSheet .vc-bottom-sheet__content[data-v-e1c1f348]{padding:var(--size-value6) var(--size-value4);overflow-y:auto}",
|
|
4716
4716
|
map: undefined,
|
|
4717
4717
|
media: undefined
|
|
4718
4718
|
});
|
|
@@ -4720,21 +4720,21 @@ var __vue_inject_styles__$y = function __vue_inject_styles__(inject) {
|
|
|
4720
4720
|
/* scoped */
|
|
4721
4721
|
|
|
4722
4722
|
|
|
4723
|
-
var __vue_scope_id__$
|
|
4723
|
+
var __vue_scope_id__$z = "data-v-e1c1f348";
|
|
4724
4724
|
/* module identifier */
|
|
4725
4725
|
|
|
4726
|
-
var __vue_module_identifier__$
|
|
4726
|
+
var __vue_module_identifier__$z = "data-v-e1c1f348";
|
|
4727
4727
|
/* functional template */
|
|
4728
4728
|
|
|
4729
|
-
var __vue_is_functional_template__$
|
|
4729
|
+
var __vue_is_functional_template__$z = false;
|
|
4730
4730
|
/* style inject shadow dom */
|
|
4731
4731
|
|
|
4732
|
-
var __vue_component__$
|
|
4733
|
-
render: __vue_render__$
|
|
4734
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4735
|
-
}, __vue_inject_styles__$
|
|
4732
|
+
var __vue_component__$Z = /*#__PURE__*/normalizeComponent({
|
|
4733
|
+
render: __vue_render__$z,
|
|
4734
|
+
staticRenderFns: __vue_staticRenderFns__$z
|
|
4735
|
+
}, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, createInjectorSSR, undefined);
|
|
4736
4736
|
|
|
4737
|
-
var __vue_component__$
|
|
4737
|
+
var __vue_component__$_ = __vue_component__$Z;//
|
|
4738
4738
|
//
|
|
4739
4739
|
//
|
|
4740
4740
|
//
|
|
@@ -4752,7 +4752,7 @@ var __vue_component__$Y = __vue_component__$X;//
|
|
|
4752
4752
|
//
|
|
4753
4753
|
//
|
|
4754
4754
|
//
|
|
4755
|
-
var script$
|
|
4755
|
+
var script$y = {
|
|
4756
4756
|
components: {
|
|
4757
4757
|
VMenu: lib.VMenu
|
|
4758
4758
|
},
|
|
@@ -4786,10 +4786,10 @@ var script$x = {
|
|
|
4786
4786
|
}
|
|
4787
4787
|
}
|
|
4788
4788
|
};/* script */
|
|
4789
|
-
var __vue_script__$
|
|
4789
|
+
var __vue_script__$y = script$y;
|
|
4790
4790
|
/* template */
|
|
4791
4791
|
|
|
4792
|
-
var __vue_render__$
|
|
4792
|
+
var __vue_render__$y = function __vue_render__() {
|
|
4793
4793
|
var _vm = this;
|
|
4794
4794
|
|
|
4795
4795
|
var _h = _vm.$createElement;
|
|
@@ -4827,13 +4827,13 @@ var __vue_render__$x = function __vue_render__() {
|
|
|
4827
4827
|
}, [_vm._v(" "), _vm._t("default")], 2);
|
|
4828
4828
|
};
|
|
4829
4829
|
|
|
4830
|
-
var __vue_staticRenderFns__$
|
|
4830
|
+
var __vue_staticRenderFns__$y = [];
|
|
4831
4831
|
/* style */
|
|
4832
4832
|
|
|
4833
|
-
var __vue_inject_styles__$
|
|
4833
|
+
var __vue_inject_styles__$y = function __vue_inject_styles__(inject) {
|
|
4834
4834
|
if (!inject) return;
|
|
4835
4835
|
inject("data-v-da6757e6_0", {
|
|
4836
|
-
source: "[data-v-da6757e6]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--
|
|
4836
|
+
source: "[data-v-da6757e6]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-popover[data-v-da6757e6]{background-color:var(--modal-bg-color);width:var(--popover-width);max-height:var(--popover-max-height);display:flex;box-shadow:var(--modal-box-shadow);border-radius:var(--popover-border-radius)}",
|
|
4837
4837
|
map: undefined,
|
|
4838
4838
|
media: undefined
|
|
4839
4839
|
});
|
|
@@ -4841,21 +4841,21 @@ var __vue_inject_styles__$x = function __vue_inject_styles__(inject) {
|
|
|
4841
4841
|
/* scoped */
|
|
4842
4842
|
|
|
4843
4843
|
|
|
4844
|
-
var __vue_scope_id__$
|
|
4844
|
+
var __vue_scope_id__$y = "data-v-da6757e6";
|
|
4845
4845
|
/* module identifier */
|
|
4846
4846
|
|
|
4847
|
-
var __vue_module_identifier__$
|
|
4847
|
+
var __vue_module_identifier__$y = "data-v-da6757e6";
|
|
4848
4848
|
/* functional template */
|
|
4849
4849
|
|
|
4850
|
-
var __vue_is_functional_template__$
|
|
4850
|
+
var __vue_is_functional_template__$y = false;
|
|
4851
4851
|
/* style inject shadow dom */
|
|
4852
4852
|
|
|
4853
|
-
var __vue_component__$
|
|
4854
|
-
render: __vue_render__$
|
|
4855
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4856
|
-
}, __vue_inject_styles__$
|
|
4853
|
+
var __vue_component__$Y = /*#__PURE__*/normalizeComponent({
|
|
4854
|
+
render: __vue_render__$y,
|
|
4855
|
+
staticRenderFns: __vue_staticRenderFns__$y
|
|
4856
|
+
}, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, undefined, createInjectorSSR, undefined);
|
|
4857
4857
|
|
|
4858
|
-
var VcPopover = __vue_component__$
|
|
4858
|
+
var VcPopover = __vue_component__$Y;var script$x = {
|
|
4859
4859
|
name: "VcInputPopover",
|
|
4860
4860
|
components: {
|
|
4861
4861
|
VcModalHeader: VcModalHeader,
|
|
@@ -4944,10 +4944,10 @@ var VcPopover = __vue_component__$W;var script$w = {
|
|
|
4944
4944
|
}
|
|
4945
4945
|
}
|
|
4946
4946
|
};/* script */
|
|
4947
|
-
var __vue_script__$
|
|
4947
|
+
var __vue_script__$x = script$x;
|
|
4948
4948
|
/* template */
|
|
4949
4949
|
|
|
4950
|
-
var __vue_render__$
|
|
4950
|
+
var __vue_render__$x = function __vue_render__() {
|
|
4951
4951
|
var _vm = this;
|
|
4952
4952
|
|
|
4953
4953
|
var _h = _vm.$createElement;
|
|
@@ -5057,13 +5057,13 @@ var __vue_render__$w = function __vue_render__() {
|
|
|
5057
5057
|
}) : _vm._e()], 1)]], 2);
|
|
5058
5058
|
};
|
|
5059
5059
|
|
|
5060
|
-
var __vue_staticRenderFns__$
|
|
5060
|
+
var __vue_staticRenderFns__$x = [];
|
|
5061
5061
|
/* style */
|
|
5062
5062
|
|
|
5063
|
-
var __vue_inject_styles__$
|
|
5063
|
+
var __vue_inject_styles__$x = function __vue_inject_styles__(inject) {
|
|
5064
5064
|
if (!inject) return;
|
|
5065
5065
|
inject("data-v-97aa8f28_0", {
|
|
5066
|
-
source: "[data-v-97aa8f28]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--
|
|
5066
|
+
source: "[data-v-97aa8f28]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-popover[data-v-97aa8f28]{width:var(--popover-width);max-height:var(--popover-max-height);display:flex;box-shadow:var(--modal-box-shadow)}.vc-popover .vc-popover-content[data-v-97aa8f28]{padding:var(--size-value4) var(--size-value6);overflow-y:auto}.vc-popover .vc-popover-footer[data-v-97aa8f28]{padding:var(--size-value3) var(--size-value6)}",
|
|
5067
5067
|
map: undefined,
|
|
5068
5068
|
media: undefined
|
|
5069
5069
|
});
|
|
@@ -5071,21 +5071,21 @@ var __vue_inject_styles__$w = function __vue_inject_styles__(inject) {
|
|
|
5071
5071
|
/* scoped */
|
|
5072
5072
|
|
|
5073
5073
|
|
|
5074
|
-
var __vue_scope_id__$
|
|
5074
|
+
var __vue_scope_id__$x = "data-v-97aa8f28";
|
|
5075
5075
|
/* module identifier */
|
|
5076
5076
|
|
|
5077
|
-
var __vue_module_identifier__$
|
|
5077
|
+
var __vue_module_identifier__$x = "data-v-97aa8f28";
|
|
5078
5078
|
/* functional template */
|
|
5079
5079
|
|
|
5080
|
-
var __vue_is_functional_template__$
|
|
5080
|
+
var __vue_is_functional_template__$x = false;
|
|
5081
5081
|
/* style inject shadow dom */
|
|
5082
5082
|
|
|
5083
|
-
var __vue_component__$
|
|
5084
|
-
render: __vue_render__$
|
|
5085
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5086
|
-
}, __vue_inject_styles__$
|
|
5083
|
+
var __vue_component__$W = /*#__PURE__*/normalizeComponent({
|
|
5084
|
+
render: __vue_render__$x,
|
|
5085
|
+
staticRenderFns: __vue_staticRenderFns__$x
|
|
5086
|
+
}, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, createInjectorSSR, undefined);
|
|
5087
5087
|
|
|
5088
|
-
var __vue_component__$
|
|
5088
|
+
var __vue_component__$X = __vue_component__$W;var script$w = {
|
|
5089
5089
|
name: "VcChip",
|
|
5090
5090
|
components: {
|
|
5091
5091
|
VcIcon: VcIcon,
|
|
@@ -5121,10 +5121,10 @@ var __vue_component__$V = __vue_component__$U;var script$v = {
|
|
|
5121
5121
|
}
|
|
5122
5122
|
}
|
|
5123
5123
|
};/* script */
|
|
5124
|
-
var __vue_script__$
|
|
5124
|
+
var __vue_script__$w = script$w;
|
|
5125
5125
|
/* template */
|
|
5126
5126
|
|
|
5127
|
-
var __vue_render__$
|
|
5127
|
+
var __vue_render__$w = function __vue_render__() {
|
|
5128
5128
|
var _vm = this;
|
|
5129
5129
|
|
|
5130
5130
|
var _h = _vm.$createElement;
|
|
@@ -5164,13 +5164,13 @@ var __vue_render__$v = function __vue_render__() {
|
|
|
5164
5164
|
}, [_vm._v("$attention_fill")])], 1) : _vm._e(), _vm._v("\n " + _vm._s(_vm.label) + "\n")]);
|
|
5165
5165
|
};
|
|
5166
5166
|
|
|
5167
|
-
var __vue_staticRenderFns__$
|
|
5167
|
+
var __vue_staticRenderFns__$w = [];
|
|
5168
5168
|
/* style */
|
|
5169
5169
|
|
|
5170
|
-
var __vue_inject_styles__$
|
|
5170
|
+
var __vue_inject_styles__$w = function __vue_inject_styles__(inject) {
|
|
5171
5171
|
if (!inject) return;
|
|
5172
5172
|
inject("data-v-d8233608_0", {
|
|
5173
|
-
source: "[data-v-d8233608]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--
|
|
5173
|
+
source: "[data-v-d8233608]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcChip[data-v-d8233608]{max-width:fit-content;border:1px solid var(--neutral-lighten-1)}.VcChip.v-chip[data-v-d8233608]{background-color:var(--modal-bg-color)}.VcChip.v-chip[data-v-d8233608] .v-chip__content{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-5)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .vc-avatar-wrapper{margin-inline-end:var(--size-value2)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .vc-avatar-wrapper .vc-attention-fill{fill:var(--yellow)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .v-chip__close{direction:inherit;margin-inline:var(--size-value1) var(--size-value0);color:var(--gray)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .v-chip__close:hover{opacity:unset}.VcChip.v-chip.vc-avatar[data-v-d8233608]{padding-inline:var(--size-value1) var(--size-value3)}.VcChip.v-chip--disabled[data-v-d8233608]{background-color:var(--gray-lighten-2);border:1px solid var(--gray-lighten-2)}.VcChip.v-chip--disabled[data-v-d8233608] .v-chip__content{color:var(--gray-darken-1)}.VcChip.vc-invalid[data-v-d8233608]{background-color:var(--yellow-lighten-3);border:1px solid var(--yellow)}.VcChip.vc-invalid[data-v-d8233608]:hover{background-color:var(--yellow-lighten-2)}.VcChip[data-v-d8233608]:hover{background-color:var(--gray-lighten-3)}.VcChip[data-v-d8233608]:hover:before{opacity:0}.VcChip[data-v-d8233608]:focus{box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcChip[data-v-d8233608]:focus:before{opacity:0}",
|
|
5174
5174
|
map: undefined,
|
|
5175
5175
|
media: undefined
|
|
5176
5176
|
});
|
|
@@ -5178,21 +5178,21 @@ var __vue_inject_styles__$v = function __vue_inject_styles__(inject) {
|
|
|
5178
5178
|
/* scoped */
|
|
5179
5179
|
|
|
5180
5180
|
|
|
5181
|
-
var __vue_scope_id__$
|
|
5181
|
+
var __vue_scope_id__$w = "data-v-d8233608";
|
|
5182
5182
|
/* module identifier */
|
|
5183
5183
|
|
|
5184
|
-
var __vue_module_identifier__$
|
|
5184
|
+
var __vue_module_identifier__$w = "data-v-d8233608";
|
|
5185
5185
|
/* functional template */
|
|
5186
5186
|
|
|
5187
|
-
var __vue_is_functional_template__$
|
|
5187
|
+
var __vue_is_functional_template__$w = false;
|
|
5188
5188
|
/* style inject shadow dom */
|
|
5189
5189
|
|
|
5190
|
-
var __vue_component__$
|
|
5191
|
-
render: __vue_render__$
|
|
5192
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5193
|
-
}, __vue_inject_styles__$
|
|
5190
|
+
var __vue_component__$U = /*#__PURE__*/normalizeComponent({
|
|
5191
|
+
render: __vue_render__$w,
|
|
5192
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
5193
|
+
}, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, createInjectorSSR, undefined);
|
|
5194
5194
|
|
|
5195
|
-
var __vue_component__$
|
|
5195
|
+
var __vue_component__$V = __vue_component__$U;//
|
|
5196
5196
|
//
|
|
5197
5197
|
//
|
|
5198
5198
|
//
|
|
@@ -5201,7 +5201,7 @@ var __vue_component__$T = __vue_component__$S;//
|
|
|
5201
5201
|
//
|
|
5202
5202
|
//
|
|
5203
5203
|
//
|
|
5204
|
-
var script$
|
|
5204
|
+
var script$v = {
|
|
5205
5205
|
name: "VcBaseListItem",
|
|
5206
5206
|
model: {
|
|
5207
5207
|
prop: 'selected'
|
|
@@ -5242,10 +5242,10 @@ var script$u = {
|
|
|
5242
5242
|
}
|
|
5243
5243
|
}
|
|
5244
5244
|
};/* script */
|
|
5245
|
-
var __vue_script__$
|
|
5245
|
+
var __vue_script__$v = script$v;
|
|
5246
5246
|
/* template */
|
|
5247
5247
|
|
|
5248
|
-
var __vue_render__$
|
|
5248
|
+
var __vue_render__$v = function __vue_render__() {
|
|
5249
5249
|
var _vm = this;
|
|
5250
5250
|
|
|
5251
5251
|
var _h = _vm.$createElement;
|
|
@@ -5266,10 +5266,10 @@ var __vue_render__$u = function __vue_render__() {
|
|
|
5266
5266
|
}, [[_vm._t("default")]], 2);
|
|
5267
5267
|
};
|
|
5268
5268
|
|
|
5269
|
-
var __vue_staticRenderFns__$
|
|
5269
|
+
var __vue_staticRenderFns__$v = [];
|
|
5270
5270
|
/* style */
|
|
5271
5271
|
|
|
5272
|
-
var __vue_inject_styles__$
|
|
5272
|
+
var __vue_inject_styles__$v = function __vue_inject_styles__(inject) {
|
|
5273
5273
|
if (!inject) return;
|
|
5274
5274
|
inject("data-v-22288207_0", {
|
|
5275
5275
|
source: ".vc-base-list-item[data-v-22288207]{padding:var(--size-value4) var(--size-value0);cursor:pointer;transition:background .8s}.vc-base-list-item.disabled[data-v-22288207]{cursor:unset;background-color:var(--gray-lighten-3);color:var(--gray-darken-2)}.vc-base-list-item[data-v-22288207]:not(.disabled):hover{background-color:var(--gray-lighten-3)}.vc-base-list-item[data-v-22288207]:not(.disabled):focus{box-shadow:0 0 0 2px var(--v-secondary-lighten1)}.vc-base-list-item[data-v-22288207]:not(.disabled):focus:before{background-color:var(--modal-bg-color)}.vc-base-list-item:not(.disabled).active[data-v-22288207]::before{background-color:unset}.vc-base-list-item:not(.disabled).active:not(.disabled).multiple[data-v-22288207]{background-color:unset}.vc-base-list-item:not(.disabled).active:not(.disabled).single[data-v-22288207]{background-color:var(--v-secondary-lighten3)}.vc-base-list-item[data-v-22288207]:not(.disabled):active{background-color:var(--gray)!important;transition:background 0s}",
|
|
@@ -5280,22 +5280,22 @@ var __vue_inject_styles__$u = function __vue_inject_styles__(inject) {
|
|
|
5280
5280
|
/* scoped */
|
|
5281
5281
|
|
|
5282
5282
|
|
|
5283
|
-
var __vue_scope_id__$
|
|
5283
|
+
var __vue_scope_id__$v = "data-v-22288207";
|
|
5284
5284
|
/* module identifier */
|
|
5285
5285
|
|
|
5286
|
-
var __vue_module_identifier__$
|
|
5286
|
+
var __vue_module_identifier__$v = "data-v-22288207";
|
|
5287
5287
|
/* functional template */
|
|
5288
5288
|
|
|
5289
|
-
var __vue_is_functional_template__$
|
|
5289
|
+
var __vue_is_functional_template__$v = false;
|
|
5290
5290
|
/* style inject shadow dom */
|
|
5291
5291
|
|
|
5292
|
-
var __vue_component__$
|
|
5293
|
-
render: __vue_render__$
|
|
5294
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5295
|
-
}, __vue_inject_styles__$
|
|
5292
|
+
var __vue_component__$T = /*#__PURE__*/normalizeComponent({
|
|
5293
|
+
render: __vue_render__$v,
|
|
5294
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
5295
|
+
}, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, undefined, createInjectorSSR, undefined);
|
|
5296
5296
|
|
|
5297
|
-
var VcBaseListItem = __vue_component__$
|
|
5298
|
-
var script$
|
|
5297
|
+
var VcBaseListItem = __vue_component__$T;var VcLinkIcons = ['', 'copy', 'trash', 'left'];
|
|
5298
|
+
var script$u = {
|
|
5299
5299
|
name: "VcLink",
|
|
5300
5300
|
components: {
|
|
5301
5301
|
VcIcon: VcIcon
|
|
@@ -5348,10 +5348,10 @@ var script$t = {
|
|
|
5348
5348
|
}
|
|
5349
5349
|
}
|
|
5350
5350
|
};/* script */
|
|
5351
|
-
var __vue_script__$
|
|
5351
|
+
var __vue_script__$u = script$u;
|
|
5352
5352
|
/* template */
|
|
5353
5353
|
|
|
5354
|
-
var __vue_render__$
|
|
5354
|
+
var __vue_render__$u = function __vue_render__() {
|
|
5355
5355
|
var _vm = this;
|
|
5356
5356
|
|
|
5357
5357
|
var _h = _vm.$createElement;
|
|
@@ -5381,10 +5381,10 @@ var __vue_render__$t = function __vue_render__() {
|
|
|
5381
5381
|
}, [_vm._v(_vm._s(_vm.getIcon))]) : _vm._e(), _vm._ssrNode(" <label data-v-65e5dd72>" + _vm._ssrEscape(_vm._s(_vm.label)) + "</label>")], 2);
|
|
5382
5382
|
};
|
|
5383
5383
|
|
|
5384
|
-
var __vue_staticRenderFns__$
|
|
5384
|
+
var __vue_staticRenderFns__$u = [];
|
|
5385
5385
|
/* style */
|
|
5386
5386
|
|
|
5387
|
-
var __vue_inject_styles__$
|
|
5387
|
+
var __vue_inject_styles__$u = function __vue_inject_styles__(inject) {
|
|
5388
5388
|
if (!inject) return;
|
|
5389
5389
|
inject("data-v-65e5dd72_0", {
|
|
5390
5390
|
source: ".VcLink[data-v-65e5dd72]{display:flex;align-items:center;font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);padding-top:var(--size-value1);text-decoration:none;color:var(--blue)}.VcLink.link-secondary[data-v-65e5dd72]{color:var(--gray-darken-4)}.VcLink.link-secondary.VcLink[data-v-65e5dd72] svg path{fill:var(--gray-darken-4)}.VcLink:hover label[data-v-65e5dd72]{text-decoration:underline;cursor:pointer}.VcLink .prepend-icon[data-v-65e5dd72]{padding-inline-end:var(--size-value1)}.VcLink .prepend-icon[data-v-65e5dd72] svg path{fill:var(--blue)}",
|
|
@@ -5395,32 +5395,32 @@ var __vue_inject_styles__$t = function __vue_inject_styles__(inject) {
|
|
|
5395
5395
|
/* scoped */
|
|
5396
5396
|
|
|
5397
5397
|
|
|
5398
|
-
var __vue_scope_id__$
|
|
5398
|
+
var __vue_scope_id__$u = "data-v-65e5dd72";
|
|
5399
5399
|
/* module identifier */
|
|
5400
5400
|
|
|
5401
|
-
var __vue_module_identifier__$
|
|
5401
|
+
var __vue_module_identifier__$u = "data-v-65e5dd72";
|
|
5402
5402
|
/* functional template */
|
|
5403
5403
|
|
|
5404
|
-
var __vue_is_functional_template__$
|
|
5404
|
+
var __vue_is_functional_template__$u = false;
|
|
5405
5405
|
/* style inject shadow dom */
|
|
5406
5406
|
|
|
5407
|
-
var __vue_component__$
|
|
5408
|
-
render: __vue_render__$
|
|
5409
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5410
|
-
}, __vue_inject_styles__$
|
|
5407
|
+
var __vue_component__$S = /*#__PURE__*/normalizeComponent({
|
|
5408
|
+
render: __vue_render__$u,
|
|
5409
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
5410
|
+
}, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, createInjectorSSR, undefined);
|
|
5411
5411
|
|
|
5412
|
-
var VcLink = __vue_component__$
|
|
5412
|
+
var VcLink = __vue_component__$S;//
|
|
5413
5413
|
//
|
|
5414
5414
|
//
|
|
5415
5415
|
//
|
|
5416
|
-
var script$
|
|
5416
|
+
var script$t = {
|
|
5417
5417
|
name: 'VcSvg',
|
|
5418
5418
|
props: ['svg']
|
|
5419
5419
|
};/* script */
|
|
5420
|
-
var __vue_script__$
|
|
5420
|
+
var __vue_script__$t = script$t;
|
|
5421
5421
|
/* template */
|
|
5422
5422
|
|
|
5423
|
-
var __vue_render__$
|
|
5423
|
+
var __vue_render__$t = function __vue_render__() {
|
|
5424
5424
|
var _vm = this;
|
|
5425
5425
|
|
|
5426
5426
|
var _h = _vm.$createElement;
|
|
@@ -5434,31 +5434,31 @@ var __vue_render__$s = function __vue_render__() {
|
|
|
5434
5434
|
}, []);
|
|
5435
5435
|
};
|
|
5436
5436
|
|
|
5437
|
-
var __vue_staticRenderFns__$
|
|
5437
|
+
var __vue_staticRenderFns__$t = [];
|
|
5438
5438
|
/* style */
|
|
5439
5439
|
|
|
5440
|
-
var __vue_inject_styles__$
|
|
5440
|
+
var __vue_inject_styles__$t = undefined;
|
|
5441
5441
|
/* scoped */
|
|
5442
5442
|
|
|
5443
|
-
var __vue_scope_id__$
|
|
5443
|
+
var __vue_scope_id__$t = undefined;
|
|
5444
5444
|
/* module identifier */
|
|
5445
5445
|
|
|
5446
|
-
var __vue_module_identifier__$
|
|
5446
|
+
var __vue_module_identifier__$t = "data-v-56d3274a";
|
|
5447
5447
|
/* functional template */
|
|
5448
5448
|
|
|
5449
|
-
var __vue_is_functional_template__$
|
|
5449
|
+
var __vue_is_functional_template__$t = false;
|
|
5450
5450
|
/* style inject */
|
|
5451
5451
|
|
|
5452
5452
|
/* style inject SSR */
|
|
5453
5453
|
|
|
5454
5454
|
/* style inject shadow dom */
|
|
5455
5455
|
|
|
5456
|
-
var __vue_component__$
|
|
5457
|
-
render: __vue_render__$
|
|
5458
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5459
|
-
}, __vue_inject_styles__$
|
|
5456
|
+
var __vue_component__$R = /*#__PURE__*/normalizeComponent({
|
|
5457
|
+
render: __vue_render__$t,
|
|
5458
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
5459
|
+
}, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, undefined, undefined);
|
|
5460
5460
|
|
|
5461
|
-
var VcSvg = __vue_component__$
|
|
5461
|
+
var VcSvg = __vue_component__$R;var script$s = {
|
|
5462
5462
|
name: 'VcEmptyState',
|
|
5463
5463
|
components: {
|
|
5464
5464
|
VcImage: VcImage,
|
|
@@ -5526,10 +5526,10 @@ var VcSvg = __vue_component__$P;var script$r = {
|
|
|
5526
5526
|
}
|
|
5527
5527
|
}
|
|
5528
5528
|
};/* script */
|
|
5529
|
-
var __vue_script__$
|
|
5529
|
+
var __vue_script__$s = script$s;
|
|
5530
5530
|
/* template */
|
|
5531
5531
|
|
|
5532
|
-
var __vue_render__$
|
|
5532
|
+
var __vue_render__$s = function __vue_render__() {
|
|
5533
5533
|
var _vm = this;
|
|
5534
5534
|
|
|
5535
5535
|
var _h = _vm.$createElement;
|
|
@@ -5587,10 +5587,10 @@ var __vue_render__$r = function __vue_render__() {
|
|
|
5587
5587
|
})], 2);
|
|
5588
5588
|
};
|
|
5589
5589
|
|
|
5590
|
-
var __vue_staticRenderFns__$
|
|
5590
|
+
var __vue_staticRenderFns__$s = [];
|
|
5591
5591
|
/* style */
|
|
5592
5592
|
|
|
5593
|
-
var __vue_inject_styles__$
|
|
5593
|
+
var __vue_inject_styles__$s = function __vue_inject_styles__(inject) {
|
|
5594
5594
|
if (!inject) return;
|
|
5595
5595
|
inject("data-v-07491186_0", {
|
|
5596
5596
|
source: ".VcEmptyState[data-v-07491186],.VcEmptyStateSubtitle[data-v-07491186]{text-align:center;line-height:var(--size-value6)}.VcEmptyState[data-v-07491186]{text-align:center}.VcEmptyState .VcEmptyStateImage[data-v-07491186]{margin-bottom:var(--size-value4);height:160px}.VcEmptyState .VcEmptyStateTitle[data-v-07491186]{font-weight:var(--font-weight-xl);line-height:22px;padding-bottom:var(--size-value1);font-size:var(--font-size-small2)}.VcEmptyState .VcEmptyStateSubtitle[data-v-07491186]{font-size:var(--font-size-x-small)}.VcEmptyState .VcEmptyStateButton[data-v-07491186]{margin-top:var(--size-value4)}.sm .VcEmptyStateImage[data-v-07491186]{height:48px;margin-bottom:var(--size-value8)}.sm .VcEmptyStateImage[data-v-07491186] svg{width:48px}.lg .VcEmptyStateImage[data-v-07491186]{height:280px;margin-bottom:var(--size-value8)}.lg .VcEmptyStateImage[data-v-07491186] svg{width:280px}.lg .VcEmptyStateTitle[data-v-07491186]{font-weight:var(--font-weight-large);line-height:22px;padding-bottom:var(--size-value2);font-size:var(--font-size-medium1)}",
|
|
@@ -5601,21 +5601,21 @@ var __vue_inject_styles__$r = function __vue_inject_styles__(inject) {
|
|
|
5601
5601
|
/* scoped */
|
|
5602
5602
|
|
|
5603
5603
|
|
|
5604
|
-
var __vue_scope_id__$
|
|
5604
|
+
var __vue_scope_id__$s = "data-v-07491186";
|
|
5605
5605
|
/* module identifier */
|
|
5606
5606
|
|
|
5607
|
-
var __vue_module_identifier__$
|
|
5607
|
+
var __vue_module_identifier__$s = "data-v-07491186";
|
|
5608
5608
|
/* functional template */
|
|
5609
5609
|
|
|
5610
|
-
var __vue_is_functional_template__$
|
|
5610
|
+
var __vue_is_functional_template__$s = false;
|
|
5611
5611
|
/* style inject shadow dom */
|
|
5612
5612
|
|
|
5613
|
-
var __vue_component__$
|
|
5614
|
-
render: __vue_render__$
|
|
5615
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5616
|
-
}, __vue_inject_styles__$
|
|
5613
|
+
var __vue_component__$Q = /*#__PURE__*/normalizeComponent({
|
|
5614
|
+
render: __vue_render__$s,
|
|
5615
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
5616
|
+
}, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, createInjectorSSR, undefined);
|
|
5617
5617
|
|
|
5618
|
-
var VcEmptyState = __vue_component__$
|
|
5618
|
+
var VcEmptyState = __vue_component__$Q;var script$r = {
|
|
5619
5619
|
name: "VcList",
|
|
5620
5620
|
components: {
|
|
5621
5621
|
VcEmptyState: VcEmptyState,
|
|
@@ -5664,10 +5664,10 @@ var VcEmptyState = __vue_component__$O;var script$q = {
|
|
|
5664
5664
|
}
|
|
5665
5665
|
}
|
|
5666
5666
|
};/* script */
|
|
5667
|
-
var __vue_script__$
|
|
5667
|
+
var __vue_script__$r = script$r;
|
|
5668
5668
|
/* template */
|
|
5669
5669
|
|
|
5670
|
-
var __vue_render__$
|
|
5670
|
+
var __vue_render__$r = function __vue_render__() {
|
|
5671
5671
|
var _vm = this;
|
|
5672
5672
|
|
|
5673
5673
|
var _h = _vm.$createElement;
|
|
@@ -5704,10 +5704,10 @@ var __vue_render__$q = function __vue_render__() {
|
|
|
5704
5704
|
})]], 2);
|
|
5705
5705
|
};
|
|
5706
5706
|
|
|
5707
|
-
var __vue_staticRenderFns__$
|
|
5707
|
+
var __vue_staticRenderFns__$r = [];
|
|
5708
5708
|
/* style */
|
|
5709
5709
|
|
|
5710
|
-
var __vue_inject_styles__$
|
|
5710
|
+
var __vue_inject_styles__$r = function __vue_inject_styles__(inject) {
|
|
5711
5711
|
if (!inject) return;
|
|
5712
5712
|
inject("data-v-5abd41f2_0", {
|
|
5713
5713
|
source: ".vc-list[data-v-5abd41f2]{margin:var(--size-value0);padding:var(--size-value0)}",
|
|
@@ -5718,21 +5718,21 @@ var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
|
|
|
5718
5718
|
/* scoped */
|
|
5719
5719
|
|
|
5720
5720
|
|
|
5721
|
-
var __vue_scope_id__$
|
|
5721
|
+
var __vue_scope_id__$r = "data-v-5abd41f2";
|
|
5722
5722
|
/* module identifier */
|
|
5723
5723
|
|
|
5724
|
-
var __vue_module_identifier__$
|
|
5724
|
+
var __vue_module_identifier__$r = "data-v-5abd41f2";
|
|
5725
5725
|
/* functional template */
|
|
5726
5726
|
|
|
5727
|
-
var __vue_is_functional_template__$
|
|
5727
|
+
var __vue_is_functional_template__$r = false;
|
|
5728
5728
|
/* style inject shadow dom */
|
|
5729
5729
|
|
|
5730
|
-
var __vue_component__$
|
|
5731
|
-
render: __vue_render__$
|
|
5732
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5733
|
-
}, __vue_inject_styles__$
|
|
5730
|
+
var __vue_component__$O = /*#__PURE__*/normalizeComponent({
|
|
5731
|
+
render: __vue_render__$r,
|
|
5732
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
5733
|
+
}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, createInjectorSSR, undefined);
|
|
5734
5734
|
|
|
5735
|
-
var __vue_component__$
|
|
5735
|
+
var __vue_component__$P = __vue_component__$O;//
|
|
5736
5736
|
//
|
|
5737
5737
|
//
|
|
5738
5738
|
//
|
|
@@ -5754,7 +5754,7 @@ var __vue_component__$N = __vue_component__$M;//
|
|
|
5754
5754
|
//
|
|
5755
5755
|
//
|
|
5756
5756
|
//
|
|
5757
|
-
var script$
|
|
5757
|
+
var script$q = {
|
|
5758
5758
|
components: {
|
|
5759
5759
|
VCol: lib.VCol,
|
|
5760
5760
|
VRow: lib.VRow,
|
|
@@ -5840,10 +5840,10 @@ var script$p = {
|
|
|
5840
5840
|
}
|
|
5841
5841
|
}
|
|
5842
5842
|
};/* script */
|
|
5843
|
-
var __vue_script__$
|
|
5843
|
+
var __vue_script__$q = script$q;
|
|
5844
5844
|
/* template */
|
|
5845
5845
|
|
|
5846
|
-
var __vue_render__$
|
|
5846
|
+
var __vue_render__$q = function __vue_render__() {
|
|
5847
5847
|
var _vm = this;
|
|
5848
5848
|
|
|
5849
5849
|
var _h = _vm.$createElement;
|
|
@@ -5890,10 +5890,10 @@ var __vue_render__$p = function __vue_render__() {
|
|
|
5890
5890
|
}), 1);
|
|
5891
5891
|
};
|
|
5892
5892
|
|
|
5893
|
-
var __vue_staticRenderFns__$
|
|
5893
|
+
var __vue_staticRenderFns__$q = [];
|
|
5894
5894
|
/* style */
|
|
5895
5895
|
|
|
5896
|
-
var __vue_inject_styles__$
|
|
5896
|
+
var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
|
|
5897
5897
|
if (!inject) return;
|
|
5898
5898
|
inject("data-v-284ef818_0", {
|
|
5899
5899
|
source: ".VcButtonGroup[data-v-284ef818]{font-weight:var(--font-weight-medium2);font-size:13px}.VcButtonGroup .button-group-row[data-v-284ef818]{margin:0}.VcButtonGroup .button-item[data-v-284ef818]{cursor:pointer;transition:.3s background-color,color ease-out;min-height:40px;border-color:#d6dbe6;border-style:solid;border-width:0;color:rgba(0,0,0,.62);border-right-width:1px;border-bottom-width:1px;padding:0 12px}.VcButtonGroup .button-item .button-label[data-v-284ef818]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.VcButtonGroup .button-item.left[data-v-284ef818]{border-left-width:1px}.VcButtonGroup .button-item.top[data-v-284ef818]{border-top-width:1px}.VcButtonGroup .button-item.bottom[data-v-284ef818]:not(.top):not(.selected){border-top-width:0}.VcButtonGroup .button-item.top.left[data-v-284ef818]{border-top-left-radius:6px}.VcButtonGroup .button-item.top.right[data-v-284ef818]{border-top-right-radius:6px}.VcButtonGroup .button-item.bottom.left[data-v-284ef818]{border-bottom-left-radius:6px}.VcButtonGroup .button-item.bottom.right[data-v-284ef818]{border-bottom-right-radius:6px}.VcButtonGroup .button-item[data-v-284ef818]:hover{background-color:rgba(0,0,0,.03)}.VcButtonGroup .button-item[data-v-284ef818]:focus{box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcButtonGroup .button-item.selected[data-v-284ef818]{border:2px solid var(--v-secondary-base);font-weight:600}.VcButtonGroup .button-item.selected[data-v-284ef818]:hover{background:rgba(0,0,0,.03)}.VcButtonGroup .button-item[data-v-284ef818]:active{background:rgba(0,0,0,.12)}.VcButtonGroup .button-item.disabled[data-v-284ef818]{background:rgba(0,0,0,.07);color:rgba(0,0,0,.4);pointer-events:none}",
|
|
@@ -5904,21 +5904,21 @@ var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
|
|
|
5904
5904
|
/* scoped */
|
|
5905
5905
|
|
|
5906
5906
|
|
|
5907
|
-
var __vue_scope_id__$
|
|
5907
|
+
var __vue_scope_id__$q = "data-v-284ef818";
|
|
5908
5908
|
/* module identifier */
|
|
5909
5909
|
|
|
5910
|
-
var __vue_module_identifier__$
|
|
5910
|
+
var __vue_module_identifier__$q = "data-v-284ef818";
|
|
5911
5911
|
/* functional template */
|
|
5912
5912
|
|
|
5913
|
-
var __vue_is_functional_template__$
|
|
5913
|
+
var __vue_is_functional_template__$q = false;
|
|
5914
5914
|
/* style inject shadow dom */
|
|
5915
5915
|
|
|
5916
|
-
var __vue_component__$
|
|
5917
|
-
render: __vue_render__$
|
|
5918
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5919
|
-
}, __vue_inject_styles__$
|
|
5916
|
+
var __vue_component__$M = /*#__PURE__*/normalizeComponent({
|
|
5917
|
+
render: __vue_render__$q,
|
|
5918
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
5919
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, createInjectorSSR, undefined);
|
|
5920
5920
|
|
|
5921
|
-
var __vue_component__$
|
|
5921
|
+
var __vue_component__$N = __vue_component__$M;//
|
|
5922
5922
|
//
|
|
5923
5923
|
//
|
|
5924
5924
|
//
|
|
@@ -5927,7 +5927,7 @@ var __vue_component__$L = __vue_component__$K;//
|
|
|
5927
5927
|
//
|
|
5928
5928
|
//
|
|
5929
5929
|
//
|
|
5930
|
-
var script$
|
|
5930
|
+
var script$p = {
|
|
5931
5931
|
components: {
|
|
5932
5932
|
VProgressCircular: lib.VProgressCircular
|
|
5933
5933
|
},
|
|
@@ -5953,10 +5953,10 @@ var script$o = {
|
|
|
5953
5953
|
}
|
|
5954
5954
|
}
|
|
5955
5955
|
};/* script */
|
|
5956
|
-
var __vue_script__$
|
|
5956
|
+
var __vue_script__$p = script$p;
|
|
5957
5957
|
/* template */
|
|
5958
5958
|
|
|
5959
|
-
var __vue_render__$
|
|
5959
|
+
var __vue_render__$p = function __vue_render__() {
|
|
5960
5960
|
var _vm = this;
|
|
5961
5961
|
|
|
5962
5962
|
var _h = _vm.$createElement;
|
|
@@ -5974,31 +5974,31 @@ var __vue_render__$o = function __vue_render__() {
|
|
|
5974
5974
|
});
|
|
5975
5975
|
};
|
|
5976
5976
|
|
|
5977
|
-
var __vue_staticRenderFns__$
|
|
5977
|
+
var __vue_staticRenderFns__$p = [];
|
|
5978
5978
|
/* style */
|
|
5979
5979
|
|
|
5980
|
-
var __vue_inject_styles__$
|
|
5980
|
+
var __vue_inject_styles__$p = undefined;
|
|
5981
5981
|
/* scoped */
|
|
5982
5982
|
|
|
5983
|
-
var __vue_scope_id__$
|
|
5983
|
+
var __vue_scope_id__$p = undefined;
|
|
5984
5984
|
/* module identifier */
|
|
5985
5985
|
|
|
5986
|
-
var __vue_module_identifier__$
|
|
5986
|
+
var __vue_module_identifier__$p = "data-v-709c68d3";
|
|
5987
5987
|
/* functional template */
|
|
5988
5988
|
|
|
5989
|
-
var __vue_is_functional_template__$
|
|
5989
|
+
var __vue_is_functional_template__$p = false;
|
|
5990
5990
|
/* style inject */
|
|
5991
5991
|
|
|
5992
5992
|
/* style inject SSR */
|
|
5993
5993
|
|
|
5994
5994
|
/* style inject shadow dom */
|
|
5995
5995
|
|
|
5996
|
-
var __vue_component__$
|
|
5997
|
-
render: __vue_render__$
|
|
5998
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5999
|
-
}, __vue_inject_styles__$
|
|
5996
|
+
var __vue_component__$L = /*#__PURE__*/normalizeComponent({
|
|
5997
|
+
render: __vue_render__$p,
|
|
5998
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
5999
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, undefined, undefined);
|
|
6000
6000
|
|
|
6001
|
-
var VcLoader = __vue_component__$
|
|
6001
|
+
var VcLoader = __vue_component__$L;var script$o = {
|
|
6002
6002
|
components: {
|
|
6003
6003
|
VcIcon: VcIcon,
|
|
6004
6004
|
VcSwitch: VcSwitch,
|
|
@@ -6024,10 +6024,10 @@ var VcLoader = __vue_component__$J;var script$n = {
|
|
|
6024
6024
|
}
|
|
6025
6025
|
}
|
|
6026
6026
|
};/* script */
|
|
6027
|
-
var __vue_script__$
|
|
6027
|
+
var __vue_script__$o = script$o;
|
|
6028
6028
|
/* template */
|
|
6029
6029
|
|
|
6030
|
-
var __vue_render__$
|
|
6030
|
+
var __vue_render__$o = function __vue_render__() {
|
|
6031
6031
|
var _vm = this;
|
|
6032
6032
|
|
|
6033
6033
|
var _h = _vm.$createElement;
|
|
@@ -6073,10 +6073,10 @@ var __vue_render__$n = function __vue_render__() {
|
|
|
6073
6073
|
})], 1)])])], 1);
|
|
6074
6074
|
};
|
|
6075
6075
|
|
|
6076
|
-
var __vue_staticRenderFns__$
|
|
6076
|
+
var __vue_staticRenderFns__$o = [];
|
|
6077
6077
|
/* style */
|
|
6078
6078
|
|
|
6079
|
-
var __vue_inject_styles__$
|
|
6079
|
+
var __vue_inject_styles__$o = function __vue_inject_styles__(inject) {
|
|
6080
6080
|
if (!inject) return;
|
|
6081
6081
|
inject("data-v-03298204_0", {
|
|
6082
6082
|
source: ".listEntity .sl-title{font-size:var(--font-size-x-small);line-height:var(--size-value4);font-weight:var(--font-weight-medium2);margin:0 8px}.listEntity .sl-row{min-width:100%}",
|
|
@@ -6087,21 +6087,21 @@ var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
|
|
|
6087
6087
|
/* scoped */
|
|
6088
6088
|
|
|
6089
6089
|
|
|
6090
|
-
var __vue_scope_id__$
|
|
6090
|
+
var __vue_scope_id__$o = undefined;
|
|
6091
6091
|
/* module identifier */
|
|
6092
6092
|
|
|
6093
|
-
var __vue_module_identifier__$
|
|
6093
|
+
var __vue_module_identifier__$o = "data-v-03298204";
|
|
6094
6094
|
/* functional template */
|
|
6095
6095
|
|
|
6096
|
-
var __vue_is_functional_template__$
|
|
6096
|
+
var __vue_is_functional_template__$o = false;
|
|
6097
6097
|
/* style inject shadow dom */
|
|
6098
6098
|
|
|
6099
|
-
var __vue_component__$
|
|
6100
|
-
render: __vue_render__$
|
|
6101
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6102
|
-
}, __vue_inject_styles__$
|
|
6099
|
+
var __vue_component__$J = /*#__PURE__*/normalizeComponent({
|
|
6100
|
+
render: __vue_render__$o,
|
|
6101
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
6102
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, createInjectorSSR, undefined);
|
|
6103
6103
|
|
|
6104
|
-
var __vue_component__$
|
|
6104
|
+
var __vue_component__$K = __vue_component__$J;var script$n = {
|
|
6105
6105
|
components: {
|
|
6106
6106
|
VcImage: VcImage,
|
|
6107
6107
|
VcIcon: VcIcon,
|
|
@@ -6138,10 +6138,10 @@ var __vue_component__$I = __vue_component__$H;var script$m = {
|
|
|
6138
6138
|
}
|
|
6139
6139
|
}
|
|
6140
6140
|
};/* script */
|
|
6141
|
-
var __vue_script__$
|
|
6141
|
+
var __vue_script__$n = script$n;
|
|
6142
6142
|
/* template */
|
|
6143
6143
|
|
|
6144
|
-
var __vue_render__$
|
|
6144
|
+
var __vue_render__$n = function __vue_render__() {
|
|
6145
6145
|
var _vm = this;
|
|
6146
6146
|
|
|
6147
6147
|
var _h = _vm.$createElement;
|
|
@@ -6216,10 +6216,10 @@ var __vue_render__$m = function __vue_render__() {
|
|
|
6216
6216
|
}, [_vm._t("default")], 2) : _vm._e()])], 1);
|
|
6217
6217
|
};
|
|
6218
6218
|
|
|
6219
|
-
var __vue_staticRenderFns__$
|
|
6219
|
+
var __vue_staticRenderFns__$n = [];
|
|
6220
6220
|
/* style */
|
|
6221
6221
|
|
|
6222
|
-
var __vue_inject_styles__$
|
|
6222
|
+
var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
|
|
6223
6223
|
if (!inject) return;
|
|
6224
6224
|
inject("data-v-5f907c3e_0", {
|
|
6225
6225
|
source: ".expansionCard[data-v-5f907c3e]{border-radius:var(--border-radius);border:1px solid;border-color:var(--gray-lighten-1)!important;margin:var(--size-value5) 0}.expansionCard.is-active[data-v-5f907c3e]{border-color:var(--v-secondary-base)!important}.expansionCard .ec-title[data-v-5f907c3e]{font-size:var(--font-size-small2);line-height:var(--size-value6);margin:var(--size-value3) 0}@media screen and (min-width:960px){.expansionCard .ec-title[data-v-5f907c3e]{padding-inline-start:35px}}.expansionCard .VcLogoImage[data-v-5f907c3e]{width:var(--size-value7);height:var(--size-value7);margin:0 6px;box-sizing:border-box;border-radius:6px}.expansionCard .ec-text.full-width[data-v-5f907c3e]{width:100%}.expansionCard .ec-text.order-1[data-v-5f907c3e]{flex-grow:1}.expansionCard .expansion-card-container[data-v-5f907c3e]{padding:var(--size-value4)}@media screen and (min-width:960px){.expansionCard .expansion-card-container[data-v-5f907c3e]{padding:var(--size-value4) var(--size-value6)}}.expansionCard .default-slot-content[data-v-5f907c3e]{max-height:10000px;transition:max-height;transition-duration:.3s;overflow:hidden}.expansionCard .default-slot-content.hidden[data-v-5f907c3e]{max-height:0}@media screen and (min-width:960px){.expansionCard .default-slot-content[data-v-5f907c3e]{padding-inline-start:108px}}.expansionCardTitle[data-v-5f907c3e]{min-width:100%}.logo-area[data-v-5f907c3e]{min-width:92px}",
|
|
@@ -6234,21 +6234,21 @@ var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
|
|
|
6234
6234
|
/* scoped */
|
|
6235
6235
|
|
|
6236
6236
|
|
|
6237
|
-
var __vue_scope_id__$
|
|
6237
|
+
var __vue_scope_id__$n = "data-v-5f907c3e";
|
|
6238
6238
|
/* module identifier */
|
|
6239
6239
|
|
|
6240
|
-
var __vue_module_identifier__$
|
|
6240
|
+
var __vue_module_identifier__$n = "data-v-5f907c3e";
|
|
6241
6241
|
/* functional template */
|
|
6242
6242
|
|
|
6243
|
-
var __vue_is_functional_template__$
|
|
6243
|
+
var __vue_is_functional_template__$n = false;
|
|
6244
6244
|
/* style inject shadow dom */
|
|
6245
6245
|
|
|
6246
|
-
var __vue_component__$
|
|
6247
|
-
render: __vue_render__$
|
|
6248
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6249
|
-
}, __vue_inject_styles__$
|
|
6246
|
+
var __vue_component__$H = /*#__PURE__*/normalizeComponent({
|
|
6247
|
+
render: __vue_render__$n,
|
|
6248
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
6249
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, createInjectorSSR, undefined);
|
|
6250
6250
|
|
|
6251
|
-
var __vue_component__$
|
|
6251
|
+
var __vue_component__$I = __vue_component__$H;//
|
|
6252
6252
|
//
|
|
6253
6253
|
//
|
|
6254
6254
|
//
|
|
@@ -6269,7 +6269,7 @@ var __vue_component__$G = __vue_component__$F;//
|
|
|
6269
6269
|
//
|
|
6270
6270
|
//
|
|
6271
6271
|
//
|
|
6272
|
-
var script$
|
|
6272
|
+
var script$m = {
|
|
6273
6273
|
components: {
|
|
6274
6274
|
VTextarea: lib.VTextarea
|
|
6275
6275
|
},
|
|
@@ -6326,10 +6326,10 @@ var script$l = {
|
|
|
6326
6326
|
}
|
|
6327
6327
|
}
|
|
6328
6328
|
};/* script */
|
|
6329
|
-
var __vue_script__$
|
|
6329
|
+
var __vue_script__$m = script$m;
|
|
6330
6330
|
/* template */
|
|
6331
6331
|
|
|
6332
|
-
var __vue_render__$
|
|
6332
|
+
var __vue_render__$m = function __vue_render__() {
|
|
6333
6333
|
var _vm = this;
|
|
6334
6334
|
|
|
6335
6335
|
var _h = _vm.$createElement;
|
|
@@ -6366,10 +6366,10 @@ var __vue_render__$l = function __vue_render__() {
|
|
|
6366
6366
|
});
|
|
6367
6367
|
};
|
|
6368
6368
|
|
|
6369
|
-
var __vue_staticRenderFns__$
|
|
6369
|
+
var __vue_staticRenderFns__$m = [];
|
|
6370
6370
|
/* style */
|
|
6371
6371
|
|
|
6372
|
-
var __vue_inject_styles__$
|
|
6372
|
+
var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
|
|
6373
6373
|
if (!inject) return;
|
|
6374
6374
|
inject("data-v-4db277ef_0", {
|
|
6375
6375
|
source: "[data-v-4db277ef].VcTextArea.v-text-field .v-text-field__slot:first-child{margin-inline-start:12px;margin-top:3px;height:100%}[data-v-4db277ef].VcTextArea.v-text-field.v-input--is-focused label,[data-v-4db277ef].VcTextArea.v-text-field.v-input--is-label-active label{font-size:12px;color:rgba(0,0,0,.62)!important;transform:translateY(-18px) scale(.85)}[data-v-4db277ef].VcTextArea.v-text-field.v-input--is-focused .v-input__slot{border-color:var(--v-secondary-base);box-shadow:0 0 0 3px var(--v-secondary-lighten1);transition:box-shadow .1s!important}[data-v-4db277ef].VcTextArea.v-text-field:not(.v-text-field--outlined) .v-text-field__slot{transition:margin-bottom .1s}[data-v-4db277ef].VcTextArea.v-text-field:not(.v-text-field--outlined).v-input--is-focused label,[data-v-4db277ef].VcTextArea.v-text-field:not(.v-text-field--outlined).v-input--is-label-active label{font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.17;letter-spacing:-.3px;color:rgba(0,0,0,.62)!important;transform:translateY(-100%) scale(.85);top:24px}[data-v-4db277ef].VcTextArea.v-text-field .v-input__slot{border-radius:6px;background-color:#fff!important;position:relative!important;border:solid 1px rgba(0,0,0,.12);transition:border-color .1s!important;caret-color:var(--gray-darken-3)}[data-v-4db277ef].VcTextArea.v-text-field .v-input__slot:hover:not(.v-input--is-focused.v-input__slot):not(.error--text.v-input__slot){border-color:#757575}[data-v-4db277ef].VcTextArea.v-text-field .v-input__slot:after,[data-v-4db277ef].VcTextArea.v-text-field .v-input__slot:before{display:none}[data-v-4db277ef].VcTextArea.v-text-field textarea{font-size:15px!important;font-weight:500;line-height:1.5;margin-top:20px}[data-v-4db277ef].VcTextArea.v-text-field.no-label textarea{margin-top:var(--size-value2)}[data-v-4db277ef].VcTextArea.v-text-field .v-text-field__prefix{color:rgba(0,0,0,.54)!important}[data-v-4db277ef].VcTextArea.v-text-field.error--text .v-input__slot{border:1px solid var(--v-danger-base);box-shadow:none}[data-v-4db277ef].VcTextArea.v-text-field.v-input--is-disabled .v-input__slot{background-color:rgba(0,0,0,.03)!important}",
|
|
@@ -6380,21 +6380,21 @@ var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
|
6380
6380
|
/* scoped */
|
|
6381
6381
|
|
|
6382
6382
|
|
|
6383
|
-
var __vue_scope_id__$
|
|
6383
|
+
var __vue_scope_id__$m = "data-v-4db277ef";
|
|
6384
6384
|
/* module identifier */
|
|
6385
6385
|
|
|
6386
|
-
var __vue_module_identifier__$
|
|
6386
|
+
var __vue_module_identifier__$m = "data-v-4db277ef";
|
|
6387
6387
|
/* functional template */
|
|
6388
6388
|
|
|
6389
|
-
var __vue_is_functional_template__$
|
|
6389
|
+
var __vue_is_functional_template__$m = false;
|
|
6390
6390
|
/* style inject shadow dom */
|
|
6391
6391
|
|
|
6392
|
-
var __vue_component__$
|
|
6393
|
-
render: __vue_render__$
|
|
6394
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6395
|
-
}, __vue_inject_styles__$
|
|
6392
|
+
var __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
6393
|
+
render: __vue_render__$m,
|
|
6394
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
6395
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, createInjectorSSR, undefined);
|
|
6396
6396
|
|
|
6397
|
-
var __vue_component__$
|
|
6397
|
+
var __vue_component__$G = __vue_component__$F;var script$l = {
|
|
6398
6398
|
name: 'VcSelectField',
|
|
6399
6399
|
components: {
|
|
6400
6400
|
VcIconWithTooltip: VcIconWithTooltip,
|
|
@@ -6475,10 +6475,10 @@ var __vue_component__$E = __vue_component__$D;var script$k = {
|
|
|
6475
6475
|
}
|
|
6476
6476
|
}
|
|
6477
6477
|
};/* script */
|
|
6478
|
-
var __vue_script__$
|
|
6478
|
+
var __vue_script__$l = script$l;
|
|
6479
6479
|
/* template */
|
|
6480
6480
|
|
|
6481
|
-
var __vue_render__$
|
|
6481
|
+
var __vue_render__$l = function __vue_render__() {
|
|
6482
6482
|
var _vm = this;
|
|
6483
6483
|
|
|
6484
6484
|
var _h = _vm.$createElement;
|
|
@@ -6537,13 +6537,13 @@ var __vue_render__$k = function __vue_render__() {
|
|
|
6537
6537
|
});
|
|
6538
6538
|
};
|
|
6539
6539
|
|
|
6540
|
-
var __vue_staticRenderFns__$
|
|
6540
|
+
var __vue_staticRenderFns__$l = [];
|
|
6541
6541
|
/* style */
|
|
6542
6542
|
|
|
6543
|
-
var __vue_inject_styles__$
|
|
6543
|
+
var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
6544
6544
|
if (!inject) return;
|
|
6545
6545
|
inject("data-v-1413447c_0", {
|
|
6546
|
-
source: "[data-v-1413447c]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--
|
|
6546
|
+
source: "[data-v-1413447c]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcSelectField[data-v-1413447c]{border-radius:var(--border-radius)}.VcSelectField[data-v-1413447c] .icon{fill:var(--gray-darken-2)}.VcSelectField[data-v-1413447c] fieldset{height:var(--select-field-height);background:var(--modal-bg-color);border-color:var(--gray-lighten-1);transition:border-color .1s}.VcSelectField[data-v-1413447c] .v-label--active{transform:translateY(-8px) scale(.75)!important}.VcSelectField[data-v-1413447c] .v-label{color:var(--gray-darken-3)!important}.VcSelectField[data-v-1413447c] .v-select__slot label+div{position:absolute;top:10px}.VcSelectField[data-v-1413447c]:hover fieldset{border-color:var(--gray-darken-3)}.VcSelectField[data-v-1413447c].v-input--is-disabled fieldset{background-color:var(--gray-lighten-3)}.VcSelectField[data-v-1413447c].v-input--is-focused fieldset{border:1px solid var(--v-secondary-base)!important;transition:outline .1s,border-color .1s;outline:var(--v-secondary-lighten1) solid 3px}.VcSelectField[data-v-1413447c].v-input--is-focused fieldset input{color:var(--gray-darken-3)}.VcSelectField[data-v-1413447c].error--text fieldset{border:1px solid var(--red);transition:border-color .1s}.VcSelectField[data-v-1413447c] .v-text-field__details{padding-inline-start:0}.VcSelectField[data-v-1413447c] .v-text-field__details .v-messages__message{margin-top:10px}.VcSelectField[data-v-1413447c] legend{display:none}.VcSelectField[data-v-1413447c] .v-select__selection--comma{font-size:15px;font-weight:500}.VcSelectField[data-v-1413447c].with-tooltip .v-select__selection{max-width:75%}.VcSelectField[data-v-1413447c] .v-input__append-inner{align-content:center;align-items:center;margin-top:5px!important;height:75%}.VcSelectField[data-v-1413447c] .dropdown-arrow{width:var(--size-value5);height:var(--size-value5)}.VcSelectField[data-v-1413447c] .tooltip{padding-inline-start:var(--size-value3);margin-inline-start:var(--size-value3);border-inline-start:1px solid var(--gray-lighten-1);height:100%}",
|
|
6547
6547
|
map: undefined,
|
|
6548
6548
|
media: undefined
|
|
6549
6549
|
}), inject("data-v-1413447c_1", {
|
|
@@ -6555,21 +6555,21 @@ var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
|
|
|
6555
6555
|
/* scoped */
|
|
6556
6556
|
|
|
6557
6557
|
|
|
6558
|
-
var __vue_scope_id__$
|
|
6558
|
+
var __vue_scope_id__$l = "data-v-1413447c";
|
|
6559
6559
|
/* module identifier */
|
|
6560
6560
|
|
|
6561
|
-
var __vue_module_identifier__$
|
|
6561
|
+
var __vue_module_identifier__$l = "data-v-1413447c";
|
|
6562
6562
|
/* functional template */
|
|
6563
6563
|
|
|
6564
|
-
var __vue_is_functional_template__$
|
|
6564
|
+
var __vue_is_functional_template__$l = false;
|
|
6565
6565
|
/* style inject shadow dom */
|
|
6566
6566
|
|
|
6567
|
-
var __vue_component__$
|
|
6568
|
-
render: __vue_render__$
|
|
6569
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6570
|
-
}, __vue_inject_styles__$
|
|
6567
|
+
var __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
6568
|
+
render: __vue_render__$l,
|
|
6569
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
6570
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, createInjectorSSR, undefined);
|
|
6571
6571
|
|
|
6572
|
-
var __vue_component__$
|
|
6572
|
+
var __vue_component__$E = __vue_component__$D;var script$k = {
|
|
6573
6573
|
name: 'VcToast',
|
|
6574
6574
|
components: {
|
|
6575
6575
|
VcAlert: VcAlert,
|
|
@@ -6590,10 +6590,10 @@ var __vue_component__$C = __vue_component__$B;var script$j = {
|
|
|
6590
6590
|
}
|
|
6591
6591
|
}
|
|
6592
6592
|
};/* script */
|
|
6593
|
-
var __vue_script__$
|
|
6593
|
+
var __vue_script__$k = script$k;
|
|
6594
6594
|
/* template */
|
|
6595
6595
|
|
|
6596
|
-
var __vue_render__$
|
|
6596
|
+
var __vue_render__$k = function __vue_render__() {
|
|
6597
6597
|
var _vm = this;
|
|
6598
6598
|
|
|
6599
6599
|
var _h = _vm.$createElement;
|
|
@@ -6615,10 +6615,10 @@ var __vue_render__$j = function __vue_render__() {
|
|
|
6615
6615
|
}, 'VcAlert', _vm.$attrs, false))], 1);
|
|
6616
6616
|
};
|
|
6617
6617
|
|
|
6618
|
-
var __vue_staticRenderFns__$
|
|
6618
|
+
var __vue_staticRenderFns__$k = [];
|
|
6619
6619
|
/* style */
|
|
6620
6620
|
|
|
6621
|
-
var __vue_inject_styles__$
|
|
6621
|
+
var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
|
|
6622
6622
|
if (!inject) return;
|
|
6623
6623
|
inject("data-v-2d3e5bbe_0", {
|
|
6624
6624
|
source: "[data-v-2d3e5bbe] .v-snack__action{display:none}[data-v-2d3e5bbe] .v-snack__wrapper.theme--dark{background-color:unset}[data-v-2d3e5bbe] .v-alert{margin-bottom:0}[data-v-2d3e5bbe] .v-sheet.v-snack__wrapper:not(.v-sheet--outlined){box-shadow:none}",
|
|
@@ -6629,21 +6629,21 @@ var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
|
|
|
6629
6629
|
/* scoped */
|
|
6630
6630
|
|
|
6631
6631
|
|
|
6632
|
-
var __vue_scope_id__$
|
|
6632
|
+
var __vue_scope_id__$k = "data-v-2d3e5bbe";
|
|
6633
6633
|
/* module identifier */
|
|
6634
6634
|
|
|
6635
|
-
var __vue_module_identifier__$
|
|
6635
|
+
var __vue_module_identifier__$k = "data-v-2d3e5bbe";
|
|
6636
6636
|
/* functional template */
|
|
6637
6637
|
|
|
6638
|
-
var __vue_is_functional_template__$
|
|
6638
|
+
var __vue_is_functional_template__$k = false;
|
|
6639
6639
|
/* style inject shadow dom */
|
|
6640
6640
|
|
|
6641
|
-
var __vue_component__$
|
|
6642
|
-
render: __vue_render__$
|
|
6643
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6644
|
-
}, __vue_inject_styles__$
|
|
6641
|
+
var __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
6642
|
+
render: __vue_render__$k,
|
|
6643
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
6644
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, createInjectorSSR, undefined);
|
|
6645
6645
|
|
|
6646
|
-
var __vue_component__$
|
|
6646
|
+
var __vue_component__$C = __vue_component__$B;//
|
|
6647
6647
|
//
|
|
6648
6648
|
//
|
|
6649
6649
|
//
|
|
@@ -6655,7 +6655,7 @@ var __vue_component__$A = __vue_component__$z;//
|
|
|
6655
6655
|
//
|
|
6656
6656
|
//
|
|
6657
6657
|
//
|
|
6658
|
-
var script$
|
|
6658
|
+
var script$j = {
|
|
6659
6659
|
components: {
|
|
6660
6660
|
VCard: lib.VCard
|
|
6661
6661
|
},
|
|
@@ -6677,10 +6677,10 @@ var script$i = {
|
|
|
6677
6677
|
}
|
|
6678
6678
|
}
|
|
6679
6679
|
};/* script */
|
|
6680
|
-
var __vue_script__$
|
|
6680
|
+
var __vue_script__$j = script$j;
|
|
6681
6681
|
/* template */
|
|
6682
6682
|
|
|
6683
|
-
var __vue_render__$
|
|
6683
|
+
var __vue_render__$j = function __vue_render__() {
|
|
6684
6684
|
var _vm = this;
|
|
6685
6685
|
|
|
6686
6686
|
var _h = _vm.$createElement;
|
|
@@ -6714,10 +6714,10 @@ var __vue_render__$i = function __vue_render__() {
|
|
|
6714
6714
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2);
|
|
6715
6715
|
};
|
|
6716
6716
|
|
|
6717
|
-
var __vue_staticRenderFns__$
|
|
6717
|
+
var __vue_staticRenderFns__$j = [];
|
|
6718
6718
|
/* style */
|
|
6719
6719
|
|
|
6720
|
-
var __vue_inject_styles__$
|
|
6720
|
+
var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
|
|
6721
6721
|
if (!inject) return;
|
|
6722
6722
|
inject("data-v-11425092_0", {
|
|
6723
6723
|
source: ".VcCard[data-v-11425092]{position:relative;padding:16px 24px;border:1px solid var(--gray-lighten-1);box-sizing:border-box;box-shadow:none;overflow:hidden;transition:box-shadow .4s}.VcCard.elevation[data-v-11425092]{border:0;box-shadow:var(--shadow-2)}.VcCard.elevation[data-v-11425092]:hover{box-shadow:var(--shadow-5)}.VcCard.dash[data-v-11425092]{border-top:0}.VcCard__dash[data-v-11425092]{position:absolute;top:0;left:-5px;width:110%;border:0;height:5px}",
|
|
@@ -6728,21 +6728,21 @@ var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
|
|
|
6728
6728
|
/* scoped */
|
|
6729
6729
|
|
|
6730
6730
|
|
|
6731
|
-
var __vue_scope_id__$
|
|
6731
|
+
var __vue_scope_id__$j = "data-v-11425092";
|
|
6732
6732
|
/* module identifier */
|
|
6733
6733
|
|
|
6734
|
-
var __vue_module_identifier__$
|
|
6734
|
+
var __vue_module_identifier__$j = "data-v-11425092";
|
|
6735
6735
|
/* functional template */
|
|
6736
6736
|
|
|
6737
|
-
var __vue_is_functional_template__$
|
|
6737
|
+
var __vue_is_functional_template__$j = false;
|
|
6738
6738
|
/* style inject shadow dom */
|
|
6739
6739
|
|
|
6740
|
-
var __vue_component__$
|
|
6741
|
-
render: __vue_render__$
|
|
6742
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6743
|
-
}, __vue_inject_styles__$
|
|
6740
|
+
var __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
6741
|
+
render: __vue_render__$j,
|
|
6742
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
6743
|
+
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, createInjectorSSR, undefined);
|
|
6744
6744
|
|
|
6745
|
-
var __vue_component__$
|
|
6745
|
+
var __vue_component__$A = __vue_component__$z;var script$i = {
|
|
6746
6746
|
name: "FilterPanel",
|
|
6747
6747
|
components: {
|
|
6748
6748
|
VcLayout: VcLayout,
|
|
@@ -6769,10 +6769,10 @@ var __vue_component__$y = __vue_component__$x;var script$h = {
|
|
|
6769
6769
|
}
|
|
6770
6770
|
}
|
|
6771
6771
|
};/* script */
|
|
6772
|
-
var __vue_script__$
|
|
6772
|
+
var __vue_script__$i = script$i;
|
|
6773
6773
|
/* template */
|
|
6774
6774
|
|
|
6775
|
-
var __vue_render__$
|
|
6775
|
+
var __vue_render__$i = function __vue_render__() {
|
|
6776
6776
|
var _vm = this;
|
|
6777
6777
|
|
|
6778
6778
|
var _h = _vm.$createElement;
|
|
@@ -6828,10 +6828,10 @@ var __vue_render__$h = function __vue_render__() {
|
|
|
6828
6828
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2)], 1)], 1);
|
|
6829
6829
|
};
|
|
6830
6830
|
|
|
6831
|
-
var __vue_staticRenderFns__$
|
|
6831
|
+
var __vue_staticRenderFns__$i = [];
|
|
6832
6832
|
/* style */
|
|
6833
6833
|
|
|
6834
|
-
var __vue_inject_styles__$
|
|
6834
|
+
var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
|
|
6835
6835
|
if (!inject) return;
|
|
6836
6836
|
inject("data-v-44aac954_0", {
|
|
6837
6837
|
source: ".VcFilterPanel[data-v-44aac954]{height:100%;max-width:280px;background-color:#fff;min-height:150px;box-shadow:0 5px 7px rgba(0,0,0,.26)}@media screen and (min-width:960px){.VcFilterPanel[data-v-44aac954]{max-width:265px}}.VcFilterPanel .filter-loader[data-v-44aac954]{margin:var(--size-value8) auto auto auto}.VcFilterPanel .VcFilterPanel-container[data-v-44aac954]{padding-bottom:53px;max-height:100%;overflow:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.VcFilterPanel .VcFilterPanel-container[data-v-44aac954]::-webkit-scrollbar{width:0;height:0}.VcFilterPanel .VcFilterPanel-container.column[data-v-44aac954]{position:relative}.VcFilterPanel .VcFilterPanel-container .VcFilterPanel-label-container[data-v-44aac954]{flex:0 0 56px}.VcFilterPanel .filter[data-v-44aac954]{min-width:100%;border-bottom:1px solid var(--gray);padding-left:var(--size-value6);padding-right:0;line-height:var(--size-value14);background-color:var(--neutral-lighten-3)}#app[dir=rtl] .VcFilterPanel .filter[data-v-44aac954]{padding-left:0}#app[dir=rtl] .VcFilterPanel .filter[data-v-44aac954]{padding-right:var(--size-value6)}.VcFilterPanel .filter .filter-label[data-v-44aac954]{font-size:var(--font-size-small2);font-weight:var(--font-weight-large);color:var(--gray-darken-5)}.VcFilterPanel .VcFilterPanel-content-wrapper[data-v-44aac954]{flex-grow:1}.VcFilterPanel .VcFilterPanel-close-button[data-v-44aac954]{position:absolute;width:var(--size-value6);height:var(--size-value6);top:var(--size-value4);right:var(--size-value4)}#app[dir=rtl] .VcFilterPanel .VcFilterPanel-close-button[data-v-44aac954]{right:auto;left:var(--size-value4)}.VcFilterPanel .VcFilterPanel-close-button .v-btn__content[data-v-44aac954]{opacity:unset}.VcFilterPanel .VcFilterPanel-close-button[data-v-44aac954]:hover{background-color:rgba(0,0,0,.07)}.VcFilterPanel .VcFilterPanel-close-button .v-icon[data-v-44aac954]{margin-right:var(--size-value0)}.VcFilterPanel .VcFilterPanel-close-button .v-icon svg[data-v-44aac954]{fill:var(--gray-darken-2);width:var(--size-value4);height:var(--size-value4)}",
|
|
@@ -6842,27 +6842,27 @@ var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
|
|
|
6842
6842
|
/* scoped */
|
|
6843
6843
|
|
|
6844
6844
|
|
|
6845
|
-
var __vue_scope_id__$
|
|
6845
|
+
var __vue_scope_id__$i = "data-v-44aac954";
|
|
6846
6846
|
/* module identifier */
|
|
6847
6847
|
|
|
6848
|
-
var __vue_module_identifier__$
|
|
6848
|
+
var __vue_module_identifier__$i = "data-v-44aac954";
|
|
6849
6849
|
/* functional template */
|
|
6850
6850
|
|
|
6851
|
-
var __vue_is_functional_template__$
|
|
6851
|
+
var __vue_is_functional_template__$i = false;
|
|
6852
6852
|
/* style inject shadow dom */
|
|
6853
6853
|
|
|
6854
|
-
var __vue_component__$
|
|
6855
|
-
render: __vue_render__$
|
|
6856
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6857
|
-
}, __vue_inject_styles__$
|
|
6854
|
+
var __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
6855
|
+
render: __vue_render__$i,
|
|
6856
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
6857
|
+
}, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, createInjectorSSR, undefined);
|
|
6858
6858
|
|
|
6859
|
-
var __vue_component__$
|
|
6859
|
+
var __vue_component__$y = __vue_component__$x;//
|
|
6860
6860
|
//
|
|
6861
6861
|
//
|
|
6862
6862
|
//
|
|
6863
6863
|
//
|
|
6864
6864
|
//
|
|
6865
|
-
var script$
|
|
6865
|
+
var script$h = {
|
|
6866
6866
|
components: {
|
|
6867
6867
|
VLayout: lib.VLayout
|
|
6868
6868
|
},
|
|
@@ -6876,10 +6876,10 @@ var script$g = {
|
|
|
6876
6876
|
}
|
|
6877
6877
|
}
|
|
6878
6878
|
};/* script */
|
|
6879
|
-
var __vue_script__$
|
|
6879
|
+
var __vue_script__$h = script$h;
|
|
6880
6880
|
/* template */
|
|
6881
6881
|
|
|
6882
|
-
var __vue_render__$
|
|
6882
|
+
var __vue_render__$h = function __vue_render__() {
|
|
6883
6883
|
var _vm = this;
|
|
6884
6884
|
|
|
6885
6885
|
var _h = _vm.$createElement;
|
|
@@ -6894,10 +6894,10 @@ var __vue_render__$g = function __vue_render__() {
|
|
|
6894
6894
|
}, [_vm._t("default")], 2);
|
|
6895
6895
|
};
|
|
6896
6896
|
|
|
6897
|
-
var __vue_staticRenderFns__$
|
|
6897
|
+
var __vue_staticRenderFns__$h = [];
|
|
6898
6898
|
/* style */
|
|
6899
6899
|
|
|
6900
|
-
var __vue_inject_styles__$
|
|
6900
|
+
var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
|
|
6901
6901
|
if (!inject) return;
|
|
6902
6902
|
inject("data-v-e2463588_0", {
|
|
6903
6903
|
source: ".VcFocusArea[data-v-e2463588]{padding:var(--size-value4);background-color:var(--gray-lighten-3);border-radius:6px}",
|
|
@@ -6908,21 +6908,21 @@ var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
|
|
|
6908
6908
|
/* scoped */
|
|
6909
6909
|
|
|
6910
6910
|
|
|
6911
|
-
var __vue_scope_id__$
|
|
6911
|
+
var __vue_scope_id__$h = "data-v-e2463588";
|
|
6912
6912
|
/* module identifier */
|
|
6913
6913
|
|
|
6914
|
-
var __vue_module_identifier__$
|
|
6914
|
+
var __vue_module_identifier__$h = "data-v-e2463588";
|
|
6915
6915
|
/* functional template */
|
|
6916
6916
|
|
|
6917
|
-
var __vue_is_functional_template__$
|
|
6917
|
+
var __vue_is_functional_template__$h = false;
|
|
6918
6918
|
/* style inject shadow dom */
|
|
6919
6919
|
|
|
6920
|
-
var __vue_component__$
|
|
6921
|
-
render: __vue_render__$
|
|
6922
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6923
|
-
}, __vue_inject_styles__$
|
|
6920
|
+
var __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
6921
|
+
render: __vue_render__$h,
|
|
6922
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
6923
|
+
}, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, createInjectorSSR, undefined);
|
|
6924
6924
|
|
|
6925
|
-
var __vue_component__$
|
|
6925
|
+
var __vue_component__$w = __vue_component__$v;var script$g = {
|
|
6926
6926
|
name: "ListItem",
|
|
6927
6927
|
components: {
|
|
6928
6928
|
VcLayout: VcLayout,
|
|
@@ -6960,10 +6960,10 @@ var __vue_component__$u = __vue_component__$t;var script$f = {
|
|
|
6960
6960
|
}
|
|
6961
6961
|
}
|
|
6962
6962
|
};/* script */
|
|
6963
|
-
var __vue_script__$
|
|
6963
|
+
var __vue_script__$g = script$g;
|
|
6964
6964
|
/* template */
|
|
6965
6965
|
|
|
6966
|
-
var __vue_render__$
|
|
6966
|
+
var __vue_render__$g = function __vue_render__() {
|
|
6967
6967
|
var _vm = this;
|
|
6968
6968
|
|
|
6969
6969
|
var _h = _vm.$createElement;
|
|
@@ -7008,10 +7008,10 @@ var __vue_render__$f = function __vue_render__() {
|
|
|
7008
7008
|
})], 2)], 1);
|
|
7009
7009
|
};
|
|
7010
7010
|
|
|
7011
|
-
var __vue_staticRenderFns__$
|
|
7011
|
+
var __vue_staticRenderFns__$g = [];
|
|
7012
7012
|
/* style */
|
|
7013
7013
|
|
|
7014
|
-
var __vue_inject_styles__$
|
|
7014
|
+
var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
|
|
7015
7015
|
if (!inject) return;
|
|
7016
7016
|
inject("data-v-0a8bbb3a_0", {
|
|
7017
7017
|
source: ".VcListItem[data-v-0a8bbb3a]{flex-grow:0;padding:var(--size-value6) 0}@media screen and (min-width:960px){.VcListItem[data-v-0a8bbb3a]{padding:var(--size-value6) var(--size-value5)}}.VcListItem .selected-checkbox[data-v-0a8bbb3a]{padding-right:var(--size-value1)}.VcListItem .right-area[data-v-0a8bbb3a]{justify-content:flex-end;transition:opacity .3s;flex-grow:0;align-items:center}@media screen and (min-width:960px){.VcListItem .right-area[data-v-0a8bbb3a]{opacity:0}}.VcListItem .right-area .three-dots[data-v-0a8bbb3a]{border-radius:1000px;min-width:unset;padding:0}@media screen and (min-width:960px){.VcListItem .right-area .placeholder[data-v-0a8bbb3a]{min-width:14px}}.VcListItem:hover .right-area[data-v-0a8bbb3a]{opacity:1}.VcListItem .v-btn:not(.v-btn--round).v-size--default[data-v-0a8bbb3a]{padding:0;min-width:auto}",
|
|
@@ -7022,21 +7022,21 @@ var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
|
|
|
7022
7022
|
/* scoped */
|
|
7023
7023
|
|
|
7024
7024
|
|
|
7025
|
-
var __vue_scope_id__$
|
|
7025
|
+
var __vue_scope_id__$g = "data-v-0a8bbb3a";
|
|
7026
7026
|
/* module identifier */
|
|
7027
7027
|
|
|
7028
|
-
var __vue_module_identifier__$
|
|
7028
|
+
var __vue_module_identifier__$g = "data-v-0a8bbb3a";
|
|
7029
7029
|
/* functional template */
|
|
7030
7030
|
|
|
7031
|
-
var __vue_is_functional_template__$
|
|
7031
|
+
var __vue_is_functional_template__$g = false;
|
|
7032
7032
|
/* style inject shadow dom */
|
|
7033
7033
|
|
|
7034
|
-
var __vue_component__$
|
|
7035
|
-
render: __vue_render__$
|
|
7036
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7037
|
-
}, __vue_inject_styles__$
|
|
7034
|
+
var __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
7035
|
+
render: __vue_render__$g,
|
|
7036
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
7037
|
+
}, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, createInjectorSSR, undefined);
|
|
7038
7038
|
|
|
7039
|
-
var __vue_component__$
|
|
7039
|
+
var __vue_component__$u = __vue_component__$t;var script$f = {
|
|
7040
7040
|
name: "VcGroupHeader",
|
|
7041
7041
|
components: {
|
|
7042
7042
|
VcLayout: VcLayout
|
|
@@ -7056,10 +7056,10 @@ var __vue_component__$s = __vue_component__$r;var script$e = {
|
|
|
7056
7056
|
}
|
|
7057
7057
|
}
|
|
7058
7058
|
};/* script */
|
|
7059
|
-
var __vue_script__$
|
|
7059
|
+
var __vue_script__$f = script$f;
|
|
7060
7060
|
/* template */
|
|
7061
7061
|
|
|
7062
|
-
var __vue_render__$
|
|
7062
|
+
var __vue_render__$f = function __vue_render__() {
|
|
7063
7063
|
var _vm = this;
|
|
7064
7064
|
|
|
7065
7065
|
var _h = _vm.$createElement;
|
|
@@ -7075,10 +7075,10 @@ var __vue_render__$e = function __vue_render__() {
|
|
|
7075
7075
|
}, [_c('span', [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.summaryText))])]);
|
|
7076
7076
|
};
|
|
7077
7077
|
|
|
7078
|
-
var __vue_staticRenderFns__$
|
|
7078
|
+
var __vue_staticRenderFns__$f = [];
|
|
7079
7079
|
/* style */
|
|
7080
7080
|
|
|
7081
|
-
var __vue_inject_styles__$
|
|
7081
|
+
var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
|
|
7082
7082
|
if (!inject) return;
|
|
7083
7083
|
inject("data-v-5cb0ff3e_0", {
|
|
7084
7084
|
source: ".VcGroupHeader[data-v-5cb0ff3e]{width:100%;height:var(--size-value10);flex-grow:0;color:var(--gray-darken-3);background-color:var(--neutral-lighten-3);font-size:var(--font-size-small);font-weight:500;line-height:var(--size-value10);padding:0 var(--size-value5);border-bottom:1px solid var(--gray-lighten-1)}@media screen and (min-width:960px){.VcGroupHeader[data-v-5cb0ff3e]{font-size:var(--font-size-xx-small)}}",
|
|
@@ -7089,21 +7089,21 @@ var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
|
|
|
7089
7089
|
/* scoped */
|
|
7090
7090
|
|
|
7091
7091
|
|
|
7092
|
-
var __vue_scope_id__$
|
|
7092
|
+
var __vue_scope_id__$f = "data-v-5cb0ff3e";
|
|
7093
7093
|
/* module identifier */
|
|
7094
7094
|
|
|
7095
|
-
var __vue_module_identifier__$
|
|
7095
|
+
var __vue_module_identifier__$f = "data-v-5cb0ff3e";
|
|
7096
7096
|
/* functional template */
|
|
7097
7097
|
|
|
7098
|
-
var __vue_is_functional_template__$
|
|
7098
|
+
var __vue_is_functional_template__$f = false;
|
|
7099
7099
|
/* style inject shadow dom */
|
|
7100
7100
|
|
|
7101
|
-
var __vue_component__$
|
|
7102
|
-
render: __vue_render__$
|
|
7103
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7104
|
-
}, __vue_inject_styles__$
|
|
7101
|
+
var __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
7102
|
+
render: __vue_render__$f,
|
|
7103
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
7104
|
+
}, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, createInjectorSSR, undefined);
|
|
7105
7105
|
|
|
7106
|
-
var __vue_component__$
|
|
7106
|
+
var __vue_component__$s = __vue_component__$r;var script$e = {
|
|
7107
7107
|
name: "VcBanner",
|
|
7108
7108
|
components: {
|
|
7109
7109
|
VcImage: VcImage,
|
|
@@ -7151,10 +7151,10 @@ var __vue_component__$q = __vue_component__$p;var script$d = {
|
|
|
7151
7151
|
}
|
|
7152
7152
|
}
|
|
7153
7153
|
};/* script */
|
|
7154
|
-
var __vue_script__$
|
|
7154
|
+
var __vue_script__$e = script$e;
|
|
7155
7155
|
/* template */
|
|
7156
7156
|
|
|
7157
|
-
var __vue_render__$
|
|
7157
|
+
var __vue_render__$e = function __vue_render__() {
|
|
7158
7158
|
var _vm = this;
|
|
7159
7159
|
|
|
7160
7160
|
var _h = _vm.$createElement;
|
|
@@ -7226,10 +7226,10 @@ var __vue_render__$d = function __vue_render__() {
|
|
|
7226
7226
|
}) : _vm._e()], 2);
|
|
7227
7227
|
};
|
|
7228
7228
|
|
|
7229
|
-
var __vue_staticRenderFns__$
|
|
7229
|
+
var __vue_staticRenderFns__$e = [];
|
|
7230
7230
|
/* style */
|
|
7231
7231
|
|
|
7232
|
-
var __vue_inject_styles__$
|
|
7232
|
+
var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
|
|
7233
7233
|
if (!inject) return;
|
|
7234
7234
|
inject("data-v-b6def40c_0", {
|
|
7235
7235
|
source: ".VcBanner[data-v-b6def40c]{min-height:188px;box-sizing:border-box;overflow:hidden;border-radius:var(--size-value2);border:1px solid var(--neutral-lighten-2);position:relative}.VcBanner .images-container[data-v-b6def40c]{position:relative;height:100%}.VcBanner .images-container .background-stain[data-v-b6def40c]{position:absolute;opacity:15%;margin:0 auto;overflow:hidden;top:-80px;height:calc(100% + 110px);transform:scale(.7);left:-335px}#app[dir=rtl] .VcBanner .images-container .background-stain[data-v-b6def40c]{left:auto;right:-335px}@media screen and (min-width:600px){.VcBanner .images-container .background-stain[data-v-b6def40c]{transform:scale(1);top:-206px;height:calc(100% + 206px);left:-64px}#app[dir=rtl] .VcBanner .images-container .background-stain[data-v-b6def40c]{left:auto;right:-64px}}@media screen and (min-width:960px){.VcBanner .images-container .background-stain[data-v-b6def40c]{top:-176px;height:calc(100% + 176px);left:-50px}#app[dir=rtl] .VcBanner .images-container .background-stain[data-v-b6def40c]{left:auto;right:-50px}}#app[dir=rtl] .VcBanner .images-container .background-stain[data-v-b6def40c]{transform:scale(-.7,.7)}@media screen and (min-width:600px){#app[dir=rtl] .VcBanner .images-container .background-stain[data-v-b6def40c]{transform:scaleX(-1)}}.VcBanner .images-container .background-stain[data-v-b6def40c] #background_stain{fill:var(--v-secondary-base)}.VcBanner .images-container .banner-image[data-v-b6def40c]{margin:auto 0 0;position:relative;width:200px;height:95px}@media screen and (min-width:600px){.VcBanner .images-container .banner-image[data-v-b6def40c]{width:300px;height:142.5px}}@media screen and (min-width:960px){.VcBanner .images-container .banner-image[data-v-b6def40c]{width:400px;height:190px}}.VcBanner .text-container[data-v-b6def40c]{flex:0 0 60%;color:var(--gray-darken-5);z-index:1}.VcBanner .text-container .banner-title[data-v-b6def40c]{font-weight:var(--font-weight-large2);font-size:var(--font-size-medium2);line-height:var(--size-value8)}@media screen and (min-width:960px){.VcBanner .text-container .banner-title[data-v-b6def40c]{flex:0 0 100%}}.VcBanner .text-container .banner-subtitle[data-v-b6def40c]{font-size:var(--font-size-small2);line-height:var(--size-value5);font-weight:var(--font-weight-medium2)}.VcBanner .text-container .banner-note[data-v-b6def40c]{font-size:var(--font-size-small2);font-weight:var(--font-weight-medium)}.VcBanner .cta-container .primary-cta[data-v-b6def40c]{line-height:var(--size-value12);font-weight:var(--font-weight-large2);margin-inline-end:var(--size-value6)}.VcBanner .cta-container .secondary-cta[data-v-b6def40c]{font-size:var(--font-size-small2);font-weight:var(--font-weight-large);flex:0 0 100%}@media screen and (min-width:600px){.VcBanner .cta-container .secondary-cta[data-v-b6def40c]{flex:none}}.VcBanner .close-button[data-v-b6def40c]{position:absolute;width:var(--size-value3);height:var(--size-value3);right:var(--size-value4)}#app[dir=rtl] .VcBanner .close-button[data-v-b6def40c]{right:auto;left:var(--size-value4)}.VcBanner .close-button[data-v-b6def40c] .v-btn__content{opacity:unset}.VcBanner .close-button[data-v-b6def40c] .v-icon{margin-right:var(--size-value0)}.VcBanner .close-button[data-v-b6def40c] .v-icon svg{fill:var(--gray-darken-2)}",
|
|
@@ -7240,21 +7240,21 @@ var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
|
|
|
7240
7240
|
/* scoped */
|
|
7241
7241
|
|
|
7242
7242
|
|
|
7243
|
-
var __vue_scope_id__$
|
|
7243
|
+
var __vue_scope_id__$e = "data-v-b6def40c";
|
|
7244
7244
|
/* module identifier */
|
|
7245
7245
|
|
|
7246
|
-
var __vue_module_identifier__$
|
|
7246
|
+
var __vue_module_identifier__$e = "data-v-b6def40c";
|
|
7247
7247
|
/* functional template */
|
|
7248
7248
|
|
|
7249
|
-
var __vue_is_functional_template__$
|
|
7249
|
+
var __vue_is_functional_template__$e = false;
|
|
7250
7250
|
/* style inject shadow dom */
|
|
7251
7251
|
|
|
7252
|
-
var __vue_component__$
|
|
7253
|
-
render: __vue_render__$
|
|
7254
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7255
|
-
}, __vue_inject_styles__$
|
|
7252
|
+
var __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
7253
|
+
render: __vue_render__$e,
|
|
7254
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
7255
|
+
}, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, createInjectorSSR, undefined);
|
|
7256
7256
|
|
|
7257
|
-
var __vue_component__$
|
|
7257
|
+
var __vue_component__$q = __vue_component__$p;var script$d = {
|
|
7258
7258
|
name: "VcWizardCtaContainer",
|
|
7259
7259
|
components: {
|
|
7260
7260
|
VcButton: VcButton,
|
|
@@ -7283,10 +7283,10 @@ var __vue_component__$o = __vue_component__$n;var script$c = {
|
|
|
7283
7283
|
}
|
|
7284
7284
|
}
|
|
7285
7285
|
};/* script */
|
|
7286
|
-
var __vue_script__$
|
|
7286
|
+
var __vue_script__$d = script$d;
|
|
7287
7287
|
/* template */
|
|
7288
7288
|
|
|
7289
|
-
var __vue_render__$
|
|
7289
|
+
var __vue_render__$d = function __vue_render__() {
|
|
7290
7290
|
var _vm = this;
|
|
7291
7291
|
|
|
7292
7292
|
var _h = _vm.$createElement;
|
|
@@ -7326,13 +7326,13 @@ var __vue_render__$c = function __vue_render__() {
|
|
|
7326
7326
|
}, [_vm._v("\n " + _vm._s(_vm.nextButtonLabel) + "\n ")])], 1);
|
|
7327
7327
|
};
|
|
7328
7328
|
|
|
7329
|
-
var __vue_staticRenderFns__$
|
|
7329
|
+
var __vue_staticRenderFns__$d = [];
|
|
7330
7330
|
/* style */
|
|
7331
7331
|
|
|
7332
|
-
var __vue_inject_styles__$
|
|
7332
|
+
var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
|
|
7333
7333
|
if (!inject) return;
|
|
7334
7334
|
inject("data-v-d0bdc5fc_0", {
|
|
7335
|
-
source: "[data-v-d0bdc5fc]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--
|
|
7335
|
+
source: "[data-v-d0bdc5fc]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.wizard-cta-container[data-v-d0bdc5fc]{background-color:#fff;position:sticky;bottom:0;left:0;width:100%;height:var(--size-value18);max-height:var(--size-value18);padding:var(--size-value3) var(--size-value0);border-top:1px solid var(--gray-lighten-1)}@media screen and (min-width:960px){.wizard-cta-container[data-v-d0bdc5fc]{border-top:revert;position:static;width:100%;transform:revert;height:var(--size-value20);max-height:var(--size-value20);padding-bottom:var(--size-value6)}}.wizard-cta-button[data-v-d0bdc5fc]{flex:1;min-height:var(--size-value12)}@media screen and (min-width:960px){.wizard-cta-button[data-v-d0bdc5fc]{flex:revert;min-height:var(--size-value10)}}.wizard-cta-button+.wizard-cta-button[data-v-d0bdc5fc]{margin-inline-start:var(--size-value3)}",
|
|
7336
7336
|
map: undefined,
|
|
7337
7337
|
media: undefined
|
|
7338
7338
|
});
|
|
@@ -7340,21 +7340,21 @@ var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
|
|
|
7340
7340
|
/* scoped */
|
|
7341
7341
|
|
|
7342
7342
|
|
|
7343
|
-
var __vue_scope_id__$
|
|
7343
|
+
var __vue_scope_id__$d = "data-v-d0bdc5fc";
|
|
7344
7344
|
/* module identifier */
|
|
7345
7345
|
|
|
7346
|
-
var __vue_module_identifier__$
|
|
7346
|
+
var __vue_module_identifier__$d = "data-v-d0bdc5fc";
|
|
7347
7347
|
/* functional template */
|
|
7348
7348
|
|
|
7349
|
-
var __vue_is_functional_template__$
|
|
7349
|
+
var __vue_is_functional_template__$d = false;
|
|
7350
7350
|
/* style inject shadow dom */
|
|
7351
7351
|
|
|
7352
|
-
var __vue_component__$
|
|
7353
|
-
render: __vue_render__$
|
|
7354
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7355
|
-
}, __vue_inject_styles__$
|
|
7352
|
+
var __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
7353
|
+
render: __vue_render__$d,
|
|
7354
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
7355
|
+
}, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, createInjectorSSR, undefined);
|
|
7356
7356
|
|
|
7357
|
-
var VcWizardCtaContainer = __vue_component__$
|
|
7357
|
+
var VcWizardCtaContainer = __vue_component__$o;var script$c = {
|
|
7358
7358
|
name: "VcStepperContent",
|
|
7359
7359
|
model: {
|
|
7360
7360
|
prop: 'currentStep'
|
|
@@ -7468,10 +7468,10 @@ var VcWizardCtaContainer = __vue_component__$m;var script$b = {
|
|
|
7468
7468
|
}
|
|
7469
7469
|
}
|
|
7470
7470
|
};/* script */
|
|
7471
|
-
var __vue_script__$
|
|
7471
|
+
var __vue_script__$c = script$c;
|
|
7472
7472
|
/* template */
|
|
7473
7473
|
|
|
7474
|
-
var __vue_render__$
|
|
7474
|
+
var __vue_render__$c = function __vue_render__() {
|
|
7475
7475
|
var _vm = this;
|
|
7476
7476
|
|
|
7477
7477
|
var _h = _vm.$createElement;
|
|
@@ -7560,13 +7560,13 @@ var __vue_render__$b = function __vue_render__() {
|
|
|
7560
7560
|
}), 1)], 1)], 1);
|
|
7561
7561
|
};
|
|
7562
7562
|
|
|
7563
|
-
var __vue_staticRenderFns__$
|
|
7563
|
+
var __vue_staticRenderFns__$c = [];
|
|
7564
7564
|
/* style */
|
|
7565
7565
|
|
|
7566
|
-
var __vue_inject_styles__$
|
|
7566
|
+
var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
|
|
7567
7567
|
if (!inject) return;
|
|
7568
7568
|
inject("data-v-4a2a7ae5_0", {
|
|
7569
|
-
source: "[data-v-4a2a7ae5]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--
|
|
7569
|
+
source: "[data-v-4a2a7ae5]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.stepper-content-wrapper[data-v-4a2a7ae5]{height:100%;width:100%;padding-bottom:var(--size-value6)}@media screen and (min-width:960px){.stepper-content-wrapper[data-v-4a2a7ae5]{padding-bottom:var(--size-value0)}}.layout-content[data-v-4a2a7ae5]{padding:var(--size-value0) var(--size-value4)}@media screen and (min-width:960px){.layout-content[data-v-4a2a7ae5]{padding:revert;padding-block-start:var(--size-value3)}}.stepper-header[data-v-4a2a7ae5]{flex:0;margin-block-end:var(--size-value4);padding:var(--size-value0)}@media screen and (min-width:960px){.stepper-header[data-v-4a2a7ae5]{padding:revert;flex:revert;padding-block-start:var(--size-value3)}}.stepper-header .content-stepper-title[data-v-4a2a7ae5]{letter-spacing:.01em;font-size:var(--font-size-medium);font-weight:var(--font-weight-large);line-height:var(--size-value8);color:var(--gray-darken-5)}@media screen and (min-width:960px){.stepper-header .content-stepper-title[data-v-4a2a7ae5]{font-size:var(--font-size-medium2)}}.stepper-header .content-stepper-description[data-v-4a2a7ae5]{font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-4)}.stepper-header .content-stepper-description[data-v-4a2a7ae5] a{color:var(--blue)}.vc-stepper-content.v-stepper[data-v-4a2a7ae5]{width:100%;box-shadow:none;height:100%;overflow:auto}.vc-stepper-content.v-stepper[data-v-4a2a7ae5] .v-stepper__items .v-stepper__content{padding:0}",
|
|
7570
7570
|
map: undefined,
|
|
7571
7571
|
media: undefined
|
|
7572
7572
|
});
|
|
@@ -7574,21 +7574,21 @@ var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
|
|
|
7574
7574
|
/* scoped */
|
|
7575
7575
|
|
|
7576
7576
|
|
|
7577
|
-
var __vue_scope_id__$
|
|
7577
|
+
var __vue_scope_id__$c = "data-v-4a2a7ae5";
|
|
7578
7578
|
/* module identifier */
|
|
7579
7579
|
|
|
7580
|
-
var __vue_module_identifier__$
|
|
7580
|
+
var __vue_module_identifier__$c = "data-v-4a2a7ae5";
|
|
7581
7581
|
/* functional template */
|
|
7582
7582
|
|
|
7583
|
-
var __vue_is_functional_template__$
|
|
7583
|
+
var __vue_is_functional_template__$c = false;
|
|
7584
7584
|
/* style inject shadow dom */
|
|
7585
7585
|
|
|
7586
|
-
var __vue_component__$
|
|
7587
|
-
render: __vue_render__$
|
|
7588
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7589
|
-
}, __vue_inject_styles__$
|
|
7586
|
+
var __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
7587
|
+
render: __vue_render__$c,
|
|
7588
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
7589
|
+
}, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, createInjectorSSR, undefined);
|
|
7590
7590
|
|
|
7591
|
-
var VcStepperContent = __vue_component__$
|
|
7591
|
+
var VcStepperContent = __vue_component__$n;var script$b = {
|
|
7592
7592
|
name: "VcWizard",
|
|
7593
7593
|
components: {
|
|
7594
7594
|
VcStepsBar: VcStepsBar,
|
|
@@ -7705,10 +7705,10 @@ var VcStepperContent = __vue_component__$l;var script$a = {
|
|
|
7705
7705
|
}
|
|
7706
7706
|
}
|
|
7707
7707
|
};/* script */
|
|
7708
|
-
var __vue_script__$
|
|
7708
|
+
var __vue_script__$b = script$b;
|
|
7709
7709
|
/* template */
|
|
7710
7710
|
|
|
7711
|
-
var __vue_render__$
|
|
7711
|
+
var __vue_render__$b = function __vue_render__() {
|
|
7712
7712
|
var _vm = this;
|
|
7713
7713
|
|
|
7714
7714
|
var _h = _vm.$createElement;
|
|
@@ -7762,13 +7762,13 @@ var __vue_render__$a = function __vue_render__() {
|
|
|
7762
7762
|
})], 1);
|
|
7763
7763
|
};
|
|
7764
7764
|
|
|
7765
|
-
var __vue_staticRenderFns__$
|
|
7765
|
+
var __vue_staticRenderFns__$b = [];
|
|
7766
7766
|
/* style */
|
|
7767
7767
|
|
|
7768
|
-
var __vue_inject_styles__$
|
|
7768
|
+
var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
|
|
7769
7769
|
if (!inject) return;
|
|
7770
7770
|
inject("data-v-10873292_0", {
|
|
7771
|
-
source: "[data-v-10873292]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--
|
|
7771
|
+
source: "[data-v-10873292]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-wizard[data-v-10873292]{height:100%}@media screen and (min-width:960px){.vc-wizard[data-v-10873292]{display:grid;grid-template-columns:minmax(250px,1fr) 3fr;grid-template-rows:1fr 80px;grid-row-gap:0}.vc-wizard.wizard-size-md[data-v-10873292]{grid-column-gap:var(--size-value10);padding-inline-end:var(--size-value10)}.vc-wizard.wizard-size-lg[data-v-10873292]{grid-column-gap:var(--size-value20);padding-inline-end:var(--size-value20)}}.vc-stepper-container[data-v-10873292]{grid-area:1/1/3/2;border-inline-end:1px solid #e0e0e0;max-height:calc(100% - 24px)}.wizard-cta-container[data-v-10873292]{grid-area:2/2/3/3}.stepper-content-wrapper[data-v-10873292]{grid-area:1/2/2/3}",
|
|
7772
7772
|
map: undefined,
|
|
7773
7773
|
media: undefined
|
|
7774
7774
|
});
|
|
@@ -7776,21 +7776,21 @@ var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
|
|
|
7776
7776
|
/* scoped */
|
|
7777
7777
|
|
|
7778
7778
|
|
|
7779
|
-
var __vue_scope_id__$
|
|
7779
|
+
var __vue_scope_id__$b = "data-v-10873292";
|
|
7780
7780
|
/* module identifier */
|
|
7781
7781
|
|
|
7782
|
-
var __vue_module_identifier__$
|
|
7782
|
+
var __vue_module_identifier__$b = "data-v-10873292";
|
|
7783
7783
|
/* functional template */
|
|
7784
7784
|
|
|
7785
|
-
var __vue_is_functional_template__$
|
|
7785
|
+
var __vue_is_functional_template__$b = false;
|
|
7786
7786
|
/* style inject shadow dom */
|
|
7787
7787
|
|
|
7788
|
-
var __vue_component__$
|
|
7789
|
-
render: __vue_render__$
|
|
7790
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7791
|
-
}, __vue_inject_styles__$
|
|
7788
|
+
var __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
7789
|
+
render: __vue_render__$b,
|
|
7790
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
7791
|
+
}, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, createInjectorSSR, undefined);
|
|
7792
7792
|
|
|
7793
|
-
var __vue_component__$
|
|
7793
|
+
var __vue_component__$m = __vue_component__$l;//
|
|
7794
7794
|
//
|
|
7795
7795
|
//
|
|
7796
7796
|
//
|
|
@@ -7806,7 +7806,7 @@ var __vue_component__$k = __vue_component__$j;//
|
|
|
7806
7806
|
//
|
|
7807
7807
|
//
|
|
7808
7808
|
//
|
|
7809
|
-
var script$
|
|
7809
|
+
var script$a = {
|
|
7810
7810
|
name: 'VcBadge',
|
|
7811
7811
|
components: {
|
|
7812
7812
|
VBadge: lib.VBadge
|
|
@@ -7837,10 +7837,10 @@ var script$9 = {
|
|
|
7837
7837
|
}
|
|
7838
7838
|
}
|
|
7839
7839
|
};/* script */
|
|
7840
|
-
var __vue_script__$
|
|
7840
|
+
var __vue_script__$a = script$a;
|
|
7841
7841
|
/* template */
|
|
7842
7842
|
|
|
7843
|
-
var __vue_render__$
|
|
7843
|
+
var __vue_render__$a = function __vue_render__() {
|
|
7844
7844
|
var _vm = this;
|
|
7845
7845
|
|
|
7846
7846
|
var _h = _vm.$createElement;
|
|
@@ -7866,10 +7866,10 @@ var __vue_render__$9 = function __vue_render__() {
|
|
|
7866
7866
|
}, [_vm._t("default")], 2)], 1);
|
|
7867
7867
|
};
|
|
7868
7868
|
|
|
7869
|
-
var __vue_staticRenderFns__$
|
|
7869
|
+
var __vue_staticRenderFns__$a = [];
|
|
7870
7870
|
/* style */
|
|
7871
7871
|
|
|
7872
|
-
var __vue_inject_styles__$
|
|
7872
|
+
var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
|
|
7873
7873
|
if (!inject) return;
|
|
7874
7874
|
inject("data-v-4edabf76_0", {
|
|
7875
7875
|
source: "[data-v-4edabf76] .v-icon__component{height:12px;width:12px}",
|
|
@@ -7880,21 +7880,21 @@ var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
|
|
|
7880
7880
|
/* scoped */
|
|
7881
7881
|
|
|
7882
7882
|
|
|
7883
|
-
var __vue_scope_id__$
|
|
7883
|
+
var __vue_scope_id__$a = "data-v-4edabf76";
|
|
7884
7884
|
/* module identifier */
|
|
7885
7885
|
|
|
7886
|
-
var __vue_module_identifier__$
|
|
7886
|
+
var __vue_module_identifier__$a = "data-v-4edabf76";
|
|
7887
7887
|
/* functional template */
|
|
7888
7888
|
|
|
7889
|
-
var __vue_is_functional_template__$
|
|
7889
|
+
var __vue_is_functional_template__$a = false;
|
|
7890
7890
|
/* style inject shadow dom */
|
|
7891
7891
|
|
|
7892
|
-
var __vue_component__$
|
|
7893
|
-
render: __vue_render__$
|
|
7894
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7895
|
-
}, __vue_inject_styles__$
|
|
7892
|
+
var __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
7893
|
+
render: __vue_render__$a,
|
|
7894
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
7895
|
+
}, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, createInjectorSSR, undefined);
|
|
7896
7896
|
|
|
7897
|
-
var __vue_component__$
|
|
7897
|
+
var __vue_component__$k = __vue_component__$j;var script$9 = {
|
|
7898
7898
|
name: "VcUpsellBlock",
|
|
7899
7899
|
components: {
|
|
7900
7900
|
VcImage: VcImage,
|
|
@@ -7960,10 +7960,10 @@ var __vue_component__$i = __vue_component__$h;var script$8 = {
|
|
|
7960
7960
|
}
|
|
7961
7961
|
}
|
|
7962
7962
|
};/* script */
|
|
7963
|
-
var __vue_script__$
|
|
7963
|
+
var __vue_script__$9 = script$9;
|
|
7964
7964
|
/* template */
|
|
7965
7965
|
|
|
7966
|
-
var __vue_render__$
|
|
7966
|
+
var __vue_render__$9 = function __vue_render__() {
|
|
7967
7967
|
var _vm = this;
|
|
7968
7968
|
|
|
7969
7969
|
var _h = _vm.$createElement;
|
|
@@ -8027,10 +8027,10 @@ var __vue_render__$8 = function __vue_render__() {
|
|
|
8027
8027
|
})], 1)], 1);
|
|
8028
8028
|
};
|
|
8029
8029
|
|
|
8030
|
-
var __vue_staticRenderFns__$
|
|
8030
|
+
var __vue_staticRenderFns__$9 = [];
|
|
8031
8031
|
/* style */
|
|
8032
8032
|
|
|
8033
|
-
var __vue_inject_styles__$
|
|
8033
|
+
var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
|
|
8034
8034
|
if (!inject) return;
|
|
8035
8035
|
inject("data-v-3e23f57f_0", {
|
|
8036
8036
|
source: ".VcUpsellBlock[data-v-3e23f57f]{flex-flow:row wrap;width:100%;height:100vh;max-width:960px;margin:auto;overflow-x:hidden;font-style:normal}@media screen and (min-width:960px){.VcUpsellBlock[data-v-3e23f57f]{overflow-x:visible}}.VcUpsellBlock[data-v-3e23f57f]:before{content:\"\";position:absolute;-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg width='1387' height='1787' viewBox='0 0 1387 1787' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='background_stain' d='M965.208 1786.79L1240.04 1427.2C1388.67 1251.5 1443.75 1042.72 1314.06 863.507L768.194 165.405C638.503 -13.8061 388.739 -53.6307 210.377 76.6778L164.621 109.767C-13.7407 240.369 -53.3766 491.322 76.3144 670.533L649.578 1404.65L965.208 1786.79Z' fill='%230093B8'/%3E%3C/svg%3E\");background-color:var(--v-secondary-base);opacity:15%;inset:70% 0 0 0}@media screen and (min-width:960px){.VcUpsellBlock[data-v-3e23f57f]:before{inset:0;inset-inline-start:50%}}#app[dir=rtl] .VcUpsellBlock[data-v-3e23f57f]:before{transform:scaleX(-1)}.VcUpsellBlock.dialog[data-v-3e23f57f]{height:100%;padding-top:8px}@media screen and (min-width:960px){.VcUpsellBlock.dialog[data-v-3e23f57f]{padding-top:70px;padding-bottom:46px}}@media screen and (min-width:960px){.VcUpsellBlock.dialog[data-v-3e23f57f]:before{top:-10%}}.VcUpsellBlock .text-container[data-v-3e23f57f]{flex:0 0 100%;margin:0 auto}@media screen and (min-width:960px){.VcUpsellBlock .text-container[data-v-3e23f57f]{flex:0 0 55%;max-width:444px;overflow:hidden}}.VcUpsellBlock .text-container .title-text[data-v-3e23f57f]{font-weight:var(--font-weight-large2);font-size:var(--font-size-medium2);line-height:32px;letter-spacing:.01em}@media screen and (min-width:960px){.VcUpsellBlock .text-container .title-text[data-v-3e23f57f]{font-size:var(--font-size-large);line-height:40px}}.VcUpsellBlock .text-container .sub-text[data-v-3e23f57f]{font-weight:var(--font-weight-large);font-size:var(--font-size-medium);line-height:28px;letter-spacing:var(--letter-spacing)}.VcUpsellBlock .text-container .bullets-text[data-v-3e23f57f]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:20px}.VcUpsellBlock .text-container .bullets-text .bullets-icon[data-v-3e23f57f]{margin-inline-end:12px}.VcUpsellBlock .text-container .bullets-text .bullets-span[data-v-3e23f57f]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:20px;color:#000}.VcUpsellBlock .text-container .cta-container[data-v-3e23f57f]{flex:1 1 auto;flex-flow:row wrap;align-items:center;margin:32px auto 0}.VcUpsellBlock .text-container .cta-container .primary-cta[data-v-3e23f57f]{flex:0 0 100%;width:auto;margin:0 auto;max-width:214px;line-height:48px;min-height:48px;font-weight:var(--font-weight-large);font-size:var(--font-size-small2)}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container .primary-cta[data-v-3e23f57f]{flex:0 0 45%;margin:0;height:48px}}.VcUpsellBlock .text-container .cta-container .primary-cta .v-btn__content[data-v-3e23f57f]{flex-flow:row wrap;width:100%;white-space:break-spaces}.VcUpsellBlock .text-container .cta-container .secondary-cta[data-v-3e23f57f]{flex:0 0 100%;text-align:center;font-weight:var(--font-weight-large);font-size:var(--font-size-small2);line-height:48px;height:48px;color:var(--gray-darken-5);margin:0;text-decoration:none}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container .secondary-cta[data-v-3e23f57f]{flex:0 0 45%;color:var(--blue);font-weight:var(--font-weight-large2)}}.VcUpsellBlock .text-container .cta-container-dialog[data-v-3e23f57f]{width:100%;z-index:1;position:absolute;justify-content:space-between;background:#fff;bottom:0;left:0;right:0;margin:0;height:72px;padding:0 24px}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container-dialog[data-v-3e23f57f]{position:static;justify-content:flex-start;padding:0}}.VcUpsellBlock .text-container .cta-container-dialog .primary-cta[data-v-3e23f57f]{flex:0 0 55%;margin:0;order:2}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container-dialog .primary-cta[data-v-3e23f57f]{flex:0 0 45%;order:0}}.VcUpsellBlock .text-container .cta-container-dialog .secondary-cta[data-v-3e23f57f]{flex:1 0 35%;padding-top:0}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container-dialog .secondary-cta[data-v-3e23f57f]{flex:0 0 45%}}.VcUpsellBlock .images-container[data-v-3e23f57f]{position:relative;flex:1 0 100%;margin:0 auto;min-height:40%;height:auto;overflow:hidden}@media screen and (min-width:960px){.VcUpsellBlock .images-container[data-v-3e23f57f]{flex:0 0 45%;overflow:visible}}.VcUpsellBlock .images-container .upsell-image[data-v-3e23f57f]{position:absolute;width:320px;height:380px;right:0;left:0;margin:0 auto}@media screen and (min-width:960px){.VcUpsellBlock .images-container .upsell-image[data-v-3e23f57f]{height:580px;width:466px;top:0;bottom:0;margin:auto}}",
|
|
@@ -8041,21 +8041,21 @@ var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
|
|
|
8041
8041
|
/* scoped */
|
|
8042
8042
|
|
|
8043
8043
|
|
|
8044
|
-
var __vue_scope_id__$
|
|
8044
|
+
var __vue_scope_id__$9 = "data-v-3e23f57f";
|
|
8045
8045
|
/* module identifier */
|
|
8046
8046
|
|
|
8047
|
-
var __vue_module_identifier__$
|
|
8047
|
+
var __vue_module_identifier__$9 = "data-v-3e23f57f";
|
|
8048
8048
|
/* functional template */
|
|
8049
8049
|
|
|
8050
|
-
var __vue_is_functional_template__$
|
|
8050
|
+
var __vue_is_functional_template__$9 = false;
|
|
8051
8051
|
/* style inject shadow dom */
|
|
8052
8052
|
|
|
8053
|
-
var __vue_component__$
|
|
8054
|
-
render: __vue_render__$
|
|
8055
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8056
|
-
}, __vue_inject_styles__$
|
|
8053
|
+
var __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
8054
|
+
render: __vue_render__$9,
|
|
8055
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
8056
|
+
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, createInjectorSSR, undefined);
|
|
8057
8057
|
|
|
8058
|
-
var __vue_component__$
|
|
8058
|
+
var __vue_component__$i = __vue_component__$h;var script$8 = {
|
|
8059
8059
|
name: "VcDropzone",
|
|
8060
8060
|
components: {
|
|
8061
8061
|
VcLayout: VcLayout
|
|
@@ -8142,10 +8142,10 @@ var __vue_component__$g = __vue_component__$f;var script$7 = {
|
|
|
8142
8142
|
}
|
|
8143
8143
|
}
|
|
8144
8144
|
};/* script */
|
|
8145
|
-
var __vue_script__$
|
|
8145
|
+
var __vue_script__$8 = script$8;
|
|
8146
8146
|
/* template */
|
|
8147
8147
|
|
|
8148
|
-
var __vue_render__$
|
|
8148
|
+
var __vue_render__$8 = function __vue_render__() {
|
|
8149
8149
|
var _vm = this;
|
|
8150
8150
|
|
|
8151
8151
|
var _h = _vm.$createElement;
|
|
@@ -8213,13 +8213,13 @@ var __vue_render__$7 = function __vue_render__() {
|
|
|
8213
8213
|
})], 2)]);
|
|
8214
8214
|
};
|
|
8215
8215
|
|
|
8216
|
-
var __vue_staticRenderFns__$
|
|
8216
|
+
var __vue_staticRenderFns__$8 = [];
|
|
8217
8217
|
/* style */
|
|
8218
8218
|
|
|
8219
|
-
var __vue_inject_styles__$
|
|
8219
|
+
var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
|
|
8220
8220
|
if (!inject) return;
|
|
8221
8221
|
inject("data-v-7efc8e1b_0", {
|
|
8222
|
-
source: "[data-v-7efc8e1b]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--
|
|
8222
|
+
source: "[data-v-7efc8e1b]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.dropzone__wrap[data-v-7efc8e1b]{position:relative;border:1px dashed var(--gray-darken-1);padding:var(--size-value3);min-height:var(--size-value18);width:100%;border-radius:var(--border-radius);background-color:var(--gray-lighten-4);transition:background-color .1s ease-out,border-color .1s ease-out}.dropzone__wrap--hovered[data-v-7efc8e1b]{background-color:var(--gray-lighten-4);border-color:var(--gray-darken-1)}.dropzone__wrap--active[data-v-7efc8e1b]{background-color:var(--modal-bg-color);border-color:var(--dropzone-active-border-color);filter:drop-shadow(0 0 2px var(--dropzone-active-second-border-color))}.dropzone__wrap--disabled[data-v-7efc8e1b]{background-color:var(--gray-lighten-4);border-color:var(--gray)}.dropzone__input[data-v-7efc8e1b]{width:100%;height:100%;position:absolute;opacity:0;left:0;top:0;cursor:pointer}.dropzone__wrap--disabled .dropzone__input[data-v-7efc8e1b]{cursor:default}.dropzone__label[data-v-7efc8e1b]{display:flex;flex-direction:column;text-align:center}.dropzone__wrap--hovered .dropzone__label[data-v-7efc8e1b]{color:var(--gray-darken-5)}.dropzone__subtitle[data-v-7efc8e1b],.dropzone__title[data-v-7efc8e1b]{color:var(--blue);font-size:var(--font-size-x-small)}.dropzone__wrap--disabled .dropzone__subtitle[data-v-7efc8e1b],.dropzone__wrap--disabled .dropzone__title[data-v-7efc8e1b]{color:var(--gray-darken-2)}.dropzone__title[data-v-7efc8e1b]{font-weight:var(--font-weight-medium2)}.dropzone__subtitle[data-v-7efc8e1b]{font-weight:var(--font-weight-light)}",
|
|
8223
8223
|
map: undefined,
|
|
8224
8224
|
media: undefined
|
|
8225
8225
|
});
|
|
@@ -8227,21 +8227,21 @@ var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
|
|
|
8227
8227
|
/* scoped */
|
|
8228
8228
|
|
|
8229
8229
|
|
|
8230
|
-
var __vue_scope_id__$
|
|
8230
|
+
var __vue_scope_id__$8 = "data-v-7efc8e1b";
|
|
8231
8231
|
/* module identifier */
|
|
8232
8232
|
|
|
8233
|
-
var __vue_module_identifier__$
|
|
8233
|
+
var __vue_module_identifier__$8 = "data-v-7efc8e1b";
|
|
8234
8234
|
/* functional template */
|
|
8235
8235
|
|
|
8236
|
-
var __vue_is_functional_template__$
|
|
8236
|
+
var __vue_is_functional_template__$8 = false;
|
|
8237
8237
|
/* style inject shadow dom */
|
|
8238
8238
|
|
|
8239
|
-
var __vue_component__$
|
|
8240
|
-
render: __vue_render__$
|
|
8241
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8242
|
-
}, __vue_inject_styles__$
|
|
8239
|
+
var __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
8240
|
+
render: __vue_render__$8,
|
|
8241
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
8242
|
+
}, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, createInjectorSSR, undefined);
|
|
8243
8243
|
|
|
8244
|
-
var __vue_component__$
|
|
8244
|
+
var __vue_component__$g = __vue_component__$f;var script$7 = {
|
|
8245
8245
|
name: "VcRadio",
|
|
8246
8246
|
components: {
|
|
8247
8247
|
VcTooltip: VcTooltip,
|
|
@@ -8270,10 +8270,10 @@ var __vue_component__$e = __vue_component__$d;var script$6 = {
|
|
|
8270
8270
|
}
|
|
8271
8271
|
}
|
|
8272
8272
|
};/* script */
|
|
8273
|
-
var __vue_script__$
|
|
8273
|
+
var __vue_script__$7 = script$7;
|
|
8274
8274
|
/* template */
|
|
8275
8275
|
|
|
8276
|
-
var __vue_render__$
|
|
8276
|
+
var __vue_render__$7 = function __vue_render__() {
|
|
8277
8277
|
var _vm = this;
|
|
8278
8278
|
|
|
8279
8279
|
var _h = _vm.$createElement;
|
|
@@ -8321,10 +8321,10 @@ var __vue_render__$6 = function __vue_render__() {
|
|
|
8321
8321
|
});
|
|
8322
8322
|
};
|
|
8323
8323
|
|
|
8324
|
-
var __vue_staticRenderFns__$
|
|
8324
|
+
var __vue_staticRenderFns__$7 = [];
|
|
8325
8325
|
/* style */
|
|
8326
8326
|
|
|
8327
|
-
var __vue_inject_styles__$
|
|
8327
|
+
var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
|
|
8328
8328
|
if (!inject) return;
|
|
8329
8329
|
inject("data-v-729dbbdc_0", {
|
|
8330
8330
|
source: ".label-container[data-v-729dbbdc]{margin-inline-start:var(--size-value2)}.radio-label[data-v-729dbbdc]{color:var(--gray-darken-5);font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small)}.radio-icon[data-v-729dbbdc]{margin-inline-start:var(--size-value2);font-size:var(--size-value4)}.radio-icon[data-v-729dbbdc] .v-icon__component{height:var(--size-value4);width:var(--size-value4)}.radio-tooltip[data-v-729dbbdc]{height:var(--size-value5);margin-inline-start:var(--size-value2)}.radio-tooltip[data-v-729dbbdc] .v-icon__component{width:var(--size-value4)}.vc-radio[data-v-729dbbdc]{margin:0;margin-bottom:auto}.vc-radio.v-input--radio-group--column[data-v-729dbbdc] .v-radio:not(:last-child):not(:only-child){margin-bottom:var(--size-value4)}.vc-radio[data-v-729dbbdc] .v-input--selection-controls__ripple{inset-inline-start:-9px;top:calc(50% - 17px);width:var(--size-value5);height:var(--size-value5)}.vc-radio[data-v-729dbbdc] .v-input--selection-controls__input{margin:0;padding:0;margin-bottom:auto;height:var(--size-value5);width:var(--size-value4)}.vc-radio[data-v-729dbbdc] .v-input--selection-controls__input .v-icon{font-size:var(--font-size-medium)}",
|
|
@@ -8335,21 +8335,21 @@ var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
|
8335
8335
|
/* scoped */
|
|
8336
8336
|
|
|
8337
8337
|
|
|
8338
|
-
var __vue_scope_id__$
|
|
8338
|
+
var __vue_scope_id__$7 = "data-v-729dbbdc";
|
|
8339
8339
|
/* module identifier */
|
|
8340
8340
|
|
|
8341
|
-
var __vue_module_identifier__$
|
|
8341
|
+
var __vue_module_identifier__$7 = "data-v-729dbbdc";
|
|
8342
8342
|
/* functional template */
|
|
8343
8343
|
|
|
8344
|
-
var __vue_is_functional_template__$
|
|
8344
|
+
var __vue_is_functional_template__$7 = false;
|
|
8345
8345
|
/* style inject shadow dom */
|
|
8346
8346
|
|
|
8347
|
-
var __vue_component__$
|
|
8348
|
-
render: __vue_render__$
|
|
8349
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8350
|
-
}, __vue_inject_styles__$
|
|
8347
|
+
var __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
8348
|
+
render: __vue_render__$7,
|
|
8349
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
8350
|
+
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, createInjectorSSR, undefined);
|
|
8351
8351
|
|
|
8352
|
-
var VcRadio = __vue_component__$
|
|
8352
|
+
var VcRadio = __vue_component__$e;var script$6 = {
|
|
8353
8353
|
name: "VcRadioGroup",
|
|
8354
8354
|
components: {
|
|
8355
8355
|
VcRadio: VcRadio,
|
|
@@ -8383,10 +8383,10 @@ var VcRadio = __vue_component__$c;var script$5 = {
|
|
|
8383
8383
|
}
|
|
8384
8384
|
}
|
|
8385
8385
|
};/* script */
|
|
8386
|
-
var __vue_script__$
|
|
8386
|
+
var __vue_script__$6 = script$6;
|
|
8387
8387
|
/* template */
|
|
8388
8388
|
|
|
8389
|
-
var __vue_render__$
|
|
8389
|
+
var __vue_render__$6 = function __vue_render__() {
|
|
8390
8390
|
var _vm = this;
|
|
8391
8391
|
|
|
8392
8392
|
var _h = _vm.$createElement;
|
|
@@ -8430,10 +8430,10 @@ var __vue_render__$5 = function __vue_render__() {
|
|
|
8430
8430
|
}), 1)], 2);
|
|
8431
8431
|
};
|
|
8432
8432
|
|
|
8433
|
-
var __vue_staticRenderFns__$
|
|
8433
|
+
var __vue_staticRenderFns__$6 = [];
|
|
8434
8434
|
/* style */
|
|
8435
8435
|
|
|
8436
|
-
var __vue_inject_styles__$
|
|
8436
|
+
var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
8437
8437
|
if (!inject) return;
|
|
8438
8438
|
inject("data-v-0bf8cc5c_0", {
|
|
8439
8439
|
source: ".vc-radio-buttons[data-v-0bf8cc5c]{margin:0;padding:0}.vc-radio-buttons.v-input--radio-group--column[data-v-0bf8cc5c] .v-radio:not(:last-child):not(:only-child){margin-bottom:var(--size-value4)}.vc-title[data-v-0bf8cc5c]{color:var(--gray-darken-5);margin-bottom:var(--size-value2);font-weight:var(--font-weight-large);font-size:var(--size-value3);line-height:var(--size-value4)}",
|
|
@@ -8444,21 +8444,21 @@ var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
|
|
|
8444
8444
|
/* scoped */
|
|
8445
8445
|
|
|
8446
8446
|
|
|
8447
|
-
var __vue_scope_id__$
|
|
8447
|
+
var __vue_scope_id__$6 = "data-v-0bf8cc5c";
|
|
8448
8448
|
/* module identifier */
|
|
8449
8449
|
|
|
8450
|
-
var __vue_module_identifier__$
|
|
8450
|
+
var __vue_module_identifier__$6 = "data-v-0bf8cc5c";
|
|
8451
8451
|
/* functional template */
|
|
8452
8452
|
|
|
8453
|
-
var __vue_is_functional_template__$
|
|
8453
|
+
var __vue_is_functional_template__$6 = false;
|
|
8454
8454
|
/* style inject shadow dom */
|
|
8455
8455
|
|
|
8456
|
-
var __vue_component__$
|
|
8457
|
-
render: __vue_render__$
|
|
8458
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8459
|
-
}, __vue_inject_styles__$
|
|
8456
|
+
var __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
8457
|
+
render: __vue_render__$6,
|
|
8458
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
8459
|
+
}, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, createInjectorSSR, undefined);
|
|
8460
8460
|
|
|
8461
|
-
var __vue_component__$
|
|
8461
|
+
var __vue_component__$d = __vue_component__$c;var script$5 = {
|
|
8462
8462
|
name: "VcSegmentedControl",
|
|
8463
8463
|
components: {
|
|
8464
8464
|
VcIcon: VcIcon,
|
|
@@ -8495,10 +8495,10 @@ var __vue_component__$b = __vue_component__$a;var script$4 = {
|
|
|
8495
8495
|
}
|
|
8496
8496
|
}
|
|
8497
8497
|
};/* script */
|
|
8498
|
-
var __vue_script__$
|
|
8498
|
+
var __vue_script__$5 = script$5;
|
|
8499
8499
|
/* template */
|
|
8500
8500
|
|
|
8501
|
-
var __vue_render__$
|
|
8501
|
+
var __vue_render__$5 = function __vue_render__() {
|
|
8502
8502
|
var _vm = this;
|
|
8503
8503
|
|
|
8504
8504
|
var _h = _vm.$createElement;
|
|
@@ -8534,13 +8534,13 @@ var __vue_render__$4 = function __vue_render__() {
|
|
|
8534
8534
|
}), 1);
|
|
8535
8535
|
};
|
|
8536
8536
|
|
|
8537
|
-
var __vue_staticRenderFns__$
|
|
8537
|
+
var __vue_staticRenderFns__$5 = [];
|
|
8538
8538
|
/* style */
|
|
8539
8539
|
|
|
8540
|
-
var __vue_inject_styles__$
|
|
8540
|
+
var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
|
|
8541
8541
|
if (!inject) return;
|
|
8542
8542
|
inject("data-v-ebfb67c4_0", {
|
|
8543
|
-
source: "[data-v-ebfb67c4]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--
|
|
8543
|
+
source: "[data-v-ebfb67c4]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4]{border-radius:var(--border-radius);width:100%;max-width:100%;font-family:var(--primary-font-family)}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] >button.v-btn:first-child{border-bottom-left-radius:inherit;border-top-left-radius:inherit}#app[dir=rtl] div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] >button.v-btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:inherit;border-top-right-radius:inherit}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] >button.v-btn:last-child{border-bottom-right-radius:inherit;border-top-right-radius:inherit}#app[dir=rtl] div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] >button.v-btn:last-child{border-bottom-right-radius:0;border-top-right-radius:0;border-bottom-left-radius:inherit;border-top-left-radius:inherit}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] >button.v-btn:not(:first-child){border-left-width:0}#app[dir=rtl] div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] >button.v-btn:not(:first-child){border-left-width:1px;border-right-width:0}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn{flex:1;height:auto;padding-top:var(--size-value3);padding-bottom:var(--size-value3);font-family:var(--primary-font-family);font-size:var(--font-size-x-small);line-height:var(--size-value4);text-transform:none;letter-spacing:normal}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn:before{background-color:inherit}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn:not(.v-item--active){background:var(--gray-lighten-3);color:var(--gray-darken-4)}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn.v-item--active{box-shadow:var(--shadow-4);background:var(--modal-bg-color);color:var(--gray-darken-5)}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn:hover{background:var(--gray-lighten-4)}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn.v-btn--disabled{background:var(--gray-lighten-2);color:var(--gray-darken-2)}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn span{max-width:100%;white-space:initial}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn .item-icon{padding-left:var(--size-value0);padding-right:var(--size-value1)}#app[dir=rtl] div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn .item-icon{padding-left:var(--size-value1)}#app[dir=rtl] div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn .item-icon{padding-right:var(--size-value0)}",
|
|
8544
8544
|
map: undefined,
|
|
8545
8545
|
media: undefined
|
|
8546
8546
|
});
|
|
@@ -8548,23 +8548,23 @@ var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
|
|
|
8548
8548
|
/* scoped */
|
|
8549
8549
|
|
|
8550
8550
|
|
|
8551
|
-
var __vue_scope_id__$
|
|
8551
|
+
var __vue_scope_id__$5 = "data-v-ebfb67c4";
|
|
8552
8552
|
/* module identifier */
|
|
8553
8553
|
|
|
8554
|
-
var __vue_module_identifier__$
|
|
8554
|
+
var __vue_module_identifier__$5 = "data-v-ebfb67c4";
|
|
8555
8555
|
/* functional template */
|
|
8556
8556
|
|
|
8557
|
-
var __vue_is_functional_template__$
|
|
8557
|
+
var __vue_is_functional_template__$5 = false;
|
|
8558
8558
|
/* style inject shadow dom */
|
|
8559
8559
|
|
|
8560
|
-
var __vue_component__$
|
|
8561
|
-
render: __vue_render__$
|
|
8562
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8563
|
-
}, __vue_inject_styles__$
|
|
8560
|
+
var __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
8561
|
+
render: __vue_render__$5,
|
|
8562
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
8563
|
+
}, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, undefined, createInjectorSSR, undefined);
|
|
8564
8564
|
|
|
8565
|
-
var __vue_component__$
|
|
8565
|
+
var __vue_component__$b = __vue_component__$a;var FORMATS = {
|
|
8566
8566
|
DOCUMENT: ['doc', 'docx'],
|
|
8567
|
-
IMAGE: ['jpg', 'jpeg', 'png', 'gif', 'bmp'],
|
|
8567
|
+
IMAGE: ['jpg', 'jpeg', 'png', 'gif', 'bmp', 'svg'],
|
|
8568
8568
|
PDF: ['pdf'],
|
|
8569
8569
|
SPREADSHEET: ['csv', 'xls', 'xlsx'],
|
|
8570
8570
|
SLIDESHOW: ['ppt', 'pptx'],
|
|
@@ -8572,7 +8572,7 @@ var __vue_component__$9 = __vue_component__$8;var FORMATS = {
|
|
|
8572
8572
|
AUDIO: ['mp3', 'wav'],
|
|
8573
8573
|
VIDEO: ['avi', 'mp4', 'mkv', 'mov']
|
|
8574
8574
|
};
|
|
8575
|
-
var script$
|
|
8575
|
+
var script$4 = {
|
|
8576
8576
|
name: "VcDocItem",
|
|
8577
8577
|
components: {
|
|
8578
8578
|
VcButton: VcButton,
|
|
@@ -8661,10 +8661,10 @@ var script$3 = {
|
|
|
8661
8661
|
}
|
|
8662
8662
|
}
|
|
8663
8663
|
};/* script */
|
|
8664
|
-
var __vue_script__$
|
|
8664
|
+
var __vue_script__$4 = script$4;
|
|
8665
8665
|
/* template */
|
|
8666
8666
|
|
|
8667
|
-
var __vue_render__$
|
|
8667
|
+
var __vue_render__$4 = function __vue_render__() {
|
|
8668
8668
|
var _vm = this;
|
|
8669
8669
|
|
|
8670
8670
|
var _h = _vm.$createElement;
|
|
@@ -8676,7 +8676,7 @@ var __vue_render__$3 = function __vue_render__() {
|
|
|
8676
8676
|
attrs: {
|
|
8677
8677
|
"data-qa": _vm.dataQa
|
|
8678
8678
|
}
|
|
8679
|
-
}, [_vm._ssrNode("<div class=\"details\" data-v-
|
|
8679
|
+
}, [_vm._ssrNode("<div class=\"details\" data-v-5dbc68fc>", "</div>", [_vm._ssrNode("<div" + _vm._ssrAttr("data-qa", _vm.dataQa + "-doc-icon") + " class=\"details__doc-icon\" data-v-5dbc68fc>", "</div>", [_c('VcIcon', {
|
|
8680
8680
|
attrs: {
|
|
8681
8681
|
"size": "24"
|
|
8682
8682
|
}
|
|
@@ -8688,14 +8688,14 @@ var __vue_render__$3 = function __vue_render__() {
|
|
|
8688
8688
|
}
|
|
8689
8689
|
}, [_vm._v("\n " + _vm._s(_vm.flag) + "\n ")]) : _vm._e()], 2), _vm._ssrNode(" <div" + _vm._ssrAttr("data-qa", _vm.dataQa + "-title") + _vm._ssrClass("title", {
|
|
8690
8690
|
'title--corrupted': _vm.corrupted
|
|
8691
|
-
}) + " data-v-
|
|
8691
|
+
}) + " data-v-5dbc68fc><span class=\"title__header\" data-v-5dbc68fc>" + _vm._ssrEscape("\n " + _vm._s(_vm.title) + "\n ") + "</span> " + (_vm.corrupted ? "<span class=\"title__corrupted\" data-v-5dbc68fc>" + _vm._ssrEscape("\n " + _vm._s(_vm.corruptedLabelText) + "\n ") + "</span>" : "<!---->") + "</div> "), _vm.isSignable ? _vm._ssrNode("<div" + _vm._ssrAttr("data-qa", _vm.dataQa + "-signature") + _vm._ssrClass("signature", {
|
|
8692
8692
|
'signature--trimmed': _vm.trimSignable
|
|
8693
|
-
}) + " data-v-
|
|
8693
|
+
}) + " data-v-5dbc68fc>", "</div>", [_c('VcIcon', {
|
|
8694
8694
|
staticClass: "signature__icon",
|
|
8695
8695
|
attrs: {
|
|
8696
8696
|
"size": "14"
|
|
8697
8697
|
}
|
|
8698
|
-
}, [_vm._v("\n $union\n ")]), _vm._ssrNode(" " + (!_vm.trimSignable ? "<span class=\"signature__text\" data-v-
|
|
8698
|
+
}, [_vm._v("\n $union\n ")]), _vm._ssrNode(" " + (!_vm.trimSignable ? "<span class=\"signature__text\" data-v-5dbc68fc>" + _vm._ssrEscape("\n " + _vm._s(_vm.$dst('ds.document.signature')) + "\n ") + "</span>" : "<!---->"))], 2) : _vm._e()], 2), _vm._ssrNode(" "), _vm.allowActions ? _vm._ssrNode("<div" + _vm._ssrAttr("data-qa", _vm.dataQa + "-actions") + " class=\"actions\" data-v-5dbc68fc>", "</div>", _vm._l(_vm.actions, function (action) {
|
|
8699
8699
|
return _c('VcButton', {
|
|
8700
8700
|
attrs: {
|
|
8701
8701
|
"icon": "",
|
|
@@ -8721,13 +8721,13 @@ var __vue_render__$3 = function __vue_render__() {
|
|
|
8721
8721
|
}), 1) : _vm._e()], 2);
|
|
8722
8722
|
};
|
|
8723
8723
|
|
|
8724
|
-
var __vue_staticRenderFns__$
|
|
8724
|
+
var __vue_staticRenderFns__$4 = [];
|
|
8725
8725
|
/* style */
|
|
8726
8726
|
|
|
8727
|
-
var __vue_inject_styles__$
|
|
8727
|
+
var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
|
|
8728
8728
|
if (!inject) return;
|
|
8729
|
-
inject("data-v-
|
|
8730
|
-
source: "[data-v-
|
|
8729
|
+
inject("data-v-5dbc68fc_0", {
|
|
8730
|
+
source: "[data-v-5dbc68fc]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-doc-item[data-v-5dbc68fc]{display:flex;align-items:center;padding:0 var(--size-value4);height:48px;max-width:100%}.vc-doc-item .actions[data-v-5dbc68fc]{display:flex;margin-inline-start:var(--size-value2)}.vc-doc-item .actions button[data-v-5dbc68fc]{opacity:.4}.vc-doc-item .actions button[data-v-5dbc68fc]:hover{opacity:1}.details[data-v-5dbc68fc]{font-family:var(--primary-font-family);display:flex;flex-direction:row;align-items:center;width:100%;min-width:0}.details__doc-icon[data-v-5dbc68fc]{position:relative}.details__doc-icon .v-icon[data-v-5dbc68fc]{margin-inline-end:var(--size-value4)}.details__doc-icon .v-icon--flag[data-v-5dbc68fc]{position:absolute;bottom:calc(-1 * var(--size-value1));inset-inline-end:calc(-1 * var(--size-value1))}.title[data-v-5dbc68fc]{padding-inline-end:var(--size-value3);line-height:18px;display:flex;overflow:hidden}.title--corrupted[data-v-5dbc68fc]{flex-direction:column}.title__corrupted[data-v-5dbc68fc],.title__header[data-v-5dbc68fc]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small);color:var(--gray-darken-5);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.title__corrupted[data-v-5dbc68fc]{color:var(--red)}.signature[data-v-5dbc68fc]{display:flex;flex-direction:row;align-items:center;margin-inline-start:auto}.signature--trimmed[data-v-5dbc68fc]{margin-inline-start:0}.signature__icon[data-v-5dbc68fc]{color:var(--gray-darken-5);margin-inline-end:var(--size-value2)}.signature__text[data-v-5dbc68fc]{font-weight:var(--font-weight-medium);font-size:var(--font-size-xx-small);color:var(--gray-darken-5);white-space:nowrap}",
|
|
8731
8731
|
map: undefined,
|
|
8732
8732
|
media: undefined
|
|
8733
8733
|
});
|
|
@@ -8735,27 +8735,27 @@ var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
|
|
|
8735
8735
|
/* scoped */
|
|
8736
8736
|
|
|
8737
8737
|
|
|
8738
|
-
var __vue_scope_id__$
|
|
8738
|
+
var __vue_scope_id__$4 = "data-v-5dbc68fc";
|
|
8739
8739
|
/* module identifier */
|
|
8740
8740
|
|
|
8741
|
-
var __vue_module_identifier__$
|
|
8741
|
+
var __vue_module_identifier__$4 = "data-v-5dbc68fc";
|
|
8742
8742
|
/* functional template */
|
|
8743
8743
|
|
|
8744
|
-
var __vue_is_functional_template__$
|
|
8744
|
+
var __vue_is_functional_template__$4 = false;
|
|
8745
8745
|
/* style inject shadow dom */
|
|
8746
8746
|
|
|
8747
|
-
var __vue_component__$
|
|
8748
|
-
render: __vue_render__$
|
|
8749
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8750
|
-
}, __vue_inject_styles__$
|
|
8747
|
+
var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
8748
|
+
render: __vue_render__$4,
|
|
8749
|
+
staticRenderFns: __vue_staticRenderFns__$4
|
|
8750
|
+
}, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, undefined, createInjectorSSR, undefined);
|
|
8751
8751
|
|
|
8752
|
-
var __vue_component__$
|
|
8752
|
+
var __vue_component__$9 = __vue_component__$8;//
|
|
8753
8753
|
//
|
|
8754
8754
|
//
|
|
8755
8755
|
//
|
|
8756
8756
|
//
|
|
8757
8757
|
//
|
|
8758
|
-
var script$
|
|
8758
|
+
var script$3 = {
|
|
8759
8759
|
name: "VcTimeSince",
|
|
8760
8760
|
props: {
|
|
8761
8761
|
timestamp: {
|
|
@@ -8826,10 +8826,10 @@ var script$2 = {
|
|
|
8826
8826
|
}
|
|
8827
8827
|
}
|
|
8828
8828
|
};/* script */
|
|
8829
|
-
var __vue_script__$
|
|
8829
|
+
var __vue_script__$3 = script$3;
|
|
8830
8830
|
/* template */
|
|
8831
8831
|
|
|
8832
|
-
var __vue_render__$
|
|
8832
|
+
var __vue_render__$3 = function __vue_render__() {
|
|
8833
8833
|
var _vm = this;
|
|
8834
8834
|
|
|
8835
8835
|
var _h = _vm.$createElement;
|
|
@@ -8843,31 +8843,31 @@ var __vue_render__$2 = function __vue_render__() {
|
|
|
8843
8843
|
}, [_vm._ssrNode(_vm._ssrEscape("\n " + _vm._s(_vm.timeSince) + "\n"))]);
|
|
8844
8844
|
};
|
|
8845
8845
|
|
|
8846
|
-
var __vue_staticRenderFns__$
|
|
8846
|
+
var __vue_staticRenderFns__$3 = [];
|
|
8847
8847
|
/* style */
|
|
8848
8848
|
|
|
8849
|
-
var __vue_inject_styles__$
|
|
8849
|
+
var __vue_inject_styles__$3 = undefined;
|
|
8850
8850
|
/* scoped */
|
|
8851
8851
|
|
|
8852
|
-
var __vue_scope_id__$
|
|
8852
|
+
var __vue_scope_id__$3 = undefined;
|
|
8853
8853
|
/* module identifier */
|
|
8854
8854
|
|
|
8855
|
-
var __vue_module_identifier__$
|
|
8855
|
+
var __vue_module_identifier__$3 = "data-v-dafdbf4e";
|
|
8856
8856
|
/* functional template */
|
|
8857
8857
|
|
|
8858
|
-
var __vue_is_functional_template__$
|
|
8858
|
+
var __vue_is_functional_template__$3 = false;
|
|
8859
8859
|
/* style inject */
|
|
8860
8860
|
|
|
8861
8861
|
/* style inject SSR */
|
|
8862
8862
|
|
|
8863
8863
|
/* style inject shadow dom */
|
|
8864
8864
|
|
|
8865
|
-
var __vue_component__$
|
|
8866
|
-
render: __vue_render__$
|
|
8867
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8868
|
-
}, __vue_inject_styles__$
|
|
8865
|
+
var __vue_component__$6 = /*#__PURE__*/normalizeComponent({
|
|
8866
|
+
render: __vue_render__$3,
|
|
8867
|
+
staticRenderFns: __vue_staticRenderFns__$3
|
|
8868
|
+
}, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, undefined, undefined, undefined);
|
|
8869
8869
|
|
|
8870
|
-
var __vue_component__$
|
|
8870
|
+
var __vue_component__$7 = __vue_component__$6;var script$2 = {
|
|
8871
8871
|
directives: {
|
|
8872
8872
|
Intersect: lib.Intersect
|
|
8873
8873
|
},
|
|
@@ -8944,6 +8944,10 @@ var __vue_component__$5 = __vue_component__$4;var script$1 = {
|
|
|
8944
8944
|
error: {
|
|
8945
8945
|
type: Boolean,
|
|
8946
8946
|
default: false
|
|
8947
|
+
},
|
|
8948
|
+
menuContentClass: {
|
|
8949
|
+
type: String,
|
|
8950
|
+
default: ''
|
|
8947
8951
|
}
|
|
8948
8952
|
},
|
|
8949
8953
|
|
|
@@ -8961,7 +8965,7 @@ var __vue_component__$5 = __vue_component__$4;var script$1 = {
|
|
|
8961
8965
|
menuProps: function menuProps() {
|
|
8962
8966
|
return {
|
|
8963
8967
|
value: this.focused,
|
|
8964
|
-
contentClass:
|
|
8968
|
+
contentClass: "vc-select-field-menu ".concat(this.menuContentClass)
|
|
8965
8969
|
};
|
|
8966
8970
|
},
|
|
8967
8971
|
noData: function noData() {
|
|
@@ -8989,10 +8993,10 @@ var __vue_component__$5 = __vue_component__$4;var script$1 = {
|
|
|
8989
8993
|
}
|
|
8990
8994
|
}
|
|
8991
8995
|
};/* script */
|
|
8992
|
-
var __vue_script__$
|
|
8996
|
+
var __vue_script__$2 = script$2;
|
|
8993
8997
|
/* template */
|
|
8994
8998
|
|
|
8995
|
-
var __vue_render__$
|
|
8999
|
+
var __vue_render__$2 = function __vue_render__() {
|
|
8996
9000
|
var _vm = this;
|
|
8997
9001
|
|
|
8998
9002
|
var _h = _vm.$createElement;
|
|
@@ -9017,6 +9021,7 @@ var __vue_render__$1 = function __vue_render__() {
|
|
|
9017
9021
|
"items": _vm.items,
|
|
9018
9022
|
"placeholder": _vm.placeholder,
|
|
9019
9023
|
"no-data-text": _vm.noData,
|
|
9024
|
+
"menu-content-class": _vm.menuContentClass,
|
|
9020
9025
|
"menu-props": _vm.menuProps,
|
|
9021
9026
|
"search-input": _vm.searchInput,
|
|
9022
9027
|
"multiple": ""
|
|
@@ -9099,16 +9104,16 @@ var __vue_render__$1 = function __vue_render__() {
|
|
|
9099
9104
|
},
|
|
9100
9105
|
proxy: true
|
|
9101
9106
|
}], null, true)
|
|
9102
|
-
}), _vm._ssrNode(" " + (_vm.error ? "<span data-qa=\"error-label\" class=\"vc-search-picker__error-label\" data-v-
|
|
9107
|
+
}), _vm._ssrNode(" " + (_vm.error ? "<span data-qa=\"error-label\" class=\"vc-search-picker__error-label\" data-v-37d8ada3>" + _vm._ssrEscape("\n " + _vm._s(_vm.errorLabel) + "\n ") + "</span>" : "<!---->"))], 2);
|
|
9103
9108
|
};
|
|
9104
9109
|
|
|
9105
|
-
var __vue_staticRenderFns__$
|
|
9110
|
+
var __vue_staticRenderFns__$2 = [];
|
|
9106
9111
|
/* style */
|
|
9107
9112
|
|
|
9108
|
-
var __vue_inject_styles__$
|
|
9113
|
+
var __vue_inject_styles__$2 = function __vue_inject_styles__(inject) {
|
|
9109
9114
|
if (!inject) return;
|
|
9110
|
-
inject("data-v-
|
|
9111
|
-
source: "[data-v-
|
|
9115
|
+
inject("data-v-37d8ada3_0", {
|
|
9116
|
+
source: "[data-v-37d8ada3]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-search-picker[data-v-37d8ada3]{position:relative}.vc-search-picker__error-label[data-v-37d8ada3]{font-weight:var(--font-weight-medium);font-size:var(--font-size-xx-small);color:var(--red)}.vc-search-picker[data-v-37d8ada3] .v-input__slot{border:1px solid var(--gray-lighten-1);border-radius:var(--border-radius);height:var(--size-value13);padding:0 var(--size-value5);background-color:var(--modal-bg-color)}.vc-search-picker[data-v-37d8ada3] .v-input__slot:hover{border-color:var(--gray-darken-2)}.vc-search-picker[data-v-37d8ada3] .v-input__icon--append .v-icon{transform:rotate(0);color:var(--gray-darken-3)!important}.vc-search-picker[data-v-37d8ada3] .autocomplete--open .v-input__icon--append .v-icon{transform:rotate(180deg)}.vc-search-picker[data-v-37d8ada3] .autocomplete--open .v-input__slot{border-color:var(--v-primary-base);outline:2px solid var(--v-primary-lighten5)}.vc-search-picker[data-v-37d8ada3] .autocomplete{height:var(--size-value13);padding-top:0;margin-top:0}.vc-search-picker[data-v-37d8ada3] .autocomplete--error .v-input__slot{border-color:var(--red)}.vc-search-picker[data-v-37d8ada3] .autocomplete--has-items .placeholder-text:not(:first-of-type){display:none}.vc-search-picker[data-v-37d8ada3] .autocomplete--has-items.autocomplete--search-content .placeholder-text{display:none}.vc-search-picker[data-v-37d8ada3] .placeholder-text{font-size:var(--font-size-small2);font-weight:var(--font-weight-medium);color:var(--gray-darken-5);margin-inline-end:var(--size-value2);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.vc-search-picker[data-v-37d8ada3] .v-text-field>.v-input__control>.v-input__slot:after,.vc-search-picker[data-v-37d8ada3] .v-text-field>.v-input__control>.v-input__slot:before{content:initial}.vc-search-picker[data-v-37d8ada3] .v-input__prepend-inner{margin-right:auto;padding-inline-end:var(--size-value3);height:100%;display:flex;align-items:center;margin-top:0}.vc-search-picker[data-v-37d8ada3] .v-select__selections{flex-wrap:nowrap}.vc-search-picker[data-v-37d8ada3] .v-select__selections input[type=text]{display:inline-block;font-size:var(--font-size-small2);color:var(--gray-darken-5);caret-color:currentColor}.vc-search-picker[data-v-37d8ada3] .v-list-item--active::before{content:none}.v-menu__content.vc-select-field-menu[data-v-37d8ada3]{top:var(--size-value4)}.v-menu__content.vc-select-field-menu .v-input.vc-checkbox[data-v-37d8ada3]{margin:0;padding:0}.v-menu__content.vc-select-field-menu .spinner[data-v-37d8ada3]{margin:0 auto;display:block}[data-v-37d8ada3] .v-list-item--link{font-size:var(--font-size-x-small)}[data-v-37d8ada3] .v-list-item--link:before{content:initial}",
|
|
9112
9117
|
map: undefined,
|
|
9113
9118
|
media: undefined
|
|
9114
9119
|
});
|
|
@@ -9116,21 +9121,21 @@ var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
|
|
|
9116
9121
|
/* scoped */
|
|
9117
9122
|
|
|
9118
9123
|
|
|
9119
|
-
var __vue_scope_id__$
|
|
9124
|
+
var __vue_scope_id__$2 = "data-v-37d8ada3";
|
|
9120
9125
|
/* module identifier */
|
|
9121
9126
|
|
|
9122
|
-
var __vue_module_identifier__$
|
|
9127
|
+
var __vue_module_identifier__$2 = "data-v-37d8ada3";
|
|
9123
9128
|
/* functional template */
|
|
9124
9129
|
|
|
9125
|
-
var __vue_is_functional_template__$
|
|
9130
|
+
var __vue_is_functional_template__$2 = false;
|
|
9126
9131
|
/* style inject shadow dom */
|
|
9127
9132
|
|
|
9128
|
-
var __vue_component__$
|
|
9129
|
-
render: __vue_render__$
|
|
9130
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9131
|
-
}, __vue_inject_styles__$
|
|
9133
|
+
var __vue_component__$4 = /*#__PURE__*/normalizeComponent({
|
|
9134
|
+
render: __vue_render__$2,
|
|
9135
|
+
staticRenderFns: __vue_staticRenderFns__$2
|
|
9136
|
+
}, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, undefined, createInjectorSSR, undefined);
|
|
9132
9137
|
|
|
9133
|
-
var __vue_component__$
|
|
9138
|
+
var __vue_component__$5 = __vue_component__$4;var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
9134
9139
|
|
|
9135
9140
|
function getDefaultExportFromCjs (x) {
|
|
9136
9141
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
@@ -15269,7 +15274,7 @@ if (typeof window !== "undefined" && "Vue" in window) {
|
|
|
15269
15274
|
|
|
15270
15275
|
});
|
|
15271
15276
|
|
|
15272
|
-
var draggable = /*@__PURE__*/getDefaultExportFromCjs(vuedraggable_umd);var script = {
|
|
15277
|
+
var draggable = /*@__PURE__*/getDefaultExportFromCjs(vuedraggable_umd);var script$1 = {
|
|
15273
15278
|
name: "VcDraggableList",
|
|
15274
15279
|
components: {
|
|
15275
15280
|
VcIcon: VcIcon,
|
|
@@ -15308,10 +15313,10 @@ var draggable = /*@__PURE__*/getDefaultExportFromCjs(vuedraggable_umd);var scrip
|
|
|
15308
15313
|
}
|
|
15309
15314
|
}
|
|
15310
15315
|
};/* script */
|
|
15311
|
-
var __vue_script__ = script;
|
|
15316
|
+
var __vue_script__$1 = script$1;
|
|
15312
15317
|
/* template */
|
|
15313
15318
|
|
|
15314
|
-
var __vue_render__ = function __vue_render__() {
|
|
15319
|
+
var __vue_render__$1 = function __vue_render__() {
|
|
15315
15320
|
var _vm = this;
|
|
15316
15321
|
|
|
15317
15322
|
var _h = _vm.$createElement;
|
|
@@ -15374,10 +15379,10 @@ var __vue_render__ = function __vue_render__() {
|
|
|
15374
15379
|
}), 0);
|
|
15375
15380
|
};
|
|
15376
15381
|
|
|
15377
|
-
var __vue_staticRenderFns__ = [];
|
|
15382
|
+
var __vue_staticRenderFns__$1 = [];
|
|
15378
15383
|
/* style */
|
|
15379
15384
|
|
|
15380
|
-
var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
|
|
15385
|
+
var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
|
|
15381
15386
|
if (!inject) return;
|
|
15382
15387
|
inject("data-v-b25547ee_0", {
|
|
15383
15388
|
source: ".list-group.onDragging[data-v-b25547ee]{cursor:grabbing!important}.list-group .v-icon[data-v-b25547ee]{margin:0 var(--size-value1)}@media screen and (min-width:960px){.list-group .v-icon[data-v-b25547ee]{visibility:hidden}}@media screen and (min-width:960px){.list-group .onHover[data-v-b25547ee]{background:var(--gray-lighten-3);border-radius:var(--border-radius)}.list-group .onHover .v-icon[data-v-b25547ee]{cursor:grab;visibility:visible}}.list-group .ghost[data-v-b25547ee]{background:var(--gray-lighten-2);border:1px solid var(--v-secondary-lighten1);border-radius:var(--border-radius);box-shadow:unset;opacity:.4}.list-group .ghost .v-icon[data-v-b25547ee]{visibility:visible}.list-group .drag[data-v-b25547ee]{background:#fff;opacity:1!important;border-left:3px solid var(--v-secondary-base);box-shadow:var(--shadow-6);border-radius:var(--size-value1)}",
|
|
@@ -15388,10 +15393,209 @@ var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
|
|
|
15388
15393
|
/* scoped */
|
|
15389
15394
|
|
|
15390
15395
|
|
|
15391
|
-
var __vue_scope_id__ = "data-v-b25547ee";
|
|
15396
|
+
var __vue_scope_id__$1 = "data-v-b25547ee";
|
|
15397
|
+
/* module identifier */
|
|
15398
|
+
|
|
15399
|
+
var __vue_module_identifier__$1 = "data-v-b25547ee";
|
|
15400
|
+
/* functional template */
|
|
15401
|
+
|
|
15402
|
+
var __vue_is_functional_template__$1 = false;
|
|
15403
|
+
/* style inject shadow dom */
|
|
15404
|
+
|
|
15405
|
+
var __vue_component__$2 = /*#__PURE__*/normalizeComponent({
|
|
15406
|
+
render: __vue_render__$1,
|
|
15407
|
+
staticRenderFns: __vue_staticRenderFns__$1
|
|
15408
|
+
}, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, undefined, createInjectorSSR, undefined);
|
|
15409
|
+
|
|
15410
|
+
var __vue_component__$3 = __vue_component__$2;//
|
|
15411
|
+
//
|
|
15412
|
+
//
|
|
15413
|
+
//
|
|
15414
|
+
//
|
|
15415
|
+
//
|
|
15416
|
+
//
|
|
15417
|
+
//
|
|
15418
|
+
//
|
|
15419
|
+
//
|
|
15420
|
+
//
|
|
15421
|
+
//
|
|
15422
|
+
//
|
|
15423
|
+
//
|
|
15424
|
+
//
|
|
15425
|
+
//
|
|
15426
|
+
//
|
|
15427
|
+
//
|
|
15428
|
+
//
|
|
15429
|
+
//
|
|
15430
|
+
//
|
|
15431
|
+
//
|
|
15432
|
+
//
|
|
15433
|
+
//
|
|
15434
|
+
//
|
|
15435
|
+
//
|
|
15436
|
+
//
|
|
15437
|
+
//
|
|
15438
|
+
//
|
|
15439
|
+
//
|
|
15440
|
+
//
|
|
15441
|
+
//
|
|
15442
|
+
//
|
|
15443
|
+
var script = {
|
|
15444
|
+
components: {
|
|
15445
|
+
VTab: lib.VTab,
|
|
15446
|
+
VTabs: lib.VTabs,
|
|
15447
|
+
VTabItem: lib.VTabItem,
|
|
15448
|
+
VTabsItems: lib.VTabsItems
|
|
15449
|
+
},
|
|
15450
|
+
|
|
15451
|
+
name: "VcTabs",
|
|
15452
|
+
|
|
15453
|
+
model: {
|
|
15454
|
+
prop: 'currentIndex',
|
|
15455
|
+
event: 'change'
|
|
15456
|
+
},
|
|
15457
|
+
|
|
15458
|
+
props: {
|
|
15459
|
+
tabs: {
|
|
15460
|
+
type: Array,
|
|
15461
|
+
required: true,
|
|
15462
|
+
validator: function validator(value) {
|
|
15463
|
+
return value.every(function (tab) {
|
|
15464
|
+
return tab.label;
|
|
15465
|
+
});
|
|
15466
|
+
}
|
|
15467
|
+
},
|
|
15468
|
+
tabSize: {
|
|
15469
|
+
type: String,
|
|
15470
|
+
default: 'M',
|
|
15471
|
+
validator: function validator(value) {
|
|
15472
|
+
return ['M', 'L'].includes(value);
|
|
15473
|
+
}
|
|
15474
|
+
},
|
|
15475
|
+
currentIndex: {
|
|
15476
|
+
type: Number,
|
|
15477
|
+
default: 0,
|
|
15478
|
+
validator: function validator(prop) {
|
|
15479
|
+
return prop >= 0;
|
|
15480
|
+
}
|
|
15481
|
+
},
|
|
15482
|
+
distribution: {
|
|
15483
|
+
type: String,
|
|
15484
|
+
default: "start",
|
|
15485
|
+
validator: function validator(prop) {
|
|
15486
|
+
return ['start', 'equal', 'grow'].includes(prop);
|
|
15487
|
+
}
|
|
15488
|
+
},
|
|
15489
|
+
separatorStyle: {
|
|
15490
|
+
type: String,
|
|
15491
|
+
default: 'default',
|
|
15492
|
+
validator: function validator(prop) {
|
|
15493
|
+
return ['default', 'shadow', 'divider'].includes(prop);
|
|
15494
|
+
}
|
|
15495
|
+
},
|
|
15496
|
+
dataQa: {
|
|
15497
|
+
type: String,
|
|
15498
|
+
default: 'VcTabs'
|
|
15499
|
+
}
|
|
15500
|
+
},
|
|
15501
|
+
|
|
15502
|
+
computed: {
|
|
15503
|
+
safeCurrentIndex: function safeCurrentIndex() {
|
|
15504
|
+
return Math.max(0, Math.min(this.currentIndex, this.tabs.length - 1));
|
|
15505
|
+
}
|
|
15506
|
+
}
|
|
15507
|
+
};/* script */
|
|
15508
|
+
var __vue_script__ = script;
|
|
15509
|
+
/* template */
|
|
15510
|
+
|
|
15511
|
+
var __vue_render__ = function __vue_render__() {
|
|
15512
|
+
var _vm = this;
|
|
15513
|
+
|
|
15514
|
+
var _h = _vm.$createElement;
|
|
15515
|
+
|
|
15516
|
+
var _c = _vm._self._c || _h;
|
|
15517
|
+
|
|
15518
|
+
return _c('div', {
|
|
15519
|
+
staticClass: "VcTabs--wrapper",
|
|
15520
|
+
attrs: {
|
|
15521
|
+
"data-qa": _vm.dataQa
|
|
15522
|
+
}
|
|
15523
|
+
}, [_c('v-tabs', {
|
|
15524
|
+
staticClass: "VcTabs--content",
|
|
15525
|
+
class: {
|
|
15526
|
+
'separatorShadow': _vm.separatorStyle === 'shadow',
|
|
15527
|
+
'separatorDivider': _vm.separatorStyle === 'divider'
|
|
15528
|
+
},
|
|
15529
|
+
attrs: {
|
|
15530
|
+
"value": _vm.safeCurrentIndex,
|
|
15531
|
+
"background-color": "transparent",
|
|
15532
|
+
"slider-color": "secondary",
|
|
15533
|
+
"slider-size": "4",
|
|
15534
|
+
"height": _vm.tabSize === 'M' ? 48 : 60,
|
|
15535
|
+
"grow": _vm.distribution === 'grow',
|
|
15536
|
+
"fixed-tabs": _vm.distribution === 'equal'
|
|
15537
|
+
},
|
|
15538
|
+
on: {
|
|
15539
|
+
"change": function change(newIndex) {
|
|
15540
|
+
return _vm.$emit('change', newIndex);
|
|
15541
|
+
}
|
|
15542
|
+
}
|
|
15543
|
+
}, _vm._l(_vm.tabs, function (item, index) {
|
|
15544
|
+
return _c('v-tab', {
|
|
15545
|
+
key: "tab-" + index,
|
|
15546
|
+
class: {
|
|
15547
|
+
'VcTab': true,
|
|
15548
|
+
'VcTabDisabled': item.disabled
|
|
15549
|
+
},
|
|
15550
|
+
attrs: {
|
|
15551
|
+
"active-class": "VcTabActive",
|
|
15552
|
+
"disabled": item.disabled,
|
|
15553
|
+
"data-qa": _vm.dataQa + "-tab-" + index
|
|
15554
|
+
}
|
|
15555
|
+
}, [_vm._t("tab-" + index, function () {
|
|
15556
|
+
return [_c('span', {
|
|
15557
|
+
staticClass: "VcTab-label"
|
|
15558
|
+
}, [_vm._v(_vm._s(item.label))])];
|
|
15559
|
+
}, {
|
|
15560
|
+
"item": item
|
|
15561
|
+
})], 2);
|
|
15562
|
+
}), 1), _vm._ssrNode(" "), _c('v-tabs-items', {
|
|
15563
|
+
staticClass: "VcTabsContent",
|
|
15564
|
+
attrs: {
|
|
15565
|
+
"value": _vm.safeCurrentIndex
|
|
15566
|
+
}
|
|
15567
|
+
}, _vm._l(_vm.tabs, function (item, index) {
|
|
15568
|
+
return _c('v-tab-item', {
|
|
15569
|
+
key: "tab-content-" + index,
|
|
15570
|
+
attrs: {
|
|
15571
|
+
"data-qa": _vm.dataQa + "-tab-content-" + index
|
|
15572
|
+
}
|
|
15573
|
+
}, [_vm._t("tab-content-" + index, function () {
|
|
15574
|
+
return [_c('div', [_vm._v(_vm._s(item.label))])];
|
|
15575
|
+
}, {
|
|
15576
|
+
"item": item
|
|
15577
|
+
})], 2);
|
|
15578
|
+
}), 1)], 2);
|
|
15579
|
+
};
|
|
15580
|
+
|
|
15581
|
+
var __vue_staticRenderFns__ = [];
|
|
15582
|
+
/* style */
|
|
15583
|
+
|
|
15584
|
+
var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
|
|
15585
|
+
if (!inject) return;
|
|
15586
|
+
inject("data-v-671c8076_0", {
|
|
15587
|
+
source: ".VcTabs--wrapper .separatorShadow[data-v-671c8076]{border-bottom:1px solid var(--gray-lighten-1);box-shadow:var(--shadow-1)}.VcTabs--wrapper .separatorDivider[data-v-671c8076]{border-bottom:1px solid var(--gray-lighten-1)}.VcTab[data-v-671c8076]:focus{color:rgba(255,255,255,0)!important;box-shadow:inset 0 0 0 3px var(--v-secondary-lighten1);border-radius:2px}.VcTab:focus .VcTab-label[data-v-671c8076]{color:var(--gray-darken-4)}.VcTab:focus.VcTabDisabled[data-v-671c8076]{background:rgba(0,0,0,.04);color:#999}.VcTabActive[data-v-671c8076]{color:var(--gray-darken-5)}.VcTab-label[data-v-671c8076]{font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);line-height:var(--size-value4);letter-spacing:0;text-transform:initial}.VcTabsContent[data-v-671c8076]{background-color:transparent}",
|
|
15588
|
+
map: undefined,
|
|
15589
|
+
media: undefined
|
|
15590
|
+
});
|
|
15591
|
+
};
|
|
15592
|
+
/* scoped */
|
|
15593
|
+
|
|
15594
|
+
|
|
15595
|
+
var __vue_scope_id__ = "data-v-671c8076";
|
|
15392
15596
|
/* module identifier */
|
|
15393
15597
|
|
|
15394
|
-
var __vue_module_identifier__ = "data-v-
|
|
15598
|
+
var __vue_module_identifier__ = "data-v-671c8076";
|
|
15395
15599
|
/* functional template */
|
|
15396
15600
|
|
|
15397
15601
|
var __vue_is_functional_template__ = false;
|
|
@@ -15403,7 +15607,7 @@ var __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
|
15403
15607
|
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, createInjectorSSR, undefined);
|
|
15404
15608
|
|
|
15405
15609
|
var __vue_component__$1 = __vue_component__;// Put here any components that need to be available to users of the package
|
|
15406
|
-
var components$1=/*#__PURE__*/Object.freeze({__proto__:null,VcConfirmModal:__vue_component__$
|
|
15610
|
+
var components$1=/*#__PURE__*/Object.freeze({__proto__:null,VcConfirmModal:__vue_component__$1o,VcInputModal:__vue_component__$1l,VcNoticeModal:__vue_component__$1i,VcModalFooter:VcModalFooter,VcModalHeader:VcModalHeader,VcAlert:VcAlert,VcTooltip:VcTooltip,VcIconWithTooltip:VcIconWithTooltip,VcBottomActions:VcBottomActions,VcActionList:VcActionList,VcActions:VcActions,VcStepsBar:VcStepsBar,VcMobileWizardProgress:VcMobileWizardProgress,VcProgressCircular:VcProgressCircular,VcChecklistItem:VcChecklistItem,VcListbox:__vue_component__$12,VcBottomSheet:VcBottomSheet,VcInputBottomSheet:__vue_component__$_,VcPopover:VcPopover,VcInputPopover:__vue_component__$X,VcChip:__vue_component__$V,VcSearchBar:VcSearchBar,VcBaseListItem:VcBaseListItem,VcList:__vue_component__$P,VcButton:VcButton,VcButtonGroup:__vue_component__$N,VcForm:VcForm,VcIcon:VcIcon,VcLayout:VcLayout,VcLoader:VcLoader,VcSwitch:VcSwitch,VcListEntity:__vue_component__$K,VcExpansionCard:__vue_component__$I,VcTextField:VcTextField,VcAvatar:VcAvatar,VcTextArea:__vue_component__$G,VcSelectField:__vue_component__$E,VcToast:__vue_component__$C,VcCard:__vue_component__$A,VcCheckbox:VcCheckbox,VcFilterPanel:__vue_component__$y,VcFocusArea:__vue_component__$w,VcLink:VcLink,VcListItem:__vue_component__$u,VcGroupHeader:__vue_component__$s,VcEmptyState:VcEmptyState,VcSvg:VcSvg,VcBanner:__vue_component__$q,VcWizardCtaContainer:VcWizardCtaContainer,VcWizard:__vue_component__$m,VcImage:VcImage,VcBadge:__vue_component__$k,VcUpsellBlock:__vue_component__$i,VcModalContainer:VcModalContainer,VcDropzone:__vue_component__$g,VcRadioGroup:__vue_component__$d,VcRadio:VcRadio,VcSegmentedControl:__vue_component__$b,VcDocItem:__vue_component__$9,VcTimeSince:__vue_component__$7,VcSearchPicker:__vue_component__$5,VcDraggableList:__vue_component__$3,VcTabs:__vue_component__$1});var install = function installdesignSystem(Vue) {
|
|
15407
15611
|
Object.entries(components$1).forEach(function (_ref) {
|
|
15408
15612
|
var _ref2 = _slicedToArray(_ref, 2),
|
|
15409
15613
|
componentName = _ref2[0],
|
|
@@ -15412,7 +15616,7 @@ var components$1=/*#__PURE__*/Object.freeze({__proto__:null,VcConfirmModal:__vue
|
|
|
15412
15616
|
Vue.component(componentName, component);
|
|
15413
15617
|
});
|
|
15414
15618
|
}; // Create module definition for Vue.use()
|
|
15415
|
-
var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,VcConfirmModal:__vue_component__$
|
|
15619
|
+
var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,VcConfirmModal:__vue_component__$1o,VcInputModal:__vue_component__$1l,VcNoticeModal:__vue_component__$1i,VcModalFooter:VcModalFooter,VcModalHeader:VcModalHeader,VcAlert:VcAlert,VcTooltip:VcTooltip,VcIconWithTooltip:VcIconWithTooltip,VcBottomActions:VcBottomActions,VcActionList:VcActionList,VcActions:VcActions,VcStepsBar:VcStepsBar,VcMobileWizardProgress:VcMobileWizardProgress,VcProgressCircular:VcProgressCircular,VcChecklistItem:VcChecklistItem,VcListbox:__vue_component__$12,VcBottomSheet:VcBottomSheet,VcInputBottomSheet:__vue_component__$_,VcPopover:VcPopover,VcInputPopover:__vue_component__$X,VcChip:__vue_component__$V,VcSearchBar:VcSearchBar,VcBaseListItem:VcBaseListItem,VcList:__vue_component__$P,VcButton:VcButton,VcButtonGroup:__vue_component__$N,VcForm:VcForm,VcIcon:VcIcon,VcLayout:VcLayout,VcLoader:VcLoader,VcSwitch:VcSwitch,VcListEntity:__vue_component__$K,VcExpansionCard:__vue_component__$I,VcTextField:VcTextField,VcAvatar:VcAvatar,VcTextArea:__vue_component__$G,VcSelectField:__vue_component__$E,VcToast:__vue_component__$C,VcCard:__vue_component__$A,VcCheckbox:VcCheckbox,VcFilterPanel:__vue_component__$y,VcFocusArea:__vue_component__$w,VcLink:VcLink,VcListItem:__vue_component__$u,VcGroupHeader:__vue_component__$s,VcEmptyState:VcEmptyState,VcSvg:VcSvg,VcBanner:__vue_component__$q,VcWizardCtaContainer:VcWizardCtaContainer,VcWizard:__vue_component__$m,VcImage:VcImage,VcBadge:__vue_component__$k,VcUpsellBlock:__vue_component__$i,VcModalContainer:VcModalContainer,VcDropzone:__vue_component__$g,VcRadioGroup:__vue_component__$d,VcRadio:VcRadio,VcSegmentedControl:__vue_component__$b,VcDocItem:__vue_component__$9,VcTimeSince:__vue_component__$7,VcSearchPicker:__vue_component__$5,VcDraggableList:__vue_component__$3,VcTabs:__vue_component__$1});// only expose one global var, with component exports exposed as properties of
|
|
15416
15620
|
// that global var (eg. plugin.component)
|
|
15417
15621
|
|
|
15418
15622
|
Object.entries(components).forEach(function (_ref) {
|