@vcita/design-system 0.2.0 → 0.2.4

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 (33) hide show
  1. package/CHANGELOG.MD +19 -0
  2. package/config/locales/ds.en.yml +2 -0
  3. package/dist/@vcita/design-system.esm.js +1141 -588
  4. package/dist/@vcita/design-system.min.js +1 -1
  5. package/dist/@vcita/design-system.ssr.js +1046 -526
  6. package/init/DesignSystem.js +13 -3
  7. package/init/initI18n.js +5 -1
  8. package/init/svgImages.js +11 -0
  9. package/init/vuetify.config.js +6 -6
  10. package/package.json +1 -1
  11. package/src/components/VcEmptyState/VcEmptyState.vue +22 -4
  12. package/src/components/VcFilterPanel/VcFilterPanel.spec.js +1 -1
  13. package/src/components/VcProgressCircular/VcProgressCircular.spec.js +109 -0
  14. package/src/components/VcProgressCircular/VcProgressCircular.stories.js +58 -0
  15. package/src/components/VcProgressCircular/VcProgressCircular.vue +88 -0
  16. package/{init → src/components}/VcSvg/VcSvg.stories.js +5 -1
  17. package/{init → src/components}/VcSvg/VcSvg.vue +0 -0
  18. package/src/components/VcTextField/VcTextField.spec.js +13 -95
  19. package/src/components/VcTextField/VcTextField.stories.js +60 -41
  20. package/src/components/VcTextField/VcTextField.vue +78 -155
  21. package/src/components/VcTooltip/VcTooltip.spec.js +3 -3
  22. package/src/components/Wizard/VcMobileWizardProgress/VcMobileWizardProgress.spec.js +109 -0
  23. package/src/components/Wizard/VcMobileWizardProgress/VcMobileWizardProgress.stories.js +58 -0
  24. package/src/components/Wizard/VcMobileWizardProgress/VcMobileWizardProgress.vue +85 -0
  25. package/src/components/Wizard/VcSteperContant/VcStepperContent.spec.js +163 -0
  26. package/src/components/Wizard/VcSteperContant/VcStepperContent.stories.js +118 -0
  27. package/src/components/Wizard/VcSteperContant/VcStepperContent.vue +153 -0
  28. package/src/components/Wizard/VcStepsBar/VcStepsBar.spec.js +122 -0
  29. package/src/components/Wizard/VcStepsBar/VcStepsBar.stories.js +56 -0
  30. package/src/components/Wizard/VcStepsBar/VcStepsBar.vue +190 -0
  31. package/src/components/index.js +5 -1
  32. package/src/components/list/VcListItem/VcListItem.vue +1 -3
  33. package/src/.DS_Store +0 -0
