@skyux/datetime 6.14.0 → 6.15.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.
- package/documentation.json +66 -66
- package/esm2020/lib/modules/datepicker/datepicker-input-fuzzy.directive.mjs +5 -5
- package/esm2020/lib/modules/datepicker/datepicker-input.directive.mjs +5 -5
- package/fesm2015/skyux-datetime.mjs +8 -8
- package/fesm2015/skyux-datetime.mjs.map +1 -1
- package/fesm2020/skyux-datetime.mjs +8 -8
- package/fesm2020/skyux-datetime.mjs.map +1 -1
- package/lib/modules/datepicker/datepicker-input-fuzzy.directive.d.ts +1 -1
- package/lib/modules/datepicker/datepicker-input.directive.d.ts +1 -1
- package/package.json +8 -8
@@ -2416,7 +2416,7 @@ class SkyFuzzyDatepickerInputDirective {
|
|
2416
2416
|
this.setInputElementValue(formattedDate);
|
2417
2417
|
}
|
2418
2418
|
}
|
2419
|
-
|
2419
|
+
onInput() {
|
2420
2420
|
this.control.markAsDirty();
|
2421
2421
|
}
|
2422
2422
|
writeValue(value) {
|
@@ -2603,7 +2603,7 @@ class SkyFuzzyDatepickerInputDirective {
|
|
2603
2603
|
}
|
2604
2604
|
}
|
2605
2605
|
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 });
|
2606
|
-
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()", "
|
2606
|
+
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: [
|
2607
2607
|
SKY_FUZZY_DATEPICKER_VALUE_ACCESSOR,
|
2608
2608
|
SKY_FUZZY_DATEPICKER_VALIDATOR,
|
2609
2609
|
], ngImport: i0 });
|
@@ -2642,9 +2642,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImpor
|
|
2642
2642
|
}], onInputBlur: [{
|
2643
2643
|
type: HostListener,
|
2644
2644
|
args: ['blur']
|
2645
|
-
}],
|
2645
|
+
}], onInput: [{
|
2646
2646
|
type: HostListener,
|
2647
|
-
args: ['
|
2647
|
+
args: ['input']
|
2648
2648
|
}] } });
|
2649
2649
|
|
2650
2650
|
const SKY_DATEPICKER_VALUE_ACCESSOR = {
|
@@ -2873,7 +2873,7 @@ class SkyDatepickerInputDirective {
|
|
2873
2873
|
onInputBlur() {
|
2874
2874
|
this.onTouched();
|
2875
2875
|
}
|
2876
|
-
|
2876
|
+
onInput() {
|
2877
2877
|
this.control.markAsDirty();
|
2878
2878
|
}
|
2879
2879
|
writeValue(value) {
|
@@ -3094,7 +3094,7 @@ class SkyDatepickerInputDirective {
|
|
3094
3094
|
}
|
3095
3095
|
}
|
3096
3096
|
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 });
|
3097
|
-
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()", "
|
3097
|
+
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: [
|
3098
3098
|
SKY_DATEPICKER_VALUE_ACCESSOR,
|
3099
3099
|
SKY_DATEPICKER_VALIDATOR,
|
3100
3100
|
SkyDatepickerAdapterService,
|
@@ -3133,9 +3133,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImpor
|
|
3133
3133
|
}], onInputBlur: [{
|
3134
3134
|
type: HostListener,
|
3135
3135
|
args: ['blur']
|
3136
|
-
}],
|
3136
|
+
}], onInput: [{
|
3137
3137
|
type: HostListener,
|
3138
|
-
args: ['
|
3138
|
+
args: ['input']
|
3139
3139
|
}] } });
|
3140
3140
|
|
3141
3141
|
class SkyDatepickerModule {
|