sag_components 2.0.0-beta333 → 2.0.0-beta335

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.
@@ -1,5 +1,5 @@
1
1
  export default DatePicker;
2
- declare function DatePicker({ isOpen, onChangeDate, value, setValue, startDateValue, endDateValue, selectedColor, hoverColor, inRangeColor, clearButtonColor, }: {
2
+ declare function DatePicker({ isOpen, onChangeDate, value, setValue, startDateValue, endDateValue, selectedColor, hoverColor, inRangeColor, clearButtonColor, showClearButton, }: {
3
3
  isOpen: any;
4
4
  onChangeDate: any;
5
5
  value: any;
@@ -10,4 +10,5 @@ declare function DatePicker({ isOpen, onChangeDate, value, setValue, startDateVa
10
10
  hoverColor: any;
11
11
  inRangeColor: any;
12
12
  clearButtonColor: any;
13
+ showClearButton: any;
13
14
  }): import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,5 @@
1
1
  export default RangePicker;
2
- declare function RangePicker({ label, onChange, borderRadius, required, width, height, placeholder, disabled, borderColor, borderColorFocus, textColor, selectedValue, selectedColor, hoverColor, inRangeColor, clearButtonColor, calendarIconColor, }: {
2
+ declare function RangePicker({ label, onChange, borderRadius, required, width, height, placeholder, disabled, borderColor, borderColorFocus, textColor, selectedValue, selectedColor, hoverColor, inRangeColor, clearButtonColor, calendarIconColor, showClearButton, showOpenIcon, }: {
3
3
  label: any;
4
4
  onChange: any;
5
5
  borderRadius: any;
@@ -17,6 +17,8 @@ declare function RangePicker({ label, onChange, borderRadius, required, width, h
17
17
  inRangeColor: any;
18
18
  clearButtonColor: any;
19
19
  calendarIconColor: any;
20
+ showClearButton: any;
21
+ showOpenIcon: any;
20
22
  }): import("react/jsx-runtime").JSX.Element;
21
23
  declare namespace RangePicker {
22
24
  namespace propTypes {
@@ -37,6 +39,8 @@ declare namespace RangePicker {
37
39
  const inRangeColor: PropTypes.Requireable<string>;
38
40
  const clearButtonColor: PropTypes.Requireable<string>;
39
41
  const calendarIconColor: PropTypes.Requireable<string>;
42
+ const showClearButton: PropTypes.Requireable<boolean>;
43
+ const showOpenIcon: PropTypes.Requireable<boolean>;
40
44
  }
41
45
  namespace defaultProps {
42
46
  const required_1: boolean;
@@ -67,6 +71,10 @@ declare namespace RangePicker {
67
71
  export { clearButtonColor_1 as clearButtonColor };
68
72
  const calendarIconColor_1: string;
69
73
  export { calendarIconColor_1 as calendarIconColor };
74
+ const showClearButton_1: boolean;
75
+ export { showClearButton_1 as showClearButton };
76
+ const showOpenIcon_1: boolean;
77
+ export { showOpenIcon_1 as showOpenIcon };
70
78
  }
71
79
  }
72
80
  import PropTypes from "prop-types";
@@ -205,6 +205,28 @@ declare namespace _default {
205
205
  }
206
206
  export { control_12 as control };
207
207
  }
208
+ namespace showClearButton {
209
+ const name_18: string;
210
+ export { name_18 as name };
211
+ const description_13: string;
212
+ export { description_13 as description };
213
+ export namespace control_13 {
214
+ const type_18: string;
215
+ export { type_18 as type };
216
+ }
217
+ export { control_13 as control };
218
+ }
219
+ namespace showOpenIcon {
220
+ const name_19: string;
221
+ export { name_19 as name };
222
+ const description_14: string;
223
+ export { description_14 as description };
224
+ export namespace control_14 {
225
+ const type_19: string;
226
+ export { type_19 as type };
227
+ }
228
+ export { control_14 as control };
229
+ }
208
230
  }
209
231
  }
210
232
  export default _default;