@@ -119,7 +119,7 @@ function _nonIterableRest() {
119
119
  //
120
120
  //
121
121
  //
122
- var script$v = {
122
+ var script$z = {
123
123
  components: {
124
124
  VDialog: lib.VDialog
125
125
  },
@@ -259,10 +259,10 @@ function renderStyles(styles) {
259
259
  }
260
260
  return css;
261
261
  }/* script */
262
- var __vue_script__$v = script$v;
262
+ var __vue_script__$z = script$z;
263
263
  /* template */
264
264
 
265
- var __vue_render__$s = function __vue_render__() {
265
+ var __vue_render__$w = function __vue_render__() {
266
266
  var _vm = this;
267
267
 
268
268
  var _h = _vm.$createElement;
@@ -297,10 +297,10 @@ var __vue_render__$s = function __vue_render__() {
297
297
  }, [_vm._t("default")], 2);
298
298
  };
299
299
 
300
- var __vue_staticRenderFns__$s = [];
300
+ var __vue_staticRenderFns__$w = [];
301
301
  /* style */
302
302
 
303
- var __vue_inject_styles__$v = function __vue_inject_styles__(inject) {
303
+ var __vue_inject_styles__$z = function __vue_inject_styles__(inject) {
304
304
  if (!inject) return;
305
305
  inject("data-v-2f9f1f74_0", {
306
306
  source: ".VcModalWrapper{position:relative;width:auto;background-color:var(--modal-bg-color);box-shadow:var(--modal-box-shadow)}@media screen and (min-width:960px){.VcModalWrapper{margin:0 24px}.VcModalWrapper.offset{left:var(--modal-desktop-offset)}#app[dir=rtl] .VcModalWrapper.offset{left:auto;right:var(--modal-desktop-offset)}}",
@@ -311,19 +311,19 @@ var __vue_inject_styles__$v = function __vue_inject_styles__(inject) {
311
311
  /* scoped */
312
312
 
313
313
 
314
- var __vue_scope_id__$v = undefined;
314
+ var __vue_scope_id__$z = undefined;
315
315
  /* module identifier */
316
316
 
317
- var __vue_module_identifier__$v = "data-v-2f9f1f74";
317
+ var __vue_module_identifier__$z = "data-v-2f9f1f74";
318
318
  /* functional template */
319
319
 
320
- var __vue_is_functional_template__$v = false;
320
+ var __vue_is_functional_template__$z = false;
321
321
  /* style inject shadow dom */
322
322
 
323
- var __vue_component__$v = /*#__PURE__*/normalizeComponent({
324
- render: __vue_render__$s,
325
- staticRenderFns: __vue_staticRenderFns__$s
326
- }, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, undefined, createInjectorSSR, undefined);var script$u = {
323
+ var __vue_component__$z = /*#__PURE__*/normalizeComponent({
324
+ render: __vue_render__$w,
325
+ staticRenderFns: __vue_staticRenderFns__$w
326
+ }, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, createInjectorSSR, undefined);var script$y = {
327
327
  name: "VcIcon",
328
328
  render: function render(createElement) {
329
329
  var props = {
@@ -333,28 +333,28 @@ var __vue_component__$v = /*#__PURE__*/normalizeComponent({
333
333
  return createElement('v-icon', props, this.$slots.default);
334
334
  }
335
335
  };/* script */
336
- var __vue_script__$u = script$u;
336
+ var __vue_script__$y = script$y;
337
337
  /* template */
338
338
 
339
339
  /* style */
340
340
 
341
- var __vue_inject_styles__$u = undefined;
341
+ var __vue_inject_styles__$y = undefined;
342
342
  /* scoped */
343
343
 
344
- var __vue_scope_id__$u = undefined;
344
+ var __vue_scope_id__$y = undefined;
345
345
  /* module identifier */
346
346
 
347
- var __vue_module_identifier__$u = "data-v-0528e00a";
347
+ var __vue_module_identifier__$y = "data-v-0528e00a";
348
348
  /* functional template */
349
349
 
350
- var __vue_is_functional_template__$u = undefined;
350
+ var __vue_is_functional_template__$y = undefined;
351
351
  /* style inject */
352
352
 
353
353
  /* style inject SSR */
354
354
 
355
355
  /* style inject shadow dom */
356
356
 
357
- var __vue_component__$u = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, undefined, undefined);//
357
+ var __vue_component__$y = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, undefined, undefined, undefined);//
358
358
  //
359
359
  //
360
360
  //
@@ -380,7 +380,7 @@ var __vue_component__$u = /*#__PURE__*/normalizeComponent({}, __vue_inject_style
380
380
  //
381
381
  //
382
382
  //
383
- var script$t = {
383
+ var script$x = {
384
384
  components: {
385
385
  VBtn: lib.VBtn
386
386
  },
@@ -456,10 +456,10 @@ var script$t = {
456
456
  }
457
457
  }
458
458
  };/* script */
459
- var __vue_script__$t = script$t;
459
+ var __vue_script__$x = script$x;
460
460
  /* template */
461
461
 
462
- var __vue_render__$r = function __vue_render__() {
462
+ var __vue_render__$v = function __vue_render__() {
463
463
  var _vm = this;
464
464
 
465
465
  var _h = _vm.$createElement;
@@ -495,10 +495,10 @@ var __vue_render__$r = function __vue_render__() {
495
495
  }, [_vm._t("prepend"), _vm._v("\n " + _vm._s(_vm.label || _vm.$slots.default && _vm.$slots.default[0].text || '') + "\n "), _vm._t("append")], 2);
496
496
  };
497
497
 
498
- var __vue_staticRenderFns__$r = [];
498
+ var __vue_staticRenderFns__$v = [];
499
499
  /* style */
500
500
 
501
- var __vue_inject_styles__$t = function __vue_inject_styles__(inject) {
501
+ var __vue_inject_styles__$x = function __vue_inject_styles__(inject) {
502
502
  if (!inject) return;
503
503
  inject("data-v-b69a1aa2_0", {
504
504
  source: ".VcButton[data-v-b69a1aa2]{letter-spacing:.003em}.VcButton[data-v-b69a1aa2]:disabled{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}",
@@ -509,24 +509,24 @@ var __vue_inject_styles__$t = function __vue_inject_styles__(inject) {
509
509
  /* scoped */
510
510
 
511
511
 
512
- var __vue_scope_id__$t = "data-v-b69a1aa2";
512
+ var __vue_scope_id__$x = "data-v-b69a1aa2";
513
513
  /* module identifier */
514
514
 
515
- var __vue_module_identifier__$t = "data-v-b69a1aa2";
515
+ var __vue_module_identifier__$x = "data-v-b69a1aa2";
516
516
  /* functional template */
517
517
 
518
- var __vue_is_functional_template__$t = false;
518
+ var __vue_is_functional_template__$x = false;
519
519
  /* style inject shadow dom */
520
520
 
521
- var __vue_component__$t = /*#__PURE__*/normalizeComponent({
522
- render: __vue_render__$r,
523
- staticRenderFns: __vue_staticRenderFns__$r
524
- }, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, createInjectorSSR, undefined);var script$s = {
521
+ var __vue_component__$x = /*#__PURE__*/normalizeComponent({
522
+ render: __vue_render__$v,
523
+ staticRenderFns: __vue_staticRenderFns__$v
524
+ }, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, createInjectorSSR, undefined);var script$w = {
525
525
  name: 'VcModalContainer',
526
526
  components: {
527
- VcButton: __vue_component__$t,
528
- VcModalWrapper: __vue_component__$v,
529
- VcIcon: __vue_component__$u,
527
+ VcButton: __vue_component__$x,
528
+ VcModalWrapper: __vue_component__$z,
529
+ VcIcon: __vue_component__$y,
530
530
  VLayout: lib.VLayout
531
531
  },
532
532
  props: {
@@ -573,10 +573,10 @@ var __vue_component__$t = /*#__PURE__*/normalizeComponent({
573
573
  }
574
574
  }
575
575
  };/* script */
576
- var __vue_script__$s = script$s;
576
+ var __vue_script__$w = script$w;
577
577
  /* template */
578
578
 
579
- var __vue_render__$q = function __vue_render__() {
579
+ var __vue_render__$u = function __vue_render__() {
580
580
  var _vm = this;
581
581
 
582
582
  var _h = _vm.$createElement;
@@ -649,10 +649,10 @@ var __vue_render__$q = function __vue_render__() {
649
649
  }, [_vm._t("footer")], 2)])]], 2) : _vm._e();
650
650
  };
651
651
 
652
- var __vue_staticRenderFns__$q = [];
652
+ var __vue_staticRenderFns__$u = [];
653
653
  /* style */
654
654
 
655
- var __vue_inject_styles__$s = function __vue_inject_styles__(inject) {
655
+ var __vue_inject_styles__$w = function __vue_inject_styles__(inject) {
656
656
  if (!inject) return;
657
657
  inject("data-v-6b2b8919_0", {
658
658
  source: ".VcModalContainer{overflow-y:hidden;height:auto;min-height:100px;min-width:300px;display:flex}.VcModalContainer.sm{width:var(--modal-width-small)}.VcModalContainer.md{width:var(--modal-width-medium)}.VcModalContainer.lg{width:var(--modal-width-large)}.VcModalContainer.responsive{width:100%;margin:0 24px}.VcModalContainer .VcModalContainerContent,.VcModalContainer footer,.VcModalContainer header{flex-shrink:0}.VcModalContainer header{display:flex;justify-content:space-between}.VcModalContainer header .VcModalCloseButton{position:absolute;right:5px;top:var(--size-value2)}.VcModalContainer header .VcModalCloseButton .VcIcon{font-size:22px}.VcModalContainer header.showDivider{border-bottom:1px solid rgba(0,0,0,.12)}.VcModalContainer .VcModalContainerContent{overflow-y:auto;height:calc(100% - 138px);line-height:var(--size-value6);flex-grow:1;font-size:var(--font-size-small);padding:0 var(--size-value6) var(--size-value6)}.VcModalContainer footer{padding:var(--size-value3) var(--size-value4) var(--size-value3);text-align:right}#app[dir=rtl] .VcModalContainer footer{text-align:left}.VcModalContainer footer.showDivider{border-top:1px solid rgba(0,0,0,.12)}@media screen and (min-width:960px){.VcModalContainer footer{padding:var(--size-value3) var(--size-value6) var(--size-value3)}}.VcModalContainer.notice header,.VcModalContainer.prominent header{font-weight:var(--font-weight-xl);font-size:var(--font-size-medium2);padding-bottom:0;padding-top:var(--size-value10)}.VcModalContainer.notice .VcModalContainerContent,.VcModalContainer.prominent .VcModalContainerContent{padding:0;min-height:168px;height:calc(100% - 497px)}@media screen and (min-width:960px){.VcModalContainer.notice .VcModalContainerContent,.VcModalContainer.prominent .VcModalContainerContent{margin-bottom:var(--size-value2)}}.VcModalContainer.notice footer,.VcModalContainer.prominent footer{padding-top:var(--size-value3);padding-bottom:0}.VcModalContainer.notice.responsive .VcModalContainerContent,.VcModalContainer.notice.sm .VcModalContainerContent,.VcModalContainer.prominent.responsive .VcModalContainerContent,.VcModalContainer.prominent.sm .VcModalContainerContent{margin-left:var(--size-value6);padding-right:var(--size-value6)}.VcModalContainer.notice.md .VcModalContainerContent,.VcModalContainer.prominent.md .VcModalContainerContent{margin-left:var(--size-value10);padding-right:var(--size-value10)}.VcModalContainer.notice.lg header,.VcModalContainer.prominent.lg header{height:initial}.VcModalContainer.notice.lg .VcModalContainerContent,.VcModalContainer.prominent.lg .VcModalContainerContent{min-height:0;margin-left:var(--size-value16);padding-right:var(--size-value16)}.VcModalContainer.prominent .VcModalContainerContent{margin-bottom:var(--size-value6)}.VcModalContainer.input.responsive{height:100%;margin:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.VcModalContainer.input .VcModalContainerContent{height:auto;padding:0}",
@@ -663,19 +663,19 @@ var __vue_inject_styles__$s = function __vue_inject_styles__(inject) {
663
663
  /* scoped */
664
664
 
665
665
 
666
- var __vue_scope_id__$s = undefined;
666
+ var __vue_scope_id__$w = undefined;
667
667
  /* module identifier */
668
668
 
669
- var __vue_module_identifier__$s = "data-v-6b2b8919";
669
+ var __vue_module_identifier__$w = "data-v-6b2b8919";
670
670
  /* functional template */
671
671
 
672
- var __vue_is_functional_template__$s = false;
672
+ var __vue_is_functional_template__$w = false;
673
673
  /* style inject shadow dom */
674
674
 
675
- var __vue_component__$s = /*#__PURE__*/normalizeComponent({
676
- render: __vue_render__$q,
677
- staticRenderFns: __vue_staticRenderFns__$q
678
- }, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, createInjectorSSR, undefined);var script$r = {
675
+ var __vue_component__$w = /*#__PURE__*/normalizeComponent({
676
+ render: __vue_render__$u,
677
+ staticRenderFns: __vue_staticRenderFns__$u
678
+ }, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, createInjectorSSR, undefined);var script$v = {
679
679
  name: "VcLayout",
680
680
  render: function render(createElement) {
681
681
  // `<v-layout><slot></slot></v-layout>`
@@ -686,32 +686,32 @@ var __vue_component__$s = /*#__PURE__*/normalizeComponent({
686
686
  return createElement('v-layout', props, this.$slots.default);
687
687
  }
688
688
  };/* script */
689
- var __vue_script__$r = script$r;
689
+ var __vue_script__$v = script$v;
690
690
  /* template */
691
691
 
692
692
  /* style */
693
693
 
694
- var __vue_inject_styles__$r = undefined;
694
+ var __vue_inject_styles__$v = undefined;
695
695
  /* scoped */
696
696
 
697
- var __vue_scope_id__$r = "data-v-0751575a";
697
+ var __vue_scope_id__$v = "data-v-0751575a";
698
698
  /* module identifier */
699
699
 
700
- var __vue_module_identifier__$r = "data-v-0751575a";
700
+ var __vue_module_identifier__$v = "data-v-0751575a";
701
701
  /* functional template */
702
702
 
703
- var __vue_is_functional_template__$r = undefined;
703
+ var __vue_is_functional_template__$v = undefined;
704
704
  /* style inject */
705
705
 
706
706
  /* style inject SSR */
707
707
 
708
708
  /* style inject shadow dom */
709
709
 
710
- var __vue_component__$r = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, undefined, undefined);var script$q = {
710
+ var __vue_component__$v = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, undefined, undefined, undefined);var script$u = {
711
711
  name: "VcModalFooter",
712
712
  components: {
713
- VcLayout: __vue_component__$r,
714
- VcButton: __vue_component__$t
713
+ VcLayout: __vue_component__$v,
714
+ VcButton: __vue_component__$x
715
715
  },
716
716
  props: {
717
717
  direction: {
@@ -742,10 +742,10 @@ var __vue_component__$r = /*#__PURE__*/normalizeComponent({}, __vue_inject_style
742
742
  }
743
743
  }
744
744
  };/* script */
745
- var __vue_script__$q = script$q;
745
+ var __vue_script__$u = script$u;
746
746
  /* template */
747
747
 
748
- var __vue_render__$p = function __vue_render__() {
748
+ var __vue_render__$t = function __vue_render__() {
749
749
  var _vm = this;
750
750
 
751
751
  var _h = _vm.$createElement;
@@ -778,10 +778,10 @@ var __vue_render__$p = function __vue_render__() {
778
778
  }), 1);
779
779
  };
780
780
 
781
- var __vue_staticRenderFns__$p = [];
781
+ var __vue_staticRenderFns__$t = [];
782
782
  /* style */
783
783
 
784
- var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
784
+ var __vue_inject_styles__$u = function __vue_inject_styles__(inject) {
785
785
  if (!inject) return;
786
786
  inject("data-v-daacbd22_0", {
787
787
  source: ".VcModalFooter.vertical .VcFooterButton[data-v-daacbd22]{width:100%;margin-bottom:var(--size-value2)}.VcModalFooter.vertical .VcFooterButton[data-v-daacbd22]:last-of-type{margin-bottom:0}@media screen and (min-width:960px){.VcModalFooter.vertical .VcFooterButton[data-v-daacbd22]{width:auto}}.VcModalFooter.horizontal .VcFooterButton[data-v-daacbd22]{flex-basis:0;flex-grow:1}.VcModalFooter.horizontal .VcFooterButton[data-v-daacbd22]:first-of-type{margin-left:0}.VcModalFooter.horizontal .VcFooterButton[data-v-daacbd22]:last-of-type{margin-right:0}@media screen and (min-width:960px){.VcModalFooter.horizontal .VcFooterButton[data-v-daacbd22]{flex-basis:auto;flex-grow:0}}.VcModalFooter .VcFooterButton[data-v-daacbd22]{margin-left:var(--size-value1);margin-right:var(--size-value1)}",
@@ -792,24 +792,24 @@ var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
792
792
  /* scoped */
793
793
 
794
794
 
795
- var __vue_scope_id__$q = "data-v-daacbd22";
795
+ var __vue_scope_id__$u = "data-v-daacbd22";
796
796
  /* module identifier */
797
797
 
798
- var __vue_module_identifier__$q = "data-v-daacbd22";
798
+ var __vue_module_identifier__$u = "data-v-daacbd22";
799
799
  /* functional template */
800
800
 
801
- var __vue_is_functional_template__$q = false;
801
+ var __vue_is_functional_template__$u = false;
802
802
  /* style inject shadow dom */
803
803
 
804
- var __vue_component__$q = /*#__PURE__*/normalizeComponent({
805
- render: __vue_render__$p,
806
- staticRenderFns: __vue_staticRenderFns__$p
807
- }, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, createInjectorSSR, undefined);var script$p = {
804
+ var __vue_component__$u = /*#__PURE__*/normalizeComponent({
805
+ render: __vue_render__$t,
806
+ staticRenderFns: __vue_staticRenderFns__$t
807
+ }, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, createInjectorSSR, undefined);var script$t = {
808
808
  name: "VcModalHeader",
809
809
  components: {
810
- VcLayout: __vue_component__$r,
811
- VcIcon: __vue_component__$u,
812
- VcButton: __vue_component__$t
810
+ VcLayout: __vue_component__$v,
811
+ VcIcon: __vue_component__$y,
812
+ VcButton: __vue_component__$x
813
813
  },
814
814
  props: {
815
815
  topTitle: {
@@ -846,10 +846,10 @@ var __vue_component__$q = /*#__PURE__*/normalizeComponent({
846
846
  }
847
847
  }
848
848
  };/* script */
849
- var __vue_script__$p = script$p;
849
+ var __vue_script__$t = script$t;
850
850
  /* template */
851
851
 
852
- var __vue_render__$o = function __vue_render__() {
852
+ var __vue_render__$s = function __vue_render__() {
853
853
  var _vm = this;
854
854
 
855
855
  var _h = _vm.$createElement;
@@ -922,10 +922,10 @@ var __vue_render__$o = function __vue_render__() {
922
922
  }, [_vm._v(_vm._s(_vm.subtitle))]) : _vm._e()])], 1)], 2);
923
923
  };
924
924
 
925
- var __vue_staticRenderFns__$o = [];
925
+ var __vue_staticRenderFns__$s = [];
926
926
  /* style */
927
927
 
928
- var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
928
+ var __vue_inject_styles__$t = function __vue_inject_styles__(inject) {
929
929
  if (!inject) return;
930
930
  inject("data-v-407bef94_0", {
931
931
  source: ".VcHeader[data-v-407bef94]{font-size:var(--font-size-small2);padding:var(--size-value4) var(--size-value6) var(--size-value4);line-height:24px;font-weight:var(--font-weight-large2)}@media screen and (min-width:960px){.VcHeader[data-v-407bef94]{font-weight:var(--font-weight-large);font-size:var(--font-size-medium)}}.VcHeader .VcHeaderImage[data-v-407bef94]{width:32px;margin-right:var(--size-value3);padding:5px;border:1px solid rgba(0,0,0,.12);box-sizing:border-box;border-radius:6px}.VcHeader .VcHeaderTopTitle[data-v-407bef94]{font-size:11px;font-weight:var(--font-weight-medium);line-height:12px;color:rgba(0,0,0,.54)}.VcHeader .VcHeaderTitleWithPadding[data-v-407bef94]{padding-left:var(--size-value6)}.VcHeader .VcHeaderSubtitle[data-v-407bef94]{font-size:15px;font-weight:var(--font-weight-medium);color:rgba(0,0,0,.87);padding-left:var(--size-value2)}.VcHeader.confirm[data-v-407bef94]{font-size:var(--font-size-medium);font-weight:var(--font-weight-large2);padding-bottom:var(--size-value1);padding-top:var(--size-value6)}@media screen and (min-width:960px){.VcHeader.confirm[data-v-407bef94]{padding-bottom:var(--size-value1)}}.VcHeader.confirm .VcHeaderButton[data-v-407bef94],.VcHeader.input .VcHeaderButton[data-v-407bef94]{max-height:24px;margin-right:var(--size-value3)}.VcHeader.confirm .VcHeaderIcon[data-v-407bef94],.VcHeader.input .VcHeaderIcon[data-v-407bef94]{padding-right:var(--size-value3);font-size:var(--font-size-medium)}.VcHeader.input[data-v-407bef94]{transform:translateX(-8px)}@media screen and (min-width:960px){.VcHeader.input[data-v-407bef94]{transform:translateX(0);padding-bottom:var(--size-value3)}}",
@@ -936,26 +936,26 @@ var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
936
936
  /* scoped */
937
937
 
938
938
 
939
- var __vue_scope_id__$p = "data-v-407bef94";
939
+ var __vue_scope_id__$t = "data-v-407bef94";
940
940
  /* module identifier */
941
941
 
942
- var __vue_module_identifier__$p = "data-v-407bef94";
942
+ var __vue_module_identifier__$t = "data-v-407bef94";
943
943
  /* functional template */
944
944
 
945
- var __vue_is_functional_template__$p = false;
945
+ var __vue_is_functional_template__$t = false;
946
946
  /* style inject shadow dom */
947
947
 
948
- var __vue_component__$p = /*#__PURE__*/normalizeComponent({
949
- render: __vue_render__$o,
950
- staticRenderFns: __vue_staticRenderFns__$o
951
- }, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, createInjectorSSR, undefined);var script$o = {
948
+ var __vue_component__$t = /*#__PURE__*/normalizeComponent({
949
+ render: __vue_render__$s,
950
+ staticRenderFns: __vue_staticRenderFns__$s
951
+ }, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, createInjectorSSR, undefined);var script$s = {
952
952
  name: "VcConfirmModal",
953
953
  components: {
954
- VcModalHeader: __vue_component__$p,
955
- VcLayout: __vue_component__$r,
956
- VcModalFooter: __vue_component__$q,
957
- VcIcon: __vue_component__$u,
958
- VcModalContainer: __vue_component__$s
954
+ VcModalHeader: __vue_component__$t,
955
+ VcLayout: __vue_component__$v,
956
+ VcModalFooter: __vue_component__$u,
957
+ VcIcon: __vue_component__$y,
958
+ VcModalContainer: __vue_component__$w
959
959
  },
960
960
  props: {
961
961
  showDialog: {
@@ -1008,10 +1008,10 @@ var __vue_component__$p = /*#__PURE__*/normalizeComponent({
1008
1008
  }
1009
1009
  }
1010
1010
  };/* script */
1011
- var __vue_script__$o = script$o;
1011
+ var __vue_script__$s = script$s;
1012
1012
  /* template */
1013
1013
 
1014
- var __vue_render__$n = function __vue_render__() {
1014
+ var __vue_render__$r = function __vue_render__() {
1015
1015
  var _vm = this;
1016
1016
 
1017
1017
  var _h = _vm.$createElement;
@@ -1093,29 +1093,29 @@ var __vue_render__$n = function __vue_render__() {
1093
1093
  });
1094
1094
  };
1095
1095
 
1096
- var __vue_staticRenderFns__$n = [];
1096
+ var __vue_staticRenderFns__$r = [];
1097
1097
  /* style */
1098
1098
 
1099
- var __vue_inject_styles__$o = undefined;
1099
+ var __vue_inject_styles__$s = undefined;
1100
1100
  /* scoped */
1101
1101
 
1102
- var __vue_scope_id__$o = "data-v-8cd4b05c";
1102
+ var __vue_scope_id__$s = "data-v-8cd4b05c";
1103
1103
  /* module identifier */
1104
1104
 
1105
- var __vue_module_identifier__$o = "data-v-8cd4b05c";
1105
+ var __vue_module_identifier__$s = "data-v-8cd4b05c";
1106
1106
  /* functional template */
1107
1107
 
1108
- var __vue_is_functional_template__$o = false;
1108
+ var __vue_is_functional_template__$s = false;
1109
1109
  /* style inject */
1110
1110
 
1111
1111
  /* style inject SSR */
1112
1112
 
1113
1113
  /* style inject shadow dom */
1114
1114
 
1115
- var __vue_component__$o = /*#__PURE__*/normalizeComponent({
1116
- render: __vue_render__$n,
1117
- staticRenderFns: __vue_staticRenderFns__$n
1118
- }, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, undefined, undefined);var script$n = {
1115
+ var __vue_component__$s = /*#__PURE__*/normalizeComponent({
1116
+ render: __vue_render__$r,
1117
+ staticRenderFns: __vue_staticRenderFns__$r
1118
+ }, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, undefined, undefined);var script$r = {
1119
1119
  name: "VcForm",
1120
1120
  methods: {
1121
1121
  validate: function validate() {
@@ -1132,36 +1132,36 @@ var __vue_component__$o = /*#__PURE__*/normalizeComponent({
1132
1132
  return this.form;
1133
1133
  }
1134
1134
  };/* script */
1135
- var __vue_script__$n = script$n;
1135
+ var __vue_script__$r = script$r;
1136
1136
  /* template */
1137
1137
 
1138
1138
  /* style */
1139
1139
 
1140
- var __vue_inject_styles__$n = undefined;
1140
+ var __vue_inject_styles__$r = undefined;
1141
1141
  /* scoped */
1142
1142
 
1143
- var __vue_scope_id__$n = "data-v-398cf17d";
1143
+ var __vue_scope_id__$r = "data-v-398cf17d";
1144
1144
  /* module identifier */
1145
1145
 
1146
- var __vue_module_identifier__$n = "data-v-398cf17d";
1146
+ var __vue_module_identifier__$r = "data-v-398cf17d";
1147
1147
  /* functional template */
1148
1148
 
1149
- var __vue_is_functional_template__$n = undefined;
1149
+ var __vue_is_functional_template__$r = undefined;
1150
1150
  /* style inject */
1151
1151
 
1152
1152
  /* style inject SSR */
1153
1153
 
1154
1154
  /* style inject shadow dom */
1155
1155
 
1156
- var __vue_component__$n = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, undefined, undefined);var script$m = {
1156
+ var __vue_component__$r = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, undefined, undefined);var script$q = {
1157
1157
  name: "VcInputModal",
1158
1158
  components: {
1159
- VcForm: __vue_component__$n,
1160
- VcLayout: __vue_component__$r,
1161
- VcModalFooter: __vue_component__$q,
1162
- VcIcon: __vue_component__$u,
1163
- VcModalContainer: __vue_component__$s,
1164
- VcModalHeader: __vue_component__$p
1159
+ VcForm: __vue_component__$r,
1160
+ VcLayout: __vue_component__$v,
1161
+ VcModalFooter: __vue_component__$u,
1162
+ VcIcon: __vue_component__$y,
1163
+ VcModalContainer: __vue_component__$w,
1164
+ VcModalHeader: __vue_component__$t
1165
1165
  },
1166
1166
  props: {
1167
1167
  showDialog: {
@@ -1236,10 +1236,10 @@ var __vue_component__$n = /*#__PURE__*/normalizeComponent({}, __vue_inject_style
1236
1236
  }
1237
1237
  }
1238
1238
  };/* script */
1239
- var __vue_script__$m = script$m;
1239
+ var __vue_script__$q = script$q;
1240
1240
  /* template */
1241
1241
 
1242
- var __vue_render__$m = function __vue_render__() {
1242
+ var __vue_render__$q = function __vue_render__() {
1243
1243
  var _vm = this;
1244
1244
 
1245
1245
  var _h = _vm.$createElement;
@@ -1340,10 +1340,10 @@ var __vue_render__$m = function __vue_render__() {
1340
1340
  });
1341
1341
  };
1342
1342
 
1343
- var __vue_staticRenderFns__$m = [];
1343
+ var __vue_staticRenderFns__$q = [];
1344
1344
  /* style */
1345
1345
 
1346
- var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
1346
+ var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
1347
1347
  if (!inject) return;
1348
1348
  inject("data-v-1f25c5b3_0", {
1349
1349
  source: ".VcInputForm-layout .VcInputForm-main[data-v-1f25c5b3]{width:100%;max-width:100%;padding:var(--size-value6)}.VcInputForm-layout .VcInputForm-additional[data-v-1f25c5b3]{min-width:324px;padding:var(--size-value6);background:#f8f9fb;border-left:1px solid rgba(0,0,0,.12)}",
@@ -1354,24 +1354,24 @@ var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
1354
1354
  /* scoped */
1355
1355
 
1356
1356
 
1357
- var __vue_scope_id__$m = "data-v-1f25c5b3";
1357
+ var __vue_scope_id__$q = "data-v-1f25c5b3";
1358
1358
  /* module identifier */
1359
1359
 
1360
- var __vue_module_identifier__$m = "data-v-1f25c5b3";
1360
+ var __vue_module_identifier__$q = "data-v-1f25c5b3";
1361
1361
  /* functional template */
1362
1362
 
1363
- var __vue_is_functional_template__$m = false;
1363
+ var __vue_is_functional_template__$q = false;
1364
1364
  /* style inject shadow dom */
1365
1365
 
1366
- var __vue_component__$m = /*#__PURE__*/normalizeComponent({
1367
- render: __vue_render__$m,
1368
- staticRenderFns: __vue_staticRenderFns__$m
1369
- }, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, createInjectorSSR, undefined);var script$l = {
1366
+ var __vue_component__$q = /*#__PURE__*/normalizeComponent({
1367
+ render: __vue_render__$q,
1368
+ staticRenderFns: __vue_staticRenderFns__$q
1369
+ }, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, createInjectorSSR, undefined);var script$p = {
1370
1370
  name: "VcNoticeModal",
1371
1371
  components: {
1372
- VcLayout: __vue_component__$r,
1373
- VcModalFooter: __vue_component__$q,
1374
- VcModalContainer: __vue_component__$s
1372
+ VcLayout: __vue_component__$v,
1373
+ VcModalFooter: __vue_component__$u,
1374
+ VcModalContainer: __vue_component__$w
1375
1375
  },
1376
1376
  props: {
1377
1377
  showDialog: {
@@ -1419,10 +1419,10 @@ var __vue_component__$m = /*#__PURE__*/normalizeComponent({
1419
1419
  }
1420
1420
  }
1421
1421
  };/* script */
1422
- var __vue_script__$l = script$l;
1422
+ var __vue_script__$p = script$p;
1423
1423
  /* template */
1424
1424
 
1425
- var __vue_render__$l = function __vue_render__() {
1425
+ var __vue_render__$p = function __vue_render__() {
1426
1426
  var _vm = this;
1427
1427
 
1428
1428
  var _h = _vm.$createElement;
@@ -1508,10 +1508,10 @@ var __vue_render__$l = function __vue_render__() {
1508
1508
  });
1509
1509
  };
1510
1510
 
1511
- var __vue_staticRenderFns__$l = [];
1511
+ var __vue_staticRenderFns__$p = [];
1512
1512
  /* style */
1513
1513
 
1514
- var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
1514
+ var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
1515
1515
  if (!inject) return;
1516
1516
  inject("data-v-c197dce0_0", {
1517
1517
  source: ".VcNoticeImage[data-v-c197dce0]{margin-bottom:var(--size-value4)}.VcNoticeImage.md[data-v-c197dce0],.VcNoticeImage.responsive[data-v-c197dce0],.VcNoticeImage.sm[data-v-c197dce0]{max-height:160px}.VcNoticeImage.lg[data-v-c197dce0]{max-height:208px}.VcNoticeContent[data-v-c197dce0],.VcNoticeHeader[data-v-c197dce0],.VcNoticeSubtitle[data-v-c197dce0]{text-align:center;line-height:24px}.VcNoticeHeader[data-v-c197dce0]{text-align:center;font-size:18px;font-weight:600;line-height:28px}@media screen and (min-width:960px){.VcNoticeHeader[data-v-c197dce0]{font-size:24px;font-weight:800;line-height:var(--size-value10)}}.VcNoticeHeader .VcNoticeHeaderText[data-v-c197dce0]{padding-bottom:var(--size-value2)}.VcNoticeHeader.prominent .VcNoticeHeaderText[data-v-c197dce0]{font-size:18px;font-weight:600}.VcNoticeSubtitle[data-v-c197dce0]{font-size:15px;font-weight:var(--font-weight-medium);line-height:var(--size-value6)}@media screen and (min-width:960px){.VcNoticeSubtitle[data-v-c197dce0]{font-size:var(--font-size-small)}}.VcNoticeSubtitle.prominent[data-v-c197dce0]{font-size:15px}.VcNoticeContent[data-v-c197dce0]{background:#eafcf2;border:1px solid #cff8e1;box-sizing:border-box;border-radius:8px;padding:var(--size-value3) var(--size-value4);margin-top:var(--size-value4);line-height:20px;font-size:13px}@media screen and (min-width:960px){.VcNoticeContent[data-v-c197dce0]{line-height:21px;font-size:14px}}.VcNoticeFooter[data-v-c197dce0]{padding-bottom:var(--size-value10)}",
@@ -1522,24 +1522,24 @@ var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
1522
1522
  /* scoped */
1523
1523
 
1524
1524
 
1525
- var __vue_scope_id__$l = "data-v-c197dce0";
1525
+ var __vue_scope_id__$p = "data-v-c197dce0";
1526
1526
  /* module identifier */
1527
1527
 
1528
- var __vue_module_identifier__$l = "data-v-c197dce0";
1528
+ var __vue_module_identifier__$p = "data-v-c197dce0";
1529
1529
  /* functional template */
1530
1530
 
1531
- var __vue_is_functional_template__$l = false;
1531
+ var __vue_is_functional_template__$p = false;
1532
1532
  /* style inject shadow dom */
1533
1533
 
1534
- var __vue_component__$l = /*#__PURE__*/normalizeComponent({
1535
- render: __vue_render__$l,
1536
- staticRenderFns: __vue_staticRenderFns__$l
1537
- }, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, createInjectorSSR, undefined);var script$k = {
1534
+ var __vue_component__$p = /*#__PURE__*/normalizeComponent({
1535
+ render: __vue_render__$p,
1536
+ staticRenderFns: __vue_staticRenderFns__$p
1537
+ }, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, createInjectorSSR, undefined);var script$o = {
1538
1538
  name: "VcAlert",
1539
1539
  components: {
1540
- VcIcon: __vue_component__$u,
1541
- VcButton: __vue_component__$t,
1542
- VcLayout: __vue_component__$r,
1540
+ VcIcon: __vue_component__$y,
1541
+ VcButton: __vue_component__$x,
1542
+ VcLayout: __vue_component__$v,
1543
1543
  VAlert: lib.VAlert
1544
1544
  },
1545
1545
  props: {
@@ -1630,10 +1630,10 @@ var __vue_component__$l = /*#__PURE__*/normalizeComponent({
1630
1630
  }
1631
1631
  }
1632
1632
  };/* script */
1633
- var __vue_script__$k = script$k;
1633
+ var __vue_script__$o = script$o;
1634
1634
  /* template */
1635
1635
 
1636
- var __vue_render__$k = function __vue_render__() {
1636
+ var __vue_render__$o = function __vue_render__() {
1637
1637
  var _vm = this;
1638
1638
 
1639
1639
  var _h = _vm.$createElement;
@@ -1703,10 +1703,10 @@ var __vue_render__$k = function __vue_render__() {
1703
1703
  }) : _vm._e()], 1);
1704
1704
  };
1705
1705
 
1706
- var __vue_staticRenderFns__$k = [];
1706
+ var __vue_staticRenderFns__$o = [];
1707
1707
  /* style */
1708
1708
 
1709
- var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
1709
+ var __vue_inject_styles__$o = function __vue_inject_styles__(inject) {
1710
1710
  if (!inject) return;
1711
1711
  inject("data-v-285965af_0", {
1712
1712
  source: ".dialog-alert{padding:var(--size-value3);margin:var(--size-value0)}.dialog-alert__close-btn{margin-inline-end:var(--size-value7)}.dialog-alert .alert-content{padding-inline-end:var(--size-value9)}.dialog-alert .v-alert__icon{margin-inline-end:var(--size-value2);font-size:var(--size-value5);height:var(--size-value5);min-width:var(--size-value5)}.dialog-alert .close-button{position:absolute;width:var(--size-value6);height:var(--size-value6);top:var(--size-value3);right:var(--size-value3)}#app[dir=rtl] .dialog-alert .close-button{right:auto;left:var(--size-value3)}.dialog-alert .close-button .v-btn__content{opacity:unset}.dialog-alert .close-button:hover{background-color:rgba(0,0,0,.07)}.dialog-alert .close-button .v-icon{margin-right:var(--size-value0)}.dialog-alert .close-button .v-icon svg{fill:var(--gray-darken-2);width:var(--size-value4);height:var(--size-value4)}.dialog-alert.stripe.v-alert{border-radius:var(--size-value0);border-top:none;border-left:none;border-right:none}.dialog-alert.inline.v-alert{border-radius:var(--size-value0);border:none;padding:var(--size-value0);background-color:transparent}.dialog-alert.vcita-alert-attention{border:1px solid var(--red-lighten-2);background-color:var(--red-lighten-3)}.dialog-alert.vcita-alert-attention .v-icon svg.vc-attention-fill,.dialog-alert.vcita-alert-attention .v-icon svg.vc-notif{fill:var(--red)}.dialog-alert.vcita-alert-warning{border:1px solid var(--yellow-lighten-2);background-color:var(--yellow-lighten-3)}.dialog-alert.vcita-alert-warning .v-alert__wrapper .v-icon svg.vc-notif,.dialog-alert.vcita-alert-warning .v-alert__wrapper .v-icon svg.vc-warning-fill{fill:var(--yellow)}.dialog-alert.vcita-alert-info{border:1px solid var(--blue-lighten-2);background-color:var(--blue-lighten-3)}.dialog-alert.vcita-alert-info .v-alert__wrapper .v-icon svg.vc-info-fill,.dialog-alert.vcita-alert-info .v-alert__wrapper .v-icon svg.vc-notif{fill:var(--blue)}.dialog-alert.vcita-alert-success{border:1px solid var(--green-lighten-2);background-color:var(--green-lighten-3)}.dialog-alert.vcita-alert-success .v-icon svg.vc-check-fill,.dialog-alert.vcita-alert-success .v-icon svg.vc-notif{fill:var(--green)}.dialog-alert .v-alert__wrapper .v-icon__component{height:var(--size-value4);width:var(--size-value4)}.dialog-alert .v-alert__wrapper .v-icon__component svg.vc-notif{font-size:var(--size-value4);height:var(--size-value4);min-width:var(--size-value4)}.dialog-alert .v-alert__wrapper .v-icon__component svg.arrow-right{fill:var(--blue)}.dialog-alert .alert-header{font-weight:700;font-size:var(--font-size-x-small);line-height:var(--size-value5);letter-spacing:.003em;margin-bottom:var(--size-value1);color:var(--gray-darken-5)}.dialog-alert .alert-header:after{content:\" \";padding-right:var(--size-value1)}.dialog-alert .alert-body{font-size:var(--font-size-x-small);line-height:var(--size-value5);letter-spacing:-.01em;color:var(--gray-darken-5)}.dialog-alert .alert-body a{color:-webkit-link}.dialog-alert .VcButton .v-icon{margin-right:initial;align-items:initial}.dialog-alert .VcButton.action-button{height:var(--size-value6);color:var(--blue)!important;font-weight:var(--font-weight-large);font-size:var(--font-size-x-small);line-height:var(--size-value6);margin-top:var(--size-value1);padding:var(--size-value0)}.dialog-alert .VcButton.action-button span.v-btn__content{opacity:unset!important}.dialog-alert .VcButton.action-button span.v-btn__content .v-icon:before{content:\" \";padding-right:var(--size-value1)}",
@@ -1717,19 +1717,19 @@ var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
1717
1717
  /* scoped */
1718
1718
 
1719
1719
 
1720
- var __vue_scope_id__$k = undefined;
1720
+ var __vue_scope_id__$o = undefined;
1721
1721
  /* module identifier */
1722
1722
 
1723
- var __vue_module_identifier__$k = "data-v-285965af";
1723
+ var __vue_module_identifier__$o = "data-v-285965af";
1724
1724
  /* functional template */
1725
1725
 
1726
- var __vue_is_functional_template__$k = false;
1726
+ var __vue_is_functional_template__$o = false;
1727
1727
  /* style inject shadow dom */
1728
1728
 
1729
- var __vue_component__$k = /*#__PURE__*/normalizeComponent({
1730
- render: __vue_render__$k,
1731
- staticRenderFns: __vue_staticRenderFns__$k
1732
- }, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, createInjectorSSR, undefined);//
1729
+ var __vue_component__$o = /*#__PURE__*/normalizeComponent({
1730
+ render: __vue_render__$o,
1731
+ staticRenderFns: __vue_staticRenderFns__$o
1732
+ }, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, createInjectorSSR, undefined);//
1733
1733
  //
1734
1734
  //
1735
1735
  //
@@ -1774,7 +1774,7 @@ var __vue_component__$k = /*#__PURE__*/normalizeComponent({
1774
1774
  //
1775
1775
  //
1776
1776
  //
1777
- var script$j = {
1777
+ var script$n = {
1778
1778
  components: {
1779
1779
  VTooltip: lib.VTooltip
1780
1780
  },
@@ -1828,10 +1828,10 @@ var script$j = {
1828
1828
  }
1829
1829
  }
1830
1830
  };/* script */
1831
- var __vue_script__$j = script$j;
1831
+ var __vue_script__$n = script$n;
1832
1832
  /* template */
1833
1833
 
1834
- var __vue_render__$j = function __vue_render__() {
1834
+ var __vue_render__$n = function __vue_render__() {
1835
1835
  var _vm = this;
1836
1836
 
1837
1837
  var _h = _vm.$createElement;
@@ -1883,10 +1883,10 @@ var __vue_render__$j = function __vue_render__() {
1883
1883
  })])])])], 1);
1884
1884
  };
1885
1885
 
1886
- var __vue_staticRenderFns__$j = [];
1886
+ var __vue_staticRenderFns__$n = [];
1887
1887
  /* style */
1888
1888
 
1889
- var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
1889
+ var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
1890
1890
  if (!inject) return;
1891
1891
  inject("data-v-858200cc_0", {
1892
1892
  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-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)}.vc-tooltip{padding:0;border-radius:var(--border-radius)}.vc-tooltip .dark-tooltip{background-color:rgba(0,0,0,.97);font-size:var(--size-value3);font-weight:400;border-radius:var(--size-value1);padding:var(--size-value2)}.vc-tooltip .tooltip-wrapper{background:var(--modal-bg-color);box-shadow:0 5px 5px -3px rgba(0,0,0,.1),0 8px 10px 1px rgba(0,0,0,.06),0 3px 14px 2px rgba(0,0,0,.06);border-radius:var(--border-radius)}.vc-tooltip .tooltip-wrapper .tooltip-header{color:var(--gray-darken-5);font-size:var(--font-size-small2);border-radius:var(--border-radius) var(--border-radius) 0 0;font-weight:var(--font-weight-large);padding:var(--size-value3) var(--size-value4)}.vc-tooltip .tooltip-wrapper .tooltip-header.alert{background-color:var(--red-lighten-3)}.vc-tooltip .tooltip-wrapper .tooltip-header.information{background-color:var(--blue-lighten-3)}.vc-tooltip .tooltip-wrapper .tooltip-content{display:block;font-size:var(--font-size-x-small);padding:var(--size-value3) var(--size-value4) var(--size-value4)}.vc-tooltip .tooltip-wrapper .tooltip-content .content-text{color:var(--gray-darken-5);max-width:fit-content;min-width:250px;word-wrap:break-word}",
@@ -1897,22 +1897,22 @@ var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
1897
1897
  /* scoped */
1898
1898
 
1899
1899
 
1900
- var __vue_scope_id__$j = undefined;
1900
+ var __vue_scope_id__$n = undefined;
1901
1901
  /* module identifier */
1902
1902
 
1903
- var __vue_module_identifier__$j = "data-v-858200cc";
1903
+ var __vue_module_identifier__$n = "data-v-858200cc";
1904
1904
  /* functional template */
1905
1905
 
1906
- var __vue_is_functional_template__$j = false;
1906
+ var __vue_is_functional_template__$n = false;
1907
1907
  /* style inject shadow dom */
1908
1908
 
1909
- var __vue_component__$j = /*#__PURE__*/normalizeComponent({
1910
- render: __vue_render__$j,
1911
- staticRenderFns: __vue_staticRenderFns__$j
1912
- }, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, createInjectorSSR, undefined);var script$i = {
1909
+ var __vue_component__$n = /*#__PURE__*/normalizeComponent({
1910
+ render: __vue_render__$n,
1911
+ staticRenderFns: __vue_staticRenderFns__$n
1912
+ }, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, createInjectorSSR, undefined);var script$m = {
1913
1913
  name: "VcIconWithTooltip",
1914
1914
  components: {
1915
- VcTooltip: __vue_component__$j,
1915
+ VcTooltip: __vue_component__$n,
1916
1916
  VIcon: lib.VIcon
1917
1917
  },
1918
1918
  props: {
@@ -1968,10 +1968,10 @@ var __vue_component__$j = /*#__PURE__*/normalizeComponent({
1968
1968
  }
1969
1969
  }
1970
1970
  };/* script */
1971
- var __vue_script__$i = script$i;
1971
+ var __vue_script__$m = script$m;
1972
1972
  /* template */
1973
1973
 
1974
- var __vue_render__$i = function __vue_render__() {
1974
+ var __vue_render__$m = function __vue_render__() {
1975
1975
  var _vm = this;
1976
1976
 
1977
1977
  var _h = _vm.$createElement;
@@ -2001,10 +2001,10 @@ var __vue_render__$i = function __vue_render__() {
2001
2001
  }, [_vm._v("\n " + _vm._s(_vm.getIcon) + "\n ")])]], 2);
2002
2002
  };
2003
2003
 
2004
- var __vue_staticRenderFns__$i = [];
2004
+ var __vue_staticRenderFns__$m = [];
2005
2005
  /* style */
2006
2006
 
2007
- var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
2007
+ var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
2008
2008
  if (!inject) return;
2009
2009
  inject("data-v-7193d7d6_0", {
2010
2010
  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-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)}.tooltip-icon{cursor:pointer}.tooltip-icon .vc-question{fill:rgba(0,0,0,.4)}.tooltip-icon .vc-question-fill{fill:var(--gray-darken-4)}.tooltip-icon .vc-info-fill,.tooltip-icon .vc-information{fill:var(--v-info-base)}.tooltip-icon .vc-attention,.tooltip-icon .vc-attention-fill{fill:var(--red)}.tooltip-icon.vc-default .vc-info-fill,.tooltip-icon.vc-default .vc-information{fill:rgba(0,0,0,.4)}.tooltip-icon.vc-default_hovering .vc-info-fill,.tooltip-icon.vc-default_hovering .vc-information{fill:var(--gray-darken-4)}",
@@ -2015,19 +2015,19 @@ var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
2015
2015
  /* scoped */
2016
2016
 
2017
2017
 
2018
- var __vue_scope_id__$i = undefined;
2018
+ var __vue_scope_id__$m = undefined;
2019
2019
  /* module identifier */
2020
2020
 
2021
- var __vue_module_identifier__$i = "data-v-7193d7d6";
2021
+ var __vue_module_identifier__$m = "data-v-7193d7d6";
2022
2022
  /* functional template */
2023
2023
 
2024
- var __vue_is_functional_template__$i = false;
2024
+ var __vue_is_functional_template__$m = false;
2025
2025
  /* style inject shadow dom */
2026
2026
 
2027
- var __vue_component__$i = /*#__PURE__*/normalizeComponent({
2028
- render: __vue_render__$i,
2029
- staticRenderFns: __vue_staticRenderFns__$i
2030
- }, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, createInjectorSSR, undefined);//
2027
+ var __vue_component__$m = /*#__PURE__*/normalizeComponent({
2028
+ render: __vue_render__$m,
2029
+ staticRenderFns: __vue_staticRenderFns__$m
2030
+ }, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, createInjectorSSR, undefined);//
2031
2031
  //
2032
2032
  //
2033
2033
  //
@@ -2053,7 +2053,7 @@ var __vue_component__$i = /*#__PURE__*/normalizeComponent({
2053
2053
  //
2054
2054
  //
2055
2055
  //
2056
- var script$h = {
2056
+ var script$l = {
2057
2057
  components: {
2058
2058
  VIcon: lib.VIcon,
2059
2059
  VTooltip: lib.VTooltip
@@ -2166,10 +2166,10 @@ var script$h = {
2166
2166
  }
2167
2167
  }
2168
2168
  };/* script */
2169
- var __vue_script__$h = script$h;
2169
+ var __vue_script__$l = script$l;
2170
2170
  /* template */
2171
2171
 
2172
- var __vue_render__$h = function __vue_render__() {
2172
+ var __vue_render__$l = function __vue_render__() {
2173
2173
  var _vm = this;
2174
2174
 
2175
2175
  var _h = _vm.$createElement;
@@ -2219,10 +2219,10 @@ var __vue_render__$h = function __vue_render__() {
2219
2219
  }, [_vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.lightModeTooltip))])])], 1);
2220
2220
  };
2221
2221
 
2222
- var __vue_staticRenderFns__$h = [];
2222
+ var __vue_staticRenderFns__$l = [];
2223
2223
  /* style */
2224
2224
 
2225
- var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
2225
+ var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
2226
2226
  if (!inject) return;
2227
2227
  inject("data-v-24222052_0", {
2228
2228
  source: ".avatar-wrapper[data-v-24222052]{position:relative;border-radius:50%;background-color:#a7a9ac;text-align:center;border:1px solid #fff;color:#fff}.avatar-wrapper.light-mode[data-v-24222052]{border:1px solid rgba(0,0,0,.3);color:rgba(0,0,0,.3);background-color:#fff}.avatar-wrapper.x-sm[data-v-24222052]{height:var(--avatar-x-sm);width:var(--avatar-x-sm);font-size:9px}.avatar-wrapper.sm[data-v-24222052]{height:var(--avatar-sm);width:var(--avatar-sm);font-size:12px}.avatar-wrapper.md[data-v-24222052]{height:var(--avatar-md);width:var(--avatar-md);font-size:14px}.avatar-wrapper.lg[data-v-24222052]{height:var(--avatar-lg);width:var(--avatar-lg);font-size:17px}.avatar-wrapper .avatar-image[data-v-24222052]{display:block;margin:auto;height:100%;width:100%;object-fit:cover;border-radius:50%}.avatar-wrapper .avatar-initials[data-v-24222052]{position:relative;top:50%;font-weight:var(--font-weight-medium2);transform:translateY(-50%)}.avatar-wrapper .badge[data-v-24222052]{fill:#fff;position:absolute;--gap:0;height:16px;width:16px;border-radius:50%;bottom:calc(var(--gap) * -1);left:calc(var(--gap) * -1)}.avatar-wrapper .badge.x-sm[data-v-24222052]{--gap:4px}.avatar-wrapper .badge.sm[data-v-24222052]{--gap:4px}.avatar-wrapper .badge.md[data-v-24222052]{--gap:2px}.avatar-wrapper .badge.lg[data-v-24222052]{--gap:0px}.avatar-wrapper .badge.right[data-v-24222052]{left:unset;right:calc(var(--gap) * -1)}.avatar-wrapper .badge.confirmed[data-v-24222052]{border:2px #fff solid}.color-0[data-v-24222052]{background-color:#fed62f}.color-1[data-v-24222052]{background-color:#fec22e}.color-2[data-v-24222052]{background-color:#feac2a}.color-3[data-v-24222052]{background-color:#fe9a28}.color-4[data-v-24222052]{background-color:#fd7024}.color-5[data-v-24222052]{background-color:#fd5b32}.color-6[data-v-24222052]{background-color:#f2483f}.color-7[data-v-24222052]{background-color:#dc331b}.color-8[data-v-24222052]{background-color:#d41419}.color-9[data-v-24222052]{background-color:#e72866}.color-10[data-v-24222052]{background-color:#c41c63}.color-11[data-v-24222052]{background-color:#9b2bae}.color-12[data-v-24222052]{background-color:#673bb5}.color-13[data-v-24222052]{background-color:#7c4efc}.color-14[data-v-24222052]{background-color:#4051b3}.color-15[data-v-24222052]{background-color:#311b92}.color-16[data-v-24222052]{background-color:#2d62fb}.color-17[data-v-24222052]{background-color:#5c6bc0}.color-18[data-v-24222052]{background-color:#17a8f1}.color-19[data-v-24222052]{background-color:#17bbd2}.color-20[data-v-24222052]{background-color:#14abbf}.color-21[data-v-24222052]{background-color:#0f9587}.color-22[data-v-24222052]{background-color:#16bea5}.color-23[data-v-24222052]{background-color:#4eae53}.color-24[data-v-24222052]{background-color:#3a8d3f}.color-25[data-v-24222052]{background-color:#8cc250}.color-26[data-v-24222052]{background-color:#66bb6a}.color-27[data-v-24222052]{background-color:#880e4f}.color-28[data-v-24222052]{background-color:#1565c0}.color-29[data-v-24222052]{background-color:#1e88e5}",
@@ -2233,25 +2233,25 @@ var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
2233
2233
  /* scoped */
2234
2234
 
2235
2235
 
2236
- var __vue_scope_id__$h = "data-v-24222052";
2236
+ var __vue_scope_id__$l = "data-v-24222052";
2237
2237
  /* module identifier */
2238
2238
 
2239
- var __vue_module_identifier__$h = "data-v-24222052";
2239
+ var __vue_module_identifier__$l = "data-v-24222052";
2240
2240
  /* functional template */
2241
2241
 
2242
- var __vue_is_functional_template__$h = false;
2242
+ var __vue_is_functional_template__$l = false;
2243
2243
  /* style inject shadow dom */
2244
2244
 
2245
- var __vue_component__$h = /*#__PURE__*/normalizeComponent({
2246
- render: __vue_render__$h,
2247
- staticRenderFns: __vue_staticRenderFns__$h
2248
- }, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, createInjectorSSR, undefined);var script$g = {
2245
+ var __vue_component__$l = /*#__PURE__*/normalizeComponent({
2246
+ render: __vue_render__$l,
2247
+ staticRenderFns: __vue_staticRenderFns__$l
2248
+ }, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, createInjectorSSR, undefined);var script$k = {
2249
2249
  name: "VcBottomActions",
2250
2250
  components: {
2251
- VcLayout: __vue_component__$r,
2252
- VcButton: __vue_component__$t,
2253
- VcIcon: __vue_component__$u,
2254
- VcAvatar: __vue_component__$h,
2251
+ VcLayout: __vue_component__$v,
2252
+ VcButton: __vue_component__$x,
2253
+ VcIcon: __vue_component__$y,
2254
+ VcAvatar: __vue_component__$l,
2255
2255
  VSubheader: lib.VSubheader,
2256
2256
  VListItem: lib.VListItem,
2257
2257
  VList: lib.VList,
@@ -2296,10 +2296,10 @@ var __vue_component__$h = /*#__PURE__*/normalizeComponent({
2296
2296
  }
2297
2297
  }
2298
2298
  };/* script */
2299
- var __vue_script__$g = script$g;
2299
+ var __vue_script__$k = script$k;
2300
2300
  /* template */
2301
2301
 
2302
- var __vue_render__$g = function __vue_render__() {
2302
+ var __vue_render__$k = function __vue_render__() {
2303
2303
  var _vm = this;
2304
2304
 
2305
2305
  var _h = _vm.$createElement;
@@ -2385,10 +2385,10 @@ var __vue_render__$g = function __vue_render__() {
2385
2385
  }), 1)], 1)], 1);
2386
2386
  };
2387
2387
 
2388
- var __vue_staticRenderFns__$g = [];
2388
+ var __vue_staticRenderFns__$k = [];
2389
2389
  /* style */
2390
2390
 
2391
- var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
2391
+ var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
2392
2392
  if (!inject) return;
2393
2393
  inject("data-v-51eeacd7_0", {
2394
2394
  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-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)}.vc-bottom-sheet{box-shadow:0 1px 10px rgba(0,0,0,.12),0 4px 5px rgba(0,0,0,.14),0 2px 4px -1px rgba(0,0,0,.2);margin:var(--size-value3) var(--size-value3) var(--size-value5)!important;border-radius:var(--modal-border-radius)!important}.vc-bottom-sheet .v-sheet.v-list{border-radius:var(--modal-border-radius);padding-top:var(--size-value0)}.vc-bottom-sheet .v-sheet.v-list .subheader{border-bottom:1px solid rgba(0,0,0,.12);padding:var(--size-value3) var(--size-value4);color:var(--gray-darken-5)}.vc-bottom-sheet .v-sheet.v-list .subheader .avatar{margin-inline-end:var(--size-value3)}.vc-bottom-sheet .v-sheet.v-list .subheader .vc-title{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small)}.vc-bottom-sheet .v-sheet.v-list .subheader .button-close-wrapper{flex-grow:1;justify-content:flex-end}.vc-bottom-sheet .v-sheet.v-list .subheader .button-close-wrapper .close-button{justify-content:flex-end;padding:var(--size-value0)}.vc-bottom-sheet .v-sheet.v-list .subheader .button-close-wrapper .close-button .v-btn__content{opacity:unset}.vc-bottom-sheet .v-sheet.v-list .subheader .button-close-wrapper .close-button .v-icon svg{fill:rgba(0,0,0,.4);width:var(--size-value4);height:var(--size-value4)}.vc-bottom-sheet .v-sheet.v-list .items-wrapper{padding:var(--size-value1) var(--size-value0)}.vc-bottom-sheet .v-sheet.v-list .items-wrapper .sheet-item{min-height:var(--size-value10)}.vc-bottom-sheet .v-sheet.v-list .items-wrapper .sheet-item .option-title{font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);letter-spacing:-.2px}.vc-bottom-sheet .v-sheet.v-list .items-wrapper .sheet-item .option-title .icon-item{vertical-align:sub;margin-inline-end:var(--size-value3)}",
@@ -2399,24 +2399,24 @@ var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
2399
2399
  /* scoped */
2400
2400
 
2401
2401
 
2402
- var __vue_scope_id__$g = undefined;
2402
+ var __vue_scope_id__$k = undefined;
2403
2403
  /* module identifier */
2404
2404
 
2405
- var __vue_module_identifier__$g = "data-v-51eeacd7";
2405
+ var __vue_module_identifier__$k = "data-v-51eeacd7";
2406
2406
  /* functional template */
2407
2407
 
2408
- var __vue_is_functional_template__$g = false;
2408
+ var __vue_is_functional_template__$k = false;
2409
2409
  /* style inject shadow dom */
2410
2410
 
2411
- var __vue_component__$g = /*#__PURE__*/normalizeComponent({
2412
- render: __vue_render__$g,
2413
- staticRenderFns: __vue_staticRenderFns__$g
2414
- }, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, createInjectorSSR, undefined);var script$f = {
2411
+ var __vue_component__$k = /*#__PURE__*/normalizeComponent({
2412
+ render: __vue_render__$k,
2413
+ staticRenderFns: __vue_staticRenderFns__$k
2414
+ }, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, createInjectorSSR, undefined);var script$j = {
2415
2415
  name: "VcActionList",
2416
2416
  components: {
2417
- VcLayout: __vue_component__$r,
2418
- VcButton: __vue_component__$t,
2419
- VcIcon: __vue_component__$u,
2417
+ VcLayout: __vue_component__$v,
2418
+ VcButton: __vue_component__$x,
2419
+ VcIcon: __vue_component__$y,
2420
2420
  VListItemTitle: lib.VListItemTitle,
2421
2421
  VListItem: lib.VListItem,
2422
2422
  VList: lib.VList,
@@ -2445,10 +2445,10 @@ var __vue_component__$g = /*#__PURE__*/normalizeComponent({
2445
2445
  }
2446
2446
  }
2447
2447
  };/* script */
2448
- var __vue_script__$f = script$f;
2448
+ var __vue_script__$j = script$j;
2449
2449
  /* template */
2450
2450
 
2451
- var __vue_render__$f = function __vue_render__() {
2451
+ var __vue_render__$j = function __vue_render__() {
2452
2452
  var _vm = this;
2453
2453
 
2454
2454
  var _h = _vm.$createElement;
@@ -2500,10 +2500,10 @@ var __vue_render__$f = function __vue_render__() {
2500
2500
  }), 1)], 1)], 1);
2501
2501
  };
2502
2502
 
2503
- var __vue_staticRenderFns__$f = [];
2503
+ var __vue_staticRenderFns__$j = [];
2504
2504
  /* style */
2505
2505
 
2506
- var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
2506
+ var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
2507
2507
  if (!inject) return;
2508
2508
  inject("data-v-936b4f84_0", {
2509
2509
  source: ":root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-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)}.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)}",
@@ -2514,24 +2514,24 @@ var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
2514
2514
  /* scoped */
2515
2515
 
2516
2516
 
2517
- var __vue_scope_id__$f = undefined;
2517
+ var __vue_scope_id__$j = undefined;
2518
2518
  /* module identifier */
2519
2519
 
2520
- var __vue_module_identifier__$f = "data-v-936b4f84";
2520
+ var __vue_module_identifier__$j = "data-v-936b4f84";
2521
2521
  /* functional template */
2522
2522
 
2523
- var __vue_is_functional_template__$f = false;
2523
+ var __vue_is_functional_template__$j = false;
2524
2524
  /* style inject shadow dom */
2525
2525
 
2526
- var __vue_component__$f = /*#__PURE__*/normalizeComponent({
2527
- render: __vue_render__$f,
2528
- staticRenderFns: __vue_staticRenderFns__$f
2529
- }, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, createInjectorSSR, undefined);var script$e = {
2526
+ var __vue_component__$j = /*#__PURE__*/normalizeComponent({
2527
+ render: __vue_render__$j,
2528
+ staticRenderFns: __vue_staticRenderFns__$j
2529
+ }, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, createInjectorSSR, undefined);var script$i = {
2530
2530
  name: "VcActions",
2531
2531
  components: {
2532
- VcIcon: __vue_component__$u,
2533
- VcActionList: __vue_component__$f,
2534
- VcBottomActions: __vue_component__$g
2532
+ VcIcon: __vue_component__$y,
2533
+ VcActionList: __vue_component__$j,
2534
+ VcBottomActions: __vue_component__$k
2535
2535
  },
2536
2536
  data: function data() {
2537
2537
  return {
@@ -2581,10 +2581,10 @@ var __vue_component__$f = /*#__PURE__*/normalizeComponent({
2581
2581
  }
2582
2582
  }
2583
2583
  };/* script */
2584
- var __vue_script__$e = script$e;
2584
+ var __vue_script__$i = script$i;
2585
2585
  /* template */
2586
2586
 
2587
- var __vue_render__$e = function __vue_render__() {
2587
+ var __vue_render__$i = function __vue_render__() {
2588
2588
  var _vm = this;
2589
2589
 
2590
2590
  var _h = _vm.$createElement;
@@ -2630,30 +2630,29 @@ var __vue_render__$e = function __vue_render__() {
2630
2630
  }, 'component', _vm.$props, false));
2631
2631
  };
2632
2632
 
2633
- var __vue_staticRenderFns__$e = [];
2633
+ var __vue_staticRenderFns__$i = [];
2634
2634
  /* style */
2635
2635
 
2636
- var __vue_inject_styles__$e = undefined;
2636
+ var __vue_inject_styles__$i = undefined;
2637
2637
  /* scoped */
2638
2638
 
2639
- var __vue_scope_id__$e = undefined;
2639
+ var __vue_scope_id__$i = undefined;
2640
2640
  /* module identifier */
2641
2641
 
2642
- var __vue_module_identifier__$e = "data-v-69d05c95";
2642
+ var __vue_module_identifier__$i = "data-v-69d05c95";
2643
2643
  /* functional template */
2644
2644
 
2645
- var __vue_is_functional_template__$e = false;
2645
+ var __vue_is_functional_template__$i = false;
2646
2646
  /* style inject */
2647
2647
 
2648
2648
  /* style inject SSR */
2649
2649
 
2650
2650
  /* style inject shadow dom */
2651
2651
 
2652
- var __vue_component__$e = /*#__PURE__*/normalizeComponent({
2653
- render: __vue_render__$e,
2654
- staticRenderFns: __vue_staticRenderFns__$e
2655
- }, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, undefined, undefined);//
2656
- //
2652
+ var __vue_component__$i = /*#__PURE__*/normalizeComponent({
2653
+ render: __vue_render__$i,
2654
+ staticRenderFns: __vue_staticRenderFns__$i
2655
+ }, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, undefined, undefined);//
2657
2656
  //
2658
2657
  //
2659
2658
  //
@@ -2674,41 +2673,448 @@ var __vue_component__$e = /*#__PURE__*/normalizeComponent({
2674
2673
  //
2675
2674
  //
2676
2675
  //
2677
- var script$d = {
2676
+ var script$h = {
2678
2677
  components: {
2679
- VCol: lib.VCol,
2680
- VRow: lib.VRow,
2681
- VContainer: lib.VContainer
2678
+ VStepperStep: lib.VStepperStep,
2679
+ VStepper: lib.VStepper
2682
2680
  },
2683
2681
 
2684
- name: "VcButtonGroup",
2682
+ name: "VcStepsBar",
2683
+
2684
+ model: {
2685
+ prop: 'currentStep'
2686
+ },
2685
2687
 
2686
2688
  props: {
2687
- buttons: {
2689
+ currentStep: {
2690
+ type: Number,
2691
+ default: 1
2692
+ },
2693
+ steps: {
2688
2694
  type: Array,
2689
- required: true,
2690
- validator: function validator(buttons) {
2691
- return buttons.length >= 4 && buttons.length <= 9 && buttons.every(function (button) {
2692
- return !!button.id && !!button.label;
2695
+ validator: function validator(steps) {
2696
+ return steps.every(function (step) {
2697
+ return step.name;
2693
2698
  });
2694
- }
2699
+ },
2700
+ required: true
2695
2701
  },
2696
- selected: String,
2697
- direction: {
2702
+ title: {
2698
2703
  type: String,
2699
- default: 'vertical',
2700
- validator: function validator(prop) {
2701
- return ['horizontal', 'vertical'].includes(prop);
2702
- }
2704
+ default: ''
2703
2705
  },
2704
2706
  dataQa: {
2705
2707
  type: String,
2706
- default: 'VcButtonGroup'
2708
+ default: 'vc-steps-bar'
2707
2709
  }
2708
2710
  },
2709
2711
 
2710
- model: {
2711
- prop: 'selected',
2712
+ data: function data() {
2713
+ return {
2714
+ lastCompleted: 0,
2715
+ FIRST_STEP: 1
2716
+ };
2717
+ },
2718
+
2719
+ methods: {
2720
+ nextStep: function nextStep() {
2721
+ if (this.lastCompleted < this.currentStep) {
2722
+ this.lastCompleted = this.currentStep;
2723
+ }
2724
+
2725
+ if (this.currentStep > this.steps.length) {
2726
+ this.shareStep(this.steps.length);
2727
+ }
2728
+ },
2729
+ shareStep: function shareStep(step) {
2730
+ this.$emit('input', step);
2731
+ }
2732
+ },
2733
+
2734
+ watch: {
2735
+ currentStep: {
2736
+ handler: function handler(newVal, oldVal) {
2737
+ if (newVal > oldVal) {
2738
+ this.nextStep();
2739
+ }
2740
+
2741
+ if (newVal < this.FIRST_STEP) {
2742
+ this.shareStep(this.FIRST_STEP);
2743
+ }
2744
+ }
2745
+ }
2746
+ }
2747
+ };/* script */
2748
+ var __vue_script__$h = script$h;
2749
+ /* template */
2750
+
2751
+ var __vue_render__$h = function __vue_render__() {
2752
+ var _vm = this;
2753
+
2754
+ var _h = _vm.$createElement;
2755
+
2756
+ var _c = _vm._self._c || _h;
2757
+
2758
+ return _c('div', [_c('v-stepper', {
2759
+ staticClass: "vc-stepper",
2760
+ attrs: {
2761
+ "vertical": "",
2762
+ "data-qa": _vm.dataQa
2763
+ },
2764
+ model: {
2765
+ value: _vm.currentStep,
2766
+ callback: function callback($$v) {
2767
+ _vm.currentStep = $$v;
2768
+ },
2769
+ expression: "currentStep"
2770
+ }
2771
+ }, [_vm.title ? _c('div', {
2772
+ staticClass: "stepper-title"
2773
+ }, [_vm._v(_vm._s(_vm.title))]) : _vm._e(), _vm._v(" "), _vm._l(_vm.steps, function (step, index) {
2774
+ return [_c('v-stepper-step', {
2775
+ key: "step-" + (index + 1),
2776
+ attrs: {
2777
+ "id": "step-" + (index + 1),
2778
+ "complete": _vm.lastCompleted > index + 1,
2779
+ "step": index + 1
2780
+ }
2781
+ }, [_vm._v("\n " + _vm._s(step.name) + "\n ")])];
2782
+ })], 2)], 1);
2783
+ };
2784
+
2785
+ var __vue_staticRenderFns__$h = [];
2786
+ /* style */
2787
+
2788
+ var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
2789
+ if (!inject) return;
2790
+ inject("data-v-5b3227d2_0", {
2791
+ source: "[data-v-5b3227d2]: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-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)}.vc-stepper.v-stepper[data-v-5b3227d2]{padding-block-start:var(--size-value4);padding-inline-start:var(--size-value10)}.vc-stepper.v-stepper .stepper-title[data-v-5b3227d2]{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-5b3227d2]{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-5b3227d2] .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-5b3227d2] 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-5b3227d2]: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-5b3227d2]: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-5b3227d2]: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-5b3227d2]: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-5b3227d2] span.v-stepper__step__step{background-color:var(--green)!important}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete[data-v-5b3227d2] span.v-stepper__step__step i{font-size:var(--size-value3)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete[data-v-5b3227d2] .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-5b3227d2] .v-stepper__label{font-weight:var(--font-weight-large)}.vc-stepper.v-stepper .v-stepper__step[data-v-5b3227d2]: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)}",
2792
+ map: undefined,
2793
+ media: undefined
2794
+ });
2795
+ };
2796
+ /* scoped */
2797
+
2798
+
2799
+ var __vue_scope_id__$h = "data-v-5b3227d2";
2800
+ /* module identifier */
2801
+
2802
+ var __vue_module_identifier__$h = "data-v-5b3227d2";
2803
+ /* functional template */
2804
+
2805
+ var __vue_is_functional_template__$h = false;
2806
+ /* style inject shadow dom */
2807
+
2808
+ var __vue_component__$h = /*#__PURE__*/normalizeComponent({
2809
+ render: __vue_render__$h,
2810
+ staticRenderFns: __vue_staticRenderFns__$h
2811
+ }, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, createInjectorSSR, undefined);//
2812
+ //
2813
+ //
2814
+ //
2815
+ //
2816
+ //
2817
+ //
2818
+ //
2819
+ //
2820
+ //
2821
+ //
2822
+ //
2823
+ //
2824
+ //
2825
+ //
2826
+ var script$g = {
2827
+ components: {
2828
+ VProgressCircular: lib.VProgressCircular
2829
+ },
2830
+
2831
+ name: "VcProgressCircular",
2832
+
2833
+ model: {
2834
+ prop: 'currentStep'
2835
+ },
2836
+
2837
+ props: {
2838
+ currentStep: {
2839
+ type: Number,
2840
+ default: 1
2841
+ },
2842
+ steps: {
2843
+ type: Number,
2844
+ required: true
2845
+ },
2846
+ showStages: {
2847
+ type: Boolean,
2848
+ default: true
2849
+ },
2850
+ dataQa: {
2851
+ type: String,
2852
+ default: 'vc-progress-circular'
2853
+ }
2854
+ },
2855
+
2856
+ data: function data() {
2857
+ return {
2858
+ FIRST_STEP: 1,
2859
+ DIAMETER: 48,
2860
+ FILLING_COLOR: 'var(--green)'
2861
+ };
2862
+ },
2863
+
2864
+ computed: {
2865
+ fillPercentages: function fillPercentages() {
2866
+ return this.currentStep * 100 / this.steps;
2867
+ }
2868
+ },
2869
+
2870
+ methods: {
2871
+ shareStep: function shareStep(step) {
2872
+ this.$emit('input', step);
2873
+ }
2874
+ },
2875
+
2876
+ watch: {
2877
+ currentStep: {
2878
+ handler: function handler(newVal) {
2879
+ if (newVal > this.steps) {
2880
+ this.shareStep(this.steps);
2881
+ }
2882
+
2883
+ if (newVal < this.FIRST_STEP) {
2884
+ this.shareStep(this.FIRST_STEP);
2885
+ }
2886
+ }
2887
+ }
2888
+ }
2889
+ };/* script */
2890
+ var __vue_script__$g = script$g;
2891
+ /* template */
2892
+
2893
+ var __vue_render__$g = function __vue_render__() {
2894
+ var _vm = this;
2895
+
2896
+ var _h = _vm.$createElement;
2897
+
2898
+ var _c = _vm._self._c || _h;
2899
+
2900
+ return _c('v-progress-circular', {
2901
+ staticClass: "vc-progress-circular",
2902
+ attrs: {
2903
+ "rotate": -90,
2904
+ "size": _vm.DIAMETER,
2905
+ "value": _vm.fillPercentages,
2906
+ "color": _vm.FILLING_COLOR,
2907
+ "data-qa": _vm.dataQa
2908
+ }
2909
+ }, [_vm.showStages ? _c('div', {
2910
+ staticClass: "vc-progress-counter"
2911
+ }, [_vm._v("\n " + _vm._s(_vm.currentStep) + " / " + _vm._s(_vm.steps) + "\n ")]) : _vm._e()]);
2912
+ };
2913
+
2914
+ var __vue_staticRenderFns__$g = [];
2915
+ /* style */
2916
+
2917
+ var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
2918
+ if (!inject) return;
2919
+ inject("data-v-5c278fc2_0", {
2920
+ 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-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)}.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)}",
2921
+ map: undefined,
2922
+ media: undefined
2923
+ });
2924
+ };
2925
+ /* scoped */
2926
+
2927
+
2928
+ var __vue_scope_id__$g = "data-v-5c278fc2";
2929
+ /* module identifier */
2930
+
2931
+ var __vue_module_identifier__$g = "data-v-5c278fc2";
2932
+ /* functional template */
2933
+
2934
+ var __vue_is_functional_template__$g = false;
2935
+ /* style inject shadow dom */
2936
+
2937
+ var __vue_component__$g = /*#__PURE__*/normalizeComponent({
2938
+ render: __vue_render__$g,
2939
+ staticRenderFns: __vue_staticRenderFns__$g
2940
+ }, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, createInjectorSSR, undefined);var script$f = {
2941
+ name: "VcMobileWizardProgress",
2942
+ components: {
2943
+ VcLayout: __vue_component__$v,
2944
+ VcProgressCircular: __vue_component__$g
2945
+ },
2946
+ model: {
2947
+ prop: 'currentStep'
2948
+ },
2949
+ props: {
2950
+ currentStep: {
2951
+ type: Number,
2952
+ default: 1
2953
+ },
2954
+ steps: {
2955
+ type: [Array],
2956
+ validator: function validator(steps) {
2957
+ return steps.every(function (step) {
2958
+ return step.name;
2959
+ });
2960
+ },
2961
+ required: true
2962
+ },
2963
+ dataQa: {
2964
+ type: String,
2965
+ default: 'vc-mobile-wizard-stepper'
2966
+ }
2967
+ },
2968
+ computed: {
2969
+ _currentStep: {
2970
+ get: function get() {
2971
+ return this.currentStep;
2972
+ },
2973
+ set: function set(step) {
2974
+ this.$emit('input', step);
2975
+ }
2976
+ },
2977
+ currentStepName: function currentStepName() {
2978
+ var _this$steps;
2979
+
2980
+ return (_this$steps = this.steps[this.currentStep - 1]) === null || _this$steps === void 0 ? void 0 : _this$steps.name;
2981
+ },
2982
+ nextStepName: function nextStepName() {
2983
+ var _this$steps$this$curr;
2984
+
2985
+ if (this.currentStep >= this.numOfSteps) {
2986
+ return;
2987
+ }
2988
+
2989
+ return "".concat(this.$dst("ds.progress_circular.next"), " ").concat((_this$steps$this$curr = this.steps[this.currentStep]) === null || _this$steps$this$curr === void 0 ? void 0 : _this$steps$this$curr.name);
2990
+ },
2991
+ numOfSteps: function numOfSteps() {
2992
+ return this.steps.length;
2993
+ }
2994
+ }
2995
+ };/* script */
2996
+ var __vue_script__$f = script$f;
2997
+ /* template */
2998
+
2999
+ var __vue_render__$f = function __vue_render__() {
3000
+ var _vm = this;
3001
+
3002
+ var _h = _vm.$createElement;
3003
+
3004
+ var _c = _vm._self._c || _h;
3005
+
3006
+ return _c('vc-layout', {
3007
+ staticClass: "vc-mobile-wizard-progress",
3008
+ attrs: {
3009
+ "data-qa": _vm.dataQa
3010
+ }
3011
+ }, [_c('VcProgressCircular', {
3012
+ attrs: {
3013
+ "steps": _vm.numOfSteps,
3014
+ "data-qa": _vm.dataQa + "-progress"
3015
+ },
3016
+ model: {
3017
+ value: _vm._currentStep,
3018
+ callback: function callback($$v) {
3019
+ _vm._currentStep = $$v;
3020
+ },
3021
+ expression: "_currentStep"
3022
+ }
3023
+ }), _vm._v(" "), _c('vc-layout', {
3024
+ staticClass: "titles-container",
3025
+ attrs: {
3026
+ "column": ""
3027
+ }
3028
+ }, [_vm.currentStepName ? _c('div', {
3029
+ staticClass: "current-step"
3030
+ }, [_vm._v(_vm._s(_vm.currentStepName))]) : _vm._e(), _vm._v(" "), _vm.nextStepName ? _c('div', {
3031
+ staticClass: "next-step"
3032
+ }, [_vm._v(_vm._s(_vm.nextStepName))]) : _vm._e()])], 1);
3033
+ };
3034
+
3035
+ var __vue_staticRenderFns__$f = [];
3036
+ /* style */
3037
+
3038
+ var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
3039
+ if (!inject) return;
3040
+ inject("data-v-47502eba_0", {
3041
+ source: "[data-v-47502eba]: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-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)}.vc-mobile-wizard-progress .titles-container[data-v-47502eba]{margin:var(--size-value0) var(--size-value4)}.vc-mobile-wizard-progress .titles-container .current-step[data-v-47502eba]{font-weight:var(--font-weight-large2);font-size:var(--font-size-small2)}.vc-mobile-wizard-progress .titles-container .next-step[data-v-47502eba]{font-size:var(--font-size-x-small);color:var(--gray-darken-4)}",
3042
+ map: undefined,
3043
+ media: undefined
3044
+ });
3045
+ };
3046
+ /* scoped */
3047
+
3048
+
3049
+ var __vue_scope_id__$f = "data-v-47502eba";
3050
+ /* module identifier */
3051
+
3052
+ var __vue_module_identifier__$f = "data-v-47502eba";
3053
+ /* functional template */
3054
+
3055
+ var __vue_is_functional_template__$f = false;
3056
+ /* style inject shadow dom */
3057
+
3058
+ var __vue_component__$f = /*#__PURE__*/normalizeComponent({
3059
+ render: __vue_render__$f,
3060
+ staticRenderFns: __vue_staticRenderFns__$f
3061
+ }, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, createInjectorSSR, undefined);//
3062
+ //
3063
+ //
3064
+ //
3065
+ //
3066
+ //
3067
+ //
3068
+ //
3069
+ //
3070
+ //
3071
+ //
3072
+ //
3073
+ //
3074
+ //
3075
+ //
3076
+ //
3077
+ //
3078
+ //
3079
+ //
3080
+ //
3081
+ //
3082
+ //
3083
+ var script$e = {
3084
+ components: {
3085
+ VCol: lib.VCol,
3086
+ VRow: lib.VRow,
3087
+ VContainer: lib.VContainer
3088
+ },
3089
+
3090
+ name: "VcButtonGroup",
3091
+
3092
+ props: {
3093
+ buttons: {
3094
+ type: Array,
3095
+ required: true,
3096
+ validator: function validator(buttons) {
3097
+ return buttons.length >= 4 && buttons.length <= 9 && buttons.every(function (button) {
3098
+ return !!button.id && !!button.label;
3099
+ });
3100
+ }
3101
+ },
3102
+ selected: String,
3103
+ direction: {
3104
+ type: String,
3105
+ default: 'vertical',
3106
+ validator: function validator(prop) {
3107
+ return ['horizontal', 'vertical'].includes(prop);
3108
+ }
3109
+ },
3110
+ dataQa: {
3111
+ type: String,
3112
+ default: 'VcButtonGroup'
3113
+ }
3114
+ },
3115
+
3116
+ model: {
3117
+ prop: 'selected',
2712
3118
  event: 'change'
2713
3119
  },
2714
3120
 
@@ -2760,10 +3166,10 @@ var script$d = {
2760
3166
  }
2761
3167
  }
2762
3168
  };/* script */
2763
- var __vue_script__$d = script$d;
3169
+ var __vue_script__$e = script$e;
2764
3170
  /* template */
2765
3171
 
2766
- var __vue_render__$d = function __vue_render__() {
3172
+ var __vue_render__$e = function __vue_render__() {
2767
3173
  var _vm = this;
2768
3174
 
2769
3175
  var _h = _vm.$createElement;
@@ -2810,10 +3216,10 @@ var __vue_render__$d = function __vue_render__() {
2810
3216
  }), 1);
2811
3217
  };
2812
3218
 
2813
- var __vue_staticRenderFns__$d = [];
3219
+ var __vue_staticRenderFns__$e = [];
2814
3220
  /* style */
2815
3221
 
2816
- var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
3222
+ var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
2817
3223
  if (!inject) return;
2818
3224
  inject("data-v-284ef818_0", {
2819
3225
  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}",
@@ -2824,19 +3230,19 @@ var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
2824
3230
  /* scoped */
2825
3231
 
2826
3232
 
2827
- var __vue_scope_id__$d = "data-v-284ef818";
3233
+ var __vue_scope_id__$e = "data-v-284ef818";
2828
3234
  /* module identifier */
2829
3235
 
2830
- var __vue_module_identifier__$d = "data-v-284ef818";
3236
+ var __vue_module_identifier__$e = "data-v-284ef818";
2831
3237
  /* functional template */
2832
3238
 
2833
- var __vue_is_functional_template__$d = false;
3239
+ var __vue_is_functional_template__$e = false;
2834
3240
  /* style inject shadow dom */
2835
3241
 
2836
- var __vue_component__$d = /*#__PURE__*/normalizeComponent({
2837
- render: __vue_render__$d,
2838
- staticRenderFns: __vue_staticRenderFns__$d
2839
- }, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, createInjectorSSR, undefined);//
3242
+ var __vue_component__$e = /*#__PURE__*/normalizeComponent({
3243
+ render: __vue_render__$e,
3244
+ staticRenderFns: __vue_staticRenderFns__$e
3245
+ }, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, createInjectorSSR, undefined);//
2840
3246
  //
2841
3247
  //
2842
3248
  //
@@ -2845,7 +3251,7 @@ var __vue_component__$d = /*#__PURE__*/normalizeComponent({
2845
3251
  //
2846
3252
  //
2847
3253
  //
2848
- var script$c = {
3254
+ var script$d = {
2849
3255
  components: {
2850
3256
  VProgressCircular: lib.VProgressCircular
2851
3257
  },
@@ -2871,10 +3277,10 @@ var script$c = {
2871
3277
  }
2872
3278
  }
2873
3279
  };/* script */
2874
- var __vue_script__$c = script$c;
3280
+ var __vue_script__$d = script$d;
2875
3281
  /* template */
2876
3282
 
2877
- var __vue_render__$c = function __vue_render__() {
3283
+ var __vue_render__$d = function __vue_render__() {
2878
3284
  var _vm = this;
2879
3285
 
2880
3286
  var _h = _vm.$createElement;
@@ -2892,29 +3298,29 @@ var __vue_render__$c = function __vue_render__() {
2892
3298
  });
2893
3299
  };
2894
3300
 
2895
- var __vue_staticRenderFns__$c = [];
3301
+ var __vue_staticRenderFns__$d = [];
2896
3302
  /* style */
2897
3303
 
2898
- var __vue_inject_styles__$c = undefined;
3304
+ var __vue_inject_styles__$d = undefined;
2899
3305
  /* scoped */
2900
3306
 
2901
- var __vue_scope_id__$c = undefined;
3307
+ var __vue_scope_id__$d = undefined;
2902
3308
  /* module identifier */
2903
3309
 
2904
- var __vue_module_identifier__$c = "data-v-709c68d3";
3310
+ var __vue_module_identifier__$d = "data-v-709c68d3";
2905
3311
  /* functional template */
2906
3312
 
2907
- var __vue_is_functional_template__$c = false;
3313
+ var __vue_is_functional_template__$d = false;
2908
3314
  /* style inject */
2909
3315
 
2910
3316
  /* style inject SSR */
2911
3317
 
2912
3318
  /* style inject shadow dom */
2913
3319
 
2914
- var __vue_component__$c = /*#__PURE__*/normalizeComponent({
2915
- render: __vue_render__$c,
2916
- staticRenderFns: __vue_staticRenderFns__$c
2917
- }, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, undefined, undefined);//
3320
+ var __vue_component__$d = /*#__PURE__*/normalizeComponent({
3321
+ render: __vue_render__$d,
3322
+ staticRenderFns: __vue_staticRenderFns__$d
3323
+ }, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, undefined, undefined);//
2918
3324
  //
2919
3325
  //
2920
3326
  //
@@ -2930,7 +3336,7 @@ var __vue_component__$c = /*#__PURE__*/normalizeComponent({
2930
3336
  //
2931
3337
  //
2932
3338
  //
2933
- var script$b = {
3339
+ var script$c = {
2934
3340
  components: {
2935
3341
  VSwitch: lib.VSwitch
2936
3342
  },
@@ -2960,10 +3366,10 @@ var script$b = {
2960
3366
  }
2961
3367
  }
2962
3368
  };/* script */
2963
- var __vue_script__$b = script$b;
3369
+ var __vue_script__$c = script$c;
2964
3370
  /* template */
2965
3371
 
2966
- var __vue_render__$b = function __vue_render__() {
3372
+ var __vue_render__$c = function __vue_render__() {
2967
3373
  var _vm = this;
2968
3374
 
2969
3375
  var _h = _vm.$createElement;
@@ -2999,10 +3405,10 @@ var __vue_render__$b = function __vue_render__() {
2999
3405
  });
3000
3406
  };
3001
3407
 
3002
- var __vue_staticRenderFns__$b = [];
3408
+ var __vue_staticRenderFns__$c = [];
3003
3409
  /* style */
3004
3410
 
3005
- var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
3411
+ var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
3006
3412
  if (!inject) return;
3007
3413
  inject("data-v-5fe5a78e_0", {
3008
3414
  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}",
@@ -3013,26 +3419,44 @@ var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
3013
3419
  /* scoped */
3014
3420
 
3015
3421
 
3016
- var __vue_scope_id__$b = "data-v-5fe5a78e";
3422
+ var __vue_scope_id__$c = "data-v-5fe5a78e";
3017
3423
  /* module identifier */
3018
3424
 
3019
- var __vue_module_identifier__$b = "data-v-5fe5a78e";
3425
+ var __vue_module_identifier__$c = "data-v-5fe5a78e";
3020
3426
  /* functional template */
3021
3427
 
3022
- var __vue_is_functional_template__$b = false;
3428
+ var __vue_is_functional_template__$c = false;
3023
3429
  /* style inject shadow dom */
3024
3430
 
3025
- var __vue_component__$b = /*#__PURE__*/normalizeComponent({
3026
- render: __vue_render__$b,
3027
- staticRenderFns: __vue_staticRenderFns__$b
3028
- }, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, createInjectorSSR, undefined);var script$a = {
3029
- name: 'VcTextField',
3431
+ var __vue_component__$c = /*#__PURE__*/normalizeComponent({
3432
+ render: __vue_render__$c,
3433
+ staticRenderFns: __vue_staticRenderFns__$c
3434
+ }, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, createInjectorSSR, undefined);//
3435
+ //
3436
+ //
3437
+ //
3438
+ //
3439
+ //
3440
+ //
3441
+ //
3442
+ //
3443
+ //
3444
+ //
3445
+ //
3446
+ //
3447
+ //
3448
+ //
3449
+ //
3450
+ //
3451
+ //
3452
+ //
3453
+ var script$b = {
3030
3454
  components: {
3031
- VcLayout: __vue_component__$r,
3032
- VcButton: __vue_component__$t,
3033
- VcIcon: __vue_component__$u,
3034
3455
  VTextField: lib.VTextField
3035
3456
  },
3457
+
3458
+ name: 'VcTextField',
3459
+
3036
3460
  props: {
3037
3461
  type: {
3038
3462
  type: String,
@@ -3041,51 +3465,43 @@ var __vue_component__$b = /*#__PURE__*/normalizeComponent({
3041
3465
  return ['text', 'number'].includes(prop);
3042
3466
  }
3043
3467
  },
3044
- label: {
3468
+ dataQa: {
3045
3469
  type: String,
3046
- default: ''
3470
+ default: 'vc-text-field'
3047
3471
  },
3048
- step: {
3472
+ label: {
3049
3473
  type: String,
3050
- default: '1'
3474
+ default: ''
3051
3475
  },
3052
3476
  value: {
3053
3477
  type: [Number, String],
3054
3478
  default: ''
3055
3479
  },
3056
- min: {
3057
- type: Number,
3058
- default: -Infinity
3480
+ counter: {
3481
+ type: [Number, Boolean],
3482
+ default: false
3059
3483
  },
3060
- max: {
3484
+ maxlength: {
3061
3485
  type: Number,
3062
- default: Infinity
3486
+ default: 100
3063
3487
  },
3064
3488
  rules: {
3065
3489
  type: Array
3066
3490
  },
3067
- color: {
3491
+ disabled: {
3492
+ type: Boolean,
3493
+ default: false
3494
+ },
3495
+ hint: {
3068
3496
  type: String,
3069
- default: 'Primary'
3070
- }
3071
- },
3072
- methods: {
3073
- updateValue: function updateValue(num) {
3074
- var currVal = parseFloat(this.value);
3075
- currVal = parseFloat((currVal + num).toPrecision(this.step.length + 1));
3076
-
3077
- if (currVal < parseFloat(this.min) || currVal > parseFloat(this.max)) {
3078
- return;
3079
- }
3080
-
3081
- this.$emit('input', currVal.toString());
3497
+ default: ''
3082
3498
  }
3083
3499
  }
3084
3500
  };/* script */
3085
- var __vue_script__$a = script$a;
3501
+ var __vue_script__$b = script$b;
3086
3502
  /* template */
3087
3503
 
3088
- var __vue_render__$a = function __vue_render__() {
3504
+ var __vue_render__$b = function __vue_render__() {
3089
3505
  var _vm = this;
3090
3506
 
3091
3507
  var _h = _vm.$createElement;
@@ -3096,71 +3512,34 @@ var __vue_render__$a = function __vue_render__() {
3096
3512
  staticClass: "VcTextInput",
3097
3513
  attrs: {
3098
3514
  "dense": "",
3515
+ "data-qa": _vm.dataQa,
3099
3516
  "label": _vm.label,
3100
3517
  "rules": _vm.rules,
3518
+ "disabled": _vm.disabled,
3101
3519
  "type": _vm.type,
3520
+ "error": _vm.counter && _vm.maxlength && _vm.value.length > _vm.maxlength,
3102
3521
  "value": _vm.value,
3103
- "color": _vm.color,
3104
- "step": _vm.step,
3522
+ "hint": _vm.hint,
3523
+ "counter": _vm.counter,
3524
+ "maxlength": _vm.maxlength,
3525
+ "persistent-hint": "",
3105
3526
  "hide-details": "auto"
3106
3527
  },
3107
3528
  on: {
3108
3529
  "input": function input(data) {
3109
3530
  return _vm.$emit('input', data);
3110
3531
  }
3111
- },
3112
- scopedSlots: _vm._u([_vm.type === 'number' ? {
3113
- key: "append",
3114
- fn: function fn() {
3115
- return [_c('VcLayout', {
3116
- staticClass: "number-counter",
3117
- attrs: {
3118
- "column": ""
3119
- }
3120
- }, [_c('VcButton', {
3121
- attrs: {
3122
- "icon": "",
3123
- "data-qa": "VcTextFieldButtonUp",
3124
- "ripple": false,
3125
- "min-width": "44px",
3126
- "max-height": "25px"
3127
- },
3128
- on: {
3129
- "click": function click($event) {
3130
- _vm.updateValue(parseFloat(_vm.step));
3131
- }
3132
- }
3133
- }, [_c('VcIcon', [_vm._v("icon-caret-down fa-rotate-180")])], 1), _vm._v(" "), _c('VcButton', {
3134
- attrs: {
3135
- "icon": "",
3136
- "data-qa": "VcTextFieldButtonDown",
3137
- "ripple": false,
3138
- "min-width": "44px",
3139
- "max-height": "25px"
3140
- },
3141
- on: {
3142
- "click": function click($event) {
3143
- _vm.updateValue(-parseFloat(_vm.step));
3144
- }
3145
- }
3146
- }, [_c('VcIcon', [_vm._v("icon-caret-down")])], 1)], 1)];
3147
- },
3148
- proxy: true
3149
- } : null], null, true)
3150
- }, [_vm._v(" "), _vm._t("default")], 2);
3532
+ }
3533
+ });
3151
3534
  };
3152
3535
 
3153
- var __vue_staticRenderFns__$a = [];
3536
+ var __vue_staticRenderFns__$b = [];
3154
3537
  /* style */
3155
3538
 
3156
- var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
3539
+ var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
3157
3540
  if (!inject) return;
3158
- inject("data-v-31ca7c6a_0", {
3159
- source: ".number-counter[data-v-31ca7c6a]{border-left:1px solid rgba(0,0,0,.12)}#app[dir=rtl] .number-counter[data-v-31ca7c6a]{border-left:none;border-right:1px solid rgba(0,0,0,.12)}",
3160
- map: undefined,
3161
- media: undefined
3162
- }), inject("data-v-31ca7c6a_1", {
3163
- source: ".VcTextInput.v-text-field{margin:0;padding:0}.VcTextInput.v-text-field label{letter-spacing:-.3px;font-size:15px;color:rgba(0,0,0,.4)}.VcTextInput.v-text-field .v-text-field__slot:first-child{margin:0 12px}.VcTextInput.v-text-field[prepend-inner-icon] .v-text-field__slot{padding:0}.VcTextInput.v-text-field.v-input--is-focused label,.VcTextInput.v-text-field.v-input--is-label-active label{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.17;letter-spacing:-.3px;color:rgba(0,0,0,.62)!important;transform:translateY(-100%) scale(.85);top:8px}.VcTextInput.v-text-field:not(.v-text-field--outlined) .v-text-field__slot{transition:margin-bottom .1s}.VcTextInput.v-text-field:not(.v-text-field--outlined).v-input--is-focused .v-text-field__slot,.VcTextInput.v-text-field:not(.v-text-field--outlined).v-input--is-label-active .v-text-field__slot{margin-bottom:-20px}.VcTextInput.v-text-field.v-input--is-focused .v-input__slot{border-color:currentColor}.VcTextInput.v-text-field .v-input__slot{min-height:52px!important;border-radius:6px;background-color:#fff!important;position:relative!important;border:solid 1px rgba(0,0,0,.12);transition:border-color,background-color .1s!important}.VcTextInput.v-text-field .v-input__slot:hover{border-color:currentColor}.VcTextInput.v-text-field .v-input__slot:after,.VcTextInput.v-text-field .v-input__slot:before{display:none}.VcTextInput.v-text-field.v-input--is-disabled .v-input__slot{background-color:rgba(0,0,0,.03)!important}.VcTextInput.v-text-field input{font-size:15px!important;font-weight:500}.VcTextInput.v-text-field .v-text-field__prefix{color:rgba(0,0,0,.54)!important}.VcTextInput.v-text-field .v-input__append-inner,.VcTextInput.v-text-field .v-input__prepend-inner{color:rgba(0,0,0,.4);margin:auto 12px auto 12px!important;max-width:20px;max-height:20px;padding:0!important}.VcTextInput.v-text-field .v-input__append-inner .v-input__icon,.VcTextInput.v-text-field .v-input__prepend-inner .v-input__icon{height:100%;max-width:100%;min-width:100%;max-height:100%;min-height:100%}.VcTextInput.v-text-field .v-input__append-inner i,.VcTextInput.v-text-field .v-input__prepend-inner i{color:rgba(0,0,0,.4)}.VcTextInput.v-text-field.error--text .v-input__slot{border:1px solid #f2514a}",
3541
+ inject("data-v-027a8ee5_0", {
3542
+ source: ".VcTextInput.v-text-field[data-v-027a8ee5]{font-family:var(--primary-font-family)}.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot{padding:0 var(--size-value3);height:var(--size-value13);background:#fff;border:1px solid var(--gray-lighten-1);box-sizing:border-box;border-radius:6px}.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot label{font-size:var(--font-size-small2);line-height:var(--size-value5);color:var(--gray-darken-3);font-weight:var(--font-weight-medium)}.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot input{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:var(--size-value5);color:var(--gray-darken-5)}.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot:after,.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot:before{display:none}.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot:hover{border-color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot:active,.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot:focus,.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot:focus-within{border:1px solid var(--v-secondary-base);box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot:active input,.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot:focus input,.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot:focus-within input{color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-027a8ee5].error--text .v-input__slot{border-color:var(--red);color:unset;box-shadow:unset;font-size:var(--font-size-xx-small);line-height:var(--size-value4)}.VcTextInput.v-text-field[data-v-027a8ee5].v-input--is-focused label,.VcTextInput.v-text-field[data-v-027a8ee5].v-input--is-label-active label{font-size:var(--font-size-small);line-height:1.17;letter-spacing:-.3px;color:var(--gray-darken-4)!important;transform:translateY(-100%) scale(.85);top:var(--size-value2)}.VcTextInput.v-text-field[data-v-027a8ee5].v-input--is-focused .v-text-field__slot,.VcTextInput.v-text-field[data-v-027a8ee5].v-input--is-label-active .v-text-field__slot{margin-bottom:-14px}.VcTextInput.v-text-field[data-v-027a8ee5].v-input--is-disabled .v-input__slot{background:var(--gray-lighten-3);border:1px solid var(--gray-lighten-1)}.VcTextInput.v-text-field[data-v-027a8ee5].v-input--is-disabled .v-input__slot input,.VcTextInput.v-text-field[data-v-027a8ee5].v-input--is-disabled .v-input__slot label{color:var(--gray-darken-2)}.VcTextInput.v-text-field[data-v-027a8ee5]:not(.v-input--is-label-active):not(.v-input--is-focused) input{padding:var(--size-value2) 0}.VcTextInput.v-text-field[data-v-027a8ee5] .v-messages__message{line-height:var(--size-value4)}",
3164
3543
  map: undefined,
3165
3544
  media: undefined
3166
3545
  });
@@ -3168,19 +3547,19 @@ var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
3168
3547
  /* scoped */
3169
3548
 
3170
3549
 
3171
- var __vue_scope_id__$a = "data-v-31ca7c6a";
3550
+ var __vue_scope_id__$b = "data-v-027a8ee5";
3172
3551
  /* module identifier */
3173
3552
 
3174
- var __vue_module_identifier__$a = "data-v-31ca7c6a";
3553
+ var __vue_module_identifier__$b = "data-v-027a8ee5";
3175
3554
  /* functional template */
3176
3555
 
3177
- var __vue_is_functional_template__$a = false;
3556
+ var __vue_is_functional_template__$b = false;
3178
3557
  /* style inject shadow dom */
3179
3558
 
3180
- var __vue_component__$a = /*#__PURE__*/normalizeComponent({
3181
- render: __vue_render__$a,
3182
- staticRenderFns: __vue_staticRenderFns__$a
3183
- }, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, createInjectorSSR, undefined);//
3559
+ var __vue_component__$b = /*#__PURE__*/normalizeComponent({
3560
+ render: __vue_render__$b,
3561
+ staticRenderFns: __vue_staticRenderFns__$b
3562
+ }, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, createInjectorSSR, undefined);//
3184
3563
  //
3185
3564
  //
3186
3565
  //
@@ -3196,7 +3575,7 @@ var __vue_component__$a = /*#__PURE__*/normalizeComponent({
3196
3575
  //
3197
3576
  //
3198
3577
  //
3199
- var script$9 = {
3578
+ var script$a = {
3200
3579
  components: {
3201
3580
  VTextarea: lib.VTextarea
3202
3581
  },
@@ -3237,10 +3616,10 @@ var script$9 = {
3237
3616
  }
3238
3617
  }
3239
3618
  };/* script */
3240
- var __vue_script__$9 = script$9;
3619
+ var __vue_script__$a = script$a;
3241
3620
  /* template */
3242
3621
 
3243
- var __vue_render__$9 = function __vue_render__() {
3622
+ var __vue_render__$a = function __vue_render__() {
3244
3623
  var _vm = this;
3245
3624
 
3246
3625
  var _h = _vm.$createElement;
@@ -3270,10 +3649,10 @@ var __vue_render__$9 = function __vue_render__() {
3270
3649
  });
3271
3650
  };
3272
3651
 
3273
- var __vue_staticRenderFns__$9 = [];
3652
+ var __vue_staticRenderFns__$a = [];
3274
3653
  /* style */
3275
3654
 
3276
- var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
3655
+ var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
3277
3656
  if (!inject) return;
3278
3657
  inject("data-v-021f98ca_0", {
3279
3658
  source: "[data-v-021f98ca].VcTextArea.v-text-field .v-text-field__slot:first-child{margin-inline-start:12px;margin-top:3px}[data-v-021f98ca].VcTextArea.v-text-field.v-input--is-focused label,[data-v-021f98ca].VcTextArea.v-text-field.v-input--is-label-active label{font-size:12px;color:rgba(0,0,0,.62)!important;transform:translateY(-18px) scale(.85)}[data-v-021f98ca].VcTextArea.v-text-field.v-input--is-focused .v-input__slot{border-color:var(--v-secondary-base);box-shadow:0 0 0 3px var(--v-secondary-lighten1);transition:box-shadow .1s!important}[data-v-021f98ca].VcTextArea.v-text-field:not(.v-text-field--outlined) .v-text-field__slot{transition:margin-bottom .1s}[data-v-021f98ca].VcTextArea.v-text-field:not(.v-text-field--outlined).v-input--is-focused label,[data-v-021f98ca].VcTextArea.v-text-field:not(.v-text-field--outlined).v-input--is-label-active label{font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.17;letter-spacing:-.3px;color:rgba(0,0,0,.62)!important;transform:translateY(-100%) scale(.85);top:24px}[data-v-021f98ca].VcTextArea.v-text-field .v-input__slot{border-radius:6px;background-color:#fff!important;position:relative!important;border:solid 1px rgba(0,0,0,.12);transition:border-color .1s!important}[data-v-021f98ca].VcTextArea.v-text-field .v-input__slot:hover:not(.v-input--is-focused.v-input__slot):not(.error--text.v-input__slot){border-color:#757575}[data-v-021f98ca].VcTextArea.v-text-field .v-input__slot:after,[data-v-021f98ca].VcTextArea.v-text-field .v-input__slot:before{display:none}[data-v-021f98ca].VcTextArea.v-text-field textarea{font-size:15px!important;font-weight:500;margin-top:0;line-height:1.5;margin-top:20px}[data-v-021f98ca].VcTextArea.v-text-field .v-text-field__prefix{color:rgba(0,0,0,.54)!important}[data-v-021f98ca].VcTextArea.v-text-field.error--text .v-input__slot{border:1px solid var(--v-danger-base);box-shadow:none}[data-v-021f98ca].VcTextArea.v-text-field.v-input--is-disabled .v-input__slot{background-color:rgba(0,0,0,.03)!important}",
@@ -3284,69 +3663,22 @@ var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
3284
3663
  /* scoped */
3285
3664
 
3286
3665
 
3287
- var __vue_scope_id__$9 = "data-v-021f98ca";
3288
- /* module identifier */
3289
-
3290
- var __vue_module_identifier__$9 = "data-v-021f98ca";
3291
- /* functional template */
3292
-
3293
- var __vue_is_functional_template__$9 = false;
3294
- /* style inject shadow dom */
3295
-
3296
- var __vue_component__$9 = /*#__PURE__*/normalizeComponent({
3297
- render: __vue_render__$9,
3298
- staticRenderFns: __vue_staticRenderFns__$9
3299
- }, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, createInjectorSSR, undefined);//
3300
- //
3301
- //
3302
- //
3303
- var script$8 = {
3304
- name: 'VcSvg',
3305
- props: ['svg']
3306
- };/* script */
3307
- var __vue_script__$8 = script$8;
3308
- /* template */
3309
-
3310
- var __vue_render__$8 = function __vue_render__() {
3311
- var _vm = this;
3312
-
3313
- var _h = _vm.$createElement;
3314
-
3315
- var _c = _vm._self._c || _h;
3316
-
3317
- return _c('div', {
3318
- domProps: {
3319
- "innerHTML": _vm._s(_vm.svg)
3320
- }
3321
- }, []);
3322
- };
3323
-
3324
- var __vue_staticRenderFns__$8 = [];
3325
- /* style */
3326
-
3327
- var __vue_inject_styles__$8 = undefined;
3328
- /* scoped */
3329
-
3330
- var __vue_scope_id__$8 = undefined;
3666
+ var __vue_scope_id__$a = "data-v-021f98ca";
3331
3667
  /* module identifier */
3332
3668
 
3333
- var __vue_module_identifier__$8 = "data-v-56d3274a";
3669
+ var __vue_module_identifier__$a = "data-v-021f98ca";
3334
3670
  /* functional template */
3335
3671
 
3336
- var __vue_is_functional_template__$8 = false;
3337
- /* style inject */
3338
-
3339
- /* style inject SSR */
3340
-
3672
+ var __vue_is_functional_template__$a = false;
3341
3673
  /* style inject shadow dom */
3342
3674
 
3343
- var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
3344
- render: __vue_render__$8,
3345
- staticRenderFns: __vue_staticRenderFns__$8
3346
- }, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, undefined, undefined);var script$7 = {
3675
+ var __vue_component__$a = /*#__PURE__*/normalizeComponent({
3676
+ render: __vue_render__$a,
3677
+ staticRenderFns: __vue_staticRenderFns__$a
3678
+ }, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, createInjectorSSR, undefined);var script$9 = {
3347
3679
  name: 'VcToast',
3348
3680
  components: {
3349
- VcAlert: __vue_component__$k,
3681
+ VcAlert: __vue_component__$o,
3350
3682
  VSnackbar: lib.VSnackbar
3351
3683
  },
3352
3684
  props: {
@@ -3364,10 +3696,10 @@ var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
3364
3696
  }
3365
3697
  }
3366
3698
  };/* script */
3367
- var __vue_script__$7 = script$7;
3699
+ var __vue_script__$9 = script$9;
3368
3700
  /* template */
3369
3701
 
3370
- var __vue_render__$7 = function __vue_render__() {
3702
+ var __vue_render__$9 = function __vue_render__() {
3371
3703
  var _vm = this;
3372
3704
 
3373
3705
  var _h = _vm.$createElement;
@@ -3389,10 +3721,10 @@ var __vue_render__$7 = function __vue_render__() {
3389
3721
  }, 'VcAlert', _vm.$attrs, false))], 1);
3390
3722
  };
3391
3723
 
3392
- var __vue_staticRenderFns__$7 = [];
3724
+ var __vue_staticRenderFns__$9 = [];
3393
3725
  /* style */
3394
3726
 
3395
- var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
3727
+ var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
3396
3728
  if (!inject) return;
3397
3729
  inject("data-v-2d3e5bbe_0", {
3398
3730
  source: "[data-v-2d3e5bbe] .v-snack__action{display:none}[data-v-2d3e5bbe] .v-snack__wrapper.theme--dark{background-color:unset}[data-v-2d3e5bbe] .v-alert{margin-bottom:0}[data-v-2d3e5bbe] .v-sheet.v-snack__wrapper:not(.v-sheet--outlined){box-shadow:none}",
@@ -3403,19 +3735,19 @@ var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
3403
3735
  /* scoped */
3404
3736
 
3405
3737
 
3406
- var __vue_scope_id__$7 = "data-v-2d3e5bbe";
3738
+ var __vue_scope_id__$9 = "data-v-2d3e5bbe";
3407
3739
  /* module identifier */
3408
3740
 
3409
- var __vue_module_identifier__$7 = "data-v-2d3e5bbe";
3741
+ var __vue_module_identifier__$9 = "data-v-2d3e5bbe";
3410
3742
  /* functional template */
3411
3743
 
3412
- var __vue_is_functional_template__$7 = false;
3744
+ var __vue_is_functional_template__$9 = false;
3413
3745
  /* style inject shadow dom */
3414
3746
 
3415
- var __vue_component__$7 = /*#__PURE__*/normalizeComponent({
3416
- render: __vue_render__$7,
3417
- staticRenderFns: __vue_staticRenderFns__$7
3418
- }, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, createInjectorSSR, undefined);//
3747
+ var __vue_component__$9 = /*#__PURE__*/normalizeComponent({
3748
+ render: __vue_render__$9,
3749
+ staticRenderFns: __vue_staticRenderFns__$9
3750
+ }, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, createInjectorSSR, undefined);//
3419
3751
  //
3420
3752
  //
3421
3753
  //
@@ -3427,7 +3759,7 @@ var __vue_component__$7 = /*#__PURE__*/normalizeComponent({
3427
3759
  //
3428
3760
  //
3429
3761
  //
3430
- var script$6 = {
3762
+ var script$8 = {
3431
3763
  components: {
3432
3764
  VCard: lib.VCard
3433
3765
  },
@@ -3449,10 +3781,10 @@ var script$6 = {
3449
3781
  }
3450
3782
  }
3451
3783
  };/* script */
3452
- var __vue_script__$6 = script$6;
3784
+ var __vue_script__$8 = script$8;
3453
3785
  /* template */
3454
3786
 
3455
- var __vue_render__$6 = function __vue_render__() {
3787
+ var __vue_render__$8 = function __vue_render__() {
3456
3788
  var _vm = this;
3457
3789
 
3458
3790
  var _h = _vm.$createElement;
@@ -3486,10 +3818,10 @@ var __vue_render__$6 = function __vue_render__() {
3486
3818
  }) : _vm._e(), _vm._v(" "), _vm._t("default")], 2);
3487
3819
  };
3488
3820
 
3489
- var __vue_staticRenderFns__$6 = [];
3821
+ var __vue_staticRenderFns__$8 = [];
3490
3822
  /* style */
3491
3823
 
3492
- var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
3824
+ var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
3493
3825
  if (!inject) return;
3494
3826
  inject("data-v-659c6e70_0", {
3495
3827
  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}",
@@ -3500,24 +3832,24 @@ var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
3500
3832
  /* scoped */
3501
3833
 
3502
3834
 
3503
- var __vue_scope_id__$6 = "data-v-659c6e70";
3835
+ var __vue_scope_id__$8 = "data-v-659c6e70";
3504
3836
  /* module identifier */
3505
3837
 
3506
- var __vue_module_identifier__$6 = "data-v-659c6e70";
3838
+ var __vue_module_identifier__$8 = "data-v-659c6e70";
3507
3839
  /* functional template */
3508
3840
 
3509
- var __vue_is_functional_template__$6 = false;
3841
+ var __vue_is_functional_template__$8 = false;
3510
3842
  /* style inject shadow dom */
3511
3843
 
3512
- var __vue_component__$6 = /*#__PURE__*/normalizeComponent({
3513
- render: __vue_render__$6,
3514
- staticRenderFns: __vue_staticRenderFns__$6
3515
- }, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, createInjectorSSR, undefined);var script$5 = {
3844
+ var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
3845
+ render: __vue_render__$8,
3846
+ staticRenderFns: __vue_staticRenderFns__$8
3847
+ }, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, createInjectorSSR, undefined);var script$7 = {
3516
3848
  name: 'VcCheckbox',
3517
3849
  components: {
3518
- VcIcon: __vue_component__$u,
3519
- VcAvatar: __vue_component__$h,
3520
- VcTooltip: __vue_component__$j,
3850
+ VcIcon: __vue_component__$y,
3851
+ VcAvatar: __vue_component__$l,
3852
+ VcTooltip: __vue_component__$n,
3521
3853
  VCheckbox: lib.VCheckbox
3522
3854
  },
3523
3855
  computed: {
@@ -3565,10 +3897,10 @@ var __vue_component__$6 = /*#__PURE__*/normalizeComponent({
3565
3897
  }
3566
3898
  }
3567
3899
  };/* script */
3568
- var __vue_script__$5 = script$5;
3900
+ var __vue_script__$7 = script$7;
3569
3901
  /* template */
3570
3902
 
3571
- var __vue_render__$5 = function __vue_render__() {
3903
+ var __vue_render__$7 = function __vue_render__() {
3572
3904
  var _vm = this;
3573
3905
 
3574
3906
  var _h = _vm.$createElement;
@@ -3630,10 +3962,10 @@ var __vue_render__$5 = function __vue_render__() {
3630
3962
  });
3631
3963
  };
3632
3964
 
3633
- var __vue_staticRenderFns__$5 = [];
3965
+ var __vue_staticRenderFns__$7 = [];
3634
3966
  /* style */
3635
3967
 
3636
- var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
3968
+ var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
3637
3969
  if (!inject) return;
3638
3970
  inject("data-v-48d8e389_0", {
3639
3971
  source: ".vc-checkbox[data-v-48d8e389]{font-family:var(--primary-font-family)}.vc-checkbox[data-v-48d8e389] .v-input__slot .v-input--selection-controls__input{width:var(--size-value4);height:var(--size-value4)}.vc-checkbox[data-v-48d8e389] .v-input__slot .v-input--selection-controls__input .v-icon{color:transparent;border:1px solid rgba(0,0,0,.2);box-sizing:border-box;border-radius:2px;font-size:var(--font-size-small);font-weight:700}.vc-checkbox[data-v-48d8e389] .checkbox-label{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small)}.vc-checkbox[data-v-48d8e389]:not(.v-input--is-disabled) .checkbox-label{color:var(--gray-darken-5)}.vc-checkbox[data-v-48d8e389] .tooltip-icon{color:var(--gray-darken-3)}.vc-checkbox[data-v-48d8e389] .avatar-wrapper .avatar-initials{font-size:var(--font-size-xxx-small);font-weight:var(--font-weight-medium2)}.vc-checkbox[data-v-48d8e389].v-input--indeterminate:not(.v-input--is-disabled) .v-input--selection-controls__input .v-icon{background-color:var(--green);color:#fff}.vc-checkbox[data-v-48d8e389].v-input--is-label-active:not(.v-input--is-disabled) .v-input--selection-controls__input .v-icon{background-color:var(--green);color:#fff;border:none}.vc-checkbox[data-v-48d8e389]:not(.v-input--is-disabled):hover:not(:active) .v-input--selection-controls__input .v-icon{background-color:rgba(0,0,0,.03)}.vc-checkbox[data-v-48d8e389].v-input--indeterminate:not(.v-input--is-disabled):hover .v-input--selection-controls__input .v-icon,.vc-checkbox[data-v-48d8e389].v-input--is-label-active:not(.v-input--is-disabled):hover .v-input--selection-controls__input .v-icon{background-color:rgba(84,210,140,.76)}.vc-checkbox[data-v-48d8e389].v-input--indeterminate:not(.v-input--is-disabled):active .v-input--selection-controls__input .v-icon,.vc-checkbox[data-v-48d8e389].v-input--is-label-active:not(.v-input--is-disabled):active .v-input--selection-controls__input .v-icon{background-color:rgba(84,210,140,.5)}.vc-checkbox[data-v-48d8e389]:not(.v-input--is-label-active):not(.v-input--indeterminate):not(.v-input--is-disabled):active .v-input--selection-controls__input .v-icon{background:rgba(0,0,0,.12)}.vc-checkbox[data-v-48d8e389]:not(.v-input--is-disabled):focus .v-input--selection-controls__input .v-icon{box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.vc-checkbox[data-v-48d8e389].v-input--is-disabled .v-input--selection-controls__input .v-icon{background:rgba(0,0,0,.07)}.vc-checkbox[data-v-48d8e389].v-input--is-disabled.v-input--is-label-active .v-input--selection-controls__input .v-icon{border:none}",
@@ -3644,25 +3976,25 @@ var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
3644
3976
  /* scoped */
3645
3977
 
3646
3978
 
3647
- var __vue_scope_id__$5 = "data-v-48d8e389";
3979
+ var __vue_scope_id__$7 = "data-v-48d8e389";
3648
3980
  /* module identifier */
3649
3981
 
3650
- var __vue_module_identifier__$5 = "data-v-48d8e389";
3982
+ var __vue_module_identifier__$7 = "data-v-48d8e389";
3651
3983
  /* functional template */
3652
3984
 
3653
- var __vue_is_functional_template__$5 = false;
3985
+ var __vue_is_functional_template__$7 = false;
3654
3986
  /* style inject shadow dom */
3655
3987
 
3656
- var __vue_component__$5 = /*#__PURE__*/normalizeComponent({
3657
- render: __vue_render__$5,
3658
- staticRenderFns: __vue_staticRenderFns__$5
3659
- }, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, undefined, createInjectorSSR, undefined);var script$4 = {
3988
+ var __vue_component__$7 = /*#__PURE__*/normalizeComponent({
3989
+ render: __vue_render__$7,
3990
+ staticRenderFns: __vue_staticRenderFns__$7
3991
+ }, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, createInjectorSSR, undefined);var script$6 = {
3660
3992
  name: "FilterPanel",
3661
3993
  components: {
3662
- VcLayout: __vue_component__$r,
3663
- VcIcon: __vue_component__$u,
3664
- VcButton: __vue_component__$t,
3665
- VcLoader: __vue_component__$c
3994
+ VcLayout: __vue_component__$v,
3995
+ VcIcon: __vue_component__$y,
3996
+ VcButton: __vue_component__$x,
3997
+ VcLoader: __vue_component__$d
3666
3998
  },
3667
3999
  props: {
3668
4000
  title: {
@@ -3683,10 +4015,10 @@ var __vue_component__$5 = /*#__PURE__*/normalizeComponent({
3683
4015
  }
3684
4016
  }
3685
4017
  };/* script */
3686
- var __vue_script__$4 = script$4;
4018
+ var __vue_script__$6 = script$6;
3687
4019
  /* template */
3688
4020
 
3689
- var __vue_render__$4 = function __vue_render__() {
4021
+ var __vue_render__$6 = function __vue_render__() {
3690
4022
  var _vm = this;
3691
4023
 
3692
4024
  var _h = _vm.$createElement;
@@ -3742,10 +4074,10 @@ var __vue_render__$4 = function __vue_render__() {
3742
4074
  }) : _vm._e(), _vm._v(" "), _vm._t("default")], 2)], 1)], 1);
3743
4075
  };
3744
4076
 
3745
- var __vue_staticRenderFns__$4 = [];
4077
+ var __vue_staticRenderFns__$6 = [];
3746
4078
  /* style */
3747
4079
 
3748
- var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
4080
+ var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
3749
4081
  if (!inject) return;
3750
4082
  inject("data-v-44aac954_0", {
3751
4083
  source: ".VcFilterPanel[data-v-44aac954]{height:100%;max-width:280px;background-color:#fff;min-height:150px;box-shadow:0 5px 7px rgba(0,0,0,.26)}@media screen and (min-width:960px){.VcFilterPanel[data-v-44aac954]{max-width:265px}}.VcFilterPanel .filter-loader[data-v-44aac954]{margin:var(--size-value8) auto auto auto}.VcFilterPanel .VcFilterPanel-container[data-v-44aac954]{padding-bottom:53px;max-height:100%;overflow:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.VcFilterPanel .VcFilterPanel-container[data-v-44aac954]::-webkit-scrollbar{width:0;height:0}.VcFilterPanel .VcFilterPanel-container.column[data-v-44aac954]{position:relative}.VcFilterPanel .VcFilterPanel-container .VcFilterPanel-label-container[data-v-44aac954]{flex:0 0 56px}.VcFilterPanel .filter[data-v-44aac954]{min-width:100%;border-bottom:1px solid var(--gray);padding-left:var(--size-value6);padding-right:0;line-height:var(--size-value14);background-color:var(--neutral-lighten-3)}#app[dir=rtl] .VcFilterPanel .filter[data-v-44aac954]{padding-left:0}#app[dir=rtl] .VcFilterPanel .filter[data-v-44aac954]{padding-right:var(--size-value6)}.VcFilterPanel .filter .filter-label[data-v-44aac954]{font-size:var(--font-size-small2);font-weight:var(--font-weight-large);color:var(--gray-darken-5)}.VcFilterPanel .VcFilterPanel-content-wrapper[data-v-44aac954]{flex-grow:1}.VcFilterPanel .VcFilterPanel-close-button[data-v-44aac954]{position:absolute;width:var(--size-value6);height:var(--size-value6);top:var(--size-value4);right:var(--size-value4)}#app[dir=rtl] .VcFilterPanel .VcFilterPanel-close-button[data-v-44aac954]{right:auto;left:var(--size-value4)}.VcFilterPanel .VcFilterPanel-close-button .v-btn__content[data-v-44aac954]{opacity:unset}.VcFilterPanel .VcFilterPanel-close-button[data-v-44aac954]:hover{background-color:rgba(0,0,0,.07)}.VcFilterPanel .VcFilterPanel-close-button .v-icon[data-v-44aac954]{margin-right:var(--size-value0)}.VcFilterPanel .VcFilterPanel-close-button .v-icon svg[data-v-44aac954]{fill:var(--gray-darken-2);width:var(--size-value4);height:var(--size-value4)}",
@@ -3756,25 +4088,25 @@ var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
3756
4088
  /* scoped */
3757
4089
 
3758
4090
 
3759
- var __vue_scope_id__$4 = "data-v-44aac954";
4091
+ var __vue_scope_id__$6 = "data-v-44aac954";
3760
4092
  /* module identifier */
3761
4093
 
3762
- var __vue_module_identifier__$4 = "data-v-44aac954";
4094
+ var __vue_module_identifier__$6 = "data-v-44aac954";
3763
4095
  /* functional template */
3764
4096
 
3765
- var __vue_is_functional_template__$4 = false;
4097
+ var __vue_is_functional_template__$6 = false;
3766
4098
  /* style inject shadow dom */
3767
4099
 
3768
- var __vue_component__$4 = /*#__PURE__*/normalizeComponent({
3769
- render: __vue_render__$4,
3770
- staticRenderFns: __vue_staticRenderFns__$4
3771
- }, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, undefined, createInjectorSSR, undefined);//
4100
+ var __vue_component__$6 = /*#__PURE__*/normalizeComponent({
4101
+ render: __vue_render__$6,
4102
+ staticRenderFns: __vue_staticRenderFns__$6
4103
+ }, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, createInjectorSSR, undefined);//
3772
4104
  //
3773
4105
  //
3774
4106
  //
3775
4107
  //
3776
4108
  //
3777
- var script$3 = {
4109
+ var script$5 = {
3778
4110
  components: {
3779
4111
  VLayout: lib.VLayout
3780
4112
  },
@@ -3788,10 +4120,10 @@ var script$3 = {
3788
4120
  }
3789
4121
  }
3790
4122
  };/* script */
3791
- var __vue_script__$3 = script$3;
4123
+ var __vue_script__$5 = script$5;
3792
4124
  /* template */
3793
4125
 
3794
- var __vue_render__$3 = function __vue_render__() {
4126
+ var __vue_render__$5 = function __vue_render__() {
3795
4127
  var _vm = this;
3796
4128
 
3797
4129
  var _h = _vm.$createElement;
@@ -3806,10 +4138,10 @@ var __vue_render__$3 = function __vue_render__() {
3806
4138
  }, [_vm._t("default")], 2);
3807
4139
  };
3808
4140
 
3809
- var __vue_staticRenderFns__$3 = [];
4141
+ var __vue_staticRenderFns__$5 = [];
3810
4142
  /* style */
3811
4143
 
3812
- var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
4144
+ var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
3813
4145
  if (!inject) return;
3814
4146
  inject("data-v-e2463588_0", {
3815
4147
  source: ".VcFocusArea[data-v-e2463588]{padding:var(--size-value4);background-color:var(--gray-lighten-3);border-radius:6px}",
@@ -3820,23 +4152,23 @@ var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
3820
4152
  /* scoped */
3821
4153
 
3822
4154
 
3823
- var __vue_scope_id__$3 = "data-v-e2463588";
4155
+ var __vue_scope_id__$5 = "data-v-e2463588";
3824
4156
  /* module identifier */
3825
4157
 
3826
- var __vue_module_identifier__$3 = "data-v-e2463588";
4158
+ var __vue_module_identifier__$5 = "data-v-e2463588";
3827
4159
  /* functional template */
3828
4160
 
3829
- var __vue_is_functional_template__$3 = false;
4161
+ var __vue_is_functional_template__$5 = false;
3830
4162
  /* style inject shadow dom */
3831
4163
 
3832
- var __vue_component__$3 = /*#__PURE__*/normalizeComponent({
3833
- render: __vue_render__$3,
3834
- staticRenderFns: __vue_staticRenderFns__$3
3835
- }, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, undefined, createInjectorSSR, undefined);//
4164
+ var __vue_component__$5 = /*#__PURE__*/normalizeComponent({
4165
+ render: __vue_render__$5,
4166
+ staticRenderFns: __vue_staticRenderFns__$5
4167
+ }, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, undefined, createInjectorSSR, undefined);//
3836
4168
  //
3837
4169
  //
3838
4170
  //
3839
- var script$2 = {
4171
+ var script$4 = {
3840
4172
  name: "VcLink",
3841
4173
  props: {
3842
4174
  label: {
@@ -3853,10 +4185,10 @@ var script$2 = {
3853
4185
  }
3854
4186
  }
3855
4187
  };/* script */
3856
- var __vue_script__$2 = script$2;
4188
+ var __vue_script__$4 = script$4;
3857
4189
  /* template */
3858
4190
 
3859
- var __vue_render__$2 = function __vue_render__() {
4191
+ var __vue_render__$4 = function __vue_render__() {
3860
4192
  var _vm = this;
3861
4193
 
3862
4194
  var _h = _vm.$createElement;
@@ -3873,10 +4205,10 @@ var __vue_render__$2 = function __vue_render__() {
3873
4205
  }, [_vm._ssrNode(_vm._ssrEscape(_vm._s(_vm.label)))]);
3874
4206
  };
3875
4207
 
3876
- var __vue_staticRenderFns__$2 = [];
4208
+ var __vue_staticRenderFns__$4 = [];
3877
4209
  /* style */
3878
4210
 
3879
- var __vue_inject_styles__$2 = function __vue_inject_styles__(inject) {
4211
+ var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
3880
4212
  if (!inject) return;
3881
4213
  inject("data-v-496b9143_0", {
3882
4214
  source: ".VcLink[data-v-496b9143]{font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);color:var(--blue);padding-top:var(--size-value1);text-decoration:none}.VcLink[data-v-496b9143]:hover{text-decoration:underline}",
@@ -3887,24 +4219,24 @@ var __vue_inject_styles__$2 = function __vue_inject_styles__(inject) {
3887
4219
  /* scoped */
3888
4220
 
3889
4221
 
3890
- var __vue_scope_id__$2 = "data-v-496b9143";
4222
+ var __vue_scope_id__$4 = "data-v-496b9143";
3891
4223
  /* module identifier */
3892
4224
 
3893
- var __vue_module_identifier__$2 = "data-v-496b9143";
4225
+ var __vue_module_identifier__$4 = "data-v-496b9143";
3894
4226
  /* functional template */
3895
4227
 
3896
- var __vue_is_functional_template__$2 = false;
4228
+ var __vue_is_functional_template__$4 = false;
3897
4229
  /* style inject shadow dom */
3898
4230
 
3899
- var __vue_component__$2 = /*#__PURE__*/normalizeComponent({
3900
- render: __vue_render__$2,
3901
- staticRenderFns: __vue_staticRenderFns__$2
3902
- }, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, undefined, createInjectorSSR, undefined);var script$1 = {
4231
+ var __vue_component__$4 = /*#__PURE__*/normalizeComponent({
4232
+ render: __vue_render__$4,
4233
+ staticRenderFns: __vue_staticRenderFns__$4
4234
+ }, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, undefined, createInjectorSSR, undefined);var script$3 = {
3903
4235
  name: "ListItem",
3904
4236
  components: {
3905
- VcLayout: __vue_component__$r,
3906
- VcCheckbox: __vue_component__$5,
3907
- VcActions: __vue_component__$e
4237
+ VcLayout: __vue_component__$v,
4238
+ VcCheckbox: __vue_component__$7,
4239
+ VcActions: __vue_component__$i
3908
4240
  },
3909
4241
  props: {
3910
4242
  showSelect: {
@@ -3937,10 +4269,10 @@ var __vue_component__$2 = /*#__PURE__*/normalizeComponent({
3937
4269
  }
3938
4270
  }
3939
4271
  };/* script */
3940
- var __vue_script__$1 = script$1;
4272
+ var __vue_script__$3 = script$3;
3941
4273
  /* template */
3942
4274
 
3943
- var __vue_render__$1 = function __vue_render__() {
4275
+ var __vue_render__$3 = function __vue_render__() {
3944
4276
  var _vm = this;
3945
4277
 
3946
4278
  var _h = _vm.$createElement;
@@ -3985,13 +4317,13 @@ var __vue_render__$1 = function __vue_render__() {
3985
4317
  })], 2)], 1);
3986
4318
  };
3987
4319
 
3988
- var __vue_staticRenderFns__$1 = [];
4320
+ var __vue_staticRenderFns__$3 = [];
3989
4321
  /* style */
3990
4322
 
3991
- var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
4323
+ var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
3992
4324
  if (!inject) return;
3993
- inject("data-v-2a50771a_0", {
3994
- source: ".VcListItem[data-v-2a50771a]{flex-grow:0;padding:var(--size-value6) var(--size-value5)}.VcListItem .selected-checkbox[data-v-2a50771a]{padding-right:var(--size-value1)}.VcListItem .right-area[data-v-2a50771a]{justify-content:flex-end;opacity:0;transition:opacity .3s;flex-grow:0}@media screen and (min-width:960px){.VcListItem .right-area[data-v-2a50771a]{min-width:150px}}.VcListItem .right-area .three-dots[data-v-2a50771a]{border-radius:1000px;min-width:unset;padding:0}@media screen and (min-width:960px){.VcListItem .right-area .placeholder[data-v-2a50771a]{min-width:14px}}.VcListItem:hover .right-area[data-v-2a50771a]{opacity:1}.VcListItem .v-btn:not(.v-btn--round).v-size--default[data-v-2a50771a]{padding:0;min-width:auto}",
4325
+ inject("data-v-75e633d7_0", {
4326
+ source: ".VcListItem[data-v-75e633d7]{flex-grow:0;padding:var(--size-value6) var(--size-value5)}.VcListItem .selected-checkbox[data-v-75e633d7]{padding-right:var(--size-value1)}.VcListItem .right-area[data-v-75e633d7]{justify-content:flex-end;opacity:0;transition:opacity .3s;flex-grow:0;align-items:center}.VcListItem .right-area .three-dots[data-v-75e633d7]{border-radius:1000px;min-width:unset;padding:0}@media screen and (min-width:960px){.VcListItem .right-area .placeholder[data-v-75e633d7]{min-width:14px}}.VcListItem:hover .right-area[data-v-75e633d7]{opacity:1}.VcListItem .v-btn:not(.v-btn--round).v-size--default[data-v-75e633d7]{padding:0;min-width:auto}",
3995
4327
  map: undefined,
3996
4328
  media: undefined
3997
4329
  });
@@ -3999,22 +4331,22 @@ var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
3999
4331
  /* scoped */
4000
4332
 
4001
4333
 
4002
- var __vue_scope_id__$1 = "data-v-2a50771a";
4334
+ var __vue_scope_id__$3 = "data-v-75e633d7";
4003
4335
  /* module identifier */
4004
4336
 
4005
- var __vue_module_identifier__$1 = "data-v-2a50771a";
4337
+ var __vue_module_identifier__$3 = "data-v-75e633d7";
4006
4338
  /* functional template */
4007
4339
 
4008
- var __vue_is_functional_template__$1 = false;
4340
+ var __vue_is_functional_template__$3 = false;
4009
4341
  /* style inject shadow dom */
4010
4342
 
4011
- var __vue_component__$1 = /*#__PURE__*/normalizeComponent({
4012
- render: __vue_render__$1,
4013
- staticRenderFns: __vue_staticRenderFns__$1
4014
- }, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, undefined, createInjectorSSR, undefined);var script = {
4343
+ var __vue_component__$3 = /*#__PURE__*/normalizeComponent({
4344
+ render: __vue_render__$3,
4345
+ staticRenderFns: __vue_staticRenderFns__$3
4346
+ }, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, undefined, createInjectorSSR, undefined);var script$2 = {
4015
4347
  name: "VcGroupHeader",
4016
4348
  components: {
4017
- VcLayout: __vue_component__$r
4349
+ VcLayout: __vue_component__$v
4018
4350
  },
4019
4351
  props: {
4020
4352
  title: {
@@ -4031,10 +4363,10 @@ var __vue_component__$1 = /*#__PURE__*/normalizeComponent({
4031
4363
  }
4032
4364
  }
4033
4365
  };/* script */
4034
- var __vue_script__ = script;
4366
+ var __vue_script__$2 = script$2;
4035
4367
  /* template */
4036
4368
 
4037
- var __vue_render__ = function __vue_render__() {
4369
+ var __vue_render__$2 = function __vue_render__() {
4038
4370
  var _vm = this;
4039
4371
 
4040
4372
  var _h = _vm.$createElement;
@@ -4050,10 +4382,10 @@ var __vue_render__ = function __vue_render__() {
4050
4382
  }, [_c('span', [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.summaryText))])]);
4051
4383
  };
4052
4384
 
4053
- var __vue_staticRenderFns__ = [];
4385
+ var __vue_staticRenderFns__$2 = [];
4054
4386
  /* style */
4055
4387
 
4056
- var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
4388
+ var __vue_inject_styles__$2 = function __vue_inject_styles__(inject) {
4057
4389
  if (!inject) return;
4058
4390
  inject("data-v-5cb0ff3e_0", {
4059
4391
  source: ".VcGroupHeader[data-v-5cb0ff3e]{width:100%;height:var(--size-value10);flex-grow:0;color:var(--gray-darken-3);background-color:var(--neutral-lighten-3);font-size:var(--font-size-small);font-weight:500;line-height:var(--size-value10);padding:0 var(--size-value5);border-bottom:1px solid var(--gray-lighten-1)}@media screen and (min-width:960px){.VcGroupHeader[data-v-5cb0ff3e]{font-size:var(--font-size-xx-small)}}",
@@ -4064,10 +4396,198 @@ var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
4064
4396
  /* scoped */
4065
4397
 
4066
4398
 
4067
- var __vue_scope_id__ = "data-v-5cb0ff3e";
4399
+ var __vue_scope_id__$2 = "data-v-5cb0ff3e";
4400
+ /* module identifier */
4401
+
4402
+ var __vue_module_identifier__$2 = "data-v-5cb0ff3e";
4403
+ /* functional template */
4404
+
4405
+ var __vue_is_functional_template__$2 = false;
4406
+ /* style inject shadow dom */
4407
+
4408
+ var __vue_component__$2 = /*#__PURE__*/normalizeComponent({
4409
+ render: __vue_render__$2,
4410
+ staticRenderFns: __vue_staticRenderFns__$2
4411
+ }, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, undefined, createInjectorSSR, undefined);//
4412
+ //
4413
+ //
4414
+ //
4415
+ var script$1 = {
4416
+ name: 'VcSvg',
4417
+ props: ['svg']
4418
+ };/* script */
4419
+ var __vue_script__$1 = script$1;
4420
+ /* template */
4421
+
4422
+ var __vue_render__$1 = function __vue_render__() {
4423
+ var _vm = this;
4424
+
4425
+ var _h = _vm.$createElement;
4426
+
4427
+ var _c = _vm._self._c || _h;
4428
+
4429
+ return _c('div', {
4430
+ domProps: {
4431
+ "innerHTML": _vm._s(_vm.svg)
4432
+ }
4433
+ }, []);
4434
+ };
4435
+
4436
+ var __vue_staticRenderFns__$1 = [];
4437
+ /* style */
4438
+
4439
+ var __vue_inject_styles__$1 = undefined;
4440
+ /* scoped */
4441
+
4442
+ var __vue_scope_id__$1 = undefined;
4443
+ /* module identifier */
4444
+
4445
+ var __vue_module_identifier__$1 = "data-v-56d3274a";
4446
+ /* functional template */
4447
+
4448
+ var __vue_is_functional_template__$1 = false;
4449
+ /* style inject */
4450
+
4451
+ /* style inject SSR */
4452
+
4453
+ /* style inject shadow dom */
4454
+
4455
+ var __vue_component__$1 = /*#__PURE__*/normalizeComponent({
4456
+ render: __vue_render__$1,
4457
+ staticRenderFns: __vue_staticRenderFns__$1
4458
+ }, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, undefined, undefined, undefined);var script = {
4459
+ name: 'VcEmptyState',
4460
+ components: {
4461
+ VcSvg: __vue_component__$1,
4462
+ VcButton: __vue_component__$x,
4463
+ VcLayout: __vue_component__$v,
4464
+ VcLink: __vue_component__$4
4465
+ },
4466
+ props: {
4467
+ size: {
4468
+ type: String,
4469
+ default: 'md',
4470
+ validator: function validator(prop) {
4471
+ return ['sm', 'md', 'lg'].includes(prop);
4472
+ }
4473
+ },
4474
+ icon: {
4475
+ type: String,
4476
+ comment: 'url to some image'
4477
+ },
4478
+ svg: {
4479
+ type: String,
4480
+ comment: 'using the svgImage design system object'
4481
+ },
4482
+ title: {
4483
+ type: String,
4484
+ required: true
4485
+ },
4486
+ subtitle: {
4487
+ type: String,
4488
+ required: true
4489
+ },
4490
+ button: {
4491
+ type: String,
4492
+ required: false
4493
+ },
4494
+ linkLabel: {
4495
+ type: String,
4496
+ required: false
4497
+ },
4498
+ linkUrl: {
4499
+ type: String,
4500
+ required: false
4501
+ },
4502
+ dataQa: {
4503
+ type: String,
4504
+ default: 'VcEmptyState'
4505
+ }
4506
+ }
4507
+ };/* script */
4508
+ var __vue_script__ = script;
4509
+ /* template */
4510
+
4511
+ var __vue_render__ = function __vue_render__() {
4512
+ var _vm = this;
4513
+
4514
+ var _h = _vm.$createElement;
4515
+
4516
+ var _c = _vm._self._c || _h;
4517
+
4518
+ return _c('VcLayout', {
4519
+ class: "VcEmptyState " + _vm.size,
4520
+ attrs: {
4521
+ "column": "",
4522
+ "data-qa": _vm.dataQa
4523
+ }
4524
+ }, [_c('VcLayout', {
4525
+ attrs: {
4526
+ "column": "",
4527
+ "align-content-center": ""
4528
+ }
4529
+ }, [_vm.icon ? _c('img', {
4530
+ staticClass: "VcEmptyStateImage",
4531
+ attrs: {
4532
+ "src": _vm.icon
4533
+ }
4534
+ }) : _vm._e(), _vm._v(" "), _vm.svg ? _c('VcSvg', {
4535
+ staticClass: "VcEmptyStateImage",
4536
+ attrs: {
4537
+ "svg": _vm.svg
4538
+ }
4539
+ }) : _vm._e(), _vm._v(" "), _c('div', {
4540
+ staticClass: "VcEmptyStateTitle"
4541
+ }, [_vm._v(_vm._s(_vm.title))])], 1), _vm._v(" "), _c('VcLayout', {
4542
+ staticClass: "VcEmptyStateSubtitle",
4543
+ attrs: {
4544
+ "column": ""
4545
+ }
4546
+ }, [_vm._v(_vm._s(_vm.subtitle))]), _vm._v(" "), _vm._t("buttonArea", function () {
4547
+ return [_vm.button || _vm.linkLabel && _vm.linkUrl ? _c('VcLayout', {
4548
+ attrs: {
4549
+ "column": "",
4550
+ "align-center": ""
4551
+ }
4552
+ }, [_vm.button ? _c('VcButton', {
4553
+ staticClass: "VcEmptyStateButton",
4554
+ attrs: {
4555
+ "small": "",
4556
+ "pill": "",
4557
+ "block": false
4558
+ },
4559
+ on: {
4560
+ "click": function click($event) {
4561
+ return _vm.$emit('click');
4562
+ }
4563
+ }
4564
+ }, [_vm._v(_vm._s(_vm.button))]) : _vm._e(), _vm._v(" "), _vm.linkLabel && _vm.linkUrl ? _c('VcLink', {
4565
+ attrs: {
4566
+ "url": _vm.linkUrl,
4567
+ "label": _vm.linkLabel
4568
+ }
4569
+ }) : _vm._e()], 1) : _vm._e()];
4570
+ })], 2);
4571
+ };
4572
+
4573
+ var __vue_staticRenderFns__ = [];
4574
+ /* style */
4575
+
4576
+ var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
4577
+ if (!inject) return;
4578
+ inject("data-v-e4b3101e_0", {
4579
+ 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)}",
4580
+ map: undefined,
4581
+ media: undefined
4582
+ });
4583
+ };
4584
+ /* scoped */
4585
+
4586
+
4587
+ var __vue_scope_id__ = "data-v-e4b3101e";
4068
4588
  /* module identifier */
4069
4589
 
4070
- var __vue_module_identifier__ = "data-v-5cb0ff3e";
4590
+ var __vue_module_identifier__ = "data-v-e4b3101e";
4071
4591
  /* functional template */
4072
4592
 
4073
4593
  var __vue_is_functional_template__ = false;
@@ -4077,7 +4597,7 @@ var __vue_component__ = /*#__PURE__*/normalizeComponent({
4077
4597
  render: __vue_render__,
4078
4598
  staticRenderFns: __vue_staticRenderFns__
4079
4599
  }, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, createInjectorSSR, undefined);// Put here any components that need to be available to users of the package
4080
- var components$1=/*#__PURE__*/Object.freeze({__proto__:null,VcConfirmModal:__vue_component__$o,VcInputModal:__vue_component__$m,VcNoticeModal:__vue_component__$l,VcModalFooter:__vue_component__$q,VcModalHeader:__vue_component__$p,VcAlert:__vue_component__$k,VcTooltip:__vue_component__$j,VcIconWithTooltip:__vue_component__$i,VcBottomActions:__vue_component__$g,VcActionList:__vue_component__$f,VcActions:__vue_component__$e,VcButton:__vue_component__$t,VcButtonGroup:__vue_component__$d,VcForm:__vue_component__$n,VcIcon:__vue_component__$u,VcLayout:__vue_component__$r,VcLoader:__vue_component__$c,VcSwitch:__vue_component__$b,VcTextField:__vue_component__$a,VcAvatar:__vue_component__$h,VcTextArea:__vue_component__$9,VcSvg:__vue_component__$8,VcToast:__vue_component__$7,VcCard:__vue_component__$6,VcCheckbox:__vue_component__$5,VcFilterPanel:__vue_component__$4,VcFocusArea:__vue_component__$3,VcLink:__vue_component__$2,VcListItem:__vue_component__$1,VcGroupHeader:__vue_component__});var install = function installdesignSystem(Vue) {
4600
+ var components$1=/*#__PURE__*/Object.freeze({__proto__:null,VcConfirmModal:__vue_component__$s,VcInputModal:__vue_component__$q,VcNoticeModal:__vue_component__$p,VcModalFooter:__vue_component__$u,VcModalHeader:__vue_component__$t,VcAlert:__vue_component__$o,VcTooltip:__vue_component__$n,VcIconWithTooltip:__vue_component__$m,VcBottomActions:__vue_component__$k,VcActionList:__vue_component__$j,VcActions:__vue_component__$i,VcStepsBar:__vue_component__$h,VcMobileWizardProgress:__vue_component__$f,VcProgressCircular:__vue_component__$g,VcButton:__vue_component__$x,VcButtonGroup:__vue_component__$e,VcForm:__vue_component__$r,VcIcon:__vue_component__$y,VcLayout:__vue_component__$v,VcLoader:__vue_component__$d,VcSwitch:__vue_component__$c,VcTextField:__vue_component__$b,VcAvatar:__vue_component__$l,VcTextArea:__vue_component__$a,VcToast:__vue_component__$9,VcCard:__vue_component__$8,VcCheckbox:__vue_component__$7,VcFilterPanel:__vue_component__$6,VcFocusArea:__vue_component__$5,VcLink:__vue_component__$4,VcListItem:__vue_component__$3,VcGroupHeader:__vue_component__$2,VcEmptyState:__vue_component__,VcSvg:__vue_component__$1});var install = function installdesignSystem(Vue) {
4081
4601
  Object.entries(components$1).forEach(function (_ref) {
4082
4602
  var _ref2 = _slicedToArray(_ref, 2),
4083
4603
  componentName = _ref2[0],
@@ -4086,7 +4606,7 @@ var components$1=/*#__PURE__*/Object.freeze({__proto__:null,VcConfirmModal:__vue
4086
4606
  Vue.component(componentName, component);
4087
4607
  });
4088
4608
  }; // Create module definition for Vue.use()
4089
- var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,VcConfirmModal:__vue_component__$o,VcInputModal:__vue_component__$m,VcNoticeModal:__vue_component__$l,VcModalFooter:__vue_component__$q,VcModalHeader:__vue_component__$p,VcAlert:__vue_component__$k,VcTooltip:__vue_component__$j,VcIconWithTooltip:__vue_component__$i,VcBottomActions:__vue_component__$g,VcActionList:__vue_component__$f,VcActions:__vue_component__$e,VcButton:__vue_component__$t,VcButtonGroup:__vue_component__$d,VcForm:__vue_component__$n,VcIcon:__vue_component__$u,VcLayout:__vue_component__$r,VcLoader:__vue_component__$c,VcSwitch:__vue_component__$b,VcTextField:__vue_component__$a,VcAvatar:__vue_component__$h,VcTextArea:__vue_component__$9,VcSvg:__vue_component__$8,VcToast:__vue_component__$7,VcCard:__vue_component__$6,VcCheckbox:__vue_component__$5,VcFilterPanel:__vue_component__$4,VcFocusArea:__vue_component__$3,VcLink:__vue_component__$2,VcListItem:__vue_component__$1,VcGroupHeader:__vue_component__});// only expose one global var, with component exports exposed as properties of
4609
+ var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,VcConfirmModal:__vue_component__$s,VcInputModal:__vue_component__$q,VcNoticeModal:__vue_component__$p,VcModalFooter:__vue_component__$u,VcModalHeader:__vue_component__$t,VcAlert:__vue_component__$o,VcTooltip:__vue_component__$n,VcIconWithTooltip:__vue_component__$m,VcBottomActions:__vue_component__$k,VcActionList:__vue_component__$j,VcActions:__vue_component__$i,VcStepsBar:__vue_component__$h,VcMobileWizardProgress:__vue_component__$f,VcProgressCircular:__vue_component__$g,VcButton:__vue_component__$x,VcButtonGroup:__vue_component__$e,VcForm:__vue_component__$r,VcIcon:__vue_component__$y,VcLayout:__vue_component__$v,VcLoader:__vue_component__$d,VcSwitch:__vue_component__$c,VcTextField:__vue_component__$b,VcAvatar:__vue_component__$l,VcTextArea:__vue_component__$a,VcToast:__vue_component__$9,VcCard:__vue_component__$8,VcCheckbox:__vue_component__$7,VcFilterPanel:__vue_component__$6,VcFocusArea:__vue_component__$5,VcLink:__vue_component__$4,VcListItem:__vue_component__$3,VcGroupHeader:__vue_component__$2,VcEmptyState:__vue_component__,VcSvg:__vue_component__$1});// only expose one global var, with component exports exposed as properties of
4090
4610
  // that global var (eg. plugin.component)
4091
4611
 
4092
4612
  Object.entries(components).forEach(function (_ref) {