@skyux/datetime 6.13.0 → 6.16.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.
@@ -101,7 +101,7 @@ export declare class SkyFuzzyDatepickerInputDirective implements OnInit, OnDestr
101
101
  ngOnDestroy(): void;
102
102
  onInputChange(event: any): void;
103
103
  onInputBlur(): void;
104
- onInputKeyup(): void;
104
+ onInput(): void;
105
105
  writeValue(value: any): void;
106
106
  validate(control: AbstractControl): ValidationErrors;
107
107
  registerOnChange(fn: (value: any) => void): void;
@@ -95,7 +95,7 @@ export declare class SkyDatepickerInputDirective implements OnInit, OnDestroy, A
95
95
  ngOnDestroy(): void;
96
96
  onInputChange(event: any): void;
97
97
  onInputBlur(): void;
98
- onInputKeyup(): void;
98
+ onInput(): void;
99
99
  writeValue(value: any): void;
100
100
  validate(control: AbstractControl): ValidationErrors;
101
101
  registerOnChange(fn: (value: any) => void): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/datetime",
3
- "version": "6.13.0",
3
+ "version": "6.16.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -44,13 +44,13 @@
44
44
  "@angular/core": "^13.3.2",
45
45
  "@angular/forms": "^13.3.2",
46
46
  "@angular/platform-browser": "^13.3.2",
47
- "@skyux-sdk/testing": "6.13.0",
48
- "@skyux/core": "6.13.0",
49
- "@skyux/forms": "6.13.0",
50
- "@skyux/i18n": "6.13.0",
51
- "@skyux/indicators": "6.13.0",
52
- "@skyux/popovers": "6.13.0",
53
- "@skyux/theme": "6.13.0"
47
+ "@skyux-sdk/testing": "6.16.0",
48
+ "@skyux/core": "6.16.0",
49
+ "@skyux/forms": "6.16.0",
50
+ "@skyux/i18n": "6.16.0",
51
+ "@skyux/indicators": "6.16.0",
52
+ "@skyux/popovers": "6.16.0",
53
+ "@skyux/theme": "6.16.0"
54
54
  },
55
55
  "dependencies": {
56
56
  "moment": "2.29.4",