@syncfusion/ej2-angular-maps 20.1.55 → 20.2.36

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 (136) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +12 -0
  3. package/esm2020/src/maps/annotations.directive.mjs +62 -0
  4. package/esm2020/src/maps/bubblesettings.directive.mjs +71 -0
  5. package/esm2020/src/maps/colormapping.directive.mjs +61 -0
  6. package/esm2020/src/maps/initialshapeselection.directive.mjs +59 -0
  7. package/esm2020/src/maps/layers.directive.mjs +64 -0
  8. package/esm2020/src/maps/maps-all.module.mjs +65 -0
  9. package/esm2020/src/maps/maps.component.mjs +160 -0
  10. package/esm2020/src/maps/maps.module.mjs +88 -0
  11. package/esm2020/src/maps/markersettings.directive.mjs +73 -0
  12. package/esm2020/src/maps/navigationlinesettings.directive.mjs +67 -0
  13. package/esm2020/syncfusion-ej2-angular-maps.mjs +5 -0
  14. package/fesm2015/syncfusion-ej2-angular-maps.mjs +728 -0
  15. package/fesm2015/syncfusion-ej2-angular-maps.mjs.map +1 -0
  16. package/fesm2020/syncfusion-ej2-angular-maps.mjs +728 -0
  17. package/fesm2020/syncfusion-ej2-angular-maps.mjs.map +1 -0
  18. package/package.json +29 -15
  19. package/schematics/utils/lib-details.ts +2 -2
  20. package/src/maps/annotations.directive.d.ts +5 -0
  21. package/src/maps/bubblesettings.directive.d.ts +5 -0
  22. package/src/maps/colormapping.directive.d.ts +5 -0
  23. package/src/maps/initialshapeselection.directive.d.ts +5 -0
  24. package/src/maps/layers.directive.d.ts +5 -0
  25. package/src/maps/maps-all.module.d.ts +6 -0
  26. package/src/maps/maps.component.d.ts +3 -0
  27. package/src/maps/maps.module.d.ts +13 -0
  28. package/src/maps/markersettings.directive.d.ts +5 -0
  29. package/src/maps/navigationlinesettings.directive.d.ts +5 -0
  30. package/{ej2-angular-maps.d.ts → syncfusion-ej2-angular-maps.d.ts} +1 -1
  31. package/@syncfusion/ej2-angular-maps.es5.js +0 -867
  32. package/@syncfusion/ej2-angular-maps.es5.js.map +0 -1
  33. package/@syncfusion/ej2-angular-maps.js +0 -800
  34. package/@syncfusion/ej2-angular-maps.js.map +0 -1
  35. package/CHANGELOG.md +0 -545
  36. package/dist/ej2-angular-maps.umd.js +0 -1105
  37. package/dist/ej2-angular-maps.umd.js.map +0 -1
  38. package/dist/ej2-angular-maps.umd.min.js +0 -11
  39. package/dist/ej2-angular-maps.umd.min.js.map +0 -1
  40. package/ej2-angular-maps.metadata.json +0 -1
  41. package/postinstall/tagchange.js +0 -18
  42. package/schematics/collection.json +0 -55
  43. package/schematics/generators/maps-annotation/images/__path__/__name@dasherize__/compass.svg +0 -197
  44. package/schematics/generators/maps-annotation/index.d.ts +0 -3
  45. package/schematics/generators/maps-annotation/index.js +0 -8
  46. package/schematics/generators/maps-annotation/sample-details.d.ts +0 -5
  47. package/schematics/generators/maps-annotation/sample-details.js +0 -7
  48. package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -21
  49. package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -15
  50. package/schematics/generators/maps-annotation/schema.d.ts +0 -3
  51. package/schematics/generators/maps-annotation/schema.js +0 -2
  52. package/schematics/generators/maps-annotation/schema.json +0 -124
  53. package/schematics/generators/maps-bubble/index.d.ts +0 -3
  54. package/schematics/generators/maps-bubble/index.js +0 -8
  55. package/schematics/generators/maps-bubble/sample-details.d.ts +0 -5
  56. package/schematics/generators/maps-bubble/sample-details.js +0 -7
  57. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  58. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -10
  59. package/schematics/generators/maps-bubble/schema.d.ts +0 -3
  60. package/schematics/generators/maps-bubble/schema.js +0 -2
  61. package/schematics/generators/maps-bubble/schema.json +0 -124
  62. package/schematics/generators/maps-color-mapping/images/__path__/__name@dasherize__/ballon.png +0 -0
  63. package/schematics/generators/maps-color-mapping/index.d.ts +0 -3
  64. package/schematics/generators/maps-color-mapping/index.js +0 -8
  65. package/schematics/generators/maps-color-mapping/sample-details.d.ts +0 -5
  66. package/schematics/generators/maps-color-mapping/sample-details.js +0 -7
  67. package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  68. package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  69. package/schematics/generators/maps-color-mapping/schema.d.ts +0 -3
  70. package/schematics/generators/maps-color-mapping/schema.js +0 -2
  71. package/schematics/generators/maps-color-mapping/schema.json +0 -124
  72. package/schematics/generators/maps-default/images/__path__/__name@dasherize__/ballon.png +0 -0
  73. package/schematics/generators/maps-default/index.d.ts +0 -3
  74. package/schematics/generators/maps-default/index.js +0 -8
  75. package/schematics/generators/maps-default/sample-details.d.ts +0 -5
  76. package/schematics/generators/maps-default/sample-details.js +0 -7
  77. package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  78. package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -10
  79. package/schematics/generators/maps-default/schema.d.ts +0 -3
  80. package/schematics/generators/maps-default/schema.js +0 -2
  81. package/schematics/generators/maps-default/schema.json +0 -124
  82. package/schematics/generators/maps-label/index.d.ts +0 -3
  83. package/schematics/generators/maps-label/index.js +0 -8
  84. package/schematics/generators/maps-label/sample-details.d.ts +0 -5
  85. package/schematics/generators/maps-label/sample-details.js +0 -7
  86. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  87. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  88. package/schematics/generators/maps-label/schema.d.ts +0 -3
  89. package/schematics/generators/maps-label/schema.js +0 -2
  90. package/schematics/generators/maps-label/schema.json +0 -124
  91. package/schematics/generators/maps-legend/images/__path__/__name@dasherize__/ballon.png +0 -0
  92. package/schematics/generators/maps-legend/index.d.ts +0 -3
  93. package/schematics/generators/maps-legend/index.js +0 -8
  94. package/schematics/generators/maps-legend/sample-details.d.ts +0 -5
  95. package/schematics/generators/maps-legend/sample-details.js +0 -7
  96. package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  97. package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  98. package/schematics/generators/maps-legend/schema.d.ts +0 -3
  99. package/schematics/generators/maps-legend/schema.js +0 -2
  100. package/schematics/generators/maps-legend/schema.json +0 -124
  101. package/schematics/generators/maps-marker/images/__path__/__name@dasherize__/ballon.png +0 -0
  102. package/schematics/generators/maps-marker/index.d.ts +0 -3
  103. package/schematics/generators/maps-marker/index.js +0 -8
  104. package/schematics/generators/maps-marker/sample-details.d.ts +0 -5
  105. package/schematics/generators/maps-marker/sample-details.js +0 -7
  106. package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  107. package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -10
  108. package/schematics/generators/maps-marker/schema.d.ts +0 -3
  109. package/schematics/generators/maps-marker/schema.js +0 -2
  110. package/schematics/generators/maps-marker/schema.json +0 -124
  111. package/schematics/generators/maps-navigation-line/index.d.ts +0 -3
  112. package/schematics/generators/maps-navigation-line/index.js +0 -8
  113. package/schematics/generators/maps-navigation-line/sample-details.d.ts +0 -5
  114. package/schematics/generators/maps-navigation-line/sample-details.js +0 -7
  115. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -19
  116. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -6
  117. package/schematics/generators/maps-navigation-line/schema.d.ts +0 -3
  118. package/schematics/generators/maps-navigation-line/schema.js +0 -2
  119. package/schematics/generators/maps-navigation-line/schema.json +0 -124
  120. package/schematics/generators/maps-osm/index.d.ts +0 -3
  121. package/schematics/generators/maps-osm/index.js +0 -8
  122. package/schematics/generators/maps-osm/sample-details.d.ts +0 -5
  123. package/schematics/generators/maps-osm/sample-details.js +0 -7
  124. package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  125. package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -10
  126. package/schematics/generators/maps-osm/schema.d.ts +0 -3
  127. package/schematics/generators/maps-osm/schema.js +0 -2
  128. package/schematics/generators/maps-osm/schema.json +0 -124
  129. package/schematics/ng-add/index.d.ts +0 -3
  130. package/schematics/ng-add/index.js +0 -9
  131. package/schematics/ng-add/schema.d.ts +0 -13
  132. package/schematics/ng-add/schema.js +0 -2
  133. package/schematics/ng-add/schema.json +0 -34
  134. package/schematics/tsconfig.json +0 -25
  135. package/schematics/utils/lib-details.d.ts +0 -4
  136. package/schematics/utils/lib-details.js +0 -6
