@alfadocs/ui-kit 0.47.0 → 0.48.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-CFyWSX7Z.js → agenda-card-BaSfVfrL.js} +25 -29
- package/dist/_chunks/{agenda-tray-Dyj9ChHC.js → agenda-tray-DQayYmQ0.js} +50 -67
- package/dist/_chunks/ai-consent-banner-DO5ingMq.js +169 -0
- package/dist/_chunks/ai-tools-rail-CxYG04cw.js +280 -0
- package/dist/_chunks/{alia-sidebar-CVIPrdc9.js → alia-sidebar-DlvyXgVC.js} +3 -2
- package/dist/_chunks/anamnesis-card-CmkBVAln.js +156 -0
- package/dist/_chunks/appointment-tray-BwDHhWWC.js +419 -0
- package/dist/_chunks/{bmi-calculator-CQqXTVNL.js → bmi-calculator-DdylQzT6.js} +2 -2
- package/dist/_chunks/{booking-DlDVuWMd.js → booking-WV2GSru5.js} +291 -303
- package/dist/_chunks/{calculator-dialog-D-nfvteH.js → calculator-dialog-CFk4I91b.js} +2 -2
- package/dist/_chunks/calendar-days-C4BmpCZg.js +23 -0
- package/dist/_chunks/{calendar-YHFknAGv.js → calendar-oYWOCrnf.js} +195 -210
- package/dist/_chunks/care-plan-card-QmNpGggC.js +252 -0
- package/dist/_chunks/care-plan-entry-card-Cnra7vUc.js +318 -0
- package/dist/_chunks/{chat-message-B5JpFj0F.js → chat-message-Dm8U2RY1.js} +36 -35
- package/dist/_chunks/clinical-note-card-BYo437dU.js +333 -0
- package/dist/_chunks/{contact-profile-card-DHyuAPXM.js → contact-profile-card-DvvVfAA2.js} +102 -115
- package/dist/_chunks/{cycle-calculator-KxA8dqDf.js → cycle-calculator-DYvGm_m1.js} +2 -2
- package/dist/_chunks/{dialog-BTpZV6It.js → dialog-DMGnSelc.js} +55 -55
- package/dist/_chunks/{due-date-calculator-mFxpHLml.js → due-date-calculator-BXd3ANj7.js} +2 -2
- package/dist/_chunks/entity-card-COhmqHly.js +69 -0
- package/dist/_chunks/{gestational-age-calculator-gWI_uRA1.js → gestational-age-calculator-Crj6FgZw.js} +2 -2
- package/dist/_chunks/{insert-result-C5ABnzDl.js → insert-result-DNdi_JYW.js} +140 -168
- package/dist/_chunks/is-safe-url-DkETxeHz.js +7 -0
- package/dist/_chunks/languages-DsVf_WzT.js +19 -0
- package/dist/_chunks/layers-pzGcbLPj.js +34 -0
- package/dist/_chunks/{message-card-DSPw5ghw.js → message-card-Dvl1TgaN.js} +15 -19
- package/dist/_chunks/{message-tray-hSQff9u4.js → message-tray-Dl6GQaaV.js} +2 -2
- package/dist/_chunks/operator-hero-CM8949Hd.js +198 -0
- package/dist/_chunks/patient-summary-card-BnTqxcTr.js +443 -0
- package/dist/_chunks/payment-request-card-B_lyobd0.js +478 -0
- package/dist/_chunks/{pdf-viewer-CWEXTlwq.js → pdf-viewer-G8SU6Azw.js} +3 -3
- package/dist/_chunks/periodontal-chart-card-BYs9hax1.js +455 -0
- package/dist/_chunks/phone-Bi5yUm4I.js +20 -0
- package/dist/_chunks/{practice-results-DDi-kvaD.js → practice-results-BFL_mcDW.js} +3 -2
- package/dist/_chunks/{pregnancy-weight-gain-BtEHaSqy.js → pregnancy-weight-gain-C7dK89jE.js} +2 -2
- package/dist/_chunks/scan-line-lGioFwLC.js +18 -0
- package/dist/_chunks/shield-check-BjCGH_Sr.js +21 -0
- package/dist/_chunks/{sign-document-BCyLpFHJ.js → sign-document-DPI2pY9V.js} +2 -2
- package/dist/_chunks/{transaction-chip-B8ujzowA.js → transaction-chip-BZCa6XDn.js} +8 -6
- package/dist/_chunks/{unit-converter-u3CwNDpP.js → unit-converter-jWp3Z85y.js} +2 -2
- package/dist/_chunks/user-cog-BS_qc8nA.js +24 -0
- package/dist/_chunks/video-BAeICxCT.js +21 -0
- package/dist/_chunks/{workflow-map-Djn1QMJc.js → workflow-map-ZXw-zsZ8.js} +138 -156
- package/dist/agent-catalog.json +324 -1
- package/dist/components/_shared/entity-card/entity-card.d.ts +40 -0
- package/dist/components/_shared/entity-card/index.d.ts +3 -0
- package/dist/components/_shared/index.d.ts +2 -0
- package/dist/components/_shared/is-safe-url.d.ts +13 -0
- package/dist/components/agenda-card/agenda-card.d.ts +1 -2
- package/dist/components/agenda-card/index.d.ts +2 -1
- package/dist/components/agenda-card/index.js +6 -5
- package/dist/components/agenda-tray/index.js +1 -1
- package/dist/components/ai-consent-banner/ai-consent-banner.agent.d.ts +4 -0
- package/dist/components/ai-consent-banner/ai-consent-banner.d.ts +45 -0
- package/dist/components/ai-consent-banner/index.d.ts +4 -0
- package/dist/components/ai-consent-banner/index.js +6 -0
- package/dist/components/ai-tools-rail/ai-tools-rail.agent.d.ts +4 -0
- package/dist/components/ai-tools-rail/ai-tools-rail.d.ts +60 -0
- package/dist/components/ai-tools-rail/index.d.ts +4 -0
- package/dist/components/ai-tools-rail/index.js +6 -0
- package/dist/components/anamnesis-card/anamnesis-card.d.ts +68 -0
- package/dist/components/anamnesis-card/index.d.ts +3 -0
- package/dist/components/anamnesis-card/index.js +5 -0
- package/dist/components/appointment-card/appointment-card.agent.d.ts +3 -0
- package/dist/components/appointment-card/appointment-card.d.ts +93 -0
- package/dist/components/appointment-card/appointment-tray.agent.d.ts +4 -0
- package/dist/components/appointment-card/appointment-tray.d.ts +48 -0
- package/dist/components/appointment-card/index.d.ts +8 -0
- package/dist/components/appointment-card/index.js +10 -0
- package/dist/components/badge/badge.d.ts +1 -1
- package/dist/components/bmi-calculator/index.js +1 -1
- package/dist/components/booking/index.js +1 -1
- package/dist/components/calculator-dialog/index.js +1 -1
- package/dist/components/calendar/index.js +1 -1
- package/dist/components/card/card.d.ts +1 -1
- package/dist/components/care-plan-card/care-plan-card.agent.d.ts +4 -0
- package/dist/components/care-plan-card/care-plan-card.d.ts +102 -0
- package/dist/components/care-plan-card/index.d.ts +4 -0
- package/dist/components/care-plan-card/index.js +6 -0
- package/dist/components/care-plan-entry-card/care-plan-entry-card.agent.d.ts +4 -0
- package/dist/components/care-plan-entry-card/care-plan-entry-card.d.ts +110 -0
- package/dist/components/care-plan-entry-card/index.d.ts +4 -0
- package/dist/components/care-plan-entry-card/index.js +6 -0
- package/dist/components/chat-message/chat-message.d.ts +7 -0
- package/dist/components/chat-message/index.js +1 -1
- package/dist/components/clinical-note-card/clinical-note-card.agent.d.ts +4 -0
- package/dist/components/clinical-note-card/clinical-note-card.d.ts +98 -0
- package/dist/components/clinical-note-card/index.d.ts +4 -0
- package/dist/components/clinical-note-card/index.js +6 -0
- package/dist/components/contact-profile-card/index.js +1 -1
- package/dist/components/cycle-calculator/index.js +1 -1
- package/dist/components/dialog/dialog.d.ts +7 -0
- package/dist/components/dialog/index.js +1 -1
- package/dist/components/due-date-calculator/index.js +1 -1
- package/dist/components/gestational-age-calculator/index.js +1 -1
- package/dist/components/index.d.ts +10 -0
- package/dist/components/message-card/index.js +5 -4
- package/dist/components/message-card/message-card.d.ts +1 -2
- package/dist/components/message-tray/index.js +1 -1
- package/dist/components/operator-hero/index.js +1 -1
- package/dist/components/operator-hero/operator-hero.d.ts +9 -0
- package/dist/components/patient-summary-card/index.d.ts +4 -0
- package/dist/components/patient-summary-card/index.js +6 -0
- package/dist/components/patient-summary-card/patient-summary-card.agent.d.ts +4 -0
- package/dist/components/patient-summary-card/patient-summary-card.d.ts +120 -0
- package/dist/components/payment-card/index.d.ts +7 -0
- package/dist/components/payment-card/index.js +8 -0
- package/dist/components/payment-card/payment-card.agent.d.ts +4 -0
- package/dist/components/payment-card/payment-card.d.ts +71 -0
- package/dist/components/payment-card/payment-request-card.agent.d.ts +4 -0
- package/dist/components/payment-card/payment-request-card.d.ts +43 -0
- package/dist/components/pdf-viewer/index.js +1 -1
- package/dist/components/periodontal-chart-card/index.d.ts +4 -0
- package/dist/components/periodontal-chart-card/index.js +7 -0
- package/dist/components/periodontal-chart-card/periodontal-chart-card.agent.d.ts +4 -0
- package/dist/components/periodontal-chart-card/periodontal-chart-card.d.ts +74 -0
- package/dist/components/practice-results/index.js +1 -1
- package/dist/components/pregnancy-weight-gain/index.js +1 -1
- package/dist/components/public-header/public-header.d.ts +1 -1
- package/dist/components/sign-document/index.js +1 -1
- package/dist/components/stat/stat.d.ts +1 -1
- package/dist/components/transaction-chip/index.js +1 -1
- package/dist/components/unit-converter/index.js +1 -1
- package/dist/components/workflow/index.js +1 -1
- package/dist/i18n/locales/ar.d.ts +351 -0
- package/dist/i18n/locales/ar.js +351 -0
- package/dist/i18n/locales/de.d.ts +351 -0
- package/dist/i18n/locales/de.js +351 -0
- package/dist/i18n/locales/el.d.ts +351 -0
- package/dist/i18n/locales/el.js +351 -0
- package/dist/i18n/locales/en.d.ts +351 -0
- package/dist/i18n/locales/en.js +351 -0
- package/dist/i18n/locales/es.d.ts +351 -0
- package/dist/i18n/locales/es.js +351 -0
- package/dist/i18n/locales/fr.d.ts +351 -0
- package/dist/i18n/locales/fr.js +351 -0
- package/dist/i18n/locales/hi.d.ts +351 -0
- package/dist/i18n/locales/hi.js +351 -0
- package/dist/i18n/locales/it.d.ts +351 -0
- package/dist/i18n/locales/it.js +351 -0
- package/dist/i18n/locales/ja.d.ts +351 -0
- package/dist/i18n/locales/ja.js +351 -0
- package/dist/i18n/locales/nl.d.ts +351 -0
- package/dist/i18n/locales/nl.js +351 -0
- package/dist/i18n/locales/pl.d.ts +351 -0
- package/dist/i18n/locales/pl.js +351 -0
- package/dist/i18n/locales/pt.d.ts +351 -0
- package/dist/i18n/locales/pt.js +351 -0
- package/dist/i18n/locales/ro.d.ts +351 -0
- package/dist/i18n/locales/ro.js +351 -0
- package/dist/i18n/locales/ru.d.ts +351 -0
- package/dist/i18n/locales/ru.js +351 -0
- package/dist/i18n/locales/sq.d.ts +351 -0
- package/dist/i18n/locales/sq.js +351 -0
- package/dist/i18n/locales/sv.d.ts +351 -0
- package/dist/i18n/locales/sv.js +351 -0
- package/dist/i18n/locales/tr.d.ts +351 -0
- package/dist/i18n/locales/tr.js +351 -0
- package/dist/i18n/locales/zh.d.ts +351 -0
- package/dist/i18n/locales/zh.js +351 -0
- package/dist/index.js +527 -491
- package/dist/locales/ar.json +351 -0
- package/dist/locales/de.json +351 -0
- package/dist/locales/el.json +351 -0
- package/dist/locales/en.json +351 -0
- package/dist/locales/es.json +351 -0
- package/dist/locales/fr.json +351 -0
- package/dist/locales/hi.json +351 -0
- package/dist/locales/it.json +351 -0
- package/dist/locales/ja.json +351 -0
- package/dist/locales/nl.json +351 -0
- package/dist/locales/pl.json +351 -0
- package/dist/locales/pt.json +351 -0
- package/dist/locales/ro.json +351 -0
- package/dist/locales/ru.json +351 -0
- package/dist/locales/sq.json +351 -0
- package/dist/locales/sv.json +351 -0
- package/dist/locales/tr.json +351 -0
- package/dist/locales/zh.json +351 -0
- package/dist/patterns/alia-assistant/alia-types.d.ts +15 -0
- package/dist/patterns/alia-assistant/index.js +1 -1
- package/dist/tokens.css +1 -1
- package/package.json +42 -1
- package/dist/_chunks/operator-hero-7LiiP7zi.js +0 -171
- package/dist/_chunks/shield-check-C73ma9Cs.js +0 -36
package/dist/locales/zh.json
CHANGED
|
@@ -1242,7 +1242,337 @@
|
|
|
1242
1242
|
"alt": "显示 {{address}} 的地图"
|
|
1243
1243
|
}
|
|
1244
1244
|
},
|
|
1245
|
+
"patientSummaryCard": {
|
|
1246
|
+
"regionLabel": "Patient overview",
|
|
1247
|
+
"flagsLabel": "Patient attention flags",
|
|
1248
|
+
"title": {
|
|
1249
|
+
"mr": "Mr.",
|
|
1250
|
+
"ms": "Ms."
|
|
1251
|
+
},
|
|
1252
|
+
"gender": {
|
|
1253
|
+
"m": "Male",
|
|
1254
|
+
"f": "Female"
|
|
1255
|
+
},
|
|
1256
|
+
"identity": {
|
|
1257
|
+
"age_zero": "{{count}} yrs",
|
|
1258
|
+
"age_one": "{{count}} yrs",
|
|
1259
|
+
"age_two": "{{count}} yrs",
|
|
1260
|
+
"age_few": "{{count}} yrs",
|
|
1261
|
+
"age_many": "{{count}} yrs",
|
|
1262
|
+
"age_other": "{{count}} yrs",
|
|
1263
|
+
"bornOn": "Born {{date}}",
|
|
1264
|
+
"separator": " · "
|
|
1265
|
+
},
|
|
1266
|
+
"label": {
|
|
1267
|
+
"email": "Email",
|
|
1268
|
+
"phone": "Phone",
|
|
1269
|
+
"cityProvince": "City / province",
|
|
1270
|
+
"marketingConsent": "Marketing consent",
|
|
1271
|
+
"aiConsent": "AI consent",
|
|
1272
|
+
"assignedTo": "Assigned to",
|
|
1273
|
+
"familyRelations": "Family relations"
|
|
1274
|
+
},
|
|
1275
|
+
"value": {
|
|
1276
|
+
"smsEnabled": "SMS",
|
|
1277
|
+
"aiConsentGrantedBy": "Granted {{date}} by {{by}}",
|
|
1278
|
+
"aiConsentGrantedAt": "Granted {{date}}",
|
|
1279
|
+
"familyRelation": "{{relation}}: {{name}}"
|
|
1280
|
+
},
|
|
1281
|
+
"marketingConsent": {
|
|
1282
|
+
"yes": "Yes",
|
|
1283
|
+
"no": "No",
|
|
1284
|
+
"not_specified": "Not specified"
|
|
1285
|
+
},
|
|
1286
|
+
"flag": {
|
|
1287
|
+
"highlightedAnamnesis_zero": "{{count}} highlighted anamnesis answers",
|
|
1288
|
+
"highlightedAnamnesis_one": "{{count}} highlighted anamnesis answers",
|
|
1289
|
+
"highlightedAnamnesis_two": "{{count}} highlighted anamnesis answers",
|
|
1290
|
+
"highlightedAnamnesis_few": "{{count}} highlighted anamnesis answers",
|
|
1291
|
+
"highlightedAnamnesis_many": "{{count}} highlighted anamnesis answers",
|
|
1292
|
+
"highlightedAnamnesis_other": "{{count}} highlighted anamnesis answers",
|
|
1293
|
+
"unsignedDocuments_zero": "{{count}} unsigned documents",
|
|
1294
|
+
"unsignedDocuments_one": "{{count}} unsigned documents",
|
|
1295
|
+
"unsignedDocuments_two": "{{count}} unsigned documents",
|
|
1296
|
+
"unsignedDocuments_few": "{{count}} unsigned documents",
|
|
1297
|
+
"unsignedDocuments_many": "{{count}} unsigned documents",
|
|
1298
|
+
"unsignedDocuments_other": "{{count}} unsigned documents"
|
|
1299
|
+
}
|
|
1300
|
+
},
|
|
1301
|
+
"appointmentCard": {
|
|
1302
|
+
"itemLabel": "{{patient}} — {{state}}",
|
|
1303
|
+
"noPatient": "No patient assigned",
|
|
1304
|
+
"chair": "Chair {{chair}}",
|
|
1305
|
+
"duration_zero": "{{count}} min",
|
|
1306
|
+
"duration_one": "{{count}} min",
|
|
1307
|
+
"duration_two": "{{count}} min",
|
|
1308
|
+
"duration_few": "{{count}} min",
|
|
1309
|
+
"duration_many": "{{count}} min",
|
|
1310
|
+
"duration_other": "{{count}} min",
|
|
1311
|
+
"firstVisit": "First visit",
|
|
1312
|
+
"treatmentWithElements": "{{care}} ({{elements}})",
|
|
1313
|
+
"flag": {
|
|
1314
|
+
"bookedOnline": "Booked online",
|
|
1315
|
+
"highlightedAnamnesis": "Anamnesis flag"
|
|
1316
|
+
},
|
|
1317
|
+
"state": {
|
|
1318
|
+
"absent": "Absent",
|
|
1319
|
+
"waiting": "Waiting",
|
|
1320
|
+
"in_care": "In care",
|
|
1321
|
+
"done": "Done",
|
|
1322
|
+
"cancelled": "Cancelled",
|
|
1323
|
+
"confirmed": "Confirmed"
|
|
1324
|
+
},
|
|
1325
|
+
"type": {
|
|
1326
|
+
"inPractice": "In practice",
|
|
1327
|
+
"telehealth": "Telehealth"
|
|
1328
|
+
}
|
|
1329
|
+
},
|
|
1330
|
+
"appointmentTray": {
|
|
1331
|
+
"title": "Today's appointments",
|
|
1332
|
+
"add": "Add appointment",
|
|
1333
|
+
"empty": {
|
|
1334
|
+
"title": "No appointments",
|
|
1335
|
+
"description": "New appointments will appear here."
|
|
1336
|
+
}
|
|
1337
|
+
},
|
|
1338
|
+
"carePlanEntryCard": {
|
|
1339
|
+
"flag": {
|
|
1340
|
+
"done": "Done",
|
|
1341
|
+
"outsideOfEstimate": "Outside estimate",
|
|
1342
|
+
"billed": "Billed"
|
|
1343
|
+
},
|
|
1344
|
+
"notesLabel_zero": "{{count}} notes",
|
|
1345
|
+
"notesLabel_one": "{{count}} notes",
|
|
1346
|
+
"notesLabel_two": "{{count}} notes",
|
|
1347
|
+
"notesLabel_few": "{{count}} notes",
|
|
1348
|
+
"notesLabel_many": "{{count}} notes",
|
|
1349
|
+
"notesLabel_other": "{{count}} notes",
|
|
1350
|
+
"elementsLabel": "Teeth involved",
|
|
1351
|
+
"toothSchemeLabel_zero": "Teeth involved: {{count}}",
|
|
1352
|
+
"toothSchemeLabel_one": "Teeth involved: {{count}}",
|
|
1353
|
+
"toothSchemeLabel_two": "Teeth involved: {{count}}",
|
|
1354
|
+
"toothSchemeLabel_few": "Teeth involved: {{count}}",
|
|
1355
|
+
"toothSchemeLabel_many": "Teeth involved: {{count}}",
|
|
1356
|
+
"toothSchemeLabel_other": "Teeth involved: {{count}}",
|
|
1357
|
+
"executedOn": "Executed on",
|
|
1358
|
+
"plannedFor": "Planned for",
|
|
1359
|
+
"assignedTo": "Assigned to {{operator}}",
|
|
1360
|
+
"byOperator": "by {{operator}}",
|
|
1361
|
+
"phasesHeading": "Phases",
|
|
1362
|
+
"phasesCount": "{{executed}} / {{total}}",
|
|
1363
|
+
"phasesLabel": "Phases: {{executed}} of {{total}} executed",
|
|
1364
|
+
"discountLabel": "-{{percentage}}%",
|
|
1365
|
+
"phaseDetail": {
|
|
1366
|
+
"toggle": "Phase detail",
|
|
1367
|
+
"executed": "Executed",
|
|
1368
|
+
"pending": "Pending",
|
|
1369
|
+
"udi": "UDI {{udi}}"
|
|
1370
|
+
}
|
|
1371
|
+
},
|
|
1372
|
+
"carePlanCard": {
|
|
1373
|
+
"state": {
|
|
1374
|
+
"estimate": "Estimate",
|
|
1375
|
+
"accepted": "Accepted",
|
|
1376
|
+
"discarded": "Discarded",
|
|
1377
|
+
"closed": "Closed"
|
|
1378
|
+
},
|
|
1379
|
+
"number": "Care plan {{number}}",
|
|
1380
|
+
"untitled": "Untitled care plan",
|
|
1381
|
+
"discardReasonLabel": "Discard reason",
|
|
1382
|
+
"date": {
|
|
1383
|
+
"accepted": "Accepted on",
|
|
1384
|
+
"closed": "Closed on",
|
|
1385
|
+
"discarded": "Discarded on"
|
|
1386
|
+
},
|
|
1387
|
+
"overdue_zero": "{{count}} days overdue",
|
|
1388
|
+
"overdue_one": "{{count}} days overdue",
|
|
1389
|
+
"overdue_two": "{{count}} days overdue",
|
|
1390
|
+
"overdue_few": "{{count}} days overdue",
|
|
1391
|
+
"overdue_many": "{{count}} days overdue",
|
|
1392
|
+
"overdue_other": "{{count}} days overdue",
|
|
1393
|
+
"progressHeading": "Progress",
|
|
1394
|
+
"progressLabel": "Progress: {{done}} of {{total}} done",
|
|
1395
|
+
"progressCount": "{{done}} / {{total}}",
|
|
1396
|
+
"entries": {
|
|
1397
|
+
"toggle_zero": "Entries ({{count}})",
|
|
1398
|
+
"toggle_one": "Entries ({{count}})",
|
|
1399
|
+
"toggle_two": "Entries ({{count}})",
|
|
1400
|
+
"toggle_few": "Entries ({{count}})",
|
|
1401
|
+
"toggle_many": "Entries ({{count}})",
|
|
1402
|
+
"toggle_other": "Entries ({{count}})"
|
|
1403
|
+
}
|
|
1404
|
+
},
|
|
1405
|
+
"anamnesisCard": {
|
|
1406
|
+
"defaultFormName": "Medical history",
|
|
1407
|
+
"statusGroupLabel": "Questionnaire status",
|
|
1408
|
+
"status": {
|
|
1409
|
+
"highlighted_zero": "{{count}} flagged answers",
|
|
1410
|
+
"highlighted_one": "{{count}} flagged answers",
|
|
1411
|
+
"highlighted_two": "{{count}} flagged answers",
|
|
1412
|
+
"highlighted_few": "{{count}} flagged answers",
|
|
1413
|
+
"highlighted_many": "{{count}} flagged answers",
|
|
1414
|
+
"highlighted_other": "{{count}} flagged answers",
|
|
1415
|
+
"expired": "Expired",
|
|
1416
|
+
"corrupted": "Corrupted"
|
|
1417
|
+
},
|
|
1418
|
+
"compiledOn": "Compiled",
|
|
1419
|
+
"submitted": "Submitted",
|
|
1420
|
+
"answerFlagLabel": "Flagged answer",
|
|
1421
|
+
"empty": "No answers were recorded.",
|
|
1422
|
+
"interviewToggle_zero": "Interview ({{count}} answers)",
|
|
1423
|
+
"interviewToggle_one": "Interview ({{count}} answers)",
|
|
1424
|
+
"interviewToggle_two": "Interview ({{count}} answers)",
|
|
1425
|
+
"interviewToggle_few": "Interview ({{count}} answers)",
|
|
1426
|
+
"interviewToggle_many": "Interview ({{count}} answers)",
|
|
1427
|
+
"interviewToggle_other": "Interview ({{count}} answers)"
|
|
1428
|
+
},
|
|
1429
|
+
"clinicalNoteCard": {
|
|
1430
|
+
"regionLabel": "Clinical note",
|
|
1431
|
+
"clinical": "Clinical",
|
|
1432
|
+
"pinned": "Pinned",
|
|
1433
|
+
"flagged": "Flagged",
|
|
1434
|
+
"added": "added",
|
|
1435
|
+
"attachment": {
|
|
1436
|
+
"patient": "Patient record",
|
|
1437
|
+
"carePlan": "Care plan {{number}}",
|
|
1438
|
+
"carePlanEntry": "{{care}}",
|
|
1439
|
+
"carePlanEntryWithElements": "{{care}} — {{elements}}",
|
|
1440
|
+
"phase": "{{label}}",
|
|
1441
|
+
"xray": "X-ray",
|
|
1442
|
+
"xrayWithLabel": "X-ray — {{label}}"
|
|
1443
|
+
}
|
|
1444
|
+
},
|
|
1445
|
+
"aiConsentBanner": {
|
|
1446
|
+
"regionLabel": "AI assistance consent",
|
|
1447
|
+
"title": "AI assistance consent",
|
|
1448
|
+
"description": {
|
|
1449
|
+
"granted": "AI assistance is enabled for this record.",
|
|
1450
|
+
"required": "AI assistance requires recorded consent before it can run."
|
|
1451
|
+
},
|
|
1452
|
+
"badge": {
|
|
1453
|
+
"granted": "Consent granted"
|
|
1454
|
+
},
|
|
1455
|
+
"grantedAtPrefix": "Granted",
|
|
1456
|
+
"grantedBy": "By {{name}}",
|
|
1457
|
+
"pendingLabel": "Saving consent…",
|
|
1458
|
+
"confirmLabel": "I confirm consent has been obtained for AI assistance.",
|
|
1459
|
+
"grantButton": "Grant consent",
|
|
1460
|
+
"notAllowed": "You do not have permission to grant AI assistance consent."
|
|
1461
|
+
},
|
|
1462
|
+
"paymentCard": {
|
|
1463
|
+
"regionLabel": "Payment {{number}}",
|
|
1464
|
+
"heading": "Payment {{number}}",
|
|
1465
|
+
"type": {
|
|
1466
|
+
"full": "Full payment",
|
|
1467
|
+
"partial": "Partial payment",
|
|
1468
|
+
"credit": "Credit note",
|
|
1469
|
+
"proforma": "Pro forma",
|
|
1470
|
+
"other": "Other"
|
|
1471
|
+
},
|
|
1472
|
+
"direction": {
|
|
1473
|
+
"incoming": "Incoming",
|
|
1474
|
+
"outgoing": "Outgoing"
|
|
1475
|
+
},
|
|
1476
|
+
"label": {
|
|
1477
|
+
"number": "Number",
|
|
1478
|
+
"date": "Date",
|
|
1479
|
+
"type": "Type",
|
|
1480
|
+
"direction": "Direction",
|
|
1481
|
+
"carePlan": "Care plan",
|
|
1482
|
+
"patient": "Patient",
|
|
1483
|
+
"operator": "Operator",
|
|
1484
|
+
"gross": "Gross",
|
|
1485
|
+
"paid": "Paid",
|
|
1486
|
+
"unpaid": "Unpaid"
|
|
1487
|
+
},
|
|
1488
|
+
"lineItems": {
|
|
1489
|
+
"heading": "Line items",
|
|
1490
|
+
"withVat": "{{description}} (VAT {{vat}}%)"
|
|
1491
|
+
}
|
|
1492
|
+
},
|
|
1493
|
+
"paymentRequestCard": {
|
|
1494
|
+
"heading": "Payment request",
|
|
1495
|
+
"status": {
|
|
1496
|
+
"new": "New",
|
|
1497
|
+
"authorization_requested": "Authorisation requested",
|
|
1498
|
+
"authorized": "Authorised",
|
|
1499
|
+
"paid": "Paid",
|
|
1500
|
+
"failed": "Failed",
|
|
1501
|
+
"cancelled": "Cancelled"
|
|
1502
|
+
},
|
|
1503
|
+
"label": {
|
|
1504
|
+
"status": "Status",
|
|
1505
|
+
"dueDate": "Due date",
|
|
1506
|
+
"carePlan": "Care plan"
|
|
1507
|
+
},
|
|
1508
|
+
"pay": "Pay now"
|
|
1509
|
+
},
|
|
1510
|
+
"periodontalChartCard": {
|
|
1511
|
+
"heading": "Periodontal chart",
|
|
1512
|
+
"empty": "No periodontal readings recorded.",
|
|
1513
|
+
"legend": {
|
|
1514
|
+
"label": "Chart legend",
|
|
1515
|
+
"moderate": "PD ≥ {{threshold}} mm",
|
|
1516
|
+
"severe": "PD ≥ {{threshold}} mm"
|
|
1517
|
+
},
|
|
1518
|
+
"cell": {
|
|
1519
|
+
"empty": "–"
|
|
1520
|
+
},
|
|
1521
|
+
"column": {
|
|
1522
|
+
"measure": "Measurement"
|
|
1523
|
+
},
|
|
1524
|
+
"toothHeader": "Tooth {{tooth}}",
|
|
1525
|
+
"row": {
|
|
1526
|
+
"pocketDepth": "Pocket depth (PD)",
|
|
1527
|
+
"recession": "Recession (REC)",
|
|
1528
|
+
"signs": "Bleeding / suppuration",
|
|
1529
|
+
"mobility": "Mobility"
|
|
1530
|
+
},
|
|
1531
|
+
"flag": {
|
|
1532
|
+
"moderate": "moderate pocket",
|
|
1533
|
+
"severe": "severe pocket"
|
|
1534
|
+
},
|
|
1535
|
+
"sign": {
|
|
1536
|
+
"bleeding": "Bleeding on probing",
|
|
1537
|
+
"suppuration": "Suppuration"
|
|
1538
|
+
},
|
|
1539
|
+
"mobility": {
|
|
1540
|
+
"label": "Mobility grade {{grade}}"
|
|
1541
|
+
},
|
|
1542
|
+
"subtitle": {
|
|
1543
|
+
"dated": "{{dentition}} · {{date}}"
|
|
1544
|
+
},
|
|
1545
|
+
"summary": {
|
|
1546
|
+
"meanPocketDepth": "Mean probing depth",
|
|
1547
|
+
"bleedingOnProbing": "Bleeding on probing"
|
|
1548
|
+
},
|
|
1549
|
+
"unit": {
|
|
1550
|
+
"mm": "{{value}} mm",
|
|
1551
|
+
"percent": "{{value}}%"
|
|
1552
|
+
},
|
|
1553
|
+
"dentition": {
|
|
1554
|
+
"permanent": "Permanent dentition",
|
|
1555
|
+
"primary": "Primary dentition",
|
|
1556
|
+
"mixed": "Mixed dentition"
|
|
1557
|
+
},
|
|
1558
|
+
"quadrant": {
|
|
1559
|
+
"1": "Upper right (Q1)",
|
|
1560
|
+
"2": "Upper left (Q2)",
|
|
1561
|
+
"3": "Lower left (Q3)",
|
|
1562
|
+
"4": "Lower right (Q4)",
|
|
1563
|
+
"other": "Other teeth"
|
|
1564
|
+
},
|
|
1565
|
+
"site": {
|
|
1566
|
+
"db": "Disto-buccal",
|
|
1567
|
+
"b": "Buccal",
|
|
1568
|
+
"mb": "Mesio-buccal",
|
|
1569
|
+
"dl": "Disto-lingual",
|
|
1570
|
+
"l": "Lingual",
|
|
1571
|
+
"ml": "Mesio-lingual"
|
|
1572
|
+
}
|
|
1573
|
+
},
|
|
1245
1574
|
"operatorHero": {
|
|
1575
|
+
"colorLabel": "Calendar colour",
|
|
1246
1576
|
"regionLabel": "Operator profile",
|
|
1247
1577
|
"ratingLabel": "{{value}} out of 5 stars, based on {{count}} reviews"
|
|
1248
1578
|
},
|
|
@@ -1981,6 +2311,27 @@
|
|
|
1981
2311
|
}
|
|
1982
2312
|
}
|
|
1983
2313
|
},
|
|
2314
|
+
"aiToolsRail": {
|
|
2315
|
+
"railLabel": "AI tools",
|
|
2316
|
+
"panelLabel": "{{tool}} panel",
|
|
2317
|
+
"badgeCountOverflow": "99+",
|
|
2318
|
+
"toolWithCount_zero": "{{tool}}, {{count}} updates",
|
|
2319
|
+
"toolWithCount_one": "{{tool}}, {{count}} update",
|
|
2320
|
+
"toolWithCount_two": "{{tool}}, {{count}} updates",
|
|
2321
|
+
"toolWithCount_few": "{{tool}}, {{count}} updates",
|
|
2322
|
+
"toolWithCount_many": "{{tool}}, {{count}} updates",
|
|
2323
|
+
"toolWithCount_other": "{{tool}}, {{count}} updates",
|
|
2324
|
+
"agent": {
|
|
2325
|
+
"state": {
|
|
2326
|
+
"activeToolId": "Id of the tool whose panel is currently open, or null when the rail is collapsed to its strip. No panel content is ever exposed."
|
|
2327
|
+
},
|
|
2328
|
+
"actions": {
|
|
2329
|
+
"open": "Open the given tool's panel.",
|
|
2330
|
+
"close": "Collapse the rail to its strip (no active tool).",
|
|
2331
|
+
"selectTool": "Set the active tool by id (opens its panel), or pass null to collapse."
|
|
2332
|
+
}
|
|
2333
|
+
}
|
|
2334
|
+
},
|
|
1984
2335
|
"languages": {
|
|
1985
2336
|
"en": "英语",
|
|
1986
2337
|
"it": "意大利语",
|
|
@@ -16,6 +16,21 @@ export interface AliaMessage {
|
|
|
16
16
|
status?: 'sending' | 'sent' | 'error' | 'edited';
|
|
17
17
|
/** When true, content is still being streamed — renders via StreamingText. */
|
|
18
18
|
streaming?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Optional rich body rendered verbatim INSTEAD of `content` (bypasses the
|
|
21
|
+
* markdown tokenizer) — e.g. an entity card / tool result. `content` stays
|
|
22
|
+
* the plain-text source of truth used for copy / download / aria. Omit for
|
|
23
|
+
* plain string messages — full back-compat. Ignored on streaming rows.
|
|
24
|
+
*/
|
|
25
|
+
body?: ReactNode;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* An Alia message whose body is a custom node (e.g. an entity card / tool
|
|
29
|
+
* result). `body` is required here; `content` remains the plain-text mirror
|
|
30
|
+
* used for copy / download / accessibility.
|
|
31
|
+
*/
|
|
32
|
+
export interface AliaEntityMessage extends AliaMessage {
|
|
33
|
+
body: ReactNode;
|
|
19
34
|
}
|
|
20
35
|
export interface AliaSuggestion {
|
|
21
36
|
id: string;
|