feat(attendance): draft attendance page #105
Annotations
10 errors and 1 warning
Run yarn run check:
src/components/audit/AuditEntryInline.vue#L58
Property '$route' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<ExtractPropTypes<{ event: { type: PropType<AuditEvent>; default: null; }; withTimeline: { type: BooleanConstructor; default: boolean; }; loading: { type: BooleanConstructor; default: boolean; }; }>, {}>, ... 24 more ..., { ...; }>'.
|
Run yarn run check:
src/components/audit/AuditEntryInline.vue#L73
Property '$route' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<ExtractPropTypes<{ event: { type: PropType<AuditEvent>; default: null; }; withTimeline: { type: BooleanConstructor; default: boolean; }; loading: { type: BooleanConstructor; default: boolean; }; }>, {}>, ... 24 more ..., { ...; }>'.
|
Run yarn run check:
src/components/audit/AuditEntryMemberSubscription.vue#L14
Property '$route' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<ExtractPropTypes<{ event: { type: PropType<AuditEvent>; default: null; }; }>, {}>, { AuditEntryInline: typeof AuditEntryInline; ROUTE_NAMES: typeof ROUTE_NAMES; dayjs: typeof dayjs; }, ... 23 more ..., { ...; }>'.
|
Run yarn run check:
src/components/audit/AuditEntryMemberSubscription.vue#L29
Property '$route' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<ExtractPropTypes<{ event: { type: PropType<AuditEvent>; default: null; }; }>, {}>, { AuditEntryInline: typeof AuditEntryInline; ROUTE_NAMES: typeof ROUTE_NAMES; dayjs: typeof dayjs; }, ... 23 more ..., { ...; }>'.
|
Run yarn run check:
src/components/audit/AuditEntryMemberTicket.vue#L14
Property '$route' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<ExtractPropTypes<{ event: { type: PropType<AuditEvent>; default: null; }; }>, {}>, { AuditEntryInline: typeof AuditEntryInline; ROUTE_NAMES: typeof ROUTE_NAMES; }, ... 23 more ..., { ...; }>'.
|
Run yarn run check:
src/components/audit/AuditEntryMemberTicket.vue#L29
Property '$route' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<ExtractPropTypes<{ event: { type: PropType<AuditEvent>; default: null; }; }>, {}>, { AuditEntryInline: typeof AuditEntryInline; ROUTE_NAMES: typeof ROUTE_NAMES; }, ... 23 more ..., { ...; }>'.
|
Run yarn run check:
src/components/layout/NavigationDrawer.vue#L27
Property '$route' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { monoLogo: typeof monoLogo; ROUTE_NAMES: typeof ROUTE_NAMES; MembersThumbnail: typeof MembersThumbnail; authStore: typeof authStore; sidebarNavigation: typeof sidebarNavigation; }, ... 23 more ..., {}>'.
|
Run yarn run check:
src/components/layout/NavigationDrawer.vue#L29
Property '$route' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { monoLogo: typeof monoLogo; ROUTE_NAMES: typeof ROUTE_NAMES; MembersThumbnail: typeof MembersThumbnail; authStore: typeof authStore; sidebarNavigation: typeof sidebarNavigation; }, ... 23 more ..., {}>'.
|
Run yarn run check:
src/views/Private/Attendance/AttendanceCalendarTile.vue#L65
'isToday' is declared but its value is never read.
|
Run yarn run check:
src/views/Private/Attendance/AttendanceDetail.vue#L81
Property '$route' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<ExtractPropTypes<{ attendance: { type: PropType<AttendancePeriod<"day"> | null>; default: null; }; date: { type: StringConstructor; default: null; }; loading: { type: BooleanConstructor; default: boolean; }; search: { ...; }; sort: { ...; }; }>, {}>, ... 24 mor...'.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading