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