mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Fix DT linting issues (#12290)
This commit is contained in:
4
src/sql/azdata.d.ts
vendored
4
src/sql/azdata.d.ts
vendored
@@ -3305,7 +3305,7 @@ declare module 'azdata' {
|
|||||||
categoryValues?: CategoryValue[];
|
categoryValues?: CategoryValue[];
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface DeclarativeTableProperties {
|
export interface DeclarativeTableProperties extends ComponentProperties {
|
||||||
/**
|
/**
|
||||||
* @deprecated Use dataValues instead.
|
* @deprecated Use dataValues instead.
|
||||||
*/
|
*/
|
||||||
@@ -3362,7 +3362,7 @@ declare module 'azdata' {
|
|||||||
* Currently this is auto-generated by the framework but can be queried after
|
* Currently this is auto-generated by the framework but can be queried after
|
||||||
* view initialization is completed
|
* view initialization is completed
|
||||||
*/
|
*/
|
||||||
readonly editorUri: string
|
readonly editorUri: string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Toggle for whether the editor should be automatically resized or not
|
* Toggle for whether the editor should be automatically resized or not
|
||||||
|
|||||||
2
src/sql/azdata.proposed.d.ts
vendored
2
src/sql/azdata.proposed.d.ts
vendored
@@ -307,7 +307,7 @@ declare module 'azdata' {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface DeclarativeTableProperties extends ComponentProperties {
|
export interface DeclarativeTableProperties {
|
||||||
/**
|
/**
|
||||||
* dataValues will only be used if data is an empty array
|
* dataValues will only be used if data is an empty array
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user