@progress/kendo-angular-dateinputs 13.2.2-develop.4 → 13.3.0-develop.2

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.
@@ -24,6 +24,10 @@ export declare class DatePickerMessages extends ComponentMessages {
24
24
  * The title of the **Next** button in the header of the Classic Calendar.
25
25
  */
26
26
  nextButtonTitle: string;
27
+ /**
28
+ * The title of the **Parent View** button in the header of the Calendar.
29
+ */
30
+ parentViewButtonTitle: string;
27
31
  static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerMessages, never>;
28
- static ɵdir: i0.ɵɵDirectiveDeclaration<DatePickerMessages, "kendo-datepicker-messages-base", never, { "today": "today"; "toggle": "toggle"; "prevButtonTitle": "prevButtonTitle"; "nextButtonTitle": "nextButtonTitle"; }, {}, never>;
32
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DatePickerMessages, "kendo-datepicker-messages-base", never, { "today": "today"; "toggle": "toggle"; "prevButtonTitle": "prevButtonTitle"; "nextButtonTitle": "nextButtonTitle"; "parentViewButtonTitle": "parentViewButtonTitle"; }, {}, never>;
29
33
  }
@@ -64,6 +64,10 @@ export declare class DateTimePickerMessages extends ComponentMessages {
64
64
  * The title of the **Next** button in the header of the Classic Calendar.
65
65
  */
66
66
  nextButtonTitle: string;
67
+ /**
68
+ * The title of the **Parent View** button in the header of the Calendar.
69
+ */
70
+ parentViewButtonTitle: string;
67
71
  /**
68
72
  * The label of the **Hour** part in the TimePicker.
69
73
  */
@@ -85,5 +89,5 @@ export declare class DateTimePickerMessages extends ComponentMessages {
85
89
  */
86
90
  dayperiod: string;
87
91
  static ɵfac: i0.ɵɵFactoryDeclaration<DateTimePickerMessages, never>;
88
- static ɵdir: i0.ɵɵDirectiveDeclaration<DateTimePickerMessages, "kendo-datetimepicker-messages-base", never, { "toggle": "toggle"; "dateTab": "dateTab"; "dateTabLabel": "dateTabLabel"; "timeTab": "timeTab"; "timeTabLabel": "timeTabLabel"; "accept": "accept"; "acceptLabel": "acceptLabel"; "cancel": "cancel"; "cancelLabel": "cancelLabel"; "today": "today"; "now": "now"; "nowLabel": "nowLabel"; "prevButtonTitle": "prevButtonTitle"; "nextButtonTitle": "nextButtonTitle"; "hour": "hour"; "minute": "minute"; "second": "second"; "millisecond": "millisecond"; "dayperiod": "dayperiod"; }, {}, never>;
92
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DateTimePickerMessages, "kendo-datetimepicker-messages-base", never, { "toggle": "toggle"; "dateTab": "dateTab"; "dateTabLabel": "dateTabLabel"; "timeTab": "timeTab"; "timeTabLabel": "timeTabLabel"; "accept": "accept"; "acceptLabel": "acceptLabel"; "cancel": "cancel"; "cancelLabel": "cancelLabel"; "today": "today"; "now": "now"; "nowLabel": "nowLabel"; "prevButtonTitle": "prevButtonTitle"; "nextButtonTitle": "nextButtonTitle"; "parentViewButtonTitle": "parentViewButtonTitle"; "hour": "hour"; "minute": "minute"; "second": "second"; "millisecond": "millisecond"; "dayperiod": "dayperiod"; }, {}, never>;
89
93
  }
@@ -1063,6 +1063,9 @@ DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
1063
1063
 
1064
1064
  i18n-nextButtonTitle="kendo.datepicker.nextButtonTitle|The title of the next button in the Classic calendar"
1065
1065
  nextButtonTitle="Navigate to next view"
1066
+
1067
+ i18n-parentViewButtonTitle="kendo.datepicker.parentViewButtonTitle|The title of the parent view button in the calendar header"
1068
+ parentViewButtonTitle="Navigate to parent view"
1066
1069
  >
1067
1070
  </ng-container>
1068
1071
  <kendo-dateinput
@@ -1192,6 +1195,7 @@ DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
1192
1195
  [today]="localization.get('today')"
1193
1196
  [prevButtonTitle]="localization.get('prevButtonTitle')"
1194
1197
  [nextButtonTitle]="localization.get('nextButtonTitle')"
1198
+ [parentViewButtonTitle]="localization.get('parentViewButtonTitle')"
1195
1199
  >
1196
1200
  </kendo-calendar-messages>
1197
1201
  </kendo-calendar>
@@ -1228,6 +1232,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1228
1232
 
1229
1233
  i18n-nextButtonTitle="kendo.datepicker.nextButtonTitle|The title of the next button in the Classic calendar"
1230
1234
  nextButtonTitle="Navigate to next view"
1235
+
1236
+ i18n-parentViewButtonTitle="kendo.datepicker.parentViewButtonTitle|The title of the parent view button in the calendar header"
1237
+ parentViewButtonTitle="Navigate to parent view"
1231
1238
  >
1232
1239
  </ng-container>
1233
1240
  <kendo-dateinput
@@ -1357,6 +1364,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1357
1364
  [today]="localization.get('today')"
1358
1365
  [prevButtonTitle]="localization.get('prevButtonTitle')"
1359
1366
  [nextButtonTitle]="localization.get('nextButtonTitle')"
1367
+ [parentViewButtonTitle]="localization.get('parentViewButtonTitle')"
1360
1368
  >
1361
1369
  </kendo-calendar-messages>
1362
1370
  </kendo-calendar>
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
11
11
  export class DatePickerMessages extends ComponentMessages {
12
12
  }
13
13
  DatePickerMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DatePickerMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
- DatePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DatePickerMessages, selector: "kendo-datepicker-messages-base", inputs: { today: "today", toggle: "toggle", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle" }, usesInheritance: true, ngImport: i0 });
14
+ DatePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DatePickerMessages, selector: "kendo-datepicker-messages-base", inputs: { today: "today", toggle: "toggle", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle", parentViewButtonTitle: "parentViewButtonTitle" }, usesInheritance: true, ngImport: i0 });
15
15
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DatePickerMessages, decorators: [{
16
16
  type: Directive,
17
17
  args: [{
@@ -26,4 +26,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
26
26
  type: Input
27
27
  }], nextButtonTitle: [{
28
28
  type: Input
29
+ }], parentViewButtonTitle: [{
30
+ type: Input
29
31
  }] } });
@@ -1273,6 +1273,9 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
1273
1273
  i18n-nextButtonTitle="kendo.datetimepicker.nextButtonTitle|The title of the next button in the Classic calendar"
1274
1274
  nextButtonTitle="Navigate to next view"
1275
1275
 
1276
+ i18n-parentViewButtonTitle="kendo.datetimepicker.parentViewButtonTitle|The title of the parent view button in the calendar header"
1277
+ parentViewButtonTitle="Navigate to parent view"
1278
+
1276
1279
  i18n-hour="kendo.datetimepicker.hour|The label for the hour part in the timepicker component"
1277
1280
  hour="Hour"
1278
1281
 
@@ -1497,6 +1500,7 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
1497
1500
  [today]="localization.get('today')"
1498
1501
  [prevButtonTitle]="localization.get('prevButtonTitle')"
1499
1502
  [nextButtonTitle]="localization.get('nextButtonTitle')"
1503
+ [parentViewButtonTitle]="localization.get('parentViewButtonTitle')"
1500
1504
  >
1501
1505
  </kendo-calendar-messages>
1502
1506
  </kendo-calendar>
@@ -1637,6 +1641,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1637
1641
  i18n-nextButtonTitle="kendo.datetimepicker.nextButtonTitle|The title of the next button in the Classic calendar"
1638
1642
  nextButtonTitle="Navigate to next view"
1639
1643
 
1644
+ i18n-parentViewButtonTitle="kendo.datetimepicker.parentViewButtonTitle|The title of the parent view button in the calendar header"
1645
+ parentViewButtonTitle="Navigate to parent view"
1646
+
1640
1647
  i18n-hour="kendo.datetimepicker.hour|The label for the hour part in the timepicker component"
1641
1648
  hour="Hour"
1642
1649
 
@@ -1861,6 +1868,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1861
1868
  [today]="localization.get('today')"
1862
1869
  [prevButtonTitle]="localization.get('prevButtonTitle')"
1863
1870
  [nextButtonTitle]="localization.get('nextButtonTitle')"
1871
+ [parentViewButtonTitle]="localization.get('parentViewButtonTitle')"
1864
1872
  >
1865
1873
  </kendo-calendar-messages>
1866
1874
  </kendo-calendar>
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
11
11
  export class DateTimePickerMessages extends ComponentMessages {
12
12
  }
13
13
  DateTimePickerMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DateTimePickerMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
- DateTimePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DateTimePickerMessages, selector: "kendo-datetimepicker-messages-base", inputs: { toggle: "toggle", dateTab: "dateTab", dateTabLabel: "dateTabLabel", timeTab: "timeTab", timeTabLabel: "timeTabLabel", accept: "accept", acceptLabel: "acceptLabel", cancel: "cancel", cancelLabel: "cancelLabel", today: "today", now: "now", nowLabel: "nowLabel", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle", hour: "hour", minute: "minute", second: "second", millisecond: "millisecond", dayperiod: "dayperiod" }, usesInheritance: true, ngImport: i0 });
14
+ DateTimePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DateTimePickerMessages, selector: "kendo-datetimepicker-messages-base", inputs: { toggle: "toggle", dateTab: "dateTab", dateTabLabel: "dateTabLabel", timeTab: "timeTab", timeTabLabel: "timeTabLabel", accept: "accept", acceptLabel: "acceptLabel", cancel: "cancel", cancelLabel: "cancelLabel", today: "today", now: "now", nowLabel: "nowLabel", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle", parentViewButtonTitle: "parentViewButtonTitle", hour: "hour", minute: "minute", second: "second", millisecond: "millisecond", dayperiod: "dayperiod" }, usesInheritance: true, ngImport: i0 });
15
15
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DateTimePickerMessages, decorators: [{
16
16
  type: Directive,
17
17
  args: [{
@@ -46,6 +46,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
46
46
  type: Input
47
47
  }], nextButtonTitle: [{
48
48
  type: Input
49
+ }], parentViewButtonTitle: [{
50
+ type: Input
49
51
  }], hour: [{
50
52
  type: Input
51
53
  }], minute: [{
@@ -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: 1691564173,
13
- version: '13.2.2-develop.4',
12
+ publishDate: 1691745955,
13
+ version: '13.3.0-develop.2',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -36,8 +36,8 @@ const packageMetadata = {
36
36
  name: '@progress/kendo-angular-dateinputs',
37
37
  productName: 'Kendo UI for Angular',
38
38
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
39
- publishDate: 1691564173,
40
- version: '13.2.2-develop.4',
39
+ publishDate: 1691745955,
40
+ version: '13.3.0-develop.2',
41
41
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
42
42
  };
43
43
 
@@ -8771,7 +8771,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
8771
8771
  class DatePickerMessages extends ComponentMessages {
8772
8772
  }
8773
8773
  DatePickerMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DatePickerMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
8774
- DatePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DatePickerMessages, selector: "kendo-datepicker-messages-base", inputs: { today: "today", toggle: "toggle", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle" }, usesInheritance: true, ngImport: i0 });
8774
+ DatePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DatePickerMessages, selector: "kendo-datepicker-messages-base", inputs: { today: "today", toggle: "toggle", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle", parentViewButtonTitle: "parentViewButtonTitle" }, usesInheritance: true, ngImport: i0 });
8775
8775
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DatePickerMessages, decorators: [{
8776
8776
  type: Directive,
8777
8777
  args: [{
@@ -8786,6 +8786,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
8786
8786
  type: Input
8787
8787
  }], nextButtonTitle: [{
8788
8788
  type: Input
8789
+ }], parentViewButtonTitle: [{
8790
+ type: Input
8789
8791
  }] } });
8790
8792
 
8791
8793
  /**
@@ -9837,6 +9839,9 @@ DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
9837
9839
 
9838
9840
  i18n-nextButtonTitle="kendo.datepicker.nextButtonTitle|The title of the next button in the Classic calendar"
9839
9841
  nextButtonTitle="Navigate to next view"
9842
+
9843
+ i18n-parentViewButtonTitle="kendo.datepicker.parentViewButtonTitle|The title of the parent view button in the calendar header"
9844
+ parentViewButtonTitle="Navigate to parent view"
9840
9845
  >
9841
9846
  </ng-container>
9842
9847
  <kendo-dateinput
@@ -9966,6 +9971,7 @@ DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
9966
9971
  [today]="localization.get('today')"
9967
9972
  [prevButtonTitle]="localization.get('prevButtonTitle')"
9968
9973
  [nextButtonTitle]="localization.get('nextButtonTitle')"
9974
+ [parentViewButtonTitle]="localization.get('parentViewButtonTitle')"
9969
9975
  >
9970
9976
  </kendo-calendar-messages>
9971
9977
  </kendo-calendar>
@@ -10002,6 +10008,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
10002
10008
 
10003
10009
  i18n-nextButtonTitle="kendo.datepicker.nextButtonTitle|The title of the next button in the Classic calendar"
10004
10010
  nextButtonTitle="Navigate to next view"
10011
+
10012
+ i18n-parentViewButtonTitle="kendo.datepicker.parentViewButtonTitle|The title of the parent view button in the calendar header"
10013
+ parentViewButtonTitle="Navigate to parent view"
10005
10014
  >
10006
10015
  </ng-container>
10007
10016
  <kendo-dateinput
@@ -10131,6 +10140,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
10131
10140
  [today]="localization.get('today')"
10132
10141
  [prevButtonTitle]="localization.get('prevButtonTitle')"
10133
10142
  [nextButtonTitle]="localization.get('nextButtonTitle')"
10143
+ [parentViewButtonTitle]="localization.get('parentViewButtonTitle')"
10134
10144
  >
10135
10145
  </kendo-calendar-messages>
10136
10146
  </kendo-calendar>
@@ -13569,7 +13579,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
13569
13579
  class DateTimePickerMessages extends ComponentMessages {
13570
13580
  }
13571
13581
  DateTimePickerMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DateTimePickerMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
13572
- DateTimePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DateTimePickerMessages, selector: "kendo-datetimepicker-messages-base", inputs: { toggle: "toggle", dateTab: "dateTab", dateTabLabel: "dateTabLabel", timeTab: "timeTab", timeTabLabel: "timeTabLabel", accept: "accept", acceptLabel: "acceptLabel", cancel: "cancel", cancelLabel: "cancelLabel", today: "today", now: "now", nowLabel: "nowLabel", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle", hour: "hour", minute: "minute", second: "second", millisecond: "millisecond", dayperiod: "dayperiod" }, usesInheritance: true, ngImport: i0 });
13582
+ DateTimePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DateTimePickerMessages, selector: "kendo-datetimepicker-messages-base", inputs: { toggle: "toggle", dateTab: "dateTab", dateTabLabel: "dateTabLabel", timeTab: "timeTab", timeTabLabel: "timeTabLabel", accept: "accept", acceptLabel: "acceptLabel", cancel: "cancel", cancelLabel: "cancelLabel", today: "today", now: "now", nowLabel: "nowLabel", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle", parentViewButtonTitle: "parentViewButtonTitle", hour: "hour", minute: "minute", second: "second", millisecond: "millisecond", dayperiod: "dayperiod" }, usesInheritance: true, ngImport: i0 });
13573
13583
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DateTimePickerMessages, decorators: [{
13574
13584
  type: Directive,
13575
13585
  args: [{
@@ -13604,6 +13614,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
13604
13614
  type: Input
13605
13615
  }], nextButtonTitle: [{
13606
13616
  type: Input
13617
+ }], parentViewButtonTitle: [{
13618
+ type: Input
13607
13619
  }], hour: [{
13608
13620
  type: Input
13609
13621
  }], minute: [{
@@ -14877,6 +14889,9 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
14877
14889
  i18n-nextButtonTitle="kendo.datetimepicker.nextButtonTitle|The title of the next button in the Classic calendar"
14878
14890
  nextButtonTitle="Navigate to next view"
14879
14891
 
14892
+ i18n-parentViewButtonTitle="kendo.datetimepicker.parentViewButtonTitle|The title of the parent view button in the calendar header"
14893
+ parentViewButtonTitle="Navigate to parent view"
14894
+
14880
14895
  i18n-hour="kendo.datetimepicker.hour|The label for the hour part in the timepicker component"
14881
14896
  hour="Hour"
14882
14897
 
@@ -15101,6 +15116,7 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
15101
15116
  [today]="localization.get('today')"
15102
15117
  [prevButtonTitle]="localization.get('prevButtonTitle')"
15103
15118
  [nextButtonTitle]="localization.get('nextButtonTitle')"
15119
+ [parentViewButtonTitle]="localization.get('parentViewButtonTitle')"
15104
15120
  >
15105
15121
  </kendo-calendar-messages>
15106
15122
  </kendo-calendar>
@@ -15241,6 +15257,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
15241
15257
  i18n-nextButtonTitle="kendo.datetimepicker.nextButtonTitle|The title of the next button in the Classic calendar"
15242
15258
  nextButtonTitle="Navigate to next view"
15243
15259
 
15260
+ i18n-parentViewButtonTitle="kendo.datetimepicker.parentViewButtonTitle|The title of the parent view button in the calendar header"
15261
+ parentViewButtonTitle="Navigate to parent view"
15262
+
15244
15263
  i18n-hour="kendo.datetimepicker.hour|The label for the hour part in the timepicker component"
15245
15264
  hour="Hour"
15246
15265
 
@@ -15465,6 +15484,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
15465
15484
  [today]="localization.get('today')"
15466
15485
  [prevButtonTitle]="localization.get('prevButtonTitle')"
15467
15486
  [nextButtonTitle]="localization.get('nextButtonTitle')"
15487
+ [parentViewButtonTitle]="localization.get('parentViewButtonTitle')"
15468
15488
  >
15469
15489
  </kendo-calendar-messages>
15470
15490
  </kendo-calendar>
@@ -36,8 +36,8 @@ const packageMetadata = {
36
36
  name: '@progress/kendo-angular-dateinputs',
37
37
  productName: 'Kendo UI for Angular',
38
38
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
39
- publishDate: 1691564173,
40
- version: '13.2.2-develop.4',
39
+ publishDate: 1691745955,
40
+ version: '13.3.0-develop.2',
41
41
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
42
42
  };
43
43
 
@@ -8761,7 +8761,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
8761
8761
  class DatePickerMessages extends ComponentMessages {
8762
8762
  }
8763
8763
  DatePickerMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DatePickerMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
8764
- DatePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DatePickerMessages, selector: "kendo-datepicker-messages-base", inputs: { today: "today", toggle: "toggle", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle" }, usesInheritance: true, ngImport: i0 });
8764
+ DatePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DatePickerMessages, selector: "kendo-datepicker-messages-base", inputs: { today: "today", toggle: "toggle", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle", parentViewButtonTitle: "parentViewButtonTitle" }, usesInheritance: true, ngImport: i0 });
8765
8765
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DatePickerMessages, decorators: [{
8766
8766
  type: Directive,
8767
8767
  args: [{
@@ -8776,6 +8776,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
8776
8776
  type: Input
8777
8777
  }], nextButtonTitle: [{
8778
8778
  type: Input
8779
+ }], parentViewButtonTitle: [{
8780
+ type: Input
8779
8781
  }] } });
8780
8782
 
8781
8783
  /**
@@ -9823,6 +9825,9 @@ DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
9823
9825
 
9824
9826
  i18n-nextButtonTitle="kendo.datepicker.nextButtonTitle|The title of the next button in the Classic calendar"
9825
9827
  nextButtonTitle="Navigate to next view"
9828
+
9829
+ i18n-parentViewButtonTitle="kendo.datepicker.parentViewButtonTitle|The title of the parent view button in the calendar header"
9830
+ parentViewButtonTitle="Navigate to parent view"
9826
9831
  >
9827
9832
  </ng-container>
9828
9833
  <kendo-dateinput
@@ -9952,6 +9957,7 @@ DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
9952
9957
  [today]="localization.get('today')"
9953
9958
  [prevButtonTitle]="localization.get('prevButtonTitle')"
9954
9959
  [nextButtonTitle]="localization.get('nextButtonTitle')"
9960
+ [parentViewButtonTitle]="localization.get('parentViewButtonTitle')"
9955
9961
  >
9956
9962
  </kendo-calendar-messages>
9957
9963
  </kendo-calendar>
@@ -9988,6 +9994,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
9988
9994
 
9989
9995
  i18n-nextButtonTitle="kendo.datepicker.nextButtonTitle|The title of the next button in the Classic calendar"
9990
9996
  nextButtonTitle="Navigate to next view"
9997
+
9998
+ i18n-parentViewButtonTitle="kendo.datepicker.parentViewButtonTitle|The title of the parent view button in the calendar header"
9999
+ parentViewButtonTitle="Navigate to parent view"
9991
10000
  >
9992
10001
  </ng-container>
9993
10002
  <kendo-dateinput
@@ -10117,6 +10126,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
10117
10126
  [today]="localization.get('today')"
10118
10127
  [prevButtonTitle]="localization.get('prevButtonTitle')"
10119
10128
  [nextButtonTitle]="localization.get('nextButtonTitle')"
10129
+ [parentViewButtonTitle]="localization.get('parentViewButtonTitle')"
10120
10130
  >
10121
10131
  </kendo-calendar-messages>
10122
10132
  </kendo-calendar>
@@ -13544,7 +13554,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
13544
13554
  class DateTimePickerMessages extends ComponentMessages {
13545
13555
  }
13546
13556
  DateTimePickerMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DateTimePickerMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
13547
- DateTimePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DateTimePickerMessages, selector: "kendo-datetimepicker-messages-base", inputs: { toggle: "toggle", dateTab: "dateTab", dateTabLabel: "dateTabLabel", timeTab: "timeTab", timeTabLabel: "timeTabLabel", accept: "accept", acceptLabel: "acceptLabel", cancel: "cancel", cancelLabel: "cancelLabel", today: "today", now: "now", nowLabel: "nowLabel", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle", hour: "hour", minute: "minute", second: "second", millisecond: "millisecond", dayperiod: "dayperiod" }, usesInheritance: true, ngImport: i0 });
13557
+ DateTimePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DateTimePickerMessages, selector: "kendo-datetimepicker-messages-base", inputs: { toggle: "toggle", dateTab: "dateTab", dateTabLabel: "dateTabLabel", timeTab: "timeTab", timeTabLabel: "timeTabLabel", accept: "accept", acceptLabel: "acceptLabel", cancel: "cancel", cancelLabel: "cancelLabel", today: "today", now: "now", nowLabel: "nowLabel", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle", parentViewButtonTitle: "parentViewButtonTitle", hour: "hour", minute: "minute", second: "second", millisecond: "millisecond", dayperiod: "dayperiod" }, usesInheritance: true, ngImport: i0 });
13548
13558
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DateTimePickerMessages, decorators: [{
13549
13559
  type: Directive,
13550
13560
  args: [{
@@ -13579,6 +13589,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
13579
13589
  type: Input
13580
13590
  }], nextButtonTitle: [{
13581
13591
  type: Input
13592
+ }], parentViewButtonTitle: [{
13593
+ type: Input
13582
13594
  }], hour: [{
13583
13595
  type: Input
13584
13596
  }], minute: [{
@@ -14842,6 +14854,9 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
14842
14854
  i18n-nextButtonTitle="kendo.datetimepicker.nextButtonTitle|The title of the next button in the Classic calendar"
14843
14855
  nextButtonTitle="Navigate to next view"
14844
14856
 
14857
+ i18n-parentViewButtonTitle="kendo.datetimepicker.parentViewButtonTitle|The title of the parent view button in the calendar header"
14858
+ parentViewButtonTitle="Navigate to parent view"
14859
+
14845
14860
  i18n-hour="kendo.datetimepicker.hour|The label for the hour part in the timepicker component"
14846
14861
  hour="Hour"
14847
14862
 
@@ -15066,6 +15081,7 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
15066
15081
  [today]="localization.get('today')"
15067
15082
  [prevButtonTitle]="localization.get('prevButtonTitle')"
15068
15083
  [nextButtonTitle]="localization.get('nextButtonTitle')"
15084
+ [parentViewButtonTitle]="localization.get('parentViewButtonTitle')"
15069
15085
  >
15070
15086
  </kendo-calendar-messages>
15071
15087
  </kendo-calendar>
@@ -15206,6 +15222,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
15206
15222
  i18n-nextButtonTitle="kendo.datetimepicker.nextButtonTitle|The title of the next button in the Classic calendar"
15207
15223
  nextButtonTitle="Navigate to next view"
15208
15224
 
15225
+ i18n-parentViewButtonTitle="kendo.datetimepicker.parentViewButtonTitle|The title of the parent view button in the calendar header"
15226
+ parentViewButtonTitle="Navigate to parent view"
15227
+
15209
15228
  i18n-hour="kendo.datetimepicker.hour|The label for the hour part in the timepicker component"
15210
15229
  hour="Hour"
15211
15230
 
@@ -15430,6 +15449,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
15430
15449
  [today]="localization.get('today')"
15431
15450
  [prevButtonTitle]="localization.get('prevButtonTitle')"
15432
15451
  [nextButtonTitle]="localization.get('nextButtonTitle')"
15452
+ [parentViewButtonTitle]="localization.get('parentViewButtonTitle')"
15433
15453
  >
15434
15454
  </kendo-calendar-messages>
15435
15455
  </kendo-calendar>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dateinputs",
3
- "version": "13.2.2-develop.4",
3
+ "version": "13.3.0-develop.2",
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",
@@ -33,20 +33,20 @@
33
33
  "@angular/core": "13 - 16",
34
34
  "@angular/platform-browser": "13 - 16",
35
35
  "@progress/kendo-licensing": "^1.0.2",
36
- "@progress/kendo-angular-common": "13.2.2-develop.4",
37
- "@progress/kendo-angular-intl": "13.2.2-develop.4",
38
- "@progress/kendo-angular-l10n": "13.2.2-develop.4",
39
- "@progress/kendo-angular-icons": "13.2.2-develop.4",
40
- "@progress/kendo-angular-popup": "13.2.2-develop.4",
41
- "@progress/kendo-angular-navigation": "13.2.2-develop.4",
36
+ "@progress/kendo-angular-common": "13.3.0-develop.2",
37
+ "@progress/kendo-angular-intl": "13.3.0-develop.2",
38
+ "@progress/kendo-angular-l10n": "13.3.0-develop.2",
39
+ "@progress/kendo-angular-icons": "13.3.0-develop.2",
40
+ "@progress/kendo-angular-popup": "13.3.0-develop.2",
41
+ "@progress/kendo-angular-navigation": "13.3.0-develop.2",
42
42
  "rxjs": "^6.5.3 || ^7.0.0",
43
- "@progress/kendo-angular-buttons": "13.2.2-develop.4",
44
- "@progress/kendo-angular-inputs": "13.2.2-develop.4",
45
- "@progress/kendo-angular-label": "13.2.2-develop.4"
43
+ "@progress/kendo-angular-buttons": "13.3.0-develop.2",
44
+ "@progress/kendo-angular-inputs": "13.3.0-develop.2",
45
+ "@progress/kendo-angular-label": "13.3.0-develop.2"
46
46
  },
47
47
  "dependencies": {
48
48
  "tslib": "^2.3.1",
49
- "@progress/kendo-angular-schematics": "13.2.2-develop.4",
49
+ "@progress/kendo-angular-schematics": "13.3.0-develop.2",
50
50
  "@progress/kendo-common": "^0.2.0",
51
51
  "@progress/kendo-date-math": "^1.1.0"
52
52
  },