@progress/kendo-angular-map 0.3.3 → 11.0.0-develop.100

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.
Files changed (115) hide show
  1. package/LICENSE.md +1 -1
  2. package/NOTICE.txt +4 -4
  3. package/README.md +1 -1
  4. package/common/collection-item.component.d.ts +1 -1
  5. package/common/collection.component.d.ts +1 -1
  6. package/common/collection.service.d.ts +1 -1
  7. package/common/configuration.service.d.ts +1 -1
  8. package/common/copy-changes.d.ts +1 -1
  9. package/common/has-parent.d.ts +1 -1
  10. package/common/map-instance-observer.d.ts +1 -1
  11. package/common/settings.component.d.ts +1 -1
  12. package/common/to-simple-changes.d.ts +1 -1
  13. package/{esm2015/common/collection-item.component.js → esm2020/common/collection-item.component.mjs} +6 -5
  14. package/{esm2015/common/collection.component.js → esm2020/common/collection.component.mjs} +6 -4
  15. package/{esm2015/common/collection.service.js → esm2020/common/collection.service.mjs} +4 -4
  16. package/{esm2015/common/configuration.service.js → esm2020/common/configuration.service.mjs} +5 -5
  17. package/{esm2015/common/copy-changes.js → esm2020/common/copy-changes.mjs} +1 -1
  18. package/{esm2015/common/has-parent.js → esm2020/common/has-parent.mjs} +1 -1
  19. package/{esm2015/common/map-instance-observer.js → esm2020/common/map-instance-observer.mjs} +1 -1
  20. package/{esm2015/common/settings.component.js → esm2020/common/settings.component.mjs} +5 -4
  21. package/{esm2015/common/to-simple-changes.js → esm2020/common/to-simple-changes.mjs} +1 -1
  22. package/{esm2015/events/base-event.js → esm2020/events/base-event.mjs} +4 -4
  23. package/{esm2015/events/before-reset-event.js → esm2020/events/before-reset-event.mjs} +1 -1
  24. package/{esm2015/events/instance-event.service.js → esm2020/events/instance-event.service.mjs} +1 -1
  25. package/{esm2015/events/map-click-event.js → esm2020/events/map-click-event.mjs} +1 -1
  26. package/{esm2015/events/marker-activate-event.js → esm2020/events/marker-activate-event.mjs} +1 -1
  27. package/{esm2015/events/marker-click-event.js → esm2020/events/marker-click-event.mjs} +1 -1
  28. package/{esm2015/events/marker-created-event.js → esm2020/events/marker-created-event.mjs} +1 -1
  29. package/{esm2015/events/pan-end-event.js → esm2020/events/pan-end-event.mjs} +1 -1
  30. package/{esm2015/events/pan-event.js → esm2020/events/pan-event.mjs} +1 -1
  31. package/{esm2015/events/preventable-event.js → esm2020/events/preventable-event.mjs} +4 -4
  32. package/{esm2015/events/reset-event.js → esm2020/events/reset-event.mjs} +1 -1
  33. package/{esm2015/events/shape-click-event.js → esm2020/events/shape-click-event.mjs} +1 -1
  34. package/{esm2015/events/shape-created-event.js → esm2020/events/shape-created-event.mjs} +1 -1
  35. package/{esm2015/events/shape-feature-created-event.js → esm2020/events/shape-feature-created-event.mjs} +1 -1
  36. package/{esm2015/events/shape-mouse-enter-event.js → esm2020/events/shape-mouse-enter-event.mjs} +1 -1
  37. package/{esm2015/events/shape-mouse-leave-event.js → esm2020/events/shape-mouse-leave-event.mjs} +1 -1
  38. package/{esm2015/events/zoom-end-event.js → esm2020/events/zoom-end-event.mjs} +1 -1
  39. package/{esm2015/events/zoom-start-event.js → esm2020/events/zoom-start-event.mjs} +1 -1
  40. package/{esm2015/events.js → esm2020/events.mjs} +1 -1
  41. package/{esm2015/main.js → esm2020/index.mjs} +1 -1
  42. package/{esm2015/map/bubble-layer.component.js → esm2020/map/bubble-layer.component.mjs} +6 -4
  43. package/{esm2015/map/layer/tooltip.component.js → esm2020/map/layer/tooltip.component.mjs} +5 -4
  44. package/{esm2015/map/layer.component.js → esm2020/map/layer.component.mjs} +7 -4
  45. package/{esm2015/map/layers.component.js → esm2020/map/layers.component.mjs} +6 -5
  46. package/{esm2015/map/marker-layer.component.js → esm2020/map/marker-layer.component.mjs} +6 -4
  47. package/{esm2015/map/shape-layer.component.js → esm2020/map/shape-layer.component.mjs} +6 -4
  48. package/{esm2015/map/tile-layer.component.js → esm2020/map/tile-layer.component.mjs} +6 -4
  49. package/{esm2015/map.component.js → esm2020/map.component.mjs} +21 -33
  50. package/{esm2015/map.directives.js → esm2020/map.directives.mjs} +1 -1
  51. package/{esm2015/map.module.js → esm2020/map.module.mjs} +5 -5
  52. package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +3 -3
  53. package/{esm2015/kendo-angular-map.js → esm2020/progress-kendo-angular-map.mjs} +2 -2
  54. package/{esm2015/tooltip/base-tooltip.js → esm2020/tooltip/base-tooltip.mjs} +7 -4
  55. package/{esm2015/tooltip/body-factory.js → esm2020/tooltip/body-factory.mjs} +1 -1
  56. package/{esm2015/tooltip/bubble-tooltip-template.directive.js → esm2020/tooltip/bubble-tooltip-template.directive.mjs} +5 -5
  57. package/{esm2015/tooltip/bubble-tooltip.component.js → esm2020/tooltip/bubble-tooltip.component.mjs} +8 -6
  58. package/{esm2015/tooltip/marker-tooltip-template.directive.js → esm2020/tooltip/marker-tooltip-template.directive.mjs} +5 -5
  59. package/{esm2015/tooltip/marker-tooltip.component.js → esm2020/tooltip/marker-tooltip.component.mjs} +8 -6
  60. package/{esm2015/tooltip/popup-settings.interface.js → esm2020/tooltip/popup-settings.interface.mjs} +1 -1
  61. package/{esm2015/tooltip/shape-tooltip-template.directive.js → esm2020/tooltip/shape-tooltip-template.directive.mjs} +5 -5
  62. package/{esm2015/tooltip/shape-tooltip.component.js → esm2020/tooltip/shape-tooltip.component.mjs} +8 -6
  63. package/{esm2015/tooltip/tooltip-popup.component.js → esm2020/tooltip/tooltip-popup.component.mjs} +7 -5
  64. package/{esm2015/tooltip/tooltip-template.service.js → esm2020/tooltip/tooltip-template.service.mjs} +4 -4
  65. package/{esm2015/tooltip.js → esm2020/tooltip.mjs} +1 -1
  66. package/events/base-event.d.ts +1 -1
  67. package/events/before-reset-event.d.ts +1 -1
  68. package/events/instance-event.service.d.ts +1 -1
  69. package/events/map-click-event.d.ts +1 -1
  70. package/events/marker-activate-event.d.ts +1 -1
  71. package/events/marker-click-event.d.ts +1 -1
  72. package/events/marker-created-event.d.ts +1 -1
  73. package/events/pan-end-event.d.ts +1 -1
  74. package/events/pan-event.d.ts +1 -1
  75. package/events/preventable-event.d.ts +1 -1
  76. package/events/reset-event.d.ts +1 -1
  77. package/events/shape-click-event.d.ts +1 -1
  78. package/events/shape-created-event.d.ts +1 -1
  79. package/events/shape-feature-created-event.d.ts +1 -1
  80. package/events/shape-mouse-enter-event.d.ts +1 -1
  81. package/events/shape-mouse-leave-event.d.ts +1 -1
  82. package/events/zoom-end-event.d.ts +1 -1
  83. package/events/zoom-start-event.d.ts +1 -1
  84. package/events.d.ts +1 -1
  85. package/fesm2015/{kendo-angular-map.js → progress-kendo-angular-map.mjs} +99 -92
  86. package/fesm2020/progress-kendo-angular-map.mjs +1852 -0
  87. package/{main.d.ts → index.d.ts} +1 -1
  88. package/map/bubble-layer.component.d.ts +1 -1
  89. package/map/layer/tooltip.component.d.ts +1 -1
  90. package/map/layer.component.d.ts +19 -1
  91. package/map/layers.component.d.ts +1 -1
  92. package/map/marker-layer.component.d.ts +1 -1
  93. package/map/shape-layer.component.d.ts +1 -1
  94. package/map/tile-layer.component.d.ts +1 -1
  95. package/map.component.d.ts +1 -1
  96. package/map.directives.d.ts +1 -1
  97. package/map.module.d.ts +1 -1
  98. package/package-metadata.d.ts +1 -1
  99. package/package.json +30 -56
  100. package/{kendo-angular-map.d.ts → progress-kendo-angular-map.d.ts} +2 -2
  101. package/schematics/ngAdd/index.js +1 -5
  102. package/tooltip/base-tooltip.d.ts +1 -1
  103. package/tooltip/body-factory.d.ts +1 -1
  104. package/tooltip/bubble-tooltip-template.directive.d.ts +1 -1
  105. package/tooltip/bubble-tooltip.component.d.ts +1 -1
  106. package/tooltip/marker-tooltip-template.directive.d.ts +1 -1
  107. package/tooltip/marker-tooltip.component.d.ts +1 -1
  108. package/tooltip/popup-settings.interface.d.ts +1 -1
  109. package/tooltip/shape-tooltip-template.directive.d.ts +1 -1
  110. package/tooltip/shape-tooltip.component.d.ts +1 -1
  111. package/tooltip/tooltip-popup.component.d.ts +1 -1
  112. package/tooltip/tooltip-template.service.d.ts +1 -1
  113. package/tooltip.d.ts +1 -1
  114. package/bundles/kendo-angular-map.umd.js +0 -5
  115. package/schematics/ngAdd/index.js.map +0 -1
