impact-nova 1.7.15 → 1.7.16

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.
@@ -1,26 +1,25 @@
1
- import { jsx as f, jsxs as re } from "react/jsx-runtime";
2
- import { lazy as oe, useRef as _, useState as v, useCallback as y, useMemo as b, useEffect as le, Suspense as ie } from "react";
3
- import { ModuleRegistry as ae, AllCommunityModule as ue, ValidationModule as ce } from "ag-grid-community";
4
- import { AllEnterpriseModule as se } from "ag-grid-enterprise";
5
- import { AgGridReact as de } from "ag-grid-react";
6
- import { customAgGridTheme as me } from "./theme.js";
7
- import { CustomHeader as pe } from "./headers/custom-header.js";
8
- import { CustomHeaderGroup as fe } from "./headers/custom-header-group.js";
9
- import { GridHeaderContext as ge } from "./headers/context/grid-header-context.js";
10
- import { convertToAgGridFilterModel as he, getMultiFilterIndices as Ce, convertFromAgGridFilterModel as ve } from "./headers/utils/filter-utils.js";
11
- import { ColumnSettingsMenu as ye } from "./headers/column-menu/column-settings-menu.js";
12
- import { AG_GRID_VALUE_FORMATTERS as be } from "./value-formatters.js";
13
- import { resolveValueFormatter as Fe, applyValueFormatter as xe } from "./cell-renderers/cell-renderer-utils.js";
1
+ import { jsx as s, jsxs as Y } from "react/jsx-runtime";
2
+ import { lazy as Z, useRef as P, useState as h, useCallback as C, useMemo as v, useEffect as ee, Suspense as te } from "react";
3
+ import { ModuleRegistry as ne, AllCommunityModule as re, ValidationModule as oe } from "ag-grid-community";
4
+ import { AllEnterpriseModule as le } from "ag-grid-enterprise";
5
+ import { AgGridReact as ie } from "ag-grid-react";
6
+ import { customAgGridTheme as ue } from "./theme.js";
7
+ import { CustomHeader as ae } from "./headers/custom-header.js";
8
+ import { CustomHeaderGroup as ce } from "./headers/custom-header-group.js";
9
+ import { GridHeaderContext as se } from "./headers/context/grid-header-context.js";
10
+ import { convertToAgGridFilterModel as de, getMultiFilterIndices as me, convertFromAgGridFilterModel as pe } from "./headers/utils/filter-utils.js";
11
+ import { ColumnSettingsMenu as fe } from "./headers/column-menu/column-settings-menu.js";
12
+ import { AG_GRID_VALUE_FORMATTERS as ge } from "./value-formatters.js";
14
13
  /* empty css */
