@progress/kendo-angular-pivotgrid 1.1.2-dev.202211281013 → 11.0.0-develop.79

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 (105) hide show
  1. package/NOTICE.txt +3 -3
  2. package/configurator/chip-kb-nav.directive.d.ts +1 -1
  3. package/configurator/chip-menu/chip-menu-container.component.d.ts +1 -1
  4. package/configurator/chip-menu/chip-menu-filter.component.d.ts +1 -1
  5. package/configurator/chip-menu/chip-menu-item-base.d.ts +1 -1
  6. package/configurator/chip-menu/chip-menu-item-content-template.directive.d.ts +1 -1
  7. package/configurator/chip-menu/chip-menu-item.component.d.ts +1 -1
  8. package/configurator/chip-menu/chip-menu-item.directive.d.ts +1 -1
  9. package/configurator/chip-menu/chip-menu-sort.component.d.ts +1 -1
  10. package/configurator/chip-menu/chip-menu.component.d.ts +1 -1
  11. package/configurator/chip-menu/chip-menu.module.d.ts +1 -1
  12. package/configurator/chip-menu/chip-menu.service.d.ts +1 -1
  13. package/configurator/chip-menu/filtering/filter-menu-container.component.d.ts +4 -5
  14. package/configurator/chip-menu/filtering/filter-menu-dropdownlist.directive.d.ts +1 -1
  15. package/configurator/chip-menu/filtering/menu-tabbing.service.d.ts +1 -1
  16. package/configurator/chip-menu/filtering/string-filter-menu.component.d.ts +1 -1
  17. package/configurator/chip-menu/single-popup.service.d.ts +1 -1
  18. package/configurator/configurator.component.d.ts +1 -1
  19. package/configurator/configurator.service.d.ts +1 -1
  20. package/configurator/draggable.directive.d.ts +1 -1
  21. package/configurator/drop-cue.service.d.ts +1 -1
  22. package/configurator/drop-target.directive.d.ts +1 -1
  23. package/data-binding/base-binding-directive.d.ts +1 -1
  24. package/data-binding/local-binding.directive.d.ts +1 -1
  25. package/data-binding/olap-binding.directive.d.ts +1 -1
  26. package/data-binding/pivotgrid-data.service.d.ts +1 -1
  27. package/{esm2015/configurator/chip-kb-nav.directive.js → esm2020/configurator/chip-kb-nav.directive.mjs} +6 -5
  28. package/{esm2015/configurator/chip-menu/chip-menu-container.component.js → esm2020/configurator/chip-menu/chip-menu-container.component.mjs} +6 -5
  29. package/{esm2015/configurator/chip-menu/chip-menu-filter.component.js → esm2020/configurator/chip-menu/chip-menu-filter.component.mjs} +6 -5
  30. package/{esm2015/configurator/chip-menu/chip-menu-item-base.js → esm2020/configurator/chip-menu/chip-menu-item-base.mjs} +5 -4
  31. package/{esm2015/configurator/chip-menu/chip-menu-item-content-template.directive.js → esm2020/configurator/chip-menu/chip-menu-item-content-template.directive.mjs} +5 -5
  32. package/{esm2015/configurator/chip-menu/chip-menu-item.component.js → esm2020/configurator/chip-menu/chip-menu-item.component.mjs} +6 -6
  33. package/{esm2015/configurator/chip-menu/chip-menu-item.directive.js → esm2020/configurator/chip-menu/chip-menu-item.directive.mjs} +5 -5
  34. package/{esm2015/configurator/chip-menu/chip-menu-sort.component.js → esm2020/configurator/chip-menu/chip-menu-sort.component.mjs} +7 -5
  35. package/{esm2015/configurator/chip-menu/chip-menu.component.js → esm2020/configurator/chip-menu/chip-menu.component.mjs} +7 -5
  36. package/{esm2015/configurator/chip-menu/chip-menu.module.js → esm2020/configurator/chip-menu/chip-menu.module.mjs} +5 -5
  37. package/{esm2015/configurator/chip-menu/chip-menu.service.js → esm2020/configurator/chip-menu/chip-menu.service.mjs} +5 -4
  38. package/{esm2015/configurator/chip-menu/filtering/filter-menu-container.component.js → esm2020/configurator/chip-menu/filtering/filter-menu-container.component.mjs} +18 -21
  39. package/{esm2015/configurator/chip-menu/filtering/filter-menu-dropdownlist.directive.js → esm2020/configurator/chip-menu/filtering/filter-menu-dropdownlist.directive.mjs} +5 -4
  40. package/{esm2015/configurator/chip-menu/filtering/menu-tabbing.service.js → esm2020/configurator/chip-menu/filtering/menu-tabbing.service.mjs} +4 -4
  41. package/{esm2015/configurator/chip-menu/filtering/string-filter-menu.component.js → esm2020/configurator/chip-menu/filtering/string-filter-menu.component.mjs} +11 -8
  42. package/{esm2015/configurator/chip-menu/single-popup.service.js → esm2020/configurator/chip-menu/single-popup.service.mjs} +8 -7
  43. package/{esm2015/configurator/configurator.component.js → esm2020/configurator/configurator.component.mjs} +42 -56
  44. package/{esm2015/configurator/configurator.service.js → esm2020/configurator/configurator.service.mjs} +6 -5
  45. package/{esm2015/configurator/draggable.directive.js → esm2020/configurator/draggable.directive.mjs} +9 -8
  46. package/{esm2015/configurator/drop-cue.service.js → esm2020/configurator/drop-cue.service.mjs} +4 -4
  47. package/{esm2015/configurator/drop-target.directive.js → esm2020/configurator/drop-target.directive.mjs} +11 -10
  48. package/{esm2015/data-binding/base-binding-directive.js → esm2020/data-binding/base-binding-directive.mjs} +8 -7
  49. package/{esm2015/data-binding/local-binding.directive.js → esm2020/data-binding/local-binding.directive.mjs} +7 -6
  50. package/{esm2015/data-binding/olap-binding.directive.js → esm2020/data-binding/olap-binding.directive.mjs} +70 -76
  51. package/{esm2015/data-binding/pivotgrid-data.service.js → esm2020/data-binding/pivotgrid-data.service.mjs} +5 -5
  52. package/{esm2015/main.js → esm2020/index.mjs} +1 -1
  53. package/{esm2015/localization/custom-messages.component.js → esm2020/localization/custom-messages.component.mjs} +5 -4
  54. package/{esm2015/localization/localized-messages.directive.js → esm2020/localization/localized-messages.directive.mjs} +5 -4
  55. package/{esm2015/localization/messages.js → esm2020/localization/messages.mjs} +4 -4
  56. package/{esm2015/localization/pivot-localization.service.js → esm2020/localization/pivot-localization.service.mjs} +5 -4
  57. package/{esm2015/models/configuration-change-event.js → esm2020/models/configuration-change-event.mjs} +1 -1
  58. package/{esm2015/models/drop-section.js → esm2020/models/configurator-orientation.mjs} +1 -1
  59. package/{esm2015/models/drop-target.js → esm2020/models/configurator-position.mjs} +1 -1
  60. package/{esm2015/models/configurator-settings.js → esm2020/models/configurator-settings.mjs} +1 -1
  61. package/{esm2015/models/data-row-item.js → esm2020/models/data-row-item.mjs} +1 -1
  62. package/{esm2015/models/configurator-orientation.js → esm2020/models/drop-section.mjs} +1 -1
  63. package/{esm2015/models/configurator-position.js → esm2020/models/drop-target.mjs} +1 -1
  64. package/{esm2015/models/expanded-change-event.js → esm2020/models/expanded-change-event.mjs} +1 -1
  65. package/esm2020/models/expanded-state-action.mjs +5 -0
  66. package/esm2020/models/loader-settings.mjs +5 -0
  67. package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +2 -2
  68. package/{esm2015/pivotgrid.component.js → esm2020/pivotgrid.component.mjs} +16 -34
  69. package/{esm2015/pivotgrid.module.js → esm2020/pivotgrid.module.mjs} +5 -5
  70. package/{esm2015/kendo-angular-pivotgrid.js → esm2020/progress-kendo-angular-pivotgrid.mjs} +2 -2
  71. package/{esm2015/rendering/pivotgrid-cell.directive.js → esm2020/rendering/pivotgrid-cell.directive.mjs} +11 -12
  72. package/{esm2015/rendering/pivotgrid-table.component.js → esm2020/rendering/pivotgrid-table.component.mjs} +11 -10
  73. package/{esm2015/shared.module.js → esm2020/shared.module.mjs} +5 -5
  74. package/{esm2015/util.js → esm2020/util.mjs} +3 -3
  75. package/fesm2015/{kendo-angular-pivotgrid.js → progress-kendo-angular-pivotgrid.mjs} +169 -199
  76. package/fesm2020/progress-kendo-angular-pivotgrid.mjs +3952 -0
  77. package/{main.d.ts → index.d.ts} +1 -1
  78. package/localization/custom-messages.component.d.ts +1 -1
  79. package/localization/localized-messages.directive.d.ts +1 -1
  80. package/localization/messages.d.ts +1 -1
  81. package/localization/pivot-localization.service.d.ts +1 -1
  82. package/models/configuration-change-event.d.ts +1 -1
  83. package/models/configurator-orientation.d.ts +1 -1
  84. package/models/configurator-position.d.ts +1 -1
  85. package/models/configurator-settings.d.ts +1 -1
  86. package/models/data-row-item.d.ts +1 -1
  87. package/models/drop-section.d.ts +1 -1
  88. package/models/drop-target.d.ts +1 -1
  89. package/models/expanded-change-event.d.ts +1 -1
  90. package/models/expanded-state-action.d.ts +1 -1
  91. package/models/loader-settings.d.ts +1 -1
  92. package/package-metadata.d.ts +1 -1
  93. package/package.json +36 -65
  94. package/pivotgrid.component.d.ts +1 -2
  95. package/pivotgrid.module.d.ts +1 -1
  96. package/{kendo-angular-pivotgrid.d.ts → progress-kendo-angular-pivotgrid.d.ts} +2 -2
  97. package/rendering/pivotgrid-cell.directive.d.ts +1 -1
  98. package/rendering/pivotgrid-table.component.d.ts +1 -1
  99. package/schematics/ngAdd/index.js +1 -5
  100. package/shared.module.d.ts +1 -1
  101. package/util.d.ts +1 -1
  102. package/bundles/kendo-angular-pivotgrid.umd.js +0 -5
  103. package/esm2015/models/expanded-state-action.js +0 -5
  104. package/esm2015/models/loader-settings.js +0 -5
  105. package/schematics/ngAdd/index.js.map +0 -1
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export { PivotGridComponent } from './pivotgrid.component';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { LocalizationService } from '@progress/kendo-angular-l10n';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { LocalizationService } from '@progress/kendo-angular-l10n';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ComponentMessages } from '@progress/kendo-angular-l10n';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { LocalizationService } from '@progress/kendo-angular-l10n';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { PreventableEvent } from "@progress/kendo-angular-common";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { FilterDescriptor, SortDescriptor } from "@progress/kendo-data-query";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { PivotDataItem } from "@progress/kendo-pivotgrid-common";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { PreventableEvent } from "@progress/kendo-angular-common";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { LoaderSize as LoaderSizeSource, LoaderThemeColor as LoaderThemeColorSource, LoaderType as LoaderTypeSource } from '@progress/kendo-angular-indicators';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { PackageMetadata } from '@progress/kendo-licensing';
package/package.json CHANGED
@@ -1,14 +1,10 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-pivotgrid",
3
- "version": "1.1.2-dev.202211281013",
3
+ "version": "11.0.0-develop.79",
4
4
  "description": "PivotGrid package for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
