@alfadocs/ui-kit 0.77.0 → 0.78.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/document-preview-nwfulDEs.js +290 -0
- package/dist/agent-catalog.json +1 -1
- package/dist/components/document-preview/document-preview.d.ts +10 -0
- package/dist/components/document-preview/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 +1 -1
- 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/tokens.css +1 -0
- package/package.json +1 -1
- package/dist/_chunks/document-preview-CvHnHf6T.js +0 -243
package/dist/i18n/locales/nl.js
CHANGED
|
@@ -980,9 +980,15 @@ const e = {
|
|
|
980
980
|
imageAlt: "Voorbeeld van {{name}}",
|
|
981
981
|
noPreview: "Geen voorbeeld beschikbaar.",
|
|
982
982
|
clinical: "Klinisch",
|
|
983
|
+
detailsTitle: "Details",
|
|
983
984
|
fields: {
|
|
984
985
|
size: "Grootte",
|
|
985
986
|
modified: "Gewijzigd",
|
|
987
|
+
createdBy: "Gemaakt door",
|
|
988
|
+
created: "Gemaakt",
|
|
989
|
+
signatureRequested: "Handtekening aangevraagd",
|
|
990
|
+
signed: "Ondertekend",
|
|
991
|
+
sharedWithPatient: "Gedeeld met patiënt",
|
|
986
992
|
expires: "Verloopt"
|
|
987
993
|
},
|
|
988
994
|
signature: {
|
|
@@ -988,9 +988,15 @@ export declare const plUi: {
|
|
|
988
988
|
readonly imageAlt: "Podgląd {{name}}";
|
|
989
989
|
readonly noPreview: "Podgląd niedostępny.";
|
|
990
990
|
readonly clinical: "Kliniczny";
|
|
991
|
+
readonly detailsTitle: "Szczegóły";
|
|
991
992
|
readonly fields: {
|
|
992
993
|
readonly size: "Rozmiar";
|
|
993
994
|
readonly modified: "Zmodyfikowano";
|
|
995
|
+
readonly createdBy: "Utworzone przez";
|
|
996
|
+
readonly created: "Utworzono";
|
|
997
|
+
readonly signatureRequested: "Prośba o podpis";
|
|
998
|
+
readonly signed: "Podpisano";
|
|
999
|
+
readonly sharedWithPatient: "Udostępniono pacjentowi";
|
|
994
1000
|
readonly expires: "Wygasa";
|
|
995
1001
|
};
|
|
996
1002
|
readonly signature: {
|
package/dist/i18n/locales/pl.js
CHANGED
|
@@ -980,9 +980,15 @@ const e = {
|
|
|
980
980
|
imageAlt: "Podgląd {{name}}",
|
|
981
981
|
noPreview: "Podgląd niedostępny.",
|
|
982
982
|
clinical: "Kliniczny",
|
|
983
|
+
detailsTitle: "Szczegóły",
|
|
983
984
|
fields: {
|
|
984
985
|
size: "Rozmiar",
|
|
985
986
|
modified: "Zmodyfikowano",
|
|
987
|
+
createdBy: "Utworzone przez",
|
|
988
|
+
created: "Utworzono",
|
|
989
|
+
signatureRequested: "Prośba o podpis",
|
|
990
|
+
signed: "Podpisano",
|
|
991
|
+
sharedWithPatient: "Udostępniono pacjentowi",
|
|
986
992
|
expires: "Wygasa"
|
|
987
993
|
},
|
|
988
994
|
signature: {
|
|
@@ -989,9 +989,15 @@ export declare const ptUi: {
|
|
|
989
989
|
readonly imageAlt: "Pré-visualização de {{name}}";
|
|
990
990
|
readonly noPreview: "Pré-visualização não disponível.";
|
|
991
991
|
readonly clinical: "Clínico";
|
|
992
|
+
readonly detailsTitle: "Detalhes";
|
|
992
993
|
readonly fields: {
|
|
993
994
|
readonly size: "Tamanho";
|
|
994
995
|
readonly modified: "Modificado";
|
|
996
|
+
readonly createdBy: "Criado por";
|
|
997
|
+
readonly created: "Criado";
|
|
998
|
+
readonly signatureRequested: "Assinatura solicitada";
|
|
999
|
+
readonly signed: "Assinado";
|
|
1000
|
+
readonly sharedWithPatient: "Partilhado com o paciente";
|
|
995
1001
|
readonly expires: "Expira";
|
|
996
1002
|
};
|
|
997
1003
|
readonly signature: {
|
package/dist/i18n/locales/pt.js
CHANGED
|
@@ -980,9 +980,15 @@ const e = {
|
|
|
980
980
|
imageAlt: "Pré-visualização de {{name}}",
|
|
981
981
|
noPreview: "Pré-visualização não disponível.",
|
|
982
982
|
clinical: "Clínico",
|
|
983
|
+
detailsTitle: "Detalhes",
|
|
983
984
|
fields: {
|
|
984
985
|
size: "Tamanho",
|
|
985
986
|
modified: "Modificado",
|
|
987
|
+
createdBy: "Criado por",
|
|
988
|
+
created: "Criado",
|
|
989
|
+
signatureRequested: "Assinatura solicitada",
|
|
990
|
+
signed: "Assinado",
|
|
991
|
+
sharedWithPatient: "Partilhado com o paciente",
|
|
986
992
|
expires: "Expira"
|
|
987
993
|
},
|
|
988
994
|
signature: {
|
|
@@ -988,9 +988,15 @@ export declare const roUi: {
|
|
|
988
988
|
readonly imageAlt: "Previzualizare pentru {{name}}";
|
|
989
989
|
readonly noPreview: "Previzualizare indisponibilă.";
|
|
990
990
|
readonly clinical: "Clinic";
|
|
991
|
+
readonly detailsTitle: "Detalii";
|
|
991
992
|
readonly fields: {
|
|
992
993
|
readonly size: "Dimensiune";
|
|
993
994
|
readonly modified: "Modificat";
|
|
995
|
+
readonly createdBy: "Creat de";
|
|
996
|
+
readonly created: "Creat";
|
|
997
|
+
readonly signatureRequested: "Semnătură solicitată";
|
|
998
|
+
readonly signed: "Semnat";
|
|
999
|
+
readonly sharedWithPatient: "Partajat cu pacientul";
|
|
994
1000
|
readonly expires: "Expiră";
|
|
995
1001
|
};
|
|
996
1002
|
readonly signature: {
|
package/dist/i18n/locales/ro.js
CHANGED
|
@@ -980,9 +980,15 @@ const e = {
|
|
|
980
980
|
imageAlt: "Previzualizare pentru {{name}}",
|
|
981
981
|
noPreview: "Previzualizare indisponibilă.",
|
|
982
982
|
clinical: "Clinic",
|
|
983
|
+
detailsTitle: "Detalii",
|
|
983
984
|
fields: {
|
|
984
985
|
size: "Dimensiune",
|
|
985
986
|
modified: "Modificat",
|
|
987
|
+
createdBy: "Creat de",
|
|
988
|
+
created: "Creat",
|
|
989
|
+
signatureRequested: "Semnătură solicitată",
|
|
990
|
+
signed: "Semnat",
|
|
991
|
+
sharedWithPatient: "Partajat cu pacientul",
|
|
986
992
|
expires: "Expiră"
|
|
987
993
|
},
|
|
988
994
|
signature: {
|
|
@@ -988,9 +988,15 @@ export declare const ruUi: {
|
|
|
988
988
|
readonly imageAlt: "Предпросмотр {{name}}";
|
|
989
989
|
readonly noPreview: "Предпросмотр недоступен.";
|
|
990
990
|
readonly clinical: "Клинический";
|
|
991
|
+
readonly detailsTitle: "Сведения";
|
|
991
992
|
readonly fields: {
|
|
992
993
|
readonly size: "Размер";
|
|
993
994
|
readonly modified: "Изменён";
|
|
995
|
+
readonly createdBy: "Кем создан";
|
|
996
|
+
readonly created: "Создано";
|
|
997
|
+
readonly signatureRequested: "Запрошена подпись";
|
|
998
|
+
readonly signed: "Подписано";
|
|
999
|
+
readonly sharedWithPatient: "Отправлено пациенту";
|
|
994
1000
|
readonly expires: "Истекает";
|
|
995
1001
|
};
|
|
996
1002
|
readonly signature: {
|
package/dist/i18n/locales/ru.js
CHANGED
|
@@ -980,9 +980,15 @@ const e = {
|
|
|
980
980
|
imageAlt: "Предпросмотр {{name}}",
|
|
981
981
|
noPreview: "Предпросмотр недоступен.",
|
|
982
982
|
clinical: "Клинический",
|
|
983
|
+
detailsTitle: "Сведения",
|
|
983
984
|
fields: {
|
|
984
985
|
size: "Размер",
|
|
985
986
|
modified: "Изменён",
|
|
987
|
+
createdBy: "Кем создан",
|
|
988
|
+
created: "Создано",
|
|
989
|
+
signatureRequested: "Запрошена подпись",
|
|
990
|
+
signed: "Подписано",
|
|
991
|
+
sharedWithPatient: "Отправлено пациенту",
|
|
986
992
|
expires: "Истекает"
|
|
987
993
|
},
|
|
988
994
|
signature: {
|
|
@@ -988,9 +988,15 @@ export declare const sqUi: {
|
|
|
988
988
|
readonly imageAlt: "Parapamje e {{name}}";
|
|
989
989
|
readonly noPreview: "Parapamja nuk është e disponueshme.";
|
|
990
990
|
readonly clinical: "Klinik";
|
|
991
|
+
readonly detailsTitle: "Detajet";
|
|
991
992
|
readonly fields: {
|
|
992
993
|
readonly size: "Madhësia";
|
|
993
994
|
readonly modified: "Modifikuar";
|
|
995
|
+
readonly createdBy: "Krijuar nga";
|
|
996
|
+
readonly created: "Krijuar";
|
|
997
|
+
readonly signatureRequested: "Nënshkrimi u kërkua";
|
|
998
|
+
readonly signed: "Nënshkruar";
|
|
999
|
+
readonly sharedWithPatient: "Ndarë me pacientin";
|
|
994
1000
|
readonly expires: "Skadon";
|
|
995
1001
|
};
|
|
996
1002
|
readonly signature: {
|
package/dist/i18n/locales/sq.js
CHANGED
|
@@ -980,9 +980,15 @@ const e = {
|
|
|
980
980
|
imageAlt: "Parapamje e {{name}}",
|
|
981
981
|
noPreview: "Parapamja nuk është e disponueshme.",
|
|
982
982
|
clinical: "Klinik",
|
|
983
|
+
detailsTitle: "Detajet",
|
|
983
984
|
fields: {
|
|
984
985
|
size: "Madhësia",
|
|
985
986
|
modified: "Modifikuar",
|
|
987
|
+
createdBy: "Krijuar nga",
|
|
988
|
+
created: "Krijuar",
|
|
989
|
+
signatureRequested: "Nënshkrimi u kërkua",
|
|
990
|
+
signed: "Nënshkruar",
|
|
991
|
+
sharedWithPatient: "Ndarë me pacientin",
|
|
986
992
|
expires: "Skadon"
|
|
987
993
|
},
|
|
988
994
|
signature: {
|
|
@@ -988,9 +988,15 @@ export declare const svUi: {
|
|
|
988
988
|
readonly imageAlt: "Förhandsgranskning av {{name}}";
|
|
989
989
|
readonly noPreview: "Ingen förhandsgranskning tillgänglig.";
|
|
990
990
|
readonly clinical: "Klinisk";
|
|
991
|
+
readonly detailsTitle: "Detaljer";
|
|
991
992
|
readonly fields: {
|
|
992
993
|
readonly size: "Storlek";
|
|
993
994
|
readonly modified: "Ändrad";
|
|
995
|
+
readonly createdBy: "Skapad av";
|
|
996
|
+
readonly created: "Skapad";
|
|
997
|
+
readonly signatureRequested: "Signatur begärd";
|
|
998
|
+
readonly signed: "Signerad";
|
|
999
|
+
readonly sharedWithPatient: "Delad med patient";
|
|
994
1000
|
readonly expires: "Upphör";
|
|
995
1001
|
};
|
|
996
1002
|
readonly signature: {
|
package/dist/i18n/locales/sv.js
CHANGED
|
@@ -980,9 +980,15 @@ const e = {
|
|
|
980
980
|
imageAlt: "Förhandsgranskning av {{name}}",
|
|
981
981
|
noPreview: "Ingen förhandsgranskning tillgänglig.",
|
|
982
982
|
clinical: "Klinisk",
|
|
983
|
+
detailsTitle: "Detaljer",
|
|
983
984
|
fields: {
|
|
984
985
|
size: "Storlek",
|
|
985
986
|
modified: "Ändrad",
|
|
987
|
+
createdBy: "Skapad av",
|
|
988
|
+
created: "Skapad",
|
|
989
|
+
signatureRequested: "Signatur begärd",
|
|
990
|
+
signed: "Signerad",
|
|
991
|
+
sharedWithPatient: "Delad med patient",
|
|
986
992
|
expires: "Upphör"
|
|
987
993
|
},
|
|
988
994
|
signature: {
|
|
@@ -988,9 +988,15 @@ export declare const trUi: {
|
|
|
988
988
|
readonly imageAlt: "{{name}} önizlemesi";
|
|
989
989
|
readonly noPreview: "Önizleme kullanılamıyor.";
|
|
990
990
|
readonly clinical: "Klinik";
|
|
991
|
+
readonly detailsTitle: "Ayrıntılar";
|
|
991
992
|
readonly fields: {
|
|
992
993
|
readonly size: "Boyut";
|
|
993
994
|
readonly modified: "Değiştirilme";
|
|
995
|
+
readonly createdBy: "Oluşturan";
|
|
996
|
+
readonly created: "Oluşturulma";
|
|
997
|
+
readonly signatureRequested: "İmza istendi";
|
|
998
|
+
readonly signed: "İmzalandı";
|
|
999
|
+
readonly sharedWithPatient: "Hastayla paylaşıldı";
|
|
994
1000
|
readonly expires: "Sona eriyor";
|
|
995
1001
|
};
|
|
996
1002
|
readonly signature: {
|
package/dist/i18n/locales/tr.js
CHANGED
|
@@ -980,9 +980,15 @@ const e = {
|
|
|
980
980
|
imageAlt: "{{name}} önizlemesi",
|
|
981
981
|
noPreview: "Önizleme kullanılamıyor.",
|
|
982
982
|
clinical: "Klinik",
|
|
983
|
+
detailsTitle: "Ayrıntılar",
|
|
983
984
|
fields: {
|
|
984
985
|
size: "Boyut",
|
|
985
986
|
modified: "Değiştirilme",
|
|
987
|
+
createdBy: "Oluşturan",
|
|
988
|
+
created: "Oluşturulma",
|
|
989
|
+
signatureRequested: "İmza istendi",
|
|
990
|
+
signed: "İmzalandı",
|
|
991
|
+
sharedWithPatient: "Hastayla paylaşıldı",
|
|
986
992
|
expires: "Sona eriyor"
|
|
987
993
|
},
|
|
988
994
|
signature: {
|
|
@@ -988,9 +988,15 @@ export declare const zhUi: {
|
|
|
988
988
|
readonly imageAlt: "{{name}} 的预览";
|
|
989
989
|
readonly noPreview: "无可用预览。";
|
|
990
990
|
readonly clinical: "临床";
|
|
991
|
+
readonly detailsTitle: "详情";
|
|
991
992
|
readonly fields: {
|
|
992
993
|
readonly size: "大小";
|
|
993
994
|
readonly modified: "修改时间";
|
|
995
|
+
readonly createdBy: "创建者";
|
|
996
|
+
readonly created: "创建时间";
|
|
997
|
+
readonly signatureRequested: "已请求签名";
|
|
998
|
+
readonly signed: "已签名";
|
|
999
|
+
readonly sharedWithPatient: "已与患者共享";
|
|
994
1000
|
readonly expires: "到期";
|
|
995
1001
|
};
|
|
996
1002
|
readonly signature: {
|
package/dist/i18n/locales/zh.js
CHANGED
|
@@ -980,9 +980,15 @@ const e = {
|
|
|
980
980
|
imageAlt: "{{name}} 的预览",
|
|
981
981
|
noPreview: "无可用预览。",
|
|
982
982
|
clinical: "临床",
|
|
983
|
+
detailsTitle: "详情",
|
|
983
984
|
fields: {
|
|
984
985
|
size: "大小",
|
|
985
986
|
modified: "修改时间",
|
|
987
|
+
createdBy: "创建者",
|
|
988
|
+
created: "创建时间",
|
|
989
|
+
signatureRequested: "已请求签名",
|
|
990
|
+
signed: "已签名",
|
|
991
|
+
sharedWithPatient: "已与患者共享",
|
|
986
992
|
expires: "到期"
|
|
987
993
|
},
|
|
988
994
|
signature: {
|
package/dist/index.js
CHANGED
|
@@ -215,7 +215,7 @@ import { A as Xg, a as qg, b as zg, c as jg } from "./_chunks/alia-sidebar-w6B0T
|
|
|
215
215
|
import { C as Jg, M as Zg, P as $g } from "./_chunks/marketplace-app-shell-Bxq1PYAj.js";
|
|
216
216
|
import { S as eC } from "./_chunks/signature-request-C-mskXwi.js";
|
|
217
217
|
import { D as sC, d as oC } from "./_chunks/dependent-selector-DyFpdzZV.js";
|
|
218
|
-
import { D as nC, d as iC } from "./_chunks/document-preview-
|
|
218
|
+
import { D as nC, d as iC } from "./_chunks/document-preview-nwfulDEs.js";
|
|
219
219
|
import { D as mC, d as lC } from "./_chunks/document-scanner-B6h1Ir56.js";
|
|
220
220
|
import { F as AC, c as cC, a as fC, b as gC, f as CC, w as SC, i as xC } from "./_chunks/fiscal-code-input-DWA6C8x8.js";
|
|
221
221
|
import { Q as uC, c as PC, q as IC, s as EC } from "./_chunks/qr-code-CPkEs5mG.js";
|
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": {
|
package/dist/tokens.css
CHANGED
|
@@ -1353,6 +1353,7 @@ button.ag-side-button-button:focus{box-shadow:none}
|
|
|
1353
1353
|
.ag-theme-alfadocs .ag-cell{display:flex;align-items:center;line-height:var(--line-height-base, 1.5);font-feature-settings:"tnum";letter-spacing:0}
|
|
1354
1354
|
.ag-theme-alfadocs .ag-cell.ag-row-group{align-items:flex-start}
|
|
1355
1355
|
.ag-theme-alfadocs .ag-cell-wrapper.ag-row-group .ag-group-value{align-self:stretch;display:flex;align-items:center}
|
|
1356
|
+
.ag-theme-alfadocs .ag-cell-value,.ag-theme-alfadocs .ag-cell-wrapper,.ag-theme-alfadocs .ag-cell-wrapper .ag-group-value{min-inline-size:0}
|
|
1356
1357
|
.ag-theme-alfadocs .ag-cell:focus-within{outline:var(--focus-ring-width) solid var(--ring);outline-offset:-1px}
|
|
1357
1358
|
.ag-theme-alfadocs .data-table-row-success{background-color:color-mix(in srgb,var(--success) 8%,transparent);border-block-end:var(--border-width-sm) solid color-mix(in srgb,var(--border) 50%,transparent)}
|
|
1358
1359
|
.ag-theme-alfadocs .data-table-row-warning{background-color:color-mix(in srgb,var(--warning) 8%,transparent);border-block-end:var(--border-width-sm) solid color-mix(in srgb,var(--border) 50%,transparent)}
|
package/package.json
CHANGED