@progress/kendo-angular-gantt 11.6.0-develop.1 → 12.0.0-develop.1
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/esm2020/editing/edit-dialog.component.mjs +2 -2
- package/esm2020/gantt.component.mjs +2 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-gantt.mjs +6 -6
- package/fesm2020/progress-kendo-angular-gantt.mjs +6 -6
- package/package.json +13 -13
- package/schematics/ngAdd/index.js +10 -10
|
@@ -100,7 +100,7 @@ EditDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
100
100
|
</kendo-tabstrip-tab>
|
|
101
101
|
</kendo-tabstrip>
|
|
102
102
|
|
|
103
|
-
<kendo-dialog-actions layout="
|
|
103
|
+
<kendo-dialog-actions layout="start">
|
|
104
104
|
<button
|
|
105
105
|
kendoButton
|
|
106
106
|
themeColor="primary"
|
|
@@ -176,7 +176,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
176
176
|
</kendo-tabstrip-tab>
|
|
177
177
|
</kendo-tabstrip>
|
|
178
178
|
|
|
179
|
-
<kendo-dialog-actions layout="
|
|
179
|
+
<kendo-dialog-actions layout="start">
|
|
180
180
|
<button
|
|
181
181
|
kendoButton
|
|
182
182
|
themeColor="primary"
|
|
@@ -1686,7 +1686,7 @@ GanttComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version
|
|
|
1686
1686
|
[title]="getText('confirmationDialogTitle')"
|
|
1687
1687
|
(close)="handleConfirmationDialogClose()">
|
|
1688
1688
|
<span>{{ getText('confirmationDialogContent') }}</span>
|
|
1689
|
-
<kendo-dialog-actions layout="
|
|
1689
|
+
<kendo-dialog-actions layout="start">
|
|
1690
1690
|
<kendo-treelist-spacer></kendo-treelist-spacer>
|
|
1691
1691
|
<button kendoButton [primary]="true" (click)="handleDeleteConfirmation()">{{ getText('deleteButtonText') }}</button>
|
|
1692
1692
|
<button kendoButton (click)="handleConfirmationDialogClose()">{{ getText('cancelButtonText') }}</button>
|
|
@@ -2090,7 +2090,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2090
2090
|
[title]="getText('confirmationDialogTitle')"
|
|
2091
2091
|
(close)="handleConfirmationDialogClose()">
|
|
2092
2092
|
<span>{{ getText('confirmationDialogContent') }}</span>
|
|
2093
|
-
<kendo-dialog-actions layout="
|
|
2093
|
+
<kendo-dialog-actions layout="start">
|
|
2094
2094
|
<kendo-treelist-spacer></kendo-treelist-spacer>
|
|
2095
2095
|
<button kendoButton [primary]="true" (click)="handleDeleteConfirmation()">{{ getText('deleteButtonText') }}</button>
|
|
2096
2096
|
<button kendoButton (click)="handleConfirmationDialogClose()">{{ getText('cancelButtonText') }}</button>
|
|
@@ -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:
|
|
13
|
-
version: '
|
|
12
|
+
publishDate: 1680771672,
|
|
13
|
+
version: '12.0.0-develop.1',
|
|
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
|
};
|
|
@@ -50,8 +50,8 @@ const packageMetadata = {
|
|
|
50
50
|
name: '@progress/kendo-angular-gantt',
|
|
51
51
|
productName: 'Kendo UI for Angular',
|
|
52
52
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
53
|
-
publishDate:
|
|
54
|
-
version: '
|
|
53
|
+
publishDate: 1680771672,
|
|
54
|
+
version: '12.0.0-develop.1',
|
|
55
55
|
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'
|
|
56
56
|
};
|
|
57
57
|
|
|
@@ -4656,7 +4656,7 @@ EditDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
4656
4656
|
</kendo-tabstrip-tab>
|
|
4657
4657
|
</kendo-tabstrip>
|
|
4658
4658
|
|
|
4659
|
-
<kendo-dialog-actions layout="
|
|
4659
|
+
<kendo-dialog-actions layout="start">
|
|
4660
4660
|
<button
|
|
4661
4661
|
kendoButton
|
|
4662
4662
|
themeColor="primary"
|
|
@@ -4732,7 +4732,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4732
4732
|
</kendo-tabstrip-tab>
|
|
4733
4733
|
</kendo-tabstrip>
|
|
4734
4734
|
|
|
4735
|
-
<kendo-dialog-actions layout="
|
|
4735
|
+
<kendo-dialog-actions layout="start">
|
|
4736
4736
|
<button
|
|
4737
4737
|
kendoButton
|
|
4738
4738
|
themeColor="primary"
|
|
@@ -6573,7 +6573,7 @@ GanttComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version
|
|
|
6573
6573
|
[title]="getText('confirmationDialogTitle')"
|
|
6574
6574
|
(close)="handleConfirmationDialogClose()">
|
|
6575
6575
|
<span>{{ getText('confirmationDialogContent') }}</span>
|
|
6576
|
-
<kendo-dialog-actions layout="
|
|
6576
|
+
<kendo-dialog-actions layout="start">
|
|
6577
6577
|
<kendo-treelist-spacer></kendo-treelist-spacer>
|
|
6578
6578
|
<button kendoButton [primary]="true" (click)="handleDeleteConfirmation()">{{ getText('deleteButtonText') }}</button>
|
|
6579
6579
|
<button kendoButton (click)="handleConfirmationDialogClose()">{{ getText('cancelButtonText') }}</button>
|
|
@@ -6977,7 +6977,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
6977
6977
|
[title]="getText('confirmationDialogTitle')"
|
|
6978
6978
|
(close)="handleConfirmationDialogClose()">
|
|
6979
6979
|
<span>{{ getText('confirmationDialogContent') }}</span>
|
|
6980
|
-
<kendo-dialog-actions layout="
|
|
6980
|
+
<kendo-dialog-actions layout="start">
|
|
6981
6981
|
<kendo-treelist-spacer></kendo-treelist-spacer>
|
|
6982
6982
|
<button kendoButton [primary]="true" (click)="handleDeleteConfirmation()">{{ getText('deleteButtonText') }}</button>
|
|
6983
6983
|
<button kendoButton (click)="handleConfirmationDialogClose()">{{ getText('cancelButtonText') }}</button>
|
|
@@ -50,8 +50,8 @@ const packageMetadata = {
|
|
|
50
50
|
name: '@progress/kendo-angular-gantt',
|
|
51
51
|
productName: 'Kendo UI for Angular',
|
|
52
52
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
53
|
-
publishDate:
|
|
54
|
-
version: '
|
|
53
|
+
publishDate: 1680771672,
|
|
54
|
+
version: '12.0.0-develop.1',
|
|
55
55
|
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'
|
|
56
56
|
};
|
|
57
57
|
|
|
@@ -4622,7 +4622,7 @@ EditDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
4622
4622
|
</kendo-tabstrip-tab>
|
|
4623
4623
|
</kendo-tabstrip>
|
|
4624
4624
|
|
|
4625
|
-
<kendo-dialog-actions layout="
|
|
4625
|
+
<kendo-dialog-actions layout="start">
|
|
4626
4626
|
<button
|
|
4627
4627
|
kendoButton
|
|
4628
4628
|
themeColor="primary"
|
|
@@ -4698,7 +4698,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4698
4698
|
</kendo-tabstrip-tab>
|
|
4699
4699
|
</kendo-tabstrip>
|
|
4700
4700
|
|
|
4701
|
-
<kendo-dialog-actions layout="
|
|
4701
|
+
<kendo-dialog-actions layout="start">
|
|
4702
4702
|
<button
|
|
4703
4703
|
kendoButton
|
|
4704
4704
|
themeColor="primary"
|
|
@@ -6548,7 +6548,7 @@ GanttComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version
|
|
|
6548
6548
|
[title]="getText('confirmationDialogTitle')"
|
|
6549
6549
|
(close)="handleConfirmationDialogClose()">
|
|
6550
6550
|
<span>{{ getText('confirmationDialogContent') }}</span>
|
|
6551
|
-
<kendo-dialog-actions layout="
|
|
6551
|
+
<kendo-dialog-actions layout="start">
|
|
6552
6552
|
<kendo-treelist-spacer></kendo-treelist-spacer>
|
|
6553
6553
|
<button kendoButton [primary]="true" (click)="handleDeleteConfirmation()">{{ getText('deleteButtonText') }}</button>
|
|
6554
6554
|
<button kendoButton (click)="handleConfirmationDialogClose()">{{ getText('cancelButtonText') }}</button>
|
|
@@ -6952,7 +6952,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
6952
6952
|
[title]="getText('confirmationDialogTitle')"
|
|
6953
6953
|
(close)="handleConfirmationDialogClose()">
|
|
6954
6954
|
<span>{{ getText('confirmationDialogContent') }}</span>
|
|
6955
|
-
<kendo-dialog-actions layout="
|
|
6955
|
+
<kendo-dialog-actions layout="start">
|
|
6956
6956
|
<kendo-treelist-spacer></kendo-treelist-spacer>
|
|
6957
6957
|
<button kendoButton [primary]="true" (click)="handleDeleteConfirmation()">{{ getText('deleteButtonText') }}</button>
|
|
6958
6958
|
<button kendoButton (click)="handleConfirmationDialogClose()">{{ getText('cancelButtonText') }}</button>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-gantt",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "12.0.0-develop.1",
|
|
4
4
|
"description": "Kendo UI Angular Gantt",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -24,22 +24,22 @@
|
|
|
24
24
|
"@angular/platform-browser": "13 - 15",
|
|
25
25
|
"@progress/kendo-data-query": "^1.5.5",
|
|
26
26
|
"@progress/kendo-licensing": "^1.0.2",
|
|
27
|
-
"@progress/kendo-angular-buttons": "
|
|
28
|
-
"@progress/kendo-angular-common": "
|
|
29
|
-
"@progress/kendo-angular-dialog": "
|
|
30
|
-
"@progress/kendo-angular-dropdowns": "
|
|
31
|
-
"@progress/kendo-angular-grid": "
|
|
32
|
-
"@progress/kendo-angular-icons": "
|
|
33
|
-
"@progress/kendo-angular-intl": "
|
|
34
|
-
"@progress/kendo-angular-l10n": "
|
|
35
|
-
"@progress/kendo-angular-layout": "
|
|
36
|
-
"@progress/kendo-angular-popup": "
|
|
37
|
-
"@progress/kendo-angular-treelist": "
|
|
27
|
+
"@progress/kendo-angular-buttons": "12.0.0-develop.1",
|
|
28
|
+
"@progress/kendo-angular-common": "12.0.0-develop.1",
|
|
29
|
+
"@progress/kendo-angular-dialog": "12.0.0-develop.1",
|
|
30
|
+
"@progress/kendo-angular-dropdowns": "12.0.0-develop.1",
|
|
31
|
+
"@progress/kendo-angular-grid": "12.0.0-develop.1",
|
|
32
|
+
"@progress/kendo-angular-icons": "12.0.0-develop.1",
|
|
33
|
+
"@progress/kendo-angular-intl": "12.0.0-develop.1",
|
|
34
|
+
"@progress/kendo-angular-l10n": "12.0.0-develop.1",
|
|
35
|
+
"@progress/kendo-angular-layout": "12.0.0-develop.1",
|
|
36
|
+
"@progress/kendo-angular-popup": "12.0.0-develop.1",
|
|
37
|
+
"@progress/kendo-angular-treelist": "12.0.0-develop.1",
|
|
38
38
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"tslib": "^2.3.1",
|
|
42
|
-
"@progress/kendo-angular-schematics": "
|
|
42
|
+
"@progress/kendo-angular-schematics": "12.0.0-develop.1",
|
|
43
43
|
"@progress/kendo-common": "^0.2.1",
|
|
44
44
|
"@progress/kendo-date-math": "^1.5.2",
|
|
45
45
|
"@progress/kendo-draggable": "^3.0.0"
|
|
@@ -7,19 +7,19 @@ function default_1(options) {
|
|
|
7
7
|
// See https://github.com/telerik/kendo-schematics/issues/28
|
|
8
8
|
peerDependencies: {
|
|
9
9
|
// peer deps of the treelist
|
|
10
|
-
'@progress/kendo-angular-dateinputs': '
|
|
11
|
-
'@progress/kendo-angular-dropdowns': '
|
|
12
|
-
'@progress/kendo-angular-excel-export': '
|
|
13
|
-
'@progress/kendo-angular-inputs': '
|
|
14
|
-
'@progress/kendo-angular-l10n': '
|
|
15
|
-
'@progress/kendo-angular-label': '
|
|
16
|
-
'@progress/kendo-angular-pdf-export': '
|
|
17
|
-
'@progress/kendo-angular-popup': '
|
|
10
|
+
'@progress/kendo-angular-dateinputs': '12.0.0-develop.1',
|
|
11
|
+
'@progress/kendo-angular-dropdowns': '12.0.0-develop.1',
|
|
12
|
+
'@progress/kendo-angular-excel-export': '12.0.0-develop.1',
|
|
13
|
+
'@progress/kendo-angular-inputs': '12.0.0-develop.1',
|
|
14
|
+
'@progress/kendo-angular-l10n': '12.0.0-develop.1',
|
|
15
|
+
'@progress/kendo-angular-label': '12.0.0-develop.1',
|
|
16
|
+
'@progress/kendo-angular-pdf-export': '12.0.0-develop.1',
|
|
17
|
+
'@progress/kendo-angular-popup': '12.0.0-develop.1',
|
|
18
18
|
'@progress/kendo-drawing': '^1.0.0',
|
|
19
19
|
// peer dep of the dropdowns
|
|
20
|
-
'@progress/kendo-angular-treeview': '
|
|
20
|
+
'@progress/kendo-angular-treeview': '12.0.0-develop.1',
|
|
21
21
|
// peer dep of the layout
|
|
22
|
-
'@progress/kendo-angular-progressbar': '
|
|
22
|
+
'@progress/kendo-angular-progressbar': '12.0.0-develop.1',
|
|
23
23
|
// peer dep of the icons
|
|
24
24
|
'@progress/kendo-svg-icons': '^1.0.0'
|
|
25
25
|
} });
|