mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 09:35:39 -05:00
Improve narration for backup and dacpac UIs (#6783)
* Added ability to specify aria-rowcount and -colcount to tables. * Cleanup * Adds aria role to table container so that screen-readers ignore it
This commit is contained in:
2
src/sql/azdata.d.ts
vendored
2
src/sql/azdata.d.ts
vendored
@@ -2941,6 +2941,8 @@ declare module 'azdata' {
|
||||
selectedRows?: number[];
|
||||
forceFitColumns?: ColumnSizingMode;
|
||||
title?: string;
|
||||
ariaRowCount?: number;
|
||||
ariaColumnCount?: number;
|
||||
}
|
||||
|
||||
export interface FileBrowserTreeProperties extends ComponentProperties {
|
||||
|
||||
Reference in New Issue
Block a user