@vcita/design-system 0.6.13 → 0.6.14

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.
@@ -11,7 +11,7 @@ import { VDialog, VBtn, VLayout, VAlert, VTooltip, VIcon, VSubheader, VListItem,
11
11
  //
12
12
  //
13
13
  //
14
- var script$Q = {
14
+ var script$R = {
15
15
  components: {
16
16
  VDialog: VDialog
17
17
  },
@@ -168,10 +168,10 @@ function addStyle(id, css) {
168
168
  }
169
169
 
170
170
  /* script */
171
- const __vue_script__$Q = script$Q;
171
+ const __vue_script__$R = script$R;
172
172
  /* template */
173
173
 
174
- var __vue_render__$N = function () {
174
+ var __vue_render__$O = function () {
175
175
  var _vm = this;
176
176
 
177
177
  var _h = _vm.$createElement;
@@ -206,10 +206,10 @@ var __vue_render__$N = function () {
206
206
  }, [_vm._t("default")], 2);
207
207
  };
208
208
 
209
- var __vue_staticRenderFns__$N = [];
209
+ var __vue_staticRenderFns__$O = [];
210
210
  /* style */
211
211
 
212
- const __vue_inject_styles__$Q = function (inject) {
212
+ const __vue_inject_styles__$R = function (inject) {
213
213
  if (!inject) return;
214
214
  inject("data-v-2f9f1f74_0", {
215
215
  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)}}",
@@ -220,23 +220,23 @@ const __vue_inject_styles__$Q = function (inject) {
220
220
  /* scoped */
221
221
 
222
222
 
223
- const __vue_scope_id__$Q = undefined;
223
+ const __vue_scope_id__$R = undefined;
224
224
  /* module identifier */
225
225
 
226
- const __vue_module_identifier__$Q = undefined;
226
+ const __vue_module_identifier__$R = undefined;
227
227
  /* functional template */
228
228
 
229
- const __vue_is_functional_template__$Q = false;
229
+ const __vue_is_functional_template__$R = false;
230
230
  /* style inject SSR */
231
231
 
232
232
  /* style inject shadow dom */
233
233
 
234
- const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
235
- render: __vue_render__$N,
236
- staticRenderFns: __vue_staticRenderFns__$N
237
- }, __vue_inject_styles__$Q, __vue_script__$Q, __vue_scope_id__$Q, __vue_is_functional_template__$Q, __vue_module_identifier__$Q, false, createInjector, undefined, undefined);
234
+ const __vue_component__$R = /*#__PURE__*/normalizeComponent({
235
+ render: __vue_render__$O,
236
+ staticRenderFns: __vue_staticRenderFns__$O
237
+ }, __vue_inject_styles__$R, __vue_script__$R, __vue_scope_id__$R, __vue_is_functional_template__$R, __vue_module_identifier__$R, false, createInjector, undefined, undefined);
238
238
 
239
- var script$P = {
239
+ var script$Q = {
240
240
  name: "VcIcon",
241
241
  props: {
242
242
  dataQa: {
@@ -256,33 +256,33 @@ var script$P = {
256
256
  };
257
257
 
258
258
  /* script */
259
- const __vue_script__$P = script$P;
259
+ const __vue_script__$Q = script$Q;
260
260
  /* template */
261
261
 
262
262
  /* style */
263
263
 
264
- const __vue_inject_styles__$P = undefined;
264
+ const __vue_inject_styles__$Q = undefined;
265
265
  /* scoped */
266
266
 
267
- const __vue_scope_id__$P = undefined;
267
+ const __vue_scope_id__$Q = undefined;
268
268
  /* module identifier */
269
269
 
270
- const __vue_module_identifier__$P = undefined;
270
+ const __vue_module_identifier__$Q = undefined;
271
271
  /* functional template */
272
272
 
273
- const __vue_is_functional_template__$P = undefined;
273
+ const __vue_is_functional_template__$Q = undefined;
274
274
  /* style inject */
275
275
 
276
276
  /* style inject SSR */
277
277
 
278
278
  /* style inject shadow dom */
279
279
 
280
- const __vue_component__$P = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$P, __vue_script__$P, __vue_scope_id__$P, __vue_is_functional_template__$P, __vue_module_identifier__$P, false, undefined, undefined, undefined);
280
+ const __vue_component__$Q = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$Q, __vue_script__$Q, __vue_scope_id__$Q, __vue_is_functional_template__$Q, __vue_module_identifier__$Q, false, undefined, undefined, undefined);
281
281
 
282
- var script$O = {
282
+ var script$P = {
283
283
  name: "VcButton",
284
284
  components: {
285
- VcIcon: __vue_component__$P,
285
+ VcIcon: __vue_component__$Q,
286
286
  VBtn: VBtn
287
287
  },
288
288
  props: {
@@ -316,7 +316,7 @@ var script$O = {
316
316
  },
317
317
  color: {
318
318
  type: String,
319
- comment: "deprecated, you shuold use flavor",
319
+ comment: "deprecated, you should use flavor",
320
320
  default: "secondary",
321
321
  validator: type => {
322
322
  return ["secondary", "white"].indexOf(type) > -1;
@@ -382,13 +382,10 @@ var script$O = {
382
382
  switch (this.flavor) {
383
383
  case "primary":
384
384
  // When the flavor is primary, the theme color is the value in secondary color
385
- return this.color || "secondary";
385
+ return this.color;
386
386
 
387
387
  case "secondary":
388
388
  return this.outlined ? '--gray-darken-5' : '--neutral-lighten-2';
389
-
390
- default:
391
- return "secondary";
392
389
  }
393
390
  }
394
391
 
@@ -396,10 +393,10 @@ var script$O = {
396
393
  };
397
394
 
398
395
  /* script */
399
- const __vue_script__$O = script$O;
396
+ const __vue_script__$P = script$P;
400
397
  /* template */
401
398
 
402
- var __vue_render__$M = function () {
399
+ var __vue_render__$N = function () {
403
400
  var _vm = this;
404
401
 
405
402
  var _h = _vm.$createElement;
@@ -444,13 +441,13 @@ var __vue_render__$M = function () {
444
441
  }), _vm._v("\n " + _vm._s(_vm.label || _vm.$slots.default && _vm.$slots.default[0].text || "") + "\n "), _vm._t("append")], 2);
445
442
  };
446
443
 
447
- var __vue_staticRenderFns__$M = [];
444
+ var __vue_staticRenderFns__$N = [];
448
445
  /* style */
449
446
 
450
- const __vue_inject_styles__$O = function (inject) {
447
+ const __vue_inject_styles__$P = function (inject) {
451
448
  if (!inject) return;
452
- inject("data-v-5199cef9_0", {
453
- source: ".VcButton[data-v-5199cef9]{letter-spacing:var(--letter-spacing)}.VcButton[data-v-5199cef9]:disabled{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}.VcButton .prependDefaultIcon[data-v-5199cef9]{margin-inline-end:var(--size-value3)}.VcButton .prependDefaultIcon[data-v-5199cef9] svg{fill:currentColor}.VcButton.secondary__text[data-v-5199cef9]{color:var(--gray-darken-5)!important;border-color:var(--neutral-lighten-1)}",
449
+ inject("data-v-048cf278_0", {
450
+ source: ".VcButton[data-v-048cf278]{letter-spacing:var(--letter-spacing)}.VcButton[data-v-048cf278]:disabled{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}.VcButton .prependDefaultIcon[data-v-048cf278]{margin-inline-end:var(--size-value3)}.VcButton .prependDefaultIcon[data-v-048cf278] svg{fill:currentColor}.VcButton.secondary__text[data-v-048cf278]{color:var(--gray-darken-5)!important;border-color:var(--neutral-lighten-1)}",
454
451
  map: undefined,
455
452
  media: undefined
456
453
  });
@@ -458,28 +455,28 @@ const __vue_inject_styles__$O = function (inject) {
458
455
  /* scoped */
459
456
 
460
457
 
461
- const __vue_scope_id__$O = "data-v-5199cef9";
458
+ const __vue_scope_id__$P = "data-v-048cf278";
462
459
  /* module identifier */
463
460
 
464
- const __vue_module_identifier__$O = undefined;
461
+ const __vue_module_identifier__$P = undefined;
465
462
  /* functional template */
466
463
 
467
- const __vue_is_functional_template__$O = false;
464
+ const __vue_is_functional_template__$P = false;
468
465
  /* style inject SSR */
469
466
 
470
467
  /* style inject shadow dom */
471
468
 
472
- const __vue_component__$O = /*#__PURE__*/normalizeComponent({
473
- render: __vue_render__$M,
474
- staticRenderFns: __vue_staticRenderFns__$M
475
- }, __vue_inject_styles__$O, __vue_script__$O, __vue_scope_id__$O, __vue_is_functional_template__$O, __vue_module_identifier__$O, false, createInjector, undefined, undefined);
469
+ const __vue_component__$P = /*#__PURE__*/normalizeComponent({
470
+ render: __vue_render__$N,
471
+ staticRenderFns: __vue_staticRenderFns__$N
472
+ }, __vue_inject_styles__$P, __vue_script__$P, __vue_scope_id__$P, __vue_is_functional_template__$P, __vue_module_identifier__$P, false, createInjector, undefined, undefined);
476
473
 
477
- var script$N = {
474
+ var script$O = {
478
475
  name: 'VcModalContainer',
479
476
  components: {
480
- VcButton: __vue_component__$O,
481
- VcModalWrapper: __vue_component__$Q,
482
- VcIcon: __vue_component__$P,
477
+ VcButton: __vue_component__$P,
478
+ VcModalWrapper: __vue_component__$R,
479
+ VcIcon: __vue_component__$Q,
483
480
  VLayout: VLayout
484
481
  },
485
482
  props: {
@@ -525,10 +522,10 @@ var script$N = {
525
522
  };
526
523
 
527
524
  /* script */
528
- const __vue_script__$N = script$N;
525
+ const __vue_script__$O = script$O;
529
526
  /* template */
530
527
 
531
- var __vue_render__$L = function () {
528
+ var __vue_render__$M = function () {
532
529
  var _vm = this;
533
530
 
534
531
  var _h = _vm.$createElement;
@@ -601,13 +598,13 @@ var __vue_render__$L = function () {
601
598
  }, [_vm._t("footer")], 2) : _vm._e()])]], 2) : _vm._e();
602
599
  };
603
600
 
604
- var __vue_staticRenderFns__$L = [];
601
+ var __vue_staticRenderFns__$M = [];
605
602
  /* style */
606
603
 
607
- const __vue_inject_styles__$N = function (inject) {
604
+ const __vue_inject_styles__$O = function (inject) {
608
605
  if (!inject) return;
609
- inject("data-v-65928412_0", {
610
- 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;right: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{height:auto;padding:0}",
606
+ inject("data-v-35c8f07c_0", {
607
+ 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{height:auto;padding:0}",
611
608
  map: undefined,
612
609
  media: undefined
613
610
  });
@@ -615,23 +612,23 @@ const __vue_inject_styles__$N = function (inject) {
615
612
  /* scoped */
616
613
 
617
614
 
618
- const __vue_scope_id__$N = undefined;
615
+ const __vue_scope_id__$O = undefined;
619
616
  /* module identifier */
620
617
 
621
- const __vue_module_identifier__$N = undefined;
618
+ const __vue_module_identifier__$O = undefined;
622
619
  /* functional template */
623
620
 
624
- const __vue_is_functional_template__$N = false;
621
+ const __vue_is_functional_template__$O = false;
625
622
  /* style inject SSR */
626
623
 
627
624
  /* style inject shadow dom */
628
625
 
629
- const __vue_component__$N = /*#__PURE__*/normalizeComponent({
630
- render: __vue_render__$L,
631
- staticRenderFns: __vue_staticRenderFns__$L
632
- }, __vue_inject_styles__$N, __vue_script__$N, __vue_scope_id__$N, __vue_is_functional_template__$N, __vue_module_identifier__$N, false, createInjector, undefined, undefined);
626
+ const __vue_component__$O = /*#__PURE__*/normalizeComponent({
627
+ render: __vue_render__$M,
628
+ staticRenderFns: __vue_staticRenderFns__$M
629
+ }, __vue_inject_styles__$O, __vue_script__$O, __vue_scope_id__$O, __vue_is_functional_template__$O, __vue_module_identifier__$O, false, createInjector, undefined, undefined);
633
630
 
634
- var script$M = {
631
+ var script$N = {
635
632
  name: "VcLayout",
636
633
  render: function (createElement) {
637
634
  // `<v-layout><slot></slot></v-layout>`
@@ -645,34 +642,34 @@ var script$M = {
645
642
  };
646
643
 
647
644
  /* script */
648
- const __vue_script__$M = script$M;
645
+ const __vue_script__$N = script$N;
649
646
  /* template */
650
647
 
651
648
  /* style */
652
649
 
653
- const __vue_inject_styles__$M = undefined;
650
+ const __vue_inject_styles__$N = undefined;
654
651
  /* scoped */
655
652
 
656
- const __vue_scope_id__$M = "data-v-0751575a";
653
+ const __vue_scope_id__$N = "data-v-0751575a";
657
654
  /* module identifier */
658
655
 
659
- const __vue_module_identifier__$M = undefined;
656
+ const __vue_module_identifier__$N = undefined;
660
657
  /* functional template */
661
658
 
662
- const __vue_is_functional_template__$M = undefined;
659
+ const __vue_is_functional_template__$N = undefined;
663
660
  /* style inject */
664
661
 
665
662
  /* style inject SSR */
666
663
 
667
664
  /* style inject shadow dom */
668
665
 
669
- const __vue_component__$M = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$M, __vue_script__$M, __vue_scope_id__$M, __vue_is_functional_template__$M, __vue_module_identifier__$M, false, undefined, undefined, undefined);
666
+ const __vue_component__$N = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$N, __vue_script__$N, __vue_scope_id__$N, __vue_is_functional_template__$N, __vue_module_identifier__$N, false, undefined, undefined, undefined);
670
667
 
671
- var script$L = {
668
+ var script$M = {
672
669
  name: "VcModalFooter",
673
670
  components: {
674
- VcLayout: __vue_component__$M,
675
- VcButton: __vue_component__$O
671
+ VcLayout: __vue_component__$N,
672
+ VcButton: __vue_component__$P
676
673
  },
677
674
  props: {
678
675
  direction: {
@@ -701,10 +698,10 @@ var script$L = {
701
698
  };
702
699
 
703
700
  /* script */
704
- const __vue_script__$L = script$L;
701
+ const __vue_script__$M = script$M;
705
702
  /* template */
706
703
 
707
- var __vue_render__$K = function () {
704
+ var __vue_render__$L = function () {
708
705
  var _vm = this;
709
706
 
710
707
  var _h = _vm.$createElement;
@@ -739,10 +736,10 @@ var __vue_render__$K = function () {
739
736
  }), 1);
740
737
  };
741
738
 
742
- var __vue_staticRenderFns__$K = [];
739
+ var __vue_staticRenderFns__$L = [];
743
740
  /* style */
744
741
 
745
- const __vue_inject_styles__$L = function (inject) {
742
+ const __vue_inject_styles__$M = function (inject) {
746
743
  if (!inject) return;
747
744
  inject("data-v-79ae858b_0", {
748
745
  source: ".VcModalFooter.vertical .VcFooterButton[data-v-79ae858b]{width:100%;margin-bottom:var(--size-value2)}.VcModalFooter.vertical .VcFooterButton[data-v-79ae858b]:last-of-type{margin-bottom:0}@media screen and (min-width:960px){.VcModalFooter.vertical .VcFooterButton[data-v-79ae858b]{width:auto}}.VcModalFooter.horizontal .VcFooterButton[data-v-79ae858b]{flex-basis:0;flex-grow:1}.VcModalFooter.horizontal .VcFooterButton[data-v-79ae858b]:first-of-type{margin-left:0}.VcModalFooter.horizontal .VcFooterButton[data-v-79ae858b]:last-of-type{margin-right:0}@media screen and (min-width:960px){.VcModalFooter.horizontal .VcFooterButton[data-v-79ae858b]{flex-basis:auto;flex-grow:0}}.VcModalFooter .VcFooterButton[data-v-79ae858b]{margin-left:var(--size-value1);margin-right:var(--size-value1)}",
@@ -753,28 +750,28 @@ const __vue_inject_styles__$L = function (inject) {
753
750
  /* scoped */
754
751
 
755
752
 
756
- const __vue_scope_id__$L = "data-v-79ae858b";
753
+ const __vue_scope_id__$M = "data-v-79ae858b";
757
754
  /* module identifier */
758
755
 
759
- const __vue_module_identifier__$L = undefined;
756
+ const __vue_module_identifier__$M = undefined;
760
757
  /* functional template */
761
758
 
762
- const __vue_is_functional_template__$L = false;
759
+ const __vue_is_functional_template__$M = false;
763
760
  /* style inject SSR */
764
761
 
765
762
  /* style inject shadow dom */
766
763
 
767
- const __vue_component__$L = /*#__PURE__*/normalizeComponent({
768
- render: __vue_render__$K,
769
- staticRenderFns: __vue_staticRenderFns__$K
770
- }, __vue_inject_styles__$L, __vue_script__$L, __vue_scope_id__$L, __vue_is_functional_template__$L, __vue_module_identifier__$L, false, createInjector, undefined, undefined);
764
+ const __vue_component__$M = /*#__PURE__*/normalizeComponent({
765
+ render: __vue_render__$L,
766
+ staticRenderFns: __vue_staticRenderFns__$L
767
+ }, __vue_inject_styles__$M, __vue_script__$M, __vue_scope_id__$M, __vue_is_functional_template__$M, __vue_module_identifier__$M, false, createInjector, undefined, undefined);
771
768
 
772
- var script$K = {
769
+ var script$L = {
773
770
  name: "VcModalHeader",
774
771
  components: {
775
- VcLayout: __vue_component__$M,
776
- VcIcon: __vue_component__$P,
777
- VcButton: __vue_component__$O
772
+ VcLayout: __vue_component__$N,
773
+ VcIcon: __vue_component__$Q,
774
+ VcButton: __vue_component__$P
778
775
  },
779
776
  props: {
780
777
  topTitle: {
@@ -831,10 +828,10 @@ var script$K = {
831
828
  };
832
829
 
833
830
  /* script */
834
- const __vue_script__$K = script$K;
831
+ const __vue_script__$L = script$L;
835
832
  /* template */
836
833
 
837
- var __vue_render__$J = function () {
834
+ var __vue_render__$K = function () {
838
835
  var _vm = this;
839
836
 
840
837
  var _h = _vm.$createElement;
@@ -935,10 +932,10 @@ var __vue_render__$J = function () {
935
932
  }) : _vm._e()], 2);
936
933
  };
937
934
 
938
- var __vue_staticRenderFns__$J = [];
935
+ var __vue_staticRenderFns__$K = [];
939
936
  /* style */
940
937
 
941
- const __vue_inject_styles__$K = function (inject) {
938
+ const __vue_inject_styles__$L = function (inject) {
942
939
  if (!inject) return;
943
940
  inject("data-v-0446c685_0", {
944
941
  source: ".VcHeader[data-v-0446c685]{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-0446c685]{padding:var(--size-value4) var(--size-value4) var(--size-value4) var(--size-value6)}}.VcHeader.no-close-button[data-v-0446c685]{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-0446c685]{padding-block-end:var(--size-value0)}.VcHeader .VcHeaderImage[data-v-0446c685]{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-0446c685]{font-size:11px;font-weight:var(--font-weight-medium);line-height:var(--size-value3);color:var(--gray-darken-3)}.VcHeader .VcHeaderTitleWithPadding[data-v-0446c685]{padding-left:var(--size-value6)}.VcHeader .VcHeaderDescription[data-v-0446c685]{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-0446c685]{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-0446c685]{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-0446c685]{font-weight:var(--font-weight-large2);padding-bottom:var(--size-value1);padding-top:var(--size-value6)}}.VcHeader.confirm .VcHeaderButton[data-v-0446c685],.VcHeader.input .VcHeaderButton[data-v-0446c685]{max-height:24px;margin-right:var(--size-value3)}.VcHeader.confirm .VcHeaderIcon[data-v-0446c685],.VcHeader.input .VcHeaderIcon[data-v-0446c685]{padding-right:var(--size-value3);font-size:var(--font-size-medium)}@media screen and (min-width:960px){.VcHeader.input[data-v-0446c685]{padding-bottom:var(--size-value3)}}.VcHeader .close-button[data-v-0446c685]{height:var(--size-value3);width:var(--size-value3);padding:unset}.VcHeader .close-button .mobile-close-icon[data-v-0446c685]{fill:var(--gray-darken-2);width:var(--size-value3)}",
@@ -949,30 +946,30 @@ const __vue_inject_styles__$K = function (inject) {
949
946
  /* scoped */
950
947
 
951
948
 
952
- const __vue_scope_id__$K = "data-v-0446c685";
949
+ const __vue_scope_id__$L = "data-v-0446c685";
953
950
  /* module identifier */
954
951
 
955
- const __vue_module_identifier__$K = undefined;
952
+ const __vue_module_identifier__$L = undefined;
956
953
  /* functional template */
957
954
 
958
- const __vue_is_functional_template__$K = false;
955
+ const __vue_is_functional_template__$L = false;
959
956
  /* style inject SSR */
960
957
 
961
958
  /* style inject shadow dom */
962
959
 
963
- const __vue_component__$K = /*#__PURE__*/normalizeComponent({
964
- render: __vue_render__$J,
965
- staticRenderFns: __vue_staticRenderFns__$J
966
- }, __vue_inject_styles__$K, __vue_script__$K, __vue_scope_id__$K, __vue_is_functional_template__$K, __vue_module_identifier__$K, false, createInjector, undefined, undefined);
960
+ const __vue_component__$L = /*#__PURE__*/normalizeComponent({
961
+ render: __vue_render__$K,
962
+ staticRenderFns: __vue_staticRenderFns__$K
963
+ }, __vue_inject_styles__$L, __vue_script__$L, __vue_scope_id__$L, __vue_is_functional_template__$L, __vue_module_identifier__$L, false, createInjector, undefined, undefined);
967
964
 
968
- var script$J = {
965
+ var script$K = {
969
966
  name: "VcConfirmModal",
970
967
  components: {
971
- VcModalHeader: __vue_component__$K,
972
- VcLayout: __vue_component__$M,
973
- VcModalFooter: __vue_component__$L,
974
- VcIcon: __vue_component__$P,
975
- VcModalContainer: __vue_component__$N
968
+ VcModalHeader: __vue_component__$L,
969
+ VcLayout: __vue_component__$N,
970
+ VcModalFooter: __vue_component__$M,
971
+ VcIcon: __vue_component__$Q,
972
+ VcModalContainer: __vue_component__$O
976
973
  },
977
974
  props: {
978
975
  showDialog: {
@@ -1029,10 +1026,10 @@ var script$J = {
1029
1026
  };
1030
1027
 
1031
1028
  /* script */
1032
- const __vue_script__$J = script$J;
1029
+ const __vue_script__$K = script$K;
1033
1030
  /* template */
1034
1031
 
1035
- var __vue_render__$I = function () {
1032
+ var __vue_render__$J = function () {
1036
1033
  var _vm = this;
1037
1034
 
1038
1035
  var _h = _vm.$createElement;
@@ -1115,31 +1112,31 @@ var __vue_render__$I = function () {
1115
1112
  });
1116
1113
  };
1117
1114
 
1118
- var __vue_staticRenderFns__$I = [];
1115
+ var __vue_staticRenderFns__$J = [];
1119
1116
  /* style */
1120
1117
 
1121
- const __vue_inject_styles__$J = undefined;
1118
+ const __vue_inject_styles__$K = undefined;
1122
1119
  /* scoped */
1123
1120
 
1124
- const __vue_scope_id__$J = "data-v-5b1ba5c6";
1121
+ const __vue_scope_id__$K = "data-v-5b1ba5c6";
1125
1122
  /* module identifier */
1126
1123
 
1127
- const __vue_module_identifier__$J = undefined;
1124
+ const __vue_module_identifier__$K = undefined;
1128
1125
  /* functional template */
1129
1126
 
1130
- const __vue_is_functional_template__$J = false;
1127
+ const __vue_is_functional_template__$K = false;
1131
1128
  /* style inject */
1132
1129
 
1133
1130
  /* style inject SSR */
1134
1131
 
1135
1132
  /* style inject shadow dom */
1136
1133
 
1137
- const __vue_component__$J = /*#__PURE__*/normalizeComponent({
1138
- render: __vue_render__$I,
1139
- staticRenderFns: __vue_staticRenderFns__$I
1140
- }, __vue_inject_styles__$J, __vue_script__$J, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, undefined, undefined, undefined);
1134
+ const __vue_component__$K = /*#__PURE__*/normalizeComponent({
1135
+ render: __vue_render__$J,
1136
+ staticRenderFns: __vue_staticRenderFns__$J
1137
+ }, __vue_inject_styles__$K, __vue_script__$K, __vue_scope_id__$K, __vue_is_functional_template__$K, __vue_module_identifier__$K, false, undefined, undefined, undefined);
1141
1138
 
1142
- var script$I = {
1139
+ var script$J = {
1143
1140
  name: "VcForm",
1144
1141
  methods: {
1145
1142
  validate() {
@@ -1159,38 +1156,38 @@ var script$I = {
1159
1156
  };
1160
1157
 
1161
1158
  /* script */
1162
- const __vue_script__$I = script$I;
1159
+ const __vue_script__$J = script$J;
1163
1160
  /* template */
1164
1161
 
1165
1162
  /* style */
1166
1163
 
1167
- const __vue_inject_styles__$I = undefined;
1164
+ const __vue_inject_styles__$J = undefined;
1168
1165
  /* scoped */
1169
1166
 
1170
- const __vue_scope_id__$I = "data-v-398cf17d";
1167
+ const __vue_scope_id__$J = "data-v-398cf17d";
1171
1168
  /* module identifier */
1172
1169
 
1173
- const __vue_module_identifier__$I = undefined;
1170
+ const __vue_module_identifier__$J = undefined;
1174
1171
  /* functional template */
1175
1172
 
1176
- const __vue_is_functional_template__$I = undefined;
1173
+ const __vue_is_functional_template__$J = undefined;
1177
1174
  /* style inject */
1178
1175
 
1179
1176
  /* style inject SSR */
1180
1177
 
1181
1178
  /* style inject shadow dom */
1182
1179
 
1183
- const __vue_component__$I = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$I, __vue_script__$I, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, undefined, undefined, undefined);
1180
+ const __vue_component__$J = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$J, __vue_script__$J, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, undefined, undefined, undefined);
1184
1181
 
1185
- var script$H = {
1182
+ var script$I = {
1186
1183
  name: "VcInputModal",
1187
1184
  components: {
1188
- VcForm: __vue_component__$I,
1189
- VcLayout: __vue_component__$M,
1190
- VcModalFooter: __vue_component__$L,
1191
- VcIcon: __vue_component__$P,
1192
- VcModalContainer: __vue_component__$N,
1193
- VcModalHeader: __vue_component__$K
1185
+ VcForm: __vue_component__$J,
1186
+ VcLayout: __vue_component__$N,
1187
+ VcModalFooter: __vue_component__$M,
1188
+ VcIcon: __vue_component__$Q,
1189
+ VcModalContainer: __vue_component__$O,
1190
+ VcModalHeader: __vue_component__$L
1194
1191
  },
1195
1192
  props: {
1196
1193
  showDialog: {
@@ -1283,10 +1280,10 @@ var script$H = {
1283
1280
  };
1284
1281
 
1285
1282
  /* script */
1286
- const __vue_script__$H = script$H;
1283
+ const __vue_script__$I = script$I;
1287
1284
  /* template */
1288
1285
 
1289
- var __vue_render__$H = function () {
1286
+ var __vue_render__$I = function () {
1290
1287
  var _vm = this;
1291
1288
 
1292
1289
  var _h = _vm.$createElement;
@@ -1390,10 +1387,10 @@ var __vue_render__$H = function () {
1390
1387
  });
1391
1388
  };
1392
1389
 
1393
- var __vue_staticRenderFns__$H = [];
1390
+ var __vue_staticRenderFns__$I = [];
1394
1391
  /* style */
1395
1392
 
1396
- const __vue_inject_styles__$H = function (inject) {
1393
+ const __vue_inject_styles__$I = function (inject) {
1397
1394
  if (!inject) return;
1398
1395
  inject("data-v-66b94d97_0", {
1399
1396
  source: ".VcInputForm-layout .VcInputForm-main[data-v-66b94d97]{width:100%;max-width:100%;padding:var(--size-value6)}.VcInputForm-layout .VcInputForm-additional[data-v-66b94d97]{min-width:324px;padding:var(--size-value6);background:#f8f9fb;border-left:1px solid rgba(0,0,0,.12)}",
@@ -1404,26 +1401,26 @@ const __vue_inject_styles__$H = function (inject) {
1404
1401
  /* scoped */
1405
1402
 
1406
1403
 
1407
- const __vue_scope_id__$H = "data-v-66b94d97";
1404
+ const __vue_scope_id__$I = "data-v-66b94d97";
1408
1405
  /* module identifier */
1409
1406
 
1410
- const __vue_module_identifier__$H = undefined;
1407
+ const __vue_module_identifier__$I = undefined;
1411
1408
  /* functional template */
1412
1409
 
1413
- const __vue_is_functional_template__$H = false;
1410
+ const __vue_is_functional_template__$I = false;
1414
1411
  /* style inject SSR */
1415
1412
 
1416
1413
  /* style inject shadow dom */
1417
1414
 
1418
- const __vue_component__$H = /*#__PURE__*/normalizeComponent({
1419
- render: __vue_render__$H,
1420
- staticRenderFns: __vue_staticRenderFns__$H
1421
- }, __vue_inject_styles__$H, __vue_script__$H, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, createInjector, undefined, undefined);
1415
+ const __vue_component__$I = /*#__PURE__*/normalizeComponent({
1416
+ render: __vue_render__$I,
1417
+ staticRenderFns: __vue_staticRenderFns__$I
1418
+ }, __vue_inject_styles__$I, __vue_script__$I, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, createInjector, undefined, undefined);
1422
1419
 
1423
- var script$G = {
1420
+ var script$H = {
1424
1421
  name: "VcImage",
1425
1422
  components: {
1426
- VcLayout: __vue_component__$M
1423
+ VcLayout: __vue_component__$N
1427
1424
  },
1428
1425
  props: {
1429
1426
  image: {
@@ -1438,10 +1435,10 @@ var script$G = {
1438
1435
  };
1439
1436
 
1440
1437
  /* script */
1441
- const __vue_script__$G = script$G;
1438
+ const __vue_script__$H = script$H;
1442
1439
  /* template */
1443
1440
 
1444
- var __vue_render__$G = function () {
1441
+ var __vue_render__$H = function () {
1445
1442
  var _vm = this;
1446
1443
 
1447
1444
  var _h = _vm.$createElement;
@@ -1465,10 +1462,10 @@ var __vue_render__$G = function () {
1465
1462
  })], 1);
1466
1463
  };
1467
1464
 
1468
- var __vue_staticRenderFns__$G = [];
1465
+ var __vue_staticRenderFns__$H = [];
1469
1466
  /* style */
1470
1467
 
1471
- const __vue_inject_styles__$G = function (inject) {
1468
+ const __vue_inject_styles__$H = function (inject) {
1472
1469
  if (!inject) return;
1473
1470
  inject("data-v-46be532e_0", {
1474
1471
  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%}",
@@ -1479,29 +1476,29 @@ const __vue_inject_styles__$G = function (inject) {
1479
1476
  /* scoped */
1480
1477
 
1481
1478
 
1482
- const __vue_scope_id__$G = "data-v-46be532e";
1479
+ const __vue_scope_id__$H = "data-v-46be532e";
1483
1480
  /* module identifier */
1484
1481
 
1485
- const __vue_module_identifier__$G = undefined;
1482
+ const __vue_module_identifier__$H = undefined;
1486
1483
  /* functional template */
1487
1484
 
1488
- const __vue_is_functional_template__$G = false;
1485
+ const __vue_is_functional_template__$H = false;
1489
1486
  /* style inject SSR */
1490
1487
 
1491
1488
  /* style inject shadow dom */
1492
1489
 
1493
- const __vue_component__$G = /*#__PURE__*/normalizeComponent({
1494
- render: __vue_render__$G,
1495
- staticRenderFns: __vue_staticRenderFns__$G
1496
- }, __vue_inject_styles__$G, __vue_script__$G, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, createInjector, undefined, undefined);
1490
+ const __vue_component__$H = /*#__PURE__*/normalizeComponent({
1491
+ render: __vue_render__$H,
1492
+ staticRenderFns: __vue_staticRenderFns__$H
1493
+ }, __vue_inject_styles__$H, __vue_script__$H, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, createInjector, undefined, undefined);
1497
1494
 
1498
- var script$F = {
1495
+ var script$G = {
1499
1496
  name: "VcNoticeModal",
1500
1497
  components: {
1501
- VcImage: __vue_component__$G,
1502
- VcLayout: __vue_component__$M,
1503
- VcModalFooter: __vue_component__$L,
1504
- VcModalContainer: __vue_component__$N
1498
+ VcImage: __vue_component__$H,
1499
+ VcLayout: __vue_component__$N,
1500
+ VcModalFooter: __vue_component__$M,
1501
+ VcModalContainer: __vue_component__$O
1505
1502
  },
1506
1503
  props: {
1507
1504
  showDialog: {
@@ -1561,10 +1558,10 @@ var script$F = {
1561
1558
  };
1562
1559
 
1563
1560
  /* script */
1564
- const __vue_script__$F = script$F;
1561
+ const __vue_script__$G = script$G;
1565
1562
  /* template */
1566
1563
 
1567
- var __vue_render__$F = function () {
1564
+ var __vue_render__$G = function () {
1568
1565
  var _vm = this;
1569
1566
 
1570
1567
  var _h = _vm.$createElement;
@@ -1651,10 +1648,10 @@ var __vue_render__$F = function () {
1651
1648
  });
1652
1649
  };
1653
1650
 
1654
- var __vue_staticRenderFns__$F = [];
1651
+ var __vue_staticRenderFns__$G = [];
1655
1652
  /* style */
1656
1653
 
1657
- const __vue_inject_styles__$F = function (inject) {
1654
+ const __vue_inject_styles__$G = function (inject) {
1658
1655
  if (!inject) return;
1659
1656
  inject("data-v-d8b2c82a_0", {
1660
1657
  source: ".VcNoticeImage[data-v-d8b2c82a]{margin-bottom:var(--size-value4)}.VcNoticeImage.md[data-v-d8b2c82a],.VcNoticeImage.responsive[data-v-d8b2c82a],.VcNoticeImage.sm[data-v-d8b2c82a]{height:160px}.VcNoticeImage.lg[data-v-d8b2c82a]{height:208px}.VcNoticeContent[data-v-d8b2c82a],.VcNoticeHeader[data-v-d8b2c82a],.VcNoticeSubtitle[data-v-d8b2c82a]{text-align:center;line-height:24px}.VcNoticeHeader[data-v-d8b2c82a]{text-align:center;align-items:center;font-size:18px;font-weight:600;line-height:28px}@media screen and (min-width:960px){.VcNoticeHeader[data-v-d8b2c82a]{font-size:24px;font-weight:800;line-height:var(--size-value10)}}.VcNoticeHeader .VcNoticeHeaderText[data-v-d8b2c82a]{padding-bottom:var(--size-value2)}.VcNoticeHeader.prominent .VcNoticeHeaderText[data-v-d8b2c82a]{font-size:18px;font-weight:600}.VcNoticeSubtitle[data-v-d8b2c82a]{font-size:15px;font-weight:var(--font-weight-medium);line-height:var(--size-value6)}@media screen and (min-width:960px){.VcNoticeSubtitle[data-v-d8b2c82a]{font-size:var(--font-size-small)}}.VcNoticeSubtitle.prominent[data-v-d8b2c82a]{font-size:15px}.VcNoticeContent[data-v-d8b2c82a]{background:#eafcf2;border:1px solid #cff8e1;box-sizing:border-box;border-radius:8px;padding:var(--size-value3) var(--size-value4);margin-top:var(--size-value4);line-height:20px;font-size:13px}@media screen and (min-width:960px){.VcNoticeContent[data-v-d8b2c82a]{line-height:21px;font-size:14px}}.VcNoticeFooter[data-v-d8b2c82a]{padding-bottom:var(--size-value10)}",
@@ -1665,28 +1662,28 @@ const __vue_inject_styles__$F = function (inject) {
1665
1662
  /* scoped */
1666
1663
 
1667
1664
 
1668
- const __vue_scope_id__$F = "data-v-d8b2c82a";
1665
+ const __vue_scope_id__$G = "data-v-d8b2c82a";
1669
1666
  /* module identifier */
1670
1667
 
1671
- const __vue_module_identifier__$F = undefined;
1668
+ const __vue_module_identifier__$G = undefined;
1672
1669
  /* functional template */
1673
1670
 
1674
- const __vue_is_functional_template__$F = false;
1671
+ const __vue_is_functional_template__$G = false;
1675
1672
  /* style inject SSR */
1676
1673
 
1677
1674
  /* style inject shadow dom */
1678
1675
 
1679
- const __vue_component__$F = /*#__PURE__*/normalizeComponent({
1680
- render: __vue_render__$F,
1681
- staticRenderFns: __vue_staticRenderFns__$F
1682
- }, __vue_inject_styles__$F, __vue_script__$F, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, createInjector, undefined, undefined);
1676
+ const __vue_component__$G = /*#__PURE__*/normalizeComponent({
1677
+ render: __vue_render__$G,
1678
+ staticRenderFns: __vue_staticRenderFns__$G
1679
+ }, __vue_inject_styles__$G, __vue_script__$G, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, createInjector, undefined, undefined);
1683
1680
 
1684
- var script$E = {
1681
+ var script$F = {
1685
1682
  name: "VcAlert",
1686
1683
  components: {
1687
- VcIcon: __vue_component__$P,
1688
- VcButton: __vue_component__$O,
1689
- VcLayout: __vue_component__$M,
1684
+ VcIcon: __vue_component__$Q,
1685
+ VcButton: __vue_component__$P,
1686
+ VcLayout: __vue_component__$N,
1690
1687
  VAlert: VAlert
1691
1688
  },
1692
1689
  props: {
@@ -1782,10 +1779,10 @@ var script$E = {
1782
1779
  };
1783
1780
 
1784
1781
  /* script */
1785
- const __vue_script__$E = script$E;
1782
+ const __vue_script__$F = script$F;
1786
1783
  /* template */
1787
1784
 
1788
- var __vue_render__$E = function () {
1785
+ var __vue_render__$F = function () {
1789
1786
  var _vm = this;
1790
1787
 
1791
1788
  var _h = _vm.$createElement;
@@ -1855,10 +1852,10 @@ var __vue_render__$E = function () {
1855
1852
  }) : _vm._e()], 1);
1856
1853
  };
1857
1854
 
1858
- var __vue_staticRenderFns__$E = [];
1855
+ var __vue_staticRenderFns__$F = [];
1859
1856
  /* style */
1860
1857
 
1861
- const __vue_inject_styles__$E = function (inject) {
1858
+ const __vue_inject_styles__$F = function (inject) {
1862
1859
  if (!inject) return;
1863
1860
  inject("data-v-7847c9c0_0", {
1864
1861
  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)}",
@@ -1869,21 +1866,21 @@ const __vue_inject_styles__$E = function (inject) {
1869
1866
  /* scoped */
1870
1867
 
1871
1868
 
1872
- const __vue_scope_id__$E = undefined;
1869
+ const __vue_scope_id__$F = undefined;
1873
1870
  /* module identifier */
1874
1871
 
1875
- const __vue_module_identifier__$E = undefined;
1872
+ const __vue_module_identifier__$F = undefined;
1876
1873
  /* functional template */
1877
1874
 
1878
- const __vue_is_functional_template__$E = false;
1875
+ const __vue_is_functional_template__$F = false;
1879
1876
  /* style inject SSR */
1880
1877
 
1881
1878
  /* style inject shadow dom */
1882
1879
 
1883
- const __vue_component__$E = /*#__PURE__*/normalizeComponent({
1884
- render: __vue_render__$E,
1885
- staticRenderFns: __vue_staticRenderFns__$E
1886
- }, __vue_inject_styles__$E, __vue_script__$E, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, createInjector, undefined, undefined);
1880
+ const __vue_component__$F = /*#__PURE__*/normalizeComponent({
1881
+ render: __vue_render__$F,
1882
+ staticRenderFns: __vue_staticRenderFns__$F
1883
+ }, __vue_inject_styles__$F, __vue_script__$F, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, createInjector, undefined, undefined);
1887
1884
 
1888
1885
  //
1889
1886
  //
@@ -1931,7 +1928,7 @@ const __vue_component__$E = /*#__PURE__*/normalizeComponent({
1931
1928
  //
1932
1929
  //
1933
1930
  //
1934
- var script$D = {
1931
+ var script$E = {
1935
1932
  components: {
1936
1933
  VTooltip: VTooltip
1937
1934
  },
@@ -1992,10 +1989,10 @@ var script$D = {
1992
1989
  };
1993
1990
 
1994
1991
  /* script */
1995
- const __vue_script__$D = script$D;
1992
+ const __vue_script__$E = script$E;
1996
1993
  /* template */
1997
1994
 
1998
- var __vue_render__$D = function () {
1995
+ var __vue_render__$E = function () {
1999
1996
  var _vm = this;
2000
1997
 
2001
1998
  var _h = _vm.$createElement;
@@ -2048,13 +2045,13 @@ var __vue_render__$D = function () {
2048
2045
  })])])])], 1);
2049
2046
  };
2050
2047
 
2051
- var __vue_staticRenderFns__$D = [];
2048
+ var __vue_staticRenderFns__$E = [];
2052
2049
  /* style */
2053
2050
 
2054
- const __vue_inject_styles__$D = function (inject) {
2051
+ const __vue_inject_styles__$E = function (inject) {
2055
2052
  if (!inject) return;
2056
2053
  inject("data-v-09191fda_0", {
2057
- 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-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;--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;--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{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}",
2054
+ 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;--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;--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{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}",
2058
2055
  map: undefined,
2059
2056
  media: undefined
2060
2057
  });
@@ -2062,26 +2059,26 @@ const __vue_inject_styles__$D = function (inject) {
2062
2059
  /* scoped */
2063
2060
 
2064
2061
 
2065
- const __vue_scope_id__$D = undefined;
2062
+ const __vue_scope_id__$E = undefined;
2066
2063
  /* module identifier */
2067
2064
 
2068
- const __vue_module_identifier__$D = undefined;
2065
+ const __vue_module_identifier__$E = undefined;
2069
2066
  /* functional template */
2070
2067
 
2071
- const __vue_is_functional_template__$D = false;
2068
+ const __vue_is_functional_template__$E = false;
2072
2069
  /* style inject SSR */
2073
2070
 
2074
2071
  /* style inject shadow dom */
2075
2072
 
2076
- const __vue_component__$D = /*#__PURE__*/normalizeComponent({
2077
- render: __vue_render__$D,
2078
- staticRenderFns: __vue_staticRenderFns__$D
2079
- }, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, createInjector, undefined, undefined);
2073
+ const __vue_component__$E = /*#__PURE__*/normalizeComponent({
2074
+ render: __vue_render__$E,
2075
+ staticRenderFns: __vue_staticRenderFns__$E
2076
+ }, __vue_inject_styles__$E, __vue_script__$E, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, createInjector, undefined, undefined);
2080
2077
 
2081
- var script$C = {
2078
+ var script$D = {
2082
2079
  name: "VcIconWithTooltip",
2083
2080
  components: {
2084
- VcTooltip: __vue_component__$D,
2081
+ VcTooltip: __vue_component__$E,
2085
2082
  VIcon: VIcon
2086
2083
  },
2087
2084
  props: {
@@ -2141,10 +2138,10 @@ var script$C = {
2141
2138
  };
2142
2139
 
2143
2140
  /* script */
2144
- const __vue_script__$C = script$C;
2141
+ const __vue_script__$D = script$D;
2145
2142
  /* template */
2146
2143
 
2147
- var __vue_render__$C = function () {
2144
+ var __vue_render__$D = function () {
2148
2145
  var _vm = this;
2149
2146
 
2150
2147
  var _h = _vm.$createElement;
@@ -2174,13 +2171,13 @@ var __vue_render__$C = function () {
2174
2171
  }, [_vm._v("\n " + _vm._s(_vm.getIcon) + "\n ")])]], 2);
2175
2172
  };
2176
2173
 
2177
- var __vue_staticRenderFns__$C = [];
2174
+ var __vue_staticRenderFns__$D = [];
2178
2175
  /* style */
2179
2176
 
2180
- const __vue_inject_styles__$C = function (inject) {
2177
+ const __vue_inject_styles__$D = function (inject) {
2181
2178
  if (!inject) return;
2182
2179
  inject("data-v-7193d7d6_0", {
2183
- 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-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;--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;--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)}",
2180
+ 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;--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;--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)}",
2184
2181
  map: undefined,
2185
2182
  media: undefined
2186
2183
  });
@@ -2188,25 +2185,25 @@ const __vue_inject_styles__$C = function (inject) {
2188
2185
  /* scoped */
2189
2186
 
2190
2187
 
2191
- const __vue_scope_id__$C = undefined;
2188
+ const __vue_scope_id__$D = undefined;
2192
2189
  /* module identifier */
2193
2190
 
2194
- const __vue_module_identifier__$C = undefined;
2191
+ const __vue_module_identifier__$D = undefined;
2195
2192
  /* functional template */
2196
2193
 
2197
- const __vue_is_functional_template__$C = false;
2194
+ const __vue_is_functional_template__$D = false;
2198
2195
  /* style inject SSR */
2199
2196
 
2200
2197
  /* style inject shadow dom */
2201
2198
 
2202
- const __vue_component__$C = /*#__PURE__*/normalizeComponent({
2203
- render: __vue_render__$C,
2204
- staticRenderFns: __vue_staticRenderFns__$C
2205
- }, __vue_inject_styles__$C, __vue_script__$C, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
2199
+ const __vue_component__$D = /*#__PURE__*/normalizeComponent({
2200
+ render: __vue_render__$D,
2201
+ staticRenderFns: __vue_staticRenderFns__$D
2202
+ }, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, createInjector, undefined, undefined);
2206
2203
 
2207
- var script$B = {
2204
+ var script$C = {
2208
2205
  components: {
2209
- VcImage: __vue_component__$G,
2206
+ VcImage: __vue_component__$H,
2210
2207
  VIcon: VIcon,
2211
2208
  VTooltip: VTooltip
2212
2209
  },
@@ -2342,10 +2339,10 @@ var script$B = {
2342
2339
  };
2343
2340
 
2344
2341
  /* script */
2345
- const __vue_script__$B = script$B;
2342
+ const __vue_script__$C = script$C;
2346
2343
  /* template */
2347
2344
 
2348
- var __vue_render__$B = function () {
2345
+ var __vue_render__$C = function () {
2349
2346
  var _vm = this;
2350
2347
 
2351
2348
  var _h = _vm.$createElement;
@@ -2395,13 +2392,13 @@ var __vue_render__$B = function () {
2395
2392
  }, [_vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.lightModeTooltip))])])], 1);
2396
2393
  };
2397
2394
 
2398
- var __vue_staticRenderFns__$B = [];
2395
+ var __vue_staticRenderFns__$C = [];
2399
2396
  /* style */
2400
2397
 
2401
- const __vue_inject_styles__$B = function (inject) {
2398
+ const __vue_inject_styles__$C = function (inject) {
2402
2399
  if (!inject) return;
2403
2400
  inject("data-v-b135b8c4_0", {
2404
- source: "[data-v-b135b8c4]: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-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;--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;--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-b135b8c4]{position:relative;border-radius:50%;text-align:center;color:var(--modal-bg-color)}.avatar-wrapper.show-border[data-v-b135b8c4]{border:1px solid var(--modal-bg-color)}.avatar-wrapper.vc-disabled[data-v-b135b8c4]{filter:grayscale(100%)}.avatar-wrapper.light-mode[data-v-b135b8c4]{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-b135b8c4]{height:var(--avatar-x-sm);width:var(--avatar-x-sm);font-size:var(--font-size-xxx-small)}.avatar-wrapper.sm[data-v-b135b8c4]{height:var(--avatar-sm);width:var(--avatar-sm);font-size:var(--font-size-xx-small)}.avatar-wrapper.md[data-v-b135b8c4]{height:var(--avatar-md);width:var(--avatar-md);font-size:var(--font-size-small)}.avatar-wrapper.lg[data-v-b135b8c4]{height:var(--avatar-lg);width:var(--avatar-lg);font-size:var(--font-size-small3)}.avatar-wrapper .avatar-image[data-v-b135b8c4]{height:100%;width:100%;border-radius:50%;overflow:hidden}.avatar-wrapper .avatar-image[data-v-b135b8c4] svg{height:100%}.avatar-wrapper .avatar-image[data-v-b135b8c4] img{height:100%}.avatar-wrapper .avatar-initials[data-v-b135b8c4]{position:relative;top:50%;font-weight:var(--font-weight-medium2);transform:translateY(-50%)}.avatar-wrapper .badge[data-v-b135b8c4]{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-b135b8c4]{--gap:var(--size-value1)}.avatar-wrapper .badge.sm[data-v-b135b8c4]{--gap:var(--size-value1)}.avatar-wrapper .badge.md[data-v-b135b8c4]{--gap:2px}.avatar-wrapper .badge.lg[data-v-b135b8c4]{--gap:var(--size-value0)}.avatar-wrapper .badge.right[data-v-b135b8c4]{left:unset;right:calc(var(--gap) * -1)}.avatar-wrapper .badge.confirmed[data-v-b135b8c4]{border:2px var(--modal-bg-color) solid}.color-0[data-v-b135b8c4]{background-color:#fed62f}.color-1[data-v-b135b8c4]{background-color:#fec22e}.color-2[data-v-b135b8c4]{background-color:#feac2a}.color-3[data-v-b135b8c4]{background-color:#fe9a28}.color-4[data-v-b135b8c4]{background-color:#fd7024}.color-5[data-v-b135b8c4]{background-color:#fd5b32}.color-6[data-v-b135b8c4]{background-color:#f2483f}.color-7[data-v-b135b8c4]{background-color:#dc331b}.color-8[data-v-b135b8c4]{background-color:#d41419}.color-9[data-v-b135b8c4]{background-color:#e72866}.color-10[data-v-b135b8c4]{background-color:#c41c63}.color-11[data-v-b135b8c4]{background-color:#9b2bae}.color-12[data-v-b135b8c4]{background-color:#673bb5}.color-13[data-v-b135b8c4]{background-color:#7c4efc}.color-14[data-v-b135b8c4]{background-color:#4051b3}.color-15[data-v-b135b8c4]{background-color:#311b92}.color-16[data-v-b135b8c4]{background-color:#2d62fb}.color-17[data-v-b135b8c4]{background-color:#5c6bc0}.color-18[data-v-b135b8c4]{background-color:#17a8f1}.color-19[data-v-b135b8c4]{background-color:#17bbd2}.color-20[data-v-b135b8c4]{background-color:#14abbf}.color-21[data-v-b135b8c4]{background-color:#0f9587}.color-22[data-v-b135b8c4]{background-color:#16bea5}.color-23[data-v-b135b8c4]{background-color:#4eae53}.color-24[data-v-b135b8c4]{background-color:#3a8d3f}.color-25[data-v-b135b8c4]{background-color:#8cc250}.color-26[data-v-b135b8c4]{background-color:#66bb6a}.color-27[data-v-b135b8c4]{background-color:#880e4f}.color-28[data-v-b135b8c4]{background-color:#1565c0}.color-29[data-v-b135b8c4]{background-color:#1e88e5}.color-9999[data-v-b135b8c4]{background-color:#4675d9}",
2401
+ source: "[data-v-b135b8c4]: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;--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;--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-b135b8c4]{position:relative;border-radius:50%;text-align:center;color:var(--modal-bg-color)}.avatar-wrapper.show-border[data-v-b135b8c4]{border:1px solid var(--modal-bg-color)}.avatar-wrapper.vc-disabled[data-v-b135b8c4]{filter:grayscale(100%)}.avatar-wrapper.light-mode[data-v-b135b8c4]{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-b135b8c4]{height:var(--avatar-x-sm);width:var(--avatar-x-sm);font-size:var(--font-size-xxx-small)}.avatar-wrapper.sm[data-v-b135b8c4]{height:var(--avatar-sm);width:var(--avatar-sm);font-size:var(--font-size-xx-small)}.avatar-wrapper.md[data-v-b135b8c4]{height:var(--avatar-md);width:var(--avatar-md);font-size:var(--font-size-small)}.avatar-wrapper.lg[data-v-b135b8c4]{height:var(--avatar-lg);width:var(--avatar-lg);font-size:var(--font-size-small3)}.avatar-wrapper .avatar-image[data-v-b135b8c4]{height:100%;width:100%;border-radius:50%;overflow:hidden}.avatar-wrapper .avatar-image[data-v-b135b8c4] svg{height:100%}.avatar-wrapper .avatar-image[data-v-b135b8c4] img{height:100%}.avatar-wrapper .avatar-initials[data-v-b135b8c4]{position:relative;top:50%;font-weight:var(--font-weight-medium2);transform:translateY(-50%)}.avatar-wrapper .badge[data-v-b135b8c4]{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-b135b8c4]{--gap:var(--size-value1)}.avatar-wrapper .badge.sm[data-v-b135b8c4]{--gap:var(--size-value1)}.avatar-wrapper .badge.md[data-v-b135b8c4]{--gap:2px}.avatar-wrapper .badge.lg[data-v-b135b8c4]{--gap:var(--size-value0)}.avatar-wrapper .badge.right[data-v-b135b8c4]{left:unset;right:calc(var(--gap) * -1)}.avatar-wrapper .badge.confirmed[data-v-b135b8c4]{border:2px var(--modal-bg-color) solid}.color-0[data-v-b135b8c4]{background-color:#fed62f}.color-1[data-v-b135b8c4]{background-color:#fec22e}.color-2[data-v-b135b8c4]{background-color:#feac2a}.color-3[data-v-b135b8c4]{background-color:#fe9a28}.color-4[data-v-b135b8c4]{background-color:#fd7024}.color-5[data-v-b135b8c4]{background-color:#fd5b32}.color-6[data-v-b135b8c4]{background-color:#f2483f}.color-7[data-v-b135b8c4]{background-color:#dc331b}.color-8[data-v-b135b8c4]{background-color:#d41419}.color-9[data-v-b135b8c4]{background-color:#e72866}.color-10[data-v-b135b8c4]{background-color:#c41c63}.color-11[data-v-b135b8c4]{background-color:#9b2bae}.color-12[data-v-b135b8c4]{background-color:#673bb5}.color-13[data-v-b135b8c4]{background-color:#7c4efc}.color-14[data-v-b135b8c4]{background-color:#4051b3}.color-15[data-v-b135b8c4]{background-color:#311b92}.color-16[data-v-b135b8c4]{background-color:#2d62fb}.color-17[data-v-b135b8c4]{background-color:#5c6bc0}.color-18[data-v-b135b8c4]{background-color:#17a8f1}.color-19[data-v-b135b8c4]{background-color:#17bbd2}.color-20[data-v-b135b8c4]{background-color:#14abbf}.color-21[data-v-b135b8c4]{background-color:#0f9587}.color-22[data-v-b135b8c4]{background-color:#16bea5}.color-23[data-v-b135b8c4]{background-color:#4eae53}.color-24[data-v-b135b8c4]{background-color:#3a8d3f}.color-25[data-v-b135b8c4]{background-color:#8cc250}.color-26[data-v-b135b8c4]{background-color:#66bb6a}.color-27[data-v-b135b8c4]{background-color:#880e4f}.color-28[data-v-b135b8c4]{background-color:#1565c0}.color-29[data-v-b135b8c4]{background-color:#1e88e5}.color-9999[data-v-b135b8c4]{background-color:#4675d9}",
2405
2402
  map: undefined,
2406
2403
  media: undefined
2407
2404
  });
@@ -2409,29 +2406,29 @@ const __vue_inject_styles__$B = function (inject) {
2409
2406
  /* scoped */
2410
2407
 
2411
2408
 
2412
- const __vue_scope_id__$B = "data-v-b135b8c4";
2409
+ const __vue_scope_id__$C = "data-v-b135b8c4";
2413
2410
  /* module identifier */
2414
2411
 
2415
- const __vue_module_identifier__$B = undefined;
2412
+ const __vue_module_identifier__$C = undefined;
2416
2413
  /* functional template */
2417
2414
 
2418
- const __vue_is_functional_template__$B = false;
2415
+ const __vue_is_functional_template__$C = false;
2419
2416
  /* style inject SSR */
2420
2417
 
2421
2418
  /* style inject shadow dom */
2422
2419
 
2423
- const __vue_component__$B = /*#__PURE__*/normalizeComponent({
2424
- render: __vue_render__$B,
2425
- staticRenderFns: __vue_staticRenderFns__$B
2426
- }, __vue_inject_styles__$B, __vue_script__$B, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
2420
+ const __vue_component__$C = /*#__PURE__*/normalizeComponent({
2421
+ render: __vue_render__$C,
2422
+ staticRenderFns: __vue_staticRenderFns__$C
2423
+ }, __vue_inject_styles__$C, __vue_script__$C, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
2427
2424
 
2428
- var script$A = {
2425
+ var script$B = {
2429
2426
  name: "VcBottomActions",
2430
2427
  components: {
2431
- VcLayout: __vue_component__$M,
2432
- VcButton: __vue_component__$O,
2433
- VcIcon: __vue_component__$P,
2434
- VcAvatar: __vue_component__$B,
2428
+ VcLayout: __vue_component__$N,
2429
+ VcButton: __vue_component__$P,
2430
+ VcIcon: __vue_component__$Q,
2431
+ VcAvatar: __vue_component__$C,
2435
2432
  VSubheader: VSubheader,
2436
2433
  VListItem: VListItem,
2437
2434
  VList: VList,
@@ -2473,10 +2470,10 @@ var script$A = {
2473
2470
  };
2474
2471
 
2475
2472
  /* script */
2476
- const __vue_script__$A = script$A;
2473
+ const __vue_script__$B = script$B;
2477
2474
  /* template */
2478
2475
 
2479
- var __vue_render__$A = function () {
2476
+ var __vue_render__$B = function () {
2480
2477
  var _vm = this;
2481
2478
 
2482
2479
  var _h = _vm.$createElement;
@@ -2562,13 +2559,13 @@ var __vue_render__$A = function () {
2562
2559
  }), 1)], 1)], 1);
2563
2560
  };
2564
2561
 
2565
- var __vue_staticRenderFns__$A = [];
2562
+ var __vue_staticRenderFns__$B = [];
2566
2563
  /* style */
2567
2564
 
2568
- const __vue_inject_styles__$A = function (inject) {
2565
+ const __vue_inject_styles__$B = function (inject) {
2569
2566
  if (!inject) return;
2570
2567
  inject("data-v-51eeacd7_0", {
2571
- 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-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;--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;--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)}",
2568
+ 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;--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;--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)}",
2572
2569
  map: undefined,
2573
2570
  media: undefined
2574
2571
  });
@@ -2576,28 +2573,28 @@ const __vue_inject_styles__$A = function (inject) {
2576
2573
  /* scoped */
2577
2574
 
2578
2575
 
2579
- const __vue_scope_id__$A = undefined;
2576
+ const __vue_scope_id__$B = undefined;
2580
2577
  /* module identifier */
2581
2578
 
2582
- const __vue_module_identifier__$A = undefined;
2579
+ const __vue_module_identifier__$B = undefined;
2583
2580
  /* functional template */
2584
2581
 
2585
- const __vue_is_functional_template__$A = false;
2582
+ const __vue_is_functional_template__$B = false;
2586
2583
  /* style inject SSR */
2587
2584
 
2588
2585
  /* style inject shadow dom */
2589
2586
 
2590
- const __vue_component__$A = /*#__PURE__*/normalizeComponent({
2591
- render: __vue_render__$A,
2592
- staticRenderFns: __vue_staticRenderFns__$A
2593
- }, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, createInjector, undefined, undefined);
2587
+ const __vue_component__$B = /*#__PURE__*/normalizeComponent({
2588
+ render: __vue_render__$B,
2589
+ staticRenderFns: __vue_staticRenderFns__$B
2590
+ }, __vue_inject_styles__$B, __vue_script__$B, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
2594
2591
 
2595
- var script$z = {
2592
+ var script$A = {
2596
2593
  name: "VcActionList",
2597
2594
  components: {
2598
- VcLayout: __vue_component__$M,
2599
- VcButton: __vue_component__$O,
2600
- VcIcon: __vue_component__$P,
2595
+ VcLayout: __vue_component__$N,
2596
+ VcButton: __vue_component__$P,
2597
+ VcIcon: __vue_component__$Q,
2601
2598
  VListItemTitle: VListItemTitle,
2602
2599
  VListItem: VListItem,
2603
2600
  VList: VList,
@@ -2623,10 +2620,10 @@ var script$z = {
2623
2620
  };
2624
2621
 
2625
2622
  /* script */
2626
- const __vue_script__$z = script$z;
2623
+ const __vue_script__$A = script$A;
2627
2624
  /* template */
2628
2625
 
2629
- var __vue_render__$z = function () {
2626
+ var __vue_render__$A = function () {
2630
2627
  var _vm = this;
2631
2628
 
2632
2629
  var _h = _vm.$createElement;
@@ -2678,13 +2675,13 @@ var __vue_render__$z = function () {
2678
2675
  }), 1)], 1)], 1);
2679
2676
  };
2680
2677
 
2681
- var __vue_staticRenderFns__$z = [];
2678
+ var __vue_staticRenderFns__$A = [];
2682
2679
  /* style */
2683
2680
 
2684
- const __vue_inject_styles__$z = function (inject) {
2681
+ const __vue_inject_styles__$A = function (inject) {
2685
2682
  if (!inject) return;
2686
2683
  inject("data-v-500d77ad_0", {
2687
- 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-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;--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;--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)}",
2684
+ 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;--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;--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)}",
2688
2685
  map: undefined,
2689
2686
  media: undefined
2690
2687
  });
@@ -2692,28 +2689,28 @@ const __vue_inject_styles__$z = function (inject) {
2692
2689
  /* scoped */
2693
2690
 
2694
2691
 
2695
- const __vue_scope_id__$z = undefined;
2692
+ const __vue_scope_id__$A = undefined;
2696
2693
  /* module identifier */
2697
2694
 
2698
- const __vue_module_identifier__$z = undefined;
2695
+ const __vue_module_identifier__$A = undefined;
2699
2696
  /* functional template */
2700
2697
 
2701
- const __vue_is_functional_template__$z = false;
2698
+ const __vue_is_functional_template__$A = false;
2702
2699
  /* style inject SSR */
2703
2700
 
2704
2701
  /* style inject shadow dom */
2705
2702
 
2706
- const __vue_component__$z = /*#__PURE__*/normalizeComponent({
2707
- render: __vue_render__$z,
2708
- staticRenderFns: __vue_staticRenderFns__$z
2709
- }, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, createInjector, undefined, undefined);
2703
+ const __vue_component__$A = /*#__PURE__*/normalizeComponent({
2704
+ render: __vue_render__$A,
2705
+ staticRenderFns: __vue_staticRenderFns__$A
2706
+ }, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, createInjector, undefined, undefined);
2710
2707
 
2711
- var script$y = {
2708
+ var script$z = {
2712
2709
  name: "VcActions",
2713
2710
  components: {
2714
- VcIcon: __vue_component__$P,
2715
- VcActionList: __vue_component__$z,
2716
- VcBottomActions: __vue_component__$A
2711
+ VcIcon: __vue_component__$Q,
2712
+ VcActionList: __vue_component__$A,
2713
+ VcBottomActions: __vue_component__$B
2717
2714
  },
2718
2715
 
2719
2716
  data() {
@@ -2766,10 +2763,10 @@ var script$y = {
2766
2763
  };
2767
2764
 
2768
2765
  /* script */
2769
- const __vue_script__$y = script$y;
2766
+ const __vue_script__$z = script$z;
2770
2767
  /* template */
2771
2768
 
2772
- var __vue_render__$y = function () {
2769
+ var __vue_render__$z = function () {
2773
2770
  var _vm = this;
2774
2771
 
2775
2772
  var _h = _vm.$createElement;
@@ -2813,29 +2810,29 @@ var __vue_render__$y = function () {
2813
2810
  }, 'component', _vm.$props, false));
2814
2811
  };
2815
2812
 
2816
- var __vue_staticRenderFns__$y = [];
2813
+ var __vue_staticRenderFns__$z = [];
2817
2814
  /* style */
2818
2815
 
2819
- const __vue_inject_styles__$y = undefined;
2816
+ const __vue_inject_styles__$z = undefined;
2820
2817
  /* scoped */
2821
2818
 
2822
- const __vue_scope_id__$y = undefined;
2819
+ const __vue_scope_id__$z = undefined;
2823
2820
  /* module identifier */
2824
2821
 
2825
- const __vue_module_identifier__$y = undefined;
2822
+ const __vue_module_identifier__$z = undefined;
2826
2823
  /* functional template */
2827
2824
 
2828
- const __vue_is_functional_template__$y = false;
2825
+ const __vue_is_functional_template__$z = false;
2829
2826
  /* style inject */
2830
2827
 
2831
2828
  /* style inject SSR */
2832
2829
 
2833
2830
  /* style inject shadow dom */
2834
2831
 
2835
- const __vue_component__$y = /*#__PURE__*/normalizeComponent({
2836
- render: __vue_render__$y,
2837
- staticRenderFns: __vue_staticRenderFns__$y
2838
- }, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, undefined, undefined, undefined);
2832
+ const __vue_component__$z = /*#__PURE__*/normalizeComponent({
2833
+ render: __vue_render__$z,
2834
+ staticRenderFns: __vue_staticRenderFns__$z
2835
+ }, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, undefined, undefined);
2839
2836
 
2840
2837
  //
2841
2838
  //
@@ -2860,7 +2857,7 @@ const __vue_component__$y = /*#__PURE__*/normalizeComponent({
2860
2857
  //
2861
2858
  //
2862
2859
  //
2863
- var script$x = {
2860
+ var script$y = {
2864
2861
  components: {
2865
2862
  VStepperStep: VStepperStep,
2866
2863
  VStepper: VStepper
@@ -2933,10 +2930,10 @@ var script$x = {
2933
2930
  };
2934
2931
 
2935
2932
  /* script */
2936
- const __vue_script__$x = script$x;
2933
+ const __vue_script__$y = script$y;
2937
2934
  /* template */
2938
2935
 
2939
- var __vue_render__$x = function () {
2936
+ var __vue_render__$y = function () {
2940
2937
  var _vm = this;
2941
2938
 
2942
2939
  var _h = _vm.$createElement;
@@ -2975,13 +2972,13 @@ var __vue_render__$x = function () {
2975
2972
  })], 2)], 1);
2976
2973
  };
2977
2974
 
2978
- var __vue_staticRenderFns__$x = [];
2975
+ var __vue_staticRenderFns__$y = [];
2979
2976
  /* style */
2980
2977
 
2981
- const __vue_inject_styles__$x = function (inject) {
2978
+ const __vue_inject_styles__$y = function (inject) {
2982
2979
  if (!inject) return;
2983
2980
  inject("data-v-d21a486c_0", {
2984
- 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-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;--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;--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)}",
2981
+ 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;--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;--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)}",
2985
2982
  map: undefined,
2986
2983
  media: undefined
2987
2984
  });
@@ -2989,21 +2986,21 @@ const __vue_inject_styles__$x = function (inject) {
2989
2986
  /* scoped */
2990
2987
 
2991
2988
 
2992
- const __vue_scope_id__$x = "data-v-d21a486c";
2989
+ const __vue_scope_id__$y = "data-v-d21a486c";
2993
2990
  /* module identifier */
2994
2991
 
2995
- const __vue_module_identifier__$x = undefined;
2992
+ const __vue_module_identifier__$y = undefined;
2996
2993
  /* functional template */
2997
2994
 
2998
- const __vue_is_functional_template__$x = false;
2995
+ const __vue_is_functional_template__$y = false;
2999
2996
  /* style inject SSR */
3000
2997
 
3001
2998
  /* style inject shadow dom */
3002
2999
 
3003
- const __vue_component__$x = /*#__PURE__*/normalizeComponent({
3004
- render: __vue_render__$x,
3005
- staticRenderFns: __vue_staticRenderFns__$x
3006
- }, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
3000
+ const __vue_component__$y = /*#__PURE__*/normalizeComponent({
3001
+ render: __vue_render__$y,
3002
+ staticRenderFns: __vue_staticRenderFns__$y
3003
+ }, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
3007
3004
 
3008
3005
  //
3009
3006
  //
@@ -3020,7 +3017,7 @@ const __vue_component__$x = /*#__PURE__*/normalizeComponent({
3020
3017
  //
3021
3018
  //
3022
3019
  //
3023
- var script$w = {
3020
+ var script$x = {
3024
3021
  components: {
3025
3022
  VProgressCircular: VProgressCircular
3026
3023
  },
@@ -3089,10 +3086,10 @@ var script$w = {
3089
3086
  };
3090
3087
 
3091
3088
  /* script */
3092
- const __vue_script__$w = script$w;
3089
+ const __vue_script__$x = script$x;
3093
3090
  /* template */
3094
3091
 
3095
- var __vue_render__$w = function () {
3092
+ var __vue_render__$x = function () {
3096
3093
  var _vm = this;
3097
3094
 
3098
3095
  var _h = _vm.$createElement;
@@ -3113,13 +3110,13 @@ var __vue_render__$w = function () {
3113
3110
  }, [_vm._v("\n " + _vm._s(_vm.currentStep) + " / " + _vm._s(_vm.steps) + "\n ")]) : _vm._e()]);
3114
3111
  };
3115
3112
 
3116
- var __vue_staticRenderFns__$w = [];
3113
+ var __vue_staticRenderFns__$x = [];
3117
3114
  /* style */
3118
3115
 
3119
- const __vue_inject_styles__$w = function (inject) {
3116
+ const __vue_inject_styles__$x = function (inject) {
3120
3117
  if (!inject) return;
3121
3118
  inject("data-v-5c278fc2_0", {
3122
- 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-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;--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;--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)}",
3119
+ 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;--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;--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)}",
3123
3120
  map: undefined,
3124
3121
  media: undefined
3125
3122
  });
@@ -3127,27 +3124,27 @@ const __vue_inject_styles__$w = function (inject) {
3127
3124
  /* scoped */
3128
3125
 
3129
3126
 
3130
- const __vue_scope_id__$w = "data-v-5c278fc2";
3127
+ const __vue_scope_id__$x = "data-v-5c278fc2";
3131
3128
  /* module identifier */
3132
3129
 
3133
- const __vue_module_identifier__$w = undefined;
3130
+ const __vue_module_identifier__$x = undefined;
3134
3131
  /* functional template */
3135
3132
 
3136
- const __vue_is_functional_template__$w = false;
3133
+ const __vue_is_functional_template__$x = false;
3137
3134
  /* style inject SSR */
3138
3135
 
3139
3136
  /* style inject shadow dom */
3140
3137
 
3141
- const __vue_component__$w = /*#__PURE__*/normalizeComponent({
3142
- render: __vue_render__$w,
3143
- staticRenderFns: __vue_staticRenderFns__$w
3144
- }, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
3138
+ const __vue_component__$x = /*#__PURE__*/normalizeComponent({
3139
+ render: __vue_render__$x,
3140
+ staticRenderFns: __vue_staticRenderFns__$x
3141
+ }, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
3145
3142
 
3146
- var script$v = {
3143
+ var script$w = {
3147
3144
  name: "VcMobileWizardProgress",
3148
3145
  components: {
3149
- VcLayout: __vue_component__$M,
3150
- VcProgressCircular: __vue_component__$w
3146
+ VcLayout: __vue_component__$N,
3147
+ VcProgressCircular: __vue_component__$x
3151
3148
  },
3152
3149
  model: {
3153
3150
  prop: 'currentStep'
@@ -3203,10 +3200,10 @@ var script$v = {
3203
3200
  };
3204
3201
 
3205
3202
  /* script */
3206
- const __vue_script__$v = script$v;
3203
+ const __vue_script__$w = script$w;
3207
3204
  /* template */
3208
3205
 
3209
- var __vue_render__$v = function () {
3206
+ var __vue_render__$w = function () {
3210
3207
  var _vm = this;
3211
3208
 
3212
3209
  var _h = _vm.$createElement;
@@ -3242,13 +3239,13 @@ var __vue_render__$v = function () {
3242
3239
  }, [_vm._v(_vm._s(_vm.nextStepName))]) : _vm._e()])], 1);
3243
3240
  };
3244
3241
 
3245
- var __vue_staticRenderFns__$v = [];
3242
+ var __vue_staticRenderFns__$w = [];
3246
3243
  /* style */
3247
3244
 
3248
- const __vue_inject_styles__$v = function (inject) {
3245
+ const __vue_inject_styles__$w = function (inject) {
3249
3246
  if (!inject) return;
3250
3247
  inject("data-v-4fe04d36_0", {
3251
- 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-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;--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;--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)}",
3248
+ 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;--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;--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)}",
3252
3249
  map: undefined,
3253
3250
  media: undefined
3254
3251
  });
@@ -3256,28 +3253,28 @@ const __vue_inject_styles__$v = function (inject) {
3256
3253
  /* scoped */
3257
3254
 
3258
3255
 
3259
- const __vue_scope_id__$v = "data-v-4fe04d36";
3256
+ const __vue_scope_id__$w = "data-v-4fe04d36";
3260
3257
  /* module identifier */
3261
3258
 
3262
- const __vue_module_identifier__$v = undefined;
3259
+ const __vue_module_identifier__$w = undefined;
3263
3260
  /* functional template */
3264
3261
 
3265
- const __vue_is_functional_template__$v = false;
3262
+ const __vue_is_functional_template__$w = false;
3266
3263
  /* style inject SSR */
3267
3264
 
3268
3265
  /* style inject shadow dom */
3269
3266
 
3270
- const __vue_component__$v = /*#__PURE__*/normalizeComponent({
3271
- render: __vue_render__$v,
3272
- staticRenderFns: __vue_staticRenderFns__$v
3273
- }, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
3267
+ const __vue_component__$w = /*#__PURE__*/normalizeComponent({
3268
+ render: __vue_render__$w,
3269
+ staticRenderFns: __vue_staticRenderFns__$w
3270
+ }, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
3274
3271
 
3275
- var script$u = {
3272
+ var script$v = {
3276
3273
  name: 'VcCheckbox',
3277
3274
  components: {
3278
- VcIcon: __vue_component__$P,
3279
- VcAvatar: __vue_component__$B,
3280
- VcTooltip: __vue_component__$D,
3275
+ VcIcon: __vue_component__$Q,
3276
+ VcAvatar: __vue_component__$C,
3277
+ VcTooltip: __vue_component__$E,
3281
3278
  VCheckbox: VCheckbox
3282
3279
  },
3283
3280
  computed: {
@@ -3333,10 +3330,10 @@ var script$u = {
3333
3330
  };
3334
3331
 
3335
3332
  /* script */
3336
- const __vue_script__$u = script$u;
3333
+ const __vue_script__$v = script$v;
3337
3334
  /* template */
3338
3335
 
3339
- var __vue_render__$u = function () {
3336
+ var __vue_render__$v = function () {
3340
3337
  var _vm = this;
3341
3338
 
3342
3339
  var _h = _vm.$createElement;
@@ -3400,10 +3397,10 @@ var __vue_render__$u = function () {
3400
3397
  });
3401
3398
  };
3402
3399
 
3403
- var __vue_staticRenderFns__$u = [];
3400
+ var __vue_staticRenderFns__$v = [];
3404
3401
  /* style */
3405
3402
 
3406
- const __vue_inject_styles__$u = function (inject) {
3403
+ const __vue_inject_styles__$v = function (inject) {
3407
3404
  if (!inject) return;
3408
3405
  inject("data-v-347ec55e_0", {
3409
3406
  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}",
@@ -3414,28 +3411,28 @@ const __vue_inject_styles__$u = function (inject) {
3414
3411
  /* scoped */
3415
3412
 
3416
3413
 
3417
- const __vue_scope_id__$u = "data-v-347ec55e";
3414
+ const __vue_scope_id__$v = "data-v-347ec55e";
3418
3415
  /* module identifier */
3419
3416
 
3420
- const __vue_module_identifier__$u = undefined;
3417
+ const __vue_module_identifier__$v = undefined;
3421
3418
  /* functional template */
3422
3419
 
3423
- const __vue_is_functional_template__$u = false;
3420
+ const __vue_is_functional_template__$v = false;
3424
3421
  /* style inject SSR */
3425
3422
 
3426
3423
  /* style inject shadow dom */
3427
3424
 
3428
- const __vue_component__$u = /*#__PURE__*/normalizeComponent({
3429
- render: __vue_render__$u,
3430
- staticRenderFns: __vue_staticRenderFns__$u
3431
- }, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
3425
+ const __vue_component__$v = /*#__PURE__*/normalizeComponent({
3426
+ render: __vue_render__$v,
3427
+ staticRenderFns: __vue_staticRenderFns__$v
3428
+ }, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
3432
3429
 
3433
- var script$t = {
3430
+ var script$u = {
3434
3431
  name: "VcChecklistItem",
3435
3432
  components: {
3436
- VcLayout: __vue_component__$M,
3437
- VcCheckbox: __vue_component__$u,
3438
- VcTooltip: __vue_component__$D
3433
+ VcLayout: __vue_component__$N,
3434
+ VcCheckbox: __vue_component__$v,
3435
+ VcTooltip: __vue_component__$E
3439
3436
  },
3440
3437
  model: {
3441
3438
  prop: 'checked'
@@ -3488,10 +3485,10 @@ var script$t = {
3488
3485
  };
3489
3486
 
3490
3487
  /* script */
3491
- const __vue_script__$t = script$t;
3488
+ const __vue_script__$u = script$u;
3492
3489
  /* template */
3493
3490
 
3494
- var __vue_render__$t = function () {
3491
+ var __vue_render__$u = function () {
3495
3492
  var _vm = this;
3496
3493
 
3497
3494
  var _h = _vm.$createElement;
@@ -3528,13 +3525,13 @@ var __vue_render__$t = function () {
3528
3525
  })], 1)]], 2);
3529
3526
  };
3530
3527
 
3531
- var __vue_staticRenderFns__$t = [];
3528
+ var __vue_staticRenderFns__$u = [];
3532
3529
  /* style */
3533
3530
 
3534
- const __vue_inject_styles__$t = function (inject) {
3531
+ const __vue_inject_styles__$u = function (inject) {
3535
3532
  if (!inject) return;
3536
3533
  inject("data-v-0dd1f5eb_0", {
3537
- source: "[data-v-0dd1f5eb]: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-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;--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;--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}.VcChecklistItem-wrapper[data-v-0dd1f5eb]{width:100%}.VcChecklistItem-wrapper .VcChecklistItem.disabled[data-v-0dd1f5eb]{background-color:var(--gray-lighten-3)}.VcChecklistItem-wrapper .VcChecklistItem .vc-checkbox[data-v-0dd1f5eb]{flex:1 1 auto;padding:var(--size-value0);margin:var(--size-value0)}.VcChecklistItem-wrapper .VcChecklistItem .vc-checkbox[data-v-0dd1f5eb] .v-input__control .v-input__slot{padding:var(--size-value2) var(--size-value4)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-0dd1f5eb]:hover{background-color:var(--gray-lighten-3)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-0dd1f5eb]:focus{box-shadow:0 0 0 2px var(--v-secondary-lighten1)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-0dd1f5eb]:active{background-color:var(--v-secondary-lighten3)}",
3534
+ source: "[data-v-0dd1f5eb]: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;--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;--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}.VcChecklistItem-wrapper[data-v-0dd1f5eb]{width:100%}.VcChecklistItem-wrapper .VcChecklistItem.disabled[data-v-0dd1f5eb]{background-color:var(--gray-lighten-3)}.VcChecklistItem-wrapper .VcChecklistItem .vc-checkbox[data-v-0dd1f5eb]{flex:1 1 auto;padding:var(--size-value0);margin:var(--size-value0)}.VcChecklistItem-wrapper .VcChecklistItem .vc-checkbox[data-v-0dd1f5eb] .v-input__control .v-input__slot{padding:var(--size-value2) var(--size-value4)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-0dd1f5eb]:hover{background-color:var(--gray-lighten-3)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-0dd1f5eb]:focus{box-shadow:0 0 0 2px var(--v-secondary-lighten1)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-0dd1f5eb]:active{background-color:var(--v-secondary-lighten3)}",
3538
3535
  map: undefined,
3539
3536
  media: undefined
3540
3537
  });
@@ -3542,28 +3539,28 @@ const __vue_inject_styles__$t = function (inject) {
3542
3539
  /* scoped */
3543
3540
 
3544
3541
 
3545
- const __vue_scope_id__$t = "data-v-0dd1f5eb";
3542
+ const __vue_scope_id__$u = "data-v-0dd1f5eb";
3546
3543
  /* module identifier */
3547
3544
 
3548
- const __vue_module_identifier__$t = undefined;
3545
+ const __vue_module_identifier__$u = undefined;
3549
3546
  /* functional template */
3550
3547
 
3551
- const __vue_is_functional_template__$t = false;
3548
+ const __vue_is_functional_template__$u = false;
3552
3549
  /* style inject SSR */
3553
3550
 
3554
3551
  /* style inject shadow dom */
3555
3552
 
3556
- const __vue_component__$t = /*#__PURE__*/normalizeComponent({
3557
- render: __vue_render__$t,
3558
- staticRenderFns: __vue_staticRenderFns__$t
3559
- }, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
3553
+ const __vue_component__$u = /*#__PURE__*/normalizeComponent({
3554
+ render: __vue_render__$u,
3555
+ staticRenderFns: __vue_staticRenderFns__$u
3556
+ }, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
3560
3557
 
3561
- var script$s = {
3558
+ var script$t = {
3562
3559
  name: "VcListbox",
3563
3560
  components: {
3564
- VcChecklistItem: __vue_component__$t,
3565
- VcIcon: __vue_component__$P,
3566
- VcTooltip: __vue_component__$D,
3561
+ VcChecklistItem: __vue_component__$u,
3562
+ VcIcon: __vue_component__$Q,
3563
+ VcTooltip: __vue_component__$E,
3567
3564
  VListItem: VListItem,
3568
3565
  VListItemGroup: VListItemGroup,
3569
3566
  VDivider: VDivider,
@@ -3618,10 +3615,10 @@ var script$s = {
3618
3615
  };
3619
3616
 
3620
3617
  /* script */
3621
- const __vue_script__$s = script$s;
3618
+ const __vue_script__$t = script$t;
3622
3619
  /* template */
3623
3620
 
3624
- var __vue_render__$s = function () {
3621
+ var __vue_render__$t = function () {
3625
3622
  var _vm = this;
3626
3623
 
3627
3624
  var _h = _vm.$createElement;
@@ -3695,13 +3692,13 @@ var __vue_render__$s = function () {
3695
3692
  }, [_vm._v(_vm._s(_vm.getAddAnotherLabel))])], 1)], 1) : _vm._e()])], 1);
3696
3693
  };
3697
3694
 
3698
- var __vue_staticRenderFns__$s = [];
3695
+ var __vue_staticRenderFns__$t = [];
3699
3696
  /* style */
3700
3697
 
3701
- const __vue_inject_styles__$s = function (inject) {
3698
+ const __vue_inject_styles__$t = function (inject) {
3702
3699
  if (!inject) return;
3703
3700
  inject("data-v-6c0335a4_0", {
3704
- source: "[data-v-6c0335a4]: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-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;--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;--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-list-title[data-v-6c0335a4]{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-6c0335a4]{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 .vc-overflow[data-v-6c0335a4]{overflow:auto;max-height:160px}.VcListbox .vc-overflow .vc-list-item[data-v-6c0335a4]{padding:var(--size-value0);min-height:unset}.VcListbox .vc-overflow .vc-list-item[data-v-6c0335a4]:before{opacity:0}.VcListbox .divider[data-v-6c0335a4]{border-color:var(--gray-lighten-1)}.VcListbox .last-item[data-v-6c0335a4]{cursor:pointer;min-height:var(--size-value10)}.VcListbox .last-item[data-v-6c0335a4]:hover{background-color:var(--gray-lighten-3)}.VcListbox .last-item .add-another-label[data-v-6c0335a4]{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-6c0335a4]{margin-inline-end:var(--size-value3);cursor:pointer}.VcListbox .last-item .add-another-icon[data-v-6c0335a4] .v-icon__component{height:unset;width:unset}.VcListbox .last-item .add-another-icon[data-v-6c0335a4] .v-icon__component svg{width:var(--size-value3)}",
3701
+ source: "[data-v-6c0335a4]: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;--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;--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-list-title[data-v-6c0335a4]{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-6c0335a4]{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 .vc-overflow[data-v-6c0335a4]{overflow:auto;max-height:160px}.VcListbox .vc-overflow .vc-list-item[data-v-6c0335a4]{padding:var(--size-value0);min-height:unset}.VcListbox .vc-overflow .vc-list-item[data-v-6c0335a4]:before{opacity:0}.VcListbox .divider[data-v-6c0335a4]{border-color:var(--gray-lighten-1)}.VcListbox .last-item[data-v-6c0335a4]{cursor:pointer;min-height:var(--size-value10)}.VcListbox .last-item[data-v-6c0335a4]:hover{background-color:var(--gray-lighten-3)}.VcListbox .last-item .add-another-label[data-v-6c0335a4]{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-6c0335a4]{margin-inline-end:var(--size-value3);cursor:pointer}.VcListbox .last-item .add-another-icon[data-v-6c0335a4] .v-icon__component{height:unset;width:unset}.VcListbox .last-item .add-another-icon[data-v-6c0335a4] .v-icon__component svg{width:var(--size-value3)}",
3705
3702
  map: undefined,
3706
3703
  media: undefined
3707
3704
  });
@@ -3709,26 +3706,26 @@ const __vue_inject_styles__$s = function (inject) {
3709
3706
  /* scoped */
3710
3707
 
3711
3708
 
3712
- const __vue_scope_id__$s = "data-v-6c0335a4";
3709
+ const __vue_scope_id__$t = "data-v-6c0335a4";
3713
3710
  /* module identifier */
3714
3711
 
3715
- const __vue_module_identifier__$s = undefined;
3712
+ const __vue_module_identifier__$t = undefined;
3716
3713
  /* functional template */
3717
3714
 
3718
- const __vue_is_functional_template__$s = false;
3715
+ const __vue_is_functional_template__$t = false;
3719
3716
  /* style inject SSR */
3720
3717
 
3721
3718
  /* style inject shadow dom */
3722
3719
 
3723
- const __vue_component__$s = /*#__PURE__*/normalizeComponent({
3724
- render: __vue_render__$s,
3725
- staticRenderFns: __vue_staticRenderFns__$s
3726
- }, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
3720
+ const __vue_component__$t = /*#__PURE__*/normalizeComponent({
3721
+ render: __vue_render__$t,
3722
+ staticRenderFns: __vue_staticRenderFns__$t
3723
+ }, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
3727
3724
 
3728
- var script$r = {
3725
+ var script$s = {
3729
3726
  name: "VcBottomSheet",
3730
3727
  components: {
3731
- VcLayout: __vue_component__$M,
3728
+ VcLayout: __vue_component__$N,
3732
3729
  VSheet: VSheet,
3733
3730
  VBottomSheet: VBottomSheet
3734
3731
  },
@@ -3749,10 +3746,10 @@ var script$r = {
3749
3746
  };
3750
3747
 
3751
3748
  /* script */
3752
- const __vue_script__$r = script$r;
3749
+ const __vue_script__$s = script$s;
3753
3750
  /* template */
3754
3751
 
3755
- var __vue_render__$r = function () {
3752
+ var __vue_render__$s = function () {
3756
3753
  var _vm = this;
3757
3754
 
3758
3755
  var _h = _vm.$createElement;
@@ -3785,13 +3782,13 @@ var __vue_render__$r = function () {
3785
3782
  }, [_vm._t("default")], 2)], 1);
3786
3783
  };
3787
3784
 
3788
- var __vue_staticRenderFns__$r = [];
3785
+ var __vue_staticRenderFns__$s = [];
3789
3786
  /* style */
3790
3787
 
3791
- const __vue_inject_styles__$r = function (inject) {
3788
+ const __vue_inject_styles__$s = function (inject) {
3792
3789
  if (!inject) return;
3793
3790
  inject("data-v-d837dcb8_0", {
3794
- source: "[data-v-d837dcb8]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-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;--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;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcBottomSheet .vc-sheet[data-v-d837dcb8]{max-height:92vh;border-radius:var(--modal-border-radius) var(--modal-border-radius) 0 0;display:flex;box-shadow:var(--modal-box-shadow)}",
3791
+ source: "[data-v-d837dcb8]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--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;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcBottomSheet .vc-sheet[data-v-d837dcb8]{max-height:92vh;border-radius:var(--modal-border-radius) var(--modal-border-radius) 0 0;display:flex;box-shadow:var(--modal-box-shadow)}",
3795
3792
  map: undefined,
3796
3793
  media: undefined
3797
3794
  });
@@ -3799,30 +3796,30 @@ const __vue_inject_styles__$r = function (inject) {
3799
3796
  /* scoped */
3800
3797
 
3801
3798
 
3802
- const __vue_scope_id__$r = "data-v-d837dcb8";
3799
+ const __vue_scope_id__$s = "data-v-d837dcb8";
3803
3800
  /* module identifier */
3804
3801
 
3805
- const __vue_module_identifier__$r = undefined;
3802
+ const __vue_module_identifier__$s = undefined;
3806
3803
  /* functional template */
3807
3804
 
3808
- const __vue_is_functional_template__$r = false;
3805
+ const __vue_is_functional_template__$s = false;
3809
3806
  /* style inject SSR */
3810
3807
 
3811
3808
  /* style inject shadow dom */
3812
3809
 
3813
- const __vue_component__$r = /*#__PURE__*/normalizeComponent({
3814
- render: __vue_render__$r,
3815
- staticRenderFns: __vue_staticRenderFns__$r
3816
- }, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
3810
+ const __vue_component__$s = /*#__PURE__*/normalizeComponent({
3811
+ render: __vue_render__$s,
3812
+ staticRenderFns: __vue_staticRenderFns__$s
3813
+ }, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
3817
3814
 
3818
- var script$q = {
3815
+ var script$r = {
3819
3816
  name: "VcInputBottomSheet",
3820
3817
  components: {
3821
- VcBottomSheet: __vue_component__$r,
3822
- VcModalHeader: __vue_component__$K,
3823
- VcLayout: __vue_component__$M,
3824
- VcModalFooter: __vue_component__$L,
3825
- VcForm: __vue_component__$I
3818
+ VcBottomSheet: __vue_component__$s,
3819
+ VcModalHeader: __vue_component__$L,
3820
+ VcLayout: __vue_component__$N,
3821
+ VcModalFooter: __vue_component__$M,
3822
+ VcForm: __vue_component__$J
3826
3823
  },
3827
3824
  props: {
3828
3825
  value: {
@@ -3889,10 +3886,10 @@ var script$q = {
3889
3886
  };
3890
3887
 
3891
3888
  /* script */
3892
- const __vue_script__$q = script$q;
3889
+ const __vue_script__$r = script$r;
3893
3890
  /* template */
3894
3891
 
3895
- var __vue_render__$q = function () {
3892
+ var __vue_render__$r = function () {
3896
3893
  var _vm = this;
3897
3894
 
3898
3895
  var _h = _vm.$createElement;
@@ -3987,13 +3984,13 @@ var __vue_render__$q = function () {
3987
3984
  }) : _vm._e()], 1)]], 2);
3988
3985
  };
3989
3986
 
3990
- var __vue_staticRenderFns__$q = [];
3987
+ var __vue_staticRenderFns__$r = [];
3991
3988
  /* style */
3992
3989
 
3993
- const __vue_inject_styles__$q = function (inject) {
3990
+ const __vue_inject_styles__$r = function (inject) {
3994
3991
  if (!inject) return;
3995
3992
  inject("data-v-44a33895_0", {
3996
- source: "[data-v-44a33895]: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-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;--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;--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-44a33895]{border-bottom:1px solid var(--gray-lighten-1)}.VcInputBottomSheet .vc-bottom-sheet__footer[data-v-44a33895]{padding:var(--size-value3) var(--size-value4)}.VcInputBottomSheet .vc-bottom-sheet__footer.showDivider[data-v-44a33895]{border-top:1px solid var(--gray-lighten-1);display:flex}.VcInputBottomSheet .vc-bottom-sheet__content[data-v-44a33895]{padding:var(--size-value6) var(--size-value4);overflow-y:auto}",
3993
+ source: "[data-v-44a33895]: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;--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;--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-44a33895]{border-bottom:1px solid var(--gray-lighten-1)}.VcInputBottomSheet .vc-bottom-sheet__footer[data-v-44a33895]{padding:var(--size-value3) var(--size-value4)}.VcInputBottomSheet .vc-bottom-sheet__footer.showDivider[data-v-44a33895]{border-top:1px solid var(--gray-lighten-1);display:flex}.VcInputBottomSheet .vc-bottom-sheet__content[data-v-44a33895]{padding:var(--size-value6) var(--size-value4);overflow-y:auto}",
3997
3994
  map: undefined,
3998
3995
  media: undefined
3999
3996
  });
@@ -4001,24 +3998,22 @@ const __vue_inject_styles__$q = function (inject) {
4001
3998
  /* scoped */
4002
3999
 
4003
4000
 
4004
- const __vue_scope_id__$q = "data-v-44a33895";
4001
+ const __vue_scope_id__$r = "data-v-44a33895";
4005
4002
  /* module identifier */
4006
4003
 
4007
- const __vue_module_identifier__$q = undefined;
4004
+ const __vue_module_identifier__$r = undefined;
4008
4005
  /* functional template */
4009
4006
 
4010
- const __vue_is_functional_template__$q = false;
4007
+ const __vue_is_functional_template__$r = false;
4011
4008
  /* style inject SSR */
4012
4009
 
4013
4010
  /* style inject shadow dom */
4014
4011
 
4015
- const __vue_component__$q = /*#__PURE__*/normalizeComponent({
4016
- render: __vue_render__$q,
4017
- staticRenderFns: __vue_staticRenderFns__$q
4018
- }, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
4019
-
4020
- //
4021
- //
4012
+ const __vue_component__$r = /*#__PURE__*/normalizeComponent({
4013
+ render: __vue_render__$r,
4014
+ staticRenderFns: __vue_staticRenderFns__$r
4015
+ }, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
4016
+
4022
4017
  //
4023
4018
  //
4024
4019
  //
@@ -4035,7 +4030,9 @@ const __vue_component__$q = /*#__PURE__*/normalizeComponent({
4035
4030
  //
4036
4031
  //
4037
4032
  //
4038
- var script$p = {
4033
+ //
4034
+ //
4035
+ var script$q = {
4039
4036
  components: {
4040
4037
  VMenu: VMenu
4041
4038
  },
@@ -4071,10 +4068,10 @@ var script$p = {
4071
4068
  };
4072
4069
 
4073
4070
  /* script */
4074
- const __vue_script__$p = script$p;
4071
+ const __vue_script__$q = script$q;
4075
4072
  /* template */
4076
4073
 
4077
- var __vue_render__$p = function () {
4074
+ var __vue_render__$q = function () {
4078
4075
  var _vm = this;
4079
4076
 
4080
4077
  var _h = _vm.$createElement;
@@ -4112,13 +4109,13 @@ var __vue_render__$p = function () {
4112
4109
  }, [_vm._v(" "), _vm._t("default")], 2);
4113
4110
  };
4114
4111
 
4115
- var __vue_staticRenderFns__$p = [];
4112
+ var __vue_staticRenderFns__$q = [];
4116
4113
  /* style */
4117
4114
 
4118
- const __vue_inject_styles__$p = function (inject) {
4115
+ const __vue_inject_styles__$q = function (inject) {
4119
4116
  if (!inject) return;
4120
4117
  inject("data-v-da6757e6_0", {
4121
- 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-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;--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;--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)}",
4118
+ 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;--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;--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)}",
4122
4119
  map: undefined,
4123
4120
  media: undefined
4124
4121
  });
@@ -4126,30 +4123,30 @@ const __vue_inject_styles__$p = function (inject) {
4126
4123
  /* scoped */
4127
4124
 
4128
4125
 
4129
- const __vue_scope_id__$p = "data-v-da6757e6";
4126
+ const __vue_scope_id__$q = "data-v-da6757e6";
4130
4127
  /* module identifier */
4131
4128
 
4132
- const __vue_module_identifier__$p = undefined;
4129
+ const __vue_module_identifier__$q = undefined;
4133
4130
  /* functional template */
4134
4131
 
4135
- const __vue_is_functional_template__$p = false;
4132
+ const __vue_is_functional_template__$q = false;
4136
4133
  /* style inject SSR */
4137
4134
 
4138
4135
  /* style inject shadow dom */
4139
4136
 
4140
- const __vue_component__$p = /*#__PURE__*/normalizeComponent({
4141
- render: __vue_render__$p,
4142
- staticRenderFns: __vue_staticRenderFns__$p
4143
- }, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
4137
+ const __vue_component__$q = /*#__PURE__*/normalizeComponent({
4138
+ render: __vue_render__$q,
4139
+ staticRenderFns: __vue_staticRenderFns__$q
4140
+ }, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
4144
4141
 
4145
- var script$o = {
4142
+ var script$p = {
4146
4143
  name: "VcInputPopover",
4147
4144
  components: {
4148
- VcModalHeader: __vue_component__$K,
4149
- VcLayout: __vue_component__$M,
4150
- VcModalFooter: __vue_component__$L,
4151
- VcForm: __vue_component__$I,
4152
- VcPopover: __vue_component__$p
4145
+ VcModalHeader: __vue_component__$L,
4146
+ VcLayout: __vue_component__$N,
4147
+ VcModalFooter: __vue_component__$M,
4148
+ VcForm: __vue_component__$J,
4149
+ VcPopover: __vue_component__$q
4153
4150
  },
4154
4151
  props: {
4155
4152
  value: {
@@ -4212,10 +4209,10 @@ var script$o = {
4212
4209
  };
4213
4210
 
4214
4211
  /* script */
4215
- const __vue_script__$o = script$o;
4212
+ const __vue_script__$p = script$p;
4216
4213
  /* template */
4217
4214
 
4218
- var __vue_render__$o = function () {
4215
+ var __vue_render__$p = function () {
4219
4216
  var _vm = this;
4220
4217
 
4221
4218
  var _h = _vm.$createElement;
@@ -4301,13 +4298,13 @@ var __vue_render__$o = function () {
4301
4298
  }) : _vm._e()], 1)]], 2);
4302
4299
  };
4303
4300
 
4304
- var __vue_staticRenderFns__$o = [];
4301
+ var __vue_staticRenderFns__$p = [];
4305
4302
  /* style */
4306
4303
 
4307
- const __vue_inject_styles__$o = function (inject) {
4304
+ const __vue_inject_styles__$p = function (inject) {
4308
4305
  if (!inject) return;
4309
4306
  inject("data-v-4df3327c_0", {
4310
- source: "[data-v-4df3327c]: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-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;--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;--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-4df3327c]{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-4df3327c]{padding:var(--size-value4) var(--size-value6);overflow-y:auto}.vc-popover .vc-popover-footer[data-v-4df3327c]{padding:var(--size-value3) var(--size-value6)}",
4307
+ source: "[data-v-4df3327c]: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;--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;--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-4df3327c]{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-4df3327c]{padding:var(--size-value4) var(--size-value6);overflow-y:auto}.vc-popover .vc-popover-footer[data-v-4df3327c]{padding:var(--size-value3) var(--size-value6)}",
4311
4308
  map: undefined,
4312
4309
  media: undefined
4313
4310
  });
@@ -4315,27 +4312,27 @@ const __vue_inject_styles__$o = function (inject) {
4315
4312
  /* scoped */
4316
4313
 
4317
4314
 
4318
- const __vue_scope_id__$o = "data-v-4df3327c";
4315
+ const __vue_scope_id__$p = "data-v-4df3327c";
4319
4316
  /* module identifier */
4320
4317
 
4321
- const __vue_module_identifier__$o = undefined;
4318
+ const __vue_module_identifier__$p = undefined;
4322
4319
  /* functional template */
4323
4320
 
4324
- const __vue_is_functional_template__$o = false;
4321
+ const __vue_is_functional_template__$p = false;
4325
4322
  /* style inject SSR */
4326
4323
 
4327
4324
  /* style inject shadow dom */
4328
4325
 
4329
- const __vue_component__$o = /*#__PURE__*/normalizeComponent({
4330
- render: __vue_render__$o,
4331
- staticRenderFns: __vue_staticRenderFns__$o
4332
- }, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
4326
+ const __vue_component__$p = /*#__PURE__*/normalizeComponent({
4327
+ render: __vue_render__$p,
4328
+ staticRenderFns: __vue_staticRenderFns__$p
4329
+ }, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
4333
4330
 
4334
- var script$n = {
4331
+ var script$o = {
4335
4332
  name: "VcChip",
4336
4333
  components: {
4337
- VcIcon: __vue_component__$P,
4338
- VcAvatar: __vue_component__$B,
4334
+ VcIcon: __vue_component__$Q,
4335
+ VcAvatar: __vue_component__$C,
4339
4336
  VChip: VChip
4340
4337
  },
4341
4338
  props: {
@@ -4367,10 +4364,10 @@ var script$n = {
4367
4364
  };
4368
4365
 
4369
4366
  /* script */
4370
- const __vue_script__$n = script$n;
4367
+ const __vue_script__$o = script$o;
4371
4368
  /* template */
4372
4369
 
4373
- var __vue_render__$n = function () {
4370
+ var __vue_render__$o = function () {
4374
4371
  var _vm = this;
4375
4372
 
4376
4373
  var _h = _vm.$createElement;
@@ -4410,13 +4407,13 @@ var __vue_render__$n = function () {
4410
4407
  }, [_vm._v("$attention_fill")])], 1) : _vm._e(), _vm._v("\n " + _vm._s(_vm.label) + "\n")]);
4411
4408
  };
4412
4409
 
4413
- var __vue_staticRenderFns__$n = [];
4410
+ var __vue_staticRenderFns__$o = [];
4414
4411
  /* style */
4415
4412
 
4416
- const __vue_inject_styles__$n = function (inject) {
4413
+ const __vue_inject_styles__$o = function (inject) {
4417
4414
  if (!inject) return;
4418
4415
  inject("data-v-d8233608_0", {
4419
- source: "[data-v-d8233608]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-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;--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;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcChip[data-v-d8233608]{max-width:fit-content;border:1px solid var(--neutral-lighten-1)}.VcChip.v-chip[data-v-d8233608]{background-color:var(--modal-bg-color)}.VcChip.v-chip[data-v-d8233608] .v-chip__content{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-5)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .vc-avatar-wrapper{margin-inline-end:var(--size-value2)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .vc-avatar-wrapper .vc-attention-fill{fill:var(--yellow)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .v-chip__close{direction:inherit;margin-inline:var(--size-value1) var(--size-value0);color:var(--gray)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .v-chip__close:hover{opacity:unset}.VcChip.v-chip.vc-avatar[data-v-d8233608]{padding-inline:var(--size-value1) var(--size-value3)}.VcChip.v-chip--disabled[data-v-d8233608]{background-color:var(--gray-lighten-2);border:1px solid var(--gray-lighten-2)}.VcChip.v-chip--disabled[data-v-d8233608] .v-chip__content{color:var(--gray-darken-1)}.VcChip.vc-invalid[data-v-d8233608]{background-color:var(--yellow-lighten-3);border:1px solid var(--yellow)}.VcChip.vc-invalid[data-v-d8233608]:hover{background-color:var(--yellow-lighten-2)}.VcChip[data-v-d8233608]:hover{background-color:var(--gray-lighten-3)}.VcChip[data-v-d8233608]:hover:before{opacity:0}.VcChip[data-v-d8233608]:focus{box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcChip[data-v-d8233608]:focus:before{opacity:0}",
4416
+ source: "[data-v-d8233608]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--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;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcChip[data-v-d8233608]{max-width:fit-content;border:1px solid var(--neutral-lighten-1)}.VcChip.v-chip[data-v-d8233608]{background-color:var(--modal-bg-color)}.VcChip.v-chip[data-v-d8233608] .v-chip__content{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-5)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .vc-avatar-wrapper{margin-inline-end:var(--size-value2)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .vc-avatar-wrapper .vc-attention-fill{fill:var(--yellow)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .v-chip__close{direction:inherit;margin-inline:var(--size-value1) var(--size-value0);color:var(--gray)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .v-chip__close:hover{opacity:unset}.VcChip.v-chip.vc-avatar[data-v-d8233608]{padding-inline:var(--size-value1) var(--size-value3)}.VcChip.v-chip--disabled[data-v-d8233608]{background-color:var(--gray-lighten-2);border:1px solid var(--gray-lighten-2)}.VcChip.v-chip--disabled[data-v-d8233608] .v-chip__content{color:var(--gray-darken-1)}.VcChip.vc-invalid[data-v-d8233608]{background-color:var(--yellow-lighten-3);border:1px solid var(--yellow)}.VcChip.vc-invalid[data-v-d8233608]:hover{background-color:var(--yellow-lighten-2)}.VcChip[data-v-d8233608]:hover{background-color:var(--gray-lighten-3)}.VcChip[data-v-d8233608]:hover:before{opacity:0}.VcChip[data-v-d8233608]:focus{box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcChip[data-v-d8233608]:focus:before{opacity:0}",
4420
4417
  map: undefined,
4421
4418
  media: undefined
4422
4419
  });
@@ -4424,21 +4421,21 @@ const __vue_inject_styles__$n = function (inject) {
4424
4421
  /* scoped */
4425
4422
 
4426
4423
 
4427
- const __vue_scope_id__$n = "data-v-d8233608";
4424
+ const __vue_scope_id__$o = "data-v-d8233608";
4428
4425
  /* module identifier */
4429
4426
 
4430
- const __vue_module_identifier__$n = undefined;
4427
+ const __vue_module_identifier__$o = undefined;
4431
4428
  /* functional template */
4432
4429
 
4433
- const __vue_is_functional_template__$n = false;
4430
+ const __vue_is_functional_template__$o = false;
4434
4431
  /* style inject SSR */
4435
4432
 
4436
4433
  /* style inject shadow dom */
4437
4434
 
4438
- const __vue_component__$n = /*#__PURE__*/normalizeComponent({
4439
- render: __vue_render__$n,
4440
- staticRenderFns: __vue_staticRenderFns__$n
4441
- }, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
4435
+ const __vue_component__$o = /*#__PURE__*/normalizeComponent({
4436
+ render: __vue_render__$o,
4437
+ staticRenderFns: __vue_staticRenderFns__$o
4438
+ }, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
4442
4439
 
4443
4440
  //
4444
4441
  //
@@ -4462,7 +4459,7 @@ const __vue_component__$n = /*#__PURE__*/normalizeComponent({
4462
4459
  //
4463
4460
  //
4464
4461
  //
4465
- var script$m = {
4462
+ var script$n = {
4466
4463
  components: {
4467
4464
  VCol: VCol,
4468
4465
  VRow: VRow,
@@ -4548,10 +4545,10 @@ var script$m = {
4548
4545
  };
4549
4546
 
4550
4547
  /* script */
4551
- const __vue_script__$m = script$m;
4548
+ const __vue_script__$n = script$n;
4552
4549
  /* template */
4553
4550
 
4554
- var __vue_render__$m = function () {
4551
+ var __vue_render__$n = function () {
4555
4552
  var _vm = this;
4556
4553
 
4557
4554
  var _h = _vm.$createElement;
@@ -4598,10 +4595,10 @@ var __vue_render__$m = function () {
4598
4595
  }), 1);
4599
4596
  };
4600
4597
 
4601
- var __vue_staticRenderFns__$m = [];
4598
+ var __vue_staticRenderFns__$n = [];
4602
4599
  /* style */
4603
4600
 
4604
- const __vue_inject_styles__$m = function (inject) {
4601
+ const __vue_inject_styles__$n = function (inject) {
4605
4602
  if (!inject) return;
4606
4603
  inject("data-v-284ef818_0", {
4607
4604
  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}",
@@ -4612,21 +4609,21 @@ const __vue_inject_styles__$m = function (inject) {
4612
4609
  /* scoped */
4613
4610
 
4614
4611
 
4615
- const __vue_scope_id__$m = "data-v-284ef818";
4612
+ const __vue_scope_id__$n = "data-v-284ef818";
4616
4613
  /* module identifier */
4617
4614
 
4618
- const __vue_module_identifier__$m = undefined;
4615
+ const __vue_module_identifier__$n = undefined;
4619
4616
  /* functional template */
4620
4617
 
4621
- const __vue_is_functional_template__$m = false;
4618
+ const __vue_is_functional_template__$n = false;
4622
4619
  /* style inject SSR */
4623
4620
 
4624
4621
  /* style inject shadow dom */
4625
4622
 
4626
- const __vue_component__$m = /*#__PURE__*/normalizeComponent({
4627
- render: __vue_render__$m,
4628
- staticRenderFns: __vue_staticRenderFns__$m
4629
- }, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
4623
+ const __vue_component__$n = /*#__PURE__*/normalizeComponent({
4624
+ render: __vue_render__$n,
4625
+ staticRenderFns: __vue_staticRenderFns__$n
4626
+ }, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
4630
4627
 
4631
4628
  //
4632
4629
  //
@@ -4637,7 +4634,7 @@ const __vue_component__$m = /*#__PURE__*/normalizeComponent({
4637
4634
  //
4638
4635
  //
4639
4636
  //
4640
- var script$l = {
4637
+ var script$m = {
4641
4638
  components: {
4642
4639
  VProgressCircular: VProgressCircular
4643
4640
  },
@@ -4665,10 +4662,10 @@ var script$l = {
4665
4662
  };
4666
4663
 
4667
4664
  /* script */
4668
- const __vue_script__$l = script$l;
4665
+ const __vue_script__$m = script$m;
4669
4666
  /* template */
4670
4667
 
4671
- var __vue_render__$l = function () {
4668
+ var __vue_render__$m = function () {
4672
4669
  var _vm = this;
4673
4670
 
4674
4671
  var _h = _vm.$createElement;
@@ -4686,33 +4683,33 @@ var __vue_render__$l = function () {
4686
4683
  });
4687
4684
  };
4688
4685
 
4689
- var __vue_staticRenderFns__$l = [];
4686
+ var __vue_staticRenderFns__$m = [];
4690
4687
  /* style */
4691
4688
 
4692
- const __vue_inject_styles__$l = undefined;
4689
+ const __vue_inject_styles__$m = undefined;
4693
4690
  /* scoped */
4694
4691
 
4695
- const __vue_scope_id__$l = undefined;
4692
+ const __vue_scope_id__$m = undefined;
4696
4693
  /* module identifier */
4697
4694
 
4698
- const __vue_module_identifier__$l = undefined;
4695
+ const __vue_module_identifier__$m = undefined;
4699
4696
  /* functional template */
4700
4697
 
4701
- const __vue_is_functional_template__$l = false;
4698
+ const __vue_is_functional_template__$m = false;
4702
4699
  /* style inject */
4703
4700
 
4704
4701
  /* style inject SSR */
4705
4702
 
4706
4703
  /* style inject shadow dom */
4707
4704
 
4708
- const __vue_component__$l = /*#__PURE__*/normalizeComponent({
4709
- render: __vue_render__$l,
4710
- staticRenderFns: __vue_staticRenderFns__$l
4711
- }, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, undefined, undefined);
4705
+ const __vue_component__$m = /*#__PURE__*/normalizeComponent({
4706
+ render: __vue_render__$m,
4707
+ staticRenderFns: __vue_staticRenderFns__$m
4708
+ }, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, undefined, undefined);
4712
4709
 
4713
- var script$k = {
4710
+ var script$l = {
4714
4711
  components: {
4715
- VcIcon: __vue_component__$P,
4712
+ VcIcon: __vue_component__$Q,
4716
4713
  VSwitch: VSwitch
4717
4714
  },
4718
4715
  name: "VcSwitch",
@@ -4750,10 +4747,10 @@ var script$k = {
4750
4747
  };
4751
4748
 
4752
4749
  /* script */
4753
- const __vue_script__$k = script$k;
4750
+ const __vue_script__$l = script$l;
4754
4751
  /* template */
4755
4752
 
4756
- var __vue_render__$k = function () {
4753
+ var __vue_render__$l = function () {
4757
4754
  var _vm = this;
4758
4755
 
4759
4756
  var _h = _vm.$createElement;
@@ -4803,10 +4800,10 @@ var __vue_render__$k = function () {
4803
4800
  }, [_vm._v("$close_button")]) : _vm._e()], 1);
4804
4801
  };
4805
4802
 
4806
- var __vue_staticRenderFns__$k = [];
4803
+ var __vue_staticRenderFns__$l = [];
4807
4804
  /* style */
4808
4805
 
4809
- const __vue_inject_styles__$k = function (inject) {
4806
+ const __vue_inject_styles__$l = function (inject) {
4810
4807
  if (!inject) return;
4811
4808
  inject("data-v-52aeef04_0", {
4812
4809
  source: ".switchContainer .VcSwitch[data-v-52aeef04]{padding:0;margin:0}.switchContainer .VcSwitch[data-v-52aeef04] 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-52aeef04] input{height:var(--size-value5)}.switchContainer .VcSwitch[data-v-52aeef04] .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-52aeef04] .v-input--selection-controls__input{margin-left:var(--size-value3)}#app[dir=rtl] .switchContainer .VcSwitch[data-v-52aeef04] .v-input--selection-controls__input{margin-right:0}.switchContainer .VcSwitch[data-v-52aeef04] .v-input--switch__track{top:0;left:0}#app[dir=rtl] .switchContainer .VcSwitch[data-v-52aeef04] .v-input--switch__track{left:auto;right:0}.switchContainer .VcSwitch[data-v-52aeef04] .v-input--selection-controls__ripple{left:-10px;height:25px;width:25px}#app[dir=rtl] .switchContainer .VcSwitch[data-v-52aeef04] .v-input--selection-controls__ripple{left:auto;right:-10px}.switchContainer .VcSwitch[data-v-52aeef04] .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-52aeef04] .v-input--switch__thumb{transform:translateX(-3px)!important}.switchContainer .VcSwitch.v-input--is-disabled[data-v-52aeef04] {opacity:1}.switchContainer .VcSwitch.v-input--is-disabled[data-v-52aeef04] .v-input--switch__track{color:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.v-input--is-disabled[data-v-52aeef04] .v-input--switch__thumb{background-color:var(--gray)!important;box-shadow:none}.switchContainer .VcSwitch.is-active[data-v-52aeef04] .v-input--switch__track{opacity:1;background-color:currentColor}.switchContainer .VcSwitch.is-active[data-v-52aeef04] .v-input--selection-controls__ripple{transform:translateX(14px)!important}#app[dir=rtl] .switchContainer .VcSwitch.is-active[data-v-52aeef04] .v-input--selection-controls__ripple{transform:translateX(-14px)!important}.switchContainer .VcSwitch.is-active[data-v-52aeef04] .v-input--switch__thumb{transform:translateX(17px)!important}#app[dir=rtl] .switchContainer .VcSwitch.is-active[data-v-52aeef04] .v-input--switch__thumb{transform:translateX(-17px)!important}.switchContainer .VcSwitch.with-icon[data-v-52aeef04] input{height:var(--size-value6)}.switchContainer .VcSwitch.with-icon[data-v-52aeef04] .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-52aeef04] .v-input--selection-controls__input{margin-left:var(--size-value3)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-52aeef04] .v-input--selection-controls__input{margin-right:0}.switchContainer .VcSwitch.with-icon[data-v-52aeef04] .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-52aeef04] .v-input--switch__track{left:auto;right:0}.switchContainer .VcSwitch.with-icon[data-v-52aeef04] .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-52aeef04] .v-input--selection-controls__ripple{left:auto;right:-9px}.switchContainer .VcSwitch.with-icon[data-v-52aeef04] .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-52aeef04] .v-input--switch__thumb{transform:translateX(-3.5px)!important}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-52aeef04] {opacity:1}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-52aeef04] .v-input--switch__track{color:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-52aeef04] .v-input--switch__thumb{background-color:var(--gray)!important;box-shadow:none}.switchContainer .VcSwitch.with-icon.v-input--is-disabled+.VcSwitchIcon[data-v-52aeef04]{fill:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.with-icon.is-active[data-v-52aeef04] .v-input--switch__track{opacity:1;background-color:currentColor}.switchContainer .VcSwitch.with-icon.is-active[data-v-52aeef04] .v-input--selection-controls__ripple{transform:translateX(23.5px)!important}#app[dir=rtl] .switchContainer .VcSwitch.with-icon.is-active[data-v-52aeef04] .v-input--selection-controls__ripple{transform:translateX(-23.5px)!important}.switchContainer .VcSwitch.with-icon.is-active[data-v-52aeef04] .v-input--switch__thumb{transform:translateX(26px)!important}#app[dir=rtl] .switchContainer .VcSwitch.with-icon.is-active[data-v-52aeef04] .v-input--switch__thumb{transform:translateX(-26px)!important}.switchContainer .VcSwitchIcon[data-v-52aeef04]{position:relative}.switchContainer .VcSwitchIconV[data-v-52aeef04]{left:30px;top:-47px;margin-bottom:-47px;fill:var(--v-secondary-base)}.switchContainer .VcSwitchIconX[data-v-52aeef04]{left:7.4px;top:-51px;margin-bottom:-51px;fill:var(--neutral-lighten-1)}.switchContainer.with-icon[data-v-52aeef04]{height:var(--size-value6)}",
@@ -4817,26 +4814,26 @@ const __vue_inject_styles__$k = function (inject) {
4817
4814
  /* scoped */
4818
4815
 
4819
4816
 
4820
- const __vue_scope_id__$k = "data-v-52aeef04";
4817
+ const __vue_scope_id__$l = "data-v-52aeef04";
4821
4818
  /* module identifier */
4822
4819
 
4823
- const __vue_module_identifier__$k = undefined;
4820
+ const __vue_module_identifier__$l = undefined;
4824
4821
  /* functional template */
4825
4822
 
4826
- const __vue_is_functional_template__$k = false;
4823
+ const __vue_is_functional_template__$l = false;
4827
4824
  /* style inject SSR */
4828
4825
 
4829
4826
  /* style inject shadow dom */
4830
4827
 
4831
- const __vue_component__$k = /*#__PURE__*/normalizeComponent({
4832
- render: __vue_render__$k,
4833
- staticRenderFns: __vue_staticRenderFns__$k
4834
- }, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
4828
+ const __vue_component__$l = /*#__PURE__*/normalizeComponent({
4829
+ render: __vue_render__$l,
4830
+ staticRenderFns: __vue_staticRenderFns__$l
4831
+ }, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
4835
4832
 
4836
- var script$j = {
4833
+ var script$k = {
4837
4834
  components: {
4838
- VcIcon: __vue_component__$P,
4839
- VcSwitch: __vue_component__$k,
4835
+ VcIcon: __vue_component__$Q,
4836
+ VcSwitch: __vue_component__$l,
4840
4837
  VContainer: VContainer
4841
4838
  },
4842
4839
  name: 'VcListEntity',
@@ -4861,10 +4858,10 @@ var script$j = {
4861
4858
  };
4862
4859
 
4863
4860
  /* script */
4864
- const __vue_script__$j = script$j;
4861
+ const __vue_script__$k = script$k;
4865
4862
  /* template */
4866
4863
 
4867
- var __vue_render__$j = function () {
4864
+ var __vue_render__$k = function () {
4868
4865
  var _vm = this;
4869
4866
 
4870
4867
  var _h = _vm.$createElement;
@@ -4910,10 +4907,10 @@ var __vue_render__$j = function () {
4910
4907
  })], 1)])])], 1);
4911
4908
  };
4912
4909
 
4913
- var __vue_staticRenderFns__$j = [];
4910
+ var __vue_staticRenderFns__$k = [];
4914
4911
  /* style */
4915
4912
 
4916
- const __vue_inject_styles__$j = function (inject) {
4913
+ const __vue_inject_styles__$k = function (inject) {
4917
4914
  if (!inject) return;
4918
4915
  inject("data-v-03298204_0", {
4919
4916
  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%}",
@@ -4924,27 +4921,27 @@ const __vue_inject_styles__$j = function (inject) {
4924
4921
  /* scoped */
4925
4922
 
4926
4923
 
4927
- const __vue_scope_id__$j = undefined;
4924
+ const __vue_scope_id__$k = undefined;
4928
4925
  /* module identifier */
4929
4926
 
4930
- const __vue_module_identifier__$j = undefined;
4927
+ const __vue_module_identifier__$k = undefined;
4931
4928
  /* functional template */
4932
4929
 
4933
- const __vue_is_functional_template__$j = false;
4930
+ const __vue_is_functional_template__$k = false;
4934
4931
  /* style inject SSR */
4935
4932
 
4936
4933
  /* style inject shadow dom */
4937
4934
 
4938
- const __vue_component__$j = /*#__PURE__*/normalizeComponent({
4939
- render: __vue_render__$j,
4940
- staticRenderFns: __vue_staticRenderFns__$j
4941
- }, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
4935
+ const __vue_component__$k = /*#__PURE__*/normalizeComponent({
4936
+ render: __vue_render__$k,
4937
+ staticRenderFns: __vue_staticRenderFns__$k
4938
+ }, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
4942
4939
 
4943
- var script$i = {
4940
+ var script$j = {
4944
4941
  components: {
4945
- VcImage: __vue_component__$G,
4946
- VcIcon: __vue_component__$P,
4947
- VcSwitch: __vue_component__$k,
4942
+ VcImage: __vue_component__$H,
4943
+ VcIcon: __vue_component__$Q,
4944
+ VcSwitch: __vue_component__$l,
4948
4945
  VContainer: VContainer
4949
4946
  },
4950
4947
  name: "VcExpansionCard",
@@ -4979,10 +4976,10 @@ var script$i = {
4979
4976
  };
4980
4977
 
4981
4978
  /* script */
4982
- const __vue_script__$i = script$i;
4979
+ const __vue_script__$j = script$j;
4983
4980
  /* template */
4984
4981
 
4985
- var __vue_render__$i = function () {
4982
+ var __vue_render__$j = function () {
4986
4983
  var _vm = this;
4987
4984
 
4988
4985
  var _h = _vm.$createElement;
@@ -5057,10 +5054,10 @@ var __vue_render__$i = function () {
5057
5054
  }, [_vm._t("default")], 2) : _vm._e()])], 1);
5058
5055
  };
5059
5056
 
5060
- var __vue_staticRenderFns__$i = [];
5057
+ var __vue_staticRenderFns__$j = [];
5061
5058
  /* style */
5062
5059
 
5063
- const __vue_inject_styles__$i = function (inject) {
5060
+ const __vue_inject_styles__$j = function (inject) {
5064
5061
  if (!inject) return;
5065
5062
  inject("data-v-5f907c3e_0", {
5066
5063
  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}",
@@ -5075,26 +5072,26 @@ const __vue_inject_styles__$i = function (inject) {
5075
5072
  /* scoped */
5076
5073
 
5077
5074
 
5078
- const __vue_scope_id__$i = "data-v-5f907c3e";
5075
+ const __vue_scope_id__$j = "data-v-5f907c3e";
5079
5076
  /* module identifier */
5080
5077
 
5081
- const __vue_module_identifier__$i = undefined;
5078
+ const __vue_module_identifier__$j = undefined;
5082
5079
  /* functional template */
5083
5080
 
5084
- const __vue_is_functional_template__$i = false;
5081
+ const __vue_is_functional_template__$j = false;
5085
5082
  /* style inject SSR */
5086
5083
 
5087
5084
  /* style inject shadow dom */
5088
5085
 
5089
- const __vue_component__$i = /*#__PURE__*/normalizeComponent({
5090
- render: __vue_render__$i,
5091
- staticRenderFns: __vue_staticRenderFns__$i
5092
- }, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
5086
+ const __vue_component__$j = /*#__PURE__*/normalizeComponent({
5087
+ render: __vue_render__$j,
5088
+ staticRenderFns: __vue_staticRenderFns__$j
5089
+ }, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
5093
5090
 
5094
- var script$h = {
5091
+ var script$i = {
5095
5092
  name: 'VcTextField',
5096
5093
  components: {
5097
- VcIconWithTooltip: __vue_component__$C,
5094
+ VcIconWithTooltip: __vue_component__$D,
5098
5095
  VTextField: VTextField
5099
5096
  },
5100
5097
  props: {
@@ -5121,7 +5118,8 @@ var script$h = {
5121
5118
  },
5122
5119
  maxlength: {
5123
5120
  type: Number,
5124
- default: 100
5121
+ default: 100,
5122
+ validator: prop => prop > 0
5125
5123
  },
5126
5124
  rules: {
5127
5125
  type: Array
@@ -5145,15 +5143,23 @@ var script$h = {
5145
5143
  tooltipContent: {
5146
5144
  type: String,
5147
5145
  default: ''
5146
+ },
5147
+ prefix: {
5148
+ type: String,
5149
+ default: ''
5150
+ },
5151
+ errorMessages: {
5152
+ type: String,
5153
+ default: ''
5148
5154
  }
5149
5155
  }
5150
5156
  };
5151
5157
 
5152
5158
  /* script */
5153
- const __vue_script__$h = script$h;
5159
+ const __vue_script__$i = script$i;
5154
5160
  /* template */
5155
5161
 
5156
- var __vue_render__$h = function () {
5162
+ var __vue_render__$i = function () {
5157
5163
  var _vm = this;
5158
5164
 
5159
5165
  var _h = _vm.$createElement;
@@ -5170,11 +5176,13 @@ var __vue_render__$h = function () {
5170
5176
  "rules": _vm.rules,
5171
5177
  "disabled": _vm.disabled,
5172
5178
  "type": _vm.type,
5173
- "error": _vm.counter && _vm.maxlength && _vm.value.length > _vm.maxlength,
5179
+ "error": _vm.counter && !!_vm.maxlength && _vm.value.length > _vm.maxlength,
5180
+ "error-messages": _vm.errorMessages,
5174
5181
  "value": _vm.value,
5175
5182
  "hint": _vm.hint,
5176
5183
  "counter": _vm.counter,
5177
5184
  "maxlength": _vm.maxlength,
5185
+ "prefix": _vm.prefix,
5178
5186
  "persistent-hint": "",
5179
5187
  "hide-details": "auto"
5180
5188
  },
@@ -5200,13 +5208,13 @@ var __vue_render__$h = function () {
5200
5208
  });
5201
5209
  };
5202
5210
 
5203
- var __vue_staticRenderFns__$h = [];
5211
+ var __vue_staticRenderFns__$i = [];
5204
5212
  /* style */
5205
5213
 
5206
- const __vue_inject_styles__$h = function (inject) {
5214
+ const __vue_inject_styles__$i = function (inject) {
5207
5215
  if (!inject) return;
5208
- inject("data-v-a0a638cc_0", {
5209
- source: ".VcTextInput.v-text-field[data-v-a0a638cc]{font-family:var(--primary-font-family)}.VcTextInput.v-text-field[data-v-a0a638cc] .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-a0a638cc] .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-a0a638cc] .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)}.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:after,.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:before{display:none}.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:hover{border-color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:active,.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:focus,.VcTextInput.v-text-field[data-v-a0a638cc] .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-a0a638cc] .v-input__slot:active input,.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:focus input,.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:focus-within input{color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-a0a638cc].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-a0a638cc].v-input--is-focused label,.VcTextInput.v-text-field[data-v-a0a638cc].v-input--is-label-active label{font-size:var(--font-size-small);line-height:1.17;letter-spacing:-.3px;color:var(--gray-darken-4)!important;transform:translateY(-100%) scale(.85);top:var(--size-value2)}.VcTextInput.v-text-field[data-v-a0a638cc].v-input--is-focused .v-text-field__slot,.VcTextInput.v-text-field[data-v-a0a638cc].v-input--is-label-active .v-text-field__slot{margin-bottom:-14px}.VcTextInput.v-text-field[data-v-a0a638cc].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-a0a638cc].v-input--is-disabled .v-input__slot input,.VcTextInput.v-text-field[data-v-a0a638cc].v-input--is-disabled .v-input__slot label{color:var(--gray-darken-2)}.VcTextInput.v-text-field[data-v-a0a638cc]:not(.v-input--is-label-active):not(.v-input--is-focused) input{padding:var(--size-value2) 0}.VcTextInput.v-text-field[data-v-a0a638cc] .v-messages__message{line-height:var(--size-value4)}.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__append-inner{align-self:center;fill:var(--gray-darken-3)}",
5216
+ inject("data-v-55ea298c_0", {
5217
+ source: ".VcTextInput.v-text-field[data-v-55ea298c]{font-family:var(--primary-font-family)}.VcTextInput.v-text-field[data-v-55ea298c] .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-55ea298c] .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-55ea298c] .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)}.VcTextInput.v-text-field[data-v-55ea298c] .v-input__slot:after,.VcTextInput.v-text-field[data-v-55ea298c] .v-input__slot:before{display:none}.VcTextInput.v-text-field[data-v-55ea298c] .v-input__slot:hover{border-color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-55ea298c] .v-input__slot:active,.VcTextInput.v-text-field[data-v-55ea298c] .v-input__slot:focus,.VcTextInput.v-text-field[data-v-55ea298c] .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-55ea298c] .v-input__slot:active input,.VcTextInput.v-text-field[data-v-55ea298c] .v-input__slot:focus input,.VcTextInput.v-text-field[data-v-55ea298c] .v-input__slot:focus-within input{color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-55ea298c].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-55ea298c].v-input--is-focused label,.VcTextInput.v-text-field[data-v-55ea298c].v-input--is-label-active label{font-size:var(--font-size-small);line-height:1.17;letter-spacing:-.3px;color:var(--gray-darken-4)!important;transform:translateY(-100%) scale(.85);top:var(--size-value2)}.VcTextInput.v-text-field[data-v-55ea298c].v-input--is-focused .v-text-field__slot,.VcTextInput.v-text-field[data-v-55ea298c].v-input--is-label-active .v-text-field__slot{margin-bottom:-14px}.VcTextInput.v-text-field[data-v-55ea298c].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-55ea298c].v-input--is-disabled .v-input__slot input,.VcTextInput.v-text-field[data-v-55ea298c].v-input--is-disabled .v-input__slot label{color:var(--gray-darken-2)}.VcTextInput.v-text-field[data-v-55ea298c]:not(.v-input--is-label-active):not(.v-input--is-focused) input{padding:var(--size-value2) 0}.VcTextInput.v-text-field[data-v-55ea298c] .v-messages__message{line-height:var(--size-value4)}.VcTextInput.v-text-field[data-v-55ea298c] .v-input__append-inner{align-self:center;fill:var(--gray-darken-3)}",
5210
5218
  map: undefined,
5211
5219
  media: undefined
5212
5220
  });
@@ -5214,21 +5222,21 @@ const __vue_inject_styles__$h = function (inject) {
5214
5222
  /* scoped */
5215
5223
 
5216
5224
 
5217
- const __vue_scope_id__$h = "data-v-a0a638cc";
5225
+ const __vue_scope_id__$i = "data-v-55ea298c";
5218
5226
  /* module identifier */
5219
5227
 
5220
- const __vue_module_identifier__$h = undefined;
5228
+ const __vue_module_identifier__$i = undefined;
5221
5229
  /* functional template */
5222
5230
 
5223
- const __vue_is_functional_template__$h = false;
5231
+ const __vue_is_functional_template__$i = false;
5224
5232
  /* style inject SSR */
5225
5233
 
5226
5234
  /* style inject shadow dom */
5227
5235
 
5228
- const __vue_component__$h = /*#__PURE__*/normalizeComponent({
5229
- render: __vue_render__$h,
5230
- staticRenderFns: __vue_staticRenderFns__$h
5231
- }, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
5236
+ const __vue_component__$i = /*#__PURE__*/normalizeComponent({
5237
+ render: __vue_render__$i,
5238
+ staticRenderFns: __vue_staticRenderFns__$i
5239
+ }, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
5232
5240
 
5233
5241
  //
5234
5242
  //
@@ -5251,7 +5259,7 @@ const __vue_component__$h = /*#__PURE__*/normalizeComponent({
5251
5259
  //
5252
5260
  //
5253
5261
  //
5254
- var script$g = {
5262
+ var script$h = {
5255
5263
  components: {
5256
5264
  VTextarea: VTextarea
5257
5265
  },
@@ -5310,10 +5318,10 @@ var script$g = {
5310
5318
  };
5311
5319
 
5312
5320
  /* script */
5313
- const __vue_script__$g = script$g;
5321
+ const __vue_script__$h = script$h;
5314
5322
  /* template */
5315
5323
 
5316
- var __vue_render__$g = function () {
5324
+ var __vue_render__$h = function () {
5317
5325
  var _vm = this;
5318
5326
 
5319
5327
  var _h = _vm.$createElement;
@@ -5350,10 +5358,10 @@ var __vue_render__$g = function () {
5350
5358
  });
5351
5359
  };
5352
5360
 
5353
- var __vue_staticRenderFns__$g = [];
5361
+ var __vue_staticRenderFns__$h = [];
5354
5362
  /* style */
5355
5363
 
5356
- const __vue_inject_styles__$g = function (inject) {
5364
+ const __vue_inject_styles__$h = function (inject) {
5357
5365
  if (!inject) return;
5358
5366
  inject("data-v-7ef43716_0", {
5359
5367
  source: "[data-v-7ef43716].VcTextArea.v-text-field .v-text-field__slot:first-child{margin-inline-start:12px;margin-top:3px;height:100%}[data-v-7ef43716].VcTextArea.v-text-field.v-input--is-focused label,[data-v-7ef43716].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-7ef43716].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-7ef43716].VcTextArea.v-text-field:not(.v-text-field--outlined) .v-text-field__slot{transition:margin-bottom .1s}[data-v-7ef43716].VcTextArea.v-text-field:not(.v-text-field--outlined).v-input--is-focused label,[data-v-7ef43716].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-7ef43716].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}[data-v-7ef43716].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-7ef43716].VcTextArea.v-text-field .v-input__slot:after,[data-v-7ef43716].VcTextArea.v-text-field .v-input__slot:before{display:none}[data-v-7ef43716].VcTextArea.v-text-field textarea{font-size:15px!important;font-weight:500;line-height:1.5;margin-top:20px}[data-v-7ef43716].VcTextArea.v-text-field.no-label textarea{margin-top:var(--size-value2)}[data-v-7ef43716].VcTextArea.v-text-field .v-text-field__prefix{color:rgba(0,0,0,.54)!important}[data-v-7ef43716].VcTextArea.v-text-field.error--text .v-input__slot{border:1px solid var(--v-danger-base);box-shadow:none}[data-v-7ef43716].VcTextArea.v-text-field.v-input--is-disabled .v-input__slot{background-color:rgba(0,0,0,.03)!important}",
@@ -5364,27 +5372,27 @@ const __vue_inject_styles__$g = function (inject) {
5364
5372
  /* scoped */
5365
5373
 
5366
5374
 
5367
- const __vue_scope_id__$g = "data-v-7ef43716";
5375
+ const __vue_scope_id__$h = "data-v-7ef43716";
5368
5376
  /* module identifier */
5369
5377
 
5370
- const __vue_module_identifier__$g = undefined;
5378
+ const __vue_module_identifier__$h = undefined;
5371
5379
  /* functional template */
5372
5380
 
5373
- const __vue_is_functional_template__$g = false;
5381
+ const __vue_is_functional_template__$h = false;
5374
5382
  /* style inject SSR */
5375
5383
 
5376
5384
  /* style inject shadow dom */
5377
5385
 
5378
- const __vue_component__$g = /*#__PURE__*/normalizeComponent({
5379
- render: __vue_render__$g,
5380
- staticRenderFns: __vue_staticRenderFns__$g
5381
- }, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
5386
+ const __vue_component__$h = /*#__PURE__*/normalizeComponent({
5387
+ render: __vue_render__$h,
5388
+ staticRenderFns: __vue_staticRenderFns__$h
5389
+ }, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
5382
5390
 
5383
- var script$f = {
5391
+ var script$g = {
5384
5392
  name: 'VcSelectField',
5385
5393
  components: {
5386
- VcIconWithTooltip: __vue_component__$C,
5387
- VcIcon: __vue_component__$P,
5394
+ VcIconWithTooltip: __vue_component__$D,
5395
+ VcIcon: __vue_component__$Q,
5388
5396
  VSelect: VSelect
5389
5397
  },
5390
5398
 
@@ -5453,10 +5461,10 @@ var script$f = {
5453
5461
  };
5454
5462
 
5455
5463
  /* script */
5456
- const __vue_script__$f = script$f;
5464
+ const __vue_script__$g = script$g;
5457
5465
  /* template */
5458
5466
 
5459
- var __vue_render__$f = function () {
5467
+ var __vue_render__$g = function () {
5460
5468
  var _vm = this;
5461
5469
 
5462
5470
  var _h = _vm.$createElement;
@@ -5509,13 +5517,13 @@ var __vue_render__$f = function () {
5509
5517
  });
5510
5518
  };
5511
5519
 
5512
- var __vue_staticRenderFns__$f = [];
5520
+ var __vue_staticRenderFns__$g = [];
5513
5521
  /* style */
5514
5522
 
5515
- const __vue_inject_styles__$f = function (inject) {
5523
+ const __vue_inject_styles__$g = function (inject) {
5516
5524
  if (!inject) return;
5517
5525
  inject("data-v-2d97060a_0", {
5518
- source: "[data-v-2d97060a]: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-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;--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;--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-2d97060a]{border-radius:var(--border-radius)}.VcSelectField[data-v-2d97060a] .icon{fill:var(--gray-darken-2)}.VcSelectField[data-v-2d97060a] fieldset{height:52px;background:var(--modal-bg-color);border-color:var(--gray-lighten-1);transition:border-color .1s}.VcSelectField[data-v-2d97060a] .v-label--active{transform:translateY(-8px) scale(.75)!important}.VcSelectField[data-v-2d97060a] .v-label{color:var(--gray-darken-3)!important}.VcSelectField[data-v-2d97060a] .v-select__slot label+div{position:absolute;top:10px}.VcSelectField[data-v-2d97060a]:hover fieldset{border-color:var(--gray-darken-3)}.VcSelectField[data-v-2d97060a].v-input--is-disabled fieldset{background-color:var(--gray-lighten-3)}.VcSelectField[data-v-2d97060a].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-2d97060a].v-input--is-focused fieldset input{color:var(--gray-darken-3)}.VcSelectField[data-v-2d97060a].error--text fieldset{border:1px solid var(--red);transition:border-color .1s}.VcSelectField[data-v-2d97060a] .v-text-field__details{padding-inline-start:0}.VcSelectField[data-v-2d97060a] .v-text-field__details .v-messages__message{margin-top:10px}.VcSelectField[data-v-2d97060a] legend{display:none}.VcSelectField[data-v-2d97060a] .v-select__selection--comma{font-size:15px;font-weight:500}.VcSelectField[data-v-2d97060a] .v-input__append-inner{align-content:center;align-items:center;margin-top:5px!important;height:75%}.VcSelectField[data-v-2d97060a] .dropdown-arrow{padding-inline-end:17px}.VcSelectField[data-v-2d97060a] .tooltip{padding-inline-start:12px;padding-inline-end:3px;border-inline-start:1px solid var(--gray-lighten-1);height:100%;display:flex;align-items:center}",
5526
+ source: "[data-v-2d97060a]: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;--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;--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-2d97060a]{border-radius:var(--border-radius)}.VcSelectField[data-v-2d97060a] .icon{fill:var(--gray-darken-2)}.VcSelectField[data-v-2d97060a] fieldset{height:52px;background:var(--modal-bg-color);border-color:var(--gray-lighten-1);transition:border-color .1s}.VcSelectField[data-v-2d97060a] .v-label--active{transform:translateY(-8px) scale(.75)!important}.VcSelectField[data-v-2d97060a] .v-label{color:var(--gray-darken-3)!important}.VcSelectField[data-v-2d97060a] .v-select__slot label+div{position:absolute;top:10px}.VcSelectField[data-v-2d97060a]:hover fieldset{border-color:var(--gray-darken-3)}.VcSelectField[data-v-2d97060a].v-input--is-disabled fieldset{background-color:var(--gray-lighten-3)}.VcSelectField[data-v-2d97060a].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-2d97060a].v-input--is-focused fieldset input{color:var(--gray-darken-3)}.VcSelectField[data-v-2d97060a].error--text fieldset{border:1px solid var(--red);transition:border-color .1s}.VcSelectField[data-v-2d97060a] .v-text-field__details{padding-inline-start:0}.VcSelectField[data-v-2d97060a] .v-text-field__details .v-messages__message{margin-top:10px}.VcSelectField[data-v-2d97060a] legend{display:none}.VcSelectField[data-v-2d97060a] .v-select__selection--comma{font-size:15px;font-weight:500}.VcSelectField[data-v-2d97060a] .v-input__append-inner{align-content:center;align-items:center;margin-top:5px!important;height:75%}.VcSelectField[data-v-2d97060a] .dropdown-arrow{padding-inline-end:17px}.VcSelectField[data-v-2d97060a] .tooltip{padding-inline-start:12px;padding-inline-end:3px;border-inline-start:1px solid var(--gray-lighten-1);height:100%;display:flex;align-items:center}",
5519
5527
  map: undefined,
5520
5528
  media: undefined
5521
5529
  }), inject("data-v-2d97060a_1", {
@@ -5527,26 +5535,26 @@ const __vue_inject_styles__$f = function (inject) {
5527
5535
  /* scoped */
5528
5536
 
5529
5537
 
5530
- const __vue_scope_id__$f = "data-v-2d97060a";
5538
+ const __vue_scope_id__$g = "data-v-2d97060a";
5531
5539
  /* module identifier */
5532
5540
 
5533
- const __vue_module_identifier__$f = undefined;
5541
+ const __vue_module_identifier__$g = undefined;
5534
5542
  /* functional template */
5535
5543
 
5536
- const __vue_is_functional_template__$f = false;
5544
+ const __vue_is_functional_template__$g = false;
5537
5545
  /* style inject SSR */
5538
5546
 
5539
5547
  /* style inject shadow dom */
5540
5548
 
5541
- const __vue_component__$f = /*#__PURE__*/normalizeComponent({
5542
- render: __vue_render__$f,
5543
- staticRenderFns: __vue_staticRenderFns__$f
5544
- }, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
5549
+ const __vue_component__$g = /*#__PURE__*/normalizeComponent({
5550
+ render: __vue_render__$g,
5551
+ staticRenderFns: __vue_staticRenderFns__$g
5552
+ }, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
5545
5553
 
5546
- var script$e = {
5554
+ var script$f = {
5547
5555
  name: 'VcToast',
5548
5556
  components: {
5549
- VcAlert: __vue_component__$E,
5557
+ VcAlert: __vue_component__$F,
5550
5558
  VSnackbar: VSnackbar
5551
5559
  },
5552
5560
  props: {
@@ -5567,10 +5575,10 @@ var script$e = {
5567
5575
  };
5568
5576
 
5569
5577
  /* script */
5570
- const __vue_script__$e = script$e;
5578
+ const __vue_script__$f = script$f;
5571
5579
  /* template */
5572
5580
 
5573
- var __vue_render__$e = function () {
5581
+ var __vue_render__$f = function () {
5574
5582
  var _vm = this;
5575
5583
 
5576
5584
  var _h = _vm.$createElement;
@@ -5592,10 +5600,10 @@ var __vue_render__$e = function () {
5592
5600
  }, 'VcAlert', _vm.$attrs, false))], 1);
5593
5601
  };
5594
5602
 
5595
- var __vue_staticRenderFns__$e = [];
5603
+ var __vue_staticRenderFns__$f = [];
5596
5604
  /* style */
5597
5605
 
5598
- const __vue_inject_styles__$e = function (inject) {
5606
+ const __vue_inject_styles__$f = function (inject) {
5599
5607
  if (!inject) return;
5600
5608
  inject("data-v-2d3e5bbe_0", {
5601
5609
  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}",
@@ -5606,21 +5614,21 @@ const __vue_inject_styles__$e = function (inject) {
5606
5614
  /* scoped */
5607
5615
 
5608
5616
 
5609
- const __vue_scope_id__$e = "data-v-2d3e5bbe";
5617
+ const __vue_scope_id__$f = "data-v-2d3e5bbe";
5610
5618
  /* module identifier */
5611
5619
 
5612
- const __vue_module_identifier__$e = undefined;
5620
+ const __vue_module_identifier__$f = undefined;
5613
5621
  /* functional template */
5614
5622
 
5615
- const __vue_is_functional_template__$e = false;
5623
+ const __vue_is_functional_template__$f = false;
5616
5624
  /* style inject SSR */
5617
5625
 
5618
5626
  /* style inject shadow dom */
5619
5627
 
5620
- const __vue_component__$e = /*#__PURE__*/normalizeComponent({
5621
- render: __vue_render__$e,
5622
- staticRenderFns: __vue_staticRenderFns__$e
5623
- }, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
5628
+ const __vue_component__$f = /*#__PURE__*/normalizeComponent({
5629
+ render: __vue_render__$f,
5630
+ staticRenderFns: __vue_staticRenderFns__$f
5631
+ }, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
5624
5632
 
5625
5633
  //
5626
5634
  //
@@ -5634,7 +5642,7 @@ const __vue_component__$e = /*#__PURE__*/normalizeComponent({
5634
5642
  //
5635
5643
  //
5636
5644
  //
5637
- var script$d = {
5645
+ var script$e = {
5638
5646
  components: {
5639
5647
  VCard: VCard
5640
5648
  },
@@ -5658,10 +5666,10 @@ var script$d = {
5658
5666
  };
5659
5667
 
5660
5668
  /* script */
5661
- const __vue_script__$d = script$d;
5669
+ const __vue_script__$e = script$e;
5662
5670
  /* template */
5663
5671
 
5664
- var __vue_render__$d = function () {
5672
+ var __vue_render__$e = function () {
5665
5673
  var _vm = this;
5666
5674
 
5667
5675
  var _h = _vm.$createElement;
@@ -5695,10 +5703,10 @@ var __vue_render__$d = function () {
5695
5703
  }) : _vm._e(), _vm._v(" "), _vm._t("default")], 2);
5696
5704
  };
5697
5705
 
5698
- var __vue_staticRenderFns__$d = [];
5706
+ var __vue_staticRenderFns__$e = [];
5699
5707
  /* style */
5700
5708
 
5701
- const __vue_inject_styles__$d = function (inject) {
5709
+ const __vue_inject_styles__$e = function (inject) {
5702
5710
  if (!inject) return;
5703
5711
  inject("data-v-11425092_0", {
5704
5712
  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}",
@@ -5709,29 +5717,29 @@ const __vue_inject_styles__$d = function (inject) {
5709
5717
  /* scoped */
5710
5718
 
5711
5719
 
5712
- const __vue_scope_id__$d = "data-v-11425092";
5720
+ const __vue_scope_id__$e = "data-v-11425092";
5713
5721
  /* module identifier */
5714
5722
 
5715
- const __vue_module_identifier__$d = undefined;
5723
+ const __vue_module_identifier__$e = undefined;
5716
5724
  /* functional template */
5717
5725
 
5718
- const __vue_is_functional_template__$d = false;
5726
+ const __vue_is_functional_template__$e = false;
5719
5727
  /* style inject SSR */
5720
5728
 
5721
5729
  /* style inject shadow dom */
5722
5730
 
5723
- const __vue_component__$d = /*#__PURE__*/normalizeComponent({
5724
- render: __vue_render__$d,
5725
- staticRenderFns: __vue_staticRenderFns__$d
5726
- }, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
5731
+ const __vue_component__$e = /*#__PURE__*/normalizeComponent({
5732
+ render: __vue_render__$e,
5733
+ staticRenderFns: __vue_staticRenderFns__$e
5734
+ }, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
5727
5735
 
5728
- var script$c = {
5736
+ var script$d = {
5729
5737
  name: "FilterPanel",
5730
5738
  components: {
5731
- VcLayout: __vue_component__$M,
5732
- VcIcon: __vue_component__$P,
5733
- VcButton: __vue_component__$O,
5734
- VcLoader: __vue_component__$l
5739
+ VcLayout: __vue_component__$N,
5740
+ VcIcon: __vue_component__$Q,
5741
+ VcButton: __vue_component__$P,
5742
+ VcLoader: __vue_component__$m
5735
5743
  },
5736
5744
  props: {
5737
5745
  title: {
@@ -5754,10 +5762,10 @@ var script$c = {
5754
5762
  };
5755
5763
 
5756
5764
  /* script */
5757
- const __vue_script__$c = script$c;
5765
+ const __vue_script__$d = script$d;
5758
5766
  /* template */
5759
5767
 
5760
- var __vue_render__$c = function () {
5768
+ var __vue_render__$d = function () {
5761
5769
  var _vm = this;
5762
5770
 
5763
5771
  var _h = _vm.$createElement;
@@ -5813,10 +5821,10 @@ var __vue_render__$c = function () {
5813
5821
  }) : _vm._e(), _vm._v(" "), _vm._t("default")], 2)], 1)], 1);
5814
5822
  };
5815
5823
 
5816
- var __vue_staticRenderFns__$c = [];
5824
+ var __vue_staticRenderFns__$d = [];
5817
5825
  /* style */
5818
5826
 
5819
- const __vue_inject_styles__$c = function (inject) {
5827
+ const __vue_inject_styles__$d = function (inject) {
5820
5828
  if (!inject) return;
5821
5829
  inject("data-v-44aac954_0", {
5822
5830
  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)}",
@@ -5827,21 +5835,21 @@ const __vue_inject_styles__$c = function (inject) {
5827
5835
  /* scoped */
5828
5836
 
5829
5837
 
5830
- const __vue_scope_id__$c = "data-v-44aac954";
5838
+ const __vue_scope_id__$d = "data-v-44aac954";
5831
5839
  /* module identifier */
5832
5840
 
5833
- const __vue_module_identifier__$c = undefined;
5841
+ const __vue_module_identifier__$d = undefined;
5834
5842
  /* functional template */
5835
5843
 
5836
- const __vue_is_functional_template__$c = false;
5844
+ const __vue_is_functional_template__$d = false;
5837
5845
  /* style inject SSR */
5838
5846
 
5839
5847
  /* style inject shadow dom */
5840
5848
 
5841
- const __vue_component__$c = /*#__PURE__*/normalizeComponent({
5842
- render: __vue_render__$c,
5843
- staticRenderFns: __vue_staticRenderFns__$c
5844
- }, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
5849
+ const __vue_component__$d = /*#__PURE__*/normalizeComponent({
5850
+ render: __vue_render__$d,
5851
+ staticRenderFns: __vue_staticRenderFns__$d
5852
+ }, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
5845
5853
 
5846
5854
  //
5847
5855
  //
@@ -5849,7 +5857,7 @@ const __vue_component__$c = /*#__PURE__*/normalizeComponent({
5849
5857
  //
5850
5858
  //
5851
5859
  //
5852
- var script$b = {
5860
+ var script$c = {
5853
5861
  components: {
5854
5862
  VLayout: VLayout
5855
5863
  },
@@ -5865,10 +5873,10 @@ var script$b = {
5865
5873
  };
5866
5874
 
5867
5875
  /* script */
5868
- const __vue_script__$b = script$b;
5876
+ const __vue_script__$c = script$c;
5869
5877
  /* template */
5870
5878
 
5871
- var __vue_render__$b = function () {
5879
+ var __vue_render__$c = function () {
5872
5880
  var _vm = this;
5873
5881
 
5874
5882
  var _h = _vm.$createElement;
@@ -5883,10 +5891,10 @@ var __vue_render__$b = function () {
5883
5891
  }, [_vm._t("default")], 2);
5884
5892
  };
5885
5893
 
5886
- var __vue_staticRenderFns__$b = [];
5894
+ var __vue_staticRenderFns__$c = [];
5887
5895
  /* style */
5888
5896
 
5889
- const __vue_inject_styles__$b = function (inject) {
5897
+ const __vue_inject_styles__$c = function (inject) {
5890
5898
  if (!inject) return;
5891
5899
  inject("data-v-e2463588_0", {
5892
5900
  source: ".VcFocusArea[data-v-e2463588]{padding:var(--size-value4);background-color:var(--gray-lighten-3);border-radius:6px}",
@@ -5897,27 +5905,27 @@ const __vue_inject_styles__$b = function (inject) {
5897
5905
  /* scoped */
5898
5906
 
5899
5907
 
5900
- const __vue_scope_id__$b = "data-v-e2463588";
5908
+ const __vue_scope_id__$c = "data-v-e2463588";
5901
5909
  /* module identifier */
5902
5910
 
5903
- const __vue_module_identifier__$b = undefined;
5911
+ const __vue_module_identifier__$c = undefined;
5904
5912
  /* functional template */
5905
5913
 
5906
- const __vue_is_functional_template__$b = false;
5914
+ const __vue_is_functional_template__$c = false;
5907
5915
  /* style inject SSR */
5908
5916
 
5909
5917
  /* style inject shadow dom */
5910
5918
 
5911
- const __vue_component__$b = /*#__PURE__*/normalizeComponent({
5912
- render: __vue_render__$b,
5913
- staticRenderFns: __vue_staticRenderFns__$b
5914
- }, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
5919
+ const __vue_component__$c = /*#__PURE__*/normalizeComponent({
5920
+ render: __vue_render__$c,
5921
+ staticRenderFns: __vue_staticRenderFns__$c
5922
+ }, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
5915
5923
 
5916
5924
  const VcLinkIcons = ['', 'copy', 'trash', 'left'];
5917
- var script$a = {
5925
+ var script$b = {
5918
5926
  name: "VcLink",
5919
5927
  components: {
5920
- VcIcon: __vue_component__$P
5928
+ VcIcon: __vue_component__$Q
5921
5929
  },
5922
5930
  props: {
5923
5931
  label: {
@@ -5966,10 +5974,10 @@ var script$a = {
5966
5974
  };
5967
5975
 
5968
5976
  /* script */
5969
- const __vue_script__$a = script$a;
5977
+ const __vue_script__$b = script$b;
5970
5978
  /* template */
5971
5979
 
5972
- var __vue_render__$a = function () {
5980
+ var __vue_render__$b = function () {
5973
5981
  var _vm = this;
5974
5982
 
5975
5983
  var _h = _vm.$createElement;
@@ -5994,10 +6002,10 @@ var __vue_render__$a = function () {
5994
6002
  }, [_vm._v(_vm._s(_vm.getIcon))]) : _vm._e(), _vm._v(" "), _c('label', [_vm._v(_vm._s(_vm.label))])], 1);
5995
6003
  };
5996
6004
 
5997
- var __vue_staticRenderFns__$a = [];
6005
+ var __vue_staticRenderFns__$b = [];
5998
6006
  /* style */
5999
6007
 
6000
- const __vue_inject_styles__$a = function (inject) {
6008
+ const __vue_inject_styles__$b = function (inject) {
6001
6009
  if (!inject) return;
6002
6010
  inject("data-v-647b8048_0", {
6003
6011
  source: ".VcLink[data-v-647b8048]{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-647b8048]{color:var(--gray-darken-4)}.VcLink.link-secondary.VcLink[data-v-647b8048] svg path{fill:var(--gray-darken-4)}.VcLink:hover label[data-v-647b8048]{text-decoration:underline;cursor:pointer}.VcLink .prepend-icon[data-v-647b8048]{padding-inline-end:var(--size-value1)}.VcLink .prepend-icon[data-v-647b8048] svg path{fill:var(--blue)}",
@@ -6008,28 +6016,28 @@ const __vue_inject_styles__$a = function (inject) {
6008
6016
  /* scoped */
6009
6017
 
6010
6018
 
6011
- const __vue_scope_id__$a = "data-v-647b8048";
6019
+ const __vue_scope_id__$b = "data-v-647b8048";
6012
6020
  /* module identifier */
6013
6021
 
6014
- const __vue_module_identifier__$a = undefined;
6022
+ const __vue_module_identifier__$b = undefined;
6015
6023
  /* functional template */
6016
6024
 
6017
- const __vue_is_functional_template__$a = false;
6025
+ const __vue_is_functional_template__$b = false;
6018
6026
  /* style inject SSR */
6019
6027
 
6020
6028
  /* style inject shadow dom */
6021
6029
 
6022
- const __vue_component__$a = /*#__PURE__*/normalizeComponent({
6023
- render: __vue_render__$a,
6024
- staticRenderFns: __vue_staticRenderFns__$a
6025
- }, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
6030
+ const __vue_component__$b = /*#__PURE__*/normalizeComponent({
6031
+ render: __vue_render__$b,
6032
+ staticRenderFns: __vue_staticRenderFns__$b
6033
+ }, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
6026
6034
 
6027
- var script$9 = {
6035
+ var script$a = {
6028
6036
  name: "ListItem",
6029
6037
  components: {
6030
- VcLayout: __vue_component__$M,
6031
- VcCheckbox: __vue_component__$u,
6032
- VcActions: __vue_component__$y
6038
+ VcLayout: __vue_component__$N,
6039
+ VcCheckbox: __vue_component__$v,
6040
+ VcActions: __vue_component__$z
6033
6041
  },
6034
6042
  props: {
6035
6043
  showSelect: {
@@ -6059,10 +6067,10 @@ var script$9 = {
6059
6067
  };
6060
6068
 
6061
6069
  /* script */
6062
- const __vue_script__$9 = script$9;
6070
+ const __vue_script__$a = script$a;
6063
6071
  /* template */
6064
6072
 
6065
- var __vue_render__$9 = function () {
6073
+ var __vue_render__$a = function () {
6066
6074
  var _vm = this;
6067
6075
 
6068
6076
  var _h = _vm.$createElement;
@@ -6107,10 +6115,10 @@ var __vue_render__$9 = function () {
6107
6115
  })], 2)], 1);
6108
6116
  };
6109
6117
 
6110
- var __vue_staticRenderFns__$9 = [];
6118
+ var __vue_staticRenderFns__$a = [];
6111
6119
  /* style */
6112
6120
 
6113
- const __vue_inject_styles__$9 = function (inject) {
6121
+ const __vue_inject_styles__$a = function (inject) {
6114
6122
  if (!inject) return;
6115
6123
  inject("data-v-0a8bbb3a_0", {
6116
6124
  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}",
@@ -6121,26 +6129,26 @@ const __vue_inject_styles__$9 = function (inject) {
6121
6129
  /* scoped */
6122
6130
 
6123
6131
 
6124
- const __vue_scope_id__$9 = "data-v-0a8bbb3a";
6132
+ const __vue_scope_id__$a = "data-v-0a8bbb3a";
6125
6133
  /* module identifier */
6126
6134
 
6127
- const __vue_module_identifier__$9 = undefined;
6135
+ const __vue_module_identifier__$a = undefined;
6128
6136
  /* functional template */
6129
6137
 
6130
- const __vue_is_functional_template__$9 = false;
6138
+ const __vue_is_functional_template__$a = false;
6131
6139
  /* style inject SSR */
6132
6140
 
6133
6141
  /* style inject shadow dom */
6134
6142
 
6135
- const __vue_component__$9 = /*#__PURE__*/normalizeComponent({
6136
- render: __vue_render__$9,
6137
- staticRenderFns: __vue_staticRenderFns__$9
6138
- }, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
6143
+ const __vue_component__$a = /*#__PURE__*/normalizeComponent({
6144
+ render: __vue_render__$a,
6145
+ staticRenderFns: __vue_staticRenderFns__$a
6146
+ }, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
6139
6147
 
6140
- var script$8 = {
6148
+ var script$9 = {
6141
6149
  name: "VcGroupHeader",
6142
6150
  components: {
6143
- VcLayout: __vue_component__$M
6151
+ VcLayout: __vue_component__$N
6144
6152
  },
6145
6153
  props: {
6146
6154
  title: {
@@ -6159,10 +6167,10 @@ var script$8 = {
6159
6167
  };
6160
6168
 
6161
6169
  /* script */
6162
- const __vue_script__$8 = script$8;
6170
+ const __vue_script__$9 = script$9;
6163
6171
  /* template */
6164
6172
 
6165
- var __vue_render__$8 = function () {
6173
+ var __vue_render__$9 = function () {
6166
6174
  var _vm = this;
6167
6175
 
6168
6176
  var _h = _vm.$createElement;
@@ -6178,10 +6186,10 @@ var __vue_render__$8 = function () {
6178
6186
  }, [_c('span', [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.summaryText))])]);
6179
6187
  };
6180
6188
 
6181
- var __vue_staticRenderFns__$8 = [];
6189
+ var __vue_staticRenderFns__$9 = [];
6182
6190
  /* style */
6183
6191
 
6184
- const __vue_inject_styles__$8 = function (inject) {
6192
+ const __vue_inject_styles__$9 = function (inject) {
6185
6193
  if (!inject) return;
6186
6194
  inject("data-v-5cb0ff3e_0", {
6187
6195
  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)}}",
@@ -6192,36 +6200,36 @@ const __vue_inject_styles__$8 = function (inject) {
6192
6200
  /* scoped */
6193
6201
 
6194
6202
 
6195
- const __vue_scope_id__$8 = "data-v-5cb0ff3e";
6203
+ const __vue_scope_id__$9 = "data-v-5cb0ff3e";
6196
6204
  /* module identifier */
6197
6205
 
6198
- const __vue_module_identifier__$8 = undefined;
6206
+ const __vue_module_identifier__$9 = undefined;
6199
6207
  /* functional template */
6200
6208
 
6201
- const __vue_is_functional_template__$8 = false;
6209
+ const __vue_is_functional_template__$9 = false;
6202
6210
  /* style inject SSR */
6203
6211
 
6204
6212
  /* style inject shadow dom */
6205
6213
 
6206
- const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
6207
- render: __vue_render__$8,
6208
- staticRenderFns: __vue_staticRenderFns__$8
6209
- }, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
6214
+ const __vue_component__$9 = /*#__PURE__*/normalizeComponent({
6215
+ render: __vue_render__$9,
6216
+ staticRenderFns: __vue_staticRenderFns__$9
6217
+ }, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
6210
6218
 
6211
6219
  //
6212
6220
  //
6213
6221
  //
6214
6222
  //
6215
- var script$7 = {
6223
+ var script$8 = {
6216
6224
  name: 'VcSvg',
6217
6225
  props: ['svg']
6218
6226
  };
6219
6227
 
6220
6228
  /* script */
6221
- const __vue_script__$7 = script$7;
6229
+ const __vue_script__$8 = script$8;
6222
6230
  /* template */
6223
6231
 
6224
- var __vue_render__$7 = function () {
6232
+ var __vue_render__$8 = function () {
6225
6233
  var _vm = this;
6226
6234
 
6227
6235
  var _h = _vm.$createElement;
@@ -6235,38 +6243,38 @@ var __vue_render__$7 = function () {
6235
6243
  });
6236
6244
  };
6237
6245
 
6238
- var __vue_staticRenderFns__$7 = [];
6246
+ var __vue_staticRenderFns__$8 = [];
6239
6247
  /* style */
6240
6248
 
6241
- const __vue_inject_styles__$7 = undefined;
6249
+ const __vue_inject_styles__$8 = undefined;
6242
6250
  /* scoped */
6243
6251
 
6244
- const __vue_scope_id__$7 = undefined;
6252
+ const __vue_scope_id__$8 = undefined;
6245
6253
  /* module identifier */
6246
6254
 
6247
- const __vue_module_identifier__$7 = undefined;
6255
+ const __vue_module_identifier__$8 = undefined;
6248
6256
  /* functional template */
6249
6257
 
6250
- const __vue_is_functional_template__$7 = false;
6258
+ const __vue_is_functional_template__$8 = false;
6251
6259
  /* style inject */
6252
6260
 
6253
6261
  /* style inject SSR */
6254
6262
 
6255
6263
  /* style inject shadow dom */
6256
6264
 
6257
- const __vue_component__$7 = /*#__PURE__*/normalizeComponent({
6258
- render: __vue_render__$7,
6259
- staticRenderFns: __vue_staticRenderFns__$7
6260
- }, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, undefined, undefined);
6265
+ const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
6266
+ render: __vue_render__$8,
6267
+ staticRenderFns: __vue_staticRenderFns__$8
6268
+ }, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, undefined, undefined);
6261
6269
 
6262
- var script$6 = {
6270
+ var script$7 = {
6263
6271
  name: 'VcEmptyState',
6264
6272
  components: {
6265
- VcImage: __vue_component__$G,
6266
- VcSvg: __vue_component__$7,
6267
- VcButton: __vue_component__$O,
6268
- VcLayout: __vue_component__$M,
6269
- VcLink: __vue_component__$a
6273
+ VcImage: __vue_component__$H,
6274
+ VcSvg: __vue_component__$8,
6275
+ VcButton: __vue_component__$P,
6276
+ VcLayout: __vue_component__$N,
6277
+ VcLink: __vue_component__$b
6270
6278
  },
6271
6279
  props: {
6272
6280
  size: {
@@ -6321,10 +6329,10 @@ var script$6 = {
6321
6329
  };
6322
6330
 
6323
6331
  /* script */
6324
- const __vue_script__$6 = script$6;
6332
+ const __vue_script__$7 = script$7;
6325
6333
  /* template */
6326
6334
 
6327
- var __vue_render__$6 = function () {
6335
+ var __vue_render__$7 = function () {
6328
6336
  var _vm = this;
6329
6337
 
6330
6338
  var _h = _vm.$createElement;
@@ -6380,10 +6388,10 @@ var __vue_render__$6 = function () {
6380
6388
  })], 2);
6381
6389
  };
6382
6390
 
6383
- var __vue_staticRenderFns__$6 = [];
6391
+ var __vue_staticRenderFns__$7 = [];
6384
6392
  /* style */
6385
6393
 
6386
- const __vue_inject_styles__$6 = function (inject) {
6394
+ const __vue_inject_styles__$7 = function (inject) {
6387
6395
  if (!inject) return;
6388
6396
  inject("data-v-64095910_0", {
6389
6397
  source: ".VcEmptyState[data-v-64095910],.VcEmptyStateSubtitle[data-v-64095910]{text-align:center;line-height:var(--size-value6)}.VcEmptyState[data-v-64095910]{text-align:center}.VcEmptyState .VcEmptyStateImage[data-v-64095910]{margin-bottom:var(--size-value4);height:160px}.VcEmptyState .VcEmptyStateTitle[data-v-64095910]{font-weight:var(--font-weight-xl);line-height:22px;padding-bottom:var(--size-value1);font-size:var(--font-size-small2)}.VcEmptyState .VcEmptyStateSubtitle[data-v-64095910]{font-size:var(--font-size-x-small)}.VcEmptyState .VcEmptyStateButton[data-v-64095910]{margin-top:var(--size-value4)}.sm .VcEmptyStateImage[data-v-64095910]{height:48px;margin-bottom:var(--size-value8)}.sm .VcEmptyStateImage[data-v-64095910] svg{width:48px}.lg .VcEmptyStateImage[data-v-64095910]{height:280px;margin-bottom:var(--size-value8)}.lg .VcEmptyStateImage[data-v-64095910] svg{width:280px}.lg .VcEmptyStateTitle[data-v-64095910]{font-weight:var(--font-weight-large);line-height:22px;padding-bottom:var(--size-value2);font-size:var(--font-size-medium1)}",
@@ -6394,30 +6402,30 @@ const __vue_inject_styles__$6 = function (inject) {
6394
6402
  /* scoped */
6395
6403
 
6396
6404
 
6397
- const __vue_scope_id__$6 = "data-v-64095910";
6405
+ const __vue_scope_id__$7 = "data-v-64095910";
6398
6406
  /* module identifier */
6399
6407
 
6400
- const __vue_module_identifier__$6 = undefined;
6408
+ const __vue_module_identifier__$7 = undefined;
6401
6409
  /* functional template */
6402
6410
 
6403
- const __vue_is_functional_template__$6 = false;
6411
+ const __vue_is_functional_template__$7 = false;
6404
6412
  /* style inject SSR */
6405
6413
 
6406
6414
  /* style inject shadow dom */
6407
6415
 
6408
- const __vue_component__$6 = /*#__PURE__*/normalizeComponent({
6409
- render: __vue_render__$6,
6410
- staticRenderFns: __vue_staticRenderFns__$6
6411
- }, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, createInjector, undefined, undefined);
6416
+ const __vue_component__$7 = /*#__PURE__*/normalizeComponent({
6417
+ render: __vue_render__$7,
6418
+ staticRenderFns: __vue_staticRenderFns__$7
6419
+ }, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
6412
6420
 
6413
- var script$5 = {
6421
+ var script$6 = {
6414
6422
  name: "VcBanner",
6415
6423
  components: {
6416
- VcImage: __vue_component__$G,
6417
- VcButton: __vue_component__$O,
6418
- VcIcon: __vue_component__$P,
6419
- VcLink: __vue_component__$a,
6420
- VcSvg: __vue_component__$7
6424
+ VcImage: __vue_component__$H,
6425
+ VcButton: __vue_component__$P,
6426
+ VcIcon: __vue_component__$Q,
6427
+ VcLink: __vue_component__$b,
6428
+ VcSvg: __vue_component__$8
6421
6429
  },
6422
6430
  props: {
6423
6431
  dataQa: {
@@ -6460,10 +6468,10 @@ var script$5 = {
6460
6468
  };
6461
6469
 
6462
6470
  /* script */
6463
- const __vue_script__$5 = script$5;
6471
+ const __vue_script__$6 = script$6;
6464
6472
  /* template */
6465
6473
 
6466
- var __vue_render__$5 = function () {
6474
+ var __vue_render__$6 = function () {
6467
6475
  var _vm = this;
6468
6476
 
6469
6477
  var _h = _vm.$createElement;
@@ -6547,10 +6555,10 @@ var __vue_render__$5 = function () {
6547
6555
  }) : _vm._e()], 1);
6548
6556
  };
6549
6557
 
6550
- var __vue_staticRenderFns__$5 = [];
6558
+ var __vue_staticRenderFns__$6 = [];
6551
6559
  /* style */
6552
6560
 
6553
- const __vue_inject_styles__$5 = function (inject) {
6561
+ const __vue_inject_styles__$6 = function (inject) {
6554
6562
  if (!inject) return;
6555
6563
  inject("data-v-b6def40c_0", {
6556
6564
  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)}",
@@ -6561,27 +6569,27 @@ const __vue_inject_styles__$5 = function (inject) {
6561
6569
  /* scoped */
6562
6570
 
6563
6571
 
6564
- const __vue_scope_id__$5 = "data-v-b6def40c";
6572
+ const __vue_scope_id__$6 = "data-v-b6def40c";
6565
6573
  /* module identifier */
6566
6574
 
6567
- const __vue_module_identifier__$5 = undefined;
6575
+ const __vue_module_identifier__$6 = undefined;
6568
6576
  /* functional template */
6569
6577
 
6570
- const __vue_is_functional_template__$5 = false;
6578
+ const __vue_is_functional_template__$6 = false;
6571
6579
  /* style inject SSR */
6572
6580
 
6573
6581
  /* style inject shadow dom */
6574
6582
 
6575
- const __vue_component__$5 = /*#__PURE__*/normalizeComponent({
6576
- render: __vue_render__$5,
6577
- staticRenderFns: __vue_staticRenderFns__$5
6578
- }, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, createInjector, undefined, undefined);
6583
+ const __vue_component__$6 = /*#__PURE__*/normalizeComponent({
6584
+ render: __vue_render__$6,
6585
+ staticRenderFns: __vue_staticRenderFns__$6
6586
+ }, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, createInjector, undefined, undefined);
6579
6587
 
6580
- var script$4 = {
6588
+ var script$5 = {
6581
6589
  name: "VcWizardCtaContainer",
6582
6590
  components: {
6583
- VcButton: __vue_component__$O,
6584
- VcLayout: __vue_component__$M
6591
+ VcButton: __vue_component__$P,
6592
+ VcLayout: __vue_component__$N
6585
6593
  },
6586
6594
  props: {
6587
6595
  isBackDisplayed: {
@@ -6608,10 +6616,10 @@ var script$4 = {
6608
6616
  };
6609
6617
 
6610
6618
  /* script */
6611
- const __vue_script__$4 = script$4;
6619
+ const __vue_script__$5 = script$5;
6612
6620
  /* template */
6613
6621
 
6614
- var __vue_render__$4 = function () {
6622
+ var __vue_render__$5 = function () {
6615
6623
  var _vm = this;
6616
6624
 
6617
6625
  var _h = _vm.$createElement;
@@ -6651,13 +6659,13 @@ var __vue_render__$4 = function () {
6651
6659
  }, [_vm._v("\n " + _vm._s(_vm.nextButtonLabel) + "\n ")])], 1);
6652
6660
  };
6653
6661
 
6654
- var __vue_staticRenderFns__$4 = [];
6662
+ var __vue_staticRenderFns__$5 = [];
6655
6663
  /* style */
6656
6664
 
6657
- const __vue_inject_styles__$4 = function (inject) {
6665
+ const __vue_inject_styles__$5 = function (inject) {
6658
6666
  if (!inject) return;
6659
6667
  inject("data-v-f2422ef4_0", {
6660
- source: "[data-v-f2422ef4]: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-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;--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;--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-f2422ef4]{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-value4);border-top:1px solid var(--gray-lighten-1)}@media screen and (min-width:960px){.wizard-cta-container[data-v-f2422ef4]{border-top:revert;position:static;padding:var(--size-value5);width:100%;transform:revert}}.wizard-cta-button[data-v-f2422ef4]{flex:1;min-height:var(--size-value12)}@media screen and (min-width:960px){.wizard-cta-button[data-v-f2422ef4]{flex:revert;min-height:var(--size-value10)}}.wizard-cta-button+.wizard-cta-button[data-v-f2422ef4]{margin-inline-start:var(--size-value3)}",
6668
+ source: "[data-v-f2422ef4]: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;--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;--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-f2422ef4]{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-value4);border-top:1px solid var(--gray-lighten-1)}@media screen and (min-width:960px){.wizard-cta-container[data-v-f2422ef4]{border-top:revert;position:static;padding:var(--size-value5);width:100%;transform:revert}}.wizard-cta-button[data-v-f2422ef4]{flex:1;min-height:var(--size-value12)}@media screen and (min-width:960px){.wizard-cta-button[data-v-f2422ef4]{flex:revert;min-height:var(--size-value10)}}.wizard-cta-button+.wizard-cta-button[data-v-f2422ef4]{margin-inline-start:var(--size-value3)}",
6661
6669
  map: undefined,
6662
6670
  media: undefined
6663
6671
  });
@@ -6665,23 +6673,23 @@ const __vue_inject_styles__$4 = function (inject) {
6665
6673
  /* scoped */
6666
6674
 
6667
6675
 
6668
- const __vue_scope_id__$4 = "data-v-f2422ef4";
6676
+ const __vue_scope_id__$5 = "data-v-f2422ef4";
6669
6677
  /* module identifier */
6670
6678
 
6671
- const __vue_module_identifier__$4 = undefined;
6679
+ const __vue_module_identifier__$5 = undefined;
6672
6680
  /* functional template */
6673
6681
 
6674
- const __vue_is_functional_template__$4 = false;
6682
+ const __vue_is_functional_template__$5 = false;
6675
6683
  /* style inject SSR */
6676
6684
 
6677
6685
  /* style inject shadow dom */
6678
6686
 
6679
- const __vue_component__$4 = /*#__PURE__*/normalizeComponent({
6680
- render: __vue_render__$4,
6681
- staticRenderFns: __vue_staticRenderFns__$4
6682
- }, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, createInjector, undefined, undefined);
6687
+ const __vue_component__$5 = /*#__PURE__*/normalizeComponent({
6688
+ render: __vue_render__$5,
6689
+ staticRenderFns: __vue_staticRenderFns__$5
6690
+ }, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, createInjector, undefined, undefined);
6683
6691
 
6684
- var script$3 = {
6692
+ var script$4 = {
6685
6693
  name: "VcStepperContent",
6686
6694
  model: {
6687
6695
  prop: 'currentStep'
@@ -6706,8 +6714,8 @@ var script$3 = {
6706
6714
  }
6707
6715
  },
6708
6716
  components: {
6709
- VcLayout: __vue_component__$M,
6710
- VcLoader: __vue_component__$l,
6717
+ VcLayout: __vue_component__$N,
6718
+ VcLoader: __vue_component__$m,
6711
6719
  VStepperContent: VStepperContent,
6712
6720
  VStepperItems: VStepperItems,
6713
6721
  VStepper: VStepper
@@ -6784,10 +6792,10 @@ var script$3 = {
6784
6792
  };
6785
6793
 
6786
6794
  /* script */
6787
- const __vue_script__$3 = script$3;
6795
+ const __vue_script__$4 = script$4;
6788
6796
  /* template */
6789
6797
 
6790
- var __vue_render__$3 = function () {
6798
+ var __vue_render__$4 = function () {
6791
6799
  var _vm = this;
6792
6800
 
6793
6801
  var _h = _vm.$createElement;
@@ -6870,13 +6878,13 @@ var __vue_render__$3 = function () {
6870
6878
  }), 1)], 1)], 1);
6871
6879
  };
6872
6880
 
6873
- var __vue_staticRenderFns__$3 = [];
6881
+ var __vue_staticRenderFns__$4 = [];
6874
6882
  /* style */
6875
6883
 
6876
- const __vue_inject_styles__$3 = function (inject) {
6884
+ const __vue_inject_styles__$4 = function (inject) {
6877
6885
  if (!inject) return;
6878
6886
  inject("data-v-dff856ce_0", {
6879
- source: "[data-v-dff856ce]: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-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;--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;--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-dff856ce]{max-height:100%;width:100%;padding-bottom:var(--size-value6)}.layout-content[data-v-dff856ce]{padding:var(--size-value0) var(--size-value4)}@media screen and (min-width:960px){.layout-content[data-v-dff856ce]{padding:revert;padding-block-start:var(--size-value3);padding-inline:var(--size-value10)}}.stepper-header[data-v-dff856ce]{flex:0;margin-block-end:var(--size-value4);padding:var(--size-value0) var(--size-value4)}@media screen and (min-width:960px){.stepper-header[data-v-dff856ce]{padding:revert;flex:revert;padding-block-start:var(--size-value3);padding-inline:var(--size-value10)}}.stepper-header .content-stepper-title[data-v-dff856ce]{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-dff856ce]{font-size:var(--font-size-medium2)}}.stepper-header .content-stepper-description[data-v-dff856ce]{font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-4)}.vc-stepper-content.v-stepper[data-v-dff856ce]{width:100%;box-shadow:none;max-height:100%;overflow:auto}.vc-stepper-content.v-stepper[data-v-dff856ce] .v-stepper__items .v-stepper__content{padding:0}",
6887
+ source: "[data-v-dff856ce]: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;--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;--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-dff856ce]{max-height:100%;width:100%;padding-bottom:var(--size-value6)}.layout-content[data-v-dff856ce]{padding:var(--size-value0) var(--size-value4)}@media screen and (min-width:960px){.layout-content[data-v-dff856ce]{padding:revert;padding-block-start:var(--size-value3);padding-inline:var(--size-value10)}}.stepper-header[data-v-dff856ce]{flex:0;margin-block-end:var(--size-value4);padding:var(--size-value0) var(--size-value4)}@media screen and (min-width:960px){.stepper-header[data-v-dff856ce]{padding:revert;flex:revert;padding-block-start:var(--size-value3);padding-inline:var(--size-value10)}}.stepper-header .content-stepper-title[data-v-dff856ce]{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-dff856ce]{font-size:var(--font-size-medium2)}}.stepper-header .content-stepper-description[data-v-dff856ce]{font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-4)}.vc-stepper-content.v-stepper[data-v-dff856ce]{width:100%;box-shadow:none;max-height:100%;overflow:auto}.vc-stepper-content.v-stepper[data-v-dff856ce] .v-stepper__items .v-stepper__content{padding:0}",
6880
6888
  map: undefined,
6881
6889
  media: undefined
6882
6890
  });
@@ -6884,29 +6892,29 @@ const __vue_inject_styles__$3 = function (inject) {
6884
6892
  /* scoped */
6885
6893
 
6886
6894
 
6887
- const __vue_scope_id__$3 = "data-v-dff856ce";
6895
+ const __vue_scope_id__$4 = "data-v-dff856ce";
6888
6896
  /* module identifier */
6889
6897
 
6890
- const __vue_module_identifier__$3 = undefined;
6898
+ const __vue_module_identifier__$4 = undefined;
6891
6899
  /* functional template */
6892
6900
 
6893
- const __vue_is_functional_template__$3 = false;
6901
+ const __vue_is_functional_template__$4 = false;
6894
6902
  /* style inject SSR */
6895
6903
 
6896
6904
  /* style inject shadow dom */
6897
6905
 
6898
- const __vue_component__$3 = /*#__PURE__*/normalizeComponent({
6899
- render: __vue_render__$3,
6900
- staticRenderFns: __vue_staticRenderFns__$3
6901
- }, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, createInjector, undefined, undefined);
6906
+ const __vue_component__$4 = /*#__PURE__*/normalizeComponent({
6907
+ render: __vue_render__$4,
6908
+ staticRenderFns: __vue_staticRenderFns__$4
6909
+ }, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, createInjector, undefined, undefined);
6902
6910
 
6903
- var script$2 = {
6911
+ var script$3 = {
6904
6912
  name: "VcWizard",
6905
6913
  components: {
6906
- VcStepsBar: __vue_component__$x,
6907
- VcStepperContent: __vue_component__$3,
6908
- VcMobileWizardProgress: __vue_component__$v,
6909
- VcWizardCtaContainer: __vue_component__$4,
6914
+ VcStepsBar: __vue_component__$y,
6915
+ VcStepperContent: __vue_component__$4,
6916
+ VcMobileWizardProgress: __vue_component__$w,
6917
+ VcWizardCtaContainer: __vue_component__$5,
6910
6918
  VLayout: VLayout
6911
6919
  },
6912
6920
  props: {
@@ -7009,10 +7017,10 @@ var script$2 = {
7009
7017
  };
7010
7018
 
7011
7019
  /* script */
7012
- const __vue_script__$2 = script$2;
7020
+ const __vue_script__$3 = script$3;
7013
7021
  /* template */
7014
7022
 
7015
- var __vue_render__$2 = function () {
7023
+ var __vue_render__$3 = function () {
7016
7024
  var _vm = this;
7017
7025
 
7018
7026
  var _h = _vm.$createElement;
@@ -7066,13 +7074,13 @@ var __vue_render__$2 = function () {
7066
7074
  })], 1);
7067
7075
  };
7068
7076
 
7069
- var __vue_staticRenderFns__$2 = [];
7077
+ var __vue_staticRenderFns__$3 = [];
7070
7078
  /* style */
7071
7079
 
7072
- const __vue_inject_styles__$2 = function (inject) {
7080
+ const __vue_inject_styles__$3 = function (inject) {
7073
7081
  if (!inject) return;
7074
7082
  inject("data-v-71d82f6c_0", {
7075
- source: "[data-v-71d82f6c]: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-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;--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;--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-71d82f6c]{height:100%}@media screen and (min-width:960px){.vc-wizard[data-v-71d82f6c]{display:grid;grid-template-columns:minmax(250px,1fr) 3fr;grid-template-rows:minmax(562px,1fr) 80px;grid-row-gap:0}.vc-wizard.wizard-size-md[data-v-71d82f6c]{grid-column-gap:var(--size-value10)}.vc-wizard.wizard-size-lg[data-v-71d82f6c]{grid-column-gap:var(--size-value20)}}.vc-stepper-container[data-v-71d82f6c]{grid-area:1/1/3/2;border-inline-end:1px solid #e0e0e0;max-height:calc(100% - 24px)}.wizard-cta-container[data-v-71d82f6c]{grid-area:2/2/3/3}.stepper-content-wrapper[data-v-71d82f6c]{grid-area:1/2/2/3}",
7083
+ source: "[data-v-71d82f6c]: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;--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;--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-71d82f6c]{height:100%}@media screen and (min-width:960px){.vc-wizard[data-v-71d82f6c]{display:grid;grid-template-columns:minmax(250px,1fr) 3fr;grid-template-rows:minmax(562px,1fr) 80px;grid-row-gap:0}.vc-wizard.wizard-size-md[data-v-71d82f6c]{grid-column-gap:var(--size-value10)}.vc-wizard.wizard-size-lg[data-v-71d82f6c]{grid-column-gap:var(--size-value20)}}.vc-stepper-container[data-v-71d82f6c]{grid-area:1/1/3/2;border-inline-end:1px solid #e0e0e0;max-height:calc(100% - 24px)}.wizard-cta-container[data-v-71d82f6c]{grid-area:2/2/3/3}.stepper-content-wrapper[data-v-71d82f6c]{grid-area:1/2/2/3}",
7076
7084
  map: undefined,
7077
7085
  media: undefined
7078
7086
  });
@@ -7080,21 +7088,21 @@ const __vue_inject_styles__$2 = function (inject) {
7080
7088
  /* scoped */
7081
7089
 
7082
7090
 
7083
- const __vue_scope_id__$2 = "data-v-71d82f6c";
7091
+ const __vue_scope_id__$3 = "data-v-71d82f6c";
7084
7092
  /* module identifier */
7085
7093
 
7086
- const __vue_module_identifier__$2 = undefined;
7094
+ const __vue_module_identifier__$3 = undefined;
7087
7095
  /* functional template */
7088
7096
 
7089
- const __vue_is_functional_template__$2 = false;
7097
+ const __vue_is_functional_template__$3 = false;
7090
7098
  /* style inject SSR */
7091
7099
 
7092
7100
  /* style inject shadow dom */
7093
7101
 
7094
- const __vue_component__$2 = /*#__PURE__*/normalizeComponent({
7095
- render: __vue_render__$2,
7096
- staticRenderFns: __vue_staticRenderFns__$2
7097
- }, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, createInjector, undefined, undefined);
7102
+ const __vue_component__$3 = /*#__PURE__*/normalizeComponent({
7103
+ render: __vue_render__$3,
7104
+ staticRenderFns: __vue_staticRenderFns__$3
7105
+ }, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, createInjector, undefined, undefined);
7098
7106
 
7099
7107
  //
7100
7108
  //
@@ -7112,7 +7120,7 @@ const __vue_component__$2 = /*#__PURE__*/normalizeComponent({
7112
7120
  //
7113
7121
  //
7114
7122
  //
7115
- var script$1 = {
7123
+ var script$2 = {
7116
7124
  name: 'VcBadge',
7117
7125
  components: {
7118
7126
  VBadge: VBadge
@@ -7145,10 +7153,10 @@ var script$1 = {
7145
7153
  };
7146
7154
 
7147
7155
  /* script */
7148
- const __vue_script__$1 = script$1;
7156
+ const __vue_script__$2 = script$2;
7149
7157
  /* template */
7150
7158
 
7151
- var __vue_render__$1 = function () {
7159
+ var __vue_render__$2 = function () {
7152
7160
  var _vm = this;
7153
7161
 
7154
7162
  var _h = _vm.$createElement;
@@ -7174,10 +7182,10 @@ var __vue_render__$1 = function () {
7174
7182
  }, [_vm._t("default")], 2)], 1);
7175
7183
  };
7176
7184
 
7177
- var __vue_staticRenderFns__$1 = [];
7185
+ var __vue_staticRenderFns__$2 = [];
7178
7186
  /* style */
7179
7187
 
7180
- const __vue_inject_styles__$1 = function (inject) {
7188
+ const __vue_inject_styles__$2 = function (inject) {
7181
7189
  if (!inject) return;
7182
7190
  inject("data-v-4edabf76_0", {
7183
7191
  source: "[data-v-4edabf76] .v-icon__component{height:12px;width:12px}",
@@ -7188,30 +7196,30 @@ const __vue_inject_styles__$1 = function (inject) {
7188
7196
  /* scoped */
7189
7197
 
7190
7198
 
7191
- const __vue_scope_id__$1 = "data-v-4edabf76";
7199
+ const __vue_scope_id__$2 = "data-v-4edabf76";
7192
7200
  /* module identifier */
7193
7201
 
7194
- const __vue_module_identifier__$1 = undefined;
7202
+ const __vue_module_identifier__$2 = undefined;
7195
7203
  /* functional template */
7196
7204
 
7197
- const __vue_is_functional_template__$1 = false;
7205
+ const __vue_is_functional_template__$2 = false;
7198
7206
  /* style inject SSR */
7199
7207
 
7200
7208
  /* style inject shadow dom */
7201
7209
 
7202
- const __vue_component__$1 = /*#__PURE__*/normalizeComponent({
7203
- render: __vue_render__$1,
7204
- staticRenderFns: __vue_staticRenderFns__$1
7205
- }, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, createInjector, undefined, undefined);
7210
+ const __vue_component__$2 = /*#__PURE__*/normalizeComponent({
7211
+ render: __vue_render__$2,
7212
+ staticRenderFns: __vue_staticRenderFns__$2
7213
+ }, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, createInjector, undefined, undefined);
7206
7214
 
7207
- var script = {
7215
+ var script$1 = {
7208
7216
  name: "VcUpsellBlock",
7209
7217
  components: {
7210
- VcImage: __vue_component__$G,
7211
- VcLink: __vue_component__$a,
7212
- VcButton: __vue_component__$O,
7213
- VcLayout: __vue_component__$M,
7214
- VcIcon: __vue_component__$P
7218
+ VcImage: __vue_component__$H,
7219
+ VcLink: __vue_component__$b,
7220
+ VcButton: __vue_component__$P,
7221
+ VcLayout: __vue_component__$N,
7222
+ VcIcon: __vue_component__$Q
7215
7223
  },
7216
7224
  props: {
7217
7225
  titleText: {
@@ -7269,10 +7277,10 @@ var script = {
7269
7277
  };
7270
7278
 
7271
7279
  /* script */
7272
- const __vue_script__ = script;
7280
+ const __vue_script__$1 = script$1;
7273
7281
  /* template */
7274
7282
 
7275
- var __vue_render__ = function () {
7283
+ var __vue_render__$1 = function () {
7276
7284
  var _vm = this;
7277
7285
 
7278
7286
  var _h = _vm.$createElement;
@@ -7336,10 +7344,10 @@ var __vue_render__ = function () {
7336
7344
  })], 1)], 1);
7337
7345
  };
7338
7346
 
7339
- var __vue_staticRenderFns__ = [];
7347
+ var __vue_staticRenderFns__$1 = [];
7340
7348
  /* style */
7341
7349
 
7342
- const __vue_inject_styles__ = function (inject) {
7350
+ const __vue_inject_styles__$1 = function (inject) {
7343
7351
  if (!inject) return;
7344
7352
  inject("data-v-3e23f57f_0", {
7345
7353
  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}}",
@@ -7350,7 +7358,200 @@ const __vue_inject_styles__ = function (inject) {
7350
7358
  /* scoped */
7351
7359
 
7352
7360
 
7353
- const __vue_scope_id__ = "data-v-3e23f57f";
7361
+ const __vue_scope_id__$1 = "data-v-3e23f57f";
7362
+ /* module identifier */
7363
+
7364
+ const __vue_module_identifier__$1 = undefined;
7365
+ /* functional template */
7366
+
7367
+ const __vue_is_functional_template__$1 = false;
7368
+ /* style inject SSR */
7369
+
7370
+ /* style inject shadow dom */
7371
+
7372
+ const __vue_component__$1 = /*#__PURE__*/normalizeComponent({
7373
+ render: __vue_render__$1,
7374
+ staticRenderFns: __vue_staticRenderFns__$1
7375
+ }, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, createInjector, undefined, undefined);
7376
+
7377
+ var script = {
7378
+ name: "VcDropzone",
7379
+ components: {
7380
+ VcLayout: __vue_component__$N
7381
+ },
7382
+ props: {
7383
+ title: {
7384
+ type: String,
7385
+ required: false
7386
+ },
7387
+ subtitle: {
7388
+ type: String,
7389
+ required: false
7390
+ },
7391
+ supportedFileTypes: {
7392
+ type: Array,
7393
+ default: () => []
7394
+ },
7395
+ supportedFileSizeMb: {
7396
+ type: Number,
7397
+ default: 0
7398
+ },
7399
+ validatorFn: {
7400
+ type: Function,
7401
+ required: false
7402
+ },
7403
+ disabled: {
7404
+ type: Boolean,
7405
+ default: false
7406
+ },
7407
+ dataQa: {
7408
+ type: String,
7409
+ default: 'vc-dropzone'
7410
+ }
7411
+ },
7412
+
7413
+ data() {
7414
+ return {
7415
+ isHovered: false,
7416
+ isActive: false
7417
+ };
7418
+ },
7419
+
7420
+ methods: {
7421
+ hover(hovered) {
7422
+ this.isHovered = hovered;
7423
+ },
7424
+
7425
+ activate(active) {
7426
+ this.isActive = active;
7427
+ },
7428
+
7429
+ _typeValidate(fileType) {
7430
+ return this.supportedFileTypes.includes(fileType.toLowerCase());
7431
+ },
7432
+
7433
+ _sizeValidate(fileSize) {
7434
+ return this._mbToBytes(this.supportedFileSizeMb) >= fileSize;
7435
+ },
7436
+
7437
+ _mbToBytes(mb) {
7438
+ return mb * 1048576;
7439
+ },
7440
+
7441
+ addFiles(name, filelist) {
7442
+ const validatedFiles = [...filelist].map(file => {
7443
+ const validatedFile = {
7444
+ file
7445
+ };
7446
+
7447
+ if (this.validatorFn) {
7448
+ validatedFile.externalValidated = this.validatorFn(file);
7449
+ }
7450
+
7451
+ if (this.supportedFileSizeMb) {
7452
+ validatedFile.sizeValidated = this._sizeValidate(file.size);
7453
+ }
7454
+
7455
+ if (this.supportedFileTypes.length) {
7456
+ validatedFile.typeValidated = this._typeValidate(file.name.toLowerCase().split('.').pop());
7457
+ }
7458
+
7459
+ return validatedFile;
7460
+ });
7461
+ this.$refs.dropzone.value = null;
7462
+ return validatedFiles;
7463
+ }
7464
+
7465
+ }
7466
+ };
7467
+
7468
+ /* script */
7469
+ const __vue_script__ = script;
7470
+ /* template */
7471
+
7472
+ var __vue_render__ = function () {
7473
+ var _vm = this;
7474
+
7475
+ var _h = _vm.$createElement;
7476
+
7477
+ var _c = _vm._self._c || _h;
7478
+
7479
+ return _c('VcLayout', {
7480
+ staticClass: "dropzone__wrap",
7481
+ class: {
7482
+ 'dropzone__wrap--hovered': _vm.isHovered,
7483
+ 'dropzone__wrap--active': _vm.isActive,
7484
+ 'dropzone__wrap--disabled': _vm.disabled
7485
+ },
7486
+ attrs: {
7487
+ "align-center": "",
7488
+ "justify-center": "",
7489
+ "data-qa": _vm.dataQa + "--wrap"
7490
+ }
7491
+ }, [_c('label', {
7492
+ staticClass: "dropzone__label",
7493
+ attrs: {
7494
+ "data-qa": _vm.dataQa + "--label"
7495
+ }
7496
+ }, [_c('input', {
7497
+ ref: "dropzone",
7498
+ staticClass: "dropzone__input",
7499
+ attrs: {
7500
+ "type": "file",
7501
+ "accept": "*/*",
7502
+ "multiple": "",
7503
+ "data-qa": _vm.dataQa + "--input",
7504
+ "disabled": _vm.disabled
7505
+ },
7506
+ on: {
7507
+ "change": function ($event) {
7508
+ _vm.$emit('onFilesValidated', {
7509
+ validatedFiles: _vm.addFiles('vc-dropzone', $event.target.files)
7510
+ });
7511
+ },
7512
+ "dragleave": function ($event) {
7513
+ return _vm.activate(false);
7514
+ },
7515
+ "dragenter": function ($event) {
7516
+ return _vm.activate(true);
7517
+ },
7518
+ "mouseenter": function ($event) {
7519
+ return _vm.hover(true);
7520
+ },
7521
+ "mouseleave": function ($event) {
7522
+ return _vm.hover(false);
7523
+ }
7524
+ }
7525
+ }), _vm._v(" "), _vm._t("default", function () {
7526
+ return [_vm.title ? _c('span', {
7527
+ staticClass: "dropzone__title",
7528
+ attrs: {
7529
+ "data-qa": _vm.dataQa + "--label-title"
7530
+ }
7531
+ }, [_vm._v(_vm._s(_vm.title || _vm.$dst('ds.dropzone.default_title')))]) : _vm._e(), _vm._v(" "), _vm.subtitle ? _c('span', {
7532
+ staticClass: "dropzone__subtitle",
7533
+ attrs: {
7534
+ "data-qa": _vm.dataQa + "--label-subtitle"
7535
+ }
7536
+ }, [_vm._v(_vm._s(_vm.subtitle))]) : _vm._e()];
7537
+ })], 2)]);
7538
+ };
7539
+
7540
+ var __vue_staticRenderFns__ = [];
7541
+ /* style */
7542
+
7543
+ const __vue_inject_styles__ = function (inject) {
7544
+ if (!inject) return;
7545
+ inject("data-v-7efc8e1b_0", {
7546
+ 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;--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;--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)}",
7547
+ map: undefined,
7548
+ media: undefined
7549
+ });
7550
+ };
7551
+ /* scoped */
7552
+
7553
+
7554
+ const __vue_scope_id__ = "data-v-7efc8e1b";
7354
7555
  /* module identifier */
7355
7556
 
7356
7557
  const __vue_module_identifier__ = undefined;
@@ -7370,57 +7571,58 @@ const __vue_component__ = /*#__PURE__*/normalizeComponent({
7370
7571
 
7371
7572
  var components$1 = /*#__PURE__*/Object.freeze({
7372
7573
  __proto__: null,
7373
- VcConfirmModal: __vue_component__$J,
7374
- VcInputModal: __vue_component__$H,
7375
- VcNoticeModal: __vue_component__$F,
7376
- VcModalFooter: __vue_component__$L,
7377
- VcModalHeader: __vue_component__$K,
7378
- VcAlert: __vue_component__$E,
7379
- VcTooltip: __vue_component__$D,
7380
- VcIconWithTooltip: __vue_component__$C,
7381
- VcBottomActions: __vue_component__$A,
7382
- VcActionList: __vue_component__$z,
7383
- VcActions: __vue_component__$y,
7384
- VcStepsBar: __vue_component__$x,
7385
- VcMobileWizardProgress: __vue_component__$v,
7386
- VcProgressCircular: __vue_component__$w,
7387
- VcChecklistItem: __vue_component__$t,
7388
- VcListbox: __vue_component__$s,
7389
- VcBottomSheet: __vue_component__$r,
7390
- VcInputBottomSheet: __vue_component__$q,
7391
- VcPopover: __vue_component__$p,
7392
- VcInputPopover: __vue_component__$o,
7393
- VcChip: __vue_component__$n,
7394
- VcButton: __vue_component__$O,
7395
- VcButtonGroup: __vue_component__$m,
7396
- VcForm: __vue_component__$I,
7397
- VcIcon: __vue_component__$P,
7398
- VcLayout: __vue_component__$M,
7399
- VcLoader: __vue_component__$l,
7400
- VcSwitch: __vue_component__$k,
7401
- VcListEntity: __vue_component__$j,
7402
- VcExpansionCard: __vue_component__$i,
7403
- VcTextField: __vue_component__$h,
7404
- VcAvatar: __vue_component__$B,
7405
- VcTextArea: __vue_component__$g,
7406
- VcSelectField: __vue_component__$f,
7407
- VcToast: __vue_component__$e,
7408
- VcCard: __vue_component__$d,
7409
- VcCheckbox: __vue_component__$u,
7410
- VcFilterPanel: __vue_component__$c,
7411
- VcFocusArea: __vue_component__$b,
7412
- VcLink: __vue_component__$a,
7413
- VcListItem: __vue_component__$9,
7414
- VcGroupHeader: __vue_component__$8,
7415
- VcEmptyState: __vue_component__$6,
7416
- VcSvg: __vue_component__$7,
7417
- VcBanner: __vue_component__$5,
7418
- VcWizardCtaContainer: __vue_component__$4,
7419
- VcWizard: __vue_component__$2,
7420
- VcImage: __vue_component__$G,
7421
- VcBadge: __vue_component__$1,
7422
- VcUpsellBlock: __vue_component__,
7423
- VcModalContainer: __vue_component__$N
7574
+ VcConfirmModal: __vue_component__$K,
7575
+ VcInputModal: __vue_component__$I,
7576
+ VcNoticeModal: __vue_component__$G,
7577
+ VcModalFooter: __vue_component__$M,
7578
+ VcModalHeader: __vue_component__$L,
7579
+ VcAlert: __vue_component__$F,
7580
+ VcTooltip: __vue_component__$E,
7581
+ VcIconWithTooltip: __vue_component__$D,
7582
+ VcBottomActions: __vue_component__$B,
7583
+ VcActionList: __vue_component__$A,
7584
+ VcActions: __vue_component__$z,
7585
+ VcStepsBar: __vue_component__$y,
7586
+ VcMobileWizardProgress: __vue_component__$w,
7587
+ VcProgressCircular: __vue_component__$x,
7588
+ VcChecklistItem: __vue_component__$u,
7589
+ VcListbox: __vue_component__$t,
7590
+ VcBottomSheet: __vue_component__$s,
7591
+ VcInputBottomSheet: __vue_component__$r,
7592
+ VcPopover: __vue_component__$q,
7593
+ VcInputPopover: __vue_component__$p,
7594
+ VcChip: __vue_component__$o,
7595
+ VcButton: __vue_component__$P,
7596
+ VcButtonGroup: __vue_component__$n,
7597
+ VcForm: __vue_component__$J,
7598
+ VcIcon: __vue_component__$Q,
7599
+ VcLayout: __vue_component__$N,
7600
+ VcLoader: __vue_component__$m,
7601
+ VcSwitch: __vue_component__$l,
7602
+ VcListEntity: __vue_component__$k,
7603
+ VcExpansionCard: __vue_component__$j,
7604
+ VcTextField: __vue_component__$i,
7605
+ VcAvatar: __vue_component__$C,
7606
+ VcTextArea: __vue_component__$h,
7607
+ VcSelectField: __vue_component__$g,
7608
+ VcToast: __vue_component__$f,
7609
+ VcCard: __vue_component__$e,
7610
+ VcCheckbox: __vue_component__$v,
7611
+ VcFilterPanel: __vue_component__$d,
7612
+ VcFocusArea: __vue_component__$c,
7613
+ VcLink: __vue_component__$b,
7614
+ VcListItem: __vue_component__$a,
7615
+ VcGroupHeader: __vue_component__$9,
7616
+ VcEmptyState: __vue_component__$7,
7617
+ VcSvg: __vue_component__$8,
7618
+ VcBanner: __vue_component__$6,
7619
+ VcWizardCtaContainer: __vue_component__$5,
7620
+ VcWizard: __vue_component__$3,
7621
+ VcImage: __vue_component__$H,
7622
+ VcBadge: __vue_component__$2,
7623
+ VcUpsellBlock: __vue_component__$1,
7624
+ VcModalContainer: __vue_component__$O,
7625
+ VcDropzone: __vue_component__
7424
7626
  });
7425
7627
 
7426
7628
  // Import vue components
@@ -7434,57 +7636,58 @@ const install = function installdesignSystem(Vue) {
7434
7636
  var components = /*#__PURE__*/Object.freeze({
7435
7637
  __proto__: null,
7436
7638
  'default': install,
7437
- VcConfirmModal: __vue_component__$J,
7438
- VcInputModal: __vue_component__$H,
7439
- VcNoticeModal: __vue_component__$F,
7440
- VcModalFooter: __vue_component__$L,
7441
- VcModalHeader: __vue_component__$K,
7442
- VcAlert: __vue_component__$E,
7443
- VcTooltip: __vue_component__$D,
7444
- VcIconWithTooltip: __vue_component__$C,
7445
- VcBottomActions: __vue_component__$A,
7446
- VcActionList: __vue_component__$z,
7447
- VcActions: __vue_component__$y,
7448
- VcStepsBar: __vue_component__$x,
7449
- VcMobileWizardProgress: __vue_component__$v,
7450
- VcProgressCircular: __vue_component__$w,
7451
- VcChecklistItem: __vue_component__$t,
7452
- VcListbox: __vue_component__$s,
7453
- VcBottomSheet: __vue_component__$r,
7454
- VcInputBottomSheet: __vue_component__$q,
7455
- VcPopover: __vue_component__$p,
7456
- VcInputPopover: __vue_component__$o,
7457
- VcChip: __vue_component__$n,
7458
- VcButton: __vue_component__$O,
7459
- VcButtonGroup: __vue_component__$m,
7460
- VcForm: __vue_component__$I,
7461
- VcIcon: __vue_component__$P,
7462
- VcLayout: __vue_component__$M,
7463
- VcLoader: __vue_component__$l,
7464
- VcSwitch: __vue_component__$k,
7465
- VcListEntity: __vue_component__$j,
7466
- VcExpansionCard: __vue_component__$i,
7467
- VcTextField: __vue_component__$h,
7468
- VcAvatar: __vue_component__$B,
7469
- VcTextArea: __vue_component__$g,
7470
- VcSelectField: __vue_component__$f,
7471
- VcToast: __vue_component__$e,
7472
- VcCard: __vue_component__$d,
7473
- VcCheckbox: __vue_component__$u,
7474
- VcFilterPanel: __vue_component__$c,
7475
- VcFocusArea: __vue_component__$b,
7476
- VcLink: __vue_component__$a,
7477
- VcListItem: __vue_component__$9,
7478
- VcGroupHeader: __vue_component__$8,
7479
- VcEmptyState: __vue_component__$6,
7480
- VcSvg: __vue_component__$7,
7481
- VcBanner: __vue_component__$5,
7482
- VcWizardCtaContainer: __vue_component__$4,
7483
- VcWizard: __vue_component__$2,
7484
- VcImage: __vue_component__$G,
7485
- VcBadge: __vue_component__$1,
7486
- VcUpsellBlock: __vue_component__,
7487
- VcModalContainer: __vue_component__$N
7639
+ VcConfirmModal: __vue_component__$K,
7640
+ VcInputModal: __vue_component__$I,
7641
+ VcNoticeModal: __vue_component__$G,
7642
+ VcModalFooter: __vue_component__$M,
7643
+ VcModalHeader: __vue_component__$L,
7644
+ VcAlert: __vue_component__$F,
7645
+ VcTooltip: __vue_component__$E,
7646
+ VcIconWithTooltip: __vue_component__$D,
7647
+ VcBottomActions: __vue_component__$B,
7648
+ VcActionList: __vue_component__$A,
7649
+ VcActions: __vue_component__$z,
7650
+ VcStepsBar: __vue_component__$y,
7651
+ VcMobileWizardProgress: __vue_component__$w,
7652
+ VcProgressCircular: __vue_component__$x,
7653
+ VcChecklistItem: __vue_component__$u,
7654
+ VcListbox: __vue_component__$t,
7655
+ VcBottomSheet: __vue_component__$s,
7656
+ VcInputBottomSheet: __vue_component__$r,
7657
+ VcPopover: __vue_component__$q,
7658
+ VcInputPopover: __vue_component__$p,
7659
+ VcChip: __vue_component__$o,
7660
+ VcButton: __vue_component__$P,
7661
+ VcButtonGroup: __vue_component__$n,
7662
+ VcForm: __vue_component__$J,
7663
+ VcIcon: __vue_component__$Q,
7664
+ VcLayout: __vue_component__$N,
7665
+ VcLoader: __vue_component__$m,
7666
+ VcSwitch: __vue_component__$l,
7667
+ VcListEntity: __vue_component__$k,
7668
+ VcExpansionCard: __vue_component__$j,
7669
+ VcTextField: __vue_component__$i,
7670
+ VcAvatar: __vue_component__$C,
7671
+ VcTextArea: __vue_component__$h,
7672
+ VcSelectField: __vue_component__$g,
7673
+ VcToast: __vue_component__$f,
7674
+ VcCard: __vue_component__$e,
7675
+ VcCheckbox: __vue_component__$v,
7676
+ VcFilterPanel: __vue_component__$d,
7677
+ VcFocusArea: __vue_component__$c,
7678
+ VcLink: __vue_component__$b,
7679
+ VcListItem: __vue_component__$a,
7680
+ VcGroupHeader: __vue_component__$9,
7681
+ VcEmptyState: __vue_component__$7,
7682
+ VcSvg: __vue_component__$8,
7683
+ VcBanner: __vue_component__$6,
7684
+ VcWizardCtaContainer: __vue_component__$5,
7685
+ VcWizard: __vue_component__$3,
7686
+ VcImage: __vue_component__$H,
7687
+ VcBadge: __vue_component__$2,
7688
+ VcUpsellBlock: __vue_component__$1,
7689
+ VcModalContainer: __vue_component__$O,
7690
+ VcDropzone: __vue_component__
7488
7691
  });
7489
7692
 
7490
7693
  // iife/cjs usage extends esm default export - so import it all