@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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @croquiscom/pds
2
2
 
3
+ ## 16.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - a2a7aa4: DatePicker showToayButton 기본값 true 로 변경
8
+ - a2a7aa4: DatePicker + TimePicker 사용시 지금 버튼 show/hide 추가
9
+
3
10
  ## 16.14.0
4
11
 
5
12
  ### Minor Changes
@@ -77,8 +77,10 @@ export interface DatePickerProps extends DatePickerBaseProps {
77
77
  */
78
78
  disabledDays?: Matcher | Matcher[];
79
79
  /**
80
- * 달력 하단 '오늘' 날짜를 바로 선택할 수 있는 버튼 사용 유무
81
- * @default false
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;