gitea/web_src/js/modules/fomantic
silverwind 4b21a6c792
Enable Typescript `noImplicitThis` (#33250)
- Enable https://www.typescriptlang.org/tsconfig/#noImplicitThis
- Wrap Vue Template-Syntax SFCs in
[`defineComponent`](https://vuejs.org/api/general#definecomponent) which
makes type inference and linter work better
- Move `createApp` calls outside the SFCs into separate files
- Use [`PropType`](https://vuejs.org/api/utility-types#proptype-t) where
appropriate
- Some top-level component properties changed order as dictated by the
linter
- Fix all tsc and lint issues that popped up during these refactors
2025-01-16 04:26:17 +08:00
..
api.ts Fix some typescript issues (#32586) 2024-11-21 13:57:42 +00:00
aria.md Remove fomantic checkbox module (#30162) 2024-03-29 04:56:01 +00:00
base.ts Fix some typescript issues (#32586) 2024-11-21 13:57:42 +00:00
checkbox.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
dimmer.ts Enable Typescript `noImplicitThis` (#33250) 2025-01-16 04:26:17 +08:00
dropdown.test.ts Fix duplicate dropdown dividers (#32760) 2024-12-09 07:54:59 +00:00
dropdown.ts Enable Typescript `noImplicitThis` (#33250) 2025-01-16 04:26:17 +08:00
form.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
modal.ts Enable Typescript `noImplicitThis` (#33250) 2025-01-16 04:26:17 +08:00
transition.ts Fix some typescript issues (#32586) 2024-11-21 13:57:42 +00:00