@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
package/dist/index.esm.css
CHANGED
@@ -1829,6 +1829,10 @@
|
|
1829
1829
|
.ant-tabs-dropdown-menu .pro-tabs-card .pro-tabs-card-right img {
|
1830
1830
|
width: 48px;
|
1831
1831
|
}
|
1832
|
+
.pro-table .pro-tooltip .singleLine {
|
1833
|
+
-webkit-transition: none;
|
1834
|
+
transition: none;
|
1835
|
+
}
|
1832
1836
|
.pro-table.pro-table-draggable-only .ant-table-tbody .anticon {
|
1833
1837
|
margin-right: 0;
|
1834
1838
|
}
|
@@ -4592,6 +4596,10 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4592
4596
|
display: -webkit-flex;
|
4593
4597
|
display: -ms-flexbox;
|
4594
4598
|
display: flex;
|
4599
|
+
-webkit-box-pack: end;
|
4600
|
+
-webkit-justify-content: flex-end;
|
4601
|
+
-ms-flex-pack: end;
|
4602
|
+
justify-content: flex-end;
|
4595
4603
|
}
|
4596
4604
|
.pro-edit-table .drag-wrapper .anticon {
|
4597
4605
|
margin-right: var(--zaui-space-size-md, 16px);
|
@@ -4824,8 +4832,8 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4824
4832
|
display: block;
|
4825
4833
|
}
|
4826
4834
|
.pro-edit-label .pro-form-view-container {
|
4827
|
-
word-break: break-all;
|
4828
4835
|
display: inline-block;
|
4836
|
+
word-break: break-all;
|
4829
4837
|
}
|
4830
4838
|
.pro-edit-label.trigger-hover .anticon-edit {
|
4831
4839
|
display: none;
|
@@ -4834,15 +4842,15 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4834
4842
|
display: block;
|
4835
4843
|
}
|
4836
4844
|
.pro-edit-label .anticon-edit {
|
4837
|
-
color: #D8D8D8;
|
4838
|
-
cursor: pointer;
|
4839
4845
|
padding: var(--zaui-space-size-xs, 4px);
|
4846
|
+
color: #d8d8d8;
|
4847
|
+
cursor: pointer;
|
4840
4848
|
}
|
4841
4849
|
.pro-edit-label .anticon-edit:hover {
|
4842
|
-
color: var(--zaui-brand, #
|
4850
|
+
color: var(--zaui-brand, #006aff);
|
4843
4851
|
}
|
4844
4852
|
.pro-edit-label .anticon-edit:active {
|
4845
|
-
background: #
|
4853
|
+
background: #e3e8f0;
|
4846
4854
|
border-radius: var(--zaui-border-radius-card, 4px);
|
4847
4855
|
}
|
4848
4856
|
.pro-edit-label.pro-edit-label-small {
|
@@ -4855,8 +4863,8 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4855
4863
|
height: 40px;
|
4856
4864
|
}
|
4857
4865
|
.ant-popover .ant-btn-sm {
|
4858
|
-
font-size: var(--zaui-font-size-sm, 12px);
|
4859
4866
|
min-width: 56px;
|
4867
|
+
font-size: var(--zaui-font-size-sm, 12px);
|
4860
4868
|
line-height: 1;
|
4861
4869
|
}
|
4862
4870
|
.ant-popover .ant-btn-sm span {
|
@@ -4865,6 +4873,9 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4865
4873
|
.pro-edit-label-popconfirm {
|
4866
4874
|
z-index: 1001 !important;
|
4867
4875
|
}
|
4876
|
+
.pro-edit-label-popconfirm .ant-popover-inner-content {
|
4877
|
+
width: 100%;
|
4878
|
+
}
|
4868
4879
|
.pro-edit-label-popconfirm .ant-popover-message {
|
4869
4880
|
display: block;
|
4870
4881
|
}
|
@@ -4876,20 +4887,20 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4876
4887
|
max-width: 400px;
|
4877
4888
|
}
|
4878
4889
|
.pro-edit-label-popconfirm .pro-edit-label-title {
|
4879
|
-
font-size: var(--zaui-font-size-lg, 16px);
|
4880
|
-
font-weight: 500;
|
4881
|
-
color: var(--zaui-text, #343434);
|
4882
4890
|
margin-bottom: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
|
4891
|
+
color: var(--zaui-text, #343434);
|
4892
|
+
font-weight: 500;
|
4893
|
+
font-size: var(--zaui-font-size-lg, 16px);
|
4883
4894
|
}
|
4884
4895
|
.pro-edit-label-popconfirm .pro-edit-label-tip {
|
4885
4896
|
margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
|
4886
4897
|
color: #666;
|
4887
4898
|
}
|
4888
4899
|
.pro-edit-label-popconfirm .pro-edit-label-tip .anticon-info-circle {
|
4889
|
-
font-size: var(--zaui-font-size-lg, 16px);
|
4890
|
-
margin-right: var(--zaui-space-size-sm, 8px);
|
4891
|
-
color: var(--zaui-warning, #EC9131);
|
4892
4900
|
margin-top: var(--zaui-space-size-xs, 4px);
|
4901
|
+
margin-right: var(--zaui-space-size-sm, 8px);
|
4902
|
+
color: var(--zaui-warning, #ec9131);
|
4903
|
+
font-size: var(--zaui-font-size-lg, 16px);
|
4893
4904
|
}
|
4894
4905
|
.pro-edit-label-popconfirm .pro-edit-label-popup {
|
4895
4906
|
min-width: 300px;
|
@@ -4905,12 +4916,12 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4905
4916
|
-webkit-flex: 0 0 var(--zaui-form-label-width, 130px);
|
4906
4917
|
-ms-flex: 0 0 var(--zaui-form-label-width, 130px);
|
4907
4918
|
flex: 0 0 var(--zaui-form-label-width, 130px);
|
4908
|
-
white-space: pre-wrap;
|
4909
|
-
line-height: 1;
|
4910
|
-
overflow: initial;
|
4911
4919
|
-webkit-box-sizing: border-box;
|
4912
4920
|
box-sizing: border-box;
|
4913
4921
|
padding-right: var(--zaui-space-size-md, 16px);
|
4922
|
+
overflow: initial;
|
4923
|
+
line-height: 1;
|
4924
|
+
white-space: pre-wrap;
|
4914
4925
|
}
|
4915
4926
|
.pro-edit-label-popconfirm .ant-select {
|
4916
4927
|
width: 100%;
|
package/dist/less.esm.css
CHANGED
@@ -1829,6 +1829,10 @@
|
|
1829
1829
|
.ant-tabs-dropdown-menu .pro-tabs-card .pro-tabs-card-right img {
|
1830
1830
|
width: 48px;
|
1831
1831
|
}
|
1832
|
+
.pro-table .pro-tooltip .singleLine {
|
1833
|
+
-webkit-transition: none;
|
1834
|
+
transition: none;
|
1835
|
+
}
|
1832
1836
|
.pro-table.pro-table-draggable-only .ant-table-tbody .anticon {
|
1833
1837
|
margin-right: 0;
|
1834
1838
|
}
|
@@ -4592,6 +4596,10 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4592
4596
|
display: -webkit-flex;
|
4593
4597
|
display: -ms-flexbox;
|
4594
4598
|
display: flex;
|
4599
|
+
-webkit-box-pack: end;
|
4600
|
+
-webkit-justify-content: flex-end;
|
4601
|
+
-ms-flex-pack: end;
|
4602
|
+
justify-content: flex-end;
|
4595
4603
|
}
|
4596
4604
|
.pro-edit-table .drag-wrapper .anticon {
|
4597
4605
|
margin-right: var(--zaui-space-size-md, 16px);
|
@@ -4824,8 +4832,8 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4824
4832
|
display: block;
|
4825
4833
|
}
|
4826
4834
|
.pro-edit-label .pro-form-view-container {
|
4827
|
-
word-break: break-all;
|
4828
4835
|
display: inline-block;
|
4836
|
+
word-break: break-all;
|
4829
4837
|
}
|
4830
4838
|
.pro-edit-label.trigger-hover .anticon-edit {
|
4831
4839
|
display: none;
|
@@ -4834,15 +4842,15 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4834
4842
|
display: block;
|
4835
4843
|
}
|
4836
4844
|
.pro-edit-label .anticon-edit {
|
4837
|
-
color: #D8D8D8;
|
4838
|
-
cursor: pointer;
|
4839
4845
|
padding: var(--zaui-space-size-xs, 4px);
|
4846
|
+
color: #d8d8d8;
|
4847
|
+
cursor: pointer;
|
4840
4848
|
}
|
4841
4849
|
.pro-edit-label .anticon-edit:hover {
|
4842
|
-
color: var(--zaui-brand, #
|
4850
|
+
color: var(--zaui-brand, #006aff);
|
4843
4851
|
}
|
4844
4852
|
.pro-edit-label .anticon-edit:active {
|
4845
|
-
background: #
|
4853
|
+
background: #e3e8f0;
|
4846
4854
|
border-radius: var(--zaui-border-radius-card, 4px);
|
4847
4855
|
}
|
4848
4856
|
.pro-edit-label.pro-edit-label-small {
|
@@ -4855,8 +4863,8 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4855
4863
|
height: 40px;
|
4856
4864
|
}
|
4857
4865
|
.ant-popover .ant-btn-sm {
|
4858
|
-
font-size: var(--zaui-font-size-sm, 12px);
|
4859
4866
|
min-width: 56px;
|
4867
|
+
font-size: var(--zaui-font-size-sm, 12px);
|
4860
4868
|
line-height: 1;
|
4861
4869
|
}
|
4862
4870
|
.ant-popover .ant-btn-sm span {
|
@@ -4865,6 +4873,9 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4865
4873
|
.pro-edit-label-popconfirm {
|
4866
4874
|
z-index: 1001 !important;
|
4867
4875
|
}
|
4876
|
+
.pro-edit-label-popconfirm .ant-popover-inner-content {
|
4877
|
+
width: 100%;
|
4878
|
+
}
|
4868
4879
|
.pro-edit-label-popconfirm .ant-popover-message {
|
4869
4880
|
display: block;
|
4870
4881
|
}
|
@@ -4876,20 +4887,20 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4876
4887
|
max-width: 400px;
|
4877
4888
|
}
|
4878
4889
|
.pro-edit-label-popconfirm .pro-edit-label-title {
|
4879
|
-
font-size: var(--zaui-font-size-lg, 16px);
|
4880
|
-
font-weight: 500;
|
4881
|
-
color: var(--zaui-text, #343434);
|
4882
4890
|
margin-bottom: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
|
4891
|
+
color: var(--zaui-text, #343434);
|
4892
|
+
font-weight: 500;
|
4893
|
+
font-size: var(--zaui-font-size-lg, 16px);
|
4883
4894
|
}
|
4884
4895
|
.pro-edit-label-popconfirm .pro-edit-label-tip {
|
4885
4896
|
margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
|
4886
4897
|
color: #666;
|
4887
4898
|
}
|
4888
4899
|
.pro-edit-label-popconfirm .pro-edit-label-tip .anticon-info-circle {
|
4889
|
-
font-size: var(--zaui-font-size-lg, 16px);
|
4890
|
-
margin-right: var(--zaui-space-size-sm, 8px);
|
4891
|
-
color: var(--zaui-warning, #EC9131);
|
4892
4900
|
margin-top: var(--zaui-space-size-xs, 4px);
|
4901
|
+
margin-right: var(--zaui-space-size-sm, 8px);
|
4902
|
+
color: var(--zaui-warning, #ec9131);
|
4903
|
+
font-size: var(--zaui-font-size-lg, 16px);
|
4893
4904
|
}
|
4894
4905
|
.pro-edit-label-popconfirm .pro-edit-label-popup {
|
4895
4906
|
min-width: 300px;
|
@@ -4905,12 +4916,12 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4905
4916
|
-webkit-flex: 0 0 var(--zaui-form-label-width, 130px);
|
4906
4917
|
-ms-flex: 0 0 var(--zaui-form-label-width, 130px);
|
4907
4918
|
flex: 0 0 var(--zaui-form-label-width, 130px);
|
4908
|
-
white-space: pre-wrap;
|
4909
|
-
line-height: 1;
|
4910
|
-
overflow: initial;
|
4911
4919
|
-webkit-box-sizing: border-box;
|
4912
4920
|
box-sizing: border-box;
|
4913
4921
|
padding-right: var(--zaui-space-size-md, 16px);
|
4922
|
+
overflow: initial;
|
4923
|
+
line-height: 1;
|
4924
|
+
white-space: pre-wrap;
|
4914
4925
|
}
|
4915
4926
|
.pro-edit-label-popconfirm .ant-select {
|
4916
4927
|
width: 100%;
|
package/es/ProAction/index.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import React, { PropsWithChildren } from 'react';
|
2
|
-
import {
|
2
|
+
import type { ProActionType } from './propsType';
|
3
3
|
import './index.less';
|
4
4
|
declare const ProAction: React.FC<PropsWithChildren<{
|
5
|
-
config?:
|
5
|
+
config?: ProActionType[];
|
6
6
|
}>>;
|
7
7
|
export default ProAction;
|
@@ -1,27 +1,31 @@
|
|
1
1
|
import { ReactNode } from 'react';
|
2
2
|
import { Service, Options } from 'ahooks/lib/useRequest/src/types';
|
3
|
-
export interface
|
3
|
+
export interface ProActionType {
|
4
4
|
/**
|
5
|
-
* check
|
6
|
-
*
|
5
|
+
* @description 模式类型:check执行校验并解析错误信息展示,confirm确认提示
|
6
|
+
* @default -
|
7
7
|
*/
|
8
8
|
mode?: 'check' | 'confirm';
|
9
9
|
/**
|
10
|
-
* 标题
|
10
|
+
* @description 标题
|
11
|
+
* @default -
|
11
12
|
*/
|
12
13
|
title?: string | ReactNode;
|
13
14
|
/**
|
14
|
-
*
|
15
|
+
* @description 操作回调函数
|
15
16
|
* @param previouData 接上一个 useRequest 返回的值
|
16
17
|
* @param args 接所有链式 useRequest 返回的值
|
17
|
-
* @
|
18
|
+
* @param index 当前操作的索引
|
19
|
+
* @returns void或Promise<void>
|
20
|
+
* @default -
|
18
21
|
*/
|
19
22
|
onAction?: (previouData?: any, args?: any[], index?: number) => void | Promise<void>;
|
20
23
|
/**
|
21
|
-
* 自定义请求
|
24
|
+
* @description 自定义请求
|
22
25
|
* @param previouData 接上一个 useRequest 返回的值
|
23
26
|
* @param args 接所有链式 useRequest 返回的值
|
24
|
-
* @returns
|
27
|
+
* @returns 包含service、options和transformResponse的对象
|
28
|
+
* @default -
|
25
29
|
*/
|
26
30
|
useRequest?: (previouData: any, args: any) => {
|
27
31
|
service?: Service<any, any>;
|
@@ -29,10 +33,12 @@ export interface ActionProps {
|
|
29
33
|
transformResponse?: (data: any) => any;
|
30
34
|
};
|
31
35
|
/**
|
32
|
-
* 是否中断链式操作
|
36
|
+
* @description 是否中断链式操作
|
33
37
|
* @param previouData 上一个操作的返回数据
|
34
38
|
* @param args 所有链式的数据合集
|
35
|
-
* @returns
|
39
|
+
* @returns 布尔值,返回true继续执行,返回false中断操作
|
40
|
+
* @default -
|
36
41
|
*/
|
37
42
|
continue?: (previouData: any, args: any[]) => boolean;
|
38
43
|
}
|
44
|
+
export type ProActionProps = ProActionType;
|
@@ -1,15 +1,15 @@
|
|
1
1
|
import React, { FC } from 'react';
|
2
2
|
import { FormInstance } from 'antd';
|
3
|
-
import {
|
4
|
-
import {
|
5
|
-
import {
|
6
|
-
import { ProEnumConfig } from '../ProEnum/propsType';
|
3
|
+
import type { PropSelectType } from '../ProSelect/propsType';
|
4
|
+
import type { ProModalSelectType } from '../ProForm/components/combination/ProModalSelect/propsType';
|
5
|
+
import type { ProCascaderType } from '../ProForm/components/combination/ProCascader/propsType';
|
6
|
+
import type { ProEnumConfig } from '../ProEnum/propsType';
|
7
7
|
export interface ProConfigState {
|
8
8
|
locale?: string;
|
9
9
|
ProEnum?: Partial<ProEnumConfig>;
|
10
|
-
ProSelect?: Partial<
|
11
|
-
ProModalSelect?: Partial<
|
12
|
-
ProAddressBar?: Partial<
|
10
|
+
ProSelect?: Partial<PropSelectType> & Record<string, any>;
|
11
|
+
ProModalSelect?: Partial<ProModalSelectType> & Record<string, any>;
|
12
|
+
ProAddressBar?: Partial<ProCascaderType> & Record<string, any>;
|
13
13
|
forms: Record<string, FormInstance | undefined>;
|
14
14
|
[key: string]: any;
|
15
15
|
}
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import {
|
1
|
+
import type { ProDownloadType } from './propsType';
|
2
2
|
declare const ProDownload: {
|
3
|
-
(props:
|
3
|
+
(props: ProDownloadType): import("react/jsx-runtime").JSX.Element;
|
4
4
|
downLoadRequest: import("./utils").DownloadRequestProps;
|
5
5
|
};
|
6
6
|
export default ProDownload;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { ReactNode } from 'react';
|
2
2
|
import type { ButtonProps } from 'antd';
|
3
3
|
import type { DownloadRequestProps, PropsWithMakeFilePropsType } from './utils';
|
4
|
-
export interface
|
4
|
+
export interface ProDownloadType extends ButtonProps {
|
5
5
|
/**
|
6
6
|
* @description 下载资源获取来源:api:通过接口获取,url:通过静态资源链接获取
|
7
7
|
* @default api
|
@@ -69,3 +69,4 @@ export interface IProDownloadProps extends ButtonProps {
|
|
69
69
|
children?: string | ReactNode;
|
70
70
|
[key: string]: any;
|
71
71
|
}
|
72
|
+
export type IProDownloadProps = ProDownloadType;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { FC } from 'react';
|
2
|
-
import {
|
2
|
+
import { ProDrawerFormType } from '../../propsType';
|
3
3
|
/**
|
4
4
|
* 抽屉组件
|
5
5
|
*/
|
6
|
-
declare const ProDrawer: FC<
|
6
|
+
declare const ProDrawer: FC<ProDrawerFormType>;
|
7
7
|
export default ProDrawer;
|
@@ -101,7 +101,7 @@ var ProDrawer = function ProDrawer(_ref) {
|
|
101
101
|
}, _callee);
|
102
102
|
})), [onCancel, modalRef.current, ref.current]);
|
103
103
|
var handleFinish = useCallback(/*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
|
104
|
-
var values
|
104
|
+
var values;
|
105
105
|
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
106
106
|
while (1) switch (_context2.prev = _context2.next) {
|
107
107
|
case 0:
|
@@ -160,7 +160,17 @@ var ProDrawer = function ProDrawer(_ref) {
|
|
160
160
|
case 26:
|
161
161
|
_context2.prev = 26;
|
162
162
|
_context2.t4 = _context2["catch"](0);
|
163
|
-
|
163
|
+
/** 使用setTimeout确保DOM已经更新,错误标记已经渲染 */
|
164
|
+
setTimeout(function () {
|
165
|
+
var _ref$current, _error$errorFields;
|
166
|
+
var errorElement = (_ref$current = ref.current) === null || _ref$current === void 0 ? void 0 : _ref$current.querySelector('[class*="form-item-has-error"]');
|
167
|
+
if (errorElement && (_context2.t4 === null || _context2.t4 === void 0 ? void 0 : (_error$errorFields = _context2.t4.errorFields) === null || _error$errorFields === void 0 ? void 0 : _error$errorFields.length)) {
|
168
|
+
errorElement.scrollIntoView({
|
169
|
+
behavior: 'smooth',
|
170
|
+
block: 'center'
|
171
|
+
});
|
172
|
+
}
|
173
|
+
}, 100);
|
164
174
|
case 29:
|
165
175
|
_context2.prev = 29;
|
166
176
|
toggleLoading(false);
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { FC } from 'react';
|
2
|
-
import {
|
2
|
+
import { ProDrawerFormType } from '../../propsType';
|
3
3
|
/**
|
4
4
|
* 弹窗组件
|
5
5
|
*/
|
6
|
-
declare const ProModal: FC<
|
6
|
+
declare const ProModal: FC<ProDrawerFormType>;
|
7
7
|
export default ProModal;
|
@@ -54,7 +54,7 @@ var ProModal = function ProModal(_ref) {
|
|
54
54
|
'pro-modal-footer-shadow': height >= 450
|
55
55
|
}]);
|
56
56
|
var handleFinish = useCallback(/*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
57
|
-
var values
|
57
|
+
var values;
|
58
58
|
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
59
59
|
while (1) switch (_context.prev = _context.next) {
|
60
60
|
case 0:
|
@@ -113,7 +113,17 @@ var ProModal = function ProModal(_ref) {
|
|
113
113
|
case 26:
|
114
114
|
_context.prev = 26;
|
115
115
|
_context.t4 = _context["catch"](0);
|
116
|
-
|
116
|
+
/** 使用setTimeout确保DOM已经更新,错误标记已经渲染 */
|
117
|
+
setTimeout(function () {
|
118
|
+
var _ref$current2, _error$errorFields;
|
119
|
+
var errorElement = (_ref$current2 = ref.current) === null || _ref$current2 === void 0 ? void 0 : _ref$current2.querySelector('[class*="form-item-has-error"]');
|
120
|
+
if (errorElement && (_context.t4 === null || _context.t4 === void 0 ? void 0 : (_error$errorFields = _context.t4.errorFields) === null || _error$errorFields === void 0 ? void 0 : _error$errorFields.length)) {
|
121
|
+
errorElement.scrollIntoView({
|
122
|
+
behavior: 'smooth',
|
123
|
+
block: 'center'
|
124
|
+
});
|
125
|
+
}
|
126
|
+
}, 100);
|
117
127
|
case 29:
|
118
128
|
_context.prev = 29;
|
119
129
|
toggleLoading(false);
|
@@ -1,5 +1,4 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { FormInstance } from 'antd/es/form/Form';
|
3
|
-
|
4
|
-
declare const ProDrawerForm: React.ForwardRefExoticComponent<ProDrawerFormPropsType & React.RefAttributes<FormInstance<any>>>;
|
3
|
+
declare const ProDrawerForm: React.ForwardRefExoticComponent<import("./propsType").ProDrawerFormPropsType & React.RefAttributes<FormInstance<any>>>;
|
5
4
|
export default ProDrawerForm;
|
@@ -1,17 +1,26 @@
|
|
1
1
|
import React, { ReactNode } from 'react';
|
2
2
|
import type { ModalProps, DrawerProps, FormInstance } from 'antd';
|
3
|
-
import {
|
3
|
+
import type { ProFormType } from '../ProForm/propsType';
|
4
|
+
/**
|
5
|
+
* 抽屉尺寸类型定义
|
6
|
+
*/
|
4
7
|
export type DrawerSizePropsType = 'small' | 'middle' | 'large';
|
8
|
+
export type DrawerSizeType = DrawerSizePropsType;
|
9
|
+
/**
|
10
|
+
* 显示类型定义
|
11
|
+
*/
|
5
12
|
export type ShowTypePropsType = 'Modal' | 'Drawer';
|
6
|
-
export
|
7
|
-
|
8
|
-
|
13
|
+
export type ShowType = ShowTypePropsType;
|
14
|
+
/**
|
15
|
+
* 为了保持向后兼容,保留原有接口名称
|
16
|
+
* @deprecated ProDrawerFormType
|
17
|
+
*/
|
9
18
|
export interface ProDrawerFormPropsType {
|
10
|
-
/** @name 内部form */
|
19
|
+
/** @name 内部form实例 */
|
11
20
|
form?: FormInstance<any>;
|
12
21
|
/** @name 自定义className */
|
13
22
|
className?: string;
|
14
|
-
/** @name
|
23
|
+
/** @name 控制显示隐藏(兼容旧版API) */
|
15
24
|
visible?: ModalProps['open'] | DrawerProps['open'];
|
16
25
|
/** @name 控制显示隐藏 */
|
17
26
|
open: ModalProps['open'] | DrawerProps['open'];
|
@@ -25,30 +34,22 @@ export interface ProDrawerFormPropsType {
|
|
25
34
|
isView?: boolean | undefined;
|
26
35
|
/** @name 宽度 */
|
27
36
|
width?: ModalProps['width'] | DrawerProps['width'];
|
28
|
-
/**
|
29
|
-
* @name 取消按钮文字
|
30
|
-
*/
|
37
|
+
/** @name 取消按钮文字 */
|
31
38
|
cancelText?: ModalProps['cancelText'];
|
32
|
-
/**
|
33
|
-
* @name 确认按钮文字
|
34
|
-
*/
|
39
|
+
/** @name 确认按钮文字 */
|
35
40
|
okText?: ModalProps['okText'];
|
36
|
-
/**
|
37
|
-
* @name 确认按钮loading
|
38
|
-
*/
|
41
|
+
/** @name 确认按钮loading状态 */
|
39
42
|
okLoading?: boolean;
|
40
|
-
/**
|
41
|
-
* @name 确认按钮disabled
|
42
|
-
*/
|
43
|
+
/** @name 确认按钮禁用状态 */
|
43
44
|
okDisabled?: boolean;
|
44
45
|
/** @name 显示方式 (废弃) */
|
45
|
-
showType?:
|
46
|
+
showType?: ShowType;
|
46
47
|
/** @name 显示方式 */
|
47
|
-
mode?:
|
48
|
+
mode?: ShowType;
|
48
49
|
/** @name 尺寸 */
|
49
|
-
size?:
|
50
|
+
size?: DrawerSizeType;
|
50
51
|
/**
|
51
|
-
* @name自动选中第一项
|
52
|
+
* @name 自动选中第一项
|
52
53
|
* @description 只对有input的类型有效
|
53
54
|
*/
|
54
55
|
autoFocusFirstInput?: boolean;
|
@@ -64,10 +65,14 @@ export interface ProDrawerFormPropsType {
|
|
64
65
|
isConfirmCloseModalProps?: ModalProps;
|
65
66
|
/**
|
66
67
|
* @name 底部默认取消按钮事件
|
68
|
+
* @returns 返回Promise或布尔值可控制弹窗关闭行为
|
67
69
|
*/
|
68
70
|
onCancel?: () => Promise<boolean | void | unknown> | boolean | void | unknown;
|
69
71
|
/**
|
70
72
|
* @name 底部默认确定按钮事件
|
73
|
+
* @param values 表单值
|
74
|
+
* @param form 表单实例
|
75
|
+
* @returns 返回Promise或布尔值可控制弹窗关闭行为
|
71
76
|
*/
|
72
77
|
onOk?: (values?: any, form?: FormInstance) => Promise<boolean | void | unknown> | boolean | void | unknown;
|
73
78
|
/**
|
@@ -79,24 +84,30 @@ export interface ProDrawerFormPropsType {
|
|
79
84
|
*/
|
80
85
|
extraLeft?: ReactNode;
|
81
86
|
/**
|
82
|
-
* @name proForm的属性
|
87
|
+
* @name proForm的属性
|
88
|
+
* @description 配置后children不展示
|
83
89
|
*/
|
84
|
-
proFormProps?: Omit<
|
90
|
+
proFormProps?: Omit<ProFormType, 'form'>;
|
85
91
|
/**
|
86
|
-
* 不支持 'visible',请使用全局的 visible
|
87
92
|
* @name 弹框的属性
|
93
|
+
* @description 不支持'visible',请使用全局的visible/open
|
88
94
|
*/
|
89
95
|
modalProps?: Omit<ModalProps, 'visible'>;
|
90
96
|
/**
|
91
|
-
* 不支持 'visible',请使用全局的 visible
|
92
97
|
* @name 抽屉的属性
|
98
|
+
* @description 不支持'visible',请使用全局的visible/open
|
93
99
|
*/
|
94
100
|
drawerProps?: Omit<DrawerProps, 'visible'>;
|
95
101
|
/**
|
96
|
-
* 不支持 'visible',请使用全局的 visible
|
97
102
|
* @name 关闭时弹框或者抽屉是否清空formValues
|
98
103
|
*/
|
99
104
|
onCloseClean?: boolean;
|
105
|
+
/** @name 子组件 */
|
100
106
|
children?: React.ReactNode;
|
107
|
+
/** @name z轴层级 */
|
101
108
|
zIndex?: number;
|
102
109
|
}
|
110
|
+
/**
|
111
|
+
* 抽屉表单属性类型定义
|
112
|
+
*/
|
113
|
+
export type ProDrawerFormType = ProDrawerFormPropsType;
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import {
|
1
|
+
import { DrawerSizeType } from '../propsType';
|
2
2
|
/**
|
3
3
|
* 将枚举值转成数值px,暴露枚举,隐藏真实数值,暂时不让用户自定义
|
4
4
|
* @param size 设计规范的三个尺寸 460 960 1200 对应 'small' | 'middle' | 'large'
|
5
5
|
*/
|
6
|
-
export declare const transformBySize: (size:
|
6
|
+
export declare const transformBySize: (size: DrawerSizeType) => number;
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import { FC } from 'react';
|
2
|
-
import {
|
3
|
-
declare const ProEditLabel: FC<
|
2
|
+
import type { ContainerType, LabelType, ProEditLabelType } from './propsType';
|
3
|
+
declare const ProEditLabel: FC<LabelType & ProEditLabelType & ContainerType>;
|
4
4
|
export default ProEditLabel;
|