@progress/kendo-angular-pivotgrid 1.1.1 → 1.1.2

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.
Files changed (38) hide show
  1. package/bundles/kendo-angular-pivotgrid.umd.js +1 -1
  2. package/esm2015/configurator/chip-kb-nav.directive.js +3 -3
  3. package/esm2015/configurator/chip-menu/chip-menu-container.component.js +3 -3
  4. package/esm2015/configurator/chip-menu/chip-menu-filter.component.js +3 -3
  5. package/esm2015/configurator/chip-menu/chip-menu-item-base.js +3 -3
  6. package/esm2015/configurator/chip-menu/chip-menu-item-content-template.directive.js +3 -3
  7. package/esm2015/configurator/chip-menu/chip-menu-item.component.js +3 -3
  8. package/esm2015/configurator/chip-menu/chip-menu-item.directive.js +3 -3
  9. package/esm2015/configurator/chip-menu/chip-menu-sort.component.js +3 -3
  10. package/esm2015/configurator/chip-menu/chip-menu.component.js +3 -3
  11. package/esm2015/configurator/chip-menu/chip-menu.module.js +4 -4
  12. package/esm2015/configurator/chip-menu/chip-menu.service.js +3 -3
  13. package/esm2015/configurator/chip-menu/filtering/filter-menu-container.component.js +3 -3
  14. package/esm2015/configurator/chip-menu/filtering/filter-menu-dropdownlist.directive.js +3 -3
  15. package/esm2015/configurator/chip-menu/filtering/menu-tabbing.service.js +3 -3
  16. package/esm2015/configurator/chip-menu/filtering/string-filter-menu.component.js +3 -3
  17. package/esm2015/configurator/chip-menu/single-popup.service.js +3 -3
  18. package/esm2015/configurator/configurator.component.js +3 -3
  19. package/esm2015/configurator/configurator.service.js +3 -3
  20. package/esm2015/configurator/draggable.directive.js +3 -3
  21. package/esm2015/configurator/drop-cue.service.js +3 -3
  22. package/esm2015/configurator/drop-target.directive.js +3 -3
  23. package/esm2015/data-binding/base-binding-directive.js +3 -3
  24. package/esm2015/data-binding/local-binding.directive.js +3 -3
  25. package/esm2015/data-binding/olap-binding.directive.js +3 -3
  26. package/esm2015/data-binding/pivotgrid-data.service.js +3 -3
  27. package/esm2015/localization/custom-messages.component.js +3 -3
  28. package/esm2015/localization/localized-messages.directive.js +3 -3
  29. package/esm2015/localization/messages.js +3 -3
  30. package/esm2015/localization/pivot-localization.service.js +3 -3
  31. package/esm2015/package-metadata.js +1 -1
  32. package/esm2015/pivotgrid.component.js +3 -3
  33. package/esm2015/pivotgrid.module.js +4 -4
  34. package/esm2015/rendering/pivotgrid-cell.directive.js +3 -3
  35. package/esm2015/rendering/pivotgrid-table.component.js +3 -3
  36. package/esm2015/shared.module.js +4 -4
  37. package/fesm2015/kendo-angular-pivotgrid.js +106 -106
  38. package/package.json +2 -2
@@ -54,8 +54,8 @@ const EXPORTS = [
54
54
  */
55
55
  export class PivotGridModule {
56
56
  }
57
- PivotGridModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PivotGridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
58
- PivotGridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PivotGridModule, declarations: [PivotGridComponent,
57
+ PivotGridModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PivotGridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
58
+ PivotGridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PivotGridModule, declarations: [PivotGridComponent,
59
59
  PivotGridTableComponent,
60
60
  PivotGridConfiguratorComponent,
61
61
  PivotGridCellDirective,
@@ -76,8 +76,8 @@ PivotGridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
76
76
  PivotLocalBindingDirective,
77
77
  PivotOLAPBindingDirective,
78
78
  CustomMessagesComponent] });
