@cronapp/templates 2.9.6-SP.2 → 2.9.6-SP.20

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@cronapp/templates",
3
- "version": "2.9.6-SP.2",
3
+ "version": "2.9.6-SP.20",
4
4
  "cronapp-ide-minimum-version": "2.5.0"
5
5
  }
@@ -16,13 +16,6 @@
16
16
  <h1 class="title" align-title="text-align: center;" style="text-align: center;">
17
17
  {{"Home.view.Users" | translate}}</h1>
18
18
  <div side="right" class="buttons buttons-right header-item" data-component="crn-header-button">
19
- <button aria-labelledby="right_plus_sr" class="button button-clear"
20
- ng-if="!User.inserting && !User.editing"
21
- ng-click="User.startInserting()" data-component="crn-button"
22
- xattr-type="button-clear">
23
- <i class="icon ion-ios-plus-empty"></i>
24
- <span id="right_plus_sr" class="sr-only">{{'Accessibility.Button.Aria.Label.Add' | translate}}</span>
25
- </button>
26
19
  <button aria-labelledby="right_checkmark_sr" class="button button-clear"
27
20
  ng-if="User.inserting || User.editing"
28
21
  ng-click="User.post()" data-component="crn-button" xattr-type="button-clear">
@@ -63,7 +56,7 @@
63
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
57
  <label class="input-label">{{'Users.view.Picture' | translate}}</label>
65
58
  <div class="form-group">
66
- <div dynamic-image="" alt="Dynamic Image Aria Label Text" ng-model="vars.input4657" max-file-size="5MB" target-width="640" target-height="480" class="dynamic-image-container" ng-required="false" allow-edit="false">
59
+ <div dynamic-image="" alt="Dynamic Image Aria Label Text" ng-model="User.active.picture" max-file-size="5MB" target-width="640" target-height="480" class="dynamic-image-container" ng-required="false" allow-edit="false">
67
60
  {{"template.crud.clickToAddImage" | translate}}
68
61
  </div>
69
62
  </div>
@@ -49,51 +49,6 @@
49
49
  <groupId>org.springframework.boot</groupId>
50
50
  <artifactId>spring-boot-maven-plugin</artifactId>
51
51
  </plugin>
52
- </#if>
53
- <#if (((frontend??) && (frontend?lower_case) == "true") || (isMobileProject))>
54
- <plugin>
55
- <groupId>org.codehaus.mojo</groupId>
56
- <artifactId>exec-maven-plugin</artifactId>
57
- <version>1.6.0</version>
58
- <executions>
59
- <#if ((frontend??) && (frontend?lower_case) == "true")>
60
- <execution>
61
- <id>npm-install-web</id>
62
- <phase>generate-resources</phase>
63
- <goals>
64
- <goal>exec</goal>
65
- </goals>
66
- <configuration>
67
- <skip>false</skip>
68
- <executable>bash</executable>
69
- <arguments>
70
- <argument>-c</argument>
71
- <argument>npm install</argument>
72
- </arguments>
73
- <workingDirectory>src/main/webapp</workingDirectory>
74
- </configuration>
75
- </execution>
76
- </#if>
77
- <#if (isMobileProject)>
78
- <execution>
79
- <id>npm-install-mobile</id>
80
- <phase>generate-resources</phase>
81
- <goals>
82
- <goal>exec</goal>
83
- </goals>
84
- <configuration>
85
- <skip>false</skip>
86
- <executable>bash</executable>
87
- <arguments>
88
- <argument>-c</argument>
89
- <argument>npm install</argument>
90
- </arguments>
91
- <workingDirectory>src/main/mobileapp/www</workingDirectory>
92
- </configuration>
93
- </execution>
94
- </#if>
95
- </executions>
96
- </plugin>
97
52
  </#if>
98
53
  <plugin>
99
54
  <groupId>io.cronapp</groupId>
@@ -379,7 +379,7 @@
379
379
  "securable": {
380
380
  "id": "${publicSecurable}"
381
381
  },
382
- "pattern": "/views/**",
382
+ "pattern": "/views/login.view.html",
383
383
  "getMethodAllowed": true,
384
384
  "headMethodAllowed": true,
385
385
  "putMethodAllowed": true,
