@progress/kendo-angular-gantt 24.0.0-develop.15 → 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:
|
|
48
|
-
version: '24.0.0-develop.
|
|
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
|
|
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
|
|
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"
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "24.0.0-develop.
|
|
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.
|
|
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":
|
|
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.
|
|
50
|
-
"@progress/kendo-angular-common": "24.0.0-develop.
|
|
51
|
-
"@progress/kendo-angular-dialog": "24.0.0-develop.
|
|
52
|
-
"@progress/kendo-angular-dropdowns": "24.0.0-develop.
|
|
53
|
-
"@progress/kendo-angular-grid": "24.0.0-develop.
|
|
54
|
-
"@progress/kendo-angular-icons": "24.0.0-develop.
|
|
55
|
-
"@progress/kendo-angular-inputs": "24.0.0-develop.
|
|
56
|
-
"@progress/kendo-angular-intl": "24.0.0-develop.
|
|
57
|
-
"@progress/kendo-angular-l10n": "24.0.0-develop.
|
|
58
|
-
"@progress/kendo-angular-label": "24.0.0-develop.
|
|
59
|
-
"@progress/kendo-angular-layout": "24.0.0-develop.
|
|
60
|
-
"@progress/kendo-angular-popup": "24.0.0-develop.
|
|
61
|
-
"@progress/kendo-angular-tooltip": "24.0.0-develop.
|
|
62
|
-
"@progress/kendo-angular-treelist": "24.0.0-develop.
|
|
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.
|
|
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.
|
|
16
|
-
'@progress/kendo-angular-excel-export': '24.0.0-develop.
|
|
17
|
-
'@progress/kendo-angular-pdf-export': '24.0.0-develop.
|
|
18
|
-
'@progress/kendo-angular-utils': '24.0.0-develop.
|
|
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.
|
|
22
|
-
'@progress/kendo-angular-navigation': '24.0.0-develop.
|
|
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.
|
|
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
|
} });
|