@progress/kendo-angular-dateinputs 24.0.0-develop.25 → 24.0.0-develop.27
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.
|
@@ -308,7 +308,6 @@ export declare class DateInputComponent implements OnInit, AfterViewInit, Contro
|
|
|
308
308
|
* @hidden
|
|
309
309
|
*/
|
|
310
310
|
dateInput: ElementRef;
|
|
311
|
-
get wrapperClass(): boolean;
|
|
312
311
|
get disabledClass(): boolean;
|
|
313
312
|
get inputElement(): any;
|
|
314
313
|
get inputValue(): string;
|
|
@@ -36,8 +36,8 @@ const packageMetadata = {
|
|
|
36
36
|
productName: 'Kendo UI for Angular',
|
|
37
37
|
productCode: 'KENDOUIANGULAR',
|
|
38
38
|
productCodes: ['KENDOUIANGULAR'],
|
|
39
|
-
publishDate:
|
|
40
|
-
version: '24.0.0-develop.
|
|
39
|
+
publishDate: 1778613134,
|
|
40
|
+
version: '24.0.0-develop.27',
|
|
41
41
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
42
42
|
};
|
|
43
43
|
|
|
@@ -8904,9 +8904,6 @@ class DateInputComponent {
|
|
|
8904
8904
|
* @hidden
|
|
8905
8905
|
*/
|
|
8906
8906
|
dateInput;
|
|
8907
|
-
get wrapperClass() {
|
|
8908
|
-
return true;
|
|
8909
|
-
}
|
|
8910
8907
|
get disabledClass() {
|
|
8911
8908
|
return this.disabled;
|
|
8912
8909
|
}
|
|
@@ -9034,6 +9031,8 @@ class DateInputComponent {
|
|
|
9034
9031
|
else {
|
|
9035
9032
|
this.ariaReadOnly = null;
|
|
9036
9033
|
}
|
|
9034
|
+
this.renderer.addClass(this.wrapper.nativeElement, 'k-input');
|
|
9035
|
+
this.renderer.addClass(this.wrapper.nativeElement, 'k-dateinput');
|
|
9037
9036
|
}
|
|
9038
9037
|
/**
|
|
9039
9038
|
* @hidden
|
|
@@ -9059,6 +9058,8 @@ class DateInputComponent {
|
|
|
9059
9058
|
* @hidden
|
|
9060
9059
|
*/
|
|
9061
9060
|
ngOnInit() {
|
|
9061
|
+
this.renderer.addClass(this.wrapper.nativeElement, 'k-input');
|
|
9062
|
+
this.renderer.addClass(this.wrapper.nativeElement, 'k-dateinput');
|
|
9062
9063
|
if (this.kendoDate) {
|
|
9063
9064
|
this.kendoDate.destroy();
|
|
9064
9065
|
}
|
|
@@ -9380,7 +9381,7 @@ class DateInputComponent {
|
|
|
9380
9381
|
setHTMLAttributes(attributesToRender, this.renderer, this.dateInput.nativeElement, this.ngZone);
|
|
9381
9382
|
}
|
|
9382
9383
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DateInputComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.IntlService }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i1$1.LocalizationService }, { token: PickerService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
9383
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: DateInputComponent, isStandalone: true, selector: "kendo-dateinput", inputs: { focusableId: "focusableId", pickerType: "pickerType", clearButton: "clearButton", disabled: "disabled", readonly: "readonly", title: "title", tabindex: "tabindex", role: "role", ariaReadOnly: "ariaReadOnly", tabIndex: "tabIndex", isRequired: "isRequired", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", steps: "steps", max: "max", min: "min", rangeValidation: "rangeValidation", autoCorrectParts: "autoCorrectParts", autoSwitchParts: "autoSwitchParts", autoSwitchKeys: "autoSwitchKeys", allowCaretMode: "allowCaretMode", autoFill: "autoFill", incompleteDateValidation: "incompleteDateValidation", twoDigitYearMax: "twoDigitYearMax", enableMouseWheel: "enableMouseWheel", value: "value", spinners: "spinners", isPopupOpen: "isPopupOpen", hasPopup: "hasPopup", size: "size", rounded: "rounded", fillMode: "fillMode", inputAttributes: "inputAttributes" }, outputs: { valueChange: "valueChange", valueUpdate: "valueUpdate", onFocus: "focus", onBlur: "blur" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-
|
|
9384
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: DateInputComponent, isStandalone: true, selector: "kendo-dateinput", inputs: { focusableId: "focusableId", pickerType: "pickerType", clearButton: "clearButton", disabled: "disabled", readonly: "readonly", title: "title", tabindex: "tabindex", role: "role", ariaReadOnly: "ariaReadOnly", tabIndex: "tabIndex", isRequired: "isRequired", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", steps: "steps", max: "max", min: "min", rangeValidation: "rangeValidation", autoCorrectParts: "autoCorrectParts", autoSwitchParts: "autoSwitchParts", autoSwitchKeys: "autoSwitchKeys", allowCaretMode: "allowCaretMode", autoFill: "autoFill", incompleteDateValidation: "incompleteDateValidation", twoDigitYearMax: "twoDigitYearMax", enableMouseWheel: "enableMouseWheel", value: "value", spinners: "spinners", isPopupOpen: "isPopupOpen", hasPopup: "hasPopup", size: "size", rounded: "rounded", fillMode: "fillMode", inputAttributes: "inputAttributes" }, outputs: { valueChange: "valueChange", valueUpdate: "valueUpdate", onFocus: "focus", onBlur: "blur" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-disabled": "this.disabledClass" } }, providers: [
|
|
9384
9385
|
{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => DateInputComponent), multi: true },
|
|
9385
9386
|
{ provide: NG_VALIDATORS, useExisting: forwardRef(() => DateInputComponent), multi: true },
|
|
9386
9387
|
{ provide: L10N_PREFIX, useValue: 'kendo.dateinput' },
|
|
@@ -9673,12 +9674,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
9673
9674
|
}], dateInput: [{
|
|
9674
9675
|
type: ViewChild,
|
|
9675
9676
|
args: ['dateInput', { static: true }]
|
|
9676
|
-
}], wrapperClass: [{
|
|
9677
|
-
type: HostBinding,
|
|
9678
|
-
args: ['class.k-input']
|
|
9679
|
-
}, {
|
|
9680
|
-
type: HostBinding,
|
|
9681
|
-
args: ['class.k-dateinput']
|
|
9682
9677
|
}], disabledClass: [{
|
|
9683
9678
|
type: HostBinding,
|
|
9684
9679
|
args: ['class.k-disabled']
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "24.0.0-develop.
|
|
10
|
+
"publishDate": 1778613134,
|
|
11
|
+
"version": "24.0.0-develop.27",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dateinputs",
|
|
3
|
-
"version": "24.0.0-develop.
|
|
3
|
+
"version": "24.0.0-develop.27",
|
|
4
4
|
"description": "Kendo UI for Angular Date Inputs Package - Everything you need to add date selection functionality to apps (DatePicker, TimePicker, DateInput, DateRangePicker, DateTimePicker, Calendar, and MultiViewCalendar).",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"package": {
|
|
101
101
|
"productName": "Kendo UI for Angular",
|
|
102
102
|
"productCode": "KENDOUIANGULAR",
|
|
103
|
-
"publishDate":
|
|
103
|
+
"publishDate": 1778613134,
|
|
104
104
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
105
105
|
}
|
|
106
106
|
},
|
|
@@ -111,22 +111,22 @@
|
|
|
111
111
|
"@angular/forms": "19 - 21",
|
|
112
112
|
"@angular/platform-browser": "19 - 21",
|
|
113
113
|
"@progress/kendo-licensing": "^1.11.0",
|
|
114
|
-
"@progress/kendo-angular-buttons": "24.0.0-develop.
|
|
115
|
-
"@progress/kendo-angular-common": "24.0.0-develop.
|
|
116
|
-
"@progress/kendo-angular-utils": "24.0.0-develop.
|
|
117
|
-
"@progress/kendo-angular-intl": "24.0.0-develop.
|
|
118
|
-
"@progress/kendo-angular-l10n": "24.0.0-develop.
|
|
119
|
-
"@progress/kendo-angular-icons": "24.0.0-develop.
|
|
120
|
-
"@progress/kendo-angular-popup": "24.0.0-develop.
|
|
121
|
-
"@progress/kendo-angular-navigation": "24.0.0-develop.
|
|
114
|
+
"@progress/kendo-angular-buttons": "24.0.0-develop.27",
|
|
115
|
+
"@progress/kendo-angular-common": "24.0.0-develop.27",
|
|
116
|
+
"@progress/kendo-angular-utils": "24.0.0-develop.27",
|
|
117
|
+
"@progress/kendo-angular-intl": "24.0.0-develop.27",
|
|
118
|
+
"@progress/kendo-angular-l10n": "24.0.0-develop.27",
|
|
119
|
+
"@progress/kendo-angular-icons": "24.0.0-develop.27",
|
|
120
|
+
"@progress/kendo-angular-popup": "24.0.0-develop.27",
|
|
121
|
+
"@progress/kendo-angular-navigation": "24.0.0-develop.27",
|
|
122
122
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
123
123
|
},
|
|
124
124
|
"dependencies": {
|
|
125
125
|
"tslib": "^2.3.1",
|
|
126
|
-
"@progress/kendo-angular-schematics": "24.0.0-develop.
|
|
126
|
+
"@progress/kendo-angular-schematics": "24.0.0-develop.27",
|
|
127
127
|
"@progress/kendo-common": "^1.0.1",
|
|
128
128
|
"@progress/kendo-date-math": "^1.1.0",
|
|
129
|
-
"@progress/kendo-dateinputs-common": "^0.4.
|
|
129
|
+
"@progress/kendo-dateinputs-common": "^0.4.11"
|
|
130
130
|
},
|
|
131
131
|
"schematics": "./schematics/collection.json",
|
|
132
132
|
"module": "fesm2022/progress-kendo-angular-dateinputs.mjs",
|