@progress/kendo-angular-gauges 21.4.1-develop.1 → 22.0.0-develop.1
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/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/fesm2022/progress-kendo-angular-gauges.mjs +140 -140
- package/package.json +10 -18
- package/esm2022/arc-gauge/arc-center-template.directive.mjs +0 -39
- package/esm2022/arc-gauge/arc-gauge.component.mjs +0 -205
- package/esm2022/arc-gauge/arc-gauge.directives.mjs +0 -11
- package/esm2022/arc-gauge/arc-gauge.module.mjs +0 -50
- package/esm2022/arc-gauge/color.component.mjs +0 -75
- package/esm2022/arc-gauge/colors.component.mjs +0 -76
- package/esm2022/arc-gauge/gauge-area.component.mjs +0 -50
- package/esm2022/arc-gauge/labels.component.mjs +0 -52
- package/esm2022/arc-gauge/scale.component.mjs +0 -84
- package/esm2022/base-components/collection-item.component.mjs +0 -28
- package/esm2022/base-components/collection.component.mjs +0 -44
- package/esm2022/base-components/gauge-area.component.mjs +0 -59
- package/esm2022/base-components/gauge.component.mjs +0 -253
- package/esm2022/base-components/labels.component.mjs +0 -90
- package/esm2022/base-components/range.component.mjs +0 -41
- package/esm2022/base-components/scale.component.mjs +0 -59
- package/esm2022/base-components/settings.component.mjs +0 -30
- package/esm2022/base-components.mjs +0 -12
- package/esm2022/circular-gauge/center-template.directive.mjs +0 -38
- package/esm2022/circular-gauge/circular-gauge.component.mjs +0 -98
- package/esm2022/circular-gauge/circular-gauge.directives.mjs +0 -9
- package/esm2022/circular-gauge/circular-gauge.module.mjs +0 -48
- package/esm2022/circular-gauge/gauge-area.component.mjs +0 -37
- package/esm2022/circular-gauge/labels.component.mjs +0 -44
- package/esm2022/circular-gauge/scale.component.mjs +0 -44
- package/esm2022/directives.mjs +0 -89
- package/esm2022/gauges.module.mjs +0 -73
- package/esm2022/index.mjs +0 -17
- package/esm2022/linear-gauge/gauge-area.component.mjs +0 -38
- package/esm2022/linear-gauge/labels.component.mjs +0 -39
- package/esm2022/linear-gauge/linear-gauge.component.mjs +0 -91
- package/esm2022/linear-gauge/linear-gauge.directives.mjs +0 -12
- package/esm2022/linear-gauge/linear-gauge.module.mjs +0 -52
- package/esm2022/linear-gauge/pointer.component.mjs +0 -80
- package/esm2022/linear-gauge/pointers.component.mjs +0 -69
- package/esm2022/linear-gauge/range.component.mjs +0 -42
- package/esm2022/linear-gauge/ranges.component.mjs +0 -77
- package/esm2022/linear-gauge/scale.component.mjs +0 -69
- package/esm2022/package-metadata.mjs +0 -16
- package/esm2022/progress-kendo-angular-gauges.mjs +0 -8
- package/esm2022/radial-gauge/gauge-area.component.mjs +0 -45
- package/esm2022/radial-gauge/labels.component.mjs +0 -45
- package/esm2022/radial-gauge/pointer.component.mjs +0 -62
- package/esm2022/radial-gauge/pointers.component.mjs +0 -72
- package/esm2022/radial-gauge/radial-gauge.component.mjs +0 -93
- package/esm2022/radial-gauge/radial-gauge.directives.mjs +0 -12
- package/esm2022/radial-gauge/radial-gauge.module.mjs +0 -52
- package/esm2022/radial-gauge/range.component.mjs +0 -40
- package/esm2022/radial-gauge/ranges.component.mjs +0 -77
- package/esm2022/radial-gauge/scale.component.mjs +0 -71
- package/esm2022/services/collection-changes.service.mjs +0 -17
- package/esm2022/services/configuration.service.mjs +0 -98
- package/esm2022/services/theme.service.mjs +0 -43
- package/esm2022/services.mjs +0 -7
- package/esm2022/types/arc-scale.interface.mjs +0 -5
- package/esm2022/types/border.interface.mjs +0 -5
- package/esm2022/types/cap.interface.mjs +0 -5
- package/esm2022/types/circular-gauge-scale.interface.mjs +0 -5
- package/esm2022/types/color-range.interface.mjs +0 -5
- package/esm2022/types/dash-type.interface.mjs +0 -5
- package/esm2022/types/gauge-area.interface.mjs +0 -5
- package/esm2022/types/labels.interface.mjs +0 -5
- package/esm2022/types/line-cap.mjs +0 -5
- package/esm2022/types/line.interface.mjs +0 -5
- package/esm2022/types/linear-pointer-shape.mjs +0 -5
- package/esm2022/types/linear-pointer.interface.mjs +0 -5
- package/esm2022/types/linear-scale.interface.mjs +0 -5
- package/esm2022/types/margin.interface.mjs +0 -5
- package/esm2022/types/padding.interface.mjs +0 -5
- package/esm2022/types/radial-label-position.mjs +0 -5
- package/esm2022/types/radial-labels.interface.mjs +0 -5
- package/esm2022/types/radial-pointer.interface.mjs +0 -5
- package/esm2022/types/radial-scale.interface.mjs +0 -5
- package/esm2022/types/range.interface.mjs +0 -5
- package/esm2022/types/scale.interface.mjs +0 -5
- package/esm2022/types/ticks.interface.mjs +0 -5
- package/esm2022/types.mjs +0 -5
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Directive } from '@angular/core';
|
|
6
|
-
import { ConfigurationService } from '../services';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
import * as i1 from "../services";
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export class SettingsComponent {
|
|
13
|
-
key;
|
|
14
|
-
configurationService;
|
|
15
|
-
constructor(key, configurationService) {
|
|
16
|
-
this.key = key;
|
|
17
|
-
this.configurationService = configurationService;
|
|
18
|
-
}
|
|
19
|
-
ngOnChanges(changes) {
|
|
20
|
-
this.configurationService.copyChanges(this.key, changes);
|
|
21
|
-
}
|
|
22
|
-
ngOnDestroy() {
|
|
23
|
-
this.configurationService.set(this.key, null);
|
|
24
|
-
}
|
|
25
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SettingsComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
26
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SettingsComponent, usesOnChanges: true, ngImport: i0 });
|
|
27
|
-
}
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SettingsComponent, decorators: [{
|
|
29
|
-
type: Directive
|
|
30
|
-
}], ctorParameters: () => [{ type: undefined }, { type: i1.ConfigurationService }] });
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
export { CollectionComponent } from './base-components/collection.component';
|
|
6
|
-
export { CollectionItemComponent } from './base-components/collection-item.component';
|
|
7
|
-
export { GaugeComponent } from './base-components/gauge.component';
|
|
8
|
-
export { GaugeAreaComponent } from './base-components/gauge-area.component';
|
|
9
|
-
export { LabelsComponent } from './base-components/labels.component';
|
|
10
|
-
export { RangeComponent } from './base-components/range.component';
|
|
11
|
-
export { ScaleComponent } from './base-components/scale.component';
|
|
12
|
-
export { SettingsComponent } from './base-components/settings.component';
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Directive, TemplateRef, Optional } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Represents a directive that allows customizing the center part of the `<kendo-circulargauge>` component
|
|
9
|
-
* ([more information and example]({% slug centertemplate_circulargauge %})).
|
|
10
|
-
*
|
|
11
|
-
* The template context provides access to the current CircularGauge value through the `value` and `color` fields.
|
|
12
|
-
*
|
|
13
|
-
* @example
|
|
14
|
-
* ```html
|
|
15
|
-
* <kendo-circulargauge [value]="value">
|
|
16
|
-
* <ng-template kendoCircularGaugeCenterTemplate let-value="value" let-color="color">
|
|
17
|
-
* { value }}%
|
|
18
|
-
* </ng-template>
|
|
19
|
-
* </kendo-circulargauge>
|
|
20
|
-
* ```
|
|
21
|
-
*/
|
|
22
|
-
export class CircularGaugeCenterTemplateDirective {
|
|
23
|
-
templateRef;
|
|
24
|
-
constructor(templateRef) {
|
|
25
|
-
this.templateRef = templateRef;
|
|
26
|
-
}
|
|
27
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CircularGaugeCenterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: CircularGaugeCenterTemplateDirective, isStandalone: true, selector: "[kendoCircularGaugeCenterTemplate]", ngImport: i0 });
|
|
29
|
-
}
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CircularGaugeCenterTemplateDirective, decorators: [{
|
|
31
|
-
type: Directive,
|
|
32
|
-
args: [{
|
|
33
|
-
selector: '[kendoCircularGaugeCenterTemplate]',
|
|
34
|
-
standalone: true
|
|
35
|
-
}]
|
|
36
|
-
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
37
|
-
type: Optional
|
|
38
|
-
}] }] });
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ChangeDetectionStrategy, Component, ContentChild, Input } from '@angular/core';
|
|
6
|
-
import { L10N_PREFIX, LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
|
-
import { CircularGauge } from '@progress/kendo-charts';
|
|
8
|
-
import { CircularGaugeCenterTemplateDirective } from './center-template.directive';
|
|
9
|
-
import { ArcGaugeComponent } from '../arc-gauge/arc-gauge.component';
|
|
10
|
-
import { ConfigurationService } from '../services';
|
|
11
|
-
import { ResizeSensorComponent } from '@progress/kendo-angular-common';
|
|
12
|
-
import { NgTemplateOutlet } from '@angular/common';
|
|
13
|
-
import * as i0 from "@angular/core";
|
|
14
|
-
/**
|
|
15
|
-
* Represents the [Kendo UI CircularGauge component for Angular]({% slug overview_circulargauge_gauges %}).
|
|
16
|
-
*
|
|
17
|
-
* @example
|
|
18
|
-
* ```ts
|
|
19
|
-
* import { Component } from '@angular/core';
|
|
20
|
-
*
|
|
21
|
-
* _@Component({
|
|
22
|
-
* selector: 'my-app',
|
|
23
|
-
* template: `
|
|
24
|
-
* <kendo-circulargauge [value]="value" [scale]="{ max: 100 }">
|
|
25
|
-
* <ng-template kendoCircularGaugeCenterTemplate let-value="value">
|
|
26
|
-
* {{ value }}%
|
|
27
|
-
* </ng-template>
|
|
28
|
-
* </kendo-circulargauge>
|
|
29
|
-
* `
|
|
30
|
-
* })
|
|
31
|
-
* class AppComponent {
|
|
32
|
-
* public value: number = 10;
|
|
33
|
-
* }
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* @remarks
|
|
37
|
-
* Supported children components are: {@link CircularGaugeScaleComponent}, {@link CircularGaugeLabelsComponent}, {@link CircularGaugeAreaComponent}.
|
|
38
|
-
*/
|
|
39
|
-
export class CircularGaugeComponent extends ArcGaugeComponent {
|
|
40
|
-
/**
|
|
41
|
-
* Specifies the scale options of the Gauge.
|
|
42
|
-
*/
|
|
43
|
-
scale;
|
|
44
|
-
centerTemplate;
|
|
45
|
-
createInstance(element, options, theme, context) {
|
|
46
|
-
this.instance = new CircularGauge(element, options, theme, context);
|
|
47
|
-
this.updateElements();
|
|
48
|
-
}
|
|
49
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CircularGaugeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
50
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: CircularGaugeComponent, isStandalone: true, selector: "kendo-circulargauge", inputs: { scale: "scale" }, providers: [
|
|
51
|
-
ConfigurationService,
|
|
52
|
-
LocalizationService,
|
|
53
|
-
{
|
|
54
|
-
provide: L10N_PREFIX,
|
|
55
|
-
useValue: 'kendo.circulargauge'
|
|
56
|
-
}
|
|
57
|
-
], queries: [{ propertyName: "centerTemplate", first: true, predicate: CircularGaugeCenterTemplateDirective, descendants: true }], exportAs: ["kendoCircularGauge"], usesInheritance: true, ngImport: i0, template: `
|
|
58
|
-
<div #surface class='k-chart-surface'></div>
|
|
59
|
-
@if (centerTemplate) {
|
|
60
|
-
<div class="k-arcgauge-label" #label>
|
|
61
|
-
<ng-template [ngTemplateOutlet]="centerTemplate.templateRef" [ngTemplateOutletContext]="centerTemplateContext"></ng-template>
|
|
62
|
-
</div>
|
|
63
|
-
}
|
|
64
|
-
<kendo-resize-sensor (resize)="onResize()" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
|
|
65
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
66
|
-
}
|
|
67
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CircularGaugeComponent, decorators: [{
|
|
68
|
-
type: Component,
|
|
69
|
-
args: [{
|
|
70
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
71
|
-
exportAs: 'kendoCircularGauge',
|
|
72
|
-
providers: [
|
|
73
|
-
ConfigurationService,
|
|
74
|
-
LocalizationService,
|
|
75
|
-
{
|
|
76
|
-
provide: L10N_PREFIX,
|
|
77
|
-
useValue: 'kendo.circulargauge'
|
|
78
|
-
}
|
|
79
|
-
],
|
|
80
|
-
selector: 'kendo-circulargauge',
|
|
81
|
-
template: `
|
|
82
|
-
<div #surface class='k-chart-surface'></div>
|
|
83
|
-
@if (centerTemplate) {
|
|
84
|
-
<div class="k-arcgauge-label" #label>
|
|
85
|
-
<ng-template [ngTemplateOutlet]="centerTemplate.templateRef" [ngTemplateOutletContext]="centerTemplateContext"></ng-template>
|
|
86
|
-
</div>
|
|
87
|
-
}
|
|
88
|
-
<kendo-resize-sensor (resize)="onResize()" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
|
|
89
|
-
`,
|
|
90
|
-
standalone: true,
|
|
91
|
-
imports: [NgTemplateOutlet, ResizeSensorComponent]
|
|
92
|
-
}]
|
|
93
|
-
}], propDecorators: { scale: [{
|
|
94
|
-
type: Input
|
|
95
|
-
}], centerTemplate: [{
|
|
96
|
-
type: ContentChild,
|
|
97
|
-
args: [CircularGaugeCenterTemplateDirective, { static: false }]
|
|
98
|
-
}] } });
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
export { CircularGaugeComponent } from './circular-gauge.component';
|
|
6
|
-
export { CircularGaugeAreaComponent } from './gauge-area.component';
|
|
7
|
-
export { CircularGaugeScaleComponent } from './scale.component';
|
|
8
|
-
export { CircularGaugeLabelsComponent } from './labels.component';
|
|
9
|
-
export { CircularGaugeCenterTemplateDirective } from './center-template.directive';
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { NgModule } from '@angular/core';
|
|
6
|
-
import { KENDO_CIRCULARGAUGE } from '../directives';
|
|
7
|
-
import { ThemeService } from '../services';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
import * as i1 from "./circular-gauge.component";
|
|
10
|
-
import * as i2 from "./center-template.directive";
|
|
11
|
-
import * as i3 from "./gauge-area.component";
|
|
12
|
-
import * as i4 from "./scale.component";
|
|
13
|
-
import * as i5 from "./labels.component";
|
|
14
|
-
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
15
|
-
/**
|
|
16
|
-
* Represents the [`NgModule`](link:site.data.urls.angular['ngmodules']) definition that includes the CircularGauge component and its directives.
|
|
17
|
-
* Import the `CircularGaugeModule` into your application
|
|
18
|
-
* [root module](link:site.data.urls.angular['ngmodules']#angular-modularity) or any other sub-module
|
|
19
|
-
* that uses the CircularGauge component.
|
|
20
|
-
*
|
|
21
|
-
* @example
|
|
22
|
-
* ```ts
|
|
23
|
-
* import { NgModule } from '@angular/core';
|
|
24
|
-
* import { BrowserModule } from '@angular/platform-browser';
|
|
25
|
-
* import { CircularGaugeModule } from '@progress/kendo-angular-gauges';
|
|
26
|
-
* import { AppComponent } from './app.component';
|
|
27
|
-
*
|
|
28
|
-
* @NgModule({
|
|
29
|
-
* bootstrap: [AppComponent],
|
|
30
|
-
* declarations: [AppComponent],
|
|
31
|
-
* imports: [BrowserModule, CircularGaugeModule]
|
|
32
|
-
* })
|
|
33
|
-
* export class AppModule { }
|
|
34
|
-
* ```
|
|
35
|
-
*/
|
|
36
|
-
export class CircularGaugeModule {
|
|
37
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CircularGaugeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
38
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: CircularGaugeModule, imports: [i1.CircularGaugeComponent, i2.CircularGaugeCenterTemplateDirective, i3.CircularGaugeAreaComponent, i4.CircularGaugeScaleComponent, i5.CircularGaugeLabelsComponent], exports: [i1.CircularGaugeComponent, i2.CircularGaugeCenterTemplateDirective, i3.CircularGaugeAreaComponent, i4.CircularGaugeScaleComponent, i5.CircularGaugeLabelsComponent] });
|
|
39
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CircularGaugeModule, providers: [ThemeService], imports: [i1.CircularGaugeComponent] });
|
|
40
|
-
}
|
|
41
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CircularGaugeModule, decorators: [{
|
|
42
|
-
type: NgModule,
|
|
43
|
-
args: [{
|
|
44
|
-
exports: [...KENDO_CIRCULARGAUGE],
|
|
45
|
-
imports: [...KENDO_CIRCULARGAUGE],
|
|
46
|
-
providers: [ThemeService]
|
|
47
|
-
}]
|
|
48
|
-
}] });
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Component } from '@angular/core';
|
|
6
|
-
import { ArcGaugeAreaComponent } from '../arc-gauge/gauge-area.component';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* Represents the configuration options of the Circular Gauge area.
|
|
10
|
-
* Sets up the entire visible area of the CircularGauge.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```typescript
|
|
14
|
-
* @Component({
|
|
15
|
-
* selector: 'my-app',
|
|
16
|
-
* template: `
|
|
17
|
-
* <kendo-circulargauge>
|
|
18
|
-
* <kendo-circulargauge-area background="lightblue" margin="10">
|
|
19
|
-
* </kendo-circulargauge-area>
|
|
20
|
-
* </kendo-circulargauge>
|
|
21
|
-
* `
|
|
22
|
-
* })
|
|
23
|
-
* export class AppComponent { }
|
|
24
|
-
* ```
|
|
25
|
-
*/
|
|
26
|
-
export class CircularGaugeAreaComponent extends ArcGaugeAreaComponent {
|
|
27
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CircularGaugeAreaComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
28
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: CircularGaugeAreaComponent, isStandalone: true, selector: "kendo-circulargauge-area", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
29
|
-
}
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CircularGaugeAreaComponent, decorators: [{
|
|
31
|
-
type: Component,
|
|
32
|
-
args: [{
|
|
33
|
-
selector: 'kendo-circulargauge-area',
|
|
34
|
-
template: '',
|
|
35
|
-
standalone: true
|
|
36
|
-
}]
|
|
37
|
-
}] });
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Component } from '@angular/core';
|
|
6
|
-
import { ArcLabelsComponent } from '../arc-gauge/labels.component';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* Represents the configuration options for the scale labels of the Circular Gauge.
|
|
10
|
-
*
|
|
11
|
-
* @example
|
|
12
|
-
* ```ts
|
|
13
|
-
* import { Component } from '@angular/core';
|
|
14
|
-
*
|
|
15
|
-
* @Component({
|
|
16
|
-
* selector: 'my-app',
|
|
17
|
-
* template: `
|
|
18
|
-
* <kendo-circulargauge [value]="value">
|
|
19
|
-
* <kendo-circulargauge-scale>
|
|
20
|
-
* <kendo-circulargauge-scale-labels
|
|
21
|
-
* color="blue"
|
|
22
|
-
* font="12px Arial">
|
|
23
|
-
* </kendo-circulargauge-scale-labels>
|
|
24
|
-
* </kendo-circulargauge-scale>
|
|
25
|
-
* </kendo-circulargauge>
|
|
26
|
-
* `
|
|
27
|
-
* })
|
|
28
|
-
* export class AppComponent {
|
|
29
|
-
* public value: number = 75;
|
|
30
|
-
* }
|
|
31
|
-
* ```
|
|
32
|
-
*/
|
|
33
|
-
export class CircularGaugeLabelsComponent extends ArcLabelsComponent {
|
|
34
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CircularGaugeLabelsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
35
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: CircularGaugeLabelsComponent, isStandalone: true, selector: "kendo-circulargauge-scale-labels", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
36
|
-
}
|
|
37
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CircularGaugeLabelsComponent, decorators: [{
|
|
38
|
-
type: Component,
|
|
39
|
-
args: [{
|
|
40
|
-
selector: 'kendo-circulargauge-scale-labels',
|
|
41
|
-
template: '',
|
|
42
|
-
standalone: true
|
|
43
|
-
}]
|
|
44
|
-
}] });
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Component } from '@angular/core';
|
|
6
|
-
import { ArcScaleComponent } from '../arc-gauge/scale.component';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* Represents the configuration options for the scale of the Circular Gauge
|
|
10
|
-
* ([see example]({% slug scaleoptions_circulargauge %})).
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```typescript
|
|
14
|
-
* @Component({
|
|
15
|
-
* selector: 'my-app',
|
|
16
|
-
* template: `
|
|
17
|
-
* <kendo-circulargauge>
|
|
18
|
-
* <kendo-circulargauge-scale [min]="0" [max]="100">
|
|
19
|
-
* </kendo-circulargauge-scale>
|
|
20
|
-
* </kendo-circulargauge>
|
|
21
|
-
* `
|
|
22
|
-
* })
|
|
23
|
-
* class AppComponent { }
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @remarks
|
|
27
|
-
* Supported children components are: {@link CircularGaugeLabelsComponent}
|
|
28
|
-
*/
|
|
29
|
-
export class CircularGaugeScaleComponent extends ArcScaleComponent {
|
|
30
|
-
/**
|
|
31
|
-
* @hidden
|
|
32
|
-
*/
|
|
33
|
-
endAngle;
|
|
34
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CircularGaugeScaleComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
35
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: CircularGaugeScaleComponent, isStandalone: true, selector: "kendo-circulargauge-scale", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
36
|
-
}
|
|
37
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CircularGaugeScaleComponent, decorators: [{
|
|
38
|
-
type: Component,
|
|
39
|
-
args: [{
|
|
40
|
-
selector: 'kendo-circulargauge-scale',
|
|
41
|
-
template: '',
|
|
42
|
-
standalone: true
|
|
43
|
-
}]
|
|
44
|
-
}] });
|
package/esm2022/directives.mjs
DELETED
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ArcCenterTemplateDirective } from "./arc-gauge/arc-center-template.directive";
|
|
6
|
-
import { ArcGaugeComponent } from "./arc-gauge/arc-gauge.component";
|
|
7
|
-
import { ColorComponent } from "./arc-gauge/color.component";
|
|
8
|
-
import { ColorsComponent } from "./arc-gauge/colors.component";
|
|
9
|
-
import { ArcGaugeAreaComponent } from "./arc-gauge/gauge-area.component";
|
|
10
|
-
import { ArcLabelsComponent } from "./arc-gauge/labels.component";
|
|
11
|
-
import { ArcScaleComponent } from "./arc-gauge/scale.component";
|
|
12
|
-
import { CircularGaugeCenterTemplateDirective } from "./circular-gauge/center-template.directive";
|
|
13
|
-
import { CircularGaugeComponent } from "./circular-gauge/circular-gauge.component";
|
|
14
|
-
import { CircularGaugeAreaComponent } from "./circular-gauge/gauge-area.component";
|
|
15
|
-
import { CircularGaugeLabelsComponent } from "./circular-gauge/labels.component";
|
|
16
|
-
import { CircularGaugeScaleComponent } from "./circular-gauge/scale.component";
|
|
17
|
-
import { LinearGaugeAreaComponent } from "./linear-gauge/gauge-area.component";
|
|
18
|
-
import { LinearLabelsComponent } from "./linear-gauge/labels.component";
|
|
19
|
-
import { LinearGaugeComponent } from "./linear-gauge/linear-gauge.component";
|
|
20
|
-
import { LinearPointerComponent } from "./linear-gauge/pointer.component";
|
|
21
|
-
import { LinearPointersComponent } from "./linear-gauge/pointers.component";
|
|
22
|
-
import { LinearRangeComponent } from "./linear-gauge/range.component";
|
|
23
|
-
import { LinearRangesComponent } from "./linear-gauge/ranges.component";
|
|
24
|
-
import { LinearScaleComponent } from "./linear-gauge/scale.component";
|
|
25
|
-
import { RadialGaugeAreaComponent } from "./radial-gauge/gauge-area.component";
|
|
26
|
-
import { RadialLabelsComponent } from "./radial-gauge/labels.component";
|
|
27
|
-
import { RadialPointerComponent } from "./radial-gauge/pointer.component";
|
|
28
|
-
import { RadialPointersComponent } from "./radial-gauge/pointers.component";
|
|
29
|
-
import { RadialGaugeComponent } from "./radial-gauge/radial-gauge.component";
|
|
30
|
-
import { RadialRangeComponent } from "./radial-gauge/range.component";
|
|
31
|
-
import { RadialRangesComponent } from "./radial-gauge/ranges.component";
|
|
32
|
-
import { RadialScaleComponent } from "./radial-gauge/scale.component";
|
|
33
|
-
/**
|
|
34
|
-
* Use this utility array to access all ArcGauge-related components and directives in a standalone Angular component.
|
|
35
|
-
*/
|
|
36
|
-
export const KENDO_ARCGAUGE = [
|
|
37
|
-
ArcGaugeComponent,
|
|
38
|
-
ArcCenterTemplateDirective,
|
|
39
|
-
ArcGaugeAreaComponent,
|
|
40
|
-
ArcScaleComponent,
|
|
41
|
-
ArcLabelsComponent,
|
|
42
|
-
ColorsComponent,
|
|
43
|
-
ColorComponent
|
|
44
|
-
];
|
|
45
|
-
/**
|
|
46
|
-
* Use this utility array to access all CircularGauge-related components and directives in a standalone Angular component.
|
|
47
|
-
*/
|
|
48
|
-
export const KENDO_CIRCULARGAUGE = [
|
|
49
|
-
CircularGaugeComponent,
|
|
50
|
-
CircularGaugeCenterTemplateDirective,
|
|
51
|
-
CircularGaugeAreaComponent,
|
|
52
|
-
CircularGaugeScaleComponent,
|
|
53
|
-
CircularGaugeLabelsComponent
|
|
54
|
-
];
|
|
55
|
-
/**
|
|
56
|
-
* Use this utility array to access all LinearGauge-related components and directives in a standalone Angular component.
|
|
57
|
-
*/
|
|
58
|
-
export const KENDO_LINEARGAUGE = [
|
|
59
|
-
LinearGaugeComponent,
|
|
60
|
-
LinearGaugeAreaComponent,
|
|
61
|
-
LinearScaleComponent,
|
|
62
|
-
LinearLabelsComponent,
|
|
63
|
-
LinearPointersComponent,
|
|
64
|
-
LinearPointerComponent,
|
|
65
|
-
LinearRangeComponent,
|
|
66
|
-
LinearRangesComponent
|
|
67
|
-
];
|
|
68
|
-
/**
|
|
69
|
-
* Use this utility array to access all RadialGauge-related components and directives in a standalone Angular component.
|
|
70
|
-
*/
|
|
71
|
-
export const KENDO_RADIALGAUGE = [
|
|
72
|
-
RadialGaugeComponent,
|
|
73
|
-
RadialGaugeAreaComponent,
|
|
74
|
-
RadialScaleComponent,
|
|
75
|
-
RadialLabelsComponent,
|
|
76
|
-
RadialPointersComponent,
|
|
77
|
-
RadialPointerComponent,
|
|
78
|
-
RadialRangeComponent,
|
|
79
|
-
RadialRangesComponent
|
|
80
|
-
];
|
|
81
|
-
/**
|
|
82
|
-
* Use this utility array to access all `@progress/kendo-angular-gauges`-related components and directives in a standalone Angular component.
|
|
83
|
-
*/
|
|
84
|
-
export const KENDO_GAUGES = [
|
|
85
|
-
...KENDO_ARCGAUGE,
|
|
86
|
-
...KENDO_CIRCULARGAUGE,
|
|
87
|
-
...KENDO_LINEARGAUGE,
|
|
88
|
-
...KENDO_RADIALGAUGE
|
|
89
|
-
];
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { NgModule } from '@angular/core';
|
|
6
|
-
import { KENDO_GAUGES } from './directives';
|
|
7
|
-
import { ThemeService } from './services';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
import * as i1 from "./arc-gauge/arc-gauge.component";
|
|
10
|
-
import * as i2 from "./arc-gauge/arc-center-template.directive";
|
|
11
|
-
import * as i3 from "./arc-gauge/gauge-area.component";
|
|
12
|
-
import * as i4 from "./arc-gauge/scale.component";
|
|
13
|
-
import * as i5 from "./arc-gauge/labels.component";
|
|
14
|
-
import * as i6 from "./arc-gauge/colors.component";
|
|
15
|
-
import * as i7 from "./arc-gauge/color.component";
|
|
16
|
-
import * as i8 from "./circular-gauge/circular-gauge.component";
|
|
17
|
-
import * as i9 from "./circular-gauge/center-template.directive";
|
|
18
|
-
import * as i10 from "./circular-gauge/gauge-area.component";
|
|
19
|
-
import * as i11 from "./circular-gauge/scale.component";
|
|
20
|
-
import * as i12 from "./circular-gauge/labels.component";
|
|
21
|
-
import * as i13 from "./linear-gauge/linear-gauge.component";
|
|
22
|
-
import * as i14 from "./linear-gauge/gauge-area.component";
|
|
23
|
-
import * as i15 from "./linear-gauge/scale.component";
|
|
24
|
-
import * as i16 from "./linear-gauge/labels.component";
|
|
25
|
-
import * as i17 from "./linear-gauge/pointers.component";
|
|
26
|
-
import * as i18 from "./linear-gauge/pointer.component";
|
|
27
|
-
import * as i19 from "./linear-gauge/range.component";
|
|
28
|
-
import * as i20 from "./linear-gauge/ranges.component";
|
|
29
|
-
import * as i21 from "./radial-gauge/radial-gauge.component";
|
|
30
|
-
import * as i22 from "./radial-gauge/gauge-area.component";
|
|
31
|
-
import * as i23 from "./radial-gauge/scale.component";
|
|
32
|
-
import * as i24 from "./radial-gauge/labels.component";
|
|
33
|
-
import * as i25 from "./radial-gauge/pointers.component";
|
|
34
|
-
import * as i26 from "./radial-gauge/pointer.component";
|
|
35
|
-
import * as i27 from "./radial-gauge/range.component";
|
|
36
|
-
import * as i28 from "./radial-gauge/ranges.component";
|
|
37
|
-
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
38
|
-
/**
|
|
39
|
-
* Represents the [NgModule](link:site.data.urls.angular['ngmodules']) definition that includes all Gauge components and directives.
|
|
40
|
-
*
|
|
41
|
-
* Import the `GaugesModule` into your application
|
|
42
|
-
* [root module](link:site.data.urls.angular['ngmodules']#angular-modularity) or any other sub-module
|
|
43
|
-
* that will use the Gauge components.
|
|
44
|
-
*
|
|
45
|
-
* @example
|
|
46
|
-
* ```ts-no-run
|
|
47
|
-
* import { NgModule } from '@angular/core';
|
|
48
|
-
* import { BrowserModule } from '@angular/platform-browser';
|
|
49
|
-
* import { GaugesModule } from '@progress/kendo-angular-gauges';
|
|
50
|
-
* import { AppComponent } from './app.component';
|
|
51
|
-
*
|
|
52
|
-
* _@NgModule({
|
|
53
|
-
* bootstrap: [AppComponent],
|
|
54
|
-
* declarations: [AppComponent],
|
|
55
|
-
* imports: [BrowserModule, GaugesModule]
|
|
56
|
-
* })
|
|
57
|
-
* export class AppModule {
|
|
58
|
-
* }
|
|
59
|
-
* ```
|
|
60
|
-
*/
|
|
61
|
-
export class GaugesModule {
|
|
62
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GaugesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
63
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: GaugesModule, imports: [i1.ArcGaugeComponent, i2.ArcCenterTemplateDirective, i3.ArcGaugeAreaComponent, i4.ArcScaleComponent, i5.ArcLabelsComponent, i6.ColorsComponent, i7.ColorComponent, i8.CircularGaugeComponent, i9.CircularGaugeCenterTemplateDirective, i10.CircularGaugeAreaComponent, i11.CircularGaugeScaleComponent, i12.CircularGaugeLabelsComponent, i13.LinearGaugeComponent, i14.LinearGaugeAreaComponent, i15.LinearScaleComponent, i16.LinearLabelsComponent, i17.LinearPointersComponent, i18.LinearPointerComponent, i19.LinearRangeComponent, i20.LinearRangesComponent, i21.RadialGaugeComponent, i22.RadialGaugeAreaComponent, i23.RadialScaleComponent, i24.RadialLabelsComponent, i25.RadialPointersComponent, i26.RadialPointerComponent, i27.RadialRangeComponent, i28.RadialRangesComponent], exports: [i1.ArcGaugeComponent, i2.ArcCenterTemplateDirective, i3.ArcGaugeAreaComponent, i4.ArcScaleComponent, i5.ArcLabelsComponent, i6.ColorsComponent, i7.ColorComponent, i8.CircularGaugeComponent, i9.CircularGaugeCenterTemplateDirective, i10.CircularGaugeAreaComponent, i11.CircularGaugeScaleComponent, i12.CircularGaugeLabelsComponent, i13.LinearGaugeComponent, i14.LinearGaugeAreaComponent, i15.LinearScaleComponent, i16.LinearLabelsComponent, i17.LinearPointersComponent, i18.LinearPointerComponent, i19.LinearRangeComponent, i20.LinearRangesComponent, i21.RadialGaugeComponent, i22.RadialGaugeAreaComponent, i23.RadialScaleComponent, i24.RadialLabelsComponent, i25.RadialPointersComponent, i26.RadialPointerComponent, i27.RadialRangeComponent, i28.RadialRangesComponent] });
|
|
64
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GaugesModule, providers: [ThemeService], imports: [i1.ArcGaugeComponent, i8.CircularGaugeComponent, i13.LinearGaugeComponent, i21.RadialGaugeComponent] });
|
|
65
|
-
}
|
|
66
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GaugesModule, decorators: [{
|
|
67
|
-
type: NgModule,
|
|
68
|
-
args: [{
|
|
69
|
-
exports: [...KENDO_GAUGES],
|
|
70
|
-
imports: [...KENDO_GAUGES],
|
|
71
|
-
providers: [ThemeService]
|
|
72
|
-
}]
|
|
73
|
-
}] });
|
package/esm2022/index.mjs
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
export { ArcGaugeModule } from './arc-gauge/arc-gauge.module';
|
|
6
|
-
export { LinearGaugeModule } from './linear-gauge/linear-gauge.module';
|
|
7
|
-
export { RadialGaugeModule } from './radial-gauge/radial-gauge.module';
|
|
8
|
-
export { CircularGaugeModule } from './circular-gauge/circular-gauge.module';
|
|
9
|
-
export { GaugesModule } from './gauges.module';
|
|
10
|
-
export * from './types';
|
|
11
|
-
export * from './base-components';
|
|
12
|
-
export * from './services';
|
|
13
|
-
export * from './arc-gauge/arc-gauge.directives';
|
|
14
|
-
export * from './linear-gauge/linear-gauge.directives';
|
|
15
|
-
export * from './radial-gauge/radial-gauge.directives';
|
|
16
|
-
export * from './circular-gauge/circular-gauge.directives';
|
|
17
|
-
export * from './directives';
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Component } from '@angular/core';
|
|
6
|
-
import { GaugeAreaComponent } from '../base-components';
|
|
7
|
-
import { ConfigurationService } from '../services';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
import * as i1 from "../services";
|
|
10
|
-
/**
|
|
11
|
-
* Represents the configuration options for the LinearGauge area.
|
|
12
|
-
* This component controls the entire visible area of the LinearGauge.
|
|
13
|
-
*
|
|
14
|
-
* @example
|
|
15
|
-
* ```html
|
|
16
|
-
* <kendo-lineargauge>
|
|
17
|
-
* <kendo-lineargauge-area background="lightblue" [border]="{ width: 2 }">
|
|
18
|
-
* </kendo-lineargauge-area>
|
|
19
|
-
* </kendo-lineargauge>
|
|
20
|
-
* ```
|
|
21
|
-
*/
|
|
22
|
-
export class LinearGaugeAreaComponent extends GaugeAreaComponent {
|
|
23
|
-
configurationService;
|
|
24
|
-
constructor(configurationService) {
|
|
25
|
-
super('gaugeArea', configurationService);
|
|
26
|
-
this.configurationService = configurationService;
|
|
27
|
-
}
|
|
28
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LinearGaugeAreaComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
29
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: LinearGaugeAreaComponent, isStandalone: true, selector: "kendo-lineargauge-area", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
30
|
-
}
|
|
31
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LinearGaugeAreaComponent, decorators: [{
|
|
32
|
-
type: Component,
|
|
33
|
-
args: [{
|
|
34
|
-
selector: 'kendo-lineargauge-area',
|
|
35
|
-
template: '',
|
|
36
|
-
standalone: true
|
|
37
|
-
}]
|
|
38
|
-
}], ctorParameters: () => [{ type: i1.ConfigurationService }] });
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Component } from '@angular/core';
|
|
6
|
-
import { LabelsComponent } from '../base-components';
|
|
7
|
-
import { ConfigurationService } from '../services';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
import * as i1 from "../services";
|
|
10
|
-
/**
|
|
11
|
-
* Represents the configuration options for the LinearGauge scale labels.
|
|
12
|
-
*
|
|
13
|
-
* @example
|
|
14
|
-
* ```html
|
|
15
|
-
* <kendo-lineargauge>
|
|
16
|
-
* <kendo-lineargauge-scale>
|
|
17
|
-
* <kendo-lineargauge-scale-labels [visible]="true" [format]="'N0'">
|
|
18
|
-
* </kendo-lineargauge-scale-labels>
|
|
19
|
-
* </kendo-lineargauge-scale>
|
|
20
|
-
* </kendo-lineargauge>
|
|
21
|
-
* ```
|
|
22
|
-
*/
|
|
23
|
-
export class LinearLabelsComponent extends LabelsComponent {
|
|
24
|
-
configurationService;
|
|
25
|
-
constructor(configurationService) {
|
|
26
|
-
super('scale.labels', configurationService);
|
|
27
|
-
this.configurationService = configurationService;
|
|
28
|
-
}
|
|
29
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LinearLabelsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
30
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: LinearLabelsComponent, isStandalone: true, selector: "kendo-lineargauge-scale-labels", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
31
|
-
}
|
|
32
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LinearLabelsComponent, decorators: [{
|
|
33
|
-
type: Component,
|
|
34
|
-
args: [{
|
|
35
|
-
selector: 'kendo-lineargauge-scale-labels',
|
|
36
|
-
template: '',
|
|
37
|
-
standalone: true
|
|
38
|
-
}]
|
|
39
|
-
}], ctorParameters: () => [{ type: i1.ConfigurationService }] });
|