@egovernments/digit-ui-module-workbench 1.0.27 → 2.0.0-rc19-01

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,92 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-module-workbench",
3
- "version": "1.0.27",
4
- "description": "Workbench",
5
- "main": "dist/index.js",
6
- "module": "dist/index.modern.js",
3
+ "version": "2.0.0-rc19-01",
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": "NODE_ENV=production webpack --config webpack.config.js",
16
+ "build:dev": "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-router-dom": "6.25.1",
27
+ "react-i18next": "15.0.0",
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",
37
42
  "react-select": "5.7.4",
38
43
  "xlsx": "0.17.5",
39
- "exceljs": "^4.4.0"
44
+ "react-tooltip": "4.1.2",
45
+ "react-redux": "7.2.8",
46
+ "react-responsive": "10.0.1",
47
+ "redux-thunk": "2.4.1"
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
+ "core-js": "^3.33.0",
79
+ "cross-env": "7.0.3",
80
+ "css-loader": "^6.8.1",
81
+ "lint-staged": "12.3.7",
82
+ "react": "19.0.0",
83
+ "react-dom": "19.0.0",
84
+ "react-router-dom": "6.25.1",
85
+ "sass": "^1.83.4",
86
+ "sass-loader": "^16.0.4",
87
+ "style-loader": "^3.3.3",
88
+ "webpack": "^5.97.1",
89
+ "webpack-cli": "^5.1.4",
90
+ "webpack-dev-server": "^4.15.1"
91
+ }
53
92
  }
package/CHANGELOG.md DELETED
@@ -1,59 +0,0 @@
1
- ## [1.0.27] [29-Jul-2025]
2
- - File Upload Issues Resolved & Edit MDMS view incorrect data fix
3
-
4
- ## [1.0.26] [18-Jun-2025]
5
- - Provided schema download & upload
6
-
7
- ## [1.0.25] [16-Jun-2025]
8
- - Set default download capability disabled 'ENABLE_MDMS_BULK_DOWNLOAD'
9
-
10
- ## [1.0.24] [16-Jun-2025]
11
- - provided download of all data per schema & enable based on flag
12
- - flag name 'ENABLE_MDMS_BULK_DOWNLOAD'
13
-
14
-
15
- ## [1.8.23] [10-Jun-2025]
16
- - integrated with updated version
17
-
18
- ## [1.0.22] [28-Apr-2025]
19
- - Localization Bulk Upload - Updated SheetName and Column Widths
20
-
21
- ## [1.0.21] [8-Apr-2025]
22
- - Manage Sidebars
23
-
24
- ## [1.0.20] [25-Mar-2025]
25
- - Enhancements in Localization Add Screen - Bulk Upload
26
-
27
- ## [1.0.19] [3-Mar-2025]
28
- - Disabled json-edit-react & enable based on flag
29
- - Introduced new Globalvariable to enable bulk upload of master dataa 'ENABLE_JSON_EDIT'
30
-
31
-
32
- ## [1.0.18] [25-Feb-2025]
33
- - Compilation issue fix
34
-
35
- ## [1.0.17] [25-Feb-2025]
36
- - Added json-edit-react to view and edit schema data
37
-
38
- ## [1.0.15] [21-Feb-2025]
39
- - Publishing a new version for more stability & as part of Components Release
40
-
41
- ## [1.0.13] [3-Feb-2025]
42
- - Updated some of the loader component
43
- - fixed the add master data issue
44
-
45
- ## [1.0.13] [1-Feb-2025]
46
- - FEATURE/HCMPRE-1425 : Added the workbench module patches and Updated localisation search screen, and core module #2181
47
- - Upgraded with new Components in core, workbench screens
48
- - Introduced new Globalvariable to enable bulk upload of master dataa 'ENABLE_MDMS_BULK_UPLOAD'
49
- - Localisation search introduced a search bar for better usablility
50
- - Enhanced support for Customisations
51
-
52
- ## [1.0.11]
53
- - added support for dynamic locale in workbench module with key CORE_UI_MODULE_LOCALE_PREFIX
54
-
55
- ## [1.0.3]
56
- - Fixed the module stablity & new components integrated
57
-
58
- ## [1.0.0]
59
- - Base version.