@progress/kendo-angular-gantt 17.3.0-develop.2 → 18.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.
@@ -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: 1736180932,
13
- version: '17.3.0-develop.2',
12
+ publishDate: 1736250095,
13
+ version: '18.0.0-develop.1',
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-alt k-table-alt-row' : ''}}">
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-alt k-table-alt-row' : ''}}">
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: 1736180932,
48
- version: '17.3.0-develop.2',
47
+ publishDate: 1736250095,
48
+ version: '18.0.0-develop.1',
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-alt k-table-alt-row' : ''}}">
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-alt k-table-alt-row' : ''}}">
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-gantt",
3
- "version": "17.3.0-develop.2",
3
+ "version": "18.0.0-develop.1",
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": "17.3.0-develop.2",
29
- "@progress/kendo-angular-common": "17.3.0-develop.2",
30
- "@progress/kendo-angular-dialog": "17.3.0-develop.2",
31
- "@progress/kendo-angular-dropdowns": "17.3.0-develop.2",
32
- "@progress/kendo-angular-grid": "17.3.0-develop.2",
33
- "@progress/kendo-angular-icons": "17.3.0-develop.2",
34
- "@progress/kendo-angular-inputs": "17.3.0-develop.2",
35
- "@progress/kendo-angular-intl": "17.3.0-develop.2",
36
- "@progress/kendo-angular-l10n": "17.3.0-develop.2",
37
- "@progress/kendo-angular-label": "17.3.0-develop.2",
38
- "@progress/kendo-angular-layout": "17.3.0-develop.2",
39
- "@progress/kendo-angular-popup": "17.3.0-develop.2",
40
- "@progress/kendo-angular-tooltip": "17.3.0-develop.2",
41
- "@progress/kendo-angular-treelist": "17.3.0-develop.2",
28
+ "@progress/kendo-angular-buttons": "18.0.0-develop.1",
29
+ "@progress/kendo-angular-common": "18.0.0-develop.1",
30
+ "@progress/kendo-angular-dialog": "18.0.0-develop.1",
31
+ "@progress/kendo-angular-dropdowns": "18.0.0-develop.1",
32
+ "@progress/kendo-angular-grid": "18.0.0-develop.1",
33
+ "@progress/kendo-angular-icons": "18.0.0-develop.1",
34
+ "@progress/kendo-angular-inputs": "18.0.0-develop.1",
35
+ "@progress/kendo-angular-intl": "18.0.0-develop.1",
36
+ "@progress/kendo-angular-l10n": "18.0.0-develop.1",
37
+ "@progress/kendo-angular-label": "18.0.0-develop.1",
38
+ "@progress/kendo-angular-layout": "18.0.0-develop.1",
39
+ "@progress/kendo-angular-popup": "18.0.0-develop.1",
40
+ "@progress/kendo-angular-tooltip": "18.0.0-develop.1",
41
+ "@progress/kendo-angular-treelist": "18.0.0-develop.1",
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": "17.3.0-develop.2",
46
+ "@progress/kendo-angular-schematics": "18.0.0-develop.1",
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': '17.3.0-develop.2',
11
- '@progress/kendo-angular-excel-export': '17.3.0-develop.2',
12
- '@progress/kendo-angular-pdf-export': '17.3.0-develop.2',
13
- '@progress/kendo-angular-utils': '17.3.0-develop.2',
10
+ '@progress/kendo-angular-dateinputs': '18.0.0-develop.1',
11
+ '@progress/kendo-angular-excel-export': '18.0.0-develop.1',
12
+ '@progress/kendo-angular-pdf-export': '18.0.0-develop.1',
13
+ '@progress/kendo-angular-utils': '18.0.0-develop.1',
14
14
  '@progress/kendo-drawing': '^1.0.0',
15
15
  // peer deps of the dropdowns
16
- '@progress/kendo-angular-treeview': '17.3.0-develop.2',
17
- '@progress/kendo-angular-navigation': '17.3.0-develop.2',
16
+ '@progress/kendo-angular-treeview': '18.0.0-develop.1',
17
+ '@progress/kendo-angular-navigation': '18.0.0-develop.1',
18
18
  // peer dep of the layout
19
- '@progress/kendo-angular-progressbar': '17.3.0-develop.2',
19
+ '@progress/kendo-angular-progressbar': '18.0.0-develop.1',
20
20
  // peer dep of the icons
21
21
  '@progress/kendo-svg-icons': '^4.0.0'
22
22
  } });