@progress/kendo-angular-gantt 16.6.1-develop.1 → 16.6.1-develop.2
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.
|
@@ -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: '16.6.1-develop.
|
|
12
|
+
publishDate: 1722947789,
|
|
13
|
+
version: '16.6.1-develop.2',
|
|
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
|
};
|
|
@@ -15,7 +15,6 @@ import { GanttTasksTableBodyComponent } from '../rendering/gantt-tasks-table-bod
|
|
|
15
15
|
import { NgFor } from '@angular/common';
|
|
16
16
|
import { TimelineScrollableDirective } from '../scrolling/timeline-scroll.directive';
|
|
17
17
|
import { GanttHeaderTableBodyComponent } from '../rendering/gantt-header-table-body.component';
|
|
18
|
-
import { TableDirective } from '@progress/kendo-angular-treelist';
|
|
19
18
|
import * as i0 from "@angular/core";
|
|
20
19
|
import * as i1 from "../scrolling/scroll-sync.service";
|
|
21
20
|
import * as i2 from "../dependencies/dependency-dom.service";
|
|
@@ -192,7 +191,7 @@ GanttTimelineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
192
191
|
<ng-container #dragPopupContainer></ng-container>
|
|
193
192
|
</div>
|
|
194
193
|
</div>
|
|
195
|
-
`, isInline: true, dependencies: [{ kind: "
|
|
194
|
+
`, isInline: true, dependencies: [{ kind: "component", type: GanttHeaderTableBodyComponent, selector: "[kendoGanttHeaderTableBody]", inputs: ["groupSlots", "slots"] }, { kind: "directive", type: TimelineScrollableDirective, selector: "[kendoGanttTimelineScrollable]", inputs: ["scrollSettings"] }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: GanttTasksTableBodyComponent, selector: "[kendoGanttTasksTableBody]", inputs: ["selectable", "rows", "activeView", "taskContentTemplate", "taskTemplate", "summaryTaskTemplate", "taskClass", "isExpanded", "isTaskSelected", "renderDependencyDragClues"] }, { kind: "directive", type: GanttDependencyDirective, selector: "[kendoGanttDependency]", inputs: ["dependency"] }] });
|
|
196
195
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttTimelineComponent, decorators: [{
|
|
197
196
|
type: Component,
|
|
198
197
|
args: [{
|
|
@@ -302,7 +301,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
302
301
|
</div>
|
|
303
302
|
`,
|
|
304
303
|
standalone: true,
|
|
305
|
-
imports: [
|
|
304
|
+
imports: [GanttHeaderTableBodyComponent, TimelineScrollableDirective, DraggableDirective, NgFor, GanttTasksTableBodyComponent, GanttDependencyDirective]
|
|
306
305
|
}]
|
|
307
306
|
}], ctorParameters: function () { return [{ type: i1.ScrollSyncService }, { type: i2.DependencyDomService }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i3.CurrentTimeMarkerService }]; }, propDecorators: { timelineContent: [{
|
|
308
307
|
type: ViewChild,
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from '@angular/core';
|
|
6
6
|
import { Injectable, Directive, Input, Inject, LOCALE_ID, EventEmitter, HostBinding, ViewChild, forwardRef, Component, ViewContainerRef, Output, Optional, QueryList, SkipSelf, Host, ContentChildren, ContentChild, HostListener, isDevMode, NgModule } from '@angular/core';
|
|
7
|
-
import {
|
|
7
|
+
import { ColumnBase, ColumnComponent, ColumnGroupComponent, SpanColumnComponent, TreeListSpacerComponent, DataBoundTreeComponent, ExpandableTreeComponent, TreeListComponent, CustomMessagesComponent as CustomMessagesComponent$2, FlatBindingDirective, HierarchyBindingDirective, ExpandableDirective, ColumnResizingService } from '@progress/kendo-angular-treelist';
|
|
8
8
|
import { Subject, Subscription, fromEvent, forkJoin, EMPTY, isObservable, of } from 'rxjs';
|
|
9
9
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
10
10
|
import { Keys, isDocumentAvailable, closestInScope, matchesClasses, EventsOutsideAngularDirective, DraggableDirective, PreventableEvent, anyChanged, closest, isFocusable, focusableSelector, isVisible, shouldShowValidationUI, hasObservers, WatermarkOverlayComponent, ResizeBatchService } from '@progress/kendo-angular-common';
|
|
@@ -40,8 +40,8 @@ const packageMetadata = {
|
|
|
40
40
|
name: '@progress/kendo-angular-gantt',
|
|
41
41
|
productName: 'Kendo UI for Angular',
|
|
42
42
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
43
|
-
publishDate:
|
|
44
|
-
version: '16.6.1-develop.
|
|
43
|
+
publishDate: 1722947789,
|
|
44
|
+
version: '16.6.1-develop.2',
|
|
45
45
|
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'
|
|
46
46
|
};
|
|
47
47
|
|
|
@@ -2944,7 +2944,7 @@ GanttTimelineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
2944
2944
|
<ng-container #dragPopupContainer></ng-container>
|
|
2945
2945
|
</div>
|
|
2946
2946
|
</div>
|
|
2947
|
-
`, isInline: true, dependencies: [{ kind: "
|
|
2947
|
+
`, isInline: true, dependencies: [{ kind: "component", type: GanttHeaderTableBodyComponent, selector: "[kendoGanttHeaderTableBody]", inputs: ["groupSlots", "slots"] }, { kind: "directive", type: TimelineScrollableDirective, selector: "[kendoGanttTimelineScrollable]", inputs: ["scrollSettings"] }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: GanttTasksTableBodyComponent, selector: "[kendoGanttTasksTableBody]", inputs: ["selectable", "rows", "activeView", "taskContentTemplate", "taskTemplate", "summaryTaskTemplate", "taskClass", "isExpanded", "isTaskSelected", "renderDependencyDragClues"] }, { kind: "directive", type: GanttDependencyDirective, selector: "[kendoGanttDependency]", inputs: ["dependency"] }] });
|
|
2948
2948
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttTimelineComponent, decorators: [{
|
|
2949
2949
|
type: Component,
|
|
2950
2950
|
args: [{
|
|
@@ -3054,7 +3054,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3054
3054
|
</div>
|
|
3055
3055
|
`,
|
|
3056
3056
|
standalone: true,
|
|
3057
|
-
imports: [
|
|
3057
|
+
imports: [GanttHeaderTableBodyComponent, TimelineScrollableDirective, DraggableDirective, NgFor, GanttTasksTableBodyComponent, GanttDependencyDirective]
|
|
3058
3058
|
}]
|
|
3059
3059
|
}], ctorParameters: function () { return [{ type: ScrollSyncService }, { type: DependencyDomService }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: CurrentTimeMarkerService }]; }, propDecorators: { timelineContent: [{
|
|
3060
3060
|
type: ViewChild,
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from '@angular/core';
|
|
6
6
|
import { Injectable, Directive, Input, EventEmitter, Inject, LOCALE_ID, HostBinding, ViewChild, forwardRef, Component, ViewContainerRef, Output, Optional, QueryList, SkipSelf, Host, ContentChildren, ContentChild, HostListener, isDevMode, NgModule } from '@angular/core';
|
|
7
|
-
import {
|
|
7
|
+
import { ColumnBase, ColumnComponent, ColumnGroupComponent, SpanColumnComponent, TreeListSpacerComponent, DataBoundTreeComponent, ExpandableTreeComponent, TreeListComponent, CustomMessagesComponent as CustomMessagesComponent$2, FlatBindingDirective, HierarchyBindingDirective, ExpandableDirective, ColumnResizingService } from '@progress/kendo-angular-treelist';
|
|
8
8
|
import { cloneDate, addWeeks, firstDayInWeek, addDays, lastDayOfMonth, getDate, firstDayOfMonth, addMonths, lastMonthOfYear, MS_PER_HOUR, MS_PER_DAY, isEqual } from '@progress/kendo-date-math';
|
|
9
9
|
import { Subject, Subscription, fromEvent, forkJoin, EMPTY, isObservable, of } from 'rxjs';
|
|
10
10
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
@@ -40,8 +40,8 @@ const packageMetadata = {
|
|
|
40
40
|
name: '@progress/kendo-angular-gantt',
|
|
41
41
|
productName: 'Kendo UI for Angular',
|
|
42
42
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
43
|
-
publishDate:
|
|
44
|
-
version: '16.6.1-develop.
|
|
43
|
+
publishDate: 1722947789,
|
|
44
|
+
version: '16.6.1-develop.2',
|
|
45
45
|
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'
|
|
46
46
|
};
|
|
47
47
|
|
|
@@ -2929,7 +2929,7 @@ GanttTimelineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
2929
2929
|
<ng-container #dragPopupContainer></ng-container>
|
|
2930
2930
|
</div>
|
|
2931
2931
|
</div>
|
|
2932
|
-
`, isInline: true, dependencies: [{ kind: "
|
|
2932
|
+
`, isInline: true, dependencies: [{ kind: "component", type: GanttHeaderTableBodyComponent, selector: "[kendoGanttHeaderTableBody]", inputs: ["groupSlots", "slots"] }, { kind: "directive", type: TimelineScrollableDirective, selector: "[kendoGanttTimelineScrollable]", inputs: ["scrollSettings"] }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: GanttTasksTableBodyComponent, selector: "[kendoGanttTasksTableBody]", inputs: ["selectable", "rows", "activeView", "taskContentTemplate", "taskTemplate", "summaryTaskTemplate", "taskClass", "isExpanded", "isTaskSelected", "renderDependencyDragClues"] }, { kind: "directive", type: GanttDependencyDirective, selector: "[kendoGanttDependency]", inputs: ["dependency"] }] });
|
|
2933
2933
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttTimelineComponent, decorators: [{
|
|
2934
2934
|
type: Component,
|
|
2935
2935
|
args: [{
|
|
@@ -3039,7 +3039,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3039
3039
|
</div>
|
|
3040
3040
|
`,
|
|
3041
3041
|
standalone: true,
|
|
3042
|
-
imports: [
|
|
3042
|
+
imports: [GanttHeaderTableBodyComponent, TimelineScrollableDirective, DraggableDirective, NgFor, GanttTasksTableBodyComponent, GanttDependencyDirective]
|
|
3043
3043
|
}]
|
|
3044
3044
|
}], ctorParameters: function () { return [{ type: ScrollSyncService }, { type: DependencyDomService }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: CurrentTimeMarkerService }]; }, propDecorators: { timelineContent: [{
|
|
3045
3045
|
type: ViewChild,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-gantt",
|
|
3
|
-
"version": "16.6.1-develop.
|
|
3
|
+
"version": "16.6.1-develop.2",
|
|
4
4
|
"description": "Kendo UI Angular Gantt",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -25,24 +25,24 @@
|
|
|
25
25
|
"@angular/platform-browser": "15 - 18",
|
|
26
26
|
"@progress/kendo-data-query": "^1.5.5",
|
|
27
27
|
"@progress/kendo-licensing": "^1.0.2",
|
|
28
|
-
"@progress/kendo-angular-buttons": "16.6.1-develop.
|
|
29
|
-
"@progress/kendo-angular-common": "16.6.1-develop.
|
|
30
|
-
"@progress/kendo-angular-dialog": "16.6.1-develop.
|
|
31
|
-
"@progress/kendo-angular-dropdowns": "16.6.1-develop.
|
|
32
|
-
"@progress/kendo-angular-grid": "16.6.1-develop.
|
|
33
|
-
"@progress/kendo-angular-icons": "16.6.1-develop.
|
|
34
|
-
"@progress/kendo-angular-inputs": "16.6.1-develop.
|
|
35
|
-
"@progress/kendo-angular-intl": "16.6.1-develop.
|
|
36
|
-
"@progress/kendo-angular-l10n": "16.6.1-develop.
|
|
37
|
-
"@progress/kendo-angular-label": "16.6.1-develop.
|
|
38
|
-
"@progress/kendo-angular-layout": "16.6.1-develop.
|
|
39
|
-
"@progress/kendo-angular-popup": "16.6.1-develop.
|
|
40
|
-
"@progress/kendo-angular-treelist": "16.6.1-develop.
|
|
28
|
+
"@progress/kendo-angular-buttons": "16.6.1-develop.2",
|
|
29
|
+
"@progress/kendo-angular-common": "16.6.1-develop.2",
|
|
30
|
+
"@progress/kendo-angular-dialog": "16.6.1-develop.2",
|
|
31
|
+
"@progress/kendo-angular-dropdowns": "16.6.1-develop.2",
|
|
32
|
+
"@progress/kendo-angular-grid": "16.6.1-develop.2",
|
|
33
|
+
"@progress/kendo-angular-icons": "16.6.1-develop.2",
|
|
34
|
+
"@progress/kendo-angular-inputs": "16.6.1-develop.2",
|
|
35
|
+
"@progress/kendo-angular-intl": "16.6.1-develop.2",
|
|
36
|
+
"@progress/kendo-angular-l10n": "16.6.1-develop.2",
|
|
37
|
+
"@progress/kendo-angular-label": "16.6.1-develop.2",
|
|
38
|
+
"@progress/kendo-angular-layout": "16.6.1-develop.2",
|
|
39
|
+
"@progress/kendo-angular-popup": "16.6.1-develop.2",
|
|
40
|
+
"@progress/kendo-angular-treelist": "16.6.1-develop.2",
|
|
41
41
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"tslib": "^2.3.1",
|
|
45
|
-
"@progress/kendo-angular-schematics": "16.6.1-develop.
|
|
45
|
+
"@progress/kendo-angular-schematics": "16.6.1-develop.2",
|
|
46
46
|
"@progress/kendo-common": "^0.2.1",
|
|
47
47
|
"@progress/kendo-date-math": "^1.5.2",
|
|
48
48
|
"@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': '16.6.1-develop.
|
|
11
|
-
'@progress/kendo-angular-excel-export': '16.6.1-develop.
|
|
12
|
-
'@progress/kendo-angular-pdf-export': '16.6.1-develop.
|
|
13
|
-
'@progress/kendo-angular-utils': '16.6.1-develop.
|
|
10
|
+
'@progress/kendo-angular-dateinputs': '16.6.1-develop.2',
|
|
11
|
+
'@progress/kendo-angular-excel-export': '16.6.1-develop.2',
|
|
12
|
+
'@progress/kendo-angular-pdf-export': '16.6.1-develop.2',
|
|
13
|
+
'@progress/kendo-angular-utils': '16.6.1-develop.2',
|
|
14
14
|
'@progress/kendo-drawing': '^1.0.0',
|
|
15
15
|
// peer deps of the dropdowns
|
|
16
|
-
'@progress/kendo-angular-treeview': '16.6.1-develop.
|
|
17
|
-
'@progress/kendo-angular-navigation': '16.6.1-develop.
|
|
16
|
+
'@progress/kendo-angular-treeview': '16.6.1-develop.2',
|
|
17
|
+
'@progress/kendo-angular-navigation': '16.6.1-develop.2',
|
|
18
18
|
// peer dep of the layout
|
|
19
|
-
'@progress/kendo-angular-progressbar': '16.6.1-develop.
|
|
19
|
+
'@progress/kendo-angular-progressbar': '16.6.1-develop.2',
|
|
20
20
|
// peer dep of the icons
|
|
21
21
|
'@progress/kendo-svg-icons': '^3.0.0'
|
|
22
22
|
} });
|