@esri/solutions-components 0.6.6 → 0.6.8

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 (197) hide show
  1. package/dist/cjs/basemap-gallery_4.cjs.entry.js +622 -0
  2. package/dist/cjs/card-manager_4.cjs.entry.js +91 -37
  3. package/dist/cjs/crowdsource-manager.cjs.entry.js +4 -2
  4. package/dist/cjs/loader.cjs.js +1 -1
  5. package/dist/cjs/solutions-components.cjs.js +2 -2
  6. package/dist/collection/collection-manifest.json +3 -1
  7. package/dist/collection/components/basemap-gallery/basemap-gallery.css +19 -0
  8. package/dist/collection/components/basemap-gallery/basemap-gallery.js +166 -0
  9. package/dist/collection/components/basemap-gallery/test/basemap-gallery.e2e.js +29 -0
  10. package/dist/collection/components/basemap-gallery/test/basemap-gallery.spec.js +37 -0
  11. package/dist/collection/components/crowdsource-manager/crowdsource-manager.js +43 -2
  12. package/dist/collection/components/layer-table/layer-table.js +99 -30
  13. package/dist/collection/components/map-card/map-card.css +0 -7
  14. package/dist/collection/components/map-card/map-card.js +12 -7
  15. package/dist/collection/components/map-search/map-search.css +24 -0
  16. package/dist/collection/components/map-search/map-search.js +321 -0
  17. package/dist/collection/components/map-search/test/map-search.e2e.js +29 -0
  18. package/dist/collection/components/map-search/test/map-search.spec.js +37 -0
  19. package/dist/collection/components/map-tools/map-tools.js +139 -14
  20. package/dist/collection/demos/crowdsource-manager.html +3 -3
  21. package/dist/collection/utils/interfaces.ts +2 -0
  22. package/dist/components/action-bar.js +1 -0
  23. package/dist/components/action-group.js +1 -0
  24. package/dist/components/action-menu.js +1 -0
  25. package/dist/components/action.js +1 -0
  26. package/dist/components/alert.js +1 -0
  27. package/dist/components/avatar.js +1 -0
  28. package/dist/components/basemap-gallery.d.ts +11 -0
  29. package/dist/components/basemap-gallery.js +11 -0
  30. package/dist/components/basemap-gallery2.js +118 -0
  31. package/dist/components/buffer-tools2.js +1 -0
  32. package/dist/components/button.js +1 -0
  33. package/dist/components/calcite-accordion-item.js +1 -0
  34. package/dist/components/calcite-accordion.js +1 -0
  35. package/dist/components/calcite-action-pad.js +1 -0
  36. package/dist/components/calcite-block-section.js +1 -0
  37. package/dist/components/calcite-block.js +1 -0
  38. package/dist/components/calcite-card.js +1 -0
  39. package/dist/components/calcite-chip-group.js +1 -0
  40. package/dist/components/calcite-color-picker.js +1 -0
  41. package/dist/components/calcite-combobox-item-group.js +1 -0
  42. package/dist/components/calcite-fab.js +1 -0
  43. package/dist/components/calcite-flow-item.js +1 -0
  44. package/dist/components/calcite-flow.js +1 -0
  45. package/dist/components/calcite-inline-editable.js +1 -0
  46. package/dist/components/calcite-input-date-picker.js +1 -0
  47. package/dist/components/calcite-input-time-picker.js +1 -0
  48. package/dist/components/calcite-input-time-zone.js +1 -0
  49. package/dist/components/calcite-list-item-group.js +1 -0
  50. package/dist/components/calcite-menu-item.js +1 -0
  51. package/dist/components/calcite-modal.js +1 -0
  52. package/dist/components/calcite-navigation-logo.js +1 -0
  53. package/dist/components/calcite-navigation-user.js +1 -0
  54. package/dist/components/calcite-navigation.js +1 -0
  55. package/dist/components/calcite-option-group.js +1 -0
  56. package/dist/components/calcite-pagination.js +1 -0
  57. package/dist/components/calcite-pick-list-group.js +1 -0
  58. package/dist/components/calcite-pick-list.js +1 -0
  59. package/dist/components/calcite-radio-button-group.js +1 -0
  60. package/dist/components/calcite-radio-button.js +1 -0
  61. package/dist/components/calcite-rating.js +1 -0
  62. package/dist/components/calcite-shell-center-row.js +1 -0
  63. package/dist/components/calcite-sortable-list.js +1 -0
  64. package/dist/components/calcite-split-button.js +1 -0
  65. package/dist/components/calcite-stepper-item.js +1 -0
  66. package/dist/components/calcite-stepper.js +1 -0
  67. package/dist/components/calcite-text-area.js +1 -0
  68. package/dist/components/calcite-tile-select-group.js +1 -0
  69. package/dist/components/calcite-tile-select.js +1 -0
  70. package/dist/components/calcite-tip-group.js +1 -0
  71. package/dist/components/calcite-tip-manager.js +1 -0
  72. package/dist/components/calcite-tip.js +1 -0
  73. package/dist/components/card-manager2.js +1 -0
  74. package/dist/components/checkbox.js +1 -0
  75. package/dist/components/chip.js +1 -0
  76. package/dist/components/color-picker-hex-input.js +1 -0
  77. package/dist/components/color-picker-swatch.js +1 -0
  78. package/dist/components/combobox-item.js +1 -0
  79. package/dist/components/combobox.js +1 -0
  80. package/dist/components/crowdsource-manager.js +95 -78
  81. package/dist/components/crowdsource-reporter.js +1 -0
  82. package/dist/components/date-picker-day.js +1 -0
  83. package/dist/components/date-picker-month-header.js +1 -0
  84. package/dist/components/date-picker-month.js +1 -0
  85. package/dist/components/date-picker.js +1 -0
  86. package/dist/components/deduct-calculator2.js +1 -0
  87. package/dist/components/dropdown-group.js +1 -0
  88. package/dist/components/dropdown-item.js +1 -0
  89. package/dist/components/dropdown.js +1 -0
  90. package/dist/components/edit-card2.js +1 -0
  91. package/dist/components/esri-loader.js +301 -0
  92. package/dist/components/filter2.js +1 -0
  93. package/dist/components/graph.js +1 -0
  94. package/dist/components/handle.js +1 -0
  95. package/dist/components/icon.js +1 -0
  96. package/dist/components/index.d.ts +6 -0
  97. package/dist/components/index.js +1 -1
  98. package/dist/components/info-card2.js +1 -0
  99. package/dist/components/input-message.js +1 -0
  100. package/dist/components/input-number.js +1 -0
  101. package/dist/components/input-text.js +1 -0
  102. package/dist/components/input.js +1 -0
  103. package/dist/components/json-editor2.js +1 -0
  104. package/dist/components/label2.js +1 -0
  105. package/dist/components/layer-table2.js +83 -31
  106. package/dist/components/layout-manager2.js +1 -0
  107. package/dist/components/link.js +1 -0
  108. package/dist/components/list-item.js +1 -0
  109. package/dist/components/list-item2.js +1 -0
  110. package/dist/components/list.js +1 -0
  111. package/dist/components/loadModules.js +1 -1
  112. package/dist/components/loader.js +1 -0
  113. package/dist/components/locale.js +2 -295
  114. package/dist/components/map-card2.js +61 -42
  115. package/dist/components/map-draw-tools2.js +1 -0
  116. package/dist/components/map-layer-picker2.js +1 -0
  117. package/dist/components/map-picker2.js +1 -0
  118. package/dist/components/map-search.d.ts +11 -0
  119. package/dist/components/map-search.js +11 -0
  120. package/dist/components/map-search2.js +201 -0
  121. package/dist/components/map-select-tools2.js +1 -0
  122. package/dist/components/map-tools2.js +141 -30
  123. package/dist/components/menu.js +1 -0
  124. package/dist/components/notice.js +1 -0
  125. package/dist/components/option.js +1 -0
  126. package/dist/components/panel.js +1 -0
  127. package/dist/components/pci-calculator.js +1 -0
  128. package/dist/components/pdf-download2.js +1 -0
  129. package/dist/components/pick-list-item.js +1 -0
  130. package/dist/components/popover.js +1 -0
  131. package/dist/components/progress.js +1 -0
  132. package/dist/components/public-notification.js +1 -0
  133. package/dist/components/refine-selection2.js +1 -0
  134. package/dist/components/scrim.js +1 -0
  135. package/dist/components/segmented-control-item.js +1 -0
  136. package/dist/components/segmented-control.js +1 -0
  137. package/dist/components/select.js +1 -0
  138. package/dist/components/shell-panel.js +1 -0
  139. package/dist/components/shell.js +1 -0
  140. package/dist/components/slider.js +1 -0
  141. package/dist/components/solution-configuration.js +1 -0
  142. package/dist/components/solution-contents2.js +1 -0
  143. package/dist/components/solution-item-details2.js +1 -0
  144. package/dist/components/solution-item-icon2.js +1 -0
  145. package/dist/components/solution-item-sharing2.js +1 -0
  146. package/dist/components/solution-item2.js +1 -0
  147. package/dist/components/solution-organization-variables2.js +1 -0
  148. package/dist/components/solution-resource-item2.js +1 -0
  149. package/dist/components/solution-spatial-ref2.js +1 -0
  150. package/dist/components/solution-template-data2.js +1 -0
  151. package/dist/components/solution-variables2.js +1 -0
  152. package/dist/components/stack.js +1 -0
  153. package/dist/components/store-manager.js +1 -0
  154. package/dist/components/switch.js +1 -0
  155. package/dist/components/tab-nav.js +1 -0
  156. package/dist/components/tab-title.js +1 -0
  157. package/dist/components/tab.js +1 -0
  158. package/dist/components/tabs.js +1 -0
  159. package/dist/components/tile.js +1 -0
  160. package/dist/components/time-picker.js +1 -0
  161. package/dist/components/tooltip.js +1 -0
  162. package/dist/components/tree-item.js +1 -0
  163. package/dist/components/tree.js +1 -0
  164. package/dist/components/value-list-item.js +1 -0
  165. package/dist/components/value-list.js +1 -0
  166. package/dist/esm/basemap-gallery_4.entry.js +615 -0
  167. package/dist/esm/card-manager_4.entry.js +91 -37
  168. package/dist/esm/crowdsource-manager.entry.js +4 -2
  169. package/dist/esm/loader.js +1 -1
  170. package/dist/esm/polyfills/core-js.js +11 -0
  171. package/dist/esm/polyfills/dom.js +79 -0
  172. package/dist/esm/polyfills/es5-html-element.js +1 -0
  173. package/dist/esm/polyfills/index.js +34 -0
  174. package/dist/esm/polyfills/system.js +6 -0
  175. package/dist/esm/solutions-components.js +2 -2
  176. package/dist/solutions-components/demos/crowdsource-manager.html +3 -3
  177. package/dist/solutions-components/p-55aefaa8.entry.js +6 -0
  178. package/dist/solutions-components/p-5b5a6ac8.entry.js +6 -0
  179. package/dist/solutions-components/p-a6c85bd7.entry.js +6 -0
  180. package/dist/solutions-components/solutions-components.esm.js +1 -1
  181. package/dist/solutions-components/utils/interfaces.ts +2 -0
  182. package/dist/types/components/basemap-gallery/basemap-gallery.d.ts +64 -0
  183. package/dist/types/components/crowdsource-manager/crowdsource-manager.d.ts +9 -1
  184. package/dist/types/components/layer-table/layer-table.d.ts +24 -2
  185. package/dist/types/components/map-card/map-card.d.ts +10 -2
  186. package/dist/types/components/map-search/map-search.d.ts +107 -0
  187. package/dist/types/components/map-tools/map-tools.d.ts +68 -5
  188. package/dist/types/components.d.ts +122 -0
  189. package/dist/types/preact.d.ts +4 -0
  190. package/dist/types/stencil-public-runtime.d.ts +2 -0
  191. package/dist/types/utils/interfaces.d.ts +2 -0
  192. package/package.json +1 -1
  193. package/dist/cjs/map-picker_2.cjs.entry.js +0 -264
  194. package/dist/esm/map-picker_2.entry.js +0 -259
  195. package/dist/solutions-components/p-1990d9c8.entry.js +0 -6
  196. package/dist/solutions-components/p-40bde8b2.entry.js +0 -6
  197. package/dist/solutions-components/p-b921aa1a.entry.js +0 -6
@@ -3,302 +3,9 @@
3
3
  * Licensed under the Apache License, Version 2.0
4
4
  * http://www.apache.org/licenses/LICENSE-2.0
5
5
  */
6
- import { c as createCommonjsModule, a as commonjsGlobal } from './_commonjsHelpers.js';
6
+ import './esri-loader.js';
7
7
  import { getAssetPath } from '@stencil/core/internal/client';
8
8
 
9
- var esriLoader = createCommonjsModule(function (module, exports) {
10
- (function (global, factory) {
11
- factory(exports) ;
12
- }(commonjsGlobal, (function (exports) {
13
- /* Copyright (c) 2017 Environmental Systems Research Institute, Inc.
14
- * Apache-2.0 */
15
- var isBrowser = typeof window !== 'undefined';
16
- // allow consuming libraries to provide their own Promise implementations
17
- var utils = {
18
- Promise: isBrowser ? window['Promise'] : undefined
19
- };
20
-
21
- /* Copyright (c) 2017 Environmental Systems Research Institute, Inc.
22
- * Apache-2.0 */
23
- var DEFAULT_VERSION = '4.22';
24
- var NEXT = 'next';
25
- function parseVersion(version) {
26
- if (version.toLowerCase() === NEXT) {
27
- return NEXT;
28
- }
29
- var match = version && version.match(/^(\d)\.(\d+)/);
30
- return match && {
31
- major: parseInt(match[1], 10),
32
- minor: parseInt(match[2], 10)
33
- };
34
- }
35
- /**
36
- * Get the CDN url for a given version
37
- *
38
- * @param version Ex: '4.22' or '3.39'. Defaults to the latest 4.x version.
39
- */
40
- function getCdnUrl(version) {
41
- if (version === void 0) { version = DEFAULT_VERSION; }
42
- return "https://js.arcgis.com/" + version + "/";
43
- }
44
- /**
45
- * Get the CDN url for a the CSS for a given version and/or theme
46
- *
47
- * @param version Ex: '4.22', '3.39', or 'next'. Defaults to the latest 4.x version.
48
- */
49
- function getCdnCssUrl(version) {
50
- if (version === void 0) { version = DEFAULT_VERSION; }
51
- var baseUrl = getCdnUrl(version);
52
- var parsedVersion = parseVersion(version);
53
- if (parsedVersion !== NEXT && parsedVersion.major === 3) {
54
- // NOTE: at 3.11 the CSS moved from the /js folder to the root
55
- var path = parsedVersion.minor <= 10 ? 'js/' : '';
56
- return "" + baseUrl + path + "esri/css/esri.css";
57
- }
58
- else {
59
- // assume 4.x
60
- return baseUrl + "esri/themes/light/main.css";
61
- }
62
- }
63
-
64
- /* Copyright (c) 2017 Environmental Systems Research Institute, Inc.
65
- * Apache-2.0 */
66
- function createStylesheetLink(href) {
67
- var link = document.createElement('link');
68
- link.rel = 'stylesheet';
69
- link.href = href;
70
- return link;
71
- }
72
- function insertLink(link, before) {
73
- if (before) {
74
- // the link should be inserted before a specific node
75
- var beforeNode = document.querySelector(before);
76
- beforeNode.parentNode.insertBefore(link, beforeNode);
77
- }
78
- else {
79
- // append the link to then end of the head tag
80
- document.head.appendChild(link);
81
- }
82
- }
83
- // check if the css url has been injected or added manually
84
- function getCss(url) {
85
- return document.querySelector("link[href*=\"" + url + "\"]");
86
- }
87
- function getCssUrl(urlOrVersion) {
88
- return !urlOrVersion || parseVersion(urlOrVersion)
89
- // if it's a valid version string return the CDN URL
90
- ? getCdnCssUrl(urlOrVersion)
91
- // otherwise assume it's a URL and return that
92
- : urlOrVersion;
93
- }
94
- // lazy load the CSS needed for the ArcGIS API
95
- function loadCss(urlOrVersion, before) {
96
- var url = getCssUrl(urlOrVersion);
97
- var link = getCss(url);
98
- if (!link) {
99
- // create & load the css link
100
- link = createStylesheetLink(url);
101
- insertLink(link, before);
102
- }
103
- return link;
104
- }
105
-
106
- /* Copyright (c) 2017 Environmental Systems Research Institute, Inc.
107
- * Apache-2.0 */
108
- var defaultOptions = {};
109
- function createScript(url) {
110
- var script = document.createElement('script');
111
- script.type = 'text/javascript';
112
- script.src = url;
113
- script.setAttribute('data-esri-loader', 'loading');
114
- return script;
115
- }
116
- // add a one-time load handler to script
117
- // and optionally add a one time error handler as well
118
- function handleScriptLoad(script, callback, errback) {
119
- var onScriptError;
120
- if (errback) {
121
- // set up an error handler as well
122
- onScriptError = handleScriptError(script, errback);
123
- }
124
- var onScriptLoad = function () {
125
- // pass the script to the callback
126
- callback(script);
127
- // remove this event listener
128
- script.removeEventListener('load', onScriptLoad, false);
129
- if (onScriptError) {
130
- // remove the error listener as well
131
- script.removeEventListener('error', onScriptError, false);
132
- }
133
- };
134
- script.addEventListener('load', onScriptLoad, false);
135
- }
136
- // add a one-time error handler to the script
137
- function handleScriptError(script, callback) {
138
- var onScriptError = function (e) {
139
- // reject the promise and remove this event listener
140
- callback(e.error || new Error("There was an error attempting to load " + script.src));
141
- // remove this event listener
142
- script.removeEventListener('error', onScriptError, false);
143
- };
144
- script.addEventListener('error', onScriptError, false);
145
- return onScriptError;
146
- }
147
- // allow the user to configure default script options rather than passing options to `loadModules` each time
148
- function setDefaultOptions(options) {
149
- if (options === void 0) { options = {}; }
150
- defaultOptions = options;
151
- }
152
- // get the script injected by this library
153
- function getScript() {
154
- return document.querySelector('script[data-esri-loader]');
155
- }
156
- // has ArcGIS API been loaded on the page yet?
157
- function isLoaded() {
158
- var globalRequire = window['require'];
159
- // .on() ensures that it's Dojo's AMD loader
160
- return globalRequire && globalRequire.on;
161
- }
162
- // load the ArcGIS API on the page
163
- function loadScript(options) {
164
- if (options === void 0) { options = {}; }
165
- // we would have liked to use spread like { ...defaultOptions, ...options }
166
- // but TS would inject a polyfill that would require use to configure rollup w content: 'window'
167
- // if we have another occasion to use spread, let's do that and replace this for...in
168
- var opts = {};
169
- [defaultOptions, options].forEach(function (obj) {
170
- for (var prop in obj) {
171
- if (Object.prototype.hasOwnProperty.call(obj, prop)) {
172
- opts[prop] = obj[prop];
173
- }
174
- }
175
- });
176
- // URL to load
177
- var version = opts.version;
178
- var url = opts.url || getCdnUrl(version);
179
- return new utils.Promise(function (resolve, reject) {
180
- var script = getScript();
181
- if (script) {
182
- // the API is already loaded or in the process of loading...
183
- // NOTE: have to test against scr attribute value, not script.src
184
- // b/c the latter will return the full url for relative paths
185
- var src = script.getAttribute('src');
186
- if (src !== url) {
187
- // potentially trying to load a different version of the API
188
- reject(new Error("The ArcGIS API for JavaScript is already loaded (" + src + ")."));
189
- }
190
- else {
191
- if (isLoaded()) {
192
- // the script has already successfully loaded
193
- resolve(script);
194
- }
195
- else {
196
- // wait for the script to load and then resolve
197
- handleScriptLoad(script, resolve, reject);
198
- }
199
- }
200
- }
201
- else {
202
- if (isLoaded()) {
203
- // the API has been loaded by some other means
204
- // potentially trying to load a different version of the API
205
- reject(new Error("The ArcGIS API for JavaScript is already loaded."));
206
- }
207
- else {
208
- // this is the first time attempting to load the API
209
- var css = opts.css;
210
- if (css) {
211
- var useVersion = css === true;
212
- // load the css before loading the script
213
- loadCss(useVersion ? version : css, opts.insertCssBefore);
214
- }
215
- // create a script object whose source points to the API
216
- script = createScript(url);
217
- // _currentUrl = url;
218
- // once the script is loaded...
219
- handleScriptLoad(script, function () {
220
- // update the status of the script
221
- script.setAttribute('data-esri-loader', 'loaded');
222
- // return the script
223
- resolve(script);
224
- }, reject);
225
- // load the script
226
- document.body.appendChild(script);
227
- }
228
- }
229
- });
230
- }
231
-
232
- /* Copyright (c) 2017 Environmental Systems Research Institute, Inc.
233
- * Apache-2.0 */
234
- // wrap Dojo's require() in a promise
235
- function requireModules(modules) {
236
- return new utils.Promise(function (resolve, reject) {
237
- // If something goes wrong loading the esri/dojo scripts, reject with the error.
238
- var errorHandler = window['require'].on('error', reject);
239
- window['require'](modules, function () {
240
- var args = [];
241
- for (var _i = 0; _i < arguments.length; _i++) {
242
- args[_i] = arguments[_i];
243
- }
244
- // remove error handler
245
- errorHandler.remove();
246
- // Resolve with the parameters from dojo require as an array.
247
- resolve(args);
248
- });
249
- });
250
- }
251
- // returns a promise that resolves with an array of the required modules
252
- // also will attempt to lazy load the ArcGIS API if it has not already been loaded
253
- function loadModules(modules, loadScriptOptions) {
254
- if (loadScriptOptions === void 0) { loadScriptOptions = {}; }
255
- if (!isLoaded()) {
256
- // script is not yet loaded, is it in the process of loading?
257
- var script = getScript();
258
- var src = script && script.getAttribute('src');
259
- if (!loadScriptOptions.url && src) {
260
- // script is still loading and user did not specify a URL
261
- // in this case we want to default to the URL that's being loaded
262
- // instead of defaulting to the latest 4.x URL
263
- loadScriptOptions.url = src;
264
- }
265
- // attempt to load the script then load the modules
266
- return loadScript(loadScriptOptions).then(function () { return requireModules(modules); });
267
- }
268
- else {
269
- // script is already loaded, just load the modules
270
- return requireModules(modules);
271
- }
272
- }
273
-
274
- /*
275
- Copyright (c) 2017 Esri
276
- Licensed under the Apache License, Version 2.0 (the "License");
277
- you may not use this file except in compliance with the License.
278
- You may obtain a copy of the License at
279
- http://www.apache.org/licenses/LICENSE-2.0
280
- Unless required by applicable law or agreed to in writing, software
281
- distributed under the License is distributed on an "AS IS" BASIS,
282
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
283
- See the License for the specific language governing permissions and
284
- limitations under the License.
285
- */
286
- // re-export the functions that are part of the public API
287
-
288
- exports.utils = utils;
289
- exports.loadModules = loadModules;
290
- exports.getScript = getScript;
291
- exports.isLoaded = isLoaded;
292
- exports.loadScript = loadScript;
293
- exports.setDefaultOptions = setDefaultOptions;
294
- exports.loadCss = loadCss;
295
-
296
- Object.defineProperty(exports, '__esModule', { value: true });
297
-
298
- })));
299
- //# sourceMappingURL=esri-loader.js.map
300
- });
301
-
302
9
  /*
303
10
  * Copyright (c) 2022 Esri
304
11
  * All rights reserved.
@@ -409,4 +116,4 @@ async function getLocaleComponentStrings(element) {
409
116
  return [strings, componentLanguage];
410
117
  }
411
118
 
412
- export { getComponentClosestLanguage as a, esriLoader as e, getLocaleComponentStrings as g };
119
+ export { getComponentClosestLanguage as a, getLocaleComponentStrings as g };
@@ -5,27 +5,29 @@
5
5
  */