@@ -1,4 +1,4 @@
1
1
  <#if !(service!"false")?boolean >
2
- path.content=/templates
2
+ path=/templates
3
3
  </#if>
4
4
  file=application.properties.ftl
@@ -0,0 +1,4 @@
1
+ <#if !(service!"false")?boolean >
2
+ file=reset-password.ftlh
3
+ file=reset-password_pt_BR.ftlh
4
+ </#if>
@@ -32,21 +32,12 @@
32
32
  </ul>
33
33
  </div>
34
34
  <div id="navbar2" class="navbar-collapse collapse">
35
- <ul class="nav navbar-nav navbar-right">
36
- <li class="dropdown component-holder" data-component="crn-menu-item">
37
- <a href="" class="dropdown-toggle" style="min-width: 123px;" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
38
- <img class="user-avatar" alt="Icon user" src="{{ session.user.picture || 'node_modules/cronapp-framework-js/dist/img/img-user.svg'}}" data-component="crn-image-menu" id="crn-image-menu">
39
- <span>{{"Home.view.Perfil" | translate}}</span> <span class="caret"></span>
40
- </a>
41
- <ul class="dropdown-menu">
42
- <li><a href="" class="component-holder" ng-click="cronapi.screen.showModal('modalPassword')" data-component="crn-anchor">{{"Home.view.ChangePassword" | translate}}</a></li>
43
- <#if mutual?? && mutual?lower_case == "sim" && (enterprise)!false>
44
- <li><a ng-click="cronapi.client('js.blockly.MutualAuth.signup').run()" href="" data-component="crn-anchor">{{'LinkCertificate' | translate}}</a></li>
45
- </#if>
46
- <li><a ng-click="logout()" href="" data-component="crn-anchor">{{"Home.view.Logout" | translate}}</a></li>
47
- </ul>
48
- </li>
49
- </ul>
35
+ <ul class="nav navbar-nav navbar-right">
36
+ <li>
37
+ <cron-dynamic-menu options="{&quot;subMenuOptions&quot;:[{&quot;id&quot;:&quot;qxfhylqx9sh1&quot;,&quot;name&quot;:&quot;Profile&quot;,&quot;title&quot;:&quot;{{'Home.view.Perfil' | translate}}&quot;,&quot;iconClass&quot;:&quot;fa fa-gear&quot;,&quot;level&quot;:1,&quot;textPosition&quot;:&quot;left&quot;,&quot;imagePosition&quot;:&quot;left&quot;,&quot;contentTheme&quot;:&quot;light&quot;,&quot;iconTheme&quot;:&quot;light&quot;,&quot;menuItems&quot;:[{&quot;id&quot;:&quot;skq2m5tg9h6a&quot;,&quot;name&quot;:&quot;Password&quot;,&quot;title&quot;:&quot;{{'Home.view.ChangePassword' | translate}}&quot;,&quot;iconClass&quot;:&quot;fa fa-lock&quot;,&quot;action&quot;:&quot;cronapi.screen.showModal('modalPassword')&quot;,&quot;level&quot;:2,&quot;textPosition&quot;:&quot;left&quot;,&quot;imagePosition&quot;:&quot;left&quot;,&quot;contentTheme&quot;:&quot;light&quot;,&quot;iconTheme&quot;:&quot;light&quot;,&quot;menuItems&quot;:[]},{&quot;id&quot;:&quot;qe1juldmy0kk&quot;,&quot;name&quot;:&quot;Logout&quot;,&quot;title&quot;:&quot;{{'Home.view.Logout' | translate}}&quot;,&quot;iconClass&quot;:&quot;fa fa-sign-out&quot;,&quot;action&quot;:&quot;logout()&quot;,&quot;level&quot;:2,&quot;textPosition&quot;:&quot;left&quot;,&quot;imagePosition&quot;:&quot;left&quot;,&quot;contentTheme&quot;:&quot;light&quot;,&quot;iconTheme&quot;:&quot;light&quot;,&quot;menuItems&quot;:[]}]}]}" data-component="crn-dynamic-menu" id="crn-dynamic-menu-271461" class="">
38
+ Dynamic Menu
39
+ </cron-dynamic-menu> </li>
40
+ </ul>
50
41
  </div>
51
42
  </div>
52
43
  </nav>