@alfadocs/ui-kit 1.42.0 → 1.44.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 (126) hide show
  1. package/dist/_chunks/{calendar-ChJQzRw-.js → calendar-U6N0F99w.js} +383 -359
  2. package/dist/_chunks/calendar-workspace-DBYAtdyd.js +12161 -0
  3. package/dist/_chunks/control-room-rail-Cv7GpMqX.js +354 -0
  4. package/dist/_chunks/{face-scheme-Dg6ZyLKb.js → face-scheme-Bm6pe7R8.js} +265 -275
  5. package/dist/_chunks/help-me-write-templates-GUeEn3Ff.js +741 -0
  6. package/dist/_chunks/{marketplace-app-shell-D_g9BaDI.js → marketplace-app-shell-DdwPj03y.js} +3 -3
  7. package/dist/_chunks/{notes-panel-CRAovkjx.js → notes-panel-CY4KmDo-.js} +159 -152
  8. package/dist/_chunks/{panel-subview-PMBRPFOa.js → panel-subview-CYnuX-KR.js} +61 -40
  9. package/dist/_chunks/rich-text-editor-BYE6kK4u.js +3839 -0
  10. package/dist/_chunks/{sidebar-ClTY9lLI.js → sidebar-DbZXLl8h.js} +2 -2
  11. package/dist/_chunks/tab-bar-Cw9UK18Z.js +228 -0
  12. package/dist/_chunks/{tool-rail-D89USYE6.js → tool-rail-CCFqDfAn.js} +282 -276
  13. package/dist/_chunks/undo-2-CYNAzclj.js +26 -0
  14. package/dist/_chunks/use-edge-resize-BHesP0kg.js +149 -0
  15. package/dist/_chunks/use-scroll-overflow-UbLrUfBo.js +72 -0
  16. package/dist/_chunks/variables-menu-vXUaSBj4.js +401 -0
  17. package/dist/agent-catalog.json +84 -3
  18. package/dist/agent-i18n/en.json +14 -3
  19. package/dist/components/calendar/calendar.d.ts +6 -0
  20. package/dist/components/calendar/index.js +1 -1
  21. package/dist/components/control-room-rail/control-room-rail.d.ts +9 -0
  22. package/dist/components/control-room-rail/index.js +1 -1
  23. package/dist/components/face-scheme/index.js +1 -1
  24. package/dist/components/index.d.ts +1 -0
  25. package/dist/components/notes-panel/index.js +1 -1
  26. package/dist/components/notes-panel/notes-panel.d.ts +4 -0
  27. package/dist/components/panel-subview/index.js +1 -1
  28. package/dist/components/panel-subview/panel-subview.d.ts +6 -0
  29. package/dist/components/rich-text-editor/editor-toolbar.d.ts +35 -3
  30. package/dist/components/rich-text-editor/index.d.ts +1 -1
  31. package/dist/components/rich-text-editor/index.js +1 -1
  32. package/dist/components/rich-text-editor/rich-text-editor.d.ts +98 -15
  33. package/dist/components/sidebar/index.js +1 -1
  34. package/dist/components/tab-bar/index.js +1 -1
  35. package/dist/components/tool-rail/index.js +1 -1
  36. package/dist/components/tool-rail/tool-rail.d.ts +16 -0
  37. package/dist/components/variables-menu/index.d.ts +4 -0
  38. package/dist/components/variables-menu/index.js +6 -0
  39. package/dist/components/variables-menu/variables-menu.agent.d.ts +10 -0
  40. package/dist/components/variables-menu/variables-menu.d.ts +53 -0
  41. package/dist/hooks/index.d.ts +2 -0
  42. package/dist/hooks/index.js +35 -32
  43. package/dist/hooks/use-edge-resize.d.ts +13 -1
  44. package/dist/host-compat.css +5 -5
  45. package/dist/i18n/locales/ar.d.ts +77 -6
  46. package/dist/i18n/locales/ar.js +78 -7
  47. package/dist/i18n/locales/de.d.ts +77 -6
  48. package/dist/i18n/locales/de.js +78 -7
  49. package/dist/i18n/locales/el.d.ts +77 -6
  50. package/dist/i18n/locales/el.js +78 -7
  51. package/dist/i18n/locales/en.d.ts +77 -6
  52. package/dist/i18n/locales/en.js +85 -7
  53. package/dist/i18n/locales/es.d.ts +77 -6
  54. package/dist/i18n/locales/es.js +78 -7
  55. package/dist/i18n/locales/fr.d.ts +77 -6
  56. package/dist/i18n/locales/fr.js +78 -7
  57. package/dist/i18n/locales/hi.d.ts +77 -6
  58. package/dist/i18n/locales/hi.js +78 -7
  59. package/dist/i18n/locales/it.d.ts +77 -6
  60. package/dist/i18n/locales/it.js +78 -7
  61. package/dist/i18n/locales/ja.d.ts +77 -6
  62. package/dist/i18n/locales/ja.js +78 -7
  63. package/dist/i18n/locales/nl.d.ts +77 -6
  64. package/dist/i18n/locales/nl.js +78 -7
  65. package/dist/i18n/locales/pl.d.ts +77 -6
  66. package/dist/i18n/locales/pl.js +78 -7
  67. package/dist/i18n/locales/pt.d.ts +77 -6
  68. package/dist/i18n/locales/pt.js +78 -7
  69. package/dist/i18n/locales/ro.d.ts +77 -6
  70. package/dist/i18n/locales/ro.js +78 -7
  71. package/dist/i18n/locales/ru.d.ts +77 -6
  72. package/dist/i18n/locales/ru.js +78 -7
  73. package/dist/i18n/locales/sq.d.ts +77 -6
  74. package/dist/i18n/locales/sq.js +78 -7
  75. package/dist/i18n/locales/sv.d.ts +77 -6
  76. package/dist/i18n/locales/sv.js +78 -7
  77. package/dist/i18n/locales/tr.d.ts +77 -6
  78. package/dist/i18n/locales/tr.js +78 -7
  79. package/dist/i18n/locales/zh.d.ts +77 -6
  80. package/dist/i18n/locales/zh.js +78 -7
  81. package/dist/index.js +916 -913
  82. package/dist/locales/ar.json +78 -7
  83. package/dist/locales/de.json +78 -7
  84. package/dist/locales/el.json +78 -7
  85. package/dist/locales/en.json +78 -7
  86. package/dist/locales/es.json +78 -7
  87. package/dist/locales/fr.json +78 -7
  88. package/dist/locales/hi.json +78 -7
  89. package/dist/locales/it.json +78 -7
  90. package/dist/locales/ja.json +78 -7
  91. package/dist/locales/nl.json +78 -7
  92. package/dist/locales/pl.json +78 -7
  93. package/dist/locales/pt.json +78 -7
  94. package/dist/locales/ro.json +78 -7
  95. package/dist/locales/ru.json +78 -7
  96. package/dist/locales/sq.json +78 -7
  97. package/dist/locales/sv.json +78 -7
  98. package/dist/locales/tr.json +78 -7
  99. package/dist/locales/zh.json +78 -7
  100. package/dist/patterns/calendar/calendar-bookings-panel.d.ts +8 -3
  101. package/dist/patterns/calendar/calendar-care-rules.d.ts +49 -0
  102. package/dist/patterns/calendar/calendar-task-editor.d.ts +31 -0
  103. package/dist/patterns/calendar/calendar-workspace.d.ts +8 -1
  104. package/dist/patterns/calendar/calendar-workspace.model.d.ts +39 -12
  105. package/dist/patterns/calendar/calendar.data.d.ts +9 -0
  106. package/dist/patterns/calendar/calendar.journey.d.ts +35 -3
  107. package/dist/patterns/calendar/calendar.model.d.ts +23 -1
  108. package/dist/patterns/calendar/calendar.sheets.d.ts +21 -3
  109. package/dist/patterns/calendar/calendar.surface.d.ts +6 -1
  110. package/dist/patterns/calendar/calendar.types.d.ts +32 -1
  111. package/dist/patterns/calendar/index.js +1 -1
  112. package/dist/patterns/help-me-write-templates/help-me-write-templates.d.ts +58 -26
  113. package/dist/patterns/help-me-write-templates/index.d.ts +1 -1
  114. package/dist/patterns/help-me-write-templates/index.js +1 -1
  115. package/dist/patterns/marketplace-app-shell/index.js +1 -1
  116. package/dist/tokens.css +6 -6
  117. package/package.json +5 -1
  118. package/dist/_chunks/calendar-workspace-qlxrxCqm.js +0 -11392
  119. package/dist/_chunks/control-room-rail-CnNZusR5.js +0 -337
  120. package/dist/_chunks/help-me-write-templates-B-m7zgJa.js +0 -775
  121. package/dist/_chunks/highlighter-DSkckT2Q.js +0 -15
  122. package/dist/_chunks/rich-text-editor-DUMeifwc.js +0 -3176
  123. package/dist/_chunks/tab-bar-rDkLiaA6.js +0 -268
  124. package/dist/_chunks/use-edge-resize-ZnGG7gyO.js +0 -139
  125. package/dist/_chunks/use-overflow-collapse-BIOzKbni.js +0 -32
  126. package/dist/_chunks/wand-sparkles-DAjKyhz7.js +0 -27
