Charles Gagnon
cbe2ba0901
Add some more logging to ModelView components ( #13387 )
...
* Add some more logging to ModelView components
* Remove catch
* remove unused
2020-11-13 10:30:40 -08:00
Charles Gagnon
8b73391845
Call ModelView base init after view init ( #13261 )
...
* Call ModelView base init after view init
* baseInit to end
2020-11-07 09:41:49 -08:00
Aasim Khan
054583e0de
Adding aria label to "check all" check box in declarative table. ( #13216 )
...
* added arialable for check all checkboxes and added some missing roles for the table elements
* removed duplicate attribute
* Moved column header aria label logic to a function.
* fixed typos in declarative table
* Changed the aria label text to something that is more intuiive.
* fixed typo in localized string identifier
2020-11-06 10:44:33 -08:00
Kim Santiago
8c956cdb79
Update sqlcmd table to use dataValues instead of deprecated data ( #13121 )
...
* Update sqlcmd table to use dataValues instead of deprecated data
* fix in declarativeTableComponent
2020-10-29 13:19:59 -07:00
Christopher Suh
6ff1e3866b
Merge from vscode fcf3346a8e9f5ee1e00674461d9e2c2292a14ee3 ( #12295 )
...
* Merge from vscode fcf3346a8e9f5ee1e00674461d9e2c2292a14ee3
* Fix test build break
* Update distro
* Fix build errors
* Update distro
* Update REH build file
* Update build task names for REL
* Fix product build yaml
* Fix product REH task name
* Fix type in task name
* Update linux build step
* Update windows build tasks
* Turn off server publish
* Disable REH
* Fix typo
* Bump distro
* Update vscode tests
* Bump distro
* Fix type in disto
* Bump distro
* Turn off docker build
* Remove docker step from release
Co-authored-by: ADS Merger <andresse@microsoft.com >
Co-authored-by: Karl Burtram <karlb@microsoft.com >
2020-10-03 11:42:05 -07:00
Amir Omidi
61ceb72cea
Change tables to make them work for our scenario ( #12193 )
...
* Change tables to make them work for our scenario
* Comments & deprecate API
* Disable selections by default
2020-09-11 13:44:19 -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
Amir Omidi
3c0d819911
Fixes the declarative table issue ( #11330 )
2020-07-13 14:35:35 -07:00
Aasim Khan
a9848a7a96
Added check all nulls to modify column Page ( #10683 ) ( #10751 )
...
* -Added check all null checkbox
* Modified declarative table to add check all columns in the column header
* -changed to using existing methods for firing events.
* -changed table height to auto
-center aligned data in table cell
-Check all generates event for only changed values
* -changes column header from text to column header (#10787 )
* This fixes the weird angular stuff - we need to do this in every other component
* -added changes made by amir for dom object tracking
-added automatic checkall detection.
-made text-align center in table cells
* -fixed styling issues and issue with checkboxes
* -Removed unsued function
Co-authored-by: Amir Omidi <amomidi@microsoft.com >
2020-06-26 19:02:59 -07:00
Brian Bergeron
a5cd755e41
support table with for DeclarativeTableComponent ( #10881 )
2020-06-15 10:12:49 -07:00
Alan Ren
3f21caddb6
fix declarative table issue ( #10833 )
...
* fix declarative table issue
* check data
* comments
* comments and more fixes
2020-06-10 22:21:45 -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
19dec78349
fix accessibility issue caused by not using table ( #9645 )
...
* fix accessibility issue caused by not using table
* remove fixed background color
2020-03-17 12:01:55 -07: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
Charles Gagnon
6e8cc3aaca
Fix accessibility issues with Manage Access dialog ( #8586 )
...
* Fix accessibility issues with Manage Access dialog
* implement more property interfaces
* Fix lgtm errors
* Simplify condition
2019-12-06 15:09:42 -08:00
Charles Gagnon
b8bc629970
Add aria labels and consolidate loc strings ( #8494 )
2019-12-02 13:33:24 -08:00
Charles Gagnon
3135b8525b
Add styling and component column type to declarative table ( #8476 )
...
* Initial wip
* wip
* Working implementation
* Make widths a bit nicer and remove sqlops addition
* Add sqlops back in
* Fix timing issue with tables
* Undo change to sql.bat and remove loading component when done
2019-11-27 08:06:41 -08:00
Anthony Dresser
df0c505452
No unused locals ( #8231 )
...
* add no unused local
* fix strict null
* fix compile errors
* update vscode comments
2019-11-06 17:22:05 -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
399788ccc1
Fix row/column count and table aria label ( #8219 )
2019-11-05 09:52:59 -08:00
Charles Gagnon
08fde8719d
Make declarative table read blank for empty text cells ( #8215 )
2019-11-05 08:02:37 -08: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