Leila Lali
a627285a4c
Feature/selectable card component ( #1703 )
...
* added selectable card
* creating new card type
2018-06-22 14:25:21 -07:00
Alan Ren
322847469d
fix dropdown component issue ( #1709 )
...
* fix dropdown component issue
* handle enable property default
2018-06-21 18:00:07 -07:00
Leila Lali
1871fd383e
Feature/form improvements ( #1707 )
...
* adding more options for form
* added form requied and info for item
2018-06-21 15:26:52 -07:00
Anthony Dresser
9d2b206156
Accessibility enhancements ( #1678 )
...
* adds aria-label to inputs for connection
* formatting
* add ariaLabels to all checkboxes/inputboxes/dropdowns
* fix labels on database dropdown action
* fix compile errors
* remove unnecessary code
2018-06-20 16:56:19 -07:00
Leila Lali
c13f219318
form should not default to100% by default ( #1679 )
2018-06-19 14:12:04 -07:00
Leila Lali
e686fed209
fixing the table, form dialog tab layout issues ( #1671 )
2018-06-19 10:55:23 -07:00
Leila Lali
a2a87f8d2b
fixed two layout issues in model view components ( #1647 )
2018-06-18 12:23:54 -07:00
Leila Lali
a225925bc4
fixed several model view issues ( #1640 )
...
* fixed several model view issues
2018-06-15 16:59:12 -07:00
Matt Irvine
ab39f1f44f
Use theme color for model view button text ( #1639 )
2018-06-15 15:29:15 -07:00
Matt Irvine
e9661f90d0
Prevent components from being defined multiple times ( #1627 )
2018-06-13 16:51:06 -07:00
Leila Lali
30b111034d
added option to mode view input box to create the input as text area ( #1630 )
...
* added option to create input as multi line
* added min and max for input box
2018-06-13 16:32:34 -07:00
Leila Lali
4609694141
added Declarative table to model view controls ( #1593 )
...
* added Declarative table to model view controls
2018-06-11 12:40:17 -07:00
Leila Lali
3afd3b0ff3
fixed the compile error ( #1601 )
2018-06-08 15:47:29 -07:00
Leila Lali
02af7e9299
Feature/model view list ( #1551 )
...
* fixed the issue with drop down styling
* added list box to model view library
2018-06-08 13:51:02 -07:00
Matt Irvine
a5b4eeb932
Add loading spinner component ( #1580 )
2018-06-07 17:54:48 -07:00
Abbie Petchtes
b2b69376c4
address comments on support button icon ( #1568 )
...
* support icon button
* formatting
* fix dropdown css and set attribute for model view editor
* address comments
* fixing conflict
2018-06-06 14:15:11 -07:00
Abbie Petchtes
38ad60478c
Support icon for button.component ( #1565 )
...
* support icon button
* formatting
* fix dropdown css and set attribute for model view editor
2018-06-06 14:05:36 -07:00
Matt Irvine
0c58f09e59
Merge VS Code 1.23.1 ( #1520 )
2018-06-05 11:24:51 -07:00
Abbie Petchtes
e3baf5c443
Fix model view editor where switching between different type of editors remove the dom ( #1546 )
...
* fix model view editor where switching between different type of editors destroy the dom
* address comments
2018-06-04 14:41:17 -07:00
Leila Lali
f70bf590cd
fixed the layout issue in model view containers ( #1548 )
...
* fixed the layout issue in model view containers
* fixed the sample
2018-06-04 14:25:41 -07:00
Leila Lali
473a414bc3
added table componenet ( #1542 )
2018-06-04 12:04:05 -07:00
Abbie Petchtes
9ad4ec6464
Support view model toolbar ( #1533 )
...
* support view model toolbar
* add EULA
* formatting
* address comment
2018-06-04 10:11:32 -07:00
Abbie Petchtes
1a97e3de06
fix webview component css and add webview example ( #1517 )
2018-05-30 13:48:08 -07:00
Leila Lali
83842ee9e1
fixed the path to fix the linux build error ( #1512 )
2018-05-30 09:53:30 -07:00
Leila Lali
a13039b14b
added group container ( #1508 )
2018-05-29 13:08:13 -07:00
Leila Lali
8fce79f385
fixed the selector name for model view components ( #1488 )
2018-05-24 15:20:24 -07:00
Abbie Petchtes
c208abf0c5
Fix view model editor and webview component ( #1483 )
...
* destroy viewmodel when editor is closed and add example
* support retainContextWhenHidden option for webview component
* fix breaking change from master
* dispose html element during dispose
* add more comments
2018-05-24 13:54:41 -07:00
Anthony Dresser
1359354387
Angular Individual Service Injection - Decouple bootstrap service ( #1457 )
...
* change services to be individually injected into angular
* messing around with injection
* change angular bootstrapping to factory style
* formatting
* formatting
* fix imports
* fix build errors
* fix testsw
* fix tests
* fix compile errors
2018-05-23 16:51:02 -07:00
Abbie Petchtes
cd0f9b71c5
Fix view model editor layout ( #1473 )
...
* flex container should be as big as the parent container
* add example
2018-05-23 11:20:28 -07:00
Leila Lali
259306a8db
fixed the issue with setting form's width ( #1472 )
2018-05-23 10:23:03 -07:00
Abbie Petchtes
36a8991682
Feature/webview for model view ( #1463 )
...
* support webview for view model
* formatting
* remove unused imports
2018-05-23 09:51:44 -07:00
Leila Lali
1461929f86
added text component ( #1462 )
...
* added text component
2018-05-22 16:12:02 -07:00
Leila Lali
4bfc549927
model view drop down now support editable and not editable list ( #1460 )
...
* model view drop down now support editable and not editable list
2018-05-22 13:12:53 -07:00
Matt Irvine
40db0d6f6f
Only allow model view components to be added once ( #1458 )
2018-05-22 13:06:00 -07:00
Matt Irvine
8e234d9b2d
Enable basic wizard API ( #1450 )
2018-05-21 15:19:21 -07:00
Abbie Petchtes
70819252a9
Add support for model view editor ( #1442 )
...
* Add proposed API for model view editors
* Initial working model view editor
* Add extension demo
* Revert "Add extension demo"
This reverts commit 10d3b720ad347919dd5668a339da8e96e26b2b82.
* view model editor and add the support for register content
* clean up the code
* fix editor issues where you register more than one content
* formating
* remove unused imports
* addressed comments
* address comments2
* address comment3
2018-05-21 12:46:13 -07:00
Leila Lali
ba264d8311
added radio button model view component ( #1439 )
...
* added radio button model view component
2018-05-21 11:45:27 -07:00
Matt Irvine
d526fe0f7f
Fire model view close event when destroyed ( #1427 )
2018-05-15 17:35:31 -07:00
Matt Irvine
1a9f72dfe0
Rearrange done and cancel buttons and dispose dialogs correctly ( #1420 )
2018-05-15 15:39:27 -07:00
Matt Irvine
9bd45cf66a
Add default model view input types and validation ( #1397 )
2018-05-14 16:20:19 -07:00
Matt Irvine
3aaf8a24bf
Fix form layout spacing ( #1401 )
2018-05-14 11:06:50 -07:00
Kevin Cunnane
41ffd6e8ae
Add action list to cards with callback ( #1392 )
...
- Add the ActionDescriptor functionality. This is a table of information with actionable links
- Also add optional status indicator which shows a color. In the future, would like to extend to have icon in this space as an alternative.
- Fixed 1 issue with account management UI throwing an error on cancel
2018-05-11 10:59:42 -07:00
Anthony Dresser
23ec6ac567
Change angular panel display behavior ( #1344 )
...
* got it working
* remove unneeded code
* formatting
* added scrollable, dashboard tabs don't scroll correctly though
* fix all bugs I could find
* address comments
2018-05-10 09:27:41 -07:00
Leila Lali
bcd6178d67
added properties to inputbox and form to be able to change style fro… ( #1371 )
...
* added properties to inputbox and form to be able to change style from extension
* moved registerModelViewProvider from dashboard to ui namespace
2018-05-09 10:58:23 -07:00
Matt Irvine
f10e281ffc
Add validation to model view components ( #1356 )
2018-05-08 14:15:26 -07:00
Leila Lali
1847c2e322
added checkbox component ( #1330 )
2018-05-03 17:11:55 -07:00
Leila Lali
886717d330
added dropdown and form layout to model view ( #1269 )
...
* added dropdown and form layout to model view
2018-04-27 15:43:23 -07:00
Kevin Cunnane
619c816e7f
Fix flex container and card layout issues ( #1195 )
...
* Fix main layout issues and add box around card
- Need to improve box size as it's taking too much space
* Fix UI issues with flexContainer and cards
* Simplify card HTML
2018-04-23 09:54:44 -07:00
Leila Lali
a7c4686980
Feature/input box component ( #1190 )
...
* Adding new view component for input box
2018-04-20 16:26:58 -07:00
Matt Irvine
93aa052856
Initial work for custom model view dialogs ( #1183 )
2018-04-19 16:24:02 -07:00