@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/README.md
CHANGED
package/Radio/index.d.ts
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author linhd
|
|
3
|
+
* @date 2021/8/4 10:20
|
|
4
|
+
* @description 单选框
|
|
5
|
+
*/
|
|
6
|
+
import React, { FunctionComponent, ReactNode } from 'react';
|
|
7
|
+
import { LabelTooltipProps } from '../Label';
|
|
8
|
+
import './index.scss';
|
|
9
|
+
export interface RadioProps {
|
|
10
|
+
/** 样式class */
|
|
11
|
+
className?: string;
|
|
12
|
+
/** style */
|
|
13
|
+
style?: React.CSSProperties;
|
|
14
|
+
/** 标题 */
|
|
15
|
+
label?: ReactNode;
|
|
16
|
+
/** 帮组提示信息 */
|
|
17
|
+
labelTooltip?: LabelTooltipProps;
|
|
18
|
+
/** 大小 */
|
|
19
|
+
size?: 'small' | 'medium' | 'large';
|
|
20
|
+
/** 默认值 有值不受控组件 初始化第一次 */
|
|
21
|
+
defaultChecked?: boolean;
|
|
22
|
+
/** 默认值 有值受控组件*/
|
|
23
|
+
checked?: boolean;
|
|
24
|
+
/** 禁用 */
|
|
25
|
+
disabled?: boolean;
|
|
26
|
+
/** inputProps */
|
|
27
|
+
inputProps?: {
|
|
28
|
+
type?: string;
|
|
29
|
+
value?: any;
|
|
30
|
+
checked?: any;
|
|
31
|
+
[name: string]: any;
|
|
32
|
+
};
|
|
33
|
+
/** 改变事件 */
|
|
34
|
+
onChange?: (e: any, checked: boolean) => void;
|
|
35
|
+
[name: string]: any;
|
|
36
|
+
}
|
|
37
|
+
export declare const Radio: FunctionComponent<RadioProps>;
|
|
38
|
+
export default Radio;
|
package/Radio/index.js
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { _ as _slicedToArray } from '../_verture/slicedToArray-76060636.js';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
import { useState, useEffect } from 'react';
|
|
4
|
+
import Label from '../Label/index.js';
|
|
5
|
+
import { $ as $prefixCls } from '../_verture/constant-66aa48a1.js';
|
|
6
|
+
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
7
|
+
import '../_verture/unsupportedIterableToArray-cb478f24.js';
|
|
8
|
+
import '../Help/index.js';
|
|
9
|
+
import '../_verture/tslib.es6-55ed4bd2.js';
|
|
10
|
+
import '../Tooltip/index.js';
|
|
11
|
+
import 'rc-tooltip';
|
|
12
|
+
import 'rc-tooltip/lib/placements';
|
|
13
|
+
import 'clsx';
|
|
14
|
+
import '@para-ui/icons/Help';
|
|
15
|
+
|
|
16
|
+
var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n.paraui-v3-radio {\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 cursor: pointer;\n display: inline-flex;\n align-items: flex-start;\n line-height: 16px;\n}\n.paraui-v3-radio:hover > .radio-label {\n color: rgba(54, 102, 214, 0.8);\n cursor: pointer;\n}\n.paraui-v3-radio:hover > .radio-label svg {\n color: rgba(54, 102, 214, 0.8);\n}\n.paraui-v3-radio:hover > .radio-help > .radio-label {\n color: rgba(54, 102, 214, 0.8);\n cursor: pointer;\n}\n.paraui-v3-radio:hover > .radio-help > .radio-label svg {\n color: rgba(54, 102, 214, 0.8);\n}\n.paraui-v3-radio:hover > .radio-box > .radio-box-inner {\n border-color: rgba(54, 102, 214, 0.8);\n}\n.paraui-v3-radio > .radio-box {\n position: relative;\n}\n.paraui-v3-radio > .radio-box > input {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1;\n width: 100%;\n height: 100%;\n opacity: 0;\n cursor: pointer;\n}\n.paraui-v3-radio > .radio-box > .radio-box-inner {\n position: relative;\n top: 0;\n left: 0;\n display: block;\n background-color: white;\n border: 1px solid rgba(171, 176, 185, 0.4);\n border-radius: 50%;\n}\n.paraui-v3-radio > .radio-box > .radio-box-inner:after {\n position: absolute;\n display: table;\n content: \" \";\n transform: scale(1) translate(-50%, -50%);\n background-color: white;\n border-radius: 50%;\n left: 50%;\n top: 50%;\n}\n.paraui-v3-radio > .radio-label {\n color: rgb(46, 55, 67);\n padding: 0 8px;\n margin: 0;\n display: inline-flex;\n align-items: flex-start;\n}\n.paraui-v3-radio > .radio-label > .radio-help > svg {\n top: 0;\n}\n.paraui-v3-radio .radio-label {\n line-height: 16px;\n}\n.paraui-v3-radio > .radio-help {\n padding: 0 8px;\n position: relative;\n top: -1px;\n}\n.paraui-v3-radio > .radio-help > .radio-label {\n color: rgb(46, 55, 67);\n margin: 0;\n display: inline-flex;\n align-items: center;\n}\n.paraui-v3-radio.paraui-v3-radio-checked > .radio-box > .radio-box-inner {\n border-color: transparent;\n background-color: rgb(54, 102, 214);\n}\n.paraui-v3-radio.paraui-v3-radio-checked:hover > .radio-box > .radio-box-inner {\n border-color: transparent;\n background-color: rgba(54, 102, 214, 0.8);\n}\n.paraui-v3-radio.paraui-v3-radio-disabled {\n cursor: not-allowed;\n}\n.paraui-v3-radio.paraui-v3-radio-disabled:hover > .radio-box > .radio-box-inner {\n background-color: rgb(245, 246, 247);\n border-color: rgba(171, 176, 185, 0.4);\n}\n.paraui-v3-radio.paraui-v3-radio-disabled > .radio-label {\n color: rgba(46, 55, 67, 0.4);\n cursor: not-allowed;\n}\n.paraui-v3-radio.paraui-v3-radio-disabled > .radio-label svg {\n color: rgba(46, 55, 67, 0.4);\n}\n.paraui-v3-radio.paraui-v3-radio-disabled > .radio-box > input {\n cursor: not-allowed;\n}\n.paraui-v3-radio.paraui-v3-radio-disabled > .radio-box > .radio-box-inner {\n background-color: rgb(245, 246, 247);\n border-color: rgba(171, 176, 185, 0.4);\n}\n.paraui-v3-radio.paraui-v3-radio-disabled > .radio-box > .radio-box-inner:after {\n background-color: rgb(245, 246, 247);\n}\n.paraui-v3-radio.paraui-v3-radio-disabled.paraui-v3-radio-checked > .radio-box > .radio-box-inner:after {\n background-color: rgba(171, 176, 185, 0.4);\n}\n.paraui-v3-radio.paraui-v3-radio-disabled > .radio-help {\n color: rgba(46, 55, 67, 0.4);\n}\n.paraui-v3-radio.paraui-v3-radio-disabled > .radio-help > .radio-label {\n color: rgba(46, 55, 67, 0.4);\n cursor: not-allowed;\n}\n.paraui-v3-radio.paraui-v3-radio-small > .radio-box {\n top: 1px;\n}\n.paraui-v3-radio.paraui-v3-radio-small > .radio-box > .radio-box-inner {\n width: 14px;\n height: 14px;\n}\n.paraui-v3-radio.paraui-v3-radio-small > .radio-box > .radio-box-inner:after {\n width: 4px;\n height: 4px;\n}\n.paraui-v3-radio.paraui-v3-radio-medium > .radio-box > .radio-box-inner {\n width: 16px;\n height: 16px;\n}\n.paraui-v3-radio.paraui-v3-radio-medium > .radio-box > .radio-box-inner:after {\n width: 6px;\n height: 6px;\n}\n.paraui-v3-radio.paraui-v3-radio-large > .radio-box > .radio-box-inner {\n width: 16px;\n height: 16px;\n}\n.paraui-v3-radio.paraui-v3-radio-large > .radio-box > .radio-box-inner:after {\n width: 6px;\n height: 6px;\n}";
|
|
17
|
+
styleInject(css_248z);
|
|
18
|
+
|
|
19
|
+
var Radio = function Radio(props) {
|
|
20
|
+
var _props$className = props.className,
|
|
21
|
+
className = _props$className === void 0 ? '' : _props$className,
|
|
22
|
+
labelTooltip = props.labelTooltip,
|
|
23
|
+
_props$label = props.label,
|
|
24
|
+
label = _props$label === void 0 ? '' : _props$label,
|
|
25
|
+
_props$size = props.size,
|
|
26
|
+
size = _props$size === void 0 ? 'large' : _props$size,
|
|
27
|
+
_props$disabled = props.disabled,
|
|
28
|
+
disabled = _props$disabled === void 0 ? false : _props$disabled,
|
|
29
|
+
onChange = props.onChange,
|
|
30
|
+
style = props.style;
|
|
31
|
+
var _useState = useState(false),
|
|
32
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
33
|
+
checkedCom = _useState2[0],
|
|
34
|
+
setCheckedCom = _useState2[1]; // 复选框状态
|
|
35
|
+
useEffect(function () {
|
|
36
|
+
if (props.defaultChecked !== undefined) setCheckedCom(props.defaultChecked);
|
|
37
|
+
}, []);
|
|
38
|
+
useEffect(function () {
|
|
39
|
+
if (props.checked !== undefined) setCheckedCom(props.checked);
|
|
40
|
+
}, [props.checked]);
|
|
41
|
+
// 点击选择
|
|
42
|
+
var clickCheck = function clickCheck(e) {
|
|
43
|
+
e.preventDefault();
|
|
44
|
+
if (disabled) return;
|
|
45
|
+
// 不可受控组件
|
|
46
|
+
if (props.checked === undefined) setCheckedCom(!checkedCom);
|
|
47
|
+
e.target.checked = !checkedCom;
|
|
48
|
+
onChange && onChange(e, !checkedCom);
|
|
49
|
+
};
|
|
50
|
+
// 处理className
|
|
51
|
+
var handClass = function handClass() {
|
|
52
|
+
var str = $prefixCls + '-radio';
|
|
53
|
+
if (className) str += ' ' + className;
|
|
54
|
+
if (size) str += " ".concat($prefixCls, "-radio-").concat(size);
|
|
55
|
+
if (disabled) str += " ".concat($prefixCls, "-radio-disabled");
|
|
56
|
+
if (checkedCom) str += " ".concat($prefixCls, "-radio-checked");
|
|
57
|
+
return str;
|
|
58
|
+
};
|
|
59
|
+
var handLabelClass = function handLabelClass() {
|
|
60
|
+
var str = 'radio-label';
|
|
61
|
+
if (labelTooltip && labelTooltip.className) {
|
|
62
|
+
str += ' ' + labelTooltip.className;
|
|
63
|
+
}
|
|
64
|
+
return str;
|
|
65
|
+
};
|
|
66
|
+
/** 处理帮组classNaem */
|
|
67
|
+
var handHelpClassName = function handHelpClassName() {
|
|
68
|
+
var str = ' radio-help';
|
|
69
|
+
if (labelTooltip && labelTooltip.helpClassName) {
|
|
70
|
+
str += ' ' + labelTooltip.helpClassName;
|
|
71
|
+
}
|
|
72
|
+
return str;
|
|
73
|
+
};
|
|
74
|
+
return jsxs("label", Object.assign({
|
|
75
|
+
className: handClass(),
|
|
76
|
+
onClick: clickCheck,
|
|
77
|
+
style: style
|
|
78
|
+
}, {
|
|
79
|
+
children: [jsxs("span", Object.assign({
|
|
80
|
+
className: "radio-box"
|
|
81
|
+
}, {
|
|
82
|
+
children: [jsx("input", Object.assign({
|
|
83
|
+
type: "radio",
|
|
84
|
+
value: checkedCom
|
|
85
|
+
}, props.inputProps)), jsx("span", {
|
|
86
|
+
className: "radio-box-inner"
|
|
87
|
+
})]
|
|
88
|
+
})), label !== undefined && label !== '' && label !== null ? jsx(Label, Object.assign({
|
|
89
|
+
label: label
|
|
90
|
+
}, labelTooltip, {
|
|
91
|
+
helpClassName: handHelpClassName(),
|
|
92
|
+
className: handLabelClass()
|
|
93
|
+
})) : null]
|
|
94
|
+
}));
|
|
95
|
+
};
|
|
96
|
+
|
|
97
|
+
export { Radio, Radio as default };
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author linhd
|
|
3
|
+
* @date 2021/8/4 14:18
|
|
4
|
+
* @description 单选框组
|
|
5
|
+
*/
|
|
6
|
+
import React, { FunctionComponent, ReactNode } from 'react';
|
|
7
|
+
import { RadioProps } from '../Radio';
|
|
8
|
+
import { LabelTooltipProps } from "../Label";
|
|
9
|
+
import { HelperTextDetailProps } from "../HelperText";
|
|
10
|
+
import './index.scss';
|
|
11
|
+
export interface RadioListProps extends RadioProps {
|
|
12
|
+
[name: string]: any;
|
|
13
|
+
}
|
|
14
|
+
export interface RadioGroupProps extends HelperTextDetailProps {
|
|
15
|
+
/** 样式class */
|
|
16
|
+
className?: string;
|
|
17
|
+
/** style */
|
|
18
|
+
style?: React.CSSProperties;
|
|
19
|
+
/** 间距 只有在横向布局的时候生效 */
|
|
20
|
+
spacing?: string;
|
|
21
|
+
/** 标题 */
|
|
22
|
+
label?: ReactNode;
|
|
23
|
+
/** 帮组提示信息 */
|
|
24
|
+
labelTooltip?: LabelTooltipProps;
|
|
25
|
+
/** 尺寸 */
|
|
26
|
+
size?: 'small' | 'medium' | 'large';
|
|
27
|
+
/** 是否必填 */
|
|
28
|
+
required?: boolean;
|
|
29
|
+
/** 布局方式 横向/竖向 */
|
|
30
|
+
row?: boolean;
|
|
31
|
+
/** 是否禁用 */
|
|
32
|
+
disabled?: boolean;
|
|
33
|
+
/** 默认值 不受控 */
|
|
34
|
+
defaultValue?: any;
|
|
35
|
+
/** 默认值 */
|
|
36
|
+
value?: any;
|
|
37
|
+
/** 选中选值 */
|
|
38
|
+
id?: string;
|
|
39
|
+
/** 选项数据 */
|
|
40
|
+
list: RadioListProps[];
|
|
41
|
+
/** 改变值 */
|
|
42
|
+
onChange?: (val: any, item?: RadioListProps) => void;
|
|
43
|
+
[name: string]: any;
|
|
44
|
+
}
|
|
45
|
+
export declare const RadioGroup: FunctionComponent<RadioGroupProps>;
|
|
46
|
+
export default RadioGroup;
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
import { _ as _slicedToArray } from '../_verture/slicedToArray-76060636.js';
|
|
2
|
+
import { useState, useEffect, createElement } from 'react';
|
|
3
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
4
|
+
import { Radio } from '../Radio/index.js';
|
|
5
|
+
import Label from '../Label/index.js';
|
|
6
|
+
import HelperText from '../HelperText/index.js';
|
|
7
|
+
import { $ as $prefixCls } from '../_verture/constant-66aa48a1.js';
|
|
8
|
+
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
9
|
+
import '../_verture/unsupportedIterableToArray-cb478f24.js';
|
|
10
|
+
import '../Help/index.js';
|
|
11
|
+
import '../_verture/tslib.es6-55ed4bd2.js';
|
|
12
|
+
import '../Tooltip/index.js';
|
|
13
|
+
import 'rc-tooltip';
|
|
14
|
+
import 'rc-tooltip/lib/placements';
|
|
15
|
+
import 'clsx';
|
|
16
|
+
import '@para-ui/icons/Help';
|
|
17
|
+
|
|
18
|
+
var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n.paraui-v3-radio-group {\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 width: 100%;\n}\n.paraui-v3-radio-group > .radio-group-label {\n margin-bottom: 4px;\n}\n.paraui-v3-radio-group > .radio-group-content {\n line-height: 0;\n}\n.paraui-v3-radio-group > .radio-group-content > .paraui-v3-radio {\n margin-top: 8px;\n margin-bottom: 4px;\n}\n.paraui-v3-radio-group.paraui-v3-radio-group-column > .radio-group-content {\n display: flex;\n flex-direction: column;\n}";
|
|
19
|
+
styleInject(css_248z);
|
|
20
|
+
|
|
21
|
+
var RadioGroup = function RadioGroup(props) {
|
|
22
|
+
var _props$className = props.className,
|
|
23
|
+
className = _props$className === void 0 ? '' : _props$className,
|
|
24
|
+
style = props.style,
|
|
25
|
+
_props$label = props.label,
|
|
26
|
+
label = _props$label === void 0 ? '' : _props$label,
|
|
27
|
+
labelTooltip = props.labelTooltip,
|
|
28
|
+
_props$spacing = props.spacing,
|
|
29
|
+
spacing = _props$spacing === void 0 ? '28px' : _props$spacing,
|
|
30
|
+
_props$size = props.size,
|
|
31
|
+
size = _props$size === void 0 ? 'large' : _props$size,
|
|
32
|
+
_props$row = props.row,
|
|
33
|
+
row = _props$row === void 0 ? true : _props$row,
|
|
34
|
+
_props$disabled = props.disabled,
|
|
35
|
+
disabled = _props$disabled === void 0 ? false : _props$disabled,
|
|
36
|
+
_props$required = props.required,
|
|
37
|
+
required = _props$required === void 0 ? false : _props$required,
|
|
38
|
+
_props$error = props.error,
|
|
39
|
+
error = _props$error === void 0 ? false : _props$error,
|
|
40
|
+
hideErrorDom = props.hideErrorDom,
|
|
41
|
+
_props$helperText = props.helperText,
|
|
42
|
+
helperText = _props$helperText === void 0 ? '' : _props$helperText,
|
|
43
|
+
_props$id = props.id,
|
|
44
|
+
id = _props$id === void 0 ? 'name' : _props$id,
|
|
45
|
+
value = props.value,
|
|
46
|
+
list = props.list,
|
|
47
|
+
onChange = props.onChange;
|
|
48
|
+
var _useState = useState(),
|
|
49
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
50
|
+
valueCom = _useState2[0],
|
|
51
|
+
setValueCom = _useState2[1];
|
|
52
|
+
useEffect(function () {
|
|
53
|
+
if (props.defaultValue !== undefined) setValueCom(props.defaultValue);
|
|
54
|
+
}, []);
|
|
55
|
+
useEffect(function () {
|
|
56
|
+
if (value !== undefined) setValueCom(value);
|
|
57
|
+
}, [value]);
|
|
58
|
+
/**
|
|
59
|
+
* 改变值
|
|
60
|
+
* @param item 点击当前项数据
|
|
61
|
+
*/
|
|
62
|
+
var onchangeCom = function onchangeCom(item) {
|
|
63
|
+
return function () {
|
|
64
|
+
var name = item[id]; // 值
|
|
65
|
+
if (value === name) return;
|
|
66
|
+
if (props.value === undefined) setValueCom(name);
|
|
67
|
+
onChange && onChange(name, item);
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
var handLabel = function handLabel() {
|
|
71
|
+
if (label || required) {
|
|
72
|
+
var handLabelClass = function handLabelClass() {
|
|
73
|
+
var str = 'radio-group-label';
|
|
74
|
+
if (labelTooltip && labelTooltip.className) {
|
|
75
|
+
str += ' ' + labelTooltip.className;
|
|
76
|
+
}
|
|
77
|
+
return str;
|
|
78
|
+
};
|
|
79
|
+
return jsx(Label, Object.assign({
|
|
80
|
+
label: label,
|
|
81
|
+
required: required
|
|
82
|
+
}, labelTooltip, {
|
|
83
|
+
className: handLabelClass()
|
|
84
|
+
}));
|
|
85
|
+
}
|
|
86
|
+
return null;
|
|
87
|
+
};
|
|
88
|
+
/**
|
|
89
|
+
* @description 处理单选框每一项样式
|
|
90
|
+
* */
|
|
91
|
+
var handStyleItem = function handStyleItem(item, index) {
|
|
92
|
+
var obj = Object.assign({}, item.style);
|
|
93
|
+
if (spacing && row && list.length !== index + 1) {
|
|
94
|
+
obj.marginRight = spacing;
|
|
95
|
+
}
|
|
96
|
+
return obj;
|
|
97
|
+
};
|
|
98
|
+
// 处理class
|
|
99
|
+
var handClass = function handClass() {
|
|
100
|
+
var str = $prefixCls + '-radio-group';
|
|
101
|
+
if (className) str += ' ' + className;
|
|
102
|
+
if (size) str += " ".concat($prefixCls, "-radio-group-size");
|
|
103
|
+
if (error) str += " ".concat($prefixCls, "-radio-group-error");
|
|
104
|
+
if (disabled) str += " ".concat($prefixCls, "-radio-group-disabled");
|
|
105
|
+
if (row) str += " ".concat($prefixCls, "-radio-group-row");else str += " ".concat($prefixCls, "-radio-group-column");
|
|
106
|
+
return str;
|
|
107
|
+
};
|
|
108
|
+
return jsxs("div", Object.assign({
|
|
109
|
+
className: handClass(),
|
|
110
|
+
style: style
|
|
111
|
+
}, {
|
|
112
|
+
children: [handLabel(), jsx("div", Object.assign({
|
|
113
|
+
className: "radio-group-content"
|
|
114
|
+
}, {
|
|
115
|
+
children: list.map(function (item, index) {
|
|
116
|
+
return /*#__PURE__*/createElement(Radio, Object.assign({}, item, {
|
|
117
|
+
style: handStyleItem(item, index),
|
|
118
|
+
checked: valueCom === item[id],
|
|
119
|
+
size: size,
|
|
120
|
+
disabled: Boolean(disabled || item.disabled),
|
|
121
|
+
key: index,
|
|
122
|
+
onChange: onchangeCom(item)
|
|
123
|
+
}));
|
|
124
|
+
})
|
|
125
|
+
})), jsx(HelperText, {
|
|
126
|
+
className: "radio-group-error-text",
|
|
127
|
+
error: error,
|
|
128
|
+
helperText: helperText,
|
|
129
|
+
hideErrorDom: hideErrorDom
|
|
130
|
+
})]
|
|
131
|
+
}));
|
|
132
|
+
};
|
|
133
|
+
|
|
134
|
+
export { RadioGroup, RadioGroup as default };
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author linhd
|
|
3
|
+
* @date 2021/8/11 16:10
|
|
4
|
+
* @description 搜索框
|
|
5
|
+
*/
|
|
6
|
+
import React, { FunctionComponent, ReactNode } from 'react';
|
|
7
|
+
import './index.scss';
|
|
8
|
+
export interface SearchProps {
|
|
9
|
+
className?: string;
|
|
10
|
+
/** style */
|
|
11
|
+
style?: React.CSSProperties;
|
|
12
|
+
/** 尺寸 小/中/大 */
|
|
13
|
+
size?: 'small' | 'medium' | 'large';
|
|
14
|
+
/** 输入框placeholder */
|
|
15
|
+
placeholder?: ReactNode;
|
|
16
|
+
/** 默认值 不受控 */
|
|
17
|
+
defaultValue?: string;
|
|
18
|
+
/** 输入框值 */
|
|
19
|
+
value?: string;
|
|
20
|
+
/** 是否显示按钮 */
|
|
21
|
+
showBtn?: boolean;
|
|
22
|
+
/** 按钮位置 分离/内置 */
|
|
23
|
+
btnType?: 'outside' | 'inside';
|
|
24
|
+
/** 按钮文本 */
|
|
25
|
+
btnText?: ReactNode;
|
|
26
|
+
/** 按钮图标 */
|
|
27
|
+
btnIcon?: ReactNode;
|
|
28
|
+
/** 输入框右侧图标 */
|
|
29
|
+
rightIcon?: ReactNode;
|
|
30
|
+
/** 一直存在右侧图标 */
|
|
31
|
+
rightIconExist?: boolean;
|
|
32
|
+
/** 是否显示输入框右侧图标 */
|
|
33
|
+
showRightIcon?: boolean;
|
|
34
|
+
/** 是否显示清空按钮 */
|
|
35
|
+
allowClear?: boolean;
|
|
36
|
+
/** 改变值 */
|
|
37
|
+
onChange?: (val: string, event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
38
|
+
/** 失去焦点 */
|
|
39
|
+
onBlur?: (event: React.FocusEvent<HTMLInputElement>) => void;
|
|
40
|
+
/** 得到焦点 */
|
|
41
|
+
onFocus?: (event: React.FocusEvent<HTMLInputElement>) => void;
|
|
42
|
+
/** 键盘按下 */
|
|
43
|
+
onKeydown?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
|
|
44
|
+
/** 键盘抬起 */
|
|
45
|
+
onKeyUp?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
|
|
46
|
+
/** 点击按钮 */
|
|
47
|
+
onClickBtn?: (val: string) => void;
|
|
48
|
+
/** 点击输入框右侧按钮 */
|
|
49
|
+
onClickRightIcon?: (val: string) => void;
|
|
50
|
+
/** 点击清空内容回调 */
|
|
51
|
+
onClear?: () => void;
|
|
52
|
+
/** 回车事件 */
|
|
53
|
+
onEnter?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
|
|
54
|
+
[name: string]: any;
|
|
55
|
+
}
|
|
56
|
+
export declare const Search: FunctionComponent<SearchProps>;
|
|
57
|
+
export default Search;
|
package/Search/index.js
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
import { _ as _slicedToArray } from '../_verture/slicedToArray-76060636.js';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
import { useState, useEffect } from 'react';
|
|
4
|
+
import { TextField } from '../TextField/index.js';
|
|
5
|
+
import { Button } from '../Button/index.js';
|
|
6
|
+
import SearchIcon from '@para-ui/icons/Search';
|
|
7
|
+
import { $ as $prefixCls } from '../_verture/constant-66aa48a1.js';
|
|
8
|
+
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
9
|
+
import '../_verture/unsupportedIterableToArray-cb478f24.js';
|
|
10
|
+
import '../_verture/typeof-498dd2b1.js';
|
|
11
|
+
import '../_verture/tslib.es6-55ed4bd2.js';
|
|
12
|
+
import '../Label/index.js';
|
|
13
|
+
import '../Help/index.js';
|
|
14
|
+
import '../Tooltip/index.js';
|
|
15
|
+
import 'rc-tooltip';
|
|
16
|
+
import 'rc-tooltip/lib/placements';
|
|
17
|
+
import 'clsx';
|
|
18
|
+
import '@para-ui/icons/Help';
|
|
19
|
+
import '@paraview/lib';
|
|
20
|
+
import '@para-ui/icons/PreviewClose';
|
|
21
|
+
import '@para-ui/icons/PreviewOpen';
|
|
22
|
+
import '@para-ui/icons/CloseCircle';
|
|
23
|
+
import '../AutoTips/index.js';
|
|
24
|
+
import '../Loading/index.js';
|
|
25
|
+
import '@para-ui/icons/LoadingF';
|
|
26
|
+
import '../HelperText/index.js';
|
|
27
|
+
import '../_verture/useGlobalProps-1b846a65.js';
|
|
28
|
+
import '@para-ui/core/GlobalContext';
|
|
29
|
+
import '../_verture/index-77f9e0fb.js';
|
|
30
|
+
import 'rc-dropdown';
|
|
31
|
+
import '../_verture/usePopupContainer-87febeb9.js';
|
|
32
|
+
import 'dayjs';
|
|
33
|
+
import '@para-ui/icons/Forbid';
|
|
34
|
+
import '@para-ui/icons/Down';
|
|
35
|
+
import '../_verture/useFormatMessage-703f8b20.js';
|
|
36
|
+
|
|
37
|
+
var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n.paraui-v3-search {\n display: flex;\n width: 100%;\n}\n.paraui-v3-search > .search-text-field {\n padding: 0;\n}\n.paraui-v3-search > .search-text-field > .text-field-content > .text-field-content-within > .right-icon {\n display: none;\n margin-right: 8px;\n}\n.paraui-v3-search > .search-text-field > .text-field-content > .text-field-content-within > .right-icon > svg {\n font-size: 16px;\n}\n.paraui-v3-search > .search-text-field > .text-field-content > .text-field-content-within > .right-icon:hover > svg {\n color: rgba(54, 102, 214, 0.8);\n}\n.paraui-v3-search > .search-text-field > .text-field-content > .text-field-content-within > .clean-up-icon {\n margin-right: 8px;\n}\n.paraui-v3-search > .search-text-field > .text-field-content > .text-field-content-after {\n padding: 0;\n background-color: white;\n}\n.paraui-v3-search > .search-text-field > .text-field-content > .text-field-content-after .search-button {\n border: 0;\n}\n.paraui-v3-search.paraui-v3-search-right-icon-exist > .search-text-field > .text-field-content > .text-field-content-within > .right-icon {\n display: flex;\n}\n.paraui-v3-search.paraui-v3-search-value > .search-text-field > .text-field-content > .text-field-content-within > .right-icon {\n display: flex;\n}\n.paraui-v3-search .search-button > .paraui-v3-button-icon {\n margin-right: 0;\n}\n.paraui-v3-search .search-button > .paraui-v3-button-icon > svg {\n font-size: 16px;\n}\n.paraui-v3-search .search-button > .paraui-v3-button-label {\n margin-left: 4px;\n}\n.paraui-v3-search.paraui-v3-search-outside > .search-button {\n margin-left: 16px;\n}\n.paraui-v3-search.paraui-v3-search-inside .search-button {\n padding: 0 8px;\n}\n.paraui-v3-search.paraui-v3-search-inside .search-button svg {\n font-size: 20px;\n}\n.paraui-v3-search.paraui-v3-search-inside.paraui-v3-search-no-btntext .search-button > span {\n margin-right: 0;\n}\n.paraui-v3-search.paraui-v3-search-btntext .search-button svg {\n font-size: 16px;\n}\n.paraui-v3-search.paraui-v3-search-small > .search-text-field > .text-field-content > .text-field-content-after .search-button {\n height: 26px;\n}\n.paraui-v3-search.paraui-v3-search-small.paraui-v3-search-inside.paraui-v3-search-no-btntext .search-button svg {\n font-size: 16px;\n}\n.paraui-v3-search.paraui-v3-search-small.paraui-v3-search-right-icon-exist > .search-text-field > .text-field-content > .text-field-content-within > .right-icon > svg {\n font-size: 16px;\n}\n.paraui-v3-search.paraui-v3-search-small.paraui-v3-search-right-icon-exist > .search-text-field > .text-field-content > .text-field-content-within > .clean-up-icon {\n margin-right: 4px;\n}\n.paraui-v3-search.paraui-v3-search-medium > .search-text-field > .text-field-content > .text-field-content-after .search-button {\n height: 30px;\n}\n.paraui-v3-search.paraui-v3-search-medium.paraui-v3-search-inside.search-no-btntext .search-button svg {\n font-size: 18px;\n}\n.paraui-v3-search.paraui-v3-search-medium.paraui-v3-search-right-icon-exist > .search-text-field > .text-field-content > .text-field-content-within > .right-icon > svg {\n font-size: 18px;\n}\n.paraui-v3-search.paraui-v3-search-medium.paraui-v3-search-right-icon-exist > .search-text-field > .text-field-content > .text-field-content-within > .clean-up-icon {\n margin-right: 6px;\n}\n.paraui-v3-search.paraui-v3-search-large > .search-text-field > .text-field-content > .text-field-content-after .search-button {\n height: 34px;\n}\n.paraui-v3-search.paraui-v3-search-large.paraui-v3-search-inside.search-no-btntext .search-button svg {\n font-size: 20px;\n}\n.paraui-v3-search.paraui-v3-search-large.paraui-v3-search-right-icon-exist > .search-text-field > .text-field-content > .text-field-content-within > .right-icon > svg {\n font-size: 20px;\n}\n.paraui-v3-search.paraui-v3-search-large.paraui-v3-search-right-icon-exist > .search-text-field > .text-field-content > .text-field-content-within > .clean-up-icon {\n margin-right: 8px;\n}";
|
|
38
|
+
styleInject(css_248z);
|
|
39
|
+
|
|
40
|
+
var Search = function Search(props) {
|
|
41
|
+
var _props$className = props.className,
|
|
42
|
+
className = _props$className === void 0 ? '' : _props$className,
|
|
43
|
+
style = props.style,
|
|
44
|
+
_props$size = props.size,
|
|
45
|
+
size = _props$size === void 0 ? 'large' : _props$size,
|
|
46
|
+
_props$btnType = props.btnType,
|
|
47
|
+
btnType = _props$btnType === void 0 ? 'outside' : _props$btnType,
|
|
48
|
+
_props$showBtn = props.showBtn,
|
|
49
|
+
showBtn = _props$showBtn === void 0 ? true : _props$showBtn,
|
|
50
|
+
btnIcon = props.btnIcon,
|
|
51
|
+
_props$btnText = props.btnText,
|
|
52
|
+
btnText = _props$btnText === void 0 ? '' : _props$btnText,
|
|
53
|
+
_props$placeholder = props.placeholder,
|
|
54
|
+
placeholder = _props$placeholder === void 0 ? '' : _props$placeholder;
|
|
55
|
+
props.defaultValue;
|
|
56
|
+
var value = props.value,
|
|
57
|
+
rightIcon = props.rightIcon,
|
|
58
|
+
_props$showRightIcon = props.showRightIcon,
|
|
59
|
+
showRightIcon = _props$showRightIcon === void 0 ? true : _props$showRightIcon,
|
|
60
|
+
_props$allowClear = props.allowClear,
|
|
61
|
+
allowClear = _props$allowClear === void 0 ? true : _props$allowClear,
|
|
62
|
+
_props$rightIconExist = props.rightIconExist,
|
|
63
|
+
rightIconExist = _props$rightIconExist === void 0 ? false : _props$rightIconExist,
|
|
64
|
+
onChange = props.onChange,
|
|
65
|
+
onBlur = props.onBlur,
|
|
66
|
+
onFocus = props.onFocus,
|
|
67
|
+
onKeydown = props.onKeydown,
|
|
68
|
+
onKeyUp = props.onKeyUp,
|
|
69
|
+
onClickBtn = props.onClickBtn,
|
|
70
|
+
onClickRightIcon = props.onClickRightIcon,
|
|
71
|
+
onEnter = props.onEnter,
|
|
72
|
+
onClear = props.onClear,
|
|
73
|
+
otherProps = props.otherProps;
|
|
74
|
+
var _useState = useState(''),
|
|
75
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
76
|
+
valueCom = _useState2[0],
|
|
77
|
+
setValueCom = _useState2[1];
|
|
78
|
+
useEffect(function () {
|
|
79
|
+
if (props.defaultValue !== undefined) {
|
|
80
|
+
setValueCom(props.defaultValue);
|
|
81
|
+
}
|
|
82
|
+
}, []);
|
|
83
|
+
// 监听value
|
|
84
|
+
useEffect(function () {
|
|
85
|
+
if (value !== undefined) {
|
|
86
|
+
setValueCom(value);
|
|
87
|
+
}
|
|
88
|
+
}, [value]);
|
|
89
|
+
/**
|
|
90
|
+
* 输入框右侧按钮
|
|
91
|
+
* @return {ReactNode}
|
|
92
|
+
*/
|
|
93
|
+
var clearIcon = function clearIcon() {
|
|
94
|
+
if (!showRightIcon) return '';
|
|
95
|
+
if (rightIcon) return rightIcon;
|
|
96
|
+
};
|
|
97
|
+
/**
|
|
98
|
+
* 搜索按钮图标
|
|
99
|
+
* @return {ReactNode}
|
|
100
|
+
*/
|
|
101
|
+
var searchBtnIcon = function searchBtnIcon() {
|
|
102
|
+
if (btnIcon) return btnIcon;
|
|
103
|
+
return jsx(SearchIcon, {});
|
|
104
|
+
};
|
|
105
|
+
/**
|
|
106
|
+
* 点击输入框右侧按钮
|
|
107
|
+
*/
|
|
108
|
+
var clickRightIcon = function clickRightIcon() {
|
|
109
|
+
var val = valueCom;
|
|
110
|
+
// 显示右侧图标 且 没有自定义右侧图标 为清空按钮
|
|
111
|
+
if (showRightIcon && !rightIcon) {
|
|
112
|
+
if (props.value === undefined) {
|
|
113
|
+
val = '';
|
|
114
|
+
setValueCom('');
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
onClickRightIcon && onClickRightIcon(val);
|
|
118
|
+
};
|
|
119
|
+
/**
|
|
120
|
+
* 改变输入框
|
|
121
|
+
* @param event {React.ChangeEvent<HTMLInputElement>} 元素
|
|
122
|
+
*/
|
|
123
|
+
var changeInput = function changeInput(event) {
|
|
124
|
+
var val = event.target.value;
|
|
125
|
+
if (props.value === undefined) {
|
|
126
|
+
setValueCom(val);
|
|
127
|
+
}
|
|
128
|
+
onChange && onChange(val, event);
|
|
129
|
+
};
|
|
130
|
+
/**
|
|
131
|
+
* 点击按钮
|
|
132
|
+
*/
|
|
133
|
+
var clickBtn = function clickBtn() {
|
|
134
|
+
onClickBtn && onClickBtn(valueCom);
|
|
135
|
+
};
|
|
136
|
+
/**
|
|
137
|
+
* 内置按钮
|
|
138
|
+
* */
|
|
139
|
+
var buttonDom = function buttonDom() {
|
|
140
|
+
if (showBtn && btnType === 'inside') {
|
|
141
|
+
return jsx(Button, Object.assign({
|
|
142
|
+
className: 'search-button',
|
|
143
|
+
size: size,
|
|
144
|
+
startIcon: searchBtnIcon(),
|
|
145
|
+
variant: 'outlined',
|
|
146
|
+
onClick: clickBtn
|
|
147
|
+
}, {
|
|
148
|
+
children: btnText
|
|
149
|
+
}));
|
|
150
|
+
}
|
|
151
|
+
return undefined;
|
|
152
|
+
};
|
|
153
|
+
/**
|
|
154
|
+
* 处理class
|
|
155
|
+
* @return {string}
|
|
156
|
+
*/
|
|
157
|
+
var handClass = function handClass() {
|
|
158
|
+
var str = "".concat($prefixCls, "-search");
|
|
159
|
+
if (className) str += ' ' + className;
|
|
160
|
+
if (size) str += " ".concat($prefixCls, "-search-").concat(size);
|
|
161
|
+
if (btnType) str += " ".concat($prefixCls, "-search-").concat(btnType);
|
|
162
|
+
if (showBtn) str += " ".concat($prefixCls, "-search-showbtn");
|
|
163
|
+
if (btnText) str += " ".concat($prefixCls, "-search-btntext");else str += " ".concat($prefixCls, "-search-no-btntext");
|
|
164
|
+
if (valueCom) str += " ".concat($prefixCls, "-search-value");
|
|
165
|
+
if (rightIconExist) str += " ".concat($prefixCls, "-search-right-icon-exist");
|
|
166
|
+
return str;
|
|
167
|
+
};
|
|
168
|
+
var handValue = function handValue() {
|
|
169
|
+
if (props.value === undefined) {
|
|
170
|
+
return valueCom;
|
|
171
|
+
}
|
|
172
|
+
return value;
|
|
173
|
+
};
|
|
174
|
+
return jsxs("div", Object.assign({
|
|
175
|
+
className: handClass(),
|
|
176
|
+
style: style
|
|
177
|
+
}, {
|
|
178
|
+
children: [jsx(TextField, Object.assign({
|
|
179
|
+
className: "search-text-field",
|
|
180
|
+
size: size,
|
|
181
|
+
placeholder: placeholder,
|
|
182
|
+
value: handValue(),
|
|
183
|
+
rightIcon: clearIcon(),
|
|
184
|
+
hideErrorDom: true,
|
|
185
|
+
onClickIcon: clickRightIcon,
|
|
186
|
+
onChange: changeInput,
|
|
187
|
+
onBlur: onBlur,
|
|
188
|
+
onFocus: onFocus,
|
|
189
|
+
onKeydown: onKeydown,
|
|
190
|
+
onKeyUp: onKeyUp,
|
|
191
|
+
onEnter: onEnter,
|
|
192
|
+
autoComplete: "new-password",
|
|
193
|
+
addonAfter: buttonDom(),
|
|
194
|
+
allowClear: allowClear,
|
|
195
|
+
onClear: onClear
|
|
196
|
+
}, otherProps)), showBtn && btnType === 'outside' && jsx(Button, Object.assign({
|
|
197
|
+
className: 'search-button',
|
|
198
|
+
size: size,
|
|
199
|
+
startIcon: searchBtnIcon(),
|
|
200
|
+
variant: 'contained',
|
|
201
|
+
onClick: clickBtn
|
|
202
|
+
}, {
|
|
203
|
+
children: btnText
|
|
204
|
+
}))]
|
|
205
|
+
}));
|
|
206
|
+
};
|
|
207
|
+
|
|
208
|
+
export { Search, Search as default };
|