@progress/kendo-angular-gantt 17.0.0-develop.8 → 17.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/binding-directives/flat-binding.directive.d.ts +1 -1
- package/binding-directives/hierarchy-binding.directive.d.ts +1 -1
- package/columns/column-base.component.d.ts +1 -74
- package/columns/column-group.component.d.ts +1 -80
- package/columns/column.component.d.ts +1 -80
- package/columns/span-column.component.d.ts +1 -90
- package/dependencies/gantt-dependency.directive.d.ts +1 -1
- package/dragging/dependency-drag-create.directive.d.ts +1 -1
- package/editing/add-task.component.d.ts +1 -1
- package/editing/dependencies-table.component.d.ts +1 -1
- package/editing/edit-dialog.component.d.ts +1 -1
- package/{esm2020 → esm2022}/binding-directives/flat-binding.directive.mjs +7 -3
- package/{esm2020 → esm2022}/binding-directives/hierarchy-binding.directive.mjs +7 -3
- package/{esm2020 → esm2022}/columns/cell-template.directive.mjs +4 -3
- package/esm2022/columns/column-base.component.mjs +22 -0
- package/esm2022/columns/column-group.component.mjs +66 -0
- package/{esm2020 → esm2022}/columns/column-menu-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/columns/column.component.mjs +37 -65
- package/{esm2020 → esm2022}/columns/edit-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/columns/filter-cell-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/columns/filter-menu-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/columns/footer-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/columns/header-template.directive.mjs +4 -3
- package/esm2022/columns/span-column.component.mjs +66 -0
- package/{esm2020 → esm2022}/common/mapping.service.mjs +5 -7
- package/{esm2020 → esm2022}/common/option-changes.service.mjs +6 -8
- package/{esm2020 → esm2022}/dependencies/dependency-dom.service.mjs +21 -12
- package/{esm2020 → esm2022}/dependencies/gantt-dependency.directive.mjs +10 -4
- package/{esm2020 → esm2022}/dragging/dependency-drag-create.directive.mjs +41 -18
- package/{esm2020 → esm2022}/dragging/drag-validation-tooltip.component.mjs +24 -12
- package/{esm2020 → esm2022}/editing/add-task.component.mjs +31 -28
- package/{esm2020 → esm2022}/editing/dependencies-table.component.mjs +22 -15
- package/{esm2020 → esm2022}/editing/edit-dialog.component.mjs +14 -8
- package/{esm2020 → esm2022}/editing/edit.service.mjs +23 -17
- package/{esm2020 → esm2022}/editing/task-fields.component.mjs +8 -5
- package/{esm2020 → esm2022}/expanded-state/expand-event.mjs +4 -0
- package/{esm2020 → esm2022}/expanded-state/expandable.directive.mjs +3 -3
- package/{esm2020 → esm2022}/gantt.component.mjs +434 -364
- package/{esm2020 → esm2022}/gantt.module.mjs +31 -31
- package/{esm2020 → esm2022}/localization/custom-messages.component.mjs +9 -8
- package/{esm2020 → esm2022}/localization/gantt-localization.service.mjs +4 -3
- package/{esm2020 → esm2022}/localization/localized-messages.directive.mjs +9 -8
- package/esm2022/localization/messages.mjs +441 -0
- package/esm2022/models/events/cell-close-event.interface.mjs +45 -0
- package/{esm2020 → esm2022}/navigation/navigation.service.mjs +40 -35
- package/{esm2020 → esm2022}/package-metadata.mjs +2 -2
- package/{esm2020 → esm2022}/rendering/gantt-header-table-body.component.mjs +7 -7
- package/{esm2020 → esm2022}/rendering/gantt-milestone-task.component.mjs +11 -11
- package/{esm2020 → esm2022}/rendering/gantt-summary-task.component.mjs +16 -14
- package/{esm2020 → esm2022}/rendering/gantt-task-base.mjs +37 -18
- package/{esm2020 → esm2022}/rendering/gantt-task.component.mjs +14 -11
- package/{esm2020 → esm2022}/rendering/gantt-tasks-table-body.component.mjs +20 -8
- package/{esm2020 → esm2022}/scrolling/scroll-sync.service.mjs +9 -6
- package/{esm2020 → esm2022}/scrolling/timeline-scroll.directive.mjs +10 -4
- package/{esm2020 → esm2022}/scrolling/timeline-scroll.service.mjs +6 -8
- package/{esm2020 → esm2022}/selection/selectable.directive.mjs +18 -14
- package/{esm2020 → esm2022}/template-directives/summary-task-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/template-directives/task-content-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/template-directives/task-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/timeline/current-time-marker.service.mjs +36 -27
- package/{esm2020 → esm2022}/timeline/gantt-timeline.component.mjs +54 -16
- package/{esm2020 → esm2022}/timeline/timeline-base-view.service.mjs +6 -3
- package/{esm2020 → esm2022}/timeline/timeline-day-view.component.mjs +12 -12
- package/{esm2020 → esm2022}/timeline/timeline-day-view.service.mjs +4 -3
- package/{esm2020 → esm2022}/timeline/timeline-month-view.component.mjs +12 -12
- package/{esm2020 → esm2022}/timeline/timeline-month-view.service.mjs +4 -3
- package/{esm2020 → esm2022}/timeline/timeline-view.service.mjs +5 -4
- package/{esm2020 → esm2022}/timeline/timeline-week-view.component.mjs +12 -12
- package/{esm2020 → esm2022}/timeline/timeline-week-view.service.mjs +4 -3
- package/{esm2020 → esm2022}/timeline/timeline-year-view.component.mjs +12 -12
- package/{esm2020 → esm2022}/timeline/timeline-year-view.service.mjs +4 -3
- package/{esm2020 → esm2022}/timeline/view-base.mjs +22 -9
- package/{esm2020 → esm2022}/toolbar/toolbar-navigation.service.mjs +6 -4
- package/{esm2020 → esm2022}/toolbar/toolbar-template.directive.mjs +8 -7
- package/{esm2020 → esm2022}/toolbar/toolbar.component.mjs +21 -12
- package/{esm2020 → esm2022}/toolbar/view-selector.component.mjs +19 -14
- package/expanded-state/expandable.directive.d.ts +1 -1
- package/{fesm2020 → fesm2022}/progress-kendo-angular-gantt.mjs +1579 -1114
- package/gantt.component.d.ts +1 -1
- package/localization/messages.d.ts +1 -1
- package/models/cell-content-type.interface.d.ts +1 -1
- package/models/class-callbacks.d.ts +2 -2
- package/models/events/task-edit-event.interface.d.ts +1 -1
- package/models/filterable-settings.d.ts +1 -1
- package/models/sort-settings.d.ts +2 -2
- package/models/timeline-view.d.ts +1 -1
- package/models/toolbar-settings.d.ts +1 -1
- package/package.json +25 -31
- package/rendering/gantt-header-table-body.component.d.ts +1 -1
- package/rendering/gantt-summary-task.component.d.ts +1 -1
- package/rendering/gantt-task-base.d.ts +1 -1
- package/rendering/gantt-task.component.d.ts +1 -1
- package/rendering/gantt-tasks-table-body.component.d.ts +1 -1
- package/schematics/ngAdd/index.js +8 -8
- package/scrolling/scroll-sync.service.d.ts +2 -2
- package/scrolling/timeline-scroll.directive.d.ts +1 -1
- package/selection/selectable.directive.d.ts +1 -1
- package/timeline/gantt-timeline.component.d.ts +1 -1
- package/timeline/view-base.d.ts +1 -1
- package/toolbar/toolbar-template.directive.d.ts +1 -1
- package/toolbar/toolbar.component.d.ts +1 -1
- package/toolbar/view-selector.component.d.ts +1 -1
- package/utils.d.ts +1 -1
- package/esm2020/columns/column-base.component.mjs +0 -55
- package/esm2020/columns/column-group.component.mjs +0 -101
- package/esm2020/columns/span-column.component.mjs +0 -120
- package/esm2020/localization/messages.mjs +0 -157
- package/esm2020/models/events/cell-close-event.interface.mjs +0 -14
- package/fesm2015/progress-kendo-angular-gantt.mjs +0 -8219
- /package/{esm2020 → esm2022}/columns/columns.mjs +0 -0
- /package/{esm2020 → esm2022}/common/default-callbacks.mjs +0 -0
- /package/{esm2020 → esm2022}/dependencies/dom-dependency-args.mjs +0 -0
- /package/{esm2020 → esm2022}/dependencies/utils.mjs +0 -0
- /package/{esm2020 → esm2022}/directives.mjs +0 -0
- /package/{esm2020 → esm2022}/editing/utils.mjs +0 -0
- /package/{esm2020 → esm2022}/index.mjs +0 -0
- /package/{esm2020 → esm2022}/models/cell-content-type.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/class-callbacks.mjs +0 -0
- /package/{esm2020 → esm2022}/models/column-menu-settings.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/column-reorder-config.mjs +0 -0
- /package/{esm2020 → esm2022}/models/current-time-settings.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/date-range.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/dependency-type.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/cell-click-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/click-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/column-locked-change-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/column-reorder-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/column-resize-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/column-visibility-change-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/data-state-change-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/dependency-add-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/selected-view-change-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/task-add-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/task-click-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/task-delete-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/task-edit-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/task-move-end-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/task-move-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/task-move-start-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/task-resize-end-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/task-resize-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/task-resize-start-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/filterable-settings.mjs +0 -0
- /package/{esm2020 → esm2022}/models/gantt-dependency-model-fields.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/gantt-dependency.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/gantt-task-model-fields.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/gantt-task.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/models.mjs +0 -0
- /package/{esm2020 → esm2022}/models/slot.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/sort-settings.mjs +0 -0
- /package/{esm2020 → esm2022}/models/splitter-pane-options.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/timeline-header-date-format.mjs +0 -0
- /package/{esm2020 → esm2022}/models/timeline-options.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/timeline-view.mjs +0 -0
- /package/{esm2020 → esm2022}/models/toolbar-settings.mjs +0 -0
- /package/{esm2020 → esm2022}/models/view-item.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/navigation/navigation-models.mjs +0 -0
- /package/{esm2020 → esm2022}/navigation/utils.mjs +0 -0
- /package/{esm2020 → esm2022}/progress-kendo-angular-gantt.mjs +0 -0
- /package/{esm2020 → esm2022}/scrolling/drag-scroll-settings.mjs +0 -0
- /package/{esm2020 → esm2022}/scrolling/utils.mjs +0 -0
- /package/{esm2020 → esm2022}/selection/selection-change-event.mjs +0 -0
- /package/{esm2020 → esm2022}/utils.mjs +0 -0
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Component, ContentChildren, forwardRef, Host, Input, Optional, QueryList, SkipSelf } from '@angular/core';
|
|
6
|
-
import { SpanColumnComponent } from '@progress/kendo-angular-treelist';
|
|
7
|
-
import { OptionChangesService } from '../common/option-changes.service';
|
|
8
|
-
import { CellTemplateDirective } from './cell-template.directive';
|
|
9
|
-
import { GanttColumnBase } from './column-base.component';
|
|
10
|
-
import { GanttColumnComponent } from './column.component';
|
|
11
|
-
import { EditTemplateDirective } from './edit-template.directive';
|
|
12
|
-
import * as i0 from "@angular/core";
|
|
13
|
-
import * as i1 from "../common/option-changes.service";
|
|
14
|
-
import * as i2 from "./column-base.component";
|
|
15
|
-
export class GanttSpanColumnComponent extends SpanColumnComponent {
|
|
16
|
-
constructor(options, parent) {
|
|
17
|
-
super(parent);
|
|
18
|
-
this.options = options;
|
|
19
|
-
/**
|
|
20
|
-
* @hidden
|
|
21
|
-
*/
|
|
22
|
-
this.childColumns = new QueryList();
|
|
23
|
-
this.template = new QueryList();
|
|
24
|
-
this.editTemplate = new QueryList();
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Toggles the locked (frozen) state of the columns. Locked columns are visible
|
|
28
|
-
* at all times during the horizontal scrolling of the Gantt.
|
|
29
|
-
*
|
|
30
|
-
* For the option to work properly, make sure that:
|
|
31
|
-
* - Scrolling is enabled.
|
|
32
|
-
* - The `height` option of the Gantt is set.
|
|
33
|
-
* - The widths of all Gantt columns are explicitly set in pixels. In this way,
|
|
34
|
-
* the Gantt adjusts the layout of the locked and unlocked columns.
|
|
35
|
-
*
|
|
36
|
-
* @default false
|
|
37
|
-
* @hidden
|
|
38
|
-
*/
|
|
39
|
-
set locked(value) {
|
|
40
|
-
super.locked = value;
|
|
41
|
-
}
|
|
42
|
-
get locked() {
|
|
43
|
-
return super.locked;
|
|
44
|
-
}
|
|
45
|
-
/**
|
|
46
|
-
* @hidden
|
|
47
|
-
*
|
|
48
|
-
* Defines whether the edit template of the column will be rendered. The default value is `false`.
|
|
49
|
-
*
|
|
50
|
-
* > To enable the editing functionality for a spanned column, set an edit template for it.
|
|
51
|
-
*/
|
|
52
|
-
set editable(value) {
|
|
53
|
-
super.editable = value;
|
|
54
|
-
}
|
|
55
|
-
get editable() {
|
|
56
|
-
return super.editable;
|
|
57
|
-
}
|
|
58
|
-
ngOnChanges() {
|
|
59
|
-
this.options.notifyColumnChanges();
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
GanttSpanColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttSpanColumnComponent, deps: [{ token: i1.OptionChangesService }, { token: i2.GanttColumnBase, host: true, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
63
|
-
GanttSpanColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GanttSpanColumnComponent, isStandalone: true, selector: "kendo-gantt-span-column", inputs: { locked: "locked", lockable: "lockable", editable: "editable", hidden: "hidden", media: "media", style: "style", headerStyle: "headerStyle", footerStyle: "footerStyle", cssClass: ["class", "cssClass"], headerClass: "headerClass", footerClass: "footerClass" }, providers: [
|
|
64
|
-
{
|
|
65
|
-
provide: GanttColumnBase,
|
|
66
|
-
useExisting: forwardRef(() => GanttSpanColumnComponent)
|
|
67
|
-
}
|
|
68
|
-
], queries: [{ propertyName: "childColumns", predicate: GanttColumnComponent }, { propertyName: "template", predicate: CellTemplateDirective }, { propertyName: "editTemplate", predicate: EditTemplateDirective }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
69
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttSpanColumnComponent, decorators: [{
|
|
70
|
-
type: Component,
|
|
71
|
-
args: [{
|
|
72
|
-
selector: 'kendo-gantt-span-column',
|
|
73
|
-
template: '',
|
|
74
|
-
providers: [
|
|
75
|
-
{
|
|
76
|
-
provide: GanttColumnBase,
|
|
77
|
-
useExisting: forwardRef(() => GanttSpanColumnComponent)
|
|
78
|
-
}
|
|
79
|
-
],
|
|
80
|
-
standalone: true
|
|
81
|
-
}]
|
|
82
|
-
}], ctorParameters: function () { return [{ type: i1.OptionChangesService }, { type: i2.GanttColumnBase, decorators: [{
|
|
83
|
-
type: SkipSelf
|
|
84
|
-
}, {
|
|
85
|
-
type: Host
|
|
86
|
-
}, {
|
|
87
|
-
type: Optional
|
|
88
|
-
}] }]; }, propDecorators: { childColumns: [{
|
|
89
|
-
type: ContentChildren,
|
|
90
|
-
args: [GanttColumnComponent]
|
|
91
|
-
}], template: [{
|
|
92
|
-
type: ContentChildren,
|
|
93
|
-
args: [CellTemplateDirective, { descendants: false }]
|
|
94
|
-
}], editTemplate: [{
|
|
95
|
-
type: ContentChildren,
|
|
96
|
-
args: [EditTemplateDirective, { descendants: false }]
|
|
97
|
-
}], locked: [{
|
|
98
|
-
type: Input
|
|
99
|
-
}], lockable: [{
|
|
100
|
-
type: Input
|
|
101
|
-
}], editable: [{
|
|
102
|
-
type: Input
|
|
103
|
-
}], hidden: [{
|
|
104
|
-
type: Input
|
|
105
|
-
}], media: [{
|
|
106
|
-
type: Input
|
|
107
|
-
}], style: [{
|
|
108
|
-
type: Input
|
|
109
|
-
}], headerStyle: [{
|
|
110
|
-
type: Input
|
|
111
|
-
}], footerStyle: [{
|
|
112
|
-
type: Input
|
|
113
|
-
}], cssClass: [{
|
|
114
|
-
type: Input,
|
|
115
|
-
args: ['class']
|
|
116
|
-
}], headerClass: [{
|
|
117
|
-
type: Input
|
|
118
|
-
}], footerClass: [{
|
|
119
|
-
type: Input
|
|
120
|
-
}] } });
|
|
@@ -1,157 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Directive, Input } from '@angular/core';
|
|
6
|
-
import { ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export class Messages extends ComponentMessages {
|
|
12
|
-
}
|
|
13
|
-
Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
14
|
-
Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: Messages, selector: "kendo-gantt-messages-base", inputs: { taskEditingGeneralTabTitle: "taskEditingGeneralTabTitle", taskEditingPredecessorsTabTitle: "taskEditingPredecessorsTabTitle", taskEditingSuccessorsTabTitle: "taskEditingSuccessorsTabTitle", taskEditingDependenciesAddButtonText: "taskEditingDependenciesAddButtonText", taskEditingDependenciesRemoveButtonText: "taskEditingDependenciesRemoveButtonText", taskEditingDependenciesGridNameColumnTitle: "taskEditingDependenciesGridNameColumnTitle", taskEditingDependenciesGridTypeColumnTitle: "taskEditingDependenciesGridTypeColumnTitle", deleteButtonText: "deleteButtonText", taskDeleteLabel: "taskDeleteLabel", taskEditingDialogTitle: "taskEditingDialogTitle", taskEditingDialogCloseTitle: "taskEditingDialogCloseTitle", confirmationDialogCloseTitle: "confirmationDialogCloseTitle", confirmationDialogTitle: "confirmationDialogTitle", addTaskText: "addTaskText", addChildText: "addChildText", addAboveText: "addAboveText", addBelowText: "addBelowText", cancelButtonText: "cancelButtonText", saveButtonText: "saveButtonText", titleFieldInputLabel: "titleFieldInputLabel", startFieldInputLabel: "startFieldInputLabel", endFieldInputLabel: "endFieldInputLabel", completionRatioFieldInputLabel: "completionRatioFieldInputLabel", confirmationDialogContent: "confirmationDialogContent", dayViewText: "dayViewText", weekViewText: "weekViewText", monthViewText: "monthViewText", yearViewText: "yearViewText", noRecords: "noRecords", filter: "filter", filterEqOperator: "filterEqOperator", filterNotEqOperator: "filterNotEqOperator", filterIsNullOperator: "filterIsNullOperator", filterIsNotNullOperator: "filterIsNotNullOperator", filterIsEmptyOperator: "filterIsEmptyOperator", filterIsNotEmptyOperator: "filterIsNotEmptyOperator", filterStartsWithOperator: "filterStartsWithOperator", filterContainsOperator: "filterContainsOperator", filterNotContainsOperator: "filterNotContainsOperator", filterEndsWithOperator: "filterEndsWithOperator", filterGteOperator: "filterGteOperator", filterGtOperator: "filterGtOperator", filterLteOperator: "filterLteOperator", filterLtOperator: "filterLtOperator", filterIsTrue: "filterIsTrue", filterIsFalse: "filterIsFalse", filterBooleanAll: "filterBooleanAll", filterAfterOrEqualOperator: "filterAfterOrEqualOperator", filterAfterOperator: "filterAfterOperator", filterBeforeOperator: "filterBeforeOperator", filterBeforeOrEqualOperator: "filterBeforeOrEqualOperator", filterFilterButton: "filterFilterButton", filterClearButton: "filterClearButton", filterAndLogic: "filterAndLogic", filterOrLogic: "filterOrLogic", loading: "loading", columnMenu: "columnMenu", columns: "columns", lock: "lock", unlock: "unlock", sortable: "sortable", sortAscending: "sortAscending", sortDescending: "sortDescending", sortedAscending: "sortedAscending", sortedDescending: "sortedDescending", sortedDefault: "sortedDefault", columnsApply: "columnsApply", columnsReset: "columnsReset" }, usesInheritance: true, ngImport: i0 });
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Messages, decorators: [{
|
|
16
|
-
type: Directive,
|
|
17
|
-
args: [{
|
|
18
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
19
|
-
selector: 'kendo-gantt-messages-base'
|
|
20
|
-
}]
|
|
21
|
-
}], propDecorators: { taskEditingGeneralTabTitle: [{
|
|
22
|
-
type: Input
|
|
23
|
-
}], taskEditingPredecessorsTabTitle: [{
|
|
24
|
-
type: Input
|
|
25
|
-
}], taskEditingSuccessorsTabTitle: [{
|
|
26
|
-
type: Input
|
|
27
|
-
}], taskEditingDependenciesAddButtonText: [{
|
|
28
|
-
type: Input
|
|
29
|
-
}], taskEditingDependenciesRemoveButtonText: [{
|
|
30
|
-
type: Input
|
|
31
|
-
}], taskEditingDependenciesGridNameColumnTitle: [{
|
|
32
|
-
type: Input
|
|
33
|
-
}], taskEditingDependenciesGridTypeColumnTitle: [{
|
|
34
|
-
type: Input
|
|
35
|
-
}], deleteButtonText: [{
|
|
36
|
-
type: Input
|
|
37
|
-
}], taskDeleteLabel: [{
|
|
38
|
-
type: Input
|
|
39
|
-
}], taskEditingDialogTitle: [{
|
|
40
|
-
type: Input
|
|
41
|
-
}], taskEditingDialogCloseTitle: [{
|
|
42
|
-
type: Input
|
|
43
|
-
}], confirmationDialogCloseTitle: [{
|
|
44
|
-
type: Input
|
|
45
|
-
}], confirmationDialogTitle: [{
|
|
46
|
-
type: Input
|
|
47
|
-
}], addTaskText: [{
|
|
48
|
-
type: Input
|
|
49
|
-
}], addChildText: [{
|
|
50
|
-
type: Input
|
|
51
|
-
}], addAboveText: [{
|
|
52
|
-
type: Input
|
|
53
|
-
}], addBelowText: [{
|
|
54
|
-
type: Input
|
|
55
|
-
}], cancelButtonText: [{
|
|
56
|
-
type: Input
|
|
57
|
-
}], saveButtonText: [{
|
|
58
|
-
type: Input
|
|
59
|
-
}], titleFieldInputLabel: [{
|
|
60
|
-
type: Input
|
|
61
|
-
}], startFieldInputLabel: [{
|
|
62
|
-
type: Input
|
|
63
|
-
}], endFieldInputLabel: [{
|
|
64
|
-
type: Input
|
|
65
|
-
}], completionRatioFieldInputLabel: [{
|
|
66
|
-
type: Input
|
|
67
|
-
}], confirmationDialogContent: [{
|
|
68
|
-
type: Input
|
|
69
|
-
}], dayViewText: [{
|
|
70
|
-
type: Input
|
|
71
|
-
}], weekViewText: [{
|
|
72
|
-
type: Input
|
|
73
|
-
}], monthViewText: [{
|
|
74
|
-
type: Input
|
|
75
|
-
}], yearViewText: [{
|
|
76
|
-
type: Input
|
|
77
|
-
}], noRecords: [{
|
|
78
|
-
type: Input
|
|
79
|
-
}], filter: [{
|
|
80
|
-
type: Input
|
|
81
|
-
}], filterEqOperator: [{
|
|
82
|
-
type: Input
|
|
83
|
-
}], filterNotEqOperator: [{
|
|
84
|
-
type: Input
|
|
85
|
-
}], filterIsNullOperator: [{
|
|
86
|
-
type: Input
|
|
87
|
-
}], filterIsNotNullOperator: [{
|
|
88
|
-
type: Input
|
|
89
|
-
}], filterIsEmptyOperator: [{
|
|
90
|
-
type: Input
|
|
91
|
-
}], filterIsNotEmptyOperator: [{
|
|
92
|
-
type: Input
|
|
93
|
-
}], filterStartsWithOperator: [{
|
|
94
|
-
type: Input
|
|
95
|
-
}], filterContainsOperator: [{
|
|
96
|
-
type: Input
|
|
97
|
-
}], filterNotContainsOperator: [{
|
|
98
|
-
type: Input
|
|
99
|
-
}], filterEndsWithOperator: [{
|
|
100
|
-
type: Input
|
|
101
|
-
}], filterGteOperator: [{
|
|
102
|
-
type: Input
|
|
103
|
-
}], filterGtOperator: [{
|
|
104
|
-
type: Input
|
|
105
|
-
}], filterLteOperator: [{
|
|
106
|
-
type: Input
|
|
107
|
-
}], filterLtOperator: [{
|
|
108
|
-
type: Input
|
|
109
|
-
}], filterIsTrue: [{
|
|
110
|
-
type: Input
|
|
111
|
-
}], filterIsFalse: [{
|
|
112
|
-
type: Input
|
|
113
|
-
}], filterBooleanAll: [{
|
|
114
|
-
type: Input
|
|
115
|
-
}], filterAfterOrEqualOperator: [{
|
|
116
|
-
type: Input
|
|
117
|
-
}], filterAfterOperator: [{
|
|
118
|
-
type: Input
|
|
119
|
-
}], filterBeforeOperator: [{
|
|
120
|
-
type: Input
|
|
121
|
-
}], filterBeforeOrEqualOperator: [{
|
|
122
|
-
type: Input
|
|
123
|
-
}], filterFilterButton: [{
|
|
124
|
-
type: Input
|
|
125
|
-
}], filterClearButton: [{
|
|
126
|
-
type: Input
|
|
127
|
-
}], filterAndLogic: [{
|
|
128
|
-
type: Input
|
|
129
|
-
}], filterOrLogic: [{
|
|
130
|
-
type: Input
|
|
131
|
-
}], loading: [{
|
|
132
|
-
type: Input
|
|
133
|
-
}], columnMenu: [{
|
|
134
|
-
type: Input
|
|
135
|
-
}], columns: [{
|
|
136
|
-
type: Input
|
|
137
|
-
}], lock: [{
|
|
138
|
-
type: Input
|
|
139
|
-
}], unlock: [{
|
|
140
|
-
type: Input
|
|
141
|
-
}], sortable: [{
|
|
142
|
-
type: Input
|
|
143
|
-
}], sortAscending: [{
|
|
144
|
-
type: Input
|
|
145
|
-
}], sortDescending: [{
|
|
146
|
-
type: Input
|
|
147
|
-
}], sortedAscending: [{
|
|
148
|
-
type: Input
|
|
149
|
-
}], sortedDescending: [{
|
|
150
|
-
type: Input
|
|
151
|
-
}], sortedDefault: [{
|
|
152
|
-
type: Input
|
|
153
|
-
}], columnsApply: [{
|
|
154
|
-
type: Input
|
|
155
|
-
}], columnsReset: [{
|
|
156
|
-
type: Input
|
|
157
|
-
}] } });
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { PreventableEvent } from '@progress/kendo-angular-common';
|
|
6
|
-
/**
|
|
7
|
-
* Called every time a user leaves an edited cell.
|
|
8
|
-
*/
|
|
9
|
-
export class CellCloseEvent extends PreventableEvent {
|
|
10
|
-
constructor(options) {
|
|
11
|
-
super();
|
|
12
|
-
Object.assign(this, options);
|
|
13
|
-
}
|
|
14
|
-
}
|