sag_components 2.0.0-beta240 → 2.0.0-beta242

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 OverlayDropdown;
2
- declare function OverlayDropdown({ data, value, onSelectClick, disabled, isDarkerBackground, required, selectedColor, hoverColor, dropdownMaxHeight, width, height, label, labelEmptyValue, showLabelOnTop, placeHolder, labelColor, placeHolderColor, margin, editableDigitalCoupon, ...props }: {
2
+ declare function OverlayDropdown({ data, value, onSelectClick, disabled, isDarkerBackground, required, selectedColor, hoverColor, dropdownMaxHeight, width, height, label, labelEmptyValue, showLabelOnTop, placeHolder, labelColor, placeHolderColor, margin, editableDigitalCoupon, dropdownDigitalCouponTitle, ...props }: {
3
3
  [x: string]: any;
4
4
  data?: any[];
5
5
  value: any;
@@ -20,4 +20,5 @@ declare function OverlayDropdown({ data, value, onSelectClick, disabled, isDarke
20
20
  placeHolderColor: any;
21
21
  margin?: string;
22
22
  editableDigitalCoupon?: boolean;
23
+ dropdownDigitalCouponTitle?: string;
23
24
  }): import("react/jsx-runtime").JSX.Element;
@@ -195,6 +195,7 @@ export namespace Default {
195
195
  export { placeHolderColor_1 as placeHolderColor };
196
196
  export const margin: string;
197
197
  export const editableDigitalCoupon: boolean;
198
+ export const dropdownDigitalCouponTitle: string;
198
199
  }
199
200
  }
200
201
  export namespace WithSelection {
@@ -1,10 +1,11 @@
1
1
  export default WeeksPicker;
2
- declare function WeeksPicker({ label, disabled, borderColor, borderColorFocus, textColor, hoverColor, required, placeholder, borderRadius, year, width, height, withMarginBottom, onChange, selectedValue, isDarkerBackground, allowedWeekRange, restrictToRange, }: {
2
+ declare function WeeksPicker({ label, disabled, borderColor, borderColorFocus, textColor, text, hoverColor, required, placeholder, borderRadius, year, width, height, withMarginBottom, onChange, selectedValue, isDarkerBackground, allowedWeekRange, restrictToRange, }: {
3
3
  label: any;
4
4
  disabled: any;
5
5
  borderColor: any;
6
6
  borderColorFocus: any;
7
7
  textColor: any;
8
+ text?: string;
8
9
  hoverColor: any;
9
10
  required: any;
10
11
  placeholder: any;
@@ -52,59 +52,65 @@ declare namespace _default {
52
52
  const name_7: string;
53
53
  export { name_7 as name };
54
54
  }
55
- namespace restrictToRange {
55
+ namespace text {
56
56
  const control_8: string;
57
57
  export { control_8 as control };
58
58
  const name_8: string;
59
59
  export { name_8 as name };
60
60
  }
61
- namespace allowedWeekRange {
61
+ namespace restrictToRange {
62
62
  const control_9: string;
63
63
  export { control_9 as control };
64
64
  const name_9: string;
65
65
  export { name_9 as name };
66
66
  }
67
- namespace textColor {
67
+ namespace allowedWeekRange {
68
68
  const control_10: string;
69
69
  export { control_10 as control };
70
70
  const name_10: string;
71
71
  export { name_10 as name };
72
72
  }
73
- namespace borderRadius {
73
+ namespace textColor {
74
74
  const control_11: string;
75
75
  export { control_11 as control };
76
76
  const name_11: string;
77
77
  export { name_11 as name };
78
78
  }
79
- namespace borderColor {
79
+ namespace borderRadius {
80
80
  const control_12: string;
81
81
  export { control_12 as control };
82
82
  const name_12: string;
83
83
  export { name_12 as name };
84
84
  }
85
- namespace borderColorFocus {
85
+ namespace borderColor {
86
86
  const control_13: string;
87
87
  export { control_13 as control };
88
88
  const name_13: string;
89
89
  export { name_13 as name };
90
90
  }
91
- namespace hoverColor {
91
+ namespace borderColorFocus {
92
92
  const control_14: string;
93
93
  export { control_14 as control };
94
94
  const name_14: string;
95
95
  export { name_14 as name };
96
96
  }
97
- namespace withMarginBottom {
97
+ namespace hoverColor {
98
98
  const control_15: string;
99
99
  export { control_15 as control };
100
100
  const name_15: string;
101
101
  export { name_15 as name };
102
102
  }
103
- namespace onChange {
104
- export const action: string;
103
+ namespace withMarginBottom {
104
+ const control_16: string;
105
+ export { control_16 as control };
105
106
  const name_16: string;
106
107
  export { name_16 as name };
107
108
  }
109
+ namespace onChange {
110
+ export const action: string;
111
+ const name_17: string;
112
+ export { name_17 as name };
113
+ }
108
114
  }
109
115
  }
110
116
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "2.0.0-beta240",
3
+ "version": "2.0.0-beta242",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",