@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.
@@ -36,7 +36,8 @@ export declare class SkyDateRangePickerComponent implements OnInit, OnChanges, O
36
36
  set dateFormat(value: string | undefined);
37
37
  get dateFormat(): string | undefined;
38
38
  /**
39
- * Whether to disable the date range picker.
39
+ * 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.
40
+ * To set the disabled state on reactive forms, use the `FormControl` instead.
40
41
  * @default false
41
42
  */
42
43
  set disabled(value: boolean | undefined);
@@ -16,7 +16,8 @@ export declare class SkyFuzzyDatepickerInputDirective implements OnInit, OnDestr
16
16
  set dateFormat(value: string | undefined);
17
17
  get dateFormat(): string | undefined;
18
18
  /**
19
- * Whether to disable the datepicker.
19
+ * 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.
20
+ * To set the disabled state on reactive forms, use the `FormControl` instead.
20
21
  * @default false
21
22
  */
22
23
  set disabled(value: boolean | undefined);
@@ -15,7 +15,8 @@ export declare class SkyDatepickerInputDirective implements OnInit, OnDestroy, A
15
15
  set dateFormat(value: string | undefined);
16
16
  get dateFormat(): string | undefined;
17
17
  /**
18
- * Whether to disable the datepicker.
18
+ * 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.
19
+ * To set the disabled state on reactive forms, use the `FormControl` instead.
19
20
  * @default false
20
21
  */
21
22
  set disabled(value: boolean | undefined);
@@ -28,7 +28,8 @@ export declare class SkyTimepickerInputDirective implements OnInit, OnDestroy, C
28
28
  */
29
29
  returnFormat: string | undefined;
30
30
  /**
31
- * Whether to disable the timepicker.
31
+ * 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.
32
+ * To set the disabled state on reactive forms, use the `FormControl` instead.
32
33
  * @default false
33
34
  */
34
35
  get disabled(): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/datetime",
3
- "version": "8.2.6",
3
+ "version": "8.3.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -44,13 +44,13 @@
44
44
  "@angular/core": "^15.2.9",
45
45
  "@angular/forms": "^15.2.9",
46
46
  "@angular/platform-browser": "^15.2.9",
47
- "@skyux-sdk/testing": "8.2.6",
48
- "@skyux/core": "8.2.6",
49
- "@skyux/forms": "8.2.6",
50
- "@skyux/i18n": "8.2.6",
51
- "@skyux/indicators": "8.2.6",
52
- "@skyux/popovers": "8.2.6",
53
- "@skyux/theme": "8.2.6",
47
+ "@skyux-sdk/testing": "8.3.0",
48
+ "@skyux/core": "8.3.0",
49
+ "@skyux/forms": "8.3.0",
50
+ "@skyux/i18n": "8.3.0",
51
+ "@skyux/indicators": "8.3.0",
52
+ "@skyux/popovers": "8.3.0",
53
+ "@skyux/theme": "8.3.0",
54
54
  "moment": "^2.29.4"
55
55
  },
56
56
  "dependencies": {