SYMBOL INDEX (1589 symbols across 387 files) FILE: examples/angular/basic-app-table/src/app/app.ts type Person (line 8) | type Person = { class App (line 105) | class App { method rerender (line 116) | rerender() { FILE: examples/angular/basic/src/app/app.ts type Person (line 8) | type Person = { class App (line 92) | class App { method rerender (line 104) | rerender() { FILE: examples/angular/column-ordering/src/app/app.ts class App (line 81) | class App { method randomizeColumns (line 113) | randomizeColumns() { method rerender (line 119) | rerender() { FILE: examples/angular/column-ordering/src/app/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/angular/column-pinning-sticky/src/app/app.ts class App (line 79) | class App { method randomizeColumns (line 128) | randomizeColumns() { method rerender (line 134) | rerender() { FILE: examples/angular/column-pinning-sticky/src/app/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/angular/column-pinning/src/app/app.ts class App (line 90) | class App { method randomizeColumns (line 133) | randomizeColumns() { method rerender (line 139) | rerender() { FILE: examples/angular/column-pinning/src/app/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/angular/column-resizing-performant/src/app/app.ts class App (line 78) | class App { FILE: examples/angular/column-resizing-performant/src/app/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/angular/column-resizing-performant/src/app/resizable-cell/resizable-cell.ts class TableResizableHeader (line 10) | class TableResizableHeader { class TableResizableCell (line 27) | class TableResizableCell { FILE: examples/angular/column-visibility/src/app/app.ts type Person (line 16) | type Person = { class App (line 114) | class App { method rerender (line 140) | rerender() { FILE: examples/angular/composable-tables/src/app/app.ts class App (line 27) | class App {} FILE: examples/angular/composable-tables/src/app/components/cell-components.ts class TextCell (line 18) | class TextCell { class NumberCell (line 30) | class NumberCell { class StatusCell (line 44) | class StatusCell { class ProgressCell (line 57) | class ProgressCell { class RowActionsCell (line 73) | class RowActionsCell { method view (line 76) | view() { method edit (line 82) | edit() { method delete (line 88) | delete() { class PriceCell (line 100) | class PriceCell { class CategoryCell (line 113) | class CategoryCell { FILE: examples/angular/composable-tables/src/app/components/header-components.ts function SortIndicator (line 18) | function SortIndicator(): string | null { function ColumnFilter (line 27) | function ColumnFilter(): FlexRenderComponent | null { class _ColumnFilter (line 46) | class _ColumnFilter { class FooterColumnId (line 60) | class FooterColumnId { class FooterSum (line 72) | class FooterSum { FILE: examples/angular/composable-tables/src/app/components/products-table/products-table.ts class ProductsTable (line 27) | class ProductsTable { FILE: examples/angular/composable-tables/src/app/components/table-components.ts class TableToolbar (line 24) | class TableToolbar { method constructor (line 30) | constructor() { class RowCount (line 42) | class RowCount { class PaginationControls (line 96) | class PaginationControls { method onPageChange (line 109) | onPageChange(event: Event) { method onPageSizeChange (line 115) | onPageSizeChange(event: Event) { FILE: examples/angular/composable-tables/src/app/components/users-table/users-table.ts class UsersTable (line 28) | class UsersTable { FILE: examples/angular/composable-tables/src/app/makeData.ts type Person (line 3) | type Person = { type Product (line 13) | type Product = { function makeData (line 61) | function makeData(...lens: Array) { function makeProductData (line 75) | function makeProductData(count: number): Array { FILE: examples/angular/custom-plugin/src/app/app.ts class App (line 57) | class App { FILE: examples/angular/custom-plugin/src/app/density/density-feature.ts type DensityState (line 12) | type DensityState = 'sm' | 'md' | 'lg' type TableState_Density (line 13) | interface TableState_Density { type TableOptions_Density (line 18) | interface TableOptions_Density { type Table_Density (line 24) | interface Table_Density { type DensityPluginConstructors (line 29) | interface DensityPluginConstructors) { FILE: examples/angular/editable/src/app/app.ts type TableMeta (line 23) | interface TableMeta) { FILE: examples/angular/expanding/src/app/app.ts class App (line 79) | class App { method onPageInputChange (line 115) | onPageInputChange(event: Event): void { method onPageSizeChange (line 121) | onPageSizeChange(event: any): void { FILE: examples/angular/expanding/src/app/expandable-cell/expandable-cell.ts class ExpandableHeaderCell (line 28) | class ExpandableHeaderCell { method table (line 33) | get table() { class ExpandableCell (line 73) | class ExpandableCell { method row (line 76) | get row() { FILE: examples/angular/expanding/src/app/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/angular/filters/src/app/app.ts class App (line 95) | class App { method onPageInputChange (line 116) | onPageInputChange(event: Event): void { method onPageSizeChange (line 122) | onPageSizeChange(event: any): void { method refreshData (line 126) | refreshData(): void { FILE: examples/angular/filters/src/app/debounced-input/debounced-input.ts class DebouncedInput (line 9) | class DebouncedInput { FILE: examples/angular/filters/src/app/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/angular/filters/src/app/table-filter/table-filter.ts type ColumnMeta (line 15) | interface ColumnMeta< class TableFilter (line 97) | class TableFilter { FILE: examples/angular/grouping/src/app/app.ts class App (line 19) | class App { method onPageInputChange (line 44) | onPageInputChange(event: any): void { method onPageSizeChange (line 49) | onPageSizeChange(event: any) { method refreshData (line 53) | refreshData() { FILE: examples/angular/grouping/src/app/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array): Array { FILE: examples/angular/remote-data/src/app/app.ts type Todo (line 28) | type Todo = { type TodoResponse (line 43) | type TodoResponse = { items: Array; totalCount: number } class App (line 51) | class App { method onPageInputChange (line 172) | onPageInputChange(event: Event): void { method onPageSizeChange (line 178) | onPageSizeChange(event: any): void { FILE: examples/angular/row-dnd/src/app/app.ts class App (line 72) | class App { method drop (line 89) | drop(event: CdkDragDrop>) { FILE: examples/angular/row-dnd/src/app/drag-handle-cell/drag-handle-cell.ts class DragHandleCell (line 10) | class DragHandleCell {} FILE: examples/angular/row-dnd/src/app/makeData.ts type Person (line 3) | type Person = { function makeData (line 38) | function makeData(...lens: Array) { FILE: examples/angular/row-selection-signal/src/app/app.component.ts class AppComponent (line 43) | class AppComponent { method onPageInputChange (line 141) | onPageInputChange(event: Event): void { method onPageSizeChange (line 147) | onPageSizeChange(event: any): void { method logSelectedFlatRows (line 151) | logSelectedFlatRows(): void { method refreshData (line 158) | refreshData(): void { FILE: examples/angular/row-selection-signal/src/app/filter.ts class FilterComponent (line 39) | class FilterComponent implements OnInit { method ngOnInit (line 46) | ngOnInit() { method getMinValue (line 52) | getMinValue() { method getMaxValue (line 58) | getMaxValue() { method updateMinFilterValue (line 63) | updateMinFilterValue(newValue: string): void { method updateMaxFilterValue (line 69) | updateMaxFilterValue(newValue: string): void { FILE: examples/angular/row-selection-signal/src/app/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/angular/row-selection-signal/src/app/selection-column.component.ts class TableHeadSelectionComponent (line 19) | class TableHeadSelectionComponent { class TableRowSelectionComponent (line 45) | class TableRowSelectionComponent { FILE: examples/angular/row-selection/src/app/app.ts class App (line 31) | class App { method onPageInputChange (line 121) | onPageInputChange(event: Event): void { method onPageSizeChange (line 127) | onPageSizeChange(event: any): void { method logSelectedFlatRows (line 131) | logSelectedFlatRows(): void { method refreshData (line 138) | refreshData(): void { method toggleEnableRowSelection (line 142) | toggleEnableRowSelection() { FILE: examples/angular/row-selection/src/app/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/angular/row-selection/src/app/selection-column/selection-column.ts class TableHeaderSelection (line 23) | class TableHeaderSelection { class TableRowSelection (line 42) | class TableRowSelection { FILE: examples/angular/row-selection/src/app/table-filter/table-filter.ts class TableFilter (line 42) | class TableFilter { method getMinValue (line 52) | getMinValue() { method getMaxValue (line 58) | getMaxValue() { method updateMinFilterValue (line 63) | updateMinFilterValue(newValue: string): void { method updateMaxFilterValue (line 69) | updateMaxFilterValue(newValue: string): void { FILE: examples/angular/signal-input/src/app/app.ts class App (line 12) | class App { method refreshData (line 19) | refreshData() { method previousPage (line 23) | previousPage(): void { method nextPage (line 30) | nextPage(): void { FILE: examples/angular/signal-input/src/app/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/angular/signal-input/src/app/person-table/person-table.ts class PersonTable (line 24) | class PersonTable { method onPageInputChange (line 63) | onPageInputChange(event: any): void { method onPageSizeChange (line 68) | onPageSizeChange(event: any) { FILE: examples/angular/sub-components/src/app/app.ts class App (line 100) | class App { FILE: examples/angular/sub-components/src/app/expandable-cell.ts class ExpanderCell (line 19) | class ExpanderCell { class ExpandableCell (line 41) | class ExpandableCell { method row (line 44) | get row() { FILE: examples/angular/sub-components/src/app/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/angular/sub-components/src/app/sub-component/sub-component.ts class SubComponent (line 16) | class SubComponent { FILE: examples/lit/basic/src/main.ts type Person (line 16) | type Person = { class LitTableExample (line 98) | @customElement('lit-table-example') method render (line 103) | protected render(): unknown { FILE: examples/lit/column-sizing/src/main.ts class LitTableExample (line 58) | @customElement('lit-table-example') method render (line 62) | protected render() { FILE: examples/lit/column-sizing/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 40) | function makeData(...lens: Array) { FILE: examples/lit/filters/src/main.ts type ColumnMeta (line 82) | interface ColumnMeta< class ColumnFilter (line 93) | @customElement('column-filter') method onChange (line 98) | private onChange(evt: InputEvent) { method render (line 102) | render() { class LitTableExample (line 153) | @customElement('lit-table-example') method render (line 157) | protected render() { FILE: examples/lit/filters/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/lit/row-selection/src/main.ts class LitTableExample (line 82) | @customElement('lit-table-example') method render (line 86) | protected render() { FILE: examples/lit/row-selection/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 40) | function makeData(...lens: Array) { FILE: examples/lit/sorting-dynamic-data/src/main.ts class LitTableExample (line 81) | @customElement('lit-table-example') method constructor (line 91) | constructor() { method willUpdate (line 96) | protected willUpdate( method render (line 112) | protected render() { FILE: examples/lit/sorting-dynamic-data/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 40) | function makeData(...lens: number[]) { FILE: examples/lit/sorting/src/main.ts class LitTableExample (line 74) | @customElement('lit-table-example') method render (line 78) | protected render() { FILE: examples/lit/sorting/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 40) | function makeData(...lens: Array) { FILE: examples/lit/virtualized-rows/src/main.ts class LitTableExample (line 68) | @customElement('lit-table-example') method connectedCallback (line 76) | connectedCallback() { method render (line 86) | protected render() { FILE: examples/lit/virtualized-rows/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 39) | function makeData(...lens: Array) { FILE: examples/preact/basic/src/main.tsx type Person (line 10) | type Person = { function App (line 93) | function App() { FILE: examples/preact/sorting/src/main.tsx function App (line 27) | function App() { FILE: examples/preact/sorting/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 40) | function makeData(...lens: Array) { FILE: examples/react/basic-external-state/src/main.tsx type Person (line 17) | type Person = { function App (line 56) | function App() { FILE: examples/react/basic-external-state/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/react/basic-external-store/src/main.tsx type Person (line 18) | type Person = { function App (line 57) | function App() { FILE: examples/react/basic-external-store/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/react/basic-shadcn/src/components/ui/button.tsx function Button (line 38) | function Button({ FILE: examples/react/basic-shadcn/src/components/ui/table.tsx function Table (line 5) | function Table({ className, ...props }: React.ComponentProps<'table'>) { function TableHeader (line 17) | function TableHeader({ className, ...props }: React.ComponentProps<'thea... function TableBody (line 27) | function TableBody({ className, ...props }: React.ComponentProps<'tbody'... function TableFooter (line 37) | function TableFooter({ className, ...props }: React.ComponentProps<'tfoo... function TableRow (line 50) | function TableRow({ className, ...props }: React.ComponentProps<'tr'>) { function TableHead (line 63) | function TableHead({ className, ...props }: React.ComponentProps<'th'>) { function TableCell (line 76) | function TableCell({ className, ...props }: React.ComponentProps<'td'>) { function TableCaption (line 89) | function TableCaption({ FILE: examples/react/basic-shadcn/src/lib/utils.ts function cn (line 5) | function cn(...inputs: Array) { FILE: examples/react/basic-shadcn/src/main.tsx type Person (line 18) | type Person = { function App (line 101) | function App() { FILE: examples/react/basic-use-app-table/src/main.tsx type Person (line 9) | type Person = { function App (line 99) | function App() { FILE: examples/react/basic-use-legacy-table/src/main.tsx type ColumnMeta (line 39) | interface ColumnMeta< function App (line 50) | function App() { function Filter (line 283) | function Filter({ column }: { column: LegacyColumn }) { function DebouncedInput (line 342) | function DebouncedInput({ FILE: examples/react/basic-use-legacy-table/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/react/basic-use-table/src/main.tsx type Person (line 10) | type Person = { function App (line 93) | function App() { FILE: examples/react/column-dnd/src/main.tsx function App (line 96) | function App() { FILE: examples/react/column-dnd/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/react/column-groups/src/main.tsx type Person (line 10) | type Person = { function App (line 97) | function App() { FILE: examples/react/column-ordering/src/main.tsx function App (line 68) | function App() { FILE: examples/react/column-ordering/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/react/column-pinning-split/src/main.tsx function App (line 74) | function App() { FILE: examples/react/column-pinning-split/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/react/column-pinning-sticky/src/main.tsx function App (line 101) | function App() { FILE: examples/react/column-pinning-sticky/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/react/column-pinning/src/main.tsx function App (line 77) | function App() { FILE: examples/react/column-pinning/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/react/column-resizing-performant/src/main.tsx type Person (line 16) | type Person = { function App (line 68) | function App() { function TableBody (line 189) | function TableBody({ table }: { table: Table }) { FILE: examples/react/column-resizing-performant/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/react/column-resizing/src/main.tsx type Person (line 18) | type Person = { function App (line 102) | function App() { FILE: examples/react/column-sizing/src/main.tsx type Person (line 13) | type Person = { function App (line 52) | function App() { FILE: examples/react/column-visibility/src/main.tsx type Person (line 13) | type Person = { function App (line 97) | function App() { FILE: examples/react/composable-tables/src/components/cell-components.tsx function TextCell (line 12) | function TextCell() { function NumberCell (line 20) | function NumberCell() { function StatusCell (line 28) | function StatusCell() { function ProgressCell (line 37) | function ProgressCell() { function RowActionsCell (line 50) | function RowActionsCell() { function PriceCell (line 87) | function PriceCell() { function CategoryCell (line 103) | function CategoryCell() { FILE: examples/react/composable-tables/src/components/header-components.tsx function SortIndicator (line 12) | function SortIndicator() { function ColumnFilter (line 26) | function ColumnFilter() { function FooterColumnId (line 48) | function FooterColumnId() { function FooterSum (line 56) | function FooterSum() { FILE: examples/react/composable-tables/src/components/table-components.tsx function PaginationControls (line 12) | function PaginationControls() { function RowCount (line 84) | function RowCount() { function TableToolbar (line 98) | function TableToolbar({ FILE: examples/react/composable-tables/src/main.tsx function UsersTable (line 15) | function UsersTable() { function ProductsTable (line 213) | function ProductsTable() { function App (line 392) | function App() { FILE: examples/react/composable-tables/src/makeData.ts type Person (line 3) | type Person = { type Product (line 13) | type Product = { function makeData (line 61) | function makeData(...lens: Array) { function makeProductData (line 75) | function makeProductData(count: number): Array { FILE: examples/react/custom-plugin/src/main.tsx type DensityState (line 32) | type DensityState = 'sm' | 'md' | 'lg' type TableState_Density (line 33) | interface TableState_Density { type TableOptions_Density (line 38) | interface TableOptions_Density { type Table_Density (line 44) | interface Table_Density { type DensityPluginConstructors (line 49) | interface DensityPluginConstructors { function App (line 116) | function App() { function Filter (line 324) | function Filter({ FILE: examples/react/custom-plugin/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/react/expanding/src/main.tsx function App (line 35) | function App() { function Filter (line 261) | function Filter({ function IndeterminateCheckbox (line 312) | function IndeterminateCheckbox({ FILE: examples/react/expanding/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/react/filters-faceted/src/main.tsx type ColumnMeta (line 41) | interface ColumnMeta< function App (line 50) | function App() { function Filter (line 249) | function Filter({ column }: { column: Column }) { function DebouncedInput (line 337) | function DebouncedInput({ FILE: examples/react/filters-faceted/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/react/filters-fuzzy/src/main.tsx type FilterFns (line 73) | interface FilterFns { type FilterMeta (line 76) | interface FilterMeta { function App (line 81) | function App() { function Filter (line 290) | function Filter({ column }: { column: Column }) { function DebouncedInput (line 305) | function DebouncedInput({ FILE: examples/react/filters-fuzzy/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 38) | function makeData(...lens: Array) { FILE: examples/react/filters/src/main.tsx type ColumnMeta (line 28) | interface ColumnMeta< function App (line 45) | function App() { function Filter (line 249) | function Filter({ function DebouncedInput (line 312) | function DebouncedInput({ FILE: examples/react/filters/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/react/grouping/src/main.tsx function App (line 43) | function App() { FILE: examples/react/grouping/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/react/kitchen-sink-shadcn/src/components/data-table/data-table-filter-list.tsx function createManualFacetedValues (line 65) | function createManualFacetedValues( function getColumnOptions (line 84) | function getColumnOptions< type DataTableFilterListProps (line 116) | interface DataTableFilterListProps< function DataTableFilterList (line 125) | function DataTableFilterList< FILE: examples/react/kitchen-sink-shadcn/src/components/data-table/data-table-pagination.tsx type DataTablePaginationProps (line 20) | interface DataTablePaginationProps { function DataTablePagination (line 25) | function DataTablePagination({ FILE: examples/react/kitchen-sink-shadcn/src/components/data-table/data-table-sort-list.tsx type DataTableSortListProps (line 51) | interface DataTableSortListProps< function DataTableSortList (line 60) | function DataTableSortList< FILE: examples/react/kitchen-sink-shadcn/src/components/data-table/data-table-view-options.tsx type DataTableViewOptionsProps (line 36) | interface DataTableViewOptionsProps< function DataTableViewOptions (line 45) | function DataTableViewOptions< FILE: examples/react/kitchen-sink-shadcn/src/components/ui/badge.tsx type BadgeProps (line 27) | interface BadgeProps function Badge (line 32) | function Badge({ className, variant, ...props }: BadgeProps) { FILE: examples/react/kitchen-sink-shadcn/src/components/ui/button.tsx type ButtonProps (line 38) | interface ButtonProps FILE: examples/react/kitchen-sink-shadcn/src/components/ui/calendar.tsx type CalendarProps (line 10) | type CalendarProps = React.ComponentProps function Calendar (line 12) | function Calendar({ FILE: examples/react/kitchen-sink-shadcn/src/components/ui/faceted.tsx constant FACETED_NAME (line 24) | const FACETED_NAME = 'Faceted' constant TRIGGER_NAME (line 25) | const TRIGGER_NAME = 'FacetedTrigger' constant BADGE_LIST_NAME (line 26) | const BADGE_LIST_NAME = 'FacetedBadgeList' constant CONTENT_NAME (line 27) | const CONTENT_NAME = 'FacetedContent' constant INPUT_NAME (line 28) | const INPUT_NAME = 'FacetedInput' constant LIST_NAME (line 29) | const LIST_NAME = 'FacetedList' constant EMPTY_NAME (line 30) | const EMPTY_NAME = 'FacetedEmpty' constant GROUP_NAME (line 31) | const GROUP_NAME = 'FacetedGroup' constant ITEM_NAME (line 32) | const ITEM_NAME = 'FacetedItem' constant SEPARATOR_NAME (line 33) | const SEPARATOR_NAME = 'FacetedSeparator' constant ERRORS (line 35) | const ERRORS = { type FacetedValue (line 48) | type FacetedValue = Multiple extends true type FacetedContextValue (line 52) | interface FacetedContextValue { function useFacetedContext (line 63) | function useFacetedContext(name: keyof typeof ERRORS) { type FacetedProps (line 71) | interface FacetedProps< function Faceted (line 80) | function Faceted( type FacetedBadgeListProps (line 178) | interface FacetedBadgeListProps extends React.ComponentPropsWithoutRef<'... type FacetedItemProps (line 295) | interface FacetedItemProps extends React.ComponentPropsWithoutRef< FILE: examples/react/kitchen-sink-shadcn/src/components/ui/sortable.tsx constant ROOT_NAME (line 64) | const ROOT_NAME = 'Sortable' constant CONTENT_NAME (line 65) | const CONTENT_NAME = 'SortableContent' constant ITEM_NAME (line 66) | const ITEM_NAME = 'SortableItem' constant ITEM_HANDLE_NAME (line 67) | const ITEM_HANDLE_NAME = 'SortableItemHandle' constant OVERLAY_NAME (line 68) | const OVERLAY_NAME = 'SortableOverlay' constant SORTABLE_ERROR (line 70) | const SORTABLE_ERROR = { type SortableRootContextValue (line 78) | interface SortableRootContextValue { function useSortableContext (line 93) | function useSortableContext(name: keyof typeof SORTABLE_ERROR) { type GetItemValue (line 101) | interface GetItemValue { type SortableProps (line 109) | type SortableProps = DndContextProps & { function Sortable (line 120) | function Sortable(props: SortableProps) { type SortableContentProps (line 290) | interface SortableContentProps extends React.ComponentPropsWithoutRef<'d... type SortableItemContextValue (line 330) | interface SortableItemContextValue { type SortableItemProps (line 343) | interface SortableItemProps extends React.ComponentPropsWithoutRef<'div'> { type SortableItemHandleProps (line 442) | interface SortableItemHandleProps extends React.ComponentPropsWithoutRef... type SortableOverlayProps (line 501) | interface SortableOverlayProps extends Omit< function SortableOverlay (line 511) | function SortableOverlay(props: SortableOverlayProps) { FILE: examples/react/kitchen-sink-shadcn/src/lib/composition.ts function composeEventHandlers (line 7) | function composeEventHandlers( type PossibleRef (line 28) | type PossibleRef = React.Ref | undefined function setRef (line 34) | function setRef(ref: PossibleRef, value: T) { function composeRefs (line 48) | function composeRefs(...refs: Array>): React.RefCallba... function useComposedRefs (line 83) | function useComposedRefs( FILE: examples/react/kitchen-sink-shadcn/src/lib/data-table.ts function isFalsy (line 24) | function isFalsy(val: unknown) { function isValidDate (line 33) | function isValidDate(value: unknown): boolean { function toDate (line 39) | function toDate(value: unknown): Date | null { function isSameDay (line 48) | function isSameDay(date1: Date, date2: Date): boolean { function getFilterOperators (line 407) | function getFilterOperators(type: string): Array<{ FILE: examples/react/kitchen-sink-shadcn/src/lib/make-data.ts type Person (line 12) | interface Person { function range (line 24) | function range(len: number) { function newPerson (line 32) | function newPerson(): Person { function makeData (line 45) | function makeData(...lens: Array) { FILE: examples/react/kitchen-sink-shadcn/src/lib/utils.ts function cn (line 5) | function cn(...inputs: Array) { function formatDate (line 9) | function formatDate( function toSentenceCase (line 21) | function toSentenceCase(str: string) { FILE: examples/react/kitchen-sink-shadcn/src/main.tsx type ColumnMeta (line 81) | interface ColumnMeta< function App (line 104) | function App() { FILE: examples/react/kitchen-sink-shadcn/src/types/index.ts type TableFilterFeatures (line 7) | type TableFilterFeatures = Pick< type FilterOperator (line 12) | type FilterOperator = type JoinOperator (line 32) | type JoinOperator = 'and' | 'or' type ExtendedColumnFilter (line 34) | interface ExtendedColumnFilter extends ColumnFilter { FILE: examples/react/pagination/src/main.tsx function App (line 29) | function App() { function MyTable (line 82) | function MyTable({ function Filter (line 239) | function Filter({ FILE: examples/react/pagination/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/react/row-dnd/src/main.tsx function App (line 81) | function App() { FILE: examples/react/row-dnd/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 38) | function makeData(...lens: Array) { FILE: examples/react/row-pinning/src/main.tsx function App (line 34) | function App() { function PinnedRow (line 356) | function PinnedRow({ function Filter (line 391) | function Filter({ FILE: examples/react/row-pinning/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/react/row-selection/src/main.tsx function App (line 32) | function App() { function Filter (line 323) | function Filter({ function IndeterminateCheckbox (line 366) | function IndeterminateCheckbox({ FILE: examples/react/row-selection/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 38) | function makeData(...lens: Array) { FILE: examples/react/sorting/src/main.tsx function App (line 30) | function App() { FILE: examples/react/sorting/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 40) | function makeData(...lens: Array) { FILE: examples/react/sub-components/src/main.tsx type TableProps (line 80) | type TableProps = { function Table (line 89) | function Table({ function App (line 175) | function App() { FILE: examples/react/sub-components/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/react/virtualized-columns-experimental/src/main.tsx function App (line 31) | function App() { type TableContainerProps (line 77) | interface TableContainerProps { function TableContainer (line 81) | function TableContainer({ table }: TableContainerProps) { type TableHeadProps (line 145) | interface TableHeadProps { function TableHead (line 150) | function TableHead({ table, columnVirtualizer }: TableHeadProps) { type TableHeadRowProps (line 171) | interface TableHeadRowProps { function TableHeadRow (line 176) | function TableHeadRow({ columnVirtualizer, headerGroup }: TableHeadRowPr... type TableHeadCellProps (line 199) | interface TableHeadCellProps { function TableHeadCell (line 204) | function TableHeadCell({ type TableBodyProps (line 246) | interface TableBodyProps { function TableBody (line 252) | function TableBody({ type TableBodyRowProps (line 318) | interface TableBodyRowProps { function TableBodyRow (line 326) | function TableBodyRow({ type TableBodyCellProps (line 376) | interface TableBodyCellProps { function TableBodyCell (line 381) | function TableBodyCell({ FILE: examples/react/virtualized-columns-experimental/src/makeData.ts type Person (line 3) | type Person = Record FILE: examples/react/virtualized-columns/src/main.tsx function App (line 26) | function App() { type TableContainerProps (line 64) | interface TableContainerProps { function TableContainer (line 68) | function TableContainer({ table }: TableContainerProps) { type TableHeadProps (line 129) | interface TableHeadProps { function TableHead (line 136) | function TableHead({ type TableHeadRowProps (line 165) | interface TableHeadRowProps { function TableHeadRow (line 173) | function TableHeadRow({ type TableHeadCellProps (line 199) | interface TableHeadCellProps { function TableHeadCell (line 204) | function TableHeadCell({ header, table }: TableHeadCellProps) { type TableBodyProps (line 231) | interface TableBodyProps { function TableBody (line 239) | function TableBody({ type TableBodyRowProps (line 292) | interface TableBodyRowProps { function TableBodyRow (line 302) | function TableBodyRow({ type TableBodyCellProps (line 341) | interface TableBodyCellProps { function TableBodyCell (line 346) | function TableBodyCell({ cell, table }: TableBodyCellProps) { FILE: examples/react/virtualized-columns/src/makeData.ts type Person (line 19) | type Person = ReturnType[0] FILE: examples/react/virtualized-infinite-scrolling/src/main.tsx function App (line 32) | function App() { FILE: examples/react/virtualized-infinite-scrolling/src/makeData.ts type Person (line 4) | type Person = { type PersonApiResponse (line 15) | type PersonApiResponse = { function makeData (line 47) | function makeData(...lens: Array) { FILE: examples/react/virtualized-rows-experimental/src/main.tsx function App (line 25) | function App() { type TableBodyWrapperProps (line 188) | interface TableBodyWrapperProps { function TableBodyWrapper (line 193) | function TableBodyWrapper({ table, tableContainerRef }: TableBodyWrapper... type TableBodyProps (line 233) | interface TableBodyProps { function TableBody (line 239) | function TableBody({ rowVirtualizer, table, rowRefsMap }: TableBodyProps) { type TableBodyRowProps (line 267) | interface TableBodyRowProps { function TableBodyRow (line 274) | function TableBodyRow({ FILE: examples/react/virtualized-rows-experimental/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 39) | function makeData(...lens: number[]) { FILE: examples/react/virtualized-rows/src/main.tsx function App (line 26) | function App() { type TableBodyProps (line 175) | interface TableBodyProps { function TableBody (line 180) | function TableBody({ table, tableContainerRef }: TableBodyProps) { type TableBodyRowProps (line 225) | interface TableBodyRowProps { function TableBodyRow (line 232) | function TableBodyRow({ FILE: examples/react/virtualized-rows/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 39) | function makeData(...lens: Array) { FILE: examples/react/with-tanstack-form/src/form.tsx function TextField (line 12) | function TextField() { function NumberField (line 32) | function NumberField() { function SelectField (line 55) | function SelectField() { function SubmitButton (line 81) | function SubmitButton({ label }: { label: string }) { function FormStateIndicator (line 99) | function FormStateIndicator() { FILE: examples/react/with-tanstack-form/src/main.tsx type FormData (line 51) | type FormData = z.infer function App (line 53) | function App() { function Filter (line 358) | function Filter({ FILE: examples/react/with-tanstack-form/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/react/with-tanstack-query/src/fetchData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { function fetchData (line 52) | async function fetchData(options: { FILE: examples/react/with-tanstack-query/src/main.tsx function App (line 58) | function App() { FILE: examples/react/with-tanstack-router/src/App.tsx type Register (line 8) | interface Register { function App (line 15) | function App() { FILE: examples/react/with-tanstack-router/src/api/types.ts type PaginatedData (line 3) | type PaginatedData = { type PaginationParams (line 8) | type PaginationParams = PaginationState type SortParams (line 9) | type SortParams = { sortBy: `${string}.${'asc' | 'desc'}` } type Filters (line 10) | type Filters = Partial FILE: examples/react/with-tanstack-router/src/api/user.ts constant DEFAULT_PAGE (line 4) | const DEFAULT_PAGE = 0 constant DEFAULT_PAGE_SIZE (line 5) | const DEFAULT_PAGE_SIZE = 10 type User (line 7) | type User = { type UserFilters (line 14) | type UserFilters = Filters function makeData (line 16) | function makeData(amount: number): Array { function fetchUsers (line 31) | async function fetchUsers( FILE: examples/react/with-tanstack-router/src/components/debouncedInput.tsx function DebouncedInput (line 4) | function DebouncedInput({ FILE: examples/react/with-tanstack-router/src/components/table.tsx constant DEFAULT_PAGE_INDEX (line 27) | const DEFAULT_PAGE_INDEX = 0 constant DEFAULT_PAGE_SIZE (line 28) | const DEFAULT_PAGE_SIZE = 10 type Props (line 30) | type Props> = { function Table (line 44) | function Table>({ FILE: examples/react/with-tanstack-router/src/hooks/useFilters.ts function useFilters (line 5) | function useFilters>( FILE: examples/react/with-tanstack-router/src/routeTree.gen.ts type FileRoutesByFullPath (line 26) | interface FileRoutesByFullPath { type FileRoutesByTo (line 30) | interface FileRoutesByTo { type FileRoutesById (line 34) | interface FileRoutesById { type FileRouteTypes (line 39) | interface FileRouteTypes { type RootRouteChildren (line 47) | interface RootRouteChildren { type FileRoutesByPath (line 53) | interface FileRoutesByPath { FILE: examples/react/with-tanstack-router/src/routes/index.tsx function UsersPage (line 19) | function UsersPage() { FILE: examples/react/with-tanstack-router/src/utils/userColumns.tsx type ColumnMeta (line 10) | interface ColumnMeta< constant USER_COLUMNS (line 20) | const USER_COLUMNS: Array> = [ FILE: examples/solid/basic-app-table/src/App.tsx type Person (line 7) | type Person = { function App (line 97) | function App() { FILE: examples/solid/basic-external-state/src/App.tsx function App (line 47) | function App() { FILE: examples/solid/basic-external-state/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/solid/basic-external-store/src/App.tsx function App (line 48) | function App() { FILE: examples/solid/basic-external-store/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/solid/basic-use-table/src/App.tsx type Person (line 5) | type Person = { function App (line 83) | function App() { FILE: examples/solid/column-groups/src/App.tsx type Person (line 5) | type Person = { function App (line 95) | function App() { FILE: examples/solid/column-ordering/src/App.tsx function App (line 71) | function App() { FILE: examples/solid/column-ordering/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/solid/column-visibility/src/App.tsx type Person (line 10) | type Person = { function App (line 100) | function App() { FILE: examples/solid/composable-tables/src/App.tsx function UsersTable (line 12) | function UsersTable() { function ProductsTable (line 223) | function ProductsTable() { function App (line 420) | function App() { FILE: examples/solid/composable-tables/src/components/cell-components.tsx function TextCell (line 12) | function TextCell() { function NumberCell (line 20) | function NumberCell() { function StatusCell (line 28) | function StatusCell() { function ProgressCell (line 37) | function ProgressCell() { function RowActionsCell (line 50) | function RowActionsCell() { function PriceCell (line 87) | function PriceCell() { function CategoryCell (line 103) | function CategoryCell() { FILE: examples/solid/composable-tables/src/components/header-components.tsx function SortIndicator (line 13) | function SortIndicator() { function ColumnFilter (line 29) | function ColumnFilter() { function FooterColumnId (line 53) | function FooterColumnId() { function FooterSum (line 61) | function FooterSum() { FILE: examples/solid/composable-tables/src/components/table-components.tsx function PaginationControls (line 13) | function PaginationControls() { function RowCount (line 81) | function RowCount() { function TableToolbar (line 95) | function TableToolbar({ FILE: examples/solid/composable-tables/src/makeData.ts type Person (line 3) | type Person = { type Product (line 13) | type Product = { function makeData (line 61) | function makeData(...lens: Array) { function makeProductData (line 75) | function makeProductData(count: number): Array { FILE: examples/solid/filters-faceted/src/App.tsx function App (line 79) | function App() { FILE: examples/solid/filters-faceted/src/ColumnFilter.tsx function ColumnFilter (line 7) | function ColumnFilter(props: { FILE: examples/solid/filters-faceted/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/solid/filters/src/App.tsx function App (line 82) | function App() { FILE: examples/solid/filters/src/ColumnFilter.tsx function ColumnFilter (line 7) | function ColumnFilter(props: { FILE: examples/solid/filters/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/solid/row-selection/src/App.tsx function App (line 33) | function App() { function Filter (line 353) | function Filter(props: { function IndeterminateCheckbox (line 393) | function IndeterminateCheckbox(props: { FILE: examples/solid/row-selection/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 38) | function makeData(...lens: Array) { FILE: examples/solid/sorting/src/App.tsx function App (line 16) | function App() { FILE: examples/solid/sorting/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/solid/with-tanstack-query/src/App.tsx function App (line 50) | function App() { FILE: examples/solid/with-tanstack-query/src/fetchData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { function fetchData (line 52) | async function fetchData(options: { FILE: examples/svelte/column-ordering/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/svelte/column-pinning/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/svelte/filtering/src/main.ts type FilterFns (line 8) | interface FilterFns { type FilterMeta (line 11) | interface FilterMeta { FILE: examples/svelte/filtering/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/svelte/row-selection/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 38) | function makeData(...lens: Array) { FILE: examples/svelte/sorting/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/vanilla/basic/src/main.ts type Person (line 5) | type Person = { FILE: examples/vanilla/pagination/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/vanilla/sorting/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 40) | function makeData(...lens: Array) { FILE: examples/vue/column-ordering/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/vue/column-pinning/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/vue/filters/src/tableHelper.ts type Person (line 13) | type Person = { FILE: examples/vue/pagination-controlled/src/useService.ts constant DEFAULT_PAGE_COUNT (line 5) | const DEFAULT_PAGE_COUNT = -1 constant DEFAULT_RESULT_COUNT (line 6) | const DEFAULT_RESULT_COUNT = -1 function useService (line 10) | function useService(pagination: Ref) { FILE: examples/vue/pagination/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/vue/row-selection/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 36) | function makeData(...lens: Array) { FILE: examples/vue/sorting/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 38) | function makeData(...lens: Array) { FILE: examples/vue/virtualized-rows/src/makeData.ts type Person (line 3) | type Person = { function makeData (line 39) | function makeData(...lens: number[]) { FILE: packages/angular-table/src/flex-render/context.ts function injectFlexRenderContext (line 12) | function injectFlexRenderContext>(): T { FILE: packages/angular-table/src/flex-render/flexRenderComponent.ts type CreateComponentOptions (line 12) | type CreateComponentOptions = Parameters[1] type CreateComponentBindings (line 13) | type CreateComponentBindings = CreateComponentOptions['bindings'] type CreateComponentDirectives (line 14) | type CreateComponentDirectives = CreateComponentOptions['directives'] type FlexRenderOptions (line 16) | interface FlexRenderOptions< type Inputs (line 109) | type Inputs = { type Outputs (line 115) | type Outputs = { function flexRenderComponent (line 150) | function flexRenderComponent( type FlexRenderComponent (line 205) | interface FlexRenderComponent { class FlexRenderComponentInstance (line 259) | class FlexRenderComponentInstance< method constructor (line 266) | constructor( FILE: packages/angular-table/src/flex-render/flexRenderComponentFactory.ts class FlexRenderComponentFactory (line 15) | class FlexRenderComponentFactory { method constructor (line 18) | constructor(viewContainerRef: ViewContainerRef) { method createComponent (line 22) | createComponent( class FlexRenderComponentRef (line 49) | class FlexRenderComponentRef { method constructor (line 56) | constructor( method component (line 77) | get component() { method inputs (line 81) | get inputs() { method outputs (line 85) | get outputs() { method diff (line 92) | diff(item: FlexRenderComponent) { method eqType (line 102) | eqType(compare: FlexRenderComponent): boolean { method update (line 109) | update(content: FlexRenderComponent) { method markAsDirty (line 141) | markAsDirty(): void { method setInputs (line 145) | setInputs(inputs: Record) { method setInput (line 151) | setInput(key: string, value: unknown) { method setOutputs (line 157) | setOutputs( method setOutput (line 169) | setOutput( class FlexRenderComponentOutputManager (line 196) | class FlexRenderComponentOutputManager { method constructor (line 205) | constructor(keyValueDiffers: KeyValueDiffers, initialOutputs: any) { method hasListener (line 212) | hasListener(outputName: string) { method setListener (line 216) | setListener(outputName: string, callback: (...args: Array) => voi... method getListener (line 220) | getListener(outputName: string) { method unsubscribeAll (line 224) | unsubscribeAll(): void { method unsubscribe (line 230) | unsubscribe(outputName: string) { method diff (line 238) | diff(outputs: Record['emit'] | undef... FILE: packages/angular-table/src/flex-render/renderer.ts type FlexRenderContent (line 40) | type FlexRenderContent> = type FlexRenderInputContent (line 53) | type FlexRenderInputContent> = type RendererViewOptions (line 66) | interface RendererViewOptions> { class FlexViewRenderer (line 99) | class FlexViewRenderer< method constructor (line 133) | constructor(options: RendererViewOptions) { method mount (line 144) | mount(): EffectRef { method destroy (line 172) | destroy(): void { method #update (line 183) | #update() { method #render (line 203) | #render() { method #shouldRecreateEntireView (line 247) | #shouldRecreateEntireView() { method #doCheck (line 255) | #doCheck() { method #renderViewByContent (line 269) | #renderViewByContent( method #renderStringContent (line 285) | #renderStringContent( method #renderTemplateRefContent (line 304) | #renderTemplateRefContent( method #renderComponent (line 320) | #renderComponent( method #renderCustomComponent (line 335) | #renderCustomComponent( method #getInjector (line 349) | #getInjector(parentInjector?: Injector) { FILE: packages/angular-table/src/flex-render/view.ts type FlexRenderTypedContent (line 8) | type FlexRenderTypedContent = function mapToFlexRenderTypedContent (line 18) | function mapToFlexRenderTypedContent( method constructor (line 45) | protected constructor( method previousContent (line 53) | get previousContent(): FlexRenderTypedContent { method content (line 57) | get content() { method content (line 61) | set content(content: FlexRenderTypedContent) { class FlexRenderTemplateView (line 75) | class FlexRenderTemplateView extends FlexRenderView< method constructor (line 78) | constructor( method updateProps (line 88) | override updateProps(props: Record) { method dirtyCheck (line 92) | override dirtyCheck() { method unmount (line 101) | override unmount() { method onDestroy (line 105) | override onDestroy(callback: Function) { class FlexRenderComponentView (line 110) | class FlexRenderComponentView extends FlexRenderView< method constructor (line 113) | constructor( method updateProps (line 123) | override updateProps(props: Record) { method dirtyCheck (line 137) | override dirtyCheck() { method unmount (line 158) | override unmount() { method onDestroy (line 162) | override onDestroy(callback: Function) { FILE: packages/angular-table/src/flexRender.ts class FlexRenderDirective (line 84) | class FlexRenderDirective< method constructor (line 109) | constructor() { FILE: packages/angular-table/src/helpers/cell.ts type TanStackTableCellContext (line 11) | interface TanStackTableCellContext< class TanStackTableCell (line 76) | class TanStackTableCell< function injectTableCellContext (line 98) | function injectTableCellContext< FILE: packages/angular-table/src/helpers/createTableHook.ts type RenderableComponent (line 35) | type RenderableComponent = type AppCellContext (line 47) | type AppCellContext< type AppHeaderContext (line 66) | type AppHeaderContext< type AppColumnDefTemplate (line 85) | type AppColumnDefTemplate = type AppColumnDefBase (line 92) | type AppColumnDefBase< type AppDisplayColumnDef (line 116) | type AppDisplayColumnDef< type AppGroupColumnDef (line 139) | type AppGroupColumnDef< type AppColumnHelper (line 168) | type AppColumnHelper< type AppAngularTable (line 243) | type AppAngularTable< type CreateTableContextOptions (line 273) | type CreateTableContextOptions< type CreateTableHookResult (line 305) | type CreateTableHookResult< function createTableHook (line 352) | function createTableHook< FILE: packages/angular-table/src/helpers/flexRenderCell.ts class FlexRenderCell (line 62) | class FlexRenderCell< method constructor (line 118) | constructor() { FILE: packages/angular-table/src/helpers/header.ts type TanStackTableHeaderContext (line 11) | interface TanStackTableHeaderContext< class TanStackTableHeader (line 71) | class TanStackTableHeader< function injectTableHeaderContext (line 93) | function injectTableHeaderContext< FILE: packages/angular-table/src/helpers/table.ts class TanStackTable (line 59) | class TanStackTable< function injectTableContext (line 81) | function injectTableContext< FILE: packages/angular-table/src/injectTable.ts type AngularTable (line 25) | type AngularTable< function injectTable (line 104) | function injectTable< FILE: packages/angular-table/src/lazySignalInitializer.ts function lazyInit (line 7) | function lazyInit(initializer: () => T): T { FILE: packages/angular-table/tests/angularReactivityFeature.test.ts type Data (line 9) | type Data = { id: string; title: string } function createTestTable (line 26) | function createTestTable(_data: WritableSignal> = data) { FILE: packages/angular-table/tests/benchmarks/setup.ts function createData (line 4) | function createData(size: number) { function createTestTable (line 22) | function createTestTable( FILE: packages/angular-table/tests/flex-render/flex-render-component.test-d.ts class Test (line 6) | class Test { FILE: packages/angular-table/tests/flex-render/flex-render-table.test.ts class FakeTemplateRefComponent (line 76) | @Component({ class EmptyCell (line 164) | @Component({ class ExpandCell (line 223) | @Component({ class TestComponent (line 238) | @Component({ class ExpandCell (line 330) | @Component({ class TestComponent (line 345) | @Component({ function expectPrimitiveValueIs (line 410) | function expectPrimitiveValueIs( type TestData (line 421) | type TestData = { id: string; title: string } function createTestTable (line 423) | function createTestTable( class TestBadgeComponent (line 537) | @Component({ FILE: packages/angular-table/tests/flex-render/flex-render.unit.test.ts type Data (line 15) | interface Data { class FakeTemplateRefComponent (line 73) | @Component({ class FakeComponent (line 104) | @Component({ method constructor (line 142) | constructor() {} class FakeComponent (line 135) | @Component({ method constructor (line 142) | constructor() {} class TestRenderComponent (line 167) | @Component({ type FlexRenderAllowedContent (line 183) | type FlexRenderAllowedContent = ReturnType< function expectPrimitiveValueIs (line 192) | function expectPrimitiveValueIs( FILE: packages/angular-table/tests/injectTable.test.ts class TableComponent (line 21) | @Component({ class RootComponent (line 37) | @Component({ type Data (line 52) | type Data = { id: string; title: string } FILE: packages/angular-table/tests/lazy-init.test.ts class Test (line 91) | @Component({ FILE: packages/angular-table/tests/test-utils.ts type ToSignalInputUpdatableMap (line 4) | type ToSignalInputUpdatableMap = { function setFixtureSignalInputs (line 14) | function setFixtureSignalInputs>( function setFixtureSignalInput (line 27) | function setFixtureSignalInput< function flushQueue (line 41) | async function flushQueue() { FILE: packages/lit-table/src/TableController.ts class TableController (line 11) | class TableController< method constructor (line 21) | constructor(host: ReactiveControllerHost) { method table (line 25) | public table( method _setupSubscription (line 103) | private _setupSubscription() { method hostConnected (line 114) | hostConnected() { method hostDisconnected (line 120) | hostDisconnected() { FILE: packages/lit-table/src/flexRender.ts function flexRender (line 3) | function flexRender( FILE: packages/match-sorter-utils/src/index.ts type AccessorAttributes (line 26) | type AccessorAttributes = { type RankingInfo (line 32) | interface RankingInfo { type AccessorOptions (line 40) | interface AccessorOptions { type AccessorFn (line 47) | type AccessorFn = (item: TItem) => string | Array type Accessor (line 49) | type Accessor = AccessorFn | AccessorOptions type RankItemOptions (line 51) | interface RankItemOptions { type Ranking (line 68) | type Ranking = (typeof rankings)[keyof typeof rankings] function rankItem (line 77) | function rankItem( function getMatchRanking (line 147) | function getMatchRanking( function getAcronym (line 210) | function getAcronym(string: string): string { function getClosenessRanking (line 232) | function getClosenessRanking( function compareItems (line 282) | function compareItems(a: RankingInfo, b: RankingInfo): number { function prepareValueForComparison (line 292) | function prepareValueForComparison( function getItemValues (line 311) | function getItemValues( function getAllValuesToRank (line 341) | function getAllValuesToRank( function getAccessorAttributes (line 372) | function getAccessorAttributes( FILE: packages/match-sorter-utils/src/remove-accents.ts function removeAccents (line 406) | function removeAccents(str: string) { FILE: packages/match-sorter-utils/tests/match-sorter-utils.test.ts type Person (line 4) | interface Person { FILE: packages/preact-table/src/FlexRender.tsx type Renderable (line 10) | type Renderable = ComponentChild | ComponentType function isPreactComponent (line 12) | function isPreactComponent( function isClassComponent (line 22) | function isClassComponent(component: any) { function isExoticComponent (line 32) | function isExoticComponent(component: any) { function flexRender (line 46) | function flexRender( type FlexRenderProps (line 64) | type FlexRenderProps< function FlexRender (line 98) | function FlexRender< FILE: packages/preact-table/src/Subscribe.ts type SubscribeProps (line 11) | type SubscribeProps< function Subscribe (line 57) | function Subscribe< FILE: packages/preact-table/src/createTableHook.tsx type AppCellContext (line 41) | type AppCellContext< type AppHeaderContext (line 60) | type AppHeaderContext< type AppColumnDefTemplate (line 79) | type AppColumnDefTemplate = type AppColumnDefBase (line 86) | type AppColumnDefBase< type AppDisplayColumnDef (line 110) | type AppDisplayColumnDef< type AppGroupColumnDef (line 133) | type AppGroupColumnDef< type AppColumnHelper (line 162) | type AppColumnHelper< type CreateTableHookOptions (line 242) | type CreateTableHookOptions< type AppTablePropsWithoutSelector (line 277) | interface AppTablePropsWithoutSelector { type AppTablePropsWithSelector (line 285) | interface AppTablePropsWithSelector< type AppCellPropsWithoutSelector (line 296) | interface AppCellPropsWithoutSelector< type AppCellPropsWithSelector (line 313) | interface AppCellPropsWithSelector< type AppHeaderPropsWithoutSelector (line 332) | interface AppHeaderPropsWithoutSelector< type AppHeaderPropsWithSelector (line 349) | interface AppHeaderPropsWithSelector< type AppCellComponent (line 368) | interface AppCellComponent< type AppHeaderComponent (line 395) | interface AppHeaderComponent< type AppTableComponent (line 422) | interface AppTableComponent { type AppPreactTable (line 432) | type AppPreactTable< function createTableHook (line 592) | function createTableHook< FILE: packages/preact-table/src/useTable.ts type PreactTable (line 22) | type PreactTable< function useTable (line 77) | function useTable< FILE: packages/react-table-devtools/src/ReactTableDevtools.tsx type TableDevtoolsReactInit (line 11) | interface TableDevtoolsReactInit< function TableDevtoolsPanel (line 21) | function TableDevtoolsPanel(props: TableDevtoolsReactInit) { FILE: packages/react-table-devtools/src/plugin.tsx type TableDevtoolsPluginOptions (line 5) | interface TableDevtoolsPluginOptions< function tableDevtoolsPlugin (line 12) | function tableDevtoolsPlugin< function tableDevtoolsNoOpPlugin (line 24) | function tableDevtoolsNoOpPlugin< FILE: packages/react-table/src/FlexRender.tsx type Renderable (line 11) | type Renderable = ReactNode | ComponentType function isReactComponent (line 13) | function isReactComponent( function isClassComponent (line 23) | function isClassComponent(component: any) { function isExoticComponent (line 33) | function isExoticComponent(component: any) { function flexRender (line 45) | function flexRender( type FlexRenderProps (line 63) | type FlexRenderProps< function FlexRender (line 97) | function FlexRender< FILE: packages/react-table/src/Subscribe.ts type SubscribeProps (line 13) | type SubscribeProps< function Subscribe (line 59) | function Subscribe< FILE: packages/react-table/src/createTableHook.tsx type AppCellContext (line 42) | type AppCellContext< type AppHeaderContext (line 61) | type AppHeaderContext< type AppColumnDefTemplate (line 80) | type AppColumnDefTemplate = type AppColumnDefBase (line 87) | type AppColumnDefBase< type AppDisplayColumnDef (line 111) | type AppDisplayColumnDef< type AppGroupColumnDef (line 134) | type AppGroupColumnDef< type AppColumnHelper (line 163) | type AppColumnHelper< type CreateTableHookOptions (line 243) | type CreateTableHookOptions< type AppTablePropsWithoutSelector (line 278) | interface AppTablePropsWithoutSelector { type AppTablePropsWithSelector (line 286) | interface AppTablePropsWithSelector< type AppCellPropsWithoutSelector (line 297) | interface AppCellPropsWithoutSelector< type AppCellPropsWithSelector (line 314) | interface AppCellPropsWithSelector< type AppHeaderPropsWithoutSelector (line 333) | interface AppHeaderPropsWithoutSelector< type AppHeaderPropsWithSelector (line 350) | interface AppHeaderPropsWithSelector< type AppCellComponent (line 369) | interface AppCellComponent< type AppHeaderComponent (line 396) | interface AppHeaderComponent< type AppTableComponent (line 423) | interface AppTableComponent { type AppReactTable (line 431) | type AppReactTable< function createTableHook (line 591) | function createTableHook< FILE: packages/react-table/src/useLegacyTable.ts function getFilteredRowModel (line 51) | function getFilteredRowModel< function getSortedRowModel (line 63) | function getSortedRowModel< function getPaginationRowModel (line 75) | function getPaginationRowModel< function getExpandedRowModel (line 87) | function getExpandedRowModel< function getGroupedRowModel (line 99) | function getGroupedRowModel< function getFacetedRowModel (line 111) | function getFacetedRowModel< function getFacetedMinMaxValues (line 123) | function getFacetedMinMaxValues< function getFacetedUniqueValues (line 135) | function getFacetedUniqueValues< function getCoreRowModel (line 147) | function getCoreRowModel< type RowModelFactory (line 160) | type RowModelFactory = ( type FacetedRowModelFactory (line 167) | type FacetedRowModelFactory = ( type FacetedMinMaxValuesFactory (line 175) | type FacetedMinMaxValuesFactory = ( type FacetedUniqueValuesFactory (line 183) | type FacetedUniqueValuesFactory = ( type LegacyRowModelOptions (line 191) | interface LegacyRowModelOptions { type LegacyTableOptions (line 247) | type LegacyTableOptions = Omit< type LegacyReactTable (line 258) | type LegacyReactTable = ReactTable< type LegacyColumn (line 275) | type LegacyColumn = Column< type LegacyRow (line 282) | type LegacyRow = Row type LegacyCell (line 285) | type LegacyCell = Cell< type LegacyHeader (line 292) | type LegacyHeader = Header< type LegacyHeaderGroup (line 299) | type LegacyHeaderGroup = HeaderGroup< type LegacyColumnDef (line 305) | type LegacyColumnDef< type LegacyTable (line 311) | type LegacyTable = Table function legacyCreateColumnHelper (line 323) | function legacyCreateColumnHelper() { function useLegacyTable (line 365) | function useLegacyTable( FILE: packages/react-table/src/useTable.ts type ReactTable (line 24) | type ReactTable< function useTable (line 79) | function useTable< FILE: packages/solid-table-devtools/src/TableDevtools.tsx type TableDevtoolsSolidInit (line 10) | interface TableDevtoolsSolidInit< function TableDevtoolsPanel (line 20) | function TableDevtoolsPanel(props: TableDevtoolsSolidInit) { FILE: packages/solid-table-devtools/src/plugin.tsx type TableDevtoolsPluginOptions (line 5) | interface TableDevtoolsPluginOptions< function tableDevtoolsPlugin (line 12) | function tableDevtoolsPlugin< function tableDevtoolsNoOpPlugin (line 24) | function tableDevtoolsNoOpPlugin< FILE: packages/solid-table-devtools/src/production/TableDevtools.tsx type TableDevtoolsSolidInit (line 8) | interface TableDevtoolsSolidInit extends DevtoolsPanelProps {} FILE: packages/solid-table/src/FlexRender.tsx function flexRender (line 11) | function flexRender( type FlexRenderProps (line 31) | type FlexRenderProps< function FlexRender (line 65) | function FlexRender< FILE: packages/solid-table/src/createTable.ts type SolidTable (line 17) | type SolidTable< function createTable (line 51) | function createTable< FILE: packages/solid-table/src/createTableHook.tsx type ComponentType (line 31) | type ComponentType> = Component type AppCellContext (line 41) | type AppCellContext< type AppHeaderContext (line 60) | type AppHeaderContext< type AppColumnDefTemplate (line 79) | type AppColumnDefTemplate = type AppColumnDefBase (line 86) | type AppColumnDefBase< type AppDisplayColumnDef (line 110) | type AppDisplayColumnDef< type AppGroupColumnDef (line 133) | type AppGroupColumnDef< type AppColumnHelper (line 162) | type AppColumnHelper< type CreateTableHookOptions (line 242) | type CreateTableHookOptions< type AppTablePropsWithoutSelector (line 277) | interface AppTablePropsWithoutSelector { type AppTablePropsWithSelector (line 285) | interface AppTablePropsWithSelector< type AppCellPropsWithoutSelector (line 296) | interface AppCellPropsWithoutSelector< type AppCellPropsWithSelector (line 313) | interface AppCellPropsWithSelector< type AppHeaderPropsWithoutSelector (line 332) | interface AppHeaderPropsWithoutSelector< type AppHeaderPropsWithSelector (line 349) | interface AppHeaderPropsWithSelector< type AppCellComponent (line 368) | interface AppCellComponent< type AppHeaderComponent (line 395) | interface AppHeaderComponent< type AppTableComponent (line 422) | interface AppTableComponent { type AppSolidTable (line 432) | type AppSolidTable< function createTableHook (line 611) | function createTableHook< FILE: packages/svelte-table/src/createTable.svelte.ts type SvelteTable (line 13) | type SvelteTable< function createTable (line 47) | function createTable< function mergeObjects (line 136) | function mergeObjects(...sources: any): any { FILE: packages/svelte-table/src/createTableHelper.ts type TableHelper (line 12) | type TableHelper< function createTableHelper (line 24) | function createTableHelper< FILE: packages/svelte-table/src/createTableState.svelte.ts function createTableState (line 3) | function createTableState( FILE: packages/svelte-table/src/render-component.ts class RenderComponentConfig (line 19) | class RenderComponentConfig { method constructor (line 20) | constructor( class RenderSnippetConfig (line 41) | class RenderSnippetConfig { method constructor (line 42) | constructor( FILE: packages/table-core/src/core/cells/constructCell.ts function getCellPrototype (line 13) | function getCellPrototype< function constructCell (line 26) | function constructCell< FILE: packages/table-core/src/core/cells/coreCellsFeature.ts type CoreCellsFeatureConstructors (line 11) | interface CoreCellsFeatureConstructors< function constructCoreCellsFeature (line 19) | function constructCoreCellsFeature< FILE: packages/table-core/src/core/cells/coreCellsFeature.types.ts type CellContext (line 8) | interface CellContext< type Cell_CoreProperties (line 21) | interface Cell_CoreProperties< type Cell_Cell (line 44) | interface Cell_Cell< type TableOptions_Cell (line 63) | interface TableOptions_Cell { FILE: packages/table-core/src/core/cells/coreCellsFeature.utils.ts function cell_getValue (line 5) | function cell_getValue< function cell_renderValue (line 13) | function cell_renderValue< function cell_getContext (line 21) | function cell_getContext< FILE: packages/table-core/src/core/columns/constructColumn.ts function getColumnPrototype (line 17) | function getColumnPrototype< function constructColumn (line 30) | function constructColumn< FILE: packages/table-core/src/core/columns/coreColumnsFeature.ts type CoreColumnsFeatureConstructors (line 20) | interface CoreColumnsFeatureConstructors< function constructCoreColumnsFeature (line 29) | function constructCoreColumnsFeature< FILE: packages/table-core/src/core/columns/coreColumnsFeature.types.ts type Column_CoreProperties (line 7) | interface Column_CoreProperties< type Column_Column (line 45) | interface Column_Column< type TableOptions_Columns (line 60) | interface TableOptions_Columns< type Table_Columns (line 75) | interface Table_Columns< FILE: packages/table-core/src/core/columns/coreColumnsFeature.utils.ts function column_getFlatColumns (line 14) | function column_getFlatColumns< function column_getLeafColumns (line 24) | function column_getLeafColumns< function table_getDefaultColumnDef (line 46) | function table_getDefaultColumnDef< function table_getAllColumns (line 75) | function table_getAllColumns< function table_getAllFlatColumns (line 106) | function table_getAllFlatColumns< function table_getAllFlatColumnsById (line 115) | function table_getAllFlatColumnsById< function table_getAllLeafColumns (line 130) | function table_getAllLeafColumns< function table_getColumn (line 146) | function table_getColumn< FILE: packages/table-core/src/core/coreFeatures.ts type CoreFeatures (line 8) | interface CoreFeatures { FILE: packages/table-core/src/core/headers/buildHeaderGroups.ts function buildHeaderGroups (line 11) | function buildHeaderGroups< FILE: packages/table-core/src/core/headers/constructHeader.ts function getHeaderPrototype (line 12) | function getHeaderPrototype< function constructHeader (line 25) | function constructHeader< FILE: packages/table-core/src/core/headers/coreHeadersFeature.ts type CoreHeadersFeatureConstructors (line 23) | interface CoreHeadersFeatureConstructors< function constructCoreHeadersFeature (line 31) | function constructCoreHeadersFeature< FILE: packages/table-core/src/core/headers/coreHeadersFeature.types.ts type Table_Headers (line 8) | interface Table_Headers< type HeaderContext (line 30) | interface HeaderContext< type Header_CoreProperties (line 49) | interface Header_CoreProperties< type Header_Header (line 100) | interface Header_Header< type HeaderGroup_Header (line 115) | interface HeaderGroup_Header< FILE: packages/table-core/src/core/headers/coreHeadersFeature.utils.ts function header_getLeafHeaders (line 17) | function header_getLeafHeaders< function header_getContext (line 36) | function header_getContext< function table_getHeaderGroups (line 48) | function table_getHeaderGroups< function table_getFooterGroups (line 82) | function table_getFooterGroups< function table_getFlatHeaders (line 90) | function table_getFlatHeaders< function table_getLeafHeaders (line 102) | function table_getLeafHeaders< FILE: packages/table-core/src/core/row-models/coreRowModelsFeature.ts type CoreRowModelsFeatureConstructors (line 20) | interface CoreRowModelsFeatureConstructors< function constructCoreRowModelsFeature (line 27) | function constructCoreRowModelsFeature< FILE: packages/table-core/src/core/row-models/coreRowModelsFeature.types.ts type RowModel (line 12) | interface RowModel< type CreateRowModel_Plugins (line 21) | interface CreateRowModel_Plugins {} type CreateRowModel_Core (line 23) | interface CreateRowModel_Core< type CachedRowModel_Plugins (line 35) | interface CachedRowModel_Plugins {} type CachedRowModel_Core (line 37) | interface CachedRowModel_Core< type Table_RowModels_Core (line 44) | interface Table_RowModels_Core< type Table_RowModels (line 58) | type Table_RowModels< FILE: packages/table-core/src/core/row-models/coreRowModelsFeature.utils.ts function table_getCoreRowModel (line 7) | function table_getCoreRowModel< function table_getPreFilteredRowModel (line 20) | function table_getPreFilteredRowModel< function table_getFilteredRowModel (line 27) | function table_getFilteredRowModel< function table_getPreGroupedRowModel (line 43) | function table_getPreGroupedRowModel< function table_getGroupedRowModel (line 50) | function table_getGroupedRowModel< function table_getPreSortedRowModel (line 66) | function table_getPreSortedRowModel< function table_getSortedRowModel (line 73) | function table_getSortedRowModel< function table_getPreExpandedRowModel (line 89) | function table_getPreExpandedRowModel< function table_getExpandedRowModel (line 96) | function table_getExpandedRowModel< function table_getPrePaginatedRowModel (line 112) | function table_getPrePaginatedRowModel< function table_getPaginatedRowModel (line 119) | function table_getPaginatedRowModel< function table_getRowModel (line 135) | function table_getRowModel< FILE: packages/table-core/src/core/row-models/createCoreRowModel.ts function createCoreRowModel (line 10) | function createCoreRowModel< function _createCoreRowModel (line 27) | function _createCoreRowModel< FILE: packages/table-core/src/core/rows/constructRow.ts function getRowPrototype (line 11) | function getRowPrototype< FILE: packages/table-core/src/core/rows/coreRowsFeature.ts type CoreRowsFeatureConstructors (line 22) | interface CoreRowsFeatureConstructors< function constructCoreRowsFeature (line 31) | function constructCoreRowsFeature< FILE: packages/table-core/src/core/rows/coreRowsFeature.types.ts type Row_CoreProperties (line 7) | interface Row_CoreProperties< type Row_Row (line 47) | interface Row_Row< type TableOptions_Rows (line 82) | interface TableOptions_Rows< type Table_Rows (line 105) | interface Table_Rows< FILE: packages/table-core/src/core/rows/coreRowsFeature.utils.ts function row_getValue (line 9) | function row_getValue< function row_getUniqueValues (line 28) | function row_getUniqueValues< function row_renderValue (line 55) | function row_renderValue< function row_getLeafRows (line 62) | function row_getLeafRows< function row_getParentRow (line 69) | function row_getParentRow< function row_getParentRows (line 76) | function row_getParentRows< function row_getAllCells (line 92) | function row_getAllCells< function row_getAllCellsByColumnId (line 101) | function row_getAllCellsByColumnId< function table_getRowId (line 114) | function table_getRowId< function table_getRow (line 129) | function table_getRow< FILE: packages/table-core/src/core/table/constructTable.ts function getInitialTableState (line 10) | function getInitialTableState( function createTableStore (line 22) | function createTableStore( function constructTable (line 29) | function constructTable< FILE: packages/table-core/src/core/table/coreTablesFeature.ts type CoreTablesFeatureConstructors (line 7) | interface CoreTablesFeatureConstructors< function constructCoreTablesFeature (line 15) | function constructCoreTablesFeature< FILE: packages/table-core/src/core/table/coreTablesFeature.types.ts type TableMeta (line 10) | interface TableMeta< type TableOptions_Table (line 15) | interface TableOptions_Table< type Table_CoreProperties (line 61) | interface Table_CoreProperties< type Table_Table (line 115) | interface Table_Table< FILE: packages/table-core/src/core/table/coreTablesFeature.utils.ts function table_reset (line 7) | function table_reset< function table_mergeOptions (line 14) | function table_mergeOptions< function table_setOptions (line 31) | function table_setOptions< FILE: packages/table-core/src/features/column-faceting/columnFacetingFeature.ts type ColumnFacetingFeatureConstructors (line 23) | interface ColumnFacetingFeatureConstructors< function constructColumnFacetingFeature (line 32) | function constructColumnFacetingFeature< FILE: packages/table-core/src/features/column-faceting/columnFacetingFeature.types.ts type Column_ColumnFaceting (line 6) | interface Column_ColumnFaceting< type Table_RowModels_Faceted (line 24) | interface Table_RowModels_Faceted< type CreateRowModel_Faceted (line 45) | interface CreateRowModel_Faceted< type CachedRowModel_Faceted (line 72) | interface CachedRowModel_Faceted< type Table_ColumnFaceting (line 81) | interface Table_ColumnFaceting< FILE: packages/table-core/src/features/column-faceting/columnFacetingFeature.utils.ts function column_getFacetedMinMaxValues (line 7) | function column_getFacetedMinMaxValues< function column_getFacetedRowModel (line 21) | function column_getFacetedRowModel< function column_getFacetedUniqueValues (line 35) | function column_getFacetedUniqueValues< function table_getGlobalFacetedMinMaxValues (line 49) | function table_getGlobalFacetedMinMaxValues< function table_getGlobalFacetedRowModel (line 59) | function table_getGlobalFacetedRowModel< function table_getGlobalFacetedUniqueValues (line 69) | function table_getGlobalFacetedUniqueValues< FILE: packages/table-core/src/features/column-faceting/createFacetedMinMaxValues.ts function createFacetedMinMaxValues (line 8) | function createFacetedMinMaxValues< function _createFacetedMinMaxValues (line 38) | function _createFacetedMinMaxValues< FILE: packages/table-core/src/features/column-faceting/createFacetedRowModel.ts function createFacetedRowModel (line 13) | function createFacetedRowModel< function _createFacetedRowModel (line 44) | function _createFacetedRowModel< FILE: packages/table-core/src/features/column-faceting/createFacetedUniqueValues.ts function createFacetedUniqueValues (line 8) | function createFacetedUniqueValues< function _createFacetedUniqueValues (line 38) | function _createFacetedUniqueValues< FILE: packages/table-core/src/features/column-filtering/columnFilteringFeature.ts type ColumnFilteringFeatureConstructors (line 32) | interface ColumnFilteringFeatureConstructors< function constructColumnFilteringFeature (line 47) | function constructColumnFilteringFeature< FILE: packages/table-core/src/features/column-filtering/columnFilteringFeature.types.ts type FilterMeta (line 14) | interface FilterMeta {} type FilterFns (line 16) | interface FilterFns {} type TableState_ColumnFiltering (line 18) | interface TableState_ColumnFiltering { type ColumnFiltersState (line 22) | type ColumnFiltersState = Array type ColumnFilter (line 24) | interface ColumnFilter { type ResolvedColumnFilter (line 29) | interface ResolvedColumnFilter< type RowModelFns_ColumnFiltering (line 38) | interface RowModelFns_ColumnFiltering< type FilterFn (line 45) | interface FilterFn< type TransformFilterValueFn (line 59) | type TransformFilterValueFn< type ColumnFilterAutoRemoveTestFn (line 65) | type ColumnFilterAutoRemoveTestFn< type CustomFilterFns (line 71) | type CustomFilterFns< type FilterFnOption (line 76) | type FilterFnOption< type ColumnDef_ColumnFiltering (line 81) | interface ColumnDef_ColumnFiltering< type Column_ColumnFiltering (line 95) | interface Column_ColumnFiltering< type Row_ColumnFiltering (line 129) | interface Row_ColumnFiltering< type TableOptions_ColumnFiltering (line 143) | interface TableOptions_ColumnFiltering< type Table_ColumnFiltering (line 175) | interface Table_ColumnFiltering { type Table_RowModels_Filtered (line 186) | interface Table_RowModels_Filtered< type CreateRowModel_Filtered (line 200) | interface CreateRowModel_Filtered< type CachedRowModel_Filtered (line 214) | interface CachedRowModel_Filtered< FILE: packages/table-core/src/features/column-filtering/columnFilteringFeature.utils.ts function getDefaultColumnFiltersState (line 11) | function getDefaultColumnFiltersState(): ColumnFiltersState { function column_getAutoFilterFn (line 15) | function column_getAutoFilterFn< function column_getFilterFn (line 51) | function column_getFilterFn< function column_getCanFilter (line 77) | function column_getCanFilter< function column_getIsFiltered (line 90) | function column_getIsFiltered< function column_getFilterValue (line 98) | function column_getFilterValue< function column_getFilterIndex (line 107) | function column_getFilterIndex< function column_setFilterValue (line 119) | function column_setFilterValue< function table_setColumnFilters (line 156) | function table_setColumnFilters< function table_resetColumnFilters (line 184) | function table_resetColumnFilters< function shouldAutoRemoveFilter (line 194) | function shouldAutoRemoveFilter< FILE: packages/table-core/src/features/column-filtering/createFilteredRowModel.ts function createFilteredRowModel (line 22) | function createFilteredRowModel< function _createFilteredRowModel (line 46) | function _createFilteredRowModel< FILE: packages/table-core/src/features/column-filtering/filterRowsUtils.ts function filterRows (line 9) | function filterRows< function filterRowModelFromLeafs (line 24) | function filterRowModelFromLeafs< function filterRowModelFromRoot (line 98) | function filterRowModelFromRoot< FILE: packages/table-core/src/features/column-grouping/columnGroupingFeature.ts type ColumnGroupingFeatureConstructors (line 38) | interface ColumnGroupingFeatureConstructors< function constructColumnGroupingFeature (line 54) | function constructColumnGroupingFeature< FILE: packages/table-core/src/features/column-grouping/columnGroupingFeature.types.ts type GroupingState (line 15) | type GroupingState = Array type TableState_ColumnGrouping (line 17) | interface TableState_ColumnGrouping { type RowModelFns_ColumnGrouping (line 21) | interface RowModelFns_ColumnGrouping< type AggregationFns (line 28) | interface AggregationFns {} type AggregationFn (line 30) | type AggregationFn< type CustomAggregationFns (line 39) | type CustomAggregationFns< type AggregationFnOption (line 44) | type AggregationFnOption< type ColumnDef_ColumnGrouping (line 53) | interface ColumnDef_ColumnGrouping< type Column_ColumnGrouping (line 78) | interface Column_ColumnGrouping< type Row_ColumnGrouping (line 112) | interface Row_ColumnGrouping { type Cell_ColumnGrouping (line 132) | interface Cell_ColumnGrouping { type ColumnDefaultOptions (line 147) | interface ColumnDefaultOptions { type TableOptions_ColumnGrouping (line 152) | interface TableOptions_ColumnGrouping { type GroupingColumnMode (line 171) | type GroupingColumnMode = false | 'reorder' | 'remove' type Table_ColumnGrouping (line 173) | interface Table_ColumnGrouping< type Table_RowModels_Grouped (line 187) | interface Table_RowModels_Grouped< type CreateRowModel_Grouped (line 201) | interface CreateRowModel_Grouped< type CachedRowModel_Grouped (line 213) | interface CachedRowModel_Grouped< FILE: packages/table-core/src/features/column-grouping/columnGroupingFeature.utils.ts function getDefaultGroupingState (line 15) | function getDefaultGroupingState(): GroupingState { function column_toggleGrouping (line 19) | function column_toggleGrouping< function column_getCanGroup (line 34) | function column_getCanGroup< function column_getIsGrouped (line 46) | function column_getIsGrouped< function column_getGroupedIndex (line 54) | function column_getGroupedIndex< function column_getToggleGroupingHandler (line 62) | function column_getToggleGroupingHandler< function column_getAutoAggregationFn (line 75) | function column_getAutoAggregationFn< function column_getAggregationFn (line 97) | function column_getAggregationFn< function table_setGrouping (line 113) | function table_setGrouping< function table_resetGrouping (line 120) | function table_resetGrouping< function row_getIsGrouped (line 130) | function row_getIsGrouped< function row_getGroupingValue (line 137) | function row_getGroupingValue< function cell_getIsGrouped (line 163) | function cell_getIsGrouped< function cell_getIsPlaceholder (line 174) | function cell_getIsPlaceholder< function cell_getIsAggregated (line 182) | function cell_getIsAggregated< FILE: packages/table-core/src/features/column-grouping/createGroupedRowModel.ts function createGroupedRowModel (line 22) | function createGroupedRowModel< function _createGroupedRowModel (line 49) | function _createGroupedRowModel< function groupBy (line 199) | function groupBy type TableState_ColumnOrdering (line 7) | interface TableState_ColumnOrdering { type TableOptions_ColumnOrdering (line 11) | interface TableOptions_ColumnOrdering { type Column_ColumnOrdering (line 18) | interface Column_ColumnOrdering { type ColumnOrderDefaultOptions (line 33) | interface ColumnOrderDefaultOptions { type Table_ColumnOrdering (line 37) | interface Table_ColumnOrdering< FILE: packages/table-core/src/features/column-ordering/columnOrderingFeature.utils.ts function getDefaultColumnOrderState (line 10) | function getDefaultColumnOrderState(): ColumnOrderState { function column_getIndex (line 14) | function column_getIndex< function column_getIsFirstColumn (line 26) | function column_getIsFirstColumn< function column_getIsLastColumn (line 38) | function column_getIsLastColumn< function table_setColumnOrder (line 50) | function table_setColumnOrder< function table_resetColumnOrder (line 57) | function table_resetColumnOrder< function table_getOrderColumnsFn (line 67) | function table_getOrderColumnsFn< function orderColumns (line 106) | function orderColumns< FILE: packages/table-core/src/features/column-pinning/columnPinningFeature.ts type ColumnPinningFeatureConstructors (line 50) | interface ColumnPinningFeatureConstructors< function constructColumnPinningFeature (line 62) | function constructColumnPinningFeature< FILE: packages/table-core/src/features/column-pinning/columnPinningFeature.types.ts type ColumnPinningPosition (line 8) | type ColumnPinningPosition = false | 'left' | 'right' type ColumnPinningState (line 10) | interface ColumnPinningState { type TableState_ColumnPinning (line 15) | interface TableState_ColumnPinning { type TableOptions_ColumnPinning (line 19) | interface TableOptions_ColumnPinning { type ColumnPinningDefaultOptions (line 30) | interface ColumnPinningDefaultOptions { type ColumnDef_ColumnPinning (line 34) | interface ColumnDef_ColumnPinning { type Column_ColumnPinning (line 41) | interface Column_ColumnPinning { type Row_ColumnPinning (line 60) | interface Row_ColumnPinning< type Table_ColumnPinning (line 78) | interface Table_ColumnPinning< FILE: packages/table-core/src/features/column-pinning/columnPinningFeature.utils.ts function getDefaultColumnPinningState (line 22) | function getDefaultColumnPinningState(): ColumnPinningState { function column_pin (line 31) | function column_pin< function column_getCanPin (line 69) | function column_getCanPin< function column_getIsPinned (line 85) | function column_getIsPinned< function column_getPinnedIndex (line 103) | function column_getPinnedIndex< function row_getCenterVisibleCells (line 118) | function row_getCenterVisibleCells< function row_getLeftVisibleCells (line 133) | function row_getLeftVisibleCells< function row_getRightVisibleCells (line 154) | function row_getRightVisibleCells< function table_setColumnPinning (line 177) | function table_setColumnPinning< function table_resetColumnPinning (line 187) | function table_resetColumnPinning< function table_getIsSomeColumnsPinned (line 199) | function table_getIsSomeColumnsPinned< function table_getLeftHeaderGroups (line 213) | function table_getLeftHeaderGroups< function table_getRightHeaderGroups (line 233) | function table_getRightHeaderGroups< function table_getCenterHeaderGroups (line 253) | function table_getCenterHeaderGroups< function table_getLeftFooterGroups (line 277) | function table_getLeftFooterGroups< function table_getRightFooterGroups (line 289) | function table_getRightFooterGroups< function table_getCenterFooterGroups (line 301) | function table_getCenterFooterGroups< function table_getLeftFlatHeaders (line 315) | function table_getLeftFlatHeaders< function table_getRightFlatHeaders (line 331) | function table_getRightFlatHeaders< function table_getCenterFlatHeaders (line 347) | function table_getCenterFlatHeaders< function table_getLeftLeafHeaders (line 365) | function table_getLeftLeafHeaders< function table_getRightLeafHeaders (line 376) | function table_getRightLeafHeaders< function table_getCenterLeafHeaders (line 387) | function table_getCenterLeafHeaders< function table_getLeftLeafColumns (line 400) | function table_getLeftLeafColumns< function table_getRightLeafColumns (line 414) | function table_getRightLeafColumns< function table_getCenterLeafColumns (line 428) | function table_getCenterLeafColumns< function table_getPinnedLeafColumns (line 438) | function table_getPinnedLeafColumns< function table_getLeftVisibleLeafColumns (line 468) | function table_getLeftVisibleLeafColumns< function table_getRightVisibleLeafColumns (line 481) | function table_getRightVisibleLeafColumns< function table_getCenterVisibleLeafColumns (line 494) | function table_getCenterVisibleLeafColumns< function table_getPinnedVisibleLeafColumns (line 507) | function table_getPinnedVisibleLeafColumns< FILE: packages/table-core/src/features/column-resizing/columnResizingFeature.ts type ColumnResizingFeatureConstructors (line 24) | interface ColumnResizingFeatureConstructors< function constructColumnResizingFeature (line 35) | function constructColumnResizingFeature< FILE: packages/table-core/src/features/column-resizing/columnResizingFeature.types.ts type TableState_ColumnResizing (line 3) | interface TableState_ColumnResizing { type columnResizingState (line 7) | interface columnResizingState { type ColumnResizeMode (line 16) | type ColumnResizeMode = 'onChange' | 'onEnd' type ColumnResizeDirection (line 18) | type ColumnResizeDirection = 'ltr' | 'rtl' type TableOptions_ColumnResizing (line 20) | interface TableOptions_ColumnResizing { type ColumnResizingDefaultOptions (line 39) | type ColumnResizingDefaultOptions = Pick< type Table_ColumnResizing (line 44) | interface Table_ColumnResizing { type ColumnDef_ColumnResizing (line 55) | interface ColumnDef_ColumnResizing { type Column_ColumnResizing (line 62) | interface Column_ColumnResizing { type Header_ColumnResizing (line 73) | interface Header_ColumnResizing { FILE: packages/table-core/src/features/column-resizing/columnResizingFeature.utils.ts function getDefaultColumnResizingState (line 15) | function getDefaultColumnResizingState(): columnResizingState { function column_getCanResize (line 26) | function column_getCanResize< function column_getIsResizing (line 37) | function column_getIsResizing< function header_getResizeHandler (line 45) | function header_getResizeHandler< function table_setColumnResizing (line 216) | function table_setColumnResizing< function table_resetHeaderSizeInfo (line 226) | function table_resetHeaderSizeInfo< function passiveEventSupported (line 238) | function passiveEventSupported() { function isTouchStartEvent (line 263) | function isTouchStartEvent(e: unknown): e is TouchEvent { FILE: packages/table-core/src/features/column-sizing/columnSizingFeature.ts type ColumnSizingFeatureConstructors (line 35) | interface ColumnSizingFeatureConstructors< function constructColumnSizingFeature (line 47) | function constructColumnSizingFeature< FILE: packages/table-core/src/features/column-sizing/columnSizingFeature.types.ts type TableState_ColumnSizing (line 4) | interface TableState_ColumnSizing { type ColumnSizingState (line 8) | type ColumnSizingState = Record type TableOptions_ColumnSizing (line 10) | interface TableOptions_ColumnSizing { type ColumnSizingDefaultOptions (line 17) | type ColumnSizingDefaultOptions = Pick< type Table_ColumnSizing (line 22) | interface Table_ColumnSizing { type ColumnDef_ColumnSizing (line 49) | interface ColumnDef_ColumnSizing { type Column_ColumnSizing (line 64) | interface Column_ColumnSizing { type Header_ColumnSizing (line 83) | interface Header_ColumnSizing { FILE: packages/table-core/src/features/column-sizing/columnSizingFeature.utils.ts function getDefaultColumnSizingState (line 17) | function getDefaultColumnSizingState(): ColumnSizingState { function getDefaultColumnSizingColumnDef (line 21) | function getDefaultColumnSizingColumnDef() { function column_getSize (line 29) | function column_getSize< function column_getStart (line 46) | function column_getStart< function column_getAfter (line 66) | function column_getAfter< function column_resetSize (line 88) | function column_resetSize< function header_getSize (line 98) | function header_getSize< function header_getStart (line 118) | function header_getStart< function table_setColumnSizing (line 137) | function table_setColumnSizing< function table_resetColumnSizing (line 147) | function table_resetColumnSizing< function table_getTotalSize (line 157) | function table_getTotalSize< function table_getLeftTotalSize (line 168) | function table_getLeftTotalSize< function table_getCenterTotalSize (line 183) | function table_getCenterTotalSize< function table_getRightTotalSize (line 198) | function table_getRightTotalSize< FILE: packages/table-core/src/features/column-visibility/columnVisibilityFeature.ts type ColumnVisibilityFeatureConstructors (line 39) | interface ColumnVisibilityFeatureConstructors< function constructColumnVisibilityFeature (line 51) | function constructColumnVisibilityFeature< FILE: packages/table-core/src/features/column-visibility/columnVisibilityFeature.types.ts type ColumnVisibilityState (line 6) | type ColumnVisibilityState = Record type TableState_ColumnVisibility (line 8) | interface TableState_ColumnVisibility { type TableOptions_ColumnVisibility (line 12) | interface TableOptions_ColumnVisibility { type VisibilityDefaultOptions (line 23) | type VisibilityDefaultOptions = Pick< type Table_ColumnVisibility (line 28) | interface Table_ColumnVisibility< type ColumnDef_ColumnVisibility (line 66) | interface ColumnDef_ColumnVisibility { type Row_ColumnVisibility (line 73) | interface Row_ColumnVisibility< type Column_ColumnVisibility (line 84) | interface Column_ColumnVisibility { FILE: packages/table-core/src/features/column-visibility/columnVisibilityFeature.utils.ts function getDefaultColumnVisibilityState (line 10) | function getDefaultColumnVisibilityState(): ColumnVisibilityState { function column_toggleVisibility (line 14) | function column_toggleVisibility< function column_getIsVisible (line 29) | function column_getIsVisible< function column_getCanHide (line 44) | function column_getCanHide< function column_getToggleVisibilityHandler (line 55) | function column_getToggleVisibilityHandler< function row_getAllVisibleCells (line 68) | function row_getAllVisibleCells< function row_getVisibleCells (line 79) | function row_getVisibleCells< function table_getVisibleFlatColumns (line 90) | function table_getVisibleFlatColumns< function table_getVisibleLeafColumns (line 101) | function table_getVisibleLeafColumns< function table_setColumnVisibility (line 112) | function table_setColumnVisibility< function table_resetColumnVisibility (line 122) | function table_resetColumnVisibility< function table_toggleAllColumnsVisible (line 132) | function table_toggleAllColumnsVisible< function table_getIsAllColumnsVisible (line 150) | function table_getIsAllColumnsVisible< function table_getIsSomeColumnsVisible (line 162) | function table_getIsSomeColumnsVisible< function table_getToggleAllColumnsVisibilityHandler (line 173) | function table_getToggleAllColumnsVisibilityHandler< FILE: packages/table-core/src/features/global-filtering/globalFilteringFeature.ts type GlobalFilteringFeatureConstructors (line 23) | interface GlobalFilteringFeatureConstructors< function constructGlobalFilteringFeature (line 34) | function constructGlobalFilteringFeature< FILE: packages/table-core/src/features/global-filtering/globalFilteringFeature.types.ts type TableState_GlobalFiltering (line 14) | interface TableState_GlobalFiltering { type ColumnDef_GlobalFiltering (line 18) | interface ColumnDef_GlobalFiltering { type Column_GlobalFiltering (line 25) | interface Column_GlobalFiltering { type TableOptions_GlobalFiltering (line 32) | interface TableOptions_GlobalFiltering< type Table_GlobalFiltering (line 64) | interface Table_GlobalFiltering< FILE: packages/table-core/src/features/global-filtering/globalFilteringFeature.utils.ts function column_getCanGlobalFilter (line 9) | function column_getCanGlobalFilter< function table_getGlobalAutoFilterFn (line 23) | function table_getGlobalAutoFilterFn() { function table_getGlobalFilterFn (line 27) | function table_getGlobalFilterFn< function table_setGlobalFilter (line 45) | function table_setGlobalFilter< function table_resetGlobalFilter (line 52) | function table_resetGlobalFilter< FILE: packages/table-core/src/features/row-expanding/createExpandedRowModel.ts function createExpandedRowModel (line 9) | function createExpandedRowModel< function _createExpandedRowModel (line 29) | function _createExpandedRowModel< function expandRows (line 51) | function expandRows< FILE: packages/table-core/src/features/row-expanding/rowExpandingFeature.ts type RowExpandingFeatureConstructors (line 34) | interface RowExpandingFeatureConstructors< function constructRowExpandingFeature (line 46) | function constructRowExpandingFeature< FILE: packages/table-core/src/features/row-expanding/rowExpandingFeature.types.ts type ExpandedStateList (line 7) | type ExpandedStateList = Record type ExpandedState (line 8) | type ExpandedState = true | Record type TableState_RowExpanding (line 10) | interface TableState_RowExpanding { type Row_RowExpanding (line 14) | interface Row_RowExpanding { type TableOptions_RowExpanding (line 37) | interface TableOptions_RowExpanding< type Table_RowExpanding (line 71) | interface Table_RowExpanding< type Table_RowModels_Expanded (line 110) | interface Table_RowModels_Expanded< type CreateRowModel_Expanded (line 124) | interface CreateRowModel_Expanded< type CachedRowModel_Expanded (line 136) | interface CachedRowModel_Expanded< FILE: packages/table-core/src/features/row-expanding/rowExpandingFeature.utils.ts function getDefaultExpandedState (line 10) | function getDefaultExpandedState(): ExpandedState { function table_autoResetExpanded (line 14) | function table_autoResetExpanded< function table_setExpanded (line 27) | function table_setExpanded< function table_toggleAllRowsExpanded (line 34) | function table_toggleAllRowsExpanded< function table_resetExpanded (line 45) | function table_resetExpanded< function table_getCanSomeRowsExpand (line 55) | function table_getCanSomeRowsExpand< function table_getToggleAllRowsExpandedHandler (line 64) | function table_getToggleAllRowsExpandedHandler< function table_getIsSomeRowsExpanded (line 74) | function table_getIsSomeRowsExpanded< function table_getIsAllRowsExpanded (line 82) | function table_getIsAllRowsExpanded< function table_getExpandedDepth (line 106) | function table_getExpandedDepth< function row_toggleExpanded (line 125) | function row_toggleExpanded< function row_getIsExpanded (line 160) | function row_getIsExpanded< function row_getCanExpand (line 172) | function row_getCanExpand< function row_getIsAllParentsExpanded (line 182) | function row_getIsAllParentsExpanded< function row_getToggleExpandedHandler (line 197) | function row_getToggleExpandedHandler< FILE: packages/table-core/src/features/row-pagination/createPaginatedRowModel.ts function createPaginatedRowModel (line 10) | function createPaginatedRowModel< function _createPaginatedRowModel (line 32) | function _createPaginatedRowModel< FILE: packages/table-core/src/features/row-pagination/rowPaginationFeature.ts type RowPaginationFeatureConstructors (line 31) | interface RowPaginationFeatureConstructors< function constructRowPaginationFeature (line 42) | function constructRowPaginationFeature< FILE: packages/table-core/src/features/row-pagination/rowPaginationFeature.types.ts type PaginationState (line 6) | interface PaginationState { type TableState_RowPagination (line 11) | interface TableState_RowPagination { type TableOptions_RowPagination (line 15) | interface TableOptions_RowPagination { type PaginationDefaultOptions (line 38) | interface PaginationDefaultOptions { type Table_RowPagination (line 42) | interface Table_RowPagination< type Table_RowModels_Paginated (line 109) | interface Table_RowModels_Paginated< type CreateRowModel_Paginated (line 123) | interface CreateRowModel_Paginated< type CachedRowModel_Paginated (line 136) | interface CachedRowModel_Paginated< FILE: packages/table-core/src/features/row-pagination/rowPaginationFeature.utils.ts function getDefaultPaginationState (line 10) | function getDefaultPaginationState(): PaginationState { function table_autoResetPageIndex (line 17) | function table_autoResetPageIndex< function table_setPagination (line 30) | function table_setPagination< function table_resetPagination (line 43) | function table_resetPagination< function table_setPageIndex (line 55) | function table_setPageIndex< function table_resetPageIndex (line 77) | function table_resetPageIndex< function table_resetPageSize (line 89) | function table_resetPageSize< function table_setPageSize (line 101) | function table_setPageSize< function table_getPageOptions (line 118) | function table_getPageOptions< function table_getCanPreviousPage (line 130) | function table_getCanPreviousPage< function table_getCanNextPage (line 137) | function table_getCanNextPage< function table_previousPage (line 156) | function table_previousPage< function table_nextPage (line 163) | function table_nextPage< function table_firstPage (line 172) | function table_firstPage< function table_lastPage (line 179) | function table_lastPage< function table_getPageCount (line 186) | function table_getPageCount< function table_getRowCount (line 199) | function table_getRowCount< FILE: packages/table-core/src/features/row-pinning/rowPinningFeature.ts type RowPinningFeatureConstructors (line 28) | interface RowPinningFeatureConstructors< function constructRowPinningFeature (line 38) | function constructRowPinningFeature< FILE: packages/table-core/src/features/row-pinning/rowPinningFeature.types.ts type RowPinningPosition (line 5) | type RowPinningPosition = false | 'top' | 'bottom' type RowPinningState (line 7) | interface RowPinningState { type TableState_RowPinning (line 12) | interface TableState_RowPinning { type TableOptions_RowPinning (line 16) | interface TableOptions_RowPinning< type RowPinningDefaultOptions (line 34) | interface RowPinningDefaultOptions { type Row_RowPinning (line 38) | interface Row_RowPinning { type Table_RowPinning (line 61) | interface Table_RowPinning< FILE: packages/table-core/src/features/row-pinning/rowPinningFeature.utils.ts function getDefaultRowPinningState (line 14) | function getDefaultRowPinningState(): RowPinningState { function table_setRowPinning (line 21) | function table_setRowPinning< function table_resetRowPinning (line 31) | function table_resetRowPinning< function table_getIsSomeRowsPinned (line 45) | function table_getIsSomeRowsPinned< function table_getPinnedRows (line 60) | function table_getPinnedRows< function table_getTopRows (line 91) | function table_getTopRows< function table_getBottomRows (line 98) | function table_getBottomRows< function table_getCenterRows (line 105) | function table_getCenterRows< function row_getCanPin (line 119) | function row_getCanPin< function row_getIsPinned (line 130) | function row_getIsPinned< function row_getPinnedIndex (line 144) | function row_getPinnedIndex< function row_pin (line 160) | function row_pin( FILE: packages/table-core/src/features/row-selection/rowSelectionFeature.ts type RowSelectionFeatureConstructors (line 40) | interface RowSelectionFeatureConstructors< function constructRowSelectionFeature (line 50) | function constructRowSelectionFeature< FILE: packages/table-core/src/features/row-selection/rowSelectionFeature.types.ts type RowSelectionState (line 6) | type RowSelectionState = Record type TableState_RowSelection (line 8) | interface TableState_RowSelection { type TableOptions_RowSelection (line 12) | interface TableOptions_RowSelection< type Row_RowSelection (line 48) | interface Row_RowSelection { type Table_RowSelection (line 83) | interface Table_RowSelection< FILE: packages/table-core/src/features/row-selection/rowSelectionFeature.utils.ts function getDefaultRowSelectionState (line 10) | function getDefaultRowSelectionState(): RowSelectionState { function table_setRowSelection (line 14) | function table_setRowSelection< function table_resetRowSelection (line 24) | function table_resetRowSelection< function table_toggleAllRowsSelected (line 36) | function table_toggleAllRowsSelected< function table_toggleAllPageRowsSelected (line 67) | function table_toggleAllPageRowsSelected< function table_getPreSelectedRowModel (line 87) | function table_getPreSelectedRowModel< function table_getSelectedRowModel (line 94) | function table_getSelectedRowModel< function table_getFilteredSelectedRowModel (line 111) | function table_getFilteredSelectedRowModel< function table_getGroupedSelectedRowModel (line 128) | function table_getGroupedSelectedRowModel< function table_getIsAllRowsSelected (line 145) | function table_getIsAllRowsSelected< function table_getIsAllPageRowsSelected (line 170) | function table_getIsAllPageRowsSelected< function table_getIsSomeRowsSelected (line 192) | function table_getIsSomeRowsSelected< function table_getIsSomePageRowsSelected (line 203) | function table_getIsSomePageRowsSelected< function table_getToggleAllRowsSelectedHandler (line 215) | function table_getToggleAllRowsSelectedHandler< function table_getToggleAllPageRowsSelectedHandler (line 227) | function table_getToggleAllPageRowsSelectedHandler< function row_toggleSelected (line 241) | function row_toggleSelected< function row_getIsSelected (line 274) | function row_getIsSelected< function row_getIsSomeSelected (line 281) | function row_getIsSomeSelected< function row_getIsAllSubRowsSelected (line 288) | function row_getIsAllSubRowsSelected< function row_getCanSelect (line 295) | function row_getCanSelect< function row_getCanSelectSubRows (line 307) | function row_getCanSelectSubRows< function row_getCanMultiSelect (line 319) | function row_getCanMultiSelect< function row_getToggleSelectedHandler (line 331) | function row_getToggleSelectedHandler< function selectRowsFn (line 376) | function selectRowsFn< function isRowSelected (line 418) | function isRowSelected< function isSubRowSelected (line 425) | function isSubRowSelected< FILE: packages/table-core/src/features/row-sorting/createSortedRowModel.ts function createSortedRowModel (line 12) | function createSortedRowModel< function _createSortedRowModel (line 32) | function _createSortedRowModel< FILE: packages/table-core/src/features/row-sorting/rowSortingFeature.ts type RowSortingFeatureConstructors (line 36) | interface RowSortingFeatureConstructors< function constructRowSortingFeature (line 50) | function constructRowSortingFeature< FILE: packages/table-core/src/features/row-sorting/rowSortingFeature.types.ts type SortDirection (line 8) | type SortDirection = 'asc' | 'desc' type ColumnSort (line 10) | interface ColumnSort { type SortingState (line 15) | type SortingState = Array type TableState_RowSorting (line 17) | interface TableState_RowSorting { type RowModelFns_RowSorting (line 21) | interface RowModelFns_RowSorting< type SortFns (line 28) | interface SortFns {} type SortFn (line 30) | interface SortFn< type CustomSortFns (line 41) | type CustomSortFns< type SortFnOption (line 46) | type SortFnOption< type ColumnDef_RowSorting (line 51) | interface ColumnDef_RowSorting< type Column_RowSorting (line 89) | interface Column_RowSorting< type TableOptions_RowSorting (line 143) | interface TableOptions_RowSorting { type Table_RowSorting (line 184) | interface Table_RowSorting< type Table_RowModels_Sorted (line 198) | interface Table_RowModels_Sorted< type CreateRowModel_Sorted (line 212) | interface CreateRowModel_Sorted< type CachedRowModel_Sorted (line 224) | interface CachedRowModel_Sorted< FILE: packages/table-core/src/features/row-sorting/rowSortingFeature.utils.ts function getDefaultSortingState (line 15) | function getDefaultSortingState(): SortingState { function table_setSorting (line 19) | function table_setSorting< function table_resetSorting (line 26) | function table_resetSorting< function column_getAutoSortFn (line 38) | function column_getAutoSortFn< function column_getAutoSortDir (line 76) | function column_getAutoSortDir< function column_getSortFn (line 92) | function column_getSortFn< function column_toggleSorting (line 108) | function column_toggleSorting< function column_getFirstSortDir (line 211) | function column_getFirstSortDir< function column_getNextSortingOrder (line 223) | function column_getNextSortingOrder< function column_getCanSort (line 245) | function column_getCanSort< function column_getCanMultiSort (line 257) | function column_getCanMultiSort< function column_getIsSorted (line 269) | function column_getIsSorted< function column_getSortIndex (line 280) | function column_getSortIndex< function column_clearSorting (line 290) | function column_clearSorting< function column_getToggleSortingHandler (line 301) | function column_getToggleSortingHandler< FILE: packages/table-core/src/features/stockFeatures.ts type StockFeatures (line 16) | interface StockFeatures { FILE: packages/table-core/src/features/table-reactivity/tableReactivityFeature.ts type TableReactivityFeatureConstructors (line 5) | interface TableReactivityFeatureConstructors< function constructReactivityFeature (line 10) | function constructReactivityFeature< method get (line 40) | get() { FILE: packages/table-core/src/fns/aggregationFns.ts type BuiltInAggregationFn (line 220) | type BuiltInAggregationFn = keyof typeof aggregationFns FILE: packages/table-core/src/fns/filterFns.ts type BuiltInFilterFn (line 373) | type BuiltInFilterFn = keyof typeof filterFns function testFalsy (line 377) | function testFalsy(val: any) { FILE: packages/table-core/src/fns/sortFns.ts function compareBasic (line 98) | function compareBasic(a: any, b: any) { function toString (line 102) | function toString(a: any) { function compareAlphanumeric (line 118) | function compareAlphanumeric(aStr: string, bStr: string) { type BuiltInSortFn (line 173) | type BuiltInSortFn = keyof typeof sortFns FILE: packages/table-core/src/helpers/columnHelper.ts type ColumnHelper (line 13) | type ColumnHelper< function createColumnHelper (line 94) | function createColumnHelper< FILE: packages/table-core/src/helpers/tableFeatures.ts function tableFeatures (line 14) | function tableFeatures( FILE: packages/table-core/src/helpers/tableHelper.ts type TableHelperOptions (line 12) | type TableHelperOptions = Omit< type TableHelper_Core (line 22) | type TableHelper_Core = { function constructTableHelper (line 44) | function constructTableHelper( FILE: packages/table-core/src/helpers/tableOptions.ts function tableOptions (line 74) | function tableOptions(options: unknown) { FILE: packages/table-core/src/types/Cell.ts type Cell_Plugins (line 10) | interface Cell_Plugins< type Cell_Core (line 16) | interface Cell_Core< type Cell (line 22) | type Cell< FILE: packages/table-core/src/types/Column.ts type Column_Plugins (line 20) | interface Column_Plugins< type Column_Core (line 26) | interface Column_Core< type Column (line 32) | type Column< type Column_Internal (line 80) | type Column_Internal< FILE: packages/table-core/src/types/ColumnDef.ts type ColumnDef_Plugins (line 18) | interface ColumnDef_Plugins< type ColumnMeta (line 24) | interface ColumnMeta< type AccessorFn (line 30) | type AccessorFn< type ColumnDefTemplate (line 35) | type ColumnDefTemplate = type StringOrTemplateHeader (line 39) | type StringOrTemplateHeader< type StringHeaderIdentifier (line 45) | interface StringHeaderIdentifier { type IdIdentifier (line 50) | interface IdIdentifier< type ColumnIdentifiers (line 58) | type ColumnIdentifiers< type ColumnDefBase_Core (line 64) | interface ColumnDefBase_Core< type ColumnDefBase (line 75) | type ColumnDefBase< type ColumnDefBase_All (line 117) | type ColumnDefBase_All< type IdentifiedColumnDef (line 133) | type IdentifiedColumnDef< type DisplayColumnDef (line 142) | type DisplayColumnDef< type GroupColumnDefBase (line 148) | type GroupColumnDefBase< type GroupColumnDef (line 156) | type GroupColumnDef< type AccessorFnColumnDefBase (line 163) | type AccessorFnColumnDefBase< type AccessorFnColumnDef (line 171) | type AccessorFnColumnDef< type AccessorKeyColumnDefBase (line 178) | type AccessorKeyColumnDefBase< type AccessorKeyColumnDef (line 187) | type AccessorKeyColumnDef< type AccessorColumnDef (line 194) | type AccessorColumnDef< type ColumnDef (line 202) | type ColumnDef< type ColumnDefResolved (line 211) | type ColumnDefResolved< FILE: packages/table-core/src/types/Header.ts type Header_Plugins (line 11) | interface Header_Plugins< type Header_Core (line 17) | interface Header_Core< type Header (line 23) | type Header< FILE: packages/table-core/src/types/HeaderGroup.ts type HeaderGroup_Plugins (line 9) | interface HeaderGroup_Plugins< type HeaderGroup_Core (line 14) | interface HeaderGroup_Core< type HeaderGroup (line 19) | type HeaderGroup< FILE: packages/table-core/src/types/Row.ts type Row_Plugins (line 16) | interface Row_Plugins< type Row_Core (line 21) | interface Row_Core< type Row (line 26) | type Row< FILE: packages/table-core/src/types/RowModel.ts type CreateRowModels_Plugins (line 37) | interface CreateRowModels_Plugins< type CreateRowModels (line 42) | type CreateRowModels< type CreateRowModels_All (line 76) | type CreateRowModels_All< type CachedRowModels_Plugins (line 87) | interface CachedRowModels_Plugins< type CachedRowModels (line 92) | type CachedRowModels< type CachedRowModel_All (line 126) | type CachedRowModel_All< FILE: packages/table-core/src/types/RowModelFns.ts type RowModelFns_Plugins (line 11) | interface RowModelFns_Plugins< type RowModelFns_Core (line 16) | interface RowModelFns_Core {} type RowModelFns (line 18) | type RowModelFns< type RowModelFns_All (line 44) | type RowModelFns_All< FILE: packages/table-core/src/types/Table.ts type Table_Plugins (line 32) | interface Table_Plugins< type Table_Core (line 41) | type Table_Core< type Table (line 53) | type Table< type Table_Internal (line 111) | type Table_Internal< FILE: packages/table-core/src/types/TableFeatures.ts type ExtractFeatureTypes (line 10) | type ExtractFeatureTypes< type FeatureConstructors (line 25) | interface FeatureConstructors { type Plugins (line 40) | interface Plugins {} type TableFeatures (line 42) | interface TableFeatures type ConstructTableAPIs (line 45) | type ConstructTableAPIs = < type GetDefaultColumnDef (line 55) | type GetDefaultColumnDef = < type GetDefaultTableOptions (line 62) | type GetDefaultTableOptions = type GetInitialState (line 68) | type GetInitialState = ( type GetDefaultStateSelector (line 72) | type GetDefaultStateSelector = type AssignCellPrototype (line 77) | type AssignCellPrototype = < type AssignColumnPrototype (line 85) | type AssignColumnPrototype = < type AssignHeaderPrototype (line 93) | type AssignHeaderPrototype = < type AssignRowPrototype (line 101) | type AssignRowPrototype = < type InitRowInstanceData (line 109) | type InitRowInstanceData = < type TableFeature (line 116) | interface TableFeature { FILE: packages/table-core/src/types/TableOptions.ts type TableOptions_Plugins (line 22) | interface TableOptions_Plugins< type TableOptions_Core (line 27) | interface TableOptions_Core< type DebugKeysFor (line 37) | type DebugKeysFor = { type DebugOptions (line 41) | type DebugOptions = { type TableOptions (line 51) | type TableOptions< type TableOptions_All (line 107) | type TableOptions_All< FILE: packages/table-core/src/types/TableState.ts type TableState_Plugins (line 21) | interface TableState_Plugins {} type TableState (line 23) | type TableState = UnionToIntersection< type TableState_All (line 74) | type TableState_All = Partial< FILE: packages/table-core/src/types/type-utils.ts type Updater (line 1) | type Updater = T | ((old: T) => T) type OnChangeFn (line 3) | type OnChangeFn = (updaterOrValue: Updater) => void type RowData (line 5) | type RowData = Record | Array type CellData (line 7) | type CellData = unknown type PartialKeys (line 9) | type PartialKeys = Omit & Partial> type RequiredKeys (line 11) | type RequiredKeys = Omit & type UnionToIntersection (line 14) | type UnionToIntersection = ( type ComputeRange (line 20) | type ComputeRange< type Index40 (line 27) | type Index40 = ComputeRange<40>[number] type IsTuple (line 30) | type IsTuple = T extends ReadonlyArray & { length: infer Length } type AllowedIndexes (line 37) | type AllowedIndexes< type DeepKeys (line 46) | type DeepKeys< type DeepKeysPrefix (line 63) | type DeepKeysPrefix< type DeepValue (line 71) | type DeepValue = type NoInfer (line 78) | type NoInfer = [T][T extends any ? 0 : never] type Getter (line 80) | type Getter = () => NoInfer type Prettify (line 82) | type Prettify = { FILE: packages/table-core/src/utils.ts function functionalUpdate (line 6) | function functionalUpdate(updater: Updater, input: T): T { function noop (line 12) | function noop() {} function makeStateUpdater (line 14) | function makeStateUpdater< type AnyFunction (line 30) | type AnyFunction = (...args: any) => any function isFunction (line 32) | function isFunction(d: any): d is T { function isNumberArray (line 36) | function isNumberArray(d: any): d is Array { function flattenBy (line 40) | function flattenBy( type MemoFnMeta (line 62) | type MemoFnMeta = { originalArgsLength?: number } function setMemoFnMeta (line 67) | function setMemoFnMeta(fn: Function, meta: MemoFnMeta) { function getMemoFnMeta (line 74) | function getMemoFnMeta(fn: any): MemoFnMeta | null { type MemoOptions (line 78) | interface MemoOptions, TDepArgs, TResul... type TableMemoOptions (line 127) | interface TableMemoOptions< function tableMemo (line 148) | function tableMemo< type API (line 267) | interface API, TDepArgs> { type APIObject (line 272) | type APIObject, TDepArgs> = Record< function getFunctionNameInfo (line 280) | function getFunctionNameInfo( function assignTableAPIs (line 297) | function assignTableAPIs< type PrototypeAPI (line 322) | interface PrototypeAPI, TDepArgs> { type PrototypeAPIObject (line 327) | type PrototypeAPIObject< function assignPrototypeAPIs (line 339) | function assignPrototypeAPIs< function callMemoOrStaticFn (line 387) | function callMemoOrStaticFn< FILE: packages/table-core/tests/fixtures/data/generateTestColumnDefs.ts function generateTestColumnDefs (line 5) | function generateTestColumnDefs< FILE: packages/table-core/tests/fixtures/data/generateTestData.ts function createPerson (line 5) | function createPerson(): Person { function generateTestData (line 27) | function generateTestData(...lengths: Array) { function getStaticTestData (line 44) | function getStaticTestData() { FILE: packages/table-core/tests/fixtures/data/types.ts type PersonKeys (line 3) | type PersonKeys = keyof Person type PersonColumn (line 4) | type PersonColumn< type Person (line 9) | type Person = { FILE: packages/table-core/tests/helpers/generateTestRows.ts function generateTestRowsWithData (line 10) | function generateTestRowsWithData( function generateTestRowsFromData (line 23) | function generateTestRowsFromData( function generateTestRowsWithState (line 33) | function generateTestRowsWithState( function generateTestRowsWithStateFromData (line 46) | function generateTestRowsWithStateFromData< FILE: packages/table-core/tests/helpers/generateTestTable.ts function generateTestTableWithData (line 13) | function generateTestTableWithData( function generateTestTableFromData (line 38) | function generateTestTableFromData( function generateTestTableWithDataAndState (line 54) | function generateTestTableWithDataAndState< function generateTestTableWithStateFromData (line 90) | function generateTestTableWithStateFromData< FILE: packages/table-core/tests/helpers/rowPinningHelpers.ts type personKeys (line 20) | type personKeys = keyof Person type PersonColumn (line 21) | type PersonColumn = ColumnDef function generateColumnDefs (line 23) | function generateColumnDefs(people: Array): Array { function createTableWithPinningState (line 37) | function createTableWithPinningState( function createTableWithMockOnPinningChange (line 52) | function createTableWithMockOnPinningChange(rowCount = 10): { function createRowPinningTable (line 66) | function createRowPinningTable( FILE: packages/table-core/tests/helpers/testUtils.ts function getUpdaterResult (line 15) | function getUpdaterResult(mock: ReturnType, input: any) { FILE: packages/table-core/tests/implementation/features/row-pinning/rowPinningFeature.test.ts type personKeys (line 24) | type personKeys = keyof Person type PersonColumn (line 25) | type PersonColumn = ColumnDef function generateColumnDefs (line 27) | function generateColumnDefs(people: Array): Array { constant ROW (line 41) | const ROW = { constant SUB_ROW (line 47) | const SUB_ROW = { constant EMPTY_PINNING_STATE (line 52) | const EMPTY_PINNING_STATE = { FILE: packages/table-core/tests/implementation/features/row-selection/rowSelectionFeature.test.ts type personKeys (line 18) | type personKeys = keyof Person type PersonColumn (line 19) | type PersonColumn = ColumnDef function generateColumnDefs (line 21) | function generateColumnDefs(people: Array): Array { FILE: packages/table-core/tests/performance/features/column-grouping/columnGroupingFeature.test.ts type personKeys (line 16) | type personKeys = keyof Person type PersonColumn (line 17) | type PersonColumn = ColumnDef function generateColumns (line 19) | function generateColumns(people: Array): Array { method onStateChange (line 49) | onStateChange() {} FILE: packages/table-core/tests/unit/core/rows/constructRow.test.ts type Person (line 7) | interface Person { FILE: packages/table-core/tests/unit/features/column-resizing/columnResizingFeature.utils.test.ts type TestFeatures (line 15) | type TestFeatures = { function createTestResizeHeader (line 21) | function createTestResizeHeader(table: any, overrides = {}) { FILE: packages/table-core/tests/unit/features/row-pinning/rowPinningFeature.utils.test.ts constant DEFAULT_ROW_COUNT (line 24) | const DEFAULT_ROW_COUNT = 10 constant ROW (line 26) | const ROW = { constant LEAF (line 34) | const LEAF = { constant PARENT (line 39) | const PARENT = { constant EMPTY_PINNING_STATE (line 44) | const EMPTY_PINNING_STATE = { FILE: packages/table-devtools/src/TableContextProvider.tsx type TableDevtoolsTabId (line 15) | type TableDevtoolsTabId = 'features' | 'state' | 'options' | 'rows' | 'c... type AnyTable (line 16) | type AnyTable = Table type TableDevtoolsContextValue (line 18) | interface TableDevtoolsContextValue { function useTableDevtoolsContext (line 55) | function useTableDevtoolsContext() { FILE: packages/table-devtools/src/TableDevtools.tsx function TableDevtools (line 4) | function TableDevtools() { FILE: packages/table-devtools/src/components/ColumnsPanel.tsx type AnyColumn (line 8) | type AnyColumn = Column function getColumnDefSummary (line 10) | function getColumnDefSummary(column: AnyColumn): string { function ColumnsPanel (line 30) | function ColumnsPanel() { FILE: packages/table-devtools/src/components/FeaturesPanel.tsx type FnBuckets (line 8) | type FnBuckets = Partial< function toFnBuckets (line 12) | function toFnBuckets(value: unknown): FnBuckets { constant CORE_FEATURE_NAMES (line 16) | const CORE_FEATURE_NAMES: Array = Object.keys(coreFeatures) constant STOCK_FEATURE_NAMES (line 17) | const STOCK_FEATURE_NAMES: Array = Object.keys(stockFeatures) constant ROW_MODEL_TO_FN_KIND (line 19) | const ROW_MODEL_TO_FN_KIND: Record< constant EXECUTION_ORDER_GETTERS (line 31) | const EXECUTION_ORDER_GETTERS = [ function getterToRowModelKey (line 41) | function getterToRowModelKey(getter: string): string | null { constant ROW_MODEL_TO_GETTER (line 47) | const ROW_MODEL_TO_GETTER: Record< function getRowCountForModel (line 62) | function getRowCountForModel( function FeaturesPanel (line 72) | function FeaturesPanel() { FILE: packages/table-devtools/src/components/OptionsPanel.tsx function OptionsPanel (line 7) | function OptionsPanel() { FILE: packages/table-devtools/src/components/ResizableSplit.tsx constant DEFAULT_LEFT_PERCENT (line 5) | const DEFAULT_LEFT_PERCENT = 50 constant MIN_PANEL_PERCENT (line 6) | const MIN_PANEL_PERCENT = 15 constant MAX_PANEL_PERCENT (line 7) | const MAX_PANEL_PERCENT = 85 type ResizableSplitProps (line 9) | interface ResizableSplitProps { function ResizableSplit (line 14) | function ResizableSplit(props: ResizableSplitProps) { FILE: packages/table-devtools/src/components/RowsPanel.tsx type AnyRow (line 16) | type AnyRow = Row type AnyCell (line 17) | type AnyCell = Cell type AnyColumn (line 18) | type AnyColumn = Column constant ROW_LIMIT (line 20) | const ROW_LIMIT = 100 constant ROW_MODEL_GETTERS (line 22) | const ROW_MODEL_GETTERS = [ function stringifyValue (line 32) | function stringifyValue(value: unknown): string { function RowsPanel (line 46) | function RowsPanel() { FILE: packages/table-devtools/src/components/Shell.tsx function Shell (line 19) | function Shell() { FILE: packages/table-devtools/src/components/StatePanel.tsx function StatePanel (line 8) | function StatePanel() { FILE: packages/table-devtools/src/core.tsx type TableDevtoolsInit (line 6) | interface TableDevtoolsInit {} FILE: packages/table-devtools/src/styles/use-styles.ts function useStyles (line 289) | function useStyles() { FILE: packages/table-devtools/src/tableTarget.ts type AnyTable (line 3) | type AnyTable = Table type Listener (line 4) | type Listener = (table: AnyTable | undefined) => void function setTableDevtoolsTarget (line 9) | function setTableDevtoolsTarget(table: Table | undefined) { function getTableDevtoolsTarget (line 16) | function getTableDevtoolsTarget() { function subscribeTableDevtoolsTarget (line 20) | function subscribeTableDevtoolsTarget(listener: Listener) { FILE: packages/table-devtools/src/useTableStore.ts function useTableStore (line 8) | function useTableStore( FILE: packages/vue-table/src/createTableHelper.ts type TableHelper (line 12) | type TableHelper< function createTableHelper (line 25) | function createTableHelper< FILE: packages/vue-table/src/merge-proxy.ts function trueFn (line 1) | function trueFn() { method get (line 13) | get(_, property, receiver) { method has (line 17) | has(_, property) { method getOwnPropertyDescriptor (line 22) | getOwnPropertyDescriptor(_, property) { method ownKeys (line 33) | ownKeys(_) { type UnboxLazy (line 38) | type UnboxLazy = T extends () => infer U ? U : T type BoxedTupleTypes (line 39) | type BoxedTupleTypes> = { type UnionToIntersection (line 42) | type UnionToIntersection = (T extends any ? (k: T) => void : never) e... type UnboxIntersection (line 47) | type UnboxIntersection = T extends { 0: infer U } ? U : never type MergeProxy (line 48) | type MergeProxy> = UnboxIntersection< function resolveSource (line 52) | function resolveSource(s: any) { function mergeProxy (line 57) | function mergeProxy(...sources: any): any { FILE: packages/vue-table/src/useTable.ts type TableOptionsWithReactiveData (line 18) | type TableOptionsWithReactiveData< function getOptionsWithReactiveData (line 25) | function getOptionsWithReactiveData< type VueTable (line 34) | type VueTable< function useTable (line 71) | function useTable< FILE: scripts/types.d.ts type Package (line 1) | type Package = { type BranchConfig (line 6) | type BranchConfig = { FILE: scripts/verify-links.ts function isRelativeLink (line 14) | function isRelativeLink(link: string) { function stripExtension (line 26) | function stripExtension(p: string): string { function relativeLinkExists (line 30) | function relativeLinkExists(link: string, file: string): boolean { function verifyMarkdownLinks (line 88) | async function verifyMarkdownLinks() {