@egovernments/digit-ui-module-core 1.8.35 → 1.8.36-rc-test-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,31 +1,53 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-module-core",
3
- "version": "1.8.35",
3
+ "version": "1.8.36-rc-test-02",
4
4
  "license": "MIT",
5
- "main": "dist/index.js",
6
- "module": "dist/index.modern.js",
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",
21
+ "deploy": "gh-pages -d example/build"
22
+ },
23
+ "peerDependencies": {
24
+ "react": "19.0.0",
25
+ "react-dom": "19.0.0",
26
+ "react-router-dom": "6.25.1",
27
+ "@tanstack/react-query": "^5.62.16"
15
28
  },
16
29
  "dependencies": {
17
- "@egovernments/digit-ui-components": "0.2.0",
18
- "@egovernments/digit-ui-react-components": "1.8.19",
19
- "@egovernments/digit-ui-svg-components": "1.0.14",
20
- "react": "17.0.2",
21
- "react-dom": "17.0.2",
22
- "react-i18next": "11.16.2",
23
- "react-query": "3.6.1",
30
+ "@egovernments/digit-ui-components": "0.2.0-rc-test-04",
31
+ "@egovernments/digit-ui-react-components": "1.8.22-rc-test-04",
32
+ "react-i18next": "15.0.0",
24
33
  "react-redux": "7.2.8",
25
- "react-router-dom": "5.3.0",
26
34
  "react-tooltip": "4.1.2",
27
- "redux": "4.1.2",
28
- "redux-thunk": "2.4.1"
35
+ "redux": "5.0.0",
36
+ "redux-thunk": "2.4.1",
37
+ "react-responsive":"10.0.1"
38
+ },
39
+ "sideEffects": false,
40
+ "browserslist": {
41
+ "production": [
42
+ ">0.2%",
43
+ "not dead",
44
+ "not op_mini all"
45
+ ],
46
+ "development": [
47
+ "last 1 chrome version",
48
+ "last 1 firefox version",
49
+ "last 1 safari version"
50
+ ]
29
51
  },
30
52
  "author": "JaganKumar <jagan.kumar@egov.org.in>",
31
53
  "keywords": [
@@ -34,5 +56,28 @@
34
56
  "dpg",
35
57
  "digit-ui",
36
58
  "core"
37
- ]
59
+ ],
60
+ "devDependencies": {
61
+ "sass": "^1.83.4",
62
+ "sass-loader": "^16.0.4",
63
+ "@babel/core": "^7.23.3",
64
+ "@babel/preset-env": "^7.23.3",
65
+ "@babel/preset-react": "^7.23.3",
66
+ "@babel/plugin-transform-optional-chaining": "^7.23.3",
67
+ "@babel/plugin-transform-nullish-coalescing-operator": "^7.23.3",
68
+ "babel-plugin-transform-remove-console": "^6.9.4",
69
+ "babel-loader": "^9.1.3",
70
+ "css-loader": "^6.8.1",
71
+ "style-loader": "^3.3.3",
72
+ "webpack-dev-server": "^4.15.1",
73
+ "core-js": "^3.33.0",
74
+ "cross-env": "7.0.3",
75
+ "lint-staged": "12.3.7",
76
+ "webpack": "^5.97.1",
77
+ "webpack-cli": "^5.1.4",
78
+ "react": "19.0.0",
79
+ "react-dom": "19.0.0",
80
+ "react-router-dom": "6.25.1",
81
+ "@tanstack/react-query": "^5.62.16"
82
+ }
38
83
  }
