@progress/kendo-angular-map 14.4.0-develop.2 → 14.4.0-develop.20

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 (113) hide show
  1. package/LICENSE.md +1 -1
  2. package/NOTICE.txt +147 -594
  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/esm2020/common/collection-item.component.mjs +1 -1
  14. package/esm2020/common/collection.component.mjs +1 -1
  15. package/esm2020/common/collection.service.mjs +1 -1
  16. package/esm2020/common/configuration.service.mjs +1 -1
  17. package/esm2020/common/copy-changes.mjs +1 -1
  18. package/esm2020/common/has-parent.mjs +1 -1
  19. package/esm2020/common/map-instance-observer.mjs +1 -1
  20. package/esm2020/common/settings.component.mjs +1 -1
  21. package/esm2020/common/to-simple-changes.mjs +1 -1
  22. package/esm2020/events/base-event.mjs +1 -1
  23. package/esm2020/events/before-reset-event.mjs +1 -1
  24. package/esm2020/events/instance-event.service.mjs +1 -1
  25. package/esm2020/events/map-click-event.mjs +1 -1
  26. package/esm2020/events/marker-activate-event.mjs +1 -1
  27. package/esm2020/events/marker-click-event.mjs +1 -1
  28. package/esm2020/events/marker-created-event.mjs +1 -1
  29. package/esm2020/events/pan-end-event.mjs +1 -1
  30. package/esm2020/events/pan-event.mjs +1 -1
  31. package/esm2020/events/preventable-event.mjs +1 -1
  32. package/esm2020/events/reset-event.mjs +1 -1
  33. package/esm2020/events/shape-click-event.mjs +1 -1
  34. package/esm2020/events/shape-created-event.mjs +1 -1
  35. package/esm2020/events/shape-feature-created-event.mjs +1 -1
  36. package/esm2020/events/shape-mouse-enter-event.mjs +1 -1
  37. package/esm2020/events/shape-mouse-leave-event.mjs +1 -1
  38. package/esm2020/events/zoom-end-event.mjs +1 -1
  39. package/esm2020/events/zoom-start-event.mjs +1 -1
  40. package/esm2020/events.mjs +1 -1
  41. package/esm2020/index.mjs +1 -1
  42. package/esm2020/map/bubble-layer.component.mjs +1 -1
  43. package/esm2020/map/layer/tooltip.component.mjs +1 -1
  44. package/esm2020/map/layer.component.mjs +1 -1
  45. package/esm2020/map/layers.component.mjs +1 -1
  46. package/esm2020/map/marker-layer.component.mjs +1 -1
  47. package/esm2020/map/shape-layer.component.mjs +1 -1
  48. package/esm2020/map/tile-layer.component.mjs +1 -1
  49. package/esm2020/map.component.mjs +1 -1
  50. package/esm2020/map.directives.mjs +1 -1
  51. package/esm2020/map.module.mjs +1 -1
  52. package/esm2020/package-metadata.mjs +3 -3
  53. package/esm2020/progress-kendo-angular-map.mjs +1 -1
  54. package/esm2020/tooltip/base-tooltip.mjs +1 -1
  55. package/esm2020/tooltip/body-factory.mjs +1 -1
  56. package/esm2020/tooltip/bubble-tooltip-template.directive.mjs +1 -1
  57. package/esm2020/tooltip/bubble-tooltip.component.mjs +1 -1
  58. package/esm2020/tooltip/marker-tooltip-template.directive.mjs +1 -1
  59. package/esm2020/tooltip/marker-tooltip.component.mjs +1 -1
  60. package/esm2020/tooltip/popup-settings.interface.mjs +1 -1
  61. package/esm2020/tooltip/shape-tooltip-template.directive.mjs +1 -1
  62. package/esm2020/tooltip/shape-tooltip.component.mjs +1 -1
  63. package/esm2020/tooltip/tooltip-popup.component.mjs +1 -1
  64. package/esm2020/tooltip/tooltip-template.service.mjs +1 -1
  65. package/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/progress-kendo-angular-map.mjs +3 -3
  86. package/fesm2020/progress-kendo-angular-map.mjs +3 -3
  87. package/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 +1 -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 +8 -8
  100. package/progress-kendo-angular-map.d.ts +1 -1
  101. package/schematics/ngAdd/index.js +1 -1
  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
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 * as i0 from '@angular/core';
@@ -694,8 +694,8 @@ const packageMetadata = {
694
694
  name: '@progress/kendo-angular-map',
695
695
  productName: 'Kendo UI for Angular',
696
696
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
697
- publishDate: 1703164359,
698
- version: '14.4.0-develop.2',
697
+ publishDate: 1706519665,
698
+ version: '14.4.0-develop.20',
699
699
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
700
700
  };
701
701
 
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 * as i0 from '@angular/core';
@@ -694,8 +694,8 @@ const packageMetadata = {
694
694
  name: '@progress/kendo-angular-map',
695
695
  productName: 'Kendo UI for Angular',
696
696
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
697
- publishDate: 1703164359,
698
- version: '14.4.0-develop.2',
697
+ publishDate: 1706519665,
698
+ version: '14.4.0-develop.20',
699
699
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
700
700
  };
701
701
 
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { BubbleLayerComponent } from './map/bubble-layer.component';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { DomSanitizer } from '@angular/platform-browser';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { SimpleChange, TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { QueryList } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { DomSanitizer } from '@angular/platform-browser';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { DomSanitizer } from '@angular/platform-browser';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { DomSanitizer } from '@angular/platform-browser';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { AfterViewChecked, AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, Renderer2, SimpleChange } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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';
package/map.module.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 * as i0 from "@angular/core";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { PackageMetadata } from '@progress/kendo-licensing';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-map",
3
- "version": "14.4.0-develop.2",
3
+ "version": "14.4.0-develop.20",
4
4
  "description": "Kendo UI Map for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -25,18 +25,18 @@
25
25
  "@angular/common": "13 - 17",
26
26
  "@angular/core": "13 - 17",
27
27
  "@angular/platform-browser": "13 - 17",
28
- "@progress/kendo-drawing": "^1.17.2",
28
+ "@progress/kendo-drawing": "^1.19.0",
29
29
  "@progress/kendo-licensing": "^1.0.2",
30
- "@progress/kendo-angular-common": "14.4.0-develop.2",
31
- "@progress/kendo-angular-icons": "14.4.0-develop.2",
32
- "@progress/kendo-angular-l10n": "14.4.0-develop.2",
33
- "@progress/kendo-angular-popup": "14.4.0-develop.2",
30
+ "@progress/kendo-angular-common": "14.4.0-develop.20",
31
+ "@progress/kendo-angular-icons": "14.4.0-develop.20",
32
+ "@progress/kendo-angular-l10n": "14.4.0-develop.20",
33
+ "@progress/kendo-angular-popup": "14.4.0-develop.20",
34
34
  "rxjs": "^6.4.0 || ^7.0.0"
35
35
  },
36
36
  "dependencies": {
37
37
  "tslib": "^2.3.1",
38
- "@progress/kendo-angular-schematics": "14.4.0-develop.2",
39
- "@progress/kendo-charts": "1.32.1"
38
+ "@progress/kendo-angular-schematics": "14.4.0-develop.20",
39
+ "@progress/kendo-charts": "2.0.0"
40
40
  },
41
41
  "schematics": "./schematics/collection.json",
42
42
  "module": "fesm2015/progress-kendo-angular-map.mjs",
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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
  /**
@@ -10,7 +10,7 @@ function default_1(options) {
10
10
  // Additional dependencies to install.
11
11
  // See https://github.com/telerik/kendo-schematics/issues/28
12
12
  peerDependencies: {
13
- // '@progress/kendo-angular-foo': '14.4.0-develop.2'
13
+ // '@progress/kendo-angular-foo': '14.4.0-develop.20'
14
14
  } });
15
15
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
16
16
  }
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { OnDestroy } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { ElementRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { AfterContentChecked } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { AfterContentChecked } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { ViewContainerRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { AfterContentChecked } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { TemplateRef, NgZone, EventEmitter } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { TemplateRef } from '@angular/core';
package/tooltip.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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';