@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/Form/index.d.ts
ADDED
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
import { HelperTextProps } from '../HelperText';
|
|
2
|
+
import { LabelProps } from '../Label';
|
|
3
|
+
import React, { FC, FormHTMLAttributes, ReactElement } from 'react';
|
|
4
|
+
import { FormItemProps } from '../FormItem';
|
|
5
|
+
import { ItemTypeProps } from '../FormItem/itemType';
|
|
6
|
+
/**
|
|
7
|
+
* form 表单原始属性
|
|
8
|
+
*/
|
|
9
|
+
interface FormHtmlProps extends FormHTMLAttributes<HTMLFormElement> {
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* 配置项项类型
|
|
13
|
+
*/
|
|
14
|
+
export type configListProps = Array<FormItemProps>;
|
|
15
|
+
/**
|
|
16
|
+
* 表单校验方法type
|
|
17
|
+
*/
|
|
18
|
+
export type TCheckFormFunction = (nameList?: string[]) => false | {
|
|
19
|
+
[name: string]: any;
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* form 表单组件属性
|
|
23
|
+
* @typedef {object} FormProps
|
|
24
|
+
*/
|
|
25
|
+
export interface FormProps {
|
|
26
|
+
/**
|
|
27
|
+
* form 表单对象存储关键数据和校验方法
|
|
28
|
+
* @property {Function} check 表单校验方法
|
|
29
|
+
* @property {configListProps} items 配置项,最后经过加工的合计
|
|
30
|
+
* @property {{ [name: string]: any }} values 已经保存的值的键值对
|
|
31
|
+
* @property {Function} refreshForm 强制刷新表单状态
|
|
32
|
+
*/
|
|
33
|
+
form?: React.MutableRefObject<{
|
|
34
|
+
/**
|
|
35
|
+
* 校验表单方法,校验成功返回表单的键值对
|
|
36
|
+
* @return {false | {[name: string]: any}}
|
|
37
|
+
*/
|
|
38
|
+
check?: TCheckFormFunction;
|
|
39
|
+
/**
|
|
40
|
+
* 存储所有表单item最后的配置,方便提交时做总的校验
|
|
41
|
+
*/
|
|
42
|
+
items?: {
|
|
43
|
+
[name: string]: ItemTypeProps;
|
|
44
|
+
};
|
|
45
|
+
/**
|
|
46
|
+
* 所有值
|
|
47
|
+
*/
|
|
48
|
+
values?: {
|
|
49
|
+
[name: string]: any;
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* 强制刷新表单状态方法
|
|
53
|
+
*/
|
|
54
|
+
refreshForm?: (list: Array<FormItemProps> | '', bData?: {
|
|
55
|
+
[name: string]: any;
|
|
56
|
+
}) => void;
|
|
57
|
+
/**
|
|
58
|
+
* 对象数据集合
|
|
59
|
+
*/
|
|
60
|
+
refData?: RefDataProps;
|
|
61
|
+
/**
|
|
62
|
+
* 获取生效项目的值对象,会过滤掉不显示或是不启用的项目的值,
|
|
63
|
+
*/
|
|
64
|
+
getValidValues?: Function;
|
|
65
|
+
/**
|
|
66
|
+
* 重置表单
|
|
67
|
+
*/
|
|
68
|
+
reset?: Function;
|
|
69
|
+
/**
|
|
70
|
+
* 清空表单数据
|
|
71
|
+
* 允许清空单个
|
|
72
|
+
*/
|
|
73
|
+
clear?: (name?: string | string[]) => void;
|
|
74
|
+
}>;
|
|
75
|
+
/**
|
|
76
|
+
* from 表单的默认属性
|
|
77
|
+
*/
|
|
78
|
+
FormProps?: FormHtmlProps;
|
|
79
|
+
/**
|
|
80
|
+
* 表单的主要类型 vertical 为竖布局,horizontal为横布局,默认为 horizontal.会被 configList的配置覆盖
|
|
81
|
+
*/
|
|
82
|
+
type?: 'vertical' | 'horizontal';
|
|
83
|
+
/**
|
|
84
|
+
* 获取表单的校验方法,会传出表单的校验方法
|
|
85
|
+
*/
|
|
86
|
+
getCheckForm?: (checkFrom: TCheckFormFunction) => {};
|
|
87
|
+
/**
|
|
88
|
+
* 输入框内容改变传出
|
|
89
|
+
* @param {string} name 表单项的name
|
|
90
|
+
* @param {any} value 当前表单输入项修改的值
|
|
91
|
+
*/
|
|
92
|
+
onChange?: (name: string, value: any) => void;
|
|
93
|
+
/**
|
|
94
|
+
* 强制刷新配置
|
|
95
|
+
* @param {Function} configHook 传出内部设置表单项,和回填参数的 hook方法
|
|
96
|
+
*/
|
|
97
|
+
getForcedRefresh?: (setConfigHook: (configList: configListProps, bData?: {
|
|
98
|
+
[name: string]: any;
|
|
99
|
+
}) => void) => void;
|
|
100
|
+
/**
|
|
101
|
+
* 表单项的配置
|
|
102
|
+
*/
|
|
103
|
+
configList?: configListProps;
|
|
104
|
+
/**
|
|
105
|
+
* 回填数据
|
|
106
|
+
*/
|
|
107
|
+
backData?: {
|
|
108
|
+
[name: string]: any;
|
|
109
|
+
};
|
|
110
|
+
/**
|
|
111
|
+
* 是否禁用
|
|
112
|
+
*/
|
|
113
|
+
disabled?: boolean;
|
|
114
|
+
/**
|
|
115
|
+
* 是否启用必填框,不允许输入纯空格
|
|
116
|
+
*/
|
|
117
|
+
disOnlySpace?: boolean;
|
|
118
|
+
/**
|
|
119
|
+
* 必填显示渲染方式
|
|
120
|
+
*/
|
|
121
|
+
requiredElement?: ReactElement | string;
|
|
122
|
+
/**
|
|
123
|
+
* 隐藏默认必填标记
|
|
124
|
+
*/
|
|
125
|
+
disRequiredElement?: boolean;
|
|
126
|
+
/**
|
|
127
|
+
* className
|
|
128
|
+
*/
|
|
129
|
+
className?: string;
|
|
130
|
+
/**
|
|
131
|
+
* 标题其他配置
|
|
132
|
+
*/
|
|
133
|
+
labelProps?: LabelProps;
|
|
134
|
+
/**
|
|
135
|
+
* 报错提示其他配置
|
|
136
|
+
*/
|
|
137
|
+
helperTextProps?: HelperTextProps;
|
|
138
|
+
/**
|
|
139
|
+
* 文字宽度, 只对 type === vertical,状态下生效
|
|
140
|
+
*/
|
|
141
|
+
labelWidth?: number;
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* form 存储各种参数的集合类型
|
|
145
|
+
*/
|
|
146
|
+
interface RefDataProps {
|
|
147
|
+
/**
|
|
148
|
+
* 存储所有表单item最后的配置,方便提交时做总的校验
|
|
149
|
+
*/
|
|
150
|
+
allItems: {
|
|
151
|
+
[name: string]: ItemTypeProps;
|
|
152
|
+
};
|
|
153
|
+
/**
|
|
154
|
+
* 存储所有表单item校验的状态,用于动态更新后仍然能保持住报错信息
|
|
155
|
+
*/
|
|
156
|
+
itemsCheckStatus: {
|
|
157
|
+
[name: string]: boolean | null;
|
|
158
|
+
};
|
|
159
|
+
/**
|
|
160
|
+
* 存储所有表单item校验的报错信息
|
|
161
|
+
*/
|
|
162
|
+
itemsCheckMessage: {
|
|
163
|
+
[name: string]: string;
|
|
164
|
+
};
|
|
165
|
+
/**
|
|
166
|
+
* 表单保存的值集合
|
|
167
|
+
*/
|
|
168
|
+
allValues: {
|
|
169
|
+
[name: string]: any;
|
|
170
|
+
};
|
|
171
|
+
/**
|
|
172
|
+
* 最新配置信息
|
|
173
|
+
*/
|
|
174
|
+
configList: configListProps;
|
|
175
|
+
}
|
|
176
|
+
/**
|
|
177
|
+
* form 表单组件
|
|
178
|
+
* @author zhanzl
|
|
179
|
+
* @param {Object} form 表单对象,可以存储校验方法和其他关键数据
|
|
180
|
+
* @param {configListProps} configList 表单项配置数组
|
|
181
|
+
* @param {boolean} disabled 是否启用禁用状态,所有输入框禁止输入
|
|
182
|
+
* @param {Function} onChange 表单选项改变传出
|
|
183
|
+
* @param {string} type 表单形态 竖布局 或 横布局,默认横
|
|
184
|
+
* @description 用于根据配置自动生成表单
|
|
185
|
+
*/
|
|
186
|
+
declare const Form: FC<FormProps>;
|
|
187
|
+
export default Form;
|
package/Form/index.js
ADDED
|
@@ -0,0 +1,355 @@
|
|
|
1
|
+
import { _ as _toConsumableArray } from '../_verture/toConsumableArray-81040c9e.js';
|
|
2
|
+
import { _ as _slicedToArray } from '../_verture/slicedToArray-76060636.js';
|
|
3
|
+
import { jsx } from 'react/jsx-runtime';
|
|
4
|
+
import { DeepClone } from '@paraview/lib';
|
|
5
|
+
import React__default from 'react';
|
|
6
|
+
import { F as FormItem, v as validate } from '../_verture/index-d03136d4.js';
|
|
7
|
+
import { $ as $prefixCls } from '../_verture/constant-66aa48a1.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 '../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 '../_verture/style-inject.es-300983ab.js';
|
|
19
|
+
import '@para-ui/icons/Help';
|
|
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 '../RadioGroup/index.js';
|
|
34
|
+
import '../Radio/index.js';
|
|
35
|
+
import '../Select/index.js';
|
|
36
|
+
import '../_verture/defineProperty-62acccfc.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';
|
|
79
|
+
|
|
80
|
+
function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }
|
|
81
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
82
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
83
|
+
/**
|
|
84
|
+
* form 表单组件
|
|
85
|
+
* @author zhanzl
|
|
86
|
+
* @param {Object} form 表单对象,可以存储校验方法和其他关键数据
|
|
87
|
+
* @param {configListProps} configList 表单项配置数组
|
|
88
|
+
* @param {boolean} disabled 是否启用禁用状态,所有输入框禁止输入
|
|
89
|
+
* @param {Function} onChange 表单选项改变传出
|
|
90
|
+
* @param {string} type 表单形态 竖布局 或 横布局,默认横
|
|
91
|
+
* @description 用于根据配置自动生成表单
|
|
92
|
+
*/
|
|
93
|
+
var Form = function Form(props) {
|
|
94
|
+
var _props$className = props.className,
|
|
95
|
+
className = _props$className === void 0 ? '' : _props$className,
|
|
96
|
+
FormProps = props.FormProps,
|
|
97
|
+
requiredElement = props.requiredElement,
|
|
98
|
+
disRequiredElement = props.disRequiredElement,
|
|
99
|
+
configList = props.configList,
|
|
100
|
+
type = props.type,
|
|
101
|
+
getCheckForm = props.getCheckForm,
|
|
102
|
+
backData = props.backData,
|
|
103
|
+
disabled = props.disabled,
|
|
104
|
+
onChange = props.onChange,
|
|
105
|
+
getForcedRefresh = props.getForcedRefresh,
|
|
106
|
+
labelProps = props.labelProps,
|
|
107
|
+
helperTextProps = props.helperTextProps,
|
|
108
|
+
form = props.form,
|
|
109
|
+
_props$labelWidth = props.labelWidth,
|
|
110
|
+
labelWidth = _props$labelWidth === void 0 ? 60 : _props$labelWidth,
|
|
111
|
+
_props$disOnlySpace = props.disOnlySpace,
|
|
112
|
+
disOnlySpace = _props$disOnlySpace === void 0 ? true : _props$disOnlySpace;
|
|
113
|
+
var frstBackData = React__default.useRef(backData && DeepClone(backData) || {});
|
|
114
|
+
var firstConfigList = React__default.useRef(configList);
|
|
115
|
+
/**
|
|
116
|
+
* item配置项目
|
|
117
|
+
*/
|
|
118
|
+
var _React$useState = React__default.useState(configList),
|
|
119
|
+
_React$useState2 = _slicedToArray(_React$useState, 2),
|
|
120
|
+
itemsConfig = _React$useState2[0],
|
|
121
|
+
setItemsConfig = _React$useState2[1];
|
|
122
|
+
/**
|
|
123
|
+
* 更新表单项
|
|
124
|
+
*/
|
|
125
|
+
var _React$useState3 = React__default.useState(Math.random()),
|
|
126
|
+
_React$useState4 = _slicedToArray(_React$useState3, 2),
|
|
127
|
+
refresh = _React$useState4[0],
|
|
128
|
+
setRefresh = _React$useState4[1];
|
|
129
|
+
/**
|
|
130
|
+
* 用于存储所有常用数据
|
|
131
|
+
*/
|
|
132
|
+
var refData = React__default.useRef({
|
|
133
|
+
allItems: {},
|
|
134
|
+
itemsCheckStatus: {},
|
|
135
|
+
itemsCheckMessage: {},
|
|
136
|
+
configList: configList || [],
|
|
137
|
+
allValues: backData && DeepClone(backData) || {}
|
|
138
|
+
});
|
|
139
|
+
/**
|
|
140
|
+
* 强制刷新表单参数
|
|
141
|
+
* @param {Array<FormItemProps>} list 表单项配置
|
|
142
|
+
* @param { [name: string]: any } bData 回填数据
|
|
143
|
+
*/
|
|
144
|
+
var refreshForm = function refreshForm(list, bData) {
|
|
145
|
+
if (bData) for (var key in bData) {
|
|
146
|
+
refData.current.allValues[key] = bData[key];
|
|
147
|
+
}
|
|
148
|
+
setItemsConfig(list || itemsConfig && _toConsumableArray(itemsConfig));
|
|
149
|
+
};
|
|
150
|
+
/**
|
|
151
|
+
* 保存值 和 最后的 item 对象
|
|
152
|
+
* @param {string} name 表单项 name
|
|
153
|
+
* @param {string} type 需要设置值的类型 value | item | status | initValue | message
|
|
154
|
+
* @param {any} value 需要设置的值
|
|
155
|
+
*/
|
|
156
|
+
var setValue = function setValue(name, type, value) {
|
|
157
|
+
switch (type) {
|
|
158
|
+
// 设置校验状态,自定义类型的表格设置,如果有一个是false,最终校验都不会通过
|
|
159
|
+
case 'status':
|
|
160
|
+
refData.current.itemsCheckStatus[name] = value;
|
|
161
|
+
break;
|
|
162
|
+
// 存储报错信息,防止表单刷新后,报错信息和状态丢失
|
|
163
|
+
case 'message':
|
|
164
|
+
refData.current.itemsCheckMessage[name] = value;
|
|
165
|
+
break;
|
|
166
|
+
// 存储加工之后的item 对象
|
|
167
|
+
case 'item':
|
|
168
|
+
refData.current.allItems[name] = value;
|
|
169
|
+
break;
|
|
170
|
+
// 初始化赋值
|
|
171
|
+
case 'initValue':
|
|
172
|
+
refData.current.allValues[name] = value;
|
|
173
|
+
break;
|
|
174
|
+
// 赋值,会触发表单的onChange事件
|
|
175
|
+
default:
|
|
176
|
+
refData.current.allValues[name] = value;
|
|
177
|
+
onChange && onChange(name, value);
|
|
178
|
+
break;
|
|
179
|
+
}
|
|
180
|
+
};
|
|
181
|
+
/**
|
|
182
|
+
* 校验表单校验状态
|
|
183
|
+
* @return {boolean | { [name: string]: any }} 返回 校验错误false,如果校验通过则返回表单所有值
|
|
184
|
+
*/
|
|
185
|
+
var checkFrom = function checkFrom(nameList) {
|
|
186
|
+
var errorCount = 0;
|
|
187
|
+
// 需要校验的表单项
|
|
188
|
+
var checkList = nameList ? nameList : refData.current.configList.map(function (item) {
|
|
189
|
+
return item.name;
|
|
190
|
+
});
|
|
191
|
+
var _iterator = _createForOfIteratorHelper(checkList),
|
|
192
|
+
_step;
|
|
193
|
+
try {
|
|
194
|
+
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
195
|
+
var key = _step.value;
|
|
196
|
+
var tItem = refData.current.allItems[key];
|
|
197
|
+
// 判断是否已经校验过了 或是 不需要校验,直接跳过
|
|
198
|
+
if (tItem.disabled || tItem.hide || refData.current.itemsCheckStatus[key] === true) continue;
|
|
199
|
+
if (refData.current.itemsCheckStatus[key] === false) {
|
|
200
|
+
errorCount++;
|
|
201
|
+
continue;
|
|
202
|
+
}
|
|
203
|
+
var msg = validate(tItem, refData.current.allValues[key]);
|
|
204
|
+
if (msg) {
|
|
205
|
+
errorCount++;
|
|
206
|
+
if (typeof msg === 'string') refData.current.itemsCheckMessage[key] = msg;
|
|
207
|
+
tItem.setErrorMsg && tItem.setErrorMsg(msg);
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
} catch (err) {
|
|
211
|
+
_iterator.e(err);
|
|
212
|
+
} finally {
|
|
213
|
+
_iterator.f();
|
|
214
|
+
}
|
|
215
|
+
return !errorCount && refData.current.allValues;
|
|
216
|
+
};
|
|
217
|
+
/**
|
|
218
|
+
* 过滤有效值
|
|
219
|
+
*/
|
|
220
|
+
var getValidValues = function getValidValues() {
|
|
221
|
+
var tObj = {};
|
|
222
|
+
for (var i = 0; i < refData.current.configList.length; i++) {
|
|
223
|
+
var item = refData.current.configList[i];
|
|
224
|
+
if (!item.hide && refData.current.allValues[item.name]) {
|
|
225
|
+
tObj[item.name] = refData.current.allValues[item.name];
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
return tObj;
|
|
229
|
+
};
|
|
230
|
+
/**
|
|
231
|
+
* 重置表单
|
|
232
|
+
*/
|
|
233
|
+
var resetForm = function resetForm() {
|
|
234
|
+
var isClear = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
|
|
235
|
+
var name = arguments.length > 1 ? arguments[1] : undefined;
|
|
236
|
+
if (!isClear || !name) {
|
|
237
|
+
refData.current = {
|
|
238
|
+
allItems: {},
|
|
239
|
+
itemsCheckStatus: {},
|
|
240
|
+
itemsCheckMessage: {},
|
|
241
|
+
configList: firstConfigList.current || [],
|
|
242
|
+
allValues: {}
|
|
243
|
+
};
|
|
244
|
+
if (frstBackData.current && !isClear) for (var key in frstBackData.current) {
|
|
245
|
+
refData.current.allValues[key] = frstBackData.current[key];
|
|
246
|
+
}
|
|
247
|
+
} else {
|
|
248
|
+
if (typeof name === 'string') {
|
|
249
|
+
setValue(name, 'status', undefined);
|
|
250
|
+
setValue(name, 'message', '');
|
|
251
|
+
setValue(name, 'initValue', undefined);
|
|
252
|
+
} else {
|
|
253
|
+
name.forEach(function (key) {
|
|
254
|
+
setValue(key, 'status', undefined);
|
|
255
|
+
setValue(key, 'message', '');
|
|
256
|
+
setValue(key, 'initValue', undefined);
|
|
257
|
+
});
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
setItemsConfig(firstConfigList.current);
|
|
261
|
+
setRefresh(Math.random());
|
|
262
|
+
};
|
|
263
|
+
/**
|
|
264
|
+
* 传出校验方法
|
|
265
|
+
*/
|
|
266
|
+
React__default.useEffect(function () {
|
|
267
|
+
getCheckForm && getCheckForm(checkFrom);
|
|
268
|
+
getForcedRefresh && getForcedRefresh(refreshForm);
|
|
269
|
+
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
270
|
+
}, [getCheckForm, getForcedRefresh]);
|
|
271
|
+
/**
|
|
272
|
+
* 更新值
|
|
273
|
+
*/
|
|
274
|
+
React__default.useEffect(function () {
|
|
275
|
+
if (backData) for (var key in backData) {
|
|
276
|
+
refData.current.allValues[key] = backData[key];
|
|
277
|
+
}
|
|
278
|
+
setRefresh(Math.random());
|
|
279
|
+
}, [backData]);
|
|
280
|
+
/**
|
|
281
|
+
* 更新配置
|
|
282
|
+
*/
|
|
283
|
+
React__default.useEffect(function () {
|
|
284
|
+
setItemsConfig(configList);
|
|
285
|
+
}, [configList]);
|
|
286
|
+
/**
|
|
287
|
+
* 更新表单最新配置
|
|
288
|
+
*/
|
|
289
|
+
React__default.useEffect(function () {
|
|
290
|
+
refData.current.configList = itemsConfig || [];
|
|
291
|
+
}, [itemsConfig]);
|
|
292
|
+
/**
|
|
293
|
+
* 表单对象赋值
|
|
294
|
+
*/
|
|
295
|
+
React__default.useEffect(function () {
|
|
296
|
+
if (form) {
|
|
297
|
+
form.current = {
|
|
298
|
+
get refreshForm() {
|
|
299
|
+
return refreshForm;
|
|
300
|
+
},
|
|
301
|
+
get check() {
|
|
302
|
+
return checkFrom;
|
|
303
|
+
},
|
|
304
|
+
get items() {
|
|
305
|
+
return refData.current.allItems;
|
|
306
|
+
},
|
|
307
|
+
get values() {
|
|
308
|
+
return refData.current.allValues;
|
|
309
|
+
},
|
|
310
|
+
get refData() {
|
|
311
|
+
return refData.current;
|
|
312
|
+
},
|
|
313
|
+
get getValidValues() {
|
|
314
|
+
return getValidValues;
|
|
315
|
+
},
|
|
316
|
+
get reset() {
|
|
317
|
+
return resetForm;
|
|
318
|
+
},
|
|
319
|
+
get clear() {
|
|
320
|
+
return function (name) {
|
|
321
|
+
resetForm(true, name);
|
|
322
|
+
};
|
|
323
|
+
}
|
|
324
|
+
};
|
|
325
|
+
}
|
|
326
|
+
}, [form]);
|
|
327
|
+
return jsx("form", Object.assign({}, FormProps, {
|
|
328
|
+
className: "".concat($prefixCls, "-form")
|
|
329
|
+
}, {
|
|
330
|
+
children: jsx("div", Object.assign({
|
|
331
|
+
className: "form-content ".concat(className)
|
|
332
|
+
}, {
|
|
333
|
+
children: itemsConfig && itemsConfig.length > 0 && itemsConfig.map(function (item, idx) {
|
|
334
|
+
// 不显示则提前保存最后值
|
|
335
|
+
item.hide && setValue(item.name, 'item', item);
|
|
336
|
+
return !item.hide && jsx(FormItem, Object.assign({
|
|
337
|
+
type: type,
|
|
338
|
+
disabled: disabled,
|
|
339
|
+
disOnlySpace: disOnlySpace,
|
|
340
|
+
errorMessage: refData.current.itemsCheckMessage[item.name],
|
|
341
|
+
requiredElement: requiredElement,
|
|
342
|
+
disRequiredElement: disRequiredElement,
|
|
343
|
+
labelProps: labelProps,
|
|
344
|
+
helperTextProps: helperTextProps,
|
|
345
|
+
llabelWidth: labelWidth
|
|
346
|
+
}, item, {
|
|
347
|
+
backData: refData.current.allValues,
|
|
348
|
+
setValue: setValue
|
|
349
|
+
}), "form-item-".concat(idx, "-").concat(refresh));
|
|
350
|
+
})
|
|
351
|
+
}))
|
|
352
|
+
}));
|
|
353
|
+
};
|
|
354
|
+
|
|
355
|
+
export { Form as default };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
interface DefaultCompomentsProps {
|
|
3
|
+
moudle: any;
|
|
4
|
+
error: boolean;
|
|
5
|
+
placeholder: string;
|
|
6
|
+
defaultValue: any;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
onChange: (e: any) => void;
|
|
9
|
+
inputProps?: {
|
|
10
|
+
[name: string]: any;
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @module src\FormItem\compoments\defaultCompoments\index.tsx
|
|
15
|
+
* @author zhanzl
|
|
16
|
+
* @date 2022/06/02
|
|
17
|
+
*/
|
|
18
|
+
declare const DefaultCompoments: FC<DefaultCompomentsProps>;
|
|
19
|
+
export default DefaultCompoments;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { FC } from "react";
|
|
2
|
+
import { CheckboxGroupProps } from '../../../CheckboxGroup';
|
|
3
|
+
export interface FormCheckboxGroupProps extends CheckboxGroupProps {
|
|
4
|
+
defaultValue?: any[];
|
|
5
|
+
change?: (value: any) => any;
|
|
6
|
+
}
|
|
7
|
+
declare const FormCheckboxGroup: FC<FormCheckboxGroupProps>;
|
|
8
|
+
export default FormCheckboxGroup;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { FC, InputHTMLAttributes } from "react";
|
|
2
|
+
import { ButtonProps } from "../../../Button";
|
|
3
|
+
import './index.scss';
|
|
4
|
+
export interface FormFileProps {
|
|
5
|
+
/**
|
|
6
|
+
* 禁用
|
|
7
|
+
*/
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
/**
|
|
10
|
+
* 文件类型 可接受字符串 或数组
|
|
11
|
+
*/
|
|
12
|
+
fileType?: string | Array<string>;
|
|
13
|
+
/**
|
|
14
|
+
* 按钮名称 默认 选择文件
|
|
15
|
+
*/
|
|
16
|
+
buttonLabel?: string;
|
|
17
|
+
/**
|
|
18
|
+
* 值改变传出
|
|
19
|
+
*/
|
|
20
|
+
onChange?: (value: FileList) => any;
|
|
21
|
+
/**
|
|
22
|
+
* 默认值
|
|
23
|
+
*/
|
|
24
|
+
defaultValue?: string | FileList;
|
|
25
|
+
/**
|
|
26
|
+
* input 其他属性
|
|
27
|
+
*/
|
|
28
|
+
inputProps?: InputHTMLAttributes<HTMLInputElement>;
|
|
29
|
+
/**
|
|
30
|
+
* 按钮配置
|
|
31
|
+
*/
|
|
32
|
+
buttonProps?: ButtonProps;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* 文件组件
|
|
36
|
+
*/
|
|
37
|
+
declare const FormFile: FC<FormFileProps>;
|
|
38
|
+
export default FormFile;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { FC } from "react";
|
|
2
|
+
import { RadioGroupProps } from '../../../RadioGroup';
|
|
3
|
+
export interface FormRadioGroupProps extends RadioGroupProps {
|
|
4
|
+
defaultValue?: string;
|
|
5
|
+
change?: (value: any) => any;
|
|
6
|
+
}
|
|
7
|
+
declare const FormRadioGroup: FC<FormRadioGroupProps>;
|
|
8
|
+
export default FormRadioGroup;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { FC } from "react";
|
|
2
|
+
import { SelectProps } from '../../../Select';
|
|
3
|
+
export interface FormSelectProps extends SelectProps {
|
|
4
|
+
/**
|
|
5
|
+
* 默认值
|
|
6
|
+
*/
|
|
7
|
+
defaultValue?: string;
|
|
8
|
+
/**
|
|
9
|
+
* 改变方法
|
|
10
|
+
*/
|
|
11
|
+
change?: (value: any) => any;
|
|
12
|
+
/**
|
|
13
|
+
* 绑定值
|
|
14
|
+
*/
|
|
15
|
+
value?: string;
|
|
16
|
+
}
|
|
17
|
+
declare const FormSelect: FC<FormSelectProps>;
|
|
18
|
+
export default FormSelect;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { HelperTextProps } from '../HelperText';
|
|
2
|
+
import { FC } from 'react';
|
|
3
|
+
/**
|
|
4
|
+
* 报错信息组件
|
|
5
|
+
* @description 为了解决,在主组件设置state,导致输入框中内容刷新,且失去焦点
|
|
6
|
+
*/
|
|
7
|
+
declare const ErrorTips: FC<{
|
|
8
|
+
getSetError?: Function;
|
|
9
|
+
errorMessage?: string;
|
|
10
|
+
helperTextProps?: HelperTextProps;
|
|
11
|
+
}>;
|
|
12
|
+
export default ErrorTips;
|