@progress/kendo-angular-grid 18.1.0-develop.31 → 18.1.0-develop.33

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.
@@ -50,6 +50,9 @@ export class LogicalCellDirective {
50
50
  get cellRowspan() {
51
51
  return String(this.rowSpan);
52
52
  }
53
+ get rowspanClass() {
54
+ return this.dataRowIndex > -1 && this.rowSpan > 1;
55
+ }
53
56
  get ariaColIndex() {
54
57
  if (this.logicalSlaveCell || this.logicalColIndex === -1) {
55
58
  return undefined;
@@ -156,7 +159,7 @@ export class LogicalCellDirective {
156
159
  return this.navigationService.isCellFocused(this);
157
160
  }
158
161
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LogicalCellDirective, deps: [{ token: i1.FocusGroup }, { token: i0.ElementRef }, { token: i2.ColumnInfoService }, { token: i3.IdService }, { token: i4.NavigationService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: CELL_CONTEXT, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
159
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: LogicalCellDirective, isStandalone: true, selector: "[kendoGridLogicalCell]", inputs: { logicalColIndex: "logicalColIndex", logicalRowIndex: "logicalRowIndex", logicalSlaveCell: "logicalSlaveCell", colIndex: "colIndex", colSpan: "colSpan", rowSpan: "rowSpan", groupItem: "groupItem", dataRowIndex: "dataRowIndex", dataItem: "dataItem", detailExpandCell: "detailExpandCell", headerLabelText: "headerLabelText" }, host: { properties: { "attr.id": "this.id", "attr.rowspan": "this.cellRowspan", "attr.aria-colindex": "this.ariaColIndex" } }, providers: [{
162
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: LogicalCellDirective, isStandalone: true, selector: "[kendoGridLogicalCell]", inputs: { logicalColIndex: "logicalColIndex", logicalRowIndex: "logicalRowIndex", logicalSlaveCell: "logicalSlaveCell", colIndex: "colIndex", colSpan: "colSpan", rowSpan: "rowSpan", groupItem: "groupItem", dataRowIndex: "dataRowIndex", dataItem: "dataItem", detailExpandCell: "detailExpandCell", headerLabelText: "headerLabelText" }, host: { properties: { "attr.id": "this.id", "attr.rowspan": "this.cellRowspan", "class.k-table-td-row-span": "this.rowspanClass", "attr.aria-colindex": "this.ariaColIndex" } }, providers: [{
160
163
  provide: FocusGroup,
161
164
  deps: [FocusRoot],
162
165
  useClass: FocusGroup
@@ -206,6 +209,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
206
209
  }], cellRowspan: [{
207
210
  type: HostBinding,
208
211
  args: ['attr.rowspan']
212
+ }], rowspanClass: [{
213
+ type: HostBinding,
214
+ args: ['class.k-table-td-row-span']
209
215
  }], ariaColIndex: [{
210
216
  type: HostBinding,
211
217
  args: ['attr.aria-colindex']
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1739264413,
14
- version: '18.1.0-develop.31',
13
+ publishDate: 1739277925,
14
+ version: '18.1.0-develop.33',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -4816,6 +4816,9 @@ class LogicalCellDirective {
4816
4816
  get cellRowspan() {
4817
4817
  return String(this.rowSpan);
4818
4818
  }
4819
+ get rowspanClass() {
4820
+ return this.dataRowIndex > -1 && this.rowSpan > 1;
4821
+ }
4819
4822
  get ariaColIndex() {
4820
4823
  if (this.logicalSlaveCell || this.logicalColIndex === -1) {
4821
4824
  return undefined;
@@ -4922,7 +4925,7 @@ class LogicalCellDirective {
4922
4925
  return this.navigationService.isCellFocused(this);
4923
4926
  }
4924
4927
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LogicalCellDirective, deps: [{ token: FocusGroup }, { token: i0.ElementRef }, { token: ColumnInfoService }, { token: IdService }, { token: NavigationService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: CELL_CONTEXT, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
4925
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: LogicalCellDirective, isStandalone: true, selector: "[kendoGridLogicalCell]", inputs: { logicalColIndex: "logicalColIndex", logicalRowIndex: "logicalRowIndex", logicalSlaveCell: "logicalSlaveCell", colIndex: "colIndex", colSpan: "colSpan", rowSpan: "rowSpan", groupItem: "groupItem", dataRowIndex: "dataRowIndex", dataItem: "dataItem", detailExpandCell: "detailExpandCell", headerLabelText: "headerLabelText" }, host: { properties: { "attr.id": "this.id", "attr.rowspan": "this.cellRowspan", "attr.aria-colindex": "this.ariaColIndex" } }, providers: [{
4928
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: LogicalCellDirective, isStandalone: true, selector: "[kendoGridLogicalCell]", inputs: { logicalColIndex: "logicalColIndex", logicalRowIndex: "logicalRowIndex", logicalSlaveCell: "logicalSlaveCell", colIndex: "colIndex", colSpan: "colSpan", rowSpan: "rowSpan", groupItem: "groupItem", dataRowIndex: "dataRowIndex", dataItem: "dataItem", detailExpandCell: "detailExpandCell", headerLabelText: "headerLabelText" }, host: { properties: { "attr.id": "this.id", "attr.rowspan": "this.cellRowspan", "class.k-table-td-row-span": "this.rowspanClass", "attr.aria-colindex": "this.ariaColIndex" } }, providers: [{
4926
4929
  provide: FocusGroup,
4927
4930
  deps: [FocusRoot],
4928
4931
  useClass: FocusGroup
@@ -4972,6 +4975,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
4972
4975
  }], cellRowspan: [{
4973
4976
  type: HostBinding,
4974
4977
  args: ['attr.rowspan']
4978
+ }], rowspanClass: [{
4979
+ type: HostBinding,
4980
+ args: ['class.k-table-td-row-span']
4975
4981
  }], ariaColIndex: [{
4976
4982
  type: HostBinding,
4977
4983
  args: ['attr.aria-colindex']
@@ -19710,8 +19716,8 @@ const packageMetadata = {
19710
19716
  productName: 'Kendo UI for Angular',
19711
19717
  productCode: 'KENDOUIANGULAR',
19712
19718
  productCodes: ['KENDOUIANGULAR'],
19713
- publishDate: 1739264413,
19714
- version: '18.1.0-develop.31',
19719
+ publishDate: 1739277925,
19720
+ version: '18.1.0-develop.33',
19715
19721
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
19716
19722
  };
19717
19723
 
@@ -37,6 +37,7 @@ export declare class LogicalCellDirective implements LogicalCell, OnInit, OnChan
37
37
  readonly uid: number;
38
38
  get id(): string;
39
39
  get cellRowspan(): string;
40
+ get rowspanClass(): boolean;
40
41
  get ariaColIndex(): number;
41
42
  private navigationChange;
42
43
  constructor(focusGroup: FocusGroup, element: ElementRef, columnInfoService: ColumnInfoService, idService: IdService, navigationService: NavigationService, renderer: Renderer2, zone: NgZone, cellContext: CellContext);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-grid",
3
- "version": "18.1.0-develop.31",
3
+ "version": "18.1.0-develop.33",
4
4
  "description": "Kendo UI Grid for Angular - high performance data grid with paging, filtering, virtualization, CRUD, and more.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -26,7 +26,7 @@
26
26
  "package": {
27
27
  "productName": "Kendo UI for Angular",
28
28
  "productCode": "KENDOUIANGULAR",
29
- "publishDate": 1739264413,
29
+ "publishDate": 1739277925,
30
30
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
31
31
  }
32
32
  },
@@ -39,27 +39,27 @@
39
39
  "@progress/kendo-data-query": "^1.0.0",
40
40
  "@progress/kendo-drawing": "^1.21.0",
41
41
  "@progress/kendo-licensing": "^1.4.0",
42
- "@progress/kendo-angular-buttons": "18.1.0-develop.31",
43
- "@progress/kendo-angular-common": "18.1.0-develop.31",
44
- "@progress/kendo-angular-dateinputs": "18.1.0-develop.31",
45
- "@progress/kendo-angular-layout": "18.1.0-develop.31",
46
- "@progress/kendo-angular-dropdowns": "18.1.0-develop.31",
47
- "@progress/kendo-angular-excel-export": "18.1.0-develop.31",
48
- "@progress/kendo-angular-icons": "18.1.0-develop.31",
49
- "@progress/kendo-angular-inputs": "18.1.0-develop.31",
50
- "@progress/kendo-angular-intl": "18.1.0-develop.31",
51
- "@progress/kendo-angular-l10n": "18.1.0-develop.31",
52
- "@progress/kendo-angular-label": "18.1.0-develop.31",
53
- "@progress/kendo-angular-pager": "18.1.0-develop.31",
54
- "@progress/kendo-angular-pdf-export": "18.1.0-develop.31",
55
- "@progress/kendo-angular-popup": "18.1.0-develop.31",
56
- "@progress/kendo-angular-toolbar": "18.1.0-develop.31",
57
- "@progress/kendo-angular-utils": "18.1.0-develop.31",
42
+ "@progress/kendo-angular-buttons": "18.1.0-develop.33",
43
+ "@progress/kendo-angular-common": "18.1.0-develop.33",
44
+ "@progress/kendo-angular-dateinputs": "18.1.0-develop.33",
45
+ "@progress/kendo-angular-layout": "18.1.0-develop.33",
46
+ "@progress/kendo-angular-dropdowns": "18.1.0-develop.33",
47
+ "@progress/kendo-angular-excel-export": "18.1.0-develop.33",
48
+ "@progress/kendo-angular-icons": "18.1.0-develop.33",
49
+ "@progress/kendo-angular-inputs": "18.1.0-develop.33",
50
+ "@progress/kendo-angular-intl": "18.1.0-develop.33",
51
+ "@progress/kendo-angular-l10n": "18.1.0-develop.33",
52
+ "@progress/kendo-angular-label": "18.1.0-develop.33",
53
+ "@progress/kendo-angular-pager": "18.1.0-develop.33",
54
+ "@progress/kendo-angular-pdf-export": "18.1.0-develop.33",
55
+ "@progress/kendo-angular-popup": "18.1.0-develop.33",
56
+ "@progress/kendo-angular-toolbar": "18.1.0-develop.33",
57
+ "@progress/kendo-angular-utils": "18.1.0-develop.33",
58
58
  "rxjs": "^6.5.3 || ^7.0.0"
59
59
  },
60
60
  "dependencies": {
61
61
  "tslib": "^2.3.1",
62
- "@progress/kendo-angular-schematics": "18.1.0-develop.31",
62
+ "@progress/kendo-angular-schematics": "18.1.0-develop.33",
63
63
  "@progress/kendo-common": "^1.0.1",
64
64
  "@progress/kendo-file-saver": "^1.0.0"
65
65
  },
@@ -4,14 +4,14 @@ const schematics_1 = require("@angular-devkit/schematics");
4
4
  function default_1(options) {
5
5
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'GridModule', package: 'grid', peerDependencies: {
6
6
  // peer deps of the dropdowns
7
- '@progress/kendo-angular-treeview': '18.1.0-develop.31',
8
- '@progress/kendo-angular-navigation': '18.1.0-develop.31',
7
+ '@progress/kendo-angular-treeview': '18.1.0-develop.33',
8
+ '@progress/kendo-angular-navigation': '18.1.0-develop.33',
9
9
  // peer dependency of kendo-angular-inputs
10
- '@progress/kendo-angular-dialog': '18.1.0-develop.31',
10
+ '@progress/kendo-angular-dialog': '18.1.0-develop.33',
11
11
  // peer dependency of kendo-angular-icons
12
12
  '@progress/kendo-svg-icons': '^4.0.0',
13
13
  // peer dependency of kendo-angular-layout
14
- '@progress/kendo-angular-progressbar': '18.1.0-develop.31'
14
+ '@progress/kendo-angular-progressbar': '18.1.0-develop.33'
15
15
  } });
16
16
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
17
17
  }