@syncfusion/ej2-angular-maps 20.2.45 → 20.3.47

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 (97) hide show
  1. package/package.json +8 -8
  2. package/schematics/collection.json +55 -0
  3. package/schematics/generators/maps-annotation/images/__path__/__name@dasherize__/compass.svg +197 -0
  4. package/schematics/generators/maps-annotation/index.d.ts +3 -0
  5. package/schematics/generators/maps-annotation/index.js +8 -0
  6. package/schematics/generators/maps-annotation/sample-details.d.ts +5 -0
  7. package/schematics/generators/maps-annotation/sample-details.js +7 -0
  8. package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +21 -0
  9. package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +15 -0
  10. package/schematics/generators/maps-annotation/schema.d.ts +3 -0
  11. package/schematics/generators/maps-annotation/schema.js +2 -0
  12. package/schematics/generators/maps-annotation/schema.json +125 -0
  13. package/schematics/generators/maps-bubble/index.d.ts +3 -0
  14. package/schematics/generators/maps-bubble/index.js +8 -0
  15. package/schematics/generators/maps-bubble/sample-details.d.ts +5 -0
  16. package/schematics/generators/maps-bubble/sample-details.js +7 -0
  17. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  18. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
  19. package/schematics/generators/maps-bubble/schema.d.ts +3 -0
  20. package/schematics/generators/maps-bubble/schema.js +2 -0
  21. package/schematics/generators/maps-bubble/schema.json +125 -0
  22. package/schematics/generators/maps-color-mapping/images/__path__/__name@dasherize__/ballon.png +0 -0
  23. package/schematics/generators/maps-color-mapping/index.d.ts +3 -0
  24. package/schematics/generators/maps-color-mapping/index.js +8 -0
  25. package/schematics/generators/maps-color-mapping/sample-details.d.ts +5 -0
  26. package/schematics/generators/maps-color-mapping/sample-details.js +7 -0
  27. package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  28. package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  29. package/schematics/generators/maps-color-mapping/schema.d.ts +3 -0
  30. package/schematics/generators/maps-color-mapping/schema.js +2 -0
  31. package/schematics/generators/maps-color-mapping/schema.json +125 -0
  32. package/schematics/generators/maps-default/images/__path__/__name@dasherize__/ballon.png +0 -0
  33. package/schematics/generators/maps-default/index.d.ts +3 -0
  34. package/schematics/generators/maps-default/index.js +8 -0
  35. package/schematics/generators/maps-default/sample-details.d.ts +5 -0
  36. package/schematics/generators/maps-default/sample-details.js +7 -0
  37. package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  38. package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
  39. package/schematics/generators/maps-default/schema.d.ts +3 -0
  40. package/schematics/generators/maps-default/schema.js +2 -0
  41. package/schematics/generators/maps-default/schema.json +125 -0
  42. package/schematics/generators/maps-label/index.d.ts +3 -0
  43. package/schematics/generators/maps-label/index.js +8 -0
  44. package/schematics/generators/maps-label/sample-details.d.ts +5 -0
  45. package/schematics/generators/maps-label/sample-details.js +7 -0
  46. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  47. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  48. package/schematics/generators/maps-label/schema.d.ts +3 -0
  49. package/schematics/generators/maps-label/schema.js +2 -0
  50. package/schematics/generators/maps-label/schema.json +125 -0
  51. package/schematics/generators/maps-legend/images/__path__/__name@dasherize__/ballon.png +0 -0
  52. package/schematics/generators/maps-legend/index.d.ts +3 -0
  53. package/schematics/generators/maps-legend/index.js +8 -0
  54. package/schematics/generators/maps-legend/sample-details.d.ts +5 -0
  55. package/schematics/generators/maps-legend/sample-details.js +7 -0
  56. package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  57. package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  58. package/schematics/generators/maps-legend/schema.d.ts +3 -0
  59. package/schematics/generators/maps-legend/schema.js +2 -0
  60. package/schematics/generators/maps-legend/schema.json +125 -0
  61. package/schematics/generators/maps-marker/images/__path__/__name@dasherize__/ballon.png +0 -0
  62. package/schematics/generators/maps-marker/index.d.ts +3 -0
  63. package/schematics/generators/maps-marker/index.js +8 -0
  64. package/schematics/generators/maps-marker/sample-details.d.ts +5 -0
  65. package/schematics/generators/maps-marker/sample-details.js +7 -0
  66. package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  67. package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
  68. package/schematics/generators/maps-marker/schema.d.ts +3 -0
  69. package/schematics/generators/maps-marker/schema.js +2 -0
  70. package/schematics/generators/maps-marker/schema.json +125 -0
  71. package/schematics/generators/maps-navigation-line/index.d.ts +3 -0
  72. package/schematics/generators/maps-navigation-line/index.js +8 -0
  73. package/schematics/generators/maps-navigation-line/sample-details.d.ts +5 -0
  74. package/schematics/generators/maps-navigation-line/sample-details.js +7 -0
  75. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +19 -0
  76. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
  77. package/schematics/generators/maps-navigation-line/schema.d.ts +3 -0
  78. package/schematics/generators/maps-navigation-line/schema.js +2 -0
  79. package/schematics/generators/maps-navigation-line/schema.json +125 -0
  80. package/schematics/generators/maps-osm/index.d.ts +3 -0
  81. package/schematics/generators/maps-osm/index.js +8 -0
  82. package/schematics/generators/maps-osm/sample-details.d.ts +5 -0
  83. package/schematics/generators/maps-osm/sample-details.js +7 -0
  84. package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  85. package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
  86. package/schematics/generators/maps-osm/schema.d.ts +3 -0
  87. package/schematics/generators/maps-osm/schema.js +2 -0
  88. package/schematics/generators/maps-osm/schema.json +125 -0
  89. package/schematics/ng-add/index.d.ts +3 -0
  90. package/schematics/ng-add/index.js +9 -0
  91. package/schematics/ng-add/schema.d.ts +13 -0
  92. package/schematics/ng-add/schema.js +2 -0
  93. package/schematics/ng-add/schema.json +34 -0
  94. package/schematics/tsconfig.json +25 -0
  95. package/schematics/utils/lib-details.d.ts +4 -0
  96. package/schematics/utils/lib-details.js +6 -0
  97. package/schematics/utils/lib-details.ts +2 -2
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-maps@*",
3
- "_id": "@syncfusion/ej2-angular-maps@20.2.43",
3
+ "_id": "@syncfusion/ej2-angular-maps@16.39.2",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-O/TW/772CWz2tlknEhQqj80OTQ3csqWwgV6WxLJLtW279QZ4Kno3HvQUN8cFLk/1dvaxhqFqV7vxIN4qaJXj6Q==",
5
+ "_integrity": "sha512-h0SFpi8ioOHT4MUm0dVIF9s/uLPsgb4bocE4t9+Z+yy0YFYdI9L33E/s/MxUN61MSwg/zHxHygyQ2KhQCGaLrg==",
6
6
  "_location": "/@syncfusion/ej2-angular-maps",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-maps/-/ej2-angular-maps-20.2.43.tgz",
