@zat-design/sisyphus-react 3.11.14 → 3.12.0-beta.1
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/dist/index.esm.css +26 -15
- package/dist/less.esm.css +26 -15
- package/es/ProAction/index.d.ts +2 -2
- package/es/ProAction/propsType.d.ts +16 -10
- package/es/ProConfigProvider/index.d.ts +7 -7
- package/es/ProDownload/index.d.ts +2 -2
- package/es/ProDownload/propsType.d.ts +2 -1
- package/es/ProDrawerForm/components/ProDrawer/index.d.ts +2 -2
- package/es/ProDrawerForm/components/ProDrawer/index.js +12 -2
- package/es/ProDrawerForm/components/ProModal/index.d.ts +2 -2
- package/es/ProDrawerForm/components/ProModal/index.js +12 -2
- package/es/ProDrawerForm/index.d.ts +1 -2
- package/es/ProDrawerForm/propsType.d.ts +38 -27
- package/es/ProDrawerForm/utils/index.d.ts +2 -2
- package/es/ProEditLabel/components/RenderProForm.d.ts +2 -2
- package/es/ProEditLabel/index.d.ts +2 -2
- package/es/ProEditLabel/propsType.d.ts +135 -8
- package/es/ProEditLabel/style/index.less +24 -25
- package/es/ProEditTable/components/Summary/index.d.ts +2 -2
- package/es/ProEditTable/index.d.ts +2 -2
- package/es/ProEditTable/index.js +18 -16
- package/es/ProEditTable/propsType.d.ts +243 -106
- package/es/ProEditTable/style/index.less +1 -0
- package/es/ProEditTable/utils/index.d.ts +1 -1
- package/es/ProEditTable/utils/index.js +6 -4
- package/es/ProEditTable/utils/tools.d.ts +57 -22
- package/es/ProEditTable/utils/tools.js +47 -21
- package/es/ProEnum/components/Group.d.ts +2 -2
- package/es/ProEnum/components/Tag.d.ts +2 -2
- package/es/ProEnum/hooks/useEnum.d.ts +2 -2
- package/es/ProEnum/hooks/useEnum.js +46 -17
- package/es/ProEnum/hooks/useEnumRequest.d.ts +2 -2
- package/es/ProEnum/index.d.ts +2 -2
- package/es/ProEnum/propsType.d.ts +231 -42
- package/es/ProEnum/propsType.js +0 -6
- package/es/ProEnum/utils/index.d.ts +9 -2
- package/es/ProEnum/utils/index.js +9 -2
- package/es/ProForm/components/FormFooter/index.d.ts +2 -2
- package/es/ProForm/components/FormFooter/propsType.d.ts +8 -3
- package/es/ProForm/components/base/Checkbox/index.d.ts +2 -2
- package/es/ProForm/components/base/Input/index.d.ts +2 -2
- package/es/ProForm/components/base/Input/index.js +17 -4
- package/es/ProForm/components/base/Input/propsType.d.ts +10 -6
- package/es/ProForm/components/base/InputNumber/index.d.ts +2 -2
- package/es/ProForm/components/base/Radio/index.d.ts +2 -2
- package/es/ProForm/components/base/RangePicker/index.d.ts +2 -2
- package/es/ProForm/components/base/Select/index.d.ts +2 -2
- package/es/ProForm/components/base/Switch/index.d.ts +2 -2
- package/es/ProForm/components/base/SwitchCheckbox/index.d.ts +2 -2
- package/es/ProForm/components/base/TextArea/index.d.ts +2 -2
- package/es/ProForm/components/base/TimePicker/index.d.ts +2 -2
- package/es/ProForm/components/combination/Container/index.d.ts +2 -2
- package/es/ProForm/components/combination/Container/propsType.d.ts +10 -6
- package/es/ProForm/components/combination/FormList/components/ActionButton.d.ts +4 -4
- package/es/ProForm/components/combination/FormList/components/BlockFields.d.ts +4 -4
- package/es/ProForm/components/combination/FormList/components/LineFields.d.ts +4 -4
- package/es/ProForm/components/combination/FormList/components/ToolbarButton.d.ts +2 -2
- package/es/ProForm/components/combination/FormList/index.d.ts +2 -2
- package/es/ProForm/components/combination/FormList/propsType.d.ts +18 -10
- package/es/ProForm/components/combination/Group/index.d.ts +2 -2
- package/es/ProForm/components/combination/Group/propsType.d.ts +10 -5
- package/es/ProForm/components/combination/Group/utils.d.ts +6 -6
- package/es/ProForm/components/combination/ProCascader/index.d.ts +2 -2
- package/es/ProForm/components/combination/ProCascader/propsType.d.ts +8 -3
- package/es/ProForm/components/combination/ProCombination/index.d.ts +3 -3
- package/es/ProForm/components/combination/ProCombination/propsType.d.ts +10 -5
- package/es/ProForm/components/combination/ProModalSelect/index.d.ts +2 -2
- package/es/ProForm/components/combination/ProModalSelect/propsType.d.ts +58 -5
- package/es/ProForm/components/combination/ProNumberRange/index.d.ts +2 -2
- package/es/ProForm/components/combination/ProNumberRange/propsType.d.ts +7 -3
- package/es/ProForm/components/combination/ProTimeLimit/index.d.ts +15 -9
- package/es/ProForm/components/old/EnumSelect/index.d.ts +1 -1
- package/es/ProForm/components/old/EnumSelect/interface.d.ts +2 -2
- package/es/ProForm/components/old/InputWithSuffix/index.d.ts +1 -1
- package/es/ProForm/components/old/ProAddress/index.d.ts +1 -1
- package/es/ProForm/components/old/ProCertNo/index.d.ts +1 -1
- package/es/ProForm/components/old/ProCertValidity/index.d.ts +1 -1
- package/es/ProForm/components/old/ProRangeBox/index.d.ts +1 -1
- package/es/ProForm/components/render/ChangedWrapper.d.ts +2 -2
- package/es/ProForm/components/render/ConfirmWrapper.d.ts +2 -2
- package/es/ProForm/components/render/Render.d.ts +2 -2
- package/es/ProForm/components/render/RenderFields.d.ts +4 -4
- package/es/ProForm/components/render/propsType.d.ts +76 -69
- package/es/ProForm/index.d.ts +2 -2
- package/es/ProForm/index.js +3 -1
- package/es/ProForm/propsType.d.ts +26 -17
- package/es/ProForm/propsType.js +0 -1
- package/es/ProForm/utils/transformValue.d.ts +2 -2
- package/es/ProForm/utils/useFieldProps.d.ts +3 -3
- package/es/ProForm/utils/useForm.d.ts +2 -1
- package/es/ProForm/utils/useForm.js +3 -2
- package/es/ProForm/utils/useRules.d.ts +1 -1
- package/es/ProForm/utils/useShouldUpdate.d.ts +3 -3
- package/es/ProIcon/index.d.ts +2 -2
- package/es/ProIcon/propsTypes.d.ts +120 -49
- package/es/ProLayout/components/Layout/Header/index.d.ts +2 -2
- package/es/ProLayout/components/Layout/Menu/index.d.ts +2 -2
- package/es/ProLayout/components/Layout/Notice/index.d.ts +2 -2
- package/es/ProLayout/components/ProCollapse/PropTypes.d.ts +9 -2
- package/es/ProLayout/components/ProCollapse/index.d.ts +2 -2
- package/es/ProLayout/components/ProCollapse/index.js +12 -4
- package/es/ProLayout/components/ProFooter/PropTypes.d.ts +18 -1
- package/es/ProLayout/components/ProFooter/index.d.ts +2 -2
- package/es/ProLayout/components/ProHeader/PropTypes.d.ts +121 -14
- package/es/ProLayout/components/ProHeader/index.d.ts +2 -2
- package/es/ProLayout/index.d.ts +5 -5
- package/es/ProLayout/index.js +6 -2
- package/es/ProLayout/propTypes.d.ts +182 -25
- package/es/ProLayout/utils/index.d.ts +2 -2
- package/es/ProSelect/index.d.ts +3 -3
- package/es/ProSelect/propsType.d.ts +141 -31
- package/es/ProStep/components/Anchor/index.d.ts +2 -1
- package/es/ProStep/components/Item/index.d.ts +2 -2
- package/es/ProStep/components/Item/index.js +6 -2
- package/es/ProStep/components/Listener/index.d.ts +4 -3
- package/es/ProStep/components/Listener/index.js +18 -4
- package/es/ProStep/components/Step/index.d.ts +2 -2
- package/es/ProStep/index.d.ts +7 -7
- package/es/ProStep/index.js +19 -4
- package/es/ProStep/propsType.d.ts +200 -12
- package/es/ProStep/utils/index.d.ts +17 -4
- package/es/ProStep/utils/index.js +11 -2
- package/es/ProTable/components/FormatColumn/index.d.ts +2 -2
- package/es/ProTable/components/FormatColumn/index.js +5 -8
- package/es/ProTable/components/RenderTabs/index.d.ts +4 -0
- package/es/ProTable/components/RenderTabs/index.js +78 -0
- package/es/ProTable/components/index.d.ts +25 -0
- package/es/ProTable/components/index.js +26 -1
- package/es/ProTable/hooks/useAntdTable.d.ts +2 -93
- package/es/ProTable/hooks/useAntdTable.js +6 -2
- package/es/ProTable/index.d.ts +2 -2
- package/es/ProTable/index.js +6 -3
- package/es/ProTable/propsType.d.ts +630 -39
- package/es/ProTable/style/index.less +3 -0
- package/es/ProTabs/index.d.ts +2 -2
- package/es/ProTabs/index.js +4 -4
- package/es/ProTabs/propType.d.ts +66 -9
- package/es/ProThemeTools/index.d.ts +2 -2
- package/es/ProThemeTools/propsType.d.ts +136 -14
- package/es/ProTooltip/index.d.ts +2 -2
- package/es/ProTooltip/propsType.d.ts +49 -9
- package/es/ProTree/components/List.d.ts +2 -2
- package/es/ProTree/components/List.js +2 -2
- package/es/ProTree/components/ProTree.d.ts +2 -2
- package/es/ProTree/components/ProTreeSelect/index.d.ts +3 -3
- package/es/ProTree/components/ProTreeSelect/propsType.d.ts +372 -34
- package/es/ProTree/components/SearchTitle.d.ts +2 -2
- package/es/ProTree/components/Tree.d.ts +3 -3
- package/es/ProTree/index.d.ts +2 -2
- package/es/ProTree/index.js +1 -1
- package/es/ProTree/propsType.d.ts +694 -103
- package/es/ProTree/utils.d.ts +7 -7
- package/es/ProTreeModal/components/Cascader.d.ts +3 -3
- package/es/ProTreeModal/components/List.d.ts +3 -3
- package/es/ProTreeModal/components/Tree.d.ts +2 -2
- package/es/ProTreeModal/index.d.ts +2 -2
- package/es/ProTreeModal/index.js +2 -2
- package/es/ProTreeModal/propsType.d.ts +258 -49
- package/es/ProTreeModal/utils.d.ts +7 -7
- package/es/ProUpload/components/ButtonRender.d.ts +2 -2
- package/es/ProUpload/components/DraggableUploadListItem.d.ts +2 -2
- package/es/ProUpload/components/Example.d.ts +2 -2
- package/es/ProUpload/components/ImageRender.d.ts +2 -2
- package/es/ProUpload/index.d.ts +2 -2
- package/es/ProUpload/index.js +7 -9
- package/es/ProUpload/propsType.d.ts +65 -8
- package/es/ProWaterMark/index.d.ts +2 -2
- package/es/ProWaterMark/propsType.d.ts +2 -1
- package/es/index.d.ts +15 -6
- package/es/index.js +1 -7
- package/lib/ProAction/index.d.ts +2 -2
- package/lib/ProAction/propsType.d.ts +16 -10
- package/lib/ProConfigProvider/index.d.ts +7 -7
- package/lib/ProDownload/index.d.ts +2 -2
- package/lib/ProDownload/propsType.d.ts +2 -1
- package/lib/ProDrawerForm/components/ProDrawer/index.d.ts +2 -2
- package/lib/ProDrawerForm/components/ProDrawer/index.js +12 -2
- package/lib/ProDrawerForm/components/ProModal/index.d.ts +2 -2
- package/lib/ProDrawerForm/components/ProModal/index.js +12 -2
- package/lib/ProDrawerForm/index.d.ts +1 -2
- package/lib/ProDrawerForm/propsType.d.ts +38 -27
- package/lib/ProDrawerForm/utils/index.d.ts +2 -2
- package/lib/ProEditLabel/components/RenderProForm.d.ts +2 -2
- package/lib/ProEditLabel/index.d.ts +2 -2
- package/lib/ProEditLabel/propsType.d.ts +135 -8
- package/lib/ProEditLabel/style/index.less +24 -25
- package/lib/ProEditTable/components/Summary/index.d.ts +2 -2
- package/lib/ProEditTable/index.d.ts +2 -2
- package/lib/ProEditTable/index.js +18 -16
- package/lib/ProEditTable/propsType.d.ts +243 -106
- package/lib/ProEditTable/style/index.less +1 -0
- package/lib/ProEditTable/utils/index.d.ts +1 -1
- package/lib/ProEditTable/utils/index.js +6 -4
- package/lib/ProEditTable/utils/tools.d.ts +57 -22
- package/lib/ProEditTable/utils/tools.js +47 -21
- package/lib/ProEnum/components/Group.d.ts +2 -2
- package/lib/ProEnum/components/Tag.d.ts +2 -2
- package/lib/ProEnum/hooks/useEnum.d.ts +2 -2
- package/lib/ProEnum/hooks/useEnum.js +48 -17
- package/lib/ProEnum/hooks/useEnumRequest.d.ts +2 -2
- package/lib/ProEnum/index.d.ts +2 -2
- package/lib/ProEnum/propsType.d.ts +231 -42
- package/lib/ProEnum/propsType.js +1 -7
- package/lib/ProEnum/utils/index.d.ts +9 -2
- package/lib/ProEnum/utils/index.js +9 -2
- package/lib/ProForm/components/FormFooter/index.d.ts +2 -2
- package/lib/ProForm/components/FormFooter/propsType.d.ts +8 -3
- package/lib/ProForm/components/base/Checkbox/index.d.ts +2 -2
- package/lib/ProForm/components/base/Input/index.d.ts +2 -2
- package/lib/ProForm/components/base/Input/index.js +17 -4
- package/lib/ProForm/components/base/Input/propsType.d.ts +10 -6
- package/lib/ProForm/components/base/InputNumber/index.d.ts +2 -2
- package/lib/ProForm/components/base/Radio/index.d.ts +2 -2
- package/lib/ProForm/components/base/RangePicker/index.d.ts +2 -2
- package/lib/ProForm/components/base/Select/index.d.ts +2 -2
- package/lib/ProForm/components/base/Switch/index.d.ts +2 -2
- package/lib/ProForm/components/base/SwitchCheckbox/index.d.ts +2 -2
- package/lib/ProForm/components/base/TextArea/index.d.ts +2 -2
- package/lib/ProForm/components/base/TimePicker/index.d.ts +2 -2
- package/lib/ProForm/components/combination/Container/index.d.ts +2 -2
- package/lib/ProForm/components/combination/Container/propsType.d.ts +10 -6
- package/lib/ProForm/components/combination/FormList/components/ActionButton.d.ts +4 -4
- package/lib/ProForm/components/combination/FormList/components/BlockFields.d.ts +4 -4
- package/lib/ProForm/components/combination/FormList/components/LineFields.d.ts +4 -4
- package/lib/ProForm/components/combination/FormList/components/ToolbarButton.d.ts +2 -2
- package/lib/ProForm/components/combination/FormList/index.d.ts +2 -2
- package/lib/ProForm/components/combination/FormList/propsType.d.ts +18 -10
- package/lib/ProForm/components/combination/Group/index.d.ts +2 -2
- package/lib/ProForm/components/combination/Group/propsType.d.ts +10 -5
- package/lib/ProForm/components/combination/Group/utils.d.ts +6 -6
- package/lib/ProForm/components/combination/ProCascader/index.d.ts +2 -2
- package/lib/ProForm/components/combination/ProCascader/propsType.d.ts +8 -3
- package/lib/ProForm/components/combination/ProCombination/index.d.ts +3 -3
- package/lib/ProForm/components/combination/ProCombination/propsType.d.ts +10 -5
- package/lib/ProForm/components/combination/ProModalSelect/index.d.ts +2 -2
- package/lib/ProForm/components/combination/ProModalSelect/propsType.d.ts +58 -5
- package/lib/ProForm/components/combination/ProNumberRange/index.d.ts +2 -2
- package/lib/ProForm/components/combination/ProNumberRange/propsType.d.ts +7 -3
- package/lib/ProForm/components/combination/ProTimeLimit/index.d.ts +15 -9
- package/lib/ProForm/components/old/EnumSelect/index.d.ts +1 -1
- package/lib/ProForm/components/old/EnumSelect/interface.d.ts +2 -2
- package/lib/ProForm/components/old/InputWithSuffix/index.d.ts +1 -1
- package/lib/ProForm/components/old/ProAddress/index.d.ts +1 -1
- package/lib/ProForm/components/old/ProCertNo/index.d.ts +1 -1
- package/lib/ProForm/components/old/ProCertValidity/index.d.ts +1 -1
- package/lib/ProForm/components/old/ProRangeBox/index.d.ts +1 -1
- package/lib/ProForm/components/render/ChangedWrapper.d.ts +2 -2
- package/lib/ProForm/components/render/ConfirmWrapper.d.ts +2 -2
- package/lib/ProForm/components/render/Render.d.ts +2 -2
- package/lib/ProForm/components/render/RenderFields.d.ts +4 -4
- package/lib/ProForm/components/render/propsType.d.ts +76 -69
- package/lib/ProForm/index.d.ts +2 -2
- package/lib/ProForm/index.js +3 -1
- package/lib/ProForm/propsType.d.ts +26 -17
- package/lib/ProForm/propsType.js +0 -15
- package/lib/ProForm/utils/transformValue.d.ts +2 -2
- package/lib/ProForm/utils/useFieldProps.d.ts +3 -3
- package/lib/ProForm/utils/useForm.d.ts +2 -1
- package/lib/ProForm/utils/useForm.js +3 -2
- package/lib/ProForm/utils/useRules.d.ts +1 -1
- package/lib/ProForm/utils/useShouldUpdate.d.ts +3 -3
- package/lib/ProIcon/index.d.ts +2 -2
- package/lib/ProIcon/propsTypes.d.ts +120 -49
- package/lib/ProLayout/components/Layout/Header/index.d.ts +2 -2
- package/lib/ProLayout/components/Layout/Menu/index.d.ts +2 -2
- package/lib/ProLayout/components/Layout/Notice/index.d.ts +2 -2
- package/lib/ProLayout/components/ProCollapse/PropTypes.d.ts +9 -2
- package/lib/ProLayout/components/ProCollapse/index.d.ts +2 -2
- package/lib/ProLayout/components/ProCollapse/index.js +12 -4
- package/lib/ProLayout/components/ProFooter/PropTypes.d.ts +18 -1
- package/lib/ProLayout/components/ProFooter/index.d.ts +2 -2
- package/lib/ProLayout/components/ProHeader/PropTypes.d.ts +121 -14
- package/lib/ProLayout/components/ProHeader/index.d.ts +2 -2
- package/lib/ProLayout/index.d.ts +5 -5
- package/lib/ProLayout/index.js +6 -2
- package/lib/ProLayout/propTypes.d.ts +182 -25
- package/lib/ProLayout/utils/index.d.ts +2 -2
- package/lib/ProSelect/index.d.ts +3 -3
- package/lib/ProSelect/propsType.d.ts +141 -31
- package/lib/ProStep/components/Anchor/index.d.ts +2 -1
- package/lib/ProStep/components/Item/index.d.ts +2 -2
- package/lib/ProStep/components/Item/index.js +6 -2
- package/lib/ProStep/components/Listener/index.d.ts +4 -3
- package/lib/ProStep/components/Listener/index.js +18 -4
- package/lib/ProStep/components/Step/index.d.ts +2 -2
- package/lib/ProStep/index.d.ts +7 -7
- package/lib/ProStep/index.js +19 -4
- package/lib/ProStep/propsType.d.ts +200 -12
- package/lib/ProStep/utils/index.d.ts +17 -4
- package/lib/ProStep/utils/index.js +11 -2
- package/lib/ProTable/components/FormatColumn/index.d.ts +2 -2
- package/lib/ProTable/components/FormatColumn/index.js +5 -8
- package/lib/ProTable/components/RenderTabs/index.d.ts +4 -0
- package/lib/ProTable/components/RenderTabs/index.js +82 -0
- package/lib/ProTable/components/index.d.ts +25 -0
- package/lib/ProTable/components/index.js +8 -1
- package/lib/ProTable/hooks/useAntdTable.d.ts +2 -93
- package/lib/ProTable/hooks/useAntdTable.js +5 -1
- package/lib/ProTable/index.d.ts +2 -2
- package/lib/ProTable/index.js +5 -2
- package/lib/ProTable/propsType.d.ts +630 -39
- package/lib/ProTable/style/index.less +3 -0
- package/lib/ProTabs/index.d.ts +2 -2
- package/lib/ProTabs/index.js +4 -4
- package/lib/ProTabs/propType.d.ts +66 -9
- package/lib/ProThemeTools/index.d.ts +2 -2
- package/lib/ProThemeTools/propsType.d.ts +136 -14
- package/lib/ProTooltip/index.d.ts +2 -2
- package/lib/ProTooltip/propsType.d.ts +49 -9
- package/lib/ProTree/components/List.d.ts +2 -2
- package/lib/ProTree/components/List.js +2 -2
- package/lib/ProTree/components/ProTree.d.ts +2 -2
- package/lib/ProTree/components/ProTreeSelect/index.d.ts +3 -3
- package/lib/ProTree/components/ProTreeSelect/propsType.d.ts +372 -34
- package/lib/ProTree/components/SearchTitle.d.ts +2 -2
- package/lib/ProTree/components/Tree.d.ts +3 -3
- package/lib/ProTree/index.d.ts +2 -2
- package/lib/ProTree/index.js +1 -1
- package/lib/ProTree/propsType.d.ts +694 -103
- package/lib/ProTree/utils.d.ts +7 -7
- package/lib/ProTreeModal/components/Cascader.d.ts +3 -3
- package/lib/ProTreeModal/components/List.d.ts +3 -3
- package/lib/ProTreeModal/components/Tree.d.ts +2 -2
- package/lib/ProTreeModal/index.d.ts +2 -2
- package/lib/ProTreeModal/index.js +2 -2
- package/lib/ProTreeModal/propsType.d.ts +258 -49
- package/lib/ProTreeModal/utils.d.ts +7 -7
- package/lib/ProUpload/components/ButtonRender.d.ts +2 -2
- package/lib/ProUpload/components/DraggableUploadListItem.d.ts +2 -2
- package/lib/ProUpload/components/Example.d.ts +2 -2
- package/lib/ProUpload/components/ImageRender.d.ts +2 -2
- package/lib/ProUpload/index.d.ts +2 -2
- package/lib/ProUpload/index.js +7 -9
- package/lib/ProUpload/propsType.d.ts +65 -8
- package/lib/ProWaterMark/index.d.ts +2 -2
- package/lib/ProWaterMark/propsType.d.ts +2 -1
- package/lib/index.d.ts +15 -6
- package/lib/index.js +7 -71
- package/package.json +1 -1
- package/.vscode/extensions.json +0 -5
- package/test/__mocks__/fileMock.js +0 -0
- package/test/__mocks__/styleMock.js +0 -0
@@ -4,27 +4,27 @@ import { NamePath } from 'antd/es/form/interface';
|
|
4
4
|
import { StoreValue, Store } from 'rc-field-form/es/interface.d';
|
5
5
|
import { ShouldUpdate } from 'rc-field-form/es/Field.d';
|
6
6
|
import React, { ReactNode } from 'react';
|
7
|
-
import {
|
8
|
-
|
9
|
-
export interface
|
7
|
+
import type { ProFormColumnType, ViewType } from './components/render/propsType';
|
8
|
+
import type { ProFormComponentType } from './components/index.d';
|
9
|
+
export interface ButtonType extends ButtonProps {
|
10
10
|
children?: any;
|
11
11
|
}
|
12
|
-
export interface
|
13
|
-
okButtonProps?:
|
14
|
-
cancelButtonProps?:
|
12
|
+
export interface FooterButtonType {
|
13
|
+
okButtonProps?: ButtonType;
|
14
|
+
cancelButtonProps?: ButtonType;
|
15
15
|
}
|
16
|
-
export interface
|
16
|
+
export interface ProFormItemChildType {
|
17
17
|
value?: any;
|
18
18
|
onChange?: () => void;
|
19
19
|
[key: string]: any;
|
20
20
|
}
|
21
21
|
export type ModeEnum = 'search' | 'drawer';
|
22
22
|
type FooterType = ReactNode | {
|
23
|
-
okButtonProps:
|
24
|
-
cancelButtonProps:
|
23
|
+
okButtonProps: ButtonType;
|
24
|
+
cancelButtonProps: ButtonType;
|
25
25
|
} | boolean;
|
26
26
|
export declare const otherKeys: string[];
|
27
|
-
export interface
|
27
|
+
export interface ProFormOtherType {
|
28
28
|
isView?: boolean;
|
29
29
|
viewEmpty?: React.ReactNode;
|
30
30
|
label?: React.ReactNode;
|
@@ -33,7 +33,7 @@ export interface ProFormOtherProps {
|
|
33
33
|
name?: NamePath;
|
34
34
|
names?: NamePath[];
|
35
35
|
form?: FormInstance;
|
36
|
-
type?:
|
36
|
+
type?: ProFormComponentType;
|
37
37
|
hiddenNames?: string[] | any[];
|
38
38
|
colProps: ColProps;
|
39
39
|
disabled: boolean;
|
@@ -45,10 +45,10 @@ export interface ProFormOtherProps {
|
|
45
45
|
globalControl?: boolean;
|
46
46
|
formDisabled?: boolean;
|
47
47
|
isDiffChange?: boolean;
|
48
|
-
diffConfig?:
|
48
|
+
diffConfig?: DiffConfigType;
|
49
49
|
desensitizationKey?: string;
|
50
50
|
}
|
51
|
-
export interface
|
51
|
+
export interface DiffConfigType<Values = any> {
|
52
52
|
/** 比对原始数据源 */
|
53
53
|
originalValues: Values;
|
54
54
|
/** 是否显示对比值气泡 */
|
@@ -60,7 +60,7 @@ export interface DiffConfigProps<Values = any> {
|
|
60
60
|
/** 是否跟随父组件滚动 */
|
61
61
|
scrollFollowParent?: string;
|
62
62
|
}
|
63
|
-
export interface
|
63
|
+
export interface ProFormType<Values = any> extends FormProps<Values> {
|
64
64
|
disabled?: boolean;
|
65
65
|
/** 全局控制优先 */
|
66
66
|
globalControl?: boolean;
|
@@ -69,7 +69,7 @@ export interface ProFormProps<Values = any> extends FormProps<Values> {
|
|
69
69
|
/** 是否查看 */
|
70
70
|
isView?: boolean;
|
71
71
|
span?: number;
|
72
|
-
columns?:
|
72
|
+
columns?: ProFormColumnType<Values>[];
|
73
73
|
rowProps?: RowProps;
|
74
74
|
footer?: FooterType;
|
75
75
|
expand?: boolean | number;
|
@@ -89,7 +89,7 @@ export interface ProFormProps<Values = any> extends FormProps<Values> {
|
|
89
89
|
formId?: string;
|
90
90
|
required?: boolean | boolean[];
|
91
91
|
/** 表单比对配置 */
|
92
|
-
diffConfig?:
|
92
|
+
diffConfig?: DiffConfigType;
|
93
93
|
scrollToError?: boolean;
|
94
94
|
/** 性能模式,谨慎使用,默认不开启
|
95
95
|
* 1. 开启不过滤names的中间态值
|
@@ -98,9 +98,18 @@ export interface ProFormProps<Values = any> extends FormProps<Values> {
|
|
98
98
|
/** 全局脱敏开关的key、默认 zat-design-pro-component-desensitization */
|
99
99
|
desensitizationKey?: string;
|
100
100
|
}
|
101
|
-
export interface
|
101
|
+
export interface TransformType<T = any> {
|
102
102
|
normalize?: (value: StoreValue, prevValue: StoreValue, allValues: Store) => StoreValue;
|
103
103
|
getValueProps?: (value: StoreValue) => Record<string, unknown>;
|
104
104
|
shouldUpdate?: ShouldUpdate<T>;
|
105
105
|
}
|
106
106
|
export type DistributiveOmit<T, K extends keyof any> = T extends any ? Omit<T, K> : never;
|
107
|
+
/**
|
108
|
+
* 兼容旧命名导出
|
109
|
+
*/
|
110
|
+
export type FooterButtonProps = FooterButtonType;
|
111
|
+
export type ProFormOtherProps = ProFormOtherType;
|
112
|
+
export type DiffConfigProps = DiffConfigType;
|
113
|
+
export type Transform = TransformType;
|
114
|
+
export type { ProFormColumnType } from './components/render/propsType';
|
115
|
+
export type { ProColumnProps } from './components/render/propsType';
|
package/lib/ProForm/propsType.js
CHANGED
@@ -3,20 +3,5 @@
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
4
4
|
value: true
|
5
5
|
});
|
6
|
-
var _exportNames = {
|
7
|
-
otherKeys: true
|
8
|
-
};
|
9
6
|
exports.otherKeys = void 0;
|
10
|
-
var _propsType = require("./components/render/propsType");
|
11
|
-
Object.keys(_propsType).forEach(function (key) {
|
12
|
-
if (key === "default" || key === "__esModule") return;
|
13
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
14
|
-
if (key in exports && exports[key] === _propsType[key]) return;
|
15
|
-
Object.defineProperty(exports, key, {
|
16
|
-
enumerable: true,
|
17
|
-
get: function get() {
|
18
|
-
return _propsType[key];
|
19
|
-
}
|
20
|
-
});
|
21
|
-
});
|
22
7
|
var otherKeys = exports.otherKeys = ['isView', 'viewEmpty', 'label', 'valueType', 'viewType', 'name', 'names', 'form', 'type', 'hiddenNames'];
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { FormInstance, FormItemProps } from 'antd';
|
2
2
|
import { NamePath } from 'antd/es/form/interface';
|
3
3
|
import { StoreValue, Store } from 'rc-field-form/es/interface.d';
|
4
|
-
import {
|
5
|
-
export declare const transformValue: (names: NamePath[], form: FormInstance, fieldName: NamePath, normalize?: (value: StoreValue, prevValue: StoreValue, allValues: Store) => StoreValue, getValueProps?: FormItemProps['getValueProps']) =>
|
4
|
+
import type { TransformType } from '../propsType';
|
5
|
+
export declare const transformValue: (names: NamePath[], form: FormInstance, fieldName: NamePath, normalize?: (value: StoreValue, prevValue: StoreValue, allValues: Store) => StoreValue, getValueProps?: FormItemProps['getValueProps']) => TransformType;
|
6
6
|
export default transformValue;
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
import {
|
3
|
-
export declare const FieldProvider: React.Provider<
|
4
|
-
export declare const useFieldProps: () =>
|
2
|
+
import type { ProFormOtherType } from '../propsType';
|
3
|
+
export declare const FieldProvider: React.Provider<ProFormOtherType>;
|
4
|
+
export declare const useFieldProps: () => ProFormOtherType;
|
@@ -12,5 +12,6 @@ export interface FormInstanceOption {
|
|
12
12
|
scrollToError?: boolean;
|
13
13
|
optimize?: boolean;
|
14
14
|
formKey?: string;
|
15
|
+
source?: string;
|
15
16
|
}
|
16
|
-
export declare const useForm: <T>(originForm?:
|
17
|
+
export declare const useForm: <T>(originForm?: ModifiedFormInstance<T> | FormInstanceOption, options?: FormInstanceOption) => [ModifiedFormInstance<T>];
|
@@ -26,7 +26,8 @@ var useForm = exports.useForm = function useForm(originForm, options) {
|
|
26
26
|
_ref$scrollToError = _ref.scrollToError,
|
27
27
|
scrollToError = _ref$scrollToError === void 0 ? true : _ref$scrollToError,
|
28
28
|
optimize = _ref.optimize,
|
29
|
-
formKey = _ref.formKey
|
29
|
+
formKey = _ref.formKey,
|
30
|
+
source = _ref.source;
|
30
31
|
// formKey全局共享逻辑
|
31
32
|
var forms = (0, _react.useContext)(_FormsProvider.FormsContext);
|
32
33
|
var _Form$useForm = _antd.Form.useForm(forms[formKey] || _originForm),
|
@@ -120,7 +121,7 @@ var useForm = exports.useForm = function useForm(originForm, options) {
|
|
120
121
|
case 18:
|
121
122
|
_context.prev = 18;
|
122
123
|
_context.t0 = _context["catch"](0);
|
123
|
-
if (scrollToError && (_context.t0 === null || _context.t0 === void 0 ? void 0 : (_error$errorFields = _context.t0.errorFields) === null || _error$errorFields === void 0 ? void 0 : _error$errorFields.length)) {
|
124
|
+
if (scrollToError && (_context.t0 === null || _context.t0 === void 0 ? void 0 : (_error$errorFields = _context.t0.errorFields) === null || _error$errorFields === void 0 ? void 0 : _error$errorFields.length) && source === 'ProForm') {
|
124
125
|
form.scrollToField((_error$errorFields$ = _context.t0.errorFields[0]) === null || _error$errorFields$ === void 0 ? void 0 : _error$errorFields$.name, {
|
125
126
|
block: 'center',
|
126
127
|
behavior: 'smooth'
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { FormInstance, FormItemProps } from 'antd';
|
2
|
-
import {
|
2
|
+
import type { ProFormColumnType, ProRule } from '../components/render/propsType';
|
3
3
|
interface Result<Values> {
|
4
4
|
shouldUpdate?: FormItemProps<Values>['shouldUpdate'];
|
5
5
|
show?: boolean;
|
@@ -9,8 +9,8 @@ interface Result<Values> {
|
|
9
9
|
[key: string]: any;
|
10
10
|
}
|
11
11
|
interface UseShouldUpdateProps<Values> {
|
12
|
-
show?:
|
13
|
-
formItemProps?:
|
12
|
+
show?: ProFormColumnType['show'];
|
13
|
+
formItemProps?: ProFormColumnType['formItemProps'] & {
|
14
14
|
clearNotShow?: boolean;
|
15
15
|
names?: any[];
|
16
16
|
};
|
package/lib/ProIcon/index.d.ts
CHANGED
@@ -1,105 +1,176 @@
|
|
1
|
-
import
|
1
|
+
import { CSSProperties, ReactNode, MouseEventHandler } from 'react';
|
2
2
|
import { ButtonProps } from 'antd/lib/button';
|
3
|
-
|
4
|
-
|
3
|
+
/**
|
4
|
+
* 图标模式
|
5
|
+
* @description 定义图标的显示模式:纯图标或按钮形式
|
6
|
+
*/
|
7
|
+
export type ProIconModeType = 'icon' | 'button';
|
8
|
+
/**
|
9
|
+
* 图标映射对象
|
10
|
+
*/
|
11
|
+
interface ProIconMapType {
|
12
|
+
/**
|
13
|
+
* 图标类型
|
14
|
+
* @description 唯一标识图标的类型名称
|
15
|
+
* @default undefined
|
16
|
+
*/
|
5
17
|
type: string;
|
18
|
+
/**
|
19
|
+
* 中文显示文本
|
20
|
+
* @description 图标对应的中文描述
|
21
|
+
* @default undefined
|
22
|
+
*/
|
6
23
|
'text-cn'?: string;
|
24
|
+
/**
|
25
|
+
* 英文显示文本
|
26
|
+
* @description 图标对应的英文描述
|
27
|
+
* @default undefined
|
28
|
+
*/
|
7
29
|
'text-en'?: string;
|
8
30
|
}
|
9
|
-
|
31
|
+
/**
|
32
|
+
* 主题映射对象
|
33
|
+
*/
|
34
|
+
interface ProIconThemeMapType {
|
35
|
+
/**
|
36
|
+
* 主题颜色映射
|
37
|
+
* @description 不同主题下的颜色值数组
|
38
|
+
* @default undefined
|
39
|
+
*/
|
10
40
|
[key: string]: string[];
|
11
41
|
}
|
12
|
-
|
13
|
-
|
14
|
-
|
42
|
+
/**
|
43
|
+
* 操作映射对象
|
44
|
+
*/
|
45
|
+
interface ProIconActionMapType {
|
46
|
+
/**
|
47
|
+
* 主题颜色映射
|
48
|
+
* @description 不同主题下的颜色映射
|
49
|
+
* @default undefined
|
50
|
+
*/
|
51
|
+
themeMap?: ProIconThemeMapType;
|
52
|
+
/**
|
53
|
+
* 主题填充颜色映射
|
54
|
+
* @description 不同主题下的填充颜色映射
|
55
|
+
* @default undefined
|
56
|
+
*/
|
57
|
+
themeFillMap?: ProIconThemeMapType;
|
58
|
+
/**
|
59
|
+
* 渐变色值
|
60
|
+
* @description 渐变色值数组
|
61
|
+
* @default undefined
|
62
|
+
*/
|
15
63
|
gradation?: string[];
|
64
|
+
/**
|
65
|
+
* 填充色值
|
66
|
+
* @description 填充色值数组
|
67
|
+
* @default undefined
|
68
|
+
*/
|
16
69
|
fill?: string[];
|
17
70
|
}
|
18
|
-
export interface
|
71
|
+
export interface ProIconType {
|
19
72
|
/**
|
20
|
-
*
|
21
|
-
* @
|
73
|
+
* 图标路径
|
74
|
+
* @description 本地import引入的图标路径
|
75
|
+
* @default ""
|
22
76
|
*/
|
23
77
|
src?: string;
|
24
78
|
/**
|
25
|
-
*
|
26
|
-
* @
|
79
|
+
* 图标名称
|
80
|
+
* @description 图标的类型名称,用于识别特定图标
|
81
|
+
* @default undefined
|
27
82
|
*/
|
28
83
|
type?: string;
|
29
84
|
/**
|
30
|
-
*
|
31
|
-
* @
|
85
|
+
* 图标大小
|
86
|
+
* @description 图标的大小,同时设置图标的width以及height
|
87
|
+
* @default 14
|
32
88
|
*/
|
33
89
|
size?: number;
|
34
90
|
/**
|
35
|
-
*
|
36
|
-
*
|
37
|
-
* @default
|
91
|
+
* 旋转角度
|
92
|
+
* @description 图标旋转角度(IE9 无效)
|
93
|
+
* @default undefined
|
38
94
|
*/
|
39
95
|
rotate?: number;
|
40
96
|
/**
|
41
|
-
*
|
42
|
-
*
|
43
|
-
* @default
|
97
|
+
* 是否旋转
|
98
|
+
* @description 图标是否旋转loading效果
|
99
|
+
* @default false
|
44
100
|
*/
|
45
101
|
spin?: boolean;
|
46
102
|
/**
|
47
|
-
*
|
48
|
-
*
|
49
|
-
* @default
|
103
|
+
* 图标颜色
|
104
|
+
* @description 图标的颜色,设置svg的fill属性
|
105
|
+
* @default undefined
|
50
106
|
*/
|
51
107
|
color?: string;
|
52
108
|
/**
|
53
|
-
*
|
54
|
-
* @
|
109
|
+
* 是否禁用
|
110
|
+
* @description 设置图标为禁用状态
|
111
|
+
* @default false
|
55
112
|
*/
|
56
113
|
disabled?: boolean;
|
57
114
|
/**
|
58
|
-
*
|
59
|
-
* @
|
115
|
+
* 提示信息
|
116
|
+
* @description 鼠标悬停时显示的提示信息
|
117
|
+
* @default undefined
|
60
118
|
*/
|
61
|
-
tooltip?: string |
|
119
|
+
tooltip?: string | ReactNode;
|
62
120
|
/**
|
63
|
-
*
|
64
|
-
* @
|
121
|
+
* 是否跟随主题
|
122
|
+
* @description 是否跟随系统主题色变化
|
123
|
+
* @default false
|
65
124
|
*/
|
66
125
|
theme?: boolean;
|
67
126
|
/**
|
68
|
-
*
|
69
|
-
* @
|
127
|
+
* 点击事件
|
128
|
+
* @description 图标的点击事件处理函数
|
129
|
+
* @default () => {}
|
70
130
|
*/
|
71
|
-
onClick?:
|
131
|
+
onClick?: MouseEventHandler<SVGSVGElement>;
|
72
132
|
/**
|
73
|
-
*
|
74
|
-
* @
|
133
|
+
* 自定义类名
|
134
|
+
* @description 自定义图标的CSS类名
|
135
|
+
* @default undefined
|
75
136
|
*/
|
76
137
|
className?: string;
|
77
138
|
/**
|
78
|
-
*
|
79
|
-
* @
|
139
|
+
* 自定义样式
|
140
|
+
* @description 计算后的svg元素样式,优先级高于size/color/rotate属性
|
141
|
+
* @default undefined
|
80
142
|
*/
|
81
143
|
style?: CSSProperties;
|
82
144
|
/**
|
83
|
-
*
|
84
|
-
* @
|
145
|
+
* 显示模式
|
146
|
+
* @description 图标的显示模式:图标或按钮
|
147
|
+
* @default 'icon'
|
85
148
|
*/
|
86
|
-
mode?:
|
149
|
+
mode?: ProIconModeType;
|
87
150
|
/**
|
88
|
-
*
|
89
|
-
* @
|
151
|
+
* 按钮属性
|
152
|
+
* @description mode为button时的按钮属性,与antd Button接收props一致
|
153
|
+
* @default { type: 'link' }
|
90
154
|
*/
|
91
155
|
buttonProps?: ButtonProps;
|
92
156
|
/**
|
93
|
-
*
|
94
|
-
* @
|
157
|
+
* 图标映射表
|
158
|
+
* @description 图标与中英文文本的映射表
|
159
|
+
* @default 项目内默认映射
|
160
|
+
*/
|
161
|
+
mapList?: ProIconMapType[];
|
162
|
+
/**
|
163
|
+
* SVG操作表
|
164
|
+
* @description SVG变更操作表,用于主题配置
|
165
|
+
* @default undefined
|
95
166
|
*/
|
96
|
-
|
167
|
+
actionMap?: ProIconActionMapType;
|
97
168
|
/**
|
98
|
-
*
|
99
|
-
* @
|
169
|
+
* 按钮图标标记
|
170
|
+
* @description 内部使用,标记图标作为按钮使用
|
171
|
+
* @default undefined
|
100
172
|
*/
|
101
|
-
actionMap?: actionMap;
|
102
|
-
/** 内部使用 */
|
103
173
|
buttonIcon?: boolean;
|
104
174
|
}
|
175
|
+
export type ProIconProps = ProIconType;
|
105
176
|
export {};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React, { CSSProperties } from 'react';
|
2
2
|
import { CollapseProps, CollapsePanelProps } from 'antd/es/collapse';
|
3
3
|
export type levelType = '1' | '2';
|
4
|
-
export interface
|
4
|
+
export interface TitleListType {
|
5
5
|
/**
|
6
6
|
* @description 描述的标题
|
7
7
|
* @default -
|
@@ -13,7 +13,7 @@ export interface TitleListProps {
|
|
13
13
|
*/
|
14
14
|
value: string | number | undefined | React.ReactNode;
|
15
15
|
}
|
16
|
-
export interface
|
16
|
+
export interface ProCollapseType {
|
17
17
|
/**
|
18
18
|
* @description 折叠头部标题
|
19
19
|
* @default -
|
@@ -75,6 +75,11 @@ export interface ProCollapseProps {
|
|
75
75
|
*/
|
76
76
|
folding?: boolean;
|
77
77
|
/**
|
78
|
+
* @description 控制折叠面板展开状态
|
79
|
+
* @default -
|
80
|
+
*/
|
81
|
+
open?: boolean;
|
82
|
+
/**
|
78
83
|
* @description antd Collapse属性
|
79
84
|
* @default -
|
80
85
|
*/
|
@@ -86,3 +91,5 @@ export interface ProCollapseProps {
|
|
86
91
|
collapsePanelProps?: CollapsePanelProps;
|
87
92
|
[key: string]: any;
|
88
93
|
}
|
94
|
+
export type ProCollapseProps = ProCollapseType;
|
95
|
+
export type TitleListProps = TitleListType;
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import {
|
2
|
-
declare const ProCollapse: (props:
|
1
|
+
import type { ProCollapseType } from './PropTypes';
|
2
|
+
declare const ProCollapse: (props: ProCollapseType) => import("react/jsx-runtime").JSX.Element;
|
3
3
|
export default ProCollapse;
|
@@ -5,8 +5,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
6
6
|
});
|
7
7
|
exports.default = void 0;
|
8
|
-
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
|
9
8
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
9
|
+
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
|
10
10
|
var _jsxRuntime = require("react/jsx-runtime");
|
11
11
|
var _react = require("react");
|
12
12
|
var _antd = require("antd");
|
@@ -33,13 +33,21 @@ var ProCollapse = function ProCollapse(props) {
|
|
33
33
|
style = props.style,
|
34
34
|
_props$folding = props.folding,
|
35
35
|
folding = _props$folding === void 0 ? false : _props$folding,
|
36
|
-
collapseProps = props.collapseProps,
|
36
|
+
_props$collapseProps = props.collapseProps,
|
37
|
+
collapseProps = _props$collapseProps === void 0 ? {} : _props$collapseProps,
|
37
38
|
collapsePanelProps = props.collapsePanelProps,
|
38
39
|
className = props.className,
|
39
40
|
icon = props.icon,
|
40
41
|
_props$autoHeight = props.autoHeight,
|
41
42
|
autoHeight = _props$autoHeight === void 0 ? true : _props$autoHeight,
|
42
|
-
onChange = props.onChange
|
43
|
+
onChange = props.onChange,
|
44
|
+
open = props.open;
|
45
|
+
// 当同时设置了open和collapseProps.activeKey时,以collapseProps.activeKey为准
|
46
|
+
// 这样保证了与已有代码的兼容性,并提供了更简便的控制面板展开状态的方式
|
47
|
+
var finalCollapseProps = (0, _objectSpread2.default)({}, collapseProps);
|
48
|
+
if (open !== undefined && !('activeKey' in finalCollapseProps)) {
|
49
|
+
finalCollapseProps.activeKey = open ? ['1'] : [];
|
50
|
+
}
|
43
51
|
var cls = (0, _classnames.default)((0, _defineProperty2.default)({
|
44
52
|
'pro-collapse': true,
|
45
53
|
'pro-collapse-level2': level === '2',
|
@@ -159,7 +167,7 @@ var ProCollapse = function ProCollapse(props) {
|
|
159
167
|
expandIconPosition: "end",
|
160
168
|
defaultActiveKey: folding ? [] : ['1'],
|
161
169
|
onChange: onChange
|
162
|
-
},
|
170
|
+
}, finalCollapseProps), {}, {
|
163
171
|
children: renderPanel()
|
164
172
|
}))
|
165
173
|
});
|
@@ -2,10 +2,27 @@ export interface stateProps {
|
|
2
2
|
width?: number;
|
3
3
|
[key: string]: any;
|
4
4
|
}
|
5
|
-
export interface
|
5
|
+
export interface ProFooterType {
|
6
|
+
/**
|
7
|
+
* @description 是否显示
|
8
|
+
* @default true
|
9
|
+
*/
|
6
10
|
visible?: boolean;
|
11
|
+
/**
|
12
|
+
* @description 层级
|
13
|
+
* @default 99
|
14
|
+
*/
|
7
15
|
zIndex?: number;
|
16
|
+
/**
|
17
|
+
* @description 侧边栏选择器
|
18
|
+
* @default '.pro-layout-sider-nav'
|
19
|
+
*/
|
8
20
|
sideDom?: string;
|
21
|
+
/**
|
22
|
+
* @description 内容选择器
|
23
|
+
* @default '.pro-layout-content'
|
24
|
+
*/
|
9
25
|
contentDom?: string;
|
10
26
|
[key: string]: any;
|
11
27
|
}
|
28
|
+
export type ProFooterProps = ProFooterType;
|
@@ -1,4 +1,4 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import {
|
3
|
-
declare const _default: import("react").MemoExoticComponent<(props:
|
2
|
+
import type { ProFooterType } from './PropTypes';
|
3
|
+
declare const _default: import("react").MemoExoticComponent<(props: ProFooterType) => import("react/jsx-runtime").JSX.Element>;
|
4
4
|
export default _default;
|