@progress/kendo-angular-gauges 18.1.0-develop.1 → 18.1.0-develop.11
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/gauge.component.d.ts +1 -1
- package/esm2022/arc-gauge/arc-gauge.component.mjs +2 -2
- package/esm2022/base-components/gauge.component.mjs +1 -1
- package/esm2022/circular-gauge/circular-gauge.component.mjs +2 -2
- package/esm2022/linear-gauge/linear-gauge.component.mjs +2 -2
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/radial-gauge/radial-gauge.component.mjs +2 -2
- package/fesm2022/progress-kendo-angular-gauges.mjs +11 -11
- package/package.json +7 -7
|
@@ -84,7 +84,7 @@ export declare abstract class GaugeComponent implements AfterViewChecked, OnChan
|
|
|
84
84
|
/**
|
|
85
85
|
* @hidden
|
|
86
86
|
*/
|
|
87
|
-
onResize(
|
|
87
|
+
onResize(): void;
|
|
88
88
|
/**
|
|
89
89
|
* Detects the size of the container and redraws the Gauge.
|
|
90
90
|
* Resizing is automatic unless you set the `resizeRateLimit` option to `0`.
|
|
@@ -150,7 +150,7 @@ export class ArcGaugeComponent extends GaugeComponent {
|
|
|
150
150
|
<div class="k-arcgauge-label" *ngIf="centerTemplate" #label>
|
|
151
151
|
<ng-template [ngTemplateOutlet]="centerTemplate.templateRef" [ngTemplateOutletContext]="centerTemplateContext"></ng-template>
|
|
152
152
|
</div>
|
|
153
|
-
<kendo-resize-sensor (resize)="onResize(
|
|
153
|
+
<kendo-resize-sensor (resize)="onResize()" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
|
|
154
154
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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 });
|
|
155
155
|
}
|
|
156
156
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ArcGaugeComponent, decorators: [{
|
|
@@ -172,7 +172,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
172
172
|
<div class="k-arcgauge-label" *ngIf="centerTemplate" #label>
|
|
173
173
|
<ng-template [ngTemplateOutlet]="centerTemplate.templateRef" [ngTemplateOutletContext]="centerTemplateContext"></ng-template>
|
|
174
174
|
</div>
|
|
175
|
-
<kendo-resize-sensor (resize)="onResize(
|
|
175
|
+
<kendo-resize-sensor (resize)="onResize()" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
|
|
176
176
|
`,
|
|
177
177
|
standalone: true,
|
|
178
178
|
imports: [NgIf, NgTemplateOutlet, ResizeSensorComponent]
|
|
@@ -57,7 +57,7 @@ export class CircularGaugeComponent extends ArcGaugeComponent {
|
|
|
57
57
|
<div class="k-arcgauge-label" *ngIf="centerTemplate" #label>
|
|
58
58
|
<ng-template [ngTemplateOutlet]="centerTemplate.templateRef" [ngTemplateOutletContext]="centerTemplateContext"></ng-template>
|
|
59
59
|
</div>
|
|
60
|
-
<kendo-resize-sensor (resize)="onResize(
|
|
60
|
+
<kendo-resize-sensor (resize)="onResize()" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
|
|
61
61
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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 });
|
|
62
62
|
}
|
|
63
63
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CircularGaugeComponent, decorators: [{
|
|
@@ -79,7 +79,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
79
79
|
<div class="k-arcgauge-label" *ngIf="centerTemplate" #label>
|
|
80
80
|
<ng-template [ngTemplateOutlet]="centerTemplate.templateRef" [ngTemplateOutletContext]="centerTemplateContext"></ng-template>
|
|
81
81
|
</div>
|
|
82
|
-
<kendo-resize-sensor (resize)="onResize(
|
|
82
|
+
<kendo-resize-sensor (resize)="onResize()" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
|
|
83
83
|
`,
|
|
84
84
|
standalone: true,
|
|
85
85
|
imports: [NgIf, NgTemplateOutlet, ResizeSensorComponent]
|
|
@@ -58,7 +58,7 @@ export class LinearGaugeComponent extends GaugeComponent {
|
|
|
58
58
|
}
|
|
59
59
|
], exportAs: ["kendoLinearGauge"], usesInheritance: true, ngImport: i0, template: `
|
|
60
60
|
<div #surface class='k-chart-surface'></div>
|
|
61
|
-
<kendo-resize-sensor (resize)="onResize(
|
|
61
|
+
<kendo-resize-sensor (resize)="onResize()" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
|
|
62
62
|
`, isInline: true, dependencies: [{ kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
63
63
|
}
|
|
64
64
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LinearGaugeComponent, decorators: [{
|
|
@@ -77,7 +77,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
77
77
|
selector: 'kendo-lineargauge',
|
|
78
78
|
template: `
|
|
79
79
|
<div #surface class='k-chart-surface'></div>
|
|
80
|
-
<kendo-resize-sensor (resize)="onResize(
|
|
80
|
+
<kendo-resize-sensor (resize)="onResize()" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
|
|
81
81
|
`,
|
|
82
82
|
standalone: true,
|
|
83
83
|
imports: [ResizeSensorComponent]
|
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '18.1.0-develop.
|
|
13
|
+
publishDate: 1738662695,
|
|
14
|
+
version: '18.1.0-develop.11',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -58,7 +58,7 @@ export class RadialGaugeComponent extends GaugeComponent {
|
|
|
58
58
|
}
|
|
59
59
|
], exportAs: ["kendoRadialGauge"], usesInheritance: true, ngImport: i0, template: `
|
|
60
60
|
<div #surface class='k-chart-surface'></div>
|
|
61
|
-
<kendo-resize-sensor (resize)="onResize(
|
|
61
|
+
<kendo-resize-sensor (resize)="onResize()" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
|
|
62
62
|
`, isInline: true, dependencies: [{ kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
63
63
|
}
|
|
64
64
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialGaugeComponent, decorators: [{
|
|
@@ -77,7 +77,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
77
77
|
selector: 'kendo-radialgauge',
|
|
78
78
|
template: `
|
|
79
79
|
<div #surface class='k-chart-surface'></div>
|
|
80
|
-
<kendo-resize-sensor (resize)="onResize(
|
|
80
|
+
<kendo-resize-sensor (resize)="onResize()" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
|
|
81
81
|
`,
|
|
82
82
|
standalone: true,
|
|
83
83
|
imports: [ResizeSensorComponent]
|
|
@@ -295,8 +295,8 @@ const packageMetadata = {
|
|
|
295
295
|
productName: 'Kendo UI for Angular',
|
|
296
296
|
productCode: 'KENDOUIANGULAR',
|
|
297
297
|
productCodes: ['KENDOUIANGULAR'],
|
|
298
|
-
publishDate:
|
|
299
|
-
version: '18.1.0-develop.
|
|
298
|
+
publishDate: 1738662695,
|
|
299
|
+
version: '18.1.0-develop.11',
|
|
300
300
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
301
301
|
};
|
|
302
302
|
|
|
@@ -443,7 +443,7 @@ class GaugeComponent {
|
|
|
443
443
|
/**
|
|
444
444
|
* @hidden
|
|
445
445
|
*/
|
|
446
|
-
onResize(
|
|
446
|
+
onResize() {
|
|
447
447
|
if (this.autoResize) {
|
|
448
448
|
this.resize();
|
|
449
449
|
}
|
|
@@ -914,7 +914,7 @@ class ArcGaugeComponent extends GaugeComponent {
|
|
|
914
914
|
<div class="k-arcgauge-label" *ngIf="centerTemplate" #label>
|
|
915
915
|
<ng-template [ngTemplateOutlet]="centerTemplate.templateRef" [ngTemplateOutletContext]="centerTemplateContext"></ng-template>
|
|
916
916
|
</div>
|
|
917
|
-
<kendo-resize-sensor (resize)="onResize(
|
|
917
|
+
<kendo-resize-sensor (resize)="onResize()" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
|
|
918
918
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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 });
|
|
919
919
|
}
|
|
920
920
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ArcGaugeComponent, decorators: [{
|
|
@@ -936,7 +936,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
936
936
|
<div class="k-arcgauge-label" *ngIf="centerTemplate" #label>
|
|
937
937
|
<ng-template [ngTemplateOutlet]="centerTemplate.templateRef" [ngTemplateOutletContext]="centerTemplateContext"></ng-template>
|
|
938
938
|
</div>
|
|
939
|
-
<kendo-resize-sensor (resize)="onResize(
|
|
939
|
+
<kendo-resize-sensor (resize)="onResize()" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
|
|
940
940
|
`,
|
|
941
941
|
standalone: true,
|
|
942
942
|
imports: [NgIf, NgTemplateOutlet, ResizeSensorComponent]
|
|
@@ -1252,7 +1252,7 @@ class CircularGaugeComponent extends ArcGaugeComponent {
|
|
|
1252
1252
|
<div class="k-arcgauge-label" *ngIf="centerTemplate" #label>
|
|
1253
1253
|
<ng-template [ngTemplateOutlet]="centerTemplate.templateRef" [ngTemplateOutletContext]="centerTemplateContext"></ng-template>
|
|
1254
1254
|
</div>
|
|
1255
|
-
<kendo-resize-sensor (resize)="onResize(
|
|
1255
|
+
<kendo-resize-sensor (resize)="onResize()" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
|
|
1256
1256
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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 });
|
|
1257
1257
|
}
|
|
1258
1258
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CircularGaugeComponent, decorators: [{
|
|
@@ -1274,7 +1274,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1274
1274
|
<div class="k-arcgauge-label" *ngIf="centerTemplate" #label>
|
|
1275
1275
|
<ng-template [ngTemplateOutlet]="centerTemplate.templateRef" [ngTemplateOutletContext]="centerTemplateContext"></ng-template>
|
|
1276
1276
|
</div>
|
|
1277
|
-
<kendo-resize-sensor (resize)="onResize(
|
|
1277
|
+
<kendo-resize-sensor (resize)="onResize()" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
|
|
1278
1278
|
`,
|
|
1279
1279
|
standalone: true,
|
|
1280
1280
|
imports: [NgIf, NgTemplateOutlet, ResizeSensorComponent]
|
|
@@ -1428,7 +1428,7 @@ class LinearGaugeComponent extends GaugeComponent {
|
|
|
1428
1428
|
}
|
|
1429
1429
|
], exportAs: ["kendoLinearGauge"], usesInheritance: true, ngImport: i0, template: `
|
|
1430
1430
|
<div #surface class='k-chart-surface'></div>
|
|
1431
|
-
<kendo-resize-sensor (resize)="onResize(
|
|
1431
|
+
<kendo-resize-sensor (resize)="onResize()" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
|
|
1432
1432
|
`, isInline: true, dependencies: [{ kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1433
1433
|
}
|
|
1434
1434
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LinearGaugeComponent, decorators: [{
|
|
@@ -1447,7 +1447,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1447
1447
|
selector: 'kendo-lineargauge',
|
|
1448
1448
|
template: `
|
|
1449
1449
|
<div #surface class='k-chart-surface'></div>
|
|
1450
|
-
<kendo-resize-sensor (resize)="onResize(
|
|
1450
|
+
<kendo-resize-sensor (resize)="onResize()" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
|
|
1451
1451
|
`,
|
|
1452
1452
|
standalone: true,
|
|
1453
1453
|
imports: [ResizeSensorComponent]
|
|
@@ -1825,7 +1825,7 @@ class RadialGaugeComponent extends GaugeComponent {
|
|
|
1825
1825
|
}
|
|
1826
1826
|
], exportAs: ["kendoRadialGauge"], usesInheritance: true, ngImport: i0, template: `
|
|
1827
1827
|
<div #surface class='k-chart-surface'></div>
|
|
1828
|
-
<kendo-resize-sensor (resize)="onResize(
|
|
1828
|
+
<kendo-resize-sensor (resize)="onResize()" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
|
|
1829
1829
|
`, isInline: true, dependencies: [{ kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1830
1830
|
}
|
|
1831
1831
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialGaugeComponent, decorators: [{
|
|
@@ -1844,7 +1844,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1844
1844
|
selector: 'kendo-radialgauge',
|
|
1845
1845
|
template: `
|
|
1846
1846
|
<div #surface class='k-chart-surface'></div>
|
|
1847
|
-
<kendo-resize-sensor (resize)="onResize(
|
|
1847
|
+
<kendo-resize-sensor (resize)="onResize()" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
|
|
1848
1848
|
`,
|
|
1849
1849
|
standalone: true,
|
|
1850
1850
|
imports: [ResizeSensorComponent]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-gauges",
|
|
3
|
-
"version": "18.1.0-develop.
|
|
3
|
+
"version": "18.1.0-develop.11",
|
|
4
4
|
"description": "Kendo UI Angular Gauges",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"package": {
|
|
22
22
|
"productName": "Kendo UI for Angular",
|
|
23
23
|
"productCode": "KENDOUIANGULAR",
|
|
24
|
-
"publishDate":
|
|
24
|
+
"publishDate": 1738662695,
|
|
25
25
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
"@angular/platform-browser": "16 - 19",
|
|
33
33
|
"@progress/kendo-drawing": "^1.21.0",
|
|
34
34
|
"@progress/kendo-licensing": "^1.0.2",
|
|
35
|
-
"@progress/kendo-angular-common": "18.1.0-develop.
|
|
36
|
-
"@progress/kendo-angular-intl": "18.1.0-develop.
|
|
37
|
-
"@progress/kendo-angular-l10n": "18.1.0-develop.
|
|
35
|
+
"@progress/kendo-angular-common": "18.1.0-develop.11",
|
|
36
|
+
"@progress/kendo-angular-intl": "18.1.0-develop.11",
|
|
37
|
+
"@progress/kendo-angular-l10n": "18.1.0-develop.11",
|
|
38
38
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"tslib": "^2.3.1",
|
|
42
|
-
"@progress/kendo-angular-schematics": "18.1.0-develop.
|
|
43
|
-
"@progress/kendo-charts": "2.
|
|
42
|
+
"@progress/kendo-angular-schematics": "18.1.0-develop.11",
|
|
43
|
+
"@progress/kendo-charts": "2.7.0"
|
|
44
44
|
},
|
|
45
45
|
"schematics": "./schematics/collection.json",
|
|
46
46
|
"module": "fesm2022/progress-kendo-angular-gauges.mjs",
|