@expcat/tigercat-react 1.0.0 → 1.0.4

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 (57) hide show
  1. package/dist/{chunk-L6WOLPV7.mjs → chunk-32PAZTVF.mjs} +2 -2
  2. package/dist/{chunk-ZCBKAOAX.mjs → chunk-34VGG7AK.mjs} +1 -1
  3. package/dist/{chunk-SULHTYSV.js → chunk-4Q4GADHJ.js} +1 -1
  4. package/dist/{chunk-5CQEXJF2.js → chunk-5MALB34H.js} +2 -2
  5. package/dist/{chunk-DR2DFFNQ.js → chunk-AHF6JE43.js} +1 -1
  6. package/dist/{chunk-XODGTE2Y.js → chunk-AUW7DCXL.js} +1 -1
  7. package/dist/{chunk-5BBZBI2V.mjs → chunk-AYDTXJOR.mjs} +1 -1
  8. package/dist/{chunk-6SDLSIAO.mjs → chunk-B3MNIAM5.mjs} +1 -1
  9. package/dist/{chunk-2H43QM4B.mjs → chunk-EBLAM3YP.mjs} +1 -1
  10. package/dist/{chunk-QNFSZYTZ.js → chunk-FHE4D56E.js} +1 -1
  11. package/dist/{chunk-HADBETZG.js → chunk-FNK4ZATV.js} +1 -1
  12. package/dist/{chunk-VUD4BU4K.mjs → chunk-H3NLKNR4.mjs} +1 -1
  13. package/dist/{chunk-VWMVWZMD.js → chunk-HU3VDVH6.js} +1 -2
  14. package/dist/{chunk-H5CAIMVL.js → chunk-I3CDTF4U.js} +1 -1
  15. package/dist/{chunk-SJ5GT7Y4.mjs → chunk-J3N24I7A.mjs} +1 -1
  16. package/dist/{chunk-SVASEF6K.js → chunk-JB33A4S6.js} +2 -2
  17. package/dist/{chunk-FT6TEMUF.mjs → chunk-LPNHBHS2.mjs} +1 -1
  18. package/dist/{chunk-RU6YS4LZ.mjs → chunk-MB7CJ32C.mjs} +1 -1
  19. package/dist/{chunk-333325LH.mjs → chunk-QYLNPHKG.mjs} +1 -1
  20. package/dist/{chunk-JR7L67Q3.mjs → chunk-R3QWJ7GT.mjs} +1 -1
  21. package/dist/{chunk-SKJXVYYF.js → chunk-RWZIWKZR.js} +2 -2
  22. package/dist/{chunk-IWTY32AW.mjs → chunk-SWF7GJYT.mjs} +1 -2
  23. package/dist/{chunk-J23B66DJ.js → chunk-XO6NSGV3.js} +1 -1
  24. package/dist/{chunk-FRHGRKKT.js → chunk-XR6B2URW.js} +1 -1
  25. package/dist/{chunk-T6KZ73VM.js → chunk-YHFBPSMF.js} +1 -1
  26. package/dist/{chunk-AYDPWKSW.mjs → chunk-YJ4W6DMX.mjs} +2 -2
  27. package/dist/components/ChatWindow.js +3 -3
  28. package/dist/components/ChatWindow.mjs +1 -1
  29. package/dist/components/ColorPicker.js +2 -2
  30. package/dist/components/ColorPicker.mjs +1 -1
  31. package/dist/components/CropUpload.js +2 -2
  32. package/dist/components/CropUpload.mjs +1 -1
  33. package/dist/components/DataTableWithToolbar.js +4 -4
  34. package/dist/components/DataTableWithToolbar.mjs +2 -2
  35. package/dist/components/DonutChart.js +3 -3
  36. package/dist/components/DonutChart.mjs +1 -1
  37. package/dist/components/FloatButton.js +3 -3
  38. package/dist/components/FloatButton.mjs +1 -1
  39. package/dist/components/FunnelChart.js +2 -2
  40. package/dist/components/FunnelChart.mjs +1 -1
  41. package/dist/components/InputGroup.js +5 -5
  42. package/dist/components/InputGroup.mjs +1 -1
  43. package/dist/components/NotificationCenter.js +3 -3
  44. package/dist/components/NotificationCenter.mjs +1 -1
  45. package/dist/components/QRCode.js +3 -3
  46. package/dist/components/QRCode.mjs +1 -1
  47. package/dist/components/SunburstChart.js +2 -2
  48. package/dist/components/SunburstChart.mjs +1 -1
  49. package/dist/components/Table.d.mts +1 -1
  50. package/dist/components/Table.d.ts +1 -1
  51. package/dist/components/Table.js +2 -2
  52. package/dist/components/Table.mjs +1 -1
  53. package/dist/components/TreeMapChart.js +2 -2
  54. package/dist/components/TreeMapChart.mjs +1 -1
  55. package/dist/index.js +28 -28
  56. package/dist/index.mjs +13 -13
  57. package/package.json +2 -2
