Kim Santiago
c6b3b797c5
fix inputbox width ( #12998 )
2020-10-20 09:39:54 -07:00
Amir Omidi
9ed274fb39
Genericify components ( #12158 )
...
* Genericify components
* Fix compile issue
* Fix feedback
* Genericify azdata components (#12164 )
* azdata generics
* Add the withProps method to azdata proposed as there may be mistakes with the interfaces in the generics
* Fix build issues because of other extensions
* Remove extra spaces
2020-09-08 16:15:24 -07:00
Brian Bergeron
65a31de166
Add readOnly property to InputBoxComponent ( #10687 )
2020-06-03 14:59:54 -07:00
Charles Gagnon
ea310ff15d
Move helper functions into DOM ( #10051 )
...
* Move helper functions into DOM
* Add tests and comments
2020-04-17 13:21:35 -07:00
Alan Ren
c446cea3a0
fix the input width height issue ( #9273 )
...
* fix the input width height issue
* updates
2020-02-21 16:12:56 -08:00
Charles Gagnon
bbf6fcb0fc
Fix min/max ignoring 0 value ( #9137 )
2020-02-13 11:53:06 -08:00
Anthony Dresser
0f934081e1
More layering and strictness ( #9004 )
...
* move handling generated files to the serilization classes
* remove unneeded methods
* add more folders to strictire compile, add more strict compile options
* update ci
* wip
* add more layering and fix issues
* add more strictness
* remove unnecessary assertion
* add missing checks
* fix indentation
* wip
* remove jsdoc
* fix layering
* fix compile
* fix compile errors
* wip
* wip
* finish layering
* fix css
* more layering
* remove no longer good parts
* fix issues with startup
* another try
* fix startup
2020-02-11 00:47:17 -06:00
Anthony Dresser
56695be14a
More layering and compile strictness ( #8973 )
...
* add more folders to strictire compile, add more strict compile options
* update ci
* wip
* add more layering and fix issues
* add more strictness
* remove unnecessary assertion
* add missing checks
* fix indentation
* remove jsdoc
2020-01-29 20:35:11 -08:00
Kim Santiago
9e61c468d1
Add validation error message for inputbox component ( #8909 )
...
* add validation error message for inputbox component
* addressing comments
* remove copying entire definition for InputBoxProperties
2020-01-24 11:38:49 -08:00
Charles Gagnon
ae8304fc33
Add focus function for modelview components ( #8348 )
...
* Add focus method for modelview components
* Remove focus properties from table and radiobutton
* Fix break
2019-11-15 17:36:55 -08:00
Anthony Dresser
564f78b6f6
Revert "Revert "Remove typings and replace missing methods with vscodes ( #8217 )"" ( #8242 )
...
* Revert "Revert "Remove typings and replace missing methods with vscodes (#8217 )" (#8240 )"
This reverts commit e801a04bcf .
* fix runtime error
* add tests for chartview
2019-11-06 15:00:34 -08:00
Elliot Boschwitz
e801a04bcf
Revert "Remove typings and replace missing methods with vscodes ( #8217 )" ( #8240 )
...
This reverts commit 22a427f934 .
2019-11-06 11:33:55 -08:00
Anthony Dresser
22a427f934
Remove typings and replace missing methods with vscodes ( #8217 )
...
* remove typings and replace missing methods with vscodes
* fix strict-null-checks
* fix tests
2019-11-05 13:03:20 -08:00
Charles Gagnon
82e5221024
Fix modal event propagation ( #8050 )
...
* Fix event propagation
* Remove unneeded onkeyup method
* Move event handling code into SQL classes
2019-10-30 11:29:01 -07:00
Charles Gagnon
bd15a96b83
Make form components use title as aria-label ( #8040 )
2019-10-27 14:37:34 -07:00
Charles Gagnon
0246c3f895
Fix ModelView tree A11y issue ( #7835 )
...
* Fix tree A11y issue
* Toggle expanded state on enter
* Move onkeydown method to base class
2019-10-20 21:42:55 -07:00
Charles Gagnon
5454917569
Add ability to handle enter key propagation for input model components ( #7524 )
...
* Add ability to stop enter key propagation for input model components
* Fix spacing
* onInputEntered -> onEnterKeyPressed
2019-10-07 12:05:43 -07:00
Elliot Boschwitz
aaf115a5c8
Dacpac extension announces invalid text inputs in screen reader mode ( #7133 )
...
Text input boxes will have an updated aria-label with a given error message if the input is invalid.
2019-09-12 11:05:56 -07:00
Benjin Dubishar
887b2bfd2b
Adding aria-live label support for input boxes ( #6862 )
...
* Adding aria-live support for InputBoxes
* Adding aria-live setting for DacFx wizard InputBox control
* Dud commit to unstick Github CI
2019-08-22 14:01:19 -07:00
Charles Gagnon
b2b2840990
Add double quotes for localize hygiene check ( #6492 )
...
* Add localize single quote hygiene task
* Update localize calls
* Update comment
* Fix build failures and remove test code
2019-07-25 10:35:14 -07:00
Anthony Dresser
c23738f935
Inital platform relayering ( #6385 )
...
* moving test files and inital refactoring
* relayer extension host code
* fix imports
* make insights work
* relayer dashboard
* relayer notebooks
* moveing more code around
* formatting
* accept angular as browser
* fix serializer
* add missing files
* remove declarations from extensions
* fix build errors
* more relayering
* change urls to relative to help code relayering
* remove layering to prep for merge
* fix hygiene errors
* fix hygiene errors
* fix tests
2019-07-18 17:29:17 -07:00