@progress/kendo-angular-dateinputs 16.1.0-develop.1 → 16.1.0-develop.3

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.
@@ -137,7 +137,7 @@ export declare class CalendarComponent implements ControlValueAccessor, OnChange
137
137
  footer: boolean;
138
138
  /**
139
139
  * Sets the Calendar selection mode
140
- * ([see example]({% slug multiple_selection_calendar %})).
140
+ * ([see example]({% slug selection_calendar %})).
141
141
  *
142
142
  * The available values are:
143
143
  * * `single` (default)
@@ -144,7 +144,7 @@ export declare class MultiViewCalendarComponent implements AfterViewInit, Contro
144
144
  disabledDatesRangeValidation: boolean;
145
145
  /**
146
146
  * Sets the Calendar selection mode
147
- * ([see example]({% slug multiple_selection_multiviewcalendar %})).
147
+ * ([see example]({% slug selection_multiviewcalendar %})).
148
148
  *
149
149
  * The available values are:
150
150
  * * `single` (default)
@@ -327,7 +327,7 @@ export class CalendarComponent {
327
327
  }
328
328
  /**
329
329
  * Sets the Calendar selection mode
330
- * ([see example]({% slug multiple_selection_calendar %})).
330
+ * ([see example]({% slug selection_calendar %})).
331
331
  *
332
332
  * The available values are:
333
333
  * * `single` (default)
@@ -352,7 +352,7 @@ export class MultiViewCalendarComponent {
352
352
  }
353
353
  /**
354
354
  * Sets the Calendar selection mode
355
- * ([see example]({% slug multiple_selection_multiviewcalendar %})).
355
+ * ([see example]({% slug selection_multiviewcalendar %})).
356
356
  *
357
357
  * The available values are:
358
358
  * * `single` (default)
@@ -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: 1715948381,
13
- version: '16.1.0-develop.1',
12
+ publishDate: 1716479109,
13
+ version: '16.1.0-develop.3',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -38,8 +38,8 @@ const packageMetadata = {
38
38
  name: '@progress/kendo-angular-dateinputs',
39
39
  productName: 'Kendo UI for Angular',
40
40
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
41
- publishDate: 1715948381,
42
- version: '16.1.0-develop.1',
41
+ publishDate: 1716479109,
42
+ version: '16.1.0-develop.3',
43
43
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
44
44
  };
45
45
 
@@ -3851,7 +3851,7 @@ class MultiViewCalendarComponent {
3851
3851
  }
3852
3852
  /**
3853
3853
  * Sets the Calendar selection mode
3854
- * ([see example]({% slug multiple_selection_multiviewcalendar %})).
3854
+ * ([see example]({% slug selection_multiviewcalendar %})).
3855
3855
  *
3856
3856
  * The available values are:
3857
3857
  * * `single` (default)
@@ -6669,7 +6669,7 @@ class CalendarComponent {
6669
6669
  }
6670
6670
  /**
6671
6671
  * Sets the Calendar selection mode
6672
- * ([see example]({% slug multiple_selection_calendar %})).
6672
+ * ([see example]({% slug selection_calendar %})).
6673
6673
  *
6674
6674
  * The available values are:
6675
6675
  * * `single` (default)
@@ -38,8 +38,8 @@ const packageMetadata = {
38
38
  name: '@progress/kendo-angular-dateinputs',
39
39
  productName: 'Kendo UI for Angular',
40
40
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
41
- publishDate: 1715948381,
42
- version: '16.1.0-develop.1',
41
+ publishDate: 1716479109,
42
+ version: '16.1.0-develop.3',
43
43
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
44
44
  };
45
45
 
@@ -3850,7 +3850,7 @@ class MultiViewCalendarComponent {
3850
3850
  }
3851
3851
  /**
3852
3852
  * Sets the Calendar selection mode
3853
- * ([see example]({% slug multiple_selection_multiviewcalendar %})).
3853
+ * ([see example]({% slug selection_multiviewcalendar %})).
3854
3854
  *
3855
3855
  * The available values are:
3856
3856
  * * `single` (default)
@@ -6660,7 +6660,7 @@ class CalendarComponent {
6660
6660
  }
6661
6661
  /**
6662
6662
  * Sets the Calendar selection mode
6663
- * ([see example]({% slug multiple_selection_calendar %})).
6663
+ * ([see example]({% slug selection_calendar %})).
6664
6664
  *
6665
6665
  * The available values are:
6666
6666
  * * `single` (default)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dateinputs",
3
- "version": "16.1.0-develop.1",
3
+ "version": "16.1.0-develop.3",
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",
@@ -28,23 +28,23 @@
28
28
  "friendlyName": "DateInputs"
29
29
  },
30
30
  "peerDependencies": {
31
- "@angular/animations": "15 - 17",
32
- "@angular/common": "15 - 17",
33
- "@angular/core": "15 - 17",
34
- "@angular/forms": "15 - 17",
35
- "@angular/platform-browser": "15 - 17",
31
+ "@angular/animations": "15 - 18",
32
+ "@angular/common": "15 - 18",
33
+ "@angular/core": "15 - 18",
34
+ "@angular/forms": "15 - 18",
35
+ "@angular/platform-browser": "15 - 18",
36
36
  "@progress/kendo-licensing": "^1.0.2",
37
- "@progress/kendo-angular-common": "16.1.0-develop.1",
38
- "@progress/kendo-angular-intl": "16.1.0-develop.1",
39
- "@progress/kendo-angular-l10n": "16.1.0-develop.1",
40
- "@progress/kendo-angular-icons": "16.1.0-develop.1",
41
- "@progress/kendo-angular-popup": "16.1.0-develop.1",
42
- "@progress/kendo-angular-navigation": "16.1.0-develop.1",
37
+ "@progress/kendo-angular-common": "16.1.0-develop.3",
38
+ "@progress/kendo-angular-intl": "16.1.0-develop.3",
39
+ "@progress/kendo-angular-l10n": "16.1.0-develop.3",
40
+ "@progress/kendo-angular-icons": "16.1.0-develop.3",
41
+ "@progress/kendo-angular-popup": "16.1.0-develop.3",
42
+ "@progress/kendo-angular-navigation": "16.1.0-develop.3",
43
43
  "rxjs": "^6.5.3 || ^7.0.0"
44
44
  },
45
45
  "dependencies": {
46
46
  "tslib": "^2.3.1",
47
- "@progress/kendo-angular-schematics": "16.1.0-develop.1",
47
+ "@progress/kendo-angular-schematics": "16.1.0-develop.3",
48
48
  "@progress/kendo-common": "^0.2.0",
49
49
  "@progress/kendo-date-math": "^1.1.0",
50
50
  "@progress/kendo-dateinputs-common": "^0.3.3"