moorr-react-mui 0.2.39 → 0.2.40

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.
@@ -8,6 +8,7 @@ export interface InputChangeEventArgs {
8
8
  originalEvent: any;
9
9
  key: string;
10
10
  value: any;
11
+ asAtDate?: Date;
11
12
  }
12
13
  export interface InputDataRequiredEventArgs {
13
14
  key: string;
package/index.d.ts CHANGED
@@ -208,6 +208,7 @@ interface InputChangeEventArgs {
208
208
  originalEvent: any;
209
209
  key: string;
210
210
  value: any;
211
+ asAtDate?: Date;
211
212
  }
212
213
  interface InputDataRequiredEventArgs {
213
214
  key: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "moorr-react-mui",
3
- "version": "0.2.39",
3
+ "version": "0.2.40",
4
4
  "description": "Moorr React MUI Common Library",
5
5
  "scripts": {
6
6
  "_clear": "rimraf index.* && rimraf typings/* && rimraf cjs/*",