@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
|
@@ -11,7 +11,7 @@ import { VDialog, VBtn, VLayout, VAlert, VTooltip, VIcon, VSubheader, VListItem,
|
|
|
11
11
|
//
|
|
12
12
|
//
|
|
13
13
|
//
|
|
14
|
-
var script$
|
|
14
|
+
var script$15 = {
|
|
15
15
|
components: {
|
|
16
16
|
VDialog: VDialog
|
|
17
17
|
},
|
|
@@ -172,10 +172,10 @@ function addStyle(id, css) {
|
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
/* script */
|
|
175
|
-
const __vue_script__$
|
|
175
|
+
const __vue_script__$15 = script$15;
|
|
176
176
|
/* template */
|
|
177
177
|
|
|
178
|
-
var __vue_render__
|
|
178
|
+
var __vue_render__$12 = function () {
|
|
179
179
|
var _vm = this;
|
|
180
180
|
|
|
181
181
|
var _h = _vm.$createElement;
|
|
@@ -210,10 +210,10 @@ var __vue_render__$$ = function () {
|
|
|
210
210
|
}, [_vm._t("default")], 2);
|
|
211
211
|
};
|
|
212
212
|
|
|
213
|
-
var __vue_staticRenderFns__
|
|
213
|
+
var __vue_staticRenderFns__$12 = [];
|
|
214
214
|
/* style */
|
|
215
215
|
|
|
216
|
-
const __vue_inject_styles__$
|
|
216
|
+
const __vue_inject_styles__$15 = function (inject) {
|
|
217
217
|
if (!inject) return;
|
|
218
218
|
inject("data-v-7e4b12ce_0", {
|
|
219
219
|
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)}}",
|
|
@@ -224,25 +224,25 @@ const __vue_inject_styles__$12 = function (inject) {
|
|
|
224
224
|
/* scoped */
|
|
225
225
|
|
|
226
226
|
|
|
227
|
-
const __vue_scope_id__$
|
|
227
|
+
const __vue_scope_id__$15 = undefined;
|
|
228
228
|
/* module identifier */
|
|
229
229
|
|
|
230
|
-
const __vue_module_identifier__$
|
|
230
|
+
const __vue_module_identifier__$15 = undefined;
|
|
231
231
|
/* functional template */
|
|
232
232
|
|
|
233
|
-
const __vue_is_functional_template__$
|
|
233
|
+
const __vue_is_functional_template__$15 = false;
|
|
234
234
|
/* style inject SSR */
|
|
235
235
|
|
|
236
236
|
/* style inject shadow dom */
|
|
237
237
|
|
|
238
|
-
const __vue_component__$
|
|
239
|
-
render: __vue_render__
|
|
240
|
-
staticRenderFns: __vue_staticRenderFns__
|
|
241
|
-
}, __vue_inject_styles__$
|
|
238
|
+
const __vue_component__$1D = /*#__PURE__*/normalizeComponent({
|
|
239
|
+
render: __vue_render__$12,
|
|
240
|
+
staticRenderFns: __vue_staticRenderFns__$12
|
|
241
|
+
}, __vue_inject_styles__$15, __vue_script__$15, __vue_scope_id__$15, __vue_is_functional_template__$15, __vue_module_identifier__$15, false, createInjector, undefined, undefined);
|
|
242
242
|
|
|
243
|
-
var VcModalWrapper = __vue_component__$
|
|
243
|
+
var VcModalWrapper = __vue_component__$1D;
|
|
244
244
|
|
|
245
|
-
var script$
|
|
245
|
+
var script$14 = {
|
|
246
246
|
name: "VcIcon",
|
|
247
247
|
props: {
|
|
248
248
|
dataQa: {
|
|
@@ -270,32 +270,32 @@ var script$11 = {
|
|
|
270
270
|
};
|
|
271
271
|
|
|
272
272
|
/* script */
|
|
273
|
-
const __vue_script__$
|
|
273
|
+
const __vue_script__$14 = script$14;
|
|
274
274
|
/* template */
|
|
275
275
|
|
|
276
276
|
/* style */
|
|
277
277
|
|
|
278
|
-
const __vue_inject_styles__$
|
|
278
|
+
const __vue_inject_styles__$14 = undefined;
|
|
279
279
|
/* scoped */
|
|
280
280
|
|
|
281
|
-
const __vue_scope_id__$
|
|
281
|
+
const __vue_scope_id__$14 = undefined;
|
|
282
282
|
/* module identifier */
|
|
283
283
|
|
|
284
|
-
const __vue_module_identifier__$
|
|
284
|
+
const __vue_module_identifier__$14 = undefined;
|
|
285
285
|
/* functional template */
|
|
286
286
|
|
|
287
|
-
const __vue_is_functional_template__$
|
|
287
|
+
const __vue_is_functional_template__$14 = undefined;
|
|
288
288
|
/* style inject */
|
|
289
289
|
|
|
290
290
|
/* style inject SSR */
|
|
291
291
|
|
|
292
292
|
/* style inject shadow dom */
|
|
293
293
|
|
|
294
|
-
const __vue_component__$
|
|
294
|
+
const __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);
|
|
295
295
|
|
|
296
|
-
var VcIcon = __vue_component__$
|
|
296
|
+
var VcIcon = __vue_component__$1C;
|
|
297
297
|
|
|
298
|
-
var script$
|
|
298
|
+
var script$13 = {
|
|
299
299
|
name: "VcButton",
|
|
300
300
|
components: {
|
|
301
301
|
VcIcon,
|
|
@@ -433,10 +433,10 @@ var script$10 = {
|
|
|
433
433
|
};
|
|
434
434
|
|
|
435
435
|
/* script */
|
|
436
|
-
const __vue_script__$
|
|
436
|
+
const __vue_script__$13 = script$13;
|
|
437
437
|
/* template */
|
|
438
438
|
|
|
439
|
-
var __vue_render__$
|
|
439
|
+
var __vue_render__$11 = function () {
|
|
440
440
|
var _vm = this;
|
|
441
441
|
|
|
442
442
|
var _h = _vm.$createElement;
|
|
@@ -482,10 +482,10 @@ var __vue_render__$_ = function () {
|
|
|
482
482
|
}), _vm._v("\n " + _vm._s(_vm.label || _vm.$slots.default && _vm.$slots.default[0].text || "") + "\n "), _vm._t("append")], 2);
|
|
483
483
|
};
|
|
484
484
|
|
|
485
|
-
var __vue_staticRenderFns__$
|
|
485
|
+
var __vue_staticRenderFns__$11 = [];
|
|
486
486
|
/* style */
|
|
487
487
|
|
|
488
|
-
const __vue_inject_styles__$
|
|
488
|
+
const __vue_inject_styles__$13 = function (inject) {
|
|
489
489
|
if (!inject) return;
|
|
490
490
|
inject("data-v-28e88dc2_0", {
|
|
491
491
|
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)}",
|
|
@@ -496,25 +496,25 @@ const __vue_inject_styles__$10 = function (inject) {
|
|
|
496
496
|
/* scoped */
|
|
497
497
|
|
|
498
498
|
|
|
499
|
-
const __vue_scope_id__$
|
|
499
|
+
const __vue_scope_id__$13 = "data-v-28e88dc2";
|
|
500
500
|
/* module identifier */
|
|
501
501
|
|
|
502
|
-
const __vue_module_identifier__$
|
|
502
|
+
const __vue_module_identifier__$13 = undefined;
|
|
503
503
|
/* functional template */
|
|
504
504
|
|
|
505
|
-
const __vue_is_functional_template__$
|
|
505
|
+
const __vue_is_functional_template__$13 = false;
|
|
506
506
|
/* style inject SSR */
|
|
507
507
|
|
|
508
508
|
/* style inject shadow dom */
|
|
509
509
|
|
|
510
|
-
const __vue_component__$
|
|
511
|
-
render: __vue_render__$
|
|
512
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
513
|
-
}, __vue_inject_styles__$
|
|
510
|
+
const __vue_component__$1B = /*#__PURE__*/normalizeComponent({
|
|
511
|
+
render: __vue_render__$11,
|
|
512
|
+
staticRenderFns: __vue_staticRenderFns__$11
|
|
513
|
+
}, __vue_inject_styles__$13, __vue_script__$13, __vue_scope_id__$13, __vue_is_functional_template__$13, __vue_module_identifier__$13, false, createInjector, undefined, undefined);
|
|
514
514
|
|
|
515
|
-
var VcButton = __vue_component__$
|
|
515
|
+
var VcButton = __vue_component__$1B;
|
|
516
516
|
|
|
517
|
-
var script
|
|
517
|
+
var script$12 = {
|
|
518
518
|
name: 'VcModalContainer',
|
|
519
519
|
components: {
|
|
520
520
|
VcButton,
|
|
@@ -577,10 +577,10 @@ var script$$ = {
|
|
|
577
577
|
};
|
|
578
578
|
|
|
579
579
|
/* script */
|
|
580
|
-
const __vue_script__
|
|
580
|
+
const __vue_script__$12 = script$12;
|
|
581
581
|
/* template */
|
|
582
582
|
|
|
583
|
-
var __vue_render__$
|
|
583
|
+
var __vue_render__$10 = function () {
|
|
584
584
|
var _vm = this;
|
|
585
585
|
|
|
586
586
|
var _h = _vm.$createElement;
|
|
@@ -655,10 +655,10 @@ var __vue_render__$Z = function () {
|
|
|
655
655
|
}, [_vm._t("footer")], 2) : _vm._e()])]], 2) : _vm._e();
|
|
656
656
|
};
|
|
657
657
|
|
|
658
|
-
var __vue_staticRenderFns__$
|
|
658
|
+
var __vue_staticRenderFns__$10 = [];
|
|
659
659
|
/* style */
|
|
660
660
|
|
|
661
|
-
const __vue_inject_styles__
|
|
661
|
+
const __vue_inject_styles__$12 = function (inject) {
|
|
662
662
|
if (!inject) return;
|
|
663
663
|
inject("data-v-3e6a36fd_0", {
|
|
664
664
|
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}",
|
|
@@ -669,25 +669,25 @@ const __vue_inject_styles__$$ = function (inject) {
|
|
|
669
669
|
/* scoped */
|
|
670
670
|
|
|
671
671
|
|
|
672
|
-
const __vue_scope_id__
|
|
672
|
+
const __vue_scope_id__$12 = undefined;
|
|
673
673
|
/* module identifier */
|
|
674
674
|
|
|
675
|
-
const __vue_module_identifier__
|
|
675
|
+
const __vue_module_identifier__$12 = undefined;
|
|
676
676
|
/* functional template */
|
|
677
677
|
|
|
678
|
-
const __vue_is_functional_template__
|
|
678
|
+
const __vue_is_functional_template__$12 = false;
|
|
679
679
|
/* style inject SSR */
|
|
680
680
|
|
|
681
681
|
/* style inject shadow dom */
|
|
682
682
|
|
|
683
|
-
const __vue_component__$
|
|
684
|
-
render: __vue_render__$
|
|
685
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
686
|
-
}, __vue_inject_styles__
|
|
683
|
+
const __vue_component__$1A = /*#__PURE__*/normalizeComponent({
|
|
684
|
+
render: __vue_render__$10,
|
|
685
|
+
staticRenderFns: __vue_staticRenderFns__$10
|
|
686
|
+
}, __vue_inject_styles__$12, __vue_script__$12, __vue_scope_id__$12, __vue_is_functional_template__$12, __vue_module_identifier__$12, false, createInjector, undefined, undefined);
|
|
687
687
|
|
|
688
|
-
var VcModalContainer = __vue_component__$
|
|
688
|
+
var VcModalContainer = __vue_component__$1A;
|
|
689
689
|
|
|
690
|
-
var script$
|
|
690
|
+
var script$11 = {
|
|
691
691
|
name: "VcLayout",
|
|
692
692
|
render: function (createElement) {
|
|
693
693
|
// `<v-layout><slot></slot></v-layout>`
|
|
@@ -701,32 +701,32 @@ var script$_ = {
|
|
|
701
701
|
};
|
|
702
702
|
|
|
703
703
|
/* script */
|
|
704
|
-
const __vue_script__$
|
|
704
|
+
const __vue_script__$11 = script$11;
|
|
705
705
|
/* template */
|
|
706
706
|
|
|
707
707
|
/* style */
|
|
708
708
|
|
|
709
|
-
const __vue_inject_styles__$
|
|
709
|
+
const __vue_inject_styles__$11 = undefined;
|
|
710
710
|
/* scoped */
|
|
711
711
|
|
|
712
|
-
const __vue_scope_id__$
|
|
712
|
+
const __vue_scope_id__$11 = "data-v-0751575a";
|
|
713
713
|
/* module identifier */
|
|
714
714
|
|
|
715
|
-
const __vue_module_identifier__$
|
|
715
|
+
const __vue_module_identifier__$11 = undefined;
|
|
716
716
|
/* functional template */
|
|
717
717
|
|
|
718
|
-
const __vue_is_functional_template__$
|
|
718
|
+
const __vue_is_functional_template__$11 = undefined;
|
|
719
719
|
/* style inject */
|
|
720
720
|
|
|
721
721
|
/* style inject SSR */
|
|
722
722
|
|
|
723
723
|
/* style inject shadow dom */
|
|
724
724
|
|
|
725
|
-
const __vue_component__$
|
|
725
|
+
const __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);
|
|
726
726
|
|
|
727
|
-
var VcLayout = __vue_component__$
|
|
727
|
+
var VcLayout = __vue_component__$1z;
|
|
728
728
|
|
|
729
|
-
var script$
|
|
729
|
+
var script$10 = {
|
|
730
730
|
name: "VcModalFooter",
|
|
731
731
|
components: {
|
|
732
732
|
VcLayout,
|
|
@@ -759,10 +759,10 @@ var script$Z = {
|
|
|
759
759
|
};
|
|
760
760
|
|
|
761
761
|
/* script */
|
|
762
|
-
const __vue_script__$
|
|
762
|
+
const __vue_script__$10 = script$10;
|
|
763
763
|
/* template */
|
|
764
764
|
|
|
765
|
-
var __vue_render__
|
|
765
|
+
var __vue_render__$$ = function () {
|
|
766
766
|
var _vm = this;
|
|
767
767
|
|
|
768
768
|
var _h = _vm.$createElement;
|
|
@@ -798,10 +798,10 @@ var __vue_render__$Y = function () {
|
|
|
798
798
|
}), 1);
|
|
799
799
|
};
|
|
800
800
|
|
|
801
|
-
var __vue_staticRenderFns__
|
|
801
|
+
var __vue_staticRenderFns__$$ = [];
|
|
802
802
|
/* style */
|
|
803
803
|
|
|
804
|
-
const __vue_inject_styles__$
|
|
804
|
+
const __vue_inject_styles__$10 = function (inject) {
|
|
805
805
|
if (!inject) return;
|
|
806
806
|
inject("data-v-2818e350_0", {
|
|
807
807
|
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)}",
|
|
@@ -812,25 +812,25 @@ const __vue_inject_styles__$Z = function (inject) {
|
|
|
812
812
|
/* scoped */
|
|
813
813
|
|
|
814
814
|
|
|
815
|
-
const __vue_scope_id__$
|
|
815
|
+
const __vue_scope_id__$10 = "data-v-2818e350";
|
|
816
816
|
/* module identifier */
|
|
817
817
|
|
|
818
|
-
const __vue_module_identifier__$
|
|
818
|
+
const __vue_module_identifier__$10 = undefined;
|
|
819
819
|
/* functional template */
|
|
820
820
|
|
|
821
|
-
const __vue_is_functional_template__$
|
|
821
|
+
const __vue_is_functional_template__$10 = false;
|
|
822
822
|
/* style inject SSR */
|
|
823
823
|
|
|
824
824
|
/* style inject shadow dom */
|
|
825
825
|
|
|
826
|
-
const __vue_component__$
|
|
827
|
-
render: __vue_render__
|
|
828
|
-
staticRenderFns: __vue_staticRenderFns__
|
|
829
|
-
}, __vue_inject_styles__$
|
|
826
|
+
const __vue_component__$1y = /*#__PURE__*/normalizeComponent({
|
|
827
|
+
render: __vue_render__$$,
|
|
828
|
+
staticRenderFns: __vue_staticRenderFns__$$
|
|
829
|
+
}, __vue_inject_styles__$10, __vue_script__$10, __vue_scope_id__$10, __vue_is_functional_template__$10, __vue_module_identifier__$10, false, createInjector, undefined, undefined);
|
|
830
830
|
|
|
831
|
-
var VcModalFooter = __vue_component__$
|
|
831
|
+
var VcModalFooter = __vue_component__$1y;
|
|
832
832
|
|
|
833
|
-
var script
|
|
833
|
+
var script$$ = {
|
|
834
834
|
name: "VcModalHeader",
|
|
835
835
|
components: {
|
|
836
836
|
VcLayout,
|
|
@@ -900,10 +900,10 @@ var script$Y = {
|
|
|
900
900
|
};
|
|
901
901
|
|
|
902
902
|
/* script */
|
|
903
|
-
const __vue_script__
|
|
903
|
+
const __vue_script__$$ = script$$;
|
|
904
904
|
/* template */
|
|
905
905
|
|
|
906
|
-
var __vue_render__$
|
|
906
|
+
var __vue_render__$_ = function () {
|
|
907
907
|
var _vm = this;
|
|
908
908
|
|
|
909
909
|
var _h = _vm.$createElement;
|
|
@@ -1030,10 +1030,10 @@ var __vue_render__$X = function () {
|
|
|
1030
1030
|
}) : _vm._e()], 2);
|
|
1031
1031
|
};
|
|
1032
1032
|
|
|
1033
|
-
var __vue_staticRenderFns__$
|
|
1033
|
+
var __vue_staticRenderFns__$_ = [];
|
|
1034
1034
|
/* style */
|
|
1035
1035
|
|
|
1036
|
-
const __vue_inject_styles__
|
|
1036
|
+
const __vue_inject_styles__$$ = function (inject) {
|
|
1037
1037
|
if (!inject) return;
|
|
1038
1038
|
inject("data-v-12fac24f_0", {
|
|
1039
1039
|
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)}",
|
|
@@ -1044,25 +1044,25 @@ const __vue_inject_styles__$Y = function (inject) {
|
|
|
1044
1044
|
/* scoped */
|
|
1045
1045
|
|
|
1046
1046
|
|
|
1047
|
-
const __vue_scope_id__
|
|
1047
|
+
const __vue_scope_id__$$ = "data-v-12fac24f";
|
|
1048
1048
|
/* module identifier */
|
|
1049
1049
|
|
|
1050
|
-
const __vue_module_identifier__
|
|
1050
|
+
const __vue_module_identifier__$$ = undefined;
|
|
1051
1051
|
/* functional template */
|
|
1052
1052
|
|
|
1053
|
-
const __vue_is_functional_template__
|
|
1053
|
+
const __vue_is_functional_template__$$ = false;
|
|
1054
1054
|
/* style inject SSR */
|
|
1055
1055
|
|
|
1056
1056
|
/* style inject shadow dom */
|
|
1057
1057
|
|
|
1058
|
-
const __vue_component__$
|
|
1059
|
-
render: __vue_render__$
|
|
1060
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1061
|
-
}, __vue_inject_styles__
|
|
1058
|
+
const __vue_component__$1x = /*#__PURE__*/normalizeComponent({
|
|
1059
|
+
render: __vue_render__$_,
|
|
1060
|
+
staticRenderFns: __vue_staticRenderFns__$_
|
|
1061
|
+
}, __vue_inject_styles__$$, __vue_script__$$, __vue_scope_id__$$, __vue_is_functional_template__$$, __vue_module_identifier__$$, false, createInjector, undefined, undefined);
|
|
1062
1062
|
|
|
1063
|
-
var VcModalHeader = __vue_component__$
|
|
1063
|
+
var VcModalHeader = __vue_component__$1x;
|
|
1064
1064
|
|
|
1065
|
-
var script$
|
|
1065
|
+
var script$_ = {
|
|
1066
1066
|
name: "VcConfirmModal",
|
|
1067
1067
|
components: {
|
|
1068
1068
|
VcModalHeader,
|
|
@@ -1134,10 +1134,10 @@ var script$X = {
|
|
|
1134
1134
|
};
|
|
1135
1135
|
|
|
1136
1136
|
/* script */
|
|
1137
|
-
const __vue_script__$
|
|
1137
|
+
const __vue_script__$_ = script$_;
|
|
1138
1138
|
/* template */
|
|
1139
1139
|
|
|
1140
|
-
var __vue_render__$
|
|
1140
|
+
var __vue_render__$Z = function () {
|
|
1141
1141
|
var _vm = this;
|
|
1142
1142
|
|
|
1143
1143
|
var _h = _vm.$createElement;
|
|
@@ -1221,33 +1221,33 @@ var __vue_render__$W = function () {
|
|
|
1221
1221
|
});
|
|
1222
1222
|
};
|
|
1223
1223
|
|
|
1224
|
-
var __vue_staticRenderFns__$
|
|
1224
|
+
var __vue_staticRenderFns__$Z = [];
|
|
1225
1225
|
/* style */
|
|
1226
1226
|
|
|
1227
|
-
const __vue_inject_styles__$
|
|
1227
|
+
const __vue_inject_styles__$_ = undefined;
|
|
1228
1228
|
/* scoped */
|
|
1229
1229
|
|
|
1230
|
-
const __vue_scope_id__$
|
|
1230
|
+
const __vue_scope_id__$_ = "data-v-19249dd4";
|
|
1231
1231
|
/* module identifier */
|
|
1232
1232
|
|
|
1233
|
-
const __vue_module_identifier__$
|
|
1233
|
+
const __vue_module_identifier__$_ = undefined;
|
|
1234
1234
|
/* functional template */
|
|
1235
1235
|
|
|
1236
|
-
const __vue_is_functional_template__$
|
|
1236
|
+
const __vue_is_functional_template__$_ = false;
|
|
1237
1237
|
/* style inject */
|
|
1238
1238
|
|
|
1239
1239
|
/* style inject SSR */
|
|
1240
1240
|
|
|
1241
1241
|
/* style inject shadow dom */
|
|
1242
1242
|
|
|
1243
|
-
const __vue_component__$
|
|
1244
|
-
render: __vue_render__$
|
|
1245
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1246
|
-
}, __vue_inject_styles__$
|
|
1243
|
+
const __vue_component__$1v = /*#__PURE__*/normalizeComponent({
|
|
1244
|
+
render: __vue_render__$Z,
|
|
1245
|
+
staticRenderFns: __vue_staticRenderFns__$Z
|
|
1246
|
+
}, __vue_inject_styles__$_, __vue_script__$_, __vue_scope_id__$_, __vue_is_functional_template__$_, __vue_module_identifier__$_, false, undefined, undefined, undefined);
|
|
1247
1247
|
|
|
1248
|
-
var __vue_component__$
|
|
1248
|
+
var __vue_component__$1w = __vue_component__$1v;
|
|
1249
1249
|
|
|
1250
|
-
var script$
|
|
1250
|
+
var script$Z = {
|
|
1251
1251
|
name: "VcForm",
|
|
1252
1252
|
emits: ['input', 'submit'],
|
|
1253
1253
|
methods: {
|
|
@@ -1268,32 +1268,32 @@ var script$W = {
|
|
|
1268
1268
|
};
|
|
1269
1269
|
|
|
1270
1270
|
/* script */
|
|
1271
|
-
const __vue_script__$
|
|
1271
|
+
const __vue_script__$Z = script$Z;
|
|
1272
1272
|
/* template */
|
|
1273
1273
|
|
|
1274
1274
|
/* style */
|
|
1275
1275
|
|
|
1276
|
-
const __vue_inject_styles__$
|
|
1276
|
+
const __vue_inject_styles__$Z = undefined;
|
|
1277
1277
|
/* scoped */
|
|
1278
1278
|
|
|
1279
|
-
const __vue_scope_id__$
|
|
1279
|
+
const __vue_scope_id__$Z = "data-v-6d24404f";
|
|
1280
1280
|
/* module identifier */
|
|
1281
1281
|
|
|
1282
|
-
const __vue_module_identifier__$
|
|
1282
|
+
const __vue_module_identifier__$Z = undefined;
|
|
1283
1283
|
/* functional template */
|
|
1284
1284
|
|
|
1285
|
-
const __vue_is_functional_template__$
|
|
1285
|
+
const __vue_is_functional_template__$Z = undefined;
|
|
1286
1286
|
/* style inject */
|
|
1287
1287
|
|
|
1288
1288
|
/* style inject SSR */
|
|
1289
1289
|
|
|
1290
1290
|
/* style inject shadow dom */
|
|
1291
1291
|
|
|
1292
|
-
const __vue_component__$
|
|
1292
|
+
const __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);
|
|
1293
1293
|
|
|
1294
|
-
var VcForm = __vue_component__$
|
|
1294
|
+
var VcForm = __vue_component__$1u;
|
|
1295
1295
|
|
|
1296
|
-
var script$
|
|
1296
|
+
var script$Y = {
|
|
1297
1297
|
name: "VcInputModal",
|
|
1298
1298
|
components: {
|
|
1299
1299
|
VcForm,
|
|
@@ -1402,10 +1402,10 @@ var script$V = {
|
|
|
1402
1402
|
};
|
|
1403
1403
|
|
|
1404
1404
|
/* script */
|
|
1405
|
-
const __vue_script__$
|
|
1405
|
+
const __vue_script__$Y = script$Y;
|
|
1406
1406
|
/* template */
|
|
1407
1407
|
|
|
1408
|
-
var __vue_render__$
|
|
1408
|
+
var __vue_render__$Y = function () {
|
|
1409
1409
|
var _vm = this;
|
|
1410
1410
|
|
|
1411
1411
|
var _h = _vm.$createElement;
|
|
@@ -1511,10 +1511,10 @@ var __vue_render__$V = function () {
|
|
|
1511
1511
|
});
|
|
1512
1512
|
};
|
|
1513
1513
|
|
|
1514
|
-
var __vue_staticRenderFns__$
|
|
1514
|
+
var __vue_staticRenderFns__$Y = [];
|
|
1515
1515
|
/* style */
|
|
1516
1516
|
|
|
1517
|
-
const __vue_inject_styles__$
|
|
1517
|
+
const __vue_inject_styles__$Y = function (inject) {
|
|
1518
1518
|
if (!inject) return;
|
|
1519
1519
|
inject("data-v-6ef249ab_0", {
|
|
1520
1520
|
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)}",
|
|
@@ -1525,25 +1525,25 @@ const __vue_inject_styles__$V = function (inject) {
|
|
|
1525
1525
|
/* scoped */
|
|
1526
1526
|
|
|
1527
1527
|
|
|
1528
|
-
const __vue_scope_id__$
|
|
1528
|
+
const __vue_scope_id__$Y = "data-v-6ef249ab";
|
|
1529
1529
|
/* module identifier */
|
|
1530
1530
|
|
|
1531
|
-
const __vue_module_identifier__$
|
|
1531
|
+
const __vue_module_identifier__$Y = undefined;
|
|
1532
1532
|
/* functional template */
|
|
1533
1533
|
|
|
1534
|
-
const __vue_is_functional_template__$
|
|
1534
|
+
const __vue_is_functional_template__$Y = false;
|
|
1535
1535
|
/* style inject SSR */
|
|
1536
1536
|
|
|
1537
1537
|
/* style inject shadow dom */
|
|
1538
1538
|
|
|
1539
|
-
const __vue_component__$
|
|
1540
|
-
render: __vue_render__$
|
|
1541
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1542
|
-
}, __vue_inject_styles__$
|
|
1539
|
+
const __vue_component__$1s = /*#__PURE__*/normalizeComponent({
|
|
1540
|
+
render: __vue_render__$Y,
|
|
1541
|
+
staticRenderFns: __vue_staticRenderFns__$Y
|
|
1542
|
+
}, __vue_inject_styles__$Y, __vue_script__$Y, __vue_scope_id__$Y, __vue_is_functional_template__$Y, __vue_module_identifier__$Y, false, createInjector, undefined, undefined);
|
|
1543
1543
|
|
|
1544
|
-
var __vue_component__$
|
|
1544
|
+
var __vue_component__$1t = __vue_component__$1s;
|
|
1545
1545
|
|
|
1546
|
-
var script$
|
|
1546
|
+
var script$X = {
|
|
1547
1547
|
name: "VcImage",
|
|
1548
1548
|
components: {
|
|
1549
1549
|
VcLayout
|
|
@@ -1561,10 +1561,10 @@ var script$U = {
|
|
|
1561
1561
|
};
|
|
1562
1562
|
|
|
1563
1563
|
/* script */
|
|
1564
|
-
const __vue_script__$
|
|
1564
|
+
const __vue_script__$X = script$X;
|
|
1565
1565
|
/* template */
|
|
1566
1566
|
|
|
1567
|
-
var __vue_render__$
|
|
1567
|
+
var __vue_render__$X = function () {
|
|
1568
1568
|
var _vm = this;
|
|
1569
1569
|
|
|
1570
1570
|
var _h = _vm.$createElement;
|
|
@@ -1588,10 +1588,10 @@ var __vue_render__$U = function () {
|
|
|
1588
1588
|
})], 1);
|
|
1589
1589
|
};
|
|
1590
1590
|
|
|
1591
|
-
var __vue_staticRenderFns__$
|
|
1591
|
+
var __vue_staticRenderFns__$X = [];
|
|
1592
1592
|
/* style */
|
|
1593
1593
|
|
|
1594
|
-
const __vue_inject_styles__$
|
|
1594
|
+
const __vue_inject_styles__$X = function (inject) {
|
|
1595
1595
|
if (!inject) return;
|
|
1596
1596
|
inject("data-v-46be532e_0", {
|
|
1597
1597
|
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%}",
|
|
@@ -1602,25 +1602,25 @@ const __vue_inject_styles__$U = function (inject) {
|
|
|
1602
1602
|
/* scoped */
|
|
1603
1603
|
|
|
1604
1604
|
|
|
1605
|
-
const __vue_scope_id__$
|
|
1605
|
+
const __vue_scope_id__$X = "data-v-46be532e";
|
|
1606
1606
|
/* module identifier */
|
|
1607
1607
|
|
|
1608
|
-
const __vue_module_identifier__$
|
|
1608
|
+
const __vue_module_identifier__$X = undefined;
|
|
1609
1609
|
/* functional template */
|
|
1610
1610
|
|
|
1611
|
-
const __vue_is_functional_template__$
|
|
1611
|
+
const __vue_is_functional_template__$X = false;
|
|
1612
1612
|
/* style inject SSR */
|
|
1613
1613
|
|
|
1614
1614
|
/* style inject shadow dom */
|
|
1615
1615
|
|
|
1616
|
-
const __vue_component__$
|
|
1617
|
-
render: __vue_render__$
|
|
1618
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1619
|
-
}, __vue_inject_styles__$
|
|
1616
|
+
const __vue_component__$1r = /*#__PURE__*/normalizeComponent({
|
|
1617
|
+
render: __vue_render__$X,
|
|
1618
|
+
staticRenderFns: __vue_staticRenderFns__$X
|
|
1619
|
+
}, __vue_inject_styles__$X, __vue_script__$X, __vue_scope_id__$X, __vue_is_functional_template__$X, __vue_module_identifier__$X, false, createInjector, undefined, undefined);
|
|
1620
1620
|
|
|
1621
|
-
var VcImage = __vue_component__$
|
|
1621
|
+
var VcImage = __vue_component__$1r;
|
|
1622
1622
|
|
|
1623
|
-
var script$
|
|
1623
|
+
var script$W = {
|
|
1624
1624
|
name: "VcNoticeModal",
|
|
1625
1625
|
components: {
|
|
1626
1626
|
VcImage,
|
|
@@ -1690,10 +1690,10 @@ var script$T = {
|
|
|
1690
1690
|
};
|
|
1691
1691
|
|
|
1692
1692
|
/* script */
|
|
1693
|
-
const __vue_script__$
|
|
1693
|
+
const __vue_script__$W = script$W;
|
|
1694
1694
|
/* template */
|
|
1695
1695
|
|
|
1696
|
-
var __vue_render__$
|
|
1696
|
+
var __vue_render__$W = function () {
|
|
1697
1697
|
var _vm = this;
|
|
1698
1698
|
|
|
1699
1699
|
var _h = _vm.$createElement;
|
|
@@ -1781,10 +1781,10 @@ var __vue_render__$T = function () {
|
|
|
1781
1781
|
});
|
|
1782
1782
|
};
|
|
1783
1783
|
|
|
1784
|
-
var __vue_staticRenderFns__$
|
|
1784
|
+
var __vue_staticRenderFns__$W = [];
|
|
1785
1785
|
/* style */
|
|
1786
1786
|
|
|
1787
|
-
const __vue_inject_styles__$
|
|
1787
|
+
const __vue_inject_styles__$W = function (inject) {
|
|
1788
1788
|
if (!inject) return;
|
|
1789
1789
|
inject("data-v-5ea9b7a2_0", {
|
|
1790
1790
|
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)}",
|
|
@@ -1795,25 +1795,25 @@ const __vue_inject_styles__$T = function (inject) {
|
|
|
1795
1795
|
/* scoped */
|
|
1796
1796
|
|
|
1797
1797
|
|
|
1798
|
-
const __vue_scope_id__$
|
|
1798
|
+
const __vue_scope_id__$W = "data-v-5ea9b7a2";
|
|
1799
1799
|
/* module identifier */
|
|
1800
1800
|
|
|
1801
|
-
const __vue_module_identifier__$
|
|
1801
|
+
const __vue_module_identifier__$W = undefined;
|
|
1802
1802
|
/* functional template */
|
|
1803
1803
|
|
|
1804
|
-
const __vue_is_functional_template__$
|
|
1804
|
+
const __vue_is_functional_template__$W = false;
|
|
1805
1805
|
/* style inject SSR */
|
|
1806
1806
|
|
|
1807
1807
|
/* style inject shadow dom */
|
|
1808
1808
|
|
|
1809
|
-
const __vue_component__$
|
|
1810
|
-
render: __vue_render__$
|
|
1811
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1812
|
-
}, __vue_inject_styles__$
|
|
1809
|
+
const __vue_component__$1p = /*#__PURE__*/normalizeComponent({
|
|
1810
|
+
render: __vue_render__$W,
|
|
1811
|
+
staticRenderFns: __vue_staticRenderFns__$W
|
|
1812
|
+
}, __vue_inject_styles__$W, __vue_script__$W, __vue_scope_id__$W, __vue_is_functional_template__$W, __vue_module_identifier__$W, false, createInjector, undefined, undefined);
|
|
1813
1813
|
|
|
1814
|
-
var __vue_component__$
|
|
1814
|
+
var __vue_component__$1q = __vue_component__$1p;
|
|
1815
1815
|
|
|
1816
|
-
var script$
|
|
1816
|
+
var script$V = {
|
|
1817
1817
|
name: "VcAlert",
|
|
1818
1818
|
components: {
|
|
1819
1819
|
VcIcon,
|
|
@@ -1914,10 +1914,10 @@ var script$S = {
|
|
|
1914
1914
|
};
|
|
1915
1915
|
|
|
1916
1916
|
/* script */
|
|
1917
|
-
const __vue_script__$
|
|
1917
|
+
const __vue_script__$V = script$V;
|
|
1918
1918
|
/* template */
|
|
1919
1919
|
|
|
1920
|
-
var __vue_render__$
|
|
1920
|
+
var __vue_render__$V = function () {
|
|
1921
1921
|
var _vm = this;
|
|
1922
1922
|
|
|
1923
1923
|
var _h = _vm.$createElement;
|
|
@@ -1987,10 +1987,10 @@ var __vue_render__$S = function () {
|
|
|
1987
1987
|
}) : _vm._e()], 1);
|
|
1988
1988
|
};
|
|
1989
1989
|
|
|
1990
|
-
var __vue_staticRenderFns__$
|
|
1990
|
+
var __vue_staticRenderFns__$V = [];
|
|
1991
1991
|
/* style */
|
|
1992
1992
|
|
|
1993
|
-
const __vue_inject_styles__$
|
|
1993
|
+
const __vue_inject_styles__$V = function (inject) {
|
|
1994
1994
|
if (!inject) return;
|
|
1995
1995
|
inject("data-v-7847c9c0_0", {
|
|
1996
1996
|
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)}",
|
|
@@ -2001,25 +2001,25 @@ const __vue_inject_styles__$S = function (inject) {
|
|
|
2001
2001
|
/* scoped */
|
|
2002
2002
|
|
|
2003
2003
|
|
|
2004
|
-
const __vue_scope_id__$
|
|
2004
|
+
const __vue_scope_id__$V = undefined;
|
|
2005
2005
|
/* module identifier */
|
|
2006
2006
|
|
|
2007
|
-
const __vue_module_identifier__$
|
|
2007
|
+
const __vue_module_identifier__$V = undefined;
|
|
2008
2008
|
/* functional template */
|
|
2009
2009
|
|
|
2010
|
-
const __vue_is_functional_template__$
|
|
2010
|
+
const __vue_is_functional_template__$V = false;
|
|
2011
2011
|
/* style inject SSR */
|
|
2012
2012
|
|
|
2013
2013
|
/* style inject shadow dom */
|
|
2014
2014
|
|
|
2015
|
-
const __vue_component__$
|
|
2016
|
-
render: __vue_render__$
|
|
2017
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2018
|
-
}, __vue_inject_styles__$
|
|
2015
|
+
const __vue_component__$1o = /*#__PURE__*/normalizeComponent({
|
|
2016
|
+
render: __vue_render__$V,
|
|
2017
|
+
staticRenderFns: __vue_staticRenderFns__$V
|
|
2018
|
+
}, __vue_inject_styles__$V, __vue_script__$V, __vue_scope_id__$V, __vue_is_functional_template__$V, __vue_module_identifier__$V, false, createInjector, undefined, undefined);
|
|
2019
2019
|
|
|
2020
|
-
var VcAlert = __vue_component__$
|
|
2020
|
+
var VcAlert = __vue_component__$1o;
|
|
2021
2021
|
|
|
2022
|
-
var script$
|
|
2022
|
+
var script$U = {
|
|
2023
2023
|
name: "VcTooltip",
|
|
2024
2024
|
components: {
|
|
2025
2025
|
VcIcon,
|
|
@@ -2076,10 +2076,10 @@ var script$R = {
|
|
|
2076
2076
|
};
|
|
2077
2077
|
|
|
2078
2078
|
/* script */
|
|
2079
|
-
const __vue_script__$
|
|
2079
|
+
const __vue_script__$U = script$U;
|
|
2080
2080
|
/* template */
|
|
2081
2081
|
|
|
2082
|
-
var __vue_render__$
|
|
2082
|
+
var __vue_render__$U = function () {
|
|
2083
2083
|
var _vm = this;
|
|
2084
2084
|
|
|
2085
2085
|
var _h = _vm.$createElement;
|
|
@@ -2144,10 +2144,10 @@ var __vue_render__$R = function () {
|
|
|
2144
2144
|
})], 2)])])])], 1);
|
|
2145
2145
|
};
|
|
2146
2146
|
|
|
2147
|
-
var __vue_staticRenderFns__$
|
|
2147
|
+
var __vue_staticRenderFns__$U = [];
|
|
2148
2148
|
/* style */
|
|
2149
2149
|
|
|
2150
|
-
const __vue_inject_styles__$
|
|
2150
|
+
const __vue_inject_styles__$U = function (inject) {
|
|
2151
2151
|
if (!inject) return;
|
|
2152
2152
|
inject("data-v-1b8fb20c_0", {
|
|
2153
2153
|
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}",
|
|
@@ -2158,25 +2158,25 @@ const __vue_inject_styles__$R = function (inject) {
|
|
|
2158
2158
|
/* scoped */
|
|
2159
2159
|
|
|
2160
2160
|
|
|
2161
|
-
const __vue_scope_id__$
|
|
2161
|
+
const __vue_scope_id__$U = undefined;
|
|
2162
2162
|
/* module identifier */
|
|
2163
2163
|
|
|
2164
|
-
const __vue_module_identifier__$
|
|
2164
|
+
const __vue_module_identifier__$U = undefined;
|
|
2165
2165
|
/* functional template */
|
|
2166
2166
|
|
|
2167
|
-
const __vue_is_functional_template__$
|
|
2167
|
+
const __vue_is_functional_template__$U = false;
|
|
2168
2168
|
/* style inject SSR */
|
|
2169
2169
|
|
|
2170
2170
|
/* style inject shadow dom */
|
|
2171
2171
|
|
|
2172
|
-
const __vue_component__$
|
|
2173
|
-
render: __vue_render__$
|
|
2174
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2175
|
-
}, __vue_inject_styles__$
|
|
2172
|
+
const __vue_component__$1n = /*#__PURE__*/normalizeComponent({
|
|
2173
|
+
render: __vue_render__$U,
|
|
2174
|
+
staticRenderFns: __vue_staticRenderFns__$U
|
|
2175
|
+
}, __vue_inject_styles__$U, __vue_script__$U, __vue_scope_id__$U, __vue_is_functional_template__$U, __vue_module_identifier__$U, false, createInjector, undefined, undefined);
|
|
2176
2176
|
|
|
2177
|
-
var VcTooltip = __vue_component__$
|
|
2177
|
+
var VcTooltip = __vue_component__$1n;
|
|
2178
2178
|
|
|
2179
|
-
var script$
|
|
2179
|
+
var script$T = {
|
|
2180
2180
|
name: "VcIconWithTooltip",
|
|
2181
2181
|
components: {
|
|
2182
2182
|
VcTooltip,
|
|
@@ -2239,10 +2239,10 @@ var script$Q = {
|
|
|
2239
2239
|
};
|
|
2240
2240
|
|
|
2241
2241
|
/* script */
|
|
2242
|
-
const __vue_script__$
|
|
2242
|
+
const __vue_script__$T = script$T;
|
|
2243
2243
|
/* template */
|
|
2244
2244
|
|
|
2245
|
-
var __vue_render__$
|
|
2245
|
+
var __vue_render__$T = function () {
|
|
2246
2246
|
var _vm = this;
|
|
2247
2247
|
|
|
2248
2248
|
var _h = _vm.$createElement;
|
|
@@ -2272,10 +2272,10 @@ var __vue_render__$Q = function () {
|
|
|
2272
2272
|
}, [_vm._v("\n " + _vm._s(_vm.getIcon) + "\n ")])]], 2);
|
|
2273
2273
|
};
|
|
2274
2274
|
|
|
2275
|
-
var __vue_staticRenderFns__$
|
|
2275
|
+
var __vue_staticRenderFns__$T = [];
|
|
2276
2276
|
/* style */
|
|
2277
2277
|
|
|
2278
|
-
const __vue_inject_styles__$
|
|
2278
|
+
const __vue_inject_styles__$T = function (inject) {
|
|
2279
2279
|
if (!inject) return;
|
|
2280
2280
|
inject("data-v-7193d7d6_0", {
|
|
2281
2281
|
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)}",
|
|
@@ -2286,25 +2286,25 @@ const __vue_inject_styles__$Q = function (inject) {
|
|
|
2286
2286
|
/* scoped */
|
|
2287
2287
|
|
|
2288
2288
|
|
|
2289
|
-
const __vue_scope_id__$
|
|
2289
|
+
const __vue_scope_id__$T = undefined;
|
|
2290
2290
|
/* module identifier */
|
|
2291
2291
|
|
|
2292
|
-
const __vue_module_identifier__$
|
|
2292
|
+
const __vue_module_identifier__$T = undefined;
|
|
2293
2293
|
/* functional template */
|
|
2294
2294
|
|
|
2295
|
-
const __vue_is_functional_template__$
|
|
2295
|
+
const __vue_is_functional_template__$T = false;
|
|
2296
2296
|
/* style inject SSR */
|
|
2297
2297
|
|
|
2298
2298
|
/* style inject shadow dom */
|
|
2299
2299
|
|
|
2300
|
-
const __vue_component__$
|
|
2301
|
-
render: __vue_render__$
|
|
2302
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2303
|
-
}, __vue_inject_styles__$
|
|
2300
|
+
const __vue_component__$1m = /*#__PURE__*/normalizeComponent({
|
|
2301
|
+
render: __vue_render__$T,
|
|
2302
|
+
staticRenderFns: __vue_staticRenderFns__$T
|
|
2303
|
+
}, __vue_inject_styles__$T, __vue_script__$T, __vue_scope_id__$T, __vue_is_functional_template__$T, __vue_module_identifier__$T, false, createInjector, undefined, undefined);
|
|
2304
2304
|
|
|
2305
|
-
var VcIconWithTooltip = __vue_component__$
|
|
2305
|
+
var VcIconWithTooltip = __vue_component__$1m;
|
|
2306
2306
|
|
|
2307
|
-
var script$
|
|
2307
|
+
var script$S = {
|
|
2308
2308
|
components: {
|
|
2309
2309
|
VcImage,
|
|
2310
2310
|
VIcon: VIcon,
|
|
@@ -2443,10 +2443,10 @@ var script$P = {
|
|
|
2443
2443
|
};
|
|
2444
2444
|
|
|
2445
2445
|
/* script */
|
|
2446
|
-
const __vue_script__$
|
|
2446
|
+
const __vue_script__$S = script$S;
|
|
2447
2447
|
/* template */
|
|
2448
2448
|
|
|
2449
|
-
var __vue_render__$
|
|
2449
|
+
var __vue_render__$S = function () {
|
|
2450
2450
|
var _vm = this;
|
|
2451
2451
|
|
|
2452
2452
|
var _h = _vm.$createElement;
|
|
@@ -2496,10 +2496,10 @@ var __vue_render__$P = function () {
|
|
|
2496
2496
|
}, [_vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.lightModeTooltip))])])], 1);
|
|
2497
2497
|
};
|
|
2498
2498
|
|
|
2499
|
-
var __vue_staticRenderFns__$
|
|
2499
|
+
var __vue_staticRenderFns__$S = [];
|
|
2500
2500
|
/* style */
|
|
2501
2501
|
|
|
2502
|
-
const __vue_inject_styles__$
|
|
2502
|
+
const __vue_inject_styles__$S = function (inject) {
|
|
2503
2503
|
if (!inject) return;
|
|
2504
2504
|
inject("data-v-34bb963a_0", {
|
|
2505
2505
|
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}",
|
|
@@ -2510,25 +2510,25 @@ const __vue_inject_styles__$P = function (inject) {
|
|
|
2510
2510
|
/* scoped */
|
|
2511
2511
|
|
|
2512
2512
|
|
|
2513
|
-
const __vue_scope_id__$
|
|
2513
|
+
const __vue_scope_id__$S = "data-v-34bb963a";
|
|
2514
2514
|
/* module identifier */
|
|
2515
2515
|
|
|
2516
|
-
const __vue_module_identifier__$
|
|
2516
|
+
const __vue_module_identifier__$S = undefined;
|
|
2517
2517
|
/* functional template */
|
|
2518
2518
|
|
|
2519
|
-
const __vue_is_functional_template__$
|
|
2519
|
+
const __vue_is_functional_template__$S = false;
|
|
2520
2520
|
/* style inject SSR */
|
|
2521
2521
|
|
|
2522
2522
|
/* style inject shadow dom */
|
|
2523
2523
|
|
|
2524
|
-
const __vue_component__$
|
|
2525
|
-
render: __vue_render__$
|
|
2526
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2527
|
-
}, __vue_inject_styles__$
|
|
2524
|
+
const __vue_component__$1l = /*#__PURE__*/normalizeComponent({
|
|
2525
|
+
render: __vue_render__$S,
|
|
2526
|
+
staticRenderFns: __vue_staticRenderFns__$S
|
|
2527
|
+
}, __vue_inject_styles__$S, __vue_script__$S, __vue_scope_id__$S, __vue_is_functional_template__$S, __vue_module_identifier__$S, false, createInjector, undefined, undefined);
|
|
2528
2528
|
|
|
2529
|
-
var VcAvatar = __vue_component__$
|
|
2529
|
+
var VcAvatar = __vue_component__$1l;
|
|
2530
2530
|
|
|
2531
|
-
var script$
|
|
2531
|
+
var script$R = {
|
|
2532
2532
|
name: "VcBottomActions",
|
|
2533
2533
|
components: {
|
|
2534
2534
|
VcLayout,
|
|
@@ -2584,10 +2584,10 @@ var script$O = {
|
|
|
2584
2584
|
};
|
|
2585
2585
|
|
|
2586
2586
|
/* script */
|
|
2587
|
-
const __vue_script__$
|
|
2587
|
+
const __vue_script__$R = script$R;
|
|
2588
2588
|
/* template */
|
|
2589
2589
|
|
|
2590
|
-
var __vue_render__$
|
|
2590
|
+
var __vue_render__$R = function () {
|
|
2591
2591
|
var _vm = this;
|
|
2592
2592
|
|
|
2593
2593
|
var _h = _vm.$createElement;
|
|
@@ -2673,10 +2673,10 @@ var __vue_render__$O = function () {
|
|
|
2673
2673
|
}), 1)], 1)], 1);
|
|
2674
2674
|
};
|
|
2675
2675
|
|
|
2676
|
-
var __vue_staticRenderFns__$
|
|
2676
|
+
var __vue_staticRenderFns__$R = [];
|
|
2677
2677
|
/* style */
|
|
2678
2678
|
|
|
2679
|
-
const __vue_inject_styles__$
|
|
2679
|
+
const __vue_inject_styles__$R = function (inject) {
|
|
2680
2680
|
if (!inject) return;
|
|
2681
2681
|
inject("data-v-e8f8621a_0", {
|
|
2682
2682
|
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)}",
|
|
@@ -2687,25 +2687,25 @@ const __vue_inject_styles__$O = function (inject) {
|
|
|
2687
2687
|
/* scoped */
|
|
2688
2688
|
|
|
2689
2689
|
|
|
2690
|
-
const __vue_scope_id__$
|
|
2690
|
+
const __vue_scope_id__$R = undefined;
|
|
2691
2691
|
/* module identifier */
|
|
2692
2692
|
|
|
2693
|
-
const __vue_module_identifier__$
|
|
2693
|
+
const __vue_module_identifier__$R = undefined;
|
|
2694
2694
|
/* functional template */
|
|
2695
2695
|
|
|
2696
|
-
const __vue_is_functional_template__$
|
|
2696
|
+
const __vue_is_functional_template__$R = false;
|
|
2697
2697
|
/* style inject SSR */
|
|
2698
2698
|
|
|
2699
2699
|
/* style inject shadow dom */
|
|
2700
2700
|
|
|
2701
|
-
const __vue_component__$
|
|
2702
|
-
render: __vue_render__$
|
|
2703
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2704
|
-
}, __vue_inject_styles__$
|
|
2701
|
+
const __vue_component__$1k = /*#__PURE__*/normalizeComponent({
|
|
2702
|
+
render: __vue_render__$R,
|
|
2703
|
+
staticRenderFns: __vue_staticRenderFns__$R
|
|
2704
|
+
}, __vue_inject_styles__$R, __vue_script__$R, __vue_scope_id__$R, __vue_is_functional_template__$R, __vue_module_identifier__$R, false, createInjector, undefined, undefined);
|
|
2705
2705
|
|
|
2706
|
-
var VcBottomActions = __vue_component__$
|
|
2706
|
+
var VcBottomActions = __vue_component__$1k;
|
|
2707
2707
|
|
|
2708
|
-
var script$
|
|
2708
|
+
var script$Q = {
|
|
2709
2709
|
name: "VcActionList",
|
|
2710
2710
|
components: {
|
|
2711
2711
|
VcLayout,
|
|
@@ -2736,10 +2736,10 @@ var script$N = {
|
|
|
2736
2736
|
};
|
|
2737
2737
|
|
|
2738
2738
|
/* script */
|
|
2739
|
-
const __vue_script__$
|
|
2739
|
+
const __vue_script__$Q = script$Q;
|
|
2740
2740
|
/* template */
|
|
2741
2741
|
|
|
2742
|
-
var __vue_render__$
|
|
2742
|
+
var __vue_render__$Q = function () {
|
|
2743
2743
|
var _vm = this;
|
|
2744
2744
|
|
|
2745
2745
|
var _h = _vm.$createElement;
|
|
@@ -2791,10 +2791,10 @@ var __vue_render__$N = function () {
|
|
|
2791
2791
|
}), 1)], 1)], 1);
|
|
2792
2792
|
};
|
|
2793
2793
|
|
|
2794
|
-
var __vue_staticRenderFns__$
|
|
2794
|
+
var __vue_staticRenderFns__$Q = [];
|
|
2795
2795
|
/* style */
|
|
2796
2796
|
|
|
2797
|
-
const __vue_inject_styles__$
|
|
2797
|
+
const __vue_inject_styles__$Q = function (inject) {
|
|
2798
2798
|
if (!inject) return;
|
|
2799
2799
|
inject("data-v-500d77ad_0", {
|
|
2800
2800
|
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)}",
|
|
@@ -2805,25 +2805,25 @@ const __vue_inject_styles__$N = function (inject) {
|
|
|
2805
2805
|
/* scoped */
|
|
2806
2806
|
|
|
2807
2807
|
|
|
2808
|
-
const __vue_scope_id__$
|
|
2808
|
+
const __vue_scope_id__$Q = undefined;
|
|
2809
2809
|
/* module identifier */
|
|
2810
2810
|
|
|
2811
|
-
const __vue_module_identifier__$
|
|
2811
|
+
const __vue_module_identifier__$Q = undefined;
|
|
2812
2812
|
/* functional template */
|
|
2813
2813
|
|
|
2814
|
-
const __vue_is_functional_template__$
|
|
2814
|
+
const __vue_is_functional_template__$Q = false;
|
|
2815
2815
|
/* style inject SSR */
|
|
2816
2816
|
|
|
2817
2817
|
/* style inject shadow dom */
|
|
2818
2818
|
|
|
2819
|
-
const __vue_component__$
|
|
2820
|
-
render: __vue_render__$
|
|
2821
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2822
|
-
}, __vue_inject_styles__$
|
|
2819
|
+
const __vue_component__$1j = /*#__PURE__*/normalizeComponent({
|
|
2820
|
+
render: __vue_render__$Q,
|
|
2821
|
+
staticRenderFns: __vue_staticRenderFns__$Q
|
|
2822
|
+
}, __vue_inject_styles__$Q, __vue_script__$Q, __vue_scope_id__$Q, __vue_is_functional_template__$Q, __vue_module_identifier__$Q, false, createInjector, undefined, undefined);
|
|
2823
2823
|
|
|
2824
|
-
var VcActionList = __vue_component__$
|
|
2824
|
+
var VcActionList = __vue_component__$1j;
|
|
2825
2825
|
|
|
2826
|
-
var script$
|
|
2826
|
+
var script$P = {
|
|
2827
2827
|
name: "VcActions",
|
|
2828
2828
|
components: {
|
|
2829
2829
|
VcIcon,
|
|
@@ -2889,10 +2889,10 @@ var script$M = {
|
|
|
2889
2889
|
};
|
|
2890
2890
|
|
|
2891
2891
|
/* script */
|
|
2892
|
-
const __vue_script__$
|
|
2892
|
+
const __vue_script__$P = script$P;
|
|
2893
2893
|
/* template */
|
|
2894
2894
|
|
|
2895
|
-
var __vue_render__$
|
|
2895
|
+
var __vue_render__$P = function () {
|
|
2896
2896
|
var _vm = this;
|
|
2897
2897
|
|
|
2898
2898
|
var _h = _vm.$createElement;
|
|
@@ -2936,31 +2936,31 @@ var __vue_render__$M = function () {
|
|
|
2936
2936
|
}, 'component', _vm.$props, false));
|
|
2937
2937
|
};
|
|
2938
2938
|
|
|
2939
|
-
var __vue_staticRenderFns__$
|
|
2939
|
+
var __vue_staticRenderFns__$P = [];
|
|
2940
2940
|
/* style */
|
|
2941
2941
|
|
|
2942
|
-
const __vue_inject_styles__$
|
|
2942
|
+
const __vue_inject_styles__$P = undefined;
|
|
2943
2943
|
/* scoped */
|
|
2944
2944
|
|
|
2945
|
-
const __vue_scope_id__$
|
|
2945
|
+
const __vue_scope_id__$P = undefined;
|
|
2946
2946
|
/* module identifier */
|
|
2947
2947
|
|
|
2948
|
-
const __vue_module_identifier__$
|
|
2948
|
+
const __vue_module_identifier__$P = undefined;
|
|
2949
2949
|
/* functional template */
|
|
2950
2950
|
|
|
2951
|
-
const __vue_is_functional_template__$
|
|
2951
|
+
const __vue_is_functional_template__$P = false;
|
|
2952
2952
|
/* style inject */
|
|
2953
2953
|
|
|
2954
2954
|
/* style inject SSR */
|
|
2955
2955
|
|
|
2956
2956
|
/* style inject shadow dom */
|
|
2957
2957
|
|
|
2958
|
-
const __vue_component__$
|
|
2959
|
-
render: __vue_render__$
|
|
2960
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2961
|
-
}, __vue_inject_styles__$
|
|
2958
|
+
const __vue_component__$1i = /*#__PURE__*/normalizeComponent({
|
|
2959
|
+
render: __vue_render__$P,
|
|
2960
|
+
staticRenderFns: __vue_staticRenderFns__$P
|
|
2961
|
+
}, __vue_inject_styles__$P, __vue_script__$P, __vue_scope_id__$P, __vue_is_functional_template__$P, __vue_module_identifier__$P, false, undefined, undefined, undefined);
|
|
2962
2962
|
|
|
2963
|
-
var VcActions = __vue_component__$
|
|
2963
|
+
var VcActions = __vue_component__$1i;
|
|
2964
2964
|
|
|
2965
2965
|
//
|
|
2966
2966
|
//
|
|
@@ -2985,7 +2985,7 @@ var VcActions = __vue_component__$1d;
|
|
|
2985
2985
|
//
|
|
2986
2986
|
//
|
|
2987
2987
|
//
|
|
2988
|
-
var script$
|
|
2988
|
+
var script$O = {
|
|
2989
2989
|
components: {
|
|
2990
2990
|
VStepperStep: VStepperStep,
|
|
2991
2991
|
VStepper: VStepper
|
|
@@ -3058,10 +3058,10 @@ var script$L = {
|
|
|
3058
3058
|
};
|
|
3059
3059
|
|
|
3060
3060
|
/* script */
|
|
3061
|
-
const __vue_script__$
|
|
3061
|
+
const __vue_script__$O = script$O;
|
|
3062
3062
|
/* template */
|
|
3063
3063
|
|
|
3064
|
-
var __vue_render__$
|
|
3064
|
+
var __vue_render__$O = function () {
|
|
3065
3065
|
var _vm = this;
|
|
3066
3066
|
|
|
3067
3067
|
var _h = _vm.$createElement;
|
|
@@ -3100,10 +3100,10 @@ var __vue_render__$L = function () {
|
|
|
3100
3100
|
})], 2)], 1);
|
|
3101
3101
|
};
|
|
3102
3102
|
|
|
3103
|
-
var __vue_staticRenderFns__$
|
|
3103
|
+
var __vue_staticRenderFns__$O = [];
|
|
3104
3104
|
/* style */
|
|
3105
3105
|
|
|
3106
|
-
const __vue_inject_styles__$
|
|
3106
|
+
const __vue_inject_styles__$O = function (inject) {
|
|
3107
3107
|
if (!inject) return;
|
|
3108
3108
|
inject("data-v-d21a486c_0", {
|
|
3109
3109
|
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)}",
|
|
@@ -3114,23 +3114,23 @@ const __vue_inject_styles__$L = function (inject) {
|
|
|
3114
3114
|
/* scoped */
|
|
3115
3115
|
|
|
3116
3116
|
|
|
3117
|
-
const __vue_scope_id__$
|
|
3117
|
+
const __vue_scope_id__$O = "data-v-d21a486c";
|
|
3118
3118
|
/* module identifier */
|
|
3119
3119
|
|
|
3120
|
-
const __vue_module_identifier__$
|
|
3120
|
+
const __vue_module_identifier__$O = undefined;
|
|
3121
3121
|
/* functional template */
|
|
3122
3122
|
|
|
3123
|
-
const __vue_is_functional_template__$
|
|
3123
|
+
const __vue_is_functional_template__$O = false;
|
|
3124
3124
|
/* style inject SSR */
|
|
3125
3125
|
|
|
3126
3126
|
/* style inject shadow dom */
|
|
3127
3127
|
|
|
3128
|
-
const __vue_component__$
|
|
3129
|
-
render: __vue_render__$
|
|
3130
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3131
|
-
}, __vue_inject_styles__$
|
|
3128
|
+
const __vue_component__$1h = /*#__PURE__*/normalizeComponent({
|
|
3129
|
+
render: __vue_render__$O,
|
|
3130
|
+
staticRenderFns: __vue_staticRenderFns__$O
|
|
3131
|
+
}, __vue_inject_styles__$O, __vue_script__$O, __vue_scope_id__$O, __vue_is_functional_template__$O, __vue_module_identifier__$O, false, createInjector, undefined, undefined);
|
|
3132
3132
|
|
|
3133
|
-
var VcStepsBar = __vue_component__$
|
|
3133
|
+
var VcStepsBar = __vue_component__$1h;
|
|
3134
3134
|
|
|
3135
3135
|
//
|
|
3136
3136
|
//
|
|
@@ -3147,7 +3147,7 @@ var VcStepsBar = __vue_component__$1c;
|
|
|
3147
3147
|
//
|
|
3148
3148
|
//
|
|
3149
3149
|
//
|
|
3150
|
-
var script$
|
|
3150
|
+
var script$N = {
|
|
3151
3151
|
components: {
|
|
3152
3152
|
VProgressCircular: VProgressCircular
|
|
3153
3153
|
},
|
|
@@ -3216,10 +3216,10 @@ var script$K = {
|
|
|
3216
3216
|
};
|
|
3217
3217
|
|
|
3218
3218
|
/* script */
|
|
3219
|
-
const __vue_script__$
|
|
3219
|
+
const __vue_script__$N = script$N;
|
|
3220
3220
|
/* template */
|
|
3221
3221
|
|
|
3222
|
-
var __vue_render__$
|
|
3222
|
+
var __vue_render__$N = function () {
|
|
3223
3223
|
var _vm = this;
|
|
3224
3224
|
|
|
3225
3225
|
var _h = _vm.$createElement;
|
|
@@ -3240,10 +3240,10 @@ var __vue_render__$K = function () {
|
|
|
3240
3240
|
}, [_vm._v("\n " + _vm._s(_vm.currentStep) + " / " + _vm._s(_vm.steps) + "\n ")]) : _vm._e()]);
|
|
3241
3241
|
};
|
|
3242
3242
|
|
|
3243
|
-
var __vue_staticRenderFns__$
|
|
3243
|
+
var __vue_staticRenderFns__$N = [];
|
|
3244
3244
|
/* style */
|
|
3245
3245
|
|
|
3246
|
-
const __vue_inject_styles__$
|
|
3246
|
+
const __vue_inject_styles__$N = function (inject) {
|
|
3247
3247
|
if (!inject) return;
|
|
3248
3248
|
inject("data-v-5c278fc2_0", {
|
|
3249
3249
|
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)}",
|
|
@@ -3254,25 +3254,25 @@ const __vue_inject_styles__$K = function (inject) {
|
|
|
3254
3254
|
/* scoped */
|
|
3255
3255
|
|
|
3256
3256
|
|
|
3257
|
-
const __vue_scope_id__$
|
|
3257
|
+
const __vue_scope_id__$N = "data-v-5c278fc2";
|
|
3258
3258
|
/* module identifier */
|
|
3259
3259
|
|
|
3260
|
-
const __vue_module_identifier__$
|
|
3260
|
+
const __vue_module_identifier__$N = undefined;
|
|
3261
3261
|
/* functional template */
|
|
3262
3262
|
|
|
3263
|
-
const __vue_is_functional_template__$
|
|
3263
|
+
const __vue_is_functional_template__$N = false;
|
|
3264
3264
|
/* style inject SSR */
|
|
3265
3265
|
|
|
3266
3266
|
/* style inject shadow dom */
|
|
3267
3267
|
|
|
3268
|
-
const __vue_component__$
|
|
3269
|
-
render: __vue_render__$
|
|
3270
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3271
|
-
}, __vue_inject_styles__$
|
|
3268
|
+
const __vue_component__$1g = /*#__PURE__*/normalizeComponent({
|
|
3269
|
+
render: __vue_render__$N,
|
|
3270
|
+
staticRenderFns: __vue_staticRenderFns__$N
|
|
3271
|
+
}, __vue_inject_styles__$N, __vue_script__$N, __vue_scope_id__$N, __vue_is_functional_template__$N, __vue_module_identifier__$N, false, createInjector, undefined, undefined);
|
|
3272
3272
|
|
|
3273
|
-
var VcProgressCircular = __vue_component__$
|
|
3273
|
+
var VcProgressCircular = __vue_component__$1g;
|
|
3274
3274
|
|
|
3275
|
-
var script$
|
|
3275
|
+
var script$M = {
|
|
3276
3276
|
name: "VcMobileWizardProgress",
|
|
3277
3277
|
components: {
|
|
3278
3278
|
VcLayout,
|
|
@@ -3332,10 +3332,10 @@ var script$J = {
|
|
|
3332
3332
|
};
|
|
3333
3333
|
|
|
3334
3334
|
/* script */
|
|
3335
|
-
const __vue_script__$
|
|
3335
|
+
const __vue_script__$M = script$M;
|
|
3336
3336
|
/* template */
|
|
3337
3337
|
|
|
3338
|
-
var __vue_render__$
|
|
3338
|
+
var __vue_render__$M = function () {
|
|
3339
3339
|
var _vm = this;
|
|
3340
3340
|
|
|
3341
3341
|
var _h = _vm.$createElement;
|
|
@@ -3371,10 +3371,10 @@ var __vue_render__$J = function () {
|
|
|
3371
3371
|
}, [_vm._v(_vm._s(_vm.nextStepName))]) : _vm._e()])], 1);
|
|
3372
3372
|
};
|
|
3373
3373
|
|
|
3374
|
-
var __vue_staticRenderFns__$
|
|
3374
|
+
var __vue_staticRenderFns__$M = [];
|
|
3375
3375
|
/* style */
|
|
3376
3376
|
|
|
3377
|
-
const __vue_inject_styles__$
|
|
3377
|
+
const __vue_inject_styles__$M = function (inject) {
|
|
3378
3378
|
if (!inject) return;
|
|
3379
3379
|
inject("data-v-4fe04d36_0", {
|
|
3380
3380
|
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)}",
|
|
@@ -3385,25 +3385,25 @@ const __vue_inject_styles__$J = function (inject) {
|
|
|
3385
3385
|
/* scoped */
|
|
3386
3386
|
|
|
3387
3387
|
|
|
3388
|
-
const __vue_scope_id__$
|
|
3388
|
+
const __vue_scope_id__$M = "data-v-4fe04d36";
|
|
3389
3389
|
/* module identifier */
|
|
3390
3390
|
|
|
3391
|
-
const __vue_module_identifier__$
|
|
3391
|
+
const __vue_module_identifier__$M = undefined;
|
|
3392
3392
|
/* functional template */
|
|
3393
3393
|
|
|
3394
|
-
const __vue_is_functional_template__$
|
|
3394
|
+
const __vue_is_functional_template__$M = false;
|
|
3395
3395
|
/* style inject SSR */
|
|
3396
3396
|
|
|
3397
3397
|
/* style inject shadow dom */
|
|
3398
3398
|
|
|
3399
|
-
const __vue_component__$
|
|
3400
|
-
render: __vue_render__$
|
|
3401
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3402
|
-
}, __vue_inject_styles__$
|
|
3399
|
+
const __vue_component__$1f = /*#__PURE__*/normalizeComponent({
|
|
3400
|
+
render: __vue_render__$M,
|
|
3401
|
+
staticRenderFns: __vue_staticRenderFns__$M
|
|
3402
|
+
}, __vue_inject_styles__$M, __vue_script__$M, __vue_scope_id__$M, __vue_is_functional_template__$M, __vue_module_identifier__$M, false, createInjector, undefined, undefined);
|
|
3403
3403
|
|
|
3404
|
-
var VcMobileWizardProgress = __vue_component__$
|
|
3404
|
+
var VcMobileWizardProgress = __vue_component__$1f;
|
|
3405
3405
|
|
|
3406
|
-
var script$
|
|
3406
|
+
var script$L = {
|
|
3407
3407
|
name: 'VcCheckbox',
|
|
3408
3408
|
components: {
|
|
3409
3409
|
VcIcon,
|
|
@@ -3464,10 +3464,10 @@ var script$I = {
|
|
|
3464
3464
|
};
|
|
3465
3465
|
|
|
3466
3466
|
/* script */
|
|
3467
|
-
const __vue_script__$
|
|
3467
|
+
const __vue_script__$L = script$L;
|
|
3468
3468
|
/* template */
|
|
3469
3469
|
|
|
3470
|
-
var __vue_render__$
|
|
3470
|
+
var __vue_render__$L = function () {
|
|
3471
3471
|
var _vm = this;
|
|
3472
3472
|
|
|
3473
3473
|
var _h = _vm.$createElement;
|
|
@@ -3531,10 +3531,10 @@ var __vue_render__$I = function () {
|
|
|
3531
3531
|
});
|
|
3532
3532
|
};
|
|
3533
3533
|
|
|
3534
|
-
var __vue_staticRenderFns__$
|
|
3534
|
+
var __vue_staticRenderFns__$L = [];
|
|
3535
3535
|
/* style */
|
|
3536
3536
|
|
|
3537
|
-
const __vue_inject_styles__$
|
|
3537
|
+
const __vue_inject_styles__$L = function (inject) {
|
|
3538
3538
|
if (!inject) return;
|
|
3539
3539
|
inject("data-v-347ec55e_0", {
|
|
3540
3540
|
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}",
|
|
@@ -3545,25 +3545,25 @@ const __vue_inject_styles__$I = function (inject) {
|
|
|
3545
3545
|
/* scoped */
|
|
3546
3546
|
|
|
3547
3547
|
|
|
3548
|
-
const __vue_scope_id__$
|
|
3548
|
+
const __vue_scope_id__$L = "data-v-347ec55e";
|
|
3549
3549
|
/* module identifier */
|
|
3550
3550
|
|
|
3551
|
-
const __vue_module_identifier__$
|
|
3551
|
+
const __vue_module_identifier__$L = undefined;
|
|
3552
3552
|
/* functional template */
|
|
3553
3553
|
|
|
3554
|
-
const __vue_is_functional_template__$
|
|
3554
|
+
const __vue_is_functional_template__$L = false;
|
|
3555
3555
|
/* style inject SSR */
|
|
3556
3556
|
|
|
3557
3557
|
/* style inject shadow dom */
|
|
3558
3558
|
|
|
3559
|
-
const __vue_component__$
|
|
3560
|
-
render: __vue_render__$
|
|
3561
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3562
|
-
}, __vue_inject_styles__$
|
|
3559
|
+
const __vue_component__$1e = /*#__PURE__*/normalizeComponent({
|
|
3560
|
+
render: __vue_render__$L,
|
|
3561
|
+
staticRenderFns: __vue_staticRenderFns__$L
|
|
3562
|
+
}, __vue_inject_styles__$L, __vue_script__$L, __vue_scope_id__$L, __vue_is_functional_template__$L, __vue_module_identifier__$L, false, createInjector, undefined, undefined);
|
|
3563
3563
|
|
|
3564
|
-
var VcCheckbox = __vue_component__$
|
|
3564
|
+
var VcCheckbox = __vue_component__$1e;
|
|
3565
3565
|
|
|
3566
|
-
var script$
|
|
3566
|
+
var script$K = {
|
|
3567
3567
|
name: "VcChecklistItem",
|
|
3568
3568
|
components: {
|
|
3569
3569
|
VcLayout,
|
|
@@ -3621,10 +3621,10 @@ var script$H = {
|
|
|
3621
3621
|
};
|
|
3622
3622
|
|
|
3623
3623
|
/* script */
|
|
3624
|
-
const __vue_script__$
|
|
3624
|
+
const __vue_script__$K = script$K;
|
|
3625
3625
|
/* template */
|
|
3626
3626
|
|
|
3627
|
-
var __vue_render__$
|
|
3627
|
+
var __vue_render__$K = function () {
|
|
3628
3628
|
var _vm = this;
|
|
3629
3629
|
|
|
3630
3630
|
var _h = _vm.$createElement;
|
|
@@ -3661,10 +3661,10 @@ var __vue_render__$H = function () {
|
|
|
3661
3661
|
})], 1)]], 2);
|
|
3662
3662
|
};
|
|
3663
3663
|
|
|
3664
|
-
var __vue_staticRenderFns__$
|
|
3664
|
+
var __vue_staticRenderFns__$K = [];
|
|
3665
3665
|
/* style */
|
|
3666
3666
|
|
|
3667
|
-
const __vue_inject_styles__$
|
|
3667
|
+
const __vue_inject_styles__$K = function (inject) {
|
|
3668
3668
|
if (!inject) return;
|
|
3669
3669
|
inject("data-v-eb804af2_0", {
|
|
3670
3670
|
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)}",
|
|
@@ -3675,25 +3675,25 @@ const __vue_inject_styles__$H = function (inject) {
|
|
|
3675
3675
|
/* scoped */
|
|
3676
3676
|
|
|
3677
3677
|
|
|
3678
|
-
const __vue_scope_id__$
|
|
3678
|
+
const __vue_scope_id__$K = "data-v-eb804af2";
|
|
3679
3679
|
/* module identifier */
|
|
3680
3680
|
|
|
3681
|
-
const __vue_module_identifier__$
|
|
3681
|
+
const __vue_module_identifier__$K = undefined;
|
|
3682
3682
|
/* functional template */
|
|
3683
3683
|
|
|
3684
|
-
const __vue_is_functional_template__$
|
|
3684
|
+
const __vue_is_functional_template__$K = false;
|
|
3685
3685
|
/* style inject SSR */
|
|
3686
3686
|
|
|
3687
3687
|
/* style inject shadow dom */
|
|
3688
3688
|
|
|
3689
|
-
const __vue_component__$
|
|
3690
|
-
render: __vue_render__$
|
|
3691
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3692
|
-
}, __vue_inject_styles__$
|
|
3689
|
+
const __vue_component__$1d = /*#__PURE__*/normalizeComponent({
|
|
3690
|
+
render: __vue_render__$K,
|
|
3691
|
+
staticRenderFns: __vue_staticRenderFns__$K
|
|
3692
|
+
}, __vue_inject_styles__$K, __vue_script__$K, __vue_scope_id__$K, __vue_is_functional_template__$K, __vue_module_identifier__$K, false, createInjector, undefined, undefined);
|
|
3693
3693
|
|
|
3694
|
-
var VcChecklistItem = __vue_component__$
|
|
3694
|
+
var VcChecklistItem = __vue_component__$1d;
|
|
3695
3695
|
|
|
3696
|
-
var script$
|
|
3696
|
+
var script$J = {
|
|
3697
3697
|
name: 'VcTextField',
|
|
3698
3698
|
components: {
|
|
3699
3699
|
VcIconWithTooltip,
|
|
@@ -3888,10 +3888,10 @@ var script$G = {
|
|
|
3888
3888
|
};
|
|
3889
3889
|
|
|
3890
3890
|
/* script */
|
|
3891
|
-
const __vue_script__$
|
|
3891
|
+
const __vue_script__$J = script$J;
|
|
3892
3892
|
/* template */
|
|
3893
3893
|
|
|
3894
|
-
var __vue_render__$
|
|
3894
|
+
var __vue_render__$J = function () {
|
|
3895
3895
|
var _vm = this;
|
|
3896
3896
|
|
|
3897
3897
|
var _h = _vm.$createElement;
|
|
@@ -3957,10 +3957,10 @@ var __vue_render__$G = function () {
|
|
|
3957
3957
|
});
|
|
3958
3958
|
};
|
|
3959
3959
|
|
|
3960
|
-
var __vue_staticRenderFns__$
|
|
3960
|
+
var __vue_staticRenderFns__$J = [];
|
|
3961
3961
|
/* style */
|
|
3962
3962
|
|
|
3963
|
-
const __vue_inject_styles__$
|
|
3963
|
+
const __vue_inject_styles__$J = function (inject) {
|
|
3964
3964
|
if (!inject) return;
|
|
3965
3965
|
inject("data-v-70311d9f_0", {
|
|
3966
3966
|
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}",
|
|
@@ -3971,27 +3971,27 @@ const __vue_inject_styles__$G = function (inject) {
|
|
|
3971
3971
|
/* scoped */
|
|
3972
3972
|
|
|
3973
3973
|
|
|
3974
|
-
const __vue_scope_id__$
|
|
3974
|
+
const __vue_scope_id__$J = "data-v-70311d9f";
|
|
3975
3975
|
/* module identifier */
|
|
3976
3976
|
|
|
3977
|
-
const __vue_module_identifier__$
|
|
3977
|
+
const __vue_module_identifier__$J = undefined;
|
|
3978
3978
|
/* functional template */
|
|
3979
3979
|
|
|
3980
|
-
const __vue_is_functional_template__$
|
|
3980
|
+
const __vue_is_functional_template__$J = false;
|
|
3981
3981
|
/* style inject SSR */
|
|
3982
3982
|
|
|
3983
3983
|
/* style inject shadow dom */
|
|
3984
3984
|
|
|
3985
|
-
const __vue_component__$
|
|
3986
|
-
render: __vue_render__$
|
|
3987
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3988
|
-
}, __vue_inject_styles__$
|
|
3985
|
+
const __vue_component__$1c = /*#__PURE__*/normalizeComponent({
|
|
3986
|
+
render: __vue_render__$J,
|
|
3987
|
+
staticRenderFns: __vue_staticRenderFns__$J
|
|
3988
|
+
}, __vue_inject_styles__$J, __vue_script__$J, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, createInjector, undefined, undefined);
|
|
3989
3989
|
|
|
3990
|
-
var VcTextField = __vue_component__$
|
|
3990
|
+
var VcTextField = __vue_component__$1c;
|
|
3991
3991
|
|
|
3992
3992
|
const throttle$1 = require("lodash.throttle");
|
|
3993
3993
|
|
|
3994
|
-
var script$
|
|
3994
|
+
var script$I = {
|
|
3995
3995
|
name: "VcSearchBar",
|
|
3996
3996
|
components: {
|
|
3997
3997
|
VcTextField,
|
|
@@ -4058,10 +4058,10 @@ var script$F = {
|
|
|
4058
4058
|
};
|
|
4059
4059
|
|
|
4060
4060
|
/* script */
|
|
4061
|
-
const __vue_script__$
|
|
4061
|
+
const __vue_script__$I = script$I;
|
|
4062
4062
|
/* template */
|
|
4063
4063
|
|
|
4064
|
-
var __vue_render__$
|
|
4064
|
+
var __vue_render__$I = function () {
|
|
4065
4065
|
var _vm = this;
|
|
4066
4066
|
|
|
4067
4067
|
var _h = _vm.$createElement;
|
|
@@ -4097,10 +4097,10 @@ var __vue_render__$F = function () {
|
|
|
4097
4097
|
});
|
|
4098
4098
|
};
|
|
4099
4099
|
|
|
4100
|
-
var __vue_staticRenderFns__$
|
|
4100
|
+
var __vue_staticRenderFns__$I = [];
|
|
4101
4101
|
/* style */
|
|
4102
4102
|
|
|
4103
|
-
const __vue_inject_styles__$
|
|
4103
|
+
const __vue_inject_styles__$I = function (inject) {
|
|
4104
4104
|
if (!inject) return;
|
|
4105
4105
|
inject("data-v-0cf8328c_0", {
|
|
4106
4106
|
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)}",
|
|
@@ -4111,25 +4111,25 @@ const __vue_inject_styles__$F = function (inject) {
|
|
|
4111
4111
|
/* scoped */
|
|
4112
4112
|
|
|
4113
4113
|
|
|
4114
|
-
const __vue_scope_id__$
|
|
4114
|
+
const __vue_scope_id__$I = "data-v-0cf8328c";
|
|
4115
4115
|
/* module identifier */
|
|
4116
4116
|
|
|
4117
|
-
const __vue_module_identifier__$
|
|
4117
|
+
const __vue_module_identifier__$I = undefined;
|
|
4118
4118
|
/* functional template */
|
|
4119
4119
|
|
|
4120
|
-
const __vue_is_functional_template__$
|
|
4120
|
+
const __vue_is_functional_template__$I = false;
|
|
4121
4121
|
/* style inject SSR */
|
|
4122
4122
|
|
|
4123
4123
|
/* style inject shadow dom */
|
|
4124
4124
|
|
|
4125
|
-
const __vue_component__$
|
|
4126
|
-
render: __vue_render__$
|
|
4127
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4128
|
-
}, __vue_inject_styles__$
|
|
4125
|
+
const __vue_component__$1b = /*#__PURE__*/normalizeComponent({
|
|
4126
|
+
render: __vue_render__$I,
|
|
4127
|
+
staticRenderFns: __vue_staticRenderFns__$I
|
|
4128
|
+
}, __vue_inject_styles__$I, __vue_script__$I, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, createInjector, undefined, undefined);
|
|
4129
4129
|
|
|
4130
|
-
var VcSearchBar = __vue_component__$
|
|
4130
|
+
var VcSearchBar = __vue_component__$1b;
|
|
4131
4131
|
|
|
4132
|
-
var script$
|
|
4132
|
+
var script$H = {
|
|
4133
4133
|
name: "VcListbox",
|
|
4134
4134
|
components: {
|
|
4135
4135
|
VcLayout,
|
|
@@ -4222,10 +4222,10 @@ var script$E = {
|
|
|
4222
4222
|
};
|
|
4223
4223
|
|
|
4224
4224
|
/* script */
|
|
4225
|
-
const __vue_script__$
|
|
4225
|
+
const __vue_script__$H = script$H;
|
|
4226
4226
|
/* template */
|
|
4227
4227
|
|
|
4228
|
-
var __vue_render__$
|
|
4228
|
+
var __vue_render__$H = function () {
|
|
4229
4229
|
var _vm = this;
|
|
4230
4230
|
|
|
4231
4231
|
var _h = _vm.$createElement;
|
|
@@ -4319,10 +4319,10 @@ var __vue_render__$E = function () {
|
|
|
4319
4319
|
}, [_vm._v(_vm._s(_vm.getAddAnotherLabel))])], 1)], 1) : _vm._e()], 1)], 1);
|
|
4320
4320
|
};
|
|
4321
4321
|
|
|
4322
|
-
var __vue_staticRenderFns__$
|
|
4322
|
+
var __vue_staticRenderFns__$H = [];
|
|
4323
4323
|
/* style */
|
|
4324
4324
|
|
|
4325
|
-
const __vue_inject_styles__$
|
|
4325
|
+
const __vue_inject_styles__$H = function (inject) {
|
|
4326
4326
|
if (!inject) return;
|
|
4327
4327
|
inject("data-v-b54f7c5e_0", {
|
|
4328
4328
|
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)}",
|
|
@@ -4333,25 +4333,25 @@ const __vue_inject_styles__$E = function (inject) {
|
|
|
4333
4333
|
/* scoped */
|
|
4334
4334
|
|
|
4335
4335
|
|
|
4336
|
-
const __vue_scope_id__$
|
|
4336
|
+
const __vue_scope_id__$H = "data-v-b54f7c5e";
|
|
4337
4337
|
/* module identifier */
|
|
4338
4338
|
|
|
4339
|
-
const __vue_module_identifier__$
|
|
4339
|
+
const __vue_module_identifier__$H = undefined;
|
|
4340
4340
|
/* functional template */
|
|
4341
4341
|
|
|
4342
|
-
const __vue_is_functional_template__$
|
|
4342
|
+
const __vue_is_functional_template__$H = false;
|
|
4343
4343
|
/* style inject SSR */
|
|
4344
4344
|
|
|
4345
4345
|
/* style inject shadow dom */
|
|
4346
4346
|
|
|
4347
|
-
const __vue_component__$
|
|
4348
|
-
render: __vue_render__$
|
|
4349
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4350
|
-
}, __vue_inject_styles__$
|
|
4347
|
+
const __vue_component__$19 = /*#__PURE__*/normalizeComponent({
|
|
4348
|
+
render: __vue_render__$H,
|
|
4349
|
+
staticRenderFns: __vue_staticRenderFns__$H
|
|
4350
|
+
}, __vue_inject_styles__$H, __vue_script__$H, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, createInjector, undefined, undefined);
|
|
4351
4351
|
|
|
4352
|
-
var __vue_component__$
|
|
4352
|
+
var __vue_component__$1a = __vue_component__$19;
|
|
4353
4353
|
|
|
4354
|
-
var script$
|
|
4354
|
+
var script$G = {
|
|
4355
4355
|
name: "VcBottomSheet",
|
|
4356
4356
|
components: {
|
|
4357
4357
|
VcLayout,
|
|
@@ -4382,10 +4382,10 @@ var script$D = {
|
|
|
4382
4382
|
};
|
|
4383
4383
|
|
|
4384
4384
|
/* script */
|
|
4385
|
-
const __vue_script__$
|
|
4385
|
+
const __vue_script__$G = script$G;
|
|
4386
4386
|
/* template */
|
|
4387
4387
|
|
|
4388
|
-
var __vue_render__$
|
|
4388
|
+
var __vue_render__$G = function () {
|
|
4389
4389
|
var _vm = this;
|
|
4390
4390
|
|
|
4391
4391
|
var _h = _vm.$createElement;
|
|
@@ -4418,10 +4418,10 @@ var __vue_render__$D = function () {
|
|
|
4418
4418
|
}, [_vm._t("default")], 2)], 1);
|
|
4419
4419
|
};
|
|
4420
4420
|
|
|
4421
|
-
var __vue_staticRenderFns__$
|
|
4421
|
+
var __vue_staticRenderFns__$G = [];
|
|
4422
4422
|
/* style */
|
|
4423
4423
|
|
|
4424
|
-
const __vue_inject_styles__$
|
|
4424
|
+
const __vue_inject_styles__$G = function (inject) {
|
|
4425
4425
|
if (!inject) return;
|
|
4426
4426
|
inject("data-v-7a2593a5_0", {
|
|
4427
4427
|
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)}",
|
|
@@ -4432,25 +4432,25 @@ const __vue_inject_styles__$D = function (inject) {
|
|
|
4432
4432
|
/* scoped */
|
|
4433
4433
|
|
|
4434
4434
|
|
|
4435
|
-
const __vue_scope_id__$
|
|
4435
|
+
const __vue_scope_id__$G = "data-v-7a2593a5";
|
|
4436
4436
|
/* module identifier */
|
|
4437
4437
|
|
|
4438
|
-
const __vue_module_identifier__$
|
|
4438
|
+
const __vue_module_identifier__$G = undefined;
|
|
4439
4439
|
/* functional template */
|
|
4440
4440
|
|
|
4441
|
-
const __vue_is_functional_template__$
|
|
4441
|
+
const __vue_is_functional_template__$G = false;
|
|
4442
4442
|
/* style inject SSR */
|
|
4443
4443
|
|
|
4444
4444
|
/* style inject shadow dom */
|
|
4445
4445
|
|
|
4446
|
-
const __vue_component__$
|
|
4447
|
-
render: __vue_render__$
|
|
4448
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4449
|
-
}, __vue_inject_styles__$
|
|
4446
|
+
const __vue_component__$18 = /*#__PURE__*/normalizeComponent({
|
|
4447
|
+
render: __vue_render__$G,
|
|
4448
|
+
staticRenderFns: __vue_staticRenderFns__$G
|
|
4449
|
+
}, __vue_inject_styles__$G, __vue_script__$G, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, createInjector, undefined, undefined);
|
|
4450
4450
|
|
|
4451
|
-
var VcBottomSheet = __vue_component__$
|
|
4451
|
+
var VcBottomSheet = __vue_component__$18;
|
|
4452
4452
|
|
|
4453
|
-
var script$
|
|
4453
|
+
var script$F = {
|
|
4454
4454
|
components: {
|
|
4455
4455
|
VcIcon,
|
|
4456
4456
|
VSwitch: VSwitch
|
|
@@ -4495,10 +4495,10 @@ var script$C = {
|
|
|
4495
4495
|
};
|
|
4496
4496
|
|
|
4497
4497
|
/* script */
|
|
4498
|
-
const __vue_script__$
|
|
4498
|
+
const __vue_script__$F = script$F;
|
|
4499
4499
|
/* template */
|
|
4500
4500
|
|
|
4501
|
-
var __vue_render__$
|
|
4501
|
+
var __vue_render__$F = function () {
|
|
4502
4502
|
var _vm = this;
|
|
4503
4503
|
|
|
4504
4504
|
var _h = _vm.$createElement;
|
|
@@ -4554,10 +4554,10 @@ var __vue_render__$C = function () {
|
|
|
4554
4554
|
}, [_vm._v("$close_button")]) : _vm._e()], 1);
|
|
4555
4555
|
};
|
|
4556
4556
|
|
|
4557
|
-
var __vue_staticRenderFns__$
|
|
4557
|
+
var __vue_staticRenderFns__$F = [];
|
|
4558
4558
|
/* style */
|
|
4559
4559
|
|
|
4560
|
-
const __vue_inject_styles__$
|
|
4560
|
+
const __vue_inject_styles__$F = function (inject) {
|
|
4561
4561
|
if (!inject) return;
|
|
4562
4562
|
inject("data-v-422626ac_0", {
|
|
4563
4563
|
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)}",
|
|
@@ -4568,25 +4568,25 @@ const __vue_inject_styles__$C = function (inject) {
|
|
|
4568
4568
|
/* scoped */
|
|
4569
4569
|
|
|
4570
4570
|
|
|
4571
|
-
const __vue_scope_id__$
|
|
4571
|
+
const __vue_scope_id__$F = "data-v-422626ac";
|
|
4572
4572
|
/* module identifier */
|
|
4573
4573
|
|
|
4574
|
-
const __vue_module_identifier__$
|
|
4574
|
+
const __vue_module_identifier__$F = undefined;
|
|
4575
4575
|
/* functional template */
|
|
4576
4576
|
|
|
4577
|
-
const __vue_is_functional_template__$
|
|
4577
|
+
const __vue_is_functional_template__$F = false;
|
|
4578
4578
|
/* style inject SSR */
|
|
4579
4579
|
|
|
4580
4580
|
/* style inject shadow dom */
|
|
4581
4581
|
|
|
4582
|
-
const __vue_component__$
|
|
4583
|
-
render: __vue_render__$
|
|
4584
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4585
|
-
}, __vue_inject_styles__$
|
|
4582
|
+
const __vue_component__$17 = /*#__PURE__*/normalizeComponent({
|
|
4583
|
+
render: __vue_render__$F,
|
|
4584
|
+
staticRenderFns: __vue_staticRenderFns__$F
|
|
4585
|
+
}, __vue_inject_styles__$F, __vue_script__$F, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, createInjector, undefined, undefined);
|
|
4586
4586
|
|
|
4587
|
-
var VcSwitch = __vue_component__$
|
|
4587
|
+
var VcSwitch = __vue_component__$17;
|
|
4588
4588
|
|
|
4589
|
-
var script$
|
|
4589
|
+
var script$E = {
|
|
4590
4590
|
name: "VcInputBottomSheet",
|
|
4591
4591
|
components: {
|
|
4592
4592
|
VcBottomSheet,
|
|
@@ -4683,10 +4683,10 @@ var script$B = {
|
|
|
4683
4683
|
};
|
|
4684
4684
|
|
|
4685
4685
|
/* script */
|
|
4686
|
-
const __vue_script__$
|
|
4686
|
+
const __vue_script__$E = script$E;
|
|
4687
4687
|
/* template */
|
|
4688
4688
|
|
|
4689
|
-
var __vue_render__$
|
|
4689
|
+
var __vue_render__$E = function () {
|
|
4690
4690
|
var _vm = this;
|
|
4691
4691
|
|
|
4692
4692
|
var _h = _vm.$createElement;
|
|
@@ -4805,10 +4805,10 @@ var __vue_render__$B = function () {
|
|
|
4805
4805
|
}) : _vm._e()], 1)]], 2);
|
|
4806
4806
|
};
|
|
4807
4807
|
|
|
4808
|
-
var __vue_staticRenderFns__$
|
|
4808
|
+
var __vue_staticRenderFns__$E = [];
|
|
4809
4809
|
/* style */
|
|
4810
4810
|
|
|
4811
|
-
const __vue_inject_styles__$
|
|
4811
|
+
const __vue_inject_styles__$E = function (inject) {
|
|
4812
4812
|
if (!inject) return;
|
|
4813
4813
|
inject("data-v-e1c1f348_0", {
|
|
4814
4814
|
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}",
|
|
@@ -4819,23 +4819,23 @@ const __vue_inject_styles__$B = function (inject) {
|
|
|
4819
4819
|
/* scoped */
|
|
4820
4820
|
|
|
4821
4821
|
|
|
4822
|
-
const __vue_scope_id__$
|
|
4822
|
+
const __vue_scope_id__$E = "data-v-e1c1f348";
|
|
4823
4823
|
/* module identifier */
|
|
4824
4824
|
|
|
4825
|
-
const __vue_module_identifier__$
|
|
4825
|
+
const __vue_module_identifier__$E = undefined;
|
|
4826
4826
|
/* functional template */
|
|
4827
4827
|
|
|
4828
|
-
const __vue_is_functional_template__$
|
|
4828
|
+
const __vue_is_functional_template__$E = false;
|
|
4829
4829
|
/* style inject SSR */
|
|
4830
4830
|
|
|
4831
4831
|
/* style inject shadow dom */
|
|
4832
4832
|
|
|
4833
|
-
const __vue_component__$
|
|
4834
|
-
render: __vue_render__$
|
|
4835
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4836
|
-
}, __vue_inject_styles__$
|
|
4833
|
+
const __vue_component__$15 = /*#__PURE__*/normalizeComponent({
|
|
4834
|
+
render: __vue_render__$E,
|
|
4835
|
+
staticRenderFns: __vue_staticRenderFns__$E
|
|
4836
|
+
}, __vue_inject_styles__$E, __vue_script__$E, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, createInjector, undefined, undefined);
|
|
4837
4837
|
|
|
4838
|
-
var __vue_component__$
|
|
4838
|
+
var __vue_component__$16 = __vue_component__$15;
|
|
4839
4839
|
|
|
4840
4840
|
//
|
|
4841
4841
|
//
|
|
@@ -4855,7 +4855,7 @@ var __vue_component__$11 = __vue_component__$10;
|
|
|
4855
4855
|
//
|
|
4856
4856
|
//
|
|
4857
4857
|
//
|
|
4858
|
-
var script$
|
|
4858
|
+
var script$D = {
|
|
4859
4859
|
components: {
|
|
4860
4860
|
VMenu: VMenu
|
|
4861
4861
|
},
|
|
@@ -4891,10 +4891,10 @@ var script$A = {
|
|
|
4891
4891
|
};
|
|
4892
4892
|
|
|
4893
4893
|
/* script */
|
|
4894
|
-
const __vue_script__$
|
|
4894
|
+
const __vue_script__$D = script$D;
|
|
4895
4895
|
/* template */
|
|
4896
4896
|
|
|
4897
|
-
var __vue_render__$
|
|
4897
|
+
var __vue_render__$D = function () {
|
|
4898
4898
|
var _vm = this;
|
|
4899
4899
|
|
|
4900
4900
|
var _h = _vm.$createElement;
|
|
@@ -4932,10 +4932,10 @@ var __vue_render__$A = function () {
|
|
|
4932
4932
|
}, [_vm._v(" "), _vm._t("default")], 2);
|
|
4933
4933
|
};
|
|
4934
4934
|
|
|
4935
|
-
var __vue_staticRenderFns__$
|
|
4935
|
+
var __vue_staticRenderFns__$D = [];
|
|
4936
4936
|
/* style */
|
|
4937
4937
|
|
|
4938
|
-
const __vue_inject_styles__$
|
|
4938
|
+
const __vue_inject_styles__$D = function (inject) {
|
|
4939
4939
|
if (!inject) return;
|
|
4940
4940
|
inject("data-v-da6757e6_0", {
|
|
4941
4941
|
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)}",
|
|
@@ -4946,25 +4946,25 @@ const __vue_inject_styles__$A = function (inject) {
|
|
|
4946
4946
|
/* scoped */
|
|
4947
4947
|
|
|
4948
4948
|
|
|
4949
|
-
const __vue_scope_id__$
|
|
4949
|
+
const __vue_scope_id__$D = "data-v-da6757e6";
|
|
4950
4950
|
/* module identifier */
|
|
4951
4951
|
|
|
4952
|
-
const __vue_module_identifier__$
|
|
4952
|
+
const __vue_module_identifier__$D = undefined;
|
|
4953
4953
|
/* functional template */
|
|
4954
4954
|
|
|
4955
|
-
const __vue_is_functional_template__$
|
|
4955
|
+
const __vue_is_functional_template__$D = false;
|
|
4956
4956
|
/* style inject SSR */
|
|
4957
4957
|
|
|
4958
4958
|
/* style inject shadow dom */
|
|
4959
4959
|
|
|
4960
|
-
const __vue_component__
|
|
4961
|
-
render: __vue_render__$
|
|
4962
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4963
|
-
}, __vue_inject_styles__$
|
|
4960
|
+
const __vue_component__$14 = /*#__PURE__*/normalizeComponent({
|
|
4961
|
+
render: __vue_render__$D,
|
|
4962
|
+
staticRenderFns: __vue_staticRenderFns__$D
|
|
4963
|
+
}, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, createInjector, undefined, undefined);
|
|
4964
4964
|
|
|
4965
|
-
var VcPopover = __vue_component__
|
|
4965
|
+
var VcPopover = __vue_component__$14;
|
|
4966
4966
|
|
|
4967
|
-
var script$
|
|
4967
|
+
var script$C = {
|
|
4968
4968
|
name: "VcInputPopover",
|
|
4969
4969
|
components: {
|
|
4970
4970
|
VcModalHeader,
|
|
@@ -5061,10 +5061,10 @@ var script$z = {
|
|
|
5061
5061
|
};
|
|
5062
5062
|
|
|
5063
5063
|
/* script */
|
|
5064
|
-
const __vue_script__$
|
|
5064
|
+
const __vue_script__$C = script$C;
|
|
5065
5065
|
/* template */
|
|
5066
5066
|
|
|
5067
|
-
var __vue_render__$
|
|
5067
|
+
var __vue_render__$C = function () {
|
|
5068
5068
|
var _vm = this;
|
|
5069
5069
|
|
|
5070
5070
|
var _h = _vm.$createElement;
|
|
@@ -5174,10 +5174,10 @@ var __vue_render__$z = function () {
|
|
|
5174
5174
|
}) : _vm._e()], 1)]], 2);
|
|
5175
5175
|
};
|
|
5176
5176
|
|
|
5177
|
-
var __vue_staticRenderFns__$
|
|
5177
|
+
var __vue_staticRenderFns__$C = [];
|
|
5178
5178
|
/* style */
|
|
5179
5179
|
|
|
5180
|
-
const __vue_inject_styles__$
|
|
5180
|
+
const __vue_inject_styles__$C = function (inject) {
|
|
5181
5181
|
if (!inject) return;
|
|
5182
5182
|
inject("data-v-97aa8f28_0", {
|
|
5183
5183
|
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)}",
|
|
@@ -5188,25 +5188,25 @@ const __vue_inject_styles__$z = function (inject) {
|
|
|
5188
5188
|
/* scoped */
|
|
5189
5189
|
|
|
5190
5190
|
|
|
5191
|
-
const __vue_scope_id__$
|
|
5191
|
+
const __vue_scope_id__$C = "data-v-97aa8f28";
|
|
5192
5192
|
/* module identifier */
|
|
5193
5193
|
|
|
5194
|
-
const __vue_module_identifier__$
|
|
5194
|
+
const __vue_module_identifier__$C = undefined;
|
|
5195
5195
|
/* functional template */
|
|
5196
5196
|
|
|
5197
|
-
const __vue_is_functional_template__$
|
|
5197
|
+
const __vue_is_functional_template__$C = false;
|
|
5198
5198
|
/* style inject SSR */
|
|
5199
5199
|
|
|
5200
5200
|
/* style inject shadow dom */
|
|
5201
5201
|
|
|
5202
|
-
const __vue_component__$
|
|
5203
|
-
render: __vue_render__$
|
|
5204
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5205
|
-
}, __vue_inject_styles__$
|
|
5202
|
+
const __vue_component__$12 = /*#__PURE__*/normalizeComponent({
|
|
5203
|
+
render: __vue_render__$C,
|
|
5204
|
+
staticRenderFns: __vue_staticRenderFns__$C
|
|
5205
|
+
}, __vue_inject_styles__$C, __vue_script__$C, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
|
|
5206
5206
|
|
|
5207
|
-
var __vue_component__$
|
|
5207
|
+
var __vue_component__$13 = __vue_component__$12;
|
|
5208
5208
|
|
|
5209
|
-
var script$
|
|
5209
|
+
var script$B = {
|
|
5210
5210
|
name: "VcChip",
|
|
5211
5211
|
components: {
|
|
5212
5212
|
VcIcon,
|
|
@@ -5246,10 +5246,10 @@ var script$y = {
|
|
|
5246
5246
|
};
|
|
5247
5247
|
|
|
5248
5248
|
/* script */
|
|
5249
|
-
const __vue_script__$
|
|
5249
|
+
const __vue_script__$B = script$B;
|
|
5250
5250
|
/* template */
|
|
5251
5251
|
|
|
5252
|
-
var __vue_render__$
|
|
5252
|
+
var __vue_render__$B = function () {
|
|
5253
5253
|
var _vm = this;
|
|
5254
5254
|
|
|
5255
5255
|
var _h = _vm.$createElement;
|
|
@@ -5291,10 +5291,10 @@ var __vue_render__$y = function () {
|
|
|
5291
5291
|
})], 2);
|
|
5292
5292
|
};
|
|
5293
5293
|
|
|
5294
|
-
var __vue_staticRenderFns__$
|
|
5294
|
+
var __vue_staticRenderFns__$B = [];
|
|
5295
5295
|
/* style */
|
|
5296
5296
|
|
|
5297
|
-
const __vue_inject_styles__$
|
|
5297
|
+
const __vue_inject_styles__$B = function (inject) {
|
|
5298
5298
|
if (!inject) return;
|
|
5299
5299
|
inject("data-v-50259fa8_0", {
|
|
5300
5300
|
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}",
|
|
@@ -5305,23 +5305,23 @@ const __vue_inject_styles__$y = function (inject) {
|
|
|
5305
5305
|
/* scoped */
|
|
5306
5306
|
|
|
5307
5307
|
|
|
5308
|
-
const __vue_scope_id__$
|
|
5308
|
+
const __vue_scope_id__$B = "data-v-50259fa8";
|
|
5309
5309
|
/* module identifier */
|
|
5310
5310
|
|
|
5311
|
-
const __vue_module_identifier__$
|
|
5311
|
+
const __vue_module_identifier__$B = undefined;
|
|
5312
5312
|
/* functional template */
|
|
5313
5313
|
|
|
5314
|
-
const __vue_is_functional_template__$
|
|
5314
|
+
const __vue_is_functional_template__$B = false;
|
|
5315
5315
|
/* style inject SSR */
|
|
5316
5316
|
|
|
5317
5317
|
/* style inject shadow dom */
|
|
5318
5318
|
|
|
5319
|
-
const __vue_component__$
|
|
5320
|
-
render: __vue_render__$
|
|
5321
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5322
|
-
}, __vue_inject_styles__$
|
|
5319
|
+
const __vue_component__$11 = /*#__PURE__*/normalizeComponent({
|
|
5320
|
+
render: __vue_render__$B,
|
|
5321
|
+
staticRenderFns: __vue_staticRenderFns__$B
|
|
5322
|
+
}, __vue_inject_styles__$B, __vue_script__$B, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
|
|
5323
5323
|
|
|
5324
|
-
var VcChip = __vue_component__$
|
|
5324
|
+
var VcChip = __vue_component__$11;
|
|
5325
5325
|
|
|
5326
5326
|
var justDebounce = debounce;
|
|
5327
5327
|
|
|
@@ -5358,7 +5358,7 @@ function debounce(fn, delay, atStart, guarantee) {
|
|
|
5358
5358
|
};
|
|
5359
5359
|
}
|
|
5360
5360
|
|
|
5361
|
-
var script$
|
|
5361
|
+
var script$A = {
|
|
5362
5362
|
name: "VcChipList",
|
|
5363
5363
|
components: {
|
|
5364
5364
|
VcChip,
|
|
@@ -5463,10 +5463,10 @@ var script$x = {
|
|
|
5463
5463
|
};
|
|
5464
5464
|
|
|
5465
5465
|
/* script */
|
|
5466
|
-
const __vue_script__$
|
|
5466
|
+
const __vue_script__$A = script$A;
|
|
5467
5467
|
/* template */
|
|
5468
5468
|
|
|
5469
|
-
var __vue_render__$
|
|
5469
|
+
var __vue_render__$A = function () {
|
|
5470
5470
|
var _vm = this;
|
|
5471
5471
|
|
|
5472
5472
|
var _h = _vm.$createElement;
|
|
@@ -5525,10 +5525,10 @@ var __vue_render__$x = function () {
|
|
|
5525
5525
|
})], 2)], 2);
|
|
5526
5526
|
};
|
|
5527
5527
|
|
|
5528
|
-
var __vue_staticRenderFns__$
|
|
5528
|
+
var __vue_staticRenderFns__$A = [];
|
|
5529
5529
|
/* style */
|
|
5530
5530
|
|
|
5531
|
-
const __vue_inject_styles__$
|
|
5531
|
+
const __vue_inject_styles__$A = function (inject) {
|
|
5532
5532
|
if (!inject) return;
|
|
5533
5533
|
inject("data-v-20a5e7d6_0", {
|
|
5534
5534
|
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)}",
|
|
@@ -5539,23 +5539,23 @@ const __vue_inject_styles__$x = function (inject) {
|
|
|
5539
5539
|
/* scoped */
|
|
5540
5540
|
|
|
5541
5541
|
|
|
5542
|
-
const __vue_scope_id__$
|
|
5542
|
+
const __vue_scope_id__$A = "data-v-20a5e7d6";
|
|
5543
5543
|
/* module identifier */
|
|
5544
5544
|
|
|
5545
|
-
const __vue_module_identifier__$
|
|
5545
|
+
const __vue_module_identifier__$A = undefined;
|
|
5546
5546
|
/* functional template */
|
|
5547
5547
|
|
|
5548
|
-
const __vue_is_functional_template__$
|
|
5548
|
+
const __vue_is_functional_template__$A = false;
|
|
5549
5549
|
/* style inject SSR */
|
|
5550
5550
|
|
|
5551
5551
|
/* style inject shadow dom */
|
|
5552
5552
|
|
|
5553
|
-
const __vue_component__
|
|
5554
|
-
render: __vue_render__$
|
|
5555
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5556
|
-
}, __vue_inject_styles__$
|
|
5553
|
+
const __vue_component__$$ = /*#__PURE__*/normalizeComponent({
|
|
5554
|
+
render: __vue_render__$A,
|
|
5555
|
+
staticRenderFns: __vue_staticRenderFns__$A
|
|
5556
|
+
}, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, createInjector, undefined, undefined);
|
|
5557
5557
|
|
|
5558
|
-
var __vue_component__$
|
|
5558
|
+
var __vue_component__$10 = __vue_component__$$;
|
|
5559
5559
|
|
|
5560
5560
|
//
|
|
5561
5561
|
//
|
|
@@ -5566,7 +5566,7 @@ var __vue_component__$X = __vue_component__$W;
|
|
|
5566
5566
|
//
|
|
5567
5567
|
//
|
|
5568
5568
|
//
|
|
5569
|
-
var script$
|
|
5569
|
+
var script$z = {
|
|
5570
5570
|
name: "VcBaseListItem",
|
|
5571
5571
|
model: {
|
|
5572
5572
|
prop: 'selected'
|
|
@@ -5611,10 +5611,10 @@ var script$w = {
|
|
|
5611
5611
|
};
|
|
5612
5612
|
|
|
5613
5613
|
/* script */
|
|
5614
|
-
const __vue_script__$
|
|
5614
|
+
const __vue_script__$z = script$z;
|
|
5615
5615
|
/* template */
|
|
5616
5616
|
|
|
5617
|
-
var __vue_render__$
|
|
5617
|
+
var __vue_render__$z = function () {
|
|
5618
5618
|
var _vm = this;
|
|
5619
5619
|
|
|
5620
5620
|
var _h = _vm.$createElement;
|
|
@@ -5635,10 +5635,10 @@ var __vue_render__$w = function () {
|
|
|
5635
5635
|
}, [[_vm._t("default")]], 2);
|
|
5636
5636
|
};
|
|
5637
5637
|
|
|
5638
|
-
var __vue_staticRenderFns__$
|
|
5638
|
+
var __vue_staticRenderFns__$z = [];
|
|
5639
5639
|
/* style */
|
|
5640
5640
|
|
|
5641
|
-
const __vue_inject_styles__$
|
|
5641
|
+
const __vue_inject_styles__$z = function (inject) {
|
|
5642
5642
|
if (!inject) return;
|
|
5643
5643
|
inject("data-v-22288207_0", {
|
|
5644
5644
|
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}",
|
|
@@ -5649,26 +5649,26 @@ const __vue_inject_styles__$w = function (inject) {
|
|
|
5649
5649
|
/* scoped */
|
|
5650
5650
|
|
|
5651
5651
|
|
|
5652
|
-
const __vue_scope_id__$
|
|
5652
|
+
const __vue_scope_id__$z = "data-v-22288207";
|
|
5653
5653
|
/* module identifier */
|
|
5654
5654
|
|
|
5655
|
-
const __vue_module_identifier__$
|
|
5655
|
+
const __vue_module_identifier__$z = undefined;
|
|
5656
5656
|
/* functional template */
|
|
5657
5657
|
|
|
5658
|
-
const __vue_is_functional_template__$
|
|
5658
|
+
const __vue_is_functional_template__$z = false;
|
|
5659
5659
|
/* style inject SSR */
|
|
5660
5660
|
|
|
5661
5661
|
/* style inject shadow dom */
|
|
5662
5662
|
|
|
5663
|
-
const __vue_component__$
|
|
5664
|
-
render: __vue_render__$
|
|
5665
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5666
|
-
}, __vue_inject_styles__$
|
|
5663
|
+
const __vue_component__$_ = /*#__PURE__*/normalizeComponent({
|
|
5664
|
+
render: __vue_render__$z,
|
|
5665
|
+
staticRenderFns: __vue_staticRenderFns__$z
|
|
5666
|
+
}, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, createInjector, undefined, undefined);
|
|
5667
5667
|
|
|
5668
|
-
var VcBaseListItem = __vue_component__$
|
|
5668
|
+
var VcBaseListItem = __vue_component__$_;
|
|
5669
5669
|
|
|
5670
5670
|
const VcLinkIcons = ['', 'copy', 'trash', 'left'];
|
|
5671
|
-
var script$
|
|
5671
|
+
var script$y = {
|
|
5672
5672
|
name: "VcLink",
|
|
5673
5673
|
components: {
|
|
5674
5674
|
VcIcon
|
|
@@ -5720,10 +5720,10 @@ var script$v = {
|
|
|
5720
5720
|
};
|
|
5721
5721
|
|
|
5722
5722
|
/* script */
|
|
5723
|
-
const __vue_script__$
|
|
5723
|
+
const __vue_script__$y = script$y;
|
|
5724
5724
|
/* template */
|
|
5725
5725
|
|
|
5726
|
-
var __vue_render__$
|
|
5726
|
+
var __vue_render__$y = function () {
|
|
5727
5727
|
var _vm = this;
|
|
5728
5728
|
|
|
5729
5729
|
var _h = _vm.$createElement;
|
|
@@ -5753,10 +5753,10 @@ var __vue_render__$v = function () {
|
|
|
5753
5753
|
}, [_vm._v(_vm._s(_vm.getIcon))]) : _vm._e(), _vm._v(" "), _c('label', [_vm._v(_vm._s(_vm.label))])], 1);
|
|
5754
5754
|
};
|
|
5755
5755
|
|
|
5756
|
-
var __vue_staticRenderFns__$
|
|
5756
|
+
var __vue_staticRenderFns__$y = [];
|
|
5757
5757
|
/* style */
|
|
5758
5758
|
|
|
5759
|
-
const __vue_inject_styles__$
|
|
5759
|
+
const __vue_inject_styles__$y = function (inject) {
|
|
5760
5760
|
if (!inject) return;
|
|
5761
5761
|
inject("data-v-65e5dd72_0", {
|
|
5762
5762
|
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)}",
|
|
@@ -5767,38 +5767,38 @@ const __vue_inject_styles__$v = function (inject) {
|
|
|
5767
5767
|
/* scoped */
|
|
5768
5768
|
|
|
5769
5769
|
|
|
5770
|
-
const __vue_scope_id__$
|
|
5770
|
+
const __vue_scope_id__$y = "data-v-65e5dd72";
|
|
5771
5771
|
/* module identifier */
|
|
5772
5772
|
|
|
5773
|
-
const __vue_module_identifier__$
|
|
5773
|
+
const __vue_module_identifier__$y = undefined;
|
|
5774
5774
|
/* functional template */
|
|
5775
5775
|
|
|
5776
|
-
const __vue_is_functional_template__$
|
|
5776
|
+
const __vue_is_functional_template__$y = false;
|
|
5777
5777
|
/* style inject SSR */
|
|
5778
5778
|
|
|
5779
5779
|
/* style inject shadow dom */
|
|
5780
5780
|
|
|
5781
|
-
const __vue_component__$
|
|
5782
|
-
render: __vue_render__$
|
|
5783
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5784
|
-
}, __vue_inject_styles__$
|
|
5781
|
+
const __vue_component__$Z = /*#__PURE__*/normalizeComponent({
|
|
5782
|
+
render: __vue_render__$y,
|
|
5783
|
+
staticRenderFns: __vue_staticRenderFns__$y
|
|
5784
|
+
}, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
|
|
5785
5785
|
|
|
5786
|
-
var VcLink = __vue_component__$
|
|
5786
|
+
var VcLink = __vue_component__$Z;
|
|
5787
5787
|
|
|
5788
5788
|
//
|
|
5789
5789
|
//
|
|
5790
5790
|
//
|
|
5791
5791
|
//
|
|
5792
|
-
var script$
|
|
5792
|
+
var script$x = {
|
|
5793
5793
|
name: 'VcSvg',
|
|
5794
5794
|
props: ['svg']
|
|
5795
5795
|
};
|
|
5796
5796
|
|
|
5797
5797
|
/* script */
|
|
5798
|
-
const __vue_script__$
|
|
5798
|
+
const __vue_script__$x = script$x;
|
|
5799
5799
|
/* template */
|
|
5800
5800
|
|
|
5801
|
-
var __vue_render__$
|
|
5801
|
+
var __vue_render__$x = function () {
|
|
5802
5802
|
var _vm = this;
|
|
5803
5803
|
|
|
5804
5804
|
var _h = _vm.$createElement;
|
|
@@ -5812,33 +5812,33 @@ var __vue_render__$u = function () {
|
|
|
5812
5812
|
});
|
|
5813
5813
|
};
|
|
5814
5814
|
|
|
5815
|
-
var __vue_staticRenderFns__$
|
|
5815
|
+
var __vue_staticRenderFns__$x = [];
|
|
5816
5816
|
/* style */
|
|
5817
5817
|
|
|
5818
|
-
const __vue_inject_styles__$
|
|
5818
|
+
const __vue_inject_styles__$x = undefined;
|
|
5819
5819
|
/* scoped */
|
|
5820
5820
|
|
|
5821
|
-
const __vue_scope_id__$
|
|
5821
|
+
const __vue_scope_id__$x = undefined;
|
|
5822
5822
|
/* module identifier */
|
|
5823
5823
|
|
|
5824
|
-
const __vue_module_identifier__$
|
|
5824
|
+
const __vue_module_identifier__$x = undefined;
|
|
5825
5825
|
/* functional template */
|
|
5826
5826
|
|
|
5827
|
-
const __vue_is_functional_template__$
|
|
5827
|
+
const __vue_is_functional_template__$x = false;
|
|
5828
5828
|
/* style inject */
|
|
5829
5829
|
|
|
5830
5830
|
/* style inject SSR */
|
|
5831
5831
|
|
|
5832
5832
|
/* style inject shadow dom */
|
|
5833
5833
|
|
|
5834
|
-
const __vue_component__$
|
|
5835
|
-
render: __vue_render__$
|
|
5836
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5837
|
-
}, __vue_inject_styles__$
|
|
5834
|
+
const __vue_component__$Y = /*#__PURE__*/normalizeComponent({
|
|
5835
|
+
render: __vue_render__$x,
|
|
5836
|
+
staticRenderFns: __vue_staticRenderFns__$x
|
|
5837
|
+
}, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, undefined, undefined);
|
|
5838
5838
|
|
|
5839
|
-
var VcSvg = __vue_component__$
|
|
5839
|
+
var VcSvg = __vue_component__$Y;
|
|
5840
5840
|
|
|
5841
|
-
var script$
|
|
5841
|
+
var script$w = {
|
|
5842
5842
|
name: 'VcEmptyState',
|
|
5843
5843
|
components: {
|
|
5844
5844
|
VcImage,
|
|
@@ -5908,10 +5908,10 @@ var script$t = {
|
|
|
5908
5908
|
};
|
|
5909
5909
|
|
|
5910
5910
|
/* script */
|
|
5911
|
-
const __vue_script__$
|
|
5911
|
+
const __vue_script__$w = script$w;
|
|
5912
5912
|
/* template */
|
|
5913
5913
|
|
|
5914
|
-
var __vue_render__$
|
|
5914
|
+
var __vue_render__$w = function () {
|
|
5915
5915
|
var _vm = this;
|
|
5916
5916
|
|
|
5917
5917
|
var _h = _vm.$createElement;
|
|
@@ -5969,10 +5969,10 @@ var __vue_render__$t = function () {
|
|
|
5969
5969
|
})], 2);
|
|
5970
5970
|
};
|
|
5971
5971
|
|
|
5972
|
-
var __vue_staticRenderFns__$
|
|
5972
|
+
var __vue_staticRenderFns__$w = [];
|
|
5973
5973
|
/* style */
|
|
5974
5974
|
|
|
5975
|
-
const __vue_inject_styles__$
|
|
5975
|
+
const __vue_inject_styles__$w = function (inject) {
|
|
5976
5976
|
if (!inject) return;
|
|
5977
5977
|
inject("data-v-07491186_0", {
|
|
5978
5978
|
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)}",
|
|
@@ -5983,25 +5983,25 @@ const __vue_inject_styles__$t = function (inject) {
|
|
|
5983
5983
|
/* scoped */
|
|
5984
5984
|
|
|
5985
5985
|
|
|
5986
|
-
const __vue_scope_id__$
|
|
5986
|
+
const __vue_scope_id__$w = "data-v-07491186";
|
|
5987
5987
|
/* module identifier */
|
|
5988
5988
|
|
|
5989
|
-
const __vue_module_identifier__$
|
|
5989
|
+
const __vue_module_identifier__$w = undefined;
|
|
5990
5990
|
/* functional template */
|
|
5991
5991
|
|
|
5992
|
-
const __vue_is_functional_template__$
|
|
5992
|
+
const __vue_is_functional_template__$w = false;
|
|
5993
5993
|
/* style inject SSR */
|
|
5994
5994
|
|
|
5995
5995
|
/* style inject shadow dom */
|
|
5996
5996
|
|
|
5997
|
-
const __vue_component__$
|
|
5998
|
-
render: __vue_render__$
|
|
5999
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6000
|
-
}, __vue_inject_styles__$
|
|
5997
|
+
const __vue_component__$X = /*#__PURE__*/normalizeComponent({
|
|
5998
|
+
render: __vue_render__$w,
|
|
5999
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
6000
|
+
}, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
|
|
6001
6001
|
|
|
6002
|
-
var VcEmptyState = __vue_component__$
|
|
6002
|
+
var VcEmptyState = __vue_component__$X;
|
|
6003
6003
|
|
|
6004
|
-
var script$
|
|
6004
|
+
var script$v = {
|
|
6005
6005
|
name: "VcList",
|
|
6006
6006
|
components: {
|
|
6007
6007
|
VcEmptyState,
|
|
@@ -6052,10 +6052,10 @@ var script$s = {
|
|
|
6052
6052
|
};
|
|
6053
6053
|
|
|
6054
6054
|
/* script */
|
|
6055
|
-
const __vue_script__$
|
|
6055
|
+
const __vue_script__$v = script$v;
|
|
6056
6056
|
/* template */
|
|
6057
6057
|
|
|
6058
|
-
var __vue_render__$
|
|
6058
|
+
var __vue_render__$v = function () {
|
|
6059
6059
|
var _vm = this;
|
|
6060
6060
|
|
|
6061
6061
|
var _h = _vm.$createElement;
|
|
@@ -6094,10 +6094,10 @@ var __vue_render__$s = function () {
|
|
|
6094
6094
|
})]], 2);
|
|
6095
6095
|
};
|
|
6096
6096
|
|
|
6097
|
-
var __vue_staticRenderFns__$
|
|
6097
|
+
var __vue_staticRenderFns__$v = [];
|
|
6098
6098
|
/* style */
|
|
6099
6099
|
|
|
6100
|
-
const __vue_inject_styles__$
|
|
6100
|
+
const __vue_inject_styles__$v = function (inject) {
|
|
6101
6101
|
if (!inject) return;
|
|
6102
6102
|
inject("data-v-7ee68c7b_0", {
|
|
6103
6103
|
source: ".vc-list[data-v-7ee68c7b]{margin:var(--size-value0);padding:var(--size-value0)}",
|
|
@@ -6108,23 +6108,23 @@ const __vue_inject_styles__$s = function (inject) {
|
|
|
6108
6108
|
/* scoped */
|
|
6109
6109
|
|
|
6110
6110
|
|
|
6111
|
-
const __vue_scope_id__$
|
|
6111
|
+
const __vue_scope_id__$v = "data-v-7ee68c7b";
|
|
6112
6112
|
/* module identifier */
|
|
6113
6113
|
|
|
6114
|
-
const __vue_module_identifier__$
|
|
6114
|
+
const __vue_module_identifier__$v = undefined;
|
|
6115
6115
|
/* functional template */
|
|
6116
6116
|
|
|
6117
|
-
const __vue_is_functional_template__$
|
|
6117
|
+
const __vue_is_functional_template__$v = false;
|
|
6118
6118
|
/* style inject SSR */
|
|
6119
6119
|
|
|
6120
6120
|
/* style inject shadow dom */
|
|
6121
6121
|
|
|
6122
|
-
const __vue_component__$
|
|
6123
|
-
render: __vue_render__$
|
|
6124
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6125
|
-
}, __vue_inject_styles__$
|
|
6122
|
+
const __vue_component__$V = /*#__PURE__*/normalizeComponent({
|
|
6123
|
+
render: __vue_render__$v,
|
|
6124
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
6125
|
+
}, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
|
|
6126
6126
|
|
|
6127
|
-
var __vue_component__$
|
|
6127
|
+
var __vue_component__$W = __vue_component__$V;
|
|
6128
6128
|
|
|
6129
6129
|
//
|
|
6130
6130
|
//
|
|
@@ -6148,7 +6148,7 @@ var __vue_component__$R = __vue_component__$Q;
|
|
|
6148
6148
|
//
|
|
6149
6149
|
//
|
|
6150
6150
|
//
|
|
6151
|
-
var script$
|
|
6151
|
+
var script$u = {
|
|
6152
6152
|
components: {
|
|
6153
6153
|
VCol: VCol,
|
|
6154
6154
|
VRow: VRow,
|
|
@@ -6234,10 +6234,10 @@ var script$r = {
|
|
|
6234
6234
|
};
|
|
6235
6235
|
|
|
6236
6236
|
/* script */
|
|
6237
|
-
const __vue_script__$
|
|
6237
|
+
const __vue_script__$u = script$u;
|
|
6238
6238
|
/* template */
|
|
6239
6239
|
|
|
6240
|
-
var __vue_render__$
|
|
6240
|
+
var __vue_render__$u = function () {
|
|
6241
6241
|
var _vm = this;
|
|
6242
6242
|
|
|
6243
6243
|
var _h = _vm.$createElement;
|
|
@@ -6284,10 +6284,10 @@ var __vue_render__$r = function () {
|
|
|
6284
6284
|
}), 1);
|
|
6285
6285
|
};
|
|
6286
6286
|
|
|
6287
|
-
var __vue_staticRenderFns__$
|
|
6287
|
+
var __vue_staticRenderFns__$u = [];
|
|
6288
6288
|
/* style */
|
|
6289
6289
|
|
|
6290
|
-
const __vue_inject_styles__$
|
|
6290
|
+
const __vue_inject_styles__$u = function (inject) {
|
|
6291
6291
|
if (!inject) return;
|
|
6292
6292
|
inject("data-v-284ef818_0", {
|
|
6293
6293
|
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}",
|
|
@@ -6298,23 +6298,23 @@ const __vue_inject_styles__$r = function (inject) {
|
|
|
6298
6298
|
/* scoped */
|
|
6299
6299
|
|
|
6300
6300
|
|
|
6301
|
-
const __vue_scope_id__$
|
|
6301
|
+
const __vue_scope_id__$u = "data-v-284ef818";
|
|
6302
6302
|
/* module identifier */
|
|
6303
6303
|
|
|
6304
|
-
const __vue_module_identifier__$
|
|
6304
|
+
const __vue_module_identifier__$u = undefined;
|
|
6305
6305
|
/* functional template */
|
|
6306
6306
|
|
|
6307
|
-
const __vue_is_functional_template__$
|
|
6307
|
+
const __vue_is_functional_template__$u = false;
|
|
6308
6308
|
/* style inject SSR */
|
|
6309
6309
|
|
|
6310
6310
|
/* style inject shadow dom */
|
|
6311
6311
|
|
|
6312
|
-
const __vue_component__$
|
|
6313
|
-
render: __vue_render__$
|
|
6314
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6315
|
-
}, __vue_inject_styles__$
|
|
6312
|
+
const __vue_component__$T = /*#__PURE__*/normalizeComponent({
|
|
6313
|
+
render: __vue_render__$u,
|
|
6314
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
6315
|
+
}, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
|
|
6316
6316
|
|
|
6317
|
-
var __vue_component__$
|
|
6317
|
+
var __vue_component__$U = __vue_component__$T;
|
|
6318
6318
|
|
|
6319
6319
|
//
|
|
6320
6320
|
//
|
|
@@ -6326,7 +6326,7 @@ var __vue_component__$P = __vue_component__$O;
|
|
|
6326
6326
|
//
|
|
6327
6327
|
//
|
|
6328
6328
|
//
|
|
6329
|
-
var script$
|
|
6329
|
+
var script$t = {
|
|
6330
6330
|
components: {
|
|
6331
6331
|
VProgressCircular: VProgressCircular
|
|
6332
6332
|
},
|
|
@@ -6366,10 +6366,10 @@ var script$q = {
|
|
|
6366
6366
|
};
|
|
6367
6367
|
|
|
6368
6368
|
/* script */
|
|
6369
|
-
const __vue_script__$
|
|
6369
|
+
const __vue_script__$t = script$t;
|
|
6370
6370
|
/* template */
|
|
6371
6371
|
|
|
6372
|
-
var __vue_render__$
|
|
6372
|
+
var __vue_render__$t = function () {
|
|
6373
6373
|
var _vm = this;
|
|
6374
6374
|
|
|
6375
6375
|
var _h = _vm.$createElement;
|
|
@@ -6388,33 +6388,33 @@ var __vue_render__$q = function () {
|
|
|
6388
6388
|
});
|
|
6389
6389
|
};
|
|
6390
6390
|
|
|
6391
|
-
var __vue_staticRenderFns__$
|
|
6391
|
+
var __vue_staticRenderFns__$t = [];
|
|
6392
6392
|
/* style */
|
|
6393
6393
|
|
|
6394
|
-
const __vue_inject_styles__$
|
|
6394
|
+
const __vue_inject_styles__$t = undefined;
|
|
6395
6395
|
/* scoped */
|
|
6396
6396
|
|
|
6397
|
-
const __vue_scope_id__$
|
|
6397
|
+
const __vue_scope_id__$t = undefined;
|
|
6398
6398
|
/* module identifier */
|
|
6399
6399
|
|
|
6400
|
-
const __vue_module_identifier__$
|
|
6400
|
+
const __vue_module_identifier__$t = undefined;
|
|
6401
6401
|
/* functional template */
|
|
6402
6402
|
|
|
6403
|
-
const __vue_is_functional_template__$
|
|
6403
|
+
const __vue_is_functional_template__$t = false;
|
|
6404
6404
|
/* style inject */
|
|
6405
6405
|
|
|
6406
6406
|
/* style inject SSR */
|
|
6407
6407
|
|
|
6408
6408
|
/* style inject shadow dom */
|
|
6409
6409
|
|
|
6410
|
-
const __vue_component__$
|
|
6411
|
-
render: __vue_render__$
|
|
6412
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6413
|
-
}, __vue_inject_styles__$
|
|
6410
|
+
const __vue_component__$S = /*#__PURE__*/normalizeComponent({
|
|
6411
|
+
render: __vue_render__$t,
|
|
6412
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
6413
|
+
}, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, undefined, undefined);
|
|
6414
6414
|
|
|
6415
|
-
var VcLoader = __vue_component__$
|
|
6415
|
+
var VcLoader = __vue_component__$S;
|
|
6416
6416
|
|
|
6417
|
-
var script$
|
|
6417
|
+
var script$s = {
|
|
6418
6418
|
components: {
|
|
6419
6419
|
VcIcon,
|
|
6420
6420
|
VcSwitch,
|
|
@@ -6442,10 +6442,10 @@ var script$p = {
|
|
|
6442
6442
|
};
|
|
6443
6443
|
|
|
6444
6444
|
/* script */
|
|
6445
|
-
const __vue_script__$
|
|
6445
|
+
const __vue_script__$s = script$s;
|
|
6446
6446
|
/* template */
|
|
6447
6447
|
|
|
6448
|
-
var __vue_render__$
|
|
6448
|
+
var __vue_render__$s = function () {
|
|
6449
6449
|
var _vm = this;
|
|
6450
6450
|
|
|
6451
6451
|
var _h = _vm.$createElement;
|
|
@@ -6491,10 +6491,10 @@ var __vue_render__$p = function () {
|
|
|
6491
6491
|
})], 1)])])], 1);
|
|
6492
6492
|
};
|
|
6493
6493
|
|
|
6494
|
-
var __vue_staticRenderFns__$
|
|
6494
|
+
var __vue_staticRenderFns__$s = [];
|
|
6495
6495
|
/* style */
|
|
6496
6496
|
|
|
6497
|
-
const __vue_inject_styles__$
|
|
6497
|
+
const __vue_inject_styles__$s = function (inject) {
|
|
6498
6498
|
if (!inject) return;
|
|
6499
6499
|
inject("data-v-482da144_0", {
|
|
6500
6500
|
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%}",
|
|
@@ -6505,25 +6505,25 @@ const __vue_inject_styles__$p = function (inject) {
|
|
|
6505
6505
|
/* scoped */
|
|
6506
6506
|
|
|
6507
6507
|
|
|
6508
|
-
const __vue_scope_id__$
|
|
6508
|
+
const __vue_scope_id__$s = undefined;
|
|
6509
6509
|
/* module identifier */
|
|
6510
6510
|
|
|
6511
|
-
const __vue_module_identifier__$
|
|
6511
|
+
const __vue_module_identifier__$s = undefined;
|
|
6512
6512
|
/* functional template */
|
|
6513
6513
|
|
|
6514
|
-
const __vue_is_functional_template__$
|
|
6514
|
+
const __vue_is_functional_template__$s = false;
|
|
6515
6515
|
/* style inject SSR */
|
|
6516
6516
|
|
|
6517
6517
|
/* style inject shadow dom */
|
|
6518
6518
|
|
|
6519
|
-
const __vue_component__$
|
|
6520
|
-
render: __vue_render__$
|
|
6521
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6522
|
-
}, __vue_inject_styles__$
|
|
6519
|
+
const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
|
|
6520
|
+
render: __vue_render__$s,
|
|
6521
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
6522
|
+
}, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
|
|
6523
6523
|
|
|
6524
|
-
var __vue_component__$
|
|
6524
|
+
var __vue_component__$R = __vue_component__$Q;
|
|
6525
6525
|
|
|
6526
|
-
var script$
|
|
6526
|
+
var script$r = {
|
|
6527
6527
|
components: {
|
|
6528
6528
|
VcImage,
|
|
6529
6529
|
VcIcon,
|
|
@@ -6562,10 +6562,10 @@ var script$o = {
|
|
|
6562
6562
|
};
|
|
6563
6563
|
|
|
6564
6564
|
/* script */
|
|
6565
|
-
const __vue_script__$
|
|
6565
|
+
const __vue_script__$r = script$r;
|
|
6566
6566
|
/* template */
|
|
6567
6567
|
|
|
6568
|
-
var __vue_render__$
|
|
6568
|
+
var __vue_render__$r = function () {
|
|
6569
6569
|
var _vm = this;
|
|
6570
6570
|
|
|
6571
6571
|
var _h = _vm.$createElement;
|
|
@@ -6640,10 +6640,10 @@ var __vue_render__$o = function () {
|
|
|
6640
6640
|
}, [_vm._t("default")], 2) : _vm._e()])], 1);
|
|
6641
6641
|
};
|
|
6642
6642
|
|
|
6643
|
-
var __vue_staticRenderFns__$
|
|
6643
|
+
var __vue_staticRenderFns__$r = [];
|
|
6644
6644
|
/* style */
|
|
6645
6645
|
|
|
6646
|
-
const __vue_inject_styles__$
|
|
6646
|
+
const __vue_inject_styles__$r = function (inject) {
|
|
6647
6647
|
if (!inject) return;
|
|
6648
6648
|
inject("data-v-5f907c3e_0", {
|
|
6649
6649
|
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}",
|
|
@@ -6658,23 +6658,23 @@ const __vue_inject_styles__$o = function (inject) {
|
|
|
6658
6658
|
/* scoped */
|
|
6659
6659
|
|
|
6660
6660
|
|
|
6661
|
-
const __vue_scope_id__$
|
|
6661
|
+
const __vue_scope_id__$r = "data-v-5f907c3e";
|
|
6662
6662
|
/* module identifier */
|
|
6663
6663
|
|
|
6664
|
-
const __vue_module_identifier__$
|
|
6664
|
+
const __vue_module_identifier__$r = undefined;
|
|
6665
6665
|
/* functional template */
|
|
6666
6666
|
|
|
6667
|
-
const __vue_is_functional_template__$
|
|
6667
|
+
const __vue_is_functional_template__$r = false;
|
|
6668
6668
|
/* style inject SSR */
|
|
6669
6669
|
|
|
6670
6670
|
/* style inject shadow dom */
|
|
6671
6671
|
|
|
6672
|
-
const __vue_component__$
|
|
6673
|
-
render: __vue_render__$
|
|
6674
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6675
|
-
}, __vue_inject_styles__$
|
|
6672
|
+
const __vue_component__$O = /*#__PURE__*/normalizeComponent({
|
|
6673
|
+
render: __vue_render__$r,
|
|
6674
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
6675
|
+
}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
|
|
6676
6676
|
|
|
6677
|
-
var __vue_component__$
|
|
6677
|
+
var __vue_component__$P = __vue_component__$O;
|
|
6678
6678
|
|
|
6679
6679
|
//
|
|
6680
6680
|
//
|
|
@@ -6697,7 +6697,7 @@ var __vue_component__$K = __vue_component__$J;
|
|
|
6697
6697
|
//
|
|
6698
6698
|
//
|
|
6699
6699
|
//
|
|
6700
|
-
var script$
|
|
6700
|
+
var script$q = {
|
|
6701
6701
|
components: {
|
|
6702
6702
|
VTextarea: VTextarea
|
|
6703
6703
|
},
|
|
@@ -6760,10 +6760,10 @@ var script$n = {
|
|
|
6760
6760
|
};
|
|
6761
6761
|
|
|
6762
6762
|
/* script */
|
|
6763
|
-
const __vue_script__$
|
|
6763
|
+
const __vue_script__$q = script$q;
|
|
6764
6764
|
/* template */
|
|
6765
6765
|
|
|
6766
|
-
var __vue_render__$
|
|
6766
|
+
var __vue_render__$q = function () {
|
|
6767
6767
|
var _vm = this;
|
|
6768
6768
|
|
|
6769
6769
|
var _h = _vm.$createElement;
|
|
@@ -6800,10 +6800,10 @@ var __vue_render__$n = function () {
|
|
|
6800
6800
|
});
|
|
6801
6801
|
};
|
|
6802
6802
|
|
|
6803
|
-
var __vue_staticRenderFns__$
|
|
6803
|
+
var __vue_staticRenderFns__$q = [];
|
|
6804
6804
|
/* style */
|
|
6805
6805
|
|
|
6806
|
-
const __vue_inject_styles__$
|
|
6806
|
+
const __vue_inject_styles__$q = function (inject) {
|
|
6807
6807
|
if (!inject) return;
|
|
6808
6808
|
inject("data-v-2f56a231_0", {
|
|
6809
6809
|
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}",
|
|
@@ -6814,25 +6814,25 @@ const __vue_inject_styles__$n = function (inject) {
|
|
|
6814
6814
|
/* scoped */
|
|
6815
6815
|
|
|
6816
6816
|
|
|
6817
|
-
const __vue_scope_id__$
|
|
6817
|
+
const __vue_scope_id__$q = "data-v-2f56a231";
|
|
6818
6818
|
/* module identifier */
|
|
6819
6819
|
|
|
6820
|
-
const __vue_module_identifier__$
|
|
6820
|
+
const __vue_module_identifier__$q = undefined;
|
|
6821
6821
|
/* functional template */
|
|
6822
6822
|
|
|
6823
|
-
const __vue_is_functional_template__$
|
|
6823
|
+
const __vue_is_functional_template__$q = false;
|
|
6824
6824
|
/* style inject SSR */
|
|
6825
6825
|
|
|
6826
6826
|
/* style inject shadow dom */
|
|
6827
6827
|
|
|
6828
|
-
const __vue_component__$
|
|
6829
|
-
render: __vue_render__$
|
|
6830
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6831
|
-
}, __vue_inject_styles__$
|
|
6828
|
+
const __vue_component__$M = /*#__PURE__*/normalizeComponent({
|
|
6829
|
+
render: __vue_render__$q,
|
|
6830
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
6831
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
|
|
6832
6832
|
|
|
6833
|
-
var __vue_component__$
|
|
6833
|
+
var __vue_component__$N = __vue_component__$M;
|
|
6834
6834
|
|
|
6835
|
-
var script$
|
|
6835
|
+
var script$p = {
|
|
6836
6836
|
name: 'VcSelectField',
|
|
6837
6837
|
components: {
|
|
6838
6838
|
VcIconWithTooltip,
|
|
@@ -6917,10 +6917,10 @@ var script$m = {
|
|
|
6917
6917
|
};
|
|
6918
6918
|
|
|
6919
6919
|
/* script */
|
|
6920
|
-
const __vue_script__$
|
|
6920
|
+
const __vue_script__$p = script$p;
|
|
6921
6921
|
/* template */
|
|
6922
6922
|
|
|
6923
|
-
var __vue_render__$
|
|
6923
|
+
var __vue_render__$p = function () {
|
|
6924
6924
|
var _vm = this;
|
|
6925
6925
|
|
|
6926
6926
|
var _h = _vm.$createElement;
|
|
@@ -6979,10 +6979,10 @@ var __vue_render__$m = function () {
|
|
|
6979
6979
|
});
|
|
6980
6980
|
};
|
|
6981
6981
|
|
|
6982
|
-
var __vue_staticRenderFns__$
|
|
6982
|
+
var __vue_staticRenderFns__$p = [];
|
|
6983
6983
|
/* style */
|
|
6984
6984
|
|
|
6985
|
-
const __vue_inject_styles__$
|
|
6985
|
+
const __vue_inject_styles__$p = function (inject) {
|
|
6986
6986
|
if (!inject) return;
|
|
6987
6987
|
inject("data-v-1413447c_0", {
|
|
6988
6988
|
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%}",
|
|
@@ -6997,25 +6997,25 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
6997
6997
|
/* scoped */
|
|
6998
6998
|
|
|
6999
6999
|
|
|
7000
|
-
const __vue_scope_id__$
|
|
7000
|
+
const __vue_scope_id__$p = "data-v-1413447c";
|
|
7001
7001
|
/* module identifier */
|
|
7002
7002
|
|
|
7003
|
-
const __vue_module_identifier__$
|
|
7003
|
+
const __vue_module_identifier__$p = undefined;
|
|
7004
7004
|
/* functional template */
|
|
7005
7005
|
|
|
7006
|
-
const __vue_is_functional_template__$
|
|
7006
|
+
const __vue_is_functional_template__$p = false;
|
|
7007
7007
|
/* style inject SSR */
|
|
7008
7008
|
|
|
7009
7009
|
/* style inject shadow dom */
|
|
7010
7010
|
|
|
7011
|
-
const __vue_component__$
|
|
7012
|
-
render: __vue_render__$
|
|
7013
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7014
|
-
}, __vue_inject_styles__$
|
|
7011
|
+
const __vue_component__$K = /*#__PURE__*/normalizeComponent({
|
|
7012
|
+
render: __vue_render__$p,
|
|
7013
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
7014
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
|
|
7015
7015
|
|
|
7016
|
-
var __vue_component__$
|
|
7016
|
+
var __vue_component__$L = __vue_component__$K;
|
|
7017
7017
|
|
|
7018
|
-
var script$
|
|
7018
|
+
var script$o = {
|
|
7019
7019
|
name: 'VcToast',
|
|
7020
7020
|
components: {
|
|
7021
7021
|
VcAlert,
|
|
@@ -7039,10 +7039,10 @@ var script$l = {
|
|
|
7039
7039
|
};
|
|
7040
7040
|
|
|
7041
7041
|
/* script */
|
|
7042
|
-
const __vue_script__$
|
|
7042
|
+
const __vue_script__$o = script$o;
|
|
7043
7043
|
/* template */
|
|
7044
7044
|
|
|
7045
|
-
var __vue_render__$
|
|
7045
|
+
var __vue_render__$o = function () {
|
|
7046
7046
|
var _vm = this;
|
|
7047
7047
|
|
|
7048
7048
|
var _h = _vm.$createElement;
|
|
@@ -7064,10 +7064,10 @@ var __vue_render__$l = function () {
|
|
|
7064
7064
|
}, 'VcAlert', _vm.$attrs, false))], 1);
|
|
7065
7065
|
};
|
|
7066
7066
|
|
|
7067
|
-
var __vue_staticRenderFns__$
|
|
7067
|
+
var __vue_staticRenderFns__$o = [];
|
|
7068
7068
|
/* style */
|
|
7069
7069
|
|
|
7070
|
-
const __vue_inject_styles__$
|
|
7070
|
+
const __vue_inject_styles__$o = function (inject) {
|
|
7071
7071
|
if (!inject) return;
|
|
7072
7072
|
inject("data-v-2d3e5bbe_0", {
|
|
7073
7073
|
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}",
|
|
@@ -7078,23 +7078,23 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
7078
7078
|
/* scoped */
|
|
7079
7079
|
|
|
7080
7080
|
|
|
7081
|
-
const __vue_scope_id__$
|
|
7081
|
+
const __vue_scope_id__$o = "data-v-2d3e5bbe";
|
|
7082
7082
|
/* module identifier */
|
|
7083
7083
|
|
|
7084
|
-
const __vue_module_identifier__$
|
|
7084
|
+
const __vue_module_identifier__$o = undefined;
|
|
7085
7085
|
/* functional template */
|
|
7086
7086
|
|
|
7087
|
-
const __vue_is_functional_template__$
|
|
7087
|
+
const __vue_is_functional_template__$o = false;
|
|
7088
7088
|
/* style inject SSR */
|
|
7089
7089
|
|
|
7090
7090
|
/* style inject shadow dom */
|
|
7091
7091
|
|
|
7092
|
-
const __vue_component__$
|
|
7093
|
-
render: __vue_render__$
|
|
7094
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7095
|
-
}, __vue_inject_styles__$
|
|
7092
|
+
const __vue_component__$I = /*#__PURE__*/normalizeComponent({
|
|
7093
|
+
render: __vue_render__$o,
|
|
7094
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
7095
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
|
|
7096
7096
|
|
|
7097
|
-
var __vue_component__$
|
|
7097
|
+
var __vue_component__$J = __vue_component__$I;
|
|
7098
7098
|
|
|
7099
7099
|
//
|
|
7100
7100
|
//
|
|
@@ -7108,7 +7108,7 @@ var __vue_component__$E = __vue_component__$D;
|
|
|
7108
7108
|
//
|
|
7109
7109
|
//
|
|
7110
7110
|
//
|
|
7111
|
-
var script$
|
|
7111
|
+
var script$n = {
|
|
7112
7112
|
components: {
|
|
7113
7113
|
VCard: VCard
|
|
7114
7114
|
},
|
|
@@ -7132,10 +7132,10 @@ var script$k = {
|
|
|
7132
7132
|
};
|
|
7133
7133
|
|
|
7134
7134
|
/* script */
|
|
7135
|
-
const __vue_script__$
|
|
7135
|
+
const __vue_script__$n = script$n;
|
|
7136
7136
|
/* template */
|
|
7137
7137
|
|
|
7138
|
-
var __vue_render__$
|
|
7138
|
+
var __vue_render__$n = function () {
|
|
7139
7139
|
var _vm = this;
|
|
7140
7140
|
|
|
7141
7141
|
var _h = _vm.$createElement;
|
|
@@ -7169,10 +7169,10 @@ var __vue_render__$k = function () {
|
|
|
7169
7169
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2);
|
|
7170
7170
|
};
|
|
7171
7171
|
|
|
7172
|
-
var __vue_staticRenderFns__$
|
|
7172
|
+
var __vue_staticRenderFns__$n = [];
|
|
7173
7173
|
/* style */
|
|
7174
7174
|
|
|
7175
|
-
const __vue_inject_styles__$
|
|
7175
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
7176
7176
|
if (!inject) return;
|
|
7177
7177
|
inject("data-v-11425092_0", {
|
|
7178
7178
|
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}",
|
|
@@ -7183,25 +7183,25 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
7183
7183
|
/* scoped */
|
|
7184
7184
|
|
|
7185
7185
|
|
|
7186
|
-
const __vue_scope_id__$
|
|
7186
|
+
const __vue_scope_id__$n = "data-v-11425092";
|
|
7187
7187
|
/* module identifier */
|
|
7188
7188
|
|
|
7189
|
-
const __vue_module_identifier__$
|
|
7189
|
+
const __vue_module_identifier__$n = undefined;
|
|
7190
7190
|
/* functional template */
|
|
7191
7191
|
|
|
7192
|
-
const __vue_is_functional_template__$
|
|
7192
|
+
const __vue_is_functional_template__$n = false;
|
|
7193
7193
|
/* style inject SSR */
|
|
7194
7194
|
|
|
7195
7195
|
/* style inject shadow dom */
|
|
7196
7196
|
|
|
7197
|
-
const __vue_component__$
|
|
7198
|
-
render: __vue_render__$
|
|
7199
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7200
|
-
}, __vue_inject_styles__$
|
|
7197
|
+
const __vue_component__$G = /*#__PURE__*/normalizeComponent({
|
|
7198
|
+
render: __vue_render__$n,
|
|
7199
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
7200
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
|
|
7201
7201
|
|
|
7202
|
-
var __vue_component__$
|
|
7202
|
+
var __vue_component__$H = __vue_component__$G;
|
|
7203
7203
|
|
|
7204
|
-
var script$
|
|
7204
|
+
var script$m = {
|
|
7205
7205
|
name: "FilterPanel",
|
|
7206
7206
|
components: {
|
|
7207
7207
|
VcLayout,
|
|
@@ -7230,10 +7230,10 @@ var script$j = {
|
|
|
7230
7230
|
};
|
|
7231
7231
|
|
|
7232
7232
|
/* script */
|
|
7233
|
-
const __vue_script__$
|
|
7233
|
+
const __vue_script__$m = script$m;
|
|
7234
7234
|
/* template */
|
|
7235
7235
|
|
|
7236
|
-
var __vue_render__$
|
|
7236
|
+
var __vue_render__$m = function () {
|
|
7237
7237
|
var _vm = this;
|
|
7238
7238
|
|
|
7239
7239
|
var _h = _vm.$createElement;
|
|
@@ -7289,10 +7289,10 @@ var __vue_render__$j = function () {
|
|
|
7289
7289
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2)], 1)], 1);
|
|
7290
7290
|
};
|
|
7291
7291
|
|
|
7292
|
-
var __vue_staticRenderFns__$
|
|
7292
|
+
var __vue_staticRenderFns__$m = [];
|
|
7293
7293
|
/* style */
|
|
7294
7294
|
|
|
7295
|
-
const __vue_inject_styles__$
|
|
7295
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
7296
7296
|
if (!inject) return;
|
|
7297
7297
|
inject("data-v-44aac954_0", {
|
|
7298
7298
|
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)}",
|
|
@@ -7303,23 +7303,23 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
7303
7303
|
/* scoped */
|
|
7304
7304
|
|
|
7305
7305
|
|
|
7306
|
-
const __vue_scope_id__$
|
|
7306
|
+
const __vue_scope_id__$m = "data-v-44aac954";
|
|
7307
7307
|
/* module identifier */
|
|
7308
7308
|
|
|
7309
|
-
const __vue_module_identifier__$
|
|
7309
|
+
const __vue_module_identifier__$m = undefined;
|
|
7310
7310
|
/* functional template */
|
|
7311
7311
|
|
|
7312
|
-
const __vue_is_functional_template__$
|
|
7312
|
+
const __vue_is_functional_template__$m = false;
|
|
7313
7313
|
/* style inject SSR */
|
|
7314
7314
|
|
|
7315
7315
|
/* style inject shadow dom */
|
|
7316
7316
|
|
|
7317
|
-
const __vue_component__$
|
|
7318
|
-
render: __vue_render__$
|
|
7319
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7320
|
-
}, __vue_inject_styles__$
|
|
7317
|
+
const __vue_component__$E = /*#__PURE__*/normalizeComponent({
|
|
7318
|
+
render: __vue_render__$m,
|
|
7319
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
7320
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
7321
7321
|
|
|
7322
|
-
var __vue_component__$
|
|
7322
|
+
var __vue_component__$F = __vue_component__$E;
|
|
7323
7323
|
|
|
7324
7324
|
//
|
|
7325
7325
|
//
|
|
@@ -7327,7 +7327,7 @@ var __vue_component__$A = __vue_component__$z;
|
|
|
7327
7327
|
//
|
|
7328
7328
|
//
|
|
7329
7329
|
//
|
|
7330
|
-
var script$
|
|
7330
|
+
var script$l = {
|
|
7331
7331
|
components: {
|
|
7332
7332
|
VLayout: VLayout
|
|
7333
7333
|
},
|
|
@@ -7343,10 +7343,10 @@ var script$i = {
|
|
|
7343
7343
|
};
|
|
7344
7344
|
|
|
7345
7345
|
/* script */
|
|
7346
|
-
const __vue_script__$
|
|
7346
|
+
const __vue_script__$l = script$l;
|
|
7347
7347
|
/* template */
|
|
7348
7348
|
|
|
7349
|
-
var __vue_render__$
|
|
7349
|
+
var __vue_render__$l = function () {
|
|
7350
7350
|
var _vm = this;
|
|
7351
7351
|
|
|
7352
7352
|
var _h = _vm.$createElement;
|
|
@@ -7361,10 +7361,10 @@ var __vue_render__$i = function () {
|
|
|
7361
7361
|
}, [_vm._t("default")], 2);
|
|
7362
7362
|
};
|
|
7363
7363
|
|
|
7364
|
-
var __vue_staticRenderFns__$
|
|
7364
|
+
var __vue_staticRenderFns__$l = [];
|
|
7365
7365
|
/* style */
|
|
7366
7366
|
|
|
7367
|
-
const __vue_inject_styles__$
|
|
7367
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
7368
7368
|
if (!inject) return;
|
|
7369
7369
|
inject("data-v-e2463588_0", {
|
|
7370
7370
|
source: ".VcFocusArea[data-v-e2463588]{padding:var(--size-value4);background-color:var(--gray-lighten-3);border-radius:6px}",
|
|
@@ -7375,25 +7375,25 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
7375
7375
|
/* scoped */
|
|
7376
7376
|
|
|
7377
7377
|
|
|
7378
|
-
const __vue_scope_id__$
|
|
7378
|
+
const __vue_scope_id__$l = "data-v-e2463588";
|
|
7379
7379
|
/* module identifier */
|
|
7380
7380
|
|
|
7381
|
-
const __vue_module_identifier__$
|
|
7381
|
+
const __vue_module_identifier__$l = undefined;
|
|
7382
7382
|
/* functional template */
|
|
7383
7383
|
|
|
7384
|
-
const __vue_is_functional_template__$
|
|
7384
|
+
const __vue_is_functional_template__$l = false;
|
|
7385
7385
|
/* style inject SSR */
|
|
7386
7386
|
|
|
7387
7387
|
/* style inject shadow dom */
|
|
7388
7388
|
|
|
7389
|
-
const __vue_component__$
|
|
7390
|
-
render: __vue_render__$
|
|
7391
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7392
|
-
}, __vue_inject_styles__$
|
|
7389
|
+
const __vue_component__$C = /*#__PURE__*/normalizeComponent({
|
|
7390
|
+
render: __vue_render__$l,
|
|
7391
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
7392
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
7393
7393
|
|
|
7394
|
-
var __vue_component__$
|
|
7394
|
+
var __vue_component__$D = __vue_component__$C;
|
|
7395
7395
|
|
|
7396
|
-
var script$
|
|
7396
|
+
var script$k = {
|
|
7397
7397
|
name: "ListItem",
|
|
7398
7398
|
components: {
|
|
7399
7399
|
VcLayout,
|
|
@@ -7428,10 +7428,10 @@ var script$h = {
|
|
|
7428
7428
|
};
|
|
7429
7429
|
|
|
7430
7430
|
/* script */
|
|
7431
|
-
const __vue_script__$
|
|
7431
|
+
const __vue_script__$k = script$k;
|
|
7432
7432
|
/* template */
|
|
7433
7433
|
|
|
7434
|
-
var __vue_render__$
|
|
7434
|
+
var __vue_render__$k = function () {
|
|
7435
7435
|
var _vm = this;
|
|
7436
7436
|
|
|
7437
7437
|
var _h = _vm.$createElement;
|
|
@@ -7476,10 +7476,10 @@ var __vue_render__$h = function () {
|
|
|
7476
7476
|
})], 2)], 1);
|
|
7477
7477
|
};
|
|
7478
7478
|
|
|
7479
|
-
var __vue_staticRenderFns__$
|
|
7479
|
+
var __vue_staticRenderFns__$k = [];
|
|
7480
7480
|
/* style */
|
|
7481
7481
|
|
|
7482
|
-
const __vue_inject_styles__$
|
|
7482
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
7483
7483
|
if (!inject) return;
|
|
7484
7484
|
inject("data-v-0a8bbb3a_0", {
|
|
7485
7485
|
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}",
|
|
@@ -7490,25 +7490,25 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
7490
7490
|
/* scoped */
|
|
7491
7491
|
|
|
7492
7492
|
|
|
7493
|
-
const __vue_scope_id__$
|
|
7493
|
+
const __vue_scope_id__$k = "data-v-0a8bbb3a";
|
|
7494
7494
|
/* module identifier */
|
|
7495
7495
|
|
|
7496
|
-
const __vue_module_identifier__$
|
|
7496
|
+
const __vue_module_identifier__$k = undefined;
|
|
7497
7497
|
/* functional template */
|
|
7498
7498
|
|
|
7499
|
-
const __vue_is_functional_template__$
|
|
7499
|
+
const __vue_is_functional_template__$k = false;
|
|
7500
7500
|
/* style inject SSR */
|
|
7501
7501
|
|
|
7502
7502
|
/* style inject shadow dom */
|
|
7503
7503
|
|
|
7504
|
-
const __vue_component__$
|
|
7505
|
-
render: __vue_render__$
|
|
7506
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7507
|
-
}, __vue_inject_styles__$
|
|
7504
|
+
const __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
7505
|
+
render: __vue_render__$k,
|
|
7506
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
7507
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
7508
7508
|
|
|
7509
|
-
var __vue_component__$
|
|
7509
|
+
var __vue_component__$B = __vue_component__$A;
|
|
7510
7510
|
|
|
7511
|
-
var script$
|
|
7511
|
+
var script$j = {
|
|
7512
7512
|
name: "VcGroupHeader",
|
|
7513
7513
|
components: {
|
|
7514
7514
|
VcLayout
|
|
@@ -7530,10 +7530,10 @@ var script$g = {
|
|
|
7530
7530
|
};
|
|
7531
7531
|
|
|
7532
7532
|
/* script */
|
|
7533
|
-
const __vue_script__$
|
|
7533
|
+
const __vue_script__$j = script$j;
|
|
7534
7534
|
/* template */
|
|
7535
7535
|
|
|
7536
|
-
var __vue_render__$
|
|
7536
|
+
var __vue_render__$j = function () {
|
|
7537
7537
|
var _vm = this;
|
|
7538
7538
|
|
|
7539
7539
|
var _h = _vm.$createElement;
|
|
@@ -7549,10 +7549,10 @@ var __vue_render__$g = function () {
|
|
|
7549
7549
|
}, [_c('span', [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.summaryText))])]);
|
|
7550
7550
|
};
|
|
7551
7551
|
|
|
7552
|
-
var __vue_staticRenderFns__$
|
|
7552
|
+
var __vue_staticRenderFns__$j = [];
|
|
7553
7553
|
/* style */
|
|
7554
7554
|
|
|
7555
|
-
const __vue_inject_styles__$
|
|
7555
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
7556
7556
|
if (!inject) return;
|
|
7557
7557
|
inject("data-v-5cb0ff3e_0", {
|
|
7558
7558
|
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)}}",
|
|
@@ -7563,25 +7563,25 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
7563
7563
|
/* scoped */
|
|
7564
7564
|
|
|
7565
7565
|
|
|
7566
|
-
const __vue_scope_id__$
|
|
7566
|
+
const __vue_scope_id__$j = "data-v-5cb0ff3e";
|
|
7567
7567
|
/* module identifier */
|
|
7568
7568
|
|
|
7569
|
-
const __vue_module_identifier__$
|
|
7569
|
+
const __vue_module_identifier__$j = undefined;
|
|
7570
7570
|
/* functional template */
|
|
7571
7571
|
|
|
7572
|
-
const __vue_is_functional_template__$
|
|
7572
|
+
const __vue_is_functional_template__$j = false;
|
|
7573
7573
|
/* style inject SSR */
|
|
7574
7574
|
|
|
7575
7575
|
/* style inject shadow dom */
|
|
7576
7576
|
|
|
7577
|
-
const __vue_component__$
|
|
7578
|
-
render: __vue_render__$
|
|
7579
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7580
|
-
}, __vue_inject_styles__$
|
|
7577
|
+
const __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
7578
|
+
render: __vue_render__$j,
|
|
7579
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
7580
|
+
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
|
|
7581
7581
|
|
|
7582
|
-
var __vue_component__$
|
|
7582
|
+
var __vue_component__$z = __vue_component__$y;
|
|
7583
7583
|
|
|
7584
|
-
var script$
|
|
7584
|
+
var script$i = {
|
|
7585
7585
|
name: "VcBanner",
|
|
7586
7586
|
components: {
|
|
7587
7587
|
VcImage,
|
|
@@ -7631,10 +7631,10 @@ var script$f = {
|
|
|
7631
7631
|
};
|
|
7632
7632
|
|
|
7633
7633
|
/* script */
|
|
7634
|
-
const __vue_script__$
|
|
7634
|
+
const __vue_script__$i = script$i;
|
|
7635
7635
|
/* template */
|
|
7636
7636
|
|
|
7637
|
-
var __vue_render__$
|
|
7637
|
+
var __vue_render__$i = function () {
|
|
7638
7638
|
var _vm = this;
|
|
7639
7639
|
|
|
7640
7640
|
var _h = _vm.$createElement;
|
|
@@ -7718,10 +7718,10 @@ var __vue_render__$f = function () {
|
|
|
7718
7718
|
}) : _vm._e()], 1);
|
|
7719
7719
|
};
|
|
7720
7720
|
|
|
7721
|
-
var __vue_staticRenderFns__$
|
|
7721
|
+
var __vue_staticRenderFns__$i = [];
|
|
7722
7722
|
/* style */
|
|
7723
7723
|
|
|
7724
|
-
const __vue_inject_styles__$
|
|
7724
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
7725
7725
|
if (!inject) return;
|
|
7726
7726
|
inject("data-v-b6def40c_0", {
|
|
7727
7727
|
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)}",
|
|
@@ -7732,25 +7732,25 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
7732
7732
|
/* scoped */
|
|
7733
7733
|
|
|
7734
7734
|
|
|
7735
|
-
const __vue_scope_id__$
|
|
7735
|
+
const __vue_scope_id__$i = "data-v-b6def40c";
|
|
7736
7736
|
/* module identifier */
|
|
7737
7737
|
|
|
7738
|
-
const __vue_module_identifier__$
|
|
7738
|
+
const __vue_module_identifier__$i = undefined;
|
|
7739
7739
|
/* functional template */
|
|
7740
7740
|
|
|
7741
|
-
const __vue_is_functional_template__$
|
|
7741
|
+
const __vue_is_functional_template__$i = false;
|
|
7742
7742
|
/* style inject SSR */
|
|
7743
7743
|
|
|
7744
7744
|
/* style inject shadow dom */
|
|
7745
7745
|
|
|
7746
|
-
const __vue_component__$
|
|
7747
|
-
render: __vue_render__$
|
|
7748
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7749
|
-
}, __vue_inject_styles__$
|
|
7746
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
7747
|
+
render: __vue_render__$i,
|
|
7748
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
7749
|
+
}, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
|
|
7750
7750
|
|
|
7751
|
-
var __vue_component__$
|
|
7751
|
+
var __vue_component__$x = __vue_component__$w;
|
|
7752
7752
|
|
|
7753
|
-
var script$
|
|
7753
|
+
var script$h = {
|
|
7754
7754
|
name: "VcWizardCtaContainer",
|
|
7755
7755
|
components: {
|
|
7756
7756
|
VcButton,
|
|
@@ -7781,10 +7781,10 @@ var script$e = {
|
|
|
7781
7781
|
};
|
|
7782
7782
|
|
|
7783
7783
|
/* script */
|
|
7784
|
-
const __vue_script__$
|
|
7784
|
+
const __vue_script__$h = script$h;
|
|
7785
7785
|
/* template */
|
|
7786
7786
|
|
|
7787
|
-
var __vue_render__$
|
|
7787
|
+
var __vue_render__$h = function () {
|
|
7788
7788
|
var _vm = this;
|
|
7789
7789
|
|
|
7790
7790
|
var _h = _vm.$createElement;
|
|
@@ -7824,10 +7824,10 @@ var __vue_render__$e = function () {
|
|
|
7824
7824
|
}, [_vm._v("\n " + _vm._s(_vm.nextButtonLabel) + "\n ")])], 1);
|
|
7825
7825
|
};
|
|
7826
7826
|
|
|
7827
|
-
var __vue_staticRenderFns__$
|
|
7827
|
+
var __vue_staticRenderFns__$h = [];
|
|
7828
7828
|
/* style */
|
|
7829
7829
|
|
|
7830
|
-
const __vue_inject_styles__$
|
|
7830
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
7831
7831
|
if (!inject) return;
|
|
7832
7832
|
inject("data-v-1df05a63_0", {
|
|
7833
7833
|
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)}",
|
|
@@ -7838,25 +7838,25 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
7838
7838
|
/* scoped */
|
|
7839
7839
|
|
|
7840
7840
|
|
|
7841
|
-
const __vue_scope_id__$
|
|
7841
|
+
const __vue_scope_id__$h = "data-v-1df05a63";
|
|
7842
7842
|
/* module identifier */
|
|
7843
7843
|
|
|
7844
|
-
const __vue_module_identifier__$
|
|
7844
|
+
const __vue_module_identifier__$h = undefined;
|
|
7845
7845
|
/* functional template */
|
|
7846
7846
|
|
|
7847
|
-
const __vue_is_functional_template__$
|
|
7847
|
+
const __vue_is_functional_template__$h = false;
|
|
7848
7848
|
/* style inject SSR */
|
|
7849
7849
|
|
|
7850
7850
|
/* style inject shadow dom */
|
|
7851
7851
|
|
|
7852
|
-
const __vue_component__$
|
|
7853
|
-
render: __vue_render__$
|
|
7854
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7855
|
-
}, __vue_inject_styles__$
|
|
7852
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
7853
|
+
render: __vue_render__$h,
|
|
7854
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
7855
|
+
}, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
|
|
7856
7856
|
|
|
7857
|
-
var VcWizardCtaContainer = __vue_component__$
|
|
7857
|
+
var VcWizardCtaContainer = __vue_component__$v;
|
|
7858
7858
|
|
|
7859
|
-
var script$
|
|
7859
|
+
var script$g = {
|
|
7860
7860
|
name: "VcStepperContent",
|
|
7861
7861
|
model: {
|
|
7862
7862
|
prop: 'currentStep'
|
|
@@ -7975,10 +7975,10 @@ var script$d = {
|
|
|
7975
7975
|
};
|
|
7976
7976
|
|
|
7977
7977
|
/* script */
|
|
7978
|
-
const __vue_script__$
|
|
7978
|
+
const __vue_script__$g = script$g;
|
|
7979
7979
|
/* template */
|
|
7980
7980
|
|
|
7981
|
-
var __vue_render__$
|
|
7981
|
+
var __vue_render__$g = function () {
|
|
7982
7982
|
var _vm = this;
|
|
7983
7983
|
|
|
7984
7984
|
var _h = _vm.$createElement;
|
|
@@ -8067,10 +8067,10 @@ var __vue_render__$d = function () {
|
|
|
8067
8067
|
}), 1)], 1)], 1);
|
|
8068
8068
|
};
|
|
8069
8069
|
|
|
8070
|
-
var __vue_staticRenderFns__$
|
|
8070
|
+
var __vue_staticRenderFns__$g = [];
|
|
8071
8071
|
/* style */
|
|
8072
8072
|
|
|
8073
|
-
const __vue_inject_styles__$
|
|
8073
|
+
const __vue_inject_styles__$g = function (inject) {
|
|
8074
8074
|
if (!inject) return;
|
|
8075
8075
|
inject("data-v-4a2a7ae5_0", {
|
|
8076
8076
|
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}",
|
|
@@ -8081,25 +8081,25 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
8081
8081
|
/* scoped */
|
|
8082
8082
|
|
|
8083
8083
|
|
|
8084
|
-
const __vue_scope_id__$
|
|
8084
|
+
const __vue_scope_id__$g = "data-v-4a2a7ae5";
|
|
8085
8085
|
/* module identifier */
|
|
8086
8086
|
|
|
8087
|
-
const __vue_module_identifier__$
|
|
8087
|
+
const __vue_module_identifier__$g = undefined;
|
|
8088
8088
|
/* functional template */
|
|
8089
8089
|
|
|
8090
|
-
const __vue_is_functional_template__$
|
|
8090
|
+
const __vue_is_functional_template__$g = false;
|
|
8091
8091
|
/* style inject SSR */
|
|
8092
8092
|
|
|
8093
8093
|
/* style inject shadow dom */
|
|
8094
8094
|
|
|
8095
|
-
const __vue_component__$
|
|
8096
|
-
render: __vue_render__$
|
|
8097
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8098
|
-
}, __vue_inject_styles__$
|
|
8095
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
8096
|
+
render: __vue_render__$g,
|
|
8097
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
8098
|
+
}, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
|
|
8099
8099
|
|
|
8100
|
-
var VcStepperContent = __vue_component__$
|
|
8100
|
+
var VcStepperContent = __vue_component__$u;
|
|
8101
8101
|
|
|
8102
|
-
var script$
|
|
8102
|
+
var script$f = {
|
|
8103
8103
|
name: "VcWizard",
|
|
8104
8104
|
components: {
|
|
8105
8105
|
VcStepsBar,
|
|
@@ -8218,10 +8218,10 @@ var script$c = {
|
|
|
8218
8218
|
};
|
|
8219
8219
|
|
|
8220
8220
|
/* script */
|
|
8221
|
-
const __vue_script__$
|
|
8221
|
+
const __vue_script__$f = script$f;
|
|
8222
8222
|
/* template */
|
|
8223
8223
|
|
|
8224
|
-
var __vue_render__$
|
|
8224
|
+
var __vue_render__$f = function () {
|
|
8225
8225
|
var _vm = this;
|
|
8226
8226
|
|
|
8227
8227
|
var _h = _vm.$createElement;
|
|
@@ -8275,10 +8275,10 @@ var __vue_render__$c = function () {
|
|
|
8275
8275
|
})], 1);
|
|
8276
8276
|
};
|
|
8277
8277
|
|
|
8278
|
-
var __vue_staticRenderFns__$
|
|
8278
|
+
var __vue_staticRenderFns__$f = [];
|
|
8279
8279
|
/* style */
|
|
8280
8280
|
|
|
8281
|
-
const __vue_inject_styles__$
|
|
8281
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
8282
8282
|
if (!inject) return;
|
|
8283
8283
|
inject("data-v-b6c4a2b8_0", {
|
|
8284
8284
|
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}",
|
|
@@ -8289,23 +8289,23 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
8289
8289
|
/* scoped */
|
|
8290
8290
|
|
|
8291
8291
|
|
|
8292
|
-
const __vue_scope_id__$
|
|
8292
|
+
const __vue_scope_id__$f = "data-v-b6c4a2b8";
|
|
8293
8293
|
/* module identifier */
|
|
8294
8294
|
|
|
8295
|
-
const __vue_module_identifier__$
|
|
8295
|
+
const __vue_module_identifier__$f = undefined;
|
|
8296
8296
|
/* functional template */
|
|
8297
8297
|
|
|
8298
|
-
const __vue_is_functional_template__$
|
|
8298
|
+
const __vue_is_functional_template__$f = false;
|
|
8299
8299
|
/* style inject SSR */
|
|
8300
8300
|
|
|
8301
8301
|
/* style inject shadow dom */
|
|
8302
8302
|
|
|
8303
|
-
const __vue_component__$
|
|
8304
|
-
render: __vue_render__$
|
|
8305
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8306
|
-
}, __vue_inject_styles__$
|
|
8303
|
+
const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
8304
|
+
render: __vue_render__$f,
|
|
8305
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
8306
|
+
}, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
|
|
8307
8307
|
|
|
8308
|
-
var __vue_component__$
|
|
8308
|
+
var __vue_component__$t = __vue_component__$s;
|
|
8309
8309
|
|
|
8310
8310
|
//
|
|
8311
8311
|
//
|
|
@@ -8323,7 +8323,7 @@ var __vue_component__$o = __vue_component__$n;
|
|
|
8323
8323
|
//
|
|
8324
8324
|
//
|
|
8325
8325
|
//
|
|
8326
|
-
var script$
|
|
8326
|
+
var script$e = {
|
|
8327
8327
|
name: 'VcBadge',
|
|
8328
8328
|
components: {
|
|
8329
8329
|
VBadge: VBadge
|
|
@@ -8356,10 +8356,10 @@ var script$b = {
|
|
|
8356
8356
|
};
|
|
8357
8357
|
|
|
8358
8358
|
/* script */
|
|
8359
|
-
const __vue_script__$
|
|
8359
|
+
const __vue_script__$e = script$e;
|
|
8360
8360
|
/* template */
|
|
8361
8361
|
|
|
8362
|
-
var __vue_render__$
|
|
8362
|
+
var __vue_render__$e = function () {
|
|
8363
8363
|
var _vm = this;
|
|
8364
8364
|
|
|
8365
8365
|
var _h = _vm.$createElement;
|
|
@@ -8385,10 +8385,10 @@ var __vue_render__$b = function () {
|
|
|
8385
8385
|
}, [_vm._t("default")], 2)], 1);
|
|
8386
8386
|
};
|
|
8387
8387
|
|
|
8388
|
-
var __vue_staticRenderFns__$
|
|
8388
|
+
var __vue_staticRenderFns__$e = [];
|
|
8389
8389
|
/* style */
|
|
8390
8390
|
|
|
8391
|
-
const __vue_inject_styles__$
|
|
8391
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
8392
8392
|
if (!inject) return;
|
|
8393
8393
|
inject("data-v-4edabf76_0", {
|
|
8394
8394
|
source: "[data-v-4edabf76] .v-icon__component{height:12px;width:12px}",
|
|
@@ -8399,25 +8399,25 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
8399
8399
|
/* scoped */
|
|
8400
8400
|
|
|
8401
8401
|
|
|
8402
|
-
const __vue_scope_id__$
|
|
8402
|
+
const __vue_scope_id__$e = "data-v-4edabf76";
|
|
8403
8403
|
/* module identifier */
|
|
8404
8404
|
|
|
8405
|
-
const __vue_module_identifier__$
|
|
8405
|
+
const __vue_module_identifier__$e = undefined;
|
|
8406
8406
|
/* functional template */
|
|
8407
8407
|
|
|
8408
|
-
const __vue_is_functional_template__$
|
|
8408
|
+
const __vue_is_functional_template__$e = false;
|
|
8409
8409
|
/* style inject SSR */
|
|
8410
8410
|
|
|
8411
8411
|
/* style inject shadow dom */
|
|
8412
8412
|
|
|
8413
|
-
const __vue_component__$
|
|
8414
|
-
render: __vue_render__$
|
|
8415
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8416
|
-
}, __vue_inject_styles__$
|
|
8413
|
+
const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
8414
|
+
render: __vue_render__$e,
|
|
8415
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
8416
|
+
}, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
|
|
8417
8417
|
|
|
8418
|
-
var __vue_component__$
|
|
8418
|
+
var __vue_component__$r = __vue_component__$q;
|
|
8419
8419
|
|
|
8420
|
-
var script$
|
|
8420
|
+
var script$d = {
|
|
8421
8421
|
name: "VcUpsellBlock",
|
|
8422
8422
|
components: {
|
|
8423
8423
|
VcImage,
|
|
@@ -8482,10 +8482,10 @@ var script$a = {
|
|
|
8482
8482
|
};
|
|
8483
8483
|
|
|
8484
8484
|
/* script */
|
|
8485
|
-
const __vue_script__$
|
|
8485
|
+
const __vue_script__$d = script$d;
|
|
8486
8486
|
/* template */
|
|
8487
8487
|
|
|
8488
|
-
var __vue_render__$
|
|
8488
|
+
var __vue_render__$d = function () {
|
|
8489
8489
|
var _vm = this;
|
|
8490
8490
|
|
|
8491
8491
|
var _h = _vm.$createElement;
|
|
@@ -8549,10 +8549,10 @@ var __vue_render__$a = function () {
|
|
|
8549
8549
|
})], 1)], 1);
|
|
8550
8550
|
};
|
|
8551
8551
|
|
|
8552
|
-
var __vue_staticRenderFns__$
|
|
8552
|
+
var __vue_staticRenderFns__$d = [];
|
|
8553
8553
|
/* style */
|
|
8554
8554
|
|
|
8555
|
-
const __vue_inject_styles__$
|
|
8555
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
8556
8556
|
if (!inject) return;
|
|
8557
8557
|
inject("data-v-3e23f57f_0", {
|
|
8558
8558
|
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}}",
|
|
@@ -8563,25 +8563,25 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
8563
8563
|
/* scoped */
|
|
8564
8564
|
|
|
8565
8565
|
|
|
8566
|
-
const __vue_scope_id__$
|
|
8566
|
+
const __vue_scope_id__$d = "data-v-3e23f57f";
|
|
8567
8567
|
/* module identifier */
|
|
8568
8568
|
|
|
8569
|
-
const __vue_module_identifier__$
|
|
8569
|
+
const __vue_module_identifier__$d = undefined;
|
|
8570
8570
|
/* functional template */
|
|
8571
8571
|
|
|
8572
|
-
const __vue_is_functional_template__$
|
|
8572
|
+
const __vue_is_functional_template__$d = false;
|
|
8573
8573
|
/* style inject SSR */
|
|
8574
8574
|
|
|
8575
8575
|
/* style inject shadow dom */
|
|
8576
8576
|
|
|
8577
|
-
const __vue_component__$
|
|
8578
|
-
render: __vue_render__$
|
|
8579
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8580
|
-
}, __vue_inject_styles__$
|
|
8577
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
8578
|
+
render: __vue_render__$d,
|
|
8579
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
8580
|
+
}, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
|
|
8581
8581
|
|
|
8582
|
-
var __vue_component__$
|
|
8582
|
+
var __vue_component__$p = __vue_component__$o;
|
|
8583
8583
|
|
|
8584
|
-
var script$
|
|
8584
|
+
var script$c = {
|
|
8585
8585
|
name: "VcDropzone",
|
|
8586
8586
|
components: {
|
|
8587
8587
|
VcLayout
|
|
@@ -8673,10 +8673,10 @@ var script$9 = {
|
|
|
8673
8673
|
};
|
|
8674
8674
|
|
|
8675
8675
|
/* script */
|
|
8676
|
-
const __vue_script__$
|
|
8676
|
+
const __vue_script__$c = script$c;
|
|
8677
8677
|
/* template */
|
|
8678
8678
|
|
|
8679
|
-
var __vue_render__$
|
|
8679
|
+
var __vue_render__$c = function () {
|
|
8680
8680
|
var _vm = this;
|
|
8681
8681
|
|
|
8682
8682
|
var _h = _vm.$createElement;
|
|
@@ -8744,10 +8744,10 @@ var __vue_render__$9 = function () {
|
|
|
8744
8744
|
})], 2)]);
|
|
8745
8745
|
};
|
|
8746
8746
|
|
|
8747
|
-
var __vue_staticRenderFns__$
|
|
8747
|
+
var __vue_staticRenderFns__$c = [];
|
|
8748
8748
|
/* style */
|
|
8749
8749
|
|
|
8750
|
-
const __vue_inject_styles__$
|
|
8750
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
8751
8751
|
if (!inject) return;
|
|
8752
8752
|
inject("data-v-7efc8e1b_0", {
|
|
8753
8753
|
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)}",
|
|
@@ -8758,25 +8758,25 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
8758
8758
|
/* scoped */
|
|
8759
8759
|
|
|
8760
8760
|
|
|
8761
|
-
const __vue_scope_id__$
|
|
8761
|
+
const __vue_scope_id__$c = "data-v-7efc8e1b";
|
|
8762
8762
|
/* module identifier */
|
|
8763
8763
|
|
|
8764
|
-
const __vue_module_identifier__$
|
|
8764
|
+
const __vue_module_identifier__$c = undefined;
|
|
8765
8765
|
/* functional template */
|
|
8766
8766
|
|
|
8767
|
-
const __vue_is_functional_template__$
|
|
8767
|
+
const __vue_is_functional_template__$c = false;
|
|
8768
8768
|
/* style inject SSR */
|
|
8769
8769
|
|
|
8770
8770
|
/* style inject shadow dom */
|
|
8771
8771
|
|
|
8772
|
-
const __vue_component__$
|
|
8773
|
-
render: __vue_render__$
|
|
8774
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8775
|
-
}, __vue_inject_styles__$
|
|
8772
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
8773
|
+
render: __vue_render__$c,
|
|
8774
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
8775
|
+
}, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
|
|
8776
8776
|
|
|
8777
|
-
var __vue_component__$
|
|
8777
|
+
var __vue_component__$n = __vue_component__$m;
|
|
8778
8778
|
|
|
8779
|
-
var script$
|
|
8779
|
+
var script$b = {
|
|
8780
8780
|
name: "VcRadio",
|
|
8781
8781
|
components: {
|
|
8782
8782
|
VcTooltip,
|
|
@@ -8807,10 +8807,10 @@ var script$8 = {
|
|
|
8807
8807
|
};
|
|
8808
8808
|
|
|
8809
8809
|
/* script */
|
|
8810
|
-
const __vue_script__$
|
|
8810
|
+
const __vue_script__$b = script$b;
|
|
8811
8811
|
/* template */
|
|
8812
8812
|
|
|
8813
|
-
var __vue_render__$
|
|
8813
|
+
var __vue_render__$b = function () {
|
|
8814
8814
|
var _vm = this;
|
|
8815
8815
|
|
|
8816
8816
|
var _h = _vm.$createElement;
|
|
@@ -8858,10 +8858,10 @@ var __vue_render__$8 = function () {
|
|
|
8858
8858
|
});
|
|
8859
8859
|
};
|
|
8860
8860
|
|
|
8861
|
-
var __vue_staticRenderFns__$
|
|
8861
|
+
var __vue_staticRenderFns__$b = [];
|
|
8862
8862
|
/* style */
|
|
8863
8863
|
|
|
8864
|
-
const __vue_inject_styles__$
|
|
8864
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
8865
8865
|
if (!inject) return;
|
|
8866
8866
|
inject("data-v-729dbbdc_0", {
|
|
8867
8867
|
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)}",
|
|
@@ -8872,25 +8872,25 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
8872
8872
|
/* scoped */
|
|
8873
8873
|
|
|
8874
8874
|
|
|
8875
|
-
const __vue_scope_id__$
|
|
8875
|
+
const __vue_scope_id__$b = "data-v-729dbbdc";
|
|
8876
8876
|
/* module identifier */
|
|
8877
8877
|
|
|
8878
|
-
const __vue_module_identifier__$
|
|
8878
|
+
const __vue_module_identifier__$b = undefined;
|
|
8879
8879
|
/* functional template */
|
|
8880
8880
|
|
|
8881
|
-
const __vue_is_functional_template__$
|
|
8881
|
+
const __vue_is_functional_template__$b = false;
|
|
8882
8882
|
/* style inject SSR */
|
|
8883
8883
|
|
|
8884
8884
|
/* style inject shadow dom */
|
|
8885
8885
|
|
|
8886
|
-
const __vue_component__$
|
|
8887
|
-
render: __vue_render__$
|
|
8888
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8889
|
-
}, __vue_inject_styles__$
|
|
8886
|
+
const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
8887
|
+
render: __vue_render__$b,
|
|
8888
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
8889
|
+
}, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
|
|
8890
8890
|
|
|
8891
|
-
var VcRadio = __vue_component__$
|
|
8891
|
+
var VcRadio = __vue_component__$l;
|
|
8892
8892
|
|
|
8893
|
-
var script$
|
|
8893
|
+
var script$a = {
|
|
8894
8894
|
name: "VcRadioGroup",
|
|
8895
8895
|
components: {
|
|
8896
8896
|
VcRadio,
|
|
@@ -8926,10 +8926,10 @@ var script$7 = {
|
|
|
8926
8926
|
};
|
|
8927
8927
|
|
|
8928
8928
|
/* script */
|
|
8929
|
-
const __vue_script__$
|
|
8929
|
+
const __vue_script__$a = script$a;
|
|
8930
8930
|
/* template */
|
|
8931
8931
|
|
|
8932
|
-
var __vue_render__$
|
|
8932
|
+
var __vue_render__$a = function () {
|
|
8933
8933
|
var _vm = this;
|
|
8934
8934
|
|
|
8935
8935
|
var _h = _vm.$createElement;
|
|
@@ -8975,10 +8975,10 @@ var __vue_render__$7 = function () {
|
|
|
8975
8975
|
}), 1)], 1);
|
|
8976
8976
|
};
|
|
8977
8977
|
|
|
8978
|
-
var __vue_staticRenderFns__$
|
|
8978
|
+
var __vue_staticRenderFns__$a = [];
|
|
8979
8979
|
/* style */
|
|
8980
8980
|
|
|
8981
|
-
const __vue_inject_styles__$
|
|
8981
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
8982
8982
|
if (!inject) return;
|
|
8983
8983
|
inject("data-v-0bf8cc5c_0", {
|
|
8984
8984
|
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)}",
|
|
@@ -8989,25 +8989,25 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
8989
8989
|
/* scoped */
|
|
8990
8990
|
|
|
8991
8991
|
|
|
8992
|
-
const __vue_scope_id__$
|
|
8992
|
+
const __vue_scope_id__$a = "data-v-0bf8cc5c";
|
|
8993
8993
|
/* module identifier */
|
|
8994
8994
|
|
|
8995
|
-
const __vue_module_identifier__$
|
|
8995
|
+
const __vue_module_identifier__$a = undefined;
|
|
8996
8996
|
/* functional template */
|
|
8997
8997
|
|
|
8998
|
-
const __vue_is_functional_template__$
|
|
8998
|
+
const __vue_is_functional_template__$a = false;
|
|
8999
8999
|
/* style inject SSR */
|
|
9000
9000
|
|
|
9001
9001
|
/* style inject shadow dom */
|
|
9002
9002
|
|
|
9003
|
-
const __vue_component__$
|
|
9004
|
-
render: __vue_render__$
|
|
9005
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9006
|
-
}, __vue_inject_styles__$
|
|
9003
|
+
const __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
9004
|
+
render: __vue_render__$a,
|
|
9005
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
9006
|
+
}, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
|
|
9007
9007
|
|
|
9008
|
-
var __vue_component__$
|
|
9008
|
+
var __vue_component__$k = __vue_component__$j;
|
|
9009
9009
|
|
|
9010
|
-
var script$
|
|
9010
|
+
var script$9 = {
|
|
9011
9011
|
name: "VcSegmentedControl",
|
|
9012
9012
|
components: {
|
|
9013
9013
|
VcIcon,
|
|
@@ -9043,10 +9043,10 @@ var script$6 = {
|
|
|
9043
9043
|
};
|
|
9044
9044
|
|
|
9045
9045
|
/* script */
|
|
9046
|
-
const __vue_script__$
|
|
9046
|
+
const __vue_script__$9 = script$9;
|
|
9047
9047
|
/* template */
|
|
9048
9048
|
|
|
9049
|
-
var __vue_render__$
|
|
9049
|
+
var __vue_render__$9 = function () {
|
|
9050
9050
|
var _vm = this;
|
|
9051
9051
|
|
|
9052
9052
|
var _h = _vm.$createElement;
|
|
@@ -9082,10 +9082,10 @@ var __vue_render__$6 = function () {
|
|
|
9082
9082
|
}), 1);
|
|
9083
9083
|
};
|
|
9084
9084
|
|
|
9085
|
-
var __vue_staticRenderFns__$
|
|
9085
|
+
var __vue_staticRenderFns__$9 = [];
|
|
9086
9086
|
/* style */
|
|
9087
9087
|
|
|
9088
|
-
const __vue_inject_styles__$
|
|
9088
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
9089
9089
|
if (!inject) return;
|
|
9090
9090
|
inject("data-v-ebfb67c4_0", {
|
|
9091
9091
|
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)}",
|
|
@@ -9096,23 +9096,23 @@ const __vue_inject_styles__$6 = function (inject) {
|
|
|
9096
9096
|
/* scoped */
|
|
9097
9097
|
|
|
9098
9098
|
|
|
9099
|
-
const __vue_scope_id__$
|
|
9099
|
+
const __vue_scope_id__$9 = "data-v-ebfb67c4";
|
|
9100
9100
|
/* module identifier */
|
|
9101
9101
|
|
|
9102
|
-
const __vue_module_identifier__$
|
|
9102
|
+
const __vue_module_identifier__$9 = undefined;
|
|
9103
9103
|
/* functional template */
|
|
9104
9104
|
|
|
9105
|
-
const __vue_is_functional_template__$
|
|
9105
|
+
const __vue_is_functional_template__$9 = false;
|
|
9106
9106
|
/* style inject SSR */
|
|
9107
9107
|
|
|
9108
9108
|
/* style inject shadow dom */
|
|
9109
9109
|
|
|
9110
|
-
const __vue_component__$
|
|
9111
|
-
render: __vue_render__$
|
|
9112
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9113
|
-
}, __vue_inject_styles__$
|
|
9110
|
+
const __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
9111
|
+
render: __vue_render__$9,
|
|
9112
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
9113
|
+
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
|
|
9114
9114
|
|
|
9115
|
-
var __vue_component__$
|
|
9115
|
+
var __vue_component__$i = __vue_component__$h;
|
|
9116
9116
|
|
|
9117
9117
|
const FORMATS = {
|
|
9118
9118
|
DOCUMENT: ['doc', 'docx'],
|
|
@@ -9124,7 +9124,7 @@ const FORMATS = {
|
|
|
9124
9124
|
AUDIO: ['mp3', 'wav'],
|
|
9125
9125
|
VIDEO: ['avi', 'mp4', 'mkv', 'mov']
|
|
9126
9126
|
};
|
|
9127
|
-
var script$
|
|
9127
|
+
var script$8 = {
|
|
9128
9128
|
name: "VcDocItem",
|
|
9129
9129
|
components: {
|
|
9130
9130
|
VcButton,
|
|
@@ -9219,10 +9219,10 @@ var script$5 = {
|
|
|
9219
9219
|
};
|
|
9220
9220
|
|
|
9221
9221
|
/* script */
|
|
9222
|
-
const __vue_script__$
|
|
9222
|
+
const __vue_script__$8 = script$8;
|
|
9223
9223
|
/* template */
|
|
9224
9224
|
|
|
9225
|
-
var __vue_render__$
|
|
9225
|
+
var __vue_render__$8 = function () {
|
|
9226
9226
|
var _vm = this;
|
|
9227
9227
|
|
|
9228
9228
|
var _h = _vm.$createElement;
|
|
@@ -9314,10 +9314,10 @@ var __vue_render__$5 = function () {
|
|
|
9314
9314
|
}), 1) : _vm._e()]);
|
|
9315
9315
|
};
|
|
9316
9316
|
|
|
9317
|
-
var __vue_staticRenderFns__$
|
|
9317
|
+
var __vue_staticRenderFns__$8 = [];
|
|
9318
9318
|
/* style */
|
|
9319
9319
|
|
|
9320
|
-
const __vue_inject_styles__$
|
|
9320
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
9321
9321
|
if (!inject) return;
|
|
9322
9322
|
inject("data-v-3b804381_0", {
|
|
9323
9323
|
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}",
|
|
@@ -9328,23 +9328,23 @@ const __vue_inject_styles__$5 = function (inject) {
|
|
|
9328
9328
|
/* scoped */
|
|
9329
9329
|
|
|
9330
9330
|
|
|
9331
|
-
const __vue_scope_id__$
|
|
9331
|
+
const __vue_scope_id__$8 = "data-v-3b804381";
|
|
9332
9332
|
/* module identifier */
|
|
9333
9333
|
|
|
9334
|
-
const __vue_module_identifier__$
|
|
9334
|
+
const __vue_module_identifier__$8 = undefined;
|
|
9335
9335
|
/* functional template */
|
|
9336
9336
|
|
|
9337
|
-
const __vue_is_functional_template__$
|
|
9337
|
+
const __vue_is_functional_template__$8 = false;
|
|
9338
9338
|
/* style inject SSR */
|
|
9339
9339
|
|
|
9340
9340
|
/* style inject shadow dom */
|
|
9341
9341
|
|
|
9342
|
-
const __vue_component__$
|
|
9343
|
-
render: __vue_render__$
|
|
9344
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9345
|
-
}, __vue_inject_styles__$
|
|
9342
|
+
const __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
9343
|
+
render: __vue_render__$8,
|
|
9344
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
9345
|
+
}, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
|
|
9346
9346
|
|
|
9347
|
-
var __vue_component__$
|
|
9347
|
+
var __vue_component__$g = __vue_component__$f;
|
|
9348
9348
|
|
|
9349
9349
|
//
|
|
9350
9350
|
//
|
|
@@ -9352,7 +9352,7 @@ var __vue_component__$b = __vue_component__$a;
|
|
|
9352
9352
|
//
|
|
9353
9353
|
//
|
|
9354
9354
|
//
|
|
9355
|
-
var script$
|
|
9355
|
+
var script$7 = {
|
|
9356
9356
|
name: "VcTimeSince",
|
|
9357
9357
|
props: {
|
|
9358
9358
|
timestamp: {
|
|
@@ -9424,10 +9424,10 @@ var script$4 = {
|
|
|
9424
9424
|
};
|
|
9425
9425
|
|
|
9426
9426
|
/* script */
|
|
9427
|
-
const __vue_script__$
|
|
9427
|
+
const __vue_script__$7 = script$7;
|
|
9428
9428
|
/* template */
|
|
9429
9429
|
|
|
9430
|
-
var __vue_render__$
|
|
9430
|
+
var __vue_render__$7 = function () {
|
|
9431
9431
|
var _vm = this;
|
|
9432
9432
|
|
|
9433
9433
|
var _h = _vm.$createElement;
|
|
@@ -9441,33 +9441,33 @@ var __vue_render__$4 = function () {
|
|
|
9441
9441
|
}, [_vm._v("\n " + _vm._s(_vm.timeSince) + "\n")]);
|
|
9442
9442
|
};
|
|
9443
9443
|
|
|
9444
|
-
var __vue_staticRenderFns__$
|
|
9444
|
+
var __vue_staticRenderFns__$7 = [];
|
|
9445
9445
|
/* style */
|
|
9446
9446
|
|
|
9447
|
-
const __vue_inject_styles__$
|
|
9447
|
+
const __vue_inject_styles__$7 = undefined;
|
|
9448
9448
|
/* scoped */
|
|
9449
9449
|
|
|
9450
|
-
const __vue_scope_id__$
|
|
9450
|
+
const __vue_scope_id__$7 = undefined;
|
|
9451
9451
|
/* module identifier */
|
|
9452
9452
|
|
|
9453
|
-
const __vue_module_identifier__$
|
|
9453
|
+
const __vue_module_identifier__$7 = undefined;
|
|
9454
9454
|
/* functional template */
|
|
9455
9455
|
|
|
9456
|
-
const __vue_is_functional_template__$
|
|
9456
|
+
const __vue_is_functional_template__$7 = false;
|
|
9457
9457
|
/* style inject */
|
|
9458
9458
|
|
|
9459
9459
|
/* style inject SSR */
|
|
9460
9460
|
|
|
9461
9461
|
/* style inject shadow dom */
|
|
9462
9462
|
|
|
9463
|
-
const __vue_component__$
|
|
9464
|
-
render: __vue_render__$
|
|
9465
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9466
|
-
}, __vue_inject_styles__$
|
|
9463
|
+
const __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
9464
|
+
render: __vue_render__$7,
|
|
9465
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
9466
|
+
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, undefined, undefined);
|
|
9467
9467
|
|
|
9468
|
-
var __vue_component__$
|
|
9468
|
+
var __vue_component__$e = __vue_component__$d;
|
|
9469
9469
|
|
|
9470
|
-
var script$
|
|
9470
|
+
var script$6 = {
|
|
9471
9471
|
directives: {
|
|
9472
9472
|
Intersect: Intersect
|
|
9473
9473
|
},
|
|
@@ -9591,10 +9591,10 @@ var script$3 = {
|
|
|
9591
9591
|
};
|
|
9592
9592
|
|
|
9593
9593
|
/* script */
|
|
9594
|
-
const __vue_script__$
|
|
9594
|
+
const __vue_script__$6 = script$6;
|
|
9595
9595
|
/* template */
|
|
9596
9596
|
|
|
9597
|
-
var __vue_render__$
|
|
9597
|
+
var __vue_render__$6 = function () {
|
|
9598
9598
|
var _vm = this;
|
|
9599
9599
|
|
|
9600
9600
|
var _h = _vm.$createElement;
|
|
@@ -9636,7 +9636,6 @@ var __vue_render__$3 = function () {
|
|
|
9636
9636
|
"change": function (newVal) {
|
|
9637
9637
|
return _vm.$emit('onSelectionChange', newVal);
|
|
9638
9638
|
},
|
|
9639
|
-
"click:append": _vm.toggleMenu,
|
|
9640
9639
|
"blur": function ($event) {
|
|
9641
9640
|
_vm.focused = false;
|
|
9642
9641
|
|
|
@@ -9710,13 +9709,13 @@ var __vue_render__$3 = function () {
|
|
|
9710
9709
|
}, [_vm._v("\n " + _vm._s(_vm.errorLabel) + "\n ")]) : _vm._e()], 1);
|
|
9711
9710
|
};
|
|
9712
9711
|
|
|
9713
|
-
var __vue_staticRenderFns__$
|
|
9712
|
+
var __vue_staticRenderFns__$6 = [];
|
|
9714
9713
|
/* style */
|
|
9715
9714
|
|
|
9716
|
-
const __vue_inject_styles__$
|
|
9715
|
+
const __vue_inject_styles__$6 = function (inject) {
|
|
9717
9716
|
if (!inject) return;
|
|
9718
|
-
inject("data-v-
|
|
9719
|
-
source: "[data-v-
|
|
9717
|
+
inject("data-v-56692674_0", {
|
|
9718
|
+
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}",
|
|
9720
9719
|
map: undefined,
|
|
9721
9720
|
media: undefined
|
|
9722
9721
|
});
|
|
@@ -9724,23 +9723,23 @@ const __vue_inject_styles__$3 = function (inject) {
|
|
|
9724
9723
|
/* scoped */
|
|
9725
9724
|
|
|
9726
9725
|
|
|
9727
|
-
const __vue_scope_id__$
|
|
9726
|
+
const __vue_scope_id__$6 = "data-v-56692674";
|
|
9728
9727
|
/* module identifier */
|
|
9729
9728
|
|
|
9730
|
-
const __vue_module_identifier__$
|
|
9729
|
+
const __vue_module_identifier__$6 = undefined;
|
|
9731
9730
|
/* functional template */
|
|
9732
9731
|
|
|
9733
|
-
const __vue_is_functional_template__$
|
|
9732
|
+
const __vue_is_functional_template__$6 = false;
|
|
9734
9733
|
/* style inject SSR */
|
|
9735
9734
|
|
|
9736
9735
|
/* style inject shadow dom */
|
|
9737
9736
|
|
|
9738
|
-
const __vue_component__$
|
|
9739
|
-
render: __vue_render__$
|
|
9740
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9741
|
-
}, __vue_inject_styles__$
|
|
9737
|
+
const __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
9738
|
+
render: __vue_render__$6,
|
|
9739
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
9740
|
+
}, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, createInjector, undefined, undefined);
|
|
9742
9741
|
|
|
9743
|
-
var __vue_component__$
|
|
9742
|
+
var __vue_component__$c = __vue_component__$b;
|
|
9744
9743
|
|
|
9745
9744
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
9746
9745
|
|
|
@@ -15897,7 +15896,7 @@ if (typeof window !== "undefined" && "Vue" in window) {
|
|
|
15897
15896
|
|
|
15898
15897
|
var draggable = /*@__PURE__*/getDefaultExportFromCjs(vuedraggable_umd);
|
|
15899
15898
|
|
|
15900
|
-
var script$
|
|
15899
|
+
var script$5 = {
|
|
15901
15900
|
name: "VcDraggableList",
|
|
15902
15901
|
components: {
|
|
15903
15902
|
VcIcon,
|
|
@@ -15942,10 +15941,10 @@ var script$2 = {
|
|
|
15942
15941
|
};
|
|
15943
15942
|
|
|
15944
15943
|
/* script */
|
|
15945
|
-
const __vue_script__$
|
|
15944
|
+
const __vue_script__$5 = script$5;
|
|
15946
15945
|
/* template */
|
|
15947
15946
|
|
|
15948
|
-
var __vue_render__$
|
|
15947
|
+
var __vue_render__$5 = function () {
|
|
15949
15948
|
var _vm = this;
|
|
15950
15949
|
|
|
15951
15950
|
var _h = _vm.$createElement;
|
|
@@ -16008,10 +16007,10 @@ var __vue_render__$2 = function () {
|
|
|
16008
16007
|
}), 0);
|
|
16009
16008
|
};
|
|
16010
16009
|
|
|
16011
|
-
var __vue_staticRenderFns__$
|
|
16010
|
+
var __vue_staticRenderFns__$5 = [];
|
|
16012
16011
|
/* style */
|
|
16013
16012
|
|
|
16014
|
-
const __vue_inject_styles__$
|
|
16013
|
+
const __vue_inject_styles__$5 = function (inject) {
|
|
16015
16014
|
if (!inject) return;
|
|
16016
16015
|
inject("data-v-b25547ee_0", {
|
|
16017
16016
|
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)}",
|
|
@@ -16022,23 +16021,23 @@ const __vue_inject_styles__$2 = function (inject) {
|
|
|
16022
16021
|
/* scoped */
|
|
16023
16022
|
|
|
16024
16023
|
|
|
16025
|
-
const __vue_scope_id__$
|
|
16024
|
+
const __vue_scope_id__$5 = "data-v-b25547ee";
|
|
16026
16025
|
/* module identifier */
|
|
16027
16026
|
|
|
16028
|
-
const __vue_module_identifier__$
|
|
16027
|
+
const __vue_module_identifier__$5 = undefined;
|
|
16029
16028
|
/* functional template */
|
|
16030
16029
|
|
|
16031
|
-
const __vue_is_functional_template__$
|
|
16030
|
+
const __vue_is_functional_template__$5 = false;
|
|
16032
16031
|
/* style inject SSR */
|
|
16033
16032
|
|
|
16034
16033
|
/* style inject shadow dom */
|
|
16035
16034
|
|
|
16036
|
-
const __vue_component__$
|
|
16037
|
-
render: __vue_render__$
|
|
16038
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
16039
|
-
}, __vue_inject_styles__$
|
|
16035
|
+
const __vue_component__$9 = /*#__PURE__*/normalizeComponent({
|
|
16036
|
+
render: __vue_render__$5,
|
|
16037
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
16038
|
+
}, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, createInjector, undefined, undefined);
|
|
16040
16039
|
|
|
16041
|
-
var __vue_component__$
|
|
16040
|
+
var __vue_component__$a = __vue_component__$9;
|
|
16042
16041
|
|
|
16043
16042
|
//
|
|
16044
16043
|
//
|
|
@@ -16073,7 +16072,7 @@ var __vue_component__$5 = __vue_component__$4;
|
|
|
16073
16072
|
//
|
|
16074
16073
|
//
|
|
16075
16074
|
//
|
|
16076
|
-
var script$
|
|
16075
|
+
var script$4 = {
|
|
16077
16076
|
components: {
|
|
16078
16077
|
VTab: VTab,
|
|
16079
16078
|
VTabs: VTabs,
|
|
@@ -16129,10 +16128,10 @@ var script$1 = {
|
|
|
16129
16128
|
};
|
|
16130
16129
|
|
|
16131
16130
|
/* script */
|
|
16132
|
-
const __vue_script__$
|
|
16131
|
+
const __vue_script__$4 = script$4;
|
|
16133
16132
|
/* template */
|
|
16134
16133
|
|
|
16135
|
-
var __vue_render__$
|
|
16134
|
+
var __vue_render__$4 = function () {
|
|
16136
16135
|
var _vm = this;
|
|
16137
16136
|
|
|
16138
16137
|
var _h = _vm.$createElement;
|
|
@@ -16202,10 +16201,10 @@ var __vue_render__$1 = function () {
|
|
|
16202
16201
|
}), 1)], 1);
|
|
16203
16202
|
};
|
|
16204
16203
|
|
|
16205
|
-
var __vue_staticRenderFns__$
|
|
16204
|
+
var __vue_staticRenderFns__$4 = [];
|
|
16206
16205
|
/* style */
|
|
16207
16206
|
|
|
16208
|
-
const __vue_inject_styles__$
|
|
16207
|
+
const __vue_inject_styles__$4 = function (inject) {
|
|
16209
16208
|
if (!inject) return;
|
|
16210
16209
|
inject("data-v-92e36a22_0", {
|
|
16211
16210
|
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}",
|
|
@@ -16216,25 +16215,25 @@ const __vue_inject_styles__$1 = function (inject) {
|
|
|
16216
16215
|
/* scoped */
|
|
16217
16216
|
|
|
16218
16217
|
|
|
16219
|
-
const __vue_scope_id__$
|
|
16218
|
+
const __vue_scope_id__$4 = "data-v-92e36a22";
|
|
16220
16219
|
/* module identifier */
|
|
16221
16220
|
|
|
16222
|
-
const __vue_module_identifier__$
|
|
16221
|
+
const __vue_module_identifier__$4 = undefined;
|
|
16223
16222
|
/* functional template */
|
|
16224
16223
|
|
|
16225
|
-
const __vue_is_functional_template__$
|
|
16224
|
+
const __vue_is_functional_template__$4 = false;
|
|
16226
16225
|
/* style inject SSR */
|
|
16227
16226
|
|
|
16228
16227
|
/* style inject shadow dom */
|
|
16229
16228
|
|
|
16230
|
-
const __vue_component__$
|
|
16231
|
-
render: __vue_render__$
|
|
16232
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
16233
|
-
}, __vue_inject_styles__$
|
|
16229
|
+
const __vue_component__$7 = /*#__PURE__*/normalizeComponent({
|
|
16230
|
+
render: __vue_render__$4,
|
|
16231
|
+
staticRenderFns: __vue_staticRenderFns__$4
|
|
16232
|
+
}, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, createInjector, undefined, undefined);
|
|
16234
16233
|
|
|
16235
|
-
var __vue_component__$
|
|
16234
|
+
var __vue_component__$8 = __vue_component__$7;
|
|
16236
16235
|
|
|
16237
|
-
var script = {
|
|
16236
|
+
var script$3 = {
|
|
16238
16237
|
name: "VcSideNav",
|
|
16239
16238
|
components: {
|
|
16240
16239
|
VcIcon
|
|
@@ -16266,10 +16265,10 @@ var script = {
|
|
|
16266
16265
|
};
|
|
16267
16266
|
|
|
16268
16267
|
/* script */
|
|
16269
|
-
const __vue_script__ = script;
|
|
16268
|
+
const __vue_script__$3 = script$3;
|
|
16270
16269
|
/* template */
|
|
16271
16270
|
|
|
16272
|
-
var __vue_render__ = function () {
|
|
16271
|
+
var __vue_render__$3 = function () {
|
|
16273
16272
|
var _vm = this;
|
|
16274
16273
|
|
|
16275
16274
|
var _h = _vm.$createElement;
|
|
@@ -16327,10 +16326,10 @@ var __vue_render__ = function () {
|
|
|
16327
16326
|
}), 0);
|
|
16328
16327
|
};
|
|
16329
16328
|
|
|
16330
|
-
var __vue_staticRenderFns__ = [];
|
|
16329
|
+
var __vue_staticRenderFns__$3 = [];
|
|
16331
16330
|
/* style */
|
|
16332
16331
|
|
|
16333
|
-
const __vue_inject_styles__ = function (inject) {
|
|
16332
|
+
const __vue_inject_styles__$3 = function (inject) {
|
|
16334
16333
|
if (!inject) return;
|
|
16335
16334
|
inject("data-v-732fc45f_0", {
|
|
16336
16335
|
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)}",
|
|
@@ -16341,7 +16340,419 @@ const __vue_inject_styles__ = function (inject) {
|
|
|
16341
16340
|
/* scoped */
|
|
16342
16341
|
|
|
16343
16342
|
|
|
16344
|
-
const __vue_scope_id__ = "data-v-732fc45f";
|
|
16343
|
+
const __vue_scope_id__$3 = "data-v-732fc45f";
|
|
16344
|
+
/* module identifier */
|
|
16345
|
+
|
|
16346
|
+
const __vue_module_identifier__$3 = undefined;
|
|
16347
|
+
/* functional template */
|
|
16348
|
+
|
|
16349
|
+
const __vue_is_functional_template__$3 = false;
|
|
16350
|
+
/* style inject SSR */
|
|
16351
|
+
|
|
16352
|
+
/* style inject shadow dom */
|
|
16353
|
+
|
|
16354
|
+
const __vue_component__$5 = /*#__PURE__*/normalizeComponent({
|
|
16355
|
+
render: __vue_render__$3,
|
|
16356
|
+
staticRenderFns: __vue_staticRenderFns__$3
|
|
16357
|
+
}, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, createInjector, undefined, undefined);
|
|
16358
|
+
|
|
16359
|
+
var __vue_component__$6 = __vue_component__$5;
|
|
16360
|
+
|
|
16361
|
+
var script$2 = {
|
|
16362
|
+
name: "VcBanner",
|
|
16363
|
+
components: {
|
|
16364
|
+
VcButton
|
|
16365
|
+
},
|
|
16366
|
+
props: {
|
|
16367
|
+
dataQa: {
|
|
16368
|
+
type: String,
|
|
16369
|
+
default: 'VcMiniBanner'
|
|
16370
|
+
},
|
|
16371
|
+
thumbImage: {
|
|
16372
|
+
type: String,
|
|
16373
|
+
required: false
|
|
16374
|
+
},
|
|
16375
|
+
title: {
|
|
16376
|
+
type: String,
|
|
16377
|
+
required: true
|
|
16378
|
+
},
|
|
16379
|
+
subtitle: {
|
|
16380
|
+
type: String,
|
|
16381
|
+
required: false
|
|
16382
|
+
},
|
|
16383
|
+
ctaLabel: {
|
|
16384
|
+
type: String,
|
|
16385
|
+
required: true
|
|
16386
|
+
},
|
|
16387
|
+
gradientHue: {
|
|
16388
|
+
type: String
|
|
16389
|
+
}
|
|
16390
|
+
}
|
|
16391
|
+
};
|
|
16392
|
+
|
|
16393
|
+
/* script */
|
|
16394
|
+
const __vue_script__$2 = script$2;
|
|
16395
|
+
/* template */
|
|
16396
|
+
|
|
16397
|
+
var __vue_render__$2 = function () {
|
|
16398
|
+
var _vm = this;
|
|
16399
|
+
|
|
16400
|
+
var _h = _vm.$createElement;
|
|
16401
|
+
|
|
16402
|
+
var _c = _vm._self._c || _h;
|
|
16403
|
+
|
|
16404
|
+
return _c('div', {
|
|
16405
|
+
staticClass: "vc-mini-banner d-flex flex-column flex-sm-row justify-space-between justify-sm-start align-start align-sm-center",
|
|
16406
|
+
style: {
|
|
16407
|
+
background: _vm.gradientHue ? "linear-gradient(" + (_vm.$vuetify.breakpoint.smAndUp ? 90 : 180) + "deg, " + _vm.gradientHue + " 0%, #fff 42%, #fff 100%)" : 'transparent'
|
|
16408
|
+
},
|
|
16409
|
+
attrs: {
|
|
16410
|
+
"data-qa": _vm.dataQa
|
|
16411
|
+
},
|
|
16412
|
+
on: {
|
|
16413
|
+
"click": function ($event) {
|
|
16414
|
+
return _vm.$emit('onAction');
|
|
16415
|
+
}
|
|
16416
|
+
}
|
|
16417
|
+
}, [_c('div', {
|
|
16418
|
+
staticClass: "vc-mini-banner__thumbnail"
|
|
16419
|
+
}, [_c('div', {
|
|
16420
|
+
staticClass: "vc-mini-banner__image-wrap"
|
|
16421
|
+
}, [_c('div', {
|
|
16422
|
+
staticClass: "vc-mini-banner__image",
|
|
16423
|
+
style: {
|
|
16424
|
+
backgroundImage: "url(" + _vm.thumbImage + ")"
|
|
16425
|
+
}
|
|
16426
|
+
})])]), _vm._v(" "), _c('div', {
|
|
16427
|
+
staticClass: "vc-mini-banner__text-content"
|
|
16428
|
+
}, [_c('h3', {
|
|
16429
|
+
staticClass: "vc-mini-banner__title",
|
|
16430
|
+
attrs: {
|
|
16431
|
+
"data-qa": _vm.dataQa + "-title"
|
|
16432
|
+
}
|
|
16433
|
+
}, [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _vm.subtitle ? _c('h4', {
|
|
16434
|
+
staticClass: "vc-mini-banner__subtitle",
|
|
16435
|
+
attrs: {
|
|
16436
|
+
"data-qa": _vm.dataQa + "-subtitle"
|
|
16437
|
+
}
|
|
16438
|
+
}, [_vm._v(_vm._s(_vm.subtitle))]) : _vm._e()]), _vm._v(" "), _c('div', {
|
|
16439
|
+
staticClass: "vc-mini-banner__cta"
|
|
16440
|
+
}, [_c('VcButton', {
|
|
16441
|
+
staticClass: "primary-cta",
|
|
16442
|
+
attrs: {
|
|
16443
|
+
"pill": "",
|
|
16444
|
+
"small": "",
|
|
16445
|
+
"data-qa": _vm.dataQa + "-button"
|
|
16446
|
+
}
|
|
16447
|
+
}, [_vm._v("\n " + _vm._s(_vm.ctaLabel) + "\n ")])], 1)]);
|
|
16448
|
+
};
|
|
16449
|
+
|
|
16450
|
+
var __vue_staticRenderFns__$2 = [];
|
|
16451
|
+
/* style */
|
|
16452
|
+
|
|
16453
|
+
const __vue_inject_styles__$2 = function (inject) {
|
|
16454
|
+
if (!inject) return;
|
|
16455
|
+
inject("data-v-0dd50dca_0", {
|
|
16456
|
+
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}}",
|
|
16457
|
+
map: undefined,
|
|
16458
|
+
media: undefined
|
|
16459
|
+
});
|
|
16460
|
+
};
|
|
16461
|
+
/* scoped */
|
|
16462
|
+
|
|
16463
|
+
|
|
16464
|
+
const __vue_scope_id__$2 = "data-v-0dd50dca";
|
|
16465
|
+
/* module identifier */
|
|
16466
|
+
|
|
16467
|
+
const __vue_module_identifier__$2 = undefined;
|
|
16468
|
+
/* functional template */
|
|
16469
|
+
|
|
16470
|
+
const __vue_is_functional_template__$2 = false;
|
|
16471
|
+
/* style inject SSR */
|
|
16472
|
+
|
|
16473
|
+
/* style inject shadow dom */
|
|
16474
|
+
|
|
16475
|
+
const __vue_component__$3 = /*#__PURE__*/normalizeComponent({
|
|
16476
|
+
render: __vue_render__$2,
|
|
16477
|
+
staticRenderFns: __vue_staticRenderFns__$2
|
|
16478
|
+
}, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, createInjector, undefined, undefined);
|
|
16479
|
+
|
|
16480
|
+
var __vue_component__$4 = __vue_component__$3;
|
|
16481
|
+
|
|
16482
|
+
var script$1 = {
|
|
16483
|
+
name: "VcGalleryItem",
|
|
16484
|
+
components: {
|
|
16485
|
+
VcButton,
|
|
16486
|
+
VcIcon
|
|
16487
|
+
},
|
|
16488
|
+
props: {
|
|
16489
|
+
dataQa: {
|
|
16490
|
+
type: String,
|
|
16491
|
+
default: 'VcGalleryItem'
|
|
16492
|
+
},
|
|
16493
|
+
isMobile: {
|
|
16494
|
+
type: Boolean,
|
|
16495
|
+
required: true
|
|
16496
|
+
},
|
|
16497
|
+
uid: {
|
|
16498
|
+
type: String,
|
|
16499
|
+
required: true
|
|
16500
|
+
},
|
|
16501
|
+
src: {
|
|
16502
|
+
type: String,
|
|
16503
|
+
default: ''
|
|
16504
|
+
},
|
|
16505
|
+
label: {
|
|
16506
|
+
type: String,
|
|
16507
|
+
default: ''
|
|
16508
|
+
},
|
|
16509
|
+
isCreate: {
|
|
16510
|
+
type: Boolean,
|
|
16511
|
+
required: false
|
|
16512
|
+
}
|
|
16513
|
+
}
|
|
16514
|
+
};
|
|
16515
|
+
|
|
16516
|
+
/* script */
|
|
16517
|
+
const __vue_script__$1 = script$1;
|
|
16518
|
+
/* template */
|
|
16519
|
+
|
|
16520
|
+
var __vue_render__$1 = function () {
|
|
16521
|
+
var _vm = this;
|
|
16522
|
+
|
|
16523
|
+
var _h = _vm.$createElement;
|
|
16524
|
+
|
|
16525
|
+
var _c = _vm._self._c || _h;
|
|
16526
|
+
|
|
16527
|
+
return _c('div', {
|
|
16528
|
+
staticClass: "vc-gallery-item",
|
|
16529
|
+
class: {
|
|
16530
|
+
'vc-gallery-item--is-create': _vm.isCreate
|
|
16531
|
+
},
|
|
16532
|
+
attrs: {
|
|
16533
|
+
"data-qa": _vm.dataQa
|
|
16534
|
+
}
|
|
16535
|
+
}, [_c('div', {
|
|
16536
|
+
staticClass: "vc-gallery-item__thumbnail",
|
|
16537
|
+
attrs: {
|
|
16538
|
+
"data-qa": _vm.dataQa + "-thumbnail"
|
|
16539
|
+
},
|
|
16540
|
+
on: {
|
|
16541
|
+
"click": function ($event) {
|
|
16542
|
+
_vm.isCreate ? _vm.$emit('onCreate') : _vm.isMobile && _vm.$emit('onExpend', {
|
|
16543
|
+
uid: _vm.uid
|
|
16544
|
+
});
|
|
16545
|
+
}
|
|
16546
|
+
}
|
|
16547
|
+
}, [!_vm.isCreate ? _c('div', {
|
|
16548
|
+
staticClass: "vc-gallery-item__image",
|
|
16549
|
+
style: {
|
|
16550
|
+
backgroundImage: "url(" + _vm.src + ")"
|
|
16551
|
+
},
|
|
16552
|
+
attrs: {
|
|
16553
|
+
"role": "image"
|
|
16554
|
+
}
|
|
16555
|
+
}) : _vm._e(), _vm._v(" "), !_vm.isMobile || _vm.isCreate ? _c('div', {
|
|
16556
|
+
staticClass: "buttons flex-column align-center justify-center"
|
|
16557
|
+
}, [_vm._t("actions", function () {
|
|
16558
|
+
return [!_vm.isCreate ? _c('VcButton', {
|
|
16559
|
+
staticClass: "buttons__select",
|
|
16560
|
+
attrs: {
|
|
16561
|
+
"pill": "",
|
|
16562
|
+
"label": _vm.$dst('ds.gallery_item.select'),
|
|
16563
|
+
"data-qa": _vm.dataQa + "-select-btn"
|
|
16564
|
+
},
|
|
16565
|
+
on: {
|
|
16566
|
+
"click": function ($event) {
|
|
16567
|
+
return _vm.$emit('onSelect', {
|
|
16568
|
+
uid: _vm.uid
|
|
16569
|
+
});
|
|
16570
|
+
}
|
|
16571
|
+
}
|
|
16572
|
+
}) : _vm._e(), _vm._v(" "), !_vm.isCreate ? _c('VcButton', {
|
|
16573
|
+
staticClass: "buttons__preview",
|
|
16574
|
+
attrs: {
|
|
16575
|
+
"flavor": "secondary",
|
|
16576
|
+
"pill": "",
|
|
16577
|
+
"label": _vm.$dst('ds.gallery_item.preview'),
|
|
16578
|
+
"data-qa": _vm.dataQa + "-preview-btn"
|
|
16579
|
+
},
|
|
16580
|
+
on: {
|
|
16581
|
+
"click": function ($event) {
|
|
16582
|
+
return _vm.$emit('onPreview', {
|
|
16583
|
+
uid: _vm.uid
|
|
16584
|
+
});
|
|
16585
|
+
}
|
|
16586
|
+
}
|
|
16587
|
+
}) : _c('div', {
|
|
16588
|
+
staticClass: "create__wrap"
|
|
16589
|
+
}, [_c('VcButton', {
|
|
16590
|
+
staticClass: "create__button",
|
|
16591
|
+
attrs: {
|
|
16592
|
+
"icon": "",
|
|
16593
|
+
"plain": "",
|
|
16594
|
+
"data-qa": _vm.dataQa + "-create-button"
|
|
16595
|
+
},
|
|
16596
|
+
scopedSlots: _vm._u([{
|
|
16597
|
+
key: "prepend",
|
|
16598
|
+
fn: function () {
|
|
16599
|
+
return [_c('VcIcon', {
|
|
16600
|
+
attrs: {
|
|
16601
|
+
"size": "32",
|
|
16602
|
+
"color": _vm.$vuetify.theme.defaults.light.secondary.base
|
|
16603
|
+
}
|
|
16604
|
+
}, [_vm._v("$plus")])];
|
|
16605
|
+
},
|
|
16606
|
+
proxy: true
|
|
16607
|
+
}], null, false, 451367463)
|
|
16608
|
+
})], 1)];
|
|
16609
|
+
})], 2) : _vm._e()]), _vm._v(" "), _c('h3', {
|
|
16610
|
+
staticClass: "vc-gallery-item__label",
|
|
16611
|
+
attrs: {
|
|
16612
|
+
"data-qa": _vm.dataQa + "-label"
|
|
16613
|
+
}
|
|
16614
|
+
}, [_vm._t("label", function () {
|
|
16615
|
+
return [_vm._v("\n " + _vm._s(!_vm.isCreate ? _vm.label : _vm.$dst('ds.gallery_item.create')) + "\n ")];
|
|
16616
|
+
})], 2)]);
|
|
16617
|
+
};
|
|
16618
|
+
|
|
16619
|
+
var __vue_staticRenderFns__$1 = [];
|
|
16620
|
+
/* style */
|
|
16621
|
+
|
|
16622
|
+
const __vue_inject_styles__$1 = function (inject) {
|
|
16623
|
+
if (!inject) return;
|
|
16624
|
+
inject("data-v-24eea75c_0", {
|
|
16625
|
+
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)}",
|
|
16626
|
+
map: undefined,
|
|
16627
|
+
media: undefined
|
|
16628
|
+
});
|
|
16629
|
+
};
|
|
16630
|
+
/* scoped */
|
|
16631
|
+
|
|
16632
|
+
|
|
16633
|
+
const __vue_scope_id__$1 = "data-v-24eea75c";
|
|
16634
|
+
/* module identifier */
|
|
16635
|
+
|
|
16636
|
+
const __vue_module_identifier__$1 = undefined;
|
|
16637
|
+
/* functional template */
|
|
16638
|
+
|
|
16639
|
+
const __vue_is_functional_template__$1 = false;
|
|
16640
|
+
/* style inject SSR */
|
|
16641
|
+
|
|
16642
|
+
/* style inject shadow dom */
|
|
16643
|
+
|
|
16644
|
+
const __vue_component__$2 = /*#__PURE__*/normalizeComponent({
|
|
16645
|
+
render: __vue_render__$1,
|
|
16646
|
+
staticRenderFns: __vue_staticRenderFns__$1
|
|
16647
|
+
}, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, createInjector, undefined, undefined);
|
|
16648
|
+
|
|
16649
|
+
var VcGalleryItem = __vue_component__$2;
|
|
16650
|
+
|
|
16651
|
+
var script = {
|
|
16652
|
+
name: "VcGalleryList",
|
|
16653
|
+
components: {
|
|
16654
|
+
VcGalleryItem
|
|
16655
|
+
},
|
|
16656
|
+
props: {
|
|
16657
|
+
dataQa: {
|
|
16658
|
+
type: String,
|
|
16659
|
+
default: 'VcGalleryList'
|
|
16660
|
+
},
|
|
16661
|
+
isMobile: {
|
|
16662
|
+
type: Boolean,
|
|
16663
|
+
required: true
|
|
16664
|
+
},
|
|
16665
|
+
items: {
|
|
16666
|
+
type: Array,
|
|
16667
|
+
required: true,
|
|
16668
|
+
validator: prop => prop.every(item => item.uid)
|
|
16669
|
+
},
|
|
16670
|
+
title: {
|
|
16671
|
+
type: String,
|
|
16672
|
+
required: false
|
|
16673
|
+
},
|
|
16674
|
+
showCreate: {
|
|
16675
|
+
type: Boolean,
|
|
16676
|
+
default: false
|
|
16677
|
+
}
|
|
16678
|
+
}
|
|
16679
|
+
};
|
|
16680
|
+
|
|
16681
|
+
/* script */
|
|
16682
|
+
const __vue_script__ = script;
|
|
16683
|
+
/* template */
|
|
16684
|
+
|
|
16685
|
+
var __vue_render__ = function () {
|
|
16686
|
+
var _vm = this;
|
|
16687
|
+
|
|
16688
|
+
var _h = _vm.$createElement;
|
|
16689
|
+
|
|
16690
|
+
var _c = _vm._self._c || _h;
|
|
16691
|
+
|
|
16692
|
+
return _c('div', {
|
|
16693
|
+
staticClass: "vc-gallery-list",
|
|
16694
|
+
attrs: {
|
|
16695
|
+
"data-qa": _vm.dataQa
|
|
16696
|
+
}
|
|
16697
|
+
}, [_vm.title ? _c('h2', {
|
|
16698
|
+
staticClass: "vc-gallery-list__title",
|
|
16699
|
+
attrs: {
|
|
16700
|
+
"data-qa": _vm.dataQa + "-title"
|
|
16701
|
+
}
|
|
16702
|
+
}, [_vm._v(_vm._s(_vm.title))]) : _vm._e(), _vm._v(" "), _c('div', {
|
|
16703
|
+
class: "vc-gallery-list__items vc-gallery-list__items--" + _vm.$vuetify.breakpoint.name
|
|
16704
|
+
}, [_vm.showCreate ? _c('VcGalleryItem', {
|
|
16705
|
+
attrs: {
|
|
16706
|
+
"isCreate": true,
|
|
16707
|
+
"isMobile": false,
|
|
16708
|
+
"uid": "1",
|
|
16709
|
+
"src": "1",
|
|
16710
|
+
"dataQa": "create"
|
|
16711
|
+
},
|
|
16712
|
+
on: {
|
|
16713
|
+
"onCreate": function ($event) {
|
|
16714
|
+
return _vm.$emit('onCreate');
|
|
16715
|
+
}
|
|
16716
|
+
}
|
|
16717
|
+
}) : _vm._e(), _vm._v(" "), _vm._l(_vm.items, function (item) {
|
|
16718
|
+
return _c('VcGalleryItem', {
|
|
16719
|
+
key: item.uid,
|
|
16720
|
+
attrs: {
|
|
16721
|
+
"uid": item.uid,
|
|
16722
|
+
"isMobile": _vm.isMobile,
|
|
16723
|
+
"src": item.src,
|
|
16724
|
+
"label": item.label
|
|
16725
|
+
},
|
|
16726
|
+
on: {
|
|
16727
|
+
"onSelect": function (uid) {
|
|
16728
|
+
return _vm.$emit('onSelect', uid);
|
|
16729
|
+
},
|
|
16730
|
+
"onPreview": function (uid) {
|
|
16731
|
+
return _vm.$emit('onPreview', uid);
|
|
16732
|
+
},
|
|
16733
|
+
"onExpend": function (uid) {
|
|
16734
|
+
return _vm.$emit('onExpend', uid);
|
|
16735
|
+
}
|
|
16736
|
+
}
|
|
16737
|
+
});
|
|
16738
|
+
})], 2)]);
|
|
16739
|
+
};
|
|
16740
|
+
|
|
16741
|
+
var __vue_staticRenderFns__ = [];
|
|
16742
|
+
/* style */
|
|
16743
|
+
|
|
16744
|
+
const __vue_inject_styles__ = function (inject) {
|
|
16745
|
+
if (!inject) return;
|
|
16746
|
+
inject("data-v-022845d5_0", {
|
|
16747
|
+
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)}",
|
|
16748
|
+
map: undefined,
|
|
16749
|
+
media: undefined
|
|
16750
|
+
});
|
|
16751
|
+
};
|
|
16752
|
+
/* scoped */
|
|
16753
|
+
|
|
16754
|
+
|
|
16755
|
+
const __vue_scope_id__ = "data-v-022845d5";
|
|
16345
16756
|
/* module identifier */
|
|
16346
16757
|
|
|
16347
16758
|
const __vue_module_identifier__ = undefined;
|
|
@@ -16363,9 +16774,9 @@ var __vue_component__$1 = __vue_component__;
|
|
|
16363
16774
|
|
|
16364
16775
|
var components$1 = /*#__PURE__*/Object.freeze({
|
|
16365
16776
|
__proto__: null,
|
|
16366
|
-
VcConfirmModal: __vue_component__$
|
|
16367
|
-
VcInputModal: __vue_component__$
|
|
16368
|
-
VcNoticeModal: __vue_component__$
|
|
16777
|
+
VcConfirmModal: __vue_component__$1w,
|
|
16778
|
+
VcInputModal: __vue_component__$1t,
|
|
16779
|
+
VcNoticeModal: __vue_component__$1q,
|
|
16369
16780
|
VcModalFooter: VcModalFooter,
|
|
16370
16781
|
VcModalHeader: VcModalHeader,
|
|
16371
16782
|
VcAlert: VcAlert,
|
|
@@ -16378,56 +16789,59 @@ var components$1 = /*#__PURE__*/Object.freeze({
|
|
|
16378
16789
|
VcMobileWizardProgress: VcMobileWizardProgress,
|
|
16379
16790
|
VcProgressCircular: VcProgressCircular,
|
|
16380
16791
|
VcChecklistItem: VcChecklistItem,
|
|
16381
|
-
VcListbox: __vue_component__$
|
|
16792
|
+
VcListbox: __vue_component__$1a,
|
|
16382
16793
|
VcBottomSheet: VcBottomSheet,
|
|
16383
|
-
VcInputBottomSheet: __vue_component__$
|
|
16794
|
+
VcInputBottomSheet: __vue_component__$16,
|
|
16384
16795
|
VcPopover: VcPopover,
|
|
16385
|
-
VcInputPopover: __vue_component__$
|
|
16796
|
+
VcInputPopover: __vue_component__$13,
|
|
16386
16797
|
VcChip: VcChip,
|
|
16387
|
-
VcChipList: __vue_component__$
|
|
16798
|
+
VcChipList: __vue_component__$10,
|
|
16388
16799
|
VcSearchBar: VcSearchBar,
|
|
16389
16800
|
VcBaseListItem: VcBaseListItem,
|
|
16390
|
-
VcList: __vue_component__$
|
|
16801
|
+
VcList: __vue_component__$W,
|
|
16391
16802
|
VcButton: VcButton,
|
|
16392
|
-
VcButtonGroup: __vue_component__$
|
|
16803
|
+
VcButtonGroup: __vue_component__$U,
|
|
16393
16804
|
VcForm: VcForm,
|
|
16394
16805
|
VcIcon: VcIcon,
|
|
16395
16806
|
VcLayout: VcLayout,
|
|
16396
16807
|
VcLoader: VcLoader,
|
|
16397
16808
|
VcSwitch: VcSwitch,
|
|
16398
|
-
VcListEntity: __vue_component__$
|
|
16399
|
-
VcExpansionCard: __vue_component__$
|
|
16809
|
+
VcListEntity: __vue_component__$R,
|
|
16810
|
+
VcExpansionCard: __vue_component__$P,
|
|
16400
16811
|
VcTextField: VcTextField,
|
|
16401
16812
|
VcAvatar: VcAvatar,
|
|
16402
|
-
VcTextArea: __vue_component__$
|
|
16403
|
-
VcSelectField: __vue_component__$
|
|
16404
|
-
VcToast: __vue_component__$
|
|
16405
|
-
VcCard: __vue_component__$
|
|
16813
|
+
VcTextArea: __vue_component__$N,
|
|
16814
|
+
VcSelectField: __vue_component__$L,
|
|
16815
|
+
VcToast: __vue_component__$J,
|
|
16816
|
+
VcCard: __vue_component__$H,
|
|
16406
16817
|
VcCheckbox: VcCheckbox,
|
|
16407
|
-
VcFilterPanel: __vue_component__$
|
|
16408
|
-
VcFocusArea: __vue_component__$
|
|
16818
|
+
VcFilterPanel: __vue_component__$F,
|
|
16819
|
+
VcFocusArea: __vue_component__$D,
|
|
16409
16820
|
VcLink: VcLink,
|
|
16410
|
-
VcListItem: __vue_component__$
|
|
16411
|
-
VcGroupHeader: __vue_component__$
|
|
16821
|
+
VcListItem: __vue_component__$B,
|
|
16822
|
+
VcGroupHeader: __vue_component__$z,
|
|
16412
16823
|
VcEmptyState: VcEmptyState,
|
|
16413
16824
|
VcSvg: VcSvg,
|
|
16414
|
-
VcBanner: __vue_component__$
|
|
16825
|
+
VcBanner: __vue_component__$x,
|
|
16415
16826
|
VcWizardCtaContainer: VcWizardCtaContainer,
|
|
16416
|
-
VcWizard: __vue_component__$
|
|
16827
|
+
VcWizard: __vue_component__$t,
|
|
16417
16828
|
VcImage: VcImage,
|
|
16418
|
-
VcBadge: __vue_component__$
|
|
16419
|
-
VcUpsellBlock: __vue_component__$
|
|
16829
|
+
VcBadge: __vue_component__$r,
|
|
16830
|
+
VcUpsellBlock: __vue_component__$p,
|
|
16420
16831
|
VcModalContainer: VcModalContainer,
|
|
16421
|
-
VcDropzone: __vue_component__$
|
|
16422
|
-
VcRadioGroup: __vue_component__$
|
|
16832
|
+
VcDropzone: __vue_component__$n,
|
|
16833
|
+
VcRadioGroup: __vue_component__$k,
|
|
16423
16834
|
VcRadio: VcRadio,
|
|
16424
|
-
VcSegmentedControl: __vue_component__$
|
|
16425
|
-
VcDocItem: __vue_component__$
|
|
16426
|
-
VcTimeSince: __vue_component__$
|
|
16427
|
-
VcSearchPicker: __vue_component__$
|
|
16428
|
-
VcDraggableList: __vue_component__$
|
|
16429
|
-
VcTabs: __vue_component__$
|
|
16430
|
-
VcSideNav: __vue_component__$
|
|
16835
|
+
VcSegmentedControl: __vue_component__$i,
|
|
16836
|
+
VcDocItem: __vue_component__$g,
|
|
16837
|
+
VcTimeSince: __vue_component__$e,
|
|
16838
|
+
VcSearchPicker: __vue_component__$c,
|
|
16839
|
+
VcDraggableList: __vue_component__$a,
|
|
16840
|
+
VcTabs: __vue_component__$8,
|
|
16841
|
+
VcSideNav: __vue_component__$6,
|
|
16842
|
+
VcMiniBanner: __vue_component__$4,
|
|
16843
|
+
VcGalleryItem: VcGalleryItem,
|
|
16844
|
+
VcGalleryList: __vue_component__$1
|
|
16431
16845
|
});
|
|
16432
16846
|
|
|
16433
16847
|
// Import vue components
|
|
@@ -16441,9 +16855,9 @@ const install = function installdesignSystem(Vue) {
|
|
|
16441
16855
|
var components = /*#__PURE__*/Object.freeze({
|
|
16442
16856
|
__proto__: null,
|
|
16443
16857
|
'default': install,
|
|
16444
|
-
VcConfirmModal: __vue_component__$
|
|
16445
|
-
VcInputModal: __vue_component__$
|
|
16446
|
-
VcNoticeModal: __vue_component__$
|
|
16858
|
+
VcConfirmModal: __vue_component__$1w,
|
|
16859
|
+
VcInputModal: __vue_component__$1t,
|
|
16860
|
+
VcNoticeModal: __vue_component__$1q,
|
|
16447
16861
|
VcModalFooter: VcModalFooter,
|
|
16448
16862
|
VcModalHeader: VcModalHeader,
|
|
16449
16863
|
VcAlert: VcAlert,
|
|
@@ -16456,56 +16870,59 @@ var components = /*#__PURE__*/Object.freeze({
|
|
|
16456
16870
|
VcMobileWizardProgress: VcMobileWizardProgress,
|
|
16457
16871
|
VcProgressCircular: VcProgressCircular,
|
|
16458
16872
|
VcChecklistItem: VcChecklistItem,
|
|
16459
|
-
VcListbox: __vue_component__$
|
|
16873
|
+
VcListbox: __vue_component__$1a,
|
|
16460
16874
|
VcBottomSheet: VcBottomSheet,
|
|
16461
|
-
VcInputBottomSheet: __vue_component__$
|
|
16875
|
+
VcInputBottomSheet: __vue_component__$16,
|
|
16462
16876
|
VcPopover: VcPopover,
|
|
16463
|
-
VcInputPopover: __vue_component__$
|
|
16877
|
+
VcInputPopover: __vue_component__$13,
|
|
16464
16878
|
VcChip: VcChip,
|
|
16465
|
-
VcChipList: __vue_component__$
|
|
16879
|
+
VcChipList: __vue_component__$10,
|
|
16466
16880
|
VcSearchBar: VcSearchBar,
|
|
16467
16881
|
VcBaseListItem: VcBaseListItem,
|
|
16468
|
-
VcList: __vue_component__$
|
|
16882
|
+
VcList: __vue_component__$W,
|
|
16469
16883
|
VcButton: VcButton,
|
|
16470
|
-
VcButtonGroup: __vue_component__$
|
|
16884
|
+
VcButtonGroup: __vue_component__$U,
|
|
16471
16885
|
VcForm: VcForm,
|
|
16472
16886
|
VcIcon: VcIcon,
|
|
16473
16887
|
VcLayout: VcLayout,
|
|
16474
16888
|
VcLoader: VcLoader,
|
|
16475
16889
|
VcSwitch: VcSwitch,
|
|
16476
|
-
VcListEntity: __vue_component__$
|
|
16477
|
-
VcExpansionCard: __vue_component__$
|
|
16890
|
+
VcListEntity: __vue_component__$R,
|
|
16891
|
+
VcExpansionCard: __vue_component__$P,
|
|
16478
16892
|
VcTextField: VcTextField,
|
|
16479
16893
|
VcAvatar: VcAvatar,
|
|
16480
|
-
VcTextArea: __vue_component__$
|
|
16481
|
-
VcSelectField: __vue_component__$
|
|
16482
|
-
VcToast: __vue_component__$
|
|
16483
|
-
VcCard: __vue_component__$
|
|
16894
|
+
VcTextArea: __vue_component__$N,
|
|
16895
|
+
VcSelectField: __vue_component__$L,
|
|
16896
|
+
VcToast: __vue_component__$J,
|
|
16897
|
+
VcCard: __vue_component__$H,
|
|
16484
16898
|
VcCheckbox: VcCheckbox,
|
|
16485
|
-
VcFilterPanel: __vue_component__$
|
|
16486
|
-
VcFocusArea: __vue_component__$
|
|
16899
|
+
VcFilterPanel: __vue_component__$F,
|
|
16900
|
+
VcFocusArea: __vue_component__$D,
|
|
16487
16901
|
VcLink: VcLink,
|
|
16488
|
-
VcListItem: __vue_component__$
|
|
16489
|
-
VcGroupHeader: __vue_component__$
|
|
16902
|
+
VcListItem: __vue_component__$B,
|
|
16903
|
+
VcGroupHeader: __vue_component__$z,
|
|
16490
16904
|
VcEmptyState: VcEmptyState,
|
|
16491
16905
|
VcSvg: VcSvg,
|
|
16492
|
-
VcBanner: __vue_component__$
|
|
16906
|
+
VcBanner: __vue_component__$x,
|
|
16493
16907
|
VcWizardCtaContainer: VcWizardCtaContainer,
|
|
16494
|
-
VcWizard: __vue_component__$
|
|
16908
|
+
VcWizard: __vue_component__$t,
|
|
16495
16909
|
VcImage: VcImage,
|
|
16496
|
-
VcBadge: __vue_component__$
|
|
16497
|
-
VcUpsellBlock: __vue_component__$
|
|
16910
|
+
VcBadge: __vue_component__$r,
|
|
16911
|
+
VcUpsellBlock: __vue_component__$p,
|
|
16498
16912
|
VcModalContainer: VcModalContainer,
|
|
16499
|
-
VcDropzone: __vue_component__$
|
|
16500
|
-
VcRadioGroup: __vue_component__$
|
|
16913
|
+
VcDropzone: __vue_component__$n,
|
|
16914
|
+
VcRadioGroup: __vue_component__$k,
|
|
16501
16915
|
VcRadio: VcRadio,
|
|
16502
|
-
VcSegmentedControl: __vue_component__$
|
|
16503
|
-
VcDocItem: __vue_component__$
|
|
16504
|
-
VcTimeSince: __vue_component__$
|
|
16505
|
-
VcSearchPicker: __vue_component__$
|
|
16506
|
-
VcDraggableList: __vue_component__$
|
|
16507
|
-
VcTabs: __vue_component__$
|
|
16508
|
-
VcSideNav: __vue_component__$
|
|
16916
|
+
VcSegmentedControl: __vue_component__$i,
|
|
16917
|
+
VcDocItem: __vue_component__$g,
|
|
16918
|
+
VcTimeSince: __vue_component__$e,
|
|
16919
|
+
VcSearchPicker: __vue_component__$c,
|
|
16920
|
+
VcDraggableList: __vue_component__$a,
|
|
16921
|
+
VcTabs: __vue_component__$8,
|
|
16922
|
+
VcSideNav: __vue_component__$6,
|
|
16923
|
+
VcMiniBanner: __vue_component__$4,
|
|
16924
|
+
VcGalleryItem: VcGalleryItem,
|
|
16925
|
+
VcGalleryList: __vue_component__$1
|
|
16509
16926
|
});
|
|
16510
16927
|
|
|
16511
16928
|
// iife/cjs usage extends esm default export - so import it all
|