sag_components 2.0.0-beta241 → 2.0.0-beta243
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 +2 -1
- package/dist/index.esm.js +26 -9
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +26 -9
- package/dist/index.js.map +1 -1
- package/dist/types/components/WeeksPicker/WeeksPicker.d.ts +2 -1
- package/dist/types/components/WeeksPicker/WeeksPicker.stories.d.ts +16 -10
- package/package.json +1 -1
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
export default WeeksPicker;
|
|
2
|
-
declare function WeeksPicker({ label, disabled, borderColor, borderColorFocus, textColor, hoverColor, required, placeholder, borderRadius, year, width, height, withMarginBottom, onChange, selectedValue, isDarkerBackground, allowedWeekRange, restrictToRange, }: {
|
|
2
|
+
declare function WeeksPicker({ label, disabled, borderColor, borderColorFocus, textColor, text, hoverColor, required, placeholder, borderRadius, year, width, height, withMarginBottom, onChange, selectedValue, isDarkerBackground, allowedWeekRange, restrictToRange, }: {
|
|
3
3
|
label: any;
|
|
4
4
|
disabled: any;
|
|
5
5
|
borderColor: any;
|
|
6
6
|
borderColorFocus: any;
|
|
7
7
|
textColor: any;
|
|
8
|
+
text?: string;
|
|
8
9
|
hoverColor: any;
|
|
9
10
|
required: any;
|
|
10
11
|
placeholder: any;
|
|
@@ -52,59 +52,65 @@ declare namespace _default {
|
|
|
52
52
|
const name_7: string;
|
|
53
53
|
export { name_7 as name };
|
|
54
54
|
}
|
|
55
|
-
namespace
|
|
55
|
+
namespace text {
|
|
56
56
|
const control_8: string;
|
|
57
57
|
export { control_8 as control };
|
|
58
58
|
const name_8: string;
|
|
59
59
|
export { name_8 as name };
|
|
60
60
|
}
|
|
61
|
-
namespace
|
|
61
|
+
namespace restrictToRange {
|
|
62
62
|
const control_9: string;
|
|
63
63
|
export { control_9 as control };
|
|
64
64
|
const name_9: string;
|
|
65
65
|
export { name_9 as name };
|
|
66
66
|
}
|
|
67
|
-
namespace
|
|
67
|
+
namespace allowedWeekRange {
|
|
68
68
|
const control_10: string;
|
|
69
69
|
export { control_10 as control };
|
|
70
70
|
const name_10: string;
|
|
71
71
|
export { name_10 as name };
|
|
72
72
|
}
|
|
73
|
-
namespace
|
|
73
|
+
namespace textColor {
|
|
74
74
|
const control_11: string;
|
|
75
75
|
export { control_11 as control };
|
|
76
76
|
const name_11: string;
|
|
77
77
|
export { name_11 as name };
|
|
78
78
|
}
|
|
79
|
-
namespace
|
|
79
|
+
namespace borderRadius {
|
|
80
80
|
const control_12: string;
|
|
81
81
|
export { control_12 as control };
|
|
82
82
|
const name_12: string;
|
|
83
83
|
export { name_12 as name };
|
|
84
84
|
}
|
|
85
|
-
namespace
|
|
85
|
+
namespace borderColor {
|
|
86
86
|
const control_13: string;
|
|
87
87
|
export { control_13 as control };
|
|
88
88
|
const name_13: string;
|
|
89
89
|
export { name_13 as name };
|
|
90
90
|
}
|
|
91
|
-
namespace
|
|
91
|
+
namespace borderColorFocus {
|
|
92
92
|
const control_14: string;
|
|
93
93
|
export { control_14 as control };
|
|
94
94
|
const name_14: string;
|
|
95
95
|
export { name_14 as name };
|
|
96
96
|
}
|
|
97
|
-
namespace
|
|
97
|
+
namespace hoverColor {
|
|
98
98
|
const control_15: string;
|
|
99
99
|
export { control_15 as control };
|
|
100
100
|
const name_15: string;
|
|
101
101
|
export { name_15 as name };
|
|
102
102
|
}
|
|
103
|
-
namespace
|
|
104
|
-
|
|
103
|
+
namespace withMarginBottom {
|
|
104
|
+
const control_16: string;
|
|
105
|
+
export { control_16 as control };
|
|
105
106
|
const name_16: string;
|
|
106
107
|
export { name_16 as name };
|
|
107
108
|
}
|
|
109
|
+
namespace onChange {
|
|
110
|
+
export const action: string;
|
|
111
|
+
const name_17: string;
|
|
112
|
+
export { name_17 as name };
|
|
113
|
+
}
|
|
108
114
|
}
|
|
109
115
|
}
|
|
110
116
|
export default _default;
|