@para-ui/core 4.0.52 → 4.0.53
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.
- package/Cascader/index.js +4 -5
- package/ComboSelect/index.js +3 -4
- package/CycleSelector/index.js +1 -4
- package/DatePicker/index.js +1 -4
- package/DynamicMultiBox/index.js +3 -4
- package/Form/index.js +3 -4
- package/FormItem/index.js +3 -4
- package/FunctionModal/index.js +2 -2
- package/Image/index.js +2 -3
- package/README.md +5 -0
- package/Stepper/index.js +1 -1
- package/Table/index.js +433 -498
- package/Tabs/index.js +2 -2
- package/Tag/index.js +55 -87
- package/TimePicker/index.js +1 -4
- package/Timeline/index.js +1 -2
- package/ToggleButton/index.js +1 -2
- package/Tooltip/index.js +26 -27
- package/Tree/index.js +3 -4
- package/Upload/index.js +2 -3
- package/_verture/{Portal-f9bedb3a.js → Portal-42560ff0.js} +1 -2
- package/_verture/{defineProperty-6f62bb2a.js → defineProperty-f0e15205.js} +10 -2
- package/_verture/{index-5b0d1c7d.js → index-063009f8.js} +2 -3
- package/_verture/{index-ba8815d0.js → index-d728b0ce.js} +1 -2
- package/index.js +6 -7
- package/package.json +1 -1
- package/umd/ComboSelect.js +1 -1
- package/umd/DynamicMultiBox.js +1 -1
- package/umd/Form.js +1 -1
- package/umd/FormItem.js +1 -1
- package/umd/Table.js +1 -1
- package/_verture/typeof-adeedc13.js +0 -11
- /package/_verture/{index-887e5e11.js → index-f30ae73e.js} +0 -0
- /package/_verture/{modalContext-f68b51a2.js → modalContext-8a48c400.js} +0 -0
package/Cascader/index.js
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import { C as Cascader } from '../_verture/index-
|
|
2
|
-
export { C as default } from '../_verture/index-
|
|
1
|
+
import { C as Cascader } from '../_verture/index-063009f8.js';
|
|
2
|
+
export { C as default } from '../_verture/index-063009f8.js';
|
|
3
3
|
import '../_verture/tslib.es6-55ed4bd2.js';
|
|
4
4
|
import 'react/jsx-runtime';
|
|
5
|
-
import '../_verture/Portal-
|
|
5
|
+
import '../_verture/Portal-42560ff0.js';
|
|
6
6
|
import '../_verture/slicedToArray-75fa4188.js';
|
|
7
7
|
import 'react';
|
|
8
8
|
import 'react-dom';
|
|
9
|
-
import '../_verture/
|
|
9
|
+
import '../_verture/defineProperty-f0e15205.js';
|
|
10
10
|
import '../_verture/toConsumableArray-c7a8028f.js';
|
|
11
|
-
import '../_verture/defineProperty-6f62bb2a.js';
|
|
12
11
|
import 'rc-motion';
|
|
13
12
|
import 'clsx';
|
|
14
13
|
import '../_verture/typeof-6ec38efd.js';
|
package/ComboSelect/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import SearchIcon from '@para-ui/icons/Search';
|
|
|
6
6
|
import Close from '@para-ui/icons/Close';
|
|
7
7
|
import CloseCircleF from '@para-ui/icons/CloseCircleF';
|
|
8
8
|
import Table from '../Table/index.js';
|
|
9
|
-
import { T as Tree } from '../_verture/index-
|
|
9
|
+
import { T as Tree } from '../_verture/index-d728b0ce.js';
|
|
10
10
|
import { Button } from '../Button/index.js';
|
|
11
11
|
import { D as Dropdown } from '../_verture/index-bde7aabe.js';
|
|
12
12
|
import { Popover } from '../Popover/index.js';
|
|
@@ -24,8 +24,6 @@ import { $ as $prefixCls } from '../_verture/constant-5317fc89.js';
|
|
|
24
24
|
import { Search } from '../Search/index.js';
|
|
25
25
|
import LoadingOutlined from '@para-ui/icons/LoadingF';
|
|
26
26
|
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
27
|
-
import '../_verture/typeof-adeedc13.js';
|
|
28
|
-
import '../_verture/slicedToArray-75fa4188.js';
|
|
29
27
|
import '../Checkbox/index.js';
|
|
30
28
|
import '../Help/index.js';
|
|
31
29
|
import '@para-ui/icons/Help';
|
|
@@ -37,7 +35,6 @@ import '@para-ui/icons/UpTriangleF';
|
|
|
37
35
|
import '@para-ui/icons/DownTriangleF';
|
|
38
36
|
import '@para-ui/icons/Panel';
|
|
39
37
|
import '../Empty/index.js';
|
|
40
|
-
import '../_verture/defineProperty-6f62bb2a.js';
|
|
41
38
|
import '../_verture/index-0f5ee6f7.js';
|
|
42
39
|
import '../_verture/sortable.esm-76fe46a4.js';
|
|
43
40
|
import '../Radio/index.js';
|
|
@@ -64,6 +61,8 @@ import '@para-ui/icons/DoubleLeft';
|
|
|
64
61
|
import '@para-ui/icons/DoubleRight';
|
|
65
62
|
import '../ScrollBar/index.js';
|
|
66
63
|
import '../_verture/toConsumableArray-c7a8028f.js';
|
|
64
|
+
import '../_verture/slicedToArray-75fa4188.js';
|
|
65
|
+
import '../_verture/defineProperty-f0e15205.js';
|
|
67
66
|
import '../_verture/index-8ac46bd9.js';
|
|
68
67
|
import '../_verture/typeof-6ec38efd.js';
|
|
69
68
|
import 'rc-tree';
|
package/CycleSelector/index.js
CHANGED
|
@@ -19,9 +19,6 @@ import 'rc-picker/es/generate/dayjs';
|
|
|
19
19
|
import '../Tag/index.js';
|
|
20
20
|
import '../_verture/tslib.es6-55ed4bd2.js';
|
|
21
21
|
import '@para-ui/icons/EditOutline';
|
|
22
|
-
import '../_verture/toConsumableArray-c7a8028f.js';
|
|
23
|
-
import '../_verture/slicedToArray-75fa4188.js';
|
|
24
|
-
import '../_verture/typeof-adeedc13.js';
|
|
25
22
|
import '../AutoTips/index.js';
|
|
26
23
|
import '../Tooltip/index.js';
|
|
27
24
|
import 'rc-tooltip';
|
|
@@ -31,7 +28,7 @@ import '@paraview/lib';
|
|
|
31
28
|
import '../_verture/tinycolor-ece3542d.js';
|
|
32
29
|
import '../_verture/useGlobalProps-4ae1a007.js';
|
|
33
30
|
import '@para-ui/icons/Plus';
|
|
34
|
-
import '../_verture/defineProperty-
|
|
31
|
+
import '../_verture/defineProperty-f0e15205.js';
|
|
35
32
|
import 'rc-picker';
|
|
36
33
|
import '@para-ui/icons/CloseCircleF';
|
|
37
34
|
import '@para-ui/icons/Calendar';
|
package/DatePicker/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import dayjsGenerateConfig from 'rc-picker/es/generate/dayjs';
|
|
|
2
2
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
3
3
|
import { Button } from '../Button/index.js';
|
|
4
4
|
import { Tag } from '../Tag/index.js';
|
|
5
|
-
import {
|
|
5
|
+
import { a as _defineProperty } from '../_verture/defineProperty-f0e15205.js';
|
|
6
6
|
import { _ as __rest } from '../_verture/tslib.es6-55ed4bd2.js';
|
|
7
7
|
import React__default, { forwardRef, useImperativeHandle } from 'react';
|
|
8
8
|
import clsx from 'clsx';
|
|
@@ -33,9 +33,6 @@ import '../_verture/usePopupContainer-635f66f4.js';
|
|
|
33
33
|
import 'dayjs';
|
|
34
34
|
import '@para-ui/icons/Close';
|
|
35
35
|
import '@para-ui/icons/EditOutline';
|
|
36
|
-
import '../_verture/toConsumableArray-c7a8028f.js';
|
|
37
|
-
import '../_verture/slicedToArray-75fa4188.js';
|
|
38
|
-
import '../_verture/typeof-adeedc13.js';
|
|
39
36
|
import '../_verture/tinycolor-ece3542d.js';
|
|
40
37
|
import '../_verture/useGlobalProps-4ae1a007.js';
|
|
41
38
|
import '@para-ui/icons/Plus';
|
package/DynamicMultiBox/index.js
CHANGED
|
@@ -52,13 +52,10 @@ import '@para-ui/icons/Up';
|
|
|
52
52
|
import '../MultiBox/index.js';
|
|
53
53
|
import '@para-ui/icons/Internet';
|
|
54
54
|
import '../Table/index.js';
|
|
55
|
-
import '../_verture/typeof-adeedc13.js';
|
|
56
|
-
import '../_verture/slicedToArray-75fa4188.js';
|
|
57
55
|
import '../Button/index.js';
|
|
58
56
|
import '@para-ui/icons/ScreenF';
|
|
59
57
|
import '@para-ui/icons/UpTriangleF';
|
|
60
58
|
import '@para-ui/icons/DownTriangleF';
|
|
61
|
-
import '../_verture/defineProperty-6f62bb2a.js';
|
|
62
59
|
import '../Radio/index.js';
|
|
63
60
|
import '../OperateBtn/index.js';
|
|
64
61
|
import '@para-ui/icons/More';
|
|
@@ -74,8 +71,10 @@ import '@para-ui/icons/Right';
|
|
|
74
71
|
import '@para-ui/icons/DoubleLeft';
|
|
75
72
|
import '@para-ui/icons/DoubleRight';
|
|
76
73
|
import '../ScrollBar/index.js';
|
|
77
|
-
import '../_verture/index-
|
|
74
|
+
import '../_verture/index-d728b0ce.js';
|
|
78
75
|
import '../_verture/toConsumableArray-c7a8028f.js';
|
|
76
|
+
import '../_verture/slicedToArray-75fa4188.js';
|
|
77
|
+
import '../_verture/defineProperty-f0e15205.js';
|
|
79
78
|
import '../_verture/index-8ac46bd9.js';
|
|
80
79
|
import '../_verture/typeof-6ec38efd.js';
|
|
81
80
|
import 'rc-tree';
|
package/Form/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { DeepClone } from '@paraview/lib';
|
|
3
3
|
import React__default from 'react';
|
|
4
|
-
import { F as FormItem, l as localeJson, v as validate } from '../_verture/index-
|
|
4
|
+
import { F as FormItem, l as localeJson, v as validate } from '../_verture/index-f30ae73e.js';
|
|
5
5
|
import { $ as $prefixCls } from '../_verture/constant-5317fc89.js';
|
|
6
6
|
import { u as useFormatMessage } from '../_verture/useFormatMessage-1fc7c957.js';
|
|
7
7
|
import '../TextField/index.js';
|
|
@@ -51,12 +51,10 @@ import 'rc-input-number';
|
|
|
51
51
|
import '@para-ui/icons/Up';
|
|
52
52
|
import '../ComboSelect/index.js';
|
|
53
53
|
import '../Table/index.js';
|
|
54
|
-
import '../_verture/typeof-adeedc13.js';
|
|
55
54
|
import '@para-ui/icons/ScreenF';
|
|
56
55
|
import '@para-ui/icons/UpTriangleF';
|
|
57
56
|
import '@para-ui/icons/DownTriangleF';
|
|
58
57
|
import '@para-ui/icons/Panel';
|
|
59
|
-
import '../_verture/defineProperty-6f62bb2a.js';
|
|
60
58
|
import '../_verture/index-0f5ee6f7.js';
|
|
61
59
|
import '../_verture/sortable.esm-76fe46a4.js';
|
|
62
60
|
import '../OperateBtn/index.js';
|
|
@@ -74,8 +72,9 @@ import '@para-ui/icons/Right';
|
|
|
74
72
|
import '@para-ui/icons/DoubleLeft';
|
|
75
73
|
import '@para-ui/icons/DoubleRight';
|
|
76
74
|
import '../ScrollBar/index.js';
|
|
77
|
-
import '../_verture/index-
|
|
75
|
+
import '../_verture/index-d728b0ce.js';
|
|
78
76
|
import '../_verture/toConsumableArray-c7a8028f.js';
|
|
77
|
+
import '../_verture/defineProperty-f0e15205.js';
|
|
79
78
|
import '../_verture/index-8ac46bd9.js';
|
|
80
79
|
import '../_verture/typeof-6ec38efd.js';
|
|
81
80
|
import 'rc-tree';
|
package/FormItem/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import 'react/jsx-runtime';
|
|
2
2
|
import 'react';
|
|
3
|
-
export { F as default } from '../_verture/index-
|
|
3
|
+
export { F as default } from '../_verture/index-f30ae73e.js';
|
|
4
4
|
import 'clsx';
|
|
5
5
|
import '../Label/index.js';
|
|
6
6
|
import '../_verture/constant-5317fc89.js';
|
|
@@ -51,12 +51,10 @@ import 'rc-input-number';
|
|
|
51
51
|
import '@para-ui/icons/Up';
|
|
52
52
|
import '../ComboSelect/index.js';
|
|
53
53
|
import '../Table/index.js';
|
|
54
|
-
import '../_verture/typeof-adeedc13.js';
|
|
55
54
|
import '@para-ui/icons/ScreenF';
|
|
56
55
|
import '@para-ui/icons/UpTriangleF';
|
|
57
56
|
import '@para-ui/icons/DownTriangleF';
|
|
58
57
|
import '@para-ui/icons/Panel';
|
|
59
|
-
import '../_verture/defineProperty-6f62bb2a.js';
|
|
60
58
|
import '../_verture/index-0f5ee6f7.js';
|
|
61
59
|
import '../_verture/sortable.esm-76fe46a4.js';
|
|
62
60
|
import '../OperateBtn/index.js';
|
|
@@ -74,8 +72,9 @@ import '@para-ui/icons/Right';
|
|
|
74
72
|
import '@para-ui/icons/DoubleLeft';
|
|
75
73
|
import '@para-ui/icons/DoubleRight';
|
|
76
74
|
import '../ScrollBar/index.js';
|
|
77
|
-
import '../_verture/index-
|
|
75
|
+
import '../_verture/index-d728b0ce.js';
|
|
78
76
|
import '../_verture/toConsumableArray-c7a8028f.js';
|
|
77
|
+
import '../_verture/defineProperty-f0e15205.js';
|
|
79
78
|
import '../_verture/index-8ac46bd9.js';
|
|
80
79
|
import '../_verture/typeof-6ec38efd.js';
|
|
81
80
|
import 'rc-tree';
|
package/FunctionModal/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { u as useModal } from '../_verture/modalContext-
|
|
2
|
-
export { F as FunctionModalProvider, u as default, a as useClose } from '../_verture/modalContext-
|
|
1
|
+
import { u as useModal } from '../_verture/modalContext-8a48c400.js';
|
|
2
|
+
export { F as FunctionModalProvider, u as default, a as useClose } from '../_verture/modalContext-8a48c400.js';
|
|
3
3
|
import '../_verture/tslib.es6-55ed4bd2.js';
|
|
4
4
|
import 'react/jsx-runtime';
|
|
5
5
|
import 'react';
|
package/Image/index.js
CHANGED
|
@@ -2,10 +2,9 @@ import { _ as __rest } from '../_verture/tslib.es6-55ed4bd2.js';
|
|
|
2
2
|
import { jsx } from 'react/jsx-runtime';
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import React__default, { useState, useRef, useEffect, useContext, useMemo } from 'react';
|
|
5
|
-
import { i as warningOnce, d as wrapperRaf, _ as _objectSpread2, w as warning, c as clsx, P as Portal, K as KeyCode, b as _objectWithoutProperties, a as _extends, j as useMergedState } from '../_verture/Portal-
|
|
6
|
-
import { _ as _defineProperty } from '../_verture/defineProperty-
|
|
5
|
+
import { i as warningOnce, d as wrapperRaf, _ as _objectSpread2, w as warning, c as clsx, P as Portal, K as KeyCode, b as _objectWithoutProperties, a as _extends, j as useMergedState } from '../_verture/Portal-42560ff0.js';
|
|
6
|
+
import { _ as _typeof, a as _defineProperty } from '../_verture/defineProperty-f0e15205.js';
|
|
7
7
|
import { _ as _slicedToArray } from '../_verture/slicedToArray-75fa4188.js';
|
|
8
|
-
import { _ as _typeof } from '../_verture/typeof-adeedc13.js';
|
|
9
8
|
import Dialog from 'rc-dialog';
|
|
10
9
|
import ReactDOM from 'react-dom';
|
|
11
10
|
import CSSMotion from 'rc-motion';
|
package/README.md
CHANGED