You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/12/26 16:18:32 UTC

[royale-docs] branch master updated: jewel: more info about version and completion of components

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 57df90a  jewel: more info about version and completion of components
57df90a is described below

commit 57df90a6b8c19c659e69563b867e795362199b63
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Dec 26 17:18:23 2019 +0100

    jewel: more info about version and completion of components
---
 component-sets/jewel.md | 45 +++++++++++++++++++++++----------------------
 1 file changed, 23 insertions(+), 22 deletions(-)

diff --git a/component-sets/jewel.md b/component-sets/jewel.md
index ceedbb1..0310123 100644
--- a/component-sets/jewel.md
+++ b/component-sets/jewel.md
@@ -54,35 +54,36 @@ For the browsers, Apache Royale generates [ECMAScript version 5 (ES5)](https://e
 
 ## Components
 
-| Type          	| Name                                          	| Description                                                                                          	| Available SDK 	| State     	|
-|------------------	|------------------------------------------------------------------	|------------------------------------------------------------------------------------------------------	|---------------	|--------------	|
-| __Containers__  	| [Card](component-sets/jewel/card)              	    | Container that surrounds other components                                                             	|               	|          	    |
-|                	| [Grid](component-sets/jewel/grid)              	    | Container that uses Grid Layout and needs other immediate children to work as cells and host content. 	|               	|          	    |
-|                	| [SimpleTable](component-sets/jewel/simpletable)	    | A basic HTML table that can be declared in MXML                                                     	|               	| Complete      |
-|                	| [Table](component-sets/jewel/table)                    | A complex HTML table element filled from a data source. Cells are ItemRenderers.                    	|               	| In Progress   |
-|                	| [TabBarContent](component-sets/jewel/tabbarcontent)    | A container to use with TabBar and capable of presenting organized content                            	|               	|           	|
-|                	| [Wizard](component-sets/jewel/wizard)             	    | 11.0+                                                                                                	|               	|           	|
+| Type          	| Name                       | Description                                                                    	| Available SDK 	| State     	|
+|------------------	|--------------------------- |--------------------------------------------------------------------------------- |------------------ |--------------	|
+| __Containers__  	| [Card](component-sets/jewel/card)              	    | Container that surrounds other components                                                             	| 0.9.4              	|          	    |
+|                	| [Grid](component-sets/jewel/grid)              	    | Container that uses Grid Layout and needs other immediate children to work as cells and host content. 	| 0.9.4    	| Complete |
+|                	| [SimpleTable](component-sets/jewel/simpletable)	    | A basic HTML table that can be declared in MXML                                                     	| 0.9.4              	| Complete      |
+|                	| [Table](component-sets/jewel/table)                    | A complex HTML table element filled from a data source. Cells are ItemRenderers.                    	| 0.9.4              	| In Progress   |
+|                	| [TabBarContent](component-sets/jewel/tabbarcontent)    | A container to use with TabBar and capable of presenting organized content                            	| 0.9.4    	| Complete |
+|                	| [Wizard](component-sets/jewel/wizard)             	    | 11.0+                                                                                                	| 0.9.4    	| Complete |
 | __Components__ 	| [Alert](component-sets/jewel/alert)            	    | Displays a message and one or more buttons in a view that pops up over all other controls and views. 	| 0.9.4         	| Complete  	|
 |               	| [Button](component-sets/jewel/button)          	    | A commonly-used rectangular button with a text label. Users can click or tap it to take an action. 	| 0.9.4         	| Complete  	|
 |               	| [ButtonBar](component-sets/jewel/buttonbar)          	    |  	| 0.9.7         	| Complete  	|
 |                 	| [CheckBox](component-sets/jewel/checkbox)        	    | Consists of a box that can contain a check mark and an optional label.	| 0.9.4         	| Complete  	|
-|                	| [ComboBox](component-sets/jewel/combobox)              |                                                                                                      	|               	|           	|
+|                	| [ComboBox](component-sets/jewel/combobox)              |                                                                                                      	| 0.9.4    	| Complete	|
 |                	| [DataGrid](component-sets/jewel/datagrid)        |                                                                                                      	|  0.9.7             	|           	|
-|                	| [DateChooser](component-sets/jewel/datechooser)        |                                                                                                      	|               	|           	|
-|                	| [DateField](component-sets/jewel/datefield)            |                                                                                                      	|               	|             	|
-|               	| [DropDownList](component-sets/jewel/dropdownlist)      |                                                                                                      	|               	|           	|
-|               	| [Form](component-sets/jewel/form)                      |                                                                                                      	|               	|           	|
-|               	| [FormItem](component-sets/jewel/formitem)      	    |                                                                                                      	|               	|           	|
-|                	| [Icon](component-sets/jewel/icon)                	    |                                                                                                      	|               	|           	|
-|               	| [Image](component-sets/jewel/image)                    |                                                                                                      	|               	|           	|
+|                	| [DateChooser](component-sets/jewel/datechooser)        |                                                                                                      	| 0.9.4    	| Complete |
+|                	| [DateField](component-sets/jewel/datefield)            |                                                                                                      	| 0.9.4    	| Complete |
+|               	| [DropDownList](component-sets/jewel/dropdownlist)      |                                                                                                      	| 0.9.4    	| Complete |
+|               	| [Form](component-sets/jewel/form)                      |                                                                                                      	| 0.9.4    	| Complete |
+|               	| [FormItem](component-sets/jewel/formitem)      	    |                                                                                                      	| 0.9.4    	| Complete |
+|                	| [Icon](component-sets/jewel/icon)                	    |                                                                                                      	| 0.9.4    	| Complete |
+|               	| [Image](component-sets/jewel/image)                    |                                                                                                      	| 0.9.4    	| Complete |
 |               	| [Label](component-sets/jewel/label)               	    |  Used for single or multi lined text labels                                  	| 0.9.4    	| Complete	|
-|               	| [List](component-sets/jewel/list)               	    |                                                                                                      	|               	|           	|
-|               	| [NumericStepper](component-sets/jewel/numericstepper)  |                                                                                                      	|               	|           	|
-|               	| [PopUp](component-sets/jewel/popup)                    |                                                                                                      	|               	|           	|
+|               	| [List](component-sets/jewel/list)               	    |                                                                                                      	| 0.9.4    	| Complete |
+|               	| [NumericStepper](component-sets/jewel/numericstepper)  |                                                                                                      	| 0.9.4               	|           	|
+|               	| [PopUp](component-sets/jewel/popup)                    |                                                                                                      	| 0.9.4    	| Complete |
 |               	| [RadioButton](component-sets/jewel/radiobutton)  	    | Lets the user make a single choice within a set of mutually exclusive choices	| 0.9.4         	| Complete  	|
-|               	| [Slider](component-sets/jewel/slider)                  |                                                                                                      	|               	|           	|
-|               	| [SnackBar](component-sets/jewel/snackbar)  	   	    |                                                                                                      	|               	|           	|
-|               	| [TabBar](component-sets/jewel/tabbar)  	            |                                                                                                      	|               	|           	|
+|               	| [HSlider](component-sets/jewel/hslider)                  |                                                                                                      	| 0.9.4    	| Complete |
+|               	| [VSlider](component-sets/jewel/vslider)                  |                                                                                                      	| 0.9.6    	| Complete |
+|               	| [SnackBar](component-sets/jewel/snackbar)  	   	    |                                                                                                      	| 0.9.4    	| Complete |
+|               	| [TabBar](component-sets/jewel/tabbar)  	            |                                                                                                      	| 0.9.4    	| Complete |
 |               	| [TextInput](component-sets/jewel/textinput)        	| A control for single-line text field. 	| 0.9.4         	| Complete  	|
 
 ## Jewel Themes