Minor Changes
-
43e4bb8: Type fixes and enhancements:
- all protected/private entries added to form-core type definitions, and their dependents were fixed
- a lot @ts-expect-error and @ts-ignore (all
get slots()
andget modelValue()
issues are fixed) - categorized @ts-expect-error / @ts-ignore into:
- [external]: when a 3rd party didn't ship types (could also be browser specs)
- [allow-protected]: when we are allowed to know about protected methods. For instance when code
resides in the same package - [allow-private]: when we need to check a private value inside a test
- [allow]: miscellaneous allows
- [editor]: when the editor complains, but the cli/ci doesn't
Patch Changes
- 97b8592: Remove lion references in docs for easier extending
- Updated dependencies [38297d0]
- Updated dependencies [3b5ed32]
- Updated dependencies [77a0424]
- Updated dependencies [53167fd]
- Updated dependencies [181a1d4]
- Updated dependencies [fb1522d]
- Updated dependencies [75af80b]
- Updated dependencies [0e910e3]
- Updated dependencies [991f1f5]
- Updated dependencies [cc02ae2]
- Updated dependencies [43e4bb8]
- Updated dependencies [6ae7a5e]
- @lion/form-core@0.11.0
- @lion/core@0.16.0
- @lion/input@0.13.0
- @lion/localize@0.18.0
- @lion/validate-messages@0.5.4