element-plus/packages/utils
dopamine cd517d6743
chore(components): [select-v2] remove ts-nocheck comments in select-v2 (#16746)
* chore: remove ts-nocheck comments in select-v2

* take the review comments

* improve emits type

* the keys of emits use camelCase instead of kebab-case

* apply suggestions from code review

Co-authored-by: btea <2356281422@qq.com>

* reduce duplicate ESLint comments

* use more succinct syntax to define props

* revert emits to kebab-case

* fix: type checking failed

* chore: illustrate why return early in validateIcon

* fix: signature with duplicate parameter names

Co-authored-by: qiang <qw13131wang@gmail.com>

---------

Co-authored-by: btea <2356281422@qq.com>
Co-authored-by: qiang <qw13131wang@gmail.com>
2024-09-23 13:45:35 +08:00
..
__tests__ feat(components): [date-picker] type add months params (#17342) 2024-07-19 11:47:25 +08:00
dom fix(components): [anchor] querySelector error (#16078) 2024-03-08 15:25:39 +08:00
vue chore(components): [select-v2] remove ts-nocheck comments in select-v2 (#16746) 2024-09-23 13:45:35 +08:00
arrays.ts
browser.ts
easings.ts feat(components): anchor component (#15670) 2024-02-27 14:22:26 +08:00
error.ts
functions.ts refactor: import shared utilities from @element-plus/utils (#18048) 2024-08-29 09:04:03 +08:00
i18n.ts
index.ts feat(components): anchor component (#15670) 2024-02-27 14:22:26 +08:00
objects.ts
package.json
raf.ts
rand.ts fix(components): [collapse] SSR hydration error caused by random ID (#15500) 2024-01-15 03:24:50 +08:00
strings.ts
throttleByRaf.ts feat(components): anchor component (#15670) 2024-02-27 14:22:26 +08:00
types.ts refactor: import shared utilities from @element-plus/utils (#18048) 2024-08-29 09:04:03 +08:00
typescript.ts