forked from glideapps/glide-data-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add onGridFocused()/onGridBlurred() callbacks
- Loading branch information
Showing
83 changed files
with
57 additions
and
86 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import { type BooleanCell } from "../internal/data-grid/data-grid-types.js"; | ||
import type { InternalCellRenderer } from "./cell-types.js"; | ||
export declare const booleanCellRenderer: InternalCellRenderer<BooleanCell>; | ||
//# sourceMappingURL=boolean-cell.d.ts.map |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import { type BubbleCell } from "../internal/data-grid/data-grid-types.js"; | ||
import type { InternalCellRenderer } from "./cell-types.js"; | ||
export declare const bubbleCellRenderer: InternalCellRenderer<BubbleCell>; | ||
//# sourceMappingURL=bubble-cell.d.ts.map |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import { type DrilldownCell } from "../internal/data-grid/data-grid-types.js"; | ||
import type { InternalCellRenderer } from "./cell-types.js"; | ||
export declare const drilldownCellRenderer: InternalCellRenderer<DrilldownCell>; | ||
//# sourceMappingURL=drilldown-cell.d.ts.map |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import { type InnerGridCell } from "../internal/data-grid/data-grid-types.js"; | ||
import type { InternalCellRenderer } from "./cell-types.js"; | ||
export declare const AllCellRenderers: InternalCellRenderer<InnerGridCell>[]; | ||
//# sourceMappingURL=index.d.ts.map |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import { type LoadingCell } from "../internal/data-grid/data-grid-types.js"; | ||
import type { InternalCellRenderer } from "./cell-types.js"; | ||
export declare const loadingCellRenderer: InternalCellRenderer<LoadingCell>; | ||
//# sourceMappingURL=loading-cell.d.ts.map |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import { type MarkdownCell } from "../internal/data-grid/data-grid-types.js"; | ||
import type { InternalCellRenderer } from "./cell-types.js"; | ||
export declare const markdownCellRenderer: InternalCellRenderer<MarkdownCell>; | ||
//# sourceMappingURL=markdown-cell.d.ts.map |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import { type MarkerCell } from "../internal/data-grid/data-grid-types.js"; | ||
import type { InternalCellRenderer } from "./cell-types.js"; | ||
export declare const markerCellRenderer: InternalCellRenderer<MarkerCell>; | ||
//# sourceMappingURL=marker-cell.d.ts.map |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import { type NewRowCell } from "../internal/data-grid/data-grid-types.js"; | ||
import type { InternalCellRenderer } from "./cell-types.js"; | ||
export declare const newRowCellRenderer: InternalCellRenderer<NewRowCell>; | ||
//# sourceMappingURL=new-row-cell.d.ts.map |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import { type NumberCell } from "../internal/data-grid/data-grid-types.js"; | ||
import type { InternalCellRenderer } from "./cell-types.js"; | ||
export declare const numberCellRenderer: InternalCellRenderer<NumberCell>; | ||
//# sourceMappingURL=number-cell.d.ts.map |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import { type ProtectedCell } from "../internal/data-grid/data-grid-types.js"; | ||
import type { InternalCellRenderer } from "./cell-types.js"; | ||
export declare const protectedCellRenderer: InternalCellRenderer<ProtectedCell>; | ||
//# sourceMappingURL=protected-cell.d.ts.map |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import { type RowIDCell } from "../internal/data-grid/data-grid-types.js"; | ||
import type { InternalCellRenderer } from "./cell-types.js"; | ||
export declare const rowIDCellRenderer: InternalCellRenderer<RowIDCell>; | ||
//# sourceMappingURL=row-id-cell.d.ts.map |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import { type TextCell } from "../internal/data-grid/data-grid-types.js"; | ||
import type { InternalCellRenderer } from "./cell-types.js"; | ||
export declare const textCellRenderer: InternalCellRenderer<TextCell>; | ||
//# sourceMappingURL=text-cell.d.ts.map |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import { type UriCell } from "../internal/data-grid/data-grid-types.js"; | ||
import type { InternalCellRenderer } from "./cell-types.js"; | ||
export declare const uriCellRenderer: InternalCellRenderer<UriCell>; | ||
//# sourceMappingURL=uri-cell.d.ts.map |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.