@progress/kendo-angular-pivotgrid 11.0.0-develop.99 → 11.0.0

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.
@@ -19,11 +19,12 @@ import * as i13 from "@progress/kendo-angular-indicators";
19
19
  import * as i14 from "@progress/kendo-angular-treeview";
20
20
  import * as i15 from "./configurator/chip-menu/chip-menu.module";
21
21
  import * as i16 from "./shared.module";
22
+ import * as i17 from "@progress/kendo-angular-icons";
22
23
  /**
23
24
  * Sample module
24
25
  */
25
26
  export declare class PivotGridModule {
26
27
  static ɵfac: i0.ɵɵFactoryDeclaration<PivotGridModule, never>;
27
- static ɵmod: i0.ɵɵNgModuleDeclaration<PivotGridModule, [typeof i1.PivotGridComponent, typeof i2.PivotGridTableComponent, typeof i3.PivotGridConfiguratorComponent, typeof i4.PivotGridCellDirective, typeof i5.PivotLocalBindingDirective, typeof i6.PivotOLAPBindingDirective, typeof i7.DraggableChipDirective, typeof i8.DropTargetDirective, typeof i9.LocalizedMessagesDirective, typeof i10.CustomMessagesComponent, typeof i11.ChipKeyboardNavigationDirective], [typeof i12.EventsModule, typeof i13.IndicatorsModule, typeof i14.TreeViewModule, typeof i12.DraggableModule, typeof i15.ChipMenuModule, typeof i16.SharedModule], [typeof i1.PivotGridComponent, typeof i2.PivotGridTableComponent, typeof i4.PivotGridCellDirective, typeof i5.PivotLocalBindingDirective, typeof i6.PivotOLAPBindingDirective, typeof i10.CustomMessagesComponent]>;
28
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PivotGridModule, [typeof i1.PivotGridComponent, typeof i2.PivotGridTableComponent, typeof i3.PivotGridConfiguratorComponent, typeof i4.PivotGridCellDirective, typeof i5.PivotLocalBindingDirective, typeof i6.PivotOLAPBindingDirective, typeof i7.DraggableChipDirective, typeof i8.DropTargetDirective, typeof i9.LocalizedMessagesDirective, typeof i10.CustomMessagesComponent, typeof i11.ChipKeyboardNavigationDirective], [typeof i12.EventsModule, typeof i13.IndicatorsModule, typeof i14.TreeViewModule, typeof i12.DraggableModule, typeof i15.ChipMenuModule, typeof i16.SharedModule, typeof i17.IconsModule], [typeof i1.PivotGridComponent, typeof i2.PivotGridTableComponent, typeof i4.PivotGridCellDirective, typeof i5.PivotLocalBindingDirective, typeof i6.PivotOLAPBindingDirective, typeof i10.CustomMessagesComponent]>;
28
29
  static ɵinj: i0.ɵɵInjectorDeclaration<PivotGridModule>;
29
30
  }
@@ -3,6 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ElementRef, Renderer2 } from '@angular/core';
6
+ import { SVGIcon } from '@progress/kendo-svg-icons';
6
7
  import { PivotGridDataService } from '../data-binding/pivotgrid-data.service';
7
8
  import * as i0 from "@angular/core";
8
9
  /**
@@ -18,6 +19,8 @@ export declare class PivotGridCellDirective {
18
19
  rowIndex: number;
19
20
  colIndex: number;
20
21
  get expanded(): boolean;
22
+ chevronUpSVGIcon: SVGIcon;
23
+ chevronDownSVGIcon: SVGIcon;
21
24
  constructor(hostEl: ElementRef, renderer: Renderer2, dataService: PivotGridDataService);
22
25
  ngOnInit(): void;
23
26
  handleClick: () => void;
@@ -6,7 +6,9 @@ function default_1(options) {
6
6
  // Additional dependencies to install.
7
7
  // See https://github.com/telerik/kendo-schematics/issues/28
8
8
  peerDependencies: {
9
- '@progress/kendo-angular-dialog': '^7.0.0'
9
+ '@progress/kendo-angular-dialog': '11.0.0',
10
+ // peer dep of the icons
11
+ '@progress/kendo-svg-icons': '^1.0.0'
10
12
  } });
11
13
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
12
14
  }
@@ -6,12 +6,13 @@ import * as i0 from "@angular/core";
6
6
  import * as i1 from "@angular/common";
7
7
  import * as i2 from "@progress/kendo-angular-dropdowns";
8
8
  import * as i3 from "@progress/kendo-angular-inputs";
9
- import * as i4 from "@progress/kendo-angular-buttons";
9
+ import * as i4 from "@progress/kendo-angular-icons";
10
+ import * as i5 from "@progress/kendo-angular-buttons";
10
11
  /**
11
12
  * @hidden
12
13
  */
13
14
  export declare class SharedModule {
14
15
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, never, [typeof i1.CommonModule, typeof i2.DropDownsModule, typeof i3.InputsModule, typeof i4.ButtonsModule], [typeof i1.CommonModule, typeof i2.DropDownsModule, typeof i3.InputsModule, typeof i4.ButtonsModule]>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, never, [typeof i1.CommonModule, typeof i2.DropDownsModule, typeof i3.InputsModule, typeof i4.IconsModule, typeof i5.ButtonsModule], [typeof i1.CommonModule, typeof i2.DropDownsModule, typeof i3.InputsModule, typeof i4.IconsModule, typeof i5.ButtonsModule]>;
16
17
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
17
18
  }