@egovernments/digit-ui-module-workbench 1.0.28 → 2.0.0-rc19-02

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/package.json CHANGED
@@ -1,53 +1,93 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-module-workbench",
3
- "version": "1.0.28",
4
- "description": "Workbench",
5
- "main": "dist/index.js",
6
- "module": "dist/index.modern.js",
3
+ "version": "2.0.0-rc19-02",
4
+ "license": "MIT",
5
+ "main": "dist/main.js",
6
+ "module": "dist/main.js",
7
7
  "source": "src/Module.js",
8
8
  "files": [
9
9
  "dist"
10
10
  ],
11
11
  "scripts": {
12
- "start": "microbundle-crl watch --no-compress --format modern,cjs",
13
- "build": "microbundle-crl --compress --no-sourcemap --format cjs",
14
- "prepublish": "yarn build"
12
+ "example": "cd example && npm run start",
13
+ "start": "webpack serve --mode=development --config webpack.config.js",
14
+ "start:prod": "NODE_ENV=production webpack serve --config webpack.config.js",
15
+ "build": "cross-env NODE_ENV=production webpack --config webpack.config.js",
16
+ "build:dev": "cross-env NODE_ENV=development webpack --config webpack.config.js",
17
+ "build:analyze": "NODE_ENV=production webpack --config webpack.config.js --analyze",
18
+ "prepare": "yarn build",
19
+ "publish:components": "npm publish --tag core-webpack-v0.1",
20
+ "predeploy": "cd example && yarn install && yarn run build"
15
21
  },
16
22
  "peerDependencies": {
17
- "react": "17.0.2",
18
- "react-router-dom": "5.3.0"
23
+ "@tanstack/react-query": "^5.62.16",
24
+ "react": "19.0.0",
25
+ "react-dom": "19.0.0",
26
+ "react-i18next": "15.0.0",
27
+ "react-router-dom": "6.25.1",
28
+ "styled-components": "5.x"
19
29
  },
20
30
  "dependencies": {
21
- "@cyntler/react-doc-viewer": "1.10.3",
22
- "json-edit-react": "^1.22.6",
23
- "@egovernments/digit-ui-components": "0.2.0",
24
- "@egovernments/digit-ui-react-components": "1.8.22",
31
+ "@egovernments/digit-ui-components": "2.0.0-rc19-01",
32
+ "@egovernments/digit-ui-react-components": "2.0.0-rc19-01",
25
33
  "@rjsf/core": "5.10.0",
26
34
  "@rjsf/utils": "5.10.0",
27
35
  "@rjsf/validator-ajv8": "5.10.0",
28
36
  "ajv": "8.12.0",
29
- "react": "17.0.2",
37
+ "exceljs": "^4.4.0",
38
+ "json-edit-react": "^1.22.6",
30
39
  "react-date-range": "1.4.0",
31
- "react-dom": "17.0.2",
32
40
  "react-drag-drop-files": "^2.3.10",
33
41
  "react-hook-form": "6.15.8",
34
- "react-i18next": "11.16.2",
35
- "react-query": "3.6.1",
36
- "react-router-dom": "5.3.0",
42
+ "react-redux": "7.2.8",
43
+ "react-responsive": "10.0.1",
37
44
  "react-select": "5.7.4",
38
- "xlsx": "0.17.5",
39
- "exceljs": "^4.4.0"
45
+ "react-tooltip": "4.1.2",
46
+ "redux-thunk": "2.4.1",
47
+ "xlsx": "0.17.5"
40
48
  },
