@cronapp/templates 3.0.0-SP.22 → 3.0.0-SP.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/project/M/cronapp-rad-project-mobile-cordova/__linksInherit +2 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/__copydata.ftl +4 -4
- package/project/M/cronapp-rad-project-mobile-cordova/template.properties +4 -2
- package/project/M/cronapp-rad-project-mobile-cordova/template_en_US.properties +2 -1
- package/project/M/cronapp-rad-project-mobile-cordova/template_pt_BR.properties +2 -1
- package/project/W/cronapp-rad-project/pom.xml.ftl +3 -1
package/package.json
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
../../project/W/cronapp-rad-project/config
|
|
2
|
+
<#if (includeauth?? && includeauth?lower_case == "false") || (!(includeauth!"false")?boolean)>
|
|
2
3
|
../../project/W/cronapp-rad-project/docs
|
|
3
4
|
../../project/W/cronapp-rad-project/diagram
|
|
5
|
+
</#if>
|
|
4
6
|
../../project/W/cronapp-rad-project/Jenkinsfile
|
|
5
7
|
../../project/W/cronapp-rad-project/pom.xml.ftl
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<#-- Verificar se existem parametros -->
|
|
2
|
-
<#if (authentication?? && backend?? && frontend??) >
|
|
3
|
-
<#if (authentication?lower_case) != "nenhuma" &&(backend?lower_case) == "true" >
|
|
2
|
+
<#if (authentication?? && backend?? && frontend?? && includeauth??) >
|
|
3
|
+
<#if ((authentication?lower_case) != "nenhuma" &&(backend?lower_case) == "true") || ((includeauth?lower_case) == "true") >
|
|
4
4
|
path.content=/www-autenticacao
|
|
5
5
|
</#if>
|
|
6
|
-
<#if ((authentication?lower_case) == "nenhuma" || (backend?lower_case) == "false")>
|
|
6
|
+
<#if ((authentication?lower_case) == "nenhuma" || (backend?lower_case) == "false") && ((includeauth?lower_case) == "false")>
|
|
7
7
|
path.content=/www-sem-autenticacao
|
|
8
8
|
</#if>
|
|
9
9
|
<#-- Caso contrario copiar tudo -->
|
|
10
10
|
<#else>
|
|
11
11
|
path.content=/www-autenticacao
|
|
12
|
-
</#if>
|
|
12
|
+
</#if>
|
|
@@ -101,7 +101,8 @@ authenticationTypes=Nenhuma|Normal|Token|activeDirectory|ldap|SSO|Saml
|
|
|
101
101
|
parameter.page.1.string.0.appid=${generateAppId}
|
|
102
102
|
parameter.page.1.boolean.1.frontend=true
|
|
103
103
|
parameter.page.1.boolean.2.backend=true
|
|
104
|
-
parameter.page.1.
|
|
104
|
+
parameter.page.1.boolean.3.includeauth=false
|
|
105
|
+
parameter.page.1.list.4.authentication=Token|SSO|Saml|Nenhuma
|
|
105
106
|
parameter.page.1.list.6.social=Não|Sim
|
|
106
107
|
parameter.page.1.list.7.mutual=Não|Sim
|
|
107
108
|
parameter.page.2.theme.6.theme=Material|Aquamarine|Fuse|DsGov|Material-Round|Krypton|Cerulean|Cosmo|Cyborg|Darkly|Flatly|Journal|Lumen|Paper|Readable|Sandstone|Simplex|Slate|Spacelab|Superhero|United|Yeti
|
|
@@ -129,4 +130,5 @@ themeDescription.Yeti=O tema Yeti utiliza o padrão de HTML e CSS do Bootstrap
|
|
|
129
130
|
themeDescription.Material-Round=Material Round theme uses standard HTML and CSS Bootstrap 🆕
|
|
130
131
|
themeDescription.Krypton=The Krypton theme uses standard HTML and CSS Bootstrap 🆕
|
|
131
132
|
|
|
132
|
-
parameter.dependency.dcyauthentication.authentication.backend.false=Token
|
|
133
|
+
parameter.dependency.dcyauthentication.authentication.backend.false=Token
|
|
134
|
+
parameter.dependency.dcyauth.includeauth.backend.true=false
|
|
@@ -2,7 +2,8 @@ description=Template to create Mobile Low-Code App using CronApp IDE
|
|
|
2
2
|
parameter.page.1.string.0.appid=Application Id
|
|
3
3
|
parameter.page.1.boolean.1.frontend=Include Web Front-End
|
|
4
4
|
parameter.page.1.boolean.2.backend=Include Back-End
|
|
5
|
-
parameter.page.1.
|
|
5
|
+
parameter.page.1.boolean.3.includeauth=Include Authentication
|
|
6
|
+
parameter.page.1.list.4.authentication=Authentication Type
|
|
6
7
|
parameter.page.1.list.6.social=Login over social networks
|
|
7
8
|
parameter.page.1.list.7.mutual=Mutual Authentication
|
|
8
9
|
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
parameter.page.1.string.0.appid=Id da Aplicação
|
|
2
2
|
parameter.page.1.boolean.1.frontend=Incluir Front-End Web
|
|
3
3
|
parameter.page.1.boolean.2.backend=Incluir Back-End
|
|
4
|
-
parameter.page.1.
|
|
4
|
+
parameter.page.1.boolean.3.includeauth=Incluir Autenticação
|
|
5
|
+
parameter.page.1.list.4.authentication=Tipo de Autenticação
|
|
5
6
|
parameter.page.1.list.6.social=Login por redes sociais
|
|
6
7
|
parameter.page.1.list.7.mutual=Autenticação Mútua
|
|
7
8
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<parent>
|
|
4
4
|
<groupId>io.cronapp</groupId>
|
|
5
5
|
<artifactId>cronapp-framework-spring</artifactId>
|
|
6
|
-
<version>
|
|
6
|
+
<version>3.0.0</version>
|
|
7
7
|
<relativePath />
|
|
8
8
|
</parent>
|
|
9
9
|
<modelVersion>4.0.0</modelVersion>
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
<name>${appname}</name>
|
|
14
14
|
<version>1.0-SNAPSHOT</version>
|
|
15
15
|
<url>http://maven.apache.org</url>
|
|
16
|
+
<#if (includeauth?? && includeauth?lower_case == "false") || (!(includeauth!"false")?boolean)>
|
|
16
17
|
<build>
|
|
17
18
|
<resources>
|
|
18
19
|
<#if ((backend??) && (backend?lower_case) == "true") >
|
|
@@ -152,6 +153,7 @@
|
|
|
152
153
|
</dependency>
|
|
153
154
|
</#if>
|
|
154
155
|
</dependencies>
|
|
156
|
+
</#if>
|
|
155
157
|
<properties>
|
|
156
158
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
157
159
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|