stable

Clone or download

Read-only

Run vue-tsc on roadmap plugin

Part of story #26777: have artifact tooltips on roadmap pnpm run typecheck should succed without error Change-Id: I49c04e024237412fd114c325a37289d8a65147a8

Modified Files

Name
M plugins/roadmap/package.json +2 −1 Go to diff View file
M plugins/roadmap/scripts/configure-widget/src/components/App.vue +5 −7 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/App.vue +5 −5 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/DependencyNatureControl.vue +1 −1 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/GanttBoard.vue +6 −6 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Iteration/IterationsRibbon.vue +1 −1 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/ShowClosedControl.vue +2 −2 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Subtask/SubtaskSkeletonBar.vue +1 −1 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/GanttTask.vue +1 −1 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/TimePeriod/TimePeriodControl.test.ts +3 −4 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/TimePeriod/TimePeriodControl.vue +20 −4 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/TimePeriod/TimePeriodHeader.vue +1 −1 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/TimePeriod/TimePeriodUnits.vue +1 −1 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/LoadingState.vue +1 −1 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/NoDataToShowEmptyState.vue +1 −1 Go to diff View file
M plugins/roadmap/tsconfig.json +7 −1 Go to diff View file