@alfadocs/ui-kit-debug 1.4.12 → 1.4.13

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 (167) hide show
  1. package/dist/_chunks/actions-cell-renderer-BD-jruqA.js +1784 -0
  2. package/dist/_chunks/actions-cell-renderer-BD-jruqA.js.map +1 -0
  3. package/dist/_chunks/{anamnesis-summary-rows-DAIpD0Or.js → anamnesis-summary-rows-B5MAYkJ-.js} +2150 -2092
  4. package/dist/_chunks/anamnesis-summary-rows-B5MAYkJ-.js.map +1 -0
  5. package/dist/_chunks/{bmi-calculator-CxPn0T0s.js → bmi-calculator-DC5SaqXT.js} +2 -2
  6. package/dist/_chunks/{bmi-calculator-CxPn0T0s.js.map → bmi-calculator-DC5SaqXT.js.map} +1 -1
  7. package/dist/_chunks/{cycle-calculator-D9M7IKfh.js → cycle-calculator-B_NlctlQ.js} +2 -2
  8. package/dist/_chunks/{cycle-calculator-D9M7IKfh.js.map → cycle-calculator-B_NlctlQ.js.map} +1 -1
  9. package/dist/_chunks/{due-date-calculator-BkqZEvL4.js → due-date-calculator-le1z3KpW.js} +2 -2
  10. package/dist/_chunks/{due-date-calculator-BkqZEvL4.js.map → due-date-calculator-le1z3KpW.js.map} +1 -1
  11. package/dist/_chunks/{fetal-weight-C7JXGg6E.js → fetal-weight-DXA6ZpMq.js} +2 -2
  12. package/dist/_chunks/{fetal-weight-C7JXGg6E.js.map → fetal-weight-DXA6ZpMq.js.map} +1 -1
  13. package/dist/_chunks/{file-manager-DzWYcRpE.js → file-manager-BjCM2fZB.js} +2 -2
  14. package/dist/_chunks/{file-manager-DzWYcRpE.js.map → file-manager-BjCM2fZB.js.map} +1 -1
  15. package/dist/_chunks/{hcg-doubling-CFJlMH7Z.js → hcg-doubling-BT6lki_i.js} +2 -2
  16. package/dist/_chunks/{hcg-doubling-CFJlMH7Z.js.map → hcg-doubling-BT6lki_i.js.map} +1 -1
  17. package/dist/_chunks/{link-cell-renderer-DCCca2m3.js → link-cell-renderer-C7GvyK66.js} +2 -2
  18. package/dist/_chunks/{link-cell-renderer-DCCca2m3.js.map → link-cell-renderer-C7GvyK66.js.map} +1 -1
  19. package/dist/_chunks/number-input-CM1q9zvH.js +414 -0
  20. package/dist/_chunks/number-input-CM1q9zvH.js.map +1 -0
  21. package/dist/_chunks/{optical-prescription-Brs0CeP3.js → optical-prescription-CQR_WJiS.js} +2 -2
  22. package/dist/_chunks/{optical-prescription-Brs0CeP3.js.map → optical-prescription-CQR_WJiS.js.map} +1 -1
  23. package/dist/_chunks/{patient-details-CGhnfdUB.js → patient-details-CnFgF3MU.js} +2 -2
  24. package/dist/_chunks/{patient-details-CGhnfdUB.js.map → patient-details-CnFgF3MU.js.map} +1 -1
  25. package/dist/_chunks/{patient-table-D2fhV4mV.js → patient-table-BXzcrC79.js} +3 -3
  26. package/dist/_chunks/{patient-table-D2fhV4mV.js.map → patient-table-BXzcrC79.js.map} +1 -1
  27. package/dist/_chunks/{pregnancy-dating-iI6_j2K2.js → pregnancy-dating-4tPV_Yko.js} +2 -2
  28. package/dist/_chunks/{pregnancy-dating-iI6_j2K2.js.map → pregnancy-dating-4tPV_Yko.js.map} +1 -1
  29. package/dist/_chunks/{pregnancy-weight-gain-Co-YFMJZ.js → pregnancy-weight-gain-BBgbWBGe.js} +2 -2
  30. package/dist/_chunks/{pregnancy-weight-gain-Co-YFMJZ.js.map → pregnancy-weight-gain-BBgbWBGe.js.map} +1 -1
  31. package/dist/_chunks/{signature-status-chip-DUcTgQ0E.js → signature-status-chip-DlLJk1VA.js} +16 -14
  32. package/dist/_chunks/signature-status-chip-DlLJk1VA.js.map +1 -0
  33. package/dist/_chunks/{unit-converter-BeTicruA.js → unit-converter-Dsk__pjA.js} +2 -2
  34. package/dist/_chunks/{unit-converter-BeTicruA.js.map → unit-converter-Dsk__pjA.js.map} +1 -1
  35. package/dist/agent-catalog.json +14 -8
  36. package/dist/agent-i18n/en.json +3 -2
  37. package/dist/components/bmi-calculator/index.js +1 -1
  38. package/dist/components/cycle-calculator/index.js +1 -1
  39. package/dist/components/data-table/data-table.agent.d.ts.map +1 -1
  40. package/dist/components/data-table/data-table.d.ts +19 -0
  41. package/dist/components/data-table/data-table.d.ts.map +1 -1
  42. package/dist/components/data-table/expanded-row-renderer.d.ts +47 -0
  43. package/dist/components/data-table/expanded-row-renderer.d.ts.map +1 -0
  44. package/dist/components/data-table/index.d.ts +2 -0
  45. package/dist/components/data-table/index.d.ts.map +1 -1
  46. package/dist/components/data-table/index.js +31 -27
  47. package/dist/components/due-date-calculator/index.js +1 -1
  48. package/dist/components/fetal-weight/index.js +1 -1
  49. package/dist/components/file-manager/index.js +1 -1
  50. package/dist/components/hcg-doubling/index.js +1 -1
  51. package/dist/components/number-input/index.js +1 -1
  52. package/dist/components/number-input/number-input.d.ts +11 -0
  53. package/dist/components/number-input/number-input.d.ts.map +1 -1
  54. package/dist/components/optical-prescription/index.js +1 -1
  55. package/dist/components/patient-details/index.js +1 -1
  56. package/dist/components/patient-table/index.js +1 -1
  57. package/dist/components/pregnancy-dating/index.js +1 -1
  58. package/dist/components/pregnancy-weight-gain/index.js +1 -1
  59. package/dist/components/signature-status-chip/index.js +1 -1
  60. package/dist/components/signature-status-chip/signature-status-chip.d.ts.map +1 -1
  61. package/dist/components/unit-converter/index.js +1 -1
  62. package/dist/host-compat.css +4 -1
  63. package/dist/i18n/locales/ar.d.ts +1 -0
  64. package/dist/i18n/locales/ar.d.ts.map +1 -1
  65. package/dist/i18n/locales/ar.js +1 -0
  66. package/dist/i18n/locales/ar.js.map +1 -1
  67. package/dist/i18n/locales/de.d.ts +1 -0
  68. package/dist/i18n/locales/de.d.ts.map +1 -1
  69. package/dist/i18n/locales/de.js +1 -0
  70. package/dist/i18n/locales/de.js.map +1 -1
  71. package/dist/i18n/locales/el.d.ts +1 -0
  72. package/dist/i18n/locales/el.d.ts.map +1 -1
  73. package/dist/i18n/locales/el.js +1 -0
  74. package/dist/i18n/locales/el.js.map +1 -1
  75. package/dist/i18n/locales/en.d.ts +1 -0
  76. package/dist/i18n/locales/en.d.ts.map +1 -1
  77. package/dist/i18n/locales/en.js +1 -0
  78. package/dist/i18n/locales/en.js.map +1 -1
  79. package/dist/i18n/locales/es.d.ts +1 -0
  80. package/dist/i18n/locales/es.d.ts.map +1 -1
  81. package/dist/i18n/locales/es.js +1 -0
  82. package/dist/i18n/locales/es.js.map +1 -1
  83. package/dist/i18n/locales/fr.d.ts +1 -0
  84. package/dist/i18n/locales/fr.d.ts.map +1 -1
  85. package/dist/i18n/locales/fr.js +1 -0
  86. package/dist/i18n/locales/fr.js.map +1 -1
  87. package/dist/i18n/locales/hi.d.ts +1 -0
  88. package/dist/i18n/locales/hi.d.ts.map +1 -1
  89. package/dist/i18n/locales/hi.js +1 -0
  90. package/dist/i18n/locales/hi.js.map +1 -1
  91. package/dist/i18n/locales/it.d.ts +1 -0
  92. package/dist/i18n/locales/it.d.ts.map +1 -1
  93. package/dist/i18n/locales/it.js +1 -0
  94. package/dist/i18n/locales/it.js.map +1 -1
  95. package/dist/i18n/locales/ja.d.ts +1 -0
  96. package/dist/i18n/locales/ja.d.ts.map +1 -1
  97. package/dist/i18n/locales/ja.js +1 -0
  98. package/dist/i18n/locales/ja.js.map +1 -1
  99. package/dist/i18n/locales/nl.d.ts +1 -0
  100. package/dist/i18n/locales/nl.d.ts.map +1 -1
  101. package/dist/i18n/locales/nl.js +1 -0
  102. package/dist/i18n/locales/nl.js.map +1 -1
  103. package/dist/i18n/locales/pl.d.ts +1 -0
  104. package/dist/i18n/locales/pl.d.ts.map +1 -1
  105. package/dist/i18n/locales/pl.js +1 -0
  106. package/dist/i18n/locales/pl.js.map +1 -1
  107. package/dist/i18n/locales/pt.d.ts +1 -0
  108. package/dist/i18n/locales/pt.d.ts.map +1 -1
  109. package/dist/i18n/locales/pt.js +1 -0
  110. package/dist/i18n/locales/pt.js.map +1 -1
  111. package/dist/i18n/locales/ro.d.ts +1 -0
  112. package/dist/i18n/locales/ro.d.ts.map +1 -1
  113. package/dist/i18n/locales/ro.js +1 -0
  114. package/dist/i18n/locales/ro.js.map +1 -1
  115. package/dist/i18n/locales/ru.d.ts +1 -0
  116. package/dist/i18n/locales/ru.d.ts.map +1 -1
  117. package/dist/i18n/locales/ru.js +1 -0
  118. package/dist/i18n/locales/ru.js.map +1 -1
  119. package/dist/i18n/locales/sq.d.ts +1 -0
  120. package/dist/i18n/locales/sq.d.ts.map +1 -1
  121. package/dist/i18n/locales/sq.js +1 -0
  122. package/dist/i18n/locales/sq.js.map +1 -1
  123. package/dist/i18n/locales/sv.d.ts +1 -0
  124. package/dist/i18n/locales/sv.d.ts.map +1 -1
  125. package/dist/i18n/locales/sv.js +1 -0
  126. package/dist/i18n/locales/sv.js.map +1 -1
  127. package/dist/i18n/locales/tr.d.ts +1 -0
  128. package/dist/i18n/locales/tr.d.ts.map +1 -1
  129. package/dist/i18n/locales/tr.js +1 -0
  130. package/dist/i18n/locales/tr.js.map +1 -1
  131. package/dist/i18n/locales/zh.d.ts +1 -0
  132. package/dist/i18n/locales/zh.d.ts.map +1 -1
  133. package/dist/i18n/locales/zh.js +1 -0
  134. package/dist/i18n/locales/zh.js.map +1 -1
  135. package/dist/index.js +779 -775
  136. package/dist/locales/ar.json +1 -0
  137. package/dist/locales/de.json +1 -0
  138. package/dist/locales/el.json +1 -0
  139. package/dist/locales/en.json +1 -0
  140. package/dist/locales/es.json +1 -0
  141. package/dist/locales/fr.json +1 -0
  142. package/dist/locales/hi.json +1 -0
  143. package/dist/locales/it.json +1 -0
  144. package/dist/locales/ja.json +1 -0
  145. package/dist/locales/nl.json +1 -0
  146. package/dist/locales/pl.json +1 -0
  147. package/dist/locales/pt.json +1 -0
  148. package/dist/locales/ro.json +1 -0
  149. package/dist/locales/ru.json +1 -0
  150. package/dist/locales/sq.json +1 -0
  151. package/dist/locales/sv.json +1 -0
  152. package/dist/locales/tr.json +1 -0
  153. package/dist/locales/zh.json +1 -0
  154. package/dist/patterns/anamnesis/anamnesis-evolution.d.ts.map +1 -1
  155. package/dist/patterns/anamnesis/anamnesis-field.d.ts.map +1 -1
  156. package/dist/patterns/anamnesis/anamnesis-i18n.d.ts.map +1 -1
  157. package/dist/patterns/anamnesis/anamnesis-intake.d.ts +5 -1
  158. package/dist/patterns/anamnesis/anamnesis-intake.d.ts.map +1 -1
  159. package/dist/patterns/anamnesis/index.js +1 -1
  160. package/dist/tokens.css +5 -2
  161. package/package.json +1 -1
  162. package/dist/_chunks/actions-cell-renderer-C67oj7mR.js +0 -1581
  163. package/dist/_chunks/actions-cell-renderer-C67oj7mR.js.map +0 -1
  164. package/dist/_chunks/anamnesis-summary-rows-DAIpD0Or.js.map +0 -1
  165. package/dist/_chunks/number-input-DOe5VYei.js +0 -370
  166. package/dist/_chunks/number-input-DOe5VYei.js.map +0 -1
  167. package/dist/_chunks/signature-status-chip-DUcTgQ0E.js.map +0 -1
