@vcita/design-system 0.6.10 → 0.6.13-beta.1

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.
@@ -1,6 +1,16 @@
1
1
  ---
2
2
  de:
3
3
  ds:
4
+ wizard:
5
+ back: Zurück
6
+ next: Weiter
4
7
  modal:
5
- ok: Ok
6
8
  cancel: Abbrechen
9
+ ok: OK
10
+ done: Fertig
11
+ progress_circular:
12
+ next: 'Weiter:'
13
+ listbox:
14
+ add: Neuen Kontakt hinzufügen
15
+ dropzone:
16
+ default_title:
@@ -2,8 +2,8 @@
2
2
  en:
3
3
  ds:
4
4
  wizard:
5
- back: "Back"
6
- next: "Next"
5
+ back: Back
6
+ next: Next
7
7
  modal:
8
8
  cancel: Cancel
9
9
  ok: Ok
@@ -12,3 +12,5 @@ en:
12
12
  next: 'Next:'
13
13
  listbox:
14
14
  add: Add new contact
15
+ dropzone:
16
+ default_title: Submit
@@ -1,6 +1,16 @@
1
1
  ---
2
2
  es:
3
3
  ds:
4
+ wizard:
5
+ back: Atrás
6
+ next: Siguiente
4
7
  modal:
5
- ok: Ok
6
8
  cancel: Cancelar
9
+ ok: Ok
10
+ done: Hecho
11
+ progress_circular:
12
+ next: 'Siguiente:'
13
+ listbox:
14
+ add: Agregar nuevo contacto
15
+ dropzone:
16
+ default_title:
@@ -1,6 +1,16 @@
1
1
  ---
2
2
  fr:
3
3
  ds:
4
+ wizard:
5
+ back: Retour
6
+ next: Suivant
4
7
  modal:
5
- ok: Ok
6
8
  cancel: Annuler
9
+ ok: Ok
10
+ done: C'est fait
11
+ progress_circular:
12
+ next: 'Suivant :'
13
+ listbox:
14
+ add: Ajouter nouveau contact
15
+ dropzone:
16
+ default_title:
@@ -1,6 +1,16 @@
1
1
  ---
2
2
  he:
3
3
  ds:
4
+ wizard:
5
+ back: "חזרה"
6
+ next: "הבא"
4
7
  modal:
5
- ok: "אישור"
6
8
  cancel: "ביטול"
9
+ ok: "אישור"
10
+ done: "בוצע"
11
+ progress_circular:
12
+ next: "הבא:"
13
+ listbox:
14
+ add: "הוספה של איש קשר חדש"
15
+ dropzone:
16
+ default_title:
@@ -1,6 +1,16 @@
1
1
  ---
2
2
  it:
3
3
  ds:
4
+ wizard:
5
+ back: Indietro
6
+ next: Avanti
4
7
  modal:
5
- ok: Ok
6
8
  cancel: Cancella
9
+ ok: Ok
10
+ done: Fatto
11
+ progress_circular:
12
+ next: 'Avanti:'
13
+ listbox:
14
+ add: Aggiungi nuovo contatto
15
+ dropzone:
16
+ default_title:
@@ -1,6 +1,16 @@
1
1
  ---
2
2
  keys:
3
3
  ds:
4
+ wizard:
5
+ back: ds.wizard.back
6
+ next: ds.wizard.next
4
7
  modal:
5
- ok: common.dialog.ok
6
- cancel: common.dialog.cancel
8
+ cancel: ds.modal.cancel
9
+ ok: ds.modal.ok
10
+ done: ds.modal.done
11
+ progress_circular:
12
+ next: ds.progress_circular.next
13
+ listbox:
14
+ add: ds.listbox.add
15
+ dropzone:
16
+ default_title: ds.dropzone.default_title
@@ -1,6 +1,16 @@
1
1
  ---
2
2
  nl:
3
3
  ds:
4
+ wizard:
5
+ back: Terug
6
+ next: Volgende
4
7
  modal:
