@egovernments/digit-ui-module-utilities v0.0.1
digit-ui-module-utilities
Install
npm install --save digit-ui-module-utilitiesLimitation
This Package is more specific to DIGIT-UI's can be used across mission'sUsage
After adding the dependency make sure you have this dependency in
frontend/micro-ui/web/package.json"@egovernments/digit-ui-module-utilities":"0.0.1",then navigate to App.js
frontend/micro-ui/web/src/App.js/** add this import **/
import { initUtilitiesComponents } from "@egovernments/digit-ui-module-utilities";
/** inside enabledModules add this new module key **/
const enabledModules = ["Utilities"];
/** inside init Function call this function **/
const initDigitUI = () => {
initUtilitiesComponents();
};Add the Inbox /search config and use as mentioned below
import { InboxSearchComposer } from "@egovernments/digit-ui-module-utilities";
<React.Fragment>
<Header className="works-header-search">{t(updatedConfig?.label)}</Header>
<div className="inbox-search-wrapper">
<InboxSearchComposer configs={updatedConfig}></InboxSearchComposer>
</div>
</React.Fragment>In MDMS
Add this configuration to enable this module MDMS Enabling Utilities Module
List of Screens available in this versions were as follows
Search or Inbox Example Routes as follows
works-ui/employee/utilities/search/commonMuktaUiConfig/SearchEstimateConfigIframe
works-ui/employee/utilities/iframe/shg/homeWorkflow Test for any module
Sample URL
_Contract Module
works-ui/employee/utilities/workflow?tenantId=pg.citya&applicationNo=WO/2023-24/000721&businessService=CONTRACT&moduleCode=contract_Estimate Module
works-ui/employee/utilities/workflow?tenantId=pg.citya&applicationNo=ES/2023-24/001606&businessService=ESTIMATE&moduleCode=estimate_Attendance Module
works-ui/employee/utilities/workflow?tenantId=pg.citya&applicationNo=MR/2023-24/05/31/000778&businessService=MR&moduleCode=muster%20roll_Bill Module
works-ui/employee/utilities/workflow?tenantId=pg.citya&applicationNo=PB/2023-24/000379&businessService=EXPENSE.PURCHASE&moduleCode=wages.purchaseComing Soon
- Create Screen
- View Screen
Changelog
0.0.2 added into the digit-core and integrated with core react components
0.0.1 base versionPublished from DIGIT Core
Digit Dev Repo (https://github.com/egovernments/DIGIT-Dev/tree/digit-ui-core)
License
MIT © jagankumar-egov
12 months ago
1 year ago
12 months ago
9 months ago
12 months ago
9 months ago
9 months ago
9 months ago
9 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago