@skyux/datetime 6.14.0 → 6.17.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.
@@ -2418,7 +2418,7 @@ class SkyFuzzyDatepickerInputDirective {
2418
2418
  this.setInputElementValue(formattedDate);
2419
2419
  }
2420
2420
  }
2421
- onInputKeyup() {
2421
+ onInput() {
2422
2422
  this.control.markAsDirty();
2423
2423
  }
2424
2424
  writeValue(value) {
@@ -2606,7 +2606,7 @@ class SkyFuzzyDatepickerInputDirective {
2606
2606
  }
2607
2607
  }
2608
2608
  SkyFuzzyDatepickerInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: SkyFuzzyDatepickerInputDirective, deps: [{ token: i0.ChangeDetectorRef }, { token: SkyDatepickerConfigService }, { token: i0.ElementRef }, { token: SkyFuzzyDateService }, { token: i3.SkyAppLocaleProvider }, { token: i0.Renderer2 }, { token: i3.SkyLibResourcesService }, { token: SkyDatepickerComponent, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
2609
- SkyFuzzyDatepickerInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: SkyFuzzyDatepickerInputDirective, selector: "[skyFuzzyDatepickerInput]", inputs: { dateFormat: "dateFormat", disabled: "disabled", futureDisabled: "futureDisabled", maxDate: "maxDate", minDate: "minDate", skyDatepickerNoValidate: "skyDatepickerNoValidate", skyFuzzyDatepickerInput: "skyFuzzyDatepickerInput", startingDay: "startingDay", yearRequired: "yearRequired" }, host: { listeners: { "change": "onInputChange($event)", "blur": "onInputBlur()", "keyup": "onInputKeyup()" } }, providers: [
2609
+ SkyFuzzyDatepickerInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: SkyFuzzyDatepickerInputDirective, selector: "[skyFuzzyDatepickerInput]", inputs: { dateFormat: "dateFormat", disabled: "disabled", futureDisabled: "futureDisabled", maxDate: "maxDate", minDate: "minDate", skyDatepickerNoValidate: "skyDatepickerNoValidate", skyFuzzyDatepickerInput: "skyFuzzyDatepickerInput", startingDay: "startingDay", yearRequired: "yearRequired" }, host: { listeners: { "change": "onInputChange($event)", "blur": "onInputBlur()", "input": "onInput()" } }, providers: [
2610
2610
  SKY_FUZZY_DATEPICKER_VALUE_ACCESSOR,
2611
2611
  SKY_FUZZY_DATEPICKER_VALIDATOR,
2612
2612
  ], ngImport: i0 });
@@ -2647,9 +2647,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImpor
2647
2647
  }], onInputBlur: [{
2648
2648
  type: HostListener,
2649
2649
  args: ['blur']
2650
- }], onInputKeyup: [{
2650
+ }], onInput: [{
2651
2651
  type: HostListener,
2652
- args: ['keyup']
2652
+ args: ['input']
2653
2653
  }] } });
2654
2654
 
2655
2655
  const SKY_DATEPICKER_VALUE_ACCESSOR = {
@@ -2878,7 +2878,7 @@ class SkyDatepickerInputDirective {
2878
2878
  onInputBlur() {
2879
2879
  this.onTouched();
2880
2880
  }
2881
- onInputKeyup() {
2881
+ onInput() {
2882
2882
  this.control.markAsDirty();
2883
2883
  }
2884
2884
  writeValue(value) {
@@ -3100,7 +3100,7 @@ class SkyDatepickerInputDirective {
3100
3100
  }
3101
3101
  }
3102
3102
  SkyDatepickerInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: SkyDatepickerInputDirective, deps: [{ token: SkyDatepickerAdapterService }, { token: i0.ChangeDetectorRef }, { token: SkyDatepickerConfigService }, { token: i0.ElementRef }, { token: i3.SkyAppLocaleProvider }, { token: i0.Renderer2 }, { token: i3.SkyLibResourcesService }, { token: SkyDatepickerComponent, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
3103
- SkyDatepickerInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: SkyDatepickerInputDirective, selector: "[skyDatepickerInput]", inputs: { dateFormat: "dateFormat", disabled: "disabled", maxDate: "maxDate", minDate: "minDate", skyDatepickerInput: "skyDatepickerInput", skyDatepickerNoValidate: "skyDatepickerNoValidate", startingDay: "startingDay", strict: "strict" }, host: { listeners: { "change": "onInputChange($event)", "blur": "onInputBlur()", "keyup": "onInputKeyup()" } }, providers: [
3103
+ SkyDatepickerInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: SkyDatepickerInputDirective, selector: "[skyDatepickerInput]", inputs: { dateFormat: "dateFormat", disabled: "disabled", maxDate: "maxDate", minDate: "minDate", skyDatepickerInput: "skyDatepickerInput", skyDatepickerNoValidate: "skyDatepickerNoValidate", startingDay: "startingDay", strict: "strict" }, host: { listeners: { "change": "onInputChange($event)", "blur": "onInputBlur()", "input": "onInput()" } }, providers: [
3104
3104
  SKY_DATEPICKER_VALUE_ACCESSOR,
3105
3105
  SKY_DATEPICKER_VALIDATOR,
3106
3106
  SkyDatepickerAdapterService,
@@ -3141,9 +3141,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImpor
3141
3141
  }], onInputBlur: [{
3142
3142
  type: HostListener,
3143
3143
  args: ['blur']
3144
- }], onInputKeyup: [{
3144
+ }], onInput: [{
3145
3145
  type: HostListener,
3146
- args: ['keyup']
3146
+ args: ['input']
3147
3147
  }] } });
3148
3148
 
3149
3149
  class SkyDatepickerModule {