@progress/kendo-angular-gauges 5.0.1 → 11.0.0-develop.79

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 (181) hide show
  1. package/LICENSE.md +11 -11
  2. package/NOTICE.txt +3 -3
  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/{esm2015/arc-gauge/arc-center-template.directive.js → esm2020/arc-gauge/arc-center-template.directive.mjs} +5 -5
  29. package/{esm2015/arc-gauge/arc-gauge.component.js → esm2020/arc-gauge/arc-gauge.component.mjs} +9 -9
  30. package/{esm2015/arc-gauge/arc-gauge.directives.js → esm2020/arc-gauge/arc-gauge.directives.mjs} +1 -1
  31. package/{esm2015/arc-gauge/arc-gauge.module.js → esm2020/arc-gauge/arc-gauge.module.mjs} +5 -5
  32. package/{esm2015/arc-gauge/color.component.js → esm2020/arc-gauge/color.component.mjs} +5 -5
  33. package/{esm2015/arc-gauge/colors.component.js → esm2020/arc-gauge/colors.component.mjs} +6 -6
  34. package/{esm2015/arc-gauge/gauge-area.component.js → esm2020/arc-gauge/gauge-area.component.mjs} +5 -4
  35. package/{esm2015/arc-gauge/labels.component.js → esm2020/arc-gauge/labels.component.mjs} +5 -4
  36. package/{esm2015/arc-gauge/scale.component.js → esm2020/arc-gauge/scale.component.mjs} +5 -4
  37. package/{esm2015/base-components/collection-item.component.js → esm2020/base-components/collection-item.component.mjs} +5 -4
  38. package/{esm2015/base-components/collection.component.js → esm2020/base-components/collection.component.mjs} +5 -4
  39. package/{esm2015/base-components/gauge-area.component.js → esm2020/base-components/gauge-area.component.mjs} +4 -4
  40. package/{esm2015/base-components/gauge.component.js → esm2020/base-components/gauge.component.mjs} +8 -5
  41. package/{esm2015/base-components/labels.component.js → esm2020/base-components/labels.component.mjs} +4 -4
  42. package/{esm2015/base-components/range.component.js → esm2020/base-components/range.component.mjs} +4 -4
  43. package/{esm2015/base-components/scale.component.js → esm2020/base-components/scale.component.mjs} +4 -4
  44. package/{esm2015/base-components/settings.component.js → esm2020/base-components/settings.component.mjs} +5 -4
  45. package/{esm2015/base-components.js → esm2020/base-components.mjs} +1 -1
  46. package/{esm2015/circular-gauge/center-template.directive.js → esm2020/circular-gauge/center-template.directive.mjs} +5 -5
  47. package/{esm2015/circular-gauge/circular-gauge.component.js → esm2020/circular-gauge/circular-gauge.component.mjs} +4 -4
  48. package/{esm2015/circular-gauge/circular-gauge.directives.js → esm2020/circular-gauge/circular-gauge.directives.mjs} +1 -1
  49. package/{esm2015/circular-gauge/circular-gauge.module.js → esm2020/circular-gauge/circular-gauge.module.mjs} +5 -5
  50. package/{esm2015/circular-gauge/gauge-area.component.js → esm2020/circular-gauge/gauge-area.component.mjs} +4 -4
  51. package/{esm2015/circular-gauge/labels.component.js → esm2020/circular-gauge/labels.component.mjs} +4 -4
  52. package/{esm2015/circular-gauge/scale.component.js → esm2020/circular-gauge/scale.component.mjs} +4 -4
  53. package/{esm2015/gauges.module.js → esm2020/gauges.module.mjs} +5 -5
  54. package/{esm2015/main.js → esm2020/index.mjs} +1 -1
  55. package/{esm2015/linear-gauge/gauge-area.component.js → esm2020/linear-gauge/gauge-area.component.mjs} +5 -4
  56. package/{esm2015/linear-gauge/labels.component.js → esm2020/linear-gauge/labels.component.mjs} +5 -4
  57. package/{esm2015/linear-gauge/linear-gauge.component.js → esm2020/linear-gauge/linear-gauge.component.mjs} +7 -6
  58. package/{esm2015/linear-gauge/linear-gauge.directives.js → esm2020/linear-gauge/linear-gauge.directives.mjs} +1 -1
  59. package/{esm2015/linear-gauge/linear-gauge.module.js → esm2020/linear-gauge/linear-gauge.module.mjs} +5 -5
  60. package/{esm2015/linear-gauge/pointer.component.js → esm2020/linear-gauge/pointer.component.mjs} +5 -5
  61. package/{esm2015/linear-gauge/pointers.component.js → esm2020/linear-gauge/pointers.component.mjs} +6 -6
  62. package/{esm2015/linear-gauge/range.component.js → esm2020/linear-gauge/range.component.mjs} +5 -5
  63. package/{esm2015/linear-gauge/ranges.component.js → esm2020/linear-gauge/ranges.component.mjs} +6 -6
  64. package/{esm2015/linear-gauge/scale.component.js → esm2020/linear-gauge/scale.component.mjs} +5 -4
  65. package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +3 -3
  66. package/{esm2015/kendo-angular-gauges.js → esm2020/progress-kendo-angular-gauges.mjs} +2 -2
  67. package/{esm2015/radial-gauge/gauge-area.component.js → esm2020/radial-gauge/gauge-area.component.mjs} +5 -4
  68. package/{esm2015/radial-gauge/labels.component.js → esm2020/radial-gauge/labels.component.mjs} +5 -4
  69. package/{esm2015/radial-gauge/pointer.component.js → esm2020/radial-gauge/pointer.component.mjs} +5 -5
  70. package/{esm2015/radial-gauge/pointers.component.js → esm2020/radial-gauge/pointers.component.mjs} +6 -6
  71. package/{esm2015/radial-gauge/radial-gauge.component.js → esm2020/radial-gauge/radial-gauge.component.mjs} +7 -6
  72. package/{esm2015/radial-gauge/radial-gauge.directives.js → esm2020/radial-gauge/radial-gauge.directives.mjs} +1 -1
  73. package/{esm2015/radial-gauge/radial-gauge.module.js → esm2020/radial-gauge/radial-gauge.module.mjs} +5 -5
  74. package/{esm2015/radial-gauge/range.component.js → esm2020/radial-gauge/range.component.mjs} +5 -5
  75. package/{esm2015/radial-gauge/ranges.component.js → esm2020/radial-gauge/ranges.component.mjs} +6 -6
  76. package/{esm2015/radial-gauge/scale.component.js → esm2020/radial-gauge/scale.component.mjs} +5 -4
  77. package/{esm2015/services/collection-changes.service.js → esm2020/services/collection-changes.service.mjs} +4 -4
  78. package/{esm2015/services/configuration.service.js → esm2020/services/configuration.service.mjs} +6 -6
  79. package/{esm2015/services/theme.service.js → esm2020/services/theme.service.mjs} +4 -4
  80. package/{esm2015/services.js → esm2020/services.mjs} +1 -1
  81. package/{esm2015/shared.module.js → esm2020/shared.module.mjs} +5 -5
  82. package/{esm2015/types/cap.interface.js → esm2020/types/arc-scale.interface.mjs} +1 -1
  83. package/{esm2015/types/border.interface.js → esm2020/types/border.interface.mjs} +1 -1
  84. package/{esm2015/types.js → esm2020/types/cap.interface.mjs} +1 -1
  85. package/esm2020/types/circular-gauge-scale.interface.mjs +5 -0
  86. package/esm2020/types/color-range.interface.mjs +5 -0
  87. package/esm2020/types/dash-type.interface.mjs +5 -0
  88. package/esm2020/types/gauge-area.interface.mjs +5 -0
  89. package/esm2020/types/labels.interface.mjs +5 -0
  90. package/esm2020/types/line-cap.mjs +5 -0
  91. package/esm2020/types/line.interface.mjs +5 -0
  92. package/esm2020/types/linear-pointer-shape.mjs +5 -0
  93. package/esm2020/types/linear-pointer.interface.mjs +5 -0
  94. package/esm2020/types/linear-scale.interface.mjs +5 -0
  95. package/esm2020/types/margin.interface.mjs +5 -0
  96. package/esm2020/types/padding.interface.mjs +5 -0
  97. package/esm2020/types/radial-label-position.mjs +5 -0
  98. package/esm2020/types/radial-labels.interface.mjs +5 -0
  99. package/esm2020/types/radial-pointer.interface.mjs +5 -0
  100. package/esm2020/types/radial-scale.interface.mjs +5 -0
  101. package/esm2020/types/range.interface.mjs +5 -0
  102. package/esm2020/types/scale.interface.mjs +5 -0
  103. package/esm2020/types/ticks.interface.mjs +5 -0
  104. package/{esm2015/types/arc-scale.interface.js → esm2020/types.mjs} +1 -1
  105. package/fesm2015/progress-kendo-angular-gauges.mjs +1927 -0
  106. package/{fesm2015/kendo-angular-gauges.js → fesm2020/progress-kendo-angular-gauges.mjs} +149 -150
  107. package/gauges.module.d.ts +1 -1
  108. package/{main.d.ts → 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 +29 -55
  121. package/{kendo-angular-gauges.d.ts → progress-kendo-angular-gauges.d.ts} +2 -2
  122. package/radial-gauge/gauge-area.component.d.ts +1 -1
  123. package/radial-gauge/labels.component.d.ts +1 -1
  124. package/radial-gauge/pointer.component.d.ts +1 -1
  125. package/radial-gauge/pointers.component.d.ts +1 -1
  126. package/radial-gauge/radial-gauge.component.d.ts +1 -1
  127. package/radial-gauge/radial-gauge.directives.d.ts +1 -1
  128. package/radial-gauge/radial-gauge.module.d.ts +1 -1
  129. package/radial-gauge/range.component.d.ts +1 -1
  130. package/radial-gauge/ranges.component.d.ts +1 -1
  131. package/radial-gauge/scale.component.d.ts +1 -1
  132. package/schematics/ngAdd/index.js +1 -5
  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
  161. package/bundles/kendo-angular-gauges.umd.js +0 -5
  162. package/esm2015/types/circular-gauge-scale.interface.js +0 -5
  163. package/esm2015/types/color-range.interface.js +0 -5
  164. package/esm2015/types/dash-type.interface.js +0 -5
  165. package/esm2015/types/gauge-area.interface.js +0 -5
  166. package/esm2015/types/labels.interface.js +0 -5
  167. package/esm2015/types/line-cap.js +0 -5
  168. package/esm2015/types/line.interface.js +0 -5
  169. package/esm2015/types/linear-pointer-shape.js +0 -5
  170. package/esm2015/types/linear-pointer.interface.js +0 -5
  171. package/esm2015/types/linear-scale.interface.js +0 -5
  172. package/esm2015/types/margin.interface.js +0 -5
  173. package/esm2015/types/padding.interface.js +0 -5
  174. package/esm2015/types/radial-label-position.js +0 -5
  175. package/esm2015/types/radial-labels.interface.js +0 -5
  176. package/esm2015/types/radial-pointer.interface.js +0 -5
  177. package/esm2015/types/radial-scale.interface.js +0 -5
  178. package/esm2015/types/range.interface.js +0 -5
  179. package/esm2015/types/scale.interface.js +0 -5
  180. package/esm2015/types/ticks.interface.js +0 -5
  181. package/schematics/ngAdd/index.js.map +0 -1
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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,14 +1,10 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-gauges",
3
- "version": "5.0.1",
3
+ "version": "11.0.0-develop.79",
4
4
  "description": "Kendo UI Angular Gauges",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
7
7
  "homepage": "https://www.telerik.com/kendo-angular-ui/components/",
8
- "repository": {
9
- "type": "git",
10
- "url": "https://github.com/telerik/kendo-angular-gauges.git"
11
- },
12
8
  "bugs": {
13
9
  "url": "https://github.com/telerik/kendo-angular"
14
10
  },
@@ -23,64 +19,42 @@
23
19
  "@progress": {
24
20
  "friendlyName": "Gauges"
25
21
  },
26
- "dependencies": {
27
- "@progress/kendo-charts": "^1.18.0",
28
- "@progress/kendo-schematics": "^3.0.0",
29
- "tslib": "^2.3.1"
30
- },
31
22
  "peerDependencies": {
32
- "@angular/common": "12 - 15",
33
- "@angular/core": "12 - 15",
34
- "@progress/kendo-angular-common": "^3.0.0",
35
- "@progress/kendo-angular-intl": "^4.0.0",
36
- "@progress/kendo-angular-l10n": "^4.0.0",
23
+ "@angular/animations": "13 - 15",
24
+ "@angular/common": "13 - 15",
25
+ "@angular/core": "13 - 15",
26
+ "@angular/platform-browser": "13 - 15",
27
+ "@progress/kendo-charts": "^1.18.0",
37
28
  "@progress/kendo-drawing": "^1.0.0",
38
29
  "@progress/kendo-licensing": "^1.0.2",
30
+ "@progress/kendo-angular-common": "11.0.0-develop.79",
31
+ "@progress/kendo-angular-intl": "11.0.0-develop.79",
32
+ "@progress/kendo-angular-l10n": "11.0.0-develop.79",
33
+ "@progress/kendo-angular-schematics": "11.0.0-develop.79",
39
34
  "rxjs": "^6.5.3 || ^7.0.0"
40
35
  },
41
- "config": {
42
- "commitizen": {
43
- "path": "./node_modules/cz-conventional-changelog"
44
- },
45
- "ghooks": {
46
- "commit-msg": "validate-commit-msg"
47
- },
48
- "validate-commit-msg": {
49
- "types": [
50
- "feat",
51
- "fix",
52
- "docs",
53
- "style",
54
- "refactor",
55
- "perf",
56
- "test",
57
- "chore",
58
- "revert"
59
- ],
60
- "warnOnFail": false,
61
- "maxSubjectLength": 100
62
- }
36
+ "dependencies": {
37
+ "tslib": "^2.3.1"
63
38
  },
64
39
  "schematics": "./schematics/collection.json",
65
- "release": {
66
- "debug": false,
67
- "branchTags": {
68
- "develop": "dev"
69
- },
70
- "fallbackTags": {
71
- "dev": "latest"
40
+ "module": "fesm2015/progress-kendo-angular-gauges.mjs",
41
+ "es2020": "fesm2020/progress-kendo-angular-gauges.mjs",
42
+ "esm2020": "esm2020/progress-kendo-angular-gauges.mjs",
43
+ "fesm2020": "fesm2020/progress-kendo-angular-gauges.mjs",
44
+ "fesm2015": "fesm2015/progress-kendo-angular-gauges.mjs",
45
+ "typings": "progress-kendo-angular-gauges.d.ts",
46
+ "exports": {
47
+ "./package.json": {
48
+ "default": "./package.json"
72
49
  },
73
- "analyzeCommits": "@progress/semantic-prerelease/analyzeCommits",
74
- "generateNotes": "@progress/kendo-angular-tasks/lib/generateNotes",
75
- "getLastRelease": "@progress/semantic-prerelease/getLastRelease",
76
- "verifyConditions": "@progress/semantic-prerelease/verifyConditions",
77
- "verifyRelease": "@progress/semantic-prerelease/verifyRelease"
50
+ ".": {
51
+ "types": "./progress-kendo-angular-gauges.d.ts",
52
+ "esm2020": "./esm2020/progress-kendo-angular-gauges.mjs",
53
+ "es2020": "./fesm2020/progress-kendo-angular-gauges.mjs",
54
+ "es2015": "./fesm2015/progress-kendo-angular-gauges.mjs",
55
+ "node": "./fesm2015/progress-kendo-angular-gauges.mjs",
56
+ "default": "./fesm2020/progress-kendo-angular-gauges.mjs"
57
+ }
78
58
  },
79
- "main": "bundles/kendo-angular-gauges.umd.js",
80
- "module": "fesm2015/kendo-angular-gauges.js",
81
- "es2015": "fesm2015/kendo-angular-gauges.js",
82
- "esm2015": "esm2015/kendo-angular-gauges.js",
83
- "fesm2015": "fesm2015/kendo-angular-gauges.js",
84
- "typings": "kendo-angular-gauges.d.ts",
85
59
  "sideEffects": false
86
60
  }
@@ -1,9 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
6
6
  * Generated bundle index. Do not edit.
7
7
  */
8
8
  /// <amd-module name="@progress/kendo-angular-gauges" />
9
- export * from './main';
9
+ export * from './index';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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,13 +1,9 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
1
  "use strict";
6
2
  Object.defineProperty(exports, "__esModule", { value: true });
7
3
  const schematics_1 = require("@angular-devkit/schematics");
8
4
  function default_1(options) {
9
5
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'GaugesModule', package: 'gauges' //package name, e.g grid
10
6
  });
11
- return schematics_1.externalSchematic('@progress/kendo-schematics', 'ng-add', finalOptions);
7
+ return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
12
8
  }
13
9
  exports.default = default_1;
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 { ArcScale } from './arc-scale.interface';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 { Border } from './border.interface';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 { Border } from './border.interface';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 { Border } from './border.interface';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 { Scale } from './scale.interface';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 { Labels } from './labels.interface';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 { Cap } from './cap.interface';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 { Labels } from './labels.interface';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
package/types.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software 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 { ArcScale } from './types/arc-scale.interface';