@egovernments/digit-ui-module-core 1.8.1-beta.9 → 1.8.1
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 -34
- package/dist/index.js +1 -1
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
<!-- TODO: update this -->
|
|
2
2
|
|
|
3
3
|
# digit-ui-module-core
|
|
4
4
|
|
|
@@ -61,42 +61,11 @@ with
|
|
|
61
61
|
.filter((opt) => (opt?.hasOwnProperty("active") ? opt.active : true))
|
|
62
62
|
|
|
63
63
|
```
|
|
64
|
-
* Digit.Utils.getDefaultLanguage()
|
|
65
|
-
|
|
66
|
-
```
|
|
67
|
-
from 1.8.0 beta version add the following utility method in micro-ui/web/micro-ui-internals/packages/libraries/src/utils/index.js
|
|
68
|
-
|
|
69
|
-
const getDefaultLanguage = () => {
|
|
70
|
-
return `${getLocaleDefault()}_${getLocaleRegion()}`;
|
|
71
|
-
};
|
|
72
|
-
|
|
73
|
-
and add its related functions
|
|
74
|
-
|
|
75
|
-
```
|
|
76
|
-
|
|
77
64
|
|
|
78
65
|
### Changelog
|
|
79
66
|
|
|
80
67
|
```bash
|
|
81
|
-
1.8.1
|
|
82
|
-
1.8.1-beta.8: Enhanced to load screen even if mdms is failing
|
|
83
|
-
1.8.1-beta.7 Added custom support for all svg icons to be used in sidebar by specifiying icon as svg:localairport (svg:iconname)
|
|
84
|
-
1.8.1-beta.6 Resolved duplicacy issue in the Sidebar
|
|
85
|
-
1.8.1-beta.5 Fixed Sidebar Path issue
|
|
86
|
-
1.8.1-beta.4 Added a null check for homescreen landing issue
|
|
87
|
-
1.8.1-beta.3 User profile back button fixes for mobile view
|
|
88
|
-
1.8.1-beta.2 User profile Save and change password button fixes for mobile view
|
|
89
|
-
1.8.1-beta.1 Republished after merging with Master due to version issues.
|
|
90
|
-
1.8.0-beta.16 fixed the hardcoded logout message
|
|
91
|
-
1.8.0-beta.15 fixed the sidebar sort order issue
|
|
92
|
-
1.8.0-beta.14
|
|
93
|
-
1.8.0-beta.13
|
|
94
|
-
1.8.0-beta.12
|
|
95
|
-
1.8.0-beta.11 republished due to some version issues
|
|
96
|
-
1.8.0-beta.10 Constants updated for mgramsewa
|
|
97
|
-
1.8.0-beta.9 Updated How It works screen to take header from mdms config and show pdf card only when required
|
|
98
|
-
1.8.0-beta.8 redefine addtional component to render only under employee home page
|
|
99
|
-
1.8.0-beta.6 added addtional component render for tqm modules
|
|
68
|
+
1.8.1 sidebar null check fixes
|
|
100
69
|
1.8.0 workbench v1.0
|
|
101
70
|
1.8.0-beta.5 fix for login screen alignments
|
|
102
71
|
1.8.0-beta.4 made the default localisation in globalconfig
|
|
@@ -138,7 +107,7 @@ Documentation Site (https://core.digit.org/guides/developer-guide/ui-developer-g
|
|
|
138
107
|
|
|
139
108
|
|
|
140
109
|
### Published from DIGIT Frontend
|
|
141
|
-
DIGIT Frontend Repo (https://github.com/egovernments/Digit-Frontend/tree/
|
|
110
|
+
DIGIT Frontend Repo (https://github.com/egovernments/Digit-Frontend/tree/master)
|
|
142
111
|
|
|
143
112
|
|
|
144
113
|

|