@progress/kendo-angular-pivotgrid 23.1.0-develop.1 → 23.1.0-develop.3

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.
@@ -755,7 +755,6 @@ class StringFilterMenuComponent {
755
755
  this.configuratorService = configuratorService;
756
756
  this.fb = fb;
757
757
  }
758
- // eslint-disable-next-line @typescript-eslint/no-empty-function
759
758
  onTouched = () => { };
760
759
  registerOnChange(fn) {
761
760
  this.filterFormGroup.valueChanges.subscribe(fn);
@@ -907,7 +906,6 @@ class FilterMenuContainerComponent {
907
906
  if (this.menuTabbingService.firstFocusable && this.isLast) {
908
907
  e.preventDefault();
909
908
  if (buttonType === 'reset') {
910
- // eslint-disable-next-line no-unused-expressions
911
909
  this.disabled ? this.menuTabbingService.firstFocusable.focus() : this.filterButton.nativeElement.focus();
912
910
  }
913
911
  else {
@@ -1033,7 +1031,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
1033
1031
  type: Optional
1034
1032
  }] }] });
1035
1033
 
1036
- /* eslint-disable @typescript-eslint/no-explicit-any */
1037
1034
  /**
1038
1035
  * @hidden
1039
1036
  *
@@ -1751,7 +1748,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
1751
1748
  type: Injectable
1752
1749
  }], ctorParameters: () => [{ type: i1$3.PopupService }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: PivotLocalizationService }] });
1753
1750
 
1754
- /* eslint-disable @typescript-eslint/no-explicit-any */
1755
1751
  const POPUP_CLASS = 'k-column-menu';
1756
1752
  /**
1757
1753
  * @hidden
@@ -1965,7 +1961,6 @@ class DropCueService {
1965
1961
  }
1966
1962
  return;
1967
1963
  }
1968
- // eslint-disable-next-line no-unused-expressions
1969
1964
  target.classList.contains('k-chip') ? target.after(this.dom) : container.appendChild(this.dom);
1970
1965
  }
1971
1966
  this.dom.style.display = '';
@@ -2137,7 +2132,6 @@ class DropTargetDirective {
2137
2132
  }
2138
2133
  this.configuratorService.parseConfiguratorState({ type: PIVOT_CONFIGURATOR_ACTION.setDropTarget, payload: this.item });
2139
2134
  this.targetElement = this.elementType === 'header' ? event.target.nextElementSibling : event.target;
2140
- // eslint-disable-next-line no-unused-expressions
2141
2135
  this.cue.dom && this.cue.remove(this.getCueContainer());
2142
2136
  this.cue.create();
2143
2137
  this.cue.attach(this.getCueContainer());
@@ -3891,7 +3885,7 @@ const packageMetadata = {
3891
3885
  productCode: 'KENDOUIANGULAR',
3892
3886
  productCodes: ['KENDOUIANGULAR'],
3893
3887
  publishDate: 1662018672,
3894
- version: '23.1.0-develop.1',
3888
+ version: '23.1.0-develop.3',
3895
3889
  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'
3896
3890
  };
3897
3891
 
@@ -4309,7 +4303,6 @@ class PivotGridCellDirective {
4309
4303
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PivotGridCellDirective, decorators: [{
4310
4304
  type: Component,
4311
4305
  args: [{
4312
- // eslint-disable-next-line @angular-eslint/component-selector
4313
4306
  selector: '[kendoPivotGridCell]',
4314
4307
  template: `
4315
4308
  @if (kendoPivotGridCell.hasChildren && !kendoPivotGridCell.total) {
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1771342469,
11
- "version": "23.1.0-develop.1",
10
+ "publishDate": 1771356130,
11
+ "version": "23.1.0-develop.3",
12
12
  "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"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-pivotgrid",
3
- "version": "23.1.0-develop.1",
3
+ "version": "23.1.0-develop.3",
4
4
  "description": "PivotGrid package for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -18,7 +18,7 @@
18
18
  "package": {
19
19
  "productName": "Kendo UI for Angular",
20
20
  "productCode": "KENDOUIANGULAR",
21
- "publishDate": 1771342469,
21
+ "publishDate": 1771356130,
22
22
  "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"
23
23
  }
24
24
  },
@@ -31,21 +31,21 @@
31
31
  "@progress/kendo-data-query": "^1.7.3",
32
32
  "@progress/kendo-drawing": "^1.24.0",
33
33
  "@progress/kendo-licensing": "^1.10.0",
34
- "@progress/kendo-angular-buttons": "23.1.0-develop.1",
35
- "@progress/kendo-angular-common": "23.1.0-develop.1",
36
- "@progress/kendo-angular-dropdowns": "23.1.0-develop.1",
37
- "@progress/kendo-angular-indicators": "23.1.0-develop.1",
38
- "@progress/kendo-angular-inputs": "23.1.0-develop.1",
39
- "@progress/kendo-angular-intl": "23.1.0-develop.1",
40
- "@progress/kendo-angular-l10n": "23.1.0-develop.1",
41
- "@progress/kendo-angular-popup": "23.1.0-develop.1",
42
- "@progress/kendo-angular-icons": "23.1.0-develop.1",
43
- "@progress/kendo-angular-treeview": "23.1.0-develop.1",
34
+ "@progress/kendo-angular-buttons": "23.1.0-develop.3",
35
+ "@progress/kendo-angular-common": "23.1.0-develop.3",
36
+ "@progress/kendo-angular-dropdowns": "23.1.0-develop.3",
37
+ "@progress/kendo-angular-indicators": "23.1.0-develop.3",
38
+ "@progress/kendo-angular-inputs": "23.1.0-develop.3",
39
+ "@progress/kendo-angular-intl": "23.1.0-develop.3",
40
+ "@progress/kendo-angular-l10n": "23.1.0-develop.3",
41
+ "@progress/kendo-angular-popup": "23.1.0-develop.3",
42
+ "@progress/kendo-angular-icons": "23.1.0-develop.3",
43
+ "@progress/kendo-angular-treeview": "23.1.0-develop.3",
44
44
  "rxjs": "^6.5.3 || ^7.0.0"
45
45
  },
46
46
  "dependencies": {
47
47
  "tslib": "^2.3.1",
48
- "@progress/kendo-angular-schematics": "23.1.0-develop.1",
48
+ "@progress/kendo-angular-schematics": "23.1.0-develop.3",
49
49
  "@progress/kendo-pivotgrid-common": "0.6.3"
50
50
  },
51
51
  "schematics": "./schematics/collection.json",
@@ -11,11 +11,11 @@ function default_1(options) {
11
11
  // Additional dependencies to install.
12
12
  // See https://github.com/telerik/kendo-schematics/issues/28
13
13
  peerDependencies: {
14
- '@progress/kendo-angular-dialog': '23.1.0-develop.1',
14
+ '@progress/kendo-angular-dialog': '23.1.0-develop.3',
15
15
  // peer dep of the icons
16
16
  '@progress/kendo-svg-icons': '^4.0.0',
17
17
  // peer dep of the dropdowns
18
- '@progress/kendo-angular-navigation': '23.1.0-develop.1'
18
+ '@progress/kendo-angular-navigation': '23.1.0-develop.3'
19
19
  } });
20
20
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
21
21
  }