@progress/kendo-angular-dateinputs 19.3.0-develop.16 → 19.3.0-develop.18
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/dateinput/dateinput.component.d.ts +0 -1
- package/datepicker/datepicker.component.d.ts +0 -1
- package/esm2022/dateinput/dateinput.component.mjs +3 -4
- package/esm2022/datepicker/datepicker.component.mjs +1 -2
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/timepicker/timepicker.component.mjs +1 -1
- package/fesm2022/progress-kendo-angular-dateinputs.mjs +7 -9
- package/package.json +11 -11
|
@@ -150,7 +150,6 @@ export declare class DateInputComponent implements OnInit, AfterViewInit, Contro
|
|
|
150
150
|
* Specifies the hint the DateInput displays when its value is `null`.
|
|
151
151
|
* For more information, refer to the article on
|
|
152
152
|
* [placeholders]({% slug placeholders_dateinput %}).
|
|
153
|
-
* @default null
|
|
154
153
|
*/
|
|
155
154
|
placeholder: string;
|
|
156
155
|
/**
|
|
@@ -346,7 +346,6 @@ export declare class DatePickerComponent extends MultiTabStop implements Control
|
|
|
346
346
|
/**
|
|
347
347
|
* Specifies the hint the DatePicker displays when its value is `null`.
|
|
348
348
|
* ([more information and exaples]({% slug placeholders_datepicker %})).
|
|
349
|
-
* @default null
|
|
350
349
|
*/
|
|
351
350
|
placeholder: string;
|
|
352
351
|
/**
|
|
@@ -207,9 +207,8 @@ export class DateInputComponent {
|
|
|
207
207
|
* Specifies the hint the DateInput displays when its value is `null`.
|
|
208
208
|
* For more information, refer to the article on
|
|
209
209
|
* [placeholders]({% slug placeholders_dateinput %}).
|
|
210
|
-
* @default null
|
|
211
210
|
*/
|
|
212
|
-
placeholder
|
|
211
|
+
placeholder;
|
|
213
212
|
/**
|
|
214
213
|
* Configures the incremental steps of the DateInput.
|
|
215
214
|
* For more information, refer to the article on
|
|
@@ -919,7 +918,7 @@ export class DateInputComponent {
|
|
|
919
918
|
[tabindex]="tabindex"
|
|
920
919
|
[disabled]="disabled"
|
|
921
920
|
[readonly]="readonly"
|
|
922
|
-
[placeholder]="placeholder"
|
|
921
|
+
[attr.placeholder]="placeholder"
|
|
923
922
|
[attr.aria-expanded]="isPopupOpen"
|
|
924
923
|
[attr.aria-haspopup]="hasPopup"
|
|
925
924
|
[kendoEventsOutsideAngular]="{
|
|
@@ -1022,7 +1021,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1022
1021
|
[tabindex]="tabindex"
|
|
1023
1022
|
[disabled]="disabled"
|
|
1024
1023
|
[readonly]="readonly"
|
|
1025
|
-
[placeholder]="placeholder"
|
|
1024
|
+
[attr.placeholder]="placeholder"
|
|
1026
1025
|
[attr.aria-expanded]="isPopupOpen"
|
|
1027
1026
|
[attr.aria-haspopup]="hasPopup"
|
|
1028
1027
|
[kendoEventsOutsideAngular]="{
|
|
@@ -399,9 +399,8 @@ export class DatePickerComponent extends MultiTabStop {
|
|
|
399
399
|
/**
|
|
400
400
|
* Specifies the hint the DatePicker displays when its value is `null`.
|
|
401
401
|
* ([more information and exaples]({% slug placeholders_datepicker %})).
|
|
402
|
-
* @default null
|
|
403
402
|
*/
|
|
404
|
-
placeholder
|
|
403
|
+
placeholder;
|
|
405
404
|
/**
|
|
406
405
|
* Sets the `tabindex` of the DatePicker.
|
|
407
406
|
* This property is used to set the order in which the DatePicker will receive focus when navigating through the page using the Tab key.
|
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '19.3.0-develop.
|
|
13
|
+
publishDate: 1753975077,
|
|
14
|
+
version: '19.3.0-develop.18',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -136,7 +136,7 @@ export class TimePickerComponent extends MultiTabStop {
|
|
|
136
136
|
* [placeholders]({% slug placeholders_timepicker %}).
|
|
137
137
|
* @default null
|
|
138
138
|
*/
|
|
139
|
-
placeholder
|
|
139
|
+
placeholder;
|
|
140
140
|
/**
|
|
141
141
|
* Specifies the smallest valid time value
|
|
142
142
|
* ([see example]({% slug timeranges_timepicker %})).
|
|
@@ -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: '19.3.0-develop.
|
|
39
|
+
publishDate: 1753975077,
|
|
40
|
+
version: '19.3.0-develop.18',
|
|
41
41
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
42
42
|
};
|
|
43
43
|
|
|
@@ -8640,9 +8640,8 @@ class DateInputComponent {
|
|
|
8640
8640
|
* Specifies the hint the DateInput displays when its value is `null`.
|
|
8641
8641
|
* For more information, refer to the article on
|
|
8642
8642
|
* [placeholders]({% slug placeholders_dateinput %}).
|
|
8643
|
-
* @default null
|
|
8644
8643
|
*/
|
|
8645
|
-
placeholder
|
|
8644
|
+
placeholder;
|
|
8646
8645
|
/**
|
|
8647
8646
|
* Configures the incremental steps of the DateInput.
|
|
8648
8647
|
* For more information, refer to the article on
|
|
@@ -9352,7 +9351,7 @@ class DateInputComponent {
|
|
|
9352
9351
|
[tabindex]="tabindex"
|
|
9353
9352
|
[disabled]="disabled"
|
|
9354
9353
|
[readonly]="readonly"
|
|
9355
|
-
[placeholder]="placeholder"
|
|
9354
|
+
[attr.placeholder]="placeholder"
|
|
9356
9355
|
[attr.aria-expanded]="isPopupOpen"
|
|
9357
9356
|
[attr.aria-haspopup]="hasPopup"
|
|
9358
9357
|
[kendoEventsOutsideAngular]="{
|
|
@@ -9455,7 +9454,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
9455
9454
|
[tabindex]="tabindex"
|
|
9456
9455
|
[disabled]="disabled"
|
|
9457
9456
|
[readonly]="readonly"
|
|
9458
|
-
[placeholder]="placeholder"
|
|
9457
|
+
[attr.placeholder]="placeholder"
|
|
9459
9458
|
[attr.aria-expanded]="isPopupOpen"
|
|
9460
9459
|
[attr.aria-haspopup]="hasPopup"
|
|
9461
9460
|
[kendoEventsOutsideAngular]="{
|
|
@@ -10195,9 +10194,8 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
10195
10194
|
/**
|
|
10196
10195
|
* Specifies the hint the DatePicker displays when its value is `null`.
|
|
10197
10196
|
* ([more information and exaples]({% slug placeholders_datepicker %})).
|
|
10198
|
-
* @default null
|
|
10199
10197
|
*/
|
|
10200
|
-
placeholder
|
|
10198
|
+
placeholder;
|
|
10201
10199
|
/**
|
|
10202
10200
|
* Sets the `tabindex` of the DatePicker.
|
|
10203
10201
|
* This property is used to set the order in which the DatePicker will receive focus when navigating through the page using the Tab key.
|
|
@@ -13686,7 +13684,7 @@ class TimePickerComponent extends MultiTabStop {
|
|
|
13686
13684
|
* [placeholders]({% slug placeholders_timepicker %}).
|
|
13687
13685
|
* @default null
|
|
13688
13686
|
*/
|
|
13689
|
-
placeholder
|
|
13687
|
+
placeholder;
|
|
13690
13688
|
/**
|
|
13691
13689
|
* Specifies the smallest valid time value
|
|
13692
13690
|
* ([see example]({% slug timeranges_timepicker %})).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dateinputs",
|
|
3
|
-
"version": "19.3.0-develop.
|
|
3
|
+
"version": "19.3.0-develop.18",
|
|
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",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"package": {
|
|
80
80
|
"productName": "Kendo UI for Angular",
|
|
81
81
|
"productCode": "KENDOUIANGULAR",
|
|
82
|
-
"publishDate":
|
|
82
|
+
"publishDate": 1753975077,
|
|
83
83
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
84
84
|
}
|
|
85
85
|
},
|
|
@@ -90,19 +90,19 @@
|
|
|
90
90
|
"@angular/forms": "16 - 20",
|
|
91
91
|
"@angular/platform-browser": "16 - 20",
|
|
92
92
|
"@progress/kendo-licensing": "^1.5.0",
|
|
93
|
-
"@progress/kendo-angular-buttons": "19.3.0-develop.
|
|
94
|
-
"@progress/kendo-angular-common": "19.3.0-develop.
|
|
95
|
-
"@progress/kendo-angular-utils": "19.3.0-develop.
|
|
96
|
-
"@progress/kendo-angular-intl": "19.3.0-develop.
|
|
97
|
-
"@progress/kendo-angular-l10n": "19.3.0-develop.
|
|
98
|
-
"@progress/kendo-angular-icons": "19.3.0-develop.
|
|
99
|
-
"@progress/kendo-angular-popup": "19.3.0-develop.
|
|
100
|
-
"@progress/kendo-angular-navigation": "19.3.0-develop.
|
|
93
|
+
"@progress/kendo-angular-buttons": "19.3.0-develop.18",
|
|
94
|
+
"@progress/kendo-angular-common": "19.3.0-develop.18",
|
|
95
|
+
"@progress/kendo-angular-utils": "19.3.0-develop.18",
|
|
96
|
+
"@progress/kendo-angular-intl": "19.3.0-develop.18",
|
|
97
|
+
"@progress/kendo-angular-l10n": "19.3.0-develop.18",
|
|
98
|
+
"@progress/kendo-angular-icons": "19.3.0-develop.18",
|
|
99
|
+
"@progress/kendo-angular-popup": "19.3.0-develop.18",
|
|
100
|
+
"@progress/kendo-angular-navigation": "19.3.0-develop.18",
|
|
101
101
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
102
102
|
},
|
|
103
103
|
"dependencies": {
|
|
104
104
|
"tslib": "^2.3.1",
|
|
105
|
-
"@progress/kendo-angular-schematics": "19.3.0-develop.
|
|
105
|
+
"@progress/kendo-angular-schematics": "19.3.0-develop.18",
|
|
106
106
|
"@progress/kendo-common": "^1.0.1",
|
|
107
107
|
"@progress/kendo-date-math": "^1.1.0",
|
|
108
108
|
"@progress/kendo-dateinputs-common": "^0.4.4",
|