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 404f4d6 rename UI Sets to Component Sets
404f4d6 is described below
commit 404f4d62c824c744f299b7bfa723754b8357bbb1
Author: Carlos Rovira <[email protected]>
AuthorDate: Fri May 24 20:06:18 2019 +0200
rename UI Sets to Component Sets
---
Get_Started/Frameworks.md | 2 +-
_data/toc.json | 12 ++++++------
component_sets.md | 6 +++---
{UI_Sets => component_sets}/Basic.md | 0
{UI_Sets => component_sets}/Basic/Basic-Button.md | 0
{UI_Sets => component_sets}/Jewel.md | 8 ++++----
{UI_Sets => component_sets}/Jewel/Jewel-Alert.md | 0
{UI_Sets => component_sets}/Jewel/Jewel-Button.md | 0
{UI_Sets => component_sets}/Jewel/Jewel-TextInput.md | 0
9 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/Get_Started/Frameworks.md b/Get_Started/Frameworks.md
index aee1701..95c6aa7 100644
--- a/Get_Started/Frameworks.md
+++ b/Get_Started/Frameworks.md
@@ -36,7 +36,7 @@ Why would you use a third-party framework with Royale?
Because you like the look
## Other Component Sets
-These UI Sets are created under Royale umbrella, but uses or wraps existing
external libraries or frameworks. Royale supports (to varying degrees):
+These Component Sets are created under Royale umbrella, but uses or wraps
existing external libraries or frameworks. Royale supports (to varying degrees):
- [Material Design Lite](https://getmdl.io){:target='_blank'} Most, if not
all, components are available.
diff --git a/_data/toc.json b/_data/toc.json
index 885e910..3951102 100644
--- a/_data/toc.json
+++ b/_data/toc.json
@@ -64,22 +64,22 @@
]
},
{
- "path": "UI_Sets.md",
+ "path": "component_sets.md",
"children": [
{
- "path": "UI_Sets/Basic.md"
+ "path": "component_sets/Basic.md"
},
{
- "path": "UI_Sets/Jewel.md",
+ "path": "component_sets/Jewel.md",
"children": [
{
- "path": "UI_Sets/Jewel/Jewel-Alert.md"
+ "path": "component_sets/Jewel/Jewel-Alert.md"
},
{
- "path": "UI_Sets/Jewel/Jewel-Button.md"
+ "path": "component_sets/Jewel/Jewel-Button.md"
},
{
- "path": "UI_Sets/Jewel/Jewel-TextInput.md"
+ "path": "component_sets/Jewel/Jewel-TextInput.md"
}
]
}
diff --git a/component_sets.md b/component_sets.md
index 21cecca..db10e80 100644
--- a/component_sets.md
+++ b/component_sets.md
@@ -15,7 +15,7 @@
# limitations under the License.
layout: docpage
-title: UI Sets
+title: Component Sets
---
# Component Sets
@@ -24,7 +24,7 @@ Sets of components and containers designed in Apache Royale.
Royale provides its own component sets that support developing simple, small
and fast applications for prototyping and as the basis of complete application
user interfaces:
-- [Basic](UI_Sets/Basic.html) is the most smallest, fastest and PAYG set of
components possible in Royale, and is used by other sets like Jewel as its base.
+- [Basic](component_sets/Basic.html) is the most smallest, fastest and PAYG
set of components possible in Royale, and is used by other sets like Jewel as
its base.
-- [Jewel](UI_Sets/Jewel.html) is focused in look and feel and new practices
present in modern development like responsivness and multiplatform. Jewel
support Themes and diferent kind of desktop and mobile devices.
+- [Jewel](component_sets/Jewel.html) is focused in look and feel and new
practices present in modern development like responsivness and multiplatform.
Jewel support Themes and diferent kind of desktop and mobile devices.
diff --git a/UI_Sets/Basic.md b/component_sets/Basic.md
similarity index 100%
rename from UI_Sets/Basic.md
rename to component_sets/Basic.md
diff --git a/UI_Sets/Basic/Basic-Button.md
b/component_sets/Basic/Basic-Button.md
similarity index 100%
rename from UI_Sets/Basic/Basic-Button.md
rename to component_sets/Basic/Basic-Button.md
diff --git a/UI_Sets/Jewel.md b/component_sets/Jewel.md
similarity index 88%
rename from UI_Sets/Jewel.md
rename to component_sets/Jewel.md
index a9bc72a..8acb6b8 100644
--- a/UI_Sets/Jewel.md
+++ b/component_sets/Jewel.md
@@ -24,7 +24,7 @@ A set of modern UI components
Jewel is a themeizable and responsive set of user interface components for
Apache Royale to quickly build Front-end Applications with
[ActionScript](Welcome/Features/AS3.html) & [MXML](Welcome/Features/MXML.html).
-It's based by design on [Basic](UI_Sets/Basic.html) components but while Basic
is very strict with concepts like [PAYG](Welcome/Features/PAYG.html), in Jewel
they are important but when it is necessary, we prioritize other things like
responsiveness, themes and look and feel.
+It's based by design on [Basic](component_sets/Basic.html) components but
while Basic is very strict with concepts like
[PAYG](Welcome/Features/PAYG.html), in Jewel they are important but when it is
necessary, we prioritize other things like responsiveness, themes and look and
feel.
## Browser Support
@@ -56,8 +56,8 @@ In the browsers, Apache Royale generates [ECMAScript version
5 (ES5)](https://en
| | Table
| An Complex HTML Table element filled with a data source. Cells are
ItemRenderers. | | In Progress |
| | TabBarContent
| A Container to use with TabBar and capable of parenting organized content
| | |
| | Wizard
| 11.0+
| | |
-| __Components__ | [Alert](UI_Sets/Jewel/Jewel-Alert.html)
| Displays a message and one or more buttons in a view that pops up over all
other controls and views. | 0.9.4 | Finished |
-| | [Button](UI_Sets/Jewel/Jewel-Button.html)
|
| | |
+| __Components__ | [Alert](component_sets/Jewel/Jewel-Alert.html)
| Displays a message and one or more buttons in a view that pops up
over all other controls and views. | 0.9.4 | Finished |
+| | [Button](component_sets/Jewel/Jewel-Button.html)
|
| | |
| | CheckBox
|
| | |
| | ComboBox
|
| | |
| | DateChooser
|
| | |
@@ -75,4 +75,4 @@ In the browsers, Apache Royale generates [ECMAScript version
5 (ES5)](https://en
| | Slider
|
| | |
| | SnackBar
|
| | |
| | TabBar
|
| | |
-| | [TextInput](UI_Sets/Jewel/Jewel-TextInput.html)
|
| | |
+| |
[TextInput](component_sets/Jewel/Jewel-TextInput.html) |
| | |
diff --git a/UI_Sets/Jewel/Jewel-Alert.md b/component_sets/Jewel/Jewel-Alert.md
similarity index 100%
rename from UI_Sets/Jewel/Jewel-Alert.md
rename to component_sets/Jewel/Jewel-Alert.md
diff --git a/UI_Sets/Jewel/Jewel-Button.md
b/component_sets/Jewel/Jewel-Button.md
similarity index 100%
rename from UI_Sets/Jewel/Jewel-Button.md
rename to component_sets/Jewel/Jewel-Button.md
diff --git a/UI_Sets/Jewel/Jewel-TextInput.md
b/component_sets/Jewel/Jewel-TextInput.md
similarity index 100%
rename from UI_Sets/Jewel/Jewel-TextInput.md
rename to component_sets/Jewel/Jewel-TextInput.md