@cronapp/templates 1.0.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.
Files changed (863) hide show
  1. package/$global/components/js/datasource.js +1472 -0
  2. package/$global/data-layer/BASICDAO.ftl +146 -0
  3. package/$global/data-layer/BUSINESS.ftl +284 -0
  4. package/$global/data-layer/DAO.ftl +138 -0
  5. package/$global/data-layer/ENTITIES.ftl +170 -0
  6. package/$global/data-layer/REST.ftl +333 -0
  7. package/$global/data-layer/RESTAPPLICATION.ftl +22 -0
  8. package/$global/data-layer/REST_EXCEPTION.ftl +106 -0
  9. package/$global/data-layer/REST_SERVICE.ftl +11 -0
  10. package/$global/data-layer/SESSIONMANAGER.ftl +292 -0
  11. package/$global/data-layer/TEST.ftl +9 -0
  12. package/$global/data-layer/cloud/CloudFactory.ftl +27 -0
  13. package/$global/data-layer/cloud/CloudManager.ftl +73 -0
  14. package/$global/data-layer/cloud/CloudService.ftl +14 -0
  15. package/$global/data-layer/cloud/DropboxService.ftl +81 -0
  16. package/$global/data-layer/cloud/FileObject.ftl +47 -0
  17. package/$global/data-layer/cloud/template.properties +8 -0
  18. package/$global/data-layer/dropbox/DROPBOX_CONSTANTS.ftl +1 -0
  19. package/$global/data-layer/dropbox/DROPBOX_DELETE.ftl +1 -0
  20. package/$global/data-layer/dropbox/DROPBOX_GET.ftl +1 -0
  21. package/$global/data-layer/dropbox/DROPBOX_LIST.ftl +1 -0
  22. package/$global/data-layer/dropbox/DROPBOX_POST.ftl +19 -0
  23. package/$global/data-layer/dropbox/DROPBOX_PUT.ftl +20 -0
  24. package/$global/data-layer/template.properties +9 -0
  25. package/$global/js/directives.js +162 -0
  26. package/$global/reports/commons/ReportFront.ftl +76 -0
  27. package/$global/reports/frontend/parameters.controller.ftl +70 -0
  28. package/$global/reports/frontend/reports.controller.ftl +63 -0
  29. package/$global/reports/frontend/reports.parameters.ftl +25 -0
  30. package/$global/reports/frontend/reports.service.ftl +39 -0
  31. package/$global/reports/frontend/templates/BOOLEAN.parameter.ftl +4 -0
  32. package/$global/reports/frontend/templates/DATE.parameter.ftl +4 -0
  33. package/$global/reports/frontend/templates/DOUBLE.parameter.ftl +4 -0
  34. package/$global/reports/frontend/templates/FLOAT.parameter.ftl +4 -0
  35. package/$global/reports/frontend/templates/INTEGER.parameter.ftl +4 -0
  36. package/$global/reports/frontend/templates/LONG.parameter.ftl +4 -0
  37. package/$global/reports/frontend/templates/STRING.parameter.ftl +4 -0
  38. package/README.md +2 -0
  39. package/file/blockly/EmptyBlockly/__Name__.blockly.ftl +20 -0
  40. package/file/blockly/EmptyBlockly/blockly.png +0 -0
  41. package/file/blockly/EmptyBlockly/blockly_client.png +0 -0
  42. package/file/blockly/EmptyBlockly/blockly_server.png +0 -0
  43. package/file/blockly/EmptyBlockly/template.properties +8 -0
  44. package/file/blockly/EmptyBlockly/template_pt_BR.properties +6 -0
  45. package/file/blockly/JavaBlockly/__ClassName__.java.ftl +32 -0
  46. package/file/blockly/JavaBlockly/java.svg +15 -0
  47. package/file/blockly/JavaBlockly/template.properties +9 -0
  48. package/file/blockly/JavaBlockly/template_pt_BR.properties +5 -0
  49. package/file/blockly/JavaBlocklyAI/__ClassName__.java.ftl +23 -0
  50. package/file/blockly/JavaBlocklyAI/java.svg +21 -0
  51. package/file/blockly/JavaBlocklyAI/template.properties +21 -0
  52. package/file/blockly/JavaBlocklyAI/template_pt_BR.properties +7 -0
  53. package/file/blockly/JavaScriptBlockly/__ClassName__.blockly.js.ftl +16 -0
  54. package/file/blockly/JavaScriptBlockly/javascript.svg +28 -0
  55. package/file/blockly/JavaScriptBlockly/template.properties +9 -0
  56. package/file/blockly/JavaScriptBlockly/template_pt_BR.properties +5 -0
  57. package/file/blockly/JavaScriptBlocklyAI/__ClassName__.blockly.js.ftl +6 -0
  58. package/file/blockly/JavaScriptBlocklyAI/javascript.svg +21 -0
  59. package/file/blockly/JavaScriptBlocklyAI/template.properties +12 -0
  60. package/file/blockly/JavaScriptBlocklyAI/template_pt_BR.properties +7 -0
  61. package/file/blockly/blockly.png +0 -0
  62. package/file/blockly/blockly_client.png +0 -0
  63. package/file/blockly/blockly_server.png +0 -0
  64. package/file/blockly/group.properties +5 -0
  65. package/file/components.json/EmptyCrudHtml/__FileName__.components.json.ftl +41 -0
  66. package/file/components.json/EmptyCrudHtml/__FileName__.template.html.ftl +1 -0
  67. package/file/components.json/EmptyCrudHtml/components.json.png +0 -0
  68. package/file/components.json/EmptyCrudHtml/template.properties +36 -0
  69. package/file/components.json/EmptyCrudHtml/template_pt_BR.properties +36 -0
  70. package/file/components.json/components.json.png +0 -0
  71. package/file/components.json/group.properties +5 -0
  72. package/file/crud/angular_crud_input/__FileName__.view.html.ftl +63 -0
  73. package/file/crud/angular_crud_input/template.properties +4 -0
  74. package/file/crud/angular_crud_input/template_en_US.properties +1 -0
  75. package/file/crud/angular_crud_view/__FileName__.view.html.ftl +432 -0
  76. package/file/crud/angular_crud_view/crud-web.png +0 -0
  77. package/file/crud/angular_crud_view/template.properties +8 -0
  78. package/file/crud/angular_crud_view/template_en_US.properties +2 -0
  79. package/file/crud/angular_view/__FileName__.view.html.ftl +70 -0
  80. package/file/crud/angular_view/list-web.png +0 -0
  81. package/file/crud/angular_view/project.svg +39 -0
  82. package/file/crud/angular_view/template.properties +10 -0
  83. package/file/crud/angular_view/template_en_US.properties +2 -0
  84. package/file/crud/angular_view_update/__FileName__.view.html.ftl +332 -0
  85. package/file/crud/angular_view_update/template.properties +8 -0
  86. package/file/crud/angular_view_update/template_en_US.properties +2 -0
  87. package/file/crud/angular_view_update/update-web.png +0 -0
  88. package/file/crud/group.properties +6 -0
  89. package/file/crud/phonegap_crud_input/__FileName__.view.html.ftl +122 -0
  90. package/file/crud/phonegap_crud_input/template.properties +4 -0
  91. package/file/crud/phonegap_crud_input/template_en_US.properties +1 -0
  92. package/file/crud/phonegap_crud_view/__FileName__.view.html.ftl +308 -0
  93. package/file/crud/phonegap_crud_view/crud-mobile.png +0 -0
  94. package/file/crud/phonegap_crud_view/project.svg +24 -0
  95. package/file/crud/phonegap_crud_view/template.properties +9 -0
  96. package/file/crud/phonegap_crud_view/template_en_US.properties +2 -0
  97. package/file/crud/phonegap_view/__FileName__.view.html.ftl +74 -0
  98. package/file/crud/phonegap_view/list-mobile.png +0 -0
  99. package/file/crud/phonegap_view/project.svg +24 -0
  100. package/file/crud/phonegap_view/template.properties +11 -0
  101. package/file/crud/phonegap_view/template_en_US.properties +2 -0
  102. package/file/crud/view.html.png +0 -0
  103. package/file/html/EmptyHtml/__FileName__.html.ftl +0 -0
  104. package/file/html/EmptyHtml/html.png +0 -0
  105. package/file/html/EmptyHtml/template.properties +4 -0
  106. package/file/html/EmptyHtml/template_pt_BR.properties +4 -0
  107. package/file/html/group.properties +4 -0
  108. package/file/html/html.png +0 -0
  109. package/file/java/Cronapi/__ClassName__.java.ftl +26 -0
  110. package/file/java/Cronapi/cronapi.png +0 -0
  111. package/file/java/Cronapi/template.properties +15 -0
  112. package/file/java/Cronapi/template_pt_BR.properties +15 -0
  113. package/file/java/EmptyClass/__ClassName__.java.ftl +23 -0
  114. package/file/java/EmptyClass/java.png +0 -0
  115. package/file/java/EmptyClass/template.properties +5 -0
  116. package/file/java/EmptyClass/template_pt_BR.properties +5 -0
  117. package/file/java/EnumClass/__EnumName__.java.ftl +18 -0
  118. package/file/java/EnumClass/java.png +0 -0
  119. package/file/java/EnumClass/template.properties +5 -0
  120. package/file/java/EnumClass/template_pt_BR.properties +5 -0
  121. package/file/java/InterfaceClass/__InterfaceName__.java.ftl +25 -0
  122. package/file/java/InterfaceClass/java.png +0 -0
  123. package/file/java/InterfaceClass/template.properties +5 -0
  124. package/file/java/InterfaceClass/template_pt_BR.properties +5 -0
  125. package/file/java/JUnitSuiteTestClass/__ClassName__.java.ftl +26 -0
  126. package/file/java/JUnitSuiteTestClass/junit.png +0 -0
  127. package/file/java/JUnitSuiteTestClass/template.properties +11 -0
  128. package/file/java/JUnitSuiteTestClass/template_pt_BR.properties +11 -0
  129. package/file/java/JUnitTestClass/__ClassName__.java.ftl +42 -0
  130. package/file/java/JUnitTestClass/junit.png +0 -0
  131. package/file/java/JUnitTestClass/template.properties +11 -0
  132. package/file/java/JUnitTestClass/template_pt_BR.properties +11 -0
  133. package/file/java/JavaBlocklyAI/__ClassName__.java.ftl +23 -0
  134. package/file/java/JavaBlocklyAI/java.svg +21 -0
  135. package/file/java/JavaBlocklyAI/template.properties +20 -0
  136. package/file/java/JavaBlocklyAI/template_pt_BR.properties +7 -0
  137. package/file/java/group.properties +4 -0
  138. package/file/java/java.png +0 -0
  139. package/file/jrxml/EmptyReport/__FileName__.jrxml.ftl +33 -0
  140. package/file/jrxml/EmptyReport/jrxml.png +0 -0
  141. package/file/jrxml/EmptyReport/template.properties +6 -0
  142. package/file/jrxml/EmptyReport/template_pt_BR.properties +6 -0
  143. package/file/jrxml/TabularReport/__FileName__.jrxml.ftl +27 -0
  144. package/file/jrxml/TabularReport/jrxml.png +0 -0
  145. package/file/jrxml/TabularReport/template.properties +11 -0
  146. package/file/jrxml/TabularReport/template_pt_BR.properties +11 -0
  147. package/file/jrxml/group.properties +4 -0
  148. package/file/jrxml/jrxml.png +0 -0
  149. package/file/js/Cronapi/__FileName__.cronapi.js.ftl +24 -0
  150. package/file/js/Cronapi/blockly_client.png +0 -0
  151. package/file/js/Cronapi/template.properties +18 -0
  152. package/file/js/Cronapi/template_pt_BR.properties +15 -0
  153. package/file/js/EmptyJs/__FileName__.js.ftl +0 -0
  154. package/file/js/EmptyJs/js.png +0 -0
  155. package/file/js/EmptyJs/template.properties +5 -0
  156. package/file/js/EmptyJs/template_pt_BR.properties +5 -0
  157. package/file/js/JavaScriptBlocklyAI/__ClassName__.blockly.js.ftl +6 -0
  158. package/file/js/JavaScriptBlocklyAI/javascript.svg +21 -0
  159. package/file/js/JavaScriptBlocklyAI/template.properties +11 -0
  160. package/file/js/JavaScriptBlocklyAI/template_pt_BR.properties +7 -0
  161. package/file/js/group.properties +4 -0
  162. package/file/js/js.png +0 -0
  163. package/file/others/css/CssHelloWorld/__FileName__.css.ftl +3 -0
  164. package/file/others/css/CssHelloWorld/css.png +0 -0
  165. package/file/others/css/CssHelloWorld/template.properties +5 -0
  166. package/file/others/css/CssHelloWorld/template_pt_BR.properties +5 -0
  167. package/file/others/css/CssVazio/__FileName__.css.ftl +0 -0
  168. package/file/others/css/CssVazio/css.png +0 -0
  169. package/file/others/css/CssVazio/template.properties +5 -0
  170. package/file/others/css/CssVazio/template_pt_BR.properties +5 -0
  171. package/file/others/group.properties +5 -0
  172. package/file/others/group_en_US.properties +5 -0
  173. package/file/others/js/__FileName__.js.ftl +0 -0
  174. package/file/others/js/js.png +0 -0
  175. package/file/others/js/template.properties +5 -0
  176. package/file/others/js/template_pt_BR.properties +5 -0
  177. package/file/others/jsp/__FileName__.jsp.ftl +12 -0
  178. package/file/others/jsp/jsp.png +0 -0
  179. package/file/others/jsp/template.properties +5 -0
  180. package/file/others/jsp/template_pt_BR.properties +5 -0
  181. package/file/others/properties/__FileName__.properties.ftl +0 -0
  182. package/file/others/properties/properties.png +0 -0
  183. package/file/others/properties/template.properties +5 -0
  184. package/file/others/properties/template_pt_BR.properties +5 -0
  185. package/file/others/raml/__FileName__.raml.ftl +12 -0
  186. package/file/others/raml/raml.png +0 -0
  187. package/file/others/raml/template.properties +5 -0
  188. package/file/others/raml/template_pt_BR.properties +5 -0
  189. package/file/others/scheduler.umlcd/__FileName__.umlcd.ftl +397 -0
  190. package/file/others/scheduler.umlcd/template.properties +5 -0
  191. package/file/others/scheduler.umlcd/template_pt_BR.properties +5 -0
  192. package/file/others/scheduler.umlcd/umlcd.png +0 -0
  193. package/file/others/txt/__FileName__.txt.ftl +0 -0
  194. package/file/others/txt/template.properties +5 -0
  195. package/file/others/txt/template_en_US.properties +5 -0
  196. package/file/others/txt/txt.png +0 -0
  197. package/file/others/umlcd/__FileName__.umlcd.ftl +0 -0
  198. package/file/others/umlcd/template.properties +5 -0
  199. package/file/others/umlcd/template_pt_BR.properties +5 -0
  200. package/file/others/umlcd/umlcd.png +0 -0
  201. package/file/others/unknown.png +0 -0
  202. package/file/others/xml/__FileName__.xml.ftl +0 -0
  203. package/file/others/xml/template.properties +5 -0
  204. package/file/others/xml/template_pt_BR.properties +5 -0
  205. package/file/others/xml/xml.png +0 -0
  206. package/file/others/yaml/__FileName__.yaml.ftl +29 -0
  207. package/file/others/yaml/template.properties +5 -0
  208. package/file/others/yaml/template_pt_BR.properties +5 -0
  209. package/file/others/yaml/yaml.png +0 -0
  210. package/file/report/Blank/Blank.png +0 -0
  211. package/file/report/Blank/__FileName__.report.ftl +44 -0
  212. package/file/report/Blank/template.properties +6 -0
  213. package/file/report/Blank/template_pt_BR.properties +4 -0
  214. package/file/report/CrossTabWithDetailing/CrossTabWithDetailing.png +0 -0
  215. package/file/report/CrossTabWithDetailing/__FileName__.report.ftl +1900 -0
  216. package/file/report/CrossTabWithDetailing/template.properties +6 -0
  217. package/file/report/CrossTabWithDetailing/template_pt_BR.properties +4 -0
  218. package/file/report/Indicators/Indicators.png +0 -0
  219. package/file/report/Indicators/__FileName__.report.ftl +2074 -0
  220. package/file/report/Indicators/template.properties +6 -0
  221. package/file/report/Indicators/template_pt_BR.properties +4 -0
  222. package/file/report/InsuranceWithSelectingCountry/InsuranceWithSelectingCountry.png +0 -0
  223. package/file/report/InsuranceWithSelectingCountry/__FileName__.report.ftl +1875 -0
  224. package/file/report/InsuranceWithSelectingCountry/template.properties +6 -0
  225. package/file/report/InsuranceWithSelectingCountry/template_pt_BR.properties +4 -0
  226. package/file/report/InvoiceQuotation/InvoiceQuotation.png +0 -0
  227. package/file/report/InvoiceQuotation/__FileName__.report.ftl +900 -0
  228. package/file/report/InvoiceQuotation/template.properties +6 -0
  229. package/file/report/InvoiceQuotation/template_pt_BR.properties +4 -0
  230. package/file/report/InvoiceSoftware/InvoiceSoftware.png +0 -0
  231. package/file/report/InvoiceSoftware/__FileName__.report.ftl +665 -0
  232. package/file/report/InvoiceSoftware/template.properties +6 -0
  233. package/file/report/InvoiceSoftware/template_pt_BR.properties +4 -0
  234. package/file/report/Labels/Labels.png +0 -0
  235. package/file/report/Labels/__FileName__.report.ftl +675 -0
  236. package/file/report/Labels/template.properties +6 -0
  237. package/file/report/Labels/template_pt_BR.properties +4 -0
  238. package/file/report/MasterDetail/MasterDetail.png +0 -0
  239. package/file/report/MasterDetail/__FileName__.report.ftl +816 -0
  240. package/file/report/MasterDetail/template.properties +6 -0
  241. package/file/report/MasterDetail/template_pt_BR.properties +4 -0
  242. package/file/report/MultiColumnList/MultiColumnList.png +0 -0
  243. package/file/report/MultiColumnList/__FileName__.report.ftl +536 -0
  244. package/file/report/MultiColumnList/template.properties +6 -0
  245. package/file/report/MultiColumnList/template_pt_BR.properties +4 -0
  246. package/file/report/PurchaseOrder/PurchaseOrder.png +0 -0
  247. package/file/report/PurchaseOrder/__FileName__.report.ftl +1541 -0
  248. package/file/report/PurchaseOrder/template.properties +6 -0
  249. package/file/report/PurchaseOrder/template_pt_BR.properties +4 -0
  250. package/file/report/SimpleGroup/SimpleGroup.png +0 -0
  251. package/file/report/SimpleGroup/__FileName__.report.ftl +697 -0
  252. package/file/report/SimpleGroup/template.properties +6 -0
  253. package/file/report/SimpleGroup/template_pt_BR.properties +4 -0
  254. package/file/report/Tree/Tree.png +0 -0
  255. package/file/report/Tree/__FileName__.report.ftl +525 -0
  256. package/file/report/Tree/template.properties +6 -0
  257. package/file/report/Tree/template_pt_BR.properties +4 -0
  258. package/file/report/TreeWithHeadersAndFooters/TreeWithHeadersAndFooters.png +0 -0
  259. package/file/report/TreeWithHeadersAndFooters/__FileName__.report.ftl +698 -0
  260. package/file/report/TreeWithHeadersAndFooters/template.properties +6 -0
  261. package/file/report/TreeWithHeadersAndFooters/template_pt_BR.properties +4 -0
  262. package/file/report/TwoMastersOnOneDetail/TwoMastersOnOneDetail.png +0 -0
  263. package/file/report/TwoMastersOnOneDetail/__FileName__.report.ftl +1297 -0
  264. package/file/report/TwoMastersOnOneDetail/template.properties +6 -0
  265. package/file/report/TwoMastersOnOneDetail/template_pt_BR.properties +4 -0
  266. package/file/report/group.properties +6 -0
  267. package/file/report/report.png +0 -0
  268. package/file/tm/EmptyMenu/__FileName__.xml.ftl +14 -0
  269. package/file/tm/EmptyMenu/template.properties +4 -0
  270. package/file/tm/EmptyMenu/tm.png +0 -0
  271. package/file/tm/group.properties +6 -0
  272. package/file/tm/tm.png +0 -0
  273. package/file/tp/EmptyPage/__FileName__.xml.ftl +12 -0
  274. package/file/tp/EmptyPage/template.properties +4 -0
  275. package/file/tp/EmptyPage/tp.png +0 -0
  276. package/file/tp/PageHelloWorld/__FileName__.xml.ftl +18 -0
  277. package/file/tp/PageHelloWorld/template.properties +4 -0
  278. package/file/tp/PageHelloWorld/tp.png +0 -0
  279. package/file/tp/group.properties +6 -0
  280. package/file/tp/tp.png +0 -0
  281. package/file/view.html/EmptyIonicViewHtml/__FileName__.view.html.ftl +4 -0
  282. package/file/view.html/EmptyIonicViewHtml/template.properties +10 -0
  283. package/file/view.html/EmptyIonicViewHtml/template_pt_BR.properties +3 -0
  284. package/file/view.html/EmptyIonicViewHtml/view.html.png +0 -0
  285. package/file/view.html/EmptyViewHtml/__FileName__.view.html.ftl +0 -0
  286. package/file/view.html/EmptyViewHtml/template.properties +10 -0
  287. package/file/view.html/EmptyViewHtml/template_pt_BR.properties +3 -0
  288. package/file/view.html/EmptyViewHtml/view.html.png +0 -0
  289. package/file/view.html/HeaderIonicViewHtml/__FileName__.view.html.ftl +13 -0
  290. package/file/view.html/HeaderIonicViewHtml/template.properties +10 -0
  291. package/file/view.html/HeaderIonicViewHtml/template_pt_BR.properties +3 -0
  292. package/file/view.html/HeaderIonicViewHtml/view.html.png +0 -0
  293. package/file/view.html/Login1ViewHtml/__FileName__.view.html.ftl +193 -0
  294. package/file/view.html/Login1ViewHtml/login1.png +0 -0
  295. package/file/view.html/Login1ViewHtml/template.properties +10 -0
  296. package/file/view.html/Login1ViewHtml/template_pt_BR.properties +2 -0
  297. package/file/view.html/Login2ViewHtml/__FileName__.view.html.ftl +200 -0
  298. package/file/view.html/Login2ViewHtml/login2.png +0 -0
  299. package/file/view.html/Login2ViewHtml/template.properties +10 -0
  300. package/file/view.html/Login2ViewHtml/template_pt_BR.properties +2 -0
  301. package/file/view.html/Signup1ViewHtml/__FileName__.view.html.ftl +87 -0
  302. package/file/view.html/Signup1ViewHtml/signup1.png +0 -0
  303. package/file/view.html/Signup1ViewHtml/template.properties +10 -0
  304. package/file/view.html/Signup1ViewHtml/template_pt_BR.properties +2 -0
  305. package/file/view.html/Signup2ViewHtml/__FileName__.view.html.ftl +90 -0
  306. package/file/view.html/Signup2ViewHtml/signup2.png +0 -0
  307. package/file/view.html/Signup2ViewHtml/template.properties +10 -0
  308. package/file/view.html/Signup2ViewHtml/template_pt_BR.properties +2 -0
  309. package/file/view.html/group.properties +6 -0
  310. package/file/view.html/view.html.png +0 -0
  311. package/package-lock.json +5 -0
  312. package/package.json +5 -0
  313. package/project/C/Aplicacao Vazia/cfg/jaas.config +5 -0
  314. package/project/C/Aplicacao Vazia/cfg/techne.template.config.xml +26 -0
  315. package/project/C/Aplicacao Vazia/cfg/techne.template.xml +6 -0
  316. package/project/C/Aplicacao Vazia/config/context.xml.ftl +66 -0
  317. package/project/C/Aplicacao Vazia/data/techne/template/crodata/classes.xml +13 -0
  318. package/project/C/Aplicacao Vazia/data/techne/template/crodata/menu/modules.xml +14 -0
  319. package/project/C/Aplicacao Vazia/data/techne/template/crodata/trans/module/index.xml +15 -0
  320. package/project/C/Aplicacao Vazia/db/README.md +1 -0
  321. package/project/C/Aplicacao Vazia/pom.xml +34 -0
  322. package/project/C/Aplicacao Vazia/project.png +0 -0
  323. package/project/C/Aplicacao Vazia/src/template/security/TemplateSecurityConnection.java +130 -0
  324. package/project/C/Aplicacao Vazia/template.properties +8 -0
  325. package/project/C/Aplicacao com CRUD/cfg/jaas.config +5 -0
  326. package/project/C/Aplicacao com CRUD/cfg/techne.template.config.xml +26 -0
  327. package/project/C/Aplicacao com CRUD/cfg/techne.template.xml +6 -0
  328. package/project/C/Aplicacao com CRUD/config/context.xml.ftl +66 -0
  329. package/project/C/Aplicacao com CRUD/data/techne/template/crodata/block/tb.ftl +9 -0
  330. package/project/C/Aplicacao com CRUD/data/techne/template/crodata/classes.xml +13 -0
  331. package/project/C/Aplicacao com CRUD/data/techne/template/crodata/menu/modules.xml +14 -0
  332. package/project/C/Aplicacao com CRUD/data/techne/template/crodata/trans/module/checkbox.xml +156 -0
  333. package/project/C/Aplicacao com CRUD/data/techne/template/crodata/trans/module/dropDownSelect.xml +113 -0
  334. package/project/C/Aplicacao com CRUD/data/techne/template/crodata/trans/module/gridPanelSelect.xml +99 -0
  335. package/project/C/Aplicacao com CRUD/data/techne/template/crodata/trans/module/index.xml +40 -0
  336. package/project/C/Aplicacao com CRUD/data/techne/template/crodata/trans/module/recordpanel.xml +239 -0
  337. package/project/C/Aplicacao com CRUD/db/README.md +1 -0
  338. package/project/C/Aplicacao com CRUD/db/sql/template/org/h2/Driver/2_tables.sql +309 -0
  339. package/project/C/Aplicacao com CRUD/pom.xml +85 -0
  340. package/project/C/Aplicacao com CRUD/project.png +0 -0
  341. package/project/C/Aplicacao com CRUD/src/template/security/TemplateSecurityConnection.java +130 -0
  342. package/project/C/Aplicacao com CRUD/template.properties +9 -0
  343. package/project/C/cronos/cfg/jaas.config +5 -0
  344. package/project/C/cronos/cfg/techne.template.config.xml +26 -0
  345. package/project/C/cronos/cfg/techne.template.xml +6 -0
  346. package/project/C/cronos/config/context.xml.ftl +66 -0
  347. package/project/C/cronos/data/techne/template/crodata/block/tb.ftl +9 -0
  348. package/project/C/cronos/data/techne/template/crodata/classes.xml +13 -0
  349. package/project/C/cronos/data/techne/template/crodata/menu/modules.xml +14 -0
  350. package/project/C/cronos/data/techne/template/crodata/trans/module/gridPanelMasterDetail.xml +72 -0
  351. package/project/C/cronos/data/techne/template/crodata/trans/module/gridPanelSelect.xml +99 -0
  352. package/project/C/cronos/data/techne/template/crodata/trans/module/hello.xml +15 -0
  353. package/project/C/cronos/data/techne/template/crodata/trans/module/recordPanelMasterCheckBox.xml +190 -0
  354. package/project/C/cronos/db/README.md +1 -0
  355. package/project/C/cronos/pom.xml +34 -0
  356. package/project/C/cronos/project.png +0 -0
  357. package/project/C/cronos/scripts/sql/aplicacao/org/h2/Driver/2_tables.sql +309 -0
  358. package/project/C/cronos/src/template/security/TemplateSecurityConnection.java +130 -0
  359. package/project/C/cronos/template.properties +8 -0
  360. package/project/C/cronos.png +0 -0
  361. package/project/C/group.properties +5 -0
  362. package/project/D/dotnet-zero/project.png +0 -0
  363. package/project/D/dotnet-zero/template.properties +5 -0
  364. package/project/D/dotnet-zero/template_en_US.properties +2 -0
  365. package/project/D/dotnet.png +0 -0
  366. package/project/D/group.properties +4 -0
  367. package/project/F/frontend/README.md +24 -0
  368. package/project/F/frontend/__linksInherit +1 -0
  369. package/project/F/frontend/project.svg +1 -0
  370. package/project/F/frontend/template.properties +26 -0
  371. package/project/F/frontend/template_en_US.properties +4 -0
  372. package/project/F/frontend/template_pt_BR.properties +4 -0
  373. package/project/F/frontend.png +0 -0
  374. package/project/F/group.properties +4 -0
  375. package/project/G/blockly-client-api/project.svg +63 -0
  376. package/project/G/blockly-client-api/src/main/mobileapp/www/js/cronapi/__FileName__.cronapi.js.ftl +24 -0
  377. package/project/G/blockly-client-api/src/main/webapp/js/cronapi/__FileName__.cronapi.js.ftl +24 -0
  378. package/project/G/blockly-client-api/template.properties +15 -0
  379. package/project/G/blockly-client-api/template.properties._template.ftl +5 -0
  380. package/project/G/blockly-client-api/template_en.properties._template.ftl +1 -0
  381. package/project/G/blockly-client-api/template_pt.properties +13 -0
  382. package/project/G/blockly-client-api/template_pt.properties._template.ftl +1 -0
  383. package/project/G/blockly-server-api/pom.xml.ftl +63 -0
  384. package/project/G/blockly-server-api/project.svg +34 -0
  385. package/project/G/blockly-server-api/src/main/java/cronapi/__ClassName__.java.ftl +24 -0
  386. package/project/G/blockly-server-api/template.properties +17 -0
  387. package/project/G/blockly-server-api/template.properties._template.ftl +1 -0
  388. package/project/G/blockly-server-api/template_en.properties._template.ftl +1 -0
  389. package/project/G/blockly-server-api/template_pt.properties +14 -0
  390. package/project/G/blockly-server-api/template_pt.properties._template.ftl +1 -0
  391. package/project/G/gluonsoft.png +0 -0
  392. package/project/G/group.properties +4 -0
  393. package/project/G/visual-component/project.svg +166 -0
  394. package/project/G/visual-component/src/main/mobileapp/www/components/__WidgetId__.components.json.ftl +22 -0
  395. package/project/G/visual-component/src/main/mobileapp/www/components/templates/__WidgetId__.template.html.ftl +4 -0
  396. package/project/G/visual-component/src/main/mobileapp/www/js/__WidgetId__.js +4 -0
  397. package/project/G/visual-component/src/main/webapp/components/__WidgetId__.components.json.ftl +22 -0
  398. package/project/G/visual-component/src/main/webapp/components/templates/__WidgetId__.template.html.ftl +4 -0
  399. package/project/G/visual-component/src/main/webapp/js/__WidgetId__.js +4 -0
  400. package/project/G/visual-component/template.properties +9 -0
  401. package/project/G/visual-component/template.properties._template.ftl +5 -0
  402. package/project/G/visual-component/template_en.properties._template.ftl +1 -0
  403. package/project/G/visual-component/template_pt.properties +4 -0
  404. package/project/G/visual-component/template_pt.properties._template.ftl +1 -0
  405. package/project/J/group.properties +4 -0
  406. package/project/J/java.png +0 -0
  407. package/project/J/servlet/.gitignore.ftl +25 -0
  408. package/project/J/servlet/.vscode/launch.json +1 -0
  409. package/project/J/servlet/README.md +3 -0
  410. package/project/J/servlet/pom.xml +70 -0
  411. package/project/J/servlet/project.svg +1 -0
  412. package/project/J/servlet/src/main/webapp/index.jsp +5 -0
  413. package/project/J/servlet/template.properties +6 -0
  414. package/project/J/servlet/template_en_US.properties +2 -0
  415. package/project/J/spring-boot/.gitignore.ftl +25 -0
  416. package/project/J/spring-boot/.vscode/launch.json +1 -0
  417. package/project/J/spring-boot/README.md +3 -0
  418. package/project/J/spring-boot/mvnw +225 -0
  419. package/project/J/spring-boot/mvnw.cmd +143 -0
  420. package/project/J/spring-boot/pom.xml +50 -0
  421. package/project/J/spring-boot/project.png +0 -0
  422. package/project/J/spring-boot/project.svg +1 -0
  423. package/project/J/spring-boot/src/main/java/com/mycompany/helloworld/HelloWorldApplication.java +12 -0
  424. package/project/J/spring-boot/src/main/resources/application.properties +0 -0
  425. package/project/J/spring-boot/src/main/resources/static/static.txt +0 -0
  426. package/project/J/spring-boot/src/main/resources/templates/templates.txt +0 -0
  427. package/project/J/spring-boot/template.properties +6 -0
  428. package/project/J/spring-boot/template_en_US.properties +2 -0
  429. package/project/L/group.properties +4 -0
  430. package/project/L/microservices.png +0 -0
  431. package/project/L/report-custom/project.svg +32 -0
  432. package/project/L/report-custom/template.properties +7 -0
  433. package/project/L/report-custom/template_en_US.properties +5 -0
  434. package/project/L/report-custom/template_pt_BR.properties +5 -0
  435. package/project/M/cronapp-lyceum-project-mobile-cordova/__copydata.ftl +29 -0
  436. package/project/M/cronapp-lyceum-project-mobile-cordova/__linksInherit +8 -0
  437. package/project/M/cronapp-lyceum-project-mobile-cordova/project.svg +190 -0
  438. package/project/M/cronapp-lyceum-project-mobile-cordova/src/main/resources/application.properties.ftl +27 -0
  439. package/project/M/cronapp-lyceum-project-mobile-cordova/template.properties +57 -0
  440. package/project/M/cronapp-lyceum-project-mobile-cordova/template_en_US.properties +35 -0
  441. package/project/M/cronapp-lyceum-project-mobile-cordova/template_pt_BR.properties +34 -0
  442. package/project/M/cronapp-rad-project-mobile-cordova/.gitignore.ftl +28 -0
  443. package/project/M/cronapp-rad-project-mobile-cordova/README.md +24 -0
  444. package/project/M/cronapp-rad-project-mobile-cordova/__copydata.ftl +29 -0
  445. package/project/M/cronapp-rad-project-mobile-cordova/__linksInherit +7 -0
  446. package/project/M/cronapp-rad-project-mobile-cordova/project.svg +1 -0
  447. package/project/M/cronapp-rad-project-mobile-cordova/src/__copydata.ftl +7 -0
  448. package/project/M/cronapp-rad-project-mobile-cordova/src/main/__copydata.ftl +18 -0
  449. package/project/M/cronapp-rad-project-mobile-cordova/src/main/__linksInherit +14 -0
  450. package/project/M/cronapp-rad-project-mobile-cordova/src/main/java/__copydata.ftl +3 -0
  451. package/project/M/cronapp-rad-project-mobile-cordova/src/main/java/__linksInherit +13 -0
  452. package/project/M/cronapp-rad-project-mobile-cordova/src/main/java/social.properties +14 -0
  453. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/.gitignore.ftl +3 -0
  454. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/certs/README.md +5 -0
  455. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/config.xml.ftl +110 -0
  456. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/hooks/README.md +23 -0
  457. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/network_security_config.xml +4 -0
  458. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/package.json.ftl +12 -0
  459. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/README.md +29 -0
  460. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-hdpi-icon.png +0 -0
  461. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-hdpi-notification-icon.png +0 -0
  462. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-ldpi-icon.png +0 -0
  463. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-ldpi-notification-icon.png +0 -0
  464. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-mdpi-icon.png +0 -0
  465. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-mdpi-notification-icon.png +0 -0
  466. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-web-icon.png +0 -0
  467. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-xhdpi-icon.png +0 -0
  468. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-xhdpi-notification-icon.png +0 -0
  469. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-xxhdpi-icon.png +0 -0
  470. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-xxhdpi-notification-icon.png +0 -0
  471. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-xxxhdpi-icon.png +0 -0
  472. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-xxxhdpi-notification-icon.png +0 -0
  473. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/icon-36-hdpi.png +0 -0
  474. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/icon-48-hdpi.png +0 -0
  475. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-1024.png +0 -0
  476. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-20.png +0 -0
  477. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-24@2x.png +0 -0
  478. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-27.5@2x.png +0 -0
  479. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-40.png +0 -0
  480. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-40@2x.png +0 -0
  481. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-40@3x.png +0 -0
  482. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-44@2x.png +0 -0
  483. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-50.png +0 -0
  484. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-50@2x.png +0 -0
  485. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-60.png +0 -0
  486. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-60@2x.png +0 -0
  487. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-60@3x.png +0 -0
  488. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-72.png +0 -0
  489. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-72@2x.png +0 -0
  490. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-76.png +0 -0
  491. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-76@2x.png +0 -0
  492. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-83.5@2x.png +0 -0
  493. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-86@2x.png +0 -0
  494. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-98@2x.png +0 -0
  495. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-small.png +0 -0
  496. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-small@2x.png +0 -0
  497. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-small@3x.png +0 -0
  498. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon.png +0 -0
  499. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon@2x.png +0 -0
  500. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon.png +0 -0
  501. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/notification_icon.png +0 -0
  502. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-hdpi-screen.png +0 -0
  503. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-hdpi.png +0 -0
  504. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-ldpi-screen.png +0 -0
  505. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-ldpi.png +0 -0
  506. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-mdpi-screen.png +0 -0
  507. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-mdpi.png +0 -0
  508. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-xhdpi-screen.png +0 -0
  509. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-xhdpi.png +0 -0
  510. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-xxhdpi-screen.png +0 -0
  511. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-xxxhdpi-screen.png +0 -0
  512. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-hdpi-screen.png +0 -0
  513. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-hdpi.png +0 -0
  514. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-ldpi-screen.png +0 -0
  515. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-ldpi.png +0 -0
  516. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-mdpi-screen.png +0 -0
  517. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-mdpi.png +0 -0
  518. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-xhdpi-screen.png +0 -0
  519. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-xhdpi.png +0 -0
  520. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-xxhdpi-screen.png +0 -0
  521. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-xxxhdpi-screen.png +0 -0
  522. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-2436h.png +0 -0
  523. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-568h@2x~iphone.png +0 -0
  524. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-667h.png +0 -0
  525. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-736h.png +0 -0
  526. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Landscape-2436h.png +0 -0
  527. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Landscape-736h.png +0 -0
  528. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Landscape@2x~ipad.png +0 -0
  529. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Landscape@~ipadpro.png +0 -0
  530. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Landscape~ipad.png +0 -0
  531. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Portrait@2x~ipad.png +0 -0
  532. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Portrait@~ipadpro.png +0 -0
  533. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Portrait~ipad.png +0 -0
  534. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@2x~ipad~anyany.png +0 -0
  535. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@2x~ipad~comany.png +0 -0
  536. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@2x~iphone.png +0 -0
  537. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@2x~iphone~anyany.png +0 -0
  538. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@2x~iphone~comany.png +0 -0
  539. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@2x~iphone~comcom.png +0 -0
  540. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@2x~universal~anyany.png +0 -0
  541. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@3x~iphone~anyany.png +0 -0
  542. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@3x~iphone~anycom.png +0 -0
  543. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@3x~iphone~comany.png +0 -0
  544. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default~iphone.png +0 -0
  545. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/ipx-landscape.png +0 -0
  546. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/ipx-portrait.png +0 -0
  547. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen.png +0 -0
  548. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/__copydata.ftl +12 -0
  549. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/.bowerrc +4 -0
  550. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/README.md +32 -0
  551. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/assets/app-logo-login.svg +1 -0
  552. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/bower.json +31 -0
  553. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/components/.gitkeep +0 -0
  554. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/cordova.js +1863 -0
  555. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/cordova_plugins.js +9 -0
  556. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/css/app.css +4 -0
  557. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/favicon.ico +0 -0
  558. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/i18n/locale_en_us.json +169 -0
  559. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/i18n/locale_pt_br.json +169 -0
  560. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/img/nophoto.png +0 -0
  561. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/img/user.png +0 -0
  562. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/index.html.ftl +60 -0
  563. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/ChangePassword.blockly +44 -0
  564. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/ChangePassword.blockly.js +56 -0
  565. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/Home.blockly +12 -0
  566. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/Home.blockly.js +13 -0
  567. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/Login.blockly +42 -0
  568. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/Login.blockly.js +25 -0
  569. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/UserControl.blockly +129 -0
  570. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/UserControl.blockly.js +64 -0
  571. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/events.js +0 -0
  572. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/index.js +48 -0
  573. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/error/403.view.html +10 -0
  574. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/error/404.view.html +10 -0
  575. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/logged/home.view.html +20 -0
  576. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/logged/menu.view.html +61 -0
  577. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/logged/user.view.html +77 -0
  578. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/login.view.html.ftl +93 -0
  579. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/public/__copydata.ftl +8 -0
  580. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/public/home.view.html +19 -0
  581. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/public/menu.view.html +15 -0
  582. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/public/reset-password-email.view.html +28 -0
  583. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/public/reset-password.view.html +29 -0
  584. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/public/signup.view.html +36 -0
  585. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/__linksInherit +10 -0
  586. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/assets/.gitkeep +0 -0
  587. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/components/.gitkeep +0 -0
  588. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/js/blockly/auth/Home.blockly +12 -0
  589. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/js/blockly/auth/Home.blockly.js +13 -0
  590. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/views/error/403.view.html +10 -0
  591. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/views/error/404.view.html +10 -0
  592. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/views/public/home.view.html +22 -0
  593. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/views/public/menu.view.html +15 -0
  594. package/project/M/cronapp-rad-project-mobile-cordova/src/test/java/blockly/.gitkeep +0 -0
  595. package/project/M/cronapp-rad-project-mobile-cordova/template.properties +135 -0
  596. package/project/M/cronapp-rad-project-mobile-cordova/template_en_US.properties +33 -0
  597. package/project/M/cronapp-rad-project-mobile-cordova/template_pt_BR.properties +32 -0
  598. package/project/M/group.properties +5 -0
  599. package/project/M/mobile.png +0 -0
  600. package/project/N/group.properties +4 -0
  601. package/project/N/nodejs-express/.vscode/launch.json +14 -0
  602. package/project/N/nodejs-express/app.js +44 -0
  603. package/project/N/nodejs-express/bin/www +90 -0
  604. package/project/N/nodejs-express/package-lock.json +928 -0
  605. package/project/N/nodejs-express/package.json +16 -0
  606. package/project/N/nodejs-express/project.png +0 -0
  607. package/project/N/nodejs-express/project.svg +1 -0
  608. package/project/N/nodejs-express/public/stylesheets/style.css +8 -0
  609. package/project/N/nodejs-express/routes/index.js +9 -0
  610. package/project/N/nodejs-express/routes/users.js +9 -0
  611. package/project/N/nodejs-express/template.properties +6 -0
  612. package/project/N/nodejs-express/template_en_US.properties +2 -0
  613. package/project/N/nodejs-express/views/error.pug +6 -0
  614. package/project/N/nodejs-express/views/index.pug +5 -0
  615. package/project/N/nodejs-express/views/layout.pug +7 -0
  616. package/project/N/nodejs.png +0 -0
  617. package/project/P/django/.vscode/launch.json +21 -0
  618. package/project/P/django/cronapp/settings.py +121 -0
  619. package/project/P/django/cronapp/urls.py +21 -0
  620. package/project/P/django/cronapp/wsgi.py +16 -0
  621. package/project/P/django/main.py +19 -0
  622. package/project/P/django/project.svg +48 -0
  623. package/project/P/django/requirements.txt +6 -0
  624. package/project/P/django/template.properties +5 -0
  625. package/project/P/django/template_en_US.properties +2 -0
  626. package/project/P/flask/.vscode/launch.json +24 -0
  627. package/project/P/flask/main.py +14 -0
  628. package/project/P/flask/project.svg +45 -0
  629. package/project/P/flask/requirements.txt +6 -0
  630. package/project/P/flask/template.properties +5 -0
  631. package/project/P/flask/template_en_US.properties +2 -0
  632. package/project/P/group.properties +4 -0
  633. package/project/P/python.png +0 -0
  634. package/project/P/scientific/.vscode/launch.json +15 -0
  635. package/project/P/scientific/README.md +0 -0
  636. package/project/P/scientific/main.py +27 -0
  637. package/project/P/scientific/project.png +0 -0
  638. package/project/P/scientific/project.svg +48 -0
  639. package/project/P/scientific/requirements.txt +2 -0
  640. package/project/P/scientific/template.properties +5 -0
  641. package/project/P/scientific/template_en_US.properties +2 -0
  642. package/project/S/business-service/README.md +24 -0
  643. package/project/S/business-service/__linksInherit +1 -0
  644. package/project/S/business-service/project.svg +452 -0
  645. package/project/S/business-service/src/main/java/META-INF/authorities.json.ftl +26 -0
  646. package/project/S/business-service/src/main/java/blockly/HelloWorld.blockly +12 -0
  647. package/project/S/business-service/src/main/java/blockly/HelloWorld.java +38 -0
  648. package/project/S/business-service/src/main/java/blockly/HelloWorld.map +1 -0
  649. package/project/S/business-service/template.properties +80 -0
  650. package/project/S/business-service/template_en_US.properties +4 -0
  651. package/project/S/business-service/template_pt_BR.properties +4 -0
  652. package/project/S/data-service/README.md +24 -0
  653. package/project/S/data-service/__linksInherit +1 -0
  654. package/project/S/data-service/config/context.xml.ftl +27 -0
  655. package/project/S/data-service/diagram/app.umlcd +233 -0
  656. package/project/S/data-service/project.svg +116 -0
  657. package/project/S/data-service/src/main/java/META-INF/datasources/__copydata.ftl +0 -0
  658. package/project/S/data-service/src/main/java/META-INF/persistence.xml.ftl +26 -0
  659. package/project/S/data-service/src/main/java/app/AppConfiguration.java +63 -0
  660. package/project/S/data-service/src/main/java/app/dao/SampleDAO.java +21 -0
  661. package/project/S/data-service/src/main/java/app/entity/Sample.java +112 -0
  662. package/project/S/data-service/template.properties +80 -0
  663. package/project/S/data-service/template_en_US.properties +4 -0
  664. package/project/S/data-service/template_pt_BR.properties +4 -0
  665. package/project/S/group.properties +4 -0
  666. package/project/S/microservices.png +0 -0
  667. package/project/W/cronapp-rad-project/.dockerignore +5 -0
  668. package/project/W/cronapp-rad-project/.gitignore.ftl +28 -0
  669. package/project/W/cronapp-rad-project/Jenkinsfile +43 -0
  670. package/project/W/cronapp-rad-project/README.md +24 -0
  671. package/project/W/cronapp-rad-project/__copydata.ftl +26 -0
  672. package/project/W/cronapp-rad-project/config/__copydata.ftl +7 -0
  673. package/project/W/cronapp-rad-project/config/app.config.ftl +32 -0
  674. package/project/W/cronapp-rad-project/config/context.xml.ftl +27 -0
  675. package/project/W/cronapp-rad-project/config/test/Tests.side +59 -0
  676. package/project/W/cronapp-rad-project/diagram/__copydata.ftl +11 -0
  677. package/project/W/cronapp-rad-project/diagram/app.umlcd +4643 -0
  678. package/project/W/cronapp-rad-project/diagram/app.umlcd.ftl +1150 -0
  679. package/project/W/cronapp-rad-project/diagram/domain.umlcd +10596 -0
  680. package/project/W/cronapp-rad-project/docs/__copydata.ftl +4 -0
  681. package/project/W/cronapp-rad-project/docs/architecture/architecture.html +50 -0
  682. package/project/W/cronapp-rad-project/docs/architecture/img/layers.png +0 -0
  683. package/project/W/cronapp-rad-project/docs/login.prototype +24 -0
  684. package/project/W/cronapp-rad-project/pom.xml.ftl +174 -0
  685. package/project/W/cronapp-rad-project/project.svg +1 -0
  686. package/project/W/cronapp-rad-project/spring-boot.png +0 -0
  687. package/project/W/cronapp-rad-project/src/__copydata.ftl +7 -0
  688. package/project/W/cronapp-rad-project/src/main/__copydata.ftl +16 -0
  689. package/project/W/cronapp-rad-project/src/main/java/META-INF/__copydata.ftl +7 -0
  690. package/project/W/cronapp-rad-project/src/main/java/META-INF/customQuery.json.ftl +2192 -0
  691. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/__copydata.ftl +23 -0
  692. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/appUserManager.datasource.json +96 -0
  693. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/auditlogcleanup.datasource.json +103 -0
  694. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/auditlogquery.datasource.json +104 -0
  695. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/auth.datasource.json +120 -0
  696. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/device.datasource.json +96 -0
  697. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/keyManager.datasource.json +126 -0
  698. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/roleManager.datasource.json +255 -0
  699. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/roleSecurableManager.datasource.json +127 -0
  700. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/roleSecurables.datasource.json +158 -0
  701. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/roles.datasource.json +143 -0
  702. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/securableManager.datasource.json +127 -0
  703. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/securableViews.datasource.json +186 -0
  704. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/securables.datasource.json +134 -0
  705. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/userManager.datasource.json +271 -0
  706. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/userRoleManager.datasource.json +127 -0
  707. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/userSecurableManager.datasource.json +127 -0
  708. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/userSecurables.datasource.json +135 -0
  709. package/project/W/cronapp-rad-project/src/main/java/META-INF/persistence.xml.ftl +36 -0
  710. package/project/W/cronapp-rad-project/src/main/java/SpringBootMain.java.ftl +43 -0
  711. package/project/W/cronapp-rad-project/src/main/java/__copydata.ftl +34 -0
  712. package/project/W/cronapp-rad-project/src/main/java/app/AppConfiguration.java.ftl +66 -0
  713. package/project/W/cronapp-rad-project/src/main/java/app/__copydata.ftl +25 -0
  714. package/project/W/cronapp-rad-project/src/main/java/app/dao/ApplicationDAO.java +24 -0
  715. package/project/W/cronapp-rad-project/src/main/java/app/dao/ApplicationUserDAO.java +24 -0
  716. package/project/W/cronapp-rad-project/src/main/java/app/dao/AuditLogDAO.java +24 -0
  717. package/project/W/cronapp-rad-project/src/main/java/app/dao/DeviceDAO.java +24 -0
  718. package/project/W/cronapp-rad-project/src/main/java/app/dao/InvalidatedTokenDAO.java +24 -0
  719. package/project/W/cronapp-rad-project/src/main/java/app/dao/LoginDAO.java +24 -0
  720. package/project/W/cronapp-rad-project/src/main/java/app/dao/RoleDAO.java +24 -0
  721. package/project/W/cronapp-rad-project/src/main/java/app/dao/RoleSecurableDAO.java +24 -0
  722. package/project/W/cronapp-rad-project/src/main/java/app/dao/SecurableDAO.java +24 -0
  723. package/project/W/cronapp-rad-project/src/main/java/app/dao/UserDAO.java +24 -0
  724. package/project/W/cronapp-rad-project/src/main/java/app/dao/UserRoleDAO.java +24 -0
  725. package/project/W/cronapp-rad-project/src/main/java/app/dao/UserSecurableDAO.java +24 -0
  726. package/project/W/cronapp-rad-project/src/main/java/app/dao/ViewDAO.java +24 -0
  727. package/project/W/cronapp-rad-project/src/main/java/app/dao/__copydata.ftl +36 -0
  728. package/project/W/cronapp-rad-project/src/main/java/app/entity/Application.java +111 -0
  729. package/project/W/cronapp-rad-project/src/main/java/app/entity/ApplicationUser.java +139 -0
  730. package/project/W/cronapp-rad-project/src/main/java/app/entity/AuditLog.java +399 -0
  731. package/project/W/cronapp-rad-project/src/main/java/app/entity/Device.java +241 -0
  732. package/project/W/cronapp-rad-project/src/main/java/app/entity/InvalidatedToken.java +113 -0
  733. package/project/W/cronapp-rad-project/src/main/java/app/entity/Login.java +190 -0
  734. package/project/W/cronapp-rad-project/src/main/java/app/entity/Role.java +218 -0
  735. package/project/W/cronapp-rad-project/src/main/java/app/entity/RoleSecurable.java +139 -0
  736. package/project/W/cronapp-rad-project/src/main/java/app/entity/Securable.java +139 -0
  737. package/project/W/cronapp-rad-project/src/main/java/app/entity/User.java +565 -0
  738. package/project/W/cronapp-rad-project/src/main/java/app/entity/UserRole.java +139 -0
  739. package/project/W/cronapp-rad-project/src/main/java/app/entity/UserSecurable.java +139 -0
  740. package/project/W/cronapp-rad-project/src/main/java/app/entity/View.java +375 -0
  741. package/project/W/cronapp-rad-project/src/main/java/app/entity/__copydata.ftl +36 -0
  742. package/project/W/cronapp-rad-project/src/main/java/app/populate.json.ftl +976 -0
  743. package/project/W/cronapp-rad-project/src/main/java/auth/permission/SecurityPermission.java.ftl +56 -0
  744. package/project/W/cronapp-rad-project/src/main/java/blockly/Application.blockly +12 -0
  745. package/project/W/cronapp-rad-project/src/main/java/blockly/Application.java +30 -0
  746. package/project/W/cronapp-rad-project/src/main/java/blockly/RoleManager.blockly +60 -0
  747. package/project/W/cronapp-rad-project/src/main/java/blockly/RoleManager.java +61 -0
  748. package/project/W/cronapp-rad-project/src/main/java/blockly/UserControl.blockly +90 -0
  749. package/project/W/cronapp-rad-project/src/main/java/blockly/UserControl.java +55 -0
  750. package/project/W/cronapp-rad-project/src/main/java/blockly/UserManager.blockly +79 -0
  751. package/project/W/cronapp-rad-project/src/main/java/blockly/UserManager.java +76 -0
  752. package/project/W/cronapp-rad-project/src/main/java/blockly/__copydata.ftl +10 -0
  753. package/project/W/cronapp-rad-project/src/main/java/dashboards/.gitkeep +0 -0
  754. package/project/W/cronapp-rad-project/src/main/java/i18n/Messages.java +31 -0
  755. package/project/W/cronapp-rad-project/src/main/java/i18n/Messages_en_US.properties +57 -0
  756. package/project/W/cronapp-rad-project/src/main/java/i18n/Messages_pt_BR.properties +58 -0
  757. package/project/W/cronapp-rad-project/src/main/java/i18n/translate.string.ftl +1 -0
  758. package/project/W/cronapp-rad-project/src/main/java/reports/.gitkeep +0 -0
  759. package/project/W/cronapp-rad-project/src/main/java/social.properties +14 -0
  760. package/project/W/cronapp-rad-project/src/main/resources/__copydata.ftl +6 -0
  761. package/project/W/cronapp-rad-project/src/main/resources/application.properties.ftl +28 -0
  762. package/project/W/cronapp-rad-project/src/main/resources/assets/.gitkeep +0 -0
  763. package/project/W/cronapp-rad-project/src/main/resources/bpm/.gitkeep +0 -0
  764. package/project/W/cronapp-rad-project/src/main/resources/templates/__copydata.ftl +4 -0
  765. package/project/W/cronapp-rad-project/src/main/resources/templates/reset-password.ftlh +113 -0
  766. package/project/W/cronapp-rad-project/src/main/resources/templates/reset-password_pt_BR.ftlh +114 -0
  767. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/.bowerrc +4 -0
  768. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/__copydata.ftl +13 -0
  769. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/bower.json +30 -0
  770. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/components/.gitkeep +0 -0
  771. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/cronapp.json +1 -0
  772. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/css/app.css.ftl +0 -0
  773. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/frontboost/authentication.json.ftl +65 -0
  774. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/frontboost/authorization.json +154 -0
  775. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/i18n/locale_en_us.json +185 -0
  776. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/i18n/locale_pt_br.json +185 -0
  777. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/index.html.ftl +104 -0
  778. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/__copydata.ftl +6 -0
  779. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/MutualAuth.blockly +21 -0
  780. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/MutualAuth.blockly.js +38 -0
  781. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/UserControl.blockly +129 -0
  782. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/UserControl.blockly.js +63 -0
  783. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/__copydata.ftl +7 -0
  784. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/privacy/Cookies.blockly +458 -0
  785. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/privacy/Cookies.blockly.js +151 -0
  786. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/privacy/__copydata.ftl +4 -0
  787. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/custom.controllers.js +11 -0
  788. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/customModules.js +1 -0
  789. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/events.js +0 -0
  790. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/public/assets/app-logo-login.svg +39 -0
  791. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/__copydata.ftl +7 -0
  792. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/admin/__copydata.ftl +3 -0
  793. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/admin/auditlog.search.view.html +95 -0
  794. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/admin/role.view.html +99 -0
  795. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/admin/user.view.html +130 -0
  796. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/error/403.view.html +14 -0
  797. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/error/404.view.html +14 -0
  798. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/logged/__copydata.ftl +1 -0
  799. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/logged/home.view.html.ftl +89 -0
  800. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/logged/home2.view.html.ftl +162 -0
  801. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/login.view.html.ftl +197 -0
  802. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/public/__copydata.ftl +7 -0
  803. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/public/home.view.html.ftl +25 -0
  804. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/public/privacy/cookies.view.html +75 -0
  805. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/public/reset-password.view.html.ftl +30 -0
  806. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/public/signup.view.html +65 -0
  807. package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/__linksInherit +3 -0
  808. package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/components/.gitkeep +0 -0
  809. package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/cronapp.json +1 -0
  810. package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/index.html.ftl +79 -0
  811. package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/public/assets/app-logo-login.svg +39 -0
  812. package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/views/__linksInherit +1 -0
  813. package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/views/public/home.view.html.ftl +39 -0
  814. package/project/W/cronapp-rad-project/src/test/java/blockly/.gitkeep +0 -0
  815. package/project/W/cronapp-rad-project/template.properties +118 -0
  816. package/project/W/cronapp-rad-project/template_en_US.properties +34 -0
  817. package/project/W/cronapp-rad-project/template_pt_BR.properties +34 -0
  818. package/project/W/group.properties +5 -0
  819. package/project/W/web.png +0 -0
  820. package/templates/low-code/aquamarine.png +0 -0
  821. package/templates/low-code/cerulean.png +0 -0
  822. package/templates/low-code/cosmo.png +0 -0
  823. package/templates/low-code/cyborg.png +0 -0
  824. package/templates/low-code/darkly.png +0 -0
  825. package/templates/low-code/data-layer/BUSINESS.ftl +340 -0
  826. package/templates/low-code/data-layer/DAO.ftl +46 -0
  827. package/templates/low-code/data-layer/ENTITIES.ftl +391 -0
  828. package/templates/low-code/data-layer/ENTITIESPK.ftl +119 -0
  829. package/templates/low-code/data-layer/Job.java.ftl +59 -0
  830. package/templates/low-code/data-layer/REST.ftl +359 -0
  831. package/templates/low-code/data-layer/RESTAPPLICATION.ftl +76 -0
  832. package/templates/low-code/data-layer/RESTWebService.ftl +111 -0
  833. package/templates/low-code/data-layer/RESTWebServicePageExample.ftl +64 -0
  834. package/templates/low-code/data-layer/SecurityPermission.java.ftl +53 -0
  835. package/templates/low-code/data-layer/SpringBootMain.java.ftl +39 -0
  836. package/templates/low-code/data-layer/TEST.ftl +9 -0
  837. package/templates/low-code/data-layer/dropbox/DROPBOX_CONSTANTS.ftl +1 -0
  838. package/templates/low-code/data-layer/dropbox/DROPBOX_DELETE.ftl +1 -0
  839. package/templates/low-code/data-layer/dropbox/DROPBOX_GET.ftl +1 -0
  840. package/templates/low-code/data-layer/dropbox/DROPBOX_LIST.ftl +1 -0
  841. package/templates/low-code/data-layer/dropbox/DROPBOX_POST.ftl +20 -0
  842. package/templates/low-code/data-layer/dropbox/DROPBOX_PUT.ftl +21 -0
  843. package/templates/low-code/data-layer/template.properties +58 -0
  844. package/templates/low-code/dsgov.png +0 -0
  845. package/templates/low-code/flatly.png +0 -0
  846. package/templates/low-code/fuse.png +0 -0
  847. package/templates/low-code/journal.png +0 -0
  848. package/templates/low-code/krypton.png +0 -0
  849. package/templates/low-code/lumen.png +0 -0
  850. package/templates/low-code/material-round.png +0 -0
  851. package/templates/low-code/material.png +0 -0
  852. package/templates/low-code/nature.png +0 -0
  853. package/templates/low-code/paper.png +0 -0
  854. package/templates/low-code/readable.png +0 -0
  855. package/templates/low-code/sandstone.png +0 -0
  856. package/templates/low-code/simplex.png +0 -0
  857. package/templates/low-code/slate.png +0 -0
  858. package/templates/low-code/spacelab.png +0 -0
  859. package/templates/low-code/superhero.png +0 -0
  860. package/templates/low-code/united.png +0 -0
  861. package/templates/low-code/yeti.png +0 -0
  862. package/user/.code/User/keybindings.json +3 -0
  863. package/user/.code/User/settings.json +6 -0
