@progress/kendo-angular-map 0.3.3-dev.202211170809 → 11.0.0-develop.79

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/NOTICE.txt +3 -3
  2. package/common/collection-item.component.d.ts +1 -1
  3. package/common/collection.component.d.ts +1 -1
  4. package/common/collection.service.d.ts +1 -1
  5. package/common/configuration.service.d.ts +1 -1
  6. package/common/copy-changes.d.ts +1 -1
  7. package/common/has-parent.d.ts +1 -1
  8. package/common/map-instance-observer.d.ts +1 -1
  9. package/common/settings.component.d.ts +1 -1
  10. package/common/to-simple-changes.d.ts +1 -1
  11. package/{esm2015/common/collection-item.component.js → esm2020/common/collection-item.component.mjs} +6 -5
  12. package/{esm2015/common/collection.component.js → esm2020/common/collection.component.mjs} +6 -4
  13. package/{esm2015/common/collection.service.js → esm2020/common/collection.service.mjs} +4 -4
  14. package/{esm2015/common/configuration.service.js → esm2020/common/configuration.service.mjs} +5 -5
  15. package/{esm2015/common/copy-changes.js → esm2020/common/copy-changes.mjs} +1 -1
  16. package/{esm2015/common/has-parent.js → esm2020/common/has-parent.mjs} +1 -1
  17. package/{esm2015/common/map-instance-observer.js → esm2020/common/map-instance-observer.mjs} +1 -1
  18. package/{esm2015/common/settings.component.js → esm2020/common/settings.component.mjs} +5 -4
  19. package/{esm2015/common/to-simple-changes.js → esm2020/common/to-simple-changes.mjs} +1 -1
  20. package/{esm2015/events/base-event.js → esm2020/events/base-event.mjs} +4 -4
  21. package/{esm2015/events/before-reset-event.js → esm2020/events/before-reset-event.mjs} +1 -1
  22. package/{esm2015/events/instance-event.service.js → esm2020/events/instance-event.service.mjs} +1 -1
  23. package/{esm2015/events/map-click-event.js → esm2020/events/map-click-event.mjs} +1 -1
  24. package/{esm2015/events/marker-activate-event.js → esm2020/events/marker-activate-event.mjs} +1 -1
  25. package/{esm2015/events/marker-click-event.js → esm2020/events/marker-click-event.mjs} +1 -1
  26. package/{esm2015/events/marker-created-event.js → esm2020/events/marker-created-event.mjs} +1 -1
  27. package/{esm2015/events/pan-end-event.js → esm2020/events/pan-end-event.mjs} +1 -1
  28. package/{esm2015/events/pan-event.js → esm2020/events/pan-event.mjs} +1 -1
  29. package/{esm2015/events/preventable-event.js → esm2020/events/preventable-event.mjs} +4 -4
  30. package/{esm2015/events/reset-event.js → esm2020/events/reset-event.mjs} +1 -1
  31. package/{esm2015/events/shape-click-event.js → esm2020/events/shape-click-event.mjs} +1 -1
  32. package/{esm2015/events/shape-created-event.js → esm2020/events/shape-created-event.mjs} +1 -1
  33. package/{esm2015/events/shape-feature-created-event.js → esm2020/events/shape-feature-created-event.mjs} +1 -1
  34. package/{esm2015/events/shape-mouse-enter-event.js → esm2020/events/shape-mouse-enter-event.mjs} +1 -1
  35. package/{esm2015/events/shape-mouse-leave-event.js → esm2020/events/shape-mouse-leave-event.mjs} +1 -1
  36. package/{esm2015/events/zoom-end-event.js → esm2020/events/zoom-end-event.mjs} +1 -1
  37. package/{esm2015/events/zoom-start-event.js → esm2020/events/zoom-start-event.mjs} +1 -1
  38. package/{esm2015/events.js → esm2020/events.mjs} +1 -1
  39. package/{esm2015/main.js → esm2020/index.mjs} +1 -1
  40. package/{esm2015/map/bubble-layer.component.js → esm2020/map/bubble-layer.component.mjs} +6 -4
  41. package/{esm2015/map/layer/tooltip.component.js → esm2020/map/layer/tooltip.component.mjs} +5 -4
  42. package/{esm2015/map/layer.component.js → esm2020/map/layer.component.mjs} +7 -4
  43. package/{esm2015/map/layers.component.js → esm2020/map/layers.component.mjs} +6 -5
  44. package/{esm2015/map/marker-layer.component.js → esm2020/map/marker-layer.component.mjs} +6 -4
  45. package/{esm2015/map/shape-layer.component.js → esm2020/map/shape-layer.component.mjs} +6 -4
  46. package/{esm2015/map/tile-layer.component.js → esm2020/map/tile-layer.component.mjs} +6 -4
  47. package/{esm2015/map.component.js → esm2020/map.component.mjs} +21 -33
  48. package/{esm2015/map.directives.js → esm2020/map.directives.mjs} +1 -1
  49. package/{esm2015/map.module.js → esm2020/map.module.mjs} +5 -5
  50. package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +3 -3
  51. package/{esm2015/kendo-angular-map.js → esm2020/progress-kendo-angular-map.mjs} +2 -2
  52. package/{esm2015/tooltip/base-tooltip.js → esm2020/tooltip/base-tooltip.mjs} +7 -4
  53. package/{esm2015/tooltip/body-factory.js → esm2020/tooltip/body-factory.mjs} +1 -1
  54. package/{esm2015/tooltip/bubble-tooltip-template.directive.js → esm2020/tooltip/bubble-tooltip-template.directive.mjs} +5 -5
  55. package/{esm2015/tooltip/bubble-tooltip.component.js → esm2020/tooltip/bubble-tooltip.component.mjs} +8 -6
  56. package/{esm2015/tooltip/marker-tooltip-template.directive.js → esm2020/tooltip/marker-tooltip-template.directive.mjs} +5 -5
  57. package/{esm2015/tooltip/marker-tooltip.component.js → esm2020/tooltip/marker-tooltip.component.mjs} +8 -6
  58. package/{esm2015/tooltip/popup-settings.interface.js → esm2020/tooltip/popup-settings.interface.mjs} +1 -1
  59. package/{esm2015/tooltip/shape-tooltip-template.directive.js → esm2020/tooltip/shape-tooltip-template.directive.mjs} +5 -5
  60. package/{esm2015/tooltip/shape-tooltip.component.js → esm2020/tooltip/shape-tooltip.component.mjs} +8 -6
  61. package/{esm2015/tooltip/tooltip-popup.component.js → esm2020/tooltip/tooltip-popup.component.mjs} +7 -5
  62. package/{esm2015/tooltip/tooltip-template.service.js → esm2020/tooltip/tooltip-template.service.mjs} +4 -4
  63. package/{esm2015/tooltip.js → esm2020/tooltip.mjs} +1 -1
  64. package/events/base-event.d.ts +1 -1
  65. package/events/before-reset-event.d.ts +1 -1
  66. package/events/instance-event.service.d.ts +1 -1
  67. package/events/map-click-event.d.ts +1 -1
  68. package/events/marker-activate-event.d.ts +1 -1
  69. package/events/marker-click-event.d.ts +1 -1
  70. package/events/marker-created-event.d.ts +1 -1
  71. package/events/pan-end-event.d.ts +1 -1
  72. package/events/pan-event.d.ts +1 -1
  73. package/events/preventable-event.d.ts +1 -1
  74. package/events/reset-event.d.ts +1 -1
  75. package/events/shape-click-event.d.ts +1 -1
  76. package/events/shape-created-event.d.ts +1 -1
  77. package/events/shape-feature-created-event.d.ts +1 -1
  78. package/events/shape-mouse-enter-event.d.ts +1 -1
  79. package/events/shape-mouse-leave-event.d.ts +1 -1
  80. package/events/zoom-end-event.d.ts +1 -1
  81. package/events/zoom-start-event.d.ts +1 -1
  82. package/events.d.ts +1 -1
  83. package/fesm2015/{kendo-angular-map.js → progress-kendo-angular-map.mjs} +99 -92
  84. package/fesm2020/progress-kendo-angular-map.mjs +1852 -0
  85. package/{main.d.ts → index.d.ts} +1 -1
  86. package/map/bubble-layer.component.d.ts +1 -1
  87. package/map/layer/tooltip.component.d.ts +1 -1
  88. package/map/layer.component.d.ts +19 -1
  89. package/map/layers.component.d.ts +1 -1
  90. package/map/marker-layer.component.d.ts +1 -1
  91. package/map/shape-layer.component.d.ts +1 -1
  92. package/map/tile-layer.component.d.ts +1 -1
  93. package/map.component.d.ts +1 -1
  94. package/map.directives.d.ts +1 -1
  95. package/map.module.d.ts +1 -1
  96. package/package-metadata.d.ts +1 -1
  97. package/package.json +30 -56
  98. package/{kendo-angular-map.d.ts → progress-kendo-angular-map.d.ts} +2 -2
  99. package/schematics/ngAdd/index.js +1 -5
  100. package/tooltip/base-tooltip.d.ts +1 -1
  101. package/tooltip/body-factory.d.ts +1 -1
  102. package/tooltip/bubble-tooltip-template.directive.d.ts +1 -1
  103. package/tooltip/bubble-tooltip.component.d.ts +1 -1
  104. package/tooltip/marker-tooltip-template.directive.d.ts +1 -1
  105. package/tooltip/marker-tooltip.component.d.ts +1 -1
  106. package/tooltip/popup-settings.interface.d.ts +1 -1
  107. package/tooltip/shape-tooltip-template.directive.d.ts +1 -1
  108. package/tooltip/shape-tooltip.component.d.ts +1 -1
  109. package/tooltip/tooltip-popup.component.d.ts +1 -1
  110. package/tooltip/tooltip-template.service.d.ts +1 -1
  111. package/tooltip.d.ts +1 -1
  112. package/bundles/kendo-angular-map.umd.js +0 -5
  113. package/schematics/ngAdd/index.js.map +0 -1
package/NOTICE.txt CHANGED
@@ -37,7 +37,7 @@ DefinitelyTyped.org | @types/prosemirror-view | 1.11.4 - Open Source | MIT-style
37
37
  Isaac Z. Schlueter | glob | 7.1.3 - Open Source | ISC-style License
38
38
  Jorik Tangelder (Eight Media) | HammerJS | 2.0.8 - Open Source | MIT-style License
39
39
  Matt Mueller | cheerio | 0.22 - Open Source | MIT-style License
40
- Progress Software Corporation | Kendo UI Licensing CLI | 1.1 - Proprietary |
40
+ Progress Software Corporation | Kendo UI Licensing CLI | 1.1 - Proprietary |
41
41
  Progress Software Corporation | jszip-esm | 1.0.0 - Open Source | MIT-style License
42
42
  Progress Software Corporation | pako-esm | 1.0.0 - Open Source | MIT-style License
43
43
  ProseMirror | prosemiror-inputrules | 1.0.1 - Open Source | MIT-style License
@@ -433,7 +433,7 @@ subject to the following terms and conditions:
433
433
  @types/prosemirror-inputrules v1*, @types/prosemirror-keymap v1*, @types/prosemirror-model v1*,
434
434
  @types/prosemirror-schema-list v1*, @types/prosemirror-state v1*, @types/prosemirror-tables v0.9*,
435
435
  @types/prosemirror-transform v1*, and @types/prosemirror-view v1*. Such technologies are
436
- subject to the following terms and conditions:
436
+ subject to the following terms and conditions:
437
437
 
438
438
  This project is licensed under the MIT license.
439
439
  Copyrights are respective of each contributor listed at the beginning of each
@@ -640,7 +640,7 @@ Such technology is subject to the following terms and conditions:
640
640
  2. Special Notices Regarding Commercially Licensed Third-Party Components
641
641
  incorporated into the Product: NONE
642
642
 
643
- 3. Special Notices Regarding Progress Products incorporated into the Product:
643
+ 3. Special Notices Regarding Progress Products incorporated into the Product:
644
644
 
645
645
  (a) Progress Kendo UI for Angular 2022 incorporates Kendo UI Licensing CLI v1.1
646
646
  from Progress Software Corporation. See NOTICE.txt text file within product for
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { OnChanges, OnDestroy, SimpleChange } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { AfterContentInit, OnDestroy, QueryList } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { Observable } from 'rxjs';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { NgZone } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { InstanceObserver } from '@progress/kendo-charts';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { OnChanges, OnDestroy, SimpleChange } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 } from '@angular/core';
@@ -1,9 +1,10 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { Directive } from '@angular/core';
6
- import { ItemChange } from './collection.service';
6
+ import { CollectionService, ItemChange } from './collection.service';
7
+ import { ConfigurationService } from './configuration.service';
7
8
  import { copyChanges } from './copy-changes';
