@progress/kendo-angular-common 17.2.0 → 17.2.1-develop.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +1 -1
  3. package/adornments/prefix.directive.d.ts +1 -1
  4. package/adornments/separator-orientation.d.ts +1 -1
  5. package/adornments/separator.component.d.ts +1 -1
  6. package/adornments/suffix.directive.d.ts +1 -1
  7. package/adornments.d.ts +1 -1
  8. package/directives.d.ts +1 -1
  9. package/dom-queries/closest-by-selector.d.ts +1 -1
  10. package/dom-queries/closest-in-scope.d.ts +1 -1
  11. package/dom-queries/closest.d.ts +1 -1
  12. package/dom-queries/contains.d.ts +1 -1
  13. package/dom-queries/find-element.d.ts +1 -1
  14. package/dom-queries/find-focusable-child.d.ts +1 -1
  15. package/dom-queries/find-focusable.d.ts +1 -1
  16. package/dom-queries/has-classes.d.ts +1 -1
  17. package/dom-queries/is-focusable-with-tab-key.d.ts +1 -1
  18. package/dom-queries/is-focusable.d.ts +1 -1
  19. package/dom-queries/is-visible.d.ts +1 -1
  20. package/dom-queries/matches-classes.d.ts +1 -1
  21. package/dom-queries/matches-node-name.d.ts +1 -1
  22. package/dom-queries/rtl-scroll-position.d.ts +1 -1
  23. package/dom-queries.d.ts +1 -1
  24. package/draggable/draggable.directive.d.ts +1 -1
  25. package/draggable.d.ts +1 -1
  26. package/enums/keys.d.ts +1 -1
  27. package/enums.d.ts +1 -1
  28. package/esm2022/adornments/prefix.directive.mjs +1 -1
  29. package/esm2022/adornments/separator-orientation.mjs +1 -1
  30. package/esm2022/adornments/separator.component.mjs +1 -1
  31. package/esm2022/adornments/suffix.directive.mjs +1 -1
  32. package/esm2022/adornments.mjs +1 -1
  33. package/esm2022/directives.mjs +1 -1
  34. package/esm2022/dom-queries/closest-by-selector.mjs +1 -1
  35. package/esm2022/dom-queries/closest-in-scope.mjs +1 -1
  36. package/esm2022/dom-queries/closest.mjs +1 -1
  37. package/esm2022/dom-queries/contains.mjs +1 -1
  38. package/esm2022/dom-queries/find-element.mjs +1 -1
  39. package/esm2022/dom-queries/find-focusable-child.mjs +1 -1
  40. package/esm2022/dom-queries/find-focusable.mjs +1 -1
  41. package/esm2022/dom-queries/has-classes.mjs +1 -1
  42. package/esm2022/dom-queries/is-focusable-with-tab-key.mjs +1 -1
  43. package/esm2022/dom-queries/is-focusable.mjs +1 -1
  44. package/esm2022/dom-queries/is-visible.mjs +1 -1
  45. package/esm2022/dom-queries/matches-classes.mjs +1 -1
  46. package/esm2022/dom-queries/matches-node-name.mjs +1 -1
  47. package/esm2022/dom-queries/rtl-scroll-position.mjs +1 -1
  48. package/esm2022/dom-queries.mjs +1 -1
  49. package/esm2022/draggable/draggable.directive.mjs +1 -1
  50. package/esm2022/draggable.mjs +1 -1
  51. package/esm2022/enums/keys.mjs +1 -1
  52. package/esm2022/enums.mjs +1 -1
  53. package/esm2022/events/events-outside-angular.directive.mjs +1 -1
  54. package/esm2022/events.mjs +1 -1
  55. package/esm2022/index.mjs +1 -1
  56. package/esm2022/preventable-event.mjs +1 -1
  57. package/esm2022/progress-kendo-angular-common.mjs +1 -1
  58. package/esm2022/resize-sensor/compat.service.mjs +1 -1
  59. package/esm2022/resize-sensor/observer.service.mjs +1 -1
  60. package/esm2022/resize-sensor/resize-batch.service.mjs +1 -1
  61. package/esm2022/resize-sensor/resize-sensor.component.mjs +1 -1
  62. package/esm2022/resize-sensor/resize.service.mjs +1 -1
  63. package/esm2022/resize-sensor.mjs +1 -1
  64. package/esm2022/template-context/index.mjs +1 -1
  65. package/esm2022/template-context/template-context.directive.mjs +1 -1
  66. package/esm2022/toggle-button-tab-stop/toggle-button-tab-stop.directive.mjs +2 -2
  67. package/esm2022/toggle-button-tab-stop/toggle-button-tab-stop.mjs +1 -1
  68. package/esm2022/toggle-button-tab-stop.mjs +1 -1
  69. package/esm2022/tokens.mjs +1 -1
  70. package/esm2022/utils/any-changed.mjs +1 -1
  71. package/esm2022/utils/detect-browser.mjs +1 -1
  72. package/esm2022/utils/focusable-selectors.mjs +1 -1
  73. package/esm2022/utils/forms-utils.mjs +1 -1
  74. package/esm2022/utils/guid.mjs +1 -1
  75. package/esm2022/utils/has-observers.mjs +1 -1
  76. package/esm2022/utils/html-attributes.mjs +1 -1
  77. package/esm2022/utils/is-changed.mjs +1 -1
  78. package/esm2022/utils/is-document-available.mjs +1 -1
  79. package/esm2022/utils/ng-class-parser.mjs +1 -1
  80. package/esm2022/utils/objects-equal.mjs +1 -1
  81. package/esm2022/utils/scrollbar-width.service.mjs +1 -1
  82. package/esm2022/utils.mjs +1 -1
  83. package/esm2022/watermark/index.mjs +1 -1
  84. package/esm2022/watermark/utils.mjs +1 -1
  85. package/esm2022/watermark/validation.mjs +1 -1
  86. package/esm2022/watermark/watermark.component.mjs +1 -1
  87. package/events/events-outside-angular.directive.d.ts +1 -1
  88. package/events.d.ts +1 -1
  89. package/fesm2022/progress-kendo-angular-common.mjs +2 -2
  90. package/index.d.ts +1 -1
  91. package/package.json +2 -2
  92. package/preventable-event.d.ts +1 -1
  93. package/resize-sensor/compat.service.d.ts +1 -1
  94. package/resize-sensor/observer.service.d.ts +1 -1
  95. package/resize-sensor/resize-batch.service.d.ts +1 -1
  96. package/resize-sensor/resize-sensor.component.d.ts +1 -1
  97. package/resize-sensor/resize.service.d.ts +1 -1
  98. package/resize-sensor.d.ts +1 -1
  99. package/template-context/index.d.ts +1 -1
  100. package/template-context/template-context.directive.d.ts +1 -1
  101. package/toggle-button-tab-stop/toggle-button-tab-stop.d.ts +1 -1
  102. package/toggle-button-tab-stop/toggle-button-tab-stop.directive.d.ts +1 -1
  103. package/toggle-button-tab-stop.d.ts +1 -1
  104. package/tokens.d.ts +1 -1
  105. package/utils/any-changed.d.ts +1 -1
  106. package/utils/detect-browser.d.ts +1 -1
  107. package/utils/focusable-selectors.d.ts +1 -1
  108. package/utils/forms-utils.d.ts +1 -1
  109. package/utils/guid.d.ts +1 -1
  110. package/utils/has-observers.d.ts +1 -1
  111. package/utils/html-attributes.d.ts +1 -1
  112. package/utils/is-changed.d.ts +1 -1
  113. package/utils/is-document-available.d.ts +1 -1
  114. package/utils/ng-class-parser.d.ts +1 -1
  115. package/utils/objects-equal.d.ts +1 -1
  116. package/utils/scrollbar-width.service.d.ts +1 -1
  117. package/utils.d.ts +1 -1
  118. package/watermark/index.d.ts +1 -1
  119. package/watermark/utils.d.ts +1 -1
  120. package/watermark/validation.d.ts +1 -1
  121. package/watermark/watermark.component.d.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 { isChanged } from './is-changed';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 { detectDesktopBrowser, detectMobileOS } from "@progress/kendo-common";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 { isPresent } from "./ng-class-parser";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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
  /* eslint-disable @typescript-eslint/no-explicit-any */
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 const areObjectsEqual = (firstObject, secondObject) => {
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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, EventEmitter } from '@angular/core';
package/esm2022/utils.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 { isDocumentAvailable } from './utils/is-document-available';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 { WatermarkOverlayComponent } from './watermark.component';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 allowed = ['telerik.com', 'progress.com', 'stackblitz.io', 'csb.app'];
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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, ViewChild } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 { OnInit, OnDestroy, ElementRef, Renderer2, NgZone } from '@angular/core';
package/events.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 { EventsOutsideAngularDirective } from './events/events-outside-angular.directive';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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';
@@ -1358,7 +1358,7 @@ class ToggleButtonTabStopDirective {
1358
1358
  }