@@ -1,12 +1,14 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
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: "12.2.16", ngImport: i0, type: TooltipPopupComponent, deps: [{ token: i1.PopupService }, { token: i2.TooltipTemplateService }, { token: i3.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
67
- TooltipPopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: TooltipPopupComponent, selector: "kendo-map-tooltip-popup", inputs: { animate: "animate", classNames: "classNames", popupSettings: "popupSettings", wrapperClass: "wrapperClass" }, outputs: { leave: "leave" }, providers: [PopupService, {
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: "12.2.16", ngImport: i0, type: TooltipPopupComponent, decorators: [{
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, {
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
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: "12.2.16", ngImport: i0, type: TooltipTemplateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
26
- TooltipTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TooltipTemplateService });
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TooltipTemplateService, decorators: [{
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 © 2021 Progress Software Corporation. All rights reserved.
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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
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 © 2021 Progress Software Corporation. All rights reserved.
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 © 2021 Progress Software Corporation. All rights reserved.
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 © 2021 Progress Software Corporation. All rights reserved.
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 © 2021 Progress Software Corporation. All rights reserved.
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 © 2021 Progress Software Corporation. All rights reserved.
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 © 2021 Progress Software Corporation. All rights reserved.
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 © 2021 Progress Software Corporation. All rights reserved.
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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
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 © 2021 Progress Software Corporation. All rights reserved.
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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
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 © 2021 Progress Software Corporation. All rights reserved.
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 © 2021 Progress Software Corporation. All rights reserved.
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 © 2021 Progress Software Corporation. All rights reserved.
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 © 2021 Progress Software Corporation. All rights reserved.
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 © 2021 Progress Software Corporation. All rights reserved.
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 © 2021 Progress Software Corporation. All rights reserved.
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 © 2021 Progress Software Corporation. All rights reserved.
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 © 2021 Progress Software Corporation. All rights reserved.
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';