@para-ui/core 4.0.33 → 4.0.37
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/Anchor/anchorMenu/index.d.ts +16 -0
- package/Anchor/index.d.ts +4 -0
- package/Anchor/index.js +394 -0
- package/Anchor/lang/en_US.d.ts +4 -0
- package/Anchor/lang/index.d.ts +9 -0
- package/Anchor/lang/zh_CN.d.ts +4 -0
- package/Anchor/type.d.ts +42 -0
- package/Argv/batchEdit/index.d.ts +18 -0
- package/Argv/dataGenerator/config.d.ts +16 -0
- package/Argv/dataGenerator/index.d.ts +24 -0
- package/Argv/index.d.ts +36 -0
- package/Argv/index.js +738 -0
- package/Argv/lang/en_US.d.ts +15 -0
- package/Argv/lang/index.d.ts +31 -0
- package/Argv/lang/zh_CN.d.ts +15 -0
- package/AutoBox/index.js +1 -1
- package/AutoButton/index.js +1 -1
- package/AutoTips/index.js +1 -1
- package/Breadcrumbs/index.js +1 -1
- package/Button/index.d.ts +2 -2
- package/Button/index.js +4 -4
- package/ButtonGroup/index.d.ts +4 -0
- package/ButtonGroup/index.js +53 -37
- package/Card/index.js +3 -3
- package/Carousel/index.js +1 -1
- package/Cascader/index.js +6 -7
- package/Checkbox/index.js +1 -1
- package/CheckboxGroup/index.js +1 -1
- package/ComboSelect/index.js +7 -8
- package/CopyText/index.js +1 -1
- package/CycleSelector/index.js +2 -5
- package/DatePicker/index.js +2 -5
- package/Descriptions/index.js +1 -1
- package/Desktop/index.js +1 -1
- package/DragVerify/index.js +1 -1
- package/Drawer/index.js +1 -1
- package/DynamicMultiBox/index.js +7 -8
- package/Form/index.js +7 -8
- package/FormItem/index.js +7 -8
- package/FunctionModal/index.js +3 -3
- package/Help/index.js +1 -1
- package/Image/index.js +3 -4
- package/InputCode/index.js +1 -1
- package/InputLang/index.js +1 -1
- package/InputNumber/index.js +1 -1
- package/Label/index.js +1 -1
- package/Menu/index.js +1 -1
- package/Modal/index.js +1 -1
- package/MultiBox/index.js +1 -1
- package/OperateBtn/index.js +1 -1
- package/PageHeader/index.js +1 -1
- package/Pagination/index.js +1 -1
- package/PopConfirm/index.js +1 -1
- package/PopMenu/index.js +1 -1
- package/Popover/index.js +1 -1
- package/Progress/index.js +1 -1
- package/Querying/index.js +4 -4
- package/QuickReply/index.js +2 -2
- package/README.md +24 -0
- package/Radio/index.js +1 -1
- package/RadioGroup/index.js +1 -1
- package/RangeInput/index.js +1 -1
- package/Search/index.js +1 -1
- package/Select/index.js +1 -1
- package/SelectInput/index.js +1 -1
- package/Selector/index.js +276 -322
- package/Selector/interface.d.ts +2 -1
- package/SelectorPicker/index.js +5 -5
- package/SingleBox/index.js +3 -3
- package/Slider/index.js +1 -1
- package/SortBox/index.js +1 -1
- package/Stepper/index.js +2 -2
- package/Switch/index.js +3 -3
- package/Table/index.js +424 -489
- package/Tabs/index.js +3 -3
- package/Tag/index.js +54 -83
- package/TextEditor/index.js +1 -1
- package/TextField/index.js +1 -1
- package/TimePicker/index.js +2 -5
- package/Timeline/index.js +21 -15
- package/Title/index.js +1 -1
- package/ToggleButton/ToggleButtonGroup.d.ts +4 -2
- package/ToggleButton/index.d.ts +4 -3
- package/ToggleButton/index.js +28 -13
- package/Tooltip/index.js +1 -1
- package/Transfer/index.js +1 -1
- package/Tree/index.js +6 -7
- package/Upload/index.js +83 -28
- package/Upload/interface.d.ts +4 -0
- package/Upload/util.d.ts +32 -0
- package/Utils/index.d.ts +7 -0
- package/Utils/index.js +10 -1
- package/Utils/type.d.ts +1 -0
- package/_verture/{Portal-edd94cac.js → Portal-42560ff0.js} +1 -2
- package/_verture/{defineProperty-6f62bb2a.js → defineProperty-f0e15205.js} +10 -2
- package/_verture/{index-8752ccab.js → index-086e9a6d.js} +4 -5
- package/_verture/{index-567b5779.js → index-5f0bfdcf.js} +3 -4
- package/_verture/{index-94e24006.js → index-8ac46bd9.js} +1 -1
- package/_verture/{modalContext-10f0c5aa.js → modalContext-205db1f4.js} +1 -1
- package/_verture/{tslib.es6-55ed4bd2.js → tslib.es6-f43aa41d.js} +1 -1
- package/index.d.ts +4 -0
- package/index.js +26 -22
- package/locale/en-US.d.ts +17 -0
- package/locale/index.d.ts +34 -0
- package/locale/index.js +34 -0
- package/locale/zh-CN.d.ts +17 -0
- package/package.json +8 -5
- package/umd/Anchor.js +43 -0
- package/umd/Argv.js +43 -0
- package/umd/AutoButton.js +1 -1
- package/umd/Button.js +1 -1
- package/umd/ButtonGroup.js +5 -5
- package/umd/ComboSelect.js +2 -2
- package/umd/CopyText.js +3 -3
- package/umd/CycleSelector.js +3 -3
- package/umd/DatePicker.js +1 -1
- package/umd/Descriptions.js +1 -1
- package/umd/Desktop.js +3 -3
- package/umd/Drawer.js +1 -1
- package/umd/DynamicMultiBox.js +3 -3
- package/umd/Form.js +2 -2
- package/umd/FormItem.js +3 -3
- package/umd/FunctionModal.js +1 -1
- package/umd/InputCode.js +3 -3
- package/umd/InputLang.js +3 -3
- package/umd/Message.js +15 -16
- package/umd/Modal.js +1 -1
- package/umd/MultiBox.js +3 -3
- package/umd/OperateBtn.js +1 -1
- package/umd/PageHeader.js +1 -1
- package/umd/Pagination.js +3 -3
- package/umd/PopConfirm.js +1 -1
- package/umd/QuickReply.js +3 -3
- package/umd/Search.js +3 -3
- package/umd/Selector.js +4 -4
- package/umd/SelectorPicker.js +6 -6
- package/umd/SingleBox.js +3 -3
- package/umd/Table.js +2 -2
- package/umd/Tabs.js +1 -1
- package/umd/TextField.js +2 -2
- package/umd/TimePicker.js +1 -1
- package/umd/ToggleButton.js +6 -6
- package/umd/Transfer.js +2 -2
- package/umd/Upload.js +2 -2
- package/umd/Utils.js +1 -1
- package/umd/locale.js +1 -1
- package/_verture/typeof-adeedc13.js +0 -11
- /package/_verture/{index-c8cb6751.js → index-0f5ee6f7.js} +0 -0
- /package/_verture/{index-e229330e.js → index-4c5d6cd7.js} +0 -0
- /package/_verture/{typeof-4646b22c.js → typeof-6ec38efd.js} +0 -0
package/FormItem/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
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-4c5d6cd7.js';
|
|
4
4
|
import 'clsx';
|
|
5
5
|
import '../Label/index.js';
|
|
6
6
|
import '../_verture/constant-5317fc89.js';
|
|
7
7
|
import '../TextField/index.js';
|
|
8
|
-
import '../_verture/tslib.es6-
|
|
8
|
+
import '../_verture/tslib.es6-f43aa41d.js';
|
|
9
9
|
import '@paraview/lib';
|
|
10
10
|
import '@para-ui/icons/PreviewClose';
|
|
11
11
|
import '@para-ui/icons/PreviewOpen';
|
|
@@ -51,13 +51,11 @@ 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/
|
|
60
|
-
import '../_verture/index-c8cb6751.js';
|
|
58
|
+
import '../_verture/index-0f5ee6f7.js';
|
|
61
59
|
import '../_verture/sortable.esm-76fe46a4.js';
|
|
62
60
|
import '../OperateBtn/index.js';
|
|
63
61
|
import '@para-ui/icons/More';
|
|
@@ -73,10 +71,11 @@ import 'rc-pagination';
|
|
|
73
71
|
import '@para-ui/icons/Right';
|
|
74
72
|
import '@para-ui/icons/DoubleLeft';
|
|
75
73
|
import '@para-ui/icons/DoubleRight';
|
|
76
|
-
import '../_verture/index-
|
|
74
|
+
import '../_verture/index-5f0bfdcf.js';
|
|
77
75
|
import '../_verture/toConsumableArray-c7a8028f.js';
|
|
78
|
-
import '../_verture/
|
|
79
|
-
import '../_verture/
|
|
76
|
+
import '../_verture/defineProperty-f0e15205.js';
|
|
77
|
+
import '../_verture/index-8ac46bd9.js';
|
|
78
|
+
import '../_verture/typeof-6ec38efd.js';
|
|
80
79
|
import 'rc-tree';
|
|
81
80
|
import '@para-ui/icons/Document';
|
|
82
81
|
import 'react-dom';
|
package/FunctionModal/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { u as useModal } from '../_verture/modalContext-
|
|
2
|
-
export { F as FunctionModalProvider, u as default, a as useClose } from '../_verture/modalContext-
|
|
3
|
-
import '../_verture/tslib.es6-
|
|
1
|
+
import { u as useModal } from '../_verture/modalContext-205db1f4.js';
|
|
2
|
+
export { F as FunctionModalProvider, u as default, a as useClose } from '../_verture/modalContext-205db1f4.js';
|
|
3
|
+
import '../_verture/tslib.es6-f43aa41d.js';
|
|
4
4
|
import 'react/jsx-runtime';
|
|
5
5
|
import 'react';
|
|
6
6
|
import '../Modal/index.js';
|
package/Help/index.js
CHANGED
package/Image/index.js
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as __rest } from '../_verture/tslib.es6-f43aa41d.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/InputCode/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { _ as __awaiter } from '../_verture/tslib.es6-f43aa41d.js';
|
|
2
2
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { useState, useRef, useEffect, Fragment } from 'react';
|
|
4
4
|
import { $ as $prefixCls } from '../_verture/constant-5317fc89.js';
|
package/InputLang/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import { GetLanguage, ArrayToObject } from '@paraview/lib';
|
|
|
10
10
|
import { $ as $prefixCls } from '../_verture/constant-5317fc89.js';
|
|
11
11
|
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
12
12
|
import { u as useGlobalProps } from '../_verture/useGlobalProps-4ae1a007.js';
|
|
13
|
-
import '../_verture/tslib.es6-
|
|
13
|
+
import '../_verture/tslib.es6-f43aa41d.js';
|
|
14
14
|
import '../Label/index.js';
|
|
15
15
|
import '../Help/index.js';
|
|
16
16
|
import '../Tooltip/index.js';
|
package/InputNumber/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as __rest } from '../_verture/tslib.es6-f43aa41d.js';
|
|
2
2
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
3
3
|
import { useState, useRef, useEffect, useMemo } from 'react';
|
|
4
4
|
import RcInputNumber from 'rc-input-number';
|
package/Label/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as __rest } from '../_verture/tslib.es6-f43aa41d.js';
|
|
2
2
|
import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
|
|
3
3
|
import Help from '../Help/index.js';
|
|
4
4
|
import { $ as $prefixCls } from '../_verture/constant-5317fc89.js';
|
package/Menu/index.js
CHANGED
|
@@ -13,7 +13,7 @@ import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
|
13
13
|
import 'react-transition-group';
|
|
14
14
|
import '../_verture/util-82646c4f.js';
|
|
15
15
|
import '../Tooltip/index.js';
|
|
16
|
-
import '../_verture/tslib.es6-
|
|
16
|
+
import '../_verture/tslib.es6-f43aa41d.js';
|
|
17
17
|
import 'rc-tooltip';
|
|
18
18
|
import 'rc-tooltip/lib/placements';
|
|
19
19
|
import 'clsx';
|
package/Modal/index.js
CHANGED
package/MultiBox/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import { $ as $prefixCls } from '../_verture/constant-5317fc89.js';
|
|
|
9
9
|
import { u as useFormatMessage } from '../_verture/useFormatMessage-1fc7c957.js';
|
|
10
10
|
import { Tooltip } from '../Tooltip/index.js';
|
|
11
11
|
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
12
|
-
import '../_verture/tslib.es6-
|
|
12
|
+
import '../_verture/tslib.es6-f43aa41d.js';
|
|
13
13
|
import '@paraview/lib';
|
|
14
14
|
import '@para-ui/icons/PreviewClose';
|
|
15
15
|
import '@para-ui/icons/PreviewOpen';
|
package/OperateBtn/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { _ as __awaiter } from '../_verture/tslib.es6-f43aa41d.js';
|
|
2
2
|
import { jsxs, jsx, Fragment as Fragment$1 } from 'react/jsx-runtime';
|
|
3
3
|
import { useState, Fragment } from 'react';
|
|
4
4
|
import More from '@para-ui/icons/More';
|
package/PageHeader/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import { Button } from '../Button/index.js';
|
|
|
10
10
|
import AutoTips from '../AutoTips/index.js';
|
|
11
11
|
import Right from '@para-ui/icons/Right';
|
|
12
12
|
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
13
|
-
import '../_verture/tslib.es6-
|
|
13
|
+
import '../_verture/tslib.es6-f43aa41d.js';
|
|
14
14
|
import '../Tooltip/index.js';
|
|
15
15
|
import 'rc-tooltip';
|
|
16
16
|
import 'rc-tooltip/lib/placements';
|
package/Pagination/index.js
CHANGED
|
@@ -13,7 +13,7 @@ import DoubleLeft from '@para-ui/icons/DoubleLeft';
|
|
|
13
13
|
import DoubleRight from '@para-ui/icons/DoubleRight';
|
|
14
14
|
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
15
15
|
import '@paraview/lib';
|
|
16
|
-
import '../_verture/tslib.es6-
|
|
16
|
+
import '../_verture/tslib.es6-f43aa41d.js';
|
|
17
17
|
import '../Label/index.js';
|
|
18
18
|
import '../Help/index.js';
|
|
19
19
|
import '../Tooltip/index.js';
|
package/PopConfirm/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as __rest } from '../_verture/tslib.es6-f43aa41d.js';
|
|
2
2
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
3
3
|
import { useRef, useState, useMemo, useEffect } from 'react';
|
|
4
4
|
import CheckCircleF from '@para-ui/icons/CheckCircleF';
|
package/PopMenu/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as __rest } from '../_verture/tslib.es6-f43aa41d.js';
|
|
2
2
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
3
3
|
import clsx from 'clsx';
|
|
4
4
|
import React__default, { useState, useRef, useEffect } from 'react';
|
package/Popover/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as __rest } from '../_verture/tslib.es6-f43aa41d.js';
|
|
2
2
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
3
3
|
import React__default, { useEffect } from 'react';
|
|
4
4
|
import { Tooltip } from '../Tooltip/index.js';
|
package/Progress/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as __rest } from '../_verture/tslib.es6-f43aa41d.js';
|
|
2
2
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
3
3
|
import { Circle } from 'rc-progress';
|
|
4
4
|
import CheckCircleF from '@para-ui/icons/CheckCircleF';
|
package/Querying/index.js
CHANGED
|
@@ -8,7 +8,7 @@ import 'react';
|
|
|
8
8
|
import '../_verture/index-ca413216.js';
|
|
9
9
|
import '@paraview/lib';
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
const LargeSearch = () => {
|
|
12
12
|
return jsx("svg", Object.assign({
|
|
13
13
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14
14
|
width: "100%",
|
|
@@ -445,7 +445,7 @@ var LargeSearch = function LargeSearch() {
|
|
|
445
445
|
}))
|
|
446
446
|
}));
|
|
447
447
|
};
|
|
448
|
-
|
|
448
|
+
const SmallSearch = () => {
|
|
449
449
|
return jsx("svg", Object.assign({
|
|
450
450
|
xmlns: "http://www.w3.org/2000/svg",
|
|
451
451
|
width: "100%",
|
|
@@ -684,8 +684,8 @@ var zh = {
|
|
|
684
684
|
};
|
|
685
685
|
|
|
686
686
|
var localeJson = {
|
|
687
|
-
zh
|
|
688
|
-
en
|
|
687
|
+
zh,
|
|
688
|
+
en
|
|
689
689
|
};
|
|
690
690
|
|
|
691
691
|
var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2022/4/2 上午10:55\n* @description\n*/\n/**\n* @author linhd\n* @date 2023/4/11 14:16\n* @description 最新色卡\n*/\n.paraui-v4-querying {\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n}\n.paraui-v4-querying > .querying-image {\n line-height: 0;\n overflow: hidden;\n}\n.paraui-v4-querying > .querying-image img {\n width: 100%;\n}\n.paraui-v4-querying .querying-image-large {\n width: 334px;\n height: 238px;\n}\n.paraui-v4-querying .querying-image-small {\n width: 120px;\n height: 80px;\n}\n.paraui-v4-querying > .querying-description {\n line-height: 17px;\n font-size: 14px;\n font-weight: 400;\n color: rgb(29, 33, 38);\n}\n.paraui-v4-querying.paraui-v4-querying-large > .querying-description {\n margin-top: 20px;\n}\n.paraui-v4-querying.paraui-v4-querying-small > .querying-description {\n margin-top: 10px;\n font-size: 14px;\n}";
|
package/QuickReply/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
|
2
2
|
import { useState, useRef } from 'react';
|
|
3
3
|
import clsx from 'clsx';
|
|
4
4
|
import { $ as $prefixCls } from '../_verture/constant-5317fc89.js';
|
|
5
|
-
import { d as dist } from '../_verture/index-
|
|
5
|
+
import { d as dist } from '../_verture/index-0f5ee6f7.js';
|
|
6
6
|
import { Button } from '../Button/index.js';
|
|
7
7
|
import { Checkbox } from '../Checkbox/index.js';
|
|
8
8
|
import { TextField } from '../TextField/index.js';
|
|
@@ -20,7 +20,7 @@ import { Popover } from '../Popover/index.js';
|
|
|
20
20
|
import Message from '@para-ui/icons/Message';
|
|
21
21
|
import Set from '@para-ui/icons/Set';
|
|
22
22
|
import '../_verture/sortable.esm-76fe46a4.js';
|
|
23
|
-
import '../_verture/tslib.es6-
|
|
23
|
+
import '../_verture/tslib.es6-f43aa41d.js';
|
|
24
24
|
import '@para-ui/icons/LoadingF';
|
|
25
25
|
import '../Tooltip/index.js';
|
|
26
26
|
import 'rc-tooltip';
|
package/README.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## 🎉 para-ui/core@4.0.37 发布
|
|
2
|
+
|
|
3
|
+
🎁【Feature】
|
|
4
|
+
|
|
5
|
+
- 【上传-Upload】新增 defaultFile 参数支持
|
|
6
|
+
- 【changelog】新增changelog模块
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## 版本: 4.0.36
|
|
10
|
+
para-ui/core@4.0.36 发布
|
|
11
|
+
【环境变量-Argv】新增环境变量组件
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## 版本: 4.0.35
|
|
16
|
+
para-ui/core@4.0.35 发布
|
|
17
|
+
【锚点-Anchor】新增锚点组件
|
|
18
|
+
【按钮组-ButtonGroup】新增竖向布局、新增图标文字按钮组
|
|
19
|
+
【切换按钮-ToggleButton】新增图标切换按钮
|
|
20
|
+
|
|
21
|
+
## 版本: 4.0.34
|
|
22
|
+
para-ui/core@4.0.34 发布
|
|
23
|
+
【选择器-Selector】选择器新增错误状态
|
|
24
|
+
|
|
1
25
|
## 版本: 4.0.33
|
|
2
26
|
para-ui/core@4.0.33 发布
|
|
3
27
|
【表格-Table】新增拖拽排序表格
|
package/Radio/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import Label from '../Label/index.js';
|
|
|
4
4
|
import { $ as $prefixCls } from '../_verture/constant-5317fc89.js';
|
|
5
5
|
import { Tooltip } from '../Tooltip/index.js';
|
|
6
6
|
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
7
|
-
import '../_verture/tslib.es6-
|
|
7
|
+
import '../_verture/tslib.es6-f43aa41d.js';
|
|
8
8
|
import '../Help/index.js';
|
|
9
9
|
import '@para-ui/icons/Help';
|
|
10
10
|
import 'clsx';
|
package/RadioGroup/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import HelperText from '../HelperText/index.js';
|
|
|
6
6
|
import { $ as $prefixCls } from '../_verture/constant-5317fc89.js';
|
|
7
7
|
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
8
8
|
import '../Tooltip/index.js';
|
|
9
|
-
import '../_verture/tslib.es6-
|
|
9
|
+
import '../_verture/tslib.es6-f43aa41d.js';
|
|
10
10
|
import 'rc-tooltip';
|
|
11
11
|
import 'rc-tooltip/lib/placements';
|
|
12
12
|
import 'clsx';
|
package/RangeInput/index.js
CHANGED
|
@@ -8,7 +8,7 @@ import clsx from 'clsx';
|
|
|
8
8
|
import { Tooltip } from '../Tooltip/index.js';
|
|
9
9
|
import { DeepClone } from '@paraview/lib';
|
|
10
10
|
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
11
|
-
import '../_verture/tslib.es6-
|
|
11
|
+
import '../_verture/tslib.es6-f43aa41d.js';
|
|
12
12
|
import '../Help/index.js';
|
|
13
13
|
import '@para-ui/icons/Help';
|
|
14
14
|
import 'rc-tooltip';
|
package/Search/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import { TextField } from '../TextField/index.js';
|
|
|
4
4
|
import SearchIcon from '@para-ui/icons/Search';
|
|
5
5
|
import { $ as $prefixCls } from '../_verture/constant-5317fc89.js';
|
|
6
6
|
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
7
|
-
import '../_verture/tslib.es6-
|
|
7
|
+
import '../_verture/tslib.es6-f43aa41d.js';
|
|
8
8
|
import '../Label/index.js';
|
|
9
9
|
import '../Help/index.js';
|
|
10
10
|
import '../Tooltip/index.js';
|
package/Select/index.js
CHANGED
|
@@ -20,7 +20,7 @@ import { u as useGlobalProps } from '../_verture/useGlobalProps-4ae1a007.js';
|
|
|
20
20
|
import { $ as $prefixCls } from '../_verture/constant-5317fc89.js';
|
|
21
21
|
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
22
22
|
import 'clsx';
|
|
23
|
-
import '../_verture/tslib.es6-
|
|
23
|
+
import '../_verture/tslib.es6-f43aa41d.js';
|
|
24
24
|
import '../Help/index.js';
|
|
25
25
|
import '@para-ui/icons/Help';
|
|
26
26
|
import 'rc-tooltip';
|
package/SelectInput/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import '@paraview/lib';
|
|
|
10
10
|
import '../_verture/useGlobalProps-4ae1a007.js';
|
|
11
11
|
import '../_verture/style-inject.es-300983ab.js';
|
|
12
12
|
import '../Label/index.js';
|
|
13
|
-
import '../_verture/tslib.es6-
|
|
13
|
+
import '../_verture/tslib.es6-f43aa41d.js';
|
|
14
14
|
import '../Help/index.js';
|
|
15
15
|
import '../Tooltip/index.js';
|
|
16
16
|
import 'rc-tooltip';
|