@para-ui/core 3.0.38 → 3.0.40

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 (146) hide show
  1. package/AutoBox/index.js +1 -1
  2. package/AutoTips/index.js +1 -1
  3. package/Breadcrumbs/index.js +2 -2
  4. package/Button/index.js +1 -1
  5. package/ButtonGroup/index.js +1 -1
  6. package/Cascader/index.js +16 -20
  7. package/Checkbox/index.js +1 -1
  8. package/CheckboxGroup/index.js +1 -1
  9. package/CollapseBox/index.js +1 -1
  10. package/CollapseLayout/index.js +1 -1
  11. package/ComboSelect/index.js +4 -4
  12. package/DatePicker/index.js +2 -2
  13. package/Desktop/index.js +2 -2
  14. package/DragVerify/index.d.ts +50 -0
  15. package/DragVerify/index.js +264 -0
  16. package/DragVerify/lang/en_US.d.ts +5 -0
  17. package/DragVerify/lang/index.d.ts +11 -0
  18. package/DragVerify/lang/zh_CN.d.ts +5 -0
  19. package/Drawer/index.js +13 -2
  20. package/DynamicMultiBox/formItem.d.ts +14 -0
  21. package/DynamicMultiBox/index.d.ts +5 -0
  22. package/DynamicMultiBox/index.js +1312 -0
  23. package/DynamicMultiBox/interface.d.ts +161 -0
  24. package/DynamicMultiBox/rowForm.d.ts +24 -0
  25. package/Form/index.js +5 -5
  26. package/FormItem/index.js +5 -5
  27. package/FunctionModal/index.js +5 -5
  28. package/Help/index.js +1 -1
  29. package/InputLang/index.js +2 -2
  30. package/InputNumber/index.js +1 -1
  31. package/Label/index.js +1 -1
  32. package/Menu/index.js +2 -2
  33. package/Modal/index.js +1 -1
  34. package/MultiBox/index.js +2 -2
  35. package/OperateBtn/index.js +43 -45
  36. package/PageHeader/index.js +2 -2
  37. package/Pagination/index.js +3 -3
  38. package/PopConfirm/index.js +1 -1
  39. package/Popover/index.js +1 -1
  40. package/README.md +14 -0
  41. package/Radio/index.js +1 -1
  42. package/RadioGroup/index.js +1 -1
  43. package/Search/index.js +1 -1
  44. package/Select/index.js +2 -2
  45. package/SelectInput/index.js +2 -2
  46. package/Selector/index.js +290 -306
  47. package/SelectorPicker/index.js +3 -3
  48. package/SingleBox/index.js +2 -2
  49. package/Slider/index.js +1 -1
  50. package/Split/index.js +1 -1
  51. package/Switch/index.js +1 -1
  52. package/Table/index.js +64 -57
  53. package/Table/interface.d.ts +2 -0
  54. package/Table/tableHeadInterface.d.ts +2 -0
  55. package/Tabs/index.js +1 -1
  56. package/Tag/index.js +2 -2
  57. package/TextEditor/index.js +1 -1
  58. package/TextField/index.js +1 -1
  59. package/TimePicker/index.js +2 -2
  60. package/ToggleButton/index.js +1 -1
  61. package/Tooltip/index.js +1 -1
  62. package/Transfer/index.js +3 -3022
  63. package/Tree/index.js +5 -5
  64. package/Upload/index.js +345 -361
  65. package/_verture/{index-4f86f8dd.js → index-95dffbeb.js} +1 -1
  66. package/_verture/{index-06fea29b.js → index-beef914f.js} +3 -9
  67. package/_verture/{index-257f53f9.js → index-da441266.js} +162 -168
  68. package/_verture/{modalContext-c749e1c6.js → modalContext-44e0b3ea.js} +28 -30
  69. package/_verture/{slicedToArray-77980792.js → slicedToArray-708dbb18.js} +2 -6
  70. package/_verture/sortable.esm-49896035.js +3791 -0
  71. package/_verture/{toConsumableArray-87c7d895.js → toConsumableArray-57dd2e23.js} +1 -1
  72. package/index.d.ts +4 -0
  73. package/index.js +11 -8
  74. package/package.json +3 -2
  75. package/umd/AutoBox.js +43 -0
  76. package/umd/AutoTips.js +15 -0
  77. package/umd/Breadcrumbs.js +42 -0
  78. package/umd/Button.js +43 -0
  79. package/umd/ButtonGroup.js +43 -0
  80. package/umd/Carousel.js +6 -0
  81. package/umd/Cascader.js +43 -0
  82. package/umd/Checkbox.js +42 -0
  83. package/umd/CheckboxGroup.js +42 -0
  84. package/umd/Collapse.js +43 -0
  85. package/umd/CollapseBox.js +1 -0
  86. package/umd/CollapseLayout.js +29 -0
  87. package/umd/ColorPicker.js +1 -0
  88. package/umd/ComboSelect.js +42 -0
  89. package/umd/Container.js +1 -0
  90. package/umd/DatePicker.js +42 -0
  91. package/umd/Desktop.js +42 -0
  92. package/umd/DragVerify.js +29 -0
  93. package/umd/Drawer.js +43 -0
  94. package/umd/Dropdown.js +15 -0
  95. package/umd/DynamicMultiBox.js +54 -0
  96. package/umd/Empty.js +15 -0
  97. package/umd/Form.js +42 -0
  98. package/umd/FormItem.js +42 -0
  99. package/umd/FunctionModal.js +42 -0
  100. package/umd/GlobalContext.js +1 -0
  101. package/umd/Help.js +42 -0
  102. package/umd/HelperText.js +1 -0
  103. package/umd/InputLang.js +42 -0
  104. package/umd/InputNumber.js +42 -0
  105. package/umd/Label.js +42 -0
  106. package/umd/Loading.js +29 -0
  107. package/umd/Menu.js +29 -0
  108. package/umd/Message.js +30 -0
  109. package/umd/Modal.js +42 -0
  110. package/umd/MultiBox.js +42 -0
  111. package/umd/Notification.js +43 -0
  112. package/umd/OperateBtn.js +42 -0
  113. package/umd/PageHeader.js +42 -0
  114. package/umd/Pagination.js +42 -0
  115. package/umd/ParauiProvider.js +15 -0
  116. package/umd/PasswordRules.js +29 -0
  117. package/umd/PopConfirm.js +42 -0
  118. package/umd/Popover.js +15 -0
  119. package/umd/Progress.js +35 -0
  120. package/umd/Querying.js +15 -0
  121. package/umd/Radio.js +42 -0
  122. package/umd/RadioGroup.js +42 -0
  123. package/umd/Search.js +42 -0
  124. package/umd/Select.js +42 -0
  125. package/umd/SelectInput.js +42 -0
  126. package/umd/Selector.js +42 -0
  127. package/umd/SelectorPicker.js +42 -0
  128. package/umd/SingleBox.js +42 -0
  129. package/umd/Slider.js +15 -0
  130. package/umd/Split.js +1 -0
  131. package/umd/Status.js +1 -0
  132. package/umd/Stepper.js +42 -0
  133. package/umd/Switch.js +42 -0
  134. package/umd/Table.js +42 -0
  135. package/umd/Tabs.js +42 -0
  136. package/umd/Tag.js +43 -0
  137. package/umd/TextEditor.js +205 -0
  138. package/umd/TextField.js +42 -0
  139. package/umd/TimePicker.js +42 -0
  140. package/umd/Timeline.js +1 -0
  141. package/umd/Title.js +1 -0
  142. package/umd/ToggleButton.js +43 -0
  143. package/umd/Tooltip.js +15 -0
  144. package/umd/Transfer.js +49 -0
  145. package/umd/Tree.js +42 -0
  146. package/umd/Upload.js +56 -0
@@ -1,6 +1,6 @@
1
1
  import { _ as _defineProperty } from '../_verture/defineProperty-62acccfc.js';
2
- import { _ as _toConsumableArray } from '../_verture/toConsumableArray-87c7d895.js';
3
- import { _ as _slicedToArray } from '../_verture/slicedToArray-77980792.js';
2
+ import { _ as _toConsumableArray } from '../_verture/toConsumableArray-57dd2e23.js';
3
+ import { _ as _slicedToArray } from '../_verture/slicedToArray-708dbb18.js';
4
4
  import { jsxs, jsx } from 'react/jsx-runtime';
5
5
  import { useState, useRef, useEffect } from 'react';
6
6
  import clsx from 'clsx';
@@ -27,7 +27,7 @@ import 'rc-dropdown';
27
27
  import '../_verture/usePopupContainer-87febeb9.js';
28
28
  import 'dayjs';
29
29
  import '@paraview/lib';
30
- import '../_verture/index-06fea29b.js';
30
+ import '../_verture/index-beef914f.js';
31
31
  import '../Radio/index.js';
32
32
  import '../Checkbox/index.js';
33
33
  import '../Loading/index.js';
@@ -1,6 +1,6 @@
1
1
  import { _ as _typeof } from '../_verture/typeof-498dd2b1.js';
2
- import { _ as _toConsumableArray } from '../_verture/toConsumableArray-87c7d895.js';
3
- import { _ as _slicedToArray } from '../_verture/slicedToArray-77980792.js';
2
+ import { _ as _toConsumableArray } from '../_verture/toConsumableArray-57dd2e23.js';
3
+ import { _ as _slicedToArray } from '../_verture/slicedToArray-708dbb18.js';
4
4
  import { jsxs, jsx } from 'react/jsx-runtime';
5
5
  import { useState, useEffect } from 'react';
6
6
  import { TextField } from '../TextField/index.js';
package/Slider/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../_verture/defineProperty-62acccfc.js';
2
- import { _ as _slicedToArray } from '../_verture/slicedToArray-77980792.js';
2
+ import { _ as _slicedToArray } from '../_verture/slicedToArray-708dbb18.js';
3
3
  import { _ as _typeof } from '../_verture/typeof-498dd2b1.js';
4
4
  import { _ as __rest } from '../_verture/tslib.es6-55ed4bd2.js';
5
5
  import { jsx } from 'react/jsx-runtime';
package/Split/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { _ as _typeof } from '../_verture/typeof-498dd2b1.js';
2
- import { _ as _slicedToArray } from '../_verture/slicedToArray-77980792.js';
2
+ import { _ as _slicedToArray } from '../_verture/slicedToArray-708dbb18.js';
3
3
  import { jsxs, jsx } from 'react/jsx-runtime';
4
4
  import React__default from 'react';
5
5
  import { $ as $prefixCls } from '../_verture/constant-66aa48a1.js';
package/Switch/index.js CHANGED
@@ -10,7 +10,7 @@ import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
10
10
  import '../_verture/typeof-498dd2b1.js';
11
11
  import '../Help/index.js';
12
12
  import '../Tooltip/index.js';
13
- import '../_verture/slicedToArray-77980792.js';
13
+ import '../_verture/slicedToArray-708dbb18.js';
14
14
  import 'react';
15
15
  import 'rc-tooltip';
16
16
  import 'rc-tooltip/lib/placements';
package/Table/index.js CHANGED
@@ -1,7 +1,7 @@
1
- import { _ as _toConsumableArray } from '../_verture/toConsumableArray-87c7d895.js';
1
+ import { _ as _toConsumableArray } from '../_verture/toConsumableArray-57dd2e23.js';
2
2
  import { _ as _typeof } from '../_verture/typeof-498dd2b1.js';
3
- import { _ as _slicedToArray } from '../_verture/slicedToArray-77980792.js';
4
- import { r as regenerator } from '../_verture/index-06fea29b.js';
3
+ import { _ as _slicedToArray } from '../_verture/slicedToArray-708dbb18.js';
4
+ import { r as regenerator } from '../_verture/index-beef914f.js';
5
5
  import { _ as __rest, a as __awaiter } from '../_verture/tslib.es6-55ed4bd2.js';
6
6
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
7
7
  import { useRef, useState, useEffect, useMemo, useCallback, Fragment as Fragment$1 } from 'react';
@@ -380,7 +380,8 @@ var TableHead$1 = function TableHead(props) {
380
380
  lineWidth = props.lineWidth,
381
381
  dragColumn = props.dragColumn,
382
382
  changeColumnWidth = props.changeColumnWidth,
383
- headDataConfig = props.headDataConfig;
383
+ headDataConfig = props.headDataConfig,
384
+ getPopupContainer = props.getPopupContainer;
384
385
  var _useState = useState(false),
385
386
  _useState2 = _slicedToArray(_useState, 2),
386
387
  indeterminate = _useState2[0],
@@ -808,7 +809,10 @@ var TableHead$1 = function TableHead(props) {
808
809
  visible: filterHead.name === headCell.name,
809
810
  content: filterPopoverContent(),
810
811
  onVisibleChange: clickHideFilter,
811
- overlayClassName: str
812
+ overlayClassName: str,
813
+ getPopupContainer: getPopupContainer ? getPopupContainer : function () {
814
+ return document.body;
815
+ }
812
816
  }, {
813
817
  children: jsxs("div", Object.assign({
814
818
  className: handCellClass(headCell)
@@ -849,7 +853,7 @@ var TableHead$1 = function TableHead(props) {
849
853
  }))
850
854
  }), headCell.name || index);
851
855
  });
852
- }, [headData, sortTable, filter, orderFieldArr, orderTypeArr, align, filterHead, selectFilterCom, beyondText, selectFilter, fixedColumn, lineWidth, dragColumn, changeColumnWidth, headDataConfig]);
856
+ }, [headData, sortTable, filter, orderFieldArr, orderTypeArr, align, filterHead, selectFilterCom, beyondText, selectFilter, fixedColumn, lineWidth, dragColumn, changeColumnWidth, headDataConfig, getPopupContainer]);
853
857
  // 操作栏memo
854
858
  var TableOperateMemo = useMemo(function () {
855
859
  if (operate) {
@@ -952,7 +956,10 @@ var TableHead$1 = function TableHead(props) {
952
956
  visible: Boolean(anchorElColums),
953
957
  content: showListContent(),
954
958
  onVisibleChange: clickHideColums,
955
- overlayClassName: "".concat($prefixCls, "-table-show-colums-popover ").concat($prefixCls, "-scrollbar-small")
959
+ overlayClassName: "".concat($prefixCls, "-table-show-colums-popover ").concat($prefixCls, "-scrollbar-small"),
960
+ getPopupContainer: getPopupContainer ? getPopupContainer : function () {
961
+ return document.body;
962
+ }
956
963
  }, {
957
964
  children: jsx(ThElement, Object.assign({
958
965
  align: "center",
@@ -967,7 +974,7 @@ var TableHead$1 = function TableHead(props) {
967
974
  }))
968
975
  }))
969
976
  }));
970
- }, [showColumns, posFixed, operate, anchorElColums, showList, headDataJson]);
977
+ }, [showColumns, posFixed, operate, anchorElColums, showList, headDataJson, getPopupContainer]);
971
978
  // 处理class
972
979
  var handClass = function handClass() {
973
980
  var str = 'table-head';
@@ -1734,7 +1741,8 @@ var Table = function Table(propsInit) {
1734
1741
  searchKeyName = props.searchKeyName,
1735
1742
  filterSearchCallback = props.filterSearchCallback,
1736
1743
  onClickRow = props.onClickRow,
1737
- rowClassMapping = props.rowClassMapping;
1744
+ rowClassMapping = props.rowClassMapping,
1745
+ getPopupContainer = props.getPopupContainer;
1738
1746
  var intl = useFormatMessage('Table', localeJson);
1739
1747
  var dayNum = props.expirationTime ? props.expirationTime === 0 ? 100000000 : props.expirationTime : 7; // 过期天数
1740
1748
  var _useState = useState(props.page !== undefined ? props.page : 1),
@@ -2446,53 +2454,51 @@ var Table = function Table(propsInit) {
2446
2454
  return __awaiter(void 0, void 0, void 0, /*#__PURE__*/regenerator.mark(function _callee() {
2447
2455
  var _yield$requestFunc, data, err;
2448
2456
  return regenerator.wrap(function _callee$(_context) {
2449
- while (1) {
2450
- switch (_context.prev = _context.next) {
2451
- case 0:
2452
- obj.uuid = reqId;
2453
- if (props.loading === undefined) setLoadState(true);
2454
- _context.next = 4;
2455
- return requestFunc(obj);
2456
- case 4:
2457
- _yield$requestFunc = _context.sent;
2458
- data = _yield$requestFunc.data;
2459
- err = _yield$requestFunc.err;
2460
- if (!constData.current.isDestroy) {
2461
- _context.next = 9;
2462
- break;
2463
- }
2464
- return _context.abrupt("return");
2465
- case 9:
2466
- if (!err) {
2467
- _context.next = 13;
2468
- break;
2469
- }
2457
+ while (1) switch (_context.prev = _context.next) {
2458
+ case 0:
2459
+ obj.uuid = reqId;
2460
+ if (props.loading === undefined) setLoadState(true);
2461
+ _context.next = 4;
2462
+ return requestFunc(obj);
2463
+ case 4:
2464
+ _yield$requestFunc = _context.sent;
2465
+ data = _yield$requestFunc.data;
2466
+ err = _yield$requestFunc.err;
2467
+ if (!constData.current.isDestroy) {
2468
+ _context.next = 9;
2469
+ break;
2470
+ }
2471
+ return _context.abrupt("return");
2472
+ case 9:
2473
+ if (!err) {
2474
+ _context.next = 13;
2475
+ break;
2476
+ }
2477
+ if (props.loading === undefined) setLoadState(false);
2478
+ // cancel的接口不清除上次展示的数据
2479
+ if (!err.__CANCEL__) {
2480
+ setRowData([]);
2481
+ setTotal(0);
2482
+ setRowDataJson({});
2483
+ }
2484
+ return _context.abrupt("return", false);
2485
+ case 13:
2486
+ if (requestCallback) {
2487
+ requestCallback(data, function (handData) {
2488
+ if (handData) {
2489
+ if (handData.data) handData = handData.data;
2490
+ handReqData(handData);
2491
+ if (props.loading === undefined) setLoadState(false);
2492
+ }
2493
+ });
2494
+ } else {
2495
+ if (data.data) data = data.data;
2496
+ handReqData(data);
2470
2497
  if (props.loading === undefined) setLoadState(false);
2471
- // cancel的接口不清除上次展示的数据
2472
- if (!err.__CANCEL__) {
2473
- setRowData([]);
2474
- setTotal(0);
2475
- setRowDataJson({});
2476
- }
2477
- return _context.abrupt("return", false);
2478
- case 13:
2479
- if (requestCallback) {
2480
- requestCallback(data, function (handData) {
2481
- if (handData) {
2482
- if (handData.data) handData = handData.data;
2483
- handReqData(handData);
2484
- if (props.loading === undefined) setLoadState(false);
2485
- }
2486
- });
2487
- } else {
2488
- if (data.data) data = data.data;
2489
- handReqData(data);
2490
- if (props.loading === undefined) setLoadState(false);
2491
- }
2492
- case 14:
2493
- case "end":
2494
- return _context.stop();
2495
- }
2498
+ }
2499
+ case 14:
2500
+ case "end":
2501
+ return _context.stop();
2496
2502
  }
2497
2503
  }, _callee);
2498
2504
  }));
@@ -2807,9 +2813,10 @@ var Table = function Table(propsInit) {
2807
2813
  lineWidth: lineWidth,
2808
2814
  dragColumn: dragColumn,
2809
2815
  headDataConfig: headDataConfig,
2810
- changeColumnWidth: changeColumnWidth
2816
+ changeColumnWidth: changeColumnWidth,
2817
+ getPopupContainer: getPopupContainer
2811
2818
  });
2812
- }, [totalDataJson, showColumns, rowKey, rowData, checkJson, disabledJson, orderTypeArr, orderFieldArr, sortTable, filter, expandable, check, headSelectStatus, radio, align, showHeadList, headDataCom, selectFilterCom, operate, onClickColumns, sortTableRadio, fixedTable, posFixed, beyondText, fixedColumn, lineWidth, dragColumn, headDataConfig]);
2819
+ }, [totalDataJson, showColumns, rowKey, rowData, checkJson, disabledJson, orderTypeArr, orderFieldArr, sortTable, filter, expandable, check, headSelectStatus, radio, align, showHeadList, headDataCom, selectFilterCom, operate, onClickColumns, sortTableRadio, fixedTable, posFixed, beyondText, fixedColumn, lineWidth, dragColumn, headDataConfig, getPopupContainer]);
2813
2820
  // 表格内容memo
2814
2821
  var TableBodyMemo = useMemo(function () {
2815
2822
  return jsx(TableBody, {
@@ -259,6 +259,8 @@ export interface TableProps extends TableHeadBodyPublicProps {
259
259
  search?: any;
260
260
  filter?: any;
261
261
  }) => boolean;
262
+ /** 下拉框弹窗内容 */
263
+ getPopupContainer?: (triggerNode: HTMLElement) => HTMLElement;
262
264
  [key: string]: any;
263
265
  }
264
266
  export interface ExpandableRowItem {
@@ -32,4 +32,6 @@ export interface TableHeadProps extends TableHeadBodyPublicProps {
32
32
  changeFilter?: (val: any) => void;
33
33
  /** 改变拖拽列width */
34
34
  changeColumnWidth?: (headCell: HeadDataProps, result: DragResultProps) => void;
35
+ /** 下拉框弹窗内容 */
36
+ getPopupContainer?: (triggerNode: HTMLElement) => HTMLElement;
35
37
  }
package/Tabs/index.js CHANGED
@@ -13,7 +13,7 @@ import { u as useFormatMessage } from '../_verture/useFormatMessage-703f8b20.js'
13
13
  import { a as $rcPrefixCls, $ as $prefixCls } from '../_verture/constant-66aa48a1.js';
14
14
  import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
15
15
  import '../_verture/typeof-498dd2b1.js';
16
- import '../_verture/slicedToArray-77980792.js';
16
+ import '../_verture/slicedToArray-708dbb18.js';
17
17
  import '@para-ui/icons/CheckCircleF';
18
18
  import '@para-ui/icons/WarningCircle';
19
19
  import '@para-ui/icons/CloseCircleF';
package/Tag/index.js CHANGED
@@ -1,11 +1,11 @@
1
1
  import { _ as _defineProperty } from '../_verture/defineProperty-62acccfc.js';
2
- import { _ as _slicedToArray } from '../_verture/slicedToArray-77980792.js';
2
+ import { _ as _slicedToArray } from '../_verture/slicedToArray-708dbb18.js';
3
3
  import { _ as __rest } from '../_verture/tslib.es6-55ed4bd2.js';
4
4
  import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
5
5
  import { useState, useRef, useEffect } from 'react';
6
6
  import CloseIcon from '@para-ui/icons/Close';
7
7
  import clsx from 'clsx';
8
- import { _ as _toConsumableArray } from '../_verture/toConsumableArray-87c7d895.js';
8
+ import { _ as _toConsumableArray } from '../_verture/toConsumableArray-57dd2e23.js';
9
9
  import { _ as _typeof } from '../_verture/typeof-498dd2b1.js';
10
10
  import { $ as $prefixCls } from '../_verture/constant-66aa48a1.js';
11
11
  import AutoTips from '../AutoTips/index.js';
@@ -1,4 +1,4 @@
1
- import { _ as _slicedToArray } from '../_verture/slicedToArray-77980792.js';
1
+ import { _ as _slicedToArray } from '../_verture/slicedToArray-708dbb18.js';
2
2
  import { jsx, jsxs } from 'react/jsx-runtime';
3
3
  import { forwardRef, useState, useEffect, useImperativeHandle, useMemo } from 'react';
4
4
  import Label from '../Label/index.js';
@@ -1,5 +1,5 @@
1
1
  import { _ as _typeof } from '../_verture/typeof-498dd2b1.js';
2
- import { _ as _slicedToArray } from '../_verture/slicedToArray-77980792.js';
2
+ import { _ as _slicedToArray } from '../_verture/slicedToArray-708dbb18.js';
3
3
  import { _ as __rest } from '../_verture/tslib.es6-55ed4bd2.js';
4
4
  import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
5
5
  import { useState, useRef, useEffect, useMemo } from 'react';
@@ -5,7 +5,7 @@ import DatePicker from '../DatePicker/index.js';
5
5
  import 'rc-picker/es/generate/dayjs';
6
6
  import '../Button/index.js';
7
7
  import '../_verture/typeof-498dd2b1.js';
8
- import '../_verture/slicedToArray-77980792.js';
8
+ import '../_verture/slicedToArray-708dbb18.js';
9
9
  import 'clsx';
10
10
  import '@para-ui/icons/LoadingF';
11
11
  import '@para-ui/icons/Forbid';
@@ -25,7 +25,7 @@ import '@para-ui/core/GlobalContext';
25
25
  import '../Tag/index.js';
26
26
  import '../_verture/defineProperty-62acccfc.js';
27
27
  import '@para-ui/icons/Close';
28
- import '../_verture/toConsumableArray-87c7d895.js';
28
+ import '../_verture/toConsumableArray-57dd2e23.js';
29
29
  import '../AutoTips/index.js';
30
30
  import '@para-ui/icons/Plus';
31
31
  import 'rc-picker';
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../_verture/defineProperty-62acccfc.js';
2
- import { _ as _slicedToArray } from '../_verture/slicedToArray-77980792.js';
2
+ import { _ as _slicedToArray } from '../_verture/slicedToArray-708dbb18.js';
3
3
  import { _ as __rest } from '../_verture/tslib.es6-55ed4bd2.js';
4
4
  import { jsx, Fragment } from 'react/jsx-runtime';
5
5
  import { useState, useRef, useLayoutEffect } from 'react';
package/Tooltip/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { _ as _slicedToArray } from '../_verture/slicedToArray-77980792.js';
1
+ import { _ as _slicedToArray } from '../_verture/slicedToArray-708dbb18.js';
2
2
  import { _ as __rest } from '../_verture/tslib.es6-55ed4bd2.js';
3
3
  import { jsx } from 'react/jsx-runtime';
4
4
  import React__default from 'react';