@@ -1,1105 +0,0 @@
1
- /*!
2
- * filename: ej2-angular-maps.umd.js
3
- * version : 20.1.55
4
- * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
- * Use of this code is subject to the terms of our license.
6
- * A copy of the current license can be obtained at any time by e-mailing
7
- * licensing@syncfusion.com. Any infringement will be prosecuted under
8
- * applicable laws.
9
- */
10
- (function (global, factory) {
11
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@syncfusion/ej2-angular-base'), require('@syncfusion/ej2-maps'), require('@angular/common')) :
12
- typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@syncfusion/ej2-angular-base', '@syncfusion/ej2-maps', '@angular/common'], factory) :
13
- (factory((global['ej2-angular-maps'] = {}),global.ng.core,global.ej2.angular.base,global.ej2.maps,global.ng.common));
14
- }(this, (function (exports,core,ej2AngularBase,ej2Maps,common) { 'use strict';
15
-
16
- var __extends = (this && this.__extends) || (function () {
17
- var extendStatics = Object.setPrototypeOf ||
18
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
19
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
20
- return function (d, b) {
21
- extendStatics(d, b);
22
- function __() { this.constructor = d; }
23
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
24
- };
25
- })();
26
- var input = ['shapePath', 'shapeValue'];
27
- var outputs = [];
28
- /**
29
- * Layer Directive
30
- * ```html
31
- * <e-layers>
32
- * <e-layer>
33
- * <e-initialShapeSelections>
34
- * <e-initialShapeSelection>
35
- * </e-initialShapeSelection>
36
- * </e-initialShapeSelections>
37
- * </e-layer>
38
- * </e-layers>
39
- * ```
40
- */
41
- var InitialShapeSelectionDirective = /** @class */ (function (_super) {
42
- __extends(InitialShapeSelectionDirective, _super);
43
- /**
44
- * @param {?} viewContainerRef
45
- */
46
- function InitialShapeSelectionDirective(viewContainerRef) {
47
- var _this = _super.call(this) || this;
48
- _this.viewContainerRef = viewContainerRef;
49
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
50
- _this.registerEvents(outputs);
51
- _this.directivePropList = input;
52
- return _this;
53
- }
54
- return InitialShapeSelectionDirective;
55
- }(ej2AngularBase.ComplexBase));
56
- InitialShapeSelectionDirective.decorators = [
57
- { type: core.Directive, args: [{
58
- selector: 'e-layer>e-initialShapeSelections>e-initialShapeSelection',
59
- inputs: input,
60
- outputs: outputs,
61
- queries: {}
62
- },] },
63
- ];
64
- /**
65
- * @nocollapse
66
- */
67
- InitialShapeSelectionDirective.ctorParameters = function () { return [
68
- { type: core.ViewContainerRef, },
69
- ]; };
70
- /**
71
- * InitialShapeSelection Array Directive
72
- */
73
- var InitialShapeSelectionsDirective = /** @class */ (function (_super) {
74
- __extends(InitialShapeSelectionsDirective, _super);
75
- function InitialShapeSelectionsDirective() {
76
- return _super.call(this, 'initialshapeselection') || this;
77
- }
78
- return InitialShapeSelectionsDirective;
79
- }(ej2AngularBase.ArrayBase));
80
- InitialShapeSelectionsDirective.decorators = [
81
- { type: core.Directive, args: [{
82
- selector: 'e-layer>e-initialShapeSelections',
83
- queries: {
84
- children: new core.ContentChildren(InitialShapeSelectionDirective)
85
- },
86
- },] },
87
- ];
88
- /**
89
- * @nocollapse
90
- */
91
- InitialShapeSelectionsDirective.ctorParameters = function () { return []; };
92
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
93
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
94
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
95
- r = Reflect.decorate(decorators, target, key, desc);
96
- else
97
- for (var i = decorators.length - 1; i >= 0; i--)
98
- if (d = decorators[i])
99
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
100
- return c > 3 && r && Object.defineProperty(target, key, r), r;
101
- };
102
- var __metadata = (this && this.__metadata) || function (k, v) {
103
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
104
- return Reflect.metadata(k, v);
105
- };
106
- var input$1 = ['animationDelay', 'animationDuration', 'border', 'colorValuePath', 'dashArray', 'dataSource', 'fill', 'height', 'highlightSettings', 'imageUrl', 'imageUrlValuePath', 'initialMarkerSelection', 'latitudeValuePath', 'legendText', 'longitudeValuePath', 'offset', 'opacity', 'query', 'selectionSettings', 'shape', 'shapeValuePath', 'template', 'tooltipSettings', 'visible', 'width'];
107
- var outputs$1 = [];
108
- /**
109
- * Layer Directive
110
- * ```html
111
- * <e-layers>
112
- * <e-layer>
113
- * <e-markerSettings>
114
- * <e-markerSetting>
115
- * </e-markerSetting>
116
- * </e-markerSettings>
117
- * </e-layer>
118
- * </e-layers>
119
- * ```
120
- */
121
- var MarkerDirective = /** @class */ (function (_super) {
122
- __extends(MarkerDirective, _super);
123
- /**
124
- * @param {?} viewContainerRef
125
- */
126
- function MarkerDirective(viewContainerRef) {
127
- var _this = _super.call(this) || this;
128
- _this.viewContainerRef = viewContainerRef;
129
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
130
- _this.registerEvents(outputs$1);
131
- _this.directivePropList = input$1;
132
- return _this;
133
- }
134
- return MarkerDirective;
135
- }(ej2AngularBase.ComplexBase));
136
- MarkerDirective.decorators = [
137
- { type: core.Directive, args: [{
138
- selector: 'e-layer>e-markerSettings>e-markerSetting',
139
- inputs: input$1,
140
- outputs: outputs$1,
141
- queries: {}
142
- },] },
143
- ];
144
- /**
145
- * @nocollapse
146
- */
147
- MarkerDirective.ctorParameters = function () { return [
148
- { type: core.ViewContainerRef, },
149
- ]; };
150
- MarkerDirective.propDecorators = {
151
- 'template': [{ type: core.ContentChild, args: ['template',] },],
152
- 'tooltipSettings_template': [{ type: core.ContentChild, args: ['tooltipSettingsTemplate',] },],
153
- };
154
- __decorate([
155
- ej2AngularBase.Template(),
156
- __metadata("design:type", Object)
157
- ], MarkerDirective.prototype, "template", void 0);
158
- __decorate([
159
- ej2AngularBase.Template(),
160
- __metadata("design:type", Object)
161
- ], MarkerDirective.prototype, "tooltipSettings_template", void 0);
162
- /**
163
- * Marker Array Directive
164
- */
165
- var MarkersDirective = /** @class */ (function (_super) {
166
- __extends(MarkersDirective, _super);
167
- function MarkersDirective() {
168
- return _super.call(this, 'markersettings') || this;
169
- }
170
- return MarkersDirective;
171
- }(ej2AngularBase.ArrayBase));
172
- MarkersDirective.decorators = [
173
- { type: core.Directive, args: [{
174
- selector: 'e-layer>e-markerSettings',
175
- queries: {
176
- children: new core.ContentChildren(MarkerDirective)
177
- },
178
- },] },
179
- ];
180
- /**
181
- * @nocollapse
182
- */
183
- MarkersDirective.ctorParameters = function () { return []; };
184
- var input$2 = ['color', 'from', 'label', 'maxOpacity', 'minOpacity', 'showLegend', 'to', 'value'];
185
- var outputs$2 = [];
186
- /**
187
- * ColorMapping Directive
188
- * ```html
189
- * <e-layers>
190
- * <e-layer>
191
- * <e-bubbleSettings>
192
- * <e-colorMappings>
193
- * <e-colorMapping>
194
- * </e-colorMapping>
195
- * </e-colorMappings>
196
- * </e-bubbleSettings>
197
- * </e-layer>
198
- * </e-layers>
199
- * ```
200
- */
201
- var ColorMappingDirective = /** @class */ (function (_super) {
202
- __extends(ColorMappingDirective, _super);
203
- /**
204
- * @param {?} viewContainerRef
205
- */
206
- function ColorMappingDirective(viewContainerRef) {
207
- var _this = _super.call(this) || this;
208
- _this.viewContainerRef = viewContainerRef;
209
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
210
- _this.registerEvents(outputs$2);
211
- _this.directivePropList = input$2;
212
- return _this;
213
- }
214
- return ColorMappingDirective;
215
- }(ej2AngularBase.ComplexBase));
216
- ColorMappingDirective.decorators = [
217
- { type: core.Directive, args: [{
218
- selector: 'e-bubbleSettings>e-colorMappings>e-colorMapping',
219
- inputs: input$2,
220
- outputs: outputs$2,
221
- queries: {}
222
- },] },
223
- ];
224
- /**
225
- * @nocollapse
226
- */
227
- ColorMappingDirective.ctorParameters = function () { return [
228
- { type: core.ViewContainerRef, },
229
- ]; };
230
- /**
231
- * ColorMapping Array Directive
232
- */
233
- var ColorMappingsDirective = /** @class */ (function (_super) {
234
- __extends(ColorMappingsDirective, _super);
235
- function ColorMappingsDirective() {
236
- return _super.call(this, 'colormapping') || this;
237
- }
238
- return ColorMappingsDirective;
239
- }(ej2AngularBase.ArrayBase));
240
- ColorMappingsDirective.decorators = [
241
- { type: core.Directive, args: [{
242
- selector: 'e-bubbleSettings>e-colorMappings',
243
- queries: {
244
- children: new core.ContentChildren(ColorMappingDirective)
245
- },
246
- },] },
247
- ];
248
- /**
249
- * @nocollapse
250
- */
251
- ColorMappingsDirective.ctorParameters = function () { return []; };
252
- var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
253
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
254
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
255
- r = Reflect.decorate(decorators, target, key, desc);
256
- else
257
- for (var i = decorators.length - 1; i >= 0; i--)
258
- if (d = decorators[i])
259
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
260
- return c > 3 && r && Object.defineProperty(target, key, r), r;
261
- };
262
- var __metadata$1 = (this && this.__metadata) || function (k, v) {
263
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
264
- return Reflect.metadata(k, v);
265
- };
266
- var input$3 = ['animationDelay', 'animationDuration', 'border', 'bubbleType', 'colorMapping', 'colorValuePath', 'dataSource', 'fill', 'highlightSettings', 'maxRadius', 'minRadius', 'opacity', 'query', 'selectionSettings', 'tooltipSettings', 'valuePath', 'visible'];
267
- var outputs$3 = [];
268
- /**
269
- * Layer Directive
270
- * ```html
271
- * <e-layers>
272
- * <e-layer>
273
- * <e-bubbleSettings>
274
- * <e-bubbleSetting>
275
- * </e-bubbleSetting>
276
- * </e-bubbleSettings>
277
- * </e-layer>
278
- * </e-layers>
279
- * ```
280
- */
281
- var BubbleDirective = /** @class */ (function (_super) {
282
- __extends(BubbleDirective, _super);
283
- /**
284
- * @param {?} viewContainerRef
285
- */
286
- function BubbleDirective(viewContainerRef) {
287
- var _this = _super.call(this) || this;
288
- _this.viewContainerRef = viewContainerRef;
289
- _this.tags = ['colorMapping'];
290
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
291
- _this.registerEvents(outputs$3);
292
- _this.directivePropList = input$3;
293
- return _this;
294
- }
295
- return BubbleDirective;
296
- }(ej2AngularBase.ComplexBase));
297
- BubbleDirective.decorators = [
298
- { type: core.Directive, args: [{
299
- selector: 'e-layer>e-bubbleSettings>e-bubbleSetting',
300
- inputs: input$3,
301
- outputs: outputs$3,
302
- queries: {
303
- childColorMapping: new core.ContentChild(ColorMappingsDirective)
304
- }
305
- },] },
306
- ];
307
- /**
308
- * @nocollapse
309
- */
310
- BubbleDirective.ctorParameters = function () { return [
311
- { type: core.ViewContainerRef, },
312
- ]; };
313
- BubbleDirective.propDecorators = {
314
- 'tooltipSettings_template': [{ type: core.ContentChild, args: ['tooltipSettingsTemplate',] },],
315
- };
316
- __decorate$1([
317
- ej2AngularBase.Template(),
318
- __metadata$1("design:type", Object)
319
- ], BubbleDirective.prototype, "tooltipSettings_template", void 0);
320
- /**
321
- * Bubble Array Directive
322
- */
323
- var BubblesDirective = /** @class */ (function (_super) {
324
- __extends(BubblesDirective, _super);
325
- function BubblesDirective() {
326
- return _super.call(this, 'bubblesettings') || this;
327
- }
328
- return BubblesDirective;
329
- }(ej2AngularBase.ArrayBase));
330
- BubblesDirective.decorators = [
331
- { type: core.Directive, args: [{
332
- selector: 'e-layer>e-bubbleSettings',
333
- queries: {
334
- children: new core.ContentChildren(BubbleDirective)
335
- },
336
- },] },
337
- ];
338
- /**
339
- * @nocollapse
340
- */
341
- BubblesDirective.ctorParameters = function () { return []; };
342
- var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) {
343
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
344
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
345
- r = Reflect.decorate(decorators, target, key, desc);
346
- else
347
- for (var i = decorators.length - 1; i >= 0; i--)
348
- if (d = decorators[i])
349
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
350
- return c > 3 && r && Object.defineProperty(target, key, r), r;
351
- };
352
- var __metadata$2 = (this && this.__metadata) || function (k, v) {
353
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
354
- return Reflect.metadata(k, v);
355
- };
356
- var input$4 = ['angle', 'arrowSettings', 'color', 'dashArray', 'highlightSettings', 'latitude', 'longitude', 'selectionSettings', 'visible', 'width'];
357
- var outputs$4 = [];
358
- /**
359
- * Layer Directive
360
- * ```html
361
- * <e-layers>
362
- * <e-layer>
363
- * <e-navigationLineSettings>
364
- * <e-navigationLineSetting>
365
- * </e-navigationLineSetting>
366
- * </e-navigationLineSettings>
367
- * </e-layer>
368
- * </e-layers>
369
- * ```
370
- */
371
- var NavigationLineDirective = /** @class */ (function (_super) {
372
- __extends(NavigationLineDirective, _super);
373
- /**
374
- * @param {?} viewContainerRef
375
- */
376
- function NavigationLineDirective(viewContainerRef) {
377
- var _this = _super.call(this) || this;
378
- _this.viewContainerRef = viewContainerRef;
379
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
380
- _this.registerEvents(outputs$4);
381
- _this.directivePropList = input$4;
382
- return _this;
383
- }
384
- return NavigationLineDirective;
385
- }(ej2AngularBase.ComplexBase));
386
- NavigationLineDirective.decorators = [
387
- { type: core.Directive, args: [{
388
- selector: 'e-layer>e-navigationLineSettings>e-navigationLineSetting',
389
- inputs: input$4,
390
- outputs: outputs$4,
391
- queries: {}
392
- },] },
393
- ];
394
- /**
395
- * @nocollapse
396
- */
397
- NavigationLineDirective.ctorParameters = function () { return [
398
- { type: core.ViewContainerRef, },
399
- ]; };
400
- NavigationLineDirective.propDecorators = {
401
- 'tooltipSettings_template': [{ type: core.ContentChild, args: ['tooltipSettingsTemplate',] },],
402
- };
403
- __decorate$2([
404
- ej2AngularBase.Template(),
405
- __metadata$2("design:type", Object)
406
- ], NavigationLineDirective.prototype, "tooltipSettings_template", void 0);
407
- /**
408
- * NavigationLine Array Directive
409
- */
410
- var NavigationLinesDirective = /** @class */ (function (_super) {
411
- __extends(NavigationLinesDirective, _super);
412
- function NavigationLinesDirective() {
413
- return _super.call(this, 'navigationlinesettings') || this;
414
- }
415
- return NavigationLinesDirective;
416
- }(ej2AngularBase.ArrayBase));
417
- NavigationLinesDirective.decorators = [
418
- { type: core.Directive, args: [{
419
- selector: 'e-layer>e-navigationLineSettings',
420
- queries: {
421
- children: new core.ContentChildren(NavigationLineDirective)
422
- },
423
- },] },
424
- ];
425
- /**
426
- * @nocollapse
427
- */
428
- NavigationLinesDirective.ctorParameters = function () { return []; };
429
- var input$5 = ['animationDuration', 'bingMapType', 'bubbleSettings', 'dataLabelSettings', 'dataSource', 'geometryType', 'highlightSettings', 'initialShapeSelection', 'key', 'layerType', 'markerClusterSettings', 'markerSettings', 'navigationLineSettings', 'query', 'selectionSettings', 'shapeData', 'shapeDataPath', 'shapePropertyPath', 'shapeSettings', 'staticMapType', 'toggleLegendSettings', 'tooltipSettings', 'type', 'urlTemplate', 'visible'];
430
- var outputs$5 = [];
431
- /**
432
- * Layer Directive
433
- * ```html
434
- * <e-layers>
435
- * <e-layer></e-layer>
436
- * </e-layers>
437
- * ```
438
- */
439
- var LayerDirective = /** @class */ (function (_super) {
440
- __extends(LayerDirective, _super);
441
- /**
442
- * @param {?} viewContainerRef
443
- */
444
- function LayerDirective(viewContainerRef) {
445
- var _this = _super.call(this) || this;
446
- _this.viewContainerRef = viewContainerRef;
447
- _this.tags = ['initialShapeSelection', 'markerSettings', 'bubbleSettings', 'navigationLineSettings'];
448
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
449
- _this.registerEvents(outputs$5);
450
- _this.directivePropList = input$5;
451
- return _this;
452
- }
453
- return LayerDirective;
454
- }(ej2AngularBase.ComplexBase));
455
- LayerDirective.decorators = [
456
- { type: core.Directive, args: [{
457
- selector: 'e-layers>e-layer',
458
- inputs: input$5,
459
- outputs: outputs$5,
460
- queries: {
461
- childInitialShapeSelection: new core.ContentChild(InitialShapeSelectionsDirective),
462
- childMarkerSettings: new core.ContentChild(MarkersDirective),
463
- childBubbleSettings: new core.ContentChild(BubblesDirective),
464
- childNavigationLineSettings: new core.ContentChild(NavigationLinesDirective)
465
- }
466
- },] },
467
- ];
468
- /**
469
- * @nocollapse
470
- */
471
- LayerDirective.ctorParameters = function () { return [
472
- { type: core.ViewContainerRef, },
473
- ]; };
474
- /**
475
- * Layer Array Directive
476
- */
477
- var LayersDirective = /** @class */ (function (_super) {
478
- __extends(LayersDirective, _super);
479
- function LayersDirective() {
480
- return _super.call(this, 'layers') || this;
481
- }
482
- return LayersDirective;
483
- }(ej2AngularBase.ArrayBase));
484
- LayersDirective.decorators = [
485
- { type: core.Directive, args: [{
486
- selector: 'ej-maps>e-layers',
487
- queries: {
488
- children: new core.ContentChildren(LayerDirective)
489
- },
490
- },] },
491
- ];
492
- /**
493
- * @nocollapse
494
- */
495
- LayersDirective.ctorParameters = function () { return []; };
496
- var __decorate$3 = (this && this.__decorate) || function (decorators, target, key, desc) {
497
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
498
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
499
- r = Reflect.decorate(decorators, target, key, desc);
500
- else
501
- for (var i = decorators.length - 1; i >= 0; i--)
502
- if (d = decorators[i])
503
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
504
- return c > 3 && r && Object.defineProperty(target, key, r), r;
505
- };
506
- var __metadata$3 = (this && this.__metadata) || function (k, v) {
507
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
508
- return Reflect.metadata(k, v);
509
- };
510
- var input$6 = ['content', 'horizontalAlignment', 'verticalAlignment', 'x', 'y', 'zIndex'];
511
- var outputs$6 = [];
512
- /**
513
- * Annotation Directive
514
- * ```html
515
- * <e-maps-annotations>
516
- * <e-maps-annotation></e-maps-annotation>
517
- * </e-maps-annotations>
518
- * ```
519
- */
520
- var AnnotationDirective = /** @class */ (function (_super) {
521
- __extends(AnnotationDirective, _super);
522
- /**
523
- * @param {?} viewContainerRef
524
- */
525
- function AnnotationDirective(viewContainerRef) {
526
- var _this = _super.call(this) || this;
527
- _this.viewContainerRef = viewContainerRef;
528
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
529
- _this.registerEvents(outputs$6);
530
- _this.directivePropList = input$6;
531
- return _this;
532
- }
533
- return AnnotationDirective;
534
- }(ej2AngularBase.ComplexBase));
535
- AnnotationDirective.decorators = [
536
- { type: core.Directive, args: [{
537
- selector: 'e-maps-annotations>e-maps-annotation',
538
- inputs: input$6,
539
- outputs: outputs$6,
540
- queries: {}
541
- },] },
542
- ];
543
- /**
544
- * @nocollapse
545
- */
546
- AnnotationDirective.ctorParameters = function () { return [
547
- { type: core.ViewContainerRef, },
548
- ]; };
549
- AnnotationDirective.propDecorators = {
550
- 'content': [{ type: core.ContentChild, args: ['content',] },],
551
- };
552
- __decorate$3([
553
- ej2AngularBase.Template(),
554
- __metadata$3("design:type", Object)
555
- ], AnnotationDirective.prototype, "content", void 0);
556
- /**
557
- * Annotation Array Directive
558
- */
559
- var AnnotationsDirective = /** @class */ (function (_super) {
560
- __extends(AnnotationsDirective, _super);
561
- function AnnotationsDirective() {
562
- return _super.call(this, 'annotations') || this;
563
- }
564
- return AnnotationsDirective;
565
- }(ej2AngularBase.ArrayBase));
566
- AnnotationsDirective.decorators = [
567
- { type: core.Directive, args: [{
568
- selector: 'ej-maps>e-maps-annotations',
569
- queries: {
570
- children: new core.ContentChildren(AnnotationDirective)
571
- },
572
- },] },
573
- ];
574
- /**
575
- * @nocollapse
576
- */
577
- AnnotationsDirective.ctorParameters = function () { return []; };
578
- var __decorate$4 = (this && this.__decorate) || function (decorators, target, key, desc) {
579
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
580
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
581
- r = Reflect.decorate(decorators, target, key, desc);
582
- else
583
- for (var i = decorators.length - 1; i >= 0; i--)
584
- if (d = decorators[i])
585
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
586
- return c > 3 && r && Object.defineProperty(target, key, r), r;
587
- };
588
- var __metadata$4 = (this && this.__metadata) || function (k, v) {
589
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
590
- return Reflect.metadata(k, v);
591
- };
592
- var inputs = ['allowImageExport', 'allowPdfExport', 'allowPrint', 'annotations', 'background', 'baseLayerIndex', 'border', 'centerPosition', 'description', 'enablePersistence', 'enableRtl', 'format', 'height', 'layers', 'legendSettings', 'locale', 'mapsArea', 'margin', 'projectionType', 'tabIndex', 'theme', 'titleSettings', 'tooltipDisplayMode', 'useGroupingSeparator', 'width', 'zoomSettings'];
593
- var outputs$7 = ['animationComplete', 'annotationRendering', 'beforePrint', 'bubbleClick', 'bubbleMouseMove', 'bubbleRendering', 'click', 'dataLabelRendering', 'doubleClick', 'itemHighlight', 'itemSelection', 'layerRendering', 'legendRendering', 'load', 'loaded', 'markerClick', 'markerClusterClick', 'markerClusterMouseMove', 'markerClusterRendering', 'markerMouseMove', 'markerRendering', 'pan', 'resize', 'rightClick', 'shapeHighlight', 'shapeRendering', 'shapeSelected', 'tooltipRender', 'tooltipRenderComplete', 'zoom', 'dataSourceChange'];
594
- var twoWays = ['dataSource'];
595
- /**
596
- * Represents Maps Component
597
- * ```html
598
- * <ej-maps></ej-maps>
599
- * ```
600
- */
601
- exports.MapsComponent = /** @class */ (function (_super) {
602
- __extends(MapsComponent, _super);
603
- /**
604
- * @param {?} ngEle
605
- * @param {?} srenderer
606
- * @param {?} viewContainerRef
607
- * @param {?} injector
608
- */
609
- function MapsComponent(ngEle, srenderer, viewContainerRef, injector) {
610
- var _this = _super.call(this) || this;
611
- _this.ngEle = ngEle;
612
- _this.srenderer = srenderer;
613
- _this.viewContainerRef = viewContainerRef;
614
- _this.injector = injector;
615
- _this.tags = ['layers', 'annotations'];
616
- _this.element = _this.ngEle.nativeElement;
617
- _this.injectedModules = _this.injectedModules || [];
618
- try {
619
- var mod = _this.injector.get('MapsBubble');
620
- if (_this.injectedModules.indexOf(mod) === -1) {
621
- _this.injectedModules.push(mod);
622
- }
623
- }
624
- catch (_a) { }
625
- try {
626
- var mod = _this.injector.get('MapsLegend');
627
- if (_this.injectedModules.indexOf(mod) === -1) {
628
- _this.injectedModules.push(mod);
629
- }
630
- }
631
- catch (_b) { }
632
- try {
633
- var mod = _this.injector.get('MapsMarker');
634
- if (_this.injectedModules.indexOf(mod) === -1) {
635
- _this.injectedModules.push(mod);
636
- }
637
- }
638
- catch (_c) { }
639
- try {
640
- var mod = _this.injector.get('MapsHighlight');
641
- if (_this.injectedModules.indexOf(mod) === -1) {
642
- _this.injectedModules.push(mod);
643
- }
644
- }
645
- catch (_d) { }
646
- try {
647
- var mod = _this.injector.get('MapsSelection');
648
- if (_this.injectedModules.indexOf(mod) === -1) {
649
- _this.injectedModules.push(mod);
650
- }
651
- }
652
- catch (_e) { }
653
- try {
654
- var mod = _this.injector.get('MapsMapsTooltip');
655
- if (_this.injectedModules.indexOf(mod) === -1) {
656
- _this.injectedModules.push(mod);
657
- }
658
- }
659
- catch (_f) { }
660
- try {
661
- var mod = _this.injector.get('MapsZoom');
662
- if (_this.injectedModules.indexOf(mod) === -1) {
663
- _this.injectedModules.push(mod);
664
- }
665
- }
666
- catch (_g) { }
667
- try {
668
- var mod = _this.injector.get('MapsDataLabel');
669
- if (_this.injectedModules.indexOf(mod) === -1) {
670
- _this.injectedModules.push(mod);
671
- }
672
- }
673
- catch (_h) { }
674
- try {
675
- var mod = _this.injector.get('MapsNavigationLine');
676
- if (_this.injectedModules.indexOf(mod) === -1) {
677
- _this.injectedModules.push(mod);
678
- }
679
- }
680
- catch (_j) { }
681
- try {
682
- var mod = _this.injector.get('MapsAnnotations');
683
- if (_this.injectedModules.indexOf(mod) === -1) {
684
- _this.injectedModules.push(mod);
685
- }
686
- }
687
- catch (_k) { }
688
- try {
689
- var mod = _this.injector.get('MapsPrint');
690
- if (_this.injectedModules.indexOf(mod) === -1) {
691
- _this.injectedModules.push(mod);
692
- }
693
- }
694
- catch (_l) { }
695
- try {
696
- var mod = _this.injector.get('MapsPdfExport');
697
- if (_this.injectedModules.indexOf(mod) === -1) {
698
- _this.injectedModules.push(mod);
699
- }
700
- }
701
- catch (_m) { }
702
- try {
703
- var mod = _this.injector.get('MapsImageExport');
704
- if (_this.injectedModules.indexOf(mod) === -1) {
705
- _this.injectedModules.push(mod);
706
- }
707
- }
708
- catch (_o) { }
709
- _this.registerEvents(outputs$7);
710
- _this.addTwoWay.call(_this, twoWays);
711
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
712
- _this.context = new ej2AngularBase.ComponentBase();
713
- return _this;
714
- }
715
- /**
716
- * @return {?}
717
- */
718
- MapsComponent.prototype.ngOnInit = function () {
719
- this.context.ngOnInit(this);
720
- };
721
- /**
722
- * @return {?}
723
- */
724
- MapsComponent.prototype.ngAfterViewInit = function () {
725
- this.context.ngAfterViewInit(this);
726
- };
727
- /**
728
- * @return {?}
729
- */
730
- MapsComponent.prototype.ngOnDestroy = function () {
731
- this.context.ngOnDestroy(this);
732
- };
733
- /**
734
- * @return {?}
735
- */
736
- MapsComponent.prototype.ngAfterContentChecked = function () {
737
- this.tagObjects[0].instance = this.childLayers;
738
- if (this.childAnnotations) {
739
- this.tagObjects[1].instance = /** @type {?} */ (this.childAnnotations);
740
- }
741
- this.context.ngAfterContentChecked(this);
742
- };
743
- return MapsComponent;
744
- }(ej2Maps.Maps));
745
- exports.MapsComponent.decorators = [
746
- { type: core.Component, args: [{
747
- selector: 'ejs-maps',
748
- inputs: inputs,
749
- outputs: outputs$7,
750
- template: '',
751
- changeDetection: core.ChangeDetectionStrategy.OnPush,
752
- queries: {
753
- childLayers: new core.ContentChild(LayersDirective),
754
- childAnnotations: new core.ContentChild(AnnotationsDirective)
755
- }
756
- },] },
757
- ];
758
- /**
759
- * @nocollapse
760
- */
761
- exports.MapsComponent.ctorParameters = function () { return [
762
- { type: core.ElementRef, },
763
- { type: core.Renderer2, },
764
- { type: core.ViewContainerRef, },
765
- { type: core.Injector, },
766
- ]; };
767
- exports.MapsComponent = __decorate$4([
768
- ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
769
- __metadata$4("design:paramtypes", [core.ElementRef,
770
- core.Renderer2,
771
- core.ViewContainerRef,
772
- core.Injector])
773
- ], exports.MapsComponent);
774
- /**
775
- * NgModule definition for the Maps component.
776
- */
777
- var MapsModule = /** @class */ (function () {
778
- function MapsModule() {
779
- }
780
- return MapsModule;
781
- }());
782
- MapsModule.decorators = [
783
- { type: core.NgModule, args: [{
784
- imports: [common.CommonModule],
785
- declarations: [
786
- exports.MapsComponent,
787
- InitialShapeSelectionDirective,
788
- InitialShapeSelectionsDirective,
789
- MarkerDirective,
790
- MarkersDirective,
791
- ColorMappingDirective,
792
- ColorMappingsDirective,
793
- BubbleDirective,
794
- BubblesDirective,
795
- NavigationLineDirective,
796
- NavigationLinesDirective,
797
- LayerDirective,
798
- LayersDirective,
799
- AnnotationDirective,
800
- AnnotationsDirective
801
- ],
802
- exports: [
803
- exports.MapsComponent,
804
- InitialShapeSelectionDirective,
805
- InitialShapeSelectionsDirective,
806
- MarkerDirective,
807
- MarkersDirective,
808
- ColorMappingDirective,
809
- ColorMappingsDirective,
810
- BubbleDirective,
811
- BubblesDirective,
812
- NavigationLineDirective,
813
- NavigationLinesDirective,
814
- LayerDirective,
815
- LayersDirective,
816
- AnnotationDirective,
817
- AnnotationsDirective
818
- ]
819
- },] },
820
- ];
821
- /**
822
- * @nocollapse
823
- */
824
- MapsModule.ctorParameters = function () { return []; };
825
- var BubbleService = { provide: 'MapsBubble', useValue: ej2Maps.Bubble };
826
- var LegendService = { provide: 'MapsLegend', useValue: ej2Maps.Legend };
827
- var MarkerService = { provide: 'MapsMarker', useValue: ej2Maps.Marker };
828
- var HighlightService = { provide: 'MapsHighlight', useValue: ej2Maps.Highlight };
829
- var SelectionService = { provide: 'MapsSelection', useValue: ej2Maps.Selection };
830
- var MapsTooltipService = { provide: 'MapsMapsTooltip', useValue: ej2Maps.MapsTooltip };
831
- var ZoomService = { provide: 'MapsZoom', useValue: ej2Maps.Zoom };
832
- var DataLabelService = { provide: 'MapsDataLabel', useValue: ej2Maps.DataLabel };
833
- var NavigationLineService = { provide: 'MapsNavigationLine', useValue: ej2Maps.NavigationLine };
834
- var AnnotationsService = { provide: 'MapsAnnotations', useValue: ej2Maps.Annotations };
835
- var PrintService = { provide: 'MapsPrint', useValue: ej2Maps.Print };
836
- var PdfExportService = { provide: 'MapsPdfExport', useValue: ej2Maps.PdfExport };
837
- var ImageExportService = { provide: 'MapsImageExport', useValue: ej2Maps.ImageExport };
838
- /**
839
- * NgModule definition for the Maps component with providers.
840
- */
841
- var MapsAllModule = /** @class */ (function () {
842
- function MapsAllModule() {
843
- }
844
- return MapsAllModule;
845
- }());
846
- MapsAllModule.decorators = [
847
- { type: core.NgModule, args: [{
848
- imports: [common.CommonModule, MapsModule],
849
- exports: [
850
- MapsModule
851
- ],
852
- providers: [
853
- BubbleService,
854
- LegendService,
855
- MarkerService,
856
- HighlightService,
857
- SelectionService,
858
- MapsTooltipService,
859
- ZoomService,
860
- DataLabelService,
861
- NavigationLineService,
862
- AnnotationsService,
863
- PrintService,
864
- PdfExportService,
865
- ImageExportService
866
- ]
867
- },] },
868
- ];
869
- /**
870
- * @nocollapse
871
- */
872
- MapsAllModule.ctorParameters = function () { return []; };
873
-
874
- exports.InitialShapeSelectionDirective = InitialShapeSelectionDirective;
875
- exports.InitialShapeSelectionsDirective = InitialShapeSelectionsDirective;
876
- exports.MarkerDirective = MarkerDirective;
877
- exports.MarkersDirective = MarkersDirective;
878
- exports.ColorMappingDirective = ColorMappingDirective;
879
- exports.ColorMappingsDirective = ColorMappingsDirective;
880
- exports.BubbleDirective = BubbleDirective;
881
- exports.BubblesDirective = BubblesDirective;
882
- exports.NavigationLineDirective = NavigationLineDirective;
883
- exports.NavigationLinesDirective = NavigationLinesDirective;
884
- exports.LayerDirective = LayerDirective;
885
- exports.LayersDirective = LayersDirective;
886
- exports.AnnotationDirective = AnnotationDirective;
887
- exports.AnnotationsDirective = AnnotationsDirective;
888
- exports.MapsModule = MapsModule;
889
- exports.MapsAllModule = MapsAllModule;
890
- exports.BubbleService = BubbleService;
891
- exports.LegendService = LegendService;
892
- exports.MarkerService = MarkerService;
893
- exports.HighlightService = HighlightService;
894
- exports.SelectionService = SelectionService;
895
- exports.MapsTooltipService = MapsTooltipService;
896
- exports.ZoomService = ZoomService;
897
- exports.DataLabelService = DataLabelService;
898
- exports.NavigationLineService = NavigationLineService;
899
- exports.AnnotationsService = AnnotationsService;
900
- exports.PrintService = PrintService;
901
- exports.PdfExportService = PdfExportService;
902
- exports.ImageExportService = ImageExportService;
903
- exports.ɵa = inputs;
904
- exports.ɵb = outputs$7;
905
- exports.Maps = ej2Maps.Maps;
906
- exports.load = ej2Maps.load;
907
- exports.loaded = ej2Maps.loaded;
908
- exports.click = ej2Maps.click;
909
- exports.rightClick = ej2Maps.rightClick;
910
- exports.doubleClick = ej2Maps.doubleClick;
911
- exports.resize = ej2Maps.resize;
912
- exports.tooltipRender = ej2Maps.tooltipRender;
913
- exports.shapeSelected = ej2Maps.shapeSelected;
914
- exports.shapeHighlight = ej2Maps.shapeHighlight;
915
- exports.mousemove = ej2Maps.mousemove;
916
- exports.mouseup = ej2Maps.mouseup;
917
- exports.mousedown = ej2Maps.mousedown;
918
- exports.layerRendering = ej2Maps.layerRendering;
919
- exports.shapeRendering = ej2Maps.shapeRendering;
920
- exports.markerRendering = ej2Maps.markerRendering;
921
- exports.markerClusterRendering = ej2Maps.markerClusterRendering;
922
- exports.markerClick = ej2Maps.markerClick;
923
- exports.markerClusterClick = ej2Maps.markerClusterClick;
924
- exports.markerMouseMove = ej2Maps.markerMouseMove;
925
- exports.markerClusterMouseMove = ej2Maps.markerClusterMouseMove;
926
- exports.dataLabelRendering = ej2Maps.dataLabelRendering;
927
- exports.bubbleRendering = ej2Maps.bubbleRendering;
928
- exports.bubbleClick = ej2Maps.bubbleClick;
929
- exports.bubbleMouseMove = ej2Maps.bubbleMouseMove;
930
- exports.animationComplete = ej2Maps.animationComplete;
931
- exports.legendRendering = ej2Maps.legendRendering;
932
- exports.annotationRendering = ej2Maps.annotationRendering;
933
- exports.itemSelection = ej2Maps.itemSelection;
934
- exports.itemHighlight = ej2Maps.itemHighlight;
935
- exports.beforePrint = ej2Maps.beforePrint;
936
- exports.zoomIn = ej2Maps.zoomIn;
937
- exports.zoomOut = ej2Maps.zoomOut;
938
- exports.pan = ej2Maps.pan;
939
- exports.Annotation = ej2Maps.Annotation;
940
- exports.Arrow = ej2Maps.Arrow;
941
- exports.Font = ej2Maps.Font;
942
- exports.Border = ej2Maps.Border;
943
- exports.CenterPosition = ej2Maps.CenterPosition;
944
- exports.TooltipSettings = ej2Maps.TooltipSettings;
945
- exports.Margin = ej2Maps.Margin;
946
- exports.ConnectorLineSettings = ej2Maps.ConnectorLineSettings;
947
- exports.MarkerClusterSettings = ej2Maps.MarkerClusterSettings;
948
- exports.MarkerClusterData = ej2Maps.MarkerClusterData;
949
- exports.ColorMappingSettings = ej2Maps.ColorMappingSettings;
950
- exports.InitialMarkerSelectionSettings = ej2Maps.InitialMarkerSelectionSettings;
951
- exports.InitialShapeSelectionSettings = ej2Maps.InitialShapeSelectionSettings;
952
- exports.SelectionSettings = ej2Maps.SelectionSettings;
953
- exports.HighlightSettings = ej2Maps.HighlightSettings;
954
- exports.NavigationLineSettings = ej2Maps.NavigationLineSettings;
955
- exports.BubbleSettings = ej2Maps.BubbleSettings;
956
- exports.CommonTitleSettings = ej2Maps.CommonTitleSettings;
957
- exports.SubTitleSettings = ej2Maps.SubTitleSettings;
958
- exports.TitleSettings = ej2Maps.TitleSettings;
959
- exports.ZoomSettings = ej2Maps.ZoomSettings;
960
- exports.ToggleLegendSettings = ej2Maps.ToggleLegendSettings;
961
- exports.LegendSettings = ej2Maps.LegendSettings;
962
- exports.DataLabelSettings = ej2Maps.DataLabelSettings;
963
- exports.ShapeSettings = ej2Maps.ShapeSettings;
964
- exports.MarkerBase = ej2Maps.MarkerBase;
965
- exports.MarkerSettings = ej2Maps.MarkerSettings;
966
- exports.LayerSettings = ej2Maps.LayerSettings;
967
- exports.Tile = ej2Maps.Tile;
968
- exports.MapsAreaSettings = ej2Maps.MapsAreaSettings;
969
- exports.Size = ej2Maps.Size;
970
- exports.stringToNumber = ej2Maps.stringToNumber;
971
- exports.calculateSize = ej2Maps.calculateSize;
972
- exports.createSvg = ej2Maps.createSvg;
973
- exports.getMousePosition = ej2Maps.getMousePosition;
974
- exports.degreesToRadians = ej2Maps.degreesToRadians;
975
- exports.radiansToDegrees = ej2Maps.radiansToDegrees;
976
- exports.convertGeoToPoint = ej2Maps.convertGeoToPoint;
977
- exports.convertTileLatLongToPoint = ej2Maps.convertTileLatLongToPoint;
978
- exports.xToCoordinate = ej2Maps.xToCoordinate;
979
- exports.yToCoordinate = ej2Maps.yToCoordinate;
980
- exports.aitoff = ej2Maps.aitoff;
981
- exports.roundTo = ej2Maps.roundTo;
982
- exports.sinci = ej2Maps.sinci;
983
- exports.acos = ej2Maps.acos;
984
- exports.calculateBound = ej2Maps.calculateBound;
985
- exports.triggerDownload = ej2Maps.triggerDownload;
986
- exports.Point = ej2Maps.Point;
987
- exports.MinMax = ej2Maps.MinMax;
988
- exports.GeoLocation = ej2Maps.GeoLocation;
989
- exports.measureText = ej2Maps.measureText;
990
- exports.TextOption = ej2Maps.TextOption;
991
- exports.PathOption = ej2Maps.PathOption;
992
- exports.ColorValue = ej2Maps.ColorValue;
993
- exports.RectOption = ej2Maps.RectOption;
994
- exports.CircleOption = ej2Maps.CircleOption;
995
- exports.PolygonOption = ej2Maps.PolygonOption;
996
- exports.PolylineOption = ej2Maps.PolylineOption;
997
- exports.LineOption = ej2Maps.LineOption;
998
- exports.Line = ej2Maps.Line;
999
- exports.MapLocation = ej2Maps.MapLocation;
1000
- exports.Rect = ej2Maps.Rect;
1001
- exports.PatternOptions = ej2Maps.PatternOptions;
1002
- exports.renderTextElement = ej2Maps.renderTextElement;
1003
- exports.convertElement = ej2Maps.convertElement;
1004
- exports.formatValue = ej2Maps.formatValue;
1005
- exports.convertStringToValue = ej2Maps.convertStringToValue;
1006
- exports.convertElementFromLabel = ej2Maps.convertElementFromLabel;
1007
- exports.drawSymbols = ej2Maps.drawSymbols;
1008
- exports.getValueFromObject = ej2Maps.getValueFromObject;
1009
- exports.markerColorChoose = ej2Maps.markerColorChoose;
1010
- exports.markerShapeChoose = ej2Maps.markerShapeChoose;
1011
- exports.clusterTemplate = ej2Maps.clusterTemplate;
1012
- exports.mergeSeparateCluster = ej2Maps.mergeSeparateCluster;
1013
- exports.clusterSeparate = ej2Maps.clusterSeparate;
1014
- exports.marker = ej2Maps.marker;
1015
- exports.markerTemplate = ej2Maps.markerTemplate;
1016
- exports.maintainSelection = ej2Maps.maintainSelection;
1017
- exports.maintainStyleClass = ej2Maps.maintainStyleClass;
1018
- exports.appendShape = ej2Maps.appendShape;
1019
- exports.drawCircle = ej2Maps.drawCircle;
1020
- exports.drawRectangle = ej2Maps.drawRectangle;
1021
- exports.drawPath = ej2Maps.drawPath;
1022
- exports.drawPolygon = ej2Maps.drawPolygon;
1023
- exports.drawPolyline = ej2Maps.drawPolyline;
1024
- exports.drawLine = ej2Maps.drawLine;
1025
- exports.calculateShapes = ej2Maps.calculateShapes;
1026
- exports.drawDiamond = ej2Maps.drawDiamond;
1027
- exports.drawTriangle = ej2Maps.drawTriangle;
1028
- exports.drawCross = ej2Maps.drawCross;
1029
- exports.drawHorizontalLine = ej2Maps.drawHorizontalLine;
1030
- exports.drawVerticalLine = ej2Maps.drawVerticalLine;
1031
- exports.drawStar = ej2Maps.drawStar;
1032
- exports.drawBalloon = ej2Maps.drawBalloon;
1033
- exports.drawPattern = ej2Maps.drawPattern;
1034
- exports.getFieldData = ej2Maps.getFieldData;
1035
- exports.checkShapeDataFields = ej2Maps.checkShapeDataFields;
1036
- exports.checkPropertyPath = ej2Maps.checkPropertyPath;
1037
- exports.filter = ej2Maps.filter;
1038
- exports.getRatioOfBubble = ej2Maps.getRatioOfBubble;
1039
- exports.findMidPointOfPolygon = ej2Maps.findMidPointOfPolygon;
1040
- exports.isCustomPath = ej2Maps.isCustomPath;
1041
- exports.textTrim = ej2Maps.textTrim;
1042
- exports.findPosition = ej2Maps.findPosition;
1043
- exports.removeElement = ej2Maps.removeElement;
1044
- exports.calculateCenterFromPixel = ej2Maps.calculateCenterFromPixel;
1045
- exports.getTranslate = ej2Maps.getTranslate;
1046
- exports.getZoomTranslate = ej2Maps.getZoomTranslate;
1047
- exports.fixInitialScaleForTile = ej2Maps.fixInitialScaleForTile;
1048
- exports.getElementByID = ej2Maps.getElementByID;
1049
- exports.getClientElement = ej2Maps.getClientElement;
1050
- exports.Internalize = ej2Maps.Internalize;
1051
- exports.getTemplateFunction = ej2Maps.getTemplateFunction;
1052
- exports.getElement = ej2Maps.getElement;
1053
- exports.getShapeData = ej2Maps.getShapeData;
1054
- exports.triggerShapeEvent = ej2Maps.triggerShapeEvent;
1055
- exports.getElementsByClassName = ej2Maps.getElementsByClassName;
1056
- exports.querySelector = ej2Maps.querySelector;
1057
- exports.getTargetElement = ej2Maps.getTargetElement;
1058
- exports.createStyle = ej2Maps.createStyle;
1059
- exports.customizeStyle = ej2Maps.customizeStyle;
1060
- exports.triggerItemSelectionEvent = ej2Maps.triggerItemSelectionEvent;
1061
- exports.removeClass = ej2Maps.removeClass;
1062
- exports.elementAnimate = ej2Maps.elementAnimate;
1063
- exports.timeout = ej2Maps.timeout;
1064
- exports.showTooltip = ej2Maps.showTooltip;
1065
- exports.wordWrap = ej2Maps.wordWrap;
1066
- exports.createTooltip = ej2Maps.createTooltip;
1067
- exports.drawSymbol = ej2Maps.drawSymbol;
1068
- exports.renderLegendShape = ej2Maps.renderLegendShape;
1069
- exports.getElementOffset = ej2Maps.getElementOffset;
1070
- exports.changeBorderWidth = ej2Maps.changeBorderWidth;
1071
- exports.changeNavaigationLineWidth = ej2Maps.changeNavaigationLineWidth;
1072
- exports.targetTouches = ej2Maps.targetTouches;
1073
- exports.calculateScale = ej2Maps.calculateScale;
1074
- exports.getDistance = ej2Maps.getDistance;
1075
- exports.getTouches = ej2Maps.getTouches;
1076
- exports.getTouchCenter = ej2Maps.getTouchCenter;
1077
- exports.sum = ej2Maps.sum;
1078
- exports.zoomAnimate = ej2Maps.zoomAnimate;
1079
- exports.animate = ej2Maps.animate;
1080
- exports.MapAjax = ej2Maps.MapAjax;
1081
- exports.smoothTranslate = ej2Maps.smoothTranslate;
1082
- exports.compareZoomFactor = ej2Maps.compareZoomFactor;
1083
- exports.calculateZoomLevel = ej2Maps.calculateZoomLevel;
1084
- exports.processResult = ej2Maps.processResult;
1085
- exports.LayerPanel = ej2Maps.LayerPanel;
1086
- exports.Bubble = ej2Maps.Bubble;
1087
- exports.BingMap = ej2Maps.BingMap;
1088
- exports.Marker = ej2Maps.Marker;
1089
- exports.ColorMapping = ej2Maps.ColorMapping;
1090
- exports.DataLabel = ej2Maps.DataLabel;
1091
- exports.NavigationLine = ej2Maps.NavigationLine;
1092
- exports.Legend = ej2Maps.Legend;
1093
- exports.Highlight = ej2Maps.Highlight;
1094
- exports.Selection = ej2Maps.Selection;
1095
- exports.MapsTooltip = ej2Maps.MapsTooltip;
1096
- exports.Zoom = ej2Maps.Zoom;
1097
- exports.Annotations = ej2Maps.Annotations;
1098
- exports.Print = ej2Maps.Print;
1099
- exports.ImageExport = ej2Maps.ImageExport;
1100
- exports.PdfExport = ej2Maps.PdfExport;
1101
-
1102
- Object.defineProperty(exports, '__esModule', { value: true });
1103
-
1104
- })));
1105
- //# sourceMappingURL=ej2-angular-maps.umd.js.map