@para-ui/core 3.0.8 → 3.0.11
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/AutoTips/index.js +1 -1
- package/CollapseLayout/index.js +1 -1
- package/ComboSelect/index.js +4 -2
- package/Drawer/index.js +1 -1
- package/Empty/index.js +4 -2
- package/Form/index.js +2 -2
- package/FormItem/index.js +2 -2
- package/FunctionModal/index.js +2 -2
- package/Querying/index.js +1 -1
- package/README.md +28 -0
- package/Selector/lang/index.d.ts +4 -0
- package/Table/index.js +316 -70
- package/Table/interface.d.ts +21 -2
- package/Table/lang/index.d.ts +2 -0
- package/Table/tableHeadInterface.d.ts +10 -1
- package/Table/thElement/index.d.ts +13 -0
- package/Table/util.d.ts +6 -0
- package/Tooltip/index.js +1 -1
- package/Tree/index.js +3 -2
- package/_verture/{index-2a854dc1.js → index-a7b0efa2.js} +0 -0
- package/_verture/{index-e0508c99.js → index-fc2f9ac9.js} +7 -3
- package/_verture/{modalContext-44a724b5.js → modalContext-ccfddd8f.js} +0 -0
- package/index.js +3 -3
- package/package.json +1 -1
package/AutoTips/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import 'rc-tooltip';
|
|
|
9
9
|
import 'rc-tooltip/lib/placements';
|
|
10
10
|
import 'clsx';
|
|
11
11
|
|
|
12
|
-
var css_248z = "@charset \"UTF-8\";\n/**\n* @author linhd\n* @date 2021/11/1 20:28\n* @description 文字隐藏...\n*/\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n/**\n* @author linhd\n* @date 2022/8/12 5:28 PM\n* @description 全局css前缀\n*/\n.paraui-v3-auto-tips {\n max-width: 100%;\n display: block;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.paraui-v3-auto-tips > .auto-tips-content {\n display: inline;\n max-width: 100%;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.paraui-v3-auto-tips-tooltip
|
|
12
|
+
var css_248z = "@charset \"UTF-8\";\n/**\n* @author linhd\n* @date 2021/11/1 20:28\n* @description 文字隐藏...\n*/\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n/**\n* @author linhd\n* @date 2022/8/12 5:28 PM\n* @description 全局css前缀\n*/\n.paraui-v3-auto-tips {\n max-width: 100%;\n display: block;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.paraui-v3-auto-tips > .auto-tips-content {\n display: inline;\n max-width: 100%;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.paraui-v3-auto-tips-tooltip .component-tooltip-inner {\n max-height: calc(100vh - 25px);\n overflow: auto;\n}";
|
|
13
13
|
styleInject(css_248z);
|
|
14
14
|
|
|
15
15
|
var AutoTips = function AutoTips(props) {
|
package/CollapseLayout/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import clsx from 'clsx';
|
|
|
9
9
|
import { a as getAutoHeightDuration } from '../_verture/util-a77b261e.js';
|
|
10
10
|
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
11
11
|
|
|
12
|
-
var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n/**\n* @author linhd\n* @date 2022/8/12 5:28 PM\n* @description 全局css前缀\n*/\n.paraui-v3-collapse-layout {\n height: 100%;\n width: 100%;\n position: relative;\n overflow: hidden;\n}\n.paraui-v3-collapse-layout .collapse-layout-icon-transform-top {\n transform: rotate(90deg);\n}\n.paraui-v3-collapse-layout .collapse-layout-icon-transform-bottom {\n transform: rotate(-90deg);\n}\n.paraui-v3-collapse-layout .collapse-layout-icon-transform-right {\n transform: rotate(180deg);\n}\n.paraui-v3-collapse-layout .collapse-layout-display {\n overflow: hidden;\n}\n.paraui-v3-collapse-layout.paraui-v3-collapse-layout-left .collapse-layout-click span, .paraui-v3-collapse-layout.paraui-v3-collapse-layout-right .collapse-layout-click span, .paraui-v3-collapse-layout.paraui-v3-collapse-layout-top .collapse-layout-click span, .paraui-v3-collapse-layout.paraui-v3-collapse-layout-bottom .collapse-layout-click span {\n font-size: 12px;\n font-weight: 400;\n text-align: center;\n color: rgb(54, 102, 214);\n}\n.paraui-v3-collapse-layout.paraui-v3-collapse-layout-right .collapse-layout-click {\n position: absolute;\n top: 50%;\n left: \"\";\n width: 20px;\n height: 72px;\n background: rgba(171, 176, 185, 0.12);\n text-align: center;\n cursor: pointer;\n
|
|
12
|
+
var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n/**\n* @author linhd\n* @date 2022/8/12 5:28 PM\n* @description 全局css前缀\n*/\n.paraui-v3-collapse-layout {\n height: 100%;\n width: 100%;\n position: relative;\n overflow: hidden;\n}\n.paraui-v3-collapse-layout .collapse-layout-icon-transform-top {\n transform: rotate(90deg);\n}\n.paraui-v3-collapse-layout .collapse-layout-icon-transform-bottom {\n transform: rotate(-90deg);\n}\n.paraui-v3-collapse-layout .collapse-layout-icon-transform-right {\n transform: rotate(180deg);\n}\n.paraui-v3-collapse-layout .collapse-layout-display {\n overflow: hidden;\n}\n.paraui-v3-collapse-layout.paraui-v3-collapse-layout-left .collapse-layout-click span, .paraui-v3-collapse-layout.paraui-v3-collapse-layout-right .collapse-layout-click span, .paraui-v3-collapse-layout.paraui-v3-collapse-layout-top .collapse-layout-click span, .paraui-v3-collapse-layout.paraui-v3-collapse-layout-bottom .collapse-layout-click span {\n font-size: 12px;\n font-weight: 400;\n text-align: center;\n color: rgb(54, 102, 214);\n}\n.paraui-v3-collapse-layout.paraui-v3-collapse-layout-right .collapse-layout-click {\n position: absolute;\n top: 50%;\n left: \"\";\n width: 20px;\n height: 72px;\n background: rgba(171, 176, 185, 0.12);\n text-align: center;\n cursor: pointer;\n margin-top: -36px;\n z-index: 1;\n display: flex;\n align-items: center;\n justify-content: center;\n transition-property: right;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-delay: 0ms;\n right: 0px;\n border-radius: 4px 0 0 4px;\n border-right: 1px solid rgb(54, 102, 214);\n}\n.paraui-v3-collapse-layout.paraui-v3-collapse-layout-right .collapse-layout-display-shadow {\n transition-property: margin-right;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-delay: 0ms;\n}\n.paraui-v3-collapse-layout.paraui-v3-collapse-layout-left .collapse-layout-click {\n position: absolute;\n top: 50%;\n left: 0;\n width: 20px;\n height: 72px;\n background: rgba(171, 176, 185, 0.12);\n text-align: center;\n cursor: pointer;\n margin-top: -36px;\n z-index: 1;\n display: flex;\n align-items: center;\n justify-content: center;\n transition-property: left;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-delay: 0ms;\n border-left: 1px solid rgb(54, 102, 214);\n border-radius: 0 4px 4px 0;\n}\n.paraui-v3-collapse-layout.paraui-v3-collapse-layout-left .collapse-layout-display-shadow {\n transition-property: margin-left;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-delay: 0ms;\n}\n.paraui-v3-collapse-layout.paraui-v3-collapse-layout-left > div, .paraui-v3-collapse-layout.paraui-v3-collapse-layout-right > div {\n display: inline-block;\n vertical-align: middle;\n height: 100%;\n position: relative;\n}\n.paraui-v3-collapse-layout.paraui-v3-collapse-layout-left .collapse-layout-display-shadow, .paraui-v3-collapse-layout.paraui-v3-collapse-layout-right .collapse-layout-display-shadow {\n height: 100%;\n}\n.paraui-v3-collapse-layout.paraui-v3-collapse-layout-left .collapse-layout-display,\n.paraui-v3-collapse-layout.paraui-v3-collapse-layout-left .collapse-layout-default, .paraui-v3-collapse-layout.paraui-v3-collapse-layout-right .collapse-layout-display,\n.paraui-v3-collapse-layout.paraui-v3-collapse-layout-right .collapse-layout-default {\n transition: width;\n}\n.paraui-v3-collapse-layout.paraui-v3-collapse-layout-left .collapse-layout-click, .paraui-v3-collapse-layout.paraui-v3-collapse-layout-right .collapse-layout-click {\n flex-direction: column;\n}\n.paraui-v3-collapse-layout.paraui-v3-collapse-layout-top .collapse-layout-click {\n position: absolute;\n top: 0;\n left: 50%;\n width: 72px;\n height: 20px;\n background: rgba(171, 176, 185, 0.12);\n text-align: center;\n cursor: pointer;\n margin-top: 0;\n z-index: 1;\n display: flex;\n align-items: center;\n justify-content: center;\n transition-property: top;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-delay: 0ms;\n margin-left: -36px;\n border-top: 1px solid rgb(54, 102, 214);\n border-radius: 0 0 4px 4px;\n}\n.paraui-v3-collapse-layout.paraui-v3-collapse-layout-top .collapse-layout-display-shadow {\n transition-property: margin-top;\n}\n.paraui-v3-collapse-layout.paraui-v3-collapse-layout-bottom .collapse-layout-click {\n position: absolute;\n top: \"\";\n left: 50%;\n width: 72px;\n height: 20px;\n background: rgba(171, 176, 185, 0.12);\n text-align: center;\n cursor: pointer;\n margin-top: 0;\n z-index: 1;\n display: flex;\n align-items: center;\n justify-content: center;\n transition-property: bottom;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-delay: 0ms;\n margin-left: -36px;\n bottom: 0px;\n border-bottom: 1px solid rgb(54, 102, 214);\n border-radius: 4px 4px 0 0;\n}\n.paraui-v3-collapse-layout.paraui-v3-collapse-layout-bottom .collapse-layout-display-shadow {\n transition-property: margin-bottom;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-delay: 0ms;\n}\n.paraui-v3-collapse-layout.paraui-v3-collapse-layout-top .collapse-layout-display,\n.paraui-v3-collapse-layout.paraui-v3-collapse-layout-top .collapse-layout-default, .paraui-v3-collapse-layout.paraui-v3-collapse-layout-bottom .collapse-layout-display,\n.paraui-v3-collapse-layout.paraui-v3-collapse-layout-bottom .collapse-layout-default {\n transition-property: height;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-delay: 0ms;\n}\n.paraui-v3-collapse-layout.paraui-v3-collapse-layout-top .collapse-layout-display-shadow, .paraui-v3-collapse-layout.paraui-v3-collapse-layout-bottom .collapse-layout-display-shadow {\n width: 100%;\n}\n.paraui-v3-collapse-layout.paraui-v3-collapse-layout-top > div, .paraui-v3-collapse-layout.paraui-v3-collapse-layout-bottom > div {\n display: block;\n width: 100%;\n position: relative;\n}";
|
|
13
13
|
styleInject(css_248z);
|
|
14
14
|
|
|
15
15
|
/**
|
package/ComboSelect/index.js
CHANGED
|
@@ -8,7 +8,7 @@ import SearchIcon from '@para-ui/icons/Search';
|
|
|
8
8
|
import CloseIcon from '@para-ui/icons/Close';
|
|
9
9
|
import CloseCircle from '@para-ui/icons/CloseCircle';
|
|
10
10
|
import Table from '../Table/index.js';
|
|
11
|
-
import { T as Tree } from '../_verture/index-
|
|
11
|
+
import { T as Tree } from '../_verture/index-fc2f9ac9.js';
|
|
12
12
|
import { Button } from '../Button/index.js';
|
|
13
13
|
import { Dropdown } from '../Dropdown/index.js';
|
|
14
14
|
import { Popover } from '../Popover/index.js';
|
|
@@ -993,7 +993,9 @@ var ComboSelect = function ComboSelect(props) {
|
|
|
993
993
|
return jsx("div", Object.assign({
|
|
994
994
|
className: treeCls
|
|
995
995
|
}, {
|
|
996
|
-
children: jsx(Tree, Object.assign({
|
|
996
|
+
children: jsx(Tree, Object.assign({
|
|
997
|
+
blockNode: mode === 'list'
|
|
998
|
+
}, reqOpts, TreeProps, {
|
|
997
999
|
wrapperStyle: {
|
|
998
1000
|
position: 'static'
|
|
999
1001
|
},
|
package/Drawer/index.js
CHANGED
|
@@ -34,7 +34,7 @@ var localeJson = {
|
|
|
34
34
|
en: en
|
|
35
35
|
};
|
|
36
36
|
|
|
37
|
-
var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2021/11/8 下午2:51\n* @description\n*/\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n/**\n* @author linhd\n* @date 2022/8/12 5:28 PM\n* @description 全局css前缀\n*/\n.paraui-v3-drawer {\n position: fixed;\n z-index: 1000;\n transition: width 0s ease 0.3s, height 0s ease 0.3s;\n}\n.paraui-v3-drawer.component-drawer-open {\n transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);\n}\n.paraui-v3-drawer .component-drawer-mask {\n background: rgba(0, 0, 0, 0.45);\n opacity: 0;\n width: 100%;\n height: 0;\n position: absolute;\n top: 0;\n left: 0;\n transition: opacity 0.3s linear, height 0s ease 0.3s;\n}\n.paraui-v3-drawer .component-drawer-content-wrapper {\n position: absolute;\n background: rgb(255, 255, 255);\n transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1);\n}\n.paraui-v3-drawer .component-drawer-content {\n overflow: auto;\n z-index: 1;\n position: relative;\n}\n.paraui-v3-drawer .component-drawer-content .drawer-content-body {\n display: flex;\n flex-flow: column nowrap;\n width: 100%;\n height: 100%;\n}\n.paraui-v3-drawer .component-drawer-content .drawer-content-body .drawer-body-header {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: space-between;\n flex: none;\n height: 60px;\n padding: 0 24px;\n font-size: 16px;\n font-weight: 700;\n color: rgb(46, 55, 67);\n border-bottom: 1px solid rgba(171, 176, 185, 0.2);\n}\n.paraui-v3-drawer .component-drawer-content .drawer-content-body .drawer-body-header .drawer-header-title {\n display: flex;\n flex: 1;\n align-items: center;\n justify-content: space-between;\n}\n.paraui-v3-drawer .component-drawer-content .drawer-content-body .drawer-body-header .drawer-header-extra button + button {\n margin-left: 16px;\n}\n.paraui-v3-drawer .component-drawer-content .drawer-content-body .drawer-body-content {\n flex: 1;\n padding: 24px;\n overflow: auto;\n word-wrap: break-word;\n}\n.paraui-v3-drawer .component-drawer-content .drawer-content-body .drawer-body-footer {\n display: flex;\n align-items: center;\n flex: none;\n padding: 16px 24px;\n font-size: 16px;\n color: rgb(46, 55, 67);\n border-top: 1px solid rgba(171, 176, 185, 0.2);\n}\n.paraui-v3-drawer .component-drawer-handle {\n position: absolute;\n top: 72px;\n width: 41px;\n height: 40px;\n cursor: pointer;\n z-index: 0;\n text-align: center;\n line-height: 40px;\n font-size: 16px;\n display: flex;\n justify-content: center;\n align-items: center;\n background: rgb(255, 255, 255);\n}\n.paraui-v3-drawer .component-drawer-handle-icon {\n width: 14px;\n height: 2px;\n background: #333;\n position: relative;\n transition: background 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);\n}\n.paraui-v3-drawer .component-drawer-handle-icon:before, .paraui-v3-drawer .component-drawer-handle-icon:after {\n content: \"\";\n display: block;\n position: absolute;\n background: #333;\n width: 100%;\n height: 2px;\n transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);\n}\n.paraui-v3-drawer .component-drawer-handle-icon:before {\n top: -5px;\n}\n.paraui-v3-drawer .component-drawer-handle-icon:after {\n top: 5px;\n}\n.paraui-v3-drawer.component-drawer-left, .paraui-v3-drawer.component-drawer-right {\n width: 0%;\n height: 100%;\n}\n.paraui-v3-drawer.component-drawer-left .component-drawer-content-wrapper, .paraui-v3-drawer.component-drawer-right .component-drawer-content-wrapper, .paraui-v3-drawer.component-drawer-left .component-drawer-content, .paraui-v3-drawer.component-drawer-right .component-drawer-content {\n height: 100%;\n}\n.paraui-v3-drawer.component-drawer-left.component-drawer-open, .paraui-v3-drawer.component-drawer-right.component-drawer-open {\n width: 100%;\n}\n.paraui-v3-drawer.component-drawer-left.component-drawer-open.no-mask, .paraui-v3-drawer.component-drawer-right.component-drawer-open.no-mask {\n width: 0%;\n}\n.paraui-v3-drawer.component-drawer-left {\n top: 0;\n left: 0;\n}\n.paraui-v3-drawer.component-drawer-left .component-drawer-handle {\n right: -40px;\n box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);\n border-radius: 0 4px 4px 0;\n}\n.paraui-v3-drawer.component-drawer-left.component-drawer-open .component-drawer-content-wrapper {\n box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);\n}\n.paraui-v3-drawer.component-drawer-right {\n top: 0;\n right: 0;\n}\n.paraui-v3-drawer.component-drawer-right .component-drawer-content-wrapper {\n right: 0;\n}\n.paraui-v3-drawer.component-drawer-right .component-drawer-handle {\n left: -40px;\n box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);\n border-radius: 4px 0 0 4px;\n}\n.paraui-v3-drawer.component-drawer-right.component-drawer-open .component-drawer-content-wrapper {\n box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);\n}\n.paraui-v3-drawer.component-drawer-right.component-drawer-open.no-mask {\n right: 1px;\n transform: translateX(1px);\n}\n.paraui-v3-drawer.component-drawer-top, .paraui-v3-drawer.component-drawer-bottom {\n width: 100%;\n height: 0%;\n}\n.paraui-v3-drawer.component-drawer-top .component-drawer-content-wrapper, .paraui-v3-drawer.component-drawer-bottom .component-drawer-content-wrapper, .paraui-v3-drawer.component-drawer-top .component-drawer-content, .paraui-v3-drawer.component-drawer-bottom .component-drawer-content {\n width: 100%;\n}\n.paraui-v3-drawer.component-drawer-top .component-drawer-content, .paraui-v3-drawer.component-drawer-bottom .component-drawer-content {\n height: 100%;\n}\n.paraui-v3-drawer.component-drawer-top.component-drawer-open, .paraui-v3-drawer.component-drawer-bottom.component-drawer-open {\n height: 100%;\n}\n.paraui-v3-drawer.component-drawer-top.component-drawer-open.no-mask, .paraui-v3-drawer.component-drawer-bottom.component-drawer-open.no-mask {\n height: 0%;\n}\n.paraui-v3-drawer.component-drawer-top .component-drawer-handle, .paraui-v3-drawer.component-drawer-bottom .component-drawer-handle {\n left: 50%;\n margin-left: -20px;\n}\n.paraui-v3-drawer.component-drawer-top {\n top: 0;\n left: 0;\n}\n.paraui-v3-drawer.component-drawer-top .component-drawer-handle {\n top: auto;\n bottom: -40px;\n box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);\n border-radius: 0 0 4px 4px;\n}\n.paraui-v3-drawer.component-drawer-top.component-drawer-open .component-drawer-content-wrapper {\n box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);\n}\n.paraui-v3-drawer.component-drawer-bottom {\n bottom: 0;\n left: 0;\n}\n.paraui-v3-drawer.component-drawer-bottom .component-drawer-content-wrapper {\n bottom: 0;\n}\n.paraui-v3-drawer.component-drawer-bottom .component-drawer-handle {\n top: -40px;\n box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);\n border-radius: 4px 4px 0 0;\n}\n.paraui-v3-drawer.component-drawer-bottom.component-drawer-open .component-drawer-content-wrapper {\n box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);\n}\n.paraui-v3-drawer.component-drawer-bottom.component-drawer-open.no-mask {\n bottom: 1px;\n transform: translateY(1px);\n}\n.paraui-v3-drawer.component-drawer-open.component-drawer .component-drawer-mask {\n opacity: 1;\n height: 100%;\n transition: none;\n animation: componentDrawerFadeIn 0.3s cubic-bezier(0.23, 1, 0.32, 1);\n pointer-events: auto;\n}\n.paraui-v3-drawer.component-drawer.component-drawer-open .component-drawer-handle-icon {\n background: transparent;\n}\n.paraui-v3-drawer.component-drawer.component-drawer-open .component-drawer-handle-icon:before {\n transform: translateY(5px) rotate(45deg);\n}\n.paraui-v3-drawer.component-drawer.component-drawer-open .component-drawer-handle-icon:after {\n transform: translateY(-5px) rotate(-45deg);\n}\n\n@keyframes componentDrawerFadeIn {\n 0% {\n opacity: 0;\n }\n 100% {\n opacity: 1;\n }\n}";
|
|
37
|
+
var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2021/11/8 下午2:51\n* @description\n*/\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n/**\n* @author linhd\n* @date 2022/8/12 5:28 PM\n* @description 全局css前缀\n*/\n.paraui-v3-drawer {\n position: fixed;\n z-index: 1000;\n transition: width 0s ease 0.3s, height 0s ease 0.3s;\n}\n.paraui-v3-drawer.component-drawer-open {\n transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);\n}\n.paraui-v3-drawer .component-drawer-mask {\n background: rgba(0, 0, 0, 0.45);\n opacity: 0;\n width: 100%;\n height: 0;\n position: absolute;\n top: 0;\n left: 0;\n transition: opacity 0.3s linear, height 0s ease 0.3s;\n pointer-events: none;\n}\n.paraui-v3-drawer .component-drawer-content-wrapper {\n position: absolute;\n background: rgb(255, 255, 255);\n transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1);\n}\n.paraui-v3-drawer .component-drawer-content {\n overflow: auto;\n z-index: 1;\n position: relative;\n}\n.paraui-v3-drawer .component-drawer-content .drawer-content-body {\n display: flex;\n flex-flow: column nowrap;\n width: 100%;\n height: 100%;\n}\n.paraui-v3-drawer .component-drawer-content .drawer-content-body .drawer-body-header {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: space-between;\n flex: none;\n height: 60px;\n padding: 0 24px;\n font-size: 16px;\n font-weight: 700;\n color: rgb(46, 55, 67);\n border-bottom: 1px solid rgba(171, 176, 185, 0.2);\n}\n.paraui-v3-drawer .component-drawer-content .drawer-content-body .drawer-body-header .drawer-header-title {\n display: flex;\n flex: 1;\n align-items: center;\n justify-content: space-between;\n}\n.paraui-v3-drawer .component-drawer-content .drawer-content-body .drawer-body-header .drawer-header-extra button + button {\n margin-left: 16px;\n}\n.paraui-v3-drawer .component-drawer-content .drawer-content-body .drawer-body-content {\n flex: 1;\n padding: 24px;\n overflow: auto;\n word-wrap: break-word;\n}\n.paraui-v3-drawer .component-drawer-content .drawer-content-body .drawer-body-footer {\n display: flex;\n align-items: center;\n flex: none;\n padding: 16px 24px;\n font-size: 16px;\n color: rgb(46, 55, 67);\n border-top: 1px solid rgba(171, 176, 185, 0.2);\n}\n.paraui-v3-drawer .component-drawer-handle {\n position: absolute;\n top: 72px;\n width: 41px;\n height: 40px;\n cursor: pointer;\n z-index: 0;\n text-align: center;\n line-height: 40px;\n font-size: 16px;\n display: flex;\n justify-content: center;\n align-items: center;\n background: rgb(255, 255, 255);\n}\n.paraui-v3-drawer .component-drawer-handle-icon {\n width: 14px;\n height: 2px;\n background: #333;\n position: relative;\n transition: background 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);\n}\n.paraui-v3-drawer .component-drawer-handle-icon:before, .paraui-v3-drawer .component-drawer-handle-icon:after {\n content: \"\";\n display: block;\n position: absolute;\n background: #333;\n width: 100%;\n height: 2px;\n transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);\n}\n.paraui-v3-drawer .component-drawer-handle-icon:before {\n top: -5px;\n}\n.paraui-v3-drawer .component-drawer-handle-icon:after {\n top: 5px;\n}\n.paraui-v3-drawer.component-drawer-left, .paraui-v3-drawer.component-drawer-right {\n width: 0%;\n height: 100%;\n}\n.paraui-v3-drawer.component-drawer-left .component-drawer-content-wrapper, .paraui-v3-drawer.component-drawer-right .component-drawer-content-wrapper, .paraui-v3-drawer.component-drawer-left .component-drawer-content, .paraui-v3-drawer.component-drawer-right .component-drawer-content {\n height: 100%;\n}\n.paraui-v3-drawer.component-drawer-left.component-drawer-open, .paraui-v3-drawer.component-drawer-right.component-drawer-open {\n width: 100%;\n}\n.paraui-v3-drawer.component-drawer-left.component-drawer-open.no-mask, .paraui-v3-drawer.component-drawer-right.component-drawer-open.no-mask {\n width: 0%;\n}\n.paraui-v3-drawer.component-drawer-left {\n top: 0;\n left: 0;\n}\n.paraui-v3-drawer.component-drawer-left .component-drawer-handle {\n right: -40px;\n box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);\n border-radius: 0 4px 4px 0;\n}\n.paraui-v3-drawer.component-drawer-left.component-drawer-open .component-drawer-content-wrapper {\n box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);\n}\n.paraui-v3-drawer.component-drawer-right {\n top: 0;\n right: 0;\n}\n.paraui-v3-drawer.component-drawer-right .component-drawer-content-wrapper {\n right: 0;\n}\n.paraui-v3-drawer.component-drawer-right .component-drawer-handle {\n left: -40px;\n box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);\n border-radius: 4px 0 0 4px;\n}\n.paraui-v3-drawer.component-drawer-right.component-drawer-open .component-drawer-content-wrapper {\n box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);\n}\n.paraui-v3-drawer.component-drawer-right.component-drawer-open.no-mask {\n right: 1px;\n transform: translateX(1px);\n}\n.paraui-v3-drawer.component-drawer-top, .paraui-v3-drawer.component-drawer-bottom {\n width: 100%;\n height: 0%;\n}\n.paraui-v3-drawer.component-drawer-top .component-drawer-content-wrapper, .paraui-v3-drawer.component-drawer-bottom .component-drawer-content-wrapper, .paraui-v3-drawer.component-drawer-top .component-drawer-content, .paraui-v3-drawer.component-drawer-bottom .component-drawer-content {\n width: 100%;\n}\n.paraui-v3-drawer.component-drawer-top .component-drawer-content, .paraui-v3-drawer.component-drawer-bottom .component-drawer-content {\n height: 100%;\n}\n.paraui-v3-drawer.component-drawer-top.component-drawer-open, .paraui-v3-drawer.component-drawer-bottom.component-drawer-open {\n height: 100%;\n}\n.paraui-v3-drawer.component-drawer-top.component-drawer-open.no-mask, .paraui-v3-drawer.component-drawer-bottom.component-drawer-open.no-mask {\n height: 0%;\n}\n.paraui-v3-drawer.component-drawer-top .component-drawer-handle, .paraui-v3-drawer.component-drawer-bottom .component-drawer-handle {\n left: 50%;\n margin-left: -20px;\n}\n.paraui-v3-drawer.component-drawer-top {\n top: 0;\n left: 0;\n}\n.paraui-v3-drawer.component-drawer-top .component-drawer-handle {\n top: auto;\n bottom: -40px;\n box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);\n border-radius: 0 0 4px 4px;\n}\n.paraui-v3-drawer.component-drawer-top.component-drawer-open .component-drawer-content-wrapper {\n box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);\n}\n.paraui-v3-drawer.component-drawer-bottom {\n bottom: 0;\n left: 0;\n}\n.paraui-v3-drawer.component-drawer-bottom .component-drawer-content-wrapper {\n bottom: 0;\n}\n.paraui-v3-drawer.component-drawer-bottom .component-drawer-handle {\n top: -40px;\n box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);\n border-radius: 4px 4px 0 0;\n}\n.paraui-v3-drawer.component-drawer-bottom.component-drawer-open .component-drawer-content-wrapper {\n box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);\n}\n.paraui-v3-drawer.component-drawer-bottom.component-drawer-open.no-mask {\n bottom: 1px;\n transform: translateY(1px);\n}\n.paraui-v3-drawer.component-drawer-open.component-drawer .component-drawer-mask {\n opacity: 1;\n height: 100%;\n transition: none;\n animation: componentDrawerFadeIn 0.3s cubic-bezier(0.23, 1, 0.32, 1);\n pointer-events: auto;\n}\n.paraui-v3-drawer.component-drawer.component-drawer-open .component-drawer-handle-icon {\n background: transparent;\n}\n.paraui-v3-drawer.component-drawer.component-drawer-open .component-drawer-handle-icon:before {\n transform: translateY(5px) rotate(45deg);\n}\n.paraui-v3-drawer.component-drawer.component-drawer-open .component-drawer-handle-icon:after {\n transform: translateY(-5px) rotate(-45deg);\n}\n\n@keyframes componentDrawerFadeIn {\n 0% {\n opacity: 0;\n }\n 100% {\n opacity: 1;\n }\n}";
|
|
38
38
|
styleInject(css_248z);
|
|
39
39
|
|
|
40
40
|
var Drawer = function Drawer(props) {
|
package/Empty/index.js
CHANGED
|
@@ -566,7 +566,7 @@ var localeJson = {
|
|
|
566
566
|
en: en
|
|
567
567
|
};
|
|
568
568
|
|
|
569
|
-
var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2022/4/2 上午10:55\n* @description\n*/\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n/**\n* @author linhd\n* @date 2022/8/12 5:28 PM\n* @description 全局css前缀\n*/\n.paraui-v3-empty {\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n}\n.paraui-v3-empty > .empty-image {\n line-height: 0;\n}\n.paraui-v3-empty > .empty-image img {\n width: 100%;\n}\n.paraui-v3-empty > .empty-description {\n line-height: 17px;\n font-size: 14px;\n font-weight: 400;\n color: rgba(46, 55, 67, 0.7);\n}\n.paraui-v3-empty > .empty-description > .empty-description-refresh {\n display: inline-block;\n}\n.paraui-v3-empty > .empty-description > .empty-description-refresh span {\n color: rgb(54, 102, 214);\n cursor: pointer;\n}\n.paraui-v3-empty.paraui-v3-empty-large > .empty-description {\n margin-top: 24px;\n}\n.paraui-v3-empty.paraui-v3-empty-small > .empty-description {\n margin-top: 12px;\n font-size: 12px;\n}";
|
|
569
|
+
var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2022/4/2 上午10:55\n* @description\n*/\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n/**\n* @author linhd\n* @date 2022/8/12 5:28 PM\n* @description 全局css前缀\n*/\n.paraui-v3-empty {\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n}\n.paraui-v3-empty > .empty-image {\n line-height: 0;\n overflow: hidden;\n}\n.paraui-v3-empty > .empty-image img {\n width: 100%;\n}\n.paraui-v3-empty > .empty-description {\n line-height: 17px;\n font-size: 14px;\n font-weight: 400;\n color: rgba(46, 55, 67, 0.7);\n}\n.paraui-v3-empty > .empty-description > .empty-description-refresh {\n display: inline-block;\n}\n.paraui-v3-empty > .empty-description > .empty-description-refresh span {\n color: rgb(54, 102, 214);\n cursor: pointer;\n}\n.paraui-v3-empty.paraui-v3-empty-large > .empty-description {\n margin-top: 24px;\n}\n.paraui-v3-empty.paraui-v3-empty-small > .empty-description {\n margin-top: 12px;\n font-size: 12px;\n}";
|
|
570
570
|
styleInject(css_248z);
|
|
571
571
|
|
|
572
572
|
var imageMap = {
|
|
@@ -636,7 +636,9 @@ var Empty = function Empty(props) {
|
|
|
636
636
|
})), des && jsxs("div", Object.assign({
|
|
637
637
|
className: 'empty-description'
|
|
638
638
|
}, {
|
|
639
|
-
children: [
|
|
639
|
+
children: [jsx(Fragment, {
|
|
640
|
+
children: des
|
|
641
|
+
}), refreshNode]
|
|
640
642
|
}))]
|
|
641
643
|
})
|
|
642
644
|
}));
|
package/Form/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import { _ as _slicedToArray } from '../_verture/slicedToArray-d7722f4b.js';
|
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import { DeepClone } from '@paraview/lib';
|
|
5
5
|
import React__default from 'react';
|
|
6
|
-
import { F as FormItem, v as validate } from '../_verture/index-
|
|
6
|
+
import { F as FormItem, v as validate } from '../_verture/index-a7b0efa2.js';
|
|
7
7
|
import { $ as $prefixCls } from '../_verture/constant-bf34e6fa.js';
|
|
8
8
|
import '../TextField/index.js';
|
|
9
9
|
import '../_verture/typeof-498dd2b1.js';
|
|
@@ -66,7 +66,7 @@ import '@para-ui/icons/DoubleLeft';
|
|
|
66
66
|
import '@para-ui/icons/DoubleRight';
|
|
67
67
|
import '@para-ui/icons/Left';
|
|
68
68
|
import '@para-ui/icons/Right';
|
|
69
|
-
import '../_verture/index-
|
|
69
|
+
import '../_verture/index-fc2f9ac9.js';
|
|
70
70
|
import 'rc-tree';
|
|
71
71
|
import '@para-ui/icons/Document';
|
|
72
72
|
import 'react-dom';
|
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-a7b0efa2.js';
|
|
4
4
|
import 'clsx';
|
|
5
5
|
import '../Label/index.js';
|
|
6
6
|
import '../_verture/constant-bf34e6fa.js';
|
|
@@ -66,7 +66,7 @@ import '@para-ui/icons/DoubleLeft';
|
|
|
66
66
|
import '@para-ui/icons/DoubleRight';
|
|
67
67
|
import '@para-ui/icons/Left';
|
|
68
68
|
import '@para-ui/icons/Right';
|
|
69
|
-
import '../_verture/index-
|
|
69
|
+
import '../_verture/index-fc2f9ac9.js';
|
|
70
70
|
import 'rc-tree';
|
|
71
71
|
import '@para-ui/icons/Document';
|
|
72
72
|
import 'react-dom';
|
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-ccfddd8f.js';
|
|
2
|
+
export { F as FunctionModalProvider, u as default, a as useClose } from '../_verture/modalContext-ccfddd8f.js';
|
|
3
3
|
import '../_verture/toConsumableArray-f8047a75.js';
|
|
4
4
|
import '../_verture/slicedToArray-d7722f4b.js';
|
|
5
5
|
import '../_verture/index-342379c6.js';
|
package/Querying/index.js
CHANGED
|
@@ -705,7 +705,7 @@ var localeJson = {
|
|
|
705
705
|
en: en
|
|
706
706
|
};
|
|
707
707
|
|
|
708
|
-
var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2022/4/2 上午10:55\n* @description\n*/\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n/**\n* @author linhd\n* @date 2022/8/12 5:28 PM\n* @description 全局css前缀\n*/\n.paraui-v3-querying {\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n}\n.paraui-v3-querying > .querying-image {\n line-height: 0;\n}\n.paraui-v3-querying > .querying-image img {\n width: 100%;\n}\n.paraui-v3-querying > .querying-description {\n line-height: 17px;\n font-size: 14px;\n font-weight: 400;\n color: rgba(46, 55, 67, 0.7);\n}\n.paraui-v3-querying.paraui-v3-querying-large > .querying-description {\n margin-top: 24px;\n}\n.paraui-v3-querying.paraui-v3-querying-small > .querying-description {\n margin-top: 12px;\n font-size: 12px;\n}";
|
|
708
|
+
var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2022/4/2 上午10:55\n* @description\n*/\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n/**\n* @author linhd\n* @date 2022/8/12 5:28 PM\n* @description 全局css前缀\n*/\n.paraui-v3-querying {\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n}\n.paraui-v3-querying > .querying-image {\n line-height: 0;\n overflow: hidden;\n}\n.paraui-v3-querying > .querying-image img {\n width: 100%;\n}\n.paraui-v3-querying > .querying-description {\n line-height: 17px;\n font-size: 14px;\n font-weight: 400;\n color: rgba(46, 55, 67, 0.7);\n}\n.paraui-v3-querying.paraui-v3-querying-large > .querying-description {\n margin-top: 24px;\n}\n.paraui-v3-querying.paraui-v3-querying-small > .querying-description {\n margin-top: 12px;\n font-size: 12px;\n}";
|
|
709
709
|
styleInject(css_248z);
|
|
710
710
|
|
|
711
711
|
var imageMap = {
|
package/README.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
## 版本: 3.0.12
|
|
2
|
+
|
|
3
|
+
para-ui/core@3.0.12 发布
|
|
4
|
+
【表格-Table】修改表格在ie上面空状态的时候,在外容器高度充足的时候,出现滚动条
|
|
5
|
+
【组合选择器-ComboSelect】增加浮层文字溢出时鼠标悬浮显示
|
|
6
|
+
【树控件-Tree】增加文字溢出时鼠标悬浮显示
|
|
7
|
+
【抽屉-Drawer】遮罩防重复点击
|
|
8
|
+
|
|
9
|
+
## 版本: 3.0.11
|
|
10
|
+
|
|
11
|
+
para-ui/core@3.0.11 发布
|
|
12
|
+
【空状态-Empty】修复在tree里面使用的时候,报唯一key问题
|
|
13
|
+
|
|
14
|
+
## 版本: 3.0.10
|
|
15
|
+
|
|
16
|
+
para-ui/core@3.0.10 发布
|
|
17
|
+
【分栏收缩容器-CollapseLayout】解决ie上,样式收起展开不对齐问题
|
|
18
|
+
|
|
19
|
+
## 版本: 3.0.9
|
|
20
|
+
|
|
21
|
+
para-ui/core@3.0.9 发布
|
|
22
|
+
【表格-Table】
|
|
23
|
+
1. 新增拖拽列, 可以拖动列,改变宽度
|
|
24
|
+
2. 通过 dragColumn 参数来控制是否有拖动列,默认是true,可拖动
|
|
25
|
+
3. 单选框,复选框,操作列序列化,嵌套标志,这几列不可拖动
|
|
26
|
+
4. lineWidth 可以设置拖动的最小宽度,默认80
|
|
27
|
+
【文字提示-Tooltip】修改箭头样式,在火狐浏览器显示不正常
|
|
28
|
+
|
|
1
29
|
## 版本: 3.0.8
|
|
2
30
|
|
|
3
31
|
para-ui/core@3.0.8 发布
|
package/Selector/lang/index.d.ts
CHANGED
|
@@ -6,6 +6,8 @@ declare const _default: {
|
|
|
6
6
|
selected: string;
|
|
7
7
|
pleaseEnter: string;
|
|
8
8
|
searchResult: string;
|
|
9
|
+
detail: string;
|
|
10
|
+
child: string;
|
|
9
11
|
};
|
|
10
12
|
en: {
|
|
11
13
|
root: string;
|
|
@@ -14,6 +16,8 @@ declare const _default: {
|
|
|
14
16
|
selected: string;
|
|
15
17
|
pleaseEnter: string;
|
|
16
18
|
searchResult: string;
|
|
19
|
+
detail: string;
|
|
20
|
+
child: string;
|
|
17
21
|
};
|
|
18
22
|
};
|
|
19
23
|
export default _default;
|