@progress/kendo-angular-gauges 16.0.0-develop.2 → 16.0.0-develop.4
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/arc-gauge/arc-center-template.directive.d.ts +1 -1
- package/arc-gauge/arc-gauge.component.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 +5 -1
- package/base-components/gauge.component.d.ts +1 -1
- package/base-components/labels.component.d.ts +5 -1
- package/base-components/range.component.d.ts +1 -1
- package/base-components/scale.component.d.ts +5 -1
- package/base-components/settings.component.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/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/esm2020/arc-gauge/arc-center-template.directive.mjs +3 -3
- package/esm2020/arc-gauge/arc-gauge.component.mjs +4 -4
- package/esm2020/arc-gauge/arc-gauge.module.mjs +4 -4
- package/esm2020/arc-gauge/color.component.mjs +3 -3
- package/esm2020/arc-gauge/colors.component.mjs +3 -3
- package/esm2020/arc-gauge/gauge-area.component.mjs +3 -3
- package/esm2020/arc-gauge/labels.component.mjs +3 -3
- package/esm2020/arc-gauge/scale.component.mjs +3 -3
- package/esm2020/base-components/collection-item.component.mjs +3 -3
- package/esm2020/base-components/collection.component.mjs +3 -3
- package/esm2020/base-components/gauge-area.component.mjs +14 -4
- package/esm2020/base-components/gauge.component.mjs +3 -3
- package/esm2020/base-components/labels.component.mjs +14 -4
- package/esm2020/base-components/range.component.mjs +3 -3
- package/esm2020/base-components/scale.component.mjs +14 -4
- package/esm2020/base-components/settings.component.mjs +3 -3
- package/esm2020/circular-gauge/center-template.directive.mjs +3 -3
- package/esm2020/circular-gauge/circular-gauge.component.mjs +4 -4
- package/esm2020/circular-gauge/circular-gauge.module.mjs +4 -4
- package/esm2020/circular-gauge/gauge-area.component.mjs +3 -3
- package/esm2020/circular-gauge/labels.component.mjs +3 -3
- package/esm2020/circular-gauge/scale.component.mjs +3 -3
- package/esm2020/gauges.module.mjs +4 -4
- package/esm2020/linear-gauge/gauge-area.component.mjs +3 -3
- package/esm2020/linear-gauge/labels.component.mjs +3 -3
- package/esm2020/linear-gauge/linear-gauge.component.mjs +4 -4
- package/esm2020/linear-gauge/linear-gauge.module.mjs +4 -4
- package/esm2020/linear-gauge/pointer.component.mjs +3 -3
- package/esm2020/linear-gauge/pointers.component.mjs +3 -3
- package/esm2020/linear-gauge/range.component.mjs +3 -3
- package/esm2020/linear-gauge/ranges.component.mjs +3 -3
- package/esm2020/linear-gauge/scale.component.mjs +3 -3
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/radial-gauge/gauge-area.component.mjs +3 -3
- package/esm2020/radial-gauge/labels.component.mjs +3 -3
- package/esm2020/radial-gauge/pointer.component.mjs +3 -3
- package/esm2020/radial-gauge/pointers.component.mjs +3 -3
- package/esm2020/radial-gauge/radial-gauge.component.mjs +4 -4
- package/esm2020/radial-gauge/radial-gauge.module.mjs +4 -4
- package/esm2020/radial-gauge/range.component.mjs +3 -3
- package/esm2020/radial-gauge/ranges.component.mjs +3 -3
- package/esm2020/radial-gauge/scale.component.mjs +3 -3
- package/esm2020/services/collection-changes.service.mjs +3 -3
- package/esm2020/services/configuration.service.mjs +3 -3
- package/esm2020/services/theme.service.mjs +3 -3
- package/esm2020/shared.module.mjs +4 -4
- package/fesm2015/progress-kendo-angular-gauges.mjs +174 -150
- package/fesm2020/progress-kendo-angular-gauges.mjs +174 -150
- 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/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.json +12 -12
- 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/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/progress-kendo-angular-gauges.d.ts +0 -9
|
@@ -102,9 +102,9 @@ class ConfigurationService {
|
|
|
102
102
|
return { key: key, options: options };
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
|
-
ConfigurationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
106
|
-
ConfigurationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
107
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
105
|
+
ConfigurationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ConfigurationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
106
|
+
ConfigurationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ConfigurationService });
|
|
107
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ConfigurationService, decorators: [{
|
|
108
108
|
type: Injectable
|
|
109
109
|
}] });
|
|
110
110
|
|
|
@@ -113,9 +113,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
113
113
|
*/
|
|
114
114
|
class CollectionChangesService {
|
|
115
115
|
}
|
|
116
|
-
CollectionChangesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
117
|
-
CollectionChangesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
118
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
116
|
+
CollectionChangesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CollectionChangesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
117
|
+
CollectionChangesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CollectionChangesService });
|
|
118
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CollectionChangesService, decorators: [{
|
|
119
119
|
type: Injectable
|
|
120
120
|
}] });
|
|
121
121
|
|
|
@@ -176,9 +176,9 @@ class ThemeService {
|
|
|
176
176
|
return window.getComputedStyle(container.querySelector(`.k-var--${varName}`)).backgroundColor;
|
|
177
177
|
}
|
|
178
178
|
}
|
|
179
|
-
ThemeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
180
|
-
ThemeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
181
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
179
|
+
ThemeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
180
|
+
ThemeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ThemeService });
|
|
181
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ThemeService, decorators: [{
|
|
182
182
|
type: Injectable
|
|
183
183
|
}] });
|
|
184
184
|
|
|
@@ -187,12 +187,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
187
187
|
*/
|
|
188
188
|
class SharedModule {
|
|
189
189
|
}
|
|
190
|
-
SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
191
|
-
SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
192
|
-
SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
190
|
+
SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
191
|
+
SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, exports: [ResizeSensorModule] });
|
|
192
|
+
SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, providers: [
|
|
193
193
|
ThemeService
|
|
194
194
|
], imports: [ResizeSensorModule] });
|
|
195
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
195
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, decorators: [{
|
|
196
196
|
type: NgModule,
|
|
197
197
|
args: [{
|
|
198
198
|
exports: [ResizeSensorModule],
|
|
@@ -228,9 +228,9 @@ class CollectionComponent {
|
|
|
228
228
|
return this.children.map(child => Object.assign({}, child.configurationService.read()));
|
|
229
229
|
}
|
|
230
230
|
}
|
|
231
|
-
CollectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
232
|
-
CollectionComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
233
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
231
|
+
CollectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CollectionComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
232
|
+
CollectionComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: CollectionComponent, ngImport: i0 });
|
|
233
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CollectionComponent, decorators: [{
|
|
234
234
|
type: Directive
|
|
235
235
|
}], ctorParameters: function () { return [{ type: undefined }, { type: ConfigurationService }, { type: CollectionChangesService }]; } });
|
|
236
236
|
|
|
@@ -247,9 +247,9 @@ class CollectionItemComponent {
|
|
|
247
247
|
this.collectionChangesService.hasChanges = true;
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
|
-
CollectionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
251
|
-
CollectionItemComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
252
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
250
|
+
CollectionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CollectionItemComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
251
|
+
CollectionItemComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: CollectionItemComponent, usesOnChanges: true, ngImport: i0 });
|
|
252
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CollectionItemComponent, decorators: [{
|
|
253
253
|
type: Directive
|
|
254
254
|
}], ctorParameters: function () { return [{ type: ConfigurationService }, { type: CollectionChangesService }]; } });
|
|
255
255
|
|
|
@@ -260,8 +260,8 @@ const packageMetadata = {
|
|
|
260
260
|
name: '@progress/kendo-angular-gauges',
|
|
261
261
|
productName: 'Kendo UI for Angular',
|
|
262
262
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
263
|
-
publishDate:
|
|
264
|
-
version: '16.0.0-develop.
|
|
263
|
+
publishDate: 1714109751,
|
|
264
|
+
version: '16.0.0-develop.4',
|
|
265
265
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
266
266
|
};
|
|
267
267
|
|
|
@@ -449,9 +449,9 @@ class GaugeComponent {
|
|
|
449
449
|
return Boolean(this.localizationService.rtl);
|
|
450
450
|
}
|
|
451
451
|
}
|
|
452
|
-
GaugeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
453
|
-
GaugeComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
454
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
452
|
+
GaugeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: GaugeComponent, deps: [{ token: ConfigurationService }, { token: ThemeService }, { token: i2.IntlService }, { token: i3.LocalizationService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
453
|
+
GaugeComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: GaugeComponent, inputs: { gaugeArea: "gaugeArea", renderAs: "renderAs", resizeRateLimit: "resizeRateLimit", scale: "scale", transitions: "transitions" }, host: { properties: { "class.k-gauge": "this.className" } }, viewQueries: [{ propertyName: "surfaceElement", first: true, predicate: ["surface"], descendants: true, static: true }, { propertyName: "resizeSensor", first: true, predicate: ResizeSensorComponent, descendants: true, static: true }], usesOnChanges: true, ngImport: i0 });
|
|
454
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: GaugeComponent, decorators: [{
|
|
455
455
|
type: Directive
|
|
456
456
|
}], ctorParameters: function () { return [{ type: ConfigurationService }, { type: ThemeService }, { type: i2.IntlService }, { type: i3.LocalizationService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }]; }, propDecorators: { gaugeArea: [{
|
|
457
457
|
type: Input
|
|
@@ -489,9 +489,9 @@ class SettingsComponent {
|
|
|
489
489
|
this.configurationService.set(this.key, null);
|
|
490
490
|
}
|
|
491
491
|
}
|
|
492
|
-
SettingsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
493
|
-
SettingsComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
494
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
492
|
+
SettingsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SettingsComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
493
|
+
SettingsComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: SettingsComponent, usesOnChanges: true, ngImport: i0 });
|
|
494
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SettingsComponent, decorators: [{
|
|
495
495
|
type: Directive
|
|
496
496
|
}], ctorParameters: function () { return [{ type: undefined }, { type: ConfigurationService }]; } });
|
|
497
497
|
|
|
@@ -499,12 +499,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
499
499
|
* @hidden
|
|
500
500
|
*/
|
|
501
501
|
class GaugeAreaComponent extends SettingsComponent {
|
|
502
|
+
// due to NG error: The directive GaugeAreaComponent inherits its constructor from SettingsComponent, but the latter has a constructor parameter
|
|
503
|
+
// that is not compatible with dependency injection. Either add an explicit constructor to ScaleComponent or change SettingsComponent's constructor
|
|
504
|
+
// to use parameters that are valid for DI.(-992016)
|
|
505
|
+
constructor(key, configurationService) {
|
|
506
|
+
super('gaugeArea', configurationService);
|
|
507
|
+
this.key = key;
|
|
508
|
+
this.configurationService = configurationService;
|
|
509
|
+
}
|
|
502
510
|
}
|
|
503
|
-
GaugeAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
504
|
-
GaugeAreaComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
505
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
511
|
+
GaugeAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: GaugeAreaComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
512
|
+
GaugeAreaComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: GaugeAreaComponent, inputs: { background: "background", border: "border", height: "height", margin: "margin", width: "width" }, usesInheritance: true, ngImport: i0 });
|
|
513
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: GaugeAreaComponent, decorators: [{
|
|
506
514
|
type: Directive
|
|
507
|
-
}], propDecorators: { background: [{
|
|
515
|
+
}], ctorParameters: function () { return [{ type: undefined }, { type: ConfigurationService }]; }, propDecorators: { background: [{
|
|
508
516
|
type: Input
|
|
509
517
|
}], border: [{
|
|
510
518
|
type: Input
|
|
@@ -520,12 +528,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
520
528
|
* @hidden
|
|
521
529
|
*/
|
|
522
530
|
class LabelsComponent extends SettingsComponent {
|
|
531
|
+
// due to NG error: The directive LabelsComponent inherits its constructor from SettingsComponent, but the latter has a constructor parameter
|
|
532
|
+
// that is not compatible with dependency injection. Either add an explicit constructor to ScaleComponent or change SettingsComponent's constructor
|
|
533
|
+
// to use parameters that are valid for DI.(-992016)
|
|
534
|
+
constructor(key, configurationService) {
|
|
535
|
+
super('label', configurationService);
|
|
536
|
+
this.key = key;
|
|
537
|
+
this.configurationService = configurationService;
|
|
538
|
+
}
|
|
523
539
|
}
|
|
524
|
-
LabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
525
|
-
LabelsComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
526
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
540
|
+
LabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LabelsComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
541
|
+
LabelsComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LabelsComponent, inputs: { background: "background", border: "border", color: "color", font: "font", format: "format", margin: "margin", padding: "padding", content: "content", visible: "visible" }, usesInheritance: true, ngImport: i0 });
|
|
542
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LabelsComponent, decorators: [{
|
|
527
543
|
type: Directive
|
|
528
|
-
}], propDecorators: { background: [{
|
|
544
|
+
}], ctorParameters: function () { return [{ type: undefined }, { type: ConfigurationService }]; }, propDecorators: { background: [{
|
|
529
545
|
type: Input
|
|
530
546
|
}], border: [{
|
|
531
547
|
type: Input
|
|
@@ -550,9 +566,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
550
566
|
*/
|
|
551
567
|
class RangeComponent extends CollectionItemComponent {
|
|
552
568
|
}
|
|
553
|
-
RangeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
554
|
-
RangeComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
555
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
569
|
+
RangeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RangeComponent, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
570
|
+
RangeComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: RangeComponent, inputs: { from: "from", to: "to", opacity: "opacity", color: "color" }, usesInheritance: true, ngImport: i0 });
|
|
571
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RangeComponent, decorators: [{
|
|
556
572
|
type: Directive
|
|
557
573
|
}], propDecorators: { from: [{
|
|
558
574
|
type: Input
|
|
@@ -568,12 +584,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
568
584
|
* @hidden
|
|
569
585
|
*/
|
|
570
586
|
class ScaleComponent extends SettingsComponent {
|
|
587
|
+
// due to NG error: The directive ScaleComponent inherits its constructor from SettingsComponent, but the latter has a constructor parameter
|
|
588
|
+
// that is not compatible with dependency injection. Either add an explicit constructor to ScaleComponent or change SettingsComponent's constructor
|
|
589
|
+
// to use parameters that are valid for DI.(-992016)
|
|
590
|
+
constructor(key, configurationService) {
|
|
591
|
+
super('scale', configurationService);
|
|
592
|
+
this.key = key;
|
|
593
|
+
this.configurationService = configurationService;
|
|
594
|
+
}
|
|
571
595
|
}
|
|
572
|
-
ScaleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
573
|
-
ScaleComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
574
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
596
|
+
ScaleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ScaleComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
597
|
+
ScaleComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ScaleComponent, inputs: { labels: "labels", majorTicks: "majorTicks", minorTicks: "minorTicks", min: "min", max: "max", minorUnit: "minorUnit", majorUnit: "majorUnit", reverse: "reverse", rangeSize: "rangeSize", rangePlaceholderColor: "rangePlaceholderColor" }, usesInheritance: true, ngImport: i0 });
|
|
598
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ScaleComponent, decorators: [{
|
|
575
599
|
type: Directive
|
|
576
|
-
}], propDecorators: { labels: [{
|
|
600
|
+
}], ctorParameters: function () { return [{ type: undefined }, { type: ConfigurationService }]; }, propDecorators: { labels: [{
|
|
577
601
|
type: Input
|
|
578
602
|
}], majorTicks: [{
|
|
579
603
|
type: Input
|
|
@@ -626,9 +650,9 @@ class ArcCenterTemplateDirective {
|
|
|
626
650
|
this.templateRef = templateRef;
|
|
627
651
|
}
|
|
628
652
|
}
|
|
629
|
-
ArcCenterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
630
|
-
ArcCenterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
631
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
653
|
+
ArcCenterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ArcCenterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
654
|
+
ArcCenterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ArcCenterTemplateDirective, selector: "[kendoArcGaugeCenterTemplate]", ngImport: i0 });
|
|
655
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ArcCenterTemplateDirective, decorators: [{
|
|
632
656
|
type: Directive,
|
|
633
657
|
args: [{
|
|
634
658
|
selector: '[kendoArcGaugeCenterTemplate]'
|
|
@@ -738,8 +762,8 @@ class ArcGaugeComponent extends GaugeComponent {
|
|
|
738
762
|
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
|
739
763
|
updateSize() { }
|
|
740
764
|
}
|
|
741
|
-
ArcGaugeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
742
|
-
ArcGaugeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
765
|
+
ArcGaugeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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 });
|
|
766
|
+
ArcGaugeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ArcGaugeComponent, selector: "kendo-arcgauge", inputs: { value: "value", color: "color", colors: "colors", opacity: "opacity", scale: "scale" }, host: { properties: { "class.k-arcgauge": "this.className" } }, providers: [
|
|
743
767
|
ConfigurationService,
|
|
744
768
|
LocalizationService,
|
|
745
769
|
{
|
|
@@ -752,8 +776,8 @@ ArcGaugeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
752
776
|
<ng-template [ngTemplateOutlet]="centerTemplate.templateRef" [ngTemplateOutletContext]="centerTemplateContext"></ng-template>
|
|
753
777
|
</div>
|
|
754
778
|
<kendo-resize-sensor (resize)="onResize($event)" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
|
|
755
|
-
`, isInline: true,
|
|
756
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
779
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i4.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i5.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
780
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ArcGaugeComponent, decorators: [{
|
|
757
781
|
type: Component,
|
|
758
782
|
args: [{
|
|
759
783
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -806,9 +830,9 @@ class ArcGaugeAreaComponent extends GaugeAreaComponent {
|
|
|
806
830
|
this.configurationService = configurationService;
|
|
807
831
|
}
|
|
808
832
|
}
|
|
809
|
-
ArcGaugeAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
810
|
-
ArcGaugeAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
811
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
833
|
+
ArcGaugeAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ArcGaugeAreaComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
834
|
+
ArcGaugeAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ArcGaugeAreaComponent, selector: "kendo-arcgauge-area", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
835
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ArcGaugeAreaComponent, decorators: [{
|
|
812
836
|
type: Component,
|
|
813
837
|
args: [{
|
|
814
838
|
selector: 'kendo-arcgauge-area',
|
|
@@ -826,9 +850,9 @@ class ArcScaleComponent extends ScaleComponent {
|
|
|
826
850
|
this.configurationService = configurationService;
|
|
827
851
|
}
|
|
828
852
|
}
|
|
829
|
-
ArcScaleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
830
|
-
ArcScaleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
831
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
853
|
+
ArcScaleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ArcScaleComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
854
|
+
ArcScaleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ArcScaleComponent, selector: "kendo-arcgauge-scale", inputs: { labels: "labels", rangeDistance: "rangeDistance", rangeLineCap: "rangeLineCap", startAngle: "startAngle", endAngle: "endAngle" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
855
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ArcScaleComponent, decorators: [{
|
|
832
856
|
type: Component,
|
|
833
857
|
args: [{
|
|
834
858
|
selector: 'kendo-arcgauge-scale',
|
|
@@ -855,9 +879,9 @@ class RadialLabelsComponent extends LabelsComponent {
|
|
|
855
879
|
this.configurationService = configurationService;
|
|
856
880
|
}
|
|
857
881
|
}
|
|
858
|
-
RadialLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
859
|
-
RadialLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
860
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
882
|
+
RadialLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RadialLabelsComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
883
|
+
RadialLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: RadialLabelsComponent, selector: "kendo-radialgauge-scale-labels", inputs: { position: "position" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
884
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RadialLabelsComponent, decorators: [{
|
|
861
885
|
type: Component,
|
|
862
886
|
args: [{
|
|
863
887
|
selector: 'kendo-radialgauge-scale-labels',
|
|
@@ -877,9 +901,9 @@ class ArcLabelsComponent extends RadialLabelsComponent {
|
|
|
877
901
|
configurationService.set(`${this.key}.visible`, true);
|
|
878
902
|
}
|
|
879
903
|
}
|
|
880
|
-
ArcLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
881
|
-
ArcLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
882
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
904
|
+
ArcLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ArcLabelsComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
905
|
+
ArcLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ArcLabelsComponent, selector: "kendo-arcgauge-scale-labels", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
906
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ArcLabelsComponent, decorators: [{
|
|
883
907
|
type: Component,
|
|
884
908
|
args: [{
|
|
885
909
|
selector: 'kendo-arcgauge-scale-labels',
|
|
@@ -895,9 +919,9 @@ class ColorComponent extends CollectionItemComponent {
|
|
|
895
919
|
super(configurationService, collectionChangesService);
|
|
896
920
|
}
|
|
897
921
|
}
|
|
898
|
-
ColorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
899
|
-
ColorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
900
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
922
|
+
ColorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
923
|
+
ColorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ColorComponent, selector: "kendo-arcgauge-color", inputs: { color: "color", opacity: "opacity", from: "from", to: "to" }, providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
924
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorComponent, decorators: [{
|
|
901
925
|
type: Component,
|
|
902
926
|
args: [{
|
|
903
927
|
providers: [ConfigurationService],
|
|
@@ -961,9 +985,9 @@ class ColorsComponent extends CollectionComponent {
|
|
|
961
985
|
super('colors', configurationService, collectionChangesService);
|
|
962
986
|
}
|
|
963
987
|
}
|
|
964
|
-
ColorsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
965
|
-
ColorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
966
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
988
|
+
ColorsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorsComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
989
|
+
ColorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ColorsComponent, selector: "kendo-arcgauge-colors", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: ColorComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
990
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorsComponent, decorators: [{
|
|
967
991
|
type: Component,
|
|
968
992
|
args: [{
|
|
969
993
|
providers: [CollectionChangesService],
|
|
@@ -1001,12 +1025,12 @@ const DIRECTIVES$3 = [ArcGaugeComponent, ArcCenterTemplateDirective, ArcGaugeAre
|
|
|
1001
1025
|
*/
|
|
1002
1026
|
class ArcGaugeModule {
|
|
1003
1027
|
}
|
|
1004
|
-
ArcGaugeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1005
|
-
ArcGaugeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
1028
|
+
ArcGaugeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ArcGaugeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1029
|
+
ArcGaugeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: ArcGaugeModule, declarations: [ArcGaugeComponent, ArcCenterTemplateDirective, ArcGaugeAreaComponent, ArcScaleComponent, ArcLabelsComponent,
|
|
1006
1030
|
ColorsComponent, ColorComponent], imports: [SharedModule, CommonModule], exports: [ArcGaugeComponent, ArcCenterTemplateDirective, ArcGaugeAreaComponent, ArcScaleComponent, ArcLabelsComponent,
|
|
1007
1031
|
ColorsComponent, ColorComponent] });
|
|
1008
|
-
ArcGaugeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1009
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1032
|
+
ArcGaugeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ArcGaugeModule, imports: [SharedModule, CommonModule] });
|
|
1033
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ArcGaugeModule, decorators: [{
|
|
1010
1034
|
type: NgModule,
|
|
1011
1035
|
args: [{
|
|
1012
1036
|
declarations: [DIRECTIVES$3],
|
|
@@ -1043,8 +1067,8 @@ class LinearGaugeComponent extends GaugeComponent {
|
|
|
1043
1067
|
this.instance = new LinearGauge(element, options, theme, context);
|
|
1044
1068
|
}
|
|
1045
1069
|
}
|
|
1046
|
-
LinearGaugeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1047
|
-
LinearGaugeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1070
|
+
LinearGaugeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LinearGaugeComponent, deps: [{ token: ConfigurationService }, { token: ThemeService }, { token: i2.IntlService }, { token: i3.LocalizationService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1071
|
+
LinearGaugeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: LinearGaugeComponent, selector: "kendo-lineargauge", inputs: { pointer: "pointer", scale: "scale" }, providers: [
|
|
1048
1072
|
ConfigurationService,
|
|
1049
1073
|
LocalizationService,
|
|
1050
1074
|
{
|
|
@@ -1054,8 +1078,8 @@ LinearGaugeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
1054
1078
|
], exportAs: ["kendoLinearGauge"], usesInheritance: true, ngImport: i0, template: `
|
|
1055
1079
|
<div #surface class='k-chart-surface'></div>
|
|
1056
1080
|
<kendo-resize-sensor (resize)="onResize($event)" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
|
|
1057
|
-
`, isInline: true,
|
|
1058
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1081
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i4.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1082
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LinearGaugeComponent, decorators: [{
|
|
1059
1083
|
type: Component,
|
|
1060
1084
|
args: [{
|
|
1061
1085
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -1090,9 +1114,9 @@ class LinearGaugeAreaComponent extends GaugeAreaComponent {
|
|
|
1090
1114
|
this.configurationService = configurationService;
|
|
1091
1115
|
}
|
|
1092
1116
|
}
|
|
1093
|
-
LinearGaugeAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1094
|
-
LinearGaugeAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1095
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1117
|
+
LinearGaugeAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LinearGaugeAreaComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1118
|
+
LinearGaugeAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: LinearGaugeAreaComponent, selector: "kendo-lineargauge-area", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
1119
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LinearGaugeAreaComponent, decorators: [{
|
|
1096
1120
|
type: Component,
|
|
1097
1121
|
args: [{
|
|
1098
1122
|
selector: 'kendo-lineargauge-area',
|
|
@@ -1110,9 +1134,9 @@ class LinearScaleComponent extends ScaleComponent {
|
|
|
1110
1134
|
this.configurationService = configurationService;
|
|
1111
1135
|
}
|
|
1112
1136
|
}
|
|
1113
|
-
LinearScaleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1114
|
-
LinearScaleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1115
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1137
|
+
LinearScaleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LinearScaleComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1138
|
+
LinearScaleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: LinearScaleComponent, selector: "kendo-lineargauge-scale", inputs: { line: "line", ranges: "ranges", mirror: "mirror", vertical: "vertical" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
1139
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LinearScaleComponent, decorators: [{
|
|
1116
1140
|
type: Component,
|
|
1117
1141
|
args: [{
|
|
1118
1142
|
selector: 'kendo-lineargauge-scale',
|
|
@@ -1137,9 +1161,9 @@ class LinearLabelsComponent extends LabelsComponent {
|
|
|
1137
1161
|
this.configurationService = configurationService;
|
|
1138
1162
|
}
|
|
1139
1163
|
}
|
|
1140
|
-
LinearLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1141
|
-
LinearLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1142
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1164
|
+
LinearLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LinearLabelsComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1165
|
+
LinearLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: LinearLabelsComponent, selector: "kendo-lineargauge-scale-labels", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
1166
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LinearLabelsComponent, decorators: [{
|
|
1143
1167
|
type: Component,
|
|
1144
1168
|
args: [{
|
|
1145
1169
|
selector: 'kendo-lineargauge-scale-labels',
|
|
@@ -1155,9 +1179,9 @@ class LinearPointerComponent extends CollectionItemComponent {
|
|
|
1155
1179
|
super(configurationService, collectionChangesService);
|
|
1156
1180
|
}
|
|
1157
1181
|
}
|
|
1158
|
-
LinearPointerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1159
|
-
LinearPointerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1160
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1182
|
+
LinearPointerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LinearPointerComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1183
|
+
LinearPointerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: LinearPointerComponent, selector: "kendo-lineargauge-pointer", inputs: { border: "border", color: "color", margin: "margin", opacity: "opacity", shape: "shape", size: "size", value: "value" }, providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
1184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LinearPointerComponent, decorators: [{
|
|
1161
1185
|
type: Component,
|
|
1162
1186
|
args: [{
|
|
1163
1187
|
providers: [ConfigurationService],
|
|
@@ -1220,9 +1244,9 @@ class LinearPointersComponent extends CollectionComponent {
|
|
|
1220
1244
|
super('pointer', configurationService, collectionChangesService);
|
|
1221
1245
|
}
|
|
1222
1246
|
}
|
|
1223
|
-
LinearPointersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1224
|
-
LinearPointersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1225
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1247
|
+
LinearPointersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LinearPointersComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1248
|
+
LinearPointersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: LinearPointersComponent, selector: "kendo-lineargauge-pointers", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: LinearPointerComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
1249
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LinearPointersComponent, decorators: [{
|
|
1226
1250
|
type: Component,
|
|
1227
1251
|
args: [{
|
|
1228
1252
|
providers: [CollectionChangesService],
|
|
@@ -1242,9 +1266,9 @@ class LinearRangeComponent extends RangeComponent {
|
|
|
1242
1266
|
super(configurationService, collectionChangesService);
|
|
1243
1267
|
}
|
|
1244
1268
|
}
|
|
1245
|
-
LinearRangeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1246
|
-
LinearRangeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1247
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1269
|
+
LinearRangeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LinearRangeComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1270
|
+
LinearRangeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: LinearRangeComponent, selector: "kendo-lineargauge-scale-range", providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
1271
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LinearRangeComponent, decorators: [{
|
|
1248
1272
|
type: Component,
|
|
1249
1273
|
args: [{
|
|
1250
1274
|
providers: [ConfigurationService],
|
|
@@ -1298,9 +1322,9 @@ class LinearRangesComponent extends CollectionComponent {
|
|
|
1298
1322
|
super('scale.ranges', configurationService, collectionChangesService);
|
|
1299
1323
|
}
|
|
1300
1324
|
}
|
|
1301
|
-
LinearRangesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1302
|
-
LinearRangesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1303
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1325
|
+
LinearRangesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LinearRangesComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1326
|
+
LinearRangesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: LinearRangesComponent, selector: "kendo-lineargauge-scale-ranges", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: LinearRangeComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
1327
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LinearRangesComponent, decorators: [{
|
|
1304
1328
|
type: Component,
|
|
1305
1329
|
args: [{
|
|
1306
1330
|
providers: [CollectionChangesService],
|
|
@@ -1338,12 +1362,12 @@ const DIRECTIVES$2 = [LinearGaugeComponent, LinearGaugeAreaComponent, LinearScal
|
|
|
1338
1362
|
*/
|
|
1339
1363
|
class LinearGaugeModule {
|
|
1340
1364
|
}
|
|
1341
|
-
LinearGaugeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1342
|
-
LinearGaugeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
1365
|
+
LinearGaugeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LinearGaugeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1366
|
+
LinearGaugeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: LinearGaugeModule, declarations: [LinearGaugeComponent, LinearGaugeAreaComponent, LinearScaleComponent, LinearLabelsComponent,
|
|
1343
1367
|
LinearPointersComponent, LinearPointerComponent, LinearRangeComponent, LinearRangesComponent], imports: [SharedModule], exports: [LinearGaugeComponent, LinearGaugeAreaComponent, LinearScaleComponent, LinearLabelsComponent,
|
|
1344
1368
|
LinearPointersComponent, LinearPointerComponent, LinearRangeComponent, LinearRangesComponent] });
|
|
1345
|
-
LinearGaugeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1346
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1369
|
+
LinearGaugeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LinearGaugeModule, imports: [SharedModule] });
|
|
1370
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LinearGaugeModule, decorators: [{
|
|
1347
1371
|
type: NgModule,
|
|
1348
1372
|
args: [{
|
|
1349
1373
|
declarations: [DIRECTIVES$2],
|
|
@@ -1380,8 +1404,8 @@ class RadialGaugeComponent extends GaugeComponent {
|
|
|
1380
1404
|
this.instance = new RadialGauge(element, options, theme, context);
|
|
1381
1405
|
}
|
|
1382
1406
|
}
|
|
1383
|
-
RadialGaugeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1384
|
-
RadialGaugeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1407
|
+
RadialGaugeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RadialGaugeComponent, deps: [{ token: ConfigurationService }, { token: ThemeService }, { token: i2.IntlService }, { token: i3.LocalizationService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1408
|
+
RadialGaugeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: RadialGaugeComponent, selector: "kendo-radialgauge", inputs: { pointer: "pointer", scale: "scale" }, providers: [
|
|
1385
1409
|
ConfigurationService,
|
|
1386
1410
|
LocalizationService,
|
|
1387
1411
|
{
|
|
@@ -1391,8 +1415,8 @@ RadialGaugeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
1391
1415
|
], exportAs: ["kendoRadialGauge"], usesInheritance: true, ngImport: i0, template: `
|
|
1392
1416
|
<div #surface class='k-chart-surface'></div>
|
|
1393
1417
|
<kendo-resize-sensor (resize)="onResize($event)" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
|
|
1394
|
-
`, isInline: true,
|
|
1395
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1418
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i4.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1419
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RadialGaugeComponent, decorators: [{
|
|
1396
1420
|
type: Component,
|
|
1397
1421
|
args: [{
|
|
1398
1422
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -1427,9 +1451,9 @@ class RadialGaugeAreaComponent extends GaugeAreaComponent {
|
|
|
1427
1451
|
this.configurationService = configurationService;
|
|
1428
1452
|
}
|
|
1429
1453
|
}
|
|
1430
|
-
RadialGaugeAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1431
|
-
RadialGaugeAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1432
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1454
|
+
RadialGaugeAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RadialGaugeAreaComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1455
|
+
RadialGaugeAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: RadialGaugeAreaComponent, selector: "kendo-radialgauge-area", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
1456
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RadialGaugeAreaComponent, decorators: [{
|
|
1433
1457
|
type: Component,
|
|
1434
1458
|
args: [{
|
|
1435
1459
|
selector: 'kendo-radialgauge-area',
|
|
@@ -1447,9 +1471,9 @@ class RadialScaleComponent extends ScaleComponent {
|
|
|
1447
1471
|
this.configurationService = configurationService;
|
|
1448
1472
|
}
|
|
1449
1473
|
}
|
|
1450
|
-
RadialScaleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1451
|
-
RadialScaleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1452
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1474
|
+
RadialScaleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RadialScaleComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1475
|
+
RadialScaleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: RadialScaleComponent, selector: "kendo-radialgauge-scale", inputs: { labels: "labels", rangeDistance: "rangeDistance", ranges: "ranges", startAngle: "startAngle", endAngle: "endAngle" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
1476
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RadialScaleComponent, decorators: [{
|
|
1453
1477
|
type: Component,
|
|
1454
1478
|
args: [{
|
|
1455
1479
|
selector: 'kendo-radialgauge-scale',
|
|
@@ -1475,9 +1499,9 @@ class RadialPointerComponent extends CollectionItemComponent {
|
|
|
1475
1499
|
super(configurationService, collectionChangesService);
|
|
1476
1500
|
}
|
|
1477
1501
|
}
|
|
1478
|
-
RadialPointerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1479
|
-
RadialPointerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1480
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1502
|
+
RadialPointerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RadialPointerComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1503
|
+
RadialPointerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: RadialPointerComponent, selector: "kendo-radialgauge-pointer", inputs: { cap: "cap", color: "color", length: "length", value: "value" }, providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
1504
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RadialPointerComponent, decorators: [{
|
|
1481
1505
|
type: Component,
|
|
1482
1506
|
args: [{
|
|
1483
1507
|
providers: [ConfigurationService],
|
|
@@ -1534,9 +1558,9 @@ class RadialPointersComponent extends CollectionComponent {
|
|
|
1534
1558
|
super('pointer', configurationService, collectionChangesService);
|
|
1535
1559
|
}
|
|
1536
1560
|
}
|
|
1537
|
-
RadialPointersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1538
|
-
RadialPointersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1539
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1561
|
+
RadialPointersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RadialPointersComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1562
|
+
RadialPointersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: RadialPointersComponent, selector: "kendo-radialgauge-pointers", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: RadialPointerComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
1563
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RadialPointersComponent, decorators: [{
|
|
1540
1564
|
type: Component,
|
|
1541
1565
|
args: [{
|
|
1542
1566
|
providers: [CollectionChangesService],
|
|
@@ -1556,9 +1580,9 @@ class RadialRangeComponent extends RangeComponent {
|
|
|
1556
1580
|
super(configurationService, collectionChangesService);
|
|
1557
1581
|
}
|
|
1558
1582
|
}
|
|
1559
|
-
RadialRangeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1560
|
-
RadialRangeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1561
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1583
|
+
RadialRangeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RadialRangeComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1584
|
+
RadialRangeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: RadialRangeComponent, selector: "kendo-radialgauge-scale-range", providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
1585
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RadialRangeComponent, decorators: [{
|
|
1562
1586
|
type: Component,
|
|
1563
1587
|
args: [{
|
|
1564
1588
|
providers: [ConfigurationService],
|
|
@@ -1612,9 +1636,9 @@ class RadialRangesComponent extends CollectionComponent {
|
|
|
1612
1636
|
super('scale.ranges', configurationService, collectionChangesService);
|
|
1613
1637
|
}
|
|
1614
1638
|
}
|
|
1615
|
-
RadialRangesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1616
|
-
RadialRangesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1617
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1639
|
+
RadialRangesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RadialRangesComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1640
|
+
RadialRangesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: RadialRangesComponent, selector: "kendo-radialgauge-scale-ranges", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: RadialRangeComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
1641
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RadialRangesComponent, decorators: [{
|
|
1618
1642
|
type: Component,
|
|
1619
1643
|
args: [{
|
|
1620
1644
|
providers: [CollectionChangesService],
|
|
@@ -1652,12 +1676,12 @@ const DIRECTIVES$1 = [RadialGaugeComponent, RadialGaugeAreaComponent, RadialScal
|
|
|
1652
1676
|
*/
|
|
1653
1677
|
class RadialGaugeModule {
|
|
1654
1678
|
}
|
|
1655
|
-
RadialGaugeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1656
|
-
RadialGaugeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
1679
|
+
RadialGaugeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RadialGaugeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1680
|
+
RadialGaugeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: RadialGaugeModule, declarations: [RadialGaugeComponent, RadialGaugeAreaComponent, RadialScaleComponent, RadialLabelsComponent,
|
|
1657
1681
|
RadialPointersComponent, RadialPointerComponent, RadialRangeComponent, RadialRangesComponent], imports: [SharedModule], exports: [RadialGaugeComponent, RadialGaugeAreaComponent, RadialScaleComponent, RadialLabelsComponent,
|
|
1658
1682
|
RadialPointersComponent, RadialPointerComponent, RadialRangeComponent, RadialRangesComponent] });
|
|
1659
|
-
RadialGaugeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1660
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1683
|
+
RadialGaugeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RadialGaugeModule, imports: [SharedModule] });
|
|
1684
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RadialGaugeModule, decorators: [{
|
|
1661
1685
|
type: NgModule,
|
|
1662
1686
|
args: [{
|
|
1663
1687
|
declarations: [DIRECTIVES$1],
|
|
@@ -1697,9 +1721,9 @@ class CircularGaugeCenterTemplateDirective {
|
|
|
1697
1721
|
this.templateRef = templateRef;
|
|
1698
1722
|
}
|
|
1699
1723
|
}
|
|
1700
|
-
CircularGaugeCenterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1701
|
-
CircularGaugeCenterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
1702
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1724
|
+
CircularGaugeCenterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CircularGaugeCenterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1725
|
+
CircularGaugeCenterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: CircularGaugeCenterTemplateDirective, selector: "[kendoCircularGaugeCenterTemplate]", ngImport: i0 });
|
|
1726
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CircularGaugeCenterTemplateDirective, decorators: [{
|
|
1703
1727
|
type: Directive,
|
|
1704
1728
|
args: [{
|
|
1705
1729
|
selector: '[kendoCircularGaugeCenterTemplate]'
|
|
@@ -1737,8 +1761,8 @@ class CircularGaugeComponent extends ArcGaugeComponent {
|
|
|
1737
1761
|
this.updateElements();
|
|
1738
1762
|
}
|
|
1739
1763
|
}
|
|
1740
|
-
CircularGaugeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1741
|
-
CircularGaugeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1764
|
+
CircularGaugeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CircularGaugeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1765
|
+
CircularGaugeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: CircularGaugeComponent, selector: "kendo-circulargauge", inputs: { scale: "scale" }, providers: [
|
|
1742
1766
|
ConfigurationService,
|
|
1743
1767
|
LocalizationService,
|
|
1744
1768
|
{
|
|
@@ -1751,8 +1775,8 @@ CircularGaugeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
1751
1775
|
<ng-template [ngTemplateOutlet]="centerTemplate.templateRef" [ngTemplateOutletContext]="centerTemplateContext"></ng-template>
|
|
1752
1776
|
</div>
|
|
1753
1777
|
<kendo-resize-sensor (resize)="onResize($event)" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
|
|
1754
|
-
`, isInline: true,
|
|
1755
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1778
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i4.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i5.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1779
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CircularGaugeComponent, decorators: [{
|
|
1756
1780
|
type: Component,
|
|
1757
1781
|
args: [{
|
|
1758
1782
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -1787,9 +1811,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1787
1811
|
*/
|
|
1788
1812
|
class CircularGaugeAreaComponent extends ArcGaugeAreaComponent {
|
|
1789
1813
|
}
|
|
1790
|
-
CircularGaugeAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1791
|
-
CircularGaugeAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1792
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1814
|
+
CircularGaugeAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CircularGaugeAreaComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1815
|
+
CircularGaugeAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: CircularGaugeAreaComponent, selector: "kendo-circulargauge-area", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
1816
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CircularGaugeAreaComponent, decorators: [{
|
|
1793
1817
|
type: Component,
|
|
1794
1818
|
args: [{
|
|
1795
1819
|
selector: 'kendo-circulargauge-area',
|
|
@@ -1803,9 +1827,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1803
1827
|
*/
|
|
1804
1828
|
class CircularGaugeScaleComponent extends ArcScaleComponent {
|
|
1805
1829
|
}
|
|
1806
|
-
CircularGaugeScaleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1807
|
-
CircularGaugeScaleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1808
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1830
|
+
CircularGaugeScaleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CircularGaugeScaleComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1831
|
+
CircularGaugeScaleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: CircularGaugeScaleComponent, selector: "kendo-circulargauge-scale", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
1832
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CircularGaugeScaleComponent, decorators: [{
|
|
1809
1833
|
type: Component,
|
|
1810
1834
|
args: [{
|
|
1811
1835
|
selector: 'kendo-circulargauge-scale',
|
|
@@ -1818,9 +1842,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1818
1842
|
*/
|
|
1819
1843
|
class CircularGaugeLabelsComponent extends ArcLabelsComponent {
|
|
1820
1844
|
}
|
|
1821
|
-
CircularGaugeLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1822
|
-
CircularGaugeLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1823
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1845
|
+
CircularGaugeLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CircularGaugeLabelsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1846
|
+
CircularGaugeLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: CircularGaugeLabelsComponent, selector: "kendo-circulargauge-scale-labels", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
1847
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CircularGaugeLabelsComponent, decorators: [{
|
|
1824
1848
|
type: Component,
|
|
1825
1849
|
args: [{
|
|
1826
1850
|
selector: 'kendo-circulargauge-scale-labels',
|
|
@@ -1859,8 +1883,8 @@ const DIRECTIVES = [
|
|
|
1859
1883
|
*/
|
|
1860
1884
|
class CircularGaugeModule {
|
|
1861
1885
|
}
|
|
1862
|
-
CircularGaugeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1863
|
-
CircularGaugeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
1886
|
+
CircularGaugeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CircularGaugeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1887
|
+
CircularGaugeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: CircularGaugeModule, declarations: [CircularGaugeComponent,
|
|
1864
1888
|
CircularGaugeCenterTemplateDirective,
|
|
1865
1889
|
CircularGaugeAreaComponent,
|
|
1866
1890
|
CircularGaugeScaleComponent,
|
|
@@ -1869,8 +1893,8 @@ CircularGaugeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", ver
|
|
|
1869
1893
|
CircularGaugeAreaComponent,
|
|
1870
1894
|
CircularGaugeScaleComponent,
|
|
1871
1895
|
CircularGaugeLabelsComponent] });
|
|
1872
|
-
CircularGaugeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1873
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1896
|
+
CircularGaugeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CircularGaugeModule, imports: [SharedModule, CommonModule] });
|
|
1897
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CircularGaugeModule, decorators: [{
|
|
1874
1898
|
type: NgModule,
|
|
1875
1899
|
args: [{
|
|
1876
1900
|
declarations: [DIRECTIVES],
|
|
@@ -1904,10 +1928,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1904
1928
|
*/
|
|
1905
1929
|
class GaugesModule {
|
|
1906
1930
|
}
|
|
1907
|
-
GaugesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1908
|
-
GaugesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
1909
|
-
GaugesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1910
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1931
|
+
GaugesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: GaugesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1932
|
+
GaugesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: GaugesModule, exports: [ArcGaugeModule, CircularGaugeModule, LinearGaugeModule, RadialGaugeModule] });
|
|
1933
|
+
GaugesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: GaugesModule, imports: [ArcGaugeModule, CircularGaugeModule, LinearGaugeModule, RadialGaugeModule] });
|
|
1934
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: GaugesModule, decorators: [{
|
|
1911
1935
|
type: NgModule,
|
|
1912
1936
|
args: [{
|
|
1913
1937
|
exports: [ArcGaugeModule, CircularGaugeModule, LinearGaugeModule, RadialGaugeModule]
|