@sankhyalabs/sankhyablocks 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -1
- package/{build → dist}/index.js +3 -0
- package/dist/index.js.map +1 -0
- package/{build → dist}/types/application/AppParameterProvider.d.ts +0 -0
- package/{build → dist}/types/application/SankhyaAppProvider.d.ts +1 -1
- package/{build → dist}/types/http/fetchers/application-config-fetcher.d.ts +0 -0
- package/{build → dist}/types/http/fetchers/dataunit-fetcher.d.ts +0 -0
- package/{build → dist}/types/http/fetchers/form-config-fetcher.d.ts +0 -0
- package/{build → dist}/types/http/fetchers/grid-config-fetcher.d.ts +0 -0
- package/{build → dist}/types/http/fetchers/parameters-fecher.d.ts +0 -0
- package/{build → dist}/types/index.d.ts +0 -0
- package/{build → dist}/types/utils/urlutils.d.ts +0 -0
- package/{build → dist}/types/workspace/workspace.d.ts +0 -0
- package/package.json +4 -3
- package/tsconfig.json +1 -1
- package/build/index.js.map +0 -1
package/README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
1
|
# sankhya-blocks
|
|
2
2
|
|
|
3
|
-
Projeto para integração do design system ez-ui com as regras de negocio/framework do ERP Sankhya
|
|
3
|
+
Projeto para integração do design system ez-ui com as regras de negocio/framework do ERP Sankhya
|
|
4
|
+
|
|
5
|
+
## Comandos NPM
|
|
6
|
+
- `npm run dev`: Esse comando foi criado com o intuito de facilitar facilitar o build do projeto em ambiente de desenvolvimento, ele faz o build do projeto em modo `development` e inicia o watch do webpack para monitorar alterações nos arquivos.
|
|
7
|
+
|
|
8
|
+
- `npm run build`: Esse comando foi criado para fazer o build do projeto para produção, ele faz o build do projeto em modo `production`
|
package/{build → dist}/index.js
RENAMED
|
@@ -9047,6 +9047,9 @@ var SankhyaAppProvider = /*#__PURE__*/function (_ApplicationUtils) {
|
|
|
9047
9047
|
}, {
|
|
9048
9048
|
key: "temOpcional",
|
|
9049
9049
|
value: function temOpcional(opcional) {
|
|
9050
|
+
var abs = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
|
|
9051
|
+
|
|
9052
|
+
//window.alert("Teste");
|
|
9050
9053
|
if (SankhyaAppProvider.getAttributeFromHTMLWrapper("opc0009") === "1") {
|
|
9051
9054
|
return true;
|
|
9052
9055
|
}
|