@progress/kendo-angular-dateinputs 20.1.0-develop.8 → 20.1.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/esm2022/datepicker/datepicker.component.mjs +0 -2
- package/esm2022/daterange/date-range-popup.component.mjs +4 -6
- package/esm2022/datetimepicker/datetimepicker.component.mjs +0 -2
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/timepicker/timepicker.component.mjs +0 -2
- package/fesm2022/progress-kendo-angular-dateinputs.mjs +6 -14
- package/package.json +12 -12
|
@@ -1282,7 +1282,6 @@ export class DatePickerComponent extends MultiTabStop {
|
|
|
1282
1282
|
[svgIcon]="checkIcon"
|
|
1283
1283
|
fillMode="flat"
|
|
1284
1284
|
[tabIndex]="-1"
|
|
1285
|
-
aria-hidden="true"
|
|
1286
1285
|
size="large"
|
|
1287
1286
|
innerCssClass="k-button-icon"
|
|
1288
1287
|
(click)="show = false">
|
|
@@ -1490,7 +1489,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1490
1489
|
[svgIcon]="checkIcon"
|
|
1491
1490
|
fillMode="flat"
|
|
1492
1491
|
[tabIndex]="-1"
|
|
1493
|
-
aria-hidden="true"
|
|
1494
1492
|
size="large"
|
|
1495
1493
|
innerCssClass="k-button-icon"
|
|
1496
1494
|
(click)="show = false">
|
|
@@ -662,7 +662,7 @@ export class DateRangePopupComponent {
|
|
|
662
662
|
i18n-adaptiveCloseButtonTitle="kendo.daterangepopup.adaptiveCloseButtonTitle|The title of the Close button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode"
|
|
663
663
|
adaptiveCloseButtonTitle="Close"
|
|
664
664
|
>
|
|
665
|
-
</ng-container>
|
|
665
|
+
</ng-container>
|
|
666
666
|
<ng-container #container></ng-container>
|
|
667
667
|
<ng-template #defaultTemplate>
|
|
668
668
|
<kendo-multiviewcalendar
|
|
@@ -707,7 +707,7 @@ export class DateRangePopupComponent {
|
|
|
707
707
|
>
|
|
708
708
|
<ng-template kendoActionSheetTemplate>
|
|
709
709
|
<!-- Resize sensor needs to be inside the template because the date-range-popup
|
|
710
|
-
element itself always has 0x0 size and does not trigger the sensor.
|
|
710
|
+
element itself always has 0x0 size and does not trigger the sensor.
|
|
711
711
|
Note: The popup in non-adaptive mode closes on window blur -->
|
|
712
712
|
<kendo-resize-sensor *ngIf="isAdaptiveModeEnabled" (resize)="onResize()"></kendo-resize-sensor>
|
|
713
713
|
<div class="k-actionsheet-titlebar">
|
|
@@ -726,7 +726,6 @@ export class DateRangePopupComponent {
|
|
|
726
726
|
fillMode="flat"
|
|
727
727
|
themeColor="primary"
|
|
728
728
|
[tabIndex]="-1"
|
|
729
|
-
aria-hidden="true"
|
|
730
729
|
size="large"
|
|
731
730
|
innerCssClass="k-button-icon"
|
|
732
731
|
(click)="handleAccept()">
|
|
@@ -819,7 +818,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
819
818
|
i18n-adaptiveCloseButtonTitle="kendo.daterangepopup.adaptiveCloseButtonTitle|The title of the Close button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode"
|
|
820
819
|
adaptiveCloseButtonTitle="Close"
|
|
821
820
|
>
|
|
822
|
-
</ng-container>
|
|
821
|
+
</ng-container>
|
|
823
822
|
<ng-container #container></ng-container>
|
|
824
823
|
<ng-template #defaultTemplate>
|
|
825
824
|
<kendo-multiviewcalendar
|
|
@@ -864,7 +863,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
864
863
|
>
|
|
865
864
|
<ng-template kendoActionSheetTemplate>
|
|
866
865
|
<!-- Resize sensor needs to be inside the template because the date-range-popup
|
|
867
|
-
element itself always has 0x0 size and does not trigger the sensor.
|
|
866
|
+
element itself always has 0x0 size and does not trigger the sensor.
|
|
868
867
|
Note: The popup in non-adaptive mode closes on window blur -->
|
|
869
868
|
<kendo-resize-sensor *ngIf="isAdaptiveModeEnabled" (resize)="onResize()"></kendo-resize-sensor>
|
|
870
869
|
<div class="k-actionsheet-titlebar">
|
|
@@ -883,7 +882,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
883
882
|
fillMode="flat"
|
|
884
883
|
themeColor="primary"
|
|
885
884
|
[tabIndex]="-1"
|
|
886
|
-
aria-hidden="true"
|
|
887
885
|
size="large"
|
|
888
886
|
innerCssClass="k-button-icon"
|
|
889
887
|
(click)="handleAccept()">
|
|
@@ -1674,7 +1674,6 @@ export class DateTimePickerComponent extends MultiTabStop {
|
|
|
1674
1674
|
fillMode="flat"
|
|
1675
1675
|
themeColor="primary"
|
|
1676
1676
|
[tabIndex]="-1"
|
|
1677
|
-
aria-hidden="true"
|
|
1678
1677
|
size="large"
|
|
1679
1678
|
innerCssClass="k-button-icon"
|
|
1680
1679
|
(click)="toggleActionSheet(false)">
|
|
@@ -2095,7 +2094,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2095
2094
|
fillMode="flat"
|
|
2096
2095
|
themeColor="primary"
|
|
2097
2096
|
[tabIndex]="-1"
|
|
2098
|
-
aria-hidden="true"
|
|
2099
2097
|
size="large"
|
|
2100
2098
|
innerCssClass="k-button-icon"
|
|
2101
2099
|
(click)="toggleActionSheet(false)">
|
|
@@ -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: '20.1.0
|
|
13
|
+
publishDate: 1761117174,
|
|
14
|
+
version: '20.1.0',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -1160,7 +1160,6 @@ export class TimePickerComponent extends MultiTabStop {
|
|
|
1160
1160
|
fillMode="flat"
|
|
1161
1161
|
size="large"
|
|
1162
1162
|
[tabIndex]="-1"
|
|
1163
|
-
aria-hidden="true"
|
|
1164
1163
|
(click)="show = false">
|
|
1165
1164
|
</button>
|
|
1166
1165
|
</div>
|
|
@@ -1398,7 +1397,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1398
1397
|
fillMode="flat"
|
|
1399
1398
|
size="large"
|
|
1400
1399
|
[tabIndex]="-1"
|
|
1401
|
-
aria-hidden="true"
|
|
1402
1400
|
(click)="show = false">
|
|
1403
1401
|
</button>
|
|
1404
1402
|
</div>
|
|
@@ -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: '20.1.0
|
|
39
|
+
publishDate: 1761117174,
|
|
40
|
+
version: '20.1.0',
|
|
41
41
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
42
42
|
};
|
|
43
43
|
|
|
@@ -11073,7 +11073,6 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
11073
11073
|
[svgIcon]="checkIcon"
|
|
11074
11074
|
fillMode="flat"
|
|
11075
11075
|
[tabIndex]="-1"
|
|
11076
|
-
aria-hidden="true"
|
|
11077
11076
|
size="large"
|
|
11078
11077
|
innerCssClass="k-button-icon"
|
|
11079
11078
|
(click)="show = false">
|
|
@@ -11281,7 +11280,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
11281
11280
|
[svgIcon]="checkIcon"
|
|
11282
11281
|
fillMode="flat"
|
|
11283
11282
|
[tabIndex]="-1"
|
|
11284
|
-
aria-hidden="true"
|
|
11285
11283
|
size="large"
|
|
11286
11284
|
innerCssClass="k-button-icon"
|
|
11287
11285
|
(click)="show = false">
|
|
@@ -14712,7 +14710,6 @@ class TimePickerComponent extends MultiTabStop {
|
|
|
14712
14710
|
fillMode="flat"
|
|
14713
14711
|
size="large"
|
|
14714
14712
|
[tabIndex]="-1"
|
|
14715
|
-
aria-hidden="true"
|
|
14716
14713
|
(click)="show = false">
|
|
14717
14714
|
</button>
|
|
14718
14715
|
</div>
|
|
@@ -14950,7 +14947,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
14950
14947
|
fillMode="flat"
|
|
14951
14948
|
size="large"
|
|
14952
14949
|
[tabIndex]="-1"
|
|
14953
|
-
aria-hidden="true"
|
|
14954
14950
|
(click)="show = false">
|
|
14955
14951
|
</button>
|
|
14956
14952
|
</div>
|
|
@@ -16928,7 +16924,6 @@ class DateTimePickerComponent extends MultiTabStop {
|
|
|
16928
16924
|
fillMode="flat"
|
|
16929
16925
|
themeColor="primary"
|
|
16930
16926
|
[tabIndex]="-1"
|
|
16931
|
-
aria-hidden="true"
|
|
16932
16927
|
size="large"
|
|
16933
16928
|
innerCssClass="k-button-icon"
|
|
16934
16929
|
(click)="toggleActionSheet(false)">
|
|
@@ -17349,7 +17344,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
17349
17344
|
fillMode="flat"
|
|
17350
17345
|
themeColor="primary"
|
|
17351
17346
|
[tabIndex]="-1"
|
|
17352
|
-
aria-hidden="true"
|
|
17353
17347
|
size="large"
|
|
17354
17348
|
innerCssClass="k-button-icon"
|
|
17355
17349
|
(click)="toggleActionSheet(false)">
|
|
@@ -18919,7 +18913,7 @@ class DateRangePopupComponent {
|
|
|
18919
18913
|
i18n-adaptiveCloseButtonTitle="kendo.daterangepopup.adaptiveCloseButtonTitle|The title of the Close button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode"
|
|
18920
18914
|
adaptiveCloseButtonTitle="Close"
|
|
18921
18915
|
>
|
|
18922
|
-
</ng-container>
|
|
18916
|
+
</ng-container>
|
|
18923
18917
|
<ng-container #container></ng-container>
|
|
18924
18918
|
<ng-template #defaultTemplate>
|
|
18925
18919
|
<kendo-multiviewcalendar
|
|
@@ -18964,7 +18958,7 @@ class DateRangePopupComponent {
|
|
|
18964
18958
|
>
|
|
18965
18959
|
<ng-template kendoActionSheetTemplate>
|
|
18966
18960
|
<!-- Resize sensor needs to be inside the template because the date-range-popup
|
|
18967
|
-
element itself always has 0x0 size and does not trigger the sensor.
|
|
18961
|
+
element itself always has 0x0 size and does not trigger the sensor.
|
|
18968
18962
|
Note: The popup in non-adaptive mode closes on window blur -->
|
|
18969
18963
|
<kendo-resize-sensor *ngIf="isAdaptiveModeEnabled" (resize)="onResize()"></kendo-resize-sensor>
|
|
18970
18964
|
<div class="k-actionsheet-titlebar">
|
|
@@ -18983,7 +18977,6 @@ class DateRangePopupComponent {
|
|
|
18983
18977
|
fillMode="flat"
|
|
18984
18978
|
themeColor="primary"
|
|
18985
18979
|
[tabIndex]="-1"
|
|
18986
|
-
aria-hidden="true"
|
|
18987
18980
|
size="large"
|
|
18988
18981
|
innerCssClass="k-button-icon"
|
|
18989
18982
|
(click)="handleAccept()">
|
|
@@ -19076,7 +19069,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
19076
19069
|
i18n-adaptiveCloseButtonTitle="kendo.daterangepopup.adaptiveCloseButtonTitle|The title of the Close button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode"
|
|
19077
19070
|
adaptiveCloseButtonTitle="Close"
|
|
19078
19071
|
>
|
|
19079
|
-
</ng-container>
|
|
19072
|
+
</ng-container>
|
|
19080
19073
|
<ng-container #container></ng-container>
|
|
19081
19074
|
<ng-template #defaultTemplate>
|
|
19082
19075
|
<kendo-multiviewcalendar
|
|
@@ -19121,7 +19114,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
19121
19114
|
>
|
|
19122
19115
|
<ng-template kendoActionSheetTemplate>
|
|
19123
19116
|
<!-- Resize sensor needs to be inside the template because the date-range-popup
|
|
19124
|
-
element itself always has 0x0 size and does not trigger the sensor.
|
|
19117
|
+
element itself always has 0x0 size and does not trigger the sensor.
|
|
19125
19118
|
Note: The popup in non-adaptive mode closes on window blur -->
|
|
19126
19119
|
<kendo-resize-sensor *ngIf="isAdaptiveModeEnabled" (resize)="onResize()"></kendo-resize-sensor>
|
|
19127
19120
|
<div class="k-actionsheet-titlebar">
|
|
@@ -19140,7 +19133,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
19140
19133
|
fillMode="flat"
|
|
19141
19134
|
themeColor="primary"
|
|
19142
19135
|
[tabIndex]="-1"
|
|
19143
|
-
aria-hidden="true"
|
|
19144
19136
|
size="large"
|
|
19145
19137
|
innerCssClass="k-button-icon"
|
|
19146
19138
|
(click)="handleAccept()">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dateinputs",
|
|
3
|
-
"version": "20.1.0
|
|
3
|
+
"version": "20.1.0",
|
|
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": 1761117174,
|
|
83
83
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
84
84
|
}
|
|
85
85
|
},
|
|
@@ -90,22 +90,22 @@
|
|
|
90
90
|
"@angular/forms": "16 - 20",
|
|
91
91
|
"@angular/platform-browser": "16 - 20",
|
|
92
92
|
"@progress/kendo-licensing": "^1.7.0",
|
|
93
|
-
"@progress/kendo-angular-buttons": "20.1.0
|
|
94
|
-
"@progress/kendo-angular-common": "20.1.0
|
|
95
|
-
"@progress/kendo-angular-utils": "20.1.0
|
|
96
|
-
"@progress/kendo-angular-intl": "20.1.0
|
|
97
|
-
"@progress/kendo-angular-l10n": "20.1.0
|
|
98
|
-
"@progress/kendo-angular-icons": "20.1.0
|
|
99
|
-
"@progress/kendo-angular-popup": "20.1.0
|
|
100
|
-
"@progress/kendo-angular-navigation": "20.1.0
|
|
93
|
+
"@progress/kendo-angular-buttons": "20.1.0",
|
|
94
|
+
"@progress/kendo-angular-common": "20.1.0",
|
|
95
|
+
"@progress/kendo-angular-utils": "20.1.0",
|
|
96
|
+
"@progress/kendo-angular-intl": "20.1.0",
|
|
97
|
+
"@progress/kendo-angular-l10n": "20.1.0",
|
|
98
|
+
"@progress/kendo-angular-icons": "20.1.0",
|
|
99
|
+
"@progress/kendo-angular-popup": "20.1.0",
|
|
100
|
+
"@progress/kendo-angular-navigation": "20.1.0",
|
|
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": "20.1.0
|
|
105
|
+
"@progress/kendo-angular-schematics": "20.1.0",
|
|
106
106
|
"@progress/kendo-common": "^1.0.1",
|
|
107
107
|
"@progress/kendo-date-math": "^1.1.0",
|
|
108
|
-
"@progress/kendo-dateinputs-common": "^0.4.
|
|
108
|
+
"@progress/kendo-dateinputs-common": "^0.4.7",
|
|
109
109
|
"node-html-parser": "^7.0.1"
|
|
110
110
|
},
|
|
111
111
|
"schematics": "./schematics/collection.json",
|