@vcita/design-system 0.2.9 → 0.2.10-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/dist/@vcita/design-system.esm.js +699 -422
  2. package/dist/@vcita/design-system.min.js +1 -1
  3. package/dist/@vcita/design-system.ssr.js +630 -368
  4. package/init/DesignSystem.js +18 -2
  5. package/init/SvgIcons.js +4 -0
  6. package/init/vuetify.config.js +3 -3
  7. package/package.json +1 -1
  8. package/src/assets/logo.png +0 -0
  9. package/src/assets/logo.svg +1 -0
  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/VcBottomActions/VcBottomActions.spec.js +1 -1
  17. package/src/components/VcBottomActions/VcBottomActions.stories.js +3 -3
  18. package/src/components/VcButton/VcButton.stories.mdx.old +40 -0
  19. package/src/components/VcCard/VcCard.vue +1 -0
  20. package/src/components/VcEmptyState/VcEmptyState.vue +1 -1
  21. package/src/components/VcExpansionCard/VcExpansionCard.spec.js +146 -0
  22. package/src/components/VcExpansionCard/VcExpansionCard.stories.js +43 -0
  23. package/src/components/VcExpansionCard/VcExpansionCard.vue +117 -0
  24. package/src/components/VcExpansionPanels/VcExpansionPanels.stories.js +36 -0
  25. package/src/components/VcExpansionPanels/VcExpansionPanels.vue +26 -0
  26. package/src/components/VcHourInput/VcHourInput.stories.js +36 -0
  27. package/src/components/VcHourInput/VcHourInput.vue +134 -0
  28. package/src/components/VcSwitch/VcSwitch.spec.js +40 -0
  29. package/src/components/VcSwitch/VcSwitch.stories.js +14 -3
  30. package/src/components/VcSwitch/VcSwitch.vue +162 -52
  31. package/src/components/index.js +2 -0
  32. package/src/components/list/VcListEntity/VcListEntity.spec.js +95 -0
  33. package/src/components/list/VcListEntity/VcListEntity.stories.js +77 -0
  34. package/src/components/list/VcListEntity/VcListEntity.vue +70 -0
  35. package/src/components/wizard/VcSteperContent/VcStepperContent.vue +6 -0
  36. package/src/components/wizard/VcWizard/VcWizard.spec.js +7 -0
  37. package/src/components/wizard/VcWizard/VcWizard.stories.js +3 -0
  38. package/src/components/wizard/VcWizard/VcWizard.vue +12 -4
  39. package/src/components/wizard/VcWizard/demoWizardPage.vue +1 -1
  40. package/src/stories/assets/colors.svg +1 -0
  41. package/src/stories/assets/comments.svg +1 -0
  42. package/src/stories/assets/direction.svg +1 -0
  43. package/src/stories/assets/plugin.svg +1 -0
  44. package/src/stories/assets/repo.svg +1 -0
  45. package/src/stories/assets/stackalt.svg +1 -0
  46. package/src/stories/colors.stories.mdx +78 -0
  47. package/src/stories/welcome.stories.mdx +1 -0
  48. package/CHANGELOG.MD +0 -61
