sag_components 2.0.0-beta98 → 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 +3 -1
- package/dist/index.esm.js +103 -80
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +103 -79
- package/dist/index.js.map +1 -1
- 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/Table.stories.d.ts +70 -1
- package/dist/types/components/Table/Table.style.d.ts +1 -0
- package/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -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>>;
|
|
@@ -39,6 +39,63 @@ declare namespace _default {
|
|
|
39
39
|
const name_4: string;
|
|
40
40
|
export { name_4 as name };
|
|
41
41
|
}
|
|
42
|
+
namespace buttonColor {
|
|
43
|
+
const control_4: string;
|
|
44
|
+
export { control_4 as control };
|
|
45
|
+
const description_5: string;
|
|
46
|
+
export { description_5 as description };
|
|
47
|
+
const name_5: string;
|
|
48
|
+
export { name_5 as name };
|
|
49
|
+
export const defaultValue: string;
|
|
50
|
+
}
|
|
51
|
+
namespace buttonHoverColor {
|
|
52
|
+
const control_5: string;
|
|
53
|
+
export { control_5 as control };
|
|
54
|
+
const description_6: string;
|
|
55
|
+
export { description_6 as description };
|
|
56
|
+
const name_6: string;
|
|
57
|
+
export { name_6 as name };
|
|
58
|
+
const defaultValue_1: string;
|
|
59
|
+
export { defaultValue_1 as defaultValue };
|
|
60
|
+
}
|
|
61
|
+
namespace showSideButton {
|
|
62
|
+
const control_6: string;
|
|
63
|
+
export { control_6 as control };
|
|
64
|
+
const description_7: string;
|
|
65
|
+
export { description_7 as description };
|
|
66
|
+
const name_7: string;
|
|
67
|
+
export { name_7 as name };
|
|
68
|
+
const defaultValue_2: boolean;
|
|
69
|
+
export { defaultValue_2 as defaultValue };
|
|
70
|
+
}
|
|
71
|
+
namespace onSideButtonClick {
|
|
72
|
+
const action_1: string;
|
|
73
|
+
export { action_1 as action };
|
|
74
|
+
const description_8: string;
|
|
75
|
+
export { description_8 as description };
|
|
76
|
+
const name_8: string;
|
|
77
|
+
export { name_8 as name };
|
|
78
|
+
}
|
|
79
|
+
namespace sideButtonColor {
|
|
80
|
+
const control_7: string;
|
|
81
|
+
export { control_7 as control };
|
|
82
|
+
const description_9: string;
|
|
83
|
+
export { description_9 as description };
|
|
84
|
+
const name_9: string;
|
|
85
|
+
export { name_9 as name };
|
|
86
|
+
const defaultValue_3: string;
|
|
87
|
+
export { defaultValue_3 as defaultValue };
|
|
88
|
+
}
|
|
89
|
+
namespace sideButtonHoverColor {
|
|
90
|
+
const control_8: string;
|
|
91
|
+
export { control_8 as control };
|
|
92
|
+
const description_10: string;
|
|
93
|
+
export { description_10 as description };
|
|
94
|
+
const name_10: string;
|
|
95
|
+
export { name_10 as name };
|
|
96
|
+
const defaultValue_4: string;
|
|
97
|
+
export { defaultValue_4 as defaultValue };
|
|
98
|
+
}
|
|
42
99
|
}
|
|
43
100
|
}
|
|
44
101
|
export default _default;
|
|
@@ -50,10 +107,22 @@ export namespace Default {
|
|
|
50
107
|
export { height_1 as height };
|
|
51
108
|
const tableTitle_1: string;
|
|
52
109
|
export { tableTitle_1 as tableTitle };
|
|
53
|
-
const data_1:
|
|
110
|
+
const data_1: {}[];
|
|
54
111
|
export { data_1 as data };
|
|
55
112
|
export function onButtonClick_1(): void;
|
|
56
113
|
export { onButtonClick_1 as onButtonClick };
|
|
114
|
+
const buttonColor_1: string;
|
|
115
|
+
export { buttonColor_1 as buttonColor };
|
|
116
|
+
const buttonHoverColor_1: string;
|
|
117
|
+
export { buttonHoverColor_1 as buttonHoverColor };
|
|
118
|
+
const showSideButton_1: boolean;
|
|
119
|
+
export { showSideButton_1 as showSideButton };
|
|
120
|
+
export function onSideButtonClick_1(): void;
|
|
121
|
+
export { onSideButtonClick_1 as onSideButtonClick };
|
|
122
|
+
const sideButtonColor_1: string;
|
|
123
|
+
export { sideButtonColor_1 as sideButtonColor };
|
|
124
|
+
const sideButtonHoverColor_1: string;
|
|
125
|
+
export { sideButtonHoverColor_1 as sideButtonHoverColor };
|
|
57
126
|
}
|
|
58
127
|
}
|
|
59
128
|
import Table from "./Table";
|
|
@@ -6,6 +6,7 @@ export const Tbody: import("styled-components/dist/types").IStyledComponentBase<
|
|
|
6
6
|
export const BodyCell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, never>> & string;
|
|
7
7
|
export const StyledRow: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, never>> & string;
|
|
8
8
|
export const NoInfoFound: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
9
|
+
export const TableTop: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
9
10
|
export const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
|
|
10
11
|
export const SubTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
11
12
|
export const NoEventsWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -47,3 +47,4 @@ export { default as Build } from "./components/MenuRoute/MenuIcons/Build.jsx";
|
|
|
47
47
|
export { default as Track } from "./components/MenuRoute/MenuIcons/Track.jsx";
|
|
48
48
|
export { default as Execute } from "./components/MenuRoute/MenuIcons/Execute.jsx";
|
|
49
49
|
export { default as Table } from "./components/Table/Table.jsx";
|
|
50
|
+
export { default as SearchInput } from "./components/SearchInput/SearchInput.jsx";
|