6
6
  import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
7
7
  import { l as loadModules } from './loadModules.js';
8
- import { d as defineCustomElement$j } from './action.js';
9
- import { d as defineCustomElement$i } from './action-bar.js';
10
- import { d as defineCustomElement$h } from './action-group.js';
11
- import { d as defineCustomElement$g } from './action-menu.js';
12
- import { d as defineCustomElement$f } from './button.js';
13
- import { d as defineCustomElement$e } from './filter2.js';
14
- import { d as defineCustomElement$d } from './handle.js';
15
- import { d as defineCustomElement$c } from './icon.js';
16
- import { d as defineCustomElement$b } from './input.js';
17
- import { d as defineCustomElement$a } from './list.js';
18
- import { d as defineCustomElement$9 } from './list-item2.js';
19
- import { d as defineCustomElement$8 } from './loader.js';
20
- import { d as defineCustomElement$7 } from './popover.js';
21
- import { d as defineCustomElement$6 } from './progress.js';
22
- import { d as defineCustomElement$5 } from './scrim.js';
23
- import { d as defineCustomElement$4 } from './stack.js';
24
- import { d as defineCustomElement$3 } from './tooltip.js';
25
- import { d as defineCustomElement$2 } from './map-picker2.js';
8
+ import { d as defineCustomElement$l } from './basemap-gallery2.js';
9
+ import { d as defineCustomElement$k } from './action.js';
10
+ import { d as defineCustomElement$j } from './action-bar.js';
11
+ import { d as defineCustomElement$i } from './action-group.js';
12
+ import { d as defineCustomElement$h } from './action-menu.js';
13
+ import { d as defineCustomElement$g } from './button.js';
14
+ import { d as defineCustomElement$f } from './filter2.js';
15
+ import { d as defineCustomElement$e } from './handle.js';
16
+ import { d as defineCustomElement$d } from './icon.js';
17
+ import { d as defineCustomElement$c } from './input.js';
18
+ import { d as defineCustomElement$b } from './list.js';
19
+ import { d as defineCustomElement$a } from './list-item2.js';
20
+ import { d as defineCustomElement$9 } from './loader.js';
21
+ import { d as defineCustomElement$8 } from './popover.js';
22
+ import { d as defineCustomElement$7 } from './progress.js';
23
+ import { d as defineCustomElement$6 } from './scrim.js';
24
+ import { d as defineCustomElement$5 } from './stack.js';
25
+ import { d as defineCustomElement$4 } from './tooltip.js';
26
+ import { d as defineCustomElement$3 } from './map-picker2.js';
27
+ import { d as defineCustomElement$2 } from './map-search2.js';
26
28
  import { d as defineCustomElement$1 } from './map-tools2.js';
