@alfadocs/ui-kit-debug 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 (193) hide show
  1. package/dist/_chunks/{appointment-card-D-oj_ugh.js → appointment-card-D6mk39NB.js} +3 -3
  2. package/dist/_chunks/{appointment-card-D-oj_ugh.js.map → appointment-card-D6mk39NB.js.map} +1 -1
  3. package/dist/_chunks/{appointment-timeline-CymGHyIP.js → appointment-timeline-D-V97Bhc.js} +2 -2
  4. package/dist/_chunks/{appointment-timeline-CymGHyIP.js.map → appointment-timeline-D-V97Bhc.js.map} +1 -1
  5. package/dist/_chunks/{appointment-tray-DCk8gHod.js → appointment-tray-6rg071CL.js} +2 -2
  6. package/dist/_chunks/{appointment-tray-DCk8gHod.js.map → appointment-tray-6rg071CL.js.map} +1 -1
  7. package/dist/_chunks/{calendar-workspace-BX-zDyVR.js → calendar-workspace-4NH1Z47_.js} +7 -7
  8. package/dist/_chunks/{calendar-workspace-BX-zDyVR.js.map → calendar-workspace-4NH1Z47_.js.map} +1 -1
  9. package/dist/_chunks/{clinical-note-card-D2WTV2CO.js → clinical-note-card-CTRzmqvv.js} +83 -81
  10. package/dist/_chunks/clinical-note-card-CTRzmqvv.js.map +1 -0
  11. package/dist/_chunks/{contact-profile-card-BZqi8Hck.js → contact-profile-card-DSI9uumA.js} +17 -16
  12. package/dist/_chunks/{contact-profile-card-BZqi8Hck.js.map → contact-profile-card-DSI9uumA.js.map} +1 -1
  13. package/dist/_chunks/{control-room-rail-iO_BCaq1.js → control-room-rail-5MbhjsxN.js} +2 -2
  14. package/dist/_chunks/{control-room-rail-iO_BCaq1.js.map → control-room-rail-5MbhjsxN.js.map} +1 -1
  15. package/dist/_chunks/format-price-BkMEbeW3.js +47 -0
  16. package/dist/_chunks/format-price-BkMEbeW3.js.map +1 -0
  17. package/dist/_chunks/{format-price-DNqXPa_q.js → languages-CZqBaPwI.js} +8 -38
  18. package/dist/_chunks/languages-CZqBaPwI.js.map +1 -0
  19. package/dist/_chunks/money.agent-Dw55UxUA.js +116 -0
  20. package/dist/_chunks/money.agent-Dw55UxUA.js.map +1 -0
  21. package/dist/_chunks/notes-panel-BjLt-kiP.js +469 -0
  22. package/dist/_chunks/notes-panel-BjLt-kiP.js.map +1 -0
  23. package/dist/_chunks/{practice-results-DjEzPgAK.js → practice-results-kayDEorM.js} +15 -14
  24. package/dist/_chunks/{practice-results-DjEzPgAK.js.map → practice-results-kayDEorM.js.map} +1 -1
  25. package/dist/_chunks/{rich-text-editor-CQ7yZdG3.js → rich-text-editor-CCI-Y3DN.js} +3 -5
  26. package/dist/_chunks/rich-text-editor-CCI-Y3DN.js.map +1 -0
  27. package/dist/_chunks/{task-card-BUgK6yZT.js → task-card-BalrLkSz.js} +41 -40
  28. package/dist/_chunks/task-card-BalrLkSz.js.map +1 -0
  29. package/dist/_chunks/{task-tray-CYG6rj2s.js → task-tray-COo-RlDv.js} +2 -2
  30. package/dist/_chunks/{task-tray-CYG6rj2s.js.map → task-tray-COo-RlDv.js.map} +1 -1
  31. package/dist/_chunks/tasks-panel-DLKpSNoE.js +844 -0
  32. package/dist/_chunks/tasks-panel-DLKpSNoE.js.map +1 -0
  33. package/dist/_chunks/tool-rail-ONaV-Nzz.js +588 -0
  34. package/dist/_chunks/tool-rail-ONaV-Nzz.js.map +1 -0
  35. package/dist/_chunks/use-check-animation--I3cS00X.js +28 -0
  36. package/dist/_chunks/use-check-animation--I3cS00X.js.map +1 -0
  37. package/dist/_chunks/use-list-reflow-Cw43nxw5.js +100 -0
  38. package/dist/_chunks/use-list-reflow-Cw43nxw5.js.map +1 -0
  39. package/dist/agent-catalog.json +15 -1
  40. package/dist/components/_shared/format-price.d.ts +15 -0
  41. package/dist/components/_shared/format-price.d.ts.map +1 -1
  42. package/dist/components/appointment-card/appointment-card.d.ts.map +1 -1
  43. package/dist/components/appointment-card/index.js +2 -2
  44. package/dist/components/appointment-timeline/index.js +1 -1
  45. package/dist/components/clinical-note-card/clinical-note-card.d.ts +8 -1
  46. package/dist/components/clinical-note-card/clinical-note-card.d.ts.map +1 -1
  47. package/dist/components/clinical-note-card/index.js +1 -1
  48. package/dist/components/command-palette/command-palette.d.ts +7 -7
  49. package/dist/components/contact-profile-card/index.js +1 -1
  50. package/dist/components/control-room-rail/index.js +1 -1
  51. package/dist/components/index.d.ts +1 -0
  52. package/dist/components/index.d.ts.map +1 -1
  53. package/dist/components/money/index.d.ts +4 -0
  54. package/dist/components/money/index.d.ts.map +1 -0
  55. package/dist/components/money/index.js +6 -0
  56. package/dist/components/money/index.js.map +1 -0
  57. package/dist/components/money/money.agent.d.ts +3 -0
  58. package/dist/components/money/money.agent.d.ts.map +1 -0
  59. package/dist/components/money/money.d.ts +38 -0
  60. package/dist/components/money/money.d.ts.map +1 -0
  61. package/dist/components/notes-panel/index.js +1 -1
  62. package/dist/components/notes-panel/notes-panel.d.ts +16 -1
  63. package/dist/components/notes-panel/notes-panel.d.ts.map +1 -1
  64. package/dist/components/practice-results/index.js +1 -1
  65. package/dist/components/rich-text-editor/help-me-write-overlay.d.ts.map +1 -1
  66. package/dist/components/rich-text-editor/index.js +1 -1
  67. package/dist/components/rich-text-editor/rich-text-editor.d.ts +1 -1
  68. package/dist/components/rich-text-editor/rich-text-editor.d.ts.map +1 -1
  69. package/dist/components/task-card/index.js +1 -1
  70. package/dist/components/task-card/task-card.d.ts +11 -3
  71. package/dist/components/task-card/task-card.d.ts.map +1 -1
  72. package/dist/components/task-tray/index.js +1 -1
  73. package/dist/components/tasks-panel/index.js +1 -1
  74. package/dist/components/tasks-panel/tasks-panel.d.ts +1 -1
  75. package/dist/components/tasks-panel/tasks-panel.d.ts.map +1 -1
  76. package/dist/components/tool-rail/index.js +1 -1
  77. package/dist/components/tool-rail/tool-rail.d.ts.map +1 -1
  78. package/dist/hooks/index.d.ts +3 -0
  79. package/dist/hooks/index.d.ts.map +1 -1
  80. package/dist/hooks/index.js +43 -37
  81. package/dist/hooks/index.js.map +1 -1
  82. package/dist/hooks/use-check-animation.d.ts +53 -0
  83. package/dist/hooks/use-check-animation.d.ts.map +1 -0
  84. package/dist/hooks/use-exit-transition.d.ts +48 -0
  85. package/dist/hooks/use-exit-transition.d.ts.map +1 -0
  86. package/dist/hooks/use-list-reflow.d.ts +47 -0
  87. package/dist/hooks/use-list-reflow.d.ts.map +1 -0
  88. package/dist/host-compat.css +8 -2
  89. package/dist/i18n/locales/ar.d.ts +5 -0
  90. package/dist/i18n/locales/ar.d.ts.map +1 -1
  91. package/dist/i18n/locales/ar.js +6 -1
  92. package/dist/i18n/locales/ar.js.map +1 -1
  93. package/dist/i18n/locales/de.d.ts +5 -0
  94. package/dist/i18n/locales/de.d.ts.map +1 -1
  95. package/dist/i18n/locales/de.js +6 -1
  96. package/dist/i18n/locales/de.js.map +1 -1
  97. package/dist/i18n/locales/el.d.ts +5 -0
  98. package/dist/i18n/locales/el.d.ts.map +1 -1
  99. package/dist/i18n/locales/el.js +6 -1
  100. package/dist/i18n/locales/el.js.map +1 -1
  101. package/dist/i18n/locales/en.d.ts +5 -0
  102. package/dist/i18n/locales/en.d.ts.map +1 -1
  103. package/dist/i18n/locales/en.js +6 -1
  104. package/dist/i18n/locales/en.js.map +1 -1
  105. package/dist/i18n/locales/es.d.ts +5 -0
  106. package/dist/i18n/locales/es.d.ts.map +1 -1
  107. package/dist/i18n/locales/es.js +6 -1
  108. package/dist/i18n/locales/es.js.map +1 -1
  109. package/dist/i18n/locales/fr.d.ts +5 -0
  110. package/dist/i18n/locales/fr.d.ts.map +1 -1
  111. package/dist/i18n/locales/fr.js +6 -1
  112. package/dist/i18n/locales/fr.js.map +1 -1
  113. package/dist/i18n/locales/hi.d.ts +5 -0
  114. package/dist/i18n/locales/hi.d.ts.map +1 -1
  115. package/dist/i18n/locales/hi.js +6 -1
  116. package/dist/i18n/locales/hi.js.map +1 -1
  117. package/dist/i18n/locales/it.d.ts +5 -0
  118. package/dist/i18n/locales/it.d.ts.map +1 -1
  119. package/dist/i18n/locales/it.js +6 -1
  120. package/dist/i18n/locales/it.js.map +1 -1
  121. package/dist/i18n/locales/ja.d.ts +5 -0
  122. package/dist/i18n/locales/ja.d.ts.map +1 -1
  123. package/dist/i18n/locales/ja.js +6 -1
  124. package/dist/i18n/locales/ja.js.map +1 -1
  125. package/dist/i18n/locales/nl.d.ts +5 -0
  126. package/dist/i18n/locales/nl.d.ts.map +1 -1
  127. package/dist/i18n/locales/nl.js +6 -1
  128. package/dist/i18n/locales/nl.js.map +1 -1
  129. package/dist/i18n/locales/pl.d.ts +5 -0
  130. package/dist/i18n/locales/pl.d.ts.map +1 -1
  131. package/dist/i18n/locales/pl.js +6 -1
  132. package/dist/i18n/locales/pl.js.map +1 -1
  133. package/dist/i18n/locales/pt.d.ts +5 -0
  134. package/dist/i18n/locales/pt.d.ts.map +1 -1
  135. package/dist/i18n/locales/pt.js +6 -1
  136. package/dist/i18n/locales/pt.js.map +1 -1
  137. package/dist/i18n/locales/ro.d.ts +5 -0
  138. package/dist/i18n/locales/ro.d.ts.map +1 -1
  139. package/dist/i18n/locales/ro.js +6 -1
  140. package/dist/i18n/locales/ro.js.map +1 -1
  141. package/dist/i18n/locales/ru.d.ts +5 -0
  142. package/dist/i18n/locales/ru.d.ts.map +1 -1
  143. package/dist/i18n/locales/ru.js +6 -1
  144. package/dist/i18n/locales/ru.js.map +1 -1
  145. package/dist/i18n/locales/sq.d.ts +5 -0
  146. package/dist/i18n/locales/sq.d.ts.map +1 -1
  147. package/dist/i18n/locales/sq.js +6 -1
  148. package/dist/i18n/locales/sq.js.map +1 -1
  149. package/dist/i18n/locales/sv.d.ts +5 -0
  150. package/dist/i18n/locales/sv.d.ts.map +1 -1
  151. package/dist/i18n/locales/sv.js +6 -1
  152. package/dist/i18n/locales/sv.js.map +1 -1
  153. package/dist/i18n/locales/tr.d.ts +5 -0
  154. package/dist/i18n/locales/tr.d.ts.map +1 -1
  155. package/dist/i18n/locales/tr.js +6 -1
  156. package/dist/i18n/locales/tr.js.map +1 -1
  157. package/dist/i18n/locales/zh.d.ts +5 -0
  158. package/dist/i18n/locales/zh.d.ts.map +1 -1
  159. package/dist/i18n/locales/zh.js +6 -1
  160. package/dist/i18n/locales/zh.js.map +1 -1
  161. package/dist/index.js +919 -916
  162. package/dist/index.js.map +1 -1
  163. package/dist/locales/ar.json +6 -1
  164. package/dist/locales/de.json +6 -1
  165. package/dist/locales/el.json +6 -1
  166. package/dist/locales/en.json +6 -1
  167. package/dist/locales/es.json +6 -1
  168. package/dist/locales/fr.json +6 -1
  169. package/dist/locales/hi.json +6 -1
  170. package/dist/locales/it.json +6 -1
  171. package/dist/locales/ja.json +6 -1
  172. package/dist/locales/nl.json +6 -1
  173. package/dist/locales/pl.json +6 -1
  174. package/dist/locales/pt.json +6 -1
  175. package/dist/locales/ro.json +6 -1
  176. package/dist/locales/ru.json +6 -1
  177. package/dist/locales/sq.json +6 -1
  178. package/dist/locales/sv.json +6 -1
  179. package/dist/locales/tr.json +6 -1
  180. package/dist/locales/zh.json +6 -1
  181. package/dist/patterns/calendar/index.js +1 -1
  182. package/dist/tokens.css +2 -1
  183. package/package.json +5 -1
  184. package/dist/_chunks/clinical-note-card-D2WTV2CO.js.map +0 -1
  185. package/dist/_chunks/format-price-DNqXPa_q.js.map +0 -1
  186. package/dist/_chunks/notes-panel-C4G-mhZ9.js +0 -380
  187. package/dist/_chunks/notes-panel-C4G-mhZ9.js.map +0 -1
  188. package/dist/_chunks/rich-text-editor-CQ7yZdG3.js.map +0 -1
  189. package/dist/_chunks/task-card-BUgK6yZT.js.map +0 -1
  190. package/dist/_chunks/tasks-panel-DQuaVvl5.js +0 -757
  191. package/dist/_chunks/tasks-panel-DQuaVvl5.js.map +0 -1
  192. package/dist/_chunks/tool-rail-8Scslq3X.js +0 -524
  193. package/dist/_chunks/tool-rail-8Scslq3X.js.map +0 -1
@@ -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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-list-reflow.d.ts","sourceRoot":"","sources":["../../src/hooks/use-list-reflow.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAQ/C,MAAM,WAAW,oBAAoB;IACnC;;;;;OAKG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,mBAAmB,CAAC,CAAC,SAAS,WAAW;IACxD,4DAA4D;IAC5D,YAAY,EAAE,SAAS,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC;CACnC;AAED;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB,QAMlB,CAAC;AAMZ;;;;;;;;;;;;;GAaG;AACH,wBAAgB,aAAa,CAAC,CAAC,SAAS,WAAW,EAAE,EACnD,GAAG,EACH,UAAgB,EAChB,YAAY,GACb,EAAE,oBAAoB,GAAG,mBAAmB,CAAC,CAAC,CAAC,CA6D/C"}
@@ -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 + أسفل للنقل.";
@@ -1 +1 @@
1
- {"version":3,"file":"ar.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/ar.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkrJP,CAAC"}
1
+ {"version":3,"file":"ar.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/ar.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAurJP,CAAC"}
@@ -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 + أسفل للنقل.",