@alfadocs/ui-kit 0.20.1 → 0.23.0
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/dist/_chunks/{agenda-card-CsCm7hQv.js → agenda-card-BmpaUG1h.js} +2 -2
- package/dist/_chunks/{agenda-tray-B8QZ3wEp.js → agenda-tray-DiInnVqk.js} +2 -2
- package/dist/_chunks/{alia-sidebar-Bof6TlFx.js → alia-sidebar-CUi2UCbY.js} +3 -3
- package/dist/_chunks/{avatar-I10iCDs8.js → avatar-BpFohgWG.js} +24 -16
- package/dist/_chunks/{chat-message-ChOnwqf_.js → chat-message-W3k8rLOA.js} +2 -2
- package/dist/_chunks/{editable-currency-cell-renderer-Dn3-ANF5.js → editable-currency-cell-renderer-1t42gENX.js} +757 -717
- package/dist/_chunks/key-value-pair-DBuOCtIc.js +98 -0
- package/dist/_chunks/{message-card-c6R0-qXq.js → message-card-i61k1TGc.js} +2 -2
- package/dist/_chunks/{message-tray-BNAS8al4.js → message-tray-DrV7G-wR.js} +2 -2
- package/dist/_chunks/{timeline-rmls7dIh.js → timeline-Czeqr3HF.js} +2 -2
- package/dist/_chunks/{whatsapp-button-Bj5FIhpC.js → whatsapp-button-CtlLwM3M.js} +14 -3
- package/dist/_chunks/{workflow-map-BkLglexk.js → workflow-map-712GL-8u.js} +2 -2
- package/dist/agent-catalog.json +1 -1
- package/dist/components/agenda-card/index.js +1 -1
- package/dist/components/agenda-tray/index.js +1 -1
- package/dist/components/avatar/avatar.d.ts +1 -1
- package/dist/components/avatar/index.js +1 -1
- package/dist/components/chat-message/index.js +1 -1
- package/dist/components/data-table/filters/date-range-filter.d.ts +7 -4
- package/dist/components/data-table/filters/select-filter.d.ts +9 -15
- package/dist/components/data-table/filters/typeahead-filter.d.ts +7 -4
- package/dist/components/data-table/index.js +1 -1
- package/dist/components/key-value-pair/index.js +1 -1
- package/dist/components/key-value-pair/key-value-pair.d.ts +19 -1
- package/dist/components/message-card/index.js +1 -1
- package/dist/components/message-tray/index.js +1 -1
- package/dist/components/timeline/index.js +1 -1
- package/dist/components/whatsapp-button/index.js +1 -1
- package/dist/components/workflow/index.js +1 -1
- package/dist/i18n/config.d.ts +1 -1
- package/dist/i18n/config.js +18356 -2114
- package/dist/i18n/locales/ar.d.ts +1081 -0
- package/dist/i18n/locales/de.d.ts +1081 -0
- package/dist/i18n/locales/el.d.ts +1078 -0
- package/dist/i18n/locales/es.d.ts +1078 -0
- package/dist/i18n/locales/fr.d.ts +1078 -0
- package/dist/i18n/locales/hi.d.ts +1078 -0
- package/dist/i18n/locales/ja.d.ts +1078 -0
- package/dist/i18n/locales/nl.d.ts +1078 -0
- package/dist/i18n/locales/pl.d.ts +1078 -0
- package/dist/i18n/locales/pt.d.ts +1079 -0
- package/dist/i18n/locales/ro.d.ts +1078 -0
- package/dist/i18n/locales/ru.d.ts +1078 -0
- package/dist/i18n/locales/sq.d.ts +1078 -0
- package/dist/i18n/locales/sv.d.ts +1078 -0
- package/dist/i18n/locales/tr.d.ts +1078 -0
- package/dist/i18n/locales/zh.d.ts +1078 -0
- package/dist/i18n/resources.d.ts +48 -1034
- package/dist/index.js +12 -12
- package/dist/locales/ar.json +1073 -1
- package/dist/locales/de.json +58 -8
- package/dist/locales/el.json +1073 -0
- package/dist/locales/es.json +1073 -0
- package/dist/locales/fr.json +1073 -0
- package/dist/locales/hi.json +1073 -0
- package/dist/locales/it.json +31 -0
- package/dist/locales/ja.json +1073 -0
- package/dist/locales/nl.json +1073 -0
- package/dist/locales/pl.json +1073 -0
- package/dist/locales/pt.json +1073 -0
- package/dist/locales/ro.json +1073 -0
- package/dist/locales/ru.json +1073 -0
- package/dist/locales/sq.json +1073 -0
- package/dist/locales/sv.json +1073 -0
- package/dist/locales/tr.json +1073 -0
- package/dist/locales/zh.json +1073 -0
- package/dist/patterns/alia-assistant/index.js +1 -1
- package/dist/tokens.css +2 -2
- package/package.json +4 -1
- package/dist/_chunks/key-value-pair-AbrRwesr.js +0 -76
package/dist/locales/it.json
CHANGED
|
@@ -54,6 +54,9 @@
|
|
|
54
54
|
"copySuccess": "Copiato negli appunti",
|
|
55
55
|
"copyFailed": "Copia non riuscita"
|
|
56
56
|
},
|
|
57
|
+
"link": {
|
|
58
|
+
"opensInNewTab": "Si apre in una nuova scheda"
|
|
59
|
+
},
|
|
57
60
|
"inputs": {
|
|
58
61
|
"switch": {
|
|
59
62
|
"on": "Attivo",
|
|
@@ -65,6 +68,10 @@
|
|
|
65
68
|
"text": {
|
|
66
69
|
"clear": "Svuota campo"
|
|
67
70
|
},
|
|
71
|
+
"recaptcha": {
|
|
72
|
+
"expired": "Verifica scaduta — riprova.",
|
|
73
|
+
"error": "Verifica non riuscita — riprova."
|
|
74
|
+
},
|
|
68
75
|
"search": {
|
|
69
76
|
"clear": "Svuota ricerca",
|
|
70
77
|
"loading": "Ricerca in corso…",
|
|
@@ -547,6 +554,30 @@
|
|
|
547
554
|
"edit": "Modifica",
|
|
548
555
|
"locked": "Bloccato"
|
|
549
556
|
},
|
|
557
|
+
"stepperCalendar": {
|
|
558
|
+
"label": "Prenotazione",
|
|
559
|
+
"steps": {
|
|
560
|
+
"service": "Servizio",
|
|
561
|
+
"date": "Data",
|
|
562
|
+
"time": "Ora",
|
|
563
|
+
"details": "I tuoi dati"
|
|
564
|
+
},
|
|
565
|
+
"actions": {
|
|
566
|
+
"back": "Indietro",
|
|
567
|
+
"next": "Avanti",
|
|
568
|
+
"submit": "Conferma prenotazione"
|
|
569
|
+
},
|
|
570
|
+
"service": {
|
|
571
|
+
"duration": "{{minutes}} min"
|
|
572
|
+
},
|
|
573
|
+
"time": {
|
|
574
|
+
"empty": "Nessuno slot disponibile — prova un altro giorno"
|
|
575
|
+
},
|
|
576
|
+
"date": {
|
|
577
|
+
"previousMonth": "Mese precedente",
|
|
578
|
+
"nextMonth": "Mese successivo"
|
|
579
|
+
}
|
|
580
|
+
},
|
|
550
581
|
"sidebar": {
|
|
551
582
|
"label": "Menu principale",
|
|
552
583
|
"collapse": "Comprimi barra laterale",
|