@croquiscom/pds 16.14.0 → 16.15.0
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/CHANGELOG.md +7 -0
- package/dist/components/date-picker/DatePicker.d.ts +4 -2
- package/dist/components/date-picker/DatePicker.stories.d.ts +0 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -77,8 +77,10 @@ export interface DatePickerProps extends DatePickerBaseProps {
|
|
|
77
77
|
*/
|
|
78
78
|
disabledDays?: Matcher | Matcher[];
|
|
79
79
|
/**
|
|
80
|
-
* 달력 하단
|
|
81
|
-
*
|
|
80
|
+
* 달력 하단 버튼 사용 유무
|
|
81
|
+
* - TimePicker 사용시: '지금' 버튼 (날짜 + 시간 설정)
|
|
82
|
+
* - TimePicker 미사용시: '오늘' 버튼 (오늘 날짜 설정)
|
|
83
|
+
* @default true
|
|
82
84
|
*/
|
|
83
85
|
showTodayButton?: boolean;
|
|
84
86
|
/**
|
|
@@ -20,7 +20,6 @@ export declare const ShowTimeHourMinuteSecond: Story;
|
|
|
20
20
|
export declare const DisableDays: Story;
|
|
21
21
|
export declare const DisabledMonth: Story;
|
|
22
22
|
export declare const BottomSheetPicker: Story;
|
|
23
|
-
export declare const BottomSheetPickerWithTimePicker: Story;
|
|
24
23
|
export declare const BottomSheetPickerWithTimePickerWithCases: Story;
|
|
25
24
|
export declare const ForceChangedDateWithButton: Story;
|
|
26
25
|
export declare const UnitMonth: Story;
|