@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
|
@@ -0,0 +1,277 @@
|
|
|
1
|
+
import { _ as _slicedToArray } from '../_verture/slicedToArray-76060636.js';
|
|
2
|
+
import { _ as __rest } from '../_verture/tslib.es6-55ed4bd2.js';
|
|
3
|
+
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
4
|
+
import { useState, useRef, useEffect, useMemo } from 'react';
|
|
5
|
+
import RcInputNumber from 'rc-input-number';
|
|
6
|
+
import ExpandLess from '@para-ui/icons/Up';
|
|
7
|
+
import Down from '@para-ui/icons/Down';
|
|
8
|
+
import Minus from '@para-ui/icons/Minus';
|
|
9
|
+
import Plus from '@para-ui/icons/Plus';
|
|
10
|
+
import Label from '../Label/index.js';
|
|
11
|
+
import HelperText from '../HelperText/index.js';
|
|
12
|
+
import { a as $rcPrefixCls, $ as $prefixCls } from '../_verture/constant-66aa48a1.js';
|
|
13
|
+
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
14
|
+
import '../_verture/unsupportedIterableToArray-cb478f24.js';
|
|
15
|
+
import '../Help/index.js';
|
|
16
|
+
import '../Tooltip/index.js';
|
|
17
|
+
import 'rc-tooltip';
|
|
18
|
+
import 'rc-tooltip/lib/placements';
|
|
19
|
+
import 'clsx';
|
|
20
|
+
import '@para-ui/icons/Help';
|
|
21
|
+
|
|
22
|
+
var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n.paraui-v3-input-number {\n font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;\n font-size: 14px;\n font-weight: 400;\n display: inline-block;\n width: 100%;\n}\n.paraui-v3-input-number > .input-number-content {\n border: 1px solid;\n border-radius: 4px;\n border-color: rgba(171, 176, 185, 0.4);\n display: flex;\n width: 100%;\n position: relative;\n background-color: rgb(255, 255, 255);\n}\n.paraui-v3-input-number > .input-number-content:hover {\n border-color: rgb(54, 102, 214);\n}\n.paraui-v3-input-number > .input-number-content > .input-number-content-before {\n width: 30px;\n color: rgb(46, 55, 67);\n border-right: 1px solid rgba(171, 176, 185, 0.4);\n border-bottom-left-radius: 4px;\n border-top-left-radius: 4px;\n}\n.paraui-v3-input-number > .input-number-content > .input-number-content-within {\n width: 100%;\n position: relative;\n}\n.paraui-v3-input-number > .input-number-content > .input-number-content-within > .component {\n width: 100%;\n height: 100%;\n}\n.paraui-v3-input-number > .input-number-content > .input-number-content-within > .component > .component-input-wrap {\n width: 100%;\n height: 100%;\n position: relative;\n z-index: 1;\n}\n.paraui-v3-input-number > .input-number-content > .input-number-content-within > .component > .component-input-wrap > input {\n width: 100%;\n height: 100%;\n border: 0;\n border-radius: 4px;\n padding: 10px 12px;\n background: transparent;\n font-size: 14px;\n color: rgb(46, 55, 67);\n}\n.paraui-v3-input-number > .input-number-content > .input-number-content-within > .component.component-out-of-range > .component-input-wrap > input {\n color: rgb(235, 96, 84);\n}\n.paraui-v3-input-number > .input-number-content > .input-number-content-within > .input-number-label-placeholder {\n width: 100%;\n position: absolute;\n left: 0;\n top: 0;\n height: 100%;\n padding: 0 12px;\n color: rgba(46, 55, 67, 0.4);\n cursor: text;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.paraui-v3-input-number > .input-number-content > .input-number-content-within > .input-number-label-placeholder > .input-number-required {\n margin-left: 2px;\n color: rgb(235, 96, 84);\n}\n.paraui-v3-input-number > .input-number-content > .input-number-content-after {\n width: 30px;\n color: rgb(46, 55, 67);\n border-left: 1px solid rgba(171, 176, 185, 0.4);\n border-bottom-right-radius: 4px;\n border-top-right-radius: 4px;\n}\n.paraui-v3-input-number.paraui-v3-input-number-tb > .input-number-content > .input-number-content-within {\n width: calc(100% - 30px);\n}\n.paraui-v3-input-number.paraui-v3-input-number-tb > .input-number-content > .input-number-content-within > .component > .component-handler-wrap {\n position: absolute;\n top: 0;\n right: -30px;\n width: 30px;\n height: 100%;\n border-bottom-right-radius: 4px;\n border-top-right-radius: 4px;\n overflow: hidden;\n}\n.paraui-v3-input-number.paraui-v3-input-number-tb > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-up.component-handler-up-disabled > .tb-btn-top {\n cursor: not-allowed;\n}\n.paraui-v3-input-number.paraui-v3-input-number-tb > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-up.component-handler-up-disabled > .tb-btn-top:hover > svg {\n color: rgba(46, 55, 67, 0.4);\n}\n.paraui-v3-input-number.paraui-v3-input-number-tb > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-up.component-handler-up-disabled > .tb-btn-top > svg {\n color: rgba(46, 55, 67, 0.4);\n}\n.paraui-v3-input-number.paraui-v3-input-number-tb > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-up > .tb-btn-top {\n line-height: 0;\n height: 50%;\n width: 100%;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: rgba(171, 176, 185, 0.12);\n}\n.paraui-v3-input-number.paraui-v3-input-number-tb > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-up > .tb-btn-top:hover > svg {\n color: rgb(54, 102, 214);\n}\n.paraui-v3-input-number.paraui-v3-input-number-tb > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-up > .tb-btn-top > svg {\n color: rgba(46, 55, 67, 0.7);\n}\n.paraui-v3-input-number.paraui-v3-input-number-tb > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-up > .tb-btn-top:last-child {\n border-top: 1px solid;\n border-color: rgba(171, 176, 185, 0.2);\n}\n.paraui-v3-input-number.paraui-v3-input-number-tb > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-down.component-handler-down-disabled > .tb-btn-bottom {\n cursor: not-allowed;\n}\n.paraui-v3-input-number.paraui-v3-input-number-tb > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-down.component-handler-down-disabled > .tb-btn-bottom:hover > svg {\n color: rgba(46, 55, 67, 0.4);\n}\n.paraui-v3-input-number.paraui-v3-input-number-tb > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-down.component-handler-down-disabled > .tb-btn-bottom > svg {\n color: rgba(46, 55, 67, 0.4);\n}\n.paraui-v3-input-number.paraui-v3-input-number-tb > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-down > .tb-btn-bottom {\n line-height: 0;\n height: 50%;\n width: 100%;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: rgba(171, 176, 185, 0.12);\n}\n.paraui-v3-input-number.paraui-v3-input-number-tb > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-down > .tb-btn-bottom:hover > svg {\n color: rgb(54, 102, 214);\n}\n.paraui-v3-input-number.paraui-v3-input-number-tb > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-down > .tb-btn-bottom > svg {\n color: rgba(46, 55, 67, 0.7);\n}\n.paraui-v3-input-number.paraui-v3-input-number-tb > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-down > .tb-btn-bottom:last-child {\n border-top: 1px solid;\n border-color: rgba(171, 176, 185, 0.2);\n}\n.paraui-v3-input-number.paraui-v3-input-number-lr > .input-number-content > .input-number-content-within {\n width: calc(100% - 60px);\n}\n.paraui-v3-input-number.paraui-v3-input-number-lr > .input-number-content > .input-number-content-within > .component > .component-handler-wrap {\n position: absolute;\n width: 100%;\n height: 100%;\n}\n.paraui-v3-input-number.paraui-v3-input-number-lr > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-up {\n position: absolute;\n left: -30px;\n top: 0;\n height: 100%;\n border-bottom-left-radius: 4px;\n border-top-left-radius: 4px;\n overflow: hidden;\n}\n.paraui-v3-input-number.paraui-v3-input-number-lr > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-up.component-handler-up-disabled > .add-btn {\n cursor: not-allowed;\n}\n.paraui-v3-input-number.paraui-v3-input-number-lr > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-up.component-handler-up-disabled > .add-btn:hover > svg {\n color: rgba(46, 55, 67, 0.4);\n}\n.paraui-v3-input-number.paraui-v3-input-number-lr > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-up.component-handler-up-disabled > .add-btn > svg {\n color: rgba(46, 55, 67, 0.4);\n}\n.paraui-v3-input-number.paraui-v3-input-number-lr > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-up > .add-btn {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 30px;\n height: 100%;\n cursor: pointer;\n background-color: rgba(171, 176, 185, 0.12);\n}\n.paraui-v3-input-number.paraui-v3-input-number-lr > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-up > .add-btn:hover > svg {\n color: rgb(54, 102, 214);\n}\n.paraui-v3-input-number.paraui-v3-input-number-lr > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-up > .add-btn > svg {\n color: rgba(46, 55, 67, 0.7);\n font-size: 20px;\n}\n.paraui-v3-input-number.paraui-v3-input-number-lr > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-down {\n position: absolute;\n right: -30px;\n top: 0;\n height: 100%;\n border-bottom-right-radius: 4px;\n border-top-right-radius: 4px;\n overflow: hidden;\n}\n.paraui-v3-input-number.paraui-v3-input-number-lr > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-down.component-handler-down-disabled > .reduce-btn {\n cursor: not-allowed;\n}\n.paraui-v3-input-number.paraui-v3-input-number-lr > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-down.component-handler-down-disabled > .reduce-btn:hover > svg {\n color: rgba(46, 55, 67, 0.4);\n}\n.paraui-v3-input-number.paraui-v3-input-number-lr > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-down.component-handler-down-disabled > .reduce-btn > svg {\n color: rgba(46, 55, 67, 0.4);\n}\n.paraui-v3-input-number.paraui-v3-input-number-lr > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-down > .reduce-btn {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 30px;\n height: 100%;\n cursor: pointer;\n background-color: rgba(171, 176, 185, 0.12);\n}\n.paraui-v3-input-number.paraui-v3-input-number-lr > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-down > .reduce-btn:hover > svg {\n color: rgb(54, 102, 214);\n}\n.paraui-v3-input-number.paraui-v3-input-number-lr > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-down > .reduce-btn > svg {\n color: rgba(46, 55, 67, 0.7);\n font-size: 20px;\n}\n.paraui-v3-input-number.paraui-v3-input-number-focus > .input-number-content {\n border-color: rgb(54, 102, 214);\n}\n.paraui-v3-input-number.paraui-v3-input-number-error > .input-number-content {\n border-color: rgb(235, 96, 84);\n}\n.paraui-v3-input-number.paraui-v3-input-number-error > .input-number-content:hover {\n border-color: rgb(235, 96, 84);\n}\n.paraui-v3-input-number.paraui-v3-input-number-disabled > .input-number-content {\n background-color: rgba(171, 176, 185, 0.12);\n}\n.paraui-v3-input-number.paraui-v3-input-number-disabled > .input-number-content:hover {\n border-color: rgba(171, 176, 185, 0.4);\n}\n.paraui-v3-input-number.paraui-v3-input-number-disabled > .input-number-content > .input-number-content-within {\n cursor: not-allowed;\n width: 100%;\n}\n.paraui-v3-input-number.paraui-v3-input-number-disabled > .input-number-content > .input-number-content-within > .component > .component-input-wrap > input {\n cursor: not-allowed;\n}\n.paraui-v3-input-number.paraui-v3-input-number-disabled > .input-number-content > .input-number-content-within > .input-number-label-placeholder {\n cursor: not-allowed;\n}\n.paraui-v3-input-number.paraui-v3-input-number-disabled-add.paraui-v3-input-number-tb > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-up > .tb-btn-top {\n cursor: not-allowed;\n}\n.paraui-v3-input-number.paraui-v3-input-number-disabled-add.paraui-v3-input-number-tb > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-up > .tb-btn-top:hover > svg {\n color: rgba(46, 55, 67, 0.4);\n}\n.paraui-v3-input-number.paraui-v3-input-number-disabled-add.paraui-v3-input-number-tb > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-up > .tb-btn-top > svg {\n color: rgba(46, 55, 67, 0.4);\n}\n.paraui-v3-input-number.paraui-v3-input-number-disabled-add.paraui-v3-input-number-lr > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-up > .add-btn {\n cursor: not-allowed;\n}\n.paraui-v3-input-number.paraui-v3-input-number-disabled-add.paraui-v3-input-number-lr > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-up > .add-btn:hover > svg {\n color: rgba(46, 55, 67, 0.4);\n}\n.paraui-v3-input-number.paraui-v3-input-number-disabled-add.paraui-v3-input-number-lr > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-up > .add-btn > svg {\n color: rgba(46, 55, 67, 0.4);\n}\n.paraui-v3-input-number.paraui-v3-input-number-disabled-reduce.paraui-v3-input-number-tb > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-down > .tb-btn-bottom {\n cursor: not-allowed;\n}\n.paraui-v3-input-number.paraui-v3-input-number-disabled-reduce.paraui-v3-input-number-tb > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-down > .tb-btn-bottom:hover > svg {\n color: rgba(46, 55, 67, 0.4);\n}\n.paraui-v3-input-number.paraui-v3-input-number-disabled-reduce.paraui-v3-input-number-tb > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-down > .tb-btn-bottom > svg {\n color: rgba(46, 55, 67, 0.4);\n}\n.paraui-v3-input-number.paraui-v3-input-number-disabled-reduce.paraui-v3-input-number-lr > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-down > .reduce-btn {\n cursor: not-allowed;\n}\n.paraui-v3-input-number.paraui-v3-input-number-disabled-reduce.paraui-v3-input-number-lr > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-down > .reduce-btn:hover > svg {\n color: rgba(46, 55, 67, 0.4);\n}\n.paraui-v3-input-number.paraui-v3-input-number-disabled-reduce.paraui-v3-input-number-lr > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-down > .reduce-btn > svg {\n color: rgba(46, 55, 67, 0.4);\n}\n.paraui-v3-input-number.paraui-v3-input-number-small > .input-number-content {\n height: 28px;\n}\n.paraui-v3-input-number.paraui-v3-input-number-small > .input-number-content > .input-number-content-within > .input-number-label-placeholder {\n line-height: 26px;\n}\n.paraui-v3-input-number.paraui-v3-input-number-small.paraui-v3-input-number-tb > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-up > .tb-btn-top > svg {\n font-size: 13px;\n}\n.paraui-v3-input-number.paraui-v3-input-number-small.paraui-v3-input-number-tb > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-down > .tb-btn-bottom > svg {\n font-size: 13px;\n}\n.paraui-v3-input-number.paraui-v3-input-number-medium > .input-number-content {\n height: 32px;\n}\n.paraui-v3-input-number.paraui-v3-input-number-medium > .input-number-content > .input-number-content-within > .input-number-label-placeholder {\n line-height: 30px;\n}\n.paraui-v3-input-number.paraui-v3-input-number-medium.paraui-v3-input-number-tb > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-up > .tb-btn-top > svg {\n font-size: 15px;\n}\n.paraui-v3-input-number.paraui-v3-input-number-medium.paraui-v3-input-number-tb > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-down > .tb-btn-bottom > svg {\n font-size: 15px;\n}\n.paraui-v3-input-number.paraui-v3-input-number-large > .input-number-content {\n height: 36px;\n}\n.paraui-v3-input-number.paraui-v3-input-number-large > .input-number-content > .input-number-content-within > .input-number-label-placeholder {\n line-height: 34px;\n}\n.paraui-v3-input-number.paraui-v3-input-number-large.paraui-v3-input-number-tb > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-up > .tb-btn-top > svg {\n font-size: 17px;\n}\n.paraui-v3-input-number.paraui-v3-input-number-large.paraui-v3-input-number-tb > .input-number-content > .input-number-content-within > .component > .component-handler-wrap > .component-handler-down > .tb-btn-bottom > svg {\n font-size: 17px;\n}";
|
|
23
|
+
styleInject(css_248z);
|
|
24
|
+
|
|
25
|
+
var InputNumber = function InputNumber(props) {
|
|
26
|
+
var className = props.className,
|
|
27
|
+
style = props.style,
|
|
28
|
+
step = props.step,
|
|
29
|
+
min = props.min,
|
|
30
|
+
max = props.max,
|
|
31
|
+
_props$size = props.size,
|
|
32
|
+
size = _props$size === void 0 ? 'large' : _props$size,
|
|
33
|
+
_props$placeholder = props.placeholder,
|
|
34
|
+
placeholder = _props$placeholder === void 0 ? '' : _props$placeholder,
|
|
35
|
+
_props$label = props.label,
|
|
36
|
+
label = _props$label === void 0 ? '' : _props$label,
|
|
37
|
+
labelTooltip = props.labelTooltip,
|
|
38
|
+
_props$labelMode = props.labelMode,
|
|
39
|
+
labelMode = _props$labelMode === void 0 ? 'outside' : _props$labelMode,
|
|
40
|
+
labelSign = props.labelSign,
|
|
41
|
+
_props$btnMode = props.btnMode,
|
|
42
|
+
btnMode = _props$btnMode === void 0 ? 'tb' : _props$btnMode,
|
|
43
|
+
_props$disabled = props.disabled,
|
|
44
|
+
disabled = _props$disabled === void 0 ? false : _props$disabled,
|
|
45
|
+
_props$readOnly = props.readOnly,
|
|
46
|
+
readOnly = _props$readOnly === void 0 ? false : _props$readOnly,
|
|
47
|
+
_props$disabledAdd = props.disabledAdd,
|
|
48
|
+
disabledAdd = _props$disabledAdd === void 0 ? false : _props$disabledAdd,
|
|
49
|
+
_props$disabledReduce = props.disabledReduce,
|
|
50
|
+
disabledReduce = _props$disabledReduce === void 0 ? false : _props$disabledReduce,
|
|
51
|
+
_props$required = props.required,
|
|
52
|
+
required = _props$required === void 0 ? false : _props$required,
|
|
53
|
+
_props$error = props.error,
|
|
54
|
+
error = _props$error === void 0 ? false : _props$error,
|
|
55
|
+
hideErrorDom = props.hideErrorDom,
|
|
56
|
+
_props$helperText = props.helperText,
|
|
57
|
+
helperText = _props$helperText === void 0 ? '' : _props$helperText,
|
|
58
|
+
_props$keyboard = props.keyboard,
|
|
59
|
+
keyboard = _props$keyboard === void 0 ? true : _props$keyboard,
|
|
60
|
+
_props$autoFocus = props.autoFocus,
|
|
61
|
+
autoFocus = _props$autoFocus === void 0 ? false : _props$autoFocus,
|
|
62
|
+
formatter = props.formatter,
|
|
63
|
+
parser = props.parser,
|
|
64
|
+
value = props.value,
|
|
65
|
+
onChange = props.onChange,
|
|
66
|
+
onEnter = props.onEnter,
|
|
67
|
+
onBlur = props.onBlur,
|
|
68
|
+
onFocus = props.onFocus,
|
|
69
|
+
otherProps = __rest(props, ["className", "style", "step", "min", "max", "size", "placeholder", "label", "labelTooltip", "labelMode", "labelSign", "btnMode", "disabled", "readOnly", "disabledAdd", "disabledReduce", "required", "error", "hideErrorDom", "helperText", "keyboard", "autoFocus", "formatter", "parser", "value", "onChange", "onEnter", "onBlur", "onFocus"]);
|
|
70
|
+
var _useState = useState(false),
|
|
71
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
72
|
+
focus = _useState2[0],
|
|
73
|
+
setFocus = _useState2[1]; // 是否获取焦点
|
|
74
|
+
var _useState3 = useState(),
|
|
75
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
76
|
+
valueCom = _useState4[0],
|
|
77
|
+
setValueCom = _useState4[1];
|
|
78
|
+
var inputRef = useRef(null);
|
|
79
|
+
useEffect(function () {
|
|
80
|
+
if (props.defaultValue !== undefined) setValueCom(props.defaultValue);
|
|
81
|
+
}, []);
|
|
82
|
+
// 监听value
|
|
83
|
+
useEffect(function () {
|
|
84
|
+
if (value !== undefined) {
|
|
85
|
+
setValueCom(value);
|
|
86
|
+
}
|
|
87
|
+
}, [value]);
|
|
88
|
+
var handValue = function handValue() {
|
|
89
|
+
if (props.value === undefined) return valueCom;
|
|
90
|
+
return value;
|
|
91
|
+
};
|
|
92
|
+
var add = function add(e) {
|
|
93
|
+
if (disabled || disabledAdd || readOnly) {
|
|
94
|
+
e.stopPropagation();
|
|
95
|
+
}
|
|
96
|
+
};
|
|
97
|
+
var reduce = function reduce(e) {
|
|
98
|
+
if (disabled || disabledReduce || readOnly) {
|
|
99
|
+
e.stopPropagation();
|
|
100
|
+
}
|
|
101
|
+
};
|
|
102
|
+
var clickPlaceholder = function clickPlaceholder() {
|
|
103
|
+
if (disabled || readOnly) return;
|
|
104
|
+
var dom = inputRef && inputRef.current;
|
|
105
|
+
dom.focus();
|
|
106
|
+
};
|
|
107
|
+
/** 得到焦点 */
|
|
108
|
+
var onFocusCom = function onFocusCom(event) {
|
|
109
|
+
setFocus(true);
|
|
110
|
+
onFocus && onFocus(event);
|
|
111
|
+
};
|
|
112
|
+
/** 失去焦点 */
|
|
113
|
+
var onBlurCom = function onBlurCom(event) {
|
|
114
|
+
setFocus(false);
|
|
115
|
+
onBlur && onBlur(event);
|
|
116
|
+
};
|
|
117
|
+
/** 改变事件 */
|
|
118
|
+
var onChangeCom = function onChangeCom(val) {
|
|
119
|
+
if (props.value === undefined) {
|
|
120
|
+
setValueCom(val);
|
|
121
|
+
}
|
|
122
|
+
onChange && onChange(val);
|
|
123
|
+
};
|
|
124
|
+
/** 外标题 */
|
|
125
|
+
var outSideMemo = useMemo(function () {
|
|
126
|
+
var showTag = Boolean(required || labelSign || label);
|
|
127
|
+
if (labelMode === 'outside' && showTag) {
|
|
128
|
+
var handLabelClass = function handLabelClass() {
|
|
129
|
+
var str = 'input-number-label';
|
|
130
|
+
if (labelTooltip && labelTooltip.className) {
|
|
131
|
+
str += ' ' + labelTooltip.className;
|
|
132
|
+
}
|
|
133
|
+
return str;
|
|
134
|
+
};
|
|
135
|
+
return jsx(Label, Object.assign({
|
|
136
|
+
label: label,
|
|
137
|
+
required: required,
|
|
138
|
+
labelSign: labelSign
|
|
139
|
+
}, labelTooltip, {
|
|
140
|
+
className: handLabelClass()
|
|
141
|
+
}));
|
|
142
|
+
}
|
|
143
|
+
return null;
|
|
144
|
+
}, [labelMode, label, labelSign, required]);
|
|
145
|
+
/** 处理placeholder, 内标题 */
|
|
146
|
+
var handPlaceholderLabel = function handPlaceholderLabel() {
|
|
147
|
+
var val = handValue();
|
|
148
|
+
if (focus || val !== undefined && val !== null) return undefined; // 得到焦点不显示 或者 (存在val值)
|
|
149
|
+
var handPlaceholderCom = function handPlaceholderCom() {
|
|
150
|
+
if (labelMode === 'outside') return placeholder; // 外标题只返回placeholder
|
|
151
|
+
return jsxs(Fragment, {
|
|
152
|
+
children: [label || placeholder, required && jsx("span", Object.assign({
|
|
153
|
+
className: "input-number-required"
|
|
154
|
+
}, {
|
|
155
|
+
children: "*"
|
|
156
|
+
})), labelSign && jsx("span", {
|
|
157
|
+
children: labelSign
|
|
158
|
+
})]
|
|
159
|
+
});
|
|
160
|
+
};
|
|
161
|
+
return jsx("span", Object.assign({
|
|
162
|
+
className: "input-number-label-placeholder",
|
|
163
|
+
onClick: clickPlaceholder
|
|
164
|
+
}, {
|
|
165
|
+
children: handPlaceholderCom()
|
|
166
|
+
}));
|
|
167
|
+
};
|
|
168
|
+
// 后
|
|
169
|
+
var addonAfterDom = function addonAfterDom(bol) {
|
|
170
|
+
if (disabled || readOnly) return undefined;
|
|
171
|
+
// 上下
|
|
172
|
+
if (btnMode === 'tb') {
|
|
173
|
+
if (bol) return jsx("span", Object.assign({
|
|
174
|
+
className: "tb-btn-bottom",
|
|
175
|
+
onMouseDown: reduce
|
|
176
|
+
}, {
|
|
177
|
+
children: jsx(Down, {})
|
|
178
|
+
}));
|
|
179
|
+
return jsx("div", {
|
|
180
|
+
className: "input-number-content-after"
|
|
181
|
+
});
|
|
182
|
+
}
|
|
183
|
+
// 左右
|
|
184
|
+
if (btnMode === 'lr') {
|
|
185
|
+
if (bol) return jsx("span", Object.assign({
|
|
186
|
+
className: "reduce-btn",
|
|
187
|
+
onMouseDown: reduce
|
|
188
|
+
}, {
|
|
189
|
+
children: jsx(Minus, {})
|
|
190
|
+
}));
|
|
191
|
+
return jsx("div", {
|
|
192
|
+
className: "input-number-content-after"
|
|
193
|
+
});
|
|
194
|
+
}
|
|
195
|
+
return undefined;
|
|
196
|
+
};
|
|
197
|
+
// 前
|
|
198
|
+
var addonBeforeDom = function addonBeforeDom(bol) {
|
|
199
|
+
if (disabled || readOnly) return undefined;
|
|
200
|
+
// 上下
|
|
201
|
+
if (btnMode === 'tb') {
|
|
202
|
+
if (bol) return jsx("span", Object.assign({
|
|
203
|
+
className: "tb-btn-top",
|
|
204
|
+
onMouseDown: add
|
|
205
|
+
}, {
|
|
206
|
+
children: jsx(ExpandLess, {})
|
|
207
|
+
}));
|
|
208
|
+
return undefined;
|
|
209
|
+
}
|
|
210
|
+
// 左右
|
|
211
|
+
if (btnMode === 'lr') {
|
|
212
|
+
if (bol) return jsx("span", Object.assign({
|
|
213
|
+
className: "add-btn",
|
|
214
|
+
onMouseDown: add
|
|
215
|
+
}, {
|
|
216
|
+
children: jsx(Plus, {})
|
|
217
|
+
}));
|
|
218
|
+
return jsx("div", {
|
|
219
|
+
className: "input-number-content-before"
|
|
220
|
+
});
|
|
221
|
+
}
|
|
222
|
+
return undefined;
|
|
223
|
+
};
|
|
224
|
+
/** 处理class */
|
|
225
|
+
var handClass = function handClass() {
|
|
226
|
+
var str = $prefixCls + '-input-number';
|
|
227
|
+
if (className) str += ' ' + className;
|
|
228
|
+
if (size) str += " ".concat($prefixCls, "-input-number-").concat(size);
|
|
229
|
+
if (btnMode) str += " ".concat($prefixCls, "-input-number-").concat(btnMode);
|
|
230
|
+
if (focus) str += " ".concat($prefixCls, "-input-number-focus");
|
|
231
|
+
if (disabled) str += " ".concat($prefixCls, "-input-number-disabled");
|
|
232
|
+
if (disabledAdd) str += " ".concat($prefixCls, "-input-number-disabled-add");
|
|
233
|
+
if (disabledReduce) str += " ".concat($prefixCls, "-input-number-disabled-reduce");
|
|
234
|
+
if (error) str += " ".concat($prefixCls, "-input-number-error");
|
|
235
|
+
return str;
|
|
236
|
+
};
|
|
237
|
+
return jsxs("div", Object.assign({
|
|
238
|
+
className: handClass(),
|
|
239
|
+
style: style
|
|
240
|
+
}, {
|
|
241
|
+
children: [outSideMemo, jsxs("div", Object.assign({
|
|
242
|
+
className: "input-number-content"
|
|
243
|
+
}, {
|
|
244
|
+
children: [addonBeforeDom(), jsxs("div", Object.assign({
|
|
245
|
+
className: "input-number-content-within"
|
|
246
|
+
}, {
|
|
247
|
+
children: [jsx(RcInputNumber, Object.assign({
|
|
248
|
+
ref: inputRef,
|
|
249
|
+
step: step,
|
|
250
|
+
min: min,
|
|
251
|
+
max: max,
|
|
252
|
+
keyboard: keyboard,
|
|
253
|
+
disabled: disabled,
|
|
254
|
+
value: handValue(),
|
|
255
|
+
autoFocus: autoFocus,
|
|
256
|
+
readOnly: readOnly,
|
|
257
|
+
formatter: formatter,
|
|
258
|
+
parser: parser,
|
|
259
|
+
prefixCls: $rcPrefixCls,
|
|
260
|
+
upHandler: addonBeforeDom(true),
|
|
261
|
+
downHandler: addonAfterDom(true),
|
|
262
|
+
onChange: onChangeCom,
|
|
263
|
+
onFocus: onFocusCom,
|
|
264
|
+
onBlur: onBlurCom,
|
|
265
|
+
onPressEnter: onEnter
|
|
266
|
+
}, otherProps)), handPlaceholderLabel()]
|
|
267
|
+
})), addonAfterDom()]
|
|
268
|
+
})), jsx(HelperText, {
|
|
269
|
+
className: "input-number-error-text",
|
|
270
|
+
error: error,
|
|
271
|
+
helperText: helperText,
|
|
272
|
+
hideErrorDom: hideErrorDom
|
|
273
|
+
})]
|
|
274
|
+
}));
|
|
275
|
+
};
|
|
276
|
+
|
|
277
|
+
export { InputNumber, InputNumber as default };
|
package/Label/index.d.ts
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author linhd
|
|
3
|
+
* @date 2022/3/22 3:23 PM
|
|
4
|
+
* @description 表单label
|
|
5
|
+
*/
|
|
6
|
+
import React, { FunctionComponent, ReactNode } from 'react';
|
|
7
|
+
import './index.scss';
|
|
8
|
+
export interface LabelTooltipProps {
|
|
9
|
+
/** 样式class */
|
|
10
|
+
className?: string;
|
|
11
|
+
/** 帮组className */
|
|
12
|
+
helpClassName?: string;
|
|
13
|
+
/** 样式 */
|
|
14
|
+
style?: React.CSSProperties;
|
|
15
|
+
/** 配置提示信息 */
|
|
16
|
+
tooltip?: ReactNode;
|
|
17
|
+
/** 提示类型 图标 / 线 */
|
|
18
|
+
tooltipType?: 'line' | 'icon';
|
|
19
|
+
/** 提示信息icon */
|
|
20
|
+
tooltipIcon?: ReactNode;
|
|
21
|
+
/** 帮组提示方向 */
|
|
22
|
+
placement?: 'bottom-end' | 'bottom-start' | 'bottom' | 'left-end' | 'left-start' | 'left' | 'right-end' | 'right-start' | 'right' | 'top-end' | 'top-start' | 'top';
|
|
23
|
+
/** 提示箭头 */
|
|
24
|
+
arrow?: boolean;
|
|
25
|
+
[name: string]: any;
|
|
26
|
+
}
|
|
27
|
+
export interface LabelProps extends LabelTooltipProps {
|
|
28
|
+
/** 是否必填 */
|
|
29
|
+
required?: boolean;
|
|
30
|
+
/** 标题 */
|
|
31
|
+
label?: ReactNode;
|
|
32
|
+
/** 标题提示,可用来自定义 */
|
|
33
|
+
labelSign?: ReactNode;
|
|
34
|
+
[name: string]: any;
|
|
35
|
+
}
|
|
36
|
+
declare const Label: FunctionComponent<LabelProps>;
|
|
37
|
+
export default Label;
|
package/Label/index.js
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import Help from '../Help/index.js';
|
|
3
|
+
import { $ as $prefixCls } from '../_verture/constant-66aa48a1.js';
|
|
4
|
+
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
5
|
+
import '../_verture/tslib.es6-55ed4bd2.js';
|
|
6
|
+
import '../Tooltip/index.js';
|
|
7
|
+
import '../_verture/slicedToArray-76060636.js';
|
|
8
|
+
import '../_verture/unsupportedIterableToArray-cb478f24.js';
|
|
9
|
+
import 'react';
|
|
10
|
+
import 'rc-tooltip';
|
|
11
|
+
import 'rc-tooltip/lib/placements';
|
|
12
|
+
import 'clsx';
|
|
13
|
+
import '@para-ui/icons/Help';
|
|
14
|
+
|
|
15
|
+
var css_248z = "@charset \"UTF-8\";\n/**\n* @author linhd\n* @date 2022/3/23 8:29 PM\n* @description 标题\n*/\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n.paraui-v3-label {\n font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;\n font-size: 14px;\n font-weight: 400;\n color: rgba(46, 55, 67, 0.7);\n margin-bottom: 8px;\n display: inline-block;\n line-height: 1.43;\n word-break: break-all;\n}\n.paraui-v3-label > .label-required {\n margin-left: 2px;\n color: rgb(235, 96, 84);\n}\n.paraui-v3-label > .paraui-v3-help {\n vertical-align: top;\n margin-left: 4px;\n}\n.paraui-v3-label > .paraui-v3-help svg {\n color: rgba(46, 55, 67, 0.4);\n vertical-align: top;\n position: relative;\n top: 2px;\n}\n.paraui-v3-label.paraui-v3-label-line.paraui-v3-label-tooltip {\n border-bottom: 1px dashed rgba(46, 55, 67, 0.4);\n padding-bottom: 2px;\n}";
|
|
16
|
+
styleInject(css_248z);
|
|
17
|
+
|
|
18
|
+
var Label = function Label(props) {
|
|
19
|
+
var className = props.className,
|
|
20
|
+
helpClassName = props.helpClassName,
|
|
21
|
+
style = props.style,
|
|
22
|
+
label = props.label,
|
|
23
|
+
labelSign = props.labelSign,
|
|
24
|
+
_props$required = props.required,
|
|
25
|
+
required = _props$required === void 0 ? false : _props$required,
|
|
26
|
+
tooltip = props.tooltip,
|
|
27
|
+
_props$tooltipType = props.tooltipType,
|
|
28
|
+
tooltipType = _props$tooltipType === void 0 ? 'icon' : _props$tooltipType,
|
|
29
|
+
placement = props.placement,
|
|
30
|
+
arrow = props.arrow,
|
|
31
|
+
tooltipIcon = props.tooltipIcon;
|
|
32
|
+
// 处理class
|
|
33
|
+
var handClass = function handClass() {
|
|
34
|
+
var str = $prefixCls + '-label';
|
|
35
|
+
if (tooltipType) str += " ".concat($prefixCls, "-label-").concat(tooltipType);
|
|
36
|
+
if (tooltip) str += " ".concat($prefixCls, "-label-tooltip");
|
|
37
|
+
if (className) str += ' ' + className;
|
|
38
|
+
return str;
|
|
39
|
+
};
|
|
40
|
+
return jsxs(Fragment, {
|
|
41
|
+
children: [tooltipType === 'icon' && jsxs("label", Object.assign({
|
|
42
|
+
className: handClass(),
|
|
43
|
+
style: style
|
|
44
|
+
}, {
|
|
45
|
+
children: [jsx(Fragment, {
|
|
46
|
+
children: label
|
|
47
|
+
}), required && jsx("span", Object.assign({
|
|
48
|
+
className: "label-required"
|
|
49
|
+
}, {
|
|
50
|
+
children: "*"
|
|
51
|
+
})), labelSign && jsx("span", {
|
|
52
|
+
children: labelSign
|
|
53
|
+
}), tooltip && jsx(Help, Object.assign({
|
|
54
|
+
title: tooltip,
|
|
55
|
+
placement: placement,
|
|
56
|
+
arrow: arrow,
|
|
57
|
+
className: helpClassName
|
|
58
|
+
}, {
|
|
59
|
+
children: tooltipIcon
|
|
60
|
+
}))]
|
|
61
|
+
})), tooltipType === 'line' && jsx(Help, Object.assign({
|
|
62
|
+
title: tooltip || '',
|
|
63
|
+
placement: placement,
|
|
64
|
+
arrow: arrow,
|
|
65
|
+
className: helpClassName
|
|
66
|
+
}, {
|
|
67
|
+
children: jsxs("label", Object.assign({
|
|
68
|
+
className: handClass(),
|
|
69
|
+
style: style
|
|
70
|
+
}, {
|
|
71
|
+
children: [jsx(Fragment, {
|
|
72
|
+
children: label
|
|
73
|
+
}), required && jsx("span", Object.assign({
|
|
74
|
+
className: "label-required"
|
|
75
|
+
}, {
|
|
76
|
+
children: "*"
|
|
77
|
+
})), labelSign && jsx("span", {
|
|
78
|
+
children: labelSign
|
|
79
|
+
})]
|
|
80
|
+
}))
|
|
81
|
+
}))]
|
|
82
|
+
});
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
export { Label as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author linhd
|
|
3
|
+
* @date 2021/12/7 13:27
|
|
4
|
+
* @description loading
|
|
5
|
+
*/
|
|
6
|
+
import React, { FunctionComponent } from 'react';
|
|
7
|
+
import './index.scss';
|
|
8
|
+
export interface LoadingProps {
|
|
9
|
+
/** 样式class */
|
|
10
|
+
className?: string;
|
|
11
|
+
/** style */
|
|
12
|
+
style?: React.CSSProperties;
|
|
13
|
+
/** 背景透明度 */
|
|
14
|
+
opacity?: number;
|
|
15
|
+
}
|
|
16
|
+
export declare const Loading: FunctionComponent<LoadingProps>;
|
|
17
|
+
export default Loading;
|
package/Loading/index.js
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { useRef, useEffect } from 'react';
|
|
3
|
+
import LoadingOutlined from '@para-ui/icons/LoadingF';
|
|
4
|
+
import { $ as $prefixCls } from '../_verture/constant-66aa48a1.js';
|
|
5
|
+
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
6
|
+
|
|
7
|
+
var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n.paraui-v3-loading {\n position: absolute;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n}\n@keyframes rotateLoading {\n 0% {\n transformOrigin: 50% 50%;\n }\n 100% {\n transform: rotate(360deg);\n }\n}\n.paraui-v3-loading .loading-mask {\n position: absolute;\n width: 100%;\n height: 100%;\n background-color: white;\n z-index: 100;\n}\n.paraui-v3-loading .loading-box {\n position: absolute;\n width: 100%;\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n z-index: 101;\n}\n.paraui-v3-loading .loading-box > svg {\n transition: all 0.3s ease-in-out;\n animation: rotateLoading 1s infinite linear;\n font-size: 20px;\n}";
|
|
8
|
+
styleInject(css_248z);
|
|
9
|
+
|
|
10
|
+
var Loading = function Loading(props) {
|
|
11
|
+
var className = props.className,
|
|
12
|
+
style = props.style,
|
|
13
|
+
_props$opacity = props.opacity,
|
|
14
|
+
opacity = _props$opacity === void 0 ? 0.7 : _props$opacity;
|
|
15
|
+
var dom = useRef(null);
|
|
16
|
+
useEffect(function () {
|
|
17
|
+
if (dom && dom.current && dom.current.parentNode) {
|
|
18
|
+
if (!dom.current.parentNode.style.position) {
|
|
19
|
+
dom.current.parentNode.style.position = 'relative';
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}, []);
|
|
23
|
+
// 处理class
|
|
24
|
+
var handClass = function handClass() {
|
|
25
|
+
var str = "".concat($prefixCls, "-loading");
|
|
26
|
+
if (className) str += ' ' + className;
|
|
27
|
+
return str;
|
|
28
|
+
};
|
|
29
|
+
return jsxs("div", Object.assign({
|
|
30
|
+
className: handClass(),
|
|
31
|
+
style: style,
|
|
32
|
+
ref: dom
|
|
33
|
+
}, {
|
|
34
|
+
children: [jsx("div", Object.assign({
|
|
35
|
+
className: "loading-box"
|
|
36
|
+
}, {
|
|
37
|
+
children: jsx(LoadingOutlined, {})
|
|
38
|
+
})), jsx("div", {
|
|
39
|
+
className: "loading-mask",
|
|
40
|
+
style: {
|
|
41
|
+
opacity: opacity
|
|
42
|
+
}
|
|
43
|
+
})]
|
|
44
|
+
}));
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export { Loading, Loading as default };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author linhd
|
|
3
|
+
* @date 2021/8/10 15:26
|
|
4
|
+
* @description 尾部展开
|
|
5
|
+
*/
|
|
6
|
+
import { FunctionComponent } from 'react';
|
|
7
|
+
import { FooterExpansionProps } from './interface';
|
|
8
|
+
export declare const FooterExpansion: FunctionComponent<FooterExpansionProps>;
|
|
9
|
+
export default FooterExpansion;
|
package/Menu/index.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author linhd
|
|
3
|
+
* @date 2021/8/10 16:58
|
|
4
|
+
* @description 竖向菜单list
|
|
5
|
+
*/
|
|
6
|
+
import { FunctionComponent } from 'react';
|
|
7
|
+
import { MenuProps } from './interface';
|
|
8
|
+
import './index.scss';
|
|
9
|
+
export declare const Menu: FunctionComponent<MenuProps>;
|
|
10
|
+
export default Menu;
|