@para-ui/core 4.0.17 → 4.0.19-aplha
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/Breadcrumbs/index.js +2 -2
- package/Button/SplitButton.d.ts +1 -1
- package/Button/index.js +2 -2
- package/ButtonGroup/index.js +2 -2
- package/Cascader/OptionList/Column.d.ts +1 -1
- package/Cascader/index.js +5 -6
- package/ColorPicker/chromePicker/index.d.ts +1 -2
- package/ColorPicker/compactPicker/index.d.ts +1 -2
- package/ColorPicker/sketchPicker/index.d.ts +1 -2
- package/ColorPicker/swatchesPicker/index.d.ts +1 -2
- package/ComboSelect/index.js +10 -7
- package/Container/index.d.ts +1 -1
- package/CopyText/index.js +2 -2
- package/CycleSelector/index.js +4 -4
- package/DatePicker/PickerButton.d.ts +1 -2
- package/DatePicker/PickerTag.d.ts +1 -2
- package/DatePicker/index.js +3 -4
- package/Descriptions/index.js +2 -2
- package/Desktop/index.js +3 -3
- package/DragVerify/index.js +3 -2
- package/Drawer/index.js +2 -2
- package/DynamicMultiBox/formItem.d.ts +1 -2
- package/DynamicMultiBox/index.js +10 -8
- package/DynamicMultiBox/interface.d.ts +1 -1
- package/DynamicMultiBox/rowForm.d.ts +1 -1
- package/Empty/images/index.d.ts +2 -3
- package/Empty/index.js +4 -3
- package/Form/index.js +9 -6
- package/FormItem/index.js +9 -6
- package/FunctionModal/index.js +4 -5
- package/FunctionModal/modalContext.d.ts +1 -2
- package/GlobalContext/index.js +3 -39
- package/InputLang/index.js +3 -3
- package/Message/index.d.ts +1 -1
- package/Modal/index.js +4 -5
- package/MultiBox/index.js +3 -3
- package/OperateBtn/index.js +2 -2
- package/PageHeader/index.js +2 -2
- package/Pagination/index.js +4 -4
- package/ParauiProvider/index.d.ts +2 -2
- package/ParauiProvider/index.js +2 -2
- package/PopConfirm/index.js +2 -2
- package/Prompt/index.d.ts +1 -1
- package/Querying/images/index.d.ts +2 -3
- package/Querying/index.js +4 -3
- package/QuickReply/index.js +3 -3
- package/README.md +8 -0
- package/Search/index.js +2 -2
- package/Select/index.js +4 -4
- package/SelectInput/index.js +4 -4
- package/Selector/index.js +5 -328
- package/SelectorPicker/index.js +4 -3
- package/SingleBox/index.js +3 -3
- package/Switch/index.js +3 -2
- package/Table/index.js +3 -3
- package/Tabs/index.js +2 -2
- package/TextEditor/index.js +2 -2
- package/TextField/index.js +2 -2
- package/TimePicker/index.js +3 -4
- package/Timeline/TimelineItem.d.ts +1 -1
- package/Timeline/index.js +20 -14
- package/ToggleButton/index.js +2 -2
- package/Tooltip/utils.d.ts +1 -1
- package/Transfer/box.d.ts +1 -1
- package/Transfer/index.d.ts +1 -1
- package/Transfer/index.js +3 -3
- package/Tree/index.js +11 -8
- package/Tree/utils/treeUtil.d.ts +1 -1
- package/Upload/index.js +3 -4
- package/_verture/{defineProperty-1d116156.js → defineProperty-51493dbe.js} +10 -2
- package/_verture/{index-02b7a0b7.js → index-0447e790.js} +395 -314
- package/_verture/index-287ae1b3.js +327 -0
- package/_verture/{index-cc76d8d5.js → index-344d4ffe.js} +2 -3
- package/_verture/{index-10792f39.js → index-3e98a394.js} +1 -1
- package/_verture/{intl-f2f27722.js → index-ca413216.js} +54 -1
- package/_verture/{useFormatMessage-eb13cf56.js → useFormatMessage-1fc7c957.js} +1 -1
- package/_verture/{useGlobalProps-1e416658.js → useGlobalProps-4ae1a007.js} +1 -1
- package/index.js +10 -12
- package/package.json +12 -16
- package/umd/Breadcrumbs.js +7 -7
- package/umd/Button.js +2 -2
- package/umd/ButtonGroup.js +4 -4
- package/umd/Carousel.js +3 -3
- package/umd/Cascader.js +1 -1
- package/umd/ColorPicker.js +1 -1
- package/umd/ComboSelect.js +5 -5
- package/umd/CopyText.js +7 -7
- package/umd/CycleSelector.js +5 -5
- package/umd/DatePicker.js +2 -2
- package/umd/Descriptions.js +7 -7
- package/umd/Desktop.js +2 -2
- package/umd/DragVerify.js +3 -3
- package/umd/Drawer.js +2 -2
- package/umd/DynamicMultiBox.js +3 -3
- package/umd/Empty.js +1 -1
- package/umd/Form.js +3 -3
- package/umd/FormItem.js +3 -3
- package/umd/FunctionModal.js +7 -7
- package/umd/GlobalContext.js +1 -1
- package/umd/InputLang.js +2 -2
- package/umd/Modal.js +2 -2
- package/umd/MultiBox.js +5 -5
- package/umd/OperateBtn.js +2 -2
- package/umd/PageHeader.js +4 -4
- package/umd/Pagination.js +3 -3
- package/umd/ParauiProvider.js +1 -1
- package/umd/PopConfirm.js +5 -5
- package/umd/Querying.js +1 -1
- package/umd/QuickReply.js +2 -2
- package/umd/Search.js +2 -2
- package/umd/Select.js +3 -3
- package/umd/SelectInput.js +3 -3
- package/umd/Selector.js +2 -2
- package/umd/SelectorPicker.js +4 -4
- package/umd/SingleBox.js +2 -2
- package/umd/Switch.js +2 -2
- package/umd/Table.js +5 -5
- package/umd/Tabs.js +2 -2
- package/umd/TextEditor.js +3 -3
- package/umd/TextField.js +2 -2
- package/umd/TimePicker.js +2 -2
- package/umd/ToggleButton.js +2 -2
- package/umd/Transfer.js +8 -8
- package/umd/Tree.js +4 -4
- package/umd/Upload.js +7 -7
- package/_verture/index-c568f272.js +0 -18
- package/_verture/typeof-adeedc13.js +0 -11
- /package/_verture/{modalContext-b101ffaa.js → modalContext-c8cc3107.js} +0 -0
package/Transfer/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import NavigateBefore from '@para-ui/icons/Left';
|
|
|
6
6
|
import Right from '@para-ui/icons/Right';
|
|
7
7
|
import ExpandLess from '@para-ui/icons/Up';
|
|
8
8
|
import Down from '@para-ui/icons/Down';
|
|
9
|
-
import { u as useFormatMessage } from '../_verture/useFormatMessage-
|
|
9
|
+
import { u as useFormatMessage } from '../_verture/useFormatMessage-1fc7c957.js';
|
|
10
10
|
import { $ as $prefixCls } from '../_verture/constant-5317fc89.js';
|
|
11
11
|
import { Search } from '../Search/index.js';
|
|
12
12
|
import SearchIcon from '@para-ui/icons/Search';
|
|
@@ -26,7 +26,7 @@ import 'rc-dropdown';
|
|
|
26
26
|
import '../_verture/usePopupContainer-635f66f4.js';
|
|
27
27
|
import 'dayjs';
|
|
28
28
|
import '@paraview/lib';
|
|
29
|
-
import '
|
|
29
|
+
import '../_verture/index-ca413216.js';
|
|
30
30
|
import '../TextField/index.js';
|
|
31
31
|
import '../Label/index.js';
|
|
32
32
|
import '../Help/index.js';
|
|
@@ -36,7 +36,7 @@ import '@para-ui/icons/PreviewOpen';
|
|
|
36
36
|
import '@para-ui/icons/CloseCircleF';
|
|
37
37
|
import '../Loading/index.js';
|
|
38
38
|
import '../HelperText/index.js';
|
|
39
|
-
import '../_verture/useGlobalProps-
|
|
39
|
+
import '../_verture/useGlobalProps-4ae1a007.js';
|
|
40
40
|
|
|
41
41
|
var en = {
|
|
42
42
|
left: 'Left',
|
package/Tree/index.js
CHANGED
|
@@ -1,11 +1,16 @@
|
|
|
1
|
-
import { T as Tree } from '../_verture/index-
|
|
2
|
-
export { T as default } from '../_verture/index-
|
|
1
|
+
import { T as Tree } from '../_verture/index-0447e790.js';
|
|
2
|
+
export { T as default } from '../_verture/index-0447e790.js';
|
|
3
|
+
import '../_verture/toConsumableArray-8f4c9589.js';
|
|
4
|
+
import '../_verture/unsupportedIterableToArray-cb478f24.js';
|
|
5
|
+
import '../_verture/defineProperty-51493dbe.js';
|
|
6
|
+
import '../_verture/slicedToArray-a8206399.js';
|
|
7
|
+
import '../_verture/index-287ae1b3.js';
|
|
8
|
+
import '../_verture/typeof-6ec38efd.js';
|
|
3
9
|
import '../_verture/tslib.es6-55ed4bd2.js';
|
|
4
10
|
import 'react/jsx-runtime';
|
|
5
11
|
import 'react';
|
|
6
12
|
import 'rc-tree';
|
|
7
13
|
import 'clsx';
|
|
8
|
-
import '../_verture/typeof-adeedc13.js';
|
|
9
14
|
import '@para-ui/icons/LoadingF';
|
|
10
15
|
import '@para-ui/icons/Document';
|
|
11
16
|
import '@para-ui/icons/DownTriangleF';
|
|
@@ -19,17 +24,15 @@ import '../_verture/constant-5317fc89.js';
|
|
|
19
24
|
import '@para-ui/icons/Forbid';
|
|
20
25
|
import '../_verture/style-inject.es-300983ab.js';
|
|
21
26
|
import '@para-ui/icons/Help';
|
|
22
|
-
import '../_verture/slicedToArray-a8206399.js';
|
|
23
|
-
import '../_verture/unsupportedIterableToArray-cb478f24.js';
|
|
24
27
|
import 'react-dom';
|
|
25
28
|
import '@para-ui/icons/EditFile';
|
|
26
29
|
import '@para-ui/icons/PlusCircle';
|
|
27
30
|
import '@para-ui/icons/Delete';
|
|
28
31
|
import '@paraview/lib';
|
|
29
|
-
import '../_verture/useFormatMessage-
|
|
30
|
-
import '
|
|
32
|
+
import '../_verture/useFormatMessage-1fc7c957.js';
|
|
33
|
+
import '../_verture/index-ca413216.js';
|
|
31
34
|
import '@para-ui/icons/MoreCircle';
|
|
32
35
|
import '../Empty/index.js';
|
|
33
|
-
import '../_verture/useGlobalProps-
|
|
36
|
+
import '../_verture/useGlobalProps-4ae1a007.js';
|
|
34
37
|
import '../Loading/index.js';
|
|
35
38
|
import '../AutoTips/index.js';
|
package/Tree/utils/treeUtil.d.ts
CHANGED
|
@@ -5,4 +5,4 @@ export declare const collapseMotion: CSSMotionProps;
|
|
|
5
5
|
export default function renderSwitcherIcon(prefixCls: string, switcherIcon: React.ReactNode | null | undefined, showLine: boolean | {
|
|
6
6
|
showLeafIcon: boolean;
|
|
7
7
|
} | undefined, { isLeaf, expanded, loading, eventKey }: TreeNodeProps): {} | null;
|
|
8
|
-
export declare function renderTreeNodeIcon(nodeProps: TreeNodeProps, radioable: boolean, checkedKey: any, replaceFields: any): JSX.Element | null;
|
|
8
|
+
export declare function renderTreeNodeIcon(nodeProps: TreeNodeProps, radioable: boolean, checkedKey: any, replaceFields: any): import("react/jsx-runtime").JSX.Element | null;
|
package/Upload/index.js
CHANGED
|
@@ -11,14 +11,15 @@ import clsx from 'clsx';
|
|
|
11
11
|
import { $ as $prefixCls, a as $rcPrefixCls } from '../_verture/constant-5317fc89.js';
|
|
12
12
|
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
13
13
|
import Forbid from '@para-ui/icons/Forbid';
|
|
14
|
-
import { u as useFormatMessage } from '../_verture/useFormatMessage-
|
|
14
|
+
import { u as useFormatMessage } from '../_verture/useFormatMessage-1fc7c957.js';
|
|
15
15
|
import EditOutline from '@para-ui/icons/EditOutline';
|
|
16
16
|
import { Button } from '../Button/index.js';
|
|
17
17
|
import { _ as _slicedToArray } from '../_verture/slicedToArray-a8206399.js';
|
|
18
18
|
import { Slider } from '../Slider/index.js';
|
|
19
19
|
import Cropper from 'react-easy-crop';
|
|
20
20
|
import { Modal } from '../Modal/index.js';
|
|
21
|
-
import '
|
|
21
|
+
import '../_verture/index-ca413216.js';
|
|
22
|
+
import '@paraview/lib';
|
|
22
23
|
import '@para-ui/icons/LoadingF';
|
|
23
24
|
import '../Tooltip/index.js';
|
|
24
25
|
import 'rc-tooltip';
|
|
@@ -28,13 +29,11 @@ import '../_verture/index-389675ab.js';
|
|
|
28
29
|
import 'rc-dropdown';
|
|
29
30
|
import '../_verture/usePopupContainer-635f66f4.js';
|
|
30
31
|
import 'dayjs';
|
|
31
|
-
import '@paraview/lib';
|
|
32
32
|
import '../AutoTips/index.js';
|
|
33
33
|
import '../_verture/unsupportedIterableToArray-cb478f24.js';
|
|
34
34
|
import 'rc-slider';
|
|
35
35
|
import 'rc-dialog';
|
|
36
36
|
import '@para-ui/icons/Close';
|
|
37
|
-
import '../_verture/index-c568f272.js';
|
|
38
37
|
import 'react-dom';
|
|
39
38
|
import '@para-ui/icons/CheckCircleF';
|
|
40
39
|
import '@para-ui/icons/WarningCircleF';
|
|
@@ -1,4 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
function _typeof(o) {
|
|
2
|
+
"@babel/helpers - typeof";
|
|
3
|
+
|
|
4
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
5
|
+
return typeof o;
|
|
6
|
+
} : function (o) {
|
|
7
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
8
|
+
}, _typeof(o);
|
|
9
|
+
}
|
|
2
10
|
|
|
3
11
|
function _toPrimitive(input, hint) {
|
|
4
12
|
if (_typeof(input) !== "object" || input === null) return input;
|
|
@@ -31,4 +39,4 @@ function _defineProperty(obj, key, value) {
|
|
|
31
39
|
return obj;
|
|
32
40
|
}
|
|
33
41
|
|
|
34
|
-
export { _defineProperty as _,
|
|
42
|
+
export { _defineProperty as _, _typeof as a, _toPropertyKey as b };
|