@alfadocs/ui-kit 1.33.0 → 1.34.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 (111) hide show
  1. package/dist/_chunks/{appointment-card-D-oj_ugh.js → appointment-card-D6mk39NB.js} +3 -3
  2. package/dist/_chunks/{appointment-timeline-CymGHyIP.js → appointment-timeline-D-V97Bhc.js} +2 -2
  3. package/dist/_chunks/{appointment-tray-DCk8gHod.js → appointment-tray-6rg071CL.js} +2 -2
  4. package/dist/_chunks/{calendar-workspace-BX-zDyVR.js → calendar-workspace-4NH1Z47_.js} +7 -7
  5. package/dist/_chunks/{clinical-note-card-D2WTV2CO.js → clinical-note-card-CTRzmqvv.js} +83 -81
  6. package/dist/_chunks/{contact-profile-card-BZqi8Hck.js → contact-profile-card-DSI9uumA.js} +17 -16
  7. package/dist/_chunks/{control-room-rail-iO_BCaq1.js → control-room-rail-5MbhjsxN.js} +2 -2
  8. package/dist/_chunks/format-price-BkMEbeW3.js +47 -0
  9. package/dist/_chunks/{format-price-DNqXPa_q.js → languages-CZqBaPwI.js} +8 -38
  10. package/dist/_chunks/money.agent-Dw55UxUA.js +116 -0
  11. package/dist/_chunks/notes-panel-BjLt-kiP.js +469 -0
  12. package/dist/_chunks/{practice-results-DjEzPgAK.js → practice-results-kayDEorM.js} +15 -14
  13. package/dist/_chunks/{rich-text-editor-CQ7yZdG3.js → rich-text-editor-CCI-Y3DN.js} +3 -5
  14. package/dist/_chunks/{task-card-BUgK6yZT.js → task-card-BalrLkSz.js} +41 -40
  15. package/dist/_chunks/{task-tray-CYG6rj2s.js → task-tray-COo-RlDv.js} +2 -2
  16. package/dist/_chunks/tasks-panel-DLKpSNoE.js +844 -0
  17. package/dist/_chunks/tool-rail-ONaV-Nzz.js +588 -0
  18. package/dist/_chunks/use-check-animation--I3cS00X.js +28 -0
  19. package/dist/_chunks/use-list-reflow-Cw43nxw5.js +100 -0
  20. package/dist/agent-catalog.json +15 -1
  21. package/dist/components/_shared/format-price.d.ts +15 -0
  22. package/dist/components/appointment-card/index.js +2 -2
  23. package/dist/components/appointment-timeline/index.js +1 -1
  24. package/dist/components/clinical-note-card/clinical-note-card.d.ts +8 -1
  25. package/dist/components/clinical-note-card/index.js +1 -1
  26. package/dist/components/command-palette/command-palette.d.ts +7 -7
  27. package/dist/components/contact-profile-card/index.js +1 -1
  28. package/dist/components/control-room-rail/index.js +1 -1
  29. package/dist/components/index.d.ts +1 -0
  30. package/dist/components/money/index.d.ts +4 -0
  31. package/dist/components/money/index.js +6 -0
  32. package/dist/components/money/money.agent.d.ts +3 -0
  33. package/dist/components/money/money.d.ts +38 -0
  34. package/dist/components/notes-panel/index.js +1 -1
  35. package/dist/components/notes-panel/notes-panel.d.ts +16 -1
  36. package/dist/components/practice-results/index.js +1 -1
  37. package/dist/components/rich-text-editor/index.js +1 -1
  38. package/dist/components/rich-text-editor/rich-text-editor.d.ts +1 -1
  39. package/dist/components/task-card/index.js +1 -1
  40. package/dist/components/task-card/task-card.d.ts +11 -3
  41. package/dist/components/task-tray/index.js +1 -1
  42. package/dist/components/tasks-panel/index.js +1 -1
  43. package/dist/components/tasks-panel/tasks-panel.d.ts +1 -1
  44. package/dist/components/tool-rail/index.js +1 -1
  45. package/dist/hooks/index.d.ts +3 -0
  46. package/dist/hooks/index.js +43 -37
  47. package/dist/hooks/use-check-animation.d.ts +53 -0
  48. package/dist/hooks/use-exit-transition.d.ts +48 -0
  49. package/dist/hooks/use-list-reflow.d.ts +47 -0
  50. package/dist/host-compat.css +8 -2
  51. package/dist/i18n/locales/ar.d.ts +5 -0
  52. package/dist/i18n/locales/ar.js +6 -1
  53. package/dist/i18n/locales/de.d.ts +5 -0
  54. package/dist/i18n/locales/de.js +6 -1
  55. package/dist/i18n/locales/el.d.ts +5 -0
  56. package/dist/i18n/locales/el.js +6 -1
  57. package/dist/i18n/locales/en.d.ts +5 -0
  58. package/dist/i18n/locales/en.js +6 -1
  59. package/dist/i18n/locales/es.d.ts +5 -0
  60. package/dist/i18n/locales/es.js +6 -1
  61. package/dist/i18n/locales/fr.d.ts +5 -0
  62. package/dist/i18n/locales/fr.js +6 -1
  63. package/dist/i18n/locales/hi.d.ts +5 -0
  64. package/dist/i18n/locales/hi.js +6 -1
  65. package/dist/i18n/locales/it.d.ts +5 -0
  66. package/dist/i18n/locales/it.js +6 -1
  67. package/dist/i18n/locales/ja.d.ts +5 -0
  68. package/dist/i18n/locales/ja.js +6 -1
  69. package/dist/i18n/locales/nl.d.ts +5 -0
  70. package/dist/i18n/locales/nl.js +6 -1
  71. package/dist/i18n/locales/pl.d.ts +5 -0
  72. package/dist/i18n/locales/pl.js +6 -1
  73. package/dist/i18n/locales/pt.d.ts +5 -0
  74. package/dist/i18n/locales/pt.js +6 -1
  75. package/dist/i18n/locales/ro.d.ts +5 -0
  76. package/dist/i18n/locales/ro.js +6 -1
  77. package/dist/i18n/locales/ru.d.ts +5 -0
  78. package/dist/i18n/locales/ru.js +6 -1
  79. package/dist/i18n/locales/sq.d.ts +5 -0
  80. package/dist/i18n/locales/sq.js +6 -1
  81. package/dist/i18n/locales/sv.d.ts +5 -0
  82. package/dist/i18n/locales/sv.js +6 -1
  83. package/dist/i18n/locales/tr.d.ts +5 -0
  84. package/dist/i18n/locales/tr.js +6 -1
  85. package/dist/i18n/locales/zh.d.ts +5 -0
  86. package/dist/i18n/locales/zh.js +6 -1
  87. package/dist/index.js +919 -916
  88. package/dist/locales/ar.json +6 -1
  89. package/dist/locales/de.json +6 -1
  90. package/dist/locales/el.json +6 -1
  91. package/dist/locales/en.json +6 -1
  92. package/dist/locales/es.json +6 -1
  93. package/dist/locales/fr.json +6 -1
  94. package/dist/locales/hi.json +6 -1
  95. package/dist/locales/it.json +6 -1
  96. package/dist/locales/ja.json +6 -1
  97. package/dist/locales/nl.json +6 -1
  98. package/dist/locales/pl.json +6 -1
  99. package/dist/locales/pt.json +6 -1
  100. package/dist/locales/ro.json +6 -1
  101. package/dist/locales/ru.json +6 -1
  102. package/dist/locales/sq.json +6 -1
  103. package/dist/locales/sv.json +6 -1
  104. package/dist/locales/tr.json +6 -1
  105. package/dist/locales/zh.json +6 -1
  106. package/dist/patterns/calendar/index.js +1 -1
  107. package/dist/tokens.css +2 -1
  108. package/package.json +5 -1
  109. package/dist/_chunks/notes-panel-C4G-mhZ9.js +0 -380
  110. package/dist/_chunks/tasks-panel-DQuaVvl5.js +0 -757
  111. package/dist/_chunks/tool-rail-8Scslq3X.js +0 -524
