@krosoft/react 0.0.238 → 0.0.239

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/dist/AppActions-C_0YI75w.js +60 -0
  2. package/dist/AppSubTitle-tqqV9nuT.js +19 -0
  3. package/dist/AppTitle-BR4JFZfp.js +19 -0
  4. package/dist/ErrorAlert-BDqDHUUc.js +27 -0
  5. package/dist/GenericForm-CWXT5wiv.js +310 -0
  6. package/dist/ImageInput-CN2ozjpc.js +80 -0
  7. package/dist/MultiSelect-BF0zL0B0.js +134 -0
  8. package/dist/SearchInput-BJPT0SbB.js +255 -0
  9. package/dist/alert-REQGK9bR.js +32 -0
  10. package/dist/behavior-BR_V9Rpe.js +76 -0
  11. package/dist/cards-Cta6x49J.js +126 -0
  12. package/dist/chart-Dq3AIrue.js +166 -0
  13. package/dist/charts-CXhVUqLH.js +328 -0
  14. package/dist/components/core/cards/index.js +2 -10
  15. package/dist/components/core/charts/index.js +2 -11
  16. package/dist/components/core/dialogs/index.js +4 -19
  17. package/dist/components/core/filters/index.js +426 -7
  18. package/dist/components/core/forms/index.js +2 -4
  19. package/dist/components/core/index.js +24 -97
  20. package/dist/components/core/inputs/index.js +4 -11
  21. package/dist/components/core/language/index.js +2 -4
  22. package/dist/components/core/layouts/index.js +50 -11
  23. package/dist/components/core/navbar/index.js +2 -9
  24. package/dist/components/core/states/index.js +3 -8
  25. package/dist/components/core/table/index.js +2 -15
  26. package/dist/components/core/tabs/index.js +188 -6
  27. package/dist/components/core/theme/index.js +2 -4
  28. package/dist/components/index.js +28 -322
  29. package/dist/components/ui/index.js +8 -240
  30. package/dist/contexts/index.js +2 -5
  31. package/dist/dialogs-BGHSClsq.js +208 -0
  32. package/dist/helpers/index.js +39 -46
  33. package/dist/hooks/behavior/index.js +2 -10
  34. package/dist/hooks/index.js +11 -30
  35. package/dist/hooks/ui/index.js +10 -22
  36. package/dist/i18n/index.js +2 -10
  37. package/dist/i18n-Dw99bRmg.js +190 -0
  38. package/dist/language-DxHhlpgN.js +58 -0
  39. package/dist/navbar-Bc5OQWRI.js +385 -0
  40. package/dist/providers/index.js +42 -49
  41. package/dist/pwa/index.js +32 -34
  42. package/dist/select-ULiTPOr5.js +81 -0
  43. package/dist/sheet-CRrYTZrl.js +226 -0
  44. package/dist/sidebar.context-BahtU6hE.js +5 -0
  45. package/dist/skeleton-D6Ga4BLw.js +11 -0
  46. package/dist/states-N8-LjFng.js +26 -0
  47. package/dist/table-muUyiaK6.js +571 -0
  48. package/dist/tailwind/index.js +126 -156
  49. package/dist/tailwind.helper-CJaRYBmL.js +8 -0
  50. package/dist/theme-B_n0F6R4.js +57 -0
  51. package/dist/tokens/index.js +37 -46
  52. package/dist/tooltip-B2dzyfs9.js +50 -0
  53. package/dist/types/forms/index.js +0 -1
  54. package/dist/types/index.js +1 -1
  55. package/dist/ui-CiX0E_bn.js +1165 -0
  56. package/dist/ui-DSVBO3iM.js +46 -0
  57. package/dist/useDocumentTitle-D7MywIeB.js +19 -0
  58. package/dist/useFixedColumns-DfAX30tT.js +147 -0
  59. package/dist/useLanguage-DN3CuBv5.js +19 -0
  60. package/dist/useMobile-pTQ8lWvt.js +16 -0
  61. package/dist/useNotifications-CyhTruIG.js +20 -0
  62. package/dist/useScrollFade-D9kqJBDh.js +27 -0
  63. package/dist/useTheme-DVfcJ-Qd.js +25 -0
  64. package/dist/useToast-UeDRLovh.js +103 -0
  65. package/package.json +2 -2
  66. package/dist/AppActions-BFwztl-1.js +0 -76
  67. package/dist/AppSubTitle-BTN0YAc7.js +0 -13
  68. package/dist/AppTitle-D15YXeMx.js +0 -13
  69. package/dist/AppVerticalTabs-B7XXtAVj.js +0 -103
  70. package/dist/ConfirmationDialog-Dj4WdnHg.js +0 -188
  71. package/dist/DataTable-CjrR27Di.js +0 -638
  72. package/dist/ErrorAlert-B99Xb_Hg.js +0 -23
  73. package/dist/ErrorState-CkeS_IBT.js +0 -14
  74. package/dist/GenericForm-CydibLHU.js +0 -343
  75. package/dist/ImageInput-DoOOvvth.js +0 -70
  76. package/dist/KpiCardsLayout-Bq4xQ3i8.js +0 -43
  77. package/dist/LanguageSelector-C7E51rCQ.js +0 -47
  78. package/dist/LoadingState-BN0YaPSs.js +0 -9
  79. package/dist/MetricCard-B0xnFyim.js +0 -53
  80. package/dist/MultiSelect-DbH7LrsD.js +0 -149
  81. package/dist/PieChart-uozNJtEx.js +0 -295
  82. package/dist/SearchInput-DIZ5Yt6L.js +0 -246
  83. package/dist/SkeletonCards-B9C4cNMr.js +0 -75
  84. package/dist/TableFilter-CmEVF5Bo.js +0 -422
  85. package/dist/ThemeSelector-CLi4_epH.js +0 -52
  86. package/dist/Topbar-Clby5_uj.js +0 -431
  87. package/dist/alert-B9F1N9Qk.js +0 -30
  88. package/dist/chart-DntJZGxB.js +0 -181
  89. package/dist/select-BpjFWqAY.js +0 -96
  90. package/dist/sheet-XYI-ezvY.js +0 -292
  91. package/dist/sidebar.context-D5nywlmP.js +0 -6
  92. package/dist/skeleton-BX4RcsiK.js +0 -8
  93. package/dist/tailwind.helper-B6yFEsav.js +0 -8
  94. package/dist/toaster-CyzB1m5z.js +0 -75
  95. package/dist/toggle-group-iZqnrTj7.js +0 -1276
  96. package/dist/tooltip-DVeqVwqV.js +0 -61
  97. package/dist/useDateFnsLocale-D6VExZ8U.js +0 -11
  98. package/dist/useDocumentTitle-WNwdPz-I.js +0 -14
  99. package/dist/useFixedColumns-CKZyu4PD.js +0 -161
  100. package/dist/useKrosoftTranslation-BTp46G94.js +0 -47
  101. package/dist/useLanguage-C9jI2nwn.js +0 -19
  102. package/dist/useMobile-DN1_OMDB.js +0 -16
  103. package/dist/useNotifications-zbUhCvF_.js +0 -12
  104. package/dist/usePage-BQm6tdJD.js +0 -84
  105. package/dist/useScrollFade-BA4KqJYp.js +0 -23
  106. package/dist/useServerTable-UvTY6L1N.js +0 -38
  107. package/dist/useSidebar-BJuALHqQ.js +0 -11
  108. package/dist/useTheme-DS6ZjdzM.js +0 -27
  109. package/dist/useToast-BFTk4lWz.js +0 -100
