@vcita/design-system 1.2.2 → 1.2.3
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/CHANGELOG.md +6 -0
- package/config/locales/ds.en.yml +5 -1
- package/dist/@vcita/design-system.esm.js +1333 -916
- package/dist/@vcita/design-system.min.js +2 -2
- package/dist/@vcita/design-system.ssr.js +1154 -810
- package/package.json +1 -1
- package/src/components/VcAvatar/VcAvatar.stories.js +0 -1
- package/src/components/VcGalleryItem/VcGalleryItem.spec.js +120 -0
- package/src/components/VcGalleryItem/VcGalleryItem.stories.js +94 -0
- package/src/components/VcGalleryItem/VcGalleryItem.vue +161 -0
- package/src/components/VcGalleryList/VcGalleryList.spec.js +86 -0
- package/src/components/VcGalleryList/VcGalleryList.stories.js +63 -0
- package/src/components/VcGalleryList/VcGalleryList.vue +102 -0
- package/src/components/VcGalleryList/mockData.js +50 -0
- package/src/components/VcMiniBanner/VcMiniBanner.spec.js +74 -0
- package/src/components/VcMiniBanner/VcMiniBanner.stories.js +75 -0
- package/src/components/VcMiniBanner/VcMiniBanner.vue +129 -0
- package/src/components/VcSearchPicker/VcSearchPicker.vue +12 -5
- package/src/components/index.js +3 -0
- package/src/stories/assets/app-market/fc.svg +31 -0
- package/src/stories/assets/app-market/google.svg +1 -0
- package/src/stories/assets/app-market/qb.svg +9 -0
- package/src/stories/assets/app-market/stripe.svg +1 -0
- package/src/stories/assets/app-market/zapier.svg +1 -0
- package/src/stories/assets/pics/gallery-item-1.jpg +0 -0
- package/src/stories/assets/pics/gallery-item-2.jpg +0 -0
- package/src/stories/assets/pics/gallery-item-3.jpg +0 -0
- package/src/stories/assets/pics/gallery-item-4.jpg +0 -0
- package/src/stories/assets/pics/gallery-item-5.jpg +0 -0
- package/src/components/.DS_Store +0 -0
- package/src/components/VcMenu/.DS_Store +0 -0
|
@@ -228,7 +228,7 @@ function _createForOfIteratorHelper(o, allowArrayLike) {
|
|
|
228
228
|
//
|
|
229
229
|
//
|
|
230
230
|
//
|
|
231
|
-
var script$
|
|
231
|
+
var script$15 = {
|
|
232
232
|
components: {
|
|
233
233
|
VDialog: lib.VDialog
|
|
234
234
|
},
|
|
@@ -372,10 +372,10 @@ function renderStyles(styles) {
|
|
|
372
372
|
}
|
|
373
373
|
return css;
|
|
374
374
|
}/* script */
|
|
375
|
-
var __vue_script__$
|
|
375
|
+
var __vue_script__$15 = script$15;
|
|
376
376
|
/* template */
|
|
377
377
|
|
|
378
|
-
var __vue_render__
|
|
378
|
+
var __vue_render__$12 = function __vue_render__() {
|
|
379
379
|
var _vm = this;
|
|
380
380
|
|
|
381
381
|
var _h = _vm.$createElement;
|
|
@@ -410,10 +410,10 @@ var __vue_render__$$ = function __vue_render__() {
|
|
|
410
410
|
}, [_vm._t("default")], 2);
|
|
411
411
|
};
|
|
412
412
|
|
|
413
|
-
var __vue_staticRenderFns__
|
|
413
|
+
var __vue_staticRenderFns__$12 = [];
|
|
414
414
|
/* style */
|
|
415
415
|
|
|
416
|
-
var __vue_inject_styles__$
|
|
416
|
+
var __vue_inject_styles__$15 = function __vue_inject_styles__(inject) {
|
|
417
417
|
if (!inject) return;
|
|
418
418
|
inject("data-v-7e4b12ce_0", {
|
|
419
419
|
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)}}",
|
|
@@ -424,21 +424,21 @@ var __vue_inject_styles__$12 = function __vue_inject_styles__(inject) {
|
|
|
424
424
|
/* scoped */
|
|
425
425
|
|
|
426
426
|
|
|
427
|
-
var __vue_scope_id__$
|
|
427
|
+
var __vue_scope_id__$15 = undefined;
|
|
428
428
|
/* module identifier */
|
|
429
429
|
|
|
430
|
-
var __vue_module_identifier__$
|
|
430
|
+
var __vue_module_identifier__$15 = "data-v-7e4b12ce";
|
|
431
431
|
/* functional template */
|
|
432
432
|
|
|
433
|
-
var __vue_is_functional_template__$
|
|
433
|
+
var __vue_is_functional_template__$15 = false;
|
|
434
434
|
/* style inject shadow dom */
|
|
435
435
|
|
|
436
|
-
var __vue_component__$
|
|
437
|
-
render: __vue_render__
|
|
438
|
-
staticRenderFns: __vue_staticRenderFns__
|
|
439
|
-
}, __vue_inject_styles__$
|
|
436
|
+
var __vue_component__$1D = /*#__PURE__*/normalizeComponent({
|
|
437
|
+
render: __vue_render__$12,
|
|
438
|
+
staticRenderFns: __vue_staticRenderFns__$12
|
|
439
|
+
}, __vue_inject_styles__$15, __vue_script__$15, __vue_scope_id__$15, __vue_is_functional_template__$15, __vue_module_identifier__$15, false, undefined, createInjectorSSR, undefined);
|
|
440
440
|
|
|
441
|
-
var VcModalWrapper = __vue_component__$
|
|
441
|
+
var VcModalWrapper = __vue_component__$1D;var script$14 = {
|
|
442
442
|
name: "VcIcon",
|
|
443
443
|
props: {
|
|
444
444
|
dataQa: {
|
|
@@ -464,30 +464,30 @@ var VcModalWrapper = __vue_component__$1y;var script$11 = {
|
|
|
464
464
|
return createElement('v-icon', props, this.$slots.default);
|
|
465
465
|
}
|
|
466
466
|
};/* script */
|
|
467
|
-
var __vue_script__$
|
|
467
|
+
var __vue_script__$14 = script$14;
|
|
468
468
|
/* template */
|
|
469
469
|
|
|
470
470
|
/* style */
|
|
471
471
|
|
|
472
|
-
var __vue_inject_styles__$
|
|
472
|
+
var __vue_inject_styles__$14 = undefined;
|
|
473
473
|
/* scoped */
|
|
474
474
|
|
|
475
|
-
var __vue_scope_id__$
|
|
475
|
+
var __vue_scope_id__$14 = undefined;
|
|
476
476
|
/* module identifier */
|
|
477
477
|
|
|
478
|
-
var __vue_module_identifier__$
|
|
478
|
+
var __vue_module_identifier__$14 = "data-v-3149aee2";
|
|
479
479
|
/* functional template */
|
|
480
480
|
|
|
481
|
-
var __vue_is_functional_template__$
|
|
481
|
+
var __vue_is_functional_template__$14 = undefined;
|
|
482
482
|
/* style inject */
|
|
483
483
|
|
|
484
484
|
/* style inject SSR */
|
|
485
485
|
|
|
486
486
|
/* style inject shadow dom */
|
|
487
487
|
|
|
488
|
-
var __vue_component__$
|
|
488
|
+
var __vue_component__$1C = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$14, __vue_script__$14, __vue_scope_id__$14, __vue_is_functional_template__$14, __vue_module_identifier__$14, false, undefined, undefined, undefined);
|
|
489
489
|
|
|
490
|
-
var VcIcon = __vue_component__$
|
|
490
|
+
var VcIcon = __vue_component__$1C;var script$13 = {
|
|
491
491
|
name: "VcButton",
|
|
492
492
|
components: {
|
|
493
493
|
VcIcon: VcIcon,
|
|
@@ -624,10 +624,10 @@ var VcIcon = __vue_component__$1x;var script$10 = {
|
|
|
624
624
|
}
|
|
625
625
|
}
|
|
626
626
|
};/* script */
|
|
627
|
-
var __vue_script__$
|
|
627
|
+
var __vue_script__$13 = script$13;
|
|
628
628
|
/* template */
|
|
629
629
|
|
|
630
|
-
var __vue_render__$
|
|
630
|
+
var __vue_render__$11 = function __vue_render__() {
|
|
631
631
|
var _vm = this;
|
|
632
632
|
|
|
633
633
|
var _h = _vm.$createElement;
|
|
@@ -673,10 +673,10 @@ var __vue_render__$_ = function __vue_render__() {
|
|
|
673
673
|
}), _vm._v("\n " + _vm._s(_vm.label || _vm.$slots.default && _vm.$slots.default[0].text || "") + "\n "), _vm._t("append")], 2);
|
|
674
674
|
};
|
|
675
675
|
|
|
676
|
-
var __vue_staticRenderFns__$
|
|
676
|
+
var __vue_staticRenderFns__$11 = [];
|
|
677
677
|
/* style */
|
|
678
678
|
|
|
679
|
-
var __vue_inject_styles__$
|
|
679
|
+
var __vue_inject_styles__$13 = function __vue_inject_styles__(inject) {
|
|
680
680
|
if (!inject) return;
|
|
681
681
|
inject("data-v-28e88dc2_0", {
|
|
682
682
|
source: ".VcButton[data-v-28e88dc2]{letter-spacing:var(--letter-spacing)}.VcButton[data-v-28e88dc2]:disabled{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}.VcButton .prependDefaultIcon[data-v-28e88dc2]{margin-inline-end:var(--size-value3)}.VcButton .prependDefaultIcon[data-v-28e88dc2] svg{fill:currentColor}.VcButton.secondary__text[data-v-28e88dc2]{color:var(--gray-darken-5)!important;border-color:var(--neutral-lighten-1)}",
|
|
@@ -687,21 +687,21 @@ var __vue_inject_styles__$10 = function __vue_inject_styles__(inject) {
|
|
|
687
687
|
/* scoped */
|
|
688
688
|
|
|
689
689
|
|
|
690
|
-
var __vue_scope_id__$
|
|
690
|
+
var __vue_scope_id__$13 = "data-v-28e88dc2";
|
|
691
691
|
/* module identifier */
|
|
692
692
|
|
|
693
|
-
var __vue_module_identifier__$
|
|
693
|
+
var __vue_module_identifier__$13 = "data-v-28e88dc2";
|
|
694
694
|
/* functional template */
|
|
695
695
|
|
|
696
|
-
var __vue_is_functional_template__$
|
|
696
|
+
var __vue_is_functional_template__$13 = false;
|
|
697
697
|
/* style inject shadow dom */
|
|
698
698
|
|
|
699
|
-
var __vue_component__$
|
|
700
|
-
render: __vue_render__$
|
|
701
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
702
|
-
}, __vue_inject_styles__$
|
|
699
|
+
var __vue_component__$1B = /*#__PURE__*/normalizeComponent({
|
|
700
|
+
render: __vue_render__$11,
|
|
701
|
+
staticRenderFns: __vue_staticRenderFns__$11
|
|
702
|
+
}, __vue_inject_styles__$13, __vue_script__$13, __vue_scope_id__$13, __vue_is_functional_template__$13, __vue_module_identifier__$13, false, undefined, createInjectorSSR, undefined);
|
|
703
703
|
|
|
704
|
-
var VcButton = __vue_component__$
|
|
704
|
+
var VcButton = __vue_component__$1B;var script$12 = {
|
|
705
705
|
name: 'VcModalContainer',
|
|
706
706
|
components: {
|
|
707
707
|
VcButton: VcButton,
|
|
@@ -765,10 +765,10 @@ var VcButton = __vue_component__$1w;var script$$ = {
|
|
|
765
765
|
}
|
|
766
766
|
}
|
|
767
767
|
};/* script */
|
|
768
|
-
var __vue_script__
|
|
768
|
+
var __vue_script__$12 = script$12;
|
|
769
769
|
/* template */
|
|
770
770
|
|
|
771
|
-
var __vue_render__$
|
|
771
|
+
var __vue_render__$10 = function __vue_render__() {
|
|
772
772
|
var _vm = this;
|
|
773
773
|
|
|
774
774
|
var _h = _vm.$createElement;
|
|
@@ -843,10 +843,10 @@ var __vue_render__$Z = function __vue_render__() {
|
|
|
843
843
|
}, [_vm._t("footer")], 2) : _vm._e()])]], 2) : _vm._e();
|
|
844
844
|
};
|
|
845
845
|
|
|
846
|
-
var __vue_staticRenderFns__$
|
|
846
|
+
var __vue_staticRenderFns__$10 = [];
|
|
847
847
|
/* style */
|
|
848
848
|
|
|
849
|
-
var __vue_inject_styles__
|
|
849
|
+
var __vue_inject_styles__$12 = function __vue_inject_styles__(inject) {
|
|
850
850
|
if (!inject) return;
|
|
851
851
|
inject("data-v-3e6a36fd_0", {
|
|
852
852
|
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}",
|
|
@@ -857,21 +857,21 @@ var __vue_inject_styles__$$ = function __vue_inject_styles__(inject) {
|
|
|
857
857
|
/* scoped */
|
|
858
858
|
|
|
859
859
|
|
|
860
|
-
var __vue_scope_id__
|
|
860
|
+
var __vue_scope_id__$12 = undefined;
|
|
861
861
|
/* module identifier */
|
|
862
862
|
|
|
863
|
-
var __vue_module_identifier__
|
|
863
|
+
var __vue_module_identifier__$12 = "data-v-3e6a36fd";
|
|
864
864
|
/* functional template */
|
|
865
865
|
|
|
866
|
-
var __vue_is_functional_template__
|
|
866
|
+
var __vue_is_functional_template__$12 = false;
|
|
867
867
|
/* style inject shadow dom */
|
|
868
868
|
|
|
869
|
-
var __vue_component__$
|
|
870
|
-
render: __vue_render__$
|
|
871
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
872
|
-
}, __vue_inject_styles__
|
|
869
|
+
var __vue_component__$1A = /*#__PURE__*/normalizeComponent({
|
|
870
|
+
render: __vue_render__$10,
|
|
871
|
+
staticRenderFns: __vue_staticRenderFns__$10
|
|
872
|
+
}, __vue_inject_styles__$12, __vue_script__$12, __vue_scope_id__$12, __vue_is_functional_template__$12, __vue_module_identifier__$12, false, undefined, createInjectorSSR, undefined);
|
|
873
873
|
|
|
874
|
-
var VcModalContainer = __vue_component__$
|
|
874
|
+
var VcModalContainer = __vue_component__$1A;var script$11 = {
|
|
875
875
|
name: "VcLayout",
|
|
876
876
|
render: function render(createElement) {
|
|
877
877
|
// `<v-layout><slot></slot></v-layout>`
|
|
@@ -882,30 +882,30 @@ var VcModalContainer = __vue_component__$1v;var script$_ = {
|
|
|
882
882
|
return createElement('v-layout', props, this.$slots.default);
|
|
883
883
|
}
|
|
884
884
|
};/* script */
|
|
885
|
-
var __vue_script__$
|
|
885
|
+
var __vue_script__$11 = script$11;
|
|
886
886
|
/* template */
|
|
887
887
|
|
|
888
888
|
/* style */
|
|
889
889
|
|
|
890
|
-
var __vue_inject_styles__$
|
|
890
|
+
var __vue_inject_styles__$11 = undefined;
|
|
891
891
|
/* scoped */
|
|
892
892
|
|
|
893
|
-
var __vue_scope_id__$
|
|
893
|
+
var __vue_scope_id__$11 = "data-v-0751575a";
|
|
894
894
|
/* module identifier */
|
|
895
895
|
|
|
896
|
-
var __vue_module_identifier__$
|
|
896
|
+
var __vue_module_identifier__$11 = "data-v-0751575a";
|
|
897
897
|
/* functional template */
|
|
898
898
|
|
|
899
|
-
var __vue_is_functional_template__$
|
|
899
|
+
var __vue_is_functional_template__$11 = undefined;
|
|
900
900
|
/* style inject */
|
|
901
901
|
|
|
902
902
|
/* style inject SSR */
|
|
903
903
|
|
|
904
904
|
/* style inject shadow dom */
|
|
905
905
|
|
|
906
|
-
var __vue_component__$
|
|
906
|
+
var __vue_component__$1z = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$11, __vue_script__$11, __vue_scope_id__$11, __vue_is_functional_template__$11, __vue_module_identifier__$11, false, undefined, undefined, undefined);
|
|
907
907
|
|
|
908
|
-
var VcLayout = __vue_component__$
|
|
908
|
+
var VcLayout = __vue_component__$1z;var script$10 = {
|
|
909
909
|
name: "VcModalFooter",
|
|
910
910
|
components: {
|
|
911
911
|
VcLayout: VcLayout,
|
|
@@ -944,10 +944,10 @@ var VcLayout = __vue_component__$1u;var script$Z = {
|
|
|
944
944
|
}
|
|
945
945
|
}
|
|
946
946
|
};/* script */
|
|
947
|
-
var __vue_script__$
|
|
947
|
+
var __vue_script__$10 = script$10;
|
|
948
948
|
/* template */
|
|
949
949
|
|
|
950
|
-
var __vue_render__
|
|
950
|
+
var __vue_render__$$ = function __vue_render__() {
|
|
951
951
|
var _vm = this;
|
|
952
952
|
|
|
953
953
|
var _h = _vm.$createElement;
|
|
@@ -983,10 +983,10 @@ var __vue_render__$Y = function __vue_render__() {
|
|
|
983
983
|
}), 1);
|
|
984
984
|
};
|
|
985
985
|
|
|
986
|
-
var __vue_staticRenderFns__
|
|
986
|
+
var __vue_staticRenderFns__$$ = [];
|
|
987
987
|
/* style */
|
|
988
988
|
|
|
989
|
-
var __vue_inject_styles__$
|
|
989
|
+
var __vue_inject_styles__$10 = function __vue_inject_styles__(inject) {
|
|
990
990
|
if (!inject) return;
|
|
991
991
|
inject("data-v-2818e350_0", {
|
|
992
992
|
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)}",
|
|
@@ -997,21 +997,21 @@ var __vue_inject_styles__$Z = function __vue_inject_styles__(inject) {
|
|
|
997
997
|
/* scoped */
|
|
998
998
|
|
|
999
999
|
|
|
1000
|
-
var __vue_scope_id__$
|
|
1000
|
+
var __vue_scope_id__$10 = "data-v-2818e350";
|
|
1001
1001
|
/* module identifier */
|
|
1002
1002
|
|
|
1003
|
-
var __vue_module_identifier__$
|
|
1003
|
+
var __vue_module_identifier__$10 = "data-v-2818e350";
|
|
1004
1004
|
/* functional template */
|
|
1005
1005
|
|
|
1006
|
-
var __vue_is_functional_template__$
|
|
1006
|
+
var __vue_is_functional_template__$10 = false;
|
|
1007
1007
|
/* style inject shadow dom */
|
|
1008
1008
|
|
|
1009
|
-
var __vue_component__$
|
|
1010
|
-
render: __vue_render__
|
|
1011
|
-
staticRenderFns: __vue_staticRenderFns__
|
|
1012
|
-
}, __vue_inject_styles__$
|
|
1009
|
+
var __vue_component__$1y = /*#__PURE__*/normalizeComponent({
|
|
1010
|
+
render: __vue_render__$$,
|
|
1011
|
+
staticRenderFns: __vue_staticRenderFns__$$
|
|
1012
|
+
}, __vue_inject_styles__$10, __vue_script__$10, __vue_scope_id__$10, __vue_is_functional_template__$10, __vue_module_identifier__$10, false, undefined, createInjectorSSR, undefined);
|
|
1013
1013
|
|
|
1014
|
-
var VcModalFooter = __vue_component__$
|
|
1014
|
+
var VcModalFooter = __vue_component__$1y;var script$$ = {
|
|
1015
1015
|
name: "VcModalHeader",
|
|
1016
1016
|
components: {
|
|
1017
1017
|
VcLayout: VcLayout,
|
|
@@ -1078,10 +1078,10 @@ var VcModalFooter = __vue_component__$1t;var script$Y = {
|
|
|
1078
1078
|
}
|
|
1079
1079
|
}
|
|
1080
1080
|
};/* script */
|
|
1081
|
-
var __vue_script__
|
|
1081
|
+
var __vue_script__$$ = script$$;
|
|
1082
1082
|
/* template */
|
|
1083
1083
|
|
|
1084
|
-
var __vue_render__$
|
|
1084
|
+
var __vue_render__$_ = function __vue_render__() {
|
|
1085
1085
|
var _vm = this;
|
|
1086
1086
|
|
|
1087
1087
|
var _h = _vm.$createElement;
|
|
@@ -1208,10 +1208,10 @@ var __vue_render__$X = function __vue_render__() {
|
|
|
1208
1208
|
}) : _vm._e()], 2);
|
|
1209
1209
|
};
|
|
1210
1210
|
|
|
1211
|
-
var __vue_staticRenderFns__$
|
|
1211
|
+
var __vue_staticRenderFns__$_ = [];
|
|
1212
1212
|
/* style */
|
|
1213
1213
|
|
|
1214
|
-
var __vue_inject_styles__
|
|
1214
|
+
var __vue_inject_styles__$$ = function __vue_inject_styles__(inject) {
|
|
1215
1215
|
if (!inject) return;
|
|
1216
1216
|
inject("data-v-12fac24f_0", {
|
|
1217
1217
|
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)}",
|
|
@@ -1222,21 +1222,21 @@ var __vue_inject_styles__$Y = function __vue_inject_styles__(inject) {
|
|
|
1222
1222
|
/* scoped */
|
|
1223
1223
|
|
|
1224
1224
|
|
|
1225
|
-
var __vue_scope_id__
|
|
1225
|
+
var __vue_scope_id__$$ = "data-v-12fac24f";
|
|
1226
1226
|
/* module identifier */
|
|
1227
1227
|
|
|
1228
|
-
var __vue_module_identifier__
|
|
1228
|
+
var __vue_module_identifier__$$ = "data-v-12fac24f";
|
|
1229
1229
|
/* functional template */
|
|
1230
1230
|
|
|
1231
|
-
var __vue_is_functional_template__
|
|
1231
|
+
var __vue_is_functional_template__$$ = false;
|
|
1232
1232
|
/* style inject shadow dom */
|
|
1233
1233
|
|
|
1234
|
-
var __vue_component__$
|
|
1235
|
-
render: __vue_render__$
|
|
1236
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1237
|
-
}, __vue_inject_styles__
|
|
1234
|
+
var __vue_component__$1x = /*#__PURE__*/normalizeComponent({
|
|
1235
|
+
render: __vue_render__$_,
|
|
1236
|
+
staticRenderFns: __vue_staticRenderFns__$_
|
|
1237
|
+
}, __vue_inject_styles__$$, __vue_script__$$, __vue_scope_id__$$, __vue_is_functional_template__$$, __vue_module_identifier__$$, false, undefined, createInjectorSSR, undefined);
|
|
1238
1238
|
|
|
1239
|
-
var VcModalHeader = __vue_component__$
|
|
1239
|
+
var VcModalHeader = __vue_component__$1x;var script$_ = {
|
|
1240
1240
|
name: "VcConfirmModal",
|
|
1241
1241
|
components: {
|
|
1242
1242
|
VcModalHeader: VcModalHeader,
|
|
@@ -1308,10 +1308,10 @@ var VcModalHeader = __vue_component__$1s;var script$X = {
|
|
|
1308
1308
|
}
|
|
1309
1309
|
}
|
|
1310
1310
|
};/* script */
|
|
1311
|
-
var __vue_script__$
|
|
1311
|
+
var __vue_script__$_ = script$_;
|
|
1312
1312
|
/* template */
|
|
1313
1313
|
|
|
1314
|
-
var __vue_render__$
|
|
1314
|
+
var __vue_render__$Z = function __vue_render__() {
|
|
1315
1315
|
var _vm = this;
|
|
1316
1316
|
|
|
1317
1317
|
var _h = _vm.$createElement;
|
|
@@ -1395,31 +1395,31 @@ var __vue_render__$W = function __vue_render__() {
|
|
|
1395
1395
|
});
|
|
1396
1396
|
};
|
|
1397
1397
|
|
|
1398
|
-
var __vue_staticRenderFns__$
|
|
1398
|
+
var __vue_staticRenderFns__$Z = [];
|
|
1399
1399
|
/* style */
|
|
1400
1400
|
|
|
1401
|
-
var __vue_inject_styles__$
|
|
1401
|
+
var __vue_inject_styles__$_ = undefined;
|
|
1402
1402
|
/* scoped */
|
|
1403
1403
|
|
|
1404
|
-
var __vue_scope_id__$
|
|
1404
|
+
var __vue_scope_id__$_ = "data-v-19249dd4";
|
|
1405
1405
|
/* module identifier */
|
|
1406
1406
|
|
|
1407
|
-
var __vue_module_identifier__$
|
|
1407
|
+
var __vue_module_identifier__$_ = "data-v-19249dd4";
|
|
1408
1408
|
/* functional template */
|
|
1409
1409
|
|
|
1410
|
-
var __vue_is_functional_template__$
|
|
1410
|
+
var __vue_is_functional_template__$_ = false;
|
|
1411
1411
|
/* style inject */
|
|
1412
1412
|
|
|
1413
1413
|
/* style inject SSR */
|
|
1414
1414
|
|
|
1415
1415
|
/* style inject shadow dom */
|
|
1416
1416
|
|
|
1417
|
-
var __vue_component__$
|
|
1418
|
-
render: __vue_render__$
|
|
1419
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1420
|
-
}, __vue_inject_styles__$
|
|
1417
|
+
var __vue_component__$1v = /*#__PURE__*/normalizeComponent({
|
|
1418
|
+
render: __vue_render__$Z,
|
|
1419
|
+
staticRenderFns: __vue_staticRenderFns__$Z
|
|
1420
|
+
}, __vue_inject_styles__$_, __vue_script__$_, __vue_scope_id__$_, __vue_is_functional_template__$_, __vue_module_identifier__$_, false, undefined, undefined, undefined);
|
|
1421
1421
|
|
|
1422
|
-
var __vue_component__$
|
|
1422
|
+
var __vue_component__$1w = __vue_component__$1v;var script$Z = {
|
|
1423
1423
|
name: "VcForm",
|
|
1424
1424
|
emits: ['input', 'submit'],
|
|
1425
1425
|
methods: {
|
|
@@ -1437,30 +1437,30 @@ var __vue_component__$1r = __vue_component__$1q;var script$W = {
|
|
|
1437
1437
|
return this.form;
|
|
1438
1438
|
}
|
|
1439
1439
|
};/* script */
|
|
1440
|
-
var __vue_script__$
|
|
1440
|
+
var __vue_script__$Z = script$Z;
|
|
1441
1441
|
/* template */
|
|
1442
1442
|
|
|
1443
1443
|
/* style */
|
|
1444
1444
|
|
|
1445
|
-
var __vue_inject_styles__$
|
|
1445
|
+
var __vue_inject_styles__$Z = undefined;
|
|
1446
1446
|
/* scoped */
|
|
1447
1447
|
|
|
1448
|
-
var __vue_scope_id__$
|
|
1448
|
+
var __vue_scope_id__$Z = "data-v-6d24404f";
|
|
1449
1449
|
/* module identifier */
|
|
1450
1450
|
|
|
1451
|
-
var __vue_module_identifier__$
|
|
1451
|
+
var __vue_module_identifier__$Z = "data-v-6d24404f";
|
|
1452
1452
|
/* functional template */
|
|
1453
1453
|
|
|
1454
|
-
var __vue_is_functional_template__$
|
|
1454
|
+
var __vue_is_functional_template__$Z = undefined;
|
|
1455
1455
|
/* style inject */
|
|
1456
1456
|
|
|
1457
1457
|
/* style inject SSR */
|
|
1458
1458
|
|
|
1459
1459
|
/* style inject shadow dom */
|
|
1460
1460
|
|
|
1461
|
-
var __vue_component__$
|
|
1461
|
+
var __vue_component__$1u = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$Z, __vue_script__$Z, __vue_scope_id__$Z, __vue_is_functional_template__$Z, __vue_module_identifier__$Z, false, undefined, undefined, undefined);
|
|
1462
1462
|
|
|
1463
|
-
var VcForm = __vue_component__$
|
|
1463
|
+
var VcForm = __vue_component__$1u;var script$Y = {
|
|
1464
1464
|
name: "VcInputModal",
|
|
1465
1465
|
components: {
|
|
1466
1466
|
VcForm: VcForm,
|
|
@@ -1567,10 +1567,10 @@ var VcForm = __vue_component__$1p;var script$V = {
|
|
|
1567
1567
|
}
|
|
1568
1568
|
}
|
|
1569
1569
|
};/* script */
|
|
1570
|
-
var __vue_script__$
|
|
1570
|
+
var __vue_script__$Y = script$Y;
|
|
1571
1571
|
/* template */
|
|
1572
1572
|
|
|
1573
|
-
var __vue_render__$
|
|
1573
|
+
var __vue_render__$Y = function __vue_render__() {
|
|
1574
1574
|
var _vm = this;
|
|
1575
1575
|
|
|
1576
1576
|
var _h = _vm.$createElement;
|
|
@@ -1676,10 +1676,10 @@ var __vue_render__$V = function __vue_render__() {
|
|
|
1676
1676
|
});
|
|
1677
1677
|
};
|
|
1678
1678
|
|
|
1679
|
-
var __vue_staticRenderFns__$
|
|
1679
|
+
var __vue_staticRenderFns__$Y = [];
|
|
1680
1680
|
/* style */
|
|
1681
1681
|
|
|
1682
|
-
var __vue_inject_styles__$
|
|
1682
|
+
var __vue_inject_styles__$Y = function __vue_inject_styles__(inject) {
|
|
1683
1683
|
if (!inject) return;
|
|
1684
1684
|
inject("data-v-6ef249ab_0", {
|
|
1685
1685
|
source: ".VcInputForm-layout .VcInputForm-main[data-v-6ef249ab]{width:100%;max-width:100%;padding:var(--size-value6)}.VcInputForm-layout .VcInputForm-additional[data-v-6ef249ab]{min-width:324px;padding:var(--size-value6);background:#f8f9fb;border-left:1px solid rgba(0,0,0,.12)}",
|
|
@@ -1690,21 +1690,21 @@ var __vue_inject_styles__$V = function __vue_inject_styles__(inject) {
|
|
|
1690
1690
|
/* scoped */
|
|
1691
1691
|
|
|
1692
1692
|
|
|
1693
|
-
var __vue_scope_id__$
|
|
1693
|
+
var __vue_scope_id__$Y = "data-v-6ef249ab";
|
|
1694
1694
|
/* module identifier */
|
|
1695
1695
|
|
|
1696
|
-
var __vue_module_identifier__$
|
|
1696
|
+
var __vue_module_identifier__$Y = "data-v-6ef249ab";
|
|
1697
1697
|
/* functional template */
|
|
1698
1698
|
|
|
1699
|
-
var __vue_is_functional_template__$
|
|
1699
|
+
var __vue_is_functional_template__$Y = false;
|
|
1700
1700
|
/* style inject shadow dom */
|
|
1701
1701
|
|
|
1702
|
-
var __vue_component__$
|
|
1703
|
-
render: __vue_render__$
|
|
1704
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1705
|
-
}, __vue_inject_styles__$
|
|
1702
|
+
var __vue_component__$1s = /*#__PURE__*/normalizeComponent({
|
|
1703
|
+
render: __vue_render__$Y,
|
|
1704
|
+
staticRenderFns: __vue_staticRenderFns__$Y
|
|
1705
|
+
}, __vue_inject_styles__$Y, __vue_script__$Y, __vue_scope_id__$Y, __vue_is_functional_template__$Y, __vue_module_identifier__$Y, false, undefined, createInjectorSSR, undefined);
|
|
1706
1706
|
|
|
1707
|
-
var __vue_component__$
|
|
1707
|
+
var __vue_component__$1t = __vue_component__$1s;var script$X = {
|
|
1708
1708
|
name: "VcImage",
|
|
1709
1709
|
components: {
|
|
1710
1710
|
VcLayout: VcLayout
|
|
@@ -1720,10 +1720,10 @@ var __vue_component__$1o = __vue_component__$1n;var script$U = {
|
|
|
1720
1720
|
}
|
|
1721
1721
|
}
|
|
1722
1722
|
};/* script */
|
|
1723
|
-
var __vue_script__$
|
|
1723
|
+
var __vue_script__$X = script$X;
|
|
1724
1724
|
/* template */
|
|
1725
1725
|
|
|
1726
|
-
var __vue_render__$
|
|
1726
|
+
var __vue_render__$X = function __vue_render__() {
|
|
1727
1727
|
var _vm = this;
|
|
1728
1728
|
|
|
1729
1729
|
var _h = _vm.$createElement;
|
|
@@ -1747,10 +1747,10 @@ var __vue_render__$U = function __vue_render__() {
|
|
|
1747
1747
|
})], 1);
|
|
1748
1748
|
};
|
|
1749
1749
|
|
|
1750
|
-
var __vue_staticRenderFns__$
|
|
1750
|
+
var __vue_staticRenderFns__$X = [];
|
|
1751
1751
|
/* style */
|
|
1752
1752
|
|
|
1753
|
-
var __vue_inject_styles__$
|
|
1753
|
+
var __vue_inject_styles__$X = function __vue_inject_styles__(inject) {
|
|
1754
1754
|
if (!inject) return;
|
|
1755
1755
|
inject("data-v-46be532e_0", {
|
|
1756
1756
|
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%}",
|
|
@@ -1761,21 +1761,21 @@ var __vue_inject_styles__$U = function __vue_inject_styles__(inject) {
|
|
|
1761
1761
|
/* scoped */
|
|
1762
1762
|
|
|
1763
1763
|
|
|
1764
|
-
var __vue_scope_id__$
|
|
1764
|
+
var __vue_scope_id__$X = "data-v-46be532e";
|
|
1765
1765
|
/* module identifier */
|
|
1766
1766
|
|
|
1767
|
-
var __vue_module_identifier__$
|
|
1767
|
+
var __vue_module_identifier__$X = "data-v-46be532e";
|
|
1768
1768
|
/* functional template */
|
|
1769
1769
|
|
|
1770
|
-
var __vue_is_functional_template__$
|
|
1770
|
+
var __vue_is_functional_template__$X = false;
|
|
1771
1771
|
/* style inject shadow dom */
|
|
1772
1772
|
|
|
1773
|
-
var __vue_component__$
|
|
1774
|
-
render: __vue_render__$
|
|
1775
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1776
|
-
}, __vue_inject_styles__$
|
|
1773
|
+
var __vue_component__$1r = /*#__PURE__*/normalizeComponent({
|
|
1774
|
+
render: __vue_render__$X,
|
|
1775
|
+
staticRenderFns: __vue_staticRenderFns__$X
|
|
1776
|
+
}, __vue_inject_styles__$X, __vue_script__$X, __vue_scope_id__$X, __vue_is_functional_template__$X, __vue_module_identifier__$X, false, undefined, createInjectorSSR, undefined);
|
|
1777
1777
|
|
|
1778
|
-
var VcImage = __vue_component__$
|
|
1778
|
+
var VcImage = __vue_component__$1r;var script$W = {
|
|
1779
1779
|
name: "VcNoticeModal",
|
|
1780
1780
|
components: {
|
|
1781
1781
|
VcImage: VcImage,
|
|
@@ -1846,10 +1846,10 @@ var VcImage = __vue_component__$1m;var script$T = {
|
|
|
1846
1846
|
}
|
|
1847
1847
|
}
|
|
1848
1848
|
};/* script */
|
|
1849
|
-
var __vue_script__$
|
|
1849
|
+
var __vue_script__$W = script$W;
|
|
1850
1850
|
/* template */
|
|
1851
1851
|
|
|
1852
|
-
var __vue_render__$
|
|
1852
|
+
var __vue_render__$W = function __vue_render__() {
|
|
1853
1853
|
var _vm = this;
|
|
1854
1854
|
|
|
1855
1855
|
var _h = _vm.$createElement;
|
|
@@ -1937,10 +1937,10 @@ var __vue_render__$T = function __vue_render__() {
|
|
|
1937
1937
|
});
|
|
1938
1938
|
};
|
|
1939
1939
|
|
|
1940
|
-
var __vue_staticRenderFns__$
|
|
1940
|
+
var __vue_staticRenderFns__$W = [];
|
|
1941
1941
|
/* style */
|
|
1942
1942
|
|
|
1943
|
-
var __vue_inject_styles__$
|
|
1943
|
+
var __vue_inject_styles__$W = function __vue_inject_styles__(inject) {
|
|
1944
1944
|
if (!inject) return;
|
|
1945
1945
|
inject("data-v-5ea9b7a2_0", {
|
|
1946
1946
|
source: ".VcNoticeImage[data-v-5ea9b7a2]{margin-bottom:var(--size-value4)}.VcNoticeImage.md[data-v-5ea9b7a2],.VcNoticeImage.responsive[data-v-5ea9b7a2],.VcNoticeImage.sm[data-v-5ea9b7a2]{height:160px}.VcNoticeImage.lg[data-v-5ea9b7a2]{height:208px}.VcNoticeContent[data-v-5ea9b7a2],.VcNoticeHeader[data-v-5ea9b7a2],.VcNoticeSubtitle[data-v-5ea9b7a2]{text-align:center;line-height:24px}.VcNoticeHeader[data-v-5ea9b7a2]{text-align:center;align-items:center;font-size:18px;font-weight:600;line-height:28px}@media screen and (min-width:960px){.VcNoticeHeader[data-v-5ea9b7a2]{font-size:24px;font-weight:800;line-height:var(--size-value10)}}.VcNoticeHeader .VcNoticeHeaderText[data-v-5ea9b7a2]{padding-bottom:var(--size-value2)}.VcNoticeHeader.prominent .VcNoticeHeaderText[data-v-5ea9b7a2]{font-size:18px;font-weight:600}.VcNoticeSubtitle[data-v-5ea9b7a2]{font-size:15px;font-weight:var(--font-weight-medium);line-height:var(--size-value6)}@media screen and (min-width:960px){.VcNoticeSubtitle[data-v-5ea9b7a2]{font-size:var(--font-size-small)}}.VcNoticeSubtitle.prominent[data-v-5ea9b7a2]{font-size:15px}.VcNoticeContent[data-v-5ea9b7a2]{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-5ea9b7a2]{line-height:21px;font-size:14px}}.VcNoticeFooter[data-v-5ea9b7a2]{padding-bottom:var(--size-value10)}",
|
|
@@ -1951,21 +1951,21 @@ var __vue_inject_styles__$T = function __vue_inject_styles__(inject) {
|
|
|
1951
1951
|
/* scoped */
|
|
1952
1952
|
|
|
1953
1953
|
|
|
1954
|
-
var __vue_scope_id__$
|
|
1954
|
+
var __vue_scope_id__$W = "data-v-5ea9b7a2";
|
|
1955
1955
|
/* module identifier */
|
|
1956
1956
|
|
|
1957
|
-
var __vue_module_identifier__$
|
|
1957
|
+
var __vue_module_identifier__$W = "data-v-5ea9b7a2";
|
|
1958
1958
|
/* functional template */
|
|
1959
1959
|
|
|
1960
|
-
var __vue_is_functional_template__$
|
|
1960
|
+
var __vue_is_functional_template__$W = false;
|
|
1961
1961
|
/* style inject shadow dom */
|
|
1962
1962
|
|
|
1963
|
-
var __vue_component__$
|
|
1964
|
-
render: __vue_render__$
|
|
1965
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1966
|
-
}, __vue_inject_styles__$
|
|
1963
|
+
var __vue_component__$1p = /*#__PURE__*/normalizeComponent({
|
|
1964
|
+
render: __vue_render__$W,
|
|
1965
|
+
staticRenderFns: __vue_staticRenderFns__$W
|
|
1966
|
+
}, __vue_inject_styles__$W, __vue_script__$W, __vue_scope_id__$W, __vue_is_functional_template__$W, __vue_module_identifier__$W, false, undefined, createInjectorSSR, undefined);
|
|
1967
1967
|
|
|
1968
|
-
var __vue_component__$
|
|
1968
|
+
var __vue_component__$1q = __vue_component__$1p;var script$V = {
|
|
1969
1969
|
name: "VcAlert",
|
|
1970
1970
|
components: {
|
|
1971
1971
|
VcIcon: VcIcon,
|
|
@@ -2061,10 +2061,10 @@ var __vue_component__$1l = __vue_component__$1k;var script$S = {
|
|
|
2061
2061
|
}
|
|
2062
2062
|
}
|
|
2063
2063
|
};/* script */
|
|
2064
|
-
var __vue_script__$
|
|
2064
|
+
var __vue_script__$V = script$V;
|
|
2065
2065
|
/* template */
|
|
2066
2066
|
|
|
2067
|
-
var __vue_render__$
|
|
2067
|
+
var __vue_render__$V = function __vue_render__() {
|
|
2068
2068
|
var _vm = this;
|
|
2069
2069
|
|
|
2070
2070
|
var _h = _vm.$createElement;
|
|
@@ -2134,10 +2134,10 @@ var __vue_render__$S = function __vue_render__() {
|
|
|
2134
2134
|
}) : _vm._e()], 1);
|
|
2135
2135
|
};
|
|
2136
2136
|
|
|
2137
|
-
var __vue_staticRenderFns__$
|
|
2137
|
+
var __vue_staticRenderFns__$V = [];
|
|
2138
2138
|
/* style */
|
|
2139
2139
|
|
|
2140
|
-
var __vue_inject_styles__$
|
|
2140
|
+
var __vue_inject_styles__$V = function __vue_inject_styles__(inject) {
|
|
2141
2141
|
if (!inject) return;
|
|
2142
2142
|
inject("data-v-7847c9c0_0", {
|
|
2143
2143
|
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)}",
|
|
@@ -2148,21 +2148,21 @@ var __vue_inject_styles__$S = function __vue_inject_styles__(inject) {
|
|
|
2148
2148
|
/* scoped */
|
|
2149
2149
|
|
|
2150
2150
|
|
|
2151
|
-
var __vue_scope_id__$
|
|
2151
|
+
var __vue_scope_id__$V = undefined;
|
|
2152
2152
|
/* module identifier */
|
|
2153
2153
|
|
|
2154
|
-
var __vue_module_identifier__$
|
|
2154
|
+
var __vue_module_identifier__$V = "data-v-7847c9c0";
|
|
2155
2155
|
/* functional template */
|
|
2156
2156
|
|
|
2157
|
-
var __vue_is_functional_template__$
|
|
2157
|
+
var __vue_is_functional_template__$V = false;
|
|
2158
2158
|
/* style inject shadow dom */
|
|
2159
2159
|
|
|
2160
|
-
var __vue_component__$
|
|
2161
|
-
render: __vue_render__$
|
|
2162
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2163
|
-
}, __vue_inject_styles__$
|
|
2160
|
+
var __vue_component__$1o = /*#__PURE__*/normalizeComponent({
|
|
2161
|
+
render: __vue_render__$V,
|
|
2162
|
+
staticRenderFns: __vue_staticRenderFns__$V
|
|
2163
|
+
}, __vue_inject_styles__$V, __vue_script__$V, __vue_scope_id__$V, __vue_is_functional_template__$V, __vue_module_identifier__$V, false, undefined, createInjectorSSR, undefined);
|
|
2164
2164
|
|
|
2165
|
-
var VcAlert = __vue_component__$
|
|
2165
|
+
var VcAlert = __vue_component__$1o;var script$U = {
|
|
2166
2166
|
name: "VcTooltip",
|
|
2167
2167
|
components: {
|
|
2168
2168
|
VcIcon: VcIcon,
|
|
@@ -2216,10 +2216,10 @@ var VcAlert = __vue_component__$1j;var script$R = {
|
|
|
2216
2216
|
}
|
|
2217
2217
|
}
|
|
2218
2218
|
};/* script */
|
|
2219
|
-
var __vue_script__$
|
|
2219
|
+
var __vue_script__$U = script$U;
|
|
2220
2220
|
/* template */
|
|
2221
2221
|
|
|
2222
|
-
var __vue_render__$
|
|
2222
|
+
var __vue_render__$U = function __vue_render__() {
|
|
2223
2223
|
var _vm = this;
|
|
2224
2224
|
|
|
2225
2225
|
var _h = _vm.$createElement;
|
|
@@ -2284,10 +2284,10 @@ var __vue_render__$R = function __vue_render__() {
|
|
|
2284
2284
|
})], 2)])])])], 1);
|
|
2285
2285
|
};
|
|
2286
2286
|
|
|
2287
|
-
var __vue_staticRenderFns__$
|
|
2287
|
+
var __vue_staticRenderFns__$U = [];
|
|
2288
2288
|
/* style */
|
|
2289
2289
|
|
|
2290
|
-
var __vue_inject_styles__$
|
|
2290
|
+
var __vue_inject_styles__$U = function __vue_inject_styles__(inject) {
|
|
2291
2291
|
if (!inject) return;
|
|
2292
2292
|
inject("data-v-1b8fb20c_0", {
|
|
2293
2293
|
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}",
|
|
@@ -2298,21 +2298,21 @@ var __vue_inject_styles__$R = function __vue_inject_styles__(inject) {
|
|
|
2298
2298
|
/* scoped */
|
|
2299
2299
|
|
|
2300
2300
|
|
|
2301
|
-
var __vue_scope_id__$
|
|
2301
|
+
var __vue_scope_id__$U = undefined;
|
|
2302
2302
|
/* module identifier */
|
|
2303
2303
|
|
|
2304
|
-
var __vue_module_identifier__$
|
|
2304
|
+
var __vue_module_identifier__$U = "data-v-1b8fb20c";
|
|
2305
2305
|
/* functional template */
|
|
2306
2306
|
|
|
2307
|
-
var __vue_is_functional_template__$
|
|
2307
|
+
var __vue_is_functional_template__$U = false;
|
|
2308
2308
|
/* style inject shadow dom */
|
|
2309
2309
|
|
|
2310
|
-
var __vue_component__$
|
|
2311
|
-
render: __vue_render__$
|
|
2312
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2313
|
-
}, __vue_inject_styles__$
|
|
2310
|
+
var __vue_component__$1n = /*#__PURE__*/normalizeComponent({
|
|
2311
|
+
render: __vue_render__$U,
|
|
2312
|
+
staticRenderFns: __vue_staticRenderFns__$U
|
|
2313
|
+
}, __vue_inject_styles__$U, __vue_script__$U, __vue_scope_id__$U, __vue_is_functional_template__$U, __vue_module_identifier__$U, false, undefined, createInjectorSSR, undefined);
|
|
2314
2314
|
|
|
2315
|
-
var VcTooltip = __vue_component__$
|
|
2315
|
+
var VcTooltip = __vue_component__$1n;var script$T = {
|
|
2316
2316
|
name: "VcIconWithTooltip",
|
|
2317
2317
|
components: {
|
|
2318
2318
|
VcTooltip: VcTooltip,
|
|
@@ -2371,10 +2371,10 @@ var VcTooltip = __vue_component__$1i;var script$Q = {
|
|
|
2371
2371
|
}
|
|
2372
2372
|
}
|
|
2373
2373
|
};/* script */
|
|
2374
|
-
var __vue_script__$
|
|
2374
|
+
var __vue_script__$T = script$T;
|
|
2375
2375
|
/* template */
|
|
2376
2376
|
|
|
2377
|
-
var __vue_render__$
|
|
2377
|
+
var __vue_render__$T = function __vue_render__() {
|
|
2378
2378
|
var _vm = this;
|
|
2379
2379
|
|
|
2380
2380
|
var _h = _vm.$createElement;
|
|
@@ -2404,10 +2404,10 @@ var __vue_render__$Q = function __vue_render__() {
|
|
|
2404
2404
|
}, [_vm._v("\n " + _vm._s(_vm.getIcon) + "\n ")])]], 2);
|
|
2405
2405
|
};
|
|
2406
2406
|
|
|
2407
|
-
var __vue_staticRenderFns__$
|
|
2407
|
+
var __vue_staticRenderFns__$T = [];
|
|
2408
2408
|
/* style */
|
|
2409
2409
|
|
|
2410
|
-
var __vue_inject_styles__$
|
|
2410
|
+
var __vue_inject_styles__$T = function __vue_inject_styles__(inject) {
|
|
2411
2411
|
if (!inject) return;
|
|
2412
2412
|
inject("data-v-7193d7d6_0", {
|
|
2413
2413
|
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)}",
|
|
@@ -2418,21 +2418,21 @@ var __vue_inject_styles__$Q = function __vue_inject_styles__(inject) {
|
|
|
2418
2418
|
/* scoped */
|
|
2419
2419
|
|
|
2420
2420
|
|
|
2421
|
-
var __vue_scope_id__$
|
|
2421
|
+
var __vue_scope_id__$T = undefined;
|
|
2422
2422
|
/* module identifier */
|
|
2423
2423
|
|
|
2424
|
-
var __vue_module_identifier__$
|
|
2424
|
+
var __vue_module_identifier__$T = "data-v-7193d7d6";
|
|
2425
2425
|
/* functional template */
|
|
2426
2426
|
|
|
2427
|
-
var __vue_is_functional_template__$
|
|
2427
|
+
var __vue_is_functional_template__$T = false;
|
|
2428
2428
|
/* style inject shadow dom */
|
|
2429
2429
|
|
|
2430
|
-
var __vue_component__$
|
|
2431
|
-
render: __vue_render__$
|
|
2432
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2433
|
-
}, __vue_inject_styles__$
|
|
2430
|
+
var __vue_component__$1m = /*#__PURE__*/normalizeComponent({
|
|
2431
|
+
render: __vue_render__$T,
|
|
2432
|
+
staticRenderFns: __vue_staticRenderFns__$T
|
|
2433
|
+
}, __vue_inject_styles__$T, __vue_script__$T, __vue_scope_id__$T, __vue_is_functional_template__$T, __vue_module_identifier__$T, false, undefined, createInjectorSSR, undefined);
|
|
2434
2434
|
|
|
2435
|
-
var VcIconWithTooltip = __vue_component__$
|
|
2435
|
+
var VcIconWithTooltip = __vue_component__$1m;var script$S = {
|
|
2436
2436
|
components: {
|
|
2437
2437
|
VcImage: VcImage,
|
|
2438
2438
|
VIcon: lib.VIcon,
|
|
@@ -2561,10 +2561,10 @@ var VcIconWithTooltip = __vue_component__$1h;var script$P = {
|
|
|
2561
2561
|
}
|
|
2562
2562
|
}
|
|
2563
2563
|
};/* script */
|
|
2564
|
-
var __vue_script__$
|
|
2564
|
+
var __vue_script__$S = script$S;
|
|
2565
2565
|
/* template */
|
|
2566
2566
|
|
|
2567
|
-
var __vue_render__$
|
|
2567
|
+
var __vue_render__$S = function __vue_render__() {
|
|
2568
2568
|
var _vm = this;
|
|
2569
2569
|
|
|
2570
2570
|
var _h = _vm.$createElement;
|
|
@@ -2614,10 +2614,10 @@ var __vue_render__$P = function __vue_render__() {
|
|
|
2614
2614
|
}, [_vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.lightModeTooltip))])])], 1);
|
|
2615
2615
|
};
|
|
2616
2616
|
|
|
2617
|
-
var __vue_staticRenderFns__$
|
|
2617
|
+
var __vue_staticRenderFns__$S = [];
|
|
2618
2618
|
/* style */
|
|
2619
2619
|
|
|
2620
|
-
var __vue_inject_styles__$
|
|
2620
|
+
var __vue_inject_styles__$S = function __vue_inject_styles__(inject) {
|
|
2621
2621
|
if (!inject) return;
|
|
2622
2622
|
inject("data-v-34bb963a_0", {
|
|
2623
2623
|
source: "[data-v-34bb963a]: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-34bb963a]{position:relative;border-radius:50%;text-align:center;color:var(--modal-bg-color)}.avatar-wrapper.show-border[data-v-34bb963a]{border:1px solid var(--modal-bg-color)}.avatar-wrapper.vc-disabled[data-v-34bb963a]{filter:grayscale(100%)}.avatar-wrapper.light-mode[data-v-34bb963a]{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-34bb963a]{height:var(--avatar-x-sm);width:var(--avatar-x-sm);font-size:var(--font-size-xxx-small)}.avatar-wrapper.sm[data-v-34bb963a]{height:var(--avatar-sm);width:var(--avatar-sm);font-size:var(--font-size-xx-small)}.avatar-wrapper.md[data-v-34bb963a]{height:var(--avatar-md);width:var(--avatar-md);font-size:var(--font-size-small)}.avatar-wrapper.lg[data-v-34bb963a]{height:var(--avatar-lg);width:var(--avatar-lg);font-size:var(--font-size-small3)}.avatar-wrapper .avatar-image[data-v-34bb963a]{height:100%;width:100%;border-radius:50%;overflow:hidden}.avatar-wrapper .avatar-image[data-v-34bb963a] svg{height:100%}.avatar-wrapper .avatar-image[data-v-34bb963a] img{height:100%}.avatar-wrapper .avatar-initials[data-v-34bb963a]{position:relative;top:50%;font-weight:var(--font-weight-medium2);transform:translateY(-50%)}.avatar-wrapper .badge[data-v-34bb963a]{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-34bb963a]{--gap:var(--size-value1)}.avatar-wrapper .badge.sm[data-v-34bb963a]{--gap:var(--size-value1)}.avatar-wrapper .badge.md[data-v-34bb963a]{--gap:2px}.avatar-wrapper .badge.lg[data-v-34bb963a]{--gap:var(--size-value0)}.avatar-wrapper .badge.right[data-v-34bb963a]{left:unset;right:calc(var(--gap) * -1)}.avatar-wrapper .badge.confirmed[data-v-34bb963a]{border:2px var(--modal-bg-color) solid}.color-0[data-v-34bb963a]{background-color:#fed62f}.color-1[data-v-34bb963a]{background-color:#fec22e}.color-2[data-v-34bb963a]{background-color:#feac2a}.color-3[data-v-34bb963a]{background-color:#fe9a28}.color-4[data-v-34bb963a]{background-color:#fd7024}.color-5[data-v-34bb963a]{background-color:#fd5b32}.color-6[data-v-34bb963a]{background-color:#f2483f}.color-7[data-v-34bb963a]{background-color:#dc331b}.color-8[data-v-34bb963a]{background-color:#d41419}.color-9[data-v-34bb963a]{background-color:#e72866}.color-10[data-v-34bb963a]{background-color:#c41c63}.color-11[data-v-34bb963a]{background-color:#9b2bae}.color-12[data-v-34bb963a]{background-color:#673bb5}.color-13[data-v-34bb963a]{background-color:#7c4efc}.color-14[data-v-34bb963a]{background-color:#4051b3}.color-15[data-v-34bb963a]{background-color:#311b92}.color-16[data-v-34bb963a]{background-color:#2d62fb}.color-17[data-v-34bb963a]{background-color:#5c6bc0}.color-18[data-v-34bb963a]{background-color:#17a8f1}.color-19[data-v-34bb963a]{background-color:#17bbd2}.color-20[data-v-34bb963a]{background-color:#14abbf}.color-21[data-v-34bb963a]{background-color:#0f9587}.color-22[data-v-34bb963a]{background-color:#16bea5}.color-23[data-v-34bb963a]{background-color:#4eae53}.color-24[data-v-34bb963a]{background-color:#3a8d3f}.color-25[data-v-34bb963a]{background-color:#8cc250}.color-26[data-v-34bb963a]{background-color:#66bb6a}.color-27[data-v-34bb963a]{background-color:#880e4f}.color-28[data-v-34bb963a]{background-color:#1565c0}.color-29[data-v-34bb963a]{background-color:#1e88e5}.color-9999[data-v-34bb963a]{background-color:#4675d9}",
|
|
@@ -2628,21 +2628,21 @@ var __vue_inject_styles__$P = function __vue_inject_styles__(inject) {
|
|
|
2628
2628
|
/* scoped */
|
|
2629
2629
|
|
|
2630
2630
|
|
|
2631
|
-
var __vue_scope_id__$
|
|
2631
|
+
var __vue_scope_id__$S = "data-v-34bb963a";
|
|
2632
2632
|
/* module identifier */
|
|
2633
2633
|
|
|
2634
|
-
var __vue_module_identifier__$
|
|
2634
|
+
var __vue_module_identifier__$S = "data-v-34bb963a";
|
|
2635
2635
|
/* functional template */
|
|
2636
2636
|
|
|
2637
|
-
var __vue_is_functional_template__$
|
|
2637
|
+
var __vue_is_functional_template__$S = false;
|
|
2638
2638
|
/* style inject shadow dom */
|
|
2639
2639
|
|
|
2640
|
-
var __vue_component__$
|
|
2641
|
-
render: __vue_render__$
|
|
2642
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2643
|
-
}, __vue_inject_styles__$
|
|
2640
|
+
var __vue_component__$1l = /*#__PURE__*/normalizeComponent({
|
|
2641
|
+
render: __vue_render__$S,
|
|
2642
|
+
staticRenderFns: __vue_staticRenderFns__$S
|
|
2643
|
+
}, __vue_inject_styles__$S, __vue_script__$S, __vue_scope_id__$S, __vue_is_functional_template__$S, __vue_module_identifier__$S, false, undefined, createInjectorSSR, undefined);
|
|
2644
2644
|
|
|
2645
|
-
var VcAvatar = __vue_component__$
|
|
2645
|
+
var VcAvatar = __vue_component__$1l;var script$R = {
|
|
2646
2646
|
name: "VcBottomActions",
|
|
2647
2647
|
components: {
|
|
2648
2648
|
VcLayout: VcLayout,
|
|
@@ -2701,10 +2701,10 @@ var VcAvatar = __vue_component__$1g;var script$O = {
|
|
|
2701
2701
|
}
|
|
2702
2702
|
}
|
|
2703
2703
|
};/* script */
|
|
2704
|
-
var __vue_script__$
|
|
2704
|
+
var __vue_script__$R = script$R;
|
|
2705
2705
|
/* template */
|
|
2706
2706
|
|
|
2707
|
-
var __vue_render__$
|
|
2707
|
+
var __vue_render__$R = function __vue_render__() {
|
|
2708
2708
|
var _vm = this;
|
|
2709
2709
|
|
|
2710
2710
|
var _h = _vm.$createElement;
|
|
@@ -2790,10 +2790,10 @@ var __vue_render__$O = function __vue_render__() {
|
|
|
2790
2790
|
}), 1)], 1)], 1);
|
|
2791
2791
|
};
|
|
2792
2792
|
|
|
2793
|
-
var __vue_staticRenderFns__$
|
|
2793
|
+
var __vue_staticRenderFns__$R = [];
|
|
2794
2794
|
/* style */
|
|
2795
2795
|
|
|
2796
|
-
var __vue_inject_styles__$
|
|
2796
|
+
var __vue_inject_styles__$R = function __vue_inject_styles__(inject) {
|
|
2797
2797
|
if (!inject) return;
|
|
2798
2798
|
inject("data-v-e8f8621a_0", {
|
|
2799
2799
|
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)}",
|
|
@@ -2804,21 +2804,21 @@ var __vue_inject_styles__$O = function __vue_inject_styles__(inject) {
|
|
|
2804
2804
|
/* scoped */
|
|
2805
2805
|
|
|
2806
2806
|
|
|
2807
|
-
var __vue_scope_id__$
|
|
2807
|
+
var __vue_scope_id__$R = undefined;
|
|
2808
2808
|
/* module identifier */
|
|
2809
2809
|
|
|
2810
|
-
var __vue_module_identifier__$
|
|
2810
|
+
var __vue_module_identifier__$R = "data-v-e8f8621a";
|
|
2811
2811
|
/* functional template */
|
|
2812
2812
|
|
|
2813
|
-
var __vue_is_functional_template__$
|
|
2813
|
+
var __vue_is_functional_template__$R = false;
|
|
2814
2814
|
/* style inject shadow dom */
|
|
2815
2815
|
|
|
2816
|
-
var __vue_component__$
|
|
2817
|
-
render: __vue_render__$
|
|
2818
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2819
|
-
}, __vue_inject_styles__$
|
|
2816
|
+
var __vue_component__$1k = /*#__PURE__*/normalizeComponent({
|
|
2817
|
+
render: __vue_render__$R,
|
|
2818
|
+
staticRenderFns: __vue_staticRenderFns__$R
|
|
2819
|
+
}, __vue_inject_styles__$R, __vue_script__$R, __vue_scope_id__$R, __vue_is_functional_template__$R, __vue_module_identifier__$R, false, undefined, createInjectorSSR, undefined);
|
|
2820
2820
|
|
|
2821
|
-
var VcBottomActions = __vue_component__$
|
|
2821
|
+
var VcBottomActions = __vue_component__$1k;var script$Q = {
|
|
2822
2822
|
name: "VcActionList",
|
|
2823
2823
|
components: {
|
|
2824
2824
|
VcLayout: VcLayout,
|
|
@@ -2852,10 +2852,10 @@ var VcBottomActions = __vue_component__$1f;var script$N = {
|
|
|
2852
2852
|
}
|
|
2853
2853
|
}
|
|
2854
2854
|
};/* script */
|
|
2855
|
-
var __vue_script__$
|
|
2855
|
+
var __vue_script__$Q = script$Q;
|
|
2856
2856
|
/* template */
|
|
2857
2857
|
|
|
2858
|
-
var __vue_render__$
|
|
2858
|
+
var __vue_render__$Q = function __vue_render__() {
|
|
2859
2859
|
var _vm = this;
|
|
2860
2860
|
|
|
2861
2861
|
var _h = _vm.$createElement;
|
|
@@ -2907,10 +2907,10 @@ var __vue_render__$N = function __vue_render__() {
|
|
|
2907
2907
|
}), 1)], 1)], 1);
|
|
2908
2908
|
};
|
|
2909
2909
|
|
|
2910
|
-
var __vue_staticRenderFns__$
|
|
2910
|
+
var __vue_staticRenderFns__$Q = [];
|
|
2911
2911
|
/* style */
|
|
2912
2912
|
|
|
2913
|
-
var __vue_inject_styles__$
|
|
2913
|
+
var __vue_inject_styles__$Q = function __vue_inject_styles__(inject) {
|
|
2914
2914
|
if (!inject) return;
|
|
2915
2915
|
inject("data-v-500d77ad_0", {
|
|
2916
2916
|
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)}",
|
|
@@ -2921,21 +2921,21 @@ var __vue_inject_styles__$N = function __vue_inject_styles__(inject) {
|
|
|
2921
2921
|
/* scoped */
|
|
2922
2922
|
|
|
2923
2923
|
|
|
2924
|
-
var __vue_scope_id__$
|
|
2924
|
+
var __vue_scope_id__$Q = undefined;
|
|
2925
2925
|
/* module identifier */
|
|
2926
2926
|
|
|
2927
|
-
var __vue_module_identifier__$
|
|
2927
|
+
var __vue_module_identifier__$Q = "data-v-500d77ad";
|
|
2928
2928
|
/* functional template */
|
|
2929
2929
|
|
|
2930
|
-
var __vue_is_functional_template__$
|
|
2930
|
+
var __vue_is_functional_template__$Q = false;
|
|
2931
2931
|
/* style inject shadow dom */
|
|
2932
2932
|
|
|
2933
|
-
var __vue_component__$
|
|
2934
|
-
render: __vue_render__$
|
|
2935
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2936
|
-
}, __vue_inject_styles__$
|
|
2933
|
+
var __vue_component__$1j = /*#__PURE__*/normalizeComponent({
|
|
2934
|
+
render: __vue_render__$Q,
|
|
2935
|
+
staticRenderFns: __vue_staticRenderFns__$Q
|
|
2936
|
+
}, __vue_inject_styles__$Q, __vue_script__$Q, __vue_scope_id__$Q, __vue_is_functional_template__$Q, __vue_module_identifier__$Q, false, undefined, createInjectorSSR, undefined);
|
|
2937
2937
|
|
|
2938
|
-
var VcActionList = __vue_component__$
|
|
2938
|
+
var VcActionList = __vue_component__$1j;var script$P = {
|
|
2939
2939
|
name: "VcActions",
|
|
2940
2940
|
components: {
|
|
2941
2941
|
VcIcon: VcIcon,
|
|
@@ -2998,10 +2998,10 @@ var VcActionList = __vue_component__$1e;var script$M = {
|
|
|
2998
2998
|
}
|
|
2999
2999
|
}
|
|
3000
3000
|
};/* script */
|
|
3001
|
-
var __vue_script__$
|
|
3001
|
+
var __vue_script__$P = script$P;
|
|
3002
3002
|
/* template */
|
|
3003
3003
|
|
|
3004
|
-
var __vue_render__$
|
|
3004
|
+
var __vue_render__$P = function __vue_render__() {
|
|
3005
3005
|
var _vm = this;
|
|
3006
3006
|
|
|
3007
3007
|
var _h = _vm.$createElement;
|
|
@@ -3045,31 +3045,31 @@ var __vue_render__$M = function __vue_render__() {
|
|
|
3045
3045
|
}, 'component', _vm.$props, false));
|
|
3046
3046
|
};
|
|
3047
3047
|
|
|
3048
|
-
var __vue_staticRenderFns__$
|
|
3048
|
+
var __vue_staticRenderFns__$P = [];
|
|
3049
3049
|
/* style */
|
|
3050
3050
|
|
|
3051
|
-
var __vue_inject_styles__$
|
|
3051
|
+
var __vue_inject_styles__$P = undefined;
|
|
3052
3052
|
/* scoped */
|
|
3053
3053
|
|
|
3054
|
-
var __vue_scope_id__$
|
|
3054
|
+
var __vue_scope_id__$P = undefined;
|
|
3055
3055
|
/* module identifier */
|
|
3056
3056
|
|
|
3057
|
-
var __vue_module_identifier__$
|
|
3057
|
+
var __vue_module_identifier__$P = "data-v-03a173ee";
|
|
3058
3058
|
/* functional template */
|
|
3059
3059
|
|
|
3060
|
-
var __vue_is_functional_template__$
|
|
3060
|
+
var __vue_is_functional_template__$P = false;
|
|
3061
3061
|
/* style inject */
|
|
3062
3062
|
|
|
3063
3063
|
/* style inject SSR */
|
|
3064
3064
|
|
|
3065
3065
|
/* style inject shadow dom */
|
|
3066
3066
|
|
|
3067
|
-
var __vue_component__$
|
|
3068
|
-
render: __vue_render__$
|
|
3069
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3070
|
-
}, __vue_inject_styles__$
|
|
3067
|
+
var __vue_component__$1i = /*#__PURE__*/normalizeComponent({
|
|
3068
|
+
render: __vue_render__$P,
|
|
3069
|
+
staticRenderFns: __vue_staticRenderFns__$P
|
|
3070
|
+
}, __vue_inject_styles__$P, __vue_script__$P, __vue_scope_id__$P, __vue_is_functional_template__$P, __vue_module_identifier__$P, false, undefined, undefined, undefined);
|
|
3071
3071
|
|
|
3072
|
-
var VcActions = __vue_component__$
|
|
3072
|
+
var VcActions = __vue_component__$1i;//
|
|
3073
3073
|
//
|
|
3074
3074
|
//
|
|
3075
3075
|
//
|
|
@@ -3092,7 +3092,7 @@ var VcActions = __vue_component__$1d;//
|
|
|
3092
3092
|
//
|
|
3093
3093
|
//
|
|
3094
3094
|
//
|
|
3095
|
-
var script$
|
|
3095
|
+
var script$O = {
|
|
3096
3096
|
components: {
|
|
3097
3097
|
VStepperStep: lib.VStepperStep,
|
|
3098
3098
|
VStepper: lib.VStepper
|
|
@@ -3164,10 +3164,10 @@ var script$L = {
|
|
|
3164
3164
|
}
|
|
3165
3165
|
}
|
|
3166
3166
|
};/* script */
|
|
3167
|
-
var __vue_script__$
|
|
3167
|
+
var __vue_script__$O = script$O;
|
|
3168
3168
|
/* template */
|
|
3169
3169
|
|
|
3170
|
-
var __vue_render__$
|
|
3170
|
+
var __vue_render__$O = function __vue_render__() {
|
|
3171
3171
|
var _vm = this;
|
|
3172
3172
|
|
|
3173
3173
|
var _h = _vm.$createElement;
|
|
@@ -3206,10 +3206,10 @@ var __vue_render__$L = function __vue_render__() {
|
|
|
3206
3206
|
})], 2)], 1);
|
|
3207
3207
|
};
|
|
3208
3208
|
|
|
3209
|
-
var __vue_staticRenderFns__$
|
|
3209
|
+
var __vue_staticRenderFns__$O = [];
|
|
3210
3210
|
/* style */
|
|
3211
3211
|
|
|
3212
|
-
var __vue_inject_styles__$
|
|
3212
|
+
var __vue_inject_styles__$O = function __vue_inject_styles__(inject) {
|
|
3213
3213
|
if (!inject) return;
|
|
3214
3214
|
inject("data-v-d21a486c_0", {
|
|
3215
3215
|
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)}",
|
|
@@ -3220,21 +3220,21 @@ var __vue_inject_styles__$L = function __vue_inject_styles__(inject) {
|
|
|
3220
3220
|
/* scoped */
|
|
3221
3221
|
|
|
3222
3222
|
|
|
3223
|
-
var __vue_scope_id__$
|
|
3223
|
+
var __vue_scope_id__$O = "data-v-d21a486c";
|
|
3224
3224
|
/* module identifier */
|
|
3225
3225
|
|
|
3226
|
-
var __vue_module_identifier__$
|
|
3226
|
+
var __vue_module_identifier__$O = "data-v-d21a486c";
|
|
3227
3227
|
/* functional template */
|
|
3228
3228
|
|
|
3229
|
-
var __vue_is_functional_template__$
|
|
3229
|
+
var __vue_is_functional_template__$O = false;
|
|
3230
3230
|
/* style inject shadow dom */
|
|
3231
3231
|
|
|
3232
|
-
var __vue_component__$
|
|
3233
|
-
render: __vue_render__$
|
|
3234
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3235
|
-
}, __vue_inject_styles__$
|
|
3232
|
+
var __vue_component__$1h = /*#__PURE__*/normalizeComponent({
|
|
3233
|
+
render: __vue_render__$O,
|
|
3234
|
+
staticRenderFns: __vue_staticRenderFns__$O
|
|
3235
|
+
}, __vue_inject_styles__$O, __vue_script__$O, __vue_scope_id__$O, __vue_is_functional_template__$O, __vue_module_identifier__$O, false, undefined, createInjectorSSR, undefined);
|
|
3236
3236
|
|
|
3237
|
-
var VcStepsBar = __vue_component__$
|
|
3237
|
+
var VcStepsBar = __vue_component__$1h;//
|
|
3238
3238
|
//
|
|
3239
3239
|
//
|
|
3240
3240
|
//
|
|
@@ -3249,7 +3249,7 @@ var VcStepsBar = __vue_component__$1c;//
|
|
|
3249
3249
|
//
|
|
3250
3250
|
//
|
|
3251
3251
|
//
|
|
3252
|
-
var script$
|
|
3252
|
+
var script$N = {
|
|
3253
3253
|
components: {
|
|
3254
3254
|
VProgressCircular: lib.VProgressCircular
|
|
3255
3255
|
},
|
|
@@ -3313,10 +3313,10 @@ var script$K = {
|
|
|
3313
3313
|
}
|
|
3314
3314
|
}
|
|
3315
3315
|
};/* script */
|
|
3316
|
-
var __vue_script__$
|
|
3316
|
+
var __vue_script__$N = script$N;
|
|
3317
3317
|
/* template */
|
|
3318
3318
|
|
|
3319
|
-
var __vue_render__$
|
|
3319
|
+
var __vue_render__$N = function __vue_render__() {
|
|
3320
3320
|
var _vm = this;
|
|
3321
3321
|
|
|
3322
3322
|
var _h = _vm.$createElement;
|
|
@@ -3337,10 +3337,10 @@ var __vue_render__$K = function __vue_render__() {
|
|
|
3337
3337
|
}, [_vm._v("\n " + _vm._s(_vm.currentStep) + " / " + _vm._s(_vm.steps) + "\n ")]) : _vm._e()]);
|
|
3338
3338
|
};
|
|
3339
3339
|
|
|
3340
|
-
var __vue_staticRenderFns__$
|
|
3340
|
+
var __vue_staticRenderFns__$N = [];
|
|
3341
3341
|
/* style */
|
|
3342
3342
|
|
|
3343
|
-
var __vue_inject_styles__$
|
|
3343
|
+
var __vue_inject_styles__$N = function __vue_inject_styles__(inject) {
|
|
3344
3344
|
if (!inject) return;
|
|
3345
3345
|
inject("data-v-5c278fc2_0", {
|
|
3346
3346
|
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)}",
|
|
@@ -3351,21 +3351,21 @@ var __vue_inject_styles__$K = function __vue_inject_styles__(inject) {
|
|
|
3351
3351
|
/* scoped */
|
|
3352
3352
|
|
|
3353
3353
|
|
|
3354
|
-
var __vue_scope_id__$
|
|
3354
|
+
var __vue_scope_id__$N = "data-v-5c278fc2";
|
|
3355
3355
|
/* module identifier */
|
|
3356
3356
|
|
|
3357
|
-
var __vue_module_identifier__$
|
|
3357
|
+
var __vue_module_identifier__$N = "data-v-5c278fc2";
|
|
3358
3358
|
/* functional template */
|
|
3359
3359
|
|
|
3360
|
-
var __vue_is_functional_template__$
|
|
3360
|
+
var __vue_is_functional_template__$N = false;
|
|
3361
3361
|
/* style inject shadow dom */
|
|
3362
3362
|
|
|
3363
|
-
var __vue_component__$
|
|
3364
|
-
render: __vue_render__$
|
|
3365
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3366
|
-
}, __vue_inject_styles__$
|
|
3363
|
+
var __vue_component__$1g = /*#__PURE__*/normalizeComponent({
|
|
3364
|
+
render: __vue_render__$N,
|
|
3365
|
+
staticRenderFns: __vue_staticRenderFns__$N
|
|
3366
|
+
}, __vue_inject_styles__$N, __vue_script__$N, __vue_scope_id__$N, __vue_is_functional_template__$N, __vue_module_identifier__$N, false, undefined, createInjectorSSR, undefined);
|
|
3367
3367
|
|
|
3368
|
-
var VcProgressCircular = __vue_component__$
|
|
3368
|
+
var VcProgressCircular = __vue_component__$1g;var script$M = {
|
|
3369
3369
|
name: "VcMobileWizardProgress",
|
|
3370
3370
|
components: {
|
|
3371
3371
|
VcLayout: VcLayout,
|
|
@@ -3421,10 +3421,10 @@ var VcProgressCircular = __vue_component__$1b;var script$J = {
|
|
|
3421
3421
|
}
|
|
3422
3422
|
}
|
|
3423
3423
|
};/* script */
|
|
3424
|
-
var __vue_script__$
|
|
3424
|
+
var __vue_script__$M = script$M;
|
|
3425
3425
|
/* template */
|
|
3426
3426
|
|
|
3427
|
-
var __vue_render__$
|
|
3427
|
+
var __vue_render__$M = function __vue_render__() {
|
|
3428
3428
|
var _vm = this;
|
|
3429
3429
|
|
|
3430
3430
|
var _h = _vm.$createElement;
|
|
@@ -3460,10 +3460,10 @@ var __vue_render__$J = function __vue_render__() {
|
|
|
3460
3460
|
}, [_vm._v(_vm._s(_vm.nextStepName))]) : _vm._e()])], 1);
|
|
3461
3461
|
};
|
|
3462
3462
|
|
|
3463
|
-
var __vue_staticRenderFns__$
|
|
3463
|
+
var __vue_staticRenderFns__$M = [];
|
|
3464
3464
|
/* style */
|
|
3465
3465
|
|
|
3466
|
-
var __vue_inject_styles__$
|
|
3466
|
+
var __vue_inject_styles__$M = function __vue_inject_styles__(inject) {
|
|
3467
3467
|
if (!inject) return;
|
|
3468
3468
|
inject("data-v-4fe04d36_0", {
|
|
3469
3469
|
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)}",
|
|
@@ -3474,21 +3474,21 @@ var __vue_inject_styles__$J = function __vue_inject_styles__(inject) {
|
|
|
3474
3474
|
/* scoped */
|
|
3475
3475
|
|
|
3476
3476
|
|
|
3477
|
-
var __vue_scope_id__$
|
|
3477
|
+
var __vue_scope_id__$M = "data-v-4fe04d36";
|
|
3478
3478
|
/* module identifier */
|
|
3479
3479
|
|
|
3480
|
-
var __vue_module_identifier__$
|
|
3480
|
+
var __vue_module_identifier__$M = "data-v-4fe04d36";
|
|
3481
3481
|
/* functional template */
|
|
3482
3482
|
|
|
3483
|
-
var __vue_is_functional_template__$
|
|
3483
|
+
var __vue_is_functional_template__$M = false;
|
|
3484
3484
|
/* style inject shadow dom */
|
|
3485
3485
|
|
|
3486
|
-
var __vue_component__$
|
|
3487
|
-
render: __vue_render__$
|
|
3488
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3489
|
-
}, __vue_inject_styles__$
|
|
3486
|
+
var __vue_component__$1f = /*#__PURE__*/normalizeComponent({
|
|
3487
|
+
render: __vue_render__$M,
|
|
3488
|
+
staticRenderFns: __vue_staticRenderFns__$M
|
|
3489
|
+
}, __vue_inject_styles__$M, __vue_script__$M, __vue_scope_id__$M, __vue_is_functional_template__$M, __vue_module_identifier__$M, false, undefined, createInjectorSSR, undefined);
|
|
3490
3490
|
|
|
3491
|
-
var VcMobileWizardProgress = __vue_component__$
|
|
3491
|
+
var VcMobileWizardProgress = __vue_component__$1f;var script$L = {
|
|
3492
3492
|
name: 'VcCheckbox',
|
|
3493
3493
|
components: {
|
|
3494
3494
|
VcIcon: VcIcon,
|
|
@@ -3545,10 +3545,10 @@ var VcMobileWizardProgress = __vue_component__$1a;var script$I = {
|
|
|
3545
3545
|
}
|
|
3546
3546
|
}
|
|
3547
3547
|
};/* script */
|
|
3548
|
-
var __vue_script__$
|
|
3548
|
+
var __vue_script__$L = script$L;
|
|
3549
3549
|
/* template */
|
|
3550
3550
|
|
|
3551
|
-
var __vue_render__$
|
|
3551
|
+
var __vue_render__$L = function __vue_render__() {
|
|
3552
3552
|
var _vm = this;
|
|
3553
3553
|
|
|
3554
3554
|
var _h = _vm.$createElement;
|
|
@@ -3612,10 +3612,10 @@ var __vue_render__$I = function __vue_render__() {
|
|
|
3612
3612
|
});
|
|
3613
3613
|
};
|
|
3614
3614
|
|
|
3615
|
-
var __vue_staticRenderFns__$
|
|
3615
|
+
var __vue_staticRenderFns__$L = [];
|
|
3616
3616
|
/* style */
|
|
3617
3617
|
|
|
3618
|
-
var __vue_inject_styles__$
|
|
3618
|
+
var __vue_inject_styles__$L = function __vue_inject_styles__(inject) {
|
|
3619
3619
|
if (!inject) return;
|
|
3620
3620
|
inject("data-v-347ec55e_0", {
|
|
3621
3621
|
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}",
|
|
@@ -3626,21 +3626,21 @@ var __vue_inject_styles__$I = function __vue_inject_styles__(inject) {
|
|
|
3626
3626
|
/* scoped */
|
|
3627
3627
|
|
|
3628
3628
|
|
|
3629
|
-
var __vue_scope_id__$
|
|
3629
|
+
var __vue_scope_id__$L = "data-v-347ec55e";
|
|
3630
3630
|
/* module identifier */
|
|
3631
3631
|
|
|
3632
|
-
var __vue_module_identifier__$
|
|
3632
|
+
var __vue_module_identifier__$L = "data-v-347ec55e";
|
|
3633
3633
|
/* functional template */
|
|
3634
3634
|
|
|
3635
|
-
var __vue_is_functional_template__$
|
|
3635
|
+
var __vue_is_functional_template__$L = false;
|
|
3636
3636
|
/* style inject shadow dom */
|
|
3637
3637
|
|
|
3638
|
-
var __vue_component__$
|
|
3639
|
-
render: __vue_render__$
|
|
3640
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3641
|
-
}, __vue_inject_styles__$
|
|
3638
|
+
var __vue_component__$1e = /*#__PURE__*/normalizeComponent({
|
|
3639
|
+
render: __vue_render__$L,
|
|
3640
|
+
staticRenderFns: __vue_staticRenderFns__$L
|
|
3641
|
+
}, __vue_inject_styles__$L, __vue_script__$L, __vue_scope_id__$L, __vue_is_functional_template__$L, __vue_module_identifier__$L, false, undefined, createInjectorSSR, undefined);
|
|
3642
3642
|
|
|
3643
|
-
var VcCheckbox = __vue_component__$
|
|
3643
|
+
var VcCheckbox = __vue_component__$1e;var script$K = {
|
|
3644
3644
|
name: "VcChecklistItem",
|
|
3645
3645
|
components: {
|
|
3646
3646
|
VcLayout: VcLayout,
|
|
@@ -3693,10 +3693,10 @@ var VcCheckbox = __vue_component__$19;var script$H = {
|
|
|
3693
3693
|
}
|
|
3694
3694
|
}
|
|
3695
3695
|
};/* script */
|
|
3696
|
-
var __vue_script__$
|
|
3696
|
+
var __vue_script__$K = script$K;
|
|
3697
3697
|
/* template */
|
|
3698
3698
|
|
|
3699
|
-
var __vue_render__$
|
|
3699
|
+
var __vue_render__$K = function __vue_render__() {
|
|
3700
3700
|
var _vm = this;
|
|
3701
3701
|
|
|
3702
3702
|
var _h = _vm.$createElement;
|
|
@@ -3733,10 +3733,10 @@ var __vue_render__$H = function __vue_render__() {
|
|
|
3733
3733
|
})], 1)]], 2);
|
|
3734
3734
|
};
|
|
3735
3735
|
|
|
3736
|
-
var __vue_staticRenderFns__$
|
|
3736
|
+
var __vue_staticRenderFns__$K = [];
|
|
3737
3737
|
/* style */
|
|
3738
3738
|
|
|
3739
|
-
var __vue_inject_styles__$
|
|
3739
|
+
var __vue_inject_styles__$K = function __vue_inject_styles__(inject) {
|
|
3740
3740
|
if (!inject) return;
|
|
3741
3741
|
inject("data-v-eb804af2_0", {
|
|
3742
3742
|
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)}",
|
|
@@ -3747,21 +3747,21 @@ var __vue_inject_styles__$H = function __vue_inject_styles__(inject) {
|
|
|
3747
3747
|
/* scoped */
|
|
3748
3748
|
|
|
3749
3749
|
|
|
3750
|
-
var __vue_scope_id__$
|
|
3750
|
+
var __vue_scope_id__$K = "data-v-eb804af2";
|
|
3751
3751
|
/* module identifier */
|
|
3752
3752
|
|
|
3753
|
-
var __vue_module_identifier__$
|
|
3753
|
+
var __vue_module_identifier__$K = "data-v-eb804af2";
|
|
3754
3754
|
/* functional template */
|
|
3755
3755
|
|
|
3756
|
-
var __vue_is_functional_template__$
|
|
3756
|
+
var __vue_is_functional_template__$K = false;
|
|
3757
3757
|
/* style inject shadow dom */
|
|
3758
3758
|
|
|
3759
|
-
var __vue_component__$
|
|
3760
|
-
render: __vue_render__$
|
|
3761
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3762
|
-
}, __vue_inject_styles__$
|
|
3759
|
+
var __vue_component__$1d = /*#__PURE__*/normalizeComponent({
|
|
3760
|
+
render: __vue_render__$K,
|
|
3761
|
+
staticRenderFns: __vue_staticRenderFns__$K
|
|
3762
|
+
}, __vue_inject_styles__$K, __vue_script__$K, __vue_scope_id__$K, __vue_is_functional_template__$K, __vue_module_identifier__$K, false, undefined, createInjectorSSR, undefined);
|
|
3763
3763
|
|
|
3764
|
-
var VcChecklistItem = __vue_component__$
|
|
3764
|
+
var VcChecklistItem = __vue_component__$1d;var script$J = {
|
|
3765
3765
|
name: 'VcTextField',
|
|
3766
3766
|
components: {
|
|
3767
3767
|
VcIconWithTooltip: VcIconWithTooltip,
|
|
@@ -3966,10 +3966,10 @@ var VcChecklistItem = __vue_component__$18;var script$G = {
|
|
|
3966
3966
|
}
|
|
3967
3967
|
}
|
|
3968
3968
|
};/* script */
|
|
3969
|
-
var __vue_script__$
|
|
3969
|
+
var __vue_script__$J = script$J;
|
|
3970
3970
|
/* template */
|
|
3971
3971
|
|
|
3972
|
-
var __vue_render__$
|
|
3972
|
+
var __vue_render__$J = function __vue_render__() {
|
|
3973
3973
|
var _vm = this;
|
|
3974
3974
|
|
|
3975
3975
|
var _h = _vm.$createElement;
|
|
@@ -4035,10 +4035,10 @@ var __vue_render__$G = function __vue_render__() {
|
|
|
4035
4035
|
});
|
|
4036
4036
|
};
|
|
4037
4037
|
|
|
4038
|
-
var __vue_staticRenderFns__$
|
|
4038
|
+
var __vue_staticRenderFns__$J = [];
|
|
4039
4039
|
/* style */
|
|
4040
4040
|
|
|
4041
|
-
var __vue_inject_styles__$
|
|
4041
|
+
var __vue_inject_styles__$J = function __vue_inject_styles__(inject) {
|
|
4042
4042
|
if (!inject) return;
|
|
4043
4043
|
inject("data-v-70311d9f_0", {
|
|
4044
4044
|
source: ".VcTextInput.v-text-field[data-v-70311d9f]{font-family:var(--primary-font-family)}.VcTextInput.v-text-field[data-v-70311d9f] .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-70311d9f] .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-70311d9f] .v-input__slot .v-text-field__prefix{color:var(--gray-darken-5)}.VcTextInput.v-text-field[data-v-70311d9f] .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-70311d9f] .v-input__slot input::placeholder{font-weight:var(--font-weight-medium)}.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot:after,.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot:before{display:none}.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot:hover{border-color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot:active,.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot:focus,.VcTextInput.v-text-field[data-v-70311d9f] .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-70311d9f] .v-input__slot:active input,.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot:focus input,.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot:focus-within input{color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot .v-input__prepend-inner{padding-inline-end:var(--size-value3);align-self:center}.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot .v-input__icon .v-icon{margin:var(--size-value0)!important}.VcTextInput.v-text-field[data-v-70311d9f] .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-70311d9f] .v-input__slot .v-input__icon .v-icon__component .vc-chevron-right{fill:var(--gray-darken-2)}.VcTextInput.v-text-field[data-v-70311d9f].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-70311d9f].v-input--is-focused label,.VcTextInput.v-text-field[data-v-70311d9f].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-70311d9f].v-input--is-focused .v-text-field__slot,.VcTextInput.v-text-field[data-v-70311d9f].v-input--is-label-active .v-text-field__slot{margin-bottom:-14px}.VcTextInput.v-text-field[data-v-70311d9f].v-input--is-focused.no-label .v-text-field__slot,.VcTextInput.v-text-field[data-v-70311d9f].v-input--is-label-active.no-label .v-text-field__slot{margin-bottom:unset}.VcTextInput.v-text-field[data-v-70311d9f].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-70311d9f].v-input--is-disabled .v-input__slot input,.VcTextInput.v-text-field[data-v-70311d9f].v-input--is-disabled .v-input__slot label{color:var(--gray-darken-2)}.VcTextInput.v-text-field[data-v-70311d9f]:not(.v-input--is-label-active):not(.v-input--is-focused) input{padding:var(--size-value2) 0}.VcTextInput.v-text-field[data-v-70311d9f] .v-messages__message{line-height:var(--size-value4)}.VcTextInput.v-text-field[data-v-70311d9f] .v-input__append-inner{align-self:center;fill:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-70311d9f] .v-input__append-inner .v-input__icon--append{min-width:var(--size-value5);width:var(--size-value5)}.VcTextInput.v-text-field[data-v-70311d9f].v-input--dense:not(.v-text-field--outlined) input{padding-block:var(--size-value2)}.VcTextInput.v-text-field[data-v-70311d9f].v-input--is-readonly{cursor:pointer}",
|
|
@@ -4049,23 +4049,23 @@ var __vue_inject_styles__$G = function __vue_inject_styles__(inject) {
|
|
|
4049
4049
|
/* scoped */
|
|
4050
4050
|
|
|
4051
4051
|
|
|
4052
|
-
var __vue_scope_id__$
|
|
4052
|
+
var __vue_scope_id__$J = "data-v-70311d9f";
|
|
4053
4053
|
/* module identifier */
|
|
4054
4054
|
|
|
4055
|
-
var __vue_module_identifier__$
|
|
4055
|
+
var __vue_module_identifier__$J = "data-v-70311d9f";
|
|
4056
4056
|
/* functional template */
|
|
4057
4057
|
|
|
4058
|
-
var __vue_is_functional_template__$
|
|
4058
|
+
var __vue_is_functional_template__$J = false;
|
|
4059
4059
|
/* style inject shadow dom */
|
|
4060
4060
|
|
|
4061
|
-
var __vue_component__$
|
|
4062
|
-
render: __vue_render__$
|
|
4063
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4064
|
-
}, __vue_inject_styles__$
|
|
4061
|
+
var __vue_component__$1c = /*#__PURE__*/normalizeComponent({
|
|
4062
|
+
render: __vue_render__$J,
|
|
4063
|
+
staticRenderFns: __vue_staticRenderFns__$J
|
|
4064
|
+
}, __vue_inject_styles__$J, __vue_script__$J, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, undefined, createInjectorSSR, undefined);
|
|
4065
4065
|
|
|
4066
|
-
var VcTextField = __vue_component__$
|
|
4066
|
+
var VcTextField = __vue_component__$1c;var throttle$1 = require("lodash.throttle");
|
|
4067
4067
|
|
|
4068
|
-
var script$
|
|
4068
|
+
var script$I = {
|
|
4069
4069
|
name: "VcSearchBar",
|
|
4070
4070
|
components: {
|
|
4071
4071
|
VcTextField: VcTextField,
|
|
@@ -4131,10 +4131,10 @@ var script$F = {
|
|
|
4131
4131
|
};
|
|
4132
4132
|
}
|
|
4133
4133
|
};/* script */
|
|
4134
|
-
var __vue_script__$
|
|
4134
|
+
var __vue_script__$I = script$I;
|
|
4135
4135
|
/* template */
|
|
4136
4136
|
|
|
4137
|
-
var __vue_render__$
|
|
4137
|
+
var __vue_render__$I = function __vue_render__() {
|
|
4138
4138
|
var _vm = this;
|
|
4139
4139
|
|
|
4140
4140
|
var _h = _vm.$createElement;
|
|
@@ -4170,10 +4170,10 @@ var __vue_render__$F = function __vue_render__() {
|
|
|
4170
4170
|
});
|
|
4171
4171
|
};
|
|
4172
4172
|
|
|
4173
|
-
var __vue_staticRenderFns__$
|
|
4173
|
+
var __vue_staticRenderFns__$I = [];
|
|
4174
4174
|
/* style */
|
|
4175
4175
|
|
|
4176
|
-
var __vue_inject_styles__$
|
|
4176
|
+
var __vue_inject_styles__$I = function __vue_inject_styles__(inject) {
|
|
4177
4177
|
if (!inject) return;
|
|
4178
4178
|
inject("data-v-0cf8328c_0", {
|
|
4179
4179
|
source: ".vc-search-bar.VcTextInput[data-v-0cf8328c]{padding:var(--size-value0);margin:var(--size-value0)}.vc-search-bar.VcTextInput.border-top-radius[data-v-0cf8328c] .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-0cf8328c] .v-input__slot .v-text-field__slot,.vc-search-bar.VcTextInput.v-input--is-focused[data-v-0cf8328c] .v-input__slot .v-text-field__slot,.vc-search-bar.VcTextInput.v-input--is-label-active[data-v-0cf8328c] .v-input__slot .v-text-field__slot{margin:0}.vc-search-bar.VcTextInput__magnify[data-v-0cf8328c]{fill:var(--gray-darken-2)}.vc-search-bar.VcTextInput[data-v-0cf8328c]:hover{border-color:var(--gray-darken-2)}.vc-search-bar.VcTextInput[data-v-0cf8328c]:hover .v-input__slot label{color:var(--gray-darken-2)}.vc-search-bar.VcTextInput.medium[data-v-0cf8328c] .v-input__control .v-input__slot{height:var(--size-value10)}.vc-search-bar.VcTextInput.medium[data-v-0cf8328c] .v-input__control .v-input__slot .v-input__prepend-inner{padding:var(--size-value3)}.vc-search-bar.VcTextInput[data-v-0cf8328c] .v-input__control .v-input__slot{padding:var(--size-value0)}.vc-search-bar.VcTextInput[data-v-0cf8328c] .v-input__control .v-input__slot .v-input__prepend-inner{padding:18px var(--size-value3);margin:var(--size-value0)}",
|
|
@@ -4184,21 +4184,21 @@ var __vue_inject_styles__$F = function __vue_inject_styles__(inject) {
|
|
|
4184
4184
|
/* scoped */
|
|
4185
4185
|
|
|
4186
4186
|
|
|
4187
|
-
var __vue_scope_id__$
|
|
4187
|
+
var __vue_scope_id__$I = "data-v-0cf8328c";
|
|
4188
4188
|
/* module identifier */
|
|
4189
4189
|
|
|
4190
|
-
var __vue_module_identifier__$
|
|
4190
|
+
var __vue_module_identifier__$I = "data-v-0cf8328c";
|
|
4191
4191
|
/* functional template */
|
|
4192
4192
|
|
|
4193
|
-
var __vue_is_functional_template__$
|
|
4193
|
+
var __vue_is_functional_template__$I = false;
|
|
4194
4194
|
/* style inject shadow dom */
|
|
4195
4195
|
|
|
4196
|
-
var __vue_component__$
|
|
4197
|
-
render: __vue_render__$
|
|
4198
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4199
|
-
}, __vue_inject_styles__$
|
|
4196
|
+
var __vue_component__$1b = /*#__PURE__*/normalizeComponent({
|
|
4197
|
+
render: __vue_render__$I,
|
|
4198
|
+
staticRenderFns: __vue_staticRenderFns__$I
|
|
4199
|
+
}, __vue_inject_styles__$I, __vue_script__$I, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, undefined, createInjectorSSR, undefined);
|
|
4200
4200
|
|
|
4201
|
-
var VcSearchBar = __vue_component__$
|
|
4201
|
+
var VcSearchBar = __vue_component__$1b;var script$H = {
|
|
4202
4202
|
name: "VcListbox",
|
|
4203
4203
|
components: {
|
|
4204
4204
|
VcLayout: VcLayout,
|
|
@@ -4297,10 +4297,10 @@ var VcSearchBar = __vue_component__$16;var script$E = {
|
|
|
4297
4297
|
}
|
|
4298
4298
|
}
|
|
4299
4299
|
};/* script */
|
|
4300
|
-
var __vue_script__$
|
|
4300
|
+
var __vue_script__$H = script$H;
|
|
4301
4301
|
/* template */
|
|
4302
4302
|
|
|
4303
|
-
var __vue_render__$
|
|
4303
|
+
var __vue_render__$H = function __vue_render__() {
|
|
4304
4304
|
var _vm = this;
|
|
4305
4305
|
|
|
4306
4306
|
var _h = _vm.$createElement;
|
|
@@ -4389,10 +4389,10 @@ var __vue_render__$E = function __vue_render__() {
|
|
|
4389
4389
|
}, [_vm._v(_vm._s(_vm.getAddAnotherLabel))])], 1)], 1) : _vm._e()], 1)], 2);
|
|
4390
4390
|
};
|
|
4391
4391
|
|
|
4392
|
-
var __vue_staticRenderFns__$
|
|
4392
|
+
var __vue_staticRenderFns__$H = [];
|
|
4393
4393
|
/* style */
|
|
4394
4394
|
|
|
4395
|
-
var __vue_inject_styles__$
|
|
4395
|
+
var __vue_inject_styles__$H = function __vue_inject_styles__(inject) {
|
|
4396
4396
|
if (!inject) return;
|
|
4397
4397
|
inject("data-v-b54f7c5e_0", {
|
|
4398
4398
|
source: ".vc-list-title[data-v-b54f7c5e]{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-b54f7c5e]{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-b54f7c5e]{border:none}.VcListbox.with-search .vc-overflow[data-v-b54f7c5e]{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-b54f7c5e]{border-inline:var(--border-frame);border-block-end:unset;border-radius:unset}.VcListbox.with-search.with-add-another .last-item[data-v-b54f7c5e]{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-b54f7c5e]{overflow:auto;height:160px}.VcListbox .vc-overflow .vc-list-item[data-v-b54f7c5e]{padding:var(--size-value0);min-height:unset}.VcListbox .vc-overflow .vc-list-item[data-v-b54f7c5e]:before{opacity:0}.VcListbox .divider[data-v-b54f7c5e]{border-color:var(--gray-lighten-1)}.VcListbox .last-item[data-v-b54f7c5e]{cursor:pointer;min-height:var(--size-value10);padding-block:var(--size-value1) var(--size-value2)}.VcListbox .last-item[data-v-b54f7c5e]:hover{background-color:var(--gray-lighten-3)}.VcListbox .last-item .add-another-label[data-v-b54f7c5e]{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-b54f7c5e]{margin-inline-end:var(--size-value3);cursor:pointer}.VcListbox .last-item .add-another-icon[data-v-b54f7c5e] .v-icon__component{height:unset;width:unset}.VcListbox .last-item .add-another-icon[data-v-b54f7c5e] .v-icon__component svg{width:var(--size-value3)}.VcListbox__empty[data-v-b54f7c5e]{height:100%;font-weight:var(--font-weight-medium2);font-size:var(--font-size-xx-small);color:var(--gray-darken-4)}",
|
|
@@ -4403,21 +4403,21 @@ var __vue_inject_styles__$E = function __vue_inject_styles__(inject) {
|
|
|
4403
4403
|
/* scoped */
|
|
4404
4404
|
|
|
4405
4405
|
|
|
4406
|
-
var __vue_scope_id__$
|
|
4406
|
+
var __vue_scope_id__$H = "data-v-b54f7c5e";
|
|
4407
4407
|
/* module identifier */
|
|
4408
4408
|
|
|
4409
|
-
var __vue_module_identifier__$
|
|
4409
|
+
var __vue_module_identifier__$H = "data-v-b54f7c5e";
|
|
4410
4410
|
/* functional template */
|
|
4411
4411
|
|
|
4412
|
-
var __vue_is_functional_template__$
|
|
4412
|
+
var __vue_is_functional_template__$H = false;
|
|
4413
4413
|
/* style inject shadow dom */
|
|
4414
4414
|
|
|
4415
|
-
var __vue_component__$
|
|
4416
|
-
render: __vue_render__$
|
|
4417
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4418
|
-
}, __vue_inject_styles__$
|
|
4415
|
+
var __vue_component__$19 = /*#__PURE__*/normalizeComponent({
|
|
4416
|
+
render: __vue_render__$H,
|
|
4417
|
+
staticRenderFns: __vue_staticRenderFns__$H
|
|
4418
|
+
}, __vue_inject_styles__$H, __vue_script__$H, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, undefined, createInjectorSSR, undefined);
|
|
4419
4419
|
|
|
4420
|
-
var __vue_component__$
|
|
4420
|
+
var __vue_component__$1a = __vue_component__$19;var script$G = {
|
|
4421
4421
|
name: "VcBottomSheet",
|
|
4422
4422
|
components: {
|
|
4423
4423
|
VcLayout: VcLayout,
|
|
@@ -4446,10 +4446,10 @@ var __vue_component__$15 = __vue_component__$14;var script$D = {
|
|
|
4446
4446
|
}
|
|
4447
4447
|
}
|
|
4448
4448
|
};/* script */
|
|
4449
|
-
var __vue_script__$
|
|
4449
|
+
var __vue_script__$G = script$G;
|
|
4450
4450
|
/* template */
|
|
4451
4451
|
|
|
4452
|
-
var __vue_render__$
|
|
4452
|
+
var __vue_render__$G = function __vue_render__() {
|
|
4453
4453
|
var _vm = this;
|
|
4454
4454
|
|
|
4455
4455
|
var _h = _vm.$createElement;
|
|
@@ -4482,10 +4482,10 @@ var __vue_render__$D = function __vue_render__() {
|
|
|
4482
4482
|
}, [_vm._t("default")], 2)], 1);
|
|
4483
4483
|
};
|
|
4484
4484
|
|
|
4485
|
-
var __vue_staticRenderFns__$
|
|
4485
|
+
var __vue_staticRenderFns__$G = [];
|
|
4486
4486
|
/* style */
|
|
4487
4487
|
|
|
4488
|
-
var __vue_inject_styles__$
|
|
4488
|
+
var __vue_inject_styles__$G = function __vue_inject_styles__(inject) {
|
|
4489
4489
|
if (!inject) return;
|
|
4490
4490
|
inject("data-v-7a2593a5_0", {
|
|
4491
4491
|
source: "[data-v-7a2593a5]: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-7a2593a5]{max-height:92vh;border-radius:var(--modal-border-radius) var(--modal-border-radius) 0 0;display:flex;box-shadow:var(--modal-box-shadow)}",
|
|
@@ -4496,21 +4496,21 @@ var __vue_inject_styles__$D = function __vue_inject_styles__(inject) {
|
|
|
4496
4496
|
/* scoped */
|
|
4497
4497
|
|
|
4498
4498
|
|
|
4499
|
-
var __vue_scope_id__$
|
|
4499
|
+
var __vue_scope_id__$G = "data-v-7a2593a5";
|
|
4500
4500
|
/* module identifier */
|
|
4501
4501
|
|
|
4502
|
-
var __vue_module_identifier__$
|
|
4502
|
+
var __vue_module_identifier__$G = "data-v-7a2593a5";
|
|
4503
4503
|
/* functional template */
|
|
4504
4504
|
|
|
4505
|
-
var __vue_is_functional_template__$
|
|
4505
|
+
var __vue_is_functional_template__$G = false;
|
|
4506
4506
|
/* style inject shadow dom */
|
|
4507
4507
|
|
|
4508
|
-
var __vue_component__$
|
|
4509
|
-
render: __vue_render__$
|
|
4510
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4511
|
-
}, __vue_inject_styles__$
|
|
4508
|
+
var __vue_component__$18 = /*#__PURE__*/normalizeComponent({
|
|
4509
|
+
render: __vue_render__$G,
|
|
4510
|
+
staticRenderFns: __vue_staticRenderFns__$G
|
|
4511
|
+
}, __vue_inject_styles__$G, __vue_script__$G, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, undefined, createInjectorSSR, undefined);
|
|
4512
4512
|
|
|
4513
|
-
var VcBottomSheet = __vue_component__$
|
|
4513
|
+
var VcBottomSheet = __vue_component__$18;var script$F = {
|
|
4514
4514
|
components: {
|
|
4515
4515
|
VcIcon: VcIcon,
|
|
4516
4516
|
VSwitch: lib.VSwitch
|
|
@@ -4555,10 +4555,10 @@ var VcBottomSheet = __vue_component__$13;var script$C = {
|
|
|
4555
4555
|
}
|
|
4556
4556
|
}
|
|
4557
4557
|
};/* script */
|
|
4558
|
-
var __vue_script__$
|
|
4558
|
+
var __vue_script__$F = script$F;
|
|
4559
4559
|
/* template */
|
|
4560
4560
|
|
|
4561
|
-
var __vue_render__$
|
|
4561
|
+
var __vue_render__$F = function __vue_render__() {
|
|
4562
4562
|
var _vm = this;
|
|
4563
4563
|
|
|
4564
4564
|
var _h = _vm.$createElement;
|
|
@@ -4614,10 +4614,10 @@ var __vue_render__$C = function __vue_render__() {
|
|
|
4614
4614
|
}, [_vm._v("$close_button")]) : _vm._e()], 2);
|
|
4615
4615
|
};
|
|
4616
4616
|
|
|
4617
|
-
var __vue_staticRenderFns__$
|
|
4617
|
+
var __vue_staticRenderFns__$F = [];
|
|
4618
4618
|
/* style */
|
|
4619
4619
|
|
|
4620
|
-
var __vue_inject_styles__$
|
|
4620
|
+
var __vue_inject_styles__$F = function __vue_inject_styles__(inject) {
|
|
4621
4621
|
if (!inject) return;
|
|
4622
4622
|
inject("data-v-422626ac_0", {
|
|
4623
4623
|
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)}",
|
|
@@ -4628,21 +4628,21 @@ var __vue_inject_styles__$C = function __vue_inject_styles__(inject) {
|
|
|
4628
4628
|
/* scoped */
|
|
4629
4629
|
|
|
4630
4630
|
|
|
4631
|
-
var __vue_scope_id__$
|
|
4631
|
+
var __vue_scope_id__$F = "data-v-422626ac";
|
|
4632
4632
|
/* module identifier */
|
|
4633
4633
|
|
|
4634
|
-
var __vue_module_identifier__$
|
|
4634
|
+
var __vue_module_identifier__$F = "data-v-422626ac";
|
|
4635
4635
|
/* functional template */
|
|
4636
4636
|
|
|
4637
|
-
var __vue_is_functional_template__$
|
|
4637
|
+
var __vue_is_functional_template__$F = false;
|
|
4638
4638
|
/* style inject shadow dom */
|
|
4639
4639
|
|
|
4640
|
-
var __vue_component__$
|
|
4641
|
-
render: __vue_render__$
|
|
4642
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4643
|
-
}, __vue_inject_styles__$
|
|
4640
|
+
var __vue_component__$17 = /*#__PURE__*/normalizeComponent({
|
|
4641
|
+
render: __vue_render__$F,
|
|
4642
|
+
staticRenderFns: __vue_staticRenderFns__$F
|
|
4643
|
+
}, __vue_inject_styles__$F, __vue_script__$F, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, undefined, createInjectorSSR, undefined);
|
|
4644
4644
|
|
|
4645
|
-
var VcSwitch = __vue_component__$
|
|
4645
|
+
var VcSwitch = __vue_component__$17;var script$E = {
|
|
4646
4646
|
name: "VcInputBottomSheet",
|
|
4647
4647
|
components: {
|
|
4648
4648
|
VcBottomSheet: VcBottomSheet,
|
|
@@ -4731,10 +4731,10 @@ var VcSwitch = __vue_component__$12;var script$B = {
|
|
|
4731
4731
|
}
|
|
4732
4732
|
}
|
|
4733
4733
|
};/* script */
|
|
4734
|
-
var __vue_script__$
|
|
4734
|
+
var __vue_script__$E = script$E;
|
|
4735
4735
|
/* template */
|
|
4736
4736
|
|
|
4737
|
-
var __vue_render__$
|
|
4737
|
+
var __vue_render__$E = function __vue_render__() {
|
|
4738
4738
|
var _vm = this;
|
|
4739
4739
|
|
|
4740
4740
|
var _h = _vm.$createElement;
|
|
@@ -4853,10 +4853,10 @@ var __vue_render__$B = function __vue_render__() {
|
|
|
4853
4853
|
}) : _vm._e()], 1)]], 2);
|
|
4854
4854
|
};
|
|
4855
4855
|
|
|
4856
|
-
var __vue_staticRenderFns__$
|
|
4856
|
+
var __vue_staticRenderFns__$E = [];
|
|
4857
4857
|
/* style */
|
|
4858
4858
|
|
|
4859
|
-
var __vue_inject_styles__$
|
|
4859
|
+
var __vue_inject_styles__$E = function __vue_inject_styles__(inject) {
|
|
4860
4860
|
if (!inject) return;
|
|
4861
4861
|
inject("data-v-e1c1f348_0", {
|
|
4862
4862
|
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}",
|
|
@@ -4867,21 +4867,21 @@ var __vue_inject_styles__$B = function __vue_inject_styles__(inject) {
|
|
|
4867
4867
|
/* scoped */
|
|
4868
4868
|
|
|
4869
4869
|
|
|
4870
|
-
var __vue_scope_id__$
|
|
4870
|
+
var __vue_scope_id__$E = "data-v-e1c1f348";
|
|
4871
4871
|
/* module identifier */
|
|
4872
4872
|
|
|
4873
|
-
var __vue_module_identifier__$
|
|
4873
|
+
var __vue_module_identifier__$E = "data-v-e1c1f348";
|
|
4874
4874
|
/* functional template */
|
|
4875
4875
|
|
|
4876
|
-
var __vue_is_functional_template__$
|
|
4876
|
+
var __vue_is_functional_template__$E = false;
|
|
4877
4877
|
/* style inject shadow dom */
|
|
4878
4878
|
|
|
4879
|
-
var __vue_component__$
|
|
4880
|
-
render: __vue_render__$
|
|
4881
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4882
|
-
}, __vue_inject_styles__$
|
|
4879
|
+
var __vue_component__$15 = /*#__PURE__*/normalizeComponent({
|
|
4880
|
+
render: __vue_render__$E,
|
|
4881
|
+
staticRenderFns: __vue_staticRenderFns__$E
|
|
4882
|
+
}, __vue_inject_styles__$E, __vue_script__$E, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, undefined, createInjectorSSR, undefined);
|
|
4883
4883
|
|
|
4884
|
-
var __vue_component__$
|
|
4884
|
+
var __vue_component__$16 = __vue_component__$15;//
|
|
4885
4885
|
//
|
|
4886
4886
|
//
|
|
4887
4887
|
//
|
|
@@ -4899,7 +4899,7 @@ var __vue_component__$11 = __vue_component__$10;//
|
|
|
4899
4899
|
//
|
|
4900
4900
|
//
|
|
4901
4901
|
//
|
|
4902
|
-
var script$
|
|
4902
|
+
var script$D = {
|
|
4903
4903
|
components: {
|
|
4904
4904
|
VMenu: lib.VMenu
|
|
4905
4905
|
},
|
|
@@ -4933,10 +4933,10 @@ var script$A = {
|
|
|
4933
4933
|
}
|
|
4934
4934
|
}
|
|
4935
4935
|
};/* script */
|
|
4936
|
-
var __vue_script__$
|
|
4936
|
+
var __vue_script__$D = script$D;
|
|
4937
4937
|
/* template */
|
|
4938
4938
|
|
|
4939
|
-
var __vue_render__$
|
|
4939
|
+
var __vue_render__$D = function __vue_render__() {
|
|
4940
4940
|
var _vm = this;
|
|
4941
4941
|
|
|
4942
4942
|
var _h = _vm.$createElement;
|
|
@@ -4974,10 +4974,10 @@ var __vue_render__$A = function __vue_render__() {
|
|
|
4974
4974
|
}, [_vm._v(" "), _vm._t("default")], 2);
|
|
4975
4975
|
};
|
|
4976
4976
|
|
|
4977
|
-
var __vue_staticRenderFns__$
|
|
4977
|
+
var __vue_staticRenderFns__$D = [];
|
|
4978
4978
|
/* style */
|
|
4979
4979
|
|
|
4980
|
-
var __vue_inject_styles__$
|
|
4980
|
+
var __vue_inject_styles__$D = function __vue_inject_styles__(inject) {
|
|
4981
4981
|
if (!inject) return;
|
|
4982
4982
|
inject("data-v-da6757e6_0", {
|
|
4983
4983
|
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)}",
|
|
@@ -4988,21 +4988,21 @@ var __vue_inject_styles__$A = function __vue_inject_styles__(inject) {
|
|
|
4988
4988
|
/* scoped */
|
|
4989
4989
|
|
|
4990
4990
|
|
|
4991
|
-
var __vue_scope_id__$
|
|
4991
|
+
var __vue_scope_id__$D = "data-v-da6757e6";
|
|
4992
4992
|
/* module identifier */
|
|
4993
4993
|
|
|
4994
|
-
var __vue_module_identifier__$
|
|
4994
|
+
var __vue_module_identifier__$D = "data-v-da6757e6";
|
|
4995
4995
|
/* functional template */
|
|
4996
4996
|
|
|
4997
|
-
var __vue_is_functional_template__$
|
|
4997
|
+
var __vue_is_functional_template__$D = false;
|
|
4998
4998
|
/* style inject shadow dom */
|
|
4999
4999
|
|
|
5000
|
-
var __vue_component__
|
|
5001
|
-
render: __vue_render__$
|
|
5002
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5003
|
-
}, __vue_inject_styles__$
|
|
5000
|
+
var __vue_component__$14 = /*#__PURE__*/normalizeComponent({
|
|
5001
|
+
render: __vue_render__$D,
|
|
5002
|
+
staticRenderFns: __vue_staticRenderFns__$D
|
|
5003
|
+
}, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, undefined, createInjectorSSR, undefined);
|
|
5004
5004
|
|
|
5005
|
-
var VcPopover = __vue_component__
|
|
5005
|
+
var VcPopover = __vue_component__$14;var script$C = {
|
|
5006
5006
|
name: "VcInputPopover",
|
|
5007
5007
|
components: {
|
|
5008
5008
|
VcModalHeader: VcModalHeader,
|
|
@@ -5091,10 +5091,10 @@ var VcPopover = __vue_component__$$;var script$z = {
|
|
|
5091
5091
|
}
|
|
5092
5092
|
}
|
|
5093
5093
|
};/* script */
|
|
5094
|
-
var __vue_script__$
|
|
5094
|
+
var __vue_script__$C = script$C;
|
|
5095
5095
|
/* template */
|
|
5096
5096
|
|
|
5097
|
-
var __vue_render__$
|
|
5097
|
+
var __vue_render__$C = function __vue_render__() {
|
|
5098
5098
|
var _vm = this;
|
|
5099
5099
|
|
|
5100
5100
|
var _h = _vm.$createElement;
|
|
@@ -5204,10 +5204,10 @@ var __vue_render__$z = function __vue_render__() {
|
|
|
5204
5204
|
}) : _vm._e()], 1)]], 2);
|
|
5205
5205
|
};
|
|
5206
5206
|
|
|
5207
|
-
var __vue_staticRenderFns__$
|
|
5207
|
+
var __vue_staticRenderFns__$C = [];
|
|
5208
5208
|
/* style */
|
|
5209
5209
|
|
|
5210
|
-
var __vue_inject_styles__$
|
|
5210
|
+
var __vue_inject_styles__$C = function __vue_inject_styles__(inject) {
|
|
5211
5211
|
if (!inject) return;
|
|
5212
5212
|
inject("data-v-97aa8f28_0", {
|
|
5213
5213
|
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)}",
|
|
@@ -5218,21 +5218,21 @@ var __vue_inject_styles__$z = function __vue_inject_styles__(inject) {
|
|
|
5218
5218
|
/* scoped */
|
|
5219
5219
|
|
|
5220
5220
|
|
|
5221
|
-
var __vue_scope_id__$
|
|
5221
|
+
var __vue_scope_id__$C = "data-v-97aa8f28";
|
|
5222
5222
|
/* module identifier */
|
|
5223
5223
|
|
|
5224
|
-
var __vue_module_identifier__$
|
|
5224
|
+
var __vue_module_identifier__$C = "data-v-97aa8f28";
|
|
5225
5225
|
/* functional template */
|
|
5226
5226
|
|
|
5227
|
-
var __vue_is_functional_template__$
|
|
5227
|
+
var __vue_is_functional_template__$C = false;
|
|
5228
5228
|
/* style inject shadow dom */
|
|
5229
5229
|
|
|
5230
|
-
var __vue_component__$
|
|
5231
|
-
render: __vue_render__$
|
|
5232
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5233
|
-
}, __vue_inject_styles__$
|
|
5230
|
+
var __vue_component__$12 = /*#__PURE__*/normalizeComponent({
|
|
5231
|
+
render: __vue_render__$C,
|
|
5232
|
+
staticRenderFns: __vue_staticRenderFns__$C
|
|
5233
|
+
}, __vue_inject_styles__$C, __vue_script__$C, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, undefined, createInjectorSSR, undefined);
|
|
5234
5234
|
|
|
5235
|
-
var __vue_component__$
|
|
5235
|
+
var __vue_component__$13 = __vue_component__$12;var script$B = {
|
|
5236
5236
|
name: "VcChip",
|
|
5237
5237
|
components: {
|
|
5238
5238
|
VcIcon: VcIcon,
|
|
@@ -5272,10 +5272,10 @@ var __vue_component__$_ = __vue_component__$Z;var script$y = {
|
|
|
5272
5272
|
}
|
|
5273
5273
|
}
|
|
5274
5274
|
};/* script */
|
|
5275
|
-
var __vue_script__$
|
|
5275
|
+
var __vue_script__$B = script$B;
|
|
5276
5276
|
/* template */
|
|
5277
5277
|
|
|
5278
|
-
var __vue_render__$
|
|
5278
|
+
var __vue_render__$B = function __vue_render__() {
|
|
5279
5279
|
var _vm = this;
|
|
5280
5280
|
|
|
5281
5281
|
var _h = _vm.$createElement;
|
|
@@ -5317,10 +5317,10 @@ var __vue_render__$y = function __vue_render__() {
|
|
|
5317
5317
|
})], 2);
|
|
5318
5318
|
};
|
|
5319
5319
|
|
|
5320
|
-
var __vue_staticRenderFns__$
|
|
5320
|
+
var __vue_staticRenderFns__$B = [];
|
|
5321
5321
|
/* style */
|
|
5322
5322
|
|
|
5323
|
-
var __vue_inject_styles__$
|
|
5323
|
+
var __vue_inject_styles__$B = function __vue_inject_styles__(inject) {
|
|
5324
5324
|
if (!inject) return;
|
|
5325
5325
|
inject("data-v-50259fa8_0", {
|
|
5326
5326
|
source: "[data-v-50259fa8]: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-50259fa8]{max-width:fit-content;border:1px solid var(--neutral-lighten-1)}.VcChip.v-chip[data-v-50259fa8]{background-color:var(--modal-bg-color)}.VcChip.v-chip[data-v-50259fa8] .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-50259fa8] .v-chip__content .vc-avatar-wrapper{margin-inline-end:var(--size-value2)}.VcChip.v-chip[data-v-50259fa8] .v-chip__content .vc-avatar-wrapper .vc-attention-fill{fill:var(--yellow)}.VcChip.v-chip[data-v-50259fa8] .v-chip__content .v-chip__close{direction:inherit;margin-inline:var(--size-value1) var(--size-value0);color:var(--gray)}.VcChip.v-chip[data-v-50259fa8] .v-chip__content .v-chip__close:hover{opacity:unset}.VcChip.v-chip.vc-avatar[data-v-50259fa8]{padding-inline:var(--size-value1) var(--size-value3)}.VcChip.v-chip--disabled[data-v-50259fa8]{background-color:var(--gray-lighten-2);border:1px solid var(--gray-lighten-2)}.VcChip.v-chip--disabled[data-v-50259fa8] .v-chip__content{color:var(--gray-darken-1)}.VcChip.vc-invalid[data-v-50259fa8]{background-color:var(--yellow-lighten-3);border:1px solid var(--yellow)}.VcChip.vc-invalid[data-v-50259fa8]:hover{background-color:var(--yellow-lighten-2)}.VcChip[data-v-50259fa8]:hover{background-color:var(--gray-lighten-3)}.VcChip[data-v-50259fa8]:hover:before{opacity:0}.VcChip[data-v-50259fa8]:focus{box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcChip[data-v-50259fa8]:focus:before{opacity:0}",
|
|
@@ -5331,21 +5331,21 @@ var __vue_inject_styles__$y = function __vue_inject_styles__(inject) {
|
|
|
5331
5331
|
/* scoped */
|
|
5332
5332
|
|
|
5333
5333
|
|
|
5334
|
-
var __vue_scope_id__$
|
|
5334
|
+
var __vue_scope_id__$B = "data-v-50259fa8";
|
|
5335
5335
|
/* module identifier */
|
|
5336
5336
|
|
|
5337
|
-
var __vue_module_identifier__$
|
|
5337
|
+
var __vue_module_identifier__$B = "data-v-50259fa8";
|
|
5338
5338
|
/* functional template */
|
|
5339
5339
|
|
|
5340
|
-
var __vue_is_functional_template__$
|
|
5340
|
+
var __vue_is_functional_template__$B = false;
|
|
5341
5341
|
/* style inject shadow dom */
|
|
5342
5342
|
|
|
5343
|
-
var __vue_component__$
|
|
5344
|
-
render: __vue_render__$
|
|
5345
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5346
|
-
}, __vue_inject_styles__$
|
|
5343
|
+
var __vue_component__$11 = /*#__PURE__*/normalizeComponent({
|
|
5344
|
+
render: __vue_render__$B,
|
|
5345
|
+
staticRenderFns: __vue_staticRenderFns__$B
|
|
5346
|
+
}, __vue_inject_styles__$B, __vue_script__$B, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, undefined, createInjectorSSR, undefined);
|
|
5347
5347
|
|
|
5348
|
-
var VcChip = __vue_component__$
|
|
5348
|
+
var VcChip = __vue_component__$11;var justDebounce = debounce;
|
|
5349
5349
|
|
|
5350
5350
|
function debounce(fn, delay, atStart, guarantee) {
|
|
5351
5351
|
var timeout;
|
|
@@ -5378,7 +5378,7 @@ function debounce(fn, delay, atStart, guarantee) {
|
|
|
5378
5378
|
timeout = null;
|
|
5379
5379
|
}
|
|
5380
5380
|
};
|
|
5381
|
-
}var script$
|
|
5381
|
+
}var script$A = {
|
|
5382
5382
|
name: "VcChipList",
|
|
5383
5383
|
components: {
|
|
5384
5384
|
VcChip: VcChip,
|
|
@@ -5536,10 +5536,10 @@ function debounce(fn, delay, atStart, guarantee) {
|
|
|
5536
5536
|
window.removeEventListener("resize", justDebounce(this.processChips, 300));
|
|
5537
5537
|
}
|
|
5538
5538
|
};/* script */
|
|
5539
|
-
var __vue_script__$
|
|
5539
|
+
var __vue_script__$A = script$A;
|
|
5540
5540
|
/* template */
|
|
5541
5541
|
|
|
5542
|
-
var __vue_render__$
|
|
5542
|
+
var __vue_render__$A = function __vue_render__() {
|
|
5543
5543
|
var _vm = this;
|
|
5544
5544
|
|
|
5545
5545
|
var _h = _vm.$createElement;
|
|
@@ -5598,10 +5598,10 @@ var __vue_render__$x = function __vue_render__() {
|
|
|
5598
5598
|
})], 2)], 2);
|
|
5599
5599
|
};
|
|
5600
5600
|
|
|
5601
|
-
var __vue_staticRenderFns__$
|
|
5601
|
+
var __vue_staticRenderFns__$A = [];
|
|
5602
5602
|
/* style */
|
|
5603
5603
|
|
|
5604
|
-
var __vue_inject_styles__$
|
|
5604
|
+
var __vue_inject_styles__$A = function __vue_inject_styles__(inject) {
|
|
5605
5605
|
if (!inject) return;
|
|
5606
5606
|
inject("data-v-20a5e7d6_0", {
|
|
5607
5607
|
source: ".VcChipList[data-v-20a5e7d6]{overflow:hidden;height:80px;max-height:80px}.VcChipList--loaded[data-v-20a5e7d6]{height:auto}.VcChipList .VcChip[data-v-20a5e7d6]{margin-bottom:8px}.VcChipList .VcChip[data-v-20a5e7d6]:not(:last-child){margin-inline-end:var(--size-value1)}.VcChipList .VcChip[data-v-20a5e7d6]:hover{background-color:unset}.VcChipList .more-indicator[data-v-20a5e7d6]{position:relative;top:calc(var(--size-value1) * -1);font-size:var(--font-size-small);font-weight:var(--font-weight-medium2);color:var(--gray-darken-4);text-decoration:underline}.more-tooltip[data-v-20a5e7d6]{padding:var(--size-value1) var(--size-value2);background-color:var(--gray-darken-5);font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2)}",
|
|
@@ -5612,22 +5612,22 @@ var __vue_inject_styles__$x = function __vue_inject_styles__(inject) {
|
|
|
5612
5612
|
/* scoped */
|
|
5613
5613
|
|
|
5614
5614
|
|
|
5615
|
-
var __vue_scope_id__$
|
|
5615
|
+
var __vue_scope_id__$A = "data-v-20a5e7d6";
|
|
5616
5616
|
/* module identifier */
|
|
5617
5617
|
|
|
5618
|
-
var __vue_module_identifier__$
|
|
5618
|
+
var __vue_module_identifier__$A = "data-v-20a5e7d6";
|
|
5619
5619
|
/* functional template */
|
|
5620
5620
|
|
|
5621
|
-
var __vue_is_functional_template__$
|
|
5621
|
+
var __vue_is_functional_template__$A = false;
|
|
5622
5622
|
/* style inject shadow dom */
|
|
5623
5623
|
|
|
5624
|
-
var __vue_component__
|
|
5625
|
-
render: __vue_render__$
|
|
5626
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5627
|
-
}, __vue_inject_styles__$
|
|
5628
|
-
|
|
5629
|
-
var __vue_component__$
|
|
5630
|
-
//
|
|
5624
|
+
var __vue_component__$$ = /*#__PURE__*/normalizeComponent({
|
|
5625
|
+
render: __vue_render__$A,
|
|
5626
|
+
staticRenderFns: __vue_staticRenderFns__$A
|
|
5627
|
+
}, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, undefined, createInjectorSSR, undefined);
|
|
5628
|
+
|
|
5629
|
+
var __vue_component__$10 = __vue_component__$$;//
|
|
5630
|
+
//
|
|
5631
5631
|
//
|
|
5632
5632
|
//
|
|
5633
5633
|
//
|
|
@@ -5635,7 +5635,7 @@ var __vue_component__$X = __vue_component__$W;//
|
|
|
5635
5635
|
//
|
|
5636
5636
|
//
|
|
5637
5637
|
//
|
|
5638
|
-
var script$
|
|
5638
|
+
var script$z = {
|
|
5639
5639
|
name: "VcBaseListItem",
|
|
5640
5640
|
model: {
|
|
5641
5641
|
prop: 'selected'
|
|
@@ -5676,10 +5676,10 @@ var script$w = {
|
|
|
5676
5676
|
}
|
|
5677
5677
|
}
|
|
5678
5678
|
};/* script */
|
|
5679
|
-
var __vue_script__$
|
|
5679
|
+
var __vue_script__$z = script$z;
|
|
5680
5680
|
/* template */
|
|
5681
5681
|
|
|
5682
|
-
var __vue_render__$
|
|
5682
|
+
var __vue_render__$z = function __vue_render__() {
|
|
5683
5683
|
var _vm = this;
|
|
5684
5684
|
|
|
5685
5685
|
var _h = _vm.$createElement;
|
|
@@ -5700,10 +5700,10 @@ var __vue_render__$w = function __vue_render__() {
|
|
|
5700
5700
|
}, [[_vm._t("default")]], 2);
|
|
5701
5701
|
};
|
|
5702
5702
|
|
|
5703
|
-
var __vue_staticRenderFns__$
|
|
5703
|
+
var __vue_staticRenderFns__$z = [];
|
|
5704
5704
|
/* style */
|
|
5705
5705
|
|
|
5706
|
-
var __vue_inject_styles__$
|
|
5706
|
+
var __vue_inject_styles__$z = function __vue_inject_styles__(inject) {
|
|
5707
5707
|
if (!inject) return;
|
|
5708
5708
|
inject("data-v-22288207_0", {
|
|
5709
5709
|
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}",
|
|
@@ -5714,22 +5714,22 @@ var __vue_inject_styles__$w = function __vue_inject_styles__(inject) {
|
|
|
5714
5714
|
/* scoped */
|
|
5715
5715
|
|
|
5716
5716
|
|
|
5717
|
-
var __vue_scope_id__$
|
|
5717
|
+
var __vue_scope_id__$z = "data-v-22288207";
|
|
5718
5718
|
/* module identifier */
|
|
5719
5719
|
|
|
5720
|
-
var __vue_module_identifier__$
|
|
5720
|
+
var __vue_module_identifier__$z = "data-v-22288207";
|
|
5721
5721
|
/* functional template */
|
|
5722
5722
|
|
|
5723
|
-
var __vue_is_functional_template__$
|
|
5723
|
+
var __vue_is_functional_template__$z = false;
|
|
5724
5724
|
/* style inject shadow dom */
|
|
5725
5725
|
|
|
5726
|
-
var __vue_component__$
|
|
5727
|
-
render: __vue_render__$
|
|
5728
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5729
|
-
}, __vue_inject_styles__$
|
|
5726
|
+
var __vue_component__$_ = /*#__PURE__*/normalizeComponent({
|
|
5727
|
+
render: __vue_render__$z,
|
|
5728
|
+
staticRenderFns: __vue_staticRenderFns__$z
|
|
5729
|
+
}, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, createInjectorSSR, undefined);
|
|
5730
5730
|
|
|
5731
|
-
var VcBaseListItem = __vue_component__$
|
|
5732
|
-
var script$
|
|
5731
|
+
var VcBaseListItem = __vue_component__$_;var VcLinkIcons = ['', 'copy', 'trash', 'left'];
|
|
5732
|
+
var script$y = {
|
|
5733
5733
|
name: "VcLink",
|
|
5734
5734
|
components: {
|
|
5735
5735
|
VcIcon: VcIcon
|
|
@@ -5782,10 +5782,10 @@ var script$v = {
|
|
|
5782
5782
|
}
|
|
5783
5783
|
}
|
|
5784
5784
|
};/* script */
|
|
5785
|
-
var __vue_script__$
|
|
5785
|
+
var __vue_script__$y = script$y;
|
|
5786
5786
|
/* template */
|
|
5787
5787
|
|
|
5788
|
-
var __vue_render__$
|
|
5788
|
+
var __vue_render__$y = function __vue_render__() {
|
|
5789
5789
|
var _vm = this;
|
|
5790
5790
|
|
|
5791
5791
|
var _h = _vm.$createElement;
|
|
@@ -5815,10 +5815,10 @@ var __vue_render__$v = function __vue_render__() {
|
|
|
5815
5815
|
}, [_vm._v(_vm._s(_vm.getIcon))]) : _vm._e(), _vm._ssrNode(" <label data-v-65e5dd72>" + _vm._ssrEscape(_vm._s(_vm.label)) + "</label>")], 2);
|
|
5816
5816
|
};
|
|
5817
5817
|
|
|
5818
|
-
var __vue_staticRenderFns__$
|
|
5818
|
+
var __vue_staticRenderFns__$y = [];
|
|
5819
5819
|
/* style */
|
|
5820
5820
|
|
|
5821
|
-
var __vue_inject_styles__$
|
|
5821
|
+
var __vue_inject_styles__$y = function __vue_inject_styles__(inject) {
|
|
5822
5822
|
if (!inject) return;
|
|
5823
5823
|
inject("data-v-65e5dd72_0", {
|
|
5824
5824
|
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)}",
|
|
@@ -5829,32 +5829,32 @@ var __vue_inject_styles__$v = function __vue_inject_styles__(inject) {
|
|
|
5829
5829
|
/* scoped */
|
|
5830
5830
|
|
|
5831
5831
|
|
|
5832
|
-
var __vue_scope_id__$
|
|
5832
|
+
var __vue_scope_id__$y = "data-v-65e5dd72";
|
|
5833
5833
|
/* module identifier */
|
|
5834
5834
|
|
|
5835
|
-
var __vue_module_identifier__$
|
|
5835
|
+
var __vue_module_identifier__$y = "data-v-65e5dd72";
|
|
5836
5836
|
/* functional template */
|
|
5837
5837
|
|
|
5838
|
-
var __vue_is_functional_template__$
|
|
5838
|
+
var __vue_is_functional_template__$y = false;
|
|
5839
5839
|
/* style inject shadow dom */
|
|
5840
5840
|
|
|
5841
|
-
var __vue_component__$
|
|
5842
|
-
render: __vue_render__$
|
|
5843
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5844
|
-
}, __vue_inject_styles__$
|
|
5841
|
+
var __vue_component__$Z = /*#__PURE__*/normalizeComponent({
|
|
5842
|
+
render: __vue_render__$y,
|
|
5843
|
+
staticRenderFns: __vue_staticRenderFns__$y
|
|
5844
|
+
}, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, undefined, createInjectorSSR, undefined);
|
|
5845
5845
|
|
|
5846
|
-
var VcLink = __vue_component__$
|
|
5846
|
+
var VcLink = __vue_component__$Z;//
|
|
5847
5847
|
//
|
|
5848
5848
|
//
|
|
5849
5849
|
//
|
|
5850
|
-
var script$
|
|
5850
|
+
var script$x = {
|
|
5851
5851
|
name: 'VcSvg',
|
|
5852
5852
|
props: ['svg']
|
|
5853
5853
|
};/* script */
|
|
5854
|
-
var __vue_script__$
|
|
5854
|
+
var __vue_script__$x = script$x;
|
|
5855
5855
|
/* template */
|
|
5856
5856
|
|
|
5857
|
-
var __vue_render__$
|
|
5857
|
+
var __vue_render__$x = function __vue_render__() {
|
|
5858
5858
|
var _vm = this;
|
|
5859
5859
|
|
|
5860
5860
|
var _h = _vm.$createElement;
|
|
@@ -5868,31 +5868,31 @@ var __vue_render__$u = function __vue_render__() {
|
|
|
5868
5868
|
}, []);
|
|
5869
5869
|
};
|
|
5870
5870
|
|
|
5871
|
-
var __vue_staticRenderFns__$
|
|
5871
|
+
var __vue_staticRenderFns__$x = [];
|
|
5872
5872
|
/* style */
|
|
5873
5873
|
|
|
5874
|
-
var __vue_inject_styles__$
|
|
5874
|
+
var __vue_inject_styles__$x = undefined;
|
|
5875
5875
|
/* scoped */
|
|
5876
5876
|
|
|
5877
|
-
var __vue_scope_id__$
|
|
5877
|
+
var __vue_scope_id__$x = undefined;
|
|
5878
5878
|
/* module identifier */
|
|
5879
5879
|
|
|
5880
|
-
var __vue_module_identifier__$
|
|
5880
|
+
var __vue_module_identifier__$x = "data-v-56d3274a";
|
|
5881
5881
|
/* functional template */
|
|
5882
5882
|
|
|
5883
|
-
var __vue_is_functional_template__$
|
|
5883
|
+
var __vue_is_functional_template__$x = false;
|
|
5884
5884
|
/* style inject */
|
|
5885
5885
|
|
|
5886
5886
|
/* style inject SSR */
|
|
5887
5887
|
|
|
5888
5888
|
/* style inject shadow dom */
|
|
5889
5889
|
|
|
5890
|
-
var __vue_component__$
|
|
5891
|
-
render: __vue_render__$
|
|
5892
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5893
|
-
}, __vue_inject_styles__$
|
|
5890
|
+
var __vue_component__$Y = /*#__PURE__*/normalizeComponent({
|
|
5891
|
+
render: __vue_render__$x,
|
|
5892
|
+
staticRenderFns: __vue_staticRenderFns__$x
|
|
5893
|
+
}, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, undefined, undefined);
|
|
5894
5894
|
|
|
5895
|
-
var VcSvg = __vue_component__$
|
|
5895
|
+
var VcSvg = __vue_component__$Y;var script$w = {
|
|
5896
5896
|
name: 'VcEmptyState',
|
|
5897
5897
|
components: {
|
|
5898
5898
|
VcImage: VcImage,
|
|
@@ -5960,10 +5960,10 @@ var VcSvg = __vue_component__$T;var script$t = {
|
|
|
5960
5960
|
}
|
|
5961
5961
|
}
|
|
5962
5962
|
};/* script */
|
|
5963
|
-
var __vue_script__$
|
|
5963
|
+
var __vue_script__$w = script$w;
|
|
5964
5964
|
/* template */
|
|
5965
5965
|
|
|
5966
|
-
var __vue_render__$
|
|
5966
|
+
var __vue_render__$w = function __vue_render__() {
|
|
5967
5967
|
var _vm = this;
|
|
5968
5968
|
|
|
5969
5969
|
var _h = _vm.$createElement;
|
|
@@ -6021,10 +6021,10 @@ var __vue_render__$t = function __vue_render__() {
|
|
|
6021
6021
|
})], 2);
|
|
6022
6022
|
};
|
|
6023
6023
|
|
|
6024
|
-
var __vue_staticRenderFns__$
|
|
6024
|
+
var __vue_staticRenderFns__$w = [];
|
|
6025
6025
|
/* style */
|
|
6026
6026
|
|
|
6027
|
-
var __vue_inject_styles__$
|
|
6027
|
+
var __vue_inject_styles__$w = function __vue_inject_styles__(inject) {
|
|
6028
6028
|
if (!inject) return;
|
|
6029
6029
|
inject("data-v-07491186_0", {
|
|
6030
6030
|
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)}",
|
|
@@ -6035,21 +6035,21 @@ var __vue_inject_styles__$t = function __vue_inject_styles__(inject) {
|
|
|
6035
6035
|
/* scoped */
|
|
6036
6036
|
|
|
6037
6037
|
|
|
6038
|
-
var __vue_scope_id__$
|
|
6038
|
+
var __vue_scope_id__$w = "data-v-07491186";
|
|
6039
6039
|
/* module identifier */
|
|
6040
6040
|
|
|
6041
|
-
var __vue_module_identifier__$
|
|
6041
|
+
var __vue_module_identifier__$w = "data-v-07491186";
|
|
6042
6042
|
/* functional template */
|
|
6043
6043
|
|
|
6044
|
-
var __vue_is_functional_template__$
|
|
6044
|
+
var __vue_is_functional_template__$w = false;
|
|
6045
6045
|
/* style inject shadow dom */
|
|
6046
6046
|
|
|
6047
|
-
var __vue_component__$
|
|
6048
|
-
render: __vue_render__$
|
|
6049
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6050
|
-
}, __vue_inject_styles__$
|
|
6047
|
+
var __vue_component__$X = /*#__PURE__*/normalizeComponent({
|
|
6048
|
+
render: __vue_render__$w,
|
|
6049
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
6050
|
+
}, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, createInjectorSSR, undefined);
|
|
6051
6051
|
|
|
6052
|
-
var VcEmptyState = __vue_component__$
|
|
6052
|
+
var VcEmptyState = __vue_component__$X;var script$v = {
|
|
6053
6053
|
name: "VcList",
|
|
6054
6054
|
components: {
|
|
6055
6055
|
VcEmptyState: VcEmptyState,
|
|
@@ -6098,10 +6098,10 @@ var VcEmptyState = __vue_component__$S;var script$s = {
|
|
|
6098
6098
|
}
|
|
6099
6099
|
}
|
|
6100
6100
|
};/* script */
|
|
6101
|
-
var __vue_script__$
|
|
6101
|
+
var __vue_script__$v = script$v;
|
|
6102
6102
|
/* template */
|
|
6103
6103
|
|
|
6104
|
-
var __vue_render__$
|
|
6104
|
+
var __vue_render__$v = function __vue_render__() {
|
|
6105
6105
|
var _vm = this;
|
|
6106
6106
|
|
|
6107
6107
|
var _h = _vm.$createElement;
|
|
@@ -6138,10 +6138,10 @@ var __vue_render__$s = function __vue_render__() {
|
|
|
6138
6138
|
})]], 2);
|
|
6139
6139
|
};
|
|
6140
6140
|
|
|
6141
|
-
var __vue_staticRenderFns__$
|
|
6141
|
+
var __vue_staticRenderFns__$v = [];
|
|
6142
6142
|
/* style */
|
|
6143
6143
|
|
|
6144
|
-
var __vue_inject_styles__$
|
|
6144
|
+
var __vue_inject_styles__$v = function __vue_inject_styles__(inject) {
|
|
6145
6145
|
if (!inject) return;
|
|
6146
6146
|
inject("data-v-7ee68c7b_0", {
|
|
6147
6147
|
source: ".vc-list[data-v-7ee68c7b]{margin:var(--size-value0);padding:var(--size-value0)}",
|
|
@@ -6152,21 +6152,21 @@ var __vue_inject_styles__$s = function __vue_inject_styles__(inject) {
|
|
|
6152
6152
|
/* scoped */
|
|
6153
6153
|
|
|
6154
6154
|
|
|
6155
|
-
var __vue_scope_id__$
|
|
6155
|
+
var __vue_scope_id__$v = "data-v-7ee68c7b";
|
|
6156
6156
|
/* module identifier */
|
|
6157
6157
|
|
|
6158
|
-
var __vue_module_identifier__$
|
|
6158
|
+
var __vue_module_identifier__$v = "data-v-7ee68c7b";
|
|
6159
6159
|
/* functional template */
|
|
6160
6160
|
|
|
6161
|
-
var __vue_is_functional_template__$
|
|
6161
|
+
var __vue_is_functional_template__$v = false;
|
|
6162
6162
|
/* style inject shadow dom */
|
|
6163
6163
|
|
|
6164
|
-
var __vue_component__$
|
|
6165
|
-
render: __vue_render__$
|
|
6166
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6167
|
-
}, __vue_inject_styles__$
|
|
6164
|
+
var __vue_component__$V = /*#__PURE__*/normalizeComponent({
|
|
6165
|
+
render: __vue_render__$v,
|
|
6166
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
6167
|
+
}, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, undefined, createInjectorSSR, undefined);
|
|
6168
6168
|
|
|
6169
|
-
var __vue_component__$
|
|
6169
|
+
var __vue_component__$W = __vue_component__$V;//
|
|
6170
6170
|
//
|
|
6171
6171
|
//
|
|
6172
6172
|
//
|
|
@@ -6188,7 +6188,7 @@ var __vue_component__$R = __vue_component__$Q;//
|
|
|
6188
6188
|
//
|
|
6189
6189
|
//
|
|
6190
6190
|
//
|
|
6191
|
-
var script$
|
|
6191
|
+
var script$u = {
|
|
6192
6192
|
components: {
|
|
6193
6193
|
VCol: lib.VCol,
|
|
6194
6194
|
VRow: lib.VRow,
|
|
@@ -6274,10 +6274,10 @@ var script$r = {
|
|
|
6274
6274
|
}
|
|
6275
6275
|
}
|
|
6276
6276
|
};/* script */
|
|
6277
|
-
var __vue_script__$
|
|
6277
|
+
var __vue_script__$u = script$u;
|
|
6278
6278
|
/* template */
|
|
6279
6279
|
|
|
6280
|
-
var __vue_render__$
|
|
6280
|
+
var __vue_render__$u = function __vue_render__() {
|
|
6281
6281
|
var _vm = this;
|
|
6282
6282
|
|
|
6283
6283
|
var _h = _vm.$createElement;
|
|
@@ -6324,10 +6324,10 @@ var __vue_render__$r = function __vue_render__() {
|
|
|
6324
6324
|
}), 1);
|
|
6325
6325
|
};
|
|
6326
6326
|
|
|
6327
|
-
var __vue_staticRenderFns__$
|
|
6327
|
+
var __vue_staticRenderFns__$u = [];
|
|
6328
6328
|
/* style */
|
|
6329
6329
|
|
|
6330
|
-
var __vue_inject_styles__$
|
|
6330
|
+
var __vue_inject_styles__$u = function __vue_inject_styles__(inject) {
|
|
6331
6331
|
if (!inject) return;
|
|
6332
6332
|
inject("data-v-284ef818_0", {
|
|
6333
6333
|
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}",
|
|
@@ -6338,21 +6338,21 @@ var __vue_inject_styles__$r = function __vue_inject_styles__(inject) {
|
|
|
6338
6338
|
/* scoped */
|
|
6339
6339
|
|
|
6340
6340
|
|
|
6341
|
-
var __vue_scope_id__$
|
|
6341
|
+
var __vue_scope_id__$u = "data-v-284ef818";
|
|
6342
6342
|
/* module identifier */
|
|
6343
6343
|
|
|
6344
|
-
var __vue_module_identifier__$
|
|
6344
|
+
var __vue_module_identifier__$u = "data-v-284ef818";
|
|
6345
6345
|
/* functional template */
|
|
6346
6346
|
|
|
6347
|
-
var __vue_is_functional_template__$
|
|
6347
|
+
var __vue_is_functional_template__$u = false;
|
|
6348
6348
|
/* style inject shadow dom */
|
|
6349
6349
|
|
|
6350
|
-
var __vue_component__$
|
|
6351
|
-
render: __vue_render__$
|
|
6352
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6353
|
-
}, __vue_inject_styles__$
|
|
6350
|
+
var __vue_component__$T = /*#__PURE__*/normalizeComponent({
|
|
6351
|
+
render: __vue_render__$u,
|
|
6352
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
6353
|
+
}, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, createInjectorSSR, undefined);
|
|
6354
6354
|
|
|
6355
|
-
var __vue_component__$
|
|
6355
|
+
var __vue_component__$U = __vue_component__$T;//
|
|
6356
6356
|
//
|
|
6357
6357
|
//
|
|
6358
6358
|
//
|
|
@@ -6362,7 +6362,7 @@ var __vue_component__$P = __vue_component__$O;//
|
|
|
6362
6362
|
//
|
|
6363
6363
|
//
|
|
6364
6364
|
//
|
|
6365
|
-
var script$
|
|
6365
|
+
var script$t = {
|
|
6366
6366
|
components: {
|
|
6367
6367
|
VProgressCircular: lib.VProgressCircular
|
|
6368
6368
|
},
|
|
@@ -6400,10 +6400,10 @@ var script$q = {
|
|
|
6400
6400
|
}
|
|
6401
6401
|
}
|
|
6402
6402
|
};/* script */
|
|
6403
|
-
var __vue_script__$
|
|
6403
|
+
var __vue_script__$t = script$t;
|
|
6404
6404
|
/* template */
|
|
6405
6405
|
|
|
6406
|
-
var __vue_render__$
|
|
6406
|
+
var __vue_render__$t = function __vue_render__() {
|
|
6407
6407
|
var _vm = this;
|
|
6408
6408
|
|
|
6409
6409
|
var _h = _vm.$createElement;
|
|
@@ -6422,31 +6422,31 @@ var __vue_render__$q = function __vue_render__() {
|
|
|
6422
6422
|
});
|
|
6423
6423
|
};
|
|
6424
6424
|
|
|
6425
|
-
var __vue_staticRenderFns__$
|
|
6425
|
+
var __vue_staticRenderFns__$t = [];
|
|
6426
6426
|
/* style */
|
|
6427
6427
|
|
|
6428
|
-
var __vue_inject_styles__$
|
|
6428
|
+
var __vue_inject_styles__$t = undefined;
|
|
6429
6429
|
/* scoped */
|
|
6430
6430
|
|
|
6431
|
-
var __vue_scope_id__$
|
|
6431
|
+
var __vue_scope_id__$t = undefined;
|
|
6432
6432
|
/* module identifier */
|
|
6433
6433
|
|
|
6434
|
-
var __vue_module_identifier__$
|
|
6434
|
+
var __vue_module_identifier__$t = "data-v-c9f80b76";
|
|
6435
6435
|
/* functional template */
|
|
6436
6436
|
|
|
6437
|
-
var __vue_is_functional_template__$
|
|
6437
|
+
var __vue_is_functional_template__$t = false;
|
|
6438
6438
|
/* style inject */
|
|
6439
6439
|
|
|
6440
6440
|
/* style inject SSR */
|
|
6441
6441
|
|
|
6442
6442
|
/* style inject shadow dom */
|
|
6443
6443
|
|
|
6444
|
-
var __vue_component__$
|
|
6445
|
-
render: __vue_render__$
|
|
6446
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6447
|
-
}, __vue_inject_styles__$
|
|
6444
|
+
var __vue_component__$S = /*#__PURE__*/normalizeComponent({
|
|
6445
|
+
render: __vue_render__$t,
|
|
6446
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
6447
|
+
}, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, undefined, undefined);
|
|
6448
6448
|
|
|
6449
|
-
var VcLoader = __vue_component__$
|
|
6449
|
+
var VcLoader = __vue_component__$S;var script$s = {
|
|
6450
6450
|
components: {
|
|
6451
6451
|
VcIcon: VcIcon,
|
|
6452
6452
|
VcSwitch: VcSwitch,
|
|
@@ -6472,10 +6472,10 @@ var VcLoader = __vue_component__$N;var script$p = {
|
|
|
6472
6472
|
}
|
|
6473
6473
|
}
|
|
6474
6474
|
};/* script */
|
|
6475
|
-
var __vue_script__$
|
|
6475
|
+
var __vue_script__$s = script$s;
|
|
6476
6476
|
/* template */
|
|
6477
6477
|
|
|
6478
|
-
var __vue_render__$
|
|
6478
|
+
var __vue_render__$s = function __vue_render__() {
|
|
6479
6479
|
var _vm = this;
|
|
6480
6480
|
|
|
6481
6481
|
var _h = _vm.$createElement;
|
|
@@ -6521,10 +6521,10 @@ var __vue_render__$p = function __vue_render__() {
|
|
|
6521
6521
|
})], 1)])])], 1);
|
|
6522
6522
|
};
|
|
6523
6523
|
|
|
6524
|
-
var __vue_staticRenderFns__$
|
|
6524
|
+
var __vue_staticRenderFns__$s = [];
|
|
6525
6525
|
/* style */
|
|
6526
6526
|
|
|
6527
|
-
var __vue_inject_styles__$
|
|
6527
|
+
var __vue_inject_styles__$s = function __vue_inject_styles__(inject) {
|
|
6528
6528
|
if (!inject) return;
|
|
6529
6529
|
inject("data-v-482da144_0", {
|
|
6530
6530
|
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%}",
|
|
@@ -6535,21 +6535,21 @@ var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
|
|
|
6535
6535
|
/* scoped */
|
|
6536
6536
|
|
|
6537
6537
|
|
|
6538
|
-
var __vue_scope_id__$
|
|
6538
|
+
var __vue_scope_id__$s = undefined;
|
|
6539
6539
|
/* module identifier */
|
|
6540
6540
|
|
|
6541
|
-
var __vue_module_identifier__$
|
|
6541
|
+
var __vue_module_identifier__$s = "data-v-482da144";
|
|
6542
6542
|
/* functional template */
|
|
6543
6543
|
|
|
6544
|
-
var __vue_is_functional_template__$
|
|
6544
|
+
var __vue_is_functional_template__$s = false;
|
|
6545
6545
|
/* style inject shadow dom */
|
|
6546
6546
|
|
|
6547
|
-
var __vue_component__$
|
|
6548
|
-
render: __vue_render__$
|
|
6549
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6550
|
-
}, __vue_inject_styles__$
|
|
6547
|
+
var __vue_component__$Q = /*#__PURE__*/normalizeComponent({
|
|
6548
|
+
render: __vue_render__$s,
|
|
6549
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
6550
|
+
}, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, createInjectorSSR, undefined);
|
|
6551
6551
|
|
|
6552
|
-
var __vue_component__$
|
|
6552
|
+
var __vue_component__$R = __vue_component__$Q;var script$r = {
|
|
6553
6553
|
components: {
|
|
6554
6554
|
VcImage: VcImage,
|
|
6555
6555
|
VcIcon: VcIcon,
|
|
@@ -6586,10 +6586,10 @@ var __vue_component__$M = __vue_component__$L;var script$o = {
|
|
|
6586
6586
|
}
|
|
6587
6587
|
}
|
|
6588
6588
|
};/* script */
|
|
6589
|
-
var __vue_script__$
|
|
6589
|
+
var __vue_script__$r = script$r;
|
|
6590
6590
|
/* template */
|
|
6591
6591
|
|
|
6592
|
-
var __vue_render__$
|
|
6592
|
+
var __vue_render__$r = function __vue_render__() {
|
|
6593
6593
|
var _vm = this;
|
|
6594
6594
|
|
|
6595
6595
|
var _h = _vm.$createElement;
|
|
@@ -6664,10 +6664,10 @@ var __vue_render__$o = function __vue_render__() {
|
|
|
6664
6664
|
}, [_vm._t("default")], 2) : _vm._e()])], 1);
|
|
6665
6665
|
};
|
|
6666
6666
|
|
|
6667
|
-
var __vue_staticRenderFns__$
|
|
6667
|
+
var __vue_staticRenderFns__$r = [];
|
|
6668
6668
|
/* style */
|
|
6669
6669
|
|
|
6670
|
-
var __vue_inject_styles__$
|
|
6670
|
+
var __vue_inject_styles__$r = function __vue_inject_styles__(inject) {
|
|
6671
6671
|
if (!inject) return;
|
|
6672
6672
|
inject("data-v-5f907c3e_0", {
|
|
6673
6673
|
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}",
|
|
@@ -6682,21 +6682,21 @@ var __vue_inject_styles__$o = function __vue_inject_styles__(inject) {
|
|
|
6682
6682
|
/* scoped */
|
|
6683
6683
|
|
|
6684
6684
|
|
|
6685
|
-
var __vue_scope_id__$
|
|
6685
|
+
var __vue_scope_id__$r = "data-v-5f907c3e";
|
|
6686
6686
|
/* module identifier */
|
|
6687
6687
|
|
|
6688
|
-
var __vue_module_identifier__$
|
|
6688
|
+
var __vue_module_identifier__$r = "data-v-5f907c3e";
|
|
6689
6689
|
/* functional template */
|
|
6690
6690
|
|
|
6691
|
-
var __vue_is_functional_template__$
|
|
6691
|
+
var __vue_is_functional_template__$r = false;
|
|
6692
6692
|
/* style inject shadow dom */
|
|
6693
6693
|
|
|
6694
|
-
var __vue_component__$
|
|
6695
|
-
render: __vue_render__$
|
|
6696
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6697
|
-
}, __vue_inject_styles__$
|
|
6694
|
+
var __vue_component__$O = /*#__PURE__*/normalizeComponent({
|
|
6695
|
+
render: __vue_render__$r,
|
|
6696
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
6697
|
+
}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, createInjectorSSR, undefined);
|
|
6698
6698
|
|
|
6699
|
-
var __vue_component__$
|
|
6699
|
+
var __vue_component__$P = __vue_component__$O;//
|
|
6700
6700
|
//
|
|
6701
6701
|
//
|
|
6702
6702
|
//
|
|
@@ -6717,7 +6717,7 @@ var __vue_component__$K = __vue_component__$J;//
|
|
|
6717
6717
|
//
|
|
6718
6718
|
//
|
|
6719
6719
|
//
|
|
6720
|
-
var script$
|
|
6720
|
+
var script$q = {
|
|
6721
6721
|
components: {
|
|
6722
6722
|
VTextarea: lib.VTextarea
|
|
6723
6723
|
},
|
|
@@ -6778,10 +6778,10 @@ var script$n = {
|
|
|
6778
6778
|
}
|
|
6779
6779
|
}
|
|
6780
6780
|
};/* script */
|
|
6781
|
-
var __vue_script__$
|
|
6781
|
+
var __vue_script__$q = script$q;
|
|
6782
6782
|
/* template */
|
|
6783
6783
|
|
|
6784
|
-
var __vue_render__$
|
|
6784
|
+
var __vue_render__$q = function __vue_render__() {
|
|
6785
6785
|
var _vm = this;
|
|
6786
6786
|
|
|
6787
6787
|
var _h = _vm.$createElement;
|
|
@@ -6818,10 +6818,10 @@ var __vue_render__$n = function __vue_render__() {
|
|
|
6818
6818
|
});
|
|
6819
6819
|
};
|
|
6820
6820
|
|
|
6821
|
-
var __vue_staticRenderFns__$
|
|
6821
|
+
var __vue_staticRenderFns__$q = [];
|
|
6822
6822
|
/* style */
|
|
6823
6823
|
|
|
6824
|
-
var __vue_inject_styles__$
|
|
6824
|
+
var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
|
|
6825
6825
|
if (!inject) return;
|
|
6826
6826
|
inject("data-v-2f56a231_0", {
|
|
6827
6827
|
source: "[data-v-2f56a231].VcTextArea.v-text-field .v-text-field__slot:first-child{margin-inline-start:12px;margin-top:3px;height:100%}[data-v-2f56a231].VcTextArea.v-text-field.v-input--is-focused label,[data-v-2f56a231].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-2f56a231].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-2f56a231].VcTextArea.v-text-field:not(.v-text-field--outlined) .v-text-field__slot{transition:margin-bottom .1s}[data-v-2f56a231].VcTextArea.v-text-field:not(.v-text-field--outlined).v-input--is-focused label,[data-v-2f56a231].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-2f56a231].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-2f56a231].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-2f56a231].VcTextArea.v-text-field .v-input__slot:after,[data-v-2f56a231].VcTextArea.v-text-field .v-input__slot:before{display:none}[data-v-2f56a231].VcTextArea.v-text-field textarea{font-size:15px!important;font-weight:500;line-height:1.5;margin-top:20px}[data-v-2f56a231].VcTextArea.v-text-field.no-label textarea{margin-top:var(--size-value2)}[data-v-2f56a231].VcTextArea.v-text-field .v-text-field__prefix{color:rgba(0,0,0,.54)!important}[data-v-2f56a231].VcTextArea.v-text-field.error--text .v-input__slot{border:1px solid var(--v-danger-base);box-shadow:none}[data-v-2f56a231].VcTextArea.v-text-field.v-input--is-disabled .v-input__slot{background-color:rgba(0,0,0,.03)!important}",
|
|
@@ -6832,21 +6832,21 @@ var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
|
|
|
6832
6832
|
/* scoped */
|
|
6833
6833
|
|
|
6834
6834
|
|
|
6835
|
-
var __vue_scope_id__$
|
|
6835
|
+
var __vue_scope_id__$q = "data-v-2f56a231";
|
|
6836
6836
|
/* module identifier */
|
|
6837
6837
|
|
|
6838
|
-
var __vue_module_identifier__$
|
|
6838
|
+
var __vue_module_identifier__$q = "data-v-2f56a231";
|
|
6839
6839
|
/* functional template */
|
|
6840
6840
|
|
|
6841
|
-
var __vue_is_functional_template__$
|
|
6841
|
+
var __vue_is_functional_template__$q = false;
|
|
6842
6842
|
/* style inject shadow dom */
|
|
6843
6843
|
|
|
6844
|
-
var __vue_component__$
|
|
6845
|
-
render: __vue_render__$
|
|
6846
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6847
|
-
}, __vue_inject_styles__$
|
|
6844
|
+
var __vue_component__$M = /*#__PURE__*/normalizeComponent({
|
|
6845
|
+
render: __vue_render__$q,
|
|
6846
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
6847
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, createInjectorSSR, undefined);
|
|
6848
6848
|
|
|
6849
|
-
var __vue_component__$
|
|
6849
|
+
var __vue_component__$N = __vue_component__$M;var script$p = {
|
|
6850
6850
|
name: 'VcSelectField',
|
|
6851
6851
|
components: {
|
|
6852
6852
|
VcIconWithTooltip: VcIconWithTooltip,
|
|
@@ -6927,10 +6927,10 @@ var __vue_component__$I = __vue_component__$H;var script$m = {
|
|
|
6927
6927
|
}
|
|
6928
6928
|
}
|
|
6929
6929
|
};/* script */
|
|
6930
|
-
var __vue_script__$
|
|
6930
|
+
var __vue_script__$p = script$p;
|
|
6931
6931
|
/* template */
|
|
6932
6932
|
|
|
6933
|
-
var __vue_render__$
|
|
6933
|
+
var __vue_render__$p = function __vue_render__() {
|
|
6934
6934
|
var _vm = this;
|
|
6935
6935
|
|
|
6936
6936
|
var _h = _vm.$createElement;
|
|
@@ -6989,10 +6989,10 @@ var __vue_render__$m = function __vue_render__() {
|
|
|
6989
6989
|
});
|
|
6990
6990
|
};
|
|
6991
6991
|
|
|
6992
|
-
var __vue_staticRenderFns__$
|
|
6992
|
+
var __vue_staticRenderFns__$p = [];
|
|
6993
6993
|
/* style */
|
|
6994
6994
|
|
|
6995
|
-
var __vue_inject_styles__$
|
|
6995
|
+
var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
|
|
6996
6996
|
if (!inject) return;
|
|
6997
6997
|
inject("data-v-1413447c_0", {
|
|
6998
6998
|
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%}",
|
|
@@ -7007,21 +7007,21 @@ var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
|
|
|
7007
7007
|
/* scoped */
|
|
7008
7008
|
|
|
7009
7009
|
|
|
7010
|
-
var __vue_scope_id__$
|
|
7010
|
+
var __vue_scope_id__$p = "data-v-1413447c";
|
|
7011
7011
|
/* module identifier */
|
|
7012
7012
|
|
|
7013
|
-
var __vue_module_identifier__$
|
|
7013
|
+
var __vue_module_identifier__$p = "data-v-1413447c";
|
|
7014
7014
|
/* functional template */
|
|
7015
7015
|
|
|
7016
|
-
var __vue_is_functional_template__$
|
|
7016
|
+
var __vue_is_functional_template__$p = false;
|
|
7017
7017
|
/* style inject shadow dom */
|
|
7018
7018
|
|
|
7019
|
-
var __vue_component__$
|
|
7020
|
-
render: __vue_render__$
|
|
7021
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7022
|
-
}, __vue_inject_styles__$
|
|
7019
|
+
var __vue_component__$K = /*#__PURE__*/normalizeComponent({
|
|
7020
|
+
render: __vue_render__$p,
|
|
7021
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
7022
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, createInjectorSSR, undefined);
|
|
7023
7023
|
|
|
7024
|
-
var __vue_component__$
|
|
7024
|
+
var __vue_component__$L = __vue_component__$K;var script$o = {
|
|
7025
7025
|
name: 'VcToast',
|
|
7026
7026
|
components: {
|
|
7027
7027
|
VcAlert: VcAlert,
|
|
@@ -7042,10 +7042,10 @@ var __vue_component__$G = __vue_component__$F;var script$l = {
|
|
|
7042
7042
|
}
|
|
7043
7043
|
}
|
|
7044
7044
|
};/* script */
|
|
7045
|
-
var __vue_script__$
|
|
7045
|
+
var __vue_script__$o = script$o;
|
|
7046
7046
|
/* template */
|
|
7047
7047
|
|
|
7048
|
-
var __vue_render__$
|
|
7048
|
+
var __vue_render__$o = function __vue_render__() {
|
|
7049
7049
|
var _vm = this;
|
|
7050
7050
|
|
|
7051
7051
|
var _h = _vm.$createElement;
|
|
@@ -7067,10 +7067,10 @@ var __vue_render__$l = function __vue_render__() {
|
|
|
7067
7067
|
}, 'VcAlert', _vm.$attrs, false))], 1);
|
|
7068
7068
|
};
|
|
7069
7069
|
|
|
7070
|
-
var __vue_staticRenderFns__$
|
|
7070
|
+
var __vue_staticRenderFns__$o = [];
|
|
7071
7071
|
/* style */
|
|
7072
7072
|
|
|
7073
|
-
var __vue_inject_styles__$
|
|
7073
|
+
var __vue_inject_styles__$o = function __vue_inject_styles__(inject) {
|
|
7074
7074
|
if (!inject) return;
|
|
7075
7075
|
inject("data-v-2d3e5bbe_0", {
|
|
7076
7076
|
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}",
|
|
@@ -7081,21 +7081,21 @@ var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
|
7081
7081
|
/* scoped */
|
|
7082
7082
|
|
|
7083
7083
|
|
|
7084
|
-
var __vue_scope_id__$
|
|
7084
|
+
var __vue_scope_id__$o = "data-v-2d3e5bbe";
|
|
7085
7085
|
/* module identifier */
|
|
7086
7086
|
|
|
7087
|
-
var __vue_module_identifier__$
|
|
7087
|
+
var __vue_module_identifier__$o = "data-v-2d3e5bbe";
|
|
7088
7088
|
/* functional template */
|
|
7089
7089
|
|
|
7090
|
-
var __vue_is_functional_template__$
|
|
7090
|
+
var __vue_is_functional_template__$o = false;
|
|
7091
7091
|
/* style inject shadow dom */
|
|
7092
7092
|
|
|
7093
|
-
var __vue_component__$
|
|
7094
|
-
render: __vue_render__$
|
|
7095
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7096
|
-
}, __vue_inject_styles__$
|
|
7093
|
+
var __vue_component__$I = /*#__PURE__*/normalizeComponent({
|
|
7094
|
+
render: __vue_render__$o,
|
|
7095
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
7096
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, createInjectorSSR, undefined);
|
|
7097
7097
|
|
|
7098
|
-
var __vue_component__$
|
|
7098
|
+
var __vue_component__$J = __vue_component__$I;//
|
|
7099
7099
|
//
|
|
7100
7100
|
//
|
|
7101
7101
|
//
|
|
@@ -7107,7 +7107,7 @@ var __vue_component__$E = __vue_component__$D;//
|
|
|
7107
7107
|
//
|
|
7108
7108
|
//
|
|
7109
7109
|
//
|
|
7110
|
-
var script$
|
|
7110
|
+
var script$n = {
|
|
7111
7111
|
components: {
|
|
7112
7112
|
VCard: lib.VCard
|
|
7113
7113
|
},
|
|
@@ -7129,10 +7129,10 @@ var script$k = {
|
|
|
7129
7129
|
}
|
|
7130
7130
|
}
|
|
7131
7131
|
};/* script */
|
|
7132
|
-
var __vue_script__$
|
|
7132
|
+
var __vue_script__$n = script$n;
|
|
7133
7133
|
/* template */
|
|
7134
7134
|
|
|
7135
|
-
var __vue_render__$
|
|
7135
|
+
var __vue_render__$n = function __vue_render__() {
|
|
7136
7136
|
var _vm = this;
|
|
7137
7137
|
|
|
7138
7138
|
var _h = _vm.$createElement;
|
|
@@ -7166,10 +7166,10 @@ var __vue_render__$k = function __vue_render__() {
|
|
|
7166
7166
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2);
|
|
7167
7167
|
};
|
|
7168
7168
|
|
|
7169
|
-
var __vue_staticRenderFns__$
|
|
7169
|
+
var __vue_staticRenderFns__$n = [];
|
|
7170
7170
|
/* style */
|
|
7171
7171
|
|
|
7172
|
-
var __vue_inject_styles__$
|
|
7172
|
+
var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
|
|
7173
7173
|
if (!inject) return;
|
|
7174
7174
|
inject("data-v-11425092_0", {
|
|
7175
7175
|
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}",
|
|
@@ -7180,21 +7180,21 @@ var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
|
|
|
7180
7180
|
/* scoped */
|
|
7181
7181
|
|
|
7182
7182
|
|
|
7183
|
-
var __vue_scope_id__$
|
|
7183
|
+
var __vue_scope_id__$n = "data-v-11425092";
|
|
7184
7184
|
/* module identifier */
|
|
7185
7185
|
|
|
7186
|
-
var __vue_module_identifier__$
|
|
7186
|
+
var __vue_module_identifier__$n = "data-v-11425092";
|
|
7187
7187
|
/* functional template */
|
|
7188
7188
|
|
|
7189
|
-
var __vue_is_functional_template__$
|
|
7189
|
+
var __vue_is_functional_template__$n = false;
|
|
7190
7190
|
/* style inject shadow dom */
|
|
7191
7191
|
|
|
7192
|
-
var __vue_component__$
|
|
7193
|
-
render: __vue_render__$
|
|
7194
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7195
|
-
}, __vue_inject_styles__$
|
|
7192
|
+
var __vue_component__$G = /*#__PURE__*/normalizeComponent({
|
|
7193
|
+
render: __vue_render__$n,
|
|
7194
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
7195
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, createInjectorSSR, undefined);
|
|
7196
7196
|
|
|
7197
|
-
var __vue_component__$
|
|
7197
|
+
var __vue_component__$H = __vue_component__$G;var script$m = {
|
|
7198
7198
|
name: "FilterPanel",
|
|
7199
7199
|
components: {
|
|
7200
7200
|
VcLayout: VcLayout,
|
|
@@ -7221,10 +7221,10 @@ var __vue_component__$C = __vue_component__$B;var script$j = {
|
|
|
7221
7221
|
}
|
|
7222
7222
|
}
|
|
7223
7223
|
};/* script */
|
|
7224
|
-
var __vue_script__$
|
|
7224
|
+
var __vue_script__$m = script$m;
|
|
7225
7225
|
/* template */
|
|
7226
7226
|
|
|
7227
|
-
var __vue_render__$
|
|
7227
|
+
var __vue_render__$m = function __vue_render__() {
|
|
7228
7228
|
var _vm = this;
|
|
7229
7229
|
|
|
7230
7230
|
var _h = _vm.$createElement;
|
|
@@ -7280,10 +7280,10 @@ var __vue_render__$j = function __vue_render__() {
|
|
|
7280
7280
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2)], 1)], 1);
|
|
7281
7281
|
};
|
|
7282
7282
|
|
|
7283
|
-
var __vue_staticRenderFns__$
|
|
7283
|
+
var __vue_staticRenderFns__$m = [];
|
|
7284
7284
|
/* style */
|
|
7285
7285
|
|
|
7286
|
-
var __vue_inject_styles__$
|
|
7286
|
+
var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
|
|
7287
7287
|
if (!inject) return;
|
|
7288
7288
|
inject("data-v-44aac954_0", {
|
|
7289
7289
|
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)}",
|
|
@@ -7294,27 +7294,27 @@ var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
|
|
|
7294
7294
|
/* scoped */
|
|
7295
7295
|
|
|
7296
7296
|
|
|
7297
|
-
var __vue_scope_id__$
|
|
7297
|
+
var __vue_scope_id__$m = "data-v-44aac954";
|
|
7298
7298
|
/* module identifier */
|
|
7299
7299
|
|
|
7300
|
-
var __vue_module_identifier__$
|
|
7300
|
+
var __vue_module_identifier__$m = "data-v-44aac954";
|
|
7301
7301
|
/* functional template */
|
|
7302
7302
|
|
|
7303
|
-
var __vue_is_functional_template__$
|
|
7303
|
+
var __vue_is_functional_template__$m = false;
|
|
7304
7304
|
/* style inject shadow dom */
|
|
7305
7305
|
|
|
7306
|
-
var __vue_component__$
|
|
7307
|
-
render: __vue_render__$
|
|
7308
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7309
|
-
}, __vue_inject_styles__$
|
|
7306
|
+
var __vue_component__$E = /*#__PURE__*/normalizeComponent({
|
|
7307
|
+
render: __vue_render__$m,
|
|
7308
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
7309
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, createInjectorSSR, undefined);
|
|
7310
7310
|
|
|
7311
|
-
var __vue_component__$
|
|
7311
|
+
var __vue_component__$F = __vue_component__$E;//
|
|
7312
7312
|
//
|
|
7313
7313
|
//
|
|
7314
7314
|
//
|
|
7315
7315
|
//
|
|
7316
7316
|
//
|
|
7317
|
-
var script$
|
|
7317
|
+
var script$l = {
|
|
7318
7318
|
components: {
|
|
7319
7319
|
VLayout: lib.VLayout
|
|
7320
7320
|
},
|
|
@@ -7328,10 +7328,10 @@ var script$i = {
|
|
|
7328
7328
|
}
|
|
7329
7329
|
}
|
|
7330
7330
|
};/* script */
|
|
7331
|
-
var __vue_script__$
|
|
7331
|
+
var __vue_script__$l = script$l;
|
|
7332
7332
|
/* template */
|
|
7333
7333
|
|
|
7334
|
-
var __vue_render__$
|
|
7334
|
+
var __vue_render__$l = function __vue_render__() {
|
|
7335
7335
|
var _vm = this;
|
|
7336
7336
|
|
|
7337
7337
|
var _h = _vm.$createElement;
|
|
@@ -7346,10 +7346,10 @@ var __vue_render__$i = function __vue_render__() {
|
|
|
7346
7346
|
}, [_vm._t("default")], 2);
|
|
7347
7347
|
};
|
|
7348
7348
|
|
|
7349
|
-
var __vue_staticRenderFns__$
|
|
7349
|
+
var __vue_staticRenderFns__$l = [];
|
|
7350
7350
|
/* style */
|
|
7351
7351
|
|
|
7352
|
-
var __vue_inject_styles__$
|
|
7352
|
+
var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
7353
7353
|
if (!inject) return;
|
|
7354
7354
|
inject("data-v-e2463588_0", {
|
|
7355
7355
|
source: ".VcFocusArea[data-v-e2463588]{padding:var(--size-value4);background-color:var(--gray-lighten-3);border-radius:6px}",
|
|
@@ -7360,21 +7360,21 @@ var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
|
|
|
7360
7360
|
/* scoped */
|
|
7361
7361
|
|
|
7362
7362
|
|
|
7363
|
-
var __vue_scope_id__$
|
|
7363
|
+
var __vue_scope_id__$l = "data-v-e2463588";
|
|
7364
7364
|
/* module identifier */
|
|
7365
7365
|
|
|
7366
|
-
var __vue_module_identifier__$
|
|
7366
|
+
var __vue_module_identifier__$l = "data-v-e2463588";
|
|
7367
7367
|
/* functional template */
|
|
7368
7368
|
|
|
7369
|
-
var __vue_is_functional_template__$
|
|
7369
|
+
var __vue_is_functional_template__$l = false;
|
|
7370
7370
|
/* style inject shadow dom */
|
|
7371
7371
|
|
|
7372
|
-
var __vue_component__$
|
|
7373
|
-
render: __vue_render__$
|
|
7374
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7375
|
-
}, __vue_inject_styles__$
|
|
7372
|
+
var __vue_component__$C = /*#__PURE__*/normalizeComponent({
|
|
7373
|
+
render: __vue_render__$l,
|
|
7374
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
7375
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, createInjectorSSR, undefined);
|
|
7376
7376
|
|
|
7377
|
-
var __vue_component__$
|
|
7377
|
+
var __vue_component__$D = __vue_component__$C;var script$k = {
|
|
7378
7378
|
name: "ListItem",
|
|
7379
7379
|
components: {
|
|
7380
7380
|
VcLayout: VcLayout,
|
|
@@ -7412,10 +7412,10 @@ var __vue_component__$y = __vue_component__$x;var script$h = {
|
|
|
7412
7412
|
}
|
|
7413
7413
|
}
|
|
7414
7414
|
};/* script */
|
|
7415
|
-
var __vue_script__$
|
|
7415
|
+
var __vue_script__$k = script$k;
|
|
7416
7416
|
/* template */
|
|
7417
7417
|
|
|
7418
|
-
var __vue_render__$
|
|
7418
|
+
var __vue_render__$k = function __vue_render__() {
|
|
7419
7419
|
var _vm = this;
|
|
7420
7420
|
|
|
7421
7421
|
var _h = _vm.$createElement;
|
|
@@ -7460,10 +7460,10 @@ var __vue_render__$h = function __vue_render__() {
|
|
|
7460
7460
|
})], 2)], 1);
|
|
7461
7461
|
};
|
|
7462
7462
|
|
|
7463
|
-
var __vue_staticRenderFns__$
|
|
7463
|
+
var __vue_staticRenderFns__$k = [];
|
|
7464
7464
|
/* style */
|
|
7465
7465
|
|
|
7466
|
-
var __vue_inject_styles__$
|
|
7466
|
+
var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
|
|
7467
7467
|
if (!inject) return;
|
|
7468
7468
|
inject("data-v-0a8bbb3a_0", {
|
|
7469
7469
|
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}",
|
|
@@ -7474,21 +7474,21 @@ var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
|
|
|
7474
7474
|
/* scoped */
|
|
7475
7475
|
|
|
7476
7476
|
|
|
7477
|
-
var __vue_scope_id__$
|
|
7477
|
+
var __vue_scope_id__$k = "data-v-0a8bbb3a";
|
|
7478
7478
|
/* module identifier */
|
|
7479
7479
|
|
|
7480
|
-
var __vue_module_identifier__$
|
|
7480
|
+
var __vue_module_identifier__$k = "data-v-0a8bbb3a";
|
|
7481
7481
|
/* functional template */
|
|
7482
7482
|
|
|
7483
|
-
var __vue_is_functional_template__$
|
|
7483
|
+
var __vue_is_functional_template__$k = false;
|
|
7484
7484
|
/* style inject shadow dom */
|
|
7485
7485
|
|
|
7486
|
-
var __vue_component__$
|
|
7487
|
-
render: __vue_render__$
|
|
7488
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7489
|
-
}, __vue_inject_styles__$
|
|
7486
|
+
var __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
7487
|
+
render: __vue_render__$k,
|
|
7488
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
7489
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, createInjectorSSR, undefined);
|
|
7490
7490
|
|
|
7491
|
-
var __vue_component__$
|
|
7491
|
+
var __vue_component__$B = __vue_component__$A;var script$j = {
|
|
7492
7492
|
name: "VcGroupHeader",
|
|
7493
7493
|
components: {
|
|
7494
7494
|
VcLayout: VcLayout
|
|
@@ -7508,10 +7508,10 @@ var __vue_component__$w = __vue_component__$v;var script$g = {
|
|
|
7508
7508
|
}
|
|
7509
7509
|
}
|
|
7510
7510
|
};/* script */
|
|
7511
|
-
var __vue_script__$
|
|
7511
|
+
var __vue_script__$j = script$j;
|
|
7512
7512
|
/* template */
|
|
7513
7513
|
|
|
7514
|
-
var __vue_render__$
|
|
7514
|
+
var __vue_render__$j = function __vue_render__() {
|
|
7515
7515
|
var _vm = this;
|
|
7516
7516
|
|
|
7517
7517
|
var _h = _vm.$createElement;
|
|
@@ -7527,10 +7527,10 @@ var __vue_render__$g = function __vue_render__() {
|
|
|
7527
7527
|
}, [_c('span', [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.summaryText))])]);
|
|
7528
7528
|
};
|
|
7529
7529
|
|
|
7530
|
-
var __vue_staticRenderFns__$
|
|
7530
|
+
var __vue_staticRenderFns__$j = [];
|
|
7531
7531
|
/* style */
|
|
7532
7532
|
|
|
7533
|
-
var __vue_inject_styles__$
|
|
7533
|
+
var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
|
|
7534
7534
|
if (!inject) return;
|
|
7535
7535
|
inject("data-v-5cb0ff3e_0", {
|
|
7536
7536
|
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)}}",
|
|
@@ -7541,21 +7541,21 @@ var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
|
|
|
7541
7541
|
/* scoped */
|
|
7542
7542
|
|
|
7543
7543
|
|
|
7544
|
-
var __vue_scope_id__$
|
|
7544
|
+
var __vue_scope_id__$j = "data-v-5cb0ff3e";
|
|
7545
7545
|
/* module identifier */
|
|
7546
7546
|
|
|
7547
|
-
var __vue_module_identifier__$
|
|
7547
|
+
var __vue_module_identifier__$j = "data-v-5cb0ff3e";
|
|
7548
7548
|
/* functional template */
|
|
7549
7549
|
|
|
7550
|
-
var __vue_is_functional_template__$
|
|
7550
|
+
var __vue_is_functional_template__$j = false;
|
|
7551
7551
|
/* style inject shadow dom */
|
|
7552
7552
|
|
|
7553
|
-
var __vue_component__$
|
|
7554
|
-
render: __vue_render__$
|
|
7555
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7556
|
-
}, __vue_inject_styles__$
|
|
7553
|
+
var __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
7554
|
+
render: __vue_render__$j,
|
|
7555
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
7556
|
+
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, createInjectorSSR, undefined);
|
|
7557
7557
|
|
|
7558
|
-
var __vue_component__$
|
|
7558
|
+
var __vue_component__$z = __vue_component__$y;var script$i = {
|
|
7559
7559
|
name: "VcBanner",
|
|
7560
7560
|
components: {
|
|
7561
7561
|
VcImage: VcImage,
|
|
@@ -7603,10 +7603,10 @@ var __vue_component__$u = __vue_component__$t;var script$f = {
|
|
|
7603
7603
|
}
|
|
7604
7604
|
}
|
|
7605
7605
|
};/* script */
|
|
7606
|
-
var __vue_script__$
|
|
7606
|
+
var __vue_script__$i = script$i;
|
|
7607
7607
|
/* template */
|
|
7608
7608
|
|
|
7609
|
-
var __vue_render__$
|
|
7609
|
+
var __vue_render__$i = function __vue_render__() {
|
|
7610
7610
|
var _vm = this;
|
|
7611
7611
|
|
|
7612
7612
|
var _h = _vm.$createElement;
|
|
@@ -7678,10 +7678,10 @@ var __vue_render__$f = function __vue_render__() {
|
|
|
7678
7678
|
}) : _vm._e()], 2);
|
|
7679
7679
|
};
|
|
7680
7680
|
|
|
7681
|
-
var __vue_staticRenderFns__$
|
|
7681
|
+
var __vue_staticRenderFns__$i = [];
|
|
7682
7682
|
/* style */
|
|
7683
7683
|
|
|
7684
|
-
var __vue_inject_styles__$
|
|
7684
|
+
var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
|
|
7685
7685
|
if (!inject) return;
|
|
7686
7686
|
inject("data-v-b6def40c_0", {
|
|
7687
7687
|
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)}",
|
|
@@ -7692,21 +7692,21 @@ var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
|
|
|
7692
7692
|
/* scoped */
|
|
7693
7693
|
|
|
7694
7694
|
|
|
7695
|
-
var __vue_scope_id__$
|
|
7695
|
+
var __vue_scope_id__$i = "data-v-b6def40c";
|
|
7696
7696
|
/* module identifier */
|
|
7697
7697
|
|
|
7698
|
-
var __vue_module_identifier__$
|
|
7698
|
+
var __vue_module_identifier__$i = "data-v-b6def40c";
|
|
7699
7699
|
/* functional template */
|
|
7700
7700
|
|
|
7701
|
-
var __vue_is_functional_template__$
|
|
7701
|
+
var __vue_is_functional_template__$i = false;
|
|
7702
7702
|
/* style inject shadow dom */
|
|
7703
7703
|
|
|
7704
|
-
var __vue_component__$
|
|
7705
|
-
render: __vue_render__$
|
|
7706
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7707
|
-
}, __vue_inject_styles__$
|
|
7704
|
+
var __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
7705
|
+
render: __vue_render__$i,
|
|
7706
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
7707
|
+
}, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, createInjectorSSR, undefined);
|
|
7708
7708
|
|
|
7709
|
-
var __vue_component__$
|
|
7709
|
+
var __vue_component__$x = __vue_component__$w;var script$h = {
|
|
7710
7710
|
name: "VcWizardCtaContainer",
|
|
7711
7711
|
components: {
|
|
7712
7712
|
VcButton: VcButton,
|
|
@@ -7735,10 +7735,10 @@ var __vue_component__$s = __vue_component__$r;var script$e = {
|
|
|
7735
7735
|
}
|
|
7736
7736
|
}
|
|
7737
7737
|
};/* script */
|
|
7738
|
-
var __vue_script__$
|
|
7738
|
+
var __vue_script__$h = script$h;
|
|
7739
7739
|
/* template */
|
|
7740
7740
|
|
|
7741
|
-
var __vue_render__$
|
|
7741
|
+
var __vue_render__$h = function __vue_render__() {
|
|
7742
7742
|
var _vm = this;
|
|
7743
7743
|
|
|
7744
7744
|
var _h = _vm.$createElement;
|
|
@@ -7778,10 +7778,10 @@ var __vue_render__$e = function __vue_render__() {
|
|
|
7778
7778
|
}, [_vm._v("\n " + _vm._s(_vm.nextButtonLabel) + "\n ")])], 1);
|
|
7779
7779
|
};
|
|
7780
7780
|
|
|
7781
|
-
var __vue_staticRenderFns__$
|
|
7781
|
+
var __vue_staticRenderFns__$h = [];
|
|
7782
7782
|
/* style */
|
|
7783
7783
|
|
|
7784
|
-
var __vue_inject_styles__$
|
|
7784
|
+
var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
|
|
7785
7785
|
if (!inject) return;
|
|
7786
7786
|
inject("data-v-1df05a63_0", {
|
|
7787
7787
|
source: "[data-v-1df05a63]: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-1df05a63]{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-1df05a63]{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-1df05a63]{flex:1;min-height:var(--size-value12)}@media screen and (min-width:960px){.wizard-cta-button[data-v-1df05a63]{flex:revert;min-height:var(--size-value10)}}.wizard-cta-button+.wizard-cta-button[data-v-1df05a63]{margin-inline-start:var(--size-value3)}",
|
|
@@ -7792,21 +7792,21 @@ var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
|
|
|
7792
7792
|
/* scoped */
|
|
7793
7793
|
|
|
7794
7794
|
|
|
7795
|
-
var __vue_scope_id__$
|
|
7795
|
+
var __vue_scope_id__$h = "data-v-1df05a63";
|
|
7796
7796
|
/* module identifier */
|
|
7797
7797
|
|
|
7798
|
-
var __vue_module_identifier__$
|
|
7798
|
+
var __vue_module_identifier__$h = "data-v-1df05a63";
|
|
7799
7799
|
/* functional template */
|
|
7800
7800
|
|
|
7801
|
-
var __vue_is_functional_template__$
|
|
7801
|
+
var __vue_is_functional_template__$h = false;
|
|
7802
7802
|
/* style inject shadow dom */
|
|
7803
7803
|
|
|
7804
|
-
var __vue_component__$
|
|
7805
|
-
render: __vue_render__$
|
|
7806
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7807
|
-
}, __vue_inject_styles__$
|
|
7804
|
+
var __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
7805
|
+
render: __vue_render__$h,
|
|
7806
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
7807
|
+
}, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, createInjectorSSR, undefined);
|
|
7808
7808
|
|
|
7809
|
-
var VcWizardCtaContainer = __vue_component__$
|
|
7809
|
+
var VcWizardCtaContainer = __vue_component__$v;var script$g = {
|
|
7810
7810
|
name: "VcStepperContent",
|
|
7811
7811
|
model: {
|
|
7812
7812
|
prop: 'currentStep'
|
|
@@ -7920,10 +7920,10 @@ var VcWizardCtaContainer = __vue_component__$q;var script$d = {
|
|
|
7920
7920
|
}
|
|
7921
7921
|
}
|
|
7922
7922
|
};/* script */
|
|
7923
|
-
var __vue_script__$
|
|
7923
|
+
var __vue_script__$g = script$g;
|
|
7924
7924
|
/* template */
|
|
7925
7925
|
|
|
7926
|
-
var __vue_render__$
|
|
7926
|
+
var __vue_render__$g = function __vue_render__() {
|
|
7927
7927
|
var _vm = this;
|
|
7928
7928
|
|
|
7929
7929
|
var _h = _vm.$createElement;
|
|
@@ -8012,10 +8012,10 @@ var __vue_render__$d = function __vue_render__() {
|
|
|
8012
8012
|
}), 1)], 1)], 1);
|
|
8013
8013
|
};
|
|
8014
8014
|
|
|
8015
|
-
var __vue_staticRenderFns__$
|
|
8015
|
+
var __vue_staticRenderFns__$g = [];
|
|
8016
8016
|
/* style */
|
|
8017
8017
|
|
|
8018
|
-
var __vue_inject_styles__$
|
|
8018
|
+
var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
|
|
8019
8019
|
if (!inject) return;
|
|
8020
8020
|
inject("data-v-4a2a7ae5_0", {
|
|
8021
8021
|
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}",
|
|
@@ -8026,21 +8026,21 @@ var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
|
|
|
8026
8026
|
/* scoped */
|
|
8027
8027
|
|
|
8028
8028
|
|
|
8029
|
-
var __vue_scope_id__$
|
|
8029
|
+
var __vue_scope_id__$g = "data-v-4a2a7ae5";
|
|
8030
8030
|
/* module identifier */
|
|
8031
8031
|
|
|
8032
|
-
var __vue_module_identifier__$
|
|
8032
|
+
var __vue_module_identifier__$g = "data-v-4a2a7ae5";
|
|
8033
8033
|
/* functional template */
|
|
8034
8034
|
|
|
8035
|
-
var __vue_is_functional_template__$
|
|
8035
|
+
var __vue_is_functional_template__$g = false;
|
|
8036
8036
|
/* style inject shadow dom */
|
|
8037
8037
|
|
|
8038
|
-
var __vue_component__$
|
|
8039
|
-
render: __vue_render__$
|
|
8040
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8041
|
-
}, __vue_inject_styles__$
|
|
8038
|
+
var __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
8039
|
+
render: __vue_render__$g,
|
|
8040
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
8041
|
+
}, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, createInjectorSSR, undefined);
|
|
8042
8042
|
|
|
8043
|
-
var VcStepperContent = __vue_component__$
|
|
8043
|
+
var VcStepperContent = __vue_component__$u;var script$f = {
|
|
8044
8044
|
name: "VcWizard",
|
|
8045
8045
|
components: {
|
|
8046
8046
|
VcStepsBar: VcStepsBar,
|
|
@@ -8157,10 +8157,10 @@ var VcStepperContent = __vue_component__$p;var script$c = {
|
|
|
8157
8157
|
}
|
|
8158
8158
|
}
|
|
8159
8159
|
};/* script */
|
|
8160
|
-
var __vue_script__$
|
|
8160
|
+
var __vue_script__$f = script$f;
|
|
8161
8161
|
/* template */
|
|
8162
8162
|
|
|
8163
|
-
var __vue_render__$
|
|
8163
|
+
var __vue_render__$f = function __vue_render__() {
|
|
8164
8164
|
var _vm = this;
|
|
8165
8165
|
|
|
8166
8166
|
var _h = _vm.$createElement;
|
|
@@ -8214,10 +8214,10 @@ var __vue_render__$c = function __vue_render__() {
|
|
|
8214
8214
|
})], 1);
|
|
8215
8215
|
};
|
|
8216
8216
|
|
|
8217
|
-
var __vue_staticRenderFns__$
|
|
8217
|
+
var __vue_staticRenderFns__$f = [];
|
|
8218
8218
|
/* style */
|
|
8219
8219
|
|
|
8220
|
-
var __vue_inject_styles__$
|
|
8220
|
+
var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
|
|
8221
8221
|
if (!inject) return;
|
|
8222
8222
|
inject("data-v-b6c4a2b8_0", {
|
|
8223
8223
|
source: "[data-v-b6c4a2b8]: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-b6c4a2b8]{height:100%}@media screen and (min-width:960px){.vc-wizard[data-v-b6c4a2b8]{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-b6c4a2b8]{grid-column-gap:var(--size-value10);padding-inline-end:var(--size-value10)}.vc-wizard.wizard-size-lg[data-v-b6c4a2b8]{grid-column-gap:var(--size-value20);padding-inline-end:var(--size-value20)}}.vc-stepper-container[data-v-b6c4a2b8]{grid-area:1/1/3/2;border-inline-end:1px solid #e0e0e0;max-height:calc(100% - 24px)}.wizard-cta-container[data-v-b6c4a2b8]{grid-area:2/2/3/3}.stepper-content-wrapper[data-v-b6c4a2b8]{grid-area:1/2/2/3}",
|
|
@@ -8228,21 +8228,21 @@ var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
|
|
|
8228
8228
|
/* scoped */
|
|
8229
8229
|
|
|
8230
8230
|
|
|
8231
|
-
var __vue_scope_id__$
|
|
8231
|
+
var __vue_scope_id__$f = "data-v-b6c4a2b8";
|
|
8232
8232
|
/* module identifier */
|
|
8233
8233
|
|
|
8234
|
-
var __vue_module_identifier__$
|
|
8234
|
+
var __vue_module_identifier__$f = "data-v-b6c4a2b8";
|
|
8235
8235
|
/* functional template */
|
|
8236
8236
|
|
|
8237
|
-
var __vue_is_functional_template__$
|
|
8237
|
+
var __vue_is_functional_template__$f = false;
|
|
8238
8238
|
/* style inject shadow dom */
|
|
8239
8239
|
|
|
8240
|
-
var __vue_component__$
|
|
8241
|
-
render: __vue_render__$
|
|
8242
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8243
|
-
}, __vue_inject_styles__$
|
|
8240
|
+
var __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
8241
|
+
render: __vue_render__$f,
|
|
8242
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
8243
|
+
}, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, createInjectorSSR, undefined);
|
|
8244
8244
|
|
|
8245
|
-
var __vue_component__$
|
|
8245
|
+
var __vue_component__$t = __vue_component__$s;//
|
|
8246
8246
|
//
|
|
8247
8247
|
//
|
|
8248
8248
|
//
|
|
@@ -8258,7 +8258,7 @@ var __vue_component__$o = __vue_component__$n;//
|
|
|
8258
8258
|
//
|
|
8259
8259
|
//
|
|
8260
8260
|
//
|
|
8261
|
-
var script$
|
|
8261
|
+
var script$e = {
|
|
8262
8262
|
name: 'VcBadge',
|
|
8263
8263
|
components: {
|
|
8264
8264
|
VBadge: lib.VBadge
|
|
@@ -8289,10 +8289,10 @@ var script$b = {
|
|
|
8289
8289
|
}
|
|
8290
8290
|
}
|
|
8291
8291
|
};/* script */
|
|
8292
|
-
var __vue_script__$
|
|
8292
|
+
var __vue_script__$e = script$e;
|
|
8293
8293
|
/* template */
|
|
8294
8294
|
|
|
8295
|
-
var __vue_render__$
|
|
8295
|
+
var __vue_render__$e = function __vue_render__() {
|
|
8296
8296
|
var _vm = this;
|
|
8297
8297
|
|
|
8298
8298
|
var _h = _vm.$createElement;
|
|
@@ -8318,10 +8318,10 @@ var __vue_render__$b = function __vue_render__() {
|
|
|
8318
8318
|
}, [_vm._t("default")], 2)], 1);
|
|
8319
8319
|
};
|
|
8320
8320
|
|
|
8321
|
-
var __vue_staticRenderFns__$
|
|
8321
|
+
var __vue_staticRenderFns__$e = [];
|
|
8322
8322
|
/* style */
|
|
8323
8323
|
|
|
8324
|
-
var __vue_inject_styles__$
|
|
8324
|
+
var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
|
|
8325
8325
|
if (!inject) return;
|
|
8326
8326
|
inject("data-v-4edabf76_0", {
|
|
8327
8327
|
source: "[data-v-4edabf76] .v-icon__component{height:12px;width:12px}",
|
|
@@ -8332,21 +8332,21 @@ var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
|
|
|
8332
8332
|
/* scoped */
|
|
8333
8333
|
|
|
8334
8334
|
|
|
8335
|
-
var __vue_scope_id__$
|
|
8335
|
+
var __vue_scope_id__$e = "data-v-4edabf76";
|
|
8336
8336
|
/* module identifier */
|
|
8337
8337
|
|
|
8338
|
-
var __vue_module_identifier__$
|
|
8338
|
+
var __vue_module_identifier__$e = "data-v-4edabf76";
|
|
8339
8339
|
/* functional template */
|
|
8340
8340
|
|
|
8341
|
-
var __vue_is_functional_template__$
|
|
8341
|
+
var __vue_is_functional_template__$e = false;
|
|
8342
8342
|
/* style inject shadow dom */
|
|
8343
8343
|
|
|
8344
|
-
var __vue_component__$
|
|
8345
|
-
render: __vue_render__$
|
|
8346
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8347
|
-
}, __vue_inject_styles__$
|
|
8344
|
+
var __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
8345
|
+
render: __vue_render__$e,
|
|
8346
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
8347
|
+
}, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, createInjectorSSR, undefined);
|
|
8348
8348
|
|
|
8349
|
-
var __vue_component__$
|
|
8349
|
+
var __vue_component__$r = __vue_component__$q;var script$d = {
|
|
8350
8350
|
name: "VcUpsellBlock",
|
|
8351
8351
|
components: {
|
|
8352
8352
|
VcImage: VcImage,
|
|
@@ -8412,10 +8412,10 @@ var __vue_component__$m = __vue_component__$l;var script$a = {
|
|
|
8412
8412
|
}
|
|
8413
8413
|
}
|
|
8414
8414
|
};/* script */
|
|
8415
|
-
var __vue_script__$
|
|
8415
|
+
var __vue_script__$d = script$d;
|
|
8416
8416
|
/* template */
|
|
8417
8417
|
|
|
8418
|
-
var __vue_render__$
|
|
8418
|
+
var __vue_render__$d = function __vue_render__() {
|
|
8419
8419
|
var _vm = this;
|
|
8420
8420
|
|
|
8421
8421
|
var _h = _vm.$createElement;
|
|
@@ -8479,10 +8479,10 @@ var __vue_render__$a = function __vue_render__() {
|
|
|
8479
8479
|
})], 1)], 1);
|
|
8480
8480
|
};
|
|
8481
8481
|
|
|
8482
|
-
var __vue_staticRenderFns__$
|
|
8482
|
+
var __vue_staticRenderFns__$d = [];
|
|
8483
8483
|
/* style */
|
|
8484
8484
|
|
|
8485
|
-
var __vue_inject_styles__$
|
|
8485
|
+
var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
|
|
8486
8486
|
if (!inject) return;
|
|
8487
8487
|
inject("data-v-3e23f57f_0", {
|
|
8488
8488
|
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}}",
|
|
@@ -8493,21 +8493,21 @@ var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
|
|
|
8493
8493
|
/* scoped */
|
|
8494
8494
|
|
|
8495
8495
|
|
|
8496
|
-
var __vue_scope_id__$
|
|
8496
|
+
var __vue_scope_id__$d = "data-v-3e23f57f";
|
|
8497
8497
|
/* module identifier */
|
|
8498
8498
|
|
|
8499
|
-
var __vue_module_identifier__$
|
|
8499
|
+
var __vue_module_identifier__$d = "data-v-3e23f57f";
|
|
8500
8500
|
/* functional template */
|
|
8501
8501
|
|
|
8502
|
-
var __vue_is_functional_template__$
|
|
8502
|
+
var __vue_is_functional_template__$d = false;
|
|
8503
8503
|
/* style inject shadow dom */
|
|
8504
8504
|
|
|
8505
|
-
var __vue_component__$
|
|
8506
|
-
render: __vue_render__$
|
|
8507
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8508
|
-
}, __vue_inject_styles__$
|
|
8505
|
+
var __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
8506
|
+
render: __vue_render__$d,
|
|
8507
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
8508
|
+
}, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, createInjectorSSR, undefined);
|
|
8509
8509
|
|
|
8510
|
-
var __vue_component__$
|
|
8510
|
+
var __vue_component__$p = __vue_component__$o;var script$c = {
|
|
8511
8511
|
name: "VcDropzone",
|
|
8512
8512
|
components: {
|
|
8513
8513
|
VcLayout: VcLayout
|
|
@@ -8594,10 +8594,10 @@ var __vue_component__$k = __vue_component__$j;var script$9 = {
|
|
|
8594
8594
|
}
|
|
8595
8595
|
}
|
|
8596
8596
|
};/* script */
|
|
8597
|
-
var __vue_script__$
|
|
8597
|
+
var __vue_script__$c = script$c;
|
|
8598
8598
|
/* template */
|
|
8599
8599
|
|
|
8600
|
-
var __vue_render__$
|
|
8600
|
+
var __vue_render__$c = function __vue_render__() {
|
|
8601
8601
|
var _vm = this;
|
|
8602
8602
|
|
|
8603
8603
|
var _h = _vm.$createElement;
|
|
@@ -8665,10 +8665,10 @@ var __vue_render__$9 = function __vue_render__() {
|
|
|
8665
8665
|
})], 2)]);
|
|
8666
8666
|
};
|
|
8667
8667
|
|
|
8668
|
-
var __vue_staticRenderFns__$
|
|
8668
|
+
var __vue_staticRenderFns__$c = [];
|
|
8669
8669
|
/* style */
|
|
8670
8670
|
|
|
8671
|
-
var __vue_inject_styles__$
|
|
8671
|
+
var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
|
|
8672
8672
|
if (!inject) return;
|
|
8673
8673
|
inject("data-v-7efc8e1b_0", {
|
|
8674
8674
|
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)}",
|
|
@@ -8679,21 +8679,21 @@ var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
|
|
|
8679
8679
|
/* scoped */
|
|
8680
8680
|
|
|
8681
8681
|
|
|
8682
|
-
var __vue_scope_id__$
|
|
8682
|
+
var __vue_scope_id__$c = "data-v-7efc8e1b";
|
|
8683
8683
|
/* module identifier */
|
|
8684
8684
|
|
|
8685
|
-
var __vue_module_identifier__$
|
|
8685
|
+
var __vue_module_identifier__$c = "data-v-7efc8e1b";
|
|
8686
8686
|
/* functional template */
|
|
8687
8687
|
|
|
8688
|
-
var __vue_is_functional_template__$
|
|
8688
|
+
var __vue_is_functional_template__$c = false;
|
|
8689
8689
|
/* style inject shadow dom */
|
|
8690
8690
|
|
|
8691
|
-
var __vue_component__$
|
|
8692
|
-
render: __vue_render__$
|
|
8693
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8694
|
-
}, __vue_inject_styles__$
|
|
8691
|
+
var __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
8692
|
+
render: __vue_render__$c,
|
|
8693
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
8694
|
+
}, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, createInjectorSSR, undefined);
|
|
8695
8695
|
|
|
8696
|
-
var __vue_component__$
|
|
8696
|
+
var __vue_component__$n = __vue_component__$m;var script$b = {
|
|
8697
8697
|
name: "VcRadio",
|
|
8698
8698
|
components: {
|
|
8699
8699
|
VcTooltip: VcTooltip,
|
|
@@ -8722,10 +8722,10 @@ var __vue_component__$i = __vue_component__$h;var script$8 = {
|
|
|
8722
8722
|
}
|
|
8723
8723
|
}
|
|
8724
8724
|
};/* script */
|
|
8725
|
-
var __vue_script__$
|
|
8725
|
+
var __vue_script__$b = script$b;
|
|
8726
8726
|
/* template */
|
|
8727
8727
|
|
|
8728
|
-
var __vue_render__$
|
|
8728
|
+
var __vue_render__$b = function __vue_render__() {
|
|
8729
8729
|
var _vm = this;
|
|
8730
8730
|
|
|
8731
8731
|
var _h = _vm.$createElement;
|
|
@@ -8773,10 +8773,10 @@ var __vue_render__$8 = function __vue_render__() {
|
|
|
8773
8773
|
});
|
|
8774
8774
|
};
|
|
8775
8775
|
|
|
8776
|
-
var __vue_staticRenderFns__$
|
|
8776
|
+
var __vue_staticRenderFns__$b = [];
|
|
8777
8777
|
/* style */
|
|
8778
8778
|
|
|
8779
|
-
var __vue_inject_styles__$
|
|
8779
|
+
var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
|
|
8780
8780
|
if (!inject) return;
|
|
8781
8781
|
inject("data-v-729dbbdc_0", {
|
|
8782
8782
|
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)}",
|
|
@@ -8787,21 +8787,21 @@ var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
|
|
|
8787
8787
|
/* scoped */
|
|
8788
8788
|
|
|
8789
8789
|
|
|
8790
|
-
var __vue_scope_id__$
|
|
8790
|
+
var __vue_scope_id__$b = "data-v-729dbbdc";
|
|
8791
8791
|
/* module identifier */
|
|
8792
8792
|
|
|
8793
|
-
var __vue_module_identifier__$
|
|
8793
|
+
var __vue_module_identifier__$b = "data-v-729dbbdc";
|
|
8794
8794
|
/* functional template */
|
|
8795
8795
|
|
|
8796
|
-
var __vue_is_functional_template__$
|
|
8796
|
+
var __vue_is_functional_template__$b = false;
|
|
8797
8797
|
/* style inject shadow dom */
|
|
8798
8798
|
|
|
8799
|
-
var __vue_component__$
|
|
8800
|
-
render: __vue_render__$
|
|
8801
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8802
|
-
}, __vue_inject_styles__$
|
|
8799
|
+
var __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
8800
|
+
render: __vue_render__$b,
|
|
8801
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
8802
|
+
}, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, createInjectorSSR, undefined);
|
|
8803
8803
|
|
|
8804
|
-
var VcRadio = __vue_component__$
|
|
8804
|
+
var VcRadio = __vue_component__$l;var script$a = {
|
|
8805
8805
|
name: "VcRadioGroup",
|
|
8806
8806
|
components: {
|
|
8807
8807
|
VcRadio: VcRadio,
|
|
@@ -8835,10 +8835,10 @@ var VcRadio = __vue_component__$g;var script$7 = {
|
|
|
8835
8835
|
}
|
|
8836
8836
|
}
|
|
8837
8837
|
};/* script */
|
|
8838
|
-
var __vue_script__$
|
|
8838
|
+
var __vue_script__$a = script$a;
|
|
8839
8839
|
/* template */
|
|
8840
8840
|
|
|
8841
|
-
var __vue_render__$
|
|
8841
|
+
var __vue_render__$a = function __vue_render__() {
|
|
8842
8842
|
var _vm = this;
|
|
8843
8843
|
|
|
8844
8844
|
var _h = _vm.$createElement;
|
|
@@ -8882,10 +8882,10 @@ var __vue_render__$7 = function __vue_render__() {
|
|
|
8882
8882
|
}), 1)], 2);
|
|
8883
8883
|
};
|
|
8884
8884
|
|
|
8885
|
-
var __vue_staticRenderFns__$
|
|
8885
|
+
var __vue_staticRenderFns__$a = [];
|
|
8886
8886
|
/* style */
|
|
8887
8887
|
|
|
8888
|
-
var __vue_inject_styles__$
|
|
8888
|
+
var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
|
|
8889
8889
|
if (!inject) return;
|
|
8890
8890
|
inject("data-v-0bf8cc5c_0", {
|
|
8891
8891
|
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)}",
|
|
@@ -8896,21 +8896,21 @@ var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
|
|
|
8896
8896
|
/* scoped */
|
|
8897
8897
|
|
|
8898
8898
|
|
|
8899
|
-
var __vue_scope_id__$
|
|
8899
|
+
var __vue_scope_id__$a = "data-v-0bf8cc5c";
|
|
8900
8900
|
/* module identifier */
|
|
8901
8901
|
|
|
8902
|
-
var __vue_module_identifier__$
|
|
8902
|
+
var __vue_module_identifier__$a = "data-v-0bf8cc5c";
|
|
8903
8903
|
/* functional template */
|
|
8904
8904
|
|
|
8905
|
-
var __vue_is_functional_template__$
|
|
8905
|
+
var __vue_is_functional_template__$a = false;
|
|
8906
8906
|
/* style inject shadow dom */
|
|
8907
8907
|
|
|
8908
|
-
var __vue_component__$
|
|
8909
|
-
render: __vue_render__$
|
|
8910
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8911
|
-
}, __vue_inject_styles__$
|
|
8908
|
+
var __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
8909
|
+
render: __vue_render__$a,
|
|
8910
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
8911
|
+
}, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, createInjectorSSR, undefined);
|
|
8912
8912
|
|
|
8913
|
-
var __vue_component__$
|
|
8913
|
+
var __vue_component__$k = __vue_component__$j;var script$9 = {
|
|
8914
8914
|
name: "VcSegmentedControl",
|
|
8915
8915
|
components: {
|
|
8916
8916
|
VcIcon: VcIcon,
|
|
@@ -8947,10 +8947,10 @@ var __vue_component__$f = __vue_component__$e;var script$6 = {
|
|
|
8947
8947
|
}
|
|
8948
8948
|
}
|
|
8949
8949
|
};/* script */
|
|
8950
|
-
var __vue_script__$
|
|
8950
|
+
var __vue_script__$9 = script$9;
|
|
8951
8951
|
/* template */
|
|
8952
8952
|
|
|
8953
|
-
var __vue_render__$
|
|
8953
|
+
var __vue_render__$9 = function __vue_render__() {
|
|
8954
8954
|
var _vm = this;
|
|
8955
8955
|
|
|
8956
8956
|
var _h = _vm.$createElement;
|
|
@@ -8986,10 +8986,10 @@ var __vue_render__$6 = function __vue_render__() {
|
|
|
8986
8986
|
}), 1);
|
|
8987
8987
|
};
|
|
8988
8988
|
|
|
8989
|
-
var __vue_staticRenderFns__$
|
|
8989
|
+
var __vue_staticRenderFns__$9 = [];
|
|
8990
8990
|
/* style */
|
|
8991
8991
|
|
|
8992
|
-
var __vue_inject_styles__$
|
|
8992
|
+
var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
|
|
8993
8993
|
if (!inject) return;
|
|
8994
8994
|
inject("data-v-ebfb67c4_0", {
|
|
8995
8995
|
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)}",
|
|
@@ -9000,21 +9000,21 @@ var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
|
9000
9000
|
/* scoped */
|
|
9001
9001
|
|
|
9002
9002
|
|
|
9003
|
-
var __vue_scope_id__$
|
|
9003
|
+
var __vue_scope_id__$9 = "data-v-ebfb67c4";
|
|
9004
9004
|
/* module identifier */
|
|
9005
9005
|
|
|
9006
|
-
var __vue_module_identifier__$
|
|
9006
|
+
var __vue_module_identifier__$9 = "data-v-ebfb67c4";
|
|
9007
9007
|
/* functional template */
|
|
9008
9008
|
|
|
9009
|
-
var __vue_is_functional_template__$
|
|
9009
|
+
var __vue_is_functional_template__$9 = false;
|
|
9010
9010
|
/* style inject shadow dom */
|
|
9011
9011
|
|
|
9012
|
-
var __vue_component__$
|
|
9013
|
-
render: __vue_render__$
|
|
9014
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9015
|
-
}, __vue_inject_styles__$
|
|
9012
|
+
var __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
9013
|
+
render: __vue_render__$9,
|
|
9014
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
9015
|
+
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, createInjectorSSR, undefined);
|
|
9016
9016
|
|
|
9017
|
-
var __vue_component__$
|
|
9017
|
+
var __vue_component__$i = __vue_component__$h;var FORMATS = {
|
|
9018
9018
|
DOCUMENT: ['doc', 'docx'],
|
|
9019
9019
|
IMAGE: ['jpg', 'jpeg', 'png', 'gif', 'bmp', 'svg'],
|
|
9020
9020
|
PDF: ['pdf'],
|
|
@@ -9024,7 +9024,7 @@ var __vue_component__$d = __vue_component__$c;var FORMATS = {
|
|
|
9024
9024
|
AUDIO: ['mp3', 'wav'],
|
|
9025
9025
|
VIDEO: ['avi', 'mp4', 'mkv', 'mov']
|
|
9026
9026
|
};
|
|
9027
|
-
var script$
|
|
9027
|
+
var script$8 = {
|
|
9028
9028
|
name: "VcDocItem",
|
|
9029
9029
|
components: {
|
|
9030
9030
|
VcButton: VcButton,
|
|
@@ -9117,10 +9117,10 @@ var script$5 = {
|
|
|
9117
9117
|
}
|
|
9118
9118
|
}
|
|
9119
9119
|
};/* script */
|
|
9120
|
-
var __vue_script__$
|
|
9120
|
+
var __vue_script__$8 = script$8;
|
|
9121
9121
|
/* template */
|
|
9122
9122
|
|
|
9123
|
-
var __vue_render__$
|
|
9123
|
+
var __vue_render__$8 = function __vue_render__() {
|
|
9124
9124
|
var _vm = this;
|
|
9125
9125
|
|
|
9126
9126
|
var _h = _vm.$createElement;
|
|
@@ -9177,10 +9177,10 @@ var __vue_render__$5 = function __vue_render__() {
|
|
|
9177
9177
|
}), 1) : _vm._e()], 2);
|
|
9178
9178
|
};
|
|
9179
9179
|
|
|
9180
|
-
var __vue_staticRenderFns__$
|
|
9180
|
+
var __vue_staticRenderFns__$8 = [];
|
|
9181
9181
|
/* style */
|
|
9182
9182
|
|
|
9183
|
-
var __vue_inject_styles__$
|
|
9183
|
+
var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
|
|
9184
9184
|
if (!inject) return;
|
|
9185
9185
|
inject("data-v-3b804381_0", {
|
|
9186
9186
|
source: "[data-v-3b804381]: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-3b804381]{display:flex;align-items:center;padding:0 var(--size-value4);height:48px;max-width:100%}.vc-doc-item .actions[data-v-3b804381]{display:flex;margin-inline-start:var(--size-value2)}.vc-doc-item .actions button[data-v-3b804381]{opacity:.4}.vc-doc-item .actions button[data-v-3b804381]:hover{opacity:1}.details[data-v-3b804381]{font-family:var(--primary-font-family);display:flex;flex-direction:row;align-items:center;width:100%;min-width:0}.details__doc-icon[data-v-3b804381]{position:relative}.details__doc-icon .v-icon[data-v-3b804381]{margin-inline-end:var(--size-value4)}.details__doc-icon .v-icon--flag[data-v-3b804381]{position:absolute;bottom:calc(-1 * var(--size-value1));inset-inline-end:calc(-1 * var(--size-value1))}.title[data-v-3b804381]{padding-inline-end:var(--size-value3);line-height:18px;display:flex;overflow:hidden}.title--corrupted[data-v-3b804381]{flex-direction:column}.title__corrupted[data-v-3b804381],.title__header[data-v-3b804381]{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-3b804381]{color:var(--red)}.title__file-size[data-v-3b804381]{margin-inline-start:10px;color:var(--gray-darken-3);font-size:var(--font-size-xx-small);font-weight:var(--font-weight-medium);white-space:nowrap}.signature[data-v-3b804381]{display:flex;flex-direction:row;align-items:center;margin-inline-start:auto}.signature--trimmed[data-v-3b804381]{margin-inline-start:0}.signature__icon[data-v-3b804381]{color:var(--gray-darken-5);margin-inline-end:var(--size-value2)}.signature__text[data-v-3b804381]{font-weight:var(--font-weight-medium);font-size:var(--font-size-xx-small);color:var(--gray-darken-5);white-space:nowrap}",
|
|
@@ -9191,27 +9191,27 @@ var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
|
|
|
9191
9191
|
/* scoped */
|
|
9192
9192
|
|
|
9193
9193
|
|
|
9194
|
-
var __vue_scope_id__$
|
|
9194
|
+
var __vue_scope_id__$8 = "data-v-3b804381";
|
|
9195
9195
|
/* module identifier */
|
|
9196
9196
|
|
|
9197
|
-
var __vue_module_identifier__$
|
|
9197
|
+
var __vue_module_identifier__$8 = "data-v-3b804381";
|
|
9198
9198
|
/* functional template */
|
|
9199
9199
|
|
|
9200
|
-
var __vue_is_functional_template__$
|
|
9200
|
+
var __vue_is_functional_template__$8 = false;
|
|
9201
9201
|
/* style inject shadow dom */
|
|
9202
9202
|
|
|
9203
|
-
var __vue_component__$
|
|
9204
|
-
render: __vue_render__$
|
|
9205
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9206
|
-
}, __vue_inject_styles__$
|
|
9203
|
+
var __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
9204
|
+
render: __vue_render__$8,
|
|
9205
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
9206
|
+
}, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, createInjectorSSR, undefined);
|
|
9207
9207
|
|
|
9208
|
-
var __vue_component__$
|
|
9208
|
+
var __vue_component__$g = __vue_component__$f;//
|
|
9209
9209
|
//
|
|
9210
9210
|
//
|
|
9211
9211
|
//
|
|
9212
9212
|
//
|
|
9213
9213
|
//
|
|
9214
|
-
var script$
|
|
9214
|
+
var script$7 = {
|
|
9215
9215
|
name: "VcTimeSince",
|
|
9216
9216
|
props: {
|
|
9217
9217
|
timestamp: {
|
|
@@ -9282,10 +9282,10 @@ var script$4 = {
|
|
|
9282
9282
|
}
|
|
9283
9283
|
}
|
|
9284
9284
|
};/* script */
|
|
9285
|
-
var __vue_script__$
|
|
9285
|
+
var __vue_script__$7 = script$7;
|
|
9286
9286
|
/* template */
|
|
9287
9287
|
|
|
9288
|
-
var __vue_render__$
|
|
9288
|
+
var __vue_render__$7 = function __vue_render__() {
|
|
9289
9289
|
var _vm = this;
|
|
9290
9290
|
|
|
9291
9291
|
var _h = _vm.$createElement;
|
|
@@ -9299,31 +9299,31 @@ var __vue_render__$4 = function __vue_render__() {
|
|
|
9299
9299
|
}, [_vm._ssrNode(_vm._ssrEscape("\n " + _vm._s(_vm.timeSince) + "\n"))]);
|
|
9300
9300
|
};
|
|
9301
9301
|
|
|
9302
|
-
var __vue_staticRenderFns__$
|
|
9302
|
+
var __vue_staticRenderFns__$7 = [];
|
|
9303
9303
|
/* style */
|
|
9304
9304
|
|
|
9305
|
-
var __vue_inject_styles__$
|
|
9305
|
+
var __vue_inject_styles__$7 = undefined;
|
|
9306
9306
|
/* scoped */
|
|
9307
9307
|
|
|
9308
|
-
var __vue_scope_id__$
|
|
9308
|
+
var __vue_scope_id__$7 = undefined;
|
|
9309
9309
|
/* module identifier */
|
|
9310
9310
|
|
|
9311
|
-
var __vue_module_identifier__$
|
|
9311
|
+
var __vue_module_identifier__$7 = "data-v-dafdbf4e";
|
|
9312
9312
|
/* functional template */
|
|
9313
9313
|
|
|
9314
|
-
var __vue_is_functional_template__$
|
|
9314
|
+
var __vue_is_functional_template__$7 = false;
|
|
9315
9315
|
/* style inject */
|
|
9316
9316
|
|
|
9317
9317
|
/* style inject SSR */
|
|
9318
9318
|
|
|
9319
9319
|
/* style inject shadow dom */
|
|
9320
9320
|
|
|
9321
|
-
var __vue_component__$
|
|
9322
|
-
render: __vue_render__$
|
|
9323
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9324
|
-
}, __vue_inject_styles__$
|
|
9321
|
+
var __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
9322
|
+
render: __vue_render__$7,
|
|
9323
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
9324
|
+
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, undefined, undefined);
|
|
9325
9325
|
|
|
9326
|
-
var __vue_component__$
|
|
9326
|
+
var __vue_component__$e = __vue_component__$d;var script$6 = {
|
|
9327
9327
|
directives: {
|
|
9328
9328
|
Intersect: lib.Intersect
|
|
9329
9329
|
},
|
|
@@ -9450,10 +9450,10 @@ var __vue_component__$9 = __vue_component__$8;var script$3 = {
|
|
|
9450
9450
|
}
|
|
9451
9451
|
}
|
|
9452
9452
|
};/* script */
|
|
9453
|
-
var __vue_script__$
|
|
9453
|
+
var __vue_script__$6 = script$6;
|
|
9454
9454
|
/* template */
|
|
9455
9455
|
|
|
9456
|
-
var __vue_render__$
|
|
9456
|
+
var __vue_render__$6 = function __vue_render__() {
|
|
9457
9457
|
var _vm = this;
|
|
9458
9458
|
|
|
9459
9459
|
var _h = _vm.$createElement;
|
|
@@ -9495,7 +9495,6 @@ var __vue_render__$3 = function __vue_render__() {
|
|
|
9495
9495
|
"change": function change(newVal) {
|
|
9496
9496
|
return _vm.$emit('onSelectionChange', newVal);
|
|
9497
9497
|
},
|
|
9498
|
-
"click:append": _vm.toggleMenu,
|
|
9499
9498
|
"blur": function blur($event) {
|
|
9500
9499
|
_vm.focused = false;
|
|
9501
9500
|
|
|
@@ -9561,16 +9560,16 @@ var __vue_render__$3 = function __vue_render__() {
|
|
|
9561
9560
|
},
|
|
9562
9561
|
proxy: true
|
|
9563
9562
|
}], null, true)
|
|
9564
|
-
}), _vm._ssrNode(" " + (_vm.error ? "<span data-qa=\"error-label\" class=\"vc-search-picker__error-label\" data-v-
|
|
9563
|
+
}), _vm._ssrNode(" " + (_vm.error ? "<span data-qa=\"error-label\" class=\"vc-search-picker__error-label\" data-v-56692674>" + _vm._ssrEscape("\n " + _vm._s(_vm.errorLabel) + "\n ") + "</span>" : "<!---->"))], 2);
|
|
9565
9564
|
};
|
|
9566
9565
|
|
|
9567
|
-
var __vue_staticRenderFns__$
|
|
9566
|
+
var __vue_staticRenderFns__$6 = [];
|
|
9568
9567
|
/* style */
|
|
9569
9568
|
|
|
9570
|
-
var __vue_inject_styles__$
|
|
9569
|
+
var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
9571
9570
|
if (!inject) return;
|
|
9572
|
-
inject("data-v-
|
|
9573
|
-
source: "[data-v-
|
|
9571
|
+
inject("data-v-56692674_0", {
|
|
9572
|
+
source: "[data-v-56692674]: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-56692674]{position:relative}.vc-search-picker__error-label[data-v-56692674]{font-weight:var(--font-weight-medium);font-size:var(--font-size-xx-small);color:var(--red)}.vc-search-picker[data-v-56692674] .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-56692674] .v-input__slot:hover{border-color:var(--gray-darken-2)}.vc-search-picker[data-v-56692674] .v-input__icon--append .v-icon{transform:rotate(0);color:var(--gray-darken-3)!important}.vc-search-picker[data-v-56692674] .autocomplete--open .v-input__icon--append .v-icon{transform:rotate(180deg)}.vc-search-picker[data-v-56692674] .autocomplete--open .v-input__slot{border-color:var(--v-secondary-base);outline:2px solid var(--v-secondary-lighten1)}.vc-search-picker[data-v-56692674] .autocomplete{height:var(--size-value13);padding-top:0;margin-top:0}.vc-search-picker[data-v-56692674] .autocomplete--error .v-input__slot{border-color:var(--red)}.vc-search-picker[data-v-56692674] .autocomplete--has-items .placeholder-text:not(:first-of-type){display:none}.vc-search-picker[data-v-56692674] .autocomplete--has-items.autocomplete--search-content .placeholder-text{display:none}.vc-search-picker[data-v-56692674] .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-56692674] .v-text-field>.v-input__control>.v-input__slot:after,.vc-search-picker[data-v-56692674] .v-text-field>.v-input__control>.v-input__slot:before{content:initial}.vc-search-picker[data-v-56692674] .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-56692674] .v-select__selections{flex-wrap:nowrap}.vc-search-picker[data-v-56692674] .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-56692674] .v-list-item--active::before{content:none}.v-menu__content.vc-select-field-menu[data-v-56692674]{top:var(--size-value4)}.v-menu__content.vc-select-field-menu .v-input.vc-checkbox[data-v-56692674]{margin:0;padding:0}.v-menu__content.vc-select-field-menu .spinner[data-v-56692674]{margin:0 auto;display:block}[data-v-56692674] .v-list-item--link{font-size:var(--font-size-x-small)}[data-v-56692674] .v-list-item--link:before{content:initial}[data-v-56692674] .v-input__append-inner{pointer-events:none}",
|
|
9574
9573
|
map: undefined,
|
|
9575
9574
|
media: undefined
|
|
9576
9575
|
});
|
|
@@ -9578,21 +9577,21 @@ var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
|
|
|
9578
9577
|
/* scoped */
|
|
9579
9578
|
|
|
9580
9579
|
|
|
9581
|
-
var __vue_scope_id__$
|
|
9580
|
+
var __vue_scope_id__$6 = "data-v-56692674";
|
|
9582
9581
|
/* module identifier */
|
|
9583
9582
|
|
|
9584
|
-
var __vue_module_identifier__$
|
|
9583
|
+
var __vue_module_identifier__$6 = "data-v-56692674";
|
|
9585
9584
|
/* functional template */
|
|
9586
9585
|
|
|
9587
|
-
var __vue_is_functional_template__$
|
|
9586
|
+
var __vue_is_functional_template__$6 = false;
|
|
9588
9587
|
/* style inject shadow dom */
|
|
9589
9588
|
|
|
9590
|
-
var __vue_component__$
|
|
9591
|
-
render: __vue_render__$
|
|
9592
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9593
|
-
}, __vue_inject_styles__$
|
|
9589
|
+
var __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
9590
|
+
render: __vue_render__$6,
|
|
9591
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
9592
|
+
}, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, createInjectorSSR, undefined);
|
|
9594
9593
|
|
|
9595
|
-
var __vue_component__$
|
|
9594
|
+
var __vue_component__$c = __vue_component__$b;var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
9596
9595
|
|
|
9597
9596
|
function getDefaultExportFromCjs (x) {
|
|
9598
9597
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
@@ -15731,7 +15730,7 @@ if (typeof window !== "undefined" && "Vue" in window) {
|
|
|
15731
15730
|
|
|
15732
15731
|
});
|
|
15733
15732
|
|
|
15734
|
-
var draggable = /*@__PURE__*/getDefaultExportFromCjs(vuedraggable_umd);var script$
|
|
15733
|
+
var draggable = /*@__PURE__*/getDefaultExportFromCjs(vuedraggable_umd);var script$5 = {
|
|
15735
15734
|
name: "VcDraggableList",
|
|
15736
15735
|
components: {
|
|
15737
15736
|
VcIcon: VcIcon,
|
|
@@ -15770,10 +15769,10 @@ var draggable = /*@__PURE__*/getDefaultExportFromCjs(vuedraggable_umd);var scrip
|
|
|
15770
15769
|
}
|
|
15771
15770
|
}
|
|
15772
15771
|
};/* script */
|
|
15773
|
-
var __vue_script__$
|
|
15772
|
+
var __vue_script__$5 = script$5;
|
|
15774
15773
|
/* template */
|
|
15775
15774
|
|
|
15776
|
-
var __vue_render__$
|
|
15775
|
+
var __vue_render__$5 = function __vue_render__() {
|
|
15777
15776
|
var _vm = this;
|
|
15778
15777
|
|
|
15779
15778
|
var _h = _vm.$createElement;
|
|
@@ -15836,10 +15835,10 @@ var __vue_render__$2 = function __vue_render__() {
|
|
|
15836
15835
|
}), 0);
|
|
15837
15836
|
};
|
|
15838
15837
|
|
|
15839
|
-
var __vue_staticRenderFns__$
|
|
15838
|
+
var __vue_staticRenderFns__$5 = [];
|
|
15840
15839
|
/* style */
|
|
15841
15840
|
|
|
15842
|
-
var __vue_inject_styles__$
|
|
15841
|
+
var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
|
|
15843
15842
|
if (!inject) return;
|
|
15844
15843
|
inject("data-v-b25547ee_0", {
|
|
15845
15844
|
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)}",
|
|
@@ -15850,21 +15849,21 @@ var __vue_inject_styles__$2 = function __vue_inject_styles__(inject) {
|
|
|
15850
15849
|
/* scoped */
|
|
15851
15850
|
|
|
15852
15851
|
|
|
15853
|
-
var __vue_scope_id__$
|
|
15852
|
+
var __vue_scope_id__$5 = "data-v-b25547ee";
|
|
15854
15853
|
/* module identifier */
|
|
15855
15854
|
|
|
15856
|
-
var __vue_module_identifier__$
|
|
15855
|
+
var __vue_module_identifier__$5 = "data-v-b25547ee";
|
|
15857
15856
|
/* functional template */
|
|
15858
15857
|
|
|
15859
|
-
var __vue_is_functional_template__$
|
|
15858
|
+
var __vue_is_functional_template__$5 = false;
|
|
15860
15859
|
/* style inject shadow dom */
|
|
15861
15860
|
|
|
15862
|
-
var __vue_component__$
|
|
15863
|
-
render: __vue_render__$
|
|
15864
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
15865
|
-
}, __vue_inject_styles__$
|
|
15861
|
+
var __vue_component__$9 = /*#__PURE__*/normalizeComponent({
|
|
15862
|
+
render: __vue_render__$5,
|
|
15863
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
15864
|
+
}, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, undefined, createInjectorSSR, undefined);
|
|
15866
15865
|
|
|
15867
|
-
var __vue_component__$
|
|
15866
|
+
var __vue_component__$a = __vue_component__$9;//
|
|
15868
15867
|
//
|
|
15869
15868
|
//
|
|
15870
15869
|
//
|
|
@@ -15897,7 +15896,7 @@ var __vue_component__$5 = __vue_component__$4;//
|
|
|
15897
15896
|
//
|
|
15898
15897
|
//
|
|
15899
15898
|
//
|
|
15900
|
-
var script$
|
|
15899
|
+
var script$4 = {
|
|
15901
15900
|
components: {
|
|
15902
15901
|
VTab: lib.VTab,
|
|
15903
15902
|
VTabs: lib.VTabs,
|
|
@@ -15962,10 +15961,10 @@ var script$1 = {
|
|
|
15962
15961
|
}
|
|
15963
15962
|
}
|
|
15964
15963
|
};/* script */
|
|
15965
|
-
var __vue_script__$
|
|
15964
|
+
var __vue_script__$4 = script$4;
|
|
15966
15965
|
/* template */
|
|
15967
15966
|
|
|
15968
|
-
var __vue_render__$
|
|
15967
|
+
var __vue_render__$4 = function __vue_render__() {
|
|
15969
15968
|
var _vm = this;
|
|
15970
15969
|
|
|
15971
15970
|
var _h = _vm.$createElement;
|
|
@@ -16035,10 +16034,10 @@ var __vue_render__$1 = function __vue_render__() {
|
|
|
16035
16034
|
}), 1)], 2);
|
|
16036
16035
|
};
|
|
16037
16036
|
|
|
16038
|
-
var __vue_staticRenderFns__$
|
|
16037
|
+
var __vue_staticRenderFns__$4 = [];
|
|
16039
16038
|
/* style */
|
|
16040
16039
|
|
|
16041
|
-
var __vue_inject_styles__$
|
|
16040
|
+
var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
|
|
16042
16041
|
if (!inject) return;
|
|
16043
16042
|
inject("data-v-92e36a22_0", {
|
|
16044
16043
|
source: ".VcTabs--wrapper .separatorShadow[data-v-92e36a22]{border-bottom:1px solid var(--gray-lighten-1);box-shadow:var(--shadow-1)}.VcTabs--wrapper .separatorDivider[data-v-92e36a22]{border-bottom:1px solid var(--gray-lighten-1)}.VcTab[data-v-92e36a22]: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-92e36a22]{color:var(--gray-darken-4)}.VcTab:focus.VcTabDisabled[data-v-92e36a22]{background:rgba(0,0,0,.04);color:var(--gray-darken-2)}.VcTabActive[data-v-92e36a22]{color:var(--gray-darken-5)}.VcTab-label[data-v-92e36a22]{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-92e36a22]{background-color:transparent}[data-v-92e36a22] .v-slide-group__next,[data-v-92e36a22] .v-slide-group__prev{display:none!important}[data-v-92e36a22] .v-slide-group__wrapper{overflow-x:auto;overflow-y:hidden}",
|
|
@@ -16049,21 +16048,21 @@ var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
|
|
|
16049
16048
|
/* scoped */
|
|
16050
16049
|
|
|
16051
16050
|
|
|
16052
|
-
var __vue_scope_id__$
|
|
16051
|
+
var __vue_scope_id__$4 = "data-v-92e36a22";
|
|
16053
16052
|
/* module identifier */
|
|
16054
16053
|
|
|
16055
|
-
var __vue_module_identifier__$
|
|
16054
|
+
var __vue_module_identifier__$4 = "data-v-92e36a22";
|
|
16056
16055
|
/* functional template */
|
|
16057
16056
|
|
|
16058
|
-
var __vue_is_functional_template__$
|
|
16057
|
+
var __vue_is_functional_template__$4 = false;
|
|
16059
16058
|
/* style inject shadow dom */
|
|
16060
16059
|
|
|
16061
|
-
var __vue_component__$
|
|
16062
|
-
render: __vue_render__$
|
|
16063
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
16064
|
-
}, __vue_inject_styles__$
|
|
16060
|
+
var __vue_component__$7 = /*#__PURE__*/normalizeComponent({
|
|
16061
|
+
render: __vue_render__$4,
|
|
16062
|
+
staticRenderFns: __vue_staticRenderFns__$4
|
|
16063
|
+
}, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, undefined, createInjectorSSR, undefined);
|
|
16065
16064
|
|
|
16066
|
-
var __vue_component__$
|
|
16065
|
+
var __vue_component__$8 = __vue_component__$7;var script$3 = {
|
|
16067
16066
|
name: "VcSideNav",
|
|
16068
16067
|
components: {
|
|
16069
16068
|
VcIcon: VcIcon
|
|
@@ -16096,10 +16095,10 @@ var __vue_component__$3 = __vue_component__$2;var script = {
|
|
|
16096
16095
|
}
|
|
16097
16096
|
}
|
|
16098
16097
|
};/* script */
|
|
16099
|
-
var __vue_script__ = script;
|
|
16098
|
+
var __vue_script__$3 = script$3;
|
|
16100
16099
|
/* template */
|
|
16101
16100
|
|
|
16102
|
-
var __vue_render__ = function __vue_render__() {
|
|
16101
|
+
var __vue_render__$3 = function __vue_render__() {
|
|
16103
16102
|
var _vm = this;
|
|
16104
16103
|
|
|
16105
16104
|
var _h = _vm.$createElement;
|
|
@@ -16135,10 +16134,10 @@ var __vue_render__ = function __vue_render__() {
|
|
|
16135
16134
|
}), 0);
|
|
16136
16135
|
};
|
|
16137
16136
|
|
|
16138
|
-
var __vue_staticRenderFns__ = [];
|
|
16137
|
+
var __vue_staticRenderFns__$3 = [];
|
|
16139
16138
|
/* style */
|
|
16140
16139
|
|
|
16141
|
-
var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
|
|
16140
|
+
var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
|
|
16142
16141
|
if (!inject) return;
|
|
16143
16142
|
inject("data-v-732fc45f_0", {
|
|
16144
16143
|
source: ".side-nav__group__header[data-v-732fc45f]{font-size:var(--font-size-xx-small);font-weight:var(--font-weight-large);line-height:var(--size-value5);color:var(--gray-darken-2)}.side-nav__group__container[data-v-732fc45f]{border-radius:var(--border-radius);background-color:var(--modal-bg-color);box-shadow:var(--shadow-1)}.side-nav__group__container__menu-item[data-v-732fc45f]{cursor:pointer;box-sizing:border-box;height:var(--size-value11);font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small);border-inline-start:3px solid var(--modal-bg-color);transition:.3s;transition-property:border-color,background-color}.side-nav__group__container__menu-item[data-v-732fc45f]:first-of-type{margin-top:var(--size-value1)}.side-nav__group__container__menu-item[data-v-732fc45f]:last-of-type{margin-bottom:var(--size-value1)}.side-nav__group__container__menu-item[data-v-732fc45f]:hover{border-color:var(--gray-lighten-3);background-color:var(--gray-lighten-3)}.side-nav__group__container__menu-item[data-v-732fc45f]:focus{border:3px solid var(--v-secondary-lighten1)}.side-nav__group__container__menu-item[data-v-732fc45f]:active:not(.mobile){border-color:var(--gray-lighten-1);background-color:var(--gray-lighten-1)}.side-nav__group__container__menu-item.selected[data-v-732fc45f]{font-weight:var(--font-weight-large)}.side-nav__group__container__menu-item.selected[data-v-732fc45f]:not(.mobile){border-inline-start:3px solid var(--v-secondary-base)}.side-nav__group__container__menu-item.disabled[data-v-732fc45f]{cursor:unset;pointer-events:none;border-color:var(--gray-lighten-3);background-color:var(--gray-lighten-3);color:var(--gray-darken-2)}.side-nav__group__container__menu-item.mobile[data-v-732fc45f]{color:var(--gray-darken-5);height:var(--size-value13)}.side-nav__group__container__menu-item.mobile[data-v-732fc45f] svg.vc-chevron-right{fill:var(--gray-darken-2)}.side-nav__group__container__menu-item.mobile.rtl[data-v-732fc45f] svg.vc-chevron-right{-webkit-transform:scaleX(-1);transform:scaleX(-1)}",
|
|
@@ -16149,10 +16148,355 @@ var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
|
|
|
16149
16148
|
/* scoped */
|
|
16150
16149
|
|
|
16151
16150
|
|
|
16152
|
-
var __vue_scope_id__ = "data-v-732fc45f";
|
|
16151
|
+
var __vue_scope_id__$3 = "data-v-732fc45f";
|
|
16152
|
+
/* module identifier */
|
|
16153
|
+
|
|
16154
|
+
var __vue_module_identifier__$3 = "data-v-732fc45f";
|
|
16155
|
+
/* functional template */
|
|
16156
|
+
|
|
16157
|
+
var __vue_is_functional_template__$3 = false;
|
|
16158
|
+
/* style inject shadow dom */
|
|
16159
|
+
|
|
16160
|
+
var __vue_component__$5 = /*#__PURE__*/normalizeComponent({
|
|
16161
|
+
render: __vue_render__$3,
|
|
16162
|
+
staticRenderFns: __vue_staticRenderFns__$3
|
|
16163
|
+
}, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, undefined, createInjectorSSR, undefined);
|
|
16164
|
+
|
|
16165
|
+
var __vue_component__$6 = __vue_component__$5;var script$2 = {
|
|
16166
|
+
name: "VcBanner",
|
|
16167
|
+
components: {
|
|
16168
|
+
VcButton: VcButton
|
|
16169
|
+
},
|
|
16170
|
+
props: {
|
|
16171
|
+
dataQa: {
|
|
16172
|
+
type: String,
|
|
16173
|
+
default: 'VcMiniBanner'
|
|
16174
|
+
},
|
|
16175
|
+
thumbImage: {
|
|
16176
|
+
type: String,
|
|
16177
|
+
required: false
|
|
16178
|
+
},
|
|
16179
|
+
title: {
|
|
16180
|
+
type: String,
|
|
16181
|
+
required: true
|
|
16182
|
+
},
|
|
16183
|
+
subtitle: {
|
|
16184
|
+
type: String,
|
|
16185
|
+
required: false
|
|
16186
|
+
},
|
|
16187
|
+
ctaLabel: {
|
|
16188
|
+
type: String,
|
|
16189
|
+
required: true
|
|
16190
|
+
},
|
|
16191
|
+
gradientHue: {
|
|
16192
|
+
type: String
|
|
16193
|
+
}
|
|
16194
|
+
}
|
|
16195
|
+
};/* script */
|
|
16196
|
+
var __vue_script__$2 = script$2;
|
|
16197
|
+
/* template */
|
|
16198
|
+
|
|
16199
|
+
var __vue_render__$2 = function __vue_render__() {
|
|
16200
|
+
var _vm = this;
|
|
16201
|
+
|
|
16202
|
+
var _h = _vm.$createElement;
|
|
16203
|
+
|
|
16204
|
+
var _c = _vm._self._c || _h;
|
|
16205
|
+
|
|
16206
|
+
return _c('div', {
|
|
16207
|
+
staticClass: "vc-mini-banner d-flex flex-column flex-sm-row justify-space-between justify-sm-start align-start align-sm-center",
|
|
16208
|
+
style: {
|
|
16209
|
+
background: _vm.gradientHue ? "linear-gradient(" + (_vm.$vuetify.breakpoint.smAndUp ? 90 : 180) + "deg, " + _vm.gradientHue + " 0%, #fff 42%, #fff 100%)" : 'transparent'
|
|
16210
|
+
},
|
|
16211
|
+
attrs: {
|
|
16212
|
+
"data-qa": _vm.dataQa
|
|
16213
|
+
},
|
|
16214
|
+
on: {
|
|
16215
|
+
"click": function click($event) {
|
|
16216
|
+
return _vm.$emit('onAction');
|
|
16217
|
+
}
|
|
16218
|
+
}
|
|
16219
|
+
}, [_vm._ssrNode("<div class=\"vc-mini-banner__thumbnail\" data-v-0dd50dca><div class=\"vc-mini-banner__image-wrap\" data-v-0dd50dca><div class=\"vc-mini-banner__image\"" + _vm._ssrStyle(null, {
|
|
16220
|
+
backgroundImage: "url(" + _vm.thumbImage + ")"
|
|
16221
|
+
}, null) + " data-v-0dd50dca></div></div></div> <div class=\"vc-mini-banner__text-content\" data-v-0dd50dca><h3" + _vm._ssrAttr("data-qa", _vm.dataQa + "-title") + " class=\"vc-mini-banner__title\" data-v-0dd50dca>" + _vm._ssrEscape(_vm._s(_vm.title)) + "</h3> " + (_vm.subtitle ? "<h4" + _vm._ssrAttr("data-qa", _vm.dataQa + "-subtitle") + " class=\"vc-mini-banner__subtitle\" data-v-0dd50dca>" + _vm._ssrEscape(_vm._s(_vm.subtitle)) + "</h4>" : "<!---->") + "</div> "), _vm._ssrNode("<div class=\"vc-mini-banner__cta\" data-v-0dd50dca>", "</div>", [_c('VcButton', {
|
|
16222
|
+
staticClass: "primary-cta",
|
|
16223
|
+
attrs: {
|
|
16224
|
+
"pill": "",
|
|
16225
|
+
"small": "",
|
|
16226
|
+
"data-qa": _vm.dataQa + "-button"
|
|
16227
|
+
}
|
|
16228
|
+
}, [_vm._v("\n " + _vm._s(_vm.ctaLabel) + "\n ")])], 1)], 2);
|
|
16229
|
+
};
|
|
16230
|
+
|
|
16231
|
+
var __vue_staticRenderFns__$2 = [];
|
|
16232
|
+
/* style */
|
|
16233
|
+
|
|
16234
|
+
var __vue_inject_styles__$2 = function __vue_inject_styles__(inject) {
|
|
16235
|
+
if (!inject) return;
|
|
16236
|
+
inject("data-v-0dd50dca_0", {
|
|
16237
|
+
source: ".vc-mini-banner[data-v-0dd50dca]{min-height:66px;overflow:hidden;border-radius:var(--size-value2);border:1px solid var(--neutral-lighten-2);padding:var(--size-value4);padding-inline-start:var(--size-value5);padding-inline-end:var(--size-value8);grid-gap:var(--size-value5);cursor:pointer;background-color:var(--modal-bg-color)}.vc-mini-banner__thumbnail[data-v-0dd50dca]{background:var(--modal-bg-color);height:var(--size-value12);width:var(--size-value12);box-shadow:var(--shadow-5);border-radius:var(--border-radius)}.vc-mini-banner__image-wrap[data-v-0dd50dca]{height:inherit;width:inherit;padding:var(--size-value2)}.vc-mini-banner__image[data-v-0dd50dca]{height:100%;background-repeat:no-repeat;background-size:contain}.vc-mini-banner__text-content[data-v-0dd50dca]{color:var(--gray-darken-5)}.vc-mini-banner__title[data-v-0dd50dca]{font-weight:var(--font-weight-large2);font-size:var(--font-size-small3)}@media screen and (min-width:600px){.vc-mini-banner__title[data-v-0dd50dca]{font-weight:var(--font-weight-large);font-size:var(--font-size-small2)}}.vc-mini-banner__subtitle[data-v-0dd50dca]{margin-top:var(--size-value1);font-weight:var(--font-weight-medium);font-size:var(--font-size-small2)}@media screen and (min-width:600px){.vc-mini-banner__subtitle[data-v-0dd50dca]{font-weight:var(--font-weight-medium);font-size:var(--font-size-xx-small)}}.vc-mini-banner__subtitle[data-v-0dd50dca],.vc-mini-banner__title[data-v-0dd50dca]{user-select:none}@media screen and (min-width:600px){.vc-mini-banner__cta[data-v-0dd50dca]{margin-inline-start:auto}}",
|
|
16238
|
+
map: undefined,
|
|
16239
|
+
media: undefined
|
|
16240
|
+
});
|
|
16241
|
+
};
|
|
16242
|
+
/* scoped */
|
|
16243
|
+
|
|
16244
|
+
|
|
16245
|
+
var __vue_scope_id__$2 = "data-v-0dd50dca";
|
|
16246
|
+
/* module identifier */
|
|
16247
|
+
|
|
16248
|
+
var __vue_module_identifier__$2 = "data-v-0dd50dca";
|
|
16249
|
+
/* functional template */
|
|
16250
|
+
|
|
16251
|
+
var __vue_is_functional_template__$2 = false;
|
|
16252
|
+
/* style inject shadow dom */
|
|
16253
|
+
|
|
16254
|
+
var __vue_component__$3 = /*#__PURE__*/normalizeComponent({
|
|
16255
|
+
render: __vue_render__$2,
|
|
16256
|
+
staticRenderFns: __vue_staticRenderFns__$2
|
|
16257
|
+
}, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, undefined, createInjectorSSR, undefined);
|
|
16258
|
+
|
|
16259
|
+
var __vue_component__$4 = __vue_component__$3;var script$1 = {
|
|
16260
|
+
name: "VcGalleryItem",
|
|
16261
|
+
components: {
|
|
16262
|
+
VcButton: VcButton,
|
|
16263
|
+
VcIcon: VcIcon
|
|
16264
|
+
},
|
|
16265
|
+
props: {
|
|
16266
|
+
dataQa: {
|
|
16267
|
+
type: String,
|
|
16268
|
+
default: 'VcGalleryItem'
|
|
16269
|
+
},
|
|
16270
|
+
isMobile: {
|
|
16271
|
+
type: Boolean,
|
|
16272
|
+
required: true
|
|
16273
|
+
},
|
|
16274
|
+
uid: {
|
|
16275
|
+
type: String,
|
|
16276
|
+
required: true
|
|
16277
|
+
},
|
|
16278
|
+
src: {
|
|
16279
|
+
type: String,
|
|
16280
|
+
default: ''
|
|
16281
|
+
},
|
|
16282
|
+
label: {
|
|
16283
|
+
type: String,
|
|
16284
|
+
default: ''
|
|
16285
|
+
},
|
|
16286
|
+
isCreate: {
|
|
16287
|
+
type: Boolean,
|
|
16288
|
+
required: false
|
|
16289
|
+
}
|
|
16290
|
+
}
|
|
16291
|
+
};/* script */
|
|
16292
|
+
var __vue_script__$1 = script$1;
|
|
16293
|
+
/* template */
|
|
16294
|
+
|
|
16295
|
+
var __vue_render__$1 = function __vue_render__() {
|
|
16296
|
+
var _vm = this;
|
|
16297
|
+
|
|
16298
|
+
var _h = _vm.$createElement;
|
|
16299
|
+
|
|
16300
|
+
var _c = _vm._self._c || _h;
|
|
16301
|
+
|
|
16302
|
+
return _c('div', {
|
|
16303
|
+
staticClass: "vc-gallery-item",
|
|
16304
|
+
class: {
|
|
16305
|
+
'vc-gallery-item--is-create': _vm.isCreate
|
|
16306
|
+
},
|
|
16307
|
+
attrs: {
|
|
16308
|
+
"data-qa": _vm.dataQa
|
|
16309
|
+
}
|
|
16310
|
+
}, [_vm._ssrNode("<div" + _vm._ssrAttr("data-qa", _vm.dataQa + "-thumbnail") + " class=\"vc-gallery-item__thumbnail\" data-v-24eea75c>", "</div>", [_vm._ssrNode((!_vm.isCreate ? "<div role=\"image\" class=\"vc-gallery-item__image\"" + _vm._ssrStyle(null, {
|
|
16311
|
+
backgroundImage: "url(" + _vm.src + ")"
|
|
16312
|
+
}, null) + " data-v-24eea75c></div>" : "<!---->") + " "), !_vm.isMobile || _vm.isCreate ? _vm._ssrNode("<div class=\"buttons flex-column align-center justify-center\" data-v-24eea75c>", "</div>", [_vm._t("actions", function () {
|
|
16313
|
+
return [!_vm.isCreate ? _c('VcButton', {
|
|
16314
|
+
staticClass: "buttons__select",
|
|
16315
|
+
attrs: {
|
|
16316
|
+
"pill": "",
|
|
16317
|
+
"label": _vm.$dst('ds.gallery_item.select'),
|
|
16318
|
+
"data-qa": _vm.dataQa + "-select-btn"
|
|
16319
|
+
},
|
|
16320
|
+
on: {
|
|
16321
|
+
"click": function click($event) {
|
|
16322
|
+
return _vm.$emit('onSelect', {
|
|
16323
|
+
uid: _vm.uid
|
|
16324
|
+
});
|
|
16325
|
+
}
|
|
16326
|
+
}
|
|
16327
|
+
}) : _vm._e(), _vm._v(" "), !_vm.isCreate ? _c('VcButton', {
|
|
16328
|
+
staticClass: "buttons__preview",
|
|
16329
|
+
attrs: {
|
|
16330
|
+
"flavor": "secondary",
|
|
16331
|
+
"pill": "",
|
|
16332
|
+
"label": _vm.$dst('ds.gallery_item.preview'),
|
|
16333
|
+
"data-qa": _vm.dataQa + "-preview-btn"
|
|
16334
|
+
},
|
|
16335
|
+
on: {
|
|
16336
|
+
"click": function click($event) {
|
|
16337
|
+
return _vm.$emit('onPreview', {
|
|
16338
|
+
uid: _vm.uid
|
|
16339
|
+
});
|
|
16340
|
+
}
|
|
16341
|
+
}
|
|
16342
|
+
}) : _c('div', {
|
|
16343
|
+
staticClass: "create__wrap"
|
|
16344
|
+
}, [_c('VcButton', {
|
|
16345
|
+
staticClass: "create__button",
|
|
16346
|
+
attrs: {
|
|
16347
|
+
"icon": "",
|
|
16348
|
+
"plain": "",
|
|
16349
|
+
"data-qa": _vm.dataQa + "-create-button"
|
|
16350
|
+
},
|
|
16351
|
+
scopedSlots: _vm._u([{
|
|
16352
|
+
key: "prepend",
|
|
16353
|
+
fn: function fn() {
|
|
16354
|
+
return [_c('VcIcon', {
|
|
16355
|
+
attrs: {
|
|
16356
|
+
"size": "32",
|
|
16357
|
+
"color": _vm.$vuetify.theme.defaults.light.secondary.base
|
|
16358
|
+
}
|
|
16359
|
+
}, [_vm._v("$plus")])];
|
|
16360
|
+
},
|
|
16361
|
+
proxy: true
|
|
16362
|
+
}], null, false, 451367463)
|
|
16363
|
+
})], 1)];
|
|
16364
|
+
})], 2) : _vm._e()], 2), _vm._ssrNode(" "), _vm._ssrNode("<h3" + _vm._ssrAttr("data-qa", _vm.dataQa + "-label") + " class=\"vc-gallery-item__label\" data-v-24eea75c>", "</h3>", [_vm._t("label", function () {
|
|
16365
|
+
return [_vm._v("\n " + _vm._s(!_vm.isCreate ? _vm.label : _vm.$dst('ds.gallery_item.create')) + "\n ")];
|
|
16366
|
+
})], 2)], 2);
|
|
16367
|
+
};
|
|
16368
|
+
|
|
16369
|
+
var __vue_staticRenderFns__$1 = [];
|
|
16370
|
+
/* style */
|
|
16371
|
+
|
|
16372
|
+
var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
|
|
16373
|
+
if (!inject) return;
|
|
16374
|
+
inject("data-v-24eea75c_0", {
|
|
16375
|
+
source: ".vc-gallery-item[data-v-24eea75c]{max-width:252px;margin-bottom:var(--size-value4)}@media screen and (min-width:600px){.vc-gallery-item[data-v-24eea75c]{min-width:200px}}.vc-gallery-item .VcButton.secondary__text[data-v-24eea75c]{background-color:var(--v-secondary-lighten2);color:var(--v-secondary-base)!important}.vc-gallery-item__thumbnail[data-v-24eea75c]{position:relative;height:0;padding-bottom:136%;border-radius:var(--border-radius);box-shadow:var(--shadow-4);margin-bottom:var(--size-value3);overflow:hidden}.vc-gallery-item--is-create .vc-gallery-item__thumbnail[data-v-24eea75c]{background:var(--v-secondary-lighten3);border:1px dashed var(--v-secondary-base)}.vc-gallery-item__image[data-v-24eea75c]{padding-bottom:inherit;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:top center}.vc-gallery-item__thumbnail:hover .vc-gallery-item__image[data-v-24eea75c]{filter:blur(5px);transition:filter .3s ease-out}.vc-gallery-item__label[data-v-24eea75c]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small);line-height:1.5;text-align:center;color:var(--gray-darken-5)}.vc-gallery-item--is-create .vc-gallery-item__label[data-v-24eea75c]{color:var(--v-secondary-base)}.buttons[data-v-24eea75c]{position:absolute;width:100%;height:100%;left:0;top:0;background-color:rgba(0,0,0,.7);display:none}.vc-gallery-item--is-create .buttons[data-v-24eea75c]{display:flex;background-color:var(--neutral-lighten-3);cursor:pointer}.vc-gallery-item__thumbnail:hover .buttons[data-v-24eea75c]{display:flex}.buttons__select[data-v-24eea75c]{margin-bottom:var(--size-value4)}",
|
|
16376
|
+
map: undefined,
|
|
16377
|
+
media: undefined
|
|
16378
|
+
});
|
|
16379
|
+
};
|
|
16380
|
+
/* scoped */
|
|
16381
|
+
|
|
16382
|
+
|
|
16383
|
+
var __vue_scope_id__$1 = "data-v-24eea75c";
|
|
16384
|
+
/* module identifier */
|
|
16385
|
+
|
|
16386
|
+
var __vue_module_identifier__$1 = "data-v-24eea75c";
|
|
16387
|
+
/* functional template */
|
|
16388
|
+
|
|
16389
|
+
var __vue_is_functional_template__$1 = false;
|
|
16390
|
+
/* style inject shadow dom */
|
|
16391
|
+
|
|
16392
|
+
var __vue_component__$2 = /*#__PURE__*/normalizeComponent({
|
|
16393
|
+
render: __vue_render__$1,
|
|
16394
|
+
staticRenderFns: __vue_staticRenderFns__$1
|
|
16395
|
+
}, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, undefined, createInjectorSSR, undefined);
|
|
16396
|
+
|
|
16397
|
+
var VcGalleryItem = __vue_component__$2;var script = {
|
|
16398
|
+
name: "VcGalleryList",
|
|
16399
|
+
components: {
|
|
16400
|
+
VcGalleryItem: VcGalleryItem
|
|
16401
|
+
},
|
|
16402
|
+
props: {
|
|
16403
|
+
dataQa: {
|
|
16404
|
+
type: String,
|
|
16405
|
+
default: 'VcGalleryList'
|
|
16406
|
+
},
|
|
16407
|
+
isMobile: {
|
|
16408
|
+
type: Boolean,
|
|
16409
|
+
required: true
|
|
16410
|
+
},
|
|
16411
|
+
items: {
|
|
16412
|
+
type: Array,
|
|
16413
|
+
required: true,
|
|
16414
|
+
validator: function validator(prop) {
|
|
16415
|
+
return prop.every(function (item) {
|
|
16416
|
+
return item.uid;
|
|
16417
|
+
});
|
|
16418
|
+
}
|
|
16419
|
+
},
|
|
16420
|
+
title: {
|
|
16421
|
+
type: String,
|
|
16422
|
+
required: false
|
|
16423
|
+
},
|
|
16424
|
+
showCreate: {
|
|
16425
|
+
type: Boolean,
|
|
16426
|
+
default: false
|
|
16427
|
+
}
|
|
16428
|
+
}
|
|
16429
|
+
};/* script */
|
|
16430
|
+
var __vue_script__ = script;
|
|
16431
|
+
/* template */
|
|
16432
|
+
|
|
16433
|
+
var __vue_render__ = function __vue_render__() {
|
|
16434
|
+
var _vm = this;
|
|
16435
|
+
|
|
16436
|
+
var _h = _vm.$createElement;
|
|
16437
|
+
|
|
16438
|
+
var _c = _vm._self._c || _h;
|
|
16439
|
+
|
|
16440
|
+
return _c('div', {
|
|
16441
|
+
staticClass: "vc-gallery-list",
|
|
16442
|
+
attrs: {
|
|
16443
|
+
"data-qa": _vm.dataQa
|
|
16444
|
+
}
|
|
16445
|
+
}, [_vm._ssrNode((_vm.title ? "<h2" + _vm._ssrAttr("data-qa", _vm.dataQa + "-title") + " class=\"vc-gallery-list__title\" data-v-022845d5>" + _vm._ssrEscape(_vm._s(_vm.title)) + "</h2>" : "<!---->") + " "), _vm._ssrNode("<div" + _vm._ssrClass(null, "vc-gallery-list__items vc-gallery-list__items--" + _vm.$vuetify.breakpoint.name) + " data-v-022845d5>", "</div>", [_vm.showCreate ? _c('VcGalleryItem', {
|
|
16446
|
+
attrs: {
|
|
16447
|
+
"isCreate": true,
|
|
16448
|
+
"isMobile": false,
|
|
16449
|
+
"uid": "1",
|
|
16450
|
+
"src": "1",
|
|
16451
|
+
"dataQa": "create"
|
|
16452
|
+
},
|
|
16453
|
+
on: {
|
|
16454
|
+
"onCreate": function onCreate($event) {
|
|
16455
|
+
return _vm.$emit('onCreate');
|
|
16456
|
+
}
|
|
16457
|
+
}
|
|
16458
|
+
}) : _vm._e(), _vm._ssrNode(" "), _vm._l(_vm.items, function (item) {
|
|
16459
|
+
return _c('VcGalleryItem', {
|
|
16460
|
+
key: item.uid,
|
|
16461
|
+
attrs: {
|
|
16462
|
+
"uid": item.uid,
|
|
16463
|
+
"isMobile": _vm.isMobile,
|
|
16464
|
+
"src": item.src,
|
|
16465
|
+
"label": item.label
|
|
16466
|
+
},
|
|
16467
|
+
on: {
|
|
16468
|
+
"onSelect": function onSelect(uid) {
|
|
16469
|
+
return _vm.$emit('onSelect', uid);
|
|
16470
|
+
},
|
|
16471
|
+
"onPreview": function onPreview(uid) {
|
|
16472
|
+
return _vm.$emit('onPreview', uid);
|
|
16473
|
+
},
|
|
16474
|
+
"onExpend": function onExpend(uid) {
|
|
16475
|
+
return _vm.$emit('onExpend', uid);
|
|
16476
|
+
}
|
|
16477
|
+
}
|
|
16478
|
+
});
|
|
16479
|
+
})], 2)], 2);
|
|
16480
|
+
};
|
|
16481
|
+
|
|
16482
|
+
var __vue_staticRenderFns__ = [];
|
|
16483
|
+
/* style */
|
|
16484
|
+
|
|
16485
|
+
var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
|
|
16486
|
+
if (!inject) return;
|
|
16487
|
+
inject("data-v-022845d5_0", {
|
|
16488
|
+
source: ".vc-gallery-list .vc-gallery-list__title[data-v-022845d5]{font-size:var(--font-size-small2);font-weight:var(--font-weight-large);margin-bottom:var(--size-value4)}@media screen and (min-width:600px){.vc-gallery-list .vc-gallery-list__title[data-v-022845d5]{margin-bottom:var(--size-value12)}}.vc-gallery-list .vc-gallery-list__items[data-v-022845d5]{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--size-value5)}.vc-gallery-list .vc-gallery-list__items--md[data-v-022845d5]{grid-template-columns:repeat(3,1fr)}.vc-gallery-list .vc-gallery-list__items--lg[data-v-022845d5]{grid-template-columns:repeat(5,1fr)}.vc-gallery-list .vc-gallery-list__items--xl[data-v-022845d5]{grid-template-columns:repeat(6,1fr)}.vc-gallery-list .vc-gallery-list__items--lg[data-v-022845d5],.vc-gallery-list .vc-gallery-list__items--md[data-v-022845d5],.vc-gallery-list .vc-gallery-list__items--xl[data-v-022845d5]{grid-gap:var(--size-value8)}",
|
|
16489
|
+
map: undefined,
|
|
16490
|
+
media: undefined
|
|
16491
|
+
});
|
|
16492
|
+
};
|
|
16493
|
+
/* scoped */
|
|
16494
|
+
|
|
16495
|
+
|
|
16496
|
+
var __vue_scope_id__ = "data-v-022845d5";
|
|
16153
16497
|
/* module identifier */
|
|
16154
16498
|
|
|
16155
|
-
var __vue_module_identifier__ = "data-v-
|
|
16499
|
+
var __vue_module_identifier__ = "data-v-022845d5";
|
|
16156
16500
|
/* functional template */
|
|
16157
16501
|
|
|
16158
16502
|
var __vue_is_functional_template__ = false;
|
|
@@ -16164,7 +16508,7 @@ var __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
|
16164
16508
|
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, createInjectorSSR, undefined);
|
|
16165
16509
|
|
|
16166
16510
|
var __vue_component__$1 = __vue_component__;// Put here any components that need to be available to users of the package
|
|
16167
|
-
var components$1=/*#__PURE__*/Object.freeze({__proto__:null,VcConfirmModal:__vue_component__$
|
|
16511
|
+
var components$1=/*#__PURE__*/Object.freeze({__proto__:null,VcConfirmModal:__vue_component__$1w,VcInputModal:__vue_component__$1t,VcNoticeModal:__vue_component__$1q,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__$1a,VcBottomSheet:VcBottomSheet,VcInputBottomSheet:__vue_component__$16,VcPopover:VcPopover,VcInputPopover:__vue_component__$13,VcChip:VcChip,VcChipList:__vue_component__$10,VcSearchBar:VcSearchBar,VcBaseListItem:VcBaseListItem,VcList:__vue_component__$W,VcButton:VcButton,VcButtonGroup:__vue_component__$U,VcForm:VcForm,VcIcon:VcIcon,VcLayout:VcLayout,VcLoader:VcLoader,VcSwitch:VcSwitch,VcListEntity:__vue_component__$R,VcExpansionCard:__vue_component__$P,VcTextField:VcTextField,VcAvatar:VcAvatar,VcTextArea:__vue_component__$N,VcSelectField:__vue_component__$L,VcToast:__vue_component__$J,VcCard:__vue_component__$H,VcCheckbox:VcCheckbox,VcFilterPanel:__vue_component__$F,VcFocusArea:__vue_component__$D,VcLink:VcLink,VcListItem:__vue_component__$B,VcGroupHeader:__vue_component__$z,VcEmptyState:VcEmptyState,VcSvg:VcSvg,VcBanner:__vue_component__$x,VcWizardCtaContainer:VcWizardCtaContainer,VcWizard:__vue_component__$t,VcImage:VcImage,VcBadge:__vue_component__$r,VcUpsellBlock:__vue_component__$p,VcModalContainer:VcModalContainer,VcDropzone:__vue_component__$n,VcRadioGroup:__vue_component__$k,VcRadio:VcRadio,VcSegmentedControl:__vue_component__$i,VcDocItem:__vue_component__$g,VcTimeSince:__vue_component__$e,VcSearchPicker:__vue_component__$c,VcDraggableList:__vue_component__$a,VcTabs:__vue_component__$8,VcSideNav:__vue_component__$6,VcMiniBanner:__vue_component__$4,VcGalleryItem:VcGalleryItem,VcGalleryList:__vue_component__$1});var install = function installdesignSystem(Vue) {
|
|
16168
16512
|
Object.entries(components$1).forEach(function (_ref) {
|
|
16169
16513
|
var _ref2 = _slicedToArray(_ref, 2),
|
|
16170
16514
|
componentName = _ref2[0],
|
|
@@ -16173,7 +16517,7 @@ var components$1=/*#__PURE__*/Object.freeze({__proto__:null,VcConfirmModal:__vue
|
|
|
16173
16517
|
Vue.component(componentName, component);
|
|
16174
16518
|
});
|
|
16175
16519
|
}; // Create module definition for Vue.use()
|
|
16176
|
-
var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,VcConfirmModal:__vue_component__$
|
|
16520
|
+
var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,VcConfirmModal:__vue_component__$1w,VcInputModal:__vue_component__$1t,VcNoticeModal:__vue_component__$1q,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__$1a,VcBottomSheet:VcBottomSheet,VcInputBottomSheet:__vue_component__$16,VcPopover:VcPopover,VcInputPopover:__vue_component__$13,VcChip:VcChip,VcChipList:__vue_component__$10,VcSearchBar:VcSearchBar,VcBaseListItem:VcBaseListItem,VcList:__vue_component__$W,VcButton:VcButton,VcButtonGroup:__vue_component__$U,VcForm:VcForm,VcIcon:VcIcon,VcLayout:VcLayout,VcLoader:VcLoader,VcSwitch:VcSwitch,VcListEntity:__vue_component__$R,VcExpansionCard:__vue_component__$P,VcTextField:VcTextField,VcAvatar:VcAvatar,VcTextArea:__vue_component__$N,VcSelectField:__vue_component__$L,VcToast:__vue_component__$J,VcCard:__vue_component__$H,VcCheckbox:VcCheckbox,VcFilterPanel:__vue_component__$F,VcFocusArea:__vue_component__$D,VcLink:VcLink,VcListItem:__vue_component__$B,VcGroupHeader:__vue_component__$z,VcEmptyState:VcEmptyState,VcSvg:VcSvg,VcBanner:__vue_component__$x,VcWizardCtaContainer:VcWizardCtaContainer,VcWizard:__vue_component__$t,VcImage:VcImage,VcBadge:__vue_component__$r,VcUpsellBlock:__vue_component__$p,VcModalContainer:VcModalContainer,VcDropzone:__vue_component__$n,VcRadioGroup:__vue_component__$k,VcRadio:VcRadio,VcSegmentedControl:__vue_component__$i,VcDocItem:__vue_component__$g,VcTimeSince:__vue_component__$e,VcSearchPicker:__vue_component__$c,VcDraggableList:__vue_component__$a,VcTabs:__vue_component__$8,VcSideNav:__vue_component__$6,VcMiniBanner:__vue_component__$4,VcGalleryItem:VcGalleryItem,VcGalleryList:__vue_component__$1});// only expose one global var, with component exports exposed as properties of
|
|
16177
16521
|
// that global var (eg. plugin.component)
|
|
16178
16522
|
|
|
16179
16523
|
Object.entries(components).forEach(function (_ref) {
|