@progress/kendo-angular-gantt 13.0.0-develop.8 → 13.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/editing/add-task.component.d.ts +7 -1
- package/esm2020/editing/add-task.component.mjs +11 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/toolbar/toolbar.component.mjs +1 -1
- package/fesm2015/progress-kendo-angular-gantt.mjs +13 -4
- package/fesm2020/progress-kendo-angular-gantt.mjs +13 -4
- package/package.json +13 -13
- package/schematics/ngAdd/index.js +11 -11
|
@@ -6,6 +6,7 @@ import { NgZone } from '@angular/core';
|
|
|
6
6
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
7
|
import { GanttAddTaskActionItem } from '../models/events/task-add-event.interface';
|
|
8
8
|
import { EditService } from './edit.service';
|
|
9
|
+
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
/**
|
|
11
12
|
* The UI for adding new items to the Gantt.
|
|
@@ -25,6 +26,11 @@ export declare class GanttAddTaskComponent {
|
|
|
25
26
|
* @default 'plus'
|
|
26
27
|
*/
|
|
27
28
|
icon: string;
|
|
29
|
+
/**
|
|
30
|
+
* Defines an [`SVGIcon`](slug:api_icons_svgicon) icon to be rendered inside the `GanttAddTaskComponent` using
|
|
31
|
+
* a [`KendoSVGIcon`](slug:api_icons_svgiconcomponent) component.
|
|
32
|
+
*/
|
|
33
|
+
svgIcon: SVGIcon;
|
|
28
34
|
constructor(localizationService: LocalizationService, editService: EditService, ngZone: NgZone);
|
|
29
35
|
/**
|
|
30
36
|
* @hidden
|
|
@@ -43,5 +49,5 @@ export declare class GanttAddTaskComponent {
|
|
|
43
49
|
*/
|
|
44
50
|
handleItemClick(e: any): void;
|
|
45
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<GanttAddTaskComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GanttAddTaskComponent, "kendo-gantt-add-task", never, { "data": "data"; "icon": "icon"; }, {}, never, never>;
|
|
52
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GanttAddTaskComponent, "kendo-gantt-add-task", never, { "data": "data"; "icon": "icon"; "svgIcon": "svgIcon"; }, {}, never, never>;
|
|
47
53
|
}
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import { Component, Input, NgZone } from '@angular/core';
|
|
6
6
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
7
|
import { EditService } from './edit.service';
|
|
8
|
+
import { plusIcon } from '@progress/kendo-svg-icons';
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
10
|
import * as i1 from "@progress/kendo-angular-l10n";
|
|
10
11
|
import * as i2 from "./edit.service";
|
|
@@ -38,6 +39,11 @@ export class GanttAddTaskComponent {
|
|
|
38
39
|
* @default 'plus'
|
|
39
40
|
*/
|
|
40
41
|
this.icon = 'plus';
|
|
42
|
+
/**
|
|
43
|
+
* Defines an [`SVGIcon`](slug:api_icons_svgicon) icon to be rendered inside the `GanttAddTaskComponent` using
|
|
44
|
+
* a [`KendoSVGIcon`](slug:api_icons_svgiconcomponent) component.
|
|
45
|
+
*/
|
|
46
|
+
this.svgIcon = plusIcon;
|
|
41
47
|
}
|
|
42
48
|
/**
|
|
43
49
|
* @hidden
|
|
@@ -77,10 +83,11 @@ export class GanttAddTaskComponent {
|
|
|
77
83
|
}
|
|
78
84
|
}
|
|
79
85
|
GanttAddTaskComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GanttAddTaskComponent, deps: [{ token: i1.LocalizationService }, { token: i2.EditService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
80
|
-
GanttAddTaskComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: GanttAddTaskComponent, selector: "kendo-gantt-add-task", inputs: { data: "data", icon: "icon" }, ngImport: i0, template: `
|
|
86
|
+
GanttAddTaskComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: GanttAddTaskComponent, selector: "kendo-gantt-add-task", inputs: { data: "data", icon: "icon", svgIcon: "svgIcon" }, ngImport: i0, template: `
|
|
81
87
|
<kendo-dropdownbutton
|
|
82
88
|
[data]="data"
|
|
83
89
|
[icon]="icon"
|
|
90
|
+
[svgIcon]="svgIcon"
|
|
84
91
|
[kendoEventsOutsideAngular]="{ click: handleMouseClick }"
|
|
85
92
|
[scope]="this"
|
|
86
93
|
(itemClick)="handleItemClick($event)"
|
|
@@ -96,6 +103,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
96
103
|
<kendo-dropdownbutton
|
|
97
104
|
[data]="data"
|
|
98
105
|
[icon]="icon"
|
|
106
|
+
[svgIcon]="svgIcon"
|
|
99
107
|
[kendoEventsOutsideAngular]="{ click: handleMouseClick }"
|
|
100
108
|
[scope]="this"
|
|
101
109
|
(itemClick)="handleItemClick($event)"
|
|
@@ -108,4 +116,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
108
116
|
type: Input
|
|
109
117
|
}], icon: [{
|
|
110
118
|
type: Input
|
|
119
|
+
}], svgIcon: [{
|
|
120
|
+
type: Input
|
|
111
121
|
}] } });
|
|
@@ -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: '13.0.0
|
|
12
|
+
publishDate: 1686055833,
|
|
13
|
+
version: '13.0.0',
|
|
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
|
};
|
|
@@ -96,7 +96,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
|
96
96
|
[ngTemplateOutletContext]="context"
|
|
97
97
|
>
|
|
98
98
|
</ng-template>
|
|
99
|
-
`, isInline: true, components: [{ type: i2.GanttAddTaskComponent, selector: "kendo-gantt-add-task", inputs: ["data", "icon"] }, { type: i3.ViewSelectorComponent, selector: "kendo-gantt-view-selector", inputs: ["views", "activeView"], outputs: ["activeViewChange"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
99
|
+
`, isInline: true, components: [{ type: i2.GanttAddTaskComponent, selector: "kendo-gantt-add-task", inputs: ["data", "icon", "svgIcon"] }, { type: i3.ViewSelectorComponent, selector: "kendo-gantt-view-selector", inputs: ["views", "activeView"], outputs: ["activeViewChange"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
100
100
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ToolbarComponent, decorators: [{
|
|
101
101
|
type: Component,
|
|
102
102
|
args: [{
|
|
@@ -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: '13.0.0
|
|
53
|
+
publishDate: 1686055833,
|
|
54
|
+
version: '13.0.0',
|
|
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
|
|
|
@@ -3979,6 +3979,11 @@ class GanttAddTaskComponent {
|
|
|
3979
3979
|
* @default 'plus'
|
|
3980
3980
|
*/
|
|
3981
3981
|
this.icon = 'plus';
|
|
3982
|
+
/**
|
|
3983
|
+
* Defines an [`SVGIcon`](slug:api_icons_svgicon) icon to be rendered inside the `GanttAddTaskComponent` using
|
|
3984
|
+
* a [`KendoSVGIcon`](slug:api_icons_svgiconcomponent) component.
|
|
3985
|
+
*/
|
|
3986
|
+
this.svgIcon = plusIcon;
|
|
3982
3987
|
}
|
|
3983
3988
|
/**
|
|
3984
3989
|
* @hidden
|
|
@@ -4018,10 +4023,11 @@ class GanttAddTaskComponent {
|
|
|
4018
4023
|
}
|
|
4019
4024
|
}
|
|
4020
4025
|
GanttAddTaskComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GanttAddTaskComponent, deps: [{ token: i1$1.LocalizationService }, { token: EditService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4021
|
-
GanttAddTaskComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: GanttAddTaskComponent, selector: "kendo-gantt-add-task", inputs: { data: "data", icon: "icon" }, ngImport: i0, template: `
|
|
4026
|
+
GanttAddTaskComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: GanttAddTaskComponent, selector: "kendo-gantt-add-task", inputs: { data: "data", icon: "icon", svgIcon: "svgIcon" }, ngImport: i0, template: `
|
|
4022
4027
|
<kendo-dropdownbutton
|
|
4023
4028
|
[data]="data"
|
|
4024
4029
|
[icon]="icon"
|
|
4030
|
+
[svgIcon]="svgIcon"
|
|
4025
4031
|
[kendoEventsOutsideAngular]="{ click: handleMouseClick }"
|
|
4026
4032
|
[scope]="this"
|
|
4027
4033
|
(itemClick)="handleItemClick($event)"
|
|
@@ -4037,6 +4043,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4037
4043
|
<kendo-dropdownbutton
|
|
4038
4044
|
[data]="data"
|
|
4039
4045
|
[icon]="icon"
|
|
4046
|
+
[svgIcon]="svgIcon"
|
|
4040
4047
|
[kendoEventsOutsideAngular]="{ click: handleMouseClick }"
|
|
4041
4048
|
[scope]="this"
|
|
4042
4049
|
(itemClick)="handleItemClick($event)"
|
|
@@ -4049,6 +4056,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4049
4056
|
type: Input
|
|
4050
4057
|
}], icon: [{
|
|
4051
4058
|
type: Input
|
|
4059
|
+
}], svgIcon: [{
|
|
4060
|
+
type: Input
|
|
4052
4061
|
}] } });
|
|
4053
4062
|
|
|
4054
4063
|
/**
|
|
@@ -4223,7 +4232,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
|
4223
4232
|
[ngTemplateOutletContext]="context"
|
|
4224
4233
|
>
|
|
4225
4234
|
</ng-template>
|
|
4226
|
-
`, isInline: true, components: [{ type: GanttAddTaskComponent, selector: "kendo-gantt-add-task", inputs: ["data", "icon"] }, { type: ViewSelectorComponent, selector: "kendo-gantt-view-selector", inputs: ["views", "activeView"], outputs: ["activeViewChange"] }], directives: [{ type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
4235
|
+
`, isInline: true, components: [{ type: GanttAddTaskComponent, selector: "kendo-gantt-add-task", inputs: ["data", "icon", "svgIcon"] }, { type: ViewSelectorComponent, selector: "kendo-gantt-view-selector", inputs: ["views", "activeView"], outputs: ["activeViewChange"] }], directives: [{ type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
4227
4236
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ToolbarComponent, decorators: [{
|
|
4228
4237
|
type: Component,
|
|
4229
4238
|
args: [{
|
|
@@ -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: '13.0.0
|
|
53
|
+
publishDate: 1686055833,
|
|
54
|
+
version: '13.0.0',
|
|
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
|
|
|
@@ -3945,6 +3945,11 @@ class GanttAddTaskComponent {
|
|
|
3945
3945
|
* @default 'plus'
|
|
3946
3946
|
*/
|
|
3947
3947
|
this.icon = 'plus';
|
|
3948
|
+
/**
|
|
3949
|
+
* Defines an [`SVGIcon`](slug:api_icons_svgicon) icon to be rendered inside the `GanttAddTaskComponent` using
|
|
3950
|
+
* a [`KendoSVGIcon`](slug:api_icons_svgiconcomponent) component.
|
|
3951
|
+
*/
|
|
3952
|
+
this.svgIcon = plusIcon;
|
|
3948
3953
|
}
|
|
3949
3954
|
/**
|
|
3950
3955
|
* @hidden
|
|
@@ -3984,10 +3989,11 @@ class GanttAddTaskComponent {
|
|
|
3984
3989
|
}
|
|
3985
3990
|
}
|
|
3986
3991
|
GanttAddTaskComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GanttAddTaskComponent, deps: [{ token: i1$1.LocalizationService }, { token: EditService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3987
|
-
GanttAddTaskComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: GanttAddTaskComponent, selector: "kendo-gantt-add-task", inputs: { data: "data", icon: "icon" }, ngImport: i0, template: `
|
|
3992
|
+
GanttAddTaskComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: GanttAddTaskComponent, selector: "kendo-gantt-add-task", inputs: { data: "data", icon: "icon", svgIcon: "svgIcon" }, ngImport: i0, template: `
|
|
3988
3993
|
<kendo-dropdownbutton
|
|
3989
3994
|
[data]="data"
|
|
3990
3995
|
[icon]="icon"
|
|
3996
|
+
[svgIcon]="svgIcon"
|
|
3991
3997
|
[kendoEventsOutsideAngular]="{ click: handleMouseClick }"
|
|
3992
3998
|
[scope]="this"
|
|
3993
3999
|
(itemClick)="handleItemClick($event)"
|
|
@@ -4003,6 +4009,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4003
4009
|
<kendo-dropdownbutton
|
|
4004
4010
|
[data]="data"
|
|
4005
4011
|
[icon]="icon"
|
|
4012
|
+
[svgIcon]="svgIcon"
|
|
4006
4013
|
[kendoEventsOutsideAngular]="{ click: handleMouseClick }"
|
|
4007
4014
|
[scope]="this"
|
|
4008
4015
|
(itemClick)="handleItemClick($event)"
|
|
@@ -4015,6 +4022,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4015
4022
|
type: Input
|
|
4016
4023
|
}], icon: [{
|
|
4017
4024
|
type: Input
|
|
4025
|
+
}], svgIcon: [{
|
|
4026
|
+
type: Input
|
|
4018
4027
|
}] } });
|
|
4019
4028
|
|
|
4020
4029
|
/**
|
|
@@ -4189,7 +4198,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
|
4189
4198
|
[ngTemplateOutletContext]="context"
|
|
4190
4199
|
>
|
|
4191
4200
|
</ng-template>
|
|
4192
|
-
`, isInline: true, components: [{ type: GanttAddTaskComponent, selector: "kendo-gantt-add-task", inputs: ["data", "icon"] }, { type: ViewSelectorComponent, selector: "kendo-gantt-view-selector", inputs: ["views", "activeView"], outputs: ["activeViewChange"] }], directives: [{ type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
4201
|
+
`, isInline: true, components: [{ type: GanttAddTaskComponent, selector: "kendo-gantt-add-task", inputs: ["data", "icon", "svgIcon"] }, { type: ViewSelectorComponent, selector: "kendo-gantt-view-selector", inputs: ["views", "activeView"], outputs: ["activeViewChange"] }], directives: [{ type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
4193
4202
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ToolbarComponent, decorators: [{
|
|
4194
4203
|
type: Component,
|
|
4195
4204
|
args: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-gantt",
|
|
3
|
-
"version": "13.0.0
|
|
3
|
+
"version": "13.0.0",
|
|
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 - 16",
|
|
25
25
|
"@progress/kendo-data-query": "^1.5.5",
|
|
26
26
|
"@progress/kendo-licensing": "^1.0.2",
|
|
27
|
-
"@progress/kendo-angular-buttons": "13.0.0
|
|
28
|
-
"@progress/kendo-angular-common": "13.0.0
|
|
29
|
-
"@progress/kendo-angular-dialog": "13.0.0
|
|
30
|
-
"@progress/kendo-angular-dropdowns": "13.0.0
|
|
31
|
-
"@progress/kendo-angular-grid": "13.0.0
|
|
32
|
-
"@progress/kendo-angular-icons": "13.0.0
|
|
33
|
-
"@progress/kendo-angular-intl": "13.0.0
|
|
34
|
-
"@progress/kendo-angular-l10n": "13.0.0
|
|
35
|
-
"@progress/kendo-angular-layout": "13.0.0
|
|
36
|
-
"@progress/kendo-angular-popup": "13.0.0
|
|
37
|
-
"@progress/kendo-angular-treelist": "13.0.0
|
|
27
|
+
"@progress/kendo-angular-buttons": "13.0.0",
|
|
28
|
+
"@progress/kendo-angular-common": "13.0.0",
|
|
29
|
+
"@progress/kendo-angular-dialog": "13.0.0",
|
|
30
|
+
"@progress/kendo-angular-dropdowns": "13.0.0",
|
|
31
|
+
"@progress/kendo-angular-grid": "13.0.0",
|
|
32
|
+
"@progress/kendo-angular-icons": "13.0.0",
|
|
33
|
+
"@progress/kendo-angular-intl": "13.0.0",
|
|
34
|
+
"@progress/kendo-angular-l10n": "13.0.0",
|
|
35
|
+
"@progress/kendo-angular-layout": "13.0.0",
|
|
36
|
+
"@progress/kendo-angular-popup": "13.0.0",
|
|
37
|
+
"@progress/kendo-angular-treelist": "13.0.0",
|
|
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": "13.0.0
|
|
42
|
+
"@progress/kendo-angular-schematics": "13.0.0",
|
|
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,20 +7,20 @@ 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': '13.0.0
|
|
11
|
-
'@progress/kendo-angular-dropdowns': '13.0.0
|
|
12
|
-
'@progress/kendo-angular-excel-export': '13.0.0
|
|
13
|
-
'@progress/kendo-angular-inputs': '13.0.0
|
|
14
|
-
'@progress/kendo-angular-l10n': '13.0.0
|
|
15
|
-
'@progress/kendo-angular-label': '13.0.0
|
|
16
|
-
'@progress/kendo-angular-pdf-export': '13.0.0
|
|
17
|
-
'@progress/kendo-angular-popup': '13.0.0
|
|
18
|
-
'@progress/kendo-angular-utils': '13.0.0
|
|
10
|
+
'@progress/kendo-angular-dateinputs': '13.0.0',
|
|
11
|
+
'@progress/kendo-angular-dropdowns': '13.0.0',
|
|
12
|
+
'@progress/kendo-angular-excel-export': '13.0.0',
|
|
13
|
+
'@progress/kendo-angular-inputs': '13.0.0',
|
|
14
|
+
'@progress/kendo-angular-l10n': '13.0.0',
|
|
15
|
+
'@progress/kendo-angular-label': '13.0.0',
|
|
16
|
+
'@progress/kendo-angular-pdf-export': '13.0.0',
|
|
17
|
+
'@progress/kendo-angular-popup': '13.0.0',
|
|
18
|
+
'@progress/kendo-angular-utils': '13.0.0',
|
|
19
19
|
'@progress/kendo-drawing': '^1.0.0',
|
|
20
20
|
// peer dep of the dropdowns
|
|
21
|
-
'@progress/kendo-angular-treeview': '13.0.0
|
|
21
|
+
'@progress/kendo-angular-treeview': '13.0.0',
|
|
22
22
|
// peer dep of the layout
|
|
23
|
-
'@progress/kendo-angular-progressbar': '13.0.0
|
|
23
|
+
'@progress/kendo-angular-progressbar': '13.0.0',
|
|
24
24
|
// peer dep of the icons
|
|
25
25
|
'@progress/kendo-svg-icons': '^1.0.0'
|
|
26
26
|
} });
|