@syncfusion/ej2-angular-maps 21.2.10 → 22.1.34

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 (119) hide show
  1. package/README.md +45 -107
  2. package/esm2020/src/maps/annotations.directive.mjs +2 -2
  3. package/esm2020/src/maps/bubblesettings.directive.mjs +2 -2
  4. package/esm2020/src/maps/colormapping.directive.mjs +2 -2
  5. package/esm2020/src/maps/initialshapeselection.directive.mjs +2 -2
  6. package/esm2020/src/maps/layers.directive.mjs +2 -2
  7. package/esm2020/src/maps/maps.component.mjs +4 -5
  8. package/esm2020/src/maps/markersettings.directive.mjs +4 -4
  9. package/esm2020/src/maps/navigationlinesettings.directive.mjs +2 -2
  10. package/fesm2015/syncfusion-ej2-angular-maps.mjs +12 -13
  11. package/fesm2015/syncfusion-ej2-angular-maps.mjs.map +1 -1
  12. package/fesm2020/syncfusion-ej2-angular-maps.mjs +12 -13
  13. package/fesm2020/syncfusion-ej2-angular-maps.mjs.map +1 -1
  14. package/license +10 -0
  15. package/package.json +29 -8
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/maps/annotations.directive.d.ts +7 -10
  18. package/src/maps/bubblesettings.directive.d.ts +20 -20
  19. package/src/maps/colormapping.directive.d.ts +9 -9
  20. package/src/maps/initialshapeselection.directive.d.ts +3 -3
  21. package/src/maps/layers.directive.d.ts +29 -38
  22. package/src/maps/maps.component.d.ts +2 -6
  23. package/src/maps/markersettings.directive.d.ts +27 -33
  24. package/src/maps/navigationlinesettings.directive.d.ts +10 -11
  25. package/schematics/collection.json +0 -55
  26. package/schematics/generators/maps-annotation/images/__path__/__name@dasherize__/compass.svg +0 -197
  27. package/schematics/generators/maps-annotation/index.d.ts +0 -3
  28. package/schematics/generators/maps-annotation/index.js +0 -8
  29. package/schematics/generators/maps-annotation/sample-details.d.ts +0 -5
  30. package/schematics/generators/maps-annotation/sample-details.js +0 -7
  31. package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -21
  32. package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -15
  33. package/schematics/generators/maps-annotation/schema.d.ts +0 -3
  34. package/schematics/generators/maps-annotation/schema.js +0 -2
  35. package/schematics/generators/maps-annotation/schema.json +0 -125
  36. package/schematics/generators/maps-bubble/index.d.ts +0 -3
  37. package/schematics/generators/maps-bubble/index.js +0 -8
  38. package/schematics/generators/maps-bubble/sample-details.d.ts +0 -5
  39. package/schematics/generators/maps-bubble/sample-details.js +0 -7
  40. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  41. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -10
  42. package/schematics/generators/maps-bubble/schema.d.ts +0 -3
  43. package/schematics/generators/maps-bubble/schema.js +0 -2
  44. package/schematics/generators/maps-bubble/schema.json +0 -125
  45. package/schematics/generators/maps-color-mapping/images/__path__/__name@dasherize__/ballon.png +0 -0
  46. package/schematics/generators/maps-color-mapping/index.d.ts +0 -3
  47. package/schematics/generators/maps-color-mapping/index.js +0 -8
  48. package/schematics/generators/maps-color-mapping/sample-details.d.ts +0 -5
  49. package/schematics/generators/maps-color-mapping/sample-details.js +0 -7
  50. package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  51. package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  52. package/schematics/generators/maps-color-mapping/schema.d.ts +0 -3
  53. package/schematics/generators/maps-color-mapping/schema.js +0 -2
  54. package/schematics/generators/maps-color-mapping/schema.json +0 -125
  55. package/schematics/generators/maps-default/images/__path__/__name@dasherize__/ballon.png +0 -0
  56. package/schematics/generators/maps-default/index.d.ts +0 -3
  57. package/schematics/generators/maps-default/index.js +0 -8
  58. package/schematics/generators/maps-default/sample-details.d.ts +0 -5
  59. package/schematics/generators/maps-default/sample-details.js +0 -7
  60. package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  61. package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -10
  62. package/schematics/generators/maps-default/schema.d.ts +0 -3
  63. package/schematics/generators/maps-default/schema.js +0 -2
  64. package/schematics/generators/maps-default/schema.json +0 -125
  65. package/schematics/generators/maps-label/index.d.ts +0 -3
  66. package/schematics/generators/maps-label/index.js +0 -8
  67. package/schematics/generators/maps-label/sample-details.d.ts +0 -5
  68. package/schematics/generators/maps-label/sample-details.js +0 -7
  69. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  70. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  71. package/schematics/generators/maps-label/schema.d.ts +0 -3
  72. package/schematics/generators/maps-label/schema.js +0 -2
  73. package/schematics/generators/maps-label/schema.json +0 -125
  74. package/schematics/generators/maps-legend/images/__path__/__name@dasherize__/ballon.png +0 -0
  75. package/schematics/generators/maps-legend/index.d.ts +0 -3
  76. package/schematics/generators/maps-legend/index.js +0 -8
  77. package/schematics/generators/maps-legend/sample-details.d.ts +0 -5
  78. package/schematics/generators/maps-legend/sample-details.js +0 -7
  79. package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  80. package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  81. package/schematics/generators/maps-legend/schema.d.ts +0 -3
  82. package/schematics/generators/maps-legend/schema.js +0 -2
  83. package/schematics/generators/maps-legend/schema.json +0 -125
  84. package/schematics/generators/maps-marker/images/__path__/__name@dasherize__/ballon.png +0 -0
  85. package/schematics/generators/maps-marker/index.d.ts +0 -3
  86. package/schematics/generators/maps-marker/index.js +0 -8
  87. package/schematics/generators/maps-marker/sample-details.d.ts +0 -5
  88. package/schematics/generators/maps-marker/sample-details.js +0 -7
  89. package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  90. package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -10
  91. package/schematics/generators/maps-marker/schema.d.ts +0 -3
  92. package/schematics/generators/maps-marker/schema.js +0 -2
  93. package/schematics/generators/maps-marker/schema.json +0 -125
  94. package/schematics/generators/maps-navigation-line/index.d.ts +0 -3
  95. package/schematics/generators/maps-navigation-line/index.js +0 -8
  96. package/schematics/generators/maps-navigation-line/sample-details.d.ts +0 -5
  97. package/schematics/generators/maps-navigation-line/sample-details.js +0 -7
  98. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -19
  99. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -6
  100. package/schematics/generators/maps-navigation-line/schema.d.ts +0 -3
  101. package/schematics/generators/maps-navigation-line/schema.js +0 -2
  102. package/schematics/generators/maps-navigation-line/schema.json +0 -125
  103. package/schematics/generators/maps-osm/index.d.ts +0 -3
  104. package/schematics/generators/maps-osm/index.js +0 -8
  105. package/schematics/generators/maps-osm/sample-details.d.ts +0 -5
  106. package/schematics/generators/maps-osm/sample-details.js +0 -7
  107. package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  108. package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -10
  109. package/schematics/generators/maps-osm/schema.d.ts +0 -3
  110. package/schematics/generators/maps-osm/schema.js +0 -2
  111. package/schematics/generators/maps-osm/schema.json +0 -125
  112. package/schematics/ng-add/index.d.ts +0 -3
  113. package/schematics/ng-add/index.js +0 -9
  114. package/schematics/ng-add/schema.d.ts +0 -13
  115. package/schematics/ng-add/schema.js +0 -2
  116. package/schematics/ng-add/schema.json +0 -34
  117. package/schematics/tsconfig.json +0 -25
  118. package/schematics/utils/lib-details.d.ts +0 -4
  119. package/schematics/utils/lib-details.js +0 -6
