ados-rcm 1.0.367 → 1.0.369

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.
@@ -66,18 +66,6 @@ export interface IADatePickerProps extends IABaseProps {
66
66
  * Description : maximum date of ADatePicker. default is a year later from now
67
67
  */
68
68
  maxDate?: Date;
69
- /**
70
- * isDisabled? : boolean
71
- *
72
- * Description : if true, ADatePicker is disabled
73
- */
74
- isDisabled?: boolean;
75
- /**
76
- * isLoading? : boolean
77
- *
78
- * Description : if true, ADatePicker is loading
79
- */
80
- isLoading?: boolean;
81
69
  /**
82
70
  * LeftAddon? : React.ReactNode
83
71
  *