@skyux/datetime 8.2.6 → 8.3.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/documentation.json +88 -88
- package/esm2020/lib/modules/date-range-picker/date-range-picker.component.mjs +3 -2
- package/esm2020/lib/modules/datepicker/datepicker-input-fuzzy.directive.mjs +3 -2
- package/esm2020/lib/modules/datepicker/datepicker-input.directive.mjs +3 -2
- package/esm2020/lib/modules/timepicker/timepicker.directive.mjs +3 -2
- package/fesm2015/skyux-datetime.mjs +8 -4
- package/fesm2015/skyux-datetime.mjs.map +1 -1
- package/fesm2020/skyux-datetime.mjs +8 -4
- package/fesm2020/skyux-datetime.mjs.map +1 -1
- package/lib/modules/date-range-picker/date-range-picker.component.d.ts +2 -1
- package/lib/modules/datepicker/datepicker-input-fuzzy.directive.d.ts +2 -1
- package/lib/modules/datepicker/datepicker-input.directive.d.ts +2 -1
- package/lib/modules/timepicker/timepicker.directive.d.ts +2 -1
- package/package.json +8 -8
@@ -2236,7 +2236,8 @@ class SkyFuzzyDatepickerInputDirective {
|
|
2236
2236
|
__classPrivateFieldGet(this, _SkyFuzzyDatepickerInputDirective_preferredShortDateFormat, "f"));
|
2237
2237
|
}
|
2238
2238
|
/**
|
2239
|
-
* Whether to disable the datepicker.
|
2239
|
+
* Whether to disable the datepicker on template-driven forms. Don't use this input on reactive forms because they may overwrite the input or leave the control out of sync.
|
2240
|
+
* To set the disabled state on reactive forms, use the `FormControl` instead.
|
2240
2241
|
* @default false
|
2241
2242
|
*/
|
2242
2243
|
set disabled(value) {
|
@@ -2685,7 +2686,8 @@ class SkyDatepickerInputDirective {
|
|
2685
2686
|
__classPrivateFieldGet(this, _SkyDatepickerInputDirective_preferredShortDateFormat, "f"));
|
2686
2687
|
}
|
2687
2688
|
/**
|
2688
|
-
* Whether to disable the datepicker.
|
2689
|
+
* Whether to disable the datepicker on template-driven forms. Don't use this input on reactive forms because they may overwrite the input or leave the control out of sync.
|
2690
|
+
* To set the disabled state on reactive forms, use the `FormControl` instead.
|
2689
2691
|
* @default false
|
2690
2692
|
*/
|
2691
2693
|
set disabled(value) {
|
@@ -3801,7 +3803,8 @@ class SkyDateRangePickerComponent {
|
|
3801
3803
|
return __classPrivateFieldGet(this, _SkyDateRangePickerComponent__dateFormat, "f");
|
3802
3804
|
}
|
3803
3805
|
/**
|
3804
|
-
* Whether to disable the date range picker.
|
3806
|
+
* Whether to disable the date range picker on template-driven forms. Don't use this input on reactive forms because they may overwrite the input or leave the control out of sync.
|
3807
|
+
* To set the disabled state on reactive forms, use the `FormControl` instead.
|
3805
3808
|
* @default false
|
3806
3809
|
*/
|
3807
3810
|
set disabled(value) {
|
@@ -4658,7 +4661,8 @@ class SkyTimepickerInputDirective {
|
|
4658
4661
|
return __classPrivateFieldGet(this, _SkyTimepickerInputDirective__timeFormat, "f");
|
4659
4662
|
}
|
4660
4663
|
/**
|
4661
|
-
* Whether to disable the timepicker.
|
4664
|
+
* Whether to disable the timepicker on template-driven forms. Don't use this input on reactive forms because they may overwrite the input or leave the control out of sync.
|
4665
|
+
* To set the disabled state on reactive forms, use the `FormControl` instead.
|
4662
4666
|
* @default false
|
4663
4667
|
*/
|
4664
4668
|
get disabled() {
|