@progress/kendo-angular-grid 19.3.0-develop.3 → 19.3.0-develop.4

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.
@@ -12,7 +12,7 @@ import { NgFor, NgIf, NgClass } from '@angular/common';
12
12
  import { CheckBoxComponent } from '@progress/kendo-angular-inputs';
13
13
  import { take } from 'rxjs/operators';
14
14
  import { arrowRotateCcwIcon, checkIcon } from '@progress/kendo-svg-icons';
15
- import { ButtonDirective } from '@progress/kendo-angular-buttons';
15
+ import { ButtonComponent } from '@progress/kendo-angular-buttons';
16
16
  import { ContextService } from '../common/provider.service';
17
17
  import { AdaptiveGridService } from '../common/adaptiveness.service';
18
18
  import * as i0 from "@angular/core";
@@ -96,7 +96,7 @@ export class ColumnListComponent {
96
96
  ngAfterViewInit() {
97
97
  this.ngZone.onStable.pipe(take(1)).subscribe(() => {
98
98
  this.listNavigationService.items = this.options.toArray();
99
- if (!this.ctx) {
99
+ if (this.adaptiveGridService?.viewType !== 'columnMenu') {
100
100
  this.listNavigationService.toggle(0, true);
101
101
  }
102
102
  this.updateDisabled();
@@ -280,8 +280,8 @@ export class ColumnListComponent {
280
280
  role="listbox"
281
281
  aria-multiselectable="true"
282
282
  [attr.aria-label]="ariaLabel">
283
- <label
284
- *ngFor="let column of columns; let index = index;"
283
+ <label
284
+ *ngFor="let column of columns; let index = index;"
285
285
  class='k-column-list-item'
286
286
  [kendoColumnMenuChooserItemChecked]="!column.hidden"
287
287
  role="option">
@@ -294,7 +294,7 @@ export class ColumnListComponent {
294
294
  <span class="k-checkbox-label">{{ column.displayTitle }}</span>
295
295
  </label>
296
296
  </div>
297
- <div [ngClass]="actionsClass" *ngIf="!autoSync && showActions">
297
+ <div [ngClass]="actionsClass" *ngIf="!autoSync && showActions">
298
298
  <button
299
299
  #applyButton
300
300
  kendoButton
@@ -316,7 +316,7 @@ export class ColumnListComponent {
316
316
  (keydown.enter)="$event.preventDefault(); $event.stopPropagation(); cancelChanges();"
317
317
  (keydown.space)="$event.preventDefault(); $event.stopPropagation(); cancelChanges();">{{ resetText }}</button>
318
318
  </div>
319
- `, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: ColumnMenuChooserItemCheckedDirective, selector: "[kendoColumnMenuChooserItemChecked]", inputs: ["kendoColumnMenuChooserItemChecked"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: CheckBoxComponent, selector: "kendo-checkbox", inputs: ["checkedState", "rounded"], outputs: ["checkedStateChange"], exportAs: ["kendoCheckBox"] }, { kind: "component", type: ButtonDirective, 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"] }] });
319
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: ColumnMenuChooserItemCheckedDirective, selector: "[kendoColumnMenuChooserItemChecked]", inputs: ["kendoColumnMenuChooserItemChecked"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: CheckBoxComponent, selector: "kendo-checkbox", inputs: ["checkedState", "rounded"], outputs: ["checkedStateChange"], exportAs: ["kendoCheckBox"] }, { 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"] }] });
320
320
  }
321
321
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ColumnListComponent, decorators: [{
322
322
  type: Component,
@@ -329,8 +329,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
329
329
  role="listbox"
330
330
  aria-multiselectable="true"
331
331
  [attr.aria-label]="ariaLabel">
332
- <label
333
- *ngFor="let column of columns; let index = index;"
332
+ <label
333
+ *ngFor="let column of columns; let index = index;"
334
334
  class='k-column-list-item'
335
335
  [kendoColumnMenuChooserItemChecked]="!column.hidden"
336
336
  role="option">
@@ -343,7 +343,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
343
343
  <span class="k-checkbox-label">{{ column.displayTitle }}</span>
344
344
  </label>
345
345
  </div>
346
- <div [ngClass]="actionsClass" *ngIf="!autoSync && showActions">
346
+ <div [ngClass]="actionsClass" *ngIf="!autoSync && showActions">
347
347
  <button
348
348
  #applyButton
349
349
  kendoButton
@@ -367,7 +367,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
367
367
  </div>
368
368
  `,
369
369
  standalone: true,
370
- imports: [NgFor, ColumnMenuChooserItemCheckedDirective, NgIf, NgClass, CheckBoxComponent, ButtonDirective]
370
+ imports: [NgFor, ColumnMenuChooserItemCheckedDirective, NgIf, NgClass, CheckBoxComponent, ButtonComponent]
371
371
  }]
372
372
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i1.ColumnListKeyboardNavigation }, { type: i2.AdaptiveGridService, decorators: [{
373
373
  type: Optional
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1751985061,
14
- version: '19.3.0-develop.3',
13
+ publishDate: 1752065531,
14
+ version: '19.3.0-develop.4',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -23,7 +23,7 @@ import * as i1$4 from '@progress/kendo-angular-intl';
23
23
  import * as i2 from '@progress/kendo-angular-popup';
24
24
  import { PopupService } from '@progress/kendo-angular-popup';
25
25
  import * as i1$6 from '@progress/kendo-angular-buttons';
26
- import { ChipListComponent, ChipComponent, ButtonComponent, ButtonDirective, Button, KENDO_BUTTON } from '@progress/kendo-angular-buttons';
26
+ import { ChipListComponent, ChipComponent, ButtonComponent, Button, KENDO_BUTTON, ButtonDirective } from '@progress/kendo-angular-buttons';
27
27
  import * as i1$5 from '@progress/kendo-angular-dropdowns';
28
28
  import { DropDownListComponent, AutoCompleteComponent } from '@progress/kendo-angular-dropdowns';
29
29
  import * as i4 from '@angular/forms';
@@ -11982,7 +11982,7 @@ class ColumnListComponent {
11982
11982
  ngAfterViewInit() {
11983
11983
  this.ngZone.onStable.pipe(take(1)).subscribe(() => {
11984
11984
  this.listNavigationService.items = this.options.toArray();
11985
- if (!this.ctx) {
11985
+ if (this.adaptiveGridService?.viewType !== 'columnMenu') {
11986
11986
  this.listNavigationService.toggle(0, true);
11987
11987
  }
11988
11988
  this.updateDisabled();
@@ -12166,8 +12166,8 @@ class ColumnListComponent {
12166
12166
  role="listbox"
12167
12167
  aria-multiselectable="true"
12168
12168
  [attr.aria-label]="ariaLabel">
12169
- <label
12170
- *ngFor="let column of columns; let index = index;"
12169
+ <label
12170
+ *ngFor="let column of columns; let index = index;"
12171
12171
  class='k-column-list-item'
12172
12172
  [kendoColumnMenuChooserItemChecked]="!column.hidden"
12173
12173
  role="option">
@@ -12180,7 +12180,7 @@ class ColumnListComponent {
12180
12180
  <span class="k-checkbox-label">{{ column.displayTitle }}</span>
12181
12181
  </label>
12182
12182
  </div>
12183
- <div [ngClass]="actionsClass" *ngIf="!autoSync && showActions">
12183
+ <div [ngClass]="actionsClass" *ngIf="!autoSync && showActions">
12184
12184
  <button
12185
12185
  #applyButton
12186
12186
  kendoButton
@@ -12202,7 +12202,7 @@ class ColumnListComponent {
12202
12202
  (keydown.enter)="$event.preventDefault(); $event.stopPropagation(); cancelChanges();"
12203
12203
  (keydown.space)="$event.preventDefault(); $event.stopPropagation(); cancelChanges();">{{ resetText }}</button>
12204
12204
  </div>
12205
- `, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: ColumnMenuChooserItemCheckedDirective, selector: "[kendoColumnMenuChooserItemChecked]", inputs: ["kendoColumnMenuChooserItemChecked"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: CheckBoxComponent, selector: "kendo-checkbox", inputs: ["checkedState", "rounded"], outputs: ["checkedStateChange"], exportAs: ["kendoCheckBox"] }, { kind: "component", type: ButtonDirective, 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"] }] });
12205
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: ColumnMenuChooserItemCheckedDirective, selector: "[kendoColumnMenuChooserItemChecked]", inputs: ["kendoColumnMenuChooserItemChecked"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: CheckBoxComponent, selector: "kendo-checkbox", inputs: ["checkedState", "rounded"], outputs: ["checkedStateChange"], exportAs: ["kendoCheckBox"] }, { 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"] }] });
12206
12206
  }
12207
12207
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ColumnListComponent, decorators: [{
12208
12208
  type: Component,
@@ -12215,8 +12215,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
12215
12215
  role="listbox"
12216
12216
  aria-multiselectable="true"
12217
12217
  [attr.aria-label]="ariaLabel">
12218
- <label
12219
- *ngFor="let column of columns; let index = index;"
12218
+ <label
12219
+ *ngFor="let column of columns; let index = index;"
12220
12220
  class='k-column-list-item'
12221
12221
  [kendoColumnMenuChooserItemChecked]="!column.hidden"
12222
12222
  role="option">
@@ -12229,7 +12229,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
12229
12229
  <span class="k-checkbox-label">{{ column.displayTitle }}</span>
12230
12230
  </label>
12231
12231
  </div>
12232
- <div [ngClass]="actionsClass" *ngIf="!autoSync && showActions">
12232
+ <div [ngClass]="actionsClass" *ngIf="!autoSync && showActions">
12233
12233
  <button
12234
12234
  #applyButton
12235
12235
  kendoButton
@@ -12253,7 +12253,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
12253
12253
  </div>
12254
12254
  `,
12255
12255
  standalone: true,
12256
- imports: [NgFor, ColumnMenuChooserItemCheckedDirective, NgIf, NgClass, CheckBoxComponent, ButtonDirective]
12256
+ imports: [NgFor, ColumnMenuChooserItemCheckedDirective, NgIf, NgClass, CheckBoxComponent, ButtonComponent]
12257
12257
  }]
12258
12258
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: ColumnListKeyboardNavigation }, { type: AdaptiveGridService, decorators: [{
12259
12259
  type: Optional
@@ -21226,8 +21226,8 @@ const packageMetadata = {
21226
21226
  productName: 'Kendo UI for Angular',
21227
21227
  productCode: 'KENDOUIANGULAR',
21228
21228
  productCodes: ['KENDOUIANGULAR'],
21229
- publishDate: 1751985061,
21230
- version: '19.3.0-develop.3',
21229
+ publishDate: 1752065531,
21230
+ version: '19.3.0-develop.4',
21231
21231
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
21232
21232
  };
21233
21233
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-grid",
3
- "version": "19.3.0-develop.3",
3
+ "version": "19.3.0-develop.4",
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": 1751985061,
29
+ "publishDate": 1752065531,
30
30
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
31
31
  }
32
32
  },
@@ -39,28 +39,28 @@
39
39
  "@progress/kendo-data-query": "^1.0.0",
40
40
  "@progress/kendo-drawing": "^1.21.0",
41
41
  "@progress/kendo-licensing": "^1.5.0",
42
- "@progress/kendo-angular-buttons": "19.3.0-develop.3",
43
- "@progress/kendo-angular-common": "19.3.0-develop.3",
44
- "@progress/kendo-angular-dateinputs": "19.3.0-develop.3",
45
- "@progress/kendo-angular-layout": "19.3.0-develop.3",
46
- "@progress/kendo-angular-navigation": "19.3.0-develop.3",
47
- "@progress/kendo-angular-dropdowns": "19.3.0-develop.3",
48
- "@progress/kendo-angular-excel-export": "19.3.0-develop.3",
49
- "@progress/kendo-angular-icons": "19.3.0-develop.3",
50
- "@progress/kendo-angular-inputs": "19.3.0-develop.3",
51
- "@progress/kendo-angular-intl": "19.3.0-develop.3",
52
- "@progress/kendo-angular-l10n": "19.3.0-develop.3",
53
- "@progress/kendo-angular-label": "19.3.0-develop.3",
54
- "@progress/kendo-angular-pager": "19.3.0-develop.3",
55
- "@progress/kendo-angular-pdf-export": "19.3.0-develop.3",
56
- "@progress/kendo-angular-popup": "19.3.0-develop.3",
57
- "@progress/kendo-angular-toolbar": "19.3.0-develop.3",
58
- "@progress/kendo-angular-utils": "19.3.0-develop.3",
42
+ "@progress/kendo-angular-buttons": "19.3.0-develop.4",
43
+ "@progress/kendo-angular-common": "19.3.0-develop.4",
44
+ "@progress/kendo-angular-dateinputs": "19.3.0-develop.4",
45
+ "@progress/kendo-angular-layout": "19.3.0-develop.4",
46
+ "@progress/kendo-angular-navigation": "19.3.0-develop.4",
47
+ "@progress/kendo-angular-dropdowns": "19.3.0-develop.4",
48
+ "@progress/kendo-angular-excel-export": "19.3.0-develop.4",
49
+ "@progress/kendo-angular-icons": "19.3.0-develop.4",
50
+ "@progress/kendo-angular-inputs": "19.3.0-develop.4",
51
+ "@progress/kendo-angular-intl": "19.3.0-develop.4",
52
+ "@progress/kendo-angular-l10n": "19.3.0-develop.4",
53
+ "@progress/kendo-angular-label": "19.3.0-develop.4",
54
+ "@progress/kendo-angular-pager": "19.3.0-develop.4",
55
+ "@progress/kendo-angular-pdf-export": "19.3.0-develop.4",
56
+ "@progress/kendo-angular-popup": "19.3.0-develop.4",
57
+ "@progress/kendo-angular-toolbar": "19.3.0-develop.4",
58
+ "@progress/kendo-angular-utils": "19.3.0-develop.4",
59
59
  "rxjs": "^6.5.3 || ^7.0.0"
60
60
  },
61
61
  "dependencies": {
62
62
  "tslib": "^2.3.1",
63
- "@progress/kendo-angular-schematics": "19.3.0-develop.3",
63
+ "@progress/kendo-angular-schematics": "19.3.0-develop.4",
64
64
  "@progress/kendo-common": "^1.0.1",
65
65
  "@progress/kendo-file-saver": "^1.0.0"
66
66
  },
@@ -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': '19.3.0-develop.3',
8
- '@progress/kendo-angular-navigation': '19.3.0-develop.3',
7
+ '@progress/kendo-angular-treeview': '19.3.0-develop.4',
8
+ '@progress/kendo-angular-navigation': '19.3.0-develop.4',
9
9
  // peer dependency of kendo-angular-inputs
10
- '@progress/kendo-angular-dialog': '19.3.0-develop.3',
10
+ '@progress/kendo-angular-dialog': '19.3.0-develop.4',
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': '19.3.0-develop.3'
14
+ '@progress/kendo-angular-progressbar': '19.3.0-develop.4'
15
15
  } });
16
16
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
17
17
  }