@alfadocs/ui-kit 1.0.0 → 1.2.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.
Files changed (137) hide show
  1. package/dist/_chunks/{actions-cell-renderer-DaL80uqL.js → actions-cell-renderer-ClGCSQnA.js} +600 -565
  2. package/dist/_chunks/{ai-consent-banner-BXD7W6FI.js → ai-consent-banner-DKgFfSzc.js} +2 -2
  3. package/dist/_chunks/{alert-Cxaqd-QO.js → alert-DS22ha1n.js} +103 -98
  4. package/dist/_chunks/{annotation-marker-qt5R9WZX.js → annotation-marker-CsUJGZjQ.js} +7 -5
  5. package/dist/_chunks/{audio-recorder-BjnB7V8n.js → audio-recorder-sRsGS-0V.js} +2 -2
  6. package/dist/_chunks/{booking-DSOK-bnR.js → booking-D8fCzcUd.js} +2 -2
  7. package/dist/_chunks/{care-plan-card-BrwhyIJI.js → care-plan-card-DjjVnBYz.js} +2 -2
  8. package/dist/_chunks/{care-plan-entry-card-DWEdCQM3.js → care-plan-entry-card-BVhpvd-P.js} +2 -2
  9. package/dist/_chunks/{collapsible-BrnRiCC6.js → collapsible-CGL9ontS.js} +65 -61
  10. package/dist/_chunks/{document-preview-DXsCEj4U.js → document-preview-DAczwybt.js} +2 -2
  11. package/dist/_chunks/{document-scanner-cS_ispQs.js → document-scanner-BRYIc3A-.js} +2 -2
  12. package/dist/_chunks/{entity-summary-BILN4wEG.js → entity-summary-BS6n7Iah.js} +2 -2
  13. package/dist/_chunks/{face-scheme-CjQAHvSP.js → face-scheme-Cou2efl7.js} +2 -2
  14. package/dist/_chunks/{file-manager-B9LZzT5E.js → file-manager-CNSLiuLo.js} +2 -2
  15. package/dist/_chunks/{freemium-paywall-Dr2342_S.js → freemium-paywall-DsT7MaLd.js} +2 -2
  16. package/dist/_chunks/link-cell-renderer-_DlEZHLI.js +772 -0
  17. package/dist/_chunks/{marketplace-app-shell-pCHBp8bo.js → marketplace-app-shell-DQC9Gpm0.js} +2 -2
  18. package/dist/_chunks/{muscle-scheme-kgCX5qfO.js → muscle-scheme-yfzP_xoJ.js} +2 -2
  19. package/dist/_chunks/notes-panel-CCz0J140.js +370 -0
  20. package/dist/_chunks/{patient-details-UmNcxL0c.js → patient-details-l7pnsUq9.js} +2 -2
  21. package/dist/_chunks/{patient-search-vtRTSdf6.js → patient-search-H54Utav2.js} +2 -2
  22. package/dist/_chunks/{patient-table-QEVsFvwq.js → patient-table-DXk0wW8Q.js} +243 -239
  23. package/dist/_chunks/payment-automation-upsell-C4LIw1iQ.js +305 -0
  24. package/dist/_chunks/{payment-form-BoGxEmGn.js → payment-form-CyKT20xZ.js} +2 -2
  25. package/dist/_chunks/{payment-request-card-CygO1anM.js → payment-request-card-CN30J6yM.js} +107 -138
  26. package/dist/_chunks/{pdf-viewer-CcOuR2wj.js → pdf-viewer-DHg8SfUI.js} +2 -2
  27. package/dist/_chunks/{practice-results-yKbwIxqa.js → practice-results-qvJRkvLn.js} +2 -2
  28. package/dist/_chunks/receipt-euro-C6k4Gzhr.js +36 -0
  29. package/dist/_chunks/{reviews-panel-DmOjvmyH.js → reviews-panel-BfUJhx3m.js} +2 -2
  30. package/dist/_chunks/{sign-document-cH9CboWB.js → sign-document-D70TEUw9.js} +2 -2
  31. package/dist/_chunks/{signature-request-BzXTV_RH.js → signature-request-BlNCXpRN.js} +2 -2
  32. package/dist/_chunks/sparkline-DJtZBe7O.js +501 -0
  33. package/dist/_chunks/{warning-stack-DKeAfj5M.js → warning-stack-IVf0oxh2.js} +2 -2
  34. package/dist/_chunks/{workflow-map-SIfAhmWz.js → workflow-map-ByyBYj6Y.js} +2 -2
  35. package/dist/agent-catalog.json +237 -7
  36. package/dist/agent-i18n/en.json +17 -5
  37. package/dist/components/ai-consent-banner/index.js +1 -1
  38. package/dist/components/alert/alert.d.ts +20 -0
  39. package/dist/components/alert/index.d.ts +1 -1
  40. package/dist/components/alert/index.js +1 -1
  41. package/dist/components/annotation-marker/index.js +1 -1
  42. package/dist/components/audio-recorder/index.js +1 -1
  43. package/dist/components/booking/index.js +1 -1
  44. package/dist/components/care-plan-card/index.js +1 -1
  45. package/dist/components/care-plan-entry-card/index.js +1 -1
  46. package/dist/components/collapsible/index.js +1 -1
  47. package/dist/components/data-table/filters/select-filter.d.ts +6 -0
  48. package/dist/components/data-table/hooks/use-presentational-aria-fix.d.ts +19 -0
  49. package/dist/components/data-table/index.js +2 -2
  50. package/dist/components/document-preview/index.js +1 -1
  51. package/dist/components/document-scanner/index.js +1 -1
  52. package/dist/components/entity-summary/index.js +1 -1
  53. package/dist/components/face-scheme/index.js +1 -1
  54. package/dist/components/file-manager/index.js +1 -1
  55. package/dist/components/freemium-paywall/index.js +1 -1
  56. package/dist/components/muscle-scheme/index.js +1 -1
  57. package/dist/components/notes-panel/index.js +1 -1
  58. package/dist/components/notes-panel/notes-panel.d.ts +45 -2
  59. package/dist/components/patient-details/index.js +1 -1
  60. package/dist/components/patient-search/index.js +1 -1
  61. package/dist/components/patient-table/index.js +1 -1
  62. package/dist/components/payment-card/index.js +1 -1
  63. package/dist/components/payment-form/index.js +1 -1
  64. package/dist/components/pdf-viewer/index.js +1 -1
  65. package/dist/components/practice-results/index.js +1 -1
  66. package/dist/components/reviews-panel/index.js +1 -1
  67. package/dist/components/sign-document/index.js +1 -1
  68. package/dist/components/skeleton-scheme/index.js +1 -1
  69. package/dist/components/sparkline/index.d.ts +1 -1
  70. package/dist/components/sparkline/index.js +1 -1
  71. package/dist/components/sparkline/sparkline.d.ts +60 -3
  72. package/dist/components/warning-stack/index.js +1 -1
  73. package/dist/components/workflow/index.js +1 -1
  74. package/dist/host-compat.css +13 -1
  75. package/dist/i18n/locales/ar.d.ts +3 -0
  76. package/dist/i18n/locales/ar.js +3 -0
  77. package/dist/i18n/locales/de.d.ts +3 -0
  78. package/dist/i18n/locales/de.js +3 -0
  79. package/dist/i18n/locales/el.d.ts +3 -0
  80. package/dist/i18n/locales/el.js +3 -0
  81. package/dist/i18n/locales/en.d.ts +3 -0
  82. package/dist/i18n/locales/en.js +3 -0
  83. package/dist/i18n/locales/es.d.ts +3 -0
  84. package/dist/i18n/locales/es.js +3 -0
  85. package/dist/i18n/locales/fr.d.ts +3 -0
  86. package/dist/i18n/locales/fr.js +3 -0
  87. package/dist/i18n/locales/hi.d.ts +3 -0
  88. package/dist/i18n/locales/hi.js +3 -0
  89. package/dist/i18n/locales/it.d.ts +3 -0
  90. package/dist/i18n/locales/it.js +3 -0
  91. package/dist/i18n/locales/ja.d.ts +3 -0
  92. package/dist/i18n/locales/ja.js +3 -0
  93. package/dist/i18n/locales/nl.d.ts +3 -0
  94. package/dist/i18n/locales/nl.js +3 -0
  95. package/dist/i18n/locales/pl.d.ts +3 -0
  96. package/dist/i18n/locales/pl.js +3 -0
  97. package/dist/i18n/locales/pt.d.ts +3 -0
  98. package/dist/i18n/locales/pt.js +3 -0
  99. package/dist/i18n/locales/ro.d.ts +3 -0
  100. package/dist/i18n/locales/ro.js +3 -0
  101. package/dist/i18n/locales/ru.d.ts +3 -0
  102. package/dist/i18n/locales/ru.js +3 -0
  103. package/dist/i18n/locales/sq.d.ts +3 -0
  104. package/dist/i18n/locales/sq.js +3 -0
  105. package/dist/i18n/locales/sv.d.ts +3 -0
  106. package/dist/i18n/locales/sv.js +3 -0
  107. package/dist/i18n/locales/tr.d.ts +3 -0
  108. package/dist/i18n/locales/tr.js +3 -0
  109. package/dist/i18n/locales/zh.d.ts +3 -0
  110. package/dist/i18n/locales/zh.js +3 -0
  111. package/dist/index.js +974 -1268
  112. package/dist/locales/ar.json +3 -0
  113. package/dist/locales/de.json +3 -0
  114. package/dist/locales/el.json +3 -0
  115. package/dist/locales/en.json +3 -0
  116. package/dist/locales/es.json +3 -0
  117. package/dist/locales/fr.json +3 -0
  118. package/dist/locales/hi.json +3 -0
  119. package/dist/locales/it.json +3 -0
  120. package/dist/locales/ja.json +3 -0
  121. package/dist/locales/nl.json +3 -0
  122. package/dist/locales/pl.json +3 -0
  123. package/dist/locales/pt.json +3 -0
  124. package/dist/locales/ro.json +3 -0
  125. package/dist/locales/ru.json +3 -0
  126. package/dist/locales/sq.json +3 -0
  127. package/dist/locales/sv.json +3 -0
  128. package/dist/locales/tr.json +3 -0
  129. package/dist/locales/zh.json +3 -0
  130. package/dist/patterns/marketplace-app-shell/index.js +1 -1
  131. package/dist/patterns/payment-automation-upsell/index.js +5 -0
  132. package/dist/patterns/signature-request/index.js +1 -1
  133. package/dist/tokens.css +1 -1
  134. package/package.json +5 -1
  135. package/dist/_chunks/link-cell-renderer-Bt-mXeQY.js +0 -728
  136. package/dist/_chunks/notes-panel-CTcOLLVo.js +0 -324
  137. package/dist/_chunks/sparkline-DcXqRZoq.js +0 -283
@@ -1259,6 +1259,8 @@ export declare const ptUi: {
1259
1259
  readonly reviews_other: "{{value}} estrelas · {{count}} avaliações";
1260
1260
  };
1261
1261
  readonly sparkline: {
1262
+ readonly annotationAction: "{{label}} — selecione para abrir";
1263
+ readonly annotations: "Marcado: {{list}}";
1262
1264
  readonly summary: "{{label}}: mín {{min}}, máx {{max}}, atual {{current}}, {{direction}}";
1263
1265
  readonly summaryNoLabel: "mín {{min}}, máx {{max}}, atual {{current}}, {{direction}}";
1264
1266
  readonly noData: "Sem dados";
@@ -3767,6 +3769,7 @@ export declare const ptUi: {
3767
3769
  readonly composerLabel: "Nova nota";
3768
3770
  readonly add: "Adicionar nota";
3769
3771
  readonly empty: "Ainda não há notas.";
3772
+ readonly current: "Nota atual";
3770
3773
  readonly clinicalToggle: "Nota clínica";
3771
3774
  readonly clinicalGated: "Não tem permissão para escrever notas clínicas.";
3772
3775
  };
@@ -1258,6 +1258,8 @@ const e = {
1258
1258
  reviews_other: "{{value}} estrelas · {{count}} avaliações"
1259
1259
  },
1260
1260
  sparkline: {
1261
+ annotationAction: "{{label}} — selecione para abrir",
1262
+ annotations: "Marcado: {{list}}",
1261
1263
  summary: "{{label}}: mín {{min}}, máx {{max}}, atual {{current}}, {{direction}}",
1262
1264
  summaryNoLabel: "mín {{min}}, máx {{max}}, atual {{current}}, {{direction}}",
1263
1265
  noData: "Sem dados",
@@ -3745,6 +3747,7 @@ const e = {
3745
3747
  composerLabel: "Nova nota",
3746
3748
  add: "Adicionar nota",
3747
3749
  empty: "Ainda não há notas.",
3750
+ current: "Nota atual",
3748
3751
  clinicalToggle: "Nota clínica",
3749
3752
  clinicalGated: "Não tem permissão para escrever notas clínicas."
3750
3753
  },
@@ -1258,6 +1258,8 @@ export declare const roUi: {
1258
1258
  readonly reviews_other: "{{value}} stele · {{count}} recenzii";
1259
1259
  };
1260
1260
  readonly sparkline: {
1261
+ readonly annotationAction: "{{label}} — selectați pentru a deschide";
1262
+ readonly annotations: "Marcat: {{list}}";
1261
1263
  readonly summary: "{{label}}: min {{min}}, max {{max}}, curent {{current}}, {{direction}}";
1262
1264
  readonly summaryNoLabel: "min {{min}}, max {{max}}, curent {{current}}, {{direction}}";
1263
1265
  readonly noData: "Nicio dată";
@@ -3766,6 +3768,7 @@ export declare const roUi: {
3766
3768
  readonly composerLabel: "Notă nouă";
3767
3769
  readonly add: "Adaugă notă";
3768
3770
  readonly empty: "Nicio notă încă.";
3771
+ readonly current: "Nota curentă";
3769
3772
  readonly clinicalToggle: "Notă clinică";
3770
3773
  readonly clinicalGated: "Nu ai permisiunea de a scrie note clinice.";
3771
3774
  };
@@ -1258,6 +1258,8 @@ const e = {
1258
1258
  reviews_other: "{{value}} stele · {{count}} recenzii"
1259
1259
  },
1260
1260
  sparkline: {
1261
+ annotationAction: "{{label}} — selectați pentru a deschide",
1262
+ annotations: "Marcat: {{list}}",
1261
1263
  summary: "{{label}}: min {{min}}, max {{max}}, curent {{current}}, {{direction}}",
1262
1264
  summaryNoLabel: "min {{min}}, max {{max}}, curent {{current}}, {{direction}}",
1263
1265
  noData: "Nicio dată",
@@ -3741,6 +3743,7 @@ const e = {
3741
3743
  composerLabel: "Notă nouă",
3742
3744
  add: "Adaugă notă",
3743
3745
  empty: "Nicio notă încă.",
3746
+ current: "Nota curentă",
3744
3747
  clinicalToggle: "Notă clinică",
3745
3748
  clinicalGated: "Nu ai permisiunea de a scrie note clinice."
3746
3749
  },
@@ -1258,6 +1258,8 @@ export declare const ruUi: {
1258
1258
  readonly reviews_other: "{{value}} звёзд · {{count}} отзывов";
1259
1259
  };
1260
1260
  readonly sparkline: {
1261
+ readonly annotationAction: "{{label}} — выберите, чтобы открыть";
1262
+ readonly annotations: "Отмечено: {{list}}";
1261
1263
  readonly summary: "{{label}}: мин {{min}}, макс {{max}}, текущее {{current}}, {{direction}}";
1262
1264
  readonly summaryNoLabel: "мин {{min}}, макс {{max}}, текущее {{current}}, {{direction}}";
1263
1265
  readonly noData: "Нет данных";
@@ -3766,6 +3768,7 @@ export declare const ruUi: {
3766
3768
  readonly composerLabel: "Новая заметка";
3767
3769
  readonly add: "Добавить заметку";
3768
3770
  readonly empty: "Заметок пока нет.";
3771
+ readonly current: "Текущая заметка";
3769
3772
  readonly clinicalToggle: "Клиническая запись";
3770
3773
  readonly clinicalGated: "У вас нет прав для создания клинических записей.";
3771
3774
  };
@@ -1258,6 +1258,8 @@ const e = {
1258
1258
  reviews_other: "{{value}} звёзд · {{count}} отзывов"
1259
1259
  },
1260
1260
  sparkline: {
1261
+ annotationAction: "{{label}} — выберите, чтобы открыть",
1262
+ annotations: "Отмечено: {{list}}",
1261
1263
  summary: "{{label}}: мин {{min}}, макс {{max}}, текущее {{current}}, {{direction}}",
1262
1264
  summaryNoLabel: "мин {{min}}, макс {{max}}, текущее {{current}}, {{direction}}",
1263
1265
  noData: "Нет данных",
@@ -3736,6 +3738,7 @@ const e = {
3736
3738
  composerLabel: "Новая заметка",
3737
3739
  add: "Добавить заметку",
3738
3740
  empty: "Заметок пока нет.",
3741
+ current: "Текущая заметка",
3739
3742
  clinicalToggle: "Клиническая запись",
3740
3743
  clinicalGated: "У вас нет прав для создания клинических записей."
3741
3744
  },
@@ -1258,6 +1258,8 @@ export declare const sqUi: {
1258
1258
  readonly reviews_other: "{{value}} yje · {{count}} opinione";
1259
1259
  };
1260
1260
  readonly sparkline: {
1261
+ readonly annotationAction: "{{label}} — zgjidhni për ta hapur";
1262
+ readonly annotations: "Shënuar: {{list}}";
1261
1263
  readonly summary: "{{label}}: min {{min}}, maks {{max}}, aktual {{current}}, {{direction}}";
1262
1264
  readonly summaryNoLabel: "min {{min}}, maks {{max}}, aktual {{current}}, {{direction}}";
1263
1265
  readonly noData: "Asnjë të dhënë";
@@ -3766,6 +3768,7 @@ export declare const sqUi: {
3766
3768
  readonly composerLabel: "Shënim i ri";
3767
3769
  readonly add: "Shto shënim";
3768
3770
  readonly empty: "Ende nuk ka shënime.";
3771
+ readonly current: "Shënimi aktual";
3769
3772
  readonly clinicalToggle: "Shënim klinik";
3770
3773
  readonly clinicalGated: "Nuk keni leje për të shkruar shënime klinike.";
3771
3774
  };
@@ -1258,6 +1258,8 @@ const e = {
1258
1258
  reviews_other: "{{value}} yje · {{count}} opinione"
1259
1259
  },
1260
1260
  sparkline: {
1261
+ annotationAction: "{{label}} — zgjidhni për ta hapur",
1262
+ annotations: "Shënuar: {{list}}",
1261
1263
  summary: "{{label}}: min {{min}}, maks {{max}}, aktual {{current}}, {{direction}}",
1262
1264
  summaryNoLabel: "min {{min}}, maks {{max}}, aktual {{current}}, {{direction}}",
1263
1265
  noData: "Asnjë të dhënë",
@@ -3738,6 +3740,7 @@ const e = {
3738
3740
  composerLabel: "Shënim i ri",
3739
3741
  add: "Shto shënim",
3740
3742
  empty: "Ende nuk ka shënime.",
3743
+ current: "Shënimi aktual",
3741
3744
  clinicalToggle: "Shënim klinik",
3742
3745
  clinicalGated: "Nuk keni leje për të shkruar shënime klinike."
3743
3746
  },
@@ -1258,6 +1258,8 @@ export declare const svUi: {
1258
1258
  readonly reviews_other: "{{value}} stjärnor · {{count}} recensioner";
1259
1259
  };
1260
1260
  readonly sparkline: {
1261
+ readonly annotationAction: "{{label}} — välj för att öppna";
1262
+ readonly annotations: "Markerat: {{list}}";
1261
1263
  readonly summary: "{{label}}: min {{min}}, max {{max}}, aktuell {{current}}, {{direction}}";
1262
1264
  readonly summaryNoLabel: "min {{min}}, max {{max}}, aktuell {{current}}, {{direction}}";
1263
1265
  readonly noData: "Inga data";
@@ -3766,6 +3768,7 @@ export declare const svUi: {
3766
3768
  readonly composerLabel: "Ny anteckning";
3767
3769
  readonly add: "Lägg till anteckning";
3768
3770
  readonly empty: "Inga anteckningar ännu.";
3771
+ readonly current: "Aktuell anteckning";
3769
3772
  readonly clinicalToggle: "Klinisk anteckning";
3770
3773
  readonly clinicalGated: "Du har inte behörighet att skriva kliniska anteckningar.";
3771
3774
  };
@@ -1258,6 +1258,8 @@ const e = {
1258
1258
  reviews_other: "{{value}} stjärnor · {{count}} recensioner"
1259
1259
  },
1260
1260
  sparkline: {
1261
+ annotationAction: "{{label}} — välj för att öppna",
1262
+ annotations: "Markerat: {{list}}",
1261
1263
  summary: "{{label}}: min {{min}}, max {{max}}, aktuell {{current}}, {{direction}}",
1262
1264
  summaryNoLabel: "min {{min}}, max {{max}}, aktuell {{current}}, {{direction}}",
1263
1265
  noData: "Inga data",
@@ -3734,6 +3736,7 @@ const e = {
3734
3736
  composerLabel: "Ny anteckning",
3735
3737
  add: "Lägg till anteckning",
3736
3738
  empty: "Inga anteckningar ännu.",
3739
+ current: "Aktuell anteckning",
3737
3740
  clinicalToggle: "Klinisk anteckning",
3738
3741
  clinicalGated: "Du har inte behörighet att skriva kliniska anteckningar."
3739
3742
  },
@@ -1258,6 +1258,8 @@ export declare const trUi: {
1258
1258
  readonly reviews_other: "{{value}} yıldız · {{count}} değerlendirme";
1259
1259
  };
1260
1260
  readonly sparkline: {
1261
+ readonly annotationAction: "{{label}} — açmak için seçin";
1262
+ readonly annotations: "İşaretli: {{list}}";
1261
1263
  readonly summary: "{{label}}: min {{min}}, maks {{max}}, güncel {{current}}, {{direction}}";
1262
1264
  readonly summaryNoLabel: "min {{min}}, maks {{max}}, güncel {{current}}, {{direction}}";
1263
1265
  readonly noData: "Veri yok";
@@ -3766,6 +3768,7 @@ export declare const trUi: {
3766
3768
  readonly composerLabel: "Yeni not";
3767
3769
  readonly add: "Not ekle";
3768
3770
  readonly empty: "Henüz not yok.";
3771
+ readonly current: "Geçerli not";
3769
3772
  readonly clinicalToggle: "Klinik not";
3770
3773
  readonly clinicalGated: "Klinik not yazma izniniz yok.";
3771
3774
  };
@@ -1258,6 +1258,8 @@ const e = {
1258
1258
  reviews_other: "{{value}} yıldız · {{count}} değerlendirme"
1259
1259
  },
1260
1260
  sparkline: {
1261
+ annotationAction: "{{label}} — açmak için seçin",
1262
+ annotations: "İşaretli: {{list}}",
1261
1263
  summary: "{{label}}: min {{min}}, maks {{max}}, güncel {{current}}, {{direction}}",
1262
1264
  summaryNoLabel: "min {{min}}, maks {{max}}, güncel {{current}}, {{direction}}",
1263
1265
  noData: "Veri yok",
@@ -3734,6 +3736,7 @@ const e = {
3734
3736
  composerLabel: "Yeni not",
3735
3737
  add: "Not ekle",
3736
3738
  empty: "Henüz not yok.",
3739
+ current: "Geçerli not",
3737
3740
  clinicalToggle: "Klinik not",
3738
3741
  clinicalGated: "Klinik not yazma izniniz yok."
3739
3742
  },
@@ -1258,6 +1258,8 @@ export declare const zhUi: {
1258
1258
  readonly reviews_other: "{{value}} 星 · {{count}} 条评价";
1259
1259
  };
1260
1260
  readonly sparkline: {
1261
+ readonly annotationAction: "{{label}} — 选择以打开";
1262
+ readonly annotations: "标记:{{list}}";
1261
1263
  readonly summary: "{{label}}:最小值 {{min}},最大值 {{max}},当前值 {{current}},{{direction}}";
1262
1264
  readonly summaryNoLabel: "最小值 {{min}},最大值 {{max}},当前值 {{current}},{{direction}}";
1263
1265
  readonly noData: "无数据";
@@ -3766,6 +3768,7 @@ export declare const zhUi: {
3766
3768
  readonly composerLabel: "新建备注";
3767
3769
  readonly add: "添加备注";
3768
3770
  readonly empty: "暂无备注。";
3771
+ readonly current: "当前备注";
3769
3772
  readonly clinicalToggle: "临床记录";
3770
3773
  readonly clinicalGated: "您没有撰写临床记录的权限。";
3771
3774
  };
@@ -1258,6 +1258,8 @@ const e = {
1258
1258
  reviews_other: "{{value}} 星 · {{count}} 条评价"
1259
1259
  },
1260
1260
  sparkline: {
1261
+ annotationAction: "{{label}} — 选择以打开",
1262
+ annotations: "标记:{{list}}",
1261
1263
  summary: "{{label}}:最小值 {{min}},最大值 {{max}},当前值 {{current}},{{direction}}",
1262
1264
  summaryNoLabel: "最小值 {{min}},最大值 {{max}},当前值 {{current}},{{direction}}",
1263
1265
  noData: "无数据",
@@ -3723,6 +3725,7 @@ const e = {
3723
3725
  composerLabel: "新建备注",
3724
3726
  add: "添加备注",
3725
3727
  empty: "暂无备注。",
3728
+ current: "当前备注",
3726
3729
  clinicalToggle: "临床记录",
3727
3730
  clinicalGated: "您没有撰写临床记录的权限。"
3728
3731
  },