8
9
  import { toSimpleChanges } from './to-simple-changes';
9
10
  import * as i0 from "@angular/core";
@@ -53,8 +54,8 @@ export class CollectionItemComponent {
53
54
  this.collectionService.notify(new ItemChange(this, this.options));
54
55
  }
55
56
  }
56
- CollectionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CollectionItemComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.CollectionService }], target: i0.ɵɵFactoryTarget.Directive });
57
- CollectionItemComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: CollectionItemComponent, usesOnChanges: true, ngImport: i0 });
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CollectionItemComponent, decorators: [{
57
+ CollectionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CollectionItemComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.CollectionService }], target: i0.ɵɵFactoryTarget.Directive });
58
+ CollectionItemComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: CollectionItemComponent, usesOnChanges: true, ngImport: i0 });
59
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CollectionItemComponent, decorators: [{
59
60
  type: Directive
60
61
  }], ctorParameters: function () { return [{ type: i1.ConfigurationService }, { type: i2.CollectionService }]; } });
@@ -1,9 +1,11 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { Directive } from '@angular/core';
6
+ import { ConfigurationService } from './configuration.service';
6
7
  import { Change } from './configuration.service';
8
+ import { CollectionService } from './collection.service';
7
9
  import * as i0 from "@angular/core";
8
10
  import * as i1 from "./configuration.service";
9
11
  import * as i2 from "./collection.service";
@@ -48,8 +50,8 @@ export class CollectionComponent {
48
50
  this.configurationService.notify(new Change(this.configKey, this.items.length === 0 ? undefined : this.items));
49
51
  }
50
52
  }
51
- CollectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CollectionComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
52
- CollectionComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: CollectionComponent, ngImport: i0 });
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CollectionComponent, decorators: [{
53
+ CollectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CollectionComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
54
+ CollectionComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: CollectionComponent, ngImport: i0 });
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CollectionComponent, decorators: [{
54
56
  type: Directive
55
57
  }], ctorParameters: function () { return [{ type: undefined }, { type: i1.ConfigurationService }, { type: i2.CollectionService }]; } });
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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';
@@ -26,8 +26,8 @@ export class CollectionService {
26
26
  this.source.next(change);
27
27
  }
28
28
  }
29
- CollectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CollectionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
30
- CollectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CollectionService });
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CollectionService, decorators: [{
29
+ CollectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CollectionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
30
+ CollectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CollectionService });
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CollectionService, decorators: [{
32
32
  type: Injectable
33
33
  }], ctorParameters: function () { return []; } });
@@ -1,8 +1,8 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { Injectable } from '@angular/core';
5
+ import { Injectable, NgZone } from '@angular/core';
6
6
  import { BehaviorSubject } from 'rxjs';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
@@ -51,8 +51,8 @@ export class ConfigurationService {
51
51
  });
52
52
  }
53
53
  }
54
- ConfigurationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ConfigurationService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
55
- ConfigurationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ConfigurationService });
56
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ConfigurationService, decorators: [{
54
+ ConfigurationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConfigurationService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
55
+ ConfigurationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConfigurationService });
56
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConfigurationService, decorators: [{
57
57
  type: Injectable
58
58
  }], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { InstanceObserver } from '@progress/kendo-charts';
@@ -1,8 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { Directive } from '@angular/core';
6
+ import { ConfigurationService } from './configuration.service';
6
7
  import { Change } from './configuration.service';
7
8
  import { copyChanges } from './copy-changes';
8
9
  import { toSimpleChanges } from './to-simple-changes';
@@ -51,8 +52,8 @@ export class SettingsComponent {
51
52
  this.configurationService.notify(new Change(this.configKey, this.store));
52
53
  }
53
54
  }