package/CHANGELOG.md DELETED
@@ -1,275 +0,0 @@
1
- # Changelog
2
-
3
- ## [1.8.33] [9-April-2025]
4
- - FEATURE/CCSD-57 :Sandbox Changes
5
-
6
- ## [1.8.32] [10-Mar-2025]
7
- - FEATURE/DUCE-0246 :Userprofile password trimming
8
-
9
- ## [1.8.31] [10-Mar-2025]
10
- - FEATURE/DUCE-246 :Login page username and password trimming
11
-
12
- ## [1.8.30] [07-Mar-2025]
13
- - BUGFIX/DUCE-243 : Updated breadcrumb and regex validation mapping in user profile
14
-
15
- ## [1.8.28] [27-Feb-2025]
16
- - BUGFIX/SN-162 : Citizen sms otp fix
17
-
18
- ## [1.8.28] [27-Feb-2025]
19
- - BUGFIX/SN-162 : Citizen otp fix in the Login page.
20
-
21
- ## [1.8.26] [21-Feb-2025]
22
- - Publishing a new version for more stability & as part of Components Release
23
-
24
- ## [1.8.25] [13-Feb-2025]
25
- - Added id prop for Privacy Component Checkbox
26
-
27
- ## [1.8.24] [3-Feb-2025]
28
- - Fixed core issues and related found in PGR Ethopia demo
29
-
30
- ## [1.8.23] [3-Feb-2025]
31
- - FEATURE/HCMPRE-1852 : POC for single landing ui for users added extra route for no-top-bar/employee
32
-
33
- ## [1.8.22] [3-Feb-2025]
34
- - FEATURE/HCMPRE-2208 : Fixed some loader component issue
35
- - added new prop called allowedUserTypes to restrict any user type if needed
36
-
37
- ## [1.8.21] [1-Feb-2025]
38
- - FEATURE/HCMPRE-1425 : Added the workbench module patches and Updated localisation search screen, and core module #2181
39
- - Upgraded with new Components in core, workbench screens
40
-
41
- ## [1.8.19] [23-Jan-2025]
42
- - Fixed import issues of new ui-components
43
-
44
- ## [1.8.18] [23-Jan-2025]
45
- - FIxed some of FEATURE/HCMPRE-1852 :: Fixed some console logs
46
-
47
- ## [1.8.17] [23-Jan-2025]
48
- - FIxed some of FEATURE/HCMPRE-1852 :: accessibility issues of dropdown & checkbox(#2120)
49
-
50
- ## [1.8.16] [23-Jan-2025]
51
- - FIxed some of FEATURE/HCMPRE-1852 :: accessibility issues of image(#2120)
52
-
53
- ## [1.8.15] [21-Jan-2025]
54
- - Removed support for any new context path to have employee linked in the url.To use this,the new context path should be linked with employee.
55
-
56
- ## [1.8.13] [16-Dec-2024]
57
- - Made validations for name, mobile number, and password fields in user profile update screen configurable through MDMS data
58
- - Implemented dynamic regex validation for profile updates based on MDMS data
59
- - Added support for custom regex patterns through `UserProfileValidationConfig`
60
- - Example MDMS data: https://github.com/egovernments/egov-mdms-data/blob/UNIFIED-QA/data/mz/commonUIConfig/UserProfileValidationConfig.json
61
-
62
- ## [1.8.11] [26-Nov-2024]
63
- - Republished with new component version incremented
64
-
65
- ## [1.8.10] [19-Nov-2024]
66
- - Fixed the module stablity & new components integrated republihsing the same due to component version issue,
67
-
68
- ## [1.8.3]
69
- - Fixed the module stablity & new components integrated, sandbox enabled
70
-
71
- ## 1.8.2-beta.27
72
- - Integrated new Landingpage card component & its wrapper
73
-
74
- ## 1.8.2-beta.17
75
- - Integrated new topbar,sidebar and hambuger
76
-
77
- ## 1.8.2-beta.12
78
- - Updated the css
79
-
80
- ## 1.8.2-beta.11
81
- - Changed the policy schema
82
-
83
- ## 1.8.2-beta.10
84
- - Enchanced Privacy component for table of contents
85
-
86
- ## 1.8.2-beta.9
87
- - Added classname for languageselection
88
-
89
- ## 1.8.2-beta.8
90
- - Fixed header logout issue
91
-
92
- ## 1.8.2-beta.7
93
- - Added privacy component in mdms
94
-
95
- ## 1.8.2-beta.6
96
- - Fixed forgot password link
97
-
98
- ## 1.8.2-beta.5
99
- - Added Privacy Component(Don't use beta.4 has issues)
100
-
101
- ## 1.8.2-beta.4
102
- - Added Privacy Component
103
-
104
- ## 1.8.2-beta.2
105
- - Updated LogoutDialog
106
-
107
- ## 1.8.2-beta.1
108
- - Fixed the jenkins build issue
109
-
110
- ## 1.8.1-beta.23
111
- - Added a new classname to homescreen classes.
112
-
113
- ## 1.8.1-beta.21
114
- - Updated Toast Component Props.
115
-
116
- ## 1.8.1-beta.18
117
- - Updated utilities module Kibana logic to support sidebar actions.
118
-
119
- ## 1.8.1-beta.17
120
- - Updated UI components: Toast, RemovableTag, and ErrorMessage.
121
-
122
- ## 1.8.1-beta.16
123
- - Updated library with spacers and CSS.
124
- - Modified dropdown in UI components.
125
-
126
- ## 1.8.1-beta.15
127
- - Updated UI components dropdown option labels.
128
- - Updated version of UI components and CSS.
129
-
130
- ## 1.8.1-beta.14
131
- - Updated UI components and CSS versions for dropdown option labels and toast info.
132
-
133
- ## 1.8.1-beta.13
134
- - Updated UI components and CSS versions.
135
-
136
- ## 1.8.1-beta.12
137
- - Used a new Primary constant color `#c84c0e`.
138
- - **Note:** Use this version with CSS 1.8.1-beta.8, component 1.8.1-beta.15.
139
-
140
- ## 1.8.1-beta.11
141
- - Enhancements of components and CSS.
142
-
143
- ## 1.8.1-beta.10
144
- - Fixed login screen issue.
145
-
146
- ## 1.8.1-beta.9
147
- - Fixed stability issue.
148
-
149
- ## 1.8.1-beta.8
150
- - Enhanced to load screen even if MDMS is failing.
151
-
152
- ## 1.8.1-beta.7
153
- - Added custom support for all SVG icons to be used in the sidebar by specifying the icon as `svg:localairport` (svg:iconname).
154
-
155
- ## 1.8.1-beta.6
156
- - Resolved duplicacy issue in the Sidebar.
157
-
158
- ## 1.8.1-beta.5
159
- - Fixed Sidebar Path issue.
160
-
161
- ## 1.8.1-beta.4
162
- - Added a null check for homescreen landing issue.
163
-
164
- ## 1.8.1-beta.3
165
- - User profile back button fixes for mobile view.
166
-
167
- ## 1.8.1-beta.2
168
- - User profile Save and Change Password button fixes for mobile view.
169
-
170
- ## 1.8.1-beta.1
171
- - Republished after merging with Master due to version issues.
172
-
173
- ## 1.8.0-beta.16
174
- - Fixed the hardcoded logout message.
175
-
176
- ## 1.8.0-beta.15
177
- - Fixed the sidebar sort order issue.
178
-
179
- ## 1.8.0-beta.14
180
-
181
- ## 1.8.0-beta.13
182
-
183
- ## 1.8.0-beta.12
184
-
185
- ## 1.8.0-beta.11
186
- - Republished due to some version issues.
187
-
188
- ## 1.8.0-beta.10
189
- - Constants updated for mgramsewa.
190
-
191
- ## 1.8.0-beta.9
192
- - Updated How It Works screen to take header from MDMS config and show PDF card only when required.
193
-
194
- ## 1.8.0-beta.8
195
- - Redefined additional component to render only under employee home page.
196
-
197
- ## 1.8.0-beta.6
198
- - Added additional component render for TQM modules.
199
-
200
- ## 1.8.0
201
- - Workbench v1.0.
202
-
203
- ## 1.8.0-beta.5
204
- - Fix for login screen alignments.
205
-
206
- ## 1.8.0-beta.4
207
- - Made the default localisation in global config.
208
-
209
- ## 1.8.0-beta
210
- - Workbench base version beta release.
211
-
212
- ## 1.7.0
213
- - Urban 2.9.
214
-
215
- ## 1.6.0
216
- - Urban 2.8.
217
-
218
- ## 1.5.43
219
- - Redirection issue fix in case of no roles in selected city.
220
-
221
- ## 1.5.46
222
- - Added classname for topbar options dropdown.
223
-
224
- ## 1.5.45
225
- - Alignment issue in edit and logout.
226
-
227
- ## 1.5.44
228
- - Updated login SCSS and alignment issues.
229
-
230
- ## 1.5.42
231
- - Fixed the MDMS call in login component for dynamic updating.
232
-
233
- ## 1.5.41
234
- - Updated the readme content.
235
-
236
- ## 1.5.40
237
- - Updated the login component to handle MDMS config, which can be accessed from master - `commonUiConfig` and module - `LoginConfig`.
238
-
239
- ## 1.5.39
240
- - Show the Toast when password changed and need to logout from profile page.
241
-
242
- ## 1.5.38
243
- - Enabled the admin mode for employee login which can be accessed through route `employee/user/login?mode=admin`.
244
- - Updated to use `formcomposerv2`.
245
-
246
- ## 1.5.37
247
- - Fixed hiding upload drawer icons.
248
-
249
- ## 1.5.36
250
- - Fixed error when clicking on change password and then trying to save profile without changing the password.
251
-
252
- ## 1.5.35
253
- - Fixed user profile email being prefilled when clicking on change password.
254
-
255
- ## 1.5.34
256
- - Fixed module not found redirection issue.
257
-
258
- ## 1.5.33
259
- - Fixed payment not throwing error page for sanitation.
260
-
261
- ## 1.5.32
262
- - Fixed the localisation issue by adding translation to the keys.
263
- - Fixed payment response issue for sanitation UI.
264
-
265
- ## 1.5.31
266
- - Fixed the all services screen back button for sanitation UI.
267
-
268
- ## 1.5.30
269
- - Fixed the home routing issue in error screen.
270
-
271
- ## 1.5.29
272
- - Added the readme file.
273
-
274
- ## 1.5.28
275
- - Fixed the route issue for profile screen.