@progress/kendo-angular-gauges 11.0.0-develop.80 → 11.0.0-develop.81

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 (160) hide show
  1. package/LICENSE.md +1 -1
  2. package/NOTICE.txt +1 -1
  3. package/README.md +1 -1
  4. package/arc-gauge/arc-center-template.directive.d.ts +1 -1
  5. package/arc-gauge/arc-gauge.component.d.ts +1 -1
  6. package/arc-gauge/arc-gauge.directives.d.ts +1 -1
  7. package/arc-gauge/arc-gauge.module.d.ts +1 -1
  8. package/arc-gauge/color.component.d.ts +1 -1
  9. package/arc-gauge/colors.component.d.ts +1 -1
  10. package/arc-gauge/gauge-area.component.d.ts +1 -1
  11. package/arc-gauge/labels.component.d.ts +1 -1
  12. package/arc-gauge/scale.component.d.ts +1 -1
  13. package/base-components/collection-item.component.d.ts +1 -1
  14. package/base-components/collection.component.d.ts +1 -1
  15. package/base-components/gauge-area.component.d.ts +1 -1
  16. package/base-components/gauge.component.d.ts +1 -1
  17. package/base-components/labels.component.d.ts +1 -1
  18. package/base-components/range.component.d.ts +1 -1
  19. package/base-components/scale.component.d.ts +1 -1
  20. package/base-components/settings.component.d.ts +1 -1
  21. package/base-components.d.ts +1 -1
  22. package/circular-gauge/center-template.directive.d.ts +1 -1
  23. package/circular-gauge/circular-gauge.component.d.ts +1 -1
  24. package/circular-gauge/circular-gauge.directives.d.ts +1 -1
  25. package/circular-gauge/circular-gauge.module.d.ts +1 -1
  26. package/circular-gauge/gauge-area.component.d.ts +1 -1
  27. package/circular-gauge/labels.component.d.ts +1 -1
  28. package/circular-gauge/scale.component.d.ts +1 -1
  29. package/esm2020/arc-gauge/arc-center-template.directive.mjs +1 -1
  30. package/esm2020/arc-gauge/arc-gauge.component.mjs +1 -1
  31. package/esm2020/arc-gauge/arc-gauge.directives.mjs +1 -1
  32. package/esm2020/arc-gauge/arc-gauge.module.mjs +1 -1
  33. package/esm2020/arc-gauge/color.component.mjs +1 -1
  34. package/esm2020/arc-gauge/colors.component.mjs +1 -1
  35. package/esm2020/arc-gauge/gauge-area.component.mjs +1 -1
  36. package/esm2020/arc-gauge/labels.component.mjs +1 -1
  37. package/esm2020/arc-gauge/scale.component.mjs +1 -1
  38. package/esm2020/base-components/collection-item.component.mjs +1 -1
  39. package/esm2020/base-components/collection.component.mjs +1 -1
  40. package/esm2020/base-components/gauge-area.component.mjs +1 -1
  41. package/esm2020/base-components/gauge.component.mjs +1 -1
  42. package/esm2020/base-components/labels.component.mjs +1 -1
  43. package/esm2020/base-components/range.component.mjs +1 -1
  44. package/esm2020/base-components/scale.component.mjs +1 -1
  45. package/esm2020/base-components/settings.component.mjs +1 -1
  46. package/esm2020/base-components.mjs +1 -1
  47. package/esm2020/circular-gauge/center-template.directive.mjs +1 -1
  48. package/esm2020/circular-gauge/circular-gauge.component.mjs +1 -1
  49. package/esm2020/circular-gauge/circular-gauge.directives.mjs +1 -1
  50. package/esm2020/circular-gauge/circular-gauge.module.mjs +1 -1
  51. package/esm2020/circular-gauge/gauge-area.component.mjs +1 -1
  52. package/esm2020/circular-gauge/labels.component.mjs +1 -1
  53. package/esm2020/circular-gauge/scale.component.mjs +1 -1
  54. package/esm2020/gauges.module.mjs +1 -1
  55. package/esm2020/index.mjs +1 -1
  56. package/esm2020/linear-gauge/gauge-area.component.mjs +1 -1
  57. package/esm2020/linear-gauge/labels.component.mjs +1 -1
  58. package/esm2020/linear-gauge/linear-gauge.component.mjs +1 -1
  59. package/esm2020/linear-gauge/linear-gauge.directives.mjs +1 -1
  60. package/esm2020/linear-gauge/linear-gauge.module.mjs +1 -1
  61. package/esm2020/linear-gauge/pointer.component.mjs +1 -1
  62. package/esm2020/linear-gauge/pointers.component.mjs +1 -1
  63. package/esm2020/linear-gauge/range.component.mjs +1 -1
  64. package/esm2020/linear-gauge/ranges.component.mjs +1 -1
  65. package/esm2020/linear-gauge/scale.component.mjs +1 -1
  66. package/esm2020/package-metadata.mjs +2 -2
  67. package/esm2020/progress-kendo-angular-gauges.mjs +1 -1
  68. package/esm2020/radial-gauge/gauge-area.component.mjs +1 -1
  69. package/esm2020/radial-gauge/labels.component.mjs +1 -1
  70. package/esm2020/radial-gauge/pointer.component.mjs +1 -1
  71. package/esm2020/radial-gauge/pointers.component.mjs +1 -1
  72. package/esm2020/radial-gauge/radial-gauge.component.mjs +1 -1
  73. package/esm2020/radial-gauge/radial-gauge.directives.mjs +1 -1
  74. package/esm2020/radial-gauge/radial-gauge.module.mjs +1 -1
  75. package/esm2020/radial-gauge/range.component.mjs +1 -1
  76. package/esm2020/radial-gauge/ranges.component.mjs +1 -1
  77. package/esm2020/radial-gauge/scale.component.mjs +1 -1
  78. package/esm2020/services/collection-changes.service.mjs +1 -1
  79. package/esm2020/services/configuration.service.mjs +1 -1
  80. package/esm2020/services/theme.service.mjs +1 -1
  81. package/esm2020/services.mjs +1 -1
  82. package/esm2020/shared.module.mjs +1 -1
  83. package/esm2020/types/arc-scale.interface.mjs +1 -1
  84. package/esm2020/types/border.interface.mjs +1 -1
  85. package/esm2020/types/cap.interface.mjs +1 -1
  86. package/esm2020/types/circular-gauge-scale.interface.mjs +1 -1
  87. package/esm2020/types/color-range.interface.mjs +1 -1
  88. package/esm2020/types/dash-type.interface.mjs +1 -1
  89. package/esm2020/types/gauge-area.interface.mjs +1 -1
  90. package/esm2020/types/labels.interface.mjs +1 -1
  91. package/esm2020/types/line-cap.mjs +1 -1
  92. package/esm2020/types/line.interface.mjs +1 -1
  93. package/esm2020/types/linear-pointer-shape.mjs +1 -1
  94. package/esm2020/types/linear-pointer.interface.mjs +1 -1
  95. package/esm2020/types/linear-scale.interface.mjs +1 -1
  96. package/esm2020/types/margin.interface.mjs +1 -1
  97. package/esm2020/types/padding.interface.mjs +1 -1
  98. package/esm2020/types/radial-label-position.mjs +1 -1
  99. package/esm2020/types/radial-labels.interface.mjs +1 -1
  100. package/esm2020/types/radial-pointer.interface.mjs +1 -1
  101. package/esm2020/types/radial-scale.interface.mjs +1 -1
  102. package/esm2020/types/range.interface.mjs +1 -1
  103. package/esm2020/types/scale.interface.mjs +1 -1
  104. package/esm2020/types/ticks.interface.mjs +1 -1
  105. package/esm2020/types.mjs +1 -1
  106. package/fesm2015/progress-kendo-angular-gauges.mjs +2 -2
  107. package/fesm2020/progress-kendo-angular-gauges.mjs +2 -2
  108. package/gauges.module.d.ts +1 -1
  109. package/index.d.ts +1 -1
  110. package/linear-gauge/gauge-area.component.d.ts +1 -1
  111. package/linear-gauge/labels.component.d.ts +1 -1
  112. package/linear-gauge/linear-gauge.component.d.ts +1 -1
  113. package/linear-gauge/linear-gauge.directives.d.ts +1 -1
  114. package/linear-gauge/linear-gauge.module.d.ts +1 -1
  115. package/linear-gauge/pointer.component.d.ts +1 -1
  116. package/linear-gauge/pointers.component.d.ts +1 -1
  117. package/linear-gauge/range.component.d.ts +1 -1
  118. package/linear-gauge/ranges.component.d.ts +1 -1
  119. package/linear-gauge/scale.component.d.ts +1 -1
  120. package/package-metadata.d.ts +1 -1
  121. package/package.json +5 -5
  122. package/progress-kendo-angular-gauges.d.ts +1 -1
  123. package/radial-gauge/gauge-area.component.d.ts +1 -1
  124. package/radial-gauge/labels.component.d.ts +1 -1
  125. package/radial-gauge/pointer.component.d.ts +1 -1
  126. package/radial-gauge/pointers.component.d.ts +1 -1
  127. package/radial-gauge/radial-gauge.component.d.ts +1 -1
  128. package/radial-gauge/radial-gauge.directives.d.ts +1 -1
  129. package/radial-gauge/radial-gauge.module.d.ts +1 -1
  130. package/radial-gauge/range.component.d.ts +1 -1
  131. package/radial-gauge/ranges.component.d.ts +1 -1
  132. package/radial-gauge/scale.component.d.ts +1 -1
  133. package/services/collection-changes.service.d.ts +1 -1
  134. package/services/configuration.service.d.ts +1 -1
  135. package/services/theme.service.d.ts +1 -1
  136. package/services.d.ts +1 -1
  137. package/shared.module.d.ts +1 -1
  138. package/types/arc-scale.interface.d.ts +1 -1
  139. package/types/border.interface.d.ts +1 -1
  140. package/types/cap.interface.d.ts +1 -1
  141. package/types/circular-gauge-scale.interface.d.ts +1 -1
  142. package/types/color-range.interface.d.ts +1 -1
  143. package/types/dash-type.interface.d.ts +1 -1
  144. package/types/gauge-area.interface.d.ts +1 -1
  145. package/types/labels.interface.d.ts +1 -1
  146. package/types/line-cap.d.ts +1 -1
  147. package/types/line.interface.d.ts +1 -1
  148. package/types/linear-pointer-shape.d.ts +1 -1
  149. package/types/linear-pointer.interface.d.ts +1 -1
  150. package/types/linear-scale.interface.d.ts +1 -1
  151. package/types/margin.interface.d.ts +1 -1
  152. package/types/padding.interface.d.ts +1 -1
  153. package/types/radial-label-position.d.ts +1 -1
  154. package/types/radial-labels.interface.d.ts +1 -1
  155. package/types/radial-pointer.interface.d.ts +1 -1
  156. package/types/radial-scale.interface.d.ts +1 -1
  157. package/types/range.interface.d.ts +1 -1
  158. package/types/scale.interface.d.ts +1 -1
  159. package/types/ticks.interface.d.ts +1 -1
  160. package/types.d.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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/esm2020/types.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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';
