@alfadocs/ui-kit 1.36.1 → 1.37.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 (127) hide show
  1. package/dist/_chunks/appointment-peek-5S4O1VQP.js +115 -0
  2. package/dist/_chunks/appointment-peek.agent-C539tNFM.js +17 -0
  3. package/dist/_chunks/building-2-D33bLCWL.js +24 -0
  4. package/dist/_chunks/calendar-workspace-BqKBj26r.js +9715 -0
  5. package/dist/_chunks/{control-room-rail-Ds45_g4f.js → control-room-rail-DQoHdE1U.js} +2 -2
  6. package/dist/_chunks/editable-description-BOfAeY3T.js +112 -0
  7. package/dist/_chunks/editable-description.agent-Bm_LBV2j.js +21 -0
  8. package/dist/_chunks/{money.agent-Dw55UxUA.js → money-BY-HmKhZ.js} +33 -47
  9. package/dist/_chunks/money.agent-BjJ6gOkx.js +17 -0
  10. package/dist/_chunks/notes-panel-4y5JioWN.js +556 -0
  11. package/dist/_chunks/panel-subview-BNXN8OEL.js +160 -0
  12. package/dist/_chunks/panel-subview.agent-BIBvE-IW.js +17 -0
  13. package/dist/_chunks/{patient-details-f7SSXkTJ.js → patient-details-2cIaL-Zb.js} +2 -2
  14. package/dist/_chunks/{patient-field-row-BQZoP4m2.js → patient-field-row-IHb2VFc2.js} +193 -172
  15. package/dist/_chunks/{patient-summary-card-Bz7KdUin.js → patient-summary-card-BzmJH9a-.js} +2 -2
  16. package/dist/_chunks/{section-card.agent-W18CHEgX.js → section-card-XR2bW1Ie.js} +20 -34
  17. package/dist/_chunks/section-card.agent-Bz1BhM_j.js +17 -0
  18. package/dist/_chunks/smartphone-DaPcFw-X.js +32 -0
  19. package/dist/_chunks/{task-card-BalrLkSz.js → task-card-qTKD1fIT.js} +39 -57
  20. package/dist/_chunks/{task-tray-wl9eti6J.js → task-tray-CQ8UAR2j.js} +2 -2
  21. package/dist/_chunks/{tasks-panel-BDNB7hsZ.js → tasks-panel-CBGMtQ_f.js} +2 -2
  22. package/dist/_chunks/{tool-rail-Bq5eiFMG.js → tool-rail-BP8sjxCw.js} +310 -231
  23. package/dist/_chunks/treatment-receipt-D4kOLXOk.js +94 -0
  24. package/dist/_chunks/treatment-receipt.agent-bpFm2RPH.js +21 -0
  25. package/dist/_chunks/use-presence-transition-cDwWUXV-.js +58 -0
  26. package/dist/_chunks/{workflow-map-D-LEni11.js → workflow-map-CXdsxvUj.js} +140 -156
  27. package/dist/agent-catalog.json +65 -1
  28. package/dist/components/appointment-peek/appointment-peek.agent.d.ts +3 -0
  29. package/dist/components/appointment-peek/appointment-peek.d.ts +45 -0
  30. package/dist/components/appointment-peek/index.d.ts +4 -0
  31. package/dist/components/appointment-peek/index.js +7 -0
  32. package/dist/components/control-room-rail/index.js +1 -1
  33. package/dist/components/editable-description/editable-description.agent.d.ts +3 -0
  34. package/dist/components/editable-description/editable-description.d.ts +20 -0
  35. package/dist/components/editable-description/index.d.ts +4 -0
  36. package/dist/components/editable-description/index.js +7 -0
  37. package/dist/components/index.d.ts +4 -0
  38. package/dist/components/money/index.js +2 -1
  39. package/dist/components/notes-panel/index.js +1 -1
  40. package/dist/components/notes-panel/notes-panel.d.ts +16 -0
  41. package/dist/components/panel-subview/index.d.ts +4 -0
  42. package/dist/components/panel-subview/index.js +7 -0
  43. package/dist/components/panel-subview/panel-subview.agent.d.ts +3 -0
  44. package/dist/components/panel-subview/panel-subview.d.ts +32 -0
  45. package/dist/components/patient-details/index.js +1 -1
  46. package/dist/components/patient-summary-card/index.js +1 -1
  47. package/dist/components/section-card/index.js +4 -3
  48. package/dist/components/task-card/index.js +1 -1
  49. package/dist/components/task-tray/index.js +1 -1
  50. package/dist/components/tasks-panel/index.js +1 -1
  51. package/dist/components/tool-rail/index.js +1 -1
  52. package/dist/components/treatment-receipt/index.d.ts +4 -0
  53. package/dist/components/treatment-receipt/index.js +7 -0
  54. package/dist/components/treatment-receipt/treatment-receipt.agent.d.ts +3 -0
  55. package/dist/components/treatment-receipt/treatment-receipt.d.ts +30 -0
  56. package/dist/components/workflow/index.js +1 -1
  57. package/dist/hooks/index.d.ts +1 -0
  58. package/dist/hooks/index.js +9 -7
  59. package/dist/hooks/use-presence-transition.d.ts +40 -0
  60. package/dist/host-compat.css +7 -1
  61. package/dist/i18n/locales/ar.d.ts +29 -5
  62. package/dist/i18n/locales/ar.js +29 -5
  63. package/dist/i18n/locales/de.d.ts +29 -5
  64. package/dist/i18n/locales/de.js +29 -5
  65. package/dist/i18n/locales/el.d.ts +29 -5
  66. package/dist/i18n/locales/el.js +29 -5
  67. package/dist/i18n/locales/en.d.ts +29 -5
  68. package/dist/i18n/locales/en.js +29 -5
  69. package/dist/i18n/locales/es.d.ts +29 -5
  70. package/dist/i18n/locales/es.js +29 -5
  71. package/dist/i18n/locales/fr.d.ts +29 -5
  72. package/dist/i18n/locales/fr.js +29 -5
  73. package/dist/i18n/locales/hi.d.ts +29 -5
  74. package/dist/i18n/locales/hi.js +29 -5
  75. package/dist/i18n/locales/it.d.ts +29 -5
  76. package/dist/i18n/locales/it.js +29 -5
  77. package/dist/i18n/locales/ja.d.ts +29 -5
  78. package/dist/i18n/locales/ja.js +29 -5
  79. package/dist/i18n/locales/nl.d.ts +29 -5
  80. package/dist/i18n/locales/nl.js +29 -5
  81. package/dist/i18n/locales/pl.d.ts +29 -5
  82. package/dist/i18n/locales/pl.js +29 -5
  83. package/dist/i18n/locales/pt.d.ts +29 -5
  84. package/dist/i18n/locales/pt.js +29 -5
  85. package/dist/i18n/locales/ro.d.ts +29 -5
  86. package/dist/i18n/locales/ro.js +29 -5
  87. package/dist/i18n/locales/ru.d.ts +29 -5
  88. package/dist/i18n/locales/ru.js +29 -5
  89. package/dist/i18n/locales/sq.d.ts +29 -5
  90. package/dist/i18n/locales/sq.js +29 -5
  91. package/dist/i18n/locales/sv.d.ts +29 -5
  92. package/dist/i18n/locales/sv.js +29 -5
  93. package/dist/i18n/locales/tr.d.ts +29 -5
  94. package/dist/i18n/locales/tr.js +29 -5
  95. package/dist/i18n/locales/zh.d.ts +29 -5
  96. package/dist/i18n/locales/zh.js +29 -5
  97. package/dist/index.js +958 -940
  98. package/dist/locales/ar.json +29 -5
  99. package/dist/locales/de.json +29 -5
  100. package/dist/locales/el.json +29 -5
  101. package/dist/locales/en.json +29 -5
  102. package/dist/locales/es.json +29 -5
  103. package/dist/locales/fr.json +29 -5
  104. package/dist/locales/hi.json +29 -5
  105. package/dist/locales/it.json +29 -5
  106. package/dist/locales/ja.json +29 -5
  107. package/dist/locales/nl.json +29 -5
  108. package/dist/locales/pl.json +29 -5
  109. package/dist/locales/pt.json +29 -5
  110. package/dist/locales/ro.json +29 -5
  111. package/dist/locales/ru.json +29 -5
  112. package/dist/locales/sq.json +29 -5
  113. package/dist/locales/sv.json +29 -5
  114. package/dist/locales/tr.json +29 -5
  115. package/dist/locales/zh.json +29 -5
  116. package/dist/patterns/calendar/calendar-appointment-details.d.ts +15 -6
  117. package/dist/patterns/calendar/calendar-appointment-details.sections.d.ts +23 -23
  118. package/dist/patterns/calendar/calendar-info-hover.d.ts +18 -0
  119. package/dist/patterns/calendar/calendar.journey.d.ts +10 -0
  120. package/dist/patterns/calendar/calendar.sheets.d.ts +2 -2
  121. package/dist/patterns/calendar/index.js +1 -1
  122. package/dist/tokens.css +1 -1
  123. package/package.json +17 -1
  124. package/dist/_chunks/calendar-workspace-BYwQK7fz.js +0 -9478
  125. package/dist/_chunks/hourglass-BEAzW1wE.js +0 -26
  126. package/dist/_chunks/notes-panel-Co8D3uDd.js +0 -469
  127. package/dist/_chunks/smartphone-C0rFF2if.js +0 -15