@@ -0,0 +1,328 @@
1
+ import { t as e } from "./tailwind.helper-CJaRYBmL.js";
2
+ import { a as t, c as n, d as r, f as i, l as a, n as o, o as s, r as c, s as l, t as u } from "./chart-Dq3AIrue.js";
3
+ import { t as d } from "./i18n-Dw99bRmg.js";
4
+ import { t as f } from "./skeleton-D6Ga4BLw.js";
5
+ import { t as p } from "./useMobile-pTQ8lWvt.js";
6
+ import * as m from "react";
7
+ import { jsx as h, jsxs as g } from "react/jsx-runtime";
8
+ import { Bar as _, BarChart as v, CartesianGrid as y, Line as b, LineChart as x, Pie as S, PieChart as C, XAxis as w, YAxis as T } from "recharts";
9
+ //#region src/components/core/charts/chartTooltip.helper.tsx
10
+ var E = (e, t) => e ? (n, r) => /* @__PURE__ */ g("div", {
11
+ className: "flex flex-1 justify-between gap-4",
12
+ children: [/* @__PURE__ */ h("span", {
13
+ className: "text-muted-foreground",
14
+ children: t ?? String(r)
15
+ }), /* @__PURE__ */ h("span", {
16
+ className: "font-mono font-medium tabular-nums text-foreground",
17
+ children: e(Number(n))
18
+ })]
19
+ }) : void 0, D = (e, t) => t > 0 && e.length > t ? `${e.slice(0, t)}…` : e, O = ({ data: n, label: r = "Valeur", color: i = "hsl(var(--primary))", categoryWidth: a = 140, maxLabelLength: o = 22, valueFormatter: c, onSelect: l, className: d }) => {
20
+ let f = m.useMemo(() => ({ value: {
21
+ label: r,
22
+ color: i
23
+ } }), [r, i]), p = m.useMemo(() => E(c, r), [c, r]), b = m.useMemo(() => n.some((e) => e.color !== void 0) ? n.map((e) => ({
24
+ ...e,
25
+ fill: e.color ?? i
26
+ })) : n, [n, i]);
27
+ return /* @__PURE__ */ h(u, {
28
+ config: f,
29
+ className: e("aspect-auto size-full", d),
30
+ children: /* @__PURE__ */ g(v, {
31
+ data: b,
32
+ layout: "vertical",
33
+ margin: {
34
+ top: 5,
35
+ right: 20,
36
+ left: 0,
37
+ bottom: 5
38
+ },
39
+ children: [
40
+ /* @__PURE__ */ h(y, {
41
+ strokeDasharray: "3 3",
42
+ horizontal: !1
43
+ }),
44
+ /* @__PURE__ */ h(w, {
45
+ type: "number",
46
+ dataKey: "value",
47
+ allowDecimals: !1,
48
+ tickLine: !1,
49
+ axisLine: !1,
50
+ tickMargin: 8,
51
+ tickFormatter: c ? (e) => c(Number(e)) : void 0
52
+ }),
53
+ /* @__PURE__ */ h(T, {
54
+ type: "category",
55
+ dataKey: "name",
56
+ width: a,
57
+ tickLine: !1,
58
+ axisLine: !1,
59
+ tickFormatter: (e) => D(String(e), o)
60
+ }),
61
+ /* @__PURE__ */ h(t, { content: /* @__PURE__ */ h(s, { formatter: p }) }),
62
+ /* @__PURE__ */ h(_, {
63
+ dataKey: "value",
64
+ fill: "var(--color-value)",
65
+ radius: [
66
+ 0,
67
+ 4,
68
+ 4,
69
+ 0
70
+ ],
71
+ className: l ? "cursor-pointer" : void 0,
72
+ onClick: l ? (e, t) => {
73
+ l(n[t], t);
74
+ } : void 0
75
+ })
76
+ ]
77
+ })
78
+ });
79
+ }, k = ({ data: n, label: r = "Valeur", color: i = "hsl(var(--primary))", labelAngle: a, valueFormatter: o, allowDecimals: c = !1, onSelect: l, className: d }) => {
80
+ let f = m.useMemo(() => ({ value: {
81
+ label: r,
82
+ color: i
83
+ } }), [r, i]), p = m.useMemo(() => E(o, r), [o, r]), b = a !== void 0 && a !== 0, x = m.useMemo(() => n.some((e) => e.color !== void 0) ? n.map((e) => ({
84
+ ...e,
85
+ fill: e.color ?? i
86
+ })) : n, [n, i]);
87
+ return /* @__PURE__ */ h(u, {
88
+ config: f,
89
+ className: e("aspect-auto size-full", d),
90
+ children: /* @__PURE__ */ g(v, {
91
+ data: x,
92
+ margin: {
93
+ top: 10,
94
+ right: 10,
95
+ left: 0,
96
+ bottom: b ? 20 : 10
97
+ },
98
+ children: [
99
+ /* @__PURE__ */ h(y, {
100
+ strokeDasharray: "3 3",
101
+ vertical: !1
102
+ }),
103
+ /* @__PURE__ */ h(w, {
104
+ dataKey: "name",
105
+ angle: a,
106
+ textAnchor: b ? "end" : "middle",
107
+ height: b ? 50 : void 0,
108
+ tickLine: !1,
109
+ axisLine: !1,
110
+ tickMargin: 8
111
+ }),
112
+ /* @__PURE__ */ h(T, {
113
+ allowDecimals: c,
114
+ tickLine: !1,
115
+ axisLine: !1,
116
+ width: o ? 48 : 32,
117
+ tickFormatter: o ? (e) => o(Number(e)) : void 0
118
+ }),
119
+ /* @__PURE__ */ h(t, { content: /* @__PURE__ */ h(s, { formatter: p }) }),
120
+ /* @__PURE__ */ h(_, {
121
+ dataKey: "value",
122
+ fill: "var(--color-value)",
123
+ radius: [
124
+ 4,
125
+ 4,
126
+ 0,
127
+ 0
128
+ ],
129
+ className: l ? "cursor-pointer" : void 0,
130
+ onClick: l ? (e, t) => {
131
+ l(n[t], t);
132
+ } : void 0
133
+ })
134
+ ]
135
+ })
136
+ });
137
+ }, A = [
138
+ "hsl(var(--k-chart-1))",
139
+ "hsl(var(--k-chart-2))",
140
+ "hsl(var(--k-chart-3))",
141
+ "hsl(var(--k-chart-4))",
142
+ "hsl(var(--k-chart-5))"
143
+ ], j = (e) => A[e % A.length], M = ({ title: t, description: o, icon: s, actions: c, footer: u, isLoading: p = !1, isEmpty: m = !1, emptyLabel: _, height: v = 300, className: y, contentClassName: b, children: x }) => {
144
+ let { t: S } = d(), C = s;
145
+ return /* @__PURE__ */ g(l, {
146
+ className: y,
147
+ children: [/* @__PURE__ */ h(r, { children: /* @__PURE__ */ g("div", {
148
+ className: "flex flex-col gap-2 sm:flex-row sm:items-start sm:justify-between",
149
+ children: [/* @__PURE__ */ g("div", {
150
+ className: "min-w-0",
151
+ children: [/* @__PURE__ */ g(i, {
152
+ className: "flex items-center gap-2",
153
+ children: [C && /* @__PURE__ */ h(C, { className: "size-5 shrink-0" }), /* @__PURE__ */ h("span", {
154
+ className: "truncate",
155
+ children: t
156
+ })]
157
+ }), o !== void 0 && o !== "" ? /* @__PURE__ */ h(a, { children: o }) : null]
158
+ }), c == null ? null : /* @__PURE__ */ h("div", {
159
+ className: "shrink-0",
160
+ children: c
161
+ })]
162
+ }) }), /* @__PURE__ */ g(n, { children: [/* @__PURE__ */ h("div", {
163
+ className: e("w-full", b),
164
+ style: v === null ? void 0 : { height: v },
165
+ children: p ? /* @__PURE__ */ h(f, { className: "size-full rounded-surface" }) : m ? /* @__PURE__ */ h("div", {
166
+ className: "flex size-full items-center justify-center",
167
+ children: /* @__PURE__ */ h("p", {
168
+ className: "text-sm text-muted-foreground",
169
+ children: _ ?? S("states.noData")
170
+ })
171
+ }) : x
172
+ }), !p && !m && u != null ? /* @__PURE__ */ h("div", {
173
+ className: "mt-4",
174
+ children: u
175
+ }) : null] })]
176
+ });
177
+ }, N = {
178
+ warning: 50,
179
+ danger: 80
180
+ }, P = (e, t) => e >= t.danger ? "hsl(var(--destructive))" : e >= t.warning ? "hsl(var(--k-warning))" : "hsl(var(--k-success))", F = ({ value: t, max: n = 100, size: r = 120, strokeWidth: i = 8, label: a, unit: o = "%", color: s, thresholds: c = N, valueFormatter: l = (e) => e.toFixed(1), className: u }) => {
181
+ let d = (r - i) / 2, f = d * 2 * Math.PI, p = n > 0 ? Math.min(100, Math.max(0, t / n * 100)) : 0, m = s ?? P(p, c);
182
+ return /* @__PURE__ */ g("div", {
183
+ className: e("flex flex-col items-center gap-2", u),
184
+ children: [/* @__PURE__ */ g("div", {
185
+ className: "relative",
186
+ style: {
187
+ width: r,
188
+ height: r
189
+ },
190
+ children: [/* @__PURE__ */ g("svg", {
191
+ width: r,
192
+ height: r,
193
+ className: "-rotate-90",
194
+ children: [/* @__PURE__ */ h("circle", {
195
+ cx: r / 2,
196
+ cy: r / 2,
197
+ r: d,
198
+ className: "stroke-muted",
199
+ strokeWidth: i,
200
+ fill: "transparent"
201
+ }), /* @__PURE__ */ h("circle", {
202
+ cx: r / 2,
203
+ cy: r / 2,
204
+ r: d,
205
+ stroke: m,
206
+ strokeWidth: i,
207
+ fill: "transparent",
208
+ strokeDasharray: f,
209
+ strokeDashoffset: f - p / 100 * f,
210
+ strokeLinecap: "round",
211
+ className: "transition-all duration-500 ease-out"
212
+ })]
213
+ }), /* @__PURE__ */ g("div", {
214
+ className: "absolute inset-0 flex flex-col items-center justify-center",
215
+ children: [/* @__PURE__ */ h("span", {
216
+ className: "text-2xl font-bold text-card-foreground",
217
+ children: l(t)
218
+ }), o !== "" && /* @__PURE__ */ h("span", {
219
+ className: "text-sm text-muted-foreground",
220
+ children: o
221
+ })]
222
+ })]
223
+ }), a !== void 0 && a !== "" ? /* @__PURE__ */ h("span", {
224
+ className: "text-sm font-medium text-muted-foreground",
225
+ children: a
226
+ }) : null]
227
+ });
228
+ }, I = ({ data: n, label: r = "Valeur", color: i = "hsl(var(--primary))", yAxisDomain: a, valueFormatter: o, labelFormatter: c, showDots: l = !0, className: d }) => {
229
+ let f = m.useMemo(() => ({ value: {
230
+ label: r,
231
+ color: i
232
+ } }), [r, i]), p = m.useMemo(() => E(o, r), [o, r]);
233
+ return /* @__PURE__ */ h(u, {
234
+ config: f,
235
+ className: e("aspect-auto size-full", d),
236
+ children: /* @__PURE__ */ g(x, {
237
+ data: n,
238
+ margin: {
239
+ top: 10,
240
+ right: 20,
241
+ left: 0,
242
+ bottom: 10
243
+ },
244
+ children: [
245
+ /* @__PURE__ */ h(y, {
246
+ strokeDasharray: "3 3",
247
+ vertical: !1
248
+ }),
249
+ /* @__PURE__ */ h(w, {
250
+ dataKey: "name",
251
+ tickLine: !1,
252
+ axisLine: !1,
253
+ tickMargin: 8,
254
+ interval: "preserveStartEnd",
255
+ tickFormatter: c ? (e) => c(String(e)) : void 0
256
+ }),
257
+ /* @__PURE__ */ h(T, {
258
+ domain: a,
259
+ tickLine: !1,
260
+ axisLine: !1,
261
+ width: o ? 48 : 32,
262
+ tickFormatter: o ? (e) => o(Number(e)) : void 0
263
+ }),
264
+ /* @__PURE__ */ h(t, { content: /* @__PURE__ */ h(s, {
265
+ formatter: p,
266
+ labelFormatter: c ? (e) => c(String(e)) : void 0
267
+ }) }),
268
+ /* @__PURE__ */ h(b, {
269
+ type: "monotone",
270
+ dataKey: "value",
271
+ stroke: "var(--color-value)",
272
+ strokeWidth: 2,
273
+ dot: l ? {
274
+ fill: "var(--color-value)",
275
+ strokeWidth: 0,
276
+ r: 3
277
+ } : !1,
278
+ activeDot: {
279
+ r: 5,
280
+ strokeWidth: 2,
281
+ className: "stroke-background"
282
+ }
283
+ })
284
+ ]
285
+ })
286
+ });
287
+ }, L = ({ data: n, innerRadius: r, outerRadius: i, showLegend: a = !0, showLabels: l = !1, valueFormatter: d, onSelect: f, className: _ }) => {
288
+ let v = p(), y = m.useMemo(() => n.map((e, t) => ({
289
+ ...e,
290
+ fill: e.color ?? j(t)
291
+ })), [n]), b = m.useMemo(() => Object.fromEntries(n.map((e, t) => [e.name, {
292
+ label: e.name,
293
+ color: e.color ?? j(t)
294
+ }])), [n]), x = m.useMemo(() => E(d), [d]), w = r ?? (v ? 45 : 60), T = i ?? (v ? 80 : 100);
295
+ return /* @__PURE__ */ h(u, {
296
+ config: b,
297
+ className: e("aspect-auto size-full", _),
298
+ children: /* @__PURE__ */ g(C, { children: [
299
+ /* @__PURE__ */ h(t, { content: /* @__PURE__ */ h(s, {
300
+ nameKey: "name",
301
+ hideLabel: !0,
302
+ formatter: x
303
+ }) }),
304
+ /* @__PURE__ */ h(S, {
305
+ data: y,
306
+ dataKey: "value",
307
+ nameKey: "name",
308
+ cx: "50%",
309
+ cy: a ? "45%" : "50%",
310
+ innerRadius: w,
311
+ outerRadius: T,
312
+ paddingAngle: w > 0 ? 2 : 0,
313
+ label: l ? ({ name: e, value: t }) => `${String(e)} (${String(t)})` : void 0,
314
+ isAnimationActive: !1,
315
+ className: e("stroke-background", f && "cursor-pointer"),
316
+ onClick: f ? (e, t) => {
317
+ f(n[t], t);
318
+ } : void 0
319
+ }),
320
+ a && /* @__PURE__ */ h(o, { content: /* @__PURE__ */ h(c, {
321
+ nameKey: "name",
322
+ className: "flex-wrap text-muted-foreground"
323
+ }) })
324
+ ] })
325
+ });
326
+ };
327
+ //#endregion
328
+ export { A as a, O as c, M as i, I as n, j as o, F as r, k as s, L as t };
@@ -1,10 +1,2 @@
1
- import { D as s, M as d } from "../../../MetricCard-B0xnFyim.js";
2
- import { K as o, a as C, S as t, b as p } from "../../../SkeletonCards-B9C4cNMr.js";
3
- export {
4
- s as DashboardCard,
5
- o as KpiCard,
6
- C as KpiCards,
7
- d as MetricCard,
8
- t as SkeletonCard,
9
- p as SkeletonCards
10
- };
1
+ import { a as e, i as t, n, o as r, r as i, t as a } from "../../../cards-Cta6x49J.js";
2
+ export { r as DashboardCard, e as KpiCard, t as KpiCards, i as MetricCard, n as SkeletonCard, a as SkeletonCards };
@@ -1,11 +1,2 @@
1
- import { B as C, a as t, C as s, b as e, c as h, L as o, P as i, g as l } from "../../../PieChart-uozNJtEx.js";
2
- export {
3
- C as BarChartHorizontal,
4
- t as BarChartVertical,
5
- s as CHART_COLORS,
6
- e as ChartCard,
7
- h as CircularGauge,
8
- o as LineChart,
9
- i as PieChart,
10
- l as getChartColor
11
- };
1
+ import { a as e, c as t, i as n, n as r, o as i, r as a, s as o, t as s } from "../../../charts-CXhVUqLH.js";
2
+ export { t as BarChartHorizontal, o as BarChartVertical, e as CHART_COLORS, n as ChartCard, a as CircularGauge, r as LineChart, s as PieChart, i as getChartColor };
@@ -1,19 +1,4 @@
1
- import { A as i, C as s, F as g } from "../../../ConfirmationDialog-Dj4WdnHg.js";
2
- import { D as r, a as D, b as e, c as t, d as p, e as f, f as m, g as n, h as C, i as x } from "../../../sheet-XYI-ezvY.js";
3
- import { P } from "../../../toggle-group-iZqnrTj7.js";
4
- export {
5
- i as AppDialog,
6
- s as ConfirmationDialog,
7
- r as Dialog,
8
- D as DialogClose,
9
- e as DialogContent,
10
- t as DialogDescription,
11
- p as DialogFooter,
12
- f as DialogHeader,
13
- m as DialogOverlay,
14
- n as DialogPortal,
15
- C as DialogTitle,
16
- x as DialogTrigger,
17
- g as FormDialog,
18
- P as Progress
19
- };
1
+ import { I as e } from "../../../ui-CiX0E_bn.js";
2
+ import { A as t, D as n, E as r, F as i, M as a, N as o, O as s, P as c, j as l, k as u } from "../../../sheet-CRrYTZrl.js";
3
+ import { n as d, r as f, t as p } from "../../../dialogs-BGHSClsq.js";
4
+ export { f as AppDialog, p as ConfirmationDialog, r as Dialog, n as DialogClose, s as DialogContent, u as DialogDescription, t as DialogFooter, l as DialogHeader, a as DialogOverlay, o as DialogPortal, c as DialogTitle, i as DialogTrigger, d as FormDialog, e as Progress };