@progress/kendo-angular-gantt 17.3.0-develop.2 → 18.0.0-develop.10
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/esm2022/editing/add-task.component.mjs +11 -10
- package/esm2022/editing/edit-dialog.component.mjs +1 -1
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/timeline/gantt-timeline.component.mjs +2 -2
- package/fesm2022/progress-kendo-angular-gantt.mjs +16 -15
- package/package.json +16 -16
- package/schematics/ngAdd/index.js +7 -7
|
@@ -23,16 +23,7 @@ export class GanttAddTaskComponent {
|
|
|
23
23
|
* Sets the data of the DropDownButton.
|
|
24
24
|
* > The data has to be provided in an array-like list.
|
|
25
25
|
*/
|
|
26
|
-
data
|
|
27
|
-
text: this.getText('addChildText'),
|
|
28
|
-
type: 'addChild'
|
|
29
|
-
}, {
|
|
30
|
-
text: this.getText('addAboveText'),
|
|
31
|
-
type: 'addAbove'
|
|
32
|
-
}, {
|
|
33
|
-
text: this.getText('addBelowText'),
|
|
34
|
-
type: 'addBelow'
|
|
35
|
-
}];
|
|
26
|
+
data;
|
|
36
27
|
/**
|
|
37
28
|
* Defines the name of an existing icon in a Kendo UI theme.
|
|
38
29
|
* @default 'plus'
|
|
@@ -47,6 +38,16 @@ export class GanttAddTaskComponent {
|
|
|
47
38
|
this.localizationService = localizationService;
|
|
48
39
|
this.editService = editService;
|
|
49
40
|
this.ngZone = ngZone;
|
|
41
|
+
!this.data && (this.data = [{
|
|
42
|
+
text: this.getText('addChildText'),
|
|
43
|
+
type: 'addChild'
|
|
44
|
+
}, {
|
|
45
|
+
text: this.getText('addAboveText'),
|
|
46
|
+
type: 'addAbove'
|
|
47
|
+
}, {
|
|
48
|
+
text: this.getText('addBelowText'),
|
|
49
|
+
type: 'addBelow'
|
|
50
|
+
}]);
|
|
50
51
|
}
|
|
51
52
|
/**
|
|
52
53
|
* @hidden
|
|
@@ -139,7 +139,7 @@ export class EditDialogComponent {
|
|
|
139
139
|
</button>
|
|
140
140
|
</kendo-dialog-actions>
|
|
141
141
|
</kendo-dialog>
|
|
142
|
-
`, isInline: true, dependencies: [{ kind: "component", type: DialogComponent, selector: "kendo-dialog", inputs: ["actions", "actionsLayout", "autoFocusedElement", "title", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "animation", "themeColor"], outputs: ["action", "close"], exportAs: ["kendoDialog"] }, { kind: "directive", type: CustomMessagesComponent, selector: "kendo-dialog-messages, kendo-window-messages" }, { kind: "component", type: TabStripComponent, selector: "kendo-tabstrip", inputs: ["height", "animate", "tabAlignment", "tabPosition", "keepTabContent", "closable", "scrollable", "closeIcon", "closeIconClass", "closeSVGIcon", "showContentArea"], outputs: ["tabSelect", "tabClose", "tabScroll"], exportAs: ["kendoTabStrip"] }, { kind: "component", type: TabStripTabComponent, selector: "kendo-tabstrip-tab", inputs: ["title", "disabled", "cssClass", "cssStyle", "selected", "closable", "closeIcon", "closeIconClass", "closeSVGIcon"], exportAs: ["kendoTabStripTab"] }, { kind: "directive", type: TabContentDirective, selector: "[kendoTabContent]" }, { kind: "component", type: TaskFieldsComponent, selector: "kendo-gantt-task-fields" }, { kind: "component", type: DependenciesTableComponent, selector: "kendo-gantt-dependencies-table", inputs: ["tasks", "dependencies", "dependencyType"], outputs: ["dependenciesChange"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: TreeListSpacerComponent, selector: "kendo-treelist-spacer", inputs: ["width"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }] });
|
|
142
|
+
`, isInline: true, dependencies: [{ kind: "component", type: DialogComponent, selector: "kendo-dialog", inputs: ["actions", "actionsLayout", "autoFocusedElement", "title", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "animation", "themeColor"], outputs: ["action", "close"], exportAs: ["kendoDialog"] }, { kind: "directive", type: CustomMessagesComponent, selector: "kendo-dialog-messages, kendo-window-messages" }, { kind: "component", type: TabStripComponent, selector: "kendo-tabstrip", inputs: ["height", "animate", "tabAlignment", "tabPosition", "keepTabContent", "closable", "scrollable", "size", "closeIcon", "closeIconClass", "closeSVGIcon", "showContentArea"], outputs: ["tabSelect", "tabClose", "tabScroll"], exportAs: ["kendoTabStrip"] }, { kind: "component", type: TabStripTabComponent, selector: "kendo-tabstrip-tab", inputs: ["title", "disabled", "cssClass", "cssStyle", "selected", "closable", "closeIcon", "closeIconClass", "closeSVGIcon"], exportAs: ["kendoTabStripTab"] }, { kind: "directive", type: TabContentDirective, selector: "[kendoTabContent]" }, { kind: "component", type: TaskFieldsComponent, selector: "kendo-gantt-task-fields" }, { kind: "component", type: DependenciesTableComponent, selector: "kendo-gantt-dependencies-table", inputs: ["tasks", "dependencies", "dependencyType"], outputs: ["dependenciesChange"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: TreeListSpacerComponent, selector: "kendo-treelist-spacer", inputs: ["width"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }] });
|
|
143
143
|
}
|
|
144
144
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EditDialogComponent, decorators: [{
|
|
145
145
|
type: Component,
|
|
@@ -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: 1736778113,
|
|
13
|
+
version: '18.0.0-develop.10',
|
|
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
|
};
|
|
@@ -269,7 +269,7 @@ export class GanttTimelineComponent {
|
|
|
269
269
|
<tbody class="k-table-tbody">
|
|
270
270
|
<tr
|
|
271
271
|
*ngFor="let item of rows; let i = index;"
|
|
272
|
-
class="k-table-row{{i % 2 ? ' k-
|
|
272
|
+
class="k-table-row{{i % 2 ? ' k-table-alt-row' : ''}}">
|
|
273
273
|
<td class="k-table-td"></td>
|
|
274
274
|
</tr>
|
|
275
275
|
</tbody>
|
|
@@ -417,7 +417,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
417
417
|
<tbody class="k-table-tbody">
|
|
418
418
|
<tr
|
|
419
419
|
*ngFor="let item of rows; let i = index;"
|
|
420
|
-
class="k-table-row{{i % 2 ? ' k-
|
|
420
|
+
class="k-table-row{{i % 2 ? ' k-table-alt-row' : ''}}">
|
|
421
421
|
<td class="k-table-td"></td>
|
|
422
422
|
</tr>
|
|
423
423
|
</tbody>
|
|
@@ -44,8 +44,8 @@ const packageMetadata = {
|
|
|
44
44
|
name: '@progress/kendo-angular-gantt',
|
|
45
45
|
productName: 'Kendo UI for Angular',
|
|
46
46
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
47
|
-
publishDate:
|
|
48
|
-
version: '
|
|
47
|
+
publishDate: 1736778113,
|
|
48
|
+
version: '18.0.0-develop.10',
|
|
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
|
|
|
@@ -3435,7 +3435,7 @@ class GanttTimelineComponent {
|
|
|
3435
3435
|
<tbody class="k-table-tbody">
|
|
3436
3436
|
<tr
|
|
3437
3437
|
*ngFor="let item of rows; let i = index;"
|
|
3438
|
-
class="k-table-row{{i % 2 ? ' k-
|
|
3438
|
+
class="k-table-row{{i % 2 ? ' k-table-alt-row' : ''}}">
|
|
3439
3439
|
<td class="k-table-td"></td>
|
|
3440
3440
|
</tr>
|
|
3441
3441
|
</tbody>
|
|
@@ -3583,7 +3583,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3583
3583
|
<tbody class="k-table-tbody">
|
|
3584
3584
|
<tr
|
|
3585
3585
|
*ngFor="let item of rows; let i = index;"
|
|
3586
|
-
class="k-table-row{{i % 2 ? ' k-
|
|
3586
|
+
class="k-table-row{{i % 2 ? ' k-table-alt-row' : ''}}">
|
|
3587
3587
|
<td class="k-table-td"></td>
|
|
3588
3588
|
</tr>
|
|
3589
3589
|
</tbody>
|
|
@@ -5016,7 +5016,7 @@ class EditDialogComponent {
|
|
|
5016
5016
|
</button>
|
|
5017
5017
|
</kendo-dialog-actions>
|
|
5018
5018
|
</kendo-dialog>
|
|
5019
|
-
`, isInline: true, dependencies: [{ kind: "component", type: DialogComponent, selector: "kendo-dialog", inputs: ["actions", "actionsLayout", "autoFocusedElement", "title", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "animation", "themeColor"], outputs: ["action", "close"], exportAs: ["kendoDialog"] }, { kind: "directive", type: CustomMessagesComponent$1, selector: "kendo-dialog-messages, kendo-window-messages" }, { kind: "component", type: TabStripComponent, selector: "kendo-tabstrip", inputs: ["height", "animate", "tabAlignment", "tabPosition", "keepTabContent", "closable", "scrollable", "closeIcon", "closeIconClass", "closeSVGIcon", "showContentArea"], outputs: ["tabSelect", "tabClose", "tabScroll"], exportAs: ["kendoTabStrip"] }, { kind: "component", type: TabStripTabComponent, selector: "kendo-tabstrip-tab", inputs: ["title", "disabled", "cssClass", "cssStyle", "selected", "closable", "closeIcon", "closeIconClass", "closeSVGIcon"], exportAs: ["kendoTabStripTab"] }, { kind: "directive", type: TabContentDirective, selector: "[kendoTabContent]" }, { kind: "component", type: TaskFieldsComponent, selector: "kendo-gantt-task-fields" }, { kind: "component", type: DependenciesTableComponent, selector: "kendo-gantt-dependencies-table", inputs: ["tasks", "dependencies", "dependencyType"], outputs: ["dependenciesChange"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: TreeListSpacerComponent, selector: "kendo-treelist-spacer", inputs: ["width"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }] });
|
|
5019
|
+
`, isInline: true, dependencies: [{ kind: "component", type: DialogComponent, selector: "kendo-dialog", inputs: ["actions", "actionsLayout", "autoFocusedElement", "title", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "animation", "themeColor"], outputs: ["action", "close"], exportAs: ["kendoDialog"] }, { kind: "directive", type: CustomMessagesComponent$1, selector: "kendo-dialog-messages, kendo-window-messages" }, { kind: "component", type: TabStripComponent, selector: "kendo-tabstrip", inputs: ["height", "animate", "tabAlignment", "tabPosition", "keepTabContent", "closable", "scrollable", "size", "closeIcon", "closeIconClass", "closeSVGIcon", "showContentArea"], outputs: ["tabSelect", "tabClose", "tabScroll"], exportAs: ["kendoTabStrip"] }, { kind: "component", type: TabStripTabComponent, selector: "kendo-tabstrip-tab", inputs: ["title", "disabled", "cssClass", "cssStyle", "selected", "closable", "closeIcon", "closeIconClass", "closeSVGIcon"], exportAs: ["kendoTabStripTab"] }, { kind: "directive", type: TabContentDirective, selector: "[kendoTabContent]" }, { kind: "component", type: TaskFieldsComponent, selector: "kendo-gantt-task-fields" }, { kind: "component", type: DependenciesTableComponent, selector: "kendo-gantt-dependencies-table", inputs: ["tasks", "dependencies", "dependencyType"], outputs: ["dependenciesChange"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: TreeListSpacerComponent, selector: "kendo-treelist-spacer", inputs: ["width"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }] });
|
|
5020
5020
|
}
|
|
5021
5021
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EditDialogComponent, decorators: [{
|
|
5022
5022
|
type: Component,
|
|
@@ -5231,16 +5231,7 @@ class GanttAddTaskComponent {
|
|
|
5231
5231
|
* Sets the data of the DropDownButton.
|
|
5232
5232
|
* > The data has to be provided in an array-like list.
|
|
5233
5233
|
*/
|
|
5234
|
-
data
|
|
5235
|
-
text: this.getText('addChildText'),
|
|
5236
|
-
type: 'addChild'
|
|
5237
|
-
}, {
|
|
5238
|
-
text: this.getText('addAboveText'),
|
|
5239
|
-
type: 'addAbove'
|
|
5240
|
-
}, {
|
|
5241
|
-
text: this.getText('addBelowText'),
|
|
5242
|
-
type: 'addBelow'
|
|
5243
|
-
}];
|
|
5234
|
+
data;
|
|
5244
5235
|
/**
|
|
5245
5236
|
* Defines the name of an existing icon in a Kendo UI theme.
|
|
5246
5237
|
* @default 'plus'
|
|
@@ -5255,6 +5246,16 @@ class GanttAddTaskComponent {
|
|
|
5255
5246
|
this.localizationService = localizationService;
|
|
5256
5247
|
this.editService = editService;
|
|
5257
5248
|
this.ngZone = ngZone;
|
|
5249
|
+
!this.data && (this.data = [{
|
|
5250
|
+
text: this.getText('addChildText'),
|
|
5251
|
+
type: 'addChild'
|
|
5252
|
+
}, {
|
|
5253
|
+
text: this.getText('addAboveText'),
|
|
5254
|
+
type: 'addAbove'
|
|
5255
|
+
}, {
|
|
5256
|
+
text: this.getText('addBelowText'),
|
|
5257
|
+
type: 'addBelow'
|
|
5258
|
+
}]);
|
|
5258
5259
|
}
|
|
5259
5260
|
/**
|
|
5260
5261
|
* @hidden
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-gantt",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "18.0.0-develop.10",
|
|
4
4
|
"description": "Kendo UI Angular Gantt",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -25,25 +25,25 @@
|
|
|
25
25
|
"@angular/platform-browser": "16 - 19",
|
|
26
26
|
"@progress/kendo-data-query": "^1.5.5",
|
|
27
27
|
"@progress/kendo-licensing": "^1.0.2",
|
|
28
|
-
"@progress/kendo-angular-buttons": "
|
|
29
|
-
"@progress/kendo-angular-common": "
|
|
30
|
-
"@progress/kendo-angular-dialog": "
|
|
31
|
-
"@progress/kendo-angular-dropdowns": "
|
|
32
|
-
"@progress/kendo-angular-grid": "
|
|
33
|
-
"@progress/kendo-angular-icons": "
|
|
34
|
-
"@progress/kendo-angular-inputs": "
|
|
35
|
-
"@progress/kendo-angular-intl": "
|
|
36
|
-
"@progress/kendo-angular-l10n": "
|
|
37
|
-
"@progress/kendo-angular-label": "
|
|
38
|
-
"@progress/kendo-angular-layout": "
|
|
39
|
-
"@progress/kendo-angular-popup": "
|
|
40
|
-
"@progress/kendo-angular-tooltip": "
|
|
41
|
-
"@progress/kendo-angular-treelist": "
|
|
28
|
+
"@progress/kendo-angular-buttons": "18.0.0-develop.10",
|
|
29
|
+
"@progress/kendo-angular-common": "18.0.0-develop.10",
|
|
30
|
+
"@progress/kendo-angular-dialog": "18.0.0-develop.10",
|
|
31
|
+
"@progress/kendo-angular-dropdowns": "18.0.0-develop.10",
|
|
32
|
+
"@progress/kendo-angular-grid": "18.0.0-develop.10",
|
|
33
|
+
"@progress/kendo-angular-icons": "18.0.0-develop.10",
|
|
34
|
+
"@progress/kendo-angular-inputs": "18.0.0-develop.10",
|
|
35
|
+
"@progress/kendo-angular-intl": "18.0.0-develop.10",
|
|
36
|
+
"@progress/kendo-angular-l10n": "18.0.0-develop.10",
|
|
37
|
+
"@progress/kendo-angular-label": "18.0.0-develop.10",
|
|
38
|
+
"@progress/kendo-angular-layout": "18.0.0-develop.10",
|
|
39
|
+
"@progress/kendo-angular-popup": "18.0.0-develop.10",
|
|
40
|
+
"@progress/kendo-angular-tooltip": "18.0.0-develop.10",
|
|
41
|
+
"@progress/kendo-angular-treelist": "18.0.0-develop.10",
|
|
42
42
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"tslib": "^2.3.1",
|
|
46
|
-
"@progress/kendo-angular-schematics": "
|
|
46
|
+
"@progress/kendo-angular-schematics": "18.0.0-develop.10",
|
|
47
47
|
"@progress/kendo-common": "^1.0.1",
|
|
48
48
|
"@progress/kendo-date-math": "^1.5.2",
|
|
49
49
|
"@progress/kendo-draggable": "^3.0.0"
|
|
@@ -7,16 +7,16 @@ 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-excel-export': '
|
|
12
|
-
'@progress/kendo-angular-pdf-export': '
|
|
13
|
-
'@progress/kendo-angular-utils': '
|
|
10
|
+
'@progress/kendo-angular-dateinputs': '18.0.0-develop.10',
|
|
11
|
+
'@progress/kendo-angular-excel-export': '18.0.0-develop.10',
|
|
12
|
+
'@progress/kendo-angular-pdf-export': '18.0.0-develop.10',
|
|
13
|
+
'@progress/kendo-angular-utils': '18.0.0-develop.10',
|
|
14
14
|
'@progress/kendo-drawing': '^1.0.0',
|
|
15
15
|
// peer deps of the dropdowns
|
|
16
|
-
'@progress/kendo-angular-treeview': '
|
|
17
|
-
'@progress/kendo-angular-navigation': '
|
|
16
|
+
'@progress/kendo-angular-treeview': '18.0.0-develop.10',
|
|
17
|
+
'@progress/kendo-angular-navigation': '18.0.0-develop.10',
|
|
18
18
|
// peer dep of the layout
|
|
19
|
-
'@progress/kendo-angular-progressbar': '
|
|
19
|
+
'@progress/kendo-angular-progressbar': '18.0.0-develop.10',
|
|
20
20
|
// peer dep of the icons
|
|
21
21
|
'@progress/kendo-svg-icons': '^4.0.0'
|
|
22
22
|
} });
|