@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.
- package/$global/components/js/datasource.js +1472 -0
- package/$global/data-layer/BASICDAO.ftl +146 -0
- package/$global/data-layer/BUSINESS.ftl +284 -0
- package/$global/data-layer/DAO.ftl +138 -0
- package/$global/data-layer/ENTITIES.ftl +170 -0
- package/$global/data-layer/REST.ftl +333 -0
- package/$global/data-layer/RESTAPPLICATION.ftl +22 -0
- package/$global/data-layer/REST_EXCEPTION.ftl +106 -0
- package/$global/data-layer/REST_SERVICE.ftl +11 -0
- package/$global/data-layer/SESSIONMANAGER.ftl +292 -0
- package/$global/data-layer/TEST.ftl +9 -0
- package/$global/data-layer/cloud/CloudFactory.ftl +27 -0
- package/$global/data-layer/cloud/CloudManager.ftl +73 -0
- package/$global/data-layer/cloud/CloudService.ftl +14 -0
- package/$global/data-layer/cloud/DropboxService.ftl +81 -0
- package/$global/data-layer/cloud/FileObject.ftl +47 -0
- package/$global/data-layer/cloud/template.properties +8 -0
- package/$global/data-layer/dropbox/DROPBOX_CONSTANTS.ftl +1 -0
- package/$global/data-layer/dropbox/DROPBOX_DELETE.ftl +1 -0
- package/$global/data-layer/dropbox/DROPBOX_GET.ftl +1 -0
- package/$global/data-layer/dropbox/DROPBOX_LIST.ftl +1 -0
- package/$global/data-layer/dropbox/DROPBOX_POST.ftl +19 -0
- package/$global/data-layer/dropbox/DROPBOX_PUT.ftl +20 -0
- package/$global/data-layer/template.properties +9 -0
- package/$global/js/directives.js +162 -0
- package/$global/reports/commons/ReportFront.ftl +76 -0
- package/$global/reports/frontend/parameters.controller.ftl +70 -0
- package/$global/reports/frontend/reports.controller.ftl +63 -0
- package/$global/reports/frontend/reports.parameters.ftl +25 -0
- package/$global/reports/frontend/reports.service.ftl +39 -0
- package/$global/reports/frontend/templates/BOOLEAN.parameter.ftl +4 -0
- package/$global/reports/frontend/templates/DATE.parameter.ftl +4 -0
- package/$global/reports/frontend/templates/DOUBLE.parameter.ftl +4 -0
- package/$global/reports/frontend/templates/FLOAT.parameter.ftl +4 -0
- package/$global/reports/frontend/templates/INTEGER.parameter.ftl +4 -0
- package/$global/reports/frontend/templates/LONG.parameter.ftl +4 -0
- package/$global/reports/frontend/templates/STRING.parameter.ftl +4 -0
- package/README.md +2 -0
- package/file/blockly/EmptyBlockly/__Name__.blockly.ftl +20 -0
- package/file/blockly/EmptyBlockly/blockly.png +0 -0
- package/file/blockly/EmptyBlockly/blockly_client.png +0 -0
- package/file/blockly/EmptyBlockly/blockly_server.png +0 -0
- package/file/blockly/EmptyBlockly/template.properties +8 -0
- package/file/blockly/EmptyBlockly/template_pt_BR.properties +6 -0
- package/file/blockly/JavaBlockly/__ClassName__.java.ftl +32 -0
- package/file/blockly/JavaBlockly/java.svg +15 -0
- package/file/blockly/JavaBlockly/template.properties +9 -0
- package/file/blockly/JavaBlockly/template_pt_BR.properties +5 -0
- package/file/blockly/JavaBlocklyAI/__ClassName__.java.ftl +23 -0
- package/file/blockly/JavaBlocklyAI/java.svg +21 -0
- package/file/blockly/JavaBlocklyAI/template.properties +21 -0
- package/file/blockly/JavaBlocklyAI/template_pt_BR.properties +7 -0
- package/file/blockly/JavaScriptBlockly/__ClassName__.blockly.js.ftl +16 -0
- package/file/blockly/JavaScriptBlockly/javascript.svg +28 -0
- package/file/blockly/JavaScriptBlockly/template.properties +9 -0
- package/file/blockly/JavaScriptBlockly/template_pt_BR.properties +5 -0
- package/file/blockly/JavaScriptBlocklyAI/__ClassName__.blockly.js.ftl +6 -0
- package/file/blockly/JavaScriptBlocklyAI/javascript.svg +21 -0
- package/file/blockly/JavaScriptBlocklyAI/template.properties +12 -0
- package/file/blockly/JavaScriptBlocklyAI/template_pt_BR.properties +7 -0
- package/file/blockly/blockly.png +0 -0
- package/file/blockly/blockly_client.png +0 -0
- package/file/blockly/blockly_server.png +0 -0
- package/file/blockly/group.properties +5 -0
- package/file/components.json/EmptyCrudHtml/__FileName__.components.json.ftl +41 -0
- package/file/components.json/EmptyCrudHtml/__FileName__.template.html.ftl +1 -0
- package/file/components.json/EmptyCrudHtml/components.json.png +0 -0
- package/file/components.json/EmptyCrudHtml/template.properties +36 -0
- package/file/components.json/EmptyCrudHtml/template_pt_BR.properties +36 -0
- package/file/components.json/components.json.png +0 -0
- package/file/components.json/group.properties +5 -0
- package/file/crud/angular_crud_input/__FileName__.view.html.ftl +63 -0
- package/file/crud/angular_crud_input/template.properties +4 -0
- package/file/crud/angular_crud_input/template_en_US.properties +1 -0
- package/file/crud/angular_crud_view/__FileName__.view.html.ftl +432 -0
- package/file/crud/angular_crud_view/crud-web.png +0 -0
- package/file/crud/angular_crud_view/template.properties +8 -0
- package/file/crud/angular_crud_view/template_en_US.properties +2 -0
- package/file/crud/angular_view/__FileName__.view.html.ftl +70 -0
- package/file/crud/angular_view/list-web.png +0 -0
- package/file/crud/angular_view/project.svg +39 -0
- package/file/crud/angular_view/template.properties +10 -0
- package/file/crud/angular_view/template_en_US.properties +2 -0
- package/file/crud/angular_view_update/__FileName__.view.html.ftl +332 -0
- package/file/crud/angular_view_update/template.properties +8 -0
- package/file/crud/angular_view_update/template_en_US.properties +2 -0
- package/file/crud/angular_view_update/update-web.png +0 -0
- package/file/crud/group.properties +6 -0
- package/file/crud/phonegap_crud_input/__FileName__.view.html.ftl +122 -0
- package/file/crud/phonegap_crud_input/template.properties +4 -0
- package/file/crud/phonegap_crud_input/template_en_US.properties +1 -0
- package/file/crud/phonegap_crud_view/__FileName__.view.html.ftl +308 -0
- package/file/crud/phonegap_crud_view/crud-mobile.png +0 -0
- package/file/crud/phonegap_crud_view/project.svg +24 -0
- package/file/crud/phonegap_crud_view/template.properties +9 -0
- package/file/crud/phonegap_crud_view/template_en_US.properties +2 -0
- package/file/crud/phonegap_view/__FileName__.view.html.ftl +74 -0
- package/file/crud/phonegap_view/list-mobile.png +0 -0
- package/file/crud/phonegap_view/project.svg +24 -0
- package/file/crud/phonegap_view/template.properties +11 -0
- package/file/crud/phonegap_view/template_en_US.properties +2 -0
- package/file/crud/view.html.png +0 -0
- package/file/html/EmptyHtml/__FileName__.html.ftl +0 -0
- package/file/html/EmptyHtml/html.png +0 -0
- package/file/html/EmptyHtml/template.properties +4 -0
- package/file/html/EmptyHtml/template_pt_BR.properties +4 -0
- package/file/html/group.properties +4 -0
- package/file/html/html.png +0 -0
- package/file/java/Cronapi/__ClassName__.java.ftl +26 -0
- package/file/java/Cronapi/cronapi.png +0 -0
- package/file/java/Cronapi/template.properties +15 -0
- package/file/java/Cronapi/template_pt_BR.properties +15 -0
- package/file/java/EmptyClass/__ClassName__.java.ftl +23 -0
- package/file/java/EmptyClass/java.png +0 -0
- package/file/java/EmptyClass/template.properties +5 -0
- package/file/java/EmptyClass/template_pt_BR.properties +5 -0
- package/file/java/EnumClass/__EnumName__.java.ftl +18 -0
- package/file/java/EnumClass/java.png +0 -0
- package/file/java/EnumClass/template.properties +5 -0
- package/file/java/EnumClass/template_pt_BR.properties +5 -0
- package/file/java/InterfaceClass/__InterfaceName__.java.ftl +25 -0
- package/file/java/InterfaceClass/java.png +0 -0
- package/file/java/InterfaceClass/template.properties +5 -0
- package/file/java/InterfaceClass/template_pt_BR.properties +5 -0
- package/file/java/JUnitSuiteTestClass/__ClassName__.java.ftl +26 -0
- package/file/java/JUnitSuiteTestClass/junit.png +0 -0
- package/file/java/JUnitSuiteTestClass/template.properties +11 -0
- package/file/java/JUnitSuiteTestClass/template_pt_BR.properties +11 -0
- package/file/java/JUnitTestClass/__ClassName__.java.ftl +42 -0
- package/file/java/JUnitTestClass/junit.png +0 -0
- package/file/java/JUnitTestClass/template.properties +11 -0
- package/file/java/JUnitTestClass/template_pt_BR.properties +11 -0
- package/file/java/JavaBlocklyAI/__ClassName__.java.ftl +23 -0
- package/file/java/JavaBlocklyAI/java.svg +21 -0
- package/file/java/JavaBlocklyAI/template.properties +20 -0
- package/file/java/JavaBlocklyAI/template_pt_BR.properties +7 -0
- package/file/java/group.properties +4 -0
- package/file/java/java.png +0 -0
- package/file/jrxml/EmptyReport/__FileName__.jrxml.ftl +33 -0
- package/file/jrxml/EmptyReport/jrxml.png +0 -0
- package/file/jrxml/EmptyReport/template.properties +6 -0
- package/file/jrxml/EmptyReport/template_pt_BR.properties +6 -0
- package/file/jrxml/TabularReport/__FileName__.jrxml.ftl +27 -0
- package/file/jrxml/TabularReport/jrxml.png +0 -0
- package/file/jrxml/TabularReport/template.properties +11 -0
- package/file/jrxml/TabularReport/template_pt_BR.properties +11 -0
- package/file/jrxml/group.properties +4 -0
- package/file/jrxml/jrxml.png +0 -0
- package/file/js/Cronapi/__FileName__.cronapi.js.ftl +24 -0
- package/file/js/Cronapi/blockly_client.png +0 -0
- package/file/js/Cronapi/template.properties +18 -0
- package/file/js/Cronapi/template_pt_BR.properties +15 -0
- package/file/js/EmptyJs/__FileName__.js.ftl +0 -0
- package/file/js/EmptyJs/js.png +0 -0
- package/file/js/EmptyJs/template.properties +5 -0
- package/file/js/EmptyJs/template_pt_BR.properties +5 -0
- package/file/js/JavaScriptBlocklyAI/__ClassName__.blockly.js.ftl +6 -0
- package/file/js/JavaScriptBlocklyAI/javascript.svg +21 -0
- package/file/js/JavaScriptBlocklyAI/template.properties +11 -0
- package/file/js/JavaScriptBlocklyAI/template_pt_BR.properties +7 -0
- package/file/js/group.properties +4 -0
- package/file/js/js.png +0 -0
- package/file/others/css/CssHelloWorld/__FileName__.css.ftl +3 -0
- package/file/others/css/CssHelloWorld/css.png +0 -0
- package/file/others/css/CssHelloWorld/template.properties +5 -0
- package/file/others/css/CssHelloWorld/template_pt_BR.properties +5 -0
- package/file/others/css/CssVazio/__FileName__.css.ftl +0 -0
- package/file/others/css/CssVazio/css.png +0 -0
- package/file/others/css/CssVazio/template.properties +5 -0
- package/file/others/css/CssVazio/template_pt_BR.properties +5 -0
- package/file/others/group.properties +5 -0
- package/file/others/group_en_US.properties +5 -0
- package/file/others/js/__FileName__.js.ftl +0 -0
- package/file/others/js/js.png +0 -0
- package/file/others/js/template.properties +5 -0
- package/file/others/js/template_pt_BR.properties +5 -0
- package/file/others/jsp/__FileName__.jsp.ftl +12 -0
- package/file/others/jsp/jsp.png +0 -0
- package/file/others/jsp/template.properties +5 -0
- package/file/others/jsp/template_pt_BR.properties +5 -0
- package/file/others/properties/__FileName__.properties.ftl +0 -0
- package/file/others/properties/properties.png +0 -0
- package/file/others/properties/template.properties +5 -0
- package/file/others/properties/template_pt_BR.properties +5 -0
- package/file/others/raml/__FileName__.raml.ftl +12 -0
- package/file/others/raml/raml.png +0 -0
- package/file/others/raml/template.properties +5 -0
- package/file/others/raml/template_pt_BR.properties +5 -0
- package/file/others/scheduler.umlcd/__FileName__.umlcd.ftl +397 -0
- package/file/others/scheduler.umlcd/template.properties +5 -0
- package/file/others/scheduler.umlcd/template_pt_BR.properties +5 -0
- package/file/others/scheduler.umlcd/umlcd.png +0 -0
- package/file/others/txt/__FileName__.txt.ftl +0 -0
- package/file/others/txt/template.properties +5 -0
- package/file/others/txt/template_en_US.properties +5 -0
- package/file/others/txt/txt.png +0 -0
- package/file/others/umlcd/__FileName__.umlcd.ftl +0 -0
- package/file/others/umlcd/template.properties +5 -0
- package/file/others/umlcd/template_pt_BR.properties +5 -0
- package/file/others/umlcd/umlcd.png +0 -0
- package/file/others/unknown.png +0 -0
- package/file/others/xml/__FileName__.xml.ftl +0 -0
- package/file/others/xml/template.properties +5 -0
- package/file/others/xml/template_pt_BR.properties +5 -0
- package/file/others/xml/xml.png +0 -0
- package/file/others/yaml/__FileName__.yaml.ftl +29 -0
- package/file/others/yaml/template.properties +5 -0
- package/file/others/yaml/template_pt_BR.properties +5 -0
- package/file/others/yaml/yaml.png +0 -0
- package/file/report/Blank/Blank.png +0 -0
- package/file/report/Blank/__FileName__.report.ftl +44 -0
- package/file/report/Blank/template.properties +6 -0
- package/file/report/Blank/template_pt_BR.properties +4 -0
- package/file/report/CrossTabWithDetailing/CrossTabWithDetailing.png +0 -0
- package/file/report/CrossTabWithDetailing/__FileName__.report.ftl +1900 -0
- package/file/report/CrossTabWithDetailing/template.properties +6 -0
- package/file/report/CrossTabWithDetailing/template_pt_BR.properties +4 -0
- package/file/report/Indicators/Indicators.png +0 -0
- package/file/report/Indicators/__FileName__.report.ftl +2074 -0
- package/file/report/Indicators/template.properties +6 -0
- package/file/report/Indicators/template_pt_BR.properties +4 -0
- package/file/report/InsuranceWithSelectingCountry/InsuranceWithSelectingCountry.png +0 -0
- package/file/report/InsuranceWithSelectingCountry/__FileName__.report.ftl +1875 -0
- package/file/report/InsuranceWithSelectingCountry/template.properties +6 -0
- package/file/report/InsuranceWithSelectingCountry/template_pt_BR.properties +4 -0
- package/file/report/InvoiceQuotation/InvoiceQuotation.png +0 -0
- package/file/report/InvoiceQuotation/__FileName__.report.ftl +900 -0
- package/file/report/InvoiceQuotation/template.properties +6 -0
- package/file/report/InvoiceQuotation/template_pt_BR.properties +4 -0
- package/file/report/InvoiceSoftware/InvoiceSoftware.png +0 -0
- package/file/report/InvoiceSoftware/__FileName__.report.ftl +665 -0
- package/file/report/InvoiceSoftware/template.properties +6 -0
- package/file/report/InvoiceSoftware/template_pt_BR.properties +4 -0
- package/file/report/Labels/Labels.png +0 -0
- package/file/report/Labels/__FileName__.report.ftl +675 -0
- package/file/report/Labels/template.properties +6 -0
- package/file/report/Labels/template_pt_BR.properties +4 -0
- package/file/report/MasterDetail/MasterDetail.png +0 -0
- package/file/report/MasterDetail/__FileName__.report.ftl +816 -0
- package/file/report/MasterDetail/template.properties +6 -0
- package/file/report/MasterDetail/template_pt_BR.properties +4 -0
- package/file/report/MultiColumnList/MultiColumnList.png +0 -0
- package/file/report/MultiColumnList/__FileName__.report.ftl +536 -0
- package/file/report/MultiColumnList/template.properties +6 -0
- package/file/report/MultiColumnList/template_pt_BR.properties +4 -0
- package/file/report/PurchaseOrder/PurchaseOrder.png +0 -0
- package/file/report/PurchaseOrder/__FileName__.report.ftl +1541 -0
- package/file/report/PurchaseOrder/template.properties +6 -0
- package/file/report/PurchaseOrder/template_pt_BR.properties +4 -0
- package/file/report/SimpleGroup/SimpleGroup.png +0 -0
- package/file/report/SimpleGroup/__FileName__.report.ftl +697 -0
- package/file/report/SimpleGroup/template.properties +6 -0
- package/file/report/SimpleGroup/template_pt_BR.properties +4 -0
- package/file/report/Tree/Tree.png +0 -0
- package/file/report/Tree/__FileName__.report.ftl +525 -0
- package/file/report/Tree/template.properties +6 -0
- package/file/report/Tree/template_pt_BR.properties +4 -0
- package/file/report/TreeWithHeadersAndFooters/TreeWithHeadersAndFooters.png +0 -0
- package/file/report/TreeWithHeadersAndFooters/__FileName__.report.ftl +698 -0
- package/file/report/TreeWithHeadersAndFooters/template.properties +6 -0
- package/file/report/TreeWithHeadersAndFooters/template_pt_BR.properties +4 -0
- package/file/report/TwoMastersOnOneDetail/TwoMastersOnOneDetail.png +0 -0
- package/file/report/TwoMastersOnOneDetail/__FileName__.report.ftl +1297 -0
- package/file/report/TwoMastersOnOneDetail/template.properties +6 -0
- package/file/report/TwoMastersOnOneDetail/template_pt_BR.properties +4 -0
- package/file/report/group.properties +6 -0
- package/file/report/report.png +0 -0
- package/file/tm/EmptyMenu/__FileName__.xml.ftl +14 -0
- package/file/tm/EmptyMenu/template.properties +4 -0
- package/file/tm/EmptyMenu/tm.png +0 -0
- package/file/tm/group.properties +6 -0
- package/file/tm/tm.png +0 -0
- package/file/tp/EmptyPage/__FileName__.xml.ftl +12 -0
- package/file/tp/EmptyPage/template.properties +4 -0
- package/file/tp/EmptyPage/tp.png +0 -0
- package/file/tp/PageHelloWorld/__FileName__.xml.ftl +18 -0
- package/file/tp/PageHelloWorld/template.properties +4 -0
- package/file/tp/PageHelloWorld/tp.png +0 -0
- package/file/tp/group.properties +6 -0
- package/file/tp/tp.png +0 -0
- package/file/view.html/EmptyIonicViewHtml/__FileName__.view.html.ftl +4 -0
- package/file/view.html/EmptyIonicViewHtml/template.properties +10 -0
- package/file/view.html/EmptyIonicViewHtml/template_pt_BR.properties +3 -0
- package/file/view.html/EmptyIonicViewHtml/view.html.png +0 -0
- package/file/view.html/EmptyViewHtml/__FileName__.view.html.ftl +0 -0
- package/file/view.html/EmptyViewHtml/template.properties +10 -0
- package/file/view.html/EmptyViewHtml/template_pt_BR.properties +3 -0
- package/file/view.html/EmptyViewHtml/view.html.png +0 -0
- package/file/view.html/HeaderIonicViewHtml/__FileName__.view.html.ftl +13 -0
- package/file/view.html/HeaderIonicViewHtml/template.properties +10 -0
- package/file/view.html/HeaderIonicViewHtml/template_pt_BR.properties +3 -0
- package/file/view.html/HeaderIonicViewHtml/view.html.png +0 -0
- package/file/view.html/Login1ViewHtml/__FileName__.view.html.ftl +193 -0
- package/file/view.html/Login1ViewHtml/login1.png +0 -0
- package/file/view.html/Login1ViewHtml/template.properties +10 -0
- package/file/view.html/Login1ViewHtml/template_pt_BR.properties +2 -0
- package/file/view.html/Login2ViewHtml/__FileName__.view.html.ftl +200 -0
- package/file/view.html/Login2ViewHtml/login2.png +0 -0
- package/file/view.html/Login2ViewHtml/template.properties +10 -0
- package/file/view.html/Login2ViewHtml/template_pt_BR.properties +2 -0
- package/file/view.html/Signup1ViewHtml/__FileName__.view.html.ftl +87 -0
- package/file/view.html/Signup1ViewHtml/signup1.png +0 -0
- package/file/view.html/Signup1ViewHtml/template.properties +10 -0
- package/file/view.html/Signup1ViewHtml/template_pt_BR.properties +2 -0
- package/file/view.html/Signup2ViewHtml/__FileName__.view.html.ftl +90 -0
- package/file/view.html/Signup2ViewHtml/signup2.png +0 -0
- package/file/view.html/Signup2ViewHtml/template.properties +10 -0
- package/file/view.html/Signup2ViewHtml/template_pt_BR.properties +2 -0
- package/file/view.html/group.properties +6 -0
- package/file/view.html/view.html.png +0 -0
- package/package-lock.json +5 -0
- package/package.json +5 -0
- package/project/C/Aplicacao Vazia/cfg/jaas.config +5 -0
- package/project/C/Aplicacao Vazia/cfg/techne.template.config.xml +26 -0
- package/project/C/Aplicacao Vazia/cfg/techne.template.xml +6 -0
- package/project/C/Aplicacao Vazia/config/context.xml.ftl +66 -0
- package/project/C/Aplicacao Vazia/data/techne/template/crodata/classes.xml +13 -0
- package/project/C/Aplicacao Vazia/data/techne/template/crodata/menu/modules.xml +14 -0
- package/project/C/Aplicacao Vazia/data/techne/template/crodata/trans/module/index.xml +15 -0
- package/project/C/Aplicacao Vazia/db/README.md +1 -0
- package/project/C/Aplicacao Vazia/pom.xml +34 -0
- package/project/C/Aplicacao Vazia/project.png +0 -0
- package/project/C/Aplicacao Vazia/src/template/security/TemplateSecurityConnection.java +130 -0
- package/project/C/Aplicacao Vazia/template.properties +8 -0
- package/project/C/Aplicacao com CRUD/cfg/jaas.config +5 -0
- package/project/C/Aplicacao com CRUD/cfg/techne.template.config.xml +26 -0
- package/project/C/Aplicacao com CRUD/cfg/techne.template.xml +6 -0
- package/project/C/Aplicacao com CRUD/config/context.xml.ftl +66 -0
- package/project/C/Aplicacao com CRUD/data/techne/template/crodata/block/tb.ftl +9 -0
- package/project/C/Aplicacao com CRUD/data/techne/template/crodata/classes.xml +13 -0
- package/project/C/Aplicacao com CRUD/data/techne/template/crodata/menu/modules.xml +14 -0
- package/project/C/Aplicacao com CRUD/data/techne/template/crodata/trans/module/checkbox.xml +156 -0
- package/project/C/Aplicacao com CRUD/data/techne/template/crodata/trans/module/dropDownSelect.xml +113 -0
- package/project/C/Aplicacao com CRUD/data/techne/template/crodata/trans/module/gridPanelSelect.xml +99 -0
- package/project/C/Aplicacao com CRUD/data/techne/template/crodata/trans/module/index.xml +40 -0
- package/project/C/Aplicacao com CRUD/data/techne/template/crodata/trans/module/recordpanel.xml +239 -0
- package/project/C/Aplicacao com CRUD/db/README.md +1 -0
- package/project/C/Aplicacao com CRUD/db/sql/template/org/h2/Driver/2_tables.sql +309 -0
- package/project/C/Aplicacao com CRUD/pom.xml +85 -0
- package/project/C/Aplicacao com CRUD/project.png +0 -0
- package/project/C/Aplicacao com CRUD/src/template/security/TemplateSecurityConnection.java +130 -0
- package/project/C/Aplicacao com CRUD/template.properties +9 -0
- package/project/C/cronos/cfg/jaas.config +5 -0
- package/project/C/cronos/cfg/techne.template.config.xml +26 -0
- package/project/C/cronos/cfg/techne.template.xml +6 -0
- package/project/C/cronos/config/context.xml.ftl +66 -0
- package/project/C/cronos/data/techne/template/crodata/block/tb.ftl +9 -0
- package/project/C/cronos/data/techne/template/crodata/classes.xml +13 -0
- package/project/C/cronos/data/techne/template/crodata/menu/modules.xml +14 -0
- package/project/C/cronos/data/techne/template/crodata/trans/module/gridPanelMasterDetail.xml +72 -0
- package/project/C/cronos/data/techne/template/crodata/trans/module/gridPanelSelect.xml +99 -0
- package/project/C/cronos/data/techne/template/crodata/trans/module/hello.xml +15 -0
- package/project/C/cronos/data/techne/template/crodata/trans/module/recordPanelMasterCheckBox.xml +190 -0
- package/project/C/cronos/db/README.md +1 -0
- package/project/C/cronos/pom.xml +34 -0
- package/project/C/cronos/project.png +0 -0
- package/project/C/cronos/scripts/sql/aplicacao/org/h2/Driver/2_tables.sql +309 -0
- package/project/C/cronos/src/template/security/TemplateSecurityConnection.java +130 -0
- package/project/C/cronos/template.properties +8 -0
- package/project/C/cronos.png +0 -0
- package/project/C/group.properties +5 -0
- package/project/D/dotnet-zero/project.png +0 -0
- package/project/D/dotnet-zero/template.properties +5 -0
- package/project/D/dotnet-zero/template_en_US.properties +2 -0
- package/project/D/dotnet.png +0 -0
- package/project/D/group.properties +4 -0
- package/project/F/frontend/README.md +24 -0
- package/project/F/frontend/__linksInherit +1 -0
- package/project/F/frontend/project.svg +1 -0
- package/project/F/frontend/template.properties +26 -0
- package/project/F/frontend/template_en_US.properties +4 -0
- package/project/F/frontend/template_pt_BR.properties +4 -0
- package/project/F/frontend.png +0 -0
- package/project/F/group.properties +4 -0
- package/project/G/blockly-client-api/project.svg +63 -0
- package/project/G/blockly-client-api/src/main/mobileapp/www/js/cronapi/__FileName__.cronapi.js.ftl +24 -0
- package/project/G/blockly-client-api/src/main/webapp/js/cronapi/__FileName__.cronapi.js.ftl +24 -0
- package/project/G/blockly-client-api/template.properties +15 -0
- package/project/G/blockly-client-api/template.properties._template.ftl +5 -0
- package/project/G/blockly-client-api/template_en.properties._template.ftl +1 -0
- package/project/G/blockly-client-api/template_pt.properties +13 -0
- package/project/G/blockly-client-api/template_pt.properties._template.ftl +1 -0
- package/project/G/blockly-server-api/pom.xml.ftl +63 -0
- package/project/G/blockly-server-api/project.svg +34 -0
- package/project/G/blockly-server-api/src/main/java/cronapi/__ClassName__.java.ftl +24 -0
- package/project/G/blockly-server-api/template.properties +17 -0
- package/project/G/blockly-server-api/template.properties._template.ftl +1 -0
- package/project/G/blockly-server-api/template_en.properties._template.ftl +1 -0
- package/project/G/blockly-server-api/template_pt.properties +14 -0
- package/project/G/blockly-server-api/template_pt.properties._template.ftl +1 -0
- package/project/G/gluonsoft.png +0 -0
- package/project/G/group.properties +4 -0
- package/project/G/visual-component/project.svg +166 -0
- package/project/G/visual-component/src/main/mobileapp/www/components/__WidgetId__.components.json.ftl +22 -0
- package/project/G/visual-component/src/main/mobileapp/www/components/templates/__WidgetId__.template.html.ftl +4 -0
- package/project/G/visual-component/src/main/mobileapp/www/js/__WidgetId__.js +4 -0
- package/project/G/visual-component/src/main/webapp/components/__WidgetId__.components.json.ftl +22 -0
- package/project/G/visual-component/src/main/webapp/components/templates/__WidgetId__.template.html.ftl +4 -0
- package/project/G/visual-component/src/main/webapp/js/__WidgetId__.js +4 -0
- package/project/G/visual-component/template.properties +9 -0
- package/project/G/visual-component/template.properties._template.ftl +5 -0
- package/project/G/visual-component/template_en.properties._template.ftl +1 -0
- package/project/G/visual-component/template_pt.properties +4 -0
- package/project/G/visual-component/template_pt.properties._template.ftl +1 -0
- package/project/J/group.properties +4 -0
- package/project/J/java.png +0 -0
- package/project/J/servlet/.gitignore.ftl +25 -0
- package/project/J/servlet/.vscode/launch.json +1 -0
- package/project/J/servlet/README.md +3 -0
- package/project/J/servlet/pom.xml +70 -0
- package/project/J/servlet/project.svg +1 -0
- package/project/J/servlet/src/main/webapp/index.jsp +5 -0
- package/project/J/servlet/template.properties +6 -0
- package/project/J/servlet/template_en_US.properties +2 -0
- package/project/J/spring-boot/.gitignore.ftl +25 -0
- package/project/J/spring-boot/.vscode/launch.json +1 -0
- package/project/J/spring-boot/README.md +3 -0
- package/project/J/spring-boot/mvnw +225 -0
- package/project/J/spring-boot/mvnw.cmd +143 -0
- package/project/J/spring-boot/pom.xml +50 -0
- package/project/J/spring-boot/project.png +0 -0
- package/project/J/spring-boot/project.svg +1 -0
- package/project/J/spring-boot/src/main/java/com/mycompany/helloworld/HelloWorldApplication.java +12 -0
- package/project/J/spring-boot/src/main/resources/application.properties +0 -0
- package/project/J/spring-boot/src/main/resources/static/static.txt +0 -0
- package/project/J/spring-boot/src/main/resources/templates/templates.txt +0 -0
- package/project/J/spring-boot/template.properties +6 -0
- package/project/J/spring-boot/template_en_US.properties +2 -0
- package/project/L/group.properties +4 -0
- package/project/L/microservices.png +0 -0
- package/project/L/report-custom/project.svg +32 -0
- package/project/L/report-custom/template.properties +7 -0
- package/project/L/report-custom/template_en_US.properties +5 -0
- package/project/L/report-custom/template_pt_BR.properties +5 -0
- package/project/M/cronapp-lyceum-project-mobile-cordova/__copydata.ftl +29 -0
- package/project/M/cronapp-lyceum-project-mobile-cordova/__linksInherit +8 -0
- package/project/M/cronapp-lyceum-project-mobile-cordova/project.svg +190 -0
- package/project/M/cronapp-lyceum-project-mobile-cordova/src/main/resources/application.properties.ftl +27 -0
- package/project/M/cronapp-lyceum-project-mobile-cordova/template.properties +57 -0
- package/project/M/cronapp-lyceum-project-mobile-cordova/template_en_US.properties +35 -0
- package/project/M/cronapp-lyceum-project-mobile-cordova/template_pt_BR.properties +34 -0
- package/project/M/cronapp-rad-project-mobile-cordova/.gitignore.ftl +28 -0
- package/project/M/cronapp-rad-project-mobile-cordova/README.md +24 -0
- package/project/M/cronapp-rad-project-mobile-cordova/__copydata.ftl +29 -0
- package/project/M/cronapp-rad-project-mobile-cordova/__linksInherit +7 -0
- package/project/M/cronapp-rad-project-mobile-cordova/project.svg +1 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/__copydata.ftl +7 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/__copydata.ftl +18 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/__linksInherit +14 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/java/__copydata.ftl +3 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/java/__linksInherit +13 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/java/social.properties +14 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/.gitignore.ftl +3 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/certs/README.md +5 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/config.xml.ftl +110 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/hooks/README.md +23 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/network_security_config.xml +4 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/package.json.ftl +12 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/README.md +29 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-hdpi-icon.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-hdpi-notification-icon.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-ldpi-icon.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-ldpi-notification-icon.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-mdpi-icon.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-mdpi-notification-icon.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-web-icon.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-xhdpi-icon.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-xhdpi-notification-icon.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-xxhdpi-icon.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-xxhdpi-notification-icon.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-xxxhdpi-icon.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-xxxhdpi-notification-icon.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/icon-36-hdpi.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/icon-48-hdpi.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-1024.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-20.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-24@2x.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-27.5@2x.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-40.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-40@2x.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-40@3x.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-44@2x.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-50.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-50@2x.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-60.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-60@2x.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-60@3x.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-72.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-72@2x.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-76.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-76@2x.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-83.5@2x.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-86@2x.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-98@2x.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-small.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-small@2x.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-small@3x.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon@2x.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/notification_icon.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-hdpi-screen.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-hdpi.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-ldpi-screen.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-ldpi.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-mdpi-screen.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-mdpi.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-xhdpi-screen.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-xhdpi.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-xxhdpi-screen.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-xxxhdpi-screen.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-hdpi-screen.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-hdpi.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-ldpi-screen.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-ldpi.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-mdpi-screen.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-mdpi.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-xhdpi-screen.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-xhdpi.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-xxhdpi-screen.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-xxxhdpi-screen.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-2436h.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-568h@2x~iphone.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-667h.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-736h.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Landscape-2436h.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Landscape-736h.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Landscape@2x~ipad.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Landscape@~ipadpro.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Landscape~ipad.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Portrait@2x~ipad.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Portrait@~ipadpro.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Portrait~ipad.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@2x~ipad~anyany.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@2x~ipad~comany.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@2x~iphone.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@2x~iphone~anyany.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@2x~iphone~comany.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@2x~iphone~comcom.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@2x~universal~anyany.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@3x~iphone~anyany.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@3x~iphone~anycom.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@3x~iphone~comany.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default~iphone.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/ipx-landscape.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/ipx-portrait.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/__copydata.ftl +12 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/.bowerrc +4 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/README.md +32 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/assets/app-logo-login.svg +1 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/bower.json +31 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/components/.gitkeep +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/cordova.js +1863 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/cordova_plugins.js +9 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/css/app.css +4 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/favicon.ico +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/i18n/locale_en_us.json +169 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/i18n/locale_pt_br.json +169 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/img/nophoto.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/img/user.png +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/index.html.ftl +60 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/ChangePassword.blockly +44 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/ChangePassword.blockly.js +56 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/Home.blockly +12 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/Home.blockly.js +13 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/Login.blockly +42 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/Login.blockly.js +25 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/UserControl.blockly +129 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/UserControl.blockly.js +64 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/events.js +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/index.js +48 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/error/403.view.html +10 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/error/404.view.html +10 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/logged/home.view.html +20 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/logged/menu.view.html +61 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/logged/user.view.html +77 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/login.view.html.ftl +93 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/public/__copydata.ftl +8 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/public/home.view.html +19 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/public/menu.view.html +15 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/public/reset-password-email.view.html +28 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/public/reset-password.view.html +29 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/public/signup.view.html +36 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/__linksInherit +10 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/assets/.gitkeep +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/components/.gitkeep +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/js/blockly/auth/Home.blockly +12 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/js/blockly/auth/Home.blockly.js +13 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/views/error/403.view.html +10 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/views/error/404.view.html +10 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/views/public/home.view.html +22 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/views/public/menu.view.html +15 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/test/java/blockly/.gitkeep +0 -0
- package/project/M/cronapp-rad-project-mobile-cordova/template.properties +135 -0
- package/project/M/cronapp-rad-project-mobile-cordova/template_en_US.properties +33 -0
- package/project/M/cronapp-rad-project-mobile-cordova/template_pt_BR.properties +32 -0
- package/project/M/group.properties +5 -0
- package/project/M/mobile.png +0 -0
- package/project/N/group.properties +4 -0
- package/project/N/nodejs-express/.vscode/launch.json +14 -0
- package/project/N/nodejs-express/app.js +44 -0
- package/project/N/nodejs-express/bin/www +90 -0
- package/project/N/nodejs-express/package-lock.json +928 -0
- package/project/N/nodejs-express/package.json +16 -0
- package/project/N/nodejs-express/project.png +0 -0
- package/project/N/nodejs-express/project.svg +1 -0
- package/project/N/nodejs-express/public/stylesheets/style.css +8 -0
- package/project/N/nodejs-express/routes/index.js +9 -0
- package/project/N/nodejs-express/routes/users.js +9 -0
- package/project/N/nodejs-express/template.properties +6 -0
- package/project/N/nodejs-express/template_en_US.properties +2 -0
- package/project/N/nodejs-express/views/error.pug +6 -0
- package/project/N/nodejs-express/views/index.pug +5 -0
- package/project/N/nodejs-express/views/layout.pug +7 -0
- package/project/N/nodejs.png +0 -0
- package/project/P/django/.vscode/launch.json +21 -0
- package/project/P/django/cronapp/settings.py +121 -0
- package/project/P/django/cronapp/urls.py +21 -0
- package/project/P/django/cronapp/wsgi.py +16 -0
- package/project/P/django/main.py +19 -0
- package/project/P/django/project.svg +48 -0
- package/project/P/django/requirements.txt +6 -0
- package/project/P/django/template.properties +5 -0
- package/project/P/django/template_en_US.properties +2 -0
- package/project/P/flask/.vscode/launch.json +24 -0
- package/project/P/flask/main.py +14 -0
- package/project/P/flask/project.svg +45 -0
- package/project/P/flask/requirements.txt +6 -0
- package/project/P/flask/template.properties +5 -0
- package/project/P/flask/template_en_US.properties +2 -0
- package/project/P/group.properties +4 -0
- package/project/P/python.png +0 -0
- package/project/P/scientific/.vscode/launch.json +15 -0
- package/project/P/scientific/README.md +0 -0
- package/project/P/scientific/main.py +27 -0
- package/project/P/scientific/project.png +0 -0
- package/project/P/scientific/project.svg +48 -0
- package/project/P/scientific/requirements.txt +2 -0
- package/project/P/scientific/template.properties +5 -0
- package/project/P/scientific/template_en_US.properties +2 -0
- package/project/S/business-service/README.md +24 -0
- package/project/S/business-service/__linksInherit +1 -0
- package/project/S/business-service/project.svg +452 -0
- package/project/S/business-service/src/main/java/META-INF/authorities.json.ftl +26 -0
- package/project/S/business-service/src/main/java/blockly/HelloWorld.blockly +12 -0
- package/project/S/business-service/src/main/java/blockly/HelloWorld.java +38 -0
- package/project/S/business-service/src/main/java/blockly/HelloWorld.map +1 -0
- package/project/S/business-service/template.properties +80 -0
- package/project/S/business-service/template_en_US.properties +4 -0
- package/project/S/business-service/template_pt_BR.properties +4 -0
- package/project/S/data-service/README.md +24 -0
- package/project/S/data-service/__linksInherit +1 -0
- package/project/S/data-service/config/context.xml.ftl +27 -0
- package/project/S/data-service/diagram/app.umlcd +233 -0
- package/project/S/data-service/project.svg +116 -0
- package/project/S/data-service/src/main/java/META-INF/datasources/__copydata.ftl +0 -0
- package/project/S/data-service/src/main/java/META-INF/persistence.xml.ftl +26 -0
- package/project/S/data-service/src/main/java/app/AppConfiguration.java +63 -0
- package/project/S/data-service/src/main/java/app/dao/SampleDAO.java +21 -0
- package/project/S/data-service/src/main/java/app/entity/Sample.java +112 -0
- package/project/S/data-service/template.properties +80 -0
- package/project/S/data-service/template_en_US.properties +4 -0
- package/project/S/data-service/template_pt_BR.properties +4 -0
- package/project/S/group.properties +4 -0
- package/project/S/microservices.png +0 -0
- package/project/W/cronapp-rad-project/.dockerignore +5 -0
- package/project/W/cronapp-rad-project/.gitignore.ftl +28 -0
- package/project/W/cronapp-rad-project/Jenkinsfile +43 -0
- package/project/W/cronapp-rad-project/README.md +24 -0
- package/project/W/cronapp-rad-project/__copydata.ftl +26 -0
- package/project/W/cronapp-rad-project/config/__copydata.ftl +7 -0
- package/project/W/cronapp-rad-project/config/app.config.ftl +32 -0
- package/project/W/cronapp-rad-project/config/context.xml.ftl +27 -0
- package/project/W/cronapp-rad-project/config/test/Tests.side +59 -0
- package/project/W/cronapp-rad-project/diagram/__copydata.ftl +11 -0
- package/project/W/cronapp-rad-project/diagram/app.umlcd +4643 -0
- package/project/W/cronapp-rad-project/diagram/app.umlcd.ftl +1150 -0
- package/project/W/cronapp-rad-project/diagram/domain.umlcd +10596 -0
- package/project/W/cronapp-rad-project/docs/__copydata.ftl +4 -0
- package/project/W/cronapp-rad-project/docs/architecture/architecture.html +50 -0
- package/project/W/cronapp-rad-project/docs/architecture/img/layers.png +0 -0
- package/project/W/cronapp-rad-project/docs/login.prototype +24 -0
- package/project/W/cronapp-rad-project/pom.xml.ftl +174 -0
- package/project/W/cronapp-rad-project/project.svg +1 -0
- package/project/W/cronapp-rad-project/spring-boot.png +0 -0
- package/project/W/cronapp-rad-project/src/__copydata.ftl +7 -0
- package/project/W/cronapp-rad-project/src/main/__copydata.ftl +16 -0
- package/project/W/cronapp-rad-project/src/main/java/META-INF/__copydata.ftl +7 -0
- package/project/W/cronapp-rad-project/src/main/java/META-INF/customQuery.json.ftl +2192 -0
- package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/__copydata.ftl +23 -0
- package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/appUserManager.datasource.json +96 -0
- package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/auditlogcleanup.datasource.json +103 -0
- package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/auditlogquery.datasource.json +104 -0
- package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/auth.datasource.json +120 -0
- package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/device.datasource.json +96 -0
- package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/keyManager.datasource.json +126 -0
- package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/roleManager.datasource.json +255 -0
- package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/roleSecurableManager.datasource.json +127 -0
- package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/roleSecurables.datasource.json +158 -0
- package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/roles.datasource.json +143 -0
- package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/securableManager.datasource.json +127 -0
- package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/securableViews.datasource.json +186 -0
- package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/securables.datasource.json +134 -0
- package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/userManager.datasource.json +271 -0
- package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/userRoleManager.datasource.json +127 -0
- package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/userSecurableManager.datasource.json +127 -0
- package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/userSecurables.datasource.json +135 -0
- package/project/W/cronapp-rad-project/src/main/java/META-INF/persistence.xml.ftl +36 -0
- package/project/W/cronapp-rad-project/src/main/java/SpringBootMain.java.ftl +43 -0
- package/project/W/cronapp-rad-project/src/main/java/__copydata.ftl +34 -0
- package/project/W/cronapp-rad-project/src/main/java/app/AppConfiguration.java.ftl +66 -0
- package/project/W/cronapp-rad-project/src/main/java/app/__copydata.ftl +25 -0
- package/project/W/cronapp-rad-project/src/main/java/app/dao/ApplicationDAO.java +24 -0
- package/project/W/cronapp-rad-project/src/main/java/app/dao/ApplicationUserDAO.java +24 -0
- package/project/W/cronapp-rad-project/src/main/java/app/dao/AuditLogDAO.java +24 -0
- package/project/W/cronapp-rad-project/src/main/java/app/dao/DeviceDAO.java +24 -0
- package/project/W/cronapp-rad-project/src/main/java/app/dao/InvalidatedTokenDAO.java +24 -0
- package/project/W/cronapp-rad-project/src/main/java/app/dao/LoginDAO.java +24 -0
- package/project/W/cronapp-rad-project/src/main/java/app/dao/RoleDAO.java +24 -0
- package/project/W/cronapp-rad-project/src/main/java/app/dao/RoleSecurableDAO.java +24 -0
- package/project/W/cronapp-rad-project/src/main/java/app/dao/SecurableDAO.java +24 -0
- package/project/W/cronapp-rad-project/src/main/java/app/dao/UserDAO.java +24 -0
- package/project/W/cronapp-rad-project/src/main/java/app/dao/UserRoleDAO.java +24 -0
- package/project/W/cronapp-rad-project/src/main/java/app/dao/UserSecurableDAO.java +24 -0
- package/project/W/cronapp-rad-project/src/main/java/app/dao/ViewDAO.java +24 -0
- package/project/W/cronapp-rad-project/src/main/java/app/dao/__copydata.ftl +36 -0
- package/project/W/cronapp-rad-project/src/main/java/app/entity/Application.java +111 -0
- package/project/W/cronapp-rad-project/src/main/java/app/entity/ApplicationUser.java +139 -0
- package/project/W/cronapp-rad-project/src/main/java/app/entity/AuditLog.java +399 -0
- package/project/W/cronapp-rad-project/src/main/java/app/entity/Device.java +241 -0
- package/project/W/cronapp-rad-project/src/main/java/app/entity/InvalidatedToken.java +113 -0
- package/project/W/cronapp-rad-project/src/main/java/app/entity/Login.java +190 -0
- package/project/W/cronapp-rad-project/src/main/java/app/entity/Role.java +218 -0
- package/project/W/cronapp-rad-project/src/main/java/app/entity/RoleSecurable.java +139 -0
- package/project/W/cronapp-rad-project/src/main/java/app/entity/Securable.java +139 -0
- package/project/W/cronapp-rad-project/src/main/java/app/entity/User.java +565 -0
- package/project/W/cronapp-rad-project/src/main/java/app/entity/UserRole.java +139 -0
- package/project/W/cronapp-rad-project/src/main/java/app/entity/UserSecurable.java +139 -0
- package/project/W/cronapp-rad-project/src/main/java/app/entity/View.java +375 -0
- package/project/W/cronapp-rad-project/src/main/java/app/entity/__copydata.ftl +36 -0
- package/project/W/cronapp-rad-project/src/main/java/app/populate.json.ftl +976 -0
- package/project/W/cronapp-rad-project/src/main/java/auth/permission/SecurityPermission.java.ftl +56 -0
- package/project/W/cronapp-rad-project/src/main/java/blockly/Application.blockly +12 -0
- package/project/W/cronapp-rad-project/src/main/java/blockly/Application.java +30 -0
- package/project/W/cronapp-rad-project/src/main/java/blockly/RoleManager.blockly +60 -0
- package/project/W/cronapp-rad-project/src/main/java/blockly/RoleManager.java +61 -0
- package/project/W/cronapp-rad-project/src/main/java/blockly/UserControl.blockly +90 -0
- package/project/W/cronapp-rad-project/src/main/java/blockly/UserControl.java +55 -0
- package/project/W/cronapp-rad-project/src/main/java/blockly/UserManager.blockly +79 -0
- package/project/W/cronapp-rad-project/src/main/java/blockly/UserManager.java +76 -0
- package/project/W/cronapp-rad-project/src/main/java/blockly/__copydata.ftl +10 -0
- package/project/W/cronapp-rad-project/src/main/java/dashboards/.gitkeep +0 -0
- package/project/W/cronapp-rad-project/src/main/java/i18n/Messages.java +31 -0
- package/project/W/cronapp-rad-project/src/main/java/i18n/Messages_en_US.properties +57 -0
- package/project/W/cronapp-rad-project/src/main/java/i18n/Messages_pt_BR.properties +58 -0
- package/project/W/cronapp-rad-project/src/main/java/i18n/translate.string.ftl +1 -0
- package/project/W/cronapp-rad-project/src/main/java/reports/.gitkeep +0 -0
- package/project/W/cronapp-rad-project/src/main/java/social.properties +14 -0
- package/project/W/cronapp-rad-project/src/main/resources/__copydata.ftl +6 -0
- package/project/W/cronapp-rad-project/src/main/resources/application.properties.ftl +28 -0
- package/project/W/cronapp-rad-project/src/main/resources/assets/.gitkeep +0 -0
- package/project/W/cronapp-rad-project/src/main/resources/bpm/.gitkeep +0 -0
- package/project/W/cronapp-rad-project/src/main/resources/templates/__copydata.ftl +4 -0
- package/project/W/cronapp-rad-project/src/main/resources/templates/reset-password.ftlh +113 -0
- package/project/W/cronapp-rad-project/src/main/resources/templates/reset-password_pt_BR.ftlh +114 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/.bowerrc +4 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/__copydata.ftl +13 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/bower.json +30 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/components/.gitkeep +0 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/cronapp.json +1 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/css/app.css.ftl +0 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/frontboost/authentication.json.ftl +65 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/frontboost/authorization.json +154 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/i18n/locale_en_us.json +185 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/i18n/locale_pt_br.json +185 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/index.html.ftl +104 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/__copydata.ftl +6 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/MutualAuth.blockly +21 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/MutualAuth.blockly.js +38 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/UserControl.blockly +129 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/UserControl.blockly.js +63 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/__copydata.ftl +7 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/privacy/Cookies.blockly +458 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/privacy/Cookies.blockly.js +151 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/privacy/__copydata.ftl +4 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/custom.controllers.js +11 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/customModules.js +1 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/events.js +0 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/public/assets/app-logo-login.svg +39 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/__copydata.ftl +7 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/admin/__copydata.ftl +3 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/admin/auditlog.search.view.html +95 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/admin/role.view.html +99 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/admin/user.view.html +130 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/error/403.view.html +14 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/error/404.view.html +14 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/logged/__copydata.ftl +1 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/logged/home.view.html.ftl +89 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/logged/home2.view.html.ftl +162 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/login.view.html.ftl +197 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/public/__copydata.ftl +7 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/public/home.view.html.ftl +25 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/public/privacy/cookies.view.html +75 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/public/reset-password.view.html.ftl +30 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/public/signup.view.html +65 -0
- package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/__linksInherit +3 -0
- package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/components/.gitkeep +0 -0
- package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/cronapp.json +1 -0
- package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/index.html.ftl +79 -0
- package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/public/assets/app-logo-login.svg +39 -0
- package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/views/__linksInherit +1 -0
- package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/views/public/home.view.html.ftl +39 -0
- package/project/W/cronapp-rad-project/src/test/java/blockly/.gitkeep +0 -0
- package/project/W/cronapp-rad-project/template.properties +118 -0
- package/project/W/cronapp-rad-project/template_en_US.properties +34 -0
- package/project/W/cronapp-rad-project/template_pt_BR.properties +34 -0
- package/project/W/group.properties +5 -0
- package/project/W/web.png +0 -0
- package/templates/low-code/aquamarine.png +0 -0
- package/templates/low-code/cerulean.png +0 -0
- package/templates/low-code/cosmo.png +0 -0
- package/templates/low-code/cyborg.png +0 -0
- package/templates/low-code/darkly.png +0 -0
- package/templates/low-code/data-layer/BUSINESS.ftl +340 -0
- package/templates/low-code/data-layer/DAO.ftl +46 -0
- package/templates/low-code/data-layer/ENTITIES.ftl +391 -0
- package/templates/low-code/data-layer/ENTITIESPK.ftl +119 -0
- package/templates/low-code/data-layer/Job.java.ftl +59 -0
- package/templates/low-code/data-layer/REST.ftl +359 -0
- package/templates/low-code/data-layer/RESTAPPLICATION.ftl +76 -0
- package/templates/low-code/data-layer/RESTWebService.ftl +111 -0
- package/templates/low-code/data-layer/RESTWebServicePageExample.ftl +64 -0
- package/templates/low-code/data-layer/SecurityPermission.java.ftl +53 -0
- package/templates/low-code/data-layer/SpringBootMain.java.ftl +39 -0
- package/templates/low-code/data-layer/TEST.ftl +9 -0
- package/templates/low-code/data-layer/dropbox/DROPBOX_CONSTANTS.ftl +1 -0
- package/templates/low-code/data-layer/dropbox/DROPBOX_DELETE.ftl +1 -0
- package/templates/low-code/data-layer/dropbox/DROPBOX_GET.ftl +1 -0
- package/templates/low-code/data-layer/dropbox/DROPBOX_LIST.ftl +1 -0
- package/templates/low-code/data-layer/dropbox/DROPBOX_POST.ftl +20 -0
- package/templates/low-code/data-layer/dropbox/DROPBOX_PUT.ftl +21 -0
- package/templates/low-code/data-layer/template.properties +58 -0
- package/templates/low-code/dsgov.png +0 -0
- package/templates/low-code/flatly.png +0 -0
- package/templates/low-code/fuse.png +0 -0
- package/templates/low-code/journal.png +0 -0
- package/templates/low-code/krypton.png +0 -0
- package/templates/low-code/lumen.png +0 -0
- package/templates/low-code/material-round.png +0 -0
- package/templates/low-code/material.png +0 -0
- package/templates/low-code/nature.png +0 -0
- package/templates/low-code/paper.png +0 -0
- package/templates/low-code/readable.png +0 -0
- package/templates/low-code/sandstone.png +0 -0
- package/templates/low-code/simplex.png +0 -0
- package/templates/low-code/slate.png +0 -0
- package/templates/low-code/spacelab.png +0 -0
- package/templates/low-code/superhero.png +0 -0
- package/templates/low-code/united.png +0 -0
- package/templates/low-code/yeti.png +0 -0
- package/user/.code/User/keybindings.json +3 -0
- package/user/.code/User/settings.json +6 -0
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
<?xml version='1.0' encoding='utf-8'?>
|
|
2
|
+
<widget id="${appid}" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
|
3
|
+
<name>${appname}</name>
|
|
4
|
+
<description>${appname}</description>
|
|
5
|
+
<author email="${useremail}" href="http://cronapp.io">${username}</author>
|
|
6
|
+
<content src="index.html" />
|
|
7
|
+
<access origin="*" />
|
|
8
|
+
<allow-intent href="http://*/*" />
|
|
9
|
+
<allow-intent href="https://*/*" />
|
|
10
|
+
<allow-intent href="tel:*" />
|
|
11
|
+
<allow-intent href="sms:*" />
|
|
12
|
+
<allow-intent href="mailto:*" />
|
|
13
|
+
<allow-intent href="geo:*" />
|
|
14
|
+
<icon src="res/icon.png" />
|
|
15
|
+
<splash src="res/screen.png" />
|
|
16
|
+
<platform name="android">
|
|
17
|
+
<preference name="OverrideUserAgent" value="Mozilla/5.0 Google" />
|
|
18
|
+
<allow-intent href="market:*" />
|
|
19
|
+
<#-- VERIFY IF THE VARIABLES CONTAINING THE LIST OF ICONS AND SPLASH SCREEN ARE DEFINED (mobilesizes.json) -->
|
|
20
|
+
<#if androidIconList?has_content>
|
|
21
|
+
<#list androidIconList as androidIcon>
|
|
22
|
+
<icon density="${androidIcon.density}" src="res/icon/android/${androidIcon.file}" />
|
|
23
|
+
</#list>
|
|
24
|
+
<#else>
|
|
25
|
+
<icon density="ldpi" src="res/icon/android/drawable-ldpi-icon.png"/>
|
|
26
|
+
<icon density="mdpi" src="res/icon/android/drawable-mdpi-icon.png"/>
|
|
27
|
+
<icon density="hdpi" src="res/icon/android/drawable-hdpi-icon.png"/>
|
|
28
|
+
<icon density="xhdpi" src="res/icon/android/drawable-xhdpi-icon.png"/>
|
|
29
|
+
<icon density="xxhdpi" src="res/icon/android/drawable-xxhdpi-icon.png"/>
|
|
30
|
+
<icon density="xxxhdpi" src="res/icon/android/drawable-xxxhdpi-icon.png"/>
|
|
31
|
+
</#if>
|
|
32
|
+
|
|
33
|
+
<#if androidSplashList?has_content>
|
|
34
|
+
<#list androidSplashList as androidSplash>
|
|
35
|
+
<splash density="${androidSplash.density}" src="res/screen/android/${androidSplash.file}" />
|
|
36
|
+
</#list>
|
|
37
|
+
<#else>
|
|
38
|
+
<splash density="land-ldpi" src="res/screen/android/drawable-land-ldpi-screen.png"/>
|
|
39
|
+
<splash density="land-mdpi" src="res/screen/android/drawable-land-mdpi-screen.png"/>
|
|
40
|
+
<splash density="land-hdpi" src="res/screen/android/drawable-land-hdpi-screen.png"/>
|
|
41
|
+
<splash density="land-xhdpi" src="res/screen/android/drawable-land-xhdpi-screen.png"/>
|
|
42
|
+
<splash density="land-xxhdpi" src="res/screen/android/drawable-land-xxhdpi-screen.png"/>
|
|
43
|
+
<splash density="land-xxxhdpi" src="res/screen/android/drawable-land-xxxhdpi-screen.png"/>
|
|
44
|
+
<splash density="port-ldpi" src="res/screen/android/drawable-port-ldpi-screen.png"/>
|
|
45
|
+
<splash density="port-mdpi" src="res/screen/android/drawable-port-mdpi-screen.png"/>
|
|
46
|
+
<splash density="port-hdpi" src="res/screen/android/drawable-port-hdpi-screen.png"/>
|
|
47
|
+
<splash density="port-xhdpi" src="res/screen/android/drawable-port-xhdpi-screen.png"/>
|
|
48
|
+
<splash density="port-xxhdpi" src="res/screen/android/drawable-port-xxhdpi-screen.png"/>
|
|
49
|
+
<splash density="port-xxxhdpi" src="res/screen/android/drawable-port-xxxhdpi-screen.png"/>
|
|
50
|
+
</#if>
|
|
51
|
+
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
52
|
+
<application android:networkSecurityConfig="@xml/network_security_config" />
|
|
53
|
+
</edit-config>
|
|
54
|
+
<resource-file src="network_security_config.xml" target="app/src/main/res/xml/network_security_config.xml" />
|
|
55
|
+
|
|
56
|
+
</platform>
|
|
57
|
+
<platform name="ios">
|
|
58
|
+
<allow-intent href="itms:*" />
|
|
59
|
+
<allow-intent href="itms-apps:*" />
|
|
60
|
+
|
|
61
|
+
<#if iosIconList?has_content>
|
|
62
|
+
<#list iosIconList as iosIcon>
|
|
63
|
+
<icon height="${iosIcon.height?string["0"]}" src="res/icon/ios/${iosIcon.file}" width="${iosIcon.width?string["0"]}" />
|
|
64
|
+
</#list>
|
|
65
|
+
<#else>
|
|
66
|
+
<icon height="57" src="res/icon/ios/icon.png" width="57"/>
|
|
67
|
+
<icon height="114" src="res/icon/ios/icon@2x.png" width="114"/>
|
|
68
|
+
<icon height="40" src="res/icon/ios/icon-40.png" width="40"/>
|
|
69
|
+
<icon height="80" src="res/icon/ios/icon-40@2x.png" width="80"/>
|
|
70
|
+
<icon height="120" src="res/icon/ios/icon-40@3x.png" width="120"/>
|
|
71
|
+
<icon height="50" src="res/icon/ios/icon-50.png" width="50"/>
|
|
72
|
+
<icon height="100" src="res/icon/ios/icon-50@2x.png" width="100"/>
|
|
73
|
+
<icon height="60" src="res/icon/ios/icon-60.png" width="60"/>
|
|
74
|
+
<icon height="120" src="res/icon/ios/icon-60@2x.png" width="120"/>
|
|
75
|
+
<icon height="180" src="res/icon/ios/icon-60@3x.png" width="180"/>
|
|
76
|
+
<icon height="72" src="res/icon/ios/icon-72.png" width="72"/>
|
|
77
|
+
<icon height="144" src="res/icon/ios/icon-72@2x.png" width="144"/>
|
|
78
|
+
<icon height="76" src="res/icon/ios/icon-76.png" width="76"/>
|
|
79
|
+
<icon height="152" src="res/icon/ios/icon-76@2x.png" width="152"/>
|
|
80
|
+
<icon height="167" src="res/icon/ios/icon-83.5@2x.png" width="167"/>
|
|
81
|
+
<icon height="29" src="res/icon/ios/icon-small.png" width="29"/>
|
|
82
|
+
<icon height="58" src="res/icon/ios/icon-small@2x.png" width="58"/>
|
|
83
|
+
<icon height="87" src="res/icon/ios/icon-small@3x.png" width="87"/>
|
|
84
|
+
<icon height="1024" src="res/icon/ios/icon-1024.png" width="1024"/>
|
|
85
|
+
</#if>
|
|
86
|
+
|
|
87
|
+
<#if iosSplashList?has_content>
|
|
88
|
+
<#list iosSplashList as iosSplash>
|
|
89
|
+
<splash height="${iosSplash.height?string["0"]}" src="res/screen/ios/${iosSplash.file}" width="${iosSplash.width?string["0"]}" />
|
|
90
|
+
</#list>
|
|
91
|
+
<#else>
|
|
92
|
+
<splash height="1136" src="res/screen/ios/Default-568h@2x~iphone.png" width="640"/>
|
|
93
|
+
<splash height="1334" src="res/screen/ios/Default-667h.png" width="750"/>
|
|
94
|
+
<splash height="2208" src="res/screen/ios/Default-736h.png" width="1242"/>
|
|
95
|
+
<splash height="1242" src="res/screen/ios/Default-Landscape-736h.png" width="2208"/>
|
|
96
|
+
<splash height="1536" src="res/screen/ios/Default-Landscape@2x~ipad.png" width="2048"/>
|
|
97
|
+
<splash height="2048" src="res/screen/ios/Default-Landscape@~ipadpro.png" width="2732"/>
|
|
98
|
+
<splash height="768" src="res/screen/ios/Default-Landscape~ipad.png" width="1024"/>
|
|
99
|
+
<splash height="2048" src="res/screen/ios/Default-Portrait@2x~ipad.png" width="1536"/>
|
|
100
|
+
<splash height="2732" src="res/screen/ios/Default-Portrait@~ipadpro.png" width="2048"/>
|
|
101
|
+
<splash height="1024" src="res/screen/ios/Default-Portrait~ipad.png" width="768"/>
|
|
102
|
+
<splash height="960" src="res/screen/ios/Default@2x~iphone.png" width="640"/>
|
|
103
|
+
<splash height="480" src="res/screen/ios/Default~iphone.png" width="320"/>
|
|
104
|
+
<splash height="2732" src="res/screen/ios/Default@2x~universal~anyany.png" width="2732"/>
|
|
105
|
+
</#if>
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
</platform>
|
|
109
|
+
<plugin name="cordova-plugin-cronapp" spec="https://github.com/cronapp/cordova-plugin-cronapp.git#develop"/>
|
|
110
|
+
</widget>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
#
|
|
3
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
|
4
|
+
# or more contributor license agreements. See the NOTICE file
|
|
5
|
+
# distributed with this work for additional information
|
|
6
|
+
# regarding copyright ownership. The ASF licenses this file
|
|
7
|
+
# to you under the Apache License, Version 2.0 (the
|
|
8
|
+
# "License"); you may not use this file except in compliance
|
|
9
|
+
# with the License. You may obtain a copy of the License at
|
|
10
|
+
#
|
|
11
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
+
#
|
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
|
14
|
+
# software distributed under the License is distributed on an
|
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
16
|
+
# KIND, either express or implied. See the License for the
|
|
17
|
+
# specific language governing permissions and limitations
|
|
18
|
+
# under the License.
|
|
19
|
+
#
|
|
20
|
+
-->
|
|
21
|
+
# Cordova Hooks
|
|
22
|
+
|
|
23
|
+
Cordova Hooks represent special scripts which could be added by application and plugin developers or even by your own build system to customize cordova commands. See Hooks Guide for more details: http://cordova.apache.org/docs/en/edge/guide_appdev_hooks_index.md.html#Hooks%20Guide.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "${appid}",
|
|
3
|
+
"displayName": "${appname}",
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"description": "${appname}",
|
|
6
|
+
"main": "index.js",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
9
|
+
},
|
|
10
|
+
"author": "CronApp IDE",
|
|
11
|
+
"license": "Apache-2.0"
|
|
12
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
#
|
|
3
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
|
4
|
+
# or more contributor license agreements. See the NOTICE file
|
|
5
|
+
# distributed with this work for additional information
|
|
6
|
+
# regarding copyright ownership. The ASF licenses this file
|
|
7
|
+
# to you under the Apache License, Version 2.0 (the
|
|
8
|
+
# "License"); you may not use this file except in compliance
|
|
9
|
+
# with the License. You may obtain a copy of the License at
|
|
10
|
+
#
|
|
11
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
+
#
|
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
|
14
|
+
# software distributed under the License is distributed on an
|
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
16
|
+
# KIND, either express or implied. See the License for the
|
|
17
|
+
# specific language governing permissions and limitations
|
|
18
|
+
# under the License.
|
|
19
|
+
#
|
|
20
|
+
-->
|
|
21
|
+
|
|
22
|
+
Note that these image resources are not copied into a project when a project
|
|
23
|
+
is created with the CLI. Although there are default image resources in a
|
|
24
|
+
newly-created project, those come from the platform-specific project template,
|
|
25
|
+
which can generally be found in the platform's `template` directory. Until
|
|
26
|
+
icon and splashscreen support is added to the CLI, these image resources
|
|
27
|
+
aren't used directly.
|
|
28
|
+
|
|
29
|
+
See https://issues.apache.org/jira/browse/CB-5145
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-1024.png
ADDED
|
Binary file
|
package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-20.png
ADDED
|
Binary file
|
package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-24@2x.png
ADDED
|
Binary file
|
|
Binary file
|
package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-40.png
ADDED
|
Binary file
|
package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-40@2x.png
ADDED
|
Binary file
|
package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-40@3x.png
ADDED
|
Binary file
|
package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-44@2x.png
ADDED
|
Binary file
|
package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-50.png
ADDED
|
Binary file
|
package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-50@2x.png
ADDED
|
Binary file
|
package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-60.png
ADDED
|
Binary file
|
package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-60@2x.png
ADDED
|
Binary file
|
package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-60@3x.png
ADDED
|
Binary file
|
package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-72.png
ADDED
|
Binary file
|
package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-72@2x.png
ADDED
|
Binary file
|
package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-76.png
ADDED
|
Binary file
|
package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-76@2x.png
ADDED
|
Binary file
|
|
Binary file
|
package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-86@2x.png
ADDED
|
Binary file
|
package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-98@2x.png
ADDED
|
Binary file
|
package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-small.png
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon@2x.png
ADDED
|
Binary file
|
|
Binary file
|
package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/notification_icon.png
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<#-- Verificar se existem parametros -->
|
|
2
|
+
<#if (authentication?? && backend?? && frontend?? && includeauth??) >
|
|
3
|
+
<#if ((authentication?lower_case) != "nenhuma" &&(backend?lower_case) == "true") || ((includeauth?lower_case) == "true") >
|
|
4
|
+
path.content=/www-autenticacao
|
|
5
|
+
</#if>
|
|
6
|
+
<#if ((authentication?lower_case) == "nenhuma" || (backend?lower_case) == "false") && ((includeauth?lower_case) == "false")>
|
|
7
|
+
path.content=/www-sem-autenticacao
|
|
8
|
+
</#if>
|
|
9
|
+
<#-- Caso contrario copiar tudo -->
|
|
10
|
+
<#else>
|
|
11
|
+
path.content=/www-autenticacao
|
|
12
|
+
</#if>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
This is an addon starter template for the [Ionic Framework](http://ionicframework.com/).
|
|
2
|
+
|
|
3
|
+
## How to use this template
|
|
4
|
+
|
|
5
|
+
*This template does not work on its own*. It is missing the Ionic library, and AngularJS.
|
|
6
|
+
|
|
7
|
+
To use this, either create a new ionic project using the ionic node.js utility, or copy and paste this into an existing Cordova project and download a release of Ionic separately.
|
|
8
|
+
|
|
9
|
+
### With the Ionic tool:
|
|
10
|
+
|
|
11
|
+
Take the name after `ionic-starter-`, and that is the name of the template to be used when using the `ionic start` command below:
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
$ sudo npm install -g ionic cordova
|
|
15
|
+
$ ionic start myApp sidemenu
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
Then, to run it, cd into `myApp` and run:
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
$ ionic platform add ios
|
|
22
|
+
$ ionic build ios
|
|
23
|
+
$ ionic emulate ios
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
Substitute ios for android if not on a Mac, but if you can, the ios development toolchain is a lot easier to work with until you need to do anything custom to Android.
|
|
27
|
+
|
|
28
|
+
## Demo
|
|
29
|
+
http://plnkr.co/edit/0RXSDB?p=preview
|
|
30
|
+
|
|
31
|
+
## Issues
|
|
32
|
+
Issues have been disabled on this repo, if you do find an issue or have a question consider posting it on the [Ionic Forum](http://forum.ionicframework.com/). Or else if there is truly an error, follow our guidelines for [submitting an issue](http://ionicframework.com/contribute/#issues) to the main Ionic repository. On the other hand, pull requests are welcome here!
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 705 473"><defs><style>.cls-1{fill:#152451;}.cls-2{fill:#008dcd;}</style></defs><title>logo-vertical-color</title><path class="cls-1" d="M137.18,378.93c-9.56,11.92-21.49,18-35.46,18h-.48c-11.62,0-21.29-4.19-28.76-12.45s-11.23-18.93-11.23-32v-2.26c0-13.15,3.65-24,10.84-32.23s16.58-12.28,28.1-12.28h.48c14.37.07,26.49,6,36,17.57l.41.5,9.37-9.8-.32-.39a56.46,56.46,0,0,0-19.84-15.37,59.12,59.12,0,0,0-24.92-5.43h-1.21c-16,0-29,5.34-38.64,15.86S47,333.3,47,350.5v1.56c0,17.5,5.1,31.64,15.15,42.05s23.56,15.78,40.24,15.78c17.88-.08,32.78-7.27,44.28-21.35l.32-.39-9.38-9.72Z"/><path class="cls-1" d="M198,316.71h-.16a32.51,32.51,0,0,0-27.32,14.57V318.81H156.22v89H170.5V364.54c0-10.68,2.55-19.27,7.57-25.53s12.09-9.31,21-9.31h2.57V316.9l-.52,0C200.11,316.79,199,316.71,198,316.71Z"/><path class="cls-1" d="M246.16,316.71h-1c-12.88,0-23.41,4.36-31.28,13s-11.85,19.7-11.85,33v1.25c0,13.29,4,24.39,11.85,33s18.4,13,31.28,13h1c12.93,0,23.48-4.37,31.35-13s11.77-19.64,11.77-33v-1.25c0-13.35-4-24.45-11.77-33S259.09,316.71,246.16,316.71Zm0,80.18h-1c-8.6,0-15.6-3-20.82-9s-8-14.12-8-24.27V363c0-10.27,2.63-18.24,8-24.35,5.24-5.92,12.24-8.93,20.82-8.93h1c8.55,0,15.58,3,20.89,8.93S275,352.88,275,363v.63c0,10.12-2.67,18.29-7.95,24.27S254.73,396.89,246.16,396.89Z"/><path class="cls-1" d="M366.5,325.41c-5.66-5.78-13.82-8.7-24.24-8.7h-.32c-11.48,0-21.86,5.09-28.12,13.7v-11.6H299.54v89h14.28V363c0-10,2.49-18.13,7.4-24.21s11.36-9.07,19.44-9.07H341c13.31,0,19.79,6.7,19.79,20.49v57.59h14.28V350.19C375.05,339.53,372.17,331.19,366.5,325.41Z"/><path class="cls-2" d="M425.62,316.71h-.16a52.43,52.43,0,0,0-20.66,4.1,46.51,46.51,0,0,0-16.14,10.9l-.37.39,8.8,9.32.41-.43a37.44,37.44,0,0,1,12-8,35.91,35.91,0,0,1,14.68-3.3h.73c7.36,0,12.87,1.76,16.35,5.23,3.18,3.16,4.79,7.85,4.79,13.94v3.48c-21.13,0-36.28,2.39-46.29,7.16-10.27,4.89-15.26,12.35-15.26,22.82,0,8.19,2.87,14.9,8.52,19.92s13.05,7.64,22.1,7.64h.32a38,38,0,0,0,18.71-4.68,33.57,33.57,0,0,0,11.9-10.69v13.26h14.28v-57C460.33,328.5,448.33,316.71,425.62,316.71ZM410,369.21c7.57-2.92,19.68-4.45,36-4.56-.19,9.14-3.07,16.88-8.58,23-5.68,6.23-12.73,9.25-21.54,9.25h-.16c-10.47,0-17-5.34-17-13.94C398.78,376.67,402.46,372.17,410,369.21Z"/><path class="cls-2" d="M518.12,316.71h-1a41.72,41.72,0,0,0-18.2,4.11,32.14,32.14,0,0,0-12.41,10v-12H472.27V444.52h14.28V395.78A32.1,32.1,0,0,0,499,405.69a40.77,40.77,0,0,0,18.2,4.2h1c12.14,0,22.13-4.37,29.68-13s11.28-19.64,11.28-33v-1.25c0-13.34-3.79-24.44-11.28-33S530.26,316.71,518.12,316.71ZM544.8,363v.63c0,10.12-2.67,18.29-7.95,24.27s-12.16,9-20.65,9h-1c-8.44,0-15.36-3-20.58-9s-8-14.12-8-24.27V363c0-10.1,2.68-18.29,7.95-24.35s12.18-8.93,20.66-8.93h1c8.47,0,15.42,3,20.65,8.93S544.8,352.88,544.8,363Z"/><path class="cls-2" d="M645.75,329.69c-7.56-8.61-17.54-13-29.68-13h-1a41.69,41.69,0,0,0-18.2,4.11,32,32,0,0,0-12.41,10v-12H570.22V444.52H584.5V395.78a32.14,32.14,0,0,0,12.4,9.91,40.81,40.81,0,0,0,18.21,4.2h1c12.14,0,22.12-4.37,29.68-13s11.28-19.64,11.28-33v-1.25C657,349.33,653.23,338.23,645.75,329.69Zm-3,33.29v.63c0,10.12-2.68,18.29-8,24.27s-12.15,9-20.65,9h-1c-8.44,0-15.36-3-20.57-9s-8-14.12-8-24.27V363c0-10.1,2.67-18.29,8-24.35s12.18-8.93,20.65-8.93h1c8.48,0,15.42,3,20.65,8.93S642.75,352.88,642.75,363Z"/><path class="cls-2" d="M291.53,188.38v33.86a2,2,0,0,0,1,1.71L310,233.57l12.23,7.25a2,2,0,0,0,3-1.69V205.36a2,2,0,0,0-1-1.7l-29.72-17A2,2,0,0,0,291.53,188.38Z"/><path class="cls-2" d="M347.62,168.06l-17.39-9.86a2,2,0,0,0-1.92,0l-17,9.45L297,175.81a2,2,0,0,0,0,3.38l30.8,18.31a2,2,0,0,0,2,0l17.61-10,13.66-7.61a2,2,0,0,0,.09-3.37Z"/><path class="cls-2" d="M366.67,187.86a2,2,0,0,0-2.92-1.71l-12.92,7.23-17.5,10.26a2,2,0,0,0-1,1.69v34.51a2,2,0,0,0,2.95,1.69l13.53-7.93L365.68,224a2,2,0,0,0,1-1.7Z"/><path class="cls-1" d="M463.39,136.9a5.92,5.92,0,0,1-3-4.44C457,104.89,433.32,83,405.13,83a55.46,55.46,0,0,0-24.86,5.63,6,6,0,0,1-7.77-2.48c-11.59-20.09-33.76-32.67-58.69-32.67-36.73,0-68.08,28.07-67.5,64.94V125a7.79,7.79,0,0,1-3.89,5.3c-17,8-26.2,27.48-26.2,46.69a46.88,46.88,0,0,0,48,47h7V212.66h-7A35.64,35.64,0,0,1,228,177c0-17.8,9.52-34.68,24.91-38.1a6.08,6.08,0,0,0,4.7-5.72V118.42c-.09-30.2,25.4-53.13,56.18-53.13,25.21,0,46.39,14.76,53.23,37.08a5.91,5.91,0,0,0,9.59,2.68c7.72-6.9,17-10.24,28.5-10.24,23.79,0,44.1,20.24,44.1,44.28a5.89,5.89,0,0,0,3.78,5.44c13.65,5.29,23,17.22,23,32.47,0,20.15-14.28,35.88-34.32,35.66H386V224h55.65c26.38.72,46.12-21,46.12-47C487.78,159.34,477.73,144.87,463.39,136.9Z"/></svg>
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "cronapp-rad-project-mobile-cordova",
|
|
3
|
+
"homepage": "http://www.techne.com.br",
|
|
4
|
+
"authors": [
|
|
5
|
+
"CronosPaas"
|
|
6
|
+
],
|
|
7
|
+
"description": "cronapp-rad-project-mobile-cordova",
|
|
8
|
+
"main": "",
|
|
9
|
+
"keywords": [
|
|
10
|
+
"cordova",
|
|
11
|
+
"mobile",
|
|
12
|
+
"angularjs"
|
|
13
|
+
],
|
|
14
|
+
"license": "MIT",
|
|
15
|
+
"ignore": [
|
|
16
|
+
"**/.*",
|
|
17
|
+
"node_modules",
|
|
18
|
+
"bower_components",
|
|
19
|
+
"plugins/",
|
|
20
|
+
"test",
|
|
21
|
+
"tests",
|
|
22
|
+
"package.json",
|
|
23
|
+
"src"
|
|
24
|
+
],
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"cronapp-framework-mobile-js": "3ed025ee788da6337bac26ed7af6019d7d0a470b",
|
|
27
|
+
"cronapp-common-js": "b62115b1a7f134ecde300d8ebd510ccd5b054e55",
|
|
28
|
+
"cronapi-js": "1744f41b61238494e7a014da822c2f98318076fb",
|
|
29
|
+
"cronapp-lib-js": "694018c4f5de9f0677a105e2821a97ebab4dfdff"
|
|
30
|
+
}
|
|
31
|
+
}
|