@para-ui/core 3.0.28 → 3.0.30

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.
Files changed (140) hide show
  1. package/AutoBox/index.js +48 -88
  2. package/AutoTips/index.js +25 -32
  3. package/Breadcrumbs/index.js +43 -63
  4. package/Button/SplitButton.d.ts +1 -1
  5. package/Button/index.d.ts +1 -1
  6. package/Button/index.js +88 -118
  7. package/ButtonGroup/index.js +27 -36
  8. package/Carousel/index.d.ts +2 -2
  9. package/Carousel/index.js +27 -28
  10. package/Cascader/index.js +52 -64
  11. package/Checkbox/index.js +23 -39
  12. package/CheckboxGroup/index.js +31 -48
  13. package/Collapse/collapsePanel.d.ts +1 -1
  14. package/Collapse/index.d.ts +1 -1
  15. package/Collapse/index.js +9 -29
  16. package/Collapse/util.d.ts +2 -2
  17. package/CollapseBox/index.js +45 -56
  18. package/CollapseLayout/index.js +35 -54
  19. package/ComboSelect/index.js +222 -349
  20. package/ComboSelect/interface.d.ts +3 -3
  21. package/Container/index.js +17 -20
  22. package/DatePicker/generatePicker/index.d.ts +17 -17
  23. package/DatePicker/index.d.ts +4 -4
  24. package/DatePicker/index.js +111 -167
  25. package/Desktop/index.js +62 -173
  26. package/Drawer/index.js +65 -58
  27. package/Drawer/interface.d.ts +7 -3
  28. package/Dropdown/index.d.ts +1 -1
  29. package/Dropdown/index.js +3 -3
  30. package/Empty/index.js +17 -22
  31. package/Form/index.d.ts +1 -1
  32. package/Form/index.js +38 -80
  33. package/FormItem/index.d.ts +1 -1
  34. package/FormItem/index.js +11 -11
  35. package/FormItem/validateFunction.d.ts +1 -1
  36. package/FunctionModal/index.js +11 -11
  37. package/GlobalContext/index.js +3 -3
  38. package/GlobalContext/usePopupContainer.d.ts +1 -1
  39. package/Help/index.js +11 -11
  40. package/HelperText/index.js +11 -12
  41. package/InputLang/index.js +47 -80
  42. package/InputNumber/index.js +65 -100
  43. package/Label/index.js +15 -16
  44. package/Loading/index.js +6 -7
  45. package/Menu/index.js +148 -328
  46. package/Menu/interface.d.ts +2 -2
  47. package/Menu/verticalMenuList.d.ts +1 -1
  48. package/Message/index.d.ts +1 -1
  49. package/Message/index.js +45 -64
  50. package/Modal/Confirm/index.d.ts +2 -2
  51. package/Modal/index.d.ts +1 -1
  52. package/Modal/index.js +119 -152
  53. package/MultiBox/index.js +44 -76
  54. package/Notification/index.d.ts +2 -2
  55. package/Notification/index.js +51 -72
  56. package/OperateBtn/index.js +42 -70
  57. package/PageHeader/index.js +120 -286
  58. package/PageHeader/interface.d.ts +1 -1
  59. package/Pagination/index.d.ts +2 -2
  60. package/Pagination/index.js +79 -131
  61. package/ParauiProvider/index.js +2 -3
  62. package/PasswordRules/index.js +12 -30
  63. package/PopConfirm/index.d.ts +1 -1
  64. package/PopConfirm/index.js +52 -59
  65. package/Popover/index.js +8 -9
  66. package/Progress/index.d.ts +6 -6
  67. package/Progress/index.js +50 -89
  68. package/Querying/index.js +14 -17
  69. package/README.md +813 -800
  70. package/Radio/index.js +21 -33
  71. package/RadioGroup/index.js +32 -47
  72. package/Search/index.js +44 -66
  73. package/Select/index.js +176 -343
  74. package/SelectInput/index.js +8 -9
  75. package/Selector/index.js +285 -681
  76. package/SelectorPicker/index.js +62 -97
  77. package/SingleBox/index.js +30 -55
  78. package/Slider/index.d.ts +1 -1
  79. package/Slider/index.js +29 -41
  80. package/Slider/interface.d.ts +2 -2
  81. package/Split/index.js +10 -23
  82. package/Status/index.js +8 -7
  83. package/Stepper/index.d.ts +1 -1
  84. package/Stepper/index.js +20 -25
  85. package/Styles/form.scss +5 -5
  86. package/Styles/index.scss +37 -37
  87. package/Styles/normalize.scss +348 -348
  88. package/Styles/scrollbar.scss +223 -223
  89. package/Styles/theme.scss +74 -74
  90. package/Switch/index.d.ts +2 -2
  91. package/Switch/index.js +19 -20
  92. package/Table/index.js +568 -1019
  93. package/Table/interface.d.ts +5 -5
  94. package/Tabs/index.d.ts +3 -3
  95. package/Tabs/index.js +47 -65
  96. package/Tag/TagGroup.d.ts +1 -1
  97. package/Tag/index.d.ts +2 -2
  98. package/Tag/index.js +72 -107
  99. package/TextEditor/index.d.ts +2 -2
  100. package/TextEditor/index.js +81 -105
  101. package/TextField/index.js +141 -220
  102. package/TimePicker/index.d.ts +1 -1
  103. package/TimePicker/index.js +12 -15
  104. package/Timeline/index.js +42 -52
  105. package/Title/index.js +10 -9
  106. package/ToggleButton/ToggleButtonGroup.d.ts +1 -1
  107. package/ToggleButton/index.js +50 -70
  108. package/Tooltip/index.js +64 -98
  109. package/Tooltip/interface.d.ts +1 -1
  110. package/Transfer/index.d.ts +1 -1
  111. package/Transfer/index.js +114 -137
  112. package/Transfer/useClick.d.ts +1 -1
  113. package/Tree/index.js +10 -10
  114. package/Tree/interface.d.ts +6 -6
  115. package/Upload/Dragger/index.d.ts +1 -1
  116. package/Upload/ImageUpload/index.d.ts +1 -1
  117. package/Upload/ImgCrop/EasyCrop.d.ts +1 -1
  118. package/Upload/index.d.ts +1 -1
  119. package/Upload/index.js +283 -475
  120. package/Upload/interface.d.ts +2 -2
  121. package/_verture/{constant-bf34e6fa.js → constant-66aa48a1.js} +0 -1
  122. package/_verture/defineProperty-62acccfc.js +34 -0
  123. package/_verture/{index-342379c6.js → index-06fea29b.js} +79 -124
  124. package/_verture/{index-48875ffd.js → index-131f8fe5.js} +80 -181
  125. package/_verture/{index-31ce5a11.js → index-92144ad3.js} +238 -445
  126. package/_verture/{index-bbed73a3.js → index-be4faaee.js} +19 -61
  127. package/_verture/{intl-336570e4.js → intl-5cbb940c.js} +4 -12
  128. package/_verture/{modalContext-d646d9db.js → modalContext-c749e1c6.js} +18 -43
  129. package/_verture/{slicedToArray-d7722f4b.js → slicedToArray-77980792.js} +23 -25
  130. package/_verture/{toConsumableArray-f8047a75.js → toConsumableArray-87c7d895.js} +1 -1
  131. package/_verture/{useFormatMessage-f4452258.js → useFormatMessage-703f8b20.js} +1 -3
  132. package/_verture/{useGlobalProps-af9a2af6.js → useGlobalProps-1b846a65.js} +1 -2
  133. package/_verture/{usePopupContainer-b8ab7cab.js → usePopupContainer-87febeb9.js} +10 -25
  134. package/_verture/{util-a77b261e.js → util-7e1fb1e2.js} +2 -3
  135. package/index.d.ts +2 -4
  136. package/index.js +15 -16
  137. package/package.json +167 -168
  138. package/Test/index.d.ts +0 -3
  139. package/Test/index.js +0 -9
  140. package/_verture/defineProperty-0590dc61.js +0 -16
