awing-library 2.1.214-dev → 2.1.215-dev

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.
@@ -160,7 +160,7 @@ function DataInput(props) {
160
160
  textField: __assign(__assign({ required: fieldDefinition.required, fullWidth: true, variant: 'standard' }, other), { error: error, helperText: !disableHelperText && error
161
161
  ? (_f = fieldDefinition.helperText) !== null && _f !== void 0 ? _f : t('Common.InvalidData')
162
162
  : '' }),
163
- }, readOnly: fieldDefinition.readOnly, maxDate: (0, moment_1.default)(fieldDefinition.maxDate), minDate: (0, moment_1.default)(fieldDefinition.minDate) }));
163
+ }, readOnly: fieldDefinition.readOnly }));
164
164
  }
165
165
  case 'date-range': {
166
166
  var _p = other, isDayBlocked = _p.isDayBlocked, isOutsideRange = _p.isOutsideRange;
@@ -55,8 +55,6 @@ export interface DateTimeFieldDefinition<T extends DataObject> extends BaseField
55
55
  type: 'month' | 'date';
56
56
  onValidate?(value?: Date): boolean;
57
57
  defaultValue?: Date;
58
- maxDate?: Date;
59
- minDate?: Date;
60
58
  }
61
59
  export interface DateRangeFieldDefinition<T extends DataObject> extends BaseFieldDefinition<T> {
62
60
  type: 'date-range';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awing-library",
3
- "version": "2.1.214-dev",
3
+ "version": "2.1.215-dev",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",