@cronapp/templates 1.0.5 → 1.0.6
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/file/crud/angular_crud_input/template.properties +1 -1
- package/file/crud/angular_crud_view/template.properties +2 -2
- package/file/crud/angular_view/template.properties +2 -2
- package/file/crud/angular_view_update/template.properties +1 -1
- package/file/view.html/EmptyViewHtml/template.properties +2 -2
- package/file/view.html/Login1ViewHtml/template.properties +2 -2
- package/file/view.html/Login2ViewHtml/template.properties +2 -2
- package/file/view.html/Signup1ViewHtml/template.properties +2 -2
- package/file/view.html/Signup2ViewHtml/template.properties +2 -2
- package/package.json +1 -1
- package/project/F/frontend/README.md +24 -0
- package/project/F/frontend/__linksInherit +1 -0
- package/project/F/frontend/project.svg +1 -0
- package/project/F/frontend/template.properties +26 -0
- package/project/F/frontend/template_en_US.properties +4 -0
- package/project/F/frontend/template_pt_BR.properties +4 -0
- package/project/F/frontend.png +0 -0
- package/project/F/group.properties +4 -0
- package/project/W/cronapp-rad-project/pom.xml.ftl +5 -1
- package/project/W/cronapp-rad-project/src/main/__copydata.ftl +3 -5
- package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/roleSecurables.datasource.json +2 -2
- package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/roles.datasource.json +8 -23
- package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/userSecurables.datasource.json +8 -23
- package/project/W/cronapp-rad-project/src/main/java/app/AppConfiguration.java.ftl +3 -3
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/__copydata.ftl +13 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/frontboost/authentication.json.ftl +65 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/frontboost/authorization.json +154 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/index.html.ftl +27 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/__copydata.ftl +6 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/__copydata.ftl +7 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/privacy/__copydata.ftl +4 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/public/assets/app-logo-login.svg +38 -55
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/__copydata.ftl +7 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/login.view.html.ftl +3 -3
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/public/__copydata.ftl +1 -1
- package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/public/assets/app-logo-login.svg +38 -55
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
icon=crud-web.png
|
|
2
2
|
name=Formulário CRUD Web
|
|
3
3
|
description=Formulário para listar, editar, atualizar e remover registros de uma fonte de dados
|
|
4
|
-
projectType=W,M
|
|
4
|
+
projectType=W,M,F
|
|
5
5
|
extension=.view.html
|
|
6
6
|
preferedFolder=${webFolder}/views
|
|
7
7
|
condition=webFolder
|
|
8
|
-
order=0
|
|
8
|
+
order=0
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
icon=list-web.png
|
|
2
2
|
name=Formulário de Pesquisa Web
|
|
3
3
|
description=Formulário para listar e pesquisar registros em uma fonte de dados
|
|
4
|
-
projectType=W,M
|
|
4
|
+
projectType=W,M,F
|
|
5
5
|
extension=view.html
|
|
6
6
|
preferedFolder=${webFolder}/views
|
|
7
7
|
condition=webFolder
|
|
8
8
|
suffix=.search
|
|
9
9
|
type=view
|
|
10
|
-
order=1
|
|
10
|
+
order=1
|
|
@@ -5,6 +5,6 @@ description=Login screen template with side frame for inclusion of informative t
|
|
|
5
5
|
encoding=UTF-8
|
|
6
6
|
parameter.string.FileName=login
|
|
7
7
|
parameter.string.FileName.value=login
|
|
8
|
-
projectType=W,M
|
|
8
|
+
projectType=W,M,F
|
|
9
9
|
allowedContext=src/main/webapp/views/*
|
|
10
|
-
useProjectProperties=true
|
|
10
|
+
useProjectProperties=true
|
|
@@ -5,6 +5,6 @@ description=Login screen template with side banner for text inclusion
|
|
|
5
5
|
encoding=UTF-8
|
|
6
6
|
parameter.string.FileName=login
|
|
7
7
|
parameter.string.FileName.value=login
|
|
8
|
-
projectType=W,M
|
|
8
|
+
projectType=W,M,F
|
|
9
9
|
allowedContext=src/main/webapp/views/*
|
|
10
|
-
useProjectProperties=true
|
|
10
|
+
useProjectProperties=true
|
|
@@ -5,6 +5,6 @@ description=Signup screen template with side frame for inclusion of informative
|
|
|
5
5
|
encoding=UTF-8
|
|
6
6
|
parameter.string.FileName=signup
|
|
7
7
|
parameter.string.FileName.value=signup
|
|
8
|
-
projectType=W,M
|
|
8
|
+
projectType=W,M,F
|
|
9
9
|
allowedContext=src/main/webapp/views/*
|
|
10
|
-
useProjectProperties=true
|
|
10
|
+
useProjectProperties=true
|
|
@@ -5,6 +5,6 @@ description=Signup screen template with side banner for text inclusion
|
|
|
5
5
|
encoding=UTF-8
|
|
6
6
|
parameter.string.FileName=signup
|
|
7
7
|
parameter.string.FileName.value=signup
|
|
8
|
-
projectType=W,M
|
|
8
|
+
projectType=W,M,F
|
|
9
9
|
allowedContext=src/main/webapp/views/*
|
|
10
|
-
useProjectProperties=true
|
|
10
|
+
useProjectProperties=true
|
package/package.json
CHANGED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Introdução
|
|
2
|
+
|
|
3
|
+
Esta é uma aplicação criada com o CronApp IDE.
|
|
4
|
+
|
|
5
|
+
## Pré-Requisitos
|
|
6
|
+
|
|
7
|
+
1. CronApp IDE
|
|
8
|
+
|
|
9
|
+
## Como rodar com o CronApp
|
|
10
|
+
|
|
11
|
+
1. Crie um projeto do tipo Web na categoria Low-Code no CronApp IDE (www.cronapp.io)
|
|
12
|
+
2. Digite o nome desejado para o projeto e escolha que o projeto está em um controle de versão
|
|
13
|
+
3. Clique em Finalizar
|
|
14
|
+
4. Aguarde a preparação do ambiente
|
|
15
|
+
3. Ao ser apresentado as informações sobre o Controle de Versão, escoha git
|
|
16
|
+
4. Preencha com a url de clone deste repositório
|
|
17
|
+
5. Preencha seu usuário e senha do git
|
|
18
|
+
6. Clique Importar
|
|
19
|
+
7. Aceite as atualizações de bibliotecas sugeridas pela IDE
|
|
20
|
+
8. Para rodar, vá em Executar > Rodar
|
|
21
|
+
|
|
22
|
+
## Referências
|
|
23
|
+
|
|
24
|
+
[CronApp IDE](http://www.cronapp.io/)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
../../project/W/cronapp-rad-project/.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 140 84"><defs><style>.cls-1{fill:url(#Gradiente_sem_nome_2);}.cls-2,.cls-3{fill:#fff;}.cls-3{opacity:0.25;isolation:isolate;}.cls-4{fill:red;}.cls-5{fill:#22acdd;}.cls-6{fill:#c9c9c9;}.cls-7{fill:#f33052;}</style><linearGradient id="Gradiente_sem_nome_2" y1="42" x2="140" y2="42" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#80d8ff"/><stop offset="1" stop-color="#ea80fc"/></linearGradient></defs><title>project</title><rect class="cls-1" width="140" height="84" rx="4" ry="4"/><path class="cls-2" d="M61.73,12H8.27A2.26,2.26,0,0,0,6,14.27V54.11a2.27,2.27,0,0,0,2.27,2.27H26.61l-4,10.56A2.26,2.26,0,0,0,24.76,70H45.24a2.26,2.26,0,0,0,2.12-3.06l-4-10.56H61.73A2.27,2.27,0,0,0,64,54.11V14.27A2.26,2.26,0,0,0,61.73,12ZM28,65.47l3.42-9.09h7.1L42,65.47ZM59.47,51.85H10.53V47.37H59.47Zm0-9H10.53V16.53H59.47ZM44.38,34.16a5.24,5.24,0,0,0-2.46-1V28.67H36.17V25.35h3.49V19.6H31v5.75h3.49v3.32h-5.3V33l-4.4,3.51L30,40.61l5.16-4.11-4.28-3.41V30.31h9.41v2.9a5.18,5.18,0,0,0-2.42.95,3.25,3.25,0,0,0,0,5.45,5.77,5.77,0,0,0,6.52,0,3.25,3.25,0,0,0,0-5.45ZM32.68,21.24H38V23.7H32.68ZM30,38.51l-2.52-2,2.52-2,2.52,2ZM41.12,39c-1.68,0-3.1-1-3.1-2.09s1.42-2.1,3.1-2.1,3.1,1,3.1,2.1S42.8,39,41.12,39Z"/><path class="cls-2" d="M70.26,38.84l2-2.05-2-2.06A1.94,1.94,0,1,1,73,32l3.43,3.43a1.93,1.93,0,0,1,0,2.74L73,41.59a1.94,1.94,0,1,1-2.74-2.75Z"/><path d="M136,18.6V15.88a3.09,3.09,0,0,0-3.08-3.08H84.29a3.09,3.09,0,0,0-3.08,3.08V18.6Z"/><path class="cls-3" d="M97,12.8H84.29a3.09,3.09,0,0,0-3.08,3.08V18.6h12.4Z"/><rect class="cls-2" x="82.07" y="19.48" width="53.08" height="37.67"/><path class="cls-2" d="M134.29,20.33v36H82.92v-36h51.37M136,18.62H81.21V58H136V18.62Z"/><path class="cls-2" d="M133.43,21.19V55.43H83.78V21.19h49.65m.43-.43H83.35v35.1h50.51V20.76Z"/><circle class="cls-4" cx="85.54" cy="15.71" r="0.87"/><circle class="cls-5" cx="88.18" cy="15.71" r="0.87"/><circle class="cls-2" cx="90.8" cy="15.71" r="0.87"/><path class="cls-2" d="M127.05,17.25H99.5A1.54,1.54,0,0,1,98,15.71h0a1.54,1.54,0,0,1,1.54-1.54h27.55a1.55,1.55,0,0,1,1.54,1.54h0A1.57,1.57,0,0,1,127.05,17.25Z"/><path d="M100.54,15l.21.8c0,.17.08.35.12.52h0c0-.16.09-.33.14-.5l.26-.8h.24l.24.8c0,.19.1.36.13.51h0c0-.15.07-.32.12-.51l.22-.8h.3L102,16.62h-.26l-.23-.76a2.94,2.94,0,0,1-.14-.53h0c0,.19-.09.36-.14.53l-.26.76h-.25L100.27,15h.27v0Z"/><path d="M103,15l.21.8c0,.17.08.35.12.52h0c0-.16.09-.33.14-.5l.26-.8H104l.24.8c.05.19.1.36.13.51h0q0-.22.12-.51l.22-.8H105l-.51,1.59h-.26l-.24-.79a4.11,4.11,0,0,1-.13-.53h0c0,.19-.09.36-.14.53l-.26.75h-.25L102.72,15H103v0Z"/><path d="M105.46,15l.2.8a4.87,4.87,0,0,1,.12.52h0a3.43,3.43,0,0,1,.14-.5l.25-.8h.24l.24.8.14.51h0a4.55,4.55,0,0,1,.12-.51l.22-.8h.29L107,16.62h-.26l-.24-.76c0-.17-.1-.34-.14-.53h0a2.94,2.94,0,0,1-.14.53l-.25.76h-.26L105.18,15h.28Z"/><path d="M107.56,16.43a.21.21,0,0,1,.21-.21.19.19,0,0,1,.19.21.19.19,0,0,1-.21.21A.19.19,0,0,1,107.56,16.43Z"/><rect class="cls-2" x="130.57" y="15.54" width="2.47" height="0.43"/><polygon class="cls-2" points="131.99 17.03 131.69 16.72 132.66 15.74 131.69 14.77 131.99 14.48 133.28 15.74 131.99 17.03"/><polygon class="cls-6" points="127.2 15.21 126.39 16.28 125.57 15.21 127.2 15.21"/><path class="cls-7" d="M119.19,36.07h-.5a4.71,4.71,0,0,0-6.16-3.38,8,8,0,0,0-15.6,2.66c0,.27,0,.55,0,.82A6.2,6.2,0,0,0,98,48.48h21.16a6.21,6.21,0,0,0,0-12.41Z"/><path class="cls-2" d="M97.1,39.34l.74,2.81c.15.61.31,1.18.41,1.74h0c.12-.56.31-1.15.5-1.74l.91-2.81h.83l.86,2.75c.21.67.36,1.25.5,1.8h0a13.84,13.84,0,0,1,.43-1.78l.79-2.77h1l-1.78,5.51h-.91l-.84-2.64c-.18-.61-.36-1.16-.49-1.81h0a16.29,16.29,0,0,1-.5,1.81l-.89,2.62h-.93l-1.66-5.49Z"/><path class="cls-2" d="M105.63,39.34l.73,2.81c.16.61.31,1.18.41,1.74h0c.12-.56.31-1.15.49-1.74l.91-2.81h.84l.86,2.75c.2.67.36,1.25.49,1.8h0a12.35,12.35,0,0,1,.43-1.78l.78-2.77h1l-1.78,5.51H110l-.84-2.64c-.19-.61-.36-1.16-.5-1.81h0a16.29,16.29,0,0,1-.5,1.81l-.89,2.62h-.91l-1.66-5.51h1Z"/><path class="cls-2" d="M114.15,39.34l.74,2.81c.15.61.31,1.18.41,1.74h0c.12-.56.31-1.15.5-1.74l.91-2.81h.84l.85,2.75c.21.67.36,1.25.5,1.8h0a13.84,13.84,0,0,1,.43-1.78l.79-2.77h1l-1.78,5.51h-.91l-.83-2.64c-.19-.61-.36-1.16-.5-1.81h0a16.33,16.33,0,0,1-.49,1.81l-.89,2.62h-.91l-1.66-5.51h1v0Z"/><path class="cls-7" d="M119.08,36.07h-.5a4.73,4.73,0,0,0-4.6-3.65,4.78,4.78,0,0,0-1.56.27,8,8,0,0,0-15.6,2.66c0,.27,0,.55,0,.82a6.2,6.2,0,0,0,1,12.31h21.16a6.21,6.21,0,0,0,0-12.41Z"/><path class="cls-2" d="M97,39.34l.74,2.81c.15.61.31,1.18.41,1.74h0c.12-.56.31-1.15.5-1.74l.91-2.81h.84l.85,2.75c.21.67.36,1.25.5,1.8h0a13.84,13.84,0,0,1,.43-1.78l.79-2.77h1l-1.78,5.51h-.9l-.84-2.64c-.19-.61-.36-1.16-.5-1.81h0a16.29,16.29,0,0,1-.5,1.81l-.89,2.62h-.92L96,39.34Z"/><path class="cls-2" d="M105.52,39.34l.74,2.81c.15.61.3,1.18.41,1.74h0c.12-.56.31-1.15.5-1.74l.91-2.81h.83l.86,2.75c.21.67.36,1.25.5,1.8h0a13.84,13.84,0,0,1,.43-1.78l.79-2.77h1l-1.78,5.51h-.91L109,42.21a17.15,17.15,0,0,1-.49-1.81h0a16.29,16.29,0,0,1-.5,1.81l-.89,2.62h-.91l-1.66-5.51h1Z"/><path class="cls-2" d="M114.05,39.34l.73,2.81c.16.61.31,1.18.41,1.74h0c.12-.56.31-1.15.49-1.74l.91-2.81h.84l.86,2.75c.2.67.36,1.25.49,1.8h0a12.35,12.35,0,0,1,.43-1.78l.78-2.77h1l-1.78,5.51h-.91l-.84-2.64c-.19-.61-.36-1.16-.5-1.81h0a16.29,16.29,0,0,1-.5,1.81l-.89,2.62h-.91l-1.66-5.51h1v0Z"/><path class="cls-7" d="M119,36.07h-.49a4.72,4.72,0,0,0-6.17-3.38,8,8,0,0,0-15.59,2.66c0,.27,0,.55,0,.82a6.2,6.2,0,0,0,1,12.31H119a6.21,6.21,0,0,0,0-12.41Z"/><path class="cls-2" d="M96.89,39.34l.73,2.81c.16.61.31,1.18.41,1.74h0c.12-.56.31-1.15.49-1.74l.91-2.81h.84l.86,2.75c.2.67.36,1.25.49,1.8h0a12.35,12.35,0,0,1,.43-1.78l.78-2.77h1l-1.78,5.51h-.91l-.84-2.64c-.19-.61-.36-1.16-.5-1.81h0a16.29,16.29,0,0,1-.5,1.81l-.89,2.62h-.92l-1.66-5.49Z"/><path class="cls-2" d="M105.41,39.34l.74,2.81c.15.61.31,1.18.41,1.74h0c.12-.56.31-1.15.5-1.74l.91-2.81h.84l.85,2.75c.21.67.36,1.25.5,1.8h0a13.84,13.84,0,0,1,.43-1.78l.79-2.77h1l-1.78,5.51h-.91l-.83-2.64c-.19-.61-.36-1.16-.5-1.81h0a16.33,16.33,0,0,1-.49,1.81L107,44.83h-.91l-1.66-5.51h1Z"/><path class="cls-2" d="M113.94,39.34l.74,2.81c.15.61.3,1.18.41,1.74h0c.12-.56.31-1.15.5-1.74l.9-2.81h.84l.86,2.75c.21.67.36,1.25.5,1.8h0a13.84,13.84,0,0,1,.43-1.78l.79-2.77h1l-1.78,5.51h-.91l-.84-2.64a17.15,17.15,0,0,1-.49-1.81h0a16.29,16.29,0,0,1-.5,1.81l-.89,2.62h-.91L113,39.32h1v0Z"/><path class="cls-7" d="M119.08,36.07h-.5a4.73,4.73,0,0,0-4.6-3.65,4.78,4.78,0,0,0-1.56.27,8,8,0,0,0-15.6,2.66c0,.27,0,.55,0,.82a6.2,6.2,0,0,0,1,12.31h21.16a6.21,6.21,0,0,0,0-12.41Z"/><path class="cls-2" d="M97,39.34l.74,2.81c.15.61.31,1.18.41,1.74h0c.12-.56.31-1.15.5-1.74l.91-2.81h.84l.85,2.75c.21.67.36,1.25.5,1.8h0a13.84,13.84,0,0,1,.43-1.78l.79-2.77h1l-1.78,5.51h-.9l-.84-2.64c-.19-.61-.36-1.16-.5-1.81h0a16.29,16.29,0,0,1-.5,1.81l-.89,2.62h-.92L96,39.34Z"/><path class="cls-2" d="M105.52,39.34l.74,2.81c.15.61.3,1.18.41,1.74h0c.12-.56.31-1.15.5-1.74l.91-2.81h.83l.86,2.75c.21.67.36,1.25.5,1.8h0a13.84,13.84,0,0,1,.43-1.78l.79-2.77h1l-1.78,5.51h-.91L109,42.21a17.15,17.15,0,0,1-.49-1.81h0a16.29,16.29,0,0,1-.5,1.81l-.89,2.62h-.91l-1.66-5.51h1Z"/><path class="cls-2" d="M114.05,39.34l.73,2.81c.16.61.31,1.18.41,1.74h0c.12-.56.31-1.15.49-1.74l.91-2.81h.84l.86,2.75c.2.67.36,1.25.49,1.8h0a12.35,12.35,0,0,1,.43-1.78l.78-2.77h1l-1.78,5.51h-.91l-.84-2.64c-.19-.61-.36-1.16-.5-1.81h0a16.29,16.29,0,0,1-.5,1.81l-.89,2.62h-.91l-1.66-5.51h1v0Z"/><path class="cls-7" d="M119.19,36.07h-.5a4.71,4.71,0,0,0-6.16-3.38,8,8,0,0,0-15.6,2.66c0,.27,0,.55,0,.82A6.2,6.2,0,0,0,98,48.48h21.16a6.21,6.21,0,0,0,0-12.41Z"/><path class="cls-2" d="M97.1,39.34l.74,2.81c.15.61.31,1.18.41,1.74h0c.12-.56.31-1.15.5-1.74l.91-2.81h.83l.86,2.75c.21.67.36,1.25.5,1.8h0a13.84,13.84,0,0,1,.43-1.78l.79-2.77h1l-1.78,5.51h-.91l-.84-2.64c-.18-.61-.36-1.16-.49-1.81h0a16.29,16.29,0,0,1-.5,1.81l-.89,2.62h-.93l-1.66-5.49Z"/><path class="cls-2" d="M105.63,39.34l.73,2.81c.16.61.31,1.18.41,1.74h0c.12-.56.31-1.15.49-1.74l.91-2.81h.84l.86,2.75c.2.67.36,1.25.49,1.8h0a12.35,12.35,0,0,1,.43-1.78l.78-2.77h1l-1.78,5.51H110l-.84-2.64c-.19-.61-.36-1.16-.5-1.81h0a16.29,16.29,0,0,1-.5,1.81l-.89,2.62h-.91l-1.66-5.51h1Z"/><path class="cls-2" d="M114.15,39.34l.74,2.81c.15.61.31,1.18.41,1.74h0c.12-.56.31-1.15.5-1.74l.91-2.81h.84l.85,2.75c.21.67.36,1.25.5,1.8h0a13.84,13.84,0,0,1,.43-1.78l.79-2.77h1l-1.78,5.51h-.91l-.83-2.64c-.19-.61-.36-1.16-.5-1.81h0a16.33,16.33,0,0,1-.49,1.81l-.89,2.62h-.91l-1.66-5.51h1v0Z"/></svg>
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
icon=project.svg
|
|
2
|
+
name=Frontend Name
|
|
3
|
+
description=Frontend Description
|
|
4
|
+
encoding=UTF-8
|
|
5
|
+
template=low-code
|
|
6
|
+
mimetype.src=folder/regular
|
|
7
|
+
mimetype.src.main.java=folder/src
|
|
8
|
+
mimetype.src.main.resources=folder/src
|
|
9
|
+
mimetype.src.test.java=folder/src
|
|
10
|
+
mimetype.config=folder/servercontext
|
|
11
|
+
|
|
12
|
+
product.edition=frontboost
|
|
13
|
+
template.id=frontend
|
|
14
|
+
|
|
15
|
+
parameter.hidden.edition=frontboost
|
|
16
|
+
parameter.hidden.frontend=true
|
|
17
|
+
parameter.hidden.backend=false
|
|
18
|
+
parameter.hidden.service=false
|
|
19
|
+
parameter.hidden.businessService=false
|
|
20
|
+
parameter.hidden.dataService=false
|
|
21
|
+
parameter.hidden.blockly=false
|
|
22
|
+
|
|
23
|
+
features=maven|springboot
|
|
24
|
+
|
|
25
|
+
parameter.page.1.string.0.appid=${generateAppId}
|
|
26
|
+
parameter.page.1.list.1.authentication=OAuth
|
|
Binary file
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<parent>
|
|
4
4
|
<groupId>io.cronapp</groupId>
|
|
5
5
|
<artifactId>cronapp-framework-spring</artifactId>
|
|
6
|
-
<version
|
|
6
|
+
<version>${libraryVersion}</version>
|
|
7
7
|
<relativePath />
|
|
8
8
|
</parent>
|
|
9
9
|
<modelVersion>4.0.0</modelVersion>
|
|
@@ -95,6 +95,10 @@
|
|
|
95
95
|
<groupId>org.springframework.boot</groupId>
|
|
96
96
|
<artifactId>spring-boot-starter-security</artifactId>
|
|
97
97
|
</dependency>
|
|
98
|
+
<dependency>
|
|
99
|
+
<groupId>org.springframework.boot</groupId>
|
|
100
|
+
<artifactId>spring-boot-starter-webflux</artifactId>
|
|
101
|
+
</dependency>
|
|
98
102
|
<dependency>
|
|
99
103
|
<groupId>org.glassfish</groupId>
|
|
100
104
|
<artifactId>javax.json</artifactId>
|
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
<#-- Verificar se existem parametros -->
|
|
2
2
|
<#if (authentication?? && backend?? && frontend??) >
|
|
3
|
-
<#if ((authentication?lower_case) != "nenhuma" && (frontend?lower_case) == "true"
|
|
3
|
+
<#if ((authentication?lower_case) != "nenhuma" && (frontend?lower_case) == "true") && !(service!"false")?boolean >
|
|
4
4
|
path.content=/webapp-autenticacao
|
|
5
|
-
|
|
6
|
-
<#if (((authentication?lower_case) == "nenhuma" && (frontend?lower_case) == "true") || ((backend?lower_case) == "false" && (frontend?lower_case) == "true")) && !(service!"false")?boolean>
|
|
5
|
+
<#elseif (((authentication?lower_case) == "nenhuma" && (frontend?lower_case) == "true") || ((backend?lower_case) == "false" && (frontend?lower_case) == "true")) && !(service!"false")?boolean>
|
|
7
6
|
path.content=/webapp-sem-autenticacao
|
|
8
7
|
</#if>
|
|
9
8
|
<#if (backend?lower_case) == "true" >
|
|
10
9
|
path=/java
|
|
11
10
|
path=/resources
|
|
12
11
|
</#if>
|
|
13
|
-
|
|
14
|
-
<#else>
|
|
12
|
+
<#else>
|
|
15
13
|
path.content=/webapp-autenticacao
|
|
16
14
|
path=/java
|
|
17
15
|
path=/resources
|
package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/roles.datasource.json
CHANGED
|
@@ -51,28 +51,13 @@
|
|
|
51
51
|
"not": false,
|
|
52
52
|
"rules": [
|
|
53
53
|
{
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
"operator": "equal",
|
|
62
|
-
"type": "string",
|
|
63
|
-
"value": ":login",
|
|
64
|
-
"valueIsField": false
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"field": "u.user.normalizedEmail",
|
|
68
|
-
"id": "u.user.normalizedEmail",
|
|
69
|
-
"input": "text",
|
|
70
|
-
"operator": "equal",
|
|
71
|
-
"type": "string",
|
|
72
|
-
"value": ":login",
|
|
73
|
-
"valueIsField": false
|
|
74
|
-
}
|
|
75
|
-
]
|
|
54
|
+
"field": "u.user.normalizedUserName",
|
|
55
|
+
"id": "u.user.normalizedUserName",
|
|
56
|
+
"input": "text",
|
|
57
|
+
"operator": "equal",
|
|
58
|
+
"type": "string",
|
|
59
|
+
"value": ":login",
|
|
60
|
+
"valueIsField": false
|
|
76
61
|
},
|
|
77
62
|
{
|
|
78
63
|
"condition": "OR",
|
|
@@ -155,4 +140,4 @@
|
|
|
155
140
|
"PUT": false,
|
|
156
141
|
"PUTAuthorities": null
|
|
157
142
|
}
|
|
158
|
-
}
|
|
143
|
+
}
|
|
@@ -45,28 +45,13 @@
|
|
|
45
45
|
"not": false,
|
|
46
46
|
"rules": [
|
|
47
47
|
{
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
"operator": "equal",
|
|
56
|
-
"type": "string",
|
|
57
|
-
"value": ":login",
|
|
58
|
-
"valueIsField": false
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"field": "u.user.normalizedEmail",
|
|
62
|
-
"id": "u.user.normalizedEmail",
|
|
63
|
-
"input": "text",
|
|
64
|
-
"operator": "equal",
|
|
65
|
-
"type": "string",
|
|
66
|
-
"value": ":login",
|
|
67
|
-
"valueIsField": false
|
|
68
|
-
}
|
|
69
|
-
]
|
|
48
|
+
"field": "u.user.normalizedUserName",
|
|
49
|
+
"id": "u.user.normalizedUserName",
|
|
50
|
+
"input": "text",
|
|
51
|
+
"operator": "equal",
|
|
52
|
+
"type": "string",
|
|
53
|
+
"value": ":login",
|
|
54
|
+
"valueIsField": false
|
|
70
55
|
},
|
|
71
56
|
{
|
|
72
57
|
"condition": "OR",
|
|
@@ -147,4 +132,4 @@
|
|
|
147
132
|
"PUT": false,
|
|
148
133
|
"PUTAuthorities": null
|
|
149
134
|
}
|
|
150
|
-
}
|
|
135
|
+
}
|
|
@@ -5,7 +5,7 @@ import org.springframework.context.annotation.*;
|
|
|
5
5
|
import org.springframework.data.jpa.repository.config.*;
|
|
6
6
|
import org.springframework.transaction.*;
|
|
7
7
|
import org.springframework.transaction.annotation.*;
|
|
8
|
-
<#if (!authentication??) || (authentication?lower_case) == "normal" || (authentication?lower_case) == "token" || (authentication?lower_case) == "sso" || authentication?lower_case == "saml">
|
|
8
|
+
<#if (!authentication??) || (authentication?lower_case) == "normal" || (authentication?lower_case) == "token" || (authentication?lower_case) == "sso" || authentication?lower_case == "saml" || authentication?lower_case == "oauth">
|
|
9
9
|
import org.springframework.core.io.*;
|
|
10
10
|
import org.springframework.data.repository.init.*;
|
|
11
11
|
|
|
@@ -38,7 +38,7 @@ public class AppConfiguration {
|
|
|
38
38
|
return new JpaTransactionManager(entityManagerFactory().getObject());
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
<#if ((!authentication??) || (authentication?lower_case) == "normal" || (authentication?lower_case) == "token" || (authentication?lower_case) == "sso" || authentication?lower_case == "saml") && !(service!"false")?boolean >
|
|
41
|
+
<#if ((!authentication??) || (authentication?lower_case) == "normal" || (authentication?lower_case) == "token" || (authentication?lower_case) == "sso" || authentication?lower_case == "saml" || authentication?lower_case == "oauth") && !(service!"false")?boolean >
|
|
42
42
|
@Bean
|
|
43
43
|
public Jackson2RepositoryPopulatorFactoryBean repositoryPopulator() {
|
|
44
44
|
Jackson2RepositoryPopulatorFactoryBean factory = new Jackson2RepositoryPopulatorFactoryBean();
|
|
@@ -63,4 +63,4 @@ public class AppConfiguration {
|
|
|
63
63
|
|
|
64
64
|
}
|
|
65
65
|
</#if>
|
|
66
|
-
}
|
|
66
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
{
|
|
2
|
+
<#if authentication?lower_case == "oauth">
|
|
3
|
+
"type": "oauth",
|
|
4
|
+
"oauth": {
|
|
5
|
+
"authority": "https://auth.example.com/auth/realms/myrealm",
|
|
6
|
+
"authorizationEndpoint": "https://auth.example.com/auth/realms/myrealm/protocol/openid-connect/auth",
|
|
7
|
+
"tokenEndpoint": "https://auth.example.com/auth/realms/myrealm/protocol/openid-connect/token",
|
|
8
|
+
"jwksEndpoint": "https://auth.example.com/auth/realms/myrealm/protocol/openid-connect/certs",
|
|
9
|
+
"endSessionEndpoint": "https://auth.example.com/auth/realms/myrealm/protocol/openid-connect/logout",
|
|
10
|
+
"userInfoEndpoint": "https://auth.example.com/auth/realms/myrealm/protocol/openid-connect/userinfo",
|
|
11
|
+
"clientId": "my-client-id",
|
|
12
|
+
"scope": "openid profile email"
|
|
13
|
+
}
|
|
14
|
+
<#elseif authentication?lower_case == "oidc">
|
|
15
|
+
"type": "oidc",
|
|
16
|
+
"oidc": {
|
|
17
|
+
"authority": "https://auth.example.com/auth/realms/myrealm",
|
|
18
|
+
"metadataUrl": "https://auth.example.com/auth/realms/myrealm/.well-known/openid-configuration",
|
|
19
|
+
"clientId": "my-client-id",
|
|
20
|
+
"scope": "openid profile email"
|
|
21
|
+
}
|
|
22
|
+
<#elseif authentication?lower_case == "bearer">
|
|
23
|
+
"type": "bearer",
|
|
24
|
+
"bearer": {
|
|
25
|
+
"tokenEndpoint": "https://api.example.com/oauth/token",
|
|
26
|
+
"tokenMethod": "POST",
|
|
27
|
+
"tokenRequest": {
|
|
28
|
+
"username": {
|
|
29
|
+
"field": "email"
|
|
30
|
+
},
|
|
31
|
+
"password": {
|
|
32
|
+
"field": "password"
|
|
33
|
+
},
|
|
34
|
+
"client_id": {
|
|
35
|
+
"constant": "my-spa-client"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"tokenResponse": {
|
|
39
|
+
"access_token": {
|
|
40
|
+
"jsonata": "$.access_token"
|
|
41
|
+
},
|
|
42
|
+
"expires_in": {
|
|
43
|
+
"field": "token_expiry"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"refreshEndpoint": "https://api.example.com/oauth/refresh",
|
|
47
|
+
"refreshRequest": {
|
|
48
|
+
"refresh_token": {
|
|
49
|
+
"field": "current_refresh_token"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"headerName": "Authorization",
|
|
53
|
+
"prefix": "Bearer "
|
|
54
|
+
}
|
|
55
|
+
<#elseif authentication?lower_case == "basic">
|
|
56
|
+
"type": "basic",
|
|
57
|
+
"basic": {
|
|
58
|
+
"username": { "field": "user" },
|
|
59
|
+
"password": { "field": "pass" }
|
|
60
|
+
}
|
|
61
|
+
<#elseif authentication?lower_case == "nenhuma">
|
|
62
|
+
"type": "none",
|
|
63
|
+
"none": { }
|
|
64
|
+
</#if>
|
|
65
|
+
}
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
{
|
|
2
|
+
"rolesSource": [],
|
|
3
|
+
"definedRoles": [
|
|
4
|
+
"Public",
|
|
5
|
+
"Authenticated",
|
|
6
|
+
"Administrators"
|
|
7
|
+
],
|
|
8
|
+
"permissions": [
|
|
9
|
+
{
|
|
10
|
+
"route": "/views/admin/**",
|
|
11
|
+
"roles": ["Administrators"]
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"route": "/api/security/**",
|
|
15
|
+
"roles": ["Administrators"]
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"route": "/views/logged/**",
|
|
19
|
+
"roles": ["Authenticated"]
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"route": "/api/rest/**",
|
|
23
|
+
"roles": ["Authenticated"]
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"route": "/changePassword",
|
|
27
|
+
"roles": ["Authenticated"]
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"route": "/changeTheme",
|
|
31
|
+
"roles": ["Authenticated"]
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"route": "/auth/**",
|
|
35
|
+
"roles": ["Public"]
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"route": "/index.html",
|
|
39
|
+
"roles": ["Public"]
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"route": "/favicon.ico",
|
|
43
|
+
"roles": ["Public"]
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"route": "/public/**",
|
|
47
|
+
"roles": ["Public"]
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"route": "/plugins/**",
|
|
51
|
+
"roles": ["Public"]
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"route": "/node_modules/**",
|
|
55
|
+
"roles": ["Public"]
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"route": "/components/**",
|
|
59
|
+
"roles": ["Public"]
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"route": "/js/**",
|
|
63
|
+
"roles": ["Public"]
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"route": "/lib/**",
|
|
67
|
+
"roles": ["Public"]
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"route": "/css/**",
|
|
71
|
+
"roles": ["Public"]
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"route": "/img/**",
|
|
75
|
+
"roles": ["Public"]
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"route": "/i18n/**",
|
|
79
|
+
"roles": ["Public"]
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"route": "/views/login.view.html",
|
|
83
|
+
"roles": ["Public"]
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"route": "/views/error/**",
|
|
87
|
+
"roles": ["Public"]
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"route": "/signin/**",
|
|
91
|
+
"roles": ["Public"]
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"route": "/device/**",
|
|
95
|
+
"roles": ["Public"]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"route": "/api/cronapi/**",
|
|
99
|
+
"roles": ["Public"]
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"route": "/services/**",
|
|
103
|
+
"roles": ["Public"]
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"route": "/mutual/**",
|
|
107
|
+
"roles": ["Public"]
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"route": "/actuator/**",
|
|
111
|
+
"roles": ["Public"]
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"route": "/api/metadata/**",
|
|
115
|
+
"roles": ["Public"]
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"route": "/v3/**",
|
|
119
|
+
"roles": ["Public"]
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"route": "/login",
|
|
123
|
+
"roles": ["Public"]
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"route": "/mobileapp",
|
|
127
|
+
"roles": ["Public"]
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"route": "/mobileapp/**",
|
|
131
|
+
"roles": ["Public"]
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"route": "/",
|
|
135
|
+
"roles": ["Public"]
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"route": "/cronapp.json",
|
|
139
|
+
"roles": ["Public"]
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"route": "/views/public/**",
|
|
143
|
+
"roles": ["Public"]
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"route": "/template/**",
|
|
147
|
+
"roles": ["Public"]
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"route": "/frontboost/**",
|
|
151
|
+
"roles": ["Public"]
|
|
152
|
+
}
|
|
153
|
+
]
|
|
154
|
+
}
|
|
@@ -16,6 +16,32 @@
|
|
|
16
16
|
<link rel="stylesheet" href="css/app.css" />
|
|
17
17
|
<title ng-bind="$root.viewTitle">${appname}</title>
|
|
18
18
|
<script src="js/customStateProvider.js"></script>
|
|
19
|
+
<script>
|
|
20
|
+
(function () {
|
|
21
|
+
if (window.location.search && window.location.hash === '') {
|
|
22
|
+
console.log(window.location);
|
|
23
|
+
const urlParams = new URLSearchParams(window.location.search);
|
|
24
|
+
const hasOAuthLoginParams = urlParams.has('state') && urlParams.has('code');
|
|
25
|
+
const hasOAuthLogoutParams = urlParams.has('state') && !urlParams.has('code');
|
|
26
|
+
let hash = '';
|
|
27
|
+
if (hasOAuthLoginParams) {
|
|
28
|
+
hash = '#/fb-signIn';
|
|
29
|
+
} else if (hasOAuthLogoutParams) {
|
|
30
|
+
hash = '#/fb-signOut';
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
if (hash === '') {
|
|
34
|
+
return;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
const newUrl = window.location.pathname
|
|
38
|
+
+ window.location.search
|
|
39
|
+
+ hash;
|
|
40
|
+
|
|
41
|
+
window.history.replaceState({}, document.title, newUrl);
|
|
42
|
+
}
|
|
43
|
+
})();
|
|
44
|
+
</script>
|
|
19
45
|
</head>
|
|
20
46
|
<body>
|
|
21
47
|
<input type="hidden" id="projectName" value="${appname}">
|
|
@@ -73,5 +99,6 @@
|
|
|
73
99
|
<script src="node_modules/cronapp-lib-js/dist/js/kendo-ui/js/timezones/kendo.timezones.min.js"></script>
|
|
74
100
|
<script src="node_modules/cronapp-framework-js/dist/js/dashboard/dashboard.service.js"></script>
|
|
75
101
|
<script src="node_modules/@cronapp/framework-core/cronapp.framework.js"></script>
|
|
102
|
+
<script src="node_modules/@cronapp/frontboost/cronapp.frontboost.js"></script>
|
|
76
103
|
</body>
|
|
77
104
|
</html>
|
|
@@ -1,56 +1,39 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="
|
|
2
|
-
|
|
3
|
-
<
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
L-41.3-2z"/>
|
|
40
|
-
</g>
|
|
41
|
-
<g id="Group_3" transform="translate(1309.449 1029.238)">
|
|
42
|
-
<path id="Path_8" class="st1" d="M-7.7-8.2v5.6c0,0.1,0.1,0.2,0.2,0.3l2.9,1.6l2,1.2c0.2,0.1,0.4,0,0.4-0.1c0,0,0-0.1,0-0.2v-5.6
|
|
43
|
-
c0-0.1-0.1-0.2-0.2-0.3l-4.9-2.8c-0.2-0.1-0.4,0-0.4,0.1C-7.7-8.3-7.7-8.2-7.7-8.2z"/>
|
|
44
|
-
<path id="Path_9" class="st1" d="M1.5-11.5l-2.9-1.6c-0.1-0.1-0.2-0.1-0.3,0l-2.8,1.6l-2.4,1.3C-7-10.2-7-10-6.9-9.8
|
|
45
|
-
c0,0,0.1,0.1,0.1,0.1l5.1,3c0.1,0.1,0.2,0.1,0.3,0l2.9-1.7l2.3-1.3C3.9-9.7,4-9.9,3.9-10c0,0-0.1-0.1-0.1-0.1L1.5-11.5z"/>
|
|
46
|
-
<path id="Path_10" class="st1" d="M4.7-8.3c0-0.2-0.1-0.3-0.3-0.3c-0.1,0-0.1,0-0.2,0L2.1-7.3l-2.9,1.7C-0.9-5.6-1-5.5-1-5.4v5.7
|
|
47
|
-
c0,0.2,0.1,0.3,0.3,0.3c0.1,0,0.1,0,0.2,0l2.2-1.3l2.8-1.6c0.1-0.1,0.2-0.2,0.2-0.3L4.7-8.3z"/>
|
|
48
|
-
</g>
|
|
49
|
-
<path id="Path_11" class="st0" d="M1330.1,1012.6c-0.3-0.2-0.5-0.4-0.5-0.7c-0.6-4.6-4.5-8.1-9.1-8.2c-1.4,0-2.8,0.3-4.1,0.9
|
|
50
|
-
c-0.5,0.2-1,0-1.3-0.4c-2-3.4-5.7-5.5-9.7-5.4c-6.1,0-11.2,4.6-11.1,10.7v1.1c-0.1,0.4-0.3,0.7-0.6,0.9c-2.8,1.3-4.3,4.5-4.3,7.7
|
|
51
|
-
c0,4.3,3.5,7.7,7.7,7.8c0.1,0,0.1,0,0.2,0h1.2v-1.9h-1.2c-3.2,0-5.9-2.5-6-5.8c0,0,0-0.1,0-0.1c0-2.9,1.6-5.7,4.1-6.3
|
|
52
|
-
c0.4-0.1,0.8-0.5,0.8-0.9v-2.4c0-5,4.2-8.8,9.3-8.8c4.2,0,7.7,2.4,8.8,6.1c0.2,0.5,0.7,0.8,1.2,0.6c0.1,0,0.3-0.1,0.4-0.2
|
|
53
|
-
c1.3-1.1,3-1.8,4.7-1.7c4,0.1,7.2,3.3,7.3,7.3c0,0.4,0.3,0.8,0.6,0.9c2.3,0.8,3.8,2.9,3.8,5.4c0,3.3-2.4,5.9-5.7,5.9h-9.2v1.9h9.2
|
|
54
|
-
c4.4,0.1,7.6-3.5,7.6-7.8C1334.1,1016.4,1332.6,1013.9,1330.1,1012.6z"/>
|
|
55
|
-
</g>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="Camada_2" data-name="Camada 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 948.7 154.24">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: #000000;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.cls-2 {
|
|
10
|
+
fill: gray;
|
|
11
|
+
}
|
|
12
|
+
</style>
|
|
13
|
+
</defs>
|
|
14
|
+
<g id="Versoes">
|
|
15
|
+
<g>
|
|
16
|
+
<g>
|
|
17
|
+
<path class="cls-1" d="M175.38,0v6.71h-17.25c-6.06,0-8.69,3.16-8.69,10.66s2.63,10.6,8.69,10.6h17.25v6.78h-17.9c-9.28,0-15.07-5.66-15.07-17.38S148.2,0,157.48,0h17.9Z"/>
|
|
18
|
+
<path class="cls-1" d="M205.66,0v6.71h-12.24c-3.09,0-4.48,1.45-4.48,4.48v23.57h-6.98V10.14c0-6.98,2.57-10.14,9.41-10.14h14.28Z"/>
|
|
19
|
+
<path class="cls-1" d="M231.6,0c9.21,0,15.07,5.66,15.07,17.38s-5.86,17.38-15.07,17.38h-7.31c-9.28,0-15.07-5.66-15.07-17.38S215.01,0,224.29,0h7.31ZM224.95,6.71c-6.06,0-8.69,3.16-8.69,10.66s2.63,10.6,8.69,10.6h5.99c5.99,0,8.69-3.09,8.69-10.6s-2.7-10.66-8.69-10.66h-5.99Z"/>
|
|
20
|
+
<path class="cls-1" d="M272.6,0c11.78,0,17.51,5.6,17.51,15.21v19.55h-7.04V15.21c0-5.46-3.16-8.49-10.47-8.49h-11.39c-.59,0-.86.33-.86.99v27.05h-6.98V5.4c0-4.08,1.38-5.4,4.87-5.4h14.35Z"/>
|
|
21
|
+
<path class="cls-1" d="M320.52,0c8.69,0,12.11,4.87,12.11,11.45v16.33c0,5-1.32,6.98-7.17,6.98h-16.26c-8.23,0-11.65-4.02-11.65-10.6s3.16-10,11.72-10h16.52v-2.63c0-2.7-1.51-4.8-5.33-4.8h-20.8V0h20.87ZM325.79,26.2v-6.52h-16.39c-3.69,0-5,1.51-5,4.08s1.38,4.21,4.87,4.21h14.61c1.38,0,1.91-.53,1.91-1.78Z"/>
|
|
22
|
+
<path class="cls-1" d="M363.11,0c9.22,0,15.01,5.66,15.01,17.38s-5.79,17.38-15.01,17.38h-15.4v13.96h-6.98V14.88c0-10.01,4.41-14.88,12.77-14.88h9.61ZM347.71,27.98h14.68c6.06,0,8.69-3.09,8.69-10.6s-2.63-10.66-8.69-10.66h-6.85c-5.66,0-7.83,2.5-7.83,8.49v12.77Z"/>
|
|
23
|
+
<path class="cls-1" d="M407.08,0c9.22,0,15.01,5.66,15.01,17.38s-5.79,17.38-15.01,17.38h-15.4v13.96h-6.98V14.88c0-10.01,4.41-14.88,12.77-14.88h9.61ZM391.67,27.98h14.68c6.06,0,8.69-3.09,8.69-10.6s-2.63-10.66-8.69-10.66h-6.85c-5.66,0-7.83,2.5-7.83,8.49v12.77Z"/>
|
|
24
|
+
</g>
|
|
25
|
+
<g>
|
|
26
|
+
<path class="cls-1" d="M127.49,43.16l-7.07,19.42h-44.76c-17.61,0-25.93,8.39-29.7,18.76l-3.83,10.53h66.98l-6.71,18.43H35.41l-15.99,43.94H0l26.47-72.74c8.09-22.22,25.48-38.34,54.93-38.34h46.08Z"/>
|
|
27
|
+
<path class="cls-1" d="M195.69,67.35l-6.11,16.79h-30.61c-7.73,0-12.51,3.62-15.26,11.19l-21.44,58.91h-17.44l22.4-61.55c6.35-17.44,15.64-25.34,32.76-25.34h35.71Z"/>
|
|
28
|
+
<path class="cls-1" d="M260.53,67.35c23.04,0,32.53,14.15,21.87,43.44-10.66,29.29-30.46,43.44-53.5,43.44h-18.27c-23.2,0-32.53-14.15-21.87-43.44,10.66-29.29,30.29-43.44,53.5-43.44h18.27ZM237.8,84.14c-15.14,0-24.6,7.9-31.43,26.66s-3.06,26.5,12.08,26.5h14.97c14.98,0,24.54-7.73,31.37-26.5s2.96-26.66-12.02-26.66h-14.97Z"/>
|
|
29
|
+
<path class="cls-1" d="M363.05,67.35c29.46,0,38.68,13.99,29.94,38.01l-17.79,48.88h-17.61l17.79-48.88c4.97-13.66-.17-21.23-18.44-21.23h-28.47c-1.48,0-2.44.82-3.04,2.47l-24.62,67.63h-17.44l26.71-73.39c3.71-10.2,8.37-13.49,17.09-13.49h35.88Z"/>
|
|
30
|
+
<path class="cls-1" d="M430.35,67.35l7.49-20.57h17.61l-7.49,20.57h24.03l-6.11,16.79h-24.03l-14.97,41.14c-3.53,9.71-1.28,13,6.95,13h12.01l-5.81,15.96h-15.63c-17.94,0-23.04-7.24-14.77-29.95l14.62-40.15h-11.85l6.11-16.79h11.85Z"/>
|
|
31
|
+
<path class="cls-2" d="M552.7,43.16c26.17,0,32.7,12.34,26.11,30.44-4.67,12.84-13.08,20.57-24.95,24.68,8.98,4.28,11.9,12.51,7.23,25.34-6.47,17.77-22.17,30.61-48.33,30.61h-49.37c-6.25,0-8.14-2.96-5.92-9.05l33.84-92.98c2.22-6.09,6.26-9.05,12.51-9.05h48.88ZM480.93,133.18c-.48,1.32.17,1.81,1.48,1.81h37.85c11.68,0,19.09-5.43,22.39-14.48,3.41-9.38-.55-14.32-11.9-14.32h-39.99l-9.82,26.99ZM496.63,90.06h39.5c11.52,0,18.67-4.28,21.97-13.33,3.17-8.72.17-14.48-11.68-14.48h-37.52c-1.32,0-2.38.66-2.86,1.97l-9.4,25.84Z"/>
|
|
32
|
+
<path class="cls-2" d="M650.86,67.35c23.04,0,32.53,14.15,21.87,43.44-10.66,29.29-30.46,43.44-53.5,43.44h-18.27c-23.2,0-32.54-14.15-21.87-43.44,10.66-29.29,30.29-43.44,53.5-43.44h18.27ZM628.12,84.14c-15.14,0-24.6,7.9-31.43,26.66-6.83,18.76-3.06,26.5,12.08,26.5h14.97c14.98,0,24.54-7.73,31.37-26.5,6.83-18.76,2.96-26.66-12.02-26.66h-14.97Z"/>
|
|
33
|
+
<path class="cls-2" d="M757.16,67.35c23.04,0,32.53,14.15,21.87,43.44-10.66,29.29-30.46,43.44-53.5,43.44h-18.27c-23.2,0-32.53-14.15-21.87-43.44,10.66-29.29,30.29-43.44,53.5-43.44h18.27ZM734.43,84.14c-15.14,0-24.6,7.9-31.43,26.66s-3.06,26.5,12.08,26.5h14.97c14.98,0,24.54-7.73,31.37-26.5s2.96-26.66-12.02-26.66h-14.97Z"/>
|
|
34
|
+
<path class="cls-2" d="M884.03,67.35l-6.11,16.79h-48.05c-8.06,0-12.55,3.29-14.95,9.87-2.22,6.09-.78,9.38,8.93,9.38h20.41c24.03,0,26.1,11.03,21.19,24.52-5.63,15.47-17.65,26.33-38.05,26.33h-50.52l6.17-16.95h50.52c8.06,0,12.37-2.8,14.83-9.54,2.52-6.91-.09-9.71-8.81-9.71h-20.57c-24.03,0-25.58-12.01-20.73-25.34,5.69-15.63,17.29-25.34,37.53-25.34h48.22Z"/>
|
|
35
|
+
<path class="cls-2" d="M907.07,67.35l7.49-20.57h17.61l-7.49,20.57h24.03l-6.11,16.79h-24.03l-14.97,41.14c-3.53,9.71-1.28,13,6.95,13h12.01l-5.81,15.96h-15.63c-17.94,0-23.04-7.24-14.77-29.95l14.62-40.15h-11.85l6.11-16.79h11.85Z"/>
|
|
36
|
+
</g>
|
|
37
|
+
</g>
|
|
38
|
+
</g>
|
|
56
39
|
</svg>
|
package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/login.view.html.ftl
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
</h1>
|
|
17
17
|
</div>
|
|
18
18
|
|
|
19
|
-
<#if authentication?lower_case != "sso" && authentication?lower_case != "saml">
|
|
19
|
+
<#if authentication?lower_case != "sso" && authentication?lower_case != "saml" && authentication?lower_case != "oauth">
|
|
20
20
|
|
|
21
21
|
<div class="component-holder ng-binding ng-scope col-xs-12 col-md-12" data-component="crn-textinput" id="crn-textinput-loginusername">
|
|
22
22
|
<div class="form-group">
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
{{message.error}}
|
|
48
48
|
</div>
|
|
49
49
|
</div>
|
|
50
|
-
<#if (authentication?lower_case == "sso" || authentication?lower_case == "saml") && (enterprise)!false>
|
|
50
|
+
<#if (authentication?lower_case == "sso" || authentication?lower_case == "saml" || authentication?lower_case == "oauth") && (enterprise)!false>
|
|
51
51
|
<a role="button" aria-label="{{'Login.view.Login' | translate}}" href="#" class="btn btn-default cron-link col-md-12 col-xs-12 k-button btn-primary" target="_self" data-replace="true" data-component="crn-anchor" ng-click="redirectToLogin()">
|
|
52
52
|
<span>{{"Login.view.Login" | translate}} </span>
|
|
53
53
|
</a>
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
</div>
|
|
143
143
|
</div>
|
|
144
144
|
|
|
145
|
-
<#if authentication?lower_case != "sso" && authentication?lower_case != "saml">
|
|
145
|
+
<#if authentication?lower_case != "sso" && authentication?lower_case != "saml" && authentication?lower_case != "oauth">
|
|
146
146
|
<div class="modal fade" id="forgotPasswordModal">
|
|
147
147
|
<div class="modal-dialog">
|
|
148
148
|
<div class="modal-content">
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<#-- Verificar se existem parametros -->
|
|
2
2
|
path=/privacy
|
|
3
3
|
file=home.view.html.ftl
|
|
4
|
-
<#if authentication?lower_case != "sso" && authentication?lower_case != "saml">
|
|
4
|
+
<#if authentication?lower_case != "sso" && authentication?lower_case != "saml" && authentication?lower_case != "oauth">
|
|
5
5
|
file=reset-password.view.html.ftl
|
|
6
6
|
file=signup.view.html
|
|
7
7
|
</#if>
|
|
@@ -1,56 +1,39 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="
|
|
2
|
-
|
|
3
|
-
<
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
L-41.3-2z"/>
|
|
40
|
-
</g>
|
|
41
|
-
<g id="Group_3" transform="translate(1309.449 1029.238)">
|
|
42
|
-
<path id="Path_8" class="st1" d="M-7.7-8.2v5.6c0,0.1,0.1,0.2,0.2,0.3l2.9,1.6l2,1.2c0.2,0.1,0.4,0,0.4-0.1c0,0,0-0.1,0-0.2v-5.6
|
|
43
|
-
c0-0.1-0.1-0.2-0.2-0.3l-4.9-2.8c-0.2-0.1-0.4,0-0.4,0.1C-7.7-8.3-7.7-8.2-7.7-8.2z"/>
|
|
44
|
-
<path id="Path_9" class="st1" d="M1.5-11.5l-2.9-1.6c-0.1-0.1-0.2-0.1-0.3,0l-2.8,1.6l-2.4,1.3C-7-10.2-7-10-6.9-9.8
|
|
45
|
-
c0,0,0.1,0.1,0.1,0.1l5.1,3c0.1,0.1,0.2,0.1,0.3,0l2.9-1.7l2.3-1.3C3.9-9.7,4-9.9,3.9-10c0,0-0.1-0.1-0.1-0.1L1.5-11.5z"/>
|
|
46
|
-
<path id="Path_10" class="st1" d="M4.7-8.3c0-0.2-0.1-0.3-0.3-0.3c-0.1,0-0.1,0-0.2,0L2.1-7.3l-2.9,1.7C-0.9-5.6-1-5.5-1-5.4v5.7
|
|
47
|
-
c0,0.2,0.1,0.3,0.3,0.3c0.1,0,0.1,0,0.2,0l2.2-1.3l2.8-1.6c0.1-0.1,0.2-0.2,0.2-0.3L4.7-8.3z"/>
|
|
48
|
-
</g>
|
|
49
|
-
<path id="Path_11" class="st0" d="M1330.1,1012.6c-0.3-0.2-0.5-0.4-0.5-0.7c-0.6-4.6-4.5-8.1-9.1-8.2c-1.4,0-2.8,0.3-4.1,0.9
|
|
50
|
-
c-0.5,0.2-1,0-1.3-0.4c-2-3.4-5.7-5.5-9.7-5.4c-6.1,0-11.2,4.6-11.1,10.7v1.1c-0.1,0.4-0.3,0.7-0.6,0.9c-2.8,1.3-4.3,4.5-4.3,7.7
|
|
51
|
-
c0,4.3,3.5,7.7,7.7,7.8c0.1,0,0.1,0,0.2,0h1.2v-1.9h-1.2c-3.2,0-5.9-2.5-6-5.8c0,0,0-0.1,0-0.1c0-2.9,1.6-5.7,4.1-6.3
|
|
52
|
-
c0.4-0.1,0.8-0.5,0.8-0.9v-2.4c0-5,4.2-8.8,9.3-8.8c4.2,0,7.7,2.4,8.8,6.1c0.2,0.5,0.7,0.8,1.2,0.6c0.1,0,0.3-0.1,0.4-0.2
|
|
53
|
-
c1.3-1.1,3-1.8,4.7-1.7c4,0.1,7.2,3.3,7.3,7.3c0,0.4,0.3,0.8,0.6,0.9c2.3,0.8,3.8,2.9,3.8,5.4c0,3.3-2.4,5.9-5.7,5.9h-9.2v1.9h9.2
|
|
54
|
-
c4.4,0.1,7.6-3.5,7.6-7.8C1334.1,1016.4,1332.6,1013.9,1330.1,1012.6z"/>
|
|
55
|
-
</g>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="Camada_2" data-name="Camada 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 948.7 154.24">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: #000000;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.cls-2 {
|
|
10
|
+
fill: gray;
|
|
11
|
+
}
|
|
12
|
+
</style>
|
|
13
|
+
</defs>
|
|
14
|
+
<g id="Versoes">
|
|
15
|
+
<g>
|
|
16
|
+
<g>
|
|
17
|
+
<path class="cls-1" d="M175.38,0v6.71h-17.25c-6.06,0-8.69,3.16-8.69,10.66s2.63,10.6,8.69,10.6h17.25v6.78h-17.9c-9.28,0-15.07-5.66-15.07-17.38S148.2,0,157.48,0h17.9Z"/>
|
|
18
|
+
<path class="cls-1" d="M205.66,0v6.71h-12.24c-3.09,0-4.48,1.45-4.48,4.48v23.57h-6.98V10.14c0-6.98,2.57-10.14,9.41-10.14h14.28Z"/>
|
|
19
|
+
<path class="cls-1" d="M231.6,0c9.21,0,15.07,5.66,15.07,17.38s-5.86,17.38-15.07,17.38h-7.31c-9.28,0-15.07-5.66-15.07-17.38S215.01,0,224.29,0h7.31ZM224.95,6.71c-6.06,0-8.69,3.16-8.69,10.66s2.63,10.6,8.69,10.6h5.99c5.99,0,8.69-3.09,8.69-10.6s-2.7-10.66-8.69-10.66h-5.99Z"/>
|
|
20
|
+
<path class="cls-1" d="M272.6,0c11.78,0,17.51,5.6,17.51,15.21v19.55h-7.04V15.21c0-5.46-3.16-8.49-10.47-8.49h-11.39c-.59,0-.86.33-.86.99v27.05h-6.98V5.4c0-4.08,1.38-5.4,4.87-5.4h14.35Z"/>
|
|
21
|
+
<path class="cls-1" d="M320.52,0c8.69,0,12.11,4.87,12.11,11.45v16.33c0,5-1.32,6.98-7.17,6.98h-16.26c-8.23,0-11.65-4.02-11.65-10.6s3.16-10,11.72-10h16.52v-2.63c0-2.7-1.51-4.8-5.33-4.8h-20.8V0h20.87ZM325.79,26.2v-6.52h-16.39c-3.69,0-5,1.51-5,4.08s1.38,4.21,4.87,4.21h14.61c1.38,0,1.91-.53,1.91-1.78Z"/>
|
|
22
|
+
<path class="cls-1" d="M363.11,0c9.22,0,15.01,5.66,15.01,17.38s-5.79,17.38-15.01,17.38h-15.4v13.96h-6.98V14.88c0-10.01,4.41-14.88,12.77-14.88h9.61ZM347.71,27.98h14.68c6.06,0,8.69-3.09,8.69-10.6s-2.63-10.66-8.69-10.66h-6.85c-5.66,0-7.83,2.5-7.83,8.49v12.77Z"/>
|
|
23
|
+
<path class="cls-1" d="M407.08,0c9.22,0,15.01,5.66,15.01,17.38s-5.79,17.38-15.01,17.38h-15.4v13.96h-6.98V14.88c0-10.01,4.41-14.88,12.77-14.88h9.61ZM391.67,27.98h14.68c6.06,0,8.69-3.09,8.69-10.6s-2.63-10.66-8.69-10.66h-6.85c-5.66,0-7.83,2.5-7.83,8.49v12.77Z"/>
|
|
24
|
+
</g>
|
|
25
|
+
<g>
|
|
26
|
+
<path class="cls-1" d="M127.49,43.16l-7.07,19.42h-44.76c-17.61,0-25.93,8.39-29.7,18.76l-3.83,10.53h66.98l-6.71,18.43H35.41l-15.99,43.94H0l26.47-72.74c8.09-22.22,25.48-38.34,54.93-38.34h46.08Z"/>
|
|
27
|
+
<path class="cls-1" d="M195.69,67.35l-6.11,16.79h-30.61c-7.73,0-12.51,3.62-15.26,11.19l-21.44,58.91h-17.44l22.4-61.55c6.35-17.44,15.64-25.34,32.76-25.34h35.71Z"/>
|
|
28
|
+
<path class="cls-1" d="M260.53,67.35c23.04,0,32.53,14.15,21.87,43.44-10.66,29.29-30.46,43.44-53.5,43.44h-18.27c-23.2,0-32.53-14.15-21.87-43.44,10.66-29.29,30.29-43.44,53.5-43.44h18.27ZM237.8,84.14c-15.14,0-24.6,7.9-31.43,26.66s-3.06,26.5,12.08,26.5h14.97c14.98,0,24.54-7.73,31.37-26.5s2.96-26.66-12.02-26.66h-14.97Z"/>
|
|
29
|
+
<path class="cls-1" d="M363.05,67.35c29.46,0,38.68,13.99,29.94,38.01l-17.79,48.88h-17.61l17.79-48.88c4.97-13.66-.17-21.23-18.44-21.23h-28.47c-1.48,0-2.44.82-3.04,2.47l-24.62,67.63h-17.44l26.71-73.39c3.71-10.2,8.37-13.49,17.09-13.49h35.88Z"/>
|
|
30
|
+
<path class="cls-1" d="M430.35,67.35l7.49-20.57h17.61l-7.49,20.57h24.03l-6.11,16.79h-24.03l-14.97,41.14c-3.53,9.71-1.28,13,6.95,13h12.01l-5.81,15.96h-15.63c-17.94,0-23.04-7.24-14.77-29.95l14.62-40.15h-11.85l6.11-16.79h11.85Z"/>
|
|
31
|
+
<path class="cls-2" d="M552.7,43.16c26.17,0,32.7,12.34,26.11,30.44-4.67,12.84-13.08,20.57-24.95,24.68,8.98,4.28,11.9,12.51,7.23,25.34-6.47,17.77-22.17,30.61-48.33,30.61h-49.37c-6.25,0-8.14-2.96-5.92-9.05l33.84-92.98c2.22-6.09,6.26-9.05,12.51-9.05h48.88ZM480.93,133.18c-.48,1.32.17,1.81,1.48,1.81h37.85c11.68,0,19.09-5.43,22.39-14.48,3.41-9.38-.55-14.32-11.9-14.32h-39.99l-9.82,26.99ZM496.63,90.06h39.5c11.52,0,18.67-4.28,21.97-13.33,3.17-8.72.17-14.48-11.68-14.48h-37.52c-1.32,0-2.38.66-2.86,1.97l-9.4,25.84Z"/>
|
|
32
|
+
<path class="cls-2" d="M650.86,67.35c23.04,0,32.53,14.15,21.87,43.44-10.66,29.29-30.46,43.44-53.5,43.44h-18.27c-23.2,0-32.54-14.15-21.87-43.44,10.66-29.29,30.29-43.44,53.5-43.44h18.27ZM628.12,84.14c-15.14,0-24.6,7.9-31.43,26.66-6.83,18.76-3.06,26.5,12.08,26.5h14.97c14.98,0,24.54-7.73,31.37-26.5,6.83-18.76,2.96-26.66-12.02-26.66h-14.97Z"/>
|
|
33
|
+
<path class="cls-2" d="M757.16,67.35c23.04,0,32.53,14.15,21.87,43.44-10.66,29.29-30.46,43.44-53.5,43.44h-18.27c-23.2,0-32.53-14.15-21.87-43.44,10.66-29.29,30.29-43.44,53.5-43.44h18.27ZM734.43,84.14c-15.14,0-24.6,7.9-31.43,26.66s-3.06,26.5,12.08,26.5h14.97c14.98,0,24.54-7.73,31.37-26.5s2.96-26.66-12.02-26.66h-14.97Z"/>
|
|
34
|
+
<path class="cls-2" d="M884.03,67.35l-6.11,16.79h-48.05c-8.06,0-12.55,3.29-14.95,9.87-2.22,6.09-.78,9.38,8.93,9.38h20.41c24.03,0,26.1,11.03,21.19,24.52-5.63,15.47-17.65,26.33-38.05,26.33h-50.52l6.17-16.95h50.52c8.06,0,12.37-2.8,14.83-9.54,2.52-6.91-.09-9.71-8.81-9.71h-20.57c-24.03,0-25.58-12.01-20.73-25.34,5.69-15.63,17.29-25.34,37.53-25.34h48.22Z"/>
|
|
35
|
+
<path class="cls-2" d="M907.07,67.35l7.49-20.57h17.61l-7.49,20.57h24.03l-6.11,16.79h-24.03l-14.97,41.14c-3.53,9.71-1.28,13,6.95,13h12.01l-5.81,15.96h-15.63c-17.94,0-23.04-7.24-14.77-29.95l14.62-40.15h-11.85l6.11-16.79h11.85Z"/>
|
|
36
|
+
</g>
|
|
37
|
+
</g>
|
|
38
|
+
</g>
|
|
56
39
|
</svg>
|