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.
- package/dist/index.esm.js +24 -38
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +24 -38
- package/dist/index.js.map +1 -1
- package/dist/types/components/MonthPicker/MonthPicker.d.ts +2 -1
- package/dist/types/components/MonthPicker/MonthPopupPicker.d.ts +2 -1
- package/dist/types/components/MonthPicker/MonthPopupPicker.style.d.ts +7 -0
- package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +2 -1
- package/dist/types/components/QuarterPicker/QuarterPopupPicker.d.ts +2 -1
- package/dist/types/components/QuarterPicker/QuarterPopupPicker.style.d.ts +6 -0
- package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +154 -99
- package/package.json +1 -1
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
44
|
-
const
|
|
45
|
-
export {
|
|
46
|
-
|
|
47
|
-
|
|
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 {
|
|
57
|
+
export { control_3 as control };
|
|
53
58
|
}
|
|
54
|
-
namespace
|
|
55
|
-
const
|
|
56
|
-
export {
|
|
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
|
|
67
|
-
const
|
|
68
|
-
export {
|
|
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
|
|
80
|
-
const
|
|
81
|
-
export {
|
|
82
|
-
export namespace
|
|
83
|
-
const
|
|
84
|
-
export {
|
|
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 {
|
|
78
|
+
export { type_5 as type };
|
|
87
79
|
const description_6: string;
|
|
88
80
|
export { description_6 as description };
|
|
89
|
-
export namespace
|
|
90
|
-
const
|
|
91
|
-
export {
|
|
81
|
+
export namespace defaultValue_1 {
|
|
82
|
+
const summary_1: boolean;
|
|
83
|
+
export { summary_1 as summary };
|
|
92
84
|
}
|
|
93
|
-
export {
|
|
85
|
+
export { defaultValue_1 as defaultValue };
|
|
94
86
|
export namespace control_4 {
|
|
95
|
-
const
|
|
96
|
-
export {
|
|
87
|
+
const type_6: string;
|
|
88
|
+
export { type_6 as type };
|
|
97
89
|
}
|
|
98
90
|
export { control_4 as control };
|
|
99
91
|
}
|
|
100
|
-
namespace
|
|
101
|
-
const
|
|
102
|
-
export {
|
|
103
|
-
export namespace
|
|
104
|
-
const
|
|
105
|
-
export {
|
|
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 {
|
|
99
|
+
export { type_7 as type };
|
|
108
100
|
const description_7: string;
|
|
109
101
|
export { description_7 as description };
|
|
110
|
-
export namespace
|
|
111
|
-
const
|
|
112
|
-
export {
|
|
102
|
+
export namespace defaultValue_2 {
|
|
103
|
+
const summary_2: string;
|
|
104
|
+
export { summary_2 as summary };
|
|
113
105
|
}
|
|
114
|
-
export {
|
|
106
|
+
export { defaultValue_2 as defaultValue };
|
|
115
107
|
export namespace control_5 {
|
|
116
|
-
const
|
|
117
|
-
export {
|
|
108
|
+
const type_8: string;
|
|
109
|
+
export { type_8 as type };
|
|
118
110
|
}
|
|
119
111
|
export { control_5 as control };
|
|
120
112
|
}
|
|
121
|
-
namespace
|
|
122
|
-
const
|
|
123
|
-
export {
|
|
124
|
-
export namespace
|
|
125
|
-
const
|
|
126
|
-
export {
|
|
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 {
|
|
120
|
+
export { type_9 as type };
|
|
129
121
|
const description_8: string;
|
|
130
122
|
export { description_8 as description };
|
|
131
|
-
export namespace
|
|
132
|
-
const
|
|
133
|
-
export {
|
|
123
|
+
export namespace defaultValue_3 {
|
|
124
|
+
const summary_3: string;
|
|
125
|
+
export { summary_3 as summary };
|
|
134
126
|
}
|
|
135
|
-
export {
|
|
127
|
+
export { defaultValue_3 as defaultValue };
|
|
136
128
|
export namespace control_6 {
|
|
137
|
-
const
|
|
138
|
-
export {
|
|
129
|
+
const type_10: string;
|
|
130
|
+
export { type_10 as type };
|
|
139
131
|
}
|
|
140
132
|
export { control_6 as control };
|
|
141
133
|
}
|
|
142
|
-
namespace
|
|
143
|
-
const
|
|
144
|
-
export {
|
|
145
|
-
export namespace
|
|
146
|
-
const
|
|
147
|
-
export {
|
|
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 {
|
|
141
|
+
export { type_11 as type };
|
|
150
142
|
const description_9: string;
|
|
151
143
|
export { description_9 as description };
|
|
152
|
-
export namespace
|
|
153
|
-
const
|
|
154
|
-
export {
|
|
144
|
+
export namespace defaultValue_4 {
|
|
145
|
+
const summary_4: boolean;
|
|
146
|
+
export { summary_4 as summary };
|
|
155
147
|
}
|
|
156
|
-
export {
|
|
148
|
+
export { defaultValue_4 as defaultValue };
|
|
157
149
|
export namespace control_7 {
|
|
158
|
-
const
|
|
159
|
-
export {
|
|
150
|
+
const type_12: string;
|
|
151
|
+
export { type_12 as type };
|
|
160
152
|
}
|
|
161
153
|
export { control_7 as control };
|
|
162
154
|
}
|
|
163
|
-
namespace
|
|
164
|
-
const
|
|
165
|
-
export {
|
|
166
|
-
export namespace
|
|
167
|
-
const
|
|
168
|
-
export {
|
|
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 {
|
|
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
|
|
179
|
-
const
|
|
180
|
-
export {
|
|
191
|
+
export namespace control_9 {
|
|
192
|
+
const type_16: string;
|
|
193
|
+
export { type_16 as type };
|
|
181
194
|
}
|
|
182
|
-
export {
|
|
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
|
}
|