15
- const Me = oe(() => import("./headers/advanced-filter/advanced-filter-dialog.js"));
16
- ae.registerModules([ue, se, ce]);
17
- const w = "", W = (a) => {
14
+ const he = Z(() => import("./headers/advanced-filter/advanced-filter-dialog.js"));
15
+ ne.registerModules([re, le, oe]);
16
+ const k = "", L = (a) => {
18
17
  if (typeof navigator < "u" && navigator.clipboard?.writeText) {
19
- navigator.clipboard.writeText(a).catch(() => K(a));
18
+ navigator.clipboard.writeText(a).catch(() => H(a));
20
19
  return;
21
20
  }
22
- K(a);
23
- }, K = (a) => {
21
+ H(a);
22
+ }, H = (a) => {
24
23
  if (typeof document > "u") return;
25
24
  const r = document.createElement("textarea");
26
25
  r.value = a, r.setAttribute("readonly", ""), r.style.position = "fixed", r.style.top = "0", r.style.left = "0", r.style.opacity = "0", r.style.pointerEvents = "none", document.body.appendChild(r);
@@ -30,73 +29,73 @@ const w = "", W = (a) => {
30
29
  document.body.removeChild(r);
31
30
  }
32
31
  };
33
- function Ve({
32
+ function je({
34
33
  children: a,
35
34
  defaultColDef: r,
36
35
  defaultColGroupDef: c,
37
- columnDefs: F,
38
- valueFormatters: h,
39
- onGridReady: C,
36
+ columnDefs: y,
37
+ valueFormatters: p,
38
+ onGridReady: f,
40
39
  ...i
41
40
  }) {
42
- const o = _(null), g = _(null), [x, G] = v(null), [D, M] = v(!1), [R, j] = v(null), [U, I] = v(!1), [O, P] = v(null), [$, N] = v(null), L = y((e) => {
43
- if (!o.current) return;
44
- const t = he(e);
45
- o.current.setFilterModel(t), o.current.onFilterChanged();
46
- }, []), E = b(() => ({
41
+ const l = P(null), d = P(null), [b, E] = h(null), [R, x] = h(!1), [A, O] = h(null), [V, T] = h(!1), [S, w] = h(null), [_, j] = h(null), I = C((e) => {
42
+ if (!l.current) return;
43
+ const t = de(e);
44
+ l.current.setFilterModel(t), l.current.onFilterChanged();
45
+ }, []), F = v(() => ({
47
46
  openSearch: (e) => {
48
- if (!o.current) return;
49
- const t = o.current.getGridOption("context") || {};
50
- o.current.setGridOption("context", { ...t, activeSearchColumnId: e }), o.current.refreshHeader();
47
+ if (!l.current) return;
48
+ const t = l.current.getGridOption("context") || {};
49
+ l.current.setGridOption("context", { ...t, activeSearchColumnId: e }), l.current.refreshHeader();
51
50
  },
52
51
  closeSearch: () => {
53
- if (!o.current) return;
54
- const e = o.current.getGridOption("context") || {};
55
- o.current.setGridOption("context", { ...e, activeSearchColumnId: null }), o.current.refreshHeader();
52
+ if (!l.current) return;
53
+ const e = l.current.getGridOption("context") || {};
54
+ l.current.setGridOption("context", { ...e, activeSearchColumnId: null }), l.current.refreshHeader();
56
55
  },
57
56
  openAdvancedFilter: (e) => {
58
- j(e || null), M(!0);
57
+ O(e || null), x(!0);
59
58
  },
60
59
  closeAdvancedFilter: () => {
61
- M(!1), j(null);
60
+ x(!1), O(null);
62
61
  },
63
62
  applyAdvancedFilter: (e) => {
64
- L(e);
63
+ I(e);
65
64
  },
66
65
  openMenu: (e, t) => {
67
- P(e), N(t), I(!0);
66
+ w(e), j(t), T(!0);
68
67
  },
69
68
  closeMenu: () => {
70
- I(!1), P(null), N(null);
69
+ T(!1), w(null), j(null);
71
70
  },
72
- activeMenuColumnId: O
73
- }), [L, O]), q = y((e) => {
74
- o.current = e.api, G(e.api);
71
+ activeMenuColumnId: S
72
+ }), [I, S]), W = C((e) => {
73
+ l.current = e.api, E(e.api);
75
74
  const t = e.api.getGridOption("context") || {};
76
- e.api.setGridOption("context", { ...t, activeSearchColumnId: null }), C && C(e);
77
- }, [C]);
78
- le(() => {
79
- const e = g.current;
75
+ e.api.setGridOption("context", { ...t, activeSearchColumnId: null }), f && f(e);
76
+ }, [f]);
77
+ ee(() => {
78
+ const e = d.current;
80
79
  if (!e) return;
81
80
  const t = (n) => {
82
81
  if (n.key !== "Enter" && n.key !== " ") return;
83
- const s = n.target;
84
- if (!s.classList.contains("ag-cell") && !s.classList.contains("ag-header-cell")) return;
85
- const u = s.querySelector(
82
+ const o = n.target;
83
+ if (!o.classList.contains("ag-cell") && !o.classList.contains("ag-header-cell")) return;
84
+ const u = o.querySelector(
86
85
  'button, [role="checkbox"], [role="switch"], [role="combobox"], [role="button"], [role="link"], a, input, select, textarea, .cursor-pointer'
87
86
  );
88
87
  u && (n.preventDefault(), n.stopPropagation(), u.click(), u.focus());
89
88
  };
90
89
  return e.addEventListener("keydown", t, !0), () => e.removeEventListener("keydown", t, !0);
91
90
  }, []);
92
- const z = b(() => ({
93
- headerComponent: pe,
91
+ const K = v(() => ({
92
+ headerComponent: ae,
94
93
  // Default cell renderer wraps text in a span so display:flex centering
95
94
  // and text-overflow:ellipsis both work (ellipsis doesn't work on
96
95
  // anonymous flex text nodes, but works on flex child elements).
97
96
  cellRenderer: (e) => {
98
97
  const t = e.valueFormatted ?? (e.value != null ? String(e.value) : "");
99
- return /* @__PURE__ */ f("span", { className: "truncate block w-full", children: t });
98
+ return /* @__PURE__ */ s("span", { className: "truncate block w-full", children: t });
100
99
  },
101
100
  ...r,
102
101
  suppressHeaderKeyboardEvent: (e) => {
@@ -106,9 +105,9 @@ function Ve({
106
105
  if (t.key === "Enter" || t.key === " ") {
107
106
  const u = n.closest(".ag-header-cell");
108
107
  if (u) {
109
- const m = u.querySelector('[role="checkbox"], button, [role="switch"], input');
110
- if (m)
111
- return t.preventDefault(), m.click(), !0;
108
+ const g = u.querySelector('[role="checkbox"], button, [role="switch"], input');
109
+ if (g)
110
+ return t.preventDefault(), g.click(), !0;
112
111
  }
113
112
  }
114
113
  return r?.suppressHeaderKeyboardEvent?.(e) ?? !1;
@@ -116,26 +115,26 @@ function Ve({
116
115
  headerComponentParams: {
117
116
  ...r?.headerComponentParams
118
117
  }
119
- }), [r]), J = b(() => ({
120
- headerGroupComponent: fe,
118
+ }), [r]), U = v(() => ({
119
+ headerGroupComponent: ce,
121
120
  ...c,
122
121
  headerGroupComponentParams: {
123
122
  ...c?.headerGroupComponentParams
124
123
  }
125
- }), [c]), X = b(() => ({
126
- ...be,
124
+ }), [c]), $ = v(() => ({
125
+ ...ge,
127
126
  // Always available - value formatters
128
127
  ...i.components,
129
128
  // User components override
130
- ...h
129
+ ...p
131
130
  // Optional custom formatters override defaults
132
- }), [h, i.components]), B = y((e) => {
131
+ }), [p, i.components]), q = C((e) => {
133
132
  if (e.value !== null && e.value !== void 0 && typeof e.value == "object") {
134
133
  const t = Object.entries(e.value).map(([, n]) => n && typeof n == "object" && "value" in n ? n.value : typeof n != "object" && typeof n < "u" ? n : null).filter((n) => n != null);
135
- return t.length === 0 ? "" : t.length === 1 ? t[0] : t.join(w);
134
+ return t.length === 0 ? "" : t.length === 1 ? t[0] : t.join(k);
136
135
  }
137
136
  return e.value;
138
- }, []), Q = y((e) => {
137
+ }, []), z = C((e) => {
139
138
  if (typeof e.value == "string") {
140
139
  const t = e.value.trim();
141
140
  if (t.startsWith("{") || t.startsWith("["))
@@ -146,75 +145,69 @@ function Ve({
146
145
  }
147
146
  }
148
147
  return e.value;
149
- }, []), Y = y((e) => {
148
+ }, []), J = C((e) => {
150
149
  const t = e?.data ?? "";
151
- if (!t.includes(w)) {
152
- W(t);
150
+ if (!t.includes(k)) {
151
+ L(t);
153
152
  return;
154
153
  }
155
- const n = [], s = t.split(`
154
+ const n = [], o = t.split(`
156
155
  `);
157
- for (let u = 0; u < s.length; u++) {
158
- const m = s[u];
159
- if (m.length === 0 && u === s.length - 1) {
156
+ for (let u = 0; u < o.length; u++) {
157
+ const g = o[u];
158
+ if (g.length === 0 && u === o.length - 1) {
160
159
  n.push("");
161
160
  continue;
162
161
  }
163
- const d = m.split(" ").map((l) => l.split(w)), S = Math.max(1, ...d.map((l) => l.length));
164
- if (S === 1) {
165
- n.push(m);
162
+ const D = g.split(" ").map((m) => m.split(k)), N = Math.max(1, ...D.map((m) => m.length));
163
+ if (N === 1) {
164
+ n.push(g);
166
165
  continue;
167
166
  }
168
- for (let l = 0; l < S; l++) {
169
- const k = d.map((p) => p.length === 1 ? p[0] : p[l] ?? "");
170
- n.push(k.join(" "));
167
+ for (let m = 0; m < N; m++) {
168
+ const Q = D.map((G) => G.length === 1 ? G[0] : G[m] ?? "");
169
+ n.push(Q.join(" "));
171
170
  }
172
171
  }
173
- W(n.join(`
172
+ L(n.join(`
174
173
  `));
175
- }, []), A = y((e) => {
174
+ }, []), M = C((e) => {
176
175
  const t = e.value;
177
176
  if (t == null) return "";
178
177
  if (typeof t != "object") return String(t);
179
- const s = e.column?.getColDef?.()?.cellRendererParams ?? null, u = s?.splits, m = s?.valueFormatter ?? null, H = e.node?.data ?? null, d = [];
180
- for (const [S, l] of Object.entries(t)) {
181
- if (l && typeof l == "object" && "value" in l) {
182
- const k = l, p = k.value;
183
- if (p == null) continue;
184
- const te = u?.find((ne) => ne.field?.split(".").pop() === S), V = Fe(
185
- k,
186
- H,
187
- te?.valueFormatter ?? null,
188
- m
189
- ), T = V ? xe(V, p) : String(p);
190
- T != null && d.push(String(T));
178
+ const n = [];
179
+ for (const o of Object.values(t)) {
180
+ if (o && typeof o == "object" && "value" in o) {
181
+ const u = o.value;
182
+ if (u == null) continue;
183
+ n.push(String(u));
191
184
  continue;
192
185
  }
193
- typeof l != "object" && typeof l < "u" && l !== null && d.push(String(l));
186
+ o != null && typeof o != "object" && n.push(String(o));
194
187
  }
195
- return d.length === 0 ? "" : d.length === 1 ? d[0] : d.join(`
188
+ return n.length === 0 ? "" : n.length === 1 ? n[0] : n.join(`
196
189
  `);
197
- }, []), Z = b(() => ({
198
- processCellCallback: A,
190
+ }, []), X = v(() => ({
191
+ processCellCallback: M,
199
192
  ...i.defaultCsvExportParams ?? {}
200
- }), [A, i.defaultCsvExportParams]), ee = b(() => ({
201
- processCellCallback: A,
193
+ }), [M, i.defaultCsvExportParams]), B = v(() => ({
194
+ processCellCallback: M,
202
195
  ...i.defaultExcelExportParams ?? {}
203
- }), [A, i.defaultExcelExportParams]);
204
- return /* @__PURE__ */ re(ge.Provider, { value: E, children: [
205
- /* @__PURE__ */ f("div", { ref: g, style: { width: "100%", height: "100%" }, children: /* @__PURE__ */ f(
206
- de,
196
+ }), [M, i.defaultExcelExportParams]);
197
+ return /* @__PURE__ */ Y(se.Provider, { value: F, children: [
198
+ /* @__PURE__ */ s("div", { ref: d, style: { width: "100%", height: "100%" }, children: /* @__PURE__ */ s(
199
+ ie,
207
200
  {
208
- theme: me,
209
- defaultColDef: z,
210
- columnDefs: F,
201
+ theme: ue,
202
+ defaultColDef: K,
203
+ columnDefs: y,
211
204
  cellSelection: !0,
212
- defaultColGroupDef: J,
213
- onGridReady: q,
214
- components: X,
215
- processCellForClipboard: B,
216
- processCellFromClipboard: Q,
217
- sendToClipboard: Y,
205
+ defaultColGroupDef: U,
206
+ onGridReady: W,
207
+ components: $,
208
+ processCellForClipboard: q,
209
+ processCellFromClipboard: z,
210
+ sendToClipboard: J,
218
211
  ensureDomOrder: !0,
219
212
  suppressHeaderFocus: !1,
220
213
  suppressFocusAfterRefresh: !0,
@@ -242,79 +235,79 @@ function Ve({
242
235
  }
243
236
  },
244
237
  ...i,
245
- defaultCsvExportParams: Z,
246
- defaultExcelExportParams: ee
238
+ defaultCsvExportParams: X,
239
+ defaultExcelExportParams: B
247
240
  }
248
241
  ) }),
249
242
  a,
250
- /* @__PURE__ */ f(
251
- Ee,
243
+ /* @__PURE__ */ s(
244
+ Ce,
252
245
  {
253
- isOpen: D,
254
- columnId: R,
255
- gridApi: x,
256
- onClose: E.closeAdvancedFilter,
257
- onApply: E.applyAdvancedFilter
246
+ isOpen: R,
247
+ columnId: A,
248
+ gridApi: b,
249
+ onClose: F.closeAdvancedFilter,
250
+ onApply: F.applyAdvancedFilter
258
251
  }
259
252
  ),
260
- /* @__PURE__ */ f(
261
- Ae,
253
+ /* @__PURE__ */ s(
254
+ ve,
262
255
  {
263
- isOpen: U,
264
- columnId: O,
265
- gridApi: x,
266
- anchor: $,
267
- onClose: E.closeMenu
256
+ isOpen: V,
257
+ columnId: S,
258
+ gridApi: b,
259
+ anchor: _,
260
+ onClose: F.closeMenu
268
261
  }
269
262
  )
270
263
  ] });
271
264
  }
272
- function Ee({
265
+ function Ce({
273
266
  isOpen: a,
274
267
  columnId: r,
275
268
  gridApi: c,
276
- onClose: F,
277
- onApply: h
269
+ onClose: y,
270
+ onApply: p
278
271
  }) {
279
272
  if (!a || !r || !c) return null;
280
- const C = c.getColumn(r);
281
- if (!C) return null;
282
- const i = C.getColDef(), o = i.headerComponentParams, g = Ce(i), x = g.text !== -1 || g.number !== -1 || g.date !== -1, G = g.set !== -1, M = i.filter === "agMultiColumnFilter" && (x || G) ? "multi" : i.filter === "agNumberColumnFilter" ? "number" : i.filter === "agDateColumnFilter" ? "date" : i.filter === "agSetColumnFilter" || o?.selectOptions ? "select" : "text", R = ve(c.getFilterModel());
283
- return /* @__PURE__ */ f(ie, { fallback: null, children: /* @__PURE__ */ f(
284
- Me,
273
+ const f = c.getColumn(r);
274
+ if (!f) return null;
275
+ const i = f.getColDef(), l = i.headerComponentParams, d = me(i), b = d.text !== -1 || d.number !== -1 || d.date !== -1, E = d.set !== -1, x = i.filter === "agMultiColumnFilter" && (b || E) ? "multi" : i.filter === "agNumberColumnFilter" ? "number" : i.filter === "agDateColumnFilter" ? "date" : i.filter === "agSetColumnFilter" || l?.selectOptions ? "select" : "text", A = pe(c.getFilterModel());
276
+ return /* @__PURE__ */ s(te, { fallback: null, children: /* @__PURE__ */ s(
277
+ he,
285
278
  {
286
279
  isOpen: a,
287
- onClose: F,
288
- onApply: h,
280
+ onClose: y,
281
+ onApply: p,
289
282
  columnId: r,
290
283
  columnLabel: i.headerName || r,
291
- columnType: M,
292
- selectOptions: o?.selectOptions,
293
- isMultiSelect: o?.isMultiSelect,
294
- initialModel: R,
284
+ columnType: x,
285
+ selectOptions: l?.selectOptions,
286
+ isMultiSelect: l?.isMultiSelect,
287
+ initialModel: A,
295
288
  api: c
296
289
  }
297
290
  ) });
298
291
  }
299
- function Ae({
292
+ function ve({
300
293
  isOpen: a,
301
294
  columnId: r,
302
295
  gridApi: c,
303
- anchor: F,
304
- onClose: h
296
+ anchor: y,
297
+ onClose: p
305
298
  }) {
306
- return !a || !r || !c ? null : /* @__PURE__ */ f(
307
- ye,
299
+ return !a || !r || !c ? null : /* @__PURE__ */ s(
300
+ fe,
308
301
  {
309
302
  isOpen: a,
310
303
  columnId: r,
311
304
  gridApi: c,
312
- anchor: F,
313
- onClose: h
305
+ anchor: y,
306
+ onClose: p
314
307
  }
315
308
  );
316
309
  }
317
310
  export {
318
- Ve as AgGridWrapper,
319
- Ve as default
311
+ je as AgGridWrapper,
312
+ je as default
320
313
  };
@@ -0,0 +1,60 @@
1
+ import * as React from "react";
2
+ export interface CreateItemFlowStep {
3
+ /** Label shown under the stepper progress bar */
4
+ label: string;
5
+ /** Optional description for the step */
6
+ description?: string;
7
+ }
8
+ export interface CreateItemFlowRootProps {
9
+ /** Current active step (1-indexed) */
10
+ step?: number;
11
+ /** Total number of steps (auto-derived from steps[] if omitted) */
12
+ totalSteps?: number;
13
+ /** Step metadata for labels/descriptions */
14
+ steps?: CreateItemFlowStep[];
15
+ /** Callback when step changes */
16
+ onStepChange?: (step: number) => void;
17
+ children?: React.ReactNode;
18
+ }
19
+ declare const CreateItemFlowRoot: React.FC<CreateItemFlowRootProps>;
20
+ declare const CreateItemFlowCard: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
21
+ declare const CreateItemFlowLeftPanel: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
22
+ declare const CreateItemFlowTitle: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLHeadingElement> & React.RefAttributes<HTMLHeadingElement>>;
23
+ declare const CreateItemFlowDescription: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLParagraphElement> & React.RefAttributes<HTMLParagraphElement>>;
24
+ export interface CreateItemFlowImageProps extends React.HTMLAttributes<HTMLDivElement> {
25
+ /** Image source URL. If omitted, render children instead. */
26
+ src?: string;
27
+ /** Alt text for the image */
28
+ alt?: string;
29
+ }
30
+ declare const CreateItemFlowImage: React.ForwardRefExoticComponent<CreateItemFlowImageProps & React.RefAttributes<HTMLDivElement>>;
31
+ declare const CreateItemFlowRightPanel: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
32
+ export interface CreateItemFlowStepperProps extends React.HTMLAttributes<HTMLDivElement> {
33
+ /** Allow clicking on steps to navigate */
34
+ clickable?: boolean;
35
+ }
36
+ declare const CreateItemFlowStepper: React.ForwardRefExoticComponent<CreateItemFlowStepperProps & React.RefAttributes<HTMLDivElement>>;
37
+ declare const CreateItemFlowContentTitle: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLHeadingElement> & React.RefAttributes<HTMLHeadingElement>>;
38
+ declare const CreateItemFlowContentDescription: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLParagraphElement> & React.RefAttributes<HTMLParagraphElement>>;
39
+ declare const CreateItemFlowContent: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
40
+ export interface CreateItemFlowStepContentProps extends React.HTMLAttributes<HTMLDivElement> {
41
+ /** Which step this content belongs to (1-indexed) */
42
+ forStep: number;
43
+ }
44
+ declare const CreateItemFlowStepContent: React.ForwardRefExoticComponent<CreateItemFlowStepContentProps & React.RefAttributes<HTMLDivElement>>;
45
+ export interface CreateItemFlowActionsProps extends React.HTMLAttributes<HTMLDivElement> {
46
+ /** Override the cancel button label */
47
+ cancelLabel?: string;
48
+ /** Override the back button label */
49
+ backLabel?: string;
50
+ /** Override the next button label */
51
+ nextLabel?: string;
52
+ /** Override the submit button label */
53
+ submitLabel?: string;
54
+ /** Called when Cancel is clicked */
55
+ onCancel?: () => void;
56
+ /** Called when Submit is clicked (last step) */
57
+ onSubmit?: () => void;
58
+ }
59
+ declare const CreateItemFlowActions: React.ForwardRefExoticComponent<CreateItemFlowActionsProps & React.RefAttributes<HTMLDivElement>>;
60
+ export { CreateItemFlowRoot, CreateItemFlowCard, CreateItemFlowLeftPanel, CreateItemFlowTitle, CreateItemFlowDescription, CreateItemFlowImage, CreateItemFlowRightPanel, CreateItemFlowStepper, CreateItemFlowContentTitle, CreateItemFlowContentDescription, CreateItemFlowContent, CreateItemFlowStepContent, CreateItemFlowActions, };