@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,151 @@
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.privacy = window.blockly.js.blockly.privacy || {};
5
+ window.blockly.js.blockly.privacy.Cookies = window.blockly.js.blockly.privacy.Cookies || {};
6
+
7
+ /**
8
+ * @function openPreferences
9
+ *
10
+ * Descreva esta função...
11
+ *
12
+ *
13
+ * @author Root
14
+ * @since 04/08/2022 10:42:20
15
+ *
16
+ */
17
+ window.blockly.js.blockly.privacy.Cookies.openPreferencesArgs = [];
18
+ window.blockly.js.blockly.privacy.Cookies.openPreferences = async function() {
19
+ var isChecked, value;
20
+ //
21
+ this.cronapi.screen.showModal("modalCookies");
22
+ }
23
+
24
+ /**
25
+ * @function checkCookieMarketing
26
+ *
27
+ * Descreva esta função...
28
+ *
29
+ *
30
+ * @author Root
31
+ * @since 04/08/2022 10:42:20
32
+ *
33
+ */
34
+ window.blockly.js.blockly.privacy.Cookies.checkCookieMarketingArgs = [];
35
+ window.blockly.js.blockly.privacy.Cookies.checkCookieMarketing = async function() {
36
+ var isChecked, value;
37
+ //
38
+ value = this.cronapi.util.getCookie('cookieMarketing');
39
+ //
40
+ if (this.cronapi.logic.isNullOrEmpty(value)) {
41
+ //
42
+ isChecked = true;
43
+ } else {
44
+ //
45
+ isChecked = this.cronapi.conversion.toBoolean(value);
46
+ }
47
+ return isChecked;
48
+ }
49
+
50
+ /**
51
+ * @function setPreference
52
+ *
53
+ * Cookies
54
+ *
55
+ *
56
+ * @author Root
57
+ * @since 04/08/2022 10:42:20
58
+ *
59
+ */
60
+ window.blockly.js.blockly.privacy.Cookies.setPreferenceArgs = [];
61
+ window.blockly.js.blockly.privacy.Cookies.setPreference = async function() {
62
+ var isChecked, value;
63
+ //
64
+ this.cronapi.screen.hideModal("modalCookies");
65
+ //
66
+ isCheckedMarketingCookie = this.cronapi.screen.getValueOfField("vars.checkMarketing");
67
+ //
68
+ isCheckedAnalyticsCookie = this.cronapi.screen.getValueOfField("vars.checkAnalytics");
69
+ //
70
+ this.cronapi.util.setCookie('cookieMarketing', isCheckedMarketingCookie, 'days', 365);
71
+ //
72
+ this.cronapi.util.setCookie('cookieAnalytics', isCheckedAnalyticsCookie, 'days', 365);
73
+ //
74
+ this.cronapi.util.setCookie('cookieEssencial', true, 'days', 365);
75
+ //
76
+ this.cronapi.screen.hideComponent("dialogCookies");
77
+ }
78
+
79
+ /**
80
+ * @function checkCookieAnalytics
81
+ *
82
+ * Descreva esta função...
83
+ *
84
+ *
85
+ * @author Root
86
+ * @since 04/08/2022 10:42:20
87
+ *
88
+ */
89
+ window.blockly.js.blockly.privacy.Cookies.checkCookieAnalyticsArgs = [];
90
+ window.blockly.js.blockly.privacy.Cookies.checkCookieAnalytics = async function() {
91
+ var isChecked, value;
92
+ //
93
+ value = this.cronapi.util.getCookie('cookieAnalytics');
94
+ //
95
+ if (this.cronapi.logic.isNullOrEmpty(value)) {
96
+ //
97
+ isChecked = true;
98
+ } else {
99
+ //
100
+ isChecked = this.cronapi.conversion.toBoolean(value);
101
+ }
102
+ return isChecked;
103
+ }
104
+
105
+ /**
106
+ * @function checkCookieEssencials
107
+ *
108
+ * Descreva esta função...
109
+ *
110
+ *
111
+ * @author Root
112
+ * @since 04/08/2022 10:42:20
113
+ *
114
+ */
115
+ window.blockly.js.blockly.privacy.Cookies.checkCookieEssencialsArgs = [];
116
+ window.blockly.js.blockly.privacy.Cookies.checkCookieEssencials = async function() {
117
+ var isChecked, value;
118
+ //
119
+ value = this.cronapi.util.getCookie('cookieEssencial');
120
+ //
121
+ if (this.cronapi.logic.isNullOrEmpty(value)) {
122
+ //
123
+ isChecked = true;
124
+ } else {
125
+ //
126
+ isChecked = this.cronapi.conversion.toBoolean(value);
127
+ }
128
+ return isChecked;
129
+ }
130
+
131
+ /**
132
+ * @function checkCookies
133
+ *
134
+ *
135
+ *
136
+ *
137
+ * @author Root
138
+ * @since 29/08/2022 14:21:06
139
+ *
140
+ */
141
+ window.blockly.js.blockly.privacy.Cookies.checkCookiesArgs = [];
142
+ window.blockly.js.blockly.privacy.Cookies.checkCookies = async function() {
143
+ var haveCookies;
144
+ //
145
+ haveCookies = this.cronapi.util.checkSavedCookies('cookieEssencial');
146
+ //
147
+ if (haveCookies) {
148
+ //
149
+ this.cronapi.screen.hideComponent("dialogCookies");
150
+ }
151
+ }
@@ -0,0 +1,4 @@
1
+ <#if (blockly!"true")?boolean>
2
+ path=Cookies.blockly
3
+ </#if>
4
+ path=Cookies.blockly.js
@@ -0,0 +1,11 @@
1
+ app.controller('AfterLoginController', function($scope) {
2
+ //
3
+ });
4
+
5
+ app.controller('AfterHomeController', function($scope) {
6
+ //
7
+ });
8
+
9
+ app.controller('AfterPageController', function($scope) {
10
+ //
11
+ });
@@ -0,0 +1,39 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="Camada_2" data-name="Camada 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 948.7 154.24">
3
+ <defs>
4
+ <style>
5
+ .cls-1 {
6
+ fill: #000000;
7
+ }
8
+
9
+ .cls-2 {
10
+ fill: gray;
11
+ }
12
+ </style>
13
+ </defs>
14
+ <g id="Versoes">
15
+ <g>
16
+ <g>
17
+ <path class="cls-1" d="M175.38,0v6.71h-17.25c-6.06,0-8.69,3.16-8.69,10.66s2.63,10.6,8.69,10.6h17.25v6.78h-17.9c-9.28,0-15.07-5.66-15.07-17.38S148.2,0,157.48,0h17.9Z"/>
18
+ <path class="cls-1" d="M205.66,0v6.71h-12.24c-3.09,0-4.48,1.45-4.48,4.48v23.57h-6.98V10.14c0-6.98,2.57-10.14,9.41-10.14h14.28Z"/>
19
+ <path class="cls-1" d="M231.6,0c9.21,0,15.07,5.66,15.07,17.38s-5.86,17.38-15.07,17.38h-7.31c-9.28,0-15.07-5.66-15.07-17.38S215.01,0,224.29,0h7.31ZM224.95,6.71c-6.06,0-8.69,3.16-8.69,10.66s2.63,10.6,8.69,10.6h5.99c5.99,0,8.69-3.09,8.69-10.6s-2.7-10.66-8.69-10.66h-5.99Z"/>
20
+ <path class="cls-1" d="M272.6,0c11.78,0,17.51,5.6,17.51,15.21v19.55h-7.04V15.21c0-5.46-3.16-8.49-10.47-8.49h-11.39c-.59,0-.86.33-.86.99v27.05h-6.98V5.4c0-4.08,1.38-5.4,4.87-5.4h14.35Z"/>
21
+ <path class="cls-1" d="M320.52,0c8.69,0,12.11,4.87,12.11,11.45v16.33c0,5-1.32,6.98-7.17,6.98h-16.26c-8.23,0-11.65-4.02-11.65-10.6s3.16-10,11.72-10h16.52v-2.63c0-2.7-1.51-4.8-5.33-4.8h-20.8V0h20.87ZM325.79,26.2v-6.52h-16.39c-3.69,0-5,1.51-5,4.08s1.38,4.21,4.87,4.21h14.61c1.38,0,1.91-.53,1.91-1.78Z"/>
22
+ <path class="cls-1" d="M363.11,0c9.22,0,15.01,5.66,15.01,17.38s-5.79,17.38-15.01,17.38h-15.4v13.96h-6.98V14.88c0-10.01,4.41-14.88,12.77-14.88h9.61ZM347.71,27.98h14.68c6.06,0,8.69-3.09,8.69-10.6s-2.63-10.66-8.69-10.66h-6.85c-5.66,0-7.83,2.5-7.83,8.49v12.77Z"/>
23
+ <path class="cls-1" d="M407.08,0c9.22,0,15.01,5.66,15.01,17.38s-5.79,17.38-15.01,17.38h-15.4v13.96h-6.98V14.88c0-10.01,4.41-14.88,12.77-14.88h9.61ZM391.67,27.98h14.68c6.06,0,8.69-3.09,8.69-10.6s-2.63-10.66-8.69-10.66h-6.85c-5.66,0-7.83,2.5-7.83,8.49v12.77Z"/>
24
+ </g>
25
+ <g>
26
+ <path class="cls-1" d="M127.49,43.16l-7.07,19.42h-44.76c-17.61,0-25.93,8.39-29.7,18.76l-3.83,10.53h66.98l-6.71,18.43H35.41l-15.99,43.94H0l26.47-72.74c8.09-22.22,25.48-38.34,54.93-38.34h46.08Z"/>
27
+ <path class="cls-1" d="M195.69,67.35l-6.11,16.79h-30.61c-7.73,0-12.51,3.62-15.26,11.19l-21.44,58.91h-17.44l22.4-61.55c6.35-17.44,15.64-25.34,32.76-25.34h35.71Z"/>
28
+ <path class="cls-1" d="M260.53,67.35c23.04,0,32.53,14.15,21.87,43.44-10.66,29.29-30.46,43.44-53.5,43.44h-18.27c-23.2,0-32.53-14.15-21.87-43.44,10.66-29.29,30.29-43.44,53.5-43.44h18.27ZM237.8,84.14c-15.14,0-24.6,7.9-31.43,26.66s-3.06,26.5,12.08,26.5h14.97c14.98,0,24.54-7.73,31.37-26.5s2.96-26.66-12.02-26.66h-14.97Z"/>
29
+ <path class="cls-1" d="M363.05,67.35c29.46,0,38.68,13.99,29.94,38.01l-17.79,48.88h-17.61l17.79-48.88c4.97-13.66-.17-21.23-18.44-21.23h-28.47c-1.48,0-2.44.82-3.04,2.47l-24.62,67.63h-17.44l26.71-73.39c3.71-10.2,8.37-13.49,17.09-13.49h35.88Z"/>
30
+ <path class="cls-1" d="M430.35,67.35l7.49-20.57h17.61l-7.49,20.57h24.03l-6.11,16.79h-24.03l-14.97,41.14c-3.53,9.71-1.28,13,6.95,13h12.01l-5.81,15.96h-15.63c-17.94,0-23.04-7.24-14.77-29.95l14.62-40.15h-11.85l6.11-16.79h11.85Z"/>
31
+ <path class="cls-2" d="M552.7,43.16c26.17,0,32.7,12.34,26.11,30.44-4.67,12.84-13.08,20.57-24.95,24.68,8.98,4.28,11.9,12.51,7.23,25.34-6.47,17.77-22.17,30.61-48.33,30.61h-49.37c-6.25,0-8.14-2.96-5.92-9.05l33.84-92.98c2.22-6.09,6.26-9.05,12.51-9.05h48.88ZM480.93,133.18c-.48,1.32.17,1.81,1.48,1.81h37.85c11.68,0,19.09-5.43,22.39-14.48,3.41-9.38-.55-14.32-11.9-14.32h-39.99l-9.82,26.99ZM496.63,90.06h39.5c11.52,0,18.67-4.28,21.97-13.33,3.17-8.72.17-14.48-11.68-14.48h-37.52c-1.32,0-2.38.66-2.86,1.97l-9.4,25.84Z"/>
32
+ <path class="cls-2" d="M650.86,67.35c23.04,0,32.53,14.15,21.87,43.44-10.66,29.29-30.46,43.44-53.5,43.44h-18.27c-23.2,0-32.54-14.15-21.87-43.44,10.66-29.29,30.29-43.44,53.5-43.44h18.27ZM628.12,84.14c-15.14,0-24.6,7.9-31.43,26.66-6.83,18.76-3.06,26.5,12.08,26.5h14.97c14.98,0,24.54-7.73,31.37-26.5,6.83-18.76,2.96-26.66-12.02-26.66h-14.97Z"/>
33
+ <path class="cls-2" d="M757.16,67.35c23.04,0,32.53,14.15,21.87,43.44-10.66,29.29-30.46,43.44-53.5,43.44h-18.27c-23.2,0-32.53-14.15-21.87-43.44,10.66-29.29,30.29-43.44,53.5-43.44h18.27ZM734.43,84.14c-15.14,0-24.6,7.9-31.43,26.66s-3.06,26.5,12.08,26.5h14.97c14.98,0,24.54-7.73,31.37-26.5s2.96-26.66-12.02-26.66h-14.97Z"/>
34
+ <path class="cls-2" d="M884.03,67.35l-6.11,16.79h-48.05c-8.06,0-12.55,3.29-14.95,9.87-2.22,6.09-.78,9.38,8.93,9.38h20.41c24.03,0,26.1,11.03,21.19,24.52-5.63,15.47-17.65,26.33-38.05,26.33h-50.52l6.17-16.95h50.52c8.06,0,12.37-2.8,14.83-9.54,2.52-6.91-.09-9.71-8.81-9.71h-20.57c-24.03,0-25.58-12.01-20.73-25.34,5.69-15.63,17.29-25.34,37.53-25.34h48.22Z"/>
35
+ <path class="cls-2" d="M907.07,67.35l7.49-20.57h17.61l-7.49,20.57h24.03l-6.11,16.79h-24.03l-14.97,41.14c-3.53,9.71-1.28,13,6.95,13h12.01l-5.81,15.96h-15.63c-17.94,0-23.04-7.24-14.77-29.95l14.62-40.15h-11.85l6.11-16.79h11.85Z"/>
36
+ </g>
37
+ </g>
38
+ </g>
39
+ </svg>
@@ -0,0 +1,7 @@
1
+ <#if (backend?lower_case) == "true">
2
+ path=admin
3
+ </#if>
4
+ path=error
5
+ path=logged
6
+ path=public
7
+ path=login.view.html.ftl
@@ -0,0 +1,3 @@
1
+ file=role.view.html
2
+ file=user.view.html
3
+ file=auditlog.search.view.html
@@ -0,0 +1,95 @@
1
+ <h1 class="component-holder text-left h3 title col-md-12" xattr-position="text-left" xattr-type="h3" data-component="crn-text-component" id="crn-text-component-60127">{{"AuditLog" | translate}}</h1>
2
+ <datasource data-component="crn-datasource" filter="" name="AuditLog" entity="app.AuditLog" keys="id" rows-per-page="100" class="" schema="[{&quot;name&quot;:&quot;id&quot;,&quot;type&quot;:&quot;Int32&quot;,&quot;nullable&quot;:false,&quot;key&quot;:true},{&quot;name&quot;:&quot;type&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;command&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;date&quot;,&quot;type&quot;:&quot;DateTime&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;objectData&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;user&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;host&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;agent&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;server&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;affectedFields&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;category&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;application&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;error&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false}]" condition="{&quot;maxRecord&quot;:100,&quot;params&quot;:[],&quot;expression&quot;:{&quot;type&quot;:&quot;AND&quot;,&quot;args&quot;:[{&quot;type&quot;:&quot;%&quot;,&quot;left&quot;:&quot;agent&quot;,&quot;right&quot;:&quot;{{vars.search|raw}}&quot;,&quot;args&quot;:[]},{&quot;type&quot;:&quot;%&quot;,&quot;left&quot;:&quot;application&quot;,&quot;right&quot;:&quot;{{vars.search|raw}}&quot;,&quot;args&quot;:[]},{&quot;type&quot;:&quot;%&quot;,&quot;left&quot;:&quot;category&quot;,&quot;right&quot;:&quot;{{vars.search|raw}}&quot;,&quot;args&quot;:[]}]}}" lazy="true" parameters="" dependent-lazy-post="" checkrequired="" order-by="date|DESC"></datasource>
3
+ <div role="search" ng-hide="AuditLog.inserting || AuditLog.editing" data-component="crn-textinput" id="crn-datasource-filter-general60127" class="col-md-12">
4
+ <div class="form-group">
5
+ <label for="textinput-filter" class="">{{"template.crud.search" | translate}}</label>
6
+ <input type="text" ng-model="vars.search" id="textinput-filter" class="form-control k-textbox" value="" placeholder="{{'template.crud.search' | translate}}">
7
+ </div>
8
+ </div>
9
+ <section ng-hide="AuditLog.editing || AuditLog.inserting" class="component-holder ng-binding ng-scope col-md-12" data-component="crn-cron-grid" id="cron-crn-grid-search">
10
+ <cron-grid options="{&quot;dataSourceScreen&quot;:{&quot;name&quot;:&quot;AuditLog&quot;,&quot;entity&quot;:&quot;app.AuditLog&quot;,&quot;entityDataSource&quot;:{&quot;id&quot;:&quot;app.AuditLog&quot;,&quot;customId&quot;:&quot;AuditLog&quot;,&quot;name&quot;:&quot;AuditLog&quot;,&quot;customQueryName&quot;:&quot;app.AuditLog&quot;,&quot;paramValues&quot;:[],&quot;entityFullName&quot;:&quot;app.entity.AuditLog&quot;,&quot;schemaFields&quot;:[{&quot;name&quot;:&quot;id&quot;,&quot;type&quot;:&quot;Int32&quot;,&quot;nullable&quot;:false,&quot;key&quot;:true},{&quot;name&quot;:&quot;type&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;command&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;date&quot;,&quot;type&quot;:&quot;DateTime&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;objectData&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;user&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;host&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;agent&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;server&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;affectedFields&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;category&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;application&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;error&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false}],&quot;type&quot;:&quot;entity&quot;},&quot;keys&quot;:&quot;id&quot;,&quot;rowsPerPage&quot;:&quot;100&quot;,&quot;schema&quot;:[{&quot;name&quot;:&quot;id&quot;,&quot;type&quot;:&quot;Int32&quot;,&quot;nullable&quot;:false,&quot;key&quot;:true},{&quot;name&quot;:&quot;type&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;command&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;date&quot;,&quot;type&quot;:&quot;DateTime&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;objectData&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;user&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;host&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;agent&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;server&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;affectedFields&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;category&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;application&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;error&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false}],&quot;parameters&quot;:&quot;&quot;,&quot;condition&quot;:&quot;&quot;,&quot;dependentLazyPost&quot;:&quot;&quot;,&quot;lazy&quot;:&quot;true&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;:true,&quot;allowSorting&quot;:true,&quot;allowGrouping&quot;:false,&quot;allowSelectionTotalPageToShow&quot;:true,&quot;allowRefreshGrid&quot;:true,&quot;allowSelectionRow&quot;:true,&quot;batchMode&quot;:true,&quot;hideModalButtons&quot;:true,&quot;editable&quot;:&quot;no&quot;,&quot;pathView&quot;:&quot;src/main/webapp/views/admin/auditlog.search.view.html&quot;,&quot;modelGrid&quot;:&quot;custom&quot;,&quot;columns&quot;:[{&quot;dataType&quot;:&quot;Database&quot;,&quot;field&quot;:&quot;date&quot;,&quot;headerText&quot;:&quot;{{'Date' | translate}}&quot;,&quot;type&quot;:&quot;datetime&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;:false,&quot;inputType&quot;:&quot;date&quot;,&quot;comboboxOptions&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;dateOptions&quot;:{&quot;type&quot;:&quot;datetime&quot;,&quot;dateInput&quot;:true},&quot;aggregates&quot;:[],&quot;widthDevices&quot;:[]},{&quot;dataType&quot;:&quot;Database&quot;,&quot;field&quot;:&quot;user&quot;,&quot;headerText&quot;:&quot;{{'User' | translate}}&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;:false,&quot;alignment&quot;:&quot;left&quot;,&quot;inputType&quot;:&quot;default&quot;,&quot;comboboxOptions&quot;:{&quot;dataSourceScreen&quot;:{&quot;schema&quot;:[]},&quot;relationDataSource&quot;:{&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;aggregates&quot;:[],&quot;widthDevices&quot;:[]},{&quot;dataType&quot;:&quot;Database&quot;,&quot;field&quot;:&quot;application&quot;,&quot;headerText&quot;:&quot;{{'Application' | translate}}&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;:false,&quot;alignment&quot;:&quot;left&quot;,&quot;inputType&quot;:&quot;default&quot;,&quot;comboboxOptions&quot;:{&quot;dataSourceScreen&quot;:{&quot;schema&quot;:[]},&quot;relationDataSource&quot;:{&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;aggregates&quot;:[],&quot;widthDevices&quot;:[]},{&quot;dataType&quot;:&quot;Database&quot;,&quot;field&quot;:&quot;category&quot;,&quot;headerText&quot;:&quot;{{'Category' | translate}}&quot;,&quot;type&quot;:&quot;string&quot;,&quot;sortable&quot;:true,&quot;filterable&quot;:true,&quot;format&quot;:&quot;&quot;,&quot;visible&quot;:true,&quot;visibleCrud&quot;:true,&quot;linkParentType&quot;:&quot;screen&quot;,&quot;linkParentLoadIfEmpty&quot;:false,&quot;required&quot;:false,&quot;inputType&quot;:&quot;default&quot;,&quot;comboboxOptions&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;aggregates&quot;:[],&quot;widthDevices&quot;:[]},{&quot;dataType&quot;:&quot;Database&quot;,&quot;field&quot;:&quot;type&quot;,&quot;headerText&quot;:&quot;{{'Type' | translate}}&quot;,&quot;type&quot;:&quot;string&quot;,&quot;sortable&quot;:true,&quot;filterable&quot;:true,&quot;format&quot;:&quot;&quot;,&quot;visible&quot;:true,&quot;visibleCrud&quot;:true,&quot;linkParentType&quot;:&quot;screen&quot;,&quot;linkParentLoadIfEmpty&quot;:false,&quot;required&quot;:false,&quot;inputType&quot;:&quot;default&quot;,&quot;comboboxOptions&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;aggregates&quot;:[],&quot;widthDevices&quot;:[]},{&quot;dataType&quot;:&quot;Database&quot;,&quot;field&quot;:&quot;command&quot;,&quot;headerText&quot;:&quot;{{'Command' | translate}}&quot;,&quot;type&quot;:&quot;string&quot;,&quot;sortable&quot;:true,&quot;filterable&quot;:true,&quot;format&quot;:&quot;&quot;,&quot;visible&quot;:true,&quot;visibleCrud&quot;:true,&quot;linkParentType&quot;:&quot;screen&quot;,&quot;linkParentLoadIfEmpty&quot;:false,&quot;required&quot;:false,&quot;inputType&quot;:&quot;default&quot;,&quot;comboboxOptions&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;aggregates&quot;:[],&quot;widthDevices&quot;:[]},{&quot;dataType&quot;:&quot;Customized&quot;,&quot;headerText&quot;:&quot;{{ 'Details' | translate }}&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;:false,&quot;iconClass&quot;:&quot;fa fa-list-alt&quot;,&quot;inputType&quot;:&quot;default&quot;,&quot;comboboxOptions&quot;:{&quot;staticDataSource&quot;:[],&quot;filterKeyValues&quot;:{&quot;&quot;:&quot;&quot;,&quot;contains&quot;:&quot;Contendo&quot;,&quot;startswith&quot;:&quot;Iniciando com&quot;,&quot;endswith&quot;:&quot;Final com&quot;},&quot;customTemplate&quot;:false},&quot;execute&quot;:&quot;cronapi.screen.showModal('auditDetail')&quot;,&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;:[]}" ng-model="vars.grid60127" class="" style="" scrollable="false">
11
+ </cron-grid>
12
+ </section>
13
+ <div class="modal fade" id="auditDetail">
14
+ <div class="modal-dialog">
15
+ <div class="modal-content">
16
+ <div class="component-holder modal-header">
17
+ <button type="button" class="close" data-dismiss="modal" aria-label="{{'Home.view.Close' | translate}}"><span aria-hidden="true">×</span></button>
18
+ <h2>{{'Details' | translate}}</h2>
19
+ </div>
20
+ <div class="modal-body">
21
+ <form>
22
+ <div class="list-group list-group-sm row">
23
+ <div class="component-holder ng-binding ng-scope col-md-6" data-component="crn-textinput" id="crn-textinput-851708">
24
+ <div class="form-group">
25
+ <label for="input7149">{{'Date' | translate}}</label>
26
+ <input type="datetime" mask="" mask-placeholder="" ng-required="false" ng-model="AuditLog.active.date" class="form-control k-textbox" id="input7149" placeholder="" readonly="true">
27
+ </div>
28
+ </div>
29
+ <div class="component-holder ng-binding ng-scope col-md-6" data-component="crn-textinput" id="crn-textinput-391930">
30
+ <div class="form-group">
31
+ <label for="input4726">{{'Category' | translate}}</label>
32
+ <input type="text" mask="" mask-placeholder="" ng-required="false" ng-model="AuditLog.active.category" class="form-control k-textbox" id="input4726" placeholder="" readonly="true">
33
+ </div>
34
+ </div>
35
+ <div class="component-holder ng-binding ng-scope col-md-6" data-component="crn-textinput" id="crn-textinput-206920">
36
+ <div class="form-group">
37
+ <label for="input8439">{{'Type' | translate}}</label>
38
+ <input type="text" mask="" mask-placeholder="" ng-required="false" ng-model="AuditLog.active.type" class="form-control k-textbox" id="input8439" placeholder="" readonly="true">
39
+ </div>
40
+ </div>
41
+ <div class="component-holder ng-binding ng-scope col-md-6" data-component="crn-textinput" id="crn-textinput-55492">
42
+ <div class="form-group">
43
+ <label for="input9800">{{'User' | translate}}</label>
44
+ <input type="text" mask="" mask-placeholder="" ng-required="false" ng-model="AuditLog.active.user" class="form-control k-textbox" id="input9800" placeholder="" readonly="true">
45
+ </div>
46
+ </div>
47
+ <div class="component-holder ng-binding ng-scope col-md-4" data-component="crn-textinput" id="crn-textinput-425454">
48
+ <div class="form-group">
49
+ <label for="input2394">Host</label>
50
+ <input type="text" mask="" mask-placeholder="" ng-required="false" ng-model="AuditLog.active.host" class="form-control k-textbox" id="input2394" placeholder="" readonly="true">
51
+ </div>
52
+ </div>
53
+ <div class="component-holder ng-binding ng-scope col-md-4" data-component="crn-textinput" id="crn-textinput-594236">
54
+ <div class="form-group">
55
+ <label for="input141">{{'Server' | translate}}</label>
56
+ <input type="text" mask="" mask-placeholder="" ng-required="false" ng-model="AuditLog.active.server" class="form-control k-textbox" id="input141" placeholder="" readonly="true">
57
+ </div>
58
+ </div>
59
+ <div class="component-holder ng-binding ng-scope col-md-4" data-component="crn-textinput" id="crn-textinput-9601">
60
+ <div class="form-group">
61
+ <label for="input14147571">{{'Application' | translate}}</label>
62
+ <input type="text" mask="" mask-placeholder="" ng-required="false" ng-model="AuditLog.active.application" class="form-control k-textbox" id="input14147571" placeholder="" readonly="true">
63
+ </div>
64
+ </div>
65
+ <div class="component-holder ng-binding ng-scope col-md-12" data-component="crn-textinput" id="crn-textinput-541917">
66
+ <div class="form-group">
67
+ <label for="input2977">{{'Agent' | translate}}</label>
68
+ <input type="text" mask="" mask-placeholder="" ng-required="false" ng-model="AuditLog.active.agent" class="form-control k-textbox" id="input2977" placeholder="" readonly="true">
69
+ </div>
70
+ </div>
71
+ <div class="component-holder ng-binding ng-scope col-md-12" data-component="crn-textinput" id="crn-textinput-1013391">
72
+ <div class="form-group">
73
+ <label for="input9500">{{'AffectedFields' | translate}}</label>
74
+ <input type="text" mask="" mask-placeholder="" ng-required="false" ng-model="AuditLog.active.affectedFields" class="form-control k-textbox" id="input9500" placeholder="" readonly="true">
75
+ </div>
76
+ </div>
77
+ <div class="component-holder ng-binding ng-scope col-md-12" data-component="crn-textarea" id="crn-textarea-733935">
78
+ <div class="form-group">
79
+ <label for="textArea6066">{{'Data' | translate}}</label>
80
+ <textarea id="textArea6066" ng-model="AuditLog.active.objectData" maxlength="300" resize="resize:none;" class="form-control k-textbox" rows="5" readonly></textarea>
81
+ </div>
82
+ </div>
83
+ </div>
84
+ </form>
85
+ </div>
86
+ <div class="modal-footer">
87
+ <div class="component-holder ng-scope col-md-12" data-component="crn-button" id="crn-button-auditlog-search">
88
+ <button class="btn k-button btn-block btn-default btn-fab" data-dismiss="modal" aria-label="{{'Home.view.Close' | translate}}" xattr-fullsize="btn-block" xattr-theme="btn-default" xattr-disabled="">
89
+ <i class="k-icon k-i-close" icon-theme=""></i>
90
+ </button>
91
+ </div>
92
+ </div>
93
+ </div>
94
+ </div>
95
+ </div>
@@ -0,0 +1,99 @@
1
+ <div id="starter" ng-init="" ng-destroy="" data-component="crn-start" screen-params="" primary-datasource="Role">
2
+ <h1 class="component-holder text-left h3 title" xattr-position="text-left" xattr-type="h3" data-component="crn-text-component" id="crn-text-component-18419">{{"Admin.view.Role" | translate}}</h1>
3
+
4
+ <datasource data-component="crn-datasource" filter="" name="Role" entity="app.roleManager" keys="id" rows-per-page="100" class="" schema="[{&quot;name&quot;:&quot;id&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:true},{&quot;name&quot;:&quot;builtIn&quot;,&quot;type&quot;:&quot;Boolean&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;membershipEnabled&quot;,&quot;type&quot;:&quot;Boolean&quot;,&quot;nullable&quot;:false,&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;normalizedName&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false}]" condition="{&quot;maxRecord&quot;:100,&quot;params&quot;:[{&quot;fieldName&quot;:&quot;applicationId&quot;,&quot;fieldValue&quot;:&quot;&quot;}],&quot;expression&quot;:{&quot;type&quot;:&quot;OR&quot;,&quot;args&quot;:[{&quot;type&quot;:&quot;%&quot;,&quot;left&quot;:&quot;name&quot;,&quot;right&quot;:&quot;{{vars.search|raw}}&quot;,&quot;args&quot;:[]}]}}" lazy="true" on-before-create="" on-before-update=""></datasource>
5
+
6
+ <div role="search" ng-hide="Role.inserting || Role.editing" data-component="crn-textinput" id="crn-datasource-filter-general18419" class="">
7
+ <div class="form-group">
8
+ <label for="textinput-filter" class="">{{"template.crud.search" | translate}}</label>
9
+ <input type="text" ng-model="vars.search" id="textinput-filter" class="form-control k-textbox" value="" placeholder="{{'template.crud.search' | translate}}">
10
+ </div>
11
+ </div>
12
+
13
+ <section ng-hide="Role.editing || Role.inserting" class="component-holder ng-binding ng-scope" data-component="crn-cron-grid" id="cron-crn-grid-search">
14
+ <cron-grid options="{&quot;dataSourceScreen&quot;:{&quot;name&quot;:&quot;Role&quot;,&quot;entity&quot;:&quot;app.Role&quot;,&quot;entityDataSource&quot;:{&quot;id&quot;:&quot;app.Role&quot;,&quot;customId&quot;:&quot;Role&quot;,&quot;name&quot;:&quot;Role&quot;,&quot;customQueryName&quot;:&quot;app.Role&quot;,&quot;paramValues&quot;:[],&quot;entityFullName&quot;:&quot;app.entity.Role&quot;,&quot;schemaFields&quot;:[{&quot;name&quot;:&quot;id&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:true},{&quot;name&quot;:&quot;builtIn&quot;,&quot;type&quot;:&quot;Boolean&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;membershipEnabled&quot;,&quot;type&quot;:&quot;Boolean&quot;,&quot;nullable&quot;:false,&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;normalizedName&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false}],&quot;type&quot;:&quot;entity&quot;},&quot;schema&quot;:[{&quot;name&quot;:&quot;id&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:true},{&quot;name&quot;:&quot;builtIn&quot;,&quot;type&quot;:&quot;Boolean&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;membershipEnabled&quot;,&quot;type&quot;:&quot;Boolean&quot;,&quot;nullable&quot;:false,&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;normalizedName&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false}],&quot;id&quot;:&quot;app.Role&quot;},&quot;allowPaging&quot;:true,&quot;allowSorting&quot;:true,&quot;allowGrouping&quot;:false,&quot;allowSelectionTotalPageToShow&quot;:true,&quot;allowRefreshGrid&quot;:true,&quot;allowSelectionRow&quot;:true,&quot;hideModalButtons&quot;:true,&quot;editable&quot;:&quot;datasource&quot;,&quot;columns&quot;:[{&quot;dataType&quot;:&quot;Database&quot;,&quot;field&quot;:&quot;name&quot;,&quot;headerText&quot;:&quot;{{'Name' | translate}}&quot;,&quot;type&quot;:&quot;string&quot;,&quot;sortable&quot;:true,&quot;filterable&quot;:true,&quot;format&quot;:&quot;&quot;,&quot;visible&quot;:true,&quot;visibleCrud&quot;:true,&quot;linkParentType&quot;:&quot;screen&quot;,&quot;linkParentLoadIfEmpty&quot;:false,&quot;required&quot;:false,&quot;inputType&quot;:&quot;default&quot;,&quot;comboboxOptions&quot;:{&quot;dataSourceScreen&quot;:{&quot;schema&quot;:[]},&quot;relationDataSource&quot;:{&quot;schema&quot;:[]},&quot;staticDataSource&quot;:[],&quot;filterKeyValues&quot;:{&quot;&quot;:&quot;&quot;,&quot;contains&quot;:&quot;Contendo&quot;,&quot;startswith&quot;:&quot;Iniciando com&quot;,&quot;endswith&quot;:&quot;Final com&quot;},&quot;customTemplate&quot;:false},&quot;aggregates&quot;:[],&quot;widthDevices&quot;:[]},{&quot;dataType&quot;:&quot;Command&quot;,&quot;headerText&quot;:&quot;{{ 'Action' | translate }}&quot;,&quot;sortable&quot;:false,&quot;filterable&quot;:false,&quot;visible&quot;:true,&quot;visibleCrud&quot;:true,&quot;linkParentType&quot;:&quot;screen&quot;,&quot;linkParentLoadIfEmpty&quot;:false,&quot;command&quot;:&quot;edit|destroy&quot;,&quot;required&quot;:false,&quot;inputType&quot;:&quot;default&quot;,&quot;comboboxOptions&quot;:{&quot;dataSourceScreen&quot;:{&quot;schema&quot;:[]},&quot;relationDataSource&quot;:{&quot;schema&quot;:[]},&quot;staticDataSource&quot;:[],&quot;filterKeyValues&quot;:{&quot;&quot;:&quot;&quot;,&quot;contains&quot;:&quot;Contendo&quot;,&quot;startswith&quot;:&quot;Iniciando com&quot;,&quot;endswith&quot;:&quot;Final com&quot;},&quot;customTemplate&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;:[]}" ng-model="vars.grid18419" class="" style="" scrollable="false">
15
+ </cron-grid>
16
+ </section>
17
+
18
+ <div data-component="crn-form" id="crn-form-form-Role-18419">
19
+ <section class="form" ng-show="Role.editing || Role.inserting">
20
+ <form crn-datasource="Role" class="">
21
+ <input type="hidden" name="csrf_token" value="CIwNZNlR4XbisJF39I8yWnWX9wX4WFoz">
22
+ <div class="tool-bar" ng-hide="datasource.editing || datasource.inserting">
23
+ <div class="component-holder ng-scope" data-component="crn-button" id="crn-button-startInserting">
24
+ <button class="btn k-button btn-block btn-default btn-fab" ng-click="datasource.startInserting()" aria-label="{{'StartInserting' | translate}}" xattr-fullsize="btn-block" xattr-theme="btn-default" xattr-disabled="">
25
+ <i class="glyphicon glyphicon-plus" icon-theme=""></i>
26
+ </button>
27
+ </div>
28
+ <div class="component-holder ng-scope" data-component="crn-button" id="crn-button-startEditing">
29
+ <button class="btn k-button btn-block btn-default btn-fab" ng-click="datasource.startEditing()" aria-label="{{'startEditing' | translate}}" xattr-fullsize="btn-block" xattr-theme="btn-default" xattr-disabled="">
30
+ <i class="glyphicon glyphicon-pencil" icon-theme=""></i>
31
+ </button>
32
+ </div>
33
+ <div class="component-holder ng-scope" data-component="crn-button" id="crn-button-previous">
34
+ <button class="btn k-button btn-block btn-default btn-fab" ng-click="datasource.previous()" ng-disabled="!datasource.hasPrevious()" aria-label="{{'Before' | translate}}" xattr-fullsize="btn-block" xattr-theme="btn-default" xattr-disabled="">
35
+ <i class="glyphicon glyphicon-chevron-left" icon-theme=""></i>
36
+ </button>
37
+ </div>
38
+ <div class="component-holder ng-scope" data-component="crn-button" id="crn-button-next">
39
+ <button class="btn k-button btn-block btn-default btn-fab" ng-click="datasource.next()" ng-disabled="!datasource.hasNext()" aria-label="{{'Next' | translate}}" xattr-fullsize="btn-block" xattr-theme="btn-default" xattr-disabled="">
40
+ <i class="glyphicon glyphicon-chevron-right" icon-theme=""></i>
41
+ </button>
42
+ </div>
43
+ <div class="component-holder ng-scope" data-component="crn-button" id="crn-button-remove">
44
+ <button class="btn k-button btn-block btn-danger btn-fab" ng-click="datasource.remove()" aria-label="{{'Remove' | translate}}" xattr-fullsize="btn-block" xattr-theme="btn-danger" xattr-disabled="">
45
+ <i class="glyphicon glyphicon-remove" icon-theme=""></i>
46
+ </button>
47
+ </div>
48
+ </div>
49
+ <div class="active-bar" ng-hide="!datasource.editing &amp;&amp; !datasource.inserting">
50
+ <div class="component-holder ng-scope" data-component="crn-button" id="btn_crud_post_546355">
51
+ <button class="btn k-button btn-block btn-default btn-fab" ng-click="datasource.post()" aria-label="{{'SaveChanges' | translate}}" xattr-fullsize="btn-block" xattr-theme="btn-default" xattr-disabled="">
52
+ <i class="glyphicon glyphicon-ok" icon-theme=""></i>
53
+ </button>
54
+ </div>
55
+ <div class="component-holder ng-scope" data-component="crn-button" id="btn_crud_cancel_567324">
56
+ <button class="btn k-button btn-block btn-danger btn-fab" ng-click="datasource.cancel()" aria-label="{{'CancelChanges' | translate}}" xattr-fullsize="btn-block" xattr-theme="btn-danger" xattr-disabled="">
57
+ <i class="glyphicon glyphicon-ban-circle" icon-theme=""></i>
58
+ </button>
59
+ </div>
60
+ </div>
61
+ <br>
62
+ <div class="crn-fieldset" ng-disabled="!datasource.editing &amp;&amp; !datasource.inserting">
63
+
64
+
65
+ <div data-component="crn-textinput" id="crn-textinput-name-18419" class="">
66
+ <div class="form-group">
67
+ <label for="textinput-name" class="">{{'Name' | translate}}</label>
68
+ <input maxlength="255" type="text" ng-model="Role.active.name" class="form-control k-textbox" id="textinput-name" placeholder="{{'Name' | translate}}" mask="" mask-placeholder="" ng-required="true" ng-readonly="Role.active.builtIn === true">
69
+ </div>
70
+ </div>
71
+ <!-- NtoN -->
72
+
73
+ <datasource data-component="crn-datasource" name="RoleSecurable" entity="app.roleSecurableManager" keys="_objectKey" dependent-lazy-post="Role" rows-per-page="100" parameters="role={{Role.active.id|raw}}" 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;role&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;securable&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},{&quot;name&quot;:&quot;role_name&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;securable_name&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false}]" lazy="true" condition=""></datasource>
74
+
75
+ <datasource data-component="crn-datasource" name="SecurableNCombo" entity="app.securableManager" keys="_objectKey" 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;name&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;application&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},{&quot;name&quot;:&quot;application_name&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false}]" condition=""></datasource>
76
+ <div class="component-holder ng-binding ng-scope " data-component="crn-enterprise-combobox-multiple" ng-show="datasource.editing || datasource.inserting">
77
+ <div class="form-group">
78
+ <label for="comboboxSecurable-container">{{"Securable" | translate}}</label>
79
+ <cron-multi-select options="{&quot;dataSourceScreen&quot;:{&quot;name&quot;:&quot;SecurableNCombo&quot;,&quot;entity&quot;:&quot;app.Securable&quot;,&quot;entityDataSource&quot;:{&quot;id&quot;:&quot;app.Securable&quot;,&quot;customId&quot;:&quot;Securable&quot;,&quot;name&quot;:&quot;SecurableNCombo&quot;,&quot;customQueryName&quot;:&quot;app.Securable&quot;,&quot;paramValues&quot;:[],&quot;entityFullName&quot;:&quot;app.entity.Securable&quot;,&quot;schemaFields&quot;:[{&quot;name&quot;:&quot;id&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:true},{&quot;name&quot;:&quot;name&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false}],&quot;type&quot;:&quot;entity&quot;},&quot;schema&quot;:[{&quot;name&quot;:&quot;id&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:true},{&quot;name&quot;:&quot;name&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false}],&quot;id&quot;:&quot;app.Securable&quot;},&quot;filter&quot;:&quot;contains&quot;,&quot;dataTextField&quot;:&quot;name&quot;,&quot;dataValueField&quot;:&quot;id&quot;,&quot;dynamic&quot;:true,&quot;valuePrimitive&quot;:true,&quot;relationDataSource&quot;:{&quot;name&quot;:&quot;RoleSecurable&quot;,&quot;entity&quot;:&quot;app.RoleSecurable&quot;,&quot;entityDataSource&quot;:{&quot;id&quot;:&quot;app.RoleSecurable&quot;,&quot;customId&quot;:&quot;RoleSecurable&quot;,&quot;name&quot;:&quot;RoleSecurable&quot;,&quot;customQueryName&quot;:&quot;app.RoleSecurable&quot;,&quot;paramValues&quot;:[],&quot;entityFullName&quot;:&quot;app.entity.RoleSecurable&quot;,&quot;schemaFields&quot;:[{&quot;name&quot;:&quot;id&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:true},{&quot;name&quot;:&quot;role&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;securable&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;role_name&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;securable_name&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false}],&quot;type&quot;:&quot;entity&quot;},&quot;schema&quot;:[{&quot;name&quot;:&quot;id&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:true},{&quot;name&quot;:&quot;role&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;securable&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;role_name&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;securable_name&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false}],&quot;id&quot;:&quot;app.RoleSecurable&quot;},&quot;relationField&quot;:&quot;securable&quot;,&quot;staticDataSource&quot;:[],&quot;filterKeyValues&quot;:{&quot;&quot;:&quot;&quot;,&quot;contains&quot;:&quot;Contendo&quot;,&quot;startswith&quot;:&quot;Iniciando com&quot;,&quot;endswith&quot;:&quot;Final com&quot;},&quot;changeCursor&quot;:true,&quot;customTemplate&quot;:false}" ng-required="false" id="comboboxSecurable" name="comboboxSecurable" ng-model="RoleSecurable.data" class="crn-select form-control" style="" crn-readonly="Role.active.builtIn === true">
80
+ </cron-multi-select>
81
+ </div>
82
+ </div>
83
+
84
+ <datasource data-component="crn-datasource" name="UserRole" entity="app.UserRole" keys="id" dependent-lazy-post="Role" rows-per-page="100" parameters="role={{Role.active.id|raw}}" schema="[{&quot;name&quot;:&quot;id&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:true},{&quot;name&quot;:&quot;role&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;user&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;role_name&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;user_email&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false}]" lazy="true"></datasource>
85
+
86
+ <datasource data-component="crn-datasource" name="UserNCombo" entity="app.User" keys="id" schema="[{&quot;name&quot;:&quot;id&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:true},{&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;:false,&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}]"></datasource>
87
+ <div class="component-holder ng-binding ng-scope " data-component="crn-enterprise-combobox-multiple" ng-show="datasource.editing || datasource.inserting">
88
+ <div class="form-group">
89
+ <label for="comboboxUser-container">{{"User" | translate}}</label>
90
+ <cron-multi-select options="{&quot;dataSourceScreen&quot;:{&quot;name&quot;:&quot;UserNCombo&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;UserNCombo&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;:true},{&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;:false,&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;type&quot;:&quot;entity&quot;},&quot;schema&quot;:[{&quot;name&quot;:&quot;id&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:true},{&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;:false,&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;id&quot;:&quot;app.User&quot;},&quot;filter&quot;:&quot;contains&quot;,&quot;dataTextField&quot;:&quot;name&quot;,&quot;dataValueField&quot;:&quot;id&quot;,&quot;dynamic&quot;:true,&quot;valuePrimitive&quot;:true,&quot;relationDataSource&quot;:{&quot;name&quot;:&quot;UserRole&quot;,&quot;entity&quot;:&quot;app.UserRole&quot;,&quot;entityDataSource&quot;:{&quot;id&quot;:&quot;app.UserRole&quot;,&quot;customId&quot;:&quot;UserRole&quot;,&quot;name&quot;:&quot;UserRole&quot;,&quot;customQueryName&quot;:&quot;app.UserRole&quot;,&quot;paramValues&quot;:[],&quot;entityFullName&quot;:&quot;app.entity.UserRole&quot;,&quot;schemaFields&quot;:[{&quot;name&quot;:&quot;id&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:true},{&quot;name&quot;:&quot;role&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;user&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;role_name&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;user_email&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false}],&quot;type&quot;:&quot;entity&quot;},&quot;schema&quot;:[{&quot;name&quot;:&quot;id&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:true},{&quot;name&quot;:&quot;role&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;user&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;role_name&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false},{&quot;name&quot;:&quot;user_email&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:true,&quot;key&quot;:false}],&quot;id&quot;:&quot;app.UserRole&quot;},&quot;relationField&quot;:&quot;user&quot;,&quot;staticDataSource&quot;:[],&quot;filterKeyValues&quot;:{&quot;&quot;:&quot;&quot;,&quot;contains&quot;:&quot;Contendo&quot;,&quot;startswith&quot;:&quot;Iniciando com&quot;,&quot;endswith&quot;:&quot;Final com&quot;},&quot;changeCursor&quot;:true,&quot;customTemplate&quot;:false}" ng-required="false" id="comboboxUser" name="comboboxUser" ng-model="UserRole.data" class="crn-select form-control" style="">
91
+ </cron-multi-select>
92
+ </div>
93
+ </div>
94
+ <!-- NtoN end-->
95
+ </div>
96
+ </form>
97
+ </section>
98
+ </div>
99
+ </div>