sag_components 2.0.0-beta97 → 2.0.0-beta99
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.d.ts +5 -1
- package/dist/index.esm.js +333 -135
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +334 -134
- package/dist/index.js.map +1 -1
- package/dist/types/components/Button/Button.stories.d.ts +93 -35
- package/dist/types/components/Input/Input.stories.d.ts +84 -76
- package/dist/types/components/SearchInput/SearchInput.d.ts +0 -22
- package/dist/types/components/SearchInput/SearchInput.stories.d.ts +59 -5
- package/dist/types/components/SearchInput/SearchInput.style.d.ts +1 -0
- package/dist/types/components/TabMenu/TabMenu.style.d.ts +1 -17
- package/dist/types/components/Table/NoEvents.d.ts +5 -0
- package/dist/types/components/Table/Table.d.ts +2 -0
- package/dist/types/components/Table/Table.stories.d.ts +128 -0
- package/dist/types/components/Table/Table.style.d.ts +13 -0
- package/dist/types/icons/Plus.d.ts +6 -0
- package/dist/types/icons/index.d.ts +1 -0
- package/dist/types/index.d.ts +2 -0
- package/package.json +1 -1
|
@@ -18,6 +18,8 @@ declare namespace _default {
|
|
|
18
18
|
const description: string;
|
|
19
19
|
}
|
|
20
20
|
export namespace type_2 {
|
|
21
|
+
const name_1: string;
|
|
22
|
+
export { name_1 as name };
|
|
21
23
|
export namespace control_1 {
|
|
22
24
|
const type_3: string;
|
|
23
25
|
export { type_3 as type };
|
|
@@ -29,6 +31,8 @@ declare namespace _default {
|
|
|
29
31
|
}
|
|
30
32
|
export { type_2 as type };
|
|
31
33
|
export namespace size {
|
|
34
|
+
const name_2: string;
|
|
35
|
+
export { name_2 as name };
|
|
32
36
|
export namespace control_2 {
|
|
33
37
|
const type_4: string;
|
|
34
38
|
export { type_4 as type };
|
|
@@ -40,8 +44,8 @@ declare namespace _default {
|
|
|
40
44
|
export { description_2 as description };
|
|
41
45
|
}
|
|
42
46
|
export namespace disabled {
|
|
43
|
-
const
|
|
44
|
-
export {
|
|
47
|
+
const name_3: string;
|
|
48
|
+
export { name_3 as name };
|
|
45
49
|
export namespace control_3 {
|
|
46
50
|
const type_5: string;
|
|
47
51
|
export { type_5 as type };
|
|
@@ -52,6 +56,8 @@ declare namespace _default {
|
|
|
52
56
|
export const defaultValue: string;
|
|
53
57
|
}
|
|
54
58
|
export namespace backgroundColor {
|
|
59
|
+
const name_4: string;
|
|
60
|
+
export { name_4 as name };
|
|
55
61
|
export namespace control_4 {
|
|
56
62
|
const type_6: string;
|
|
57
63
|
export { type_6 as type };
|
|
@@ -62,8 +68,8 @@ declare namespace _default {
|
|
|
62
68
|
export { control_4 as control };
|
|
63
69
|
}
|
|
64
70
|
export namespace hoverBorderColor {
|
|
65
|
-
const
|
|
66
|
-
export {
|
|
71
|
+
const name_5: string;
|
|
72
|
+
export { name_5 as name };
|
|
67
73
|
export namespace control_5 {
|
|
68
74
|
const type_7: string;
|
|
69
75
|
export { type_7 as type };
|
|
@@ -75,8 +81,8 @@ declare namespace _default {
|
|
|
75
81
|
export { control_5 as control };
|
|
76
82
|
}
|
|
77
83
|
export namespace hoverTextColor {
|
|
78
|
-
const
|
|
79
|
-
export {
|
|
84
|
+
const name_6: string;
|
|
85
|
+
export { name_6 as name };
|
|
80
86
|
export namespace control_6 {
|
|
81
87
|
const type_8: string;
|
|
82
88
|
export { type_8 as type };
|
|
@@ -88,8 +94,8 @@ declare namespace _default {
|
|
|
88
94
|
export { control_6 as control };
|
|
89
95
|
}
|
|
90
96
|
export namespace hoverBackgroundColor {
|
|
91
|
-
const
|
|
92
|
-
export {
|
|
97
|
+
const name_7: string;
|
|
98
|
+
export { name_7 as name };
|
|
93
99
|
export namespace control_7 {
|
|
94
100
|
const type_9: string;
|
|
95
101
|
export { type_9 as type };
|
|
@@ -101,8 +107,8 @@ declare namespace _default {
|
|
|
101
107
|
export { control_7 as control };
|
|
102
108
|
}
|
|
103
109
|
export namespace borderColor {
|
|
104
|
-
const
|
|
105
|
-
export {
|
|
110
|
+
const name_8: string;
|
|
111
|
+
export { name_8 as name };
|
|
106
112
|
export namespace control_8 {
|
|
107
113
|
const type_10: string;
|
|
108
114
|
export { type_10 as type };
|
|
@@ -113,42 +119,42 @@ declare namespace _default {
|
|
|
113
119
|
}
|
|
114
120
|
export { control_8 as control };
|
|
115
121
|
}
|
|
116
|
-
export namespace
|
|
117
|
-
const
|
|
118
|
-
export {
|
|
122
|
+
export namespace borderRadius {
|
|
123
|
+
const name_9: string;
|
|
124
|
+
export { name_9 as name };
|
|
119
125
|
export namespace control_9 {
|
|
120
126
|
const type_11: string;
|
|
121
127
|
export { type_11 as type };
|
|
122
|
-
const presetColors_5: string[];
|
|
123
|
-
export { presetColors_5 as presetColors };
|
|
124
|
-
const description_9: string;
|
|
125
|
-
export { description_9 as description };
|
|
126
128
|
}
|
|
127
129
|
export { control_9 as control };
|
|
130
|
+
const description_9: string;
|
|
131
|
+
export { description_9 as description };
|
|
128
132
|
}
|
|
129
|
-
export namespace
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
export { description_10 as description };
|
|
133
|
-
}
|
|
134
|
-
export namespace leftIcon {
|
|
135
|
-
const name_7: string;
|
|
136
|
-
export { name_7 as name };
|
|
137
|
-
const options_2: string[];
|
|
138
|
-
export { options_2 as options };
|
|
133
|
+
export namespace textColor {
|
|
134
|
+
const name_10: string;
|
|
135
|
+
export { name_10 as name };
|
|
139
136
|
export namespace control_10 {
|
|
140
137
|
const type_12: string;
|
|
141
138
|
export { type_12 as type };
|
|
139
|
+
const presetColors_5: string[];
|
|
140
|
+
export { presetColors_5 as presetColors };
|
|
141
|
+
const description_10: string;
|
|
142
|
+
export { description_10 as description };
|
|
142
143
|
}
|
|
143
144
|
export { control_10 as control };
|
|
145
|
+
}
|
|
146
|
+
export namespace onClick {
|
|
147
|
+
const name_11: string;
|
|
148
|
+
export { name_11 as name };
|
|
149
|
+
export const action: string;
|
|
144
150
|
const description_11: string;
|
|
145
151
|
export { description_11 as description };
|
|
146
152
|
}
|
|
147
|
-
export namespace
|
|
148
|
-
const
|
|
149
|
-
export {
|
|
150
|
-
const
|
|
151
|
-
export {
|
|
153
|
+
export namespace leftIcon {
|
|
154
|
+
const name_12: string;
|
|
155
|
+
export { name_12 as name };
|
|
156
|
+
const options_2: string[];
|
|
157
|
+
export { options_2 as options };
|
|
152
158
|
export namespace control_11 {
|
|
153
159
|
const type_13: string;
|
|
154
160
|
export { type_13 as type };
|
|
@@ -157,9 +163,11 @@ declare namespace _default {
|
|
|
157
163
|
const description_12: string;
|
|
158
164
|
export { description_12 as description };
|
|
159
165
|
}
|
|
160
|
-
export namespace
|
|
161
|
-
const
|
|
162
|
-
export {
|
|
166
|
+
export namespace rightIcon {
|
|
167
|
+
const name_13: string;
|
|
168
|
+
export { name_13 as name };
|
|
169
|
+
const options_3: string[];
|
|
170
|
+
export { options_3 as options };
|
|
163
171
|
export namespace control_12 {
|
|
164
172
|
const type_14: string;
|
|
165
173
|
export { type_14 as type };
|
|
@@ -168,6 +176,56 @@ declare namespace _default {
|
|
|
168
176
|
const description_13: string;
|
|
169
177
|
export { description_13 as description };
|
|
170
178
|
}
|
|
179
|
+
export namespace isSubmitButton {
|
|
180
|
+
const name_14: string;
|
|
181
|
+
export { name_14 as name };
|
|
182
|
+
export namespace control_13 {
|
|
183
|
+
const type_15: string;
|
|
184
|
+
export { type_15 as type };
|
|
185
|
+
}
|
|
186
|
+
export { control_13 as control };
|
|
187
|
+
const description_14: string;
|
|
188
|
+
export { description_14 as description };
|
|
189
|
+
}
|
|
190
|
+
export namespace disabledTextColor {
|
|
191
|
+
const name_15: string;
|
|
192
|
+
export { name_15 as name };
|
|
193
|
+
export namespace control_14 {
|
|
194
|
+
const type_16: string;
|
|
195
|
+
export { type_16 as type };
|
|
196
|
+
const presetColors_6: string[];
|
|
197
|
+
export { presetColors_6 as presetColors };
|
|
198
|
+
const description_15: string;
|
|
199
|
+
export { description_15 as description };
|
|
200
|
+
}
|
|
201
|
+
export { control_14 as control };
|
|
202
|
+
}
|
|
203
|
+
export namespace disabledBackgroundColor {
|
|
204
|
+
const name_16: string;
|
|
205
|
+
export { name_16 as name };
|
|
206
|
+
export namespace control_15 {
|
|
207
|
+
const type_17: string;
|
|
208
|
+
export { type_17 as type };
|
|
209
|
+
const presetColors_7: string[];
|
|
210
|
+
export { presetColors_7 as presetColors };
|
|
211
|
+
const description_16: string;
|
|
212
|
+
export { description_16 as description };
|
|
213
|
+
}
|
|
214
|
+
export { control_15 as control };
|
|
215
|
+
}
|
|
216
|
+
export namespace disabledBorderColor {
|
|
217
|
+
const name_17: string;
|
|
218
|
+
export { name_17 as name };
|
|
219
|
+
export namespace control_16 {
|
|
220
|
+
const type_18: string;
|
|
221
|
+
export { type_18 as type };
|
|
222
|
+
const presetColors_8: string[];
|
|
223
|
+
export { presetColors_8 as presetColors };
|
|
224
|
+
const description_17: string;
|
|
225
|
+
export { description_17 as description };
|
|
226
|
+
}
|
|
227
|
+
export { control_16 as control };
|
|
228
|
+
}
|
|
171
229
|
}
|
|
172
230
|
}
|
|
173
231
|
export default _default;
|
|
@@ -18,99 +18,94 @@ declare namespace _default {
|
|
|
18
18
|
export { type_1 as type };
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
namespace
|
|
21
|
+
namespace placeHolder {
|
|
22
22
|
const name_2: string;
|
|
23
23
|
export { name_2 as name };
|
|
24
|
-
export
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
export { type_2 as type };
|
|
24
|
+
export namespace type_2 {
|
|
25
|
+
const name_3: string;
|
|
26
|
+
export { name_3 as name };
|
|
28
27
|
}
|
|
29
|
-
export {
|
|
28
|
+
export { type_2 as type };
|
|
30
29
|
const description_1: string;
|
|
31
30
|
export { description_1 as description };
|
|
32
|
-
}
|
|
33
|
-
namespace selectedValue {
|
|
34
|
-
const name_3: string;
|
|
35
|
-
export { name_3 as name };
|
|
36
|
-
export namespace type_3 {
|
|
37
|
-
const name_4: string;
|
|
38
|
-
export { name_4 as name };
|
|
39
|
-
}
|
|
40
|
-
export { type_3 as type };
|
|
41
|
-
const description_2: string;
|
|
42
|
-
export { description_2 as description };
|
|
43
31
|
export namespace defaultValue_1 {
|
|
44
32
|
const summary_1: string;
|
|
45
33
|
export { summary_1 as summary };
|
|
46
34
|
}
|
|
47
35
|
export { defaultValue_1 as defaultValue };
|
|
48
|
-
export namespace
|
|
49
|
-
const
|
|
50
|
-
export {
|
|
36
|
+
export namespace control_1 {
|
|
37
|
+
const type_3: string;
|
|
38
|
+
export { type_3 as type };
|
|
51
39
|
}
|
|
52
|
-
export {
|
|
53
|
-
}
|
|
54
|
-
namespace onChange {
|
|
55
|
-
export const action: string;
|
|
56
|
-
const description_3: string;
|
|
57
|
-
export { description_3 as description };
|
|
40
|
+
export { control_1 as control };
|
|
58
41
|
}
|
|
59
|
-
namespace
|
|
60
|
-
const
|
|
61
|
-
export {
|
|
62
|
-
export namespace
|
|
63
|
-
const
|
|
64
|
-
export {
|
|
42
|
+
namespace selectedValue {
|
|
43
|
+
const name_4: string;
|
|
44
|
+
export { name_4 as name };
|
|
45
|
+
export namespace type_4 {
|
|
46
|
+
const name_5: string;
|
|
47
|
+
export { name_5 as name };
|
|
65
48
|
}
|
|
66
|
-
export {
|
|
67
|
-
const
|
|
68
|
-
export {
|
|
49
|
+
export { type_4 as type };
|
|
50
|
+
const description_2: string;
|
|
51
|
+
export { description_2 as description };
|
|
69
52
|
export namespace defaultValue_2 {
|
|
70
|
-
const summary_2:
|
|
53
|
+
const summary_2: string;
|
|
71
54
|
export { summary_2 as summary };
|
|
72
55
|
}
|
|
73
56
|
export { defaultValue_2 as defaultValue };
|
|
57
|
+
export namespace control_2 {
|
|
58
|
+
const type_5: string;
|
|
59
|
+
export { type_5 as type };
|
|
60
|
+
}
|
|
61
|
+
export { control_2 as control };
|
|
62
|
+
}
|
|
63
|
+
namespace size {
|
|
64
|
+
const name_6: string;
|
|
65
|
+
export { name_6 as name };
|
|
66
|
+
export const options: string[];
|
|
74
67
|
export namespace control_3 {
|
|
75
68
|
const type_6: string;
|
|
76
69
|
export { type_6 as type };
|
|
77
70
|
}
|
|
78
71
|
export { control_3 as control };
|
|
72
|
+
const description_3: string;
|
|
73
|
+
export { description_3 as description };
|
|
79
74
|
}
|
|
80
|
-
namespace
|
|
75
|
+
namespace width {
|
|
81
76
|
const name_7: string;
|
|
82
77
|
export { name_7 as name };
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
const type_7: string;
|
|
87
|
-
export { type_7 as type };
|
|
88
|
-
export const presetColors: string[];
|
|
89
|
-
}
|
|
90
|
-
export { control_4 as control };
|
|
91
|
-
}
|
|
92
|
-
namespace disabled {
|
|
93
|
-
const name_8: string;
|
|
94
|
-
export { name_8 as name };
|
|
95
|
-
export namespace type_8 {
|
|
96
|
-
const name_9: string;
|
|
97
|
-
export { name_9 as name };
|
|
78
|
+
export namespace type_7 {
|
|
79
|
+
const name_8: string;
|
|
80
|
+
export { name_8 as name };
|
|
98
81
|
}
|
|
99
|
-
export {
|
|
100
|
-
const
|
|
101
|
-
export {
|
|
82
|
+
export { type_7 as type };
|
|
83
|
+
const description_4: string;
|
|
84
|
+
export { description_4 as description };
|
|
102
85
|
export namespace defaultValue_3 {
|
|
103
|
-
const summary_3:
|
|
86
|
+
const summary_3: string;
|
|
104
87
|
export { summary_3 as summary };
|
|
105
88
|
}
|
|
106
89
|
export { defaultValue_3 as defaultValue };
|
|
90
|
+
export namespace control_4 {
|
|
91
|
+
const type_8: string;
|
|
92
|
+
export { type_8 as type };
|
|
93
|
+
}
|
|
94
|
+
export { control_4 as control };
|
|
95
|
+
}
|
|
96
|
+
namespace labelColor {
|
|
97
|
+
const name_9: string;
|
|
98
|
+
export { name_9 as name };
|
|
99
|
+
const description_5: string;
|
|
100
|
+
export { description_5 as description };
|
|
107
101
|
export namespace control_5 {
|
|
108
102
|
const type_9: string;
|
|
109
103
|
export { type_9 as type };
|
|
104
|
+
export const presetColors: string[];
|
|
110
105
|
}
|
|
111
106
|
export { control_5 as control };
|
|
112
107
|
}
|
|
113
|
-
namespace
|
|
108
|
+
namespace required {
|
|
114
109
|
const name_10: string;
|
|
115
110
|
export { name_10 as name };
|
|
116
111
|
export namespace type_10 {
|
|
@@ -118,10 +113,10 @@ declare namespace _default {
|
|
|
118
113
|
export { name_11 as name };
|
|
119
114
|
}
|
|
120
115
|
export { type_10 as type };
|
|
121
|
-
const
|
|
122
|
-
export {
|
|
116
|
+
const description_6: string;
|
|
117
|
+
export { description_6 as description };
|
|
123
118
|
export namespace defaultValue_4 {
|
|
124
|
-
const summary_4:
|
|
119
|
+
const summary_4: boolean;
|
|
125
120
|
export { summary_4 as summary };
|
|
126
121
|
}
|
|
127
122
|
export { defaultValue_4 as defaultValue };
|
|
@@ -131,7 +126,7 @@ declare namespace _default {
|
|
|
131
126
|
}
|
|
132
127
|
export { control_6 as control };
|
|
133
128
|
}
|
|
134
|
-
namespace
|
|
129
|
+
namespace disabled {
|
|
135
130
|
const name_12: string;
|
|
136
131
|
export { name_12 as name };
|
|
137
132
|
export namespace type_12 {
|
|
@@ -139,8 +134,8 @@ declare namespace _default {
|
|
|
139
134
|
export { name_13 as name };
|
|
140
135
|
}
|
|
141
136
|
export { type_12 as type };
|
|
142
|
-
const
|
|
143
|
-
export {
|
|
137
|
+
const description_7: string;
|
|
138
|
+
export { description_7 as description };
|
|
144
139
|
export namespace defaultValue_5 {
|
|
145
140
|
const summary_5: boolean;
|
|
146
141
|
export { summary_5 as summary };
|
|
@@ -152,7 +147,7 @@ declare namespace _default {
|
|
|
152
147
|
}
|
|
153
148
|
export { control_7 as control };
|
|
154
149
|
}
|
|
155
|
-
namespace
|
|
150
|
+
namespace error {
|
|
156
151
|
const name_14: string;
|
|
157
152
|
export { name_14 as name };
|
|
158
153
|
export namespace type_14 {
|
|
@@ -160,10 +155,10 @@ declare namespace _default {
|
|
|
160
155
|
export { name_15 as name };
|
|
161
156
|
}
|
|
162
157
|
export { type_14 as type };
|
|
163
|
-
const
|
|
164
|
-
export {
|
|
158
|
+
const description_8: string;
|
|
159
|
+
export { description_8 as description };
|
|
165
160
|
export namespace defaultValue_6 {
|
|
166
|
-
const summary_6:
|
|
161
|
+
const summary_6: boolean;
|
|
167
162
|
export { summary_6 as summary };
|
|
168
163
|
}
|
|
169
164
|
export { defaultValue_6 as defaultValue };
|
|
@@ -173,7 +168,7 @@ declare namespace _default {
|
|
|
173
168
|
}
|
|
174
169
|
export { control_8 as control };
|
|
175
170
|
}
|
|
176
|
-
namespace
|
|
171
|
+
namespace errorMessage {
|
|
177
172
|
const name_16: string;
|
|
178
173
|
export { name_16 as name };
|
|
179
174
|
export namespace type_16 {
|
|
@@ -181,8 +176,8 @@ declare namespace _default {
|
|
|
181
176
|
export { name_17 as name };
|
|
182
177
|
}
|
|
183
178
|
export { type_16 as type };
|
|
184
|
-
const
|
|
185
|
-
export {
|
|
179
|
+
const description_9: string;
|
|
180
|
+
export { description_9 as description };
|
|
186
181
|
export namespace defaultValue_7 {
|
|
187
182
|
const summary_7: string;
|
|
188
183
|
export { summary_7 as summary };
|
|
@@ -202,8 +197,8 @@ declare namespace _default {
|
|
|
202
197
|
export { name_19 as name };
|
|
203
198
|
}
|
|
204
199
|
export { type_18 as type };
|
|
205
|
-
const
|
|
206
|
-
export {
|
|
200
|
+
const description_10: string;
|
|
201
|
+
export { description_10 as description };
|
|
207
202
|
export namespace defaultValue_8 {
|
|
208
203
|
const summary_8: boolean;
|
|
209
204
|
export { summary_8 as summary };
|
|
@@ -224,8 +219,8 @@ declare namespace _default {
|
|
|
224
219
|
export { type_20 as type };
|
|
225
220
|
}
|
|
226
221
|
export { control_11 as control };
|
|
227
|
-
const
|
|
228
|
-
export {
|
|
222
|
+
const description_11: string;
|
|
223
|
+
export { description_11 as description };
|
|
229
224
|
}
|
|
230
225
|
namespace rightIcon {
|
|
231
226
|
const name_21: string;
|
|
@@ -236,22 +231,35 @@ declare namespace _default {
|
|
|
236
231
|
export { type_21 as type };
|
|
237
232
|
}
|
|
238
233
|
export { control_12 as control };
|
|
234
|
+
const description_12: string;
|
|
235
|
+
export { description_12 as description };
|
|
236
|
+
}
|
|
237
|
+
namespace leftIconOnClick {
|
|
238
|
+
const name_22: string;
|
|
239
|
+
export { name_22 as name };
|
|
240
|
+
export const action: string;
|
|
239
241
|
const description_13: string;
|
|
240
242
|
export { description_13 as description };
|
|
241
243
|
}
|
|
242
|
-
namespace
|
|
244
|
+
namespace rightIconOnClick {
|
|
245
|
+
const name_23: string;
|
|
246
|
+
export { name_23 as name };
|
|
243
247
|
const action_1: string;
|
|
244
248
|
export { action_1 as action };
|
|
245
249
|
const description_14: string;
|
|
246
250
|
export { description_14 as description };
|
|
247
251
|
}
|
|
248
|
-
namespace
|
|
252
|
+
namespace onChange {
|
|
253
|
+
const name_24: string;
|
|
254
|
+
export { name_24 as name };
|
|
249
255
|
const action_2: string;
|
|
250
256
|
export { action_2 as action };
|
|
251
257
|
const description_15: string;
|
|
252
258
|
export { description_15 as description };
|
|
253
259
|
}
|
|
254
260
|
namespace onBlur {
|
|
261
|
+
const name_25: string;
|
|
262
|
+
export { name_25 as name };
|
|
255
263
|
const action_3: string;
|
|
256
264
|
export { action_3 as action };
|
|
257
265
|
const description_16: string;
|
|
@@ -1,24 +1,2 @@
|
|
|
1
1
|
export default SearchInput;
|
|
2
2
|
declare function SearchInput(props: any): import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
declare namespace SearchInput {
|
|
4
|
-
namespace propTypes {
|
|
5
|
-
const placeholder: PropTypes.Requireable<string>;
|
|
6
|
-
const width: PropTypes.Requireable<string>;
|
|
7
|
-
const height: PropTypes.Requireable<string>;
|
|
8
|
-
const onTyping: PropTypes.Requireable<(...args: any[]) => any>;
|
|
9
|
-
const className: PropTypes.Requireable<string>;
|
|
10
|
-
}
|
|
11
|
-
namespace defaultProps {
|
|
12
|
-
const placeholder_1: string;
|
|
13
|
-
export { placeholder_1 as placeholder };
|
|
14
|
-
const width_1: string;
|
|
15
|
-
export { width_1 as width };
|
|
16
|
-
const height_1: string;
|
|
17
|
-
export { height_1 as height };
|
|
18
|
-
export function onTyping_1(): void;
|
|
19
|
-
export { onTyping_1 as onTyping };
|
|
20
|
-
const className_1: string;
|
|
21
|
-
export { className_1 as className };
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
import PropTypes from "prop-types";
|
|
@@ -2,15 +2,14 @@ declare namespace _default {
|
|
|
2
2
|
export const title: string;
|
|
3
3
|
export { SearchInput as component };
|
|
4
4
|
export namespace argTypes {
|
|
5
|
-
namespace
|
|
5
|
+
namespace width {
|
|
6
6
|
const name: string;
|
|
7
7
|
namespace control {
|
|
8
8
|
const type: string;
|
|
9
9
|
}
|
|
10
10
|
const description: string;
|
|
11
|
-
const defaultValue: string;
|
|
12
11
|
}
|
|
13
|
-
namespace
|
|
12
|
+
namespace height {
|
|
14
13
|
const name_1: string;
|
|
15
14
|
export { name_1 as name };
|
|
16
15
|
export namespace control_1 {
|
|
@@ -21,7 +20,7 @@ declare namespace _default {
|
|
|
21
20
|
const description_1: string;
|
|
22
21
|
export { description_1 as description };
|
|
23
22
|
}
|
|
24
|
-
namespace
|
|
23
|
+
namespace placeholder {
|
|
25
24
|
const name_2: string;
|
|
26
25
|
export { name_2 as name };
|
|
27
26
|
export namespace control_2 {
|
|
@@ -31,9 +30,64 @@ declare namespace _default {
|
|
|
31
30
|
export { control_2 as control };
|
|
32
31
|
const description_2: string;
|
|
33
32
|
export { description_2 as description };
|
|
33
|
+
export const defaultValue: string;
|
|
34
|
+
}
|
|
35
|
+
namespace position {
|
|
36
|
+
const name_3: string;
|
|
37
|
+
export { name_3 as name };
|
|
38
|
+
export namespace control_3 {
|
|
39
|
+
const type_3: string;
|
|
40
|
+
export { type_3 as type };
|
|
41
|
+
}
|
|
42
|
+
export { control_3 as control };
|
|
43
|
+
export const options: string[];
|
|
44
|
+
const description_3: string;
|
|
45
|
+
export { description_3 as description };
|
|
46
|
+
const defaultValue_1: string;
|
|
47
|
+
export { defaultValue_1 as defaultValue };
|
|
48
|
+
}
|
|
49
|
+
namespace iconColor {
|
|
50
|
+
const name_4: string;
|
|
51
|
+
export { name_4 as name };
|
|
52
|
+
export namespace control_4 {
|
|
53
|
+
const type_4: string;
|
|
54
|
+
export { type_4 as type };
|
|
55
|
+
}
|
|
56
|
+
export { control_4 as control };
|
|
57
|
+
const description_4: string;
|
|
58
|
+
export { description_4 as description };
|
|
59
|
+
const defaultValue_2: string;
|
|
60
|
+
export { defaultValue_2 as defaultValue };
|
|
61
|
+
}
|
|
62
|
+
namespace onTyping {
|
|
63
|
+
const name_5: string;
|
|
64
|
+
export { name_5 as name };
|
|
65
|
+
export namespace control_5 {
|
|
66
|
+
const type_5: string;
|
|
67
|
+
export { type_5 as type };
|
|
68
|
+
}
|
|
69
|
+
export { control_5 as control };
|
|
70
|
+
const description_5: string;
|
|
71
|
+
export { description_5 as description };
|
|
72
|
+
export const action: string;
|
|
34
73
|
}
|
|
35
74
|
}
|
|
36
75
|
}
|
|
37
76
|
export default _default;
|
|
38
|
-
export
|
|
77
|
+
export namespace Default {
|
|
78
|
+
namespace args {
|
|
79
|
+
const width_1: string;
|
|
80
|
+
export { width_1 as width };
|
|
81
|
+
const height_1: string;
|
|
82
|
+
export { height_1 as height };
|
|
83
|
+
const position_1: string;
|
|
84
|
+
export { position_1 as position };
|
|
85
|
+
const iconColor_1: string;
|
|
86
|
+
export { iconColor_1 as iconColor };
|
|
87
|
+
const placeholder_1: string;
|
|
88
|
+
export { placeholder_1 as placeholder };
|
|
89
|
+
export function onTyping_1(): void;
|
|
90
|
+
export { onTyping_1 as onTyping };
|
|
91
|
+
}
|
|
92
|
+
}
|
|
39
93
|
import SearchInput from "./SearchInput";
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
export const TextFieldContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export const IconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
3
|
export const TextFieldInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
|
|
@@ -8,20 +8,4 @@ export const PresentationSlider: import("styled-components/dist/types").IStyledC
|
|
|
8
8
|
export const Body: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
9
9
|
export const Label: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
10
10
|
export const ActionsWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
11
|
-
export const SearchInputWrap: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<any, never>> & string & Omit<{
|
|
12
|
-
(props: any): import("react/jsx-runtime").JSX.Element;
|
|
13
|
-
propTypes: {
|
|
14
|
-
placeholder: import("prop-types").Requireable<string>;
|
|
15
|
-
width: import("prop-types").Requireable<string>;
|
|
16
|
-
height: import("prop-types").Requireable<string>;
|
|
17
|
-
onTyping: import("prop-types").Requireable<(...args: any[]) => any>;
|
|
18
|
-
className: import("prop-types").Requireable<string>;
|
|
19
|
-
};
|
|
20
|
-
defaultProps: {
|
|
21
|
-
placeholder: string;
|
|
22
|
-
width: string;
|
|
23
|
-
height: string;
|
|
24
|
-
onTyping: () => void;
|
|
25
|
-
className: string;
|
|
26
|
-
};
|
|
27
|
-
}, keyof import("react").Component<any, {}, any>>;
|
|
11
|
+
export const SearchInputWrap: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<any, never>> & string & Omit<(props: any) => import("react/jsx-runtime").JSX.Element, keyof import("react").Component<any, {}, any>>;
|