@progress/kendo-angular-map 20.1.2-develop.2 → 21.0.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.
- package/esm2022/common/collection-item.component.mjs +4 -4
- package/esm2022/common/collection.component.mjs +4 -4
- package/esm2022/common/collection.service.mjs +4 -4
- package/esm2022/common/configuration.service.mjs +4 -4
- package/esm2022/common/settings.component.mjs +4 -4
- package/esm2022/events/base-event.mjs +4 -4
- package/esm2022/events/preventable-event.mjs +3 -3
- package/esm2022/map/bubble-layer.component.mjs +4 -4
- package/esm2022/map/layer/tooltip.component.mjs +4 -4
- package/esm2022/map/layer.component.mjs +4 -4
- package/esm2022/map/layers.component.mjs +4 -4
- package/esm2022/map/marker-layer.component.mjs +4 -4
- package/esm2022/map/shape-layer.component.mjs +4 -4
- package/esm2022/map/tile-layer.component.mjs +4 -4
- package/esm2022/map.component.mjs +4 -4
- package/esm2022/map.module.mjs +4 -4
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/tooltip/base-tooltip.mjs +4 -4
- package/esm2022/tooltip/bubble-tooltip-template.directive.mjs +5 -5
- package/esm2022/tooltip/bubble-tooltip.component.mjs +4 -4
- package/esm2022/tooltip/marker-tooltip-template.directive.mjs +5 -5
- package/esm2022/tooltip/marker-tooltip.component.mjs +4 -4
- package/esm2022/tooltip/shape-tooltip-template.directive.mjs +5 -5
- package/esm2022/tooltip/shape-tooltip.component.mjs +4 -4
- package/esm2022/tooltip/tooltip-popup.component.mjs +4 -4
- package/esm2022/tooltip/tooltip-template.service.mjs +3 -3
- package/fesm2022/progress-kendo-angular-map.mjs +103 -103
- package/package.json +11 -11
- package/schematics/ngAdd/index.js +2 -2
- package/tooltip/popup-settings.interface.d.ts +1 -1
|
@@ -44,12 +44,12 @@ class CollectionService {
|
|
|
44
44
|
notify(change) {
|
|
45
45
|
this.source.next(change);
|
|
46
46
|
}
|
|
47
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
48
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
47
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CollectionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
48
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CollectionService });
|
|
49
49
|
}
|
|
50
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
50
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CollectionService, decorators: [{
|
|
51
51
|
type: Injectable
|
|
52
|
-
}], ctorParameters:
|
|
52
|
+
}], ctorParameters: () => [] });
|
|
53
53
|
|
|
54
54
|
/**
|
|
55
55
|
* @hidden
|
|
@@ -100,12 +100,12 @@ class ConfigurationService {
|
|
|
100
100
|
this.source.next(this.store);
|
|
101
101
|
});
|
|
102
102
|
}
|
|
103
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
104
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
103
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ConfigurationService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
104
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ConfigurationService });
|
|
105
105
|
}
|
|
106
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
106
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ConfigurationService, decorators: [{
|
|
107
107
|
type: Injectable
|
|
108
|
-
}], ctorParameters:
|
|
108
|
+
}], ctorParameters: () => [{ type: i0.NgZone }] });
|
|
109
109
|
|
|
110
110
|
/**
|
|
111
111
|
* @hidden
|
|
@@ -185,12 +185,12 @@ class CollectionItemComponent {
|
|
|
185
185
|
}
|
|
186
186
|
this.collectionService.notify(new ItemChange(this, this.options));
|
|
187
187
|
}
|
|
188
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
189
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
188
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CollectionItemComponent, deps: [{ token: ConfigurationService }, { token: CollectionService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
189
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: CollectionItemComponent, usesOnChanges: true, ngImport: i0 });
|
|
190
190
|
}
|
|
191
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
191
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CollectionItemComponent, decorators: [{
|
|
192
192
|
type: Directive
|
|
193
|
-
}], ctorParameters:
|
|
193
|
+
}], ctorParameters: () => [{ type: ConfigurationService }, { type: CollectionService }] });
|
|
194
194
|
|
|
195
195
|
/**
|
|
196
196
|
* @hidden
|
|
@@ -236,12 +236,12 @@ class SettingsComponent {
|
|
|
236
236
|
notify() {
|
|
237
237
|
this.configurationService.notify(new Change(this.configKey, this.store));
|
|
238
238
|
}
|
|
239
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
240
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
239
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SettingsComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
240
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SettingsComponent, usesOnChanges: true, ngImport: i0 });
|
|
241
241
|
}
|
|
242
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
242
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SettingsComponent, decorators: [{
|
|
243
243
|
type: Directive
|
|
244
|
-
}], ctorParameters:
|
|
244
|
+
}], ctorParameters: () => [{ type: undefined }, { type: ConfigurationService }] });
|
|
245
245
|
|
|
246
246
|
/**
|
|
247
247
|
* The configuration options of the Map layer tooltip.
|
|
@@ -258,10 +258,10 @@ class LayerTooltipComponent extends SettingsComponent {
|
|
|
258
258
|
get layerTooltipTemplateRef() {
|
|
259
259
|
return this.layerTooltipTemplate;
|
|
260
260
|
}
|
|
261
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
262
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
261
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LayerTooltipComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
262
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: LayerTooltipComponent, isStandalone: true, selector: "kendo-map-layer-tooltip", queries: [{ propertyName: "layerTooltipTemplate", first: true, predicate: TemplateRef, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
263
263
|
}
|
|
264
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
264
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LayerTooltipComponent, decorators: [{
|
|
265
265
|
type: Component,
|
|
266
266
|
args: [{
|
|
267
267
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -269,7 +269,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
269
269
|
template: '',
|
|
270
270
|
standalone: true
|
|
271
271
|
}]
|
|
272
|
-
}], ctorParameters:
|
|
272
|
+
}], ctorParameters: () => [{ type: ConfigurationService }], propDecorators: { layerTooltipTemplate: [{
|
|
273
273
|
type: ContentChild,
|
|
274
274
|
args: [TemplateRef, { static: false }]
|
|
275
275
|
}] } });
|
|
@@ -328,12 +328,12 @@ class LayerComponent extends CollectionItemComponent {
|
|
|
328
328
|
return this.layerTooltip.layerTooltipTemplateRef;
|
|
329
329
|
}
|
|
330
330
|
}
|
|
331
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
332
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
331
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LayerComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
332
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: LayerComponent, inputs: { attribution: "attribution", extent: "extent", maxZoom: "maxZoom", minZoom: "minZoom", opacity: "opacity", zIndex: "zIndex" }, queries: [{ propertyName: "layerTooltip", first: true, predicate: LayerTooltipComponent, descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
333
333
|
}
|
|
334
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
334
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LayerComponent, decorators: [{
|
|
335
335
|
type: Directive
|
|
336
|
-
}], ctorParameters:
|
|
336
|
+
}], ctorParameters: () => [{ type: undefined }, { type: ConfigurationService }, { type: CollectionService }, { type: i3.DomSanitizer }], propDecorators: { attribution: [{
|
|
337
337
|
type: Input
|
|
338
338
|
}], extent: [{
|
|
339
339
|
type: Input
|
|
@@ -424,8 +424,8 @@ class BubbleLayerComponent extends LayerComponent {
|
|
|
424
424
|
this.collectionService = collectionService;
|
|
425
425
|
this.sanitizer = sanitizer;
|
|
426
426
|
}
|
|
427
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
428
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
427
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BubbleLayerComponent, deps: [{ token: ConfigurationService }, { token: CollectionService }, { token: i3.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component });
|
|
428
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: BubbleLayerComponent, isStandalone: true, selector: "kendo-map-bubble-layer", inputs: { data: "data", locationField: "locationField", valueField: "valueField", symbol: "symbol", style: "style", maxSize: "maxSize", minSize: "minSize" }, providers: [
|
|
429
429
|
ConfigurationService,
|
|
430
430
|
{
|
|
431
431
|
provide: LayerComponent,
|
|
@@ -433,7 +433,7 @@ class BubbleLayerComponent extends LayerComponent {
|
|
|
433
433
|
}
|
|
434
434
|
], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
435
435
|
}
|
|
436
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
436
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BubbleLayerComponent, decorators: [{
|
|
437
437
|
type: Component,
|
|
438
438
|
args: [{
|
|
439
439
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -448,7 +448,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
448
448
|
template: '',
|
|
449
449
|
standalone: true
|
|
450
450
|
}]
|
|
451
|
-
}], ctorParameters:
|
|
451
|
+
}], ctorParameters: () => [{ type: ConfigurationService }, { type: CollectionService }, { type: i3.DomSanitizer }], propDecorators: { data: [{
|
|
452
452
|
type: Input
|
|
453
453
|
}], locationField: [{
|
|
454
454
|
type: Input
|
|
@@ -506,12 +506,12 @@ class BaseEvent {
|
|
|
506
506
|
constructor(sender) {
|
|
507
507
|
this.sender = sender;
|
|
508
508
|
}
|
|
509
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
510
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
509
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BaseEvent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
510
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: BaseEvent, ngImport: i0 });
|
|
511
511
|
}
|
|
512
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
512
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BaseEvent, decorators: [{
|
|
513
513
|
type: Directive
|
|
514
|
-
}], ctorParameters:
|
|
514
|
+
}], ctorParameters: () => [{ type: undefined }] });
|
|
515
515
|
|
|
516
516
|
/**
|
|
517
517
|
* Arguments for the `beforeReset` event.
|
|
@@ -618,10 +618,10 @@ class PreventableEvent extends BaseEvent {
|
|
|
618
618
|
isDefaultPrevented() {
|
|
619
619
|
return this.prevented;
|
|
620
620
|
}
|
|
621
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
622
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
621
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PreventableEvent, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
622
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PreventableEvent, usesInheritance: true, ngImport: i0 });
|
|
623
623
|
}
|
|
624
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
624
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PreventableEvent, decorators: [{
|
|
625
625
|
type: Directive
|
|
626
626
|
}] });
|
|
627
627
|
|
|
@@ -950,8 +950,8 @@ const packageMetadata = {
|
|
|
950
950
|
productName: 'Kendo UI for Angular',
|
|
951
951
|
productCode: 'KENDOUIANGULAR',
|
|
952
952
|
productCodes: ['KENDOUIANGULAR'],
|
|
953
|
-
publishDate:
|
|
954
|
-
version: '
|
|
953
|
+
publishDate: 1761753120,
|
|
954
|
+
version: '21.0.0-develop.2',
|
|
955
955
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
956
956
|
};
|
|
957
957
|
|
|
@@ -1036,12 +1036,12 @@ class BaseTooltip {
|
|
|
1036
1036
|
}
|
|
1037
1037
|
return { scrollLeft, scrollTop };
|
|
1038
1038
|
}
|
|
1039
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1040
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1039
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BaseTooltip, deps: [{ token: i1.PopupService }, { token: i3$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1040
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: BaseTooltip, inputs: { popupSettings: "popupSettings" }, viewQueries: [{ propertyName: "templateRef", first: true, predicate: ["content"], descendants: true, static: true }], ngImport: i0 });
|
|
1041
1041
|
}
|
|
1042
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1042
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BaseTooltip, decorators: [{
|
|
1043
1043
|
type: Directive
|
|
1044
|
-
}], ctorParameters:
|
|
1044
|
+
}], ctorParameters: () => [{ type: i1.PopupService }, { type: i3$1.LocalizationService }], propDecorators: { templateRef: [{
|
|
1045
1045
|
type: ViewChild,
|
|
1046
1046
|
args: ['content', { static: true }]
|
|
1047
1047
|
}], popupSettings: [{
|
|
@@ -1063,10 +1063,10 @@ class TooltipTemplateService {
|
|
|
1063
1063
|
return this.templates[layerIndex];
|
|
1064
1064
|
}
|
|
1065
1065
|
}
|
|
1066
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1067
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1066
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TooltipTemplateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1067
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TooltipTemplateService });
|
|
1068
1068
|
}
|
|
1069
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1069
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TooltipTemplateService, decorators: [{
|
|
1070
1070
|
type: Injectable
|
|
1071
1071
|
}] });
|
|
1072
1072
|
|
|
@@ -1136,8 +1136,8 @@ class TooltipPopupComponent extends BaseTooltip {
|
|
|
1136
1136
|
this.tooltipTemplateRef = null;
|
|
1137
1137
|
super.hide();
|
|
1138
1138
|
}
|
|
1139
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1140
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1139
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TooltipPopupComponent, deps: [{ token: i1.PopupService }, { token: TooltipTemplateService }, { token: i3$1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1140
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: TooltipPopupComponent, isStandalone: true, selector: "kendo-map-tooltip-popup", inputs: { animate: "animate", classNames: "classNames", wrapperClass: "wrapperClass" }, outputs: { leave: "leave" }, providers: [PopupService, {
|
|
1141
1141
|
provide: POPUP_CONTAINER,
|
|
1142
1142
|
useFactory: bodyFactory
|
|
1143
1143
|
}], usesInheritance: true, ngImport: i0, template: `
|
|
@@ -1152,7 +1152,7 @@ class TooltipPopupComponent extends BaseTooltip {
|
|
|
1152
1152
|
</ng-template>
|
|
1153
1153
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
1154
1154
|
}
|
|
1155
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1155
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TooltipPopupComponent, decorators: [{
|
|
1156
1156
|
type: Component,
|
|
1157
1157
|
args: [{
|
|
1158
1158
|
providers: [PopupService, {
|
|
@@ -1174,7 +1174,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1174
1174
|
standalone: true,
|
|
1175
1175
|
imports: [NgClass, NgStyle, NgTemplateOutlet]
|
|
1176
1176
|
}]
|
|
1177
|
-
}], ctorParameters:
|
|
1177
|
+
}], ctorParameters: () => [{ type: i1.PopupService }, { type: TooltipTemplateService }, { type: i3$1.LocalizationService }, { type: i0.NgZone }], propDecorators: { animate: [{
|
|
1178
1178
|
type: Input
|
|
1179
1179
|
}], classNames: [{
|
|
1180
1180
|
type: Input
|
|
@@ -1747,8 +1747,8 @@ class MapComponent {
|
|
|
1747
1747
|
this.tooltipInstance.hide();
|
|
1748
1748
|
}
|
|
1749
1749
|
}
|
|
1750
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1751
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1750
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MapComponent, deps: [{ token: ConfigurationService }, { token: InstanceEventService }, { token: i0.ElementRef }, { token: i3$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i4.IconsService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1751
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: MapComponent, isStandalone: true, selector: "kendo-map", inputs: { resizeRateLimit: "resizeRateLimit", center: "center", controls: "controls", minZoom: "minZoom", maxZoom: "maxZoom", minSize: "minSize", pannable: "pannable", popupSettings: "popupSettings", wraparound: "wraparound", zoom: "zoom", zoomable: "zoomable" }, outputs: { beforeReset: "beforeReset", mapClick: "mapClick", markerActivate: "markerActivate", markerClick: "markerClick", markerCreated: "markerCreated", panEnd: "panEnd", pan: "pan", reset: "reset", shapeClick: "shapeClick", shapeCreated: "shapeCreated", shapeFeatureCreated: "shapeFeatureCreated", shapeMouseEnter: "shapeMouseEnter", shapeMouseLeave: "shapeMouseLeave", zoomStart: "zoomStart", zoomEnd: "zoomEnd", centerChange: "centerChange", zoomChange: "zoomChange" }, providers: [
|
|
1752
1752
|
ConfigurationService,
|
|
1753
1753
|
InstanceEventService,
|
|
1754
1754
|
LocalizationService,
|
|
@@ -1765,7 +1765,7 @@ class MapComponent {
|
|
|
1765
1765
|
</div>
|
|
1766
1766
|
`, isInline: true, dependencies: [{ kind: "component", type: TooltipPopupComponent, selector: "kendo-map-tooltip-popup", inputs: ["animate", "classNames", "wrapperClass"], outputs: ["leave"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1767
1767
|
}
|
|
1768
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1768
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MapComponent, decorators: [{
|
|
1769
1769
|
type: Component,
|
|
1770
1770
|
args: [{
|
|
1771
1771
|
selector: 'kendo-map',
|
|
@@ -1791,7 +1791,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1791
1791
|
standalone: true,
|
|
1792
1792
|
imports: [TooltipPopupComponent, ResizeSensorComponent]
|
|
1793
1793
|
}]
|
|
1794
|
-
}], ctorParameters:
|
|
1794
|
+
}], ctorParameters: () => [{ type: ConfigurationService }, { type: InstanceEventService }, { type: i0.ElementRef }, { type: i3$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i4.IconsService }], propDecorators: { resizeRateLimit: [{
|
|
1795
1795
|
type: Input
|
|
1796
1796
|
}], center: [{
|
|
1797
1797
|
type: Input
|
|
@@ -1897,12 +1897,12 @@ class CollectionComponent {
|
|
|
1897
1897
|
change() {
|
|
1898
1898
|
this.configurationService.notify(new Change(this.configKey, this.items.length === 0 ? undefined : this.items));
|
|
1899
1899
|
}
|
|
1900
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1901
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1900
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CollectionComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
1901
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: CollectionComponent, queries: [{ propertyName: "children", predicate: LayerComponent }], ngImport: i0 });
|
|
1902
1902
|
}
|
|
1903
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1903
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CollectionComponent, decorators: [{
|
|
1904
1904
|
type: Directive
|
|
1905
|
-
}], ctorParameters:
|
|
1905
|
+
}], ctorParameters: () => [{ type: undefined }, { type: ConfigurationService }, { type: CollectionService }], propDecorators: { children: [{
|
|
1906
1906
|
type: ContentChildren,
|
|
1907
1907
|
args: [LayerComponent]
|
|
1908
1908
|
}] } });
|
|
@@ -1940,10 +1940,10 @@ class LayersComponent extends CollectionComponent {
|
|
|
1940
1940
|
this.configurationService = configurationService;
|
|
1941
1941
|
this.collectionService = collectionService;
|
|
1942
1942
|
}
|
|
1943
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1944
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1943
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LayersComponent, deps: [{ token: ConfigurationService }, { token: CollectionService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1944
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: LayersComponent, isStandalone: true, selector: "kendo-map-layers", providers: [CollectionService], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1945
1945
|
}
|
|
1946
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1946
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LayersComponent, decorators: [{
|
|
1947
1947
|
type: Component,
|
|
1948
1948
|
args: [{
|
|
1949
1949
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -1952,7 +1952,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1952
1952
|
template: '',
|
|
1953
1953
|
standalone: true
|
|
1954
1954
|
}]
|
|
1955
|
-
}], ctorParameters:
|
|
1955
|
+
}], ctorParameters: () => [{ type: ConfigurationService }, { type: CollectionService }] });
|
|
1956
1956
|
|
|
1957
1957
|
/**
|
|
1958
1958
|
* Represents the Kendo UI MarkerLayer component for Angular. Displays data as markers on vector shape layers for marker maps.
|
|
@@ -2010,8 +2010,8 @@ class MarkerLayerComponent extends LayerComponent {
|
|
|
2010
2010
|
this.collectionService = collectionService;
|
|
2011
2011
|
this.sanitizer = sanitizer;
|
|
2012
2012
|
}
|
|
2013
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2014
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2013
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MarkerLayerComponent, deps: [{ token: ConfigurationService }, { token: CollectionService }, { token: i3.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component });
|
|
2014
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: MarkerLayerComponent, isStandalone: true, selector: "kendo-map-marker-layer", inputs: { data: "data", locationField: "locationField", titleField: "titleField", shape: "shape" }, providers: [
|
|
2015
2015
|
ConfigurationService,
|
|
2016
2016
|
{
|
|
2017
2017
|
provide: LayerComponent,
|
|
@@ -2019,7 +2019,7 @@ class MarkerLayerComponent extends LayerComponent {
|
|
|
2019
2019
|
}
|
|
2020
2020
|
], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2021
2021
|
}
|
|
2022
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2022
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MarkerLayerComponent, decorators: [{
|
|
2023
2023
|
type: Component,
|
|
2024
2024
|
args: [{
|
|
2025
2025
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -2034,7 +2034,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2034
2034
|
template: '',
|
|
2035
2035
|
standalone: true
|
|
2036
2036
|
}]
|
|
2037
|
-
}], ctorParameters:
|
|
2037
|
+
}], ctorParameters: () => [{ type: ConfigurationService }, { type: CollectionService }, { type: i3.DomSanitizer }], propDecorators: { data: [{
|
|
2038
2038
|
type: Input
|
|
2039
2039
|
}], locationField: [{
|
|
2040
2040
|
type: Input
|
|
@@ -2087,8 +2087,8 @@ class ShapeLayerComponent extends LayerComponent {
|
|
|
2087
2087
|
this.collectionService = collectionService;
|
|
2088
2088
|
this.sanitizer = sanitizer;
|
|
2089
2089
|
}
|
|
2090
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2091
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2090
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ShapeLayerComponent, deps: [{ token: ConfigurationService }, { token: CollectionService }, { token: i3.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component });
|
|
2091
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: ShapeLayerComponent, isStandalone: true, selector: "kendo-map-shape-layer", inputs: { data: "data", style: "style" }, providers: [
|
|
2092
2092
|
ConfigurationService,
|
|
2093
2093
|
{
|
|
2094
2094
|
provide: LayerComponent,
|
|
@@ -2096,7 +2096,7 @@ class ShapeLayerComponent extends LayerComponent {
|
|
|
2096
2096
|
}
|
|
2097
2097
|
], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2098
2098
|
}
|
|
2099
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2099
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ShapeLayerComponent, decorators: [{
|
|
2100
2100
|
type: Component,
|
|
2101
2101
|
args: [{
|
|
2102
2102
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -2111,7 +2111,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2111
2111
|
template: '',
|
|
2112
2112
|
standalone: true
|
|
2113
2113
|
}]
|
|
2114
|
-
}], ctorParameters:
|
|
2114
|
+
}], ctorParameters: () => [{ type: ConfigurationService }, { type: CollectionService }, { type: i3.DomSanitizer }], propDecorators: { data: [{
|
|
2115
2115
|
type: Input
|
|
2116
2116
|
}], style: [{
|
|
2117
2117
|
type: Input
|
|
@@ -2164,8 +2164,8 @@ class TileLayerComponent extends LayerComponent {
|
|
|
2164
2164
|
this.collectionService = collectionService;
|
|
2165
2165
|
this.sanitizer = sanitizer;
|
|
2166
2166
|
}
|
|
2167
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2168
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2167
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TileLayerComponent, deps: [{ token: ConfigurationService }, { token: CollectionService }, { token: i3.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component });
|
|
2168
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: TileLayerComponent, isStandalone: true, selector: "kendo-map-tile-layer", inputs: { tileSize: "tileSize", subdomains: "subdomains", urlTemplate: "urlTemplate" }, providers: [
|
|
2169
2169
|
ConfigurationService,
|
|
2170
2170
|
{
|
|
2171
2171
|
provide: LayerComponent,
|
|
@@ -2173,7 +2173,7 @@ class TileLayerComponent extends LayerComponent {
|
|
|
2173
2173
|
}
|
|
2174
2174
|
], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2175
2175
|
}
|
|
2176
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2176
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TileLayerComponent, decorators: [{
|
|
2177
2177
|
type: Component,
|
|
2178
2178
|
args: [{
|
|
2179
2179
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -2188,7 +2188,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2188
2188
|
template: '',
|
|
2189
2189
|
standalone: true
|
|
2190
2190
|
}]
|
|
2191
|
-
}], ctorParameters:
|
|
2191
|
+
}], ctorParameters: () => [{ type: ConfigurationService }, { type: CollectionService }, { type: i3.DomSanitizer }], propDecorators: { tileSize: [{
|
|
2192
2192
|
type: Input
|
|
2193
2193
|
}], subdomains: [{
|
|
2194
2194
|
type: Input
|
|
@@ -2233,18 +2233,18 @@ class BubbleTooltipTemplateDirective {
|
|
|
2233
2233
|
constructor(templateRef) {
|
|
2234
2234
|
this.templateRef = templateRef;
|
|
2235
2235
|
}
|
|
2236
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2237
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2236
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BubbleTooltipTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2237
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: BubbleTooltipTemplateDirective, isStandalone: true, selector: "[kendoMapBubbleTooltipTemplate]", ngImport: i0 });
|
|
2238
2238
|
}
|
|
2239
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2239
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BubbleTooltipTemplateDirective, decorators: [{
|
|
2240
2240
|
type: Directive,
|
|
2241
2241
|
args: [{
|
|
2242
2242
|
selector: '[kendoMapBubbleTooltipTemplate]',
|
|
2243
2243
|
standalone: true
|
|
2244
2244
|
}]
|
|
2245
|
-
}], ctorParameters:
|
|
2245
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
2246
2246
|
type: Optional
|
|
2247
|
-
}] }]
|
|
2247
|
+
}] }] });
|
|
2248
2248
|
|
|
2249
2249
|
/**
|
|
2250
2250
|
* A directive that sets a [template](link:site.data.urls.angular['templatesyntax'])
|
|
@@ -2282,18 +2282,18 @@ class MarkerTooltipTemplateDirective {
|
|
|
2282
2282
|
constructor(templateRef) {
|
|
2283
2283
|
this.templateRef = templateRef;
|
|
2284
2284
|
}
|
|
2285
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2286
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2285
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MarkerTooltipTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2286
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: MarkerTooltipTemplateDirective, isStandalone: true, selector: "[kendoMapMarkerTooltipTemplate]", ngImport: i0 });
|
|
2287
2287
|
}
|
|
2288
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2288
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MarkerTooltipTemplateDirective, decorators: [{
|
|
2289
2289
|
type: Directive,
|
|
2290
2290
|
args: [{
|
|
2291
2291
|
selector: '[kendoMapMarkerTooltipTemplate]',
|
|
2292
2292
|
standalone: true
|
|
2293
2293
|
}]
|
|
2294
|
-
}], ctorParameters:
|
|
2294
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
2295
2295
|
type: Optional
|
|
2296
|
-
}] }]
|
|
2296
|
+
}] }] });
|
|
2297
2297
|
|
|
2298
2298
|
/**
|
|
2299
2299
|
* A directive that sets a [template](link:site.data.urls.angular['templatesyntax'])
|
|
@@ -2331,18 +2331,18 @@ class ShapeTooltipTemplateDirective {
|
|
|
2331
2331
|
constructor(templateRef) {
|
|
2332
2332
|
this.templateRef = templateRef;
|
|
2333
2333
|
}
|
|
2334
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2335
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2334
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ShapeTooltipTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2335
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: ShapeTooltipTemplateDirective, isStandalone: true, selector: "[kendoMapShapeTooltipTemplate]", ngImport: i0 });
|
|
2336
2336
|
}
|
|
2337
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2337
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ShapeTooltipTemplateDirective, decorators: [{
|
|
2338
2338
|
type: Directive,
|
|
2339
2339
|
args: [{
|
|
2340
2340
|
selector: '[kendoMapShapeTooltipTemplate]',
|
|
2341
2341
|
standalone: true
|
|
2342
2342
|
}]
|
|
2343
|
-
}], ctorParameters:
|
|
2343
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
2344
2344
|
type: Optional
|
|
2345
|
-
}] }]
|
|
2345
|
+
}] }] });
|
|
2346
2346
|
|
|
2347
2347
|
/**
|
|
2348
2348
|
* Represents the Kendo UI BubbleTooltip component for Angular.
|
|
@@ -2384,17 +2384,17 @@ class BubbleTooltipComponent extends SettingsComponent {
|
|
|
2384
2384
|
ngAfterContentChecked() {
|
|
2385
2385
|
this.templateService.registerTemplate(this.layer.index, this.bubbleTooltipTemplate?.templateRef);
|
|
2386
2386
|
}
|
|
2387
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2388
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2387
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BubbleTooltipComponent, deps: [{ token: ConfigurationService }, { token: TooltipTemplateService }, { token: LayerComponent }], target: i0.ɵɵFactoryTarget.Component });
|
|
2388
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: BubbleTooltipComponent, isStandalone: true, selector: "kendo-map-bubble-layer-tooltip", queries: [{ propertyName: "bubbleTooltipTemplate", first: true, predicate: BubbleTooltipTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
2389
2389
|
}
|
|
2390
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2390
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BubbleTooltipComponent, decorators: [{
|
|
2391
2391
|
type: Component,
|
|
2392
2392
|
args: [{
|
|
2393
2393
|
selector: 'kendo-map-bubble-layer-tooltip',
|
|
2394
2394
|
template: '',
|
|
2395
2395
|
standalone: true
|
|
2396
2396
|
}]
|
|
2397
|
-
}], ctorParameters:
|
|
2397
|
+
}], ctorParameters: () => [{ type: ConfigurationService }, { type: TooltipTemplateService }, { type: LayerComponent }], propDecorators: { bubbleTooltipTemplate: [{
|
|
2398
2398
|
type: ContentChild,
|
|
2399
2399
|
args: [BubbleTooltipTemplateDirective, { static: false }]
|
|
2400
2400
|
}] } });
|
|
@@ -2439,17 +2439,17 @@ class MarkerTooltipComponent extends SettingsComponent {
|
|
|
2439
2439
|
ngAfterContentChecked() {
|
|
2440
2440
|
this.templateService.registerTemplate(this.layer.index, this.markerTooltipTemplate?.templateRef);
|
|
2441
2441
|
}
|
|
2442
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2443
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2442
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MarkerTooltipComponent, deps: [{ token: ConfigurationService }, { token: TooltipTemplateService }, { token: LayerComponent }], target: i0.ɵɵFactoryTarget.Component });
|
|
2443
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: MarkerTooltipComponent, isStandalone: true, selector: "kendo-map-marker-layer-tooltip", queries: [{ propertyName: "markerTooltipTemplate", first: true, predicate: MarkerTooltipTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
2444
2444
|
}
|
|
2445
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2445
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MarkerTooltipComponent, decorators: [{
|
|
2446
2446
|
type: Component,
|
|
2447
2447
|
args: [{
|
|
2448
2448
|
selector: 'kendo-map-marker-layer-tooltip',
|
|
2449
2449
|
template: '',
|
|
2450
2450
|
standalone: true
|
|
2451
2451
|
}]
|
|
2452
|
-
}], ctorParameters:
|
|
2452
|
+
}], ctorParameters: () => [{ type: ConfigurationService }, { type: TooltipTemplateService }, { type: LayerComponent }], propDecorators: { markerTooltipTemplate: [{
|
|
2453
2453
|
type: ContentChild,
|
|
2454
2454
|
args: [MarkerTooltipTemplateDirective, { static: false }]
|
|
2455
2455
|
}] } });
|
|
@@ -2494,17 +2494,17 @@ class ShapeTooltipComponent extends SettingsComponent {
|
|
|
2494
2494
|
ngAfterContentChecked() {
|
|
2495
2495
|
this.templateService.registerTemplate(this.layer.index, this.shapeTooltipTemplate?.templateRef);
|
|
2496
2496
|
}
|
|
2497
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2498
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2497
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ShapeTooltipComponent, deps: [{ token: ConfigurationService }, { token: TooltipTemplateService }, { token: LayerComponent }], target: i0.ɵɵFactoryTarget.Component });
|
|
2498
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: ShapeTooltipComponent, isStandalone: true, selector: "kendo-map-shape-layer-tooltip", queries: [{ propertyName: "shapeTooltipTemplate", first: true, predicate: ShapeTooltipTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
2499
2499
|
}
|
|
2500
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2500
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ShapeTooltipComponent, decorators: [{
|
|
2501
2501
|
type: Component,
|
|
2502
2502
|
args: [{
|
|
2503
2503
|
selector: 'kendo-map-shape-layer-tooltip',
|
|
2504
2504
|
template: '',
|
|
2505
2505
|
standalone: true
|
|
2506
2506
|
}]
|
|
2507
|
-
}], ctorParameters:
|
|
2507
|
+
}], ctorParameters: () => [{ type: ConfigurationService }, { type: TooltipTemplateService }, { type: LayerComponent }], propDecorators: { shapeTooltipTemplate: [{
|
|
2508
2508
|
type: ContentChild,
|
|
2509
2509
|
args: [ShapeTooltipTemplateDirective, { static: false }]
|
|
2510
2510
|
}] } });
|
|
@@ -2549,11 +2549,11 @@ const KENDO_MAP = [
|
|
|
2549
2549
|
* ```
|
|
2550
2550
|
*/
|
|
2551
2551
|
class MapModule {
|
|
2552
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2553
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
2554
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2552
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MapModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2553
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: MapModule, imports: [BubbleLayerComponent, BubbleTooltipComponent, BubbleTooltipTemplateDirective, LayersComponent, MapComponent, MarkerLayerComponent, MarkerTooltipComponent, MarkerTooltipTemplateDirective, ShapeLayerComponent, ShapeTooltipComponent, ShapeTooltipTemplateDirective, TileLayerComponent], exports: [BubbleLayerComponent, BubbleTooltipComponent, BubbleTooltipTemplateDirective, LayersComponent, MapComponent, MarkerLayerComponent, MarkerTooltipComponent, MarkerTooltipTemplateDirective, ShapeLayerComponent, ShapeTooltipComponent, ShapeTooltipTemplateDirective, TileLayerComponent] });
|
|
2554
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MapModule, providers: [IconsService, ResizeBatchService], imports: [MapComponent] });
|
|
2555
2555
|
}
|
|
2556
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2556
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MapModule, decorators: [{
|
|
2557
2557
|
type: NgModule,
|
|
2558
2558
|
args: [{
|
|
2559
2559
|
imports: [...KENDO_MAP],
|