@progress/kendo-angular-spreadsheet 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 (166) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +1 -1
  3. package/action-bar/formula-input.directive.d.ts +1 -1
  4. package/action-bar/list.component.d.ts +1 -1
  5. package/action-bar/namebox.component.d.ts +1 -1
  6. package/common/calendar-editor.component.d.ts +1 -1
  7. package/common/error-handling.service.d.ts +1 -1
  8. package/common/list-editor.component.d.ts +1 -1
  9. package/common/main-menu.directive.d.ts +1 -1
  10. package/common/sheet-changes.d.ts +1 -1
  11. package/common/spreadsheet.service.d.ts +1 -1
  12. package/directives.d.ts +1 -1
  13. package/esm2022/action-bar/formula-input.directive.mjs +1 -1
  14. package/esm2022/action-bar/list.component.mjs +1 -1
  15. package/esm2022/action-bar/namebox.component.mjs +1 -1
  16. package/esm2022/common/calendar-editor.component.mjs +1 -1
  17. package/esm2022/common/error-handling.service.mjs +1 -1
  18. package/esm2022/common/list-editor.component.mjs +1 -1
  19. package/esm2022/common/main-menu.directive.mjs +1 -1
  20. package/esm2022/common/sheet-changes.mjs +1 -1
  21. package/esm2022/common/spreadsheet.service.mjs +1 -1
  22. package/esm2022/directives.mjs +1 -1
  23. package/esm2022/filter-menu/filter-menu-item-content-template.directive.mjs +1 -1
  24. package/esm2022/filter-menu/filter-menu-item.component.mjs +1 -1
  25. package/esm2022/index.mjs +1 -1
  26. package/esm2022/localization/custom-messages.component.mjs +1 -1
  27. package/esm2022/localization/localized-messages.directive.mjs +1 -1
  28. package/esm2022/localization/messages.mjs +14 -2
  29. package/esm2022/localization/spreadsheet-localization.service.mjs +1 -1
  30. package/esm2022/models/cell-editor-action-args.mjs +1 -1
  31. package/esm2022/models/cell-editor-options.mjs +1 -1
  32. package/esm2022/models/events.mjs +1 -1
  33. package/esm2022/models/filter-menu-item.mjs +1 -1
  34. package/esm2022/models/index.mjs +1 -1
  35. package/esm2022/models/main-menu-item.mjs +1 -1
  36. package/esm2022/models/range-filter-value.mjs +1 -1
  37. package/esm2022/models/sheet-info.mjs +1 -1
  38. package/esm2022/package-metadata.mjs +3 -3
  39. package/esm2022/progress-kendo-angular-spreadsheet.mjs +1 -1
  40. package/esm2022/sheets-bar/action-dialog.component.mjs +1 -1
  41. package/esm2022/sheets-bar/sheets-bar.component.mjs +1 -1
  42. package/esm2022/sheets-bar/utils.mjs +1 -1
  43. package/esm2022/spreadsheet.component.mjs +23 -7
  44. package/esm2022/spreadsheet.module.mjs +1 -1
  45. package/esm2022/tools/align/align-tool.directive.mjs +1 -1
  46. package/esm2022/tools/align/horizontal-align-tool.directive.mjs +1 -1
  47. package/esm2022/tools/align/vertical-align-tool.directive.mjs +1 -1
  48. package/esm2022/tools/colorpicker/spreadsheet-backcolor.component.mjs +1 -1
  49. package/esm2022/tools/colorpicker/spreadsheet-forecolor.component.mjs +1 -1
  50. package/esm2022/tools/data-validation-dialog.component.mjs +1 -1
  51. package/esm2022/tools/data-validation-tool.directive.mjs +1 -1
  52. package/esm2022/tools/decrease-decimal-tool.directive.mjs +1 -1
  53. package/esm2022/tools/filter-sort/filter-tool.directive.mjs +17 -3
  54. package/esm2022/tools/filter-sort/sort-tool.directive.mjs +7 -2
  55. package/esm2022/tools/font-family/font-family-dropdownlist.component.mjs +1 -1
  56. package/esm2022/tools/font-family/spreadsheet-fontfamily-tool.component.mjs +1 -1
  57. package/esm2022/tools/font-size/decrease-font-tool.directive.mjs +1 -1
  58. package/esm2022/tools/font-size/font-size-dropdownlist.component.mjs +1 -1
  59. package/esm2022/tools/font-size/increase-font-tool.directive.mjs +1 -1
  60. package/esm2022/tools/font-size/spreadsheet-fontsize-tool.component.mjs +1 -1
  61. package/esm2022/tools/format-tool.directive.mjs +1 -1
  62. package/esm2022/tools/gridlines-tool.directive.mjs +1 -1
  63. package/esm2022/tools/history/redo-tool.mjs +1 -1
  64. package/esm2022/tools/history/undo-tool.mjs +1 -1
  65. package/esm2022/tools/increase-decimal-tool.directive.mjs +1 -1
  66. package/esm2022/tools/index.mjs +1 -1
  67. package/esm2022/tools/insert/insert-link-dialog.component.mjs +1 -1
  68. package/esm2022/tools/insert/insert-link-tool.directive.mjs +1 -1
  69. package/esm2022/tools/load-file.component.mjs +1 -1
  70. package/esm2022/tools/save-file-tool.directive.mjs +1 -1
  71. package/esm2022/tools/shared/command-icons.mjs +1 -1
  72. package/esm2022/tools/shared/commands.mjs +1 -1
  73. package/esm2022/tools/shared/constants.mjs +1 -1
  74. package/esm2022/tools/shared/dialog-content.component.mjs +1 -1
  75. package/esm2022/tools/shared/spreadsheet-command-base.mjs +1 -1
  76. package/esm2022/tools/shared/spreadsheet-command-button.mjs +1 -1
  77. package/esm2022/tools/shared/spreadsheet-dropdown-tools-base.mjs +1 -1
  78. package/esm2022/tools/shared/spreadsheet-dropdownlist.base.mjs +1 -1
  79. package/esm2022/tools/tables/add-column-left-button.directive.mjs +1 -1
  80. package/esm2022/tools/tables/add-column-right-button.directive.mjs +1 -1
  81. package/esm2022/tools/tables/add-row-above-button.directive.mjs +1 -1
  82. package/esm2022/tools/tables/add-row-below-button.directive.mjs +1 -1
  83. package/esm2022/tools/tables/delete-column-button.directive.mjs +1 -1
  84. package/esm2022/tools/tables/delete-row-button.directive.mjs +1 -1
  85. package/esm2022/tools/tables/index.mjs +1 -1
  86. package/esm2022/tools/tables/merge-tool.directive.mjs +1 -1
  87. package/esm2022/tools/text-wrap-tool.directive.mjs +1 -1
  88. package/esm2022/tools/tools.service.mjs +1 -1
  89. package/esm2022/tools/typographical-emphasis/bold-tool.directive.mjs +1 -1
  90. package/esm2022/tools/typographical-emphasis/italic-tool.directive.mjs +1 -1
  91. package/esm2022/tools/typographical-emphasis/underline-tool.directive.mjs +1 -1
  92. package/esm2022/tools/utils.mjs +1 -1
  93. package/esm2022/utils.mjs +1 -1
  94. package/fesm2022/progress-kendo-angular-spreadsheet.mjs +60 -13
  95. package/filter-menu/filter-menu-item-content-template.directive.d.ts +1 -1
  96. package/filter-menu/filter-menu-item.component.d.ts +1 -1
  97. package/index.d.ts +1 -1
  98. package/localization/custom-messages.component.d.ts +1 -1
  99. package/localization/localized-messages.directive.d.ts +1 -1
  100. package/localization/messages.d.ts +10 -2
  101. package/localization/spreadsheet-localization.service.d.ts +1 -1
  102. package/models/cell-editor-action-args.d.ts +1 -1
  103. package/models/cell-editor-options.d.ts +1 -1
  104. package/models/events.d.ts +1 -1
  105. package/models/filter-menu-item.d.ts +1 -1
  106. package/models/index.d.ts +1 -1
  107. package/models/main-menu-item.d.ts +1 -1
  108. package/models/range-filter-value.d.ts +1 -1
  109. package/models/sheet-info.d.ts +1 -1
  110. package/package-metadata.d.ts +1 -1
  111. package/package.json +18 -18
  112. package/schematics/ngAdd/index.js +3 -3
  113. package/sheets-bar/action-dialog.component.d.ts +1 -1
  114. package/sheets-bar/sheets-bar.component.d.ts +1 -1
  115. package/sheets-bar/utils.d.ts +1 -1
  116. package/spreadsheet.component.d.ts +8 -2
  117. package/spreadsheet.module.d.ts +1 -1
  118. package/tools/align/align-tool.directive.d.ts +1 -1
  119. package/tools/align/horizontal-align-tool.directive.d.ts +1 -1
  120. package/tools/align/vertical-align-tool.directive.d.ts +1 -1
  121. package/tools/colorpicker/spreadsheet-backcolor.component.d.ts +1 -1
  122. package/tools/colorpicker/spreadsheet-forecolor.component.d.ts +1 -1
  123. package/tools/data-validation-dialog.component.d.ts +1 -1
  124. package/tools/data-validation-tool.directive.d.ts +1 -1
  125. package/tools/decrease-decimal-tool.directive.d.ts +1 -1
  126. package/tools/filter-sort/filter-tool.directive.d.ts +4 -3
  127. package/tools/filter-sort/sort-tool.directive.d.ts +1 -1
  128. package/tools/font-family/font-family-dropdownlist.component.d.ts +1 -1
  129. package/tools/font-family/spreadsheet-fontfamily-tool.component.d.ts +1 -1
  130. package/tools/font-size/decrease-font-tool.directive.d.ts +1 -1
  131. package/tools/font-size/font-size-dropdownlist.component.d.ts +1 -1
  132. package/tools/font-size/increase-font-tool.directive.d.ts +1 -1
  133. package/tools/font-size/spreadsheet-fontsize-tool.component.d.ts +1 -1
  134. package/tools/format-tool.directive.d.ts +1 -1
  135. package/tools/gridlines-tool.directive.d.ts +1 -1
  136. package/tools/history/redo-tool.d.ts +1 -1
  137. package/tools/history/undo-tool.d.ts +1 -1
  138. package/tools/increase-decimal-tool.directive.d.ts +1 -1
  139. package/tools/index.d.ts +1 -1
  140. package/tools/insert/insert-link-dialog.component.d.ts +1 -1
  141. package/tools/insert/insert-link-tool.directive.d.ts +1 -1
  142. package/tools/load-file.component.d.ts +1 -1
  143. package/tools/save-file-tool.directive.d.ts +1 -1
  144. package/tools/shared/command-icons.d.ts +1 -1
  145. package/tools/shared/commands.d.ts +1 -1
  146. package/tools/shared/constants.d.ts +1 -1
  147. package/tools/shared/dialog-content.component.d.ts +1 -1
  148. package/tools/shared/spreadsheet-command-base.d.ts +1 -1
  149. package/tools/shared/spreadsheet-command-button.d.ts +1 -1
  150. package/tools/shared/spreadsheet-dropdown-tools-base.d.ts +1 -1
  151. package/tools/shared/spreadsheet-dropdownlist.base.d.ts +1 -1
  152. package/tools/tables/add-column-left-button.directive.d.ts +1 -1
  153. package/tools/tables/add-column-right-button.directive.d.ts +1 -1
  154. package/tools/tables/add-row-above-button.directive.d.ts +1 -1
  155. package/tools/tables/add-row-below-button.directive.d.ts +1 -1
  156. package/tools/tables/delete-column-button.directive.d.ts +1 -1
  157. package/tools/tables/delete-row-button.directive.d.ts +1 -1
  158. package/tools/tables/index.d.ts +1 -1
  159. package/tools/tables/merge-tool.directive.d.ts +1 -1
  160. package/tools/text-wrap-tool.directive.d.ts +1 -1
  161. package/tools/tools.service.d.ts +1 -1
  162. package/tools/typographical-emphasis/bold-tool.directive.d.ts +1 -1
  163. package/tools/typographical-emphasis/italic-tool.directive.d.ts +1 -1
  164. package/tools/typographical-emphasis/underline-tool.directive.d.ts +1 -1
  165. package/tools/utils.d.ts +1 -1
  166. package/utils.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
  import { EventEmitter, AfterViewInit, NgZone, ElementRef } from '@angular/core';
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 { SpreadsheetComponent } from './spreadsheet.component';
@@ -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';
@@ -44,6 +44,10 @@ export declare class MessagesDirective extends ComponentMessages {
44
44
  * Sets the title for the **Data Validation** tool.
45
45
  */
46
46
  dataValidation: string;
47
+ /**
48
+ * Sets the title for the **Filter** tool.
49
+ */
50
+ filter: string;
47
51
  /**
48
52
  * Sets the label text for the Cell Range input in the data validation dialog.
49
53
  */
@@ -575,6 +579,10 @@ export declare class MessagesDirective extends ComponentMessages {
575
579
  * The content of the dialog that warns about sorting incorrect (empty) range.
576
580
  */
577
581
  cantSortNullRef: string;
582
+ /**
583
+ * The content of the dialog that warns about sorting multiple range selection.
584
+ */
585
+ cantSortMultipleSelection: string;
578
586
  static ɵfac: i0.ɵɵFactoryDeclaration<MessagesDirective, never>;
579
- static ɵdir: i0.ɵɵDirectiveDeclaration<MessagesDirective, "[kendoSpreadsheetMessages]", never, { "home": { "alias": "home"; "required": false; }; "file": { "alias": "file"; "required": false; }; "insert": { "alias": "insert"; "required": false; }; "formatTab": { "alias": "formatTab"; "required": false; }; "dataTab": { "alias": "dataTab"; "required": false; }; "saveFile": { "alias": "saveFile"; "required": false; }; "loadFile": { "alias": "loadFile"; "required": false; }; "bold": { "alias": "bold"; "required": false; }; "dataValidation": { "alias": "dataValidation"; "required": false; }; "validationCellRange": { "alias": "validationCellRange"; "required": false; }; "validationCriteria": { "alias": "validationCriteria"; "required": false; }; "validationComparer": { "alias": "validationComparer"; "required": false; }; "validationMinValue": { "alias": "validationMinValue"; "required": false; }; "validationMaxValue": { "alias": "validationMaxValue"; "required": false; }; "validationStartValue": { "alias": "validationStartValue"; "required": false; }; "validationEndValue": { "alias": "validationEndValue"; "required": false; }; "validationValue": { "alias": "validationValue"; "required": false; }; "validationShowListButtonCheckbox": { "alias": "validationShowListButtonCheckbox"; "required": false; }; "validationShowDateButtonCheckbox": { "alias": "validationShowDateButtonCheckbox"; "required": false; }; "validationIgnoreBlankCheckbox": { "alias": "validationIgnoreBlankCheckbox"; "required": false; }; "validationOnInvalidData": { "alias": "validationOnInvalidData"; "required": false; }; "validationRejectInput": { "alias": "validationRejectInput"; "required": false; }; "validationShowWarning": { "alias": "validationShowWarning"; "required": false; }; "validationShowHint": { "alias": "validationShowHint"; "required": false; }; "anyValueValidationCriteria": { "alias": "anyValueValidationCriteria"; "required": false; }; "numberValidationCriteria": { "alias": "numberValidationCriteria"; "required": false; }; "textValidationCriteria": { "alias": "textValidationCriteria"; "required": false; }; "dateValidationCriteria": { "alias": "dateValidationCriteria"; "required": false; }; "customFormulaValidationCriteria": { "alias": "customFormulaValidationCriteria"; "required": false; }; "listValidationCriteria": { "alias": "listValidationCriteria"; "required": false; }; "greaterThanValidationComparer": { "alias": "greaterThanValidationComparer"; "required": false; }; "lessThanValidationComparer": { "alias": "lessThanValidationComparer"; "required": false; }; "betweenValidationComparer": { "alias": "betweenValidationComparer"; "required": false; }; "notBetweenValidationComparer": { "alias": "notBetweenValidationComparer"; "required": false; }; "equalToValidationComparer": { "alias": "equalToValidationComparer"; "required": false; }; "notEqualToValidationComparer": { "alias": "notEqualToValidationComparer"; "required": false; }; "greaterThanOrEqualToValidationComparer": { "alias": "greaterThanOrEqualToValidationComparer"; "required": false; }; "lessThanOrEqualToValidationComparer": { "alias": "lessThanOrEqualToValidationComparer"; "required": false; }; "validationHintMessage": { "alias": "validationHintMessage"; "required": false; }; "validationHintTitle": { "alias": "validationHintTitle"; "required": false; }; "italic": { "alias": "italic"; "required": false; }; "underline": { "alias": "underline"; "required": false; }; "format": { "alias": "format"; "required": false; }; "fontFamily": { "alias": "fontFamily"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; "undo": { "alias": "undo"; "required": false; }; "redo": { "alias": "redo"; "required": false; }; "background": { "alias": "background"; "required": false; }; "color": { "alias": "color"; "required": false; }; "gridLines": { "alias": "gridLines"; "required": false; }; "addColumnLeft": { "alias": "addColumnLeft"; "required": false; }; "addColumnRight": { "alias": "addColumnRight"; "required": false; }; "addRowBelow": { "alias": "addRowBelow"; "required": false; }; "addRowAbove": { "alias": "addRowAbove"; "required": false; }; "deleteColumn": { "alias": "deleteColumn"; "required": false; }; "deleteRow": { "alias": "deleteRow"; "required": false; }; "wrap": { "alias": "wrap"; "required": false; }; "align": { "alias": "align"; "required": false; }; "alignHorizontal": { "alias": "alignHorizontal"; "required": false; }; "alignVertical": { "alias": "alignVertical"; "required": false; }; "alignLeft": { "alias": "alignLeft"; "required": false; }; "alignCenter": { "alias": "alignCenter"; "required": false; }; "alignRight": { "alias": "alignRight"; "required": false; }; "alignJustify": { "alias": "alignJustify"; "required": false; }; "alignTop": { "alias": "alignTop"; "required": false; }; "alignMiddle": { "alias": "alignMiddle"; "required": false; }; "alignBottom": { "alias": "alignBottom"; "required": false; }; "dialogApply": { "alias": "dialogApply"; "required": false; }; "dialogCancel": { "alias": "dialogCancel"; "required": false; }; "dialogDelete": { "alias": "dialogDelete"; "required": false; }; "dialogRename": { "alias": "dialogRename"; "required": false; }; "dialogInsert": { "alias": "dialogInsert"; "required": false; }; "dialogRemove": { "alias": "dialogRemove"; "required": false; }; "dialogRemoveLink": { "alias": "dialogRemoveLink"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "rename": { "alias": "rename"; "required": false; }; "nameBox": { "alias": "nameBox"; "required": false; }; "formulaInput": { "alias": "formulaInput"; "required": false; }; "addSheet": { "alias": "addSheet"; "required": false; }; "sheetsMenu": { "alias": "sheetsMenu"; "required": false; }; "view": { "alias": "view"; "required": false; }; "merge": { "alias": "merge"; "required": false; }; "mergeHorizontally": { "alias": "mergeHorizontally"; "required": false; }; "mergeVertically": { "alias": "mergeVertically"; "required": false; }; "mergeAll": { "alias": "mergeAll"; "required": false; }; "unmerge": { "alias": "unmerge"; "required": false; }; "insertLink": { "alias": "insertLink"; "required": false; }; "increaseDecimal": { "alias": "increaseDecimal"; "required": false; }; "decreaseDecimal": { "alias": "decreaseDecimal"; "required": false; }; "increaseFontSize": { "alias": "increaseFontSize"; "required": false; }; "decreaseFontSize": { "alias": "decreaseFontSize"; "required": false; }; "openUnsupported": { "alias": "openUnsupported"; "required": false; }; "modifyMerged": { "alias": "modifyMerged"; "required": false; }; "cannotModifyDisabled": { "alias": "cannotModifyDisabled"; "required": false; }; "dialogOk": { "alias": "dialogOk"; "required": false; }; "dialogError": { "alias": "dialogError"; "required": false; }; "duplicateSheetName": { "alias": "duplicateSheetName"; "required": false; }; "copy": { "alias": "copy"; "required": false; }; "cut": { "alias": "cut"; "required": false; }; "paste": { "alias": "paste"; "required": false; }; "hideRow": { "alias": "hideRow"; "required": false; }; "unhideRow": { "alias": "unhideRow"; "required": false; }; "hideColumn": { "alias": "hideColumn"; "required": false; }; "unhideColumn": { "alias": "unhideColumn"; "required": false; }; "sheetDelete": { "alias": "sheetDelete"; "required": false; }; "sheetRename": { "alias": "sheetRename"; "required": false; }; "sheetHide": { "alias": "sheetHide"; "required": false; }; "sheetDuplicate": { "alias": "sheetDuplicate"; "required": false; }; "sheetMoveLeft": { "alias": "sheetMoveLeft"; "required": false; }; "sheetMoveRight": { "alias": "sheetMoveRight"; "required": false; }; "invalidNameError": { "alias": "invalidNameError"; "required": false; }; "cantSortMixedCells": { "alias": "cantSortMixedCells"; "required": false; }; "filterApply": { "alias": "filterApply"; "required": false; }; "filterClear": { "alias": "filterClear"; "required": false; }; "filterMenuAll": { "alias": "filterMenuAll"; "required": false; }; "blankValues": { "alias": "blankValues"; "required": false; }; "filterContainsOperator": { "alias": "filterContainsOperator"; "required": false; }; "filterNotContainsOperator": { "alias": "filterNotContainsOperator"; "required": false; }; "filterStartsWithOperator": { "alias": "filterStartsWithOperator"; "required": false; }; "filterEndsWithOperator": { "alias": "filterEndsWithOperator"; "required": false; }; "filterMatchesOperator": { "alias": "filterMatchesOperator"; "required": false; }; "filterNotMatchesOperator": { "alias": "filterNotMatchesOperator"; "required": false; }; "filterDateEqOperator": { "alias": "filterDateEqOperator"; "required": false; }; "filterDateNotEqOperator": { "alias": "filterDateNotEqOperator"; "required": false; }; "filterBeforeOperator": { "alias": "filterBeforeOperator"; "required": false; }; "filterAfterOperator": { "alias": "filterAfterOperator"; "required": false; }; "filterEqOperator": { "alias": "filterEqOperator"; "required": false; }; "filterNotEqOperator": { "alias": "filterNotEqOperator"; "required": false; }; "filterGteOperator": { "alias": "filterGteOperator"; "required": false; }; "filterGtOperator": { "alias": "filterGtOperator"; "required": false; }; "filterLteOperator": { "alias": "filterLteOperator"; "required": false; }; "filterLtOperator": { "alias": "filterLtOperator"; "required": false; }; "filterNoneOperator": { "alias": "filterNoneOperator"; "required": false; }; "filterMenuConditionItem": { "alias": "filterMenuConditionItem"; "required": false; }; "filterMenuValueItem": { "alias": "filterMenuValueItem"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "sortAsc": { "alias": "sortAsc"; "required": false; }; "sortDesc": { "alias": "sortDesc"; "required": false; }; "unsort": { "alias": "unsort"; "required": false; }; "cantSortNullRef": { "alias": "cantSortNullRef"; "required": false; }; }, {}, never, never, true, never>;
587
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MessagesDirective, "[kendoSpreadsheetMessages]", never, { "home": { "alias": "home"; "required": false; }; "file": { "alias": "file"; "required": false; }; "insert": { "alias": "insert"; "required": false; }; "formatTab": { "alias": "formatTab"; "required": false; }; "dataTab": { "alias": "dataTab"; "required": false; }; "saveFile": { "alias": "saveFile"; "required": false; }; "loadFile": { "alias": "loadFile"; "required": false; }; "bold": { "alias": "bold"; "required": false; }; "dataValidation": { "alias": "dataValidation"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "validationCellRange": { "alias": "validationCellRange"; "required": false; }; "validationCriteria": { "alias": "validationCriteria"; "required": false; }; "validationComparer": { "alias": "validationComparer"; "required": false; }; "validationMinValue": { "alias": "validationMinValue"; "required": false; }; "validationMaxValue": { "alias": "validationMaxValue"; "required": false; }; "validationStartValue": { "alias": "validationStartValue"; "required": false; }; "validationEndValue": { "alias": "validationEndValue"; "required": false; }; "validationValue": { "alias": "validationValue"; "required": false; }; "validationShowListButtonCheckbox": { "alias": "validationShowListButtonCheckbox"; "required": false; }; "validationShowDateButtonCheckbox": { "alias": "validationShowDateButtonCheckbox"; "required": false; }; "validationIgnoreBlankCheckbox": { "alias": "validationIgnoreBlankCheckbox"; "required": false; }; "validationOnInvalidData": { "alias": "validationOnInvalidData"; "required": false; }; "validationRejectInput": { "alias": "validationRejectInput"; "required": false; }; "validationShowWarning": { "alias": "validationShowWarning"; "required": false; }; "validationShowHint": { "alias": "validationShowHint"; "required": false; }; "anyValueValidationCriteria": { "alias": "anyValueValidationCriteria"; "required": false; }; "numberValidationCriteria": { "alias": "numberValidationCriteria"; "required": false; }; "textValidationCriteria": { "alias": "textValidationCriteria"; "required": false; }; "dateValidationCriteria": { "alias": "dateValidationCriteria"; "required": false; }; "customFormulaValidationCriteria": { "alias": "customFormulaValidationCriteria"; "required": false; }; "listValidationCriteria": { "alias": "listValidationCriteria"; "required": false; }; "greaterThanValidationComparer": { "alias": "greaterThanValidationComparer"; "required": false; }; "lessThanValidationComparer": { "alias": "lessThanValidationComparer"; "required": false; }; "betweenValidationComparer": { "alias": "betweenValidationComparer"; "required": false; }; "notBetweenValidationComparer": { "alias": "notBetweenValidationComparer"; "required": false; }; "equalToValidationComparer": { "alias": "equalToValidationComparer"; "required": false; }; "notEqualToValidationComparer": { "alias": "notEqualToValidationComparer"; "required": false; }; "greaterThanOrEqualToValidationComparer": { "alias": "greaterThanOrEqualToValidationComparer"; "required": false; }; "lessThanOrEqualToValidationComparer": { "alias": "lessThanOrEqualToValidationComparer"; "required": false; }; "validationHintMessage": { "alias": "validationHintMessage"; "required": false; }; "validationHintTitle": { "alias": "validationHintTitle"; "required": false; }; "italic": { "alias": "italic"; "required": false; }; "underline": { "alias": "underline"; "required": false; }; "format": { "alias": "format"; "required": false; }; "fontFamily": { "alias": "fontFamily"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; "undo": { "alias": "undo"; "required": false; }; "redo": { "alias": "redo"; "required": false; }; "background": { "alias": "background"; "required": false; }; "color": { "alias": "color"; "required": false; }; "gridLines": { "alias": "gridLines"; "required": false; }; "addColumnLeft": { "alias": "addColumnLeft"; "required": false; }; "addColumnRight": { "alias": "addColumnRight"; "required": false; }; "addRowBelow": { "alias": "addRowBelow"; "required": false; }; "addRowAbove": { "alias": "addRowAbove"; "required": false; }; "deleteColumn": { "alias": "deleteColumn"; "required": false; }; "deleteRow": { "alias": "deleteRow"; "required": false; }; "wrap": { "alias": "wrap"; "required": false; }; "align": { "alias": "align"; "required": false; }; "alignHorizontal": { "alias": "alignHorizontal"; "required": false; }; "alignVertical": { "alias": "alignVertical"; "required": false; }; "alignLeft": { "alias": "alignLeft"; "required": false; }; "alignCenter": { "alias": "alignCenter"; "required": false; }; "alignRight": { "alias": "alignRight"; "required": false; }; "alignJustify": { "alias": "alignJustify"; "required": false; }; "alignTop": { "alias": "alignTop"; "required": false; }; "alignMiddle": { "alias": "alignMiddle"; "required": false; }; "alignBottom": { "alias": "alignBottom"; "required": false; }; "dialogApply": { "alias": "dialogApply"; "required": false; }; "dialogCancel": { "alias": "dialogCancel"; "required": false; }; "dialogDelete": { "alias": "dialogDelete"; "required": false; }; "dialogRename": { "alias": "dialogRename"; "required": false; }; "dialogInsert": { "alias": "dialogInsert"; "required": false; }; "dialogRemove": { "alias": "dialogRemove"; "required": false; }; "dialogRemoveLink": { "alias": "dialogRemoveLink"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "rename": { "alias": "rename"; "required": false; }; "nameBox": { "alias": "nameBox"; "required": false; }; "formulaInput": { "alias": "formulaInput"; "required": false; }; "addSheet": { "alias": "addSheet"; "required": false; }; "sheetsMenu": { "alias": "sheetsMenu"; "required": false; }; "view": { "alias": "view"; "required": false; }; "merge": { "alias": "merge"; "required": false; }; "mergeHorizontally": { "alias": "mergeHorizontally"; "required": false; }; "mergeVertically": { "alias": "mergeVertically"; "required": false; }; "mergeAll": { "alias": "mergeAll"; "required": false; }; "unmerge": { "alias": "unmerge"; "required": false; }; "insertLink": { "alias": "insertLink"; "required": false; }; "increaseDecimal": { "alias": "increaseDecimal"; "required": false; }; "decreaseDecimal": { "alias": "decreaseDecimal"; "required": false; }; "increaseFontSize": { "alias": "increaseFontSize"; "required": false; }; "decreaseFontSize": { "alias": "decreaseFontSize"; "required": false; }; "openUnsupported": { "alias": "openUnsupported"; "required": false; }; "modifyMerged": { "alias": "modifyMerged"; "required": false; }; "cannotModifyDisabled": { "alias": "cannotModifyDisabled"; "required": false; }; "dialogOk": { "alias": "dialogOk"; "required": false; }; "dialogError": { "alias": "dialogError"; "required": false; }; "duplicateSheetName": { "alias": "duplicateSheetName"; "required": false; }; "copy": { "alias": "copy"; "required": false; }; "cut": { "alias": "cut"; "required": false; }; "paste": { "alias": "paste"; "required": false; }; "hideRow": { "alias": "hideRow"; "required": false; }; "unhideRow": { "alias": "unhideRow"; "required": false; }; "hideColumn": { "alias": "hideColumn"; "required": false; }; "unhideColumn": { "alias": "unhideColumn"; "required": false; }; "sheetDelete": { "alias": "sheetDelete"; "required": false; }; "sheetRename": { "alias": "sheetRename"; "required": false; }; "sheetHide": { "alias": "sheetHide"; "required": false; }; "sheetDuplicate": { "alias": "sheetDuplicate"; "required": false; }; "sheetMoveLeft": { "alias": "sheetMoveLeft"; "required": false; }; "sheetMoveRight": { "alias": "sheetMoveRight"; "required": false; }; "invalidNameError": { "alias": "invalidNameError"; "required": false; }; "cantSortMixedCells": { "alias": "cantSortMixedCells"; "required": false; }; "filterApply": { "alias": "filterApply"; "required": false; }; "filterClear": { "alias": "filterClear"; "required": false; }; "filterMenuAll": { "alias": "filterMenuAll"; "required": false; }; "blankValues": { "alias": "blankValues"; "required": false; }; "filterContainsOperator": { "alias": "filterContainsOperator"; "required": false; }; "filterNotContainsOperator": { "alias": "filterNotContainsOperator"; "required": false; }; "filterStartsWithOperator": { "alias": "filterStartsWithOperator"; "required": false; }; "filterEndsWithOperator": { "alias": "filterEndsWithOperator"; "required": false; }; "filterMatchesOperator": { "alias": "filterMatchesOperator"; "required": false; }; "filterNotMatchesOperator": { "alias": "filterNotMatchesOperator"; "required": false; }; "filterDateEqOperator": { "alias": "filterDateEqOperator"; "required": false; }; "filterDateNotEqOperator": { "alias": "filterDateNotEqOperator"; "required": false; }; "filterBeforeOperator": { "alias": "filterBeforeOperator"; "required": false; }; "filterAfterOperator": { "alias": "filterAfterOperator"; "required": false; }; "filterEqOperator": { "alias": "filterEqOperator"; "required": false; }; "filterNotEqOperator": { "alias": "filterNotEqOperator"; "required": false; }; "filterGteOperator": { "alias": "filterGteOperator"; "required": false; }; "filterGtOperator": { "alias": "filterGtOperator"; "required": false; }; "filterLteOperator": { "alias": "filterLteOperator"; "required": false; }; "filterLtOperator": { "alias": "filterLtOperator"; "required": false; }; "filterNoneOperator": { "alias": "filterNoneOperator"; "required": false; }; "filterMenuConditionItem": { "alias": "filterMenuConditionItem"; "required": false; }; "filterMenuValueItem": { "alias": "filterMenuValueItem"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "sortAsc": { "alias": "sortAsc"; "required": false; }; "sortDesc": { "alias": "sortDesc"; "required": false; }; "unsort": { "alias": "unsort"; "required": false; }; "cantSortNullRef": { "alias": "cantSortNullRef"; "required": false; }; "cantSortMultipleSelection": { "alias": "cantSortMultipleSelection"; "required": false; }; }, {}, never, never, true, never>;
580
588
  }
@@ -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, MessageService } 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 { Range, View } from "@progress/kendo-spreadsheet-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
  import { SVGIcon } from "@progress/kendo-svg-icons";
@@ -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 { Range, Sheet, SpreadsheetWidget, Workbook } from "@progress/kendo-spreadsheet-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
  import { SVGIcon } from "@progress/kendo-svg-icons";
package/models/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 './sheet-info';
@@ -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 { SheetDescriptor } from '@progress/kendo-spreadsheet-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
  import { PackageMetadata } from '@progress/kendo-licensing';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-spreadsheet",
3
- "version": "21.4.0-develop.8",
3
+ "version": "21.4.0",
4
4
  "description": "A Spreadsheet Component for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -19,7 +19,7 @@
19
19
  "package": {
20
20
  "productName": "Kendo UI for Angular",
21
21
  "productCode": "KENDOUIANGULAR",
22
- "publishDate": 1766136773,
22
+ "publishDate": 1768220049,
23
23
  "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"
24
24
  }
25
25
  },
@@ -29,26 +29,26 @@
29
29
  "@angular/core": "18 - 21",
30
30
  "@angular/platform-browser": "18 - 21",
31
31
  "@progress/kendo-licensing": "^1.7.0",
32
- "@progress/kendo-angular-buttons": "21.4.0-develop.8",
33
- "@progress/kendo-angular-common": "21.4.0-develop.8",
34
- "@progress/kendo-angular-dialog": "21.4.0-develop.8",
35
- "@progress/kendo-angular-dropdowns": "21.4.0-develop.8",
36
- "@progress/kendo-angular-icons": "21.4.0-develop.8",
37
- "@progress/kendo-angular-inputs": "21.4.0-develop.8",
38
- "@progress/kendo-angular-treeview": "21.4.0-develop.8",
39
- "@progress/kendo-angular-dateinputs": "21.4.0-develop.8",
40
- "@progress/kendo-angular-intl": "21.4.0-develop.8",
41
- "@progress/kendo-angular-l10n": "21.4.0-develop.8",
42
- "@progress/kendo-angular-label": "21.4.0-develop.8",
43
- "@progress/kendo-angular-layout": "21.4.0-develop.8",
44
- "@progress/kendo-angular-menu": "21.4.0-develop.8",
45
- "@progress/kendo-angular-popup": "21.4.0-develop.8",
46
- "@progress/kendo-angular-toolbar": "21.4.0-develop.8",
32
+ "@progress/kendo-angular-buttons": "21.4.0",
33
+ "@progress/kendo-angular-common": "21.4.0",
34
+ "@progress/kendo-angular-dialog": "21.4.0",
35
+ "@progress/kendo-angular-dropdowns": "21.4.0",
36
+ "@progress/kendo-angular-icons": "21.4.0",
37
+ "@progress/kendo-angular-inputs": "21.4.0",
38
+ "@progress/kendo-angular-treeview": "21.4.0",
39
+ "@progress/kendo-angular-dateinputs": "21.4.0",
40
+ "@progress/kendo-angular-intl": "21.4.0",
41
+ "@progress/kendo-angular-l10n": "21.4.0",
42
+ "@progress/kendo-angular-label": "21.4.0",
43
+ "@progress/kendo-angular-layout": "21.4.0",
44
+ "@progress/kendo-angular-menu": "21.4.0",
45
+ "@progress/kendo-angular-popup": "21.4.0",
46
+ "@progress/kendo-angular-toolbar": "21.4.0",
47
47
  "rxjs": "^6.5.3 || ^7.0.0"
48
48
  },
49
49
  "dependencies": {
50
50
  "tslib": "^2.3.1",
51
- "@progress/kendo-angular-schematics": "21.4.0-develop.8",
51
+ "@progress/kendo-angular-schematics": "21.4.0",
52
52
  "@progress/jszip-esm": "^1.0.3",
53
53
  "@progress/kendo-common": "^1.0.1",
54
54
  "@progress/kendo-date-math": "^1.5.10",
@@ -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,8 +11,8 @@ function default_1(options) {
11
11
  // Peer dependency of icons
12
12
  '@progress/kendo-svg-icons': '^4.0.0',
13
13
  // peer deps of the dropdowns
14
- '@progress/kendo-angular-navigation': '21.4.0-develop.8',
15
- '@progress/kendo-angular-treeview': '21.4.0-develop.8'
14
+ '@progress/kendo-angular-navigation': '21.4.0',
15
+ '@progress/kendo-angular-treeview': '21.4.0'
16
16
  } });
17
17
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
18
18
  }
@@ -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 { DialogRef, DialogContentBase } from '@progress/kendo-angular-dialog';
@@ -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 { AfterViewInit, ElementRef, NgZone, OnDestroy, QueryList, 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 { SheetDescriptor } from '@progress/kendo-spreadsheet-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
  import { AfterViewInit, ElementRef, EventEmitter, NgZone, OnChanges, SimpleChanges, ViewContainerRef, TemplateRef, ChangeDetectorRef, OnDestroy } from '@angular/core';
@@ -197,6 +197,13 @@ export declare class SpreadsheetComponent implements AfterViewInit, OnChanges, O
197
197
  conditionValue: any;
198
198
  set selectedCondition(value: any);
199
199
  get selectedCondition(): any;
200
+ /**
201
+ * @hidden
202
+ */
203
+ currentFilterOptions: {
204
+ column: number;
205
+ range: any;
206
+ } | null;
200
207
  private _selectedCondition;
201
208
  private _sheetsInfo;
202
209
  private _activeSheet;
@@ -204,7 +211,6 @@ export declare class SpreadsheetComponent implements AfterViewInit, OnChanges, O
204
211
  private currentRange;
205
212
  private subs;
206
213
  private filterMenuOpened;
207
- private currentFilterOptions;
208
214
  private popupRef;
209
215
  private popupPositionChangeSub;
210
216
  constructor(ngZone: NgZone, intl: IntlService, host: ElementRef, localization: LocalizationService, spreadsheetService: SpreadsheetService, toolsService: SpreadsheetToolsService, errorService: ErrorHandlingService, dialogService: DialogService, popupService: PopupService, container: ViewContainerRef, cdr: ChangeDetectorRef);
@@ -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 { SpreadsheetLocalizationService } from '../../localization/spreadsheet-localization.service';
@@ -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 { SpreadsheetLocalizationService } from '../../localization/spreadsheet-localization.service';
@@ -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 { SpreadsheetLocalizationService } from '../../localization/spreadsheet-localization.service';
@@ -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 { ToolBarComponent } from '@progress/kendo-angular-toolbar';
@@ -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 { ToolBarComponent } from '@progress/kendo-angular-toolbar';
@@ -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 { EventEmitter, 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 { AfterViewInit, 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 { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
@@ -1,8 +1,8 @@
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
- import { ChangeDetectorRef, OnDestroy } from '@angular/core';
5
+ import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
6
6
  import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
7
7
  import { SpreadsheetLocalizationService } from '../../localization/spreadsheet-localization.service';
8
8
  import { SpreadsheetService } from '../../common/spreadsheet.service';
@@ -12,9 +12,10 @@ import * as i0 from "@angular/core";
12
12
  /**
13
13
  * @hidden
14
14
  */
15
- export declare class SpreadsheetFilterDirective extends SpreadsheetCommandButton implements OnDestroy {
15
+ export declare class SpreadsheetFilterDirective extends SpreadsheetCommandButton implements OnInit, OnDestroy {
16
16
  private cdr;
17
17
  constructor(button: ToolBarButtonComponent, localization: SpreadsheetLocalizationService, spreadsheetService: SpreadsheetService, toolsService: SpreadsheetToolsService, cdr: ChangeDetectorRef);
18
+ ngOnInit(): void;
18
19
  ngOnDestroy(): void;
19
20
  protected clickHandler(): void;
20
21
  private toggleActiveState;
@@ -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 { ToolBarDropDownButtonComponent } from '@progress/kendo-angular-toolbar';
@@ -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 { DropDownListBase } from '../shared/spreadsheet-dropdownlist.base';
@@ -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 { DialogService } from '@progress/kendo-angular-dialog';
@@ -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 { AfterViewInit } 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 { DropDownListBase } from '../shared/spreadsheet-dropdownlist.base';
@@ -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 { AfterViewInit } 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 { ToolBarComponent } from '@progress/kendo-angular-toolbar';
@@ -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 { ToolBarDropDownButtonComponent } from '@progress/kendo-angular-toolbar';
@@ -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 { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
@@ -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 { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
@@ -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 { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
@@ -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 { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
package/tools/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 { SpreadsheetBackColorComponent } from './colorpicker/spreadsheet-backcolor.component';
@@ -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 { DialogRef, DialogContentBase } from '@progress/kendo-angular-dialog';
@@ -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 { DialogService } from '@progress/kendo-angular-dialog';
@@ -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 { ToolBarComponent, ToolBarToolComponent } from '@progress/kendo-angular-toolbar';
@@ -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 { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';