@progress/kendo-angular-gantt 24.0.0-develop.14 → 24.0.0-develop.16

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.
@@ -44,8 +44,8 @@ const packageMetadata = {
44
44
  productName: 'Kendo UI for Angular',
45
45
  productCode: 'KENDOUIANGULAR',
46
46
  productCodes: ['KENDOUIANGULAR'],
47
- publishDate: 1777540794,
48
- version: '24.0.0-develop.14',
47
+ publishDate: 1777884418,
48
+ version: '24.0.0-develop.16',
49
49
  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'
50
50
  };
51
51
 
@@ -5770,7 +5770,6 @@ class Messages extends ComponentMessages {
5770
5770
  */
5771
5771
  monthViewText;
5772
5772
  /**
5773
- * @hidden
5774
5773
  * The text of the year view in the ViewSelector component.
5775
5774
  */
5776
5775
  yearViewText;
@@ -7581,7 +7580,7 @@ class GanttComponent {
7581
7580
  i18n-monthViewText="kendo.gantt.monthViewText|The text of the month view in the ViewSelector component"
7582
7581
  monthViewText="Month"
7583
7582
 
7584
- i18n-yearViewText-disabled="kendo.gantt.yearViewText|The text of the year view in the ViewSelector component"
7583
+ i18n-yearViewText="kendo.gantt.yearViewText|The text of the year view in the ViewSelector component"
7585
7584
  yearViewText="Year"
7586
7585
 
7587
7586
  i18n-addTaskText="kendo.gantt.addTaskText|The text of the DropDownButton in the AddTask component"
@@ -8006,7 +8005,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
8006
8005
  i18n-monthViewText="kendo.gantt.monthViewText|The text of the month view in the ViewSelector component"
8007
8006
  monthViewText="Month"
8008
8007
 
8009
- i18n-yearViewText-disabled="kendo.gantt.yearViewText|The text of the year view in the ViewSelector component"
8008
+ i18n-yearViewText="kendo.gantt.yearViewText|The text of the year view in the ViewSelector component"
8010
8009
  yearViewText="Year"
8011
8010
 
8012
8011
  i18n-addTaskText="kendo.gantt.addTaskText|The text of the DropDownButton in the AddTask component"
@@ -117,7 +117,6 @@ export declare class Messages extends ComponentMessages {
117
117
  */
118
118
  monthViewText: string;
119
119
  /**
120
- * @hidden
121
120
  * The text of the year view in the ViewSelector component.
122
121
  */
123
122
  yearViewText: string;
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1777540794,
11
- "version": "24.0.0-develop.14",
10
+ "publishDate": 1777884418,
11
+ "version": "24.0.0-develop.16",
12
12
  "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"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-gantt",
3
- "version": "24.0.0-develop.14",
3
+ "version": "24.0.0-develop.16",
4
4
  "description": "Kendo UI Angular Gantt",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -34,7 +34,7 @@
34
34
  "package": {
35
35
  "productName": "Kendo UI for Angular",
36
36
  "productCode": "KENDOUIANGULAR",
37
- "publishDate": 1777540794,
37
+ "publishDate": 1777884418,
38
38
  "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"
39
39
  }
40
40
  },
@@ -46,25 +46,25 @@
46
46
  "@angular/platform-browser": "19 - 21",
47
47
  "@progress/kendo-data-query": "^1.7.3",
48
48
  "@progress/kendo-licensing": "^1.11.0",
49
- "@progress/kendo-angular-buttons": "24.0.0-develop.14",
50
- "@progress/kendo-angular-common": "24.0.0-develop.14",
51
- "@progress/kendo-angular-dialog": "24.0.0-develop.14",
52
- "@progress/kendo-angular-dropdowns": "24.0.0-develop.14",
53
- "@progress/kendo-angular-grid": "24.0.0-develop.14",
54
- "@progress/kendo-angular-icons": "24.0.0-develop.14",
55
- "@progress/kendo-angular-inputs": "24.0.0-develop.14",
56
- "@progress/kendo-angular-intl": "24.0.0-develop.14",
57
- "@progress/kendo-angular-l10n": "24.0.0-develop.14",
58
- "@progress/kendo-angular-label": "24.0.0-develop.14",
59
- "@progress/kendo-angular-layout": "24.0.0-develop.14",
60
- "@progress/kendo-angular-popup": "24.0.0-develop.14",
61
- "@progress/kendo-angular-tooltip": "24.0.0-develop.14",
62
- "@progress/kendo-angular-treelist": "24.0.0-develop.14",
49
+ "@progress/kendo-angular-buttons": "24.0.0-develop.16",
50
+ "@progress/kendo-angular-common": "24.0.0-develop.16",
51
+ "@progress/kendo-angular-dialog": "24.0.0-develop.16",
52
+ "@progress/kendo-angular-dropdowns": "24.0.0-develop.16",
53
+ "@progress/kendo-angular-grid": "24.0.0-develop.16",
54
+ "@progress/kendo-angular-icons": "24.0.0-develop.16",
55
+ "@progress/kendo-angular-inputs": "24.0.0-develop.16",
56
+ "@progress/kendo-angular-intl": "24.0.0-develop.16",
57
+ "@progress/kendo-angular-l10n": "24.0.0-develop.16",
58
+ "@progress/kendo-angular-label": "24.0.0-develop.16",
59
+ "@progress/kendo-angular-layout": "24.0.0-develop.16",
60
+ "@progress/kendo-angular-popup": "24.0.0-develop.16",
61
+ "@progress/kendo-angular-tooltip": "24.0.0-develop.16",
62
+ "@progress/kendo-angular-treelist": "24.0.0-develop.16",
63
63
  "rxjs": "^6.5.3 || ^7.0.0"
64
64
  },
65
65
  "dependencies": {
66
66
  "tslib": "^2.3.1",
67
- "@progress/kendo-angular-schematics": "24.0.0-develop.14",
67
+ "@progress/kendo-angular-schematics": "24.0.0-develop.16",
68
68
  "@progress/kendo-common": "^1.0.1",
69
69
  "@progress/kendo-date-math": "^1.5.2",
70
70
  "@progress/kendo-draggable": "^3.0.0"
@@ -12,16 +12,16 @@ function default_1(options) {
12
12
  // See https://github.com/telerik/kendo-schematics/issues/28
13
13
  peerDependencies: {
14
14
  // peer deps of the treelist
15
- '@progress/kendo-angular-dateinputs': '24.0.0-develop.14',
16
- '@progress/kendo-angular-excel-export': '24.0.0-develop.14',
17
- '@progress/kendo-angular-pdf-export': '24.0.0-develop.14',
18
- '@progress/kendo-angular-utils': '24.0.0-develop.14',
15
+ '@progress/kendo-angular-dateinputs': '24.0.0-develop.16',
16
+ '@progress/kendo-angular-excel-export': '24.0.0-develop.16',
17
+ '@progress/kendo-angular-pdf-export': '24.0.0-develop.16',
18
+ '@progress/kendo-angular-utils': '24.0.0-develop.16',
19
19
  '@progress/kendo-drawing': '^1.0.0',
20
20
  // peer deps of the dropdowns
21
- '@progress/kendo-angular-treeview': '24.0.0-develop.14',
22
- '@progress/kendo-angular-navigation': '24.0.0-develop.14',
21
+ '@progress/kendo-angular-treeview': '24.0.0-develop.16',
22
+ '@progress/kendo-angular-navigation': '24.0.0-develop.16',
23
23
  // peer dep of the layout
24
- '@progress/kendo-angular-progressbar': '24.0.0-develop.14',
24
+ '@progress/kendo-angular-progressbar': '24.0.0-develop.16',
25
25
  // peer dep of the icons
26
26
  '@progress/kendo-svg-icons': '^4.0.0'
27
27
  } });