@skyux/datetime 13.0.0 → 13.1.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.
|
@@ -2420,7 +2420,7 @@ class SkyDatepickerInputDirective {
|
|
|
2420
2420
|
}
|
|
2421
2421
|
/**
|
|
2422
2422
|
* The earliest date that is available in the calendar. Place this attribute on
|
|
2423
|
-
* the `input` element to override the default in `SkyDatepickerConfigService`. To avoid validation errors, the time associated with the minimum date
|
|
2423
|
+
* the `input` element to override the default in `SkyDatepickerConfigService`. To avoid validation errors, the time associated with the minimum date is midnight. This is necessary because the datepicker automatically sets the time on the Date object for selected dates to midnight in the current user's time zone.
|
|
2424
2424
|
*/
|
|
2425
2425
|
set minDate(value) {
|
|
2426
2426
|
this.#_minDate = value;
|
|
@@ -2459,8 +2459,8 @@ class SkyDatepickerInputDirective {
|
|
|
2459
2459
|
}
|
|
2460
2460
|
}
|
|
2461
2461
|
/**
|
|
2462
|
-
* The starting day of the week in the calendar
|
|
2463
|
-
*
|
|
2462
|
+
* The starting day of the week in the calendar. `0` sets the starting day to Sunday.
|
|
2463
|
+
* Place this attribute on the `input` element to override the default
|
|
2464
2464
|
* in `SkyDatepickerConfigService`.
|
|
2465
2465
|
* @default 0
|
|
2466
2466
|
*/
|