@konstructio/ui 0.1.2-alpha.66 → 0.1.2-alpha.68

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 (50) hide show
  1. package/dist/AdditionalOptions-C2FDVZhu.js +45 -0
  2. package/dist/{DayPicker-PUEUVAST.js → DayPicker-CaeUXRCF.js} +475 -470
  3. package/dist/{Modal--z642-Wv.js → Modal-mwLmWbnA.js} +23 -20
  4. package/dist/assets/icons/components/CloudLockOutline.d.ts +3 -0
  5. package/dist/assets/icons/components/CloudLockOutline.js +28 -0
  6. package/dist/assets/icons/components/index.d.ts +1 -0
  7. package/dist/assets/icons/components/index.js +106 -104
  8. package/dist/assets/icons/index.js +106 -104
  9. package/dist/components/ButtonGroup/ButtonGroup.js +65 -61
  10. package/dist/components/ButtonGroup/ButtonGroup.types.d.ts +6 -0
  11. package/dist/components/ButtonGroup/components/ButtonGroupItem/ButtonGroupItem.js +32 -30
  12. package/dist/components/ButtonGroup/components/ButtonGroupItem/ButtonGroupItem.types.d.ts +3 -1
  13. package/dist/components/ButtonGroup/components/ButtonGroupItem/ButtonGroupItem.variants.d.ts +4 -1
  14. package/dist/components/ButtonGroup/components/ButtonGroupItem/ButtonGroupItem.variants.js +37 -17
  15. package/dist/components/DateRangePicker/components/CalendarPanel/components/CalendarMonth/CalendarMonth.js +1 -1
  16. package/dist/components/Datepicker/DatePicker.js +1 -1
  17. package/dist/components/Modal/Modal.js +1 -1
  18. package/dist/components/Modal/components/Wrapper/Wrapper.js +3 -2
  19. package/dist/components/Modal/components/Wrapper/Wrapper.variants.js +2 -2
  20. package/dist/components/Modal/components/index.js +1 -1
  21. package/dist/components/Select/Select.d.ts +1 -0
  22. package/dist/components/Select/Select.js +54 -40
  23. package/dist/components/Select/Select.types.d.ts +18 -2
  24. package/dist/components/Select/components/AdditionalOptions/AdditionalOptions.d.ts +3 -0
  25. package/dist/components/Select/components/AdditionalOptions/AdditionalOptions.js +11 -0
  26. package/dist/components/Select/components/AdditionalOptions/AdditionalOptions.types.d.ts +4 -0
  27. package/dist/components/Select/components/AdditionalOptions/AdditionalOptions.variants.d.ts +1 -0
  28. package/dist/components/Select/components/AdditionalOptions/AdditionalOptions.variants.js +26 -0
  29. package/dist/components/Select/components/List/List.js +131 -132
  30. package/dist/components/Select/components/List/List.types.d.ts +1 -0
  31. package/dist/components/Select/components/List/List.variants.d.ts +1 -0
  32. package/dist/components/Select/components/List/List.variants.js +17 -2
  33. package/dist/components/Select/components/Wrapper.d.ts +3 -1
  34. package/dist/components/Select/components/Wrapper.js +65 -63
  35. package/dist/components/Select/components/index.d.ts +1 -0
  36. package/dist/components/Select/components/index.js +8 -6
  37. package/dist/components/VirtualizedTable/VirtualizedTable.d.ts +5 -0
  38. package/dist/components/VirtualizedTable/VirtualizedTable.js +86 -80
  39. package/dist/components/VirtualizedTable/components/Body/Body.js +51 -49
  40. package/dist/components/VirtualizedTable/contexts/table.context.d.ts +2 -0
  41. package/dist/components/VirtualizedTable/contexts/table.provider.js +69 -67
  42. package/dist/components/VirtualizedTable/events/index.d.ts +3 -3
  43. package/dist/components/VirtualizedTable/events/index.js +22 -16
  44. package/dist/components/index.js +1 -1
  45. package/dist/icons.d.ts +1 -1
  46. package/dist/icons.js +106 -104
  47. package/dist/index.js +1 -1
  48. package/dist/package.json +21 -21
  49. package/dist/styles.css +1 -1
  50. package/package.json +21 -21
@@ -1,98 +1,99 @@
1
1
  import { jsxs as o, jsx as r } from "react/jsx-runtime";
