moorr-react-mui 0.2.47 → 0.2.48

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.
@@ -6,7 +6,6 @@ import { GraphingSettingsModel } from "../models";
6
6
  */
7
7
  export interface InputChangeEventArgs {
8
8
  originalEvent: any;
9
- control: any;
10
9
  key: string;
11
10
  value: any;
12
11
  asAtDate?: Date;
package/index.d.ts CHANGED
@@ -206,7 +206,6 @@ declare class VerticalTileModel extends MultipleControlsTileModel {
206
206
  */
207
207
  interface InputChangeEventArgs {
208
208
  originalEvent: any;
209
- control: any;
210
209
  key: string;
211
210
  value: any;
212
211
  asAtDate?: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "moorr-react-mui",
3
- "version": "0.2.47",
3
+ "version": "0.2.48",
4
4
  "description": "Moorr React MUI Common Library",
5
5
  "scripts": {
6
6
  "_clear": "rimraf index.* && rimraf typings/* && rimraf cjs/*",