@arcgis/map-components 1.0.0-beta.16 → 1.0.0-beta.17

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 (248) hide show
  1. package/dist/arcgis-map-components/app-globals-0f993ce5.js +3 -0
  2. package/dist/{esm → arcgis-map-components}/arcgis-area-measurement-2d.entry.js +2 -2
  3. package/dist/{esm → arcgis-map-components}/arcgis-area-measurement-3d.entry.js +2 -2
  4. package/dist/{esm → arcgis-map-components}/arcgis-attachments.entry.js +2 -2
  5. package/dist/arcgis-map-components/arcgis-basemap-gallery.entry.js +93 -0
  6. package/dist/{esm → arcgis-map-components}/arcgis-basemap-layer-list.entry.js +2 -2
  7. package/dist/{esm → arcgis-map-components}/arcgis-basemap-toggle.entry.js +2 -2
  8. package/dist/{esm → arcgis-map-components}/arcgis-bookmarks.entry.js +2 -2
  9. package/dist/{esm → arcgis-map-components}/arcgis-building-explorer.entry.js +2 -2
  10. package/dist/{esm → arcgis-map-components}/arcgis-compass.entry.js +2 -2
  11. package/dist/{esm → arcgis-map-components}/arcgis-coordinate-conversion.entry.js +2 -2
  12. package/dist/{esm → arcgis-map-components}/arcgis-daylight.entry.js +2 -2
  13. package/dist/{esm → arcgis-map-components}/arcgis-directions.entry.js +2 -2
  14. package/dist/{esm → arcgis-map-components}/arcgis-directline-measurement-3d.entry.js +2 -2
  15. package/dist/{esm → arcgis-map-components}/arcgis-distance-measurement-2d.entry.js +2 -2
  16. package/dist/{esm → arcgis-map-components}/arcgis-editor.entry.js +2 -2
  17. package/dist/{esm → arcgis-map-components}/arcgis-elevation-profile.entry.js +2 -2
  18. package/dist/{components/arcgis-expand2.js → arcgis-map-components/arcgis-expand.entry.js} +11 -30
  19. package/dist/{esm → arcgis-map-components}/arcgis-feature-form.entry.js +2 -2
  20. package/dist/{esm → arcgis-map-components}/arcgis-feature-table.entry.js +2 -2
  21. package/dist/{esm → arcgis-map-components}/arcgis-feature-templates.entry.js +2 -2
  22. package/dist/{esm → arcgis-map-components}/arcgis-feature.entry.js +2 -2
  23. package/dist/{esm → arcgis-map-components}/arcgis-features.entry.js +2 -2
  24. package/dist/{esm → arcgis-map-components}/arcgis-floor-filter.entry.js +2 -2
  25. package/dist/{esm → arcgis-map-components}/arcgis-fullscreen.entry.js +2 -2
  26. package/dist/{esm → arcgis-map-components}/arcgis-histogram-range-slider.entry.js +2 -2
  27. package/dist/{esm → arcgis-map-components}/arcgis-histogram.entry.js +2 -2
  28. package/dist/{esm → arcgis-map-components}/arcgis-home.entry.js +2 -2
  29. package/dist/{esm → arcgis-map-components}/arcgis-layer-list.entry.js +2 -2
  30. package/dist/{esm → arcgis-map-components}/arcgis-legend.entry.js +2 -2
  31. package/dist/{esm → arcgis-map-components}/arcgis-line-of-sight.entry.js +2 -2
  32. package/dist/{esm → arcgis-map-components}/arcgis-locate.entry.js +2 -2
  33. package/dist/arcgis-map-components/arcgis-map-components.esm.js +148 -1
  34. package/dist/{components/arcgis-map.js → arcgis-map-components/arcgis-map.entry.js} +10 -36
  35. package/dist/{esm → arcgis-map-components}/arcgis-measurement.entry.js +2 -2
  36. package/dist/{esm → arcgis-map-components}/arcgis-navigation-toggle.entry.js +2 -2
  37. package/dist/{esm → arcgis-map-components}/arcgis-print.entry.js +2 -2
  38. package/dist/{esm → arcgis-map-components}/arcgis-scale-bar.entry.js +2 -2
  39. package/dist/{esm → arcgis-map-components}/arcgis-scale-range-slider.entry.js +2 -2
  40. package/dist/{esm → arcgis-map-components}/arcgis-scene.entry.js +2 -2
  41. package/dist/{esm → arcgis-map-components}/arcgis-search.entry.js +2 -2
  42. package/dist/{esm → arcgis-map-components}/arcgis-shadow-cast.entry.js +2 -2
  43. package/dist/{esm → arcgis-map-components}/arcgis-sketch.entry.js +2 -2
  44. package/dist/{esm → arcgis-map-components}/arcgis-slice.entry.js +2 -2
  45. package/dist/{esm → arcgis-map-components}/arcgis-slider.entry.js +2 -2
  46. package/dist/{esm → arcgis-map-components}/arcgis-swipe.entry.js +2 -2
  47. package/dist/{esm → arcgis-map-components}/arcgis-table-list.entry.js +2 -2
  48. package/dist/{esm → arcgis-map-components}/arcgis-time-slider.entry.js +2 -2
  49. package/dist/{esm → arcgis-map-components}/arcgis-track.entry.js +2 -2
  50. package/dist/{esm → arcgis-map-components}/arcgis-utility-network-trace.entry.js +2 -2
  51. package/dist/{esm → arcgis-map-components}/arcgis-value-picker.entry.js +2 -2
  52. package/dist/{esm → arcgis-map-components}/arcgis-weather.entry.js +2 -2
  53. package/dist/{esm → arcgis-map-components}/arcgis-zoom.entry.js +2 -2
  54. package/dist/arcgis-map-components/css-shim-b7d3d95f.js +4 -0
  55. package/dist/arcgis-map-components/dom-64053c71.js +73 -0
  56. package/dist/arcgis-map-components/index-82d260eb.js +8293 -0
  57. package/dist/arcgis-map-components/index-d9a93dfb.js +3371 -0
  58. package/dist/arcgis-map-components/index.esm.js +1 -0
  59. package/dist/arcgis-map-components/shadow-css-008a49f5.js +387 -0
  60. package/package.json +3 -3
  61. package/dist/arcgis-map-components/p-095e0075.js +0 -1
  62. package/dist/arcgis-map-components/p-0a81674b.entry.js +0 -1
  63. package/dist/arcgis-map-components/p-0b5368a6.entry.js +0 -1
  64. package/dist/arcgis-map-components/p-0dddef29.entry.js +0 -1
  65. package/dist/arcgis-map-components/p-0decaa03.entry.js +0 -1
  66. package/dist/arcgis-map-components/p-1126ae71.entry.js +0 -1
  67. package/dist/arcgis-map-components/p-1307fe8a.entry.js +0 -1
  68. package/dist/arcgis-map-components/p-1401deea.js +0 -1
  69. package/dist/arcgis-map-components/p-1e5e5ed9.js +0 -2
  70. package/dist/arcgis-map-components/p-23530601.entry.js +0 -1
  71. package/dist/arcgis-map-components/p-3b5c0098.entry.js +0 -1
  72. package/dist/arcgis-map-components/p-406f187c.entry.js +0 -1
  73. package/dist/arcgis-map-components/p-5396bcb5.entry.js +0 -1
  74. package/dist/arcgis-map-components/p-5a87f5c4.entry.js +0 -1
  75. package/dist/arcgis-map-components/p-5cabdee7.js +0 -1
  76. package/dist/arcgis-map-components/p-69214958.entry.js +0 -1
  77. package/dist/arcgis-map-components/p-6e69fe28.entry.js +0 -1
  78. package/dist/arcgis-map-components/p-741086a4.entry.js +0 -1
  79. package/dist/arcgis-map-components/p-79080368.entry.js +0 -1
  80. package/dist/arcgis-map-components/p-7e5545cf.entry.js +0 -1
  81. package/dist/arcgis-map-components/p-7e90f27c.entry.js +0 -1
  82. package/dist/arcgis-map-components/p-80fd5534.entry.js +0 -1
  83. package/dist/arcgis-map-components/p-81a3bd3b.entry.js +0 -1
  84. package/dist/arcgis-map-components/p-85b278c1.entry.js +0 -1
  85. package/dist/arcgis-map-components/p-866d57e1.entry.js +0 -1
  86. package/dist/arcgis-map-components/p-86acdf29.entry.js +0 -1
  87. package/dist/arcgis-map-components/p-8bf81a13.entry.js +0 -1
  88. package/dist/arcgis-map-components/p-95287b70.entry.js +0 -1
  89. package/dist/arcgis-map-components/p-95aa4e86.entry.js +0 -1
  90. package/dist/arcgis-map-components/p-9634a446.entry.js +0 -1
  91. package/dist/arcgis-map-components/p-9d16369e.entry.js +0 -1
  92. package/dist/arcgis-map-components/p-a094dafc.entry.js +0 -1
  93. package/dist/arcgis-map-components/p-a6ab7f72.entry.js +0 -1
  94. package/dist/arcgis-map-components/p-a7715a1a.entry.js +0 -1
  95. package/dist/arcgis-map-components/p-aa73b1cb.entry.js +0 -1
  96. package/dist/arcgis-map-components/p-ae017ef1.entry.js +0 -1
  97. package/dist/arcgis-map-components/p-b5182c68.entry.js +0 -1
  98. package/dist/arcgis-map-components/p-b813c9e6.js +0 -1
  99. package/dist/arcgis-map-components/p-bfb9ceb4.entry.js +0 -1
  100. package/dist/arcgis-map-components/p-c28ede1a.entry.js +0 -1
  101. package/dist/arcgis-map-components/p-c64bceeb.entry.js +0 -1
  102. package/dist/arcgis-map-components/p-c726b024.entry.js +0 -1
  103. package/dist/arcgis-map-components/p-d0dc4119.entry.js +0 -1
  104. package/dist/arcgis-map-components/p-d2274db9.entry.js +0 -1
  105. package/dist/arcgis-map-components/p-d5b79b4e.entry.js +0 -1
  106. package/dist/arcgis-map-components/p-d9c0253a.entry.js +0 -1
  107. package/dist/arcgis-map-components/p-db02ac80.entry.js +0 -1
  108. package/dist/arcgis-map-components/p-dfbbbdad.entry.js +0 -1
  109. package/dist/arcgis-map-components/p-e432eb73.entry.js +0 -1
  110. package/dist/arcgis-map-components/p-e4f5a3f5.entry.js +0 -1
  111. package/dist/arcgis-map-components/p-f32183ab.entry.js +0 -1
  112. package/dist/arcgis-map-components/p-f9b78102.entry.js +0 -1
  113. package/dist/arcgis-map-components/p-fa591c93.entry.js +0 -1
  114. package/dist/arcgis-map-components/p-fee8b15a.entry.js +0 -1
  115. package/dist/cjs/arcgis-area-measurement-2d.cjs.entry.js +0 -101
  116. package/dist/cjs/arcgis-area-measurement-3d.cjs.entry.js +0 -94
  117. package/dist/cjs/arcgis-attachments.cjs.entry.js +0 -73
  118. package/dist/cjs/arcgis-basemap-gallery_3.cjs.entry.js +0 -281
  119. package/dist/cjs/arcgis-basemap-layer-list.cjs.entry.js +0 -144
  120. package/dist/cjs/arcgis-basemap-toggle.cjs.entry.js +0 -115
  121. package/dist/cjs/arcgis-bookmarks.cjs.entry.js +0 -140
  122. package/dist/cjs/arcgis-building-explorer.cjs.entry.js +0 -80
  123. package/dist/cjs/arcgis-compass.cjs.entry.js +0 -90
  124. package/dist/cjs/arcgis-coordinate-conversion.cjs.entry.js +0 -158
  125. package/dist/cjs/arcgis-daylight.cjs.entry.js +0 -116
  126. package/dist/cjs/arcgis-directions.cjs.entry.js +0 -194
  127. package/dist/cjs/arcgis-directline-measurement-3d.cjs.entry.js +0 -114
  128. package/dist/cjs/arcgis-distance-measurement-2d.cjs.entry.js +0 -106
  129. package/dist/cjs/arcgis-editor.cjs.entry.js +0 -180
  130. package/dist/cjs/arcgis-elevation-profile.cjs.entry.js +0 -136
  131. package/dist/cjs/arcgis-feature-form.cjs.entry.js +0 -36
  132. package/dist/cjs/arcgis-feature-table.cjs.entry.js +0 -300
  133. package/dist/cjs/arcgis-feature-templates.cjs.entry.js +0 -73
  134. package/dist/cjs/arcgis-feature.cjs.entry.js +0 -106
  135. package/dist/cjs/arcgis-features.cjs.entry.js +0 -133
  136. package/dist/cjs/arcgis-floor-filter.cjs.entry.js +0 -134
  137. package/dist/cjs/arcgis-fullscreen.cjs.entry.js +0 -92
  138. package/dist/cjs/arcgis-histogram-range-slider.cjs.entry.js +0 -80
  139. package/dist/cjs/arcgis-histogram.cjs.entry.js +0 -36
  140. package/dist/cjs/arcgis-home.cjs.entry.js +0 -108
  141. package/dist/cjs/arcgis-layer-list.cjs.entry.js +0 -128
  142. package/dist/cjs/arcgis-legend.cjs.entry.js +0 -146
  143. package/dist/cjs/arcgis-line-of-sight.cjs.entry.js +0 -94
  144. package/dist/cjs/arcgis-locate.cjs.entry.js +0 -158
  145. package/dist/cjs/arcgis-map-components.cjs.js +0 -23
  146. package/dist/cjs/arcgis-measurement.cjs.entry.js +0 -123
  147. package/dist/cjs/arcgis-navigation-toggle.cjs.entry.js +0 -97
  148. package/dist/cjs/arcgis-print.cjs.entry.js +0 -163
  149. package/dist/cjs/arcgis-scale-bar.cjs.entry.js +0 -106
  150. package/dist/cjs/arcgis-scale-range-slider.cjs.entry.js +0 -146
  151. package/dist/cjs/arcgis-scene.cjs.entry.js +0 -106
  152. package/dist/cjs/arcgis-search.cjs.entry.js +0 -276
  153. package/dist/cjs/arcgis-shadow-cast.cjs.entry.js +0 -95
  154. package/dist/cjs/arcgis-sketch.cjs.entry.js +0 -201
  155. package/dist/cjs/arcgis-slice.cjs.entry.js +0 -103
  156. package/dist/cjs/arcgis-slider.cjs.entry.js +0 -233
  157. package/dist/cjs/arcgis-swipe.cjs.entry.js +0 -117
  158. package/dist/cjs/arcgis-table-list.cjs.entry.js +0 -118
  159. package/dist/cjs/arcgis-time-slider.cjs.entry.js +0 -216
  160. package/dist/cjs/arcgis-track.cjs.entry.js +0 -147
  161. package/dist/cjs/arcgis-utility-network-trace.cjs.entry.js +0 -162
  162. package/dist/cjs/arcgis-value-picker.cjs.entry.js +0 -160
  163. package/dist/cjs/arcgis-weather.cjs.entry.js +0 -86
  164. package/dist/cjs/arcgis-zoom.cjs.entry.js +0 -100
  165. package/dist/cjs/component-utils-933b7aca.js +0 -76
  166. package/dist/cjs/disconnected-306cb220.js +0 -55
  167. package/dist/cjs/index-6b51d5a0.js +0 -1607
  168. package/dist/cjs/index-ef2acc94.js +0 -717
  169. package/dist/cjs/index.cjs.js +0 -2
  170. package/dist/cjs/loader.cjs.js +0 -22
  171. package/dist/cjs/mapping-utils-c2c7b994.js +0 -40
  172. package/dist/components/arcgis-area-measurement-2d.js +0 -128
  173. package/dist/components/arcgis-area-measurement-3d.js +0 -121
  174. package/dist/components/arcgis-attachments.js +0 -99
  175. package/dist/components/arcgis-basemap-gallery.js +0 -124
  176. package/dist/components/arcgis-basemap-layer-list.js +0 -175
  177. package/dist/components/arcgis-basemap-toggle.js +0 -143
  178. package/dist/components/arcgis-bookmarks.js +0 -169
  179. package/dist/components/arcgis-building-explorer.js +0 -105
  180. package/dist/components/arcgis-compass.js +0 -109
  181. package/dist/components/arcgis-coordinate-conversion.js +0 -193
  182. package/dist/components/arcgis-daylight.js +0 -144
  183. package/dist/components/arcgis-directions.js +0 -230
  184. package/dist/components/arcgis-directline-measurement-3d.js +0 -142
  185. package/dist/components/arcgis-distance-measurement-2d.js +0 -133
  186. package/dist/components/arcgis-editor.js +0 -219
  187. package/dist/components/arcgis-elevation-profile.js +0 -166
  188. package/dist/components/arcgis-expand.js +0 -6
  189. package/dist/components/arcgis-feature-form.js +0 -55
  190. package/dist/components/arcgis-feature-table.js +0 -355
  191. package/dist/components/arcgis-feature-templates.js +0 -98
  192. package/dist/components/arcgis-feature.js +0 -133
  193. package/dist/components/arcgis-features.js +0 -169
  194. package/dist/components/arcgis-floor-filter.js +0 -164
  195. package/dist/components/arcgis-fullscreen.js +0 -111
  196. package/dist/components/arcgis-histogram-range-slider.js +0 -106
  197. package/dist/components/arcgis-histogram.js +0 -55
  198. package/dist/components/arcgis-home.js +0 -129
  199. package/dist/components/arcgis-layer-list.js +0 -158
  200. package/dist/components/arcgis-legend.js +0 -177
  201. package/dist/components/arcgis-line-of-sight.js +0 -120
  202. package/dist/components/arcgis-locate.js +0 -184
  203. package/dist/components/arcgis-measurement.js +0 -153
  204. package/dist/components/arcgis-navigation-toggle.js +0 -117
  205. package/dist/components/arcgis-print.js +0 -197
  206. package/dist/components/arcgis-scale-bar.js +0 -133
  207. package/dist/components/arcgis-scale-range-slider.js +0 -177
  208. package/dist/components/arcgis-scene.js +0 -127
  209. package/dist/components/arcgis-search.js +0 -330
  210. package/dist/components/arcgis-shadow-cast.js +0 -121
  211. package/dist/components/arcgis-sketch.js +0 -238
  212. package/dist/components/arcgis-slice.js +0 -130
  213. package/dist/components/arcgis-slider.js +0 -281
  214. package/dist/components/arcgis-swipe.js +0 -140
  215. package/dist/components/arcgis-table-list.js +0 -147
  216. package/dist/components/arcgis-time-slider.js +0 -256
  217. package/dist/components/arcgis-track.js +0 -171
  218. package/dist/components/arcgis-utility-network-trace.js +0 -197
  219. package/dist/components/arcgis-value-picker.js +0 -198
  220. package/dist/components/arcgis-weather.js +0 -111
  221. package/dist/components/arcgis-zoom.js +0 -121
  222. package/dist/components/disconnected.js +0 -122
  223. package/dist/components/index.js +0 -52
  224. package/dist/components/index2.js +0 -638
  225. package/dist/components/mapping-utils.js +0 -38
  226. package/dist/esm/arcgis-basemap-gallery_3.entry.js +0 -275
  227. package/dist/esm/arcgis-map-components.js +0 -18
  228. package/dist/esm/index-ad26b6d0.js +0 -638
  229. package/dist/esm/index-eb3ead33.js +0 -1579
  230. package/dist/esm/index.js +0 -1
  231. package/dist/esm/loader.js +0 -18
  232. package/dist/esm/polyfills/core-js.js +0 -11
  233. package/dist/esm/polyfills/css-shim.js +0 -1
  234. package/dist/esm/polyfills/dom.js +0 -79
  235. package/dist/esm/polyfills/es5-html-element.js +0 -1
  236. package/dist/esm/polyfills/index.js +0 -34
  237. package/dist/esm/polyfills/system.js +0 -6
  238. package/dist/index.cjs.js +0 -1
  239. package/dist/index.js +0 -1
  240. package/dist/loader/cdn.js +0 -3
  241. package/dist/loader/index.cjs.js +0 -3
  242. package/dist/loader/index.d.ts +0 -21
  243. package/dist/loader/index.es2017.js +0 -3
  244. package/dist/loader/index.js +0 -4
  245. package/dist/loader/package.json +0 -11
  246. /package/dist/{esm → arcgis-map-components}/component-utils-d3552de2.js +0 -0
  247. /package/dist/{esm → arcgis-map-components}/disconnected-bc5fc8bc.js +0 -0
  248. /package/dist/{esm → arcgis-map-components}/mapping-utils-26beb904.js +0 -0
