* fix(components): [input]
fixed the onchange parameter when type is file
BREAKING CHANGE :
the onchange type of input has been enhanced to string
FileList
closed#14686
* fix: fix lint
* fix: fix lint
* fix(components): input
remove error
* perf(components): input
change event emit event
* fix(components): [input]
add test & fix file clear
* fix: fix unit test
* perf: change input test name
* chore: format
---------
Co-authored-by: qiang <qw13131wang@gmail.com>
* refactor(style): Update Eslint to V9 and Prettier to V3
* fix: vscode color
* fix: vscode color
* chore: remove Useless dependence and old config file
* chore: format
* Merge branch 'dev' into eslintV9
* fix: fix
* fix: ssr test
* fix: ssr test
* fix: use defineConfig
* fix: prettier format and ignore docs dist
* fix: index.mjs => index.js
* fix: Vscode color
* fix: prettier ignore global.d.ts
* fix: format
---------
Co-authored-by: 2586740555 <15972343+CYJ090915@user.noreply.gitee.com>
* fix(components): [input] fix formatter and parse problem
closed#12613
* fix(components): [input] fix input value problem
* fix(components): [input] update return value for input event emit
* test(components): [input] add test for formatter and parser
* feat(components): [form-item] auto attach labels to inputs
* feat(components): [form-item] auto-attach up through select
* feat(components): [form-item] auto id complete for all inputs
* feat(components): [form-item] fix lint, remove unused usePopper hook
* feat(components): [form-item] PR comments