@para-ui/core 3.0.55 → 3.0.56
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/AutoBox/index.d.ts +34 -0
- package/AutoBox/index.js +277 -0
- package/AutoBox/protal.d.ts +17 -0
- package/AutoTips/autoTipsMultiline/index.d.ts +18 -0
- package/AutoTips/index.d.ts +35 -0
- package/AutoTips/index.js +271 -0
- package/Breadcrumbs/index.d.ts +53 -0
- package/Breadcrumbs/index.js +266 -0
- package/Breadcrumbs/lang/en_US.d.ts +4 -0
- package/Breadcrumbs/lang/index.d.ts +9 -0
- package/Breadcrumbs/lang/zh_CN.d.ts +4 -0
- package/Button/SplitButton.d.ts +64 -0
- package/Button/index.d.ts +79 -0
- package/Button/index.js +376 -0
- package/Button/lang/en_US.d.ts +4 -0
- package/Button/lang/index.d.ts +9 -0
- package/Button/lang/zh_CN.d.ts +4 -0
- package/ButtonGroup/index.d.ts +33 -0
- package/ButtonGroup/index.js +124 -0
- package/Carousel/index.d.ts +38 -0
- package/Carousel/index.js +78 -0
- package/Cascader/index.d.ts +54 -0
- package/Cascader/index.js +159 -0
- package/Cascader/lang/en_US.d.ts +4 -0
- package/Cascader/lang/index.d.ts +9 -0
- package/Cascader/lang/zh_CN.d.ts +4 -0
- package/Checkbox/index.d.ts +40 -0
- package/Checkbox/index.js +109 -0
- package/CheckboxGroup/index.d.ts +45 -0
- package/CheckboxGroup/index.js +142 -0
- package/Collapse/collapsePanel.d.ts +30 -0
- package/Collapse/index.d.ts +57 -0
- package/Collapse/index.js +152 -0
- package/Collapse/motion.d.ts +5 -0
- package/Collapse/util.d.ts +11 -0
- package/CollapseBox/index.d.ts +27 -0
- package/CollapseBox/index.js +148 -0
- package/CollapseBox/util.d.ts +5 -0
- package/CollapseLayout/index.d.ts +53 -0
- package/CollapseLayout/index.js +176 -0
- package/ColorPicker/index.d.ts +4 -0
- package/ColorPicker/index.js +4 -0
- package/ComboSelect/index.d.ts +6 -0
- package/ComboSelect/index.js +1049 -0
- package/ComboSelect/interface.d.ts +146 -0
- package/ComboSelect/lang/en_US.d.ts +9 -0
- package/ComboSelect/lang/index.d.ts +19 -0
- package/ComboSelect/lang/zh_CN.d.ts +9 -0
- package/ComboSelect/utils.d.ts +9 -0
- package/Container/index.d.ts +77 -0
- package/Container/index.js +232 -0
- package/DatePicker/PickerButton.d.ts +3 -0
- package/DatePicker/PickerTag.d.ts +3 -0
- package/DatePicker/generatePicker/generateRangePicker.d.ts +4 -0
- package/DatePicker/generatePicker/generateSinglePicker.d.ts +11 -0
- package/DatePicker/generatePicker/index.d.ts +95 -0
- package/DatePicker/index.d.ts +18 -0
- package/DatePicker/index.js +633 -0
- package/DatePicker/lang/en_US.d.ts +3 -0
- package/DatePicker/lang/index.d.ts +7 -0
- package/DatePicker/lang/zh_CN.d.ts +3 -0
- package/DatePicker/util.d.ts +22 -0
- package/Desktop/index.d.ts +57 -0
- package/Desktop/index.js +746 -0
- package/DragVerify/index.d.ts +36 -0
- package/DragVerify/index.js +385 -0
- package/DragVerify/lang/en_US.d.ts +5 -0
- package/DragVerify/lang/index.d.ts +11 -0
- package/DragVerify/lang/zh_CN.d.ts +5 -0
- package/Drawer/index.d.ts +11 -0
- package/Drawer/index.js +235 -0
- package/Drawer/interface.d.ts +92 -0
- package/Drawer/lang/en_US.d.ts +5 -0
- package/Drawer/lang/index.d.ts +11 -0
- package/Drawer/lang/zh_CN.d.ts +5 -0
- package/Dropdown/index.d.ts +40 -0
- package/Dropdown/index.js +10 -0
- package/DynamicMultiBox/formItem.d.ts +14 -0
- package/DynamicMultiBox/index.d.ts +5 -0
- package/DynamicMultiBox/index.js +1323 -0
- package/DynamicMultiBox/interface.d.ts +165 -0
- package/DynamicMultiBox/rowForm.d.ts +24 -0
- package/Empty/images/index.d.ts +3 -0
- package/Empty/index.d.ts +30 -0
- package/Empty/index.js +642 -0
- package/Empty/lang/en_US.d.ts +6 -0
- package/Empty/lang/index.d.ts +13 -0
- package/Empty/lang/zh_CN.d.ts +6 -0
- package/Form/index.d.ts +187 -0
- package/Form/index.js +355 -0
- package/FormItem/compoments/defaultCompoments/index.d.ts +19 -0
- package/FormItem/compoments/formCheckboxGroup/index.d.ts +8 -0
- package/FormItem/compoments/formFile/index.d.ts +38 -0
- package/FormItem/compoments/formRadioGroup/index.d.ts +8 -0
- package/FormItem/compoments/formSelect/index.d.ts +18 -0
- package/FormItem/errorTips.d.ts +12 -0
- package/FormItem/index.d.ts +152 -0
- package/FormItem/index.js +78 -0
- package/FormItem/itemType.d.ts +42 -0
- package/FormItem/validateFunction.d.ts +15 -0
- package/FunctionModal/dialog.d.ts +58 -0
- package/FunctionModal/index.d.ts +8 -0
- package/FunctionModal/index.js +43 -0
- package/FunctionModal/modalContext.d.ts +15 -0
- package/GlobalContext/componentsProps.d.ts +21 -0
- package/GlobalContext/confirmLocale.d.ts +7 -0
- package/GlobalContext/constant.d.ts +8 -0
- package/GlobalContext/index.d.ts +28 -0
- package/GlobalContext/index.js +41 -0
- package/GlobalContext/intl.d.ts +34 -0
- package/GlobalContext/useFormatMessage.d.ts +3 -0
- package/GlobalContext/usePopupContainer.d.ts +4 -0
- package/Help/index.d.ts +24 -0
- package/Help/index.js +41 -0
- package/HelperText/index.d.ts +27 -0
- package/HelperText/index.js +34 -0
- package/Hooks/useGlobalProps.d.ts +1 -0
- package/InputLang/index.d.ts +57 -0
- package/InputLang/index.js +355 -0
- package/InputNumber/index.d.ts +71 -0
- package/InputNumber/index.js +277 -0
- package/Label/index.d.ts +37 -0
- package/Label/index.js +85 -0
- package/Loading/index.d.ts +17 -0
- package/Loading/index.js +47 -0
- package/Menu/footerExpansion.d.ts +9 -0
- package/Menu/index.d.ts +10 -0
- package/Menu/index.js +1105 -0
- package/Menu/interface.d.ts +141 -0
- package/Menu/logo.d.ts +9 -0
- package/Menu/verticalMenuList.d.ts +14 -0
- package/Message/index.d.ts +99 -0
- package/Message/index.js +246 -0
- package/Modal/Confirm/index.d.ts +65 -0
- package/Modal/index.d.ts +99 -0
- package/Modal/index.js +421 -0
- package/Modal/lang/en_US.d.ts +5 -0
- package/Modal/lang/index.d.ts +11 -0
- package/Modal/lang/zh_CN.d.ts +5 -0
- package/MultiBox/index.d.ts +60 -0
- package/MultiBox/index.js +277 -0
- package/MultiBox/lang/en_US.d.ts +4 -0
- package/MultiBox/lang/index.d.ts +9 -0
- package/MultiBox/lang/zh_CN.d.ts +4 -0
- package/Notification/index.d.ts +74 -0
- package/Notification/index.js +252 -0
- package/OperateBtn/index.d.ts +59 -0
- package/OperateBtn/index.js +237 -0
- package/OperateBtn/lang/en_US.d.ts +4 -0
- package/OperateBtn/lang/index.d.ts +9 -0
- package/OperateBtn/lang/zh_CN.d.ts +4 -0
- package/PageHeader/horizontalMeun.d.ts +9 -0
- package/PageHeader/horizontalMeunRight.d.ts +9 -0
- package/PageHeader/index.d.ts +10 -0
- package/PageHeader/index.js +1050 -0
- package/PageHeader/interface.d.ts +169 -0
- package/Pagination/index.d.ts +46 -0
- package/Pagination/index.js +461 -0
- package/Pagination/lang/en_US.d.ts +8 -0
- package/Pagination/lang/index.d.ts +17 -0
- package/Pagination/lang/zh_CN.d.ts +8 -0
- package/ParauiProvider/index.d.ts +8 -0
- package/ParauiProvider/index.js +52 -0
- package/PasswordRules/index.d.ts +55 -0
- package/PasswordRules/index.js +144 -0
- package/PopConfirm/index.d.ts +61 -0
- package/PopConfirm/index.js +194 -0
- package/PopConfirm/lang/en_US.d.ts +5 -0
- package/PopConfirm/lang/index.d.ts +11 -0
- package/PopConfirm/lang/zh_CN.d.ts +5 -0
- package/Popover/index.d.ts +16 -0
- package/Popover/index.js +59 -0
- package/Progress/Line.d.ts +47 -0
- package/Progress/Steps.d.ts +17 -0
- package/Progress/index.d.ts +83 -0
- package/Progress/index.js +323 -0
- package/Progress/utils.d.ts +6 -0
- package/Querying/images/index.d.ts +3 -0
- package/Querying/index.d.ts +26 -0
- package/Querying/index.js +760 -0
- package/Querying/lang/en_US.d.ts +4 -0
- package/Querying/lang/index.d.ts +9 -0
- package/Querying/lang/zh_CN.d.ts +4 -0
- package/README.md +6 -0
- package/Radio/index.d.ts +38 -0
- package/Radio/index.js +97 -0
- package/RadioGroup/index.d.ts +46 -0
- package/RadioGroup/index.js +134 -0
- package/Search/index.d.ts +57 -0
- package/Search/index.js +208 -0
- package/Select/index.d.ts +93 -0
- package/Select/index.js +1146 -0
- package/Select/lang/en_US.d.ts +5 -0
- package/Select/lang/index.d.ts +11 -0
- package/Select/lang/zh_CN.d.ts +5 -0
- package/SelectInput/index.d.ts +12 -0
- package/SelectInput/index.js +55 -0
- package/Selector/index.d.ts +11 -0
- package/Selector/index.js +2175 -0
- package/Selector/interface.d.ts +432 -0
- package/Selector/lang/en_US.d.ts +11 -0
- package/Selector/lang/index.d.ts +23 -0
- package/Selector/lang/zh_CN.d.ts +11 -0
- package/Selector/selectorData/index.d.ts +10 -0
- package/Selector/selectorMain/index.d.ts +10 -0
- package/Selector/selectorNode/index.d.ts +10 -0
- package/Selector/util.d.ts +15 -0
- package/SelectorPicker/index.d.ts +53 -0
- package/SelectorPicker/index.js +444 -0
- package/SelectorPicker/lang/en_US.d.ts +5 -0
- package/SelectorPicker/lang/index.d.ts +11 -0
- package/SelectorPicker/lang/zh_CN.d.ts +5 -0
- package/SingleBox/index.d.ts +44 -0
- package/SingleBox/index.js +224 -0
- package/SingleBox/lang/en_US.d.ts +4 -0
- package/SingleBox/lang/index.d.ts +9 -0
- package/SingleBox/lang/zh_CN.d.ts +4 -0
- package/Slider/index.d.ts +14 -0
- package/Slider/index.js +119 -0
- package/Slider/interface.d.ts +102 -0
- package/Split/index.d.ts +7 -0
- package/Split/index.js +123 -0
- package/Status/index.d.ts +21 -0
- package/Status/index.js +37 -0
- package/Stepper/icons.d.ts +5 -0
- package/Stepper/index.d.ts +59 -0
- package/Stepper/index.js +97 -0
- package/Switch/index.d.ts +78 -0
- package/Switch/index.js +71 -0
- package/Table/index.d.ts +10 -0
- package/Table/index.js +3001 -0
- package/Table/interface.d.ts +346 -0
- package/Table/lang/en_US.d.ts +8 -0
- package/Table/lang/index.d.ts +17 -0
- package/Table/lang/zh_CN.d.ts +8 -0
- package/Table/tableBody.d.ts +9 -0
- package/Table/tableBodyElement/index.d.ts +15 -0
- package/Table/tableBodyInterface.d.ts +73 -0
- package/Table/tableContainer/index.d.ts +16 -0
- package/Table/tableElement/index.d.ts +17 -0
- package/Table/tableHead.d.ts +9 -0
- package/Table/tableHeadElement/index.d.ts +15 -0
- package/Table/tableHeadInterface.d.ts +37 -0
- package/Table/tablePagination.d.ts +9 -0
- package/Table/tablePaginationInterface.d.ts +27 -0
- package/Table/tdElement/index.d.ts +15 -0
- package/Table/thElement/index.d.ts +28 -0
- package/Table/trElement/index.d.ts +15 -0
- package/Table/util.d.ts +34 -0
- package/Tabs/index.d.ts +69 -0
- package/Tabs/index.js +205 -0
- package/Tabs/lang/en_US.d.ts +4 -0
- package/Tabs/lang/index.d.ts +9 -0
- package/Tabs/lang/zh_CN.d.ts +4 -0
- package/Tag/TagGroup.d.ts +66 -0
- package/Tag/index.d.ts +34 -0
- package/Tag/index.js +259 -0
- package/TextEditor/common.d.ts +11 -0
- package/TextEditor/index.d.ts +127 -0
- package/TextEditor/index.js +286 -0
- package/TextField/index.d.ts +90 -0
- package/TextField/index.js +611 -0
- package/TimePicker/index.d.ts +22 -0
- package/TimePicker/index.js +80 -0
- package/TimePicker/locale/en_US.d.ts +3 -0
- package/TimePicker/locale/zh_CN.d.ts +3 -0
- package/TimePicker/style/index.d.ts +1 -0
- package/Timeline/TimelineItem.d.ts +30 -0
- package/Timeline/index.d.ts +32 -0
- package/Timeline/index.js +148 -0
- package/Title/index.d.ts +30 -0
- package/Title/index.js +50 -0
- package/ToggleButton/ToggleButtonGroup.d.ts +49 -0
- package/ToggleButton/index.d.ts +49 -0
- package/ToggleButton/index.js +193 -0
- package/Tooltip/index.d.ts +11 -0
- package/Tooltip/index.js +368 -0
- package/Tooltip/interface.d.ts +35 -0
- package/Tooltip/utils.d.ts +18 -0
- package/Transfer/box.d.ts +38 -0
- package/Transfer/index.d.ts +32 -0
- package/Transfer/index.js +611 -0
- package/Transfer/lang/en_US.d.ts +10 -0
- package/Transfer/lang/index.d.ts +21 -0
- package/Transfer/lang/zh_CN.d.ts +10 -0
- package/Transfer/useClick.d.ts +3 -0
- package/Tree/OperateBar/index.d.ts +13 -0
- package/Tree/Tree.d.ts +4 -0
- package/Tree/index.d.ts +5 -0
- package/Tree/index.js +38 -0
- package/Tree/interface.d.ts +210 -0
- package/Tree/lang/en_US.d.ts +8 -0
- package/Tree/lang/index.d.ts +17 -0
- package/Tree/lang/zh_CN.d.ts +8 -0
- package/Tree/utils/closestPolyfill.d.ts +0 -0
- package/Tree/utils/tools.d.ts +25 -0
- package/Tree/utils/treeUtil.d.ts +15 -0
- package/Upload/Dragger/index.d.ts +10 -0
- package/Upload/ErroTip/index.d.ts +13 -0
- package/Upload/ImageUpload/index.d.ts +16 -0
- package/Upload/ImgCrop/EasyCrop.d.ts +17 -0
- package/Upload/ImgCrop/constants.d.ts +7 -0
- package/Upload/ImgCrop/index.d.ts +6 -0
- package/Upload/ImgCrop/interface.d.ts +48 -0
- package/Upload/UploadList/index.d.ts +5 -0
- package/Upload/index.d.ts +15 -0
- package/Upload/index.js +1446 -0
- package/Upload/interface.d.ts +136 -0
- package/Upload/lang/en_US.d.ts +12 -0
- package/Upload/lang/index.d.ts +25 -0
- package/Upload/lang/zh_CN.d.ts +12 -0
- package/_verture/constant-66aa48a1.js +10 -0
- package/_verture/defineProperty-62acccfc.js +34 -0
- package/_verture/index-74f820ba.js +1355 -0
- package/_verture/index-77f9e0fb.js +236 -0
- package/_verture/index-a369ca3f.js +4 -0
- package/_verture/index-beef914f.js +340 -0
- package/_verture/index-d03136d4.js +711 -0
- package/_verture/index-e2881a53.js +16 -0
- package/_verture/intl-5cbb940c.js +57 -0
- package/_verture/modalContext-92bb0e16.js +201 -0
- package/_verture/slicedToArray-76060636.js +43 -0
- package/_verture/sortable.esm-49896035.js +3791 -0
- package/_verture/style-inject.es-300983ab.js +28 -0
- package/_verture/toConsumableArray-81040c9e.js +19 -0
- package/_verture/tslib.es6-55ed4bd2.js +38 -0
- package/_verture/typeof-498dd2b1.js +11 -0
- package/_verture/unsupportedIterableToArray-cb478f24.js +16 -0
- package/_verture/useFormatMessage-703f8b20.js +20 -0
- package/_verture/useGlobalProps-1b846a65.js +11 -0
- package/_verture/usePopupContainer-87febeb9.js +68 -0
- package/_verture/util-7e1fb1e2.js +18 -0
- package/index.d.ts +144 -0
- package/index.js +180 -0
- package/package.json +1 -1
- package/umd/AutoBox.js +43 -0
- package/umd/AutoTips.js +15 -0
- package/umd/Breadcrumbs.js +42 -0
- package/umd/Button.js +43 -0
- package/umd/ButtonGroup.js +43 -0
- package/umd/Carousel.js +6 -0
- package/umd/Cascader.js +43 -0
- package/umd/Checkbox.js +42 -0
- package/umd/CheckboxGroup.js +42 -0
- package/umd/Collapse.js +43 -0
- package/umd/CollapseBox.js +1 -0
- package/umd/CollapseLayout.js +29 -0
- package/umd/ColorPicker.js +1 -0
- package/umd/ComboSelect.js +42 -0
- package/umd/Container.js +1 -0
- package/umd/DatePicker.js +42 -0
- package/umd/Desktop.js +42 -0
- package/umd/DragVerify.js +28 -0
- package/umd/Drawer.js +43 -0
- package/umd/Dropdown.js +15 -0
- package/umd/DynamicMultiBox.js +54 -0
- package/umd/Empty.js +15 -0
- package/umd/Form.js +42 -0
- package/umd/FormItem.js +42 -0
- package/umd/FunctionModal.js +42 -0
- package/umd/GlobalContext.js +1 -0
- package/umd/Help.js +42 -0
- package/umd/HelperText.js +1 -0
- package/umd/InputLang.js +42 -0
- package/umd/InputNumber.js +42 -0
- package/umd/Label.js +42 -0
- package/umd/Loading.js +29 -0
- package/umd/Menu.js +29 -0
- package/umd/Message.js +30 -0
- package/umd/Modal.js +42 -0
- package/umd/MultiBox.js +42 -0
- package/umd/Notification.js +43 -0
- package/umd/OperateBtn.js +42 -0
- package/umd/PageHeader.js +42 -0
- package/umd/Pagination.js +42 -0
- package/umd/ParauiProvider.js +15 -0
- package/umd/PasswordRules.js +29 -0
- package/umd/PopConfirm.js +42 -0
- package/umd/Popover.js +15 -0
- package/umd/Progress.js +35 -0
- package/umd/Querying.js +15 -0
- package/umd/Radio.js +42 -0
- package/umd/RadioGroup.js +42 -0
- package/umd/Search.js +42 -0
- package/umd/Select.js +42 -0
- package/umd/SelectInput.js +42 -0
- package/umd/Selector.js +42 -0
- package/umd/SelectorPicker.js +42 -0
- package/umd/SingleBox.js +42 -0
- package/umd/Slider.js +15 -0
- package/umd/Split.js +1 -0
- package/umd/Status.js +1 -0
- package/umd/Stepper.js +42 -0
- package/umd/Switch.js +42 -0
- package/umd/Table.js +42 -0
- package/umd/Tabs.js +42 -0
- package/umd/Tag.js +43 -0
- package/umd/TextEditor.js +205 -0
- package/umd/TextField.js +42 -0
- package/umd/TimePicker.js +42 -0
- package/umd/Timeline.js +1 -0
- package/umd/Title.js +1 -0
- package/umd/ToggleButton.js +43 -0
- package/umd/Tooltip.js +15 -0
- package/umd/Transfer.js +49 -0
- package/umd/Tree.js +42 -0
- package/umd/Upload.js +56 -0
package/Popover/index.js
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { _ as __rest } from '../_verture/tslib.es6-55ed4bd2.js';
|
|
2
|
+
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
3
|
+
import React__default from 'react';
|
|
4
|
+
import { Tooltip } from '../Tooltip/index.js';
|
|
5
|
+
import { $ as $prefixCls, a as $rcPrefixCls } from '../_verture/constant-66aa48a1.js';
|
|
6
|
+
import { u as usePopupContainer } from '../_verture/usePopupContainer-87febeb9.js';
|
|
7
|
+
import clsx from 'clsx';
|
|
8
|
+
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
9
|
+
import '../_verture/slicedToArray-76060636.js';
|
|
10
|
+
import '../_verture/unsupportedIterableToArray-cb478f24.js';
|
|
11
|
+
import 'rc-tooltip';
|
|
12
|
+
import 'rc-tooltip/lib/placements';
|
|
13
|
+
|
|
14
|
+
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 margin: 0;\n padding: 0 24px;\n color: rgb(46, 55, 67);\n font-weight: 700;\n border-bottom: 1px solid #f0f0f0;\n min-height: 44px;\n display: flex;\n align-items: center;\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}";
|
|
15
|
+
styleInject(css_248z);
|
|
16
|
+
|
|
17
|
+
//popover
|
|
18
|
+
var Popover = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
|
|
19
|
+
var title = props.title,
|
|
20
|
+
content = props.content,
|
|
21
|
+
restProps = __rest(props, ["title", "content"]);
|
|
22
|
+
var wrapRef = React__default.useRef();
|
|
23
|
+
var getPopupContainer = usePopupContainer(wrapRef, props.getPopupContainer);
|
|
24
|
+
//浮层
|
|
25
|
+
var getOverlay = function getOverlay(prefixCls) {
|
|
26
|
+
if (!title && !content) return null;
|
|
27
|
+
return jsxs(Fragment, {
|
|
28
|
+
children: [title && jsx("div", Object.assign({
|
|
29
|
+
className: "".concat(prefixCls, "-title")
|
|
30
|
+
}, {
|
|
31
|
+
children: title
|
|
32
|
+
})), jsx("div", Object.assign({
|
|
33
|
+
className: "".concat(prefixCls, "-inner-content")
|
|
34
|
+
}, {
|
|
35
|
+
children: content
|
|
36
|
+
}))]
|
|
37
|
+
});
|
|
38
|
+
};
|
|
39
|
+
var prefixCls = "".concat($rcPrefixCls, "-popover");
|
|
40
|
+
return jsx(Tooltip, Object.assign({}, restProps, {
|
|
41
|
+
isPopover: true,
|
|
42
|
+
prefixCls: prefixCls,
|
|
43
|
+
overlayClassName: clsx("".concat($prefixCls, "-popover"), props.overlayClassName),
|
|
44
|
+
ref: wrapRef,
|
|
45
|
+
title: getOverlay(prefixCls),
|
|
46
|
+
transitionName: "".concat($rcPrefixCls, "-popover-zoom-big"),
|
|
47
|
+
getPopupContainer: getPopupContainer
|
|
48
|
+
}));
|
|
49
|
+
});
|
|
50
|
+
Popover.displayName = 'Popover';
|
|
51
|
+
Popover.defaultProps = {
|
|
52
|
+
placement: 'bottom',
|
|
53
|
+
trigger: 'click',
|
|
54
|
+
mouseEnterDelay: 0.1,
|
|
55
|
+
mouseLeaveDelay: 0.1,
|
|
56
|
+
arrow: false
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
export { Popover, Popover as default };
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author jill
|
|
3
|
+
* @date 2022/3/10 18:25
|
|
4
|
+
* @description 线性进度条
|
|
5
|
+
*/
|
|
6
|
+
import * as React from "react";
|
|
7
|
+
import { ProgressProps, StringGradients, DirectionType } from "./index";
|
|
8
|
+
interface LineProps extends ProgressProps {
|
|
9
|
+
direction?: DirectionType;
|
|
10
|
+
children: React.ReactNode;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* 转换 百分比 到 样式格式
|
|
14
|
+
* {
|
|
15
|
+
* "0%": "#afc163",
|
|
16
|
+
* "75%": "#009900",
|
|
17
|
+
* "50%": "green", // ====> '#afc163 0%, #66FF00 25%, #00CC00 50%, #009900 75%, #ffffff 100%'
|
|
18
|
+
* "25%": "#66FF00",
|
|
19
|
+
* "100%": "#ffffff"
|
|
20
|
+
* }
|
|
21
|
+
* @param gradients 渐变的参数
|
|
22
|
+
* @return {string} 样式值
|
|
23
|
+
*/
|
|
24
|
+
export declare const sortGradient: (gradients: StringGradients) => string;
|
|
25
|
+
/**
|
|
26
|
+
* 转换传进来 渐变的参数 为css样式
|
|
27
|
+
* {
|
|
28
|
+
* "0%": "#afc163",
|
|
29
|
+
* "25%": "#66FF00",
|
|
30
|
+
* "50%": "#00CC00", // ====> linear-gradient(to right, #afc163 0%, #66FF00 25%,
|
|
31
|
+
* "75%": "#009900", // #00CC00 50%, #009900 75%, #ffffff 100%)
|
|
32
|
+
* "100%": "#ffffff"
|
|
33
|
+
* }
|
|
34
|
+
*
|
|
35
|
+
* {
|
|
36
|
+
* "from": "#afc163",
|
|
37
|
+
* "to": "#66FF00",// ====> linear-gradient(to right, #afc163, #66FF00)
|
|
38
|
+
* }
|
|
39
|
+
*
|
|
40
|
+
* @param {string} strokeColor 颜色值
|
|
41
|
+
* @return 返回 backgroundImage 的样式值
|
|
42
|
+
*/
|
|
43
|
+
export declare const handleGradient: (strokeColor: any, directionConfig: DirectionType) => {
|
|
44
|
+
backgroundImage: string;
|
|
45
|
+
};
|
|
46
|
+
declare const Line: React.FC<LineProps>;
|
|
47
|
+
export default Line;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author jill
|
|
3
|
+
* @date 2022/3/10 18:25
|
|
4
|
+
* @description 进度条的步骤条
|
|
5
|
+
*/
|
|
6
|
+
import * as React from "react";
|
|
7
|
+
import { ProgressProps } from "./index";
|
|
8
|
+
interface StepsProps extends ProgressProps {
|
|
9
|
+
/** 一共有多少步 **/
|
|
10
|
+
steps: number;
|
|
11
|
+
/** 进度条高亮部分颜色配置 **/
|
|
12
|
+
strokeColor?: string;
|
|
13
|
+
/** 进度条轨道部分颜色配置 **/
|
|
14
|
+
trailColor?: string;
|
|
15
|
+
}
|
|
16
|
+
declare const Steps: React.FC<StepsProps>;
|
|
17
|
+
export default Steps;
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author jill
|
|
3
|
+
* @date 2022/3/10 18:25
|
|
4
|
+
* @description 进度条
|
|
5
|
+
*/
|
|
6
|
+
import React, { FunctionComponent } from "react";
|
|
7
|
+
import "./index.scss";
|
|
8
|
+
/** 进度条类型 **/
|
|
9
|
+
declare enum ProgressTypes {
|
|
10
|
+
"line" = 0,
|
|
11
|
+
"circle" = 1,
|
|
12
|
+
"dashboard" = 2
|
|
13
|
+
}
|
|
14
|
+
export type ProgressType = typeof ProgressTypes[number];
|
|
15
|
+
/** 进度条状态 **/
|
|
16
|
+
declare enum ProgressStatuses {
|
|
17
|
+
"normal" = 0,
|
|
18
|
+
"exception" = 1,
|
|
19
|
+
"active" = 2,
|
|
20
|
+
"success" = 3
|
|
21
|
+
}
|
|
22
|
+
/** 渐变进度条入参格式 两种 **/
|
|
23
|
+
export type StringGradients = {
|
|
24
|
+
[percentage: string]: string;
|
|
25
|
+
};
|
|
26
|
+
type FromToGradients = {
|
|
27
|
+
from: string;
|
|
28
|
+
to: string;
|
|
29
|
+
};
|
|
30
|
+
type ColorStringGradients = [string, StringGradients];
|
|
31
|
+
export type ProgressGradient = {
|
|
32
|
+
direction?: string;
|
|
33
|
+
} & (StringGradients | FromToGradients);
|
|
34
|
+
/** 进度条渐变方向 **/
|
|
35
|
+
export type DirectionType = "ltr" | "rtl" | undefined;
|
|
36
|
+
/** 成功的进度条的配置 **/
|
|
37
|
+
export interface SuccessProps {
|
|
38
|
+
/** 进度条值 **/
|
|
39
|
+
percent: number;
|
|
40
|
+
/** 进度条颜色 **/
|
|
41
|
+
strokeColor?: string;
|
|
42
|
+
}
|
|
43
|
+
export interface ProgressProps {
|
|
44
|
+
/** 自定义样式名 **/
|
|
45
|
+
className?: string;
|
|
46
|
+
/** 样式 */
|
|
47
|
+
style?: React.CSSProperties;
|
|
48
|
+
/** 类型,可选 line circle dashboard **/
|
|
49
|
+
type?: ProgressType;
|
|
50
|
+
/** 百分比 **/
|
|
51
|
+
percent?: number | number[];
|
|
52
|
+
/** 内容的模板函数 **/
|
|
53
|
+
format?: (percent?: number | number[], successPercent?: number) => React.ReactNode;
|
|
54
|
+
/** 状态,可选:success exception normal active(仅限 line) **/
|
|
55
|
+
status?: typeof ProgressStatuses[number];
|
|
56
|
+
/** 是否显示进度数值或状态图标 **/
|
|
57
|
+
showInfo?: boolean;
|
|
58
|
+
/** 进度条线的宽度,单位 px **/
|
|
59
|
+
strokeWidth?: number;
|
|
60
|
+
/** 进度条的样式 **/
|
|
61
|
+
strokeLinecap?: "butt" | "square" | "round";
|
|
62
|
+
/** 进度条的色彩 **/
|
|
63
|
+
strokeColor?: string | ({
|
|
64
|
+
direction?: string;
|
|
65
|
+
} & (StringGradients | FromToGradients | ColorStringGradients));
|
|
66
|
+
/** 未完成的分段的颜色 **/
|
|
67
|
+
trailColor?: string;
|
|
68
|
+
/** 圆形进度条画布宽度,单位 px **/
|
|
69
|
+
width?: number;
|
|
70
|
+
/** 成功进度条相关配置 **/
|
|
71
|
+
success?: SuccessProps;
|
|
72
|
+
/** 仪表盘进度条缺口角度,可取值 0 ~ 295 **/
|
|
73
|
+
gapDegree?: number;
|
|
74
|
+
/** 仪表盘进度条缺口位置 **/
|
|
75
|
+
gapPosition?: "top" | "bottom" | "left" | "right";
|
|
76
|
+
/** 进度条总共步数 **/
|
|
77
|
+
steps?: number;
|
|
78
|
+
/** 渐变颜色的方向 **/
|
|
79
|
+
direction?: DirectionType;
|
|
80
|
+
children?: React.ReactNode;
|
|
81
|
+
}
|
|
82
|
+
export declare const Progress: FunctionComponent<ProgressProps>;
|
|
83
|
+
export default Progress;
|
|
@@ -0,0 +1,323 @@
|
|
|
1
|
+
import { _ as __rest } from '../_verture/tslib.es6-55ed4bd2.js';
|
|
2
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
3
|
+
import { Circle } from 'rc-progress';
|
|
4
|
+
import CompleteIcon from '@para-ui/icons/CheckCircleF';
|
|
5
|
+
import CloseCircleFilled from '@para-ui/icons/CloseCircleF';
|
|
6
|
+
import Check from '@para-ui/icons/Check';
|
|
7
|
+
import CloseIcon from '@para-ui/icons/Close';
|
|
8
|
+
import { a as $rcPrefixCls, $ as $prefixCls } from '../_verture/constant-66aa48a1.js';
|
|
9
|
+
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
10
|
+
|
|
11
|
+
var Steps = function Steps(props) {
|
|
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;
|
|
20
|
+
/** 计算出应该高亮多少步 **/
|
|
21
|
+
var current = typeof percent === "number" ? Math.round(steps * (percent / 100)) : 1;
|
|
22
|
+
var styledSteps = [];
|
|
23
|
+
for (var i = 0; i < steps; i += 1) {
|
|
24
|
+
styledSteps.push(jsx("div", {
|
|
25
|
+
className: i <= current - 1 ? "steps-item steps-item-active" : "steps-item",
|
|
26
|
+
style: {
|
|
27
|
+
backgroundColor: i <= current - 1 ? strokeColor : trailColor,
|
|
28
|
+
width: 14,
|
|
29
|
+
height: strokeWidth
|
|
30
|
+
}
|
|
31
|
+
}, i));
|
|
32
|
+
}
|
|
33
|
+
return jsxs("div", Object.assign({
|
|
34
|
+
className: "steps-outer"
|
|
35
|
+
}, {
|
|
36
|
+
children: [styledSteps, children]
|
|
37
|
+
}));
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* 判断进度条传的百分比参数是否规范
|
|
42
|
+
* @param {number | undefined} progress 方法入参说明
|
|
43
|
+
* @return {numner} 百分比值
|
|
44
|
+
*/
|
|
45
|
+
function validProgress(progress) {
|
|
46
|
+
if (!progress || progress < 0) {
|
|
47
|
+
return 0;
|
|
48
|
+
}
|
|
49
|
+
if (progress > 100) {
|
|
50
|
+
return 100;
|
|
51
|
+
}
|
|
52
|
+
return progress;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* 转换 百分比 到 样式格式
|
|
57
|
+
* {
|
|
58
|
+
* "0%": "#afc163",
|
|
59
|
+
* "75%": "#009900",
|
|
60
|
+
* "50%": "green", // ====> '#afc163 0%, #66FF00 25%, #00CC00 50%, #009900 75%, #ffffff 100%'
|
|
61
|
+
* "25%": "#66FF00",
|
|
62
|
+
* "100%": "#ffffff"
|
|
63
|
+
* }
|
|
64
|
+
* @param gradients 渐变的参数
|
|
65
|
+
* @return {string} 样式值
|
|
66
|
+
*/
|
|
67
|
+
var sortGradient = function sortGradient(gradients) {
|
|
68
|
+
var tempArr = [];
|
|
69
|
+
Object.keys(gradients).forEach(function (key) {
|
|
70
|
+
// 拿到百分比的数字
|
|
71
|
+
var formattedKey = parseFloat(key.replace(/%/g, ""));
|
|
72
|
+
// 进行序列化
|
|
73
|
+
if (!isNaN(formattedKey)) {
|
|
74
|
+
tempArr.push({
|
|
75
|
+
key: formattedKey,
|
|
76
|
+
value: gradients[key]
|
|
77
|
+
});
|
|
78
|
+
}
|
|
79
|
+
});
|
|
80
|
+
// 排序 从小到大
|
|
81
|
+
tempArr = tempArr.sort(function (a, b) {
|
|
82
|
+
return a.key - b.key;
|
|
83
|
+
});
|
|
84
|
+
return tempArr.map(function (_ref) {
|
|
85
|
+
var key = _ref.key,
|
|
86
|
+
value = _ref.value;
|
|
87
|
+
return "".concat(value, " ").concat(key, "%");
|
|
88
|
+
}).join(", ");
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* 转换传进来 渐变的参数 为css样式
|
|
92
|
+
* {
|
|
93
|
+
* "0%": "#afc163",
|
|
94
|
+
* "25%": "#66FF00",
|
|
95
|
+
* "50%": "#00CC00", // ====> linear-gradient(to right, #afc163 0%, #66FF00 25%,
|
|
96
|
+
* "75%": "#009900", // #00CC00 50%, #009900 75%, #ffffff 100%)
|
|
97
|
+
* "100%": "#ffffff"
|
|
98
|
+
* }
|
|
99
|
+
*
|
|
100
|
+
* {
|
|
101
|
+
* "from": "#afc163",
|
|
102
|
+
* "to": "#66FF00",// ====> linear-gradient(to right, #afc163, #66FF00)
|
|
103
|
+
* }
|
|
104
|
+
*
|
|
105
|
+
* @param {string} strokeColor 颜色值
|
|
106
|
+
* @return 返回 backgroundImage 的样式值
|
|
107
|
+
*/
|
|
108
|
+
var handleGradient = function handleGradient(strokeColor, directionConfig) {
|
|
109
|
+
var _strokeColor$from = strokeColor.from,
|
|
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 还传了 另外的参数
|
|
117
|
+
if (Object.keys(rest).length !== 0) {
|
|
118
|
+
var sortedGradients = sortGradient(rest);
|
|
119
|
+
return {
|
|
120
|
+
backgroundImage: "linear-gradient(".concat(direction, ", ").concat(sortedGradients, ")")
|
|
121
|
+
};
|
|
122
|
+
}
|
|
123
|
+
return {
|
|
124
|
+
backgroundImage: "linear-gradient(".concat(direction, ", ").concat(from, ", ").concat(to, ")")
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
var Line = function Line(props) {
|
|
128
|
+
var directionConfig = props.direction,
|
|
129
|
+
percent = props.percent,
|
|
130
|
+
strokeWidth = props.strokeWidth,
|
|
131
|
+
strokeColor = props.strokeColor,
|
|
132
|
+
strokeLinecap = props.strokeLinecap,
|
|
133
|
+
trailColor = props.trailColor;
|
|
134
|
+
/** 进度条高亮部分的颜色样式 **/
|
|
135
|
+
var backgroundProps = strokeColor && typeof strokeColor !== "string" ? handleGradient(strokeColor, directionConfig) : {
|
|
136
|
+
background: strokeColor
|
|
137
|
+
};
|
|
138
|
+
/** 进度条轨道部分的颜色样式 **/
|
|
139
|
+
var trailStyle = trailColor ? {
|
|
140
|
+
backgroundColor: trailColor
|
|
141
|
+
} : undefined;
|
|
142
|
+
/** 进度条百分比的样式 **/
|
|
143
|
+
var percentStyle = Object.assign({
|
|
144
|
+
width: "".concat(validProgress(percent), "%"),
|
|
145
|
+
height: strokeWidth || 8,
|
|
146
|
+
borderRadius: strokeLinecap === "square" ? 0 : ""
|
|
147
|
+
}, backgroundProps);
|
|
148
|
+
return jsx("div", Object.assign({
|
|
149
|
+
className: "trail-bar",
|
|
150
|
+
style: trailStyle
|
|
151
|
+
}, {
|
|
152
|
+
children: jsx("div", {
|
|
153
|
+
className: "active-bar",
|
|
154
|
+
style: percentStyle
|
|
155
|
+
})
|
|
156
|
+
}));
|
|
157
|
+
};
|
|
158
|
+
|
|
159
|
+
var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n.paraui-v3-progress.paraui-v3-progress-line .progress-outer {\n display: flex;\n margin-right: 8px;\n margin-bottom: 8px;\n}\n.paraui-v3-progress.paraui-v3-progress-line .progress-outer .progress-inner {\n width: 100%;\n /*.component-progress-line {\n height: 10px;\n width: 100%;\n }*/\n}\n.paraui-v3-progress.paraui-v3-progress-line .progress-outer .progress-inner .steps-outer {\n display: flex;\n flex-direction: row;\n align-items: center;\n}\n.paraui-v3-progress.paraui-v3-progress-line .progress-outer .progress-inner .steps-outer .steps-item {\n flex-shrink: 0;\n min-width: 2px;\n margin-right: 2px;\n background: #f3f3f3;\n transition: all 0.3s;\n}\n.paraui-v3-progress.paraui-v3-progress-line .progress-outer .progress-inner .steps-outer .steps-item-active {\n background-color: rgb(54, 102, 214);\n}\n.paraui-v3-progress.paraui-v3-progress-line .progress-outer .progress-inner .trail-bar {\n position: relative;\n display: inline-block;\n width: 100%;\n overflow: hidden;\n vertical-align: middle;\n background-color: rgba(171, 176, 185, 0.2);\n border-radius: 100px;\n}\n.paraui-v3-progress.paraui-v3-progress-line .progress-outer .progress-inner .trail-bar .active-bar {\n position: relative;\n background-color: rgb(54, 102, 214);\n border-radius: 100px;\n transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;\n}\n.paraui-v3-progress.paraui-v3-progress-line .progress-outer .progress-text {\n min-width: 40px;\n font-size: 14px;\n font-weight: 500;\n text-align: left;\n color: rgb(54, 102, 214);\n margin-left: 12px;\n white-space: nowrap;\n vertical-align: middle;\n word-break: normal;\n display: flex;\n align-items: center;\n}\n.paraui-v3-progress.paraui-v3-progress-line .progress-outer .progress-text svg {\n width: 14px;\n height: 14px;\n position: relative;\n top: 2px;\n}\n.paraui-v3-progress.paraui-v3-progress-line .progress-outer .progress-text svg.success {\n color: rgb(83, 195, 27) !important;\n}\n.paraui-v3-progress.paraui-v3-progress-line .progress-outer .progress-text svg.error {\n color: rgb(235, 96, 84) !important;\n}\n.paraui-v3-progress.paraui-v3-progress-circle, .paraui-v3-progress.paraui-v3-progress-dashboard {\n display: inline-block;\n position: relative;\n margin: 0 5px;\n}\n.paraui-v3-progress.paraui-v3-progress-circle .progress-outer .progress-text, .paraui-v3-progress.paraui-v3-progress-dashboard .progress-outer .progress-text {\n position: absolute;\n top: 50%;\n left: 50%;\n width: 100%;\n margin: 0;\n padding: 0;\n color: rgb(54, 102, 214);\n font-size: 1em;\n line-height: 1;\n white-space: normal;\n text-align: center;\n transform: translate(-50%, -50%);\n}\n.paraui-v3-progress.paraui-v3-progress-circle .progress-outer .progress-text svg, .paraui-v3-progress.paraui-v3-progress-dashboard .progress-outer .progress-text svg {\n width: 2em;\n height: 2em;\n}\n.paraui-v3-progress.paraui-v3-progress-circle .progress-outer .progress-text svg.success, .paraui-v3-progress.paraui-v3-progress-dashboard .progress-outer .progress-text svg.success {\n color: rgb(83, 195, 27) !important;\n}\n.paraui-v3-progress.paraui-v3-progress-circle .progress-outer .progress-text svg.error, .paraui-v3-progress.paraui-v3-progress-dashboard .progress-outer .progress-text svg.error {\n color: rgb(235, 96, 84) !important;\n}\n.paraui-v3-progress.paraui-v3-progress-success-status .progress-text {\n color: rgb(83, 195, 27) !important;\n}\n.paraui-v3-progress.paraui-v3-progress-exception-status .progress-text {\n color: rgb(235, 96, 84) !important;\n}\n.paraui-v3-progress.paraui-v3-progress-active-status .active-bar:before {\n position: absolute;\n inset: 0;\n background: #fff;\n border-radius: 10px;\n opacity: 0;\n -webkit-animation: progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;\n animation: progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;\n content: \"\";\n}\n\n@keyframes progress-active {\n 0% {\n transform: translateX(-100%) scaleX(0);\n opacity: 0.1;\n }\n 20% {\n transform: translateX(-100%) scaleX(0);\n opacity: 0.5;\n }\n 100% {\n transform: translateX(0) scaleX(1);\n opacity: 0;\n }\n}";
|
|
160
|
+
styleInject(css_248z);
|
|
161
|
+
|
|
162
|
+
/** 进度条类型 **/
|
|
163
|
+
var ProgressTypes;
|
|
164
|
+
(function (ProgressTypes) {
|
|
165
|
+
ProgressTypes[ProgressTypes["line"] = 0] = "line";
|
|
166
|
+
ProgressTypes[ProgressTypes["circle"] = 1] = "circle";
|
|
167
|
+
ProgressTypes[ProgressTypes["dashboard"] = 2] = "dashboard";
|
|
168
|
+
})(ProgressTypes || (ProgressTypes = {}));
|
|
169
|
+
/** 进度条状态 **/
|
|
170
|
+
var ProgressStatuses;
|
|
171
|
+
(function (ProgressStatuses) {
|
|
172
|
+
ProgressStatuses[ProgressStatuses["normal"] = 0] = "normal";
|
|
173
|
+
ProgressStatuses[ProgressStatuses["exception"] = 1] = "exception";
|
|
174
|
+
ProgressStatuses[ProgressStatuses["active"] = 2] = "active";
|
|
175
|
+
ProgressStatuses[ProgressStatuses["success"] = 3] = "success";
|
|
176
|
+
})(ProgressStatuses || (ProgressStatuses = {}));
|
|
177
|
+
/** 每个类型对应的进度条默认颜色 **/
|
|
178
|
+
var strokeColorMap = {
|
|
179
|
+
success: "rgba(83, 195, 27, 1)",
|
|
180
|
+
exception: "rgba(235, 96, 84, 1)",
|
|
181
|
+
normal: "rgba(54, 102, 214, 1)",
|
|
182
|
+
active: "rgba(54, 102, 214, 1)"
|
|
183
|
+
};
|
|
184
|
+
var Progress = function Progress(props) {
|
|
185
|
+
var _props$type = props.type,
|
|
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"]);
|
|
205
|
+
/**
|
|
206
|
+
* 处理class
|
|
207
|
+
* @return {string}
|
|
208
|
+
*/
|
|
209
|
+
var classString = function classString() {
|
|
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
|
|
216
|
+
if (status === "active") str += " ".concat($prefixCls, "-progress-active-status");
|
|
217
|
+
if (className) str += " " + className;
|
|
218
|
+
return str;
|
|
219
|
+
};
|
|
220
|
+
/**
|
|
221
|
+
* 处理进度条颜色
|
|
222
|
+
* @return {string}
|
|
223
|
+
*/
|
|
224
|
+
var strokeColorVal = function strokeColorVal() {
|
|
225
|
+
// 如果传了成功进度条的配置
|
|
226
|
+
if (strokeColor) return strokeColor;
|
|
227
|
+
if (success && success.percent < percent) {
|
|
228
|
+
return [success.strokeColor || strokeColorMap["success"], strokeColorMap["normal"]];
|
|
229
|
+
}
|
|
230
|
+
return isSuccessStatus ? strokeColorMap["success"] : strokeColorMap[status || "normal"];
|
|
231
|
+
};
|
|
232
|
+
/**
|
|
233
|
+
* 处理进度条的值
|
|
234
|
+
* @return {string}
|
|
235
|
+
*/
|
|
236
|
+
var renderPercent = function renderPercent() {
|
|
237
|
+
if (success && success.percent < percent && typeof percent === "number") {
|
|
238
|
+
return [success.percent, percent - success.percent];
|
|
239
|
+
}
|
|
240
|
+
return percent;
|
|
241
|
+
};
|
|
242
|
+
/** 标记是不是成功状态 **/
|
|
243
|
+
var isSuccessStatus = percent && percent === 100 && !status || status === "success";
|
|
244
|
+
/** style值 **/
|
|
245
|
+
var renderStyle = type === "circle" || type === "dashboard" ? {
|
|
246
|
+
width: width,
|
|
247
|
+
height: width
|
|
248
|
+
} : {};
|
|
249
|
+
/**
|
|
250
|
+
* 处理描述信息
|
|
251
|
+
* @return {string | ReactNode}
|
|
252
|
+
*/
|
|
253
|
+
var renderLabel = function renderLabel() {
|
|
254
|
+
if (format) return format(percent);
|
|
255
|
+
if (isSuccessStatus) return type === "circle" ? jsx(Check, {
|
|
256
|
+
className: "success"
|
|
257
|
+
}) : jsx(CompleteIcon, {
|
|
258
|
+
className: "success"
|
|
259
|
+
});
|
|
260
|
+
if (status === "exception") return type === "circle" ? jsx(CloseIcon, {
|
|
261
|
+
className: "error"
|
|
262
|
+
}) : jsx(CloseCircleFilled, {
|
|
263
|
+
className: "error"
|
|
264
|
+
});
|
|
265
|
+
return validProgress(percent) + "%";
|
|
266
|
+
};
|
|
267
|
+
/** 默认进度条 **/
|
|
268
|
+
var renderLineProgress = steps ? jsx(Steps, Object.assign({
|
|
269
|
+
steps: steps,
|
|
270
|
+
strokeColor: strokeColorVal(),
|
|
271
|
+
percent: renderPercent()
|
|
272
|
+
}, otherProps, {
|
|
273
|
+
children: showInfo && jsx("div", Object.assign({
|
|
274
|
+
className: "progress-text"
|
|
275
|
+
}, {
|
|
276
|
+
children: renderLabel()
|
|
277
|
+
}))
|
|
278
|
+
})) : jsx(Line, Object.assign({
|
|
279
|
+
strokeColor: strokeColorVal(),
|
|
280
|
+
percent: renderPercent(),
|
|
281
|
+
direction: direction
|
|
282
|
+
}, otherProps, {
|
|
283
|
+
children: " "
|
|
284
|
+
}));
|
|
285
|
+
/** 圆形进度条 **/
|
|
286
|
+
var renderCircleProgress = jsx(Circle, Object.assign({
|
|
287
|
+
strokeWidth: 6,
|
|
288
|
+
trailWidth: 6,
|
|
289
|
+
strokeColor: strokeColorVal(),
|
|
290
|
+
percent: renderPercent(),
|
|
291
|
+
prefixCls: "".concat($rcPrefixCls, "-progress")
|
|
292
|
+
}, otherProps));
|
|
293
|
+
/** 仪表盘 **/
|
|
294
|
+
var renderDashboardProgress = jsx(Circle, Object.assign({
|
|
295
|
+
strokeWidth: 6,
|
|
296
|
+
trailWidth: 6,
|
|
297
|
+
gapPosition: "bottom",
|
|
298
|
+
gapDegree: gapDegree,
|
|
299
|
+
strokeColor: strokeColorVal(),
|
|
300
|
+
percent: renderPercent()
|
|
301
|
+
}, otherProps));
|
|
302
|
+
return jsx("div", Object.assign({
|
|
303
|
+
className: classString(),
|
|
304
|
+
style: style
|
|
305
|
+
}, {
|
|
306
|
+
children: jsxs("div", Object.assign({
|
|
307
|
+
className: "progress-outer"
|
|
308
|
+
}, {
|
|
309
|
+
children: [jsx("div", Object.assign({
|
|
310
|
+
className: "progress-inner",
|
|
311
|
+
style: renderStyle
|
|
312
|
+
}, {
|
|
313
|
+
children: type === "dashboard" ? renderDashboardProgress : type === "circle" ? renderCircleProgress : renderLineProgress
|
|
314
|
+
})), showInfo && !steps && jsx("div", Object.assign({
|
|
315
|
+
className: "progress-text"
|
|
316
|
+
}, {
|
|
317
|
+
children: renderLabel()
|
|
318
|
+
}))]
|
|
319
|
+
}))
|
|
320
|
+
}));
|
|
321
|
+
};
|
|
322
|
+
|
|
323
|
+
export { Progress, Progress as default };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author Hanz
|
|
3
|
+
* @date 2022/4/2 上午10:45
|
|
4
|
+
* @description
|
|
5
|
+
*/
|
|
6
|
+
import React, { FC } from "react";
|
|
7
|
+
import './index.scss';
|
|
8
|
+
export interface QueryingProps {
|
|
9
|
+
/** cls */
|
|
10
|
+
className?: string;
|
|
11
|
+
/** style */
|
|
12
|
+
style?: React.CSSProperties;
|
|
13
|
+
/** 尺寸 */
|
|
14
|
+
size?: 'large' | 'small';
|
|
15
|
+
/** 图片样式 */
|
|
16
|
+
imageStyle?: React.CSSProperties;
|
|
17
|
+
/** 图片 */
|
|
18
|
+
image?: React.ReactNode;
|
|
19
|
+
/** 描述 */
|
|
20
|
+
description?: React.ReactNode;
|
|
21
|
+
/** 自定义节点 */
|
|
22
|
+
customQuerying?: React.ReactNode;
|
|
23
|
+
[name: string]: any;
|
|
24
|
+
}
|
|
25
|
+
declare const Querying: FC<QueryingProps>;
|
|
26
|
+
export default Querying;
|