@@ -2,7 +2,7 @@ import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
5
- * Represents the directive to define the navigation lines in the maps.
5
+ * Layer Directive
6
6
  * ```html
7
7
  * <e-layers>
8
8
  * <e-layer>
@@ -18,40 +18,39 @@ export declare class NavigationLineDirective extends ComplexBase<NavigationLineD
18
18
  private viewContainerRef;
19
19
  directivePropList: any;
20
20
  /**
21
- * Gets or sets the angle of the curve connecting different locations in maps.
21
+ * Sets and gets the angle of curve connecting different locations in maps.
22
22
  * @default 0
23
23
  */
24
24
  angle: any;
25
25
  /**
26
- * Gets or sets the options to customize the arrow for the navigation line in maps.
26
+ * Sets and gets the options to customize the arrow for the navigation line in maps.
27
27
  */
28
28
  arrowSettings: any;
29
29
  /**
30
- * Gets or sets the color for the navigation lines in maps.
31
- * @default 'black'
30
+ * Sets and gets the color for the navigation lines in maps.
32
31
  */
33
32
  color: any;
34
33
  /**
35
- * Gets or sets the dash-array for the navigation lines drawn in maps.
34
+ * Sets and gets the dash-array for the navigation lines drawn in maps.
36
35
  * @default ''
37
36
  */
38
37
  dashArray: any;
39
38
  /**
40
- * Gets or sets the highlight settings of the navigation line in maps.
39
+ * Sets and gets the highlight settings of the navigation line in maps.
41
40
  */
42
41
  highlightSettings: any;
43
42
  /**
44
- * Gets or sets the latitude value for the navigation lines to be drawn in maps.
43
+ * Sets and gets the latitude value for the navigation lines drawn in maps.
45
44
  * @default []
46
45
  */
47
46
  latitude: any;
48
47
  /**
49
- * Gets or sets the longitude for the navigation lines to be drawn in maps.
48
+ * Sets and gets the longitude for the navigation lines drawn in maps.
50
49
  * @default []
51
50
  */
52
51
  longitude: any;
53
52
  /**
54
- * Gets or sets the selection settings of the navigation line in maps.
53
+ * Sets and gets the selection settings of the navigation line in maps.
55
54
  */
56
55
  selectionSettings: any;
57
56
  /**
@@ -60,7 +59,7 @@ export declare class NavigationLineDirective extends ComplexBase<NavigationLineD
60
59
  */
61
60
  visible: any;
62
61
  /**
63
- * Gets or sets the width of the navigation lines in maps.
62
+ * Sets and gets the width of the navigation lines in maps.
64
63
  * @default 1
65
64
  */
66
65
  width: any;
@@ -1,55 +0,0 @@
1
- {
2
- "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
3
- "schematics": {
4
- "ng-add": {
5
- "description": "Adds Essential JS 2 specific Angular package to an application",
6
- "factory": "./ng-add",
7
- "schema": "./ng-add/schema.json"
8
- },
9
- "maps-annotation": {
10
- "description": "Create an Angular Maps component with annotation view",
11
- "factory": "./generators/maps-annotation",
12
- "schema": "./generators/maps-annotation/schema.json"
13
- },
14
- "maps-bubble": {
15
- "description": "Create an Angular Maps component with bubble views",
16
- "factory": "./generators/maps-bubble",
17
- "schema": "./generators/maps-bubble/schema.json"
18
- },
19
- "maps-color-mapping": {
20
- "description": "Create an Angular Maps component with color-mapping views",
21
- "factory": "./generators/maps-color-mapping",
22
- "schema": "./generators/maps-color-mapping/schema.json"
23
- },
24
- "maps-default": {
25
- "description": "Create an Angular Maps component with default",
26
- "factory": "./generators/maps-default",
27
- "schema": "./generators/maps-default/schema.json"
28
- },
29
- "maps-label": {
30
- "description": "Create an Angular Maps component with label views",
31
- "factory": "./generators/maps-label",
32
- "schema": "./generators/maps-label/schema.json"
33
- },
34
- "maps-legend": {
35
- "description": "Create an Angular Maps component with legend views",
36
- "factory": "./generators/maps-legend",
37
- "schema": "./generators/maps-legend/schema.json"
38
- },
39
- "maps-marker": {
40
- "description": "Create an Angular Maps component with marker views",
41
- "factory": "./generators/maps-marker",
42
- "schema": "./generators/maps-marker/schema.json"
43
- },
44
- "maps-navigation-line": {
45
- "description": "Create an Angular Maps component with navigation-line view",
46
- "factory": "./generators/maps-navigation-line",
47
- "schema": "./generators/maps-navigation-line/schema.json"
48
- },
49
- "maps-osm": {
50
- "description": "Create an Angular Maps component with osm view",
51
- "factory": "./generators/maps-osm",
52
- "schema": "./generators/maps-osm/schema.json"
53
- }
54
- }
55
- }
@@ -1,197 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 75 75" style="enable-background:new 0 0 75 75;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{fill:#FFFFFF;}
7
- .st1{fill:#FFC003;}
8
- .st2{fill:#606060;}
9
- .st3{fill:none;stroke:#EEEEEE;stroke-miterlimit:10;}
10
- .st4{display:none;}
11
- .st5{display:inline;fill:none;stroke:#EEEEEE;stroke-miterlimit:10;}
12
- .st6{fill:none;}
13
- .st7{display:none;fill:none;stroke:#EEEEEE;stroke-miterlimit:10;}
14
- .st8{fill:none;stroke:#51A5DE;stroke-width:2;stroke-miterlimit:10;}
15
- .st9{fill:none;stroke:#76DDFB;stroke-width:2;stroke-miterlimit:10;}
16
- .st10{fill:#0087E7;}
17
- .st11{opacity:0.2;fill:#00BDAE;}
18
- .st12{fill:none;stroke:#404041;stroke-width:2;stroke-miterlimit:10;}
19
- .st13{fill:none;stroke:#00BDAE;stroke-width:2;stroke-miterlimit:10;}
20
- .st14{opacity:0.2;fill:#357BD2;}
21
- .st15{fill:none;stroke:#357BD2;stroke-width:2;stroke-miterlimit:10;}
22
- .st16{opacity:0.2;fill:#404041;}
23
- .st17{opacity:0.2;fill:#70AD47;}
24
- .st18{fill:none;stroke:#70AD47;stroke-width:2;stroke-miterlimit:10;}
25
- .st19{opacity:0.2;fill:#F8B883;}
26
- .st20{fill:none;stroke:#F8B883;stroke-width:2;stroke-miterlimit:10;}
27
- .st21{opacity:0.2;fill:#E56591;}
28
- .st22{fill:none;stroke:#E56591;stroke-width:2;stroke-miterlimit:10;}
29
- .st23{opacity:0.2;fill:#DD8ABC;}
30
- .st24{fill:none;stroke:#DD8ABC;stroke-width:2;stroke-miterlimit:10;}
31
- .st25{opacity:0.2;fill:#EA7A57;}
32
- .st26{fill:none;stroke:#EA7A57;stroke-width:2;stroke-miterlimit:10;}
33
- .st27{opacity:0.2;fill:#7BB4EB;}
34
- .st28{fill:none;stroke:#7BB4EB;stroke-width:2;stroke-miterlimit:10;}
35
- .st29{opacity:0.2;fill:#7F84E8;}
36
- .st30{fill:none;stroke:#7F84E8;stroke-width:2;stroke-miterlimit:10;}
37
- .st31{fill:#FFFFFF;stroke:#404041;stroke-width:2;stroke-miterlimit:10;}
38
- .st32{fill:#00BDAE;}
39
- .st33{fill:#404041;}
40
- .st34{fill:#76DDFB;}
41
- .st35{fill:#51A5DE;}
42
- .st36{opacity:0.9;fill-rule:evenodd;clip-rule:evenodd;fill:#485465;}
43
- .st37{fill-rule:evenodd;clip-rule:evenodd;fill:none;}
44
- .st38{fill:#2498D2;}
45
- .st39{fill:#B7E021;}
46
- .st40{opacity:0.9;fill-rule:evenodd;clip-rule:evenodd;fill:#51A5DE;}
47
- .st41{opacity:0.3;fill:#B7E021;}
48
- .st42{fill:none;stroke:#B7E021;stroke-miterlimit:10;}
49
- .st43{opacity:0.3;fill:#00BDAE;}
50
- .st44{fill:none;stroke:#00BDAE;stroke-miterlimit:10;}
51
- .st45{fill:none;stroke:#757575;stroke-miterlimit:10;}
52
- .st46{fill:none;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;}
53
- .st47{opacity:0.9;fill:none;stroke:#9198A3;stroke-width:0.5;stroke-miterlimit:10;}
54
- .st48{fill:#666666;}
55
- .st49{display:inline;}
56
- .st50{fill:#D6D6D6;}
57
- .st51{fill:#ECECEC;}
58
- .st52{fill:#E0E0E0;}
59
- .st53{fill:#FFFFFF;stroke:#00BDAE;stroke-width:2;stroke-miterlimit:10;}
60
- .st54{fill:#686868;}
61
- .st55{fill:#C7C7C7;}
62
- .st56{fill:#B5B5B5;}
63
- .st57{fill:#EEEEEE;}
64
- .st58{fill:#7F84E8;}
65
- .st59{fill:#DC8ABC;}
66
- .st60{fill:#E5658F;}
67
- .st61{fill:#70AD47;}
68
- .st62{fill:#357BD2;}
69
- .st63{fill:#F8B883;}
70
- .st64{fill:none;stroke:#70AD47;stroke-miterlimit:10;}
71
- .st65{fill:none;stroke:#DC8ABC;stroke-miterlimit:10;}
72
- .st66{fill:none;stroke:#7F84E8;stroke-miterlimit:10;}
73
- .st67{fill:none;stroke:#357BD2;stroke-miterlimit:10;}
74
- .st68{fill:none;stroke:#E5658F;stroke-miterlimit:10;}
75
- .st69{fill:#565656;}
76
- .st70{fill:#333333;}
77
- .st71{opacity:0.75;}
78
- .st72{fill:#000816;}
79
- .st73{fill:none;stroke:#CCCCCC;stroke-width:0.5;stroke-miterlimit:10;}
80
- .st74{fill:#CCCCCC;}
81
- .st75{opacity:0.8;fill:none;stroke:#FFFFFF;stroke-width:0.5;stroke-miterlimit:10;}
82
- .st76{fill:#404041;stroke:#CCCCCC;stroke-width:0.75;stroke-miterlimit:10;}
83
- .st77{fill:#00BDAE;stroke:#CCCCCC;stroke-width:0.75;stroke-miterlimit:10;}
84
- .st78{fill:#357BD2;stroke:#CCCCCC;stroke-width:0.75;stroke-miterlimit:10;}
85
- .st79{fill:#E5658F;stroke:#CCCCCC;stroke-width:0.75;stroke-miterlimit:10;}
86
- .st80{opacity:0.85;fill:#FFFFFF;stroke:#666666;stroke-miterlimit:10;}
87
- .st81{opacity:0.8;fill:none;stroke:#666666;stroke-miterlimit:10;}
88
- .st82{opacity:0.85;fill:#000816;}
89
- .st83{fill:#999999;}
90
- .st84{opacity:0.8;fill:none;stroke:#FFFFFF;stroke-miterlimit:10;}
91
- .st85{fill:#1C860B;}
92
- .st86{fill:#FFA65C;}
93
- .st87{fill:#E70006;}
94
- .st88{opacity:0.5;fill-rule:evenodd;clip-rule:evenodd;fill:#4CFF2E;}
95
- .st89{fill-rule:evenodd;clip-rule:evenodd;fill:#FFDBBE;}
96
- .st90{fill:none;stroke:#E70006;stroke-miterlimit:10;}
97
- .st91{fill:#BDBDBD;}
98
- .st92{fill:#FFFFFF;stroke:#00BDAE;stroke-width:0.5;stroke-miterlimit:10;}
99
- .st93{opacity:0.8;fill:none;stroke:#000000;stroke-miterlimit:10;}
100
- .st94{fill:#DBDBDB;}
101
- .st95{fill:#2ECD71;}
102
- .st96{fill:#606EFF;}
103
- .st97{fill:#E74C3D;}
104
- .st98{opacity:0.8;fill:#000816;}
105
- .st99{fill:#73ABC2;}
106
- .st100{opacity:0.85;}
107
- .st101{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;}
108
- .st102{fill:none;stroke:#D9D9D9;stroke-miterlimit:10;}
109
- .st103{fill:#FDD635;stroke:#FFFFFF;stroke-width:0.5;stroke-miterlimit:10;}
110
- .st104{fill:#FDD635;}
111
- .st105{fill:#FFC80A;stroke:#FFFFFF;stroke-width:0.5;stroke-miterlimit:10;}
112
- .st106{fill:#FDD633;}
113
- .st107{fill:#9FDEF7;}
114
- .st108{fill:#E4F2F9;}
115
- .st109{fill:#83D4ED;}
116
- .st110{fill:#D7EDF9;}
117
- .st111{opacity:0.5;fill:#2EB3FF;}
118
- .st112{fill:#B5C0D6;}
119
- .st113{fill:#DFE6F4;}
120
- .st114{fill:#83D4ED;stroke:#FFFFFF;stroke-miterlimit:10;}
121
- .st115{fill:#D7EDF9;stroke:#FFFFFF;stroke-miterlimit:10;}
122
- .st116{fill:#DFE6F4;stroke:#FFFFFF;stroke-miterlimit:10;}
123
- .st117{fill:#FF4081;}
124
- .st118{fill:#FF512F;}
125
- .st119{fill:#FC902A;}
126
- .st120{fill:#F9D423;}
127
- .st121{fill:#D1EEF2;}
128
- .st122{fill:#FE9F1C;}
129
- .st123{fill:#73CB81;}
130
- .st124{fill:#E2191E;}
131
- .st125{fill:#FF8C3B;}
132
- .st126{fill:#FFEE9F;}
133
- .st127{fill:url(#SVGID_1_);}
134
- .st128{fill:url(#SVGID_2_);}
135
- .st129{fill:url(#SVGID_3_);}
136
- .st130{fill:url(#SVGID_4_);}
137
- .st131{opacity:0.7;fill:url(#SVGID_5_);}
138
- .st132{fill:#BB6D09;}
139
- .st133{fill:#A5BFE4;}
140
- .st134{fill:#FFD309;}
141
- .st135{fill:#BAEAB0;}
142
- .st136{fill:#C68C3F;}
143
- .st137{fill:url(#SVGID_6_);}
144
- .st138{fill:url(#SVGID_7_);}
145
- .st139{fill:url(#SVGID_8_);}
146
- .st140{fill:url(#SVGID_9_);}
147
- .st141{fill:url(#SVGID_10_);}
148
- .st142{fill:url(#SVGID_11_);}
149
- .st143{fill:url(#SVGID_12_);}
150
- .st144{fill:url(#SVGID_13_);}
151
- .st145{fill:url(#SVGID_14_);}
152
- .st146{fill:url(#SVGID_15_);}
153
- .st147{fill:url(#SVGID_16_);}
154
- .st148{fill:url(#SVGID_17_);}
155
- .st149{fill:url(#SVGID_18_);}
156
- .st150{fill:url(#SVGID_19_);}
157
- .st151{fill:url(#SVGID_20_);}
158
- .st152{fill:#666666;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;}
159
- .st153{fill:url(#SVGID_21_);}
160
- .st154{fill:url(#SVGID_22_);}
161
- .st155{fill:url(#SVGID_23_);}
162
- .st156{fill:url(#SVGID_24_);}
163
- .st157{fill:url(#SVGID_25_);}
164
- .st158{fill:url(#SVGID_26_);}
165
- .st159{fill:url(#SVGID_27_);}
166
- .st160{fill:url(#SVGID_28_);}
167
- .st161{fill:url(#SVGID_29_);}
168
- .st162{opacity:0.3;fill:#666666;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;}
169
- .st163{fill:url(#);}
170
- .st164{clip-path:url(#SVGID_31_);fill:url(#);}
171
- .st165{clip-path:url(#SVGID_33_);fill:#231F20;}
172
- .st166{clip-path:url(#SVGID_35_);fill:url(#);}
173
- .st167{opacity:0.4;fill:#00BDAE;}
174
- .st168{fill:none;stroke:#008E83;stroke-miterlimit:10;}
175
- .st169{opacity:0.4;fill:#4472C4;}
176
- .st170{fill:none;stroke:#335693;stroke-miterlimit:10;}
177
- .st171{opacity:0.4;fill:#A16EE5;}
178
- .st172{fill:none;stroke:#7953AC;stroke-miterlimit:10;}
179
- .st173{fill:#C64A75;}
180
- .st174{fill:#4372C4;}
181
- .st175{fill:#A26EE5;}
182
- .st176{fill:none;stroke:#606060;stroke-width:2;stroke-miterlimit:10;}
183
- .st177{font-family:'Roboto-Medium';}
184
- .st178{font-size:12.5832px;}
185
- </style>
186
- <g>
187
- <path class="st2" d="M42.8,10.4c10.6,2.1,19,10.2,21.5,20.7h2.2C64,19.5,54.6,10.4,42.8,8.3V10.4z"/>
188
- <path class="st2" d="M10.8,31.1c2.5-10.4,10.9-18.6,21.5-20.7V8.3C20.5,10.4,11.2,19.5,8.6,31.1H10.8z"/>
189
- <path class="st2" d="M32.3,64.4c-10.6-2.1-19-10.2-21.5-20.7H8.6c2.5,11.6,11.9,20.7,23.6,22.8V64.4z"/>
190
- <path class="st2" d="M64.3,43.8c-2.5,10.4-10.9,18.6-21.5,20.7v2.1C54.6,64.5,64,55.4,66.5,43.8H64.3z"/>
191
- </g>
192
- <text transform="matrix(1 0 0 1 33.7949 12.5674)" class="st2 st177 st178">N</text>
193
- <text transform="matrix(1 0 0 1 4.749 41.1523)" class="st2 st177 st178">W</text>
194
- <text transform="matrix(1 0 0 1 62.1631 41.1523)" class="st2 st177 st178">E</text>
195
- <text transform="matrix(1 0 0 1 34.2832 70.6455)" class="st2 st177 st178">S</text>
196
- <path class="st2" d="M42.3,37.4l-4.2-20.6l-4.2,20.6l4.2,20.6L42.3,37.4z M35.2,38.5l5.9,0l-2.9,14.3L35.2,38.5z"/>
197
- </svg>
@@ -1,3 +0,0 @@
1
- import { Rule } from '@angular-devkit/schematics';
2
- import { Schema } from './schema';
3
- export default function (options: Schema): Rule;
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
4
- const sampleDetails = require("./sample-details");
5
- function default_1(options) {
6
- return schematics_1.componentBuilder(options, sampleDetails);
7
- }
8
- exports.default = default_1;
@@ -1,5 +0,0 @@
1
- export declare const componentName: string;
2
- export declare const sampleName: string;
3
- export declare const diModules: string;
4
- export declare const packageName: string;
5
- export declare const libModules: string;
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.componentName = 'maps';
4
- exports.sampleName = 'annotation';
5
- exports.diModules = null;
6
- exports.packageName = '@syncfusion/ej2-angular-maps';
7
- exports.libModules = 'MapsModule';
@@ -1,21 +0,0 @@
1
- #annotation {
2
- text-align: left;
3
- color: #DDDDDD;
4
- font-size: 12px;
5
- font-family: Roboto;
6
- background: #3E464C;
7
- margin: 20px;
8
- padding: 10px;
9
- -webkit-border-radius: 2px;
10
- -moz-border-radius: 2px;
11
- border-radius: 2px;
12
- width: 300px;
13
- -moz-box-shadow: 0px 2px 5px #666;
14
- -webkit-box-shadow: 0px 2px 5px #666;
15
- box-shadow: 0px 2px 5px #666;
16
- }
17
-
18
- .country-label {
19
- color: white;
20
- font-size: 25px;
21
- }
@@ -1,15 +0,0 @@
1
- <div class="control-section">
2
- <div align='center'>
3
- <ejs-maps id='container' style="display:block;" [zoomSettings]='zoomSettings' [annotations]='annotations' [layers]='layers'
4
- (load)="load($event)">
5
- </ejs-maps>
6
- </div>
7
- </div>
8
- <svg height="150" width="400">
9
- <defs>
10
- <linearGradient id="grad1" x1="0%" y1="0%" x2="0%" y2="100%">
11
- <stop offset="0%" style="stop-color:#C5494B;stop-opacity:1"></stop>
12
- <stop offset="100%" style="stop-color:#4C134F;stop-opacity:1"></stop>
13
- </linearGradient>
14
- </defs>
15
- </svg>
@@ -1,3 +0,0 @@
1
- import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
- export interface Schema extends ComponentSchema {
3
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,125 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/schema",
3
- "$id": "EJ2SchemaTemplateID",
4
- "title": "maps-annotation",
5
- "type": "object",
6
- "properties": {
7
- "path": {
8
- "type": "string",
9
- "format": "path",
10
- "description": "The path to create the component.",
11
- "visible": false
12
- },
13
- "project": {
14
- "type": "string",
15
- "description": "The name of the project.",
16
- "$default": {
17
- "$source": "projectName"
18
- }
19
- },
20
- "name": {
21
- "type": "string",
22
- "description": "The name of the component.",
23
- "$default": {
24
- "$source": "argv",
25
- "index": 0
26
- }
27
- },
28
- "inlineStyle": {
29
- "description": "Specifies if the style will be in the ts file.",
30
- "type": "boolean",
31
- "default": false,
32
- "alias": "s"
33
- },
34
- "inlineTemplate": {
35
- "description": "Specifies if the template will be in the ts file.",
36
- "type": "boolean",
37
- "default": false,
38
- "alias": "t"
39
- },
40
- "viewEncapsulation": {
41
- "description": "Specifies the view encapsulation strategy.",
42
- "enum": [
43
- "Emulated",
44
- "Native",
45
- "None",
46
- "ShadowDom"
47
- ],
48
- "type": "string",
49
- "alias": "v"
50
- },
51
- "changeDetection": {
52
- "description": "Specifies the change detection strategy.",
53
- "enum": [
54
- "Default",
55
- "OnPush"
56
- ],
57
- "type": "string",
58
- "default": "Default",
59
- "alias": "c"
60
- },
61
- "prefix": {
62
- "type": "string",
63
- "description": "The prefix to apply to generated selectors.",
64
- "alias": "p",
65
- "oneOf": [
66
- {
67
- "maxLength": 0
68
- },
69
- {
70
- "minLength": 1,
71
- "format": "html-selector"
72
- }
73
- ]
74
- },
75
- "styleext": {
76
- "description": "The file extension to be used for style files.",
77
- "type": "string",
78
- "default": "css"
79
- },
80
- "spec": {
81
- "type": "boolean",
82
- "description": "Specifies if a spec file is generated.",
83
- "default": true
84
- },
85
- "flat": {
86
- "type": "boolean",
87
- "description": "Flag to indicate if a dir is created.",
88
- "default": false
89
- },
90
- "skipImport": {
91
- "type": "boolean",
92
- "description": "Flag to skip the module import.",
93
- "default": false
94
- },
95
- "selector": {
96
- "type": "string",
97
- "format": "html-selector",
98
- "description": "The selector to use for the component."
99
- },
100
- "module": {
101
- "type": "string",
102
- "description": "Allows specification of the declaring module.",
103
- "alias": "m"
104
- },
105
- "export": {
106
- "type": "boolean",
107
- "default": false,
108
- "description": "Specifies if declaring module exports the component."
109
- },
110
- "entryComponent": {
111
- "type": "boolean",
112
- "default": false,
113
- "description": "Specifies if the component is an entry component of declaring module."
114
- },
115
- "lintFix": {
116
- "type": "boolean",
117
- "default": false,
118
- "description": "Specifies whether to apply lint fixes after generating the component."
119
- }
120
- },
121
- "required": [
122
- "name"
123
- ],
124
- "id": "maps-annotation"
125
- }
@@ -1,3 +0,0 @@
1
- import { Rule } from '@angular-devkit/schematics';
2
- import { Schema } from './schema';
3
- export default function (options: Schema): Rule;
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
4
- const sampleDetails = require("./sample-details");
5
- function default_1(options) {
6
- return schematics_1.componentBuilder(options, sampleDetails);
7
- }
8
- exports.default = default_1;
@@ -1,5 +0,0 @@
1
- export declare const componentName: string;
2
- export declare const sampleName: string;
3
- export declare const diModules: string;
4
- export declare const packageName: string;
5
- export declare const libModules: string;
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.componentName = 'maps';
4
- exports.sampleName = 'bubble';
5
- exports.diModules = null;
6
- exports.packageName = '@syncfusion/ej2-angular-maps';
7
- exports.libModules = 'MapsModule';
@@ -1,10 +0,0 @@
1
- <div class="control-section">
2
- <div align='center'>
3
- <ejs-maps id='container' style="display:block;" format='n' useGroupingSeparator=t rue [zoomSettings]='zoomSettings' [layers]='layers'
4
- [titleSettings]="titleSettings" (bubbleRendering)="bubbleRendering($event)" (load)="load($event)"
5
- format='n' useGroupingSeparator="true">
6
- </ejs-maps>
7
- </div>
8
- </div>
9
-
10
-
@@ -1,3 +0,0 @@
1
- import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
- export interface Schema extends ComponentSchema {
3
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });