@sankhyalabs/sankhyablocks 1.0.0 → 1.0.3
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.
|
@@ -1,4 +1,11 @@
|
|
|
1
|
+
import { DataUnit } from "@sankhyalabs/core";
|
|
1
2
|
import ApplicationUtils from "@sankhyalabs/ezui/dist/types/utils/ApplicationUtils";
|
|
2
3
|
export default class SankhyaAppProvider extends ApplicationUtils {
|
|
3
|
-
static
|
|
4
|
+
private static urlParams;
|
|
5
|
+
private static dataUnitByEntity;
|
|
6
|
+
static getResourceID(defaultValue?: string): string;
|
|
7
|
+
static temOpcional(opcional: string): boolean;
|
|
8
|
+
static getAttributeFromHTMLWrapper(attribName: string): string;
|
|
9
|
+
static openApp(resourceId: string, pkObject: Map<string, any>): void;
|
|
10
|
+
static getDataunit(entityName: string, useCache?: boolean): DataUnit;
|
|
4
11
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sankhyalabs/sankhyablocks",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Projeto para integração do design system ez-ui com as regras de negocio/framework do ERP Sankhya",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/types/index.d.ts",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
]
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@sankhyalabs/core": "^1.0.
|
|
76
|
+
"@sankhyalabs/core": "^1.0.31",
|
|
77
77
|
"@sankhyalabs/ezui": "^1.1.77",
|
|
78
78
|
"graphql-request": "^4.2.0"
|
|
79
79
|
}
|