@egovernments/digit-ui-module-core 1.7.25 → 1.7.40
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/README.md +5 -45
- package/dist/index.js +1 -1
- package/package.json +5 -13
package/README.md
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
1
|
# digit-ui-module-core
|
|
3
2
|
|
|
4
3
|
## Install
|
|
@@ -10,7 +9,7 @@ npm install --save @egovernments/digit-ui-module-core
|
|
|
10
9
|
## Limitation
|
|
11
10
|
|
|
12
11
|
```bash
|
|
13
|
-
This Package is more specific to
|
|
12
|
+
This Package is more specific to Urban
|
|
14
13
|
```
|
|
15
14
|
|
|
16
15
|
## Usage
|
|
@@ -21,51 +20,12 @@ After adding the dependency make sure you have this dependency in
|
|
|
21
20
|
frontend/micro-ui/web/package.json
|
|
22
21
|
```
|
|
23
22
|
|
|
24
|
-
|
|
25
|
-
"@egovernments/digit-ui-module-core":"^1.5.0",
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
then navigate to App.js
|
|
29
|
-
|
|
30
|
-
```bash
|
|
31
|
-
frontend/micro-ui/web/src/App.js
|
|
32
|
-
```
|
|
33
|
-
|
|
34
|
-
```jsx
|
|
35
|
-
/** add this import **/
|
|
36
|
-
|
|
37
|
-
import { DigitUI } from "@egovernments/digit-ui-module-core";
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
/** inside render Function add the import for the component **/
|
|
41
|
-
|
|
42
|
-
ReactDOM.render(<DigitUI stateCode={stateCode} enabledModules={enabledModules} moduleReducers={moduleReducers} />, document.getElementById("root"));
|
|
43
|
-
|
|
44
|
-
```
|
|
23
|
+
## Changelog
|
|
45
24
|
|
|
25
|
+
### Summary for Version [1.7.35] - 2025-03-20
|
|
46
26
|
|
|
47
|
-
|
|
48
|
-
### Changelog
|
|
49
|
-
|
|
50
|
-
```bash
|
|
51
|
-
1.7.1 UPYOG Base version
|
|
52
|
-
```
|
|
27
|
+
Corrected WhatsNewCard to handle when no data is coming from mdms
|
|
53
28
|
|
|
54
29
|
### Contributors
|
|
55
30
|
|
|
56
|
-
[jagankumar-egov] [
|
|
57
|
-
|
|
58
|
-
## Documentation
|
|
59
|
-
|
|
60
|
-
Documentation Site (https://core.digit.org/guides/developer-guide/ui-developer-guide/digit-ui)
|
|
61
|
-
|
|
62
|
-
## Maintainer
|
|
63
|
-
|
|
64
|
-
- [jagankumar-egov](https://www.github.com/jagankumar-egov)
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
### Published from DIGIT Frontend
|
|
68
|
-
DIGIT Frontend Repo (https://github.com/upyog/UPYOG/tree/develop)
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-

|
|
31
|
+
[jagankumar-egov] [hari-egov] [mukund-egov]
|