5
- ok: Ok
6
8
  cancel: Annuleren
9
+ ok: Ok
10
+ done: Gereed
11
+ progress_circular:
12
+ next: 'Volgende:'
13
+ listbox:
14
+ add: Nieuw contact toevoegen
15
+ dropzone:
16
+ default_title:
@@ -1,6 +1,16 @@
1
1
  ---
2
2
  pl:
3
3
  ds:
4
+ wizard:
5
+ back: Wstecz
6
+ next: Dalej
4
7
  modal:
5
- ok: OK
6
8
  cancel: Anuluj
9
+ ok: Ok
10
+ done: Gotowe
11
+ progress_circular:
12
+ next: 'Dalej:'
13
+ listbox:
14
+ add: Dodaj nowy kontakt
15
+ dropzone:
16
+ default_title:
@@ -1,6 +1,16 @@
1
1
  ---
2
2
  pseudo:
3
3
  ds:
4
+ wizard:
5
+ back: "ßåçk ßåç"
6
+ next: Néxt Néx
4
7
  modal:
5
- ok: Ok Ok
6
8
  cancel: Cånçél Cån
9
+ ok: Ok Ok
10
+ done: Doné Don
11
+ progress_circular:
12
+ next: 'Néxt: Néx'
13
+ listbox:
14
+ add: "Ädd néw çontåçt Ädd néw"
15
+ dropzone:
16
+ default_title: Submit Sub
@@ -1,6 +1,16 @@
1
1
  ---
2
2
  pt:
3
3
  ds:
4
+ wizard:
5
+ back: Voltar
6
+ next: Próximo
4
7
  modal:
5
- ok: Ok
6
8
  cancel: Cancelar
9
+ ok: Ok
10
+ done: Pronto
11
+ progress_circular:
12
+ next: Próximo;
13
+ listbox:
14
+ add: Adicionar contato novo
15
+ dropzone:
16
+ default_title:
@@ -316,7 +316,7 @@ var script$O = {
316
316
  },
