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/01/22 23:30:24 UTC

[royale-asjs] branch develop updated: fix formater changes. when change jewel css, it needs to be done in sass, so generation update css on its own, or it will be overriden when building with maven

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new ad966d8  fix formater changes. when change jewel css, it needs to be done in sass, so generation update css on its own, or it will be overriden when building with maven
ad966d8 is described below

commit ad966d84be378c57a9e8c7c5513fae07e32bdbce
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Jan 23 00:30:16 2019 +0100

    fix formater changes. when change jewel css, it needs to be done in sass, so generation update css on its own, or it will be overriden when building with maven
---
 frameworks/projects/Jewel/src/main/sass/components/_datefield.sass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/frameworks/projects/Jewel/src/main/sass/components/_datefield.sass b/frameworks/projects/Jewel/src/main/sass/components/_datefield.sass
index e15282f..194f2d2 100644
--- a/frameworks/projects/Jewel/src/main/sass/components/_datefield.sass
+++ b/frameworks/projects/Jewel/src/main/sass/components/_datefield.sass
@@ -153,7 +153,8 @@ j|DateField
     IBeadView: ClassReference("org.apache.royale.jewel.beads.views.DateFieldView")
     IBeadModel: ClassReference("org.apache.royale.jewel.beads.models.DateChooserModel")
     IBeadController: ClassReference("org.apache.royale.jewel.beads.controllers.DateFieldMouseController")
-    IFormatter: ClassReference("org.apache.royale.html.accessories.DateFormatMMDDYYYY")
+    // IFormatter: ClassReference("org.apache.royale.html.accessories.DateFormatMMDDYYYY")
+    IFormatter: ClassReference("org.apache.royale.html.accessories.StringDateFormatter")
     IPopUp: ClassReference("org.apache.royale.jewel.DateChooser")
 
 @media -royale-swf