@alfadocs/ui-kit 1.2.0 → 1.3.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.
- package/dist/_chunks/{actions-cell-renderer-ClGCSQnA.js → actions-cell-renderer-Ceah0ywE.js} +2 -2
- package/dist/_chunks/anamnesis-i18n-DGRdwc0i.js +8720 -0
- package/dist/_chunks/arrow-up-BYvcvTkB.js +26 -0
- package/dist/_chunks/{editable-currency-cell-renderer-Dus_sBvX.js → editable-currency-cell-renderer-Uhzkd0ZP.js} +68 -88
- package/dist/_chunks/{exceljs.min-DUJ-5CGx.js → exceljs.min-D2MHbJsF.js} +10 -9
- package/dist/_chunks/{face-scheme-Cou2efl7.js → face-scheme-C00IvkUA.js} +237 -243
- package/dist/_chunks/{file-manager-CNSLiuLo.js → file-manager-lNjcSXoD.js} +174 -186
- package/dist/_chunks/minus-BQDHq1c1.js +12 -0
- package/dist/_chunks/notebook-pen-CO7HoM-W.js +25 -0
- package/dist/_chunks/{notes-panel-CCz0J140.js → notes-panel-DPsgB4Mv.js} +73 -92
- package/dist/_chunks/{patient-table-DXk0wW8Q.js → patient-table-C7QHFC63.js} +2 -2
- package/dist/_chunks/share-2-B49jcW2I.js +18 -0
- package/dist/_chunks/{sparkline-DJtZBe7O.js → sparkline-BTY4B5tv.js} +153 -145
- package/dist/agent-catalog.json +1 -1
- package/dist/components/data-table/index.js +2 -2
- package/dist/components/face-scheme/index.js +1 -1
- package/dist/components/file-manager/index.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/notes-panel/index.d.ts +1 -1
- package/dist/components/notes-panel/index.js +1 -1
- package/dist/components/patient-table/index.js +1 -1
- package/dist/components/sparkline/index.js +1 -1
- package/dist/components/sparkline/sparkline.d.ts +5 -4
- package/dist/index.js +132 -109
- package/dist/patterns/_shared/target-tile.d.ts +31 -0
- package/dist/patterns/anamnesis/anamnesis-catalogue.d.ts +23 -0
- package/dist/patterns/anamnesis/anamnesis-compare-panel.d.ts +82 -0
- package/dist/patterns/anamnesis/anamnesis-compile-blocks.d.ts +46 -0
- package/dist/patterns/anamnesis/anamnesis-compile.d.ts +48 -0
- package/dist/patterns/anamnesis/anamnesis-config-editor.d.ts +26 -0
- package/dist/patterns/anamnesis/anamnesis-config.d.ts +62 -0
- package/dist/patterns/anamnesis/anamnesis-derive.d.ts +194 -0
- package/dist/patterns/anamnesis/anamnesis-digest.d.ts +84 -0
- package/dist/patterns/anamnesis/anamnesis-disclosure.d.ts +19 -0
- package/dist/patterns/anamnesis/anamnesis-event-bar.d.ts +12 -0
- package/dist/patterns/anamnesis/anamnesis-events.d.ts +60 -0
- package/dist/patterns/anamnesis/anamnesis-evolution-grid.d.ts +48 -0
- package/dist/patterns/anamnesis/anamnesis-evolution.d.ts +37 -0
- package/dist/patterns/anamnesis/anamnesis-export-download.d.ts +10 -0
- package/dist/patterns/anamnesis/anamnesis-export-menu.d.ts +23 -0
- package/dist/patterns/anamnesis/anamnesis-export-pdf.d.ts +36 -0
- package/dist/patterns/anamnesis/anamnesis-export.d.ts +143 -0
- package/dist/patterns/anamnesis/anamnesis-field.d.ts +14 -0
- package/dist/patterns/anamnesis/anamnesis-format.d.ts +67 -0
- package/dist/patterns/anamnesis/anamnesis-i18n.d.ts +6 -0
- package/dist/patterns/anamnesis/anamnesis-indicators.d.ts +53 -0
- package/dist/patterns/anamnesis/anamnesis-intake.d.ts +16 -0
- package/dist/patterns/anamnesis/anamnesis-matrix.d.ts +91 -0
- package/dist/patterns/anamnesis/anamnesis-notes.d.ts +19 -0
- package/dist/patterns/anamnesis/anamnesis-readonly.d.ts +17 -0
- package/dist/patterns/anamnesis/anamnesis-summary.d.ts +35 -0
- package/dist/patterns/anamnesis/anamnesis-target-editor.d.ts +18 -0
- package/dist/patterns/anamnesis/anamnesis-target-strip.d.ts +14 -0
- package/dist/patterns/anamnesis/anamnesis-targets.d.ts +58 -0
- package/dist/patterns/anamnesis/anamnesis-types.d.ts +336 -0
- package/dist/patterns/anamnesis/anamnesis-visit-note.d.ts +35 -0
- package/dist/patterns/anamnesis/anamnesis-window.d.ts +37 -0
- package/dist/patterns/anamnesis/anamnesis.d.ts +48 -0
- package/dist/patterns/anamnesis/index.d.ts +8 -0
- package/dist/patterns/anamnesis/index.js +26 -0
- package/dist/tokens.css +1 -1
- package/package.json +5 -1
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { c as o } from "./createLucideIcon-DhHxpK9K.js";
|
|
2
|
+
/**
|
|
3
|
+
* @license lucide-react v1.22.0 - ISC
|
|
4
|
+
*
|
|
5
|
+
* This source code is licensed under the ISC license.
|
|
6
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
7
|
+
*/
|
|
8
|
+
const c = [["path", { d: "M5 12h14", key: "1ays0h" }]], e = o("minus", c);
|
|
9
|
+
export {
|
|
10
|
+
e as M
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=minus-BQDHq1c1.js.map
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { c as a } from "./createLucideIcon-DhHxpK9K.js";
|
|
2
|
+
/**
|
|
3
|
+
* @license lucide-react v1.22.0 - ISC
|
|
4
|
+
*
|
|
5
|
+
* This source code is licensed under the ISC license.
|
|
6
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
7
|
+
*/
|
|
8
|
+
const e = [
|
|
9
|
+
["path", { d: "M13.4 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7.4", key: "re6nr2" }],
|
|
10
|
+
["path", { d: "M2 6h4", key: "aawbzj" }],
|
|
11
|
+
["path", { d: "M2 10h4", key: "l0bgd4" }],
|
|
12
|
+
["path", { d: "M2 14h4", key: "1gsvsf" }],
|
|
13
|
+
["path", { d: "M2 18h4", key: "1bu2t1" }],
|
|
14
|
+
[
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
d: "M21.378 5.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",
|
|
18
|
+
key: "pqwjuv"
|
|
19
|
+
}
|
|
20
|
+
]
|
|
21
|
+
], t = a("notebook-pen", e);
|
|
22
|
+
export {
|
|
23
|
+
t as N
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=notebook-pen-CO7HoM-W.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { jsxs as p, jsx as
|
|
2
|
-
import { forwardRef as se, useRef as
|
|
1
|
+
import { jsxs as p, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as se, useRef as a, useState as S, useId as oe, useCallback as le, useEffect as ce, useImperativeHandle as de, useMemo as ue } from "react";
|
|
3
3
|
import { c as pe } from "./index-D2ZczOXr.js";
|
|
4
4
|
import { useTranslation as fe } from "react-i18next";
|
|
5
5
|
import { u as me } from "./registry-DvAUVLHh.js";
|
|
@@ -9,27 +9,8 @@ import { T as be } from "./text-area-Bt3p7Pt0.js";
|
|
|
9
9
|
import { B as ve } from "./button-CPGiR_bH.js";
|
|
10
10
|
import { C as ye } from "./checkbox-BuZ1u__2.js";
|
|
11
11
|
import { P as xe } from "./panel-header-D313n_9-.js";
|
|
12
|
-
import {
|
|
13
|
-
|
|
14
|
-
* @license lucide-react v1.22.0 - ISC
|
|
15
|
-
*
|
|
16
|
-
* This source code is licensed under the ISC license.
|
|
17
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
18
|
-
*/
|
|
19
|
-
const ke = [
|
|
20
|
-
["path", { d: "M13.4 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7.4", key: "re6nr2" }],
|
|
21
|
-
["path", { d: "M2 6h4", key: "aawbzj" }],
|
|
22
|
-
["path", { d: "M2 10h4", key: "l0bgd4" }],
|
|
23
|
-
["path", { d: "M2 14h4", key: "1gsvsf" }],
|
|
24
|
-
["path", { d: "M2 18h4", key: "1bu2t1" }],
|
|
25
|
-
[
|
|
26
|
-
"path",
|
|
27
|
-
{
|
|
28
|
-
d: "M21.378 5.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",
|
|
29
|
-
key: "pqwjuv"
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
], Ce = Pe("notebook-pen", ke), Ne = {
|
|
12
|
+
import { N as Pe } from "./notebook-pen-CO7HoM-W.js";
|
|
13
|
+
const Ce = {
|
|
33
14
|
id: "notes-panel",
|
|
34
15
|
// 'submit' backs add_note (compose + commit a note). pin / flag are toggles
|
|
35
16
|
// with no dedicated capability in the closed vocabulary.
|
|
@@ -130,7 +111,7 @@ const ke = [
|
|
|
130
111
|
description: "Sourced from the id prop. Required to address a specific notes panel from the agent."
|
|
131
112
|
}
|
|
132
113
|
}
|
|
133
|
-
},
|
|
114
|
+
}, Ne = pe(
|
|
134
115
|
"ds:flex ds:flex-col ds:rounded-[var(--radius-md)] ds:border-s-2 ds:ps-[var(--spacing-sm)]",
|
|
135
116
|
{
|
|
136
117
|
variants: {
|
|
@@ -142,7 +123,7 @@ const ke = [
|
|
|
142
123
|
defaultVariants: { current: !1 }
|
|
143
124
|
}
|
|
144
125
|
);
|
|
145
|
-
function
|
|
126
|
+
function M(n) {
|
|
146
127
|
return n ? /<img\b/i.test(n) ? !0 : n.replace(/<[^>]*>/g, "").replace(/ /gi, " ").trim().length > 0 : !1;
|
|
147
128
|
}
|
|
148
129
|
const Se = se(
|
|
@@ -151,10 +132,10 @@ const Se = se(
|
|
|
151
132
|
notes: x,
|
|
152
133
|
onAddNote: l,
|
|
153
134
|
currentNoteId: c,
|
|
154
|
-
currentNoteKey:
|
|
135
|
+
currentNoteKey: z,
|
|
155
136
|
composer: f = "rich",
|
|
156
|
-
editorToolbar:
|
|
157
|
-
redactor:
|
|
137
|
+
editorToolbar: B = "standard",
|
|
138
|
+
redactor: L,
|
|
158
139
|
imageUploadUrl: W,
|
|
159
140
|
showClinicalToggle: I = !0,
|
|
160
141
|
canAddClinicalNote: m = !0,
|
|
@@ -173,61 +154,61 @@ const Se = se(
|
|
|
173
154
|
addNoteLabel: X,
|
|
174
155
|
emptyState: Z,
|
|
175
156
|
className: $,
|
|
176
|
-
"aria-label":
|
|
157
|
+
"aria-label": C,
|
|
177
158
|
...ee
|
|
178
159
|
}, te) {
|
|
179
|
-
const { t: o } = fe(),
|
|
160
|
+
const { t: o } = fe(), N = a(null), [d, w] = S(""), [b, V] = S(P), ne = Q ?? o("notesPanel.title", { defaultValue: "Notes" }), j = oe(), H = U ?? o("notesPanel.placeholder", { defaultValue: "Add a note…" }), q = o("notesPanel.composerLabel", {
|
|
180
161
|
defaultValue: "New note"
|
|
181
|
-
}),
|
|
162
|
+
}), ie = f === "rich" ? M(d) : d.trim().length > 0, re = le(() => {
|
|
182
163
|
var e, t;
|
|
183
164
|
if (l) {
|
|
184
165
|
if (f === "rich") {
|
|
185
|
-
const
|
|
186
|
-
if (!
|
|
187
|
-
l({ content:
|
|
166
|
+
const i = ((e = N.current) == null ? void 0 : e.getHTML()) ?? d;
|
|
167
|
+
if (!M(i)) return;
|
|
168
|
+
l({ content: i, clinical: b }), (t = N.current) == null || t.clear();
|
|
188
169
|
} else {
|
|
189
|
-
const
|
|
190
|
-
if (!
|
|
191
|
-
l({ content:
|
|
170
|
+
const i = d.trim();
|
|
171
|
+
if (!i) return;
|
|
172
|
+
l({ content: i, clinical: b });
|
|
192
173
|
}
|
|
193
|
-
|
|
174
|
+
w(""), V(P);
|
|
194
175
|
}
|
|
195
|
-
}, [f, d, b, P, l]),
|
|
176
|
+
}, [f, d, b, P, l]), A = [...x].sort(
|
|
196
177
|
(e, t) => Number(t.pinned ?? !1) - Number(e.pinned ?? !1)
|
|
197
|
-
),
|
|
178
|
+
), R = a(null);
|
|
198
179
|
ce(() => {
|
|
199
180
|
var e, t;
|
|
200
|
-
c && ((e =
|
|
201
|
-
}, [c,
|
|
202
|
-
const
|
|
203
|
-
|
|
204
|
-
const u =
|
|
181
|
+
c && ((e = R.current) == null || e.scrollIntoView({ block: "center" }), (t = R.current) == null || t.focus());
|
|
182
|
+
}, [c, z]);
|
|
183
|
+
const K = a(x);
|
|
184
|
+
K.current = x;
|
|
185
|
+
const u = a(l);
|
|
205
186
|
u.current = l;
|
|
206
|
-
const v =
|
|
187
|
+
const v = a(g);
|
|
207
188
|
v.current = g;
|
|
208
|
-
const y =
|
|
189
|
+
const y = a(h);
|
|
209
190
|
y.current = h;
|
|
210
|
-
const
|
|
211
|
-
|
|
212
|
-
const
|
|
213
|
-
|
|
214
|
-
const
|
|
215
|
-
de(te, () =>
|
|
216
|
-
const
|
|
191
|
+
const k = a(m);
|
|
192
|
+
k.current = m;
|
|
193
|
+
const T = a(c);
|
|
194
|
+
T.current = c;
|
|
195
|
+
const _ = a(null);
|
|
196
|
+
de(te, () => _.current, []);
|
|
197
|
+
const ae = ue(
|
|
217
198
|
() => ({
|
|
218
199
|
// Ids + flags only — never the note body or author (both PHI).
|
|
219
|
-
getNotes: () =>
|
|
200
|
+
getNotes: () => K.current.map((e) => ({
|
|
220
201
|
id: e.id,
|
|
221
202
|
pinned: !!e.pinned,
|
|
222
203
|
flagged: !!e.flagged,
|
|
223
204
|
clinical: !!e.clinical
|
|
224
205
|
})),
|
|
225
206
|
canAddNote: () => !!u.current,
|
|
226
|
-
canAddClinical: () =>
|
|
227
|
-
getCurrentNoteId: () =>
|
|
207
|
+
canAddClinical: () => k.current,
|
|
208
|
+
getCurrentNoteId: () => T.current ?? null,
|
|
228
209
|
addNote: (e) => {
|
|
229
210
|
var t;
|
|
230
|
-
e.clinical && !
|
|
211
|
+
e.clinical && !k.current || (t = u.current) == null || t.call(u, e);
|
|
231
212
|
},
|
|
232
213
|
togglePin: (e) => {
|
|
233
214
|
var t;
|
|
@@ -240,40 +221,40 @@ const Se = se(
|
|
|
240
221
|
}),
|
|
241
222
|
[]
|
|
242
223
|
);
|
|
243
|
-
return me(
|
|
224
|
+
return me(Ce, ae, s), /* @__PURE__ */ p(
|
|
244
225
|
"section",
|
|
245
226
|
{
|
|
246
|
-
ref:
|
|
227
|
+
ref: _,
|
|
247
228
|
"data-component": "notes-panel",
|
|
248
229
|
"data-component-id": s,
|
|
249
|
-
"aria-labelledby":
|
|
250
|
-
"aria-label":
|
|
230
|
+
"aria-labelledby": C ? void 0 : j,
|
|
231
|
+
"aria-label": C,
|
|
251
232
|
className: ["ds:flex ds:flex-col", $].filter(Boolean).join(" "),
|
|
252
233
|
...ee,
|
|
253
234
|
children: [
|
|
254
|
-
/* @__PURE__ */
|
|
235
|
+
/* @__PURE__ */ r(
|
|
255
236
|
xe,
|
|
256
237
|
{
|
|
257
238
|
title: ne,
|
|
258
|
-
icon: /* @__PURE__ */
|
|
259
|
-
headingId:
|
|
239
|
+
icon: /* @__PURE__ */ r(Pe, { "aria-hidden": "true" }),
|
|
240
|
+
headingId: C ? void 0 : j,
|
|
260
241
|
sticky: !0,
|
|
261
242
|
divider: !0
|
|
262
243
|
}
|
|
263
244
|
),
|
|
264
245
|
/* @__PURE__ */ p("div", { className: "ds:flex ds:flex-col ds:gap-[var(--spacing-md)] ds:p-[var(--spacing-md)]", children: [
|
|
265
246
|
l ? /* @__PURE__ */ p("div", { className: "ds:flex ds:flex-col ds:gap-[var(--spacing-sm)]", children: [
|
|
266
|
-
f === "rich" ? /* @__PURE__ */
|
|
247
|
+
f === "rich" ? /* @__PURE__ */ r(
|
|
267
248
|
he,
|
|
268
249
|
{
|
|
269
|
-
ref:
|
|
270
|
-
ariaLabel:
|
|
271
|
-
placeholder:
|
|
272
|
-
toolbar:
|
|
250
|
+
ref: N,
|
|
251
|
+
ariaLabel: q,
|
|
252
|
+
placeholder: H,
|
|
253
|
+
toolbar: B,
|
|
273
254
|
minHeight: "sm",
|
|
274
|
-
redactor:
|
|
255
|
+
redactor: L,
|
|
275
256
|
imageUploadUrl: W,
|
|
276
|
-
onChange: ({ html: e }) =>
|
|
257
|
+
onChange: ({ html: e }) => w(e),
|
|
277
258
|
onRequestAiDraft: D,
|
|
278
259
|
aiDraftFormat: G,
|
|
279
260
|
aiPrivacyNotice: Y,
|
|
@@ -281,16 +262,16 @@ const Se = se(
|
|
|
281
262
|
onProofread: J,
|
|
282
263
|
onAutoFormat: O
|
|
283
264
|
}
|
|
284
|
-
) : /* @__PURE__ */
|
|
265
|
+
) : /* @__PURE__ */ r(
|
|
285
266
|
be,
|
|
286
267
|
{
|
|
287
268
|
value: d,
|
|
288
|
-
onChange: (e) =>
|
|
289
|
-
placeholder:
|
|
269
|
+
onChange: (e) => w(e.target.value),
|
|
270
|
+
placeholder: H,
|
|
290
271
|
autoResize: !0,
|
|
291
272
|
minRows: 2,
|
|
292
273
|
maxRows: 6,
|
|
293
|
-
"aria-label":
|
|
274
|
+
"aria-label": q
|
|
294
275
|
}
|
|
295
276
|
),
|
|
296
277
|
/* @__PURE__ */ p(
|
|
@@ -301,7 +282,7 @@ const Se = se(
|
|
|
301
282
|
I ? "ds:justify-between" : "ds:justify-end"
|
|
302
283
|
].join(" "),
|
|
303
284
|
children: [
|
|
304
|
-
I ? /* @__PURE__ */
|
|
285
|
+
I ? /* @__PURE__ */ r(
|
|
305
286
|
ye,
|
|
306
287
|
{
|
|
307
288
|
size: "sm",
|
|
@@ -309,20 +290,20 @@ const Se = se(
|
|
|
309
290
|
defaultValue: "Clinical note"
|
|
310
291
|
}),
|
|
311
292
|
checked: b,
|
|
312
|
-
onCheckedChange: (e) =>
|
|
293
|
+
onCheckedChange: (e) => V(e === !0),
|
|
313
294
|
disabled: !m,
|
|
314
295
|
disabledReason: m ? void 0 : E ?? o("notesPanel.clinicalGated", {
|
|
315
296
|
defaultValue: "You do not have permission to write clinical notes."
|
|
316
297
|
})
|
|
317
298
|
}
|
|
318
299
|
) : null,
|
|
319
|
-
/* @__PURE__ */
|
|
300
|
+
/* @__PURE__ */ r(
|
|
320
301
|
ve,
|
|
321
302
|
{
|
|
322
303
|
type: "button",
|
|
323
304
|
size: "sm",
|
|
324
|
-
onClick:
|
|
325
|
-
disabled: !
|
|
305
|
+
onClick: re,
|
|
306
|
+
disabled: !ie,
|
|
326
307
|
children: X ?? o("notesPanel.add", { defaultValue: "Add note" })
|
|
327
308
|
}
|
|
328
309
|
)
|
|
@@ -330,24 +311,24 @@ const Se = se(
|
|
|
330
311
|
}
|
|
331
312
|
)
|
|
332
313
|
] }) : null,
|
|
333
|
-
|
|
334
|
-
const
|
|
314
|
+
A.length > 0 ? /* @__PURE__ */ r("ul", { className: "ds:m-0 ds:flex ds:list-none ds:flex-col ds:gap-[var(--spacing-sm)] ds:p-0", children: A.map((e, t) => {
|
|
315
|
+
const i = c != null && e.id === c;
|
|
335
316
|
return /* @__PURE__ */ p(
|
|
336
317
|
"li",
|
|
337
318
|
{
|
|
338
|
-
ref:
|
|
339
|
-
tabIndex:
|
|
340
|
-
"aria-current":
|
|
341
|
-
className:
|
|
319
|
+
ref: i ? R : void 0,
|
|
320
|
+
tabIndex: i ? -1 : void 0,
|
|
321
|
+
"aria-current": i ? "true" : void 0,
|
|
322
|
+
className: Ne({ current: i }),
|
|
342
323
|
children: [
|
|
343
|
-
|
|
324
|
+
i ? /* @__PURE__ */ r("span", { className: "ds:sr-only", children: o("notesPanel.current", {
|
|
344
325
|
defaultValue: "Current note"
|
|
345
326
|
}) }) : null,
|
|
346
|
-
/* @__PURE__ */
|
|
327
|
+
/* @__PURE__ */ r(
|
|
347
328
|
ge,
|
|
348
329
|
{
|
|
349
330
|
surface: "elevated",
|
|
350
|
-
truncate: !
|
|
331
|
+
truncate: !i,
|
|
351
332
|
...e,
|
|
352
333
|
onTogglePin: g && e.id ? () => g(e.id) : void 0,
|
|
353
334
|
onToggleFlag: h && e.id ? () => h(e.id) : void 0
|
|
@@ -357,7 +338,7 @@ const Se = se(
|
|
|
357
338
|
},
|
|
358
339
|
e.id ?? t
|
|
359
340
|
);
|
|
360
|
-
}) }) : Z ?? /* @__PURE__ */
|
|
341
|
+
}) }) : Z ?? /* @__PURE__ */ r("p", { className: "ds:m-0 type-body-sm ds:text-[color:var(--muted-foreground)]", children: o("notesPanel.empty", { defaultValue: "No notes yet." }) })
|
|
361
342
|
] })
|
|
362
343
|
]
|
|
363
344
|
}
|
|
@@ -367,4 +348,4 @@ const Se = se(
|
|
|
367
348
|
export {
|
|
368
349
|
Se as N
|
|
369
350
|
};
|
|
370
|
-
//# sourceMappingURL=notes-panel-
|
|
351
|
+
//# sourceMappingURL=notes-panel-DPsgB4Mv.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as O, jsx as g } from "react/jsx-runtime";
|
|
2
2
|
import { createElement as x, useRef as k, useEffect as ee, useCallback as z, forwardRef as he, useState as te, useImperativeHandle as pe, useMemo as Y } from "react";
|
|
3
3
|
import { useTranslation as $ } from "react-i18next";
|
|
4
|
-
import { a as p, T as b, A as be, d as ne, D as P, e as ge } from "./actions-cell-renderer-
|
|
4
|
+
import { a as p, T as b, A as be, d as ne, D as P, e as ge } from "./actions-cell-renderer-Ceah0ywE.js";
|
|
5
5
|
import { S as Ce } from "./select-BW5ecXlX.js";
|
|
6
6
|
import { u as ve } from "./registry-DvAUVLHh.js";
|
|
7
7
|
import { I as Ne, L as we, b as L, a as _, c as U, N as H, d as F, S as R, T as ie, D as K, C as Te, g as Fe, f as Re, U as Ie, e as ye } from "./link-cell-renderer-_DlEZHLI.js";
|
|
@@ -1101,4 +1101,4 @@ export {
|
|
|
1101
1101
|
q as g,
|
|
1102
1102
|
tt as u
|
|
1103
1103
|
};
|
|
1104
|
-
//# sourceMappingURL=patient-table-
|
|
1104
|
+
//# sourceMappingURL=patient-table-C7QHFC63.js.map
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { c } from "./createLucideIcon-DhHxpK9K.js";
|
|
2
|
+
/**
|
|
3
|
+
* @license lucide-react v1.22.0 - ISC
|
|
4
|
+
*
|
|
5
|
+
* This source code is licensed under the ISC license.
|
|
6
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
7
|
+
*/
|
|
8
|
+
const e = [
|
|
9
|
+
["circle", { cx: "18", cy: "5", r: "3", key: "gq8acd" }],
|
|
10
|
+
["circle", { cx: "6", cy: "12", r: "3", key: "w7nqdw" }],
|
|
11
|
+
["circle", { cx: "18", cy: "19", r: "3", key: "1xt0gg" }],
|
|
12
|
+
["line", { x1: "8.59", x2: "15.42", y1: "13.51", y2: "17.49", key: "47mynk" }],
|
|
13
|
+
["line", { x1: "15.41", x2: "8.59", y1: "6.51", y2: "10.49", key: "1n3mei" }]
|
|
14
|
+
], r = c("share-2", e);
|
|
15
|
+
export {
|
|
16
|
+
r as S
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=share-2-B49jcW2I.js.map
|