@@ -1,281 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-6b51d5a0.js');
6
- const index$1 = require('./index-ef2acc94.js');
7
- const componentUtils = require('./component-utils-933b7aca.js');
8
- const disconnected = require('./disconnected-306cb220.js');
9
- const mappingUtils = require('./mapping-utils-c2c7b994.js');
10
-
11
- const arcgisBasemapGalleryCss = "";
12
-
13
- const ArcgisBasemapGallery = class {
14
- constructor(hostRef) {
15
- index.registerInstance(this, hostRef);
16
- this.widgetReady = index.createEvent(this, "widgetReady", 7);
17
- this.referenceElement = undefined;
18
- this.activeBasemap = undefined;
19
- this.position = "bottom-left";
20
- this.expandable = false;
21
- this.source = undefined;
22
- this.view = undefined;
23
- this.widget = undefined;
24
- }
25
- //--------------------------------------------------------------------------
26
- //
27
- // Watchers
28
- //
29
- //--------------------------------------------------------------------------
30
- positionWatcher(newValue) {
31
- if (newValue !== undefined && this.widget) {
32
- if (typeof this.view !== "string") {
33
- this.view.ui.move(this.childElem, newValue);
34
- }
35
- }
36
- }
37
- referenceElementWatcher(newValue) {
38
- componentUtils.referenceElementHelper(this, newValue);
39
- }
40
- viewWatcher(newValue) {
41
- if (newValue !== undefined && this.widget) {
42
- this.widget.view = newValue;
43
- }
44
- }
45
- //--------------------------------------------------------------------------
46
- //
47
- // Lifecycle
48
- //
49
- //--------------------------------------------------------------------------
50
- async componentDidLoad() {
51
- const params = this._createParams();
52
- const widget = await index$1.newWidgetsBasemapGallery(params);
53
- this.widget = widget;
54
- this.widget.when(() => {
55
- this.source = this.widget.source;
56
- });
57
- await this._addWatchers();
58
- this.widgetReady.emit(true);
59
- componentUtils.checkForView(this);
60
- }
61
- disconnectedCallback() {
62
- disconnected.onDisconnectedHelper(this);
63
- }
64
- render() {
65
- if (this.expandable) {
66
- return (index.h("arcgis-expand", { position: this.position, ref: (el) => (this.expandElem = el) }, index.h("div", { ref: (el) => (this.childElem = el) })));
67
- }
68
- return index.h("div", { ref: (el) => (this.childElem = el) });
69
- }
70
- //--------------------------------------------------------------------------
71
- //
72
- // Private Interal Methods
73
- //
74
- //--------------------------------------------------------------------------
75
- async _addWatchers() {
76
- const { watch } = await index$1.importCoreReactiveUtils();
77
- watch(() => this.widget.source, () => (this.source = this.widget.source));
78
- watch(() => this.widget.activeBasemap, (basemap) => (this.activeBasemap = basemap));
79
- }
80
- _createParams() {
81
- const params = {
82
- container: this.childElem
83
- };
84
- if (this.view) {
85
- params.view = this.view;
86
- }
87
- return params;
88
- }
89
- get el() { return index.getElement(this); }
90
- static get watchers() { return {
91
- "position": ["positionWatcher"],
92
- "referenceElement": ["referenceElementWatcher"],
93
- "view": ["viewWatcher"]
94
- }; }
95
- };
96
- ArcgisBasemapGallery.style = arcgisBasemapGalleryCss;
97
-
98
- const arcgisExpandCss = "arcgis-expand>.esri-expand__content--expanded{background-color:var(--calcite-ui-background)}";
99
-
100
- const ArcgisExpand = class {
101
- constructor(hostRef) {
102
- index.registerInstance(this, hostRef);
103
- this.widgetReady = index.createEvent(this, "widgetReady", 7);
104
- this.referenceElement = undefined;
105
- this.position = "top-right";
106
- this.view = undefined;
107
- this.widget = undefined;
108
- }
109
- //--------------------------------------------------------------------------
110
- //
111
- // Watchers
112
- //
113
- //--------------------------------------------------------------------------
114
- positionWatcher(newValue) {
115
- if (newValue !== undefined && this.widget) {
116
- if (typeof this.view !== "string") {
117
- this.view.ui.move(this.childElem, newValue);
118
- }
119
- }
120
- }
121
- referenceElementWatcher(newValue) {
122
- componentUtils.referenceElementHelper(this, newValue);
123
- }
124
- viewWatcher(newValue) {
125
- if (newValue !== undefined && this.widget) {
126
- this.widget.view = newValue;
127
- }
128
- }
129
- //--------------------------------------------------------------------------
130
- //
131
- // Lifecycle
132
- //
133
- //--------------------------------------------------------------------------
134
- async componentDidLoad() {
135
- const widget = await index$1.newWidgetsExpand({
136
- container: this.childElem
137
- });
138
- this.widget = widget;
139
- if (this.view) {
140
- this.widget.view = this.view;
141
- }
142
- this._checkForView();
143
- }
144
- disconnectedCallback() {
145
- disconnected.onDisconnectedHelper(this);
146
- }
147
- render() {
148
- return index.h("div", { ref: (el) => (this.childElem = el) });
149
- }
150
- //--------------------------------------------------------------------------
151
- //
152
- // Private Internal Methods
153
- //
154
- //--------------------------------------------------------------------------
155
- _checkForView() {
156
- const viewRef = this.el.closest("arcgis-map") || this.el.closest("arcgis-scene");
157
- if (viewRef?.view) {
158
- this.view = viewRef.view;
159
- this.view.ui.add(this.childElem, this.position);
160
- this.widgetReady.emit(true);
161
- }
162
- else if (viewRef) {
163
- const handler = () => {
164
- this.view = viewRef.view;
165
- this.view.ui.add(this.childElem, this.position);
166
- this.widgetReady.emit(true);
167
- };
168
- viewRef.addEventListener("viewReady", handler, false);
169
- }
170
- }
171
- get el() { return index.getElement(this); }
172
- static get watchers() { return {
173
- "position": ["positionWatcher"],
174
- "referenceElement": ["referenceElementWatcher"],
175
- "view": ["viewWatcher"]
176
- }; }
177
- };
178
- ArcgisExpand.style = arcgisExpandCss;
179
-
180
- const arcgisMapCss = ".arcgis-map{padding:0;margin:0;height:100%;width:100%}";
181
-
182
- const ArcgisMap = class {
183
- constructor(hostRef) {
184
- index.registerInstance(this, hostRef);
185
- this.viewReady = index.createEvent(this, "viewReady", 7);
186
- this.apiKey = undefined;
187
- this.basemap = undefined;
188
- this.disableNavigation = false;
189
- this.itemId = undefined;
190
- this.zoom = undefined;
191
- this.center = undefined;
192
- this.view = undefined;
193
- }
194
- //--------------------------------------------------------------------------
195
- //
196
- // Watchers
197
- //
198
- //--------------------------------------------------------------------------
199
- apiKeyWatcher(value) {
200
- this.config.apiKey = value;
201
- }
202
- itemIdWatcher(value, old) {
203
- if (value && value !== old) {
204
- this.loadMap();
205
- }
206
- }
207
- //--------------------------------------------------------------------------
208
- //
209
- // Lifecycle
210
- //
211
- //--------------------------------------------------------------------------
212
- async componentWillLoad() {
213
- this.config = await index$1.importConfig();
214
- if (this.apiKey) {
215
- this.config.apiKey = this.apiKey;
216
- }
217
- await this.loadMap();
218
- }
219
- componentDidRender() {
220
- if (this.view) {
221
- this.view.container = this.el;
222
- }
223
- }
224
- render() {
225
- return index.h("div", { class: "arcgis-map", ref: (el) => (this.el = el) });
226
- }
227
- //--------------------------------------------------------------------------
228
- //
229
- // Private Methods
230
- //
231
- //--------------------------------------------------------------------------
232
- async loadMap() {
233
- const mapParams = {};
234
- if (this.itemId) {
235
- mapParams.portalItem = {
236
- id: this.itemId
237
- };
238
- }
239
- if (this.basemap) {
240
- mapParams.basemap = this.basemap;
241
- }
242
- const map = await index$1.newWebMap(mapParams);
243
- const params = {};
244
- if (this.zoom) {
245
- params.zoom = this.zoom;
246
- }
247
- if (this.center) {
248
- if (typeof this.center === "string") {
249
- params.center = this.center.split(",").map((x) => Number(x));
250
- }
251
- else {
252
- params.center = this.center;
253
- }
254
- }
255
- const view = await index$1.newViewsMapView({
256
- map,
257
- ...params
258
- });
259
- const { watch } = await index$1.importCoreReactiveUtils();
260
- this.view = view;
261
- watch(() => this.view.center, (center) => {
262
- const value = `${center.longitude},${center.latitude}`;
263
- this.center = value;
264
- });
265
- watch(() => this.view.zoom, (value) => (this.zoom = value));
266
- if (this.disableNavigation) {
267
- mappingUtils.disableNavigation(this.view);
268
- }
269
- this.viewReady.emit(true);
270
- }
271
- get hostElem() { return index.getElement(this); }
272
- static get watchers() { return {
273
- "apiKey": ["apiKeyWatcher"],
274
- "itemId": ["itemIdWatcher"]
275
- }; }
276
- };
277
- ArcgisMap.style = arcgisMapCss;
278
-
279
- exports.arcgis_basemap_gallery = ArcgisBasemapGallery;
280
- exports.arcgis_expand = ArcgisExpand;
281
- exports.arcgis_map = ArcgisMap;
@@ -1,144 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-6b51d5a0.js');
6
- const index$1 = require('./index-ef2acc94.js');
7
- const componentUtils = require('./component-utils-933b7aca.js');
8
- const disconnected = require('./disconnected-306cb220.js');
9
-
10
- const arcgisBasemapLayerListCss = "";
11
-
12
- const ArcgisBasemapLayerList = class {
13
- constructor(hostRef) {
14
- index.registerInstance(this, hostRef);
15
- this.widgetReady = index.createEvent(this, "widgetReady", 7);
16
- this.referenceElement = undefined;
17
- this.basemapTitle = undefined;
18
- this.baseItems = undefined;
19
- this.editingEnabled = false;
20
- this.mulitpleSelectionEnabled = false;
21
- this.position = "bottom-left";
22
- this.expandable = false;
23
- this.referenceItems = undefined;
24
- this.selectedItems = undefined;
25
- this.view = undefined;
26
- this.widget = undefined;
27
- }
28
- //--------------------------------------------------------------------------
29
- //
30
- // Watchers
31
- //
32
- //--------------------------------------------------------------------------
33
- positionWatcher(newValue) {
34
- if (newValue !== undefined && this.widget) {
35
- if (typeof this.view !== "string") {
36
- this.view.ui.move(this.childElem, newValue);
37
- }
38
- }
39
- }
40
- basemapTitleWatcher(newValue) {
41
- if (newValue !== undefined && this.widget) {
42
- this.widget.basemapTitle = newValue;
43
- }
44
- }
45
- editingBasemapEnabledWatcher(newValue) {
46
- if (newValue !== undefined && this.widget) {
47
- this.widget.editingEnabled = newValue;
48
- }
49
- }
50
- multipleSelectionEnabledWatcher(newValue) {
51
- if (newValue !== undefined && this.widget) {
52
- this.widget.multipleSelectionEnabled = newValue;
53
- }
54
- }
55
- selectedItemsWatcher(newValue) {
56
- if (newValue !== undefined && this.widget) {
57
- this.widget.selectedItems = newValue;
58
- }
59
- }
60
- referenceElementWatcher(newValue) {
61
- componentUtils.referenceElementHelper(this, newValue);
62
- }
63
- viewWatcher(newValue) {
64
- if (newValue !== undefined && this.widget) {
65
- this.widget.view = newValue;
66
- }
67
- }
68
- //--------------------------------------------------------------------------
69
- //
70
- // Lifecycle
71
- //
72
- //--------------------------------------------------------------------------
73
- async componentDidLoad() {
74
- const params = this._createParams();
75
- const widget = await index$1.newWidgetsBasemapLayerList(params);
76
- this.widget = widget;
77
- await this._addWatchers();
78
- this.widgetReady.emit(true);
79
- componentUtils.checkForView(this);
80
- }
81
- disconnectedCallback() {
82
- disconnected.onDisconnectedHelper(this);
83
- }
84
- render() {
85
- if (this.expandable) {
86
- return (index.h("arcgis-expand", { position: this.position, ref: (el) => (this.expandElem = el) }, index.h("div", { ref: (el) => (this.childElem = el) })));
87
- }
88
- return index.h("div", { ref: (el) => (this.childElem = el) });
89
- }
90
- //--------------------------------------------------------------------------
91
- //
92
- // Private Methods
93
- //
94
- //--------------------------------------------------------------------------
95
- _createParams() {
96
- const params = {
97
- container: this.childElem
98
- };
99
- if (this.basemapTitle) {
100
- params.basemapTitle = this.basemapTitle;
101
- }
102
- if (this.editingEnabled !== undefined) {
103
- params.editingEnabled = this.editingEnabled;
104
- }
105
- if (this.mulitpleSelectionEnabled !== undefined) {
106
- params.multipleSelectionEnabled = this.mulitpleSelectionEnabled;
107
- }
108
- if (this.view) {
109
- params.view = this.view;
110
- }
111
- return params;
112
- }
113
- async _addWatchers() {
114
- const { watch } = await index$1.importCoreReactiveUtils();
115
- watch(() => this.widget.basemapTitle, (value) => (this.basemapTitle = value), {
116
- initial: true
117
- });
118
- watch(() => this.widget.editingEnabled, (value) => (this.editingEnabled = value), {
119
- initial: true
120
- });
121
- watch(() => this.widget.multipleSelectionEnabled, (value) => (this.mulitpleSelectionEnabled = value), {
122
- initial: true
123
- });
124
- watch(() => this.widget.referenceItems, (value) => (this.referenceItems = value), {
125
- initial: true
126
- });
127
- watch(() => this.widget.selectedItems, (value) => (this.selectedItems = value), {
128
- initial: true
129
- });
130
- }
131
- get el() { return index.getElement(this); }
132
- static get watchers() { return {
133
- "position": ["positionWatcher"],
134
- "basemapTitle": ["basemapTitleWatcher"],
135
- "editingEnabled": ["editingBasemapEnabledWatcher"],
136
- "mulitpleSelectionEnabled": ["multipleSelectionEnabledWatcher"],
137
- "selectedItems": ["selectedItemsWatcher"],
138
- "referenceElement": ["referenceElementWatcher"],
139
- "view": ["viewWatcher"]
140
- }; }
141
- };
142
- ArcgisBasemapLayerList.style = arcgisBasemapLayerListCss;
143
-
144
- exports.arcgis_basemap_layer_list = ArcgisBasemapLayerList;
@@ -1,115 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-6b51d5a0.js');
6
- const index$1 = require('./index-ef2acc94.js');
7
- const componentUtils = require('./component-utils-933b7aca.js');
8
- const disconnected = require('./disconnected-306cb220.js');
9
-
10
- const arcgisBasemapToggleCss = "";
11
-
12
- const ArcgisBasemapToggle = class {
13
- constructor(hostRef) {
14
- index.registerInstance(this, hostRef);
15
- this.widgetReady = index.createEvent(this, "widgetReady", 7);
16
- this.referenceElement = undefined;
17
- this.activeBasemap = undefined;
18
- this.nextBasemap = undefined;
19
- this.position = "bottom-left";
20
- this.expandable = false;
21
- this.view = undefined;
22
- this.widget = undefined;
23
- }
24
- //--------------------------------------------------------------------------
25
- //
26
- // Watchers
27
- //
28
- //--------------------------------------------------------------------------
29
- positionWatcher(newValue) {
30
- if (newValue !== undefined && this.widget) {
31
- if (typeof this.view !== "string") {
32
- this.view.ui.move(this.childElem, newValue);
33
- }
34
- }
35
- }
36
- referenceElementWatcher(newValue) {
37
- componentUtils.referenceElementHelper(this, newValue);
38
- }
39
- viewWatcher(newValue) {
40
- if (newValue !== undefined && this.widget) {
41
- this.widget.view = newValue;
42
- }
43
- }
44
- nextBasemapWatcher(value) {
45
- if (value && this.widget) {
46
- this.widget.nextBasemap = value;
47
- }
48
- }
49
- //--------------------------------------------------------------------------
50
- //
51
- // Methods
52
- //
53
- //--------------------------------------------------------------------------
54
- async toggle() {
55
- return this.widget?.toggle();
56
- }
57
- //--------------------------------------------------------------------------
58
- //
59
- // Lifecycle
60
- //
61
- //--------------------------------------------------------------------------
62
- async componentDidLoad() {
63
- const params = this._createParams();
64
- const widget = await index$1.newWidgetsBasemapToggle(params);
65
- this.widget = widget;
66
- await this._addWatchers();
67
- this.widgetReady.emit(true);
68
- componentUtils.checkForView(this);
69
- }
70
- disconnectedCallback() {
71
- disconnected.onDisconnectedHelper(this);
72
- }
73
- render() {
74
- if (this.expandable) {
75
- return (index.h("arcgis-expand", { position: this.position, ref: (el) => (this.expandElem = el) }, index.h("div", { ref: (el) => (this.childElem = el) })));
76
- }
77
- return index.h("div", { ref: (el) => (this.childElem = el) });
78
- }
79
- //--------------------------------------------------------------------------
80
- //
81
- // Private Methods
82
- //
83
- //--------------------------------------------------------------------------
84
- _createParams() {
85
- const params = {
86
- container: this.childElem
87
- };
88
- if (this.nextBasemap) {
89
- params.nextBasemap = this.nextBasemap;
90
- }
91
- if (this.view) {
92
- params.view = this.view;
93
- }
94
- return params;
95
- }
96
- async _addWatchers() {
97
- const { watch } = await index$1.importCoreReactiveUtils();
98
- watch(() => this.widget.activeBasemap, (value) => (this.activeBasemap = value), {
99
- initial: true
100
- });
101
- watch(() => this.widget.nextBasemap, (value) => (this.nextBasemap = value), {
102
- initial: true
103
- });
104
- }
105
- get el() { return index.getElement(this); }
106
- static get watchers() { return {
107
- "position": ["positionWatcher"],
108
- "referenceElement": ["referenceElementWatcher"],
109
- "view": ["viewWatcher"],
110
- "nextBasemap": ["nextBasemapWatcher"]
111
- }; }
112
- };
113
- ArcgisBasemapToggle.style = arcgisBasemapToggleCss;
114
-
115
- exports.arcgis_basemap_toggle = ArcgisBasemapToggle;
@@ -1,140 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-6b51d5a0.js');
6
- const index$1 = require('./index-ef2acc94.js');
7
- const componentUtils = require('./component-utils-933b7aca.js');
8
- const disconnected = require('./disconnected-306cb220.js');
9
-
10
- const arcgisBookmarksCss = "";
11
-
12
- const ArcgisBookmarks = class {
13
- constructor(hostRef) {
14
- index.registerInstance(this, hostRef);
15
- this.bookmarkEdit = index.createEvent(this, "bookmarkEdit", 7);
16
- this.bookmarkSelect = index.createEvent(this, "bookmarkSelect", 7);
17
- this.widgetReady = index.createEvent(this, "widgetReady", 7);
18
- this.referenceElement = undefined;
19
- this.bookmarks = undefined;
20
- this.defaultCreateOptions = undefined;
21
- this.defaultEditOptions = undefined;
22
- this.editingEnabled = undefined;
23
- this.position = "bottom-left";
24
- this.expandable = false;
25
- this.view = undefined;
26
- this.widget = undefined;
27
- }
28
- //--------------------------------------------------------------------------
29
- //
30
- // Watchers
31
- //
32
- //--------------------------------------------------------------------------
33
- positionWatcher(newValue) {
34
- if (newValue !== undefined && this.widget) {
35
- if (typeof this.view !== "string") {
36
- this.view.ui.move(this.childElem, newValue);
37
- }
38
- }
39
- }
40
- bookmarksWatcher(newValue) {
41
- if (newValue !== undefined && this.widget) {
42
- this.widget.bookmarks = newValue;
43
- }
44
- }
45
- defaultCreateOptionsWatcher(newValue) {
46
- if (newValue !== undefined && this.widget) {
47
- this.widget.defaultCreateOptions = newValue;
48
- }
49
- }
50
- defaultEditOptionsWatcher(newValue) {
51
- if (newValue !== undefined && this.widget) {
52
- this.widget.defaultEditOptions = newValue;
53
- }
54
- }
55
- editingEnabledWatcher(newValue) {
56
- if (newValue !== undefined && this.widget) {
57
- this.widget.editingEnabled = newValue;
58
- }
59
- }
60
- referenceElementWatcher(newValue) {
61
- componentUtils.referenceElementHelper(this, newValue);
62
- }
63
- viewWatcher(newValue) {
64
- if (newValue !== undefined && this.widget) {
65
- this.widget.view = newValue;
66
- }
67
- }
68
- //--------------------------------------------------------------------------
69
- //
70
- // Lifecycle
71
- //
72
- //--------------------------------------------------------------------------
73
- async componentDidLoad() {
74
- const params = this._createParams();
75
- const widget = await index$1.newWidgetsBookmarks(params);
76
- this.widget = widget;
77
- await this._addWatchers();
78
- this._proxyEvents();
79
- this.widgetReady.emit(true);
80
- componentUtils.checkForView(this);
81
- }
82
- disconnectedCallback() {
83
- disconnected.onDisconnectedHelper(this);
84
- }
85
- render() {
86
- if (this.expandable) {
87
- return (index.h("arcgis-expand", { position: this.position, ref: (el) => (this.expandElem = el) }, index.h("div", { ref: (el) => (this.childElem = el) })));
88
- }
89
- return index.h("div", { ref: (el) => (this.childElem = el) });
90
- }
91
- //--------------------------------------------------------------------------
92
- //
93
- // Private Methods
94
- //
95
- //--------------------------------------------------------------------------
96
- async _addWatchers() {
97
- const { watch } = await index$1.importCoreReactiveUtils();
98
- watch(() => this.widget.editingEnabled, (value) => (this.editingEnabled = value), {
99
- initial: true
100
- });
101
- }
102
- _createParams() {
103
- const params = {
104
- container: this.childElem
105
- };
106
- if (this.view) {
107
- params.view = this.view;
108
- }
109
- if (this.bookmarks) {
110
- params.bookmarks = this.bookmarks;
111
- }
112
- if (this.defaultCreateOptions) {
113
- params.defaultCreateOptions = this.defaultCreateOptions;
114
- }
115
- if (this.defaultEditOptions) {
116
- params.defaultEditOptions = this.defaultEditOptions;
117
- }
118
- if (this.editingEnabled !== undefined) {
119
- params.editingEnabled = this.editingEnabled;
120
- }
121
- return params;
122
- }
123
- _proxyEvents() {
124
- this.widget.on("bookmark-edit", (e) => this.bookmarkEdit.emit(e));
125
- this.widget.on("bookmark-select", (e) => this.bookmarkSelect.emit(e));
126
- }
127
- get el() { return index.getElement(this); }
128
- static get watchers() { return {
129
- "position": ["positionWatcher"],
130
- "bookmarks": ["bookmarksWatcher"],
131
- "defaultCreateOptions": ["defaultCreateOptionsWatcher"],
132
- "defaultEditOptions": ["defaultEditOptionsWatcher"],
133
- "editingEnabled": ["editingEnabledWatcher"],
134
- "referenceElement": ["referenceElementWatcher"],
135
- "view": ["viewWatcher"]
136
- }; }
137
- };
138
- ArcgisBookmarks.style = arcgisBookmarksCss;
139
-
140
- exports.arcgis_bookmarks = ArcgisBookmarks;