@progress/kendo-angular-pivotgrid 23.3.0-develop.11 → 23.3.0-develop.12

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.
@@ -3884,8 +3884,8 @@ const packageMetadata = {
3884
3884
  productName: 'Kendo UI for Angular',
3885
3885
  productCode: 'KENDOUIANGULAR',
3886
3886
  productCodes: ['KENDOUIANGULAR'],
3887
- publishDate: 1774361925,
3888
- version: '23.3.0-develop.11',
3887
+ publishDate: 1774364434,
3888
+ version: '23.3.0-develop.12',
3889
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'
3890
3890
  };
3891
3891
 
@@ -4934,7 +4934,7 @@ class PivotGridComponent {
4934
4934
  direction;
4935
4935
  navigation;
4936
4936
  navigationSubs;
4937
- constructor(hostEl, zone, dataService, localization, renderer, _scrollbarWidthService, scrollService) {
4937
+ constructor(hostEl, zone, dataService, localization, renderer, _scrollbarService, scrollService) {
4938
4938
  this.hostEl = hostEl;
4939
4939
  this.zone = zone;
4940
4940
  this.dataService = dataService;
@@ -5079,7 +5079,7 @@ class PivotGridComponent {
5079
5079
  this.configuratorNavigation.stop();
5080
5080
  }
5081
5081
  }
5082
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PivotGridComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: PivotGridDataService }, { token: i1$1.LocalizationService }, { token: i0.Renderer2 }, { token: i1$4.ScrollbarWidthService }, { token: PivotGridScrollService }], target: i0.ɵɵFactoryTarget.Component });
5082
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PivotGridComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: PivotGridDataService }, { token: i1$1.LocalizationService }, { token: i0.Renderer2 }, { token: i1$4.ScrollbarService }, { token: PivotGridScrollService }], target: i0.ɵɵFactoryTarget.Component });
5083
5083
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: PivotGridComponent, isStandalone: true, selector: "kendo-pivotgrid", inputs: { loaderSettings: "loaderSettings", configurator: "configurator", virtualScrolling: "virtualScrolling", columnHeadersWidth: "columnHeadersWidth", navigable: "navigable" }, host: { properties: { "class.k-d-flex": "this.hostClass", "class.k-pos-relative": "this.hostClass", "class.k-flex-row": "this.rightPositionClass", "class.k-flex-row-reverse": "this.leftPositionClass", "class.k-flex-column": "this.bottomPositionClass", "class.k-flex-column-reverse": "this.topPositionClass", "attr.dir": "this.dir" } }, providers: [
5084
5084
  PivotGridDataService,
5085
5085
  LocalizationService,
@@ -5441,7 +5441,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
5441
5441
  standalone: true,
5442
5442
  imports: [LocalizedMessagesDirective, PivotGridTableComponent, LoaderComponent, PivotGridConfiguratorComponent, IconWrapperComponent]
5443
5443
  }]
5444
- }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: PivotGridDataService }, { type: i1$1.LocalizationService }, { type: i0.Renderer2 }, { type: i1$4.ScrollbarWidthService }, { type: PivotGridScrollService }], propDecorators: { hostClass: [{
5444
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: PivotGridDataService }, { type: i1$1.LocalizationService }, { type: i0.Renderer2 }, { type: i1$4.ScrollbarService }, { type: PivotGridScrollService }], propDecorators: { hostClass: [{
5445
5445
  type: HostBinding,
5446
5446
  args: ['class.k-d-flex']
5447
5447
  }, {
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1774361925,
11
- "version": "23.3.0-develop.11",
10
+ "publishDate": 1774364434,
11
+ "version": "23.3.0-develop.12",
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.3.0-develop.11",
3
+ "version": "23.3.0-develop.12",
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": 1774361925,
21
+ "publishDate": 1774364434,
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.1",
33
33
  "@progress/kendo-licensing": "^1.10.0",
34
- "@progress/kendo-angular-buttons": "23.3.0-develop.11",
35
- "@progress/kendo-angular-common": "23.3.0-develop.11",
36
- "@progress/kendo-angular-dropdowns": "23.3.0-develop.11",
37
- "@progress/kendo-angular-indicators": "23.3.0-develop.11",
38
- "@progress/kendo-angular-inputs": "23.3.0-develop.11",
39
- "@progress/kendo-angular-intl": "23.3.0-develop.11",
40
- "@progress/kendo-angular-l10n": "23.3.0-develop.11",
41
- "@progress/kendo-angular-popup": "23.3.0-develop.11",
42
- "@progress/kendo-angular-icons": "23.3.0-develop.11",
43
- "@progress/kendo-angular-treeview": "23.3.0-develop.11",
34
+ "@progress/kendo-angular-buttons": "23.3.0-develop.12",
35
+ "@progress/kendo-angular-common": "23.3.0-develop.12",
36
+ "@progress/kendo-angular-dropdowns": "23.3.0-develop.12",
37
+ "@progress/kendo-angular-indicators": "23.3.0-develop.12",
38
+ "@progress/kendo-angular-inputs": "23.3.0-develop.12",
39
+ "@progress/kendo-angular-intl": "23.3.0-develop.12",
40
+ "@progress/kendo-angular-l10n": "23.3.0-develop.12",
41
+ "@progress/kendo-angular-popup": "23.3.0-develop.12",
42
+ "@progress/kendo-angular-icons": "23.3.0-develop.12",
43
+ "@progress/kendo-angular-treeview": "23.3.0-develop.12",
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.3.0-develop.11",
48
+ "@progress/kendo-angular-schematics": "23.3.0-develop.12",
49
49
  "@progress/kendo-pivotgrid-common": "0.6.3"
50
50
  },
51
51
  "schematics": "./schematics/collection.json",
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { AfterContentInit, AfterViewInit, ElementRef, NgZone, OnDestroy, Renderer2, SimpleChanges } from '@angular/core';
6
- import { ScrollbarWidthService } from '@progress/kendo-angular-common';
6
+ import { ScrollbarService } from '@progress/kendo-angular-common';
7
7
  import { PivotGridDataService } from './data-binding/pivotgrid-data.service';
8
8
  import { LoaderSettings } from './models/loader-settings';
9
9
  import { LocalizationService } from '@progress/kendo-angular-l10n';
@@ -118,7 +118,7 @@ export declare class PivotGridComponent implements AfterViewInit, AfterContentIn
118
118
  private direction;
119
119
  navigation: PivotGridNavigation;
120
120
  private navigationSubs;
121
- constructor(hostEl: ElementRef, zone: NgZone, dataService: PivotGridDataService, localization: LocalizationService, renderer: Renderer2, _scrollbarWidthService: ScrollbarWidthService, scrollService: PivotGridScrollService);
121
+ constructor(hostEl: ElementRef, zone: NgZone, dataService: PivotGridDataService, localization: LocalizationService, renderer: Renderer2, _scrollbarService: ScrollbarService, scrollService: PivotGridScrollService);
122
122
  ngAfterViewInit(): void;
123
123
  ngAfterContentInit(): void;
124
124
  ngOnChanges(changes: SimpleChanges): void;
@@ -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.3.0-develop.11',
14
+ '@progress/kendo-angular-dialog': '23.3.0-develop.12',
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.3.0-develop.11'
18
+ '@progress/kendo-angular-navigation': '23.3.0-develop.12'
19
19
  } });
20
20
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
21
21
  }