@egovernments/digit-ui-libraries 1.8.2 → 1.8.3-beta.3
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 +3 -46
- package/dist/index.js +1 -1
- package/package.json +10 -11
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
# digit-ui-libraries
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
> Made with @egovernments/create-ui-library
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
@@ -8,31 +8,6 @@
|
|
|
8
8
|
npm install --save @egovernments/digit-ui-libraries
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
## Limitation
|
|
12
|
-
|
|
13
|
-
```bash
|
|
14
|
-
This Package is more specific to DIGIT-UI's can be used across mission's
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
## Usage
|
|
18
|
-
|
|
19
|
-
After adding the dependency make sure you have this dependency in
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
frontend/micro-ui/web/package.json
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
```json
|
|
26
|
-
"@egovernments/digit-ui-libraries":"1.8.0",
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
then navigate to App.js
|
|
30
|
-
|
|
31
|
-
```bash
|
|
32
|
-
frontend/micro-ui/web/src/App.js
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
|
|
36
11
|
## Usage
|
|
37
12
|
|
|
38
13
|
```jsx
|
|
@@ -52,24 +27,6 @@ const App = ({ deltaConfig, stateCode, cityCode, moduleCode }) => {
|
|
|
52
27
|
export default App;
|
|
53
28
|
```
|
|
54
29
|
|
|
55
|
-
### Changelog
|
|
56
|
-
|
|
57
|
-
```bash
|
|
58
|
-
1.8.2 Added mdms-v2 url & mdms v1 globalconfig MDMS_V1_CONTEXT_PATH to support both v1 and v2
|
|
59
|
-
1.8.1 Added logoutRedirectURL for mgramseva workbench
|
|
60
|
-
1.8.0 Released as part of workbench v1.0
|
|
61
|
-
```
|
|
62
|
-
|
|
63
|
-
### Published from DIGIT Frontend
|
|
64
|
-
DIGIT Frontend Repo (https://github.com/egovernments/Digit-Frontend/tree/master)
|
|
65
|
-
|
|
66
|
-
### Contributors
|
|
67
|
-
|
|
68
|
-
[jagankumar-egov] [nipunarora-eGov] [Tulika-eGov] [Ramkrishna-egov] [nabeelmd-eGov] [anil-egov] [vamshikrishnakole-wtt-egov]
|
|
69
|
-
|
|
70
30
|
## License
|
|
71
31
|
|
|
72
|
-
MIT © [
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-

|
|
32
|
+
MIT © [](https://github.com/)
|