ant-design/components/input
Karott 338ec7dad7
perf: refactor devWarning for production code size (#35411)
* pref: better code style for production

* refactor `devWarning`

* don't use `useEffect` only wrap `devWarning`

* chore: add 'noop' to coverage

* chore: add test cases for devWarning

* chore: add test case

* chore: update test cases for devWarning

* chore: restore test script command

* fix: remove 'throw new Error'

* should not use `throw` for browser

* chore: update test case for AutoComplete

* perf: add prefix for `devWarning`

* update RegExp for UMD

* add prefix for ES and CJS

* chore: better code style

* perf:

* upgrade antd-tools

* remove `injectWarningCondition`

* rename `devWarning` to `warning`

* chore: better code style

* chore: better code style

* chore: restore hasValidName
2022-05-10 15:43:29 +08:00
..
__tests__ test: update snapshot (#35452) 2022-05-09 20:25:55 +08:00
demo docs: simplify demo code, #30853 (#35050) 2022-04-15 16:20:56 +08:00
style chore: merge feature 2022-03-31 09:57:33 +08:00
ClearableLabeledInput.tsx chore: eslint add consistent-type-imports (#35419) 2022-05-07 14:31:54 +08:00
Group.tsx feat: Input.Group prevent components from getting style from Form.Item (#34764) 2022-03-29 13:49:50 +08:00
index.en-US.md docs: add input showCount lose focus desc. close #35080 2022-04-20 10:33:42 +08:00
index.tsx chore: eslint add consistent-type-imports (#35419) 2022-05-07 14:31:54 +08:00
index.zh-CN.md docs: add input showCount lose focus desc. close #35080 2022-04-20 10:33:42 +08:00
Input.tsx perf: refactor devWarning for production code size (#35411) 2022-05-10 15:43:29 +08:00
Password.tsx chore: eslint add consistent-type-imports (#35419) 2022-05-07 14:31:54 +08:00
Search.tsx chore: eslint add consistent-type-imports (#35419) 2022-05-07 14:31:54 +08:00
TextArea.tsx chore: eslint add consistent-type-imports (#35419) 2022-05-07 14:31:54 +08:00
utils.ts feat: introduce rc-input (#34206) 2022-03-01 14:17:48 +08:00