@mieweb/ui 0.7.1-dev.13 → 0.7.1-dev.14
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/ag-grid.cjs +5 -5
- package/dist/ag-grid.js +1 -1
- package/dist/chunk-3PXOIAF6.js +3 -0
- package/dist/{chunk-DHKYGVP7.js.map → chunk-3PXOIAF6.js.map} +1 -1
- package/dist/{chunk-O7ZGNGON.js → chunk-477Z2DYN.js} +3 -3
- package/dist/{chunk-O7ZGNGON.js.map → chunk-477Z2DYN.js.map} +1 -1
- package/dist/{chunk-2J4KI5KN.cjs → chunk-BZMBCKW2.cjs} +27 -27
- package/dist/{chunk-2J4KI5KN.cjs.map → chunk-BZMBCKW2.cjs.map} +1 -1
- package/dist/chunk-PAM5UUBL.cjs +740 -0
- package/dist/{chunk-UTYUT5YY.cjs.map → chunk-PAM5UUBL.cjs.map} +1 -1
- package/dist/esheet.cjs +5 -5
- package/dist/esheet.js +2 -2
- package/dist/index.cjs +865 -145
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-DHKYGVP7.js +0 -3
- package/dist/chunk-UTYUT5YY.cjs +0 -240
package/dist/index.cjs
CHANGED
|
@@ -60,7 +60,7 @@ var chunkU3JU6BI5_cjs = require('./chunk-U3JU6BI5.cjs');
|
|
|
60
60
|
require('./chunk-VBWRH4UW.cjs');
|
|
61
61
|
var chunkI2ECTLON_cjs = require('./chunk-I2ECTLON.cjs');
|
|
62
62
|
var chunkRI56YPED_cjs = require('./chunk-RI56YPED.cjs');
|
|
63
|
-
var
|
|
63
|
+
var chunkBZMBCKW2_cjs = require('./chunk-BZMBCKW2.cjs');
|
|
64
64
|
var chunkWUNWHOLA_cjs = require('./chunk-WUNWHOLA.cjs');
|
|
65
65
|
var chunkWWJIW2IH_cjs = require('./chunk-WWJIW2IH.cjs');
|
|
66
66
|
var chunk5IDYOJHO_cjs = require('./chunk-5IDYOJHO.cjs');
|
|
@@ -70,7 +70,7 @@ var chunkMJWFNV3L_cjs = require('./chunk-MJWFNV3L.cjs');
|
|
|
70
70
|
var chunkEDBGSGUK_cjs = require('./chunk-EDBGSGUK.cjs');
|
|
71
71
|
var chunkP2VTQ5AR_cjs = require('./chunk-P2VTQ5AR.cjs');
|
|
72
72
|
var chunk6ECKH4DJ_cjs = require('./chunk-6ECKH4DJ.cjs');
|
|
73
|
-
var
|
|
73
|
+
var chunkPAM5UUBL_cjs = require('./chunk-PAM5UUBL.cjs');
|
|
74
74
|
var chunkM26KJKZG_cjs = require('./chunk-M26KJKZG.cjs');
|
|
75
75
|
var chunkYVL3XATO_cjs = require('./chunk-YVL3XATO.cjs');
|
|
76
76
|
var chunkXB54G7WS_cjs = require('./chunk-XB54G7WS.cjs');
|
|
@@ -657,7 +657,7 @@ function AdditionalFields({
|
|
|
657
657
|
disabled,
|
|
658
658
|
"aria-label": "Remove field",
|
|
659
659
|
className: "text-red-600 hover:bg-red-50 hover:text-red-700 dark:text-red-400 dark:hover:bg-red-900/20 dark:hover:text-red-300",
|
|
660
|
-
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
660
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Trash2, { className: "h-4 w-4" })
|
|
661
661
|
}
|
|
662
662
|
)
|
|
663
663
|
]
|
|
@@ -671,7 +671,7 @@ function AdditionalFields({
|
|
|
671
671
|
variant: "ghost",
|
|
672
672
|
onClick: handleAdd,
|
|
673
673
|
disabled: disabled || !canAdd,
|
|
674
|
-
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
674
|
+
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Plus, { className: "h-4 w-4" }),
|
|
675
675
|
className: "text-brand-600 hover:bg-brand-50 dark:text-brand-400 dark:hover:bg-brand-900/20",
|
|
676
676
|
children: addButtonLabel
|
|
677
677
|
}
|
|
@@ -708,7 +708,7 @@ function AdditionalFields({
|
|
|
708
708
|
children: [
|
|
709
709
|
/* @__PURE__ */ jsxRuntime.jsx("span", { children: title }),
|
|
710
710
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
711
|
-
|
|
711
|
+
chunkPAM5UUBL_cjs.ChevronDown,
|
|
712
712
|
{
|
|
713
713
|
className: chunkS5RVSXDV_cjs.cn(
|
|
714
714
|
"h-4 w-4 transition-transform duration-200",
|
|
@@ -6521,14 +6521,14 @@ var DEFAULT_ACTIONS = [
|
|
|
6521
6521
|
"move-down"
|
|
6522
6522
|
];
|
|
6523
6523
|
var ACTION_META = {
|
|
6524
|
-
open: { label: "Open", icon:
|
|
6525
|
-
observe: { label: "Add observation (progress note)", icon:
|
|
6526
|
-
refine: { label: "Refine (more specific)", icon:
|
|
6527
|
-
revise: { label: "Revise (prior was wrong)", icon:
|
|
6528
|
-
resolve: { label: "Resolve", icon:
|
|
6529
|
-
relate: { label: "Relate to another problem", icon:
|
|
6530
|
-
"move-up": { label: "Move up (Alt+\u2191)", icon:
|
|
6531
|
-
"move-down": { label: "Move down (Alt+\u2193)", icon:
|
|
6524
|
+
open: { label: "Open", icon: chunkPAM5UUBL_cjs.ExternalLink },
|
|
6525
|
+
observe: { label: "Add observation (progress note)", icon: chunkPAM5UUBL_cjs.StickyNote },
|
|
6526
|
+
refine: { label: "Refine (more specific)", icon: chunkPAM5UUBL_cjs.Pencil },
|
|
6527
|
+
revise: { label: "Revise (prior was wrong)", icon: chunkPAM5UUBL_cjs.RefreshCw },
|
|
6528
|
+
resolve: { label: "Resolve", icon: chunkPAM5UUBL_cjs.CheckCircle },
|
|
6529
|
+
relate: { label: "Relate to another problem", icon: chunkPAM5UUBL_cjs.Link },
|
|
6530
|
+
"move-up": { label: "Move up (Alt+\u2191)", icon: chunkPAM5UUBL_cjs.ChevronUp },
|
|
6531
|
+
"move-down": { label: "Move down (Alt+\u2193)", icon: chunkPAM5UUBL_cjs.ChevronDown }
|
|
6532
6532
|
};
|
|
6533
6533
|
var VERIFICATION_BADGE = {
|
|
6534
6534
|
unconfirmed: { label: "Unconfirmed", variant: "outline" },
|
|
@@ -6634,7 +6634,7 @@ function UncertaintyBadge({
|
|
|
6634
6634
|
...fieldEntries.map(([field, f]) => describeFieldUncertainty(field, f))
|
|
6635
6635
|
];
|
|
6636
6636
|
return /* @__PURE__ */ jsxRuntime.jsx(chunkWWJIW2IH_cjs.Tooltip, { content: lines.join(" \xB7 "), children: /* @__PURE__ */ jsxRuntime.jsxs(chunkYVL3XATO_cjs.Badge, { variant: "warning", size: "sm", className: "gap-1", children: [
|
|
6637
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
6637
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.HelpCircle, { size: 10 }),
|
|
6638
6638
|
overall ? `${overall} certainty` : `${fieldEntries.length} uncertain`
|
|
6639
6639
|
] }) });
|
|
6640
6640
|
}
|
|
@@ -6736,7 +6736,7 @@ function ConcernRow({
|
|
|
6736
6736
|
children: [
|
|
6737
6737
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex min-h-9 flex-wrap items-center gap-x-2 gap-y-1", children: [
|
|
6738
6738
|
drag.enabled ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
6739
|
-
|
|
6739
|
+
chunkPAM5UUBL_cjs.GripVertical,
|
|
6740
6740
|
{
|
|
6741
6741
|
size: 14,
|
|
6742
6742
|
"aria-hidden": true,
|
|
@@ -6755,7 +6755,7 @@ function ConcernRow({
|
|
|
6755
6755
|
),
|
|
6756
6756
|
/* @__PURE__ */ jsxRuntime.jsx(UncertaintyBadge, { uncertainty: current.uncertainty }),
|
|
6757
6757
|
concern.relationships?.map((r) => /* @__PURE__ */ jsxRuntime.jsxs(chunkYVL3XATO_cjs.Badge, { variant: "outline", size: "sm", children: [
|
|
6758
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
6758
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Link, { size: 10, className: "mr-1" }),
|
|
6759
6759
|
r.type.replace(/-/g, " "),
|
|
6760
6760
|
r.display ? `: ${r.display}` : ""
|
|
6761
6761
|
] }, `${r.type}:${r.concernId}`)),
|
|
@@ -6766,8 +6766,8 @@ function ConcernRow({
|
|
|
6766
6766
|
size: "sm",
|
|
6767
6767
|
onClick: () => setExpanded((v) => !v),
|
|
6768
6768
|
"aria-expanded": expanded,
|
|
6769
|
-
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
6770
|
-
rightIcon: expanded ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
6769
|
+
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.History, { size: 12 }),
|
|
6770
|
+
rightIcon: expanded ? /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.ChevronUp, { size: 12 }) : /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.ChevronDown, { size: 12 }),
|
|
6771
6771
|
className: "text-muted-foreground h-auto px-1.5 py-0.5 text-xs",
|
|
6772
6772
|
children: [
|
|
6773
6773
|
concern.assertions.length,
|
|
@@ -6775,8 +6775,8 @@ function ConcernRow({
|
|
|
6775
6775
|
]
|
|
6776
6776
|
}
|
|
6777
6777
|
),
|
|
6778
|
-
!readOnly && /* @__PURE__ */ jsxRuntime.jsx(
|
|
6779
|
-
|
|
6778
|
+
!readOnly && /* @__PURE__ */ jsxRuntime.jsx(chunkBZMBCKW2_cjs.RowActionToolbar, { label: `Actions for ${current.text}`, align: "top", children: visibleActions.map((action) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
6779
|
+
chunkBZMBCKW2_cjs.RowIconButton,
|
|
6780
6780
|
{
|
|
6781
6781
|
label: ACTION_META[action].label,
|
|
6782
6782
|
icon: ACTION_META[action].icon,
|
|
@@ -6941,7 +6941,7 @@ var ProblemList = React10__namespace.forwardRef(
|
|
|
6941
6941
|
size: "sm",
|
|
6942
6942
|
onClick: submitDraft,
|
|
6943
6943
|
disabled: !draft.trim(),
|
|
6944
|
-
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
6944
|
+
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Plus, { size: 12 }),
|
|
6945
6945
|
className: "h-8",
|
|
6946
6946
|
children: "Add"
|
|
6947
6947
|
}
|
|
@@ -7018,16 +7018,16 @@ var ORDER_TYPE_PLACEHOLDERS = {
|
|
|
7018
7018
|
referral: "Search referrals & consults\u2026"
|
|
7019
7019
|
};
|
|
7020
7020
|
var ORDER_TYPE_META = {
|
|
7021
|
-
medication: { label: "Medication", icon:
|
|
7022
|
-
lab: { label: "Lab", icon:
|
|
7023
|
-
imaging: { label: "Imaging", icon:
|
|
7024
|
-
procedure: { label: "Procedure", icon:
|
|
7025
|
-
referral: { label: "Referral", icon:
|
|
7021
|
+
medication: { label: "Medication", icon: chunkPAM5UUBL_cjs.Pill },
|
|
7022
|
+
lab: { label: "Lab", icon: chunkPAM5UUBL_cjs.TestTube2 },
|
|
7023
|
+
imaging: { label: "Imaging", icon: chunkPAM5UUBL_cjs.Scan },
|
|
7024
|
+
procedure: { label: "Procedure", icon: chunkPAM5UUBL_cjs.Stethoscope },
|
|
7025
|
+
referral: { label: "Referral", icon: chunkPAM5UUBL_cjs.Send }
|
|
7026
7026
|
};
|
|
7027
7027
|
var ACTION_META2 = {
|
|
7028
|
-
refine: { label: "Refine (more specific)", icon:
|
|
7029
|
-
revise: { label: "Revise (prior was wrong)", icon:
|
|
7030
|
-
"add-order": { label: "Add order", icon:
|
|
7028
|
+
refine: { label: "Refine (more specific)", icon: chunkPAM5UUBL_cjs.Pencil },
|
|
7029
|
+
revise: { label: "Revise (prior was wrong)", icon: chunkPAM5UUBL_cjs.RefreshCw },
|
|
7030
|
+
"add-order": { label: "Add order", icon: chunkPAM5UUBL_cjs.Plus }
|
|
7031
7031
|
};
|
|
7032
7032
|
function OrderContent({ order }) {
|
|
7033
7033
|
const meta = ORDER_TYPE_META[order.type];
|
|
@@ -7123,7 +7123,7 @@ function OrderRow({
|
|
|
7123
7123
|
),
|
|
7124
7124
|
children: [
|
|
7125
7125
|
drag.enabled && !editing && /* @__PURE__ */ jsxRuntime.jsx(
|
|
7126
|
-
|
|
7126
|
+
chunkPAM5UUBL_cjs.GripVertical,
|
|
7127
7127
|
{
|
|
7128
7128
|
size: 12,
|
|
7129
7129
|
"aria-hidden": true,
|
|
@@ -7205,16 +7205,16 @@ function OrderRow({
|
|
|
7205
7205
|
) : /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
7206
7206
|
/* @__PURE__ */ jsxRuntime.jsx(OrderContent, { order }),
|
|
7207
7207
|
interactive && /* @__PURE__ */ jsxRuntime.jsxs(
|
|
7208
|
-
|
|
7208
|
+
chunkBZMBCKW2_cjs.RowActionToolbar,
|
|
7209
7209
|
{
|
|
7210
7210
|
label: `Actions for ${order.display}`,
|
|
7211
7211
|
group: "order",
|
|
7212
7212
|
children: [
|
|
7213
7213
|
canEdit && /* @__PURE__ */ jsxRuntime.jsx(
|
|
7214
|
-
|
|
7214
|
+
chunkBZMBCKW2_cjs.RowIconButton,
|
|
7215
7215
|
{
|
|
7216
7216
|
label: "Edit",
|
|
7217
|
-
icon:
|
|
7217
|
+
icon: chunkPAM5UUBL_cjs.Pencil,
|
|
7218
7218
|
size: "sm",
|
|
7219
7219
|
onClick: beginEdit
|
|
7220
7220
|
}
|
|
@@ -7233,7 +7233,7 @@ function OrderRow({
|
|
|
7233
7233
|
size: "icon",
|
|
7234
7234
|
"aria-label": `Move ${order.display}`,
|
|
7235
7235
|
className: "h-7 w-7 shrink-0",
|
|
7236
|
-
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
7236
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.MoreVertical, { size: 14 })
|
|
7237
7237
|
}
|
|
7238
7238
|
),
|
|
7239
7239
|
placement: "bottom-end",
|
|
@@ -7242,7 +7242,7 @@ function OrderRow({
|
|
|
7242
7242
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
7243
7243
|
chunkU4HA2WHA_cjs.DropdownItem,
|
|
7244
7244
|
{
|
|
7245
|
-
icon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
7245
|
+
icon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.ChevronUp, { size: 14 }),
|
|
7246
7246
|
onClick: pick(() => controls.moveWithin?.(order, -1)),
|
|
7247
7247
|
children: "Move up"
|
|
7248
7248
|
}
|
|
@@ -7250,7 +7250,7 @@ function OrderRow({
|
|
|
7250
7250
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
7251
7251
|
chunkU4HA2WHA_cjs.DropdownItem,
|
|
7252
7252
|
{
|
|
7253
|
-
icon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
7253
|
+
icon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.ChevronDown, { size: 14 }),
|
|
7254
7254
|
onClick: pick(() => controls.moveWithin?.(order, 1)),
|
|
7255
7255
|
children: "Move down"
|
|
7256
7256
|
}
|
|
@@ -7263,7 +7263,7 @@ function OrderRow({
|
|
|
7263
7263
|
controls.targets.filter((t) => t.concernId !== order.concernId).map((t) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
7264
7264
|
chunkU4HA2WHA_cjs.DropdownItem,
|
|
7265
7265
|
{
|
|
7266
|
-
icon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
7266
|
+
icon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Link, { size: 14 }),
|
|
7267
7267
|
onClick: pick(
|
|
7268
7268
|
() => controls.moveToProblem?.(order, t.concernId)
|
|
7269
7269
|
),
|
|
@@ -7279,10 +7279,10 @@ function OrderRow({
|
|
|
7279
7279
|
}
|
|
7280
7280
|
),
|
|
7281
7281
|
controls?.remove && /* @__PURE__ */ jsxRuntime.jsx(
|
|
7282
|
-
|
|
7282
|
+
chunkBZMBCKW2_cjs.RowIconButton,
|
|
7283
7283
|
{
|
|
7284
7284
|
label: "Remove",
|
|
7285
|
-
icon:
|
|
7285
|
+
icon: chunkPAM5UUBL_cjs.Trash2,
|
|
7286
7286
|
size: "sm",
|
|
7287
7287
|
onClick: () => controls.remove?.(order)
|
|
7288
7288
|
}
|
|
@@ -7395,7 +7395,7 @@ function AddOrderForm({
|
|
|
7395
7395
|
size: "sm",
|
|
7396
7396
|
onClick: submit,
|
|
7397
7397
|
disabled: !display.trim(),
|
|
7398
|
-
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
7398
|
+
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Plus, { size: 12 }),
|
|
7399
7399
|
className: "h-8",
|
|
7400
7400
|
children: "Add"
|
|
7401
7401
|
}
|
|
@@ -7447,7 +7447,7 @@ var Assessment = React10__namespace.forwardRef(
|
|
|
7447
7447
|
null
|
|
7448
7448
|
);
|
|
7449
7449
|
const [announcement, setAnnouncement] = chunkYVPC65ZJ_cjs.useLiveAnnouncement();
|
|
7450
|
-
const ambientCodeLookup =
|
|
7450
|
+
const ambientCodeLookup = chunkBZMBCKW2_cjs.useCodeLookupConfig();
|
|
7451
7451
|
const effectiveRenderOrderSearch = renderOrderSearch === false ? void 0 : renderOrderSearch ?? (ambientCodeLookup ? contextOrderSearch(ambientCodeLookup) : void 0);
|
|
7452
7452
|
const concernById = React10__namespace.useMemo(
|
|
7453
7453
|
() => new Map(concerns.map((c) => [c.concernId, c])),
|
|
@@ -7687,7 +7687,7 @@ var Assessment = React10__namespace.forwardRef(
|
|
|
7687
7687
|
onDragEnd: formOpen ? bp.onDragEnd : void 0,
|
|
7688
7688
|
children: [
|
|
7689
7689
|
drag.enabled && /* @__PURE__ */ jsxRuntime.jsx(
|
|
7690
|
-
|
|
7690
|
+
chunkPAM5UUBL_cjs.GripVertical,
|
|
7691
7691
|
{
|
|
7692
7692
|
size: 14,
|
|
7693
7693
|
"aria-hidden": true,
|
|
@@ -7702,7 +7702,7 @@ var Assessment = React10__namespace.forwardRef(
|
|
|
7702
7702
|
assertion.verificationStatus !== "confirmed" && /* @__PURE__ */ jsxRuntime.jsx(chunkYVL3XATO_cjs.Badge, { variant: "warning", size: "sm", children: assertion.verificationStatus }),
|
|
7703
7703
|
/* @__PURE__ */ jsxRuntime.jsx(CodingChips, { coding: assertion.coding }),
|
|
7704
7704
|
!readOnly && /* @__PURE__ */ jsxRuntime.jsx(
|
|
7705
|
-
|
|
7705
|
+
chunkBZMBCKW2_cjs.RowActionToolbar,
|
|
7706
7706
|
{
|
|
7707
7707
|
label: `Actions for ${assertion.text}`,
|
|
7708
7708
|
align: "top",
|
|
@@ -7712,7 +7712,7 @@ var Assessment = React10__namespace.forwardRef(
|
|
|
7712
7712
|
if (action === "add-order" && !onAddOrder && !onAction)
|
|
7713
7713
|
return null;
|
|
7714
7714
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
7715
|
-
|
|
7715
|
+
chunkBZMBCKW2_cjs.RowIconButton,
|
|
7716
7716
|
{
|
|
7717
7717
|
label: meta.label,
|
|
7718
7718
|
icon: meta.icon,
|
|
@@ -7912,7 +7912,7 @@ var Assessment = React10__namespace.forwardRef(
|
|
|
7912
7912
|
className: "rounded-md border border-amber-300 bg-amber-50 px-3 py-2 dark:border-amber-700 dark:bg-amber-950",
|
|
7913
7913
|
children: [
|
|
7914
7914
|
/* @__PURE__ */ jsxRuntime.jsxs("h4", { className: "flex items-center gap-1.5 text-sm font-semibold text-amber-900 dark:text-amber-200", children: [
|
|
7915
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
7915
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.AlertCircle, { size: 14 }),
|
|
7916
7916
|
"Orders not linked to a concern"
|
|
7917
7917
|
] }),
|
|
7918
7918
|
/* @__PURE__ */ jsxRuntime.jsx("ul", { className: "mt-1", children: unlinkedOrders.map((order) => (
|
|
@@ -10709,7 +10709,7 @@ function ConditionEditor({
|
|
|
10709
10709
|
"data-testid": dataTestId
|
|
10710
10710
|
}) {
|
|
10711
10711
|
const prior = concern ? currentAssertion(concern) : void 0;
|
|
10712
|
-
const ambientCodeLookup =
|
|
10712
|
+
const ambientCodeLookup = chunkBZMBCKW2_cjs.useCodeLookupConfig();
|
|
10713
10713
|
const effectiveRenderCodeSearch = renderCodeSearch === false ? void 0 : renderCodeSearch ?? (ambientCodeLookup ? contextConditionCodeSearch(ambientCodeLookup) : void 0);
|
|
10714
10714
|
const [text, setText] = React10__namespace.useState("");
|
|
10715
10715
|
const [coding, setCoding] = React10__namespace.useState([]);
|
|
@@ -10827,7 +10827,7 @@ function ConditionEditor({
|
|
|
10827
10827
|
role: "alert",
|
|
10828
10828
|
className: "flex items-start gap-2 rounded-md border border-amber-300 bg-amber-50 px-3 py-2 text-sm text-amber-900 dark:border-amber-700 dark:bg-amber-950 dark:text-amber-200",
|
|
10829
10829
|
children: [
|
|
10830
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
10830
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.AlertTriangle, { size: 16 }),
|
|
10831
10831
|
/* @__PURE__ */ jsxRuntime.jsxs("span", { children: [
|
|
10832
10832
|
"Revising marks the prior assertion ",
|
|
10833
10833
|
/* @__PURE__ */ jsxRuntime.jsx("strong", { children: "refuted" }),
|
|
@@ -10938,7 +10938,7 @@ function ConditionEditor({
|
|
|
10938
10938
|
primary: prev.length === 0
|
|
10939
10939
|
}
|
|
10940
10940
|
]),
|
|
10941
|
-
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
10941
|
+
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Plus, { size: 12 }),
|
|
10942
10942
|
className: "h-7 text-xs",
|
|
10943
10943
|
children: "Add code"
|
|
10944
10944
|
}
|
|
@@ -11011,7 +11011,7 @@ function ConditionEditor({
|
|
|
11011
11011
|
"aria-label": `Remove code ${i + 1}`,
|
|
11012
11012
|
onClick: () => setCoding((prev) => prev.filter((_, j) => j !== i)),
|
|
11013
11013
|
className: "h-7 w-7",
|
|
11014
|
-
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
11014
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Trash2, { size: 14 })
|
|
11015
11015
|
}
|
|
11016
11016
|
)
|
|
11017
11017
|
] }, i))
|
|
@@ -11116,7 +11116,7 @@ function ConditionEditor({
|
|
|
11116
11116
|
}
|
|
11117
11117
|
),
|
|
11118
11118
|
Object.keys(fields).length > 0 && /* @__PURE__ */ jsxRuntime.jsxs("p", { className: "text-muted-foreground flex items-center gap-1.5 text-xs", children: [
|
|
11119
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
11119
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.HelpCircle, { size: 12 }),
|
|
11120
11120
|
/* @__PURE__ */ jsxRuntime.jsxs("span", { children: [
|
|
11121
11121
|
"Uncertainty recorded:",
|
|
11122
11122
|
" ",
|
|
@@ -12839,7 +12839,7 @@ function RowActionMenu({
|
|
|
12839
12839
|
"aria-haspopup": "menu",
|
|
12840
12840
|
"aria-expanded": open,
|
|
12841
12841
|
"aria-label": `Actions for ${item.label}`,
|
|
12842
|
-
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
12842
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.MoreHorizontal, { size: 14 })
|
|
12843
12843
|
}
|
|
12844
12844
|
),
|
|
12845
12845
|
open && menuPos && ReactDOM__namespace.createPortal(
|
|
@@ -13031,10 +13031,10 @@ function ViewModalActions({
|
|
|
13031
13031
|
"aria-expanded": shareOpen,
|
|
13032
13032
|
"aria-haspopup": "menu",
|
|
13033
13033
|
children: [
|
|
13034
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
13034
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Share, { size: 14, className: "mr-1.5" }),
|
|
13035
13035
|
"Share",
|
|
13036
13036
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
13037
|
-
|
|
13037
|
+
chunkPAM5UUBL_cjs.ChevronDown,
|
|
13038
13038
|
{
|
|
13039
13039
|
size: 12,
|
|
13040
13040
|
className: chunkS5RVSXDV_cjs.cn(
|
|
@@ -13074,7 +13074,7 @@ function ViewModalActions({
|
|
|
13074
13074
|
setShareOpen(false);
|
|
13075
13075
|
},
|
|
13076
13076
|
children: [
|
|
13077
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
13077
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Stethoscope, { size: 14 }),
|
|
13078
13078
|
"Physician"
|
|
13079
13079
|
]
|
|
13080
13080
|
}
|
|
@@ -13094,7 +13094,7 @@ function ViewModalActions({
|
|
|
13094
13094
|
setShareOpen(false);
|
|
13095
13095
|
},
|
|
13096
13096
|
children: [
|
|
13097
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
13097
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.User, { size: 14 }),
|
|
13098
13098
|
"Patient"
|
|
13099
13099
|
]
|
|
13100
13100
|
}
|
|
@@ -13114,7 +13114,7 @@ function ViewModalActions({
|
|
|
13114
13114
|
setShareOpen(false);
|
|
13115
13115
|
},
|
|
13116
13116
|
children: [
|
|
13117
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
13117
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Mail, { size: 14 }),
|
|
13118
13118
|
"Email"
|
|
13119
13119
|
]
|
|
13120
13120
|
}
|
|
@@ -13134,7 +13134,7 @@ function ViewModalActions({
|
|
|
13134
13134
|
size: "sm",
|
|
13135
13135
|
onClick: () => console.warn("Export", viewTarget),
|
|
13136
13136
|
children: [
|
|
13137
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
13137
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Download, { size: 14, className: "mr-1.5" }),
|
|
13138
13138
|
"Export"
|
|
13139
13139
|
]
|
|
13140
13140
|
}
|
|
@@ -13146,7 +13146,7 @@ function ViewModalActions({
|
|
|
13146
13146
|
size: "sm",
|
|
13147
13147
|
onClick: () => console.warn("Open in chart", viewTarget),
|
|
13148
13148
|
children: [
|
|
13149
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
13149
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.ExternalLink, { size: 14, className: "mr-1.5" }),
|
|
13150
13150
|
"Open in Chart"
|
|
13151
13151
|
]
|
|
13152
13152
|
}
|
|
@@ -13539,21 +13539,21 @@ var CountBadge = React10__namespace.forwardRef(
|
|
|
13539
13539
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex justify-between", children: [
|
|
13540
13540
|
/* @__PURE__ */ jsxRuntime.jsx("dt", { className: "text-foreground font-medium", children: "Created" }),
|
|
13541
13541
|
/* @__PURE__ */ jsxRuntime.jsxs("dd", { className: "text-muted-foreground inline-flex items-center gap-1", children: [
|
|
13542
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
13542
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Clock, { size: 13 }),
|
|
13543
13543
|
"Feb 10, 2026 at 9:15 AM"
|
|
13544
13544
|
] })
|
|
13545
13545
|
] }),
|
|
13546
13546
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex justify-between", children: [
|
|
13547
13547
|
/* @__PURE__ */ jsxRuntime.jsx("dt", { className: "text-foreground font-medium", children: "Last Modified" }),
|
|
13548
13548
|
/* @__PURE__ */ jsxRuntime.jsxs("dd", { className: "text-muted-foreground inline-flex items-center gap-1", children: [
|
|
13549
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
13549
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Clock, { size: 13 }),
|
|
13550
13550
|
"Feb 22, 2026 at 3:42 PM"
|
|
13551
13551
|
] })
|
|
13552
13552
|
] })
|
|
13553
13553
|
] }),
|
|
13554
13554
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-4 border-t border-neutral-200 pt-3 dark:border-neutral-700", children: [
|
|
13555
13555
|
/* @__PURE__ */ jsxRuntime.jsxs("h4", { className: "text-muted-foreground mb-2 flex items-center gap-1.5 text-xs font-semibold tracking-wide uppercase", children: [
|
|
13556
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
13556
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.FileText, { size: 13 }),
|
|
13557
13557
|
"Recent Activity"
|
|
13558
13558
|
] }),
|
|
13559
13559
|
/* @__PURE__ */ jsxRuntime.jsxs("ul", { className: "text-muted-foreground space-y-2 text-xs", children: [
|
|
@@ -14597,7 +14597,7 @@ function WidgetRowActionMenu({
|
|
|
14597
14597
|
"aria-haspopup": "menu",
|
|
14598
14598
|
"aria-expanded": open,
|
|
14599
14599
|
"aria-label": `Row actions for row ${rowIndex + 1}`,
|
|
14600
|
-
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
14600
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.MoreHorizontal, { size: 14 })
|
|
14601
14601
|
}
|
|
14602
14602
|
),
|
|
14603
14603
|
open && menuPos && ReactDOM.createPortal(
|
|
@@ -15706,10 +15706,10 @@ function FilePreviewItem({ file, onRemove, disabled }) {
|
|
|
15706
15706
|
className: "h-full w-full object-cover"
|
|
15707
15707
|
}
|
|
15708
15708
|
) : isPdf ? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex h-full w-full flex-col items-center justify-center gap-2", children: [
|
|
15709
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
15709
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.FileText, { className: "text-muted-foreground h-12 w-12" }),
|
|
15710
15710
|
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-muted-foreground text-xs", children: "PDF Document" })
|
|
15711
15711
|
] }) : /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex h-full w-full flex-col items-center justify-center gap-2", children: [
|
|
15712
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
15712
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Image, { className: "text-muted-foreground h-12 w-12" }),
|
|
15713
15713
|
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-muted-foreground text-xs", children: "File" })
|
|
15714
15714
|
] }),
|
|
15715
15715
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -15735,7 +15735,7 @@ function FilePreviewItem({ file, onRemove, disabled }) {
|
|
|
15735
15735
|
"focus-visible:opacity-100"
|
|
15736
15736
|
),
|
|
15737
15737
|
"aria-label": `Remove ${file.file.name}`,
|
|
15738
|
-
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
15738
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.X, { className: "h-4 w-4" })
|
|
15739
15739
|
}
|
|
15740
15740
|
)
|
|
15741
15741
|
}
|
|
@@ -16378,7 +16378,7 @@ function CameraViewfinder({
|
|
|
16378
16378
|
function PermissionDeniedMessage({ onRetry }) {
|
|
16379
16379
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-center justify-center gap-4 py-8", children: [
|
|
16380
16380
|
/* @__PURE__ */ jsxRuntime.jsxs(chunkEPQPUFS6_cjs.Alert, { variant: "warning", className: "w-full", children: [
|
|
16381
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
16381
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.AlertCircle, { className: "h-5 w-5" }),
|
|
16382
16382
|
/* @__PURE__ */ jsxRuntime.jsx(chunkEPQPUFS6_cjs.AlertTitle, { children: "Camera access denied" }),
|
|
16383
16383
|
/* @__PURE__ */ jsxRuntime.jsx(chunkEPQPUFS6_cjs.AlertDescription, { children: "Please allow camera access in your browser settings to use this feature. You may need to refresh the page after changing permissions." })
|
|
16384
16384
|
] }),
|
|
@@ -16390,12 +16390,12 @@ function PermissionDeniedMessage({ onRetry }) {
|
|
|
16390
16390
|
/* @__PURE__ */ jsxRuntime.jsx("li", { children: "Click the button below to try again" })
|
|
16391
16391
|
] })
|
|
16392
16392
|
] }),
|
|
16393
|
-
/* @__PURE__ */ jsxRuntime.jsx(chunkM26KJKZG_cjs.Button, { onClick: onRetry, leftIcon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
16393
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkM26KJKZG_cjs.Button, { onClick: onRetry, leftIcon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.RefreshCw, { className: "h-4 w-4" }), children: "Try again" })
|
|
16394
16394
|
] });
|
|
16395
16395
|
}
|
|
16396
16396
|
function CameraUnavailableMessage() {
|
|
16397
16397
|
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex flex-col items-center justify-center gap-4 py-8", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkEPQPUFS6_cjs.Alert, { variant: "danger", children: [
|
|
16398
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
16398
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.AlertCircle, { className: "h-5 w-5" }),
|
|
16399
16399
|
/* @__PURE__ */ jsxRuntime.jsx(chunkEPQPUFS6_cjs.AlertTitle, { children: "Camera unavailable" }),
|
|
16400
16400
|
/* @__PURE__ */ jsxRuntime.jsx(chunkEPQPUFS6_cjs.AlertDescription, { children: "No camera was detected on this device. Please ensure your camera is connected and not in use by another application." })
|
|
16401
16401
|
] }) });
|
|
@@ -16420,7 +16420,7 @@ function PhotoPreview({
|
|
|
16420
16420
|
{
|
|
16421
16421
|
variant: "secondary",
|
|
16422
16422
|
onClick: onRetake,
|
|
16423
|
-
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
16423
|
+
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.RefreshCw, { className: "h-4 w-4" }),
|
|
16424
16424
|
children: "Retake"
|
|
16425
16425
|
}
|
|
16426
16426
|
),
|
|
@@ -16429,7 +16429,7 @@ function PhotoPreview({
|
|
|
16429
16429
|
{
|
|
16430
16430
|
variant: "primary",
|
|
16431
16431
|
onClick: onConfirm,
|
|
16432
|
-
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
16432
|
+
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Check, { className: "h-4 w-4" }),
|
|
16433
16433
|
children: "Use this photo"
|
|
16434
16434
|
}
|
|
16435
16435
|
)
|
|
@@ -16608,7 +16608,7 @@ function WebcamModal({
|
|
|
16608
16608
|
detection.stopDetection();
|
|
16609
16609
|
}
|
|
16610
16610
|
},
|
|
16611
|
-
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
16611
|
+
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.ScanLine, { className: "h-4 w-4" }),
|
|
16612
16612
|
children: autoDetectEnabled ? "Auto-capture ON" : "Auto-capture OFF"
|
|
16613
16613
|
}
|
|
16614
16614
|
) }),
|
|
@@ -16621,7 +16621,7 @@ function WebcamModal({
|
|
|
16621
16621
|
onClick: switchCamera,
|
|
16622
16622
|
disabled: !isReady,
|
|
16623
16623
|
"aria-label": `Switch to ${currentFacingMode === "user" ? "back" : "front"} camera`,
|
|
16624
|
-
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
16624
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.RefreshCw, { className: "h-5 w-5" })
|
|
16625
16625
|
}
|
|
16626
16626
|
),
|
|
16627
16627
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -16631,7 +16631,7 @@ function WebcamModal({
|
|
|
16631
16631
|
size: "lg",
|
|
16632
16632
|
onClick: handleCapture,
|
|
16633
16633
|
disabled: !isReady,
|
|
16634
|
-
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
16634
|
+
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Camera, { className: "h-5 w-5" }),
|
|
16635
16635
|
children: autoDetectEnabled ? "Manual Capture" : "Capture"
|
|
16636
16636
|
}
|
|
16637
16637
|
)
|
|
@@ -16899,7 +16899,7 @@ function DocumentScanner({
|
|
|
16899
16899
|
}
|
|
16900
16900
|
if (state === "success") {
|
|
16901
16901
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-center justify-center gap-4 py-12", children: [
|
|
16902
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex h-16 w-16 items-center justify-center rounded-full bg-green-100 dark:bg-green-900/30", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
16902
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex h-16 w-16 items-center justify-center rounded-full bg-green-100 dark:bg-green-900/30", children: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.CheckCircle, { className: "h-8 w-8 text-green-600 dark:text-green-400" }) }),
|
|
16903
16903
|
/* @__PURE__ */ jsxRuntime.jsx(chunk3IAA3KCE_cjs.Text, { weight: "semibold", size: "lg", children: "Document scanned successfully!" }),
|
|
16904
16904
|
/* @__PURE__ */ jsxRuntime.jsx(chunk3IAA3KCE_cjs.Text, { variant: "muted", size: "sm", children: "The extracted data has been processed." })
|
|
16905
16905
|
] });
|
|
@@ -16907,7 +16907,7 @@ function DocumentScanner({
|
|
|
16907
16907
|
if (state === "error") {
|
|
16908
16908
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-center gap-4 py-8", children: [
|
|
16909
16909
|
/* @__PURE__ */ jsxRuntime.jsxs(chunkEPQPUFS6_cjs.Alert, { variant: "danger", className: "w-full", children: [
|
|
16910
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
16910
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.AlertCircle, { className: "h-5 w-5" }),
|
|
16911
16911
|
/* @__PURE__ */ jsxRuntime.jsx(chunkEPQPUFS6_cjs.AlertTitle, { children: "Processing failed" }),
|
|
16912
16912
|
/* @__PURE__ */ jsxRuntime.jsx(chunkEPQPUFS6_cjs.AlertDescription, { children: error })
|
|
16913
16913
|
] }),
|
|
@@ -16934,7 +16934,7 @@ function DocumentScanner({
|
|
|
16934
16934
|
dismissible: true,
|
|
16935
16935
|
onDismiss: () => setValidationErrors([]),
|
|
16936
16936
|
children: [
|
|
16937
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
16937
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.AlertCircle, { className: "h-5 w-5" }),
|
|
16938
16938
|
/* @__PURE__ */ jsxRuntime.jsx(chunkEPQPUFS6_cjs.AlertTitle, { children: "Some files were not added" }),
|
|
16939
16939
|
/* @__PURE__ */ jsxRuntime.jsx(chunkEPQPUFS6_cjs.AlertDescription, { children: /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "mt-2 list-inside list-disc space-y-1", children: validationErrors.map((err, index) => /* @__PURE__ */ jsxRuntime.jsxs("li", { className: "text-sm", children: [
|
|
16940
16940
|
/* @__PURE__ */ jsxRuntime.jsxs("strong", { children: [
|
|
@@ -16968,7 +16968,7 @@ function DocumentScanner({
|
|
|
16968
16968
|
};
|
|
16969
16969
|
input.click();
|
|
16970
16970
|
},
|
|
16971
|
-
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
16971
|
+
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Upload, { className: "h-4 w-4" }),
|
|
16972
16972
|
disabled,
|
|
16973
16973
|
children: "Add more files"
|
|
16974
16974
|
}
|
|
@@ -16978,7 +16978,7 @@ function DocumentScanner({
|
|
|
16978
16978
|
{
|
|
16979
16979
|
variant: "secondary",
|
|
16980
16980
|
onClick: handleClearAll,
|
|
16981
|
-
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
16981
|
+
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Trash2, { className: "h-4 w-4" }),
|
|
16982
16982
|
disabled,
|
|
16983
16983
|
children: "Clear all"
|
|
16984
16984
|
}
|
|
@@ -16988,7 +16988,7 @@ function DocumentScanner({
|
|
|
16988
16988
|
{
|
|
16989
16989
|
variant: "primary",
|
|
16990
16990
|
onClick: handleScan,
|
|
16991
|
-
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
16991
|
+
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Scan, { className: "h-4 w-4" }),
|
|
16992
16992
|
disabled,
|
|
16993
16993
|
children: [
|
|
16994
16994
|
"Scan ",
|
|
@@ -17021,7 +17021,7 @@ function DocumentScanner({
|
|
|
17021
17021
|
{
|
|
17022
17022
|
className: "bg-primary-100 dark:bg-primary-900/30 flex h-14 w-14 items-center justify-center rounded-full",
|
|
17023
17023
|
"data-slot": "doc-scanner-upload-icon",
|
|
17024
|
-
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
17024
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Upload, { className: "text-primary-800 dark:text-primary-400 h-7 w-7" })
|
|
17025
17025
|
}
|
|
17026
17026
|
),
|
|
17027
17027
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-1", children: [
|
|
@@ -17052,7 +17052,7 @@ function DocumentScanner({
|
|
|
17052
17052
|
{
|
|
17053
17053
|
variant: "secondary",
|
|
17054
17054
|
onClick: handleCameraCapture,
|
|
17055
|
-
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
17055
|
+
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Camera, { className: "h-4 w-4" }),
|
|
17056
17056
|
disabled,
|
|
17057
17057
|
children: "Take a photo"
|
|
17058
17058
|
}
|
|
@@ -17062,7 +17062,7 @@ function DocumentScanner({
|
|
|
17062
17062
|
{
|
|
17063
17063
|
variant: "secondary",
|
|
17064
17064
|
onClick: () => setIsWebcamOpen(true),
|
|
17065
|
-
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
17065
|
+
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Camera, { className: "h-4 w-4" }),
|
|
17066
17066
|
disabled,
|
|
17067
17067
|
children: "Use webcam"
|
|
17068
17068
|
}
|
|
@@ -17076,7 +17076,7 @@ function DocumentScanner({
|
|
|
17076
17076
|
dismissible: true,
|
|
17077
17077
|
onDismiss: () => setValidationErrors([]),
|
|
17078
17078
|
children: [
|
|
17079
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
17079
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.AlertCircle, { className: "h-5 w-5" }),
|
|
17080
17080
|
/* @__PURE__ */ jsxRuntime.jsx(chunkEPQPUFS6_cjs.AlertTitle, { children: "Invalid files" }),
|
|
17081
17081
|
/* @__PURE__ */ jsxRuntime.jsx(chunkEPQPUFS6_cjs.AlertDescription, { children: /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "mt-2 list-inside list-disc space-y-1", children: validationErrors.map((err, index) => /* @__PURE__ */ jsxRuntime.jsxs("li", { className: "text-sm", children: [
|
|
17082
17082
|
/* @__PURE__ */ jsxRuntime.jsxs("strong", { children: [
|
|
@@ -21263,19 +21263,19 @@ function FileRowActionMenu({
|
|
|
21263
21263
|
onPreview && {
|
|
21264
21264
|
key: "preview",
|
|
21265
21265
|
label: "Preview",
|
|
21266
|
-
icon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
21266
|
+
icon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Eye, { size: 14 }),
|
|
21267
21267
|
onClick: () => onPreview(fileId)
|
|
21268
21268
|
},
|
|
21269
21269
|
onDownload && {
|
|
21270
21270
|
key: "download",
|
|
21271
21271
|
label: "Download",
|
|
21272
|
-
icon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
21272
|
+
icon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Download, { size: 14 }),
|
|
21273
21273
|
onClick: () => onDownload(fileId)
|
|
21274
21274
|
},
|
|
21275
21275
|
onDelete && {
|
|
21276
21276
|
key: "delete",
|
|
21277
21277
|
label: "Delete",
|
|
21278
|
-
icon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
21278
|
+
icon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Trash2, { size: 14 }),
|
|
21279
21279
|
variant: "danger",
|
|
21280
21280
|
onClick: () => onDelete(fileId)
|
|
21281
21281
|
}
|
|
@@ -21301,7 +21301,7 @@ function FileRowActionMenu({
|
|
|
21301
21301
|
"aria-haspopup": "menu",
|
|
21302
21302
|
"aria-expanded": open,
|
|
21303
21303
|
"aria-label": `File actions for ${filename}`,
|
|
21304
|
-
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
21304
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.MoreHorizontal, { size: 14 })
|
|
21305
21305
|
}
|
|
21306
21306
|
),
|
|
21307
21307
|
open && menuPos && ReactDOM.createPortal(
|
|
@@ -21459,7 +21459,7 @@ var HealthSurveillance = React10__namespace.forwardRef(
|
|
|
21459
21459
|
"aria-expanded": isOpen,
|
|
21460
21460
|
"aria-label": `${isOpen ? "Hide" : "Show"} orders for ${programLabel(item.key)}`,
|
|
21461
21461
|
className: "text-muted-foreground hover:text-foreground shrink-0",
|
|
21462
|
-
children: isOpen ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
21462
|
+
children: isOpen ? /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.ChevronDown, { size: 14 }) : /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.ChevronRight, { size: 14 })
|
|
21463
21463
|
}
|
|
21464
21464
|
) : /* @__PURE__ */ jsxRuntime.jsx("span", { className: "w-3.5 shrink-0" }),
|
|
21465
21465
|
/* @__PURE__ */ jsxRuntime.jsx(chunkYVL3XATO_cjs.Badge, { variant: badge.variant, size: "sm", children: badge.label }),
|
|
@@ -21557,7 +21557,7 @@ var HealthSurveillance = React10__namespace.forwardRef(
|
|
|
21557
21557
|
...props,
|
|
21558
21558
|
children: [
|
|
21559
21559
|
/* @__PURE__ */ jsxRuntime.jsxs(chunkMJWFNV3L_cjs.CardHeader, { className: "flex flex-row items-center gap-2 px-4 py-3", children: [
|
|
21560
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
21560
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.ClipboardList, { size: 16, className: "text-muted-foreground" }),
|
|
21561
21561
|
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-foreground text-sm font-semibold", children: "Health surveillance" }),
|
|
21562
21562
|
/* @__PURE__ */ jsxRuntime.jsxs("span", { className: "text-muted-foreground text-xs", children: [
|
|
21563
21563
|
actionable.length,
|
|
@@ -26262,7 +26262,7 @@ var defaultOrderTabs = [
|
|
|
26262
26262
|
{ id: "rejected", label: "Rejected", statuses: ["rejected", "cancelled"] }
|
|
26263
26263
|
];
|
|
26264
26264
|
function orderToMedication(order) {
|
|
26265
|
-
const sig = order.detail ?
|
|
26265
|
+
const sig = order.detail ? chunkBZMBCKW2_cjs.parseSig(order.detail) : void 0;
|
|
26266
26266
|
return {
|
|
26267
26267
|
id: order.orderId,
|
|
26268
26268
|
name: order.display,
|
|
@@ -26270,7 +26270,7 @@ function orderToMedication(order) {
|
|
|
26270
26270
|
status: "unreconciled",
|
|
26271
26271
|
indication: order.indication,
|
|
26272
26272
|
pharmacyNotes: order.notes,
|
|
26273
|
-
...
|
|
26273
|
+
...chunkBZMBCKW2_cjs.labelToMedicationFields(order.display),
|
|
26274
26274
|
...sig && {
|
|
26275
26275
|
route: sig.route,
|
|
26276
26276
|
frequency: sig.frequency,
|
|
@@ -26341,7 +26341,7 @@ function BaseOrderEditor({
|
|
|
26341
26341
|
onSave
|
|
26342
26342
|
}) {
|
|
26343
26343
|
const config = TYPE_CONFIG[type];
|
|
26344
|
-
const ambientCodeLookup =
|
|
26344
|
+
const ambientCodeLookup = chunkBZMBCKW2_cjs.useCodeLookupConfig();
|
|
26345
26345
|
const effectiveCodeLookup = codeLookup === false ? void 0 : codeLookup ?? ambientCodeLookup ?? void 0;
|
|
26346
26346
|
const [draft, setDraft] = React10__namespace.useState(
|
|
26347
26347
|
() => order ?? {
|
|
@@ -26540,7 +26540,7 @@ function OrderEditor({
|
|
|
26540
26540
|
display: ""
|
|
26541
26541
|
};
|
|
26542
26542
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
26543
|
-
|
|
26543
|
+
chunkBZMBCKW2_cjs.MedicationEditor,
|
|
26544
26544
|
{
|
|
26545
26545
|
open,
|
|
26546
26546
|
medication: order ? orderToMedication(order) : void 0,
|
|
@@ -27049,7 +27049,7 @@ function DetailItem({
|
|
|
27049
27049
|
function AllergyRow({ allergies }) {
|
|
27050
27050
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-wrap items-center gap-2", children: [
|
|
27051
27051
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex shrink-0 items-center gap-1.5", children: [
|
|
27052
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
27052
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.AlertCircle, { size: 16, className: "text-red-600 dark:text-red-400" }),
|
|
27053
27053
|
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-xs font-semibold tracking-wide text-red-700 uppercase dark:text-red-400", children: "Allergies" })
|
|
27054
27054
|
] }),
|
|
27055
27055
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex flex-wrap items-center gap-1.5", children: allergies.map((a, i) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -27071,7 +27071,7 @@ function MedicationRow({
|
|
|
27071
27071
|
const remaining = medications.length - maxVisible;
|
|
27072
27072
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-wrap items-center gap-2", children: [
|
|
27073
27073
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex shrink-0 items-center gap-1.5", children: [
|
|
27074
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
27074
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Paperclip, { size: 16, className: "text-muted-foreground/60" }),
|
|
27075
27075
|
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-muted-foreground text-xs font-semibold tracking-wide uppercase", children: "Meds" })
|
|
27076
27076
|
] }),
|
|
27077
27077
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-wrap items-center gap-1.5", children: [
|
|
@@ -27152,7 +27152,7 @@ function PatientOverflowMenu({
|
|
|
27152
27152
|
"aria-haspopup": "menu",
|
|
27153
27153
|
"aria-expanded": open,
|
|
27154
27154
|
className: "h-8 w-8",
|
|
27155
|
-
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
27155
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.MoreVertical, { size: 18 })
|
|
27156
27156
|
}
|
|
27157
27157
|
),
|
|
27158
27158
|
open && ReactDOM.createPortal(
|
|
@@ -27175,7 +27175,7 @@ function PatientOverflowMenu({
|
|
|
27175
27175
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
27176
27176
|
OverflowMenuItem,
|
|
27177
27177
|
{
|
|
27178
|
-
icon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
27178
|
+
icon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Pencil, { size: 15 }),
|
|
27179
27179
|
label: "Edit Patient",
|
|
27180
27180
|
onClick: () => handleAction("edit-patient")
|
|
27181
27181
|
}
|
|
@@ -27183,7 +27183,7 @@ function PatientOverflowMenu({
|
|
|
27183
27183
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
27184
27184
|
OverflowMenuItem,
|
|
27185
27185
|
{
|
|
27186
|
-
icon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
27186
|
+
icon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Phone, { size: 15 }),
|
|
27187
27187
|
label: "Contact",
|
|
27188
27188
|
onClick: () => handleAction("contact")
|
|
27189
27189
|
}
|
|
@@ -27191,7 +27191,7 @@ function PatientOverflowMenu({
|
|
|
27191
27191
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
27192
27192
|
OverflowMenuItem,
|
|
27193
27193
|
{
|
|
27194
|
-
icon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
27194
|
+
icon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Send, { size: 15 }),
|
|
27195
27195
|
label: "Send Message",
|
|
27196
27196
|
onClick: () => handleAction("send-message")
|
|
27197
27197
|
}
|
|
@@ -27199,7 +27199,7 @@ function PatientOverflowMenu({
|
|
|
27199
27199
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
27200
27200
|
OverflowMenuItem,
|
|
27201
27201
|
{
|
|
27202
|
-
icon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
27202
|
+
icon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Calendar, { size: 15 }),
|
|
27203
27203
|
label: "Schedule Appointment",
|
|
27204
27204
|
onClick: () => handleAction("schedule-appointment")
|
|
27205
27205
|
}
|
|
@@ -27207,7 +27207,7 @@ function PatientOverflowMenu({
|
|
|
27207
27207
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
27208
27208
|
OverflowMenuItem,
|
|
27209
27209
|
{
|
|
27210
|
-
icon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
27210
|
+
icon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Printer, { size: 15 }),
|
|
27211
27211
|
label: "Print Summary",
|
|
27212
27212
|
onClick: () => handleAction("print-summary")
|
|
27213
27213
|
}
|
|
@@ -27215,7 +27215,7 @@ function PatientOverflowMenu({
|
|
|
27215
27215
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
27216
27216
|
OverflowMenuItem,
|
|
27217
27217
|
{
|
|
27218
|
-
icon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
27218
|
+
icon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Download, { size: 15 }),
|
|
27219
27219
|
label: "Export Record",
|
|
27220
27220
|
onClick: () => handleAction("export-record")
|
|
27221
27221
|
}
|
|
@@ -27228,7 +27228,7 @@ function PatientOverflowMenu({
|
|
|
27228
27228
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
27229
27229
|
OverflowMenuItem,
|
|
27230
27230
|
{
|
|
27231
|
-
icon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
27231
|
+
icon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.ClipboardPlus, { size: 15 }),
|
|
27232
27232
|
label: "Task",
|
|
27233
27233
|
onClick: () => handleAction("add-task")
|
|
27234
27234
|
}
|
|
@@ -27236,7 +27236,7 @@ function PatientOverflowMenu({
|
|
|
27236
27236
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
27237
27237
|
OverflowMenuItem,
|
|
27238
27238
|
{
|
|
27239
|
-
icon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
27239
|
+
icon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Stethoscope, { size: 15 }),
|
|
27240
27240
|
label: "Encounter",
|
|
27241
27241
|
onClick: () => handleAction("add-encounter")
|
|
27242
27242
|
}
|
|
@@ -27244,7 +27244,7 @@ function PatientOverflowMenu({
|
|
|
27244
27244
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
27245
27245
|
OverflowMenuItem,
|
|
27246
27246
|
{
|
|
27247
|
-
icon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
27247
|
+
icon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.ClipboardCheck, { size: 15 }),
|
|
27248
27248
|
label: "Due List Item",
|
|
27249
27249
|
onClick: () => handleAction("add-due-list")
|
|
27250
27250
|
}
|
|
@@ -27252,7 +27252,7 @@ function PatientOverflowMenu({
|
|
|
27252
27252
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
27253
27253
|
OverflowMenuItem,
|
|
27254
27254
|
{
|
|
27255
|
-
icon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
27255
|
+
icon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.FilePlus, { size: 15 }),
|
|
27256
27256
|
label: "Order Request",
|
|
27257
27257
|
onClick: () => handleAction("add-order")
|
|
27258
27258
|
}
|
|
@@ -27260,7 +27260,7 @@ function PatientOverflowMenu({
|
|
|
27260
27260
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
27261
27261
|
OverflowMenuItem,
|
|
27262
27262
|
{
|
|
27263
|
-
icon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
27263
|
+
icon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.FileCheck, { size: 15 }),
|
|
27264
27264
|
label: "eSign Request",
|
|
27265
27265
|
onClick: () => handleAction("add-esign")
|
|
27266
27266
|
}
|
|
@@ -27268,7 +27268,7 @@ function PatientOverflowMenu({
|
|
|
27268
27268
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
27269
27269
|
OverflowMenuItem,
|
|
27270
27270
|
{
|
|
27271
|
-
icon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
27271
|
+
icon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Wheat, { size: 15 }),
|
|
27272
27272
|
label: "Allergy",
|
|
27273
27273
|
onClick: () => handleAction("add-allergy")
|
|
27274
27274
|
}
|
|
@@ -27276,7 +27276,7 @@ function PatientOverflowMenu({
|
|
|
27276
27276
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
27277
27277
|
OverflowMenuItem,
|
|
27278
27278
|
{
|
|
27279
|
-
icon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
27279
|
+
icon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Pill, { size: 15 }),
|
|
27280
27280
|
label: "Medication",
|
|
27281
27281
|
onClick: () => handleAction("add-medication")
|
|
27282
27282
|
}
|
|
@@ -27284,7 +27284,7 @@ function PatientOverflowMenu({
|
|
|
27284
27284
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
27285
27285
|
OverflowMenuItem,
|
|
27286
27286
|
{
|
|
27287
|
-
icon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
27287
|
+
icon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Bell, { size: 15 }),
|
|
27288
27288
|
label: "Alert",
|
|
27289
27289
|
onClick: () => handleAction("add-alert")
|
|
27290
27290
|
}
|
|
@@ -27292,7 +27292,7 @@ function PatientOverflowMenu({
|
|
|
27292
27292
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
27293
27293
|
OverflowMenuItem,
|
|
27294
27294
|
{
|
|
27295
|
-
icon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
27295
|
+
icon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.FileHeart, { size: 15 }),
|
|
27296
27296
|
label: "Condition",
|
|
27297
27297
|
onClick: () => handleAction("add-condition")
|
|
27298
27298
|
}
|
|
@@ -27300,7 +27300,7 @@ function PatientOverflowMenu({
|
|
|
27300
27300
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
27301
27301
|
OverflowMenuItem,
|
|
27302
27302
|
{
|
|
27303
|
-
icon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
27303
|
+
icon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.HeartPulse, { size: 15 }),
|
|
27304
27304
|
label: "Vitals",
|
|
27305
27305
|
onClick: () => handleAction("add-vitals")
|
|
27306
27306
|
}
|
|
@@ -27319,7 +27319,7 @@ function PatientOverflowMenu({
|
|
|
27319
27319
|
function AlertRow({ comments }) {
|
|
27320
27320
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-2", children: [
|
|
27321
27321
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex shrink-0 items-center gap-1.5", children: [
|
|
27322
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
27322
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.ClipboardList, { size: 16, className: "text-muted-foreground/60" }),
|
|
27323
27323
|
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-muted-foreground text-xs font-semibold tracking-wide uppercase", children: "Alert" })
|
|
27324
27324
|
] }),
|
|
27325
27325
|
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-foreground text-sm", children: comments.join("; ") })
|
|
@@ -27422,7 +27422,7 @@ var PatientHeader = React10__namespace.forwardRef(
|
|
|
27422
27422
|
disabled: !onBack,
|
|
27423
27423
|
"aria-label": "Go back",
|
|
27424
27424
|
className: "mt-1 -ml-2 h-8 w-8 shrink-0",
|
|
27425
|
-
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
27425
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.ArrowLeft, { size: 18 })
|
|
27426
27426
|
}
|
|
27427
27427
|
),
|
|
27428
27428
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -27500,7 +27500,7 @@ var PatientHeader = React10__namespace.forwardRef(
|
|
|
27500
27500
|
patient.attendingProvider && /* @__PURE__ */ jsxRuntime.jsx(
|
|
27501
27501
|
DetailItem,
|
|
27502
27502
|
{
|
|
27503
|
-
icon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
27503
|
+
icon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Stethoscope, { size: 14 }),
|
|
27504
27504
|
label: "Attending",
|
|
27505
27505
|
value: patient.attendingProvider
|
|
27506
27506
|
}
|
|
@@ -27508,7 +27508,7 @@ var PatientHeader = React10__namespace.forwardRef(
|
|
|
27508
27508
|
patient.familyProvider && /* @__PURE__ */ jsxRuntime.jsx(
|
|
27509
27509
|
DetailItem,
|
|
27510
27510
|
{
|
|
27511
|
-
icon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
27511
|
+
icon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Users, { size: 14 }),
|
|
27512
27512
|
label: "Family MD",
|
|
27513
27513
|
value: patient.familyProvider
|
|
27514
27514
|
}
|
|
@@ -27534,7 +27534,7 @@ var PatientHeader = React10__namespace.forwardRef(
|
|
|
27534
27534
|
/* @__PURE__ */ jsxRuntime.jsx(chunkP2VTQ5AR_cjs.ModalBody, { children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
27535
27535
|
patient.email && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-3", children: [
|
|
27536
27536
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
27537
|
-
|
|
27537
|
+
chunkPAM5UUBL_cjs.Mail,
|
|
27538
27538
|
{
|
|
27539
27539
|
size: 18,
|
|
27540
27540
|
className: "text-muted-foreground shrink-0"
|
|
@@ -27547,7 +27547,7 @@ var PatientHeader = React10__namespace.forwardRef(
|
|
|
27547
27547
|
] }),
|
|
27548
27548
|
patient.phone && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-3", children: [
|
|
27549
27549
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
27550
|
-
|
|
27550
|
+
chunkPAM5UUBL_cjs.Phone,
|
|
27551
27551
|
{
|
|
27552
27552
|
size: 18,
|
|
27553
27553
|
className: "text-muted-foreground shrink-0"
|
|
@@ -29175,12 +29175,12 @@ var SCOPE_META = {
|
|
|
29175
29175
|
"problem-focused": {
|
|
29176
29176
|
label: "Problem-focused encounter",
|
|
29177
29177
|
description: "Only selected problems are asserted. Unselected problems are out of scope \u2014 not absent.",
|
|
29178
|
-
icon:
|
|
29178
|
+
icon: chunkPAM5UUBL_cjs.Eye
|
|
29179
29179
|
},
|
|
29180
29180
|
comprehensive: {
|
|
29181
29181
|
label: "Comprehensive visit",
|
|
29182
29182
|
description: "Full review \u2014 closing this encounter reconciles the entire problem list.",
|
|
29183
|
-
icon:
|
|
29183
|
+
icon: chunkPAM5UUBL_cjs.ClipboardCheck
|
|
29184
29184
|
}
|
|
29185
29185
|
};
|
|
29186
29186
|
function RelevanceControl({
|
|
@@ -29193,7 +29193,7 @@ function RelevanceControl({
|
|
|
29193
29193
|
{
|
|
29194
29194
|
role: "toolbar",
|
|
29195
29195
|
"aria-label": `Relevance for ${labelPrefix}`,
|
|
29196
|
-
onKeyDown:
|
|
29196
|
+
onKeyDown: chunkBZMBCKW2_cjs.toolbarKeyNav,
|
|
29197
29197
|
className: "border-border flex shrink-0 items-center overflow-hidden rounded-md border",
|
|
29198
29198
|
children: RELEVANCE_ORDER.map((relevance) => {
|
|
29199
29199
|
const active = value === relevance;
|
|
@@ -29313,7 +29313,7 @@ var PresentingProblems = React10__namespace.forwardRef(
|
|
|
29313
29313
|
),
|
|
29314
29314
|
children: [
|
|
29315
29315
|
draggable ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
29316
|
-
|
|
29316
|
+
chunkPAM5UUBL_cjs.GripVertical,
|
|
29317
29317
|
{
|
|
29318
29318
|
size: 14,
|
|
29319
29319
|
"aria-hidden": true,
|
|
@@ -29412,7 +29412,7 @@ var PresentingProblems = React10__namespace.forwardRef(
|
|
|
29412
29412
|
size: "sm",
|
|
29413
29413
|
onClick: submitDraft,
|
|
29414
29414
|
disabled: !draft.trim(),
|
|
29415
|
-
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
29415
|
+
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Plus, { size: 12 }),
|
|
29416
29416
|
className: "h-8",
|
|
29417
29417
|
children: "Add"
|
|
29418
29418
|
}
|
|
@@ -29441,7 +29441,7 @@ var PresentingProblems = React10__namespace.forwardRef(
|
|
|
29441
29441
|
]
|
|
29442
29442
|
}
|
|
29443
29443
|
),
|
|
29444
|
-
scope === "problem-focused" && /* @__PURE__ */ jsxRuntime.jsx(chunkWWJIW2IH_cjs.Tooltip, { content: "Negative assertions require a comprehensive visit \u2014 a problem-focused encounter asserts nothing about unmentioned problems.", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
29444
|
+
scope === "problem-focused" && /* @__PURE__ */ jsxRuntime.jsx(chunkWWJIW2IH_cjs.Tooltip, { content: "Negative assertions require a comprehensive visit \u2014 a problem-focused encounter asserts nothing about unmentioned problems.", children: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Info, { size: 14, className: "text-muted-foreground" }) })
|
|
29445
29445
|
] })
|
|
29446
29446
|
] }),
|
|
29447
29447
|
/* @__PURE__ */ jsxRuntime.jsx("div", { "aria-live": "polite", className: "sr-only", children: announcement })
|
|
@@ -33610,7 +33610,7 @@ function RowActionsMenu({
|
|
|
33610
33610
|
size: "icon",
|
|
33611
33611
|
"aria-label": "Row actions",
|
|
33612
33612
|
className: "h-7 w-7",
|
|
33613
|
-
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
33613
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.MoreVertical, { size: 16 })
|
|
33614
33614
|
}
|
|
33615
33615
|
),
|
|
33616
33616
|
placement: "bottom-end",
|
|
@@ -33618,7 +33618,7 @@ function RowActionsMenu({
|
|
|
33618
33618
|
showResend && /* @__PURE__ */ jsxRuntime.jsx(
|
|
33619
33619
|
chunkU4HA2WHA_cjs.DropdownItem,
|
|
33620
33620
|
{
|
|
33621
|
-
icon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
33621
|
+
icon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Send, { size: 14 }),
|
|
33622
33622
|
onClick: () => onResendInvite?.(user),
|
|
33623
33623
|
children: "Resend Invite"
|
|
33624
33624
|
}
|
|
@@ -33626,7 +33626,7 @@ function RowActionsMenu({
|
|
|
33626
33626
|
onEditRole && /* @__PURE__ */ jsxRuntime.jsx(
|
|
33627
33627
|
chunkU4HA2WHA_cjs.DropdownItem,
|
|
33628
33628
|
{
|
|
33629
|
-
icon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
33629
|
+
icon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Pencil, { size: 14 }),
|
|
33630
33630
|
onClick: () => onEditRole(user),
|
|
33631
33631
|
children: "Edit Role"
|
|
33632
33632
|
}
|
|
@@ -33636,7 +33636,7 @@ function RowActionsMenu({
|
|
|
33636
33636
|
chunkU4HA2WHA_cjs.DropdownItem,
|
|
33637
33637
|
{
|
|
33638
33638
|
variant: "danger",
|
|
33639
|
-
icon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
33639
|
+
icon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Trash2, { size: 14 }),
|
|
33640
33640
|
onClick: () => onRemove?.(user),
|
|
33641
33641
|
children: "Remove"
|
|
33642
33642
|
}
|
|
@@ -37915,7 +37915,7 @@ function ServicePricingManager({
|
|
|
37915
37915
|
{
|
|
37916
37916
|
variant: "ghost",
|
|
37917
37917
|
size: "sm",
|
|
37918
|
-
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(
|
|
37918
|
+
leftIcon: /* @__PURE__ */ jsxRuntime.jsx(chunkPAM5UUBL_cjs.Pencil, { className: "h-3.5 w-3.5" }),
|
|
37919
37919
|
onClick: () => handleEditClick(service),
|
|
37920
37920
|
children: "Edit"
|
|
37921
37921
|
}
|
|
@@ -43636,67 +43636,67 @@ Object.defineProperty(exports, "isApplicable", {
|
|
|
43636
43636
|
});
|
|
43637
43637
|
Object.defineProperty(exports, "ALLERGY_TYPE_LABELS", {
|
|
43638
43638
|
enumerable: true,
|
|
43639
|
-
get: function () { return
|
|
43639
|
+
get: function () { return chunkBZMBCKW2_cjs.ALLERGY_TYPE_LABELS; }
|
|
43640
43640
|
});
|
|
43641
43641
|
Object.defineProperty(exports, "AllergyList", {
|
|
43642
43642
|
enumerable: true,
|
|
43643
|
-
get: function () { return
|
|
43643
|
+
get: function () { return chunkBZMBCKW2_cjs.AllergyList; }
|
|
43644
43644
|
});
|
|
43645
43645
|
Object.defineProperty(exports, "AllergyManager", {
|
|
43646
43646
|
enumerable: true,
|
|
43647
|
-
get: function () { return
|
|
43647
|
+
get: function () { return chunkBZMBCKW2_cjs.AllergyManager; }
|
|
43648
43648
|
});
|
|
43649
43649
|
Object.defineProperty(exports, "CodeLookupProvider", {
|
|
43650
43650
|
enumerable: true,
|
|
43651
|
-
get: function () { return
|
|
43651
|
+
get: function () { return chunkBZMBCKW2_cjs.CodeLookupProvider; }
|
|
43652
43652
|
});
|
|
43653
43653
|
Object.defineProperty(exports, "MEDICATION_STATUS_LABELS", {
|
|
43654
43654
|
enumerable: true,
|
|
43655
|
-
get: function () { return
|
|
43655
|
+
get: function () { return chunkBZMBCKW2_cjs.MEDICATION_STATUS_LABELS; }
|
|
43656
43656
|
});
|
|
43657
43657
|
Object.defineProperty(exports, "MedicationEditor", {
|
|
43658
43658
|
enumerable: true,
|
|
43659
|
-
get: function () { return
|
|
43659
|
+
get: function () { return chunkBZMBCKW2_cjs.MedicationEditor; }
|
|
43660
43660
|
});
|
|
43661
43661
|
Object.defineProperty(exports, "MedicationList", {
|
|
43662
43662
|
enumerable: true,
|
|
43663
|
-
get: function () { return
|
|
43663
|
+
get: function () { return chunkBZMBCKW2_cjs.MedicationList; }
|
|
43664
43664
|
});
|
|
43665
43665
|
Object.defineProperty(exports, "MedicationReconciliation", {
|
|
43666
43666
|
enumerable: true,
|
|
43667
|
-
get: function () { return
|
|
43667
|
+
get: function () { return chunkBZMBCKW2_cjs.MedicationReconciliation; }
|
|
43668
43668
|
});
|
|
43669
43669
|
Object.defineProperty(exports, "RowActionToolbar", {
|
|
43670
43670
|
enumerable: true,
|
|
43671
|
-
get: function () { return
|
|
43671
|
+
get: function () { return chunkBZMBCKW2_cjs.RowActionToolbar; }
|
|
43672
43672
|
});
|
|
43673
43673
|
Object.defineProperty(exports, "RowIconButton", {
|
|
43674
43674
|
enumerable: true,
|
|
43675
|
-
get: function () { return
|
|
43675
|
+
get: function () { return chunkBZMBCKW2_cjs.RowIconButton; }
|
|
43676
43676
|
});
|
|
43677
43677
|
Object.defineProperty(exports, "labelToMedicationFields", {
|
|
43678
43678
|
enumerable: true,
|
|
43679
|
-
get: function () { return
|
|
43679
|
+
get: function () { return chunkBZMBCKW2_cjs.labelToMedicationFields; }
|
|
43680
43680
|
});
|
|
43681
43681
|
Object.defineProperty(exports, "lookupToMedicationFields", {
|
|
43682
43682
|
enumerable: true,
|
|
43683
|
-
get: function () { return
|
|
43683
|
+
get: function () { return chunkBZMBCKW2_cjs.lookupToMedicationFields; }
|
|
43684
43684
|
});
|
|
43685
43685
|
Object.defineProperty(exports, "parseMedicationLabel", {
|
|
43686
43686
|
enumerable: true,
|
|
43687
|
-
get: function () { return
|
|
43687
|
+
get: function () { return chunkBZMBCKW2_cjs.parseMedicationLabel; }
|
|
43688
43688
|
});
|
|
43689
43689
|
Object.defineProperty(exports, "parseSig", {
|
|
43690
43690
|
enumerable: true,
|
|
43691
|
-
get: function () { return
|
|
43691
|
+
get: function () { return chunkBZMBCKW2_cjs.parseSig; }
|
|
43692
43692
|
});
|
|
43693
43693
|
Object.defineProperty(exports, "toolbarKeyNav", {
|
|
43694
43694
|
enumerable: true,
|
|
43695
|
-
get: function () { return
|
|
43695
|
+
get: function () { return chunkBZMBCKW2_cjs.toolbarKeyNav; }
|
|
43696
43696
|
});
|
|
43697
43697
|
Object.defineProperty(exports, "useCodeLookupConfig", {
|
|
43698
43698
|
enumerable: true,
|
|
43699
|
-
get: function () { return
|
|
43699
|
+
get: function () { return chunkBZMBCKW2_cjs.useCodeLookupConfig; }
|
|
43700
43700
|
});
|
|
43701
43701
|
Object.defineProperty(exports, "Textarea", {
|
|
43702
43702
|
enumerable: true,
|
|
@@ -43838,6 +43838,726 @@ Object.defineProperty(exports, "inputVariants", {
|
|
|
43838
43838
|
enumerable: true,
|
|
43839
43839
|
get: function () { return chunk6ECKH4DJ_cjs.inputVariants; }
|
|
43840
43840
|
});
|
|
43841
|
+
Object.defineProperty(exports, "AccessibilityIcon", {
|
|
43842
|
+
enumerable: true,
|
|
43843
|
+
get: function () { return chunkPAM5UUBL_cjs.Accessibility; }
|
|
43844
|
+
});
|
|
43845
|
+
Object.defineProperty(exports, "ActivityIcon", {
|
|
43846
|
+
enumerable: true,
|
|
43847
|
+
get: function () { return chunkPAM5UUBL_cjs.Activity; }
|
|
43848
|
+
});
|
|
43849
|
+
Object.defineProperty(exports, "AlertCircleIcon", {
|
|
43850
|
+
enumerable: true,
|
|
43851
|
+
get: function () { return chunkPAM5UUBL_cjs.AlertCircle; }
|
|
43852
|
+
});
|
|
43853
|
+
Object.defineProperty(exports, "AlertTriangleIcon", {
|
|
43854
|
+
enumerable: true,
|
|
43855
|
+
get: function () { return chunkPAM5UUBL_cjs.AlertTriangle; }
|
|
43856
|
+
});
|
|
43857
|
+
Object.defineProperty(exports, "AllergyIcon", {
|
|
43858
|
+
enumerable: true,
|
|
43859
|
+
get: function () { return chunkPAM5UUBL_cjs.Wheat; }
|
|
43860
|
+
});
|
|
43861
|
+
Object.defineProperty(exports, "AllergyOffIcon", {
|
|
43862
|
+
enumerable: true,
|
|
43863
|
+
get: function () { return chunkPAM5UUBL_cjs.WheatOff; }
|
|
43864
|
+
});
|
|
43865
|
+
Object.defineProperty(exports, "AmbulanceIcon", {
|
|
43866
|
+
enumerable: true,
|
|
43867
|
+
get: function () { return chunkPAM5UUBL_cjs.Ambulance; }
|
|
43868
|
+
});
|
|
43869
|
+
Object.defineProperty(exports, "ArrowLeftIcon", {
|
|
43870
|
+
enumerable: true,
|
|
43871
|
+
get: function () { return chunkPAM5UUBL_cjs.ArrowLeft; }
|
|
43872
|
+
});
|
|
43873
|
+
Object.defineProperty(exports, "ArrowRightIcon", {
|
|
43874
|
+
enumerable: true,
|
|
43875
|
+
get: function () { return chunkPAM5UUBL_cjs.ArrowRight; }
|
|
43876
|
+
});
|
|
43877
|
+
Object.defineProperty(exports, "ArrowUpDownIcon", {
|
|
43878
|
+
enumerable: true,
|
|
43879
|
+
get: function () { return chunkPAM5UUBL_cjs.ArrowUpDown; }
|
|
43880
|
+
});
|
|
43881
|
+
Object.defineProperty(exports, "AtSignIcon", {
|
|
43882
|
+
enumerable: true,
|
|
43883
|
+
get: function () { return chunkPAM5UUBL_cjs.AtSign; }
|
|
43884
|
+
});
|
|
43885
|
+
Object.defineProperty(exports, "BabyIcon", {
|
|
43886
|
+
enumerable: true,
|
|
43887
|
+
get: function () { return chunkPAM5UUBL_cjs.Baby; }
|
|
43888
|
+
});
|
|
43889
|
+
Object.defineProperty(exports, "BadgeAlertIcon", {
|
|
43890
|
+
enumerable: true,
|
|
43891
|
+
get: function () { return chunkPAM5UUBL_cjs.BadgeAlert; }
|
|
43892
|
+
});
|
|
43893
|
+
Object.defineProperty(exports, "BadgeCheckIcon", {
|
|
43894
|
+
enumerable: true,
|
|
43895
|
+
get: function () { return chunkPAM5UUBL_cjs.BadgeCheck; }
|
|
43896
|
+
});
|
|
43897
|
+
Object.defineProperty(exports, "BadgeMinusIcon", {
|
|
43898
|
+
enumerable: true,
|
|
43899
|
+
get: function () { return chunkPAM5UUBL_cjs.BadgeMinus; }
|
|
43900
|
+
});
|
|
43901
|
+
Object.defineProperty(exports, "BadgePlusIcon", {
|
|
43902
|
+
enumerable: true,
|
|
43903
|
+
get: function () { return chunkPAM5UUBL_cjs.BadgePlus; }
|
|
43904
|
+
});
|
|
43905
|
+
Object.defineProperty(exports, "BadgeXIcon", {
|
|
43906
|
+
enumerable: true,
|
|
43907
|
+
get: function () { return chunkPAM5UUBL_cjs.BadgeX; }
|
|
43908
|
+
});
|
|
43909
|
+
Object.defineProperty(exports, "BanIcon", {
|
|
43910
|
+
enumerable: true,
|
|
43911
|
+
get: function () { return chunkPAM5UUBL_cjs.Ban; }
|
|
43912
|
+
});
|
|
43913
|
+
Object.defineProperty(exports, "BandageIcon", {
|
|
43914
|
+
enumerable: true,
|
|
43915
|
+
get: function () { return chunkPAM5UUBL_cjs.Bandage; }
|
|
43916
|
+
});
|
|
43917
|
+
Object.defineProperty(exports, "BedDoubleIcon", {
|
|
43918
|
+
enumerable: true,
|
|
43919
|
+
get: function () { return chunkPAM5UUBL_cjs.BedDouble; }
|
|
43920
|
+
});
|
|
43921
|
+
Object.defineProperty(exports, "BedIcon", {
|
|
43922
|
+
enumerable: true,
|
|
43923
|
+
get: function () { return chunkPAM5UUBL_cjs.Bed; }
|
|
43924
|
+
});
|
|
43925
|
+
Object.defineProperty(exports, "BedSingleIcon", {
|
|
43926
|
+
enumerable: true,
|
|
43927
|
+
get: function () { return chunkPAM5UUBL_cjs.BedSingle; }
|
|
43928
|
+
});
|
|
43929
|
+
Object.defineProperty(exports, "BellIcon", {
|
|
43930
|
+
enumerable: true,
|
|
43931
|
+
get: function () { return chunkPAM5UUBL_cjs.Bell; }
|
|
43932
|
+
});
|
|
43933
|
+
Object.defineProperty(exports, "BellOffIcon", {
|
|
43934
|
+
enumerable: true,
|
|
43935
|
+
get: function () { return chunkPAM5UUBL_cjs.BellOff; }
|
|
43936
|
+
});
|
|
43937
|
+
Object.defineProperty(exports, "BiohazardIcon", {
|
|
43938
|
+
enumerable: true,
|
|
43939
|
+
get: function () { return chunkPAM5UUBL_cjs.Biohazard; }
|
|
43940
|
+
});
|
|
43941
|
+
Object.defineProperty(exports, "BoneIcon", {
|
|
43942
|
+
enumerable: true,
|
|
43943
|
+
get: function () { return chunkPAM5UUBL_cjs.Bone; }
|
|
43944
|
+
});
|
|
43945
|
+
Object.defineProperty(exports, "BookOpenCheckIcon", {
|
|
43946
|
+
enumerable: true,
|
|
43947
|
+
get: function () { return chunkPAM5UUBL_cjs.BookOpenCheck; }
|
|
43948
|
+
});
|
|
43949
|
+
Object.defineProperty(exports, "BookOpenIcon", {
|
|
43950
|
+
enumerable: true,
|
|
43951
|
+
get: function () { return chunkPAM5UUBL_cjs.BookOpen; }
|
|
43952
|
+
});
|
|
43953
|
+
Object.defineProperty(exports, "BookmarkIcon", {
|
|
43954
|
+
enumerable: true,
|
|
43955
|
+
get: function () { return chunkPAM5UUBL_cjs.Bookmark; }
|
|
43956
|
+
});
|
|
43957
|
+
Object.defineProperty(exports, "BrainIcon", {
|
|
43958
|
+
enumerable: true,
|
|
43959
|
+
get: function () { return chunkPAM5UUBL_cjs.Brain; }
|
|
43960
|
+
});
|
|
43961
|
+
Object.defineProperty(exports, "BriefcaseIcon", {
|
|
43962
|
+
enumerable: true,
|
|
43963
|
+
get: function () { return chunkPAM5UUBL_cjs.Briefcase; }
|
|
43964
|
+
});
|
|
43965
|
+
Object.defineProperty(exports, "BriefcaseMedicalIcon", {
|
|
43966
|
+
enumerable: true,
|
|
43967
|
+
get: function () { return chunkPAM5UUBL_cjs.BriefcaseMedical; }
|
|
43968
|
+
});
|
|
43969
|
+
Object.defineProperty(exports, "BuildingIcon", {
|
|
43970
|
+
enumerable: true,
|
|
43971
|
+
get: function () { return chunkPAM5UUBL_cjs.Building; }
|
|
43972
|
+
});
|
|
43973
|
+
Object.defineProperty(exports, "CalendarCheckIcon", {
|
|
43974
|
+
enumerable: true,
|
|
43975
|
+
get: function () { return chunkPAM5UUBL_cjs.CalendarCheck; }
|
|
43976
|
+
});
|
|
43977
|
+
Object.defineProperty(exports, "CalendarIcon", {
|
|
43978
|
+
enumerable: true,
|
|
43979
|
+
get: function () { return chunkPAM5UUBL_cjs.Calendar; }
|
|
43980
|
+
});
|
|
43981
|
+
Object.defineProperty(exports, "CameraIcon", {
|
|
43982
|
+
enumerable: true,
|
|
43983
|
+
get: function () { return chunkPAM5UUBL_cjs.Camera; }
|
|
43984
|
+
});
|
|
43985
|
+
Object.defineProperty(exports, "CannabisIcon", {
|
|
43986
|
+
enumerable: true,
|
|
43987
|
+
get: function () { return chunkPAM5UUBL_cjs.Cannabis; }
|
|
43988
|
+
});
|
|
43989
|
+
Object.defineProperty(exports, "ChartIcon", {
|
|
43990
|
+
enumerable: true,
|
|
43991
|
+
get: function () { return chunkPAM5UUBL_cjs.BarChart3; }
|
|
43992
|
+
});
|
|
43993
|
+
Object.defineProperty(exports, "CheckCircleIcon", {
|
|
43994
|
+
enumerable: true,
|
|
43995
|
+
get: function () { return chunkPAM5UUBL_cjs.CheckCircle; }
|
|
43996
|
+
});
|
|
43997
|
+
Object.defineProperty(exports, "CheckIcon", {
|
|
43998
|
+
enumerable: true,
|
|
43999
|
+
get: function () { return chunkPAM5UUBL_cjs.Check; }
|
|
44000
|
+
});
|
|
44001
|
+
Object.defineProperty(exports, "ChevronDownIcon", {
|
|
44002
|
+
enumerable: true,
|
|
44003
|
+
get: function () { return chunkPAM5UUBL_cjs.ChevronDown; }
|
|
44004
|
+
});
|
|
44005
|
+
Object.defineProperty(exports, "ChevronLeftIcon", {
|
|
44006
|
+
enumerable: true,
|
|
44007
|
+
get: function () { return chunkPAM5UUBL_cjs.ChevronLeft; }
|
|
44008
|
+
});
|
|
44009
|
+
Object.defineProperty(exports, "ChevronRightIcon", {
|
|
44010
|
+
enumerable: true,
|
|
44011
|
+
get: function () { return chunkPAM5UUBL_cjs.ChevronRight; }
|
|
44012
|
+
});
|
|
44013
|
+
Object.defineProperty(exports, "ChevronUpIcon", {
|
|
44014
|
+
enumerable: true,
|
|
44015
|
+
get: function () { return chunkPAM5UUBL_cjs.ChevronUp; }
|
|
44016
|
+
});
|
|
44017
|
+
Object.defineProperty(exports, "CigaretteIcon", {
|
|
44018
|
+
enumerable: true,
|
|
44019
|
+
get: function () { return chunkPAM5UUBL_cjs.Cigarette; }
|
|
44020
|
+
});
|
|
44021
|
+
Object.defineProperty(exports, "CigaretteOffIcon", {
|
|
44022
|
+
enumerable: true,
|
|
44023
|
+
get: function () { return chunkPAM5UUBL_cjs.CigaretteOff; }
|
|
44024
|
+
});
|
|
44025
|
+
Object.defineProperty(exports, "CircleDotDashedIcon", {
|
|
44026
|
+
enumerable: true,
|
|
44027
|
+
get: function () { return chunkPAM5UUBL_cjs.CircleDotDashed; }
|
|
44028
|
+
});
|
|
44029
|
+
Object.defineProperty(exports, "CircleDotIcon", {
|
|
44030
|
+
enumerable: true,
|
|
44031
|
+
get: function () { return chunkPAM5UUBL_cjs.CircleDot; }
|
|
44032
|
+
});
|
|
44033
|
+
Object.defineProperty(exports, "CircleUserIcon", {
|
|
44034
|
+
enumerable: true,
|
|
44035
|
+
get: function () { return chunkPAM5UUBL_cjs.CircleUser; }
|
|
44036
|
+
});
|
|
44037
|
+
Object.defineProperty(exports, "ClipboardCheckIcon", {
|
|
44038
|
+
enumerable: true,
|
|
44039
|
+
get: function () { return chunkPAM5UUBL_cjs.ClipboardCheck; }
|
|
44040
|
+
});
|
|
44041
|
+
Object.defineProperty(exports, "ClipboardIcon", {
|
|
44042
|
+
enumerable: true,
|
|
44043
|
+
get: function () { return chunkPAM5UUBL_cjs.Clipboard; }
|
|
44044
|
+
});
|
|
44045
|
+
Object.defineProperty(exports, "ClipboardListIcon", {
|
|
44046
|
+
enumerable: true,
|
|
44047
|
+
get: function () { return chunkPAM5UUBL_cjs.ClipboardList; }
|
|
44048
|
+
});
|
|
44049
|
+
Object.defineProperty(exports, "ClipboardPlusIcon", {
|
|
44050
|
+
enumerable: true,
|
|
44051
|
+
get: function () { return chunkPAM5UUBL_cjs.ClipboardPlus; }
|
|
44052
|
+
});
|
|
44053
|
+
Object.defineProperty(exports, "ClockIcon", {
|
|
44054
|
+
enumerable: true,
|
|
44055
|
+
get: function () { return chunkPAM5UUBL_cjs.Clock; }
|
|
44056
|
+
});
|
|
44057
|
+
Object.defineProperty(exports, "CogIcon", {
|
|
44058
|
+
enumerable: true,
|
|
44059
|
+
get: function () { return chunkPAM5UUBL_cjs.Cog; }
|
|
44060
|
+
});
|
|
44061
|
+
Object.defineProperty(exports, "ColumnsIcon", {
|
|
44062
|
+
enumerable: true,
|
|
44063
|
+
get: function () { return chunkPAM5UUBL_cjs.Columns; }
|
|
44064
|
+
});
|
|
44065
|
+
Object.defineProperty(exports, "CopyIcon", {
|
|
44066
|
+
enumerable: true,
|
|
44067
|
+
get: function () { return chunkPAM5UUBL_cjs.Copy; }
|
|
44068
|
+
});
|
|
44069
|
+
Object.defineProperty(exports, "CreditCardIcon", {
|
|
44070
|
+
enumerable: true,
|
|
44071
|
+
get: function () { return chunkPAM5UUBL_cjs.CreditCard; }
|
|
44072
|
+
});
|
|
44073
|
+
Object.defineProperty(exports, "CrossIcon", {
|
|
44074
|
+
enumerable: true,
|
|
44075
|
+
get: function () { return chunkPAM5UUBL_cjs.Cross; }
|
|
44076
|
+
});
|
|
44077
|
+
Object.defineProperty(exports, "DnaIcon", {
|
|
44078
|
+
enumerable: true,
|
|
44079
|
+
get: function () { return chunkPAM5UUBL_cjs.Dna; }
|
|
44080
|
+
});
|
|
44081
|
+
Object.defineProperty(exports, "DollarSignIcon", {
|
|
44082
|
+
enumerable: true,
|
|
44083
|
+
get: function () { return chunkPAM5UUBL_cjs.DollarSign; }
|
|
44084
|
+
});
|
|
44085
|
+
Object.defineProperty(exports, "DownloadIcon", {
|
|
44086
|
+
enumerable: true,
|
|
44087
|
+
get: function () { return chunkPAM5UUBL_cjs.Download; }
|
|
44088
|
+
});
|
|
44089
|
+
Object.defineProperty(exports, "DropletIcon", {
|
|
44090
|
+
enumerable: true,
|
|
44091
|
+
get: function () { return chunkPAM5UUBL_cjs.Droplet; }
|
|
44092
|
+
});
|
|
44093
|
+
Object.defineProperty(exports, "DropletsIcon", {
|
|
44094
|
+
enumerable: true,
|
|
44095
|
+
get: function () { return chunkPAM5UUBL_cjs.Droplets; }
|
|
44096
|
+
});
|
|
44097
|
+
Object.defineProperty(exports, "EarIcon", {
|
|
44098
|
+
enumerable: true,
|
|
44099
|
+
get: function () { return chunkPAM5UUBL_cjs.Ear; }
|
|
44100
|
+
});
|
|
44101
|
+
Object.defineProperty(exports, "ExternalLinkIcon", {
|
|
44102
|
+
enumerable: true,
|
|
44103
|
+
get: function () { return chunkPAM5UUBL_cjs.ExternalLink; }
|
|
44104
|
+
});
|
|
44105
|
+
Object.defineProperty(exports, "EyeIcon", {
|
|
44106
|
+
enumerable: true,
|
|
44107
|
+
get: function () { return chunkPAM5UUBL_cjs.Eye; }
|
|
44108
|
+
});
|
|
44109
|
+
Object.defineProperty(exports, "EyeOffIcon", {
|
|
44110
|
+
enumerable: true,
|
|
44111
|
+
get: function () { return chunkPAM5UUBL_cjs.EyeOff; }
|
|
44112
|
+
});
|
|
44113
|
+
Object.defineProperty(exports, "FileCheck2Icon", {
|
|
44114
|
+
enumerable: true,
|
|
44115
|
+
get: function () { return chunkPAM5UUBL_cjs.FileCheck2; }
|
|
44116
|
+
});
|
|
44117
|
+
Object.defineProperty(exports, "FileCheckIcon", {
|
|
44118
|
+
enumerable: true,
|
|
44119
|
+
get: function () { return chunkPAM5UUBL_cjs.FileCheck; }
|
|
44120
|
+
});
|
|
44121
|
+
Object.defineProperty(exports, "FileHeartIcon", {
|
|
44122
|
+
enumerable: true,
|
|
44123
|
+
get: function () { return chunkPAM5UUBL_cjs.FileHeart; }
|
|
44124
|
+
});
|
|
44125
|
+
Object.defineProperty(exports, "FileIcon", {
|
|
44126
|
+
enumerable: true,
|
|
44127
|
+
get: function () { return chunkPAM5UUBL_cjs.File; }
|
|
44128
|
+
});
|
|
44129
|
+
Object.defineProperty(exports, "FilePlus2Icon", {
|
|
44130
|
+
enumerable: true,
|
|
44131
|
+
get: function () { return chunkPAM5UUBL_cjs.FilePlus2; }
|
|
44132
|
+
});
|
|
44133
|
+
Object.defineProperty(exports, "FilePlusIcon", {
|
|
44134
|
+
enumerable: true,
|
|
44135
|
+
get: function () { return chunkPAM5UUBL_cjs.FilePlus; }
|
|
44136
|
+
});
|
|
44137
|
+
Object.defineProperty(exports, "FileTextIcon", {
|
|
44138
|
+
enumerable: true,
|
|
44139
|
+
get: function () { return chunkPAM5UUBL_cjs.FileText; }
|
|
44140
|
+
});
|
|
44141
|
+
Object.defineProperty(exports, "FilterIcon", {
|
|
44142
|
+
enumerable: true,
|
|
44143
|
+
get: function () { return chunkPAM5UUBL_cjs.Filter; }
|
|
44144
|
+
});
|
|
44145
|
+
Object.defineProperty(exports, "FingerprintIcon", {
|
|
44146
|
+
enumerable: true,
|
|
44147
|
+
get: function () { return chunkPAM5UUBL_cjs.Fingerprint; }
|
|
44148
|
+
});
|
|
44149
|
+
Object.defineProperty(exports, "FlagIcon", {
|
|
44150
|
+
enumerable: true,
|
|
44151
|
+
get: function () { return chunkPAM5UUBL_cjs.Flag; }
|
|
44152
|
+
});
|
|
44153
|
+
Object.defineProperty(exports, "FlaskIcon", {
|
|
44154
|
+
enumerable: true,
|
|
44155
|
+
get: function () { return chunkPAM5UUBL_cjs.FlaskConical; }
|
|
44156
|
+
});
|
|
44157
|
+
Object.defineProperty(exports, "FlaskRoundIcon", {
|
|
44158
|
+
enumerable: true,
|
|
44159
|
+
get: function () { return chunkPAM5UUBL_cjs.FlaskRound; }
|
|
44160
|
+
});
|
|
44161
|
+
Object.defineProperty(exports, "FolderIcon", {
|
|
44162
|
+
enumerable: true,
|
|
44163
|
+
get: function () { return chunkPAM5UUBL_cjs.Folder; }
|
|
44164
|
+
});
|
|
44165
|
+
Object.defineProperty(exports, "FolderOpenIcon", {
|
|
44166
|
+
enumerable: true,
|
|
44167
|
+
get: function () { return chunkPAM5UUBL_cjs.FolderOpen; }
|
|
44168
|
+
});
|
|
44169
|
+
Object.defineProperty(exports, "FootprintsIcon", {
|
|
44170
|
+
enumerable: true,
|
|
44171
|
+
get: function () { return chunkPAM5UUBL_cjs.Footprints; }
|
|
44172
|
+
});
|
|
44173
|
+
Object.defineProperty(exports, "GlassesIcon", {
|
|
44174
|
+
enumerable: true,
|
|
44175
|
+
get: function () { return chunkPAM5UUBL_cjs.Glasses; }
|
|
44176
|
+
});
|
|
44177
|
+
Object.defineProperty(exports, "GlobeIcon", {
|
|
44178
|
+
enumerable: true,
|
|
44179
|
+
get: function () { return chunkPAM5UUBL_cjs.Globe; }
|
|
44180
|
+
});
|
|
44181
|
+
Object.defineProperty(exports, "GridIcon", {
|
|
44182
|
+
enumerable: true,
|
|
44183
|
+
get: function () { return chunkPAM5UUBL_cjs.LayoutGrid; }
|
|
44184
|
+
});
|
|
44185
|
+
Object.defineProperty(exports, "GripVerticalIcon", {
|
|
44186
|
+
enumerable: true,
|
|
44187
|
+
get: function () { return chunkPAM5UUBL_cjs.GripVertical; }
|
|
44188
|
+
});
|
|
44189
|
+
Object.defineProperty(exports, "HandIcon", {
|
|
44190
|
+
enumerable: true,
|
|
44191
|
+
get: function () { return chunkPAM5UUBL_cjs.Hand; }
|
|
44192
|
+
});
|
|
44193
|
+
Object.defineProperty(exports, "HandMetalIcon", {
|
|
44194
|
+
enumerable: true,
|
|
44195
|
+
get: function () { return chunkPAM5UUBL_cjs.HandMetal; }
|
|
44196
|
+
});
|
|
44197
|
+
Object.defineProperty(exports, "HashIcon", {
|
|
44198
|
+
enumerable: true,
|
|
44199
|
+
get: function () { return chunkPAM5UUBL_cjs.Hash; }
|
|
44200
|
+
});
|
|
44201
|
+
Object.defineProperty(exports, "HeartIcon", {
|
|
44202
|
+
enumerable: true,
|
|
44203
|
+
get: function () { return chunkPAM5UUBL_cjs.Heart; }
|
|
44204
|
+
});
|
|
44205
|
+
Object.defineProperty(exports, "HeartOffIcon", {
|
|
44206
|
+
enumerable: true,
|
|
44207
|
+
get: function () { return chunkPAM5UUBL_cjs.HeartOff; }
|
|
44208
|
+
});
|
|
44209
|
+
Object.defineProperty(exports, "HeartPulseIcon", {
|
|
44210
|
+
enumerable: true,
|
|
44211
|
+
get: function () { return chunkPAM5UUBL_cjs.HeartPulse; }
|
|
44212
|
+
});
|
|
44213
|
+
Object.defineProperty(exports, "HelpCircleIcon", {
|
|
44214
|
+
enumerable: true,
|
|
44215
|
+
get: function () { return chunkPAM5UUBL_cjs.HelpCircle; }
|
|
44216
|
+
});
|
|
44217
|
+
Object.defineProperty(exports, "HistoryIcon", {
|
|
44218
|
+
enumerable: true,
|
|
44219
|
+
get: function () { return chunkPAM5UUBL_cjs.History; }
|
|
44220
|
+
});
|
|
44221
|
+
Object.defineProperty(exports, "HomeIcon", {
|
|
44222
|
+
enumerable: true,
|
|
44223
|
+
get: function () { return chunkPAM5UUBL_cjs.Home; }
|
|
44224
|
+
});
|
|
44225
|
+
Object.defineProperty(exports, "HospitalIcon", {
|
|
44226
|
+
enumerable: true,
|
|
44227
|
+
get: function () { return chunkPAM5UUBL_cjs.Hospital; }
|
|
44228
|
+
});
|
|
44229
|
+
Object.defineProperty(exports, "ImageIcon", {
|
|
44230
|
+
enumerable: true,
|
|
44231
|
+
get: function () { return chunkPAM5UUBL_cjs.Image; }
|
|
44232
|
+
});
|
|
44233
|
+
Object.defineProperty(exports, "InfoIcon", {
|
|
44234
|
+
enumerable: true,
|
|
44235
|
+
get: function () { return chunkPAM5UUBL_cjs.Info; }
|
|
44236
|
+
});
|
|
44237
|
+
Object.defineProperty(exports, "KeyIcon", {
|
|
44238
|
+
enumerable: true,
|
|
44239
|
+
get: function () { return chunkPAM5UUBL_cjs.Key; }
|
|
44240
|
+
});
|
|
44241
|
+
Object.defineProperty(exports, "LinkIcon", {
|
|
44242
|
+
enumerable: true,
|
|
44243
|
+
get: function () { return chunkPAM5UUBL_cjs.Link; }
|
|
44244
|
+
});
|
|
44245
|
+
Object.defineProperty(exports, "ListIcon", {
|
|
44246
|
+
enumerable: true,
|
|
44247
|
+
get: function () { return chunkPAM5UUBL_cjs.List; }
|
|
44248
|
+
});
|
|
44249
|
+
Object.defineProperty(exports, "LoaderIcon", {
|
|
44250
|
+
enumerable: true,
|
|
44251
|
+
get: function () { return chunkPAM5UUBL_cjs.Loader2; }
|
|
44252
|
+
});
|
|
44253
|
+
Object.defineProperty(exports, "LockIcon", {
|
|
44254
|
+
enumerable: true,
|
|
44255
|
+
get: function () { return chunkPAM5UUBL_cjs.Lock; }
|
|
44256
|
+
});
|
|
44257
|
+
Object.defineProperty(exports, "LogInIcon", {
|
|
44258
|
+
enumerable: true,
|
|
44259
|
+
get: function () { return chunkPAM5UUBL_cjs.LogIn; }
|
|
44260
|
+
});
|
|
44261
|
+
Object.defineProperty(exports, "LogOutIcon", {
|
|
44262
|
+
enumerable: true,
|
|
44263
|
+
get: function () { return chunkPAM5UUBL_cjs.LogOut; }
|
|
44264
|
+
});
|
|
44265
|
+
Object.defineProperty(exports, "MailIcon", {
|
|
44266
|
+
enumerable: true,
|
|
44267
|
+
get: function () { return chunkPAM5UUBL_cjs.Mail; }
|
|
44268
|
+
});
|
|
44269
|
+
Object.defineProperty(exports, "MapPinIcon", {
|
|
44270
|
+
enumerable: true,
|
|
44271
|
+
get: function () { return chunkPAM5UUBL_cjs.MapPin; }
|
|
44272
|
+
});
|
|
44273
|
+
Object.defineProperty(exports, "MaximizeIcon", {
|
|
44274
|
+
enumerable: true,
|
|
44275
|
+
get: function () { return chunkPAM5UUBL_cjs.Maximize; }
|
|
44276
|
+
});
|
|
44277
|
+
Object.defineProperty(exports, "MenuIcon", {
|
|
44278
|
+
enumerable: true,
|
|
44279
|
+
get: function () { return chunkPAM5UUBL_cjs.Menu; }
|
|
44280
|
+
});
|
|
44281
|
+
Object.defineProperty(exports, "MessageIcon", {
|
|
44282
|
+
enumerable: true,
|
|
44283
|
+
get: function () { return chunkPAM5UUBL_cjs.MessageSquare; }
|
|
44284
|
+
});
|
|
44285
|
+
Object.defineProperty(exports, "MicroscopeIcon", {
|
|
44286
|
+
enumerable: true,
|
|
44287
|
+
get: function () { return chunkPAM5UUBL_cjs.Microscope; }
|
|
44288
|
+
});
|
|
44289
|
+
Object.defineProperty(exports, "MinimizeIcon", {
|
|
44290
|
+
enumerable: true,
|
|
44291
|
+
get: function () { return chunkPAM5UUBL_cjs.Minimize; }
|
|
44292
|
+
});
|
|
44293
|
+
Object.defineProperty(exports, "MinusIcon", {
|
|
44294
|
+
enumerable: true,
|
|
44295
|
+
get: function () { return chunkPAM5UUBL_cjs.Minus; }
|
|
44296
|
+
});
|
|
44297
|
+
Object.defineProperty(exports, "MonitorIcon", {
|
|
44298
|
+
enumerable: true,
|
|
44299
|
+
get: function () { return chunkPAM5UUBL_cjs.Monitor; }
|
|
44300
|
+
});
|
|
44301
|
+
Object.defineProperty(exports, "MoonIcon", {
|
|
44302
|
+
enumerable: true,
|
|
44303
|
+
get: function () { return chunkPAM5UUBL_cjs.Moon; }
|
|
44304
|
+
});
|
|
44305
|
+
Object.defineProperty(exports, "MoreHorizontalIcon", {
|
|
44306
|
+
enumerable: true,
|
|
44307
|
+
get: function () { return chunkPAM5UUBL_cjs.MoreHorizontal; }
|
|
44308
|
+
});
|
|
44309
|
+
Object.defineProperty(exports, "MoreVerticalIcon", {
|
|
44310
|
+
enumerable: true,
|
|
44311
|
+
get: function () { return chunkPAM5UUBL_cjs.MoreVertical; }
|
|
44312
|
+
});
|
|
44313
|
+
Object.defineProperty(exports, "NotebookPenIcon", {
|
|
44314
|
+
enumerable: true,
|
|
44315
|
+
get: function () { return chunkPAM5UUBL_cjs.NotebookPen; }
|
|
44316
|
+
});
|
|
44317
|
+
Object.defineProperty(exports, "PaletteIcon", {
|
|
44318
|
+
enumerable: true,
|
|
44319
|
+
get: function () { return chunkPAM5UUBL_cjs.Palette; }
|
|
44320
|
+
});
|
|
44321
|
+
Object.defineProperty(exports, "PaperclipIcon", {
|
|
44322
|
+
enumerable: true,
|
|
44323
|
+
get: function () { return chunkPAM5UUBL_cjs.Paperclip; }
|
|
44324
|
+
});
|
|
44325
|
+
Object.defineProperty(exports, "PatientIcon", {
|
|
44326
|
+
enumerable: true,
|
|
44327
|
+
get: function () { return chunkPAM5UUBL_cjs.CircleUserRound; }
|
|
44328
|
+
});
|
|
44329
|
+
Object.defineProperty(exports, "PencilIcon", {
|
|
44330
|
+
enumerable: true,
|
|
44331
|
+
get: function () { return chunkPAM5UUBL_cjs.Pencil; }
|
|
44332
|
+
});
|
|
44333
|
+
Object.defineProperty(exports, "PersonIcon", {
|
|
44334
|
+
enumerable: true,
|
|
44335
|
+
get: function () { return chunkPAM5UUBL_cjs.UserRound; }
|
|
44336
|
+
});
|
|
44337
|
+
Object.defineProperty(exports, "PhoneIcon", {
|
|
44338
|
+
enumerable: true,
|
|
44339
|
+
get: function () { return chunkPAM5UUBL_cjs.Phone; }
|
|
44340
|
+
});
|
|
44341
|
+
Object.defineProperty(exports, "PieChartIcon", {
|
|
44342
|
+
enumerable: true,
|
|
44343
|
+
get: function () { return chunkPAM5UUBL_cjs.PieChart; }
|
|
44344
|
+
});
|
|
44345
|
+
Object.defineProperty(exports, "PillIcon", {
|
|
44346
|
+
enumerable: true,
|
|
44347
|
+
get: function () { return chunkPAM5UUBL_cjs.Pill; }
|
|
44348
|
+
});
|
|
44349
|
+
Object.defineProperty(exports, "PlusIcon", {
|
|
44350
|
+
enumerable: true,
|
|
44351
|
+
get: function () { return chunkPAM5UUBL_cjs.Plus; }
|
|
44352
|
+
});
|
|
44353
|
+
Object.defineProperty(exports, "PrinterIcon", {
|
|
44354
|
+
enumerable: true,
|
|
44355
|
+
get: function () { return chunkPAM5UUBL_cjs.Printer; }
|
|
44356
|
+
});
|
|
44357
|
+
Object.defineProperty(exports, "RadiationIcon", {
|
|
44358
|
+
enumerable: true,
|
|
44359
|
+
get: function () { return chunkPAM5UUBL_cjs.Radiation; }
|
|
44360
|
+
});
|
|
44361
|
+
Object.defineProperty(exports, "RulerIcon", {
|
|
44362
|
+
enumerable: true,
|
|
44363
|
+
get: function () { return chunkPAM5UUBL_cjs.Ruler; }
|
|
44364
|
+
});
|
|
44365
|
+
Object.defineProperty(exports, "SaveIcon", {
|
|
44366
|
+
enumerable: true,
|
|
44367
|
+
get: function () { return chunkPAM5UUBL_cjs.Save; }
|
|
44368
|
+
});
|
|
44369
|
+
Object.defineProperty(exports, "ScaleIcon", {
|
|
44370
|
+
enumerable: true,
|
|
44371
|
+
get: function () { return chunkPAM5UUBL_cjs.Scale; }
|
|
44372
|
+
});
|
|
44373
|
+
Object.defineProperty(exports, "ScalingIcon", {
|
|
44374
|
+
enumerable: true,
|
|
44375
|
+
get: function () { return chunkPAM5UUBL_cjs.Scaling; }
|
|
44376
|
+
});
|
|
44377
|
+
Object.defineProperty(exports, "ScanEyeIcon", {
|
|
44378
|
+
enumerable: true,
|
|
44379
|
+
get: function () { return chunkPAM5UUBL_cjs.ScanEye; }
|
|
44380
|
+
});
|
|
44381
|
+
Object.defineProperty(exports, "ScanIcon", {
|
|
44382
|
+
enumerable: true,
|
|
44383
|
+
get: function () { return chunkPAM5UUBL_cjs.Scan; }
|
|
44384
|
+
});
|
|
44385
|
+
Object.defineProperty(exports, "ScanLineIcon", {
|
|
44386
|
+
enumerable: true,
|
|
44387
|
+
get: function () { return chunkPAM5UUBL_cjs.ScanLine; }
|
|
44388
|
+
});
|
|
44389
|
+
Object.defineProperty(exports, "SearchIcon", {
|
|
44390
|
+
enumerable: true,
|
|
44391
|
+
get: function () { return chunkPAM5UUBL_cjs.Search; }
|
|
44392
|
+
});
|
|
44393
|
+
Object.defineProperty(exports, "SettingsIcon", {
|
|
44394
|
+
enumerable: true,
|
|
44395
|
+
get: function () { return chunkPAM5UUBL_cjs.Settings; }
|
|
44396
|
+
});
|
|
44397
|
+
Object.defineProperty(exports, "ShareIcon", {
|
|
44398
|
+
enumerable: true,
|
|
44399
|
+
get: function () { return chunkPAM5UUBL_cjs.Share; }
|
|
44400
|
+
});
|
|
44401
|
+
Object.defineProperty(exports, "ShieldCheckIcon", {
|
|
44402
|
+
enumerable: true,
|
|
44403
|
+
get: function () { return chunkPAM5UUBL_cjs.ShieldCheck; }
|
|
44404
|
+
});
|
|
44405
|
+
Object.defineProperty(exports, "ShieldIcon", {
|
|
44406
|
+
enumerable: true,
|
|
44407
|
+
get: function () { return chunkPAM5UUBL_cjs.Shield; }
|
|
44408
|
+
});
|
|
44409
|
+
Object.defineProperty(exports, "ShieldPlusIcon", {
|
|
44410
|
+
enumerable: true,
|
|
44411
|
+
get: function () { return chunkPAM5UUBL_cjs.ShieldPlus; }
|
|
44412
|
+
});
|
|
44413
|
+
Object.defineProperty(exports, "SlidersIcon", {
|
|
44414
|
+
enumerable: true,
|
|
44415
|
+
get: function () { return chunkPAM5UUBL_cjs.Sliders; }
|
|
44416
|
+
});
|
|
44417
|
+
Object.defineProperty(exports, "SparkleIcon", {
|
|
44418
|
+
enumerable: true,
|
|
44419
|
+
get: function () { return chunkPAM5UUBL_cjs.Sparkle; }
|
|
44420
|
+
});
|
|
44421
|
+
Object.defineProperty(exports, "StarIcon", {
|
|
44422
|
+
enumerable: true,
|
|
44423
|
+
get: function () { return chunkPAM5UUBL_cjs.Star; }
|
|
44424
|
+
});
|
|
44425
|
+
Object.defineProperty(exports, "StethoscopeIcon", {
|
|
44426
|
+
enumerable: true,
|
|
44427
|
+
get: function () { return chunkPAM5UUBL_cjs.Stethoscope; }
|
|
44428
|
+
});
|
|
44429
|
+
Object.defineProperty(exports, "StickyNoteIcon", {
|
|
44430
|
+
enumerable: true,
|
|
44431
|
+
get: function () { return chunkPAM5UUBL_cjs.StickyNote; }
|
|
44432
|
+
});
|
|
44433
|
+
Object.defineProperty(exports, "SunIcon", {
|
|
44434
|
+
enumerable: true,
|
|
44435
|
+
get: function () { return chunkPAM5UUBL_cjs.Sun; }
|
|
44436
|
+
});
|
|
44437
|
+
Object.defineProperty(exports, "SyringeIcon", {
|
|
44438
|
+
enumerable: true,
|
|
44439
|
+
get: function () { return chunkPAM5UUBL_cjs.Syringe; }
|
|
44440
|
+
});
|
|
44441
|
+
Object.defineProperty(exports, "TableIcon", {
|
|
44442
|
+
enumerable: true,
|
|
44443
|
+
get: function () { return chunkPAM5UUBL_cjs.Table; }
|
|
44444
|
+
});
|
|
44445
|
+
Object.defineProperty(exports, "TabletsIcon", {
|
|
44446
|
+
enumerable: true,
|
|
44447
|
+
get: function () { return chunkPAM5UUBL_cjs.Tablets; }
|
|
44448
|
+
});
|
|
44449
|
+
Object.defineProperty(exports, "TagIcon", {
|
|
44450
|
+
enumerable: true,
|
|
44451
|
+
get: function () { return chunkPAM5UUBL_cjs.Tag; }
|
|
44452
|
+
});
|
|
44453
|
+
Object.defineProperty(exports, "TestTubeIcon", {
|
|
44454
|
+
enumerable: true,
|
|
44455
|
+
get: function () { return chunkPAM5UUBL_cjs.TestTube2; }
|
|
44456
|
+
});
|
|
44457
|
+
Object.defineProperty(exports, "TestTubesIcon", {
|
|
44458
|
+
enumerable: true,
|
|
44459
|
+
get: function () { return chunkPAM5UUBL_cjs.TestTubes; }
|
|
44460
|
+
});
|
|
44461
|
+
Object.defineProperty(exports, "ThermometerIcon", {
|
|
44462
|
+
enumerable: true,
|
|
44463
|
+
get: function () { return chunkPAM5UUBL_cjs.Thermometer; }
|
|
44464
|
+
});
|
|
44465
|
+
Object.defineProperty(exports, "ThermometerSunIcon", {
|
|
44466
|
+
enumerable: true,
|
|
44467
|
+
get: function () { return chunkPAM5UUBL_cjs.ThermometerSun; }
|
|
44468
|
+
});
|
|
44469
|
+
Object.defineProperty(exports, "ThumbsDownIcon", {
|
|
44470
|
+
enumerable: true,
|
|
44471
|
+
get: function () { return chunkPAM5UUBL_cjs.ThumbsDown; }
|
|
44472
|
+
});
|
|
44473
|
+
Object.defineProperty(exports, "ThumbsUpIcon", {
|
|
44474
|
+
enumerable: true,
|
|
44475
|
+
get: function () { return chunkPAM5UUBL_cjs.ThumbsUp; }
|
|
44476
|
+
});
|
|
44477
|
+
Object.defineProperty(exports, "TimerIcon", {
|
|
44478
|
+
enumerable: true,
|
|
44479
|
+
get: function () { return chunkPAM5UUBL_cjs.Timer; }
|
|
44480
|
+
});
|
|
44481
|
+
Object.defineProperty(exports, "TrashIcon", {
|
|
44482
|
+
enumerable: true,
|
|
44483
|
+
get: function () { return chunkPAM5UUBL_cjs.Trash2; }
|
|
44484
|
+
});
|
|
44485
|
+
Object.defineProperty(exports, "TrendingDownIcon", {
|
|
44486
|
+
enumerable: true,
|
|
44487
|
+
get: function () { return chunkPAM5UUBL_cjs.TrendingDown; }
|
|
44488
|
+
});
|
|
44489
|
+
Object.defineProperty(exports, "TrendingUpIcon", {
|
|
44490
|
+
enumerable: true,
|
|
44491
|
+
get: function () { return chunkPAM5UUBL_cjs.TrendingUp; }
|
|
44492
|
+
});
|
|
44493
|
+
Object.defineProperty(exports, "TruckIcon", {
|
|
44494
|
+
enumerable: true,
|
|
44495
|
+
get: function () { return chunkPAM5UUBL_cjs.Truck; }
|
|
44496
|
+
});
|
|
44497
|
+
Object.defineProperty(exports, "UnlockIcon", {
|
|
44498
|
+
enumerable: true,
|
|
44499
|
+
get: function () { return chunkPAM5UUBL_cjs.Unlock; }
|
|
44500
|
+
});
|
|
44501
|
+
Object.defineProperty(exports, "UploadIcon", {
|
|
44502
|
+
enumerable: true,
|
|
44503
|
+
get: function () { return chunkPAM5UUBL_cjs.Upload; }
|
|
44504
|
+
});
|
|
44505
|
+
Object.defineProperty(exports, "UserCheckIcon", {
|
|
44506
|
+
enumerable: true,
|
|
44507
|
+
get: function () { return chunkPAM5UUBL_cjs.UserCheck; }
|
|
44508
|
+
});
|
|
44509
|
+
Object.defineProperty(exports, "UserIcon", {
|
|
44510
|
+
enumerable: true,
|
|
44511
|
+
get: function () { return chunkPAM5UUBL_cjs.User; }
|
|
44512
|
+
});
|
|
44513
|
+
Object.defineProperty(exports, "UserMinusIcon", {
|
|
44514
|
+
enumerable: true,
|
|
44515
|
+
get: function () { return chunkPAM5UUBL_cjs.UserMinus; }
|
|
44516
|
+
});
|
|
44517
|
+
Object.defineProperty(exports, "UserPlusIcon", {
|
|
44518
|
+
enumerable: true,
|
|
44519
|
+
get: function () { return chunkPAM5UUBL_cjs.UserPlus; }
|
|
44520
|
+
});
|
|
44521
|
+
Object.defineProperty(exports, "UserRoundCheckIcon", {
|
|
44522
|
+
enumerable: true,
|
|
44523
|
+
get: function () { return chunkPAM5UUBL_cjs.UserRoundCheck; }
|
|
44524
|
+
});
|
|
44525
|
+
Object.defineProperty(exports, "UserRoundMinusIcon", {
|
|
44526
|
+
enumerable: true,
|
|
44527
|
+
get: function () { return chunkPAM5UUBL_cjs.UserRoundMinus; }
|
|
44528
|
+
});
|
|
44529
|
+
Object.defineProperty(exports, "UserRoundPlusIcon", {
|
|
44530
|
+
enumerable: true,
|
|
44531
|
+
get: function () { return chunkPAM5UUBL_cjs.UserRoundPlus; }
|
|
44532
|
+
});
|
|
44533
|
+
Object.defineProperty(exports, "UserRoundXIcon", {
|
|
44534
|
+
enumerable: true,
|
|
44535
|
+
get: function () { return chunkPAM5UUBL_cjs.UserRoundX; }
|
|
44536
|
+
});
|
|
44537
|
+
Object.defineProperty(exports, "UsersIcon", {
|
|
44538
|
+
enumerable: true,
|
|
44539
|
+
get: function () { return chunkPAM5UUBL_cjs.Users; }
|
|
44540
|
+
});
|
|
44541
|
+
Object.defineProperty(exports, "WeightIcon", {
|
|
44542
|
+
enumerable: true,
|
|
44543
|
+
get: function () { return chunkPAM5UUBL_cjs.Weight; }
|
|
44544
|
+
});
|
|
44545
|
+
Object.defineProperty(exports, "WrenchIcon", {
|
|
44546
|
+
enumerable: true,
|
|
44547
|
+
get: function () { return chunkPAM5UUBL_cjs.Wrench; }
|
|
44548
|
+
});
|
|
44549
|
+
Object.defineProperty(exports, "XCircleIcon", {
|
|
44550
|
+
enumerable: true,
|
|
44551
|
+
get: function () { return chunkPAM5UUBL_cjs.XCircle; }
|
|
44552
|
+
});
|
|
44553
|
+
Object.defineProperty(exports, "XIcon", {
|
|
44554
|
+
enumerable: true,
|
|
44555
|
+
get: function () { return chunkPAM5UUBL_cjs.X2; }
|
|
44556
|
+
});
|
|
44557
|
+
Object.defineProperty(exports, "ZapIcon", {
|
|
44558
|
+
enumerable: true,
|
|
44559
|
+
get: function () { return chunkPAM5UUBL_cjs.Zap; }
|
|
44560
|
+
});
|
|
43841
44561
|
Object.defineProperty(exports, "Button", {
|
|
43842
44562
|
enumerable: true,
|
|
43843
44563
|
get: function () { return chunkM26KJKZG_cjs.Button; }
|