This is an automated email from the ASF dual-hosted git repository.
harbs pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from 6783bde try to clean dumps out of nightly
new 407d99e Simplified formatters
new 4fabdc7 Formatters appear to work
new 3545a3f Merge branch 'feature/redo-formatters' into develop
The 8538 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/DateComponentsPlayGround.mxml | 2 +-
.../JewelJS/src/main/config/compile-js-config.xml | 1 +
.../projects/Basic/src/main/resources/defaults.css | 2 +-
.../royale/org/apache/royale/html/DateField.as | 4 +-
.../org/apache/royale/html/beads/DateFieldView.as | 12 +-
.../projects/Core/src/main/royale/CoreClasses.as | 2 +-
.../royale/org/apache/royale/core/IFormatBead.as | 69 ----------
...IDataGridPresentationModel.as => IFormatter.as} | 20 +--
.../projects/Flat/src/main/resources/defaults.css | 2 +-
.../src/main/resources/basic-manifest.xml | 6 +-
.../royale/org/apache/royale/core/FormatBase.as | 69 +---------
.../royale/html/accessories/CurrencyFormatter.as | 125 +----------------
.../html/accessories/DateAndTimeFormatter.as | 95 ++-----------
.../royale/html/accessories/DateFormatDDMMYYYY.as | 2 +-
.../royale/html/accessories/DateFormatMMDDYYYY.as | 2 +-
.../royale/html/accessories/DateFormatYYYYMMDD.as | 2 +-
.../royale/html/accessories/NumberFormatter.as | 114 +---------------
.../royale/html/accessories/SimpleDateFormatter.as | 152 +++++----------------
.../royale/html/accessories/StringDateFormatter.as | 119 ++++++++++++++++
.../royale/html/beads/FormatableLabelView.as | 20 ++-
.../royale/html/beads/FormatableTextInputView.as | 23 +---
frameworks/projects/Jewel/pom.xml | 14 ++
.../Jewel/src/main/config/compile-swf-config.xml | 1 +
.../projects/Jewel/src/main/resources/defaults.css | 2 +-
.../royale/org/apache/royale/jewel/DateField.as | 4 +-
.../controls/datefield/DateFieldMaskedTextInput.as | 39 ++----
.../royale/jewel/beads/views/DateFieldView.as | 31 +++--
.../Jewel/src/main/sass/components/_datefield.sass | 2 +-
.../staticControls/accessories/NumberFormatter.as | 116 +---------------
.../accessories/PhoneNumberFormatter.as | 117 +---------------
30 files changed, 278 insertions(+), 891 deletions(-)
delete mode 100644
frameworks/projects/Core/src/main/royale/org/apache/royale/core/IFormatBead.as
copy
frameworks/projects/Core/src/main/royale/org/apache/royale/core/{IDataGridPresentationModel.as
=> IFormatter.as} (77%)
create mode 100644
frameworks/projects/Formatters/src/main/royale/org/apache/royale/html/accessories/StringDateFormatter.as