@alfadocs/ui-kit 0.77.0 → 0.79.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/{alia-sidebar-w6B0TEx7.js → alia-sidebar-DzNz1gDf.js} +2 -2
- package/dist/_chunks/calendar-4dXTvsCz.js +1136 -0
- package/dist/_chunks/calendar-event-card-C6qGtywL.js +257 -0
- package/dist/_chunks/{chat-input-BTCDqUDX.js → chat-input-QpHxBEnN.js} +32 -31
- package/dist/_chunks/document-preview-nwfulDEs.js +290 -0
- package/dist/_chunks/{fiscal-code-input-DWA6C8x8.js → fiscal-code-input-QP9gkyDE.js} +2 -2
- package/dist/_chunks/{patient-details-zy76MRh7.js → patient-details-COvYWp2e.js} +2 -2
- package/dist/_chunks/signature-request-CEOrCDyk.js +341 -0
- package/dist/agent-catalog.json +1 -1
- package/dist/components/_shared/contrast-warning.d.ts +46 -0
- package/dist/components/calendar/calendar.d.ts +284 -7
- package/dist/components/calendar/index.d.ts +1 -1
- package/dist/components/calendar/index.js +1 -1
- package/dist/components/calendar-event-card/calendar-event-card.d.ts +103 -0
- package/dist/components/calendar-event-card/index.d.ts +3 -0
- package/dist/components/calendar-event-card/index.js +5 -0
- package/dist/components/chat-input/index.js +1 -1
- package/dist/components/document-preview/document-preview.d.ts +10 -0
- package/dist/components/document-preview/index.js +1 -1
- package/dist/components/fiscal-code-input/index.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/patient-details/index.js +1 -1
- package/dist/i18n/locales/ar.d.ts +6 -0
- package/dist/i18n/locales/ar.js +6 -0
- package/dist/i18n/locales/de.d.ts +6 -0
- package/dist/i18n/locales/de.js +6 -0
- package/dist/i18n/locales/el.d.ts +6 -0
- package/dist/i18n/locales/el.js +6 -0
- package/dist/i18n/locales/en.d.ts +6 -0
- package/dist/i18n/locales/en.js +6 -0
- package/dist/i18n/locales/es.d.ts +6 -0
- package/dist/i18n/locales/es.js +6 -0
- package/dist/i18n/locales/fr.d.ts +6 -0
- package/dist/i18n/locales/fr.js +6 -0
- package/dist/i18n/locales/hi.d.ts +6 -0
- package/dist/i18n/locales/hi.js +6 -0
- package/dist/i18n/locales/it.d.ts +6 -0
- package/dist/i18n/locales/it.js +6 -0
- package/dist/i18n/locales/ja.d.ts +6 -0
- package/dist/i18n/locales/ja.js +6 -0
- package/dist/i18n/locales/nl.d.ts +6 -0
- package/dist/i18n/locales/nl.js +6 -0
- package/dist/i18n/locales/pl.d.ts +6 -0
- package/dist/i18n/locales/pl.js +6 -0
- package/dist/i18n/locales/pt.d.ts +6 -0
- package/dist/i18n/locales/pt.js +6 -0
- package/dist/i18n/locales/ro.d.ts +6 -0
- package/dist/i18n/locales/ro.js +6 -0
- package/dist/i18n/locales/ru.d.ts +6 -0
- package/dist/i18n/locales/ru.js +6 -0
- package/dist/i18n/locales/sq.d.ts +6 -0
- package/dist/i18n/locales/sq.js +6 -0
- package/dist/i18n/locales/sv.d.ts +6 -0
- package/dist/i18n/locales/sv.js +6 -0
- package/dist/i18n/locales/tr.d.ts +6 -0
- package/dist/i18n/locales/tr.js +6 -0
- package/dist/i18n/locales/zh.d.ts +6 -0
- package/dist/i18n/locales/zh.js +6 -0
- package/dist/index.js +252 -250
- package/dist/locales/ar.json +6 -0
- package/dist/locales/de.json +6 -0
- package/dist/locales/el.json +6 -0
- package/dist/locales/en.json +6 -0
- package/dist/locales/es.json +6 -0
- package/dist/locales/fr.json +6 -0
- package/dist/locales/hi.json +6 -0
- package/dist/locales/it.json +6 -0
- package/dist/locales/ja.json +6 -0
- package/dist/locales/nl.json +6 -0
- package/dist/locales/pl.json +6 -0
- package/dist/locales/pt.json +6 -0
- package/dist/locales/ro.json +6 -0
- package/dist/locales/ru.json +6 -0
- package/dist/locales/sq.json +6 -0
- package/dist/locales/sv.json +6 -0
- package/dist/locales/tr.json +6 -0
- package/dist/locales/zh.json +6 -0
- package/dist/patterns/alia-assistant/index.js +1 -1
- package/dist/patterns/signature-request/index.js +1 -1
- package/dist/patterns/signature-request/signature-request.d.ts +7 -0
- package/dist/tokens.css +9 -5
- package/package.json +5 -1
- package/dist/_chunks/calendar-DeAlFPsF.js +0 -1050
- package/dist/_chunks/document-preview-CvHnHf6T.js +0 -243
- package/dist/_chunks/signature-request-C-mskXwi.js +0 -318
- package/dist/components/calendar/contrast-warning.d.ts +0 -20
package/dist/locales/ar.json
CHANGED
|
@@ -984,9 +984,15 @@
|
|
|
984
984
|
"imageAlt": "معاينة {{name}}",
|
|
985
985
|
"noPreview": "المعاينة غير متاحة.",
|
|
986
986
|
"clinical": "سريري",
|
|
987
|
+
"detailsTitle": "التفاصيل",
|
|
987
988
|
"fields": {
|
|
988
989
|
"size": "الحجم",
|
|
989
990
|
"modified": "آخر تعديل",
|
|
991
|
+
"createdBy": "أنشأه",
|
|
992
|
+
"created": "تاريخ الإنشاء",
|
|
993
|
+
"signatureRequested": "طُلب التوقيع",
|
|
994
|
+
"signed": "موقَّع",
|
|
995
|
+
"sharedWithPatient": "تمت مشاركته مع المريض",
|
|
990
996
|
"expires": "تنتهي الصلاحية"
|
|
991
997
|
},
|
|
992
998
|
"signature": {
|
package/dist/locales/de.json
CHANGED
|
@@ -984,9 +984,15 @@
|
|
|
984
984
|
"imageAlt": "Vorschau von {{name}}",
|
|
985
985
|
"noPreview": "Keine Vorschau verfügbar.",
|
|
986
986
|
"clinical": "Klinisch",
|
|
987
|
+
"detailsTitle": "Details",
|
|
987
988
|
"fields": {
|
|
988
989
|
"size": "Größe",
|
|
989
990
|
"modified": "Geändert",
|
|
991
|
+
"createdBy": "Erstellt von",
|
|
992
|
+
"created": "Erstellt",
|
|
993
|
+
"signatureRequested": "Signatur angefordert",
|
|
994
|
+
"signed": "Signiert",
|
|
995
|
+
"sharedWithPatient": "Mit Patient geteilt",
|
|
990
996
|
"expires": "Läuft ab"
|
|
991
997
|
},
|
|
992
998
|
"signature": {
|
package/dist/locales/el.json
CHANGED
|
@@ -984,9 +984,15 @@
|
|
|
984
984
|
"imageAlt": "Προεπισκόπηση του {{name}}",
|
|
985
985
|
"noPreview": "Δεν υπάρχει διαθέσιμη προεπισκόπηση.",
|
|
986
986
|
"clinical": "Κλινικό",
|
|
987
|
+
"detailsTitle": "Λεπτομέρειες",
|
|
987
988
|
"fields": {
|
|
988
989
|
"size": "Μέγεθος",
|
|
989
990
|
"modified": "Τροποποιήθηκε",
|
|
991
|
+
"createdBy": "Δημιουργήθηκε από",
|
|
992
|
+
"created": "Δημιουργήθηκε",
|
|
993
|
+
"signatureRequested": "Ζητήθηκε υπογραφή",
|
|
994
|
+
"signed": "Υπογράφηκε",
|
|
995
|
+
"sharedWithPatient": "Κοινοποιήθηκε στον ασθενή",
|
|
990
996
|
"expires": "Λήγει"
|
|
991
997
|
},
|
|
992
998
|
"signature": {
|
package/dist/locales/en.json
CHANGED
|
@@ -984,9 +984,15 @@
|
|
|
984
984
|
"imageAlt": "Preview of {{name}}",
|
|
985
985
|
"noPreview": "No preview available.",
|
|
986
986
|
"clinical": "Clinical",
|
|
987
|
+
"detailsTitle": "Details",
|
|
987
988
|
"fields": {
|
|
988
989
|
"size": "Size",
|
|
989
990
|
"modified": "Modified",
|
|
991
|
+
"createdBy": "Created by",
|
|
992
|
+
"created": "Created",
|
|
993
|
+
"signatureRequested": "Signature requested",
|
|
994
|
+
"signed": "Signed",
|
|
995
|
+
"sharedWithPatient": "Shared with patient",
|
|
990
996
|
"expires": "Expires"
|
|
991
997
|
},
|
|
992
998
|
"signature": {
|
package/dist/locales/es.json
CHANGED
|
@@ -984,9 +984,15 @@
|
|
|
984
984
|
"imageAlt": "Vista previa de {{name}}",
|
|
985
985
|
"noPreview": "Vista previa no disponible.",
|
|
986
986
|
"clinical": "Clínico",
|
|
987
|
+
"detailsTitle": "Detalles",
|
|
987
988
|
"fields": {
|
|
988
989
|
"size": "Tamaño",
|
|
989
990
|
"modified": "Modificado",
|
|
991
|
+
"createdBy": "Creado por",
|
|
992
|
+
"created": "Creado",
|
|
993
|
+
"signatureRequested": "Firma solicitada",
|
|
994
|
+
"signed": "Firmado",
|
|
995
|
+
"sharedWithPatient": "Compartido con el paciente",
|
|
990
996
|
"expires": "Caduca"
|
|
991
997
|
},
|
|
992
998
|
"signature": {
|
package/dist/locales/fr.json
CHANGED
|
@@ -984,9 +984,15 @@
|
|
|
984
984
|
"imageAlt": "Aperçu de {{name}}",
|
|
985
985
|
"noPreview": "Aperçu non disponible.",
|
|
986
986
|
"clinical": "Clinique",
|
|
987
|
+
"detailsTitle": "Détails",
|
|
987
988
|
"fields": {
|
|
988
989
|
"size": "Taille",
|
|
989
990
|
"modified": "Modifié",
|
|
991
|
+
"createdBy": "Créé par",
|
|
992
|
+
"created": "Créé",
|
|
993
|
+
"signatureRequested": "Signature demandée",
|
|
994
|
+
"signed": "Signé",
|
|
995
|
+
"sharedWithPatient": "Partagé avec le patient",
|
|
990
996
|
"expires": "Expiration"
|
|
991
997
|
},
|
|
992
998
|
"signature": {
|
package/dist/locales/hi.json
CHANGED
|
@@ -984,9 +984,15 @@
|
|
|
984
984
|
"imageAlt": "{{name}} का पूर्वावलोकन",
|
|
985
985
|
"noPreview": "कोई पूर्वावलोकन उपलब्ध नहीं।",
|
|
986
986
|
"clinical": "नैदानिक",
|
|
987
|
+
"detailsTitle": "विवरण",
|
|
987
988
|
"fields": {
|
|
988
989
|
"size": "आकार",
|
|
989
990
|
"modified": "संशोधित",
|
|
991
|
+
"createdBy": "द्वारा बनाया गया",
|
|
992
|
+
"created": "बनाया गया",
|
|
993
|
+
"signatureRequested": "हस्ताक्षर का अनुरोध",
|
|
994
|
+
"signed": "हस्ताक्षरित",
|
|
995
|
+
"sharedWithPatient": "रोगी के साथ साझा किया गया",
|
|
990
996
|
"expires": "समाप्ति"
|
|
991
997
|
},
|
|
992
998
|
"signature": {
|
package/dist/locales/it.json
CHANGED
|
@@ -984,9 +984,15 @@
|
|
|
984
984
|
"imageAlt": "Anteprima di {{name}}",
|
|
985
985
|
"noPreview": "Anteprima non disponibile.",
|
|
986
986
|
"clinical": "Clinico",
|
|
987
|
+
"detailsTitle": "Dettagli",
|
|
987
988
|
"fields": {
|
|
988
989
|
"size": "Dimensione",
|
|
989
990
|
"modified": "Modificato",
|
|
991
|
+
"createdBy": "Creato da",
|
|
992
|
+
"created": "Creato",
|
|
993
|
+
"signatureRequested": "Firma richiesta",
|
|
994
|
+
"signed": "Firmato",
|
|
995
|
+
"sharedWithPatient": "Condiviso con il paziente",
|
|
990
996
|
"expires": "Scadenza"
|
|
991
997
|
},
|
|
992
998
|
"signature": {
|
package/dist/locales/ja.json
CHANGED
|
@@ -984,9 +984,15 @@
|
|
|
984
984
|
"imageAlt": "{{name}} のプレビュー",
|
|
985
985
|
"noPreview": "プレビューを利用できません。",
|
|
986
986
|
"clinical": "臨床",
|
|
987
|
+
"detailsTitle": "詳細",
|
|
987
988
|
"fields": {
|
|
988
989
|
"size": "サイズ",
|
|
989
990
|
"modified": "更新日時",
|
|
991
|
+
"createdBy": "作成者",
|
|
992
|
+
"created": "作成日",
|
|
993
|
+
"signatureRequested": "署名を依頼済み",
|
|
994
|
+
"signed": "署名済み",
|
|
995
|
+
"sharedWithPatient": "患者と共有済み",
|
|
990
996
|
"expires": "有効期限"
|
|
991
997
|
},
|
|
992
998
|
"signature": {
|
package/dist/locales/nl.json
CHANGED
|
@@ -984,9 +984,15 @@
|
|
|
984
984
|
"imageAlt": "Voorbeeld van {{name}}",
|
|
985
985
|
"noPreview": "Geen voorbeeld beschikbaar.",
|
|
986
986
|
"clinical": "Klinisch",
|
|
987
|
+
"detailsTitle": "Details",
|
|
987
988
|
"fields": {
|
|
988
989
|
"size": "Grootte",
|
|
989
990
|
"modified": "Gewijzigd",
|
|
991
|
+
"createdBy": "Gemaakt door",
|
|
992
|
+
"created": "Gemaakt",
|
|
993
|
+
"signatureRequested": "Handtekening aangevraagd",
|
|
994
|
+
"signed": "Ondertekend",
|
|
995
|
+
"sharedWithPatient": "Gedeeld met patiënt",
|
|
990
996
|
"expires": "Verloopt"
|
|
991
997
|
},
|
|
992
998
|
"signature": {
|
package/dist/locales/pl.json
CHANGED
|
@@ -984,9 +984,15 @@
|
|
|
984
984
|
"imageAlt": "Podgląd {{name}}",
|
|
985
985
|
"noPreview": "Podgląd niedostępny.",
|
|
986
986
|
"clinical": "Kliniczny",
|
|
987
|
+
"detailsTitle": "Szczegóły",
|
|
987
988
|
"fields": {
|
|
988
989
|
"size": "Rozmiar",
|
|
989
990
|
"modified": "Zmodyfikowano",
|
|
991
|
+
"createdBy": "Utworzone przez",
|
|
992
|
+
"created": "Utworzono",
|
|
993
|
+
"signatureRequested": "Prośba o podpis",
|
|
994
|
+
"signed": "Podpisano",
|
|
995
|
+
"sharedWithPatient": "Udostępniono pacjentowi",
|
|
990
996
|
"expires": "Wygasa"
|
|
991
997
|
},
|
|
992
998
|
"signature": {
|
package/dist/locales/pt.json
CHANGED
|
@@ -984,9 +984,15 @@
|
|
|
984
984
|
"imageAlt": "Pré-visualização de {{name}}",
|
|
985
985
|
"noPreview": "Pré-visualização não disponível.",
|
|
986
986
|
"clinical": "Clínico",
|
|
987
|
+
"detailsTitle": "Detalhes",
|
|
987
988
|
"fields": {
|
|
988
989
|
"size": "Tamanho",
|
|
989
990
|
"modified": "Modificado",
|
|
991
|
+
"createdBy": "Criado por",
|
|
992
|
+
"created": "Criado",
|
|
993
|
+
"signatureRequested": "Assinatura solicitada",
|
|
994
|
+
"signed": "Assinado",
|
|
995
|
+
"sharedWithPatient": "Partilhado com o paciente",
|
|
990
996
|
"expires": "Expira"
|
|
991
997
|
},
|
|
992
998
|
"signature": {
|
package/dist/locales/ro.json
CHANGED
|
@@ -984,9 +984,15 @@
|
|
|
984
984
|
"imageAlt": "Previzualizare pentru {{name}}",
|
|
985
985
|
"noPreview": "Previzualizare indisponibilă.",
|
|
986
986
|
"clinical": "Clinic",
|
|
987
|
+
"detailsTitle": "Detalii",
|
|
987
988
|
"fields": {
|
|
988
989
|
"size": "Dimensiune",
|
|
989
990
|
"modified": "Modificat",
|
|
991
|
+
"createdBy": "Creat de",
|
|
992
|
+
"created": "Creat",
|
|
993
|
+
"signatureRequested": "Semnătură solicitată",
|
|
994
|
+
"signed": "Semnat",
|
|
995
|
+
"sharedWithPatient": "Partajat cu pacientul",
|
|
990
996
|
"expires": "Expiră"
|
|
991
997
|
},
|
|
992
998
|
"signature": {
|
package/dist/locales/ru.json
CHANGED
|
@@ -984,9 +984,15 @@
|
|
|
984
984
|
"imageAlt": "Предпросмотр {{name}}",
|
|
985
985
|
"noPreview": "Предпросмотр недоступен.",
|
|
986
986
|
"clinical": "Клинический",
|
|
987
|
+
"detailsTitle": "Сведения",
|
|
987
988
|
"fields": {
|
|
988
989
|
"size": "Размер",
|
|
989
990
|
"modified": "Изменён",
|
|
991
|
+
"createdBy": "Кем создан",
|
|
992
|
+
"created": "Создано",
|
|
993
|
+
"signatureRequested": "Запрошена подпись",
|
|
994
|
+
"signed": "Подписано",
|
|
995
|
+
"sharedWithPatient": "Отправлено пациенту",
|
|
990
996
|
"expires": "Истекает"
|
|
991
997
|
},
|
|
992
998
|
"signature": {
|
package/dist/locales/sq.json
CHANGED
|
@@ -984,9 +984,15 @@
|
|
|
984
984
|
"imageAlt": "Parapamje e {{name}}",
|
|
985
985
|
"noPreview": "Parapamja nuk është e disponueshme.",
|
|
986
986
|
"clinical": "Klinik",
|
|
987
|
+
"detailsTitle": "Detajet",
|
|
987
988
|
"fields": {
|
|
988
989
|
"size": "Madhësia",
|
|
989
990
|
"modified": "Modifikuar",
|
|
991
|
+
"createdBy": "Krijuar nga",
|
|
992
|
+
"created": "Krijuar",
|
|
993
|
+
"signatureRequested": "Nënshkrimi u kërkua",
|
|
994
|
+
"signed": "Nënshkruar",
|
|
995
|
+
"sharedWithPatient": "Ndarë me pacientin",
|
|
990
996
|
"expires": "Skadon"
|
|
991
997
|
},
|
|
992
998
|
"signature": {
|
package/dist/locales/sv.json
CHANGED
|
@@ -984,9 +984,15 @@
|
|
|
984
984
|
"imageAlt": "Förhandsgranskning av {{name}}",
|
|
985
985
|
"noPreview": "Ingen förhandsgranskning tillgänglig.",
|
|
986
986
|
"clinical": "Klinisk",
|
|
987
|
+
"detailsTitle": "Detaljer",
|
|
987
988
|
"fields": {
|
|
988
989
|
"size": "Storlek",
|
|
989
990
|
"modified": "Ändrad",
|
|
991
|
+
"createdBy": "Skapad av",
|
|
992
|
+
"created": "Skapad",
|
|
993
|
+
"signatureRequested": "Signatur begärd",
|
|
994
|
+
"signed": "Signerad",
|
|
995
|
+
"sharedWithPatient": "Delad med patient",
|
|
990
996
|
"expires": "Upphör"
|
|
991
997
|
},
|
|
992
998
|
"signature": {
|
package/dist/locales/tr.json
CHANGED
|
@@ -984,9 +984,15 @@
|
|
|
984
984
|
"imageAlt": "{{name}} önizlemesi",
|
|
985
985
|
"noPreview": "Önizleme kullanılamıyor.",
|
|
986
986
|
"clinical": "Klinik",
|
|
987
|
+
"detailsTitle": "Ayrıntılar",
|
|
987
988
|
"fields": {
|
|
988
989
|
"size": "Boyut",
|
|
989
990
|
"modified": "Değiştirilme",
|
|
991
|
+
"createdBy": "Oluşturan",
|
|
992
|
+
"created": "Oluşturulma",
|
|
993
|
+
"signatureRequested": "İmza istendi",
|
|
994
|
+
"signed": "İmzalandı",
|
|
995
|
+
"sharedWithPatient": "Hastayla paylaşıldı",
|
|
990
996
|
"expires": "Sona eriyor"
|
|
991
997
|
},
|
|
992
998
|
"signature": {
|
package/dist/locales/zh.json
CHANGED
|
@@ -984,9 +984,15 @@
|
|
|
984
984
|
"imageAlt": "{{name}} 的预览",
|
|
985
985
|
"noPreview": "无可用预览。",
|
|
986
986
|
"clinical": "临床",
|
|
987
|
+
"detailsTitle": "详情",
|
|
987
988
|
"fields": {
|
|
988
989
|
"size": "大小",
|
|
989
990
|
"modified": "修改时间",
|
|
991
|
+
"createdBy": "创建者",
|
|
992
|
+
"created": "创建时间",
|
|
993
|
+
"signatureRequested": "已请求签名",
|
|
994
|
+
"signed": "已签名",
|
|
995
|
+
"sharedWithPatient": "已与患者共享",
|
|
990
996
|
"expires": "到期"
|
|
991
997
|
},
|
|
992
998
|
"signature": {
|
|
@@ -20,6 +20,13 @@ export type SignatureChannel = 'sms' | 'email' | 'whatsapp' | 'on-device';
|
|
|
20
20
|
export interface SignerOption {
|
|
21
21
|
value: string;
|
|
22
22
|
label: string;
|
|
23
|
+
/**
|
|
24
|
+
* Delivery channels this person can actually receive. Omit (or pass an
|
|
25
|
+
* empty list) to offer every channel. Hosts gate this from per-patient
|
|
26
|
+
* capability flags — e.g. a patient with no mobile number drops `'sms'`
|
|
27
|
+
* and `'whatsapp'`. Only meaningful for signer options, not operators.
|
|
28
|
+
*/
|
|
29
|
+
availableChannels?: SignatureChannel[];
|
|
23
30
|
}
|
|
24
31
|
/** One patient-side signer row in the submission. */
|
|
25
32
|
export interface SignerRequest {
|