@@ -2777,9 +2777,26 @@ const e = {
2777
2777
  heading: "Τίτλος",
2778
2778
  extensions: "Επεκτάσεις επεξεργαστή",
2779
2779
  insertVariable: "Εισαγωγή μεταβλητής",
2780
- variables: "Μεταβλητές",
2780
+ variables: {
2781
+ menuLabel: "Μεταβλητές",
2782
+ search: "Αναζήτηση μεταβλητών…",
2783
+ recent: "Πρόσφατες",
2784
+ groups: {
2785
+ patient: "Ασθενής",
2786
+ appointment: "Ραντεβού",
2787
+ practice: "Ιατρείο",
2788
+ operator: "Χειριστής",
2789
+ document: "Έγγραφο",
2790
+ other: "Άλλο"
2791
+ },
2792
+ empty: "Καμία μεταβλητή δεν ταιριάζει με «{{query}}»",
2793
+ footer: {
2794
+ navigate: "πλοήγηση",
2795
+ insert: "εισαγωγή",
2796
+ close: "κλείσιμο"
2797
+ }
2798
+ },
2781
2799
  variableInvalid: "Μη έγκυρη μεταβλητή: {{tokens}}. Επιλέξτε μία από την Εισαγωγή μεταβλητής.",
2782
- variableNoMatch: "Καμία μεταβλητή δεν ταιριάζει με «{{query}}»",
2783
2800
  more: "Περισσότερες επιλογές",
2784
2801
  link: {
2785
2802
  url: "URL",
@@ -2869,7 +2886,18 @@ const e = {
2869
2886
  proofread: "Έλεγχος ορθογραφίας και γραμματικής",
2870
2887
  autoFormat: "Αυτόματη μορφοποίηση εγγράφου",
2871
2888
  consentRecorded: "Η συναίνεση για την υποστήριξη AI έχει καταγραφεί.",
2872
- consentRegionLabel: "Συναίνεση υποστήριξης AI για αυτό το έγγραφο"
2889
+ consentRegionLabel: "Συναίνεση υποστήριξης AI για αυτό το έγγραφο",
2890
+ templates: "Πρότυπα",
2891
+ templatesGroup: "Πρότυπα ιατρείου",
2892
+ noTemplates: "Δεν υπάρχουν ακόμη πρότυπα",
2893
+ templatesNoteEmpty: "Η σημείωση είναι κενή. Υπαγορεύστε ή πληκτρολογήστε πρώτα για να χρησιμοποιήσετε πρότυπο.",
2894
+ createFirstTemplate: "Δημιουργήστε το πρώτο σας πρότυπο",
2895
+ manageTemplates: "Διαχείριση προτύπων",
2896
+ defaultBadge: "Προεπιλογή",
2897
+ actionError: "Κάτι πήγε στραβά. Δοκιμάστε ξανά.",
2898
+ actionStale: "Το κείμενο άλλαξε ενώ η AI το ξαναέγραφε. Δεν αντικαταστάθηκε τίποτα. Δοκιμάστε ξανά.",
2899
+ selectionTools: "Εργαλεία επιλογής",
2900
+ actionDone: "Έγινε. Η σημείωση ενημερώθηκε."
2873
2901
  }
2874
2902
  },
2875
2903
  payment: {
@@ -3122,6 +3150,8 @@ const e = {
3122
3150
  },
3123
3151
  helpMeWriteTemplates: {
3124
3152
  bar: {
3153
+ contextDocument: "Χρησιμοποιεί όλη τη σημείωση ως πλαίσιο. Το προσχέδιο μπαίνει στον κέρσορα.",
3154
+ contextSelection: "Χρησιμοποιεί το επιλεγμένο κείμενο ως πλαίσιο. Το προσχέδιο το αντικαθιστά.",
3125
3155
  templatesMenu: "Πρότυπα",
3126
3156
  templatesGroup: "Πρότυπα ιατρείου",
3127
3157
  createFirst: "Δημιουργήστε το πρώτο σας πρότυπο",
@@ -3166,10 +3196,12 @@ const e = {
3166
3196
  },
3167
3197
  manager: {
3168
3198
  title: "Πρότυπα AI",
3169
- description: "Κοινά για όλο το ιατρείο. Το προεπιλεγμένο πρότυπο εμφανίζεται πρώτο.",
3199
+ description: "Κοινά για όλο το ιατρείο. Σύρετε για να ορίσετε τη σειρά στο μενού Πρότυπα.",
3170
3200
  new: "Νέο πρότυπο",
3171
3201
  done: "Τέλος",
3172
3202
  listLabel: "Πρότυπα",
3203
+ reorderHandle: "Αναδιάταξη {{label}}. Πατήστε Alt + Πάνω ή Alt + Κάτω για μετακίνηση.",
3204
+ reorderAnnounce: "{{label}} μετακινήθηκε στη θέση {{to}} από {{total}}",
3173
3205
  edit: "Επεξεργασία {{name}}",
3174
3206
  delete: "Διαγραφή {{name}}",
3175
3207
  emptyTitle: "Δεν υπάρχουν ακόμη πρότυπα",
@@ -4132,7 +4164,10 @@ const e = {
4132
4164
  actions: {
4133
4165
  groupLabel: "Ενέργειες ατζέντας",
4134
4166
  schedulingLabel: "Προγραμματισμός",
4167
+ createGroupLabel: "Δημιουργία νέου",
4168
+ toolsLabel: "Εργαλεία ημερολογίου",
4135
4169
  newAppointment: "Νέο ραντεβού",
4170
+ newTask: "Νέα εργασία",
4136
4171
  privacy: "Λειτουργία απορρήτου",
4137
4172
  findFreeSlots: "Εύρεση ελεύθερων χρονοθυρίδων",
4138
4173
  printDay: "Εκτύπωση ημέρας",
@@ -4517,6 +4552,8 @@ const e = {
4517
4552
  chairBusy: "Η επιλεγμένη πολυθρόνα είναι κατειλημμένη αυτή την ώρα.",
4518
4553
  operatorBusy: "Ο επιλεγμένος χειριστής είναι απασχολημένος αυτή την ώρα.",
4519
4554
  operatorAbsent: "Ο επιλεγμένος χειριστής απουσιάζει την ημερομηνία του ραντεβού.",
4555
+ careRestrictedResourceHint: "δεν προβλέπεται για αυτή την υπηρεσία",
4556
+ careRestrictionConflict: "Δεν υπάρχει κοινός χειριστής/καρέκλα για τις επιλεγμένες υπηρεσίες",
4520
4557
  reminderDisabled: "(απενεργοποιημένη)",
4521
4558
  priceListAllPhases: "Όλες οι φάσεις",
4522
4559
  priceListBilled: "Η ενέργεια δεν επιτρέπεται: η θεραπεία έχει ήδη τιμολογηθεί.",
@@ -4552,6 +4589,32 @@ const e = {
4552
4589
  signMode_two: "Υπογραφή {{count}} υποχρεωτικών εγγράφων",
4553
4590
  signMode_few: "Υπογραφή {{count}} υποχρεωτικών εγγράφων"
4554
4591
  },
4592
+ taskEditor: {
4593
+ title: "Νέα εργασία",
4594
+ editTitle: "Επεξεργασία εργασίας",
4595
+ date: "Ημερομηνία",
4596
+ time: "Ώρα",
4597
+ note: "Σημείωση",
4598
+ noteRequired: "Εισαγάγετε μια σημείωση.",
4599
+ operator: "Χειριστής",
4600
+ operatorNone: "Χωρίς χειριστή",
4601
+ about: "Αφορά",
4602
+ aboutNobody: "Κανένας",
4603
+ aboutPatient: "Ασθενής",
4604
+ aboutCompany: "Εταιρεία",
4605
+ companyName: "Όνομα εταιρείας",
4606
+ companyUnresolved: "Συνδεδεμένη εταιρεία (εκτός λίστας): {{id}}",
4607
+ companyReplace: "Αντικατάσταση εταιρείας",
4608
+ done: "Ολοκληρώθηκε",
4609
+ save: "Αποθήκευση",
4610
+ cancel: "Ακύρωση",
4611
+ delete: "Διαγραφή",
4612
+ deleteConfirmTitle: "Διαγραφή αυτής της εργασίας;",
4613
+ deleteConfirmBody: "Η εργασία θα αφαιρεθεί. Αυτή η ενέργεια δεν μπορεί να αναιρεθεί εδώ.",
4614
+ deleteConfirm: "Διαγραφή",
4615
+ deleteCancel: "Διατήρηση",
4616
+ readOnlyBody: "Αυτή η εργασία είναι μόνο για ανάγνωση."
4617
+ },
4555
4618
  findSlots: {
4556
4619
  bandOptions: "Διαθέσιμες επιλογές",
4557
4620
  tool: "Εύρεση ελεύθερων χρονοθυρίδων",
@@ -4780,16 +4843,19 @@ const e = {
4780
4843
  undone: "Η διάρκεια επαναφέρθηκε"
4781
4844
  },
4782
4845
  bookings: {
4783
- title: "Online κρατήσεις",
4784
- intro: "Κρατήσεις των τελευταίων τριάντα ημερών που χρειάζονται ακόμη ασθενή ή χειριστή.",
4846
+ title: "Προς ολοκλήρωση",
4847
+ intro: "Ραντεβού στο διάστημα που εμφανίζεται και χρειάζονται ακόμη ασθενή, χειριστή ή πολυθρόνα, όποια κι αν είναι η προέλευσή τους.",
4785
4848
  new: "Νέα",
4786
4849
  bookedOn: "κράτηση στις {{date}}",
4787
4850
  needsPatient: "Ασθενής προς αντιστοίχιση",
4788
4851
  needsOperator: "Χειριστής προς ανάθεση",
4852
+ needsChair: "Πολυθρόνα προς ανάθεση",
4789
4853
  assignPatient: "Ανάθεση ασθενούς",
4790
4854
  assignOperator: "Ανάθεση χειριστή",
4855
+ assignChair: "Ανάθεση πολυθρόνας",
4791
4856
  assignPatientShort: "Ασθενής",
4792
4857
  assignOperatorShort: "Χειριστής",
4858
+ assignChairShort: "Πολυθρόνα",
4793
4859
  edit: "Επεξεργασία ραντεβού",
4794
4860
  whatsapp: "Μήνυμα στο WhatsApp",
4795
4861
  whatsappNoNumber: "Δεν υπάρχει αριθμός WhatsApp για αυτή την κράτηση",
@@ -4799,7 +4865,11 @@ const e = {
4799
4865
  current: "Επιλεγμένη κράτηση",
4800
4866
  showInCalendarNamed: "Εμφάνιση της κράτησης {{when}} στο ημερολόγιο",
4801
4867
  showInCalendar: "Εμφάνιση στο ημερολόγιο",
4802
- emptyTitle: "Δεν υπάρχουν κρατήσεις προς έλεγχο."
4868
+ emptyTitle: "Δεν υπάρχουν ραντεβού προς ολοκλήρωση.",
4869
+ filterNoPatient: "Χωρίς ασθενή",
4870
+ filterNoOperator: "Χωρίς χειριστή",
4871
+ filterNoChair: "Χωρίς πολυθρόνα",
4872
+ notShownOnChairAxis: "Δεν εμφανίζονται στις στήλες πολυθρόνας μέχρι να ανατεθεί πολυθρόνα."
4803
4873
  },
4804
4874
  waitingList: {
4805
4875
  removed: "Αφαιρέθηκε από τη λίστα αναμονής",
@@ -4843,6 +4913,7 @@ const e = {
4843
4913
  },
4844
4914
  readOnly: {
4845
4915
  createBlocked: "Δεν έχετε δικαίωμα δημιουργίας ραντεβού.",
4916
+ createTaskBlocked: "Δεν έχετε δικαίωμα δημιουργίας εργασιών.",
4846
4917
  changeBlocked: "Δεν έχετε δικαίωμα τροποποίησης ραντεβού.",
4847
4918
  waitingBlocked: "Δεν έχετε δικαίωμα τροποποίησης της λίστας αναμονής.",
4848
4919
  waitingLockedBody: "Δεν έχετε δικαίωμα τροποποίησης της λίστας αναμονής — ζητήστε από τον ιδιοκτήτη του ιατρείου το δικαίωμα επεξεργασίας του ημερολογίου."
@@ -2804,9 +2804,26 @@ export declare const enUi: {
2804
2804
  readonly heading: "Heading";
2805
2805
  readonly extensions: "Editor extensions";
2806
2806
  readonly insertVariable: "Insert variable";
2807
- readonly variables: "Variables";
2807
+ readonly variables: {
2808
+ readonly menuLabel: "Variables";
2809
+ readonly search: "Search variables…";
2810
+ readonly recent: "Recent";
2811
+ readonly groups: {
2812
+ readonly patient: "Patient";
2813
+ readonly appointment: "Appointment";
2814
+ readonly practice: "Practice";
2815
+ readonly operator: "Operator";
2816
+ readonly document: "Document";
2817
+ readonly other: "Other";
2818
+ };
2819
+ readonly empty: "No variables match \"{{query}}\"";
2820
+ readonly footer: {
2821
+ readonly navigate: "navigate";
2822
+ readonly insert: "insert";
2823
+ readonly close: "close";
2824
+ };
2825
+ };
2808
2826
  readonly variableInvalid: "Not a valid variable: {{tokens}}. Pick one from Insert variable.";
2809
- readonly variableNoMatch: "No variable matches “{{query}}”";
2810
2827
  readonly more: "More options";
2811
2828
  readonly link: {
2812
2829
  readonly url: "URL";
@@ -2897,6 +2914,17 @@ export declare const enUi: {
2897
2914
  readonly autoFormat: "Auto-format document";
2898
2915
  readonly consentRecorded: "AI assistance consent has been recorded.";
2899
2916
  readonly consentRegionLabel: "AI assistance consent for this document";
2917
+ readonly templates: "Templates";
2918
+ readonly templatesGroup: "Practice templates";
2919
+ readonly noTemplates: "No templates yet";
2920
+ readonly templatesNoteEmpty: "The note is empty. Dictate or type first to use a template.";
2921
+ readonly createFirstTemplate: "Create your first template";
2922
+ readonly manageTemplates: "Manage templates";
2923
+ readonly defaultBadge: "Default";
2924
+ readonly actionError: "Something went wrong. Try again.";
2925
+ readonly actionStale: "The text changed while the AI was rewriting it. Nothing was replaced. Try again.";
2926
+ readonly selectionTools: "Selection tools";
2927
+ readonly actionDone: "Done. The note has been updated.";
2900
2928
  };
2901
2929
  };
2902
2930
  readonly payment: {
@@ -3152,6 +3180,8 @@ export declare const enUi: {
3152
3180
  };
3153
3181
  readonly helpMeWriteTemplates: {
3154
3182
  readonly bar: {
3183
+ readonly contextDocument: "Uses the whole note as context. The draft goes in at the cursor.";
3184
+ readonly contextSelection: "Uses the selected text as context. The draft replaces it.";
3155
3185
  readonly templatesMenu: "Templates";
3156
3186
  readonly templatesGroup: "Practice templates";
3157
3187
  readonly createFirst: "Create your first template";
@@ -3196,10 +3226,12 @@ export declare const enUi: {
3196
3226
  };
3197
3227
  readonly manager: {
3198
3228
  readonly title: "AI templates";
3199
- readonly description: "Shared with everyone in the practice. The default template is listed first.";
3229
+ readonly description: "Shared with everyone in the practice. Drag to set the order of the Templates menu.";
3200
3230
  readonly new: "New template";
3201
3231
  readonly done: "Done";
3202
3232
  readonly listLabel: "Templates";
3233
+ readonly reorderHandle: "Reorder {{label}}. Press Alt + Up or Alt + Down to move.";
3234
+ readonly reorderAnnounce: "{{label}} moved to position {{to}} of {{total}}";
3203
3235
  readonly edit: "Edit {{name}}";
3204
3236
  readonly delete: "Delete {{name}}";
3205
3237
  readonly emptyTitle: "No templates yet";
@@ -4169,7 +4201,10 @@ export declare const enUi: {
4169
4201
  readonly actions: {
4170
4202
  readonly groupLabel: "Agenda actions";
4171
4203
  readonly schedulingLabel: "Scheduling";
4204
+ readonly createGroupLabel: "Create new";
4205
+ readonly toolsLabel: "Agenda tools";
4172
4206
  readonly newAppointment: "New appointment";
4207
+ readonly newTask: "New task";
4173
4208
  readonly privacy: "Privacy mode";
4174
4209
  readonly findFreeSlots: "Find free slots";
4175
4210
  readonly printDay: "Print day";
@@ -4554,6 +4589,8 @@ export declare const enUi: {
4554
4589
  readonly chairBusy: "The chosen chair is busy at this time.";
4555
4590
  readonly operatorBusy: "The chosen operator is busy at this time.";
4556
4591
  readonly operatorAbsent: "The chosen operator is away on the date of the appointment.";
4592
+ readonly careRestrictedResourceHint: "not allowed for this treatment";
4593
+ readonly careRestrictionConflict: "No operator/chair is common to the selected treatments";
4557
4594
  readonly reminderDisabled: "(disabled)";
4558
4595
  readonly priceListAllPhases: "All phases";
4559
4596
  readonly priceListBilled: "Action not allowed: this treatment has already been invoiced.";
@@ -4589,6 +4626,32 @@ export declare const enUi: {
4589
4626
  readonly signMode_two: "Signature of {{count}} required documents";
4590
4627
  readonly signMode_few: "Signature of {{count}} required documents";
4591
4628
  };
4629
+ readonly taskEditor: {
4630
+ readonly title: "New task";
4631
+ readonly editTitle: "Edit task";
4632
+ readonly date: "Date";
4633
+ readonly time: "Time";
4634
+ readonly note: "Note";
4635
+ readonly noteRequired: "Enter a note.";
4636
+ readonly operator: "Operator";
4637
+ readonly operatorNone: "No operator";
4638
+ readonly about: "Concerns";
4639
+ readonly aboutNobody: "Nobody";
4640
+ readonly aboutPatient: "Patient";
4641
+ readonly aboutCompany: "Company";
4642
+ readonly companyName: "Company name";
4643
+ readonly companyUnresolved: "Linked company (not in the list): {{id}}";
4644
+ readonly companyReplace: "Replace company";
4645
+ readonly done: "Done";
4646
+ readonly save: "Save";
4647
+ readonly cancel: "Cancel";
4648
+ readonly delete: "Delete";
4649
+ readonly deleteConfirmTitle: "Delete this task?";
4650
+ readonly deleteConfirmBody: "The task will be removed. This cannot be undone here.";
4651
+ readonly deleteConfirm: "Delete";
4652
+ readonly deleteCancel: "Keep";
4653
+ readonly readOnlyBody: "This task is read-only.";
4654
+ };
4592
4655
  readonly findSlots: {
4593
4656
  readonly bandOptions: "Available options";
4594
4657
  readonly tool: "Find free slots";
@@ -4817,16 +4880,19 @@ export declare const enUi: {
4817
4880
  readonly undone: "Duration restored";
4818
4881
  };
4819
4882
  readonly bookings: {
4820
- readonly title: "Online bookings";
4821
- readonly intro: "Bookings from the last thirty days that still need a patient or an operator.";
4883
+ readonly title: "To complete";
4884
+ readonly intro: "Appointments in view still missing a patient, an operator or a chair — however they were created.";
4822
4885
  readonly new: "New";
4823
4886
  readonly bookedOn: "booked {{date}}";
4824
4887
  readonly needsPatient: "Patient to assign";
4825
4888
  readonly needsOperator: "Operator to assign";
4889
+ readonly needsChair: "Chair to assign";
4826
4890
  readonly assignPatient: "Assign patient";
4827
4891
  readonly assignOperator: "Assign operator";
4892
+ readonly assignChair: "Assign chair";
4828
4893
  readonly assignPatientShort: "Patient";
4829
4894
  readonly assignOperatorShort: "Operator";
4895
+ readonly assignChairShort: "Chair";
4830
4896
  readonly edit: "Edit appointment";
4831
4897
  readonly whatsapp: "Message on WhatsApp";
4832
4898
  readonly whatsappNoNumber: "No WhatsApp number for this booking";
@@ -4836,7 +4902,11 @@ export declare const enUi: {
4836
4902
  readonly current: "Current booking";
4837
4903
  readonly showInCalendarNamed: "Show the {{when}} booking in the calendar";
4838
4904
  readonly showInCalendar: "Show in calendar";
4839
- readonly emptyTitle: "No bookings to check.";
4905
+ readonly emptyTitle: "No appointments to complete.";
4906
+ readonly filterNoPatient: "Without a patient";
4907
+ readonly filterNoOperator: "Without an operator";
4908
+ readonly filterNoChair: "Without a chair";
4909
+ readonly notShownOnChairAxis: "Not shown in the chair columns until a chair is assigned.";
4840
4910
  };
4841
4911
  readonly waitingList: {
4842
4912
  readonly removed: "Removed from the waiting list";
@@ -4880,6 +4950,7 @@ export declare const enUi: {
4880
4950
  };
4881
4951
  readonly readOnly: {
4882
4952
  readonly createBlocked: "You do not have permission to create appointments.";
4953
+ readonly createTaskBlocked: "You do not have permission to create tasks.";
4883
4954
  readonly changeBlocked: "You do not have permission to change appointments.";
4884
4955
  readonly waitingBlocked: "You do not have permission to change the waiting list.";
4885
4956
  readonly waitingLockedBody: "You do not have permission to change the waiting list — ask the practice owner for the calendar edit right.";
@@ -2787,9 +2787,26 @@ const e = {
2787
2787
  heading: "Heading",
2788
2788
  extensions: "Editor extensions",
2789
2789
  insertVariable: "Insert variable",
2790
- variables: "Variables",
2790
+ variables: {
2791
+ menuLabel: "Variables",
2792
+ search: "Search variables…",
2793
+ recent: "Recent",
2794
+ groups: {
2795
+ patient: "Patient",
2796
+ appointment: "Appointment",
2797
+ practice: "Practice",
2798
+ operator: "Operator",
2799
+ document: "Document",
2800
+ other: "Other"
2801
+ },
2802
+ empty: 'No variables match "{{query}}"',
2803
+ footer: {
2804
+ navigate: "navigate",
2805
+ insert: "insert",
2806
+ close: "close"
2807
+ }
2808
+ },
2791
2809
  variableInvalid: "Not a valid variable: {{tokens}}. Pick one from Insert variable.",
2792
- variableNoMatch: "No variable matches “{{query}}”",
2793
2810
  more: "More options",
2794
2811
  link: {
2795
2812
  url: "URL",
@@ -2879,7 +2896,18 @@ const e = {
2879
2896
  proofread: "Check spelling & grammar",
2880
2897
  autoFormat: "Auto-format document",
2881
2898
  consentRecorded: "AI assistance consent has been recorded.",
2882
- consentRegionLabel: "AI assistance consent for this document"
2899
+ consentRegionLabel: "AI assistance consent for this document",
2900
+ templates: "Templates",
2901
+ templatesGroup: "Practice templates",
2902
+ noTemplates: "No templates yet",
2903
+ templatesNoteEmpty: "The note is empty. Dictate or type first to use a template.",
2904
+ createFirstTemplate: "Create your first template",
2905
+ manageTemplates: "Manage templates",
2906
+ defaultBadge: "Default",
2907
+ actionError: "Something went wrong. Try again.",
2908
+ actionStale: "The text changed while the AI was rewriting it. Nothing was replaced. Try again.",
2909
+ selectionTools: "Selection tools",
2910
+ actionDone: "Done. The note has been updated."
2883
2911
  }
2884
2912
  },
2885
2913
  payment: {
@@ -3135,6 +3163,8 @@ const e = {
3135
3163
  },
3136
3164
  helpMeWriteTemplates: {
3137
3165
  bar: {
3166
+ contextDocument: "Uses the whole note as context. The draft goes in at the cursor.",
3167
+ contextSelection: "Uses the selected text as context. The draft replaces it.",
3138
3168
  templatesMenu: "Templates",
3139
3169
  templatesGroup: "Practice templates",
3140
3170
  createFirst: "Create your first template",
@@ -3179,10 +3209,12 @@ const e = {
3179
3209
  },
3180
3210
  manager: {
3181
3211
  title: "AI templates",
3182
- description: "Shared with everyone in the practice. The default template is listed first.",
3212
+ description: "Shared with everyone in the practice. Drag to set the order of the Templates menu.",
3183
3213
  new: "New template",
3184
3214
  done: "Done",
3185
3215
  listLabel: "Templates",
3216
+ reorderHandle: "Reorder {{label}}. Press Alt + Up or Alt + Down to move.",
3217
+ reorderAnnounce: "{{label}} moved to position {{to}} of {{total}}",
3186
3218
  edit: "Edit {{name}}",
3187
3219
  delete: "Delete {{name}}",
3188
3220
  emptyTitle: "No templates yet",
@@ -4152,7 +4184,10 @@ const e = {
4152
4184
  actions: {
4153
4185
  groupLabel: "Agenda actions",
4154
4186
  schedulingLabel: "Scheduling",
4187
+ createGroupLabel: "Create new",
4188
+ toolsLabel: "Agenda tools",
4155
4189
  newAppointment: "New appointment",
4190
+ newTask: "New task",
4156
4191
  privacy: "Privacy mode",
4157
4192
  findFreeSlots: "Find free slots",
4158
4193
  printDay: "Print day",
@@ -4537,6 +4572,11 @@ const e = {
4537
4572
  chairBusy: "The chosen chair is busy at this time.",
4538
4573
  operatorBusy: "The chosen operator is busy at this time.",
4539
4574
  operatorAbsent: "The chosen operator is away on the date of the appointment.",
4575
+ /* HTP-5059 — the current operator/chair on an edit stays selectable
4576
+ even when the care no longer allows it; this hint marks that one
4577
+ option rather than blocking or hiding it. */
4578
+ careRestrictedResourceHint: "not allowed for this treatment",
4579
+ careRestrictionConflict: "No operator/chair is common to the selected treatments",
4540
4580
  reminderDisabled: "(disabled)",
4541
4581
  priceListAllPhases: "All phases",
4542
4582
  priceListBilled: "Action not allowed: this treatment has already been invoiced.",
@@ -4572,6 +4612,32 @@ const e = {
4572
4612
  signMode_two: "Signature of {{count}} required documents",
4573
4613
  signMode_few: "Signature of {{count}} required documents"
4574
4614
  },
4615
+ taskEditor: {
4616
+ title: "New task",
4617
+ editTitle: "Edit task",
4618
+ date: "Date",
4619
+ time: "Time",
4620
+ note: "Note",
4621
+ noteRequired: "Enter a note.",
4622
+ operator: "Operator",
4623
+ operatorNone: "No operator",
4624
+ about: "Concerns",
4625
+ aboutNobody: "Nobody",
4626
+ aboutPatient: "Patient",
4627
+ aboutCompany: "Company",
4628
+ companyName: "Company name",
4629
+ companyUnresolved: "Linked company (not in the list): {{id}}",
4630
+ companyReplace: "Replace company",
4631
+ done: "Done",
4632
+ save: "Save",
4633
+ cancel: "Cancel",
4634
+ delete: "Delete",
4635
+ deleteConfirmTitle: "Delete this task?",
4636
+ deleteConfirmBody: "The task will be removed. This cannot be undone here.",
4637
+ deleteConfirm: "Delete",
4638
+ deleteCancel: "Keep",
4639
+ readOnlyBody: "This task is read-only."
4640
+ },
4575
4641
  findSlots: {
4576
4642
  bandOptions: "Available options",
4577
4643
  tool: "Find free slots",
@@ -4800,16 +4866,23 @@ const e = {
4800
4866
  undone: "Duration restored"
4801
4867
  },
4802
4868
  bookings: {
4803
- title: "Online bookings",
4804
- intro: "Bookings from the last thirty days that still need a patient or an operator.",
4869
+ /* Deliberately NOT "Backlog": `calendarWorkspace.backlog.*` already
4870
+ names the unrelated waiting-list Backlog (bookings + waiting +
4871
+ unconfirmed + no-operator + signatures). "To complete" is the
4872
+ closest English label that does not collide with it. */
4873
+ title: "To complete",
4874
+ intro: "Appointments in view still missing a patient, an operator or a chair — however they were created.",
4805
4875
  new: "New",
4806
4876
  bookedOn: "booked {{date}}",
4807
4877
  needsPatient: "Patient to assign",
4808
4878
  needsOperator: "Operator to assign",
4879
+ needsChair: "Chair to assign",
4809
4880
  assignPatient: "Assign patient",
4810
4881
  assignOperator: "Assign operator",
4882
+ assignChair: "Assign chair",
4811
4883
  assignPatientShort: "Patient",
4812
4884
  assignOperatorShort: "Operator",
4885
+ assignChairShort: "Chair",
4813
4886
  edit: "Edit appointment",
4814
4887
  whatsapp: "Message on WhatsApp",
4815
4888
  whatsappNoNumber: "No WhatsApp number for this booking",
@@ -4819,7 +4892,11 @@ const e = {
4819
4892
  current: "Current booking",
4820
4893
  showInCalendarNamed: "Show the {{when}} booking in the calendar",
4821
4894
  showInCalendar: "Show in calendar",
4822
- emptyTitle: "No bookings to check."
4895
+ emptyTitle: "No appointments to complete.",
4896
+ filterNoPatient: "Without a patient",
4897
+ filterNoOperator: "Without an operator",
4898
+ filterNoChair: "Without a chair",
4899
+ notShownOnChairAxis: "Not shown in the chair columns until a chair is assigned."
4823
4900
  },
4824
4901
  waitingList: {
4825
4902
  removed: "Removed from the waiting list",
@@ -4863,6 +4940,7 @@ const e = {
4863
4940
  },
4864
4941
  readOnly: {
4865
4942
  createBlocked: "You do not have permission to create appointments.",
4943
+ createTaskBlocked: "You do not have permission to create tasks.",
4866
4944
  changeBlocked: "You do not have permission to change appointments.",
4867
4945
  waitingBlocked: "You do not have permission to change the waiting list.",
4868
4946
  waitingLockedBody: "You do not have permission to change the waiting list — ask the practice owner for the calendar edit right."