@progress/kendo-angular-gantt 21.4.1-develop.1 → 22.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.
Files changed (127) hide show
  1. package/columns/column-base.component.d.ts +1 -1
  2. package/fesm2022/progress-kendo-angular-gantt.mjs +201 -201
  3. package/localization/messages.d.ts +1 -1
  4. package/package.json +22 -30
  5. package/rendering/gantt-task-base.d.ts +1 -1
  6. package/schematics/ngAdd/index.js +7 -7
  7. package/timeline/view-base.d.ts +1 -1
  8. package/esm2022/binding-directives/flat-binding.directive.mjs +0 -50
  9. package/esm2022/binding-directives/hierarchy-binding.directive.mjs +0 -49
  10. package/esm2022/columns/cell-template.directive.mjs +0 -47
  11. package/esm2022/columns/column-base.component.mjs +0 -22
  12. package/esm2022/columns/column-group.component.mjs +0 -80
  13. package/esm2022/columns/column-menu-template.directive.mjs +0 -40
  14. package/esm2022/columns/column.component.mjs +0 -122
  15. package/esm2022/columns/columns.mjs +0 -15
  16. package/esm2022/columns/edit-template.directive.mjs +0 -46
  17. package/esm2022/columns/filter-cell-template.directive.mjs +0 -32
  18. package/esm2022/columns/filter-menu-template.directive.mjs +0 -41
  19. package/esm2022/columns/footer-template.directive.mjs +0 -44
  20. package/esm2022/columns/header-template.directive.mjs +0 -43
  21. package/esm2022/columns/span-column.component.mjs +0 -82
  22. package/esm2022/common/default-callbacks.mjs +0 -25
  23. package/esm2022/common/mapping.service.mjs +0 -62
  24. package/esm2022/common/option-changes.service.mjs +0 -28
  25. package/esm2022/dependencies/dependency-dom.service.mjs +0 -80
  26. package/esm2022/dependencies/dom-dependency-args.mjs +0 -5
  27. package/esm2022/dependencies/gantt-dependency.directive.mjs +0 -91
  28. package/esm2022/dependencies/utils.mjs +0 -195
  29. package/esm2022/directives.mjs +0 -63
  30. package/esm2022/dragging/dependency-drag-create.directive.mjs +0 -337
  31. package/esm2022/dragging/drag-validation-tooltip.component.mjs +0 -70
  32. package/esm2022/dragging/task-drag.directive.mjs +0 -94
  33. package/esm2022/dragging/task-drag.service.mjs +0 -239
  34. package/esm2022/editing/add-task.component.mjs +0 -127
  35. package/esm2022/editing/dependencies-table.component.mjs +0 -233
  36. package/esm2022/editing/edit-dialog.component.mjs +0 -225
  37. package/esm2022/editing/edit.service.mjs +0 -118
  38. package/esm2022/editing/task-fields.component.mjs +0 -127
  39. package/esm2022/editing/utils.mjs +0 -15
  40. package/esm2022/expanded-state/expand-event.mjs +0 -18
  41. package/esm2022/expanded-state/expandable.directive.mjs +0 -39
  42. package/esm2022/gantt.component.mjs +0 -2415
  43. package/esm2022/gantt.module.mjs +0 -132
  44. package/esm2022/index.mjs +0 -42
  45. package/esm2022/localization/custom-messages.component.mjs +0 -52
  46. package/esm2022/localization/gantt-localization.service.mjs +0 -27
  47. package/esm2022/localization/localized-messages.directive.mjs +0 -39
  48. package/esm2022/localization/messages.mjs +0 -453
  49. package/esm2022/models/cell-content-type.interface.mjs +0 -5
  50. package/esm2022/models/class-callbacks.mjs +0 -5
  51. package/esm2022/models/column-menu-settings.interface.mjs +0 -5
  52. package/esm2022/models/column-reorder-config.mjs +0 -5
  53. package/esm2022/models/current-time-settings.interface.mjs +0 -5
  54. package/esm2022/models/date-range.interface.mjs +0 -5
  55. package/esm2022/models/dependency-type.enum.mjs +0 -32
  56. package/esm2022/models/events/cell-click-event.interface.mjs +0 -5
  57. package/esm2022/models/events/cell-close-event.interface.mjs +0 -44
  58. package/esm2022/models/events/click-event.interface.mjs +0 -5
  59. package/esm2022/models/events/column-locked-change-event.interface.mjs +0 -5
  60. package/esm2022/models/events/column-reorder-event.interface.mjs +0 -5
  61. package/esm2022/models/events/column-resize-event.interface.mjs +0 -5
  62. package/esm2022/models/events/column-visibility-change-event.interface.mjs +0 -5
  63. package/esm2022/models/events/data-state-change-event.interface.mjs +0 -5
  64. package/esm2022/models/events/dependency-add-event.interface.mjs +0 -5
  65. package/esm2022/models/events/index.mjs +0 -5
  66. package/esm2022/models/events/selected-view-change-event.interface.mjs +0 -5
  67. package/esm2022/models/events/task-add-event.interface.mjs +0 -5
  68. package/esm2022/models/events/task-click-event.interface.mjs +0 -5
  69. package/esm2022/models/events/task-delete-event.interface.mjs +0 -5
  70. package/esm2022/models/events/task-drag-event.interface.mjs +0 -5
  71. package/esm2022/models/events/task-edit-event.interface.mjs +0 -5
  72. package/esm2022/models/filterable-settings.mjs +0 -5
  73. package/esm2022/models/gantt-dependency-model-fields.interface.mjs +0 -13
  74. package/esm2022/models/gantt-dependency.interface.mjs +0 -5
  75. package/esm2022/models/gantt-task-model-fields.interface.mjs +0 -15
  76. package/esm2022/models/gantt-task.interface.mjs +0 -5
  77. package/esm2022/models/models.mjs +0 -8
  78. package/esm2022/models/slot.interface.mjs +0 -5
  79. package/esm2022/models/sort-settings.mjs +0 -17
  80. package/esm2022/models/splitter-pane-options.interface.mjs +0 -20
  81. package/esm2022/models/timeline-header-date-format.mjs +0 -5
  82. package/esm2022/models/timeline-options.interface.mjs +0 -5
  83. package/esm2022/models/timeline-view.mjs +0 -5
  84. package/esm2022/models/toolbar-settings.mjs +0 -5
  85. package/esm2022/models/tooltip-options.interface.mjs +0 -5
  86. package/esm2022/models/view-item.interface.mjs +0 -5
  87. package/esm2022/navigation/navigation-models.mjs +0 -5
  88. package/esm2022/navigation/navigation.service.mjs +0 -271
  89. package/esm2022/navigation/utils.mjs +0 -61
  90. package/esm2022/package-metadata.mjs +0 -16
  91. package/esm2022/progress-kendo-angular-gantt.mjs +0 -8
  92. package/esm2022/rendering/gantt-header-table-body.component.mjs +0 -61
  93. package/esm2022/rendering/gantt-milestone-task.component.mjs +0 -102
  94. package/esm2022/rendering/gantt-summary-task.component.mjs +0 -157
  95. package/esm2022/rendering/gantt-task-base.mjs +0 -230
  96. package/esm2022/rendering/gantt-task.component.mjs +0 -227
  97. package/esm2022/rendering/gantt-tasks-table-body.component.mjs +0 -206
  98. package/esm2022/scrolling/drag-scroll-settings.mjs +0 -20
  99. package/esm2022/scrolling/scroll-sync.service.mjs +0 -83
  100. package/esm2022/scrolling/timeline-scroll.directive.mjs +0 -83
  101. package/esm2022/scrolling/timeline-scroll.service.mjs +0 -37
  102. package/esm2022/scrolling/utils.mjs +0 -77
  103. package/esm2022/selection/selectable.directive.mjs +0 -126
  104. package/esm2022/selection/selection-change-event.mjs +0 -5
  105. package/esm2022/template-directives/summary-task-template.directive.mjs +0 -43
  106. package/esm2022/template-directives/task-content-template.directive.mjs +0 -46
  107. package/esm2022/template-directives/task-drag-tooltip-template.directive.mjs +0 -47
  108. package/esm2022/template-directives/task-template.directive.mjs +0 -41
  109. package/esm2022/template-directives/task-tooltip-template.directive.mjs +0 -48
  110. package/esm2022/timeline/current-time-marker.service.mjs +0 -90
  111. package/esm2022/timeline/gantt-timeline.component.mjs +0 -624
  112. package/esm2022/timeline/timeline-base-view.service.mjs +0 -201
  113. package/esm2022/timeline/timeline-day-view.component.mjs +0 -49
  114. package/esm2022/timeline/timeline-day-view.service.mjs +0 -68
  115. package/esm2022/timeline/timeline-month-view.component.mjs +0 -49
  116. package/esm2022/timeline/timeline-month-view.service.mjs +0 -66
  117. package/esm2022/timeline/timeline-view.service.mjs +0 -38
  118. package/esm2022/timeline/timeline-week-view.component.mjs +0 -49
  119. package/esm2022/timeline/timeline-week-view.service.mjs +0 -62
  120. package/esm2022/timeline/timeline-year-view.component.mjs +0 -49
  121. package/esm2022/timeline/timeline-year-view.service.mjs +0 -57
  122. package/esm2022/timeline/view-base.mjs +0 -73
  123. package/esm2022/toolbar/toolbar-navigation.service.mjs +0 -29
  124. package/esm2022/toolbar/toolbar-template.directive.mjs +0 -56
  125. package/esm2022/toolbar/toolbar.component.mjs +0 -181
  126. package/esm2022/toolbar/view-selector.component.mjs +0 -112
  127. package/esm2022/utils.mjs +0 -311
