sag_components 2.0.0-beta275 → 2.0.0-beta277
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 +11 -11
- package/dist/index.esm.js +116 -59
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +116 -59
- package/dist/index.js.map +1 -1
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +31 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.d.ts +11 -11
- package/dist/types/components/OverlayDropdown/OverlayDropdown.stories.d.ts +215 -79
- package/dist/types/components/Table/Table.stories.d.ts +12 -0
- package/dist/types/components/Table/TableBody.styles.d.ts +1 -0
- package/package.json +2 -1
|
@@ -137,4 +137,35 @@ export namespace InContext {
|
|
|
137
137
|
}
|
|
138
138
|
export { parameters_1 as parameters };
|
|
139
139
|
}
|
|
140
|
+
export function PerformanceTest8000Vendors(args: any): import("react/jsx-runtime").JSX.Element;
|
|
141
|
+
export namespace PerformanceTest8000Vendors {
|
|
142
|
+
export namespace args {
|
|
143
|
+
const width_1: string;
|
|
144
|
+
export { width_1 as width };
|
|
145
|
+
const height_1: string;
|
|
146
|
+
export { height_1 as height };
|
|
147
|
+
const linkColor_1: string;
|
|
148
|
+
export { linkColor_1 as linkColor };
|
|
149
|
+
const backgroundColor_1: string;
|
|
150
|
+
export { backgroundColor_1 as backgroundColor };
|
|
151
|
+
const editMode_1: boolean;
|
|
152
|
+
export { editMode_1 as editMode };
|
|
153
|
+
const disableSection_1: boolean;
|
|
154
|
+
export { disableSection_1 as disableSection };
|
|
155
|
+
const disabledSendForms_1: boolean;
|
|
156
|
+
export { disabledSendForms_1 as disabledSendForms };
|
|
157
|
+
const AllFormsSent_1: boolean;
|
|
158
|
+
export { AllFormsSent_1 as AllFormsSent };
|
|
159
|
+
const buttonTooltipText_1: string;
|
|
160
|
+
export { buttonTooltipText_1 as buttonTooltipText };
|
|
161
|
+
const trashTooltipText_1: string;
|
|
162
|
+
export { trashTooltipText_1 as trashTooltipText };
|
|
163
|
+
export const maxVisibleVendors: number;
|
|
164
|
+
}
|
|
165
|
+
export namespace parameters_2 {
|
|
166
|
+
const layout_2: string;
|
|
167
|
+
export { layout_2 as layout };
|
|
168
|
+
}
|
|
169
|
+
export { parameters_2 as parameters };
|
|
170
|
+
}
|
|
140
171
|
import ItemManagerPanel from "./ItemManagerPanel";
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
export default OverlayDropdown;
|
|
2
|
-
declare function OverlayDropdown({ data, value, onSelectClick,
|
|
2
|
+
declare function OverlayDropdown({ data, value, onSelectClick, label, labelEmptyValue, showLabelOnTop, labelColor, placeHolder, placeHolderColor, required, disabled, isDarkerBackground, editableDigitalCoupon, selectedColor, hoverColor, width, minWidth, dropdownWidth, dropdownMaxHeight, height, margin, ...props }: {
|
|
3
3
|
[x: string]: any;
|
|
4
4
|
data?: any[];
|
|
5
5
|
value: any;
|
|
6
6
|
onSelectClick: any;
|
|
7
|
+
label: any;
|
|
8
|
+
labelEmptyValue: any;
|
|
9
|
+
showLabelOnTop: any;
|
|
10
|
+
labelColor: any;
|
|
11
|
+
placeHolder: any;
|
|
12
|
+
placeHolderColor: any;
|
|
13
|
+
required?: boolean;
|
|
7
14
|
disabled?: boolean;
|
|
8
15
|
isDarkerBackground?: boolean;
|
|
9
|
-
|
|
16
|
+
editableDigitalCoupon?: boolean;
|
|
10
17
|
selectedColor?: string;
|
|
11
18
|
hoverColor?: string;
|
|
12
|
-
dropdownMaxHeight?: string;
|
|
13
19
|
width?: string;
|
|
14
20
|
minWidth?: string;
|
|
21
|
+
dropdownWidth?: string;
|
|
22
|
+
dropdownMaxHeight?: string;
|
|
15
23
|
height?: string;
|
|
16
|
-
label: any;
|
|
17
|
-
labelEmptyValue: any;
|
|
18
|
-
showLabelOnTop: any;
|
|
19
|
-
placeHolder: any;
|
|
20
|
-
labelColor: any;
|
|
21
|
-
placeHolderColor: any;
|
|
22
24
|
margin?: string;
|
|
23
|
-
dropdownWidth?: string;
|
|
24
|
-
editableDigitalCoupon?: boolean;
|
|
25
25
|
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -29,7 +29,7 @@ declare namespace _default {
|
|
|
29
29
|
const name_2: string;
|
|
30
30
|
export { name_2 as name };
|
|
31
31
|
}
|
|
32
|
-
namespace
|
|
32
|
+
namespace label {
|
|
33
33
|
const name_3: string;
|
|
34
34
|
export { name_3 as name };
|
|
35
35
|
export namespace control_2 {
|
|
@@ -40,7 +40,7 @@ declare namespace _default {
|
|
|
40
40
|
const description_3: string;
|
|
41
41
|
export { description_3 as description };
|
|
42
42
|
}
|
|
43
|
-
namespace
|
|
43
|
+
namespace labelEmptyValue {
|
|
44
44
|
const name_4: string;
|
|
45
45
|
export { name_4 as name };
|
|
46
46
|
export namespace control_3 {
|
|
@@ -51,7 +51,7 @@ declare namespace _default {
|
|
|
51
51
|
const description_4: string;
|
|
52
52
|
export { description_4 as description };
|
|
53
53
|
}
|
|
54
|
-
namespace
|
|
54
|
+
namespace showLabelOnTop {
|
|
55
55
|
const name_5: string;
|
|
56
56
|
export { name_5 as name };
|
|
57
57
|
export namespace control_4 {
|
|
@@ -62,7 +62,7 @@ declare namespace _default {
|
|
|
62
62
|
const description_5: string;
|
|
63
63
|
export { description_5 as description };
|
|
64
64
|
}
|
|
65
|
-
namespace
|
|
65
|
+
namespace labelColor {
|
|
66
66
|
const name_6: string;
|
|
67
67
|
export { name_6 as name };
|
|
68
68
|
export namespace control_5 {
|
|
@@ -73,7 +73,7 @@ declare namespace _default {
|
|
|
73
73
|
const description_6: string;
|
|
74
74
|
export { description_6 as description };
|
|
75
75
|
}
|
|
76
|
-
namespace
|
|
76
|
+
namespace placeHolder {
|
|
77
77
|
const name_7: string;
|
|
78
78
|
export { name_7 as name };
|
|
79
79
|
export namespace control_6 {
|
|
@@ -84,7 +84,7 @@ declare namespace _default {
|
|
|
84
84
|
const description_7: string;
|
|
85
85
|
export { description_7 as description };
|
|
86
86
|
}
|
|
87
|
-
namespace
|
|
87
|
+
namespace placeHolderColor {
|
|
88
88
|
const name_8: string;
|
|
89
89
|
export { name_8 as name };
|
|
90
90
|
export namespace control_7 {
|
|
@@ -95,7 +95,7 @@ declare namespace _default {
|
|
|
95
95
|
const description_8: string;
|
|
96
96
|
export { description_8 as description };
|
|
97
97
|
}
|
|
98
|
-
namespace
|
|
98
|
+
namespace required {
|
|
99
99
|
const name_9: string;
|
|
100
100
|
export { name_9 as name };
|
|
101
101
|
export namespace control_8 {
|
|
@@ -106,7 +106,7 @@ declare namespace _default {
|
|
|
106
106
|
const description_9: string;
|
|
107
107
|
export { description_9 as description };
|
|
108
108
|
}
|
|
109
|
-
namespace
|
|
109
|
+
namespace disabled {
|
|
110
110
|
const name_10: string;
|
|
111
111
|
export { name_10 as name };
|
|
112
112
|
export namespace control_9 {
|
|
@@ -117,7 +117,7 @@ declare namespace _default {
|
|
|
117
117
|
const description_10: string;
|
|
118
118
|
export { description_10 as description };
|
|
119
119
|
}
|
|
120
|
-
namespace
|
|
120
|
+
namespace isDarkerBackground {
|
|
121
121
|
const name_11: string;
|
|
122
122
|
export { name_11 as name };
|
|
123
123
|
export namespace control_10 {
|
|
@@ -128,7 +128,7 @@ declare namespace _default {
|
|
|
128
128
|
const description_11: string;
|
|
129
129
|
export { description_11 as description };
|
|
130
130
|
}
|
|
131
|
-
namespace
|
|
131
|
+
namespace selectedColor {
|
|
132
132
|
const name_12: string;
|
|
133
133
|
export { name_12 as name };
|
|
134
134
|
export namespace control_11 {
|
|
@@ -139,7 +139,7 @@ declare namespace _default {
|
|
|
139
139
|
const description_12: string;
|
|
140
140
|
export { description_12 as description };
|
|
141
141
|
}
|
|
142
|
-
namespace
|
|
142
|
+
namespace hoverColor {
|
|
143
143
|
const name_13: string;
|
|
144
144
|
export { name_13 as name };
|
|
145
145
|
export namespace control_12 {
|
|
@@ -150,7 +150,7 @@ declare namespace _default {
|
|
|
150
150
|
const description_13: string;
|
|
151
151
|
export { description_13 as description };
|
|
152
152
|
}
|
|
153
|
-
namespace
|
|
153
|
+
namespace width {
|
|
154
154
|
const name_14: string;
|
|
155
155
|
export { name_14 as name };
|
|
156
156
|
export namespace control_13 {
|
|
@@ -161,6 +161,83 @@ declare namespace _default {
|
|
|
161
161
|
const description_14: string;
|
|
162
162
|
export { description_14 as description };
|
|
163
163
|
}
|
|
164
|
+
namespace minWidth {
|
|
165
|
+
const name_15: string;
|
|
166
|
+
export { name_15 as name };
|
|
167
|
+
export namespace control_14 {
|
|
168
|
+
const type_14: string;
|
|
169
|
+
export { type_14 as type };
|
|
170
|
+
}
|
|
171
|
+
export { control_14 as control };
|
|
172
|
+
const description_15: string;
|
|
173
|
+
export { description_15 as description };
|
|
174
|
+
}
|
|
175
|
+
namespace height {
|
|
176
|
+
const name_16: string;
|
|
177
|
+
export { name_16 as name };
|
|
178
|
+
export namespace control_15 {
|
|
179
|
+
const type_15: string;
|
|
180
|
+
export { type_15 as type };
|
|
181
|
+
}
|
|
182
|
+
export { control_15 as control };
|
|
183
|
+
const description_16: string;
|
|
184
|
+
export { description_16 as description };
|
|
185
|
+
}
|
|
186
|
+
namespace dropdownWidth {
|
|
187
|
+
const name_17: string;
|
|
188
|
+
export { name_17 as name };
|
|
189
|
+
export namespace control_16 {
|
|
190
|
+
const type_16: string;
|
|
191
|
+
export { type_16 as type };
|
|
192
|
+
}
|
|
193
|
+
export { control_16 as control };
|
|
194
|
+
const description_17: string;
|
|
195
|
+
export { description_17 as description };
|
|
196
|
+
}
|
|
197
|
+
namespace dropdownMaxHeight {
|
|
198
|
+
const name_18: string;
|
|
199
|
+
export { name_18 as name };
|
|
200
|
+
export namespace control_17 {
|
|
201
|
+
const type_17: string;
|
|
202
|
+
export { type_17 as type };
|
|
203
|
+
}
|
|
204
|
+
export { control_17 as control };
|
|
205
|
+
const description_18: string;
|
|
206
|
+
export { description_18 as description };
|
|
207
|
+
}
|
|
208
|
+
namespace margin {
|
|
209
|
+
const name_19: string;
|
|
210
|
+
export { name_19 as name };
|
|
211
|
+
export namespace control_18 {
|
|
212
|
+
const type_18: string;
|
|
213
|
+
export { type_18 as type };
|
|
214
|
+
}
|
|
215
|
+
export { control_18 as control };
|
|
216
|
+
const description_19: string;
|
|
217
|
+
export { description_19 as description };
|
|
218
|
+
}
|
|
219
|
+
namespace editableDigitalCoupon {
|
|
220
|
+
const name_20: string;
|
|
221
|
+
export { name_20 as name };
|
|
222
|
+
export namespace control_19 {
|
|
223
|
+
const type_19: string;
|
|
224
|
+
export { type_19 as type };
|
|
225
|
+
}
|
|
226
|
+
export { control_19 as control };
|
|
227
|
+
const description_20: string;
|
|
228
|
+
export { description_20 as description };
|
|
229
|
+
}
|
|
230
|
+
namespace dropdownDigitalCouponTitle {
|
|
231
|
+
const name_21: string;
|
|
232
|
+
export { name_21 as name };
|
|
233
|
+
export namespace control_20 {
|
|
234
|
+
const type_20: string;
|
|
235
|
+
export { type_20 as type };
|
|
236
|
+
}
|
|
237
|
+
export { control_20 as control };
|
|
238
|
+
const description_21: string;
|
|
239
|
+
export { description_21 as description };
|
|
240
|
+
}
|
|
164
241
|
}
|
|
165
242
|
}
|
|
166
243
|
export default _default;
|
|
@@ -169,18 +246,6 @@ export namespace Default {
|
|
|
169
246
|
export { data1 as data };
|
|
170
247
|
const value_1: any;
|
|
171
248
|
export { value_1 as value };
|
|
172
|
-
const required_1: boolean;
|
|
173
|
-
export { required_1 as required };
|
|
174
|
-
const disabled_1: boolean;
|
|
175
|
-
export { disabled_1 as disabled };
|
|
176
|
-
const isDarkerBackground_1: boolean;
|
|
177
|
-
export { isDarkerBackground_1 as isDarkerBackground };
|
|
178
|
-
const selectedColor_1: string;
|
|
179
|
-
export { selectedColor_1 as selectedColor };
|
|
180
|
-
const hoverColor_1: string;
|
|
181
|
-
export { hoverColor_1 as hoverColor };
|
|
182
|
-
const dropdownMaxHeight_1: string;
|
|
183
|
-
export { dropdownMaxHeight_1 as dropdownMaxHeight };
|
|
184
249
|
const label_1: string;
|
|
185
250
|
export { label_1 as label };
|
|
186
251
|
const labelEmptyValue_1: string;
|
|
@@ -193,9 +258,32 @@ export namespace Default {
|
|
|
193
258
|
export { placeHolder_1 as placeHolder };
|
|
194
259
|
const placeHolderColor_1: string;
|
|
195
260
|
export { placeHolderColor_1 as placeHolderColor };
|
|
196
|
-
|
|
197
|
-
export
|
|
198
|
-
|
|
261
|
+
const required_1: boolean;
|
|
262
|
+
export { required_1 as required };
|
|
263
|
+
const disabled_1: boolean;
|
|
264
|
+
export { disabled_1 as disabled };
|
|
265
|
+
const isDarkerBackground_1: boolean;
|
|
266
|
+
export { isDarkerBackground_1 as isDarkerBackground };
|
|
267
|
+
const selectedColor_1: string;
|
|
268
|
+
export { selectedColor_1 as selectedColor };
|
|
269
|
+
const hoverColor_1: string;
|
|
270
|
+
export { hoverColor_1 as hoverColor };
|
|
271
|
+
const width_1: string;
|
|
272
|
+
export { width_1 as width };
|
|
273
|
+
const minWidth_1: string;
|
|
274
|
+
export { minWidth_1 as minWidth };
|
|
275
|
+
const height_1: string;
|
|
276
|
+
export { height_1 as height };
|
|
277
|
+
const dropdownWidth_1: string;
|
|
278
|
+
export { dropdownWidth_1 as dropdownWidth };
|
|
279
|
+
const dropdownMaxHeight_1: string;
|
|
280
|
+
export { dropdownMaxHeight_1 as dropdownMaxHeight };
|
|
281
|
+
const margin_1: string;
|
|
282
|
+
export { margin_1 as margin };
|
|
283
|
+
const editableDigitalCoupon_1: boolean;
|
|
284
|
+
export { editableDigitalCoupon_1 as editableDigitalCoupon };
|
|
285
|
+
const dropdownDigitalCouponTitle_1: string;
|
|
286
|
+
export { dropdownDigitalCouponTitle_1 as dropdownDigitalCouponTitle };
|
|
199
287
|
}
|
|
200
288
|
}
|
|
201
289
|
export namespace WithSelection {
|
|
@@ -203,18 +291,6 @@ export namespace WithSelection {
|
|
|
203
291
|
export { data1 as data };
|
|
204
292
|
const value_2: string;
|
|
205
293
|
export { value_2 as value };
|
|
206
|
-
const required_2: boolean;
|
|
207
|
-
export { required_2 as required };
|
|
208
|
-
const disabled_2: boolean;
|
|
209
|
-
export { disabled_2 as disabled };
|
|
210
|
-
const selectedColor_2: string;
|
|
211
|
-
export { selectedColor_2 as selectedColor };
|
|
212
|
-
const hoverColor_2: string;
|
|
213
|
-
export { hoverColor_2 as hoverColor };
|
|
214
|
-
const dropdownMaxHeight_2: string;
|
|
215
|
-
export { dropdownMaxHeight_2 as dropdownMaxHeight };
|
|
216
|
-
const isDarkerBackground_2: boolean;
|
|
217
|
-
export { isDarkerBackground_2 as isDarkerBackground };
|
|
218
294
|
const label_2: string;
|
|
219
295
|
export { label_2 as label };
|
|
220
296
|
const labelEmptyValue_2: string;
|
|
@@ -227,8 +303,32 @@ export namespace WithSelection {
|
|
|
227
303
|
export { placeHolder_2 as placeHolder };
|
|
228
304
|
const placeHolderColor_2: string;
|
|
229
305
|
export { placeHolderColor_2 as placeHolderColor };
|
|
230
|
-
const
|
|
231
|
-
export {
|
|
306
|
+
const required_2: boolean;
|
|
307
|
+
export { required_2 as required };
|
|
308
|
+
const disabled_2: boolean;
|
|
309
|
+
export { disabled_2 as disabled };
|
|
310
|
+
const isDarkerBackground_2: boolean;
|
|
311
|
+
export { isDarkerBackground_2 as isDarkerBackground };
|
|
312
|
+
const selectedColor_2: string;
|
|
313
|
+
export { selectedColor_2 as selectedColor };
|
|
314
|
+
const hoverColor_2: string;
|
|
315
|
+
export { hoverColor_2 as hoverColor };
|
|
316
|
+
const width_2: string;
|
|
317
|
+
export { width_2 as width };
|
|
318
|
+
const minWidth_2: string;
|
|
319
|
+
export { minWidth_2 as minWidth };
|
|
320
|
+
const height_2: string;
|
|
321
|
+
export { height_2 as height };
|
|
322
|
+
const dropdownWidth_2: string;
|
|
323
|
+
export { dropdownWidth_2 as dropdownWidth };
|
|
324
|
+
const dropdownMaxHeight_2: string;
|
|
325
|
+
export { dropdownMaxHeight_2 as dropdownMaxHeight };
|
|
326
|
+
const margin_2: string;
|
|
327
|
+
export { margin_2 as margin };
|
|
328
|
+
const editableDigitalCoupon_2: boolean;
|
|
329
|
+
export { editableDigitalCoupon_2 as editableDigitalCoupon };
|
|
330
|
+
const dropdownDigitalCouponTitle_2: string;
|
|
331
|
+
export { dropdownDigitalCouponTitle_2 as dropdownDigitalCouponTitle };
|
|
232
332
|
}
|
|
233
333
|
export { args_1 as args };
|
|
234
334
|
}
|
|
@@ -237,18 +337,6 @@ export namespace LongStringTooltip {
|
|
|
237
337
|
export { data1 as data };
|
|
238
338
|
const value_3: string;
|
|
239
339
|
export { value_3 as value };
|
|
240
|
-
const required_3: boolean;
|
|
241
|
-
export { required_3 as required };
|
|
242
|
-
const disabled_3: boolean;
|
|
243
|
-
export { disabled_3 as disabled };
|
|
244
|
-
const selectedColor_3: string;
|
|
245
|
-
export { selectedColor_3 as selectedColor };
|
|
246
|
-
const hoverColor_3: string;
|
|
247
|
-
export { hoverColor_3 as hoverColor };
|
|
248
|
-
const dropdownMaxHeight_3: string;
|
|
249
|
-
export { dropdownMaxHeight_3 as dropdownMaxHeight };
|
|
250
|
-
const isDarkerBackground_3: boolean;
|
|
251
|
-
export { isDarkerBackground_3 as isDarkerBackground };
|
|
252
340
|
const label_3: string;
|
|
253
341
|
export { label_3 as label };
|
|
254
342
|
const labelEmptyValue_3: string;
|
|
@@ -261,8 +349,32 @@ export namespace LongStringTooltip {
|
|
|
261
349
|
export { placeHolder_3 as placeHolder };
|
|
262
350
|
const placeHolderColor_3: string;
|
|
263
351
|
export { placeHolderColor_3 as placeHolderColor };
|
|
264
|
-
const
|
|
265
|
-
export {
|
|
352
|
+
const required_3: boolean;
|
|
353
|
+
export { required_3 as required };
|
|
354
|
+
const disabled_3: boolean;
|
|
355
|
+
export { disabled_3 as disabled };
|
|
356
|
+
const isDarkerBackground_3: boolean;
|
|
357
|
+
export { isDarkerBackground_3 as isDarkerBackground };
|
|
358
|
+
const selectedColor_3: string;
|
|
359
|
+
export { selectedColor_3 as selectedColor };
|
|
360
|
+
const hoverColor_3: string;
|
|
361
|
+
export { hoverColor_3 as hoverColor };
|
|
362
|
+
const width_3: string;
|
|
363
|
+
export { width_3 as width };
|
|
364
|
+
const minWidth_3: string;
|
|
365
|
+
export { minWidth_3 as minWidth };
|
|
366
|
+
const height_3: string;
|
|
367
|
+
export { height_3 as height };
|
|
368
|
+
const dropdownWidth_3: string;
|
|
369
|
+
export { dropdownWidth_3 as dropdownWidth };
|
|
370
|
+
const dropdownMaxHeight_3: string;
|
|
371
|
+
export { dropdownMaxHeight_3 as dropdownMaxHeight };
|
|
372
|
+
const margin_3: string;
|
|
373
|
+
export { margin_3 as margin };
|
|
374
|
+
const editableDigitalCoupon_3: boolean;
|
|
375
|
+
export { editableDigitalCoupon_3 as editableDigitalCoupon };
|
|
376
|
+
const dropdownDigitalCouponTitle_3: string;
|
|
377
|
+
export { dropdownDigitalCouponTitle_3 as dropdownDigitalCouponTitle };
|
|
266
378
|
}
|
|
267
379
|
export { args_2 as args };
|
|
268
380
|
}
|
|
@@ -271,16 +383,6 @@ export namespace Skin_Customized {
|
|
|
271
383
|
export { data1 as data };
|
|
272
384
|
const value_4: any;
|
|
273
385
|
export { value_4 as value };
|
|
274
|
-
const required_4: boolean;
|
|
275
|
-
export { required_4 as required };
|
|
276
|
-
const disabled_4: boolean;
|
|
277
|
-
export { disabled_4 as disabled };
|
|
278
|
-
const selectedColor_4: string;
|
|
279
|
-
export { selectedColor_4 as selectedColor };
|
|
280
|
-
const hoverColor_4: string;
|
|
281
|
-
export { hoverColor_4 as hoverColor };
|
|
282
|
-
const dropdownMaxHeight_4: string;
|
|
283
|
-
export { dropdownMaxHeight_4 as dropdownMaxHeight };
|
|
284
386
|
const label_4: string;
|
|
285
387
|
export { label_4 as label };
|
|
286
388
|
const labelEmptyValue_4: string;
|
|
@@ -293,10 +395,32 @@ export namespace Skin_Customized {
|
|
|
293
395
|
export { placeHolder_4 as placeHolder };
|
|
294
396
|
const placeHolderColor_4: string;
|
|
295
397
|
export { placeHolderColor_4 as placeHolderColor };
|
|
398
|
+
const required_4: boolean;
|
|
399
|
+
export { required_4 as required };
|
|
400
|
+
const disabled_4: boolean;
|
|
401
|
+
export { disabled_4 as disabled };
|
|
296
402
|
const isDarkerBackground_4: boolean;
|
|
297
403
|
export { isDarkerBackground_4 as isDarkerBackground };
|
|
298
|
-
const
|
|
299
|
-
export {
|
|
404
|
+
const selectedColor_4: string;
|
|
405
|
+
export { selectedColor_4 as selectedColor };
|
|
406
|
+
const hoverColor_4: string;
|
|
407
|
+
export { hoverColor_4 as hoverColor };
|
|
408
|
+
const width_4: string;
|
|
409
|
+
export { width_4 as width };
|
|
410
|
+
const minWidth_4: string;
|
|
411
|
+
export { minWidth_4 as minWidth };
|
|
412
|
+
const height_4: string;
|
|
413
|
+
export { height_4 as height };
|
|
414
|
+
const dropdownWidth_4: string;
|
|
415
|
+
export { dropdownWidth_4 as dropdownWidth };
|
|
416
|
+
const dropdownMaxHeight_4: string;
|
|
417
|
+
export { dropdownMaxHeight_4 as dropdownMaxHeight };
|
|
418
|
+
const margin_4: string;
|
|
419
|
+
export { margin_4 as margin };
|
|
420
|
+
const editableDigitalCoupon_4: boolean;
|
|
421
|
+
export { editableDigitalCoupon_4 as editableDigitalCoupon };
|
|
422
|
+
const dropdownDigitalCouponTitle_4: string;
|
|
423
|
+
export { dropdownDigitalCouponTitle_4 as dropdownDigitalCouponTitle };
|
|
300
424
|
}
|
|
301
425
|
export { args_3 as args };
|
|
302
426
|
}
|
|
@@ -305,16 +429,6 @@ export namespace Disabled_Required {
|
|
|
305
429
|
export { data1 as data };
|
|
306
430
|
const value_5: any;
|
|
307
431
|
export { value_5 as value };
|
|
308
|
-
const required_5: boolean;
|
|
309
|
-
export { required_5 as required };
|
|
310
|
-
const disabled_5: boolean;
|
|
311
|
-
export { disabled_5 as disabled };
|
|
312
|
-
const selectedColor_5: string;
|
|
313
|
-
export { selectedColor_5 as selectedColor };
|
|
314
|
-
const hoverColor_5: string;
|
|
315
|
-
export { hoverColor_5 as hoverColor };
|
|
316
|
-
const dropdownMaxHeight_5: string;
|
|
317
|
-
export { dropdownMaxHeight_5 as dropdownMaxHeight };
|
|
318
432
|
const label_5: string;
|
|
319
433
|
export { label_5 as label };
|
|
320
434
|
const labelEmptyValue_5: string;
|
|
@@ -327,10 +441,32 @@ export namespace Disabled_Required {
|
|
|
327
441
|
export { placeHolder_5 as placeHolder };
|
|
328
442
|
const placeHolderColor_5: string;
|
|
329
443
|
export { placeHolderColor_5 as placeHolderColor };
|
|
444
|
+
const required_5: boolean;
|
|
445
|
+
export { required_5 as required };
|
|
446
|
+
const disabled_5: boolean;
|
|
447
|
+
export { disabled_5 as disabled };
|
|
330
448
|
const isDarkerBackground_5: boolean;
|
|
331
449
|
export { isDarkerBackground_5 as isDarkerBackground };
|
|
332
|
-
const
|
|
333
|
-
export {
|
|
450
|
+
const selectedColor_5: string;
|
|
451
|
+
export { selectedColor_5 as selectedColor };
|
|
452
|
+
const hoverColor_5: string;
|
|
453
|
+
export { hoverColor_5 as hoverColor };
|
|
454
|
+
const width_5: string;
|
|
455
|
+
export { width_5 as width };
|
|
456
|
+
const minWidth_5: string;
|
|
457
|
+
export { minWidth_5 as minWidth };
|
|
458
|
+
const height_5: string;
|
|
459
|
+
export { height_5 as height };
|
|
460
|
+
const dropdownWidth_5: string;
|
|
461
|
+
export { dropdownWidth_5 as dropdownWidth };
|
|
462
|
+
const dropdownMaxHeight_5: string;
|
|
463
|
+
export { dropdownMaxHeight_5 as dropdownMaxHeight };
|
|
464
|
+
const margin_5: string;
|
|
465
|
+
export { margin_5 as margin };
|
|
466
|
+
const editableDigitalCoupon_5: boolean;
|
|
467
|
+
export { editableDigitalCoupon_5 as editableDigitalCoupon };
|
|
468
|
+
const dropdownDigitalCouponTitle_5: string;
|
|
469
|
+
export { dropdownDigitalCouponTitle_5 as dropdownDigitalCouponTitle };
|
|
334
470
|
}
|
|
335
471
|
export { args_4 as args };
|
|
336
472
|
}
|
|
@@ -388,6 +388,16 @@ declare namespace _default {
|
|
|
388
388
|
const name_45: string;
|
|
389
389
|
export { name_45 as name };
|
|
390
390
|
}
|
|
391
|
+
namespace disableCheckboxTooltipText {
|
|
392
|
+
const name_46: string;
|
|
393
|
+
export { name_46 as name };
|
|
394
|
+
const control_32: string;
|
|
395
|
+
export { control_32 as control };
|
|
396
|
+
const description_46: string;
|
|
397
|
+
export { description_46 as description };
|
|
398
|
+
const defaultValue_7: string;
|
|
399
|
+
export { defaultValue_7 as defaultValue };
|
|
400
|
+
}
|
|
391
401
|
}
|
|
392
402
|
}
|
|
393
403
|
export default _default;
|
|
@@ -752,6 +762,8 @@ export namespace CheckboxTable {
|
|
|
752
762
|
export { showSideButton_5 as showSideButton };
|
|
753
763
|
const showHorizontalScroll_4: boolean;
|
|
754
764
|
export { showHorizontalScroll_4 as showHorizontalScroll };
|
|
765
|
+
const disableCheckboxTooltipText_1: string;
|
|
766
|
+
export { disableCheckboxTooltipText_1 as disableCheckboxTooltipText };
|
|
755
767
|
}
|
|
756
768
|
export { args_11 as args };
|
|
757
769
|
const decorators_1: ((Story: any, { args }: {
|
|
@@ -30,6 +30,7 @@ export const DropdownButton: import("styled-components/dist/types").IStyledCompo
|
|
|
30
30
|
export const DropdownIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
31
31
|
export const DropdownMenu: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
32
32
|
export const DropdownOption: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
33
|
+
export const CheckboxInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
|
|
33
34
|
export const HeroButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
34
35
|
export const EditableCell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
35
36
|
export const PencilButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sag_components",
|
|
3
|
-
"version": "2.0.0-
|
|
3
|
+
"version": "2.0.0-beta277",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -87,6 +87,7 @@
|
|
|
87
87
|
"react-hook-form": "^7.46.2",
|
|
88
88
|
"react-icons": "^5.0.1",
|
|
89
89
|
"react-loading-skeleton": "^3.3.1",
|
|
90
|
+
"react-window": "^2.2.3",
|
|
90
91
|
"recharts": "^2.15.0",
|
|
91
92
|
"styled-components": "^6.1.15",
|
|
92
93
|
"typescript": "^4.9.5"
|