sag_components 2.0.0-beta73 → 2.0.0-beta75

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 MonthPicker;
2
- declare function MonthPicker({ availableMonths, label, onChange, borderRadius, required, width, height, placeholder, disabled, borderColor, borderColorFocus, textColor, selectedValue, }: {
2
+ declare function MonthPicker({ availableMonths, label, onChange, borderRadius, required, width, height, placeholder, disabled, borderColor, borderColorFocus, textColor, selectedValue, startYear }: {
3
3
  availableMonths: any;
4
4
  label: any;
5
5
  onChange: any;
@@ -13,6 +13,7 @@ declare function MonthPicker({ availableMonths, label, onChange, borderRadius, r
13
13
  borderColorFocus: any;
14
14
  textColor: any;
15
15
  selectedValue: any;
16
+ startYear: any;
16
17
  }): import("react/jsx-runtime").JSX.Element;
17
18
  declare namespace MonthPicker {
18
19
  namespace propTypes {
@@ -1,9 +1,10 @@
1
1
  export default MonthPopupPicker;
2
- declare function MonthPopupPicker({ isOpen, onChangeDate, value, setValue, startDateValue, availableMonths, }: {
2
+ declare function MonthPopupPicker({ isOpen, onChangeDate, value, setValue, startDateValue, availableMonths, startYear, }: {
3
3
  isOpen: any;
4
4
  onChangeDate: any;
5
5
  value: any;
6
6
  setValue: any;
7
7
  startDateValue: any;
8
8
  availableMonths: any;
9
+ startYear?: number;
9
10
  }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ export const DatePickerContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
+ export const DatePickerPopup: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
+ export const DatePickerHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
+ export const NavDiv: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
5
+ export const DatePickerSelect: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>, never>> & string;
6
+ export const DatePickerCalendar: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
7
+ export const DateCell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,5 +1,5 @@
1
1
  export default QuarterPicker;
2
- declare function QuarterPicker({ availableQuarters, label, onChange, borderRadius, required, width, height, placeholder, disabled, borderColor, borderColorFocus, textColor, selectedValue, }: {
2
+ declare function QuarterPicker({ availableQuarters, label, onChange, borderRadius, required, width, height, placeholder, disabled, borderColor, borderColorFocus, textColor, selectedValue, startYear }: {
3
3
  availableQuarters: any;
4
4
  label: any;
5
5
  onChange: any;
@@ -13,6 +13,7 @@ declare function QuarterPicker({ availableQuarters, label, onChange, borderRadiu
13
13
  borderColorFocus: any;
14
14
  textColor: any;
15
15
  selectedValue: any;
16
+ startYear: any;
16
17
  }): import("react/jsx-runtime").JSX.Element;
17
18
  declare namespace QuarterPicker {
18
19
  namespace propTypes {
@@ -1,9 +1,10 @@
1
1
  export default QuarterPopupPicker;
2
- declare function QuarterPopupPicker({ isOpen, onChangeDate, value, setValue, startDateValue, availableQuarters, }: {
2
+ declare function QuarterPopupPicker({ isOpen, onChangeDate, value, setValue, startDateValue, availableQuarters, startYear, }: {
3
3
  isOpen: any;
4
4
  onChangeDate: any;
5
5
  value: any;
6
6
  setValue: any;
7
7
  startDateValue: any;
8
8
  availableQuarters: any;
9
+ startYear?: number;
9
10
  }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ export const DatePickerContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
+ export const DatePickerPopup: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
+ export const DatePickerHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
+ export const DatePickerSelect: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>, never>> & string;
5
+ export const DatePickerCalendar: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
6
+ export const DateCell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -18,168 +18,223 @@ declare namespace _default {
18
18
  export { type_1 as type };
19
19
  }
20
20
  }
21
- namespace options {
21
+ namespace labelColor {
22
22
  const name_2: string;
23
23
  export { name_2 as name };
24
24
  const description_1: string;
25
25
  export { description_1 as description };
26
+ export namespace control_1 {
27
+ const type_2: string;
28
+ export { type_2 as type };
29
+ export const presetColors: string[];
30
+ }
31
+ export { control_1 as control };
26
32
  }
27
- namespace selectedValue {
33
+ namespace checkBoxColor {
28
34
  const name_3: string;
29
35
  export { name_3 as name };
30
36
  const description_2: string;
31
37
  export { description_2 as description };
38
+ export namespace control_2 {
39
+ const type_3: string;
40
+ export { type_3 as type };
41
+ const presetColors_1: string[];
42
+ export { presetColors_1 as presetColors };
43
+ }
44
+ export { control_2 as control };
32
45
  }
33
- namespace onChange {
46
+ namespace hoverColor {
34
47
  const name_4: string;
35
48
  export { name_4 as name };
36
- export namespace type_2 {
37
- const name_5: string;
38
- export { name_5 as name };
39
- }
40
- export { type_2 as type };
41
49
  const description_3: string;
42
50
  export { description_3 as description };
43
- export namespace defaultValue_1 {
44
- const summary_1: string;
45
- export { summary_1 as summary };
46
- }
47
- export { defaultValue_1 as defaultValue };
48
- export namespace control_1 {
49
- const type_3: any;
50
- export { type_3 as type };
51
+ export namespace control_3 {
52
+ const type_4: string;
53
+ export { type_4 as type };
54
+ const presetColors_2: string[];
55
+ export { presetColors_2 as presetColors };
51
56
  }
52
- export { control_1 as control };
57
+ export { control_3 as control };
53
58
  }
54
- namespace labelColor {
55
- const name_6: string;
56
- export { name_6 as name };
59
+ namespace options {
60
+ const name_5: string;
61
+ export { name_5 as name };
57
62
  const description_4: string;
58
63
  export { description_4 as description };
59
- export namespace control_2 {
60
- const type_4: string;
61
- export { type_4 as type };
62
- export const presetColors: string[];
63
- }
64
- export { control_2 as control };
65
64
  }
66
- namespace checkBoxColor {
67
- const name_7: string;
68
- export { name_7 as name };
65
+ namespace selectedValue {
66
+ const name_6: string;
67
+ export { name_6 as name };
69
68
  const description_5: string;
70
69
  export { description_5 as description };
71
- export namespace control_3 {
72
- const type_5: string;
73
- export { type_5 as type };
74
- const presetColors_1: string[];
75
- export { presetColors_1 as presetColors };
76
- }
77
- export { control_3 as control };
78
70
  }
79
- namespace disabled {
80
- const name_8: string;
81
- export { name_8 as name };
82
- export namespace type_6 {
83
- const name_9: string;
84
- export { name_9 as name };
71
+ namespace multipleSelection {
72
+ const name_7: string;
73
+ export { name_7 as name };
74
+ export namespace type_5 {
75
+ const name_8: string;
76
+ export { name_8 as name };
85
77
  }
86
- export { type_6 as type };
78
+ export { type_5 as type };
87
79
  const description_6: string;
88
80
  export { description_6 as description };
89
- export namespace defaultValue_2 {
90
- const summary_2: boolean;
91
- export { summary_2 as summary };
81
+ export namespace defaultValue_1 {
82
+ const summary_1: boolean;
83
+ export { summary_1 as summary };
92
84
  }
93
- export { defaultValue_2 as defaultValue };
85
+ export { defaultValue_1 as defaultValue };
94
86
  export namespace control_4 {
95
- const type_7: string;
96
- export { type_7 as type };
87
+ const type_6: string;
88
+ export { type_6 as type };
97
89
  }
98
90
  export { control_4 as control };
99
91
  }
100
- namespace width {
101
- const name_10: string;
102
- export { name_10 as name };
103
- export namespace type_8 {
104
- const name_11: string;
105
- export { name_11 as name };
92
+ namespace placeHolder {
93
+ const name_9: string;
94
+ export { name_9 as name };
95
+ export namespace type_7 {
96
+ const name_10: string;
97
+ export { name_10 as name };
106
98
  }
107
- export { type_8 as type };
99
+ export { type_7 as type };
108
100
  const description_7: string;
109
101
  export { description_7 as description };
110
- export namespace defaultValue_3 {
111
- const summary_3: string;
112
- export { summary_3 as summary };
102
+ export namespace defaultValue_2 {
103
+ const summary_2: string;
104
+ export { summary_2 as summary };
113
105
  }
114
- export { defaultValue_3 as defaultValue };
106
+ export { defaultValue_2 as defaultValue };
115
107
  export namespace control_5 {
116
- const type_9: string;
117
- export { type_9 as type };
108
+ const type_8: string;
109
+ export { type_8 as type };
118
110
  }
119
111
  export { control_5 as control };
120
112
  }
121
- namespace error {
122
- const name_12: string;
123
- export { name_12 as name };
124
- export namespace type_10 {
125
- const name_13: string;
126
- export { name_13 as name };
113
+ namespace width {
114
+ const name_11: string;
115
+ export { name_11 as name };
116
+ export namespace type_9 {
117
+ const name_12: string;
118
+ export { name_12 as name };
127
119
  }
128
- export { type_10 as type };
120
+ export { type_9 as type };
129
121
  const description_8: string;
130
122
  export { description_8 as description };
131
- export namespace defaultValue_4 {
132
- const summary_4: boolean;
133
- export { summary_4 as summary };
123
+ export namespace defaultValue_3 {
124
+ const summary_3: string;
125
+ export { summary_3 as summary };
134
126
  }
135
- export { defaultValue_4 as defaultValue };
127
+ export { defaultValue_3 as defaultValue };
136
128
  export namespace control_6 {
137
- const type_11: string;
138
- export { type_11 as type };
129
+ const type_10: string;
130
+ export { type_10 as type };
139
131
  }
140
132
  export { control_6 as control };
141
133
  }
142
- namespace errorMessage {
143
- const name_14: string;
144
- export { name_14 as name };
145
- export namespace type_12 {
146
- const name_15: string;
147
- export { name_15 as name };
134
+ namespace disabled {
135
+ const name_13: string;
136
+ export { name_13 as name };
137
+ export namespace type_11 {
138
+ const name_14: string;
139
+ export { name_14 as name };
148
140
  }
149
- export { type_12 as type };
141
+ export { type_11 as type };
150
142
  const description_9: string;
151
143
  export { description_9 as description };
152
- export namespace defaultValue_5 {
153
- const summary_5: string;
154
- export { summary_5 as summary };
144
+ export namespace defaultValue_4 {
145
+ const summary_4: boolean;
146
+ export { summary_4 as summary };
155
147
  }
156
- export { defaultValue_5 as defaultValue };
148
+ export { defaultValue_4 as defaultValue };
157
149
  export namespace control_7 {
158
- const type_13: string;
159
- export { type_13 as type };
150
+ const type_12: string;
151
+ export { type_12 as type };
160
152
  }
161
153
  export { control_7 as control };
162
154
  }
163
- namespace placeHolder {
164
- const name_16: string;
165
- export { name_16 as name };
166
- export namespace type_14 {
167
- const name_17: string;
168
- export { name_17 as name };
155
+ namespace error {
156
+ const name_15: string;
157
+ export { name_15 as name };
158
+ export namespace type_13 {
159
+ const name_16: string;
160
+ export { name_16 as name };
169
161
  }
170
- export { type_14 as type };
162
+ export { type_13 as type };
171
163
  const description_10: string;
172
164
  export { description_10 as description };
165
+ export namespace defaultValue_5 {
166
+ const summary_5: boolean;
167
+ export { summary_5 as summary };
168
+ }
169
+ export { defaultValue_5 as defaultValue };
170
+ export namespace control_8 {
171
+ const type_14: string;
172
+ export { type_14 as type };
173
+ }
174
+ export { control_8 as control };
175
+ }
176
+ namespace errorMessage {
177
+ const name_17: string;
178
+ export { name_17 as name };
179
+ export namespace type_15 {
180
+ const name_18: string;
181
+ export { name_18 as name };
182
+ }
183
+ export { type_15 as type };
184
+ const description_11: string;
185
+ export { description_11 as description };
173
186
  export namespace defaultValue_6 {
174
187
  const summary_6: string;
175
188
  export { summary_6 as summary };
176
189
  }
177
190
  export { defaultValue_6 as defaultValue };
178
- export namespace control_8 {
179
- const type_15: string;
180
- export { type_15 as type };
191
+ export namespace control_9 {
192
+ const type_16: string;
193
+ export { type_16 as type };
181
194
  }
182
- export { control_8 as control };
195
+ export { control_9 as control };
196
+ }
197
+ namespace xIconShow {
198
+ const name_19: string;
199
+ export { name_19 as name };
200
+ export namespace type_17 {
201
+ const name_20: string;
202
+ export { name_20 as name };
203
+ }
204
+ export { type_17 as type };
205
+ const description_12: string;
206
+ export { description_12 as description };
207
+ export namespace defaultValue_7 {
208
+ const summary_7: boolean;
209
+ export { summary_7 as summary };
210
+ }
211
+ export { defaultValue_7 as defaultValue };
212
+ export namespace control_10 {
213
+ const type_18: string;
214
+ export { type_18 as type };
215
+ }
216
+ export { control_10 as control };
217
+ }
218
+ namespace onChange {
219
+ const name_21: string;
220
+ export { name_21 as name };
221
+ export namespace type_19 {
222
+ const name_22: string;
223
+ export { name_22 as name };
224
+ }
225
+ export { type_19 as type };
226
+ const description_13: string;
227
+ export { description_13 as description };
228
+ export namespace defaultValue_8 {
229
+ const summary_8: string;
230
+ export { summary_8 as summary };
231
+ }
232
+ export { defaultValue_8 as defaultValue };
233
+ export namespace control_11 {
234
+ const type_20: any;
235
+ export { type_20 as type };
236
+ }
237
+ export { control_11 as control };
183
238
  }
184
239
  }
185
240
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "2.0.0-beta73",
3
+ "version": "2.0.0-beta75",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",