feat: enhance package list UX with table view, filters, and sorts #681
Annotations
10 errors
|
test:
test/nuxt/components.spec.ts#L1134
Type '20' is not assignable to type '10 | 25 | 100 | 50'.
|
|
test:
test/nuxt/components.spec.ts#L1121
Type '20' is not assignable to type '10 | 25 | 100 | 50'.
|
|
test:
test/nuxt/components.spec.ts#L1096
Type '{ id: string; label: string; visible: boolean; sortable: boolean; }[]' is not assignable to type 'ColumnConfig[]'.
|
|
test:
test/nuxt/components.spec.ts#L1058
Type '{ id: string; label: string; visible: boolean; sortable: boolean; }[]' is not assignable to type 'ColumnConfig[]'.
|
|
test:
test/nuxt/components.spec.ts#L1047
Type '{ id: string; label: string; visible: boolean; sortable: boolean; }[]' is not assignable to type 'ColumnConfig[]'.
|
|
test:
test/nuxt/components.spec.ts#L1036
Type '{ id: string; label: string; visible: boolean; sortable: boolean; }[]' is not assignable to type 'ColumnConfig[]'.
|
|
test:
test/nuxt/components.spec.ts#L997
Type '20' is not assignable to type '10 | 25 | 100 | 50'.
|
|
test:
test/nuxt/components.spec.ts#L995
Type '{ id: string; label: string; visible: boolean; sortable: boolean; }[]' is not assignable to type 'ColumnConfig[]'.
|
|
test:
test/nuxt/components.spec.ts#L926
Type '{ id: string; type: string; label: string; value: string; }[]' is not assignable to type 'FilterChip[]'.
|
|
test:
test/nuxt/components.spec.ts#L912
Type '{ id: string; label: string; visible: boolean; sortable: boolean; }[]' is not assignable to type 'ColumnConfig[]'.
|