@progress/kendo-angular-map 0.3.3 → 11.0.0-develop.101
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/LICENSE.md +1 -1
- package/NOTICE.txt +4 -4
- package/README.md +1 -1
- package/common/collection-item.component.d.ts +1 -1
- package/common/collection.component.d.ts +1 -1
- package/common/collection.service.d.ts +1 -1
- package/common/configuration.service.d.ts +1 -1
- package/common/copy-changes.d.ts +1 -1
- package/common/has-parent.d.ts +1 -1
- package/common/map-instance-observer.d.ts +1 -1
- package/common/settings.component.d.ts +1 -1
- package/common/to-simple-changes.d.ts +1 -1
- package/{esm2015/common/collection-item.component.js → esm2020/common/collection-item.component.mjs} +6 -5
- package/{esm2015/common/collection.component.js → esm2020/common/collection.component.mjs} +6 -4
- package/{esm2015/common/collection.service.js → esm2020/common/collection.service.mjs} +4 -4
- package/{esm2015/common/configuration.service.js → esm2020/common/configuration.service.mjs} +5 -5
- package/{esm2015/common/copy-changes.js → esm2020/common/copy-changes.mjs} +1 -1
- package/{esm2015/common/has-parent.js → esm2020/common/has-parent.mjs} +1 -1
- package/{esm2015/common/map-instance-observer.js → esm2020/common/map-instance-observer.mjs} +1 -1
- package/{esm2015/common/settings.component.js → esm2020/common/settings.component.mjs} +5 -4
- package/{esm2015/common/to-simple-changes.js → esm2020/common/to-simple-changes.mjs} +1 -1
- package/{esm2015/events/base-event.js → esm2020/events/base-event.mjs} +4 -4
- package/{esm2015/events/before-reset-event.js → esm2020/events/before-reset-event.mjs} +1 -1
- package/{esm2015/events/instance-event.service.js → esm2020/events/instance-event.service.mjs} +1 -1
- package/{esm2015/events/map-click-event.js → esm2020/events/map-click-event.mjs} +1 -1
- package/{esm2015/events/marker-activate-event.js → esm2020/events/marker-activate-event.mjs} +1 -1
- package/{esm2015/events/marker-click-event.js → esm2020/events/marker-click-event.mjs} +1 -1
- package/{esm2015/events/marker-created-event.js → esm2020/events/marker-created-event.mjs} +1 -1
- package/{esm2015/events/pan-end-event.js → esm2020/events/pan-end-event.mjs} +1 -1
- package/{esm2015/events/pan-event.js → esm2020/events/pan-event.mjs} +1 -1
- package/{esm2015/events/preventable-event.js → esm2020/events/preventable-event.mjs} +4 -4
- package/{esm2015/events/reset-event.js → esm2020/events/reset-event.mjs} +1 -1
- package/{esm2015/events/shape-click-event.js → esm2020/events/shape-click-event.mjs} +1 -1
- package/{esm2015/events/shape-created-event.js → esm2020/events/shape-created-event.mjs} +1 -1
- package/{esm2015/events/shape-feature-created-event.js → esm2020/events/shape-feature-created-event.mjs} +1 -1
- package/{esm2015/events/shape-mouse-enter-event.js → esm2020/events/shape-mouse-enter-event.mjs} +1 -1
- package/{esm2015/events/shape-mouse-leave-event.js → esm2020/events/shape-mouse-leave-event.mjs} +1 -1
- package/{esm2015/events/zoom-end-event.js → esm2020/events/zoom-end-event.mjs} +1 -1
- package/{esm2015/events/zoom-start-event.js → esm2020/events/zoom-start-event.mjs} +1 -1
- package/{esm2015/events.js → esm2020/events.mjs} +1 -1
- package/{esm2015/main.js → esm2020/index.mjs} +1 -1
- package/{esm2015/map/bubble-layer.component.js → esm2020/map/bubble-layer.component.mjs} +6 -4
- package/{esm2015/map/layer/tooltip.component.js → esm2020/map/layer/tooltip.component.mjs} +5 -4
- package/{esm2015/map/layer.component.js → esm2020/map/layer.component.mjs} +7 -4
- package/{esm2015/map/layers.component.js → esm2020/map/layers.component.mjs} +6 -5
- package/{esm2015/map/marker-layer.component.js → esm2020/map/marker-layer.component.mjs} +6 -4
- package/{esm2015/map/shape-layer.component.js → esm2020/map/shape-layer.component.mjs} +6 -4
- package/{esm2015/map/tile-layer.component.js → esm2020/map/tile-layer.component.mjs} +6 -4
- package/{esm2015/map.component.js → esm2020/map.component.mjs} +21 -33
- package/{esm2015/map.directives.js → esm2020/map.directives.mjs} +1 -1
- package/{esm2015/map.module.js → esm2020/map.module.mjs} +5 -5
- package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +3 -3
- package/{esm2015/kendo-angular-map.js → esm2020/progress-kendo-angular-map.mjs} +2 -2
- package/{esm2015/tooltip/base-tooltip.js → esm2020/tooltip/base-tooltip.mjs} +7 -4
- package/{esm2015/tooltip/body-factory.js → esm2020/tooltip/body-factory.mjs} +1 -1
- package/{esm2015/tooltip/bubble-tooltip-template.directive.js → esm2020/tooltip/bubble-tooltip-template.directive.mjs} +5 -5
- package/{esm2015/tooltip/bubble-tooltip.component.js → esm2020/tooltip/bubble-tooltip.component.mjs} +8 -6
- package/{esm2015/tooltip/marker-tooltip-template.directive.js → esm2020/tooltip/marker-tooltip-template.directive.mjs} +5 -5
- package/{esm2015/tooltip/marker-tooltip.component.js → esm2020/tooltip/marker-tooltip.component.mjs} +8 -6
- package/{esm2015/tooltip/popup-settings.interface.js → esm2020/tooltip/popup-settings.interface.mjs} +1 -1
- package/{esm2015/tooltip/shape-tooltip-template.directive.js → esm2020/tooltip/shape-tooltip-template.directive.mjs} +5 -5
- package/{esm2015/tooltip/shape-tooltip.component.js → esm2020/tooltip/shape-tooltip.component.mjs} +8 -6
- package/{esm2015/tooltip/tooltip-popup.component.js → esm2020/tooltip/tooltip-popup.component.mjs} +7 -5
- package/{esm2015/tooltip/tooltip-template.service.js → esm2020/tooltip/tooltip-template.service.mjs} +4 -4
- package/{esm2015/tooltip.js → esm2020/tooltip.mjs} +1 -1
- package/events/base-event.d.ts +1 -1
- package/events/before-reset-event.d.ts +1 -1
- package/events/instance-event.service.d.ts +1 -1
- package/events/map-click-event.d.ts +1 -1
- package/events/marker-activate-event.d.ts +1 -1
- package/events/marker-click-event.d.ts +1 -1
- package/events/marker-created-event.d.ts +1 -1
- package/events/pan-end-event.d.ts +1 -1
- package/events/pan-event.d.ts +1 -1
- package/events/preventable-event.d.ts +1 -1
- package/events/reset-event.d.ts +1 -1
- package/events/shape-click-event.d.ts +1 -1
- package/events/shape-created-event.d.ts +1 -1
- package/events/shape-feature-created-event.d.ts +1 -1
- package/events/shape-mouse-enter-event.d.ts +1 -1
- package/events/shape-mouse-leave-event.d.ts +1 -1
- package/events/zoom-end-event.d.ts +1 -1
- package/events/zoom-start-event.d.ts +1 -1
- package/events.d.ts +1 -1
- package/fesm2015/{kendo-angular-map.js → progress-kendo-angular-map.mjs} +99 -92
- package/fesm2020/progress-kendo-angular-map.mjs +1852 -0
- package/{main.d.ts → index.d.ts} +1 -1
- package/map/bubble-layer.component.d.ts +1 -1
- package/map/layer/tooltip.component.d.ts +1 -1
- package/map/layer.component.d.ts +19 -1
- package/map/layers.component.d.ts +1 -1
- package/map/marker-layer.component.d.ts +1 -1
- package/map/shape-layer.component.d.ts +1 -1
- package/map/tile-layer.component.d.ts +1 -1
- package/map.component.d.ts +1 -1
- package/map.directives.d.ts +1 -1
- package/map.module.d.ts +1 -1
- package/package-metadata.d.ts +1 -1
- package/package.json +30 -56
- package/{kendo-angular-map.d.ts → progress-kendo-angular-map.d.ts} +2 -2
- package/schematics/ngAdd/index.js +1 -5
- package/tooltip/base-tooltip.d.ts +1 -1
- package/tooltip/body-factory.d.ts +1 -1
- package/tooltip/bubble-tooltip-template.directive.d.ts +1 -1
- package/tooltip/bubble-tooltip.component.d.ts +1 -1
- package/tooltip/marker-tooltip-template.directive.d.ts +1 -1
- package/tooltip/marker-tooltip.component.d.ts +1 -1
- package/tooltip/popup-settings.interface.d.ts +1 -1
- package/tooltip/shape-tooltip-template.directive.d.ts +1 -1
- package/tooltip/shape-tooltip.component.d.ts +1 -1
- package/tooltip/tooltip-popup.component.d.ts +1 -1
- package/tooltip/tooltip-template.service.d.ts +1 -1
- package/tooltip.d.ts +1 -1
- package/bundles/kendo-angular-map.umd.js +0 -5
- package/schematics/ngAdd/index.js.map +0 -1
package/{esm2015/tooltip/tooltip-popup.component.js → esm2020/tooltip/tooltip-popup.component.mjs}
RENAMED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Component, ViewChild, Input, Output, EventEmitter } from '@angular/core';
|
|
5
|
+
import { Component, TemplateRef, ViewChild, Input, NgZone, Output, EventEmitter } from '@angular/core';
|
|
6
6
|
import { BaseTooltip } from './base-tooltip';
|
|
7
7
|
import { hasParent } from '../common/has-parent';
|
|
8
|
+
import { TooltipTemplateService } from './tooltip-template.service';
|
|
8
9
|
import { PopupService, POPUP_CONTAINER } from '@progress/kendo-angular-popup';
|
|
9
10
|
import { bodyFactory } from './body-factory';
|
|
11
|
+
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
10
12
|
import * as i0 from "@angular/core";
|
|
11
13
|
import * as i1 from "@progress/kendo-angular-popup";
|
|
12
14
|
import * as i2 from "./tooltip-template.service";
|
|
@@ -63,8 +65,8 @@ export class TooltipPopupComponent extends BaseTooltip {
|
|
|
63
65
|
super.hide();
|
|
64
66
|
}
|
|
65
67
|
}
|
|
66
|
-
TooltipPopupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
67
|
-
TooltipPopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
68
|
+
TooltipPopupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TooltipPopupComponent, deps: [{ token: i1.PopupService }, { token: i2.TooltipTemplateService }, { token: i3.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
69
|
+
TooltipPopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: TooltipPopupComponent, selector: "kendo-map-tooltip-popup", inputs: { animate: "animate", classNames: "classNames", popupSettings: "popupSettings", wrapperClass: "wrapperClass" }, outputs: { leave: "leave" }, providers: [PopupService, {
|
|
68
70
|
provide: POPUP_CONTAINER,
|
|
69
71
|
useFactory: bodyFactory
|
|
70
72
|
}], viewQueries: [{ propertyName: "templateRef", first: true, predicate: ["content"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: `
|
|
@@ -78,7 +80,7 @@ TooltipPopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
78
80
|
</div>
|
|
79
81
|
</ng-template>
|
|
80
82
|
`, isInline: true, directives: [{ type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i4.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
81
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
83
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TooltipPopupComponent, decorators: [{
|
|
82
84
|
type: Component,
|
|
83
85
|
args: [{
|
|
84
86
|
providers: [PopupService, {
|
package/{esm2015/tooltip/tooltip-template.service.js → esm2020/tooltip/tooltip-template.service.mjs}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Injectable } from '@angular/core';
|
|
@@ -22,8 +22,8 @@ export class TooltipTemplateService {
|
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
|
-
TooltipTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
26
|
-
TooltipTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
27
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
25
|
+
TooltipTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TooltipTemplateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
26
|
+
TooltipTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TooltipTemplateService });
|
|
27
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TooltipTemplateService, decorators: [{
|
|
28
28
|
type: Injectable
|
|
29
29
|
}] });
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
export { BubbleTooltipTemplateDirective } from './tooltip/bubble-tooltip-template.directive';
|
package/events/base-event.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import type { MapComponent } from '../map.component';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { MapBeforeResetEvent } from '@progress/kendo-charts';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { MapComponent } from '../map.component';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Location, MapClickEvent as BaseMapClickEvent } from '@progress/kendo-charts';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { MapLayer, MapMarker, MapMarkerActivateEvent } from '@progress/kendo-charts';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { MapLayer, MapMarker, MapMarkerClickEvent } from '@progress/kendo-charts';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { MapLayer, MapMarker, MapMarkerCreatedEvent } from '@progress/kendo-charts';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Location, MapPanEndEvent } from '@progress/kendo-charts';
|
package/events/pan-event.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Location, MapPanEvent } from '@progress/kendo-charts';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { BaseEvent } from './base-event';
|
package/events/reset-event.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { MapResetEvent } from '@progress/kendo-charts';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { MapLayer, MapShapeClickEvent } from '@progress/kendo-charts';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { MapLayer, MapShapeCreatedEvent, Location } from '@progress/kendo-charts';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { MapLayer, MapShapeFeatureCreatedEvent } from '@progress/kendo-charts';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { MapLayer, MapShapeMouseEnterEvent } from '@progress/kendo-charts';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { MapLayer, MapShapeMouseLeaveEvent } from '@progress/kendo-charts';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { MapZoomEndEvent } from '@progress/kendo-charts';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { MapZoomStartEvent } from '@progress/kendo-charts';
|
package/events.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
export { BeforeResetEvent } from './events/before-reset-event';
|