sag_components 2.0.0-beta280 → 2.0.0-beta282
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 +107 -83
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +107 -83
- package/dist/index.js.map +1 -1
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +2 -1
- package/dist/types/components/DropdownNew/DropdownNew.stories.d.ts +31 -10
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +2 -1
- package/dist/types/components/Input/Input.d.ts +5 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export function DropdownMultiNew({ label, labelEmptyValue, options, selectedValue, onChange, required, disabled, width, height, withMarginBottom, error, errorMessage, labelColor, xIconShow, checkBoxColor, showLabelOnTop, orderBy, elementType, }: {
|
|
1
|
+
export function DropdownMultiNew({ label, labelEmptyValue, options, selectedValue, onChange, required, disabled, width, height, minHeight, withMarginBottom, error, errorMessage, labelColor, xIconShow, checkBoxColor, showLabelOnTop, orderBy, elementType, }: {
|
|
2
2
|
label: any;
|
|
3
3
|
labelEmptyValue: any;
|
|
4
4
|
options: any;
|
|
@@ -8,6 +8,7 @@ export function DropdownMultiNew({ label, labelEmptyValue, options, selectedValu
|
|
|
8
8
|
disabled: any;
|
|
9
9
|
width: any;
|
|
10
10
|
height: any;
|
|
11
|
+
minHeight: any;
|
|
11
12
|
withMarginBottom?: boolean;
|
|
12
13
|
error: any;
|
|
13
14
|
errorMessage: any;
|
|
@@ -261,30 +261,51 @@ declare namespace _default {
|
|
|
261
261
|
}
|
|
262
262
|
export { control_11 as control };
|
|
263
263
|
}
|
|
264
|
-
namespace
|
|
264
|
+
namespace minHeight {
|
|
265
265
|
const name_26: string;
|
|
266
266
|
export { name_26 as name };
|
|
267
|
+
export namespace type_24 {
|
|
268
|
+
const name_27: string;
|
|
269
|
+
export { name_27 as name };
|
|
270
|
+
}
|
|
271
|
+
export { type_24 as type };
|
|
267
272
|
const description_14: string;
|
|
268
273
|
export { description_14 as description };
|
|
274
|
+
export namespace defaultValue_12 {
|
|
275
|
+
const summary_12: string;
|
|
276
|
+
export { summary_12 as summary };
|
|
277
|
+
}
|
|
278
|
+
export { defaultValue_12 as defaultValue };
|
|
269
279
|
export namespace control_12 {
|
|
270
|
-
const
|
|
271
|
-
export {
|
|
272
|
-
export const presetColors: string[];
|
|
280
|
+
const type_25: string;
|
|
281
|
+
export { type_25 as type };
|
|
273
282
|
}
|
|
274
283
|
export { control_12 as control };
|
|
275
284
|
}
|
|
276
|
-
namespace
|
|
277
|
-
const
|
|
278
|
-
export {
|
|
285
|
+
namespace labelColor {
|
|
286
|
+
const name_28: string;
|
|
287
|
+
export { name_28 as name };
|
|
279
288
|
const description_15: string;
|
|
280
289
|
export { description_15 as description };
|
|
281
290
|
export namespace control_13 {
|
|
282
|
-
const
|
|
283
|
-
export {
|
|
291
|
+
const type_26: string;
|
|
292
|
+
export { type_26 as type };
|
|
293
|
+
export const presetColors: string[];
|
|
294
|
+
}
|
|
295
|
+
export { control_13 as control };
|
|
296
|
+
}
|
|
297
|
+
namespace checkBoxColor {
|
|
298
|
+
const name_29: string;
|
|
299
|
+
export { name_29 as name };
|
|
300
|
+
const description_16: string;
|
|
301
|
+
export { description_16 as description };
|
|
302
|
+
export namespace control_14 {
|
|
303
|
+
const type_27: string;
|
|
304
|
+
export { type_27 as type };
|
|
284
305
|
const presetColors_1: string[];
|
|
285
306
|
export { presetColors_1 as presetColors };
|
|
286
307
|
}
|
|
287
|
-
export {
|
|
308
|
+
export { control_14 as control };
|
|
288
309
|
}
|
|
289
310
|
}
|
|
290
311
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export function DropdownSingleNew({ label, labelEmptyValue, options, selectedValue, onChange, required, disabled, width, height, withMarginBottom, error, errorMessage, xIconShow, labelColor, showLabelOnTop, orderBy, placeHolder, elementType, }: {
|
|
1
|
+
export function DropdownSingleNew({ label, labelEmptyValue, options, selectedValue, onChange, required, disabled, width, height, minHeight, withMarginBottom, error, errorMessage, xIconShow, labelColor, showLabelOnTop, orderBy, placeHolder, elementType, }: {
|
|
2
2
|
label: any;
|
|
3
3
|
labelEmptyValue: any;
|
|
4
4
|
options: any;
|
|
@@ -8,6 +8,7 @@ export function DropdownSingleNew({ label, labelEmptyValue, options, selectedVal
|
|
|
8
8
|
disabled: any;
|
|
9
9
|
width: any;
|
|
10
10
|
height: any;
|
|
11
|
+
minHeight: any;
|
|
11
12
|
withMarginBottom?: boolean;
|
|
12
13
|
error: any;
|
|
13
14
|
errorMessage: any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default Input;
|
|
2
|
-
declare function Input({ label, labelEmptyValue, size, selectedValue, placeHolder, inputType, onChange, onClick, onBlur, required, disabled, isDarkerBackground, width, minWidth, height, error, errorMessage, labelColor, leftIcon, rightIcon, password, leftIconOnClick, rightIconOnClick, multiline, rows, maxLength, regex, onKeyDown, }: {
|
|
2
|
+
declare function Input({ label, labelEmptyValue, size, selectedValue, placeHolder, inputType, onChange, onClick, onBlur, required, disabled, isDarkerBackground, width, minWidth, height, minHeight, error, errorMessage, labelColor, leftIcon, rightIcon, password, leftIconOnClick, rightIconOnClick, multiline, rows, maxLength, regex, onKeyDown, }: {
|
|
3
3
|
label: any;
|
|
4
4
|
labelEmptyValue: any;
|
|
5
5
|
size: any;
|
|
@@ -15,6 +15,7 @@ declare function Input({ label, labelEmptyValue, size, selectedValue, placeHolde
|
|
|
15
15
|
width: any;
|
|
16
16
|
minWidth: any;
|
|
17
17
|
height?: string;
|
|
18
|
+
minHeight: any;
|
|
18
19
|
error: any;
|
|
19
20
|
errorMessage: any;
|
|
20
21
|
labelColor: any;
|
|
@@ -39,6 +40,7 @@ declare namespace Input {
|
|
|
39
40
|
const required: PropTypes.Requireable<boolean>;
|
|
40
41
|
const width: PropTypes.Requireable<string>;
|
|
41
42
|
const minWidth: PropTypes.Requireable<string>;
|
|
43
|
+
const minHeight: PropTypes.Requireable<string>;
|
|
42
44
|
const disabled: PropTypes.Requireable<boolean>;
|
|
43
45
|
const error: PropTypes.Requireable<boolean>;
|
|
44
46
|
const errorMessage: PropTypes.Requireable<string>;
|
|
@@ -74,6 +76,8 @@ declare namespace Input {
|
|
|
74
76
|
export { width_1 as width };
|
|
75
77
|
const minWidth_1: string;
|
|
76
78
|
export { minWidth_1 as minWidth };
|
|
79
|
+
const minHeight_1: any;
|
|
80
|
+
export { minHeight_1 as minHeight };
|
|
77
81
|
const disabled_1: boolean;
|
|
78
82
|
export { disabled_1 as disabled };
|
|
79
83
|
const error_1: boolean;
|