@@ -1,4 +1,4 @@
1
- import { _ as _slicedToArray } from '../_verture/slicedToArray-d7722f4b.js';
1
+ import { _ as _slicedToArray } from '../_verture/slicedToArray-77980792.js';
2
2
  import { _ as __rest } from '../_verture/tslib.es6-55ed4bd2.js';
3
3
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
4
4
  import React__default, { useState, useEffect } from 'react';
@@ -9,15 +9,15 @@ import WarningCircleF from '@para-ui/icons/WarningCircleF';
9
9
  import { Button } from '../Button/index.js';
10
10
  import { Tooltip } from '../Tooltip/index.js';
11
11
  import clsx from 'clsx';
12
- import { u as useFormatMessage } from '../_verture/useFormatMessage-f4452258.js';
13
- import { $ as $prefixCls } from '../_verture/constant-bf34e6fa.js';
14
- import { u as usePopupContainer } from '../_verture/usePopupContainer-b8ab7cab.js';
12
+ import { u as useFormatMessage } from '../_verture/useFormatMessage-703f8b20.js';
13
+ import { $ as $prefixCls } from '../_verture/constant-66aa48a1.js';
14
+ import { u as usePopupContainer } from '../_verture/usePopupContainer-87febeb9.js';
15
15
  import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
16
16
  import '../_verture/typeof-498dd2b1.js';
17
17
  import '@para-ui/icons/LoadingF';
18
18
  import '@para-ui/icons/Forbid';
19
19
  import '@para-ui/icons/Down';
20
- import '../_verture/index-bbed73a3.js';
20
+ import '../_verture/index-be4faaee.js';
21
21
  import 'rc-dropdown';
22
22
  import 'dayjs';
23
23
  import '@paraview/lib';
