@progress/kendo-angular-map 24.2.2 → 25.0.0-develop.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/progress-kendo-angular-map.mjs +78 -78
- package/index.d.ts +1506 -13
- package/package-metadata.mjs +2 -2
- package/package.json +11 -11
- package/schematics/ngAdd/index.js +1 -1
- package/common/collection-item.component.d.ts +0 -40
- package/common/collection.component.d.ts +0 -27
- package/common/collection.service.d.ts +0 -32
- package/common/configuration.service.d.ts +0 -32
- package/common/copy-changes.d.ts +0 -11
- package/common/has-parent.d.ts +0 -8
- package/common/map-instance-observer.d.ts +0 -12
- package/common/settings.component.d.ts +0 -37
- package/common/to-simple-changes.d.ts +0 -11
- package/directives.d.ts +0 -15
- package/events/base-event.d.ts +0 -21
- package/events/before-reset-event.d.ts +0 -17
- package/events/instance-event.service.d.ts +0 -11
- package/events/map-click-event.d.ts +0 -25
- package/events/marker-activate-event.d.ts +0 -25
- package/events/marker-click-event.d.ts +0 -25
- package/events/marker-created-event.d.ts +0 -27
- package/events/pan-end-event.d.ts +0 -29
- package/events/pan-event.d.ts +0 -29
- package/events/preventable-event.d.ts +0 -28
- package/events/reset-event.d.ts +0 -19
- package/events/shape-click-event.d.ts +0 -30
- package/events/shape-created-event.d.ts +0 -34
- package/events/shape-feature-created-event.d.ts +0 -34
- package/events/shape-mouse-enter-event.d.ts +0 -33
- package/events/shape-mouse-leave-event.d.ts +0 -33
- package/events/zoom-end-event.d.ts +0 -21
- package/events/zoom-start-event.d.ts +0 -22
- package/events.d.ts +0 -19
- package/map/bubble-layer.component.d.ts +0 -83
- package/map/layer/tooltip.component.d.ts +0 -21
- package/map/layer.component.d.ts +0 -53
- package/map/layers.component.d.ts +0 -40
- package/map/marker-layer.component.d.ts +0 -64
- package/map/shape-layer.component.d.ts +0 -52
- package/map/tile-layer.component.d.ts +0 -55
- package/map.component.d.ts +0 -372
- package/map.module.d.ts +0 -42
- package/package-metadata.d.ts +0 -9
- package/tooltip/base-tooltip.d.ts +0 -31
- package/tooltip/body-factory.d.ts +0 -9
- package/tooltip/bubble-tooltip-template.directive.d.ts +0 -44
- package/tooltip/bubble-tooltip.component.d.ts +0 -47
- package/tooltip/marker-tooltip-template.directive.d.ts +0 -43
- package/tooltip/marker-tooltip.component.d.ts +0 -47
- package/tooltip/popup-settings.interface.d.ts +0 -18
- package/tooltip/shape-tooltip-template.directive.d.ts +0 -43
- package/tooltip/shape-tooltip.component.d.ts +0 -47
- package/tooltip/tooltip-popup.component.d.ts +0 -34
- package/tooltip/tooltip-template.service.d.ts +0 -16
- package/tooltip.d.ts +0 -11
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "
|
|
10
|
+
"publishDate": 1783679997,
|
|
11
|
+
"version": "25.0.0-develop.1",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-map",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "25.0.0-develop.1",
|
|
4
4
|
"description": "Kendo UI Map for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -22,26 +22,26 @@
|
|
|
22
22
|
"package": {
|
|
23
23
|
"productName": "Kendo UI for Angular",
|
|
24
24
|
"productCode": "KENDOUIANGULAR",
|
|
25
|
-
"publishDate":
|
|
25
|
+
"publishDate": 1783679997,
|
|
26
26
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"@angular/animations": "
|
|
31
|
-
"@angular/common": "
|
|
32
|
-
"@angular/core": "
|
|
33
|
-
"@angular/platform-browser": "
|
|
30
|
+
"@angular/animations": "20 - 22",
|
|
31
|
+
"@angular/common": "20 - 22",
|
|
32
|
+
"@angular/core": "20 - 22",
|
|
33
|
+
"@angular/platform-browser": "20 - 22",
|
|
34
34
|
"@progress/kendo-drawing": "^1.25.0",
|
|
35
35
|
"@progress/kendo-licensing": "^1.11.0",
|
|
36
|
-
"@progress/kendo-angular-common": "
|
|
37
|
-
"@progress/kendo-angular-icons": "
|
|
38
|
-
"@progress/kendo-angular-l10n": "
|
|
39
|
-
"@progress/kendo-angular-popup": "
|
|
36
|
+
"@progress/kendo-angular-common": "25.0.0-develop.1",
|
|
37
|
+
"@progress/kendo-angular-icons": "25.0.0-develop.1",
|
|
38
|
+
"@progress/kendo-angular-l10n": "25.0.0-develop.1",
|
|
39
|
+
"@progress/kendo-angular-popup": "25.0.0-develop.1",
|
|
40
40
|
"rxjs": "^6.4.0 || ^7.0.0"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"tslib": "^2.3.1",
|
|
44
|
-
"@progress/kendo-angular-schematics": "
|
|
44
|
+
"@progress/kendo-angular-schematics": "25.0.0-develop.1",
|
|
45
45
|
"@progress/kendo-charts": "2.12.2"
|
|
46
46
|
},
|
|
47
47
|
"schematics": "./schematics/collection.json",
|
|
@@ -15,7 +15,7 @@ function default_1(options) {
|
|
|
15
15
|
// Additional dependencies to install.
|
|
16
16
|
// See https://github.com/telerik/kendo-schematics/issues/28
|
|
17
17
|
peerDependencies: {
|
|
18
|
-
// '@progress/kendo-angular-foo': '
|
|
18
|
+
// '@progress/kendo-angular-foo': '25.0.0-develop.1'
|
|
19
19
|
} });
|
|
20
20
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
21
21
|
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { OnChanges, OnDestroy, SimpleChange } from '@angular/core';
|
|
6
|
-
import { Subscription } from 'rxjs';
|
|
7
|
-
import { CollectionService, Item } from './collection.service';
|
|
8
|
-
import { ConfigurationService } from './configuration.service';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
export declare abstract class CollectionItemComponent implements Item, OnChanges, OnDestroy {
|
|
14
|
-
protected configurationService: ConfigurationService;
|
|
15
|
-
protected collectionService: CollectionService;
|
|
16
|
-
protected subscription: Subscription;
|
|
17
|
-
index: number;
|
|
18
|
-
options: any;
|
|
19
|
-
constructor(configurationService: ConfigurationService, collectionService: CollectionService);
|
|
20
|
-
ngOnChanges(changes: {
|
|
21
|
-
[propertyName: string]: SimpleChange;
|
|
22
|
-
}): void;
|
|
23
|
-
/**
|
|
24
|
-
* Updates the component fields with the specified values and refreshes the Chart.
|
|
25
|
-
*
|
|
26
|
-
* Use this method when the configuration values cannot be set through the template.
|
|
27
|
-
*
|
|
28
|
-
* @example
|
|
29
|
-
* ```ts-no-run
|
|
30
|
-
* item.notifyChanges({ visible: true });
|
|
31
|
-
* ```
|
|
32
|
-
*
|
|
33
|
-
* @param changes An object containing the updated input fields.
|
|
34
|
-
*/
|
|
35
|
-
notifyChanges(changes: any): void;
|
|
36
|
-
ngOnDestroy(): void;
|
|
37
|
-
protected notify(): void;
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CollectionItemComponent, never>;
|
|
39
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CollectionItemComponent, never, never, {}, {}, never, never, true, never>;
|
|
40
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { AfterContentInit, OnDestroy, QueryList } from '@angular/core';
|
|
6
|
-
import { ConfigurationService } from './configuration.service';
|
|
7
|
-
import { CollectionService, Item } from './collection.service';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export declare abstract class CollectionComponent implements AfterContentInit, OnDestroy {
|
|
13
|
-
protected configKey: string;
|
|
14
|
-
protected configurationService: ConfigurationService;
|
|
15
|
-
protected collectionService: CollectionService;
|
|
16
|
-
children: QueryList<Item>;
|
|
17
|
-
private subscription;
|
|
18
|
-
private items;
|
|
19
|
-
constructor(configKey: string, configurationService: ConfigurationService, collectionService: CollectionService);
|
|
20
|
-
ngOnDestroy(): void;
|
|
21
|
-
ngAfterContentInit(): void;
|
|
22
|
-
private processChanges;
|
|
23
|
-
private readItems;
|
|
24
|
-
private change;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CollectionComponent, never>;
|
|
26
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CollectionComponent, never, never, {}, {}, ["children"], never, true, never>;
|
|
27
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Observable } from 'rxjs';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export interface Item {
|
|
11
|
-
index: number;
|
|
12
|
-
options: any;
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* @hidden
|
|
16
|
-
*/
|
|
17
|
-
export declare class ItemChange {
|
|
18
|
-
sender: Item;
|
|
19
|
-
options: any;
|
|
20
|
-
constructor(sender: Item, options: any);
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* @hidden
|
|
24
|
-
*/
|
|
25
|
-
export declare class CollectionService {
|
|
26
|
-
itemChanges: Observable<ItemChange>;
|
|
27
|
-
private source;
|
|
28
|
-
constructor();
|
|
29
|
-
notify(change: ItemChange): void;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CollectionService, never>;
|
|
31
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CollectionService>;
|
|
32
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { NgZone } from '@angular/core';
|
|
6
|
-
import { BehaviorSubject, Observable } from 'rxjs';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare class Change {
|
|
12
|
-
key: string;
|
|
13
|
-
value: any;
|
|
14
|
-
constructor(key: string, value: any);
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* @hidden
|
|
18
|
-
*/
|
|
19
|
-
export declare class ConfigurationService {
|
|
20
|
-
protected ngZone: NgZone;
|
|
21
|
-
changes: Observable<any>;
|
|
22
|
-
store: any;
|
|
23
|
-
protected source: BehaviorSubject<any>;
|
|
24
|
-
constructor(ngZone: NgZone);
|
|
25
|
-
protected initSource(): void;
|
|
26
|
-
push(store: any): void;
|
|
27
|
-
notify(change: Change): void;
|
|
28
|
-
protected set(field: string, value: any): void;
|
|
29
|
-
protected next(): void;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ConfigurationService, never>;
|
|
31
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ConfigurationService>;
|
|
32
|
-
}
|
package/common/copy-changes.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { SimpleChange } from '@angular/core';
|
|
6
|
-
/**
|
|
7
|
-
* @hidden
|
|
8
|
-
*/
|
|
9
|
-
export declare function copyChanges(changes: {
|
|
10
|
-
[propertyName: string]: SimpleChange;
|
|
11
|
-
}, options: any): void;
|
package/common/has-parent.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* @hidden
|
|
7
|
-
*/
|
|
8
|
-
export declare function hasParent(element: any, parent: any): boolean;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { InstanceObserver } from '@progress/kendo-charts';
|
|
6
|
-
/**
|
|
7
|
-
* @hidden
|
|
8
|
-
*/
|
|
9
|
-
export declare class MapInstanceObserver extends InstanceObserver {
|
|
10
|
-
protected handlerMap: any;
|
|
11
|
-
constructor(instance: any);
|
|
12
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { OnChanges, OnDestroy, SimpleChange } from '@angular/core';
|
|
6
|
-
import { ConfigurationService } from './configuration.service';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare abstract class SettingsComponent implements OnChanges, OnDestroy {
|
|
12
|
-
protected configKey: string;
|
|
13
|
-
configurationService: ConfigurationService;
|
|
14
|
-
protected store: any;
|
|
15
|
-
constructor(configKey: string, configurationService: ConfigurationService);
|
|
16
|
-
ngOnDestroy(): void;
|
|
17
|
-
ngOnChanges(changes: {
|
|
18
|
-
[propertyName: string]: SimpleChange;
|
|
19
|
-
}): void;
|
|
20
|
-
/**
|
|
21
|
-
* Updates the component fields with the specified values and refreshes the component.
|
|
22
|
-
*
|
|
23
|
-
* Use this method when the configuration values cannot be set through the template.
|
|
24
|
-
*
|
|
25
|
-
* @example
|
|
26
|
-
* ```ts-no-run
|
|
27
|
-
* item.notifyChanges({ visible: true });
|
|
28
|
-
* ```
|
|
29
|
-
*
|
|
30
|
-
* @param changes An object containing the updated input fields.
|
|
31
|
-
*/
|
|
32
|
-
notifyChanges(changes: any): void;
|
|
33
|
-
protected markAsVisible(): void;
|
|
34
|
-
private notify;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SettingsComponent, never>;
|
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SettingsComponent, never, never, {}, {}, never, never, true, never>;
|
|
37
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { SimpleChange } from '@angular/core';
|
|
6
|
-
/**
|
|
7
|
-
* @hidden
|
|
8
|
-
*/
|
|
9
|
-
export declare function toSimpleChanges(changes: any): {
|
|
10
|
-
[propertyName: string]: SimpleChange;
|
|
11
|
-
};
|
package/directives.d.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { MapComponent } from './map.component';
|
|
6
|
-
import { BubbleLayerComponent } from './map/bubble-layer.component';
|
|
7
|
-
import { LayersComponent } from './map/layers.component';
|
|
8
|
-
import { MarkerLayerComponent } from './map/marker-layer.component';
|
|
9
|
-
import { ShapeLayerComponent } from './map/shape-layer.component';
|
|
10
|
-
import { TileLayerComponent } from './map/tile-layer.component';
|
|
11
|
-
import { BubbleTooltipComponent, BubbleTooltipTemplateDirective, MarkerTooltipComponent, MarkerTooltipTemplateDirective, ShapeTooltipComponent, ShapeTooltipTemplateDirective } from './tooltip';
|
|
12
|
-
/**
|
|
13
|
-
* Utility array that contains all `Map` related components and directives.
|
|
14
|
-
*/
|
|
15
|
-
export declare const KENDO_MAP: readonly [typeof BubbleLayerComponent, typeof BubbleTooltipComponent, typeof BubbleTooltipTemplateDirective, typeof LayersComponent, typeof MapComponent, typeof MarkerLayerComponent, typeof MarkerTooltipComponent, typeof MarkerTooltipTemplateDirective, typeof ShapeLayerComponent, typeof ShapeTooltipComponent, typeof ShapeTooltipTemplateDirective, typeof TileLayerComponent];
|
package/events/base-event.d.ts
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import type { MapComponent } from '../map.component';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export declare abstract class BaseEvent {
|
|
11
|
-
/**
|
|
12
|
-
* The `MapComponent` that triggered the event.
|
|
13
|
-
*/
|
|
14
|
-
sender: MapComponent;
|
|
15
|
-
/**
|
|
16
|
-
* @hidden
|
|
17
|
-
*/
|
|
18
|
-
constructor(sender: MapComponent);
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BaseEvent, never>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseEvent, never, never, {}, {}, never, never, true, never>;
|
|
21
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { MapBeforeResetEvent } from '@progress/kendo-charts';
|
|
6
|
-
import { MapComponent } from '../map.component';
|
|
7
|
-
import { BaseEvent } from './base-event';
|
|
8
|
-
/**
|
|
9
|
-
* Arguments for the `beforeReset` event.
|
|
10
|
-
* Fires immediately before the map resets. Layer implementers typically use this event for cleanup.
|
|
11
|
-
*/
|
|
12
|
-
export declare class BeforeResetEvent extends BaseEvent implements MapBeforeResetEvent {
|
|
13
|
-
/**
|
|
14
|
-
* @hidden
|
|
15
|
-
*/
|
|
16
|
-
constructor(_: any, sender: MapComponent);
|
|
17
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { MapComponent } from '../map.component';
|
|
6
|
-
/**
|
|
7
|
-
* @hidden
|
|
8
|
-
*/
|
|
9
|
-
export declare class InstanceEventService {
|
|
10
|
-
create(name: string, args: any, sender: MapComponent): any;
|
|
11
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Location, MapClickEvent as BaseMapClickEvent } from '@progress/kendo-charts';
|
|
6
|
-
import { MapComponent } from '../map.component';
|
|
7
|
-
import { BaseEvent } from './base-event';
|
|
8
|
-
/**
|
|
9
|
-
* Arguments for the `mapClick` event.
|
|
10
|
-
* Fires when you click on the map.
|
|
11
|
-
*/
|
|
12
|
-
export declare class MapClickEvent extends BaseEvent implements BaseMapClickEvent {
|
|
13
|
-
/**
|
|
14
|
-
* The location of the clicked point.
|
|
15
|
-
*/
|
|
16
|
-
location: Location;
|
|
17
|
-
/**
|
|
18
|
-
* The source DOM event instance.
|
|
19
|
-
*/
|
|
20
|
-
originalEvent: any;
|
|
21
|
-
/**
|
|
22
|
-
* @hidden
|
|
23
|
-
*/
|
|
24
|
-
constructor(e: BaseMapClickEvent, sender: MapComponent);
|
|
25
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { MapLayer, MapMarker, MapMarkerActivateEvent } from '@progress/kendo-charts';
|
|
6
|
-
import { MapComponent } from '../map.component';
|
|
7
|
-
import { BaseEvent } from './base-event';
|
|
8
|
-
/**
|
|
9
|
-
* Arguments for the `markerActivate` event.
|
|
10
|
-
* Fires when a marker displays and has a DOM element assigned.
|
|
11
|
-
*/
|
|
12
|
-
export declare class MarkerActivateEvent extends BaseEvent implements MapMarkerActivateEvent {
|
|
13
|
-
/**
|
|
14
|
-
* The marker instance.
|
|
15
|
-
*/
|
|
16
|
-
marker: MapMarker;
|
|
17
|
-
/**
|
|
18
|
-
* The marker layer instance.
|
|
19
|
-
*/
|
|
20
|
-
layer: MapLayer;
|
|
21
|
-
/**
|
|
22
|
-
* @hidden
|
|
23
|
-
*/
|
|
24
|
-
constructor(e: MapMarkerActivateEvent, sender: MapComponent);
|
|
25
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { MapLayer, MapMarker, MapMarkerClickEvent } from '@progress/kendo-charts';
|
|
6
|
-
import { MapComponent } from '../map.component';
|
|
7
|
-
import { BaseEvent } from './base-event';
|
|
8
|
-
/**
|
|
9
|
-
* Arguments for the `markerClick` event.
|
|
10
|
-
* Fires when the user clicks or taps a marker.
|
|
11
|
-
*/
|
|
12
|
-
export declare class MarkerClickEvent extends BaseEvent implements MapMarkerClickEvent {
|
|
13
|
-
/**
|
|
14
|
-
* The marker instance.
|
|
15
|
-
*/
|
|
16
|
-
marker: MapMarker;
|
|
17
|
-
/**
|
|
18
|
-
* The marker layer instance.
|
|
19
|
-
*/
|
|
20
|
-
layer: MapLayer;
|
|
21
|
-
/**
|
|
22
|
-
* @hidden
|
|
23
|
-
*/
|
|
24
|
-
constructor(e: MapMarkerClickEvent, sender: MapComponent);
|
|
25
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { MapLayer, MapMarker, MapMarkerCreatedEvent } from '@progress/kendo-charts';
|
|
6
|
-
import { MapComponent } from '../map.component';
|
|
7
|
-
import { PreventableEvent } from './preventable-event';
|
|
8
|
-
/**
|
|
9
|
-
* Arguments for the `markerCreated` event.
|
|
10
|
-
* Fires once the map has created a marker, and just before the map displays it.
|
|
11
|
-
*
|
|
12
|
-
* Cancelling the event prevents displaying the marker.
|
|
13
|
-
*/
|
|
14
|
-
export declare class MarkerCreatedEvent extends PreventableEvent implements MapMarkerCreatedEvent {
|
|
15
|
-
/**
|
|
16
|
-
* The marker instance.
|
|
17
|
-
*/
|
|
18
|
-
marker: MapMarker;
|
|
19
|
-
/**
|
|
20
|
-
* The marker layer instance.
|
|
21
|
-
*/
|
|
22
|
-
layer: MapLayer;
|
|
23
|
-
/**
|
|
24
|
-
* @hidden
|
|
25
|
-
*/
|
|
26
|
-
constructor(e: MapMarkerCreatedEvent, sender: MapComponent);
|
|
27
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Location, MapPanEndEvent } from '@progress/kendo-charts';
|
|
6
|
-
import { MapComponent } from '../map.component';
|
|
7
|
-
import { BaseEvent } from './base-event';
|
|
8
|
-
/**
|
|
9
|
-
* Arguments for the `panEnd` event.
|
|
10
|
-
* Fires after the map viewport completes panning.
|
|
11
|
-
*/
|
|
12
|
-
export declare class PanEndEvent extends BaseEvent implements MapPanEndEvent {
|
|
13
|
-
/**
|
|
14
|
-
* The map origin (top left or NW corner).
|
|
15
|
-
*/
|
|
16
|
-
origin: Location;
|
|
17
|
-
/**
|
|
18
|
-
* The current map center.
|
|
19
|
-
*/
|
|
20
|
-
center: Location;
|
|
21
|
-
/**
|
|
22
|
-
* The source DOM event instance.
|
|
23
|
-
*/
|
|
24
|
-
originalEvent: any;
|
|
25
|
-
/**
|
|
26
|
-
* @hidden
|
|
27
|
-
*/
|
|
28
|
-
constructor(e: MapPanEndEvent, sender: MapComponent);
|
|
29
|
-
}
|
package/events/pan-event.d.ts
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Location, MapPanEvent } from '@progress/kendo-charts';
|
|
6
|
-
import { MapComponent } from '../map.component';
|
|
7
|
-
import { BaseEvent } from './base-event';
|
|
8
|
-
/**
|
|
9
|
-
* Arguments for the `pan` event.
|
|
10
|
-
* Fires while the map viewport is being moved.
|
|
11
|
-
*/
|
|
12
|
-
export declare class PanEvent extends BaseEvent implements MapPanEvent {
|
|
13
|
-
/**
|
|
14
|
-
* The map origin (top left or NW corner).
|
|
15
|
-
*/
|
|
16
|
-
origin: Location;
|
|
17
|
-
/**
|
|
18
|
-
* The current map center.
|
|
19
|
-
*/
|
|
20
|
-
center: Location;
|
|
21
|
-
/**
|
|
22
|
-
* The source DOM event instance.
|
|
23
|
-
*/
|
|
24
|
-
originalEvent: any;
|
|
25
|
-
/**
|
|
26
|
-
* @hidden
|
|
27
|
-
*/
|
|
28
|
-
constructor(e: MapPanEvent, sender: MapComponent);
|
|
29
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { BaseEvent } from './base-event';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export declare abstract class PreventableEvent extends BaseEvent {
|
|
11
|
-
private prevented;
|
|
12
|
-
/**
|
|
13
|
-
* Prevents the default action for a specified event.
|
|
14
|
-
* In this way, the source component suppresses
|
|
15
|
-
* the built-in behavior that follows the event.
|
|
16
|
-
*/
|
|
17
|
-
preventDefault(): void;
|
|
18
|
-
/**
|
|
19
|
-
* Returns `true` if the event was prevented
|
|
20
|
-
* by any of its subscribers.
|
|
21
|
-
*
|
|
22
|
-
* @returns `true` if the default action was prevented.
|
|
23
|
-
* Otherwise, returns `false`.
|
|
24
|
-
*/
|
|
25
|
-
isDefaultPrevented(): boolean;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PreventableEvent, never>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PreventableEvent, never, never, {}, {}, never, never, true, never>;
|
|
28
|
-
}
|
package/events/reset-event.d.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { MapResetEvent } from '@progress/kendo-charts';
|
|
6
|
-
import { MapComponent } from '../map.component';
|
|
7
|
-
import { BaseEvent } from './base-event';
|
|
8
|
-
/**
|
|
9
|
-
* Arguments for the `reset` event.
|
|
10
|
-
* Fires when the map resets.
|
|
11
|
-
*
|
|
12
|
-
* This typically occurs on initial load and after a zoom/center change.
|
|
13
|
-
*/
|
|
14
|
-
export declare class ResetEvent extends BaseEvent implements MapResetEvent {
|
|
15
|
-
/**
|
|
16
|
-
* @hidden
|
|
17
|
-
*/
|
|
18
|
-
constructor(_: any, sender: MapComponent);
|
|
19
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { MapLayer, MapShapeClickEvent } from '@progress/kendo-charts';
|
|
6
|
-
import { Element } from '@progress/kendo-drawing';
|
|
7
|
-
import { MapComponent } from '../map.component';
|
|
8
|
-
import { BaseEvent } from './base-event';
|
|
9
|
-
/**
|
|
10
|
-
* Arguments for the `shapeClick` event.
|
|
11
|
-
* Fires when a shape is clicked or tapped.
|
|
12
|
-
*/
|
|
13
|
-
export declare class ShapeClickEvent extends BaseEvent implements MapShapeClickEvent {
|
|
14
|
-
/**
|
|
15
|
-
* The shape layer instance.
|
|
16
|
-
*/
|
|
17
|
-
layer: MapLayer;
|
|
18
|
-
/**
|
|
19
|
-
* The shape instance.
|
|
20
|
-
*/
|
|
21
|
-
shape: Element;
|
|
22
|
-
/**
|
|
23
|
-
* The source DOM event instance.
|
|
24
|
-
*/
|
|
25
|
-
originalEvent: any;
|
|
26
|
-
/**
|
|
27
|
-
* @hidden
|
|
28
|
-
*/
|
|
29
|
-
constructor(e: MapShapeClickEvent, sender: MapComponent);
|
|
30
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { MapLayer, MapShapeCreatedEvent, Location } from '@progress/kendo-charts';
|
|
6
|
-
import { Element } from '@progress/kendo-drawing';
|
|
7
|
-
import { MapComponent } from '../map.component';
|
|
8
|
-
import { BaseEvent } from './base-event';
|
|
9
|
-
/**
|
|
10
|
-
* Arguments for the `shapeCreated` event.
|
|
11
|
-
* Fires when a shape is created, but is not rendered yet.
|
|
12
|
-
*/
|
|
13
|
-
export declare class ShapeCreatedEvent extends BaseEvent implements MapShapeCreatedEvent {
|
|
14
|
-
/**
|
|
15
|
-
* The shape layer instance.
|
|
16
|
-
*/
|
|
17
|
-
layer: MapLayer;
|
|
18
|
-
/**
|
|
19
|
-
* The shape instance.
|
|
20
|
-
*/
|
|
21
|
-
shape: Element;
|
|
22
|
-
/**
|
|
23
|
-
* The original data item for this Shape.
|
|
24
|
-
*/
|
|
25
|
-
dataItem: any;
|
|
26
|
-
/**
|
|
27
|
-
* The shape location.
|
|
28
|
-
*/
|
|
29
|
-
location: Location;
|
|
30
|
-
/**
|
|
31
|
-
* @hidden
|
|
32
|
-
*/
|
|
33
|
-
constructor(e: any, sender: MapComponent);
|
|
34
|
-
}
|