1.8.1 • Published 10 months ago
@elliemae/business-rules v1.8.1
Business Rules Library
Dependencies
- NodeJS >= 20.x
pnpm i -g rimraf cross-env serve
Development
- clone the repo
pnpm i
Unit Test
pnpm test
API
- Intialize and reIntialize Business rules by calling function
BrInstance.init( {} {}, );
Function Doc - Use React Component to show Errors and PATF, component will take of showing validation messages as well as enable and disable of fields example:
<BrComponent fieldId={:fieldID} value={:value}>{Any Child Component}</BrComponent>
- To track Trigger field use Callback function
BrInstance.subscribeToTriggerFieldChange((fieldId, value) => { });
- For other public methods visit Documentation Portal
1.8.1
10 months ago
1.8.0
12 months ago
1.7.2
1 year ago
1.6.6-hotfix.1
1 year ago
1.7.1
1 year ago
1.7.0
1 year ago
1.6.5
2 years ago
1.6.4
2 years ago
1.6.3
2 years ago
1.6.2
2 years ago
1.6.1
2 years ago
1.6.0
2 years ago
1.5.0
2 years ago
1.4.5
2 years ago
1.4.4
2 years ago
1.4.3
2 years ago
1.4.2
2 years ago
1.4.1
2 years ago
1.4.0
2 years ago
1.3.0
2 years ago
1.2.0
2 years ago
1.1.0
2 years ago
1.0.0
2 years ago