@@ -0,0 +1,53 @@
1
+ export interface UseCheckAnimationOptions {
2
+ /**
3
+ * The committed state, as the host holds it. The hook shows an optimistic
4
+ * value while a toggle is in flight so the tick draws on the click rather
5
+ * than waiting for the host's re-render.
6
+ */
7
+ checked: boolean;
8
+ /**
9
+ * How long the tick takes to draw, in milliseconds. Keep it in step with
10
+ * the CSS transition the caller paints — `--duration-normal` (200ms) is
11
+ * the kit's default and the hook's too.
12
+ */
13
+ durationMs?: number;
14
+ /**
15
+ * Force the reduced-motion branch. Defaults to reading
16
+ * `prefers-reduced-motion: reduce`. Useful in tests and for callers that
17
+ * already track the preference upstream. When reduced, the tick lands
18
+ * immediately and `drawing` never turns true.
19
+ */
20
+ reduceMotion?: boolean;
21
+ }
22
+ export interface UseCheckAnimationReturn {
23
+ /** What to render: the optimistic value while a toggle is in flight. */
24
+ checked: boolean;
25
+ /**
26
+ * True only while an unchecked → checked flip is drawing. Reflect it onto
27
+ * the element (e.g. `data-drawing`) to trigger the stroke animation;
28
+ * unticking is deliberately instant, since there is nothing to celebrate.
29
+ */
30
+ drawing: boolean;
31
+ /** The effective duration — 0 under reduced motion. */
32
+ durationMs: number;
33
+ /**
34
+ * Flip the box. Returns the value it flipped to, so the caller can pass it
35
+ * straight to its own commit callback.
36
+ */
37
+ toggle: () => boolean;
38
+ }
39
+ /**
40
+ * Drives an animated tick for a checkbox whose state lives with the host.
41
+ *
42
+ * A checkbox backed by host state cannot animate on click: the tick would
43
+ * wait for the round trip, and when the row is about to leave the list the
44
+ * host may never send the new value back at all. This hook holds an
45
+ * optimistic value for the length of the animation so the tick draws
46
+ * immediately, then defers to the host once its value agrees.
47
+ *
48
+ * The hook owns the timing only. Paint the tick in CSS — a
49
+ * `stroke-dashoffset` transition keyed off `drawing` — so the animation
50
+ * honours the `--animation-duration` token in the accessible theme.
51
+ */
52
+ export declare function useCheckAnimation({ checked, durationMs, reduceMotion, }: UseCheckAnimationOptions): UseCheckAnimationReturn;
53
+ //# sourceMappingURL=use-check-animation.d.ts.map
@@ -0,0 +1,48 @@
1
+ export interface UseExitTransitionOptions {
2
+ /**
3
+ * How long the exit takes, in milliseconds. Keep it in step with the CSS
4
+ * transition the caller paints — `--duration-normal` (200ms) is the kit's
5
+ * default and the hook's too.
6
+ */
7
+ durationMs?: number;
8
+ /**
9
+ * Hold this long before the exit begins. The row is not reported as
10
+ * leaving until it elapses, so an animation already playing on the row (a
11
+ * tick drawing in) finishes before the fade starts rather than sharing it.
12
+ * Default 0.
13
+ */
14
+ delayMs?: number;
15
+ /**
16
+ * Force the reduced-motion branch. Defaults to reading
17
+ * `prefers-reduced-motion: reduce`. When reduced, `leave` commits
18
+ * synchronously and nothing is ever reported as leaving.
19
+ */
20
+ reduceMotion?: boolean;
21
+ }
22
+ export interface UseExitTransitionReturn {
23
+ /** Whether this id is mid-exit. Reflect it onto the row (e.g. `data-leaving`). */
24
+ isLeaving: (id: string) => boolean;
25
+ /**
26
+ * Start `id` leaving, then run `commit` once the exit has played. Calling
27
+ * it twice for the same id is a no-op, so a double click cannot remove a
28
+ * row twice. Under reduced motion `commit` runs immediately.
29
+ */
30
+ leave: (id: string, commit: () => void) => void;
31
+ /** The effective total delay + duration — 0 under reduced motion. */
32
+ durationMs: number;
33
+ }
34
+ /**
35
+ * Holds a row on screen long enough to fade out before the host removes it.
36
+ *
37
+ * A list that drops an item the instant it is actioned gives no sense of
38
+ * where the item went. This hook inverts the order: mark the row as leaving,
39
+ * let CSS fade it, and only then tell the host to drop it — so the removal
40
+ * the user sees and the state change agree.
41
+ *
42
+ * The hook owns the timing only. Paint the exit in CSS, keyed off
43
+ * `isLeaving`, so it honours the `--animation-duration` token in the
44
+ * accessible theme. Pending exits are cancelled on unmount, so a commit
45
+ * never fires against a list that has gone away.
46
+ */
47
+ export declare function useExitTransition({ durationMs, delayMs, reduceMotion, }?: UseExitTransitionOptions): UseExitTransitionReturn;
48
+ //# sourceMappingURL=use-exit-transition.d.ts.map
@@ -0,0 +1,47 @@
1
+ import { type RefObject } from 'react';
2
+ export interface UseListReflowOptions {
3
+ /**
4
+ * Changes to this string trigger a measurement pass — pass the rendered
5
+ * ids in order (`items.map((i) => i.id).join()`), so the hook runs when
6
+ * the list is reordered, added to or removed from, and not on every
7
+ * unrelated re-render.
8
+ */
9
+ key: string;
10
+ /**
11
+ * How long a row takes to travel to its new place, in milliseconds.
12
+ * Matches the CSS the row paints via {@link REFLOW_ROW_CLASS}.
13
+ */
14
+ durationMs?: number;
15
+ /**
16
+ * Force the reduced-motion branch. Defaults to reading
17
+ * `prefers-reduced-motion: reduce`. When reduced, rows jump as before.
18
+ */
19
+ reduceMotion?: boolean;
20
+ }
21
+ export interface UseListReflowReturn<T extends HTMLElement> {
22
+ /** Attach to the element that contains the tracked rows. */
23
+ containerRef: RefObject<T | null>;
24
+ }
25
+ /**
26
+ * Every tracked row must carry this class and a `data-reflow-id`. It parks
27
+ * the row at the offset the hook sets and animates it back to zero; the
28
+ * snap frame that sets the offset is exempted, so the jump itself is never
29
+ * animated.
30
+ */
31
+ export declare const REFLOW_ROW_CLASS: string;
32
+ /**
33
+ * Slides the surviving rows of a list to their new positions instead of
34
+ * letting them snap.
35
+ *
36
+ * When a row is removed the rows below it jump up by its height, and the eye
37
+ * loses its place — the list looks like it re-rendered rather than like one
38
+ * row left. This runs the standard invert-and-play: it records where each
39
+ * row sat, and after the DOM changes it puts each moved row back where it
40
+ * was and releases it, so the gap closes as a movement.
41
+ *
42
+ * Measurement happens before paint, so no intermediate frame is shown. Rows
43
+ * that are new (no previous position) are left alone — this animates travel,
44
+ * not arrival.
45
+ */
46
+ export declare function useListReflow<T extends HTMLElement>({ key, durationMs, reduceMotion, }: UseListReflowOptions): UseListReflowReturn<T>;
47
+ //# sourceMappingURL=use-list-reflow.d.ts.map
@@ -41,7 +41,7 @@
41
41
 
42
42
  /* ───────────────────────────────────────────────────────────────────────
43
43
  SECTION A — design tokens (custom properties). UNLAYERED.
44
- 95 declarations across 73 token names and 25 selectors.
44
+ 96 declarations across 73 token names and 26 selectors.
45
45
 
46
46
  Unlayered normal declarations outrank every layered one regardless of
47
47
  source order and specificity, so this block beats the kit's own
@@ -199,10 +199,13 @@
199
199
  .redactor-theme-alfadocs[data-min-height=lg] {
200
200
  --rich-text-editor-min-block-size:384px;
201
201
  }
202
+ .redactor-theme-alfadocs[data-min-height=fill] {
203
+ --rich-text-editor-min-block-size:max(128px, 30dvh);
204
+ }
202
205
 
203
206
  /* ───────────────────────────────────────────────────────────────────────
204
207
  SECTION B — non-token declarations. ORIGINAL LAYER PRESERVED.
205
- 132 declarations across 128 rules.
208
+ 133 declarations across 129 rules.
206
209
 
207
210
  Kit-authored arbitrary-value utilities (`ds:w-[20rem]`) and the
208
211
  vendored AG Grid rules. These set real properties on real elements,
@@ -463,6 +466,9 @@
463
466
  .ds\:min-w-\[32rem\] {
464
467
  min-width:512px;
465
468
  }
469
+ .ds\:min-w-\[36rem\] {
470
+ min-width:576px;
471
+ }
466
472
  .ds\:auto-rows-\[14rem\] {
467
473
  grid-auto-rows:224px;
468
474
  }
@@ -3957,6 +3957,11 @@ export declare const arUi: {
3957
3957
  readonly loadError: "تعذّر تحميل الملاحظات.";
3958
3958
  readonly retry: "إعادة المحاولة";
3959
3959
  readonly addFailed: "تعذّر حفظ الملاحظة.";
3960
+ readonly delete: "حذف ملاحظة";
3961
+ readonly deleteConfirmTitle: "حذف هذه الملاحظة؟";
3962
+ readonly deleteConfirmBody: "سيتم إزالة الملاحظة من السجل.";
3963
+ readonly deleteConfirmAction: "حذف";
3964
+ readonly deleteConfirmCancel: "إلغاء";
3960
3965
  };
3961
3966
  readonly toolRail: {
3962
3967
  readonly reorderInstructions: "إعادة ترتيب {{tool}}. اضغط Alt + أعلى أو Alt + أسفل للنقل.";
@@ -3920,7 +3920,12 @@ const e = {
3920
3920
  loading: "جارٍ تحميل الملاحظات…",
3921
3921
  loadError: "تعذّر تحميل الملاحظات.",
3922
3922
  retry: "إعادة المحاولة",
3923
- addFailed: "تعذّر حفظ الملاحظة."
3923
+ addFailed: "تعذّر حفظ الملاحظة.",
3924
+ delete: "حذف ملاحظة",
3925
+ deleteConfirmTitle: "حذف هذه الملاحظة؟",
3926
+ deleteConfirmBody: "سيتم إزالة الملاحظة من السجل.",
3927
+ deleteConfirmAction: "حذف",
3928
+ deleteConfirmCancel: "إلغاء"
3924
3929
  },
3925
3930
  toolRail: {
3926
3931
  reorderInstructions: "إعادة ترتيب {{tool}}. اضغط Alt + أعلى أو Alt + أسفل للنقل.",
@@ -3957,6 +3957,11 @@ export declare const deUi: {
3957
3957
  readonly loadError: "Die Notizen konnten nicht geladen werden.";
3958
3958
  readonly retry: "Erneut versuchen";
3959
3959
  readonly addFailed: "Die Notiz konnte nicht gespeichert werden.";
3960
+ readonly delete: "Notiz löschen";
3961
+ readonly deleteConfirmTitle: "Diese Notiz löschen?";
3962
+ readonly deleteConfirmBody: "Die Notiz wird aus der Akte entfernt.";
3963
+ readonly deleteConfirmAction: "Löschen";
3964
+ readonly deleteConfirmCancel: "Abbrechen";
3960
3965
  };
3961
3966
  readonly toolRail: {
3962
3967
  readonly reorderInstructions: "{{tool}} neu anordnen. Drücken Sie Alt + Oben oder Alt + Unten, um zu verschieben.";
@@ -3923,7 +3923,12 @@ const e = {
3923
3923
  loading: "Notizen werden geladen …",
3924
3924
  loadError: "Die Notizen konnten nicht geladen werden.",
3925
3925
  retry: "Erneut versuchen",
3926
- addFailed: "Die Notiz konnte nicht gespeichert werden."
3926
+ addFailed: "Die Notiz konnte nicht gespeichert werden.",
3927
+ delete: "Notiz löschen",
3928
+ deleteConfirmTitle: "Diese Notiz löschen?",
3929
+ deleteConfirmBody: "Die Notiz wird aus der Akte entfernt.",
3930
+ deleteConfirmAction: "Löschen",
3931
+ deleteConfirmCancel: "Abbrechen"
3927
3932
  },
3928
3933
  toolRail: {
3929
3934
  reorderInstructions: "{{tool}} neu anordnen. Drücken Sie Alt + Oben oder Alt + Unten, um zu verschieben.",
@@ -3954,6 +3954,11 @@ export declare const elUi: {
3954
3954
  readonly loadError: "Δεν ήταν δυνατή η φόρτωση των σημειώσεων.";
3955
3955
  readonly retry: "Δοκιμάστε ξανά";
3956
3956
  readonly addFailed: "Δεν ήταν δυνατή η αποθήκευση της σημείωσης.";
3957
+ readonly delete: "Διαγραφή σημείωσης";
3958
+ readonly deleteConfirmTitle: "Διαγραφή αυτής της σημείωσης;";
3959
+ readonly deleteConfirmBody: "Η σημείωση θα αφαιρεθεί από το αρχείο.";
3960
+ readonly deleteConfirmAction: "Διαγραφή";
3961
+ readonly deleteConfirmCancel: "Άκυρο";
3957
3962
  };
3958
3963
  readonly toolRail: {
3959
3964
  readonly reorderInstructions: "Αναδιάταξη {{tool}}. Πατήστε Alt + Πάνω ή Alt + Κάτω για μετακίνηση.";
@@ -3927,7 +3927,12 @@ const e = {
3927
3927
  loading: "Φόρτωση σημειώσεων…",
3928
3928
  loadError: "Δεν ήταν δυνατή η φόρτωση των σημειώσεων.",
3929
3929
  retry: "Δοκιμάστε ξανά",
3930
- addFailed: "Δεν ήταν δυνατή η αποθήκευση της σημείωσης."
3930
+ addFailed: "Δεν ήταν δυνατή η αποθήκευση της σημείωσης.",
3931
+ delete: "Διαγραφή σημείωσης",
3932
+ deleteConfirmTitle: "Διαγραφή αυτής της σημείωσης;",
3933
+ deleteConfirmBody: "Η σημείωση θα αφαιρεθεί από το αρχείο.",
3934
+ deleteConfirmAction: "Διαγραφή",
3935
+ deleteConfirmCancel: "Άκυρο"
3931
3936
  },
3932
3937
  toolRail: {
3933
3938
  reorderInstructions: "Αναδιάταξη {{tool}}. Πατήστε Alt + Πάνω ή Alt + Κάτω για μετακίνηση.",
@@ -3965,6 +3965,11 @@ export declare const enUi: {
3965
3965
  readonly loadError: "The notes could not be loaded.";
3966
3966
  readonly retry: "Try again";
3967
3967
  readonly addFailed: "The note could not be saved.";
3968
+ readonly delete: "Delete note";
3969
+ readonly deleteConfirmTitle: "Delete this note?";
3970
+ readonly deleteConfirmBody: "The note will be removed from the record.";
3971
+ readonly deleteConfirmAction: "Delete";
3972
+ readonly deleteConfirmCancel: "Cancel";
3968
3973
  };
3969
3974
  readonly toolRail: {
3970
3975
  readonly reorderInstructions: "Reorder {{tool}}. Press Alt + Up or Alt + Down to move.";
@@ -3947,7 +3947,12 @@ const e = {
3947
3947
  loading: "Loading notes…",
3948
3948
  loadError: "The notes could not be loaded.",
3949
3949
  retry: "Try again",
3950
- addFailed: "The note could not be saved."
3950
+ addFailed: "The note could not be saved.",
3951
+ delete: "Delete note",
3952
+ deleteConfirmTitle: "Delete this note?",
3953
+ deleteConfirmBody: "The note will be removed from the record.",
3954
+ deleteConfirmAction: "Delete",
3955
+ deleteConfirmCancel: "Cancel"
3951
3956
  },
3952
3957
  toolRail: {
3953
3958
  reorderInstructions: "Reorder {{tool}}. Press Alt + Up or Alt + Down to move.",
@@ -3954,6 +3954,11 @@ export declare const esUi: {
3954
3954
  readonly loadError: "No se pudieron cargar las notas.";
3955
3955
  readonly retry: "Reintentar";
3956
3956
  readonly addFailed: "No se pudo guardar la nota.";
3957
+ readonly delete: "Eliminar nota";
3958
+ readonly deleteConfirmTitle: "¿Eliminar esta nota?";
3959
+ readonly deleteConfirmBody: "La nota se eliminará del registro.";
3960
+ readonly deleteConfirmAction: "Eliminar";
3961
+ readonly deleteConfirmCancel: "Cancelar";
3957
3962
  };
3958
3963
  readonly toolRail: {
3959
3964
  readonly reorderInstructions: "Reordenar {{tool}}. Pulse Alt + Arriba o Alt + Abajo para mover.";
@@ -3916,7 +3916,12 @@ const e = {
3916
3916
  loading: "Cargando notas…",
3917
3917
  loadError: "No se pudieron cargar las notas.",
3918
3918
  retry: "Reintentar",
3919
- addFailed: "No se pudo guardar la nota."
3919
+ addFailed: "No se pudo guardar la nota.",
3920
+ delete: "Eliminar nota",
3921
+ deleteConfirmTitle: "¿Eliminar esta nota?",
3922
+ deleteConfirmBody: "La nota se eliminará del registro.",
3923
+ deleteConfirmAction: "Eliminar",
3924
+ deleteConfirmCancel: "Cancelar"
3920
3925
  },
3921
3926
  toolRail: {
3922
3927
  reorderInstructions: "Reordenar {{tool}}. Pulse Alt + Arriba o Alt + Abajo para mover.",
@@ -3954,6 +3954,11 @@ export declare const frUi: {
3954
3954
  readonly loadError: "Impossible de charger les notes.";
3955
3955
  readonly retry: "Réessayer";
3956
3956
  readonly addFailed: "Impossible d'enregistrer la note.";
3957
+ readonly delete: "Supprimer la note";
3958
+ readonly deleteConfirmTitle: "Supprimer cette note ?";
3959
+ readonly deleteConfirmBody: "La note sera supprimée du dossier.";
3960
+ readonly deleteConfirmAction: "Supprimer";
3961
+ readonly deleteConfirmCancel: "Annuler";
3957
3962
  };
3958
3963
  readonly toolRail: {
3959
3964
  readonly reorderInstructions: "Réorganiser {{tool}}. Appuyez sur Alt + Haut ou Alt + Bas pour déplacer.";
@@ -3919,7 +3919,12 @@ const e = {
3919
3919
  loading: "Chargement des notes…",
3920
3920
  loadError: "Impossible de charger les notes.",
3921
3921
  retry: "Réessayer",
3922
- addFailed: "Impossible d'enregistrer la note."
3922
+ addFailed: "Impossible d'enregistrer la note.",
3923
+ delete: "Supprimer la note",
3924
+ deleteConfirmTitle: "Supprimer cette note ?",
3925
+ deleteConfirmBody: "La note sera supprimée du dossier.",
3926
+ deleteConfirmAction: "Supprimer",
3927
+ deleteConfirmCancel: "Annuler"
3923
3928
  },
3924
3929
  toolRail: {
3925
3930
  reorderInstructions: "Réorganiser {{tool}}. Appuyez sur Alt + Haut ou Alt + Bas pour déplacer.",
@@ -3954,6 +3954,11 @@ export declare const hiUi: {
3954
3954
  readonly loadError: "नोट्स लोड नहीं हो सके।";
3955
3955
  readonly retry: "फिर से प्रयास करें";
3956
3956
  readonly addFailed: "नोट सहेजा नहीं जा सका।";
3957
+ readonly delete: "नोट हटाएं";
3958
+ readonly deleteConfirmTitle: "यह नोट हटाएं?";
3959
+ readonly deleteConfirmBody: "नोट रिकॉर्ड से हटा दिया जाएगा।";
3960
+ readonly deleteConfirmAction: "हटाएं";
3961
+ readonly deleteConfirmCancel: "रद्द करें";
3957
3962
  };
3958
3963
  readonly toolRail: {
3959
3964
  readonly reorderInstructions: "{{tool}} पुनः क्रमबद्ध करें। स्थानांतरित करने के लिए Alt + ऊपर या Alt + नीचे दबाएं।";
@@ -3912,7 +3912,12 @@ const e = {
3912
3912
  loading: "नोट्स लोड हो रहे हैं…",
3913
3913
  loadError: "नोट्स लोड नहीं हो सके।",
3914
3914
  retry: "फिर से प्रयास करें",
3915
- addFailed: "नोट सहेजा नहीं जा सका।"
3915
+ addFailed: "नोट सहेजा नहीं जा सका।",
3916
+ delete: "नोट हटाएं",
3917
+ deleteConfirmTitle: "यह नोट हटाएं?",
3918
+ deleteConfirmBody: "नोट रिकॉर्ड से हटा दिया जाएगा।",
3919
+ deleteConfirmAction: "हटाएं",
3920
+ deleteConfirmCancel: "रद्द करें"
3916
3921
  },
3917
3922
  toolRail: {
3918
3923
  reorderInstructions: "{{tool}} पुनः क्रमबद्ध करें। स्थानांतरित करने के लिए Alt + ऊपर या Alt + नीचे दबाएं।",
@@ -3951,6 +3951,11 @@ export declare const itUi: {
3951
3951
  readonly loadError: "Impossibile caricare le note.";
3952
3952
  readonly retry: "Riprova";
3953
3953
  readonly addFailed: "Impossibile salvare la nota.";
3954
+ readonly delete: "Elimina nota";
3955
+ readonly deleteConfirmTitle: "Eliminare questa nota?";
3956
+ readonly deleteConfirmBody: "La nota verrà rimossa dalla scheda.";
3957
+ readonly deleteConfirmAction: "Elimina";
3958
+ readonly deleteConfirmCancel: "Annulla";
3954
3959
  };
3955
3960
  readonly toolRail: {
3956
3961
  readonly reorderInstructions: "Riordina {{tool}}. Premi Alt + Su o Alt + Giù per spostare.";
@@ -3901,7 +3901,12 @@ const e = {
3901
3901
  loading: "Caricamento note…",
3902
3902
  loadError: "Impossibile caricare le note.",
3903
3903
  retry: "Riprova",
3904
- addFailed: "Impossibile salvare la nota."
3904
+ addFailed: "Impossibile salvare la nota.",
3905
+ delete: "Elimina nota",
3906
+ deleteConfirmTitle: "Eliminare questa nota?",
3907
+ deleteConfirmBody: "La nota verrà rimossa dalla scheda.",
3908
+ deleteConfirmAction: "Elimina",
3909
+ deleteConfirmCancel: "Annulla"
3905
3910
  },
3906
3911
  toolRail: {
3907
3912
  reorderInstructions: "Riordina {{tool}}. Premi Alt + Su o Alt + Giù per spostare.",
@@ -3954,6 +3954,11 @@ export declare const jaUi: {
3954
3954
  readonly loadError: "メモを読み込めませんでした。";
3955
3955
  readonly retry: "再試行";
3956
3956
  readonly addFailed: "メモを保存できませんでした。";
3957
+ readonly delete: "メモを削除";
3958
+ readonly deleteConfirmTitle: "このメモを削除しますか?";
3959
+ readonly deleteConfirmBody: "メモが記録から削除されます。";
3960
+ readonly deleteConfirmAction: "削除";
3961
+ readonly deleteConfirmCancel: "キャンセル";
3957
3962
  };
3958
3963
  readonly toolRail: {
3959
3964
  readonly reorderInstructions: "{{tool}} を並び替え。Alt + 上 または Alt + 下 で移動。";
@@ -3919,7 +3919,12 @@ const e = {
3919
3919
  loading: "メモを読み込み中…",
3920
3920
  loadError: "メモを読み込めませんでした。",
3921
3921
  retry: "再試行",
3922
- addFailed: "メモを保存できませんでした。"
3922
+ addFailed: "メモを保存できませんでした。",
3923
+ delete: "メモを削除",
3924
+ deleteConfirmTitle: "このメモを削除しますか?",
3925
+ deleteConfirmBody: "メモが記録から削除されます。",
3926
+ deleteConfirmAction: "削除",
3927
+ deleteConfirmCancel: "キャンセル"
3923
3928
  },
3924
3929
  toolRail: {
3925
3930
  reorderInstructions: "{{tool}} を並び替え。Alt + 上 または Alt + 下 で移動。",
@@ -3954,6 +3954,11 @@ export declare const nlUi: {
3954
3954
  readonly loadError: "De notities konden niet worden geladen.";
3955
3955
  readonly retry: "Opnieuw proberen";
3956
3956
  readonly addFailed: "De notitie kon niet worden opgeslagen.";
3957
+ readonly delete: "Notitie verwijderen";
3958
+ readonly deleteConfirmTitle: "Deze notitie verwijderen?";
3959
+ readonly deleteConfirmBody: "De notitie wordt uit het dossier verwijderd.";
3960
+ readonly deleteConfirmAction: "Verwijderen";
3961
+ readonly deleteConfirmCancel: "Annuleren";
3957
3962
  };
3958
3963
  readonly toolRail: {
3959
3964
  readonly reorderInstructions: "{{tool}} herordenen. Druk op Alt + Omhoog of Alt + Omlaag om te verplaatsen.";
@@ -3910,7 +3910,12 @@ const e = {
3910
3910
  loading: "Notities laden…",
3911
3911
  loadError: "De notities konden niet worden geladen.",
3912
3912
  retry: "Opnieuw proberen",
3913
- addFailed: "De notitie kon niet worden opgeslagen."
3913
+ addFailed: "De notitie kon niet worden opgeslagen.",
3914
+ delete: "Notitie verwijderen",
3915
+ deleteConfirmTitle: "Deze notitie verwijderen?",
3916
+ deleteConfirmBody: "De notitie wordt uit het dossier verwijderd.",
3917
+ deleteConfirmAction: "Verwijderen",
3918
+ deleteConfirmCancel: "Annuleren"
3914
3919
  },
3915
3920
  toolRail: {
3916
3921
  reorderInstructions: "{{tool}} herordenen. Druk op Alt + Omhoog of Alt + Omlaag om te verplaatsen.",
@@ -3954,6 +3954,11 @@ export declare const plUi: {
3954
3954
  readonly loadError: "Nie udało się wczytać notatek.";
3955
3955
  readonly retry: "Spróbuj ponownie";
3956
3956
  readonly addFailed: "Nie udało się zapisać notatki.";
3957
+ readonly delete: "Usuń notatkę";
3958
+ readonly deleteConfirmTitle: "Usunąć tę notatkę?";
3959
+ readonly deleteConfirmBody: "Notatka zostanie usunięta z karty.";
3960
+ readonly deleteConfirmAction: "Usuń";
3961
+ readonly deleteConfirmCancel: "Anuluj";
3957
3962
  };
3958
3963
  readonly toolRail: {
3959
3964
  readonly reorderInstructions: "Zmień kolejność {{tool}}. Naciśnij Alt + Góra lub Alt + Dół, aby przenieść.";
@@ -3921,7 +3921,12 @@ const e = {
3921
3921
  loading: "Ładowanie notatek…",
3922
3922
  loadError: "Nie udało się wczytać notatek.",
3923
3923
  retry: "Spróbuj ponownie",
3924
- addFailed: "Nie udało się zapisać notatki."
3924
+ addFailed: "Nie udało się zapisać notatki.",
3925
+ delete: "Usuń notatkę",
3926
+ deleteConfirmTitle: "Usunąć tę notatkę?",
3927
+ deleteConfirmBody: "Notatka zostanie usunięta z karty.",
3928
+ deleteConfirmAction: "Usuń",
3929
+ deleteConfirmCancel: "Anuluj"
3925
3930
  },
3926
3931
  toolRail: {
3927
3932
  reorderInstructions: "Zmień kolejność {{tool}}. Naciśnij Alt + Góra lub Alt + Dół, aby przenieść.",
@@ -3955,6 +3955,11 @@ export declare const ptUi: {
3955
3955
  readonly loadError: "Não foi possível carregar as notas.";
3956
3956
  readonly retry: "Tentar novamente";
3957
3957
  readonly addFailed: "Não foi possível guardar a nota.";
3958
+ readonly delete: "Excluir nota";
3959
+ readonly deleteConfirmTitle: "Excluir esta nota?";
3960
+ readonly deleteConfirmBody: "A nota será removida do registro.";
3961
+ readonly deleteConfirmAction: "Excluir";
3962
+ readonly deleteConfirmCancel: "Cancelar";
3958
3963
  };
3959
3964
  readonly toolRail: {
3960
3965
  readonly reorderInstructions: "Reordenar {{tool}}. Prima Alt + Cima ou Alt + Baixo para mover.";
@@ -3929,7 +3929,12 @@ const e = {
3929
3929
  loading: "A carregar notas…",
3930
3930
  loadError: "Não foi possível carregar as notas.",
3931
3931
  retry: "Tentar novamente",
3932
- addFailed: "Não foi possível guardar a nota."
3932
+ addFailed: "Não foi possível guardar a nota.",
3933
+ delete: "Excluir nota",
3934
+ deleteConfirmTitle: "Excluir esta nota?",
3935
+ deleteConfirmBody: "A nota será removida do registro.",
3936
+ deleteConfirmAction: "Excluir",
3937
+ deleteConfirmCancel: "Cancelar"
3933
3938
  },
3934
3939
  toolRail: {
3935
3940
  reorderInstructions: "Reordenar {{tool}}. Prima Alt + Cima ou Alt + Baixo para mover.",
@@ -3954,6 +3954,11 @@ export declare const roUi: {
3954
3954
  readonly loadError: "Notele nu au putut fi încărcate.";
3955
3955
  readonly retry: "Încearcă din nou";
3956
3956
  readonly addFailed: "Nota nu a putut fi salvată.";
3957
+ readonly delete: "Șterge nota";
3958
+ readonly deleteConfirmTitle: "Ștergeți această notă?";
3959
+ readonly deleteConfirmBody: "Nota va fi eliminată din fișă.";
3960
+ readonly deleteConfirmAction: "Șterge";
3961
+ readonly deleteConfirmCancel: "Anulează";
3957
3962
  };
3958
3963
  readonly toolRail: {
3959
3964
  readonly reorderInstructions: "Reordonează {{tool}}. Apasă Alt + Sus sau Alt + Jos pentru a muta.";
@@ -3925,7 +3925,12 @@ const e = {
3925
3925
  loading: "Se încarcă notele…",
3926
3926
  loadError: "Notele nu au putut fi încărcate.",
3927
3927
  retry: "Încearcă din nou",
3928
- addFailed: "Nota nu a putut fi salvată."
3928
+ addFailed: "Nota nu a putut fi salvată.",
3929
+ delete: "Șterge nota",
3930
+ deleteConfirmTitle: "Ștergeți această notă?",
3931
+ deleteConfirmBody: "Nota va fi eliminată din fișă.",
3932
+ deleteConfirmAction: "Șterge",
3933
+ deleteConfirmCancel: "Anulează"
3929
3934
  },
3930
3935
  toolRail: {
3931
3936
  reorderInstructions: "Reordonează {{tool}}. Apasă Alt + Sus sau Alt + Jos pentru a muta.",
@@ -3954,6 +3954,11 @@ export declare const ruUi: {
3954
3954
  readonly loadError: "Не удалось загрузить заметки.";
3955
3955
  readonly retry: "Повторить";
3956
3956
  readonly addFailed: "Не удалось сохранить заметку.";
3957
+ readonly delete: "Удалить заметку";
3958
+ readonly deleteConfirmTitle: "Удалить эту заметку?";
3959
+ readonly deleteConfirmBody: "Заметка будет удалена из карты.";
3960
+ readonly deleteConfirmAction: "Удалить";
3961
+ readonly deleteConfirmCancel: "Отмена";
3957
3962
  };
3958
3963
  readonly toolRail: {
3959
3964
  readonly reorderInstructions: "Изменить порядок {{tool}}. Нажмите Alt + Вверх или Alt + Вниз для перемещения.";
@@ -3920,7 +3920,12 @@ const e = {
3920
3920
  loading: "Загрузка заметок…",
3921
3921
  loadError: "Не удалось загрузить заметки.",
3922
3922
  retry: "Повторить",
3923
- addFailed: "Не удалось сохранить заметку."
3923
+ addFailed: "Не удалось сохранить заметку.",
3924
+ delete: "Удалить заметку",
3925
+ deleteConfirmTitle: "Удалить эту заметку?",
3926
+ deleteConfirmBody: "Заметка будет удалена из карты.",
3927
+ deleteConfirmAction: "Удалить",
3928
+ deleteConfirmCancel: "Отмена"
3924
3929
  },
3925
3930
  toolRail: {
3926
3931
  reorderInstructions: "Изменить порядок {{tool}}. Нажмите Alt + Вверх или Alt + Вниз для перемещения.",
@@ -3954,6 +3954,11 @@ export declare const sqUi: {
3954
3954
  readonly loadError: "Shënimet nuk mund të ngarkoheshin.";
3955
3955
  readonly retry: "Provo përsëri";
3956
3956
  readonly addFailed: "Shënimi nuk mund të ruhej.";
3957
+ readonly delete: "Fshij shënimin";
3958
+ readonly deleteConfirmTitle: "Të fshihet ky shënim?";
3959
+ readonly deleteConfirmBody: "Shënimi do të hiqet nga kartela.";
3960
+ readonly deleteConfirmAction: "Fshij";
3961
+ readonly deleteConfirmCancel: "Anulo";
3957
3962
  };
3958
3963
  readonly toolRail: {
3959
3964
  readonly reorderInstructions: "Rirendit {{tool}}. Shtypni Alt + Lart ose Alt + Poshtë për të lëvizur.";
@@ -3922,7 +3922,12 @@ const e = {
3922
3922
  loading: "Duke ngarkuar shënimet…",
3923
3923
  loadError: "Shënimet nuk mund të ngarkoheshin.",
3924
3924
  retry: "Provo përsëri",
3925
- addFailed: "Shënimi nuk mund të ruhej."
3925
+ addFailed: "Shënimi nuk mund të ruhej.",
3926
+ delete: "Fshij shënimin",
3927
+ deleteConfirmTitle: "Të fshihet ky shënim?",
3928
+ deleteConfirmBody: "Shënimi do të hiqet nga kartela.",
3929
+ deleteConfirmAction: "Fshij",
3930
+ deleteConfirmCancel: "Anulo"
3926
3931
  },
3927
3932
  toolRail: {
3928
3933
  reorderInstructions: "Rirendit {{tool}}. Shtypni Alt + Lart ose Alt + Poshtë për të lëvizur.",
@@ -3954,6 +3954,11 @@ export declare const svUi: {
3954
3954
  readonly loadError: "Det gick inte att läsa in anteckningarna.";
3955
3955
  readonly retry: "Försök igen";
3956
3956
  readonly addFailed: "Det gick inte att spara anteckningen.";
3957
+ readonly delete: "Ta bort anteckning";
3958
+ readonly deleteConfirmTitle: "Ta bort denna anteckning?";
3959
+ readonly deleteConfirmBody: "Anteckningen kommer att tas bort från journalen.";
3960
+ readonly deleteConfirmAction: "Ta bort";
3961
+ readonly deleteConfirmCancel: "Avbryt";
3957
3962
  };
3958
3963
  readonly toolRail: {
3959
3964
  readonly reorderInstructions: "Ordna om {{tool}}. Tryck Alt + Upp eller Alt + Ned för att flytta.";