@alfadocs/ui-kit 0.75.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/{address-fields-COyjgqxA.js → address-fields-7k59FnJ6.js} +2 -2
- package/dist/_chunks/{booking-B1Qkcl3c.js → booking-CLmeXtGv.js} +2 -2
- package/dist/_chunks/{country-select-DYHDLEjG.js → country-select-BN9nedAp.js} +2 -2
- package/dist/_chunks/document-preview-nwfulDEs.js +290 -0
- package/dist/_chunks/{file-manager-UF8dkQF1.js → file-manager-DfTG7bxx.js} +394 -399
- package/dist/_chunks/flag-Cnmivlrl.js +641 -0
- package/dist/_chunks/{header-settings-4cwQzeFc.js → header-settings-DMfdx0Vq.js} +2 -2
- package/dist/_chunks/{locale-picker-GNF3lo8K.js → locale-picker-EyvPrwDc.js} +2 -2
- package/dist/_chunks/{marketplace-app-shell-D_1tF4La.js → marketplace-app-shell-Bxq1PYAj.js} +2 -2
- package/dist/_chunks/{patient-details-DP4wKyq4.js → patient-details-zy76MRh7.js} +3 -3
- package/dist/_chunks/periodontal-chart-CYBhr9vc.js +1305 -0
- package/dist/_chunks/{phone-input-dtnrvnZf.js → phone-input-D00ZBAm-.js} +2 -2
- package/dist/agent-catalog.json +149 -1
- package/dist/agent-i18n/en.json +2 -0
- package/dist/components/address-fields/index.js +1 -1
- package/dist/components/booking/index.js +1 -1
- package/dist/components/country-select/index.js +1 -1
- package/dist/components/document-preview/document-preview.d.ts +35 -2
- package/dist/components/document-preview/index.d.ts +1 -1
- package/dist/components/document-preview/index.js +1 -1
- package/dist/components/file-manager/index.js +1 -1
- package/dist/components/flag/index.js +1 -1
- package/dist/components/header-settings/index.js +1 -1
- package/dist/components/locale-picker/index.js +1 -1
- package/dist/components/patient-details/index.js +1 -1
- package/dist/components/periodontal-chart/index.d.ts +2 -2
- package/dist/components/periodontal-chart/index.js +8 -7
- package/dist/components/periodontal-chart/periodontal-chart-data.d.ts +45 -0
- package/dist/components/periodontal-chart/periodontal-chart.d.ts +3 -1
- package/dist/components/phone-input/index.js +1 -1
- package/dist/i18n/locales/ar.d.ts +8 -1
- package/dist/i18n/locales/ar.js +8 -1
- package/dist/i18n/locales/de.d.ts +8 -1
- package/dist/i18n/locales/de.js +8 -1
- package/dist/i18n/locales/el.d.ts +8 -1
- package/dist/i18n/locales/el.js +8 -1
- package/dist/i18n/locales/en.d.ts +8 -1
- package/dist/i18n/locales/en.js +8 -1
- package/dist/i18n/locales/es.d.ts +8 -1
- package/dist/i18n/locales/es.js +8 -1
- package/dist/i18n/locales/fr.d.ts +8 -1
- package/dist/i18n/locales/fr.js +8 -1
- package/dist/i18n/locales/hi.d.ts +8 -1
- package/dist/i18n/locales/hi.js +8 -1
- package/dist/i18n/locales/it.d.ts +8 -1
- package/dist/i18n/locales/it.js +8 -1
- package/dist/i18n/locales/ja.d.ts +8 -1
- package/dist/i18n/locales/ja.js +8 -1
- package/dist/i18n/locales/nl.d.ts +8 -1
- package/dist/i18n/locales/nl.js +8 -1
- package/dist/i18n/locales/pl.d.ts +8 -1
- package/dist/i18n/locales/pl.js +8 -1
- package/dist/i18n/locales/pt.d.ts +8 -1
- package/dist/i18n/locales/pt.js +8 -1
- package/dist/i18n/locales/ro.d.ts +8 -1
- package/dist/i18n/locales/ro.js +8 -1
- package/dist/i18n/locales/ru.d.ts +8 -1
- package/dist/i18n/locales/ru.js +8 -1
- package/dist/i18n/locales/sq.d.ts +8 -1
- package/dist/i18n/locales/sq.js +8 -1
- package/dist/i18n/locales/sv.d.ts +8 -1
- package/dist/i18n/locales/sv.js +8 -1
- package/dist/i18n/locales/tr.d.ts +8 -1
- package/dist/i18n/locales/tr.js +8 -1
- package/dist/i18n/locales/zh.d.ts +8 -1
- package/dist/i18n/locales/zh.js +8 -1
- package/dist/index.js +217 -216
- package/dist/locales/ar.json +8 -1
- package/dist/locales/de.json +8 -1
- package/dist/locales/el.json +8 -1
- package/dist/locales/en.json +8 -1
- package/dist/locales/es.json +8 -1
- package/dist/locales/fr.json +8 -1
- package/dist/locales/hi.json +8 -1
- package/dist/locales/it.json +8 -1
- package/dist/locales/ja.json +8 -1
- package/dist/locales/nl.json +8 -1
- package/dist/locales/pl.json +8 -1
- package/dist/locales/pt.json +8 -1
- package/dist/locales/ro.json +8 -1
- package/dist/locales/ru.json +8 -1
- package/dist/locales/sq.json +8 -1
- package/dist/locales/sv.json +8 -1
- package/dist/locales/tr.json +8 -1
- package/dist/locales/zh.json +8 -1
- package/dist/patterns/marketplace-app-shell/index.js +1 -1
- package/dist/tokens.css +2 -1
- package/package.json +1 -1
- package/dist/_chunks/document-preview-CGSM_au9.js +0 -181
- package/dist/_chunks/flag-DZ6V7-hU.js +0 -637
- package/dist/_chunks/periodontal-chart-D8hOFmde.js +0 -1173
|
@@ -980,16 +980,23 @@ export declare const trUi: {
|
|
|
980
980
|
};
|
|
981
981
|
};
|
|
982
982
|
readonly documentPreview: {
|
|
983
|
+
readonly multiTitle: "Belgeler";
|
|
984
|
+
readonly tabsLabel: "Seçili belgeler";
|
|
983
985
|
readonly regionLabel: "Belge önizlemesi";
|
|
984
986
|
readonly emptyTitle: "Belge seçilmedi";
|
|
985
987
|
readonly emptyDescription: "Burada önizlemek için bir belge seçin.";
|
|
986
|
-
readonly pdfLabel: "Belge önizlemesi";
|
|
987
988
|
readonly imageAlt: "{{name}} önizlemesi";
|
|
988
989
|
readonly noPreview: "Önizleme kullanılamıyor.";
|
|
989
990
|
readonly clinical: "Klinik";
|
|
991
|
+
readonly detailsTitle: "Ayrıntılar";
|
|
990
992
|
readonly fields: {
|
|
991
993
|
readonly size: "Boyut";
|
|
992
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ı";
|
|
993
1000
|
readonly expires: "Sona eriyor";
|
|
994
1001
|
};
|
|
995
1002
|
readonly signature: {
|
package/dist/i18n/locales/tr.js
CHANGED
|
@@ -972,16 +972,23 @@ const e = {
|
|
|
972
972
|
}
|
|
973
973
|
},
|
|
974
974
|
documentPreview: {
|
|
975
|
+
multiTitle: "Belgeler",
|
|
976
|
+
tabsLabel: "Seçili belgeler",
|
|
975
977
|
regionLabel: "Belge önizlemesi",
|
|
976
978
|
emptyTitle: "Belge seçilmedi",
|
|
977
979
|
emptyDescription: "Burada önizlemek için bir belge seçin.",
|
|
978
|
-
pdfLabel: "Belge önizlemesi",
|
|
979
980
|
imageAlt: "{{name}} önizlemesi",
|
|
980
981
|
noPreview: "Önizleme kullanılamıyor.",
|
|
981
982
|
clinical: "Klinik",
|
|
983
|
+
detailsTitle: "Ayrıntılar",
|
|
982
984
|
fields: {
|
|
983
985
|
size: "Boyut",
|
|
984
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ı",
|
|
985
992
|
expires: "Sona eriyor"
|
|
986
993
|
},
|
|
987
994
|
signature: {
|
|
@@ -980,16 +980,23 @@ export declare const zhUi: {
|
|
|
980
980
|
};
|
|
981
981
|
};
|
|
982
982
|
readonly documentPreview: {
|
|
983
|
+
readonly multiTitle: "文档";
|
|
984
|
+
readonly tabsLabel: "所选文档";
|
|
983
985
|
readonly regionLabel: "文档预览";
|
|
984
986
|
readonly emptyTitle: "未选择文档";
|
|
985
987
|
readonly emptyDescription: "选择一个文档以在此处预览。";
|
|
986
|
-
readonly pdfLabel: "文档预览";
|
|
987
988
|
readonly imageAlt: "{{name}} 的预览";
|
|
988
989
|
readonly noPreview: "无可用预览。";
|
|
989
990
|
readonly clinical: "临床";
|
|
991
|
+
readonly detailsTitle: "详情";
|
|
990
992
|
readonly fields: {
|
|
991
993
|
readonly size: "大小";
|
|
992
994
|
readonly modified: "修改时间";
|
|
995
|
+
readonly createdBy: "创建者";
|
|
996
|
+
readonly created: "创建时间";
|
|
997
|
+
readonly signatureRequested: "已请求签名";
|
|
998
|
+
readonly signed: "已签名";
|
|
999
|
+
readonly sharedWithPatient: "已与患者共享";
|
|
993
1000
|
readonly expires: "到期";
|
|
994
1001
|
};
|
|
995
1002
|
readonly signature: {
|
package/dist/i18n/locales/zh.js
CHANGED
|
@@ -972,16 +972,23 @@ const e = {
|
|
|
972
972
|
}
|
|
973
973
|
},
|
|
974
974
|
documentPreview: {
|
|
975
|
+
multiTitle: "文档",
|
|
976
|
+
tabsLabel: "所选文档",
|
|
975
977
|
regionLabel: "文档预览",
|
|
976
978
|
emptyTitle: "未选择文档",
|
|
977
979
|
emptyDescription: "选择一个文档以在此处预览。",
|
|
978
|
-
pdfLabel: "文档预览",
|
|
979
980
|
imageAlt: "{{name}} 的预览",
|
|
980
981
|
noPreview: "无可用预览。",
|
|
981
982
|
clinical: "临床",
|
|
983
|
+
detailsTitle: "详情",
|
|
982
984
|
fields: {
|
|
983
985
|
size: "大小",
|
|
984
986
|
modified: "修改时间",
|
|
987
|
+
createdBy: "创建者",
|
|
988
|
+
created: "创建时间",
|
|
989
|
+
signatureRequested: "已请求签名",
|
|
990
|
+
signed: "已签名",
|
|
991
|
+
sharedWithPatient: "已与患者共享",
|
|
985
992
|
expires: "到期"
|
|
986
993
|
},
|
|
987
994
|
signature: {
|