@@ -11,7 +11,7 @@ import { VDialog, VBtn, VLayout, VAlert, VTooltip, VIcon, VSubheader, VListItem,
11
11
  //
12
12
  //
13
13
  //
14
- var script$D = {
14
+ var script$F = {
15
15
  components: {
16
16
  VDialog: VDialog
17
17
  },
@@ -168,10 +168,10 @@ function addStyle(id, css) {
168
168
  }
169
169
 
170
170
  /* script */
171
- const __vue_script__$D = script$D;
171
+ const __vue_script__$F = script$F;
172
172
  /* template */
173
173
 
174
- var __vue_render__$A = function () {
174
+ var __vue_render__$C = function () {
175
175
  var _vm = this;
176
176
 
177
177
  var _h = _vm.$createElement;
@@ -206,10 +206,10 @@ var __vue_render__$A = function () {
206
206
  }, [_vm._t("default")], 2);
207
207
  };
208
208
 
209
- var __vue_staticRenderFns__$A = [];
209
+ var __vue_staticRenderFns__$C = [];
210
210
  /* style */
211
211
 
212
- const __vue_inject_styles__$D = function (inject) {
212
+ const __vue_inject_styles__$F = function (inject) {
213
213
  if (!inject) return;
214
214
  inject("data-v-2f9f1f74_0", {
215
215
  source: ".VcModalWrapper{position:relative;width:auto;background-color:var(--modal-bg-color);box-shadow:var(--modal-box-shadow)}@media screen and (min-width:960px){.VcModalWrapper{margin:0 24px}.VcModalWrapper.offset{left:var(--modal-desktop-offset)}#app[dir=rtl] .VcModalWrapper.offset{left:auto;right:var(--modal-desktop-offset)}}",
@@ -220,23 +220,23 @@ const __vue_inject_styles__$D = function (inject) {
220
220
  /* scoped */
221
221
 
222
222
 
223
- const __vue_scope_id__$D = undefined;
223
+ const __vue_scope_id__$F = undefined;
224
224
  /* module identifier */
225
225
 
226
- const __vue_module_identifier__$D = undefined;
226
+ const __vue_module_identifier__$F = undefined;
227
227
  /* functional template */
228
228
 
229
- const __vue_is_functional_template__$D = false;
229
+ const __vue_is_functional_template__$F = false;
230
230
  /* style inject SSR */
231
231
 
232
232
  /* style inject shadow dom */
233
233
 
234
- const __vue_component__$D = /*#__PURE__*/normalizeComponent({
235
- render: __vue_render__$A,
236
- staticRenderFns: __vue_staticRenderFns__$A
237
- }, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, createInjector, undefined, undefined);
234
+ const __vue_component__$F = /*#__PURE__*/normalizeComponent({
235
+ render: __vue_render__$C,
236
+ staticRenderFns: __vue_staticRenderFns__$C
237
+ }, __vue_inject_styles__$F, __vue_script__$F, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, createInjector, undefined, undefined);
238
238
 
239
- var script$C = {
239
+ var script$E = {
240
240
  name: "VcIcon",
241
241
  render: function (createElement) {
242
242
  const props = {
@@ -248,28 +248,28 @@ var script$C = {
248
248
  };
249
249
 
250
250
  /* script */
251
- const __vue_script__$C = script$C;
251
+ const __vue_script__$E = script$E;
252
252
  /* template */
253
253
 
254
254
  /* style */
255
255
 
256
- const __vue_inject_styles__$C = undefined;
256
+ const __vue_inject_styles__$E = undefined;
257
257
  /* scoped */
258
258
 
259
- const __vue_scope_id__$C = undefined;
259
+ const __vue_scope_id__$E = undefined;
260
260
  /* module identifier */
261
261
 
262
- const __vue_module_identifier__$C = undefined;
262
+ const __vue_module_identifier__$E = undefined;
263
263
  /* functional template */
264
264
 
265
- const __vue_is_functional_template__$C = undefined;
265
+ const __vue_is_functional_template__$E = undefined;
266
266
  /* style inject */
267
267
 
268
268
  /* style inject SSR */
269
269
 
270
270
  /* style inject shadow dom */
271
271
 
272
- const __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);
272
+ const __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);
273
273
 
274
274
  //
275
275
  //
@@ -297,7 +297,7 @@ const __vue_component__$C = /*#__PURE__*/normalizeComponent({}, __vue_inject_sty
297
297
  //
298
298
  //
299
299
  //
300
- var script$B = {
300
+ var script$D = {
301
301
  components: {
302
302
  VBtn: VBtn
303
303
  },
@@ -375,10 +375,10 @@ var script$B = {
375
375
  };
376
376
 
377
377
  /* script */
378
- const __vue_script__$B = script$B;
378
+ const __vue_script__$D = script$D;
379
379
  /* template */
380
380
 
381
- var __vue_render__$z = function () {
381
+ var __vue_render__$B = function () {
382
382
  var _vm = this;
383
383
 
384
384
  var _h = _vm.$createElement;
@@ -414,10 +414,10 @@ var __vue_render__$z = function () {
414
414
  }, [_vm._t("prepend"), _vm._v("\n " + _vm._s(_vm.label || _vm.$slots.default && _vm.$slots.default[0].text || '') + "\n "), _vm._t("append")], 2);
415
415
  };
416
416
 
417
- var __vue_staticRenderFns__$z = [];
417
+ var __vue_staticRenderFns__$B = [];
418
418
  /* style */
419
419
 
420
- const __vue_inject_styles__$B = function (inject) {
420
+ const __vue_inject_styles__$D = function (inject) {
421
421
  if (!inject) return;
422
422
  inject("data-v-b69a1aa2_0", {
423
423
  source: ".VcButton[data-v-b69a1aa2]{letter-spacing:.003em}.VcButton[data-v-b69a1aa2]:disabled{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}",
@@ -428,28 +428,28 @@ const __vue_inject_styles__$B = function (inject) {
428
428
  /* scoped */
429
429
 
430
430
 
431
- const __vue_scope_id__$B = "data-v-b69a1aa2";
431
+ const __vue_scope_id__$D = "data-v-b69a1aa2";
432
432
  /* module identifier */
433
433
 
434
- const __vue_module_identifier__$B = undefined;
434
+ const __vue_module_identifier__$D = undefined;
435
435
  /* functional template */
436
436
 
437
- const __vue_is_functional_template__$B = false;
437
+ const __vue_is_functional_template__$D = false;
438
438
  /* style inject SSR */
439
439
 
440
440
  /* style inject shadow dom */
441
441
 
442
- const __vue_component__$B = /*#__PURE__*/normalizeComponent({
443
- render: __vue_render__$z,
444
- staticRenderFns: __vue_staticRenderFns__$z
445
- }, __vue_inject_styles__$B, __vue_script__$B, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
442
+ const __vue_component__$D = /*#__PURE__*/normalizeComponent({
443
+ render: __vue_render__$B,
444
+ staticRenderFns: __vue_staticRenderFns__$B
445
+ }, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, createInjector, undefined, undefined);
446
446
 
447
- var script$A = {
447
+ var script$C = {
448
448
  name: 'VcModalContainer',
449
449
  components: {
450
- VcButton: __vue_component__$B,
451
- VcModalWrapper: __vue_component__$D,
452
- VcIcon: __vue_component__$C,
450
+ VcButton: __vue_component__$D,
451
+ VcModalWrapper: __vue_component__$F,
452
+ VcIcon: __vue_component__$E,
453
453
  VLayout: VLayout
454
454
  },
455
455
  props: {
@@ -495,10 +495,10 @@ var script$A = {
495
495
  };
496
496
 
497
497
  /* script */
498
- const __vue_script__$A = script$A;
498
+ const __vue_script__$C = script$C;
499
499
  /* template */
500
500
 
501
- var __vue_render__$y = function () {
501
+ var __vue_render__$A = function () {
502
502
  var _vm = this;
503
503
 
504
504
  var _h = _vm.$createElement;
@@ -571,10 +571,10 @@ var __vue_render__$y = function () {
571
571
  }, [_vm._t("footer")], 2)])]], 2) : _vm._e();
572
572
  };
573
573
 
574
- var __vue_staticRenderFns__$y = [];
574
+ var __vue_staticRenderFns__$A = [];
575
575
  /* style */
576
576
 
577
- const __vue_inject_styles__$A = function (inject) {
577
+ const __vue_inject_styles__$C = function (inject) {
578
578
  if (!inject) return;
579
579
  inject("data-v-6b2b8919_0", {
580
580
  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}",
@@ -585,23 +585,23 @@ const __vue_inject_styles__$A = function (inject) {
585
585
  /* scoped */
586
586
 
587
587
 
588
- const __vue_scope_id__$A = undefined;
588
+ const __vue_scope_id__$C = undefined;
589
589
  /* module identifier */
590
590
 
591
- const __vue_module_identifier__$A = undefined;
591
+ const __vue_module_identifier__$C = undefined;
592
592
  /* functional template */
593
593
 
594
- const __vue_is_functional_template__$A = false;
594
+ const __vue_is_functional_template__$C = false;
595
595
  /* style inject SSR */
596
596
 
597
597
  /* style inject shadow dom */
598
598
 
599
- const __vue_component__$A = /*#__PURE__*/normalizeComponent({
600
- render: __vue_render__$y,
601
- staticRenderFns: __vue_staticRenderFns__$y
602
- }, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, createInjector, undefined, undefined);
599
+ const __vue_component__$C = /*#__PURE__*/normalizeComponent({
600
+ render: __vue_render__$A,
601
+ staticRenderFns: __vue_staticRenderFns__$A
602
+ }, __vue_inject_styles__$C, __vue_script__$C, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
603
603
 
604
- var script$z = {
604
+ var script$B = {
605
605
  name: "VcLayout",
606
606
  render: function (createElement) {
607
607
  // `<v-layout><slot></slot></v-layout>`
@@ -615,34 +615,34 @@ var script$z = {
615
615
  };
616
616
 
617
617
  /* script */
618
- const __vue_script__$z = script$z;
618
+ const __vue_script__$B = script$B;
619
619
  /* template */
620
620
 
621
621
  /* style */
622
622
 
623
- const __vue_inject_styles__$z = undefined;
623
+ const __vue_inject_styles__$B = undefined;
624
624
  /* scoped */
625
625
 
626
- const __vue_scope_id__$z = "data-v-0751575a";
626
+ const __vue_scope_id__$B = "data-v-0751575a";
627
627
  /* module identifier */
628
628
 
629
- const __vue_module_identifier__$z = undefined;
629
+ const __vue_module_identifier__$B = undefined;
630
630
  /* functional template */
631
631
 
632
- const __vue_is_functional_template__$z = undefined;
632
+ const __vue_is_functional_template__$B = undefined;
633
633
  /* style inject */
634
634
 
635
635
  /* style inject SSR */
636
636
 
637
637
  /* style inject shadow dom */
638
638
 
639
- const __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);
639
+ const __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);
640
640
 
641
- var script$y = {
641
+ var script$A = {
642
642
  name: "VcModalFooter",
643
643
  components: {
644
- VcLayout: __vue_component__$z,
645
- VcButton: __vue_component__$B
644
+ VcLayout: __vue_component__$B,
645
+ VcButton: __vue_component__$D
646
646
  },
647
647
  props: {
648
648
  direction: {
@@ -667,10 +667,10 @@ var script$y = {
667
667
  };
668
668
 
669
669
  /* script */
670
- const __vue_script__$y = script$y;
670
+ const __vue_script__$A = script$A;
671
671
  /* template */
672
672
 
673
- var __vue_render__$x = function () {
673
+ var __vue_render__$z = function () {
674
674
  var _vm = this;
675
675
 
676
676
  var _h = _vm.$createElement;
@@ -703,10 +703,10 @@ var __vue_render__$x = function () {
703
703
  }), 1);
704
704
  };
705
705
 
706
- var __vue_staticRenderFns__$x = [];
706
+ var __vue_staticRenderFns__$z = [];
707
707
  /* style */
708
708
 
709
- const __vue_inject_styles__$y = function (inject) {
709
+ const __vue_inject_styles__$A = function (inject) {
710
710
  if (!inject) return;
711
711
  inject("data-v-daacbd22_0", {
712
712
  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)}",
@@ -717,28 +717,28 @@ const __vue_inject_styles__$y = function (inject) {
717
717
  /* scoped */
718
718
 
719
719
 
720
- const __vue_scope_id__$y = "data-v-daacbd22";
720
+ const __vue_scope_id__$A = "data-v-daacbd22";
721
721
  /* module identifier */
722
722
 
723
- const __vue_module_identifier__$y = undefined;
723
+ const __vue_module_identifier__$A = undefined;
724
724
  /* functional template */
725
725
 
726
- const __vue_is_functional_template__$y = false;
726
+ const __vue_is_functional_template__$A = false;
727
727
  /* style inject SSR */
728
728
 
729
729
  /* style inject shadow dom */
730
730
 
731
- const __vue_component__$y = /*#__PURE__*/normalizeComponent({
732
- render: __vue_render__$x,
733
- staticRenderFns: __vue_staticRenderFns__$x
734
- }, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
731
+ const __vue_component__$A = /*#__PURE__*/normalizeComponent({
732
+ render: __vue_render__$z,
733
+ staticRenderFns: __vue_staticRenderFns__$z
734
+ }, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, createInjector, undefined, undefined);
735
735
 
736
- var script$x = {
736
+ var script$z = {
737
737
  name: "VcModalHeader",
738
738
  components: {
739
- VcLayout: __vue_component__$z,
740
- VcIcon: __vue_component__$C,
741
- VcButton: __vue_component__$B
739
+ VcLayout: __vue_component__$B,
740
+ VcIcon: __vue_component__$E,
741
+ VcButton: __vue_component__$D
742
742
  },
743
743
  props: {
744
744
  topTitle: {
@@ -776,10 +776,10 @@ var script$x = {
776
776
  };
777
777
 
778
778
  /* script */
779
- const __vue_script__$x = script$x;
779
+ const __vue_script__$z = script$z;
780
780
  /* template */
781
781
 
782
- var __vue_render__$w = function () {
782
+ var __vue_render__$y = function () {
783
783
  var _vm = this;
784
784
 
785
785
  var _h = _vm.$createElement;
@@ -852,10 +852,10 @@ var __vue_render__$w = function () {
852
852
  }, [_vm._v(_vm._s(_vm.subtitle))]) : _vm._e()])], 1)], 2);
853
853
  };
854
854
 
855
- var __vue_staticRenderFns__$w = [];
855
+ var __vue_staticRenderFns__$y = [];
856
856
  /* style */
857
857
 
858
- const __vue_inject_styles__$x = function (inject) {
858
+ const __vue_inject_styles__$z = function (inject) {
859
859
  if (!inject) return;
860
860
  inject("data-v-407bef94_0", {
861
861
  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)}}",
@@ -866,30 +866,30 @@ const __vue_inject_styles__$x = function (inject) {
866
866
  /* scoped */
867
867
 
868
868
 
869
- const __vue_scope_id__$x = "data-v-407bef94";
869
+ const __vue_scope_id__$z = "data-v-407bef94";
870
870
  /* module identifier */
871
871
 
872
- const __vue_module_identifier__$x = undefined;
872
+ const __vue_module_identifier__$z = undefined;
873
873
  /* functional template */
874
874
 
875
- const __vue_is_functional_template__$x = false;
875
+ const __vue_is_functional_template__$z = false;
876
876
  /* style inject SSR */
877
877
 
878
878
  /* style inject shadow dom */
879
879
 
880
- const __vue_component__$x = /*#__PURE__*/normalizeComponent({
881
- render: __vue_render__$w,
882
- staticRenderFns: __vue_staticRenderFns__$w
883
- }, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
880
+ const __vue_component__$z = /*#__PURE__*/normalizeComponent({
881
+ render: __vue_render__$y,
882
+ staticRenderFns: __vue_staticRenderFns__$y
883
+ }, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, createInjector, undefined, undefined);
884
884
 
885
- var script$w = {
885
+ var script$y = {
886
886
  name: "VcConfirmModal",
887
887
  components: {
888
- VcModalHeader: __vue_component__$x,
889
- VcLayout: __vue_component__$z,
890
- VcModalFooter: __vue_component__$y,
891
- VcIcon: __vue_component__$C,
892
- VcModalContainer: __vue_component__$A
888
+ VcModalHeader: __vue_component__$z,
889
+ VcLayout: __vue_component__$B,
890
+ VcModalFooter: __vue_component__$A,
891
+ VcIcon: __vue_component__$E,
892
+ VcModalContainer: __vue_component__$C
893
893
  },
894
894
  props: {
895
895
  showDialog: {
@@ -946,10 +946,10 @@ var script$w = {
946
946
  };
947
947
 
948
948
  /* script */
949
- const __vue_script__$w = script$w;
949
+ const __vue_script__$y = script$y;
950
950
  /* template */
951
951
 
952
- var __vue_render__$v = function () {
952
+ var __vue_render__$x = function () {
953
953
  var _vm = this;
954
954
 
955
955
  var _h = _vm.$createElement;
@@ -1033,31 +1033,31 @@ var __vue_render__$v = function () {
1033
1033
  });
1034
1034
  };
1035
1035
 
1036
- var __vue_staticRenderFns__$v = [];
1036
+ var __vue_staticRenderFns__$x = [];
1037
1037
  /* style */
1038
1038
 
1039
- const __vue_inject_styles__$w = undefined;
1039
+ const __vue_inject_styles__$y = undefined;
1040
1040
  /* scoped */
1041
1041
 
1042
- const __vue_scope_id__$w = "data-v-43bbc80a";
1042
+ const __vue_scope_id__$y = "data-v-43bbc80a";
1043
1043
  /* module identifier */
1044
1044
 
1045
- const __vue_module_identifier__$w = undefined;
1045
+ const __vue_module_identifier__$y = undefined;
1046
1046
  /* functional template */
1047
1047
 
1048
- const __vue_is_functional_template__$w = false;
1048
+ const __vue_is_functional_template__$y = false;
1049
1049
  /* style inject */
1050
1050
 
1051
1051
  /* style inject SSR */
1052
1052
 
1053
1053
  /* style inject shadow dom */
1054
1054
 
1055
- const __vue_component__$w = /*#__PURE__*/normalizeComponent({
1056
- render: __vue_render__$v,
1057
- staticRenderFns: __vue_staticRenderFns__$v
1058
- }, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, undefined, undefined);
1055
+ const __vue_component__$y = /*#__PURE__*/normalizeComponent({
1056
+ render: __vue_render__$x,
1057
+ staticRenderFns: __vue_staticRenderFns__$x
1058
+ }, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, undefined, undefined, undefined);
1059
1059
 
1060
- var script$v = {
1060
+ var script$x = {
1061
1061
  name: "VcForm",
1062
1062
  methods: {
1063
1063
  validate() {
@@ -1077,38 +1077,38 @@ var script$v = {
1077
1077
  };
1078
1078
 
1079
1079
  /* script */
1080
- const __vue_script__$v = script$v;
1080
+ const __vue_script__$x = script$x;
1081
1081
  /* template */
1082
1082
 
1083
1083
  /* style */
1084
1084
 
1085
- const __vue_inject_styles__$v = undefined;
1085
+ const __vue_inject_styles__$x = undefined;
1086
1086
  /* scoped */
1087
1087
 
1088
- const __vue_scope_id__$v = "data-v-398cf17d";
1088
+ const __vue_scope_id__$x = "data-v-398cf17d";
1089
1089
  /* module identifier */
1090
1090
 
1091
- const __vue_module_identifier__$v = undefined;
1091
+ const __vue_module_identifier__$x = undefined;
1092
1092
  /* functional template */
1093
1093
 
1094
- const __vue_is_functional_template__$v = undefined;
1094
+ const __vue_is_functional_template__$x = undefined;
1095
1095
  /* style inject */
1096
1096
 
1097
1097
  /* style inject SSR */
1098
1098
 
1099
1099
  /* style inject shadow dom */
1100
1100
 
1101
- const __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);
1101
+ const __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);
1102
1102
 
1103
- var script$u = {
1103
+ var script$w = {
1104
1104
  name: "VcInputModal",
1105
1105
  components: {
1106
- VcForm: __vue_component__$v,
1107
- VcLayout: __vue_component__$z,
1108
- VcModalFooter: __vue_component__$y,
1109
- VcIcon: __vue_component__$C,
1110
- VcModalContainer: __vue_component__$A,
1111
- VcModalHeader: __vue_component__$x
1106
+ VcForm: __vue_component__$x,
1107
+ VcLayout: __vue_component__$B,
1108
+ VcModalFooter: __vue_component__$A,
1109
+ VcIcon: __vue_component__$E,
1110
+ VcModalContainer: __vue_component__$C,
1111
+ VcModalHeader: __vue_component__$z
1112
1112
  },
1113
1113
  props: {
1114
1114
  showDialog: {
@@ -1185,10 +1185,10 @@ var script$u = {
1185
1185
  };
1186
1186
 
1187
1187
  /* script */
1188
- const __vue_script__$u = script$u;
1188
+ const __vue_script__$w = script$w;
1189
1189
  /* template */
1190
1190
 
1191
- var __vue_render__$u = function () {
1191
+ var __vue_render__$w = function () {
1192
1192
  var _vm = this;
1193
1193
 
1194
1194
  var _h = _vm.$createElement;
@@ -1289,10 +1289,10 @@ var __vue_render__$u = function () {
1289
1289
  });
1290
1290
  };
1291
1291
 
1292
- var __vue_staticRenderFns__$u = [];
1292
+ var __vue_staticRenderFns__$w = [];
1293
1293
  /* style */
1294
1294
 
1295
- const __vue_inject_styles__$u = function (inject) {
1295
+ const __vue_inject_styles__$w = function (inject) {
1296
1296
  if (!inject) return;
1297
1297
  inject("data-v-1f25c5b3_0", {
1298
1298
  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)}",
@@ -1303,28 +1303,28 @@ const __vue_inject_styles__$u = function (inject) {
1303
1303
  /* scoped */
1304
1304
 
1305
1305
 
1306
- const __vue_scope_id__$u = "data-v-1f25c5b3";
1306
+ const __vue_scope_id__$w = "data-v-1f25c5b3";
1307
1307
  /* module identifier */
1308
1308
 
1309
- const __vue_module_identifier__$u = undefined;
1309
+ const __vue_module_identifier__$w = undefined;
1310
1310
  /* functional template */
1311
1311
 
1312
- const __vue_is_functional_template__$u = false;
1312
+ const __vue_is_functional_template__$w = false;
1313
1313
  /* style inject SSR */
1314
1314
 
1315
1315
  /* style inject shadow dom */
1316
1316
 
1317
- const __vue_component__$u = /*#__PURE__*/normalizeComponent({
1318
- render: __vue_render__$u,
1319
- staticRenderFns: __vue_staticRenderFns__$u
1320
- }, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
1317
+ const __vue_component__$w = /*#__PURE__*/normalizeComponent({
1318
+ render: __vue_render__$w,
1319
+ staticRenderFns: __vue_staticRenderFns__$w
1320
+ }, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
1321
1321
 
1322
- var script$t = {
1322
+ var script$v = {
1323
1323
  name: "VcNoticeModal",
1324
1324
  components: {
1325
- VcLayout: __vue_component__$z,
1326
- VcModalFooter: __vue_component__$y,
1327
- VcModalContainer: __vue_component__$A
1325
+ VcLayout: __vue_component__$B,
1326
+ VcModalFooter: __vue_component__$A,
1327
+ VcModalContainer: __vue_component__$C
1328
1328
  },
1329
1329
  props: {
1330
1330
  showDialog: {
@@ -1370,10 +1370,10 @@ var script$t = {
1370
1370
  };
1371
1371
 
1372
1372
  /* script */
1373
- const __vue_script__$t = script$t;
1373
+ const __vue_script__$v = script$v;
1374
1374
  /* template */
1375
1375
 
1376
- var __vue_render__$t = function () {
1376
+ var __vue_render__$v = function () {
1377
1377
  var _vm = this;
1378
1378
 
1379
1379
  var _h = _vm.$createElement;
@@ -1459,10 +1459,10 @@ var __vue_render__$t = function () {
1459
1459
  });
1460
1460
  };
1461
1461
 
1462
- var __vue_staticRenderFns__$t = [];
1462
+ var __vue_staticRenderFns__$v = [];
1463
1463
  /* style */
1464
1464
 
1465
- const __vue_inject_styles__$t = function (inject) {
1465
+ const __vue_inject_styles__$v = function (inject) {
1466
1466
  if (!inject) return;
1467
1467
  inject("data-v-c197dce0_0", {
1468
1468
  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)}",
@@ -1473,28 +1473,28 @@ const __vue_inject_styles__$t = function (inject) {
1473
1473
  /* scoped */
1474
1474
 
1475
1475
 
1476
- const __vue_scope_id__$t = "data-v-c197dce0";
1476
+ const __vue_scope_id__$v = "data-v-c197dce0";
1477
1477
  /* module identifier */
1478
1478
 
1479
- const __vue_module_identifier__$t = undefined;
1479
+ const __vue_module_identifier__$v = undefined;
1480
1480
  /* functional template */
1481
1481
 
1482
- const __vue_is_functional_template__$t = false;
1482
+ const __vue_is_functional_template__$v = false;
1483
1483
  /* style inject SSR */
1484
1484
 
1485
1485
  /* style inject shadow dom */
1486
1486
 
1487
- const __vue_component__$t = /*#__PURE__*/normalizeComponent({
1488
- render: __vue_render__$t,
1489
- staticRenderFns: __vue_staticRenderFns__$t
1490
- }, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
1487
+ const __vue_component__$v = /*#__PURE__*/normalizeComponent({
1488
+ render: __vue_render__$v,
1489
+ staticRenderFns: __vue_staticRenderFns__$v
1490
+ }, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
1491
1491
 
1492
- var script$s = {
1492
+ var script$u = {
1493
1493
  name: "VcAlert",
1494
1494
  components: {
1495
- VcIcon: __vue_component__$C,
1496
- VcButton: __vue_component__$B,
1497
- VcLayout: __vue_component__$z,
1495
+ VcIcon: __vue_component__$E,
1496
+ VcButton: __vue_component__$D,
1497
+ VcLayout: __vue_component__$B,
1498
1498
  VAlert: VAlert
1499
1499
  },
1500
1500
  props: {
@@ -1590,10 +1590,10 @@ var script$s = {
1590
1590
  };
1591
1591
 
1592
1592
  /* script */
1593
- const __vue_script__$s = script$s;
1593
+ const __vue_script__$u = script$u;
1594
1594
  /* template */
1595
1595
 
1596
- var __vue_render__$s = function () {
1596
+ var __vue_render__$u = function () {
1597
1597
  var _vm = this;
1598
1598
 
1599
1599
  var _h = _vm.$createElement;
@@ -1663,10 +1663,10 @@ var __vue_render__$s = function () {
1663
1663
  }) : _vm._e()], 1);
1664
1664
  };
1665
1665
 
1666
- var __vue_staticRenderFns__$s = [];
1666
+ var __vue_staticRenderFns__$u = [];
1667
1667
  /* style */
1668
1668
 
1669
- const __vue_inject_styles__$s = function (inject) {
1669
+ const __vue_inject_styles__$u = function (inject) {
1670
1670
  if (!inject) return;
1671
1671
  inject("data-v-285965af_0", {
1672
1672
  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)}",
@@ -1677,21 +1677,21 @@ const __vue_inject_styles__$s = function (inject) {
1677
1677
  /* scoped */
1678
1678
 
1679
1679
 
1680
- const __vue_scope_id__$s = undefined;
1680
+ const __vue_scope_id__$u = undefined;
1681
1681
  /* module identifier */
1682
1682
 
1683
- const __vue_module_identifier__$s = undefined;
1683
+ const __vue_module_identifier__$u = undefined;
1684
1684
  /* functional template */
1685
1685
 
1686
- const __vue_is_functional_template__$s = false;
1686
+ const __vue_is_functional_template__$u = false;
1687
1687
  /* style inject SSR */
1688
1688
 
1689
1689
  /* style inject shadow dom */
1690
1690
 
1691
- const __vue_component__$s = /*#__PURE__*/normalizeComponent({
1692
- render: __vue_render__$s,
1693
- staticRenderFns: __vue_staticRenderFns__$s
1694
- }, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
1691
+ const __vue_component__$u = /*#__PURE__*/normalizeComponent({
1692
+ render: __vue_render__$u,
1693
+ staticRenderFns: __vue_staticRenderFns__$u
1694
+ }, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
1695
1695
 
1696
1696
  //
1697
1697
  //
@@ -1738,7 +1738,7 @@ const __vue_component__$s = /*#__PURE__*/normalizeComponent({
1738
1738
  //
1739
1739
  //
1740
1740
  //
1741
- var script$r = {
1741
+ var script$t = {
1742
1742
  components: {
1743
1743
  VTooltip: VTooltip
1744
1744
  },
@@ -1795,10 +1795,10 @@ var script$r = {
1795
1795
  };
1796
1796
 
1797
1797
  /* script */
1798
- const __vue_script__$r = script$r;
1798
+ const __vue_script__$t = script$t;
1799
1799
  /* template */
1800
1800
 
1801
- var __vue_render__$r = function () {
1801
+ var __vue_render__$t = function () {
1802
1802
  var _vm = this;
1803
1803
 
1804
1804
  var _h = _vm.$createElement;
@@ -1850,10 +1850,10 @@ var __vue_render__$r = function () {
1850
1850
  })])])])], 1);
1851
1851
  };
1852
1852
 
1853
- var __vue_staticRenderFns__$r = [];
1853
+ var __vue_staticRenderFns__$t = [];
1854
1854
  /* style */
1855
1855
 
1856
- const __vue_inject_styles__$r = function (inject) {
1856
+ const __vue_inject_styles__$t = function (inject) {
1857
1857
  if (!inject) return;
1858
1858
  inject("data-v-858200cc_0", {
1859
1859
  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}",
@@ -1864,26 +1864,26 @@ const __vue_inject_styles__$r = function (inject) {
1864
1864
  /* scoped */
1865
1865
 
1866
1866
 
1867
- const __vue_scope_id__$r = undefined;
1867
+ const __vue_scope_id__$t = undefined;
1868
1868
  /* module identifier */
1869
1869
 
1870
- const __vue_module_identifier__$r = undefined;
1870
+ const __vue_module_identifier__$t = undefined;
1871
1871
  /* functional template */
1872
1872
 
1873
- const __vue_is_functional_template__$r = false;
1873
+ const __vue_is_functional_template__$t = false;
1874
1874
  /* style inject SSR */
1875
1875
 
1876
1876
  /* style inject shadow dom */
1877
1877
 
1878
- const __vue_component__$r = /*#__PURE__*/normalizeComponent({
1879
- render: __vue_render__$r,
1880
- staticRenderFns: __vue_staticRenderFns__$r
1881
- }, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
1878
+ const __vue_component__$t = /*#__PURE__*/normalizeComponent({
1879
+ render: __vue_render__$t,
1880
+ staticRenderFns: __vue_staticRenderFns__$t
1881
+ }, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
1882
1882
 
1883
- var script$q = {
1883
+ var script$s = {
1884
1884
  name: "VcIconWithTooltip",
1885
1885
  components: {
1886
- VcTooltip: __vue_component__$r,
1886
+ VcTooltip: __vue_component__$t,
1887
1887
  VIcon: VIcon
1888
1888
  },
1889
1889
  props: {
@@ -1943,10 +1943,10 @@ var script$q = {
1943
1943
  };
1944
1944
 
1945
1945
  /* script */
1946
- const __vue_script__$q = script$q;
1946
+ const __vue_script__$s = script$s;
1947
1947
  /* template */
1948
1948
 
1949
- var __vue_render__$q = function () {
1949
+ var __vue_render__$s = function () {
1950
1950
  var _vm = this;
1951
1951
 
1952
1952
  var _h = _vm.$createElement;
@@ -1976,10 +1976,10 @@ var __vue_render__$q = function () {
1976
1976
  }, [_vm._v("\n " + _vm._s(_vm.getIcon) + "\n ")])]], 2);
1977
1977
  };
1978
1978
 
1979
- var __vue_staticRenderFns__$q = [];
1979
+ var __vue_staticRenderFns__$s = [];
1980
1980
  /* style */
1981
1981
 
1982
- const __vue_inject_styles__$q = function (inject) {
1982
+ const __vue_inject_styles__$s = function (inject) {
1983
1983
  if (!inject) return;
1984
1984
  inject("data-v-7193d7d6_0", {
1985
1985
  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)}",
@@ -1990,21 +1990,21 @@ const __vue_inject_styles__$q = function (inject) {
1990
1990
  /* scoped */
1991
1991
 
1992
1992
 
1993
- const __vue_scope_id__$q = undefined;
1993
+ const __vue_scope_id__$s = undefined;
1994
1994
  /* module identifier */
1995
1995
 
1996
- const __vue_module_identifier__$q = undefined;
1996
+ const __vue_module_identifier__$s = undefined;
1997
1997
  /* functional template */
1998
1998
 
1999
- const __vue_is_functional_template__$q = false;
1999
+ const __vue_is_functional_template__$s = false;
2000
2000
  /* style inject SSR */
2001
2001
 
2002
2002
  /* style inject shadow dom */
2003
2003
 
2004
- const __vue_component__$q = /*#__PURE__*/normalizeComponent({
2005
- render: __vue_render__$q,
2006
- staticRenderFns: __vue_staticRenderFns__$q
2007
- }, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
2004
+ const __vue_component__$s = /*#__PURE__*/normalizeComponent({
2005
+ render: __vue_render__$s,
2006
+ staticRenderFns: __vue_staticRenderFns__$s
2007
+ }, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
2008
2008
 
2009
2009
  //
2010
2010
  //
@@ -2032,7 +2032,7 @@ const __vue_component__$q = /*#__PURE__*/normalizeComponent({
2032
2032
  //
2033
2033
  //
2034
2034
  //
2035
- var script$p = {
2035
+ var script$r = {
2036
2036
  components: {
2037
2037
  VIcon: VIcon,
2038
2038
  VTooltip: VTooltip
@@ -2152,10 +2152,10 @@ var script$p = {
2152
2152
  };
2153
2153
 
2154
2154
  /* script */
2155
- const __vue_script__$p = script$p;
2155
+ const __vue_script__$r = script$r;
2156
2156
  /* template */
2157
2157
 
2158
- var __vue_render__$p = function () {
2158
+ var __vue_render__$r = function () {
2159
2159
  var _vm = this;
2160
2160
 
2161
2161
  var _h = _vm.$createElement;
@@ -2205,10 +2205,10 @@ var __vue_render__$p = function () {
2205
2205
  }, [_vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.lightModeTooltip))])])], 1);
2206
2206
  };
2207
2207
 
2208
- var __vue_staticRenderFns__$p = [];
2208
+ var __vue_staticRenderFns__$r = [];
2209
2209
  /* style */
2210
2210
 
2211
- const __vue_inject_styles__$p = function (inject) {
2211
+ const __vue_inject_styles__$r = function (inject) {
2212
2212
  if (!inject) return;
2213
2213
  inject("data-v-24222052_0", {
2214
2214
  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}",
@@ -2219,29 +2219,29 @@ const __vue_inject_styles__$p = function (inject) {
2219
2219
  /* scoped */
2220
2220
 
2221
2221
 
2222
- const __vue_scope_id__$p = "data-v-24222052";
2222
+ const __vue_scope_id__$r = "data-v-24222052";
2223
2223
  /* module identifier */
2224
2224
 
2225
- const __vue_module_identifier__$p = undefined;
2225
+ const __vue_module_identifier__$r = undefined;
2226
2226
  /* functional template */
2227
2227
 
2228
- const __vue_is_functional_template__$p = false;
2228
+ const __vue_is_functional_template__$r = false;
2229
2229
  /* style inject SSR */
2230
2230
 
2231
2231
  /* style inject shadow dom */
2232
2232
 
2233
- const __vue_component__$p = /*#__PURE__*/normalizeComponent({
2234
- render: __vue_render__$p,
2235
- staticRenderFns: __vue_staticRenderFns__$p
2236
- }, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
2233
+ const __vue_component__$r = /*#__PURE__*/normalizeComponent({
2234
+ render: __vue_render__$r,
2235
+ staticRenderFns: __vue_staticRenderFns__$r
2236
+ }, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
2237
2237
 
2238
- var script$o = {
2238
+ var script$q = {
2239
2239
  name: "VcBottomActions",
2240
2240
  components: {
2241
- VcLayout: __vue_component__$z,
2242
- VcButton: __vue_component__$B,
2243
- VcIcon: __vue_component__$C,
2244
- VcAvatar: __vue_component__$p,
2241
+ VcLayout: __vue_component__$B,
2242
+ VcButton: __vue_component__$D,
2243
+ VcIcon: __vue_component__$E,
2244
+ VcAvatar: __vue_component__$r,
2245
2245
  VSubheader: VSubheader,
2246
2246
  VListItem: VListItem,
2247
2247
  VList: VList,
@@ -2283,10 +2283,10 @@ var script$o = {
2283
2283
  };
2284
2284
 
2285
2285
  /* script */
2286
- const __vue_script__$o = script$o;
2286
+ const __vue_script__$q = script$q;
2287
2287
  /* template */
2288
2288
 
2289
- var __vue_render__$o = function () {
2289
+ var __vue_render__$q = function () {
2290
2290
  var _vm = this;
2291
2291
 
2292
2292
  var _h = _vm.$createElement;
@@ -2372,10 +2372,10 @@ var __vue_render__$o = function () {
2372
2372
  }), 1)], 1)], 1);
2373
2373
  };
2374
2374
 
2375
- var __vue_staticRenderFns__$o = [];
2375
+ var __vue_staticRenderFns__$q = [];
2376
2376
  /* style */
2377
2377
 
2378
- const __vue_inject_styles__$o = function (inject) {
2378
+ const __vue_inject_styles__$q = function (inject) {
2379
2379
  if (!inject) return;
2380
2380
  inject("data-v-51eeacd7_0", {
2381
2381
  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)}",
@@ -2386,28 +2386,28 @@ const __vue_inject_styles__$o = function (inject) {
2386
2386
  /* scoped */
2387
2387
 
2388
2388
 
2389
- const __vue_scope_id__$o = undefined;
2389
+ const __vue_scope_id__$q = undefined;
2390
2390
  /* module identifier */
2391
2391
 
2392
- const __vue_module_identifier__$o = undefined;
2392
+ const __vue_module_identifier__$q = undefined;
2393
2393
  /* functional template */
2394
2394
 
2395
- const __vue_is_functional_template__$o = false;
2395
+ const __vue_is_functional_template__$q = false;
2396
2396
  /* style inject SSR */
2397
2397
 
2398
2398
  /* style inject shadow dom */
2399
2399
 
2400
- const __vue_component__$o = /*#__PURE__*/normalizeComponent({
2401
- render: __vue_render__$o,
2402
- staticRenderFns: __vue_staticRenderFns__$o
2403
- }, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
2400
+ const __vue_component__$q = /*#__PURE__*/normalizeComponent({
2401
+ render: __vue_render__$q,
2402
+ staticRenderFns: __vue_staticRenderFns__$q
2403
+ }, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
2404
2404
 
2405
- var script$n = {
2405
+ var script$p = {
2406
2406
  name: "VcActionList",
2407
2407
  components: {
2408
- VcLayout: __vue_component__$z,
2409
- VcButton: __vue_component__$B,
2410
- VcIcon: __vue_component__$C,
2408
+ VcLayout: __vue_component__$B,
2409
+ VcButton: __vue_component__$D,
2410
+ VcIcon: __vue_component__$E,
2411
2411
  VListItemTitle: VListItemTitle,
2412
2412
  VListItem: VListItem,
2413
2413
  VList: VList,
@@ -2433,10 +2433,10 @@ var script$n = {
2433
2433
  };
2434
2434
 
2435
2435
  /* script */
2436
- const __vue_script__$n = script$n;
2436
+ const __vue_script__$p = script$p;
2437
2437
  /* template */
2438
2438
 
2439
- var __vue_render__$n = function () {
2439
+ var __vue_render__$p = function () {
2440
2440
  var _vm = this;
2441
2441
 
2442
2442
  var _h = _vm.$createElement;
@@ -2488,13 +2488,13 @@ var __vue_render__$n = function () {
2488
2488
  }), 1)], 1)], 1);
2489
2489
  };
2490
2490
 
2491
- var __vue_staticRenderFns__$n = [];
2491
+ var __vue_staticRenderFns__$p = [];
2492
2492
  /* style */
2493
2493
 
2494
- const __vue_inject_styles__$n = function (inject) {
2494
+ const __vue_inject_styles__$p = function (inject) {
2495
2495
  if (!inject) return;
2496
- inject("data-v-936b4f84_0", {
2497
- 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)}",
2496
+ inject("data-v-e0ece422_0", {
2497
+ 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)}",
2498
2498
  map: undefined,
2499
2499
  media: undefined
2500
2500
  });
@@ -2502,28 +2502,28 @@ const __vue_inject_styles__$n = function (inject) {
2502
2502
  /* scoped */
2503
2503
 
2504
2504
 
2505
- const __vue_scope_id__$n = undefined;
2505
+ const __vue_scope_id__$p = undefined;
2506
2506
  /* module identifier */
2507
2507
 
2508
- const __vue_module_identifier__$n = undefined;
2508
+ const __vue_module_identifier__$p = undefined;
2509
2509
  /* functional template */
2510
2510
 
2511
- const __vue_is_functional_template__$n = false;
2511
+ const __vue_is_functional_template__$p = false;
2512
2512
  /* style inject SSR */
2513
2513
 
2514
2514
  /* style inject shadow dom */
2515
2515
 
2516
- const __vue_component__$n = /*#__PURE__*/normalizeComponent({
2517
- render: __vue_render__$n,
2518
- staticRenderFns: __vue_staticRenderFns__$n
2519
- }, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
2516
+ const __vue_component__$p = /*#__PURE__*/normalizeComponent({
2517
+ render: __vue_render__$p,
2518
+ staticRenderFns: __vue_staticRenderFns__$p
2519
+ }, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
2520
2520
 
2521
- var script$m = {
2521
+ var script$o = {
2522
2522
  name: "VcActions",
2523
2523
  components: {
2524
- VcIcon: __vue_component__$C,
2525
- VcActionList: __vue_component__$n,
2526
- VcBottomActions: __vue_component__$o
2524
+ VcIcon: __vue_component__$E,
2525
+ VcActionList: __vue_component__$p,
2526
+ VcBottomActions: __vue_component__$q
2527
2527
  },
2528
2528
 
2529
2529
  data() {
@@ -2576,10 +2576,10 @@ var script$m = {
2576
2576
  };
2577
2577
 
2578
2578
  /* script */
2579
- const __vue_script__$m = script$m;
2579
+ const __vue_script__$o = script$o;
2580
2580
  /* template */
2581
2581
 
2582
- var __vue_render__$m = function () {
2582
+ var __vue_render__$o = function () {
2583
2583
  var _vm = this;
2584
2584
 
2585
2585
  var _h = _vm.$createElement;
@@ -2601,20 +2601,18 @@ var __vue_render__$m = function () {
2601
2601
  fn: function (ref) {
2602
2602
  var attrs = ref.attrs;
2603
2603
  var on = ref.on;
2604
- return [_vm._t("default", function () {
2605
- return [_c('VcIcon', _vm._g(_vm._b({
2606
- attrs: {
2607
- "small": ""
2608
- },
2609
- on: {
2610
- "click": function ($event) {
2611
- _vm.showSheet = !_vm.showSheet;
2612
- }
2604
+ return [_c('VcIcon', _vm._g(_vm._b({
2605
+ attrs: {
2606
+ "small": ""
2607
+ },
2608
+ on: {
2609
+ "click": function ($event) {
2610
+ _vm.showSheet = !_vm.showSheet;
2613
2611
  }
2614
- }, 'VcIcon', attrs, false), on), [_vm._v("\n $three_dots\n ")])];
2615
- }, null, attrs)];
2612
+ }
2613
+ }, 'VcIcon', attrs, false), on), [_vm._v("\n $three_dots\n ")])];
2616
2614
  }
2617
- }], null, true),
2615
+ }]),
2618
2616
  model: {
2619
2617
  value: _vm.showSheet,
2620
2618
  callback: function ($$v) {
@@ -2625,29 +2623,29 @@ var __vue_render__$m = function () {
2625
2623
  }, 'component', _vm.$props, false));
2626
2624
  };
2627
2625
 
2628
- var __vue_staticRenderFns__$m = [];
2626
+ var __vue_staticRenderFns__$o = [];
2629
2627
  /* style */
2630
2628
 
2631
- const __vue_inject_styles__$m = undefined;
2629
+ const __vue_inject_styles__$o = undefined;
2632
2630
  /* scoped */
2633
2631
 
2634
- const __vue_scope_id__$m = undefined;
2632
+ const __vue_scope_id__$o = undefined;
2635
2633
  /* module identifier */
2636
2634
 
2637
- const __vue_module_identifier__$m = undefined;
2635
+ const __vue_module_identifier__$o = undefined;
2638
2636
  /* functional template */
2639
2637
 
2640
- const __vue_is_functional_template__$m = false;
2638
+ const __vue_is_functional_template__$o = false;
2641
2639
  /* style inject */
2642
2640
 
2643
2641
  /* style inject SSR */
2644
2642
 
2645
2643
  /* style inject shadow dom */
2646
2644
 
2647
- const __vue_component__$m = /*#__PURE__*/normalizeComponent({
2648
- render: __vue_render__$m,
2649
- staticRenderFns: __vue_staticRenderFns__$m
2650
- }, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, undefined, undefined);
2645
+ const __vue_component__$o = /*#__PURE__*/normalizeComponent({
2646
+ render: __vue_render__$o,
2647
+ staticRenderFns: __vue_staticRenderFns__$o
2648
+ }, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, undefined, undefined);
2651
2649
 
2652
2650
  //
2653
2651
  //
@@ -2670,7 +2668,7 @@ const __vue_component__$m = /*#__PURE__*/normalizeComponent({
2670
2668
  //
2671
2669
  //
2672
2670
  //
2673
- var script$l = {
2671
+ var script$n = {
2674
2672
  components: {
2675
2673
  VStepperStep: VStepperStep,
2676
2674
  VStepper: VStepper
@@ -2743,10 +2741,10 @@ var script$l = {
2743
2741
  };
2744
2742
 
2745
2743
  /* script */
2746
- const __vue_script__$l = script$l;
2744
+ const __vue_script__$n = script$n;
2747
2745
  /* template */
2748
2746
 
2749
- var __vue_render__$l = function () {
2747
+ var __vue_render__$n = function () {
2750
2748
  var _vm = this;
2751
2749
 
2752
2750
  var _h = _vm.$createElement;
@@ -2785,10 +2783,10 @@ var __vue_render__$l = function () {
2785
2783
  })], 2)], 1);
2786
2784
  };
2787
2785
 
2788
- var __vue_staticRenderFns__$l = [];
2786
+ var __vue_staticRenderFns__$n = [];
2789
2787
  /* style */
2790
2788
 
2791
- const __vue_inject_styles__$l = function (inject) {
2789
+ const __vue_inject_styles__$n = function (inject) {
2792
2790
  if (!inject) return;
2793
2791
  inject("data-v-9f3fe138_0", {
2794
2792
  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)}",
@@ -2799,21 +2797,21 @@ const __vue_inject_styles__$l = function (inject) {
2799
2797
  /* scoped */
2800
2798
 
2801
2799
 
2802
- const __vue_scope_id__$l = "data-v-9f3fe138";
2800
+ const __vue_scope_id__$n = "data-v-9f3fe138";
2803
2801
  /* module identifier */
2804
2802
 
2805
- const __vue_module_identifier__$l = undefined;
2803
+ const __vue_module_identifier__$n = undefined;
2806
2804
  /* functional template */
2807
2805
 
2808
- const __vue_is_functional_template__$l = false;
2806
+ const __vue_is_functional_template__$n = false;
2809
2807
  /* style inject SSR */
2810
2808
 
2811
2809
  /* style inject shadow dom */
2812
2810
 
2813
- const __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, createInjector, undefined, undefined);
2811
+ const __vue_component__$n = /*#__PURE__*/normalizeComponent({
2812
+ render: __vue_render__$n,
2813
+ staticRenderFns: __vue_staticRenderFns__$n
2814
+ }, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
2817
2815
 
2818
2816
  //
2819
2817
  //
@@ -2830,7 +2828,7 @@ const __vue_component__$l = /*#__PURE__*/normalizeComponent({
2830
2828
  //
2831
2829
  //
2832
2830
  //
2833
- var script$k = {
2831
+ var script$m = {
2834
2832
  components: {
2835
2833
  VProgressCircular: VProgressCircular
2836
2834
  },
@@ -2899,10 +2897,10 @@ var script$k = {
2899
2897
  };
2900
2898
 
2901
2899
  /* script */
2902
- const __vue_script__$k = script$k;
2900
+ const __vue_script__$m = script$m;
2903
2901
  /* template */
2904
2902
 
2905
- var __vue_render__$k = function () {
2903
+ var __vue_render__$m = function () {
2906
2904
  var _vm = this;
2907
2905
 
2908
2906
  var _h = _vm.$createElement;
@@ -2923,10 +2921,10 @@ var __vue_render__$k = function () {
2923
2921
  }, [_vm._v("\n " + _vm._s(_vm.currentStep) + " / " + _vm._s(_vm.steps) + "\n ")]) : _vm._e()]);
2924
2922
  };
2925
2923
 
2926
- var __vue_staticRenderFns__$k = [];
2924
+ var __vue_staticRenderFns__$m = [];
2927
2925
  /* style */
2928
2926
 
2929
- const __vue_inject_styles__$k = function (inject) {
2927
+ const __vue_inject_styles__$m = function (inject) {
2930
2928
  if (!inject) return;
2931
2929
  inject("data-v-5c278fc2_0", {
2932
2930
  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)}",
@@ -2937,27 +2935,27 @@ const __vue_inject_styles__$k = function (inject) {
2937
2935
  /* scoped */
2938
2936
 
2939
2937
 
2940
- const __vue_scope_id__$k = "data-v-5c278fc2";
2938
+ const __vue_scope_id__$m = "data-v-5c278fc2";
2941
2939
  /* module identifier */
2942
2940
 
2943
- const __vue_module_identifier__$k = undefined;
2941
+ const __vue_module_identifier__$m = undefined;
2944
2942
  /* functional template */
2945
2943
 
2946
- const __vue_is_functional_template__$k = false;
2944
+ const __vue_is_functional_template__$m = false;
2947
2945
  /* style inject SSR */
2948
2946
 
2949
2947
  /* style inject shadow dom */
2950
2948
 
2951
- const __vue_component__$k = /*#__PURE__*/normalizeComponent({
2952
- render: __vue_render__$k,
2953
- staticRenderFns: __vue_staticRenderFns__$k
2954
- }, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
2949
+ const __vue_component__$m = /*#__PURE__*/normalizeComponent({
2950
+ render: __vue_render__$m,
2951
+ staticRenderFns: __vue_staticRenderFns__$m
2952
+ }, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
2955
2953
 
2956
- var script$j = {
2954
+ var script$l = {
2957
2955
  name: "VcMobileWizardProgress",
2958
2956
  components: {
2959
- VcLayout: __vue_component__$z,
2960
- VcProgressCircular: __vue_component__$k
2957
+ VcLayout: __vue_component__$B,
2958
+ VcProgressCircular: __vue_component__$m
2961
2959
  },
2962
2960
  model: {
2963
2961
  prop: 'currentStep'
@@ -3013,10 +3011,10 @@ var script$j = {
3013
3011
  };
3014
3012
 
3015
3013
  /* script */
3016
- const __vue_script__$j = script$j;
3014
+ const __vue_script__$l = script$l;
3017
3015
  /* template */
3018
3016
 
3019
- var __vue_render__$j = function () {
3017
+ var __vue_render__$l = function () {
3020
3018
  var _vm = this;
3021
3019
 
3022
3020
  var _h = _vm.$createElement;
@@ -3052,10 +3050,10 @@ var __vue_render__$j = function () {
3052
3050
  }, [_vm._v(_vm._s(_vm.nextStepName))]) : _vm._e()])], 1);
3053
3051
  };
3054
3052
 
3055
- var __vue_staticRenderFns__$j = [];
3053
+ var __vue_staticRenderFns__$l = [];
3056
3054
  /* style */
3057
3055
 
3058
- const __vue_inject_styles__$j = function (inject) {
3056
+ const __vue_inject_styles__$l = function (inject) {
3059
3057
  if (!inject) return;
3060
3058
  inject("data-v-4fe04d36_0", {
3061
3059
  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)}",
@@ -3066,21 +3064,21 @@ const __vue_inject_styles__$j = function (inject) {
3066
3064
  /* scoped */
3067
3065
 
3068
3066
 
3069
- const __vue_scope_id__$j = "data-v-4fe04d36";
3067
+ const __vue_scope_id__$l = "data-v-4fe04d36";
3070
3068
  /* module identifier */
3071
3069
 
3072
- const __vue_module_identifier__$j = undefined;
3070
+ const __vue_module_identifier__$l = undefined;
3073
3071
  /* functional template */
3074
3072
 
3075
- const __vue_is_functional_template__$j = false;
3073
+ const __vue_is_functional_template__$l = false;
3076
3074
  /* style inject SSR */
3077
3075
 
3078
3076
  /* style inject shadow dom */
3079
3077
 
3080
- const __vue_component__$j = /*#__PURE__*/normalizeComponent({
3081
- render: __vue_render__$j,
3082
- staticRenderFns: __vue_staticRenderFns__$j
3083
- }, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
3078
+ const __vue_component__$l = /*#__PURE__*/normalizeComponent({
3079
+ render: __vue_render__$l,
3080
+ staticRenderFns: __vue_staticRenderFns__$l
3081
+ }, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
3084
3082
 
3085
3083
  //
3086
3084
  //
@@ -3104,7 +3102,7 @@ const __vue_component__$j = /*#__PURE__*/normalizeComponent({
3104
3102
  //
3105
3103
  //
3106
3104
  //
3107
- var script$i = {
3105
+ var script$k = {
3108
3106
  components: {
3109
3107
  VCol: VCol,
3110
3108
  VRow: VRow,
@@ -3190,10 +3188,10 @@ var script$i = {
3190
3188
  };
3191
3189
 
3192
3190
  /* script */
3193
- const __vue_script__$i = script$i;
3191
+ const __vue_script__$k = script$k;
3194
3192
  /* template */
3195
3193
 
3196
- var __vue_render__$i = function () {
3194
+ var __vue_render__$k = function () {
3197
3195
  var _vm = this;
3198
3196
 
3199
3197
  var _h = _vm.$createElement;
@@ -3240,10 +3238,10 @@ var __vue_render__$i = function () {
3240
3238
  }), 1);
3241
3239
  };
3242
3240
 
3243
- var __vue_staticRenderFns__$i = [];
3241
+ var __vue_staticRenderFns__$k = [];
3244
3242
  /* style */
3245
3243
 
3246
- const __vue_inject_styles__$i = function (inject) {
3244
+ const __vue_inject_styles__$k = function (inject) {
3247
3245
  if (!inject) return;
3248
3246
  inject("data-v-284ef818_0", {
3249
3247
  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}",
@@ -3254,21 +3252,21 @@ const __vue_inject_styles__$i = function (inject) {
3254
3252
  /* scoped */
3255
3253
 
3256
3254
 
3257
- const __vue_scope_id__$i = "data-v-284ef818";
3255
+ const __vue_scope_id__$k = "data-v-284ef818";
3258
3256
  /* module identifier */
3259
3257
 
3260
- const __vue_module_identifier__$i = undefined;
3258
+ const __vue_module_identifier__$k = undefined;
3261
3259
  /* functional template */
3262
3260
 
3263
- const __vue_is_functional_template__$i = false;
3261
+ const __vue_is_functional_template__$k = false;
3264
3262
  /* style inject SSR */
3265
3263
 
3266
3264
  /* style inject shadow dom */
3267
3265
 
3268
- const __vue_component__$i = /*#__PURE__*/normalizeComponent({
3269
- render: __vue_render__$i,
3270
- staticRenderFns: __vue_staticRenderFns__$i
3271
- }, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
3266
+ const __vue_component__$k = /*#__PURE__*/normalizeComponent({
3267
+ render: __vue_render__$k,
3268
+ staticRenderFns: __vue_staticRenderFns__$k
3269
+ }, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
3272
3270
 
3273
3271
  //
3274
3272
  //
@@ -3279,7 +3277,7 @@ const __vue_component__$i = /*#__PURE__*/normalizeComponent({
3279
3277
  //
3280
3278
  //
3281
3279
  //
3282
- var script$h = {
3280
+ var script$j = {
3283
3281
  components: {
3284
3282
  VProgressCircular: VProgressCircular
3285
3283
  },
@@ -3307,10 +3305,10 @@ var script$h = {
3307
3305
  };
3308
3306
 
3309
3307
  /* script */
3310
- const __vue_script__$h = script$h;
3308
+ const __vue_script__$j = script$j;
3311
3309
  /* template */
3312
3310
 
3313
- var __vue_render__$h = function () {
3311
+ var __vue_render__$j = function () {
3314
3312
  var _vm = this;
3315
3313
 
3316
3314
  var _h = _vm.$createElement;
@@ -3328,53 +3326,36 @@ var __vue_render__$h = function () {
3328
3326
  });
3329
3327
  };
3330
3328
 
3331
- var __vue_staticRenderFns__$h = [];
3329
+ var __vue_staticRenderFns__$j = [];
3332
3330
  /* style */
3333
3331
 
3334
- const __vue_inject_styles__$h = undefined;
3332
+ const __vue_inject_styles__$j = undefined;
3335
3333
  /* scoped */
3336
3334
 
3337
- const __vue_scope_id__$h = undefined;
3335
+ const __vue_scope_id__$j = undefined;
3338
3336
  /* module identifier */
3339
3337
 
3340
- const __vue_module_identifier__$h = undefined;
3338
+ const __vue_module_identifier__$j = undefined;
3341
3339
  /* functional template */
3342
3340
 
3343
- const __vue_is_functional_template__$h = false;
3341
+ const __vue_is_functional_template__$j = false;
3344
3342
  /* style inject */
3345
3343
 
3346
3344
  /* style inject SSR */
3347
3345
 
3348
3346
  /* style inject shadow dom */
3349
3347
 
3350
- const __vue_component__$h = /*#__PURE__*/normalizeComponent({
3351
- render: __vue_render__$h,
3352
- staticRenderFns: __vue_staticRenderFns__$h
3353
- }, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, undefined, undefined);
3348
+ const __vue_component__$j = /*#__PURE__*/normalizeComponent({
3349
+ render: __vue_render__$j,
3350
+ staticRenderFns: __vue_staticRenderFns__$j
3351
+ }, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, undefined, undefined);
3354
3352
 
3355
- //
3356
- //
3357
- //
3358
- //
3359
- //
3360
- //
3361
- //
3362
- //
3363
- //
3364
- //
3365
- //
3366
- //
3367
- //
3368
- //
3369
- //
3370
- //
3371
- var script$g = {
3353
+ var script$i = {
3372
3354
  components: {
3355
+ VcIcon: __vue_component__$E,
3373
3356
  VSwitch: VSwitch
3374
3357
  },
3375
-
3376
3358
  name: "VcSwitch",
3377
-
3378
3359
  props: {
3379
3360
  value: {
3380
3361
  type: Boolean,
@@ -3395,25 +3376,40 @@ var script$g = {
3395
3376
  disabled: {
3396
3377
  type: Boolean,
3397
3378
  default: false
3379
+ },
3380
+ icon: {
3381
+ type: Boolean,
3382
+ default: false
3383
+ }
3384
+ },
3385
+ methods: {
3386
+ onChange: function (id) {
3387
+ this.$emit('input', id);
3398
3388
  }
3399
3389
  }
3400
3390
  };
3401
3391
 
3402
3392
  /* script */
3403
- const __vue_script__$g = script$g;
3393
+ const __vue_script__$i = script$i;
3404
3394
  /* template */
3405
3395
 
3406
- var __vue_render__$g = function () {
3396
+ var __vue_render__$i = function () {
3407
3397
  var _vm = this;
3408
3398
 
3409
3399
  var _h = _vm.$createElement;
3410
3400
 
3411
3401
  var _c = _vm._self._c || _h;
3412
3402
 
3413
- return _c('v-switch', {
3403
+ return _c('div', {
3404
+ staticClass: "switchContainer",
3405
+ class: {
3406
+ 'with-icon': _vm.icon
3407
+ }
3408
+ }, [_c('v-switch', {
3414
3409
  staticClass: "VcSwitch",
3415
3410
  class: {
3416
- 'is-active': _vm.value
3411
+ 'is-active': _vm.value,
3412
+ 'with-icon': _vm.icon
3417
3413
  },
3418
3414
  attrs: {
3419
3415
  "inset": "",
@@ -3425,9 +3421,7 @@ var __vue_render__$g = function () {
3425
3421
  "disabled": _vm.disabled
3426
3422
  },
3427
3423
  on: {
3428
- "change": function (val) {
3429
- return _vm.$emit('input', Boolean(val));
3430
- }
3424
+ "change": _vm.onChange
3431
3425
  },
3432
3426
  scopedSlots: _vm._u([{
3433
3427
  key: "label",
@@ -3436,16 +3430,289 @@ var __vue_render__$g = function () {
3436
3430
  },
3437
3431
  proxy: true
3438
3432
  }], null, true)
3433
+ }), _vm._v(" "), _vm.icon & _vm.value ? _c('VcIcon', {
3434
+ staticClass: "VcSwitchIcon VcSwitchIconV",
3435
+ attrs: {
3436
+ "size": "10"
3437
+ }
3438
+ }, [_vm._v("$check_button")]) : _vm._e(), _vm._v(" "), _vm.icon & !_vm.value ? _c('VcIcon', {
3439
+ staticClass: "VcSwitchIcon VcSwitchIconX",
3440
+ attrs: {
3441
+ "size": "10"
3442
+ }
3443
+ }, [_vm._v("$close_button")]) : _vm._e()], 1);
3444
+ };
3445
+
3446
+ var __vue_staticRenderFns__$i = [];
3447
+ /* style */
3448
+
3449
+ const __vue_inject_styles__$i = function (inject) {
3450
+ if (!inject) return;
3451
+ inject("data-v-13c7166f_0", {
3452
+ 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)}",
3453
+ map: undefined,
3454
+ media: undefined
3439
3455
  });
3440
3456
  };
3457
+ /* scoped */
3458
+
3459
+
3460
+ const __vue_scope_id__$i = "data-v-13c7166f";
3461
+ /* module identifier */
3462
+
3463
+ const __vue_module_identifier__$i = undefined;
3464
+ /* functional template */
3465
+
3466
+ const __vue_is_functional_template__$i = false;
3467
+ /* style inject SSR */
3468
+
3469
+ /* style inject shadow dom */
3470
+
3471
+ const __vue_component__$i = /*#__PURE__*/normalizeComponent({
3472
+ render: __vue_render__$i,
3473
+ staticRenderFns: __vue_staticRenderFns__$i
3474
+ }, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
3475
+
3476
+ var script$h = {
3477
+ components: {
3478
+ VcIcon: __vue_component__$E,
3479
+ VcSwitch: __vue_component__$i,
3480
+ VContainer: VContainer
3481
+ },
3482
+ name: 'VcListEntity',
3483
+ props: {
3484
+ disabled: {
3485
+ type: Boolean,
3486
+ default: false
3487
+ },
3488
+ value: {
3489
+ type: Boolean,
3490
+ default: false
3491
+ },
3492
+ title: {
3493
+ type: String,
3494
+ required: false
3495
+ },
3496
+ dataQa: {
3497
+ type: String,
3498
+ default: 'VcListEntity'
3499
+ }
3500
+ }
3501
+ };
3502
+
3503
+ /* script */
3504
+ const __vue_script__$h = script$h;
3505
+ /* template */
3506
+
3507
+ var __vue_render__$h = function () {
3508
+ var _vm = this;
3509
+
3510
+ var _h = _vm.$createElement;
3511
+
3512
+ var _c = _vm._self._c || _h;
3513
+
3514
+ return _c('div', {
3515
+ staticClass: "listEntity",
3516
+ attrs: {
3517
+ "id": "container",
3518
+ "data-qa": _vm.dataQa
3519
+ }
3520
+ }, [_c('v-container', {
3521
+ attrs: {
3522
+ "fluid": ""
3523
+ }
3524
+ }, [_c('div', {
3525
+ staticClass: "d-flex flex-wrap justify-space-between align-center sl-row",
3526
+ class: {
3527
+ 'margin-start': _vm.$vuetify.breakpoint.mdAndUp
3528
+ }
3529
+ }, [_c('div', {
3530
+ staticClass: "justify-start d-flex align-center"
3531
+ }, [_vm._t("icon"), _vm._v(" "), _c('div', {
3532
+ staticClass: "sl-title",
3533
+ domProps: {
3534
+ "innerHTML": _vm._s(_vm.title)
3535
+ }
3536
+ })], 2), _vm._v(" "), _c('div', {
3537
+ staticClass: "d-flex justify-end"
3538
+ }, [_c('VcSwitch', {
3539
+ attrs: {
3540
+ "disabled": _vm.disabled,
3541
+ "ripple": false,
3542
+ "color": "secondary"
3543
+ },
3544
+ on: {
3545
+ "input": function (val) {
3546
+ return _vm.$emit('input', Boolean(val));
3547
+ }
3548
+ },
3549
+ model: {
3550
+ value: _vm.value,
3551
+ callback: function ($$v) {
3552
+ _vm.value = $$v;
3553
+ },
3554
+ expression: "value"
3555
+ }
3556
+ })], 1)])])], 1);
3557
+ };
3558
+
3559
+ var __vue_staticRenderFns__$h = [];
3560
+ /* style */
3561
+
3562
+ const __vue_inject_styles__$h = function (inject) {
3563
+ if (!inject) return;
3564
+ inject("data-v-c8fb4de6_0", {
3565
+ 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%}",
3566
+ map: undefined,
3567
+ media: undefined
3568
+ });
3569
+ };
3570
+ /* scoped */
3571
+
3572
+
3573
+ const __vue_scope_id__$h = undefined;
3574
+ /* module identifier */
3575
+
3576
+ const __vue_module_identifier__$h = undefined;
3577
+ /* functional template */
3578
+
3579
+ const __vue_is_functional_template__$h = false;
3580
+ /* style inject SSR */
3581
+
3582
+ /* style inject shadow dom */
3583
+
3584
+ const __vue_component__$h = /*#__PURE__*/normalizeComponent({
3585
+ render: __vue_render__$h,
3586
+ staticRenderFns: __vue_staticRenderFns__$h
3587
+ }, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
3588
+
3589
+ var script$g = {
3590
+ components: {
3591
+ VcIcon: __vue_component__$E,
3592
+ VcSwitch: __vue_component__$i,
3593
+ VContainer: VContainer
3594
+ },
3595
+ name: 'VcExpansionCard',
3596
+ props: {
3597
+ disabled: {
3598
+ type: Boolean,
3599
+ default: false
3600
+ },
3601
+ value: {
3602
+ type: Boolean,
3603
+ default: false
3604
+ },
3605
+ toLogo: {
3606
+ type: String,
3607
+ required: false,
3608
+ default: ""
3609
+ },
3610
+ fromLogo: {
3611
+ type: String,
3612
+ required: false,
3613
+ default: ""
3614
+ },
3615
+ title: {
3616
+ type: String,
3617
+ required: false
3618
+ },
3619
+ dataQa: {
3620
+ type: String,
3621
+ default: 'VcExpansionCard'
3622
+ }
3623
+ }
3624
+ };
3625
+
3626
+ /* script */
3627
+ const __vue_script__$g = script$g;
3628
+ /* template */
3629
+
3630
+ var __vue_render__$g = function () {
3631
+ var _vm = this;
3632
+
3633
+ var _h = _vm.$createElement;
3634
+
3635
+ var _c = _vm._self._c || _h;
3636
+
3637
+ return _c('div', {
3638
+ staticClass: "expansionCard",
3639
+ class: {
3640
+ 'is-active': _vm.value
3641
+ },
3642
+ attrs: {
3643
+ "id": "container",
3644
+ "data-qa": _vm.dataQa
3645
+ }
3646
+ }, [_c('v-container', {
3647
+ attrs: {
3648
+ "fluid": ""
3649
+ }
3650
+ }, [_c('div', {
3651
+ staticClass: "d-flex flex-wrap justify-space-between align-center",
3652
+ staticStyle: {
3653
+ "min-width": "100%"
3654
+ }
3655
+ }, [_c('div', {
3656
+ staticClass: "justify-start d-flex align-center",
3657
+ staticStyle: {
3658
+ "min-width": "92px"
3659
+ }
3660
+ }, [_c('img', {
3661
+ staticClass: "VcLogoImage",
3662
+ attrs: {
3663
+ "src": _vm.fromLogo
3664
+ }
3665
+ }), _vm._v(" "), _c('VcIcon', {
3666
+ attrs: {
3667
+ "size": "12"
3668
+ }
3669
+ }, [_vm._v("$chevron_left")]), _vm._v(" "), _c('img', {
3670
+ staticClass: "VcLogoImage",
3671
+ attrs: {
3672
+ "src": _vm.toLogo
3673
+ }
3674
+ })], 1), _vm._v(" "), _c('div', {
3675
+ staticClass: "d-flex justify-end",
3676
+ class: {
3677
+ 'order-2': _vm.$vuetify.breakpoint.mdAndUp
3678
+ },
3679
+ staticStyle: {
3680
+ "width": "initial"
3681
+ }
3682
+ }, [_c('VcSwitch', {
3683
+ attrs: {
3684
+ "disabled": _vm.disabled,
3685
+ "ripple": false,
3686
+ "icon": "",
3687
+ "value": _vm.value,
3688
+ "color": "secondary"
3689
+ },
3690
+ on: {
3691
+ "input": function (val) {
3692
+ return _vm.$emit('input', Boolean(val));
3693
+ }
3694
+ }
3695
+ })], 1), _vm._v(" "), _c('div', {
3696
+ staticClass: "d-flex flex-wrap ec-text",
3697
+ class: {
3698
+ 'order-1 justify-start': _vm.$vuetify.breakpoint.mdAndUp,
3699
+ 'full-width': !_vm.$vuetify.breakpoint.mdAndUp
3700
+ }
3701
+ }, [_c('div', {
3702
+ staticClass: "ec-title",
3703
+ domProps: {
3704
+ "innerHTML": _vm._s(_vm.title)
3705
+ }
3706
+ })])]), _vm._v(" "), _vm.value ? _vm._t("content") : _vm._e()], 2)], 1);
3707
+ };
3441
3708
 
3442
3709
  var __vue_staticRenderFns__$g = [];
3443
3710
  /* style */
3444
3711
 
3445
3712
  const __vue_inject_styles__$g = function (inject) {
3446
3713
  if (!inject) return;
3447
- inject("data-v-5fe5a78e_0", {
3448
- 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}",
3714
+ inject("data-v-1883492c_0", {
3715
+ 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}",
3449
3716
  map: undefined,
3450
3717
  media: undefined
3451
3718
  });
@@ -3453,7 +3720,7 @@ const __vue_inject_styles__$g = function (inject) {
3453
3720
  /* scoped */
3454
3721
 
3455
3722
 
3456
- const __vue_scope_id__$g = "data-v-5fe5a78e";
3723
+ const __vue_scope_id__$g = undefined;
3457
3724
  /* module identifier */
3458
3725
 
3459
3726
  const __vue_module_identifier__$g = undefined;
@@ -3726,7 +3993,7 @@ const __vue_component__$e = /*#__PURE__*/normalizeComponent({
3726
3993
  var script$d = {
3727
3994
  name: 'VcToast',
3728
3995
  components: {
3729
- VcAlert: __vue_component__$s,
3996
+ VcAlert: __vue_component__$u,
3730
3997
  VSnackbar: VSnackbar
3731
3998
  },
3732
3999
  props: {
@@ -3880,8 +4147,8 @@ var __vue_staticRenderFns__$c = [];
3880
4147
 
3881
4148
  const __vue_inject_styles__$c = function (inject) {
3882
4149
  if (!inject) return;
3883
- inject("data-v-659c6e70_0", {
3884
- 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}",
4150
+ inject("data-v-11425092_0", {
4151
+ 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}",
3885
4152
  map: undefined,
3886
4153
  media: undefined
3887
4154
  });
@@ -3889,7 +4156,7 @@ const __vue_inject_styles__$c = function (inject) {
3889
4156
  /* scoped */
3890
4157
 
3891
4158
 
3892
- const __vue_scope_id__$c = "data-v-659c6e70";
4159
+ const __vue_scope_id__$c = "data-v-11425092";
3893
4160
  /* module identifier */
3894
4161
 
3895
4162
  const __vue_module_identifier__$c = undefined;
@@ -3908,9 +4175,9 @@ const __vue_component__$c = /*#__PURE__*/normalizeComponent({
3908
4175
  var script$b = {
3909
4176
  name: 'VcCheckbox',
3910
4177
  components: {
3911
- VcIcon: __vue_component__$C,
3912
- VcAvatar: __vue_component__$p,
3913
- VcTooltip: __vue_component__$r,
4178
+ VcIcon: __vue_component__$E,
4179
+ VcAvatar: __vue_component__$r,
4180
+ VcTooltip: __vue_component__$t,
3914
4181
  VCheckbox: VCheckbox
3915
4182
  },
3916
4183
  computed: {
@@ -4060,10 +4327,10 @@ const __vue_component__$b = /*#__PURE__*/normalizeComponent({
4060
4327
  var script$a = {
4061
4328
  name: "FilterPanel",
4062
4329
  components: {
4063
- VcLayout: __vue_component__$z,
4064
- VcIcon: __vue_component__$C,
4065
- VcButton: __vue_component__$B,
4066
- VcLoader: __vue_component__$h
4330
+ VcLayout: __vue_component__$B,
4331
+ VcIcon: __vue_component__$E,
4332
+ VcButton: __vue_component__$D,
4333
+ VcLoader: __vue_component__$j
4067
4334
  },
4068
4335
  props: {
4069
4336
  title: {
@@ -4321,9 +4588,9 @@ const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
4321
4588
  var script$7 = {
4322
4589
  name: "ListItem",
4323
4590
  components: {
4324
- VcLayout: __vue_component__$z,
4591
+ VcLayout: __vue_component__$B,
4325
4592
  VcCheckbox: __vue_component__$b,
4326
- VcActions: __vue_component__$m
4593
+ VcActions: __vue_component__$o
4327
4594
  },
4328
4595
  props: {
4329
4596
  showSelect: {
@@ -4434,7 +4701,7 @@ const __vue_component__$7 = /*#__PURE__*/normalizeComponent({
4434
4701
  var script$6 = {
4435
4702
  name: "VcGroupHeader",
4436
4703
  components: {
4437
- VcLayout: __vue_component__$z
4704
+ VcLayout: __vue_component__$B
4438
4705
  },
4439
4706
  props: {
4440
4707
  title: {
@@ -4557,8 +4824,8 @@ var script$4 = {
4557
4824
  name: 'VcEmptyState',
4558
4825
  components: {
4559
4826
  VcSvg: __vue_component__$5,
4560
- VcButton: __vue_component__$B,
4561
- VcLayout: __vue_component__$z,
4827
+ VcButton: __vue_component__$D,
4828
+ VcLayout: __vue_component__$B,
4562
4829
  VcLink: __vue_component__$8
4563
4830
  },
4564
4831
  props: {
@@ -4673,8 +4940,8 @@ var __vue_staticRenderFns__$4 = [];
4673
4940
 
4674
4941
  const __vue_inject_styles__$4 = function (inject) {
4675
4942
  if (!inject) return;
4676
- inject("data-v-e4b3101e_0", {
4677
- 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)}",
4943
+ inject("data-v-27288639_0", {
4944
+ 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)}",
4678
4945
  map: undefined,
4679
4946
  media: undefined
4680
4947
  });
@@ -4682,7 +4949,7 @@ const __vue_inject_styles__$4 = function (inject) {
4682
4949
  /* scoped */
4683
4950
 
4684
4951
 
4685
- const __vue_scope_id__$4 = "data-v-e4b3101e";
4952
+ const __vue_scope_id__$4 = "data-v-27288639";
4686
4953
  /* module identifier */
4687
4954
 
4688
4955
  const __vue_module_identifier__$4 = undefined;
@@ -4701,7 +4968,7 @@ const __vue_component__$4 = /*#__PURE__*/normalizeComponent({
4701
4968
  var script$3 = {
4702
4969
  name: "VcBanner",
4703
4970
  components: {
4704
- VcButton: __vue_component__$B
4971
+ VcButton: __vue_component__$D
4705
4972
  },
4706
4973
  props: {
4707
4974
  dataQa: {
@@ -4804,8 +5071,8 @@ const __vue_component__$3 = /*#__PURE__*/normalizeComponent({
4804
5071
  var script$2 = {
4805
5072
  name: "VcWizardCtaContainer",
4806
5073
  components: {
4807
- VcButton: __vue_component__$B,
4808
- VcLayout: __vue_component__$z
5074
+ VcButton: __vue_component__$D,
5075
+ VcLayout: __vue_component__$B
4809
5076
  },
4810
5077
  props: {
4811
5078
  isBackDisplayed: {
@@ -4930,8 +5197,8 @@ var script$1 = {
4930
5197
  }
4931
5198
  },
4932
5199
  components: {
4933
- VcLayout: __vue_component__$z,
4934
- VcLoader: __vue_component__$h,
5200
+ VcLayout: __vue_component__$B,
5201
+ VcLoader: __vue_component__$j,
4935
5202
  VStepperContent: VStepperContent,
4936
5203
  VStepperItems: VStepperItems,
4937
5204
  VStepper: VStepper
@@ -5096,8 +5363,8 @@ var __vue_staticRenderFns__$1 = [];
5096
5363
 
5097
5364
  const __vue_inject_styles__$1 = function (inject) {
5098
5365
  if (!inject) return;
5099
- inject("data-v-9a0d3df6_0", {
5100
- 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}",
5366
+ inject("data-v-f6d81116_0", {
5367
+ 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}",
5101
5368
  map: undefined,
5102
5369
  media: undefined
5103
5370
  });
@@ -5105,7 +5372,7 @@ const __vue_inject_styles__$1 = function (inject) {
5105
5372
  /* scoped */
5106
5373
 
5107
5374
 
5108
- const __vue_scope_id__$1 = "data-v-9a0d3df6";
5375
+ const __vue_scope_id__$1 = "data-v-f6d81116";
5109
5376
  /* module identifier */
5110
5377
 
5111
5378
  const __vue_module_identifier__$1 = undefined;
@@ -5124,13 +5391,17 @@ const __vue_component__$1 = /*#__PURE__*/normalizeComponent({
5124
5391
  var script = {
5125
5392
  name: "VcWizard",
5126
5393
  components: {
5127
- VcStepsBar: __vue_component__$l,
5394
+ VcStepsBar: __vue_component__$n,
5128
5395
  VcStepperContent: __vue_component__$1,
5129
- VcMobileWizardProgress: __vue_component__$j,
5396
+ VcMobileWizardProgress: __vue_component__$l,
5130
5397
  VcWizardCtaContainer: __vue_component__$2,
5131
5398
  VLayout: VLayout
5132
5399
  },
5133
5400
  props: {
5401
+ initialWizardData: {
5402
+ type: Object,
5403
+ default: () => ({})
5404
+ },
5134
5405
  steps: {
5135
5406
  type: [Array],
5136
5407
  validator: steps => steps.every(step => step.name),
@@ -5187,16 +5458,18 @@ var script = {
5187
5458
  if (this.currentStep < this.wizardSteps.length) {
5188
5459
  this.currentStep++;
5189
5460
  } else {
5190
- this.$emit('submit', this.wizardSteps);
5461
+ this.$emit('submit', this.wizardData);
5191
5462
  }
5192
5463
  }
5193
5464
 
5194
5465
  },
5195
5466
  computed: {
5196
5467
  wizardData() {
5197
- return Object.values(this.wizardStepsData).reduce((acc, currentValue) => ({ ...acc,
5198
- ...currentValue
5199
- }), {});
5468
+ return Object.values(this.wizardStepsData).reduce((acc, currentValue) => {
5469
+ Object.assign(acc, currentValue);
5470
+ return acc;
5471
+ }, { ...this.initialWizardData
5472
+ });
5200
5473
  },
5201
5474
 
5202
5475
  currentStepObj() {
@@ -5279,8 +5552,8 @@ var __vue_staticRenderFns__ = [];
5279
5552
 
5280
5553
  const __vue_inject_styles__ = function (inject) {
5281
5554
  if (!inject) return;
5282
- inject("data-v-485be306_0", {
5283
- 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}",
5555
+ inject("data-v-d1c4a8c2_0", {
5556
+ 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}",
5284
5557
  map: undefined,
5285
5558
  media: undefined
5286
5559
  });
@@ -5288,7 +5561,7 @@ const __vue_inject_styles__ = function (inject) {
5288
5561
  /* scoped */
5289
5562
 
5290
5563
 
5291
- const __vue_scope_id__ = "data-v-485be306";
5564
+ const __vue_scope_id__ = "data-v-d1c4a8c2";
5292
5565
  /* module identifier */
5293
5566
 
5294
5567
  const __vue_module_identifier__ = undefined;
@@ -5308,29 +5581,31 @@ const __vue_component__ = /*#__PURE__*/normalizeComponent({
5308
5581
 
5309
5582
  var components$1 = /*#__PURE__*/Object.freeze({
5310
5583
  __proto__: null,
5311
- VcConfirmModal: __vue_component__$w,
5312
- VcInputModal: __vue_component__$u,
5313
- VcNoticeModal: __vue_component__$t,
5314
- VcModalFooter: __vue_component__$y,
5315
- VcModalHeader: __vue_component__$x,
5316
- VcAlert: __vue_component__$s,
5317
- VcTooltip: __vue_component__$r,
5318
- VcIconWithTooltip: __vue_component__$q,
5319
- VcBottomActions: __vue_component__$o,
5320
- VcActionList: __vue_component__$n,
5321
- VcActions: __vue_component__$m,
5322
- VcStepsBar: __vue_component__$l,
5323
- VcMobileWizardProgress: __vue_component__$j,
5324
- VcProgressCircular: __vue_component__$k,
5325
- VcButton: __vue_component__$B,
5326
- VcButtonGroup: __vue_component__$i,
5327
- VcForm: __vue_component__$v,
5328
- VcIcon: __vue_component__$C,
5329
- VcLayout: __vue_component__$z,
5330
- VcLoader: __vue_component__$h,
5331
- VcSwitch: __vue_component__$g,
5584
+ VcConfirmModal: __vue_component__$y,
5585
+ VcInputModal: __vue_component__$w,
5586
+ VcNoticeModal: __vue_component__$v,
5587
+ VcModalFooter: __vue_component__$A,
5588
+ VcModalHeader: __vue_component__$z,
5589
+ VcAlert: __vue_component__$u,
5590
+ VcTooltip: __vue_component__$t,
5591
+ VcIconWithTooltip: __vue_component__$s,
5592
+ VcBottomActions: __vue_component__$q,
5593
+ VcActionList: __vue_component__$p,
5594
+ VcActions: __vue_component__$o,
5595
+ VcStepsBar: __vue_component__$n,
5596
+ VcMobileWizardProgress: __vue_component__$l,
5597
+ VcProgressCircular: __vue_component__$m,
5598
+ VcButton: __vue_component__$D,
5599
+ VcButtonGroup: __vue_component__$k,
5600
+ VcForm: __vue_component__$x,
5601
+ VcIcon: __vue_component__$E,
5602
+ VcLayout: __vue_component__$B,
5603
+ VcLoader: __vue_component__$j,
5604
+ VcSwitch: __vue_component__$i,
5605
+ VcListEntity: __vue_component__$h,
5606
+ VcExpansionCard: __vue_component__$g,
5332
5607
  VcTextField: __vue_component__$f,
5333
- VcAvatar: __vue_component__$p,
5608
+ VcAvatar: __vue_component__$r,
5334
5609
  VcTextArea: __vue_component__$e,
5335
5610
  VcToast: __vue_component__$d,
5336
5611
  VcCard: __vue_component__$c,
@@ -5358,29 +5633,31 @@ const install = function installdesignSystem(Vue) {
5358
5633
  var components = /*#__PURE__*/Object.freeze({
5359
5634
  __proto__: null,
5360
5635
  'default': install,
5361
- VcConfirmModal: __vue_component__$w,
5362
- VcInputModal: __vue_component__$u,
5363
- VcNoticeModal: __vue_component__$t,
5364
- VcModalFooter: __vue_component__$y,
5365
- VcModalHeader: __vue_component__$x,
5366
- VcAlert: __vue_component__$s,
5367
- VcTooltip: __vue_component__$r,
5368
- VcIconWithTooltip: __vue_component__$q,
5369
- VcBottomActions: __vue_component__$o,
5370
- VcActionList: __vue_component__$n,
5371
- VcActions: __vue_component__$m,
5372
- VcStepsBar: __vue_component__$l,
5373
- VcMobileWizardProgress: __vue_component__$j,
5374
- VcProgressCircular: __vue_component__$k,
5375
- VcButton: __vue_component__$B,
5376
- VcButtonGroup: __vue_component__$i,
5377
- VcForm: __vue_component__$v,
5378
- VcIcon: __vue_component__$C,
5379
- VcLayout: __vue_component__$z,
5380
- VcLoader: __vue_component__$h,
5381
- VcSwitch: __vue_component__$g,
5636
+ VcConfirmModal: __vue_component__$y,
5637
+ VcInputModal: __vue_component__$w,
5638
+ VcNoticeModal: __vue_component__$v,
5639
+ VcModalFooter: __vue_component__$A,
5640
+ VcModalHeader: __vue_component__$z,
5641
+ VcAlert: __vue_component__$u,
5642
+ VcTooltip: __vue_component__$t,
5643
+ VcIconWithTooltip: __vue_component__$s,
5644
+ VcBottomActions: __vue_component__$q,
5645
+ VcActionList: __vue_component__$p,
5646
+ VcActions: __vue_component__$o,
5647
+ VcStepsBar: __vue_component__$n,
5648
+ VcMobileWizardProgress: __vue_component__$l,
5649
+ VcProgressCircular: __vue_component__$m,
5650
+ VcButton: __vue_component__$D,
5651
+ VcButtonGroup: __vue_component__$k,
5652
+ VcForm: __vue_component__$x,
5653
+ VcIcon: __vue_component__$E,
5654
+ VcLayout: __vue_component__$B,
5655
+ VcLoader: __vue_component__$j,
5656
+ VcSwitch: __vue_component__$i,
5657
+ VcListEntity: __vue_component__$h,
5658
+ VcExpansionCard: __vue_component__$g,
5382
5659
  VcTextField: __vue_component__$f,
5383
- VcAvatar: __vue_component__$p,
5660
+ VcAvatar: __vue_component__$r,
5384
5661
  VcTextArea: __vue_component__$e,
5385
5662
  VcToast: __vue_component__$d,
5386
5663
  VcCard: __vue_component__$c,