@vcita/design-system 0.2.7 → 0.2.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/CHANGELOG.MD +14 -0
  2. package/README.md +1 -0
  3. package/dist/@vcita/design-system.esm.js +736 -435
  4. package/dist/@vcita/design-system.min.js +1 -1
  5. package/dist/@vcita/design-system.ssr.js +665 -379
  6. package/init/DesignSystem.js +18 -2
  7. package/init/SvgIcons.js +4 -0
  8. package/init/vuetify.config.js +3 -3
  9. package/package.json +1 -1
  10. package/src/components/VcActionList/VcActionList.spec.js +1 -1
  11. package/src/components/VcActionList/VcActionList.stories.js +1 -1
  12. package/src/components/VcActionList/VcActionList.vue +1 -0
  13. package/src/components/VcActions/VcActions.spec.js +1 -1
  14. package/src/components/VcActions/VcActions.stories.js +1 -1
  15. package/src/components/VcActions/VcActions.vue +4 -6
  16. package/src/components/VcBanner/VcBanner.stories.js +14 -2
  17. package/src/components/VcBanner/VcBanner.vue +5 -2
  18. package/src/components/VcBottomActions/VcBottomActions.spec.js +1 -1
  19. package/src/components/VcBottomActions/VcBottomActions.stories.js +3 -3
  20. package/src/components/VcCard/VcCard.vue +1 -0
  21. package/src/components/VcEmptyState/VcEmptyState.vue +1 -1
  22. package/src/components/VcExpansionCard/VcExpansionCard.spec.js +146 -0
  23. package/src/components/VcExpansionCard/VcExpansionCard.stories.js +43 -0
  24. package/src/components/VcExpansionCard/VcExpansionCard.vue +117 -0
  25. package/src/components/VcSwitch/VcSwitch.spec.js +40 -0
  26. package/src/components/VcSwitch/VcSwitch.stories.js +14 -3
  27. package/src/components/VcSwitch/VcSwitch.vue +162 -52
  28. package/src/components/index.js +2 -0
  29. package/src/components/list/VcListEntity/VcListEntity.spec.js +95 -0
  30. package/src/components/list/VcListEntity/VcListEntity.stories.js +77 -0
  31. package/src/components/list/VcListEntity/VcListEntity.vue +70 -0
  32. package/src/components/modal/VcConfirmModal/VcConfirmModal.vue +6 -2
  33. package/src/components/modal/VcConfirmProminentModal/VcConfirmProminentModal.stories.js +2 -0
  34. package/src/components/modal/VcConfirmProminentModal/VcConfirmProminentModal.vue +5 -0
  35. package/src/components/modal/VcInputModal/VcInputModal.stories.js +8 -1
  36. package/src/components/modal/VcInputModal/VcInputModal.vue +6 -1
  37. package/src/components/modal/VcNoticeModal/VcNoticeModal.stories.js +6 -1
  38. package/src/components/modal/VcNoticeModal/VcNoticeModal.vue +5 -1
  39. package/src/components/wizard/VcSteperContent/VcStepperContent.vue +6 -0
  40. package/src/components/wizard/VcWizard/VcWizard.spec.js +7 -0
  41. package/src/components/wizard/VcWizard/VcWizard.stories.js +3 -0
  42. package/src/components/wizard/VcWizard/VcWizard.vue +12 -4
  43. package/src/components/wizard/VcWizard/demoWizardPage.vue +1 -1
  44. package/src/stories/welcome.stories.mdx +1 -0
@@ -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: {
@@ -937,15 +937,19 @@ var script$w = {
937
937
  cancelButtonLabel: {
938
938
  type: String,
939
939
  required: false
940
+ },
941
+ loading: {
942
+ type: Boolean,
943
+ default: false
940
944
  }
941
945
  }
942
946
  };
943
947
 
944
948
  /* script */
945
- const __vue_script__$w = script$w;
949
+ const __vue_script__$y = script$y;
946
950
  /* template */
947
951
 
