Merge branch 'feature/FLEX-35328_simplify_mdl_drop_down_list' into develop
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/f4d28a6d Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/f4d28a6d Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/f4d28a6d Branch: refs/heads/develop Commit: f4d28a6d8f311b3be379f282fb175e4e938e079c Parents: 68f118b 1db1de0 Author: piotrz <pio...@apache.org> Authored: Thu Jun 29 21:12:52 2017 +0200 Committer: piotrz <pio...@apache.org> Committed: Thu Jun 29 21:12:52 2017 +0200 ---------------------------------------------------------------------- distribution/pom.xml | 13 +- distribution/src/main/assembly/component.xml | 4 +- examples/flexjs/DesktopMap/DesktopMap-app.xml | 2 +- .../main/resources/mdl-js-index-template.html | 4 +- .../main/resources/mdl-js-index-template.html | 2 +- .../MDLExample/src/main/flex/DropDownList.mxml | 36 ++- .../src/main/flex/models/MenuModel.as | 8 +- .../MDLExample/src/main/flex/vos/MenuItemVO.as | 4 +- .../main/resources/mdl-js-index-template.html | 2 +- .../Basic/src/main/flex/BasicClasses.as | 2 +- .../flex/html/beads/DataFieldProviderBead.as | 89 +++++++ .../DataItemRendererFactoryForArrayData.as | 24 +- .../DataItemRendererFactoryForArrayList.as | 37 ++- .../Basic/src/main/resources/basic-manifest.xml | 1 + .../org/apache/flex/core/IDataProviderModel.as | 9 +- .../main/flex/org/apache/flex/html/Option.as | 110 ++++++++ .../main/flex/org/apache/flex/html/Select.as | 69 +++++ .../HTML/src/main/resources/basic-manifest.xml | 4 +- .../src/main/flex/MDLClasses.as | 1 + .../flex/org/apache/flex/mdl/DropDownList.as | 153 ++++++++--- .../src/main/flex/org/apache/flex/mdl/List.as | 258 ------------------- .../beads/controllers/DropDownListController.as | 55 ++-- .../flex/mdl/beads/models/DropDownListModel.as | 64 +++++ .../flex/mdl/beads/models/IDropDownListModel.as | 43 ++++ .../flex/mdl/beads/views/DropDownListView.as | 121 +++++---- .../itemRenderers/DropDownListItemRenderer.as | 108 ++++++++ .../src/main/resources/defaults.css | 10 +- .../src/main/resources/mdl-manifest.xml | 2 + 28 files changed, 783 insertions(+), 452 deletions(-) ----------------------------------------------------------------------