Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs 
into develop

# By Carlos Rovira (2) and others
# Via yishayw
* 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs:
  Export common bead loading logic to a utils class.
  Continue refactor to classList
  Use classList in Chip for components in element creation
  Refactor to classList management


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/1df874ab
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/1df874ab
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/1df874ab

Branch: refs/heads/develop
Commit: 1df874ab968bdbdf5b0dedca2de33383bfddc070
Parents: 8b6f7bb e5020da
Author: Peter Ent <p...@apache.org>
Authored: Thu Dec 1 10:57:11 2016 -0500
Committer: Peter Ent <p...@apache.org>
Committed: Thu Dec 1 10:57:11 2016 -0500

----------------------------------------------------------------------
 .../flexjs/MDLExample/src/main/flex/Tabs.mxml   |  16 +-
 .../projects/Core/src/main/flex/CoreClasses.as  |   1 +
 .../flex/org/apache/flex/utils/StrandUtils.as   |  70 +++++++
 .../flex/html/beads/AccordionCollapseBead.as    |  14 +-
 .../src/main/flex/org/apache/flex/mdl/Button.as |   3 +-
 .../main/flex/org/apache/flex/mdl/ButtonChip.as |   2 +-
 .../src/main/flex/org/apache/flex/mdl/Card.as   |  14 +-
 .../flex/org/apache/flex/mdl/CardActions.as     |   3 +-
 .../main/flex/org/apache/flex/mdl/CardMedia.as  |   3 +-
 .../main/flex/org/apache/flex/mdl/CardMenu.as   |   3 +-
 .../org/apache/flex/mdl/CardSupportingText.as   |   3 +-
 .../main/flex/org/apache/flex/mdl/CardTitle.as  |   3 +-
 .../flex/org/apache/flex/mdl/CardTitleText.as   |   3 +-
 .../main/flex/org/apache/flex/mdl/CheckBox.as   |   5 +-
 .../src/main/flex/org/apache/flex/mdl/Chip.as   |   2 +-
 .../src/main/flex/org/apache/flex/mdl/Drawer.as |   1 -
 .../src/main/flex/org/apache/flex/mdl/Grid.as   |   6 +-
 .../main/flex/org/apache/flex/mdl/GridCell.as   | 194 +++++++++++++------
 .../src/main/flex/org/apache/flex/mdl/Header.as |  16 +-
 .../main/flex/org/apache/flex/mdl/HeaderRow.as  |   1 -
 .../src/main/flex/org/apache/flex/mdl/List.as   |   1 -
 .../src/main/flex/org/apache/flex/mdl/Menu.as   |   5 +-
 .../main/flex/org/apache/flex/mdl/MenuItem.as   |  10 +-
 .../main/flex/org/apache/flex/mdl/Navigation.as |   1 -
 .../org/apache/flex/mdl/NavigationLayout.as     |  11 +-
 .../apache/flex/mdl/NavigationLayoutContent.as  |   1 -
 .../flex/org/apache/flex/mdl/RadioButton.as     |   5 +-
 .../src/main/flex/org/apache/flex/mdl/Switch.as |   5 +-
 .../src/main/flex/org/apache/flex/mdl/TabBar.as |  10 +-
 .../flex/org/apache/flex/mdl/TabBarButton.as    |   9 +-
 .../flex/org/apache/flex/mdl/TabBarPanel.as     |   5 +-
 .../src/main/flex/org/apache/flex/mdl/Tabs.as   |   6 +-
 .../main/flex/org/apache/flex/mdl/TextField.as  |  28 +--
 .../flex/org/apache/flex/mdl/beads/Badge.as     |  56 +++---
 .../apache/flex/mdl/supportClasses/CardInner.as |  10 +-
 35 files changed, 336 insertions(+), 190 deletions(-)
----------------------------------------------------------------------


Reply via email to