@progress/kendo-angular-gauges 17.0.0-develop.4 → 17.0.0-develop.40
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/README.md +34 -16
- package/arc-gauge/arc-gauge.component.d.ts +1 -1
- package/arc-gauge/color.component.d.ts +1 -1
- package/arc-gauge/scale.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/circular-gauge/circular-gauge.component.d.ts +1 -1
- package/{esm2020 → esm2022}/arc-gauge/arc-center-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/arc-gauge/arc-gauge.component.mjs +36 -13
- package/{esm2020 → esm2022}/arc-gauge/arc-gauge.module.mjs +4 -4
- package/{esm2020 → esm2022}/arc-gauge/color.component.mjs +7 -3
- package/{esm2020 → esm2022}/arc-gauge/colors.component.mjs +4 -3
- package/{esm2020 → esm2022}/arc-gauge/gauge-area.component.mjs +4 -3
- package/{esm2020 → esm2022}/arc-gauge/labels.component.mjs +4 -3
- package/{esm2020 → esm2022}/arc-gauge/scale.component.mjs +9 -3
- package/{esm2020 → esm2022}/base-components/collection-item.component.mjs +5 -3
- package/{esm2020 → esm2022}/base-components/collection.component.mjs +8 -3
- package/{esm2020 → esm2022}/base-components/gauge-area.component.mjs +25 -3
- package/{esm2020 → esm2022}/base-components/gauge.component.mjs +40 -11
- package/{esm2020 → esm2022}/base-components/labels.component.mjs +48 -3
- package/{esm2020 → esm2022}/base-components/range.component.mjs +19 -3
- package/{esm2020 → esm2022}/base-components/scale.component.mjs +15 -3
- package/{esm2020 → esm2022}/base-components/settings.component.mjs +5 -3
- package/{esm2020 → esm2022}/circular-gauge/center-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/circular-gauge/circular-gauge.component.mjs +16 -11
- package/{esm2020 → esm2022}/circular-gauge/circular-gauge.module.mjs +4 -4
- package/{esm2020 → esm2022}/circular-gauge/gauge-area.component.mjs +3 -3
- package/{esm2020 → esm2022}/circular-gauge/labels.component.mjs +3 -3
- package/{esm2020 → esm2022}/circular-gauge/scale.component.mjs +7 -3
- package/{esm2020 → esm2022}/gauges.module.mjs +4 -4
- package/{esm2020 → esm2022}/linear-gauge/gauge-area.component.mjs +4 -3
- package/{esm2020 → esm2022}/linear-gauge/labels.component.mjs +4 -3
- package/{esm2020 → esm2022}/linear-gauge/linear-gauge.component.mjs +19 -11
- package/{esm2020 → esm2022}/linear-gauge/linear-gauge.module.mjs +4 -4
- package/{esm2020 → esm2022}/linear-gauge/pointer.component.mjs +10 -3
- package/{esm2020 → esm2022}/linear-gauge/pointers.component.mjs +4 -3
- package/{esm2020 → esm2022}/linear-gauge/range.component.mjs +3 -3
- package/{esm2020 → esm2022}/linear-gauge/ranges.component.mjs +4 -3
- package/{esm2020 → esm2022}/linear-gauge/scale.component.mjs +8 -3
- package/{esm2020 → esm2022}/package-metadata.mjs +2 -2
- package/{esm2020 → esm2022}/radial-gauge/gauge-area.component.mjs +4 -3
- package/{esm2020 → esm2022}/radial-gauge/labels.component.mjs +5 -3
- package/{esm2020 → esm2022}/radial-gauge/pointer.component.mjs +7 -3
- package/{esm2020 → esm2022}/radial-gauge/pointers.component.mjs +4 -3
- package/{esm2020 → esm2022}/radial-gauge/radial-gauge.component.mjs +19 -11
- package/{esm2020 → esm2022}/radial-gauge/radial-gauge.module.mjs +4 -4
- package/{esm2020 → esm2022}/radial-gauge/range.component.mjs +3 -3
- package/{esm2020 → esm2022}/radial-gauge/ranges.component.mjs +4 -3
- package/{esm2020 → esm2022}/radial-gauge/scale.component.mjs +9 -3
- package/{esm2020 → esm2022}/services/collection-changes.service.mjs +4 -3
- package/{esm2020 → esm2022}/services/configuration.service.mjs +6 -6
- package/{esm2020 → esm2022}/services/theme.service.mjs +4 -3
- package/{fesm2020 → fesm2022}/progress-kendo-angular-gauges.mjs +413 -184
- package/linear-gauge/linear-gauge.component.d.ts +1 -1
- package/linear-gauge/pointer.component.d.ts +1 -1
- package/linear-gauge/scale.component.d.ts +1 -1
- package/package.json +15 -21
- package/radial-gauge/labels.component.d.ts +1 -1
- package/radial-gauge/pointer.component.d.ts +1 -1
- package/radial-gauge/radial-gauge.component.d.ts +1 -1
- package/radial-gauge/scale.component.d.ts +1 -1
- package/types/dash-type.interface.d.ts +1 -1
- package/types/line-cap.d.ts +1 -1
- package/types/linear-pointer-shape.d.ts +1 -1
- package/types/radial-label-position.d.ts +1 -1
- package/fesm2015/progress-kendo-angular-gauges.mjs +0 -2001
- /package/{esm2020 → esm2022}/arc-gauge/arc-gauge.directives.mjs +0 -0
- /package/{esm2020 → esm2022}/base-components.mjs +0 -0
- /package/{esm2020 → esm2022}/circular-gauge/circular-gauge.directives.mjs +0 -0
- /package/{esm2020 → esm2022}/directives.mjs +0 -0
- /package/{esm2020 → esm2022}/index.mjs +0 -0
- /package/{esm2020 → esm2022}/linear-gauge/linear-gauge.directives.mjs +0 -0
- /package/{esm2020 → esm2022}/progress-kendo-angular-gauges.mjs +0 -0
- /package/{esm2020 → esm2022}/radial-gauge/radial-gauge.directives.mjs +0 -0
- /package/{esm2020 → esm2022}/services.mjs +0 -0
- /package/{esm2020 → esm2022}/types/arc-scale.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/types/border.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/types/cap.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/types/circular-gauge-scale.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/types/color-range.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/types/dash-type.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/types/gauge-area.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/types/labels.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/types/line-cap.mjs +0 -0
- /package/{esm2020 → esm2022}/types/line.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/types/linear-pointer-shape.mjs +0 -0
- /package/{esm2020 → esm2022}/types/linear-pointer.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/types/linear-scale.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/types/margin.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/types/padding.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/types/radial-label-position.mjs +0 -0
- /package/{esm2020 → esm2022}/types/radial-labels.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/types/radial-pointer.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/types/radial-scale.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/types/range.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/types/scale.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/types/ticks.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/types.mjs +0 -0
|
@@ -11,13 +11,17 @@ import * as i1 from "../services";
|
|
|
11
11
|
* The configuration options for a pointer item of a RadialGauge.
|
|
12
12
|
*/
|
|
13
13
|
export class RadialPointerComponent extends CollectionItemComponent {
|
|
14
|
+
cap;
|
|
15
|
+
color;
|
|
16
|
+
length;
|
|
17
|
+
value;
|
|
14
18
|
constructor(configurationService, collectionChangesService) {
|
|
15
19
|
super(configurationService, collectionChangesService);
|
|
16
20
|
}
|
|
21
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialPointerComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
22
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: RadialPointerComponent, isStandalone: true, selector: "kendo-radialgauge-pointer", inputs: { cap: "cap", color: "color", length: "length", value: "value" }, providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
17
23
|
}
|
|
18
|
-
|
|
19
|
-
RadialPointerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RadialPointerComponent, isStandalone: true, 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: "15.2.10", ngImport: i0, type: RadialPointerComponent, decorators: [{
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialPointerComponent, decorators: [{
|
|
21
25
|
type: Component,
|
|
22
26
|
args: [{
|
|
23
27
|
providers: [ConfigurationService],
|
|
@@ -44,13 +44,14 @@ import * as i1 from "../services";
|
|
|
44
44
|
* ```
|
|
45
45
|
*/
|
|
46
46
|
export class RadialPointersComponent extends CollectionComponent {
|
|
47
|
+
children;
|
|
47
48
|
constructor(configurationService, collectionChangesService) {
|
|
48
49
|
super('pointer', configurationService, collectionChangesService);
|
|
49
50
|
}
|
|
51
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialPointersComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
52
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: RadialPointersComponent, isStandalone: true, selector: "kendo-radialgauge-pointers", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: RadialPointerComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
50
53
|
}
|
|
51
|
-
|
|
52
|
-
RadialPointersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RadialPointersComponent, isStandalone: true, 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: "15.2.10", ngImport: i0, type: RadialPointersComponent, decorators: [{
|
|
54
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialPointersComponent, decorators: [{
|
|
54
55
|
type: Component,
|
|
55
56
|
args: [{
|
|
56
57
|
providers: [CollectionChangesService],
|
|
@@ -34,26 +34,34 @@ import * as i3 from "@progress/kendo-angular-l10n";
|
|
|
34
34
|
* ```
|
|
35
35
|
*/
|
|
36
36
|
export class RadialGaugeComponent extends GaugeComponent {
|
|
37
|
+
/**
|
|
38
|
+
* The configuration of the pointers.
|
|
39
|
+
*/
|
|
40
|
+
pointer;
|
|
41
|
+
/**
|
|
42
|
+
* The configuration of the scale.
|
|
43
|
+
*/
|
|
44
|
+
scale;
|
|
37
45
|
constructor(configurationService, themeService, intlService, localizationService, element, renderer, ngZone) {
|
|
38
46
|
super(configurationService, themeService, intlService, localizationService, element, renderer, ngZone);
|
|
39
47
|
}
|
|
40
48
|
createInstance(element, options, theme, context) {
|
|
41
49
|
this.instance = new RadialGauge(element, options, theme, context);
|
|
42
50
|
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
], exportAs: ["kendoRadialGauge"], usesInheritance: true, ngImport: i0, template: `
|
|
51
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", 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 });
|
|
52
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: RadialGaugeComponent, isStandalone: true, selector: "kendo-radialgauge", inputs: { pointer: "pointer", scale: "scale" }, providers: [
|
|
53
|
+
ConfigurationService,
|
|
54
|
+
LocalizationService,
|
|
55
|
+
{
|
|
56
|
+
provide: L10N_PREFIX,
|
|
57
|
+
useValue: 'kendo.radialgauge'
|
|
58
|
+
}
|
|
59
|
+
], exportAs: ["kendoRadialGauge"], usesInheritance: true, ngImport: i0, template: `
|
|
53
60
|
<div #surface class='k-chart-surface'></div>
|
|
54
61
|
<kendo-resize-sensor (resize)="onResize($event)" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
|
|
55
62
|
`, isInline: true, dependencies: [{ kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
56
|
-
|
|
63
|
+
}
|
|
64
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialGaugeComponent, decorators: [{
|
|
57
65
|
type: Component,
|
|
58
66
|
args: [{
|
|
59
67
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -38,11 +38,11 @@ import * as i8 from "./ranges.component";
|
|
|
38
38
|
* ```
|
|
39
39
|
*/
|
|
40
40
|
export class RadialGaugeModule {
|
|
41
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialGaugeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
42
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: RadialGaugeModule, imports: [i1.RadialGaugeComponent, i2.RadialGaugeAreaComponent, i3.RadialScaleComponent, i4.RadialLabelsComponent, i5.RadialPointersComponent, i6.RadialPointerComponent, i7.RadialRangeComponent, i8.RadialRangesComponent], exports: [i1.RadialGaugeComponent, i2.RadialGaugeAreaComponent, i3.RadialScaleComponent, i4.RadialLabelsComponent, i5.RadialPointersComponent, i6.RadialPointerComponent, i7.RadialRangeComponent, i8.RadialRangesComponent] });
|
|
43
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialGaugeModule, providers: [ThemeService], imports: [i1.RadialGaugeComponent] });
|
|
41
44
|
}
|
|
42
|
-
|
|
43
|
-
RadialGaugeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: RadialGaugeModule, imports: [i1.RadialGaugeComponent, i2.RadialGaugeAreaComponent, i3.RadialScaleComponent, i4.RadialLabelsComponent, i5.RadialPointersComponent, i6.RadialPointerComponent, i7.RadialRangeComponent, i8.RadialRangesComponent], exports: [i1.RadialGaugeComponent, i2.RadialGaugeAreaComponent, i3.RadialScaleComponent, i4.RadialLabelsComponent, i5.RadialPointersComponent, i6.RadialPointerComponent, i7.RadialRangeComponent, i8.RadialRangesComponent] });
|
|
44
|
-
RadialGaugeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RadialGaugeModule, providers: [ThemeService], imports: [KENDO_RADIALGAUGE] });
|
|
45
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RadialGaugeModule, decorators: [{
|
|
45
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialGaugeModule, decorators: [{
|
|
46
46
|
type: NgModule,
|
|
47
47
|
args: [{
|
|
48
48
|
exports: [...KENDO_RADIALGAUGE],
|
|
@@ -14,10 +14,10 @@ export class RadialRangeComponent extends RangeComponent {
|
|
|
14
14
|
constructor(configurationService, collectionChangesService) {
|
|
15
15
|
super(configurationService, collectionChangesService);
|
|
16
16
|
}
|
|
17
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialRangeComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
18
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: RadialRangeComponent, isStandalone: true, selector: "kendo-radialgauge-scale-range", providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
17
19
|
}
|
|
18
|
-
|
|
19
|
-
RadialRangeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RadialRangeComponent, isStandalone: true, selector: "kendo-radialgauge-scale-range", providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RadialRangeComponent, decorators: [{
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialRangeComponent, decorators: [{
|
|
21
21
|
type: Component,
|
|
22
22
|
args: [{
|
|
23
23
|
providers: [ConfigurationService],
|
|
@@ -49,13 +49,14 @@ import * as i1 from "../services";
|
|
|
49
49
|
* ```
|
|
50
50
|
*/
|
|
51
51
|
export class RadialRangesComponent extends CollectionComponent {
|
|
52
|
+
children;
|
|
52
53
|
constructor(configurationService, collectionChangesService) {
|
|
53
54
|
super('scale.ranges', configurationService, collectionChangesService);
|
|
54
55
|
}
|
|
56
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialRangesComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
57
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: RadialRangesComponent, isStandalone: true, selector: "kendo-radialgauge-scale-ranges", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: RadialRangeComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
55
58
|
}
|
|
56
|
-
|
|
57
|
-
RadialRangesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RadialRangesComponent, isStandalone: true, 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: "15.2.10", ngImport: i0, type: RadialRangesComponent, decorators: [{
|
|
59
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialRangesComponent, decorators: [{
|
|
59
60
|
type: Component,
|
|
60
61
|
args: [{
|
|
61
62
|
providers: [CollectionChangesService],
|
|
@@ -12,14 +12,20 @@ import * as i1 from "../services";
|
|
|
12
12
|
* ([more information and example]({% slug scaleoptions_radialgauge %})).
|
|
13
13
|
*/
|
|
14
14
|
export class RadialScaleComponent extends ScaleComponent {
|
|
15
|
+
configurationService;
|
|
16
|
+
labels;
|
|
17
|
+
rangeDistance;
|
|
18
|
+
ranges;
|
|
19
|
+
startAngle;
|
|
20
|
+
endAngle;
|
|
15
21
|
constructor(configurationService) {
|
|
16
22
|
super('scale', configurationService);
|
|
17
23
|
this.configurationService = configurationService;
|
|
18
24
|
}
|
|
25
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialScaleComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
26
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: RadialScaleComponent, isStandalone: true, selector: "kendo-radialgauge-scale", inputs: { labels: "labels", rangeDistance: "rangeDistance", ranges: "ranges", startAngle: "startAngle", endAngle: "endAngle" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
19
27
|
}
|
|
20
|
-
|
|
21
|
-
RadialScaleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RadialScaleComponent, isStandalone: true, 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: "15.2.10", ngImport: i0, type: RadialScaleComponent, decorators: [{
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialScaleComponent, decorators: [{
|
|
23
29
|
type: Component,
|
|
24
30
|
args: [{
|
|
25
31
|
selector: 'kendo-radialgauge-scale',
|
|
@@ -8,9 +8,10 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
* @hidden
|
|
9
9
|
*/
|
|
10
10
|
export class CollectionChangesService {
|
|
11
|
+
hasChanges;
|
|
12
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CollectionChangesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CollectionChangesService });
|
|
11
14
|
}
|
|
12
|
-
|
|
13
|
-
CollectionChangesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CollectionChangesService });
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CollectionChangesService, decorators: [{
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CollectionChangesService, decorators: [{
|
|
15
16
|
type: Injectable
|
|
16
17
|
}] });
|
|
@@ -42,9 +42,9 @@ function diffPointerOptions(original, current) {
|
|
|
42
42
|
* @hidden
|
|
43
43
|
*/
|
|
44
44
|
export class ConfigurationService {
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
45
|
+
options = {};
|
|
46
|
+
hasChanges;
|
|
47
|
+
valueChange;
|
|
48
48
|
copyChanges(prefix, changes) {
|
|
49
49
|
for (const propertyName in changes) {
|
|
50
50
|
if (!changes.hasOwnProperty(propertyName)) {
|
|
@@ -90,9 +90,9 @@ export class ConfigurationService {
|
|
|
90
90
|
}
|
|
91
91
|
return { key: key, options: options };
|
|
92
92
|
}
|
|
93
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ConfigurationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
94
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ConfigurationService });
|
|
93
95
|
}
|
|
94
|
-
|
|
95
|
-
ConfigurationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ConfigurationService });
|
|
96
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ConfigurationService, decorators: [{
|
|
96
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ConfigurationService, decorators: [{
|
|
97
97
|
type: Injectable
|
|
98
98
|
}] });
|
|
@@ -13,6 +13,7 @@ const template = `
|
|
|
13
13
|
* @hidden
|
|
14
14
|
*/
|
|
15
15
|
export class ThemeService {
|
|
16
|
+
options;
|
|
16
17
|
read() {
|
|
17
18
|
if (!this.options) {
|
|
18
19
|
this.load();
|
|
@@ -60,10 +61,10 @@ export class ThemeService {
|
|
|
60
61
|
getColor(container, varName) {
|
|
61
62
|
return window.getComputedStyle(container.querySelector(`.k-var--${varName}`)).backgroundColor;
|
|
62
63
|
}
|
|
64
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
65
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ThemeService, providedIn: 'root' });
|
|
63
66
|
}
|
|
64
|
-
|
|
65
|
-
ThemeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ThemeService, providedIn: 'root' });
|
|
66
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ThemeService, decorators: [{
|
|
67
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ThemeService, decorators: [{
|
|
67
68
|
type: Injectable,
|
|
68
69
|
args: [{
|
|
69
70
|
providedIn: 'root'
|