@vcita/design-system 0.2.7 → 0.2.11

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.
Files changed (44) hide show
  1. package/CHANGELOG.MD +14 -0
  2. package/README.md +1 -0
  3. package/dist/@vcita/design-system.esm.js +736 -435
  4. package/dist/@vcita/design-system.min.js +1 -1
  5. package/dist/@vcita/design-system.ssr.js +665 -379
  6. package/init/DesignSystem.js +18 -2
  7. package/init/SvgIcons.js +4 -0
  8. package/init/vuetify.config.js +3 -3
  9. package/package.json +1 -1
  10. package/src/components/VcActionList/VcActionList.spec.js +1 -1
  11. package/src/components/VcActionList/VcActionList.stories.js +1 -1
  12. package/src/components/VcActionList/VcActionList.vue +1 -0
  13. package/src/components/VcActions/VcActions.spec.js +1 -1
  14. package/src/components/VcActions/VcActions.stories.js +1 -1
  15. package/src/components/VcActions/VcActions.vue +4 -6
  16. package/src/components/VcBanner/VcBanner.stories.js +14 -2
  17. package/src/components/VcBanner/VcBanner.vue +5 -2
  18. package/src/components/VcBottomActions/VcBottomActions.spec.js +1 -1
  19. package/src/components/VcBottomActions/VcBottomActions.stories.js +3 -3
  20. package/src/components/VcCard/VcCard.vue +1 -0
  21. package/src/components/VcEmptyState/VcEmptyState.vue +1 -1
  22. package/src/components/VcExpansionCard/VcExpansionCard.spec.js +146 -0
  23. package/src/components/VcExpansionCard/VcExpansionCard.stories.js +43 -0
  24. package/src/components/VcExpansionCard/VcExpansionCard.vue +117 -0
  25. package/src/components/VcSwitch/VcSwitch.spec.js +40 -0
  26. package/src/components/VcSwitch/VcSwitch.stories.js +14 -3
  27. package/src/components/VcSwitch/VcSwitch.vue +162 -52
  28. package/src/components/index.js +2 -0
  29. package/src/components/list/VcListEntity/VcListEntity.spec.js +95 -0
  30. package/src/components/list/VcListEntity/VcListEntity.stories.js +77 -0
  31. package/src/components/list/VcListEntity/VcListEntity.vue +70 -0
  32. package/src/components/modal/VcConfirmModal/VcConfirmModal.vue +6 -2
  33. package/src/components/modal/VcConfirmProminentModal/VcConfirmProminentModal.stories.js +2 -0
  34. package/src/components/modal/VcConfirmProminentModal/VcConfirmProminentModal.vue +5 -0
  35. package/src/components/modal/VcInputModal/VcInputModal.stories.js +8 -1
  36. package/src/components/modal/VcInputModal/VcInputModal.vue +6 -1
  37. package/src/components/modal/VcNoticeModal/VcNoticeModal.stories.js +6 -1
  38. package/src/components/modal/VcNoticeModal/VcNoticeModal.vue +5 -1
  39. package/src/components/wizard/VcSteperContent/VcStepperContent.vue +6 -0
  40. package/src/components/wizard/VcWizard/VcWizard.spec.js +7 -0
  41. package/src/components/wizard/VcWizard/VcWizard.stories.js +3 -0
  42. package/src/components/wizard/VcWizard/VcWizard.vue +12 -4
  43. package/src/components/wizard/VcWizard/demoWizardPage.vue +1 -1
  44. package/src/stories/welcome.stories.mdx +1 -0
@@ -119,7 +119,7 @@ function _nonIterableRest() {
119
119
  //
120
120
  //
121
121
  //
122
- var script$D = {
122
+ var script$F = {
123
123
  components: {
124
124
  VDialog: lib.VDialog
125
125
  },
@@ -259,10 +259,10 @@ function renderStyles(styles) {
259
259
  }
260
260
  return css;
261
261
  }/* script */
262
- var __vue_script__$D = script$D;
262
+ var __vue_script__$F = script$F;
263
263
  /* template */
264
264
 
265
- var __vue_render__$A = function __vue_render__() {
265
+ var __vue_render__$C = function __vue_render__() {
266
266
  var _vm = this;
267
267
 
268
268
  var _h = _vm.$createElement;
@@ -297,10 +297,10 @@ var __vue_render__$A = function __vue_render__() {
297
297
  }, [_vm._t("default")], 2);
298
298
  };
299
299
 
300
- var __vue_staticRenderFns__$A = [];
300
+ var __vue_staticRenderFns__$C = [];
301
301
  /* style */
302
302
 
303
- var __vue_inject_styles__$D = function __vue_inject_styles__(inject) {
303
+ var __vue_inject_styles__$F = function __vue_inject_styles__(inject) {
304
304
  if (!inject) return;
305
305
  inject("data-v-2f9f1f74_0", {
306
306
  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)}}",
@@ -311,19 +311,19 @@ var __vue_inject_styles__$D = function __vue_inject_styles__(inject) {
311
311
  /* scoped */
312
312
 
313
313
 
314
- var __vue_scope_id__$D = undefined;
314
+ var __vue_scope_id__$F = undefined;
315
315
  /* module identifier */
316
316
 
317
- var __vue_module_identifier__$D = "data-v-2f9f1f74";
317
+ var __vue_module_identifier__$F = "data-v-2f9f1f74";
318
318
  /* functional template */
319
319
 
320
- var __vue_is_functional_template__$D = false;
320
+ var __vue_is_functional_template__$F = false;
321
321
  /* style inject shadow dom */
322
322
 
323
- var __vue_component__$D = /*#__PURE__*/normalizeComponent({
324
- render: __vue_render__$A,
325
- staticRenderFns: __vue_staticRenderFns__$A
326
- }, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, undefined, createInjectorSSR, undefined);var script$C = {
323
+ var __vue_component__$F = /*#__PURE__*/normalizeComponent({
324
+ render: __vue_render__$C,
325
+ staticRenderFns: __vue_staticRenderFns__$C
326
+ }, __vue_inject_styles__$F, __vue_script__$F, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, undefined, createInjectorSSR, undefined);var script$E = {
327
327
  name: "VcIcon",
328
328
  render: function render(createElement) {
329
329
  var props = {
@@ -333,28 +333,28 @@ var __vue_component__$D = /*#__PURE__*/normalizeComponent({
333
333
  return createElement('v-icon', props, this.$slots.default);
334
334
  }
335
335
  };/* script */
336
- var __vue_script__$C = script$C;
336
+ var __vue_script__$E = script$E;
337
337
  /* template */
338
338
 
339
339
  /* style */
340
340
 
341
- var __vue_inject_styles__$C = undefined;
341
+ var __vue_inject_styles__$E = undefined;
342
342
  /* scoped */
343
343
 
344
- var __vue_scope_id__$C = undefined;
344
+ var __vue_scope_id__$E = undefined;
345
345
  /* module identifier */
346
346
 
347
- var __vue_module_identifier__$C = "data-v-0528e00a";
347
+ var __vue_module_identifier__$E = "data-v-0528e00a";
348
348
  /* functional template */
349
349
 
350
- var __vue_is_functional_template__$C = undefined;
350
+ var __vue_is_functional_template__$E = undefined;
351
351
  /* style inject */
352
352
 
353
353
  /* style inject SSR */
354
354
 
355
355
  /* style inject shadow dom */
356
356
 
357
- var __vue_component__$C = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$C, __vue_script__$C, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, undefined, undefined, undefined);//
357
+ var __vue_component__$E = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$E, __vue_script__$E, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, undefined, undefined, undefined);//
358
358
  //
359
359
  //
360
360
  //
@@ -380,7 +380,7 @@ var __vue_component__$C = /*#__PURE__*/normalizeComponent({}, __vue_inject_style
380
380
  //
381
381
  //
382
382
  //
383
- var script$B = {
383
+ var script$D = {
384
384
  components: {
385
385
  VBtn: lib.VBtn
386
386
  },
@@ -456,10 +456,10 @@ var script$B = {
456
456
  }
457
457
  }
458
458
  };/* script */
459
- var __vue_script__$B = script$B;
459
+ var __vue_script__$D = script$D;
460
460
  /* template */
461
461
 
462
- var __vue_render__$z = function __vue_render__() {
462
+ var __vue_render__$B = function __vue_render__() {
463
463
  var _vm = this;
464
464
 
465
465
  var _h = _vm.$createElement;
@@ -495,10 +495,10 @@ var __vue_render__$z = function __vue_render__() {
495
495
  }, [_vm._t("prepend"), _vm._v("\n " + _vm._s(_vm.label || _vm.$slots.default && _vm.$slots.default[0].text || '') + "\n "), _vm._t("append")], 2);
496
496
  };
497
497
 
498
- var __vue_staticRenderFns__$z = [];
498
+ var __vue_staticRenderFns__$B = [];
499
499
  /* style */
500
500
 
501
- var __vue_inject_styles__$B = function __vue_inject_styles__(inject) {
501
+ var __vue_inject_styles__$D = function __vue_inject_styles__(inject) {
502
502
  if (!inject) return;
503
503
  inject("data-v-b69a1aa2_0", {
504
504
  source: ".VcButton[data-v-b69a1aa2]{letter-spacing:.003em}.VcButton[data-v-b69a1aa2]:disabled{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}",
@@ -509,24 +509,24 @@ var __vue_inject_styles__$B = function __vue_inject_styles__(inject) {
509
509
  /* scoped */
510
510
 
511
511
 
512
- var __vue_scope_id__$B = "data-v-b69a1aa2";
512
+ var __vue_scope_id__$D = "data-v-b69a1aa2";
513
513
  /* module identifier */
514
514
 
515
- var __vue_module_identifier__$B = "data-v-b69a1aa2";
515
+ var __vue_module_identifier__$D = "data-v-b69a1aa2";
516
516
  /* functional template */
517
517
 
518
- var __vue_is_functional_template__$B = false;
518
+ var __vue_is_functional_template__$D = false;
519
519
  /* style inject shadow dom */
520
520
 
521
- var __vue_component__$B = /*#__PURE__*/normalizeComponent({
522
- render: __vue_render__$z,
523
- staticRenderFns: __vue_staticRenderFns__$z
524
- }, __vue_inject_styles__$B, __vue_script__$B, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, undefined, createInjectorSSR, undefined);var script$A = {
521
+ var __vue_component__$D = /*#__PURE__*/normalizeComponent({
522
+ render: __vue_render__$B,
523
+ staticRenderFns: __vue_staticRenderFns__$B
524
+ }, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, undefined, createInjectorSSR, undefined);var script$C = {
525
525
  name: 'VcModalContainer',
526
526
  components: {
527
- VcButton: __vue_component__$B,
528
- VcModalWrapper: __vue_component__$D,
529
- VcIcon: __vue_component__$C,
527
+ VcButton: __vue_component__$D,
528
+ VcModalWrapper: __vue_component__$F,
529
+ VcIcon: __vue_component__$E,
530
530
  VLayout: lib.VLayout
531
531
  },
532
532
  props: {
@@ -573,10 +573,10 @@ var __vue_component__$B = /*#__PURE__*/normalizeComponent({
573
573
  }
574
574
  }
575
575
  };/* script */
576
- var __vue_script__$A = script$A;
576
+ var __vue_script__$C = script$C;
577
577
  /* template */
578
578
 
579
- var __vue_render__$y = function __vue_render__() {
579
+ var __vue_render__$A = function __vue_render__() {
580
580
  var _vm = this;
581
581
 
582
582
  var _h = _vm.$createElement;
@@ -649,10 +649,10 @@ var __vue_render__$y = function __vue_render__() {
649
649
  }, [_vm._t("footer")], 2)])]], 2) : _vm._e();
650
650
  };
651
651
 
652
- var __vue_staticRenderFns__$y = [];
652
+ var __vue_staticRenderFns__$A = [];
653
653
  /* style */
654
654
 
655
- var __vue_inject_styles__$A = function __vue_inject_styles__(inject) {
655
+ var __vue_inject_styles__$C = function __vue_inject_styles__(inject) {
656
656
  if (!inject) return;
657
657
  inject("data-v-6b2b8919_0", {
658
658
  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.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;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;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}",
@@ -663,19 +663,19 @@ var __vue_inject_styles__$A = function __vue_inject_styles__(inject) {
663
663
  /* scoped */
664
664
 
665
665
 
666
- var __vue_scope_id__$A = undefined;
666
+ var __vue_scope_id__$C = undefined;
667
667
  /* module identifier */
668
668
 
669
- var __vue_module_identifier__$A = "data-v-6b2b8919";
669
+ var __vue_module_identifier__$C = "data-v-6b2b8919";
670
670
  /* functional template */
671
671
 
672
- var __vue_is_functional_template__$A = false;
672
+ var __vue_is_functional_template__$C = false;
673
673
  /* style inject shadow dom */
674
674
 
675
- var __vue_component__$A = /*#__PURE__*/normalizeComponent({
676
- render: __vue_render__$y,
677
- staticRenderFns: __vue_staticRenderFns__$y
678
- }, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, undefined, createInjectorSSR, undefined);var script$z = {
675
+ var __vue_component__$C = /*#__PURE__*/normalizeComponent({
676
+ render: __vue_render__$A,
677
+ staticRenderFns: __vue_staticRenderFns__$A
678
+ }, __vue_inject_styles__$C, __vue_script__$C, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, undefined, createInjectorSSR, undefined);var script$B = {
679
679
  name: "VcLayout",
680
680
  render: function render(createElement) {
681
681
  // `<v-layout><slot></slot></v-layout>`
@@ -686,32 +686,32 @@ var __vue_component__$A = /*#__PURE__*/normalizeComponent({
686
686
  return createElement('v-layout', props, this.$slots.default);
687
687
  }
688
688
  };/* script */
689
- var __vue_script__$z = script$z;
689
+ var __vue_script__$B = script$B;
690
690
  /* template */
691
691
 
692
692
  /* style */
693
693
 
694
- var __vue_inject_styles__$z = undefined;
694
+ var __vue_inject_styles__$B = undefined;
695
695
  /* scoped */
696
696
 
697
- var __vue_scope_id__$z = "data-v-0751575a";
697
+ var __vue_scope_id__$B = "data-v-0751575a";
698
698
  /* module identifier */
699
699
 
700
- var __vue_module_identifier__$z = "data-v-0751575a";
700
+ var __vue_module_identifier__$B = "data-v-0751575a";
701
701
  /* functional template */
702
702
 
703
- var __vue_is_functional_template__$z = undefined;
703
+ var __vue_is_functional_template__$B = undefined;
704
704
  /* style inject */
705
705
 
706
706
  /* style inject SSR */
707
707
 
708
708
  /* style inject shadow dom */
709
709
 
710
- var __vue_component__$z = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, undefined, undefined);var script$y = {
710
+ var __vue_component__$B = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$B, __vue_script__$B, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, undefined, undefined, undefined);var script$A = {
711
711
  name: "VcModalFooter",
712
712
  components: {
713
- VcLayout: __vue_component__$z,
714
- VcButton: __vue_component__$B
713
+ VcLayout: __vue_component__$B,
714
+ VcButton: __vue_component__$D
715
715
  },
716
716
  props: {
717
717
  direction: {
@@ -742,10 +742,10 @@ var __vue_component__$z = /*#__PURE__*/normalizeComponent({}, __vue_inject_style
742
742
  }
743
743
  }
744
744
  };/* script */
745
- var __vue_script__$y = script$y;
745
+ var __vue_script__$A = script$A;
746
746
  /* template */
747
747
 
748
- var __vue_render__$x = function __vue_render__() {
748
+ var __vue_render__$z = function __vue_render__() {
749
749
  var _vm = this;
750
750
 
751
751
  var _h = _vm.$createElement;
@@ -778,10 +778,10 @@ var __vue_render__$x = function __vue_render__() {
778
778
  }), 1);
779
779
  };
780
780
 
781
- var __vue_staticRenderFns__$x = [];
781
+ var __vue_staticRenderFns__$z = [];
782
782
  /* style */
783
783
 
784
- var __vue_inject_styles__$y = function __vue_inject_styles__(inject) {
784
+ var __vue_inject_styles__$A = function __vue_inject_styles__(inject) {
785
785
  if (!inject) return;
786
786
  inject("data-v-daacbd22_0", {
787
787
  source: ".VcModalFooter.vertical .VcFooterButton[data-v-daacbd22]{width:100%;margin-bottom:var(--size-value2)}.VcModalFooter.vertical .VcFooterButton[data-v-daacbd22]:last-of-type{margin-bottom:0}@media screen and (min-width:960px){.VcModalFooter.vertical .VcFooterButton[data-v-daacbd22]{width:auto}}.VcModalFooter.horizontal .VcFooterButton[data-v-daacbd22]{flex-basis:0;flex-grow:1}.VcModalFooter.horizontal .VcFooterButton[data-v-daacbd22]:first-of-type{margin-left:0}.VcModalFooter.horizontal .VcFooterButton[data-v-daacbd22]:last-of-type{margin-right:0}@media screen and (min-width:960px){.VcModalFooter.horizontal .VcFooterButton[data-v-daacbd22]{flex-basis:auto;flex-grow:0}}.VcModalFooter .VcFooterButton[data-v-daacbd22]{margin-left:var(--size-value1);margin-right:var(--size-value1)}",
@@ -792,24 +792,24 @@ var __vue_inject_styles__$y = function __vue_inject_styles__(inject) {
792
792
  /* scoped */
793
793
 
794
794
 
795
- var __vue_scope_id__$y = "data-v-daacbd22";
795
+ var __vue_scope_id__$A = "data-v-daacbd22";
796
796
  /* module identifier */
797
797
 
798
- var __vue_module_identifier__$y = "data-v-daacbd22";
798
+ var __vue_module_identifier__$A = "data-v-daacbd22";
799
799
  /* functional template */
800
800
 
801
- var __vue_is_functional_template__$y = false;
801
+ var __vue_is_functional_template__$A = false;
802
802
  /* style inject shadow dom */
803
803
 
804
- var __vue_component__$y = /*#__PURE__*/normalizeComponent({
805
- render: __vue_render__$x,
806
- staticRenderFns: __vue_staticRenderFns__$x
807
- }, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, undefined, createInjectorSSR, undefined);var script$x = {
804
+ var __vue_component__$A = /*#__PURE__*/normalizeComponent({
805
+ render: __vue_render__$z,
806
+ staticRenderFns: __vue_staticRenderFns__$z
807
+ }, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, undefined, createInjectorSSR, undefined);var script$z = {
808
808
  name: "VcModalHeader",
809
809
  components: {
810
- VcLayout: __vue_component__$z,
811
- VcIcon: __vue_component__$C,
812
- VcButton: __vue_component__$B
810
+ VcLayout: __vue_component__$B,
811
+ VcIcon: __vue_component__$E,
812
+ VcButton: __vue_component__$D
813
813
  },
814
814
  props: {
815
815
  topTitle: {
@@ -846,10 +846,10 @@ var __vue_component__$y = /*#__PURE__*/normalizeComponent({
846
846
  }
847
847
  }
848
848
  };/* script */
849
- var __vue_script__$x = script$x;
849
+ var __vue_script__$z = script$z;
850
850
  /* template */
851
851
 
852
- var __vue_render__$w = function __vue_render__() {
852
+ var __vue_render__$y = function __vue_render__() {
853
853
  var _vm = this;
854
854
 
855
855
  var _h = _vm.$createElement;
@@ -922,10 +922,10 @@ var __vue_render__$w = function __vue_render__() {
922
922
  }, [_vm._v(_vm._s(_vm.subtitle))]) : _vm._e()])], 1)], 2);
923
923
  };
924
924
 
925
- var __vue_staticRenderFns__$w = [];
925
+ var __vue_staticRenderFns__$y = [];
926
926
  /* style */
927
927
 
928
- var __vue_inject_styles__$x = function __vue_inject_styles__(inject) {
928
+ var __vue_inject_styles__$z = function __vue_inject_styles__(inject) {
929
929
  if (!inject) return;
930
930
  inject("data-v-407bef94_0", {
931
931
  source: ".VcHeader[data-v-407bef94]{font-size:var(--font-size-small2);padding:var(--size-value4) var(--size-value6) var(--size-value4);line-height:24px;font-weight:var(--font-weight-large2)}@media screen and (min-width:960px){.VcHeader[data-v-407bef94]{font-weight:var(--font-weight-large);font-size:var(--font-size-medium)}}.VcHeader .VcHeaderImage[data-v-407bef94]{width:32px;margin-right:var(--size-value3);padding:5px;border:1px solid rgba(0,0,0,.12);box-sizing:border-box;border-radius:6px}.VcHeader .VcHeaderTopTitle[data-v-407bef94]{font-size:11px;font-weight:var(--font-weight-medium);line-height:12px;color:rgba(0,0,0,.54)}.VcHeader .VcHeaderTitleWithPadding[data-v-407bef94]{padding-left:var(--size-value6)}.VcHeader .VcHeaderSubtitle[data-v-407bef94]{font-size:15px;font-weight:var(--font-weight-medium);color:rgba(0,0,0,.87);padding-left:var(--size-value2)}.VcHeader.confirm[data-v-407bef94]{font-size:var(--font-size-medium);font-weight:var(--font-weight-large2);padding-bottom:var(--size-value1);padding-top:var(--size-value6)}@media screen and (min-width:960px){.VcHeader.confirm[data-v-407bef94]{padding-bottom:var(--size-value1)}}.VcHeader.confirm .VcHeaderButton[data-v-407bef94],.VcHeader.input .VcHeaderButton[data-v-407bef94]{max-height:24px;margin-right:var(--size-value3)}.VcHeader.confirm .VcHeaderIcon[data-v-407bef94],.VcHeader.input .VcHeaderIcon[data-v-407bef94]{padding-right:var(--size-value3);font-size:var(--font-size-medium)}.VcHeader.input[data-v-407bef94]{transform:translateX(-8px)}@media screen and (min-width:960px){.VcHeader.input[data-v-407bef94]{transform:translateX(0);padding-bottom:var(--size-value3)}}",
@@ -936,26 +936,26 @@ var __vue_inject_styles__$x = function __vue_inject_styles__(inject) {
936
936
  /* scoped */
937
937
 
938
938
 
939
- var __vue_scope_id__$x = "data-v-407bef94";
939
+ var __vue_scope_id__$z = "data-v-407bef94";
940
940
  /* module identifier */
941
941
 
942
- var __vue_module_identifier__$x = "data-v-407bef94";
942
+ var __vue_module_identifier__$z = "data-v-407bef94";
943
943
  /* functional template */
944
944
 
945
- var __vue_is_functional_template__$x = false;
945
+ var __vue_is_functional_template__$z = false;
946
946
  /* style inject shadow dom */
947
947
 
948
- var __vue_component__$x = /*#__PURE__*/normalizeComponent({
949
- render: __vue_render__$w,
950
- staticRenderFns: __vue_staticRenderFns__$w
951
- }, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, createInjectorSSR, undefined);var script$w = {
948
+ var __vue_component__$z = /*#__PURE__*/normalizeComponent({
949
+ render: __vue_render__$y,
950
+ staticRenderFns: __vue_staticRenderFns__$y
951
+ }, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, createInjectorSSR, undefined);var script$y = {
952
952
  name: "VcConfirmModal",
953
953
  components: {
954
- VcModalHeader: __vue_component__$x,
955
- VcLayout: __vue_component__$z,
956
- VcModalFooter: __vue_component__$y,
957
- VcIcon: __vue_component__$C,
958
- VcModalContainer: __vue_component__$A
954
+ VcModalHeader: __vue_component__$z,
955
+ VcLayout: __vue_component__$B,
956
+ VcModalFooter: __vue_component__$A,
957
+ VcIcon: __vue_component__$E,
958
+ VcModalContainer: __vue_component__$C
959
959
  },
960
960
  props: {
961
961
  showDialog: {
@@ -1005,13 +1005,17 @@ var __vue_component__$x = /*#__PURE__*/normalizeComponent({
1005
1005
  cancelButtonLabel: {
1006
1006
  type: String,
1007
1007
  required: false
1008
+ },
1009
+ loading: {
1010
+ type: Boolean,
1011
+ default: false
1008
1012
  }
1009
1013
  }
1010
1014
  };/* script */
1011
- var __vue_script__$w = script$w;
1015
+ var __vue_script__$y = script$y;
1012
1016
  /* template */
1013
1017
 
1014
- var __vue_render__$v = function __vue_render__() {
1018
+ var __vue_render__$x = function __vue_render__() {
1015
1019
  var _vm = this;
1016
1020
 
1017
1021
  var _h = _vm.$createElement;
@@ -1070,11 +1074,13 @@ var __vue_render__$v = function __vue_render__() {
1070
1074
  "buttons": [{
1071
1075
  label: _vm.cancelButtonLabel || _vm.$dst("ds.modal.cancel"),
1072
1076
  event: "onCancelClicked",
1073
- color: "white"
1077
+ color: "white",
1078
+ loading: _vm.loading
1074
1079
  }, {
1075
1080
  label: _vm.okButtonLabel || _vm.$dst("ds.modal.ok"),
1076
1081
  event: "onOkClicked",
1077
- color: "secondary"
1082
+ color: "secondary",
1083
+ loading: _vm.loading
1078
1084
  }]
1079
1085
  },
1080
1086
  on: {
@@ -1093,29 +1099,29 @@ var __vue_render__$v = function __vue_render__() {
1093
1099
  });
1094
1100
  };
1095
1101
 
1096
- var __vue_staticRenderFns__$v = [];
1102
+ var __vue_staticRenderFns__$x = [];
1097
1103
  /* style */
1098
1104
 
1099
- var __vue_inject_styles__$w = undefined;
1105
+ var __vue_inject_styles__$y = undefined;
1100
1106
  /* scoped */
1101
1107
 
1102
- var __vue_scope_id__$w = "data-v-8cd4b05c";
1108
+ var __vue_scope_id__$y = "data-v-43bbc80a";
1103
1109
  /* module identifier */
1104
1110
 
1105
- var __vue_module_identifier__$w = "data-v-8cd4b05c";
1111
+ var __vue_module_identifier__$y = "data-v-43bbc80a";
1106
1112
  /* functional template */
1107
1113
 
1108
- var __vue_is_functional_template__$w = false;
1114
+ var __vue_is_functional_template__$y = false;
1109
1115
  /* style inject */
1110
1116
 
1111
1117
  /* style inject SSR */
1112
1118
 
1113
1119
  /* style inject shadow dom */
1114
1120
 
1115
- var __vue_component__$w = /*#__PURE__*/normalizeComponent({
1116
- render: __vue_render__$v,
1117
- staticRenderFns: __vue_staticRenderFns__$v
1118
- }, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, undefined, undefined);var script$v = {
1121
+ var __vue_component__$y = /*#__PURE__*/normalizeComponent({
1122
+ render: __vue_render__$x,
1123
+ staticRenderFns: __vue_staticRenderFns__$x
1124
+ }, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, undefined, undefined, undefined);var script$x = {
1119
1125
  name: "VcForm",
1120
1126
  methods: {
1121
1127
  validate: function validate() {
@@ -1132,36 +1138,36 @@ var __vue_component__$w = /*#__PURE__*/normalizeComponent({
1132
1138
  return this.form;
1133
1139
  }
1134
1140
  };/* script */
1135
- var __vue_script__$v = script$v;
1141
+ var __vue_script__$x = script$x;
1136
1142
  /* template */
1137
1143
 
1138
1144
  /* style */
1139
1145
 
1140
- var __vue_inject_styles__$v = undefined;
1146
+ var __vue_inject_styles__$x = undefined;
1141
1147
  /* scoped */
1142
1148
 
1143
- var __vue_scope_id__$v = "data-v-398cf17d";
1149
+ var __vue_scope_id__$x = "data-v-398cf17d";
1144
1150
  /* module identifier */
1145
1151
 
1146
- var __vue_module_identifier__$v = "data-v-398cf17d";
1152
+ var __vue_module_identifier__$x = "data-v-398cf17d";
1147
1153
  /* functional template */
1148
1154
 
1149
- var __vue_is_functional_template__$v = undefined;
1155
+ var __vue_is_functional_template__$x = undefined;
1150
1156
  /* style inject */
1151
1157
 
1152
1158
  /* style inject SSR */
1153
1159
 
1154
1160
  /* style inject shadow dom */
1155
1161
 
1156
- var __vue_component__$v = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, undefined, undefined, undefined);var script$u = {
1162
+ var __vue_component__$x = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, undefined, undefined);var script$w = {
1157
1163
  name: "VcInputModal",
1158
1164
  components: {
1159
- VcForm: __vue_component__$v,
1160
- VcLayout: __vue_component__$z,
1161
- VcModalFooter: __vue_component__$y,
1162
- VcIcon: __vue_component__$C,
1163
- VcModalContainer: __vue_component__$A,
1164
- VcModalHeader: __vue_component__$x
1165
+ VcForm: __vue_component__$x,
1166
+ VcLayout: __vue_component__$B,
1167
+ VcModalFooter: __vue_component__$A,
1168
+ VcIcon: __vue_component__$E,
1169
+ VcModalContainer: __vue_component__$C,
1170
+ VcModalHeader: __vue_component__$z
1165
1171
  },
1166
1172
  props: {
1167
1173
  showDialog: {
@@ -1188,6 +1194,10 @@ var __vue_component__$v = /*#__PURE__*/normalizeComponent({}, __vue_inject_style
1188
1194
  type: String,
1189
1195
  required: false
1190
1196
  },
1197
+ useOffset: {
1198
+ type: Boolean,
1199
+ default: true
1200
+ },
1191
1201
  size: {
1192
1202
  type: String,
1193
1203
  default: 'lg',
@@ -1236,10 +1246,10 @@ var __vue_component__$v = /*#__PURE__*/normalizeComponent({}, __vue_inject_style
1236
1246
  }
1237
1247
  }
1238
1248
  };/* script */
1239
- var __vue_script__$u = script$u;
1249
+ var __vue_script__$w = script$w;
1240
1250
  /* template */
1241
1251
 
1242
- var __vue_render__$u = function __vue_render__() {
1252
+ var __vue_render__$w = function __vue_render__() {
1243
1253
  var _vm = this;
1244
1254
 
1245
1255
  var _h = _vm.$createElement;
@@ -1251,6 +1261,7 @@ var __vue_render__$u = function __vue_render__() {
1251
1261
  "showHeaderDivider": "",
1252
1262
  "showCloseButton": "",
1253
1263
  "flavor": "input",
1264
+ "useOffset": _vm.useOffset,
1254
1265
  "showDialog": _vm.showDialog,
1255
1266
  "size": _vm.$vuetify.breakpoint.mdAndUp ? _vm.size : 'responsive'
1256
1267
  },
@@ -1340,13 +1351,13 @@ var __vue_render__$u = function __vue_render__() {
1340
1351
  });
1341
1352
  };
1342
1353
 
1343
- var __vue_staticRenderFns__$u = [];
1354
+ var __vue_staticRenderFns__$w = [];
1344
1355
  /* style */
1345
1356
 
1346
- var __vue_inject_styles__$u = function __vue_inject_styles__(inject) {
1357
+ var __vue_inject_styles__$w = function __vue_inject_styles__(inject) {
1347
1358
  if (!inject) return;
1348
- inject("data-v-1f25c5b3_0", {
1349
- source: ".VcInputForm-layout .VcInputForm-main[data-v-1f25c5b3]{width:100%;max-width:100%;padding:var(--size-value6)}.VcInputForm-layout .VcInputForm-additional[data-v-1f25c5b3]{min-width:324px;padding:var(--size-value6);background:#f8f9fb;border-left:1px solid rgba(0,0,0,.12)}",
1359
+ inject("data-v-3ed487e3_0", {
1360
+ source: ".VcInputForm-layout .VcInputForm-main[data-v-3ed487e3]{width:100%;max-width:100%;padding:var(--size-value6)}.VcInputForm-layout .VcInputForm-additional[data-v-3ed487e3]{min-width:324px;padding:var(--size-value6);background:#f8f9fb;border-left:1px solid rgba(0,0,0,.12)}",
1350
1361
  map: undefined,
1351
1362
  media: undefined
1352
1363
  });
@@ -1354,24 +1365,24 @@ var __vue_inject_styles__$u = function __vue_inject_styles__(inject) {
1354
1365
  /* scoped */
1355
1366
 
1356
1367
 
1357
- var __vue_scope_id__$u = "data-v-1f25c5b3";
1368
+ var __vue_scope_id__$w = "data-v-3ed487e3";
1358
1369
  /* module identifier */
1359
1370
 
1360
- var __vue_module_identifier__$u = "data-v-1f25c5b3";
1371
+ var __vue_module_identifier__$w = "data-v-3ed487e3";
1361
1372
  /* functional template */
1362
1373
 
1363
- var __vue_is_functional_template__$u = false;
1374
+ var __vue_is_functional_template__$w = false;
1364
1375
  /* style inject shadow dom */
1365
1376
 
1366
- var __vue_component__$u = /*#__PURE__*/normalizeComponent({
1367
- render: __vue_render__$u,
1368
- staticRenderFns: __vue_staticRenderFns__$u
1369
- }, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, createInjectorSSR, undefined);var script$t = {
1377
+ var __vue_component__$w = /*#__PURE__*/normalizeComponent({
1378
+ render: __vue_render__$w,
1379
+ staticRenderFns: __vue_staticRenderFns__$w
1380
+ }, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, createInjectorSSR, undefined);var script$v = {
1370
1381
  name: "VcNoticeModal",
1371
1382
  components: {
1372
- VcLayout: __vue_component__$z,
1373
- VcModalFooter: __vue_component__$y,
1374
- VcModalContainer: __vue_component__$A
1383
+ VcLayout: __vue_component__$B,
1384
+ VcModalFooter: __vue_component__$A,
1385
+ VcModalContainer: __vue_component__$C
1375
1386
  },
1376
1387
  props: {
1377
1388
  showDialog: {
@@ -1394,6 +1405,10 @@ var __vue_component__$u = /*#__PURE__*/normalizeComponent({
1394
1405
  type: String,
1395
1406
  required: false
1396
1407
  },
1408
+ useOffset: {
1409
+ type: Boolean,
1410
+ default: true
1411
+ },
1397
1412
  size: {
1398
1413
  type: String,
1399
1414
  default: 'lg',
@@ -1419,10 +1434,10 @@ var __vue_component__$u = /*#__PURE__*/normalizeComponent({
1419
1434
  }
1420
1435
  }
1421
1436
  };/* script */
1422
- var __vue_script__$t = script$t;
1437
+ var __vue_script__$v = script$v;
1423
1438
  /* template */
1424
1439
 
1425
- var __vue_render__$t = function __vue_render__() {
1440
+ var __vue_render__$v = function __vue_render__() {
1426
1441
  var _vm = this;
1427
1442
 
1428
1443
  var _h = _vm.$createElement;
@@ -1433,6 +1448,7 @@ var __vue_render__$t = function __vue_render__() {
1433
1448
  attrs: {
1434
1449
  "showFooterDivider": _vm.flavor === 'prominent',
1435
1450
  "flavor": _vm.flavor,
1451
+ "useOffset": _vm.useOffset,
1436
1452
  "showDialog": _vm.showDialog,
1437
1453
  "size": _vm.$vuetify.breakpoint.mdAndUp ? _vm.size : 'responsive',
1438
1454
  "showCloseButton": ""
@@ -1508,13 +1524,13 @@ var __vue_render__$t = function __vue_render__() {
1508
1524
  });
1509
1525
  };
1510
1526
 
1511
- var __vue_staticRenderFns__$t = [];
1527
+ var __vue_staticRenderFns__$v = [];
1512
1528
  /* style */
1513
1529
 
1514
- var __vue_inject_styles__$t = function __vue_inject_styles__(inject) {
1530
+ var __vue_inject_styles__$v = function __vue_inject_styles__(inject) {
1515
1531
  if (!inject) return;
1516
- inject("data-v-c197dce0_0", {
1517
- source: ".VcNoticeImage[data-v-c197dce0]{margin-bottom:var(--size-value4)}.VcNoticeImage.md[data-v-c197dce0],.VcNoticeImage.responsive[data-v-c197dce0],.VcNoticeImage.sm[data-v-c197dce0]{max-height:160px}.VcNoticeImage.lg[data-v-c197dce0]{max-height:208px}.VcNoticeContent[data-v-c197dce0],.VcNoticeHeader[data-v-c197dce0],.VcNoticeSubtitle[data-v-c197dce0]{text-align:center;line-height:24px}.VcNoticeHeader[data-v-c197dce0]{text-align:center;font-size:18px;font-weight:600;line-height:28px}@media screen and (min-width:960px){.VcNoticeHeader[data-v-c197dce0]{font-size:24px;font-weight:800;line-height:var(--size-value10)}}.VcNoticeHeader .VcNoticeHeaderText[data-v-c197dce0]{padding-bottom:var(--size-value2)}.VcNoticeHeader.prominent .VcNoticeHeaderText[data-v-c197dce0]{font-size:18px;font-weight:600}.VcNoticeSubtitle[data-v-c197dce0]{font-size:15px;font-weight:var(--font-weight-medium);line-height:var(--size-value6)}@media screen and (min-width:960px){.VcNoticeSubtitle[data-v-c197dce0]{font-size:var(--font-size-small)}}.VcNoticeSubtitle.prominent[data-v-c197dce0]{font-size:15px}.VcNoticeContent[data-v-c197dce0]{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-c197dce0]{line-height:21px;font-size:14px}}.VcNoticeFooter[data-v-c197dce0]{padding-bottom:var(--size-value10)}",
1532
+ inject("data-v-46595384_0", {
1533
+ source: ".VcNoticeImage[data-v-46595384]{margin-bottom:var(--size-value4)}.VcNoticeImage.md[data-v-46595384],.VcNoticeImage.responsive[data-v-46595384],.VcNoticeImage.sm[data-v-46595384]{max-height:160px}.VcNoticeImage.lg[data-v-46595384]{max-height:208px}.VcNoticeContent[data-v-46595384],.VcNoticeHeader[data-v-46595384],.VcNoticeSubtitle[data-v-46595384]{text-align:center;line-height:24px}.VcNoticeHeader[data-v-46595384]{text-align:center;font-size:18px;font-weight:600;line-height:28px}@media screen and (min-width:960px){.VcNoticeHeader[data-v-46595384]{font-size:24px;font-weight:800;line-height:var(--size-value10)}}.VcNoticeHeader .VcNoticeHeaderText[data-v-46595384]{padding-bottom:var(--size-value2)}.VcNoticeHeader.prominent .VcNoticeHeaderText[data-v-46595384]{font-size:18px;font-weight:600}.VcNoticeSubtitle[data-v-46595384]{font-size:15px;font-weight:var(--font-weight-medium);line-height:var(--size-value6)}@media screen and (min-width:960px){.VcNoticeSubtitle[data-v-46595384]{font-size:var(--font-size-small)}}.VcNoticeSubtitle.prominent[data-v-46595384]{font-size:15px}.VcNoticeContent[data-v-46595384]{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-46595384]{line-height:21px;font-size:14px}}.VcNoticeFooter[data-v-46595384]{padding-bottom:var(--size-value10)}",
1518
1534
  map: undefined,
1519
1535
  media: undefined
1520
1536
  });
@@ -1522,24 +1538,24 @@ var __vue_inject_styles__$t = function __vue_inject_styles__(inject) {
1522
1538
  /* scoped */
1523
1539
 
1524
1540
 
1525
- var __vue_scope_id__$t = "data-v-c197dce0";
1541
+ var __vue_scope_id__$v = "data-v-46595384";
1526
1542
  /* module identifier */
1527
1543
 
1528
- var __vue_module_identifier__$t = "data-v-c197dce0";
1544
+ var __vue_module_identifier__$v = "data-v-46595384";
1529
1545
  /* functional template */
1530
1546
 
1531
- var __vue_is_functional_template__$t = false;
1547
+ var __vue_is_functional_template__$v = false;
1532
1548
  /* style inject shadow dom */
1533
1549
 
1534
- var __vue_component__$t = /*#__PURE__*/normalizeComponent({
1535
- render: __vue_render__$t,
1536
- staticRenderFns: __vue_staticRenderFns__$t
1537
- }, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, createInjectorSSR, undefined);var script$s = {
1550
+ var __vue_component__$v = /*#__PURE__*/normalizeComponent({
1551
+ render: __vue_render__$v,
1552
+ staticRenderFns: __vue_staticRenderFns__$v
1553
+ }, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, undefined, createInjectorSSR, undefined);var script$u = {
1538
1554
  name: "VcAlert",
1539
1555
  components: {
1540
- VcIcon: __vue_component__$C,
1541
- VcButton: __vue_component__$B,
1542
- VcLayout: __vue_component__$z,
1556
+ VcIcon: __vue_component__$E,
1557
+ VcButton: __vue_component__$D,
1558
+ VcLayout: __vue_component__$B,
1543
1559
  VAlert: lib.VAlert
1544
1560
  },
1545
1561
  props: {
@@ -1630,10 +1646,10 @@ var __vue_component__$t = /*#__PURE__*/normalizeComponent({
1630
1646
  }
1631
1647
  }
1632
1648
  };/* script */
1633
- var __vue_script__$s = script$s;
1649
+ var __vue_script__$u = script$u;
1634
1650
  /* template */
1635
1651
 
1636
- var __vue_render__$s = function __vue_render__() {
1652
+ var __vue_render__$u = function __vue_render__() {
1637
1653
  var _vm = this;
1638
1654
 
1639
1655
  var _h = _vm.$createElement;
@@ -1703,10 +1719,10 @@ var __vue_render__$s = function __vue_render__() {
1703
1719
  }) : _vm._e()], 1);
1704
1720
  };
1705
1721
 
1706
- var __vue_staticRenderFns__$s = [];
1722
+ var __vue_staticRenderFns__$u = [];
1707
1723
  /* style */
1708
1724
 
1709
- var __vue_inject_styles__$s = function __vue_inject_styles__(inject) {
1725
+ var __vue_inject_styles__$u = function __vue_inject_styles__(inject) {
1710
1726
  if (!inject) return;
1711
1727
  inject("data-v-285965af_0", {
1712
1728
  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:.003em;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)}",
@@ -1717,19 +1733,19 @@ var __vue_inject_styles__$s = function __vue_inject_styles__(inject) {
1717
1733
  /* scoped */
1718
1734
 
1719
1735
 
1720
- var __vue_scope_id__$s = undefined;
1736
+ var __vue_scope_id__$u = undefined;
1721
1737
  /* module identifier */
1722
1738
 
1723
- var __vue_module_identifier__$s = "data-v-285965af";
1739
+ var __vue_module_identifier__$u = "data-v-285965af";
1724
1740
  /* functional template */
1725
1741
 
1726
- var __vue_is_functional_template__$s = false;
1742
+ var __vue_is_functional_template__$u = false;
1727
1743
  /* style inject shadow dom */
1728
1744
 
1729
- var __vue_component__$s = /*#__PURE__*/normalizeComponent({
1730
- render: __vue_render__$s,
1731
- staticRenderFns: __vue_staticRenderFns__$s
1732
- }, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, createInjectorSSR, undefined);//
1745
+ var __vue_component__$u = /*#__PURE__*/normalizeComponent({
1746
+ render: __vue_render__$u,
1747
+ staticRenderFns: __vue_staticRenderFns__$u
1748
+ }, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, createInjectorSSR, undefined);//
1733
1749
  //
1734
1750
  //
1735
1751
  //
@@ -1774,7 +1790,7 @@ var __vue_component__$s = /*#__PURE__*/normalizeComponent({
1774
1790
  //
1775
1791
  //
1776
1792
  //
1777
- var script$r = {
1793
+ var script$t = {
1778
1794
  components: {
1779
1795
  VTooltip: lib.VTooltip
1780
1796
  },
@@ -1828,10 +1844,10 @@ var script$r = {
1828
1844
  }
1829
1845
  }
1830
1846
  };/* script */
1831
- var __vue_script__$r = script$r;
1847
+ var __vue_script__$t = script$t;
1832
1848
  /* template */
1833
1849
 
1834
- var __vue_render__$r = function __vue_render__() {
1850
+ var __vue_render__$t = function __vue_render__() {
1835
1851
  var _vm = this;
1836
1852
 
1837
1853
  var _h = _vm.$createElement;
@@ -1883,10 +1899,10 @@ var __vue_render__$r = function __vue_render__() {
1883
1899
  })])])])], 1);
1884
1900
  };
1885
1901
 
1886
- var __vue_staticRenderFns__$r = [];
1902
+ var __vue_staticRenderFns__$t = [];
1887
1903
  /* style */
1888
1904
 
1889
- var __vue_inject_styles__$r = function __vue_inject_styles__(inject) {
1905
+ var __vue_inject_styles__$t = function __vue_inject_styles__(inject) {
1890
1906
  if (!inject) return;
1891
1907
  inject("data-v-858200cc_0", {
1892
1908
  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;--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;--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;--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}",
@@ -1897,22 +1913,22 @@ var __vue_inject_styles__$r = function __vue_inject_styles__(inject) {
1897
1913
  /* scoped */
1898
1914
 
1899
1915
 
1900
- var __vue_scope_id__$r = undefined;
1916
+ var __vue_scope_id__$t = undefined;
1901
1917
  /* module identifier */
1902
1918
 
1903
- var __vue_module_identifier__$r = "data-v-858200cc";
1919
+ var __vue_module_identifier__$t = "data-v-858200cc";
1904
1920
  /* functional template */
1905
1921
 
1906
- var __vue_is_functional_template__$r = false;
1922
+ var __vue_is_functional_template__$t = false;
1907
1923
  /* style inject shadow dom */
1908
1924
 
1909
- var __vue_component__$r = /*#__PURE__*/normalizeComponent({
1910
- render: __vue_render__$r,
1911
- staticRenderFns: __vue_staticRenderFns__$r
1912
- }, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, createInjectorSSR, undefined);var script$q = {
1925
+ var __vue_component__$t = /*#__PURE__*/normalizeComponent({
1926
+ render: __vue_render__$t,
1927
+ staticRenderFns: __vue_staticRenderFns__$t
1928
+ }, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, createInjectorSSR, undefined);var script$s = {
1913
1929
  name: "VcIconWithTooltip",
1914
1930
  components: {
1915
- VcTooltip: __vue_component__$r,
1931
+ VcTooltip: __vue_component__$t,
1916
1932
  VIcon: lib.VIcon
1917
1933
  },
1918
1934
  props: {
@@ -1968,10 +1984,10 @@ var __vue_component__$r = /*#__PURE__*/normalizeComponent({
1968
1984
  }
1969
1985
  }
1970
1986
  };/* script */
1971
- var __vue_script__$q = script$q;
1987
+ var __vue_script__$s = script$s;
1972
1988
  /* template */
1973
1989
 
1974
- var __vue_render__$q = function __vue_render__() {
1990
+ var __vue_render__$s = function __vue_render__() {
1975
1991
  var _vm = this;
1976
1992
 
1977
1993
  var _h = _vm.$createElement;
@@ -2001,10 +2017,10 @@ var __vue_render__$q = function __vue_render__() {
2001
2017
  }, [_vm._v("\n " + _vm._s(_vm.getIcon) + "\n ")])]], 2);
2002
2018
  };
2003
2019
 
2004
- var __vue_staticRenderFns__$q = [];
2020
+ var __vue_staticRenderFns__$s = [];
2005
2021
  /* style */
2006
2022
 
2007
- var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
2023
+ var __vue_inject_styles__$s = function __vue_inject_styles__(inject) {
2008
2024
  if (!inject) return;
2009
2025
  inject("data-v-7193d7d6_0", {
2010
2026
  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;--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;--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;--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)}",
@@ -2015,19 +2031,19 @@ var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
2015
2031
  /* scoped */
2016
2032
 
2017
2033
 
2018
- var __vue_scope_id__$q = undefined;
2034
+ var __vue_scope_id__$s = undefined;
2019
2035
  /* module identifier */
2020
2036
 
2021
- var __vue_module_identifier__$q = "data-v-7193d7d6";
2037
+ var __vue_module_identifier__$s = "data-v-7193d7d6";
2022
2038
  /* functional template */
2023
2039
 
2024
- var __vue_is_functional_template__$q = false;
2040
+ var __vue_is_functional_template__$s = false;
2025
2041
  /* style inject shadow dom */
2026
2042
 
2027
- var __vue_component__$q = /*#__PURE__*/normalizeComponent({
2028
- render: __vue_render__$q,
2029
- staticRenderFns: __vue_staticRenderFns__$q
2030
- }, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, createInjectorSSR, undefined);//
2043
+ var __vue_component__$s = /*#__PURE__*/normalizeComponent({
2044
+ render: __vue_render__$s,
2045
+ staticRenderFns: __vue_staticRenderFns__$s
2046
+ }, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, createInjectorSSR, undefined);//
2031
2047
  //
2032
2048
  //
2033
2049
  //
@@ -2053,7 +2069,7 @@ var __vue_component__$q = /*#__PURE__*/normalizeComponent({
2053
2069
  //
2054
2070
  //
2055
2071
  //
2056
- var script$p = {
2072
+ var script$r = {
2057
2073
  components: {
2058
2074
  VIcon: lib.VIcon,
2059
2075
  VTooltip: lib.VTooltip
@@ -2166,10 +2182,10 @@ var script$p = {
2166
2182
  }
2167
2183
  }
2168
2184
  };/* script */
2169
- var __vue_script__$p = script$p;
2185
+ var __vue_script__$r = script$r;
2170
2186
  /* template */
2171
2187
 
2172
- var __vue_render__$p = function __vue_render__() {
2188
+ var __vue_render__$r = function __vue_render__() {
2173
2189
  var _vm = this;
2174
2190
 
2175
2191
  var _h = _vm.$createElement;
@@ -2219,10 +2235,10 @@ var __vue_render__$p = function __vue_render__() {
2219
2235
  }, [_vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.lightModeTooltip))])])], 1);
2220
2236
  };
2221
2237
 
2222
- var __vue_staticRenderFns__$p = [];
2238
+ var __vue_staticRenderFns__$r = [];
2223
2239
  /* style */
2224
2240
 
2225
- var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
2241
+ var __vue_inject_styles__$r = function __vue_inject_styles__(inject) {
2226
2242
  if (!inject) return;
2227
2243
  inject("data-v-24222052_0", {
2228
2244
  source: ".avatar-wrapper[data-v-24222052]{position:relative;border-radius:50%;background-color:#a7a9ac;text-align:center;border:1px solid #fff;color:#fff}.avatar-wrapper.light-mode[data-v-24222052]{border:1px solid rgba(0,0,0,.3);color:rgba(0,0,0,.3);background-color:#fff}.avatar-wrapper.x-sm[data-v-24222052]{height:var(--avatar-x-sm);width:var(--avatar-x-sm);font-size:9px}.avatar-wrapper.sm[data-v-24222052]{height:var(--avatar-sm);width:var(--avatar-sm);font-size:12px}.avatar-wrapper.md[data-v-24222052]{height:var(--avatar-md);width:var(--avatar-md);font-size:14px}.avatar-wrapper.lg[data-v-24222052]{height:var(--avatar-lg);width:var(--avatar-lg);font-size:17px}.avatar-wrapper .avatar-image[data-v-24222052]{display:block;margin:auto;height:100%;width:100%;object-fit:cover;border-radius:50%}.avatar-wrapper .avatar-initials[data-v-24222052]{position:relative;top:50%;font-weight:var(--font-weight-medium2);transform:translateY(-50%)}.avatar-wrapper .badge[data-v-24222052]{fill:#fff;position:absolute;--gap:0;height:16px;width:16px;border-radius:50%;bottom:calc(var(--gap) * -1);left:calc(var(--gap) * -1)}.avatar-wrapper .badge.x-sm[data-v-24222052]{--gap:4px}.avatar-wrapper .badge.sm[data-v-24222052]{--gap:4px}.avatar-wrapper .badge.md[data-v-24222052]{--gap:2px}.avatar-wrapper .badge.lg[data-v-24222052]{--gap:0px}.avatar-wrapper .badge.right[data-v-24222052]{left:unset;right:calc(var(--gap) * -1)}.avatar-wrapper .badge.confirmed[data-v-24222052]{border:2px #fff solid}.color-0[data-v-24222052]{background-color:#fed62f}.color-1[data-v-24222052]{background-color:#fec22e}.color-2[data-v-24222052]{background-color:#feac2a}.color-3[data-v-24222052]{background-color:#fe9a28}.color-4[data-v-24222052]{background-color:#fd7024}.color-5[data-v-24222052]{background-color:#fd5b32}.color-6[data-v-24222052]{background-color:#f2483f}.color-7[data-v-24222052]{background-color:#dc331b}.color-8[data-v-24222052]{background-color:#d41419}.color-9[data-v-24222052]{background-color:#e72866}.color-10[data-v-24222052]{background-color:#c41c63}.color-11[data-v-24222052]{background-color:#9b2bae}.color-12[data-v-24222052]{background-color:#673bb5}.color-13[data-v-24222052]{background-color:#7c4efc}.color-14[data-v-24222052]{background-color:#4051b3}.color-15[data-v-24222052]{background-color:#311b92}.color-16[data-v-24222052]{background-color:#2d62fb}.color-17[data-v-24222052]{background-color:#5c6bc0}.color-18[data-v-24222052]{background-color:#17a8f1}.color-19[data-v-24222052]{background-color:#17bbd2}.color-20[data-v-24222052]{background-color:#14abbf}.color-21[data-v-24222052]{background-color:#0f9587}.color-22[data-v-24222052]{background-color:#16bea5}.color-23[data-v-24222052]{background-color:#4eae53}.color-24[data-v-24222052]{background-color:#3a8d3f}.color-25[data-v-24222052]{background-color:#8cc250}.color-26[data-v-24222052]{background-color:#66bb6a}.color-27[data-v-24222052]{background-color:#880e4f}.color-28[data-v-24222052]{background-color:#1565c0}.color-29[data-v-24222052]{background-color:#1e88e5}",
@@ -2233,25 +2249,25 @@ var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
2233
2249
  /* scoped */
2234
2250
 
2235
2251
 
2236
- var __vue_scope_id__$p = "data-v-24222052";
2252
+ var __vue_scope_id__$r = "data-v-24222052";
2237
2253
  /* module identifier */
2238
2254
 
2239
- var __vue_module_identifier__$p = "data-v-24222052";
2255
+ var __vue_module_identifier__$r = "data-v-24222052";
2240
2256
  /* functional template */
2241
2257
 
2242
- var __vue_is_functional_template__$p = false;
2258
+ var __vue_is_functional_template__$r = false;
2243
2259
  /* style inject shadow dom */
2244
2260
 
2245
- var __vue_component__$p = /*#__PURE__*/normalizeComponent({
2246
- render: __vue_render__$p,
2247
- staticRenderFns: __vue_staticRenderFns__$p
2248
- }, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, createInjectorSSR, undefined);var script$o = {
2261
+ var __vue_component__$r = /*#__PURE__*/normalizeComponent({
2262
+ render: __vue_render__$r,
2263
+ staticRenderFns: __vue_staticRenderFns__$r
2264
+ }, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, createInjectorSSR, undefined);var script$q = {
2249
2265
  name: "VcBottomActions",
2250
2266
  components: {
2251
- VcLayout: __vue_component__$z,
2252
- VcButton: __vue_component__$B,
2253
- VcIcon: __vue_component__$C,
2254
- VcAvatar: __vue_component__$p,
2267
+ VcLayout: __vue_component__$B,
2268
+ VcButton: __vue_component__$D,
2269
+ VcIcon: __vue_component__$E,
2270
+ VcAvatar: __vue_component__$r,
2255
2271
  VSubheader: lib.VSubheader,
2256
2272
  VListItem: lib.VListItem,
2257
2273
  VList: lib.VList,
@@ -2296,10 +2312,10 @@ var __vue_component__$p = /*#__PURE__*/normalizeComponent({
2296
2312
  }
2297
2313
  }
2298
2314
  };/* script */
2299
- var __vue_script__$o = script$o;
2315
+ var __vue_script__$q = script$q;
2300
2316
  /* template */
2301
2317
 
2302
- var __vue_render__$o = function __vue_render__() {
2318
+ var __vue_render__$q = function __vue_render__() {
2303
2319
  var _vm = this;
2304
2320
 
2305
2321
  var _h = _vm.$createElement;
@@ -2385,10 +2401,10 @@ var __vue_render__$o = function __vue_render__() {
2385
2401
  }), 1)], 1)], 1);
2386
2402
  };
2387
2403
 
2388
- var __vue_staticRenderFns__$o = [];
2404
+ var __vue_staticRenderFns__$q = [];
2389
2405
  /* style */
2390
2406
 
2391
- var __vue_inject_styles__$o = function __vue_inject_styles__(inject) {
2407
+ var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
2392
2408
  if (!inject) return;
2393
2409
  inject("data-v-51eeacd7_0", {
2394
2410
  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;--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;--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;--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)}",
@@ -2399,24 +2415,24 @@ var __vue_inject_styles__$o = function __vue_inject_styles__(inject) {
2399
2415
  /* scoped */
2400
2416
 
2401
2417
 
2402
- var __vue_scope_id__$o = undefined;
2418
+ var __vue_scope_id__$q = undefined;
2403
2419
  /* module identifier */
2404
2420
 
2405
- var __vue_module_identifier__$o = "data-v-51eeacd7";
2421
+ var __vue_module_identifier__$q = "data-v-51eeacd7";
2406
2422
  /* functional template */
2407
2423
 
2408
- var __vue_is_functional_template__$o = false;
2424
+ var __vue_is_functional_template__$q = false;
2409
2425
  /* style inject shadow dom */
2410
2426
 
2411
- var __vue_component__$o = /*#__PURE__*/normalizeComponent({
2412
- render: __vue_render__$o,
2413
- staticRenderFns: __vue_staticRenderFns__$o
2414
- }, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, createInjectorSSR, undefined);var script$n = {
2427
+ var __vue_component__$q = /*#__PURE__*/normalizeComponent({
2428
+ render: __vue_render__$q,
2429
+ staticRenderFns: __vue_staticRenderFns__$q
2430
+ }, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, createInjectorSSR, undefined);var script$p = {
2415
2431
  name: "VcActionList",
2416
2432
  components: {
2417
- VcLayout: __vue_component__$z,
2418
- VcButton: __vue_component__$B,
2419
- VcIcon: __vue_component__$C,
2433
+ VcLayout: __vue_component__$B,
2434
+ VcButton: __vue_component__$D,
2435
+ VcIcon: __vue_component__$E,
2420
2436
  VListItemTitle: lib.VListItemTitle,
2421
2437
  VListItem: lib.VListItem,
2422
2438
  VList: lib.VList,
@@ -2445,10 +2461,10 @@ var __vue_component__$o = /*#__PURE__*/normalizeComponent({
2445
2461
  }
2446
2462
  }
2447
2463
  };/* script */
2448
- var __vue_script__$n = script$n;
2464
+ var __vue_script__$p = script$p;
2449
2465
  /* template */
2450
2466
 
2451
- var __vue_render__$n = function __vue_render__() {
2467
+ var __vue_render__$p = function __vue_render__() {
2452
2468
  var _vm = this;
2453
2469
 
2454
2470
  var _h = _vm.$createElement;
@@ -2500,13 +2516,13 @@ var __vue_render__$n = function __vue_render__() {
2500
2516
  }), 1)], 1)], 1);
2501
2517
  };
2502
2518
 
2503
- var __vue_staticRenderFns__$n = [];
2519
+ var __vue_staticRenderFns__$p = [];
2504
2520
  /* style */
2505
2521
 
2506
- var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
2522
+ var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
2507
2523
  if (!inject) return;
2508
- inject("data-v-936b4f84_0", {
2509
- 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;--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;--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;--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)}.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{vertical-align:sub;margin-inline-end:var(--size-value3)}",
2524
+ inject("data-v-e0ece422_0", {
2525
+ 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;--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;--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;--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{vertical-align:sub;margin-inline-end:var(--size-value3)}",
2510
2526
  map: undefined,
2511
2527
  media: undefined
2512
2528
  });
@@ -2514,24 +2530,24 @@ var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
2514
2530
  /* scoped */
2515
2531
 
2516
2532
 
2517
- var __vue_scope_id__$n = undefined;
2533
+ var __vue_scope_id__$p = undefined;
2518
2534
  /* module identifier */
2519
2535
 
2520
- var __vue_module_identifier__$n = "data-v-936b4f84";
2536
+ var __vue_module_identifier__$p = "data-v-e0ece422";
2521
2537
  /* functional template */
2522
2538
 
2523
- var __vue_is_functional_template__$n = false;
2539
+ var __vue_is_functional_template__$p = false;
2524
2540
  /* style inject shadow dom */
2525
2541
 
2526
- var __vue_component__$n = /*#__PURE__*/normalizeComponent({
2527
- render: __vue_render__$n,
2528
- staticRenderFns: __vue_staticRenderFns__$n
2529
- }, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, createInjectorSSR, undefined);var script$m = {
2542
+ var __vue_component__$p = /*#__PURE__*/normalizeComponent({
2543
+ render: __vue_render__$p,
2544
+ staticRenderFns: __vue_staticRenderFns__$p
2545
+ }, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, createInjectorSSR, undefined);var script$o = {
2530
2546
  name: "VcActions",
2531
2547
  components: {
2532
- VcIcon: __vue_component__$C,
2533
- VcActionList: __vue_component__$n,
2534
- VcBottomActions: __vue_component__$o
2548
+ VcIcon: __vue_component__$E,
2549
+ VcActionList: __vue_component__$p,
2550
+ VcBottomActions: __vue_component__$q
2535
2551
  },
2536
2552
  data: function data() {
2537
2553
  return {
@@ -2581,10 +2597,10 @@ var __vue_component__$n = /*#__PURE__*/normalizeComponent({
2581
2597
  }
2582
2598
  }
2583
2599
  };/* script */
2584
- var __vue_script__$m = script$m;
2600
+ var __vue_script__$o = script$o;
2585
2601
  /* template */
2586
2602
 
2587
- var __vue_render__$m = function __vue_render__() {
2603
+ var __vue_render__$o = function __vue_render__() {
2588
2604
  var _vm = this;
2589
2605
 
2590
2606
  var _h = _vm.$createElement;
@@ -2606,20 +2622,18 @@ var __vue_render__$m = function __vue_render__() {
2606
2622
  fn: function fn(ref) {
2607
2623
  var attrs = ref.attrs;
2608
2624
  var on = ref.on;
2609
- return [_vm._t("default", function () {
2610
- return [_c('VcIcon', _vm._g(_vm._b({
2611
- attrs: {
2612
- "small": ""
2613
- },
2614
- on: {
2615
- "click": function click($event) {
2616
- _vm.showSheet = !_vm.showSheet;
2617
- }
2625
+ return [_c('VcIcon', _vm._g(_vm._b({
2626
+ attrs: {
2627
+ "small": ""
2628
+ },
2629
+ on: {
2630
+ "click": function click($event) {
2631
+ _vm.showSheet = !_vm.showSheet;
2618
2632
  }
2619
- }, 'VcIcon', attrs, false), on), [_vm._v("\n $three_dots\n ")])];
2620
- }, null, attrs)];
2633
+ }
2634
+ }, 'VcIcon', attrs, false), on), [_vm._v("\n $three_dots\n ")])];
2621
2635
  }
2622
- }], null, true),
2636
+ }]),
2623
2637
  model: {
2624
2638
  value: _vm.showSheet,
2625
2639
  callback: function callback($$v) {
@@ -2630,29 +2644,29 @@ var __vue_render__$m = function __vue_render__() {
2630
2644
  }, 'component', _vm.$props, false));
2631
2645
  };
2632
2646
 
2633
- var __vue_staticRenderFns__$m = [];
2647
+ var __vue_staticRenderFns__$o = [];
2634
2648
  /* style */
2635
2649
 
2636
- var __vue_inject_styles__$m = undefined;
2650
+ var __vue_inject_styles__$o = undefined;
2637
2651
  /* scoped */
2638
2652
 
2639
- var __vue_scope_id__$m = undefined;
2653
+ var __vue_scope_id__$o = undefined;
2640
2654
  /* module identifier */
2641
2655
 
2642
- var __vue_module_identifier__$m = "data-v-69d05c95";
2656
+ var __vue_module_identifier__$o = "data-v-2071ab6c";
2643
2657
  /* functional template */
2644
2658
 
2645
- var __vue_is_functional_template__$m = false;
2659
+ var __vue_is_functional_template__$o = false;
2646
2660
  /* style inject */
2647
2661
 
2648
2662
  /* style inject SSR */
2649
2663
 
2650
2664
  /* style inject shadow dom */
2651
2665
 
2652
- var __vue_component__$m = /*#__PURE__*/normalizeComponent({
2653
- render: __vue_render__$m,
2654
- staticRenderFns: __vue_staticRenderFns__$m
2655
- }, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, undefined, undefined);//
2666
+ var __vue_component__$o = /*#__PURE__*/normalizeComponent({
2667
+ render: __vue_render__$o,
2668
+ staticRenderFns: __vue_staticRenderFns__$o
2669
+ }, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, undefined, undefined);//
2656
2670
  //
2657
2671
  //
2658
2672
  //
@@ -2673,7 +2687,7 @@ var __vue_component__$m = /*#__PURE__*/normalizeComponent({
2673
2687
  //
2674
2688
  //
2675
2689
  //
2676
- var script$l = {
2690
+ var script$n = {
2677
2691
  components: {
2678
2692
  VStepperStep: lib.VStepperStep,
2679
2693
  VStepper: lib.VStepper
@@ -2745,10 +2759,10 @@ var script$l = {
2745
2759
  }
2746
2760
  }
2747
2761
  };/* script */
2748
- var __vue_script__$l = script$l;
2762
+ var __vue_script__$n = script$n;
2749
2763
  /* template */
2750
2764
 
2751
- var __vue_render__$l = function __vue_render__() {
2765
+ var __vue_render__$n = function __vue_render__() {
2752
2766
  var _vm = this;
2753
2767
 
2754
2768
  var _h = _vm.$createElement;
@@ -2787,10 +2801,10 @@ var __vue_render__$l = function __vue_render__() {
2787
2801
  })], 2)], 1);
2788
2802
  };
2789
2803
 
2790
- var __vue_staticRenderFns__$l = [];
2804
+ var __vue_staticRenderFns__$n = [];
2791
2805
  /* style */
2792
2806
 
2793
- var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
2807
+ var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
2794
2808
  if (!inject) return;
2795
2809
  inject("data-v-9f3fe138_0", {
2796
2810
  source: "[data-v-9f3fe138]: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;--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;--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;--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-9f3fe138]{height:100%;padding-block-start:var(--size-value4);padding-inline-start:var(--size-value10)}.vc-stepper.v-stepper[data-v-9f3fe138]{box-shadow:none}.vc-stepper.v-stepper .stepper-title[data-v-9f3fe138]{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-9f3fe138]{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-9f3fe138] .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-9f3fe138] 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-9f3fe138]: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-9f3fe138]: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-9f3fe138]: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-9f3fe138]: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-9f3fe138] span.v-stepper__step__step{background-color:var(--green)!important}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete[data-v-9f3fe138] span.v-stepper__step__step i{font-size:var(--size-value3)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete[data-v-9f3fe138] .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-9f3fe138] .v-stepper__label{font-weight:var(--font-weight-large)}.vc-stepper.v-stepper .v-stepper__step[data-v-9f3fe138]: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)}",
@@ -2801,19 +2815,19 @@ var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
2801
2815
  /* scoped */
2802
2816
 
2803
2817
 
2804
- var __vue_scope_id__$l = "data-v-9f3fe138";
2818
+ var __vue_scope_id__$n = "data-v-9f3fe138";
2805
2819
  /* module identifier */
2806
2820
 
2807
- var __vue_module_identifier__$l = "data-v-9f3fe138";
2821
+ var __vue_module_identifier__$n = "data-v-9f3fe138";
2808
2822
  /* functional template */
2809
2823
 
2810
- var __vue_is_functional_template__$l = false;
2824
+ var __vue_is_functional_template__$n = false;
2811
2825
  /* style inject shadow dom */
2812
2826
 
2813
- var __vue_component__$l = /*#__PURE__*/normalizeComponent({
2814
- render: __vue_render__$l,
2815
- staticRenderFns: __vue_staticRenderFns__$l
2816
- }, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, createInjectorSSR, undefined);//
2827
+ var __vue_component__$n = /*#__PURE__*/normalizeComponent({
2828
+ render: __vue_render__$n,
2829
+ staticRenderFns: __vue_staticRenderFns__$n
2830
+ }, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, createInjectorSSR, undefined);//
2817
2831
  //
2818
2832
  //
2819
2833
  //
@@ -2828,7 +2842,7 @@ var __vue_component__$l = /*#__PURE__*/normalizeComponent({
2828
2842
  //
2829
2843
  //
2830
2844
  //
2831
- var script$k = {
2845
+ var script$m = {
2832
2846
  components: {
2833
2847
  VProgressCircular: lib.VProgressCircular
2834
2848
  },
@@ -2892,10 +2906,10 @@ var script$k = {
2892
2906
  }
2893
2907
  }
2894
2908
  };/* script */
2895
- var __vue_script__$k = script$k;
2909
+ var __vue_script__$m = script$m;
2896
2910
  /* template */
2897
2911
 
2898
- var __vue_render__$k = function __vue_render__() {
2912
+ var __vue_render__$m = function __vue_render__() {
2899
2913
  var _vm = this;
2900
2914
 
2901
2915
  var _h = _vm.$createElement;
@@ -2916,10 +2930,10 @@ var __vue_render__$k = function __vue_render__() {
2916
2930
  }, [_vm._v("\n " + _vm._s(_vm.currentStep) + " / " + _vm._s(_vm.steps) + "\n ")]) : _vm._e()]);
2917
2931
  };
2918
2932
 
2919
- var __vue_staticRenderFns__$k = [];
2933
+ var __vue_staticRenderFns__$m = [];
2920
2934
  /* style */
2921
2935
 
2922
- var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
2936
+ var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
2923
2937
  if (!inject) return;
2924
2938
  inject("data-v-5c278fc2_0", {
2925
2939
  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;--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;--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;--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)}",
@@ -2930,23 +2944,23 @@ var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
2930
2944
  /* scoped */
2931
2945
 
2932
2946
 
2933
- var __vue_scope_id__$k = "data-v-5c278fc2";
2947
+ var __vue_scope_id__$m = "data-v-5c278fc2";
2934
2948
  /* module identifier */
2935
2949
 
2936
- var __vue_module_identifier__$k = "data-v-5c278fc2";
2950
+ var __vue_module_identifier__$m = "data-v-5c278fc2";
2937
2951
  /* functional template */
2938
2952
 
2939
- var __vue_is_functional_template__$k = false;
2953
+ var __vue_is_functional_template__$m = false;
2940
2954
  /* style inject shadow dom */
2941
2955
 
2942
- var __vue_component__$k = /*#__PURE__*/normalizeComponent({
2943
- render: __vue_render__$k,
2944
- staticRenderFns: __vue_staticRenderFns__$k
2945
- }, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, createInjectorSSR, undefined);var script$j = {
2956
+ var __vue_component__$m = /*#__PURE__*/normalizeComponent({
2957
+ render: __vue_render__$m,
2958
+ staticRenderFns: __vue_staticRenderFns__$m
2959
+ }, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, createInjectorSSR, undefined);var script$l = {
2946
2960
  name: "VcMobileWizardProgress",
2947
2961
  components: {
2948
- VcLayout: __vue_component__$z,
2949
- VcProgressCircular: __vue_component__$k
2962
+ VcLayout: __vue_component__$B,
2963
+ VcProgressCircular: __vue_component__$m
2950
2964
  },
2951
2965
  model: {
2952
2966
  prop: 'currentStep'
@@ -2998,10 +3012,10 @@ var __vue_component__$k = /*#__PURE__*/normalizeComponent({
2998
3012
  }
2999
3013
  }
3000
3014
  };/* script */
3001
- var __vue_script__$j = script$j;
3015
+ var __vue_script__$l = script$l;
3002
3016
  /* template */
3003
3017
 
3004
- var __vue_render__$j = function __vue_render__() {
3018
+ var __vue_render__$l = function __vue_render__() {
3005
3019
  var _vm = this;
3006
3020
 
3007
3021
  var _h = _vm.$createElement;
@@ -3037,10 +3051,10 @@ var __vue_render__$j = function __vue_render__() {
3037
3051
  }, [_vm._v(_vm._s(_vm.nextStepName))]) : _vm._e()])], 1);
3038
3052
  };
3039
3053
 
3040
- var __vue_staticRenderFns__$j = [];
3054
+ var __vue_staticRenderFns__$l = [];
3041
3055
  /* style */
3042
3056
 
3043
- var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
3057
+ var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
3044
3058
  if (!inject) return;
3045
3059
  inject("data-v-4fe04d36_0", {
3046
3060
  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;--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;--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;--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)}",
@@ -3051,19 +3065,19 @@ var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
3051
3065
  /* scoped */
3052
3066
 
3053
3067
 
3054
- var __vue_scope_id__$j = "data-v-4fe04d36";
3068
+ var __vue_scope_id__$l = "data-v-4fe04d36";
3055
3069
  /* module identifier */
3056
3070
 
3057
- var __vue_module_identifier__$j = "data-v-4fe04d36";
3071
+ var __vue_module_identifier__$l = "data-v-4fe04d36";
3058
3072
  /* functional template */
3059
3073
 
3060
- var __vue_is_functional_template__$j = false;
3074
+ var __vue_is_functional_template__$l = false;
3061
3075
  /* style inject shadow dom */
3062
3076
 
3063
- var __vue_component__$j = /*#__PURE__*/normalizeComponent({
3064
- render: __vue_render__$j,
3065
- staticRenderFns: __vue_staticRenderFns__$j
3066
- }, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, createInjectorSSR, undefined);//
3077
+ var __vue_component__$l = /*#__PURE__*/normalizeComponent({
3078
+ render: __vue_render__$l,
3079
+ staticRenderFns: __vue_staticRenderFns__$l
3080
+ }, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, createInjectorSSR, undefined);//
3067
3081
  //
3068
3082
  //
3069
3083
  //
@@ -3085,7 +3099,7 @@ var __vue_component__$j = /*#__PURE__*/normalizeComponent({
3085
3099
  //
3086
3100
  //
3087
3101
  //
3088
- var script$i = {
3102
+ var script$k = {
3089
3103
  components: {
3090
3104
  VCol: lib.VCol,
3091
3105
  VRow: lib.VRow,
@@ -3171,10 +3185,10 @@ var script$i = {
3171
3185
  }
3172
3186
  }
3173
3187
  };/* script */
3174
- var __vue_script__$i = script$i;
3188
+ var __vue_script__$k = script$k;
3175
3189
  /* template */
3176
3190
 
3177
- var __vue_render__$i = function __vue_render__() {
3191
+ var __vue_render__$k = function __vue_render__() {
3178
3192
  var _vm = this;
3179
3193
 
3180
3194
  var _h = _vm.$createElement;
@@ -3221,10 +3235,10 @@ var __vue_render__$i = function __vue_render__() {
3221
3235
  }), 1);
3222
3236
  };
3223
3237
 
3224
- var __vue_staticRenderFns__$i = [];
3238
+ var __vue_staticRenderFns__$k = [];
3225
3239
  /* style */
3226
3240
 
3227
- var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
3241
+ var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
3228
3242
  if (!inject) return;
3229
3243
  inject("data-v-284ef818_0", {
3230
3244
  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}",
@@ -3235,19 +3249,19 @@ var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
3235
3249
  /* scoped */
3236
3250
 
3237
3251
 
3238
- var __vue_scope_id__$i = "data-v-284ef818";
3252
+ var __vue_scope_id__$k = "data-v-284ef818";
3239
3253
  /* module identifier */
3240
3254
 
3241
- var __vue_module_identifier__$i = "data-v-284ef818";
3255
+ var __vue_module_identifier__$k = "data-v-284ef818";
3242
3256
  /* functional template */
3243
3257
 
3244
- var __vue_is_functional_template__$i = false;
3258
+ var __vue_is_functional_template__$k = false;
3245
3259
  /* style inject shadow dom */
3246
3260
 
3247
- var __vue_component__$i = /*#__PURE__*/normalizeComponent({
3248
- render: __vue_render__$i,
3249
- staticRenderFns: __vue_staticRenderFns__$i
3250
- }, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, createInjectorSSR, undefined);//
3261
+ var __vue_component__$k = /*#__PURE__*/normalizeComponent({
3262
+ render: __vue_render__$k,
3263
+ staticRenderFns: __vue_staticRenderFns__$k
3264
+ }, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, createInjectorSSR, undefined);//
3251
3265
  //
3252
3266
  //
3253
3267
  //
@@ -3256,7 +3270,7 @@ var __vue_component__$i = /*#__PURE__*/normalizeComponent({
3256
3270
  //
3257
3271
  //
3258
3272
  //
3259
- var script$h = {
3273
+ var script$j = {
3260
3274
  components: {
3261
3275
  VProgressCircular: lib.VProgressCircular
3262
3276
  },
@@ -3282,10 +3296,10 @@ var script$h = {
3282
3296
  }
3283
3297
  }
3284
3298
  };/* script */
3285
- var __vue_script__$h = script$h;
3299
+ var __vue_script__$j = script$j;
3286
3300
  /* template */
3287
3301
 
3288
- var __vue_render__$h = function __vue_render__() {
3302
+ var __vue_render__$j = function __vue_render__() {
3289
3303
  var _vm = this;
3290
3304
 
3291
3305
  var _h = _vm.$createElement;
@@ -3303,51 +3317,34 @@ var __vue_render__$h = function __vue_render__() {
3303
3317
  });
3304
3318
  };
3305
3319
 
3306
- var __vue_staticRenderFns__$h = [];
3320
+ var __vue_staticRenderFns__$j = [];
3307
3321
  /* style */
3308
3322
 
3309
- var __vue_inject_styles__$h = undefined;
3323
+ var __vue_inject_styles__$j = undefined;
3310
3324
  /* scoped */
3311
3325
 
3312
- var __vue_scope_id__$h = undefined;
3326
+ var __vue_scope_id__$j = undefined;
3313
3327
  /* module identifier */
3314
3328
 
3315
- var __vue_module_identifier__$h = "data-v-709c68d3";
3329
+ var __vue_module_identifier__$j = "data-v-709c68d3";
3316
3330
  /* functional template */
3317
3331
 
3318
- var __vue_is_functional_template__$h = false;
3332
+ var __vue_is_functional_template__$j = false;
3319
3333
  /* style inject */
3320
3334
 
3321
3335
  /* style inject SSR */
3322
3336
 
3323
3337
  /* style inject shadow dom */
3324
3338
 
3325
- var __vue_component__$h = /*#__PURE__*/normalizeComponent({
3326
- render: __vue_render__$h,
3327
- staticRenderFns: __vue_staticRenderFns__$h
3328
- }, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, undefined, undefined);//
3329
- //
3330
- //
3331
- //
3332
- //
3333
- //
3334
- //
3335
- //
3336
- //
3337
- //
3338
- //
3339
- //
3340
- //
3341
- //
3342
- //
3343
- //
3344
- var script$g = {
3339
+ var __vue_component__$j = /*#__PURE__*/normalizeComponent({
3340
+ render: __vue_render__$j,
3341
+ staticRenderFns: __vue_staticRenderFns__$j
3342
+ }, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, undefined, undefined);var script$i = {
3345
3343
  components: {
3344
+ VcIcon: __vue_component__$E,
3346
3345
  VSwitch: lib.VSwitch
3347
3346
  },
3348
-
3349
3347
  name: "VcSwitch",
3350
-
3351
3348
  props: {
3352
3349
  value: {
3353
3350
  type: Boolean,
@@ -3368,23 +3365,38 @@ var script$g = {
3368
3365
  disabled: {
3369
3366
  type: Boolean,
3370
3367
  default: false
3368
+ },
3369
+ icon: {
3370
+ type: Boolean,
3371
+ default: false
3372
+ }
3373
+ },
3374
+ methods: {
3375
+ onChange: function onChange(id) {
3376
+ this.$emit('input', id);
3371
3377
  }
3372
3378
  }
3373
3379
  };/* script */
3374
- var __vue_script__$g = script$g;
3380
+ var __vue_script__$i = script$i;
3375
3381
  /* template */
3376
3382
 
3377
- var __vue_render__$g = function __vue_render__() {
3383
+ var __vue_render__$i = function __vue_render__() {
3378
3384
  var _vm = this;
3379
3385
 
3380
3386
  var _h = _vm.$createElement;
3381
3387
 
3382
3388
  var _c = _vm._self._c || _h;
3383
3389
 
3384
- return _c('v-switch', {
3390
+ return _c('div', {
3391
+ staticClass: "switchContainer",
3392
+ class: {
3393
+ 'with-icon': _vm.icon
3394
+ }
3395
+ }, [_c('v-switch', {
3385
3396
  staticClass: "VcSwitch",
3386
3397
  class: {
3387
- 'is-active': _vm.value
3398
+ 'is-active': _vm.value,
3399
+ 'with-icon': _vm.icon
3388
3400
  },
3389
3401
  attrs: {
3390
3402
  "inset": "",
@@ -3396,9 +3408,7 @@ var __vue_render__$g = function __vue_render__() {
3396
3408
  "disabled": _vm.disabled
3397
3409
  },
3398
3410
  on: {
3399
- "change": function change(val) {
3400
- return _vm.$emit('input', Boolean(val));
3401
- }
3411
+ "change": _vm.onChange
3402
3412
  },
3403
3413
  scopedSlots: _vm._u([{
3404
3414
  key: "label",
@@ -3407,16 +3417,283 @@ var __vue_render__$g = function __vue_render__() {
3407
3417
  },
3408
3418
  proxy: true
3409
3419
  }], null, true)
3420
+ }), _vm._ssrNode(" "), _vm.icon & _vm.value ? _c('VcIcon', {
3421
+ staticClass: "VcSwitchIcon VcSwitchIconV",
3422
+ attrs: {
3423
+ "size": "10"
3424
+ }
3425
+ }, [_vm._v("$check_button")]) : _vm._e(), _vm._ssrNode(" "), _vm.icon & !_vm.value ? _c('VcIcon', {
3426
+ staticClass: "VcSwitchIcon VcSwitchIconX",
3427
+ attrs: {
3428
+ "size": "10"
3429
+ }
3430
+ }, [_vm._v("$close_button")]) : _vm._e()], 2);
3431
+ };
3432
+
3433
+ var __vue_staticRenderFns__$i = [];
3434
+ /* style */
3435
+
3436
+ var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
3437
+ if (!inject) return;
3438
+ inject("data-v-13c7166f_0", {
3439
+ source: ".switchContainer .VcSwitch[data-v-13c7166f]{padding:0;margin:0}.switchContainer .VcSwitch[data-v-13c7166f] label{font-size:var(--font-size-small);font-weight:var(--font-weight-medium);line-height:var(--size-value6);color:rgba(0,0,0,.87)}.switchContainer .VcSwitch[data-v-13c7166f] input{height:var(--size-value5)}.switchContainer .VcSwitch[data-v-13c7166f] .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-13c7166f] .v-input--selection-controls__input{margin-left:var(--size-value3)}#app[dir=rtl] .switchContainer .VcSwitch[data-v-13c7166f] .v-input--selection-controls__input{margin-right:0}.switchContainer .VcSwitch[data-v-13c7166f] .v-input--switch__track{top:0;left:0}#app[dir=rtl] .switchContainer .VcSwitch[data-v-13c7166f] .v-input--switch__track{left:auto;right:0}.switchContainer .VcSwitch[data-v-13c7166f] .v-input--selection-controls__ripple{left:-10px;height:25px;width:25px}#app[dir=rtl] .switchContainer .VcSwitch[data-v-13c7166f] .v-input--selection-controls__ripple{left:auto;right:-10px}.switchContainer .VcSwitch[data-v-13c7166f] .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-13c7166f] .v-input--switch__thumb{transform:translateX(-3px)!important}.switchContainer .VcSwitch.v-input--is-disabled[data-v-13c7166f] {opacity:1}.switchContainer .VcSwitch.v-input--is-disabled[data-v-13c7166f] .v-input--switch__track{color:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.v-input--is-disabled[data-v-13c7166f] .v-input--switch__thumb{background-color:var(--gray)!important;box-shadow:none}.switchContainer .VcSwitch.is-active[data-v-13c7166f] .v-input--switch__track{opacity:1;background-color:currentColor}.switchContainer .VcSwitch.is-active[data-v-13c7166f] .v-input--selection-controls__ripple{transform:translateX(14px)!important}#app[dir=rtl] .switchContainer .VcSwitch.is-active[data-v-13c7166f] .v-input--selection-controls__ripple{transform:translateX(-14px)!important}.switchContainer .VcSwitch.is-active[data-v-13c7166f] .v-input--switch__thumb{transform:translateX(17px)!important}#app[dir=rtl] .switchContainer .VcSwitch.is-active[data-v-13c7166f] .v-input--switch__thumb{transform:translateX(-17px)!important}.switchContainer .VcSwitch.with-icon[data-v-13c7166f] input{height:var(--size-value6)}.switchContainer .VcSwitch.with-icon[data-v-13c7166f] .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-13c7166f] .v-input--selection-controls__input{margin-left:var(--size-value3)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-13c7166f] .v-input--selection-controls__input{margin-right:0}.switchContainer .VcSwitch.with-icon[data-v-13c7166f] .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-13c7166f] .v-input--switch__track{left:auto;right:0}.switchContainer .VcSwitch.with-icon[data-v-13c7166f] .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-13c7166f] .v-input--selection-controls__ripple{left:auto;right:-9px}.switchContainer .VcSwitch.with-icon[data-v-13c7166f] .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-13c7166f] .v-input--switch__thumb{transform:translateX(-3.5px)!important}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-13c7166f] {opacity:1}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-13c7166f] .v-input--switch__track{color:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-13c7166f] .v-input--switch__thumb{background-color:var(--gray)!important;box-shadow:none}.switchContainer .VcSwitch.with-icon.v-input--is-disabled+.VcSwitchIcon[data-v-13c7166f]{fill:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.with-icon.is-active[data-v-13c7166f] .v-input--switch__track{opacity:1;background-color:currentColor}.switchContainer .VcSwitch.with-icon.is-active[data-v-13c7166f] .v-input--selection-controls__ripple{transform:translateX(23.5px)!important}#app[dir=rtl] .switchContainer .VcSwitch.with-icon.is-active[data-v-13c7166f] .v-input--selection-controls__ripple{transform:translateX(-23.5px)!important}.switchContainer .VcSwitch.with-icon.is-active[data-v-13c7166f] .v-input--switch__thumb{transform:translateX(26px)!important}#app[dir=rtl] .switchContainer .VcSwitch.with-icon.is-active[data-v-13c7166f] .v-input--switch__thumb{transform:translateX(-26px)!important}.switchContainer .VcSwitchIcon[data-v-13c7166f]{position:relative}.switchContainer .VcSwitchIconV[data-v-13c7166f]{left:30px;top:-47px;margin-bottom:-47px;fill:var(--v-secondary-base)}.switchContainer .VcSwitchIconX[data-v-13c7166f]{left:7.4px;top:-51px;margin-bottom:-51px;fill:var(--neutral-lighten-1)}.switchContainer.with-icon[data-v-13c7166f]{height:var(--size-value6)}",
3440
+ map: undefined,
3441
+ media: undefined
3442
+ });
3443
+ };
3444
+ /* scoped */
3445
+
3446
+
3447
+ var __vue_scope_id__$i = "data-v-13c7166f";
3448
+ /* module identifier */
3449
+
3450
+ var __vue_module_identifier__$i = "data-v-13c7166f";
3451
+ /* functional template */
3452
+
3453
+ var __vue_is_functional_template__$i = false;
3454
+ /* style inject shadow dom */
3455
+
3456
+ var __vue_component__$i = /*#__PURE__*/normalizeComponent({
3457
+ render: __vue_render__$i,
3458
+ staticRenderFns: __vue_staticRenderFns__$i
3459
+ }, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, createInjectorSSR, undefined);var script$h = {
3460
+ components: {
3461
+ VcIcon: __vue_component__$E,
3462
+ VcSwitch: __vue_component__$i,
3463
+ VContainer: lib.VContainer
3464
+ },
3465
+ name: 'VcListEntity',
3466
+ props: {
3467
+ disabled: {
3468
+ type: Boolean,
3469
+ default: false
3470
+ },
3471
+ value: {
3472
+ type: Boolean,
3473
+ default: false
3474
+ },
3475
+ title: {
3476
+ type: String,
3477
+ required: false
3478
+ },
3479
+ dataQa: {
3480
+ type: String,
3481
+ default: 'VcListEntity'
3482
+ }
3483
+ }
3484
+ };/* script */
3485
+ var __vue_script__$h = script$h;
3486
+ /* template */
3487
+
3488
+ var __vue_render__$h = function __vue_render__() {
3489
+ var _vm = this;
3490
+
3491
+ var _h = _vm.$createElement;
3492
+
3493
+ var _c = _vm._self._c || _h;
3494
+
3495
+ return _c('div', {
3496
+ staticClass: "listEntity",
3497
+ attrs: {
3498
+ "id": "container",
3499
+ "data-qa": _vm.dataQa
3500
+ }
3501
+ }, [_c('v-container', {
3502
+ attrs: {
3503
+ "fluid": ""
3504
+ }
3505
+ }, [_c('div', {
3506
+ staticClass: "d-flex flex-wrap justify-space-between align-center sl-row",
3507
+ class: {
3508
+ 'margin-start': _vm.$vuetify.breakpoint.mdAndUp
3509
+ }
3510
+ }, [_c('div', {
3511
+ staticClass: "justify-start d-flex align-center"
3512
+ }, [_vm._t("icon"), _vm._v(" "), _c('div', {
3513
+ staticClass: "sl-title",
3514
+ domProps: {
3515
+ "innerHTML": _vm._s(_vm.title)
3516
+ }
3517
+ })], 2), _vm._v(" "), _c('div', {
3518
+ staticClass: "d-flex justify-end"
3519
+ }, [_c('VcSwitch', {
3520
+ attrs: {
3521
+ "disabled": _vm.disabled,
3522
+ "ripple": false,
3523
+ "color": "secondary"
3524
+ },
3525
+ on: {
3526
+ "input": function input(val) {
3527
+ return _vm.$emit('input', Boolean(val));
3528
+ }
3529
+ },
3530
+ model: {
3531
+ value: _vm.value,
3532
+ callback: function callback($$v) {
3533
+ _vm.value = $$v;
3534
+ },
3535
+ expression: "value"
3536
+ }
3537
+ })], 1)])])], 1);
3538
+ };
3539
+
3540
+ var __vue_staticRenderFns__$h = [];
3541
+ /* style */
3542
+
3543
+ var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
3544
+ if (!inject) return;
3545
+ inject("data-v-c8fb4de6_0", {
3546
+ 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%}",
3547
+ map: undefined,
3548
+ media: undefined
3410
3549
  });
3411
3550
  };
3551
+ /* scoped */
3552
+
3553
+
3554
+ var __vue_scope_id__$h = undefined;
3555
+ /* module identifier */
3556
+
3557
+ var __vue_module_identifier__$h = "data-v-c8fb4de6";
3558
+ /* functional template */
3559
+
3560
+ var __vue_is_functional_template__$h = false;
3561
+ /* style inject shadow dom */
3562
+
3563
+ var __vue_component__$h = /*#__PURE__*/normalizeComponent({
3564
+ render: __vue_render__$h,
3565
+ staticRenderFns: __vue_staticRenderFns__$h
3566
+ }, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, createInjectorSSR, undefined);var script$g = {
3567
+ components: {
3568
+ VcIcon: __vue_component__$E,
3569
+ VcSwitch: __vue_component__$i,
3570
+ VContainer: lib.VContainer
3571
+ },
3572
+ name: 'VcExpansionCard',
3573
+ props: {
3574
+ disabled: {
3575
+ type: Boolean,
3576
+ default: false
3577
+ },
3578
+ value: {
3579
+ type: Boolean,
3580
+ default: false
3581
+ },
3582
+ toLogo: {
3583
+ type: String,
3584
+ required: false,
3585
+ default: ""
3586
+ },
3587
+ fromLogo: {
3588
+ type: String,
3589
+ required: false,
3590
+ default: ""
3591
+ },
3592
+ title: {
3593
+ type: String,
3594
+ required: false
3595
+ },
3596
+ dataQa: {
3597
+ type: String,
3598
+ default: 'VcExpansionCard'
3599
+ }
3600
+ }
3601
+ };/* script */
3602
+ var __vue_script__$g = script$g;
3603
+ /* template */
3604
+
3605
+ var __vue_render__$g = function __vue_render__() {
3606
+ var _vm = this;
3607
+
3608
+ var _h = _vm.$createElement;
3609
+
3610
+ var _c = _vm._self._c || _h;
3611
+
3612
+ return _c('div', {
3613
+ staticClass: "expansionCard",
3614
+ class: {
3615
+ 'is-active': _vm.value
3616
+ },
3617
+ attrs: {
3618
+ "id": "container",
3619
+ "data-qa": _vm.dataQa
3620
+ }
3621
+ }, [_c('v-container', {
3622
+ attrs: {
3623
+ "fluid": ""
3624
+ }
3625
+ }, [_c('div', {
3626
+ staticClass: "d-flex flex-wrap justify-space-between align-center",
3627
+ staticStyle: {
3628
+ "min-width": "100%"
3629
+ }
3630
+ }, [_c('div', {
3631
+ staticClass: "justify-start d-flex align-center",
3632
+ staticStyle: {
3633
+ "min-width": "92px"
3634
+ }
3635
+ }, [_c('img', {
3636
+ staticClass: "VcLogoImage",
3637
+ attrs: {
3638
+ "src": _vm.fromLogo
3639
+ }
3640
+ }), _vm._v(" "), _c('VcIcon', {
3641
+ attrs: {
3642
+ "size": "12"
3643
+ }
3644
+ }, [_vm._v("$chevron_left")]), _vm._v(" "), _c('img', {
3645
+ staticClass: "VcLogoImage",
3646
+ attrs: {
3647
+ "src": _vm.toLogo
3648
+ }
3649
+ })], 1), _vm._v(" "), _c('div', {
3650
+ staticClass: "d-flex justify-end",
3651
+ class: {
3652
+ 'order-2': _vm.$vuetify.breakpoint.mdAndUp
3653
+ },
3654
+ staticStyle: {
3655
+ "width": "initial"
3656
+ }
3657
+ }, [_c('VcSwitch', {
3658
+ attrs: {
3659
+ "disabled": _vm.disabled,
3660
+ "ripple": false,
3661
+ "icon": "",
3662
+ "color": "secondary"
3663
+ },
3664
+ on: {
3665
+ "input": function input(val) {
3666
+ return _vm.$emit('input', Boolean(val));
3667
+ }
3668
+ },
3669
+ model: {
3670
+ value: _vm.value,
3671
+ callback: function callback($$v) {
3672
+ _vm.value = $$v;
3673
+ },
3674
+ expression: "value"
3675
+ }
3676
+ })], 1), _vm._v(" "), _c('div', {
3677
+ staticClass: "d-flex flex-wrap ec-text",
3678
+ class: {
3679
+ 'order-1 justify-start': _vm.$vuetify.breakpoint.mdAndUp,
3680
+ 'full-width': !_vm.$vuetify.breakpoint.mdAndUp
3681
+ }
3682
+ }, [_c('div', {
3683
+ staticClass: "ec-title",
3684
+ domProps: {
3685
+ "innerHTML": _vm._s(_vm.title)
3686
+ }
3687
+ })])]), _vm._v(" "), _vm.value ? _vm._t("content") : _vm._e()], 2)], 1);
3688
+ };
3412
3689
 
3413
3690
  var __vue_staticRenderFns__$g = [];
3414
3691
  /* style */
3415
3692
 
3416
3693
  var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
3417
3694
  if (!inject) return;
3418
- inject("data-v-5fe5a78e_0", {
3419
- source: ".VcSwitch[data-v-5fe5a78e]{padding:0;margin:0}.VcSwitch[data-v-5fe5a78e] label{font-size:var(--font-size-small);font-weight:var(--font-weight-medium);line-height:var(--size-value6);color:rgba(0,0,0,.87)}.VcSwitch[data-v-5fe5a78e] input{height:var(--size-value5)}.VcSwitch[data-v-5fe5a78e] .v-input--selection-controls__input{margin-left:0;margin-right:var(--size-value3);height:var(--size-value5);width:var(--size-value8)}#app[dir=rtl] .VcSwitch[data-v-5fe5a78e] .v-input--selection-controls__input{margin-left:var(--size-value3)}#app[dir=rtl] .VcSwitch[data-v-5fe5a78e] .v-input--selection-controls__input{margin-right:0}.VcSwitch[data-v-5fe5a78e] .v-input--switch__track{top:0;left:0}#app[dir=rtl] .VcSwitch[data-v-5fe5a78e] .v-input--switch__track{left:auto;right:0}.VcSwitch[data-v-5fe5a78e] .v-input--selection-controls__ripple{left:-10px;height:25px;width:25px}#app[dir=rtl] .VcSwitch[data-v-5fe5a78e] .v-input--selection-controls__ripple{left:auto;right:-10px}.VcSwitch[data-v-5fe5a78e] .v-input--switch__thumb{height:14px;width:14px;background-color:#fff;top:calc(50% - 7px);transform:translateX(3px)!important;box-shadow:0 1px 1px rgba(0,0,0,.141176),0 1px 3px rgba(0,0,0,.2)}#app[dir=rtl] .VcSwitch[data-v-5fe5a78e] .v-input--switch__thumb{transform:translateX(-3px)!important}.VcSwitch.v-input--is-disabled[data-v-5fe5a78e] {opacity:1}.VcSwitch.v-input--is-disabled[data-v-5fe5a78e] .v-input--switch__track{color:#ededed!important}.VcSwitch.v-input--is-disabled[data-v-5fe5a78e] .v-input--switch__thumb{background-color:#e0e0e0!important;box-shadow:none}.VcSwitch.is-active[data-v-5fe5a78e] .v-input--switch__track{opacity:1;background-color:currentColor}.VcSwitch.is-active[data-v-5fe5a78e] .v-input--selection-controls__ripple{transform:translateX(14px)!important}#app[dir=rtl] .VcSwitch.is-active[data-v-5fe5a78e] .v-input--selection-controls__ripple{transform:translateX(-14px)!important}.VcSwitch.is-active[data-v-5fe5a78e] .v-input--switch__thumb{transform:translateX(17px)!important}#app[dir=rtl] .VcSwitch.is-active[data-v-5fe5a78e] .v-input--switch__thumb{transform:translateX(-17px)!important}",
3695
+ inject("data-v-639fa8ae_0", {
3696
+ source: ".expansionCard{border-radius:6px;border:1px solid;border-color:var(--gray-darken-1)!important;margin:var(--size-value5) 0}.expansionCard.is-active{border-color:var(--v-secondary-base)!important}.expansionCard .ec-title{font-size:var(--font-size-small2);line-height:var(--size-value6);margin:var(--size-value3) 0}.expansionCard .vc-chevron-left{fill:var(--gray-darken-1)!important}.expansionCard .VcLogoImage{width:var(--size-value7);height:var(--size-value7);margin:0 6px;border:1px solid var(--gray-lighten-1);box-sizing:border-box;border-radius:6px}.expansionCard .ec-text.full-width{width:100%}.expansionCard .ec-text.order-1{flex-grow:1}",
3420
3697
  map: undefined,
3421
3698
  media: undefined
3422
3699
  });
@@ -3424,10 +3701,10 @@ var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
3424
3701
  /* scoped */
3425
3702
 
3426
3703
 
3427
- var __vue_scope_id__$g = "data-v-5fe5a78e";
3704
+ var __vue_scope_id__$g = undefined;
3428
3705
  /* module identifier */
3429
3706
 
3430
- var __vue_module_identifier__$g = "data-v-5fe5a78e";
3707
+ var __vue_module_identifier__$g = "data-v-639fa8ae";
3431
3708
  /* functional template */
3432
3709
 
3433
3710
  var __vue_is_functional_template__$g = false;
@@ -3683,7 +3960,7 @@ var __vue_component__$e = /*#__PURE__*/normalizeComponent({
3683
3960
  }, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, createInjectorSSR, undefined);var script$d = {
3684
3961
  name: 'VcToast',
3685
3962
  components: {
3686
- VcAlert: __vue_component__$s,
3963
+ VcAlert: __vue_component__$u,
3687
3964
  VSnackbar: lib.VSnackbar
3688
3965
  },
3689
3966
  props: {
@@ -3828,8 +4105,8 @@ var __vue_staticRenderFns__$c = [];
3828
4105
 
3829
4106
  var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
3830
4107
  if (!inject) return;
3831
- inject("data-v-659c6e70_0", {
3832
- source: ".VcCard[data-v-659c6e70]{position:relative;padding:16px 24px;border:1px solid var(--gray-lighten-1);box-sizing:border-box;box-shadow:none;overflow:hidden}.VcCard.elevation[data-v-659c6e70]{border:0;box-shadow:var(--shadow-2)}.VcCard.elevation[data-v-659c6e70]:hover{box-shadow:var(--shadow-5)}.VcCard.dash[data-v-659c6e70]{border-top:0}.VcCard__dash[data-v-659c6e70]{position:absolute;top:0;left:-5px;width:110%;border:0;height:5px}",
4108
+ inject("data-v-11425092_0", {
4109
+ 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}",
3833
4110
  map: undefined,
3834
4111
  media: undefined
3835
4112
  });
@@ -3837,10 +4114,10 @@ var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
3837
4114
  /* scoped */
3838
4115
 
3839
4116
 
3840
- var __vue_scope_id__$c = "data-v-659c6e70";
4117
+ var __vue_scope_id__$c = "data-v-11425092";
3841
4118
  /* module identifier */
3842
4119
 
3843
- var __vue_module_identifier__$c = "data-v-659c6e70";
4120
+ var __vue_module_identifier__$c = "data-v-11425092";
3844
4121
  /* functional template */
3845
4122
 
3846
4123
  var __vue_is_functional_template__$c = false;
@@ -3852,9 +4129,9 @@ var __vue_component__$c = /*#__PURE__*/normalizeComponent({
3852
4129
  }, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, createInjectorSSR, undefined);var script$b = {
3853
4130
  name: 'VcCheckbox',
3854
4131
  components: {
3855
- VcIcon: __vue_component__$C,
3856
- VcAvatar: __vue_component__$p,
3857
- VcTooltip: __vue_component__$r,
4132
+ VcIcon: __vue_component__$E,
4133
+ VcAvatar: __vue_component__$r,
4134
+ VcTooltip: __vue_component__$t,
3858
4135
  VCheckbox: lib.VCheckbox
3859
4136
  },
3860
4137
  computed: {
@@ -3996,10 +4273,10 @@ var __vue_component__$b = /*#__PURE__*/normalizeComponent({
3996
4273
  }, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, createInjectorSSR, undefined);var script$a = {
3997
4274
  name: "FilterPanel",
3998
4275
  components: {
3999
- VcLayout: __vue_component__$z,
4000
- VcIcon: __vue_component__$C,
4001
- VcButton: __vue_component__$B,
4002
- VcLoader: __vue_component__$h
4276
+ VcLayout: __vue_component__$B,
4277
+ VcIcon: __vue_component__$E,
4278
+ VcButton: __vue_component__$D,
4279
+ VcLoader: __vue_component__$j
4003
4280
  },
4004
4281
  props: {
4005
4282
  title: {
@@ -4239,9 +4516,9 @@ var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
4239
4516
  }, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, createInjectorSSR, undefined);var script$7 = {
4240
4517
  name: "ListItem",
4241
4518
  components: {
4242
- VcLayout: __vue_component__$z,
4519
+ VcLayout: __vue_component__$B,
4243
4520
  VcCheckbox: __vue_component__$b,
4244
- VcActions: __vue_component__$m
4521
+ VcActions: __vue_component__$o
4245
4522
  },
4246
4523
  props: {
4247
4524
  showSelect: {
@@ -4351,7 +4628,7 @@ var __vue_component__$7 = /*#__PURE__*/normalizeComponent({
4351
4628
  }, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, createInjectorSSR, undefined);var script$6 = {
4352
4629
  name: "VcGroupHeader",
4353
4630
  components: {
4354
- VcLayout: __vue_component__$z
4631
+ VcLayout: __vue_component__$B
4355
4632
  },
4356
4633
  props: {
4357
4634
  title: {
@@ -4464,8 +4741,8 @@ var __vue_component__$5 = /*#__PURE__*/normalizeComponent({
4464
4741
  name: 'VcEmptyState',
4465
4742
  components: {
4466
4743
  VcSvg: __vue_component__$5,
4467
- VcButton: __vue_component__$B,
4468
- VcLayout: __vue_component__$z,
4744
+ VcButton: __vue_component__$D,
4745
+ VcLayout: __vue_component__$B,
4469
4746
  VcLink: __vue_component__$8
4470
4747
  },
4471
4748
  props: {
@@ -4580,8 +4857,8 @@ var __vue_staticRenderFns__$4 = [];
4580
4857
 
4581
4858
  var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
4582
4859
  if (!inject) return;
4583
- inject("data-v-e4b3101e_0", {
4584
- source: ".VcEmptyState[data-v-e4b3101e],.VcEmptyStateSubtitle[data-v-e4b3101e]{text-align:center;line-height:var(--size-value6)}.VcEmptyState[data-v-e4b3101e]{text-align:center}.VcEmptyState .VcEmptyStateImage[data-v-e4b3101e]{margin-bottom:var(--size-value4);max-height:160px}.VcEmptyState .VcEmptyStateImage[data-v-e4b3101e] svg{width:160px}.VcEmptyState .VcEmptyStateTitle[data-v-e4b3101e]{font-weight:var(--font-weight-xl);line-height:22px;padding-bottom:var(--size-value1);font-size:var(--font-size-small2)}.VcEmptyState .VcEmptyStateSubtitle[data-v-e4b3101e]{font-size:var(--font-size-x-small)}.VcEmptyState .VcEmptyStateButton[data-v-e4b3101e]{margin-top:var(--size-value4)}.sm .VcEmptyStateImage[data-v-e4b3101e]{max-height:48px;margin-bottom:var(--size-value8)}.sm .VcEmptyStateImage[data-v-e4b3101e] svg{width:48px}.lg .VcEmptyStateImage[data-v-e4b3101e]{max-height:280px;margin-bottom:var(--size-value8)}.lg .VcEmptyStateImage[data-v-e4b3101e] svg{width:280px}.lg .VcEmptyStateTitle[data-v-e4b3101e]{font-weight:var(--font-weight-large);line-height:22px;padding-bottom:var(--size-value2);font-size:var(--font-size-medium1)}",
4860
+ inject("data-v-27288639_0", {
4861
+ source: ".VcEmptyState[data-v-27288639],.VcEmptyStateSubtitle[data-v-27288639]{text-align:center;line-height:var(--size-value6)}.VcEmptyState[data-v-27288639]{text-align:center}.VcEmptyState .VcEmptyStateImage[data-v-27288639]{margin-bottom:var(--size-value4);max-height:160px}.VcEmptyState .VcEmptyStateImage[data-v-27288639] svg{width:160px}.VcEmptyState .VcEmptyStateTitle[data-v-27288639]{font-weight:var(--font-weight-xl);line-height:22px;padding-bottom:var(--size-value1);font-size:var(--font-size-small2)}.VcEmptyState .VcEmptyStateSubtitle[data-v-27288639]{font-size:var(--font-size-x-small)}.VcEmptyState .VcEmptyStateButton[data-v-27288639]{margin-top:var(--size-value4)}.sm .VcEmptyStateImage[data-v-27288639]{max-height:48px;margin-bottom:var(--size-value8)}.sm .VcEmptyStateImage[data-v-27288639] svg{width:48px}.lg .VcEmptyStateImage[data-v-27288639]{max-height:280px;margin-bottom:var(--size-value8)}.lg .VcEmptyStateImage[data-v-27288639] svg{width:280px}.lg .VcEmptyStateTitle[data-v-27288639]{font-weight:var(--font-weight-large);line-height:22px;padding-bottom:var(--size-value2);font-size:var(--font-size-medium1)}",
4585
4862
  map: undefined,
4586
4863
  media: undefined
4587
4864
  });
@@ -4589,10 +4866,10 @@ var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
4589
4866
  /* scoped */
4590
4867
 
4591
4868
 
4592
- var __vue_scope_id__$4 = "data-v-e4b3101e";
4869
+ var __vue_scope_id__$4 = "data-v-27288639";
4593
4870
  /* module identifier */
4594
4871
 
4595
- var __vue_module_identifier__$4 = "data-v-e4b3101e";
4872
+ var __vue_module_identifier__$4 = "data-v-27288639";
4596
4873
  /* functional template */
4597
4874
 
4598
4875
  var __vue_is_functional_template__$4 = false;
@@ -4604,7 +4881,7 @@ var __vue_component__$4 = /*#__PURE__*/normalizeComponent({
4604
4881
  }, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, undefined, createInjectorSSR, undefined);var script$3 = {
4605
4882
  name: "VcBanner",
4606
4883
  components: {
4607
- VcButton: __vue_component__$B
4884
+ VcButton: __vue_component__$D
4608
4885
  },
4609
4886
  props: {
4610
4887
  dataQa: {
@@ -4647,7 +4924,9 @@ var __vue_render__$3 = function __vue_render__() {
4647
4924
  attrs: {
4648
4925
  "data-qa": _vm.dataQa
4649
4926
  }
4650
- }, [_vm._ssrNode((_vm.image ? "<img" + _vm._ssrAttr("src", _vm.image) + " class=\"d-none d-md-block\" data-v-a8d8a41c>" : "<!---->") + " <div class=\"text-container px-md-8 flex-grow-1\" data-v-a8d8a41c><div class=\"banner-title pb-2 pb-md-0\" data-v-a8d8a41c>" + _vm._ssrEscape(_vm._s(_vm.title)) + "</div> " + (_vm.subtitle ? "<div class=\"banner-subtitle pb-4 pb-md-0\" data-v-a8d8a41c>" + _vm._ssrEscape(_vm._s(_vm.subtitle)) + "</div>" : "<!---->") + "</div> "), _vm.buttonLabel ? _c('VcButton', {
4927
+ }, [_vm._ssrNode((_vm.image ? "<img" + _vm._ssrAttr("src", _vm.image) + " class=\"d-none d-md-block\" data-v-27b8a6b4>" : "<!---->") + " "), _vm._ssrNode("<div class=\"text-container px-md-8 flex-grow-1\" data-v-27b8a6b4>", "</div>", [_vm._ssrNode("<div class=\"banner-title pb-2 pb-md-0\" data-v-27b8a6b4>" + _vm._ssrEscape(_vm._s(_vm.title)) + "</div> "), _vm.subtitle || _vm.$slots.subtitle ? _vm._ssrNode("<div class=\"banner-subtitle pb-4 pb-md-0\" data-v-27b8a6b4>", "</div>", [_vm._t("subtitle", function () {
4928
+ return [_vm._v("\n " + _vm._s(_vm.subtitle) + "\n ")];
4929
+ })], 2) : _vm._e()], 2), _vm._ssrNode(" "), _vm.buttonLabel ? _c('VcButton', {
4651
4930
  attrs: {
4652
4931
  "large": _vm.$vuetify.breakpoint.smAndUp
4653
4932
  },
@@ -4664,8 +4943,8 @@ var __vue_staticRenderFns__$3 = [];
4664
4943
 
4665
4944
  var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
4666
4945
  if (!inject) return;
4667
- inject("data-v-a8d8a41c_0", {
4668
- source: ".VcBanner[data-v-a8d8a41c]{min-height:128px;box-sizing:border-box;box-shadow:var(--shadow-10)}@media screen and (min-width:960px){.VcBanner[data-v-a8d8a41c]{box-shadow:unset;border-radius:var(--size-value3);border:1px solid var(--neutral-lighten-2)}}.VcBanner img[data-v-a8d8a41c]{max-width:104px}.VcBanner .text-container[data-v-a8d8a41c]{color:var(--gray-darken-5)}.VcBanner .text-container .banner-title[data-v-a8d8a41c]{font-weight:var(--font-weight-large2);font-size:var(--font-size-small3);line-height:22px}@media screen and (min-width:960px){.VcBanner .text-container .banner-title[data-v-a8d8a41c]{font-size:var(--font-size-medium2);line-height:var(--size-value8)}}.VcBanner .text-container .banner-subtitle[data-v-a8d8a41c]{font-size:var(--font-size-small2);line-height:var(--size-value5);font-weight:var(--font-weight-medium)}",
4946
+ inject("data-v-27b8a6b4_0", {
4947
+ source: ".VcBanner[data-v-27b8a6b4]{min-height:128px;box-sizing:border-box;box-shadow:var(--shadow-10)}@media screen and (min-width:960px){.VcBanner[data-v-27b8a6b4]{box-shadow:unset;border-radius:var(--size-value3);border:1px solid var(--neutral-lighten-2)}}.VcBanner img[data-v-27b8a6b4]{max-width:104px}.VcBanner .text-container[data-v-27b8a6b4]{color:var(--gray-darken-5)}.VcBanner .text-container .banner-title[data-v-27b8a6b4]{font-weight:var(--font-weight-large2);font-size:var(--font-size-small3);line-height:22px}@media screen and (min-width:960px){.VcBanner .text-container .banner-title[data-v-27b8a6b4]{font-size:var(--font-size-medium2);line-height:var(--size-value8)}}.VcBanner .text-container .banner-subtitle[data-v-27b8a6b4]{font-size:var(--font-size-small2);line-height:var(--size-value5);font-weight:var(--font-weight-medium)}",
4669
4948
  map: undefined,
4670
4949
  media: undefined
4671
4950
  });
@@ -4673,10 +4952,10 @@ var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
4673
4952
  /* scoped */
4674
4953
 
4675
4954
 
4676
- var __vue_scope_id__$3 = "data-v-a8d8a41c";
4955
+ var __vue_scope_id__$3 = "data-v-27b8a6b4";
4677
4956
  /* module identifier */
4678
4957
 
4679
- var __vue_module_identifier__$3 = "data-v-a8d8a41c";
4958
+ var __vue_module_identifier__$3 = "data-v-27b8a6b4";
4680
4959
  /* functional template */
4681
4960
 
4682
4961
  var __vue_is_functional_template__$3 = false;
@@ -4688,8 +4967,8 @@ var __vue_component__$3 = /*#__PURE__*/normalizeComponent({
4688
4967
  }, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, undefined, createInjectorSSR, undefined);var script$2 = {
4689
4968
  name: "VcWizardCtaContainer",
4690
4969
  components: {
4691
- VcButton: __vue_component__$B,
4692
- VcLayout: __vue_component__$z
4970
+ VcButton: __vue_component__$D,
4971
+ VcLayout: __vue_component__$B
4693
4972
  },
4694
4973
  props: {
4695
4974
  isBackDisplayed: {
@@ -4812,8 +5091,8 @@ var __vue_component__$2 = /*#__PURE__*/normalizeComponent({
4812
5091
  }
4813
5092
  },
4814
5093
  components: {
4815
- VcLayout: __vue_component__$z,
4816
- VcLoader: __vue_component__$h,
5094
+ VcLayout: __vue_component__$B,
5095
+ VcLoader: __vue_component__$j,
4817
5096
  VStepperContent: lib.VStepperContent,
4818
5097
  VStepperItems: lib.VStepperItems,
4819
5098
  VStepper: lib.VStepper
@@ -4970,8 +5249,8 @@ var __vue_staticRenderFns__$1 = [];
4970
5249
 
4971
5250
  var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
4972
5251
  if (!inject) return;
4973
- inject("data-v-9a0d3df6_0", {
4974
- source: "[data-v-9a0d3df6]: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;--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;--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;--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-9a0d3df6]{max-height:100%;width:100%;padding-bottom:var(--size-value6)}@media screen and (min-width:960px){.layout-content[data-v-9a0d3df6]{padding-block-start:var(--size-value3);padding-inline:var(--size-value10)}}.stepper-header[data-v-9a0d3df6]{margin-block-end:var(--size-value7)}@media screen and (min-width:960px){.stepper-header[data-v-9a0d3df6]{padding-block-start:var(--size-value3);padding-inline:var(--size-value10)}}.stepper-header .content-stepper-title[data-v-9a0d3df6]{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-9a0d3df6]{font-size:var(--font-size-medium2)}}.stepper-header .content-stepper-description[data-v-9a0d3df6]{font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-4)}.vc-stepper-content.v-stepper[data-v-9a0d3df6]{width:100%;box-shadow:none;max-height:100%;overflow:auto}.vc-stepper-content.v-stepper[data-v-9a0d3df6] .v-stepper__items .v-stepper__content{padding:0}",
5252
+ inject("data-v-f6d81116_0", {
5253
+ source: "[data-v-f6d81116]: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;--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;--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;--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-f6d81116]{max-height:100%;width:100%;padding-bottom:var(--size-value6)}.layout-content[data-v-f6d81116]{padding:var(--size-value0) var(--size-value4)}@media screen and (min-width:960px){.layout-content[data-v-f6d81116]{padding:revert;padding-block-start:var(--size-value3);padding-inline:var(--size-value10)}}.stepper-header[data-v-f6d81116]{flex:0;margin-block-end:var(--size-value7);padding:var(--size-value0) var(--size-value4)}@media screen and (min-width:960px){.stepper-header[data-v-f6d81116]{padding:revert;flex:revert;padding-block-start:var(--size-value3);padding-inline:var(--size-value10)}}.stepper-header .content-stepper-title[data-v-f6d81116]{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-f6d81116]{font-size:var(--font-size-medium2)}}.stepper-header .content-stepper-description[data-v-f6d81116]{font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-4)}.vc-stepper-content.v-stepper[data-v-f6d81116]{width:100%;box-shadow:none;max-height:100%;overflow:auto}.vc-stepper-content.v-stepper[data-v-f6d81116] .v-stepper__items .v-stepper__content{padding:0}",
4975
5254
  map: undefined,
4976
5255
  media: undefined
4977
5256
  });
@@ -4979,10 +5258,10 @@ var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
4979
5258
  /* scoped */
4980
5259
 
4981
5260
 
4982
- var __vue_scope_id__$1 = "data-v-9a0d3df6";
5261
+ var __vue_scope_id__$1 = "data-v-f6d81116";
4983
5262
  /* module identifier */
4984
5263
 
4985
- var __vue_module_identifier__$1 = "data-v-9a0d3df6";
5264
+ var __vue_module_identifier__$1 = "data-v-f6d81116";
4986
5265
  /* functional template */
4987
5266
 
4988
5267
  var __vue_is_functional_template__$1 = false;
@@ -4994,13 +5273,19 @@ var __vue_component__$1 = /*#__PURE__*/normalizeComponent({
4994
5273
  }, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, undefined, createInjectorSSR, undefined);var script = {
4995
5274
  name: "VcWizard",
4996
5275
  components: {
4997
- VcStepsBar: __vue_component__$l,
5276
+ VcStepsBar: __vue_component__$n,
4998
5277
  VcStepperContent: __vue_component__$1,
4999
- VcMobileWizardProgress: __vue_component__$j,
5278
+ VcMobileWizardProgress: __vue_component__$l,
5000
5279
  VcWizardCtaContainer: __vue_component__$2,
5001
5280
  VLayout: lib.VLayout
5002
5281
  },
5003
5282
  props: {
5283
+ initialWizardData: {
5284
+ type: Object,
5285
+ default: function _default() {
5286
+ return {};
5287
+ }
5288
+ },
5004
5289
  steps: {
5005
5290
  type: [Array],
5006
5291
  validator: function validator(steps) {
@@ -5054,15 +5339,16 @@ var __vue_component__$1 = /*#__PURE__*/normalizeComponent({
5054
5339
  if (this.currentStep < this.wizardSteps.length) {
5055
5340
  this.currentStep++;
5056
5341
  } else {
5057
- this.$emit('submit', this.wizardSteps);
5342
+ this.$emit('submit', this.wizardData);
5058
5343
  }
5059
5344
  }
5060
5345
  },
5061
5346
  computed: {
5062
5347
  wizardData: function wizardData() {
5063
5348
  return Object.values(this.wizardStepsData).reduce(function (acc, currentValue) {
5064
- return _objectSpread2(_objectSpread2({}, acc), currentValue);
5065
- }, {});
5349
+ Object.assign(acc, currentValue);
5350
+ return acc;
5351
+ }, _objectSpread2({}, this.initialWizardData));
5066
5352
  },
5067
5353
  currentStepObj: function currentStepObj() {
5068
5354
  return this.wizardSteps[this.currentStep - 1];
@@ -5143,8 +5429,8 @@ var __vue_staticRenderFns__ = [];
5143
5429
 
5144
5430
  var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
5145
5431
  if (!inject) return;
5146
- inject("data-v-485be306_0", {
5147
- source: "[data-v-485be306]: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;--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;--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;--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-485be306]{height:100%}@media screen and (min-width:960px){.vc-wizard[data-v-485be306]{display:grid;grid-template-columns:minmax(200px,1fr) 3fr;grid-template-rows:400px 80px;grid-column-gap:var(--size-value10);grid-row-gap:0}}@media screen and (min-width:972px){.vc-wizard[data-v-485be306]{grid-column-gap:var(--size-value20)}}.vc-stepper-container[data-v-485be306]{grid-area:1/1/3/2;border-inline-end:1px solid #e0e0e0}.wizard-cta-container[data-v-485be306]{grid-area:2/2/3/3}.stepper-content-wrapper[data-v-485be306]{grid-area:1/2/2/3}",
5432
+ inject("data-v-d1c4a8c2_0", {
5433
+ source: "[data-v-d1c4a8c2]: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;--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;--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;--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-d1c4a8c2]{height:100%}@media screen and (min-width:960px){.vc-wizard[data-v-d1c4a8c2]{display:grid;grid-template-columns:minmax(250px,1fr) 3fr;grid-template-rows:562px 80px;grid-column-gap:var(--size-value10);grid-row-gap:0}}@media screen and (min-width:972px){.vc-wizard[data-v-d1c4a8c2]{grid-column-gap:var(--size-value20)}}.vc-stepper-container[data-v-d1c4a8c2]{grid-area:1/1/3/2;border-inline-end:1px solid #e0e0e0;max-height:calc(100% - 24px)}.wizard-cta-container[data-v-d1c4a8c2]{grid-area:2/2/3/3}.stepper-content-wrapper[data-v-d1c4a8c2]{grid-area:1/2/2/3}",
5148
5434
  map: undefined,
5149
5435
  media: undefined
5150
5436
  });
@@ -5152,10 +5438,10 @@ var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
5152
5438
  /* scoped */
5153
5439
 
5154
5440
 
5155
- var __vue_scope_id__ = "data-v-485be306";
5441
+ var __vue_scope_id__ = "data-v-d1c4a8c2";
5156
5442
  /* module identifier */
5157
5443
 
5158
- var __vue_module_identifier__ = "data-v-485be306";
5444
+ var __vue_module_identifier__ = "data-v-d1c4a8c2";
5159
5445
  /* functional template */
5160
5446
 
5161
5447
  var __vue_is_functional_template__ = false;
@@ -5165,7 +5451,7 @@ var __vue_component__ = /*#__PURE__*/normalizeComponent({
5165
5451
  render: __vue_render__,
5166
5452
  staticRenderFns: __vue_staticRenderFns__
5167
5453
  }, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, createInjectorSSR, undefined);// Put here any components that need to be available to users of the package
5168
- var components$1=/*#__PURE__*/Object.freeze({__proto__:null,VcConfirmModal:__vue_component__$w,VcInputModal:__vue_component__$u,VcNoticeModal:__vue_component__$t,VcModalFooter:__vue_component__$y,VcModalHeader:__vue_component__$x,VcAlert:__vue_component__$s,VcTooltip:__vue_component__$r,VcIconWithTooltip:__vue_component__$q,VcBottomActions:__vue_component__$o,VcActionList:__vue_component__$n,VcActions:__vue_component__$m,VcStepsBar:__vue_component__$l,VcMobileWizardProgress:__vue_component__$j,VcProgressCircular:__vue_component__$k,VcButton:__vue_component__$B,VcButtonGroup:__vue_component__$i,VcForm:__vue_component__$v,VcIcon:__vue_component__$C,VcLayout:__vue_component__$z,VcLoader:__vue_component__$h,VcSwitch:__vue_component__$g,VcTextField:__vue_component__$f,VcAvatar:__vue_component__$p,VcTextArea:__vue_component__$e,VcToast:__vue_component__$d,VcCard:__vue_component__$c,VcCheckbox:__vue_component__$b,VcFilterPanel:__vue_component__$a,VcFocusArea:__vue_component__$9,VcLink:__vue_component__$8,VcListItem:__vue_component__$7,VcGroupHeader:__vue_component__$6,VcEmptyState:__vue_component__$4,VcSvg:__vue_component__$5,VcBanner:__vue_component__$3,VcWizardCtaContainer:__vue_component__$2,VcWizard:__vue_component__});var install = function installdesignSystem(Vue) {
5454
+ var components$1=/*#__PURE__*/Object.freeze({__proto__:null,VcConfirmModal:__vue_component__$y,VcInputModal:__vue_component__$w,VcNoticeModal:__vue_component__$v,VcModalFooter:__vue_component__$A,VcModalHeader:__vue_component__$z,VcAlert:__vue_component__$u,VcTooltip:__vue_component__$t,VcIconWithTooltip:__vue_component__$s,VcBottomActions:__vue_component__$q,VcActionList:__vue_component__$p,VcActions:__vue_component__$o,VcStepsBar:__vue_component__$n,VcMobileWizardProgress:__vue_component__$l,VcProgressCircular:__vue_component__$m,VcButton:__vue_component__$D,VcButtonGroup:__vue_component__$k,VcForm:__vue_component__$x,VcIcon:__vue_component__$E,VcLayout:__vue_component__$B,VcLoader:__vue_component__$j,VcSwitch:__vue_component__$i,VcListEntity:__vue_component__$h,VcExpansionCard:__vue_component__$g,VcTextField:__vue_component__$f,VcAvatar:__vue_component__$r,VcTextArea:__vue_component__$e,VcToast:__vue_component__$d,VcCard:__vue_component__$c,VcCheckbox:__vue_component__$b,VcFilterPanel:__vue_component__$a,VcFocusArea:__vue_component__$9,VcLink:__vue_component__$8,VcListItem:__vue_component__$7,VcGroupHeader:__vue_component__$6,VcEmptyState:__vue_component__$4,VcSvg:__vue_component__$5,VcBanner:__vue_component__$3,VcWizardCtaContainer:__vue_component__$2,VcWizard:__vue_component__});var install = function installdesignSystem(Vue) {
5169
5455
  Object.entries(components$1).forEach(function (_ref) {
5170
5456
  var _ref2 = _slicedToArray(_ref, 2),
5171
5457
  componentName = _ref2[0],
@@ -5174,7 +5460,7 @@ var components$1=/*#__PURE__*/Object.freeze({__proto__:null,VcConfirmModal:__vue
5174
5460
  Vue.component(componentName, component);
5175
5461
  });
5176
5462
  }; // Create module definition for Vue.use()
5177
- var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,VcConfirmModal:__vue_component__$w,VcInputModal:__vue_component__$u,VcNoticeModal:__vue_component__$t,VcModalFooter:__vue_component__$y,VcModalHeader:__vue_component__$x,VcAlert:__vue_component__$s,VcTooltip:__vue_component__$r,VcIconWithTooltip:__vue_component__$q,VcBottomActions:__vue_component__$o,VcActionList:__vue_component__$n,VcActions:__vue_component__$m,VcStepsBar:__vue_component__$l,VcMobileWizardProgress:__vue_component__$j,VcProgressCircular:__vue_component__$k,VcButton:__vue_component__$B,VcButtonGroup:__vue_component__$i,VcForm:__vue_component__$v,VcIcon:__vue_component__$C,VcLayout:__vue_component__$z,VcLoader:__vue_component__$h,VcSwitch:__vue_component__$g,VcTextField:__vue_component__$f,VcAvatar:__vue_component__$p,VcTextArea:__vue_component__$e,VcToast:__vue_component__$d,VcCard:__vue_component__$c,VcCheckbox:__vue_component__$b,VcFilterPanel:__vue_component__$a,VcFocusArea:__vue_component__$9,VcLink:__vue_component__$8,VcListItem:__vue_component__$7,VcGroupHeader:__vue_component__$6,VcEmptyState:__vue_component__$4,VcSvg:__vue_component__$5,VcBanner:__vue_component__$3,VcWizardCtaContainer:__vue_component__$2,VcWizard:__vue_component__});// only expose one global var, with component exports exposed as properties of
5463
+ var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,VcConfirmModal:__vue_component__$y,VcInputModal:__vue_component__$w,VcNoticeModal:__vue_component__$v,VcModalFooter:__vue_component__$A,VcModalHeader:__vue_component__$z,VcAlert:__vue_component__$u,VcTooltip:__vue_component__$t,VcIconWithTooltip:__vue_component__$s,VcBottomActions:__vue_component__$q,VcActionList:__vue_component__$p,VcActions:__vue_component__$o,VcStepsBar:__vue_component__$n,VcMobileWizardProgress:__vue_component__$l,VcProgressCircular:__vue_component__$m,VcButton:__vue_component__$D,VcButtonGroup:__vue_component__$k,VcForm:__vue_component__$x,VcIcon:__vue_component__$E,VcLayout:__vue_component__$B,VcLoader:__vue_component__$j,VcSwitch:__vue_component__$i,VcListEntity:__vue_component__$h,VcExpansionCard:__vue_component__$g,VcTextField:__vue_component__$f,VcAvatar:__vue_component__$r,VcTextArea:__vue_component__$e,VcToast:__vue_component__$d,VcCard:__vue_component__$c,VcCheckbox:__vue_component__$b,VcFilterPanel:__vue_component__$a,VcFocusArea:__vue_component__$9,VcLink:__vue_component__$8,VcListItem:__vue_component__$7,VcGroupHeader:__vue_component__$6,VcEmptyState:__vue_component__$4,VcSvg:__vue_component__$5,VcBanner:__vue_component__$3,VcWizardCtaContainer:__vue_component__$2,VcWizard:__vue_component__});// only expose one global var, with component exports exposed as properties of
5178
5464
  // that global var (eg. plugin.component)
5179
5465
 
5180
5466
  Object.entries(components).forEach(function (_ref) {