27
29
 
28
- const mapCardCss = ":host{display:block;--calcite-label-margin-bottom:0;--calcite-block-padding:0}.map-height{height:calc(100% - 58px)}.esri-zoom{display:none !important}.map-tools{position:absolute;top:40px;right:0px;padding:1rem}";
30
+ const mapCardCss = ":host{display:block;--calcite-label-margin-bottom:0;--calcite-block-padding:0}.map-height{height:calc(100% - 58px)}.esri-zoom{display:none !important}";
29
31
 
30
32
  const MapCard = /*@__PURE__*/ proxyCustomElement(class MapCard extends HTMLElement {
31
33
  constructor() {
@@ -38,13 +40,14 @@ const MapCard = /*@__PURE__*/ proxyCustomElement(class MapCard extends HTMLEleme
38
40
  this._loadedId = "";
39
41
  this.mapInfos = [];
40
42
  this.mapView = undefined;
43
+ this._searchConfiguration = undefined;
41
44
  this._webMapInfo = undefined;
42
45
  }
43
46
  /**
44
47
  * Listen for changes to map info and load the appropriate map
45
48
  */
46
49
  async mapInfoChange(evt) {
47
- this._loadMap(evt.detail);
50
+ await this._loadMap(evt.detail);
48
51
  }
49
52
  //--------------------------------------------------------------------------
50
53
  //
@@ -61,7 +64,7 @@ const MapCard = /*@__PURE__*/ proxyCustomElement(class MapCard extends HTMLEleme
61
64
  * Renders the component.
62
65
  */
63
66
  render() {
64
- return (h(Host, null, h("map-picker", { mapInfos: this.mapInfos }), h("div", { class: "map-height", ref: (el) => (this._mapDiv = el) }), h("map-tools", { class: "map-tools" })));
67
+ return (h(Host, null, h("map-picker", { mapInfos: this.mapInfos }), h("div", { class: "map-height", ref: (el) => (this._mapDiv = el) }), h("map-tools", { mapView: this.mapView, ref: (el) => this._mapTools = el, searchConfiguration: this._searchConfiguration })));
65
68
  }
66
69
  //--------------------------------------------------------------------------
67
70
  //
@@ -92,7 +95,7 @@ const MapCard = /*@__PURE__*/ proxyCustomElement(class MapCard extends HTMLEleme
92
95
  *
93
96
  * @protected
94
97
  */
95
- _loadMap(webMapInfo) {
98
+ async _loadMap(webMapInfo) {
96
99
  let id = webMapInfo === null || webMapInfo === void 0 ? void 0 : webMapInfo.id;
97
100
  // on the first render use the first child of the provided mapInfos
98
101
  this._webMapInfo = (id === "" || !id) && this.mapInfos.length > 0 ?
@@ -107,8 +110,12 @@ const MapCard = /*@__PURE__*/ proxyCustomElement(class MapCard extends HTMLEleme
107
110
  map: webMap,
108
111
  resizeAlign: "top-left"
109
112
  });
110
- this._loadedId = id;
111
- this.mapChanged.emit(this.mapView);
113
+ await this.mapView.when(() => {
114
+ this._loadedId = id;
115
+ this._searchConfiguration = this._webMapInfo.searchConfiguration;
116
+ this.mapChanged.emit(this.mapView);
117
+ this.mapView.ui.add(this._mapTools, { position: "top-right", index: 0 });
118
+ });
112
119
  }
113
120
  }
114
121
  get el() { return this; }
@@ -116,105 +123,116 @@ const MapCard = /*@__PURE__*/ proxyCustomElement(class MapCard extends HTMLEleme
116
123
  }, [0, "map-card", {
117
124
  "mapInfos": [16],
118
125
  "mapView": [16],
126
+ "_searchConfiguration": [32],
119
127
  "_webMapInfo": [32]
120
128
  }, [[8, "mapInfoChange", "mapInfoChange"]]]);
121
129
  function defineCustomElement() {
122
130
  if (typeof customElements === "undefined") {
123
131
  return;
124
132
  }
125
- const components = ["map-card", "calcite-action", "calcite-action-bar", "calcite-action-group", "calcite-action-menu", "calcite-button", "calcite-filter", "calcite-handle", "calcite-icon", "calcite-input", "calcite-list", "calcite-list-item", "calcite-loader", "calcite-popover", "calcite-progress", "calcite-scrim", "calcite-stack", "calcite-tooltip", "map-picker", "map-tools"];
133
+ const components = ["map-card", "basemap-gallery", "calcite-action", "calcite-action-bar", "calcite-action-group", "calcite-action-menu", "calcite-button", "calcite-filter", "calcite-handle", "calcite-icon", "calcite-input", "calcite-list", "calcite-list-item", "calcite-loader", "calcite-popover", "calcite-progress", "calcite-scrim", "calcite-stack", "calcite-tooltip", "map-picker", "map-search", "map-tools"];
126
134
  components.forEach(tagName => { switch (tagName) {
127
135
  case "map-card":
128
136
  if (!customElements.get(tagName)) {
129
137
  customElements.define(tagName, MapCard);
130
138
  }
131
139
  break;
140
+ case "basemap-gallery":
141
+ if (!customElements.get(tagName)) {
142
+ defineCustomElement$l();
143
+ }
144
+ break;
132
145
  case "calcite-action":
133
146
  if (!customElements.get(tagName)) {
134
- defineCustomElement$j();
147
+ defineCustomElement$k();
135
148
  }
136
149
  break;
137
150
  case "calcite-action-bar":
138
151
  if (!customElements.get(tagName)) {
139
- defineCustomElement$i();
152
+ defineCustomElement$j();
140
153
  }
141
154
  break;
142
155
  case "calcite-action-group":
143
156
  if (!customElements.get(tagName)) {
144
- defineCustomElement$h();
157
+ defineCustomElement$i();
145
158
  }
146
159
  break;
147
160
  case "calcite-action-menu":
148
161
  if (!customElements.get(tagName)) {
149
- defineCustomElement$g();
162
+ defineCustomElement$h();
150
163
  }
151
164
  break;
152
165
  case "calcite-button":
153
166
  if (!customElements.get(tagName)) {
154
- defineCustomElement$f();
167
+ defineCustomElement$g();
155
168
  }
156
169
  break;
157
170
  case "calcite-filter":
158
171
  if (!customElements.get(tagName)) {
159
- defineCustomElement$e();
172
+ defineCustomElement$f();
160
173
  }
161
174
  break;
162
175
  case "calcite-handle":
163
176
  if (!customElements.get(tagName)) {
164
- defineCustomElement$d();
177
+ defineCustomElement$e();
165
178
  }
166
179
  break;
167
180
  case "calcite-icon":
168
181
  if (!customElements.get(tagName)) {
169
- defineCustomElement$c();
182
+ defineCustomElement$d();
170
183
  }
171
184
  break;
172
185
  case "calcite-input":
173
186
  if (!customElements.get(tagName)) {
174
- defineCustomElement$b();
187
+ defineCustomElement$c();
175
188
  }
176
189
  break;
177
190
  case "calcite-list":
178
191
  if (!customElements.get(tagName)) {
179
- defineCustomElement$a();
192
+ defineCustomElement$b();
180
193
  }
181
194
  break;
182
195
  case "calcite-list-item":
183
196
  if (!customElements.get(tagName)) {
184
- defineCustomElement$9();
197
+ defineCustomElement$a();
185
198
  }
186
199
  break;
187
200
  case "calcite-loader":
188
201
  if (!customElements.get(tagName)) {
189
- defineCustomElement$8();
202
+ defineCustomElement$9();
190
203
  }
191
204
  break;
192
205
  case "calcite-popover":
193
206
  if (!customElements.get(tagName)) {
194
- defineCustomElement$7();
207
+ defineCustomElement$8();
195
208
  }
196
209
  break;
197
210
  case "calcite-progress":
198
211
  if (!customElements.get(tagName)) {
199
- defineCustomElement$6();
212
+ defineCustomElement$7();
200
213
  }
201
214
  break;
202
215
  case "calcite-scrim":
203
216
  if (!customElements.get(tagName)) {
204
- defineCustomElement$5();
217
+ defineCustomElement$6();
205
218
  }
206
219
  break;
207
220
  case "calcite-stack":
208
221
  if (!customElements.get(tagName)) {
209
- defineCustomElement$4();
222
+ defineCustomElement$5();
210
223
  }
211
224
  break;
212
225
  case "calcite-tooltip":
213
226
  if (!customElements.get(tagName)) {
214
- defineCustomElement$3();
227
+ defineCustomElement$4();
215
228
  }
216
229
  break;
217
230
  case "map-picker":
231
+ if (!customElements.get(tagName)) {
232
+ defineCustomElement$3();
233
+ }
234
+ break;
235
+ case "map-search":
218
236
  if (!customElements.get(tagName)) {
219
237
  defineCustomElement$2();
220
238
  }
@@ -226,5 +244,6 @@ function defineCustomElement() {
226
244
  break;
227
245
  } });
228
246
  }
247
+ defineCustomElement();
229
248
 
230
249
  export { MapCard as M, defineCustomElement as d };
@@ -396,5 +396,6 @@ function defineCustomElement() {
396
396
  break;
397
397
  } });
398
398
  }
399
+ defineCustomElement();
399
400
 
400
401
  export { MapDrawTools as M, defineCustomElement as d };
@@ -311,5 +311,6 @@ function defineCustomElement() {
311
311
  break;
312
312
  } });
313
313
  }
314
+ defineCustomElement();
314
315
 
315
316
  export { MapLayerPicker as M, defineCustomElement as d };
@@ -257,5 +257,6 @@ function defineCustomElement() {
257
257
  break;
258
258
  } });
259
259
  }
260
+ defineCustomElement();
260
261
 
261
262
  export { MapPicker as M, defineCustomElement as d };
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface MapSearch extends Components.MapSearch, HTMLElement {}
4
+ export const MapSearch: {
5
+ prototype: MapSearch;
6
+ new (): MapSearch;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -0,0 +1,11 @@
1
+ /*!
2
+ * Copyright 2022 Esri
3
+ * Licensed under the Apache License, Version 2.0
4
+ * http://www.apache.org/licenses/LICENSE-2.0
5
+ */
6
+ import { M as MapSearch$1, d as defineCustomElement$1 } from './map-search2.js';
7
+
8
+ const MapSearch = MapSearch$1;
9
+ const defineCustomElement = defineCustomElement$1;
10
+
11
+ export { MapSearch, defineCustomElement };