@@ -2098,6 +2098,23 @@ const e = {
2098
2098
  empty: "Aucune réponse enregistrée pour le moment",
2099
2099
  sectionsLabel: "Sections de l’anamnèse"
2100
2100
  },
2101
+ editableDescription: {
2102
+ empty: "No description added.",
2103
+ edit: "Edit description",
2104
+ seeMore: "See more",
2105
+ showLess: "Show less"
2106
+ },
2107
+ treatmentReceipt: {
2108
+ done: "Done",
2109
+ billed: "Billed",
2110
+ phases: "Phases: {{phases}}",
2111
+ total: "Total for this appointment"
2112
+ },
2113
+ appointmentPeek: {
2114
+ time: "Time",
2115
+ location: "Location",
2116
+ hiddenName: "Patient name hidden"
2117
+ },
2101
2118
  appointmentCard: {
2102
2119
  itemLabel: "{{patient}} — {{state}}",
2103
2120
  itemLabelGeneric: "{{title}} — {{state}}",
@@ -3937,6 +3954,11 @@ const e = {
3937
3954
  loadError: "Impossible de charger les notes.",
3938
3955
  retry: "Réessayer",
3939
3956
  addFailed: "Impossible d'enregistrer la note.",
3957
+ edit: "Edit note",
3958
+ editNamed: "Edit note · {{date}}",
3959
+ deleteNamed: "Delete note · {{date}}",
3960
+ saveEdit: "Save note",
3961
+ cancelEdit: "Cancel",
3940
3962
  delete: "Supprimer la note",
3941
3963
  deleteConfirmTitle: "Supprimer cette note ?",
3942
3964
  deleteConfirmBody: "La note sera supprimée du dossier.",
@@ -4138,6 +4160,13 @@ const e = {
4138
4160
  historyTitle: "Historique des modifications",
4139
4161
  historyBack: "Retour aux détails",
4140
4162
  historyEmpty: "Aucune modification enregistrée",
4163
+ statusNone: "Aucun statut",
4164
+ statusSaveFailed: "Le statut n’a pas pu être enregistré.",
4165
+ editDescription: "Modifier la description",
4166
+ descriptionSave: "Enregistrer la description",
4167
+ descriptionSaveFailed: "La description n’a pas pu être enregistrée.",
4168
+ notesMore: "Voir toutes les notes ({{n}} de plus)",
4169
+ actionsLabel: "Actions du rendez-vous",
4141
4170
  notesAction: "Notes du patient",
4142
4171
  notesTitle: "Notes · {{name}}",
4143
4172
  notesBack: "Retour aux détails",
@@ -4145,13 +4174,8 @@ const e = {
4145
4174
  notesPreviewOpen: "Voir plus",
4146
4175
  notesPreviewEmpty: "Aucune note pour ce patient pour le moment.",
4147
4176
  notesPreviewOpenNote: "Ouvrir la note {{number}}",
4148
- noteEdit: "Modifier la note",
4149
- noteEditNamed: "Modifier la note · {{date}}",
4150
4177
  noteDelete: "Supprimer la note",
4151
4178
  noteDeleteNamed: "Supprimer la note · {{date}}",
4152
- noteEditTitle: "Modifier la note",
4153
- noteEditLabel: "Note",
4154
- noteSave: "Enregistrer la note",
4155
4179
  noteCancel: "Annuler",
4156
4180
  noteDeleteTitle: "Supprimer cette note ?",
4157
4181
  noteDeleteBody: "La note est retirée du dossier patient. Cette action ne peut pas être annulée ici.",
@@ -2109,6 +2109,23 @@ export declare const hiUi: {
2109
2109
  readonly empty: "अभी तक कोई उत्तर दर्ज नहीं किया गया";
2110
2110
  readonly sectionsLabel: "चिकित्सा इतिहास के अनुभाग";
2111
2111
  };
2112
+ readonly editableDescription: {
2113
+ readonly empty: "No description added.";
2114
+ readonly edit: "Edit description";
2115
+ readonly seeMore: "See more";
2116
+ readonly showLess: "Show less";
2117
+ };
2118
+ readonly treatmentReceipt: {
2119
+ readonly done: "Done";
2120
+ readonly billed: "Billed";
2121
+ readonly phases: "Phases: {{phases}}";
2122
+ readonly total: "Total for this appointment";
2123
+ };
2124
+ readonly appointmentPeek: {
2125
+ readonly time: "Time";
2126
+ readonly location: "Location";
2127
+ readonly hiddenName: "Patient name hidden";
2128
+ };
2112
2129
  readonly appointmentCard: {
2113
2130
  readonly itemLabel: "{{patient}} — {{state}}";
2114
2131
  readonly itemLabelGeneric: "{{title}} — {{state}}";
@@ -3971,6 +3988,11 @@ export declare const hiUi: {
3971
3988
  readonly loadError: "नोट्स लोड नहीं हो सके।";
3972
3989
  readonly retry: "फिर से प्रयास करें";
3973
3990
  readonly addFailed: "नोट सहेजा नहीं जा सका।";
3991
+ readonly edit: "Edit note";
3992
+ readonly editNamed: "Edit note · {{date}}";
3993
+ readonly deleteNamed: "Delete note · {{date}}";
3994
+ readonly saveEdit: "Save note";
3995
+ readonly cancelEdit: "Cancel";
3974
3996
  readonly delete: "नोट हटाएं";
3975
3997
  readonly deleteConfirmTitle: "यह नोट हटाएं?";
3976
3998
  readonly deleteConfirmBody: "नोट रिकॉर्ड से हटा दिया जाएगा।";
@@ -4172,6 +4194,13 @@ export declare const hiUi: {
4172
4194
  readonly historyTitle: "संशोधन इतिहास";
4173
4195
  readonly historyBack: "विवरण पर वापस";
4174
4196
  readonly historyEmpty: "कोई परिवर्तन दर्ज नहीं";
4197
+ readonly statusNone: "कोई स्थिति नहीं";
4198
+ readonly statusSaveFailed: "स्थिति सहेजी नहीं जा सकी।";
4199
+ readonly editDescription: "विवरण संपादित करें";
4200
+ readonly descriptionSave: "विवरण सहेजें";
4201
+ readonly descriptionSaveFailed: "विवरण सहेजा नहीं जा सका।";
4202
+ readonly notesMore: "सभी नोट देखें ({{n}} और)";
4203
+ readonly actionsLabel: "अपॉइंटमेंट कार्रवाइयाँ";
4175
4204
  readonly notesAction: "रोगी की टिप्पणियां";
4176
4205
  readonly notesTitle: "टिप्पणियां · {{name}}";
4177
4206
  readonly notesBack: "विवरण पर वापस";
@@ -4179,13 +4208,8 @@ export declare const hiUi: {
4179
4208
  readonly notesPreviewOpen: "और देखें";
4180
4209
  readonly notesPreviewEmpty: "इस रोगी के लिए अभी तक कोई नोट नहीं।";
4181
4210
  readonly notesPreviewOpenNote: "नोट {{number}} खोलें";
4182
- readonly noteEdit: "टिप्पणी संपादित करें";
4183
- readonly noteEditNamed: "टिप्पणी संपादित करें · {{date}}";
4184
4211
  readonly noteDelete: "टिप्पणी हटाएं";
4185
4212
  readonly noteDeleteNamed: "टिप्पणी हटाएं · {{date}}";
4186
- readonly noteEditTitle: "टिप्पणी संपादित करें";
4187
- readonly noteEditLabel: "टिप्पणी";
4188
- readonly noteSave: "टिप्पणी सहेजें";
4189
4213
  readonly noteCancel: "रद्द करें";
4190
4214
  readonly noteDeleteTitle: "यह टिप्पणी हटाएं?";
4191
4215
  readonly noteDeleteBody: "टिप्पणी रोगी रिकॉर्ड से हट जाएगी। इसे यहां पूर्ववत नहीं किया जा सकता।";
@@ -2099,6 +2099,23 @@ const e = {
2099
2099
  empty: "अभी तक कोई उत्तर दर्ज नहीं किया गया",
2100
2100
  sectionsLabel: "चिकित्सा इतिहास के अनुभाग"
2101
2101
  },
2102
+ editableDescription: {
2103
+ empty: "No description added.",
2104
+ edit: "Edit description",
2105
+ seeMore: "See more",
2106
+ showLess: "Show less"
2107
+ },
2108
+ treatmentReceipt: {
2109
+ done: "Done",
2110
+ billed: "Billed",
2111
+ phases: "Phases: {{phases}}",
2112
+ total: "Total for this appointment"
2113
+ },
2114
+ appointmentPeek: {
2115
+ time: "Time",
2116
+ location: "Location",
2117
+ hiddenName: "Patient name hidden"
2118
+ },
2102
2119
  appointmentCard: {
2103
2120
  itemLabel: "{{patient}} — {{state}}",
2104
2121
  itemLabelGeneric: "{{title}} — {{state}}",
@@ -3930,6 +3947,11 @@ const e = {
3930
3947
  loadError: "नोट्स लोड नहीं हो सके।",
3931
3948
  retry: "फिर से प्रयास करें",
3932
3949
  addFailed: "नोट सहेजा नहीं जा सका।",
3950
+ edit: "Edit note",
3951
+ editNamed: "Edit note · {{date}}",
3952
+ deleteNamed: "Delete note · {{date}}",
3953
+ saveEdit: "Save note",
3954
+ cancelEdit: "Cancel",
3933
3955
  delete: "नोट हटाएं",
3934
3956
  deleteConfirmTitle: "यह नोट हटाएं?",
3935
3957
  deleteConfirmBody: "नोट रिकॉर्ड से हटा दिया जाएगा।",
@@ -4131,6 +4153,13 @@ const e = {
4131
4153
  historyTitle: "संशोधन इतिहास",
4132
4154
  historyBack: "विवरण पर वापस",
4133
4155
  historyEmpty: "कोई परिवर्तन दर्ज नहीं",
4156
+ statusNone: "कोई स्थिति नहीं",
4157
+ statusSaveFailed: "स्थिति सहेजी नहीं जा सकी।",
4158
+ editDescription: "विवरण संपादित करें",
4159
+ descriptionSave: "विवरण सहेजें",
4160
+ descriptionSaveFailed: "विवरण सहेजा नहीं जा सका।",
4161
+ notesMore: "सभी नोट देखें ({{n}} और)",
4162
+ actionsLabel: "अपॉइंटमेंट कार्रवाइयाँ",
4134
4163
  notesAction: "रोगी की टिप्पणियां",
4135
4164
  notesTitle: "टिप्पणियां · {{name}}",
4136
4165
  notesBack: "विवरण पर वापस",
@@ -4138,13 +4167,8 @@ const e = {
4138
4167
  notesPreviewOpen: "और देखें",
4139
4168
  notesPreviewEmpty: "इस रोगी के लिए अभी तक कोई नोट नहीं।",
4140
4169
  notesPreviewOpenNote: "नोट {{number}} खोलें",
4141
- noteEdit: "टिप्पणी संपादित करें",
4142
- noteEditNamed: "टिप्पणी संपादित करें · {{date}}",
4143
4170
  noteDelete: "टिप्पणी हटाएं",
4144
4171
  noteDeleteNamed: "टिप्पणी हटाएं · {{date}}",
4145
- noteEditTitle: "टिप्पणी संपादित करें",
4146
- noteEditLabel: "टिप्पणी",
4147
- noteSave: "टिप्पणी सहेजें",
4148
4172
  noteCancel: "रद्द करें",
4149
4173
  noteDeleteTitle: "यह टिप्पणी हटाएं?",
4150
4174
  noteDeleteBody: "टिप्पणी रोगी रिकॉर्ड से हट जाएगी। इसे यहां पूर्ववत नहीं किया जा सकता।",
@@ -2106,6 +2106,23 @@ export declare const itUi: {
2106
2106
  readonly empty: "Nessuna risposta registrata";
2107
2107
  readonly sectionsLabel: "Sezioni anamnesi";
2108
2108
  };
2109
+ readonly editableDescription: {
2110
+ readonly empty: "Nessuna descrizione aggiunta.";
2111
+ readonly edit: "Modifica descrizione";
2112
+ readonly seeMore: "Vedi altro";
2113
+ readonly showLess: "Mostra meno";
2114
+ };
2115
+ readonly treatmentReceipt: {
2116
+ readonly done: "Eseguito";
2117
+ readonly billed: "Fatturato";
2118
+ readonly phases: "Fasi: {{phases}}";
2119
+ readonly total: "Totale di questo appuntamento";
2120
+ };
2121
+ readonly appointmentPeek: {
2122
+ readonly time: "Orario";
2123
+ readonly location: "Luogo";
2124
+ readonly hiddenName: "Nome del paziente nascosto";
2125
+ };
2109
2126
  readonly appointmentCard: {
2110
2127
  readonly itemLabel: "{{patient}} — {{state}}";
2111
2128
  readonly itemLabelGeneric: "{{title}} — {{state}}";
@@ -3968,6 +3985,11 @@ export declare const itUi: {
3968
3985
  readonly loadError: "Impossibile caricare le note.";
3969
3986
  readonly retry: "Riprova";
3970
3987
  readonly addFailed: "Impossibile salvare la nota.";
3988
+ readonly edit: "Modifica nota";
3989
+ readonly editNamed: "Modifica nota · {{date}}";
3990
+ readonly deleteNamed: "Elimina nota · {{date}}";
3991
+ readonly saveEdit: "Salva nota";
3992
+ readonly cancelEdit: "Annulla";
3971
3993
  readonly delete: "Elimina nota";
3972
3994
  readonly deleteConfirmTitle: "Eliminare questa nota?";
3973
3995
  readonly deleteConfirmBody: "La nota verrà rimossa dalla scheda.";
@@ -4169,6 +4191,13 @@ export declare const itUi: {
4169
4191
  readonly historyTitle: "Cronologia modifiche";
4170
4192
  readonly historyBack: "Torna ai dettagli";
4171
4193
  readonly historyEmpty: "Nessuna modifica registrata";
4194
+ readonly statusNone: "Nessuno stato";
4195
+ readonly statusSaveFailed: "Non è stato possibile salvare lo stato.";
4196
+ readonly editDescription: "Modifica descrizione";
4197
+ readonly descriptionSave: "Salva descrizione";
4198
+ readonly descriptionSaveFailed: "Non è stato possibile salvare la descrizione.";
4199
+ readonly notesMore: "Vedi tutte le note (altre {{n}})";
4200
+ readonly actionsLabel: "Azioni appuntamento";
4172
4201
  readonly notesAction: "Note del paziente";
4173
4202
  readonly notesTitle: "Note · {{name}}";
4174
4203
  readonly notesBack: "Torna ai dettagli";
@@ -4176,13 +4205,8 @@ export declare const itUi: {
4176
4205
  readonly notesPreviewOpen: "Vedi altre";
4177
4206
  readonly notesPreviewEmpty: "Nessuna nota per questo paziente.";
4178
4207
  readonly notesPreviewOpenNote: "Apri nota {{number}}";
4179
- readonly noteEdit: "Modifica nota";
4180
- readonly noteEditNamed: "Modifica nota · {{date}}";
4181
4208
  readonly noteDelete: "Elimina nota";
4182
4209
  readonly noteDeleteNamed: "Elimina nota · {{date}}";
4183
- readonly noteEditTitle: "Modifica nota";
4184
- readonly noteEditLabel: "Nota";
4185
- readonly noteSave: "Salva nota";
4186
4210
  readonly noteCancel: "Annulla";
4187
4211
  readonly noteDeleteTitle: "Eliminare questa nota?";
4188
4212
  readonly noteDeleteBody: "La nota viene rimossa dalla scheda del paziente. Qui non è possibile annullare.";
@@ -2078,6 +2078,23 @@ const e = {
2078
2078
  empty: "Nessuna risposta registrata",
2079
2079
  sectionsLabel: "Sezioni anamnesi"
2080
2080
  },
2081
+ editableDescription: {
2082
+ empty: "Nessuna descrizione aggiunta.",
2083
+ edit: "Modifica descrizione",
2084
+ seeMore: "Vedi altro",
2085
+ showLess: "Mostra meno"
2086
+ },
2087
+ treatmentReceipt: {
2088
+ done: "Eseguito",
2089
+ billed: "Fatturato",
2090
+ phases: "Fasi: {{phases}}",
2091
+ total: "Totale di questo appuntamento"
2092
+ },
2093
+ appointmentPeek: {
2094
+ time: "Orario",
2095
+ location: "Luogo",
2096
+ hiddenName: "Nome del paziente nascosto"
2097
+ },
2081
2098
  appointmentCard: {
2082
2099
  itemLabel: "{{patient}} — {{state}}",
2083
2100
  itemLabelGeneric: "{{title}} — {{state}}",
@@ -3919,6 +3936,11 @@ const e = {
3919
3936
  loadError: "Impossibile caricare le note.",
3920
3937
  retry: "Riprova",
3921
3938
  addFailed: "Impossibile salvare la nota.",
3939
+ edit: "Modifica nota",
3940
+ editNamed: "Modifica nota · {{date}}",
3941
+ deleteNamed: "Elimina nota · {{date}}",
3942
+ saveEdit: "Salva nota",
3943
+ cancelEdit: "Annulla",
3922
3944
  delete: "Elimina nota",
3923
3945
  deleteConfirmTitle: "Eliminare questa nota?",
3924
3946
  deleteConfirmBody: "La nota verrà rimossa dalla scheda.",
@@ -4120,6 +4142,13 @@ const e = {
4120
4142
  historyTitle: "Cronologia modifiche",
4121
4143
  historyBack: "Torna ai dettagli",
4122
4144
  historyEmpty: "Nessuna modifica registrata",
4145
+ statusNone: "Nessuno stato",
4146
+ statusSaveFailed: "Non è stato possibile salvare lo stato.",
4147
+ editDescription: "Modifica descrizione",
4148
+ descriptionSave: "Salva descrizione",
4149
+ descriptionSaveFailed: "Non è stato possibile salvare la descrizione.",
4150
+ notesMore: "Vedi tutte le note (altre {{n}})",
4151
+ actionsLabel: "Azioni appuntamento",
4123
4152
  notesAction: "Note del paziente",
4124
4153
  notesTitle: "Note · {{name}}",
4125
4154
  notesBack: "Torna ai dettagli",
@@ -4127,13 +4156,8 @@ const e = {
4127
4156
  notesPreviewOpen: "Vedi altre",
4128
4157
  notesPreviewEmpty: "Nessuna nota per questo paziente.",
4129
4158
  notesPreviewOpenNote: "Apri nota {{number}}",
4130
- noteEdit: "Modifica nota",
4131
- noteEditNamed: "Modifica nota · {{date}}",
4132
4159
  noteDelete: "Elimina nota",
4133
4160
  noteDeleteNamed: "Elimina nota · {{date}}",
4134
- noteEditTitle: "Modifica nota",
4135
- noteEditLabel: "Nota",
4136
- noteSave: "Salva nota",
4137
4161
  noteCancel: "Annulla",
4138
4162
  noteDeleteTitle: "Eliminare questa nota?",
4139
4163
  noteDeleteBody: "La nota viene rimossa dalla scheda del paziente. Qui non è possibile annullare.",
@@ -2109,6 +2109,23 @@ export declare const jaUi: {
2109
2109
  readonly empty: "まだ回答が記録されていません";
2110
2110
  readonly sectionsLabel: "問診セクション";
2111
2111
  };
2112
+ readonly editableDescription: {
2113
+ readonly empty: "No description added.";
2114
+ readonly edit: "Edit description";
2115
+ readonly seeMore: "See more";
2116
+ readonly showLess: "Show less";
2117
+ };
2118
+ readonly treatmentReceipt: {
2119
+ readonly done: "Done";
2120
+ readonly billed: "Billed";
2121
+ readonly phases: "Phases: {{phases}}";
2122
+ readonly total: "Total for this appointment";
2123
+ };
2124
+ readonly appointmentPeek: {
2125
+ readonly time: "Time";
2126
+ readonly location: "Location";
2127
+ readonly hiddenName: "Patient name hidden";
2128
+ };
2112
2129
  readonly appointmentCard: {
2113
2130
  readonly itemLabel: "{{patient}} — {{state}}";
2114
2131
  readonly itemLabelGeneric: "{{title}} — {{state}}";
@@ -3971,6 +3988,11 @@ export declare const jaUi: {
3971
3988
  readonly loadError: "メモを読み込めませんでした。";
3972
3989
  readonly retry: "再試行";
3973
3990
  readonly addFailed: "メモを保存できませんでした。";
3991
+ readonly edit: "Edit note";
3992
+ readonly editNamed: "Edit note · {{date}}";
3993
+ readonly deleteNamed: "Delete note · {{date}}";
3994
+ readonly saveEdit: "Save note";
3995
+ readonly cancelEdit: "Cancel";
3974
3996
  readonly delete: "メモを削除";
3975
3997
  readonly deleteConfirmTitle: "このメモを削除しますか?";
3976
3998
  readonly deleteConfirmBody: "メモが記録から削除されます。";
@@ -4172,6 +4194,13 @@ export declare const jaUi: {
4172
4194
  readonly historyTitle: "変更履歴";
4173
4195
  readonly historyBack: "詳細に戻る";
4174
4196
  readonly historyEmpty: "変更は記録されていません";
4197
+ readonly statusNone: "ステータスなし";
4198
+ readonly statusSaveFailed: "ステータスを保存できませんでした。";
4199
+ readonly editDescription: "説明を編集";
4200
+ readonly descriptionSave: "説明を保存";
4201
+ readonly descriptionSaveFailed: "説明を保存できませんでした。";
4202
+ readonly notesMore: "すべてのメモを表示(ほか {{n}} 件)";
4203
+ readonly actionsLabel: "予約の操作";
4175
4204
  readonly notesAction: "患者メモ";
4176
4205
  readonly notesTitle: "メモ · {{name}}";
4177
4206
  readonly notesBack: "詳細に戻る";
@@ -4179,13 +4208,8 @@ export declare const jaUi: {
4179
4208
  readonly notesPreviewOpen: "もっと見る";
4180
4209
  readonly notesPreviewEmpty: "この患者のメモはまだありません。";
4181
4210
  readonly notesPreviewOpenNote: "メモ{{number}}を開く";
4182
- readonly noteEdit: "メモを編集";
4183
- readonly noteEditNamed: "メモを編集 · {{date}}";
4184
4211
  readonly noteDelete: "メモを削除";
4185
4212
  readonly noteDeleteNamed: "メモを削除 · {{date}}";
4186
- readonly noteEditTitle: "メモを編集";
4187
- readonly noteEditLabel: "メモ";
4188
- readonly noteSave: "メモを保存";
4189
4213
  readonly noteCancel: "キャンセル";
4190
4214
  readonly noteDeleteTitle: "このメモを削除しますか?";
4191
4215
  readonly noteDeleteBody: "メモは患者記録から削除されます。ここでは元に戻せません。";
@@ -2099,6 +2099,23 @@ const e = {
2099
2099
  empty: "まだ回答が記録されていません",
2100
2100
  sectionsLabel: "問診セクション"
2101
2101
  },
2102
+ editableDescription: {
2103
+ empty: "No description added.",
2104
+ edit: "Edit description",
2105
+ seeMore: "See more",
2106
+ showLess: "Show less"
2107
+ },
2108
+ treatmentReceipt: {
2109
+ done: "Done",
2110
+ billed: "Billed",
2111
+ phases: "Phases: {{phases}}",
2112
+ total: "Total for this appointment"
2113
+ },
2114
+ appointmentPeek: {
2115
+ time: "Time",
2116
+ location: "Location",
2117
+ hiddenName: "Patient name hidden"
2118
+ },
2102
2119
  appointmentCard: {
2103
2120
  itemLabel: "{{patient}} — {{state}}",
2104
2121
  itemLabelGeneric: "{{title}} — {{state}}",
@@ -3937,6 +3954,11 @@ const e = {
3937
3954
  loadError: "メモを読み込めませんでした。",
3938
3955
  retry: "再試行",
3939
3956
  addFailed: "メモを保存できませんでした。",
3957
+ edit: "Edit note",
3958
+ editNamed: "Edit note · {{date}}",
3959
+ deleteNamed: "Delete note · {{date}}",
3960
+ saveEdit: "Save note",
3961
+ cancelEdit: "Cancel",
3940
3962
  delete: "メモを削除",
3941
3963
  deleteConfirmTitle: "このメモを削除しますか?",
3942
3964
  deleteConfirmBody: "メモが記録から削除されます。",
@@ -4138,6 +4160,13 @@ const e = {
4138
4160
  historyTitle: "変更履歴",
4139
4161
  historyBack: "詳細に戻る",
4140
4162
  historyEmpty: "変更は記録されていません",
4163
+ statusNone: "ステータスなし",
4164
+ statusSaveFailed: "ステータスを保存できませんでした。",
4165
+ editDescription: "説明を編集",
4166
+ descriptionSave: "説明を保存",
4167
+ descriptionSaveFailed: "説明を保存できませんでした。",
4168
+ notesMore: "すべてのメモを表示(ほか {{n}} 件)",
4169
+ actionsLabel: "予約の操作",
4141
4170
  notesAction: "患者メモ",
4142
4171
  notesTitle: "メモ · {{name}}",
4143
4172
  notesBack: "詳細に戻る",
@@ -4145,13 +4174,8 @@ const e = {
4145
4174
  notesPreviewOpen: "もっと見る",
4146
4175
  notesPreviewEmpty: "この患者のメモはまだありません。",
4147
4176
  notesPreviewOpenNote: "メモ{{number}}を開く",
4148
- noteEdit: "メモを編集",
4149
- noteEditNamed: "メモを編集 · {{date}}",
4150
4177
  noteDelete: "メモを削除",
4151
4178
  noteDeleteNamed: "メモを削除 · {{date}}",
4152
- noteEditTitle: "メモを編集",
4153
- noteEditLabel: "メモ",
4154
- noteSave: "メモを保存",
4155
4179
  noteCancel: "キャンセル",
4156
4180
  noteDeleteTitle: "このメモを削除しますか?",
4157
4181
  noteDeleteBody: "メモは患者記録から削除されます。ここでは元に戻せません。",
@@ -2109,6 +2109,23 @@ export declare const nlUi: {
2109
2109
  readonly empty: "Nog geen antwoorden vastgelegd";
2110
2110
  readonly sectionsLabel: "Anamnesesecties";
2111
2111
  };
2112
+ readonly editableDescription: {
2113
+ readonly empty: "No description added.";
2114
+ readonly edit: "Edit description";
2115
+ readonly seeMore: "See more";
2116
+ readonly showLess: "Show less";
2117
+ };
2118
+ readonly treatmentReceipt: {
2119
+ readonly done: "Done";
2120
+ readonly billed: "Billed";
2121
+ readonly phases: "Phases: {{phases}}";
2122
+ readonly total: "Total for this appointment";
2123
+ };
2124
+ readonly appointmentPeek: {
2125
+ readonly time: "Time";
2126
+ readonly location: "Location";
2127
+ readonly hiddenName: "Patient name hidden";
2128
+ };
2112
2129
  readonly appointmentCard: {
2113
2130
  readonly itemLabel: "{{patient}} — {{state}}";
2114
2131
  readonly itemLabelGeneric: "{{title}} — {{state}}";
@@ -3971,6 +3988,11 @@ export declare const nlUi: {
3971
3988
  readonly loadError: "De notities konden niet worden geladen.";
3972
3989
  readonly retry: "Opnieuw proberen";
3973
3990
  readonly addFailed: "De notitie kon niet worden opgeslagen.";
3991
+ readonly edit: "Edit note";
3992
+ readonly editNamed: "Edit note · {{date}}";
3993
+ readonly deleteNamed: "Delete note · {{date}}";
3994
+ readonly saveEdit: "Save note";
3995
+ readonly cancelEdit: "Cancel";
3974
3996
  readonly delete: "Notitie verwijderen";
3975
3997
  readonly deleteConfirmTitle: "Deze notitie verwijderen?";
3976
3998
  readonly deleteConfirmBody: "De notitie wordt uit het dossier verwijderd.";
@@ -4172,6 +4194,13 @@ export declare const nlUi: {
4172
4194
  readonly historyTitle: "Wijzigingsgeschiedenis";
4173
4195
  readonly historyBack: "Terug naar details";
4174
4196
  readonly historyEmpty: "Geen wijzigingen vastgelegd";
4197
+ readonly statusNone: "Geen status";
4198
+ readonly statusSaveFailed: "De status kon niet worden opgeslagen.";
4199
+ readonly editDescription: "Beschrijving bewerken";
4200
+ readonly descriptionSave: "Beschrijving opslaan";
4201
+ readonly descriptionSaveFailed: "De beschrijving kon niet worden opgeslagen.";
4202
+ readonly notesMore: "Alle notities bekijken (nog {{n}})";
4203
+ readonly actionsLabel: "Afspraakacties";
4175
4204
  readonly notesAction: "Patiëntnotities";
4176
4205
  readonly notesTitle: "Notities · {{name}}";
4177
4206
  readonly notesBack: "Terug naar details";
@@ -4179,13 +4208,8 @@ export declare const nlUi: {
4179
4208
  readonly notesPreviewOpen: "Meer weergeven";
4180
4209
  readonly notesPreviewEmpty: "Nog geen notities voor deze patiënt.";
4181
4210
  readonly notesPreviewOpenNote: "Notitie {{number}} openen";
4182
- readonly noteEdit: "Notitie bewerken";
4183
- readonly noteEditNamed: "Notitie bewerken · {{date}}";
4184
4211
  readonly noteDelete: "Notitie verwijderen";
4185
4212
  readonly noteDeleteNamed: "Notitie verwijderen · {{date}}";
4186
- readonly noteEditTitle: "Notitie bewerken";
4187
- readonly noteEditLabel: "Notitie";
4188
- readonly noteSave: "Notitie opslaan";
4189
4213
  readonly noteCancel: "Annuleren";
4190
4214
  readonly noteDeleteTitle: "Deze notitie verwijderen?";
4191
4215
  readonly noteDeleteBody: "De notitie wordt uit het patiëntdossier verwijderd. Dit kan hier niet ongedaan worden gemaakt.";
@@ -2098,6 +2098,23 @@ const e = {
2098
2098
  empty: "Nog geen antwoorden vastgelegd",
2099
2099
  sectionsLabel: "Anamnesesecties"
2100
2100
  },
2101
+ editableDescription: {
2102
+ empty: "No description added.",
2103
+ edit: "Edit description",
2104
+ seeMore: "See more",
2105
+ showLess: "Show less"
2106
+ },
2107
+ treatmentReceipt: {
2108
+ done: "Done",
2109
+ billed: "Billed",
2110
+ phases: "Phases: {{phases}}",
2111
+ total: "Total for this appointment"
2112
+ },
2113
+ appointmentPeek: {
2114
+ time: "Time",
2115
+ location: "Location",
2116
+ hiddenName: "Patient name hidden"
2117
+ },
2101
2118
  appointmentCard: {
2102
2119
  itemLabel: "{{patient}} — {{state}}",
2103
2120
  itemLabelGeneric: "{{title}} — {{state}}",
@@ -3928,6 +3945,11 @@ const e = {
3928
3945
  loadError: "De notities konden niet worden geladen.",
3929
3946
  retry: "Opnieuw proberen",
3930
3947
  addFailed: "De notitie kon niet worden opgeslagen.",
3948
+ edit: "Edit note",
3949
+ editNamed: "Edit note · {{date}}",
3950
+ deleteNamed: "Delete note · {{date}}",
3951
+ saveEdit: "Save note",
3952
+ cancelEdit: "Cancel",
3931
3953
  delete: "Notitie verwijderen",
3932
3954
  deleteConfirmTitle: "Deze notitie verwijderen?",
3933
3955
  deleteConfirmBody: "De notitie wordt uit het dossier verwijderd.",
@@ -4129,6 +4151,13 @@ const e = {
4129
4151
  historyTitle: "Wijzigingsgeschiedenis",
4130
4152
  historyBack: "Terug naar details",
4131
4153
  historyEmpty: "Geen wijzigingen vastgelegd",
4154
+ statusNone: "Geen status",
4155
+ statusSaveFailed: "De status kon niet worden opgeslagen.",
4156
+ editDescription: "Beschrijving bewerken",
4157
+ descriptionSave: "Beschrijving opslaan",
4158
+ descriptionSaveFailed: "De beschrijving kon niet worden opgeslagen.",
4159
+ notesMore: "Alle notities bekijken (nog {{n}})",
4160
+ actionsLabel: "Afspraakacties",
4132
4161
  notesAction: "Patiëntnotities",
4133
4162
  notesTitle: "Notities · {{name}}",
4134
4163
  notesBack: "Terug naar details",
@@ -4136,13 +4165,8 @@ const e = {
4136
4165
  notesPreviewOpen: "Meer weergeven",
4137
4166
  notesPreviewEmpty: "Nog geen notities voor deze patiënt.",
4138
4167
  notesPreviewOpenNote: "Notitie {{number}} openen",
4139
- noteEdit: "Notitie bewerken",
4140
- noteEditNamed: "Notitie bewerken · {{date}}",
4141
4168
  noteDelete: "Notitie verwijderen",
4142
4169
  noteDeleteNamed: "Notitie verwijderen · {{date}}",
4143
- noteEditTitle: "Notitie bewerken",
4144
- noteEditLabel: "Notitie",
4145
- noteSave: "Notitie opslaan",
4146
4170
  noteCancel: "Annuleren",
4147
4171
  noteDeleteTitle: "Deze notitie verwijderen?",
4148
4172
  noteDeleteBody: "De notitie wordt uit het patiëntdossier verwijderd. Dit kan hier niet ongedaan worden gemaakt.",
@@ -2109,6 +2109,23 @@ export declare const plUi: {
2109
2109
  readonly empty: "Brak zarejestrowanych odpowiedzi";
2110
2110
  readonly sectionsLabel: "Sekcje wywiadu";
2111
2111
  };
2112
+ readonly editableDescription: {
2113
+ readonly empty: "No description added.";
2114
+ readonly edit: "Edit description";
2115
+ readonly seeMore: "See more";
2116
+ readonly showLess: "Show less";
2117
+ };
2118
+ readonly treatmentReceipt: {
2119
+ readonly done: "Done";
2120
+ readonly billed: "Billed";
2121
+ readonly phases: "Phases: {{phases}}";
2122
+ readonly total: "Total for this appointment";
2123
+ };
2124
+ readonly appointmentPeek: {
2125
+ readonly time: "Time";
2126
+ readonly location: "Location";
2127
+ readonly hiddenName: "Patient name hidden";
2128
+ };
2112
2129
  readonly appointmentCard: {
2113
2130
  readonly itemLabel: "{{patient}} — {{state}}";
2114
2131
  readonly itemLabelGeneric: "{{title}} — {{state}}";
@@ -3971,6 +3988,11 @@ export declare const plUi: {
3971
3988
  readonly loadError: "Nie udało się wczytać notatek.";
3972
3989
  readonly retry: "Spróbuj ponownie";
3973
3990
  readonly addFailed: "Nie udało się zapisać notatki.";
3991
+ readonly edit: "Edit note";
3992
+ readonly editNamed: "Edit note · {{date}}";
3993
+ readonly deleteNamed: "Delete note · {{date}}";
3994
+ readonly saveEdit: "Save note";
3995
+ readonly cancelEdit: "Cancel";
3974
3996
  readonly delete: "Usuń notatkę";
3975
3997
  readonly deleteConfirmTitle: "Usunąć tę notatkę?";
3976
3998
  readonly deleteConfirmBody: "Notatka zostanie usunięta z karty.";
@@ -4172,6 +4194,13 @@ export declare const plUi: {
4172
4194
  readonly historyTitle: "Historia zmian";
4173
4195
  readonly historyBack: "Wróć do szczegółów";
4174
4196
  readonly historyEmpty: "Brak zarejestrowanych zmian";
4197
+ readonly statusNone: "Brak statusu";
4198
+ readonly statusSaveFailed: "Nie udało się zapisać statusu.";
4199
+ readonly editDescription: "Edytuj opis";
4200
+ readonly descriptionSave: "Zapisz opis";
4201
+ readonly descriptionSaveFailed: "Nie udało się zapisać opisu.";
4202
+ readonly notesMore: "Zobacz wszystkie notatki (jeszcze {{n}})";
4203
+ readonly actionsLabel: "Działania dotyczące wizyty";
4175
4204
  readonly notesAction: "Notatki pacjenta";
4176
4205
  readonly notesTitle: "Notatki · {{name}}";
4177
4206
  readonly notesBack: "Wróć do szczegółów";
@@ -4179,13 +4208,8 @@ export declare const plUi: {
4179
4208
  readonly notesPreviewOpen: "Zobacz więcej";
4180
4209
  readonly notesPreviewEmpty: "Brak notatek dla tego pacjenta.";
4181
4210
  readonly notesPreviewOpenNote: "Otwórz notatkę {{number}}";
4182
- readonly noteEdit: "Edytuj notatkę";
4183
- readonly noteEditNamed: "Edytuj notatkę · {{date}}";
4184
4211
  readonly noteDelete: "Usuń notatkę";
4185
4212
  readonly noteDeleteNamed: "Usuń notatkę · {{date}}";
4186
- readonly noteEditTitle: "Edytuj notatkę";
4187
- readonly noteEditLabel: "Notatka";
4188
- readonly noteSave: "Zapisz notatkę";
4189
4213
  readonly noteCancel: "Anuluj";
4190
4214
  readonly noteDeleteTitle: "Usunąć tę notatkę?";
4191
4215
  readonly noteDeleteBody: "Notatka zostanie usunięta z karty pacjenta. Tej operacji nie można tu cofnąć.";