@vcita/design-system 1.1.0 → 1.1.2
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.
- package/config/locales/ds.de.yml +20 -2
- package/config/locales/ds.en.yml +10 -8
- package/config/locales/ds.es.yml +19 -1
- package/config/locales/ds.fr.yml +19 -1
- package/config/locales/ds.he.yml +19 -1
- package/config/locales/ds.it.yml +19 -1
- package/config/locales/ds.keys.yml +18 -0
- package/config/locales/ds.nl.yml +19 -1
- package/config/locales/ds.pl.yml +20 -2
- package/config/locales/ds.pseudo.yml +18 -0
- package/config/locales/ds.pt.yml +19 -1
- package/dist/@vcita/design-system.esm.js +8902 -2069
- package/dist/@vcita/design-system.min.js +8 -1
- package/dist/@vcita/design-system.ssr.js +9758 -2910
- package/init/DesignSystem.js +2 -0
- package/init/SvgIcons.js +12 -10
- package/package.json +3 -2
- package/src/components/VcAvatar/VcAvatar.vue +3 -2
- package/src/components/VcBottomSheet/VcBottomSheet.stories.js +1 -1
- package/src/components/VcDraggableList/VcDraggableList.spec.js +89 -0
- package/src/components/VcDraggableList/VcDraggableList.stories.js +39 -0
- package/src/components/VcDraggableList/VcDraggableList.vue +109 -0
- package/src/components/VcInputBottomSheet/VcInputBottomSheet.stories.js +1 -1
- package/src/components/VcSearchBar/VcSearchBar.stories.js +1 -1
- package/src/components/VcTextField/VcTextField.spec.js +102 -1
- package/src/components/VcTextField/VcTextField.stories.js +100 -17
- package/src/components/VcTextField/VcTextField.vue +160 -19
- package/src/components/VcTextField/VcTextFieldPreload.spec.js +86 -0
- package/src/components/VcTextField/googleAddressMock.js +28 -0
- package/src/components/index.js +3 -0
- package/src/components/list/VcBaseListItem/VcBaseListItem.spec.js +84 -0
- package/src/components/list/VcBaseListItem/VcBaseListItem.stories.js +99 -0
- package/src/components/list/VcBaseListItem/VcBaseListItem.vue +104 -0
- package/src/components/list/VcList/VcList.spec.js +186 -0
- package/src/components/list/VcList/VcList.stories.js +332 -0
- package/src/components/list/VcList/VcList.vue +81 -0
- package/src/components/list/VcList/pattern/VcMobilePickerPattern.stories.js +255 -0
- package/src/components/listBox/VcChecklistItem/VcChecklistItem.stories.js +1 -1
- package/src/components/listBox/VcChecklistItem/VcChecklistItem.vue +0 -3
- package/src/components/listBox/VcListbox/VcListbox.spec.js +1 -1
- package/src/components/listBox/VcListbox/VcListbox.stories.js +2 -0
- package/src/components/listBox/VcListbox/VcListbox.vue +0 -2
- package/src/components/modal/VcInputModal/VcInputModal.spec.js +13 -0
- package/src/components/modal/VcInputModal/VcInputModal.stories.js +2 -0
- package/src/components/modal/VcInputModal/VcInputModal.vue +5 -1
- package/src/components/modal/elements/VcModalContainer.vue +0 -1
- package/src/components/modal/elements/VcModalHeader.spec.js +5 -2
- package/src/components/modal/elements/VcModalHeader.stories.js +13 -0
- package/src/components/modal/elements/VcModalHeader.vue +26 -0
- package/src/components/wizard/VcSteperContent/VcStepperContent.vue +16 -5
- package/src/components/wizard/VcWizard/VcWizard.spec.js +53 -2
- package/src/components/wizard/VcWizard/VcWizard.stories.js +3 -2
- package/styles/variables.scss +0 -3
- package/CHANGELOG.MD +0 -254
package/config/locales/ds.de.yml
CHANGED
|
@@ -6,11 +6,29 @@ de:
|
|
|
6
6
|
next: Weiter
|
|
7
7
|
modal:
|
|
8
8
|
cancel: Abbrechen
|
|
9
|
-
ok:
|
|
9
|
+
ok: Ok
|
|
10
10
|
done: Fertig
|
|
11
11
|
progress_circular:
|
|
12
12
|
next: 'Weiter:'
|
|
13
13
|
listbox:
|
|
14
14
|
add: Neuen Kontakt hinzufügen
|
|
15
|
+
empty_list: Keine Ergebnisse gefunden
|
|
15
16
|
dropzone:
|
|
16
|
-
default_title:
|
|
17
|
+
default_title: Absenden
|
|
18
|
+
search_bar:
|
|
19
|
+
label: Suchen
|
|
20
|
+
time_since:
|
|
21
|
+
years: Vor {years} Jahren
|
|
22
|
+
months: Vor {months} Monaten
|
|
23
|
+
days: Vor {days} Tagen
|
|
24
|
+
yesterday: Gestern
|
|
25
|
+
hours: Vor {hours} Stunden
|
|
26
|
+
minutes: Vor {minutes} Minuten
|
|
27
|
+
now: Jetzt
|
|
28
|
+
document:
|
|
29
|
+
signature:
|
|
30
|
+
corrupted: Dateityp wird nicht unterstützt und konnte nicht hochgeladen werden
|
|
31
|
+
multi_select:
|
|
32
|
+
no_data: Keine Daten verfügbar.
|
|
33
|
+
placeholder:
|
|
34
|
+
error_label: Bitte eine Dienstleistung auswählen
|
package/config/locales/ds.en.yml
CHANGED
|
@@ -18,17 +18,19 @@ en:
|
|
|
18
18
|
search_bar:
|
|
19
19
|
label: Search
|
|
20
20
|
time_since:
|
|
21
|
-
years:
|
|
22
|
-
months:
|
|
23
|
-
days:
|
|
24
|
-
yesterday:
|
|
25
|
-
hours:
|
|
26
|
-
minutes:
|
|
27
|
-
now:
|
|
21
|
+
years: "{years} years ago"
|
|
22
|
+
months: "{months} months ago"
|
|
23
|
+
days: "{days} days ago"
|
|
24
|
+
yesterday: Yesterday
|
|
25
|
+
hours: "{hours} hours ago"
|
|
26
|
+
minutes: "{minutes} minutes ago"
|
|
27
|
+
now: Just now
|
|
28
28
|
document:
|
|
29
29
|
signature: E-Signature
|
|
30
30
|
corrupted: File type not supported and could not be uploaded
|
|
31
31
|
multi_select:
|
|
32
32
|
no_data: No data available
|
|
33
33
|
placeholder: Select items
|
|
34
|
-
error_label: Please select an item
|
|
34
|
+
error_label: Please select an item
|
|
35
|
+
list:
|
|
36
|
+
empty_list_description: We can’t find any item matching your search
|
package/config/locales/ds.es.yml
CHANGED
|
@@ -12,5 +12,23 @@ es:
|
|
|
12
12
|
next: 'Siguiente:'
|
|
13
13
|
listbox:
|
|
14
14
|
add: Agregar nuevo contacto
|
|
15
|
+
empty_list: No se encontró ningún resultado
|
|
15
16
|
dropzone:
|
|
16
|
-
default_title:
|
|
17
|
+
default_title: Enviar
|
|
18
|
+
search_bar:
|
|
19
|
+
label: Buscar
|
|
20
|
+
time_since:
|
|
21
|
+
years: Hace {years} años
|
|
22
|
+
months: Hace {months} meses
|
|
23
|
+
days: Hace {days} días
|
|
24
|
+
yesterday: Ayer
|
|
25
|
+
hours: Hace {hours} horas
|
|
26
|
+
minutes: Hace {minutes} minutos
|
|
27
|
+
now: Justo ahora
|
|
28
|
+
document:
|
|
29
|
+
signature:
|
|
30
|
+
corrupted: El tipo de archivo no es compatible y no se pudo subir
|
|
31
|
+
multi_select:
|
|
32
|
+
no_data: No hay datos disponibles
|
|
33
|
+
placeholder:
|
|
34
|
+
error_label: Por favor seleccione un producto
|
package/config/locales/ds.fr.yml
CHANGED
|
@@ -12,5 +12,23 @@ fr:
|
|
|
12
12
|
next: 'Suivant :'
|
|
13
13
|
listbox:
|
|
14
14
|
add: Ajouter nouveau contact
|
|
15
|
+
empty_list: Aucun résultat à afficher
|
|
15
16
|
dropzone:
|
|
16
|
-
default_title:
|
|
17
|
+
default_title: Envoyer
|
|
18
|
+
search_bar:
|
|
19
|
+
label: Lancer une recherche
|
|
20
|
+
time_since:
|
|
21
|
+
years: il y a {years} années
|
|
22
|
+
months: il y a {months} mois
|
|
23
|
+
days: il y a {days} jours
|
|
24
|
+
yesterday: Hier
|
|
25
|
+
hours: il y a {hours} heures
|
|
26
|
+
minutes: il y a {minutes} minutes
|
|
27
|
+
now: A l'instant
|
|
28
|
+
document:
|
|
29
|
+
signature:
|
|
30
|
+
corrupted: Ce type de fichier n'est pas pris en charge et n'a pas pu être chargé
|
|
31
|
+
multi_select:
|
|
32
|
+
no_data: Aucune donnée à afficher
|
|
33
|
+
placeholder:
|
|
34
|
+
error_label: Veuillez sélectionner un article
|
package/config/locales/ds.he.yml
CHANGED
|
@@ -12,5 +12,23 @@ he:
|
|
|
12
12
|
next: "הבא:"
|
|
13
13
|
listbox:
|
|
14
14
|
add: "הוספה של איש קשר חדש"
|
|
15
|
+
empty_list: "לא נמצאו תוצאות"
|
|
15
16
|
dropzone:
|
|
16
|
-
default_title:
|
|
17
|
+
default_title: "שלח"
|
|
18
|
+
search_bar:
|
|
19
|
+
label: "חיפוש"
|
|
20
|
+
time_since:
|
|
21
|
+
years: "לפני {years} שנים"
|
|
22
|
+
months: "לפני {months} חודשים"
|
|
23
|
+
days: "לפני {days} ימים"
|
|
24
|
+
yesterday: "אתמול"
|
|
25
|
+
hours: "לפני {hours} שעות"
|
|
26
|
+
minutes: "לפני {minutes} דקות"
|
|
27
|
+
now: "הרגע"
|
|
28
|
+
document:
|
|
29
|
+
signature:
|
|
30
|
+
corrupted: "אין אפשרות להעלות את הקובץ מאחר וסוג קובץ זה לא נתמך"
|
|
31
|
+
multi_select:
|
|
32
|
+
no_data: "לא קיימים נתונים שאפשר להציג"
|
|
33
|
+
placeholder:
|
|
34
|
+
error_label: "בחרו פריט מהרשימה"
|
package/config/locales/ds.it.yml
CHANGED
|
@@ -12,5 +12,23 @@ it:
|
|
|
12
12
|
next: 'Avanti:'
|
|
13
13
|
listbox:
|
|
14
14
|
add: Aggiungi nuovo contatto
|
|
15
|
+
empty_list: Nessun risultato trovato
|
|
15
16
|
dropzone:
|
|
16
|
-
default_title:
|
|
17
|
+
default_title: Invia
|
|
18
|
+
search_bar:
|
|
19
|
+
label: Cerca
|
|
20
|
+
time_since:
|
|
21
|
+
years: "{years} anni fa"
|
|
22
|
+
months: "{months} mesi fa"
|
|
23
|
+
days: "{days} anni fa"
|
|
24
|
+
yesterday: Ieri
|
|
25
|
+
hours: "{hours} anni fa"
|
|
26
|
+
minutes: "{minutes} minuti fa"
|
|
27
|
+
now: Adesso
|
|
28
|
+
document:
|
|
29
|
+
signature:
|
|
30
|
+
corrupted: Tipo di file non supportato e non può essere caricato
|
|
31
|
+
multi_select:
|
|
32
|
+
no_data: Nessun dato disponibile
|
|
33
|
+
placeholder:
|
|
34
|
+
error_label: Per favore seleziona una voce
|
|
@@ -12,5 +12,23 @@ keys:
|
|
|
12
12
|
next: ds.progress_circular.next
|
|
13
13
|
listbox:
|
|
14
14
|
add: ds.listbox.add
|
|
15
|
+
empty_list: ds.listbox.empty_list
|
|
15
16
|
dropzone:
|
|
16
17
|
default_title: ds.dropzone.default_title
|
|
18
|
+
search_bar:
|
|
19
|
+
label: ds.search_bar.label
|
|
20
|
+
time_since:
|
|
21
|
+
years: ds.time_since.years
|
|
22
|
+
months: ds.time_since.months
|
|
23
|
+
days: ds.time_since.days
|
|
24
|
+
yesterday: ds.time_since.yesterday
|
|
25
|
+
hours: ds.time_since.hours
|
|
26
|
+
minutes: ds.time_since.minutes
|
|
27
|
+
now: ds.time_since.now
|
|
28
|
+
document:
|
|
29
|
+
signature: ds.document.signature
|
|
30
|
+
corrupted: ds.document.corrupted
|
|
31
|
+
multi_select:
|
|
32
|
+
no_data: ds.multi_select.no_data
|
|
33
|
+
placeholder: ds.multi_select.placeholder
|
|
34
|
+
error_label: ds.multi_select.error_label
|
package/config/locales/ds.nl.yml
CHANGED
|
@@ -12,5 +12,23 @@ nl:
|
|
|
12
12
|
next: 'Volgende:'
|
|
13
13
|
listbox:
|
|
14
14
|
add: Nieuw contact toevoegen
|
|
15
|
+
empty_list: Geen resultaat gevonden
|
|
15
16
|
dropzone:
|
|
16
|
-
default_title:
|
|
17
|
+
default_title: Opslaan
|
|
18
|
+
search_bar:
|
|
19
|
+
label: Zoek
|
|
20
|
+
time_since:
|
|
21
|
+
years: "{years} jaar geleden"
|
|
22
|
+
months: "{months} maanden geleden"
|
|
23
|
+
days: "{days} dagen geleden"
|
|
24
|
+
yesterday: Gisteren
|
|
25
|
+
hours: "{hours} uur geleden"
|
|
26
|
+
minutes: "{minutes} minuten geleden"
|
|
27
|
+
now: Precies nu
|
|
28
|
+
document:
|
|
29
|
+
signature:
|
|
30
|
+
corrupted: Bestandstype niet ondersteund en kon niet worden geüpload
|
|
31
|
+
multi_select:
|
|
32
|
+
no_data: Geen data beschikbaar
|
|
33
|
+
placeholder:
|
|
34
|
+
error_label: Selecteer een item
|
package/config/locales/ds.pl.yml
CHANGED
|
@@ -6,11 +6,29 @@ pl:
|
|
|
6
6
|
next: Dalej
|
|
7
7
|
modal:
|
|
8
8
|
cancel: Anuluj
|
|
9
|
-
ok:
|
|
9
|
+
ok: OK
|
|
10
10
|
done: Gotowe
|
|
11
11
|
progress_circular:
|
|
12
12
|
next: 'Dalej:'
|
|
13
13
|
listbox:
|
|
14
14
|
add: Dodaj nowy kontakt
|
|
15
|
+
empty_list: Brak wyników
|
|
15
16
|
dropzone:
|
|
16
|
-
default_title:
|
|
17
|
+
default_title: Wyślij
|
|
18
|
+
search_bar:
|
|
19
|
+
label: Szukaj
|
|
20
|
+
time_since:
|
|
21
|
+
years: "{years} lat(a) temu"
|
|
22
|
+
months: "{months} miesiące(-y) temu"
|
|
23
|
+
days: "{days} dni temu"
|
|
24
|
+
yesterday: Wczoraj
|
|
25
|
+
hours: "{hours} godz. temu"
|
|
26
|
+
minutes: "{minutes} min temu"
|
|
27
|
+
now: Teraz
|
|
28
|
+
document:
|
|
29
|
+
signature:
|
|
30
|
+
corrupted: Typ pliku jest nieobsługiwany i nie można go wgrać
|
|
31
|
+
multi_select:
|
|
32
|
+
no_data: Brak danych
|
|
33
|
+
placeholder:
|
|
34
|
+
error_label: Wybierz element
|
|
@@ -12,5 +12,23 @@ pseudo:
|
|
|
12
12
|
next: 'Néxt: Néx'
|
|
13
13
|
listbox:
|
|
14
14
|
add: "Ädd néw çontåçt Ädd néw"
|
|
15
|
+
empty_list: No réšult found No réšu
|
|
15
16
|
dropzone:
|
|
16
17
|
default_title: Submit Sub
|
|
18
|
+
search_bar:
|
|
19
|
+
label: Séårçh Séå
|
|
20
|
+
time_since:
|
|
21
|
+
years: "{yéårš} yéårš ågo {yéårš} "
|
|
22
|
+
months: "{monthš} monthš ågo {monthš} "
|
|
23
|
+
days: "{dåyš} dåyš ågo {dåyš} "
|
|
24
|
+
yesterday: Yéštérdåy Yéšté
|
|
25
|
+
hours: "{hourš} hourš ågo {hourš} "
|
|
26
|
+
minutes: "{minutéš} minutéš ågo {minutéš}"
|
|
27
|
+
now: Jušt now Jušt
|
|
28
|
+
document:
|
|
29
|
+
signature: "Ę-Signåturé Ę-Sig"
|
|
30
|
+
corrupted: Filé typé not šupportéd ånd çould not bé uploådéd Filé typé not šupport
|
|
31
|
+
multi_select:
|
|
32
|
+
no_data: 'No dåtå åvåilåblé No dåtå '
|
|
33
|
+
placeholder: Séléçt itémš Séléçt
|
|
34
|
+
error_label: Pléåšé šéléçt ån itém Pléåšé šé
|
package/config/locales/ds.pt.yml
CHANGED
|
@@ -12,5 +12,23 @@ pt:
|
|
|
12
12
|
next: Próximo;
|
|
13
13
|
listbox:
|
|
14
14
|
add: Adicionar contato novo
|
|
15
|
+
empty_list: Nenhum resultado encontrado
|
|
15
16
|
dropzone:
|
|
16
|
-
default_title:
|
|
17
|
+
default_title: Enviar
|
|
18
|
+
search_bar:
|
|
19
|
+
label: Procurar
|
|
20
|
+
time_since:
|
|
21
|
+
years: Há {years} anos
|
|
22
|
+
months: Há {months} meses
|
|
23
|
+
days: Há {days} dias
|
|
24
|
+
yesterday: Ontem
|
|
25
|
+
hours: Há {hours} horas
|
|
26
|
+
minutes: Há {minutes} minutos
|
|
27
|
+
now: Agora mesmo
|
|
28
|
+
document:
|
|
29
|
+
signature:
|
|
30
|
+
corrupted: O tipo de arquivo não é suportado e não pode ser carregado
|
|
31
|
+
multi_select:
|
|
32
|
+
no_data: Sem data disponível
|
|
33
|
+
placeholder:
|
|
34
|
+
error_label: Selecionar um item
|