@para-ui/core 4.0.79 → 4.0.80
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/ComboSelect/index.js +3 -3
- package/DynamicMultiBox/index.js +3 -3
- package/Form/index.js +3 -3
- package/FormItem/index.js +3 -3
- package/README.md +6 -0
- package/Switch/index.js +1 -1
- package/Table/index.js +432 -497
- package/Tabs/index.js +2 -2
- package/TextEditor/index.js +3 -3
- package/index.js +1 -1
- package/package.json +1 -1
- package/umd/DynamicMultiBox.js +1 -1
- package/umd/Form.js +1 -1
- package/umd/FormItem.js +1 -1
- package/umd/Switch.js +1 -1
- /package/_verture/{index-ca1bf11e.js → index-4d002b2e.js} +0 -0
package/ComboSelect/index.js
CHANGED
|
@@ -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-61604a6c.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';
|
|
@@ -60,6 +57,9 @@ import '@para-ui/icons/DoubleRight';
|
|
|
60
57
|
import '../ScrollBar/index.js';
|
|
61
58
|
import '../_verture/useResizeObserver-edda059a.js';
|
|
62
59
|
import '../_verture/toConsumableArray-599cd94a.js';
|
|
60
|
+
import '../_verture/slicedToArray-61604a6c.js';
|
|
61
|
+
import '../_verture/defineProperty-6f62bb2a.js';
|
|
62
|
+
import '../_verture/typeof-adeedc13.js';
|
|
63
63
|
import '../_verture/index-8ac46bd9.js';
|
|
64
64
|
import '../_verture/typeof-6ec38efd.js';
|
|
65
65
|
import 'rc-tree';
|
package/DynamicMultiBox/index.js
CHANGED
|
@@ -52,8 +52,6 @@ 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-61604a6c.js';
|
|
57
55
|
import '../_verture/index-98ae8a30.js';
|
|
58
56
|
import '@para-ui/icons/CheckCircleF';
|
|
59
57
|
import '@para-ui/icons/WarningCircle';
|
|
@@ -61,7 +59,6 @@ import '@para-ui/icons/WarningCircleF';
|
|
|
61
59
|
import '@para-ui/icons/ScreenF';
|
|
62
60
|
import '@para-ui/icons/UpTriangleF';
|
|
63
61
|
import '@para-ui/icons/DownTriangleF';
|
|
64
|
-
import '../_verture/defineProperty-6f62bb2a.js';
|
|
65
62
|
import '../Radio/index.js';
|
|
66
63
|
import '../OperateBtn/index.js';
|
|
67
64
|
import '@para-ui/icons/More';
|
|
@@ -76,6 +73,9 @@ import '../ScrollBar/index.js';
|
|
|
76
73
|
import '../_verture/useResizeObserver-edda059a.js';
|
|
77
74
|
import '../_verture/index-89fab47e.js';
|
|
78
75
|
import '../_verture/toConsumableArray-599cd94a.js';
|
|
76
|
+
import '../_verture/slicedToArray-61604a6c.js';
|
|
77
|
+
import '../_verture/defineProperty-6f62bb2a.js';
|
|
78
|
+
import '../_verture/typeof-adeedc13.js';
|
|
79
79
|
import '../_verture/index-8ac46bd9.js';
|
|
80
80
|
import '../_verture/typeof-6ec38efd.js';
|
|
81
81
|
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-4d002b2e.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,12 +55,10 @@ 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/typeof-adeedc13.js';
|
|
59
58
|
import '@para-ui/icons/ScreenF';
|
|
60
59
|
import '@para-ui/icons/UpTriangleF';
|
|
61
60
|
import '@para-ui/icons/DownTriangleF';
|
|
62
61
|
import '@para-ui/icons/Panel';
|
|
63
|
-
import '../_verture/defineProperty-6f62bb2a.js';
|
|
64
62
|
import '../_verture/index-0f5ee6f7.js';
|
|
65
63
|
import '../_verture/sortable.esm-76fe46a4.js';
|
|
66
64
|
import '../OperateBtn/index.js';
|
|
@@ -76,6 +74,8 @@ import '@para-ui/icons/DoubleRight';
|
|
|
76
74
|
import '../ScrollBar/index.js';
|
|
77
75
|
import '../_verture/index-89fab47e.js';
|
|
78
76
|
import '../_verture/toConsumableArray-599cd94a.js';
|
|
77
|
+
import '../_verture/defineProperty-6f62bb2a.js';
|
|
78
|
+
import '../_verture/typeof-adeedc13.js';
|
|
79
79
|
import '../_verture/index-8ac46bd9.js';
|
|
80
80
|
import '../_verture/typeof-6ec38efd.js';
|
|
81
81
|
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-4d002b2e.js';
|
|
4
4
|
import 'clsx';
|
|
5
5
|
import '../Label/index.js';
|
|
6
6
|
import '../_verture/constant-5317fc89.js';
|
|
@@ -55,12 +55,10 @@ 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/typeof-adeedc13.js';
|
|
59
58
|
import '@para-ui/icons/ScreenF';
|
|
60
59
|
import '@para-ui/icons/UpTriangleF';
|
|
61
60
|
import '@para-ui/icons/DownTriangleF';
|
|
62
61
|
import '@para-ui/icons/Panel';
|
|
63
|
-
import '../_verture/defineProperty-6f62bb2a.js';
|
|
64
62
|
import '../_verture/index-0f5ee6f7.js';
|
|
65
63
|
import '../_verture/sortable.esm-76fe46a4.js';
|
|
66
64
|
import '../OperateBtn/index.js';
|
|
@@ -76,6 +74,8 @@ import '@para-ui/icons/DoubleRight';
|
|
|
76
74
|
import '../ScrollBar/index.js';
|
|
77
75
|
import '../_verture/index-89fab47e.js';
|
|
78
76
|
import '../_verture/toConsumableArray-599cd94a.js';
|
|
77
|
+
import '../_verture/defineProperty-6f62bb2a.js';
|
|
78
|
+
import '../_verture/typeof-adeedc13.js';
|
|
79
79
|
import '../_verture/index-8ac46bd9.js';
|
|
80
80
|
import '../_verture/typeof-6ec38efd.js';
|
|
81
81
|
import 'rc-tree';
|
package/README.md
CHANGED
package/Switch/index.js
CHANGED
|
@@ -30,7 +30,7 @@ var localeJson = {
|
|
|
30
30
|
en: en
|
|
31
31
|
};
|
|
32
32
|
|
|
33
|
-
var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2021/11/3 下午5:58\n* @description\n*/\n/**\n* @author linhd\n* @date 2023/4/11 14:16\n* @description 最新色卡\n*/\n.paraui-v4-switch {\n position: relative;\n display: inline-block;\n width: 32px;\n height: 16px;\n vertical-align: middle;\n background-color: transparent;\n border: 0;\n cursor: pointer;\n transition: all 0.2s;\n user-select: none;\n}\n.paraui-v4-switch .component-switch {\n border: none;\n cursor: pointer;\n}\n.paraui-v4-switch:before {\n position: absolute;\n top: 0px;\n left: 0;\n width: 100%;\n height: 16px;\n border-radius: 8px;\n background-color: rgb(
|
|
33
|
+
var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2021/11/3 下午5:58\n* @description\n*/\n/**\n* @author linhd\n* @date 2023/4/11 14:16\n* @description 最新色卡\n*/\n.paraui-v4-switch {\n position: relative;\n display: inline-block;\n width: 32px;\n height: 16px;\n vertical-align: middle;\n background-color: transparent;\n border: 0;\n cursor: pointer;\n transition: all 0.2s;\n user-select: none;\n}\n.paraui-v4-switch .component-switch {\n border: none;\n cursor: pointer;\n}\n.paraui-v4-switch:before {\n position: absolute;\n top: 0px;\n left: 0;\n width: 100%;\n height: 16px;\n border-radius: 8px;\n background-color: rgb(161, 168, 179);\n content: \"\";\n transition: all 0.2s;\n}\na .paraui-v4-switch:focus {\n outline: 0;\n box-shadow: none;\n}\n.paraui-v4-switch.component-switch-checked:focus {\n box-shadow: none;\n}\n.paraui-v4-switch:focus:hover {\n box-shadow: none;\n}\n.paraui-v4-switch.component-switch-checked:before {\n background-color: rgb(46, 101, 230);\n}\n.paraui-v4-switch-loading *, .paraui-v4-switch.component-switch-disabled * {\n box-shadow: none;\n}\n.paraui-v4-switch-loading .component-switch-inner::before, .paraui-v4-switch.component-switch-disabled .component-switch-inner::before {\n position: absolute;\n top: 0px;\n left: 0;\n width: 100%;\n height: 16px;\n background-color: rgba(255, 255, 255, 0.5);\n content: \"\";\n z-index: 100;\n}\n.paraui-v4-switch .component-switch-inner {\n display: block;\n margin: 0 7px 0 25px;\n font-size: 14px;\n transition: margin 0.2s;\n}\n.paraui-v4-switch.component-switch-checked .component-switch-inner {\n margin: 0 25px 0 7px;\n}\n.paraui-v4-switch .component-switch-handle {\n position: absolute;\n top: 2px;\n left: 2px;\n width: 12px;\n height: 12px;\n transition: all 0.2s ease-in-out;\n}\n.paraui-v4-switch .component-switch-handle::before {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n background-color: rgb(255, 255, 255);\n border-radius: 9px;\n box-shadow: none;\n transition: all 0.2s ease-in-out;\n content: \"\";\n}\n.paraui-v4-switch.component-switch-checked .component-switch-handle {\n left: calc(100% - 14px);\n}\n.paraui-v4-switch.component-switch-checked .component-switch-handle::before {\n background-color: rgb(255, 255, 255);\n}\n.paraui-v4-switch:not(.paraui-v4-switch-disabled):active .component-switch-handle::before {\n right: -30%;\n left: 0;\n}\n.paraui-v4-switch:not(.paraui-v4-switch-disabled):active.component-switch-checked .component-switch-handle::before {\n right: 0;\n left: -30%;\n}\n.paraui-v4-switch .component-switch-loading-icon {\n position: relative;\n top: 1px;\n color: rgb(46, 101, 230);\n font-size: 10px;\n vertical-align: top;\n animation: switchLoadingCircle 1s infinite linear;\n}\n.paraui-v4-switch.component-switch-checked .component-switch-loading-icon {\n color: rgb(46, 101, 230);\n}\n.paraui-v4-switch-small {\n min-width: 28px;\n height: 14px;\n line-height: 14px;\n}\n.paraui-v4-switch-small .component-switch-inner {\n margin: 0 5px 0 18px;\n font-size: 14px;\n}\n.paraui-v4-switch-small .component-switch-handle {\n width: 12px;\n height: 12px;\n top: 3px;\n left: 2px;\n}\n.paraui-v4-switch-small .component-switch-loading-icon {\n top: 1.5px;\n font-size: 9px;\n}\n.paraui-v4-switch-small.component-switch-checked .component-switch-inner {\n margin: 0 18px 0 5px;\n}\n.paraui-v4-switch-small.component-switch-checked .component-switch-handle {\n left: calc(100% - 12px - 2px);\n}\n@keyframes switchLoadingCircle {\n 100% {\n transform: rotate(360deg);\n }\n}\n\n.paraui-v4-switch-disabled::before {\n background-color: rgb(161, 168, 179);\n}\n.paraui-v4-switch-disabled.component-switch-checked::before {\n background-color: rgb(151, 178, 242);\n}\n\n.component-label-box {\n display: flex;\n align-items: center;\n}\n.component-label-box .sup-text {\n color: rgb(92, 101, 115);\n font-size: 14px;\n margin-left: 10px;\n line-height: 16px;\n}\n.component-label-box .sup-text > a {\n text-decoration: none;\n cursor: pointer;\n color: rgb(46, 101, 230);\n}\n.component-label-box .sup-text > a:hover {\n color: rgb(87, 131, 235);\n}\n\n.paraui-v4-switch-label {\n display: inline-flex;\n align-items: flex-end;\n}\n.paraui-v4-switch-label .component-disabled-text {\n color: rgb(92, 101, 115);\n}\n.paraui-v4-switch-label .component-desc-text {\n margin-bottom: 0;\n margin-right: 10px;\n line-height: 16px;\n color: rgb(29, 33, 38);\n}\n.paraui-v4-switch-label .component-desc-text .paraui-v4-help {\n line-height: 1;\n}\n.paraui-v4-switch-label .component-desc-text .paraui-v4-help svg {\n top: 0;\n}\n.paraui-v4-switch-label .paraui-v4-label-text-container {\n display: flex;\n flex-direction: column;\n}\n\n.paraui-v4-switch-desc-end {\n flex-direction: row-reverse;\n}\n.paraui-v4-switch-desc-end .component-desc-text {\n margin-right: 0;\n}\n\n.component-switch-disabled > div:nth-child(1)::before {\n transition: all 2s ease-in-out;\n}";
|
|
34
34
|
styleInject(css_248z);
|
|
35
35
|
|
|
36
36
|
//Switch 开关
|