@progress/kendo-angular-gauges 17.2.1-develop.2 → 17.3.0-develop.2

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.
@@ -80,7 +80,6 @@ export declare class ArcGaugeComponent extends GaugeComponent {
80
80
  protected updateElements(): void;
81
81
  protected updateCenterTemplate(): void;
82
82
  protected positionLabel(): void;
83
- protected updateSize(): void;
84
83
  static ɵfac: i0.ɵɵFactoryDeclaration<ArcGaugeComponent, never>;
85
84
  static ɵcmp: i0.ɵɵComponentDeclaration<ArcGaugeComponent, "kendo-arcgauge", ["kendoArcGauge"], { "value": { "alias": "value"; "required": false; }; "color": { "alias": "color"; "required": false; }; "colors": { "alias": "colors"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "scale": { "alias": "scale"; "required": false; }; }, {}, ["centerTemplate"], never, true, never>;
86
85
  }
@@ -137,8 +137,6 @@ export class ArcGaugeComponent extends GaugeComponent {
137
137
  element.style.top = `${position.top}px`;
138
138
  element.style.left = `${position.left}px`;
139
139
  }
140
- // eslint-disable-next-line @typescript-eslint/no-empty-function
141
- updateSize() { }
142
140
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ArcGaugeComponent, deps: [{ token: i0.ChangeDetectorRef }, { 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 });
143
141
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ArcGaugeComponent, isStandalone: true, selector: "kendo-arcgauge", inputs: { value: "value", color: "color", colors: "colors", opacity: "opacity", scale: "scale" }, host: { properties: { "class.k-arcgauge": "this.className" } }, providers: [
144
142
  ConfigurationService,
@@ -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: 1736177750,
13
- version: '17.2.1-develop.2',
12
+ publishDate: 1736180908,
13
+ version: '17.3.0-develop.2',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -294,8 +294,8 @@ const packageMetadata = {
294
294
  name: '@progress/kendo-angular-gauges',
295
295
  productName: 'Kendo UI for Angular',
296
296
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
297
- publishDate: 1736177750,
298
- version: '17.2.1-develop.2',
297
+ publishDate: 1736180908,
298
+ version: '17.3.0-develop.2',
299
299
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
300
300
  };
301
301
 
@@ -900,8 +900,6 @@ class ArcGaugeComponent extends GaugeComponent {
900
900
  element.style.top = `${position.top}px`;
901
901
  element.style.left = `${position.left}px`;
902
902
  }
903
- // eslint-disable-next-line @typescript-eslint/no-empty-function
904
- updateSize() { }
905
903
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ArcGaugeComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: ConfigurationService }, { token: ThemeService }, { token: i2.IntlService }, { token: i3.LocalizationService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
906
904
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ArcGaugeComponent, isStandalone: true, selector: "kendo-arcgauge", inputs: { value: "value", color: "color", colors: "colors", opacity: "opacity", scale: "scale" }, host: { properties: { "class.k-arcgauge": "this.className" } }, providers: [
907
905
  ConfigurationService,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-gauges",
3
- "version": "17.2.1-develop.2",
3
+ "version": "17.3.0-develop.2",
4
4
  "description": "Kendo UI Angular Gauges",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -26,14 +26,14 @@
26
26
  "@angular/platform-browser": "16 - 19",
27
27
  "@progress/kendo-drawing": "^1.21.0",
28
28
  "@progress/kendo-licensing": "^1.0.2",
29
- "@progress/kendo-angular-common": "17.2.1-develop.2",
30
- "@progress/kendo-angular-intl": "17.2.1-develop.2",
31
- "@progress/kendo-angular-l10n": "17.2.1-develop.2",
29
+ "@progress/kendo-angular-common": "17.3.0-develop.2",
30
+ "@progress/kendo-angular-intl": "17.3.0-develop.2",
31
+ "@progress/kendo-angular-l10n": "17.3.0-develop.2",
32
32
  "rxjs": "^6.5.3 || ^7.0.0"
33
33
  },
34
34
  "dependencies": {
35
35
  "tslib": "^2.3.1",
36
- "@progress/kendo-angular-schematics": "17.2.1-develop.2",
36
+ "@progress/kendo-angular-schematics": "17.3.0-develop.2",
37
37
  "@progress/kendo-charts": "2.6.2"
38
38
  },
39
39
  "schematics": "./schematics/collection.json",