@@ -7,8 +7,8 @@ var ColorPicker = ({
7
7
  value = "#2563eb",
8
8
  disabled = false,
9
9
  size = "md",
10
- showAlpha = false,
11
- format = "hex",
10
+ showAlpha: _showAlpha = false,
11
+ format: _format = "hex",
12
12
  presets,
13
13
  className,
14
14
  onChange
@@ -22,7 +22,7 @@ var InputGroup = ({
22
22
  return /* @__PURE__ */ jsx(InputGroupContext.Provider, { value: contextValue, children: /* @__PURE__ */ jsx("div", { ...rest, className: groupClasses, role: "group", children }) });
23
23
  };
24
24
  var InputGroupAddon = ({
25
- addonType = "text",
25
+ addonType: _addonType = "text",
26
26
  className,
27
27
  children,
28
28
  ...rest
@@ -21,7 +21,7 @@ var ChatWindow = ({
21
21
  inputAriaLabel,
22
22
  sendAriaLabel,
23
23
  statusText,
24
- statusVariant = "info",
24
+ statusVariant: _statusVariant = "info",
25
25
  showAvatar = true,
26
26
  showName = true,
27
27
  showTime = false,
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkJ23B66DJ_js = require('./chunk-J23B66DJ.js');
3
+ var chunkXO6NSGV3_js = require('./chunk-XO6NSGV3.js');
4
4
  var chunkNZNSUKPT_js = require('./chunk-NZNSUKPT.js');
5
5
  var chunk3GW3UAKB_js = require('./chunk-3GW3UAKB.js');
6
6
  var chunkZYJTHGQW_js = require('./chunk-ZYJTHGQW.js');
@@ -187,7 +187,7 @@ var DataTableWithToolbar = ({
187
187
  const showPagination = pagination && typeof pagination === "object";
188
188
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: wrapperClasses, "data-tiger-data-table-with-toolbar": true, children: [
189
189
  renderToolbar(),
190
- /* @__PURE__ */ jsxRuntime.jsx(chunkJ23B66DJ_js.Table, { ...tableProps, pagination: false, className: tableClassName }),
190
+ /* @__PURE__ */ jsxRuntime.jsx(chunkXO6NSGV3_js.Table, { ...tableProps, pagination: false, className: tableClassName }),
191
191
  showPagination ? /* @__PURE__ */ jsxRuntime.jsx(chunk3GW3UAKB_js.Pagination, { ...pagination, onChange: onPageChange, onPageSizeChange }) : null
192
192
  ] });
193
193
  };
@@ -13,7 +13,7 @@ var CropUpload = ({
13
13
  maxSize,
14
14
  cropperProps,
15
15
  modalTitle = "\u88C1\u526A\u56FE\u7247",
16
- modalWidth = 520,
16
+ modalWidth: _modalWidth = 520,
17
17
  className,
18
18
  children,
19
19
  onCropComplete,
@@ -10,7 +10,7 @@ var QRCode = ({
10
10
  size = 128,
11
11
  color = "#000000",
12
12
  bgColor = "#ffffff",
13
- level = "M",
13
+ level: _level = "M",
14
14
  status = "active",
15
15
  onRefresh,
16
16
  className
@@ -11,7 +11,7 @@ var CropUpload = ({
11
11
  maxSize,
12
12
  cropperProps,
13
13
  modalTitle = "\u88C1\u526A\u56FE\u7247",
14
- modalWidth = 520,
14
+ modalWidth: _modalWidth = 520,
15
15
  className,
16
16
  children,
17
17
  onCropComplete,
@@ -1,4 +1,4 @@
1
- import { Table } from './chunk-RU6YS4LZ.mjs';
1
+ import { Table } from './chunk-MB7CJ32C.mjs';
2
2
  import { Select } from './chunk-HZ5Z5Y2J.mjs';
3
3
  import { Pagination } from './chunk-NZLOLMT2.mjs';
4
4
  import { Input } from './chunk-WNLUUD5N.mjs';
@@ -55,7 +55,7 @@ var DonutChart = ({
55
55
  // DonutChart-specific
56
56
  centerValue,
57
57
  centerLabel,
58
- animated = false,
58
+ animated: _animated = false,
59
59
  // Callbacks
60
60
  onHoveredIndexChange,
61
61
  onSelectedIndexChange,
@@ -13,7 +13,7 @@ var FunnelChart = ({
13
13
  height = 300,
14
14
  padding = 24,
15
15
  data,
16
- direction = "vertical",
16
+ direction: _direction = "vertical",
17
17
  gap = 2,
18
18
  pinch = false,
19
19
  colors,
@@ -48,7 +48,7 @@ var FloatButton = ({
48
48
  );
49
49
  };
50
50
  var FloatButtonGroup = ({
51
- shape = "circle",
51
+ shape: _shape = "circle",
52
52
  trigger = "click",
53
53
  open: controlledOpen,
54
54
  triggerNode,
@@ -26,7 +26,7 @@ var TreeMapChart = ({
26
26
  legendMarkerSize = 10,
27
27
  legendGap = 8,
28
28
  showTooltip = true,
29
- tooltipFormatter,
29
+ tooltipFormatter: _tooltipFormatter,
30
30
  title,
31
31
  desc,
32
32
  className,
@@ -100,7 +100,6 @@ var NotificationCenter = ({
100
100
  ...group,
101
101
  items: applyReadOverrides(group.items)
102
102
  })),
103
- // eslint-disable-next-line react-hooks/exhaustive-deps
104
103
  [resolvedGroups, readStateOverrides]
105
104
  );
106
105
  const effectiveCurrentGroup = react.useMemo(() => {
@@ -145,7 +144,7 @@ var NotificationCenter = ({
145
144
  }
146
145
  onMarkAllRead?.(currentGroupKey, effectiveCurrentGroupItems);
147
146
  };
148
- const renderItem = (item, index) => {
147
+ const renderItem = (item, _index) => {
149
148
  const isRead = Boolean(item.read);
150
149
  const timeText = item.time ? tigercatCore.formatActivityTime(item.time) : "";
151
150
  return /* @__PURE__ */ jsxRuntime.jsxs(
@@ -24,7 +24,7 @@ var InputGroup = ({
24
24
  return /* @__PURE__ */ jsxRuntime.jsx(InputGroupContext.Provider, { value: contextValue, children: /* @__PURE__ */ jsxRuntime.jsx("div", { ...rest, className: groupClasses, role: "group", children }) });
25
25
  };
26
26
  var InputGroupAddon = ({
27
- addonType = "text",
27
+ addonType: _addonType = "text",
28
28
  className,
29
29
  children,
30
30
  ...rest
@@ -8,7 +8,7 @@ var QRCode = ({
8
8
  size = 128,
9
9
  color = "#000000",
10
10
  bgColor = "#ffffff",
11
- level = "M",
11
+ level: _level = "M",
12
12
  status = "active",
13
13
  onRefresh,
14
14
  className
@@ -9,8 +9,8 @@ var ColorPicker = ({
9
9
  value = "#2563eb",
10
10
  disabled = false,
11
11
  size = "md",
12
- showAlpha = false,
13
- format = "hex",
12
+ showAlpha: _showAlpha = false,
13
+ format: _format = "hex",
14
14
  presets,
15
15
  className,
16
16
  onChange
@@ -19,7 +19,7 @@ var ChatWindow = ({
19
19
  inputAriaLabel,
20
20
  sendAriaLabel,
21
21
  statusText,
22
- statusVariant = "info",
22
+ statusVariant: _statusVariant = "info",
23
23
  showAvatar = true,
24
24
  showName = true,
25
25
  showTime = false,
@@ -82,7 +82,7 @@ function Table({
82
82
  // v0.6.0 props
83
83
  virtual = false,
84
84
  virtualHeight = 400,
85
- virtualItemHeight = 40,
85
+ virtualItemHeight: _virtualItemHeight = 40,
86
86
  editable = false,
87
87
  editableCells,
88
88
  filterMode = "basic",
@@ -42,7 +42,7 @@ var FloatButton = ({
42
42
  );
43
43
  };
44
44
  var FloatButtonGroup = ({
45
- shape = "circle",
45
+ shape: _shape = "circle",
46
46
  trigger = "click",
47
47
  open: controlledOpen,
48
48
  triggerNode,
@@ -11,7 +11,7 @@ var FunnelChart = ({
11
11
  height = 300,
12
12
  padding = 24,
13
13
  data,
14
- direction = "vertical",
14
+ direction: _direction = "vertical",
15
15
  gap = 2,
16
16
  pinch = false,
17
17
  colors,
@@ -14,7 +14,7 @@ var SunburstChart = ({
14
14
  padding = 24,
15
15
  data,
16
16
  innerRadiusRatio = 0,
17
- showLabels = true,
17
+ showLabels: _showLabels = true,
18
18
  colors,
19
19
  hoverable = false,
20
20
  hoveredIndex: hoveredIndexProp,
@@ -27,7 +27,7 @@ var SunburstChart = ({
27
27
  legendMarkerSize = 10,
28
28
  legendGap = 8,
29
29
  showTooltip = true,
30
- tooltipFormatter,
30
+ tooltipFormatter: _tooltipFormatter,
31
31
  title,
32
32
  desc,
33
33
  className,
@@ -98,7 +98,6 @@ var NotificationCenter = ({
98
98
  ...group,
99
99
  items: applyReadOverrides(group.items)
100
100
  })),
101
- // eslint-disable-next-line react-hooks/exhaustive-deps
102
101
  [resolvedGroups, readStateOverrides]
103
102
  );
104
103
  const effectiveCurrentGroup = useMemo(() => {
@@ -143,7 +142,7 @@ var NotificationCenter = ({
143
142
  }
144
143
  onMarkAllRead?.(currentGroupKey, effectiveCurrentGroupItems);
145
144
  };
146
- const renderItem = (item, index) => {
145
+ const renderItem = (item, _index) => {
147
146
  const isRead = Boolean(item.read);
148
147
  const timeText = item.time ? formatActivityTime(item.time) : "";
149
148
  return /* @__PURE__ */ jsxs(
@@ -88,7 +88,7 @@ function Table({
88
88
  // v0.6.0 props
89
89
  virtual = false,
90
90
  virtualHeight = 400,
91
- virtualItemHeight = 40,
91
+ virtualItemHeight: _virtualItemHeight = 40,
92
92
  editable = false,
93
93
  editableCells,
94
94
  filterMode = "basic",
@@ -57,7 +57,7 @@ var DonutChart = ({
57
57
  // DonutChart-specific
58
58
  centerValue,
59
59
  centerLabel,
60
- animated = false,
60
+ animated: _animated = false,
61
61
  // Callbacks
62
62
  onHoveredIndexChange,
63
63
  onSelectedIndexChange,
@@ -32,7 +32,7 @@ var TreeMapChart = ({
32
32
  legendMarkerSize = 10,
33
33
  legendGap = 8,
34
34
  showTooltip = true,
35
- tooltipFormatter,
35
+ tooltipFormatter: _tooltipFormatter,
36
36
  title,
37
37
  desc,
38
38
  className,
@@ -12,7 +12,7 @@ var SunburstChart = ({
12
12
  padding = 24,
13
13
  data,
14
14
  innerRadiusRatio = 0,
15
- showLabels = true,
15
+ showLabels: _showLabels = true,
16
16
  colors,
17
17
  hoverable = false,
18
18
  hoveredIndex: hoveredIndexProp,
@@ -25,7 +25,7 @@ var SunburstChart = ({
25
25
  legendMarkerSize = 10,
26
26
  legendGap = 8,
27
27
  showTooltip = true,
28
- tooltipFormatter,
28
+ tooltipFormatter: _tooltipFormatter,
29
29
  title,
30
30
  desc,
31
31
  className,
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunkSULHTYSV_js = require('../chunk-SULHTYSV.js');
5
+ var chunk4Q4GADHJ_js = require('../chunk-4Q4GADHJ.js');
6
6
  require('../chunk-ZYJTHGQW.js');
7
7
  require('../chunk-WVVXZKNI.js');
8
8
  require('../chunk-UKGQ7256.js');
@@ -13,9 +13,9 @@ require('../chunk-CI2WHAT2.js');
13
13
 
14
14
  Object.defineProperty(exports, "ChatWindow", {
15
15
  enumerable: true,
16
- get: function () { return chunkSULHTYSV_js.ChatWindow; }
16
+ get: function () { return chunk4Q4GADHJ_js.ChatWindow; }
17
17
  });
18
18
  Object.defineProperty(exports, "default", {
19
19
  enumerable: true,
20
- get: function () { return chunkSULHTYSV_js.ChatWindow_default; }
20
+ get: function () { return chunk4Q4GADHJ_js.ChatWindow_default; }
21
21
  });
@@ -1,4 +1,4 @@
1
- export { ChatWindow, ChatWindow_default as default } from '../chunk-FT6TEMUF.mjs';
1
+ export { ChatWindow, ChatWindow_default as default } from '../chunk-LPNHBHS2.mjs';
2
2
  import '../chunk-WNLUUD5N.mjs';
3
3
  import '../chunk-7QZ4XT2P.mjs';
4
4
  import '../chunk-UQMPEMY7.mjs';
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
- var chunkSVASEF6K_js = require('../chunk-SVASEF6K.js');
3
+ var chunkJB33A4S6_js = require('../chunk-JB33A4S6.js');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "ColorPicker", {
8
8
  enumerable: true,
9
- get: function () { return chunkSVASEF6K_js.ColorPicker; }
9
+ get: function () { return chunkJB33A4S6_js.ColorPicker; }
10
10
  });
@@ -1 +1 @@
1
- export { ColorPicker } from '../chunk-L6WOLPV7.mjs';
1
+ export { ColorPicker } from '../chunk-32PAZTVF.mjs';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkDR2DFFNQ_js = require('../chunk-DR2DFFNQ.js');
3
+ var chunkAHF6JE43_js = require('../chunk-AHF6JE43.js');
4
4
  require('../chunk-CKFE2B36.js');
5
5
  require('../chunk-U3JOBIDU.js');
6
6
  require('../chunk-ZYPEO2KY.js');
@@ -10,5 +10,5 @@ require('../chunk-BCNKTT5C.js');
10
10
 
11
11
  Object.defineProperty(exports, "CropUpload", {
12
12
  enumerable: true,
13
- get: function () { return chunkDR2DFFNQ_js.CropUpload; }
13
+ get: function () { return chunkAHF6JE43_js.CropUpload; }
14
14
  });
@@ -1,4 +1,4 @@
1
- export { CropUpload } from '../chunk-5BBZBI2V.mjs';
1
+ export { CropUpload } from '../chunk-AYDTXJOR.mjs';
2
2
  import '../chunk-BJ2GUKPU.mjs';
3
3
  import '../chunk-2EOXY2LP.mjs';
4
4
  import '../chunk-WLIFEALE.mjs';
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunk5CQEXJF2_js = require('../chunk-5CQEXJF2.js');
6
- require('../chunk-J23B66DJ.js');
5
+ var chunk5MALB34H_js = require('../chunk-5MALB34H.js');
6
+ require('../chunk-XO6NSGV3.js');
7
7
  require('../chunk-NZNSUKPT.js');
8
8
  require('../chunk-3GW3UAKB.js');
9
9
  require('../chunk-ZYJTHGQW.js');
@@ -13,9 +13,9 @@ require('../chunk-BCNKTT5C.js');
13
13
 
14
14
  Object.defineProperty(exports, "DataTableWithToolbar", {
15
15
  enumerable: true,
16
- get: function () { return chunk5CQEXJF2_js.DataTableWithToolbar; }
16
+ get: function () { return chunk5MALB34H_js.DataTableWithToolbar; }
17
17
  });
18
18
  Object.defineProperty(exports, "default", {
19
19
  enumerable: true,
20
- get: function () { return chunk5CQEXJF2_js.DataTableWithToolbar_default; }
20
+ get: function () { return chunk5MALB34H_js.DataTableWithToolbar_default; }
21
21
  });
@@ -1,5 +1,5 @@
1
- export { DataTableWithToolbar, DataTableWithToolbar_default as default } from '../chunk-6SDLSIAO.mjs';
2
- import '../chunk-RU6YS4LZ.mjs';
1
+ export { DataTableWithToolbar, DataTableWithToolbar_default as default } from '../chunk-B3MNIAM5.mjs';
2
+ import '../chunk-MB7CJ32C.mjs';
3
3
  import '../chunk-HZ5Z5Y2J.mjs';
4
4
  import '../chunk-NZLOLMT2.mjs';
5
5
  import '../chunk-WNLUUD5N.mjs';
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunkFRHGRKKT_js = require('../chunk-FRHGRKKT.js');
5
+ var chunkXR6B2URW_js = require('../chunk-XR6B2URW.js');
6
6
  require('../chunk-WK5QJO57.js');
7
7
  require('../chunk-KQZ4F7FZ.js');
8
8
  require('../chunk-6PBNFLM7.js');
@@ -13,9 +13,9 @@ require('../chunk-DUWAV47E.js');
13
13
 
14
14
  Object.defineProperty(exports, "DonutChart", {
15
15
  enumerable: true,
16
- get: function () { return chunkFRHGRKKT_js.DonutChart; }
16
+ get: function () { return chunkXR6B2URW_js.DonutChart; }
17
17
  });
18
18
  Object.defineProperty(exports, "default", {
19
19
  enumerable: true,
20
- get: function () { return chunkFRHGRKKT_js.DonutChart_default; }
20
+ get: function () { return chunkXR6B2URW_js.DonutChart_default; }
21
21
  });
@@ -1,4 +1,4 @@
1
- export { DonutChart, DonutChart_default as default } from '../chunk-2H43QM4B.mjs';
1
+ export { DonutChart, DonutChart_default as default } from '../chunk-EBLAM3YP.mjs';
2
2
  import '../chunk-QQDKQLHJ.mjs';
3
3
  import '../chunk-3CDAG4HD.mjs';
4
4
  import '../chunk-Z6F67MJE.mjs';
@@ -1,14 +1,14 @@
1
1
  'use strict';
2
2
 
3
- var chunkHADBETZG_js = require('../chunk-HADBETZG.js');
3
+ var chunkFNK4ZATV_js = require('../chunk-FNK4ZATV.js');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "FloatButton", {
8
8
  enumerable: true,
9
- get: function () { return chunkHADBETZG_js.FloatButton; }
9
+ get: function () { return chunkFNK4ZATV_js.FloatButton; }
10
10
  });
11
11
  Object.defineProperty(exports, "FloatButtonGroup", {
12
12
  enumerable: true,
13
- get: function () { return chunkHADBETZG_js.FloatButtonGroup; }
13
+ get: function () { return chunkFNK4ZATV_js.FloatButtonGroup; }
14
14
  });
@@ -1 +1 @@
1
- export { FloatButton, FloatButtonGroup } from '../chunk-333325LH.mjs';
1
+ export { FloatButton, FloatButtonGroup } from '../chunk-QYLNPHKG.mjs';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkQNFSZYTZ_js = require('../chunk-QNFSZYTZ.js');
3
+ var chunkFHE4D56E_js = require('../chunk-FHE4D56E.js');
4
4
  require('../chunk-KQZ4F7FZ.js');
5
5
  require('../chunk-6PBNFLM7.js');
6
6
  require('../chunk-M375I56K.js');
@@ -10,5 +10,5 @@ require('../chunk-DUWAV47E.js');
10
10
 
11
11
  Object.defineProperty(exports, "FunnelChart", {
12
12
  enumerable: true,
13
- get: function () { return chunkQNFSZYTZ_js.FunnelChart; }
13
+ get: function () { return chunkFHE4D56E_js.FunnelChart; }
14
14
  });
@@ -1,4 +1,4 @@
1
- export { FunnelChart } from '../chunk-JR7L67Q3.mjs';
1
+ export { FunnelChart } from '../chunk-R3QWJ7GT.mjs';
2
2
  import '../chunk-3CDAG4HD.mjs';
3
3
  import '../chunk-Z6F67MJE.mjs';
4
4
  import '../chunk-LVC43YX2.mjs';
@@ -1,22 +1,22 @@
1
1
  'use strict';
2
2
 
3
- var chunkH5CAIMVL_js = require('../chunk-H5CAIMVL.js');
3
+ var chunkI3CDTF4U_js = require('../chunk-I3CDTF4U.js');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "InputGroup", {
8
8
  enumerable: true,
9
- get: function () { return chunkH5CAIMVL_js.InputGroup; }
9
+ get: function () { return chunkI3CDTF4U_js.InputGroup; }
10
10
  });
11
11
  Object.defineProperty(exports, "InputGroupAddon", {
12
12
  enumerable: true,
13
- get: function () { return chunkH5CAIMVL_js.InputGroupAddon; }
13
+ get: function () { return chunkI3CDTF4U_js.InputGroupAddon; }
14
14
  });
15
15
  Object.defineProperty(exports, "InputGroupContext", {
16
16
  enumerable: true,
17
- get: function () { return chunkH5CAIMVL_js.InputGroupContext; }
17
+ get: function () { return chunkI3CDTF4U_js.InputGroupContext; }
18
18
  });
19
19
  Object.defineProperty(exports, "useInputGroupContext", {
20
20
  enumerable: true,
21
- get: function () { return chunkH5CAIMVL_js.useInputGroupContext; }
21
+ get: function () { return chunkI3CDTF4U_js.useInputGroupContext; }
22
22
  });
@@ -1 +1 @@
1
- export { InputGroup, InputGroupAddon, InputGroupContext, useInputGroupContext } from '../chunk-ZCBKAOAX.mjs';
1
+ export { InputGroup, InputGroupAddon, InputGroupContext, useInputGroupContext } from '../chunk-34VGG7AK.mjs';
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunkVWMVWZMD_js = require('../chunk-VWMVWZMD.js');
5
+ var chunkHU3VDVH6_js = require('../chunk-HU3VDVH6.js');
6
6
  require('../chunk-SDWJSALH.js');
7
7
  require('../chunk-HWWNBCFB.js');
8
8
  require('../chunk-BCNKTT5C.js');
@@ -14,9 +14,9 @@ require('../chunk-UIO6O4MI.js');
14
14
 
15
15
  Object.defineProperty(exports, "NotificationCenter", {
16
16
  enumerable: true,
17
- get: function () { return chunkVWMVWZMD_js.NotificationCenter; }
17
+ get: function () { return chunkHU3VDVH6_js.NotificationCenter; }
18
18
  });
19
19
  Object.defineProperty(exports, "default", {
20
20
  enumerable: true,
21
- get: function () { return chunkVWMVWZMD_js.NotificationCenter_default; }
21
+ get: function () { return chunkHU3VDVH6_js.NotificationCenter_default; }
22
22
  });
@@ -1,4 +1,4 @@
1
- export { NotificationCenter, NotificationCenter_default as default } from '../chunk-IWTY32AW.mjs';
1
+ export { NotificationCenter, NotificationCenter_default as default } from '../chunk-SWF7GJYT.mjs';
2
2
  import '../chunk-6744DTEB.mjs';
3
3
  import '../chunk-VAQDUVBP.mjs';
4
4
  import '../chunk-3KMKMAE3.mjs';
@@ -2,15 +2,15 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunkXODGTE2Y_js = require('../chunk-XODGTE2Y.js');
5
+ var chunkAUW7DCXL_js = require('../chunk-AUW7DCXL.js');
6
6
 
7
7
 
8
8
 
9
9
  Object.defineProperty(exports, "QRCode", {
10
10
  enumerable: true,
11
- get: function () { return chunkXODGTE2Y_js.QRCode; }
11
+ get: function () { return chunkAUW7DCXL_js.QRCode; }
12
12
  });
13
13
  Object.defineProperty(exports, "default", {
14
14
  enumerable: true,
15
- get: function () { return chunkXODGTE2Y_js.QRCode_default; }
15
+ get: function () { return chunkAUW7DCXL_js.QRCode_default; }
16
16
  });
@@ -1 +1 @@
1
- export { QRCode, QRCode_default as default } from '../chunk-SJ5GT7Y4.mjs';
1
+ export { QRCode, QRCode_default as default } from '../chunk-J3N24I7A.mjs';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkSKJXVYYF_js = require('../chunk-SKJXVYYF.js');
3
+ var chunkRWZIWKZR_js = require('../chunk-RWZIWKZR.js');
4
4
  require('../chunk-KQZ4F7FZ.js');
5
5
  require('../chunk-6PBNFLM7.js');
6
6
  require('../chunk-M375I56K.js');
@@ -10,5 +10,5 @@ require('../chunk-DUWAV47E.js');
10
10
 
11
11
  Object.defineProperty(exports, "SunburstChart", {
12
12
  enumerable: true,
13
- get: function () { return chunkSKJXVYYF_js.SunburstChart; }
13
+ get: function () { return chunkRWZIWKZR_js.SunburstChart; }
14
14
  });
@@ -1,4 +1,4 @@
1
- export { SunburstChart } from '../chunk-AYDPWKSW.mjs';
1
+ export { SunburstChart } from '../chunk-YJ4W6DMX.mjs';
2
2
  import '../chunk-3CDAG4HD.mjs';
3
3
  import '../chunk-Z6F67MJE.mjs';
4
4
  import '../chunk-LVC43YX2.mjs';
@@ -57,6 +57,6 @@ interface TableProps<T = Record<string, unknown>> extends TableProps$1<T> {
57
57
  */
58
58
  className?: string;
59
59
  }
60
- declare function Table<T extends Record<string, unknown> = Record<string, unknown>>({ columns, columnLockable, dataSource, sort, defaultSort, filters, defaultFilters, size, bordered, striped, hoverable, loading, emptyText, pagination, rowSelection, expandable, rowKey, rowClassName, stickyHeader, maxHeight, tableLayout, virtual, virtualHeight, virtualItemHeight, editable, editableCells, filterMode, advancedFilterRules, columnDraggable, summaryRow, groupBy, exportable, exportFilename, onChange, onRowClick, onSelectionChange, onSortChange, onFilterChange, onPageChange, onExpandChange, onCellChange, onColumnOrderChange, onExport, className, ...props }: TableProps<T>): react_jsx_runtime.JSX.Element;
60
+ declare function Table<T extends Record<string, unknown> = Record<string, unknown>>({ columns, columnLockable, dataSource, sort, defaultSort, filters, defaultFilters, size, bordered, striped, hoverable, loading, emptyText, pagination, rowSelection, expandable, rowKey, rowClassName, stickyHeader, maxHeight, tableLayout, virtual, virtualHeight, virtualItemHeight: _virtualItemHeight, editable, editableCells, filterMode, advancedFilterRules, columnDraggable, summaryRow, groupBy, exportable, exportFilename, onChange, onRowClick, onSelectionChange, onSortChange, onFilterChange, onPageChange, onExpandChange, onCellChange, onColumnOrderChange, onExport, className, ...props }: TableProps<T>): react_jsx_runtime.JSX.Element;
61
61
 
62
62
  export { Table, type TableProps };
@@ -57,6 +57,6 @@ interface TableProps<T = Record<string, unknown>> extends TableProps$1<T> {
57
57
  */
58
58
  className?: string;
59
59
  }
60
- declare function Table<T extends Record<string, unknown> = Record<string, unknown>>({ columns, columnLockable, dataSource, sort, defaultSort, filters, defaultFilters, size, bordered, striped, hoverable, loading, emptyText, pagination, rowSelection, expandable, rowKey, rowClassName, stickyHeader, maxHeight, tableLayout, virtual, virtualHeight, virtualItemHeight, editable, editableCells, filterMode, advancedFilterRules, columnDraggable, summaryRow, groupBy, exportable, exportFilename, onChange, onRowClick, onSelectionChange, onSortChange, onFilterChange, onPageChange, onExpandChange, onCellChange, onColumnOrderChange, onExport, className, ...props }: TableProps<T>): react_jsx_runtime.JSX.Element;
60
+ declare function Table<T extends Record<string, unknown> = Record<string, unknown>>({ columns, columnLockable, dataSource, sort, defaultSort, filters, defaultFilters, size, bordered, striped, hoverable, loading, emptyText, pagination, rowSelection, expandable, rowKey, rowClassName, stickyHeader, maxHeight, tableLayout, virtual, virtualHeight, virtualItemHeight: _virtualItemHeight, editable, editableCells, filterMode, advancedFilterRules, columnDraggable, summaryRow, groupBy, exportable, exportFilename, onChange, onRowClick, onSelectionChange, onSortChange, onFilterChange, onPageChange, onExpandChange, onCellChange, onColumnOrderChange, onExport, className, ...props }: TableProps<T>): react_jsx_runtime.JSX.Element;
61
61
 
62
62
  export { Table, type TableProps };
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
- var chunkJ23B66DJ_js = require('../chunk-J23B66DJ.js');
3
+ var chunkXO6NSGV3_js = require('../chunk-XO6NSGV3.js');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "Table", {
8
8
  enumerable: true,
9
- get: function () { return chunkJ23B66DJ_js.Table; }
9
+ get: function () { return chunkXO6NSGV3_js.Table; }
10
10
  });
@@ -1 +1 @@
1
- export { Table } from '../chunk-RU6YS4LZ.mjs';
1
+ export { Table } from '../chunk-MB7CJ32C.mjs';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkT6KZ73VM_js = require('../chunk-T6KZ73VM.js');
3
+ var chunkYHFBPSMF_js = require('../chunk-YHFBPSMF.js');
4
4
  require('../chunk-KQZ4F7FZ.js');
5
5
  require('../chunk-6PBNFLM7.js');
6
6
  require('../chunk-M375I56K.js');
@@ -10,5 +10,5 @@ require('../chunk-DUWAV47E.js');
10
10
 
11
11
  Object.defineProperty(exports, "TreeMapChart", {
12
12
  enumerable: true,
13
- get: function () { return chunkT6KZ73VM_js.TreeMapChart; }
13
+ get: function () { return chunkYHFBPSMF_js.TreeMapChart; }
14
14
  });
@@ -1,4 +1,4 @@
1
- export { TreeMapChart } from '../chunk-VUD4BU4K.mjs';
1
+ export { TreeMapChart } from '../chunk-H3NLKNR4.mjs';
2
2
  import '../chunk-3CDAG4HD.mjs';
3
3
  import '../chunk-Z6F67MJE.mjs';
4
4
  import '../chunk-LVC43YX2.mjs';
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkT6KZ73VM_js = require('./chunk-T6KZ73VM.js');
3
+ var chunkYHFBPSMF_js = require('./chunk-YHFBPSMF.js');
4
4
  var chunkN66WEQ6M_js = require('./chunk-N66WEQ6M.js');
5
5
  var chunk3USEV7EV_js = require('./chunk-3USEV7EV.js');
6
6
  var chunkCQGAZ5JQ_js = require('./chunk-CQGAZ5JQ.js');
@@ -12,7 +12,7 @@ var chunkBZ3AXFLG_js = require('./chunk-BZ3AXFLG.js');
12
12
  var chunkTMQA74FM_js = require('./chunk-TMQA74FM.js');
13
13
  var chunk4QJZT6QK_js = require('./chunk-4QJZT6QK.js');
14
14
  var chunkJQK354YN_js = require('./chunk-JQK354YN.js');
15
- var chunkSKJXVYYF_js = require('./chunk-SKJXVYYF.js');
15
+ var chunkRWZIWKZR_js = require('./chunk-RWZIWKZR.js');
16
16
  var chunkVVO4V4IK_js = require('./chunk-VVO4V4IK.js');
17
17
  var chunkWGPUGPYE_js = require('./chunk-WGPUGPYE.js');
18
18
  var chunk4PPTEEDI_js = require('./chunk-4PPTEEDI.js');
@@ -30,7 +30,7 @@ var chunkYWTZALG5_js = require('./chunk-YWTZALG5.js');
30
30
  var chunkCDT3P2ZN_js = require('./chunk-CDT3P2ZN.js');
31
31
  var chunkQ4JMAQXJ_js = require('./chunk-Q4JMAQXJ.js');
32
32
  var chunkLODDAS62_js = require('./chunk-LODDAS62.js');
33
- var chunkXODGTE2Y_js = require('./chunk-XODGTE2Y.js');
33
+ var chunkAUW7DCXL_js = require('./chunk-AUW7DCXL.js');
34
34
  var chunkTVJZB7ZC_js = require('./chunk-TVJZB7ZC.js');
35
35
  var chunkUEJHVPE2_js = require('./chunk-UEJHVPE2.js');
36
36
  var chunkRVCUNEBU_js = require('./chunk-RVCUNEBU.js');
@@ -38,7 +38,7 @@ var chunk4MKMM2OI_js = require('./chunk-4MKMM2OI.js');
38
38
  var chunkGJEWBALW_js = require('./chunk-GJEWBALW.js');
39
39
  var chunkOIUIR5ZR_js = require('./chunk-OIUIR5ZR.js');
40
40
  var chunkRNEL4XIO_js = require('./chunk-RNEL4XIO.js');
41
- var chunkVWMVWZMD_js = require('./chunk-VWMVWZMD.js');
41
+ var chunkHU3VDVH6_js = require('./chunk-HU3VDVH6.js');
42
42
  var chunkSDWJSALH_js = require('./chunk-SDWJSALH.js');
43
43
  var chunkC6WJ4GQW_js = require('./chunk-C6WJ4GQW.js');
44
44
  require('./chunk-AJQPGAYL.js');
@@ -50,12 +50,12 @@ var chunkA3PYG3D6_js = require('./chunk-A3PYG3D6.js');
50
50
  var chunkIBYIPXIO_js = require('./chunk-IBYIPXIO.js');
51
51
  var chunkXEYP62CR_js = require('./chunk-XEYP62CR.js');
52
52
  var chunkTZNTHABR_js = require('./chunk-TZNTHABR.js');
53
- var chunkH5CAIMVL_js = require('./chunk-H5CAIMVL.js');
53
+ var chunkI3CDTF4U_js = require('./chunk-I3CDTF4U.js');
54
54
  var chunk65VXCN5N_js = require('./chunk-65VXCN5N.js');
55
55
  var chunk24RUEJWB_js = require('./chunk-24RUEJWB.js');
56
56
  var chunkQYGBT4NL_js = require('./chunk-QYGBT4NL.js');
57
57
  var chunkH5MZ54PM_js = require('./chunk-H5MZ54PM.js');
58
- var chunkQNFSZYTZ_js = require('./chunk-QNFSZYTZ.js');
58
+ var chunkFHE4D56E_js = require('./chunk-FHE4D56E.js');
59
59
  var chunkIOHPB4CF_js = require('./chunk-IOHPB4CF.js');
60
60
  var chunkVJJ76I7U_js = require('./chunk-VJJ76I7U.js');
61
61
  var chunkR5P72RIT_js = require('./chunk-R5P72RIT.js');
@@ -66,21 +66,21 @@ var chunkKNBNE74O_js = require('./chunk-KNBNE74O.js');
66
66
  var chunkCMGI5WHZ_js = require('./chunk-CMGI5WHZ.js');
67
67
  var chunkZRHDNGWO_js = require('./chunk-ZRHDNGWO.js');
68
68
  var chunkI4SKKEU3_js = require('./chunk-I4SKKEU3.js');
69
- var chunkHADBETZG_js = require('./chunk-HADBETZG.js');
69
+ var chunkFNK4ZATV_js = require('./chunk-FNK4ZATV.js');
70
70
  var chunkTB2UHDOZ_js = require('./chunk-TB2UHDOZ.js');
71
71
  var chunkPUYT62KC_js = require('./chunk-PUYT62KC.js');
72
72
  var chunkIWP22YTF_js = require('./chunk-IWP22YTF.js');
73
- var chunkDR2DFFNQ_js = require('./chunk-DR2DFFNQ.js');
73
+ var chunkAHF6JE43_js = require('./chunk-AHF6JE43.js');
74
74
  var chunkCKFE2B36_js = require('./chunk-CKFE2B36.js');
75
75
  var chunkU3JOBIDU_js = require('./chunk-U3JOBIDU.js');
76
- var chunk5CQEXJF2_js = require('./chunk-5CQEXJF2.js');
77
- var chunkJ23B66DJ_js = require('./chunk-J23B66DJ.js');
76
+ var chunk5MALB34H_js = require('./chunk-5MALB34H.js');
77
+ var chunkXO6NSGV3_js = require('./chunk-XO6NSGV3.js');
78
78
  var chunkNZNSUKPT_js = require('./chunk-NZNSUKPT.js');
79
79
  var chunk3GW3UAKB_js = require('./chunk-3GW3UAKB.js');
80
80
  var chunkD6BHFGTN_js = require('./chunk-D6BHFGTN.js');
81
81
  var chunkP3XVLJYD_js = require('./chunk-P3XVLJYD.js');
82
82
  var chunkQIXQYLH5_js = require('./chunk-QIXQYLH5.js');
83
- var chunkFRHGRKKT_js = require('./chunk-FRHGRKKT.js');
83
+ var chunkXR6B2URW_js = require('./chunk-XR6B2URW.js');
84
84
  var chunkWK5QJO57_js = require('./chunk-WK5QJO57.js');
85
85
  var chunkEOYJLBFD_js = require('./chunk-EOYJLBFD.js');
86
86
  var chunkRYW4CV7U_js = require('./chunk-RYW4CV7U.js');
@@ -90,12 +90,12 @@ var chunkAQ72JVUG_js = require('./chunk-AQ72JVUG.js');
90
90
  var chunkXLVEI7GS_js = require('./chunk-XLVEI7GS.js');
91
91
  var chunkPXPUPQRO_js = require('./chunk-PXPUPQRO.js');
92
92
  var chunkQ2GPRAF4_js = require('./chunk-Q2GPRAF4.js');
93
- var chunkSVASEF6K_js = require('./chunk-SVASEF6K.js');
93
+ var chunkJB33A4S6_js = require('./chunk-JB33A4S6.js');
94
94
  var chunkET5YJELZ_js = require('./chunk-ET5YJELZ.js');
95
95
  var chunk2XOFRGY6_js = require('./chunk-2XOFRGY6.js');
96
96
  var chunk72ZRDBXN_js = require('./chunk-72ZRDBXN.js');
97
97
  var chunkOFCKGWTS_js = require('./chunk-OFCKGWTS.js');
98
- var chunkSULHTYSV_js = require('./chunk-SULHTYSV.js');
98
+ var chunk4Q4GADHJ_js = require('./chunk-4Q4GADHJ.js');
99
99
  var chunkZYJTHGQW_js = require('./chunk-ZYJTHGQW.js');
100
100
  var chunkWVVXZKNI_js = require('./chunk-WVVXZKNI.js');
101
101
  var chunkF7H4ALKN_js = require('./chunk-F7H4ALKN.js');
@@ -262,7 +262,7 @@ var version = "0.0.1";
262
262
 
263
263
  Object.defineProperty(exports, "TreeMapChart", {
264
264
  enumerable: true,
265
- get: function () { return chunkT6KZ73VM_js.TreeMapChart; }
265
+ get: function () { return chunkYHFBPSMF_js.TreeMapChart; }
266
266
  });
267
267
  Object.defineProperty(exports, "TreeSelect", {
268
268
  enumerable: true,
@@ -310,7 +310,7 @@ Object.defineProperty(exports, "SubMenu", {
310
310
  });
311
311
  Object.defineProperty(exports, "SunburstChart", {
312
312
  enumerable: true,
313
- get: function () { return chunkSKJXVYYF_js.SunburstChart; }
313
+ get: function () { return chunkRWZIWKZR_js.SunburstChart; }
314
314
  });
315
315
  Object.defineProperty(exports, "Switch", {
316
316
  enumerable: true,
@@ -386,7 +386,7 @@ Object.defineProperty(exports, "Progress", {
386
386
  });
387
387
  Object.defineProperty(exports, "QRCode", {
388
388
  enumerable: true,
389
- get: function () { return chunkXODGTE2Y_js.QRCode; }
389
+ get: function () { return chunkAUW7DCXL_js.QRCode; }
390
390
  });
391
391
  Object.defineProperty(exports, "RadarChart", {
392
392
  enumerable: true,
@@ -426,7 +426,7 @@ Object.defineProperty(exports, "notification", {
426
426
  });
427
427
  Object.defineProperty(exports, "NotificationCenter", {
428
428
  enumerable: true,
429
- get: function () { return chunkVWMVWZMD_js.NotificationCenter; }
429
+ get: function () { return chunkHU3VDVH6_js.NotificationCenter; }
430
430
  });
431
431
  Object.defineProperty(exports, "TabPane", {
432
432
  enumerable: true,
@@ -482,11 +482,11 @@ Object.defineProperty(exports, "InfiniteScroll", {
482
482
  });
483
483
  Object.defineProperty(exports, "InputGroup", {
484
484
  enumerable: true,
485
- get: function () { return chunkH5CAIMVL_js.InputGroup; }
485
+ get: function () { return chunkI3CDTF4U_js.InputGroup; }
486
486
  });
487
487
  Object.defineProperty(exports, "InputGroupAddon", {
488
488
  enumerable: true,
489
- get: function () { return chunkH5CAIMVL_js.InputGroupAddon; }
489
+ get: function () { return chunkI3CDTF4U_js.InputGroupAddon; }
490
490
  });
491
491
  Object.defineProperty(exports, "InputNumber", {
492
492
  enumerable: true,
@@ -514,7 +514,7 @@ Object.defineProperty(exports, "useStepsContext", {
514
514
  });
515
515
  Object.defineProperty(exports, "FunnelChart", {
516
516
  enumerable: true,
517
- get: function () { return chunkQNFSZYTZ_js.FunnelChart; }
517
+ get: function () { return chunkFHE4D56E_js.FunnelChart; }
518
518
  });
519
519
  Object.defineProperty(exports, "GaugeChart", {
520
520
  enumerable: true,
@@ -562,11 +562,11 @@ Object.defineProperty(exports, "FileManager", {
562
562
  });
563
563
  Object.defineProperty(exports, "FloatButton", {
564
564
  enumerable: true,
565
- get: function () { return chunkHADBETZG_js.FloatButton; }
565
+ get: function () { return chunkFNK4ZATV_js.FloatButton; }
566
566
  });
567
567
  Object.defineProperty(exports, "FloatButtonGroup", {
568
568
  enumerable: true,
569
- get: function () { return chunkHADBETZG_js.FloatButtonGroup; }
569
+ get: function () { return chunkFNK4ZATV_js.FloatButtonGroup; }
570
570
  });
571
571
  Object.defineProperty(exports, "Footer", {
572
572
  enumerable: true,
@@ -586,7 +586,7 @@ Object.defineProperty(exports, "useFormContext", {
586
586
  });
587
587
  Object.defineProperty(exports, "CropUpload", {
588
588
  enumerable: true,
589
- get: function () { return chunkDR2DFFNQ_js.CropUpload; }
589
+ get: function () { return chunkAHF6JE43_js.CropUpload; }
590
590
  });
591
591
  Object.defineProperty(exports, "Modal", {
592
592
  enumerable: true,
@@ -598,11 +598,11 @@ Object.defineProperty(exports, "ImageCropper", {
598
598
  });
599
599
  Object.defineProperty(exports, "DataTableWithToolbar", {
600
600
  enumerable: true,
601
- get: function () { return chunk5CQEXJF2_js.DataTableWithToolbar; }
601
+ get: function () { return chunk5MALB34H_js.DataTableWithToolbar; }
602
602
  });
603
603
  Object.defineProperty(exports, "Table", {
604
604
  enumerable: true,
605
- get: function () { return chunkJ23B66DJ_js.Table; }
605
+ get: function () { return chunkXO6NSGV3_js.Table; }
606
606
  });
607
607
  Object.defineProperty(exports, "Select", {
608
608
  enumerable: true,
@@ -626,7 +626,7 @@ Object.defineProperty(exports, "Divider", {
626
626
  });
627
627
  Object.defineProperty(exports, "DonutChart", {
628
628
  enumerable: true,
629
- get: function () { return chunkFRHGRKKT_js.DonutChart; }
629
+ get: function () { return chunkXR6B2URW_js.DonutChart; }
630
630
  });
631
631
  Object.defineProperty(exports, "PieChart", {
632
632
  enumerable: true,
@@ -666,7 +666,7 @@ Object.defineProperty(exports, "useCollapseContext", {
666
666
  });
667
667
  Object.defineProperty(exports, "ColorPicker", {
668
668
  enumerable: true,
669
- get: function () { return chunkSVASEF6K_js.ColorPicker; }
669
+ get: function () { return chunkJB33A4S6_js.ColorPicker; }
670
670
  });
671
671
  Object.defineProperty(exports, "CommentThread", {
672
672
  enumerable: true,
@@ -690,7 +690,7 @@ Object.defineProperty(exports, "Content", {
690
690
  });
691
691
  Object.defineProperty(exports, "ChatWindow", {
692
692
  enumerable: true,
693
- get: function () { return chunkSULHTYSV_js.ChatWindow; }
693
+ get: function () { return chunk4Q4GADHJ_js.ChatWindow; }
694
694
  });
695
695
  Object.defineProperty(exports, "Input", {
696
696
  enumerable: true,
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- export { TreeMapChart } from './chunk-VUD4BU4K.mjs';
1
+ export { TreeMapChart } from './chunk-H3NLKNR4.mjs';
2
2
  export { TreeSelect } from './chunk-RRJTIKU6.mjs';
3
3
  export { Upload } from './chunk-7MASYF4S.mjs';
4
4
  export { VirtualList } from './chunk-SQK2CPSV.mjs';
@@ -10,7 +10,7 @@ export { Tour } from './chunk-TYCRDHE6.mjs';
10
10
  export { Transfer } from './chunk-4QQZ5H4V.mjs';
11
11
  export { Tree } from './chunk-QPOH6SOO.mjs';
12
12
  export { SubMenu } from './chunk-SMC2RV3V.mjs';
13
- export { SunburstChart } from './chunk-AYDPWKSW.mjs';
13
+ export { SunburstChart } from './chunk-YJ4W6DMX.mjs';
14
14
  export { Switch } from './chunk-7CAJK2ZK.mjs';
15
15
  export { TaskBoard } from './chunk-EHU3J4B2.mjs';
16
16
  export { Skeleton } from './chunk-5P5M656V.mjs';
@@ -28,7 +28,7 @@ export { Sidebar } from './chunk-SHT4TU3T.mjs';
28
28
  export { Popover } from './chunk-VONFSF4S.mjs';
29
29
  export { PrintLayout, PrintPageBreak } from './chunk-UPQGB5NQ.mjs';
30
30
  export { Progress } from './chunk-5ZYZQXEM.mjs';
31
- export { QRCode } from './chunk-SJ5GT7Y4.mjs';
31
+ export { QRCode } from './chunk-J3N24I7A.mjs';
32
32
  export { RadarChart } from './chunk-FXX3GD35.mjs';
33
33
  export { Radio } from './chunk-6KKUJT6B.mjs';
34
34
  export { RadioGroup } from './chunk-PN33UCWB.mjs';
@@ -36,7 +36,7 @@ export { Rate } from './chunk-V3P4ZAGL.mjs';
36
36
  export { MenuItemGroup } from './chunk-OFBK35TK.mjs';
37
37
  export { Message, MessageContainer } from './chunk-IXJMMM26.mjs';
38
38
  export { NotificationContainer, notification } from './chunk-EIMAQHCQ.mjs';
39
- export { NotificationCenter } from './chunk-IWTY32AW.mjs';
39
+ export { NotificationCenter } from './chunk-SWF7GJYT.mjs';
40
40
  export { TabPane, Tabs, useTabsContext } from './chunk-6744DTEB.mjs';
41
41
  export { Popconfirm } from './chunk-2WBPUW75.mjs';
42
42
  import './chunk-AMOH5AMN.mjs';
@@ -48,12 +48,12 @@ export { MenuItem } from './chunk-D5KYIQWB.mjs';
48
48
  export { Menu, useMenuContext } from './chunk-ZIUOENTL.mjs';
49
49
  export { ImageViewer } from './chunk-6E7FPBRR.mjs';
50
50
  export { InfiniteScroll } from './chunk-BR5OSUZT.mjs';
51
- export { InputGroup, InputGroupAddon } from './chunk-ZCBKAOAX.mjs';
51
+ export { InputGroup, InputGroupAddon } from './chunk-34VGG7AK.mjs';
52
52
  export { InputNumber } from './chunk-INBSKSZG.mjs';
53
53
  export { Kanban } from './chunk-YXWRSEP5.mjs';
54
54
  export { FormWizard } from './chunk-QPGL4YEO.mjs';
55
55
  export { Steps, StepsItem, useStepsContext } from './chunk-AUP3PMDD.mjs';
56
- export { FunnelChart } from './chunk-JR7L67Q3.mjs';
56
+ export { FunnelChart } from './chunk-R3QWJ7GT.mjs';
57
57
  export { GaugeChart } from './chunk-UBKOITHT.mjs';
58
58
  export { Header } from './chunk-HUMGEP7S.mjs';
59
59
  export { HeatmapChart } from './chunk-Y3NDP56G.mjs';
@@ -64,21 +64,21 @@ export { ImagePreview } from './chunk-HLJQZUIY.mjs';
64
64
  export { DropdownItem } from './chunk-ZD4BVRYG.mjs';
65
65
  export { Empty } from './chunk-WIWTY74F.mjs';
66
66
  export { FileManager } from './chunk-QO3GGQAV.mjs';
67
- export { FloatButton, FloatButtonGroup } from './chunk-333325LH.mjs';
67
+ export { FloatButton, FloatButtonGroup } from './chunk-QYLNPHKG.mjs';
68
68
  export { Footer } from './chunk-SJ5RFU2O.mjs';
69
69
  export { FormItem } from './chunk-FPURO6QB.mjs';
70
70
  export { Form, useFormContext } from './chunk-34DLDOGP.mjs';
71
- export { CropUpload } from './chunk-5BBZBI2V.mjs';
71
+ export { CropUpload } from './chunk-AYDTXJOR.mjs';
72
72
  export { Modal } from './chunk-BJ2GUKPU.mjs';
73
73
  export { ImageCropper } from './chunk-2EOXY2LP.mjs';
74
- export { DataTableWithToolbar } from './chunk-6SDLSIAO.mjs';
75
- export { Table } from './chunk-RU6YS4LZ.mjs';
74
+ export { DataTableWithToolbar } from './chunk-B3MNIAM5.mjs';
75
+ export { Table } from './chunk-MB7CJ32C.mjs';
76
76
  export { Select } from './chunk-HZ5Z5Y2J.mjs';
77
77
  export { Pagination } from './chunk-NZLOLMT2.mjs';
78
78
  export { DatePicker } from './chunk-RUROWRB5.mjs';
79
79
  export { Descriptions } from './chunk-EPN7QWP6.mjs';
80
80
  export { Divider } from './chunk-AOZLBASY.mjs';
81
- export { DonutChart } from './chunk-2H43QM4B.mjs';
81
+ export { DonutChart } from './chunk-EBLAM3YP.mjs';
82
82
  export { PieChart } from './chunk-QQDKQLHJ.mjs';
83
83
  export { Drawer } from './chunk-HUCBHFSL.mjs';
84
84
  export { Dropdown } from './chunk-2UQC3WOI.mjs';
@@ -88,12 +88,12 @@ export { Col } from './chunk-IVGKPD2L.mjs';
88
88
  export { Row } from './chunk-QAO5KANE.mjs';
89
89
  export { CollapsePanel } from './chunk-JUWFVIDP.mjs';
90
90
  export { Collapse, useCollapseContext } from './chunk-Y6557RWE.mjs';
91
- export { ColorPicker } from './chunk-L6WOLPV7.mjs';
91
+ export { ColorPicker } from './chunk-32PAZTVF.mjs';
92
92
  export { CommentThread } from './chunk-6P3JIUSI.mjs';
93
93
  export { ConfigProvider, useTigerConfig } from './chunk-CRSMECWE.mjs';
94
94
  export { Container } from './chunk-472D2S4R.mjs';
95
95
  export { Content } from './chunk-OQTPXPAP.mjs';
96
- export { ChatWindow } from './chunk-FT6TEMUF.mjs';
96
+ export { ChatWindow } from './chunk-LPNHBHS2.mjs';
97
97
  export { Input } from './chunk-WNLUUD5N.mjs';
98
98
  export { Textarea } from './chunk-7QZ4XT2P.mjs';
99
99
  export { Checkbox } from './chunk-MSHCPJIJ.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expcat/tigercat-react",
3
- "version": "1.0.0",
3
+ "version": "1.0.4",
4
4
  "description": "React components for Tigercat UI library",
5
5
  "license": "MIT",
6
6
  "author": "Yizhe Wang",
@@ -42,7 +42,7 @@
42
42
  "access": "public"
43
43
  },
44
44
  "dependencies": {
45
- "@expcat/tigercat-core": "1.0.0"
45
+ "@expcat/tigercat-core": "1.0.4"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/node": "^25.0.3",