@@ -43,76 +43,72 @@ var localeJson = {
43
43
  var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2021/11/2 下午1:44\n* @description\n*/\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n.paraui-v3-popconfirm.paraui-v3-tooltip {\n position: absolute;\n max-width: 600px;\n padding: 0;\n font-size: 14px;\n color: initial;\n background-color: rgb(255, 255, 255);\n box-shadow: 0px 2px 8px 0px rgba(171, 176, 185, 0.4);\n border-radius: 4px;\n}\n.paraui-v3-popconfirm.paraui-v3-tooltip .component-tooltip-inner {\n min-width: auto;\n min-height: auto;\n padding: 0;\n color: initial;\n background-color: transparent;\n}\n.paraui-v3-popconfirm .popconfirm-wrapper {\n min-width: 350px;\n padding: 24px;\n}\n.paraui-v3-popconfirm .popconfirm-wrapper .popconfirm-message {\n position: relative;\n}\n.paraui-v3-popconfirm .popconfirm-wrapper .popconfirm-message-icon {\n position: absolute;\n top: 2px;\n color: rgb(255, 161, 80);\n line-height: 0;\n font-size: 16px;\n}\n.paraui-v3-popconfirm .popconfirm-wrapper .popconfirm-message-icon svg {\n color: inherit;\n font-size: inherit;\n}\n.paraui-v3-popconfirm .popconfirm-wrapper .popconfirm-message-body {\n padding-left: 24px;\n line-height: 20px;\n font-size: 14px;\n color: rgb(46, 55, 67);\n}\n.paraui-v3-popconfirm .popconfirm-wrapper .popconfirm-message-title {\n font-weight: 700;\n}\n.paraui-v3-popconfirm .popconfirm-wrapper .popconfirm-message-content {\n font-weight: 400;\n margin-top: 13px;\n}\n.paraui-v3-popconfirm .popconfirm-wrapper .popconfirm-btns {\n margin-top: 32px;\n text-align: right;\n}\n.paraui-v3-popconfirm .popconfirm-wrapper .popconfirm-btns > button + button {\n margin-left: 16px;\n}";
44
44
  styleInject(css_248z);
45
45
 
46
+ //图标
46
47
  var iconMapping = {
47
48
  "success": jsx(CompleteIcon, {}),
48
49
  "warning": jsx(WarningCircleF, {}),
49
50
  "error": jsx(CloseCircleFilled, {}),
50
51
  "info": jsx(InfoOutlined, {})
51
- }; //popConfirm
52
-
52
+ };
53
+ //popConfirm
53
54
  var PopConfirm = function PopConfirm(props) {
54
55
  var _props$trigger = props.trigger,
55
- trigger = _props$trigger === void 0 ? 'click' : _props$trigger,
56
- _props$type = props.type,
57
- type = _props$type === void 0 ? 'warning' : _props$type,
58
- title = props.title,
59
- content = props.content,
60
- icon = props.icon,
61
- okText = props.okText,
62
- cancelText = props.cancelText,
63
- onOk = props.onOk,
64
- onCancel = props.onCancel,
65
- okButtonProps = props.okButtonProps,
66
- cancelButtonProps = props.cancelButtonProps,
67
- _props$placement = props.placement,
68
- placement = _props$placement === void 0 ? 'bottom' : _props$placement,
69
- className = props.className,
70
- overlayClassName = props.overlayClassName,
71
- style = props.style,
72
- children = props.children,
73
- _props$open = props.open,
74
- open = _props$open === void 0 ? false : _props$open,
75
- _props$controllable = props.controllable,
76
- controllable = _props$controllable === void 0 ? false : _props$controllable,
77
- _props$showCancel = props.showCancel,
78
- showCancel = _props$showCancel === void 0 ? true : _props$showCancel,
79
- _props$bubble = props.bubble,
80
- bubble = _props$bubble === void 0 ? true : _props$bubble,
81
- actions = props.actions,
82
- onClose = props.onClose,
83
- customizeContainer = props.getPopupContainer,
84
- restProps = __rest(props, ["trigger", "type", "title", "content", "icon", "okText", "cancelText", "onOk", "onCancel", "okButtonProps", "cancelButtonProps", "placement", "className", "overlayClassName", "style", "children", "open", "controllable", "showCancel", "bubble", "actions", "onClose", "getPopupContainer"]);
85
-
56
+ trigger = _props$trigger === void 0 ? 'click' : _props$trigger,
57
+ _props$type = props.type,
58
+ type = _props$type === void 0 ? 'warning' : _props$type,
59
+ title = props.title,
60
+ content = props.content,
61
+ icon = props.icon,
62
+ okText = props.okText,
63
+ cancelText = props.cancelText,
64
+ onOk = props.onOk,
65
+ onCancel = props.onCancel,
66
+ okButtonProps = props.okButtonProps,
67
+ cancelButtonProps = props.cancelButtonProps,
68
+ _props$placement = props.placement,
69
+ placement = _props$placement === void 0 ? 'bottom' : _props$placement,
70
+ className = props.className,
71
+ overlayClassName = props.overlayClassName,
72
+ style = props.style,
73
+ children = props.children,
74
+ _props$open = props.open,
75
+ open = _props$open === void 0 ? false : _props$open,
76
+ _props$controllable = props.controllable,
77
+ controllable = _props$controllable === void 0 ? false : _props$controllable,
78
+ _props$showCancel = props.showCancel,
79
+ showCancel = _props$showCancel === void 0 ? true : _props$showCancel,
80
+ _props$bubble = props.bubble,
81
+ bubble = _props$bubble === void 0 ? true : _props$bubble,
82
+ actions = props.actions,
83
+ onClose = props.onClose,
84
+ customizeContainer = props.getPopupContainer,
85
+ restProps = __rest(props, ["trigger", "type", "title", "content", "icon", "okText", "cancelText", "onOk", "onCancel", "okButtonProps", "cancelButtonProps", "placement", "className", "overlayClassName", "style", "children", "open", "controllable", "showCancel", "bubble", "actions", "onClose", "getPopupContainer"]);
86
86
  var intl = useFormatMessage('PopConfirm', localeJson);
87
87
  var wrapRef = React__default.useRef();
88
- var getPopupContainer = usePopupContainer(wrapRef, customizeContainer); //打开
89
-
88
+ var getPopupContainer = usePopupContainer(wrapRef, customizeContainer);
89
+ //打开
90
90
  var _useState = useState(false),
91
- _useState2 = _slicedToArray(_useState, 2),
92
- inOpen = _useState2[0],
93
- setInOpen = _useState2[1]; //取消
94
-
95
-
91
+ _useState2 = _slicedToArray(_useState, 2),
92
+ inOpen = _useState2[0],
93
+ setInOpen = _useState2[1];
94
+ //取消
96
95
  var handleCancel = function handleCancel() {
97
96
  onCancel === null || onCancel === void 0 ? void 0 : onCancel();
98
97
  handleClose();
99
- }; //确认
100
-
101
-
98
+ };
99
+ //确认
102
100
  var handleOk = function handleOk() {
103
101
  onOk === null || onOk === void 0 ? void 0 : onOk();
104
102
  handleClose();
105
- }; //关闭
106
-
107
-
103
+ };
104
+ //关闭
108
105
  var handleClose = function handleClose() {
109
106
  if (!controllable) {
110
107
  setInOpen(false);
111
108
  onClose === null || onClose === void 0 ? void 0 : onClose();
112
109
  }
113
- }; //tooltip vis
114
-
115
-
110
+ };
111
+ //tooltip vis
116
112
  var onVisibleChange = function onVisibleChange(vis) {
117
113
  if (!controllable) {
118
114
  setInOpen(vis);
@@ -121,11 +117,10 @@ var PopConfirm = function PopConfirm(props) {
121
117
  if (open) onClose === null || onClose === void 0 ? void 0 : onClose();
122
118
  }
123
119
  };
124
-
125
120
  useEffect(function () {
126
121
  if (controllable) setInOpen(open);
127
- }, [open]); //渲染内容
128
-
122
+ }, [open]);
123
+ //渲染内容
129
124
  var renderOverlay = function renderOverlay() {
130
125
  var btns = jsxs(Fragment, {
131
126
  children: [showCancel && jsx(Button, Object.assign({
@@ -146,7 +141,6 @@ var PopConfirm = function PopConfirm(props) {
146
141
  })
147
142
  }))]
148
143
  });
149
-
150
144
  return jsxs("div", Object.assign({
151
145
  className: clsx('popconfirm-wrapper'),
152
146
  style: style,
@@ -181,7 +175,6 @@ var PopConfirm = function PopConfirm(props) {
181
175
  }))]
182
176
  }));
183
177
  };
184
-
185
178
  return jsx(Tooltip, Object.assign({}, restProps, {
186
179
  ref: wrapRef,
187
180
  trigger: trigger,
package/Popover/index.js CHANGED
@@ -2,25 +2,25 @@ import { _ as __rest } from '../_verture/tslib.es6-55ed4bd2.js';
2
2
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
3
3
  import React__default from 'react';
4
4
  import { Tooltip } from '../Tooltip/index.js';
5
- import { $ as $prefixCls, a as $rcPrefixCls } from '../_verture/constant-bf34e6fa.js';
6
- import { u as usePopupContainer } from '../_verture/usePopupContainer-b8ab7cab.js';
5
+ import { $ as $prefixCls, a as $rcPrefixCls } from '../_verture/constant-66aa48a1.js';
6
+ import { u as usePopupContainer } from '../_verture/usePopupContainer-87febeb9.js';
7
7
  import clsx from 'clsx';
8
8
  import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
9
- import '../_verture/slicedToArray-d7722f4b.js';
9
+ import '../_verture/slicedToArray-77980792.js';
10
10
  import 'rc-tooltip';
11
11
  import 'rc-tooltip/lib/placements';
12
12
 
13
13
  var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2022/6/7 上午11:06\n* @description\n*/\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n.paraui-v3-popover {\n color: rgb(46, 55, 67);\n font-size: 14px;\n font-variant: tabular-nums;\n line-height: 1.5715;\n list-style: none;\n font-feature-settings: \"tnum\";\n position: absolute;\n top: 0;\n left: 0;\n z-index: 1500;\n font-weight: 400;\n white-space: normal;\n text-align: left;\n cursor: auto;\n user-select: text;\n}\n.paraui-v3-popover::after {\n position: absolute;\n background: rgba(255, 255, 255, 0.01);\n content: \"\";\n}\n.paraui-v3-popover.component-popover-hidden {\n display: none;\n}\n.paraui-v3-popover .component-popover-inner {\n background-color: rgb(255, 255, 255);\n background-clip: padding-box;\n border-radius: 4px;\n box-shadow: 0px 2px 8px 0px rgba(171, 176, 185, 0.4);\n}\n.paraui-v3-popover .component-popover-title {\n min-height: 32px;\n margin: 0;\n padding: 4px 16px;\n color: rgb(46, 55, 67);\n font-weight: 400;\n border-bottom: 1px solid #f0f0f0;\n}\n.paraui-v3-popover .component-popover-inner-content {\n color: rgb(46, 55, 67);\n}\n.paraui-v3-popover .component-popover-buttons {\n margin-bottom: 4px;\n text-align: right;\n}\n.paraui-v3-popover .component-popover-buttons button {\n margin-left: 8px;\n}\n.paraui-v3-popover .component-popover-arrow {\n position: absolute;\n display: none;\n width: 16px;\n height: 16px;\n overflow: hidden;\n background: transparent;\n pointer-events: none;\n}\n.paraui-v3-popover .component-popover-arrow-content {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n display: block;\n width: 11.3137085px;\n height: 11.3137085px;\n margin: auto;\n background-color: rgb(255, 255, 255);\n content: \"\";\n border-radius: 0 0 4px;\n pointer-events: none;\n}\n.paraui-v3-popover .component-popover-arrow-content::before {\n position: absolute;\n top: -11.3137085px;\n left: -11.3137085px;\n width: 33.9411255px;\n height: 33.9411255px;\n background: rgb(255, 255, 255) -10px -10px no-repeat;\n content: \"\";\n -webkit-clip-path: path(\"M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z\");\n}\n.paraui-v3-popover.component-popover-placement-top .component-popover-arrow, .paraui-v3-popover.component-popover-placement-topLeft .component-popover-arrow, .paraui-v3-popover.component-popover-placement-topRight .component-popover-arrow {\n bottom: -0.6862915px;\n}\n.paraui-v3-popover.component-popover-placement-top .component-popover-arrow-content, .paraui-v3-popover.component-popover-placement-topLeft .component-popover-arrow-content, .paraui-v3-popover.component-popover-placement-topRight .component-popover-arrow-content {\n box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);\n transform: translateY(-1px) rotate(45deg);\n}\n.paraui-v3-popover.component-popover-placement-top .component-popover-arrow {\n left: 50%;\n transform: translateX(-50%);\n}\n.paraui-v3-popover.component-popover-placement-topLeft .component-popover-arrow {\n left: 16px;\n}\n.paraui-v3-popover.component-popover-placement-topRight .component-popover-arrow {\n right: 16px;\n}\n.paraui-v3-popover.component-popover-placement-right .component-popover-arrow, .paraui-v3-popover.component-popover-placement-rightTop .component-popover-arrow, .paraui-v3-popover.component-popover-placement-rightBottom .component-popover-arrow {\n left: -0.6862915px;\n}\n.paraui-v3-popover.component-popover-placement-right .component-popover-arrow-content, .paraui-v3-popover.component-popover-placement-rightTop .component-popover-arrow-content, .paraui-v3-popover.component-popover-placement-rightBottom .component-popover-arrow-content {\n box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);\n transform: translateX(1px) rotate(135deg);\n}\n.paraui-v3-popover.component-popover-placement-right .component-popover-arrow {\n top: 50%;\n transform: translateY(-50%);\n}\n.paraui-v3-popover.component-popover-placement-rightTop .component-popover-arrow {\n top: 12px;\n}\n.paraui-v3-popover.component-popover-placement-rightBottom .component-popover-arrow {\n bottom: 12px;\n}\n.paraui-v3-popover.component-popover-placement-bottom .component-popover-arrow, .paraui-v3-popover.component-popover-placement-bottomLeft .component-popover-arrow, .paraui-v3-popover.component-popover-placement-bottomRight .component-popover-arrow {\n top: -0.6862915px;\n}\n.paraui-v3-popover.component-popover-placement-bottom .component-popover-arrow-content, .paraui-v3-popover.component-popover-placement-bottomLeft .component-popover-arrow-content, .paraui-v3-popover.component-popover-placement-bottomRight .component-popover-arrow-content {\n box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);\n transform: translateY(1px) rotate(-135deg);\n}\n.paraui-v3-popover.component-popover-placement-bottom .component-popover-arrow {\n left: 50%;\n transform: translateX(-50%);\n}\n.paraui-v3-popover.component-popover-placement-bottomLeft .component-popover-arrow {\n left: 16px;\n}\n.paraui-v3-popover.component-popover-placement-bottomRight .component-popover-arrow {\n right: 16px;\n}\n.paraui-v3-popover.component-popover-placement-left .component-popover-arrow, .paraui-v3-popover.component-popover-placement-leftTop .component-popover-arrow, .paraui-v3-popover.component-popover-placement-leftBottom .component-popover-arrow {\n right: -0.6862915px;\n}\n.paraui-v3-popover.component-popover-placement-left .component-popover-arrow-content, .paraui-v3-popover.component-popover-placement-leftTop .component-popover-arrow-content, .paraui-v3-popover.component-popover-placement-leftBottom .component-popover-arrow-content {\n box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);\n transform: translateX(-1px) rotate(-45deg);\n}\n.paraui-v3-popover.component-popover-placement-left .component-popover-arrow {\n top: 50%;\n transform: translateY(-50%);\n}\n.paraui-v3-popover.component-popover-placement-leftTop .component-popover-arrow {\n top: 12px;\n}\n.paraui-v3-popover.component-popover-placement-leftBottom .component-popover-arrow {\n bottom: 12px;\n}\n\n.component-popover-zoom-big-enter,\n.component-popover-zoom-big-appear {\n animation-duration: 0.2s;\n animation-fill-mode: both;\n animation-play-state: paused;\n}\n\n.component-popover-zoom-big-leave {\n animation-duration: 0.2s;\n animation-fill-mode: both;\n animation-play-state: paused;\n}\n\n.component-popover-zoom-big-enter.component-popover-zoom-big-enter-active,\n.component-popover-zoom-big-appear.component-popover-zoom-big-appear-active {\n animation-name: componentPopoverZoomBigIn;\n animation-play-state: running;\n}\n\n.component-popover-zoom-big-leave.component-popover-zoom-big-leave-active {\n animation-name: componentPopoverZoomBigOut;\n animation-play-state: running;\n pointer-events: none;\n}\n\n.component-popover-zoom-big-enter,\n.component-popover-zoom-big-appear {\n transform: scale(0);\n opacity: 0;\n animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);\n}\n\n.component-popover-zoom-big-enter-prepare,\n.component-popover-zoom-big-appear-prepare {\n transform: none;\n}\n\n.component-popover-zoom-big-leave {\n animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);\n}\n\n@keyframes componentPopoverZoomBigIn {\n 0% {\n transform: scale(0.8);\n opacity: 0;\n }\n 100% {\n transform: scale(1);\n opacity: 1;\n }\n}\n@keyframes componentPopoverZoomBigOut {\n 0% {\n transform: scale(1);\n }\n 100% {\n transform: scale(0.8);\n opacity: 0;\n }\n}";
14
14
  styleInject(css_248z);
15
15
 
16
+ //popover
16
17
  var Popover = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
17
18
  var title = props.title,
18
- content = props.content,
19
- restProps = __rest(props, ["title", "content"]);
20
-
19
+ content = props.content,
20
+ restProps = __rest(props, ["title", "content"]);
21
21
  var wrapRef = React__default.useRef();
22
- var getPopupContainer = usePopupContainer(wrapRef, props.getPopupContainer); //浮层
23
-
22
+ var getPopupContainer = usePopupContainer(wrapRef, props.getPopupContainer);
23
+ //浮层
24
24
  var getOverlay = function getOverlay(prefixCls) {
25
25
  if (!title && !content) return null;
26
26
  return jsxs(Fragment, {
@@ -35,7 +35,6 @@ var Popover = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
35
35
  }))]
36
36
  });
37
37
  };