@@ -261,7 +261,7 @@ const packageMetadata = {
261
261
  name: '@progress/kendo-angular-gauges',
262
262
  productName: 'Kendo UI for Angular',
263
263
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
264
- publishDate: 1672394491,
264
+ publishDate: 1672821613,
265
265
  version: '',
266
266
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
267
267
  };
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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';
@@ -261,7 +261,7 @@ const packageMetadata = {
261
261
  name: '@progress/kendo-angular-gauges',
262
262
  productName: 'Kendo UI for Angular',
263
263
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
264
- publishDate: 1672394491,
264
+ publishDate: 1672821613,
265
265
  version: '',
266
266
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
267
267
  };
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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": "11.0.0-develop.80",
3
+ "version": "11.0.0-develop.81",
4
4
  "description": "Kendo UI Angular Gauges",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -27,10 +27,10 @@
27
27
  "@progress/kendo-charts": "^1.18.0",
28
28
  "@progress/kendo-drawing": "^1.0.0",
29
29
  "@progress/kendo-licensing": "^1.0.2",
30
- "@progress/kendo-angular-common": "11.0.0-develop.80",
31
- "@progress/kendo-angular-intl": "11.0.0-develop.80",
32
- "@progress/kendo-angular-l10n": "11.0.0-develop.80",
33
- "@progress/kendo-angular-schematics": "11.0.0-develop.80",
30
+ "@progress/kendo-angular-common": "11.0.0-develop.81",
31
+ "@progress/kendo-angular-intl": "11.0.0-develop.81",
32
+ "@progress/kendo-angular-l10n": "11.0.0-develop.81",
33
+ "@progress/kendo-angular-schematics": "11.0.0-develop.81",
34
34
  "rxjs": "^6.5.3 || ^7.0.0"
35
35
  },
36
36
  "dependencies": {
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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 © 2022 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 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';