@sankhyalabs/sankhyablocks 1.0.10 → 1.0.12
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/dist/index.js +40 -40
- package/dist/index.js.map +1 -1
- package/dist/types/application/SankhyaAppProvider.d.ts +0 -1
- package/package.json +81 -81
|
@@ -3,7 +3,6 @@ import ApplicationUtils from "@sankhyalabs/ezui/dist/types/utils/ApplicationUtil
|
|
|
3
3
|
import AppParameterProvider from "./AppParameterProvider";
|
|
4
4
|
export default class SankhyaAppProvider extends ApplicationUtils {
|
|
5
5
|
private static _urlParams;
|
|
6
|
-
constructor();
|
|
7
6
|
private static _dataUnitByEntity;
|
|
8
7
|
private static _parameters;
|
|
9
8
|
private static _dataUnitFetcher;
|
package/package.json
CHANGED
|
@@ -1,81 +1,81 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@sankhyalabs/sankhyablocks",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Projeto para integração do design system ez-ui com as regras de negocio/framework do ERP Sankhya",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"types": "dist/types/index.d.ts",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"start": "webpack serve --config webpack.config.demo.js",
|
|
9
|
-
"build": "webpack && tsc",
|
|
10
|
-
"dev": "set isDev=true&& tsc && webpack",
|
|
11
|
-
"build:demo": "webpack --config webpack.config.demo.js",
|
|
12
|
-
"test": "jest --silent",
|
|
13
|
-
"coverage": "npm run test -- --coverage",
|
|
14
|
-
"trypublish": "npm publish || true"
|
|
15
|
-
},
|
|
16
|
-
"repository": {
|
|
17
|
-
"type": "git",
|
|
18
|
-
"url": ""
|
|
19
|
-
},
|
|
20
|
-
"author": "leonardo.jorge",
|
|
21
|
-
"license": "MIT",
|
|
22
|
-
"keywords": [
|
|
23
|
-
"sankhya",
|
|
24
|
-
"blocks",
|
|
25
|
-
"utilities",
|
|
26
|
-
"utils"
|
|
27
|
-
],
|
|
28
|
-
"devDependencies": {
|
|
29
|
-
"@babel/cli": "^7.17.6",
|
|
30
|
-
"@babel/core": "^7.17.9",
|
|
31
|
-
"@babel/plugin-proposal-class-properties": "^7.16.0",
|
|
32
|
-
"@babel/plugin-transform-typescript": "^7.16.8",
|
|
33
|
-
"@babel/polyfill": "^7.12.1",
|
|
34
|
-
"@babel/preset-env": "^7.16.11",
|
|
35
|
-
"@sankhyalabs/core": "^1.0.
|
|
36
|
-
"@types/jest": "^27.4.1",
|
|
37
|
-
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
|
38
|
-
"@typescript-eslint/parser": "^4.33.0",
|
|
39
|
-
"babel-eslint": "^10.1.0",
|
|
40
|
-
"babel-loader": "^8.2.5",
|
|
41
|
-
"babel-preset-minify": "^0.5.0",
|
|
42
|
-
"css-loader": "^6.7.1",
|
|
43
|
-
"eslint": "^7.32.0",
|
|
44
|
-
"file-loader": "^6.2.0",
|
|
45
|
-
"html-webpack-plugin": "^5.5.0",
|
|
46
|
-
"jest": "^27.5.1",
|
|
47
|
-
"mini-css-extract-plugin": "^2.6.0",
|
|
48
|
-
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
|
49
|
-
"prettier": "^2.6.2",
|
|
50
|
-
"prettier-webpack-plugin": "^1.2.0",
|
|
51
|
-
"style-loader": "^3.3.1",
|
|
52
|
-
"terser-webpack-plugin": "^5.3.1",
|
|
53
|
-
"typescript": "^4.6.3",
|
|
54
|
-
"url-loader": "^4.1.1",
|
|
55
|
-
"webpack": "^5.72.0",
|
|
56
|
-
"webpack-cli": "^4.9.2",
|
|
57
|
-
"webpack-dev-server": "4.8.1"
|
|
58
|
-
},
|
|
59
|
-
"jest": {
|
|
60
|
-
"moduleNameMapper": {
|
|
61
|
-
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/scripts/testMock.js",
|
|
62
|
-
"\\.(css|less)$": "<rootDir>/scripts/testMock.js"
|
|
63
|
-
},
|
|
64
|
-
"moduleFileExtensions": [
|
|
65
|
-
"web.js",
|
|
66
|
-
"js",
|
|
67
|
-
"web.ts",
|
|
68
|
-
"ts",
|
|
69
|
-
"web.tsx",
|
|
70
|
-
"tsx",
|
|
71
|
-
"json",
|
|
72
|
-
"web.jsx",
|
|
73
|
-
"jsx",
|
|
74
|
-
"node"
|
|
75
|
-
]
|
|
76
|
-
},
|
|
77
|
-
"dependencies": {
|
|
78
|
-
"@sankhyalabs/ezui": "^1.1.
|
|
79
|
-
"graphql-request": "^4.2.0"
|
|
80
|
-
}
|
|
81
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@sankhyalabs/sankhyablocks",
|
|
3
|
+
"version": "1.0.12",
|
|
4
|
+
"description": "Projeto para integração do design system ez-ui com as regras de negocio/framework do ERP Sankhya",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"types": "dist/types/index.d.ts",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"start": "webpack serve --config webpack.config.demo.js",
|
|
9
|
+
"build": "webpack && tsc",
|
|
10
|
+
"dev": "set isDev=true&& tsc && webpack",
|
|
11
|
+
"build:demo": "webpack --config webpack.config.demo.js",
|
|
12
|
+
"test": "jest --silent",
|
|
13
|
+
"coverage": "npm run test -- --coverage",
|
|
14
|
+
"trypublish": "npm publish || true"
|
|
15
|
+
},
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": ""
|
|
19
|
+
},
|
|
20
|
+
"author": "leonardo.jorge",
|
|
21
|
+
"license": "MIT",
|
|
22
|
+
"keywords": [
|
|
23
|
+
"sankhya",
|
|
24
|
+
"blocks",
|
|
25
|
+
"utilities",
|
|
26
|
+
"utils"
|
|
27
|
+
],
|
|
28
|
+
"devDependencies": {
|
|
29
|
+
"@babel/cli": "^7.17.6",
|
|
30
|
+
"@babel/core": "^7.17.9",
|
|
31
|
+
"@babel/plugin-proposal-class-properties": "^7.16.0",
|
|
32
|
+
"@babel/plugin-transform-typescript": "^7.16.8",
|
|
33
|
+
"@babel/polyfill": "^7.12.1",
|
|
34
|
+
"@babel/preset-env": "^7.16.11",
|
|
35
|
+
"@sankhyalabs/core": "^1.0.34",
|
|
36
|
+
"@types/jest": "^27.4.1",
|
|
37
|
+
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
|
38
|
+
"@typescript-eslint/parser": "^4.33.0",
|
|
39
|
+
"babel-eslint": "^10.1.0",
|
|
40
|
+
"babel-loader": "^8.2.5",
|
|
41
|
+
"babel-preset-minify": "^0.5.0",
|
|
42
|
+
"css-loader": "^6.7.1",
|
|
43
|
+
"eslint": "^7.32.0",
|
|
44
|
+
"file-loader": "^6.2.0",
|
|
45
|
+
"html-webpack-plugin": "^5.5.0",
|
|
46
|
+
"jest": "^27.5.1",
|
|
47
|
+
"mini-css-extract-plugin": "^2.6.0",
|
|
48
|
+
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
|
49
|
+
"prettier": "^2.6.2",
|
|
50
|
+
"prettier-webpack-plugin": "^1.2.0",
|
|
51
|
+
"style-loader": "^3.3.1",
|
|
52
|
+
"terser-webpack-plugin": "^5.3.1",
|
|
53
|
+
"typescript": "^4.6.3",
|
|
54
|
+
"url-loader": "^4.1.1",
|
|
55
|
+
"webpack": "^5.72.0",
|
|
56
|
+
"webpack-cli": "^4.9.2",
|
|
57
|
+
"webpack-dev-server": "4.8.1"
|
|
58
|
+
},
|
|
59
|
+
"jest": {
|
|
60
|
+
"moduleNameMapper": {
|
|
61
|
+
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/scripts/testMock.js",
|
|
62
|
+
"\\.(css|less)$": "<rootDir>/scripts/testMock.js"
|
|
63
|
+
},
|
|
64
|
+
"moduleFileExtensions": [
|
|
65
|
+
"web.js",
|
|
66
|
+
"js",
|
|
67
|
+
"web.ts",
|
|
68
|
+
"ts",
|
|
69
|
+
"web.tsx",
|
|
70
|
+
"tsx",
|
|
71
|
+
"json",
|
|
72
|
+
"web.jsx",
|
|
73
|
+
"jsx",
|
|
74
|
+
"node"
|
|
75
|
+
]
|
|
76
|
+
},
|
|
77
|
+
"dependencies": {
|
|
78
|
+
"@sankhyalabs/ezui": "^1.1.87",
|
|
79
|
+
"graphql-request": "^4.2.0"
|
|
80
|
+
}
|
|
81
|
+
}
|