This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from 8eb1d64 little fixes
add aaeb2ef Merge branch 'develop' of
https://github.com/yestaro/royale-asjs into feature/jewel-snackbar
add b8bf801 SASS doesn't allow ";" characters and indentation is not
right for SASS to compile. @yestaro, you need to compile SASS file with ANT or
Maven (this one is setup out-of-the-box). default.css file is update in the
SASS compilation to get the generated CSS
add 5b60eb9 Code need COMPILE::JS blocks to compile (maybe you can
compile it since your're using a JS only version?). This solves the conflicts
and the code runs right.
add ba9c77c forgot to add theme styles
add e8c4bd0 better use StyleUIBase methods
new 5dae465 Merge branch 'feature/jewel-snackbar' into develop
new 9cf2e26 improve organization in jewel theme code for snackbar. and
remove round corners on bottom of the component.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/main/royale/FormsValidationPlayGround.mxml | 2 +-
.../JewelExample/src/main/royale/MainContent.mxml | 1 +
.../src/main/royale/SnackbarPlayGround.mxml | 92 +++++++++
.../src/main/royale/models/MainNavigationModel.as | 3 +-
.../projects/Jewel/src/main/resources/defaults.css | 36 ++++
.../Jewel/src/main/resources/jewel-manifest.xml | 1 +
.../projects/Jewel/src/main/royale/JewelClasses.as | 3 +
.../royale/org/apache/royale/jewel/Snackbar.as | 224 +++++++++++++++++++++
.../jewel/beads/controllers/SnackbarController.as | 149 ++++++++++++++
.../models/{TextModel.as => SnackbarModel.as} | 110 +++++-----
.../royale/jewel/beads/validators/FormValidator.as | 4 +-
.../royale/jewel/beads/views/SnackbarView.as | 146 ++++++++++++++
.../components/{_titlebar.sass => _snackbar.sass} | 50 +++--
.../projects/Jewel/src/main/sass/defaults.sass | 2 +-
.../JewelTheme/src/main/resources/defaults.css | 69 +++++++
.../themes/JewelTheme/src/main/sass/_colors.sass | 3 +-
.../sass/components-emphasized/_snackbar.sass} | 56 +++---
.../main/sass/components-primary/_snackbar.sass | 71 +++++++
.../main/sass/components-secondary/_snackbar.sass} | 56 +++---
.../themes/JewelTheme/src/main/sass/defaults.sass | 3 +
20 files changed, 958 insertions(+), 123 deletions(-)
create mode 100644
examples/royale/JewelExample/src/main/royale/SnackbarPlayGround.mxml
create mode 100644
frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Snackbar.as
create mode 100644
frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controllers/SnackbarController.as
copy
frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/models/{TextModel.as
=> SnackbarModel.as} (58%)
create mode 100644
frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/SnackbarView.as
copy frameworks/projects/Jewel/src/main/sass/components/{_titlebar.sass =>
_snackbar.sass} (64%)
copy
frameworks/{projects/MXRoyale/src/main/royale/mx/managers/CursorManagerPriority.as
=> themes/JewelTheme/src/main/sass/components-emphasized/_snackbar.sass} (52%)
create mode 100644
frameworks/themes/JewelTheme/src/main/sass/components-primary/_snackbar.sass
copy
frameworks/{projects/MXRoyale/src/main/royale/mx/managers/CursorManagerPriority.as
=> themes/JewelTheme/src/main/sass/components-secondary/_snackbar.sass} (53%)