moorr-react-mui 0.2.126 → 0.2.127

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -338,6 +338,7 @@ interface InputChangeEventArgs {
338
338
  frequency?: string;
339
339
  asAtDate?: Date;
340
340
  validatorType?: string;
341
+ validatorData?: any;
341
342
  }
342
343
  interface LinkClickEventArgs {
343
344
  originalEvent: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "moorr-react-mui",
3
- "version": "0.2.126",
3
+ "version": "0.2.127",
4
4
  "description": "Moorr React MUI Common Library",
5
5
  "scripts": {
6
6
  "_clear": "rimraf index.* && rimraf typings/* && rimraf cjs/*",
@@ -43,7 +43,7 @@
43
43
  "@mui/material": "^5.11.8",
44
44
  "@mui/icons-material": "^5.11.16",
45
45
  "jss": "^10.9.2",
46
- "moorr-common": "^0.2.33",
46
+ "moorr-common": "^0.2.36",
47
47
  "react": "^17.0.2",
48
48
  "react-dom": "^17.0.2",
49
49
  "react-grid-layout": "^1.3.4",