@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,9 +1,10 @@
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 { Input, Component } from '@angular/core';
6
6
  import { ScaleComponent } from '../base-components';
7
+ import { ConfigurationService } from '../services';
7
8
  import * as i0 from "@angular/core";
8
9
  import * as i1 from "../services";
9
10
  /**
@@ -16,9 +17,9 @@ export class LinearScaleComponent extends ScaleComponent {
16
17
  this.configurationService = configurationService;
17
18
  }
18
19
  }
19
- LinearScaleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LinearScaleComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- LinearScaleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: LinearScaleComponent, selector: "kendo-lineargauge-scale", inputs: { line: "line", ranges: "ranges", mirror: "mirror", vertical: "vertical" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LinearScaleComponent, decorators: [{
20
+ LinearScaleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LinearScaleComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
+ LinearScaleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: LinearScaleComponent, selector: "kendo-lineargauge-scale", inputs: { line: "line", ranges: "ranges", mirror: "mirror", vertical: "vertical" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LinearScaleComponent, decorators: [{
22
23
  type: Component,
23
24
  args: [{
24
25
  selector: 'kendo-lineargauge-scale',
@@ -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
  /**
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-gauges',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1668698832,
12
+ publishDate: 1672320737,
13
13
  version: '',
14
- licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
14
+ licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -1,8 +1,8 @@
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
- export * from './main';
8
+ export * from './index';
@@ -1,9 +1,10 @@
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 { Component } from '@angular/core';
6
6
  import { GaugeAreaComponent } from '../base-components';
7
+ import { ConfigurationService } from '../services';
7
8
  import * as i0 from "@angular/core";
8
9
  import * as i1 from "../services";
9
10
  /**
@@ -16,9 +17,9 @@ export class RadialGaugeAreaComponent extends GaugeAreaComponent {
16
17
  this.configurationService = configurationService;
17
18
  }
18
19
  }
19
- RadialGaugeAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialGaugeAreaComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- RadialGaugeAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: RadialGaugeAreaComponent, selector: "kendo-radialgauge-area", usesInheritance: true, ngImport: i0, template: '', isInline: true });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialGaugeAreaComponent, decorators: [{
20
+ RadialGaugeAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RadialGaugeAreaComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
+ RadialGaugeAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RadialGaugeAreaComponent, selector: "kendo-radialgauge-area", usesInheritance: true, ngImport: i0, template: '', isInline: true });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RadialGaugeAreaComponent, decorators: [{
22
23
  type: Component,
23
24
  args: [{
24
25
  selector: 'kendo-radialgauge-area',
@@ -1,9 +1,10 @@
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 { Input, Component } from '@angular/core';
6
6
  import { LabelsComponent } from '../base-components';
7
+ import { ConfigurationService } from '../services';
7
8
  import * as i0 from "@angular/core";
8
9
  import * as i1 from "../services";
9
10
  /**
@@ -15,9 +16,9 @@ export class RadialLabelsComponent extends LabelsComponent {
15
16
  this.configurationService = configurationService;
16
17
  }
17
18
  }
18
- RadialLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialLabelsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
19
- RadialLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: RadialLabelsComponent, selector: "kendo-radialgauge-scale-labels", inputs: { position: "position" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialLabelsComponent, decorators: [{
19
+ RadialLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RadialLabelsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ RadialLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RadialLabelsComponent, selector: "kendo-radialgauge-scale-labels", inputs: { position: "position" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RadialLabelsComponent, decorators: [{
21
22
  type: Component,
22
23
  args: [{
23
24
  selector: 'kendo-radialgauge-scale-labels',
@@ -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
  import { Input, Component } from '@angular/core';
6
- import { ConfigurationService } from '../services';
6
+ import { CollectionChangesService, ConfigurationService } from '../services';
7
7
  import { CollectionItemComponent } from '../base-components';
8
8
  import * as i0 from "@angular/core";
9
9
  import * as i1 from "../services";
@@ -15,9 +15,9 @@ export class RadialPointerComponent extends CollectionItemComponent {
15
15
  super(configurationService, collectionChangesService);
16
16
  }
17
17
  }
18
- RadialPointerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialPointerComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
19
- RadialPointerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: RadialPointerComponent, selector: "kendo-radialgauge-pointer", inputs: { cap: "cap", color: "color", length: "length", value: "value" }, providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialPointerComponent, decorators: [{
18
+ RadialPointerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RadialPointerComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
19
+ RadialPointerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RadialPointerComponent, selector: "kendo-radialgauge-pointer", inputs: { cap: "cap", color: "color", length: "length", value: "value" }, providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true });
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RadialPointerComponent, decorators: [{
21
21
  type: Component,
22
22
  args: [{
23
23
  providers: [ConfigurationService],
@@ -1,11 +1,11 @@
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
- import { Component, ContentChildren } from '@angular/core';
5
+ import { Component, ContentChildren, QueryList } from '@angular/core';
6
6
  import { RadialPointerComponent } from './pointer.component';
7
7
  import { CollectionComponent } from '../base-components';
8
- import { CollectionChangesService } from '../services';
8
+ import { CollectionChangesService, ConfigurationService } from '../services';
9
9
  import * as i0 from "@angular/core";
10
10
  import * as i1 from "../services";
11
11
  /**
@@ -48,9 +48,9 @@ export class RadialPointersComponent extends CollectionComponent {
48
48
  super('pointer', configurationService, collectionChangesService);
49
49
  }
50
50
  }
51
- RadialPointersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialPointersComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
52
- RadialPointersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: RadialPointersComponent, selector: "kendo-radialgauge-pointers", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: RadialPointerComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialPointersComponent, decorators: [{
51
+ RadialPointersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RadialPointersComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
52
+ RadialPointersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RadialPointersComponent, selector: "kendo-radialgauge-pointers", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: RadialPointerComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RadialPointersComponent, decorators: [{
54
54
  type: Component,
55
55
  args: [{
56
56
  providers: [CollectionChangesService],
@@ -1,9 +1,10 @@
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
- import { Component, Input, ChangeDetectionStrategy } from '@angular/core';
6
- import { ConfigurationService } from '../services';
5
+ import { Component, NgZone, Input, ChangeDetectionStrategy, ElementRef, Renderer2 } from '@angular/core';
6
+ import { ConfigurationService, ThemeService } from '../services';
7
+ import { IntlService } from '@progress/kendo-angular-intl';
7
8
  import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
8
9
  import { GaugeComponent } from '../base-components';
9
10
  import { RadialGauge } from '@progress/kendo-charts';
@@ -40,8 +41,8 @@ export class RadialGaugeComponent extends GaugeComponent {
40
41
  this.instance = new RadialGauge(element, options, theme, context);
41
42
  }
42
43
  }
43
- RadialGaugeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialGaugeComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.ThemeService }, { token: i2.IntlService }, { token: i3.LocalizationService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
44
- RadialGaugeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: RadialGaugeComponent, selector: "kendo-radialgauge", inputs: { pointer: "pointer", scale: "scale" }, providers: [
44
+ RadialGaugeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RadialGaugeComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.ThemeService }, { token: i2.IntlService }, { token: i3.LocalizationService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
45
+ RadialGaugeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RadialGaugeComponent, selector: "kendo-radialgauge", inputs: { pointer: "pointer", scale: "scale" }, providers: [
45
46
  ConfigurationService,
46
47
  LocalizationService,
47
48
  {
@@ -52,7 +53,7 @@ RadialGaugeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
52
53
  <div #surface class='k-chart-surface'></div>
53
54
  <kendo-resize-sensor (resize)="onResize($event)" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
54
55
  `, isInline: true, components: [{ type: i4.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialGaugeComponent, decorators: [{
56
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RadialGaugeComponent, decorators: [{
56
57
  type: Component,
57
58
  args: [{
58
59
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -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 { NgModule } from '@angular/core';
@@ -39,12 +39,12 @@ const DIRECTIVES = [RadialGaugeComponent, RadialGaugeAreaComponent, RadialScaleC
39
39
  */
40
40
  export class RadialGaugeModule {
41
41
  }
42
- RadialGaugeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialGaugeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
43
- RadialGaugeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialGaugeModule, declarations: [RadialGaugeComponent, RadialGaugeAreaComponent, RadialScaleComponent, RadialLabelsComponent,
42
+ RadialGaugeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RadialGaugeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
43
+ RadialGaugeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RadialGaugeModule, declarations: [RadialGaugeComponent, RadialGaugeAreaComponent, RadialScaleComponent, RadialLabelsComponent,
44
44
  RadialPointersComponent, RadialPointerComponent, RadialRangeComponent, RadialRangesComponent], imports: [SharedModule], exports: [RadialGaugeComponent, RadialGaugeAreaComponent, RadialScaleComponent, RadialLabelsComponent,
45
45
  RadialPointersComponent, RadialPointerComponent, RadialRangeComponent, RadialRangesComponent] });
46
- RadialGaugeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialGaugeModule, imports: [[SharedModule]] });
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialGaugeModule, decorators: [{
46
+ RadialGaugeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RadialGaugeModule, imports: [[SharedModule]] });
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RadialGaugeModule, decorators: [{
48
48
  type: NgModule,
49
49
  args: [{
50
50
  declarations: [DIRECTIVES],
@@ -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
  import { Component } from '@angular/core';
6
- import { ConfigurationService } from '../services';
6
+ import { CollectionChangesService, ConfigurationService } from '../services';
7
7
  import { RangeComponent } from '../base-components';
8
8
  import * as i0 from "@angular/core";
9
9
  import * as i1 from "../services";
@@ -15,9 +15,9 @@ export class RadialRangeComponent extends RangeComponent {
15
15
  super(configurationService, collectionChangesService);
16
16
  }
17
17
  }
18
- RadialRangeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialRangeComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
19
- RadialRangeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: RadialRangeComponent, selector: "kendo-radialgauge-scale-range", providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialRangeComponent, decorators: [{
18
+ RadialRangeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RadialRangeComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
19
+ RadialRangeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RadialRangeComponent, selector: "kendo-radialgauge-scale-range", providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true });
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RadialRangeComponent, decorators: [{
21
21
  type: Component,
22
22
  args: [{
23
23
  providers: [ConfigurationService],
@@ -1,11 +1,11 @@
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
- import { Component, ContentChildren } from '@angular/core';
5
+ import { Component, ContentChildren, QueryList } from '@angular/core';
6
6
  import { CollectionComponent } from '../base-components';
7
7
  import { RadialRangeComponent } from './range.component';
8
- import { CollectionChangesService } from '../services';
8
+ import { CollectionChangesService, ConfigurationService } from '../services';
9
9
  import * as i0 from "@angular/core";
10
10
  import * as i1 from "../services";
11
11
  /**
@@ -53,9 +53,9 @@ export class RadialRangesComponent extends CollectionComponent {
53
53
  super('scale.ranges', configurationService, collectionChangesService);
54
54
  }
55
55
  }
56
- RadialRangesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialRangesComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
57
- RadialRangesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: RadialRangesComponent, selector: "kendo-radialgauge-scale-ranges", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: RadialRangeComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialRangesComponent, decorators: [{
56
+ RadialRangesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RadialRangesComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
57
+ RadialRangesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RadialRangesComponent, selector: "kendo-radialgauge-scale-ranges", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: RadialRangeComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RadialRangesComponent, decorators: [{
59
59
  type: Component,
60
60
  args: [{
61
61
  providers: [CollectionChangesService],
@@ -1,9 +1,10 @@
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 { Input, Component } from '@angular/core';
6
6
  import { ScaleComponent } from '../base-components';
7
+ import { ConfigurationService } from '../services';
7
8
  import * as i0 from "@angular/core";
8
9
  import * as i1 from "../services";
9
10
  /**
@@ -16,9 +17,9 @@ export class RadialScaleComponent extends ScaleComponent {
16
17
  this.configurationService = configurationService;
17
18
  }
18
19
  }
19
- RadialScaleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialScaleComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- RadialScaleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: RadialScaleComponent, selector: "kendo-radialgauge-scale", inputs: { labels: "labels", rangeDistance: "rangeDistance", ranges: "ranges", startAngle: "startAngle", endAngle: "endAngle" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadialScaleComponent, decorators: [{
20
+ RadialScaleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RadialScaleComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
+ RadialScaleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RadialScaleComponent, selector: "kendo-radialgauge-scale", inputs: { labels: "labels", rangeDistance: "rangeDistance", ranges: "ranges", startAngle: "startAngle", endAngle: "endAngle" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RadialScaleComponent, decorators: [{
22
23
  type: Component,
23
24
  args: [{
24
25
  selector: 'kendo-radialgauge-scale',
@@ -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 { Injectable } from '@angular/core';
@@ -9,8 +9,8 @@ import * as i0 from "@angular/core";
9
9
  */
10
10
  export class CollectionChangesService {
11
11
  }
12
- CollectionChangesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CollectionChangesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
13
- CollectionChangesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CollectionChangesService });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CollectionChangesService, decorators: [{
12
+ CollectionChangesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CollectionChangesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
13
+ CollectionChangesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CollectionChangesService });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CollectionChangesService, decorators: [{
15
15
  type: Injectable
16
16
  }] });
@@ -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 { Injectable } from '@angular/core';
@@ -11,7 +11,7 @@ function diffOptions(original, current) {
11
11
  if (Object.keys(original).length !== Object.keys(current).length) {
12
12
  return true;
13
13
  }
14
- for (let field in original) {
14
+ for (const field in original) {
15
15
  if (field !== 'value' && original.hasOwnProperty(field)) {
16
16
  const originalValue = original[field];
17
17
  const currentValue = current[field];
@@ -46,7 +46,7 @@ export class ConfigurationService {
46
46
  this.options = {};
47
47
  }
48
48
  copyChanges(prefix, changes) {
49
- for (let propertyName in changes) {
49
+ for (const propertyName in changes) {
50
50
  if (!changes.hasOwnProperty(propertyName)) {
51
51
  continue;
52
52
  }
@@ -91,8 +91,8 @@ export class ConfigurationService {
91
91
  return { key: key, options: options };
92
92
  }
93
93
  }
94
- ConfigurationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ConfigurationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
95
- ConfigurationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ConfigurationService });
96
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ConfigurationService, decorators: [{
94
+ ConfigurationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConfigurationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
95
+ ConfigurationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConfigurationService });
96
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConfigurationService, decorators: [{
97
97
  type: Injectable
98
98
  }] });
@@ -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 { Injectable } from '@angular/core';
@@ -61,8 +61,8 @@ export class ThemeService {
61
61
  return window.getComputedStyle(container.querySelector(`.k-var--${varName}`)).backgroundColor;
62
62
  }
63
63
  }
64
- ThemeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
65
- ThemeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ThemeService });
66
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ThemeService, decorators: [{
64
+ ThemeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
65
+ ThemeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ThemeService });
66
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ThemeService, decorators: [{
67
67
  type: Injectable
68
68
  }] });
@@ -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 { NgModule } from '@angular/core';
@@ -11,12 +11,12 @@ import * as i0 from "@angular/core";
11
11
  */
12
12
  export class SharedModule {
13
13
  }
14
- SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
15
- SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SharedModule, exports: [ResizeSensorModule] });
16
- SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SharedModule, providers: [
14
+ SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
15
+ SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SharedModule, exports: [ResizeSensorModule] });
16
+ SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SharedModule, providers: [
17
17
  ThemeService
18
18
  ], imports: [ResizeSensorModule] });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SharedModule, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SharedModule, decorators: [{
20
20
  type: NgModule,
21
21
  args: [{
22
22
  exports: [ResizeSensorModule],
@@ -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 {};
@@ -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 {};
@@ -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 {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};