@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.
- package/LICENSE.md +11 -11
- package/NOTICE.txt +3 -3
- package/arc-gauge/arc-center-template.directive.d.ts +1 -1
- package/arc-gauge/arc-gauge.component.d.ts +1 -1
- package/arc-gauge/arc-gauge.directives.d.ts +1 -1
- package/arc-gauge/arc-gauge.module.d.ts +1 -1
- package/arc-gauge/color.component.d.ts +1 -1
- package/arc-gauge/colors.component.d.ts +1 -1
- package/arc-gauge/gauge-area.component.d.ts +1 -1
- package/arc-gauge/labels.component.d.ts +1 -1
- package/arc-gauge/scale.component.d.ts +1 -1
- package/base-components/collection-item.component.d.ts +1 -1
- package/base-components/collection.component.d.ts +1 -1
- package/base-components/gauge-area.component.d.ts +1 -1
- package/base-components/gauge.component.d.ts +1 -1
- package/base-components/labels.component.d.ts +1 -1
- package/base-components/range.component.d.ts +1 -1
- package/base-components/scale.component.d.ts +1 -1
- package/base-components/settings.component.d.ts +1 -1
- package/base-components.d.ts +1 -1
- package/circular-gauge/center-template.directive.d.ts +1 -1
- package/circular-gauge/circular-gauge.component.d.ts +1 -1
- package/circular-gauge/circular-gauge.directives.d.ts +1 -1
- package/circular-gauge/circular-gauge.module.d.ts +1 -1
- package/circular-gauge/gauge-area.component.d.ts +1 -1
- package/circular-gauge/labels.component.d.ts +1 -1
- package/circular-gauge/scale.component.d.ts +1 -1
- package/{esm2015/arc-gauge/arc-center-template.directive.js → esm2020/arc-gauge/arc-center-template.directive.mjs} +5 -5
- package/{esm2015/arc-gauge/arc-gauge.component.js → esm2020/arc-gauge/arc-gauge.component.mjs} +9 -9
- package/{esm2015/arc-gauge/arc-gauge.directives.js → esm2020/arc-gauge/arc-gauge.directives.mjs} +1 -1
- package/{esm2015/arc-gauge/arc-gauge.module.js → esm2020/arc-gauge/arc-gauge.module.mjs} +5 -5
- package/{esm2015/arc-gauge/color.component.js → esm2020/arc-gauge/color.component.mjs} +5 -5
- package/{esm2015/arc-gauge/colors.component.js → esm2020/arc-gauge/colors.component.mjs} +6 -6
- package/{esm2015/arc-gauge/gauge-area.component.js → esm2020/arc-gauge/gauge-area.component.mjs} +5 -4
- package/{esm2015/arc-gauge/labels.component.js → esm2020/arc-gauge/labels.component.mjs} +5 -4
- package/{esm2015/arc-gauge/scale.component.js → esm2020/arc-gauge/scale.component.mjs} +5 -4
- package/{esm2015/base-components/collection-item.component.js → esm2020/base-components/collection-item.component.mjs} +5 -4
- package/{esm2015/base-components/collection.component.js → esm2020/base-components/collection.component.mjs} +5 -4
- package/{esm2015/base-components/gauge-area.component.js → esm2020/base-components/gauge-area.component.mjs} +4 -4
- package/{esm2015/base-components/gauge.component.js → esm2020/base-components/gauge.component.mjs} +8 -5
- package/{esm2015/base-components/labels.component.js → esm2020/base-components/labels.component.mjs} +4 -4
- package/{esm2015/base-components/range.component.js → esm2020/base-components/range.component.mjs} +4 -4
- package/{esm2015/base-components/scale.component.js → esm2020/base-components/scale.component.mjs} +4 -4
- package/{esm2015/base-components/settings.component.js → esm2020/base-components/settings.component.mjs} +5 -4
- package/{esm2015/base-components.js → esm2020/base-components.mjs} +1 -1
- package/{esm2015/circular-gauge/center-template.directive.js → esm2020/circular-gauge/center-template.directive.mjs} +5 -5
- package/{esm2015/circular-gauge/circular-gauge.component.js → esm2020/circular-gauge/circular-gauge.component.mjs} +4 -4
- package/{esm2015/circular-gauge/circular-gauge.directives.js → esm2020/circular-gauge/circular-gauge.directives.mjs} +1 -1
- package/{esm2015/circular-gauge/circular-gauge.module.js → esm2020/circular-gauge/circular-gauge.module.mjs} +5 -5
- package/{esm2015/circular-gauge/gauge-area.component.js → esm2020/circular-gauge/gauge-area.component.mjs} +4 -4
- package/{esm2015/circular-gauge/labels.component.js → esm2020/circular-gauge/labels.component.mjs} +4 -4
- package/{esm2015/circular-gauge/scale.component.js → esm2020/circular-gauge/scale.component.mjs} +4 -4
- package/{esm2015/gauges.module.js → esm2020/gauges.module.mjs} +5 -5
- package/{esm2015/main.js → esm2020/index.mjs} +1 -1
- package/{esm2015/linear-gauge/gauge-area.component.js → esm2020/linear-gauge/gauge-area.component.mjs} +5 -4
- package/{esm2015/linear-gauge/labels.component.js → esm2020/linear-gauge/labels.component.mjs} +5 -4
- package/{esm2015/linear-gauge/linear-gauge.component.js → esm2020/linear-gauge/linear-gauge.component.mjs} +7 -6
- package/{esm2015/linear-gauge/linear-gauge.directives.js → esm2020/linear-gauge/linear-gauge.directives.mjs} +1 -1
- package/{esm2015/linear-gauge/linear-gauge.module.js → esm2020/linear-gauge/linear-gauge.module.mjs} +5 -5
- package/{esm2015/linear-gauge/pointer.component.js → esm2020/linear-gauge/pointer.component.mjs} +5 -5
- package/{esm2015/linear-gauge/pointers.component.js → esm2020/linear-gauge/pointers.component.mjs} +6 -6
- package/{esm2015/linear-gauge/range.component.js → esm2020/linear-gauge/range.component.mjs} +5 -5
- package/{esm2015/linear-gauge/ranges.component.js → esm2020/linear-gauge/ranges.component.mjs} +6 -6
- package/{esm2015/linear-gauge/scale.component.js → esm2020/linear-gauge/scale.component.mjs} +5 -4
- package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +3 -3
- package/{esm2015/kendo-angular-gauges.js → esm2020/progress-kendo-angular-gauges.mjs} +2 -2
- package/{esm2015/radial-gauge/gauge-area.component.js → esm2020/radial-gauge/gauge-area.component.mjs} +5 -4
- package/{esm2015/radial-gauge/labels.component.js → esm2020/radial-gauge/labels.component.mjs} +5 -4
- package/{esm2015/radial-gauge/pointer.component.js → esm2020/radial-gauge/pointer.component.mjs} +5 -5
- package/{esm2015/radial-gauge/pointers.component.js → esm2020/radial-gauge/pointers.component.mjs} +6 -6
- package/{esm2015/radial-gauge/radial-gauge.component.js → esm2020/radial-gauge/radial-gauge.component.mjs} +7 -6
- package/{esm2015/radial-gauge/radial-gauge.directives.js → esm2020/radial-gauge/radial-gauge.directives.mjs} +1 -1
- package/{esm2015/radial-gauge/radial-gauge.module.js → esm2020/radial-gauge/radial-gauge.module.mjs} +5 -5
- package/{esm2015/radial-gauge/range.component.js → esm2020/radial-gauge/range.component.mjs} +5 -5
- package/{esm2015/radial-gauge/ranges.component.js → esm2020/radial-gauge/ranges.component.mjs} +6 -6
- package/{esm2015/radial-gauge/scale.component.js → esm2020/radial-gauge/scale.component.mjs} +5 -4
- package/{esm2015/services/collection-changes.service.js → esm2020/services/collection-changes.service.mjs} +4 -4
- package/{esm2015/services/configuration.service.js → esm2020/services/configuration.service.mjs} +6 -6
- package/{esm2015/services/theme.service.js → esm2020/services/theme.service.mjs} +4 -4
- package/{esm2015/services.js → esm2020/services.mjs} +1 -1
- package/{esm2015/shared.module.js → esm2020/shared.module.mjs} +5 -5
- package/{esm2015/types/cap.interface.js → esm2020/types/arc-scale.interface.mjs} +1 -1
- package/{esm2015/types/border.interface.js → esm2020/types/border.interface.mjs} +1 -1
- package/{esm2015/types.js → esm2020/types/cap.interface.mjs} +1 -1
- package/esm2020/types/circular-gauge-scale.interface.mjs +5 -0
- package/esm2020/types/color-range.interface.mjs +5 -0
- package/esm2020/types/dash-type.interface.mjs +5 -0
- package/esm2020/types/gauge-area.interface.mjs +5 -0
- package/esm2020/types/labels.interface.mjs +5 -0
- package/esm2020/types/line-cap.mjs +5 -0
- package/esm2020/types/line.interface.mjs +5 -0
- package/esm2020/types/linear-pointer-shape.mjs +5 -0
- package/esm2020/types/linear-pointer.interface.mjs +5 -0
- package/esm2020/types/linear-scale.interface.mjs +5 -0
- package/esm2020/types/margin.interface.mjs +5 -0
- package/esm2020/types/padding.interface.mjs +5 -0
- package/esm2020/types/radial-label-position.mjs +5 -0
- package/esm2020/types/radial-labels.interface.mjs +5 -0
- package/esm2020/types/radial-pointer.interface.mjs +5 -0
- package/esm2020/types/radial-scale.interface.mjs +5 -0
- package/esm2020/types/range.interface.mjs +5 -0
- package/esm2020/types/scale.interface.mjs +5 -0
- package/esm2020/types/ticks.interface.mjs +5 -0
- package/{esm2015/types/arc-scale.interface.js → esm2020/types.mjs} +1 -1
- package/fesm2015/progress-kendo-angular-gauges.mjs +1927 -0
- package/{fesm2015/kendo-angular-gauges.js → fesm2020/progress-kendo-angular-gauges.mjs} +149 -150
- package/gauges.module.d.ts +1 -1
- package/{main.d.ts → index.d.ts} +1 -1
- package/linear-gauge/gauge-area.component.d.ts +1 -1
- package/linear-gauge/labels.component.d.ts +1 -1
- package/linear-gauge/linear-gauge.component.d.ts +1 -1
- package/linear-gauge/linear-gauge.directives.d.ts +1 -1
- package/linear-gauge/linear-gauge.module.d.ts +1 -1
- package/linear-gauge/pointer.component.d.ts +1 -1
- package/linear-gauge/pointers.component.d.ts +1 -1
- package/linear-gauge/range.component.d.ts +1 -1
- package/linear-gauge/ranges.component.d.ts +1 -1
- package/linear-gauge/scale.component.d.ts +1 -1
- package/package-metadata.d.ts +1 -1
- package/package.json +29 -55
- package/{kendo-angular-gauges.d.ts → progress-kendo-angular-gauges.d.ts} +2 -2
- package/radial-gauge/gauge-area.component.d.ts +1 -1
- package/radial-gauge/labels.component.d.ts +1 -1
- package/radial-gauge/pointer.component.d.ts +1 -1
- package/radial-gauge/pointers.component.d.ts +1 -1
- package/radial-gauge/radial-gauge.component.d.ts +1 -1
- package/radial-gauge/radial-gauge.directives.d.ts +1 -1
- package/radial-gauge/radial-gauge.module.d.ts +1 -1
- package/radial-gauge/range.component.d.ts +1 -1
- package/radial-gauge/ranges.component.d.ts +1 -1
- package/radial-gauge/scale.component.d.ts +1 -1
- package/schematics/ngAdd/index.js +1 -5
- package/services/collection-changes.service.d.ts +1 -1
- package/services/configuration.service.d.ts +1 -1
- package/services/theme.service.d.ts +1 -1
- package/services.d.ts +1 -1
- package/shared.module.d.ts +1 -1
- package/types/arc-scale.interface.d.ts +1 -1
- package/types/border.interface.d.ts +1 -1
- package/types/cap.interface.d.ts +1 -1
- package/types/circular-gauge-scale.interface.d.ts +1 -1
- package/types/color-range.interface.d.ts +1 -1
- package/types/dash-type.interface.d.ts +1 -1
- package/types/gauge-area.interface.d.ts +1 -1
- package/types/labels.interface.d.ts +1 -1
- package/types/line-cap.d.ts +1 -1
- package/types/line.interface.d.ts +1 -1
- package/types/linear-pointer-shape.d.ts +1 -1
- package/types/linear-pointer.interface.d.ts +1 -1
- package/types/linear-scale.interface.d.ts +1 -1
- package/types/margin.interface.d.ts +1 -1
- package/types/padding.interface.d.ts +1 -1
- package/types/radial-label-position.d.ts +1 -1
- package/types/radial-labels.interface.d.ts +1 -1
- package/types/radial-pointer.interface.d.ts +1 -1
- package/types/radial-scale.interface.d.ts +1 -1
- package/types/range.interface.d.ts +1 -1
- package/types/scale.interface.d.ts +1 -1
- package/types/ticks.interface.d.ts +1 -1
- package/types.d.ts +1 -1
- package/bundles/kendo-angular-gauges.umd.js +0 -5
- package/esm2015/types/circular-gauge-scale.interface.js +0 -5
- package/esm2015/types/color-range.interface.js +0 -5
- package/esm2015/types/dash-type.interface.js +0 -5
- package/esm2015/types/gauge-area.interface.js +0 -5
- package/esm2015/types/labels.interface.js +0 -5
- package/esm2015/types/line-cap.js +0 -5
- package/esm2015/types/line.interface.js +0 -5
- package/esm2015/types/linear-pointer-shape.js +0 -5
- package/esm2015/types/linear-pointer.interface.js +0 -5
- package/esm2015/types/linear-scale.interface.js +0 -5
- package/esm2015/types/margin.interface.js +0 -5
- package/esm2015/types/padding.interface.js +0 -5
- package/esm2015/types/radial-label-position.js +0 -5
- package/esm2015/types/radial-labels.interface.js +0 -5
- package/esm2015/types/radial-pointer.interface.js +0 -5
- package/esm2015/types/radial-scale.interface.js +0 -5
- package/esm2015/types/range.interface.js +0 -5
- package/esm2015/types/scale.interface.js +0 -5
- package/esm2015/types/ticks.interface.js +0 -5
- package/schematics/ngAdd/index.js.map +0 -1
package/{esm2015/linear-gauge/scale.component.js → esm2020/linear-gauge/scale.component.mjs}
RENAMED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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: "
|
|
20
|
-
LinearScaleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
21
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
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 ©
|
|
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:
|
|
12
|
+
publishDate: 1672320737,
|
|
13
13
|
version: '',
|
|
14
|
-
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license
|
|
14
|
+
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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 './
|
|
8
|
+
export * from './index';
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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: "
|
|
20
|
-
RadialGaugeAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
21
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
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',
|
package/{esm2015/radial-gauge/labels.component.js → esm2020/radial-gauge/labels.component.mjs}
RENAMED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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: "
|
|
19
|
-
RadialLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
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',
|
package/{esm2015/radial-gauge/pointer.component.js → esm2020/radial-gauge/pointer.component.mjs}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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: "
|
|
19
|
-
RadialPointerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
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],
|
package/{esm2015/radial-gauge/pointers.component.js → esm2020/radial-gauge/pointers.component.mjs}
RENAMED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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: "
|
|
52
|
-
RadialPointersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
53
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
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 ©
|
|
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: "
|
|
44
|
-
RadialGaugeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
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: "
|
|
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 ©
|
|
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';
|
package/{esm2015/radial-gauge/radial-gauge.module.js → esm2020/radial-gauge/radial-gauge.module.mjs}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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: "
|
|
43
|
-
RadialGaugeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
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: "
|
|
47
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
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],
|
package/{esm2015/radial-gauge/range.component.js → esm2020/radial-gauge/range.component.mjs}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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: "
|
|
19
|
-
RadialRangeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
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],
|
package/{esm2015/radial-gauge/ranges.component.js → esm2020/radial-gauge/ranges.component.mjs}
RENAMED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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: "
|
|
57
|
-
RadialRangesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
58
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
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],
|
package/{esm2015/radial-gauge/scale.component.js → esm2020/radial-gauge/scale.component.mjs}
RENAMED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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: "
|
|
20
|
-
RadialScaleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
21
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
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 ©
|
|
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: "
|
|
13
|
-
CollectionChangesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
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
|
}] });
|
package/{esm2015/services/configuration.service.js → esm2020/services/configuration.service.mjs}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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 (
|
|
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 (
|
|
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: "
|
|
95
|
-
ConfigurationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
96
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
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 ©
|
|
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: "
|
|
65
|
-
ThemeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
66
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
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 ©
|
|
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 ©
|
|
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: "
|
|
15
|
-
SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
16
|
-
SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
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: "
|
|
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 ©
|
|
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 ©
|
|
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 ©
|
|
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 {};
|