41
- "resolutions": {
42
- "**/styled-components": "5.0.0"
49
+ "sideEffects": false,
50
+ "browserslist": {
51
+ "production": [
52
+ ">0.2%",
53
+ "not dead",
54
+ "not op_mini all"
55
+ ],
56
+ "development": [
57
+ "last 1 chrome version",
58
+ "last 1 firefox version",
59
+ "last 1 safari version"
60
+ ]
43
61
  },
44
62
  "author": "JaganKumar <jagan.kumar@egov.org.in>",
45
- "license": "MIT",
46
63
  "keywords": [
47
64
  "digit",
48
65
  "egov",
49
66
  "dpg",
50
67
  "digit-ui",
68
+ "core",
51
69
  "workbench"
52
- ]
70
+ ],
71
+ "devDependencies": {
72
+ "@babel/core": "^7.23.3",
73
+ "@babel/preset-env": "^7.23.3",
74
+ "@babel/preset-react": "^7.23.3",
75
+ "@tanstack/react-query": "^5.62.16",
76
+ "babel-loader": "^9.1.3",
77
+ "babel-plugin-transform-remove-console": "^6.9.4",
78
+ "compression-webpack-plugin": "^11.1.0",
79
+ "core-js": "^3.33.0",
80
+ "cross-env": "7.0.3",
81
+ "css-loader": "^6.8.1",
82
+ "lint-staged": "12.3.7",
83
+ "react": "19.0.0",
84
+ "react-dom": "19.0.0",
85
+ "react-router-dom": "6.25.1",
86
+ "sass": "^1.83.4",
87
+ "sass-loader": "^16.0.4",
88
+ "style-loader": "^3.3.3",
89
+ "webpack": "^5.97.1",
90
+ "webpack-cli": "^5.1.4",
91
+ "webpack-dev-server": "^4.15.1"
92
+ }
53
93
  }
package/CHANGELOG.md DELETED
@@ -1,63 +0,0 @@
1
-
2
- ## [1.0.28] [30-July-2025]
3
- - Workbench View and edit state issues
4
- -
5
- ## [1.0.27] [29-Jul-2025]
6
- - File Upload Issues Resolved & Edit MDMS view incorrect data fix
7
-
8
- ## [1.0.26] [18-Jun-2025]
9
- - Provided schema download & upload
10
-
11
- ## [1.0.25] [16-Jun-2025]
12
- - Set default download capability disabled 'ENABLE_MDMS_BULK_DOWNLOAD'
13
-
14
- ## [1.0.24] [16-Jun-2025]
15
- - provided download of all data per schema & enable based on flag
16
- - flag name 'ENABLE_MDMS_BULK_DOWNLOAD'
17
-
18
-
19
- ## [1.8.23] [10-Jun-2025]
20
- - integrated with updated version
21
-
22
- ## [1.0.22] [28-Apr-2025]
23
- - Localization Bulk Upload - Updated SheetName and Column Widths
24
-
25
- ## [1.0.21] [8-Apr-2025]
26
- - Manage Sidebars
27
-
28
- ## [1.0.20] [25-Mar-2025]
29
- - Enhancements in Localization Add Screen - Bulk Upload
30
-
31
- ## [1.0.19] [3-Mar-2025]
32
- - Disabled json-edit-react & enable based on flag
33
- - Introduced new Globalvariable to enable bulk upload of master dataa 'ENABLE_JSON_EDIT'
34
-
35
-
36
- ## [1.0.18] [25-Feb-2025]
37
- - Compilation issue fix
38
-
39
- ## [1.0.17] [25-Feb-2025]
40
- - Added json-edit-react to view and edit schema data
41
-
42
- ## [1.0.15] [21-Feb-2025]
43
- - Publishing a new version for more stability & as part of Components Release
44
-
45
- ## [1.0.13] [3-Feb-2025]
46
- - Updated some of the loader component
47
- - fixed the add master data issue
48
-
49
- ## [1.0.13] [1-Feb-2025]
50
- - FEATURE/HCMPRE-1425 : Added the workbench module patches and Updated localisation search screen, and core module #2181
51
- - Upgraded with new Components in core, workbench screens
52
- - Introduced new Globalvariable to enable bulk upload of master dataa 'ENABLE_MDMS_BULK_UPLOAD'
53
- - Localisation search introduced a search bar for better usablility
54
- - Enhanced support for Customisations
55
-
56
- ## [1.0.11]
57
- - added support for dynamic locale in workbench module with key CORE_UI_MODULE_LOCALE_PREFIX
58
-
59
- ## [1.0.3]
60
- - Fixed the module stablity & new components integrated
61
-
62
- ## [1.0.0]
63
- - Base version.