mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 01:32:34 -05:00
add ariaLive to publish options description (#22338)
* add ariaLive to publish options description * use correct string and update typings * update type * remove comment update * create type AriaLiveType * update MockInputBoxComponent with AriaLiveValue * update azdata-test and add comment
This commit is contained in:
2
src/sql/azdata.d.ts
vendored
2
src/sql/azdata.d.ts
vendored
@@ -3574,7 +3574,7 @@ declare module 'azdata' {
|
||||
|
||||
export interface InputBoxProperties extends ComponentProperties {
|
||||
value?: string | undefined;
|
||||
ariaLive?: string | undefined;
|
||||
ariaLive?: AriaLiveValue | undefined;
|
||||
placeHolder?: string | undefined;
|
||||
inputType?: InputBoxInputType | undefined;
|
||||
required?: boolean | undefined;
|
||||
|
||||
Reference in New Issue
Block a user