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/03/17 19:19:57 UTC

[royale-asjs] branch develop updated (6e7be70 -> 268938b)

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 6e7be70  jewel-validation: beads to remove all validation errors when navigation to other parts of the app
     add 9a92912  start the positioner refactor
     add ebca791  textinputbased jewel components refactor
     add b48ca84  components that can remove directly positioner line according to latest changes
     add fd003eb  Merge branch 'develop' into feature/jewel_positioner
     add fd1f06e  fix jewel slider positioner
     add 318c8f4  fix jewel checkbox and radiobutton positioner and disabled styles
     add 268938b  fix jewel textinput and numericstepper positioner

No new revisions were added by this update.

Summary of changes:
 .../royale/org/apache/royale/core/StyledUIBase.as  | 21 +-----
 .../projects/Jewel/src/main/resources/defaults.css | 10 +--
 .../main/royale/org/apache/royale/jewel/Button.as  | 23 +++---
 .../royale/org/apache/royale/jewel/CheckBox.as     | 60 ++++++++--------
 .../royale/org/apache/royale/jewel/DropDownList.as |  1 -
 .../royale/org/apache/royale/jewel/IconButton.as   | 11 ++-
 .../org/apache/royale/jewel/IconTextInput.as       | 27 +++----
 .../main/royale/org/apache/royale/jewel/Image.as   |  1 -
 .../royale/org/apache/royale/jewel/ImageButton.as  |  1 -
 .../main/royale/org/apache/royale/jewel/Label.as   |  8 +--
 .../org/apache/royale/jewel/NumericStepper.as      | 16 ++---
 .../main/royale/org/apache/royale/jewel/PopUp.as   |  1 -
 .../royale/org/apache/royale/jewel/RadioButton.as  | 30 +++++---
 .../main/royale/org/apache/royale/jewel/Slider.as  | 35 +++++----
 .../main/royale/org/apache/royale/jewel/Spinner.as | 12 ++--
 .../royale/org/apache/royale/jewel/TextArea.as     | 33 +++------
 .../royale/org/apache/royale/jewel/TextInput.as    | 29 ++------
 .../royale/org/apache/royale/jewel/ToggleButton.as | 46 ++++++------
 .../royale/jewel/beads/views/NumericStepperView.as | 22 +++---
 .../supportClasses/textinput/TextInputBase.as      | 82 +++++++++-------------
 .../Jewel/src/main/sass/components/_checkbox.sass  |  6 +-
 .../src/main/sass/components/_radiobutton.sass     |  6 +-
 22 files changed, 204 insertions(+), 277 deletions(-)