38
-
39
38
  var prefixCls = "".concat($rcPrefixCls, "-popover");
40
39
  return jsx(Tooltip, Object.assign({}, restProps, {
41
40
  isPopover: true,
@@ -11,7 +11,7 @@ declare enum ProgressTypes {
11
11
  "circle" = 1,
12
12
  "dashboard" = 2
13
13
  }
14
- export declare type ProgressType = typeof ProgressTypes[number];
14
+ export type ProgressType = typeof ProgressTypes[number];
15
15
  /** 进度条状态 **/
16
16
  declare enum ProgressStatuses {
17
17
  "normal" = 0,
@@ -20,19 +20,19 @@ declare enum ProgressStatuses {
20
20
  "success" = 3
21
21
  }
22
22
  /** 渐变进度条入参格式 两种 **/
23
- export declare type StringGradients = {
23
+ export type StringGradients = {
24
24
  [percentage: string]: string;
25
25
  };
26
- declare type FromToGradients = {
26
+ type FromToGradients = {
27
27
  from: string;
28
28
  to: string;
29
29
  };
30
- declare type ColorStringGradients = [string, StringGradients];
31
- export declare type ProgressGradient = {
30
+ type ColorStringGradients = [string, StringGradients];
31
+ export type ProgressGradient = {
32
32
  direction?: string;
33
33
  } & (StringGradients | FromToGradients);
34
34
  /** 进度条渐变方向 **/
35
- export declare type DirectionType = "ltr" | "rtl" | undefined;
35
+ export type DirectionType = "ltr" | "rtl" | undefined;
36
36
  /** 成功的进度条的配置 **/
37
37
  export interface SuccessProps {
38
38
  /** 进度条值 **/
package/Progress/index.js CHANGED
@@ -5,23 +5,21 @@ import CompleteIcon from '@para-ui/icons/CheckCircleF';
5
5
  import CloseCircleFilled from '@para-ui/icons/CloseCircleF';
6
6
  import Check from '@para-ui/icons/Check';
7
7
  import CloseIcon from '@para-ui/icons/Close';
8
- import { a as $rcPrefixCls, $ as $prefixCls } from '../_verture/constant-bf34e6fa.js';
8
+ import { a as $rcPrefixCls, $ as $prefixCls } from '../_verture/constant-66aa48a1.js';
9
9
  import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
10
10
 
11
11
  var Steps = function Steps(props) {
12
12
  var steps = props.steps,
13
- _props$percent = props.percent,
14
- percent = _props$percent === void 0 ? 0 : _props$percent,
15
- _props$strokeWidth = props.strokeWidth,
16
- strokeWidth = _props$strokeWidth === void 0 ? 8 : _props$strokeWidth,
17
- strokeColor = props.strokeColor,
18
- trailColor = props.trailColor,
19
- children = props.children;
13
+ _props$percent = props.percent,
14
+ percent = _props$percent === void 0 ? 0 : _props$percent,
15
+ _props$strokeWidth = props.strokeWidth,
16
+ strokeWidth = _props$strokeWidth === void 0 ? 8 : _props$strokeWidth,
17
+ strokeColor = props.strokeColor,
18
+ trailColor = props.trailColor,
19
+ children = props.children;
20
20
  /** 计算出应该高亮多少步 **/
21
-
22
21
  var current = typeof percent === "number" ? Math.round(steps * (percent / 100)) : 1;
23
22
  var styledSteps = [];
24
-
25
23
  for (var i = 0; i < steps; i += 1) {
26
24
  styledSteps.push(jsx("div", {
27
25
  className: i <= current - 1 ? "steps-item steps-item-active" : "steps-item",
@@ -32,7 +30,6 @@ var Steps = function Steps(props) {
32
30
  }
33
31
  }, i));
34
32
  }
35
-
36
33
  return jsxs("div", Object.assign({
37
34
  className: "steps-outer"
38
35
  }, {
@@ -49,11 +46,9 @@ function validProgress(progress) {
49
46
  if (!progress || progress < 0) {
50
47
  return 0;
51
48
  }
52
-
53
49
  if (progress > 100) {
54
50
  return 100;
55
51
  }
56
-
57
52
  return progress;
58
53
  }
59
54
 
@@ -69,27 +64,26 @@ function validProgress(progress) {
69
64
  * @param gradients 渐变的参数
70
65
  * @return {string} 样式值
71
66
  */
72
-
73
67
  var sortGradient = function sortGradient(gradients) {
74
68
  var tempArr = [];
75
69
  Object.keys(gradients).forEach(function (key) {
76
70
  // 拿到百分比的数字
77
- var formattedKey = parseFloat(key.replace(/%/g, "")); // 进行序列化
78
-
71
+ var formattedKey = parseFloat(key.replace(/%/g, ""));
72
+ // 进行序列化
79
73
  if (!isNaN(formattedKey)) {
80
74
  tempArr.push({
81
75
  key: formattedKey,
82
76
  value: gradients[key]
83
77
  });
84
78
  }
85
- }); // 排序 从小到大
86
-
79
+ });
80
+ // 排序 从小到大
87
81
  tempArr = tempArr.sort(function (a, b) {
88
82
  return a.key - b.key;
89
83
  });
90
84
  return tempArr.map(function (_ref) {
91
85
  var key = _ref.key,
92
- value = _ref.value;
86
+ value = _ref.value;
93
87
  return "".concat(value, " ").concat(key, "%");
94
88
  }).join(", ");
95
89
  };
@@ -111,48 +105,41 @@ var sortGradient = function sortGradient(gradients) {
111
105
  * @param {string} strokeColor 颜色值
112
106
  * @return 返回 backgroundImage 的样式值
113
107
  */
114
-
115
108
  var handleGradient = function handleGradient(strokeColor, directionConfig) {
116
109
  var _strokeColor$from = strokeColor.from,
117
- from = _strokeColor$from === void 0 ? "#3D66F8" : _strokeColor$from,
118
- _strokeColor$to = strokeColor.to,
119
- to = _strokeColor$to === void 0 ? "#4F93F0" : _strokeColor$to,
120
- _strokeColor$directio = strokeColor.direction,
121
- direction = _strokeColor$directio === void 0 ? directionConfig === "rtl" ? "to left" : "to right" : _strokeColor$directio,
122
- rest = __rest(strokeColor, ["from", "to", "direction"]); // 剩余参数有值说明除了from to direction 还传了 另外的参数
123
-
124
-
110
+ from = _strokeColor$from === void 0 ? "#3D66F8" : _strokeColor$from,
111
+ _strokeColor$to = strokeColor.to,
112
+ to = _strokeColor$to === void 0 ? "#4F93F0" : _strokeColor$to,
113
+ _strokeColor$directio = strokeColor.direction,
114
+ direction = _strokeColor$directio === void 0 ? directionConfig === "rtl" ? "to left" : "to right" : _strokeColor$directio,
115
+ rest = __rest(strokeColor, ["from", "to", "direction"]);
116
+ // 剩余参数有值说明除了from to direction 还传了 另外的参数
125
117
  if (Object.keys(rest).length !== 0) {
126
118
  var sortedGradients = sortGradient(rest);
127
119
  return {
128
120
  backgroundImage: "linear-gradient(".concat(direction, ", ").concat(sortedGradients, ")")
129
121
  };
130
122
  }
131
-
132
123
  return {
133
124
  backgroundImage: "linear-gradient(".concat(direction, ", ").concat(from, ", ").concat(to, ")")
134
125
  };
135
126
  };
136
-
137
127
  var Line = function Line(props) {
138
128
  var directionConfig = props.direction,
139
- percent = props.percent,
140
- strokeWidth = props.strokeWidth,
141
- strokeColor = props.strokeColor,
142
- strokeLinecap = props.strokeLinecap,
143
- trailColor = props.trailColor;
129
+ percent = props.percent,
130
+ strokeWidth = props.strokeWidth,
131
+ strokeColor = props.strokeColor,
132
+ strokeLinecap = props.strokeLinecap,
133
+ trailColor = props.trailColor;
144
134
  /** 进度条高亮部分的颜色样式 **/
145
-
146
135
  var backgroundProps = strokeColor && typeof strokeColor !== "string" ? handleGradient(strokeColor, directionConfig) : {
147
136
  background: strokeColor
148
137
  };
149
138
  /** 进度条轨道部分的颜色样式 **/
150
-
151
139
  var trailStyle = trailColor ? {
152
140
  backgroundColor: trailColor
153
141
  } : undefined;
154
142
  /** 进度条百分比的样式 **/
155
-
156
143
  var percentStyle = Object.assign({
157
144
  width: "".concat(validProgress(percent), "%"),
158
145
  height: strokeWidth || 8,
@@ -173,19 +160,14 @@ var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2021/10/20 下
173
160
  styleInject(css_248z);
174
161
 
175
162
  /** 进度条类型 **/
176
-
177
163
  var ProgressTypes;
178
-
179
164
  (function (ProgressTypes) {
180
165
  ProgressTypes[ProgressTypes["line"] = 0] = "line";
181
166
  ProgressTypes[ProgressTypes["circle"] = 1] = "circle";
182
167
  ProgressTypes[ProgressTypes["dashboard"] = 2] = "dashboard";
183
168
  })(ProgressTypes || (ProgressTypes = {}));
184
169
  /** 进度条状态 **/
185
-
186
-
187
170
  var ProgressStatuses;
188
-
189
171
  (function (ProgressStatuses) {
190
172
  ProgressStatuses[ProgressStatuses["normal"] = 0] = "normal";
191
173
  ProgressStatuses[ProgressStatuses["exception"] = 1] = "exception";
@@ -193,8 +175,6 @@ var ProgressStatuses;
193
175
  ProgressStatuses[ProgressStatuses["success"] = 3] = "success";
194
176
  })(ProgressStatuses || (ProgressStatuses = {}));
195
177
  /** 每个类型对应的进度条默认颜色 **/
196
-
197
-
198
178
  var strokeColorMap = {
199
179
  success: "rgba(83, 195, 27, 1)",
200
180
  exception: "rgba(235, 96, 84, 1)",
@@ -203,38 +183,36 @@ var strokeColorMap = {
203
183
  };
204
184
  var Progress = function Progress(props) {
205
185
  var _props$type = props.type,
206
- type = _props$type === void 0 ? "line" : _props$type,
207
- className = props.className,
208
- style = props.style;
209
- props.children;
210
- var status = props.status,
211
- _props$width = props.width,
212
- width = _props$width === void 0 ? 132 : _props$width,
213
- _props$showInfo = props.showInfo,
214
- showInfo = _props$showInfo === void 0 ? true : _props$showInfo,
215
- format = props.format,
216
- success = props.success,
217
- _props$percent = props.percent,
218
- percent = _props$percent === void 0 ? 0 : _props$percent,
219
- steps = props.steps,
220
- direction = props.direction,
221
- strokeColor = props.strokeColor,
222
- _props$gapDegree = props.gapDegree,
223
- gapDegree = _props$gapDegree === void 0 ? 75 : _props$gapDegree,
224
- otherProps = __rest(props, ["type", "className", "style", "children", "status", "width", "showInfo", "format", "success", "percent", "steps", "direction", "strokeColor", "gapDegree"]);
186
+ type = _props$type === void 0 ? "line" : _props$type,
187
+ className = props.className,
188
+ style = props.style;
189
+ props.children;
190
+ var status = props.status,
191
+ _props$width = props.width,
192
+ width = _props$width === void 0 ? 132 : _props$width,
193
+ _props$showInfo = props.showInfo,
194
+ showInfo = _props$showInfo === void 0 ? true : _props$showInfo,
195
+ format = props.format,
196
+ success = props.success,
197
+ _props$percent = props.percent,
198
+ percent = _props$percent === void 0 ? 0 : _props$percent,
199
+ steps = props.steps,
200
+ direction = props.direction,
201
+ strokeColor = props.strokeColor,
202
+ _props$gapDegree = props.gapDegree,
203
+ gapDegree = _props$gapDegree === void 0 ? 75 : _props$gapDegree,
204
+ otherProps = __rest(props, ["type", "className", "style", "children", "status", "width", "showInfo", "format", "success", "percent", "steps", "direction", "strokeColor", "gapDegree"]);
225
205
  /**
226
206
  * 处理class
227
207
  * @return {string}
228
208
  */
229
-
230
-
231
209
  var classString = function classString() {
232
- var str = "".concat($prefixCls, "-progress ").concat($prefixCls, "-progress-").concat(type || "default"); // 添加成功状态的class
233
-
234
- if (isSuccessStatus) str += " ".concat($prefixCls, "-progress-success-status"); // 添加错误状态下的class
235
-
236
- if (status === "exception") str += " ".concat($prefixCls, "-progress-exception-status"); // 添加active状态下的class
237
-
210
+ var str = "".concat($prefixCls, "-progress ").concat($prefixCls, "-progress-").concat(type || "default");
211
+ // 添加成功状态的class
212
+ if (isSuccessStatus) str += " ".concat($prefixCls, "-progress-success-status");
213
+ // 添加错误状态下的class
214
+ if (status === "exception") str += " ".concat($prefixCls, "-progress-exception-status");
215
+ // 添加active状态下的class
238
216
  if (status === "active") str += " ".concat($prefixCls, "-progress-active-status");
239
217
  if (className) str += " " + className;
240
218
  return str;
@@ -243,37 +221,27 @@ var Progress = function Progress(props) {
243
221
  * 处理进度条颜色
244
222
  * @return {string}
245
223
  */
246
-
247
-
248
224
  var strokeColorVal = function strokeColorVal() {
249
225
  // 如果传了成功进度条的配置
250
226
  if (strokeColor) return strokeColor;
251
-
252
227
  if (success && success.percent < percent) {
253
228
  return [success.strokeColor || strokeColorMap["success"], strokeColorMap["normal"]];
254
229
  }
255
-
256
230
  return isSuccessStatus ? strokeColorMap["success"] : strokeColorMap[status || "normal"];
257
231
  };
258
232
  /**
259
233
  * 处理进度条的值
260
234
  * @return {string}
261
235
  */
262
-
263
-
264
236
  var renderPercent = function renderPercent() {
265
237
  if (success && success.percent < percent && typeof percent === "number") {
266
238
  return [success.percent, percent - success.percent];
267
239
  }
268
-
269
240
  return percent;
270
241
  };
271
242
  /** 标记是不是成功状态 **/
272
-
273
-
274
243
  var isSuccessStatus = percent && percent === 100 && !status || status === "success";
275
244
  /** style值 **/
276
-
277
245
  var renderStyle = type === "circle" || type === "dashboard" ? {
278
246
  width: width,
279
247
  height: width
@@ -282,7 +250,6 @@ var Progress = function Progress(props) {
282
250
  * 处理描述信息
283
251
  * @return {string | ReactNode}
284
252
  */
285
-
286
253
  var renderLabel = function renderLabel() {
287
254
  if (format) return format(percent);
288
255
  if (isSuccessStatus) return type === "circle" ? jsx(Check, {
@@ -298,8 +265,6 @@ var Progress = function Progress(props) {
298
265
  return validProgress(percent) + "%";
299
266
  };
300
267
  /** 默认进度条 **/
301
-
302
-
303
268
  var renderLineProgress = steps ? jsx(Steps, Object.assign({
304
269
  steps: steps,
305
270
  strokeColor: strokeColorVal(),
@@ -318,7 +283,6 @@ var Progress = function Progress(props) {
318
283
  children: " "
319
284
  }));
320
285
  /** 圆形进度条 **/
321
-
322
286
  var renderCircleProgress = jsx(Circle, Object.assign({
323
287
  strokeWidth: 6,
324
288
  trailWidth: 6,
@@ -327,8 +291,6 @@ var Progress = function Progress(props) {
327
291
  prefixCls: "".concat($rcPrefixCls, "-progress")
328
292
  }, otherProps));
329
293
  /** 仪表盘 **/
330
-
331
-
332
294
  var renderDashboardProgress = jsx(Circle, Object.assign({
333
295
  strokeWidth: 6,
334
296
  trailWidth: 6,
@@ -337,7 +299,6 @@ var Progress = function Progress(props) {
337
299
  strokeColor: strokeColorVal(),
338
300
  percent: renderPercent()
339
301
  }, otherProps));
340
-
341
302
  return jsx("div", Object.assign({
342
303
  className: classString(),
343
304
  style: style
package/Querying/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
2
2
  import clsx from 'clsx';
3
- import { u as useFormatMessage } from '../_verture/useFormatMessage-f4452258.js';
4
- import { $ as $prefixCls } from '../_verture/constant-bf34e6fa.js';
5
- import { u as useGlobalProps } from '../_verture/useGlobalProps-af9a2af6.js';
3
+ import { u as useFormatMessage } from '../_verture/useFormatMessage-703f8b20.js';
4
+ import { $ as $prefixCls } from '../_verture/constant-66aa48a1.js';
5
+ import { u as useGlobalProps } from '../_verture/useGlobalProps-1b846a65.js';
6
6
  import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
7
7
  import 'react';
8
8
  import '@para-ui/core/GlobalContext';
@@ -711,27 +711,25 @@ styleInject(css_248z);
711
711
  var imageMap = {
712
712
  'large': jsx(LargeSearch, {}),
713
713
  'small': jsx(SmallSearch, {})
714
- }; //Querying 查询中
715
-
714
+ };
715
+ //Querying 查询中
716
716
  var Querying = function Querying(props) {
717
717
  var _useGlobalProps = useGlobalProps(props, 'Querying'),
718
- className = _useGlobalProps.className,
719
- style = _useGlobalProps.style,
720
- _useGlobalProps$size = _useGlobalProps.size,
721
- size = _useGlobalProps$size === void 0 ? 'large' : _useGlobalProps$size,
722
- imageStyle = _useGlobalProps.imageStyle,
723
- _useGlobalProps$image = _useGlobalProps.image,
724
- image = _useGlobalProps$image === void 0 ? imageMap[size] : _useGlobalProps$image,
725
- description = _useGlobalProps.description,
726
- customQuerying = _useGlobalProps.customQuerying;
727
-
718
+ className = _useGlobalProps.className,
719
+ style = _useGlobalProps.style,
720
+ _useGlobalProps$size = _useGlobalProps.size,
721
+ size = _useGlobalProps$size === void 0 ? 'large' : _useGlobalProps$size,
722
+ imageStyle = _useGlobalProps.imageStyle,
723
+ _useGlobalProps$image = _useGlobalProps.image,
724
+ image = _useGlobalProps$image === void 0 ? imageMap[size] : _useGlobalProps$image,
725
+ description = _useGlobalProps.description,
726
+ customQuerying = _useGlobalProps.customQuerying;
728
727
  var intl = useFormatMessage('Querying', localeJson);
729
728
  var des = typeof description !== 'undefined' ? description : intl({
730
729
  id: 'querying'
731
730
  });
732
731
  var alt = typeof des === 'string' ? des : 'querying';
733
732
  var imageNode = null;
734
-
735
733
  if (typeof image === 'string') {
736
734
  imageNode = jsx("img", {
737
735
  src: image,
@@ -740,7 +738,6 @@ var Querying = function Querying(props) {
740
738
  } else {
741
739
  imageNode = image;
742
740
  }
743
-
744
741
  return jsx("div", Object.assign({
745
742
  className: clsx("".concat($prefixCls, "-querying"), className, "".concat($prefixCls, "-querying-").concat(size)),
746
743
  style: style