Add aria labels and consolidate loc strings (#8494)

This commit is contained in:
Charles Gagnon
2019-12-02 13:33:24 -08:00
committed by GitHub
parent 9a83dfc022
commit b8bc629970
11 changed files with 207 additions and 148 deletions

View File

@@ -90,6 +90,7 @@ declare module 'azdata' {
export interface DeclarativeTableColumn {
headerCssStyles?: { [key: string]: string };
rowCssStyles?: { [key: string]: string };
ariaLabel?: string;
}
export enum DeclarativeDataType {
@@ -122,4 +123,7 @@ declare module 'azdata' {
export enum AzureResource {
OssRdbms = 2
}
export interface DeclarativeTableProperties extends ComponentProperties {
}
}