54
- SettingsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SettingsComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
55
- SettingsComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: SettingsComponent, usesOnChanges: true, ngImport: i0 });
56
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SettingsComponent, decorators: [{
55
+ SettingsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SettingsComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
56
+ SettingsComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: SettingsComponent, usesOnChanges: true, ngImport: i0 });
57
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SettingsComponent, decorators: [{
57
58
  type: Directive
58
59
  }], ctorParameters: function () { return [{ type: undefined }, { type: i1.ConfigurationService }]; } });
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { Directive } from '@angular/core';
@@ -15,8 +15,8 @@ export class BaseEvent {
15
15
  this.sender = sender;
16
16
  }
17
17
  }
18
- BaseEvent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BaseEvent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
19
- BaseEvent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: BaseEvent, ngImport: i0 });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BaseEvent, decorators: [{
18
+ BaseEvent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BaseEvent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
19
+ BaseEvent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: BaseEvent, ngImport: i0 });
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BaseEvent, decorators: [{
21
21
  type: Directive
22
22
  }], ctorParameters: function () { return [{ type: undefined }]; } });
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 © 2022 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 { BeforeResetEvent, MapClickEvent, MarkerActivateEvent, MarkerClickEvent, MarkerCreatedEvent, PanEndEvent, PanEvent, ResetEvent, ShapeClickEvent, ShapeCreatedEvent, ShapeFeatureCreatedEvent, ShapeMouseEnterEvent, ShapeMouseLeaveEvent, ZoomEndEvent, ZoomStartEvent } from '../events';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 © 2022 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 © 2022 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 © 2022 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 { PreventableEvent } from './preventable-event';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 © 2022 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 © 2022 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 { Directive } from '@angular/core';
@@ -32,8 +32,8 @@ export class PreventableEvent extends BaseEvent {
32
32
  return this.prevented;
33
33
  }
34
34
  }
35
- PreventableEvent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PreventableEvent, deps: null, target: i0.ɵɵFactoryTarget.Directive });
36
- PreventableEvent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: PreventableEvent, usesInheritance: true, ngImport: i0 });
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PreventableEvent, decorators: [{
35
+ PreventableEvent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PreventableEvent, deps: null, target: i0.ɵɵFactoryTarget.Directive });
36
+ PreventableEvent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: PreventableEvent, usesInheritance: true, ngImport: i0 });
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PreventableEvent, decorators: [{
38
38
  type: Directive
39
39
  }] });
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 © 2022 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 © 2022 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 © 2022 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 © 2022 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 © 2022 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 © 2022 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 © 2022 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 { PreventableEvent } from './preventable-event';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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,8 +1,10 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { ChangeDetectionStrategy, Component, forwardRef, Input } from '@angular/core';
6
+ import { DomSanitizer } from '@angular/platform-browser';
7
+ import { CollectionService } from '../common/collection.service';
6
8
  import { ConfigurationService } from '../common/configuration.service';
7
9
  import { LayerComponent } from './layer.component';
8
10
  import * as i0 from "@angular/core";
@@ -20,15 +22,15 @@ export class BubbleLayerComponent extends LayerComponent {
20
22
  this.sanitizer = sanitizer;
21
23
  }
22
24
  }
23
- BubbleLayerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BubbleLayerComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.CollectionService }, { token: i3.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component });
24
- BubbleLayerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: BubbleLayerComponent, selector: "kendo-map-bubble-layer", inputs: { data: "data", locationField: "locationField", valueField: "valueField", symbol: "symbol", style: "style", maxSize: "maxSize", minSize: "minSize" }, providers: [
25
+ BubbleLayerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BubbleLayerComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.CollectionService }, { token: i3.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component });
26
+ BubbleLayerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: BubbleLayerComponent, selector: "kendo-map-bubble-layer", inputs: { data: "data", locationField: "locationField", valueField: "valueField", symbol: "symbol", style: "style", maxSize: "maxSize", minSize: "minSize" }, providers: [
25
27
  ConfigurationService,
26
28
  {
27
29
  provide: LayerComponent,
28
30
  useExisting: forwardRef(() => BubbleLayerComponent)
29
31
  }
30
32
  ], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BubbleLayerComponent, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BubbleLayerComponent, decorators: [{
32
34
  type: Component,
33
35
  args: [{
34
36
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -1,8 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { ChangeDetectionStrategy, Component, ContentChild, TemplateRef } from '@angular/core';
6
+ import { ConfigurationService } from '../../common/configuration.service';
6
7
  import { SettingsComponent } from '../../common/settings.component';
7
8
  import * as i0 from "@angular/core";
8
9
  import * as i1 from "../../common/configuration.service";
@@ -20,9 +21,9 @@ export class LayerTooltipComponent extends SettingsComponent {
20
21
  return this.layerTooltipTemplate;
21
22
  }
22
23
  }
23
- LayerTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LayerTooltipComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
24
- LayerTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: LayerTooltipComponent, selector: "kendo-map-layer-tooltip", queries: [{ propertyName: "layerTooltipTemplate", first: true, predicate: TemplateRef, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LayerTooltipComponent, decorators: [{
24
+ LayerTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LayerTooltipComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
25
+ LayerTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: LayerTooltipComponent, selector: "kendo-map-layer-tooltip", queries: [{ propertyName: "layerTooltipTemplate", first: true, predicate: TemplateRef, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LayerTooltipComponent, decorators: [{
26
27
  type: Component,
27
28
  args: [{
28
29
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -1,9 +1,12 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { ContentChild, Directive, Input, SecurityContext } from '@angular/core';
6
+ import { DomSanitizer } from '@angular/platform-browser';
6
7
  import { CollectionItemComponent } from '../common/collection-item.component';
8
+ import { CollectionService } from '../common/collection.service';
9
+ import { ConfigurationService } from '../common/configuration.service';
7
10
  import { LayerTooltipComponent } from './layer/tooltip.component';
8
11
  import * as i0 from "@angular/core";
9
12
  import * as i1 from "../common/configuration.service";
@@ -35,9 +38,9 @@ export class LayerComponent extends CollectionItemComponent {
35
38
  }
36
39
  }
37
40
  }
38
- LayerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LayerComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
39
- LayerComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: LayerComponent, inputs: { attribution: "attribution", extent: "extent", maxZoom: "maxZoom", minZoom: "minZoom", opacity: "opacity", zIndex: "zIndex" }, queries: [{ propertyName: "layerTooltip", first: true, predicate: LayerTooltipComponent, descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LayerComponent, decorators: [{
41
+ LayerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LayerComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
42
+ LayerComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: LayerComponent, inputs: { attribution: "attribution", extent: "extent", maxZoom: "maxZoom", minZoom: "minZoom", opacity: "opacity", zIndex: "zIndex" }, queries: [{ propertyName: "layerTooltip", first: true, predicate: LayerTooltipComponent, descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LayerComponent, decorators: [{
41
44
  type: Directive
42
45
  }], ctorParameters: function () { return [{ type: undefined }, { type: i1.ConfigurationService }, { type: i2.CollectionService }, { type: i3.DomSanitizer }]; }, propDecorators: { attribution: [{
43
46
  type: Input
@@ -1,11 +1,12 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { ChangeDetectionStrategy, Component } from '@angular/core';
6
- import { ContentChildren } from '@angular/core';
6
+ import { ContentChildren, QueryList } from '@angular/core';
7
7
  import { CollectionComponent } from '../common/collection.component';
8
8
  import { CollectionService } from '../common/collection.service';
9
+ import { ConfigurationService } from '../common/configuration.service';
9
10
  import { LayerComponent } from './layer.component';
10
11
  import * as i0 from "@angular/core";
11
12
  import * as i1 from "../common/configuration.service";
@@ -20,9 +21,9 @@ export class LayersComponent extends CollectionComponent {
20
21
  this.collectionService = collectionService;
21
22
  }
22
23
  }
23
- LayersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LayersComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.CollectionService }], target: i0.ɵɵFactoryTarget.Component });
24
- LayersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: LayersComponent, selector: "kendo-map-layers", providers: [CollectionService], queries: [{ propertyName: "children", predicate: LayerComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LayersComponent, decorators: [{
24
+ LayersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LayersComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.CollectionService }], target: i0.ɵɵFactoryTarget.Component });
25
+ LayersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: LayersComponent, selector: "kendo-map-layers", providers: [CollectionService], queries: [{ propertyName: "children", predicate: LayerComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LayersComponent, decorators: [{
26
27
  type: Component,
27
28
  args: [{
28
29
  changeDetection: ChangeDetectionStrategy.OnPush,