7
7
  "homepage": "https://www.telerik.com/kendo-angular-ui/components/",
8
- "repository": {
9
- "type": "git",
10
- "url": "https://github.com/telerik/kendo-angular-pivotgrid.git"
11
- },
12
8
  "bugs": {
13
9
  "url": "https://github.com/telerik/kendo-angular"
14
10
  },
@@ -20,74 +16,49 @@
20
16
  "@progress": {
21
17
  "friendlyName": "PivotGrid"
22
18
  },
23
- "dependencies": {
24
- "@progress/kendo-pivotgrid-common": "0.5.1",
25
- "@progress/kendo-schematics": "^3.0.0",
26
- "@telerik/kendo-draggable": "^2.0.0",
27
- "tslib": "^2.3.1"
28
- },
29
19
  "peerDependencies": {
30
- "@angular/animations": "12 - 15",
31
- "@angular/common": "12 - 15",
32
- "@angular/core": "12 - 15",
33
- "@angular/forms": "12 - 15",
34
- "@progress/kendo-angular-common": "^3.0.0",
35
- "@progress/kendo-angular-buttons": "^8.0.0",
36
- "@progress/kendo-angular-indicators": "^3.0.0",
37
- "@progress/kendo-angular-intl": "^4.0.0",
38
- "@progress/kendo-angular-inputs": "9 - 10",
39
- "@progress/kendo-angular-l10n": "^4.0.0",
40
- "@progress/kendo-angular-dropdowns": "^7.2.0",
41
- "@progress/kendo-angular-popup": "^5.0.0",
42
- "@progress/kendo-angular-treeview": "^7.1.0",
20
+ "@angular/animations": "13 - 15",
21
+ "@angular/common": "13 - 15",
22
+ "@angular/core": "13 - 15",
23
+ "@angular/platform-browser": "13 - 15",
43
24
  "@progress/kendo-data-query": "^1.5.5",
44
- "@progress/kendo-licensing": "^1.0.0",
45
25
  "@progress/kendo-drawing": "^1.16.3",
26
+ "@progress/kendo-licensing": "^1.0.2",
27
+ "@progress/kendo-pivotgrid-common": "0.5.1",
28
+ "@progress/kendo-angular-buttons": "11.0.0-develop.79",
29
+ "@progress/kendo-angular-common": "11.0.0-develop.79",
30
+ "@progress/kendo-angular-dropdowns": "11.0.0-develop.79",
31
+ "@progress/kendo-angular-indicators": "11.0.0-develop.79",
32
+ "@progress/kendo-angular-inputs": "11.0.0-develop.79",
33
+ "@progress/kendo-angular-intl": "11.0.0-develop.79",
34
+ "@progress/kendo-angular-l10n": "11.0.0-develop.79",
35
+ "@progress/kendo-angular-popup": "11.0.0-develop.79",
36
+ "@progress/kendo-angular-schematics": "11.0.0-develop.79",
37
+ "@progress/kendo-angular-treeview": "11.0.0-develop.79",
46
38
  "rxjs": "^6.5.3 || ^7.0.0"
47
39
  },
