@skyux/datetime 12.0.0 → 12.2.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.
@@ -14,7 +14,7 @@ export interface SkyDatepickerCalendarChange {
14
14
  startDate: Date;
15
15
  /**
16
16
  * The observable that allows the consumer to push custom dates back to the calendar
17
- * when the `SkyCalendarDateRangeChangeEvent` event fires. This is useful
17
+ * when the `SkyDatepickerCalendarChange` event fires. This is useful
18
18
  * for displaying key dates or disabled dates each time the calendar changes. If disabled dates
19
19
  * are provided, SKY UX will prevent the user from selecting the date from the calendar.
20
20
  * However, consumers will still need to add a custom validator to prevent users from entering
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/datetime",
3
- "version": "12.0.0",
3
+ "version": "12.2.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -21,14 +21,14 @@
21
21
  "@angular/core": "^19.2.1",
22
22
  "@angular/forms": "^19.2.1",
23
23
  "@angular/platform-browser": "^19.2.1",
24
- "@skyux-sdk/testing": "12.0.0",
25
- "@skyux/core": "12.0.0",
26
- "@skyux/forms": "12.0.0",
27
- "@skyux/i18n": "12.0.0",
28
- "@skyux/icon": "12.0.0",
29
- "@skyux/indicators": "12.0.0",
30
- "@skyux/popovers": "12.0.0",
31
- "@skyux/theme": "12.0.0",
24
+ "@skyux-sdk/testing": "12.2.0",
25
+ "@skyux/core": "12.2.0",
26
+ "@skyux/forms": "12.2.0",
27
+ "@skyux/i18n": "12.2.0",
28
+ "@skyux/icon": "12.2.0",
29
+ "@skyux/indicators": "12.2.0",
30
+ "@skyux/popovers": "12.2.0",
31
+ "@skyux/theme": "12.2.0",
32
32
  "moment": "^2.30.1"
33
33
  },
34
34
  "dependencies": {