@cronapp/templates 3.0.0-SP.9 → 3.1.0
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/$global/data-layer/ENTITIES.ftl +6 -1
- package/file/blockly/EmptyBlockly/__Name__.blockly.ftl +1 -1
- package/file/crud/phonegap_crud_view/__FileName__.view.html.ftl +11 -11
- package/file/report/Blank/template.properties +2 -2
- package/file/report/Blank/template_pt_BR.properties +4 -2
- package/file/report/CrossTabWithDetailing/template.properties +1 -1
- package/file/report/CrossTabWithDetailing/template_pt_BR.properties +3 -1
- package/file/report/Indicators/template.properties +1 -1
- package/file/report/Indicators/template_pt_BR.properties +3 -1
- package/file/report/InsuranceWithSelectingCountry/template.properties +1 -1
- package/file/report/InsuranceWithSelectingCountry/template_pt_BR.properties +3 -1
- package/file/report/InvoiceQuotation/template.properties +1 -1
- package/file/report/InvoiceQuotation/template_pt_BR.properties +3 -1
- package/file/report/InvoiceSoftware/template.properties +1 -1
- package/file/report/InvoiceSoftware/template_pt_BR.properties +3 -1
- package/file/report/Labels/template.properties +1 -1
- package/file/report/Labels/template_pt_BR.properties +3 -1
- package/file/report/MasterDetail/template.properties +1 -1
- package/file/report/MasterDetail/template_pt_BR.properties +3 -1
- package/file/report/MultiColumnList/template.properties +1 -1
- package/file/report/MultiColumnList/template_pt_BR.properties +3 -1
- package/file/report/PurchaseOrder/template.properties +1 -1
- package/file/report/PurchaseOrder/template_pt_BR.properties +3 -1
- package/file/report/SimpleGroup/template.properties +1 -1
- package/file/report/SimpleGroup/template_pt_BR.properties +3 -1
- package/file/report/Tree/template.properties +1 -1
- package/file/report/Tree/template_pt_BR.properties +3 -1
- package/file/report/TreeWithHeadersAndFooters/template.properties +1 -1
- package/file/report/TreeWithHeadersAndFooters/template_pt_BR.properties +3 -1
- package/file/report/TwoMastersOnOneDetail/template.properties +1 -1
- package/file/report/TwoMastersOnOneDetail/template_pt_BR.properties +3 -1
- package/package.json +1 -1
- package/project/L/group.properties +4 -0
- package/project/L/microservices.png +0 -0
- package/project/L/report-custom/project.svg +32 -0
- package/project/L/report-custom/template.properties +7 -0
- package/project/L/report-custom/template_en_US.properties +5 -0
- package/project/L/report-custom/template_pt_BR.properties +5 -0
- package/project/M/cronapp-lyceum-project-mobile-cordova/__linksInherit +0 -1
- package/project/M/cronapp-lyceum-project-mobile-cordova/template.properties +2 -1
- package/project/M/cronapp-lyceum-project-mobile-cordova/template_en_US.properties +1 -0
- package/project/M/cronapp-lyceum-project-mobile-cordova/template_pt_BR.properties +1 -0
- package/project/M/cronapp-rad-project-mobile-cordova/__linksInherit +2 -1
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/__copydata.ftl +4 -4
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/logged/user.view.html +4 -4
- package/project/M/cronapp-rad-project-mobile-cordova/template.properties +6 -3
- package/project/M/cronapp-rad-project-mobile-cordova/template_en_US.properties +3 -1
- package/project/M/cronapp-rad-project-mobile-cordova/template_pt_BR.properties +3 -1
- package/project/S/data-service/diagram/app.umlcd +1 -1
- package/project/S/data-service/src/main/java/META-INF/datasources/__copydata.ftl +0 -0
- package/project/S/data-service/src/main/java/app/entity/Sample.java +1 -0
- package/project/W/cronapp-rad-project/__copydata.ftl +0 -1
- package/project/W/cronapp-rad-project/config/app.config.ftl +5 -0
- package/project/W/cronapp-rad-project/diagram/app.umlcd +150 -0
- package/project/W/cronapp-rad-project/diagram/app.umlcd.ftl +150 -0
- package/project/W/cronapp-rad-project/pom.xml.ftl +3 -1
- package/project/W/cronapp-rad-project/src/main/java/META-INF/persistence.xml.ftl +1 -0
- package/project/W/cronapp-rad-project/src/main/java/app/dao/InvalidatedTokenDAO.java +24 -0
- package/project/W/cronapp-rad-project/src/main/java/app/dao/__copydata.ftl +2 -0
- package/project/W/cronapp-rad-project/src/main/java/app/entity/InvalidatedToken.java +113 -0
- package/project/W/cronapp-rad-project/src/main/java/app/entity/__copydata.ftl +2 -0
- package/project/W/cronapp-rad-project/src/main/java/i18n/Messages_en_US.properties +2 -1
- package/project/W/cronapp-rad-project/src/main/java/i18n/Messages_pt_BR.properties +1 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/index.html.ftl +1 -0
- package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/index.html.ftl +4 -0
- package/project/W/cronapp-rad-project/template.properties +2 -1
- package/project/W/cronapp-rad-project/template_en_US.properties +1 -0
- package/project/W/cronapp-rad-project/template_pt_BR.properties +1 -0
- package/templates/low-code/data-layer/ENTITIES.ftl +22 -0
- package/templates/low-code/nature.png +0 -0
- package/project/W/cronapp-rad-project/Dockerfile +0 -30
|
@@ -10,7 +10,9 @@ import ${import};
|
|
|
10
10
|
<#if (clazz.multitenantClass)>
|
|
11
11
|
import org.eclipse.persistence.annotations.*;
|
|
12
12
|
</#if>
|
|
13
|
-
|
|
13
|
+
<#if clazz.hasNotEmpty()>
|
|
14
|
+
import javax.validation.constraints.NotEmpty;
|
|
15
|
+
</#if>
|
|
14
16
|
/**
|
|
15
17
|
* Classe que representa a tabela <#if tableName??>${tableName}<#else>${clazz.name?upper_case}</#if>
|
|
16
18
|
* @generated
|
|
@@ -96,6 +98,9 @@ public class ${clazz.name} implements Serializable {
|
|
|
96
98
|
@Column(name = "${field.dbFieldName}"<#if !field.primaryKey>, nullable = ${field.nullable?c}, unique = ${field.unique?c}</#if><#if field.length??>, length=${field.length?c}</#if><#if field.precision??>, precision=${field.precision?c}</#if><#if field.scale??>, scale=${field.scale?c}</#if>, insertable=${field.insertable?c}, updatable=${field.updatable?c})
|
|
97
99
|
</#if>
|
|
98
100
|
</#if>
|
|
101
|
+
<#if !field.isNotEmpty()>
|
|
102
|
+
@NotEmpty(message="Não permite vazio.")
|
|
103
|
+
</#if>
|
|
99
104
|
<#if (field.ignore)>
|
|
100
105
|
@JsonIgnore
|
|
101
106
|
</#if>
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<#if isAuth??>
|
|
8
8
|
<#assign security = isAuth?then('','{"post":"Public","get":"Public","execute":"Public","delete":"Public","put":"Public","filter":"Public"}') >
|
|
9
9
|
</#if>
|
|
10
|
-
<blockly formTarget="" resourceType="${type}" ruleDescription="${Name?xml}" ruleName="${Name?xml}" ruleSynchronous="false" ruleType="I" ruleSecurity='${security}'>
|
|
10
|
+
<blockly formTarget="" resourceType="${type}" blocklyType="${blocklyType}" ruleDescription="${Name?xml}" ruleName="${Name?xml}" ruleSynchronous="false" ruleType="I" ruleSecurity='${security}'>
|
|
11
11
|
<block colour="#995ba5" id="Anb:u5+^,0vLkL9QIqn5" tooltip="${Name?xml} - ${FunctionName?xml}" type="procedures_defreturn" x="-350" y="130">
|
|
12
12
|
<mutation>
|
|
13
13
|
<#if param??>
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
<input aria-label="<#if field.label?has_content>${field.label}<#else>${field.name}</#if>"
|
|
92
92
|
type="checkbox" ng-model="${model.dataSourceName}.active.${field.name}"
|
|
93
93
|
id="textinput-${field.name}" name="textinput-${field.name}"
|
|
94
|
-
<#if !field.isNullable()>required="
|
|
94
|
+
<#if !field.isNullable()>ng-required="true"</#if>>
|
|
95
95
|
<div class="track">
|
|
96
96
|
<div class="handle"></div>
|
|
97
97
|
</div>
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
ng-model="${model.dataSourceName}.active.${field.name}"
|
|
108
108
|
id="textinput-${field.name}-${model.random}" name="textinput-${field.name}"
|
|
109
109
|
<#if model.formMapMasks[field.name]?has_content>mask="${model.formMapMasks[field.name]}"<#else>
|
|
110
|
-
mask=""</#if> <#if !field.isNullable()>required="
|
|
110
|
+
mask=""</#if> <#if !field.isNullable()>ng-required="true"</#if>>
|
|
111
111
|
</label>
|
|
112
112
|
<#elseif field.isTimestamp()>
|
|
113
113
|
<label for="textinput-${field.name}-${model.random}" class="item item-input item-stacked-label"
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
ng-model="${model.dataSourceName}.active.${field.name}"
|
|
120
120
|
id="textinput-${field.name}-${model.random}" name="textinput-${field.name}"
|
|
121
121
|
<#if model.formMapMasks[field.name]?has_content>mask="${model.formMapMasks[field.name]}"<#else>
|
|
122
|
-
mask=""</#if> <#if !field.isNullable()>required="
|
|
122
|
+
mask=""</#if> <#if !field.isNullable()>ng-required="true"</#if>>
|
|
123
123
|
</label>
|
|
124
124
|
<#elseif field.isTime()>
|
|
125
125
|
<label for="textinput-${field.name}-${model.random}" class="item item-input item-stacked-label"
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
ng-model="${model.dataSourceName}.active.${field.name}"
|
|
131
131
|
id="textinput-${field.name}-${model.random}" name="textinput-${field.name}"
|
|
132
132
|
<#if model.formMapMasks[field.name]?has_content>mask="${model.formMapMasks[field.name]}"<#else>
|
|
133
|
-
mask=""</#if> <#if !field.isNullable()>required="
|
|
133
|
+
mask=""</#if> <#if !field.isNullable()>ng-required="true"</#if>>
|
|
134
134
|
</label>
|
|
135
135
|
<#elseif field.isNumber() >
|
|
136
136
|
<label for="textinput-${field.name}-${model.random}" class="item item-input item-stacked-label"
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
ng-model="${model.dataSourceName}.active.${field.name}"
|
|
142
142
|
id="textinput-${field.name}-${model.random}" name="textinput-${field.name}"
|
|
143
143
|
<#if model.formMapMasks[field.name]?has_content>mask="${model.formMapMasks[field.name]}"<#else>
|
|
144
|
-
mask=""</#if> <#if !field.isNullable()>required="
|
|
144
|
+
mask=""</#if> <#if !field.isNullable()>ng-required="true"</#if>>
|
|
145
145
|
</label>
|
|
146
146
|
<#elseif (field.isByte() || field.isInteger()) >
|
|
147
147
|
<label for="textinput-${field.name}-${model.random}" class="item item-input item-stacked-label"
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
ng-model="${model.dataSourceName}.active.${field.name}"
|
|
154
154
|
id="textinput-${field.name}-${model.random}" name="textinput-${field.name}"
|
|
155
155
|
<#if model.formMapMasks[field.name]?has_content>mask="${model.formMapMasks[field.name]}"<#else>
|
|
156
|
-
mask=""</#if> <#if !field.isNullable()>required="
|
|
156
|
+
mask=""</#if> <#if !field.isNullable()>ng-required="true"</#if>>
|
|
157
157
|
</label>
|
|
158
158
|
<#elseif field.isLong() >
|
|
159
159
|
<label for="textinput-${field.name}-${model.random}" class="item item-input item-stacked-label"
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
ng-model="${model.dataSourceName}.active.${field.name}"
|
|
166
166
|
id="textinput-${field.name}-${model.random}" name="textinput-${field.name}"
|
|
167
167
|
<#if model.formMapMasks[field.name]?has_content>mask="${model.formMapMasks[field.name]}"<#else>
|
|
168
|
-
mask=""</#if> <#if !field.isNullable()>required="
|
|
168
|
+
mask=""</#if> <#if !field.isNullable()>ng-required="true"</#if>>
|
|
169
169
|
</label>
|
|
170
170
|
<#elseif field.isDecimal() >
|
|
171
171
|
<label for="textinput-${field.name}-${model.random}" class="item item-input item-stacked-label"
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
ng-model="${model.dataSourceName}.active.${field.name}"
|
|
177
177
|
id="textinput-${field.name}-${model.random}" name="textinput-${field.name}"
|
|
178
178
|
<#if model.formMapMasks[field.name]?has_content>mask="${model.formMapMasks[field.name]}"<#else>
|
|
179
|
-
mask=""</#if> <#if !field.isNullable()>required="
|
|
179
|
+
mask=""</#if> <#if !field.isNullable()>ng-required="true"</#if>>
|
|
180
180
|
</label>
|
|
181
181
|
<#elseif field.isChar() >
|
|
182
182
|
<label for="textinput-${field.name}-${model.random}" class="item item-input item-stacked-label"
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
ng-model="${model.dataSourceName}.active.${field.name}"
|
|
188
188
|
id="textinput-${field.name}-${model.random}" name="textinput-${field.name}"
|
|
189
189
|
<#if model.formMapMasks[field.name]?has_content>mask="${model.formMapMasks[field.name]}"<#else>
|
|
190
|
-
mask=""</#if> <#if !field.isNullable()>required="
|
|
190
|
+
mask=""</#if> <#if !field.isNullable()>ng-required="true"</#if>>
|
|
191
191
|
</label>
|
|
192
192
|
<#elseif field.getProperty("ngOptions")??>
|
|
193
193
|
<datasource data-component="crn-datasource" name="${field.name!?replace("_", " ")?capitalize?replace(" ", "")}"
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
name="dynamic-${field.name}"
|
|
204
204
|
xkey-field="${field.getProperty("ngOptions").keys}"
|
|
205
205
|
xdisplay-field="${field.getProperty("ngOptionsFkName")}"
|
|
206
|
-
<#if !field.isNullable()>required="
|
|
206
|
+
<#if !field.isNullable()>ng-required="true"</#if>>
|
|
207
207
|
<option value=''>None</option>
|
|
208
208
|
</select>
|
|
209
209
|
</label>
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
data-error-message="{{'invalid.${valid}' | translate}}"
|
|
253
253
|
</#if>
|
|
254
254
|
</#if>
|
|
255
|
-
<#if !field.isNullable()>required="
|
|
255
|
+
<#if !field.isNullable()>ng-required="true"</#if>>
|
|
256
256
|
</label>
|
|
257
257
|
</#if>
|
|
258
258
|
</#list>
|
|
@@ -2,5 +2,5 @@ icon=CrossTabWithDetailing.png
|
|
|
2
2
|
name=CrossTabWithDetailing
|
|
3
3
|
description=Cross-Tab with Detailing report template
|
|
4
4
|
encoding=UTF-8
|
|
5
|
-
parameter.string.FileName=
|
|
5
|
+
parameter.string.FileName=File name
|
|
6
6
|
parameter.string.FileName.value=cross-tab-with-detailing
|
|
@@ -1,2 +1,4 @@
|
|
|
1
1
|
name=Tabela cruzada com detalhamento
|
|
2
|
-
description=Modelo de relatório para Tabela cruzada com detalhamento
|
|
2
|
+
description=Modelo de relatório para Tabela cruzada com detalhamento
|
|
3
|
+
parameter.string.FileName=Nome do arquivo
|
|
4
|
+
parameter.string.FileName.value=cross-tab-with-detailing
|
|
@@ -2,5 +2,5 @@ icon=InsuranceWithSelectingCountry.png
|
|
|
2
2
|
name=Insurance by Country
|
|
3
3
|
description=Insurance by Country report template
|
|
4
4
|
encoding=UTF-8
|
|
5
|
-
parameter.string.FileName=
|
|
5
|
+
parameter.string.FileName=File name
|
|
6
6
|
parameter.string.FileName.value=insurance-by-country
|
|
@@ -2,5 +2,5 @@ icon=TreeWithHeadersAndFooters.png
|
|
|
2
2
|
name=TreeWithHeadersAndFooters
|
|
3
3
|
description=Tree with Headers and Footers report template
|
|
4
4
|
encoding=UTF-8
|
|
5
|
-
parameter.string.FileName=
|
|
5
|
+
parameter.string.FileName=File name
|
|
6
6
|
parameter.string.FileName.value=tree-with-headers-and-footers
|
|
@@ -1,2 +1,4 @@
|
|
|
1
1
|
name=Árvore com cabeçalhos e rodapés
|
|
2
|
-
description=Modelo de relatório para Árvore com cabeçalhos e rodapés
|
|
2
|
+
description=Modelo de relatório para Árvore com cabeçalhos e rodapés
|
|
3
|
+
parameter.string.FileName=Nome do arquivo
|
|
4
|
+
parameter.string.FileName.value=tree-with-headers-and-footers
|
|
@@ -2,5 +2,5 @@ icon=TwoMastersOnOneDetail.png
|
|
|
2
2
|
name=TwoMastersOnOneDetail
|
|
3
3
|
description=Two Masters on One Detail report template
|
|
4
4
|
encoding=UTF-8
|
|
5
|
-
parameter.string.FileName=
|
|
5
|
+
parameter.string.FileName=File name
|
|
6
6
|
parameter.string.FileName.value=two-masters-on-one-detail
|
package/package.json
CHANGED
|
Binary file
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<svg id="Agrupar_1" data-name="Agrupar 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="140" height="84" viewBox="0 0 140 84">
|
|
2
|
+
<defs>
|
|
3
|
+
<style>
|
|
4
|
+
.cls-1 {
|
|
5
|
+
stroke-width: 1px;
|
|
6
|
+
fill: url(#linear-gradient);
|
|
7
|
+
stroke: url(#linear-gradient-2);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.cls-1, .cls-2 {
|
|
11
|
+
fill-rule: evenodd;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.cls-2 {
|
|
15
|
+
fill: none;
|
|
16
|
+
stroke: #f9d300;
|
|
17
|
+
stroke-width: 2px;
|
|
18
|
+
}
|
|
19
|
+
</style>
|
|
20
|
+
<linearGradient id="linear-gradient" x1="70" y1="84" x2="70" gradientUnits="userSpaceOnUse">
|
|
21
|
+
<stop offset="0" stop-color="#d2d2d2"/>
|
|
22
|
+
<stop offset="1" stop-color="#fff"/>
|
|
23
|
+
</linearGradient>
|
|
24
|
+
<linearGradient id="linear-gradient-2" x1="70" y1="84" x2="70" gradientUnits="userSpaceOnUse">
|
|
25
|
+
<stop offset="0"/>
|
|
26
|
+
<stop offset="1" stop-color="#fff"/>
|
|
27
|
+
</linearGradient>
|
|
28
|
+
</defs>
|
|
29
|
+
<path id="Retângulo_1" data-name="Retângulo 1" class="cls-1" d="M5.992,0H134.008a6,6,0,0,1,6,6V78a6,6,0,0,1-6,6H5.992a6,6,0,0,1-6-6V6A6,6,0,0,1,5.992,0Z"/>
|
|
30
|
+
<image id="analysis" x="78" y="26" width="33" height="33" xlink:href="data:img/png;base64,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"/>
|
|
31
|
+
<path id="Forma_1" data-name="Forma 1" class="cls-2" d="M33.811,56.445l8.677-7.19,8.677-1.736-6.2-19.338,7.438,8.182-2.479-8.182L63.81,44.3l7.934-1.983,3.471,7.438-6.446-3.223-6.2,11.4-12.4-5.206Z"/>
|
|
32
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
name=Lyceum - Report Customization
|
|
2
|
+
description=A tool to customize the reports for Lyceum
|
|
3
|
+
|
|
4
|
+
icon=project.svg
|
|
5
|
+
|
|
6
|
+
parameter.page.1.string.0.lyceumReportsApiUrl=https://api.lyceum.cloud/relatorio
|
|
7
|
+
parameter.page.1.string.1.lyceumReportsApiKey=<Insira a chave da Api Lyceum>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
name=Lyceum - Personalizacão de Relatórios
|
|
2
|
+
description=Uma aplicação web para a personalização de relatórios do Lyceum
|
|
3
|
+
|
|
4
|
+
parameter.page.1.string.0.lyceumReportsApiUrl=Endereço da API do Lyceum
|
|
5
|
+
parameter.page.1.string.1.lyceumReportsApiKey=Credencial de acesso à API do Lyceum
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
../../project/W/cronapp-rad-project/config
|
|
2
2
|
../../project/W/cronapp-rad-project/docs
|
|
3
3
|
../../project/W/cronapp-rad-project/diagram
|
|
4
|
-
../../project/W/cronapp-rad-project/Dockerfile
|
|
5
4
|
../../project/W/cronapp-rad-project/Jenkinsfile
|
|
6
5
|
../../project/W/cronapp-rad-project/pom.xml.ftl
|
|
7
6
|
../../project/W/cronapp-rad-project/.gitignore.ftl
|
|
@@ -27,7 +27,7 @@ parameter.page.1.string.6.tenant=
|
|
|
27
27
|
parameter.page.1.string.7.token=
|
|
28
28
|
parameter.page.1.string.8.accessid=
|
|
29
29
|
|
|
30
|
-
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
|
|
30
|
+
parameter.page.2.theme.6.theme=Material|Aquamarine|Fuse|DsGov|Material-Round|Krypton|Nature|Cerulean|Cosmo|Cyborg|Darkly|Flatly|Journal|Lumen|Paper|Readable|Sandstone|Simplex|Slate|Spacelab|Superhero|United|Yeti
|
|
31
31
|
|
|
32
32
|
themeDescription.Aquamarine=O tema Aquamarine utiliza o padrão de HTML e CSS do Bootstrap 🆕
|
|
33
33
|
themeDescription.Fuse=O tema Fuse utiliza o padrão de HTML e CSS do Bootstrap 🆕
|
|
@@ -50,6 +50,7 @@ themeDescription.Superhero=O tema Superhero utiliza o padrão de HTML e CSS do B
|
|
|
50
50
|
themeDescription.United=O tema United utiliza o padrão de HTML e CSS do Bootstrap
|
|
51
51
|
themeDescription.Yeti=O tema Yeti utiliza o padrão de HTML e CSS do Bootstrap
|
|
52
52
|
themeDescription.Material-Round=Material Round theme uses standard HTML and CSS Bootstrap 🆕
|
|
53
|
+
themeDescription.Nature=O tema Nature utiliza o padrão de HTML e CSS do Bootstrap
|
|
53
54
|
themeDescription.Krypton=The Krypton theme uses standard HTML and CSS Bootstrap 🆕
|
|
54
55
|
|
|
55
56
|
parameter.dependency.dcyauthentication.authentication.backend.false=Token
|
|
@@ -31,4 +31,5 @@ themeDescription.Superhero=The Superhero theme uses standard HTML and CSS Bootst
|
|
|
31
31
|
themeDescription.United=The theme United uses standard HTML and CSS Bootstrap
|
|
32
32
|
themeDescription.Yeti=Yeti theme uses standard HTML and CSS Bootstrap
|
|
33
33
|
themeDescription.Material-Round=Material Round theme uses standard HTML and CSS Bootstrap 🆕
|
|
34
|
+
themeDescription.Nature=Nature theme uses standard HTML and CSS Bootstrap 🆕
|
|
34
35
|
themeDescription.Krypton=The Krypton theme uses standard HTML and CSS Bootstrap 🆕
|
|
@@ -30,4 +30,5 @@ themeDescription.Superhero=O tema Superhero utiliza o padrão de HTML e CSS do B
|
|
|
30
30
|
themeDescription.United=O tema United utiliza o padrão de HTML e CSS do Bootstrap
|
|
31
31
|
themeDescription.Yeti=O tema Yeti utiliza o padrão de HTML e CSS do Bootstrap
|
|
32
32
|
themeDescription.Material-Round=Material Round theme uses standard HTML and CSS Bootstrap 🆕
|
|
33
|
+
themeDescription.Nature=O tema Nature utiliza o padrão de HTML e CSS do Bootstrap 🆕
|
|
33
34
|
themeDescription.Krypton=The Krypton theme uses standard HTML and CSS Bootstrap 🆕
|
|
@@ -1,6 +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
|
|
4
|
-
|
|
5
|
+
</#if>
|
|
5
6
|
../../project/W/cronapp-rad-project/Jenkinsfile
|
|
6
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>
|
|
@@ -40,17 +40,17 @@
|
|
|
40
40
|
<!-- email begin -->
|
|
41
41
|
<label for="textinput-email" class="item item-input item-stacked-label" data-component="crn-input-floating" id="lbl-textinput-email">
|
|
42
42
|
<span>Email</span>
|
|
43
|
-
<input aria-label="Email" type="text" placeholder="Email" ng-model="User.active.email" id="textinput-email" name="textinput-email">
|
|
43
|
+
<input aria-label="Email" type="text" placeholder="Email" ng-model="User.active.email" id="textinput-email" name="textinput-email" ng-required="true">
|
|
44
44
|
</label>
|
|
45
45
|
<!-- name begin -->
|
|
46
46
|
<label for="textinput-name" class="item item-input item-stacked-label" data-component="crn-input-floating" id="lbl-textinput-name">
|
|
47
47
|
<span>{{'Users.view.Name' | translate}}</span>
|
|
48
|
-
<input aria-label="{{'Users.view.Name' | translate}}" type="text" placeholder="{{'Users.view.Name' | translate}}" ng-model="User.active.name" id="textinput-name" name="textinput-name" required="
|
|
48
|
+
<input aria-label="{{'Users.view.Name' | translate}}" type="text" placeholder="{{'Users.view.Name' | translate}}" ng-model="User.active.name" id="textinput-name" name="textinput-name" ng-required="true">
|
|
49
49
|
</label>
|
|
50
50
|
<!-- login begin -->
|
|
51
51
|
<label for="textinput-login" class="item item-input item-stacked-label" data-component="crn-input-floating" id="lbl-textinput-login">
|
|
52
52
|
<span>{{'Users.view.Login' | translate}}</span>
|
|
53
|
-
<input aria-label="{{'Users.view.Login' | translate}}" type="text" placeholder="{{'Users.view.Login' | translate}}" ng-model="User.active.userName" id="textinput-login" name="textinput-login" required="
|
|
53
|
+
<input aria-label="{{'Users.view.Login' | translate}}" type="text" placeholder="{{'Users.view.Login' | translate}}" ng-model="User.active.userName" id="textinput-login" name="textinput-login" ng-required="true">
|
|
54
54
|
</label>
|
|
55
55
|
<!-- picture begin -->
|
|
56
56
|
<div class="item item-input item-stacked-label general-dynamic-image component-holder" quality="60" data-component="crn-dynamic-image" id="crn-dynamic-image-218116" ng-model="User.active.picture">
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
<!-- password begin -->
|
|
65
65
|
<label for="textinput-password" class="item item-input item-stacked-label" data-component="crn-input-floating" id="lbl-textinput-password">
|
|
66
66
|
<span>{{'Home.view.Password' | translate}}</span>
|
|
67
|
-
<input type="password" aria-label="{{'Home.view.Password' | translate}}" type="text" placeholder="{{'Home.view.Password' | translate}}" ng-model="User.active.password" id="textinput-password" name="textinput-password" required="
|
|
67
|
+
<input type="password" aria-label="{{'Home.view.Password' | translate}}" type="text" placeholder="{{'Home.view.Password' | translate}}" ng-model="User.active.password" id="textinput-password" name="textinput-password" ng-required="true">
|
|
68
68
|
</label>
|
|
69
69
|
|
|
70
70
|
<!-- NtoN -->
|
|
@@ -101,10 +101,11 @@ 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
|
-
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
|
|
108
|
+
parameter.page.2.theme.6.theme=Material|Aquamarine|Fuse|DsGov|Material-Round|Krypton|Nature|Cerulean|Cosmo|Cyborg|Darkly|Flatly|Journal|Lumen|Paper|Readable|Sandstone|Simplex|Slate|Spacelab|Superhero|United|Yeti
|
|
108
109
|
|
|
109
110
|
themeDescription.Aquamarine=O tema Aquamarine utiliza o padrão de HTML e CSS do Bootstrap 🆕
|
|
110
111
|
themeDescription.Fuse=O tema Fuse utiliza o padrão de HTML e CSS do Bootstrap 🆕
|
|
@@ -127,6 +128,8 @@ themeDescription.Superhero=O tema Superhero utiliza o padrão de HTML e CSS do B
|
|
|
127
128
|
themeDescription.United=O tema United utiliza o padrão de HTML e CSS do Bootstrap
|
|
128
129
|
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 🆕
|
|
131
|
+
themeDescription.Nature=O tema Nature utiliza o padrão de HTML e CSS do Bootstrap
|
|
130
132
|
themeDescription.Krypton=The Krypton theme uses standard HTML and CSS Bootstrap 🆕
|
|
131
133
|
|
|
132
|
-
parameter.dependency.dcyauthentication.authentication.backend.false=Token
|
|
134
|
+
parameter.dependency.dcyauthentication.authentication.backend.false=Token
|
|
135
|
+
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
|
|
|
@@ -28,4 +29,5 @@ themeDescription.Superhero=The Superhero theme uses standard HTML and CSS Bootst
|
|
|
28
29
|
themeDescription.United=The theme United uses standard HTML and CSS Bootstrap
|
|
29
30
|
themeDescription.Yeti=Yeti theme uses standard HTML and CSS Bootstrap
|
|
30
31
|
themeDescription.Material-Round=Material Round theme uses standard HTML and CSS Bootstrap 🆕
|
|
32
|
+
themeDescription.Nature=Nature theme uses standard HTML and CSS Bootstrap 🆕
|
|
31
33
|
themeDescription.Krypton=The Krypton theme uses standard HTML and CSS Bootstrap 🆕
|
|
@@ -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
|
|
|
@@ -27,4 +28,5 @@ themeDescription.Superhero=O tema Superhero utiliza o padrão de HTML e CSS do B
|
|
|
27
28
|
themeDescription.United=O tema United utiliza o padrão de HTML e CSS do Bootstrap
|
|
28
29
|
themeDescription.Yeti=O tema Yeti utiliza o padrão de HTML e CSS do Bootstrap
|
|
29
30
|
themeDescription.Material-Round=Material Round theme uses standard HTML and CSS Bootstrap 🆕
|
|
31
|
+
themeDescription.Nature=O tema Nature utiliza o padrão de HTML e CSS do Bootstrap
|
|
30
32
|
themeDescription.Krypton=The Krypton theme uses standard HTML and CSS Bootstrap 🆕
|
|
File without changes
|