@@ -1,453 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 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
- * The title of the "General" tab of the editing dialog TabStrip.
14
- */
15
- taskEditingGeneralTabTitle;
16
- /**
17
- * The title of the "Predecessors" dependencies tab of the editing dialog TabStrip.
18
- */
19
- taskEditingPredecessorsTabTitle;
20
- /**
21
- * The title of the "Successors" dependencies tab of the editing dialog TabStrip.
22
- */
23
- taskEditingSuccessorsTabTitle;
24
- /**
25
- * The text of the "Add" button in the dependencies tabs of the editing dialog TabStrip.
26
- */
27
- taskEditingDependenciesAddButtonText;
28
- /**
29
- * The text of the "Remove" button in the dependencies tabs of the editing dialog TabStrip.
30
- */
31
- taskEditingDependenciesRemoveButtonText;
32
- /**
33
- * The title of the "Task Title" Grid column in the dependencies tabs of the editing dialog TabStrip.
34
- */
35
- taskEditingDependenciesGridNameColumnTitle;
36
- /**
37
- * The title of the "Type" Grid column in the dependencies tabs of the editing dialog TabStrip.
38
- */
39
- taskEditingDependenciesGridTypeColumnTitle;
40
- /**
41
- * The text of the task editing dialog 'Delete' button.
42
- */
43
- deleteButtonText;
44
- /**
45
- * The label for the task delete button.
46
- */
47
- taskDeleteLabel;
48
- /**
49
- * The title of the task editing dialog.
50
- */
51
- taskEditingDialogTitle;
52
- /**
53
- * The title of the task editing dialog close button.
54
- */
55
- taskEditingDialogCloseTitle;
56
- /**
57
- * The title of the confirmation dialog close button.
58
- */
59
- confirmationDialogCloseTitle;
60
- /**
61
- * The title of the delete task confirmation dialog.
62
- */
63
- confirmationDialogTitle;
64
- /**
65
- * The text of the DropDownButton in the AddTask component.
66
- */
67
- addTaskText;
68
- /**
69
- * The text of the `Add Child` option in the AddTask component.
70
- */
71
- addChildText;
72
- /**
73
- * The text of the `Add Above` option in the AddTask component.
74
- */
75
- addAboveText;
76
- /**
77
- * The text of the `Add Below` option in the AddTask component.
78
- */
79
- addBelowText;
80
- /**
81
- * The text of the task editing dialog `Cancel` button.
82
- */
83
- cancelButtonText;
84
- /**
85
- * The text of the task editing dialog `Save` button.
86
- */
87
- saveButtonText;
88
- /**
89
- * The label of the 'title' field input in editing mode.
90
- */
91
- titleFieldInputLabel;
92
- /**
93
- * The label of the 'start' field input in editing mode.
94
- */
95
- startFieldInputLabel;
96
- /**
97
- * The label of the 'end' field input in editing mode.
98
- */
99
- endFieldInputLabel;
100
- /**
101
- * The label of the 'completionRatio' field input in editing mode.
102
- */
103
- completionRatioFieldInputLabel;
104
- /**
105
- * The content of the delete task confirmation dialog.
106
- */
107
- confirmationDialogContent;
108
- /**
109
- * The text of the day view in the ViewSelector component.
110
- */
111
- dayViewText;
112
- /**
113
- * The text of the week view in the ViewSelector component.
114
- */
115
- weekViewText;
116
- /**
117
- * The text of the month view in the ViewSelector component.
118
- */
119
- monthViewText;
120
- /**
121
- * @hidden
122
- * The text of the year view in the ViewSelector component.
123
- */
124
- yearViewText;
125
- /**
126
- * The no-records text.
127
- */
128
- noRecords;
129
- /**
130
- * The label of the filter cell or icon.
131
- */
132
- filter;
133
- /**
134
- * The text of the `Equal` (**Is equal to**) filter operator.
135
- */
136
- filterEqOperator;
137
- /**
138
- * The text of the `NotEqual` (**Is not equal to**) filter operator.
139
- */
140
- filterNotEqOperator;
141
- /**
142
- * The text of the `IsNull` (**Is null**) filter operator.
143
- */
144
- filterIsNullOperator;
145
- /**
146
- * The text of the `IsNotNull` (**Is not null**) filter operator.
147
- */
148
- filterIsNotNullOperator;
149
- /**
150
- * The text of the `IsEmpty` (**Is empty**) filter operator.
151
- */
152
- filterIsEmptyOperator;
153
- /**
154
- * The text of the `IsNotEmpty` (**Is not empty**) filter operator.
155
- */
156
- filterIsNotEmptyOperator;
157
- /**
158
- * The text of the `StartsWith` (**Starts with**) filter operator.
159
- */
160
- filterStartsWithOperator;
161
- /**
162
- * The text of the `Contains` (**Contains**) filter operator.
163
- */
164
- filterContainsOperator;
165
- /**
166
- * The text of the `DoesNotContain` (**Does not contain**) filter operator.
167
- */
168
- filterNotContainsOperator;
169
- /**
170
- * The text of the `EndsWith` (**Ends with**) string filter operator.
171
- */
172
- filterEndsWithOperator;
173
- /**
174
- * The text of the `GreaterOrEqualTo` (**Is greater than or equal to**) numeric filter operator.
175
- */
176
- filterGteOperator;
177
- /**
178
- * The text of the `Greater` (**Is greater than**) numeric filter operator.
179
- */
180
- filterGtOperator;
181
- /**
182
- * The text of the `LessOrEqualTo` (**Is less than or equal to**) numeric filter operator.
183
- */
184
- filterLteOperator;
185
- /**
186
- * The text of the `Less` (**Is less than**) numeric filter operator.
187
- */
188
- filterLtOperator;
189
- /**
190
- * The text of the `IsTrue` Boolean filter option.
191
- */
192
- filterIsTrue;
193
- /**
194
- * The text of the `IsFalse` Boolean filter option.
195
- */
196
- filterIsFalse;
197
- /**
198
- * The text of the `(All)` option for Boolean filter.
199
- */
200
- filterBooleanAll;
201
- /**
202
- * The text of the `AfterOrEqualTo` (**Is after or equal to**) date filter operator.
203
- */
204
- filterAfterOrEqualOperator;
205
- /**
206
- * The text of the `After` (**Is after**) date filter operator.
207
- */
208
- filterAfterOperator;
209
- /**
210
- * The text of the `Before` (**Is before**) date filter operator.
211
- */
212
- filterBeforeOperator;
213
- /**
214
- * The text of the `BeforeOrEqualTo` (**Is before or equal to**) date filter operator.
215
- */
216
- filterBeforeOrEqualOperator;
217
- /**
218
- * The text of the **Filter** button.
219
- */
220
- filterFilterButton;
221
- /**
222
- * The text of the **Clear filter** button.
223
- */
224
- filterClearButton;
225
- /**
226
- * The text of the `And` filter logic.
227
- */
228
- filterAndLogic;
229
- /**
230
- * The text of the `Or` filter logic.
231
- */
232
- filterOrLogic;
233
- /**
234
- * The loading text.
235
- *
236
- * > The `loading` property is part of the accessibility support of the Gantt.
237
- * Its value is detectable by screen readers and is not otherwise visible.
238
- */
239
- loading;
240
- /**
241
- * The title of the icon for the column menu.
242
- */
243
- columnMenu;
244
- /**
245
- * The text that is displayed in the column menu for the column items.
246
- */
247
- columns;
248
- /**
249
- * @hidden
250
- * The text that is displayed in the column menu for the lock item.
251
- */
252
- lock;
253
- /**
254
- * @hidden
255
- * The text that is displayed in the column menu for the unlock item.
256
- */
257
- unlock;
258
- /**
259
- * The label of the sort icon.
260
- */
261
- sortable;
262
- /**
263
- * The text that is displayed in the column menu for the ascending sort item.
264
- */
265
- sortAscending;
266
- /**
267
- * The text that is displayed in the column menu for the descending sort item.
268
- */
269
- sortDescending;
270
- /**
271
- * The status announcement when a column is sorted in an ascending order.
272
- * Deprecated - the announcement now relies entirely on the `aria-sort` attribute.
273
- * @hidden
274
- */
275
- sortedAscending;
276
- /**
277
- * The status announcement when a column is sorted in a descending order.
278
- * Deprecated - the announcement now relies entirely on the `aria-sort` attribute.
279
- * @hidden
280
- */
281
- sortedDescending;
282
- /**
283
- * The status announcement when a column is no longer sorted.
284
- */
285
- sortedDefault;
286
- /**
287
- * The text that is displayed in the column menu or in the column chooser item
288
- * for the **Apply** button of the columns.
289
- */
290
- columnsApply;
291
- /**
292
- * The text that is displayed in the column menu or in the column chooser item
293
- * for the **Reset** button of the columns.
294
- */
295
- columnsReset;
296
- /**
297
- * The text shown in the task tooltip before the task start date.
298
- */
299
- tooltipStartDateText;
300
- /**
301
- * The text shown in the task tooltip before the task end date.
302
- */
303
- tooltipEndDateText;
304
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
305
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", 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", tooltipStartDateText: "tooltipStartDateText", tooltipEndDateText: "tooltipEndDateText" }, usesInheritance: true, ngImport: i0 });
306
- }
307
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Messages, decorators: [{
308
- type: Directive,
309
- args: [{
310
- // eslint-disable-next-line @angular-eslint/directive-selector
311
- selector: 'kendo-gantt-messages-base'
312
- }]
313
- }], propDecorators: { taskEditingGeneralTabTitle: [{
314
- type: Input
315
- }], taskEditingPredecessorsTabTitle: [{
316
- type: Input
317
- }], taskEditingSuccessorsTabTitle: [{
318
- type: Input
319
- }], taskEditingDependenciesAddButtonText: [{
320
- type: Input
321
- }], taskEditingDependenciesRemoveButtonText: [{
322
- type: Input
323
- }], taskEditingDependenciesGridNameColumnTitle: [{
324
- type: Input
325
- }], taskEditingDependenciesGridTypeColumnTitle: [{
326
- type: Input
327
- }], deleteButtonText: [{
328
- type: Input
329
- }], taskDeleteLabel: [{
330
- type: Input
331
- }], taskEditingDialogTitle: [{
332
- type: Input
333
- }], taskEditingDialogCloseTitle: [{
334
- type: Input
335
- }], confirmationDialogCloseTitle: [{
336
- type: Input
337
- }], confirmationDialogTitle: [{
338
- type: Input
339
- }], addTaskText: [{
340
- type: Input
341
- }], addChildText: [{
342
- type: Input
343
- }], addAboveText: [{
344
- type: Input
345
- }], addBelowText: [{
346
- type: Input
347
- }], cancelButtonText: [{
348
- type: Input
349
- }], saveButtonText: [{
350
- type: Input
351
- }], titleFieldInputLabel: [{
352
- type: Input
353
- }], startFieldInputLabel: [{
354
- type: Input
355
- }], endFieldInputLabel: [{
356
- type: Input
357
- }], completionRatioFieldInputLabel: [{
358
- type: Input
359
- }], confirmationDialogContent: [{
360
- type: Input
361
- }], dayViewText: [{
362
- type: Input
363
- }], weekViewText: [{
364
- type: Input
365
- }], monthViewText: [{
366
- type: Input
367
- }], yearViewText: [{
368
- type: Input
369
- }], noRecords: [{
370
- type: Input
371
- }], filter: [{
372
- type: Input
373
- }], filterEqOperator: [{
374
- type: Input
375
- }], filterNotEqOperator: [{
376
- type: Input
377
- }], filterIsNullOperator: [{
378
- type: Input
379
- }], filterIsNotNullOperator: [{
380
- type: Input
381
- }], filterIsEmptyOperator: [{
382
- type: Input
383
- }], filterIsNotEmptyOperator: [{
384
- type: Input
385
- }], filterStartsWithOperator: [{
386
- type: Input
387
- }], filterContainsOperator: [{
388
- type: Input
389
- }], filterNotContainsOperator: [{
390
- type: Input
391
- }], filterEndsWithOperator: [{
392
- type: Input
393
- }], filterGteOperator: [{
394
- type: Input
395
- }], filterGtOperator: [{
396
- type: Input
397
- }], filterLteOperator: [{
398
- type: Input
399
- }], filterLtOperator: [{
400
- type: Input
401
- }], filterIsTrue: [{
402
- type: Input
403
- }], filterIsFalse: [{
404
- type: Input
405
- }], filterBooleanAll: [{
406
- type: Input
407
- }], filterAfterOrEqualOperator: [{
408
- type: Input
409
- }], filterAfterOperator: [{
410
- type: Input
411
- }], filterBeforeOperator: [{
412
- type: Input
413
- }], filterBeforeOrEqualOperator: [{
414
- type: Input
415
- }], filterFilterButton: [{
416
- type: Input
417
- }], filterClearButton: [{
418
- type: Input
419
- }], filterAndLogic: [{
420
- type: Input
421
- }], filterOrLogic: [{
422
- type: Input
423
- }], loading: [{
424
- type: Input
425
- }], columnMenu: [{
426
- type: Input
427
- }], columns: [{
428
- type: Input
429
- }], lock: [{
430
- type: Input
431
- }], unlock: [{
432
- type: Input
433
- }], sortable: [{
434
- type: Input
435
- }], sortAscending: [{
436
- type: Input
437
- }], sortDescending: [{
438
- type: Input
439
- }], sortedAscending: [{
440
- type: Input
441
- }], sortedDescending: [{
442
- type: Input
443
- }], sortedDefault: [{
444
- type: Input
445
- }], columnsApply: [{
446
- type: Input
447
- }], columnsReset: [{
448
- type: Input
449
- }], tooltipStartDateText: [{
450
- type: Input
451
- }], tooltipEndDateText: [{
452
- type: Input
453
- }] } });
@@ -1,5 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export {};
@@ -1,5 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export {};
@@ -1,5 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export {};
@@ -1,5 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export {};
@@ -1,5 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export {};
@@ -1,5 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export {};
@@ -1,32 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- /**
6
- * Represents the dependency type when you connect two tasks.
7
- *
8
- * The supported values are:
9
- * * `FF`—from 'finish' to 'finish'
10
- * * `FS`—from 'finish' to 'start'
11
- * * `SS`—from 'start' to 'start'
12
- * * `SF`—from 'start' to 'finish'
13
- */
14
- export var DependencyType;
15
- (function (DependencyType) {
16
- /**
17
- * Specifies that task B can't finish before task A finishes.
18
- */
19
- DependencyType[DependencyType["FF"] = 0] = "FF";
20
- /**
21
- * Specifies that task B can't start before task A finishes.
22
- */
23
- DependencyType[DependencyType["FS"] = 1] = "FS";
24
- /**
25
- * Specifies that task A can't finish before task B starts.
26
- */
27
- DependencyType[DependencyType["SF"] = 2] = "SF";
28
- /**
29
- * Specifies that task B can't start before task A starts.
30
- */
31
- DependencyType[DependencyType["SS"] = 3] = "SS";
32
- })(DependencyType || (DependencyType = {}));
@@ -1,5 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export {};
@@ -1,44 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 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
- * Represents the arguments for the `cellClose` event of the Gantt.
8
- */
9
- export class CellCloseEvent extends PreventableEvent {
10
- /**
11
- * Holds the data item.
12
- */
13
- dataItem;
14
- /**
15
- * Indicates if the data item is new or existing.
16
- */
17
- isNew;
18
- /**
19
- * Contains the Gantt column associated with the closed cell.
20
- */
21
- column;
22
- /**
23
- * Contains the [`FormGroup`](link:site.data.urls.angular['formgroupapi']) used to edit the cell that will be closed.
24
- */
25
- formGroup;
26
- /**
27
- * Contains the DOM event that triggered the `cellClose` event.
28
- * This property may be missing if `cellClose` is triggered by an API call.
29
- */
30
- originalEvent;
31
- /**
32
- * Holds the `GanttComponent` instance.
33
- */
34
- sender;
35
- /**
36
- * Contains the `TaskEditItem` for the edited task.
37
- * Access the parent item through the `parent` property to traverse all ancestors that need updates.
38
- */
39
- item;
40
- constructor(options) {
41
- super();
42
- Object.assign(this, options);
43
- }
44
- }
@@ -1,5 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export {};
@@ -1,5 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export {};
@@ -1,5 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export {};
@@ -1,5 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export {};
@@ -1,5 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export {};
@@ -1,5 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export {};
@@ -1,5 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export {};
@@ -1,5 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export { CellCloseEvent } from './cell-close-event.interface';
@@ -1,5 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export {};
@@ -1,5 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export {};
@@ -1,5 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export {};
@@ -1,5 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export {};
@@ -1,5 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export {};