1.8.0 • Published 6 months ago
@sujog/sujog-ui-module-common v1.8.0
sujog-ui-module-common
Install
npm install --save @egovernments/sujog-ui-module-commonLimitation
This Package is more specific to sujog-ui's can be used across mission's for PaymentsUsage
After adding the dependency make sure you have this dependency in
frontend/micro-ui/web/package.json"@egovernments/sujog-ui-module-common":"^1.5.0",then navigate to App.js
 frontend/micro-ui/web/src/App.js/** add this import **/
import { paymentConfigs, PaymentLinks, PaymentModule } from "@egovernments/sujog-ui-module-common";
/** inside enabledModules add this new module key **/
const enabledModules = ["Payment"];
/** inside init Function call this function **/
const initDigitUI = () => {
  window?.Digit.ComponentRegistryService.setupRegistry({
    PaymentModule,
    ...paymentConfigs,
    PaymentLinks,
  });
};Changelog
1.8.0 workbench v1.0 
1.8.0-beta workbench base version beta release
1.7.0 urban 2.9
1.6.0 urban 2.8
1.5.31 updated the readme content
1.5.30 Fixes mannual receipt date range validation, Cheque and card number validation for FSM
1.5.29 version upgraded for fixes in payment modules
1.5.28 base versionContributors
jagankumar-egov vamshikrishnakole-wtt-egov anil-egov
Documentation
Documentation Site (https://core.digit.org/guides/developer-guide/ui-developer-guide/sujog-ui)
Maintainer
Published from DIGIT Frontend
DIGIT Frontend Repo (https://github.com/egovernments/Digit-Frontend/tree/master)

1.8.0
6 months ago