48
- "config": {
49
- "commitizen": {
50
- "path": "./node_modules/cz-conventional-changelog"
51
- },
52
- "ghooks": {
53
- "commit-msg": "validate-commit-msg"
54
- },
55
- "validate-commit-msg": {
56
- "types": [
57
- "feat",
58
- "fix",
59
- "docs",
60
- "style",
61
- "refactor",
62
- "perf",
63
- "test",
64
- "chore",
65
- "revert"
66
- ],
67
- "warnOnFail": false,
68
- "maxSubjectLength": 100
69
- }
40
+ "dependencies": {
41
+ "tslib": "^2.3.1"
70
42
  },
71
43
  "schematics": "./schematics/collection.json",
72
- "release": {
73
- "debug": false,
74
- "branchTags": {
75
- "develop": "dev"
76
- },
77
- "fallbackTags": {
78
- "dev": "latest"
44
+ "module": "fesm2015/progress-kendo-angular-pivotgrid.mjs",
45
+ "es2020": "fesm2020/progress-kendo-angular-pivotgrid.mjs",
46
+ "esm2020": "esm2020/progress-kendo-angular-pivotgrid.mjs",
47
+ "fesm2020": "fesm2020/progress-kendo-angular-pivotgrid.mjs",
48
+ "fesm2015": "fesm2015/progress-kendo-angular-pivotgrid.mjs",
49
+ "typings": "progress-kendo-angular-pivotgrid.d.ts",
50
+ "exports": {
51
+ "./package.json": {
52
+ "default": "./package.json"
79
53
  },
80
- "analyzeCommits": "@progress/semantic-prerelease/analyzeCommits",
81
- "generateNotes": "@progress/kendo-angular-tasks/lib/generateNotes",
82
- "getLastRelease": "@progress/semantic-prerelease/getLastRelease",
83
- "verifyConditions": "@progress/semantic-prerelease/verifyConditions",
84
- "verifyRelease": "@progress/semantic-prerelease/verifyRelease"
54
+ ".": {
55
+ "types": "./progress-kendo-angular-pivotgrid.d.ts",
56
+ "esm2020": "./esm2020/progress-kendo-angular-pivotgrid.mjs",
57
+ "es2020": "./fesm2020/progress-kendo-angular-pivotgrid.mjs",
58
+ "es2015": "./fesm2015/progress-kendo-angular-pivotgrid.mjs",
59
+ "node": "./fesm2015/progress-kendo-angular-pivotgrid.mjs",
60
+ "default": "./fesm2020/progress-kendo-angular-pivotgrid.mjs"
61
+ }
85
62
  },
86
- "main": "bundles/kendo-angular-pivotgrid.umd.js",
87
- "module": "fesm2015/kendo-angular-pivotgrid.js",
88
- "es2015": "fesm2015/kendo-angular-pivotgrid.js",
89
- "esm2015": "esm2015/kendo-angular-pivotgrid.js",
90
- "fesm2015": "fesm2015/kendo-angular-pivotgrid.js",
91
- "typings": "kendo-angular-pivotgrid.d.ts",
92
63
  "sideEffects": false
93
64
  }
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
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';
@@ -26,7 +26,6 @@ export declare class PivotGridComponent implements AfterViewInit, AfterContentIn
26
26
  get bottomPositionClass(): boolean;
27
27
  get topPositionClass(): boolean;
28
28
  get dir(): string;
29
- ariaRole: string;
30
29
  private colHeadersTable;
31
30
  private rowHeadersTable;
32
31
  private valuesTable;
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as i0 from "@angular/core";
@@ -1,9 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
6
6
  * Generated bundle index. Do not edit.
7
7
  */
8
8
  /// <amd-module name="@progress/kendo-angular-pivotgrid" />
9
- export * from './main';
9
+ export * from './index';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { OnDestroy, OnInit } from '@angular/core';
@@ -1,7 +1,3 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
1
  "use strict";
6
2
  Object.defineProperty(exports, "__esModule", { value: true });
7
3
  const schematics_1 = require("@angular-devkit/schematics");
@@ -12,6 +8,6 @@ function default_1(options) {
12
8
  peerDependencies: {
13
9
  '@progress/kendo-angular-dialog': '^7.0.0'
14
10
  } });
15
- return schematics_1.externalSchematic('@progress/kendo-schematics', 'ng-add', finalOptions);
11
+ return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
16
12
  }
17
13
  exports.default = default_1;
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as i0 from "@angular/core";
package/util.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**