@progress/kendo-angular-gantt 2.0.0-next.202204131102 → 2.0.0
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/bundles/kendo-angular-gantt.umd.js +1 -1
- package/columns/column-base.d.ts +1 -0
- package/esm2015/columns/column-base.js +1 -0
- package/esm2015/dragging/drag-validation-tooltip.component.js +2 -35
- package/esm2015/expanded-state/expand-event.js +2 -0
- package/esm2015/package-metadata.js +1 -1
- package/expanded-state/expand-event.d.ts +2 -0
- package/fesm2015/kendo-angular-gantt.js +4 -36
- package/package.json +16 -18
- package/schematics/ngAdd/index.js +10 -10
package/columns/column-base.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ import { Component, Input } from '@angular/core';
|
|
|
6
6
|
import { ColumnBase } from '@progress/kendo-angular-treelist';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
9
|
+
* @hidden
|
|
9
10
|
* The base class for the column components of the Gantt.
|
|
10
11
|
*/
|
|
11
12
|
export class GanttColumnBase extends ColumnBase {
|
|
@@ -33,7 +33,7 @@ DragValidationTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
|
33
33
|
<span class="k-gantt-tooltip-validation-value">{{ toTaskName }}</span>
|
|
34
34
|
</div>
|
|
35
35
|
</div>
|
|
36
|
-
`, isInline: true
|
|
36
|
+
`, isInline: true });
|
|
37
37
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DragValidationTooltipComponent, decorators: [{
|
|
38
38
|
type: Component,
|
|
39
39
|
args: [{
|
|
@@ -52,39 +52,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
52
52
|
<span class="k-gantt-tooltip-validation-value">{{ toTaskName }}</span>
|
|
53
53
|
</div>
|
|
54
54
|
</div>
|
|
55
|
-
|
|
56
|
-
styles: [`
|
|
57
|
-
.k-gantt-tooltip-validation {
|
|
58
|
-
max-width: 200px;
|
|
59
|
-
display: block;
|
|
60
|
-
}
|
|
61
|
-
.k-gantt-tooltip-validation::before {
|
|
62
|
-
content: '';
|
|
63
|
-
position: absolute;
|
|
64
|
-
left: 0;
|
|
65
|
-
top: 0;
|
|
66
|
-
width: 4px;
|
|
67
|
-
height: 100%;
|
|
68
|
-
background: #656565;
|
|
69
|
-
}
|
|
70
|
-
.k-gantt-tooltip-validation.k-gantt-tooltip-valid::before {
|
|
71
|
-
background: #37B400;
|
|
72
|
-
}
|
|
73
|
-
.k-gantt-tooltip-validation.k-gantt-tooltip-invalid::before {
|
|
74
|
-
background: #F31700;
|
|
75
|
-
}
|
|
76
|
-
.k-gantt-tooltip-validation-row {
|
|
77
|
-
white-space: nowrap;
|
|
78
|
-
overflow: hidden;
|
|
79
|
-
text-overflow: ellipsis;
|
|
80
|
-
}
|
|
81
|
-
.k-gantt-tooltip-validation-label {
|
|
82
|
-
display: inline-flex;
|
|
83
|
-
width: 50px;
|
|
84
|
-
}
|
|
85
|
-
.k-gantt-tooltip-validation-value {
|
|
86
|
-
font-weight: bold;
|
|
87
|
-
}
|
|
88
|
-
`]
|
|
55
|
+
`
|
|
89
56
|
}]
|
|
90
57
|
}] });
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-gantt',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
12
|
+
publishDate: 1650441269,
|
|
13
13
|
version: '',
|
|
14
14
|
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'
|
|
15
15
|
};
|
|
@@ -47,7 +47,7 @@ const packageMetadata = {
|
|
|
47
47
|
name: '@progress/kendo-angular-gantt',
|
|
48
48
|
productName: 'Kendo UI for Angular',
|
|
49
49
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
50
|
-
publishDate:
|
|
50
|
+
publishDate: 1650441269,
|
|
51
51
|
version: '',
|
|
52
52
|
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'
|
|
53
53
|
};
|
|
@@ -2873,6 +2873,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
2873
2873
|
}] } });
|
|
2874
2874
|
|
|
2875
2875
|
/**
|
|
2876
|
+
* @hidden
|
|
2876
2877
|
* The base class for the column components of the Gantt.
|
|
2877
2878
|
*/
|
|
2878
2879
|
class GanttColumnBase extends ColumnBase {
|
|
@@ -7066,7 +7067,7 @@ DragValidationTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
|
7066
7067
|
<span class="k-gantt-tooltip-validation-value">{{ toTaskName }}</span>
|
|
7067
7068
|
</div>
|
|
7068
7069
|
</div>
|
|
7069
|
-
`, isInline: true
|
|
7070
|
+
`, isInline: true });
|
|
7070
7071
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DragValidationTooltipComponent, decorators: [{
|
|
7071
7072
|
type: Component,
|
|
7072
7073
|
args: [{
|
|
@@ -7085,40 +7086,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
7085
7086
|
<span class="k-gantt-tooltip-validation-value">{{ toTaskName }}</span>
|
|
7086
7087
|
</div>
|
|
7087
7088
|
</div>
|
|
7088
|
-
|
|
7089
|
-
styles: [`
|
|
7090
|
-
.k-gantt-tooltip-validation {
|
|
7091
|
-
max-width: 200px;
|
|
7092
|
-
display: block;
|
|
7093
|
-
}
|
|
7094
|
-
.k-gantt-tooltip-validation::before {
|
|
7095
|
-
content: '';
|
|
7096
|
-
position: absolute;
|
|
7097
|
-
left: 0;
|
|
7098
|
-
top: 0;
|
|
7099
|
-
width: 4px;
|
|
7100
|
-
height: 100%;
|
|
7101
|
-
background: #656565;
|
|
7102
|
-
}
|
|
7103
|
-
.k-gantt-tooltip-validation.k-gantt-tooltip-valid::before {
|
|
7104
|
-
background: #37B400;
|
|
7105
|
-
}
|
|
7106
|
-
.k-gantt-tooltip-validation.k-gantt-tooltip-invalid::before {
|
|
7107
|
-
background: #F31700;
|
|
7108
|
-
}
|
|
7109
|
-
.k-gantt-tooltip-validation-row {
|
|
7110
|
-
white-space: nowrap;
|
|
7111
|
-
overflow: hidden;
|
|
7112
|
-
text-overflow: ellipsis;
|
|
7113
|
-
}
|
|
7114
|
-
.k-gantt-tooltip-validation-label {
|
|
7115
|
-
display: inline-flex;
|
|
7116
|
-
width: 50px;
|
|
7117
|
-
}
|
|
7118
|
-
.k-gantt-tooltip-validation-value {
|
|
7119
|
-
font-weight: bold;
|
|
7120
|
-
}
|
|
7121
|
-
`]
|
|
7089
|
+
`
|
|
7122
7090
|
}]
|
|
7123
7091
|
}] });
|
|
7124
7092
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-gantt",
|
|
3
|
-
"version": "2.0.0
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Kendo UI Angular Gantt",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -28,19 +28,19 @@
|
|
|
28
28
|
"tslib": "^2.3.1"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@angular/common": "
|
|
32
|
-
"@angular/core": "
|
|
33
|
-
"@angular/forms": "
|
|
34
|
-
"@angular/platform-browser": "
|
|
35
|
-
"@progress/kendo-angular-buttons": "
|
|
36
|
-
"@progress/kendo-angular-common": "
|
|
37
|
-
"@progress/kendo-angular-dialog": "
|
|
38
|
-
"@progress/kendo-angular-dropdowns": "
|
|
39
|
-
"@progress/kendo-angular-grid": "
|
|
40
|
-
"@progress/kendo-angular-intl": "
|
|
41
|
-
"@progress/kendo-angular-layout": "
|
|
42
|
-
"@progress/kendo-angular-popup": "
|
|
43
|
-
"@progress/kendo-angular-treelist": "
|
|
31
|
+
"@angular/common": "12 - 14",
|
|
32
|
+
"@angular/core": "12 - 14",
|
|
33
|
+
"@angular/forms": "12 - 14",
|
|
34
|
+
"@angular/platform-browser": "12 - 14",
|
|
35
|
+
"@progress/kendo-angular-buttons": "^8.0.0",
|
|
36
|
+
"@progress/kendo-angular-common": "^3.0.0",
|
|
37
|
+
"@progress/kendo-angular-dialog": "^7.0.0",
|
|
38
|
+
"@progress/kendo-angular-dropdowns": "^7.0.0",
|
|
39
|
+
"@progress/kendo-angular-grid": "^7.0.0",
|
|
40
|
+
"@progress/kendo-angular-intl": "^4.0.0",
|
|
41
|
+
"@progress/kendo-angular-layout": "^7.0.0",
|
|
42
|
+
"@progress/kendo-angular-popup": "^5.0.0",
|
|
43
|
+
"@progress/kendo-angular-treelist": "^5.0.0",
|
|
44
44
|
"@progress/kendo-data-query": "^1.5.5",
|
|
45
45
|
"@progress/kendo-date-math": "^1.5.2",
|
|
46
46
|
"@progress/kendo-licensing": "^1.0.0",
|
|
@@ -73,12 +73,10 @@
|
|
|
73
73
|
"release": {
|
|
74
74
|
"debug": false,
|
|
75
75
|
"branchTags": {
|
|
76
|
-
"develop": "dev"
|
|
77
|
-
"ng12-update": "next"
|
|
76
|
+
"develop": "dev"
|
|
78
77
|
},
|
|
79
78
|
"fallbackTags": {
|
|
80
|
-
"dev": "latest"
|
|
81
|
-
"next": "latest"
|
|
79
|
+
"dev": "latest"
|
|
82
80
|
},
|
|
83
81
|
"analyzeCommits": "@telerik/semantic-prerelease/analyzeCommits",
|
|
84
82
|
"generateNotes": "@progress/kendo-angular-tasks/lib/generateNotes",
|
|
@@ -11,19 +11,19 @@ function default_1(options) {
|
|
|
11
11
|
// See https://github.com/telerik/kendo-schematics/issues/28
|
|
12
12
|
peerDependencies: {
|
|
13
13
|
// peer deps of the treelist
|
|
14
|
-
'@progress/kendo-angular-dateinputs': '^
|
|
15
|
-
'@progress/kendo-angular-dropdowns': '^
|
|
16
|
-
'@progress/kendo-angular-excel-export': '^
|
|
17
|
-
'@progress/kendo-angular-inputs': '^
|
|
18
|
-
'@progress/kendo-angular-l10n': '^
|
|
19
|
-
'@progress/kendo-angular-label': '^
|
|
20
|
-
'@progress/kendo-angular-pdf-export': '^
|
|
21
|
-
'@progress/kendo-angular-popup': '^
|
|
14
|
+
'@progress/kendo-angular-dateinputs': '^7.0.0',
|
|
15
|
+
'@progress/kendo-angular-dropdowns': '^7.0.0',
|
|
16
|
+
'@progress/kendo-angular-excel-export': '^5.0.0',
|
|
17
|
+
'@progress/kendo-angular-inputs': '^9.0.0',
|
|
18
|
+
'@progress/kendo-angular-l10n': '^4.0.0',
|
|
19
|
+
'@progress/kendo-angular-label': '^4.0.0',
|
|
20
|
+
'@progress/kendo-angular-pdf-export': '^4.0.0',
|
|
21
|
+
'@progress/kendo-angular-popup': '^5.0.0',
|
|
22
22
|
'@progress/kendo-drawing': '^1.0.0',
|
|
23
23
|
// peer dep of the dropdowns
|
|
24
|
-
'@progress/kendo-angular-treeview': '^
|
|
24
|
+
'@progress/kendo-angular-treeview': '^7.0.0',
|
|
25
25
|
// peer dep of the layout
|
|
26
|
-
'@progress/kendo-angular-progressbar': '^
|
|
26
|
+
'@progress/kendo-angular-progressbar': '^3.0.0'
|
|
27
27
|
} });
|
|
28
28
|
return schematics_1.externalSchematic('@progress/kendo-schematics', 'ng-add', finalOptions);
|
|
29
29
|
}
|