317
317
  color: {
318
318
  type: String,
319
- comment: "deprecated, you shuold use flavor",
319
+ comment: "deprecated, you should use flavor",
320
320
  default: "secondary",
321
321
  validator: type => {
322
322
  return ["secondary", "white"].indexOf(type) > -1;
@@ -326,7 +326,8 @@ var script$O = {
326
326
  type: String,
327
327
  validator: type => {
328
328
  return ["secondary", "primary"].indexOf(type) > -1;
329
- }
329
+ },
330
+ default: 'primary'
330
331
  },
331
332
  icon: {
332
333
  type: Boolean,
@@ -379,12 +380,12 @@ var script$O = {
379
380
  computed: {
380
381
  buttonColor() {
381
382
  switch (this.flavor) {
382
- case "secondary":
383
- const color = this.outlined ? '--gray-darken-5' : '--neutral-lighten-2';
384
- return color;
383
+ case "primary":
384
+ // When the flavor is primary, the theme color is the value in secondary color
385
+ return this.color;
385
386
 
386
- default:
387
- return "secondary";
387
+ case "secondary":
388
+ return this.outlined ? '--gray-darken-5' : '--neutral-lighten-2';
388
389
  }
389
390
  }
390
391
 
@@ -445,8 +446,8 @@ var __vue_staticRenderFns__$M = [];
445
446
 
446
447
  const __vue_inject_styles__$O = function (inject) {
447
448
  if (!inject) return;
448
- inject("data-v-707bf882_0", {
449
- source: ".VcButton[data-v-707bf882]{letter-spacing:var(--letter-spacing)}.VcButton[data-v-707bf882]:disabled{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}.VcButton .prependDefaultIcon[data-v-707bf882]{margin-inline-end:var(--size-value3)}.VcButton .prependDefaultIcon[data-v-707bf882] svg{fill:currentColor}.VcButton.secondary__text[data-v-707bf882]{color:var(--gray-darken-5)!important;border-color:var(--neutral-lighten-1)}",
449
+ inject("data-v-048cf278_0", {
450
+ source: ".VcButton[data-v-048cf278]{letter-spacing:var(--letter-spacing)}.VcButton[data-v-048cf278]:disabled{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}.VcButton .prependDefaultIcon[data-v-048cf278]{margin-inline-end:var(--size-value3)}.VcButton .prependDefaultIcon[data-v-048cf278] svg{fill:currentColor}.VcButton.secondary__text[data-v-048cf278]{color:var(--gray-darken-5)!important;border-color:var(--neutral-lighten-1)}",
450
451
  map: undefined,
451
452
  media: undefined
452
453
  });
@@ -454,7 +455,7 @@ const __vue_inject_styles__$O = function (inject) {
454
455
  /* scoped */
455
456
 
456
457
 
457
- const __vue_scope_id__$O = "data-v-707bf882";
458
+ const __vue_scope_id__$O = "data-v-048cf278";
458
459
  /* module identifier */
459
460
 
460
461
  const __vue_module_identifier__$O = undefined;
@@ -3604,6 +3605,10 @@ var script$s = {
3604
3605
  checked: true
3605
3606
  }));
3606
3607
  this.$emit('change', newSelections);
3608
+ },
3609
+
3610
+ setDataQa(label) {
3611
+ return label.replace(/ /g, '-');
3607
3612
  }
3608
3613
 
3609
3614
  }
@@ -3647,7 +3652,7 @@ var __vue_render__$s = function () {
3647
3652
  "dark": "",
3648
3653
  "content": item.tooltipContent,
3649
3654
  "disabled": !item.tooltipContent || !item.disabled,
3650
- "data-qa": _vm.dataQa + "-" + index + "-tooltip"
3655
+ "data-qa": _vm.dataQa + "-" + _vm.setDataQa(item.label) + "-tooltip"
3651
3656
  }
3652
3657
  }, [_c('v-list-item', {
3653
3658
  staticClass: "vc-list-item",
@@ -3658,7 +3663,7 @@ var __vue_render__$s = function () {
3658
3663
  }
3659
3664
  }, [_c('VcChecklistItem', _vm._b({
3660
3665
  attrs: {
3661
- "data-qa": _vm.dataQa + "-" + index
3666
+ "data-qa": _vm.dataQa + "-" + _vm.setDataQa(item.label)
3662
3667
  }
3663
3668
  }, 'VcChecklistItem', item, false))], 1)], 1);
3664
3669
  }), 1)], 1), _vm._v(" "), _vm.addAnother ? _c('div', {
@@ -3692,8 +3697,8 @@ var __vue_staticRenderFns__$s = [];
3692
3697
 
3693
3698
  const __vue_inject_styles__$s = function (inject) {
3694
3699
  if (!inject) return;
3695
- inject("data-v-07369312_0", {
3696
- source: "[data-v-07369312]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-list-title[data-v-07369312]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:var(--size-value5);margin-block-end:var(--size-value3)}.VcListbox[data-v-07369312]{padding-block:var(--size-value1);margin-block:var(--size-value1);border:1px solid var(--gray-lighten-1);box-sizing:border-box;border-radius:var(--border-radius);box-shadow:none!important}.VcListbox .vc-overflow[data-v-07369312]{overflow:auto;max-height:160px}.VcListbox .vc-overflow .vc-list-item[data-v-07369312]{padding:var(--size-value0);min-height:unset}.VcListbox .vc-overflow .vc-list-item[data-v-07369312]:before{opacity:0}.VcListbox .divider[data-v-07369312]{border-color:var(--gray-lighten-1)}.VcListbox .last-item[data-v-07369312]{cursor:pointer;min-height:var(--size-value10)}.VcListbox .last-item[data-v-07369312]:hover{background-color:var(--gray-lighten-3)}.VcListbox .last-item .add-another-label[data-v-07369312]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-5)}.VcListbox .last-item .add-another-icon[data-v-07369312]{margin-inline-end:var(--size-value3);cursor:pointer}.VcListbox .last-item .add-another-icon[data-v-07369312] .v-icon__component{height:unset;width:unset}.VcListbox .last-item .add-another-icon[data-v-07369312] .v-icon__component svg{width:var(--size-value3)}",
3700
+ inject("data-v-6c0335a4_0", {
3701
+ source: "[data-v-6c0335a4]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-list-title[data-v-6c0335a4]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:var(--size-value5);margin-block-end:var(--size-value3)}.VcListbox[data-v-6c0335a4]{padding-block:var(--size-value1);margin-block:var(--size-value1);border:1px solid var(--gray-lighten-1);box-sizing:border-box;border-radius:var(--border-radius);box-shadow:none!important}.VcListbox .vc-overflow[data-v-6c0335a4]{overflow:auto;max-height:160px}.VcListbox .vc-overflow .vc-list-item[data-v-6c0335a4]{padding:var(--size-value0);min-height:unset}.VcListbox .vc-overflow .vc-list-item[data-v-6c0335a4]:before{opacity:0}.VcListbox .divider[data-v-6c0335a4]{border-color:var(--gray-lighten-1)}.VcListbox .last-item[data-v-6c0335a4]{cursor:pointer;min-height:var(--size-value10)}.VcListbox .last-item[data-v-6c0335a4]:hover{background-color:var(--gray-lighten-3)}.VcListbox .last-item .add-another-label[data-v-6c0335a4]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-5)}.VcListbox .last-item .add-another-icon[data-v-6c0335a4]{margin-inline-end:var(--size-value3);cursor:pointer}.VcListbox .last-item .add-another-icon[data-v-6c0335a4] .v-icon__component{height:unset;width:unset}.VcListbox .last-item .add-another-icon[data-v-6c0335a4] .v-icon__component svg{width:var(--size-value3)}",
3697
3702
  map: undefined,
3698
3703
  media: undefined
3699
3704
  });
@@ -3701,7 +3706,7 @@ const __vue_inject_styles__$s = function (inject) {
3701
3706
  /* scoped */
3702
3707
 
3703
3708
 
3704
- const __vue_scope_id__$s = "data-v-07369312";
3709
+ const __vue_scope_id__$s = "data-v-6c0335a4";
3705
3710
  /* module identifier */
3706
3711
 
3707
3712
  const __vue_module_identifier__$s = undefined;
@@ -5113,7 +5118,8 @@ var script$h = {
5113
5118
  },
5114
5119
  maxlength: {
5115
5120
  type: Number,
5116
- default: 100
5121
+ default: 100,
5122
+ validator: prop => prop > 0
5117
5123
  },
5118
5124
  rules: {
5119
5125
  type: Array
@@ -5137,6 +5143,14 @@ var script$h = {
5137
5143
  tooltipContent: {
5138
5144
  type: String,
5139
5145
  default: ''
5146
+ },
5147
+ prefix: {
5148
+ type: String,
5149
+ default: ''
5150
+ },
5151
+ errorMessages: {
5152
+ type: String,
5153
+ default: ''
5140
5154
  }
5141
5155
  }
5142
5156
  };
@@ -5162,11 +5176,13 @@ var __vue_render__$h = function () {
5162
5176
  "rules": _vm.rules,
5163
5177
  "disabled": _vm.disabled,
5164
5178
  "type": _vm.type,
5165
- "error": _vm.counter && _vm.maxlength && _vm.value.length > _vm.maxlength,
5179
+ "error": _vm.counter && !!_vm.maxlength && _vm.value.length > _vm.maxlength,
5180
+ "error-messages": _vm.errorMessages,
5166
5181
  "value": _vm.value,
5167
5182
  "hint": _vm.hint,
5168
5183
  "counter": _vm.counter,
5169
5184
  "maxlength": _vm.maxlength,
5185
+ "prefix": _vm.prefix,
5170
5186
  "persistent-hint": "",
5171
5187
  "hide-details": "auto"
5172
5188
  },
@@ -5197,8 +5213,8 @@ var __vue_staticRenderFns__$h = [];
5197
5213
 
5198
5214
  const __vue_inject_styles__$h = function (inject) {
5199
5215
  if (!inject) return;
5200
- inject("data-v-a0a638cc_0", {
5201
- source: ".VcTextInput.v-text-field[data-v-a0a638cc]{font-family:var(--primary-font-family)}.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot{padding:0 var(--size-value3);height:var(--size-value13);background:#fff;border:1px solid var(--gray-lighten-1);box-sizing:border-box;border-radius:6px}.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot label{font-size:var(--font-size-small2);line-height:var(--size-value5);color:var(--gray-darken-3);font-weight:var(--font-weight-medium)}.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot input{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:var(--size-value5);color:var(--gray-darken-5)}.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:after,.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:before{display:none}.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:hover{border-color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:active,.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:focus,.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:focus-within{border:1px solid var(--v-secondary-base);box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:active input,.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:focus input,.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:focus-within input{color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-a0a638cc].error--text .v-input__slot{border-color:var(--red);color:unset;box-shadow:unset;font-size:var(--font-size-xx-small);line-height:var(--size-value4)}.VcTextInput.v-text-field[data-v-a0a638cc].v-input--is-focused label,.VcTextInput.v-text-field[data-v-a0a638cc].v-input--is-label-active label{font-size:var(--font-size-small);line-height:1.17;letter-spacing:-.3px;color:var(--gray-darken-4)!important;transform:translateY(-100%) scale(.85);top:var(--size-value2)}.VcTextInput.v-text-field[data-v-a0a638cc].v-input--is-focused .v-text-field__slot,.VcTextInput.v-text-field[data-v-a0a638cc].v-input--is-label-active .v-text-field__slot{margin-bottom:-14px}.VcTextInput.v-text-field[data-v-a0a638cc].v-input--is-disabled .v-input__slot{background:var(--gray-lighten-3);border:1px solid var(--gray-lighten-1)}.VcTextInput.v-text-field[data-v-a0a638cc].v-input--is-disabled .v-input__slot input,.VcTextInput.v-text-field[data-v-a0a638cc].v-input--is-disabled .v-input__slot label{color:var(--gray-darken-2)}.VcTextInput.v-text-field[data-v-a0a638cc]:not(.v-input--is-label-active):not(.v-input--is-focused) input{padding:var(--size-value2) 0}.VcTextInput.v-text-field[data-v-a0a638cc] .v-messages__message{line-height:var(--size-value4)}.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__append-inner{align-self:center;fill:var(--gray-darken-3)}",
5216
+ inject("data-v-55ea298c_0", {
5217
+ source: ".VcTextInput.v-text-field[data-v-55ea298c]{font-family:var(--primary-font-family)}.VcTextInput.v-text-field[data-v-55ea298c] .v-input__slot{padding:0 var(--size-value3);height:var(--size-value13);background:#fff;border:1px solid var(--gray-lighten-1);box-sizing:border-box;border-radius:6px}.VcTextInput.v-text-field[data-v-55ea298c] .v-input__slot label{font-size:var(--font-size-small2);line-height:var(--size-value5);color:var(--gray-darken-3);font-weight:var(--font-weight-medium)}.VcTextInput.v-text-field[data-v-55ea298c] .v-input__slot input{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:var(--size-value5);color:var(--gray-darken-5)}.VcTextInput.v-text-field[data-v-55ea298c] .v-input__slot:after,.VcTextInput.v-text-field[data-v-55ea298c] .v-input__slot:before{display:none}.VcTextInput.v-text-field[data-v-55ea298c] .v-input__slot:hover{border-color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-55ea298c] .v-input__slot:active,.VcTextInput.v-text-field[data-v-55ea298c] .v-input__slot:focus,.VcTextInput.v-text-field[data-v-55ea298c] .v-input__slot:focus-within{border:1px solid var(--v-secondary-base);box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcTextInput.v-text-field[data-v-55ea298c] .v-input__slot:active input,.VcTextInput.v-text-field[data-v-55ea298c] .v-input__slot:focus input,.VcTextInput.v-text-field[data-v-55ea298c] .v-input__slot:focus-within input{color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-55ea298c].error--text .v-input__slot{border-color:var(--red);color:unset;box-shadow:unset;font-size:var(--font-size-xx-small);line-height:var(--size-value4)}.VcTextInput.v-text-field[data-v-55ea298c].v-input--is-focused label,.VcTextInput.v-text-field[data-v-55ea298c].v-input--is-label-active label{font-size:var(--font-size-small);line-height:1.17;letter-spacing:-.3px;color:var(--gray-darken-4)!important;transform:translateY(-100%) scale(.85);top:var(--size-value2)}.VcTextInput.v-text-field[data-v-55ea298c].v-input--is-focused .v-text-field__slot,.VcTextInput.v-text-field[data-v-55ea298c].v-input--is-label-active .v-text-field__slot{margin-bottom:-14px}.VcTextInput.v-text-field[data-v-55ea298c].v-input--is-disabled .v-input__slot{background:var(--gray-lighten-3);border:1px solid var(--gray-lighten-1)}.VcTextInput.v-text-field[data-v-55ea298c].v-input--is-disabled .v-input__slot input,.VcTextInput.v-text-field[data-v-55ea298c].v-input--is-disabled .v-input__slot label{color:var(--gray-darken-2)}.VcTextInput.v-text-field[data-v-55ea298c]:not(.v-input--is-label-active):not(.v-input--is-focused) input{padding:var(--size-value2) 0}.VcTextInput.v-text-field[data-v-55ea298c] .v-messages__message{line-height:var(--size-value4)}.VcTextInput.v-text-field[data-v-55ea298c] .v-input__append-inner{align-self:center;fill:var(--gray-darken-3)}",
5202
5218
  map: undefined,
5203
5219
  media: undefined
5204
5220
  });
@@ -5206,7 +5222,7 @@ const __vue_inject_styles__$h = function (inject) {
5206
5222
  /* scoped */
5207
5223
 
5208
5224
 
5209
- const __vue_scope_id__$h = "data-v-a0a638cc";
5225
+ const __vue_scope_id__$h = "data-v-55ea298c";
5210
5226
  /* module identifier */
5211
5227
 
5212
5228
  const __vue_module_identifier__$h = undefined;
@@ -5506,11 +5522,11 @@ var __vue_staticRenderFns__$f = [];
5506
5522
 
5507
5523
  const __vue_inject_styles__$f = function (inject) {
5508
5524
  if (!inject) return;
5509
- inject("data-v-bd35b142_0", {
5510
- source: "[data-v-bd35b142]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcSelectField[data-v-bd35b142]{border-radius:var(--border-radius)}.VcSelectField[data-v-bd35b142] .icon{fill:var(--gray-darken-2)}.VcSelectField[data-v-bd35b142] fieldset{height:52px;background:var(--modal-bg-color);border:1px solid var(--gray-lighten-1)}.VcSelectField[data-v-bd35b142] .v-label--active{transform:translateY(-8px) scale(.75)}.VcSelectField[data-v-bd35b142] .v-label{color:var(--gray-darken-3)!important}.VcSelectField[data-v-bd35b142] .v-select__slot label+div{position:absolute;top:10px}.VcSelectField[data-v-bd35b142].v-input--is-disabled fieldset{background-color:var(--gray-lighten-3)}.VcSelectField[data-v-bd35b142].v-input--is-focused fieldset{border:1px solid var(--v-secondary-base);outline:var(--v-secondary-lighten1) solid 3px}.VcSelectField[data-v-bd35b142].v-input--is-focused fieldset input{color:var(--gray-darken-3)}.VcSelectField[data-v-bd35b142].error--text fieldset{border-width:1px!important}.VcSelectField[data-v-bd35b142] .v-text-field__details{padding-inline-start:0}.VcSelectField[data-v-bd35b142] .v-text-field__details .v-messages__message{margin-top:10px}.VcSelectField[data-v-bd35b142] legend{display:none}.VcSelectField[data-v-bd35b142] .v-select__selection--comma{font-size:15px;font-weight:500}.VcSelectField[data-v-bd35b142] .v-input__append-inner{align-content:center;align-items:center;margin-top:5px!important;height:75%}.VcSelectField[data-v-bd35b142] .dropdown-arrow{padding-inline-end:17px}.VcSelectField[data-v-bd35b142] .tooltip{padding-inline-start:12px;padding-inline-end:3px;border-inline-start:1px solid var(--gray-lighten-1);height:100%;display:flex;align-items:center}",
5525
+ inject("data-v-2d97060a_0", {
5526
+ source: "[data-v-2d97060a]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcSelectField[data-v-2d97060a]{border-radius:var(--border-radius)}.VcSelectField[data-v-2d97060a] .icon{fill:var(--gray-darken-2)}.VcSelectField[data-v-2d97060a] fieldset{height:52px;background:var(--modal-bg-color);border-color:var(--gray-lighten-1);transition:border-color .1s}.VcSelectField[data-v-2d97060a] .v-label--active{transform:translateY(-8px) scale(.75)!important}.VcSelectField[data-v-2d97060a] .v-label{color:var(--gray-darken-3)!important}.VcSelectField[data-v-2d97060a] .v-select__slot label+div{position:absolute;top:10px}.VcSelectField[data-v-2d97060a]:hover fieldset{border-color:var(--gray-darken-3)}.VcSelectField[data-v-2d97060a].v-input--is-disabled fieldset{background-color:var(--gray-lighten-3)}.VcSelectField[data-v-2d97060a].v-input--is-focused fieldset{border:1px solid var(--v-secondary-base)!important;transition:outline .1s,border-color .1s;outline:var(--v-secondary-lighten1) solid 3px}.VcSelectField[data-v-2d97060a].v-input--is-focused fieldset input{color:var(--gray-darken-3)}.VcSelectField[data-v-2d97060a].error--text fieldset{border:1px solid var(--red);transition:border-color .1s}.VcSelectField[data-v-2d97060a] .v-text-field__details{padding-inline-start:0}.VcSelectField[data-v-2d97060a] .v-text-field__details .v-messages__message{margin-top:10px}.VcSelectField[data-v-2d97060a] legend{display:none}.VcSelectField[data-v-2d97060a] .v-select__selection--comma{font-size:15px;font-weight:500}.VcSelectField[data-v-2d97060a] .v-input__append-inner{align-content:center;align-items:center;margin-top:5px!important;height:75%}.VcSelectField[data-v-2d97060a] .dropdown-arrow{padding-inline-end:17px}.VcSelectField[data-v-2d97060a] .tooltip{padding-inline-start:12px;padding-inline-end:3px;border-inline-start:1px solid var(--gray-lighten-1);height:100%;display:flex;align-items:center}",
5511
5527
  map: undefined,
5512
5528
  media: undefined
5513
- }), inject("data-v-bd35b142_1", {
5529
+ }), inject("data-v-2d97060a_1", {
5514
5530
  source: ".vc-select-field-menu{margin-top:14px}",
5515
5531
  map: undefined,
5516
5532
  media: undefined
@@ -5519,7 +5535,7 @@ const __vue_inject_styles__$f = function (inject) {
5519
5535
  /* scoped */
5520
5536
 
5521
5537
 
5522
- const __vue_scope_id__$f = "data-v-bd35b142";
5538
+ const __vue_scope_id__$f = "data-v-2d97060a";
5523
5539
  /* module identifier */
5524
5540
 
5525
5541
  const __vue_module_identifier__$f = undefined;