@@ -0,0 +1,129 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><blockly audit="false" blocklyType="MOBILE" bpmnAble="false" formTarget="" resourceType="JS" ruleDescription="Signup" ruleName="Signup" ruleSynchronous="false" ruleTimeout="" ruleType="I" soap="false" swagger="false">
2
+ <metadata scale="1" scrollx="401.70000000000016" scrolly="-372.9999999999999" target="#a1-7y`U@j%+ZTcx`FD5"/>
3
+ <block asynccall="false" colour="#995ba5" id="Anb:u5+^,0vLkL9QIqn5" origintype="procedures_defreturn" output="false" tooltip="Cria uma função que possui um valor de retorno." type="procedures_defreturn" x="-252" y="226">
4
+ <mutation>
5
+ <arg id="8df902ea" name="signupUsername"/>
6
+ <arg id="0c25d725" name="signupEmail"/>
7
+ <arg id="9c203fbf" name="signupPassword"/>
8
+ <arg id="067b073b" name="signupConfirmPassword"/>
9
+ </mutation>
10
+ <field customattributes="" name="NAME">signUp</field>
11
+ <comment h="80" pinned="false" w="160">Signup</comment>
12
+ <statement name="STACK">
13
+ <block asynccall="true" colour="#4d7d55" dependencyby="Anb:u5+^,0vLkL9QIqn5" id=";n{B*9Kf7t)Jroa!2R(U" multilayer="false" namespace="cronapi.authentication.signup" origintype="procedures_callnoreturn" output="false" returntype="ObjectType.VOID" tooltip="%3Cdiv%20class=%22name%22%3E%3Cstrong%3ENome:%3C/strong%3E%3Cdiv%3ERegistre-se%3C/div%3E%3C/div%3E%3Cdiv%20class=%22description%22%3E%3Cstrong%3EDescri%C3%A7%C3%A3o:%3C/strong%3E%3Cdiv%3EBloco%20padr%C3%A3o%20destinado%20para%20realizar%20o%20cadastro%20do%20usu%C3%A1rio%3C/div%3E%3C/div%3E%3Cdiv%20class=%22params%22%3E%3Cstrong%3EParam%C3%AAtro:%3C/strong%3E%3Cdiv%3E%3Cspan%3E%20-%20Nome%20do%20usu%C3%A1rio%20:%20Texto%3C/span%3E%3Cbr%3E%3Cspan%3E%20-%20E-mail%20:%20Texto%3C/span%3E%3Cbr%3E%3Cspan%3E%20-%20Senha%20:%20Texto%3C/span%3E%3Cbr%3E%3Cspan%3E%20-%20Confirma%C3%A7%C3%A3o%20de%20Senha%20:%20Texto%3C/span%3E%3Cbr%3E%3C/div%3E%3C/div%3E%3Cdiv%20class=%22link%22%3E%3Cstrong%3EAjuda:%3C/strong%3E%3Cdiv%20class=%22tooltip-link%22%3E%3Ca%20target=%22_blank%22%20href=%22http://localhost:8080/help?type=blockly&amp;amp;id=cronapi.authentication.signup%22%3EAjuda%3C/a%3E%3C/div%3E%3C/div%3E" type="procedures_callnoreturn">
14
+ <mutation name="{{cronapi.authentication.signup}}" return-raw-type="undefined">
15
+ <arg cronapi-raw-type="undefined" cronapi-type="ObjectType.STRING" name="Nome do usuário"/>
16
+ <arg cronapi-raw-type="undefined" cronapi-type="ObjectType.STRING" name="E-mail"/>
17
+ <arg cronapi-raw-type="undefined" cronapi-type="ObjectType.STRING" name="Senha"/>
18
+ <arg cronapi-raw-type="undefined" cronapi-type="ObjectType.STRING" name="Confirmação de Senha"/>
19
+ </mutation>
20
+ <value name="ARG0">
21
+ <shadow asynccall="false" colour="#5ba593" dependencyby="Anb:u5+^,0vLkL9QIqn5" id="*vKN05B#|@`W^?~K;drH" origintype="text" output="true" tooltip="function () { [native code] }" type="text">
22
+ <field customattributes="" name="TEXT"/>
23
+ </shadow>
24
+ <block asynccall="false" colour="#0088ee" dependencyby="Anb:u5+^,0vLkL9QIqn5" id="yina$[t?FJ3UI!ku~l+(" origintype="variables_get" output="true" tooltip="Retorna o valor desta variável." type="variables_get">
25
+ <field customattributes="" name="VAR">signupUsername</field>
26
+ </block>
27
+ </value>
28
+ <value name="ARG1">
29
+ <shadow asynccall="false" colour="#5ba593" dependencyby="Anb:u5+^,0vLkL9QIqn5" id="7S@?7cRO0I@tNe,{f~Pn" origintype="text" output="true" tooltip="function () { [native code] }" type="text">
30
+ <field customattributes="" name="TEXT"/>
31
+ </shadow>
32
+ <block asynccall="false" colour="#0088ee" dependencyby="Anb:u5+^,0vLkL9QIqn5" id="p4m=dP$!gT;!gW2,*v0t" origintype="variables_get" output="true" tooltip="Retorna o valor desta variável." type="variables_get">
33
+ <field customattributes="" name="VAR">signupEmail</field>
34
+ </block>
35
+ </value>
36
+ <value name="ARG2">
37
+ <shadow asynccall="false" colour="#5ba593" dependencyby="Anb:u5+^,0vLkL9QIqn5" id="W5xNOh3,(Bg/(wcILF6O" origintype="text" output="true" tooltip="function () { [native code] }" type="text">
38
+ <field customattributes="" name="TEXT"/>
39
+ </shadow>
40
+ <block asynccall="false" colour="#0088ee" dependencyby="Anb:u5+^,0vLkL9QIqn5" id="_6*2%%y{(1Jp$2n4^c`M" origintype="variables_get" output="true" tooltip="Retorna o valor desta variável." type="variables_get">
41
+ <field customattributes="" name="VAR">signupPassword</field>
42
+ </block>
43
+ </value>
44
+ <value name="ARG3">
45
+ <shadow asynccall="false" colour="#5ba593" dependencyby="Anb:u5+^,0vLkL9QIqn5" id="STfwU!T$g(~h`]JY*ZvZ" origintype="text" output="true" tooltip="function () { [native code] }" type="text">
46
+ <field customattributes="" name="TEXT"/>
47
+ </shadow>
48
+ <block asynccall="false" colour="#0088ee" dependencyby="Anb:u5+^,0vLkL9QIqn5" id="7rRGv9aXl1q1Y|e1*Mjq" origintype="variables_get" output="true" tooltip="Retorna o valor desta variável." type="variables_get">
49
+ <field customattributes="" name="VAR">signupConfirmPassword</field>
50
+ </block>
51
+ </value>
52
+ </block>
53
+ </statement>
54
+ </block>
55
+ <block asynccall="false" colour="#fca03b" id="$k!IxSHq$B`}X*s/@biD" origintype="procedures_defreturn" output="false" tooltip="Cria uma função que possui um valor de retorno." type="procedures_defreturn" x="-337" y="233">
56
+ <mutation>
57
+ <arg id="7b9f3909" name="email"/>
58
+ </mutation>
59
+ <field customattributes="" name="NAME">resetPassword</field>
60
+ <comment h="80" pinned="false" w="160">Descreva esta função...</comment>
61
+ <statement name="STACK">
62
+ <block asynccall="false" colour="#4d7d55" dependencyby="$k!IxSHq$B`}X*s/@biD" id=".ctLvqK(98a?QG]Jw2f+" multilayer="false" namespace="cronapi.authentication.resetPasswordWithOTP" origintype="procedures_callnoreturn" output="false" returntype="ObjectType.VOID" tooltip="%3Cdiv%20class=%22name%22%3E%3Cstrong%3ENome:%3C/strong%3E%3Cdiv%3ERedefinir%20Senha%20com%20OTP%20(One%20Time%20Password)%3C/div%3E%3C/div%3E%3Cdiv%20class=%22description%22%3E%3Cstrong%3EDescri%C3%A7%C3%A3o:%3C/strong%3E%3Cdiv%3EBloco%20padr%C3%A3o%20destinado%20para%20Redefinir%20Senha%20com%20OTP%20(One%20Time%20Password)%3C/div%3E%3C/div%3E%3Cdiv%20class=%22params%22%3E%3Cstrong%3EParam%C3%AAtro:%3C/strong%3E%3Cdiv%3E%3Cspan%3E%20-%20E-mail%20:%20Texto%3C/span%3E%3Cbr%3E%3C/div%3E%3C/div%3E%3Cdiv%20class=%22link%22%3E%3Cstrong%3EAjuda:%3C/strong%3E%3Cdiv%20class=%22tooltip-link%22%3E%3Ca%20target=%22_blank%22%20href=%22http://localhost:8080/help?type=blockly&amp;amp;id=cronapi.authentication.resetPasswordWithOTP%22%3EAjuda%3C/a%3E%3C/div%3E%3C/div%3E" type="procedures_callnoreturn">
63
+ <mutation name="{{cronapi.authentication.resetPasswordWithOTP}}" return-raw-type="undefined">
64
+ <arg cronapi-raw-type="undefined" cronapi-type="ObjectType.STRING" name="E-mail"/>
65
+ </mutation>
66
+ <value name="ARG0">
67
+ <shadow asynccall="false" colour="#5ba593" dependencyby="$k!IxSHq$B`}X*s/@biD" id="#|lZ$m]i!P-.%TGCDHD," origintype="text" output="true" tooltip="function () { [native code] }" type="text">
68
+ <field customattributes="" name="TEXT"/>
69
+ </shadow>
70
+ <block asynccall="false" colour="#0088ee" dependencyby="$k!IxSHq$B`}X*s/@biD" id="!*ct5vc8iBD7?o$ET+*#" origintype="variables_get" output="true" tooltip="Retorna o valor desta variável." type="variables_get">
71
+ <field customattributes="" name="VAR">email</field>
72
+ </block>
73
+ </value>
74
+ </block>
75
+ </statement>
76
+ </block>
77
+ <block asynccall="false" colour="#fca03b" id="#a1-7y`U@j%+ZTcx`FD5" origintype="procedures_defreturn" output="false" tooltip="Cria uma função que possui um valor de retorno." type="procedures_defreturn" x="-487" y="413">
78
+ <mutation>
79
+ <arg id="be2325de" name="signupUsername"/>
80
+ <arg id="dc667925" name="signupEmail"/>
81
+ <arg id="9a49950f" name="signupPassword"/>
82
+ <arg id="f6fdc12c" name="signupConfirmPassword"/>
83
+ </mutation>
84
+ <field customattributes="" name="NAME">isValidSignup</field>
85
+ <comment h="80" pinned="false" w="160">Descreva esta função...</comment>
86
+ <value name="RETURN">
87
+ <block asynccall="false" colour="#4d7d55" dependencyby="#a1-7y`U@j%+ZTcx`FD5" id="bDyqrEuKo[54dkQQG2c^" multilayer="false" namespace="cronapi.authentication.isValidSignup" origintype="procedures_callreturn" output="true" returntype="ObjectType.BOOLEAN" tooltip="%3Cdiv%20class=%22name%22%3E%3Cstrong%3ENome:%3C/strong%3E%3Cdiv%3EValida%C3%A7%C3%A3o%20para%20o%20Cadastro%20de%20Usu%C3%A1rio%3C/div%3E%3C/div%3E%3Cdiv%20class=%22description%22%3E%3Cstrong%3EDescri%C3%A7%C3%A3o:%3C/strong%3E%3Cdiv%3EBloco%20padr%C3%A3o%20destinado%20para%20a%20valida%C3%A7%C3%A3o%20do%20cadastro%20de%20usu%C3%A1rio%3C/div%3E%3C/div%3E%3Cdiv%20class=%22params%22%3E%3Cstrong%3EParam%C3%AAtro:%3C/strong%3E%3Cdiv%3E%3Cspan%3E%20-%20Nome%20do%20usu%C3%A1rio%20:%20Texto%3C/span%3E%3Cbr%3E%3Cspan%3E%20-%20E-mail%20:%20Texto%3C/span%3E%3Cbr%3E%3Cspan%3E%20-%20Senha%20:%20Texto%3C/span%3E%3Cbr%3E%3Cspan%3E%20-%20Confirma%C3%A7%C3%A3o%20de%20Senha%20:%20Texto%3C/span%3E%3Cbr%3E%3C/div%3E%3C/div%3E%3Cdiv%20class=%22return%22%3E%3Cstrong%3ERetorno:%3C/strong%3E%3Cdiv%3E%3Cspan%3E%20-%20L%C3%B3gico%3C/span%3E%3C/div%3E%3C/div%3E%3Cdiv%20class=%22link%22%3E%3Cstrong%3EAjuda:%3C/strong%3E%3Cdiv%20class=%22tooltip-link%22%3E%3Ca%20target=%22_blank%22%20href=%22http://localhost:8080/help?type=blockly&amp;amp;id=cronapi.authentication.isValidSignup%22%3EAjuda%3C/a%3E%3C/div%3E%3C/div%3E" type="procedures_callreturn">
88
+ <mutation name="{{cronapi.authentication.isValidSignup}}" return-raw-type="undefined">
89
+ <arg cronapi-raw-type="undefined" cronapi-type="ObjectType.STRING" name="Nome do usuário"/>
90
+ <arg cronapi-raw-type="undefined" cronapi-type="ObjectType.STRING" name="E-mail"/>
91
+ <arg cronapi-raw-type="undefined" cronapi-type="ObjectType.STRING" name="Senha"/>
92
+ <arg cronapi-raw-type="undefined" cronapi-type="ObjectType.STRING" name="Confirmação de Senha"/>
93
+ </mutation>
94
+ <value name="ARG0">
95
+ <shadow asynccall="false" colour="#5ba593" dependencyby="#a1-7y`U@j%+ZTcx`FD5" id="Hg$$q+PnsM/b;B`w`AC+" origintype="text" output="true" tooltip="function () { [native code] }" type="text">
96
+ <field customattributes="" name="TEXT"/>
97
+ </shadow>
98
+ <block asynccall="false" colour="#0088ee" dependencyby="#a1-7y`U@j%+ZTcx`FD5" id="*EJU2}DY.qV2sB3LsY:4" origintype="variables_get" output="true" tooltip="Retorna o valor desta variável." type="variables_get">
99
+ <field customattributes="" name="VAR">signupUsername</field>
100
+ </block>
101
+ </value>
102
+ <value name="ARG1">
103
+ <shadow asynccall="false" colour="#5ba593" dependencyby="#a1-7y`U@j%+ZTcx`FD5" id="o5(%]|0%mnjf{]j:si2t" origintype="text" output="true" tooltip="function () { [native code] }" type="text">
104
+ <field customattributes="" name="TEXT"/>
105
+ </shadow>
106
+ <block asynccall="false" colour="#0088ee" dependencyby="#a1-7y`U@j%+ZTcx`FD5" id="Re3-LH[blRp=4,Bf7(AF" origintype="variables_get" output="true" tooltip="Retorna o valor desta variável." type="variables_get">
107
+ <field customattributes="" name="VAR">signupEmail</field>
108
+ </block>
109
+ </value>
110
+ <value name="ARG2">
111
+ <shadow asynccall="false" colour="#5ba593" dependencyby="#a1-7y`U@j%+ZTcx`FD5" id="yF`-biz#A#Bm4DUkFwt!" origintype="text" output="true" tooltip="function () { [native code] }" type="text">
112
+ <field customattributes="" name="TEXT"/>
113
+ </shadow>
114
+ <block asynccall="false" colour="#0088ee" dependencyby="#a1-7y`U@j%+ZTcx`FD5" id="0{zuZz8Pg2K9=$h]#J?o" origintype="variables_get" output="true" tooltip="Retorna o valor desta variável." type="variables_get">
115
+ <field customattributes="" name="VAR">signupPassword</field>
116
+ </block>
117
+ </value>
118
+ <value name="ARG3">
119
+ <shadow asynccall="false" colour="#5ba593" dependencyby="#a1-7y`U@j%+ZTcx`FD5" id="P?2g15j}A:a:vp{+j{?/" origintype="text" output="true" tooltip="function () { [native code] }" type="text">
120
+ <field customattributes="" name="TEXT"/>
121
+ </shadow>
122
+ <block asynccall="false" colour="#0088ee" dependencyby="#a1-7y`U@j%+ZTcx`FD5" id="l{4cm@M{Afw,~#s(w2BK" origintype="variables_get" output="true" tooltip="Retorna o valor desta variável." type="variables_get">
123
+ <field customattributes="" name="VAR">signupConfirmPassword</field>
124
+ </block>
125
+ </value>
126
+ </block>
127
+ </value>
128
+ </block>
129
+ </blockly>
@@ -0,0 +1,64 @@
1
+ window.blockly = window.blockly || {};
2
+ window.blockly.js = window.blockly.js || {};
3
+ window.blockly.js.blockly = window.blockly.js.blockly || {};
4
+ window.blockly.js.blockly.auth = window.blockly.js.blockly.auth || {};
5
+ window.blockly.js.blockly.auth.UserControl = window.blockly.js.blockly.auth.UserControl || {};
6
+
7
+ /**
8
+ * @function signUp
9
+ *
10
+ * Signup
11
+ *
12
+ * @param signupUsername
13
+ * @param signupEmail
14
+ * @param signupPassword
15
+ * @param signupConfirmPassword
16
+ *
17
+ * @author Root
18
+ * @since 24/05/2022 12:09:19
19
+ *
20
+ */
21
+ window.blockly.js.blockly.auth.UserControl.signUpArgs = [{ description: 'signupUsername', id: '8df902ea' }, { description: 'signupEmail', id: '0c25d725' }, { description: 'signupPassword', id: '9c203fbf' }, { description: 'signupConfirmPassword', id: '067b073b' }];
22
+ window.blockly.js.blockly.auth.UserControl.signUp = async function(signupUsername, signupEmail, signupPassword, signupConfirmPassword) {
23
+
24
+ //
25
+ (await this.cronapi.authentication.signup(signupUsername, signupEmail, signupPassword, signupConfirmPassword));
26
+ }
27
+
28
+ /**
29
+ * @function resetPassword
30
+ *
31
+ * Descreva esta função...
32
+ *
33
+ * @param email
34
+ *
35
+ * @author Root
36
+ * @since 24/05/2022 12:09:19
37
+ *
38
+ */
39
+ window.blockly.js.blockly.auth.UserControl.resetPasswordArgs = [{ description: 'email', id: '7b9f3909' }];
40
+ window.blockly.js.blockly.auth.UserControl.resetPassword = async function(email) {
41
+ var signupUsername, signupEmail, signupPassword;
42
+ //
43
+ this.cronapi.authentication.resetPasswordWithOTP(email);
44
+ }
45
+
46
+ /**
47
+ * @function isValidSignup
48
+ *
49
+ * Descreva esta função...
50
+ *
51
+ * @param signupUsername
52
+ * @param signupEmail
53
+ * @param signupPassword
54
+ * @param signupConfirmPassword
55
+ *
56
+ * @author Root
57
+ * @since 24/05/2022 12:09:19
58
+ *
59
+ */
60
+ window.blockly.js.blockly.auth.UserControl.isValidSignupArgs = [{ description: 'signupUsername', id: 'be2325de' }, { description: 'signupEmail', id: 'dc667925' }, { description: 'signupPassword', id: '9a49950f' }, { description: 'signupConfirmPassword', id: 'f6fdc12c' }];
61
+ window.blockly.js.blockly.auth.UserControl.isValidSignup = async function(signupUsername, signupEmail, signupPassword, signupConfirmPassword) {
62
+
63
+ return this.cronapi.authentication.isValidSignup(signupUsername, signupEmail, signupPassword, signupConfirmPassword);
64
+ }
@@ -0,0 +1,48 @@
1
+ var cordovaApp = {
2
+ init: function() {
3
+ document.addEventListener('deviceready', this.onDeviceReady.bind(this), false);
4
+ },
5
+ onDeviceReady: function() {
6
+ // push notification
7
+ let firebase = window.FirebasePlugin;
8
+ let hostapp = window.hostApp;
9
+ let device = window.device;
10
+ let build = window.BuildInfo;
11
+
12
+ // get token firebase
13
+ if (firebase && hostapp && device) {
14
+
15
+ firebase.hasPermission((data) => {
16
+ if (data.isEnabled) {
17
+ console.log("Firebase Permission Already Granted");
18
+ } else {
19
+ firebase.grantPermission(() => {
20
+ console.log("Firebase Permission Granted", data.isEnabled);
21
+ }, (error) => {
22
+ console.error("Unable to Grant Firebase Permission", error);
23
+ });
24
+ }
25
+ }, error => {
26
+ console.log("Firebase hasPermission Failed", error);
27
+ });
28
+
29
+ let appURL = hostapp + 'device';
30
+ firebase.getToken(function(code) {
31
+ let data = { id : device.uuid,
32
+ appName : build.packageName,
33
+ appVersion : build.version,
34
+ platform : device.platform,
35
+ platformVersion : device.version,
36
+ model : device.model,
37
+ token : code };
38
+ $.post(appURL, data).done(function(d) {
39
+ console.log('Received Event: device send');
40
+ });
41
+ }.bind(this),
42
+ function(err) {
43
+ console.error(err);
44
+ });
45
+ }
46
+ }
47
+ };
48
+ cordovaApp.init();
@@ -0,0 +1,10 @@
1
+ <div class="card">
2
+ <div style="text-align : center !important;">
3
+ <i class=" ion-android-hand "></i>
4
+ <h3>403</h3>
5
+ <h5>{{'Forbidden' | translate}}</h5>
6
+ <button onclick="location.reload()">{{'Retry' | translate}}</button>
7
+ <button onclick="history.back()">{{'Back' | translate}}</button>
8
+ <button onclick="window.location.href = window.location.origin">{{'Go.Home' | translate}}</button>
9
+ </div>
10
+ </div>
@@ -0,0 +1,10 @@
1
+ <div class="card">
2
+ <div style="text-align : center !important;">
3
+ <i class=" ion-android-hand "></i>
4
+ <h3>404</h3>
5
+ <h5>{{'PageNotFound' | translate}}</h5>
6
+ <button onclick="location.reload()">{{'Retry' | translate}}</button>
7
+ <button onclick="history.back()">{{'Back' | translate}}</button>
8
+ <button onclick="window.location.href = window.location.origin">{{'Go.Home' | translate}}</button>
9
+ </div>
10
+ </div>
@@ -0,0 +1,20 @@
1
+ <ion-view class="pane" role="region">
2
+ <ion-header-bar role="heading" class="crn-ion-header-bar bar bar-default" xattr-theme="bar-default" data-component="crn-ion-header-bar" id="crn-ion-header-bar-home-logged">
3
+ <div class="buttons buttons-left header-item" data-component="crn-header-button" id="crn-header-button-1">
4
+ <button aria-labelledby="left_navicon_sr" class="button button-clear component-holder" menu-toggle="left">
5
+ <i class="icon ion-navicon"></i>
6
+ <span id="left_navicon_sr" class="sr-only">{{'Accessibility.Button.Aria.Label.NavIcon' | translate}}</span>
7
+ </button>
8
+ </div>
9
+ <h1 class="title" align-title="text-align: center;" style="text-align: center;">{{'Home.view.Home' | translate }}</h1>
10
+ <div aria-labelledby="right_navicon_sr" class="buttons buttons-right header-item" data-component="crn-header-button"
11
+ id="crn-header-button-2">
12
+ <button class="button button-clear component-holder" menu-toggle="right">
13
+ <i class="icon ion-navicon"></i>
14
+ <span id="right_navicon_sr" class="sr-only">{{'Accessibility.Button.Aria.Label.NavIcon' | translate}}</span>
15
+ </button>
16
+ </div>
17
+ </ion-header-bar>
18
+ <ion-content class="scroll-content has-header" data-component="crn-ion-content">
19
+ </ion-content>
20
+ </ion-view>
@@ -0,0 +1,61 @@
1
+ <ion-view class="pane" role="region">
2
+ <ion-content data-container="true" data-component="crn-ion-content" class="scroll-content menu-view">
3
+ <div class=" disable-user-behavior list">
4
+ <!-- Menu -->
5
+ <div class="component-holder" data-component="crn-navbar" id="menu-blue">
6
+ <div class="nav navbar-nav">
7
+ <div menu-close="" class="item item-avatar-left component-holder" xattr-position="item-avatar-left" data-component="crn-list-item-avatar" id="crn-list-item-avatar-119775">
8
+ <div class="user-avatar">
9
+ <i class="icon ion-person"></i>
10
+ </div>
11
+ <div class="item item-content text-left" xattr-text-position="text-left">
12
+ <h2 ng-if="session.user.name" class="light" xattr-theme="light">{{session.user.name}}</h2>
13
+ <h3 ng-if="session.user.username" class="light" xattr-theme="light">{{session.user.username}}</h3>
14
+ </div>
15
+ </div>
16
+ </div>
17
+ <cron-mobile-menu class="component-holder" data-component="crn-mobile-menu" options="{&quot;escope&quot;:&quot;MOBILE&quot;,&quot;subMenuOptions&quot;:[{&quot;id&quot;:&quot;1iynakho2n6lu&quot;,&quot;name&quot;:&quot;Home&quot;,&quot;title&quot;:&quot;{{ 'Home.view.Home' | translate }}&quot;,&quot;iconClass&quot;:&quot;icon ion-home&quot;,&quot;action&quot;:&quot;cronapi.screen.changeView('#/app/logged/home', [])&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;u87yf1261v8k&quot;,&quot;name&quot;:&quot;Users&quot;,&quot;title&quot;:&quot;{{ 'Users.view.Users' | translate }}&quot;,&quot;iconClass&quot;:&quot;icon ion-person&quot;,&quot;security&quot;:&quot;visible : Administrators, enabled : Administrators&quot;,&quot;action&quot;:&quot;cronapi.screen.changeView('#/app/logged/user', [])&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;1ibe8mtn3r2au&quot;,&quot;name&quot;:&quot;ChangePassword&quot;,&quot;title&quot;:&quot;{{'Home.view.ChangePassword' | translate}}&quot;,&quot;iconClass&quot;:&quot;icon ion-locked&quot;,&quot;action&quot;:&quot;cronapi.client('js.blockly.auth.ChangePassword.openModal').run()&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;1ib99cnopnnsk&quot;,&quot;name&quot;:&quot;Sair&quot;,&quot;title&quot;:&quot;{{'Home.view.Sair' | translate}}&quot;,&quot;iconClass&quot;:&quot;icon ion-log-out&quot;,&quot;action&quot;:&quot;logout();&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;:[]}]}">
18
+ Dynamic Menu
19
+ </cron-mobile-menu>
20
+ </div>
21
+ <!-- Menu -->
22
+ </div>
23
+ </ion-content>
24
+ </ion-view>
25
+
26
+ <script type="text/ng-template" id="changePassword">
27
+ <ion-modal-view role="dialog">
28
+ <ion-header-bar role="heading" class="crn-ion-header-bar bar bar-default" xattr-theme="bar-default" data-component="crn-ion-header-bar" id="crn-ion-header-bar-home-logged">
29
+ <h1 class="title" align-title="text-align: center;" style="text-align: center;">{{"Home.view.ChangePassword" | translate}}</h1>
30
+ <div class="buttons buttons-right header-item" data-component="crn-header-button" id="crn-header-button">
31
+ <button class="button button-clear component-holder" ng-click="cronapi.client('js.blockly.auth.ChangePassword.closeModal').run()">
32
+ <span>{{'Home.view.Close' | translate}}</span> </button>
33
+ </div>
34
+ </ion-header-bar>
35
+ <ion-content role="region" class="scroll-content has-header" data-component="crn-ion-content">
36
+ <form class="form-validation input-default" autocomplete="off" name="form" role="form">
37
+ <input type="hidden" name="csrf_token" value="CIwNZNlR4XbisJF39I8yWnWX9wX4WFoz" />
38
+ <div class="list list-inset">
39
+ <label aria-labelledby="input-old-password" class="item item-input component-holder" data-component="crn-input-icon" id="crn-input-icon-124772">
40
+ <i class="icon placeholder-icon ion ion-asterisk"></i>
41
+ <input type="password" placeholder="{{'Home.view.Old Password' | translate}}" ng-model="vars.oldPassword">
42
+ <span id="input-old-password" class="sr-only">{{'Home.view.Old Password' | translate}}</span>
43
+ </label>
44
+ <label aria-labelledby="input-new-password" class="item item-input component-holder" data-component="crn-input-icon" id="crn-input-icon98771">
45
+ <i class="icon placeholder-icon ion ion-asterisk"></i>
46
+ <input type="password" placeholder="{{'Home.view.New Password' | translate}}" ng-model="vars.newPassword">
47
+ <span id="input-new-password" class="sr-only">{{'Home.view.New Password' | translate}}</span>
48
+ </label>
49
+ <label aria-labelledby="input-password-confirmation" class="item item-input component-holder" data-component="crn-input-icon" id="crn-input-icon25041">
50
+ <i class="icon placeholder-icon ion ion-asterisk"></i>
51
+ <input type="password" placeholder="{{'Home.view.Confirmation' | translate}}" ng-model="vars.confirmationPassword">
52
+ <span id="input-password-confirmation" class="sr-only">{{'Home.view.Confirmation' | translate}}</span>
53
+ </label>
54
+ <button class="button button-block button-default button-medium filled" type="submit" xattr-fullsize="button-block" xattr-theme="button-default" ng-click="cronapi.client('js.blockly.auth.ChangePassword.changePassword').run()" ng-disabled="form.$invalid || vm.dataLoading" data-component="crn-button" xattr-size="button-medium" xattr-type="filled" id="crn-button-modal-change-password">
55
+ <span>{{"Home.view.ChangePassword" | translate}}</span>
56
+ </button>
57
+ </div>
58
+ </form>
59
+ </ion-content>
60
+ </ion-modal-view>
61
+ </script>
@@ -0,0 +1,77 @@
1
+ <ion-view role="region" cache-view="false" hide-back-button="true" class="pane">
2
+ <ion-header-bar role="heading" class="crn-ion-header-bar bar bar-header bar-default" xattr-theme="bar-default" id="crn-ion-header-bar-user-logged"
3
+ data-component="crn-ion-header-bar">
4
+ <div side="left" class="buttons buttons-left header-item" data-component="crn-header-button">
5
+ <button aria-labelledby="left_navicon_sr" class="button button-clear" ng-if="!User.inserting && !User.editing"
6
+ menu-toggle="left">
7
+ <i class="icon ion-navicon"></i>
8
+ <span id="left_navicon_sr" class="sr-only">{{'Accessibility.Button.Aria.Label.NavIcon' | translate}}</span>
9
+ </button>
10
+ <button aria-labelledby="left_arrowback_sr" class="button button-clear" ng-if="User.inserting || User.editing"
11
+ ng-click="User.cancel()">
12
+ <i class="icon ion-ios-arrow-back"></i>
13
+ <span id="left_arrowback_sr" class="sr-only">{{'Roles.view.Voltar' | translate}}</span>
14
+ </button>
15
+ </div>
16
+ <h1 class="title" align-title="text-align: center;" style="text-align: center;">
17
+ {{"Home.view.Users" | translate}}</h1>
18
+ <div side="right" class="buttons buttons-right header-item" data-component="crn-header-button">
19
+ <button aria-labelledby="right_checkmark_sr" class="button button-clear"
20
+ ng-if="User.inserting || User.editing"
21
+ ng-click="User.post()" data-component="crn-button" xattr-type="button-clear">
22
+ <i class="icon ion-ios-checkmark"></i>
23
+ <span id="right_checkmark_sr"
24
+ class="sr-only">{{'Accessibility.Button.Aria.Label.Save' | translate}}</span>
25
+ </button>
26
+ </div>
27
+ </ion-header-bar>
28
+ <ion-content class="scroll-content has-header" data-component="crn-ion-content">
29
+ <div class="component-holder ng-binding ng-scope ui-draggable ui-draggable-handle" data-component="crn-datasource" id="crn-datasource-906854">
30
+ <datasource data-component="crn-datasource" name="User" entity="app.User" keys="_objectKey" rows-per-page="10" delete-message="Deseja remover?" class="" schema="[{&quot;name&quot;:&quot;id&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;accessFailedCount&quot;,&quot;type&quot;:&quot;Int32&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;email&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;emailConfirmed&quot;,&quot;type&quot;:&quot;Boolean&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;lockoutEnabled&quot;,&quot;type&quot;:&quot;Boolean&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;lockoutEnd&quot;,&quot;type&quot;:&quot;DateTime&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;name&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;normalizedEmail&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;normalizedUserName&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;password&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;phoneNumber&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;phoneNumberConfirmed&quot;,&quot;type&quot;:&quot;Boolean&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;securityStamp&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;twoFactorEnabled&quot;,&quot;type&quot;:&quot;Boolean&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;userName&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;theme&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;picture&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;_objectKey&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:true}]" parameters="" condition="" dependent-lazy-post="" lazy="" checkrequired=""></datasource>
31
+ </div>
32
+ <div crn-datasource="User" class="" ng-hide="User.editing || User.inserting">
33
+ <cron-list options="{&quot;dataSourceScreen&quot;:{&quot;name&quot;:&quot;User&quot;,&quot;entity&quot;:&quot;app.User&quot;,&quot;entityDataSource&quot;:{&quot;id&quot;:&quot;app.User&quot;,&quot;customId&quot;:&quot;User&quot;,&quot;name&quot;:&quot;User&quot;,&quot;customQueryName&quot;:&quot;app.User&quot;,&quot;paramValues&quot;:[],&quot;entityFullName&quot;:&quot;app.entity.User&quot;,&quot;schemaFields&quot;:[{&quot;name&quot;:&quot;id&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;accessFailedCount&quot;,&quot;type&quot;:&quot;Int32&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;email&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;emailConfirmed&quot;,&quot;type&quot;:&quot;Boolean&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;lockoutEnabled&quot;,&quot;type&quot;:&quot;Boolean&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;lockoutEnd&quot;,&quot;type&quot;:&quot;DateTime&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;name&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;normalizedEmail&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;normalizedUserName&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;password&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;phoneNumber&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;phoneNumberConfirmed&quot;,&quot;type&quot;:&quot;Boolean&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;securityStamp&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;twoFactorEnabled&quot;,&quot;type&quot;:&quot;Boolean&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;userName&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;theme&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;picture&quot;,&quot;type&quot;:&quot;Binary&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;_objectKey&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:true}],&quot;type&quot;:&quot;entity&quot;,&quot;hasError&quot;:false},&quot;keys&quot;:&quot;_objectKey&quot;,&quot;rowsPerPage&quot;:&quot;10&quot;,&quot;schema&quot;:[{&quot;name&quot;:&quot;id&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;accessFailedCount&quot;,&quot;type&quot;:&quot;Int32&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;email&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;emailConfirmed&quot;,&quot;type&quot;:&quot;Boolean&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;lockoutEnabled&quot;,&quot;type&quot;:&quot;Boolean&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;lockoutEnd&quot;,&quot;type&quot;:&quot;DateTime&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;name&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;normalizedEmail&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;normalizedUserName&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;password&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;phoneNumber&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;phoneNumberConfirmed&quot;,&quot;type&quot;:&quot;Boolean&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;securityStamp&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;twoFactorEnabled&quot;,&quot;type&quot;:&quot;Boolean&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;userName&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;theme&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;picture&quot;,&quot;type&quot;:&quot;Binary&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;_objectKey&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:true}],&quot;parameters&quot;:&quot;&quot;,&quot;condition&quot;:&quot;&quot;,&quot;dependentLazyPost&quot;:&quot;&quot;,&quot;lazy&quot;:&quot;&quot;,&quot;checkrequired&quot;:&quot;&quot;,&quot;onBeforeCreate&quot;:&quot;&quot;,&quot;onAfterCreate&quot;:&quot;&quot;,&quot;onBeforeUpdate&quot;:&quot;&quot;,&quot;onAfterUpdate&quot;:&quot;&quot;,&quot;onBeforeDelete&quot;:&quot;&quot;,&quot;onAfterDelete&quot;:&quot;&quot;,&quot;onAfterFill&quot;:&quot;&quot;,&quot;dataComponent&quot;:&quot;crn-datasource&quot;,&quot;id&quot;:&quot;&quot;,&quot;oldName&quot;:&quot;&quot;},&quot;allowPaging&quot;:false,&quot;allowSorting&quot;:false,&quot;allowGrouping&quot;:false,&quot;allowSelectionTotalPageToShow&quot;:false,&quot;allowRefreshGrid&quot;:false,&quot;allowSelectionRow&quot;:false,&quot;hideModalButtons&quot;:false,&quot;editable&quot;:&quot;inline&quot;,&quot;pathView&quot;:&quot;src/main/mobileapp/www/views/logged/user.view.html&quot;,&quot;columns&quot;:[{&quot;dataType&quot;:&quot;Database&quot;,&quot;field&quot;:&quot;email&quot;,&quot;headerText&quot;:&quot;Email&quot;,&quot;type&quot;:&quot;string&quot;,&quot;sortable&quot;:false,&quot;filterable&quot;:true,&quot;visible&quot;:true,&quot;visibleCrud&quot;:true,&quot;linkParentType&quot;:&quot;screen&quot;,&quot;linkParentLoadIfEmpty&quot;:false,&quot;required&quot;:true,&quot;showAsImage&quot;:false,&quot;inputType&quot;:&quot;default&quot;,&quot;comboboxOptions&quot;:{&quot;dataSourceScreen&quot;:{&quot;entityDataSource&quot;:{&quot;hasError&quot;:false},&quot;schema&quot;:[]},&quot;relationDataSource&quot;:{&quot;entityDataSource&quot;:{&quot;hasError&quot;:false},&quot;schema&quot;:[]},&quot;staticDataSource&quot;:[],&quot;filterKeyValues&quot;:{&quot;&quot;:&quot;&quot;,&quot;startswith&quot;:&quot;Iniciando com&quot;,&quot;contains&quot;:&quot;Contendo&quot;,&quot;endswith&quot;:&quot;Final com&quot;},&quot;customTemplate&quot;:false,&quot;fillDatasource&quot;:false},&quot;aggregates&quot;:[],&quot;widthDevices&quot;:[]},{&quot;dataType&quot;:&quot;Database&quot;,&quot;field&quot;:&quot;name&quot;,&quot;headerText&quot;:&quot;Name&quot;,&quot;type&quot;:&quot;string&quot;,&quot;sortable&quot;:true,&quot;filterable&quot;:true,&quot;visible&quot;:true,&quot;visibleCrud&quot;:true,&quot;linkParentType&quot;:&quot;screen&quot;,&quot;linkParentLoadIfEmpty&quot;:false,&quot;required&quot;:true,&quot;showAsImage&quot;:false,&quot;inputType&quot;:&quot;default&quot;,&quot;comboboxOptions&quot;:{&quot;dataSourceScreen&quot;:{&quot;entityDataSource&quot;:{&quot;hasError&quot;:false},&quot;schema&quot;:[]},&quot;relationDataSource&quot;:{&quot;entityDataSource&quot;:{&quot;hasError&quot;:false},&quot;schema&quot;:[]},&quot;staticDataSource&quot;:[],&quot;filterKeyValues&quot;:{&quot;&quot;:&quot;&quot;,&quot;startswith&quot;:&quot;Iniciando com&quot;,&quot;contains&quot;:&quot;Contendo&quot;,&quot;endswith&quot;:&quot;Final com&quot;},&quot;customTemplate&quot;:false,&quot;fillDatasource&quot;:false},&quot;aggregates&quot;:[],&quot;widthDevices&quot;:[]},{&quot;dataType&quot;:&quot;Database&quot;,&quot;field&quot;:&quot;userName&quot;,&quot;headerText&quot;:&quot;User Name&quot;,&quot;type&quot;:&quot;string&quot;,&quot;sortable&quot;:true,&quot;filterable&quot;:true,&quot;visible&quot;:true,&quot;visibleCrud&quot;:true,&quot;linkParentType&quot;:&quot;screen&quot;,&quot;linkParentLoadIfEmpty&quot;:false,&quot;required&quot;:true,&quot;showAsImage&quot;:false,&quot;inputType&quot;:&quot;default&quot;,&quot;comboboxOptions&quot;:{&quot;dataSourceScreen&quot;:{&quot;entityDataSource&quot;:{&quot;hasError&quot;:false},&quot;schema&quot;:[]},&quot;relationDataSource&quot;:{&quot;entityDataSource&quot;:{&quot;hasError&quot;:false},&quot;schema&quot;:[]},&quot;staticDataSource&quot;:[],&quot;filterKeyValues&quot;:{&quot;&quot;:&quot;&quot;,&quot;startswith&quot;:&quot;Iniciando com&quot;,&quot;contains&quot;:&quot;Contendo&quot;,&quot;endswith&quot;:&quot;Final com&quot;},&quot;customTemplate&quot;:false,&quot;fillDatasource&quot;:false},&quot;aggregates&quot;:[],&quot;widthDevices&quot;:[]},{&quot;dataType&quot;:&quot;Command&quot;,&quot;sortable&quot;:false,&quot;filterable&quot;:false,&quot;visible&quot;:true,&quot;visibleCrud&quot;:false,&quot;linkParentType&quot;:&quot;screen&quot;,&quot;linkParentLoadIfEmpty&quot;:false,&quot;command&quot;:&quot;edit|destroy&quot;,&quot;required&quot;:false,&quot;showAsImage&quot;:false,&quot;inputType&quot;:&quot;default&quot;,&quot;comboboxOptions&quot;:{&quot;dataSourceScreen&quot;:{&quot;entityDataSource&quot;:{&quot;hasError&quot;:false},&quot;schema&quot;:[]},&quot;relationDataSource&quot;:{&quot;entityDataSource&quot;:{&quot;hasError&quot;:false},&quot;schema&quot;:[]},&quot;staticDataSource&quot;:[],&quot;filterKeyValues&quot;:{&quot;&quot;:&quot;&quot;,&quot;startswith&quot;:&quot;Iniciando com&quot;,&quot;contains&quot;:&quot;Contendo&quot;,&quot;endswith&quot;:&quot;Final com&quot;},&quot;customTemplate&quot;:false,&quot;fillDatasource&quot;:false},&quot;aggregates&quot;:[],&quot;widthDevices&quot;:[]}],&quot;toolBarButtons&quot;:[{&quot;type&quot;:&quot;Native&quot;,&quot;title&quot;:&quot;create&quot;}],&quot;details&quot;:[],&quot;groupings&quot;:[],&quot;advancedTemplate&quot;:&quot;<ion-list type=\&quot;\&quot; can-swipe=\&quot;listCanSwipe\&quot;>\n\t<ion-item ng-class=\&quot;{'cron-list-selected' :isChecked(rowData)}\&quot; class=\&quot;item {{options.editableButtonClass}} {{options.iconClassPosition}} {{options.imageClassPosition}}\&quot; ng-repeat=\&quot;rowData in datasource\&quot;>\n\t\t<ul ng-if=\&quot;options.allowMultiselect\&quot; class=\&quot;checkbox-group component-holder {{'cron-list-multiselect-' + options.imageType}}\&quot; data-component=\&quot;crn-checkbox\&quot;><label class=\&quot;checkbox\&quot;><input ng-checked=\&quot;isChecked(rowData);\&quot; type=\&quot;checkbox\&quot;></label></ul>\n\t\t<img alt='Thumbnail' ng-if=\&quot;options.imageType !== 'do-not-show' &amp;&amp; rowData[options.fields.image]\&quot; \n\t\t ng-src=\&quot;{{options.isImageFromDropbox ? '' : 'data:image/png;base64,'}}{{rowData[options.fields.image]}}\&quot; class=\&quot;{{options.imageToClassPosition}}\&quot;>\n\t\t<div class=\&quot;{{options.xattrTextPosition}} {{options.textToClassPosition}}\&quot;>\n\t\t\t<h2 ng-if=\&quot;rowData[options.fields.field0]\&quot;>{{rowData[options.fields.field0]|mask:options.fields.mask0:options.fields.type0}}</h2>\n\t\t\t<p class=\&quot;dark\&quot; ng-if=\&quot;rowData[options.fields.field1]\&quot;>{{rowData[options.fields.field1]|mask:options.fields.mask1:options.fields.type1}}</p>\n\t\t\t<p class=\&quot;dark\&quot; ng-if=\&quot;rowData[options.fields.field2]\&quot;>{{rowData[options.fields.field2]|mask:options.fields.mask2:options.fields.type2}}</p>\n\t\t\t<p class=\&quot;dark\&quot; ng-if=\&quot;rowData[options.fields.field3]\&quot;>{{rowData[options.fields.field3]|mask:options.fields.mask3:options.fields.type3}}</p>\n\t\t\t<p class=\&quot;dark\&quot; ng-if=\&quot;rowData[options.fields.field4]\&quot;>{{rowData[options.fields.field4]|mask:options.fields.mask4:options.fields.type4}}</p>\n\t\t\t<p class=\&quot;dark\&quot; ng-if=\&quot;rowData[options.fields.field5]\&quot;>{{rowData[options.fields.field5]|mask:options.fields.mask5:options.fields.type5}}</p>\n\t\t\t<i ng-if=\&quot;options.icon\&quot; class=\&quot;{{options.icon}}\&quot; xattr-theme=\&quot;dark\&quot;></i>\n\t\t</div>\n\t</ion-item>\n</ion-list>\n<ion-infinite-scroll></ion-infinite-scroll>\n&quot;,&quot;searchTemplate&quot;:&quot;<div class=\&quot;item item-input-inset\&quot;>\n\t<div class=\&quot;item-input-wrapper\&quot;><i class=\&quot;icon ion-search placeholder-icon\&quot;></i>\n\t\t<input aria-label=\&quot;{{'template.crud.search' | translate}}\&quot; type=\&quot;text\&quot; ng-model=\&quot;vars.searchableList[options.randomModel]\&quot; cronapp-filter=\&quot;{{options.filterFields}}\&quot; cronapp-filter-operator=\&quot;\&quot; cronapp-filter-caseinsensitive=\&quot;false\&quot; cronapp-filter-autopost=\&quot;true\&quot; crn-datasource=\&quot;{{options.dataSourceScreen.name}}\&quot; placeholder=\&quot;{{'template.crud.search' | translate}}\&quot;>\n\t</div>\n\t<button ng-if=\&quot;showButton()\&quot; ng-click=\&quot;limparSelecao()\&quot; class=\&quot;button-small cron-list-button-clean button button-inline button-positive component-holder\&quot;>\n\t<span cron-list-button-text>Limpar Seleção</span>\n\t</button>\n</div>&quot;,&quot;fillDatasource&quot;:false}" ng-model="vars.cronlist4890" xattr-text-position="text-left" data-component="crn-ion-list" class="component-holder" id="crn-ion-list-927504"></cron-list>
34
+
35
+ </div>
36
+ <div ng-show="User.editing || User.inserting">
37
+ <form crn-datasource="User">
38
+ <input type="hidden" name="csrf_token" value="CIwNZNlR4XbisJF39I8yWnWX9wX4WFoz" />
39
+ <div class="list" ng-disabled="!User.editing &amp;&amp; !User.inserting">
40
+ <!-- email begin -->
41
+ <label for="textinput-email" class="item item-input item-stacked-label" data-component="crn-input-floating" id="lbl-textinput-email">
42
+ <span>Email</span>
43
+ <input aria-label="Email" type="text" placeholder="Email" ng-model="User.active.email" id="textinput-email" name="textinput-email" ng-required="true">
44
+ </label>
45
+ <!-- name begin -->
46
+ <label for="textinput-name" class="item item-input item-stacked-label" data-component="crn-input-floating" id="lbl-textinput-name">
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" ng-required="true">
49
+ </label>
50
+ <!-- login begin -->
51
+ <label for="textinput-login" class="item item-input item-stacked-label" data-component="crn-input-floating" id="lbl-textinput-login">
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" ng-required="true">
54
+ </label>
55
+ <!-- picture begin -->
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">
57
+ <label class="input-label">{{'Users.view.Picture' | translate}}</label>
58
+ <div class="form-group">
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">
60
+ {{"template.crud.clickToAddImage" | translate}}
61
+ </div>
62
+ </div>
63
+ </div>
64
+ <!-- password begin -->
65
+ <label for="textinput-password" class="item item-input item-stacked-label" data-component="crn-input-floating" id="lbl-textinput-password">
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" ng-required="true">
68
+ </label>
69
+
70
+ <!-- NtoN -->
71
+ <!-- NtoN end-->
72
+
73
+ </div>
74
+ </form>
75
+ </div>
76
+ </ion-content>
77
+ </ion-view>
@@ -0,0 +1,93 @@
1
+ <ion-view role="region" aria-labelledby="login_page_title" cache-view="false" can-swipe-back="false" class="pane login-bg" data-container="true">
2
+ <h1 class="sr-only" id="login_page_title">{{"Users.view.Login" | translate}}</h1>
3
+ <ion-content class="scroll-content center-content-vertically" data-component="crn-ion-content">
4
+ <div class="list safe-top" data-container="true">
5
+ <div class="col text-center">
6
+ <img aria-roledescription="logo" alt="{{'Accessibility.Login.Logo.Alt' | translate}}" src="assets/app-logo-login.svg" class="component-holder logo" style="display: block; margin-left:auto; margin-right:auto;" xattr-position="display: block; margin-left:auto; margin-right:auto;" data-component="crn-image" id="crn-image-960683">
7
+ </div>
8
+ </div>
9
+ <div class="list list-inset login-mobile" data-container="true">
10
+ <form class="form-validation" autocomplete="off" name="form" role="form">
11
+ <input type="hidden" name="csrf_token" value="CIwNZNlR4XbisJF39I8yWnWX9wX4WFoz">
12
+ <#if authentication?lower_case != "sso" && authentication?lower_case != "saml">
13
+ <div class="item item-input component-holder" data-component="crn-input" for="crn-input-username" title="{{'Login.view.Username' | translate}}" id="lbl-input-username">
14
+ <input aria-label="{{'Login.view.Username' | translate}}" autocomplete="username" autocorrect="off" autocapitalize="off" type="text" placeholder="{{'Login.view.Username' | translate}}" ng-model="vars.username" id="crn-input-username" keyboard="username">
15
+ </div>
16
+ <div class="item item-input component-holder" data-component="crn-input" for="crn-input-password" title="{{'Login.view.Password' | translate}}" id="lbl-input-password">
17
+ <input aria-label="{{'Login.view.Password' | translate}}" autocomplete="current-password" type="password" placeholder="{{'Login.view.Password' | translate}}" ng-model="vars.password" id="crn-input-password" keyboard="password">
18
+ </div>
19
+ <div class="item">
20
+ <a href="#/app/public/reset-password-email" class="component-holder" style="display:block" xattr-fullsize="display:block;" data-replace="true" data-component="crn-anchor" id="reset-password-login" on-hold="" on-tap="">{{'ResetPassword' | translate}}</a>
21
+ </div>
22
+ <div class="item" title="{{'Login.view.Login' | translate}}" for="crn-button-445347">
23
+ <button role="button" aria-label="{{'Login.view.Login' | translate}}" class="button button-block button-light button-medium filled" type="button" xattr-fullsize="button-block" xattr-theme="button-light" ng-click="cronapi.client('js.blockly.auth.Login.login').run(vars.username, vars.password, null)" data-component="crn-button" xattr-size="button-medium" xattr-type="filled" id="crn-button-907928" ng-disabled="form.$invalid || vm.dataLoading">
24
+ <i class="light" xattr-icon-theme="light"></i>
25
+ <span>{{"Login.view.Login" | translate}}</span></button>
26
+ </div>
27
+ <#else>
28
+ <div class="item" title="{{'Login.view.Login' | translate}}" for="crn-button-445347">
29
+ <button role="button" aria-label="{{'Login.view.Login' | translate}}" class="button button-block button-light button-medium filled" type="button" xattr-fullsize="button-block" xattr-theme="button-light" ng-click="redirectToLogin()" data-component="crn-button" xattr-size="button-medium" xattr-type="filled" id="crn-button-907928" ng-disabled="form.$invalid || vm.dataLoading">
30
+ <i class="light" xattr-icon-theme="light"></i>
31
+ <span>{{"Login.view.Login" | translate}}</span></button>
32
+ </div>
33
+ </#if>
34
+ <#if authentication?lower_case != "sso" && authentication?lower_case != "saml">
35
+ <div class="item">
36
+ <a aria-label="{{'Signup.view.Signup' | translate}}" href="#/app/public/signup" class="component-holder" style="display:block" xattr-fullsize="display:block;" data-replace="true" data-component="crn-anchor" id="button-signup">{{'Signup.view.Signup' | translate}}</a>
37
+ </div>
38
+ </#if>
39
+ </form>
40
+ <#if social?? && social?lower_case == "sim">
41
+ <form action="/oauth2/authorization/facebook" method="GET" id="facebook">
42
+ <input type="hidden" name="csrf_token" value="CIwNZNlR4XbisJF39I8yWnWX9wX4WFoz">
43
+ <input type="hidden" name="scope" value="email,public_profile">
44
+ </form>
45
+ <form action="/oauth2/authorization/github" method="GET" id="github">
46
+ <input type="hidden" name="csrf_token" value="CIwNZNlR4XbisJF39I8yWnWX9wX4WFoz">
47
+ <input type="hidden" name="scope" value="email,public_profile">
48
+ </form>
49
+ <form action="/oauth2/authorization/google" method="GET" id="google">
50
+ <input type="hidden" name="csrf_token" value="CIwNZNlR4XbisJF39I8yWnWX9wX4WFoz">
51
+ <input type="hidden" name="scope" value="email">
52
+ </form>
53
+ <form action="/oauth2/authorization/linkedin" method="GET" id="linkedin">
54
+ <input type="hidden" name="csrf_token" value="CIwNZNlR4XbisJF39I8yWnWX9wX4WFoz">
55
+ <input type="hidden" name="scope" value="r_emailaddress">
56
+ </form>
57
+ <form action="/oauth2/authorization/cronapp" method="GET" id="cronapp">
58
+ <input type="hidden" name="csrf_token" value="CIwNZNlR4XbisJF39I8yWnWX9wX4WFoz">
59
+ <input type="hidden" name="scope" value="email">
60
+ </form>
61
+ <div class="component-holder ng-scope login-social" data-component="crn-button-bar" id="crn-login-social-mobile" style="">
62
+ <div class="button-bar center-block text-center">
63
+ <button data-component="crn-button" type="button" onclick="document.getElementById('facebook').submit()" xattr-size="" xattr-type="" xattr-theme="" xattr-fullsize="button-block" id="login-social-facebook">
64
+ <span>Facebook</span>
65
+ <i class="icon icon-left fa fa-facebook positive" xattr-icon-theme="positive"></i>
66
+ </button>
67
+ <button data-component="crn-button" type="button" onclick="document.getElementById('github').submit()" xattr-size="" xattr-type="" xattr-theme="" xattr-fullsize="button-block" id="login-social-github">
68
+ <span>Github</span>
69
+ <i class="icon icon-left fa fa-github-alt positive" xattr-icon-theme="positive"></i>
70
+ </button>
71
+ <button data-component="crn-button" type="button" onclick="document.getElementById('google').submit()" xattr-size="" xattr-type="" xattr-theme="" xattr-fullsize="button-block" id="login-social-google">
72
+ <span>Google</span>
73
+ <i class="icon icon-left fa fa-linkedin-square positive" xattr-icon-theme="positive"></i>
74
+ </button>
75
+ <button data-component="crn-button" type="button" onclick="document.getElementById('linkedin').submit()" xattr-size="" xattr-type="" xattr-theme="" xattr-fullsize="button-block" id="login-social-linkedin">
76
+ <span>Linkedin</span>
77
+ <i class="icon icon-left fa fa-google positive" xattr-icon-theme="positive"></i>
78
+ </button>
79
+ <button data-component="crn-button" type="button" onclick="document.getElementById('cronapp').submit()" xattr-size="" xattr-type="" xattr-theme="" xattr-fullsize="button-block" id="login-social-cronapp">
80
+ <span>CRONAPP</span>
81
+ <i class="icon icon-left fa fa-cloud positive" xattr-icon-theme="positive"></i>
82
+ </button>
83
+ </div>
84
+ </div>
85
+ </#if>
86
+ <div class="item" title="{{message.error}}">
87
+ <div ng-show="message.error" class="help-block" data-container="true">
88
+ {{message.error}}
89
+ </div>
90
+ </div>
91
+ </div>
92
+ </ion-content>
93
+ </ion-view>
@@ -0,0 +1,8 @@
1
+ <#-- Verificar se existem parametros -->
2
+ file=home.view.html
3
+ file=menu.view.html
4
+ <#if authentication?lower_case != "sso" && authentication?lower_case != "saml">
5
+ file=reset-password-email.view.html
6
+ file=reset-password.view.html
7
+ file=signup.view.html
8
+ </#if>