@alfadocs/ui-kit 0.89.0 → 0.94.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_chunks/{antenatal-schedule-timeline-UiZQze4P.js → antenatal-schedule-timeline-BMMpi2lb.js} +17 -17
- package/dist/_chunks/apexcharts-theme-fAQXLIMW.js +67 -0
- package/dist/_chunks/{appointment-timeline-CwpbQGC1.js → appointment-timeline-BB-c1LeR.js} +2 -2
- package/dist/_chunks/{ar-C9FRRqJs.js → ar-THMLfSoN.js} +22 -22
- package/dist/_chunks/{booking-DEwmDprH.js → booking-BSpSMmJ2.js} +4 -4
- package/dist/_chunks/{chart-CNaLgvx4.js → chart-DqxVCm1I.js} +288 -257
- package/dist/_chunks/{cycle-calculator-DXSNIWFk.js → cycle-calculator-DNvvr0bP.js} +3 -3
- package/dist/_chunks/date-picker-BP_W6VtE.js +265 -0
- package/dist/_chunks/{date-picker-variants-D9B6hg15.js → date-picker-variants-eL6HjWvw.js} +966 -841
- package/dist/_chunks/date-range-picker-Cfv4Sr63.js +832 -0
- package/dist/_chunks/{date-time-picker-BU-j0qj4.js → date-time-picker-695QvBGj.js} +2 -2
- package/dist/_chunks/{de-C3_KZ6mR.js → de-DmZ-8rTN.js} +4 -4
- package/dist/_chunks/{due-date-calculator-BR_GuqHH.js → due-date-calculator-BEcdoy_E.js} +3 -3
- package/dist/_chunks/{el-v9xDKHgu.js → el-Bela9mxs.js} +6 -6
- package/dist/_chunks/{es-Lgmjq9Rp.js → es-BNncHKex.js} +10 -10
- package/dist/_chunks/{fr-INS1OD7m.js → fr-CH8ADfhN.js} +12 -12
- package/dist/_chunks/{gestational-age-calculator-DBIcxfjP.js → gestational-age-calculator-CuGkVqKp.js} +5 -5
- package/dist/_chunks/{hcg-doubling-BgCkds8R.js → hcg-doubling-fZ6qQN08.js} +2 -2
- package/dist/_chunks/{hi-BUYtlosF.js → hi-Bppfxp8l.js} +16 -16
- package/dist/_chunks/{isSameWeek-BUNsv4OO.js → isSameWeek-CK4HS9lH.js} +2 -2
- package/dist/_chunks/{it-VfsdUqeV.js → it-B4ySaRyK.js} +24 -24
- package/dist/_chunks/{ja-Dfk9qwzE.js → ja-CGF6Io9P.js} +12 -12
- package/dist/_chunks/{link-cell-renderer-BzITwSXq.js → link-cell-renderer-_LDZhY4r.js} +214 -197
- package/dist/_chunks/{nl-Crxwg0IZ.js → nl-DuShqwuV.js} +12 -12
- package/dist/_chunks/parse-DvA97ro9.js +1601 -0
- package/dist/_chunks/{patient-details-Dggsz-ki.js → patient-details-DrhlTrLf.js} +2 -2
- package/dist/_chunks/{patient-table-ps4byVwA.js → patient-table-CFM92QqU.js} +2 -2
- package/dist/_chunks/{pl-IdHtxWTl.js → pl-CKQwX9Fk.js} +22 -22
- package/dist/_chunks/{pregnancy-dating-CvIRwWaG.js → pregnancy-dating-BdFl-rB1.js} +5 -5
- package/dist/_chunks/{pt-CY2m2bBz.js → pt-_njpXyOZ.js} +16 -16
- package/dist/_chunks/{radiograph-panel.agent-C93AXgtV.js → radiograph-panel.agent-DDnDGVpN.js} +3 -3
- package/dist/_chunks/{ro-qoxLkXED.js → ro-3X6_4FcN.js} +14 -14
- package/dist/_chunks/{ru-BVZlxoKf.js → ru-bAcgmnS-.js} +20 -20
- package/dist/_chunks/{sparkline-iOXYgvJe.js → sparkline-o6JH4O66.js} +2 -2
- package/dist/_chunks/{sq--eT8hIiD.js → sq-jYFqr4Ga.js} +6 -6
- package/dist/_chunks/subDays-BcNi04uf.js +8 -0
- package/dist/_chunks/{sv-BGNQ5gX6.js → sv-BSGEJ-8B.js} +10 -10
- package/dist/_chunks/{tr-B2NEu6Gy.js → tr-CTpgUtw6.js} +14 -14
- package/dist/_chunks/{zh-CN-DClT1wDk.js → zh-CN-BgM0Io2O.js} +22 -22
- package/dist/agent-catalog.json +101 -2
- package/dist/agent-i18n/en.json +8 -2
- package/dist/components/_shared/calendar-class-names.d.ts +5 -0
- package/dist/components/_shared/date-picker-variants.d.ts +23 -1
- package/dist/components/_shared/index.d.ts +2 -2
- package/dist/components/appointment-timeline/index.js +1 -1
- package/dist/components/booking/index.js +1 -1
- package/dist/components/chart/chart.d.ts +20 -0
- package/dist/components/chart/index.js +1 -1
- package/dist/components/cycle-calculator/index.js +1 -1
- package/dist/components/data-table/filters/date-range-filter.d.ts +13 -0
- package/dist/components/data-table/index.js +1 -1
- package/dist/components/date-picker/index.js +1 -1
- package/dist/components/date-range-picker/date-range-picker.d.ts +91 -1
- package/dist/components/date-range-picker/index.d.ts +1 -1
- package/dist/components/date-range-picker/index.js +1 -1
- package/dist/components/date-time-picker/index.js +1 -1
- package/dist/components/due-date-calculator/index.js +2 -2
- package/dist/components/gestational-age-calculator/index.js +1 -1
- package/dist/components/hcg-doubling/index.js +1 -1
- package/dist/components/patient-details/index.js +1 -1
- package/dist/components/patient-table/index.js +1 -1
- package/dist/components/pregnancy-dating/index.js +1 -1
- package/dist/components/radiograph-panel/index.js +1 -1
- package/dist/components/sparkline/index.js +1 -1
- package/dist/i18n/locales/ar.d.ts +24 -0
- package/dist/i18n/locales/ar.js +24 -0
- package/dist/i18n/locales/de.d.ts +24 -0
- package/dist/i18n/locales/de.js +24 -0
- package/dist/i18n/locales/el.d.ts +24 -0
- package/dist/i18n/locales/el.js +24 -0
- package/dist/i18n/locales/en.d.ts +24 -0
- package/dist/i18n/locales/en.js +24 -0
- package/dist/i18n/locales/es.d.ts +24 -0
- package/dist/i18n/locales/es.js +24 -0
- package/dist/i18n/locales/fr.d.ts +24 -0
- package/dist/i18n/locales/fr.js +24 -0
- package/dist/i18n/locales/hi.d.ts +24 -0
- package/dist/i18n/locales/hi.js +24 -0
- package/dist/i18n/locales/it.d.ts +24 -0
- package/dist/i18n/locales/it.js +24 -0
- package/dist/i18n/locales/ja.d.ts +24 -0
- package/dist/i18n/locales/ja.js +24 -0
- package/dist/i18n/locales/nl.d.ts +24 -0
- package/dist/i18n/locales/nl.js +24 -0
- package/dist/i18n/locales/pl.d.ts +24 -0
- package/dist/i18n/locales/pl.js +24 -0
- package/dist/i18n/locales/pt.d.ts +24 -0
- package/dist/i18n/locales/pt.js +24 -0
- package/dist/i18n/locales/ro.d.ts +24 -0
- package/dist/i18n/locales/ro.js +24 -0
- package/dist/i18n/locales/ru.d.ts +24 -0
- package/dist/i18n/locales/ru.js +24 -0
- package/dist/i18n/locales/sq.d.ts +24 -0
- package/dist/i18n/locales/sq.js +24 -0
- package/dist/i18n/locales/sv.d.ts +24 -0
- package/dist/i18n/locales/sv.js +24 -0
- package/dist/i18n/locales/tr.d.ts +24 -0
- package/dist/i18n/locales/tr.js +24 -0
- package/dist/i18n/locales/zh.d.ts +24 -0
- package/dist/i18n/locales/zh.js +24 -0
- package/dist/index.js +17 -17
- package/dist/locales/ar.json +24 -0
- package/dist/locales/de.json +24 -0
- package/dist/locales/el.json +24 -0
- package/dist/locales/en.json +24 -0
- package/dist/locales/es.json +24 -0
- package/dist/locales/fr.json +24 -0
- package/dist/locales/hi.json +24 -0
- package/dist/locales/it.json +24 -0
- package/dist/locales/ja.json +24 -0
- package/dist/locales/nl.json +24 -0
- package/dist/locales/pl.json +24 -0
- package/dist/locales/pt.json +24 -0
- package/dist/locales/ro.json +24 -0
- package/dist/locales/ru.json +24 -0
- package/dist/locales/sq.json +24 -0
- package/dist/locales/sv.json +24 -0
- package/dist/locales/tr.json +24 -0
- package/dist/locales/zh.json +24 -0
- package/dist/tokens/apexcharts-theme.d.ts +36 -1
- package/dist/tokens.css +1 -1
- package/package.json +1 -1
- package/dist/_chunks/apexcharts-theme-BJigns_V.js +0 -53
- package/dist/_chunks/date-picker-ffmyjvlI.js +0 -1845
- package/dist/_chunks/date-range-picker-DSOH50-f.js +0 -325
- package/dist/_chunks/subDays-fEHRx4hg.js +0 -8
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { jsx as u, jsxs as k } from "react/jsx-runtime";
|
|
2
2
|
import { useState as w, useEffect as R, useMemo as z } from "react";
|
|
3
|
-
import { useGridFilter as
|
|
4
|
-
import { D as H } from "./date-range-picker-
|
|
3
|
+
import { useGridFilter as q } from "ag-grid-react";
|
|
4
|
+
import { D as H } from "./date-range-picker-Cfv4Sr63.js";
|
|
5
5
|
import { useTranslation as O } from "react-i18next";
|
|
6
6
|
import { C as Z } from "./checkbox-BuZ1u__2.js";
|
|
7
|
-
import { B as
|
|
7
|
+
import { B as D } from "./button-CPGiR_bH.js";
|
|
8
8
|
import { M as J } from "./multi-select-D5QLBJM1.js";
|
|
9
9
|
import { S as K } from "./scroll-area-BZOvUhwQ.js";
|
|
10
10
|
import { A as U } from "./autocomplete-BrONKN8l.js";
|
|
11
|
-
import { N as
|
|
11
|
+
import { N as E } from "./number-input-DjWzmlEY.js";
|
|
12
12
|
import { S as Q } from "./select-BW5ecXlX.js";
|
|
13
13
|
import { B as W } from "./badge-DCOqV9mI.js";
|
|
14
14
|
import { A as $ } from "./avatar-BNQNhoyL.js";
|
|
15
15
|
import { T as j } from "./tag-3wgkwwDB.js";
|
|
16
16
|
import { T as X } from "./tooltip-DvmfrNvB.js";
|
|
17
17
|
import { T as V } from "./timestamp-BV2lC-wV.js";
|
|
18
|
-
function
|
|
18
|
+
function L(t) {
|
|
19
19
|
return t ? t.toISOString().slice(0, 10) : null;
|
|
20
20
|
}
|
|
21
21
|
function S(t) {
|
|
@@ -24,41 +24,57 @@ function S(t) {
|
|
|
24
24
|
return Number.isNaN(e.getTime()) ? void 0 : e;
|
|
25
25
|
}
|
|
26
26
|
function ke(t) {
|
|
27
|
-
|
|
27
|
+
var c;
|
|
28
|
+
const { model: e, onModelChange: n, getValue: a, doesRowPassOtherFilter: l } = t, i = ((c = t.colDef) == null ? void 0 : c.filterParams) ?? {}, [r, p] = w(() => ({
|
|
28
29
|
from: S(e == null ? void 0 : e.dateFrom),
|
|
29
30
|
to: S(e == null ? void 0 : e.dateTo)
|
|
30
31
|
}));
|
|
31
32
|
R(() => {
|
|
32
|
-
|
|
33
|
+
p({
|
|
33
34
|
from: S(e == null ? void 0 : e.dateFrom),
|
|
34
35
|
to: S(e == null ? void 0 : e.dateTo)
|
|
35
36
|
});
|
|
36
|
-
}, [e == null ? void 0 : e.dateFrom, e == null ? void 0 : e.dateTo]),
|
|
37
|
-
doesFilterPass: (
|
|
38
|
-
const
|
|
39
|
-
if (!
|
|
40
|
-
const
|
|
41
|
-
if (!
|
|
42
|
-
const b =
|
|
43
|
-
return !(!b ||
|
|
37
|
+
}, [e == null ? void 0 : e.dateFrom, e == null ? void 0 : e.dateTo]), q({
|
|
38
|
+
doesFilterPass: (s) => {
|
|
39
|
+
const m = S(e == null ? void 0 : e.dateFrom), y = S(e == null ? void 0 : e.dateTo);
|
|
40
|
+
if (!m && !y) return !0;
|
|
41
|
+
const h = a(s.node);
|
|
42
|
+
if (!h) return !1;
|
|
43
|
+
const b = h instanceof Date ? h : S(String(h));
|
|
44
|
+
return !(!b || m && b < m || y && b > y);
|
|
44
45
|
}
|
|
45
46
|
});
|
|
46
|
-
function
|
|
47
|
-
if (
|
|
47
|
+
function f(s) {
|
|
48
|
+
if (p(s), !s.from && !s.to) {
|
|
48
49
|
n(null);
|
|
49
50
|
return;
|
|
50
51
|
}
|
|
51
52
|
n({
|
|
52
53
|
type: "inRange",
|
|
53
|
-
dateFrom:
|
|
54
|
-
dateTo:
|
|
54
|
+
dateFrom: L(s.from),
|
|
55
|
+
dateTo: L(s.to)
|
|
55
56
|
});
|
|
56
57
|
}
|
|
57
|
-
return /* @__PURE__ */ u(
|
|
58
|
+
return /* @__PURE__ */ u(
|
|
59
|
+
"div",
|
|
60
|
+
{
|
|
61
|
+
"data-component": "date-range-filter",
|
|
62
|
+
className: "ds:p-[var(--spacing-sm)] ds:min-w-[280px]",
|
|
63
|
+
children: /* @__PURE__ */ u(
|
|
64
|
+
H,
|
|
65
|
+
{
|
|
66
|
+
value: r,
|
|
67
|
+
onChange: f,
|
|
68
|
+
commitMode: i.commitMode,
|
|
69
|
+
size: "sm"
|
|
70
|
+
}
|
|
71
|
+
)
|
|
72
|
+
}
|
|
73
|
+
);
|
|
58
74
|
}
|
|
59
75
|
function we(t) {
|
|
60
|
-
var
|
|
61
|
-
const { model: e, onModelChange: n, column: a } = t, l = ((c = (
|
|
76
|
+
var f, c;
|
|
77
|
+
const { model: e, onModelChange: n, column: a } = t, l = ((c = (f = a == null ? void 0 : a.getColDef) == null ? void 0 : f.call(a)) == null ? void 0 : c.filterParams) ?? {}, [i, r] = w(() => ({
|
|
62
78
|
from: S(e == null ? void 0 : e.dateFrom),
|
|
63
79
|
to: S(e == null ? void 0 : e.dateTo)
|
|
64
80
|
}));
|
|
@@ -68,22 +84,23 @@ function we(t) {
|
|
|
68
84
|
to: S(e == null ? void 0 : e.dateTo)
|
|
69
85
|
});
|
|
70
86
|
}, [e == null ? void 0 : e.dateFrom, e == null ? void 0 : e.dateTo]);
|
|
71
|
-
function p(
|
|
72
|
-
if (r(
|
|
87
|
+
function p(s) {
|
|
88
|
+
if (r(s), !s.from && !s.to) {
|
|
73
89
|
n(null);
|
|
74
90
|
return;
|
|
75
91
|
}
|
|
76
92
|
n({
|
|
77
93
|
type: "inRange",
|
|
78
|
-
dateFrom:
|
|
79
|
-
dateTo:
|
|
94
|
+
dateFrom: L(s.from),
|
|
95
|
+
dateTo: L(s.to)
|
|
80
96
|
});
|
|
81
97
|
}
|
|
82
98
|
return /* @__PURE__ */ u("div", { "data-component": "date-range-floating-filter", className: "ds:w-full", children: /* @__PURE__ */ u(
|
|
83
99
|
H,
|
|
84
100
|
{
|
|
85
|
-
value:
|
|
101
|
+
value: i,
|
|
86
102
|
onChange: p,
|
|
103
|
+
commitMode: l.commitMode,
|
|
87
104
|
size: "sm",
|
|
88
105
|
placeholder: l.placeholder
|
|
89
106
|
}
|
|
@@ -93,42 +110,42 @@ function P(t) {
|
|
|
93
110
|
return typeof t == "number" ? `n:${t}` : `s:${t}`;
|
|
94
111
|
}
|
|
95
112
|
function ze(t) {
|
|
96
|
-
const { model: e, onModelChange: n, getValue: a, api: l, column:
|
|
113
|
+
const { model: e, onModelChange: n, getValue: a, api: l, column: i, options: r, placeholder: p } = t, { t: f } = O("ui"), c = z(() => {
|
|
97
114
|
if (r && r.length > 0) return r;
|
|
98
|
-
if (!l || !
|
|
115
|
+
if (!l || !i) return [];
|
|
99
116
|
const v = /* @__PURE__ */ new Map();
|
|
100
117
|
return l.forEachNode((o) => {
|
|
101
|
-
const
|
|
102
|
-
if (
|
|
103
|
-
const
|
|
104
|
-
v.has(C) || v.set(C, { value:
|
|
118
|
+
const d = a(o);
|
|
119
|
+
if (d == null) return;
|
|
120
|
+
const g = typeof d == "string" || typeof d == "number" ? d : String(d), C = P(g);
|
|
121
|
+
v.has(C) || v.set(C, { value: g, label: String(g) });
|
|
105
122
|
}), Array.from(v.values()).sort(
|
|
106
|
-
(o,
|
|
123
|
+
(o, d) => String(o.label).localeCompare(String(d.label))
|
|
107
124
|
);
|
|
108
|
-
}, [r, l,
|
|
125
|
+
}, [r, l, i, a]), s = z(() => {
|
|
109
126
|
const v = /* @__PURE__ */ new Set(), o = (e == null ? void 0 : e.values) ?? [];
|
|
110
|
-
for (const
|
|
127
|
+
for (const d of o) v.add(P(d));
|
|
111
128
|
return v;
|
|
112
|
-
}, [e]), [m,
|
|
129
|
+
}, [e]), [m, y] = w(s);
|
|
113
130
|
R(() => {
|
|
114
|
-
|
|
115
|
-
}, [
|
|
131
|
+
y(s);
|
|
132
|
+
}, [s]), q({
|
|
116
133
|
doesFilterPass: (v) => {
|
|
117
134
|
const o = e == null ? void 0 : e.values;
|
|
118
135
|
if (!o || o.length === 0) return !0;
|
|
119
|
-
const
|
|
120
|
-
if (
|
|
121
|
-
const
|
|
136
|
+
const d = a(v.node);
|
|
137
|
+
if (d == null) return !1;
|
|
138
|
+
const g = typeof d == "string" || typeof d == "number" ? d : String(d), C = P(g);
|
|
122
139
|
return o.some((N) => P(N) === C);
|
|
123
140
|
}
|
|
124
141
|
});
|
|
125
|
-
function
|
|
126
|
-
|
|
127
|
-
const
|
|
128
|
-
return
|
|
142
|
+
function h(v) {
|
|
143
|
+
y((o) => {
|
|
144
|
+
const d = new Set(o);
|
|
145
|
+
return d.has(v) ? d.delete(v) : d.add(v), d;
|
|
129
146
|
});
|
|
130
147
|
}
|
|
131
|
-
function
|
|
148
|
+
function b() {
|
|
132
149
|
if (m.size === 0) {
|
|
133
150
|
n(null);
|
|
134
151
|
return;
|
|
@@ -139,9 +156,9 @@ function ze(t) {
|
|
|
139
156
|
n({ type: "set", values: v });
|
|
140
157
|
}
|
|
141
158
|
function F() {
|
|
142
|
-
|
|
159
|
+
y(/* @__PURE__ */ new Set()), n(null);
|
|
143
160
|
}
|
|
144
|
-
const
|
|
161
|
+
const T = p ?? f("dataTable.selectFilter.all");
|
|
145
162
|
return /* @__PURE__ */ k(
|
|
146
163
|
"div",
|
|
147
164
|
{
|
|
@@ -152,9 +169,9 @@ function ze(t) {
|
|
|
152
169
|
"div",
|
|
153
170
|
{
|
|
154
171
|
role: "group",
|
|
155
|
-
"aria-label":
|
|
172
|
+
"aria-label": T,
|
|
156
173
|
className: "ds:flex ds:flex-col ds:gap-[var(--spacing-xs)]",
|
|
157
|
-
children: c.length === 0 ? /* @__PURE__ */ u("p", { className: "ds:text-[length:var(--font-size-sm)] ds:text-[var(--muted-foreground)] ds:py-[var(--spacing-xs)]", children:
|
|
174
|
+
children: c.length === 0 ? /* @__PURE__ */ u("p", { className: "ds:text-[length:var(--font-size-sm)] ds:text-[var(--muted-foreground)] ds:py-[var(--spacing-xs)]", children: f("dataTable.agGrid.noRowsToShow") }) : c.map((v) => {
|
|
158
175
|
const o = P(v.value);
|
|
159
176
|
return /* @__PURE__ */ u(
|
|
160
177
|
Z,
|
|
@@ -162,7 +179,7 @@ function ze(t) {
|
|
|
162
179
|
size: "sm",
|
|
163
180
|
label: v.label,
|
|
164
181
|
checked: m.has(o),
|
|
165
|
-
onCheckedChange: () =>
|
|
182
|
+
onCheckedChange: () => h(o)
|
|
166
183
|
},
|
|
167
184
|
o
|
|
168
185
|
);
|
|
@@ -170,55 +187,55 @@ function ze(t) {
|
|
|
170
187
|
}
|
|
171
188
|
) }),
|
|
172
189
|
/* @__PURE__ */ k("div", { className: "ds:flex ds:items-center ds:justify-end ds:gap-[var(--spacing-xs)] ds:pt-[var(--spacing-xs)] ds:border-t ds:border-[var(--border)]", children: [
|
|
173
|
-
/* @__PURE__ */ u(
|
|
174
|
-
/* @__PURE__ */ u(
|
|
190
|
+
/* @__PURE__ */ u(D, { intent: "ghost", size: "sm", onClick: F, type: "button", children: f("dataTable.selectFilter.clear") }),
|
|
191
|
+
/* @__PURE__ */ u(D, { intent: "primary", size: "sm", onClick: b, type: "button", children: f("dataTable.selectFilter.apply") })
|
|
175
192
|
] })
|
|
176
193
|
]
|
|
177
194
|
}
|
|
178
195
|
);
|
|
179
196
|
}
|
|
180
197
|
function Re(t) {
|
|
181
|
-
var
|
|
182
|
-
const { model: e, onModelChange: n, column: a } = t, l = (
|
|
183
|
-
const
|
|
184
|
-
for (const
|
|
185
|
-
return
|
|
198
|
+
var y;
|
|
199
|
+
const { model: e, onModelChange: n, column: a } = t, l = (y = a == null ? void 0 : a.getColDef) == null ? void 0 : y.call(a), i = (l == null ? void 0 : l.filterParams) ?? {}, r = i.options ?? [], p = i.placeholder ?? (typeof (l == null ? void 0 : l.headerName) == "string" ? l.headerName : void 0), f = z(() => {
|
|
200
|
+
const h = /* @__PURE__ */ new Map();
|
|
201
|
+
for (const b of r) h.set(String(b.value), b.value);
|
|
202
|
+
return h;
|
|
186
203
|
}, [r]), c = z(
|
|
187
|
-
() => r.map((
|
|
188
|
-
value: String(
|
|
189
|
-
label:
|
|
204
|
+
() => r.map((h) => ({
|
|
205
|
+
value: String(h.value),
|
|
206
|
+
label: h.label
|
|
190
207
|
})),
|
|
191
208
|
[r]
|
|
192
|
-
),
|
|
193
|
-
() => ((e == null ? void 0 : e.values) ?? []).map((
|
|
209
|
+
), s = z(
|
|
210
|
+
() => ((e == null ? void 0 : e.values) ?? []).map((h) => String(h)),
|
|
194
211
|
[e]
|
|
195
212
|
);
|
|
196
|
-
function m(
|
|
197
|
-
if (
|
|
213
|
+
function m(h) {
|
|
214
|
+
if (h.length === 0) {
|
|
198
215
|
n(null);
|
|
199
216
|
return;
|
|
200
217
|
}
|
|
201
|
-
const
|
|
202
|
-
for (const F of
|
|
203
|
-
const
|
|
204
|
-
|
|
218
|
+
const b = [];
|
|
219
|
+
for (const F of h) {
|
|
220
|
+
const T = f.get(F);
|
|
221
|
+
T !== void 0 && b.push(T);
|
|
205
222
|
}
|
|
206
|
-
n({ type: "set", values:
|
|
223
|
+
n({ type: "set", values: b });
|
|
207
224
|
}
|
|
208
225
|
return /* @__PURE__ */ u("div", { "data-component": "select-floating-filter", className: "ds:w-full", children: /* @__PURE__ */ u(
|
|
209
226
|
J,
|
|
210
227
|
{
|
|
211
228
|
size: "sm",
|
|
212
229
|
options: c,
|
|
213
|
-
value:
|
|
230
|
+
value: s,
|
|
214
231
|
onChange: m,
|
|
215
|
-
placeholder:
|
|
232
|
+
placeholder: i.placeholder,
|
|
216
233
|
"aria-label": p,
|
|
217
234
|
allowClear: !0
|
|
218
235
|
}
|
|
219
236
|
) });
|
|
220
237
|
}
|
|
221
|
-
function
|
|
238
|
+
function M(t) {
|
|
222
239
|
return t.trim().toLocaleLowerCase();
|
|
223
240
|
}
|
|
224
241
|
function Oe(t) {
|
|
@@ -227,50 +244,50 @@ function Oe(t) {
|
|
|
227
244
|
onModelChange: n,
|
|
228
245
|
getValue: a,
|
|
229
246
|
api: l,
|
|
230
|
-
column:
|
|
247
|
+
column: i,
|
|
231
248
|
options: r,
|
|
232
249
|
loadOptions: p,
|
|
233
|
-
placeholder:
|
|
234
|
-
} = t, { t: c } = O("ui"),
|
|
250
|
+
placeholder: f
|
|
251
|
+
} = t, { t: c } = O("ui"), s = z(() => {
|
|
235
252
|
if (r && r.length > 0) return r;
|
|
236
|
-
if (!l || !
|
|
253
|
+
if (!l || !i) return [];
|
|
237
254
|
const o = /* @__PURE__ */ new Map();
|
|
238
|
-
return l.forEachNode((
|
|
239
|
-
const
|
|
240
|
-
if (
|
|
241
|
-
const C = typeof
|
|
255
|
+
return l.forEachNode((d) => {
|
|
256
|
+
const g = a(d);
|
|
257
|
+
if (g == null) return;
|
|
258
|
+
const C = typeof g == "string" ? g : String(g);
|
|
242
259
|
o.has(C) || o.set(C, { value: C, label: C });
|
|
243
260
|
}), Array.from(o.values()).sort(
|
|
244
|
-
(
|
|
261
|
+
(d, g) => d.label.localeCompare(g.label)
|
|
245
262
|
);
|
|
246
|
-
}, [r, l,
|
|
263
|
+
}, [r, l, i, a]), m = z(() => async (o, d) => {
|
|
247
264
|
if (p)
|
|
248
|
-
return (await p(o,
|
|
249
|
-
const
|
|
250
|
-
return (
|
|
251
|
-
}, [p,
|
|
265
|
+
return (await p(o, d)).map((x) => ({ value: x.value, label: x.label }));
|
|
266
|
+
const g = M(o);
|
|
267
|
+
return (g ? s.filter((N) => M(N.label).includes(g)) : s).slice(0, 50).map((N) => ({ value: N.value, label: N.label }));
|
|
268
|
+
}, [p, s]), [y, h] = w((e == null ? void 0 : e.value) ?? "");
|
|
252
269
|
R(() => {
|
|
253
|
-
|
|
254
|
-
}, [e == null ? void 0 : e.value]),
|
|
270
|
+
h((e == null ? void 0 : e.value) ?? "");
|
|
271
|
+
}, [e == null ? void 0 : e.value]), q({
|
|
255
272
|
doesFilterPass: (o) => {
|
|
256
|
-
const
|
|
257
|
-
if (!
|
|
258
|
-
const
|
|
259
|
-
if (
|
|
260
|
-
const C = typeof
|
|
261
|
-
return
|
|
273
|
+
const d = e == null ? void 0 : e.value;
|
|
274
|
+
if (!d) return !0;
|
|
275
|
+
const g = a(o.node);
|
|
276
|
+
if (g == null) return !1;
|
|
277
|
+
const C = typeof g == "string" ? g : String(g);
|
|
278
|
+
return M(C) === M(d);
|
|
262
279
|
}
|
|
263
280
|
});
|
|
264
|
-
function
|
|
265
|
-
|
|
281
|
+
function b(o) {
|
|
282
|
+
h(o.label), n({ type: "equals", value: o.value });
|
|
266
283
|
}
|
|
267
284
|
function F(o) {
|
|
268
|
-
|
|
285
|
+
h(o), o === "" && e && n(null);
|
|
269
286
|
}
|
|
270
|
-
function
|
|
271
|
-
|
|
287
|
+
function T() {
|
|
288
|
+
h(""), n(null);
|
|
272
289
|
}
|
|
273
|
-
const v =
|
|
290
|
+
const v = f ?? c("dataTable.typeaheadFilter.placeholder");
|
|
274
291
|
return /* @__PURE__ */ k(
|
|
275
292
|
"div",
|
|
276
293
|
{
|
|
@@ -281,46 +298,46 @@ function Oe(t) {
|
|
|
281
298
|
U,
|
|
282
299
|
{
|
|
283
300
|
size: "sm",
|
|
284
|
-
value:
|
|
301
|
+
value: y,
|
|
285
302
|
onChange: F,
|
|
286
|
-
onSelect:
|
|
303
|
+
onSelect: b,
|
|
287
304
|
loadOptions: m,
|
|
288
305
|
placeholder: v,
|
|
289
306
|
"aria-label": v
|
|
290
307
|
}
|
|
291
308
|
),
|
|
292
|
-
/* @__PURE__ */ u("div", { className: "ds:flex ds:items-center ds:justify-end ds:pt-[var(--spacing-xs)] ds:border-t ds:border-[var(--border)]", children: /* @__PURE__ */ u(
|
|
309
|
+
/* @__PURE__ */ u("div", { className: "ds:flex ds:items-center ds:justify-end ds:pt-[var(--spacing-xs)] ds:border-t ds:border-[var(--border)]", children: /* @__PURE__ */ u(D, { intent: "ghost", size: "sm", onClick: T, type: "button", children: c("dataTable.typeaheadFilter.clear") }) })
|
|
293
310
|
]
|
|
294
311
|
}
|
|
295
312
|
);
|
|
296
313
|
}
|
|
297
314
|
function Pe(t) {
|
|
298
|
-
var
|
|
299
|
-
const { model: e, onModelChange: n, column: a } = t, { t: l } = O("ui"),
|
|
315
|
+
var b, F;
|
|
316
|
+
const { model: e, onModelChange: n, column: a } = t, { t: l } = O("ui"), i = ((F = (b = a == null ? void 0 : a.getColDef) == null ? void 0 : b.call(a)) == null ? void 0 : F.filterParams) ?? {}, r = i.options ?? [], p = i.loadOptions, f = i.placeholder ?? l("dataTable.typeaheadFilter.placeholder"), c = z(() => async (T, v) => {
|
|
300
317
|
if (p)
|
|
301
|
-
return (await p(
|
|
302
|
-
const o =
|
|
303
|
-
return (o ? r.filter((
|
|
304
|
-
}, [p, r]), [
|
|
318
|
+
return (await p(T, v)).map((C) => ({ value: C.value, label: C.label }));
|
|
319
|
+
const o = M(T);
|
|
320
|
+
return (o ? r.filter((g) => M(g.label).includes(o)) : r).slice(0, 50).map((g) => ({ value: g.value, label: g.label }));
|
|
321
|
+
}, [p, r]), [s, m] = w((e == null ? void 0 : e.value) ?? "");
|
|
305
322
|
R(() => {
|
|
306
323
|
m((e == null ? void 0 : e.value) ?? "");
|
|
307
324
|
}, [e == null ? void 0 : e.value]);
|
|
308
|
-
function
|
|
309
|
-
m(
|
|
325
|
+
function y(T) {
|
|
326
|
+
m(T.label), n({ type: "equals", value: T.value });
|
|
310
327
|
}
|
|
311
|
-
function
|
|
312
|
-
m(
|
|
328
|
+
function h(T) {
|
|
329
|
+
m(T), T === "" && e && n(null);
|
|
313
330
|
}
|
|
314
331
|
return /* @__PURE__ */ u("div", { "data-component": "typeahead-floating-filter", className: "ds:w-full", children: /* @__PURE__ */ u(
|
|
315
332
|
U,
|
|
316
333
|
{
|
|
317
334
|
size: "sm",
|
|
318
|
-
value:
|
|
319
|
-
onChange:
|
|
320
|
-
onSelect:
|
|
335
|
+
value: s,
|
|
336
|
+
onChange: h,
|
|
337
|
+
onSelect: y,
|
|
321
338
|
loadOptions: c,
|
|
322
|
-
placeholder:
|
|
323
|
-
"aria-label":
|
|
339
|
+
placeholder: f,
|
|
340
|
+
"aria-label": f
|
|
324
341
|
}
|
|
325
342
|
) });
|
|
326
343
|
}
|
|
@@ -361,8 +378,8 @@ function ee(t, e, n, a) {
|
|
|
361
378
|
return e <= n;
|
|
362
379
|
case "inRange": {
|
|
363
380
|
if (a === null) return e >= n;
|
|
364
|
-
const l = Math.min(n, a),
|
|
365
|
-
return e >= l && e <=
|
|
381
|
+
const l = Math.min(n, a), i = Math.max(n, a);
|
|
382
|
+
return e >= l && e <= i;
|
|
366
383
|
}
|
|
367
384
|
default:
|
|
368
385
|
return !0;
|
|
@@ -373,26 +390,26 @@ function te(t) {
|
|
|
373
390
|
const e = typeof t == "number" ? t : Number(t);
|
|
374
391
|
return Number.isNaN(e) ? null : e;
|
|
375
392
|
}
|
|
376
|
-
function
|
|
393
|
+
function Me(t) {
|
|
377
394
|
const {
|
|
378
395
|
model: e,
|
|
379
396
|
onModelChange: n,
|
|
380
397
|
getValue: a,
|
|
381
398
|
defaultOperator: l,
|
|
382
|
-
min:
|
|
399
|
+
min: i,
|
|
383
400
|
max: r,
|
|
384
401
|
step: p,
|
|
385
|
-
placeholder:
|
|
386
|
-
} = t, { t: c } = O("ui"),
|
|
402
|
+
placeholder: f
|
|
403
|
+
} = t, { t: c } = O("ui"), s = (e == null ? void 0 : e.type) ?? l ?? "equals", [m, y] = w(s), [h, b] = w((e == null ? void 0 : e.filter) ?? null), [F, T] = w(
|
|
387
404
|
(e == null ? void 0 : e.filterTo) ?? null
|
|
388
405
|
);
|
|
389
406
|
R(() => {
|
|
390
407
|
if (e == null) {
|
|
391
|
-
|
|
408
|
+
y(l ?? "equals"), b(null), T(null);
|
|
392
409
|
return;
|
|
393
410
|
}
|
|
394
|
-
|
|
395
|
-
}, [e, l]),
|
|
411
|
+
y(e.type), b(e.filter ?? null), T(e.filterTo ?? null);
|
|
412
|
+
}, [e, l]), q({
|
|
396
413
|
doesFilterPass: (x) => {
|
|
397
414
|
if (!e) return !0;
|
|
398
415
|
const G = te(a(x.node));
|
|
@@ -410,28 +427,28 @@ function De(t) {
|
|
|
410
427
|
label: c(`dataTable.numberFilter.operators.${x}`)
|
|
411
428
|
})),
|
|
412
429
|
[c]
|
|
413
|
-
), o =
|
|
414
|
-
function
|
|
430
|
+
), o = f ?? c("dataTable.numberFilter.placeholder");
|
|
431
|
+
function d() {
|
|
415
432
|
if (!B(m)) {
|
|
416
433
|
n({ type: m, filter: 0 });
|
|
417
434
|
return;
|
|
418
435
|
}
|
|
419
|
-
if (
|
|
436
|
+
if (h === null) {
|
|
420
437
|
n(null);
|
|
421
438
|
return;
|
|
422
439
|
}
|
|
423
440
|
if (I(m)) {
|
|
424
441
|
n({
|
|
425
442
|
type: m,
|
|
426
|
-
filter:
|
|
443
|
+
filter: h,
|
|
427
444
|
filterTo: F ?? void 0
|
|
428
445
|
});
|
|
429
446
|
return;
|
|
430
447
|
}
|
|
431
|
-
n({ type: m, filter:
|
|
448
|
+
n({ type: m, filter: h });
|
|
432
449
|
}
|
|
433
|
-
function
|
|
434
|
-
|
|
450
|
+
function g() {
|
|
451
|
+
y(l ?? "equals"), b(null), T(null), n(null);
|
|
435
452
|
}
|
|
436
453
|
const C = B(m), N = I(m);
|
|
437
454
|
return /* @__PURE__ */ k(
|
|
@@ -447,18 +464,18 @@ function De(t) {
|
|
|
447
464
|
options: v,
|
|
448
465
|
value: m,
|
|
449
466
|
onValueChange: (x) => {
|
|
450
|
-
x !== "" &&
|
|
467
|
+
x !== "" && y(x);
|
|
451
468
|
},
|
|
452
469
|
"aria-label": c("dataTable.numberFilter.operators.equals")
|
|
453
470
|
}
|
|
454
471
|
),
|
|
455
472
|
C && !N && /* @__PURE__ */ u(
|
|
456
|
-
|
|
473
|
+
E,
|
|
457
474
|
{
|
|
458
475
|
size: "sm",
|
|
459
|
-
value:
|
|
460
|
-
onChange:
|
|
461
|
-
min:
|
|
476
|
+
value: h,
|
|
477
|
+
onChange: b,
|
|
478
|
+
min: i,
|
|
462
479
|
max: r,
|
|
463
480
|
step: p,
|
|
464
481
|
placeholder: o,
|
|
@@ -467,12 +484,12 @@ function De(t) {
|
|
|
467
484
|
),
|
|
468
485
|
N && /* @__PURE__ */ k("div", { className: "ds:flex ds:items-center ds:gap-[var(--spacing-xs)]", children: [
|
|
469
486
|
/* @__PURE__ */ u(
|
|
470
|
-
|
|
487
|
+
E,
|
|
471
488
|
{
|
|
472
489
|
size: "sm",
|
|
473
|
-
value:
|
|
474
|
-
onChange:
|
|
475
|
-
min:
|
|
490
|
+
value: h,
|
|
491
|
+
onChange: b,
|
|
492
|
+
min: i,
|
|
476
493
|
max: r,
|
|
477
494
|
step: p,
|
|
478
495
|
placeholder: c("dataTable.numberFilter.from"),
|
|
@@ -480,12 +497,12 @@ function De(t) {
|
|
|
480
497
|
}
|
|
481
498
|
),
|
|
482
499
|
/* @__PURE__ */ u(
|
|
483
|
-
|
|
500
|
+
E,
|
|
484
501
|
{
|
|
485
502
|
size: "sm",
|
|
486
503
|
value: F,
|
|
487
|
-
onChange:
|
|
488
|
-
min:
|
|
504
|
+
onChange: T,
|
|
505
|
+
min: i,
|
|
489
506
|
max: r,
|
|
490
507
|
step: p,
|
|
491
508
|
placeholder: c("dataTable.numberFilter.to"),
|
|
@@ -494,47 +511,47 @@ function De(t) {
|
|
|
494
511
|
)
|
|
495
512
|
] }),
|
|
496
513
|
/* @__PURE__ */ k("div", { className: "ds:flex ds:items-center ds:justify-end ds:gap-[var(--spacing-xs)] ds:pt-[var(--spacing-xs)] ds:border-t ds:border-[var(--border)]", children: [
|
|
497
|
-
/* @__PURE__ */ u(
|
|
498
|
-
/* @__PURE__ */ u(
|
|
514
|
+
/* @__PURE__ */ u(D, { intent: "ghost", size: "sm", onClick: g, type: "button", children: c("dataTable.numberFilter.clear") }),
|
|
515
|
+
/* @__PURE__ */ u(D, { intent: "primary", size: "sm", onClick: d, type: "button", children: c("dataTable.numberFilter.apply") })
|
|
499
516
|
] })
|
|
500
517
|
]
|
|
501
518
|
}
|
|
502
519
|
);
|
|
503
520
|
}
|
|
504
|
-
function
|
|
505
|
-
var
|
|
506
|
-
const { model: e, onModelChange: n, column: a } = t, { t: l } = O("ui"),
|
|
521
|
+
function De(t) {
|
|
522
|
+
var s, m;
|
|
523
|
+
const { model: e, onModelChange: n, column: a } = t, { t: l } = O("ui"), i = ((m = (s = a == null ? void 0 : a.getColDef) == null ? void 0 : s.call(a)) == null ? void 0 : m.filterParams) ?? {}, r = i.defaultOperator ?? "equals", p = i.placeholder ?? l("dataTable.numberFilter.placeholder"), [f, c] = w((e == null ? void 0 : e.filter) ?? null);
|
|
507
524
|
return R(() => {
|
|
508
525
|
c((e == null ? void 0 : e.filter) ?? null);
|
|
509
526
|
}, [e == null ? void 0 : e.filter]), R(() => {
|
|
510
|
-
if (
|
|
511
|
-
const
|
|
512
|
-
if (
|
|
527
|
+
if (f === ((e == null ? void 0 : e.filter) ?? null)) return;
|
|
528
|
+
const y = setTimeout(() => {
|
|
529
|
+
if (f === null || Number.isNaN(f)) {
|
|
513
530
|
n(null);
|
|
514
531
|
return;
|
|
515
532
|
}
|
|
516
|
-
n({ type: r, filter:
|
|
533
|
+
n({ type: r, filter: f });
|
|
517
534
|
}, 200);
|
|
518
|
-
return () => clearTimeout(
|
|
519
|
-
}, [
|
|
520
|
-
|
|
535
|
+
return () => clearTimeout(y);
|
|
536
|
+
}, [f, r]), /* @__PURE__ */ u("div", { "data-component": "number-floating-filter", className: "ds:w-full", children: /* @__PURE__ */ u(
|
|
537
|
+
E,
|
|
521
538
|
{
|
|
522
539
|
size: "sm",
|
|
523
|
-
value:
|
|
540
|
+
value: f,
|
|
524
541
|
onChange: c,
|
|
525
|
-
min:
|
|
526
|
-
max:
|
|
527
|
-
step:
|
|
542
|
+
min: i.min,
|
|
543
|
+
max: i.max,
|
|
544
|
+
step: i.step,
|
|
528
545
|
placeholder: p,
|
|
529
546
|
"aria-label": p
|
|
530
547
|
}
|
|
531
548
|
) });
|
|
532
549
|
}
|
|
533
|
-
function
|
|
550
|
+
function Ee(t) {
|
|
534
551
|
const { value: e, variantMap: n } = t, a = (n == null ? void 0 : n[e]) ?? "neutral";
|
|
535
552
|
return /* @__PURE__ */ u(W, { variant: a, withDot: !0, size: "sm", children: String(e ?? "") });
|
|
536
553
|
}
|
|
537
|
-
function
|
|
554
|
+
function Le(t) {
|
|
538
555
|
const { value: e } = t;
|
|
539
556
|
return e ? /* @__PURE__ */ k("span", { className: "ds:inline-flex ds:items-center ds:gap-[var(--spacing-sm)]", children: [
|
|
540
557
|
/* @__PURE__ */ u($, { name: e.name, src: e.src, size: "sm" }),
|
|
@@ -550,7 +567,7 @@ const ne = {
|
|
|
550
567
|
rounded: "ds:rounded-[var(--radius-md)]",
|
|
551
568
|
circle: "ds:rounded-[var(--radius-full)]"
|
|
552
569
|
};
|
|
553
|
-
function
|
|
570
|
+
function A(t, e) {
|
|
554
571
|
if (!t || typeof t != "object") return;
|
|
555
572
|
const n = t[e];
|
|
556
573
|
return typeof n == "string" ? n : void 0;
|
|
@@ -562,40 +579,40 @@ function le(t) {
|
|
|
562
579
|
if (e.length !== 0)
|
|
563
580
|
return re.test(e) ? e : void 0;
|
|
564
581
|
}
|
|
565
|
-
function
|
|
582
|
+
function qe(t) {
|
|
566
583
|
const {
|
|
567
584
|
data: e,
|
|
568
585
|
srcField: n,
|
|
569
586
|
altField: a,
|
|
570
587
|
fallbackField: l,
|
|
571
|
-
size:
|
|
588
|
+
size: i = "md",
|
|
572
589
|
shape: r = "rounded"
|
|
573
590
|
} = t;
|
|
574
591
|
if (!e) return null;
|
|
575
|
-
const p =
|
|
576
|
-
return
|
|
592
|
+
const p = A(e, n), f = le(p), c = a ? A(e, a) ?? "" : "", s = l ? A(e, l) : void 0;
|
|
593
|
+
return f ? /* @__PURE__ */ u(
|
|
577
594
|
"img",
|
|
578
595
|
{
|
|
579
|
-
src:
|
|
596
|
+
src: f,
|
|
580
597
|
alt: c,
|
|
581
598
|
loading: "lazy",
|
|
582
599
|
decoding: "async",
|
|
583
|
-
className: ["ds:object-cover", ne[
|
|
600
|
+
className: ["ds:object-cover", ne[i], ae[r]].join(
|
|
584
601
|
" "
|
|
585
602
|
)
|
|
586
603
|
}
|
|
587
|
-
) :
|
|
604
|
+
) : s ? /* @__PURE__ */ u($, { name: s, size: i }) : null;
|
|
588
605
|
}
|
|
589
|
-
function
|
|
606
|
+
function Ae(t) {
|
|
590
607
|
const { value: e, maxVisible: n = 3 } = t, { t: a } = O();
|
|
591
608
|
if (!Array.isArray(e) || e.length === 0) return null;
|
|
592
|
-
const l = e.slice(0, n),
|
|
609
|
+
const l = e.slice(0, n), i = e.length - n;
|
|
593
610
|
return /* @__PURE__ */ k("span", { className: "ds:inline-flex ds:flex-wrap ds:items-center ds:gap-[var(--spacing-xs)]", children: [
|
|
594
611
|
l.map((r) => /* @__PURE__ */ u(j, { label: r, size: "sm" }, r)),
|
|
595
|
-
|
|
612
|
+
i > 0 && /* @__PURE__ */ u(X, { label: e.slice(n).join(", "), children: /* @__PURE__ */ u(
|
|
596
613
|
j,
|
|
597
614
|
{
|
|
598
|
-
label: a("inputs.multiSelect.overflow", { count:
|
|
615
|
+
label: a("inputs.multiSelect.overflow", { count: i }),
|
|
599
616
|
size: "sm",
|
|
600
617
|
variant: "neutral",
|
|
601
618
|
fill: "outline"
|
|
@@ -637,15 +654,15 @@ function Ve(t) {
|
|
|
637
654
|
currency: n = "EUR",
|
|
638
655
|
colorNegative: a,
|
|
639
656
|
strikethrough: l,
|
|
640
|
-
options:
|
|
657
|
+
options: i
|
|
641
658
|
} = t, { i18n: r } = O(), p = ie(e);
|
|
642
659
|
if (p === null) return null;
|
|
643
|
-
const
|
|
660
|
+
const f = r.language || "en", c = new Intl.NumberFormat(f, {
|
|
644
661
|
style: "currency",
|
|
645
662
|
currency: n,
|
|
646
|
-
...
|
|
647
|
-
}).format(p),
|
|
648
|
-
return a && p < 0 &&
|
|
663
|
+
...i
|
|
664
|
+
}).format(p), s = ["ds:tabular-nums"];
|
|
665
|
+
return a && p < 0 && s.push("ds:text-[color:var(--destructive)]"), l && s.push("line-through"), /* @__PURE__ */ u("span", { className: s.join(" "), children: c });
|
|
649
666
|
}
|
|
650
667
|
function _(t, e) {
|
|
651
668
|
return typeof t == "function" ? t(e) : t;
|
|
@@ -654,9 +671,9 @@ function oe(t) {
|
|
|
654
671
|
return /^(https?:\/\/|\/|#|mailto:|tel:)/i.test(t) ? t : "#";
|
|
655
672
|
}
|
|
656
673
|
function Be(t) {
|
|
657
|
-
const { value: e, data: n, href: a, onClick: l, secondary:
|
|
674
|
+
const { value: e, data: n, href: a, onClick: l, secondary: i } = t;
|
|
658
675
|
if (!n) return null;
|
|
659
|
-
const r = _(a, n), p = _(
|
|
676
|
+
const r = _(a, n), p = _(i, n), f = e == null || e === "" ? "" : String(e), c = [
|
|
660
677
|
"ds:text-[color:var(--primary)]",
|
|
661
678
|
"ds:hover:underline",
|
|
662
679
|
"ds:focus-visible:outline-[length:var(--focus-ring-width)]",
|
|
@@ -664,7 +681,7 @@ function Be(t) {
|
|
|
664
681
|
"ds:focus-visible:outline-[color:var(--ring)]",
|
|
665
682
|
"ds:focus-visible:outline-offset-[length:var(--focus-ring-offset)]",
|
|
666
683
|
"ds:rounded-[var(--radius-sm)]"
|
|
667
|
-
].join(" "),
|
|
684
|
+
].join(" "), s = (m) => {
|
|
668
685
|
l && (r || m.preventDefault(), m.stopPropagation(), l(n));
|
|
669
686
|
};
|
|
670
687
|
return /* @__PURE__ */ k("span", { className: "ds:flex ds:flex-col ds:leading-tight", children: [
|
|
@@ -672,20 +689,20 @@ function Be(t) {
|
|
|
672
689
|
"a",
|
|
673
690
|
{
|
|
674
691
|
href: oe(r),
|
|
675
|
-
onClick:
|
|
692
|
+
onClick: s,
|
|
676
693
|
className: c,
|
|
677
|
-
children:
|
|
694
|
+
children: f
|
|
678
695
|
}
|
|
679
696
|
) : /* @__PURE__ */ u(
|
|
680
697
|
"button",
|
|
681
698
|
{
|
|
682
699
|
type: "button",
|
|
683
|
-
onClick:
|
|
700
|
+
onClick: s,
|
|
684
701
|
className: [
|
|
685
702
|
"ds:appearance-none ds:bg-transparent ds:p-0 ds:text-start",
|
|
686
703
|
c
|
|
687
704
|
].join(" "),
|
|
688
|
-
children:
|
|
705
|
+
children: f
|
|
689
706
|
}
|
|
690
707
|
),
|
|
691
708
|
p ? /* @__PURE__ */ u("span", { className: "type-meta ds:text-[color:var(--muted-foreground)]", children: p }) : null
|
|
@@ -694,18 +711,18 @@ function Be(t) {
|
|
|
694
711
|
export {
|
|
695
712
|
Ve as C,
|
|
696
713
|
je as D,
|
|
697
|
-
|
|
714
|
+
qe as I,
|
|
698
715
|
Be as L,
|
|
699
|
-
|
|
716
|
+
Me as N,
|
|
700
717
|
ze as S,
|
|
701
|
-
|
|
702
|
-
|
|
718
|
+
Ae as T,
|
|
719
|
+
Le as U,
|
|
703
720
|
ke as a,
|
|
704
721
|
we as b,
|
|
705
|
-
|
|
722
|
+
De as c,
|
|
706
723
|
Re as d,
|
|
707
|
-
|
|
724
|
+
Ee as e,
|
|
708
725
|
Oe as f,
|
|
709
726
|
Pe as g
|
|
710
727
|
};
|
|
711
|
-
//# sourceMappingURL=link-cell-renderer-
|
|
728
|
+
//# sourceMappingURL=link-cell-renderer-_LDZhY4r.js.map
|