MadCcc
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
3 deletions
-
components/input-number/index.tsx
-
package.json
|
@ -2,9 +2,8 @@ |
|
|
|
|
|
|
|
|
import DownOutlined from '@ant-design/icons/DownOutlined'; |
|
|
import DownOutlined from '@ant-design/icons/DownOutlined'; |
|
|
import UpOutlined from '@ant-design/icons/UpOutlined'; |
|
|
import UpOutlined from '@ant-design/icons/UpOutlined'; |
|
|
import type { ValueType } from '@rc-component/mini-decimal'; |
|
|
|
|
|
import classNames from 'classnames'; |
|
|
import classNames from 'classnames'; |
|
|
import type { InputNumberProps as RcInputNumberProps } from 'rc-input-number'; |
|
|
import type { InputNumberProps as RcInputNumberProps, ValueType } from 'rc-input-number'; |
|
|
import RcInputNumber from 'rc-input-number'; |
|
|
import RcInputNumber from 'rc-input-number'; |
|
|
import * as React from 'react'; |
|
|
import * as React from 'react'; |
|
|
import type { InputStatus } from '../_util/statusUtils'; |
|
|
import type { InputStatus } from '../_util/statusUtils'; |
|
|
|
@ -131,7 +131,7 @@ |
|
|
"rc-field-form": "~1.34.0", |
|
|
"rc-field-form": "~1.34.0", |
|
|
"rc-image": "~7.0.0", |
|
|
"rc-image": "~7.0.0", |
|
|
"rc-input": "~1.1.0", |
|
|
"rc-input": "~1.1.0", |
|
|
"rc-input-number": "~8.0.0", |
|
|
"rc-input-number": "~8.0.2", |
|
|
"rc-mentions": "~2.5.0", |
|
|
"rc-mentions": "~2.5.0", |
|
|
"rc-menu": "~9.10.0", |
|
|
"rc-menu": "~9.10.0", |
|
|
"rc-motion": "^2.7.3", |
|
|
"rc-motion": "^2.7.3", |
|
|