@progress/kendo-angular-gantt 24.0.0-develop.22 → 24.0.0-develop.24
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.
|
@@ -14,7 +14,7 @@ import { getter, touchEnabled } from '@progress/kendo-common';
|
|
|
14
14
|
import * as i1 from '@progress/kendo-angular-intl';
|
|
15
15
|
import { DatePipe, NumberPipe } from '@progress/kendo-angular-intl';
|
|
16
16
|
import { orderBy } from '@progress/kendo-data-query';
|
|
17
|
-
import { xIcon, plusIcon, minusIcon, saveIcon,
|
|
17
|
+
import { xIcon, plusIcon, minusIcon, saveIcon, cancelIcon, trashIcon } from '@progress/kendo-svg-icons';
|
|
18
18
|
import { NgClass, NgTemplateOutlet } from '@angular/common';
|
|
19
19
|
import { IconWrapperComponent, IconsService } from '@progress/kendo-angular-icons';
|
|
20
20
|
import * as i6 from '@progress/kendo-angular-tooltip';
|
|
@@ -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: 1778583920,
|
|
48
|
+
version: '24.0.0-develop.24',
|
|
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
|
|
|
@@ -5056,7 +5056,7 @@ class EditDialogComponent {
|
|
|
5056
5056
|
data;
|
|
5057
5057
|
loadedTasks;
|
|
5058
5058
|
saveIcon = saveIcon;
|
|
5059
|
-
cancelIcon =
|
|
5059
|
+
cancelIcon = cancelIcon;
|
|
5060
5060
|
deleteIcon = trashIcon;
|
|
5061
5061
|
constructor(mapper, editService, cdr, localizationService) {
|
|
5062
5062
|
this.mapper = mapper;
|
|
@@ -5143,7 +5143,7 @@ class EditDialogComponent {
|
|
|
5143
5143
|
</button>
|
|
5144
5144
|
<button
|
|
5145
5145
|
kendoButton
|
|
5146
|
-
icon="cancel
|
|
5146
|
+
icon="cancel"
|
|
5147
5147
|
[svgIcon]="cancelIcon"
|
|
5148
5148
|
(click)="handleEditingResult('cancel')"
|
|
5149
5149
|
>
|
|
@@ -5220,7 +5220,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
5220
5220
|
</button>
|
|
5221
5221
|
<button
|
|
5222
5222
|
kendoButton
|
|
5223
|
-
icon="cancel
|
|
5223
|
+
icon="cancel"
|
|
5224
5224
|
[svgIcon]="cancelIcon"
|
|
5225
5225
|
(click)="handleEditingResult('cancel')"
|
|
5226
5226
|
>
|
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": 1778583920,
|
|
11
|
+
"version": "24.0.0-develop.24",
|
|
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.24",
|
|
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": 1778583920,
|
|
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.24",
|
|
50
|
+
"@progress/kendo-angular-common": "24.0.0-develop.24",
|
|
51
|
+
"@progress/kendo-angular-dialog": "24.0.0-develop.24",
|
|
52
|
+
"@progress/kendo-angular-dropdowns": "24.0.0-develop.24",
|
|
53
|
+
"@progress/kendo-angular-grid": "24.0.0-develop.24",
|
|
54
|
+
"@progress/kendo-angular-icons": "24.0.0-develop.24",
|
|
55
|
+
"@progress/kendo-angular-inputs": "24.0.0-develop.24",
|
|
56
|
+
"@progress/kendo-angular-intl": "24.0.0-develop.24",
|
|
57
|
+
"@progress/kendo-angular-l10n": "24.0.0-develop.24",
|
|
58
|
+
"@progress/kendo-angular-label": "24.0.0-develop.24",
|
|
59
|
+
"@progress/kendo-angular-layout": "24.0.0-develop.24",
|
|
60
|
+
"@progress/kendo-angular-popup": "24.0.0-develop.24",
|
|
61
|
+
"@progress/kendo-angular-tooltip": "24.0.0-develop.24",
|
|
62
|
+
"@progress/kendo-angular-treelist": "24.0.0-develop.24",
|
|
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.24",
|
|
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.24',
|
|
16
|
+
'@progress/kendo-angular-excel-export': '24.0.0-develop.24',
|
|
17
|
+
'@progress/kendo-angular-pdf-export': '24.0.0-develop.24',
|
|
18
|
+
'@progress/kendo-angular-utils': '24.0.0-develop.24',
|
|
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.24',
|
|
22
|
+
'@progress/kendo-angular-navigation': '24.0.0-develop.24',
|
|
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.24',
|
|
25
25
|
// peer dep of the icons
|
|
26
26
|
'@progress/kendo-svg-icons': '^4.0.0'
|
|
27
27
|
} });
|