@progress/kendo-angular-dateinputs 22.1.0-develop.3 → 22.1.0-develop.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.
- package/fesm2022/progress-kendo-angular-dateinputs.mjs +114 -114
- package/package-metadata.mjs +2 -2
- package/package.json +11 -11
|
@@ -37,7 +37,7 @@ const packageMetadata = {
|
|
|
37
37
|
productCode: 'KENDOUIANGULAR',
|
|
38
38
|
productCodes: ['KENDOUIANGULAR'],
|
|
39
39
|
publishDate: 0,
|
|
40
|
-
version: '22.1.0-develop.
|
|
40
|
+
version: '22.1.0-develop.5',
|
|
41
41
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
42
42
|
};
|
|
43
43
|
|
|
@@ -10840,7 +10840,7 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
10840
10840
|
const previousWindowSize = this.windowSize;
|
|
10841
10841
|
this.windowSize = this.adaptiveService.size;
|
|
10842
10842
|
if (previousWindowSize !== this.windowSize && !show) {
|
|
10843
|
-
if (previousWindowSize !== 'large') {
|
|
10843
|
+
if (this.isAdaptive && previousWindowSize !== 'large') {
|
|
10844
10844
|
this.toggleActionSheet(show);
|
|
10845
10845
|
}
|
|
10846
10846
|
else {
|
|
@@ -11050,22 +11050,22 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
11050
11050
|
<ng-container kendoDatePickerLocalizedMessages
|
|
11051
11051
|
i18n-today="kendo.datepicker.today|The label for the today button in the calendar header"
|
|
11052
11052
|
today="Today"
|
|
11053
|
-
|
|
11053
|
+
|
|
11054
11054
|
i18n-toggle="kendo.datepicker.toggle|The title of the toggle button in the datepicker component"
|
|
11055
11055
|
toggle="Toggle calendar"
|
|
11056
|
-
|
|
11056
|
+
|
|
11057
11057
|
i18n-prevButtonTitle="kendo.datepicker.prevButtonTitle|The title of the previous button in the Classic calendar"
|
|
11058
11058
|
prevButtonTitle="Navigate to previous view"
|
|
11059
|
-
|
|
11059
|
+
|
|
11060
11060
|
i18n-nextButtonTitle="kendo.datepicker.nextButtonTitle|The title of the next button in the Classic calendar"
|
|
11061
11061
|
nextButtonTitle="Navigate to next view"
|
|
11062
|
-
|
|
11062
|
+
|
|
11063
11063
|
i18n-parentViewButtonTitle="kendo.datepicker.parentViewButtonTitle|The title of the parent view button in the calendar header"
|
|
11064
11064
|
parentViewButtonTitle="Navigate to parent view"
|
|
11065
|
-
|
|
11065
|
+
|
|
11066
11066
|
i18n-clearTitle="kendo.datepicker.clearTitle|The title of the clear button"
|
|
11067
11067
|
clearTitle="clear"
|
|
11068
|
-
|
|
11068
|
+
|
|
11069
11069
|
i18n-adaptiveCloseButtonTitle="kendo.datepicker.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"
|
|
11070
11070
|
adaptiveCloseButtonTitle="Close"
|
|
11071
11071
|
>
|
|
@@ -11131,13 +11131,13 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
11131
11131
|
>
|
|
11132
11132
|
</kendo-icon-wrapper>
|
|
11133
11133
|
</button>
|
|
11134
|
-
|
|
11134
|
+
|
|
11135
11135
|
<ng-container #container></ng-container>
|
|
11136
|
-
|
|
11136
|
+
|
|
11137
11137
|
<ng-template #popupTemplate>
|
|
11138
11138
|
<ng-container *ngTemplateOutlet="calendarTemplate"></ng-container>
|
|
11139
11139
|
</ng-template>
|
|
11140
|
-
|
|
11140
|
+
|
|
11141
11141
|
@if (isAdaptiveModeEnabled) {
|
|
11142
11142
|
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
11143
11143
|
}
|
|
@@ -11192,7 +11192,7 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
11192
11192
|
</div>
|
|
11193
11193
|
</ng-template>
|
|
11194
11194
|
</kendo-actionsheet>
|
|
11195
|
-
|
|
11195
|
+
|
|
11196
11196
|
<ng-template #calendarTemplate>
|
|
11197
11197
|
<kendo-calendar
|
|
11198
11198
|
#calendar
|
|
@@ -11263,22 +11263,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
11263
11263
|
<ng-container kendoDatePickerLocalizedMessages
|
|
11264
11264
|
i18n-today="kendo.datepicker.today|The label for the today button in the calendar header"
|
|
11265
11265
|
today="Today"
|
|
11266
|
-
|
|
11266
|
+
|
|
11267
11267
|
i18n-toggle="kendo.datepicker.toggle|The title of the toggle button in the datepicker component"
|
|
11268
11268
|
toggle="Toggle calendar"
|
|
11269
|
-
|
|
11269
|
+
|
|
11270
11270
|
i18n-prevButtonTitle="kendo.datepicker.prevButtonTitle|The title of the previous button in the Classic calendar"
|
|
11271
11271
|
prevButtonTitle="Navigate to previous view"
|
|
11272
|
-
|
|
11272
|
+
|
|
11273
11273
|
i18n-nextButtonTitle="kendo.datepicker.nextButtonTitle|The title of the next button in the Classic calendar"
|
|
11274
11274
|
nextButtonTitle="Navigate to next view"
|
|
11275
|
-
|
|
11275
|
+
|
|
11276
11276
|
i18n-parentViewButtonTitle="kendo.datepicker.parentViewButtonTitle|The title of the parent view button in the calendar header"
|
|
11277
11277
|
parentViewButtonTitle="Navigate to parent view"
|
|
11278
|
-
|
|
11278
|
+
|
|
11279
11279
|
i18n-clearTitle="kendo.datepicker.clearTitle|The title of the clear button"
|
|
11280
11280
|
clearTitle="clear"
|
|
11281
|
-
|
|
11281
|
+
|
|
11282
11282
|
i18n-adaptiveCloseButtonTitle="kendo.datepicker.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"
|
|
11283
11283
|
adaptiveCloseButtonTitle="Close"
|
|
11284
11284
|
>
|
|
@@ -11344,13 +11344,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
11344
11344
|
>
|
|
11345
11345
|
</kendo-icon-wrapper>
|
|
11346
11346
|
</button>
|
|
11347
|
-
|
|
11347
|
+
|
|
11348
11348
|
<ng-container #container></ng-container>
|
|
11349
|
-
|
|
11349
|
+
|
|
11350
11350
|
<ng-template #popupTemplate>
|
|
11351
11351
|
<ng-container *ngTemplateOutlet="calendarTemplate"></ng-container>
|
|
11352
11352
|
</ng-template>
|
|
11353
|
-
|
|
11353
|
+
|
|
11354
11354
|
@if (isAdaptiveModeEnabled) {
|
|
11355
11355
|
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
11356
11356
|
}
|
|
@@ -11405,7 +11405,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
11405
11405
|
</div>
|
|
11406
11406
|
</ng-template>
|
|
11407
11407
|
</kendo-actionsheet>
|
|
11408
|
-
|
|
11408
|
+
|
|
11409
11409
|
<ng-template #calendarTemplate>
|
|
11410
11410
|
<kendo-calendar
|
|
11411
11411
|
#calendar
|
|
@@ -14521,7 +14521,7 @@ class TimePickerComponent extends MultiTabStop {
|
|
|
14521
14521
|
const previousWindowSize = this.windowSize;
|
|
14522
14522
|
this.windowSize = this.adaptiveService.size;
|
|
14523
14523
|
if (previousWindowSize !== this.windowSize && !show) {
|
|
14524
|
-
if (previousWindowSize !== 'large') {
|
|
14524
|
+
if (this.isAdaptive && previousWindowSize !== 'large') {
|
|
14525
14525
|
this.toggleActionSheet(show);
|
|
14526
14526
|
}
|
|
14527
14527
|
else {
|
|
@@ -14715,43 +14715,43 @@ class TimePickerComponent extends MultiTabStop {
|
|
|
14715
14715
|
<ng-container kendoTimePickerLocalizedMessages
|
|
14716
14716
|
i18n-accept="kendo.timepicker.accept|The Accept button text in the timepicker component"
|
|
14717
14717
|
accept="Set"
|
|
14718
|
-
|
|
14718
|
+
|
|
14719
14719
|
i18n-acceptLabel="kendo.timepicker.acceptLabel|The label for the Accept button in the timepicker component"
|
|
14720
14720
|
acceptLabel="Set time"
|
|
14721
|
-
|
|
14721
|
+
|
|
14722
14722
|
i18n-cancel="kendo.timepicker.cancel|The Cancel button text in the timepicker component"
|
|
14723
14723
|
cancel="Cancel"
|
|
14724
|
-
|
|
14724
|
+
|
|
14725
14725
|
i18n-cancelLabel="kendo.timepicker.cancelLabel|The label for the Cancel button in the timepicker component"
|
|
14726
14726
|
cancelLabel="Cancel changes"
|
|
14727
|
-
|
|
14727
|
+
|
|
14728
14728
|
i18n-now="kendo.timepicker.now|The Now button text in the timepicker component"
|
|
14729
14729
|
now="Now"
|
|
14730
|
-
|
|
14730
|
+
|
|
14731
14731
|
i18n-nowLabel="kendo.timepicker.nowLabel|The label for the Now button in the timepicker component"
|
|
14732
14732
|
nowLabel="Select now"
|
|
14733
|
-
|
|
14733
|
+
|
|
14734
14734
|
i18n-toggle="kendo.timepicker.toggle|The label for the toggle button in the timepicker component"
|
|
14735
14735
|
toggle="Toggle time list"
|
|
14736
|
-
|
|
14736
|
+
|
|
14737
14737
|
i18n-hour="kendo.timepicker.hour|The label for the hour part in the timepicker component"
|
|
14738
14738
|
hour="Hour"
|
|
14739
|
-
|
|
14739
|
+
|
|
14740
14740
|
i18n-minute="kendo.timepicker.minute|The label for the minute part in the timepicker component"
|
|
14741
14741
|
minute="Minute"
|
|
14742
|
-
|
|
14742
|
+
|
|
14743
14743
|
i18n-second="kendo.timepicker.second|The label for the second part in the timepicker component"
|
|
14744
14744
|
second="Second"
|
|
14745
|
-
|
|
14745
|
+
|
|
14746
14746
|
i18n-millisecond="kendo.timepicker.millisecond|The label for the millisecond part in the timepicker component"
|
|
14747
14747
|
millisecond="Millisecond"
|
|
14748
|
-
|
|
14748
|
+
|
|
14749
14749
|
i18n-dayperiod="kendo.timepicker.dayperiod|The label for the dayperiod part in the timepicker component"
|
|
14750
14750
|
dayperiod="Dayperiod"
|
|
14751
|
-
|
|
14751
|
+
|
|
14752
14752
|
i18n-clearTitle="kendo.timepicker.clearTitle|The title of the clear button"
|
|
14753
14753
|
clearTitle="clear"
|
|
14754
|
-
|
|
14754
|
+
|
|
14755
14755
|
i18n-adaptiveCloseButtonTitle="kendo.timepicker.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"
|
|
14756
14756
|
adaptiveCloseButtonTitle="Close"
|
|
14757
14757
|
>
|
|
@@ -14819,7 +14819,7 @@ class TimePickerComponent extends MultiTabStop {
|
|
|
14819
14819
|
<ng-container *ngTemplateOutlet="timeSelectorTemplate"></ng-container>
|
|
14820
14820
|
</ng-template>
|
|
14821
14821
|
<ng-container #container></ng-container>
|
|
14822
|
-
|
|
14822
|
+
|
|
14823
14823
|
@if (isAdaptiveModeEnabled) {
|
|
14824
14824
|
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
14825
14825
|
}
|
|
@@ -14877,7 +14877,7 @@ class TimePickerComponent extends MultiTabStop {
|
|
|
14877
14877
|
>
|
|
14878
14878
|
{{localization.get('cancel')}}
|
|
14879
14879
|
</button>
|
|
14880
|
-
|
|
14880
|
+
|
|
14881
14881
|
<button kendoButton
|
|
14882
14882
|
type="button"
|
|
14883
14883
|
(click)="handleActionSheetAccept()"
|
|
@@ -14892,7 +14892,7 @@ class TimePickerComponent extends MultiTabStop {
|
|
|
14892
14892
|
</div>
|
|
14893
14893
|
</ng-template>
|
|
14894
14894
|
</kendo-actionsheet>
|
|
14895
|
-
|
|
14895
|
+
|
|
14896
14896
|
<ng-template #timeSelectorTemplate>
|
|
14897
14897
|
<kendo-timeselector
|
|
14898
14898
|
#timeSelector
|
|
@@ -14958,43 +14958,43 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
14958
14958
|
<ng-container kendoTimePickerLocalizedMessages
|
|
14959
14959
|
i18n-accept="kendo.timepicker.accept|The Accept button text in the timepicker component"
|
|
14960
14960
|
accept="Set"
|
|
14961
|
-
|
|
14961
|
+
|
|
14962
14962
|
i18n-acceptLabel="kendo.timepicker.acceptLabel|The label for the Accept button in the timepicker component"
|
|
14963
14963
|
acceptLabel="Set time"
|
|
14964
|
-
|
|
14964
|
+
|
|
14965
14965
|
i18n-cancel="kendo.timepicker.cancel|The Cancel button text in the timepicker component"
|
|
14966
14966
|
cancel="Cancel"
|
|
14967
|
-
|
|
14967
|
+
|
|
14968
14968
|
i18n-cancelLabel="kendo.timepicker.cancelLabel|The label for the Cancel button in the timepicker component"
|
|
14969
14969
|
cancelLabel="Cancel changes"
|
|
14970
|
-
|
|
14970
|
+
|
|
14971
14971
|
i18n-now="kendo.timepicker.now|The Now button text in the timepicker component"
|
|
14972
14972
|
now="Now"
|
|
14973
|
-
|
|
14973
|
+
|
|
14974
14974
|
i18n-nowLabel="kendo.timepicker.nowLabel|The label for the Now button in the timepicker component"
|
|
14975
14975
|
nowLabel="Select now"
|
|
14976
|
-
|
|
14976
|
+
|
|
14977
14977
|
i18n-toggle="kendo.timepicker.toggle|The label for the toggle button in the timepicker component"
|
|
14978
14978
|
toggle="Toggle time list"
|
|
14979
|
-
|
|
14979
|
+
|
|
14980
14980
|
i18n-hour="kendo.timepicker.hour|The label for the hour part in the timepicker component"
|
|
14981
14981
|
hour="Hour"
|
|
14982
|
-
|
|
14982
|
+
|
|
14983
14983
|
i18n-minute="kendo.timepicker.minute|The label for the minute part in the timepicker component"
|
|
14984
14984
|
minute="Minute"
|
|
14985
|
-
|
|
14985
|
+
|
|
14986
14986
|
i18n-second="kendo.timepicker.second|The label for the second part in the timepicker component"
|
|
14987
14987
|
second="Second"
|
|
14988
|
-
|
|
14988
|
+
|
|
14989
14989
|
i18n-millisecond="kendo.timepicker.millisecond|The label for the millisecond part in the timepicker component"
|
|
14990
14990
|
millisecond="Millisecond"
|
|
14991
|
-
|
|
14991
|
+
|
|
14992
14992
|
i18n-dayperiod="kendo.timepicker.dayperiod|The label for the dayperiod part in the timepicker component"
|
|
14993
14993
|
dayperiod="Dayperiod"
|
|
14994
|
-
|
|
14994
|
+
|
|
14995
14995
|
i18n-clearTitle="kendo.timepicker.clearTitle|The title of the clear button"
|
|
14996
14996
|
clearTitle="clear"
|
|
14997
|
-
|
|
14997
|
+
|
|
14998
14998
|
i18n-adaptiveCloseButtonTitle="kendo.timepicker.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"
|
|
14999
14999
|
adaptiveCloseButtonTitle="Close"
|
|
15000
15000
|
>
|
|
@@ -15062,7 +15062,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
15062
15062
|
<ng-container *ngTemplateOutlet="timeSelectorTemplate"></ng-container>
|
|
15063
15063
|
</ng-template>
|
|
15064
15064
|
<ng-container #container></ng-container>
|
|
15065
|
-
|
|
15065
|
+
|
|
15066
15066
|
@if (isAdaptiveModeEnabled) {
|
|
15067
15067
|
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
15068
15068
|
}
|
|
@@ -15120,7 +15120,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
15120
15120
|
>
|
|
15121
15121
|
{{localization.get('cancel')}}
|
|
15122
15122
|
</button>
|
|
15123
|
-
|
|
15123
|
+
|
|
15124
15124
|
<button kendoButton
|
|
15125
15125
|
type="button"
|
|
15126
15126
|
(click)="handleActionSheetAccept()"
|
|
@@ -15135,7 +15135,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
15135
15135
|
</div>
|
|
15136
15136
|
</ng-template>
|
|
15137
15137
|
</kendo-actionsheet>
|
|
15138
|
-
|
|
15138
|
+
|
|
15139
15139
|
<ng-template #timeSelectorTemplate>
|
|
15140
15140
|
<kendo-timeselector
|
|
15141
15141
|
#timeSelector
|
|
@@ -16295,7 +16295,7 @@ class DateTimePickerComponent extends MultiTabStop {
|
|
|
16295
16295
|
const previousWindowSize = this.windowSize;
|
|
16296
16296
|
this.windowSize = this.adaptiveService.size;
|
|
16297
16297
|
if (previousWindowSize !== this.windowSize && !show) {
|
|
16298
|
-
if (previousWindowSize !== 'large') {
|
|
16298
|
+
if (this.isAdaptive && previousWindowSize !== 'large') {
|
|
16299
16299
|
this.toggleActionSheet(show);
|
|
16300
16300
|
}
|
|
16301
16301
|
else {
|
|
@@ -16910,75 +16910,75 @@ class DateTimePickerComponent extends MultiTabStop {
|
|
|
16910
16910
|
], queries: [{ propertyName: "cellTemplate", first: true, predicate: CellTemplateDirective, descendants: true }, { propertyName: "monthCellTemplate", first: true, predicate: MonthCellTemplateDirective, descendants: true }, { propertyName: "yearCellTemplate", first: true, predicate: YearCellTemplateDirective, descendants: true }, { propertyName: "decadeCellTemplate", first: true, predicate: DecadeCellTemplateDirective, descendants: true }, { propertyName: "centuryCellTemplate", first: true, predicate: CenturyCellTemplateDirective, descendants: true }, { propertyName: "weekNumberTemplate", first: true, predicate: WeekNumberCellTemplateDirective, descendants: true }, { propertyName: "headerTitleTemplate", first: true, predicate: HeaderTitleTemplateDirective, descendants: true }, { propertyName: "headerTemplate", first: true, predicate: HeaderTemplateDirective, descendants: true }, { propertyName: "footerTemplate", first: true, predicate: FooterTemplateDirective, descendants: true }], viewQueries: [{ propertyName: "toggleButton", first: true, predicate: ["toggleButton"], descendants: true, static: true }, { propertyName: "container", first: true, predicate: ["container"], descendants: true, read: ViewContainerRef, static: true }, { propertyName: "popupTemplate", first: true, predicate: ["popupTemplate"], descendants: true, read: TemplateRef, static: true }, { propertyName: "actionSheet", first: true, predicate: ["actionSheet"], descendants: true }], exportAs: ["kendo-datetimepicker"], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
|
|
16911
16911
|
<ng-container
|
|
16912
16912
|
kendoDateTimePickerLocalizedMessages
|
|
16913
|
-
|
|
16913
|
+
|
|
16914
16914
|
i18n-dateTab="kendo.datetimepicker.dateTab|The Date tab text in the datetimepicker popup header"
|
|
16915
16915
|
dateTab="Date"
|
|
16916
|
-
|
|
16916
|
+
|
|
16917
16917
|
i18n-dateTabLabel="kendo.datetimepicker.dateTabLabel|The label for the Date tab in the datetimepicker popup header"
|
|
16918
16918
|
dateTabLabel="Date tab"
|
|
16919
|
-
|
|
16919
|
+
|
|
16920
16920
|
i18n-timeTab="kendo.datetimepicker.timeTab|The Time tab text in the datetimepicker popup header"
|
|
16921
16921
|
timeTab="Time"
|
|
16922
|
-
|
|
16922
|
+
|
|
16923
16923
|
i18n-timeTabLabel="kendo.datetimepicker.timeTabLabel|The label for the Time tab in the datetimepicker popup header"
|
|
16924
16924
|
timeTabLabel="Time tab"
|
|
16925
|
-
|
|
16925
|
+
|
|
16926
16926
|
i18n-toggle="kendo.datetimepicker.toggle|The title of the toggle button in the datetimepicker component"
|
|
16927
16927
|
toggle="Toggle popup"
|
|
16928
|
-
|
|
16928
|
+
|
|
16929
16929
|
i18n-accept="kendo.datetimepicker.accept|The Accept button text in the datetimepicker component"
|
|
16930
16930
|
accept="Set"
|
|
16931
|
-
|
|
16931
|
+
|
|
16932
16932
|
i18n-acceptLabel="kendo.datetimepicker.acceptLabel|The label for the Accept button in the datetimepicker component"
|
|
16933
16933
|
acceptLabel="Set"
|
|
16934
|
-
|
|
16934
|
+
|
|
16935
16935
|
i18n-cancel="kendo.datetimepicker.cancel|The Cancel button text in the datetimepicker component"
|
|
16936
16936
|
cancel="Cancel"
|
|
16937
|
-
|
|
16937
|
+
|
|
16938
16938
|
i18n-cancelLabel="kendo.datetimepicker.cancelLabel|The label for the Cancel button in the datetimepicker component"
|
|
16939
16939
|
cancelLabel="Cancel"
|
|
16940
|
-
|
|
16940
|
+
|
|
16941
16941
|
i18n-now="kendo.datetimepicker.now|The Now button text in the timepicker component"
|
|
16942
16942
|
now="NOW"
|
|
16943
|
-
|
|
16943
|
+
|
|
16944
16944
|
i18n-nowLabel="kendo.datetimepicker.nowLabel|The label for the Now button in the timepicker component"
|
|
16945
16945
|
nowLabel="Select now"
|
|
16946
|
-
|
|
16946
|
+
|
|
16947
16947
|
i18n-today="kendo.datetimepicker.today|The label for the today button in the calendar header"
|
|
16948
16948
|
today="Today"
|
|
16949
|
-
|
|
16949
|
+
|
|
16950
16950
|
i18n-prevButtonTitle="kendo.datetimepicker.prevButtonTitle|The title of the previous button in the Classic calendar"
|
|
16951
16951
|
prevButtonTitle="Navigate to previous view"
|
|
16952
|
-
|
|
16952
|
+
|
|
16953
16953
|
i18n-nextButtonTitle="kendo.datetimepicker.nextButtonTitle|The title of the next button in the Classic calendar"
|
|
16954
16954
|
nextButtonTitle="Navigate to next view"
|
|
16955
|
-
|
|
16955
|
+
|
|
16956
16956
|
i18n-parentViewButtonTitle="kendo.datetimepicker.parentViewButtonTitle|The title of the parent view button in the calendar header"
|
|
16957
16957
|
parentViewButtonTitle="Navigate to parent view"
|
|
16958
|
-
|
|
16958
|
+
|
|
16959
16959
|
i18n-hour="kendo.datetimepicker.hour|The label for the hour part in the timepicker component"
|
|
16960
16960
|
hour="Hour"
|
|
16961
|
-
|
|
16961
|
+
|
|
16962
16962
|
i18n-minute="kendo.datetimepicker.minute|The label for the minute part in the timepicker component"
|
|
16963
16963
|
minute="Minute"
|
|
16964
|
-
|
|
16964
|
+
|
|
16965
16965
|
i18n-second="kendo.datetimepicker.second|The label for the second part in the timepicker component"
|
|
16966
16966
|
second="Second"
|
|
16967
|
-
|
|
16967
|
+
|
|
16968
16968
|
i18n-millisecond="kendo.datetimepicker.millisecond|The label for the millisecond part in the timepicker component"
|
|
16969
16969
|
millisecond="Millisecond"
|
|
16970
|
-
|
|
16970
|
+
|
|
16971
16971
|
i18n-dayperiod="kendo.datetimepicker.dayperiod|The label for the dayperiod part in the timepicker component"
|
|
16972
16972
|
dayperiod="Dayperiod"
|
|
16973
|
-
|
|
16973
|
+
|
|
16974
16974
|
i18n-clearTitle="kendo.datetimepicker.clearTitle|The title of the clear button"
|
|
16975
16975
|
clearTitle="clear"
|
|
16976
|
-
|
|
16976
|
+
|
|
16977
16977
|
i18n-adaptiveCloseButtonTitle="kendo.datetimepicker.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"
|
|
16978
16978
|
adaptiveCloseButtonTitle="Close"
|
|
16979
16979
|
>
|
|
16980
16980
|
</ng-container>
|
|
16981
|
-
|
|
16981
|
+
|
|
16982
16982
|
<kendo-dateinput
|
|
16983
16983
|
[value]="value"
|
|
16984
16984
|
[format]="format"
|
|
@@ -17054,17 +17054,17 @@ class DateTimePickerComponent extends MultiTabStop {
|
|
|
17054
17054
|
</kendo-icon-wrapper>
|
|
17055
17055
|
}
|
|
17056
17056
|
</button>
|
|
17057
|
-
|
|
17057
|
+
|
|
17058
17058
|
<ng-container #container></ng-container>
|
|
17059
|
-
|
|
17059
|
+
|
|
17060
17060
|
<ng-template #popupTemplate>
|
|
17061
17061
|
<ng-container *ngTemplateOutlet="dateTimeTemplate"></ng-container>
|
|
17062
17062
|
</ng-template>
|
|
17063
|
-
|
|
17063
|
+
|
|
17064
17064
|
@if (isAdaptiveModeEnabled) {
|
|
17065
17065
|
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
17066
17066
|
}
|
|
17067
|
-
|
|
17067
|
+
|
|
17068
17068
|
<kendo-actionsheet
|
|
17069
17069
|
#actionSheet
|
|
17070
17070
|
(overlayClick)="toggleActionSheet(false)"
|
|
@@ -17123,7 +17123,7 @@ class DateTimePickerComponent extends MultiTabStop {
|
|
|
17123
17123
|
{{localization.get('cancel')}}
|
|
17124
17124
|
</button>
|
|
17125
17125
|
}
|
|
17126
|
-
|
|
17126
|
+
|
|
17127
17127
|
<button kendoButton
|
|
17128
17128
|
type="button"
|
|
17129
17129
|
class="k-time-accept"
|
|
@@ -17139,7 +17139,7 @@ class DateTimePickerComponent extends MultiTabStop {
|
|
|
17139
17139
|
</div>
|
|
17140
17140
|
</ng-template>
|
|
17141
17141
|
</kendo-actionsheet>
|
|
17142
|
-
|
|
17142
|
+
|
|
17143
17143
|
<ng-template #dateTimeTemplate>
|
|
17144
17144
|
<div
|
|
17145
17145
|
class="k-datetime-wrap k-{{activeTab}}-tab"
|
|
@@ -17340,75 +17340,75 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
17340
17340
|
template: `
|
|
17341
17341
|
<ng-container
|
|
17342
17342
|
kendoDateTimePickerLocalizedMessages
|
|
17343
|
-
|
|
17343
|
+
|
|
17344
17344
|
i18n-dateTab="kendo.datetimepicker.dateTab|The Date tab text in the datetimepicker popup header"
|
|
17345
17345
|
dateTab="Date"
|
|
17346
|
-
|
|
17346
|
+
|
|
17347
17347
|
i18n-dateTabLabel="kendo.datetimepicker.dateTabLabel|The label for the Date tab in the datetimepicker popup header"
|
|
17348
17348
|
dateTabLabel="Date tab"
|
|
17349
|
-
|
|
17349
|
+
|
|
17350
17350
|
i18n-timeTab="kendo.datetimepicker.timeTab|The Time tab text in the datetimepicker popup header"
|
|
17351
17351
|
timeTab="Time"
|
|
17352
|
-
|
|
17352
|
+
|
|
17353
17353
|
i18n-timeTabLabel="kendo.datetimepicker.timeTabLabel|The label for the Time tab in the datetimepicker popup header"
|
|
17354
17354
|
timeTabLabel="Time tab"
|
|
17355
|
-
|
|
17355
|
+
|
|
17356
17356
|
i18n-toggle="kendo.datetimepicker.toggle|The title of the toggle button in the datetimepicker component"
|
|
17357
17357
|
toggle="Toggle popup"
|
|
17358
|
-
|
|
17358
|
+
|
|
17359
17359
|
i18n-accept="kendo.datetimepicker.accept|The Accept button text in the datetimepicker component"
|
|
17360
17360
|
accept="Set"
|
|
17361
|
-
|
|
17361
|
+
|
|
17362
17362
|
i18n-acceptLabel="kendo.datetimepicker.acceptLabel|The label for the Accept button in the datetimepicker component"
|
|
17363
17363
|
acceptLabel="Set"
|
|
17364
|
-
|
|
17364
|
+
|
|
17365
17365
|
i18n-cancel="kendo.datetimepicker.cancel|The Cancel button text in the datetimepicker component"
|
|
17366
17366
|
cancel="Cancel"
|
|
17367
|
-
|
|
17367
|
+
|
|
17368
17368
|
i18n-cancelLabel="kendo.datetimepicker.cancelLabel|The label for the Cancel button in the datetimepicker component"
|
|
17369
17369
|
cancelLabel="Cancel"
|
|
17370
|
-
|
|
17370
|
+
|
|
17371
17371
|
i18n-now="kendo.datetimepicker.now|The Now button text in the timepicker component"
|
|
17372
17372
|
now="NOW"
|
|
17373
|
-
|
|
17373
|
+
|
|
17374
17374
|
i18n-nowLabel="kendo.datetimepicker.nowLabel|The label for the Now button in the timepicker component"
|
|
17375
17375
|
nowLabel="Select now"
|
|
17376
|
-
|
|
17376
|
+
|
|
17377
17377
|
i18n-today="kendo.datetimepicker.today|The label for the today button in the calendar header"
|
|
17378
17378
|
today="Today"
|
|
17379
|
-
|
|
17379
|
+
|
|
17380
17380
|
i18n-prevButtonTitle="kendo.datetimepicker.prevButtonTitle|The title of the previous button in the Classic calendar"
|
|
17381
17381
|
prevButtonTitle="Navigate to previous view"
|
|
17382
|
-
|
|
17382
|
+
|
|
17383
17383
|
i18n-nextButtonTitle="kendo.datetimepicker.nextButtonTitle|The title of the next button in the Classic calendar"
|
|
17384
17384
|
nextButtonTitle="Navigate to next view"
|
|
17385
|
-
|
|
17385
|
+
|
|
17386
17386
|
i18n-parentViewButtonTitle="kendo.datetimepicker.parentViewButtonTitle|The title of the parent view button in the calendar header"
|
|
17387
17387
|
parentViewButtonTitle="Navigate to parent view"
|
|
17388
|
-
|
|
17388
|
+
|
|
17389
17389
|
i18n-hour="kendo.datetimepicker.hour|The label for the hour part in the timepicker component"
|
|
17390
17390
|
hour="Hour"
|
|
17391
|
-
|
|
17391
|
+
|
|
17392
17392
|
i18n-minute="kendo.datetimepicker.minute|The label for the minute part in the timepicker component"
|
|
17393
17393
|
minute="Minute"
|
|
17394
|
-
|
|
17394
|
+
|
|
17395
17395
|
i18n-second="kendo.datetimepicker.second|The label for the second part in the timepicker component"
|
|
17396
17396
|
second="Second"
|
|
17397
|
-
|
|
17397
|
+
|
|
17398
17398
|
i18n-millisecond="kendo.datetimepicker.millisecond|The label for the millisecond part in the timepicker component"
|
|
17399
17399
|
millisecond="Millisecond"
|
|
17400
|
-
|
|
17400
|
+
|
|
17401
17401
|
i18n-dayperiod="kendo.datetimepicker.dayperiod|The label for the dayperiod part in the timepicker component"
|
|
17402
17402
|
dayperiod="Dayperiod"
|
|
17403
|
-
|
|
17403
|
+
|
|
17404
17404
|
i18n-clearTitle="kendo.datetimepicker.clearTitle|The title of the clear button"
|
|
17405
17405
|
clearTitle="clear"
|
|
17406
|
-
|
|
17406
|
+
|
|
17407
17407
|
i18n-adaptiveCloseButtonTitle="kendo.datetimepicker.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"
|
|
17408
17408
|
adaptiveCloseButtonTitle="Close"
|
|
17409
17409
|
>
|
|
17410
17410
|
</ng-container>
|
|
17411
|
-
|
|
17411
|
+
|
|
17412
17412
|
<kendo-dateinput
|
|
17413
17413
|
[value]="value"
|
|
17414
17414
|
[format]="format"
|
|
@@ -17484,17 +17484,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
17484
17484
|
</kendo-icon-wrapper>
|
|
17485
17485
|
}
|
|
17486
17486
|
</button>
|
|
17487
|
-
|
|
17487
|
+
|
|
17488
17488
|
<ng-container #container></ng-container>
|
|
17489
|
-
|
|
17489
|
+
|
|
17490
17490
|
<ng-template #popupTemplate>
|
|
17491
17491
|
<ng-container *ngTemplateOutlet="dateTimeTemplate"></ng-container>
|
|
17492
17492
|
</ng-template>
|
|
17493
|
-
|
|
17493
|
+
|
|
17494
17494
|
@if (isAdaptiveModeEnabled) {
|
|
17495
17495
|
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
17496
17496
|
}
|
|
17497
|
-
|
|
17497
|
+
|
|
17498
17498
|
<kendo-actionsheet
|
|
17499
17499
|
#actionSheet
|
|
17500
17500
|
(overlayClick)="toggleActionSheet(false)"
|
|
@@ -17553,7 +17553,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
17553
17553
|
{{localization.get('cancel')}}
|
|
17554
17554
|
</button>
|
|
17555
17555
|
}
|
|
17556
|
-
|
|
17556
|
+
|
|
17557
17557
|
<button kendoButton
|
|
17558
17558
|
type="button"
|
|
17559
17559
|
class="k-time-accept"
|
|
@@ -17569,7 +17569,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
17569
17569
|
</div>
|
|
17570
17570
|
</ng-template>
|
|
17571
17571
|
</kendo-actionsheet>
|
|
17572
|
-
|
|
17572
|
+
|
|
17573
17573
|
<ng-template #dateTimeTemplate>
|
|
17574
17574
|
<div
|
|
17575
17575
|
class="k-datetime-wrap k-{{activeTab}}-tab"
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "22.1.0-develop.
|
|
10
|
+
"publishDate": 1768902042,
|
|
11
|
+
"version": "22.1.0-develop.5",
|
|
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": "22.1.0-develop.
|
|
3
|
+
"version": "22.1.0-develop.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",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"package": {
|
|
80
80
|
"productName": "Kendo UI for Angular",
|
|
81
81
|
"productCode": "KENDOUIANGULAR",
|
|
82
|
-
"publishDate":
|
|
82
|
+
"publishDate": 1768902042,
|
|
83
83
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
84
84
|
}
|
|
85
85
|
},
|
|
@@ -90,19 +90,19 @@
|
|
|
90
90
|
"@angular/forms": "19 - 21",
|
|
91
91
|
"@angular/platform-browser": "19 - 21",
|
|
92
92
|
"@progress/kendo-licensing": "^1.7.0",
|
|
93
|
-
"@progress/kendo-angular-buttons": "22.1.0-develop.
|
|
94
|
-
"@progress/kendo-angular-common": "22.1.0-develop.
|
|
95
|
-
"@progress/kendo-angular-utils": "22.1.0-develop.
|
|
96
|
-
"@progress/kendo-angular-intl": "22.1.0-develop.
|
|
97
|
-
"@progress/kendo-angular-l10n": "22.1.0-develop.
|
|
98
|
-
"@progress/kendo-angular-icons": "22.1.0-develop.
|
|
99
|
-
"@progress/kendo-angular-popup": "22.1.0-develop.
|
|
100
|
-
"@progress/kendo-angular-navigation": "22.1.0-develop.
|
|
93
|
+
"@progress/kendo-angular-buttons": "22.1.0-develop.5",
|
|
94
|
+
"@progress/kendo-angular-common": "22.1.0-develop.5",
|
|
95
|
+
"@progress/kendo-angular-utils": "22.1.0-develop.5",
|
|
96
|
+
"@progress/kendo-angular-intl": "22.1.0-develop.5",
|
|
97
|
+
"@progress/kendo-angular-l10n": "22.1.0-develop.5",
|
|
98
|
+
"@progress/kendo-angular-icons": "22.1.0-develop.5",
|
|
99
|
+
"@progress/kendo-angular-popup": "22.1.0-develop.5",
|
|
100
|
+
"@progress/kendo-angular-navigation": "22.1.0-develop.5",
|
|
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": "22.1.0-develop.
|
|
105
|
+
"@progress/kendo-angular-schematics": "22.1.0-develop.5",
|
|
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.7"
|