@gpa-gemstone/common-pages 0.0.122 → 0.0.123
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/BulkUpload.d.ts +53 -0
- package/lib/BulkUpload.js +156 -0
- package/lib/Note.d.ts +1 -3
- package/lib/Note.js +39 -63
- package/lib/Pipelines/CSVPipeline.d.ts +7 -0
- package/lib/Pipelines/CSVPipeline.js +323 -0
- package/lib/SelectionPopup.d.ts +0 -2
- package/lib/StandardSelectPopup.d.ts +0 -2
- package/lib/StandardSelectPopup.js +14 -13
- package/lib/TimeFilter.d.ts +28 -0
- package/lib/TimeFilter.js +273 -0
- package/lib/TimeWindowUtils.d.ts +26 -0
- package/lib/TimeWindowUtils.js +110 -0
- package/lib/ValueList/GroupInfo.js +2 -2
- package/lib/index.d.ts +6 -6
- package/lib/index.js +8 -11
- package/lib/user/AdditionalField.js +4 -4
- package/lib/user/UserInfo.js +1 -1
- package/package.json +61 -61
package/package.json
CHANGED
@@ -1,62 +1,62 @@
|
|
1
|
-
{
|
2
|
-
"name": "@gpa-gemstone/common-pages",
|
3
|
-
"version": "0.0.
|
4
|
-
"description": "Common UI pages for GPA products",
|
5
|
-
"main": "lib/index.js",
|
6
|
-
"types": "lib/index.d.ts",
|
7
|
-
"files": ["lib/**/*"],
|
8
|
-
"scripts": {
|
9
|
-
"test": "jest --config jestconfig.json",
|
10
|
-
"build": "tsc",
|
11
|
-
"format": "prettier --write \"src/**/*.tsx\"",
|
12
|
-
"lint": "eslint . --ext .ts,.tsx",
|
13
|
-
"prepare": "npm run build",
|
14
|
-
"prepublishOnly": "npm test && npm run lint",
|
15
|
-
"preversion": "npm run lint",
|
16
|
-
"version": "npm run format && git add -A src",
|
17
|
-
"postversion": "git push && git push --tags"
|
18
|
-
},
|
19
|
-
"repository": {
|
20
|
-
"type": "git",
|
21
|
-
"url": "https://github.com/GridProtectionAlliance/gpa-gemstone.git"
|
22
|
-
},
|
23
|
-
"keywords": [
|
24
|
-
"React",
|
25
|
-
"Interactive",
|
26
|
-
"GSF",
|
27
|
-
"Gemstone",
|
28
|
-
"GridProtectionAlliance"
|
29
|
-
],
|
30
|
-
"author": "GridProtectionAlliance",
|
31
|
-
"license": "MIT",
|
32
|
-
"bugs": {"url": "https://github.com/GridProtectionAlliance/gpa-gemstone/issues"},
|
33
|
-
"homepage": "https://github.com/GridProtectionAlliance/gpa-gemstone#readme",
|
34
|
-
"devDependencies": {
|
35
|
-
"@types/crypto-js": "^4.2.0",
|
36
|
-
"@types/jest": "^27.0.0",
|
37
|
-
"@types/jquery": "3.5.6",
|
38
|
-
"@typescript-eslint/eslint-plugin": "^5.60.0",
|
39
|
-
"@typescript-eslint/parser": "^5.60.0",
|
40
|
-
"eslint": "^8.43.0",
|
41
|
-
"jest": "^29.0.0",
|
42
|
-
"prettier": "^2.3.2",
|
43
|
-
"ts-jest": "^29.0.0",
|
44
|
-
"typescript": "5.5.3"
|
45
|
-
},
|
46
|
-
"dependencies": {
|
47
|
-
"@gpa-gemstone/application-typings": "0.0.78",
|
48
|
-
"@gpa-gemstone/gpa-symbols": "0.0.
|
49
|
-
"@gpa-gemstone/helper-functions": "0.0.36",
|
50
|
-
"@gpa-gemstone/react-forms": "1.1.
|
51
|
-
"@gpa-gemstone/react-interactive": "1.0.
|
52
|
-
"@gpa-gemstone/react-table": "1.2.
|
53
|
-
"@reduxjs/toolkit": "1.8.3",
|
54
|
-
"crypto-js": "^4.2.0",
|
55
|
-
"moment": "^2.29.4",
|
56
|
-
"moment-timezone": "0.5.43",
|
57
|
-
"react": "^18.2.0",
|
58
|
-
"react-redux": "8.0.2",
|
59
|
-
"styled-components": "5.3.3"
|
60
|
-
},
|
61
|
-
"publishConfig": {"access": "public"}
|
1
|
+
{
|
2
|
+
"name": "@gpa-gemstone/common-pages",
|
3
|
+
"version": "0.0.123",
|
4
|
+
"description": "Common UI pages for GPA products",
|
5
|
+
"main": "lib/index.js",
|
6
|
+
"types": "lib/index.d.ts",
|
7
|
+
"files": ["lib/**/*"],
|
8
|
+
"scripts": {
|
9
|
+
"test": "jest --config jestconfig.json",
|
10
|
+
"build": "tsc",
|
11
|
+
"format": "prettier --write \"src/**/*.tsx\"",
|
12
|
+
"lint": "eslint . --ext .ts,.tsx",
|
13
|
+
"prepare": "npm run build",
|
14
|
+
"prepublishOnly": "npm test && npm run lint",
|
15
|
+
"preversion": "npm run lint",
|
16
|
+
"version": "npm run format && git add -A src",
|
17
|
+
"postversion": "git push && git push --tags"
|
18
|
+
},
|
19
|
+
"repository": {
|
20
|
+
"type": "git",
|
21
|
+
"url": "https://github.com/GridProtectionAlliance/gpa-gemstone.git"
|
22
|
+
},
|
23
|
+
"keywords": [
|
24
|
+
"React",
|
25
|
+
"Interactive",
|
26
|
+
"GSF",
|
27
|
+
"Gemstone",
|
28
|
+
"GridProtectionAlliance"
|
29
|
+
],
|
30
|
+
"author": "GridProtectionAlliance",
|
31
|
+
"license": "MIT",
|
32
|
+
"bugs": {"url": "https://github.com/GridProtectionAlliance/gpa-gemstone/issues"},
|
33
|
+
"homepage": "https://github.com/GridProtectionAlliance/gpa-gemstone#readme",
|
34
|
+
"devDependencies": {
|
35
|
+
"@types/crypto-js": "^4.2.0",
|
36
|
+
"@types/jest": "^27.0.0",
|
37
|
+
"@types/jquery": "3.5.6",
|
38
|
+
"@typescript-eslint/eslint-plugin": "^5.60.0",
|
39
|
+
"@typescript-eslint/parser": "^5.60.0",
|
40
|
+
"eslint": "^8.43.0",
|
41
|
+
"jest": "^29.0.0",
|
42
|
+
"prettier": "^2.3.2",
|
43
|
+
"ts-jest": "^29.0.0",
|
44
|
+
"typescript": "5.5.3"
|
45
|
+
},
|
46
|
+
"dependencies": {
|
47
|
+
"@gpa-gemstone/application-typings": "0.0.78",
|
48
|
+
"@gpa-gemstone/gpa-symbols": "0.0.45",
|
49
|
+
"@gpa-gemstone/helper-functions": "0.0.36",
|
50
|
+
"@gpa-gemstone/react-forms": "1.1.77",
|
51
|
+
"@gpa-gemstone/react-interactive": "1.0.137",
|
52
|
+
"@gpa-gemstone/react-table": "1.2.58",
|
53
|
+
"@reduxjs/toolkit": "1.8.3",
|
54
|
+
"crypto-js": "^4.2.0",
|
55
|
+
"moment": "^2.29.4",
|
56
|
+
"moment-timezone": "0.5.43",
|
57
|
+
"react": "^18.2.0",
|
58
|
+
"react-redux": "8.0.2",
|
59
|
+
"styled-components": "5.3.3"
|
60
|
+
},
|
61
|
+
"publishConfig": {"access": "public"}
|
62
62
|
}
|