@skyux/datetime 12.33.0 → 12.35.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.
@@ -4,6 +4,10 @@ import { SkyAppLocaleProvider } from '@skyux/i18n';
4
4
  import { SkyDatepickerConfigService } from './datepicker-config.service';
5
5
  import { SkyDatepickerComponent } from './datepicker.component';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * Provides date input functionality for inputs and handles date parsing, formatting and
9
+ * validation. It emits valid dates as `Date` objects and invalid dates as raw string values.
10
+ */
7
11
  export declare class SkyDatepickerInputDirective implements OnInit, OnDestroy, AfterViewInit, AfterContentInit, ControlValueAccessor, Validator {
8
12
  #private;
9
13
  /**
@@ -8,7 +8,8 @@ import { SkyDatepickerCustomDate } from './datepicker-custom-date';
8
8
  import * as i0 from "@angular/core";
9
9
  /**
10
10
  * Creates the datepicker button and calendar.
11
- * You must wrap this component around an input with the `skyDatepickerInput` directive.
11
+ * You must wrap this component around an input with the `skyDatepickerInput`
12
+ * or `skyFuzzyDatepickerInput` directive.
12
13
  */
13
14
  export declare class SkyDatepickerComponent implements AfterViewInit, OnDestroy, OnInit {
14
15
  #private;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/datetime",
3
- "version": "12.33.0",
3
+ "version": "12.35.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -21,14 +21,14 @@
21
21
  "@angular/core": "^19.2.14",
22
22
  "@angular/forms": "^19.2.14",
23
23
  "@angular/platform-browser": "^19.2.14",
24
- "@skyux-sdk/testing": "12.33.0",
25
- "@skyux/core": "12.33.0",
26
- "@skyux/forms": "12.33.0",
27
- "@skyux/i18n": "12.33.0",
28
- "@skyux/icon": "12.33.0",
29
- "@skyux/indicators": "12.33.0",
30
- "@skyux/popovers": "12.33.0",
31
- "@skyux/theme": "12.33.0",
24
+ "@skyux-sdk/testing": "12.35.0",
25
+ "@skyux/core": "12.35.0",
26
+ "@skyux/forms": "12.35.0",
27
+ "@skyux/i18n": "12.35.0",
28
+ "@skyux/icon": "12.35.0",
29
+ "@skyux/indicators": "12.35.0",
30
+ "@skyux/popovers": "12.35.0",
31
+ "@skyux/theme": "12.35.0",
32
32
  "moment": "^2.30.1"
33
33
  },
34
34
  "dependencies": {