@progress/kendo-angular-dateinputs 7.1.5-dev.202211110909 → 7.1.5
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.
|
@@ -1001,6 +1001,7 @@ CalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
1001
1001
|
[min]="min"
|
|
1002
1002
|
[max]="max"
|
|
1003
1003
|
[id]="id"
|
|
1004
|
+
[disabled]="disabled"
|
|
1004
1005
|
[isActive]="isActive"
|
|
1005
1006
|
[tabIndex]="tabIndex"
|
|
1006
1007
|
[activeView]="activeView"
|
|
@@ -1121,6 +1122,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
1121
1122
|
[min]="min"
|
|
1122
1123
|
[max]="max"
|
|
1123
1124
|
[id]="id"
|
|
1125
|
+
[disabled]="disabled"
|
|
1124
1126
|
[isActive]="isActive"
|
|
1125
1127
|
[tabIndex]="tabIndex"
|
|
1126
1128
|
[activeView]="activeView"
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-dateinputs',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
12
|
+
publishDate: 1668416546,
|
|
13
13
|
version: '',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
15
15
|
};
|
|
@@ -28,7 +28,7 @@ const packageMetadata = {
|
|
|
28
28
|
name: '@progress/kendo-angular-dateinputs',
|
|
29
29
|
productName: 'Kendo UI for Angular',
|
|
30
30
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
31
|
-
publishDate:
|
|
31
|
+
publishDate: 1668416546,
|
|
32
32
|
version: '',
|
|
33
33
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
34
34
|
};
|
|
@@ -6534,6 +6534,7 @@ CalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
6534
6534
|
[min]="min"
|
|
6535
6535
|
[max]="max"
|
|
6536
6536
|
[id]="id"
|
|
6537
|
+
[disabled]="disabled"
|
|
6537
6538
|
[isActive]="isActive"
|
|
6538
6539
|
[tabIndex]="tabIndex"
|
|
6539
6540
|
[activeView]="activeView"
|
|
@@ -6654,6 +6655,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
6654
6655
|
[min]="min"
|
|
6655
6656
|
[max]="max"
|
|
6656
6657
|
[id]="id"
|
|
6658
|
+
[disabled]="disabled"
|
|
6657
6659
|
[isActive]="isActive"
|
|
6658
6660
|
[tabIndex]="tabIndex"
|
|
6659
6661
|
[activeView]="activeView"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dateinputs",
|
|
3
|
-
"version": "7.1.5
|
|
3
|
+
"version": "7.1.5",
|
|
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",
|