@progress/kendo-angular-gauges 17.2.0-develop.4 → 17.2.1-develop.1

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 (157) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +1 -1
  3. package/arc-gauge/arc-center-template.directive.d.ts +1 -1
  4. package/arc-gauge/arc-gauge.component.d.ts +1 -1
  5. package/arc-gauge/arc-gauge.directives.d.ts +1 -1
  6. package/arc-gauge/arc-gauge.module.d.ts +1 -1
  7. package/arc-gauge/color.component.d.ts +1 -1
  8. package/arc-gauge/colors.component.d.ts +1 -1
  9. package/arc-gauge/gauge-area.component.d.ts +1 -1
  10. package/arc-gauge/labels.component.d.ts +1 -1
  11. package/arc-gauge/scale.component.d.ts +1 -1
  12. package/base-components/collection-item.component.d.ts +1 -1
  13. package/base-components/collection.component.d.ts +1 -1
  14. package/base-components/gauge-area.component.d.ts +1 -1
  15. package/base-components/gauge.component.d.ts +1 -1
  16. package/base-components/labels.component.d.ts +1 -1
  17. package/base-components/range.component.d.ts +1 -1
  18. package/base-components/scale.component.d.ts +1 -1
  19. package/base-components/settings.component.d.ts +1 -1
  20. package/base-components.d.ts +1 -1
  21. package/circular-gauge/center-template.directive.d.ts +1 -1
  22. package/circular-gauge/circular-gauge.component.d.ts +1 -1
  23. package/circular-gauge/circular-gauge.directives.d.ts +1 -1
  24. package/circular-gauge/circular-gauge.module.d.ts +1 -1
  25. package/circular-gauge/gauge-area.component.d.ts +1 -1
  26. package/circular-gauge/labels.component.d.ts +1 -1
  27. package/circular-gauge/scale.component.d.ts +1 -1
  28. package/directives.d.ts +1 -1
  29. package/esm2022/arc-gauge/arc-center-template.directive.mjs +1 -1
  30. package/esm2022/arc-gauge/arc-gauge.component.mjs +1 -1
  31. package/esm2022/arc-gauge/arc-gauge.directives.mjs +1 -1
  32. package/esm2022/arc-gauge/arc-gauge.module.mjs +1 -1
  33. package/esm2022/arc-gauge/color.component.mjs +1 -1
  34. package/esm2022/arc-gauge/colors.component.mjs +1 -1
  35. package/esm2022/arc-gauge/gauge-area.component.mjs +1 -1
  36. package/esm2022/arc-gauge/labels.component.mjs +1 -1
  37. package/esm2022/arc-gauge/scale.component.mjs +1 -1
  38. package/esm2022/base-components/collection-item.component.mjs +1 -1
  39. package/esm2022/base-components/collection.component.mjs +1 -1
  40. package/esm2022/base-components/gauge-area.component.mjs +1 -1
  41. package/esm2022/base-components/gauge.component.mjs +1 -1
  42. package/esm2022/base-components/labels.component.mjs +1 -1
  43. package/esm2022/base-components/range.component.mjs +1 -1
  44. package/esm2022/base-components/scale.component.mjs +1 -1
  45. package/esm2022/base-components/settings.component.mjs +1 -1
  46. package/esm2022/base-components.mjs +1 -1
  47. package/esm2022/circular-gauge/center-template.directive.mjs +1 -1
  48. package/esm2022/circular-gauge/circular-gauge.component.mjs +1 -1
  49. package/esm2022/circular-gauge/circular-gauge.directives.mjs +1 -1
  50. package/esm2022/circular-gauge/circular-gauge.module.mjs +1 -1
  51. package/esm2022/circular-gauge/gauge-area.component.mjs +1 -1
  52. package/esm2022/circular-gauge/labels.component.mjs +1 -1
  53. package/esm2022/circular-gauge/scale.component.mjs +1 -1
  54. package/esm2022/directives.mjs +1 -1
  55. package/esm2022/gauges.module.mjs +1 -1
  56. package/esm2022/index.mjs +1 -1
  57. package/esm2022/linear-gauge/gauge-area.component.mjs +1 -1
  58. package/esm2022/linear-gauge/labels.component.mjs +1 -1
  59. package/esm2022/linear-gauge/linear-gauge.component.mjs +1 -1
  60. package/esm2022/linear-gauge/linear-gauge.directives.mjs +1 -1
  61. package/esm2022/linear-gauge/linear-gauge.module.mjs +1 -1
  62. package/esm2022/linear-gauge/pointer.component.mjs +1 -1
  63. package/esm2022/linear-gauge/pointers.component.mjs +1 -1
  64. package/esm2022/linear-gauge/range.component.mjs +1 -1
  65. package/esm2022/linear-gauge/ranges.component.mjs +1 -1
  66. package/esm2022/linear-gauge/scale.component.mjs +1 -1
  67. package/esm2022/package-metadata.mjs +3 -3
  68. package/esm2022/progress-kendo-angular-gauges.mjs +1 -1
  69. package/esm2022/radial-gauge/gauge-area.component.mjs +1 -1
  70. package/esm2022/radial-gauge/labels.component.mjs +1 -1
  71. package/esm2022/radial-gauge/pointer.component.mjs +1 -1
  72. package/esm2022/radial-gauge/pointers.component.mjs +1 -1
  73. package/esm2022/radial-gauge/radial-gauge.component.mjs +1 -1
  74. package/esm2022/radial-gauge/radial-gauge.directives.mjs +1 -1
  75. package/esm2022/radial-gauge/radial-gauge.module.mjs +1 -1
  76. package/esm2022/radial-gauge/range.component.mjs +1 -1
  77. package/esm2022/radial-gauge/ranges.component.mjs +1 -1
  78. package/esm2022/radial-gauge/scale.component.mjs +1 -1
  79. package/esm2022/services/collection-changes.service.mjs +1 -1
  80. package/esm2022/services/configuration.service.mjs +1 -1
  81. package/esm2022/services/theme.service.mjs +1 -1
  82. package/esm2022/services.mjs +1 -1
  83. package/esm2022/types/arc-scale.interface.mjs +1 -1
  84. package/esm2022/types/border.interface.mjs +1 -1
  85. package/esm2022/types/cap.interface.mjs +1 -1
  86. package/esm2022/types/circular-gauge-scale.interface.mjs +1 -1
  87. package/esm2022/types/color-range.interface.mjs +1 -1
  88. package/esm2022/types/dash-type.interface.mjs +1 -1
  89. package/esm2022/types/gauge-area.interface.mjs +1 -1
  90. package/esm2022/types/labels.interface.mjs +1 -1
  91. package/esm2022/types/line-cap.mjs +1 -1
  92. package/esm2022/types/line.interface.mjs +1 -1
  93. package/esm2022/types/linear-pointer-shape.mjs +1 -1
  94. package/esm2022/types/linear-pointer.interface.mjs +1 -1
  95. package/esm2022/types/linear-scale.interface.mjs +1 -1
  96. package/esm2022/types/margin.interface.mjs +1 -1
  97. package/esm2022/types/padding.interface.mjs +1 -1
  98. package/esm2022/types/radial-label-position.mjs +1 -1
  99. package/esm2022/types/radial-labels.interface.mjs +1 -1
  100. package/esm2022/types/radial-pointer.interface.mjs +1 -1
  101. package/esm2022/types/radial-scale.interface.mjs +1 -1
  102. package/esm2022/types/range.interface.mjs +1 -1
  103. package/esm2022/types/scale.interface.mjs +1 -1
  104. package/esm2022/types/ticks.interface.mjs +1 -1
  105. package/esm2022/types.mjs +1 -1
  106. package/fesm2022/progress-kendo-angular-gauges.mjs +3 -3
  107. package/gauges.module.d.ts +1 -1
  108. package/index.d.ts +1 -1
  109. package/linear-gauge/gauge-area.component.d.ts +1 -1
  110. package/linear-gauge/labels.component.d.ts +1 -1
  111. package/linear-gauge/linear-gauge.component.d.ts +1 -1
  112. package/linear-gauge/linear-gauge.directives.d.ts +1 -1
  113. package/linear-gauge/linear-gauge.module.d.ts +1 -1
  114. package/linear-gauge/pointer.component.d.ts +1 -1
  115. package/linear-gauge/pointers.component.d.ts +1 -1
  116. package/linear-gauge/range.component.d.ts +1 -1
  117. package/linear-gauge/ranges.component.d.ts +1 -1
  118. package/linear-gauge/scale.component.d.ts +1 -1
  119. package/package-metadata.d.ts +1 -1
  120. package/package.json +5 -5
  121. package/radial-gauge/gauge-area.component.d.ts +1 -1
  122. package/radial-gauge/labels.component.d.ts +1 -1
  123. package/radial-gauge/pointer.component.d.ts +1 -1
  124. package/radial-gauge/pointers.component.d.ts +1 -1
  125. package/radial-gauge/radial-gauge.component.d.ts +1 -1
  126. package/radial-gauge/radial-gauge.directives.d.ts +1 -1
  127. package/radial-gauge/radial-gauge.module.d.ts +1 -1
  128. package/radial-gauge/range.component.d.ts +1 -1
  129. package/radial-gauge/ranges.component.d.ts +1 -1
  130. package/radial-gauge/scale.component.d.ts +1 -1
  131. package/services/collection-changes.service.d.ts +1 -1
  132. package/services/configuration.service.d.ts +1 -1
  133. package/services/theme.service.d.ts +1 -1
  134. package/services.d.ts +1 -1
  135. package/types/arc-scale.interface.d.ts +1 -1
  136. package/types/border.interface.d.ts +1 -1
  137. package/types/cap.interface.d.ts +1 -1
  138. package/types/circular-gauge-scale.interface.d.ts +1 -1
  139. package/types/color-range.interface.d.ts +1 -1
  140. package/types/dash-type.interface.d.ts +1 -1
  141. package/types/gauge-area.interface.d.ts +1 -1
  142. package/types/labels.interface.d.ts +1 -1
  143. package/types/line-cap.d.ts +1 -1
  144. package/types/line.interface.d.ts +1 -1
  145. package/types/linear-pointer-shape.d.ts +1 -1
  146. package/types/linear-pointer.interface.d.ts +1 -1
  147. package/types/linear-scale.interface.d.ts +1 -1
  148. package/types/margin.interface.d.ts +1 -1
  149. package/types/padding.interface.d.ts +1 -1
  150. package/types/radial-label-position.d.ts +1 -1
  151. package/types/radial-labels.interface.d.ts +1 -1
  152. package/types/radial-pointer.interface.d.ts +1 -1
  153. package/types/radial-scale.interface.d.ts +1 -1
  154. package/types/range.interface.d.ts +1 -1
  155. package/types/scale.interface.d.ts +1 -1
  156. package/types/ticks.interface.d.ts +1 -1
  157. package/types.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 { Input, Component } 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 { Input, Component } 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 { Component, ContentChildren, QueryList } 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 { Component, NgZone, Input, ChangeDetectionStrategy, ElementRef, 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
  export { RadialGaugeComponent } from './radial-gauge.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
  import { NgModule } 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 { Component } 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 { Component, ContentChildren, QueryList } 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 { Input, Component } 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 { Injectable } 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 { Injectable } 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 { Injectable } 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 { ConfigurationService } from './services/configuration.service';
@@ -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 {};
@@ -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 {};
@@ -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 {};
@@ -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 {};
@@ -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 {};
@@ -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 {};
@@ -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 {};
@@ -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 {};
@@ -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 {};
@@ -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 {};
@@ -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 {};
@@ -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 {};
@@ -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 {};
@@ -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 {};
@@ -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 {};
@@ -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 {};
@@ -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 {};
@@ -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 {};
@@ -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 {};
@@ -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 {};
@@ -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 {};
@@ -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 {};
package/esm2022/types.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 {};
@@ -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';
@@ -294,8 +294,8 @@ const packageMetadata = {
294
294
  name: '@progress/kendo-angular-gauges',
295
295
  productName: 'Kendo UI for Angular',
296
296
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
297
- publishDate: 1734620872,
298
- version: '17.2.0-develop.4',
297
+ publishDate: 1736155021,
298
+ version: '17.2.1-develop.1',
299
299
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
300
300
  };
301
301
 
@@ -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";
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 { ArcGaugeModule } from './arc-gauge/arc-gauge.module';
@@ -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 { GaugeAreaComponent } from '../base-components';
@@ -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 { LabelsComponent } from '../base-components';
@@ -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, ElementRef, 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
  export { LinearGaugeComponent } from './linear-gauge.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
  import * as i0 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 { CollectionChangesService, ConfigurationService } from '../services';
@@ -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 { QueryList } 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 { CollectionChangesService, ConfigurationService } from '../services';
@@ -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 { QueryList } 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 { ScaleComponent } from '../base-components';
@@ -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 { PackageMetadata } from '@progress/kendo-licensing';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-gauges",
3
- "version": "17.2.0-develop.4",
3
+ "version": "17.2.1-develop.1",
4
4
  "description": "Kendo UI Angular Gauges",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -26,14 +26,14 @@
26
26
  "@angular/platform-browser": "16 - 19",
27
27
  "@progress/kendo-drawing": "^1.21.0",
28
28
  "@progress/kendo-licensing": "^1.0.2",
29
- "@progress/kendo-angular-common": "17.2.0-develop.4",
30
- "@progress/kendo-angular-intl": "17.2.0-develop.4",
31
- "@progress/kendo-angular-l10n": "17.2.0-develop.4",
29
+ "@progress/kendo-angular-common": "17.2.1-develop.1",
30
+ "@progress/kendo-angular-intl": "17.2.1-develop.1",
31
+ "@progress/kendo-angular-l10n": "17.2.1-develop.1",
32
32
  "rxjs": "^6.5.3 || ^7.0.0"
33
33
  },
34
34
  "dependencies": {
35
35
  "tslib": "^2.3.1",
36
- "@progress/kendo-angular-schematics": "17.2.0-develop.4",
36
+ "@progress/kendo-angular-schematics": "17.2.1-develop.1",
37
37
  "@progress/kendo-charts": "2.6.2"
38
38
  },
39
39
  "schematics": "./schematics/collection.json",
@@ -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 { GaugeAreaComponent } from '../base-components';
@@ -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 { LabelsComponent } from '../base-components';
@@ -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 { CollectionChangesService, ConfigurationService } from '../services';
@@ -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 { QueryList } 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, ElementRef, 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
  export { RadialGaugeComponent } from './radial-gauge.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
  import * as i0 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 { CollectionChangesService, ConfigurationService } from '../services';
@@ -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 { QueryList } 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 { ScaleComponent } from '../base-components';
@@ -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";
@@ -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 { SimpleChange } 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 * as i0 from "@angular/core";
package/services.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 { ConfigurationService } from './services/configuration.service';
@@ -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 { RadialLabels } from './radial-labels.interface';
@@ -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 { DashType } from './dash-type.interface';