@unicom-cloud/ui 0.8.93 → 0.8.95

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 (272) hide show
  1. package/Checkbox.js +5 -4
  2. package/Layout.js +8 -7
  3. package/Message.js +1 -1
  4. package/Notification.js +1 -1
  5. package/Switch.js +1 -1
  6. package/Tooltip.js +1 -1
  7. package/Trigger.js +1 -1
  8. package/back-top/index.js +8 -8
  9. package/badge/index.js +11 -11
  10. package/cascader/panel/List.js +1 -1
  11. package/cascader/panel/Option.js +7 -6
  12. package/cascader/panel/Search.js +17 -16
  13. package/checkbox/index.js +7 -6
  14. package/collapse/Item.js +1 -1
  15. package/color-picker/InputHex.js +1 -1
  16. package/color-picker/InputRgb.js +1 -1
  17. package/color-picker/Mode.js +7 -6
  18. package/color-picker/Palette.js +1 -1
  19. package/color-picker/Panel.js +1 -1
  20. package/color-picker/colors.js +1 -1
  21. package/color-picker/hooks/useColorPicker.js +1 -1
  22. package/color-picker/utils.js +1 -1
  23. package/components/common/empty/index.js +33 -13
  24. package/components/common/space/index.js +4 -3
  25. package/components/common/utils/PqbCSSTransition.js +1 -1
  26. package/components/common/utils/setPrimaryColor.js +21 -21
  27. package/components/common/utils/setTheme.js +23 -23
  28. package/dist/react-transition-group/src/CSSTransition.js +1 -1
  29. package/dist/react-transition-group/src/SwitchTransition.js +1 -1
  30. package/dist/tinycolor/chunk/{DGZSWe7E.js → BOzCVdr0.js} +43 -43
  31. package/dist/tinycolor/customize/index.js +1 -1
  32. package/dist/tween/src/tween.js +25 -24
  33. package/index.js +173 -173
  34. package/input-tag/InputTag.js +1 -1
  35. package/layout/index.js +11 -9
  36. package/message/index.js +1 -1
  37. package/notification/index.js +1 -1
  38. package/package.json +1 -1
  39. package/pagination/PageItem.js +52 -53
  40. package/pagination/Pagination.js +2 -1
  41. package/pagination/interface.js +4 -1
  42. package/select/Option.js +12 -11
  43. package/select/Select.js +1 -0
  44. package/statistic/index.js +16 -16
  45. package/style.css +1 -1
  46. package/switch/index.js +1 -1
  47. package/table/Table.js +153 -153
  48. package/table/tbody/Tr.js +3 -2
  49. package/table/thead/Column.js +3 -2
  50. package/table/thead/index.js +3 -2
  51. package/tag/index.js +24 -24
  52. package/time-picker/util.js +4 -4
  53. package/tooltip/index.js +1 -1
  54. package/transfer/Item.js +17 -16
  55. package/transfer/List.js +12 -11
  56. package/tree/Node.js +43 -41
  57. package/tree/Tree.js +215 -211
  58. package/trigger/index.js +1 -1
  59. package/types/pc/affix/index.d.ts +1 -1
  60. package/types/pc/alert/index.d.ts +1 -1
  61. package/types/pc/anchor/Anchor.d.ts +1 -1
  62. package/types/pc/anchor/Link.d.ts +1 -1
  63. package/types/pc/anchor/context.d.ts +1 -1
  64. package/types/pc/auto-complete/index.d.ts +1 -1
  65. package/types/pc/avatar/Avatar.d.ts +1 -1
  66. package/types/pc/avatar/Group.d.ts +1 -1
  67. package/types/pc/avatar/context.d.ts +1 -1
  68. package/types/pc/back-top/index.d.ts +1 -1
  69. package/types/pc/badge/index.d.ts +2 -2
  70. package/types/pc/badge/interface.d.ts +1 -1
  71. package/types/pc/breadcrumb/Item.d.ts +1 -1
  72. package/types/pc/breadcrumb/index.d.ts +1 -1
  73. package/types/pc/button/Group.d.ts +1 -1
  74. package/types/pc/button/index.d.ts +1 -1
  75. package/types/pc/calendar/Month.d.ts +1 -1
  76. package/types/pc/calendar/Year.d.ts +1 -1
  77. package/types/pc/calendar/index.d.ts +1 -1
  78. package/types/pc/card/Grid.d.ts +1 -1
  79. package/types/pc/card/Meta.d.ts +1 -1
  80. package/types/pc/card/index.d.ts +1 -1
  81. package/types/pc/carousel/Arrow.d.ts +1 -1
  82. package/types/pc/carousel/Indicator.d.ts +1 -1
  83. package/types/pc/carousel/index.d.ts +2 -2
  84. package/types/pc/cascader/Cascader.d.ts +1 -1
  85. package/types/pc/cascader/util.d.ts +1 -1
  86. package/types/pc/checkbox/Checkbox.d.ts +1 -1
  87. package/types/pc/checkbox/Group.d.ts +1 -1
  88. package/types/pc/checkbox/GroupBlock.d.ts +1 -1
  89. package/types/pc/checkbox/index.d.ts +1 -1
  90. package/types/pc/collapse/Collapse.d.ts +1 -1
  91. package/types/pc/collapse/Item.d.ts +1 -1
  92. package/types/pc/color-picker/InputHex.d.ts +1 -1
  93. package/types/pc/color-picker/InputRgb.d.ts +1 -1
  94. package/types/pc/color-picker/Mode.d.ts +1 -1
  95. package/types/pc/color-picker/Palette.d.ts +1 -1
  96. package/types/pc/color-picker/index.d.ts +1 -1
  97. package/types/pc/color-picker/utils.d.ts +1 -1
  98. package/types/pc/comment/index.d.ts +1 -1
  99. package/types/pc/config-provider/ConfigProvider.d.ts +3 -2
  100. package/types/pc/config-provider/context.d.ts +1 -1
  101. package/types/pc/config-provider/interface.d.ts +1 -1
  102. package/types/pc/copy/index.d.ts +1 -1
  103. package/types/pc/date-picker/Picker.d.ts +1 -2
  104. package/types/pc/date-picker/RangePicker.d.ts +1 -1
  105. package/types/pc/date-picker/index.d.ts +1 -1
  106. package/types/pc/descriptions/index.d.ts +1 -1
  107. package/types/pc/details/index.d.ts +1 -1
  108. package/types/pc/divider/index.d.ts +1 -1
  109. package/types/pc/draggable/Item.d.ts +1 -1
  110. package/types/pc/draggable/index.d.ts +1 -1
  111. package/types/pc/drawer/Drawer.d.ts +2 -2
  112. package/types/pc/dropdown/Button.d.ts +1 -1
  113. package/types/pc/dropdown/index.d.ts +1 -1
  114. package/types/pc/empty/index.d.ts +1 -1
  115. package/types/pc/form/Control.d.ts +1 -1
  116. package/types/pc/form/Form.d.ts +1 -1
  117. package/types/pc/form/FormLabel.d.ts +1 -1
  118. package/types/pc/form/FormList.d.ts +1 -1
  119. package/types/pc/form/FormProvider.d.ts +1 -1
  120. package/types/pc/form/context.d.ts +1 -1
  121. package/types/pc/form/hook/useForm.d.ts +1 -1
  122. package/types/pc/form/index.d.ts +1 -1
  123. package/types/pc/form/interface.d.ts +2 -2
  124. package/types/pc/form/store.d.ts +3 -4
  125. package/types/pc/form/util.d.ts +3 -3
  126. package/types/pc/grid/Col.d.ts +1 -1
  127. package/types/pc/grid/Grid.d.ts +1 -1
  128. package/types/pc/grid/GridItem.d.ts +1 -1
  129. package/types/pc/grid/Row.d.ts +1 -1
  130. package/types/pc/grid/context.d.ts +1 -1
  131. package/types/pc/grid/util.d.ts +1 -1
  132. package/types/pc/hooks/use-watermark/index.d.ts +1 -1
  133. package/types/pc/icons/file/index.d.ts +1 -1
  134. package/types/pc/image/Image.d.ts +1 -1
  135. package/types/pc/image/ImageFooter.d.ts +1 -1
  136. package/types/pc/image/ImagePreview.d.ts +1 -1
  137. package/types/pc/image/ImagePreviewGroup.d.ts +1 -1
  138. package/types/pc/image/ImagePreviewToolbar.d.ts +1 -1
  139. package/types/pc/image/index.d.ts +1 -1
  140. package/types/pc/image/previewGroupContext.d.ts +1 -1
  141. package/types/pc/input/Button.d.ts +1 -1
  142. package/types/pc/input/Group.d.ts +1 -1
  143. package/types/pc/input/Input.d.ts +1 -1
  144. package/types/pc/input/InputElement.d.ts +1 -1
  145. package/types/pc/input/Password.d.ts +1 -1
  146. package/types/pc/input/Search.d.ts +1 -1
  147. package/types/pc/input/Textarea.d.ts +1 -1
  148. package/types/pc/input/index.d.ts +1 -1
  149. package/types/pc/input/useComposition.d.ts +1 -1
  150. package/types/pc/input-number/index.d.ts +1 -1
  151. package/types/pc/input-tag/InputTag.d.ts +2 -2
  152. package/types/pc/input-tag/interface.d.ts +2 -2
  153. package/types/pc/layout/Content.d.ts +1 -1
  154. package/types/pc/layout/Footer.d.ts +1 -1
  155. package/types/pc/layout/Header.d.ts +1 -1
  156. package/types/pc/layout/Sider.d.ts +1 -1
  157. package/types/pc/layout/index.d.ts +2 -2
  158. package/types/pc/link/index.d.ts +1 -1
  159. package/types/pc/list/Item.d.ts +1 -1
  160. package/types/pc/list/Meta.d.ts +1 -1
  161. package/types/pc/list/index.d.ts +2 -2
  162. package/types/pc/mentions/index.d.ts +1 -1
  163. package/types/pc/mentions/util.d.ts +1 -1
  164. package/types/pc/menu/Item.d.ts +1 -1
  165. package/types/pc/menu/ItemGroup.d.ts +1 -1
  166. package/types/pc/menu/Menu.d.ts +1 -1
  167. package/types/pc/menu/OverflowWrap.d.ts +1 -1
  168. package/types/pc/menu/context.d.ts +2 -2
  169. package/types/pc/menu/index.d.ts +1 -1
  170. package/types/pc/menu/interface.d.ts +1 -1
  171. package/types/pc/message/index.d.ts +2 -2
  172. package/types/pc/message/useMessage.d.ts +1 -1
  173. package/types/pc/modal/Modal.d.ts +2 -2
  174. package/types/pc/modal/config.d.ts +1 -1
  175. package/types/pc/notification/index.d.ts +2 -2
  176. package/types/pc/notification/useNotification.d.ts +1 -1
  177. package/types/pc/page-header/index.d.ts +2 -2
  178. package/types/pc/pagination/PageItem.d.ts +2 -47
  179. package/types/pc/pagination/Pagination.d.ts +1 -1
  180. package/types/pc/pagination/interface.d.ts +47 -0
  181. package/types/pc/popconfirm/index.d.ts +1 -1
  182. package/types/pc/popover/index.d.ts +1 -1
  183. package/types/pc/popover/interface.d.ts +1 -1
  184. package/types/pc/progress/CircleProgress.d.ts +1 -1
  185. package/types/pc/progress/index.d.ts +1 -1
  186. package/types/pc/radio/Group.d.ts +1 -1
  187. package/types/pc/radio/GroupBlock.d.ts +1 -1
  188. package/types/pc/radio/Radio.d.ts +1 -1
  189. package/types/pc/radio/index.d.ts +1 -1
  190. package/types/pc/rate/index.d.ts +1 -1
  191. package/types/pc/resize-box/Split.d.ts +1 -1
  192. package/types/pc/resize-box/SplitGroup.d.ts +1 -1
  193. package/types/pc/resize-box/index.d.ts +1 -1
  194. package/types/pc/result/index.d.ts +1 -1
  195. package/types/pc/select/OptGroup.d.ts +1 -1
  196. package/types/pc/select/Option.d.ts +1 -1
  197. package/types/pc/select/Select.d.ts +3 -2
  198. package/types/pc/select/index.d.ts +1 -1
  199. package/types/pc/select/util.d.ts +1 -1
  200. package/types/pc/select-view/Core.d.ts +1 -1
  201. package/types/pc/select-view/index.d.ts +1 -1
  202. package/types/pc/skeleton/Image.d.ts +1 -1
  203. package/types/pc/skeleton/Text.d.ts +1 -1
  204. package/types/pc/skeleton/index.d.ts +1 -1
  205. package/types/pc/slider/Button.d.ts +1 -1
  206. package/types/pc/slider/hook/useInterval.d.ts +1 -1
  207. package/types/pc/slider/index.d.ts +1 -1
  208. package/types/pc/space/index.d.ts +1 -1
  209. package/types/pc/space-/index.d.ts +1 -1
  210. package/types/pc/spin/index.d.ts +1 -1
  211. package/types/pc/statistic/Countdown.d.ts +1 -1
  212. package/types/pc/statistic/index.d.ts +2 -2
  213. package/types/pc/steps/Step.d.ts +1 -1
  214. package/types/pc/steps/index.d.ts +1 -1
  215. package/types/pc/switch/index.d.ts +2 -2
  216. package/types/pc/table/ColGroup.d.ts +1 -1
  217. package/types/pc/table/Table.d.ts +1 -1
  218. package/types/pc/table/constant.d.ts +1 -1
  219. package/types/pc/table/interface.d.ts +1 -1
  220. package/types/pc/table/util.d.ts +1 -1
  221. package/types/pc/tabs/Tab.d.ts +1 -1
  222. package/types/pc/tabs/TabPane.d.ts +1 -1
  223. package/types/pc/tabs/index.d.ts +1 -1
  224. package/types/pc/tabs/tab-header/TabNavIcon.d.ts +1 -1
  225. package/types/pc/tabs/tab-header/index.d.ts +1 -1
  226. package/types/pc/tag/index.d.ts +1 -1
  227. package/types/pc/time-picker/Picker.d.ts +1 -1
  228. package/types/pc/time-picker/RangePicker.d.ts +1 -1
  229. package/types/pc/time-picker/TimePicker.d.ts +1 -1
  230. package/types/pc/time-picker/index.d.ts +1 -1
  231. package/types/pc/timeline/Item.d.ts +1 -1
  232. package/types/pc/timeline/Timeline.d.ts +1 -1
  233. package/types/pc/timeline/index.d.ts +1 -1
  234. package/types/pc/tooltip/index.d.ts +2 -2
  235. package/types/pc/transfer/Item.d.ts +1 -1
  236. package/types/pc/transfer/List.d.ts +1 -1
  237. package/types/pc/transfer/index.d.ts +1 -1
  238. package/types/pc/tree/Animation.d.ts +1 -1
  239. package/types/pc/tree/Context.d.ts +1 -1
  240. package/types/pc/tree/Node.d.ts +1 -1
  241. package/types/pc/tree/Tree.d.ts +1 -1
  242. package/types/pc/tree/index.d.ts +2 -2
  243. package/types/pc/tree/interface.d.ts +19 -3
  244. package/types/pc/tree/util.d.ts +1 -1
  245. package/types/pc/tree-select/List.d.ts +1 -1
  246. package/types/pc/trigger/getPopupStyle.d.ts +1 -1
  247. package/types/pc/trigger/index.d.ts +2 -2
  248. package/types/pc/typography/EditContent.d.ts +1 -1
  249. package/types/pc/typography/Ellipsis.d.ts +1 -1
  250. package/types/pc/typography/Operations.d.ts +1 -1
  251. package/types/pc/typography/Paragraph.d.ts +1 -1
  252. package/types/pc/typography/Title.d.ts +1 -1
  253. package/types/pc/typography/Typography.d.ts +1 -1
  254. package/types/pc/typography/useCssEllipsis.d.ts +1 -1
  255. package/types/pc/typography/useEllipsis.d.ts +1 -1
  256. package/types/pc/upload/TriggerNode.d.ts +1 -1
  257. package/types/pc/upload/Upload.d.ts +2 -2
  258. package/types/pc/upload/Uploader.d.ts +1 -1
  259. package/types/pc/upload/request.d.ts +1 -1
  260. package/types/pc/upload/util.d.ts +1 -1
  261. package/types/pc/verification-code/VerificationCode.d.ts +1 -1
  262. package/types/pc/verification-code/index.d.ts +1 -1
  263. package/types/pc/watermark/Watermark.d.ts +1 -1
  264. package/types/pc/watermark/index.d.ts +2 -2
  265. package/typography/Ellipsis.js +7 -5
  266. package/upload/list/index.js +1 -1
  267. package/utils/color.js +1 -1
  268. package/utils/index.js +2 -2
  269. package/utils/reactTransitionGroup.js +1 -1
  270. package/utils/tinycolor.js +1 -1
  271. package/version/index.js +1 -1
  272. /package/dist/react-transition-group/chunk/{CPfP7aNL.js → C6QwjD4L.js} +0 -0
package/switch/index.js CHANGED
@@ -3,7 +3,7 @@ import q from "@unicom-cloud/icons/IconUiLoading";
3
3
  import "../dist/react-transition-group/src/CSSTransition.js";
4
4
  import "../dist/react-transition-group/src/ReplaceTransition.js";
5
5
  import A from "../dist/react-transition-group/src/SwitchTransition.js";
6
- import "../dist/react-transition-group/chunk/CPfP7aNL.js";
6
+ import "../dist/react-transition-group/chunk/C6QwjD4L.js";
7
7
  import "../dist/react-transition-group/src/TransitionGroup.js";
8
8
  import B from "lodash/isArray";
9
9
  import { forwardRef as L, useContext as M, useState as O } from "react";
package/table/Table.js CHANGED
@@ -1,19 +1,19 @@
1
1
  import { jsx as a, jsxs as v, Fragment as vt } from "react/jsx-runtime";
2
- import { Tween as sr } from "../dist/tween/src/tween.js";
3
- import { quintInOut as ir } from "../dist/tween/src/easing.js";
4
- import lr from "lodash/debounce";
2
+ import { Tween as ir } from "../dist/tween/src/tween.js";
3
+ import { quintInOut as lr } from "../dist/tween/src/easing.js";
4
+ import cr from "lodash/debounce";
5
5
  import K from "lodash/isArray";
6
6
  import te from "lodash/isNumber";
7
- import p from "lodash/isPlainObject";
8
- import cr from "lodash/throttle";
9
- import ar, { forwardRef as fr, useContext as dr, useMemo as lt, useRef as $, useState as j, useImperativeHandle as ur, useCallback as pr, useEffect as mr } from "react";
7
+ import m from "lodash/isPlainObject";
8
+ import ar from "lodash/throttle";
9
+ import fr, { forwardRef as dr, useContext as ur, useMemo as lt, useRef as $, useState as j, useImperativeHandle as pr, useCallback as mr, useEffect as ee } from "react";
10
10
  import "../config-provider/ConfigProvider.js";
11
11
  import yr from "../components/common/hooks/useIsomorphicLayoutEffect.js";
12
- import ee from "../components/common/hooks/useMergeProps.js";
13
- import re from "../components/common/hooks/useUpdateEffect.js";
14
- import oe from "../pagination/Pagination.js";
12
+ import re from "../components/common/hooks/useMergeProps.js";
13
+ import oe from "../components/common/hooks/useUpdateEffect.js";
14
+ import ne from "../pagination/Pagination.js";
15
15
  import gr from "../spin/index.js";
16
- import ne from "@unicom-cloud/utils/class-name";
16
+ import se from "@unicom-cloud/utils/class-name";
17
17
  import { on as ct, off as at } from "../components/common/utils/dom.js";
18
18
  import { pickDataAttributes as hr } from "../components/common/utils/pick.js";
19
19
  import { resizeObserverEffect as br } from "../components/common/utils/resizeObserverEffect.js";
@@ -28,7 +28,7 @@ import Fr from "./hook/useStickyOffsets.js";
28
28
  import Nr from "./tbody/index.js";
29
29
  import vr from "./tfoot/index.js";
30
30
  import Pr from "./thead/index.js";
31
- import { deepCloneData as Dr, getOriginData as S, getSorterPriority as se, getSorterFn as ie, getScrollBarHeight as Br, getScrollBarWidth as Lr } from "./util.js";
31
+ import { deepCloneData as Dr, getOriginData as S, getSorterPriority as ie, getSorterFn as le, getScrollBarHeight as Br, getScrollBarWidth as Lr } from "./util.js";
32
32
  import zr from "../config-provider/context.js";
33
33
  const Rr = [], Hr = [], Er = {
34
34
  showHeader: !0,
@@ -40,76 +40,76 @@ const Rr = [], Hr = [], Er = {
40
40
  indentSize: 15,
41
41
  showSorterTooltip: !0
42
42
  };
43
- function kr(P, le) {
43
+ function kr(P, ce) {
44
44
  var Qt, Zt;
45
45
  const {
46
46
  getPrefixCls: dt,
47
- loadingElement: ce,
47
+ loadingElement: ae,
48
48
  size: Pt,
49
- tablePagination: ae,
50
- renderEmpty: fe,
49
+ tablePagination: fe,
50
+ renderEmpty: de,
51
51
  componentConfig: C,
52
52
  rtl: L
53
- } = dr(zr), x = ee(
53
+ } = ur(zr), x = re(
54
54
  P,
55
55
  Er,
56
56
  C == null ? void 0 : C.Table
57
- ), F = ee(
58
- p(P == null ? void 0 : P.pagination) ? P == null ? void 0 : P.pagination : {},
59
- p((Qt = C == null ? void 0 : C.Table) == null ? void 0 : Qt.pagination) ? (Zt = C == null ? void 0 : C.Table) == null ? void 0 : Zt.pagination : {},
60
- ae || {}
57
+ ), F = re(
58
+ m(P == null ? void 0 : P.pagination) ? P == null ? void 0 : P.pagination : {},
59
+ m((Qt = C == null ? void 0 : C.Table) == null ? void 0 : Qt.pagination) ? (Zt = C == null ? void 0 : C.Table) == null ? void 0 : Zt.pagination : {},
60
+ fe || {}
61
61
  ), {
62
- style: de,
63
- className: ue,
64
- component: pe,
62
+ style: ue,
63
+ className: pe,
64
+ component: me,
65
65
  border: b,
66
66
  borderCell: ut,
67
67
  columns: Dt = Hr,
68
- data: m = Rr,
68
+ data: d = Rr,
69
69
  scroll: i,
70
- noDataElement: me,
71
- showHeader: ye,
72
- stripe: ge,
73
- hover: he,
70
+ noDataElement: ye,
71
+ showHeader: ge,
72
+ stripe: he,
73
+ hover: be,
74
74
  pagination: N,
75
75
  onChange: y,
76
76
  pagePosition: w,
77
- childrenColumnName: W,
78
- indentSize: be,
77
+ childrenColumnName: I,
78
+ indentSize: xe,
79
79
  rowSelection: D,
80
- tableLayoutFixed: xe,
80
+ tableLayoutFixed: Se,
81
81
  header: Bt,
82
82
  // 潘启宝添加
83
83
  footer: Lt,
84
84
  virtualized: z,
85
85
  renderPagination: zt,
86
- summary: I,
86
+ summary: W,
87
87
  rowKey: q
88
88
  } = x, Rt = lt(
89
- () => Dr(m, W),
90
- [m, W]
91
- ), n = dt == null ? void 0 : dt("table"), pt = x.size || (["default", "middle", "small"].indexOf(Pt) > -1 ? Pt : "default"), R = $(null), u = $(null), mt = $(null), g = $(null), _ = $(null), yt = $(null), U = $(null), G = $(0), gt = $(!1), [Ht, f] = xr(x), { currentFilters: Se, defaultSorters: Ce } = Re(), [A, ht] = j(1), [we, Te] = j(
89
+ () => Dr(d, I),
90
+ [d, I]
91
+ ), n = dt == null ? void 0 : dt("table"), pt = x.size || (["default", "middle", "small"].indexOf(Pt) > -1 ? Pt : "default"), R = $(null), p = $(null), mt = $(null), g = $(null), _ = $(null), yt = $(null), U = $(null), G = $(0), gt = $(!1), [Ht, f] = xr(x), { currentFilters: Ce, defaultSorters: we } = He(), [A, ht] = j(1), [Te, $e] = j(
92
92
  F.pageSize || F.defaultPageSize || 10
93
- ), [Et, kt] = j(Se), [$e, Fe] = j(0), [Ne, ve] = j([]), bt = Fr(f), [Pe, Ot] = $r(
93
+ ), [Et, kt] = j(Ce), [Fe, Ne] = j(0), [ve, Pe] = j([]), bt = Fr(f), [De, Ot] = $r(
94
94
  Ht,
95
95
  f,
96
96
  n
97
97
  ), {
98
98
  currentSorter: V,
99
- activeSorters: d,
100
- getNextActiveSorters: De,
101
- updateStateSorters: Be
102
- } = Tr(f, Ce), { ComponentTable: X, ComponentBodyWrapper: Le, ComponentHeaderWrapper: ze } = Sr(pe), xt = lt(() => typeof q == "function" ? (t) => q(S(t)) : (t) => t[q], [q]);
103
- function Re() {
99
+ activeSorters: u,
100
+ getNextActiveSorters: Be,
101
+ updateStateSorters: Le
102
+ } = Tr(f, we), { ComponentTable: X, ComponentBodyWrapper: ze, ComponentHeaderWrapper: Re } = Sr(me), xt = lt(() => typeof q == "function" ? (t) => q(S(t)) : (t) => t[q], [q]);
103
+ function He() {
104
104
  const t = {};
105
105
  let e = [];
106
106
  return f.forEach((r) => {
107
107
  const o = r.dataIndex || r.key;
108
108
  if (r.defaultFilters && (t[o] = r.defaultFilters), r.filteredValue && (t[o] = r.filteredValue), "defaultSortOrder" in r || "sortOrder" in r) {
109
- const s = se(r.sorter), c = "sortOrder" in r ? r.sortOrder : r.defaultSortOrder, l = {
109
+ const s = ie(r.sorter), c = "sortOrder" in r ? r.sortOrder : r.defaultSortOrder, l = {
110
110
  field: o,
111
111
  direction: c,
112
- sorterFn: ie(r.sorter),
112
+ sorterFn: le(r.sorter),
113
113
  priority: s
114
114
  };
115
115
  c ? te(s) ? e.every(
@@ -127,17 +127,17 @@ function kr(P, le) {
127
127
  s !== void 0 && (e[s] = r.filteredValue);
128
128
  }), e;
129
129
  }, [f]), B = lt(() => Object.keys(J).length ? J : Et, [Et, J]);
130
- function He(t, e) {
130
+ function Ee(t, e) {
131
131
  const r = Mt(e);
132
132
  if (!r)
133
133
  return;
134
134
  const o = {
135
135
  direction: t,
136
136
  field: e,
137
- sorterFn: ie(r.sorter),
138
- priority: se(r.sorter)
139
- }, s = De(o);
140
- Be(o, s);
137
+ sorterFn: le(r.sorter),
138
+ priority: ie(r.sorter)
139
+ }, s = Be(o);
140
+ Le(o, s);
141
141
  const c = et(
142
142
  o,
143
143
  s,
@@ -149,7 +149,7 @@ function kr(P, le) {
149
149
  action: "sort"
150
150
  });
151
151
  }
152
- function Ee(t) {
152
+ function ke(t) {
153
153
  const e = function(o, s) {
154
154
  return (c, l) => {
155
155
  const h = o(c, l);
@@ -168,7 +168,7 @@ function kr(P, le) {
168
168
  return 0;
169
169
  };
170
170
  }
171
- function ke(t, e) {
171
+ function Oe(t, e) {
172
172
  const r = {
173
173
  ...B,
174
174
  [t.dataIndex]: e
@@ -180,12 +180,12 @@ function kr(P, le) {
180
180
  kt(o);
181
181
  const s = et(
182
182
  V,
183
- d,
183
+ u,
184
184
  r
185
185
  ), c = M(s);
186
186
  y == null || y(
187
187
  E(s),
188
- d.length === 1 ? d[0] : d,
188
+ u.length === 1 ? u[0] : u,
189
189
  r,
190
190
  {
191
191
  currentData: S(c),
@@ -193,21 +193,21 @@ function kr(P, le) {
193
193
  action: "filter"
194
194
  }
195
195
  );
196
- } else K(e) && !e.length && Wt(t);
196
+ } else K(e) && !e.length && It(t);
197
197
  }
198
- function Wt({ dataIndex: t }) {
198
+ function It({ dataIndex: t }) {
199
199
  const e = {
200
200
  ...B
201
201
  };
202
202
  delete e[t], kt(e);
203
203
  const r = et(
204
204
  V,
205
- d,
205
+ u,
206
206
  e
207
207
  ), o = M(r);
208
208
  y == null || y(
209
209
  E(r),
210
- d.length === 1 ? d[0] : d,
210
+ u.length === 1 ? u[0] : u,
211
211
  e,
212
212
  {
213
213
  currentData: S(o),
@@ -228,19 +228,19 @@ function kr(P, le) {
228
228
  )));
229
229
  }
230
230
  });
231
- const s = (c) => c.slice().sort(Ee(e)).map((l) => K(l[W]) ? {
231
+ const s = (c) => c.slice().sort(ke(e)).map((l) => K(l[I]) ? {
232
232
  ...l,
233
- [W]: s(l[W])
233
+ [I]: s(l[I])
234
234
  } : l);
235
235
  return t.direction && typeof t.sorterFn == "function" || e.length ? s(o) : o;
236
236
  }
237
237
  const H = et(
238
238
  V,
239
- d,
239
+ u,
240
240
  B
241
241
  );
242
242
  function E(t = H) {
243
- const e = F.pageSize || we || 10, r = pt === "middle" ? "default" : pt;
243
+ const e = F.pageSize || Te || 10, r = pt === "middle" ? "default" : pt;
244
244
  let o = "top";
245
245
  w === "tl" || w === "bl" ? o = "bottom" : o = "top";
246
246
  const s = K(t) ? t.length : 0, c = Math.ceil(s / e) < A ? 1 : A;
@@ -259,27 +259,27 @@ function kr(P, le) {
259
259
  return typeof N == "object" && N.selectProps && (l.selectProps = {
260
260
  ...l.selectProps,
261
261
  ...N.selectProps
262
- }), p(N) && (l = {
262
+ }), m(N) && (l = {
263
263
  ...l,
264
264
  ...N
265
- }), p(F) && (l = {
265
+ }), m(F) && (l = {
266
266
  ...l,
267
267
  ...F
268
- }), l.onChange = je, l;
268
+ }), l.onChange = qe, l;
269
269
  }
270
270
  const rt = E(), k = M();
271
271
  function M(t = H, e = rt) {
272
272
  const { current: r = 0, pageSize: o = 10 } = e;
273
- return N === !1 || p(N) && m.length <= o ? t : t.slice((r - 1) * o, r * o);
273
+ return N === !1 || m(N) && d.length <= o ? t : t.slice((r - 1) * o, r * o);
274
274
  }
275
- const It = lr(_t, 100), T = !!(i && i.y), Y = I == null ? void 0 : I(S(H)), St = I && ar.isValidElement(Y) && Y.props.fixed, Oe = T && St;
275
+ const Wt = cr(_t, 100), T = !!(i && i.y), Y = W == null ? void 0 : W(S(H)), St = W && fr.isValidElement(Y) && Y.props.fixed, Ie = T && St;
276
276
  yr(() => {
277
- _t(), ct(window, "resize", It);
278
- const t = R.current, e = u.current, r = g.current;
277
+ _t(), ct(window, "resize", Wt);
278
+ const t = R.current, e = p.current, r = g.current;
279
279
  e && ct(e, "scroll", O);
280
280
  const o = t && t.parentNode;
281
281
  return t && o && ct(o, "scroll", O), r && ct(r, "scroll", O), () => {
282
- at(window, "resize", It), e && at(e, "scroll", O), o && at(o, "scroll", O), r && at(r, "scroll", O);
282
+ at(window, "resize", Wt), e && at(e, "scroll", O), o && at(o, "scroll", O), r && at(r, "scroll", O);
283
283
  };
284
284
  }, [
285
285
  Q,
@@ -287,13 +287,13 @@ function kr(P, le) {
287
287
  i == null ? void 0 : i.x,
288
288
  i == null ? void 0 : i.y,
289
289
  f.length,
290
- m
291
- ]), re(() => {
292
- const { total: t, pageSize: e } = E(m);
290
+ d
291
+ ]), oe(() => {
292
+ const { total: t, pageSize: e } = E(d);
293
293
  Math.ceil(t / e) < A && ht(1);
294
- }, [m == null ? void 0 : m.length]), re(() => {
294
+ }, [d == null ? void 0 : d.length]), oe(() => {
295
295
  ot();
296
- }, [m, Q, Z, L]), ur(le, () => ({
296
+ }, [d, Q, Z, L]), pr(ce, () => ({
297
297
  getRootDomElement: Ct,
298
298
  scrollIntoView: (t) => {
299
299
  yt.current && yt.current.scrollTo({ key: t });
@@ -309,12 +309,12 @@ function kr(P, le) {
309
309
  const t = Ct();
310
310
  if (t && (tt || i && i.x)) {
311
311
  const o = t.querySelector(`.${n}-body`) || t.querySelector(`.${n}-content-inner`), s = (r = (e = o == null ? void 0 : o.getBoundingClientRect) == null ? void 0 : e.call(o)) == null ? void 0 : r.width;
312
- Fe(s);
312
+ Ne(s);
313
313
  }
314
314
  }
315
- const We = pr(
316
- cr(() => {
317
- const t = _.current, e = T ? u.current : U.current && U.current.parentNode;
315
+ const We = mr(
316
+ ar(() => {
317
+ const t = _.current, e = T ? p.current : U.current && U.current.parentNode;
318
318
  if (e) {
319
319
  const r = L ? -e.scrollLeft : e.scrollLeft, o = r === 0, s = r + 1 >= e.children[0].getBoundingClientRect().width - e.getBoundingClientRect().width;
320
320
  o && s ? nt(
@@ -333,10 +333,10 @@ function kr(P, le) {
333
333
  } else
334
334
  t && Vt(t.classList);
335
335
  }, 100),
336
- [_.current, u.current, T, L]
336
+ [_.current, p.current, T, L]
337
337
  );
338
338
  function ot() {
339
- if (tt || i && p(i) && i.x) {
339
+ if (tt || i && m(i) && i.x) {
340
340
  const t = _.current;
341
341
  t && (Q && At(
342
342
  t.classList,
@@ -358,24 +358,24 @@ function kr(P, le) {
358
358
  }
359
359
  const {
360
360
  selectedRowKeys: wt,
361
- indeterminateKeys: Ie,
362
- onCheckAll: _e,
363
- onCheck: Ae,
364
- onCheckRadio: Ve,
365
- setSelectedRowKeys: Me,
366
- allSelectedRowKeys: Ye,
367
- flattenData: Ke
361
+ indeterminateKeys: _e,
362
+ onCheckAll: Ae,
363
+ onCheck: Ve,
364
+ onCheckRadio: Me,
365
+ setSelectedRowKeys: Ye,
366
+ allSelectedRowKeys: Ke,
367
+ flattenData: je
368
368
  } = wr(x, k, Rt, xt);
369
369
  function Mt(t) {
370
370
  return f.find((e, r) => typeof e.key < "u" ? typeof e.key == "number" && typeof t == "string" ? e.key.toString() === t : e.key === t : typeof e.dataIndex < "u" ? e.dataIndex === t : typeof t == "number" ? r === t : !1);
371
371
  }
372
- function je(t, e) {
372
+ function qe(t, e) {
373
373
  var o, s;
374
- ht(t), Te(e), t !== A && qe(), D && !D.checkCrossPage && wt.length && (Me([]), (o = D.onChange) == null || o.call(D, [], []));
374
+ ht(t), $e(e), t !== A && Ue(), D && !D.checkCrossPage && wt.length && (Ye([]), (o = D.onChange) == null || o.call(D, [], []));
375
375
  const r = { ...E(), current: t, pageSize: e };
376
376
  y == null || y(
377
377
  r,
378
- d.length === 1 ? d[0] : d,
378
+ u.length === 1 ? u[0] : u,
379
379
  B,
380
380
  {
381
381
  currentData: S(
@@ -386,31 +386,31 @@ function kr(P, le) {
386
386
  }
387
387
  ), (s = F.onChange) == null || s.call(F, t, e);
388
388
  }
389
- function qe() {
390
- if (!u.current)
389
+ function Ue() {
390
+ if (!p.current)
391
391
  return;
392
- const e = u.current.scrollTop;
393
- new sr({
392
+ const e = p.current.scrollTop;
393
+ new ir({
394
394
  from: { scrollTop: e },
395
395
  to: { scrollTop: 0 },
396
- easing: ir,
396
+ easing: lr,
397
397
  duration: 300,
398
398
  onUpdate: (o) => {
399
- u.current && (u.current.scrollTop = o.scrollTop);
399
+ p.current && (p.current.scrollTop = o.scrollTop);
400
400
  }
401
401
  }).start();
402
402
  }
403
403
  function O(t) {
404
- const { target: e } = t, r = u.current, o = R.current && R.current.parentNode, s = g.current;
404
+ const { target: e } = t, r = p.current, o = R.current && R.current.parentNode, s = g.current;
405
405
  e.scrollLeft !== G.current && (o && (o.scrollLeft = e.scrollLeft), r && (r.scrollLeft = e.scrollLeft), s && (s.scrollLeft = e.scrollLeft), ot()), G.current = t.target.scrollLeft;
406
406
  }
407
- function Ue(t) {
407
+ function Ge(t) {
408
408
  const { target: e } = t, r = U.current;
409
409
  e.scrollLeft !== G.current && (r.scrollLeft = e.scrollLeft, ot()), G.current = t.target.scrollLeft;
410
410
  }
411
- const [Yt, Ge] = Cr(
411
+ const [Yt, Xe] = Cr(
412
412
  x,
413
- Ke,
413
+ je,
414
414
  xt
415
415
  );
416
416
  let Kt = {}, Tt = {};
@@ -419,11 +419,11 @@ function kr(P, le) {
419
419
  }), i.y && (typeof i.y == "number" || typeof i.y == "string") && (Kt = {
420
420
  maxHeight: i.y
421
421
  }));
422
- function Xe() {
422
+ function Je() {
423
423
  requestAnimationFrame((t) => {
424
424
  const e = R.current && R.current.parentNode, r = Br(e);
425
425
  r && r > 0 && (e.style.marginBottom = `-${r}px`, e.style.paddingBottom = "0px", g.current && (g.current.style.marginBottom = `-${r}px`, g.current.style.paddingBottom = "0px")), setTimeout(() => {
426
- const o = u.current;
426
+ const o = p.current;
427
427
  Lr(o) ? (gt.current = !0, e && (e.style.overflowY = "scroll", e.style.scrollSnapType = "y mandatory"), g.current && (g.current.style.overflowY = "scroll", g.current.style.overflowY = "y mandatory")) : e && gt.current && (gt.current = !1, e.style.overflowY = "auto", e.style.overflowY = "y mandatory", g.current && (g.current.style.overflowY = "auto", g.current.style.overflowY = "y mandatory"));
428
428
  }, 0);
429
429
  });
@@ -432,25 +432,25 @@ function kr(P, le) {
432
432
  Pr,
433
433
  {
434
434
  ...x,
435
- activeSorters: d,
435
+ activeSorters: u,
436
436
  currentSorter: V,
437
437
  selectedRowKeys: wt,
438
438
  currentFilters: B,
439
- onCheckAll: _e,
440
- onSort: He,
439
+ onCheckAll: Ae,
440
+ onSort: Ee,
441
441
  data: k,
442
- onHandleFilter: ke,
443
- onHandleFilterReset: Wt,
442
+ onHandleFilter: Oe,
443
+ onHandleFilterReset: It,
444
444
  prefixCls: n,
445
- allSelectedRowKeys: Ye,
445
+ allSelectedRowKeys: Ke,
446
446
  groupColumns: Ht,
447
447
  stickyOffsets: bt,
448
- groupStickyClassNames: Pe
448
+ groupStickyClassNames: De
449
449
  }
450
450
  );
451
- function Je() {
452
- const t = p(i) && i.x === "max-content";
453
- return T || z ? /* @__PURE__ */ a(ze, { className: `${n}-header`, children: /* @__PURE__ */ v(
451
+ function Qe() {
452
+ const t = m(i) && i.x === "max-content";
453
+ return T || z ? /* @__PURE__ */ a(Re, { className: `${n}-header`, children: /* @__PURE__ */ v(
454
454
  X,
455
455
  {
456
456
  ref: R,
@@ -462,7 +462,7 @@ function kr(P, le) {
462
462
  columns: f,
463
463
  prefixCls: n,
464
464
  producer: !1,
465
- columnWidths: t && i.y ? Ne : null
465
+ columnWidths: t && i.y ? ve : null
466
466
  }
467
467
  ),
468
468
  jt
@@ -474,7 +474,7 @@ function kr(P, le) {
474
474
  vr,
475
475
  {
476
476
  prefixCls: n,
477
- summary: I,
477
+ summary: W,
478
478
  data: k,
479
479
  columns: f,
480
480
  stickyOffsets: bt,
@@ -486,44 +486,45 @@ function kr(P, le) {
486
486
  ...x,
487
487
  saveRef: (t) => mt.current = t,
488
488
  selectedRowKeys: wt,
489
- indeterminateKeys: Ie,
489
+ indeterminateKeys: _e,
490
490
  expandedRowKeys: Yt,
491
- onCheck: Ae,
492
- onCheckRadio: Ve,
493
- onClickExpandBtn: Ge,
491
+ onCheck: Ve,
492
+ onCheckRadio: Me,
493
+ onClickExpandBtn: Xe,
494
494
  columns: f,
495
495
  data: k,
496
496
  prefixCls: n,
497
497
  hasFixedColumn: tt,
498
- tableViewWidth: $e,
499
- indentSize: be,
500
- noDataElement: me || fe("Table"),
501
- activeSorters: d,
498
+ tableViewWidth: Fe,
499
+ indentSize: xe,
500
+ noDataElement: ye || de("Table"),
501
+ activeSorters: u,
502
502
  currentSorter: V,
503
503
  stickyOffsets: bt,
504
504
  stickyClassNames: Ot,
505
505
  getRowKey: xt,
506
506
  saveVirtualListRef: (t) => {
507
- z && (yt.current = t, u.current = t == null ? void 0 : t.dom);
507
+ z && (yt.current = t, p.current = t == null ? void 0 : t.dom);
508
508
  },
509
509
  ___dangerouslySetInnerHTML___: x.___dangerouslySetInnerHTML___
510
510
  }
511
- ), Gt = !z && !Oe ? /* @__PURE__ */ v(vt, { children: [
511
+ ), Gt = !z && !Ie ? /* @__PURE__ */ v(vt, { children: [
512
512
  Ut,
513
513
  qt
514
514
  ] }) : Ut;
515
- mr(() => {
516
- const t = u.current || mt.current, e = br([t], Xe);
515
+ if (ee(() => {
516
+ const t = p.current || mt.current, e = br([t], Je);
517
517
  return () => {
518
518
  e();
519
519
  };
520
- }, [u.current, mt.current]);
521
- function Qe() {
522
- const t = p(i) && i.x === "max-content" && !!i.y && K(m) && m.length > 0;
520
+ }, [p.current, mt.current]), ee(() => (console.table(d), () => {
521
+ }), [d]), !Dt.length) return null;
522
+ function Ze() {
523
+ const t = m(i) && i.x === "max-content" && !!i.y && K(d) && d.length > 0;
523
524
  return T && !z ? /* @__PURE__ */ a(
524
- Le,
525
+ ze,
525
526
  {
526
- ref: u,
527
+ ref: p,
527
528
  className: `${n}-body`,
528
529
  style: Kt,
529
530
  children: /* @__PURE__ */ v(X, { style: Tt, children: [
@@ -533,9 +534,9 @@ function kr(P, le) {
533
534
  columns: f,
534
535
  prefixCls: n,
535
536
  producer: t,
536
- onSetColumnWidths: ve,
537
+ onSetColumnWidths: Pe,
537
538
  expandedRowKeys: Yt,
538
- data: m
539
+ data: d
539
540
  }
540
541
  ),
541
542
  Gt
@@ -543,18 +544,18 @@ function kr(P, le) {
543
544
  }
544
545
  ) : Gt;
545
546
  }
546
- function Ze() {
547
+ function tr() {
547
548
  let t = {};
548
- i && p(i) && i.x && (t = {
549
+ i && m(i) && i.x && (t = {
549
550
  width: i.x
550
551
  });
551
552
  const e = /* @__PURE__ */ a("div", { className: `${n}-tfoot`, ref: g, children: /* @__PURE__ */ v(X, { style: t, children: [
552
553
  /* @__PURE__ */ a(ft, { columns: f, prefixCls: n }),
553
554
  qt
554
555
  ] }) }), r = Y && T && St === "top", o = Y && T && St === "bottom", s = /* @__PURE__ */ v(vt, { children: [
555
- ye ? Je() : null,
556
+ ge ? Qe() : null,
556
557
  r && e,
557
- Qe(),
558
+ Ze(),
558
559
  o && e
559
560
  ] });
560
561
  return /* @__PURE__ */ v(vt, { children: [
@@ -563,7 +564,7 @@ function kr(P, le) {
563
564
  "div",
564
565
  {
565
566
  className: `${n}-content-inner`,
566
- onScroll: T ? void 0 : Ue,
567
+ onScroll: T ? void 0 : Ge,
567
568
  children: T || z ? s : /* @__PURE__ */ v(X, { ref: U, style: t, children: [
568
569
  /* @__PURE__ */ a(ft, { prefixCls: n, columns: f }),
569
570
  s
@@ -573,48 +574,47 @@ function kr(P, le) {
573
574
  typeof Lt == "function" && /* @__PURE__ */ a("div", { className: `${n}-footer`, children: Lt(k) })
574
575
  ] });
575
576
  }
576
- if (!Dt.length) return null;
577
- const tr = p(b) ? b.wrapper : b, $t = p(b) ? b.cell : ut, er = p(b) ? b.cell || b.headerCell : ut, rr = p(b) ? b.cell || b.bodyCell : ut, or = ne(
577
+ const er = m(b) ? b.wrapper : b, $t = m(b) ? b.cell : ut, rr = m(b) ? b.cell || b.headerCell : ut, or = m(b) ? b.cell || b.bodyCell : ut, nr = se(
578
578
  n,
579
579
  `${n}-size-${pt}`,
580
580
  {
581
- [`${n}-border`]: tr,
581
+ [`${n}-border`]: er,
582
582
  [`${n}-border-cell`]: $t,
583
- [`${n}-border-header-cell`]: !$t && er,
584
- [`${n}-border-body-cell`]: !$t && rr,
585
- [`${n}-stripe`]: ge,
586
- [`${n}-hover`]: he,
583
+ [`${n}-border-header-cell`]: !$t && rr,
584
+ [`${n}-border-body-cell`]: !$t && or,
585
+ [`${n}-stripe`]: he,
586
+ [`${n}-hover`]: be,
587
587
  [`${n}-type-radio`]: D && D.type === "radio",
588
- [`${n}-layout-fixed`]: xe || i && (i.x || i.y) || Dt.find((t) => t.ellipsis),
588
+ [`${n}-layout-fixed`]: Se || i && (i.x || i.y) || Dt.find((t) => t.ellipsis),
589
589
  [`${n}-fixed-column`]: tt,
590
590
  [`${n}-virtualized`]: z,
591
591
  [`${n}-rtl`]: L
592
592
  },
593
- ue
594
- ), Ft = w === "tl" || w === "tr" || w === "topCenter", nr = ne(`${n}-pagination`, {
593
+ pe
594
+ ), Ft = w === "tl" || w === "tr" || w === "topCenter", sr = se(`${n}-pagination`, {
595
595
  [`${n}-pagination-left`]: w === "tl" || w === "bl",
596
596
  [`${n}-pagination-center`]: w === "topCenter" || w === "bottomCenter",
597
597
  [`${n}-pagination-top`]: Ft
598
598
  });
599
599
  let st = x.loading;
600
600
  typeof st == "boolean" && (st = { loading: st });
601
- const Xt = typeof zt == "function" ? zt(/* @__PURE__ */ a(oe, { ...rt })) : /* @__PURE__ */ a("div", { className: nr, children: /* @__PURE__ */ a(oe, { ...rt }) }), Jt = N !== !1 && (H.length !== 0 || rt.total > 0);
601
+ const Xt = typeof zt == "function" ? zt(/* @__PURE__ */ a(ne, { ...rt })) : /* @__PURE__ */ a("div", { className: sr, children: /* @__PURE__ */ a(ne, { ...rt }) }), Jt = N !== !1 && (H.length !== 0 || rt.total > 0);
602
602
  return /* @__PURE__ */ a(
603
603
  "div",
604
604
  {
605
605
  ref: _,
606
- style: de,
607
- className: or,
606
+ style: ue,
607
+ className: nr,
608
608
  ...hr(x),
609
609
  children: /* @__PURE__ */ v(
610
610
  gr,
611
611
  {
612
612
  className: `${n}-spin`,
613
- element: ce,
613
+ element: ae,
614
614
  ...st,
615
615
  children: [
616
616
  Jt && Ft && Xt,
617
- Ze(),
617
+ tr(),
618
618
  Jt && !Ft && Xt
619
619
  ]
620
620
  }
@@ -622,7 +622,7 @@ function kr(P, le) {
622
622
  }
623
623
  );
624
624
  }
625
- const Or = fr(kr);
625
+ const Or = dr(kr);
626
626
  Or.displayName = "Table";
627
627
  export {
628
628
  Or as default