@progress/kendo-angular-pivotgrid 21.4.0-develop.8 → 21.4.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.
Files changed (116) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +1 -1
  3. package/configurator/chip-kb-nav.directive.d.ts +1 -1
  4. package/configurator/chip-menu/chip-menu-container.component.d.ts +1 -1
  5. package/configurator/chip-menu/chip-menu-filter.component.d.ts +1 -1
  6. package/configurator/chip-menu/chip-menu-item-base.d.ts +1 -1
  7. package/configurator/chip-menu/chip-menu-item-content-template.directive.d.ts +1 -1
  8. package/configurator/chip-menu/chip-menu-item.component.d.ts +1 -1
  9. package/configurator/chip-menu/chip-menu-item.directive.d.ts +1 -1
  10. package/configurator/chip-menu/chip-menu-reorder.component.d.ts +1 -1
  11. package/configurator/chip-menu/chip-menu-sort.component.d.ts +1 -1
  12. package/configurator/chip-menu/chip-menu.component.d.ts +1 -1
  13. package/configurator/chip-menu/chip-menu.service.d.ts +1 -1
  14. package/configurator/chip-menu/filtering/filter-menu-container.component.d.ts +1 -1
  15. package/configurator/chip-menu/filtering/filter-menu-dropdownlist.directive.d.ts +1 -1
  16. package/configurator/chip-menu/filtering/menu-tabbing.service.d.ts +1 -1
  17. package/configurator/chip-menu/filtering/string-filter-menu.component.d.ts +1 -1
  18. package/configurator/chip-menu/single-popup.service.d.ts +1 -1
  19. package/configurator/configurator.component.d.ts +2 -1
  20. package/configurator/configurator.service.d.ts +1 -1
  21. package/configurator/draggable.directive.d.ts +1 -1
  22. package/configurator/drop-cue.service.d.ts +1 -1
  23. package/configurator/drop-target.directive.d.ts +1 -1
  24. package/data-binding/base-binding-directive.d.ts +1 -1
  25. package/data-binding/local-binding.directive.d.ts +1 -1
  26. package/data-binding/olap-binding.directive.d.ts +1 -1
  27. package/data-binding/pivotgrid-data.service.d.ts +1 -1
  28. package/directives.d.ts +1 -1
  29. package/esm2022/configurator/chip-kb-nav.directive.mjs +1 -1
  30. package/esm2022/configurator/chip-menu/chip-menu-container.component.mjs +1 -1
  31. package/esm2022/configurator/chip-menu/chip-menu-filter.component.mjs +1 -1
  32. package/esm2022/configurator/chip-menu/chip-menu-item-base.mjs +1 -1
  33. package/esm2022/configurator/chip-menu/chip-menu-item-content-template.directive.mjs +1 -1
  34. package/esm2022/configurator/chip-menu/chip-menu-item.component.mjs +1 -1
  35. package/esm2022/configurator/chip-menu/chip-menu-item.directive.mjs +1 -1
  36. package/esm2022/configurator/chip-menu/chip-menu-reorder.component.mjs +1 -1
  37. package/esm2022/configurator/chip-menu/chip-menu-sort.component.mjs +1 -1
  38. package/esm2022/configurator/chip-menu/chip-menu.component.mjs +1 -1
  39. package/esm2022/configurator/chip-menu/chip-menu.service.mjs +1 -1
  40. package/esm2022/configurator/chip-menu/filtering/filter-menu-container.component.mjs +1 -1
  41. package/esm2022/configurator/chip-menu/filtering/filter-menu-dropdownlist.directive.mjs +1 -1
  42. package/esm2022/configurator/chip-menu/filtering/menu-tabbing.service.mjs +1 -1
  43. package/esm2022/configurator/chip-menu/filtering/string-filter-menu.component.mjs +1 -1
  44. package/esm2022/configurator/chip-menu/single-popup.service.mjs +1 -1
  45. package/esm2022/configurator/configurator.component.mjs +9 -3
  46. package/esm2022/configurator/configurator.service.mjs +1 -1
  47. package/esm2022/configurator/draggable.directive.mjs +1 -1
  48. package/esm2022/configurator/drop-cue.service.mjs +16 -3
  49. package/esm2022/configurator/drop-target.directive.mjs +1 -1
  50. package/esm2022/data-binding/base-binding-directive.mjs +1 -1
  51. package/esm2022/data-binding/local-binding.directive.mjs +1 -1
  52. package/esm2022/data-binding/olap-binding.directive.mjs +1 -1
  53. package/esm2022/data-binding/pivotgrid-data.service.mjs +1 -1
  54. package/esm2022/directives.mjs +1 -1
  55. package/esm2022/index.mjs +1 -1
  56. package/esm2022/localization/custom-messages.component.mjs +1 -1
  57. package/esm2022/localization/localized-messages.directive.mjs +1 -1
  58. package/esm2022/localization/messages.mjs +1 -1
  59. package/esm2022/localization/pivot-localization.service.mjs +1 -1
  60. package/esm2022/models/configuration-change-event.mjs +1 -1
  61. package/esm2022/models/configurator-chipmenu-reorder-target.mjs +1 -1
  62. package/esm2022/models/configurator-orientation.mjs +1 -1
  63. package/esm2022/models/configurator-position.mjs +1 -1
  64. package/esm2022/models/configurator-settings.mjs +1 -1
  65. package/esm2022/models/data-row-item.mjs +1 -1
  66. package/esm2022/models/drop-section.mjs +1 -1
  67. package/esm2022/models/drop-target.mjs +1 -1
  68. package/esm2022/models/expanded-change-event.mjs +1 -1
  69. package/esm2022/models/expanded-state-action.mjs +1 -1
  70. package/esm2022/models/loader-settings.mjs +1 -1
  71. package/esm2022/models/virtualization-settings.mjs +1 -1
  72. package/esm2022/package-metadata.mjs +3 -3
  73. package/esm2022/pivotgrid.component.mjs +1 -1
  74. package/esm2022/pivotgrid.module.mjs +1 -1
  75. package/esm2022/progress-kendo-angular-pivotgrid.mjs +1 -1
  76. package/esm2022/rendering/pivotgrid-cell.directive.mjs +1 -1
  77. package/esm2022/rendering/pivotgrid-table.component.mjs +1 -1
  78. package/esm2022/rendering/templates/pivotgrid-cell-template.directive.mjs +1 -1
  79. package/esm2022/rendering/templates/pivotgrid-column-header-cell-template.directive.mjs +1 -1
  80. package/esm2022/rendering/templates/pivotgrid-row-header-cell-template.directive.mjs +1 -1
  81. package/esm2022/rendering/templates/pivotgrid-value-cell-template.directive.mjs +1 -1
  82. package/esm2022/util.mjs +1 -1
  83. package/esm2022/virtual/scroll.service.mjs +1 -1
  84. package/esm2022/virtual/scrollable-container.mjs +1 -1
  85. package/fesm2022/progress-kendo-angular-pivotgrid.mjs +26 -7
  86. package/index.d.ts +1 -1
  87. package/localization/custom-messages.component.d.ts +1 -1
  88. package/localization/localized-messages.directive.d.ts +1 -1
  89. package/localization/messages.d.ts +1 -1
  90. package/localization/pivot-localization.service.d.ts +1 -1
  91. package/models/configuration-change-event.d.ts +1 -1
  92. package/models/configurator-chipmenu-reorder-target.d.ts +1 -1
  93. package/models/configurator-orientation.d.ts +1 -1
  94. package/models/configurator-position.d.ts +1 -1
  95. package/models/configurator-settings.d.ts +1 -1
  96. package/models/data-row-item.d.ts +1 -1
  97. package/models/drop-section.d.ts +1 -1
  98. package/models/drop-target.d.ts +1 -1
  99. package/models/expanded-change-event.d.ts +1 -1
  100. package/models/expanded-state-action.d.ts +1 -1
  101. package/models/loader-settings.d.ts +1 -1
  102. package/models/virtualization-settings.d.ts +1 -1
  103. package/package-metadata.d.ts +1 -1
  104. package/package.json +13 -13
  105. package/pivotgrid.component.d.ts +1 -1
  106. package/pivotgrid.module.d.ts +1 -1
  107. package/rendering/pivotgrid-cell.directive.d.ts +1 -1
  108. package/rendering/pivotgrid-table.component.d.ts +1 -1
  109. package/rendering/templates/pivotgrid-cell-template.directive.d.ts +1 -1
  110. package/rendering/templates/pivotgrid-column-header-cell-template.directive.d.ts +1 -1
  111. package/rendering/templates/pivotgrid-row-header-cell-template.directive.d.ts +1 -1
  112. package/rendering/templates/pivotgrid-value-cell-template.directive.d.ts +1 -1
  113. package/schematics/ngAdd/index.js +3 -3
  114. package/util.d.ts +1 -1
  115. package/virtual/scroll.service.d.ts +1 -1
  116. package/virtual/scrollable-container.d.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
  /**
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1766136862,
14
- version: '21.4.0-develop.8',
13
+ publishDate: 1768220136,
14
+ version: '21.4.0',
15
15
  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'
16
16
  };
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { Component, ContentChild, ElementRef, HostBinding, Input, NgZone, Renderer2, ViewChild } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { NgModule } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { Component, ElementRef, HostBinding, Input, Renderer2 } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { Component, ElementRef, Input, NgZone } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { Directive, TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { Directive, TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { Directive, TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { Directive, TemplateRef } from '@angular/core';
package/esm2022/util.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
  const EMPTY_REGEX = /^\s*$/;
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { Injectable } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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';
@@ -1944,12 +1944,25 @@ class DropCueService {
1944
1944
  if (!this.dom) {
1945
1945
  this.create();
1946
1946
  }
1947
+ if (!target || !container) {
1948
+ return;
1949
+ }
1947
1950
  if (direction === 'before') {
1948
- container.insertBefore(this.dom, target);
1951
+ if (container.contains(target)) {
1952
+ container.insertBefore(this.dom, target);
1953
+ }
1954
+ else {
1955
+ container.appendChild(this.dom);
1956
+ }
1949
1957
  }
1950
1958
  else {
1951
1959
  if (target.classList.contains('k-chip') && target.matches(':last-child')) {
1952
- container.insertBefore(this.dom, target);
1960
+ if (container.contains(target)) {
1961
+ container.insertBefore(this.dom, target);
1962
+ }
1963
+ else {
1964
+ container.appendChild(this.dom);
1965
+ }
1953
1966
  return;
1954
1967
  }
1955
1968
  // eslint-disable-next-line no-unused-expressions
@@ -2289,6 +2302,9 @@ class PivotGridConfiguratorComponent {
2289
2302
  get isHorizontal() {
2290
2303
  return this.orientation === 'horizontal';
2291
2304
  }
2305
+ get isApplyDisabled() {
2306
+ return !this.state?.columnAxes?.length && !this.state?.rowAxes?.length && !this.state?.measureAxes?.length;
2307
+ }
2292
2308
  subs = new Subscription();
2293
2309
  /**
2294
2310
  * A function which determines if a specific node has child nodes.
@@ -2495,6 +2511,9 @@ class PivotGridConfiguratorComponent {
2495
2511
  this.close.emit();
2496
2512
  }
2497
2513
  handleSubmit() {
2514
+ if (this.isApplyDisabled) {
2515
+ return;
2516
+ }
2498
2517
  this.dataService.configuratorFieldChange.emit(this.dataService.state);
2499
2518
  }
2500
2519
  /**
@@ -2767,7 +2786,7 @@ class PivotGridConfiguratorComponent {
2767
2786
  </div>
2768
2787
  <div class="k-pivotgrid-configurator-actions k-actions k-actions-end k-actions-horizontal">
2769
2788
  <button kendoButton type="button" (click)="handleReset()">{{messageFor('configuratorCancelButtonText')}}</button>
2770
- <button kendoButton themeColor="primary" type="button" (click)="handleSubmit()">{{messageFor('configuratorApplyButtonText')}}</button>
2789
+ <button kendoButton themeColor="primary" type="button" (click)="handleSubmit()" [disabled]="isApplyDisabled">{{messageFor('configuratorApplyButtonText')}}</button>
2771
2790
  </div>
2772
2791
  </div>
2773
2792
  `, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: TreeViewComponent, selector: "kendo-treeview", inputs: ["filterInputPlaceholder", "expandDisabledNodes", "animate", "nodeTemplate", "loadMoreButtonTemplate", "trackBy", "nodes", "textField", "hasChildren", "isChecked", "isDisabled", "hasCheckbox", "isExpanded", "isSelected", "isVisible", "navigable", "children", "loadOnDemand", "filterable", "filter", "size", "disableParentNodesOnly"], outputs: ["childrenLoaded", "blur", "focus", "expand", "collapse", "nodeDragStart", "nodeDrag", "filterStateChange", "nodeDrop", "nodeDragEnd", "addItem", "removeItem", "checkedChange", "selectionChange", "filterChange", "nodeClick", "nodeDblClick"], exportAs: ["kendoTreeView"] }, { kind: "directive", type: ExpandDirective, selector: "[kendoTreeViewExpandable]", inputs: ["isExpanded", "expandBy", "expandOnFilter", "expandedKeys"], outputs: ["expandedKeysChange"] }, { kind: "directive", type: CheckDirective, selector: "[kendoTreeViewCheckable]", inputs: ["isChecked", "checkBy", "checkedKeys", "kendoTreeViewCheckable"], outputs: ["checkedKeysChange"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: DropTargetDirective, selector: "[kendoDropTarget]", inputs: ["item", "axes"] }, { kind: "component", type: ChipListComponent, selector: "kendo-chiplist, kendo-chip-list", inputs: ["orientation", "selection", "size", "role", "navigable"], outputs: ["selectedChange", "remove"] }, { kind: "component", type: ChipComponent, selector: "kendo-chip", inputs: ["label", "icon", "svgIcon", "iconClass", "avatarSettings", "selected", "removable", "removeIcon", "removeSvgIcon", "hasMenu", "menuIcon", "menuSvgIcon", "disabled", "size", "rounded", "fillMode", "themeColor"], outputs: ["remove", "menuToggle", "contentClick"] }, { kind: "directive", type: DraggableChipDirective, selector: "[kendoChipDraggable]", inputs: ["item"] }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "directive", type: ChipKeyboardNavigationDirective, selector: "[kendoChipKeyboardNavigation]", outputs: ["reorder"] }, { kind: "component", type: ChipMenuComponent, selector: "kendo-pivot-chip-menu", inputs: ["chip", "tabIndex", "isMeasureField", "anchor"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
@@ -2993,7 +3012,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
2993
3012
  </div>
2994
3013
  <div class="k-pivotgrid-configurator-actions k-actions k-actions-end k-actions-horizontal">
2995
3014
  <button kendoButton type="button" (click)="handleReset()">{{messageFor('configuratorCancelButtonText')}}</button>
2996
- <button kendoButton themeColor="primary" type="button" (click)="handleSubmit()">{{messageFor('configuratorApplyButtonText')}}</button>
3015
+ <button kendoButton themeColor="primary" type="button" (click)="handleSubmit()" [disabled]="isApplyDisabled">{{messageFor('configuratorApplyButtonText')}}</button>
2997
3016
  </div>
2998
3017
  </div>
2999
3018
  `,
@@ -3869,8 +3888,8 @@ const packageMetadata = {
3869
3888
  productName: 'Kendo UI for Angular',
3870
3889
  productCode: 'KENDOUIANGULAR',
3871
3890
  productCodes: ['KENDOUIANGULAR'],
3872
- publishDate: 1766136862,
3873
- version: '21.4.0-develop.8',
3891
+ publishDate: 1768220136,
3892
+ version: '21.4.0',
3874
3893
  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'
3875
3894
  };
3876
3895
 
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 * from './directives';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-pivotgrid",
3
- "version": "21.4.0-develop.8",
3
+ "version": "21.4.0",
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": 1766136862,
21
+ "publishDate": 1768220136,
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.5.5",
32
32
  "@progress/kendo-drawing": "^1.23.1",
33
33
  "@progress/kendo-licensing": "^1.7.0",
34
- "@progress/kendo-angular-buttons": "21.4.0-develop.8",
35
- "@progress/kendo-angular-common": "21.4.0-develop.8",
36
- "@progress/kendo-angular-dropdowns": "21.4.0-develop.8",
37
- "@progress/kendo-angular-indicators": "21.4.0-develop.8",
38
- "@progress/kendo-angular-inputs": "21.4.0-develop.8",
39
- "@progress/kendo-angular-intl": "21.4.0-develop.8",
40
- "@progress/kendo-angular-l10n": "21.4.0-develop.8",
41
- "@progress/kendo-angular-popup": "21.4.0-develop.8",
42
- "@progress/kendo-angular-icons": "21.4.0-develop.8",
43
- "@progress/kendo-angular-treeview": "21.4.0-develop.8",
34
+ "@progress/kendo-angular-buttons": "21.4.0",
35
+ "@progress/kendo-angular-common": "21.4.0",
36
+ "@progress/kendo-angular-dropdowns": "21.4.0",
37
+ "@progress/kendo-angular-indicators": "21.4.0",
38
+ "@progress/kendo-angular-inputs": "21.4.0",
39
+ "@progress/kendo-angular-intl": "21.4.0",
40
+ "@progress/kendo-angular-l10n": "21.4.0",
41
+ "@progress/kendo-angular-popup": "21.4.0",
42
+ "@progress/kendo-angular-icons": "21.4.0",
43
+ "@progress/kendo-angular-treeview": "21.4.0",
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": "21.4.0-develop.8",
48
+ "@progress/kendo-angular-schematics": "21.4.0",
49
49
  "@progress/kendo-pivotgrid-common": "0.6.3"
50
50
  },
51
51
  "schematics": "./schematics/collection.json",
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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, NgZone, OnDestroy, OnInit } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
  "use strict";
@@ -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': '21.4.0-develop.8',
14
+ '@progress/kendo-angular-dialog': '21.4.0',
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': '21.4.0-develop.8'
18
+ '@progress/kendo-angular-navigation': '21.4.0'
19
19
  } });
20
20
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
21
21
  }
package/util.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 type { PivotGridComponent } from '../pivotgrid.component';