79
- PivotGridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PivotGridModule, imports: [[...IMPORTED_MODULES]] });
80
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PivotGridModule, decorators: [{
79
+ PivotGridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PivotGridModule, imports: [[...IMPORTED_MODULES]] });
80
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PivotGridModule, decorators: [{
81
81
  type: NgModule,
82
82
  args: [{
83
83
  imports: [...IMPORTED_MODULES],
@@ -48,8 +48,8 @@ export class PivotGridCellDirective {
48
48
  }
49
49
  }
50
50
  }
51
- PivotGridCellDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PivotGridCellDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.PivotGridDataService }], target: i0.ɵɵFactoryTarget.Component });
52
- PivotGridCellDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: PivotGridCellDirective, selector: "[kendoPivotGridCell]", inputs: { kendoPivotGridCell: "kendoPivotGridCell", tableType: "tableType", rowIndex: "rowIndex", colIndex: "colIndex" }, host: { properties: { "class.k-pivotgrid-cell": "this.cellClass" } }, ngImport: i0, template: `
51
+ PivotGridCellDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PivotGridCellDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.PivotGridDataService }], target: i0.ɵɵFactoryTarget.Component });
52
+ PivotGridCellDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: PivotGridCellDirective, selector: "[kendoPivotGridCell]", inputs: { kendoPivotGridCell: "kendoPivotGridCell", tableType: "tableType", rowIndex: "rowIndex", colIndex: "colIndex" }, host: { properties: { "class.k-pivotgrid-cell": "this.cellClass" } }, ngImport: i0, template: `
53
53
  <span
54
54
  *ngIf="kendoPivotGridCell.hasChildren && !kendoPivotGridCell.total"
55
55
  class="k-icon"
@@ -61,7 +61,7 @@ PivotGridCellDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
61
61
  'k-i-arrow-chevron-up': expanded,
62
62
  'k-i-arrow-chevron-down': !expanded
63
63
  }"></span>{{ kendoPivotGridCell.data ? kendoPivotGridCell.data.fmtValue : kendoPivotGridCell.caption }}`, isInline: true, directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
64
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PivotGridCellDirective, decorators: [{
64
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PivotGridCellDirective, decorators: [{
65
65
  type: Component,
66
66
  args: [{
67
67
  // eslint-disable-next-line @angular-eslint/component-selector
@@ -29,8 +29,8 @@ export class PivotGridTableComponent {
29
29
  this.dataChangeSubs.unsubscribe();
30
30
  }
31
31
  }
32
- PivotGridTableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PivotGridTableComponent, deps: [{ token: i1.PivotGridDataService }], target: i0.ɵɵFactoryTarget.Component });
33
- PivotGridTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: PivotGridTableComponent, selector: "kendo-pivotgrid-table", inputs: { tableType: "tableType", colWidth: "colWidth" }, ngImport: i0, template: `
32
+ PivotGridTableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PivotGridTableComponent, deps: [{ token: i1.PivotGridDataService }], target: i0.ɵɵFactoryTarget.Component });
33
+ PivotGridTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: PivotGridTableComponent, selector: "kendo-pivotgrid-table", inputs: { tableType: "tableType", colWidth: "colWidth" }, ngImport: i0, template: `
34
34
  <table
35
35
  class="k-pivotgrid-table"
36
36
  role="presentation">
@@ -66,7 +66,7 @@ PivotGridTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
66
66
  </tbody>
67
67
  </table>
68
68
  `, isInline: true, components: [{ type: i2.PivotGridCellDirective, selector: "[kendoPivotGridCell]", inputs: ["kendoPivotGridCell", "tableType", "rowIndex", "colIndex"] }], directives: [{ type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
69
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PivotGridTableComponent, decorators: [{
69
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PivotGridTableComponent, decorators: [{
70
70
  type: Component,
71
71
  args: [{
72
72
  selector: 'kendo-pivotgrid-table',
@@ -19,19 +19,19 @@ const MODULES = [
19
19
  */
20
20
  export class SharedModule {
21
21
  }
22
- SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
23
- SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SharedModule, imports: [CommonModule,
22
+ SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
23
+ SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: SharedModule, imports: [CommonModule,
24
24
  DropDownsModule,
25
25
  InputsModule,
26
26
  ButtonsModule], exports: [CommonModule,
27
27
  DropDownsModule,
28
28
  InputsModule,
29
29
  ButtonsModule] });
30
- SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SharedModule, imports: [[MODULES], CommonModule,
30
+ SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: SharedModule, imports: [[MODULES], CommonModule,
31
31
  DropDownsModule,
32
32
  InputsModule,
33
33
  ButtonsModule] });
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SharedModule, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: SharedModule, decorators: [{
35
35
  type: NgModule,
36
36
  args: [{
37
37
  imports: [MODULES],