23
- "_shasum": "079f2711212b935e865775b7408959cc3c060aa8",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-angular-release/@syncfusion/ej2-angular-maps/-/ej2-angular-maps-16.39.2.tgz",
23
+ "_shasum": "5e659e6feeb171fb915aabd2b3afcd83acea5519",
24
24
  "_spec": "@syncfusion/ej2-angular-maps@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/ivypackages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~20.2.45",
35
- "@syncfusion/ej2-base": "~20.2.45",
36
- "@syncfusion/ej2-maps": "20.2.45",
34
+ "@syncfusion/ej2-angular-base": "~20.3.47",
35
+ "@syncfusion/ej2-base": "~20.3.47",
36
+ "@syncfusion/ej2-maps": "20.3.47",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -92,5 +92,5 @@
92
92
  "schematics": "./schematics/collection.json",
93
93
  "sideEffects": false,
94
94
  "typings": "syncfusion-ej2-angular-maps.d.ts",
95
- "version": "20.2.45"
95
+ "version": "20.3.47"
96
96
  }
@@ -0,0 +1,55 @@
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
+ }
@@ -0,0 +1,197 @@
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>
@@ -0,0 +1,3 @@
1
+ import { Rule } from '@angular-devkit/schematics';
2
+ import { Schema } from './schema';
3
+ export default function (options: Schema): Rule;
@@ -0,0 +1,8 @@
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;
@@ -0,0 +1,5 @@
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;
@@ -0,0 +1,7 @@
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';
@@ -0,0 +1,21 @@
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
+ }
@@ -0,0 +1,15 @@
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>
@@ -0,0 +1,3 @@
1
+ import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
+ export interface Schema extends ComponentSchema {
3
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,125 @@
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
+ }
@@ -0,0 +1,3 @@
1
+ import { Rule } from '@angular-devkit/schematics';
2
+ import { Schema } from './schema';
3
+ export default function (options: Schema): Rule;
@@ -0,0 +1,8 @@
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;
@@ -0,0 +1,5 @@
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;
@@ -0,0 +1,7 @@
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';
@@ -0,0 +1,10 @@
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
+
@@ -0,0 +1,3 @@
1
+ import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
+ export interface Schema extends ComponentSchema {
3
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });