@para-ui/core 4.0.80 → 4.0.82
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 +6 -7
- 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/FieldForm/index.js +4 -5
- package/Form/index.js +3 -4
- package/FormItem/index.js +3 -4
- package/Image/index.js +4 -5
- package/InputCode/index.js +5 -0
- package/README.md +12 -0
- package/Table/index.js +496 -432
- package/Tabs/index.js +2 -2
- package/Tag/index.js +55 -87
- package/TextEditor/index.js +3 -3
- package/TimePicker/index.js +1 -4
- package/Timeline/index.js +1 -2
- package/ToggleButton/index.js +1 -2
- package/Tree/index.js +3 -4
- package/Upload/index.js +4 -5
- package/_verture/{Portal-502bb85e.js → Portal-274c5bd8.js} +2 -2
- package/_verture/{defineProperty-6f62bb2a.js → defineProperty-f0e15205.js} +10 -2
- package/_verture/{index-78f0f0e7.js → index-99b02582.js} +4 -5
- package/_verture/{index-1856bbeb.js → index-9e4b0e32.js} +1 -1
- package/_verture/{index-89fab47e.js → index-dfb6ceb9.js} +1 -15
- package/_verture/{isEqual-30b6f859.js → isEqual-38aa74f9.js} +2 -2
- package/_verture/{useState-f2419d68.js → useState-05fc6660.js} +2 -3
- package/index.js +8 -9
- package/package.json +9 -1
- package/umd/Anchor.js +6 -6
- package/umd/Argv.js +7 -7
- package/umd/AutoButton.js +4 -4
- package/umd/AutoTips.js +2 -2
- package/umd/Breadcrumbs.js +4 -4
- package/umd/Button.js +3 -3
- package/umd/ButtonGroup.js +6 -6
- package/umd/Card.js +1 -1
- package/umd/Cascader.js +3 -3
- package/umd/ComboSelect.js +3 -3
- package/umd/ContentBox.js +1 -1
- package/umd/CopyText.js +3 -3
- package/umd/CycleSelector.js +3 -3
- package/umd/DatePicker.js +3 -3
- package/umd/Descriptions.js +4 -4
- package/umd/Desktop.js +4 -4
- package/umd/DragVerify.js +1 -1
- package/umd/Drawer.js +3 -3
- package/umd/Dropdown.js +1 -1
- package/umd/DynamicMultiBox.js +3 -3
- package/umd/Empty.js +1 -1
- package/umd/FieldForm.js +3 -3
- package/umd/Form.js +4 -4
- package/umd/FormItem.js +3 -3
- package/umd/FunctionModal.js +4 -4
- package/umd/GlobalContext.js +1 -1
- package/umd/InputCode.js +6 -6
- package/umd/InputLang.js +4 -4
- package/umd/Menu.js +4 -4
- package/umd/Modal.js +3 -3
- package/umd/MultiBox.js +7 -7
- package/umd/OperateBtn.js +6 -6
- package/umd/PageHeader.js +5 -5
- package/umd/Pagination.js +3 -3
- package/umd/ParauiProvider.js +1 -1
- package/umd/PopConfirm.js +3 -3
- package/umd/PopMenu.js +4 -4
- package/umd/Querying.js +1 -1
- package/umd/QuickReply.js +3 -3
- package/umd/Result.js +3 -3
- package/umd/Search.js +4 -4
- package/umd/Select.js +4 -4
- package/umd/SelectInput.js +4 -4
- package/umd/Selector.js +3 -3
- package/umd/SelectorPicker.js +4 -4
- package/umd/SingleBox.js +4 -4
- package/umd/Stepper.js +4 -4
- package/umd/Switch.js +3 -3
- package/umd/Table.js +3 -3
- package/umd/Tabs.js +4 -4
- package/umd/Tag.js +4 -4
- package/umd/TextEditor.js +16 -16
- package/umd/TextField.js +4 -4
- package/umd/TimePicker.js +2 -2
- package/umd/Title.js +5 -5
- package/umd/ToggleButton.js +4 -4
- package/umd/Transfer.js +3 -3
- package/umd/Tree.js +3 -3
- package/umd/Upload.js +8 -8
- package/_verture/typeof-adeedc13.js +0 -11
- /package/_verture/{index-4d002b2e.js → index-c1fb596a.js} +0 -0
package/Cascader/index.js
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
import { C as Cascader } from '../_verture/index-
|
|
2
|
-
export { C as default } from '../_verture/index-
|
|
1
|
+
import { C as Cascader } from '../_verture/index-99b02582.js';
|
|
2
|
+
export { C as default } from '../_verture/index-99b02582.js';
|
|
3
3
|
import '../_verture/tslib.es6-55ed4bd2.js';
|
|
4
4
|
import 'react/jsx-runtime';
|
|
5
|
-
import '../_verture/index-
|
|
6
|
-
import '../_verture/defineProperty-
|
|
7
|
-
import '../_verture/typeof-adeedc13.js';
|
|
5
|
+
import '../_verture/index-9e4b0e32.js';
|
|
6
|
+
import '../_verture/defineProperty-f0e15205.js';
|
|
8
7
|
import '../_verture/toConsumableArray-599cd94a.js';
|
|
9
8
|
import '../_verture/slicedToArray-61604a6c.js';
|
|
10
|
-
import '../_verture/Portal-
|
|
9
|
+
import '../_verture/Portal-274c5bd8.js';
|
|
11
10
|
import 'react';
|
|
12
11
|
import 'react-dom';
|
|
13
|
-
import '../_verture/useState-
|
|
12
|
+
import '../_verture/useState-05fc6660.js';
|
|
14
13
|
import '../_verture/typeof-6ec38efd.js';
|
|
15
14
|
import 'rc-motion';
|
|
16
15
|
import 'clsx';
|
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-dfb6ceb9.js';
|
|
10
10
|
import { B as Button } from '../_verture/index-98ae8a30.js';
|
|
11
11
|
import { D as Dropdown } from '../_verture/index-bde7aabe.js';
|
|
12
12
|
import { Popover } from '../Popover/index.js';
|
|
@@ -24,6 +24,8 @@ 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/defineProperty-f0e15205.js';
|
|
28
|
+
import '../_verture/slicedToArray-61604a6c.js';
|
|
27
29
|
import '../Checkbox/index.js';
|
|
28
30
|
import '../Help/index.js';
|
|
29
31
|
import '@para-ui/icons/Help';
|
|
@@ -57,9 +59,6 @@ import '@para-ui/icons/DoubleRight';
|
|
|
57
59
|
import '../ScrollBar/index.js';
|
|
58
60
|
import '../_verture/useResizeObserver-edda059a.js';
|
|
59
61
|
import '../_verture/toConsumableArray-599cd94a.js';
|
|
60
|
-
import '../_verture/slicedToArray-61604a6c.js';
|
|
61
|
-
import '../_verture/defineProperty-6f62bb2a.js';
|
|
62
|
-
import '../_verture/typeof-adeedc13.js';
|
|
63
62
|
import '../_verture/index-8ac46bd9.js';
|
|
64
63
|
import '../_verture/typeof-6ec38efd.js';
|
|
65
64
|
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-599cd94a.js';
|
|
23
|
-
import '../_verture/slicedToArray-61604a6c.js';
|
|
24
|
-
import '../_verture/typeof-adeedc13.js';
|
|
25
22
|
import '../AutoTips/index.js';
|
|
26
23
|
import '../Tooltip/index.js';
|
|
27
24
|
import 'rc-tooltip';
|
|
@@ -32,7 +29,7 @@ import '../_verture/useResizeObserver-edda059a.js';
|
|
|
32
29
|
import '../_verture/tinycolor-ece3542d.js';
|
|
33
30
|
import '../_verture/useGlobalProps-4ae1a007.js';
|
|
34
31
|
import '@para-ui/icons/Plus';
|
|
35
|
-
import '../_verture/defineProperty-
|
|
32
|
+
import '../_verture/defineProperty-f0e15205.js';
|
|
36
33
|
import 'rc-picker';
|
|
37
34
|
import '@para-ui/icons/CloseCircleF';
|
|
38
35
|
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 { B as Button } from '../_verture/index-98ae8a30.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';
|
|
@@ -35,9 +35,6 @@ import '@para-ui/icons/WarningCircleF';
|
|
|
35
35
|
import '../_verture/usePopupContainer-635f66f4.js';
|
|
36
36
|
import '@para-ui/icons/Close';
|
|
37
37
|
import '@para-ui/icons/EditOutline';
|
|
38
|
-
import '../_verture/toConsumableArray-599cd94a.js';
|
|
39
|
-
import '../_verture/slicedToArray-61604a6c.js';
|
|
40
|
-
import '../_verture/typeof-adeedc13.js';
|
|
41
38
|
import '../_verture/tinycolor-ece3542d.js';
|
|
42
39
|
import '../_verture/useGlobalProps-4ae1a007.js';
|
|
43
40
|
import '@para-ui/icons/Plus';
|
package/DynamicMultiBox/index.js
CHANGED
|
@@ -52,6 +52,8 @@ 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/defineProperty-f0e15205.js';
|
|
56
|
+
import '../_verture/slicedToArray-61604a6c.js';
|
|
55
57
|
import '../_verture/index-98ae8a30.js';
|
|
56
58
|
import '@para-ui/icons/CheckCircleF';
|
|
57
59
|
import '@para-ui/icons/WarningCircle';
|
|
@@ -71,11 +73,8 @@ import '@para-ui/icons/DoubleLeft';
|
|
|
71
73
|
import '@para-ui/icons/DoubleRight';
|
|
72
74
|
import '../ScrollBar/index.js';
|
|
73
75
|
import '../_verture/useResizeObserver-edda059a.js';
|
|
74
|
-
import '../_verture/index-
|
|
76
|
+
import '../_verture/index-dfb6ceb9.js';
|
|
75
77
|
import '../_verture/toConsumableArray-599cd94a.js';
|
|
76
|
-
import '../_verture/slicedToArray-61604a6c.js';
|
|
77
|
-
import '../_verture/defineProperty-6f62bb2a.js';
|
|
78
|
-
import '../_verture/typeof-adeedc13.js';
|
|
79
78
|
import '../_verture/index-8ac46bd9.js';
|
|
80
79
|
import '../_verture/typeof-6ec38efd.js';
|
|
81
80
|
import 'rc-tree';
|
package/FieldForm/index.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
|
|
2
2
|
import * as React$1 from 'react';
|
|
3
3
|
import React__default, { useRef, useState, useMemo as useMemo$2, useContext, useEffect, createContext, isValidElement, forwardRef, useImperativeHandle, memo, useLayoutEffect, Children, cloneElement } from 'react';
|
|
4
|
-
import { _ as _objectSpread2, d as warningOnce, b as _objectWithoutProperties, a as _extends, c as clsx, r as reactIs } from '../_verture/index-
|
|
5
|
-
import { _ as _typeof } from '../_verture/
|
|
4
|
+
import { _ as _objectSpread2, d as warningOnce, b as _objectWithoutProperties, a as _extends, c as clsx, r as reactIs } from '../_verture/index-9e4b0e32.js';
|
|
5
|
+
import { _ as _typeof, a as _defineProperty } from '../_verture/defineProperty-f0e15205.js';
|
|
6
6
|
import { _ as _toConsumableArray } from '../_verture/toConsumableArray-599cd94a.js';
|
|
7
|
-
import { d as _toArray, g as _isNativeReflectConstruct, h as _setPrototypeOf, j as _getPrototypeOf, _ as _inherits, a as _createSuper, b as _classCallCheck, k as _assertThisInitialized, c as _createClass, t as toArray$4, e as interopRequireWildcard, i as interopRequireDefault, l as default_1$2, m as _default$2 } from '../_verture/useState-
|
|
8
|
-
import {
|
|
9
|
-
import { i as isEqual } from '../_verture/isEqual-30b6f859.js';
|
|
7
|
+
import { d as _toArray, g as _isNativeReflectConstruct, h as _setPrototypeOf, j as _getPrototypeOf, _ as _inherits, a as _createSuper, b as _classCallCheck, k as _assertThisInitialized, c as _createClass, t as toArray$4, e as interopRequireWildcard, i as interopRequireDefault, l as default_1$2, m as _default$2 } from '../_verture/useState-05fc6660.js';
|
|
8
|
+
import { i as isEqual } from '../_verture/isEqual-38aa74f9.js';
|
|
10
9
|
import { _ as _slicedToArray } from '../_verture/slicedToArray-61604a6c.js';
|
|
11
10
|
import { _ as __rest } from '../_verture/tslib.es6-55ed4bd2.js';
|
|
12
11
|
import { $ as $prefixCls } from '../_verture/constant-5317fc89.js';
|
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-c1fb596a.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';
|
|
@@ -55,6 +55,7 @@ import 'rc-input-number';
|
|
|
55
55
|
import '@para-ui/icons/Up';
|
|
56
56
|
import '../ComboSelect/index.js';
|
|
57
57
|
import '../Table/index.js';
|
|
58
|
+
import '../_verture/defineProperty-f0e15205.js';
|
|
58
59
|
import '@para-ui/icons/ScreenF';
|
|
59
60
|
import '@para-ui/icons/UpTriangleF';
|
|
60
61
|
import '@para-ui/icons/DownTriangleF';
|
|
@@ -72,10 +73,8 @@ import '@para-ui/icons/Right';
|
|
|
72
73
|
import '@para-ui/icons/DoubleLeft';
|
|
73
74
|
import '@para-ui/icons/DoubleRight';
|
|
74
75
|
import '../ScrollBar/index.js';
|
|
75
|
-
import '../_verture/index-
|
|
76
|
+
import '../_verture/index-dfb6ceb9.js';
|
|
76
77
|
import '../_verture/toConsumableArray-599cd94a.js';
|
|
77
|
-
import '../_verture/defineProperty-6f62bb2a.js';
|
|
78
|
-
import '../_verture/typeof-adeedc13.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-c1fb596a.js';
|
|
4
4
|
import 'clsx';
|
|
5
5
|
import '../Label/index.js';
|
|
6
6
|
import '../_verture/constant-5317fc89.js';
|
|
@@ -55,6 +55,7 @@ import 'rc-input-number';
|
|
|
55
55
|
import '@para-ui/icons/Up';
|
|
56
56
|
import '../ComboSelect/index.js';
|
|
57
57
|
import '../Table/index.js';
|
|
58
|
+
import '../_verture/defineProperty-f0e15205.js';
|
|
58
59
|
import '@para-ui/icons/ScreenF';
|
|
59
60
|
import '@para-ui/icons/UpTriangleF';
|
|
60
61
|
import '@para-ui/icons/DownTriangleF';
|
|
@@ -72,10 +73,8 @@ import '@para-ui/icons/Right';
|
|
|
72
73
|
import '@para-ui/icons/DoubleLeft';
|
|
73
74
|
import '@para-ui/icons/DoubleRight';
|
|
74
75
|
import '../ScrollBar/index.js';
|
|
75
|
-
import '../_verture/index-
|
|
76
|
+
import '../_verture/index-dfb6ceb9.js';
|
|
76
77
|
import '../_verture/toConsumableArray-599cd94a.js';
|
|
77
|
-
import '../_verture/defineProperty-6f62bb2a.js';
|
|
78
|
-
import '../_verture/typeof-adeedc13.js';
|
|
79
78
|
import '../_verture/index-8ac46bd9.js';
|
|
80
79
|
import '../_verture/typeof-6ec38efd.js';
|
|
81
80
|
import 'rc-tree';
|
package/Image/index.js
CHANGED
|
@@ -2,14 +2,13 @@ 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 { _ as _objectSpread2, w as warning, c as clsx, b as _objectWithoutProperties, a as _extends } from '../_verture/index-
|
|
6
|
-
import {
|
|
5
|
+
import { _ as _objectSpread2, w as warning, c as clsx, b as _objectWithoutProperties, a as _extends } from '../_verture/index-9e4b0e32.js';
|
|
6
|
+
import { a as _defineProperty, _ as _typeof } from '../_verture/defineProperty-f0e15205.js';
|
|
7
7
|
import { _ as _slicedToArray } from '../_verture/slicedToArray-61604a6c.js';
|
|
8
|
-
import {
|
|
9
|
-
import { w as wrapperRaf, P as Portal, K as KeyCode, d as useMergedState } from '../_verture/Portal-502bb85e.js';
|
|
8
|
+
import { w as wrapperRaf, P as Portal, K as KeyCode, d as useMergedState } from '../_verture/Portal-274c5bd8.js';
|
|
10
9
|
import Dialog from 'rc-dialog';
|
|
11
10
|
import ReactDOM from 'react-dom';
|
|
12
|
-
import { i as isEqual } from '../_verture/isEqual-
|
|
11
|
+
import { i as isEqual } from '../_verture/isEqual-38aa74f9.js';
|
|
13
12
|
import CSSMotion from 'rc-motion';
|
|
14
13
|
import { _ as _toConsumableArray } from '../_verture/toConsumableArray-599cd94a.js';
|
|
15
14
|
import { $ as $prefixCls } from '../_verture/constant-5317fc89.js';
|
package/InputCode/index.js
CHANGED
|
@@ -101,6 +101,11 @@ const InputCodeCard = props => {
|
|
|
101
101
|
setValueCom(value);
|
|
102
102
|
}
|
|
103
103
|
}, [value]);
|
|
104
|
+
useEffect(() => {
|
|
105
|
+
if (typeof countdown === 'number' && countdown > 0) {
|
|
106
|
+
constData.current.countdown = countdown;
|
|
107
|
+
}
|
|
108
|
+
}, [countdown]);
|
|
104
109
|
useEffect(() => {
|
|
105
110
|
if (refreshCountdown !== undefined && refreshCountdown !== null) {
|
|
106
111
|
startCountdown();
|
package/README.md
CHANGED