@@ -378,7 +378,8 @@
378
378
  "selection": "Row ids of currently-selected rows.",
379
379
  "filter": "Current ag-grid filter model, keyed by column id.",
380
380
  "sort": "Active sort, in priority order.",
381
- "currentPage": "Zero-indexed page number."
381
+ "currentPage": "Zero-indexed page number.",
382
+ "expandedRowId": "Id of the row whose inline detail is open (expandable row), or null."
382
383
  },
383
384
  "actions": {
384
385
  "selectRows": "Replace the current selection with the given row ids.",
@@ -1520,7 +1521,7 @@
1520
1521
  "resolveMissingAnswers": "Read how many required questionnaire answers are still missing, jump to the first of them — which crosses from the read-only Summary to the Compile tab and opens the unanswered-questions block that holds it — and record the answer there. Writes patient clinical history.",
1521
1522
  "readVisitNote": "Open the note recorded at one visit from the evolution grid's visit-column header and read the clinical note and the nutritional proposal. Where the host supplies a side panel (`onOpenNote`), the trigger hands that visit's id out and the host's panel navigates to it — no popover opens, and the note lives in exactly one place. Where it does not, the same trigger opens the note in place. Clinician-only; no mutation.",
1522
1523
  "openRecordSection": "Open or fold one section of the compile form. Sections filled at every visit start open — visit details, any unanswered required questionnaire answers, anthropometrics, pathologies, therapy, the proposal; the occasional ones (oncological history, blood tests, fasting cycles, annual programme) start folded and state in their header how many entries they already hold. Clinician-only; view state only.",
1523
- "windowVisits": "Choose which visits the evolution grid shows as columns, by ticking them in the visit multi-select. It opens on every visit; un-ticking one removes its column, and the last remaining visit cannot be un-ticked. The change between two adjacent shown columns is always drawn. Also reads how many visits are shown out of how many exist. Clinician-only; view state only.",
1524
+ "windowVisits": "Choose which visits the evolution grid shows as columns, by ticking them in the Visits menu one button that opens a list of checkbox items, with a Select all row first. Every visit is ticked on arrival; un-ticking one removes its column, the menu stays open while ticking, and the last remaining visit cannot be un-ticked. The change between two adjacent shown columns is always drawn. The button itself reads how many visits are shown out of how many exist. Clinician-only; view state only.",
1524
1525
  "annotateTrend": "Drop a dated event's reference line across every trend sparkline in the evolution grid, by pressing its chip in the event bar above the grid. Events are things that happened to the patient on a date — a therapy or diet starting, a fasting-mimicking cycle, surgery, a change in daily life — and need not have happened at a visit or been recorded by this practice. Each chip carries its category (and, for an event this practice did not record, its source) as an accessible description rather than a hover tooltip. Nothing is drawn on arrival; pressing the same chip again removes the line. Where the host supplies a side panel, turning a chip on also navigates that panel to the event; turning it off does not. Clinician-only; view state only.",
1525
1526
  "chooseExportAudience": "Choose who a file or a shared copy is for — the practice, or the patient — from the single Export & share control beside the view switch. The choice governs every route below it (share, PDF, print, Excel, CSV), it sticks across tabs and later exports, and a non-default choice is badged on the closed control. The menu names what the copy carries in BOTH states, and the exclusions are PER VIEW: on Compile a patient copy drops blood-test values, diagnostic codes, oncological history and the clinician's own notes; on Evolution it drops the blood-test rows; on Summary it drops nothing. Nothing is filed by making the choice. View state only.",
1526
1527
  "exportTab": "Produce a file of the view that is currently selected — Summary, Compile or Evolution — from the one Export & share control. The same document is written as a PDF, an Excel workbook or a CSV, and Print sends that same document to the printer rather than the screen, so the app shell never appears on the page. On Evolution the file follows the visit columns the grid is DRAWING unless \"include every visit\" is ticked; the same Evolution file is also offered from the trend tab of questionnaire mode and from the read-only record, at the end of the trend toolbar. The audience rides in the filename, so the two copies stay apart outside the app. Every table resolves through the patient-copy boundary first, so a patient-audience file is missing what that audience may not receive. Produces a patient-identifiable document.",
@@ -1,4 +1,4 @@
1
- import { B as m } from "../../_chunks/bmi-calculator-CxPn0T0s.js";
1
+ import { B as m } from "../../_chunks/bmi-calculator-DC5SaqXT.js";
2
2
  import { b as e, a as t, c as r, d as T, e as c, f as i, i as b, k as n, l as f } from "../../_chunks/bmi-BxD-tFzU.js";
3
3
  export {
4
4
  m as BmiCalculator,
@@ -1,4 +1,4 @@
1
- import { C as e, L as l, p as r } from "../../_chunks/cycle-calculator-D9M7IKfh.js";
1
+ import { C as e, L as l, p as r } from "../../_chunks/cycle-calculator-B_NlctlQ.js";
2
2
  export {
3
3
  e as CycleCalculator,
4
4
  l as LUTEAL_PHASE_DAYS,
@@ -1 +1 @@
1
- {"version":3,"file":"data-table.agent.d.ts","sourceRoot":"","sources":["../../../src/components/data-table/data-table.agent.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,KAAK,EAAE,eAAe,EAAsB,MAAM,cAAc,CAAC;AAExE,eAAO,MAAM,cAAc,EAAE,YAAY,CAAC,eAAe,CAoMxD,CAAC"}
1
+ {"version":3,"file":"data-table.agent.d.ts","sourceRoot":"","sources":["../../../src/components/data-table/data-table.agent.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,KAAK,EAAE,eAAe,EAAsB,MAAM,cAAc,CAAC;AAExE,eAAO,MAAM,cAAc,EAAE,YAAY,CAAC,eAAe,CA2MxD,CAAC"}
@@ -28,6 +28,8 @@ export interface DataTableHandle<TData = unknown> {
28
28
  setSort: (model: DataTableSortEntry[]) => void;
29
29
  getCurrentPage: () => number;
30
30
  goToPage: (page: number) => void;
31
+ /** Id of the row whose detail is open (`expandedRowId`), or `null`. */
32
+ getExpandedRowId: () => string | null;
31
33
  getRawApi: () => GridApi<TData> | undefined;
32
34
  }
33
35
  export interface DataTableProps<TData = unknown> extends Omit<VariantProps<typeof dataTableVariants>, 'density'> {
@@ -63,6 +65,23 @@ export interface DataTableProps<TData = unknown> extends Omit<VariantProps<typeo
63
65
  pinnedBottomRowData?: TData[];
64
66
  /** Print-optimised mode — hides toolbar, disables pagination, renders every row. */
65
67
  printMode?: boolean;
68
+ /**
69
+ * Controlled: the id (per `gridOptions.getRowId`) of the ONE row whose
70
+ * detail is open. Requires `gridOptions.getRowId`. Not supported together
71
+ * with `rowSelection="multiple"` in v1.
72
+ */
73
+ expandedRowId?: string | null;
74
+ /**
75
+ * Rendered as a full-width row directly beneath the expanded row. Must
76
+ * derive everything from the row — the grid may unmount it when scrolled
77
+ * out of view, so the content has to be stateless.
78
+ */
79
+ renderExpandedRow?: (row: TData) => ReactNode;
80
+ /**
81
+ * The detail asked to close (Escape inside it, or the consumer's own close
82
+ * control). The consumer owns the state and the focus return.
83
+ */
84
+ onExpandedRowChange?: (id: string | null) => void;
66
85
  /** Composable toolbar — renders `<DataTable.Toolbar>…</DataTable.Toolbar>` above the grid. */
67
86
  children?: ReactNode;
68
87
  }
@@ -1 +1 @@
1
- {"version":3,"file":"data-table.d.ts","sourceRoot":"","sources":["../../../src/components/data-table/data-table.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"data-table.d.ts","sourceRoot":"","sources":["../../../src/components/data-table/data-table.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,47 @@
1
+ import { type ComponentType, type ReactNode } from 'react';
2
+ import type { CustomCellRendererProps } from 'ag-grid-react';
3
+ /** Private marker written onto the synthetic detail node's data. */
4
+ export declare const EXPANDED_ROW_MARKER = "__dsDetailOf";
5
+ /** Row class stamped on the synthetic detail row (styled in ag-grid-theme.css). */
6
+ export declare const EXPANDED_ROW_CLASS = "ds-data-table-expanded-row";
7
+ export type ExpandedRowDetail<TData> = TData & {
8
+ [EXPANDED_ROW_MARKER]: string;
9
+ };
10
+ /**
11
+ * True when `data` is the synthetic detail node DataTable interleaves
12
+ * beneath the expanded row. Custom export / iteration code that walks
13
+ * `api.forEachNode*` should skip these.
14
+ */
15
+ export declare function isExpandedRowDetail<TData>(data: TData | null | undefined): data is ExpandedRowDetail<TData>;
16
+ /** Row id AG Grid sees for the detail node beneath `parentId`. */
17
+ export declare function expandedRowDetailId(parentId: string): string;
18
+ /**
19
+ * True when a `row-id` read off the DOM belongs to the synthetic detail
20
+ * row rather than a record. The DOM-side twin of `isExpandedRowDetail`.
21
+ */
22
+ export declare function isExpandedRowDetailId(rowId: string): boolean;
23
+ /** Build the synthetic node: the parent's values plus the marker. */
24
+ export declare function seedExpandedRowDetail<TData>(parent: TData, parentId: string): ExpandedRowDetail<TData>;
25
+ export interface ExpandedRowContextValue<TData = unknown> {
26
+ renderExpandedRow: ((row: TData) => ReactNode) | undefined;
27
+ onExpandedRowChange: ((id: string | null) => void) | undefined;
28
+ /** The one open row — the renderer hands its original object to `renderExpandedRow`. */
29
+ expanded: {
30
+ id: string;
31
+ row: TData;
32
+ } | null;
33
+ /** Measured detail heights by detail row id; served back through `getRowHeight`. */
34
+ heights: Map<string, number>;
35
+ /** Consumer's own full-width renderer, honoured for non-detail full-width rows. */
36
+ fallbackRenderer: ComponentType<CustomCellRendererProps<TData>> | undefined;
37
+ }
38
+ export declare const ExpandedRowContext: import("react").Context<ExpandedRowContextValue<unknown> | null>;
39
+ /**
40
+ * `fullWidthCellRenderer` for the synthetic detail node. Measures its own
41
+ * content (Community has no auto-height for full-width rows) and pushes
42
+ * the height into the node. Escape — on the grid-focused row or anywhere
43
+ * inside the surface — asks the consumer to close; Enter on the row moves
44
+ * focus into the content.
45
+ */
46
+ export declare function ExpandedRowRenderer<TData = unknown>(props: CustomCellRendererProps<TData>): import("react/jsx-runtime").JSX.Element | null;
47
+ //# sourceMappingURL=expanded-row-renderer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"expanded-row-renderer.d.ts","sourceRoot":"","sources":["../../../src/components/data-table/expanded-row-renderer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,aAAa,EAElB,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;AAEf,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AAa7D,oEAAoE;AACpE,eAAO,MAAM,mBAAmB,iBAAiB,CAAC;AAElD,mFAAmF;AACnF,eAAO,MAAM,kBAAkB,+BAA+B,CAAC;AAQ/D,MAAM,MAAM,iBAAiB,CAAC,KAAK,IAAI,KAAK,GAAG;IAC7C,CAAC,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC/B,CAAC;AAEF;;;;GAIG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,EACvC,IAAI,EAAE,KAAK,GAAG,IAAI,GAAG,SAAS,GAC7B,IAAI,IAAI,iBAAiB,CAAC,KAAK,CAAC,CAMlC;AAED,kEAAkE;AAClE,wBAAgB,mBAAmB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAE5D;AAED;;;GAGG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAE5D;AAED,qEAAqE;AACrE,wBAAgB,qBAAqB,CAAC,KAAK,EACzC,MAAM,EAAE,KAAK,EACb,QAAQ,EAAE,MAAM,GACf,iBAAiB,CAAC,KAAK,CAAC,CAE1B;AAOD,MAAM,WAAW,uBAAuB,CAAC,KAAK,GAAG,OAAO;IACtD,iBAAiB,EAAE,CAAC,CAAC,GAAG,EAAE,KAAK,KAAK,SAAS,CAAC,GAAG,SAAS,CAAC;IAC3D,mBAAmB,EAAE,CAAC,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC;IAC/D,wFAAwF;IACxF,QAAQ,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,KAAK,CAAA;KAAE,GAAG,IAAI,CAAC;IAC5C,oFAAoF;IACpF,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC7B,mFAAmF;IACnF,gBAAgB,EAAE,aAAa,CAAC,uBAAuB,CAAC,KAAK,CAAC,CAAC,GAAG,SAAS,CAAC;CAC7E;AAED,eAAO,MAAM,kBAAkB,kEAE9B,CAAC;AAMF;;;;;;GAMG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,GAAG,OAAO,EACjD,KAAK,EAAE,uBAAuB,CAAC,KAAK,CAAC,kDA8FtC"}
@@ -1,6 +1,8 @@
1
1
  export { DataTable } from './data-table';
2
2
  export type { DataTableProps, DataTableHandle, DataTableSortEntry, } from './data-table';
3
3
  export { dataTableAgent } from './data-table.agent';
4
+ export { isExpandedRowDetail, isExpandedRowDetailId, expandedRowDetailId, EXPANDED_ROW_CLASS, } from './expanded-row-renderer';
5
+ export type { ExpandedRowDetail } from './expanded-row-renderer';
4
6
  export { Toolbar, ToolbarProvider, defaultExportPdf } from './toolbar';
5
7
  export type { ToolbarProviderProps, ToolbarRootProps, ExportCsvProps, ExportPdfProps, PrintProps, ColumnToggleProps, BulkActionProps, QuickSearchProps, RefreshButtonProps, FacetFilterOption, FacetFilterProps, ExportFormat, ExportMenuProps, ExportMenuItemProps, } from './toolbar';
6
8
  export { useTotalRow } from './hooks/use-total-row';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/data-table/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/data-table/index.ts"],"names":[],"mappings":"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"}
@@ -1,39 +1,43 @@
1
- import { A as r, D as l, T as t, a as s, b as n, c as o, d, e as i, f as C } from "../../_chunks/actions-cell-renderer-C67oj7mR.js";
2
- import { B as T, C as F, E as g, a as b, R as u, T as c, b as m, r as f, u as x } from "../../_chunks/editable-currency-cell-renderer-DyMbSyDK.js";
3
- import { C as p, D as h, a as y, b as E, I as S, L as A, N as L, c as N, S as B, d as I, e as P, T as U, f as W, g as k, U as v } from "../../_chunks/link-cell-renderer-DCCca2m3.js";
1
+ import { A as r, D as l, E as t, T as s, a as d, b as n, c as o, d as i, e as R, f as C, g as T, i as F, h as g } from "../../_chunks/actions-cell-renderer-BD-jruqA.js";
2
+ import { B as b, C as u, E as x, a as c, R as p, T as E, b as m, r as f, u as h } from "../../_chunks/editable-currency-cell-renderer-DyMbSyDK.js";
3
+ import { C as A, D as w, a as y, b as I, I as L, L as N, N as P, c as W, S as B, d as U, e as _, T as k, f as v, g as O, U as X } from "../../_chunks/link-cell-renderer-C7GvyK66.js";
4
4
  export {
5
5
  r as ActionsCellRenderer,
6
- T as BalanceCellRenderer,
7
- F as ColorDotCellRenderer,
8
- p as CurrencyCellRenderer,
6
+ b as BalanceCellRenderer,
7
+ u as ColorDotCellRenderer,
8
+ A as CurrencyCellRenderer,
9
9
  l as DataTable,
10
- h as DateCellRenderer,
10
+ w as DateCellRenderer,
11
11
  y as DateRangeFilter,
12
- E as DateRangeFloatingFilter,
13
- g as EditableCurrencyCellRenderer,
14
- b as EditableTextCellRenderer,
15
- S as ImageCellRenderer,
16
- A as LinkCellRenderer,
17
- L as NumberFilter,
18
- N as NumberFloatingFilter,
19
- u as ReorderCellRenderer,
12
+ I as DateRangeFloatingFilter,
13
+ t as EXPANDED_ROW_CLASS,
14
+ x as EditableCurrencyCellRenderer,
15
+ c as EditableTextCellRenderer,
16
+ L as ImageCellRenderer,
17
+ N as LinkCellRenderer,
18
+ P as NumberFilter,
19
+ W as NumberFloatingFilter,
20
+ p as ReorderCellRenderer,
20
21
  B as SelectFilter,
21
- I as SelectFloatingFilter,
22
- P as StatusCellRenderer,
23
- U as TagListCellRenderer,
24
- t as TextFilter,
25
- s as TextFloatingFilter,
26
- c as ToggleCellRenderer,
22
+ U as SelectFloatingFilter,
23
+ _ as StatusCellRenderer,
24
+ k as TagListCellRenderer,
25
+ s as TextFilter,
26
+ d as TextFloatingFilter,
27
+ E as ToggleCellRenderer,
27
28
  n as Toolbar,
28
29
  o as ToolbarProvider,
29
30
  m as ToothCellRenderer,
30
- W as TypeaheadFilter,
31
- k as TypeaheadFloatingFilter,
32
- v as UserCellRenderer,
33
- d as actionsColumnWidth,
34
- i as dataTableAgent,
31
+ v as TypeaheadFilter,
32
+ O as TypeaheadFloatingFilter,
33
+ X as UserCellRenderer,
34
+ i as actionsColumnWidth,
35
+ R as dataTableAgent,
35
36
  C as defaultExportPdf,
37
+ T as expandedRowDetailId,
38
+ F as isExpandedRowDetail,
39
+ g as isExpandedRowDetailId,
36
40
  f as reorderColumnWidth,
37
- x as useTotalRow
41
+ h as useTotalRow
38
42
  };
39
43
  //# sourceMappingURL=index.js.map
@@ -1,4 +1,4 @@
1
- import { D as e } from "../../_chunks/due-date-calculator-BkqZEvL4.js";
1
+ import { D as e } from "../../_chunks/due-date-calculator-le1z3KpW.js";
2
2
  import { C as r, a as o, D, G as _, M as T, T as M, c as E, b as l, g as C, p as A, r as N, d as i, t as n } from "../../_chunks/antenatal-schedule-timeline-BSLrOQ3S.js";
3
3
  export {
4
4
  r as CRL_DATING_MAX_MM,
@@ -1,4 +1,4 @@
1
- import { F as a, e as i } from "../../_chunks/fetal-weight-C7JXGg6E.js";
1
+ import { F as a, e as i } from "../../_chunks/fetal-weight-DXA6ZpMq.js";
2
2
  export {
3
3
  a as FetalWeight,
4
4
  i as estimateFetalWeight
@@ -1,4 +1,4 @@
1
- import { F as r, f } from "../../_chunks/file-manager-DzWYcRpE.js";
1
+ import { F as r, f } from "../../_chunks/file-manager-BjCM2fZB.js";
2
2
  export {
3
3
  r as FileManager,
4
4
  f as fileManagerAgent
@@ -1,4 +1,4 @@
1
- import { H, M as g, a as o } from "../../_chunks/hcg-doubling-CFJlMH7Z.js";
1
+ import { H, M as g, a as o } from "../../_chunks/hcg-doubling-BT6lki_i.js";
2
2
  export {
3
3
  H as HcgDoubling,
4
4
  g as MINIMAL_48H_RISE_PERCENT,
@@ -1,4 +1,4 @@
1
- import { N as r, u as a } from "../../_chunks/number-input-DOe5VYei.js";
1
+ import { N as r, u as a } from "../../_chunks/number-input-CM1q9zvH.js";
2
2
  export {
3
3
  r as NumberInput,
4
4
  a as useLocaleNumber
@@ -11,6 +11,7 @@ export interface NumberInputHandle {
11
11
  declare const numberInputVariants: (props?: ({
12
12
  size?: "sm" | "md" | "lg" | null | undefined;
13
13
  tone?: "default" | "error" | null | undefined;
14
+ inline?: "full" | "sm" | "md" | "lg" | null | undefined;
14
15
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
15
16
  export type { NumberInputMode };
16
17
  export interface NumberInputProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'type' | 'onChange' | 'value' | 'defaultValue' | 'size'>, VariantProps<typeof numberInputVariants> {
@@ -35,6 +36,16 @@ export interface NumberInputProps extends Omit<InputHTMLAttributes<HTMLInputElem
35
36
  locale?: string;
36
37
  /** Size variant. */
37
38
  size?: 'sm' | 'md' | 'lg';
39
+ /** 'stepper' (default) keeps the chevron buttons; 'plain' renders the bare
40
+ * field — keyboard arrows still step, and the wheel scrolls the page as it
41
+ * always has. */
42
+ variant?: 'stepper' | 'plain';
43
+ /** Unit shown inside the field at the inline end (e.g. "cm"), muted; joins
44
+ * the input's accessible description, never its value. */
45
+ unit?: string;
46
+ /** Intrinsic inline size: 'full' (default) fills the container; 'sm' ≈ 8
47
+ * characters, 'md' ≈ 12, 'lg' ≈ 16 — plus room for the unit and paddings. */
48
+ inline?: 'sm' | 'md' | 'lg' | 'full';
38
49
  /** Additional class names on the wrapper. */
39
50
  className?: string;
40
51
  }
@@ -1 +1 @@
1
- {"version":3,"file":"number-input.d.ts","sourceRoot":"","sources":["../../../src/components/number-input/number-input.tsx"],"names":[],"mappings":"AAAA,OAAO,EAUL,KAAK,mBAAmB,EAGzB,MAAM,OAAO,CAAC;AACf,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAQlE,OAAO,EAAmB,KAAK,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAE5E,sDAAsD;AACtD,MAAM,WAAW,iBAAiB;IAChC,QAAQ,EAAE,MAAM,MAAM,GAAG,IAAI,CAAC;IAC9B,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACzC,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB;AAED,QAAA,MAAM,mBAAmB;;;8EAwBxB,CAAC;AAUF,YAAY,EAAE,eAAe,EAAE,CAAC;AAEhC,MAAM,WAAW,gBACf,SACE,IAAI,CACF,mBAAmB,CAAC,gBAAgB,CAAC,EACrC,MAAM,GAAG,UAAU,GAAG,OAAO,GAAG,cAAc,GAAG,MAAM,CACxD,EACD,YAAY,CAAC,OAAO,mBAAmB,CAAC;IAC1C,0CAA0C;IAC1C,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,oCAAoC;IACpC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,mFAAmF;IACnF,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IAC1C,sDAAsD;IACtD,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,sDAAsD;IACtD,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,uCAAuC;IACvC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,mDAAmD;IACnD,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB,+DAA+D;IAC/D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;+CAC2C;IAC3C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,oBAAoB;IACpB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,6CAA6C;IAC7C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AA8BD,eAAO,MAAM,WAAW,+GAkXvB,CAAC"}
1
+ {"version":3,"file":"number-input.d.ts","sourceRoot":"","sources":["../../../src/components/number-input/number-input.tsx"],"names":[],"mappings":"AAAA,OAAO,EAWL,KAAK,mBAAmB,EAGzB,MAAM,OAAO,CAAC;AACf,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAQlE,OAAO,EAAmB,KAAK,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAE5E,sDAAsD;AACtD,MAAM,WAAW,iBAAiB;IAChC,QAAQ,EAAE,MAAM,MAAM,GAAG,IAAI,CAAC;IAC9B,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACzC,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB;AAED,QAAA,MAAM,mBAAmB;;;;8EAgCxB,CAAC;AA6CF,YAAY,EAAE,eAAe,EAAE,CAAC;AAEhC,MAAM,WAAW,gBACf,SACE,IAAI,CACF,mBAAmB,CAAC,gBAAgB,CAAC,EACrC,MAAM,GAAG,UAAU,GAAG,OAAO,GAAG,cAAc,GAAG,MAAM,CACxD,EACD,YAAY,CAAC,OAAO,mBAAmB,CAAC;IAC1C,0CAA0C;IAC1C,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,oCAAoC;IACpC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,mFAAmF;IACnF,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IAC1C,sDAAsD;IACtD,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,sDAAsD;IACtD,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,uCAAuC;IACvC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,mDAAmD;IACnD,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB,+DAA+D;IAC/D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;+CAC2C;IAC3C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,oBAAoB;IACpB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B;;qBAEiB;IACjB,OAAO,CAAC,EAAE,SAAS,GAAG,OAAO,CAAC;IAC9B;8DAC0D;IAC1D,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;iFAC6E;IAC7E,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;IACrC,6CAA6C;IAC7C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AA8BD,eAAO,MAAM,WAAW,+GAwYvB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { A as S, a as r, b as A, c as e, d as I, e as _, C as t, f as E, g as o, D as M, h as i, E as P, L as N, O as R, P as m, i as D, j as n, k as f, l, R as X, S as C, m as d, n as p, o as T, p as c, q as L, r as O, s as Y, t as g, u as x, v as B, w as u, x as w, y, z as H, B as b, F as h } from "../../_chunks/optical-prescription-Brs0CeP3.js";
1
+ import { A as S, a as r, b as A, c as e, d as I, e as _, C as t, f as E, g as o, D as M, h as i, E as P, L as N, O as R, P as m, i as D, j as n, k as f, l, R as X, S as C, m as d, n as p, o as T, p as c, q as L, r as O, s as Y, t as g, u as x, v as B, w as u, x as w, y, z as H, B as b, F as h } from "../../_chunks/optical-prescription-CQR_WJiS.js";
2
2
  export {
3
3
  S as ADD_MAX,
4
4
  r as ADD_MIN,
@@ -1,4 +1,4 @@
1
- import { P as e, p as i } from "../../_chunks/patient-details-CGhnfdUB.js";
1
+ import { P as e, p as i } from "../../_chunks/patient-details-CnFgF3MU.js";
2
2
  export {
3
3
  e as PatientDetails,
4
4
  i as patientDetailsAgent
@@ -1,4 +1,4 @@
1
- import { B as s, C as l, N as t, P as n, a as C, b as i, g as o, u } from "../../_chunks/patient-table-D2fhV4mV.js";
1
+ import { B as s, C as l, N as t, P as n, a as C, b as i, g as o, u } from "../../_chunks/patient-table-BXzcrC79.js";
2
2
  export {
3
3
  s as BalanceBadgeCell,
4
4
  l as CarePlanStatusCell,
@@ -1,4 +1,4 @@
1
- import { P as r } from "../../_chunks/pregnancy-dating-iI6_j2K2.js";
1
+ import { P as r } from "../../_chunks/pregnancy-dating-4tPV_Yko.js";
2
2
  export {
3
3
  r as PregnancyDating
4
4
  };
@@ -1,4 +1,4 @@
1
- import { P as n, R as s, T as i, a as g, p as r, r as t } from "../../_chunks/pregnancy-weight-gain-Co-YFMJZ.js";
1
+ import { P as n, R as s, T as i, a as g, p as r, r as t } from "../../_chunks/pregnancy-weight-gain-BBgbWBGe.js";
2
2
  export {
3
3
  n as PregnancyWeightGain,
4
4
  s as RATE_BANDS,
@@ -1,4 +1,4 @@
1
- import { S as s, s as r } from "../../_chunks/signature-status-chip-DUcTgQ0E.js";
1
+ import { S as s, s as r } from "../../_chunks/signature-status-chip-DlLJk1VA.js";
2
2
  export {
3
3
  s as SignatureStatusChip,
4
4
  r as signatureStatusOf
@@ -1 +1 @@
1
- {"version":3,"file":"signature-status-chip.d.ts","sourceRoot":"","sources":["../../../src/components/signature-status-chip/signature-status-chip.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAQxD,4CAA4C;AAC5C,MAAM,MAAM,cAAc,GAAG,QAAQ,GAAG,SAAS,GAAG,aAAa,CAAC;AAElE,gCAAgC;AAChC,MAAM,MAAM,eAAe,GAAG,QAAQ,GAAG,SAAS,GAAG,UAAU,GAAG,aAAa,CAAC;AAKhF;;;;GAIG;AACH,wBAAgB,iBAAiB,CAC/B,QAAQ,EAAE,cAAc,EACxB,OAAO,EAAE,cAAc,GACtB,eAAe,CAMjB;AAwCD,MAAM,WAAW,wBAAyB,SAAQ,IAAI,CACpD,cAAc,CAAC,eAAe,CAAC,EAC/B,UAAU,CACX;IACC,+BAA+B;IAC/B,QAAQ,EAAE,cAAc,CAAC;IACzB,8BAA8B;IAC9B,OAAO,EAAE,cAAc,CAAC;IACxB,2DAA2D;IAC3D,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,oEAAoE;IACpE,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAMD,eAAO,MAAM,mBAAmB,sHAoF/B,CAAC"}
1
+ {"version":3,"file":"signature-status-chip.d.ts","sourceRoot":"","sources":["../../../src/components/signature-status-chip/signature-status-chip.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAQxD,4CAA4C;AAC5C,MAAM,MAAM,cAAc,GAAG,QAAQ,GAAG,SAAS,GAAG,aAAa,CAAC;AAElE,gCAAgC;AAChC,MAAM,MAAM,eAAe,GAAG,QAAQ,GAAG,SAAS,GAAG,UAAU,GAAG,aAAa,CAAC;AAKhF;;;;GAIG;AACH,wBAAgB,iBAAiB,CAC/B,QAAQ,EAAE,cAAc,EACxB,OAAO,EAAE,cAAc,GACtB,eAAe,CAMjB;AA0CD,MAAM,WAAW,wBAAyB,SAAQ,IAAI,CACpD,cAAc,CAAC,eAAe,CAAC,EAC/B,UAAU,CACX;IACC,+BAA+B;IAC/B,QAAQ,EAAE,cAAc,CAAC;IACzB,8BAA8B;IAC9B,OAAO,EAAE,cAAc,CAAC;IACxB,2DAA2D;IAC3D,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,oEAAoE;IACpE,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAMD,eAAO,MAAM,mBAAmB,sHAoF/B,CAAC"}
@@ -1,4 +1,4 @@
1
- import { C as r, U as t, a as U, b as e, c as n } from "../../_chunks/unit-converter-BeTicruA.js";
1
+ import { C as r, U as t, a as U, b as e, c as n } from "../../_chunks/unit-converter-Dsk__pjA.js";
2
2
  export {
3
3
  r as CATEGORIES,
4
4
  t as UNITS,
@@ -196,7 +196,7 @@
196
196
 
197
197
  /* ───────────────────────────────────────────────────────────────────────
198
198
  SECTION B — non-token declarations. ORIGINAL LAYER PRESERVED.
199
- 127 declarations across 123 rules.
199
+ 128 declarations across 124 rules.
200
200
 
201
201
  Kit-authored arbitrary-value utilities (`ds:w-[20rem]`) and the
202
202
  vendored AG Grid rules. These set real properties on real elements,
@@ -403,6 +403,9 @@
403
403
  .ds\:max-w-\[42rem\] {
404
404
  max-width:672px;
405
405
  }
406
+ .ds\:max-w-\[44rem\] {
407
+ max-width:704px;
408
+ }
406
409
  .ds\:max-w-\[48rem\] {
407
410
  max-width:768px;
408
411
  }
@@ -933,6 +933,7 @@ export declare const arUi: {
933
933
  };
934
934
  readonly expandRow: "توسيع الصف";
935
935
  readonly collapseRow: "طي الصف";
936
+ readonly expandedRow: "تفاصيل الصف الموسّع";
936
937
  readonly totalRow: "الإجمالي";
937
938
  readonly noRows: "لا توجد بيانات للعرض";
938
939
  readonly noRowsDescription: "حاول تعديل البحث أو الفلاتر.";
@@ -1 +1 @@
1
- {"version":3,"file":"ar.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/ar.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4zHP,CAAC"}
1
+ {"version":3,"file":"ar.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/ar.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6zHP,CAAC"}
@@ -922,6 +922,7 @@ const e = {
922
922
  },
923
923
  expandRow: "توسيع الصف",
924
924
  collapseRow: "طي الصف",
925
+ expandedRow: "تفاصيل الصف الموسّع",
925
926
  totalRow: "الإجمالي",
926
927
  noRows: "لا توجد بيانات للعرض",
927
928
  noRowsDescription: "حاول تعديل البحث أو الفلاتر.",