948
- var __vue_render__$v = function () {
952
+ var __vue_render__$x = function () {
949
953
  var _vm = this;
950
954
 
951
955
  var _h = _vm.$createElement;
@@ -1004,11 +1008,13 @@ var __vue_render__$v = function () {
1004
1008
  "buttons": [{
1005
1009
  label: _vm.cancelButtonLabel || _vm.$dst("ds.modal.cancel"),
1006
1010
  event: "onCancelClicked",
1007
- color: "white"
1011
+ color: "white",
1012
+ loading: _vm.loading
1008
1013
  }, {
1009
1014
  label: _vm.okButtonLabel || _vm.$dst("ds.modal.ok"),
1010
1015
  event: "onOkClicked",
1011
- color: "secondary"
1016
+ color: "secondary",
1017
+ loading: _vm.loading
1012
1018
  }]
1013
1019
  },
1014
1020
  on: {
@@ -1027,31 +1033,31 @@ var __vue_render__$v = function () {
1027
1033
  });
1028
1034
  };
1029
1035
 
1030
- var __vue_staticRenderFns__$v = [];
1036
+ var __vue_staticRenderFns__$x = [];
1031
1037
  /* style */
1032
1038
 
1033
- const __vue_inject_styles__$w = undefined;
1039
+ const __vue_inject_styles__$y = undefined;
1034
1040
  /* scoped */
1035
1041
 
1036
- const __vue_scope_id__$w = "data-v-8cd4b05c";
1042
+ const __vue_scope_id__$y = "data-v-43bbc80a";
1037
1043
  /* module identifier */
1038
1044
 
1039
- const __vue_module_identifier__$w = undefined;
1045
+ const __vue_module_identifier__$y = undefined;
1040
1046
  /* functional template */
1041
1047
 
1042
- const __vue_is_functional_template__$w = false;
1048
+ const __vue_is_functional_template__$y = false;
1043
1049
  /* style inject */
1044
1050
 
1045
1051
  /* style inject SSR */
1046
1052
 
1047
1053
  /* style inject shadow dom */
1048
1054
 
1049
- const __vue_component__$w = /*#__PURE__*/normalizeComponent({
1050
- render: __vue_render__$v,
1051
- staticRenderFns: __vue_staticRenderFns__$v
1052
- }, __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);
1053
1059
 
1054
- var script$v = {
1060
+ var script$x = {
1055
1061
  name: "VcForm",
1056
1062
  methods: {
1057
1063
  validate() {
@@ -1071,38 +1077,38 @@ var script$v = {
1071
1077
  };
1072
1078
 
1073
1079
  /* script */
1074
- const __vue_script__$v = script$v;
1080
+ const __vue_script__$x = script$x;
1075
1081
  /* template */
1076
1082
 
1077
1083
  /* style */
1078
1084
 
1079
- const __vue_inject_styles__$v = undefined;
1085
+ const __vue_inject_styles__$x = undefined;
1080
1086
  /* scoped */
1081
1087
 
1082
- const __vue_scope_id__$v = "data-v-398cf17d";
1088
+ const __vue_scope_id__$x = "data-v-398cf17d";
1083
1089
  /* module identifier */
1084
1090
 
1085
- const __vue_module_identifier__$v = undefined;
1091
+ const __vue_module_identifier__$x = undefined;
1086
1092
  /* functional template */
1087
1093
 
1088
- const __vue_is_functional_template__$v = undefined;
1094
+ const __vue_is_functional_template__$x = undefined;
1089
1095
  /* style inject */
1090
1096
 
1091
1097
  /* style inject SSR */
1092
1098
 
1093
1099
  /* style inject shadow dom */
1094
1100
 
1095
- 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);
1096
1102
 
1097
- var script$u = {
1103
+ var script$w = {
1098
1104
  name: "VcInputModal",
1099
1105
  components: {
1100
- VcForm: __vue_component__$v,
1101
- VcLayout: __vue_component__$z,
1102
- VcModalFooter: __vue_component__$y,
1103
- VcIcon: __vue_component__$C,
1104
- VcModalContainer: __vue_component__$A,
1105
- 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
1106
1112
  },
1107
1113
  props: {
1108
1114
  showDialog: {
@@ -1129,6 +1135,10 @@ var script$u = {
1129
1135
  type: String,
1130
1136
  required: false
1131
1137
  },
1138
+ useOffset: {
1139
+ type: Boolean,
1140
+ default: true
1141
+ },
1132
1142
  size: {
1133
1143
  type: String,
1134
1144
  default: 'lg',
@@ -1179,10 +1189,10 @@ var script$u = {
1179
1189
  };
1180
1190
 
1181
1191
  /* script */
1182
- const __vue_script__$u = script$u;
1192
+ const __vue_script__$w = script$w;
1183
1193
  /* template */
1184
1194
 
1185
- var __vue_render__$u = function () {
1195
+ var __vue_render__$w = function () {
1186
1196
  var _vm = this;
1187
1197
 
1188
1198
  var _h = _vm.$createElement;
@@ -1194,6 +1204,7 @@ var __vue_render__$u = function () {
1194
1204
  "showHeaderDivider": "",
1195
1205
  "showCloseButton": "",
1196
1206
  "flavor": "input",
1207
+ "useOffset": _vm.useOffset,
1197
1208
  "showDialog": _vm.showDialog,
1198
1209
  "size": _vm.$vuetify.breakpoint.mdAndUp ? _vm.size : 'responsive'
1199
1210
  },
@@ -1283,13 +1294,13 @@ var __vue_render__$u = function () {
1283
1294
  });
1284
1295
  };
1285
1296
 
1286
- var __vue_staticRenderFns__$u = [];
1297
+ var __vue_staticRenderFns__$w = [];
1287
1298
  /* style */
1288
1299
 
1289
- const __vue_inject_styles__$u = function (inject) {
1300
+ const __vue_inject_styles__$w = function (inject) {
1290
1301
  if (!inject) return;
1291
- inject("data-v-1f25c5b3_0", {
1292
- 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)}",
1302
+ inject("data-v-3ed487e3_0", {
1303
+ source: ".VcInputForm-layout .VcInputForm-main[data-v-3ed487e3]{width:100%;max-width:100%;padding:var(--size-value6)}.VcInputForm-layout .VcInputForm-additional[data-v-3ed487e3]{min-width:324px;padding:var(--size-value6);background:#f8f9fb;border-left:1px solid rgba(0,0,0,.12)}",
1293
1304
  map: undefined,
1294
1305
  media: undefined
1295
1306
  });
@@ -1297,28 +1308,28 @@ const __vue_inject_styles__$u = function (inject) {
1297
1308
  /* scoped */
1298
1309
 
1299
1310
 
1300
- const __vue_scope_id__$u = "data-v-1f25c5b3";
1311
+ const __vue_scope_id__$w = "data-v-3ed487e3";
1301
1312
  /* module identifier */
1302
1313
 
1303
- const __vue_module_identifier__$u = undefined;
1314
+ const __vue_module_identifier__$w = undefined;
1304
1315
  /* functional template */
1305
1316
 
1306
- const __vue_is_functional_template__$u = false;
1317
+ const __vue_is_functional_template__$w = false;
1307
1318
  /* style inject SSR */
1308
1319
 
1309
1320
  /* style inject shadow dom */
1310
1321
 
1311
- const __vue_component__$u = /*#__PURE__*/normalizeComponent({
1312
- render: __vue_render__$u,
1313
- staticRenderFns: __vue_staticRenderFns__$u
1314
- }, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
1322
+ const __vue_component__$w = /*#__PURE__*/normalizeComponent({
1323
+ render: __vue_render__$w,
1324
+ staticRenderFns: __vue_staticRenderFns__$w
1325
+ }, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
1315
1326
 
1316
- var script$t = {
1327
+ var script$v = {
1317
1328
  name: "VcNoticeModal",
1318
1329
  components: {
1319
- VcLayout: __vue_component__$z,
1320
- VcModalFooter: __vue_component__$y,
1321
- VcModalContainer: __vue_component__$A
1330
+ VcLayout: __vue_component__$B,
1331
+ VcModalFooter: __vue_component__$A,
1332
+ VcModalContainer: __vue_component__$C
1322
1333
  },
1323
1334
  props: {
1324
1335
  showDialog: {
@@ -1341,6 +1352,10 @@ var script$t = {
1341
1352
  type: String,
1342
1353
  required: false
1343
1354
  },
1355
+ useOffset: {
1356
+ type: Boolean,
1357
+ default: true
1358
+ },
1344
1359
  size: {
1345
1360
  type: String,
1346
1361
  default: 'lg',
@@ -1364,10 +1379,10 @@ var script$t = {
1364
1379
  };
1365
1380
 
1366
1381
  /* script */
1367
- const __vue_script__$t = script$t;
1382
+ const __vue_script__$v = script$v;
1368
1383
  /* template */
1369
1384
 
1370
- var __vue_render__$t = function () {
1385
+ var __vue_render__$v = function () {
1371
1386
  var _vm = this;
1372
1387
 
1373
1388
  var _h = _vm.$createElement;
@@ -1378,6 +1393,7 @@ var __vue_render__$t = function () {
1378
1393
  attrs: {
1379
1394
  "showFooterDivider": _vm.flavor === 'prominent',
1380
1395
  "flavor": _vm.flavor,
1396
+ "useOffset": _vm.useOffset,
1381
1397
  "showDialog": _vm.showDialog,
1382
1398
  "size": _vm.$vuetify.breakpoint.mdAndUp ? _vm.size : 'responsive',
1383
1399
  "showCloseButton": ""
@@ -1453,13 +1469,13 @@ var __vue_render__$t = function () {
1453
1469
  });
1454
1470
  };
1455
1471
 
1456
- var __vue_staticRenderFns__$t = [];
1472
+ var __vue_staticRenderFns__$v = [];
1457
1473
  /* style */
1458
1474
 
1459
- const __vue_inject_styles__$t = function (inject) {
1475
+ const __vue_inject_styles__$v = function (inject) {
1460
1476
  if (!inject) return;
1461
- inject("data-v-c197dce0_0", {
1462
- 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)}",
1477
+ inject("data-v-46595384_0", {
1478
+ source: ".VcNoticeImage[data-v-46595384]{margin-bottom:var(--size-value4)}.VcNoticeImage.md[data-v-46595384],.VcNoticeImage.responsive[data-v-46595384],.VcNoticeImage.sm[data-v-46595384]{max-height:160px}.VcNoticeImage.lg[data-v-46595384]{max-height:208px}.VcNoticeContent[data-v-46595384],.VcNoticeHeader[data-v-46595384],.VcNoticeSubtitle[data-v-46595384]{text-align:center;line-height:24px}.VcNoticeHeader[data-v-46595384]{text-align:center;font-size:18px;font-weight:600;line-height:28px}@media screen and (min-width:960px){.VcNoticeHeader[data-v-46595384]{font-size:24px;font-weight:800;line-height:var(--size-value10)}}.VcNoticeHeader .VcNoticeHeaderText[data-v-46595384]{padding-bottom:var(--size-value2)}.VcNoticeHeader.prominent .VcNoticeHeaderText[data-v-46595384]{font-size:18px;font-weight:600}.VcNoticeSubtitle[data-v-46595384]{font-size:15px;font-weight:var(--font-weight-medium);line-height:var(--size-value6)}@media screen and (min-width:960px){.VcNoticeSubtitle[data-v-46595384]{font-size:var(--font-size-small)}}.VcNoticeSubtitle.prominent[data-v-46595384]{font-size:15px}.VcNoticeContent[data-v-46595384]{background:#eafcf2;border:1px solid #cff8e1;box-sizing:border-box;border-radius:8px;padding:var(--size-value3) var(--size-value4);margin-top:var(--size-value4);line-height:20px;font-size:13px}@media screen and (min-width:960px){.VcNoticeContent[data-v-46595384]{line-height:21px;font-size:14px}}.VcNoticeFooter[data-v-46595384]{padding-bottom:var(--size-value10)}",
1463
1479
  map: undefined,
1464
1480
  media: undefined
1465
1481
  });
@@ -1467,28 +1483,28 @@ const __vue_inject_styles__$t = function (inject) {
1467
1483
  /* scoped */
1468
1484
 
1469
1485
 
1470
- const __vue_scope_id__$t = "data-v-c197dce0";
1486
+ const __vue_scope_id__$v = "data-v-46595384";
1471
1487
  /* module identifier */
1472
1488
 
1473
- const __vue_module_identifier__$t = undefined;
1489
+ const __vue_module_identifier__$v = undefined;
1474
1490
  /* functional template */
1475
1491
 
1476
- const __vue_is_functional_template__$t = false;
1492
+ const __vue_is_functional_template__$v = false;
1477
1493
  /* style inject SSR */
1478
1494
 
1479
1495
  /* style inject shadow dom */
1480
1496
 
1481
- const __vue_component__$t = /*#__PURE__*/normalizeComponent({
1482
- render: __vue_render__$t,
1483
- staticRenderFns: __vue_staticRenderFns__$t
1484
- }, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
1497
+ const __vue_component__$v = /*#__PURE__*/normalizeComponent({
1498
+ render: __vue_render__$v,
1499
+ staticRenderFns: __vue_staticRenderFns__$v
1500
+ }, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
1485
1501
 
1486
- var script$s = {
1502
+ var script$u = {
1487
1503
  name: "VcAlert",
1488
1504
  components: {
1489
- VcIcon: __vue_component__$C,
1490
- VcButton: __vue_component__$B,
1491
- VcLayout: __vue_component__$z,
1505
+ VcIcon: __vue_component__$E,
1506
+ VcButton: __vue_component__$D,
1507
+ VcLayout: __vue_component__$B,
1492
1508
  VAlert: VAlert
1493
1509
  },
1494
1510
  props: {
@@ -1584,10 +1600,10 @@ var script$s = {
1584
1600
  };
1585
1601
 
1586
1602
  /* script */
1587
- const __vue_script__$s = script$s;
1603
+ const __vue_script__$u = script$u;
1588
1604
  /* template */
1589
1605
 
1590
- var __vue_render__$s = function () {
1606
+ var __vue_render__$u = function () {
1591
1607
  var _vm = this;
1592
1608
 
1593
1609
  var _h = _vm.$createElement;
@@ -1657,10 +1673,10 @@ var __vue_render__$s = function () {
1657
1673
  }) : _vm._e()], 1);
1658
1674
  };
1659
1675
 
1660
- var __vue_staticRenderFns__$s = [];
1676
+ var __vue_staticRenderFns__$u = [];
1661
1677
  /* style */
1662
1678
 
1663
- const __vue_inject_styles__$s = function (inject) {
1679
+ const __vue_inject_styles__$u = function (inject) {
1664
1680
  if (!inject) return;
1665
1681
  inject("data-v-285965af_0", {
1666
1682
  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)}",
@@ -1671,21 +1687,21 @@ const __vue_inject_styles__$s = function (inject) {
1671
1687
  /* scoped */
1672
1688
 
1673
1689
 
1674
- const __vue_scope_id__$s = undefined;
1690
+ const __vue_scope_id__$u = undefined;
1675
1691
  /* module identifier */
1676
1692
 
1677
- const __vue_module_identifier__$s = undefined;
1693
+ const __vue_module_identifier__$u = undefined;
1678
1694
  /* functional template */
1679
1695
 
1680
- const __vue_is_functional_template__$s = false;
1696
+ const __vue_is_functional_template__$u = false;
1681
1697
  /* style inject SSR */
1682
1698
 
1683
1699
  /* style inject shadow dom */
1684
1700
 
1685
- const __vue_component__$s = /*#__PURE__*/normalizeComponent({
1686
- render: __vue_render__$s,
1687
- staticRenderFns: __vue_staticRenderFns__$s
1688
- }, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
1701
+ const __vue_component__$u = /*#__PURE__*/normalizeComponent({
1702
+ render: __vue_render__$u,
1703
+ staticRenderFns: __vue_staticRenderFns__$u
1704
+ }, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
1689
1705
 
1690
1706
  //
1691
1707
  //
@@ -1732,7 +1748,7 @@ const __vue_component__$s = /*#__PURE__*/normalizeComponent({
1732
1748
  //
1733
1749
  //
1734
1750
  //
1735
- var script$r = {
1751
+ var script$t = {
1736
1752
  components: {
1737
1753
  VTooltip: VTooltip
1738
1754
  },
@@ -1789,10 +1805,10 @@ var script$r = {
1789
1805
  };
1790
1806
 
1791
1807
  /* script */
1792
- const __vue_script__$r = script$r;
1808
+ const __vue_script__$t = script$t;
1793
1809
  /* template */
1794
1810
 
1795
- var __vue_render__$r = function () {
1811
+ var __vue_render__$t = function () {
1796
1812
  var _vm = this;
1797
1813
 
1798
1814
  var _h = _vm.$createElement;
@@ -1844,10 +1860,10 @@ var __vue_render__$r = function () {
1844
1860
  })])])])], 1);
1845
1861
  };
1846
1862
 
1847
- var __vue_staticRenderFns__$r = [];
1863
+ var __vue_staticRenderFns__$t = [];
1848
1864
  /* style */
1849
1865
 
1850
- const __vue_inject_styles__$r = function (inject) {
1866
+ const __vue_inject_styles__$t = function (inject) {
1851
1867
  if (!inject) return;
1852
1868
  inject("data-v-858200cc_0", {
1853
1869
  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}",
@@ -1858,26 +1874,26 @@ const __vue_inject_styles__$r = function (inject) {
1858
1874
  /* scoped */
1859
1875
 
1860
1876
 
1861
- const __vue_scope_id__$r = undefined;
1877
+ const __vue_scope_id__$t = undefined;
1862
1878
  /* module identifier */
1863
1879
 
1864
- const __vue_module_identifier__$r = undefined;
1880
+ const __vue_module_identifier__$t = undefined;
1865
1881
  /* functional template */
1866
1882
 
1867
- const __vue_is_functional_template__$r = false;
1883
+ const __vue_is_functional_template__$t = false;
1868
1884
  /* style inject SSR */
1869
1885
 
1870
1886
  /* style inject shadow dom */
1871
1887
 
1872
- const __vue_component__$r = /*#__PURE__*/normalizeComponent({
1873
- render: __vue_render__$r,
1874
- staticRenderFns: __vue_staticRenderFns__$r
1875
- }, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
1888
+ const __vue_component__$t = /*#__PURE__*/normalizeComponent({
1889
+ render: __vue_render__$t,
1890
+ staticRenderFns: __vue_staticRenderFns__$t
1891
+ }, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
1876
1892
 
1877
- var script$q = {
1893
+ var script$s = {
1878
1894
  name: "VcIconWithTooltip",
1879
1895
  components: {
1880
- VcTooltip: __vue_component__$r,
1896
+ VcTooltip: __vue_component__$t,
1881
1897
  VIcon: VIcon
1882
1898
  },
1883
1899
  props: {
@@ -1937,10 +1953,10 @@ var script$q = {
1937
1953
  };
1938
1954
 
1939
1955
  /* script */
1940
- const __vue_script__$q = script$q;
1956
+ const __vue_script__$s = script$s;
1941
1957
  /* template */
1942
1958
 
1943
- var __vue_render__$q = function () {
1959
+ var __vue_render__$s = function () {
1944
1960
  var _vm = this;
1945
1961
 
1946
1962
  var _h = _vm.$createElement;
@@ -1970,10 +1986,10 @@ var __vue_render__$q = function () {
1970
1986
  }, [_vm._v("\n " + _vm._s(_vm.getIcon) + "\n ")])]], 2);
1971
1987
  };
1972
1988
 
1973
- var __vue_staticRenderFns__$q = [];
1989
+ var __vue_staticRenderFns__$s = [];
1974
1990
  /* style */
1975
1991
 
1976
- const __vue_inject_styles__$q = function (inject) {
1992
+ const __vue_inject_styles__$s = function (inject) {
1977
1993
  if (!inject) return;
1978
1994
  inject("data-v-7193d7d6_0", {
1979
1995
  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)}",
@@ -1984,21 +2000,21 @@ const __vue_inject_styles__$q = function (inject) {
1984
2000
  /* scoped */
1985
2001
 
1986
2002
 
1987
- const __vue_scope_id__$q = undefined;
2003
+ const __vue_scope_id__$s = undefined;
1988
2004
  /* module identifier */
1989
2005
 
1990
- const __vue_module_identifier__$q = undefined;
2006
+ const __vue_module_identifier__$s = undefined;
1991
2007
  /* functional template */
1992
2008
 
1993
- const __vue_is_functional_template__$q = false;
2009
+ const __vue_is_functional_template__$s = false;
1994
2010
  /* style inject SSR */
1995
2011
 
1996
2012
  /* style inject shadow dom */
1997
2013
 
1998
- const __vue_component__$q = /*#__PURE__*/normalizeComponent({
1999
- render: __vue_render__$q,
2000
- staticRenderFns: __vue_staticRenderFns__$q
2001
- }, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
2014
+ const __vue_component__$s = /*#__PURE__*/normalizeComponent({
2015
+ render: __vue_render__$s,
2016
+ staticRenderFns: __vue_staticRenderFns__$s
2017
+ }, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
2002
2018
 
2003
2019
  //
2004
2020
  //
@@ -2026,7 +2042,7 @@ const __vue_component__$q = /*#__PURE__*/normalizeComponent({
2026
2042
  //
2027
2043
  //
2028
2044
  //
2029
- var script$p = {
2045
+ var script$r = {
2030
2046
  components: {
2031
2047
  VIcon: VIcon,
2032
2048
  VTooltip: VTooltip
@@ -2146,10 +2162,10 @@ var script$p = {
2146
2162
  };
2147
2163
 
2148
2164
  /* script */
2149
- const __vue_script__$p = script$p;
2165
+ const __vue_script__$r = script$r;
2150
2166
  /* template */
2151
2167
 
2152
- var __vue_render__$p = function () {
2168
+ var __vue_render__$r = function () {
2153
2169
  var _vm = this;
2154
2170
 
2155
2171
  var _h = _vm.$createElement;
@@ -2199,10 +2215,10 @@ var __vue_render__$p = function () {
2199
2215
  }, [_vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.lightModeTooltip))])])], 1);
2200
2216
  };
2201
2217
 
2202
- var __vue_staticRenderFns__$p = [];
2218
+ var __vue_staticRenderFns__$r = [];
2203
2219
  /* style */
2204
2220
 
2205
- const __vue_inject_styles__$p = function (inject) {
2221
+ const __vue_inject_styles__$r = function (inject) {
2206
2222
  if (!inject) return;
2207
2223
  inject("data-v-24222052_0", {
2208
2224
  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}",
@@ -2213,29 +2229,29 @@ const __vue_inject_styles__$p = function (inject) {
2213
2229
  /* scoped */
2214
2230
 
2215
2231
 
2216
- const __vue_scope_id__$p = "data-v-24222052";
2232
+ const __vue_scope_id__$r = "data-v-24222052";
2217
2233
  /* module identifier */
2218
2234
 
2219
- const __vue_module_identifier__$p = undefined;
2235
+ const __vue_module_identifier__$r = undefined;
2220
2236
  /* functional template */
2221
2237
 
2222
- const __vue_is_functional_template__$p = false;
2238
+ const __vue_is_functional_template__$r = false;
2223
2239
  /* style inject SSR */
2224
2240
 
2225
2241
  /* style inject shadow dom */
2226
2242
 
2227
- const __vue_component__$p = /*#__PURE__*/normalizeComponent({
2228
- render: __vue_render__$p,
2229
- staticRenderFns: __vue_staticRenderFns__$p
2230
- }, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
2231
-
2232
- var script$o = {
2233
- name: "VcBottomActions",
2243
+ const __vue_component__$r = /*#__PURE__*/normalizeComponent({
2244
+ render: __vue_render__$r,
2245
+ staticRenderFns: __vue_staticRenderFns__$r
2246
+ }, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
2247
+
2248
+ var script$q = {
2249
+ name: "VcBottomActions",
2234
2250
  components: {
2235
- VcLayout: __vue_component__$z,
2236
- VcButton: __vue_component__$B,
2237
- VcIcon: __vue_component__$C,
2238
- VcAvatar: __vue_component__$p,
2251
+ VcLayout: __vue_component__$B,
2252
+ VcButton: __vue_component__$D,
2253
+ VcIcon: __vue_component__$E,
2254
+ VcAvatar: __vue_component__$r,
2239
2255
  VSubheader: VSubheader,
2240
2256
  VListItem: VListItem,
2241
2257
  VList: VList,
@@ -2277,10 +2293,10 @@ var script$o = {
2277
2293
  };
2278
2294
 
2279
2295
  /* script */
2280
- const __vue_script__$o = script$o;
2296
+ const __vue_script__$q = script$q;
2281
2297
  /* template */
2282
2298
 
2283
- var __vue_render__$o = function () {
2299
+ var __vue_render__$q = function () {
2284
2300
  var _vm = this;
2285
2301
 
2286
2302
  var _h = _vm.$createElement;
@@ -2366,10 +2382,10 @@ var __vue_render__$o = function () {
2366
2382
  }), 1)], 1)], 1);
2367
2383
  };
2368
2384
 
2369
- var __vue_staticRenderFns__$o = [];
2385
+ var __vue_staticRenderFns__$q = [];
2370
2386
  /* style */
2371
2387
 
2372
- const __vue_inject_styles__$o = function (inject) {
2388
+ const __vue_inject_styles__$q = function (inject) {
2373
2389
  if (!inject) return;
2374
2390
  inject("data-v-51eeacd7_0", {
2375
2391
  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)}",
@@ -2380,28 +2396,28 @@ const __vue_inject_styles__$o = function (inject) {
2380
2396
  /* scoped */
2381
2397
 
2382
2398
 
2383
- const __vue_scope_id__$o = undefined;
2399
+ const __vue_scope_id__$q = undefined;
2384
2400
  /* module identifier */
2385
2401
 
2386
- const __vue_module_identifier__$o = undefined;
2402
+ const __vue_module_identifier__$q = undefined;
2387
2403
  /* functional template */
2388
2404
 
2389
- const __vue_is_functional_template__$o = false;
2405
+ const __vue_is_functional_template__$q = false;
2390
2406
  /* style inject SSR */
2391
2407
 
2392
2408
  /* style inject shadow dom */
2393
2409
 
2394
- const __vue_component__$o = /*#__PURE__*/normalizeComponent({
2395
- render: __vue_render__$o,
2396
- staticRenderFns: __vue_staticRenderFns__$o
2397
- }, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
2410
+ const __vue_component__$q = /*#__PURE__*/normalizeComponent({
2411
+ render: __vue_render__$q,
2412
+ staticRenderFns: __vue_staticRenderFns__$q
2413
+ }, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
2398
2414
 
2399
- var script$n = {
2415
+ var script$p = {
2400
2416
  name: "VcActionList",
2401
2417
  components: {
2402
- VcLayout: __vue_component__$z,
2403
- VcButton: __vue_component__$B,
2404
- VcIcon: __vue_component__$C,
2418
+ VcLayout: __vue_component__$B,
2419
+ VcButton: __vue_component__$D,
2420
+ VcIcon: __vue_component__$E,
2405
2421
  VListItemTitle: VListItemTitle,
2406
2422
  VListItem: VListItem,
2407
2423
  VList: VList,
@@ -2427,10 +2443,10 @@ var script$n = {
2427
2443
  };
2428
2444
 
2429
2445
  /* script */
2430
- const __vue_script__$n = script$n;
2446
+ const __vue_script__$p = script$p;
2431
2447
  /* template */
2432
2448
 
2433
- var __vue_render__$n = function () {
2449
+ var __vue_render__$p = function () {
2434
2450
  var _vm = this;
2435
2451
 
2436
2452
  var _h = _vm.$createElement;
@@ -2482,13 +2498,13 @@ var __vue_render__$n = function () {
2482
2498
  }), 1)], 1)], 1);
2483
2499
  };
2484
2500
 
2485
- var __vue_staticRenderFns__$n = [];
2501
+ var __vue_staticRenderFns__$p = [];
2486
2502
  /* style */
2487
2503
 
2488
- const __vue_inject_styles__$n = function (inject) {
2504
+ const __vue_inject_styles__$p = function (inject) {
2489
2505
  if (!inject) return;
2490
- inject("data-v-936b4f84_0", {
2491
- 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)}",
2506
+ inject("data-v-e0ece422_0", {
2507
+ 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)}",
2492
2508
  map: undefined,
2493
2509
  media: undefined
2494
2510
  });
@@ -2496,28 +2512,28 @@ const __vue_inject_styles__$n = function (inject) {
2496
2512
  /* scoped */
2497
2513
 
2498
2514
 
2499
- const __vue_scope_id__$n = undefined;
2515
+ const __vue_scope_id__$p = undefined;
2500
2516
  /* module identifier */
2501
2517
 
2502
- const __vue_module_identifier__$n = undefined;
2518
+ const __vue_module_identifier__$p = undefined;
2503
2519
  /* functional template */
2504
2520
 
2505
- const __vue_is_functional_template__$n = false;
2521
+ const __vue_is_functional_template__$p = false;
2506
2522
  /* style inject SSR */
2507
2523
 
2508
2524
  /* style inject shadow dom */
2509
2525
 
2510
- const __vue_component__$n = /*#__PURE__*/normalizeComponent({
2511
- render: __vue_render__$n,
2512
- staticRenderFns: __vue_staticRenderFns__$n
2513
- }, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
2526
+ const __vue_component__$p = /*#__PURE__*/normalizeComponent({
2527
+ render: __vue_render__$p,
2528
+ staticRenderFns: __vue_staticRenderFns__$p
2529
+ }, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
2514
2530
 
2515
- var script$m = {
2531
+ var script$o = {
2516
2532
  name: "VcActions",
2517
2533
  components: {
2518
- VcIcon: __vue_component__$C,
2519
- VcActionList: __vue_component__$n,
2520
- VcBottomActions: __vue_component__$o
2534
+ VcIcon: __vue_component__$E,
2535
+ VcActionList: __vue_component__$p,
2536
+ VcBottomActions: __vue_component__$q
2521
2537
  },
2522
2538
 
2523
2539
  data() {
@@ -2570,10 +2586,10 @@ var script$m = {
2570
2586
  };
2571
2587
 
2572
2588
  /* script */
2573
- const __vue_script__$m = script$m;
2589
+ const __vue_script__$o = script$o;
2574
2590
  /* template */
2575
2591
 
2576
- var __vue_render__$m = function () {
2592
+ var __vue_render__$o = function () {
2577
2593
  var _vm = this;
2578
2594
 
2579
2595
  var _h = _vm.$createElement;
@@ -2595,20 +2611,18 @@ var __vue_render__$m = function () {
2595
2611
  fn: function (ref) {
2596
2612
  var attrs = ref.attrs;
2597
2613
  var on = ref.on;
2598
- return [_vm._t("default", function () {
2599
- return [_c('VcIcon', _vm._g(_vm._b({
2600
- attrs: {
2601
- "small": ""
2602
- },
2603
- on: {
2604
- "click": function ($event) {
2605
- _vm.showSheet = !_vm.showSheet;
2606
- }
2614
+ return [_c('VcIcon', _vm._g(_vm._b({
2615
+ attrs: {
2616
+ "small": ""
2617
+ },
2618
+ on: {
2619
+ "click": function ($event) {
2620
+ _vm.showSheet = !_vm.showSheet;
2607
2621
  }
2608
- }, 'VcIcon', attrs, false), on), [_vm._v("\n $three_dots\n ")])];
2609
- }, null, attrs)];
2622
+ }
2623
+ }, 'VcIcon', attrs, false), on), [_vm._v("\n $three_dots\n ")])];
2610
2624
  }
2611
- }], null, true),
2625
+ }]),
2612
2626
  model: {
2613
2627
  value: _vm.showSheet,
2614
2628
  callback: function ($$v) {
@@ -2619,29 +2633,29 @@ var __vue_render__$m = function () {
2619
2633
  }, 'component', _vm.$props, false));
2620
2634
  };
2621
2635
 
2622
- var __vue_staticRenderFns__$m = [];
2636
+ var __vue_staticRenderFns__$o = [];
2623
2637
  /* style */
2624
2638
 
2625
- const __vue_inject_styles__$m = undefined;
2639
+ const __vue_inject_styles__$o = undefined;
2626
2640
  /* scoped */
2627
2641
 
2628
- const __vue_scope_id__$m = undefined;
2642
+ const __vue_scope_id__$o = undefined;
2629
2643
  /* module identifier */
2630
2644
 
2631
- const __vue_module_identifier__$m = undefined;
2645
+ const __vue_module_identifier__$o = undefined;
2632
2646
  /* functional template */
2633
2647
 
2634
- const __vue_is_functional_template__$m = false;
2648
+ const __vue_is_functional_template__$o = false;
2635
2649
  /* style inject */
2636
2650
 
2637
2651
  /* style inject SSR */
2638
2652
 
2639
2653
  /* style inject shadow dom */
2640
2654
 
2641
- const __vue_component__$m = /*#__PURE__*/normalizeComponent({
2642
- render: __vue_render__$m,
2643
- staticRenderFns: __vue_staticRenderFns__$m
2644
- }, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, undefined, undefined);
2655
+ const __vue_component__$o = /*#__PURE__*/normalizeComponent({
2656
+ render: __vue_render__$o,
2657
+ staticRenderFns: __vue_staticRenderFns__$o
2658
+ }, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, undefined, undefined);
2645
2659
 
2646
2660
  //
2647
2661
  //
@@ -2664,7 +2678,7 @@ const __vue_component__$m = /*#__PURE__*/normalizeComponent({
2664
2678
  //
2665
2679
  //
2666
2680
  //
2667
- var script$l = {
2681
+ var script$n = {
2668
2682
  components: {
2669
2683
  VStepperStep: VStepperStep,
2670
2684
  VStepper: VStepper
@@ -2737,10 +2751,10 @@ var script$l = {
2737
2751
  };
2738
2752
 
2739
2753
  /* script */
2740
- const __vue_script__$l = script$l;
2754
+ const __vue_script__$n = script$n;
2741
2755
  /* template */
2742
2756
 
2743
- var __vue_render__$l = function () {
2757
+ var __vue_render__$n = function () {
2744
2758
  var _vm = this;
2745
2759
 
2746
2760
  var _h = _vm.$createElement;
@@ -2779,10 +2793,10 @@ var __vue_render__$l = function () {
2779
2793
  })], 2)], 1);
2780
2794
  };
2781
2795
 
2782
- var __vue_staticRenderFns__$l = [];
2796
+ var __vue_staticRenderFns__$n = [];
2783
2797
  /* style */
2784
2798
 
2785
- const __vue_inject_styles__$l = function (inject) {
2799
+ const __vue_inject_styles__$n = function (inject) {
2786
2800
  if (!inject) return;
2787
2801
  inject("data-v-9f3fe138_0", {
2788
2802
  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)}",
@@ -2793,21 +2807,21 @@ const __vue_inject_styles__$l = function (inject) {
2793
2807
  /* scoped */
2794
2808
 
2795
2809
 
2796
- const __vue_scope_id__$l = "data-v-9f3fe138";
2810
+ const __vue_scope_id__$n = "data-v-9f3fe138";
2797
2811
  /* module identifier */
2798
2812
 
2799
- const __vue_module_identifier__$l = undefined;
2813
+ const __vue_module_identifier__$n = undefined;
2800
2814
  /* functional template */
2801
2815
 
2802
- const __vue_is_functional_template__$l = false;
2816
+ const __vue_is_functional_template__$n = false;
2803
2817
  /* style inject SSR */
2804
2818
 
2805
2819
  /* style inject shadow dom */
2806
2820
 
2807
- const __vue_component__$l = /*#__PURE__*/normalizeComponent({
2808
- render: __vue_render__$l,
2809
- staticRenderFns: __vue_staticRenderFns__$l
2810
- }, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
2821
+ const __vue_component__$n = /*#__PURE__*/normalizeComponent({
2822
+ render: __vue_render__$n,
2823
+ staticRenderFns: __vue_staticRenderFns__$n
2824
+ }, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
2811
2825
 
2812
2826
  //
2813
2827
  //
@@ -2824,7 +2838,7 @@ const __vue_component__$l = /*#__PURE__*/normalizeComponent({
2824
2838
  //
2825
2839
  //
2826
2840
  //
2827
- var script$k = {
2841
+ var script$m = {
2828
2842
  components: {
2829
2843
  VProgressCircular: VProgressCircular
2830
2844
  },
@@ -2893,10 +2907,10 @@ var script$k = {
2893
2907
  };
2894
2908
 
2895
2909
  /* script */
2896
- const __vue_script__$k = script$k;
2910
+ const __vue_script__$m = script$m;
2897
2911
  /* template */
2898
2912
 
2899
- var __vue_render__$k = function () {
2913
+ var __vue_render__$m = function () {
2900
2914
  var _vm = this;
2901
2915
 
2902
2916
  var _h = _vm.$createElement;
@@ -2917,10 +2931,10 @@ var __vue_render__$k = function () {
2917
2931
  }, [_vm._v("\n " + _vm._s(_vm.currentStep) + " / " + _vm._s(_vm.steps) + "\n ")]) : _vm._e()]);
2918
2932
  };
2919
2933
 
2920
- var __vue_staticRenderFns__$k = [];
2934
+ var __vue_staticRenderFns__$m = [];
2921
2935
  /* style */
2922
2936
 
2923
- const __vue_inject_styles__$k = function (inject) {
2937
+ const __vue_inject_styles__$m = function (inject) {
2924
2938
  if (!inject) return;
2925
2939
  inject("data-v-5c278fc2_0", {
2926
2940
  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)}",
@@ -2931,27 +2945,27 @@ const __vue_inject_styles__$k = function (inject) {
2931
2945
  /* scoped */
2932
2946
 
2933
2947
 
2934
- const __vue_scope_id__$k = "data-v-5c278fc2";
2948
+ const __vue_scope_id__$m = "data-v-5c278fc2";
2935
2949
  /* module identifier */
2936
2950
 
2937
- const __vue_module_identifier__$k = undefined;
2951
+ const __vue_module_identifier__$m = undefined;
2938
2952
  /* functional template */
2939
2953
 
2940
- const __vue_is_functional_template__$k = false;
2954
+ const __vue_is_functional_template__$m = false;
2941
2955
  /* style inject SSR */
2942
2956
 
2943
2957
  /* style inject shadow dom */
2944
2958
 
2945
- const __vue_component__$k = /*#__PURE__*/normalizeComponent({
2946
- render: __vue_render__$k,
2947
- staticRenderFns: __vue_staticRenderFns__$k
2948
- }, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
2959
+ const __vue_component__$m = /*#__PURE__*/normalizeComponent({
2960
+ render: __vue_render__$m,
2961
+ staticRenderFns: __vue_staticRenderFns__$m
2962
+ }, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
2949
2963
 
2950
- var script$j = {
2964
+ var script$l = {
2951
2965
  name: "VcMobileWizardProgress",
2952
2966
  components: {
2953
- VcLayout: __vue_component__$z,
2954
- VcProgressCircular: __vue_component__$k
2967
+ VcLayout: __vue_component__$B,
2968
+ VcProgressCircular: __vue_component__$m
2955
2969
  },
2956
2970
  model: {
2957
2971
  prop: 'currentStep'
@@ -3007,10 +3021,10 @@ var script$j = {
3007
3021
  };
3008
3022
 
3009
3023
  /* script */
3010
- const __vue_script__$j = script$j;
3024
+ const __vue_script__$l = script$l;
3011
3025
  /* template */
3012
3026
 
3013
- var __vue_render__$j = function () {
3027
+ var __vue_render__$l = function () {
3014
3028
  var _vm = this;
3015
3029
 
3016
3030
  var _h = _vm.$createElement;
@@ -3046,10 +3060,10 @@ var __vue_render__$j = function () {
3046
3060
  }, [_vm._v(_vm._s(_vm.nextStepName))]) : _vm._e()])], 1);
3047
3061
  };
3048
3062
 
3049
- var __vue_staticRenderFns__$j = [];
3063
+ var __vue_staticRenderFns__$l = [];
3050
3064
  /* style */
3051
3065
 
3052
- const __vue_inject_styles__$j = function (inject) {
3066
+ const __vue_inject_styles__$l = function (inject) {
3053
3067
  if (!inject) return;
3054
3068
  inject("data-v-4fe04d36_0", {
3055
3069
  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)}",
@@ -3060,21 +3074,21 @@ const __vue_inject_styles__$j = function (inject) {
3060
3074
  /* scoped */
3061
3075
 
3062
3076
 
3063
- const __vue_scope_id__$j = "data-v-4fe04d36";
3077
+ const __vue_scope_id__$l = "data-v-4fe04d36";
3064
3078
  /* module identifier */
3065
3079
 
3066
- const __vue_module_identifier__$j = undefined;
3080
+ const __vue_module_identifier__$l = undefined;
3067
3081
  /* functional template */
3068
3082
 
3069
- const __vue_is_functional_template__$j = false;
3083
+ const __vue_is_functional_template__$l = false;
3070
3084
  /* style inject SSR */
3071
3085
 
3072
3086
  /* style inject shadow dom */
3073
3087
 
3074
- const __vue_component__$j = /*#__PURE__*/normalizeComponent({
3075
- render: __vue_render__$j,
3076
- staticRenderFns: __vue_staticRenderFns__$j
3077
- }, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
3088
+ const __vue_component__$l = /*#__PURE__*/normalizeComponent({
3089
+ render: __vue_render__$l,
3090
+ staticRenderFns: __vue_staticRenderFns__$l
3091
+ }, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
3078
3092
 
3079
3093
  //
3080
3094
  //
@@ -3098,7 +3112,7 @@ const __vue_component__$j = /*#__PURE__*/normalizeComponent({
3098
3112
  //
3099
3113
  //
3100
3114
  //
3101
- var script$i = {
3115
+ var script$k = {
3102
3116
  components: {
3103
3117
  VCol: VCol,
3104
3118
  VRow: VRow,
@@ -3184,10 +3198,10 @@ var script$i = {
3184
3198
  };
3185
3199
 
3186
3200
  /* script */
3187
- const __vue_script__$i = script$i;
3201
+ const __vue_script__$k = script$k;
3188
3202
  /* template */
3189
3203
 
3190
- var __vue_render__$i = function () {
3204
+ var __vue_render__$k = function () {
3191
3205
  var _vm = this;
3192
3206
 
3193
3207
  var _h = _vm.$createElement;
@@ -3234,10 +3248,10 @@ var __vue_render__$i = function () {
3234
3248
  }), 1);
3235
3249
  };
3236
3250
 
3237
- var __vue_staticRenderFns__$i = [];
3251
+ var __vue_staticRenderFns__$k = [];
3238
3252
  /* style */
3239
3253
 
3240
- const __vue_inject_styles__$i = function (inject) {
3254
+ const __vue_inject_styles__$k = function (inject) {
3241
3255
  if (!inject) return;
3242
3256
  inject("data-v-284ef818_0", {
3243
3257
  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}",
@@ -3248,21 +3262,21 @@ const __vue_inject_styles__$i = function (inject) {
3248
3262
  /* scoped */
3249
3263
 
3250
3264
 
3251
- const __vue_scope_id__$i = "data-v-284ef818";
3265
+ const __vue_scope_id__$k = "data-v-284ef818";
3252
3266
  /* module identifier */
3253
3267
 
3254
- const __vue_module_identifier__$i = undefined;
3268
+ const __vue_module_identifier__$k = undefined;
3255
3269
  /* functional template */
3256
3270
 
3257
- const __vue_is_functional_template__$i = false;
3271
+ const __vue_is_functional_template__$k = false;
3258
3272
  /* style inject SSR */
3259
3273
 
3260
3274
  /* style inject shadow dom */
3261
3275
 
3262
- const __vue_component__$i = /*#__PURE__*/normalizeComponent({
3263
- render: __vue_render__$i,
3264
- staticRenderFns: __vue_staticRenderFns__$i
3265
- }, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
3276
+ const __vue_component__$k = /*#__PURE__*/normalizeComponent({
3277
+ render: __vue_render__$k,
3278
+ staticRenderFns: __vue_staticRenderFns__$k
3279
+ }, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
3266
3280
 
3267
3281
  //
3268
3282
  //
@@ -3273,7 +3287,7 @@ const __vue_component__$i = /*#__PURE__*/normalizeComponent({
3273
3287
  //
3274
3288
  //
3275
3289
  //
3276
- var script$h = {
3290
+ var script$j = {
3277
3291
  components: {
3278
3292
  VProgressCircular: VProgressCircular
3279
3293
  },
@@ -3301,10 +3315,10 @@ var script$h = {
3301
3315
  };
3302
3316
 
3303
3317
  /* script */
3304
- const __vue_script__$h = script$h;
3318
+ const __vue_script__$j = script$j;
3305
3319
  /* template */
3306
3320
 
3307
- var __vue_render__$h = function () {
3321
+ var __vue_render__$j = function () {
3308
3322
  var _vm = this;
3309
3323
 
3310
3324
  var _h = _vm.$createElement;
@@ -3322,53 +3336,36 @@ var __vue_render__$h = function () {
3322
3336
  });
3323
3337
  };
3324
3338
 
3325
- var __vue_staticRenderFns__$h = [];
3339
+ var __vue_staticRenderFns__$j = [];
3326
3340
  /* style */
3327
3341
 
3328
- const __vue_inject_styles__$h = undefined;
3342
+ const __vue_inject_styles__$j = undefined;
3329
3343
  /* scoped */
3330
3344
 
3331
- const __vue_scope_id__$h = undefined;
3345
+ const __vue_scope_id__$j = undefined;
3332
3346
  /* module identifier */
3333
3347
 
3334
- const __vue_module_identifier__$h = undefined;
3348
+ const __vue_module_identifier__$j = undefined;
3335
3349
  /* functional template */
3336
3350
 
3337
- const __vue_is_functional_template__$h = false;
3351
+ const __vue_is_functional_template__$j = false;
3338
3352
  /* style inject */
3339
3353
 
3340
3354
  /* style inject SSR */
3341
3355
 
3342
3356
  /* style inject shadow dom */
3343
3357
 
3344
- const __vue_component__$h = /*#__PURE__*/normalizeComponent({
3345
- render: __vue_render__$h,
3346
- staticRenderFns: __vue_staticRenderFns__$h
3347
- }, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, undefined, undefined);
3358
+ const __vue_component__$j = /*#__PURE__*/normalizeComponent({
3359
+ render: __vue_render__$j,
3360
+ staticRenderFns: __vue_staticRenderFns__$j
3361
+ }, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, undefined, undefined);
3348
3362
 
3349
- //
3350
- //
3351
- //
3352
- //
3353
- //
3354
- //
3355
- //
3356
- //
3357
- //
3358
- //
3359
- //
3360
- //
3361
- //
3362
- //
3363
- //
3364
- //
3365
- var script$g = {
3363
+ var script$i = {
3366
3364
  components: {
3365
+ VcIcon: __vue_component__$E,
3367
3366
  VSwitch: VSwitch
3368
3367
  },
3369
-
3370
3368
  name: "VcSwitch",
3371
-
3372
3369
  props: {
3373
3370
  value: {
3374
3371
  type: Boolean,
@@ -3389,25 +3386,40 @@ var script$g = {
3389
3386
  disabled: {
3390
3387
  type: Boolean,
3391
3388
  default: false
3389
+ },
3390
+ icon: {
3391
+ type: Boolean,
3392
+ default: false
3393
+ }
3394
+ },
3395
+ methods: {
3396
+ onChange: function (id) {
3397
+ this.$emit('input', id);
3392
3398
  }
3393
3399
  }
3394
3400
  };
3395
3401
 
3396
3402
  /* script */
3397
- const __vue_script__$g = script$g;
3403
+ const __vue_script__$i = script$i;
3398
3404
  /* template */
3399
3405
 
3400
- var __vue_render__$g = function () {
3406
+ var __vue_render__$i = function () {
3401
3407
  var _vm = this;
3402
3408
 
3403
3409
  var _h = _vm.$createElement;
3404
3410
 
3405
3411
  var _c = _vm._self._c || _h;
3406
3412
 
3407
- return _c('v-switch', {
3413
+ return _c('div', {
3414
+ staticClass: "switchContainer",
3415
+ class: {
3416
+ 'with-icon': _vm.icon
3417
+ }
3418
+ }, [_c('v-switch', {
3408
3419
  staticClass: "VcSwitch",
3409
3420
  class: {
3410
- 'is-active': _vm.value
3421
+ 'is-active': _vm.value,
3422
+ 'with-icon': _vm.icon
3411
3423
  },
3412
3424
  attrs: {
3413
3425
  "inset": "",
@@ -3419,9 +3431,7 @@ var __vue_render__$g = function () {
3419
3431
  "disabled": _vm.disabled
3420
3432
  },
3421
3433
  on: {
3422
- "change": function (val) {
3423
- return _vm.$emit('input', Boolean(val));
3424
- }
3434
+ "change": _vm.onChange
3425
3435
  },
3426
3436
  scopedSlots: _vm._u([{
3427
3437
  key: "label",
@@ -3430,16 +3440,295 @@ var __vue_render__$g = function () {
3430
3440
  },
3431
3441
  proxy: true
3432
3442
  }], null, true)
3443
+ }), _vm._v(" "), _vm.icon & _vm.value ? _c('VcIcon', {
3444
+ staticClass: "VcSwitchIcon VcSwitchIconV",
3445
+ attrs: {
3446
+ "size": "10"
3447
+ }
3448
+ }, [_vm._v("$check_button")]) : _vm._e(), _vm._v(" "), _vm.icon & !_vm.value ? _c('VcIcon', {
3449
+ staticClass: "VcSwitchIcon VcSwitchIconX",
3450
+ attrs: {
3451
+ "size": "10"
3452
+ }
3453
+ }, [_vm._v("$close_button")]) : _vm._e()], 1);
3454
+ };
3455
+
3456
+ var __vue_staticRenderFns__$i = [];
3457
+ /* style */
3458
+
3459
+ const __vue_inject_styles__$i = function (inject) {
3460
+ if (!inject) return;
3461
+ inject("data-v-13c7166f_0", {
3462
+ 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)}",
3463
+ map: undefined,
3464
+ media: undefined
3465
+ });
3466
+ };
3467
+ /* scoped */
3468
+
3469
+
3470
+ const __vue_scope_id__$i = "data-v-13c7166f";
3471
+ /* module identifier */
3472
+
3473
+ const __vue_module_identifier__$i = undefined;
3474
+ /* functional template */
3475
+
3476
+ const __vue_is_functional_template__$i = false;
3477
+ /* style inject SSR */
3478
+
3479
+ /* style inject shadow dom */
3480
+
3481
+ const __vue_component__$i = /*#__PURE__*/normalizeComponent({
3482
+ render: __vue_render__$i,
3483
+ staticRenderFns: __vue_staticRenderFns__$i
3484
+ }, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
3485
+
3486
+ var script$h = {
3487
+ components: {
3488
+ VcIcon: __vue_component__$E,
3489
+ VcSwitch: __vue_component__$i,
3490
+ VContainer: VContainer
3491
+ },
3492
+ name: 'VcListEntity',
3493
+ props: {
3494
+ disabled: {
3495
+ type: Boolean,
3496
+ default: false
3497
+ },
3498
+ value: {
3499
+ type: Boolean,
3500
+ default: false
3501
+ },
3502
+ title: {
3503
+ type: String,
3504
+ required: false
3505
+ },
3506
+ dataQa: {
3507
+ type: String,
3508
+ default: 'VcListEntity'
3509
+ }
3510
+ }
3511
+ };
3512
+
3513
+ /* script */
3514
+ const __vue_script__$h = script$h;
3515
+ /* template */
3516
+
3517
+ var __vue_render__$h = function () {
3518
+ var _vm = this;
3519
+
3520
+ var _h = _vm.$createElement;
3521
+
3522
+ var _c = _vm._self._c || _h;
3523
+
3524
+ return _c('div', {
3525
+ staticClass: "listEntity",
3526
+ attrs: {
3527
+ "id": "container",
3528
+ "data-qa": _vm.dataQa
3529
+ }
3530
+ }, [_c('v-container', {
3531
+ attrs: {
3532
+ "fluid": ""
3533
+ }
3534
+ }, [_c('div', {
3535
+ staticClass: "d-flex flex-wrap justify-space-between align-center sl-row",
3536
+ class: {
3537
+ 'margin-start': _vm.$vuetify.breakpoint.mdAndUp
3538
+ }
3539
+ }, [_c('div', {
3540
+ staticClass: "justify-start d-flex align-center"
3541
+ }, [_vm._t("icon"), _vm._v(" "), _c('div', {
3542
+ staticClass: "sl-title",
3543
+ domProps: {
3544
+ "innerHTML": _vm._s(_vm.title)
3545
+ }
3546
+ })], 2), _vm._v(" "), _c('div', {
3547
+ staticClass: "d-flex justify-end"
3548
+ }, [_c('VcSwitch', {
3549
+ attrs: {
3550
+ "disabled": _vm.disabled,
3551
+ "ripple": false,
3552
+ "color": "secondary"
3553
+ },
3554
+ on: {
3555
+ "input": function (val) {
3556
+ return _vm.$emit('input', Boolean(val));
3557
+ }
3558
+ },
3559
+ model: {
3560
+ value: _vm.value,
3561
+ callback: function ($$v) {
3562
+ _vm.value = $$v;
3563
+ },
3564
+ expression: "value"
3565
+ }
3566
+ })], 1)])])], 1);
3567
+ };
3568
+
3569
+ var __vue_staticRenderFns__$h = [];
3570
+ /* style */
3571
+
3572
+ const __vue_inject_styles__$h = function (inject) {
3573
+ if (!inject) return;
3574
+ inject("data-v-c8fb4de6_0", {
3575
+ 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%}",
3576
+ map: undefined,
3577
+ media: undefined
3433
3578
  });
3434
3579
  };
3580
+ /* scoped */
3581
+
3582
+
3583
+ const __vue_scope_id__$h = undefined;
3584
+ /* module identifier */
3585
+
3586
+ const __vue_module_identifier__$h = undefined;
3587
+ /* functional template */
3588
+
3589
+ const __vue_is_functional_template__$h = false;
3590
+ /* style inject SSR */
3591
+
3592
+ /* style inject shadow dom */
3593
+
3594
+ const __vue_component__$h = /*#__PURE__*/normalizeComponent({
3595
+ render: __vue_render__$h,
3596
+ staticRenderFns: __vue_staticRenderFns__$h
3597
+ }, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
3598
+
3599
+ var script$g = {
3600
+ components: {
3601
+ VcIcon: __vue_component__$E,
3602
+ VcSwitch: __vue_component__$i,
3603
+ VContainer: VContainer
3604
+ },
3605
+ name: 'VcExpansionCard',
3606
+ props: {
3607
+ disabled: {
3608
+ type: Boolean,
3609
+ default: false
3610
+ },
3611
+ value: {
3612
+ type: Boolean,
3613
+ default: false
3614
+ },
3615
+ toLogo: {
3616
+ type: String,
3617
+ required: false,
3618
+ default: ""
3619
+ },
3620
+ fromLogo: {
3621
+ type: String,
3622
+ required: false,
3623
+ default: ""
3624
+ },
3625
+ title: {
3626
+ type: String,
3627
+ required: false
3628
+ },
3629
+ dataQa: {
3630
+ type: String,
3631
+ default: 'VcExpansionCard'
3632
+ }
3633
+ }
3634
+ };
3635
+
3636
+ /* script */
3637
+ const __vue_script__$g = script$g;
3638
+ /* template */
3639
+
3640
+ var __vue_render__$g = function () {
3641
+ var _vm = this;
3642
+
3643
+ var _h = _vm.$createElement;
3644
+
3645
+ var _c = _vm._self._c || _h;
3646
+
3647
+ return _c('div', {
3648
+ staticClass: "expansionCard",
3649
+ class: {
3650
+ 'is-active': _vm.value
3651
+ },
3652
+ attrs: {
3653
+ "id": "container",
3654
+ "data-qa": _vm.dataQa
3655
+ }
3656
+ }, [_c('v-container', {
3657
+ attrs: {
3658
+ "fluid": ""
3659
+ }
3660
+ }, [_c('div', {
3661
+ staticClass: "d-flex flex-wrap justify-space-between align-center",
3662
+ staticStyle: {
3663
+ "min-width": "100%"
3664
+ }
3665
+ }, [_c('div', {
3666
+ staticClass: "justify-start d-flex align-center",
3667
+ staticStyle: {
3668
+ "min-width": "92px"
3669
+ }
3670
+ }, [_c('img', {
3671
+ staticClass: "VcLogoImage",
3672
+ attrs: {
3673
+ "src": _vm.fromLogo
3674
+ }
3675
+ }), _vm._v(" "), _c('VcIcon', {
3676
+ attrs: {
3677
+ "size": "12"
3678
+ }
3679
+ }, [_vm._v("$chevron_left")]), _vm._v(" "), _c('img', {
3680
+ staticClass: "VcLogoImage",
3681
+ attrs: {
3682
+ "src": _vm.toLogo
3683
+ }
3684
+ })], 1), _vm._v(" "), _c('div', {
3685
+ staticClass: "d-flex justify-end",
3686
+ class: {
3687
+ 'order-2': _vm.$vuetify.breakpoint.mdAndUp
3688
+ },
3689
+ staticStyle: {
3690
+ "width": "initial"
3691
+ }
3692
+ }, [_c('VcSwitch', {
3693
+ attrs: {
3694
+ "disabled": _vm.disabled,
3695
+ "ripple": false,
3696
+ "icon": "",
3697
+ "color": "secondary"
3698
+ },
3699
+ on: {
3700
+ "input": function (val) {
3701
+ return _vm.$emit('input', Boolean(val));
3702
+ }
3703
+ },
3704
+ model: {
3705
+ value: _vm.value,
3706
+ callback: function ($$v) {
3707
+ _vm.value = $$v;
3708
+ },
3709
+ expression: "value"
3710
+ }
3711
+ })], 1), _vm._v(" "), _c('div', {
3712
+ staticClass: "d-flex flex-wrap ec-text",
3713
+ class: {
3714
+ 'order-1 justify-start': _vm.$vuetify.breakpoint.mdAndUp,
3715
+ 'full-width': !_vm.$vuetify.breakpoint.mdAndUp
3716
+ }
3717
+ }, [_c('div', {
3718
+ staticClass: "ec-title",
3719
+ domProps: {
3720
+ "innerHTML": _vm._s(_vm.title)
3721
+ }
3722
+ })])]), _vm._v(" "), _vm.value ? _vm._t("content") : _vm._e()], 2)], 1);
3723
+ };
3435
3724
 
3436
3725
  var __vue_staticRenderFns__$g = [];
3437
3726
  /* style */
3438
3727
 
3439
3728
  const __vue_inject_styles__$g = function (inject) {
3440
3729
  if (!inject) return;
3441
- inject("data-v-5fe5a78e_0", {
3442
- 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}",
3730
+ inject("data-v-639fa8ae_0", {
3731
+ 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}",
3443
3732
  map: undefined,
3444
3733
  media: undefined
3445
3734
  });
@@ -3447,7 +3736,7 @@ const __vue_inject_styles__$g = function (inject) {
3447
3736
  /* scoped */
3448
3737
 
3449
3738
 
3450
- const __vue_scope_id__$g = "data-v-5fe5a78e";
3739
+ const __vue_scope_id__$g = undefined;
3451
3740
  /* module identifier */
3452
3741
 
3453
3742
  const __vue_module_identifier__$g = undefined;
@@ -3720,7 +4009,7 @@ const __vue_component__$e = /*#__PURE__*/normalizeComponent({
3720
4009
  var script$d = {
3721
4010
  name: 'VcToast',
3722
4011
  components: {
3723
- VcAlert: __vue_component__$s,
4012
+ VcAlert: __vue_component__$u,
3724
4013
  VSnackbar: VSnackbar
3725
4014
  },
3726
4015
  props: {
@@ -3874,8 +4163,8 @@ var __vue_staticRenderFns__$c = [];
3874
4163
 
3875
4164
  const __vue_inject_styles__$c = function (inject) {
3876
4165
  if (!inject) return;
3877
- inject("data-v-659c6e70_0", {
3878
- 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}",
4166
+ inject("data-v-11425092_0", {
4167
+ 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}",
3879
4168
  map: undefined,
3880
4169
  media: undefined
3881
4170
  });
@@ -3883,7 +4172,7 @@ const __vue_inject_styles__$c = function (inject) {
3883
4172
  /* scoped */
3884
4173
 
3885
4174
 
3886
- const __vue_scope_id__$c = "data-v-659c6e70";
4175
+ const __vue_scope_id__$c = "data-v-11425092";
3887
4176
  /* module identifier */
3888
4177
 
3889
4178
  const __vue_module_identifier__$c = undefined;
@@ -3902,9 +4191,9 @@ const __vue_component__$c = /*#__PURE__*/normalizeComponent({
3902
4191
  var script$b = {
3903
4192
  name: 'VcCheckbox',
3904
4193
  components: {
3905
- VcIcon: __vue_component__$C,
3906
- VcAvatar: __vue_component__$p,
3907
- VcTooltip: __vue_component__$r,
4194
+ VcIcon: __vue_component__$E,
4195
+ VcAvatar: __vue_component__$r,
4196
+ VcTooltip: __vue_component__$t,
3908
4197
  VCheckbox: VCheckbox
3909
4198
  },
3910
4199
  computed: {
@@ -4054,10 +4343,10 @@ const __vue_component__$b = /*#__PURE__*/normalizeComponent({
4054
4343
  var script$a = {
4055
4344
  name: "FilterPanel",
4056
4345
  components: {
4057
- VcLayout: __vue_component__$z,
4058
- VcIcon: __vue_component__$C,
4059
- VcButton: __vue_component__$B,
4060
- VcLoader: __vue_component__$h
4346
+ VcLayout: __vue_component__$B,
4347
+ VcIcon: __vue_component__$E,
4348
+ VcButton: __vue_component__$D,
4349
+ VcLoader: __vue_component__$j
4061
4350
  },
4062
4351
  props: {
4063
4352
  title: {
@@ -4315,9 +4604,9 @@ const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
4315
4604
  var script$7 = {
4316
4605
  name: "ListItem",
4317
4606
  components: {
4318
- VcLayout: __vue_component__$z,
4607
+ VcLayout: __vue_component__$B,
4319
4608
  VcCheckbox: __vue_component__$b,
4320
- VcActions: __vue_component__$m
4609
+ VcActions: __vue_component__$o
4321
4610
  },
4322
4611
  props: {
4323
4612
  showSelect: {
@@ -4428,7 +4717,7 @@ const __vue_component__$7 = /*#__PURE__*/normalizeComponent({
4428
4717
  var script$6 = {
4429
4718
  name: "VcGroupHeader",
4430
4719
  components: {
4431
- VcLayout: __vue_component__$z
4720
+ VcLayout: __vue_component__$B
4432
4721
  },
4433
4722
  props: {
4434
4723
  title: {
@@ -4551,8 +4840,8 @@ var script$4 = {
4551
4840
  name: 'VcEmptyState',
4552
4841
  components: {
4553
4842
  VcSvg: __vue_component__$5,
4554
- VcButton: __vue_component__$B,
4555
- VcLayout: __vue_component__$z,
4843
+ VcButton: __vue_component__$D,
4844
+ VcLayout: __vue_component__$B,
4556
4845
  VcLink: __vue_component__$8
4557
4846
  },
4558
4847
  props: {
@@ -4667,8 +4956,8 @@ var __vue_staticRenderFns__$4 = [];
4667
4956
 
4668
4957
  const __vue_inject_styles__$4 = function (inject) {
4669
4958
  if (!inject) return;
4670
- inject("data-v-e4b3101e_0", {
4671
- 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)}",
4959
+ inject("data-v-27288639_0", {
4960
+ 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)}",
4672
4961
  map: undefined,
4673
4962
  media: undefined
4674
4963
  });
@@ -4676,7 +4965,7 @@ const __vue_inject_styles__$4 = function (inject) {
4676
4965
  /* scoped */
4677
4966
 
4678
4967
 
4679
- const __vue_scope_id__$4 = "data-v-e4b3101e";
4968
+ const __vue_scope_id__$4 = "data-v-27288639";
4680
4969
  /* module identifier */
4681
4970
 
4682
4971
  const __vue_module_identifier__$4 = undefined;
@@ -4695,7 +4984,7 @@ const __vue_component__$4 = /*#__PURE__*/normalizeComponent({
4695
4984
  var script$3 = {
4696
4985
  name: "VcBanner",
4697
4986
  components: {
4698
- VcButton: __vue_component__$B
4987
+ VcButton: __vue_component__$D
4699
4988
  },
4700
4989
  props: {
4701
4990
  dataQa: {
@@ -4749,9 +5038,11 @@ var __vue_render__$3 = function () {
4749
5038
  staticClass: "text-container px-md-8 flex-grow-1"
4750
5039
  }, [_c('div', {
4751
5040
  staticClass: "banner-title pb-2 pb-md-0"
4752
- }, [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _vm.subtitle ? _c('div', {
5041
+ }, [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _vm.subtitle || _vm.$slots.subtitle ? _c('div', {
4753
5042
  staticClass: "banner-subtitle pb-4 pb-md-0"
4754
- }, [_vm._v(_vm._s(_vm.subtitle))]) : _vm._e()]), _vm._v(" "), _vm.buttonLabel ? _c('VcButton', {
5043
+ }, [_vm._t("subtitle", function () {
5044
+ return [_vm._v("\n " + _vm._s(_vm.subtitle) + "\n ")];
5045
+ })], 2) : _vm._e()]), _vm._v(" "), _vm.buttonLabel ? _c('VcButton', {
4755
5046
  attrs: {
4756
5047
  "large": _vm.$vuetify.breakpoint.smAndUp
4757
5048
  },
@@ -4768,8 +5059,8 @@ var __vue_staticRenderFns__$3 = [];
4768
5059
 
4769
5060
  const __vue_inject_styles__$3 = function (inject) {
4770
5061
  if (!inject) return;
4771
- inject("data-v-a8d8a41c_0", {
4772
- source: ".VcBanner[data-v-a8d8a41c]{min-height:128px;box-sizing:border-box;box-shadow:var(--shadow-10)}@media screen and (min-width:960px){.VcBanner[data-v-a8d8a41c]{box-shadow:unset;border-radius:var(--size-value3);border:1px solid var(--neutral-lighten-2)}}.VcBanner img[data-v-a8d8a41c]{max-width:104px}.VcBanner .text-container[data-v-a8d8a41c]{color:var(--gray-darken-5)}.VcBanner .text-container .banner-title[data-v-a8d8a41c]{font-weight:var(--font-weight-large2);font-size:var(--font-size-small3);line-height:22px}@media screen and (min-width:960px){.VcBanner .text-container .banner-title[data-v-a8d8a41c]{font-size:var(--font-size-medium2);line-height:var(--size-value8)}}.VcBanner .text-container .banner-subtitle[data-v-a8d8a41c]{font-size:var(--font-size-small2);line-height:var(--size-value5);font-weight:var(--font-weight-medium)}",
5062
+ inject("data-v-27b8a6b4_0", {
5063
+ source: ".VcBanner[data-v-27b8a6b4]{min-height:128px;box-sizing:border-box;box-shadow:var(--shadow-10)}@media screen and (min-width:960px){.VcBanner[data-v-27b8a6b4]{box-shadow:unset;border-radius:var(--size-value3);border:1px solid var(--neutral-lighten-2)}}.VcBanner img[data-v-27b8a6b4]{max-width:104px}.VcBanner .text-container[data-v-27b8a6b4]{color:var(--gray-darken-5)}.VcBanner .text-container .banner-title[data-v-27b8a6b4]{font-weight:var(--font-weight-large2);font-size:var(--font-size-small3);line-height:22px}@media screen and (min-width:960px){.VcBanner .text-container .banner-title[data-v-27b8a6b4]{font-size:var(--font-size-medium2);line-height:var(--size-value8)}}.VcBanner .text-container .banner-subtitle[data-v-27b8a6b4]{font-size:var(--font-size-small2);line-height:var(--size-value5);font-weight:var(--font-weight-medium)}",
4773
5064
  map: undefined,
4774
5065
  media: undefined
4775
5066
  });
@@ -4777,7 +5068,7 @@ const __vue_inject_styles__$3 = function (inject) {
4777
5068
  /* scoped */
4778
5069
 
4779
5070
 
4780
- const __vue_scope_id__$3 = "data-v-a8d8a41c";
5071
+ const __vue_scope_id__$3 = "data-v-27b8a6b4";
4781
5072
  /* module identifier */
4782
5073
 
4783
5074
  const __vue_module_identifier__$3 = undefined;
@@ -4796,8 +5087,8 @@ const __vue_component__$3 = /*#__PURE__*/normalizeComponent({
4796
5087
  var script$2 = {
4797
5088
  name: "VcWizardCtaContainer",
4798
5089
  components: {
4799
- VcButton: __vue_component__$B,
4800
- VcLayout: __vue_component__$z
5090
+ VcButton: __vue_component__$D,
5091
+ VcLayout: __vue_component__$B
4801
5092
  },
4802
5093
  props: {
4803
5094
  isBackDisplayed: {
@@ -4922,8 +5213,8 @@ var script$1 = {
4922
5213
  }
4923
5214
  },
4924
5215
  components: {
4925
- VcLayout: __vue_component__$z,
4926
- VcLoader: __vue_component__$h,
5216
+ VcLayout: __vue_component__$B,
5217
+ VcLoader: __vue_component__$j,
4927
5218
  VStepperContent: VStepperContent,
4928
5219
  VStepperItems: VStepperItems,
4929
5220
  VStepper: VStepper
@@ -5088,8 +5379,8 @@ var __vue_staticRenderFns__$1 = [];
5088
5379
 
5089
5380
  const __vue_inject_styles__$1 = function (inject) {
5090
5381
  if (!inject) return;
5091
- inject("data-v-9a0d3df6_0", {
5092
- 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}",
5382
+ inject("data-v-f6d81116_0", {
5383
+ 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}",
5093
5384
  map: undefined,
5094
5385
  media: undefined
5095
5386
  });
@@ -5097,7 +5388,7 @@ const __vue_inject_styles__$1 = function (inject) {
5097
5388
  /* scoped */
5098
5389
 
5099
5390
 
5100
- const __vue_scope_id__$1 = "data-v-9a0d3df6";
5391
+ const __vue_scope_id__$1 = "data-v-f6d81116";
5101
5392
  /* module identifier */
5102
5393
 
5103
5394
  const __vue_module_identifier__$1 = undefined;
@@ -5116,13 +5407,17 @@ const __vue_component__$1 = /*#__PURE__*/normalizeComponent({
5116
5407
  var script = {
5117
5408
  name: "VcWizard",
5118
5409
  components: {
5119
- VcStepsBar: __vue_component__$l,
5410
+ VcStepsBar: __vue_component__$n,
5120
5411
  VcStepperContent: __vue_component__$1,
5121
- VcMobileWizardProgress: __vue_component__$j,
5412
+ VcMobileWizardProgress: __vue_component__$l,
5122
5413
  VcWizardCtaContainer: __vue_component__$2,
5123
5414
  VLayout: VLayout
5124
5415
  },
5125
5416
  props: {
5417
+ initialWizardData: {
5418
+ type: Object,
5419
+ default: () => ({})
5420
+ },
5126
5421
  steps: {
5127
5422
  type: [Array],
5128
5423
  validator: steps => steps.every(step => step.name),
@@ -5179,16 +5474,18 @@ var script = {
5179
5474
  if (this.currentStep < this.wizardSteps.length) {
5180
5475
  this.currentStep++;
5181
5476
  } else {
5182
- this.$emit('submit', this.wizardSteps);
5477
+ this.$emit('submit', this.wizardData);
5183
5478
  }
5184
5479
  }
5185
5480
 
5186
5481
  },
5187
5482
  computed: {
5188
5483
  wizardData() {
5189
- return Object.values(this.wizardStepsData).reduce((acc, currentValue) => ({ ...acc,
5190
- ...currentValue
5191
- }), {});
5484
+ return Object.values(this.wizardStepsData).reduce((acc, currentValue) => {
5485
+ Object.assign(acc, currentValue);
5486
+ return acc;
5487
+ }, { ...this.initialWizardData
5488
+ });
5192
5489
  },
5193
5490
 
5194
5491
  currentStepObj() {
@@ -5271,8 +5568,8 @@ var __vue_staticRenderFns__ = [];
5271
5568
 
5272
5569
  const __vue_inject_styles__ = function (inject) {
5273
5570
  if (!inject) return;
5274
- inject("data-v-485be306_0", {
5275
- 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}",
5571
+ inject("data-v-d1c4a8c2_0", {
5572
+ 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}",
5276
5573
  map: undefined,
5277
5574
  media: undefined
5278
5575
  });
@@ -5280,7 +5577,7 @@ const __vue_inject_styles__ = function (inject) {
5280
5577
  /* scoped */
5281
5578
 
5282
5579
 
5283
- const __vue_scope_id__ = "data-v-485be306";
5580
+ const __vue_scope_id__ = "data-v-d1c4a8c2";
5284
5581
  /* module identifier */
5285
5582
 
5286
5583
  const __vue_module_identifier__ = undefined;
@@ -5300,29 +5597,31 @@ const __vue_component__ = /*#__PURE__*/normalizeComponent({
5300
5597
 
5301
5598
  var components$1 = /*#__PURE__*/Object.freeze({
5302
5599
  __proto__: null,
5303
- VcConfirmModal: __vue_component__$w,
5304
- VcInputModal: __vue_component__$u,
5305
- VcNoticeModal: __vue_component__$t,
5306
- VcModalFooter: __vue_component__$y,
5307
- VcModalHeader: __vue_component__$x,
5308
- VcAlert: __vue_component__$s,
5309
- VcTooltip: __vue_component__$r,
5310
- VcIconWithTooltip: __vue_component__$q,
5311
- VcBottomActions: __vue_component__$o,
5312
- VcActionList: __vue_component__$n,
5313
- VcActions: __vue_component__$m,
5314
- VcStepsBar: __vue_component__$l,
5315
- VcMobileWizardProgress: __vue_component__$j,
5316
- VcProgressCircular: __vue_component__$k,
5317
- VcButton: __vue_component__$B,
5318
- VcButtonGroup: __vue_component__$i,
5319
- VcForm: __vue_component__$v,
5320
- VcIcon: __vue_component__$C,
5321
- VcLayout: __vue_component__$z,
5322
- VcLoader: __vue_component__$h,
5323
- VcSwitch: __vue_component__$g,
5600
+ VcConfirmModal: __vue_component__$y,
5601
+ VcInputModal: __vue_component__$w,
5602
+ VcNoticeModal: __vue_component__$v,
5603
+ VcModalFooter: __vue_component__$A,
5604
+ VcModalHeader: __vue_component__$z,
5605
+ VcAlert: __vue_component__$u,
5606
+ VcTooltip: __vue_component__$t,
5607
+ VcIconWithTooltip: __vue_component__$s,
5608
+ VcBottomActions: __vue_component__$q,
5609
+ VcActionList: __vue_component__$p,
5610
+ VcActions: __vue_component__$o,
5611
+ VcStepsBar: __vue_component__$n,
5612
+ VcMobileWizardProgress: __vue_component__$l,
5613
+ VcProgressCircular: __vue_component__$m,
5614
+ VcButton: __vue_component__$D,
5615
+ VcButtonGroup: __vue_component__$k,
5616
+ VcForm: __vue_component__$x,
5617
+ VcIcon: __vue_component__$E,
5618
+ VcLayout: __vue_component__$B,
5619
+ VcLoader: __vue_component__$j,
5620
+ VcSwitch: __vue_component__$i,
5621
+ VcListEntity: __vue_component__$h,
5622
+ VcExpansionCard: __vue_component__$g,
5324
5623
  VcTextField: __vue_component__$f,
5325
- VcAvatar: __vue_component__$p,
5624
+ VcAvatar: __vue_component__$r,
5326
5625
  VcTextArea: __vue_component__$e,
5327
5626
  VcToast: __vue_component__$d,
5328
5627
  VcCard: __vue_component__$c,
@@ -5350,29 +5649,31 @@ const install = function installdesignSystem(Vue) {
5350
5649
  var components = /*#__PURE__*/Object.freeze({
5351
5650
  __proto__: null,
5352
5651
  'default': install,
5353
- VcConfirmModal: __vue_component__$w,
5354
- VcInputModal: __vue_component__$u,
5355
- VcNoticeModal: __vue_component__$t,
5356
- VcModalFooter: __vue_component__$y,
5357
- VcModalHeader: __vue_component__$x,
5358
- VcAlert: __vue_component__$s,
5359
- VcTooltip: __vue_component__$r,
5360
- VcIconWithTooltip: __vue_component__$q,
5361
- VcBottomActions: __vue_component__$o,
5362
- VcActionList: __vue_component__$n,
5363
- VcActions: __vue_component__$m,
5364
- VcStepsBar: __vue_component__$l,
5365
- VcMobileWizardProgress: __vue_component__$j,
5366
- VcProgressCircular: __vue_component__$k,
5367
- VcButton: __vue_component__$B,
5368
- VcButtonGroup: __vue_component__$i,
5369
- VcForm: __vue_component__$v,
5370
- VcIcon: __vue_component__$C,
5371
- VcLayout: __vue_component__$z,
5372
- VcLoader: __vue_component__$h,
5373
- VcSwitch: __vue_component__$g,
5652
+ VcConfirmModal: __vue_component__$y,
5653
+ VcInputModal: __vue_component__$w,
5654
+ VcNoticeModal: __vue_component__$v,
5655
+ VcModalFooter: __vue_component__$A,
5656
+ VcModalHeader: __vue_component__$z,
5657
+ VcAlert: __vue_component__$u,
5658
+ VcTooltip: __vue_component__$t,
5659
+ VcIconWithTooltip: __vue_component__$s,
5660
+ VcBottomActions: __vue_component__$q,
5661
+ VcActionList: __vue_component__$p,
5662
+ VcActions: __vue_component__$o,
5663
+ VcStepsBar: __vue_component__$n,
5664
+ VcMobileWizardProgress: __vue_component__$l,
5665
+ VcProgressCircular: __vue_component__$m,
5666
+ VcButton: __vue_component__$D,
5667
+ VcButtonGroup: __vue_component__$k,
5668
+ VcForm: __vue_component__$x,
5669
+ VcIcon: __vue_component__$E,
5670
+ VcLayout: __vue_component__$B,
5671
+ VcLoader: __vue_component__$j,
5672
+ VcSwitch: __vue_component__$i,
5673
+ VcListEntity: __vue_component__$h,
5674
+ VcExpansionCard: __vue_component__$g,
5374
5675
  VcTextField: __vue_component__$f,
5375
- VcAvatar: __vue_component__$p,
5676
+ VcAvatar: __vue_component__$r,
5376
5677
  VcTextArea: __vue_component__$e,
5377
5678
  VcToast: __vue_component__$d,
5378
5679
  VcCard: __vue_component__$c,