@alfadocs/ui-kit 1.4.7 → 1.4.9

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 (64) hide show
  1. package/dist/_chunks/anamnesis-summary-card-FNSkuUMB.js +346 -0
  2. package/dist/_chunks/{anamnesis-summary-rows-D7v_JyGo.js → anamnesis-summary-rows-6tOCXdoz.js} +638 -634
  3. package/dist/agent-catalog.json +1 -1
  4. package/dist/components/anamnesis-summary-card/anamnesis-summary-card.d.ts +6 -0
  5. package/dist/components/anamnesis-summary-card/index.js +1 -1
  6. package/dist/i18n/locales/ar.d.ts +1 -0
  7. package/dist/i18n/locales/ar.js +1 -0
  8. package/dist/i18n/locales/de.d.ts +1 -0
  9. package/dist/i18n/locales/de.js +1 -0
  10. package/dist/i18n/locales/el.d.ts +1 -0
  11. package/dist/i18n/locales/el.js +1 -0
  12. package/dist/i18n/locales/en.d.ts +1 -0
  13. package/dist/i18n/locales/en.js +1 -0
  14. package/dist/i18n/locales/es.d.ts +1 -0
  15. package/dist/i18n/locales/es.js +1 -0
  16. package/dist/i18n/locales/fr.d.ts +1 -0
  17. package/dist/i18n/locales/fr.js +1 -0
  18. package/dist/i18n/locales/hi.d.ts +1 -0
  19. package/dist/i18n/locales/hi.js +1 -0
  20. package/dist/i18n/locales/it.d.ts +1 -0
  21. package/dist/i18n/locales/it.js +1 -0
  22. package/dist/i18n/locales/ja.d.ts +1 -0
  23. package/dist/i18n/locales/ja.js +1 -0
  24. package/dist/i18n/locales/nl.d.ts +1 -0
  25. package/dist/i18n/locales/nl.js +1 -0
  26. package/dist/i18n/locales/pl.d.ts +1 -0
  27. package/dist/i18n/locales/pl.js +1 -0
  28. package/dist/i18n/locales/pt.d.ts +1 -0
  29. package/dist/i18n/locales/pt.js +1 -0
  30. package/dist/i18n/locales/ro.d.ts +1 -0
  31. package/dist/i18n/locales/ro.js +1 -0
  32. package/dist/i18n/locales/ru.d.ts +1 -0
  33. package/dist/i18n/locales/ru.js +1 -0
  34. package/dist/i18n/locales/sq.d.ts +1 -0
  35. package/dist/i18n/locales/sq.js +1 -0
  36. package/dist/i18n/locales/sv.d.ts +1 -0
  37. package/dist/i18n/locales/sv.js +1 -0
  38. package/dist/i18n/locales/tr.d.ts +1 -0
  39. package/dist/i18n/locales/tr.js +1 -0
  40. package/dist/i18n/locales/zh.d.ts +1 -0
  41. package/dist/i18n/locales/zh.js +1 -0
  42. package/dist/index.js +2 -2
  43. package/dist/locales/ar.json +1 -0
  44. package/dist/locales/de.json +1 -0
  45. package/dist/locales/el.json +1 -0
  46. package/dist/locales/en.json +1 -0
  47. package/dist/locales/es.json +1 -0
  48. package/dist/locales/fr.json +1 -0
  49. package/dist/locales/hi.json +1 -0
  50. package/dist/locales/it.json +1 -0
  51. package/dist/locales/ja.json +1 -0
  52. package/dist/locales/nl.json +1 -0
  53. package/dist/locales/pl.json +1 -0
  54. package/dist/locales/pt.json +1 -0
  55. package/dist/locales/ro.json +1 -0
  56. package/dist/locales/ru.json +1 -0
  57. package/dist/locales/sq.json +1 -0
  58. package/dist/locales/sv.json +1 -0
  59. package/dist/locales/tr.json +1 -0
  60. package/dist/locales/zh.json +1 -0
  61. package/dist/patterns/anamnesis/index.js +1 -1
  62. package/dist/tokens.css +1 -1
  63. package/package.json +1 -1
  64. package/dist/_chunks/anamnesis-summary-card-BvaSnAbI.js +0 -302
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "packageVersion": "1.4.7",
3
+ "packageVersion": "1.4.9",
4
4
  "components": [
5
5
  {
6
6
  "kind": "component",
@@ -50,6 +50,12 @@ export interface AnamnesisSummaryCardProps extends Omit<HTMLAttributes<HTMLDivEl
50
50
  locale?: string;
51
51
  /** Highlighted answers sort to the top of their section. Default `true`. */
52
52
  highlightedFirst?: boolean;
53
+ /**
54
+ * Open the card with a "Highlighted answers" group collecting every
55
+ * flagged answer, each with where and when it was recorded, before the
56
+ * sections. Default `true`; absent when nothing is flagged.
57
+ */
58
+ highlightedGroup?: boolean;
53
59
  /** `'elevated'` (default) — Card with shadow; `'flat'` — outlined Card. */
54
60
  surface?: 'flat' | 'elevated';
55
61
  /** `'comfortable'` (default) or `'compact'` (tighter row gap + paddings). */
@@ -1,4 +1,4 @@
1
- import { A as r, a as s } from "../../_chunks/anamnesis-summary-card-BvaSnAbI.js";
1
+ import { A as r, a as s } from "../../_chunks/anamnesis-summary-card-FNSkuUMB.js";
2
2
  export {
3
3
  r as AnamnesisSummaryCard,
4
4
  s as anamnesisSummaryCardAgent
@@ -2070,6 +2070,7 @@ export declare const arUi: {
2070
2070
  readonly anamnesisSummaryCard: {
2071
2071
  readonly regionLabel: "ملخص التاريخ المرضي";
2072
2072
  readonly highlighted: "مميّزة";
2073
+ readonly highlightedGroup: "إجابات مميّزة";
2073
2074
  readonly highlightedCount_zero: "{{count}} مميّزة";
2074
2075
  readonly highlightedCount_one: "{{count}} مميّزة";
2075
2076
  readonly highlightedCount_two: "{{count}} مميّزتان";
@@ -2057,6 +2057,7 @@ const e = {
2057
2057
  anamnesisSummaryCard: {
2058
2058
  regionLabel: "ملخص التاريخ المرضي",
2059
2059
  highlighted: "مميّزة",
2060
+ highlightedGroup: "إجابات مميّزة",
2060
2061
  highlightedCount_zero: "{{count}} مميّزة",
2061
2062
  highlightedCount_one: "{{count}} مميّزة",
2062
2063
  highlightedCount_two: "{{count}} مميّزتان",
@@ -2070,6 +2070,7 @@ export declare const deUi: {
2070
2070
  readonly anamnesisSummaryCard: {
2071
2071
  readonly regionLabel: "Anamnese-Zusammenfassung";
2072
2072
  readonly highlighted: "Hervorgehoben";
2073
+ readonly highlightedGroup: "Hervorgehobene Antworten";
2073
2074
  readonly highlightedCount_zero: "{{count}} hervorgehoben";
2074
2075
  readonly highlightedCount_one: "{{count}} hervorgehoben";
2075
2076
  readonly highlightedCount_two: "{{count}} hervorgehoben";
@@ -2056,6 +2056,7 @@ const e = {
2056
2056
  anamnesisSummaryCard: {
2057
2057
  regionLabel: "Anamnese-Zusammenfassung",
2058
2058
  highlighted: "Hervorgehoben",
2059
+ highlightedGroup: "Hervorgehobene Antworten",
2059
2060
  highlightedCount_zero: "{{count}} hervorgehoben",
2060
2061
  highlightedCount_one: "{{count}} hervorgehoben",
2061
2062
  highlightedCount_two: "{{count}} hervorgehoben",
@@ -2067,6 +2067,7 @@ export declare const elUi: {
2067
2067
  readonly anamnesisSummaryCard: {
2068
2068
  readonly regionLabel: "Σύνοψη ιστορικού";
2069
2069
  readonly highlighted: "Επισημασμένη";
2070
+ readonly highlightedGroup: "Επισημασμένες απαντήσεις";
2070
2071
  readonly highlightedCount_zero: "{{count}} επισημασμένες";
2071
2072
  readonly highlightedCount_one: "{{count}} επισημασμένη";
2072
2073
  readonly highlightedCount_two: "{{count}} επισημασμένες";
@@ -2057,6 +2057,7 @@ const e = {
2057
2057
  anamnesisSummaryCard: {
2058
2058
  regionLabel: "Σύνοψη ιστορικού",
2059
2059
  highlighted: "Επισημασμένη",
2060
+ highlightedGroup: "Επισημασμένες απαντήσεις",
2060
2061
  highlightedCount_zero: "{{count}} επισημασμένες",
2061
2062
  highlightedCount_one: "{{count}} επισημασμένη",
2062
2063
  highlightedCount_two: "{{count}} επισημασμένες",
@@ -2135,6 +2135,7 @@ export declare const enUi: {
2135
2135
  readonly anamnesisSummaryCard: {
2136
2136
  readonly regionLabel: "Anamnesis summary";
2137
2137
  readonly highlighted: "Highlighted";
2138
+ readonly highlightedGroup: "Highlighted answers";
2138
2139
  readonly highlightedCount_zero: "{{count}} highlighted";
2139
2140
  readonly highlightedCount_one: "{{count}} highlighted";
2140
2141
  readonly highlightedCount_two: "{{count}} highlighted";
@@ -2118,6 +2118,7 @@ const e = {
2118
2118
  anamnesisSummaryCard: {
2119
2119
  regionLabel: "Anamnesis summary",
2120
2120
  highlighted: "Highlighted",
2121
+ highlightedGroup: "Highlighted answers",
2121
2122
  highlightedCount_zero: "{{count}} highlighted",
2122
2123
  highlightedCount_one: "{{count}} highlighted",
2123
2124
  highlightedCount_two: "{{count}} highlighted",
@@ -2067,6 +2067,7 @@ export declare const esUi: {
2067
2067
  readonly anamnesisSummaryCard: {
2068
2068
  readonly regionLabel: "Resumen de la anamnesis";
2069
2069
  readonly highlighted: "Destacada";
2070
+ readonly highlightedGroup: "Respuestas destacadas";
2070
2071
  readonly highlightedCount_zero: "{{count}} destacadas";
2071
2072
  readonly highlightedCount_one: "{{count}} destacada";
2072
2073
  readonly highlightedCount_two: "{{count}} destacadas";
@@ -2056,6 +2056,7 @@ const e = {
2056
2056
  anamnesisSummaryCard: {
2057
2057
  regionLabel: "Resumen de la anamnesis",
2058
2058
  highlighted: "Destacada",
2059
+ highlightedGroup: "Respuestas destacadas",
2059
2060
  highlightedCount_zero: "{{count}} destacadas",
2060
2061
  highlightedCount_one: "{{count}} destacada",
2061
2062
  highlightedCount_two: "{{count}} destacadas",
@@ -2067,6 +2067,7 @@ export declare const frUi: {
2067
2067
  readonly anamnesisSummaryCard: {
2068
2068
  readonly regionLabel: "Résumé de l’anamnèse";
2069
2069
  readonly highlighted: "Mise en évidence";
2070
+ readonly highlightedGroup: "Réponses mises en évidence";
2070
2071
  readonly highlightedCount_zero: "{{count}} mise en évidence";
2071
2072
  readonly highlightedCount_one: "{{count}} mise en évidence";
2072
2073
  readonly highlightedCount_two: "{{count}} mises en évidence";
@@ -2056,6 +2056,7 @@ const e = {
2056
2056
  anamnesisSummaryCard: {
2057
2057
  regionLabel: "Résumé de l’anamnèse",
2058
2058
  highlighted: "Mise en évidence",
2059
+ highlightedGroup: "Réponses mises en évidence",
2059
2060
  highlightedCount_zero: "{{count}} mise en évidence",
2060
2061
  highlightedCount_one: "{{count}} mise en évidence",
2061
2062
  highlightedCount_two: "{{count}} mises en évidence",
@@ -2067,6 +2067,7 @@ export declare const hiUi: {
2067
2067
  readonly anamnesisSummaryCard: {
2068
2068
  readonly regionLabel: "चिकित्सा इतिहास सारांश";
2069
2069
  readonly highlighted: "हाइलाइट किया गया";
2070
+ readonly highlightedGroup: "हाइलाइट किए गए उत्तर";
2070
2071
  readonly highlightedCount_zero: "{{count}} हाइलाइट किए गए";
2071
2072
  readonly highlightedCount_one: "{{count}} हाइलाइट किया गया";
2072
2073
  readonly highlightedCount_two: "{{count}} हाइलाइट किए गए";
@@ -2057,6 +2057,7 @@ const e = {
2057
2057
  anamnesisSummaryCard: {
2058
2058
  regionLabel: "चिकित्सा इतिहास सारांश",
2059
2059
  highlighted: "हाइलाइट किया गया",
2060
+ highlightedGroup: "हाइलाइट किए गए उत्तर",
2060
2061
  highlightedCount_zero: "{{count}} हाइलाइट किए गए",
2061
2062
  highlightedCount_one: "{{count}} हाइलाइट किया गया",
2062
2063
  highlightedCount_two: "{{count}} हाइलाइट किए गए",
@@ -2064,6 +2064,7 @@ export declare const itUi: {
2064
2064
  readonly anamnesisSummaryCard: {
2065
2065
  readonly regionLabel: "Riepilogo anamnesi";
2066
2066
  readonly highlighted: "In risalto";
2067
+ readonly highlightedGroup: "Risposte in risalto";
2067
2068
  readonly highlightedCount_zero: "{{count}} in risalto";
2068
2069
  readonly highlightedCount_one: "{{count}} in risalto";
2069
2070
  readonly highlightedCount_two: "{{count}} in risalto";
@@ -2036,6 +2036,7 @@ const e = {
2036
2036
  anamnesisSummaryCard: {
2037
2037
  regionLabel: "Riepilogo anamnesi",
2038
2038
  highlighted: "In risalto",
2039
+ highlightedGroup: "Risposte in risalto",
2039
2040
  highlightedCount_zero: "{{count}} in risalto",
2040
2041
  highlightedCount_one: "{{count}} in risalto",
2041
2042
  highlightedCount_two: "{{count}} in risalto",
@@ -2067,6 +2067,7 @@ export declare const jaUi: {
2067
2067
  readonly anamnesisSummaryCard: {
2068
2068
  readonly regionLabel: "問診サマリー";
2069
2069
  readonly highlighted: "ハイライト";
2070
+ readonly highlightedGroup: "ハイライトされた回答";
2070
2071
  readonly highlightedCount_zero: "ハイライト {{count}} 件";
2071
2072
  readonly highlightedCount_one: "ハイライト {{count}} 件";
2072
2073
  readonly highlightedCount_two: "ハイライト {{count}} 件";
@@ -2057,6 +2057,7 @@ const e = {
2057
2057
  anamnesisSummaryCard: {
2058
2058
  regionLabel: "問診サマリー",
2059
2059
  highlighted: "ハイライト",
2060
+ highlightedGroup: "ハイライトされた回答",
2060
2061
  highlightedCount_zero: "ハイライト {{count}} 件",
2061
2062
  highlightedCount_one: "ハイライト {{count}} 件",
2062
2063
  highlightedCount_two: "ハイライト {{count}} 件",
@@ -2067,6 +2067,7 @@ export declare const nlUi: {
2067
2067
  readonly anamnesisSummaryCard: {
2068
2068
  readonly regionLabel: "Samenvatting anamnese";
2069
2069
  readonly highlighted: "Gemarkeerd";
2070
+ readonly highlightedGroup: "Gemarkeerde antwoorden";
2070
2071
  readonly highlightedCount_zero: "{{count}} gemarkeerd";
2071
2072
  readonly highlightedCount_one: "{{count}} gemarkeerd";
2072
2073
  readonly highlightedCount_two: "{{count}} gemarkeerd";
@@ -2056,6 +2056,7 @@ const e = {
2056
2056
  anamnesisSummaryCard: {
2057
2057
  regionLabel: "Samenvatting anamnese",
2058
2058
  highlighted: "Gemarkeerd",
2059
+ highlightedGroup: "Gemarkeerde antwoorden",
2059
2060
  highlightedCount_zero: "{{count}} gemarkeerd",
2060
2061
  highlightedCount_one: "{{count}} gemarkeerd",
2061
2062
  highlightedCount_two: "{{count}} gemarkeerd",
@@ -2067,6 +2067,7 @@ export declare const plUi: {
2067
2067
  readonly anamnesisSummaryCard: {
2068
2068
  readonly regionLabel: "Podsumowanie wywiadu";
2069
2069
  readonly highlighted: "Wyróżniona";
2070
+ readonly highlightedGroup: "Wyróżnione odpowiedzi";
2070
2071
  readonly highlightedCount_zero: "{{count}} wyróżnionych";
2071
2072
  readonly highlightedCount_one: "{{count}} wyróżniona";
2072
2073
  readonly highlightedCount_two: "{{count}} wyróżnione";
@@ -2057,6 +2057,7 @@ const e = {
2057
2057
  anamnesisSummaryCard: {
2058
2058
  regionLabel: "Podsumowanie wywiadu",
2059
2059
  highlighted: "Wyróżniona",
2060
+ highlightedGroup: "Wyróżnione odpowiedzi",
2060
2061
  highlightedCount_zero: "{{count}} wyróżnionych",
2061
2062
  highlightedCount_one: "{{count}} wyróżniona",
2062
2063
  highlightedCount_two: "{{count}} wyróżnione",
@@ -2068,6 +2068,7 @@ export declare const ptUi: {
2068
2068
  readonly anamnesisSummaryCard: {
2069
2069
  readonly regionLabel: "Resumo da anamnese";
2070
2070
  readonly highlighted: "Em destaque";
2071
+ readonly highlightedGroup: "Respostas em destaque";
2071
2072
  readonly highlightedCount_zero: "{{count}} em destaque";
2072
2073
  readonly highlightedCount_one: "{{count}} em destaque";
2073
2074
  readonly highlightedCount_two: "{{count}} em destaque";
@@ -2058,6 +2058,7 @@ const e = {
2058
2058
  anamnesisSummaryCard: {
2059
2059
  regionLabel: "Resumo da anamnese",
2060
2060
  highlighted: "Em destaque",
2061
+ highlightedGroup: "Respostas em destaque",
2061
2062
  highlightedCount_zero: "{{count}} em destaque",
2062
2063
  highlightedCount_one: "{{count}} em destaque",
2063
2064
  highlightedCount_two: "{{count}} em destaque",
@@ -2067,6 +2067,7 @@ export declare const roUi: {
2067
2067
  readonly anamnesisSummaryCard: {
2068
2068
  readonly regionLabel: "Rezumatul anamnezei";
2069
2069
  readonly highlighted: "Evidențiat";
2070
+ readonly highlightedGroup: "Răspunsuri evidențiate";
2070
2071
  readonly highlightedCount_zero: "{{count}} evidențiate";
2071
2072
  readonly highlightedCount_one: "{{count}} evidențiat";
2072
2073
  readonly highlightedCount_two: "{{count}} evidențiate";
@@ -2057,6 +2057,7 @@ const e = {
2057
2057
  anamnesisSummaryCard: {
2058
2058
  regionLabel: "Rezumatul anamnezei",
2059
2059
  highlighted: "Evidențiat",
2060
+ highlightedGroup: "Răspunsuri evidențiate",
2060
2061
  highlightedCount_zero: "{{count}} evidențiate",
2061
2062
  highlightedCount_one: "{{count}} evidențiat",
2062
2063
  highlightedCount_two: "{{count}} evidențiate",
@@ -2067,6 +2067,7 @@ export declare const ruUi: {
2067
2067
  readonly anamnesisSummaryCard: {
2068
2068
  readonly regionLabel: "Сводка анамнеза";
2069
2069
  readonly highlighted: "Выделено";
2070
+ readonly highlightedGroup: "Выделенные ответы";
2070
2071
  readonly highlightedCount_zero: "{{count}} выделено";
2071
2072
  readonly highlightedCount_one: "{{count}} выделено";
2072
2073
  readonly highlightedCount_two: "{{count}} выделено";
@@ -2057,6 +2057,7 @@ const e = {
2057
2057
  anamnesisSummaryCard: {
2058
2058
  regionLabel: "Сводка анамнеза",
2059
2059
  highlighted: "Выделено",
2060
+ highlightedGroup: "Выделенные ответы",
2060
2061
  highlightedCount_zero: "{{count}} выделено",
2061
2062
  highlightedCount_one: "{{count}} выделено",
2062
2063
  highlightedCount_two: "{{count}} выделено",
@@ -2067,6 +2067,7 @@ export declare const sqUi: {
2067
2067
  readonly anamnesisSummaryCard: {
2068
2068
  readonly regionLabel: "Përmbledhja e anamnezës";
2069
2069
  readonly highlighted: "E theksuar";
2070
+ readonly highlightedGroup: "Përgjigje të theksuara";
2070
2071
  readonly highlightedCount_zero: "{{count}} të theksuara";
2071
2072
  readonly highlightedCount_one: "{{count}} e theksuar";
2072
2073
  readonly highlightedCount_two: "{{count}} të theksuara";
@@ -2057,6 +2057,7 @@ const e = {
2057
2057
  anamnesisSummaryCard: {
2058
2058
  regionLabel: "Përmbledhja e anamnezës",
2059
2059
  highlighted: "E theksuar",
2060
+ highlightedGroup: "Përgjigje të theksuara",
2060
2061
  highlightedCount_zero: "{{count}} të theksuara",
2061
2062
  highlightedCount_one: "{{count}} e theksuar",
2062
2063
  highlightedCount_two: "{{count}} të theksuara",
@@ -2067,6 +2067,7 @@ export declare const svUi: {
2067
2067
  readonly anamnesisSummaryCard: {
2068
2068
  readonly regionLabel: "Sammanfattning av anamnes";
2069
2069
  readonly highlighted: "Markerad";
2070
+ readonly highlightedGroup: "Markerade svar";
2070
2071
  readonly highlightedCount_zero: "{{count}} markerade";
2071
2072
  readonly highlightedCount_one: "{{count}} markerad";
2072
2073
  readonly highlightedCount_two: "{{count}} markerade";
@@ -2057,6 +2057,7 @@ const e = {
2057
2057
  anamnesisSummaryCard: {
2058
2058
  regionLabel: "Sammanfattning av anamnes",
2059
2059
  highlighted: "Markerad",
2060
+ highlightedGroup: "Markerade svar",
2060
2061
  highlightedCount_zero: "{{count}} markerade",
2061
2062
  highlightedCount_one: "{{count}} markerad",
2062
2063
  highlightedCount_two: "{{count}} markerade",
@@ -2067,6 +2067,7 @@ export declare const trUi: {
2067
2067
  readonly anamnesisSummaryCard: {
2068
2068
  readonly regionLabel: "Anamnez özeti";
2069
2069
  readonly highlighted: "Öne çıkan";
2070
+ readonly highlightedGroup: "Öne çıkan yanıtlar";
2070
2071
  readonly highlightedCount_zero: "{{count}} öne çıkan";
2071
2072
  readonly highlightedCount_one: "{{count}} öne çıkan";
2072
2073
  readonly highlightedCount_two: "{{count}} öne çıkan";
@@ -2057,6 +2057,7 @@ const e = {
2057
2057
  anamnesisSummaryCard: {
2058
2058
  regionLabel: "Anamnez özeti",
2059
2059
  highlighted: "Öne çıkan",
2060
+ highlightedGroup: "Öne çıkan yanıtlar",
2060
2061
  highlightedCount_zero: "{{count}} öne çıkan",
2061
2062
  highlightedCount_one: "{{count}} öne çıkan",
2062
2063
  highlightedCount_two: "{{count}} öne çıkan",
@@ -2067,6 +2067,7 @@ export declare const zhUi: {
2067
2067
  readonly anamnesisSummaryCard: {
2068
2068
  readonly regionLabel: "病史摘要";
2069
2069
  readonly highlighted: "重点";
2070
+ readonly highlightedGroup: "重点回答";
2070
2071
  readonly highlightedCount_zero: "{{count}} 项重点";
2071
2072
  readonly highlightedCount_one: "{{count}} 项重点";
2072
2073
  readonly highlightedCount_two: "{{count}} 项重点";
@@ -2057,6 +2057,7 @@ const e = {
2057
2057
  anamnesisSummaryCard: {
2058
2058
  regionLabel: "病史摘要",
2059
2059
  highlighted: "重点",
2060
+ highlightedGroup: "重点回答",
2060
2061
  highlightedCount_zero: "{{count}} 项重点",
2061
2062
  highlightedCount_one: "{{count}} 项重点",
2062
2063
  highlightedCount_two: "{{count}} 项重点",
package/dist/index.js CHANGED
@@ -190,7 +190,7 @@ import { O as FA, o as MA } from "./_chunks/operator-hero-DVy0RGoD.js";
190
190
  import { P as OA, p as yA } from "./_chunks/patient-details-Bf4iTAPp.js";
191
191
  import { P as BA, p as GA } from "./_chunks/patient-search-NQemeJlL.js";
192
192
  import { P as HA, p as wA } from "./_chunks/patient-summary-card-dkV6a53T.js";
193
- import { A as WA, a as UA } from "./_chunks/anamnesis-summary-card-BvaSnAbI.js";
193
+ import { A as WA, a as UA } from "./_chunks/anamnesis-summary-card-FNSkuUMB.js";
194
194
  import { B as YA, C as XA, N as qA, P as zA, a as jA, b as QA, g as JA, u as ZA } from "./_chunks/patient-table-DQKcWowi.js";
195
195
  import { B as ac, M as ec, P as sc, a as rc, b as oc, c as tc, d as nc, S as ic, e as pc, f as mc, g as lc, h as dc, p as Ac, i as cc, j as fc, k as gc, s as Cc, t as Sc, l as xc } from "./_chunks/periodontal-chart-CfFgKXWa.js";
196
196
  import { P as uc, a as Pc, p as Ic } from "./_chunks/periodontal-chart-card--6yTUsrQ.js";
@@ -215,7 +215,7 @@ import { T as Gg } from "./_chunks/transaction-chip-DJCstquX.js";
215
215
  import { W as Hg, a as wg } from "./_chunks/whatsapp-button-BIy6NaJK.js";
216
216
  import { C as Wg, W as Ug, a as Kg, b as Yg, c as Xg, i as qg, l as zg, m as jg, r as Qg, w as Jg, d as Zg, e as $g, f as aC } from "./_chunks/workflow-map-C5PGP6cD.js";
217
217
  import { A as sC, a as rC, b as oC, c as tC } from "./_chunks/alia-sidebar-Bg53-ZOT.js";
218
- import { A as iC, a as pC, L as mC, P as lC, S as dC, T as AC, b as cC, c as fC, d as gC, e as CC, f as SC, g as xC, h as TC, i as uC, j as PC, k as IC, l as EC, m as bC, n as RC, o as _C, p as NC, r as hC, q as DC, s as FC, t as MC, u as LC } from "./_chunks/anamnesis-summary-rows-D7v_JyGo.js";
218
+ import { A as iC, a as pC, L as mC, P as lC, S as dC, T as AC, b as cC, c as fC, d as gC, e as CC, f as SC, g as xC, h as TC, i as uC, j as PC, k as IC, l as EC, m as bC, n as RC, o as _C, p as NC, r as hC, q as DC, s as FC, t as MC, u as LC } from "./_chunks/anamnesis-summary-rows-6tOCXdoz.js";
219
219
  import { C as yC, M as kC, P as BC } from "./_chunks/marketplace-app-shell-BxOiy25s.js";
220
220
  import { P as vC } from "./_chunks/payment-automation-upsell-CZZPGfs0.js";
221
221
  import { S as wC } from "./_chunks/signature-request-C4UBfVRZ.js";
@@ -2063,6 +2063,7 @@
2063
2063
  "anamnesisSummaryCard": {
2064
2064
  "regionLabel": "ملخص التاريخ المرضي",
2065
2065
  "highlighted": "مميّزة",
2066
+ "highlightedGroup": "إجابات مميّزة",
2066
2067
  "highlightedCount_zero": "{{count}} مميّزة",
2067
2068
  "highlightedCount_one": "{{count}} مميّزة",
2068
2069
  "highlightedCount_two": "{{count}} مميّزتان",
@@ -2063,6 +2063,7 @@
2063
2063
  "anamnesisSummaryCard": {
2064
2064
  "regionLabel": "Anamnese-Zusammenfassung",
2065
2065
  "highlighted": "Hervorgehoben",
2066
+ "highlightedGroup": "Hervorgehobene Antworten",
2066
2067
  "highlightedCount_zero": "{{count}} hervorgehoben",
2067
2068
  "highlightedCount_one": "{{count}} hervorgehoben",
2068
2069
  "highlightedCount_two": "{{count}} hervorgehoben",
@@ -2063,6 +2063,7 @@
2063
2063
  "anamnesisSummaryCard": {
2064
2064
  "regionLabel": "Σύνοψη ιστορικού",
2065
2065
  "highlighted": "Επισημασμένη",
2066
+ "highlightedGroup": "Επισημασμένες απαντήσεις",
2066
2067
  "highlightedCount_zero": "{{count}} επισημασμένες",
2067
2068
  "highlightedCount_one": "{{count}} επισημασμένη",
2068
2069
  "highlightedCount_two": "{{count}} επισημασμένες",
@@ -2120,6 +2120,7 @@
2120
2120
  "anamnesisSummaryCard": {
2121
2121
  "regionLabel": "Anamnesis summary",
2122
2122
  "highlighted": "Highlighted",
2123
+ "highlightedGroup": "Highlighted answers",
2123
2124
  "highlightedCount_zero": "{{count}} highlighted",
2124
2125
  "highlightedCount_one": "{{count}} highlighted",
2125
2126
  "highlightedCount_two": "{{count}} highlighted",
@@ -2063,6 +2063,7 @@
2063
2063
  "anamnesisSummaryCard": {
2064
2064
  "regionLabel": "Resumen de la anamnesis",
2065
2065
  "highlighted": "Destacada",
2066
+ "highlightedGroup": "Respuestas destacadas",
2066
2067
  "highlightedCount_zero": "{{count}} destacadas",
2067
2068
  "highlightedCount_one": "{{count}} destacada",
2068
2069
  "highlightedCount_two": "{{count}} destacadas",
@@ -2063,6 +2063,7 @@
2063
2063
  "anamnesisSummaryCard": {
2064
2064
  "regionLabel": "Résumé de l’anamnèse",
2065
2065
  "highlighted": "Mise en évidence",
2066
+ "highlightedGroup": "Réponses mises en évidence",
2066
2067
  "highlightedCount_zero": "{{count}} mise en évidence",
2067
2068
  "highlightedCount_one": "{{count}} mise en évidence",
2068
2069
  "highlightedCount_two": "{{count}} mises en évidence",
@@ -2063,6 +2063,7 @@
2063
2063
  "anamnesisSummaryCard": {
2064
2064
  "regionLabel": "चिकित्सा इतिहास सारांश",
2065
2065
  "highlighted": "हाइलाइट किया गया",
2066
+ "highlightedGroup": "हाइलाइट किए गए उत्तर",
2066
2067
  "highlightedCount_zero": "{{count}} हाइलाइट किए गए",
2067
2068
  "highlightedCount_one": "{{count}} हाइलाइट किया गया",
2068
2069
  "highlightedCount_two": "{{count}} हाइलाइट किए गए",
@@ -2063,6 +2063,7 @@
2063
2063
  "anamnesisSummaryCard": {
2064
2064
  "regionLabel": "Riepilogo anamnesi",
2065
2065
  "highlighted": "In risalto",
2066
+ "highlightedGroup": "Risposte in risalto",
2066
2067
  "highlightedCount_zero": "{{count}} in risalto",
2067
2068
  "highlightedCount_one": "{{count}} in risalto",
2068
2069
  "highlightedCount_two": "{{count}} in risalto",
@@ -2063,6 +2063,7 @@
2063
2063
  "anamnesisSummaryCard": {
2064
2064
  "regionLabel": "問診サマリー",
2065
2065
  "highlighted": "ハイライト",
2066
+ "highlightedGroup": "ハイライトされた回答",
2066
2067
  "highlightedCount_zero": "ハイライト {{count}} 件",
2067
2068
  "highlightedCount_one": "ハイライト {{count}} 件",
2068
2069
  "highlightedCount_two": "ハイライト {{count}} 件",
@@ -2063,6 +2063,7 @@
2063
2063
  "anamnesisSummaryCard": {
2064
2064
  "regionLabel": "Samenvatting anamnese",
2065
2065
  "highlighted": "Gemarkeerd",
2066
+ "highlightedGroup": "Gemarkeerde antwoorden",
2066
2067
  "highlightedCount_zero": "{{count}} gemarkeerd",
2067
2068
  "highlightedCount_one": "{{count}} gemarkeerd",
2068
2069
  "highlightedCount_two": "{{count}} gemarkeerd",
@@ -2063,6 +2063,7 @@
2063
2063
  "anamnesisSummaryCard": {
2064
2064
  "regionLabel": "Podsumowanie wywiadu",
2065
2065
  "highlighted": "Wyróżniona",
2066
+ "highlightedGroup": "Wyróżnione odpowiedzi",
2066
2067
  "highlightedCount_zero": "{{count}} wyróżnionych",
2067
2068
  "highlightedCount_one": "{{count}} wyróżniona",
2068
2069
  "highlightedCount_two": "{{count}} wyróżnione",
@@ -2063,6 +2063,7 @@
2063
2063
  "anamnesisSummaryCard": {
2064
2064
  "regionLabel": "Resumo da anamnese",
2065
2065
  "highlighted": "Em destaque",
2066
+ "highlightedGroup": "Respostas em destaque",
2066
2067
  "highlightedCount_zero": "{{count}} em destaque",
2067
2068
  "highlightedCount_one": "{{count}} em destaque",
2068
2069
  "highlightedCount_two": "{{count}} em destaque",
@@ -2063,6 +2063,7 @@
2063
2063
  "anamnesisSummaryCard": {
2064
2064
  "regionLabel": "Rezumatul anamnezei",
2065
2065
  "highlighted": "Evidențiat",
2066
+ "highlightedGroup": "Răspunsuri evidențiate",
2066
2067
  "highlightedCount_zero": "{{count}} evidențiate",
2067
2068
  "highlightedCount_one": "{{count}} evidențiat",
2068
2069
  "highlightedCount_two": "{{count}} evidențiate",
@@ -2063,6 +2063,7 @@
2063
2063
  "anamnesisSummaryCard": {
2064
2064
  "regionLabel": "Сводка анамнеза",
2065
2065
  "highlighted": "Выделено",
2066
+ "highlightedGroup": "Выделенные ответы",
2066
2067
  "highlightedCount_zero": "{{count}} выделено",
2067
2068
  "highlightedCount_one": "{{count}} выделено",
2068
2069
  "highlightedCount_two": "{{count}} выделено",
@@ -2063,6 +2063,7 @@
2063
2063
  "anamnesisSummaryCard": {
2064
2064
  "regionLabel": "Përmbledhja e anamnezës",
2065
2065
  "highlighted": "E theksuar",
2066
+ "highlightedGroup": "Përgjigje të theksuara",
2066
2067
  "highlightedCount_zero": "{{count}} të theksuara",
2067
2068
  "highlightedCount_one": "{{count}} e theksuar",
2068
2069
  "highlightedCount_two": "{{count}} të theksuara",
@@ -2063,6 +2063,7 @@
2063
2063
  "anamnesisSummaryCard": {
2064
2064
  "regionLabel": "Sammanfattning av anamnes",
2065
2065
  "highlighted": "Markerad",
2066
+ "highlightedGroup": "Markerade svar",
2066
2067
  "highlightedCount_zero": "{{count}} markerade",
2067
2068
  "highlightedCount_one": "{{count}} markerad",
2068
2069
  "highlightedCount_two": "{{count}} markerade",
@@ -2063,6 +2063,7 @@
2063
2063
  "anamnesisSummaryCard": {
2064
2064
  "regionLabel": "Anamnez özeti",
2065
2065
  "highlighted": "Öne çıkan",
2066
+ "highlightedGroup": "Öne çıkan yanıtlar",
2066
2067
  "highlightedCount_zero": "{{count}} öne çıkan",
2067
2068
  "highlightedCount_one": "{{count}} öne çıkan",
2068
2069
  "highlightedCount_two": "{{count}} öne çıkan",
@@ -2063,6 +2063,7 @@
2063
2063
  "anamnesisSummaryCard": {
2064
2064
  "regionLabel": "病史摘要",
2065
2065
  "highlighted": "重点",
2066
+ "highlightedGroup": "重点回答",
2066
2067
  "highlightedCount_zero": "{{count}} 项重点",
2067
2068
  "highlightedCount_one": "{{count}} 项重点",
2068
2069
  "highlightedCount_two": "{{count}} 项重点",
@@ -1,4 +1,4 @@
1
- import { A as e, a as i, L as r, P as n, S as o, T as t, b as l, c as d, d as g, e as A, f as m, g as c, h as E, i as P, j as f, k as S, l as h, m as u, n as T, o as I, p as N, r as R, q as _, s as C, t as L, u as b } from "../../_chunks/anamnesis-summary-rows-D7v_JyGo.js";
1
+ import { A as e, a as i, L as r, P as n, S as o, T as t, b as l, c as d, d as g, e as A, f as m, g as c, h as E, i as P, j as f, k as S, l as h, m as u, n as T, o as I, p as N, r as R, q as _, s as C, t as L, u as b } from "../../_chunks/anamnesis-summary-rows-6tOCXdoz.js";
2
2
  export {
3
3
  e as Anamnesis,
4
4
  i as AnamnesisConfigEditor,