2
- import { forwardRef as te, useId as ae, useRef as w, useMemo as re, useImperativeHandle as ne, useEffect as le } from "react";
3
- import { Typography as se } from "../../Typography/Typography.js";
2
+ import { forwardRef as ae, useId as re, useRef as w, useMemo as ne, useImperativeHandle as le, useEffect as se } from "react";
3
+ import { Typography as oe } from "../../Typography/Typography.js";
4
4
  import { cn as n } from "../../../utils/index.js";
5
- import { labelVariants as oe, inputVariants as ce, selectVariants as ie } from "../Select.variants.js";
6
- import { useSelect as me } from "../hooks/useSelect.js";
7
- import { List as pe } from "./List/List.js";
8
- import { c as ue } from "../../../createLucideIcon-CP-mMPfa.js";
9
- import { LoaderIcon as fe } from "../../../assets/icons/components/Loader.js";
10
- import { C as de } from "../../../chevron-up-IlDPxR7j.js";
11
- import { useSelectContext as xe } from "../contexts/select.hook.js";
12
- const he = [
5
+ import { labelVariants as ce, inputVariants as ie, selectVariants as me } from "../Select.variants.js";
6
+ import { useSelect as pe } from "../hooks/useSelect.js";
7
+ import { List as ue } from "./List/List.js";
8
+ import { c as fe } from "../../../createLucideIcon-CP-mMPfa.js";
9
+ import { LoaderIcon as de } from "../../../assets/icons/components/Loader.js";
10
+ import { C as xe } from "../../../chevron-up-IlDPxR7j.js";
11
+ import { useSelectContext as he } from "../contexts/select.hook.js";
12
+ const ve = [
13
13
  ["path", { d: "m21 21-4.34-4.34", key: "14j7rj" }],
14
14
  ["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }]
15
- ], ve = ue("search", he), ze = te(
15
+ ], Ne = fe("search", ve), Oe = ae(
16
16
  ({
17
17
  additionalOptions: z,
18
18
  className: O,
19
19
  defaultValue: x,
20
20
  disabled: t = !1,
21
21
  error: f,
22
- iconClassName: R,
23
- inputClassName: F,
24
- isInfiniteScrollEnabled: S = !1,
22
+ groupedOptions: R,
23
+ iconClassName: F,
24
+ inputClassName: S,
25
+ isInfiniteScrollEnabled: T = !1,
25
26
  isLoading: g,
26
27
  isRequired: h,
27
28
  label: v,
28
- labelAction: T,
29
- labelClassName: E,
30
- labelWrapperClassName: M,
31
- listClassName: W,
32
- listItemClassName: _,
33
- listItemSecondRowClassName: $,
29
+ labelAction: E,
30
+ labelClassName: M,
31
+ labelWrapperClassName: W,
32
+ listClassName: _,
33
+ listItemClassName: $,
34
+ listItemSecondRowClassName: H,
34
35
  name: d,
35
- noOptionsText: H,
36
+ noOptionsText: P,
36
37
  placeholder: N,
37
38
  searchable: k = !1,
38
39
  showSearchIcon: C,
39
- theme: P,
40
- wrapperClassName: U,
41
- onFetchMoreOptions: q,
42
- onBlur: A,
43
- onSearchChange: B,
40
+ theme: U,
41
+ wrapperClassName: q,
42
+ onFetchMoreOptions: A,
43
+ onBlur: B,
44
+ onSearchChange: D,
44
45
  ...y
45
- }, D) => {
46
- const I = ae(), c = w(null), j = w(null), G = w(0), {
46
+ }, G) => {
47
+ const I = re(), c = w(null), j = w(null), J = w(0), {
47
48
  isOpen: i,
48
49
  options: l,
49
- searchTerm: J,
50
+ searchTerm: K,
50
51
  value: s,
51
- setCanFilter: K,
52
- setSearchTerm: Q,
52
+ setCanFilter: Q,
53
+ setSearchTerm: X,
53
54
  setValue: m,
54
- toggleOpen: X
55
- } = xe(), e = re(() => l.find(({ value: a }) => a === s), [l, s]), { wrapperRef: Y, wrapperInputRef: L, handleOpen: V } = me({
55
+ toggleOpen: Y
56
+ } = he(), e = ne(() => l.find(({ value: a }) => a === s), [l, s]), { wrapperRef: Z, wrapperInputRef: L, handleOpen: V } = pe({
56
57
  ulRef: j,
57
58
  inputRef: c,
58
59
  disabled: t,
59
60
  internalValue: e,
60
- onBlur: A
61
+ onBlur: B
61
62
  }), p = d ? `${I}-${d}` : I;
62
- ne(D, () => c.current, [c]), le(() => {
63
+ le(G, () => c.current, [c]), se(() => {
63
64
  if (x && !s) {
64
65
  const a = l && l.find((u) => u.value === x);
65
66
  a && m(a.value);
66
67
  }
67
68
  }, [x, l, m, s]);
68
- const Z = (a) => {
69
+ const ee = (a) => {
69
70
  const u = a.target.value;
70
- K(!0), m(""), Q(u ?? ""), B?.(u);
71
+ Q(!0), m(""), X(u ?? ""), D?.(u);
71
72
  const b = l.find(
72
- (ee) => ee.value.toLocaleLowerCase() === u.toLocaleLowerCase()
73
+ (te) => te.value.toLocaleLowerCase() === u.toLocaleLowerCase()
73
74
  );
74
75
  m(b ? b.value : e?.value ?? "");
75
76
  };
76
77
  return /* @__PURE__ */ o(
77
78
  "div",
78
79
  {
79
- ref: Y,
80
- className: n("flex flex-col gap-2 w-full relative", U),
81
- "data-theme": P,
80
+ ref: Z,
81
+ className: n("flex flex-col gap-2 w-full relative", q),
82
+ "data-theme": U,
82
83
  children: [
83
84
  v ? /* @__PURE__ */ o(
84
85
  "div",
85
86
  {
86
87
  className: n(
87
88
  "flex items-center justify-between",
88
- M
89
+ W
89
90
  ),
90
91
  children: [
91
92
  /* @__PURE__ */ o(
92
93
  "label",
93
94
  {
94
95
  id: p,
95
- className: n(oe({ className: E })),
96
+ className: n(ce({ className: M })),
96
97
  htmlFor: p,
97
98
  onClick: () => !t && V(),
98
99
  children: [
@@ -101,7 +102,7 @@ const he = [
101
102
  ]
102
103
  }
103
104
  ),
104
- T
105
+ E
105
106
  ]
106
107
  }
107
108
  ) : null,
@@ -111,18 +112,18 @@ const he = [
111
112
  ref: L,
112
113
  id: p,
113
114
  className: n(
114
- ie({ className: O, hasError: !!f, disabled: t })
115
+ me({ className: O, hasError: !!f, disabled: t })
115
116
  ),
116
117
  role: "combobox",
117
- onClick: () => !t && X(!i),
118
+ onClick: () => !t && Y(!i),
118
119
  "aria-expanded": i,
119
- tabIndex: G.current,
120
+ tabIndex: J.current,
120
121
  "aria-labelledby": p,
121
122
  children: [
122
123
  /* @__PURE__ */ o("div", { className: "flex gap-2.5 items-center flex-1", children: [
123
124
  e?.leftIcon && !C && /* @__PURE__ */ r("span", { className: "w-4 h-4 flex justify-center items-center dark:text-metal-50", children: e.leftIcon }),
124
125
  C && /* @__PURE__ */ r(
125
- ve,
126
+ Ne,
126
127
  {
127
128
  className: n(
128
129
  "w-4",
@@ -140,10 +141,10 @@ const he = [
140
141
  "input",
141
142
  {
142
143
  type: "text",
143
- value: i ? J : e?.label ?? s ?? "",
144
- onChange: Z,
144
+ value: i ? K : e?.label ?? s ?? "",
145
+ onChange: ee,
145
146
  placeholder: N,
146
- className: n(ce({ className: F }), {
147
+ className: n(ie({ className: S }), {
147
148
  "text-red-700 placeholder:text-red-700": !!f
148
149
  }),
149
150
  onClick: (a) => {
@@ -159,7 +160,7 @@ const he = [
159
160
  ...y
160
161
  }
161
162
  ) : /* @__PURE__ */ o(
162
- se,
163
+ oe,
163
164
  {
164
165
  variant: "body2",
165
166
  className: n(
@@ -181,18 +182,18 @@ const he = [
181
182
  )
182
183
  ] }),
183
184
  g ? /* @__PURE__ */ r(
184
- fe,
185
+ de,
185
186
  {
186
187
  size: 16,
187
188
  className: "text-metal-400 animate-spin select-none"
188
189
  }
189
190
  ) : !C && /* @__PURE__ */ r(
190
- de,
191
+ xe,
191
192
  {
192
193
  "data-state": i ? "open" : "closed",
193
194
  className: n(
194
195
  "w-4 h-4 text-zinc-500 transition-all duration-100 data-[state=open]:rotate-0 data-[state=closed]:rotate-180 select-none dark:group-focus-within:text-metal-50",
195
- R,
196
+ F,
196
197
  {
197
198
  "text-red-700": !!f,
198
199
  "text-metal-400/50 dark:group-focus-within:text-zinc-500": t
@@ -218,22 +219,23 @@ const he = [
218
219
  }
219
220
  ),
220
221
  i && /* @__PURE__ */ r(
221
- pe,
222
+ ue,
222
223
  {
223
224
  ref: j,
224
225
  additionalOptions: z,
225
- className: W,
226
- itemClassName: _,
226
+ className: _,
227
+ groupedOptions: R,
228
+ itemClassName: $,
227
229
  name: d,
228
230
  wrapperInputRef: L,
229
231
  inputRef: c,
230
232
  options: l,
231
233
  isLoading: !!g,
232
234
  searchable: k,
233
- listItemSecondRowClassName: $,
234
- isInfiniteScrollEnabled: S,
235
- onFetchMoreOptions: q,
236
- noOptionsText: H
235
+ listItemSecondRowClassName: H,
236
+ isInfiniteScrollEnabled: T,
237
+ onFetchMoreOptions: A,
238
+ noOptionsText: P
237
239
  }
238
240
  )
239
241
  ]
@@ -242,5 +244,5 @@ const he = [
242
244
  }
243
245
  );
244
246
  export {
245
- ze as Wrapper
247
+ Oe as Wrapper
246
248
  };
@@ -1,3 +1,4 @@
1
+ export * from './AdditionalOptions/AdditionalOptions';
1
2
  export * from './EmptyList';
2
3
  export * from './List/List';
3
4
  export * from './Wrapper';
@@ -1,8 +1,10 @@
1
- import { EmptyList as p } from "./EmptyList.js";
2
- import { List as e } from "./List/List.js";
3
- import { Wrapper as f } from "./Wrapper.js";
1
+ import { A as t } from "../../../AdditionalOptions-C2FDVZhu.js";
2
+ import { EmptyList as e } from "./EmptyList.js";
3
+ import { List as m } from "./List/List.js";
4
+ import { Wrapper as s } from "./Wrapper.js";
4
5
  export {
5
- p as EmptyList,
6
- e as List,
7
- f as Wrapper
6
+ t as AdditionalOptions,
7
+ e as EmptyList,
8
+ m as List,
9
+ s as Wrapper
8
10
  };
@@ -5,6 +5,11 @@ import { Props as ActionProps } from './components/Actions/Actions.types';
5
5
  type VirtualizedTableCompound = (<TData extends RowData>(props: Props<TData>) => JSX.Element) & {
6
6
  TruncateText: typeof TruncateText;
7
7
  Actions: <TData extends RowData>(props: ActionProps<TData>) => JSX.Element | null;
8
+ Events: {
9
+ sendExpandRowEvent: (tableId: string, rowId: string) => void;
10
+ sendCollapseRowEvent: (tableId: string, rowId: string) => void;
11
+ sendToggleRowEvent: (tableId: string, rowId: string) => void;
12
+ };
8
13
  displayName?: string;
9
14
  };
10
15
  declare const VirtualizedTable: VirtualizedTableCompound;
@@ -1,63 +1,64 @@
1
- import { jsx as r, jsxs as s } from "react/jsx-runtime";
1
+ import { jsx as r, jsxs as n } from "react/jsx-runtime";
2
2
  import { useMemo as U } from "react";
3
- import { cn as c } from "../../utils/index.js";
4
- import { TableProvider as X } from "./contexts/table.provider.js";
5
- import { Filter as Y } from "./components/Filter/Filter.js";
6
- import { WrapperBody as Z } from "./components/WrapperBody/WrapperBody.js";
7
- import { Header as _ } from "./components/Header/Header.js";
8
- import { Body as $ } from "./components/Body/Body.js";
9
- import { Pagination as D } from "./components/Pagination/Pagination.js";
10
- import { TruncateText as L } from "./components/TruncateText/TruncateText.js";
11
- import { Actions as rr } from "./components/Actions/Actions.js";
12
- const er = ({
13
- id: n,
3
+ import { cn as s } from "../../utils/index.js";
4
+ import { sendToggleRowEvent as X, sendCollapseRowEvent as Y, sendExpandRowEvent as Z } from "./events/index.js";
5
+ import { TableProvider as _ } from "./contexts/table.provider.js";
6
+ import { Filter as $ } from "./components/Filter/Filter.js";
7
+ import { WrapperBody as D } from "./components/WrapperBody/WrapperBody.js";
8
+ import { Header as L } from "./components/Header/Header.js";
9
+ import { Body as rr } from "./components/Body/Body.js";
10
+ import { Pagination as er } from "./components/Pagination/Pagination.js";
11
+ import { TruncateText as or } from "./components/TruncateText/TruncateText.js";
12
+ import { Actions as ar } from "./components/Actions/Actions.js";
13
+ const tr = ({
14
+ id: c,
14
15
  ariaLabel: p,
15
16
  columns: d,
16
17
  data: f,
17
18
  totalItems: u = -1 / 0,
18
19
  className: b,
19
20
  classNameHeaderActiveArrows: T,
20
- classNameHeaderArrows: N,
21
+ classNameHeaderArrows: v,
21
22
  classNameHeaderTable: x,
22
- classNameTable: A,
23
- classNameWrapperTable: y,
23
+ classNameTable: E,
24
+ classNameWrapperTable: N,
24
25
  isLoading: a,
25
- getRowId: h,
26
- fetchData: z,
27
- queryOptions: B,
26
+ getRowId: w,
27
+ fetchData: A,
28
+ queryOptions: y,
28
29
  // Pagination
29
- showPagination: V,
30
+ showPagination: h,
30
31
  showTotalItems: t,
31
32
  showDropdownPagination: i,
32
33
  showDotPagination: l,
33
34
  showFormPagination: m,
34
- pageSizes: j,
35
+ pageSizes: z,
35
36
  // Filter
36
- showFilter: k = !1,
37
- showFilterInput: v,
38
- filterSearchPlaceholder: w = "",
39
- multiSelectFilter: P,
40
- filterActions: E,
41
- showResetButton: H = !0,
42
- resetButtonClassName: I,
37
+ showFilter: B = !1,
38
+ showFilterInput: R,
39
+ filterSearchPlaceholder: V = "",
40
+ multiSelectFilter: g,
41
+ filterActions: j,
42
+ showResetButton: k = !0,
43
+ resetButtonClassName: P,
43
44
  // Hover row
44
- enableHoverRow: K,
45
- classNameHoverRow: M,
45
+ enableHoverRow: C,
46
+ classNameHoverRow: H,
46
47
  // Expandable rows
47
- enableExpandedRow: W,
48
- expandedState: g,
49
- defaultExpanded: q,
50
- classNameExpandedRow: C,
51
- classNameExpandedCell: F,
52
- classNameExpandedContent: G,
53
- classNameExpandedHeader: J,
54
- classNameActiveExpandedRow: O,
55
- onExpandedChange: Q,
56
- renderExpandedRow: R,
48
+ enableExpandedRow: I,
49
+ expandedState: K,
50
+ defaultExpanded: M,
51
+ classNameExpandedRow: W,
52
+ classNameExpandedCell: q,
53
+ classNameExpandedContent: F,
54
+ classNameExpandedHeader: G,
55
+ classNameActiveExpandedRow: J,
56
+ onExpandedChange: O,
57
+ renderExpandedRow: Q,
57
58
  keepExpandColumnVisible: S
58
59
  }) => {
59
60
  const e = U(
60
- () => V || [
61
+ () => h || [
61
62
  t,
62
63
  i,
63
64
  l,
@@ -66,90 +67,95 @@ const er = ({
66
67
  []
67
68
  );
68
69
  return /* @__PURE__ */ r(
69
- X,
70
+ _,
70
71
  {
71
- id: n,
72
+ id: c,
72
73
  columns: d,
73
74
  data: f,
74
- getRowId: h,
75
- fetchData: z,
75
+ getRowId: w,
76
+ fetchData: A,
76
77
  totalItems: u,
77
- queryOptions: B,
78
+ queryOptions: y,
78
79
  isPaginationEnabled: e,
79
- enableExpandedRow: W,
80
- expandedState: g,
81
- onExpandedChange: Q,
82
- defaultExpanded: q,
83
- classNameExpandedRow: C,
84
- classNameExpandedCell: F,
85
- classNameExpandedContent: G,
86
- classNameExpandedHeader: J,
87
- classNameActiveExpandedRow: O,
88
- enableHoverRow: K,
89
- classNameHoverRow: M,
90
- renderExpandedRow: R,
80
+ enableExpandedRow: I,
81
+ expandedState: K,
82
+ onExpandedChange: O,
83
+ defaultExpanded: M,
84
+ classNameExpandedRow: W,
85
+ classNameExpandedCell: q,
86
+ classNameExpandedContent: F,
87
+ classNameExpandedHeader: G,
88
+ classNameActiveExpandedRow: J,
89
+ enableHoverRow: C,
90
+ classNameHoverRow: H,
91
+ renderExpandedRow: Q,
91
92
  keepExpandColumnVisible: S,
92
- children: /* @__PURE__ */ s("section", { className: c("w-full min-w-fit", b), children: [
93
- k && /* @__PURE__ */ r(
94
- Y,
93
+ children: /* @__PURE__ */ n("section", { className: s("w-full min-w-fit", b), children: [
94
+ B && /* @__PURE__ */ r(
95
+ $,
95
96
  {
96
- actions: E,
97
- multiSelectFilter: P,
98
- placeholder: w,
99
- showFilterInput: v,
100
- showResetButton: H,
101
- resetButtonClassName: I
97
+ actions: j,
98
+ multiSelectFilter: g,
99
+ placeholder: V,
100
+ showFilterInput: R,
101
+ showResetButton: k,
102
+ resetButtonClassName: P
102
103
  }
103
104
  ),
104
105
  /* @__PURE__ */ r(
105
- Z,
106
+ D,
106
107
  {
107
108
  showPagination: e,
108
- classNameWrapperTable: y,
109
+ classNameWrapperTable: N,
109
110
  isLoading: a,
110
- children: /* @__PURE__ */ s(
111
+ children: /* @__PURE__ */ n(
111
112
  "table",
112
113
  {
113
- className: c(
114
+ className: s(
114
115
  "w-full border-collapse table-auto",
115
116
  "dark:border-separate dark:border-spacing-0",
116
- A
117
+ E
117
118
  ),
118
119
  "aria-label": p,
119
120
  children: [
120
121
  /* @__PURE__ */ r(
121
- _,
122
+ L,
122
123
  {
123
124
  className: x,
124
- classNameArrows: N,
125
+ classNameArrows: v,
125
126
  classNameActiveArrows: T
126
127
  }
127
128
  ),
128
- /* @__PURE__ */ r($, { isLoading: a, showPagination: e })
129
+ /* @__PURE__ */ r(rr, { isLoading: a, showPagination: e })
129
130
  ]
130
131
  }
131
132
  )
132
133
  }
133
134
  ),
134
135
  e && /* @__PURE__ */ r(
135
- D,
136
+ er,
136
137
  {
137
138
  showTotalItems: t,
138
139
  showDropdownPagination: i,
139
140
  showDotPagination: l,
140
141
  showFormPagination: m,
141
- pageSizes: j,
142
+ pageSizes: z,
142
143
  isLoading: a
143
144
  }
144
145
  )
145
146
  ] })
146
147
  }
147
148
  );
148
- }, o = er;
149
+ }, o = tr;
149
150
  o.displayName = "KonstructVirtualizedTable";
150
- o.TruncateText = L;
151
- o.Actions = rr;
151
+ o.TruncateText = or;
152
+ o.Actions = ar;
153
+ o.Events = {
154
+ sendExpandRowEvent: Z,
155
+ sendCollapseRowEvent: Y,
156
+ sendToggleRowEvent: X
157
+ };
152
158
  export {
153
- L as TruncateText,
159
+ or as TruncateText,
154
160
  o as VirtualizedTable
155
161
  };