@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,152 @@
|
|
|
1
|
+
import { FC, ReactElement, ReactNode } from 'react';
|
|
2
|
+
import { ItemTypeProps } from './itemType';
|
|
3
|
+
import { validateFunctionType } from './validateFunction';
|
|
4
|
+
import { LabelProps } from '../Label';
|
|
5
|
+
import { HelperTextProps } from '../HelperText';
|
|
6
|
+
import './index.scss';
|
|
7
|
+
export type formInputType = 'checkGroup' | 'select' | 'radioGroup' | 'textarea' | 'default' | 'switch' | 'number' | 'file' | 'comboSelect' | ReactNode | string | FC<ItemTypeProps>;
|
|
8
|
+
/**
|
|
9
|
+
* 表单操作项的其他配置
|
|
10
|
+
*/
|
|
11
|
+
interface inputProps {
|
|
12
|
+
[name: string]: any;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* 校验规则
|
|
16
|
+
* 一条校验规则对应一个错误提示
|
|
17
|
+
*/
|
|
18
|
+
export interface ruleType {
|
|
19
|
+
/**
|
|
20
|
+
* 校验方法
|
|
21
|
+
* @return {boolean | string}, 子定义校验方法时 返回 false 或 字符串 均为校验失败 true为校验通过
|
|
22
|
+
*/
|
|
23
|
+
validate?: {
|
|
24
|
+
'required'?: boolean | validateFunctionType;
|
|
25
|
+
'maxlength'?: number | validateFunctionType;
|
|
26
|
+
'minLength'?: number | validateFunctionType;
|
|
27
|
+
'pattern'?: RegExp | validateFunctionType;
|
|
28
|
+
'disOnlySpace'?: boolean | validateFunctionType;
|
|
29
|
+
[name: string]: validateFunctionType | boolean | number | RegExp | undefined;
|
|
30
|
+
};
|
|
31
|
+
message?: {
|
|
32
|
+
[name: string]: string;
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* form 表单组件属性
|
|
37
|
+
* @typedef {Object} FormItemProps
|
|
38
|
+
*/
|
|
39
|
+
export interface FormItemProps {
|
|
40
|
+
/**
|
|
41
|
+
* 表单项形态,默认 horizontal
|
|
42
|
+
*/
|
|
43
|
+
type?: 'vertical' | 'horizontal';
|
|
44
|
+
/**
|
|
45
|
+
* 输入框类型
|
|
46
|
+
* 仅支持para-ui/code/里面有的数据组件
|
|
47
|
+
*/
|
|
48
|
+
itemType?: formInputType;
|
|
49
|
+
/**
|
|
50
|
+
* 输入框类型
|
|
51
|
+
* 仅支持para-ui/code/里面有的数据组件
|
|
52
|
+
*/
|
|
53
|
+
InputType?: formInputType;
|
|
54
|
+
/**
|
|
55
|
+
* 输入框其他属性配置
|
|
56
|
+
*/
|
|
57
|
+
inputProps?: inputProps;
|
|
58
|
+
/**
|
|
59
|
+
* label props
|
|
60
|
+
*/
|
|
61
|
+
labelProps?: LabelProps;
|
|
62
|
+
/**
|
|
63
|
+
* 报错提示其他配置
|
|
64
|
+
*/
|
|
65
|
+
helperTextProps?: HelperTextProps;
|
|
66
|
+
/**
|
|
67
|
+
* 文字宽度, 只对 type === vertical,状态下生效
|
|
68
|
+
*/
|
|
69
|
+
labelWidth?: number;
|
|
70
|
+
/**
|
|
71
|
+
* 是否禁用
|
|
72
|
+
*/
|
|
73
|
+
disabled?: boolean;
|
|
74
|
+
/**
|
|
75
|
+
* 值改变传出
|
|
76
|
+
*/
|
|
77
|
+
change?: (value: any) => void;
|
|
78
|
+
/**
|
|
79
|
+
* 不显示 该选项
|
|
80
|
+
*/
|
|
81
|
+
hide?: boolean;
|
|
82
|
+
/**
|
|
83
|
+
* 提示。会有label上出现个图标提示
|
|
84
|
+
*/
|
|
85
|
+
tips?: string;
|
|
86
|
+
/**
|
|
87
|
+
* 文字描述
|
|
88
|
+
*/
|
|
89
|
+
label?: string | ((props: FormItemProps) => ReactNode);
|
|
90
|
+
/**
|
|
91
|
+
* 隐藏 label
|
|
92
|
+
*/
|
|
93
|
+
hideLabel?: boolean;
|
|
94
|
+
/**
|
|
95
|
+
* 隐藏 error
|
|
96
|
+
*/
|
|
97
|
+
hideError?: boolean;
|
|
98
|
+
/**
|
|
99
|
+
* name,一般对应后台属性,需要唯一性
|
|
100
|
+
*/
|
|
101
|
+
name: string;
|
|
102
|
+
/**
|
|
103
|
+
* 校验规则
|
|
104
|
+
*/
|
|
105
|
+
rules?: ruleType;
|
|
106
|
+
/**
|
|
107
|
+
* 设置值的方法
|
|
108
|
+
*/
|
|
109
|
+
setValue?: Function;
|
|
110
|
+
/**
|
|
111
|
+
* 报错信息
|
|
112
|
+
*/
|
|
113
|
+
errorMessage?: string;
|
|
114
|
+
/**
|
|
115
|
+
* 回填数据
|
|
116
|
+
*/
|
|
117
|
+
backData?: {
|
|
118
|
+
[name: string]: any;
|
|
119
|
+
};
|
|
120
|
+
/**
|
|
121
|
+
* 是否启用必填框,不允许输入纯空格
|
|
122
|
+
*/
|
|
123
|
+
disOnlySpace?: boolean;
|
|
124
|
+
/**
|
|
125
|
+
* 必填显示渲染方式
|
|
126
|
+
*/
|
|
127
|
+
requiredElement?: ReactElement | string;
|
|
128
|
+
/**
|
|
129
|
+
* 隐藏默认必填标记
|
|
130
|
+
*/
|
|
131
|
+
disRequiredElement?: boolean;
|
|
132
|
+
/**
|
|
133
|
+
* 其他配置
|
|
134
|
+
*/
|
|
135
|
+
[name: string]: any;
|
|
136
|
+
/**
|
|
137
|
+
* 自定义class
|
|
138
|
+
*/
|
|
139
|
+
className?: string;
|
|
140
|
+
/**
|
|
141
|
+
* 默认值
|
|
142
|
+
* 会被backData,回填数据替换
|
|
143
|
+
*/
|
|
144
|
+
defaultValue?: any;
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* form 表单单行组件
|
|
148
|
+
* @author zhanzl
|
|
149
|
+
* @description 用于根据配置自动生成表单
|
|
150
|
+
*/
|
|
151
|
+
declare const FormItem: FC<FormItemProps>;
|
|
152
|
+
export default FormItem;
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import 'react/jsx-runtime';
|
|
2
|
+
import 'react';
|
|
3
|
+
export { F as default } from '../_verture/index-d03136d4.js';
|
|
4
|
+
import 'clsx';
|
|
5
|
+
import '../Label/index.js';
|
|
6
|
+
import '../_verture/constant-66aa48a1.js';
|
|
7
|
+
import '../_verture/slicedToArray-76060636.js';
|
|
8
|
+
import '../_verture/unsupportedIterableToArray-cb478f24.js';
|
|
9
|
+
import '../TextField/index.js';
|
|
10
|
+
import '../_verture/typeof-498dd2b1.js';
|
|
11
|
+
import '../_verture/tslib.es6-55ed4bd2.js';
|
|
12
|
+
import '@paraview/lib';
|
|
13
|
+
import '@para-ui/icons/PreviewClose';
|
|
14
|
+
import '@para-ui/icons/PreviewOpen';
|
|
15
|
+
import '@para-ui/icons/CloseCircle';
|
|
16
|
+
import '../AutoTips/index.js';
|
|
17
|
+
import '../Tooltip/index.js';
|
|
18
|
+
import 'rc-tooltip';
|
|
19
|
+
import 'rc-tooltip/lib/placements';
|
|
20
|
+
import '../_verture/style-inject.es-300983ab.js';
|
|
21
|
+
import '../Loading/index.js';
|
|
22
|
+
import '@para-ui/icons/LoadingF';
|
|
23
|
+
import '../HelperText/index.js';
|
|
24
|
+
import '../_verture/useGlobalProps-1b846a65.js';
|
|
25
|
+
import '@para-ui/core/GlobalContext';
|
|
26
|
+
import '../_verture/index-77f9e0fb.js';
|
|
27
|
+
import 'rc-dropdown';
|
|
28
|
+
import '../_verture/usePopupContainer-87febeb9.js';
|
|
29
|
+
import 'dayjs';
|
|
30
|
+
import '../Help/index.js';
|
|
31
|
+
import '@para-ui/icons/Help';
|
|
32
|
+
import '../RadioGroup/index.js';
|
|
33
|
+
import '../Radio/index.js';
|
|
34
|
+
import '../Select/index.js';
|
|
35
|
+
import '../_verture/defineProperty-62acccfc.js';
|
|
36
|
+
import '../_verture/toConsumableArray-81040c9e.js';
|
|
37
|
+
import '../Empty/index.js';
|
|
38
|
+
import '../_verture/useFormatMessage-703f8b20.js';
|
|
39
|
+
import '@para-ui/icons/Close';
|
|
40
|
+
import '@para-ui/icons/Down';
|
|
41
|
+
import '@para-ui/icons/Check';
|
|
42
|
+
import '@para-ui/icons/Search';
|
|
43
|
+
import '../Popover/index.js';
|
|
44
|
+
import '../CheckboxGroup/index.js';
|
|
45
|
+
import '../Checkbox/index.js';
|
|
46
|
+
import '../Switch/index.js';
|
|
47
|
+
import 'rc-switch';
|
|
48
|
+
import '@para-ui/icons/Delete';
|
|
49
|
+
import '@para-ui/icons/LinkGroup';
|
|
50
|
+
import '../Button/index.js';
|
|
51
|
+
import '@para-ui/icons/Forbid';
|
|
52
|
+
import '../InputNumber/index.js';
|
|
53
|
+
import 'rc-input-number';
|
|
54
|
+
import '@para-ui/icons/Up';
|
|
55
|
+
import '@para-ui/icons/Minus';
|
|
56
|
+
import '@para-ui/icons/Plus';
|
|
57
|
+
import '../ComboSelect/index.js';
|
|
58
|
+
import '../Table/index.js';
|
|
59
|
+
import '../_verture/index-beef914f.js';
|
|
60
|
+
import '@para-ui/icons/ScreenF';
|
|
61
|
+
import '@para-ui/icons/UpTriangleF';
|
|
62
|
+
import '@para-ui/icons/DownTriangleF';
|
|
63
|
+
import '@para-ui/icons/Panel';
|
|
64
|
+
import '../OperateBtn/index.js';
|
|
65
|
+
import '@para-ui/icons/More';
|
|
66
|
+
import '../Pagination/index.js';
|
|
67
|
+
import '@para-ui/icons/DoubleLeft';
|
|
68
|
+
import '@para-ui/icons/Left';
|
|
69
|
+
import 'rc-pagination';
|
|
70
|
+
import '@para-ui/icons/Right';
|
|
71
|
+
import '@para-ui/icons/DoubleRight';
|
|
72
|
+
import '../_verture/index-74f820ba.js';
|
|
73
|
+
import 'rc-tree';
|
|
74
|
+
import '@para-ui/icons/Document';
|
|
75
|
+
import 'react-dom';
|
|
76
|
+
import '@para-ui/icons/EditFile';
|
|
77
|
+
import '@para-ui/icons/PlusCircle';
|
|
78
|
+
import '@para-ui/icons/MoreCircle';
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { formInputType, FormItemProps } from './index';
|
|
3
|
+
export interface ItemTypeProps extends FormItemProps {
|
|
4
|
+
/**
|
|
5
|
+
* 输入框类型
|
|
6
|
+
*/
|
|
7
|
+
itemType?: formInputType;
|
|
8
|
+
/**
|
|
9
|
+
* 状态
|
|
10
|
+
*/
|
|
11
|
+
error?: boolean;
|
|
12
|
+
/**
|
|
13
|
+
* 设置错误提示
|
|
14
|
+
*/
|
|
15
|
+
setError?: Function;
|
|
16
|
+
/**
|
|
17
|
+
* 输入框提示
|
|
18
|
+
*/
|
|
19
|
+
placeholder?: string;
|
|
20
|
+
/**
|
|
21
|
+
* 输入框其他配置
|
|
22
|
+
*/
|
|
23
|
+
inputProps?: {
|
|
24
|
+
[name: string]: any;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* 设置值的方法
|
|
28
|
+
*/
|
|
29
|
+
setValue?: Function;
|
|
30
|
+
/**
|
|
31
|
+
* 回填数据
|
|
32
|
+
*/
|
|
33
|
+
backData: {
|
|
34
|
+
[name: string]: any;
|
|
35
|
+
};
|
|
36
|
+
[name: string]: any;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* form 表单操作项 类型
|
|
40
|
+
*/
|
|
41
|
+
declare const ItemType: FC<ItemTypeProps>;
|
|
42
|
+
export default ItemType;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { FormItemProps } from './index';
|
|
2
|
+
/**
|
|
3
|
+
* 校验表单字段类型的方法
|
|
4
|
+
* @typedef {Function} validateFunctionType
|
|
5
|
+
* @param {FormItemProps} item 校验表单项的所有配置信息
|
|
6
|
+
* @param {any} val 校验项的值
|
|
7
|
+
* @return {boolean | string} 返回校验结果或报错信息
|
|
8
|
+
*/
|
|
9
|
+
export type validateFunctionType = (item: FormItemProps, val: any) => boolean | string;
|
|
10
|
+
/**
|
|
11
|
+
* 表单rules校验方法
|
|
12
|
+
* @type {validateFunctionType}
|
|
13
|
+
*/
|
|
14
|
+
declare const validate: validateFunctionType;
|
|
15
|
+
export default validate;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import React, { ReactElement } from "react";
|
|
2
|
+
import { ModalProps } from '../Modal';
|
|
3
|
+
import { JsxElement } from "typescript";
|
|
4
|
+
import './index.scss';
|
|
5
|
+
/**
|
|
6
|
+
* 弹窗配置
|
|
7
|
+
*/
|
|
8
|
+
export interface modalOptions extends ModalProps {
|
|
9
|
+
/**
|
|
10
|
+
* 非正常关闭仍然返回true
|
|
11
|
+
*/
|
|
12
|
+
disCatchOnCancel?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* 模态框大小
|
|
15
|
+
*/
|
|
16
|
+
size?: 'sm' | 'md' | 'lg' | 'auto' | 'fullScreen';
|
|
17
|
+
/**
|
|
18
|
+
* 模态框标题
|
|
19
|
+
*/
|
|
20
|
+
title?: string;
|
|
21
|
+
context?: ReactElement | JsxElement;
|
|
22
|
+
/**
|
|
23
|
+
* 内容
|
|
24
|
+
*/
|
|
25
|
+
content?: ReactElement | JsxElement;
|
|
26
|
+
/**
|
|
27
|
+
* 检查方法,根据返回值判断是否关闭模态框
|
|
28
|
+
*/
|
|
29
|
+
checkFunction?: () => boolean | Promise<boolean>;
|
|
30
|
+
/**
|
|
31
|
+
* 获得关闭模态框方法
|
|
32
|
+
*/
|
|
33
|
+
getClose?: (close: Function) => void;
|
|
34
|
+
/**
|
|
35
|
+
* 模态框其他配置
|
|
36
|
+
*/
|
|
37
|
+
ModalProps?: ModalProps;
|
|
38
|
+
}
|
|
39
|
+
interface DialogProps extends modalOptions {
|
|
40
|
+
/**
|
|
41
|
+
* 模态框状态
|
|
42
|
+
*/
|
|
43
|
+
open: boolean;
|
|
44
|
+
/**
|
|
45
|
+
* 提交方法
|
|
46
|
+
*/
|
|
47
|
+
onSubmit: (idx: number) => void;
|
|
48
|
+
/**
|
|
49
|
+
* 关闭方法
|
|
50
|
+
*/
|
|
51
|
+
onClose: (idx: number) => void;
|
|
52
|
+
/**
|
|
53
|
+
* 模态框组下标
|
|
54
|
+
*/
|
|
55
|
+
listIndex: number;
|
|
56
|
+
}
|
|
57
|
+
export declare const FDialog: React.FC<DialogProps>;
|
|
58
|
+
export {};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { u as useModal } from '../_verture/modalContext-92bb0e16.js';
|
|
2
|
+
export { F as FunctionModalProvider, u as default, a as useClose } from '../_verture/modalContext-92bb0e16.js';
|
|
3
|
+
import '../_verture/toConsumableArray-81040c9e.js';
|
|
4
|
+
import '../_verture/unsupportedIterableToArray-cb478f24.js';
|
|
5
|
+
import '../_verture/slicedToArray-76060636.js';
|
|
6
|
+
import '../_verture/index-beef914f.js';
|
|
7
|
+
import '../_verture/tslib.es6-55ed4bd2.js';
|
|
8
|
+
import 'react/jsx-runtime';
|
|
9
|
+
import 'react';
|
|
10
|
+
import '../Modal/index.js';
|
|
11
|
+
import '../_verture/defineProperty-62acccfc.js';
|
|
12
|
+
import '../_verture/typeof-498dd2b1.js';
|
|
13
|
+
import 'rc-dialog';
|
|
14
|
+
import '../Button/index.js';
|
|
15
|
+
import 'clsx';
|
|
16
|
+
import '@para-ui/icons/LoadingF';
|
|
17
|
+
import '@para-ui/icons/Forbid';
|
|
18
|
+
import '../Tooltip/index.js';
|
|
19
|
+
import 'rc-tooltip';
|
|
20
|
+
import 'rc-tooltip/lib/placements';
|
|
21
|
+
import '../_verture/constant-66aa48a1.js';
|
|
22
|
+
import '../_verture/style-inject.es-300983ab.js';
|
|
23
|
+
import '@para-ui/icons/Down';
|
|
24
|
+
import '../_verture/index-77f9e0fb.js';
|
|
25
|
+
import 'rc-dropdown';
|
|
26
|
+
import '../_verture/usePopupContainer-87febeb9.js';
|
|
27
|
+
import 'dayjs';
|
|
28
|
+
import '@paraview/lib';
|
|
29
|
+
import '../_verture/useFormatMessage-703f8b20.js';
|
|
30
|
+
import '@para-ui/core/GlobalContext';
|
|
31
|
+
import '@para-ui/icons/Close';
|
|
32
|
+
import '../_verture/index-e2881a53.js';
|
|
33
|
+
import 'react-dom';
|
|
34
|
+
import '@para-ui/icons/CheckCircleF';
|
|
35
|
+
import '@para-ui/icons/CloseCircleF';
|
|
36
|
+
import '@para-ui/icons/WarningCircle';
|
|
37
|
+
import '@para-ui/icons/WarningCircleF';
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* @author zhanzl
|
|
41
|
+
* @date 2021/08/13
|
|
42
|
+
* @description 函数式弹窗
|
|
43
|
+
*/
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { modalOptions } from "./dialog";
|
|
3
|
+
/**
|
|
4
|
+
* 弹出框组件
|
|
5
|
+
* @param context 主体内容
|
|
6
|
+
* @param title 弹出框标题
|
|
7
|
+
* @param hideClose 隐藏右上角关闭图标 boolean 默认 false
|
|
8
|
+
* @param checkFunction 检查方法,返回 boolean 值,true则关闭弹窗,false反之
|
|
9
|
+
**/
|
|
10
|
+
export declare const useModal: () => (options: modalOptions) => Promise<boolean>;
|
|
11
|
+
/**
|
|
12
|
+
* 函数弹窗组件Provider
|
|
13
|
+
*/
|
|
14
|
+
export declare const FunctionModalProvider: ({ children }: any) => JSX.Element;
|
|
15
|
+
export declare const useClose: () => Function;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author linhd
|
|
3
|
+
* @date 2022/5/5 4:08 PM
|
|
4
|
+
* @description 全局每个组件的props
|
|
5
|
+
*/
|
|
6
|
+
import { SelectProps } from "../Select";
|
|
7
|
+
import { TextFieldProps } from "../TextField";
|
|
8
|
+
import { TableProps } from "../Table/interface";
|
|
9
|
+
import { EmptyProps } from "../Empty";
|
|
10
|
+
import { QueryingProps } from "../Querying";
|
|
11
|
+
import { SelectorProps } from "../Selector/interface";
|
|
12
|
+
interface ComponentsProps {
|
|
13
|
+
Select?: Partial<SelectProps>;
|
|
14
|
+
TextField?: Partial<TextFieldProps>;
|
|
15
|
+
Table?: Partial<TableProps>;
|
|
16
|
+
Empty?: Partial<EmptyProps>;
|
|
17
|
+
Querying?: Partial<QueryingProps>;
|
|
18
|
+
Selector?: Partial<SelectorProps>;
|
|
19
|
+
[name: string]: any;
|
|
20
|
+
}
|
|
21
|
+
export default ComponentsProps;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { changeConfirmLocale, getConfirmLocale } from './confirmLocale';
|
|
3
|
+
import ComponentsProps from "./componentsProps";
|
|
4
|
+
/** 国际化props */
|
|
5
|
+
export interface localeProps {
|
|
6
|
+
/** 语言 */
|
|
7
|
+
[name: string]: {
|
|
8
|
+
/** 组件名 */
|
|
9
|
+
[name: string]: {
|
|
10
|
+
/** 键值 */
|
|
11
|
+
[name: string]: any;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
export interface GlobalContextProps {
|
|
16
|
+
/** 当前语言 */
|
|
17
|
+
language?: string;
|
|
18
|
+
/** 所有语言配置 name为语言列表 */
|
|
19
|
+
locale?: localeProps;
|
|
20
|
+
/** intlFormat, 国际化语言 */
|
|
21
|
+
intlFormat?: Function;
|
|
22
|
+
/** 每个组件的默认props */
|
|
23
|
+
componentsProps?: ComponentsProps;
|
|
24
|
+
[name: string]: any;
|
|
25
|
+
}
|
|
26
|
+
declare const GlobalContext: React.Context<GlobalContextProps>;
|
|
27
|
+
export { changeConfirmLocale, getConfirmLocale };
|
|
28
|
+
export default GlobalContext;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import React__default from 'react';
|
|
2
|
+
import { i as i18nIntl } from '../_verture/intl-5cbb940c.js';
|
|
3
|
+
import { GetLanguage } from '@paraview/lib';
|
|
4
|
+
import { d as defaultModalLocale } from '../_verture/index-e2881a53.js';
|
|
5
|
+
import '../_verture/typeof-498dd2b1.js';
|
|
6
|
+
import 'react/jsx-runtime';
|
|
7
|
+
|
|
8
|
+
//confirm 默认中文
|
|
9
|
+
var confirmRuntimeLocale = Object.assign({}, defaultModalLocale['zh']);
|
|
10
|
+
var changeConfirmLocale = function changeConfirmLocale(newLocale) {
|
|
11
|
+
var confirmLocale = newLocale['Confirm'];
|
|
12
|
+
if (confirmLocale) {
|
|
13
|
+
confirmRuntimeLocale = Object.assign(Object.assign({}, confirmRuntimeLocale), confirmLocale);
|
|
14
|
+
} else {
|
|
15
|
+
confirmRuntimeLocale = Object.assign({}, defaultModalLocale['zh']);
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
var getConfirmLocale = function getConfirmLocale() {
|
|
19
|
+
return confirmRuntimeLocale;
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
var GlobalContext = /*#__PURE__*/React__default.createContext({
|
|
23
|
+
language: GetLanguage(),
|
|
24
|
+
// 防止不包provider,有国际化组件报错
|
|
25
|
+
intlFormat: function intlFormat(comName, defI18nData) {
|
|
26
|
+
return function (ops, params) {
|
|
27
|
+
var lang = GetLanguage();
|
|
28
|
+
return i18nIntl({
|
|
29
|
+
ops: ops,
|
|
30
|
+
i18nData: {},
|
|
31
|
+
lang: lang,
|
|
32
|
+
params: params,
|
|
33
|
+
defI18nData: defI18nData
|
|
34
|
+
});
|
|
35
|
+
};
|
|
36
|
+
},
|
|
37
|
+
// 每个组件的默认props
|
|
38
|
+
componentsProps: {}
|
|
39
|
+
});
|
|
40
|
+
|
|
41
|
+
export { changeConfirmLocale, GlobalContext as default, getConfirmLocale };
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 替换字符串模版变量
|
|
3
|
+
* @param str
|
|
4
|
+
* @param params
|
|
5
|
+
*/
|
|
6
|
+
export declare const replaceStrTemplateVars: (str: string, vars?: any) => any;
|
|
7
|
+
export interface I18nData {
|
|
8
|
+
/**
|
|
9
|
+
* 语言
|
|
10
|
+
*/
|
|
11
|
+
[lang: string]: {
|
|
12
|
+
/**
|
|
13
|
+
* 字段键值
|
|
14
|
+
*/
|
|
15
|
+
[key: string]: string;
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* 国际化获取方法
|
|
20
|
+
* @param ops 国际化取值key参数
|
|
21
|
+
* @param i18nData 国际化数据对象
|
|
22
|
+
* @param params 国际化字符变量对象
|
|
23
|
+
* @param lang 指定国际化语言
|
|
24
|
+
* @param defI18nData 默认国际化数据对象
|
|
25
|
+
*/
|
|
26
|
+
export declare const i18nIntl: (props: {
|
|
27
|
+
ops: string | {
|
|
28
|
+
id: string;
|
|
29
|
+
};
|
|
30
|
+
i18nData: I18nData;
|
|
31
|
+
lang: string;
|
|
32
|
+
params?: object;
|
|
33
|
+
defI18nData?: I18nData;
|
|
34
|
+
}) => any;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
type PopupContainer = (triggerNode: HTMLElement) => HTMLElement;
|
|
2
|
+
export declare function getNearestOverflowAncestor(node: Node): HTMLElement;
|
|
3
|
+
export default function usePopupContainer(wrapRef: any, customizeContainer?: PopupContainer): (triggerNode: HTMLElement) => HTMLElement;
|
|
4
|
+
export {};
|
package/Help/index.d.ts
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author Hanz
|
|
3
|
+
* @date 2021/8/27 下午1:29
|
|
4
|
+
* @description help
|
|
5
|
+
*/
|
|
6
|
+
import React, { FunctionComponent } from 'react';
|
|
7
|
+
import { TooltipProps } from '../Tooltip';
|
|
8
|
+
import './index.scss';
|
|
9
|
+
export interface HelpProps extends Omit<TooltipProps, 'children'> {
|
|
10
|
+
/** 提示文字 */
|
|
11
|
+
title: NonNullable<React.ReactNode>;
|
|
12
|
+
/** 是否显示箭头 */
|
|
13
|
+
arrow?: boolean;
|
|
14
|
+
/** 位置 */
|
|
15
|
+
placement?: 'bottom-end' | 'bottom-start' | 'bottom' | 'left-end' | 'left-start' | 'left' | 'right-end' | 'right-start' | 'right' | 'top-end' | 'top-start' | 'top';
|
|
16
|
+
/** cls */
|
|
17
|
+
className?: string;
|
|
18
|
+
/** style */
|
|
19
|
+
style?: React.CSSProperties;
|
|
20
|
+
/** 子节点 */
|
|
21
|
+
children?: React.ReactNode;
|
|
22
|
+
}
|
|
23
|
+
declare const Help: FunctionComponent<HelpProps>;
|
|
24
|
+
export default Help;
|
package/Help/index.js
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { _ as __rest } from '../_verture/tslib.es6-55ed4bd2.js';
|
|
2
|
+
import { jsx } from 'react/jsx-runtime';
|
|
3
|
+
import { Tooltip } from '../Tooltip/index.js';
|
|
4
|
+
import HelpIcon from '@para-ui/icons/Help';
|
|
5
|
+
import clsx from 'clsx';
|
|
6
|
+
import { $ as $prefixCls } from '../_verture/constant-66aa48a1.js';
|
|
7
|
+
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
8
|
+
import '../_verture/slicedToArray-76060636.js';
|
|
9
|
+
import '../_verture/unsupportedIterableToArray-cb478f24.js';
|
|
10
|
+
import 'react';
|
|
11
|
+
import 'rc-tooltip';
|
|
12
|
+
import 'rc-tooltip/lib/placements';
|
|
13
|
+
|
|
14
|
+
var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2021/12/2 下午8:14\n* @description\n*/\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n.paraui-v3-help {\n display: inline-block;\n font-size: 16px;\n color: rgba(46, 55, 67, 0.7);\n}\n.paraui-v3-help:hover {\n color: rgb(54, 102, 214);\n}\n.paraui-v3-help svg {\n font-size: inherit;\n color: inherit;\n}";
|
|
15
|
+
styleInject(css_248z);
|
|
16
|
+
|
|
17
|
+
//help
|
|
18
|
+
var Help = function Help(props) {
|
|
19
|
+
var _props$title = props.title,
|
|
20
|
+
title = _props$title === void 0 ? '' : _props$title,
|
|
21
|
+
children = props.children,
|
|
22
|
+
_props$arrow = props.arrow,
|
|
23
|
+
arrow = _props$arrow === void 0 ? true : _props$arrow,
|
|
24
|
+
className = props.className,
|
|
25
|
+
_props$placement = props.placement,
|
|
26
|
+
placement = _props$placement === void 0 ? 'top' : _props$placement,
|
|
27
|
+
restProps = __rest(props, ["title", "children", "arrow", "className", "placement"]);
|
|
28
|
+
return jsx(Tooltip, Object.assign({
|
|
29
|
+
title: title,
|
|
30
|
+
arrow: arrow,
|
|
31
|
+
placement: placement
|
|
32
|
+
}, restProps, {
|
|
33
|
+
children: jsx("span", Object.assign({
|
|
34
|
+
className: clsx($prefixCls + '-help', className)
|
|
35
|
+
}, {
|
|
36
|
+
children: children || jsx(HelpIcon, {})
|
|
37
|
+
}))
|
|
38
|
+
}));
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
export { Help as default };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author linhd
|
|
3
|
+
* @date 2022/3/22 3:23 PM
|
|
4
|
+
* @description 表单报错提示
|
|
5
|
+
*/
|
|
6
|
+
import React, { FunctionComponent, ReactNode } from 'react';
|
|
7
|
+
import './index.scss';
|
|
8
|
+
export interface HelperTextDetailProps {
|
|
9
|
+
/**
|
|
10
|
+
* true 没有错误的时候,不渲染
|
|
11
|
+
* false 都渲染
|
|
12
|
+
* null 不渲染,直接返回null
|
|
13
|
+
* */
|
|
14
|
+
hideErrorDom?: boolean | null;
|
|
15
|
+
/** 是否显示错误 */
|
|
16
|
+
error?: boolean;
|
|
17
|
+
/** 错误提示 */
|
|
18
|
+
helperText?: ReactNode;
|
|
19
|
+
}
|
|
20
|
+
export interface HelperTextProps extends HelperTextDetailProps {
|
|
21
|
+
/** 样式class */
|
|
22
|
+
className?: string;
|
|
23
|
+
/** style */
|
|
24
|
+
style?: React.CSSProperties;
|
|
25
|
+
}
|
|
26
|
+
declare const HelperText: FunctionComponent<HelperTextProps>;
|
|
27
|
+
export default HelperText;
|