1359
1359
  activateButton() {
1360
1360
  const el = this.hostEl.nativeElement;
1361
- const tabindex = el.querySelector('button:not([tabindex^="-"]), input:not([tabindex^="-"]')?.getAttribute('tabindex');
1361
+ const tabindex = el.querySelector('button:not([tabindex^="-"]), input:not([tabindex^="-"])')?.getAttribute('tabindex');
1362
1362
  this.button = el.querySelector('.k-input-button, .k-split-button-arrow');
1363
1363
  this.button && this.renderer.setAttribute(this.button, 'tabindex', tabindex);
1364
1364
  this.button && this.renderer.setAttribute(this.button, 'aria-label', this.toggleButtonAriaLabel);
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 './draggable';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-common",
3
- "version": "17.2.0",
3
+ "version": "17.2.1-develop.2",
4
4
  "description": "Kendo UI for Angular - Utility Package",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -23,7 +23,7 @@
23
23
  "@progress/kendo-common": "^1.0.1",
24
24
  "@progress/kendo-draggable": "^3.0.2",
25
25
  "tslib": "^2.3.1",
26
- "@progress/kendo-angular-schematics": "17.2.0"
26
+ "@progress/kendo-angular-schematics": "17.2.1-develop.2"
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 declare abstract class PreventableEvent {
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 { NgZone, OnDestroy } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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, OnDestroy, AfterViewChecked, ElementRef, NgZone } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 { ResizeSensorComponent } from './resize-sensor/resize-sensor.component';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 { TemplateContextDirective } from './template-context.directive';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 { ViewContainerRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 } from "@angular/core";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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, Renderer2, SimpleChanges } from "@angular/core";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 { ToggleButtonTabStopDirective } from './toggle-button-tab-stop/toggle-button-tab-stop.directive';
package/tokens.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 declare class KendoInput {
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 { SimpleChanges } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 { AbstractControl } from "@angular/forms";
package/utils/guid.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 { NgZone, Renderer2 } from "@angular/core";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 { SimpleChanges } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 declare const areObjectsEqual: (firstObject: any, secondObject: any) => boolean;
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 } from '@angular/core';
package/utils.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 { isDocumentAvailable } from './utils/is-document-available';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 { WatermarkOverlayComponent } from './watermark.component';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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 © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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, OnDestroy, OnInit } from '@angular/core';